@gooddata/sdk-ui 8.12.0-alpha.3 → 8.12.0-alpha.30
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/LICENSE +1 -1
- package/README.md +8 -1
- package/dist/base/headerMatching/MappingHeader.d.ts +21 -1
- package/dist/base/headerMatching/MappingHeader.d.ts.map +1 -1
- package/dist/base/headerMatching/MappingHeader.js +36 -1
- package/dist/base/headerMatching/MappingHeader.js.map +1 -1
- package/dist/base/index.d.ts +2 -2
- package/dist/base/index.d.ts.map +1 -1
- package/dist/base/index.js +5 -2
- package/dist/base/index.js.map +1 -1
- package/dist/base/localization/TranslationsProvider.d.ts +0 -1
- package/dist/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/dist/base/localization/TranslationsProvider.js +2 -5
- package/dist/base/localization/TranslationsProvider.js.map +1 -1
- package/dist/base/localization/bundles/de-DE.json +9 -1
- package/dist/base/localization/bundles/en-US.json +40 -0
- package/dist/base/localization/bundles/es-ES.json +8 -0
- package/dist/base/localization/bundles/fr-FR.json +8 -0
- package/dist/base/localization/bundles/ja-JP.json +8 -0
- package/dist/base/localization/bundles/nl-NL.json +9 -1
- package/dist/base/localization/bundles/pt-BR.json +8 -0
- package/dist/base/localization/bundles/pt-PT.json +8 -0
- package/dist/base/localization/bundles/ru-RU.json +8 -0
- package/dist/base/localization/bundles/zh-Hans.json +8 -0
- package/dist/base/localization/intlUtils.d.ts +6 -0
- package/dist/base/localization/intlUtils.d.ts.map +1 -1
- package/dist/base/localization/intlUtils.js +10 -1
- package/dist/base/localization/intlUtils.js.map +1 -1
- package/dist/base/react/LoadingComponent.js +1 -1
- package/dist/base/react/LoadingComponent.js.map +1 -1
- package/dist/base/vis/drilling.js +2 -1
- package/dist/base/vis/drilling.js.map +1 -1
- package/dist/sdk-ui.d.ts +31 -1
- package/esm/base/headerMatching/MappingHeader.d.ts +21 -1
- package/esm/base/headerMatching/MappingHeader.d.ts.map +1 -1
- package/esm/base/headerMatching/MappingHeader.js +32 -0
- package/esm/base/headerMatching/MappingHeader.js.map +1 -1
- package/esm/base/index.d.ts +2 -2
- package/esm/base/index.d.ts.map +1 -1
- package/esm/base/index.js +2 -3
- package/esm/base/index.js.map +1 -1
- package/esm/base/localization/TranslationsProvider.d.ts +0 -1
- package/esm/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/esm/base/localization/TranslationsProvider.js +2 -5
- package/esm/base/localization/TranslationsProvider.js.map +1 -1
- package/esm/base/localization/bundles/de-DE.json +9 -1
- package/esm/base/localization/bundles/en-US.json +40 -0
- package/esm/base/localization/bundles/es-ES.json +8 -0
- package/esm/base/localization/bundles/fr-FR.json +8 -0
- package/esm/base/localization/bundles/ja-JP.json +8 -0
- package/esm/base/localization/bundles/nl-NL.json +9 -1
- package/esm/base/localization/bundles/pt-BR.json +8 -0
- package/esm/base/localization/bundles/pt-PT.json +8 -0
- package/esm/base/localization/bundles/ru-RU.json +8 -0
- package/esm/base/localization/bundles/zh-Hans.json +8 -0
- package/esm/base/localization/intlUtils.d.ts +6 -0
- package/esm/base/localization/intlUtils.d.ts.map +1 -1
- package/esm/base/localization/intlUtils.js +8 -0
- package/esm/base/localization/intlUtils.js.map +1 -1
- package/esm/base/react/LoadingComponent.js +1 -1
- package/esm/base/react/LoadingComponent.js.map +1 -1
- package/esm/base/vis/drilling.js +2 -1
- package/esm/base/vis/drilling.js.map +1 -1
- package/package.json +13 -13
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2020-
|
|
1
|
+
Copyright (c) 2020-2022 GoodData Corporation
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
# GoodData.UI SDK - Core
|
|
1
|
+
# GoodData.UI SDK - UI Core
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/@gooddata/sdk-ui)
|
|
4
|
+
[](https://npmcharts.com/compare/@gooddata/sdk-ui?minimal=true)
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
This package is a part of the [GoodData.UI SDK](https://sdk.gooddata.com/gooddata-ui/docs/about_gooddataui.html).
|
|
8
|
+
To learn more, check [the source monorepo](https://github.com/gooddata/gooddata-ui-sdk).
|
|
2
9
|
|
|
3
10
|
This package provides base functionality useful for building [React visualizations](https://sdk.gooddata.com/gooddata-ui/docs/create_new_visualization.html) on top of GoodData.
|
|
4
11
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IMeasureDescriptor, IAttributeDescriptor, IResultAttributeHeader, ITotalDescriptor } from "@gooddata/sdk-model";
|
|
1
|
+
import { IMeasureDescriptor, IAttributeDescriptor, IResultAttributeHeader, ITotalDescriptor, IResultAttributeHeaderItem } from "@gooddata/sdk-model";
|
|
2
2
|
/**
|
|
3
3
|
* @privateRemarks
|
|
4
4
|
* TODO: SDK8: remove this, replace with something more meaningful
|
|
@@ -10,6 +10,10 @@ export declare type IMappingHeader = IAttributeDescriptor | IResultAttributeHead
|
|
|
10
10
|
* @internal
|
|
11
11
|
*/
|
|
12
12
|
export declare function hasMappingHeaderLocalIdentifier(header: IMappingHeader): boolean;
|
|
13
|
+
/**
|
|
14
|
+
* @internal
|
|
15
|
+
*/
|
|
16
|
+
export declare function hasMappingHeaderFormattedName(header: IMappingHeader): boolean;
|
|
13
17
|
/**
|
|
14
18
|
* @internal
|
|
15
19
|
*/
|
|
@@ -18,6 +22,22 @@ export declare function getMappingHeaderLocalIdentifier(header: IMappingHeader):
|
|
|
18
22
|
* @internal
|
|
19
23
|
*/
|
|
20
24
|
export declare function getMappingHeaderName(header: IMappingHeader): string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* Get formatted name of provided mapping header.
|
|
27
|
+
*
|
|
28
|
+
* Formatted name has higher priority than name when displaying in visualisations.
|
|
29
|
+
*
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
export declare function getMappingHeaderFormattedName(header: IMappingHeader): string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* Get formatted name of provided attribute header item.
|
|
35
|
+
*
|
|
36
|
+
* Formatted name has higher priority than name when displaying in visualisations.
|
|
37
|
+
*
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
export declare function getAttributeHeaderItemName(attributeHeaderItem: IResultAttributeHeaderItem | undefined): string | undefined;
|
|
21
41
|
/**
|
|
22
42
|
* @internal
|
|
23
43
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MappingHeader.d.ts","sourceRoot":"","sources":["../../../src/base/headerMatching/MappingHeader.ts"],"names":[],"mappings":"AACA,OAAO,EACH,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,EACtB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"MappingHeader.d.ts","sourceRoot":"","sources":["../../../src/base/headerMatching/MappingHeader.ts"],"names":[],"mappings":"AACA,OAAO,EACH,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,EACtB,gBAAgB,EAIhB,0BAA0B,EAC7B,MAAM,qBAAqB,CAAC;AAE7B;;;;;GAKG;AACH,oBAAY,cAAc,GACpB,oBAAoB,GACpB,sBAAsB,GACtB,kBAAkB,GAClB,gBAAgB,CAAC;AAMvB;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO,CAE/E;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO,CAE7E;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM,CAQ9E;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM,GAAG,SAAS,CAQ/E;AAED;;;;;;GAMG;AACH,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM,GAAG,SAAS,CAMxF;AAED;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CAAC,mBAAmB,EAAE,0BAA0B,GAAG,SAAS,sBAErG;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM,GAAG,SAAS,CAOrF;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM,GAAG,SAAS,CAQ9E"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getMappingHeaderUri = exports.getMappingHeaderIdentifier = exports.getMappingHeaderName = exports.getMappingHeaderLocalIdentifier = exports.hasMappingHeaderLocalIdentifier = void 0;
|
|
3
|
+
exports.getMappingHeaderUri = exports.getMappingHeaderIdentifier = exports.getAttributeHeaderItemName = exports.getMappingHeaderFormattedName = exports.getMappingHeaderName = exports.getMappingHeaderLocalIdentifier = exports.hasMappingHeaderFormattedName = exports.hasMappingHeaderLocalIdentifier = void 0;
|
|
4
4
|
// (C) 2007-2022 GoodData Corporation
|
|
5
5
|
var sdk_model_1 = require("@gooddata/sdk-model");
|
|
6
6
|
//
|
|
@@ -13,6 +13,13 @@ function hasMappingHeaderLocalIdentifier(header) {
|
|
|
13
13
|
return sdk_model_1.isAttributeDescriptor(header) || sdk_model_1.isMeasureDescriptor(header);
|
|
14
14
|
}
|
|
15
15
|
exports.hasMappingHeaderLocalIdentifier = hasMappingHeaderLocalIdentifier;
|
|
16
|
+
/**
|
|
17
|
+
* @internal
|
|
18
|
+
*/
|
|
19
|
+
function hasMappingHeaderFormattedName(header) {
|
|
20
|
+
return sdk_model_1.isResultAttributeHeader(header) && !!header.attributeHeaderItem.formattedName;
|
|
21
|
+
}
|
|
22
|
+
exports.hasMappingHeaderFormattedName = hasMappingHeaderFormattedName;
|
|
16
23
|
/**
|
|
17
24
|
* @internal
|
|
18
25
|
*/
|
|
@@ -41,6 +48,34 @@ function getMappingHeaderName(header) {
|
|
|
41
48
|
}
|
|
42
49
|
}
|
|
43
50
|
exports.getMappingHeaderName = getMappingHeaderName;
|
|
51
|
+
/**
|
|
52
|
+
* Get formatted name of provided mapping header.
|
|
53
|
+
*
|
|
54
|
+
* Formatted name has higher priority than name when displaying in visualisations.
|
|
55
|
+
*
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
58
|
+
function getMappingHeaderFormattedName(header) {
|
|
59
|
+
if (sdk_model_1.isResultAttributeHeader(header)) {
|
|
60
|
+
return getAttributeHeaderItemName(header.attributeHeaderItem);
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
return getMappingHeaderName(header);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.getMappingHeaderFormattedName = getMappingHeaderFormattedName;
|
|
67
|
+
/**
|
|
68
|
+
* Get formatted name of provided attribute header item.
|
|
69
|
+
*
|
|
70
|
+
* Formatted name has higher priority than name when displaying in visualisations.
|
|
71
|
+
*
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
74
|
+
function getAttributeHeaderItemName(attributeHeaderItem) {
|
|
75
|
+
var _a;
|
|
76
|
+
return (_a = attributeHeaderItem === null || attributeHeaderItem === void 0 ? void 0 : attributeHeaderItem.formattedName) !== null && _a !== void 0 ? _a : attributeHeaderItem === null || attributeHeaderItem === void 0 ? void 0 : attributeHeaderItem.name;
|
|
77
|
+
}
|
|
78
|
+
exports.getAttributeHeaderItemName = getAttributeHeaderItemName;
|
|
44
79
|
/**
|
|
45
80
|
* @internal
|
|
46
81
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MappingHeader.js","sourceRoot":"","sources":["../../../src/base/headerMatching/MappingHeader.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AACrC,
|
|
1
|
+
{"version":3,"file":"MappingHeader.js","sourceRoot":"","sources":["../../../src/base/headerMatching/MappingHeader.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AACrC,iDAS6B;AAc7B,EAAE;AACF,EAAE;AACF,EAAE;AAEF;;GAEG;AACH,SAAgB,+BAA+B,CAAC,MAAsB;IAClE,OAAO,iCAAqB,CAAC,MAAM,CAAC,IAAI,+BAAmB,CAAC,MAAM,CAAC,CAAC;AACxE,CAAC;AAFD,0EAEC;AAED;;GAEG;AACH,SAAgB,6BAA6B,CAAC,MAAsB;IAChE,OAAO,mCAAuB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,aAAa,CAAC;AACzF,CAAC;AAFD,sEAEC;AAED;;GAEG;AACH,SAAgB,+BAA+B,CAAC,MAAsB;IAClE,IAAI,iCAAqB,CAAC,MAAM,CAAC,EAAE;QAC/B,OAAO,MAAM,CAAC,eAAe,CAAC,eAAe,CAAC;KACjD;SAAM,IAAI,+BAAmB,CAAC,MAAM,CAAC,EAAE;QACpC,OAAO,MAAM,CAAC,iBAAiB,CAAC,eAAe,CAAC;KACnD;IAED,MAAM,IAAI,KAAK,CAAC,8BAA2B,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,8BAA0B,CAAC,CAAC;AAC9F,CAAC;AARD,0EAQC;AAED;;GAEG;AACH,SAAgB,oBAAoB,CAAC,MAAsB;IACvD,IAAI,iCAAqB,CAAC,MAAM,CAAC,EAAE;QAC/B,OAAO,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,IAAI,CAAC;KAC7C;SAAM,IAAI,mCAAuB,CAAC,MAAM,CAAC,EAAE;QACxC,OAAO,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC;KAC1C;SAAM,IAAI,+BAAmB,CAAC,MAAM,CAAC,EAAE;QACpC,OAAO,MAAM,CAAC,iBAAiB,CAAC,IAAI,CAAC;KACxC;AACL,CAAC;AARD,oDAQC;AAED;;;;;;GAMG;AACH,SAAgB,6BAA6B,CAAC,MAAsB;IAChE,IAAI,mCAAuB,CAAC,MAAM,CAAC,EAAE;QACjC,OAAO,0BAA0B,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;KACjE;SAAM;QACH,OAAO,oBAAoB,CAAC,MAAM,CAAC,CAAC;KACvC;AACL,CAAC;AAND,sEAMC;AAED;;;;;;GAMG;AACH,SAAgB,0BAA0B,CAAC,mBAA2D;;IAClG,aAAO,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,aAAa,mCAAI,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,IAAI,CAAC;AAC3E,CAAC;AAFD,gEAEC;AAED;;GAEG;AACH,SAAgB,0BAA0B,CAAC,MAAsB;IAC7D,IAAI,iCAAqB,CAAC,MAAM,CAAC,EAAE;QAC/B,OAAO,MAAM,CAAC,eAAe,CAAC,UAAU,CAAC;KAC5C;SAAM,IAAI,+BAAmB,CAAC,MAAM,CAAC,EAAE;QACpC,OAAO,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC;KAC9C;IACD,MAAM,IAAI,KAAK,CAAC,8BAA2B,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,yBAAqB,CAAC,CAAC;AACzF,CAAC;AAPD,gEAOC;AAED;;GAEG;AACH,SAAgB,mBAAmB,CAAC,MAAsB;IACtD,IAAI,iCAAqB,CAAC,MAAM,CAAC,EAAE;QAC/B,OAAO,MAAM,CAAC,eAAe,CAAC,GAAG,CAAC;KACrC;SAAM,IAAI,mCAAuB,CAAC,MAAM,CAAC,EAAE;QACxC,OAAO,MAAM,CAAC,mBAAmB,CAAC,GAAG,CAAC;KACzC;SAAM,IAAI,+BAAmB,CAAC,MAAM,CAAC,EAAE;QACpC,OAAO,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC;KACvC;AACL,CAAC;AARD,kDAQC"}
|
package/dist/base/index.d.ts
CHANGED
|
@@ -29,9 +29,9 @@ export { getTranslation, getIntl } from "./localization/IntlStore";
|
|
|
29
29
|
export { IntlWrapper, IIntlWrapperProps } from "./localization/IntlWrapper";
|
|
30
30
|
export { messagesMap, ITranslations } from "./localization/messagesMap";
|
|
31
31
|
export { TranslationsProvider, IntlTranslationsProvider, ITranslationsComponentProps, ITranslationsProviderOwnProps, ITranslationsProviderProps, } from "./localization/TranslationsProvider";
|
|
32
|
-
export { createIntlMock, withIntl, resolveLocale } from "./localization/intlUtils";
|
|
32
|
+
export { createIntlMock, withIntl, resolveLocale, emptyHeaderTitleFromIntl } from "./localization/intlUtils";
|
|
33
33
|
export { ITranslationsCustomizationContextProviderProps, TranslationsCustomizationContextProvider, withTranslationsCustomization, ITranslationsCustomizationProviderProps, TranslationsCustomizationProvider, pickCorrectInsightWording, pickCorrectMetricWording, pickCorrectWording, removeAllInsightToReportTranslations, removeAllWordingTranslationsWithSpecialSuffix, } from "./localization/TranslationsCustomizationProvider";
|
|
34
|
-
export { IMappingHeader, getMappingHeaderLocalIdentifier, hasMappingHeaderLocalIdentifier, getMappingHeaderUri, getMappingHeaderName, getMappingHeaderIdentifier, } from "./headerMatching/MappingHeader";
|
|
34
|
+
export { IMappingHeader, getMappingHeaderLocalIdentifier, hasMappingHeaderLocalIdentifier, getMappingHeaderUri, getMappingHeaderName, getMappingHeaderIdentifier, getAttributeHeaderItemName, getMappingHeaderFormattedName, hasMappingHeaderFormattedName, } from "./headerMatching/MappingHeader";
|
|
35
35
|
export { IHeaderPredicate, IHeaderPredicateContext, isHeaderPredicate, } from "./headerMatching/HeaderPredicate";
|
|
36
36
|
export { HeaderPredicates, attributeItemNameMatch, composedFromIdentifier, composedFromUri, identifierMatch, localIdentifierMatch, uriMatch, objRefMatch, objMatch, } from "./headerMatching/HeaderPredicateFactory";
|
|
37
37
|
export { ArithmeticMeasureTitleFactory } from "./measureTitles/ArithmeticMeasureTitleFactory";
|
package/dist/base/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/base/index.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/base/index.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,0BAA0B,EAAE,MAAM,mBAAmB,CAAC;AAK/D,OAAO,EACH,YAAY,EACZ,UAAU,EACV,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,uBAAuB,EACvB,cAAc,EACd,sBAAsB,EACtB,6BAA6B,EAC7B,6BAA6B,EAC7B,0BAA0B,EAC1B,kBAAkB,EAClB,uBAAuB,EACvB,yBAAyB,EACzB,kBAAkB,EAClB,YAAY,EACZ,mBAAmB,EACnB,uBAAuB,EACvB,uBAAuB,EACvB,oBAAoB,EACpB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,cAAc,EACd,iBAAiB,EACjB,2BAA2B,GAC9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACH,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,mBAAmB,GACtB,MAAM,wBAAwB,CAAC;AAKhC,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EACH,eAAe,EACf,UAAU,EACV,gBAAgB,EAChB,WAAW,EACX,qBAAqB,GACxB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACH,iBAAiB,EACjB,YAAY,EACZ,kBAAkB,EAClB,aAAa,EACb,uBAAuB,GAC1B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAChG,OAAO,EACH,cAAc,EACd,YAAY,EACZ,oBAAoB,EACpB,gBAAgB,EAChB,aAAa,EACb,qBAAqB,EACrB,OAAO,EACP,mBAAmB,EACnB,gBAAgB,EAChB,kBAAkB,EAClB,wBAAwB,EACxB,0BAA0B,EAC1B,gBAAgB,EAChB,UAAU,EACV,kBAAkB,EAClB,oBAAoB,EACpB,OAAO,EACP,aAAa,EACb,SAAS,EACT,UAAU,EACV,oCAAoC,EACpC,2BAA2B,EAC3B,mBAAmB,EACnB,4BAA4B,GAC/B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC3G,OAAO,EACH,4BAA4B,EAC5B,8BAA8B,EAC9B,6BAA6B,EAC7B,sBAAsB,EACtB,gCAAgC,EAChC,wBAAwB,EACxB,6BAA6B,EAC7B,mBAAmB,EACnB,qBAAqB,EACrB,oBAAoB,EACpB,sBAAsB,EACtB,2BAA2B,EAC3B,6BAA6B,EAC7B,mBAAmB,EACnB,oBAAoB,GACvB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACH,cAAc,EACd,eAAe,EACf,sBAAsB,EACtB,+BAA+B,EAC/B,gCAAgC,GACnC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAC7G,OAAO,EACH,0BAA0B,EAC1B,oBAAoB,EACpB,6BAA6B,EAC7B,2BAA2B,EAC3B,yBAAyB,EACzB,8BAA8B,EAC9B,gCAAgC,EAChC,gCAAgC,EAChC,gCAAgC,GACnC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC3G,OAAO,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC9F,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AAEjF,OAAO,EACH,iCAAiC,EACjC,kCAAkC,GACrC,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACH,6BAA6B,EAC7B,iCAAiC,EACjC,qDAAqD,EACrD,0CAA0C,EAC1C,uBAAuB,EACvB,+BAA+B,EAC/B,6BAA6B,EAC7B,wBAAwB,EACxB,uBAAuB,EACvB,6BAA6B,GAChC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EACH,2BAA2B,EAC3B,sBAAsB,GACzB,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,8BAA8B,EAAE,MAAM,+DAA+D,CAAC;AAC/G,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAKlD,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAClF,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,EACH,oBAAoB,EACpB,wBAAwB,EACxB,2BAA2B,EAC3B,6BAA6B,EAC7B,0BAA0B,GAC7B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,aAAa,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAC7G,OAAO,EACH,8CAA8C,EAC9C,wCAAwC,EACxC,6BAA6B,EAC7B,uCAAuC,EACvC,iCAAiC,EACjC,yBAAyB,EACzB,wBAAwB,EACxB,kBAAkB,EAClB,oCAAoC,EACpC,6CAA6C,GAChD,MAAM,kDAAkD,CAAC;AAM1D,OAAO,EACH,cAAc,EACd,+BAA+B,EAC/B,+BAA+B,EAC/B,mBAAmB,EACnB,oBAAoB,EACpB,0BAA0B,EAC1B,0BAA0B,EAC1B,6BAA6B,EAC7B,6BAA6B,GAChC,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACH,gBAAgB,EAChB,uBAAuB,EACvB,iBAAiB,GACpB,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EACH,gBAAgB,EAChB,sBAAsB,EACtB,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,QAAQ,EACR,WAAW,EACX,QAAQ,GACX,MAAM,yCAAyC,CAAC;AAMjD,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAMhG,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAMvE,OAAO,EACH,mBAAmB,EACnB,uBAAuB,EACvB,uBAAuB,GAC1B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACH,SAAS,EACT,OAAO,EACP,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,sBAAsB,EACtB,4BAA4B,EAC5B,8BAA8B,EAC9B,gBAAgB,EAChB,WAAW,GACd,MAAM,cAAc,CAAC;AACtB,OAAO,EACH,iBAAiB,EACjB,cAAc,EACd,mCAAmC,EACnC,wBAAwB,EACxB,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,uBAAuB,EACvB,0BAA0B,EAC1B,uBAAuB,EACvB,uBAAuB,EACvB,sBAAsB,EACtB,8BAA8B,EAC9B,+BAA+B,EAC/B,WAAW,EACX,yBAAyB,EACzB,kBAAkB,EAClB,eAAe,EACf,eAAe,EACf,aAAa,EACb,gCAAgC,EAChC,yBAAyB,EACzB,qBAAqB,GACxB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACH,iCAAiC,EACjC,4BAA4B,EAC5B,oBAAoB,EACpB,wBAAwB,EACxB,cAAc,GACjB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;AAC/E,OAAO,EACH,kBAAkB,EAClB,wBAAwB,EACxB,SAAS,EACT,OAAO,EACP,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EAChB,YAAY,EACZ,gBAAgB,EAChB,SAAS,EACT,cAAc,EACd,QAAQ,GACX,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAClG,OAAO,EACH,aAAa,EACb,SAAS,EACT,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,mBAAmB,GACtB,MAAM,yBAAyB,CAAC;AAMjC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EACH,YAAY,EACZ,SAAS,EACT,2BAA2B,EAC3B,0BAA0B,EAC1B,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,oBAAoB,EACpB,WAAW,EACX,oBAAoB,EACpB,qBAAqB,EACrB,kBAAkB,EAClB,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,GACvB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACH,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,uBAAuB,EACvB,uBAAuB,GAC1B,MAAM,4BAA4B,CAAC"}
|
package/dist/base/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// (C) 2019-2022 GoodData Corporation
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.DefaultDataAccessConfig = exports.createNumberJsFormatter = exports.DataViewFacade = exports.CatalogHelper = exports.OverTimeComparisonTypes = exports.getVisualizationType = exports.VisualizationTypes = exports.createExportErrorFunction = exports.createExportFunction = exports.fireDrillEvent = exports.getIntersectionPartAfter = exports.getDrillIntersection = exports.isSomeHeaderPredicateMatched = exports.convertDrillableItemsToPredicates = exports.isDrillIntersectionAttributeItem = exports.isExplicitDrill = exports.isDrillableItem = exports.isDrillableItemUri = exports.isDrillableItemIdentifier = exports.fillMissingFormat = exports.fillMissingFormats = exports.ignoreTitlesForSimpleMeasures = exports.fillMissingTitles = exports.DerivedMeasureTitleSuffixFactory = exports.ArithmeticMeasureTitleFactory = exports.objMatch = exports.objRefMatch = exports.uriMatch = exports.localIdentifierMatch = exports.identifierMatch = exports.composedFromUri = exports.composedFromIdentifier = exports.attributeItemNameMatch = exports.HeaderPredicates = exports.isHeaderPredicate = exports.getMappingHeaderIdentifier = exports.getMappingHeaderName = exports.getMappingHeaderUri = exports.hasMappingHeaderLocalIdentifier = exports.getMappingHeaderLocalIdentifier = exports.removeAllWordingTranslationsWithSpecialSuffix = exports.removeAllInsightToReportTranslations = exports.pickCorrectWording = exports.pickCorrectMetricWording = exports.pickCorrectInsightWording = exports.TranslationsCustomizationProvider = exports.withTranslationsCustomization = exports.TranslationsCustomizationContextProvider = exports.resolveLocale = exports.withIntl = exports.createIntlMock = exports.IntlTranslationsProvider = exports.TranslationsProvider = exports.messagesMap = exports.IntlWrapper = exports.getIntl = exports.getTranslation = exports.LOCALES = exports.isLocale = exports.DefaultLocale = exports.usePrevious = exports.resolveLCMWorkspaceIdentifiers = exports.useClientWorkspaceInitialized = exports.useClientWorkspaceError = exports.useClientWorkspaceStatus = exports.useClientWorkspaceIdentifiers = exports.ResolvedClientWorkspaceProvider = exports.ClientWorkspaceProvider = exports.resolveUseCancelablePromisesStatus = exports.resolveUseCancelablePromisesError = exports.getIntersectionAttributes = exports.withEntireDataView = exports.isCancelError = exports.makeCancelable = exports.CancelError = exports.wrapDisplayName = exports.withContexts = exports.useCancelablePromise = exports.usePagedResource = exports.useResolveValuesWithPlaceholders = exports.useResolveValueWithPlaceholders = exports.useComposedPlaceholder = exports.usePlaceholders = exports.usePlaceholder = exports.newPlaceholder = exports.newComposedPlaceholder = exports.isComposedPlaceholder = exports.isPlaceholder = exports.isAnyPlaceholder = exports.PlaceholdersProvider = exports.withWorkspace = exports.useWorkspaceStrict = exports.useWorkspace = exports.WorkspaceProvider = exports.withBackend = exports.useBackendStrict = exports.useBackend = exports.BackendProvider = exports.ErrorComponent = exports.LoadingComponent = exports.defaultErrorHandler = exports.convertError = exports.newErrorMapping = exports.isDynamicScriptLoadSdkError = exports.isUnknownSdkError = exports.isUnauthorized = exports.isProtectedReport = exports.isNotFound = exports.isNoDataSdkError = exports.isNegativeValues = exports.isGeoTokenMissing = exports.isGeoLocationMissing = exports.isDataTooLargeToDisplay = exports.isDataTooLargeToCompute = exports.isCancelledSdkError = exports.isBadRequest = exports.isGoodDataSdkError = exports.DynamicScriptLoadSdkError = exports.GeoTokenMissingSdkError = exports.BadRequestSdkError = exports.GeoLocationMissingSdkError = exports.DataTooLargeToDisplaySdkError = exports.DataTooLargeToComputeSdkError = exports.NegativeValuesSdkError = exports.NoDataSdkError = exports.ProtectedReportSdkError = exports.UnexpectedSdkError = exports.CancelledSdkError = exports.NotFoundSdkError = exports.UnauthorizedSdkError = exports.GoodDataSdkError = exports.ErrorCodes = exports.visualizationIsBetaWarning = exports.BucketNames = exports.DefaultColorPalette = void 0;
|
|
4
|
+
exports.DefaultDataAccessConfig = exports.createNumberJsFormatter = exports.DataViewFacade = exports.CatalogHelper = exports.OverTimeComparisonTypes = exports.getVisualizationType = exports.VisualizationTypes = exports.createExportErrorFunction = exports.createExportFunction = exports.fireDrillEvent = exports.getIntersectionPartAfter = exports.getDrillIntersection = exports.isSomeHeaderPredicateMatched = exports.convertDrillableItemsToPredicates = exports.isDrillIntersectionAttributeItem = exports.isExplicitDrill = exports.isDrillableItem = exports.isDrillableItemUri = exports.isDrillableItemIdentifier = exports.fillMissingFormat = exports.fillMissingFormats = exports.ignoreTitlesForSimpleMeasures = exports.fillMissingTitles = exports.DerivedMeasureTitleSuffixFactory = exports.ArithmeticMeasureTitleFactory = exports.objMatch = exports.objRefMatch = exports.uriMatch = exports.localIdentifierMatch = exports.identifierMatch = exports.composedFromUri = exports.composedFromIdentifier = exports.attributeItemNameMatch = exports.HeaderPredicates = exports.isHeaderPredicate = exports.hasMappingHeaderFormattedName = exports.getMappingHeaderFormattedName = exports.getAttributeHeaderItemName = exports.getMappingHeaderIdentifier = exports.getMappingHeaderName = exports.getMappingHeaderUri = exports.hasMappingHeaderLocalIdentifier = exports.getMappingHeaderLocalIdentifier = exports.removeAllWordingTranslationsWithSpecialSuffix = exports.removeAllInsightToReportTranslations = exports.pickCorrectWording = exports.pickCorrectMetricWording = exports.pickCorrectInsightWording = exports.TranslationsCustomizationProvider = exports.withTranslationsCustomization = exports.TranslationsCustomizationContextProvider = exports.emptyHeaderTitleFromIntl = exports.resolveLocale = exports.withIntl = exports.createIntlMock = exports.IntlTranslationsProvider = exports.TranslationsProvider = exports.messagesMap = exports.IntlWrapper = exports.getIntl = exports.getTranslation = exports.LOCALES = exports.isLocale = exports.DefaultLocale = exports.usePrevious = exports.resolveLCMWorkspaceIdentifiers = exports.useClientWorkspaceInitialized = exports.useClientWorkspaceError = exports.useClientWorkspaceStatus = exports.useClientWorkspaceIdentifiers = exports.ResolvedClientWorkspaceProvider = exports.ClientWorkspaceProvider = exports.resolveUseCancelablePromisesStatus = exports.resolveUseCancelablePromisesError = exports.getIntersectionAttributes = exports.withEntireDataView = exports.isCancelError = exports.makeCancelable = exports.CancelError = exports.wrapDisplayName = exports.withContexts = exports.useCancelablePromise = exports.usePagedResource = exports.useResolveValuesWithPlaceholders = exports.useResolveValueWithPlaceholders = exports.useComposedPlaceholder = exports.usePlaceholders = exports.usePlaceholder = exports.newPlaceholder = exports.newComposedPlaceholder = exports.isComposedPlaceholder = exports.isPlaceholder = exports.isAnyPlaceholder = exports.PlaceholdersProvider = exports.withWorkspace = exports.useWorkspaceStrict = exports.useWorkspace = exports.WorkspaceProvider = exports.withBackend = exports.useBackendStrict = exports.useBackend = exports.BackendProvider = exports.ErrorComponent = exports.LoadingComponent = exports.defaultErrorHandler = exports.convertError = exports.newErrorMapping = exports.isDynamicScriptLoadSdkError = exports.isUnknownSdkError = exports.isUnauthorized = exports.isProtectedReport = exports.isNotFound = exports.isNoDataSdkError = exports.isNegativeValues = exports.isGeoTokenMissing = exports.isGeoLocationMissing = exports.isDataTooLargeToDisplay = exports.isDataTooLargeToCompute = exports.isCancelledSdkError = exports.isBadRequest = exports.isGoodDataSdkError = exports.DynamicScriptLoadSdkError = exports.GeoTokenMissingSdkError = exports.BadRequestSdkError = exports.GeoLocationMissingSdkError = exports.DataTooLargeToDisplaySdkError = exports.DataTooLargeToComputeSdkError = exports.NegativeValuesSdkError = exports.NoDataSdkError = exports.ProtectedReportSdkError = exports.UnexpectedSdkError = exports.CancelledSdkError = exports.NotFoundSdkError = exports.UnauthorizedSdkError = exports.GoodDataSdkError = exports.ErrorCodes = exports.visualizationIsBetaWarning = exports.BucketNames = exports.DefaultColorPalette = void 0;
|
|
5
5
|
/*
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
@@ -127,11 +127,11 @@ Object.defineProperty(exports, "messagesMap", { enumerable: true, get: function
|
|
|
127
127
|
var TranslationsProvider_1 = require("./localization/TranslationsProvider");
|
|
128
128
|
Object.defineProperty(exports, "TranslationsProvider", { enumerable: true, get: function () { return TranslationsProvider_1.TranslationsProvider; } });
|
|
129
129
|
Object.defineProperty(exports, "IntlTranslationsProvider", { enumerable: true, get: function () { return TranslationsProvider_1.IntlTranslationsProvider; } });
|
|
130
|
-
// FIXME: temp build fix
|
|
131
130
|
var intlUtils_1 = require("./localization/intlUtils");
|
|
132
131
|
Object.defineProperty(exports, "createIntlMock", { enumerable: true, get: function () { return intlUtils_1.createIntlMock; } });
|
|
133
132
|
Object.defineProperty(exports, "withIntl", { enumerable: true, get: function () { return intlUtils_1.withIntl; } });
|
|
134
133
|
Object.defineProperty(exports, "resolveLocale", { enumerable: true, get: function () { return intlUtils_1.resolveLocale; } });
|
|
134
|
+
Object.defineProperty(exports, "emptyHeaderTitleFromIntl", { enumerable: true, get: function () { return intlUtils_1.emptyHeaderTitleFromIntl; } });
|
|
135
135
|
var TranslationsCustomizationProvider_1 = require("./localization/TranslationsCustomizationProvider");
|
|
136
136
|
Object.defineProperty(exports, "TranslationsCustomizationContextProvider", { enumerable: true, get: function () { return TranslationsCustomizationProvider_1.TranslationsCustomizationContextProvider; } });
|
|
137
137
|
Object.defineProperty(exports, "withTranslationsCustomization", { enumerable: true, get: function () { return TranslationsCustomizationProvider_1.withTranslationsCustomization; } });
|
|
@@ -150,6 +150,9 @@ Object.defineProperty(exports, "hasMappingHeaderLocalIdentifier", { enumerable:
|
|
|
150
150
|
Object.defineProperty(exports, "getMappingHeaderUri", { enumerable: true, get: function () { return MappingHeader_1.getMappingHeaderUri; } });
|
|
151
151
|
Object.defineProperty(exports, "getMappingHeaderName", { enumerable: true, get: function () { return MappingHeader_1.getMappingHeaderName; } });
|
|
152
152
|
Object.defineProperty(exports, "getMappingHeaderIdentifier", { enumerable: true, get: function () { return MappingHeader_1.getMappingHeaderIdentifier; } });
|
|
153
|
+
Object.defineProperty(exports, "getAttributeHeaderItemName", { enumerable: true, get: function () { return MappingHeader_1.getAttributeHeaderItemName; } });
|
|
154
|
+
Object.defineProperty(exports, "getMappingHeaderFormattedName", { enumerable: true, get: function () { return MappingHeader_1.getMappingHeaderFormattedName; } });
|
|
155
|
+
Object.defineProperty(exports, "hasMappingHeaderFormattedName", { enumerable: true, get: function () { return MappingHeader_1.hasMappingHeaderFormattedName; } });
|
|
153
156
|
var HeaderPredicate_1 = require("./headerMatching/HeaderPredicate");
|
|
154
157
|
Object.defineProperty(exports, "isHeaderPredicate", { enumerable: true, get: function () { return HeaderPredicate_1.isHeaderPredicate; } });
|
|
155
158
|
var HeaderPredicateFactory_1 = require("./headerMatching/HeaderPredicateFactory");
|
package/dist/base/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/base/index.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/base/index.tsx"],"names":[],"mappings":";AAAA,qCAAqC;;;AAErC;;GAEG;AAEH,yDAA+D;AAAtD,mHAAA,mBAAmB,OAAA;AAC5B,uDAAsD;AAA7C,0GAAA,WAAW,OAAA;AACpB,6CAA+D;AAAtD,qHAAA,0BAA0B,OAAA;AAEnC;;GAEG;AACH,8DA+BmC;AA7B/B,8GAAA,UAAU,OAAA;AACV,oHAAA,gBAAgB,OAAA;AAChB,wHAAA,oBAAoB,OAAA;AACpB,oHAAA,gBAAgB,OAAA;AAChB,qHAAA,iBAAiB,OAAA;AACjB,sHAAA,kBAAkB,OAAA;AAClB,2HAAA,uBAAuB,OAAA;AACvB,kHAAA,cAAc,OAAA;AACd,0HAAA,sBAAsB,OAAA;AACtB,iIAAA,6BAA6B,OAAA;AAC7B,iIAAA,6BAA6B,OAAA;AAC7B,8HAAA,0BAA0B,OAAA;AAC1B,sHAAA,kBAAkB,OAAA;AAClB,2HAAA,uBAAuB,OAAA;AACvB,6HAAA,yBAAyB,OAAA;AACzB,sHAAA,kBAAkB,OAAA;AAClB,gHAAA,YAAY,OAAA;AACZ,uHAAA,mBAAmB,OAAA;AACnB,2HAAA,uBAAuB,OAAA;AACvB,2HAAA,uBAAuB,OAAA;AACvB,wHAAA,oBAAoB,OAAA;AACpB,qHAAA,iBAAiB,OAAA;AACjB,oHAAA,gBAAgB,OAAA;AAChB,oHAAA,gBAAgB,OAAA;AAChB,8GAAA,UAAU,OAAA;AACV,qHAAA,iBAAiB,OAAA;AACjB,kHAAA,cAAc,OAAA;AACd,qHAAA,iBAAiB,OAAA;AACjB,+HAAA,2BAA2B,OAAA;AAE/B,wDAKgC;AAH5B,gHAAA,eAAe,OAAA;AACf,6GAAA,YAAY,OAAA;AACZ,oHAAA,mBAAmB,OAAA;AAGvB;;GAEG;AACH,6DAA2E;AAAlE,oHAAA,gBAAgB,OAAA;AACzB,yDAAqE;AAA5D,gHAAA,cAAc,OAAA;AACvB,yDAMgC;AAL5B,iHAAA,eAAe,OAAA;AACf,4GAAA,UAAU,OAAA;AACV,kHAAA,gBAAgB,OAAA;AAChB,6GAAA,WAAW,OAAA;AAGf,6DAMkC;AAL9B,qHAAA,iBAAiB,OAAA;AACjB,gHAAA,YAAY,OAAA;AACZ,sHAAA,kBAAkB,OAAA;AAClB,iHAAA,aAAa,OAAA;AAGjB,wDAAgG;AAA3D,+GAAA,oBAAoB,OAAA;AACzD,kDAyBmC;AArB/B,wGAAA,gBAAgB,OAAA;AAChB,qGAAA,aAAa,OAAA;AACb,6GAAA,qBAAqB,OAAA;AAoBzB,wDAA2G;AAA7E,iHAAA,sBAAsB,OAAA;AAAE,yGAAA,cAAc,OAAA;AAkBpE,oDAMoC;AALhC,uGAAA,cAAc,OAAA;AACd,wGAAA,eAAe,OAAA;AACf,+GAAA,sBAAsB,OAAA;AACtB,wHAAA,+BAA+B,OAAA;AAC/B,yHAAA,gCAAgC,OAAA;AAEpC,6DAA6G;AAApG,oHAAA,gBAAgB,OAAA;AACzB,qEAUsC;AARlC,4HAAA,oBAAoB,OAAA;AASxB,qDAAoD;AAA3C,4GAAA,YAAY,OAAA;AACrB,2DAA0D;AAAjD,kHAAA,eAAe,OAAA;AACxB,+DAA2G;AAAlG,gHAAA,WAAW,OAAA;AAAsB,mHAAA,cAAc,OAAA;AAAE,kHAAA,aAAa,OAAA;AACvE,wEAA8F;AAArF,wHAAA,kBAAkB,OAAA;AAC3B,8EAAiF;AAAxE,kIAAA,yBAAyB,OAAA;AAElC,+EAG2C;AAFvC,8IAAA,iCAAiC,OAAA;AACjC,+IAAA,kCAAkC,OAAA;AAEtC,gGAW+D;AAN3D,iIAAA,uBAAuB,OAAA;AACvB,yIAAA,+BAA+B,OAAA;AAC/B,uIAAA,6BAA6B,OAAA;AAC7B,kIAAA,wBAAwB,OAAA;AACxB,iIAAA,uBAAuB,OAAA;AACvB,uIAAA,6BAA6B,OAAA;AAMjC,gHAA+G;AAAtG,gJAAA,8BAA8B,OAAA;AACvC,mDAAkD;AAAzC,0GAAA,WAAW,OAAA;AACpB;;GAEG;AAEH,gDAAkF;AAAhE,uGAAA,aAAa,OAAA;AAAE,kGAAA,QAAQ,OAAA;AAAE,iGAAA,OAAO,OAAA;AAClD,sDAAmE;AAA1D,2GAAA,cAAc,OAAA;AAAE,oGAAA,OAAO,OAAA;AAChC,0DAA4E;AAAnE,0GAAA,WAAW,OAAA;AACpB,0DAAwE;AAA/D,0GAAA,WAAW,OAAA;AACpB,4EAM6C;AALzC,4HAAA,oBAAoB,OAAA;AACpB,gIAAA,wBAAwB,OAAA;AAK5B,sDAA6G;AAApG,2GAAA,cAAc,OAAA;AAAE,qGAAA,QAAQ,OAAA;AAAE,0GAAA,aAAa,OAAA;AAAE,qHAAA,wBAAwB,OAAA;AAC1E,sGAW0D;AATtD,6JAAA,wCAAwC,OAAA;AACxC,kJAAA,6BAA6B,OAAA;AAE7B,sJAAA,iCAAiC,OAAA;AACjC,8IAAA,yBAAyB,OAAA;AACzB,6IAAA,wBAAwB,OAAA;AACxB,uIAAA,kBAAkB,OAAA;AAClB,yJAAA,oCAAoC,OAAA;AACpC,kKAAA,6CAA6C,OAAA;AAGjD;;GAEG;AAEH,gEAUwC;AARpC,gIAAA,+BAA+B,OAAA;AAC/B,gIAAA,+BAA+B,OAAA;AAC/B,oHAAA,mBAAmB,OAAA;AACnB,qHAAA,oBAAoB,OAAA;AACpB,2HAAA,0BAA0B,OAAA;AAC1B,2HAAA,0BAA0B,OAAA;AAC1B,8HAAA,6BAA6B,OAAA;AAC7B,8HAAA,6BAA6B,OAAA;AAEjC,oEAI0C;AADtC,oHAAA,iBAAiB,OAAA;AAGrB,kFAUiD;AAT7C,0HAAA,gBAAgB,OAAA;AAChB,gIAAA,sBAAsB,OAAA;AACtB,gIAAA,sBAAsB,OAAA;AACtB,yHAAA,eAAe,OAAA;AACf,yHAAA,eAAe,OAAA;AACf,8HAAA,oBAAoB,OAAA;AACpB,kHAAA,QAAQ,OAAA;AACR,qHAAA,WAAW,OAAA;AACX,kHAAA,QAAQ,OAAA;AAGZ;;GAEG;AAEH,+FAA8F;AAArF,8IAAA,6BAA6B,OAAA;AACtC,qGAAoG;AAA3F,oJAAA,gCAAgC,OAAA;AACzC,uEAAsE;AAA7D,sHAAA,iBAAiB,OAAA;AAC1B,+FAA8F;AAArF,8IAAA,6BAA6B,OAAA;AAGtC;;GAEG;AAEH,0EAAyE;AAAhE,wHAAA,kBAAkB,OAAA;AAC3B,wEAAuE;AAA9D,sHAAA,iBAAiB,OAAA;AAyB1B,iDA0B2B;AARvB,wHAAA,yBAAyB,OAAA;AACzB,iHAAA,kBAAkB,OAAA;AAClB,8GAAA,eAAe,OAAA;AACf,8GAAA,eAAe,OAAA;AAEf,+HAAA,gCAAgC,OAAA;AAIpC,2CAMwB;AALpB,6HAAA,iCAAiC,OAAA;AACjC,wHAAA,4BAA4B,OAAA;AAC5B,gHAAA,oBAAoB,OAAA;AACpB,oHAAA,wBAAwB,OAAA;AACxB,0GAAA,cAAc,OAAA;AAElB,uCAA+E;AAAtE,8GAAA,oBAAoB,OAAA;AAAE,mHAAA,yBAAyB,OAAA;AACxD,+DAakC;AAZ9B,wHAAA,kBAAkB,OAAA;AAKlB,0HAAA,oBAAoB,OAAA;AASxB,sEAAkG;AAAjE,6HAAA,uBAAuB,OAAA;AACxD,yDAQiC;AAP7B,8GAAA,aAAa,OAAA;AASjB;;GAEG;AAEH,2CAAkD;AAAzC,wGAAA,cAAc,OAAA;AAqBvB,+DAMoC;AAFhC,2HAAA,uBAAuB,OAAA;AACvB,2HAAA,uBAAuB,OAAA"}
|
|
@@ -23,7 +23,6 @@ export declare type ITranslationsProviderProps = ITranslationsProviderOwnProps &
|
|
|
23
23
|
*/
|
|
24
24
|
export declare class TranslationsProvider extends React.PureComponent<ITranslationsProviderProps> {
|
|
25
25
|
render(): any;
|
|
26
|
-
private getEmptyHeaderString;
|
|
27
26
|
}
|
|
28
27
|
/**
|
|
29
28
|
* @internal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TranslationsProvider.d.ts","sourceRoot":"","sources":["../../../src/base/localization/TranslationsProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,qBAAqB,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"TranslationsProvider.d.ts","sourceRoot":"","sources":["../../../src/base/localization/TranslationsProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,qBAAqB,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAI1E;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC1C,QAAQ,EAAE,GAAG,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,SAAS,CAAC;CACnB;AAQD;;GAEG;AACH,oBAAY,0BAA0B,GAAG,6BAA6B,GAAG,qBAAqB,CAAC;AAE/F;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC;IAC9E,MAAM;CAQhB;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB;;CAAuE,CAAC"}
|
|
@@ -6,6 +6,7 @@ var tslib_1 = require("tslib");
|
|
|
6
6
|
var react_1 = tslib_1.__importDefault(require("react"));
|
|
7
7
|
var react_intl_1 = require("react-intl");
|
|
8
8
|
var locales_1 = require("../../locales");
|
|
9
|
+
var intlUtils_1 = require("./intlUtils");
|
|
9
10
|
var getNumericSymbols = function (intl) {
|
|
10
11
|
return [locales_1.messages.k, locales_1.messages.m, locales_1.messages.g, locales_1.messages.t, locales_1.messages.p, locales_1.messages.e].map(function (desc) {
|
|
11
12
|
return intl.formatMessage(desc);
|
|
@@ -22,15 +23,11 @@ var TranslationsProvider = /** @class */ (function (_super) {
|
|
|
22
23
|
TranslationsProvider.prototype.render = function () {
|
|
23
24
|
var props = {
|
|
24
25
|
numericSymbols: getNumericSymbols(this.props.intl),
|
|
25
|
-
emptyHeaderString: this.
|
|
26
|
+
emptyHeaderString: intlUtils_1.emptyHeaderTitleFromIntl(this.props.intl),
|
|
26
27
|
intl: this.props.intl,
|
|
27
28
|
};
|
|
28
29
|
return this.props.children(props);
|
|
29
30
|
};
|
|
30
|
-
TranslationsProvider.prototype.getEmptyHeaderString = function () {
|
|
31
|
-
var emptyValueTranslation = this.props.intl.formatMessage({ id: "visualization.emptyValue" });
|
|
32
|
-
return "(" + emptyValueTranslation + ")";
|
|
33
|
-
};
|
|
34
31
|
return TranslationsProvider;
|
|
35
32
|
}(react_1.default.PureComponent));
|
|
36
33
|
exports.TranslationsProvider = TranslationsProvider;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TranslationsProvider.js","sourceRoot":"","sources":["../../../src/base/localization/TranslationsProvider.tsx"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,wDAA0B;AAC1B,yCAA0E;AAC1E,yCAAyC;
|
|
1
|
+
{"version":3,"file":"TranslationsProvider.js","sourceRoot":"","sources":["../../../src/base/localization/TranslationsProvider.tsx"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,wDAA0B;AAC1B,yCAA0E;AAC1E,yCAAyC;AACzC,yCAAuD;AAkBvD,IAAM,iBAAiB,GAAG,UAAC,IAAe;IACtC,OAAO,CAAC,kBAAQ,CAAC,CAAC,EAAE,kBAAQ,CAAC,CAAC,EAAE,kBAAQ,CAAC,CAAC,EAAE,kBAAQ,CAAC,CAAC,EAAE,kBAAQ,CAAC,CAAC,EAAE,kBAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,UAAC,IAAI;QACrF,OAAA,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC;IAAxB,CAAwB,CAC3B,CAAC;AACN,CAAC,CAAC;AAOF;;GAEG;AACH;IAA0C,gDAA+C;IAAzF;;IASA,CAAC;IARU,qCAAM,GAAb;QACI,IAAM,KAAK,GAAgC;YACvC,cAAc,EAAE,iBAAiB,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;YAClD,iBAAiB,EAAE,oCAAwB,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;YAC5D,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;SACxB,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACtC,CAAC;IACL,2BAAC;AAAD,CAAC,AATD,CAA0C,eAAK,CAAC,aAAa,GAS5D;AATY,oDAAoB;AAWjC;;GAEG;AACU,QAAA,wBAAwB,GAAG,uBAAU,CAAqC,oBAAoB,CAAC,CAAC"}
|
|
@@ -6,7 +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": "
|
|
9
|
+
"gs.list.search.placeholder": "Sucht…",
|
|
10
10
|
"gs.list.notAvailableAbbreviation": "nicht angegeben",
|
|
11
11
|
"gs.list.searchResults": "Ergebnisse suchen",
|
|
12
12
|
"gs.visualizationsList.loading": "Lädt…",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"visualization.tooltip.interaction": "Klicken Sie das Diagramm um zu drillen",
|
|
55
55
|
"gs.filterLabel.all": "Alle ",
|
|
56
56
|
"gs.filterLabel.none": "Keine",
|
|
57
|
+
"gs.filter.loading": "Filter wird geladen…",
|
|
57
58
|
"gs.filter.error": "Fehler beim Laden des Filters",
|
|
58
59
|
"gs.list.clear": "Löschen",
|
|
59
60
|
"gs.list.cancel": "Abbrechen",
|
|
@@ -246,6 +247,8 @@
|
|
|
246
247
|
"measureNumberCustomFormatDialog.definition": "Definition",
|
|
247
248
|
"measureNumberCustomFormatDialog.preview": "Vorschau",
|
|
248
249
|
"properties.legend.title": "Legende",
|
|
250
|
+
"attrf.all": "Alle ",
|
|
251
|
+
"attrf.all_except": "Alle außer",
|
|
249
252
|
"rankingFilter.topBottom": "Top/Bottom-Werte",
|
|
250
253
|
"rankingFilter.top": "Höchste",
|
|
251
254
|
"rankingFilter.bottom": "Untere",
|
|
@@ -264,12 +267,17 @@
|
|
|
264
267
|
"rankingFilter.valueTooltip": "Wenn mehrere Elemente den gleichen Wert haben, zeigt der Filter alle Elemente mit diesem Wert an. In diesem Fall kann die Einsicht mehr Elemente anzeigen als die eingestellte Zahl.",
|
|
265
268
|
"attributesDropdown.itemsFiltered.tooltip": "Werte werden gefiltert nach: <strong>{filters}</strong>",
|
|
266
269
|
"attributesDropdown.itemsFiltered": "Elemente wurden gefiltert",
|
|
270
|
+
"attributeFilterDropdown.emptyValue": "leerer Wert",
|
|
267
271
|
"attributesDropdown.noData": "Dieses Attribut hat keinen Wert.",
|
|
268
272
|
"attributesDropdown.noResultsMatch": "Keine passenden Ergebnisse.",
|
|
269
273
|
"attributesDropdown.allItemsFiltered": "Alle Werte wurden herausgefiltert.",
|
|
270
274
|
"attributesDropdown.configuration": "Konfiguration",
|
|
271
275
|
"attributesDropdown.removeTooltip": "Vom Dashboard entfernen",
|
|
272
276
|
"attributesDropdown.display_as": "Anzeigen als: {title}",
|
|
277
|
+
"attributesDropdown.empty.item.tooltip": "Schließen Sie fehlende (null) und leere (\"\") Werte ein.",
|
|
278
|
+
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> ist bereits durch <strong>{childTitle}</strong> gefiltert, filtern Sie direkt oder durch andere Filter.",
|
|
279
|
+
"attributesDropdown.attributeNameWithData": "mit Daten von",
|
|
280
|
+
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> kann nicht nach <strong>{parentTitle}</strong> gefiltert werden. Es besteht keine Verbindung zwischen den Filterattributen und dem Datenmodell.",
|
|
273
281
|
"shareDialog.share.grantee.title": "Mit Benutzern und Gruppen teilen",
|
|
274
282
|
"shareDialog.share.grantee.share": "Teilen",
|
|
275
283
|
"shareDialog.share.grantee.list.title": "Geteilt mit",
|
|
@@ -316,6 +316,11 @@
|
|
|
316
316
|
"comment": "",
|
|
317
317
|
"limit": 0
|
|
318
318
|
},
|
|
319
|
+
"gs.filter.loading": {
|
|
320
|
+
"value": "Loading filter…",
|
|
321
|
+
"comment": "Use '…' as one character, not 3 dots ('...').",
|
|
322
|
+
"limit": 0
|
|
323
|
+
},
|
|
319
324
|
"gs.filter.error": {
|
|
320
325
|
"value": "Error loading filter",
|
|
321
326
|
"comment": "",
|
|
@@ -1276,6 +1281,16 @@
|
|
|
1276
1281
|
"comment": "",
|
|
1277
1282
|
"limit": 0
|
|
1278
1283
|
},
|
|
1284
|
+
"attrf.all": {
|
|
1285
|
+
"value": "All",
|
|
1286
|
+
"comment": "",
|
|
1287
|
+
"limit": 0
|
|
1288
|
+
},
|
|
1289
|
+
"attrf.all_except": {
|
|
1290
|
+
"value": "All except",
|
|
1291
|
+
"comment": "",
|
|
1292
|
+
"limit": 0
|
|
1293
|
+
},
|
|
1279
1294
|
"rankingFilter.topBottom": {
|
|
1280
1295
|
"value": "Top/bottom values",
|
|
1281
1296
|
"comment": "Filter title",
|
|
@@ -1384,6 +1399,11 @@
|
|
|
1384
1399
|
"comment": "This message is displayed when attribute elements are being filtered out by parent filters",
|
|
1385
1400
|
"limit": 0
|
|
1386
1401
|
},
|
|
1402
|
+
"attributeFilterDropdown.emptyValue": {
|
|
1403
|
+
"value": "empty value",
|
|
1404
|
+
"comment": "",
|
|
1405
|
+
"limit": 0
|
|
1406
|
+
},
|
|
1387
1407
|
"attributesDropdown.noData": {
|
|
1388
1408
|
"value": "This attribute has no values.",
|
|
1389
1409
|
"comment": "This message is displayed when when there are no items available because the attribute has no elements.",
|
|
@@ -1414,6 +1434,26 @@
|
|
|
1414
1434
|
"comment": "Label shown on dropdown button that changes form of the attribute used in insight. For example 'Display as: Shortened name'",
|
|
1415
1435
|
"limit": 0
|
|
1416
1436
|
},
|
|
1437
|
+
"attributesDropdown.empty.item.tooltip": {
|
|
1438
|
+
"value": "Include missing (null) and empty (\"\") values.",
|
|
1439
|
+
"comment": "Tooltip text of how selecting an (empty value) item affects the values shown.",
|
|
1440
|
+
"limit": 0
|
|
1441
|
+
},
|
|
1442
|
+
"attributesDropdown.filterConfiguredMessage": {
|
|
1443
|
+
"value": "<strong>{parentTitle}</strong> is already filtered by <strong>{childTitle}</strong> filter directly or through other filters.",
|
|
1444
|
+
"comment": "Do not translate HTML markup enclosed in <> and placeholders enclosed in {}.",
|
|
1445
|
+
"limit": 0
|
|
1446
|
+
},
|
|
1447
|
+
"attributesDropdown.attributeNameWithData": {
|
|
1448
|
+
"value": "with data of",
|
|
1449
|
+
"comment": "Will be used in sentence between two nouns. For instance 'Filter by AttributeX with data of MetricY'",
|
|
1450
|
+
"limit": 0
|
|
1451
|
+
},
|
|
1452
|
+
"attributesDropdown.noConnectionMessage": {
|
|
1453
|
+
"value": "<strong>{childTitle}</strong> cannot be filtered by <strong>{parentTitle}</strong>. There is no connection between the filter attributes in the data model.",
|
|
1454
|
+
"comment": "Do not translate HTML markup enclosed in <> and placeholders enclosed in {}.",
|
|
1455
|
+
"limit": 0
|
|
1456
|
+
},
|
|
1417
1457
|
"shareDialog.share.grantee.title": {
|
|
1418
1458
|
"value": "Share with users and groups",
|
|
1419
1459
|
"comment": "Title of dialog used for sharing of private dashboard with other users or user groups.",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"visualization.tooltip.interaction": "Haga clic en el gráfico para explorar",
|
|
55
55
|
"gs.filterLabel.all": "Todo",
|
|
56
56
|
"gs.filterLabel.none": "Ninguno",
|
|
57
|
+
"gs.filter.loading": "Cargando filtro…",
|
|
57
58
|
"gs.filter.error": "Error al cargar filtro",
|
|
58
59
|
"gs.list.clear": "Borrar",
|
|
59
60
|
"gs.list.cancel": "Cancelar",
|
|
@@ -246,6 +247,8 @@
|
|
|
246
247
|
"measureNumberCustomFormatDialog.definition": "Definición",
|
|
247
248
|
"measureNumberCustomFormatDialog.preview": "Vista previa",
|
|
248
249
|
"properties.legend.title": "Leyenda",
|
|
250
|
+
"attrf.all": "Todo",
|
|
251
|
+
"attrf.all_except": "Todo excepto",
|
|
249
252
|
"rankingFilter.topBottom": "Valores superiores/inferiores",
|
|
250
253
|
"rankingFilter.top": "Arriba",
|
|
251
254
|
"rankingFilter.bottom": "Abajo",
|
|
@@ -264,12 +267,17 @@
|
|
|
264
267
|
"rankingFilter.valueTooltip": "Si varios elementos tienen el mismo valor, el filtro muestra todos los elementos con ese valor. Después, la perspectiva puede mostrar más elementos que el número establecido.",
|
|
265
268
|
"attributesDropdown.itemsFiltered.tooltip": "Los valores se filtran por: <strong>{filters}</strong>",
|
|
266
269
|
"attributesDropdown.itemsFiltered": "Los elementos se han filtrado",
|
|
270
|
+
"attributeFilterDropdown.emptyValue": "valor vacío",
|
|
267
271
|
"attributesDropdown.noData": "Este atributo no tiene valores.",
|
|
268
272
|
"attributesDropdown.noResultsMatch": "Ningún resultado coincide.",
|
|
269
273
|
"attributesDropdown.allItemsFiltered": "Todos los valores se han filtrado.",
|
|
270
274
|
"attributesDropdown.configuration": "Configuración",
|
|
271
275
|
"attributesDropdown.removeTooltip": "Quitar del panel",
|
|
272
276
|
"attributesDropdown.display_as": "Mostrar como: {title}",
|
|
277
|
+
"attributesDropdown.empty.item.tooltip": "Incluir valores que faltan (null) y vacíos (\"\").",
|
|
278
|
+
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> ya se ha filtrado por el filtro <strong>{childTitle}</strong> directamente o mediante otros filtros.",
|
|
279
|
+
"attributesDropdown.attributeNameWithData": "con datos de",
|
|
280
|
+
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> no se puede filtrar por <strong>{parentTitle}</strong>. No hay ninguna conexión entre los atributos de filtro en el modelo de datos.",
|
|
273
281
|
"shareDialog.share.grantee.title": "Compartir con usuarios y grupos",
|
|
274
282
|
"shareDialog.share.grantee.share": "Compartir",
|
|
275
283
|
"shareDialog.share.grantee.list.title": "Compartido con",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"visualization.tooltip.interaction": "Cliquez sur le graphique pour l'explorer",
|
|
55
55
|
"gs.filterLabel.all": "Tout",
|
|
56
56
|
"gs.filterLabel.none": "Aucun(e)",
|
|
57
|
+
"gs.filter.loading": "Chargement du filtre en cours …",
|
|
57
58
|
"gs.filter.error": "Erreur lors du chargement du filtre",
|
|
58
59
|
"gs.list.clear": "Effacer",
|
|
59
60
|
"gs.list.cancel": "Annuler",
|
|
@@ -246,6 +247,8 @@
|
|
|
246
247
|
"measureNumberCustomFormatDialog.definition": "Définition",
|
|
247
248
|
"measureNumberCustomFormatDialog.preview": "Aperçu",
|
|
248
249
|
"properties.legend.title": "Légende",
|
|
250
|
+
"attrf.all": "Tout",
|
|
251
|
+
"attrf.all_except": "Tout sauf",
|
|
249
252
|
"rankingFilter.topBottom": "Meilleures/moins bonnes valeurs",
|
|
250
253
|
"rankingFilter.top": "Haut",
|
|
251
254
|
"rankingFilter.bottom": "Bas",
|
|
@@ -264,12 +267,17 @@
|
|
|
264
267
|
"rankingFilter.valueTooltip": "Si plusieurs éléments ont la même valeur, le filtre affiche tous les éléments avec cette valeur. La perception peut alors montrer plus d'éléments que le nombre défini.",
|
|
265
268
|
"attributesDropdown.itemsFiltered.tooltip": "Les valeurs sont filtrées par : <strong>{filters}</strong>",
|
|
266
269
|
"attributesDropdown.itemsFiltered": "Les éléments sont filtrés.",
|
|
270
|
+
"attributeFilterDropdown.emptyValue": "valeur vide",
|
|
267
271
|
"attributesDropdown.noData": "Cet attribut n'a aucune valeur.",
|
|
268
272
|
"attributesDropdown.noResultsMatch": "Aucun résultat.",
|
|
269
273
|
"attributesDropdown.allItemsFiltered": "Toutes les valeurs sont filtrées.",
|
|
270
274
|
"attributesDropdown.configuration": "Configuration",
|
|
271
275
|
"attributesDropdown.removeTooltip": "Retirer du tableau de bord",
|
|
272
276
|
"attributesDropdown.display_as": "Afficher en tant que : {title}",
|
|
277
|
+
"attributesDropdown.empty.item.tooltip": "Inclure les valeurs manquantes (null) et vides (\"\").",
|
|
278
|
+
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> est déjà filtré par le filtre <strong>{childTitle}</strong>, directement ou via d'autres filtres.",
|
|
279
|
+
"attributesDropdown.attributeNameWithData": "avec les données de",
|
|
280
|
+
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> ne peut pas être filtré par <strong>{parentTitle}</strong>. Il n'existe aucune connexion entre les attributs du filtre dans le modèle de données.",
|
|
273
281
|
"shareDialog.share.grantee.title": "Partager avec des utilisateurs et groupes",
|
|
274
282
|
"shareDialog.share.grantee.share": "Partage",
|
|
275
283
|
"shareDialog.share.grantee.list.title": "Partagé avec",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"visualization.tooltip.interaction": "チャートをクリックしてドリル",
|
|
55
55
|
"gs.filterLabel.all": "すべて",
|
|
56
56
|
"gs.filterLabel.none": "なし",
|
|
57
|
+
"gs.filter.loading": "フィルターを読み込み中…",
|
|
57
58
|
"gs.filter.error": "フィルターの読み込みエラー",
|
|
58
59
|
"gs.list.clear": "クリア",
|
|
59
60
|
"gs.list.cancel": "キャンセル",
|
|
@@ -246,6 +247,8 @@
|
|
|
246
247
|
"measureNumberCustomFormatDialog.definition": "定義",
|
|
247
248
|
"measureNumberCustomFormatDialog.preview": "プレビュー",
|
|
248
249
|
"properties.legend.title": "凡例",
|
|
250
|
+
"attrf.all": "すべて",
|
|
251
|
+
"attrf.all_except": "次を除くすべて",
|
|
249
252
|
"rankingFilter.topBottom": "上位/下位の値",
|
|
250
253
|
"rankingFilter.top": "上",
|
|
251
254
|
"rankingFilter.bottom": "下",
|
|
@@ -264,12 +267,17 @@
|
|
|
264
267
|
"rankingFilter.valueTooltip": "複数の項目に同じ値が設定されている場合は、この値を持つすべての項目がフィルターで表示されます。 インサイトには、設定数よりも多くのアイテムが表示される場合があります。",
|
|
265
268
|
"attributesDropdown.itemsFiltered.tooltip": "次の条件で値をフィルターします: <strong>{filters}</strong>",
|
|
266
269
|
"attributesDropdown.itemsFiltered": "アイテムはフィルター済み",
|
|
270
|
+
"attributeFilterDropdown.emptyValue": "空の値",
|
|
267
271
|
"attributesDropdown.noData": "このアトリビュートには値がありません。",
|
|
268
272
|
"attributesDropdown.noResultsMatch": "一致する結果がありません。",
|
|
269
273
|
"attributesDropdown.allItemsFiltered": "すべての値がフィルターされています。",
|
|
270
274
|
"attributesDropdown.configuration": "設定",
|
|
271
275
|
"attributesDropdown.removeTooltip": "ダッシュボードから削除",
|
|
272
276
|
"attributesDropdown.display_as": "次のように表示: {title}",
|
|
277
|
+
"attributesDropdown.empty.item.tooltip": "欠損(NULL)および空の(\"\")値を含めます。",
|
|
278
|
+
"attributesDropdown.filterConfiguredMessage": "直接フィルターか、他のフィルターで<strong>{parentTitle}</strong> すでにフィルター済み <strong>{childTitle}</strong>。",
|
|
279
|
+
"attributesDropdown.attributeNameWithData": "データの",
|
|
280
|
+
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> フィルターが無効 <strong>{parentTitle}</strong>。フィルターアトリビュートとデータモデルが無関係です。",
|
|
273
281
|
"shareDialog.share.grantee.title": "ユーザやグループと共有",
|
|
274
282
|
"shareDialog.share.grantee.share": "共有する",
|
|
275
283
|
"shareDialog.share.grantee.list.title": "シェア相手",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"visualization.tooltip.interaction": "Klik op grafiek om in te zoomen",
|
|
55
55
|
"gs.filterLabel.all": "Alles",
|
|
56
56
|
"gs.filterLabel.none": "Geen",
|
|
57
|
+
"gs.filter.loading": "Filter wordt ingelezen…",
|
|
57
58
|
"gs.filter.error": "Fout bij inlezen filter",
|
|
58
59
|
"gs.list.clear": "Wissen",
|
|
59
60
|
"gs.list.cancel": "Annuleren",
|
|
@@ -246,6 +247,8 @@
|
|
|
246
247
|
"measureNumberCustomFormatDialog.definition": "Definitie",
|
|
247
248
|
"measureNumberCustomFormatDialog.preview": "Preview",
|
|
248
249
|
"properties.legend.title": "Legenda",
|
|
250
|
+
"attrf.all": "Alles",
|
|
251
|
+
"attrf.all_except": "Alles behalve",
|
|
249
252
|
"rankingFilter.topBottom": "Boven-/onderwaarden",
|
|
250
253
|
"rankingFilter.top": "Boven",
|
|
251
254
|
"rankingFilter.bottom": "Onder",
|
|
@@ -264,12 +267,17 @@
|
|
|
264
267
|
"rankingFilter.valueTooltip": "Als meerdere items dezelfde waarde hebben, toont het filter alle items met deze waarde. Het inzicht geeft dan mogelijk meer items weer dan het ingestelde aantal.",
|
|
265
268
|
"attributesDropdown.itemsFiltered.tooltip": "Waarden worden gefilterd op: <strong>{filters}</strong>",
|
|
266
269
|
"attributesDropdown.itemsFiltered": "Items zijn gefilterd",
|
|
267
|
-
"
|
|
270
|
+
"attributeFilterDropdown.emptyValue": "lege waarde",
|
|
271
|
+
"attributesDropdown.noData": "",
|
|
268
272
|
"attributesDropdown.noResultsMatch": "Geen resultaten.",
|
|
269
273
|
"attributesDropdown.allItemsFiltered": "Alle waarden zijn gefilterd.",
|
|
270
274
|
"attributesDropdown.configuration": "Configuratie",
|
|
271
275
|
"attributesDropdown.removeTooltip": "Verwijderen van dashboard",
|
|
272
276
|
"attributesDropdown.display_as": "Weergeven als: {title}",
|
|
277
|
+
"attributesDropdown.empty.item.tooltip": "Ontbrekende (null) en lege (\"\") waarden.",
|
|
278
|
+
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> is al gefilterd op <strong>{childTitle}</strong>, rechtstreeks of via andere filters.",
|
|
279
|
+
"attributesDropdown.attributeNameWithData": "met gegevens van",
|
|
280
|
+
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> kan niet worden gefilterd op <strong>{parentTitle}</strong>. Er is geen verbinding tussen de filterattributen in het gegevensmodel.",
|
|
273
281
|
"shareDialog.share.grantee.title": "Delen met gebruikers en groepen",
|
|
274
282
|
"shareDialog.share.grantee.share": "Deel",
|
|
275
283
|
"shareDialog.share.grantee.list.title": "Gedeeld met",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"visualization.tooltip.interaction": "Clique no gráfico para detalhar",
|
|
55
55
|
"gs.filterLabel.all": "Todos",
|
|
56
56
|
"gs.filterLabel.none": "Nenhum",
|
|
57
|
+
"gs.filter.loading": "Carregando filtro…",
|
|
57
58
|
"gs.filter.error": "Erro ao carregar filtro",
|
|
58
59
|
"gs.list.clear": "Limpar",
|
|
59
60
|
"gs.list.cancel": "Cancelar",
|
|
@@ -246,6 +247,8 @@
|
|
|
246
247
|
"measureNumberCustomFormatDialog.definition": "Definição",
|
|
247
248
|
"measureNumberCustomFormatDialog.preview": "Pré-visualizar",
|
|
248
249
|
"properties.legend.title": "Legenda",
|
|
250
|
+
"attrf.all": "Todos",
|
|
251
|
+
"attrf.all_except": "Tudo exceto",
|
|
249
252
|
"rankingFilter.topBottom": "Valores melhores/piores",
|
|
250
253
|
"rankingFilter.top": "Superior",
|
|
251
254
|
"rankingFilter.bottom": "Inferior",
|
|
@@ -264,12 +267,17 @@
|
|
|
264
267
|
"rankingFilter.valueTooltip": "Se vários itens tiverem o mesmo valor, o filtro mostrará todos os itens com esse valor. O insight poderá então exibir mais itens do que o número definido.",
|
|
265
268
|
"attributesDropdown.itemsFiltered.tooltip": "Os valores são filtrados por: <strong>{filters}</strong>",
|
|
266
269
|
"attributesDropdown.itemsFiltered": "Os itens estão filtrados",
|
|
270
|
+
"attributeFilterDropdown.emptyValue": "valor vazio",
|
|
267
271
|
"attributesDropdown.noData": "O atributo não tem valores.",
|
|
268
272
|
"attributesDropdown.noResultsMatch": "Nenhum resultado correspondente.",
|
|
269
273
|
"attributesDropdown.allItemsFiltered": "Todos os valores foram filtrados.",
|
|
270
274
|
"attributesDropdown.configuration": "Configuração",
|
|
271
275
|
"attributesDropdown.removeTooltip": "Remover do dashboard",
|
|
272
276
|
"attributesDropdown.display_as": "Exibir como: {title}",
|
|
277
|
+
"attributesDropdown.empty.item.tooltip": "Incluir valores (\"\") (null) e vazios ausentes.",
|
|
278
|
+
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> já foi filtrado por <strong>{childTitle}</strong> diretamente ou por meio de outros filtros.",
|
|
279
|
+
"attributesDropdown.attributeNameWithData": "com dados de",
|
|
280
|
+
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> não pode ser filtrado por <strong>{parentTitle}</strong>. Não há conexão entre os atributos do filtro e o modelo de dados.",
|
|
273
281
|
"shareDialog.share.grantee.title": "Compartilhar com usuários e grupos",
|
|
274
282
|
"shareDialog.share.grantee.share": "Compartilhar",
|
|
275
283
|
"shareDialog.share.grantee.list.title": "Compartilhado com",
|