@gooddata/sdk-ui 8.10.0-alpha.71 → 8.10.0-alpha.74
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 +2 -1
- package/dist/base/localization/bundles/en-US.json +7 -7
- package/dist/base/localization/bundles/es-ES.json +2 -1
- package/dist/base/localization/bundles/fr-FR.json +2 -1
- package/dist/base/localization/bundles/ja-JP.json +2 -2
- package/dist/base/localization/bundles/nl-NL.json +2 -1
- package/dist/base/localization/bundles/pt-BR.json +2 -1
- package/dist/base/localization/bundles/pt-PT.json +2 -1
- package/dist/base/localization/bundles/ru-RU.json +2 -1
- package/dist/base/localization/bundles/zh-Hans.json +2 -1
- package/dist/base/react/placeholders/resolve.d.ts.map +1 -1
- package/dist/base/react/placeholders/resolve.js +5 -3
- package/dist/base/react/placeholders/resolve.js.map +1 -1
- package/esm/base/localization/bundles/de-DE.json +2 -1
- package/esm/base/localization/bundles/en-US.json +7 -7
- package/esm/base/localization/bundles/es-ES.json +2 -1
- package/esm/base/localization/bundles/fr-FR.json +2 -1
- package/esm/base/localization/bundles/ja-JP.json +2 -2
- package/esm/base/localization/bundles/nl-NL.json +2 -1
- package/esm/base/localization/bundles/pt-BR.json +2 -1
- package/esm/base/localization/bundles/pt-PT.json +2 -1
- package/esm/base/localization/bundles/ru-RU.json +2 -1
- package/esm/base/localization/bundles/zh-Hans.json +2 -1
- package/esm/base/react/placeholders/resolve.d.ts.map +1 -1
- package/esm/base/react/placeholders/resolve.js +5 -3
- package/esm/base/react/placeholders/resolve.js.map +1 -1
- package/package.json +8 -11
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Absteigende Größe",
|
|
282
282
|
"sorting.by": "nach",
|
|
283
283
|
"sorting.sum.of.all.measure": "Gesamt",
|
|
284
|
-
"sorting.default.tooltip": "Verwenden Sie die Sortierung, die im Attribut definiert ist."
|
|
284
|
+
"sorting.default.tooltip": "Verwenden Sie die Sortierung, die im Attribut definiert ist.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "leerer Wert"
|
|
285
286
|
}
|
|
@@ -673,27 +673,27 @@
|
|
|
673
673
|
},
|
|
674
674
|
"filters.interval.hours.past": {
|
|
675
675
|
"value": "From {from} to {to} {to, plural, one {hour} other {hours}} ago",
|
|
676
|
-
"comment": "Example: 'From 5 to 3 hours ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {
|
|
676
|
+
"comment": "Example: 'From 5 to 3 hours ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
677
677
|
"limit": 0
|
|
678
678
|
},
|
|
679
679
|
"filters.interval.hours.past.sameValue": {
|
|
680
680
|
"value": "{value} {value, plural, one {hour} other {hours}} ago",
|
|
681
|
-
"comment": "Example: '5 hours ago'. Don't translate placeholder '{value}'. In '{value, plural, one {
|
|
681
|
+
"comment": "Example: '5 hours ago'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
682
682
|
"limit": 0
|
|
683
683
|
},
|
|
684
684
|
"filters.interval.hours.future": {
|
|
685
685
|
"value": "From {from} to {to} {to, plural, one {hour} other {hours}} ahead",
|
|
686
|
-
"comment": "Example: 'From 3 to 5 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {
|
|
686
|
+
"comment": "Example: 'From 3 to 5 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
687
687
|
"limit": 0
|
|
688
688
|
},
|
|
689
689
|
"filters.interval.hours.future.sameValue": {
|
|
690
690
|
"value": "{value} {value, plural, one {hour} other {hours}} ahead",
|
|
691
|
-
"comment": "Example: '5 hours ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {
|
|
691
|
+
"comment": "Example: '5 hours ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
692
692
|
"limit": 0
|
|
693
693
|
},
|
|
694
694
|
"filters.interval.hours.mixed": {
|
|
695
|
-
"value": "From {from} {from, plural, one {hour} other {hours}} ago to {to} {to, plural, one {
|
|
696
|
-
"comment": "Example: 'From 5 hours ago to 3 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {
|
|
695
|
+
"value": "From {from} {from, plural, one {hour} other {hours}} ago to {to} {to, plural, one {hour} other {hours}} ahead",
|
|
696
|
+
"comment": "Example: 'From 5 hours ago to 3 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
697
697
|
"limit": 0
|
|
698
698
|
},
|
|
699
699
|
"filters.interval.days.past": {
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
"limit": 0
|
|
873
873
|
},
|
|
874
874
|
"filters.floatingRange": {
|
|
875
|
-
"value": "
|
|
875
|
+
"value": "Relative period",
|
|
876
876
|
"comment": "",
|
|
877
877
|
"limit": 0
|
|
878
878
|
},
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "De mayor a menor",
|
|
282
282
|
"sorting.by": "por",
|
|
283
283
|
"sorting.sum.of.all.measure": "Total",
|
|
284
|
-
"sorting.default.tooltip": "Use el orden definido en el atributo."
|
|
284
|
+
"sorting.default.tooltip": "Use el orden definido en el atributo.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valor vacío"
|
|
285
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Du plus grand au plus petit",
|
|
282
282
|
"sorting.by": "par",
|
|
283
283
|
"sorting.sum.of.all.measure": "Total",
|
|
284
|
-
"sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut."
|
|
284
|
+
"sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valeur vide"
|
|
285
286
|
}
|
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"filters.granularity.years": "年次",
|
|
165
165
|
"filters.from": "開始時点",
|
|
166
166
|
"filters.to": "終了時点",
|
|
167
|
-
|
|
168
167
|
"filters.setTime": "設定時間",
|
|
169
168
|
"filters.floatingRange": "相対期間",
|
|
170
169
|
"filters.floatingRange.tooltip": "日付の範囲は今日を基準に変化し、正確な時間に調整されます",
|
|
@@ -282,5 +281,6 @@
|
|
|
282
281
|
"sorting.type.numerical.desc": "最大から最小の順",
|
|
283
282
|
"sorting.by": "別",
|
|
284
283
|
"sorting.sum.of.all.measure": "合計",
|
|
285
|
-
"sorting.default.tooltip": "属性で定義された順序を使用します。"
|
|
284
|
+
"sorting.default.tooltip": "属性で定義された順序を使用します。",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "空の値"
|
|
286
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Grootst naar kleinst",
|
|
282
282
|
"sorting.by": "met",
|
|
283
283
|
"sorting.sum.of.all.measure": "Totaal",
|
|
284
|
-
"sorting.default.tooltip": "Gebruik de volgorde zoals gedefinieerd in het attribuut."
|
|
284
|
+
"sorting.default.tooltip": "Gebruik de volgorde zoals gedefinieerd in het attribuut.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "lege waarde"
|
|
285
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Do maior para o menor",
|
|
282
282
|
"sorting.by": "por",
|
|
283
283
|
"sorting.sum.of.all.measure": "Total",
|
|
284
|
-
"sorting.default.tooltip": "Use a ordem definida no atributo."
|
|
284
|
+
"sorting.default.tooltip": "Use a ordem definida no atributo.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valor vazio"
|
|
285
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Maior para menor",
|
|
282
282
|
"sorting.by": "por",
|
|
283
283
|
"sorting.sum.of.all.measure": "Total",
|
|
284
|
-
"sorting.default.tooltip": "Utilizar a ordem definida no atributo."
|
|
284
|
+
"sorting.default.tooltip": "Utilizar a ordem definida no atributo.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valor vazio"
|
|
285
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "От большего к меньшему",
|
|
282
282
|
"sorting.by": "по",
|
|
283
283
|
"sorting.sum.of.all.measure": "Всего",
|
|
284
|
-
"sorting.default.tooltip": "Использовать порядок, определенный в атрибуте."
|
|
284
|
+
"sorting.default.tooltip": "Использовать порядок, определенный в атрибуте.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "значение отсутствует"
|
|
285
286
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../../src/base/react/placeholders/resolve.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,YAAY,EACZ,gBAAgB,EAGhB,wBAAwB,EACxB,oBAAoB,EAGvB,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C;;;GAGG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,YAAY,CAAC,GAAG,CAAC,EACtD,WAAW,EAAE,CAAC,EACd,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,EACtC,KAAK,EAAE,iBAAiB,GACzB,iBAAiB,CAkBnB;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,CAAC,SAAS,YAAY,CAAC,GAAG,CAAC,EAC/D,WAAW,EAAE,CAAC,EACd,KAAK,EAAE,iBAAiB,GACzB,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,CAMjC;AAED;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,OAAO,EAAE,MAAM,SAAS,GAAG,EAAE,EAAE,QAAQ,EACnF,WAAW,EAAE,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAC5D,KAAK,EAAE,iBAAiB,EACxB,iBAAiB,CAAC,EAAE,QAAQ,GAC7B,OAAO,GAAG,SAAS,CAKrB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,4BAA4B,CAAC,CAAC,EAAE,CAAC,EAC7C,KAAK,EAAE,CAAC,EACR,KAAK,EAAE,iBAAiB,EACxB,iBAAiB,CAAC,EAAE,CAAC,GACtB,wBAAwB,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../../src/base/react/placeholders/resolve.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,YAAY,EACZ,gBAAgB,EAGhB,wBAAwB,EACxB,oBAAoB,EAGvB,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C;;;GAGG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,YAAY,CAAC,GAAG,CAAC,EACtD,WAAW,EAAE,CAAC,EACd,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,EACtC,KAAK,EAAE,iBAAiB,GACzB,iBAAiB,CAkBnB;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,CAAC,SAAS,YAAY,CAAC,GAAG,CAAC,EAC/D,WAAW,EAAE,CAAC,EACd,KAAK,EAAE,iBAAiB,GACzB,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,CAMjC;AAED;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,OAAO,EAAE,MAAM,SAAS,GAAG,EAAE,EAAE,QAAQ,EACnF,WAAW,EAAE,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAC5D,KAAK,EAAE,iBAAiB,EACxB,iBAAiB,CAAC,EAAE,QAAQ,GAC7B,OAAO,GAAG,SAAS,CAKrB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,4BAA4B,CAAC,CAAC,EAAE,CAAC,EAC7C,KAAK,EAAE,CAAC,EACR,KAAK,EAAE,iBAAiB,EACxB,iBAAiB,CAAC,EAAE,CAAC,GACtB,wBAAwB,CAAC,CAAC,CAAC,CA4B7B"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveValueWithPlaceholders = exports.resolveComposedPlaceholderValue = exports.resolvePlaceholderValue = exports.setPlaceholder = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
5
|
-
// (C) 2019-
|
|
5
|
+
// (C) 2019-2022 GoodData Corporation
|
|
6
6
|
var isArray_1 = tslib_1.__importDefault(require("lodash/isArray"));
|
|
7
7
|
var base_1 = require("./base");
|
|
8
8
|
/**
|
|
@@ -71,10 +71,12 @@ function resolveValueWithPlaceholders(value, state, resolutionContext) {
|
|
|
71
71
|
return acc;
|
|
72
72
|
}
|
|
73
73
|
else if (isArray_1.default(resolvedValue)) {
|
|
74
|
-
|
|
74
|
+
acc.push.apply(acc, tslib_1.__spread(resolvedValue.filter(function (v) { return typeof v !== "undefined"; })));
|
|
75
|
+
return acc;
|
|
75
76
|
}
|
|
76
77
|
}
|
|
77
|
-
|
|
78
|
+
acc.push(resolvedValue);
|
|
79
|
+
return acc;
|
|
78
80
|
}, []);
|
|
79
81
|
}
|
|
80
82
|
return value;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../../../src/base/react/placeholders/resolve.ts"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,mEAAqC;AACrC,+BASgB;AAGhB;;;GAGG;AACH,SAAgB,cAAc,CAC1B,WAAc,EACd,KAAsC,EACtC,KAAwB;;IAExB,IAAI,WAAW,CAAC,QAAQ,EAAE;QACtB,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;KAC/B;IACD,IAAI,oBAAa,CAAC,WAAW,CAAC,EAAE;QAC5B,6CACO,KAAK,KACR,YAAY,wCACL,KAAK,CAAC,YAAY,gBACpB,WAAW,CAAC,EAAE,0CACR,WAAW,KACd,KAAK,OAAA,aAGf;KACL;IAED,OAAO,KAAK,CAAC;AACjB,CAAC;AAtBD,wCAsBC;AAED;;;GAGG;AACH,SAAgB,uBAAuB,CACnC,WAAc,EACd,KAAwB;;IAExB,IAAM,gBAAgB,eAAG,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,CAAC,0CAAE,KAAK,mCAAI,WAAW,CAAC,YAAY,CAAC;IAC/F,IAAI,WAAW,CAAC,QAAQ,EAAE;QACtB,WAAW,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;KAC1C;IACD,OAAO,gBAAgB,CAAC;AAC5B,CAAC;AATD,0DASC;AAED;;;GAGG;AACH,SAAgB,+BAA+B,CAC3C,WAA4D,EAC5D,KAAwB,EACxB,iBAA4B;IAE5B,IAAM,MAAM,GAAG,WAAW,CAAC,YAAY,CAAC,GAAG,CAAC,UAAC,CAAC;QAC1C,OAAA,4BAA4B,CAAC,CAAC,EAAE,KAAK,EAAE,iBAAiB,CAAC;IAAzD,CAAyD,CACtB,CAAC;IACxC,OAAO,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,iBAAkB,CAAC,CAAC;AAChE,CAAC;AATD,0EASC;AAED;;;;;;;;;;GAUG;AACH,SAAgB,4BAA4B,CACxC,KAAQ,EACR,KAAwB,EACxB,iBAAqB;IAErB,IAAI,oBAAa,CAAC,KAAK,CAAC,EAAE;QACtB,OAAO,uBAAuB,CAAC,KAAK,EAAE,KAAK,CAAgC,CAAC;KAC/E;SAAM,IAAI,4BAAqB,CAAC,KAAK,CAAC,EAAE;QACrC,OAAO,+BAA+B,CAClC,KAAK,EACL,KAAK,EACL,iBAAiB,CACW,CAAC;KACpC;SAAM,IAAI,iBAAO,CAAC,KAAK,CAAC,EAAE;QACvB,OAAO,KAAK,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,CAAC;YACvB,IAAM,aAAa,GAAG,4BAA4B,CAAC,CAAC,EAAE,KAAK,EAAE,iBAAiB,CAAC,CAAC;YAChF,IAAI,uBAAgB,CAAC,CAAC,CAAC,EAAE;gBACrB,2CAA2C;gBAC3C,IAAI,CAAC,aAAa,EAAE;oBAChB,OAAO,GAAG,CAAC;iBACd;qBAAM,IAAI,iBAAO,CAAC,aAAa,CAAC,EAAE;oBAC/B,
|
|
1
|
+
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../../../src/base/react/placeholders/resolve.ts"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,mEAAqC;AACrC,+BASgB;AAGhB;;;GAGG;AACH,SAAgB,cAAc,CAC1B,WAAc,EACd,KAAsC,EACtC,KAAwB;;IAExB,IAAI,WAAW,CAAC,QAAQ,EAAE;QACtB,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;KAC/B;IACD,IAAI,oBAAa,CAAC,WAAW,CAAC,EAAE;QAC5B,6CACO,KAAK,KACR,YAAY,wCACL,KAAK,CAAC,YAAY,gBACpB,WAAW,CAAC,EAAE,0CACR,WAAW,KACd,KAAK,OAAA,aAGf;KACL;IAED,OAAO,KAAK,CAAC;AACjB,CAAC;AAtBD,wCAsBC;AAED;;;GAGG;AACH,SAAgB,uBAAuB,CACnC,WAAc,EACd,KAAwB;;IAExB,IAAM,gBAAgB,eAAG,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,CAAC,0CAAE,KAAK,mCAAI,WAAW,CAAC,YAAY,CAAC;IAC/F,IAAI,WAAW,CAAC,QAAQ,EAAE;QACtB,WAAW,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;KAC1C;IACD,OAAO,gBAAgB,CAAC;AAC5B,CAAC;AATD,0DASC;AAED;;;GAGG;AACH,SAAgB,+BAA+B,CAC3C,WAA4D,EAC5D,KAAwB,EACxB,iBAA4B;IAE5B,IAAM,MAAM,GAAG,WAAW,CAAC,YAAY,CAAC,GAAG,CAAC,UAAC,CAAC;QAC1C,OAAA,4BAA4B,CAAC,CAAC,EAAE,KAAK,EAAE,iBAAiB,CAAC;IAAzD,CAAyD,CACtB,CAAC;IACxC,OAAO,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,iBAAkB,CAAC,CAAC;AAChE,CAAC;AATD,0EASC;AAED;;;;;;;;;;GAUG;AACH,SAAgB,4BAA4B,CACxC,KAAQ,EACR,KAAwB,EACxB,iBAAqB;IAErB,IAAI,oBAAa,CAAC,KAAK,CAAC,EAAE;QACtB,OAAO,uBAAuB,CAAC,KAAK,EAAE,KAAK,CAAgC,CAAC;KAC/E;SAAM,IAAI,4BAAqB,CAAC,KAAK,CAAC,EAAE;QACrC,OAAO,+BAA+B,CAClC,KAAK,EACL,KAAK,EACL,iBAAiB,CACW,CAAC;KACpC;SAAM,IAAI,iBAAO,CAAC,KAAK,CAAC,EAAE;QACvB,OAAO,KAAK,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,CAAC;YACvB,IAAM,aAAa,GAAG,4BAA4B,CAAC,CAAC,EAAE,KAAK,EAAE,iBAAiB,CAAC,CAAC;YAChF,IAAI,uBAAgB,CAAC,CAAC,CAAC,EAAE;gBACrB,2CAA2C;gBAC3C,IAAI,CAAC,aAAa,EAAE;oBAChB,OAAO,GAAG,CAAC;iBACd;qBAAM,IAAI,iBAAO,CAAC,aAAa,CAAC,EAAE;oBAC/B,GAAG,CAAC,IAAI,OAAR,GAAG,mBAAS,aAAa,CAAC,MAAM,CAAC,UAAC,CAAC,IAAK,OAAA,OAAO,CAAC,KAAK,WAAW,EAAxB,CAAwB,CAAC,GAAE;oBACnE,OAAO,GAAG,CAAC;iBACd;aACJ;YAED,GAAG,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;YACxB,OAAO,GAAG,CAAC;QACf,CAAC,EAAE,EAAE,CAAC,CAAC;KACV;IAED,OAAO,KAAoC,CAAC;AAChD,CAAC;AAhCD,oEAgCC"}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Absteigende Größe",
|
|
282
282
|
"sorting.by": "nach",
|
|
283
283
|
"sorting.sum.of.all.measure": "Gesamt",
|
|
284
|
-
"sorting.default.tooltip": "Verwenden Sie die Sortierung, die im Attribut definiert ist."
|
|
284
|
+
"sorting.default.tooltip": "Verwenden Sie die Sortierung, die im Attribut definiert ist.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "leerer Wert"
|
|
285
286
|
}
|
|
@@ -673,27 +673,27 @@
|
|
|
673
673
|
},
|
|
674
674
|
"filters.interval.hours.past": {
|
|
675
675
|
"value": "From {from} to {to} {to, plural, one {hour} other {hours}} ago",
|
|
676
|
-
"comment": "Example: 'From 5 to 3 hours ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {
|
|
676
|
+
"comment": "Example: 'From 5 to 3 hours ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
677
677
|
"limit": 0
|
|
678
678
|
},
|
|
679
679
|
"filters.interval.hours.past.sameValue": {
|
|
680
680
|
"value": "{value} {value, plural, one {hour} other {hours}} ago",
|
|
681
|
-
"comment": "Example: '5 hours ago'. Don't translate placeholder '{value}'. In '{value, plural, one {
|
|
681
|
+
"comment": "Example: '5 hours ago'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
682
682
|
"limit": 0
|
|
683
683
|
},
|
|
684
684
|
"filters.interval.hours.future": {
|
|
685
685
|
"value": "From {from} to {to} {to, plural, one {hour} other {hours}} ahead",
|
|
686
|
-
"comment": "Example: 'From 3 to 5 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {
|
|
686
|
+
"comment": "Example: 'From 3 to 5 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
687
687
|
"limit": 0
|
|
688
688
|
},
|
|
689
689
|
"filters.interval.hours.future.sameValue": {
|
|
690
690
|
"value": "{value} {value, plural, one {hour} other {hours}} ahead",
|
|
691
|
-
"comment": "Example: '5 hours ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {
|
|
691
|
+
"comment": "Example: '5 hours ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
692
692
|
"limit": 0
|
|
693
693
|
},
|
|
694
694
|
"filters.interval.hours.mixed": {
|
|
695
|
-
"value": "From {from} {from, plural, one {hour} other {hours}} ago to {to} {to, plural, one {
|
|
696
|
-
"comment": "Example: 'From 5 hours ago to 3 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {
|
|
695
|
+
"value": "From {from} {from, plural, one {hour} other {hours}} ago to {to} {to, plural, one {hour} other {hours}} ahead",
|
|
696
|
+
"comment": "Example: 'From 5 hours ago to 3 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
697
697
|
"limit": 0
|
|
698
698
|
},
|
|
699
699
|
"filters.interval.days.past": {
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
"limit": 0
|
|
873
873
|
},
|
|
874
874
|
"filters.floatingRange": {
|
|
875
|
-
"value": "
|
|
875
|
+
"value": "Relative period",
|
|
876
876
|
"comment": "",
|
|
877
877
|
"limit": 0
|
|
878
878
|
},
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "De mayor a menor",
|
|
282
282
|
"sorting.by": "por",
|
|
283
283
|
"sorting.sum.of.all.measure": "Total",
|
|
284
|
-
"sorting.default.tooltip": "Use el orden definido en el atributo."
|
|
284
|
+
"sorting.default.tooltip": "Use el orden definido en el atributo.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valor vacío"
|
|
285
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Du plus grand au plus petit",
|
|
282
282
|
"sorting.by": "par",
|
|
283
283
|
"sorting.sum.of.all.measure": "Total",
|
|
284
|
-
"sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut."
|
|
284
|
+
"sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valeur vide"
|
|
285
286
|
}
|
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"filters.granularity.years": "年次",
|
|
165
165
|
"filters.from": "開始時点",
|
|
166
166
|
"filters.to": "終了時点",
|
|
167
|
-
|
|
168
167
|
"filters.setTime": "設定時間",
|
|
169
168
|
"filters.floatingRange": "相対期間",
|
|
170
169
|
"filters.floatingRange.tooltip": "日付の範囲は今日を基準に変化し、正確な時間に調整されます",
|
|
@@ -282,5 +281,6 @@
|
|
|
282
281
|
"sorting.type.numerical.desc": "最大から最小の順",
|
|
283
282
|
"sorting.by": "別",
|
|
284
283
|
"sorting.sum.of.all.measure": "合計",
|
|
285
|
-
"sorting.default.tooltip": "属性で定義された順序を使用します。"
|
|
284
|
+
"sorting.default.tooltip": "属性で定義された順序を使用します。",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "空の値"
|
|
286
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Grootst naar kleinst",
|
|
282
282
|
"sorting.by": "met",
|
|
283
283
|
"sorting.sum.of.all.measure": "Totaal",
|
|
284
|
-
"sorting.default.tooltip": "Gebruik de volgorde zoals gedefinieerd in het attribuut."
|
|
284
|
+
"sorting.default.tooltip": "Gebruik de volgorde zoals gedefinieerd in het attribuut.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "lege waarde"
|
|
285
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Do maior para o menor",
|
|
282
282
|
"sorting.by": "por",
|
|
283
283
|
"sorting.sum.of.all.measure": "Total",
|
|
284
|
-
"sorting.default.tooltip": "Use a ordem definida no atributo."
|
|
284
|
+
"sorting.default.tooltip": "Use a ordem definida no atributo.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valor vazio"
|
|
285
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "Maior para menor",
|
|
282
282
|
"sorting.by": "por",
|
|
283
283
|
"sorting.sum.of.all.measure": "Total",
|
|
284
|
-
"sorting.default.tooltip": "Utilizar a ordem definida no atributo."
|
|
284
|
+
"sorting.default.tooltip": "Utilizar a ordem definida no atributo.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valor vazio"
|
|
285
286
|
}
|
|
@@ -281,5 +281,6 @@
|
|
|
281
281
|
"sorting.type.numerical.desc": "От большего к меньшему",
|
|
282
282
|
"sorting.by": "по",
|
|
283
283
|
"sorting.sum.of.all.measure": "Всего",
|
|
284
|
-
"sorting.default.tooltip": "Использовать порядок, определенный в атрибуте."
|
|
284
|
+
"sorting.default.tooltip": "Использовать порядок, определенный в атрибуте.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "значение отсутствует"
|
|
285
286
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../../src/base/react/placeholders/resolve.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,YAAY,EACZ,gBAAgB,EAGhB,wBAAwB,EACxB,oBAAoB,EAGvB,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C;;;GAGG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,YAAY,CAAC,GAAG,CAAC,EACtD,WAAW,EAAE,CAAC,EACd,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,EACtC,KAAK,EAAE,iBAAiB,GACzB,iBAAiB,CAkBnB;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,CAAC,SAAS,YAAY,CAAC,GAAG,CAAC,EAC/D,WAAW,EAAE,CAAC,EACd,KAAK,EAAE,iBAAiB,GACzB,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,CAMjC;AAED;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,OAAO,EAAE,MAAM,SAAS,GAAG,EAAE,EAAE,QAAQ,EACnF,WAAW,EAAE,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAC5D,KAAK,EAAE,iBAAiB,EACxB,iBAAiB,CAAC,EAAE,QAAQ,GAC7B,OAAO,GAAG,SAAS,CAKrB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,4BAA4B,CAAC,CAAC,EAAE,CAAC,EAC7C,KAAK,EAAE,CAAC,EACR,KAAK,EAAE,iBAAiB,EACxB,iBAAiB,CAAC,EAAE,CAAC,GACtB,wBAAwB,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../../src/base/react/placeholders/resolve.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,YAAY,EACZ,gBAAgB,EAGhB,wBAAwB,EACxB,oBAAoB,EAGvB,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C;;;GAGG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,YAAY,CAAC,GAAG,CAAC,EACtD,WAAW,EAAE,CAAC,EACd,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,EACtC,KAAK,EAAE,iBAAiB,GACzB,iBAAiB,CAkBnB;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,CAAC,SAAS,YAAY,CAAC,GAAG,CAAC,EAC/D,WAAW,EAAE,CAAC,EACd,KAAK,EAAE,iBAAiB,GACzB,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,CAMjC;AAED;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,OAAO,EAAE,MAAM,SAAS,GAAG,EAAE,EAAE,QAAQ,EACnF,WAAW,EAAE,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAC5D,KAAK,EAAE,iBAAiB,EACxB,iBAAiB,CAAC,EAAE,QAAQ,GAC7B,OAAO,GAAG,SAAS,CAKrB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,4BAA4B,CAAC,CAAC,EAAE,CAAC,EAC7C,KAAK,EAAE,CAAC,EACR,KAAK,EAAE,iBAAiB,EACxB,iBAAiB,CAAC,EAAE,CAAC,GACtB,wBAAwB,CAAC,CAAC,CAAC,CA4B7B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign, __read, __spread } from "tslib";
|
|
2
|
-
// (C) 2019-
|
|
2
|
+
// (C) 2019-2022 GoodData Corporation
|
|
3
3
|
import isArray from "lodash/isArray";
|
|
4
4
|
import { isPlaceholder, isAnyPlaceholder, isComposedPlaceholder, } from "./base";
|
|
5
5
|
/**
|
|
@@ -65,10 +65,12 @@ export function resolveValueWithPlaceholders(value, state, resolutionContext) {
|
|
|
65
65
|
return acc;
|
|
66
66
|
}
|
|
67
67
|
else if (isArray(resolvedValue)) {
|
|
68
|
-
|
|
68
|
+
acc.push.apply(acc, __spread(resolvedValue.filter(function (v) { return typeof v !== "undefined"; })));
|
|
69
|
+
return acc;
|
|
69
70
|
}
|
|
70
71
|
}
|
|
71
|
-
|
|
72
|
+
acc.push(resolvedValue);
|
|
73
|
+
return acc;
|
|
72
74
|
}, []);
|
|
73
75
|
}
|
|
74
76
|
return value;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../../../src/base/react/placeholders/resolve.ts"],"names":[],"mappings":";AAAA,qCAAqC;AACrC,OAAO,OAAO,MAAM,gBAAgB,CAAC;AACrC,OAAO,EAGH,aAAa,EACb,gBAAgB,EAIhB,qBAAqB,GACxB,MAAM,QAAQ,CAAC;AAGhB;;;GAGG;AACH,MAAM,UAAU,cAAc,CAC1B,WAAc,EACd,KAAsC,EACtC,KAAwB;;IAExB,IAAI,WAAW,CAAC,QAAQ,EAAE;QACtB,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;KAC/B;IACD,IAAI,aAAa,CAAC,WAAW,CAAC,EAAE;QAC5B,6BACO,KAAK,KACR,YAAY,wBACL,KAAK,CAAC,YAAY,gBACpB,WAAW,CAAC,EAAE,0BACR,WAAW,KACd,KAAK,OAAA,aAGf;KACL;IAED,OAAO,KAAK,CAAC;AACjB,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,uBAAuB,CACnC,WAAc,EACd,KAAwB;;IAExB,IAAM,gBAAgB,eAAG,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,CAAC,0CAAE,KAAK,mCAAI,WAAW,CAAC,YAAY,CAAC;IAC/F,IAAI,WAAW,CAAC,QAAQ,EAAE;QACtB,WAAW,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;KAC1C;IACD,OAAO,gBAAgB,CAAC;AAC5B,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,+BAA+B,CAC3C,WAA4D,EAC5D,KAAwB,EACxB,iBAA4B;IAE5B,IAAM,MAAM,GAAG,WAAW,CAAC,YAAY,CAAC,GAAG,CAAC,UAAC,CAAC;QAC1C,OAAA,4BAA4B,CAAC,CAAC,EAAE,KAAK,EAAE,iBAAiB,CAAC;IAAzD,CAAyD,CACtB,CAAC;IACxC,OAAO,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,iBAAkB,CAAC,CAAC;AAChE,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,UAAU,4BAA4B,CACxC,KAAQ,EACR,KAAwB,EACxB,iBAAqB;IAErB,IAAI,aAAa,CAAC,KAAK,CAAC,EAAE;QACtB,OAAO,uBAAuB,CAAC,KAAK,EAAE,KAAK,CAAgC,CAAC;KAC/E;SAAM,IAAI,qBAAqB,CAAC,KAAK,CAAC,EAAE;QACrC,OAAO,+BAA+B,CAClC,KAAK,EACL,KAAK,EACL,iBAAiB,CACW,CAAC;KACpC;SAAM,IAAI,OAAO,CAAC,KAAK,CAAC,EAAE;QACvB,OAAO,KAAK,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,CAAC;YACvB,IAAM,aAAa,GAAG,4BAA4B,CAAC,CAAC,EAAE,KAAK,EAAE,iBAAiB,CAAC,CAAC;YAChF,IAAI,gBAAgB,CAAC,CAAC,CAAC,EAAE;gBACrB,2CAA2C;gBAC3C,IAAI,CAAC,aAAa,EAAE;oBAChB,OAAO,GAAG,CAAC;iBACd;qBAAM,IAAI,OAAO,CAAC,aAAa,CAAC,EAAE;oBAC/B,
|
|
1
|
+
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../../../src/base/react/placeholders/resolve.ts"],"names":[],"mappings":";AAAA,qCAAqC;AACrC,OAAO,OAAO,MAAM,gBAAgB,CAAC;AACrC,OAAO,EAGH,aAAa,EACb,gBAAgB,EAIhB,qBAAqB,GACxB,MAAM,QAAQ,CAAC;AAGhB;;;GAGG;AACH,MAAM,UAAU,cAAc,CAC1B,WAAc,EACd,KAAsC,EACtC,KAAwB;;IAExB,IAAI,WAAW,CAAC,QAAQ,EAAE;QACtB,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;KAC/B;IACD,IAAI,aAAa,CAAC,WAAW,CAAC,EAAE;QAC5B,6BACO,KAAK,KACR,YAAY,wBACL,KAAK,CAAC,YAAY,gBACpB,WAAW,CAAC,EAAE,0BACR,WAAW,KACd,KAAK,OAAA,aAGf;KACL;IAED,OAAO,KAAK,CAAC;AACjB,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,uBAAuB,CACnC,WAAc,EACd,KAAwB;;IAExB,IAAM,gBAAgB,eAAG,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,CAAC,0CAAE,KAAK,mCAAI,WAAW,CAAC,YAAY,CAAC;IAC/F,IAAI,WAAW,CAAC,QAAQ,EAAE;QACtB,WAAW,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;KAC1C;IACD,OAAO,gBAAgB,CAAC;AAC5B,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,+BAA+B,CAC3C,WAA4D,EAC5D,KAAwB,EACxB,iBAA4B;IAE5B,IAAM,MAAM,GAAG,WAAW,CAAC,YAAY,CAAC,GAAG,CAAC,UAAC,CAAC;QAC1C,OAAA,4BAA4B,CAAC,CAAC,EAAE,KAAK,EAAE,iBAAiB,CAAC;IAAzD,CAAyD,CACtB,CAAC;IACxC,OAAO,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,iBAAkB,CAAC,CAAC;AAChE,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,UAAU,4BAA4B,CACxC,KAAQ,EACR,KAAwB,EACxB,iBAAqB;IAErB,IAAI,aAAa,CAAC,KAAK,CAAC,EAAE;QACtB,OAAO,uBAAuB,CAAC,KAAK,EAAE,KAAK,CAAgC,CAAC;KAC/E;SAAM,IAAI,qBAAqB,CAAC,KAAK,CAAC,EAAE;QACrC,OAAO,+BAA+B,CAClC,KAAK,EACL,KAAK,EACL,iBAAiB,CACW,CAAC;KACpC;SAAM,IAAI,OAAO,CAAC,KAAK,CAAC,EAAE;QACvB,OAAO,KAAK,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,CAAC;YACvB,IAAM,aAAa,GAAG,4BAA4B,CAAC,CAAC,EAAE,KAAK,EAAE,iBAAiB,CAAC,CAAC;YAChF,IAAI,gBAAgB,CAAC,CAAC,CAAC,EAAE;gBACrB,2CAA2C;gBAC3C,IAAI,CAAC,aAAa,EAAE;oBAChB,OAAO,GAAG,CAAC;iBACd;qBAAM,IAAI,OAAO,CAAC,aAAa,CAAC,EAAE;oBAC/B,GAAG,CAAC,IAAI,OAAR,GAAG,WAAS,aAAa,CAAC,MAAM,CAAC,UAAC,CAAC,IAAK,OAAA,OAAO,CAAC,KAAK,WAAW,EAAxB,CAAwB,CAAC,GAAE;oBACnE,OAAO,GAAG,CAAC;iBACd;aACJ;YAED,GAAG,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;YACxB,OAAO,GAAG,CAAC;QACf,CAAC,EAAE,EAAE,CAAC,CAAC;KACV;IAED,OAAO,KAAoC,CAAC;AAChD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "8.10.0-alpha.
|
|
3
|
+
"version": "8.10.0-alpha.74",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,10 +14,7 @@
|
|
|
14
14
|
"es2015": "esm/index.js",
|
|
15
15
|
"browser": "dist/index.js",
|
|
16
16
|
"typings": "esm/index.d.ts",
|
|
17
|
-
"sideEffects":
|
|
18
|
-
"*.css",
|
|
19
|
-
"*.svg"
|
|
20
|
-
],
|
|
17
|
+
"sideEffects": false,
|
|
21
18
|
"files": [
|
|
22
19
|
"dist/**/*.js",
|
|
23
20
|
"dist/**/*.json",
|
|
@@ -37,9 +34,9 @@
|
|
|
37
34
|
"dependencies": {
|
|
38
35
|
"@formatjs/intl-pluralrules": "~1.3.7",
|
|
39
36
|
"@gooddata/numberjs": "^4.0.1",
|
|
40
|
-
"@gooddata/sdk-backend-spi": "^8.10.0-alpha.
|
|
41
|
-
"@gooddata/sdk-model": "^8.10.0-alpha.
|
|
42
|
-
"@gooddata/util": "^8.10.0-alpha.
|
|
37
|
+
"@gooddata/sdk-backend-spi": "^8.10.0-alpha.74",
|
|
38
|
+
"@gooddata/sdk-model": "^8.10.0-alpha.74",
|
|
39
|
+
"@gooddata/util": "^8.10.0-alpha.74",
|
|
43
40
|
"custom-event": "^1.0.1",
|
|
44
41
|
"hoist-non-react-statics": "^3.3.0",
|
|
45
42
|
"http-status-codes": "^2.1.4",
|
|
@@ -57,9 +54,9 @@
|
|
|
57
54
|
},
|
|
58
55
|
"devDependencies": {
|
|
59
56
|
"@gooddata/eslint-config": "^2.1.0",
|
|
60
|
-
"@gooddata/reference-workspace": "^8.10.0-alpha.
|
|
61
|
-
"@gooddata/sdk-backend-base": "^8.10.0-alpha.
|
|
62
|
-
"@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.
|
|
57
|
+
"@gooddata/reference-workspace": "^8.10.0-alpha.74",
|
|
58
|
+
"@gooddata/sdk-backend-base": "^8.10.0-alpha.74",
|
|
59
|
+
"@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.74",
|
|
63
60
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
64
61
|
"@microsoft/api-documenter": "^7.17.0",
|
|
65
62
|
"@microsoft/api-extractor": "^7.20.0",
|