@gooddata/sdk-ui 8.11.0-alpha.6 → 8.11.0-alpha.62
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/base/localization/bundles/de-DE.json +15 -1
- package/dist/base/localization/bundles/en-US.json +113 -8
- package/dist/base/localization/bundles/es-ES.json +15 -1
- package/dist/base/localization/bundles/fr-FR.json +15 -1
- package/dist/base/localization/bundles/ja-JP.json +16 -2
- package/dist/base/localization/bundles/nl-NL.json +15 -1
- package/dist/base/localization/bundles/pt-BR.json +15 -1
- package/dist/base/localization/bundles/pt-PT.json +15 -1
- package/dist/base/localization/bundles/ru-RU.json +15 -1
- package/dist/base/localization/bundles/zh-Hans.json +15 -1
- package/dist/execution/Execute.d.ts +1 -1
- package/dist/execution/Execute.d.ts.map +1 -1
- package/dist/execution/Execute.js +3 -0
- package/dist/execution/Execute.js.map +1 -1
- package/dist/execution/createExecution.d.ts +1 -1
- package/dist/execution/createExecution.d.ts.map +1 -1
- package/dist/execution/createExecution.js +1 -1
- package/dist/execution/createExecution.js.map +1 -1
- package/dist/execution/useExecutionDataView.d.ts +1 -1
- package/dist/sdk-ui.d.ts +2 -2
- package/esm/base/localization/bundles/de-DE.json +15 -1
- package/esm/base/localization/bundles/en-US.json +113 -8
- package/esm/base/localization/bundles/es-ES.json +15 -1
- package/esm/base/localization/bundles/fr-FR.json +15 -1
- package/esm/base/localization/bundles/ja-JP.json +16 -2
- package/esm/base/localization/bundles/nl-NL.json +15 -1
- package/esm/base/localization/bundles/pt-BR.json +15 -1
- package/esm/base/localization/bundles/pt-PT.json +15 -1
- package/esm/base/localization/bundles/ru-RU.json +15 -1
- package/esm/base/localization/bundles/zh-Hans.json +15 -1
- package/esm/execution/Execute.d.ts +1 -1
- package/esm/execution/Execute.d.ts.map +1 -1
- package/esm/execution/Execute.js +4 -1
- package/esm/execution/Execute.js.map +1 -1
- package/esm/execution/createExecution.d.ts +1 -1
- package/esm/execution/createExecution.d.ts.map +1 -1
- package/esm/execution/createExecution.js +1 -1
- package/esm/execution/createExecution.js.map +1 -1
- package/esm/execution/useExecutionDataView.d.ts +1 -1
- package/package.json +14 -11
- package/styles/scss/_settings.scss +14 -2
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"gs.list.all": "Alle ",
|
|
7
7
|
"gs.list.except": "außer",
|
|
8
8
|
"gs.list.is": "ist",
|
|
9
|
+
"gs.list.search.placeholder": "Suchen...",
|
|
9
10
|
"gs.list.notAvailableAbbreviation": "nicht angegeben",
|
|
10
11
|
"gs.list.searchResults": "Ergebnisse suchen",
|
|
11
12
|
"gs.visualizationsList.loading": "Lädt…",
|
|
@@ -61,7 +62,10 @@
|
|
|
61
62
|
"gs.list.only": "Nur",
|
|
62
63
|
"gs.list.selectAll": "Alle auswählen",
|
|
63
64
|
"gs.list.limitExceeded": "Leider haben Sie den Grenzwert ({limit}) überschritten.",
|
|
65
|
+
"gs.list.limitReached": "Sie haben das Limit von {limit} ausgewählten Werten erreicht.",
|
|
66
|
+
"gs.list.cannotSelectMoreValues": "Sie können nicht mehr als {limit} Werte auswählen.",
|
|
64
67
|
"gs.list.noItemsFound": "Keine Elemente gefunden.",
|
|
68
|
+
"gs.list.noResultsMatch": "Keine passenden Ergebnisse",
|
|
65
69
|
"gs.list.error": "Fehler beim Laden der Listenobjekte",
|
|
66
70
|
"gs.header.upsellButtonText": "Upgrade",
|
|
67
71
|
"gs.header.countdown.numberOfDaysLeft": "{number} Tage übrig",
|
|
@@ -313,5 +317,15 @@
|
|
|
313
317
|
"embedInsightDialog.complete.list.props.message": "Vollständige Liste der Einbettungseigenschaften",
|
|
314
318
|
"error.overlay.login": "Anmeldung",
|
|
315
319
|
"error.overlay.title": "Sie wurden abgemeldet",
|
|
316
|
-
"error.overlay.text": "Bitte melden Sie sich erneut an, um Ihre Arbeit fortzusetzen."
|
|
320
|
+
"error.overlay.text": "Bitte melden Sie sich erneut an, um Ihre Arbeit fortzusetzen.",
|
|
321
|
+
"stylingPicker.title.basic": "Einfach",
|
|
322
|
+
"stylingPicker.title.custom": "Benutzerdefiniert",
|
|
323
|
+
"stylingPicker.title.create": "Erstellen",
|
|
324
|
+
"stylingEditor.dialog.name": "Name",
|
|
325
|
+
"stylingEditor.dialog.definition": "Definition",
|
|
326
|
+
"stylingEditor.dialog.examples": "Beispiele",
|
|
327
|
+
"stylingEditor.dialog.example.paste": "Einfügen",
|
|
328
|
+
"stylingPicker.item.edit": "Bearbeiten",
|
|
329
|
+
"stylingPicker.item.delete": "Löschen",
|
|
330
|
+
"stylingPicker.item.delete.tooltip": "Standardelemente können nicht gelöscht werden."
|
|
317
331
|
}
|
|
@@ -356,11 +356,26 @@
|
|
|
356
356
|
"comment": "Don't translate placeholder '{limit}'.",
|
|
357
357
|
"limit": 0
|
|
358
358
|
},
|
|
359
|
+
"gs.list.limitReached": {
|
|
360
|
+
"value": "You have reached the limit of {limit} selected values.",
|
|
361
|
+
"comment": "Don't translate placeholder '{limit}'.",
|
|
362
|
+
"limit": 0
|
|
363
|
+
},
|
|
364
|
+
"gs.list.cannotSelectMoreValues": {
|
|
365
|
+
"value": "You cannot select more than {limit} values.",
|
|
366
|
+
"comment": "Don't translate placeholder '{limit}'.",
|
|
367
|
+
"limit": 0
|
|
368
|
+
},
|
|
359
369
|
"gs.list.noItemsFound": {
|
|
360
370
|
"value": "No items found.",
|
|
361
371
|
"comment": "",
|
|
362
372
|
"limit": 0
|
|
363
373
|
},
|
|
374
|
+
"gs.list.noResultsMatch": {
|
|
375
|
+
"value": "No results match",
|
|
376
|
+
"comment": "",
|
|
377
|
+
"limit": 0
|
|
378
|
+
},
|
|
364
379
|
"gs.list.error": {
|
|
365
380
|
"value": "Error loading list items",
|
|
366
381
|
"comment": "",
|
|
@@ -371,6 +386,11 @@
|
|
|
371
386
|
"comment": "",
|
|
372
387
|
"limit": 0
|
|
373
388
|
},
|
|
389
|
+
"gs.header.invite": {
|
|
390
|
+
"value": "Invite",
|
|
391
|
+
"comment": "",
|
|
392
|
+
"limit": 0
|
|
393
|
+
},
|
|
374
394
|
"gs.header.countdown.numberOfDaysLeft": {
|
|
375
395
|
"value": "{number} days left",
|
|
376
396
|
"comment": "",
|
|
@@ -1369,13 +1389,8 @@
|
|
|
1369
1389
|
"limit": 0,
|
|
1370
1390
|
"translate": false
|
|
1371
1391
|
},
|
|
1372
|
-
"attributesDropdown.allItemsFiltered": {
|
|
1373
|
-
"value": "All items are filtered out",
|
|
1374
|
-
"comment": "This message is displayed when there are no items available because they were filtered out by parent filters",
|
|
1375
|
-
"limit": 0
|
|
1376
|
-
},
|
|
1377
1392
|
"attributesDropdown.itemsFiltered.tooltip": {
|
|
1378
|
-
"value": "
|
|
1393
|
+
"value": "Values are filtered by: <strong>{filters}</strong>",
|
|
1379
1394
|
"comment": "Do not translate HTML markup enclosed in <> and {filters} placeholder as it will be replaced by list of filter names.",
|
|
1380
1395
|
"limit": 0
|
|
1381
1396
|
},
|
|
@@ -1385,8 +1400,33 @@
|
|
|
1385
1400
|
"limit": 0
|
|
1386
1401
|
},
|
|
1387
1402
|
"attributesDropdown.noData": {
|
|
1388
|
-
"value": "This attribute
|
|
1389
|
-
"comment": "",
|
|
1403
|
+
"value": "This attribute has no values.",
|
|
1404
|
+
"comment": "This message is displayed when when there are no items available because the attribute has no elements.",
|
|
1405
|
+
"limit": 0
|
|
1406
|
+
},
|
|
1407
|
+
"attributesDropdown.noResultsMatch": {
|
|
1408
|
+
"value": "No results match.",
|
|
1409
|
+
"comment": "This message is displayed when when there are no items available because they were filtered out by search.",
|
|
1410
|
+
"limit": 0
|
|
1411
|
+
},
|
|
1412
|
+
"attributesDropdown.allItemsFiltered": {
|
|
1413
|
+
"value": "All values are filtered out.",
|
|
1414
|
+
"comment": "This message is displayed when there are no items available because they were filtered out by parent filters.",
|
|
1415
|
+
"limit": 0
|
|
1416
|
+
},
|
|
1417
|
+
"attributesDropdown.configuration": {
|
|
1418
|
+
"value": "Configuration",
|
|
1419
|
+
"comment": "Configuration button label in attribute filter dropdown",
|
|
1420
|
+
"limit": 0
|
|
1421
|
+
},
|
|
1422
|
+
"attributesDropdown.removeTooltip": {
|
|
1423
|
+
"value": "Remove from dashboard",
|
|
1424
|
+
"comment": "Tooltip text of button for deleting filter",
|
|
1425
|
+
"limit": 0
|
|
1426
|
+
},
|
|
1427
|
+
"attributesDropdown.display_as": {
|
|
1428
|
+
"value": "Display as: {title}",
|
|
1429
|
+
"comment": "Label shown on dropdown button that changes form of the attribute used in insight. For example 'Display as: Shortened name'",
|
|
1390
1430
|
"limit": 0
|
|
1391
1431
|
},
|
|
1392
1432
|
"shareDialog.share.grantee.title": {
|
|
@@ -1674,5 +1714,70 @@
|
|
|
1674
1714
|
"value": "Please log back in to continue your work.",
|
|
1675
1715
|
"comment": "",
|
|
1676
1716
|
"limit": 0
|
|
1717
|
+
},
|
|
1718
|
+
"stylingPicker.title.basic": {
|
|
1719
|
+
"value": "Default",
|
|
1720
|
+
"comment": "",
|
|
1721
|
+
"limit": 0
|
|
1722
|
+
},
|
|
1723
|
+
"stylingPicker.title.custom": {
|
|
1724
|
+
"value": "Custom",
|
|
1725
|
+
"comment": "",
|
|
1726
|
+
"limit": 0
|
|
1727
|
+
},
|
|
1728
|
+
"stylingPicker.title.create": {
|
|
1729
|
+
"value": "Create",
|
|
1730
|
+
"comment": "",
|
|
1731
|
+
"limit": 0
|
|
1732
|
+
},
|
|
1733
|
+
"stylingEditor.dialog.name": {
|
|
1734
|
+
"value": "Name",
|
|
1735
|
+
"comment": "",
|
|
1736
|
+
"limit": 0
|
|
1737
|
+
},
|
|
1738
|
+
"stylingEditor.dialog.name.required": {
|
|
1739
|
+
"value": "Cannot save. Specify a name.",
|
|
1740
|
+
"comment": "",
|
|
1741
|
+
"limit": 0
|
|
1742
|
+
},
|
|
1743
|
+
"stylingEditor.dialog.definition": {
|
|
1744
|
+
"value": "Definition",
|
|
1745
|
+
"comment": "Name of the text field to describe an object.",
|
|
1746
|
+
"limit": 0
|
|
1747
|
+
},
|
|
1748
|
+
"stylingEditor.dialog.definition.required": {
|
|
1749
|
+
"value": "Cannot save. Specify a definition.",
|
|
1750
|
+
"comment": "",
|
|
1751
|
+
"limit": 0
|
|
1752
|
+
},
|
|
1753
|
+
"stylingEditor.dialog.definition.invalid": {
|
|
1754
|
+
"value": "Cannot save. The definition is not a valid JSON object.",
|
|
1755
|
+
"comment": "",
|
|
1756
|
+
"limit": 0
|
|
1757
|
+
},
|
|
1758
|
+
"stylingEditor.dialog.examples": {
|
|
1759
|
+
"value": "Templates",
|
|
1760
|
+
"comment": "",
|
|
1761
|
+
"limit": 0
|
|
1762
|
+
},
|
|
1763
|
+
"stylingEditor.dialog.example.paste": {
|
|
1764
|
+
"value": "Paste",
|
|
1765
|
+
"comment": "Button text to paste content into text field.",
|
|
1766
|
+
"limit": 0
|
|
1767
|
+
},
|
|
1768
|
+
"stylingPicker.item.edit": {
|
|
1769
|
+
"value": "Edit",
|
|
1770
|
+
"comment": "",
|
|
1771
|
+
"limit": 0
|
|
1772
|
+
},
|
|
1773
|
+
"stylingPicker.item.delete": {
|
|
1774
|
+
"value": "Delete",
|
|
1775
|
+
"comment": "",
|
|
1776
|
+
"limit": 0
|
|
1777
|
+
},
|
|
1778
|
+
"stylingPicker.item.delete.tooltip": {
|
|
1779
|
+
"value": "Applied item cannot be deleted.",
|
|
1780
|
+
"comment": "",
|
|
1781
|
+
"limit": 0
|
|
1677
1782
|
}
|
|
1678
1783
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"gs.list.all": "Todo",
|
|
7
7
|
"gs.list.except": "excepto",
|
|
8
8
|
"gs.list.is": "es",
|
|
9
|
+
"gs.list.search.placeholder": "Buscar...",
|
|
9
10
|
"gs.list.notAvailableAbbreviation": "N/D",
|
|
10
11
|
"gs.list.searchResults": "resultados de la búsqueda",
|
|
11
12
|
"gs.visualizationsList.loading": "Cargando…",
|
|
@@ -61,7 +62,10 @@
|
|
|
61
62
|
"gs.list.only": "Solo",
|
|
62
63
|
"gs.list.selectAll": "Seleccionar todo",
|
|
63
64
|
"gs.list.limitExceeded": "Lo sentimos, ha superado el límite ({limit}).",
|
|
65
|
+
"gs.list.limitReached": "Ha alcanzado el límite de {limit} valores seleccionados",
|
|
66
|
+
"gs.list.cannotSelectMoreValues": "No puede seleccionar más de {limit} valores.",
|
|
64
67
|
"gs.list.noItemsFound": "No se ha encontrado ningún elemento.",
|
|
68
|
+
"gs.list.noResultsMatch": "Ningún resultado coincide",
|
|
65
69
|
"gs.list.error": "Error al cargar los elementos de la lista",
|
|
66
70
|
"gs.header.upsellButtonText": "Actualizar",
|
|
67
71
|
"gs.header.countdown.numberOfDaysLeft": "Quedan {number} días",
|
|
@@ -313,5 +317,15 @@
|
|
|
313
317
|
"embedInsightDialog.complete.list.props.message": "Lista completa de las propiedades de incrustación",
|
|
314
318
|
"error.overlay.login": "Iniciar sesión",
|
|
315
319
|
"error.overlay.title": "Se ha cerrado la sesión",
|
|
316
|
-
"error.overlay.text": "Iníciela de nuevo para continuar su trabajo."
|
|
320
|
+
"error.overlay.text": "Iníciela de nuevo para continuar su trabajo.",
|
|
321
|
+
"stylingPicker.title.basic": "Básico",
|
|
322
|
+
"stylingPicker.title.custom": "Personalizado",
|
|
323
|
+
"stylingPicker.title.create": "Crear",
|
|
324
|
+
"stylingEditor.dialog.name": "Nombre",
|
|
325
|
+
"stylingEditor.dialog.definition": "Definición",
|
|
326
|
+
"stylingEditor.dialog.examples": "Ejemplos",
|
|
327
|
+
"stylingEditor.dialog.example.paste": "Pegar",
|
|
328
|
+
"stylingPicker.item.edit": "Editar",
|
|
329
|
+
"stylingPicker.item.delete": "Eliminar",
|
|
330
|
+
"stylingPicker.item.delete.tooltip": "El elemento predeterminado no se puede eliminar."
|
|
317
331
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"gs.list.all": "Tout",
|
|
7
7
|
"gs.list.except": "sauf",
|
|
8
8
|
"gs.list.is": "est",
|
|
9
|
+
"gs.list.search.placeholder": "Rechercher...",
|
|
9
10
|
"gs.list.notAvailableAbbreviation": "S/O",
|
|
10
11
|
"gs.list.searchResults": "résultats de la recherche",
|
|
11
12
|
"gs.visualizationsList.loading": "Chargement en cours…",
|
|
@@ -61,7 +62,10 @@
|
|
|
61
62
|
"gs.list.only": "Uniquement",
|
|
62
63
|
"gs.list.selectAll": "Sélectionner tout",
|
|
63
64
|
"gs.list.limitExceeded": "Désolé, vous avez dépassé la limite ({limit}).",
|
|
65
|
+
"gs.list.limitReached": "Vous avez atteint la limite de {limit} valeurs sélectionnées",
|
|
66
|
+
"gs.list.cannotSelectMoreValues": "Vous ne pouvez pas sélectionner plus de {limit} valeurs.",
|
|
64
67
|
"gs.list.noItemsFound": "Éléments introuvables.",
|
|
68
|
+
"gs.list.noResultsMatch": "Aucun résultat",
|
|
65
69
|
"gs.list.error": "Erreur lors du chargement des éléments de la liste",
|
|
66
70
|
"gs.header.upsellButtonText": "Mise à niveau",
|
|
67
71
|
"gs.header.countdown.numberOfDaysLeft": "{number} jours restants",
|
|
@@ -313,5 +317,15 @@
|
|
|
313
317
|
"embedInsightDialog.complete.list.props.message": "Liste complète des propriétés d'incorporation",
|
|
314
318
|
"error.overlay.login": "Connexion",
|
|
315
319
|
"error.overlay.title": "Vous avez été déconnecté(e)",
|
|
316
|
-
"error.overlay.text": "Pour continuer à travailler, reconnectez-vous."
|
|
320
|
+
"error.overlay.text": "Pour continuer à travailler, reconnectez-vous.",
|
|
321
|
+
"stylingPicker.title.basic": "Basique",
|
|
322
|
+
"stylingPicker.title.custom": "Personnalisé",
|
|
323
|
+
"stylingPicker.title.create": "Créer",
|
|
324
|
+
"stylingEditor.dialog.name": "Nom",
|
|
325
|
+
"stylingEditor.dialog.definition": "Définition",
|
|
326
|
+
"stylingEditor.dialog.examples": "Exemples",
|
|
327
|
+
"stylingEditor.dialog.example.paste": "Coller",
|
|
328
|
+
"stylingPicker.item.edit": "Modifier",
|
|
329
|
+
"stylingPicker.item.delete": "Supprimer",
|
|
330
|
+
"stylingPicker.item.delete.tooltip": "L'élément par défaut ne peut pas être supprimé."
|
|
317
331
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"gs.list.all": "すべて",
|
|
7
7
|
"gs.list.except": "次を除く",
|
|
8
8
|
"gs.list.is": "は",
|
|
9
|
+
"gs.list.search.placeholder": "検索...",
|
|
9
10
|
"gs.list.notAvailableAbbreviation": "該当なし",
|
|
10
11
|
"gs.list.searchResults": "検索結果",
|
|
11
12
|
"gs.visualizationsList.loading": "読み込んでいます…",
|
|
@@ -61,7 +62,10 @@
|
|
|
61
62
|
"gs.list.only": "限定",
|
|
62
63
|
"gs.list.selectAll": "すべて選択",
|
|
63
64
|
"gs.list.limitExceeded": "申し訳ございません、制限({limit})を超過しました。",
|
|
65
|
+
"gs.list.limitReached": "選択した値の上限{limit}に達しました",
|
|
66
|
+
"gs.list.cannotSelectMoreValues": "{limit} より多くの値を選択できません。",
|
|
64
67
|
"gs.list.noItemsFound": "アイテムが見つかりません。",
|
|
68
|
+
"gs.list.noResultsMatch": "一致する結果がありません",
|
|
65
69
|
"gs.list.error": "リストの読み込みエラー",
|
|
66
70
|
"gs.header.upsellButtonText": "アップグレード",
|
|
67
71
|
"gs.header.countdown.numberOfDaysLeft": "残り {number} 日",
|
|
@@ -266,7 +270,7 @@
|
|
|
266
270
|
"attributesDropdown.noData": "このアトリビュートには値がありません。",
|
|
267
271
|
"shareDialog.share.grantee.title": "ユーザやグループと共有",
|
|
268
272
|
"shareDialog.share.grantee.share": "共有する",
|
|
269
|
-
"shareDialog.share.grantee.list.title": "
|
|
273
|
+
"shareDialog.share.grantee.list.title": "シェア相手",
|
|
270
274
|
"shareDialog.share.grantee.add": "追加",
|
|
271
275
|
"shareDialog.share.grantee.add.empty.selection": "ユーザーやグループが選択されていません。",
|
|
272
276
|
"shareDialog.share.grantee.add.info": "ユーザーまたはグループを追加",
|
|
@@ -313,5 +317,15 @@
|
|
|
313
317
|
"embedInsightDialog.complete.list.props.message": "埋め込みプロパティーの完全なリストです",
|
|
314
318
|
"error.overlay.login": "ログイン",
|
|
315
319
|
"error.overlay.title": "ログアウトしています",
|
|
316
|
-
"error.overlay.text": "作業を続行するには、再度ログインしてください。"
|
|
320
|
+
"error.overlay.text": "作業を続行するには、再度ログインしてください。",
|
|
321
|
+
"stylingPicker.title.basic": "基本",
|
|
322
|
+
"stylingPicker.title.custom": "カスタム",
|
|
323
|
+
"stylingPicker.title.create": "作成",
|
|
324
|
+
"stylingEditor.dialog.name": "名前",
|
|
325
|
+
"stylingEditor.dialog.definition": "定義",
|
|
326
|
+
"stylingEditor.dialog.examples": "例",
|
|
327
|
+
"stylingEditor.dialog.example.paste": "ペースト",
|
|
328
|
+
"stylingPicker.item.edit": "編集",
|
|
329
|
+
"stylingPicker.item.delete": "削除",
|
|
330
|
+
"stylingPicker.item.delete.tooltip": "デフォルトのアイテムは削除できません。"
|
|
317
331
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"gs.list.all": "Alles",
|
|
7
7
|
"gs.list.except": "behalve",
|
|
8
8
|
"gs.list.is": "is",
|
|
9
|
+
"gs.list.search.placeholder": "Zoeken...",
|
|
9
10
|
"gs.list.notAvailableAbbreviation": "Nvt",
|
|
10
11
|
"gs.list.searchResults": "zoekresultaten",
|
|
11
12
|
"gs.visualizationsList.loading": "Laden…",
|
|
@@ -61,7 +62,10 @@
|
|
|
61
62
|
"gs.list.only": "Alleen",
|
|
62
63
|
"gs.list.selectAll": "Selecteer alles",
|
|
63
64
|
"gs.list.limitExceeded": "Sorry, u hebt de limiet ({limit}) overschreden.",
|
|
65
|
+
"gs.list.limitReached": "U hebt de limiet van {limit} geselecteerde waarden overschreden",
|
|
66
|
+
"gs.list.cannotSelectMoreValues": "U kunt niet meer dan {limit} waarden selecteren.",
|
|
64
67
|
"gs.list.noItemsFound": "Geen items gevonden.",
|
|
68
|
+
"gs.list.noResultsMatch": "Geen overeenkomende resultaten",
|
|
65
69
|
"gs.list.error": "Fout bij inlezen lijstitems",
|
|
66
70
|
"gs.header.upsellButtonText": "Upgrade",
|
|
67
71
|
"gs.header.countdown.numberOfDaysLeft": "Nog {number} dagen",
|
|
@@ -313,5 +317,15 @@
|
|
|
313
317
|
"embedInsightDialog.complete.list.props.message": "Volledig lijst van ingesloten eigenschappen",
|
|
314
318
|
"error.overlay.login": "Login",
|
|
315
319
|
"error.overlay.title": "U bent afgemeld",
|
|
316
|
-
"error.overlay.text": "Meld u opnieuw aan om verder te werken."
|
|
320
|
+
"error.overlay.text": "Meld u opnieuw aan om verder te werken.",
|
|
321
|
+
"stylingPicker.title.basic": "Standaard",
|
|
322
|
+
"stylingPicker.title.custom": "Aangepast",
|
|
323
|
+
"stylingPicker.title.create": "Creëren",
|
|
324
|
+
"stylingEditor.dialog.name": "Naam",
|
|
325
|
+
"stylingEditor.dialog.definition": "Definitie",
|
|
326
|
+
"stylingEditor.dialog.examples": "Voorbeelden",
|
|
327
|
+
"stylingEditor.dialog.example.paste": "Plakken",
|
|
328
|
+
"stylingPicker.item.edit": "Bewerken",
|
|
329
|
+
"stylingPicker.item.delete": "Verwijderen",
|
|
330
|
+
"stylingPicker.item.delete.tooltip": "Standaarditem kan niet worden verwijderd."
|
|
317
331
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"gs.list.all": "Todos",
|
|
7
7
|
"gs.list.except": "exceto",
|
|
8
8
|
"gs.list.is": "é",
|
|
9
|
+
"gs.list.search.placeholder": "Pesquisar...",
|
|
9
10
|
"gs.list.notAvailableAbbreviation": "N/A",
|
|
10
11
|
"gs.list.searchResults": "resultados da busca",
|
|
11
12
|
"gs.visualizationsList.loading": "Carregando…",
|
|
@@ -61,7 +62,10 @@
|
|
|
61
62
|
"gs.list.only": "Só",
|
|
62
63
|
"gs.list.selectAll": "Selecionar tudo",
|
|
63
64
|
"gs.list.limitExceeded": "Infelizmente, você excedeu o limite ({limit}).",
|
|
65
|
+
"gs.list.limitReached": "Você alcançou o limite de {limit} valores selecionados",
|
|
66
|
+
"gs.list.cannotSelectMoreValues": "Você não pode selecionar mais do que {limit} valores.",
|
|
64
67
|
"gs.list.noItemsFound": "Nenhum item encontrado.",
|
|
68
|
+
"gs.list.noResultsMatch": "Nenhum resultado correspondente",
|
|
65
69
|
"gs.list.error": "Erro ao carregar itens da lista",
|
|
66
70
|
"gs.header.upsellButtonText": "Atualizar",
|
|
67
71
|
"gs.header.countdown.numberOfDaysLeft": "{number} dias restantes",
|
|
@@ -313,5 +317,15 @@
|
|
|
313
317
|
"embedInsightDialog.complete.list.props.message": "Lista completa de propriedades incorporadas",
|
|
314
318
|
"error.overlay.login": "Login",
|
|
315
319
|
"error.overlay.title": "Sua sessão foi encerrada",
|
|
316
|
-
"error.overlay.text": "Conecte-se novamente para continuar trabalhando."
|
|
320
|
+
"error.overlay.text": "Conecte-se novamente para continuar trabalhando.",
|
|
321
|
+
"stylingPicker.title.basic": "Básico",
|
|
322
|
+
"stylingPicker.title.custom": "Personalizado",
|
|
323
|
+
"stylingPicker.title.create": "Criar",
|
|
324
|
+
"stylingEditor.dialog.name": "Nome",
|
|
325
|
+
"stylingEditor.dialog.definition": "Definição",
|
|
326
|
+
"stylingEditor.dialog.examples": "Exemplos",
|
|
327
|
+
"stylingEditor.dialog.example.paste": "Colar",
|
|
328
|
+
"stylingPicker.item.edit": "Editar",
|
|
329
|
+
"stylingPicker.item.delete": "Excluir",
|
|
330
|
+
"stylingPicker.item.delete.tooltip": "Item padrão não pode ser excluído."
|
|
317
331
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"gs.list.all": "Todos",
|
|
7
7
|
"gs.list.except": "exceto",
|
|
8
8
|
"gs.list.is": "é",
|
|
9
|
+
"gs.list.search.placeholder": "Pesquisar...",
|
|
9
10
|
"gs.list.notAvailableAbbreviation": "N/A",
|
|
10
11
|
"gs.list.searchResults": "pesquisar resultados",
|
|
11
12
|
"gs.visualizationsList.loading": "A carregar…",
|
|
@@ -61,7 +62,10 @@
|
|
|
61
62
|
"gs.list.only": "Só",
|
|
62
63
|
"gs.list.selectAll": "Selecionar tudo",
|
|
63
64
|
"gs.list.limitExceeded": "Lamentamos, excedeu o limite ({limit}).",
|
|
65
|
+
"gs.list.limitReached": "Atingiu o limite de {limit} valores selecionados",
|
|
66
|
+
"gs.list.cannotSelectMoreValues": "Não pode selecionar mais de {limit} valores.",
|
|
64
67
|
"gs.list.noItemsFound": "Nenhum item encontrado.",
|
|
68
|
+
"gs.list.noResultsMatch": "Não há resultados correspondentes",
|
|
65
69
|
"gs.list.error": "Erro ao carregar itens da lista",
|
|
66
70
|
"gs.header.upsellButtonText": "Atualizar",
|
|
67
71
|
"gs.header.countdown.numberOfDaysLeft": "{number} dias restantes",
|
|
@@ -313,5 +317,15 @@
|
|
|
313
317
|
"embedInsightDialog.complete.list.props.message": "Lista completa das propriedades de incorporação",
|
|
314
318
|
"error.overlay.login": "Iniciar sessão",
|
|
315
319
|
"error.overlay.title": "A sua sessão foi terminada",
|
|
316
|
-
"error.overlay.text": "Para continuar o seu trabalho, volte a iniciar sessão."
|
|
320
|
+
"error.overlay.text": "Para continuar o seu trabalho, volte a iniciar sessão.",
|
|
321
|
+
"stylingPicker.title.basic": "Básico",
|
|
322
|
+
"stylingPicker.title.custom": "Personalizado",
|
|
323
|
+
"stylingPicker.title.create": "Criar",
|
|
324
|
+
"stylingEditor.dialog.name": "Nome",
|
|
325
|
+
"stylingEditor.dialog.definition": "Definição",
|
|
326
|
+
"stylingEditor.dialog.examples": "Exemplos",
|
|
327
|
+
"stylingEditor.dialog.example.paste": "Colar",
|
|
328
|
+
"stylingPicker.item.edit": "Editar",
|
|
329
|
+
"stylingPicker.item.delete": "Eliminar",
|
|
330
|
+
"stylingPicker.item.delete.tooltip": "Não é possível eliminar o item predefinido."
|
|
317
331
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"gs.list.all": "Все",
|
|
7
7
|
"gs.list.except": "кроме",
|
|
8
8
|
"gs.list.is": "–",
|
|
9
|
+
"gs.list.search.placeholder": "Поиск...",
|
|
9
10
|
"gs.list.notAvailableAbbreviation": "Н/Д",
|
|
10
11
|
"gs.list.searchResults": "результаты поиска",
|
|
11
12
|
"gs.visualizationsList.loading": "Загрузка…",
|
|
@@ -61,7 +62,10 @@
|
|
|
61
62
|
"gs.list.only": "Только",
|
|
62
63
|
"gs.list.selectAll": "Выбрать все",
|
|
63
64
|
"gs.list.limitExceeded": "К сожалению, вы превысили лимит ({limit}).",
|
|
65
|
+
"gs.list.limitReached": "Вы достигли лимита {limit} выбранных значений",
|
|
66
|
+
"gs.list.cannotSelectMoreValues": "Нельзя выбрать более {limit} значений.",
|
|
64
67
|
"gs.list.noItemsFound": "Ничего не найдено.",
|
|
68
|
+
"gs.list.noResultsMatch": "Ничего не найдено",
|
|
65
69
|
"gs.list.error": "Ошибка при загрузке элементов списка",
|
|
66
70
|
"gs.header.upsellButtonText": "Улучшить",
|
|
67
71
|
"gs.header.countdown.numberOfDaysLeft": "осталось {number} {number, plural, one {день} few {дня} many {дней} other {дней}}",
|
|
@@ -313,5 +317,15 @@
|
|
|
313
317
|
"embedInsightDialog.complete.list.props.message": "Полный список свойств встраивания",
|
|
314
318
|
"error.overlay.login": "Вход",
|
|
315
319
|
"error.overlay.title": "Вы вышли из системы",
|
|
316
|
-
"error.overlay.text": "Войдите снова, чтобы продолжить работу."
|
|
320
|
+
"error.overlay.text": "Войдите снова, чтобы продолжить работу.",
|
|
321
|
+
"stylingPicker.title.basic": "Базовые",
|
|
322
|
+
"stylingPicker.title.custom": "Свои правила",
|
|
323
|
+
"stylingPicker.title.create": "Создать",
|
|
324
|
+
"stylingEditor.dialog.name": "Название",
|
|
325
|
+
"stylingEditor.dialog.definition": "Определение",
|
|
326
|
+
"stylingEditor.dialog.examples": "Примеры",
|
|
327
|
+
"stylingEditor.dialog.example.paste": "Вставить",
|
|
328
|
+
"stylingPicker.item.edit": "Изменить",
|
|
329
|
+
"stylingPicker.item.delete": "Удалить",
|
|
330
|
+
"stylingPicker.item.delete.tooltip": "Нельзя удалить элемент по умолчанию."
|
|
317
331
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"gs.list.all": "全部",
|
|
7
7
|
"gs.list.except": "除了",
|
|
8
8
|
"gs.list.is": "是",
|
|
9
|
+
"gs.list.search.placeholder": "搜索...",
|
|
9
10
|
"gs.list.notAvailableAbbreviation": "不适用",
|
|
10
11
|
"gs.list.searchResults": "搜索结果",
|
|
11
12
|
"gs.visualizationsList.loading": "正在加载…",
|
|
@@ -61,7 +62,10 @@
|
|
|
61
62
|
"gs.list.only": "仅",
|
|
62
63
|
"gs.list.selectAll": "全选",
|
|
63
64
|
"gs.list.limitExceeded": "抱歉,您已超出限制 ({limit})。",
|
|
65
|
+
"gs.list.limitReached": "您已达到 {limit} 个选择值限制",
|
|
66
|
+
"gs.list.cannotSelectMoreValues": "您不能选择超过 {limit} 个值。",
|
|
64
67
|
"gs.list.noItemsFound": "未找到任何项。",
|
|
68
|
+
"gs.list.noResultsMatch": "没有匹配结果",
|
|
65
69
|
"gs.list.error": "加载列表项时出错",
|
|
66
70
|
"gs.header.upsellButtonText": "升级",
|
|
67
71
|
"gs.header.countdown.numberOfDaysLeft": "剩余 {number} 天",
|
|
@@ -313,5 +317,15 @@
|
|
|
313
317
|
"embedInsightDialog.complete.list.props.message": "嵌入属性的完整列表",
|
|
314
318
|
"error.overlay.login": "登录",
|
|
315
319
|
"error.overlay.title": "您已经退出",
|
|
316
|
-
"error.overlay.text": "请重新登录以继续您的工作。"
|
|
320
|
+
"error.overlay.text": "请重新登录以继续您的工作。",
|
|
321
|
+
"stylingPicker.title.basic": "基本",
|
|
322
|
+
"stylingPicker.title.custom": "自定义",
|
|
323
|
+
"stylingPicker.title.create": "创建",
|
|
324
|
+
"stylingEditor.dialog.name": "名称",
|
|
325
|
+
"stylingEditor.dialog.definition": "定义",
|
|
326
|
+
"stylingEditor.dialog.examples": "示例",
|
|
327
|
+
"stylingEditor.dialog.example.paste": "粘贴",
|
|
328
|
+
"stylingPicker.item.edit": "编辑",
|
|
329
|
+
"stylingPicker.item.delete": "删除",
|
|
330
|
+
"stylingPicker.item.delete.tooltip": "无法删除默认项。"
|
|
317
331
|
}
|
|
@@ -28,7 +28,7 @@ export interface IExecuteProps extends IWithLoadingEvents<IExecuteProps> {
|
|
|
28
28
|
* Data series will be built using the provided measures that are further scoped for
|
|
29
29
|
* elements of the specified attributes.
|
|
30
30
|
*/
|
|
31
|
-
seriesBy
|
|
31
|
+
seriesBy?: AttributesMeasuresOrPlaceholders;
|
|
32
32
|
/**
|
|
33
33
|
* Slice all data series by elements of these attributes.
|
|
34
34
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Execute.d.ts","sourceRoot":"","sources":["../../src/execution/Execute.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE/F,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/D,OAAO,EAGH,gCAAgC,EAChC,wBAAwB,EACxB,oBAAoB,EACpB,6BAA6B,EAC7B,mBAAmB,
|
|
1
|
+
{"version":3,"file":"Execute.d.ts","sourceRoot":"","sources":["../../src/execution/Execute.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE/F,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/D,OAAO,EAGH,gCAAgC,EAChC,wBAAwB,EACxB,oBAAoB,EACpB,6BAA6B,EAC7B,mBAAmB,EAEtB,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAC;AAEhF;;;GAGG;AACH,MAAM,WAAW,aAAc,SAAQ,kBAAkB,CAAC,aAAa,CAAC;IACpE;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAE5C;;OAEG;IACH,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IAEpC;;OAEG;IACH,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAE9B;;OAEG;IACH,OAAO,CAAC,EAAE,6BAA6B,CAAC;IAExC;;OAEG;IACH,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAE7B;;OAEG;IACH,6BAA6B,CAAC,EAAE,GAAG,CAAC;IAEpC;;;;;;;;;OASG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;;;OAQG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;;;;;;;OASG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;IAExB;;;;;;;OAOG;IACH,QAAQ,EAAE,CAAC,eAAe,EAAE,iBAAiB,KAAK,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IAE5E;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,wBAAwB,CAAC;IAE5C;;;;;;OAMG;IACH,cAAc,CAAC,EAAE,sBAAsB,CAAC;CAC3C;AAkGD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,OAAO,UAAW,aAAa,gBAO3C,CAAC"}
|
|
@@ -36,6 +36,9 @@ var WrappedExecute = base_1.withContexts(withExecution_1.withExecution({
|
|
|
36
36
|
exportTitle: exportTitle,
|
|
37
37
|
execution: function (props) {
|
|
38
38
|
var seriesBy = props.seriesBy, slicesBy = props.slicesBy, totals = props.totals, filters = props.filters, sortBy = props.sortBy;
|
|
39
|
+
if (!(seriesBy === null || seriesBy === void 0 ? void 0 : seriesBy.length) && !(slicesBy === null || slicesBy === void 0 ? void 0 : slicesBy.length)) {
|
|
40
|
+
throw new base_1.UnexpectedSdkError("In the Execute component, either seriesBy or slicesBy must be defined and must contain at least one item");
|
|
41
|
+
}
|
|
39
42
|
return createExecution_1.createExecution(tslib_1.__assign(tslib_1.__assign({}, props), { componentName: componentName(props), seriesBy: seriesBy, slicesBy: slicesBy, totals: totals, filters: filters, sortBy: sortBy }));
|
|
40
43
|
},
|
|
41
44
|
events: function (props) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Execute.js","sourceRoot":"","sources":["../../src/execution/Execute.tsx"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,wDAA0B;AAC1B,iDAAgD;AAIhD,mEAAqC;AACrC,
|
|
1
|
+
{"version":3,"file":"Execute.js","sourceRoot":"","sources":["../../src/execution/Execute.tsx"],"names":[],"mappings":"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"}
|
|
@@ -22,7 +22,7 @@ export declare type CreateExecutionOptions = {
|
|
|
22
22
|
* Data series will be built using the provided measures that are further scoped for
|
|
23
23
|
* elements of the specified attributes.
|
|
24
24
|
*/
|
|
25
|
-
seriesBy
|
|
25
|
+
seriesBy?: IAttributeOrMeasure[];
|
|
26
26
|
/**
|
|
27
27
|
* Slice all data series by elements of these attributes.
|
|
28
28
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createExecution.d.ts","sourceRoot":"","sources":["../../src/execution/createExecution.ts"],"names":[],"mappings":"AACA,OAAO,EACH,UAAU,EACV,mBAAmB,EAEnB,eAAe,EAGf,SAAS,EACT,MAAM,EAIT,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAKnF;;GAEG;AACH,oBAAY,sBAAsB,GAAG;IACjC;;;;;OAKG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,EAAE,mBAAmB,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"createExecution.d.ts","sourceRoot":"","sources":["../../src/execution/createExecution.ts"],"names":[],"mappings":"AACA,OAAO,EACH,UAAU,EACV,mBAAmB,EAEnB,eAAe,EAGf,SAAS,EACT,MAAM,EAIT,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAKnF;;GAEG;AACH,oBAAY,sBAAsB,GAAG;IACjC;;;;;OAKG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAEjC;;OAEG;IACH,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;IAExB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAElB;;OAEG;IACH,OAAO,CAAC,EAAE,eAAe,EAAE,CAAC;IAE5B;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC;IAErB;;;;;;;;;OASG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAuCF;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,sBAAsB,GAAG,kBAAkB,CA2BnF"}
|
|
@@ -39,7 +39,7 @@ function seriesAndSlicesDim(seriesBy, slices, totals) {
|
|
|
39
39
|
*/
|
|
40
40
|
function createExecution(options) {
|
|
41
41
|
var _a, _b;
|
|
42
|
-
var backend = options.backend, workspace = options.workspace,
|
|
42
|
+
var backend = options.backend, workspace = options.workspace, _c = options.seriesBy, seriesBy = _c === void 0 ? [] : _c, _d = options.slicesBy, slicesBy = _d === void 0 ? [] : _d, _e = options.filters, filters = _e === void 0 ? [] : _e, _f = options.sortBy, sortBy = _f === void 0 ? [] : _f, _g = options.totals, totals = _g === void 0 ? [] : _g, _h = options.componentName, componentName = _h === void 0 ? "Execution" : _h;
|
|
43
43
|
ts_invariant_1.default(backend && workspace, "backend and workspace must be either specified explicitly or be provided by context");
|
|
44
44
|
var dimensions = isEmpty_1.default(slicesBy)
|
|
45
45
|
? seriesOnlyDim(seriesBy)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createExecution.js","sourceRoot":"","sources":["../../src/execution/createExecution.ts"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,iDAY6B;AAE7B,mEAAqC;AACrC,mEAAqC;AACrC,sEAAqC;AA6DrC;;GAEG;AACH,SAAS,aAAa,CAAC,QAA+B;IAClD,OAAO;QACH,wBAAY,CACR,iBAAO,kBACA,QAAQ,CAAC,MAAM,CAAC,uBAAW,CAAC;YAC/B,0HAA0H;YAC1H,QAAQ,CAAC,IAAI,CAAC,qBAAS,CAAC,IAAI,kCAAsB;WACpD,CACL;KACJ,CAAC;AACN,CAAC;AAED;;;;;;GAMG;AACH,SAAS,kBAAkB,CACvB,QAA+B,EAC/B,MAAoB,EACpB,MAAgB;IAEhB,OAAO,6BAAiB,kBAChB,MAAM,EAAK,MAAM,GACrB,iBAAO,kBACA,QAAQ,CAAC,MAAM,CAAC,uBAAW,CAAC;QAC/B,0HAA0H;QAC1H,QAAQ,CAAC,IAAI,CAAC,qBAAS,CAAC,IAAI,kCAAsB;OACpD,CACL,CAAC;AACN,CAAC;AAED;;;;;GAKG;AACH,SAAgB,eAAe,CAAC,OAA+B;;IAEvD,IAAA,OAAO,GAQP,OAAO,QARA,EACP,SAAS,GAOT,OAAO,UAPE,EACT,QAAQ,
|
|
1
|
+
{"version":3,"file":"createExecution.js","sourceRoot":"","sources":["../../src/execution/createExecution.ts"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,iDAY6B;AAE7B,mEAAqC;AACrC,mEAAqC;AACrC,sEAAqC;AA6DrC;;GAEG;AACH,SAAS,aAAa,CAAC,QAA+B;IAClD,OAAO;QACH,wBAAY,CACR,iBAAO,kBACA,QAAQ,CAAC,MAAM,CAAC,uBAAW,CAAC;YAC/B,0HAA0H;YAC1H,QAAQ,CAAC,IAAI,CAAC,qBAAS,CAAC,IAAI,kCAAsB;WACpD,CACL;KACJ,CAAC;AACN,CAAC;AAED;;;;;;GAMG;AACH,SAAS,kBAAkB,CACvB,QAA+B,EAC/B,MAAoB,EACpB,MAAgB;IAEhB,OAAO,6BAAiB,kBAChB,MAAM,EAAK,MAAM,GACrB,iBAAO,kBACA,QAAQ,CAAC,MAAM,CAAC,uBAAW,CAAC;QAC/B,0HAA0H;QAC1H,QAAQ,CAAC,IAAI,CAAC,qBAAS,CAAC,IAAI,kCAAsB;OACpD,CACL,CAAC;AACN,CAAC;AAED;;;;;GAKG;AACH,SAAgB,eAAe,CAAC,OAA+B;;IAEvD,IAAA,OAAO,GAQP,OAAO,QARA,EACP,SAAS,GAOT,OAAO,UAPE,EACT,KAMA,OAAO,SANM,EAAb,QAAQ,mBAAG,EAAE,KAAA,EACb,KAKA,OAAO,SALM,EAAb,QAAQ,mBAAG,EAAE,KAAA,EACb,KAIA,OAAO,QAJK,EAAZ,OAAO,mBAAG,EAAE,KAAA,EACZ,KAGA,OAAO,OAHI,EAAX,MAAM,mBAAG,EAAE,KAAA,EACX,KAEA,OAAO,OAFI,EAAX,MAAM,mBAAG,EAAE,KAAA,EACX,KACA,OAAO,cADoB,EAA3B,aAAa,mBAAG,WAAW,KAAA,CACnB;IACZ,sBAAS,CACL,OAAO,IAAI,SAAS,EACpB,qFAAqF,CACxF,CAAC;IAEF,IAAM,UAAU,GAAG,iBAAO,CAAC,QAAQ,CAAC;QAChC,CAAC,CAAC,aAAa,CAAC,QAAQ,CAAC;QACzB,CAAC,CAAC,kBAAkB,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC;IAErD,OAAO,CAAA,KAAA,CAAA,KAAA,OAAO;SACT,aAAa,CAAC,aAAa,EAAE,OAAO,CAAC;SACrC,SAAS,CAAC,SAAS,CAAC;SACpB,SAAS,EAAE;SACX,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAA;SAC5C,WAAW,4BAAI,MAAM,EAAC,CAAA;SACtB,cAAc,4BAAI,UAAU,GAAE;AACvC,CAAC;AA3BD,0CA2BC"}
|
|
@@ -3,7 +3,7 @@ import { IAnalyticalBackend, IPreparedExecution } from "@gooddata/sdk-backend-sp
|
|
|
3
3
|
import { DataViewWindow } from "./withExecutionLoading";
|
|
4
4
|
import { DataViewFacade, GoodDataSdkError, UseCancelablePromiseState, AttributesMeasuresOrPlaceholders, AttributesOrPlaceholders, NullableFiltersOrPlaceholders, SortsOrPlaceholders, TotalsOrPlaceholders, UseCancelablePromiseCallbacks } from "../base";
|
|
5
5
|
/**
|
|
6
|
-
* Convenient
|
|
6
|
+
* Convenient interface to define execution by series and slices.
|
|
7
7
|
*
|
|
8
8
|
* @public
|
|
9
9
|
*/
|
package/dist/sdk-ui.d.ts
CHANGED
|
@@ -1982,7 +1982,7 @@ export declare interface IExecuteProps extends IWithLoadingEvents<IExecuteProps>
|
|
|
1982
1982
|
* Data series will be built using the provided measures that are further scoped for
|
|
1983
1983
|
* elements of the specified attributes.
|
|
1984
1984
|
*/
|
|
1985
|
-
seriesBy
|
|
1985
|
+
seriesBy?: AttributesMeasuresOrPlaceholders;
|
|
1986
1986
|
/**
|
|
1987
1987
|
* Slice all data series by elements of these attributes.
|
|
1988
1988
|
*/
|
|
@@ -2071,7 +2071,7 @@ export declare interface IExecuteProps extends IWithLoadingEvents<IExecuteProps>
|
|
|
2071
2071
|
}
|
|
2072
2072
|
|
|
2073
2073
|
/**
|
|
2074
|
-
* Convenient
|
|
2074
|
+
* Convenient interface to define execution by series and slices.
|
|
2075
2075
|
*
|
|
2076
2076
|
* @public
|
|
2077
2077
|
*/
|