@gooddata/sdk-ui-dashboard 10.18.0-alpha.11 → 10.18.0-alpha.13
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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.js +2 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.js.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.json +20 -1
- package/esm/presentation/localization/bundles/en-AU.json +20 -1
- package/esm/presentation/localization/bundles/en-GB.json +20 -1
- package/esm/presentation/localization/bundles/es-419.json +20 -1
- package/esm/presentation/localization/bundles/es-ES.json +20 -1
- package/esm/presentation/localization/bundles/fi-FI.json +20 -1
- package/esm/presentation/localization/bundles/fr-CA.json +20 -1
- package/esm/presentation/localization/bundles/fr-FR.json +20 -1
- package/esm/presentation/localization/bundles/it-IT.json +20 -1
- package/esm/presentation/localization/bundles/ja-JP.json +20 -1
- package/esm/presentation/localization/bundles/nl-NL.json +20 -1
- package/esm/presentation/localization/bundles/pt-BR.json +20 -1
- package/esm/presentation/localization/bundles/pt-PT.json +20 -1
- package/esm/presentation/localization/bundles/zh-HK.json +20 -1
- package/esm/presentation/localization/bundles/zh-Hans.json +20 -1
- package/esm/presentation/localization/bundles/zh-Hant.json +20 -1
- package/package.json +15 -15
package/esm/__version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "10.18.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "10.18.0-alpha.13";
|
|
2
2
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.js
CHANGED
package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEmptyContentHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"useEmptyContentHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAkB1D,eAAO,MAAM,uBAAuB,gBAAiB,kBAAkB;;;;;;CAyEtE,CAAC"}
|
package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.js
CHANGED
|
@@ -5,8 +5,7 @@ import { useNewSectionInsightPlaceholderDropHandler } from "./useNewSectionInsig
|
|
|
5
5
|
import { useNewSectionKpiPlaceholderDropHandler } from "./useNewSectionKpiPlaceholderDropHandler.js";
|
|
6
6
|
import { useNewSectionRichTextPlaceholderDropHandler } from "./useNewSectionRichTextPlaceholderDropHandler.js";
|
|
7
7
|
import { useNewSectionVisualizationSwitcherPlaceholderDropHandler } from "./useNewSectionVisualizationSwitcherPlaceholderDropHandler.js";
|
|
8
|
-
import { useDashboardDrop, isInsightDraggableListItem, isKpiPlaceholderDraggableItem, isInsightPlaceholderDraggableItem, isRichTextDraggableListItem, isVisualizationSwitcherDraggableListItem, isDashboardLayoutDraggableListItem, isInsightDraggableItem, isKpiDraggableItem, isRichTextDraggableItem, isVisualizationSwitcherDraggableItem, } from "../../../dragAndDrop/index.js";
|
|
9
|
-
import { isDashboardLayoutItem } from "@gooddata/sdk-model";
|
|
8
|
+
import { useDashboardDrop, isInsightDraggableListItem, isKpiPlaceholderDraggableItem, isInsightPlaceholderDraggableItem, isRichTextDraggableListItem, isVisualizationSwitcherDraggableListItem, isDashboardLayoutDraggableListItem, isInsightDraggableItem, isKpiDraggableItem, isRichTextDraggableItem, isVisualizationSwitcherDraggableItem, isDashboardLayoutDraggableItem, } from "../../../dragAndDrop/index.js";
|
|
10
9
|
import { useMoveWidgetToNewSectionDropHandler } from "./useMoveWidgetToNewSectionDropHandler.js";
|
|
11
10
|
export const useEmptyContentHandlers = (sectionPath) => {
|
|
12
11
|
const handleInsightListItemDrop = useNewSectionInsightListItemDropHandler(sectionPath);
|
|
@@ -51,7 +50,7 @@ export const useEmptyContentHandlers = (sectionPath) => {
|
|
|
51
50
|
isKpiDraggableItem(item) ||
|
|
52
51
|
isRichTextDraggableItem(item) ||
|
|
53
52
|
isVisualizationSwitcherDraggableItem(item) ||
|
|
54
|
-
|
|
53
|
+
isDashboardLayoutDraggableItem(item)) {
|
|
55
54
|
moveWidgetToNewSection(item);
|
|
56
55
|
}
|
|
57
56
|
},
|
package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEmptyContentHandlers.js","sourceRoot":"","sources":["../../../../../src/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,kDAAkD,EAAE,MAAM,yDAAyD,CAAC;AAC7H,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AACvG,OAAO,EAAE,0CAA0C,EAAE,MAAM,iDAAiD,CAAC;AAC7G,OAAO,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AACrG,OAAO,EAAE,2CAA2C,EAAE,MAAM,kDAAkD,CAAC;AAC/G,OAAO,EAAE,wDAAwD,EAAE,MAAM,+DAA+D,CAAC;AAEzI,OAAO,EACH,gBAAgB,EAChB,0BAA0B,EAC1B,6BAA6B,EAC7B,iCAAiC,EACjC,2BAA2B,EAC3B,wCAAwC,EACxC,kCAAkC,EAClC,sBAAsB,EACtB,kBAAkB,EAClB,uBAAuB,EACvB,oCAAoC,
|
|
1
|
+
{"version":3,"file":"useEmptyContentHandlers.js","sourceRoot":"","sources":["../../../../../src/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,kDAAkD,EAAE,MAAM,yDAAyD,CAAC;AAC7H,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AACvG,OAAO,EAAE,0CAA0C,EAAE,MAAM,iDAAiD,CAAC;AAC7G,OAAO,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AACrG,OAAO,EAAE,2CAA2C,EAAE,MAAM,kDAAkD,CAAC;AAC/G,OAAO,EAAE,wDAAwD,EAAE,MAAM,+DAA+D,CAAC;AAEzI,OAAO,EACH,gBAAgB,EAChB,0BAA0B,EAC1B,6BAA6B,EAC7B,iCAAiC,EACjC,2BAA2B,EAC3B,wCAAwC,EACxC,kCAAkC,EAClC,sBAAsB,EACtB,kBAAkB,EAClB,uBAAuB,EACvB,oCAAoC,EACpC,8BAA8B,GACjC,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AAEjG,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,WAA+B,EAAE,EAAE;IACvE,MAAM,yBAAyB,GAAG,uCAAuC,CAAC,WAAW,CAAC,CAAC;IACvF,MAAM,wBAAwB,GAAG,sCAAsC,CAAC,WAAW,CAAC,CAAC;IACrF,MAAM,4BAA4B,GAAG,0CAA0C,CAAC,WAAW,CAAC,CAAC;IAC7F,MAAM,6BAA6B,GAAG,2CAA2C,CAAC,WAAW,CAAC,CAAC;IAC/F,MAAM,0CAA0C,GAC5C,wDAAwD,CAAC,WAAW,CAAC,CAAC;IAC1E,MAAM,oCAAoC,GACtC,kDAAkD,CAAC,WAAW,CAAC,CAAC;IAEpE,MAAM,sBAAsB,GAAG,oCAAoC,CAAC,WAAW,CAAC,CAAC;IAEjF,MAAM,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,OAAO,CAAC,GAAG,gBAAgB,CACnE;QACI,iBAAiB;QACjB,iBAAiB;QACjB,qBAAqB;QACrB,kBAAkB;QAClB,+BAA+B;QAC/B,yBAAyB;QACzB,SAAS;QACT,UAAU;QACV,uBAAuB;QACvB,iBAAiB;KACpB,EACD;QACI,IAAI,EAAE,CAAC,IAAI,EAAE,EAAE;YACX,IAAI,0BAA0B,CAAC,IAAI,CAAC,EAAE,CAAC;gBACnC,yBAAyB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YAC5C,CAAC;YACD,IAAI,6BAA6B,CAAC,IAAI,CAAC,EAAE,CAAC;gBACtC,wBAAwB,EAAE,CAAC;YAC/B,CAAC;YACD,IAAI,iCAAiC,CAAC,IAAI,CAAC,EAAE,CAAC;gBAC1C,4BAA4B,EAAE,CAAC;YACnC,CAAC;YACD,IAAI,2BAA2B,CAAC,IAAI,CAAC,EAAE,CAAC;gBACpC,6BAA6B,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YAC7C,CAAC;YACD,IAAI,wCAAwC,CAAC,IAAI,CAAC,EAAE,CAAC;gBACjD,0CAA0C,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YAC1D,CAAC;YACD,IAAI,kCAAkC,CAAC,IAAI,CAAC,EAAE,CAAC;gBAC3C,oCAAoC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACpD,CAAC;YACD,IACI,sBAAsB,CAAC,IAAI,CAAC;gBAC5B,kBAAkB,CAAC,IAAI,CAAC;gBACxB,uBAAuB,CAAC,IAAI,CAAC;gBAC7B,oCAAoC,CAAC,IAAI,CAAC;gBAC1C,8BAA8B,CAAC,IAAI,CAAC,EACtC,CAAC;gBACC,sBAAsB,CAAC,IAAI,CAAC,CAAC;YACjC,CAAC;QACL,CAAC;KACJ,EACD;QACI,yBAAyB;QACzB,wBAAwB;QACxB,4BAA4B;QAC5B,0CAA0C;QAC1C,6BAA6B;QAC7B,oCAAoC;QACpC,sBAAsB;KACzB,CACJ,CAAC;IACF,OAAO;QACH,OAAO;QACP,MAAM;QACN,QAAQ;QACR,IAAI;QACJ,OAAO;KACV,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "Für diesen Benutzer fehlt eine E-Mail-Adresse.",
|
|
631
631
|
"insightAlert.config.for": "Für",
|
|
632
632
|
"insightAlert.config.warning.destination": "Das ausgewählte Ziel unterstützt nur das Senden des Hinweises an Sie selbst.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Alle "
|
|
633
|
+
"insightAlert.config.selectAttribute": "Alle ",
|
|
634
|
+
"addPanel.dashboardLayout": "Container",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Mehrere Widgets gruppieren und zusammen anzeigen für ein flexibleres Layout.",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Container und seinen Inhalt entfernen",
|
|
637
|
+
"nestedLayout.tab.title": "Container",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Container löschen?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "Der Container und sein gesamter Inhalt werden unwiderruflich gelöscht.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Hierher ziehen</b>{br}, um den Container hinzuzufügen",
|
|
641
|
+
"insightAlert.config.and": "und",
|
|
642
|
+
"insightAlert.config.for.filter": "für {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "gleicher {period} im vorherigen Jahr",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "vorheriger {period}",
|
|
645
|
+
"granularity.this_keyword": "Diese",
|
|
646
|
+
"granularity.year": "Jahr",
|
|
647
|
+
"granularity.week": "Woche",
|
|
648
|
+
"granularity.quarter": "Quartal",
|
|
649
|
+
"granularity.month": "Monat",
|
|
650
|
+
"granularity.date": "Tag",
|
|
651
|
+
"granularity.hour": "Stunde",
|
|
652
|
+
"granularity.minute": "Minute"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "This user is missing an email address.",
|
|
631
631
|
"insightAlert.config.for": "For",
|
|
632
632
|
"insightAlert.config.warning.destination": "The selected destination only supports sending the alert to yourself.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "All"
|
|
633
|
+
"insightAlert.config.selectAttribute": "All",
|
|
634
|
+
"addPanel.dashboardLayout": "Container",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Group and display multiple widgets together for a more flexible layout.",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Remove from dashboard.",
|
|
637
|
+
"nestedLayout.tab.title": "Container",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Delete container?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "The container and all of its content will be irreversibly deleted.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Drag here</b>{br}to add to the container",
|
|
641
|
+
"insightAlert.config.and": "and",
|
|
642
|
+
"insightAlert.config.for.filter": "for {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "same {period} last year",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "previous {period}",
|
|
645
|
+
"granularity.this_keyword": "This",
|
|
646
|
+
"granularity.year": "year",
|
|
647
|
+
"granularity.week": "week",
|
|
648
|
+
"granularity.quarter": "quarter",
|
|
649
|
+
"granularity.month": "month",
|
|
650
|
+
"granularity.date": "day",
|
|
651
|
+
"granularity.hour": "hour",
|
|
652
|
+
"granularity.minute": "minute"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "This user is missing an email address.",
|
|
631
631
|
"insightAlert.config.for": "For",
|
|
632
632
|
"insightAlert.config.warning.destination": "The selected destination only supports sending the alert to yourself.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "All"
|
|
633
|
+
"insightAlert.config.selectAttribute": "All",
|
|
634
|
+
"addPanel.dashboardLayout": "Container",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Group and display multiple widgets together for a more flexible layout.",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Remove from dashboard.",
|
|
637
|
+
"nestedLayout.tab.title": "Container",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Delete container?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "The container and all of its content will be irreversibly deleted.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Drag here</b>{br}to add to the container",
|
|
641
|
+
"insightAlert.config.and": "and",
|
|
642
|
+
"insightAlert.config.for.filter": "for {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "same {period} last year",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "previous {period}",
|
|
645
|
+
"granularity.this_keyword": "This",
|
|
646
|
+
"granularity.year": "year",
|
|
647
|
+
"granularity.week": "week",
|
|
648
|
+
"granularity.quarter": "quarter",
|
|
649
|
+
"granularity.month": "month",
|
|
650
|
+
"granularity.date": "day",
|
|
651
|
+
"granularity.hour": "hour",
|
|
652
|
+
"granularity.minute": "minute"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "A este usuario le falta una dirección de correo electrónico.",
|
|
631
631
|
"insightAlert.config.for": "Para",
|
|
632
632
|
"insightAlert.config.warning.destination": "El destino seleccionado solo admite el envío de la alerta a uno mismo.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Todo"
|
|
633
|
+
"insightAlert.config.selectAttribute": "Todo",
|
|
634
|
+
"addPanel.dashboardLayout": "Contenedor",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Combine y presente varios widgets juntos para una distribución más flexible.",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Retirar el contenedor y su contenido",
|
|
637
|
+
"nestedLayout.tab.title": "Contenedor",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "¿Eliminar el contenedor?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "El contenedor y todo su contenido serán eliminados de manera permanente.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Arrastre aquí</b>{br}para añadir al contenedor",
|
|
641
|
+
"insightAlert.config.and": "y",
|
|
642
|
+
"insightAlert.config.for.filter": "para {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "mismo {period} año anterior",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "anterior {period}",
|
|
645
|
+
"granularity.this_keyword": "Este/",
|
|
646
|
+
"granularity.year": "año",
|
|
647
|
+
"granularity.week": "semana",
|
|
648
|
+
"granularity.quarter": "trimestre",
|
|
649
|
+
"granularity.month": "mes",
|
|
650
|
+
"granularity.date": "día",
|
|
651
|
+
"granularity.hour": "hora",
|
|
652
|
+
"granularity.minute": "minuto"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "A este usuario le falta una dirección de correo electrónico.",
|
|
631
631
|
"insightAlert.config.for": "Para",
|
|
632
632
|
"insightAlert.config.warning.destination": "El destino seleccionado sólo admite el envío de la alerta a uno mismo.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Todo"
|
|
633
|
+
"insightAlert.config.selectAttribute": "Todo",
|
|
634
|
+
"addPanel.dashboardLayout": "Recipiente",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Agrupe y muestre varios widgets juntos para lograr un diseño más flexible. ",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Retirar el recipiente y su contenido",
|
|
637
|
+
"nestedLayout.tab.title": "Recipiente",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "¿Borrar contenedor?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "El contenedor y todo su contenido se eliminarán irreversiblemente.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Arrastre aquí</b>{br}para añadir al contenedor",
|
|
641
|
+
"insightAlert.config.and": "y",
|
|
642
|
+
"insightAlert.config.for.filter": "para {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "mismo {period} año anterior",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "anterior {period}",
|
|
645
|
+
"granularity.this_keyword": "Este/",
|
|
646
|
+
"granularity.year": "año",
|
|
647
|
+
"granularity.week": "semana",
|
|
648
|
+
"granularity.quarter": "trimestre",
|
|
649
|
+
"granularity.month": "mes",
|
|
650
|
+
"granularity.date": "día",
|
|
651
|
+
"granularity.hour": "hora",
|
|
652
|
+
"granularity.minute": "minuto"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "Tältä käyttäjältä puuttuu sähköpostiosoite.",
|
|
631
631
|
"insightAlert.config.for": "Kohteelle",
|
|
632
632
|
"insightAlert.config.warning.destination": "Valittu kohde tukee vain hälytyksen lähettämistä itsellesi.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Kaikki"
|
|
633
|
+
"insightAlert.config.selectAttribute": "Kaikki",
|
|
634
|
+
"addPanel.dashboardLayout": "Säiliö",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Ryhmittele ja näytä useita pienoissovelluksia yhdessä joustavamman asettelun aikaansaamiseksi. ",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Poista säiliö ja sen sisältö",
|
|
637
|
+
"nestedLayout.tab.title": "Säiliö",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Poistetaanko säiliö?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "Säiliö ja kaikki sen sisältö poistetaan peruuttamattomasti.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b> Vedä tästä</b>{br}lisätäksesi säiliöön",
|
|
641
|
+
"insightAlert.config.and": "ja",
|
|
642
|
+
"insightAlert.config.for.filter": "kohteelle {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "sama {period} edellinen vuosi",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "edellinen {period}",
|
|
645
|
+
"granularity.this_keyword": "Tämä ",
|
|
646
|
+
"granularity.year": "vuosi",
|
|
647
|
+
"granularity.week": "viikko",
|
|
648
|
+
"granularity.quarter": "vuosineljännes",
|
|
649
|
+
"granularity.month": "kuukausi",
|
|
650
|
+
"granularity.date": "päivä",
|
|
651
|
+
"granularity.hour": "tunti",
|
|
652
|
+
"granularity.minute": "minuutti"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "Il manque une adresse e-mail à cet utilisateur.",
|
|
631
631
|
"insightAlert.config.for": "Pour",
|
|
632
632
|
"insightAlert.config.warning.destination": "La destination sélectionnée ne permet d'envoyer l'alerte qu'à vous-même.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Tout"
|
|
633
|
+
"insightAlert.config.selectAttribute": "Tout",
|
|
634
|
+
"addPanel.dashboardLayout": "Conteneur",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Grouper et afficher plusieurs widgets ensemble pour une mise en page plus souple. ",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Retirer le conteneur et son contenu",
|
|
637
|
+
"nestedLayout.tab.title": "Conteneur",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Supprimer le conteneur?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "Le conteneur et tout son contenu seront irréversiblement supprimés.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Faire glisser ici</b>{br}à ajouter au conteneur",
|
|
641
|
+
"insightAlert.config.and": "et",
|
|
642
|
+
"insightAlert.config.for.filter": "pour {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "même {period} année précédente",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "précédent {period}",
|
|
645
|
+
"granularity.this_keyword": "Ce(tte)",
|
|
646
|
+
"granularity.year": "année",
|
|
647
|
+
"granularity.week": "semaine",
|
|
648
|
+
"granularity.quarter": "trimestre",
|
|
649
|
+
"granularity.month": "mois",
|
|
650
|
+
"granularity.date": "jour",
|
|
651
|
+
"granularity.hour": "heure",
|
|
652
|
+
"granularity.minute": "minute"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "Il manque une adresse électronique à cet utilisateur.",
|
|
631
631
|
"insightAlert.config.for": "Pour",
|
|
632
632
|
"insightAlert.config.warning.destination": "La destination sélectionnée ne permet d’envoyer l’alerte qu’à soi-même.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Tout"
|
|
633
|
+
"insightAlert.config.selectAttribute": "Tout",
|
|
634
|
+
"addPanel.dashboardLayout": "Conteneur",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Regrouper et afficher plusieurs widgets ensemble pour une mise en page plus souple.",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Retirer le conteneur et son contenu",
|
|
637
|
+
"nestedLayout.tab.title": "Conteneur",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Supprimer le conteneur ?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "Le conteneur et tout son contenu seront irréversiblement supprimés.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Faites glisser ici</b>{br}pour l'ajouter au conteneur",
|
|
641
|
+
"insightAlert.config.and": "et",
|
|
642
|
+
"insightAlert.config.for.filter": "pour {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "même {period} que l'année précédente",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "{period} précédent(e)",
|
|
645
|
+
"granularity.this_keyword": "Ce(tte)",
|
|
646
|
+
"granularity.year": "année",
|
|
647
|
+
"granularity.week": "semaine",
|
|
648
|
+
"granularity.quarter": "trimestre",
|
|
649
|
+
"granularity.month": "mois",
|
|
650
|
+
"granularity.date": "jour",
|
|
651
|
+
"granularity.hour": "heure",
|
|
652
|
+
"granularity.minute": "minute"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "A questo utente manca un indirizzo e-mail.",
|
|
631
631
|
"insightAlert.config.for": "Per",
|
|
632
632
|
"insightAlert.config.warning.destination": "La destinazione selezionata supporta solo l'invio dell'avviso a se stessi.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Tutto"
|
|
633
|
+
"insightAlert.config.selectAttribute": "Tutto",
|
|
634
|
+
"addPanel.dashboardLayout": "Contenitore",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Raggruppare e visualizzare più widget insieme per una disposizione più flessibile. ",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Rimuovere il contenitore e il suo contenuto",
|
|
637
|
+
"nestedLayout.tab.title": "Contenitore",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Cancellare il contenitore?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "Il contenitore e tutto il suo contenuto saranno cancellati in modo irreversibile.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Trascinare qui</b>{br}per aggiungere al contenitore",
|
|
641
|
+
"insightAlert.config.and": "e",
|
|
642
|
+
"insightAlert.config.for.filter": "per {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "stesso {period} dell'anno precedente",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "precedente {period}",
|
|
645
|
+
"granularity.this_keyword": "Questo",
|
|
646
|
+
"granularity.year": "anno",
|
|
647
|
+
"granularity.week": "settimana",
|
|
648
|
+
"granularity.quarter": "trimestre",
|
|
649
|
+
"granularity.month": "mese",
|
|
650
|
+
"granularity.date": "giorno",
|
|
651
|
+
"granularity.hour": "ora",
|
|
652
|
+
"granularity.minute": "minuto"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "このユーザーにはメールアドレスがありません。",
|
|
631
631
|
"insightAlert.config.for": "について",
|
|
632
632
|
"insightAlert.config.warning.destination": "選択された送信先は、自分自身へのアラート送信にのみ対応しています。",
|
|
633
|
-
"insightAlert.config.selectAttribute": "すべて"
|
|
633
|
+
"insightAlert.config.selectAttribute": "すべて",
|
|
634
|
+
"addPanel.dashboardLayout": "コンテナ",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "複数のウィジェットをまとめてグループ化して表示し、より柔軟なレイアウトを実現します。",
|
|
636
|
+
"nestedLayoutToolbar.remove": "コンテナとその内容を削除する",
|
|
637
|
+
"nestedLayout.tab.title": "コンテナ",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "コンテナを削除しますか?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "コンテナとそのすべてのコンテンツは元に戻せない形で削除されます。",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>ここにドラッグ</b>{br}コンテナに追加する",
|
|
641
|
+
"insightAlert.config.and": "および",
|
|
642
|
+
"insightAlert.config.for.filter": "にとって {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "{period} 前年同時期",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "前期 {period}",
|
|
645
|
+
"granularity.this_keyword": "今",
|
|
646
|
+
"granularity.year": "年",
|
|
647
|
+
"granularity.week": "週",
|
|
648
|
+
"granularity.quarter": "四半期",
|
|
649
|
+
"granularity.month": "月",
|
|
650
|
+
"granularity.date": "日",
|
|
651
|
+
"granularity.hour": "時",
|
|
652
|
+
"granularity.minute": "分"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "Deze gebruiker mist een e-mailadres.",
|
|
631
631
|
"insightAlert.config.for": "Voor",
|
|
632
632
|
"insightAlert.config.warning.destination": "De geselecteerde bestemming ondersteunt alleen het verzenden van de waarschuwing naar jezelf.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Alles"
|
|
633
|
+
"insightAlert.config.selectAttribute": "Alles",
|
|
634
|
+
"addPanel.dashboardLayout": "Container",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Groepeer en toon meerdere widgets samen voor een flexibelere lay-out. ",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Container en inhoud verwijderen",
|
|
637
|
+
"nestedLayout.tab.title": "Container",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Container verwijderen?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "De container en al zijn inhoud worden onherroepelijk verwijderd.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Hierheen slepen</b>{br}om toe te voegen aan de container",
|
|
641
|
+
"insightAlert.config.and": "en",
|
|
642
|
+
"insightAlert.config.for.filter": "voor {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "dezelfde {period} vorig jaar",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "vorige {period}",
|
|
645
|
+
"granularity.this_keyword": "Dit",
|
|
646
|
+
"granularity.year": "jaar",
|
|
647
|
+
"granularity.week": "week",
|
|
648
|
+
"granularity.quarter": "kwartaal",
|
|
649
|
+
"granularity.month": "maand",
|
|
650
|
+
"granularity.date": "dag",
|
|
651
|
+
"granularity.hour": "uur",
|
|
652
|
+
"granularity.minute": "minuut"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "Este usuário não tem um endereço de e-mail.",
|
|
631
631
|
"insightAlert.config.for": "Por",
|
|
632
632
|
"insightAlert.config.warning.destination": "O destino selecionado só dá suporte ao envio do alerta para você mesmo.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Todos"
|
|
633
|
+
"insightAlert.config.selectAttribute": "Todos",
|
|
634
|
+
"addPanel.dashboardLayout": "Recipiente",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Agrupe e exiba vários widgets para um layout mais flexível. ",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Remover contêiner e seu conteúdo",
|
|
637
|
+
"nestedLayout.tab.title": "Recipiente",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Excluir contêiner?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "O contêiner e todo o seu conteúdo serão excluídos irreversivelmente.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Arraste aqui</b>{br}para adicionar ao contêiner",
|
|
641
|
+
"insightAlert.config.and": "e",
|
|
642
|
+
"insightAlert.config.for.filter": "durante {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "mesmo {period} ano anterior",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "anterior {period}",
|
|
645
|
+
"granularity.this_keyword": "Este",
|
|
646
|
+
"granularity.year": "ano",
|
|
647
|
+
"granularity.week": "semana",
|
|
648
|
+
"granularity.quarter": "trimestre",
|
|
649
|
+
"granularity.month": "mês",
|
|
650
|
+
"granularity.date": "dia",
|
|
651
|
+
"granularity.hour": "hora",
|
|
652
|
+
"granularity.minute": "minuto"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "Este utilizador não tem um endereço de e-mail.",
|
|
631
631
|
"insightAlert.config.for": "Por",
|
|
632
632
|
"insightAlert.config.warning.destination": "O destino selecionado só dá suporte ao envio do alerta para si mesmo.",
|
|
633
|
-
"insightAlert.config.selectAttribute": "Todos"
|
|
633
|
+
"insightAlert.config.selectAttribute": "Todos",
|
|
634
|
+
"addPanel.dashboardLayout": "Recipiente",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "Agrupe e apresente vários widgets para um esquema mais flexível. ",
|
|
636
|
+
"nestedLayoutToolbar.remove": "Remover o recipiente e o seu conteúdo",
|
|
637
|
+
"nestedLayout.tab.title": "Recipiente",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "Excluir recipiente?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "O recipiente e todo o seu conteúdo serão eliminados de forma irreversível.",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>Arraste para aqui</b>{br}para adicionar ao recipiente",
|
|
641
|
+
"insightAlert.config.and": "e",
|
|
642
|
+
"insightAlert.config.for.filter": "durante {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "mesmo {period} do ano anterior",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "anterior {period}",
|
|
645
|
+
"granularity.this_keyword": "Este",
|
|
646
|
+
"granularity.year": "ano",
|
|
647
|
+
"granularity.week": "semana",
|
|
648
|
+
"granularity.quarter": "trimestre",
|
|
649
|
+
"granularity.month": "mês",
|
|
650
|
+
"granularity.date": "dia",
|
|
651
|
+
"granularity.hour": "hora",
|
|
652
|
+
"granularity.minute": "minuto"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "此用戶缺少電子郵件地址。",
|
|
631
631
|
"insightAlert.config.for": "為",
|
|
632
632
|
"insightAlert.config.warning.destination": "所選目標僅支持向自己發送警報。",
|
|
633
|
-
"insightAlert.config.selectAttribute": "都"
|
|
633
|
+
"insightAlert.config.selectAttribute": "都",
|
|
634
|
+
"addPanel.dashboardLayout": "容器",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "把多個小組件分組並顯示喺一齐,以實現更靈活嘅布局。 ",
|
|
636
|
+
"nestedLayoutToolbar.remove": "刪除容器及其內容",
|
|
637
|
+
"nestedLayout.tab.title": "容器",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "刪除容器?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "容器及其所有內容將被不可逆地刪除。",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>拖動到此處</b>{br}添加到容器",
|
|
641
|
+
"insightAlert.config.and": "和",
|
|
642
|
+
"insightAlert.config.for.filter": "為 {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "同 {period}上一年",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "以前 {period}",
|
|
645
|
+
"granularity.this_keyword": "這 ",
|
|
646
|
+
"granularity.year": "年",
|
|
647
|
+
"granularity.week": "周",
|
|
648
|
+
"granularity.quarter": "季度",
|
|
649
|
+
"granularity.month": "月",
|
|
650
|
+
"granularity.date": "日",
|
|
651
|
+
"granularity.hour": "小時",
|
|
652
|
+
"granularity.minute": "分鐘"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "该用户缺少电子邮件地址。",
|
|
631
631
|
"insightAlert.config.for": "为了",
|
|
632
632
|
"insightAlert.config.warning.destination": "所选目的地仅支持向您自己发送警报。",
|
|
633
|
-
"insightAlert.config.selectAttribute": "全部"
|
|
633
|
+
"insightAlert.config.selectAttribute": "全部",
|
|
634
|
+
"addPanel.dashboardLayout": "容器",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "将多个小部件组合并显示在一起,以实现更灵活的布局。",
|
|
636
|
+
"nestedLayoutToolbar.remove": "移除容器及其内容物",
|
|
637
|
+
"nestedLayout.tab.title": "容器",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "删除容器?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "该容器及其所有内容将被不可逆地删除。",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>拖到此处</b>{br}添加到容器中",
|
|
641
|
+
"insightAlert.config.and": "和",
|
|
642
|
+
"insightAlert.config.for.filter": "为了 {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "相同的 {period} 上一年",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "以前的 {period}",
|
|
645
|
+
"granularity.this_keyword": "这个",
|
|
646
|
+
"granularity.year": "年",
|
|
647
|
+
"granularity.week": "周",
|
|
648
|
+
"granularity.quarter": "季度",
|
|
649
|
+
"granularity.month": "月",
|
|
650
|
+
"granularity.date": "天",
|
|
651
|
+
"granularity.hour": "小时",
|
|
652
|
+
"granularity.minute": "分钟"
|
|
634
653
|
}
|
|
@@ -630,5 +630,24 @@
|
|
|
630
630
|
"dialogs.schedule.email.user.missing.email": "該使用者缺少電子郵件地址。",
|
|
631
631
|
"insightAlert.config.for": "為了",
|
|
632
632
|
"insightAlert.config.warning.destination": "所選目的地僅支援向自己發送警報。",
|
|
633
|
-
"insightAlert.config.selectAttribute": "全部"
|
|
633
|
+
"insightAlert.config.selectAttribute": "全部",
|
|
634
|
+
"addPanel.dashboardLayout": "容器",
|
|
635
|
+
"addPanel.dashboardLayout.tooltip": "將多個小部件分組並顯示在一起,以獲得更靈活的佈局。 ",
|
|
636
|
+
"nestedLayoutToolbar.remove": "移除容器及其內容物",
|
|
637
|
+
"nestedLayout.tab.title": "容器",
|
|
638
|
+
"nestedLayout.deleteDialog.header": "刪除容器?",
|
|
639
|
+
"nestedLayout.deleteDialog.message": "容器及其所有內容將不可逆轉地刪除。",
|
|
640
|
+
"nestedLayout.emptyDropZone.message": "<b>拖到這裡</b>{br}添加到容器中",
|
|
641
|
+
"insightAlert.config.and": "和",
|
|
642
|
+
"insightAlert.config.for.filter": "為了 {granularity}",
|
|
643
|
+
"insightAlert.config.compare_with_sp_granularity": "相同的 {period} 前一年",
|
|
644
|
+
"insightAlert.config.compare_with_pp_granularity": "以前的 {period}",
|
|
645
|
+
"granularity.this_keyword": "這 ",
|
|
646
|
+
"granularity.year": "年",
|
|
647
|
+
"granularity.week": "星期",
|
|
648
|
+
"granularity.quarter": "四分之一",
|
|
649
|
+
"granularity.month": "月",
|
|
650
|
+
"granularity.date": "天",
|
|
651
|
+
"granularity.hour": "小時",
|
|
652
|
+
"granularity.minute": "分分鐘"
|
|
634
653
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "10.18.0-alpha.
|
|
3
|
+
"version": "10.18.0-alpha.13",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
"ts-invariant": "^0.7.5",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2",
|
|
60
|
-
"@gooddata/sdk-backend-base": "10.18.0-alpha.
|
|
61
|
-
"@gooddata/sdk-
|
|
62
|
-
"@gooddata/sdk-
|
|
63
|
-
"@gooddata/sdk-
|
|
64
|
-
"@gooddata/sdk-ui": "10.18.0-alpha.
|
|
65
|
-
"@gooddata/sdk-ui-
|
|
66
|
-
"@gooddata/sdk-ui-geo": "10.18.0-alpha.
|
|
67
|
-
"@gooddata/sdk-ui-kit": "10.18.0-alpha.
|
|
68
|
-
"@gooddata/sdk-ui-theme-provider": "10.18.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-vis-commons": "10.18.0-alpha.
|
|
70
|
-
"@gooddata/util": "10.18.0-alpha.
|
|
60
|
+
"@gooddata/sdk-backend-base": "10.18.0-alpha.13",
|
|
61
|
+
"@gooddata/sdk-backend-spi": "10.18.0-alpha.13",
|
|
62
|
+
"@gooddata/sdk-ui": "10.18.0-alpha.13",
|
|
63
|
+
"@gooddata/sdk-model": "10.18.0-alpha.13",
|
|
64
|
+
"@gooddata/sdk-ui-filters": "10.18.0-alpha.13",
|
|
65
|
+
"@gooddata/sdk-ui-ext": "10.18.0-alpha.13",
|
|
66
|
+
"@gooddata/sdk-ui-geo": "10.18.0-alpha.13",
|
|
67
|
+
"@gooddata/sdk-ui-kit": "10.18.0-alpha.13",
|
|
68
|
+
"@gooddata/sdk-ui-theme-provider": "10.18.0-alpha.13",
|
|
69
|
+
"@gooddata/sdk-ui-vis-commons": "10.18.0-alpha.13",
|
|
70
|
+
"@gooddata/util": "10.18.0-alpha.13"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"typescript": "5.3.3",
|
|
121
121
|
"vitest": "1.0.4",
|
|
122
122
|
"vitest-dom": "0.1.1",
|
|
123
|
-
"@gooddata/i18n-toolkit": "10.18.0-alpha.
|
|
124
|
-
"@gooddata/reference-workspace": "10.18.0-alpha.
|
|
125
|
-
"@gooddata/sdk-backend-mockingbird": "10.18.0-alpha.
|
|
123
|
+
"@gooddata/i18n-toolkit": "10.18.0-alpha.13",
|
|
124
|
+
"@gooddata/reference-workspace": "10.18.0-alpha.13",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "10.18.0-alpha.13"
|
|
126
126
|
},
|
|
127
127
|
"scripts": {
|
|
128
128
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|