@gooddata/sdk-ui-ext 11.43.0-alpha.2 → 11.43.0-alpha.3
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/NOTICE +4826 -13873
- package/esm/internal/components/configurationControls/ConfigSection.d.ts +2 -1
- package/esm/internal/components/configurationControls/ConfigSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/ConfigSection.js +7 -3
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts +4 -0
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.js +13 -2
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts +5 -0
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.js +5 -3
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts +13 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.js +158 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts +12 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.js +54 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.d.ts +14 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.js +32 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts +28 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.js +149 -0
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +1 -0
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts +1 -0
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +9 -1
- package/esm/internal/components/dialogs/userManagementDialogs/AddWorkspaceToSubjects.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/AddWorkspaceToSubjects.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/AddWorkspaceToSubjects.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.d.ts +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.js +3 -5
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.d.ts +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.d.ts +3 -0
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.js +33 -5
- package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
- package/esm/internal/constants/supportedProperties.js +1 -0
- package/esm/internal/translations/de-DE.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/de-DE.localization-bundle.js +12 -1
- package/esm/internal/translations/en-AU.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-AU.localization-bundle.js +12 -1
- package/esm/internal/translations/en-GB.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-GB.localization-bundle.js +12 -1
- package/esm/internal/translations/en-US.localization-bundle.d.ts +168 -0
- package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.js +168 -0
- package/esm/internal/translations/es-419.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/es-419.localization-bundle.js +12 -1
- package/esm/internal/translations/es-ES.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/es-ES.localization-bundle.js +12 -1
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fi-FI.localization-bundle.js +12 -1
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-CA.localization-bundle.js +12 -1
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-FR.localization-bundle.js +12 -1
- package/esm/internal/translations/id-ID.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/id-ID.localization-bundle.js +12 -1
- package/esm/internal/translations/it-IT.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/it-IT.localization-bundle.js +12 -1
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ja-JP.localization-bundle.js +12 -1
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ko-KR.localization-bundle.js +12 -1
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/nl-NL.localization-bundle.js +12 -1
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pl-PL.localization-bundle.js +12 -1
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-BR.localization-bundle.js +12 -1
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-PT.localization-bundle.js +12 -1
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ru-RU.localization-bundle.js +12 -1
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/sl-SI.localization-bundle.js +12 -1
- package/esm/internal/translations/th-TH.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/th-TH.localization-bundle.js +12 -1
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/tr-TR.localization-bundle.js +12 -1
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/uk-UA.localization-bundle.js +12 -1
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/vi-VN.localization-bundle.js +12 -1
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-HK.localization-bundle.js +12 -1
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hans.localization-bundle.js +12 -1
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hant.localization-bundle.js +12 -1
- package/esm/internal/utils/propertiesHelper.d.ts +2 -1
- package/esm/internal/utils/propertiesHelper.d.ts.map +1 -1
- package/esm/internal/utils/propertiesHelper.js +3 -0
- package/esm/locales.d.ts +79 -0
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +46 -0
- package/esm/sdk-ui-ext.d.ts +0 -3
- package/package.json +21 -21
- package/styles/css/main.css +238 -0
- package/styles/css/main.css.map +1 -1
- package/styles/internal/css/conditional_formatting.css +239 -0
- package/styles/internal/css/conditional_formatting.css.map +1 -0
- package/styles/internal/css/config_panel.css +5 -0
- package/styles/internal/css/config_panel.css.map +1 -1
- package/styles/internal/scss/conditional_formatting.scss +269 -0
- package/styles/internal/scss/config_panel.scss +11 -0
- package/styles/scss/main.scss +1 -0
package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
// (C) 2025-2026 GoodData Corporation
|
|
3
3
|
import { cloneDeep, isEmpty, isEqual } from "lodash-es";
|
|
4
4
|
import { bucketAttributes, bucketMeasures, insightBucket, insightBuckets, insightFilters, insightHasDataDefined, insightProperties, insightSanitize, insightSorts, } from "@gooddata/sdk-model";
|
|
5
|
-
import { BucketNames, VisualizationTypes } from "@gooddata/sdk-ui";
|
|
5
|
+
import { BucketNames, VisualizationTypes, } from "@gooddata/sdk-ui";
|
|
6
6
|
import { CorePivotTableNext, } from "@gooddata/sdk-ui-pivot/next";
|
|
7
7
|
import { METRIC } from "../../../constants/bucket.js";
|
|
8
8
|
import { DASHBOARDS_ENVIRONMENT } from "../../../constants/properties.js";
|
|
@@ -11,8 +11,9 @@ import { configureOverTimeComparison, configurePercent } from "../../../utils/bu
|
|
|
11
11
|
import { getAllItemsByType, getTotalsFromBucket, limitNumberOfMeasuresInBuckets, removeDuplicateBucketItems, sanitizeFilters, } from "../../../utils/bucketHelper.js";
|
|
12
12
|
import { isSetColumnHeadersPositionToLeftAllowed } from "../../../utils/controlsHelper.js";
|
|
13
13
|
import { generateDimensions } from "../../../utils/dimensions.js";
|
|
14
|
-
import { getColumnHeadersPositionFromProperties, getColumnWidthsFromProperties, getGrandTotalsPositionFromProperties, getMeasureGroupDimensionFromProperties, getPageSizeFromProperties, getPaginationFromProperties, getPivotTableProperties, getReferencePointWithSupportedProperties, getSupportedPropertiesControls, getTextWrappingFromProperties, } from "../../../utils/propertiesHelper.js";
|
|
14
|
+
import { getColumnHeadersPositionFromProperties, getColumnWidthsFromProperties, getConditionalFormattingFromProperties, getGrandTotalsPositionFromProperties, getMeasureGroupDimensionFromProperties, getPageSizeFromProperties, getPaginationFromProperties, getPivotTableProperties, getReferencePointWithSupportedProperties, getSupportedPropertiesControls, getTextWrappingFromProperties, } from "../../../utils/propertiesHelper.js";
|
|
15
15
|
import { getPivotTableNextDefaultUiConfig, getPivotTableNextMeasuresLimit, setPivotTableNextUiConfig, } from "../../../utils/uiConfigHelpers/pivotTableNextUiConfigHelper.js";
|
|
16
|
+
import { buildTitlesByLocalId } from "../../configurationControls/conditionalFormatting/conditionalFormattingModel.js";
|
|
16
17
|
import { PivotTableConfigurationPanel } from "../../configurationPanels/PivotTableConfigurationPanel.js";
|
|
17
18
|
import { AbstractPluggableVisualization } from "../AbstractPluggableVisualization.js";
|
|
18
19
|
import { addIntersectionFiltersToInsight, modifyBucketsAttributesForDrillDown, sanitizeTableProperties, } from "../drillDownUtil.js";
|
|
@@ -53,6 +54,9 @@ export class PluggablePivotTableNext extends AbstractPluggableVisualization {
|
|
|
53
54
|
settings;
|
|
54
55
|
backendCapabilities;
|
|
55
56
|
environment;
|
|
57
|
+
// Resolved from the data view (attribute titles aren't on the insight). Populated on data view;
|
|
58
|
+
// the config panel re-renders on load completion and reads it.
|
|
59
|
+
titlesByLocalId = {};
|
|
56
60
|
constructor(props) {
|
|
57
61
|
super(props);
|
|
58
62
|
this.environment = props.environment;
|
|
@@ -171,6 +175,22 @@ export class PluggablePivotTableNext extends AbstractPluggableVisualization {
|
|
|
171
175
|
initialProperties,
|
|
172
176
|
});
|
|
173
177
|
}
|
|
178
|
+
// Capture data-view column titles (notably attribute names, absent from the insight). On initial
|
|
179
|
+
// load this fires *after* onLoadingChanged(false) has already re-rendered the panel, so re-render
|
|
180
|
+
// it here to surface the resolved titles instead of leaving fallback names until the next render.
|
|
181
|
+
handleDataView = (dataView) => {
|
|
182
|
+
this.onDataView(dataView);
|
|
183
|
+
this.titlesByLocalId = buildTitlesByLocalId(dataView);
|
|
184
|
+
this.renderConfigurationPanel(this.currentInsight, this.currentOptions);
|
|
185
|
+
};
|
|
186
|
+
// A new execution (e.g. the insight's columns changed) begins with isLoading=true; drop stale
|
|
187
|
+
// titles so the config panel never shows a previous insight's names. handleDataView repopulates.
|
|
188
|
+
handleLoadingChanged = (loadingState) => {
|
|
189
|
+
if (loadingState.isLoading) {
|
|
190
|
+
this.titlesByLocalId = {};
|
|
191
|
+
}
|
|
192
|
+
this.onLoadingChanged(loadingState);
|
|
193
|
+
};
|
|
174
194
|
createCorePivotTableProps = () => {
|
|
175
195
|
return {
|
|
176
196
|
intl: this.intl,
|
|
@@ -178,11 +198,11 @@ export class PluggablePivotTableNext extends AbstractPluggableVisualization {
|
|
|
178
198
|
LoadingComponent: null,
|
|
179
199
|
onDrill: this.onDrill,
|
|
180
200
|
afterRender: this.afterRender,
|
|
181
|
-
onLoadingChanged: this.
|
|
201
|
+
onLoadingChanged: this.handleLoadingChanged,
|
|
182
202
|
pushData: this.handlePushData,
|
|
183
203
|
onError: this.onError,
|
|
184
204
|
onExportReady: this.onExportReady,
|
|
185
|
-
onDataView: this.
|
|
205
|
+
onDataView: this.handleDataView,
|
|
186
206
|
onColumnResized: this.onColumnResized,
|
|
187
207
|
};
|
|
188
208
|
};
|
|
@@ -232,6 +252,7 @@ export class PluggablePivotTableNext extends AbstractPluggableVisualization {
|
|
|
232
252
|
const growToFit = this.environment === DASHBOARDS_ENVIRONMENT;
|
|
233
253
|
const isInEditMode = config?.isInEditMode;
|
|
234
254
|
const pagination = getPaginationFromProperties(insightProperties(insight));
|
|
255
|
+
const enableConditionalFormatting = this.settings.enableConditionalFormatting ?? false;
|
|
235
256
|
const tableConfig = {
|
|
236
257
|
...createPivotTableNextConfig(config, this.environment, this.settings),
|
|
237
258
|
...customVisualizationConfig,
|
|
@@ -248,6 +269,13 @@ export class PluggablePivotTableNext extends AbstractPluggableVisualization {
|
|
|
248
269
|
grandTotalsPosition: getGrandTotalsPositionFromProperties(insightProperties(insight)),
|
|
249
270
|
pagination,
|
|
250
271
|
enableCellSelection: !isInEditMode,
|
|
272
|
+
// Gated behind the feature flag: when disabled, never pass any CF config so an insight
|
|
273
|
+
// saved with rules (or a runtime InsightView config) renders plain, with no UI to edit it.
|
|
274
|
+
// Prefer a runtime config (InsightView config prop) over the insight's saved rules.
|
|
275
|
+
conditionalFormatting: enableConditionalFormatting
|
|
276
|
+
? (customVisualizationConfig?.conditionalFormatting ??
|
|
277
|
+
getConditionalFormattingFromProperties(insightProperties(insight)))
|
|
278
|
+
: undefined,
|
|
251
279
|
};
|
|
252
280
|
// Only pass pageSize when pagination is enabled
|
|
253
281
|
const pageSize = getPageSizeFromProperties(insightProperties(insight));
|
|
@@ -274,7 +302,7 @@ export class PluggablePivotTableNext extends AbstractPluggableVisualization {
|
|
|
274
302
|
const panelConfig = {
|
|
275
303
|
supportsAttributeHierarchies: this.backendCapabilities.supportsAttributeHierarchies,
|
|
276
304
|
};
|
|
277
|
-
this.renderFun(_jsx(PivotTableConfigurationPanel, { locale: this.locale, properties: this.visualizationProperties, propertiesMeta: this.propertiesMeta, insight: insight, pushData: this.handlePushData, isError: this.getIsError(), isLoading: this.isLoading, featureFlags: this.settings, panelConfig: panelConfig, configurationPanelRenderers: options.custom?.configurationPanelRenderers }), configPanelElement);
|
|
305
|
+
this.renderFun(_jsx(PivotTableConfigurationPanel, { locale: this.locale, properties: this.visualizationProperties, propertiesMeta: this.propertiesMeta, insight: insight, titlesByLocalId: this.titlesByLocalId, pushData: this.handlePushData, isError: this.getIsError(), isLoading: this.isLoading, featureFlags: this.settings, panelConfig: panelConfig, configurationPanelRenderers: options.custom?.configurationPanelRenderers }), configPanelElement);
|
|
278
306
|
}
|
|
279
307
|
}
|
|
280
308
|
getDimensions(insight, customVisualizationConfig) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supportedProperties.d.ts","sourceRoot":"","sources":["../../../src/internal/constants/supportedProperties.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAuEpF,eAAO,MAAM,4BAA4B,UAA8C,CAAC;AAIxF,eAAO,MAAM,+BAA+B,UAM3C,CAAC;AAEF,eAAO,MAAM,+BAA+B,UAO3C,CAAC;AAEF,eAAO,MAAM,iCAAiC;;CAe7C,CAAC;AAEF,eAAO,MAAM,+BAA+B;;CA8B3C,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAa5C,CAAC;AAEF,eAAO,MAAM,8BAA8B;;CAuB1C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;CAqC5C,CAAC;AAEF,eAAO,MAAM,iCAAiC,UAyB7C,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAkC5C,CAAC;AAEF,eAAO,MAAM,6BAA6B,UAczC,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAe5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAcxC,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAwBxC,CAAC;AAEF,eAAO,MAAM,iCAAiC,UA4B7C,CAAC;AAEF,eAAO,MAAM,+BAA+B,UAwB3C,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC,UAGhD,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAiBxC,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAW5C,CAAC;AAEF,eAAO,MAAM,qCAAqC,
|
|
1
|
+
{"version":3,"file":"supportedProperties.d.ts","sourceRoot":"","sources":["../../../src/internal/constants/supportedProperties.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAuEpF,eAAO,MAAM,4BAA4B,UAA8C,CAAC;AAIxF,eAAO,MAAM,+BAA+B,UAM3C,CAAC;AAEF,eAAO,MAAM,+BAA+B,UAO3C,CAAC;AAEF,eAAO,MAAM,iCAAiC;;CAe7C,CAAC;AAEF,eAAO,MAAM,+BAA+B;;CA8B3C,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAa5C,CAAC;AAEF,eAAO,MAAM,8BAA8B;;CAuB1C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;CAqC5C,CAAC;AAEF,eAAO,MAAM,iCAAiC,UAyB7C,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAkC5C,CAAC;AAEF,eAAO,MAAM,6BAA6B,UAczC,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAe5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAcxC,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAwBxC,CAAC;AAEF,eAAO,MAAM,iCAAiC,UA4B7C,CAAC;AAEF,eAAO,MAAM,+BAA+B,UAwB3C,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC,UAGhD,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAiBxC,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAW5C,CAAC;AAEF,eAAO,MAAM,qCAAqC,UAgBjD,CAAC;AAEF,eAAO,MAAM,iCAAiC,UAY7C,CAAC;AAWF,eAAO,MAAM,oCAAoC,UAQhD,CAAC;AAEF,eAAO,MAAM,kCAAkC,UAW9C,CAAC;AAEF,eAAO,MAAM,6BAA6B,UAMzC,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,yBAIjD,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,yBAS3D,CAAC"}
|
|
@@ -593,5 +593,16 @@ export declare const de_DE: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=de-DE.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const de_DE = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Aufsteigend",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Absteigend",
|
|
596
596
|
"insightPicker.menu.actions": "Aktionen",
|
|
597
|
-
"insightPicker.resetFilters": "Filter zurücksetzen"
|
|
597
|
+
"insightPicker.resetFilters": "Filter zurücksetzen",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Zugriff beschränken?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Dadurch wird der Zugriff auf die oben aufgeführten Personen und Gruppen beschränkt.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Workspace-weiten Zugriff gewähren?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Dadurch erhalten alle Workspace-Mitglieder Zugriff auf \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Bestätigen",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Zugriff hinzugefügt.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Zugriff aktualisiert.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Allgemeiner Zugriff aktualisiert.",
|
|
606
|
+
"objectShare.toast.error": "Zugriff konnte nicht aktualisiert werden.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Einiger Zugriff auf Beschriftungen konnte nicht gespeichert werden.",
|
|
608
|
+
"objectShare.loadError": "Freigabeeinstellungen konnten nicht geladen werden. Bitte schließen und erneut versuchen."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const en_AU: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=en-AU.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const en_AU = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Ascending",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Descending",
|
|
596
596
|
"insightPicker.menu.actions": "Actions",
|
|
597
|
-
"insightPicker.resetFilters": "Reset filters"
|
|
597
|
+
"insightPicker.resetFilters": "Reset filters",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Restrict access?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "This will restrict access to only the people and groups listed above.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Grant workspace-wide access?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "This will grant all workspace members access to \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Confirm",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Access added.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Access updated.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "General access updated.",
|
|
606
|
+
"objectShare.toast.error": "Access could not be updated.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Some label access could not be saved.",
|
|
608
|
+
"objectShare.loadError": "Sharing settings could not be loaded. Please close and try again."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const en_GB: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=en-GB.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const en_GB = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Ascending",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Descending",
|
|
596
596
|
"insightPicker.menu.actions": "Actions",
|
|
597
|
-
"insightPicker.resetFilters": "Reset filters"
|
|
597
|
+
"insightPicker.resetFilters": "Reset filters",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Restrict access?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "This will restrict access to only the people and groups listed above.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Grant workspace-wide access?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "This will grant all workspace members access to \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Confirm",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Access added.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Access updated.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "General access updated.",
|
|
606
|
+
"objectShare.toast.error": "Access could not be updated.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Some label access could not be saved.",
|
|
608
|
+
"objectShare.loadError": "Sharing settings could not be loaded. Please close and try again."
|
|
598
609
|
};
|
|
@@ -2419,5 +2419,173 @@ export declare const en_US: {
|
|
|
2419
2419
|
text: string;
|
|
2420
2420
|
crowdinContext: string;
|
|
2421
2421
|
};
|
|
2422
|
+
"properties.conditionalFormatting.title": {
|
|
2423
|
+
text: string;
|
|
2424
|
+
crowdinContext: string;
|
|
2425
|
+
};
|
|
2426
|
+
"properties.conditionalFormatting.empty": {
|
|
2427
|
+
text: string;
|
|
2428
|
+
crowdinContext: string;
|
|
2429
|
+
};
|
|
2430
|
+
"properties.conditionalFormatting.rulesLabel": {
|
|
2431
|
+
text: string;
|
|
2432
|
+
crowdinContext: string;
|
|
2433
|
+
};
|
|
2434
|
+
"properties.conditionalFormatting.addRule": {
|
|
2435
|
+
text: string;
|
|
2436
|
+
crowdinContext: string;
|
|
2437
|
+
};
|
|
2438
|
+
"properties.conditionalFormatting.rule.invalid": {
|
|
2439
|
+
text: string;
|
|
2440
|
+
crowdinContext: string;
|
|
2441
|
+
};
|
|
2442
|
+
"properties.conditionalFormatting.rule.edit": {
|
|
2443
|
+
text: string;
|
|
2444
|
+
crowdinContext: string;
|
|
2445
|
+
};
|
|
2446
|
+
"properties.conditionalFormatting.rule.delete": {
|
|
2447
|
+
text: string;
|
|
2448
|
+
crowdinContext: string;
|
|
2449
|
+
};
|
|
2450
|
+
"properties.conditionalFormatting.dialog.addTitle": {
|
|
2451
|
+
text: string;
|
|
2452
|
+
crowdinContext: string;
|
|
2453
|
+
};
|
|
2454
|
+
"properties.conditionalFormatting.dialog.editTitle": {
|
|
2455
|
+
text: string;
|
|
2456
|
+
crowdinContext: string;
|
|
2457
|
+
};
|
|
2458
|
+
"properties.conditionalFormatting.dialog.target": {
|
|
2459
|
+
text: string;
|
|
2460
|
+
crowdinContext: string;
|
|
2461
|
+
};
|
|
2462
|
+
"properties.conditionalFormatting.dialog.selectTarget": {
|
|
2463
|
+
text: string;
|
|
2464
|
+
crowdinContext: string;
|
|
2465
|
+
};
|
|
2466
|
+
"properties.conditionalFormatting.dialog.condition": {
|
|
2467
|
+
text: string;
|
|
2468
|
+
crowdinContext: string;
|
|
2469
|
+
};
|
|
2470
|
+
"properties.conditionalFormatting.dialog.format": {
|
|
2471
|
+
text: string;
|
|
2472
|
+
crowdinContext: string;
|
|
2473
|
+
};
|
|
2474
|
+
"properties.conditionalFormatting.dialog.addCondition": {
|
|
2475
|
+
text: string;
|
|
2476
|
+
crowdinContext: string;
|
|
2477
|
+
};
|
|
2478
|
+
"properties.conditionalFormatting.dialog.removeCondition": {
|
|
2479
|
+
text: string;
|
|
2480
|
+
crowdinContext: string;
|
|
2481
|
+
};
|
|
2482
|
+
"properties.conditionalFormatting.dialog.textColor": {
|
|
2483
|
+
text: string;
|
|
2484
|
+
crowdinContext: string;
|
|
2485
|
+
};
|
|
2486
|
+
"properties.conditionalFormatting.dialog.fillColor": {
|
|
2487
|
+
text: string;
|
|
2488
|
+
crowdinContext: string;
|
|
2489
|
+
};
|
|
2490
|
+
"properties.conditionalFormatting.dialog.noColor": {
|
|
2491
|
+
text: string;
|
|
2492
|
+
crowdinContext: string;
|
|
2493
|
+
};
|
|
2494
|
+
"properties.conditionalFormatting.dialog.scope.cell": {
|
|
2495
|
+
text: string;
|
|
2496
|
+
crowdinContext: string;
|
|
2497
|
+
};
|
|
2498
|
+
"properties.conditionalFormatting.dialog.scope.row": {
|
|
2499
|
+
text: string;
|
|
2500
|
+
crowdinContext: string;
|
|
2501
|
+
};
|
|
2502
|
+
"properties.conditionalFormatting.dialog.value": {
|
|
2503
|
+
text: string;
|
|
2504
|
+
crowdinContext: string;
|
|
2505
|
+
};
|
|
2506
|
+
"properties.conditionalFormatting.dialog.from": {
|
|
2507
|
+
text: string;
|
|
2508
|
+
crowdinContext: string;
|
|
2509
|
+
};
|
|
2510
|
+
"properties.conditionalFormatting.dialog.to": {
|
|
2511
|
+
text: string;
|
|
2512
|
+
crowdinContext: string;
|
|
2513
|
+
};
|
|
2514
|
+
"properties.conditionalFormatting.dialog.cancel": {
|
|
2515
|
+
text: string;
|
|
2516
|
+
crowdinContext: string;
|
|
2517
|
+
};
|
|
2518
|
+
"properties.conditionalFormatting.dialog.save": {
|
|
2519
|
+
text: string;
|
|
2520
|
+
crowdinContext: string;
|
|
2521
|
+
};
|
|
2522
|
+
"properties.conditionalFormatting.operator.all": {
|
|
2523
|
+
text: string;
|
|
2524
|
+
crowdinContext: string;
|
|
2525
|
+
};
|
|
2526
|
+
"properties.conditionalFormatting.operator.equalTo": {
|
|
2527
|
+
text: string;
|
|
2528
|
+
crowdinContext: string;
|
|
2529
|
+
};
|
|
2530
|
+
"properties.conditionalFormatting.operator.notEqualTo": {
|
|
2531
|
+
text: string;
|
|
2532
|
+
crowdinContext: string;
|
|
2533
|
+
};
|
|
2534
|
+
"properties.conditionalFormatting.operator.greaterThan": {
|
|
2535
|
+
text: string;
|
|
2536
|
+
crowdinContext: string;
|
|
2537
|
+
};
|
|
2538
|
+
"properties.conditionalFormatting.operator.greaterThanOrEqualTo": {
|
|
2539
|
+
text: string;
|
|
2540
|
+
crowdinContext: string;
|
|
2541
|
+
};
|
|
2542
|
+
"properties.conditionalFormatting.operator.lessThan": {
|
|
2543
|
+
text: string;
|
|
2544
|
+
crowdinContext: string;
|
|
2545
|
+
};
|
|
2546
|
+
"properties.conditionalFormatting.operator.lessThanOrEqualTo": {
|
|
2547
|
+
text: string;
|
|
2548
|
+
crowdinContext: string;
|
|
2549
|
+
};
|
|
2550
|
+
"properties.conditionalFormatting.operator.between": {
|
|
2551
|
+
text: string;
|
|
2552
|
+
crowdinContext: string;
|
|
2553
|
+
};
|
|
2554
|
+
"properties.conditionalFormatting.operator.notBetween": {
|
|
2555
|
+
text: string;
|
|
2556
|
+
crowdinContext: string;
|
|
2557
|
+
};
|
|
2558
|
+
"properties.conditionalFormatting.operator.contains": {
|
|
2559
|
+
text: string;
|
|
2560
|
+
crowdinContext: string;
|
|
2561
|
+
};
|
|
2562
|
+
"properties.conditionalFormatting.operator.notContains": {
|
|
2563
|
+
text: string;
|
|
2564
|
+
crowdinContext: string;
|
|
2565
|
+
};
|
|
2566
|
+
"properties.conditionalFormatting.operator.startsWith": {
|
|
2567
|
+
text: string;
|
|
2568
|
+
crowdinContext: string;
|
|
2569
|
+
};
|
|
2570
|
+
"properties.conditionalFormatting.operator.notStartsWith": {
|
|
2571
|
+
text: string;
|
|
2572
|
+
crowdinContext: string;
|
|
2573
|
+
};
|
|
2574
|
+
"properties.conditionalFormatting.operator.endsWith": {
|
|
2575
|
+
text: string;
|
|
2576
|
+
crowdinContext: string;
|
|
2577
|
+
};
|
|
2578
|
+
"properties.conditionalFormatting.operator.notEndsWith": {
|
|
2579
|
+
text: string;
|
|
2580
|
+
crowdinContext: string;
|
|
2581
|
+
};
|
|
2582
|
+
"properties.conditionalFormatting.operator.isEmpty": {
|
|
2583
|
+
text: string;
|
|
2584
|
+
crowdinContext: string;
|
|
2585
|
+
};
|
|
2586
|
+
"properties.conditionalFormatting.operator.isNotEmpty": {
|
|
2587
|
+
text: string;
|
|
2588
|
+
crowdinContext: string;
|
|
2589
|
+
};
|
|
2422
2590
|
};
|
|
2423
2591
|
//# sourceMappingURL=en-US.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6hFjB,CAAC"}
|
|
@@ -2420,5 +2420,173 @@ export const en_US = {
|
|
|
2420
2420
|
"objectShare.loadError": {
|
|
2421
2421
|
"text": "Sharing settings couldn't be loaded. Please close and try again.",
|
|
2422
2422
|
"crowdinContext": "Shown inside the share dialog when the object's access list failed to load, so the empty state isn't mistaken for a real policy."
|
|
2423
|
+
},
|
|
2424
|
+
"properties.conditionalFormatting.title": {
|
|
2425
|
+
"text": "Conditional formatting",
|
|
2426
|
+
"crowdinContext": "Title of the table conditional-formatting configuration section."
|
|
2427
|
+
},
|
|
2428
|
+
"properties.conditionalFormatting.empty": {
|
|
2429
|
+
"text": "Highlight cells or rows that match a rule.",
|
|
2430
|
+
"crowdinContext": "Empty-state hint shown before any conditional-formatting rule is added."
|
|
2431
|
+
},
|
|
2432
|
+
"properties.conditionalFormatting.rulesLabel": {
|
|
2433
|
+
"text": "Rules",
|
|
2434
|
+
"crowdinContext": "Uppercase subsection label above the list of conditional-formatting rules."
|
|
2435
|
+
},
|
|
2436
|
+
"properties.conditionalFormatting.addRule": {
|
|
2437
|
+
"text": "Add",
|
|
2438
|
+
"crowdinContext": "Button (in the Rules subsection header) that opens the dialog to create a new conditional-formatting rule."
|
|
2439
|
+
},
|
|
2440
|
+
"properties.conditionalFormatting.rule.invalid": {
|
|
2441
|
+
"text": "Column not found",
|
|
2442
|
+
"crowdinContext": "Badge on a rule whose target column is no longer present on the insight."
|
|
2443
|
+
},
|
|
2444
|
+
"properties.conditionalFormatting.rule.edit": {
|
|
2445
|
+
"text": "Edit rule",
|
|
2446
|
+
"crowdinContext": "Accessible label for the button that edits a conditional-formatting rule."
|
|
2447
|
+
},
|
|
2448
|
+
"properties.conditionalFormatting.rule.delete": {
|
|
2449
|
+
"text": "Delete rule",
|
|
2450
|
+
"crowdinContext": "Accessible label for the button that deletes a conditional-formatting rule."
|
|
2451
|
+
},
|
|
2452
|
+
"properties.conditionalFormatting.dialog.addTitle": {
|
|
2453
|
+
"text": "Add rule",
|
|
2454
|
+
"crowdinContext": "Headline of the dialog when creating a new conditional-formatting rule."
|
|
2455
|
+
},
|
|
2456
|
+
"properties.conditionalFormatting.dialog.editTitle": {
|
|
2457
|
+
"text": "Edit rule",
|
|
2458
|
+
"crowdinContext": "Headline of the dialog when editing an existing conditional-formatting rule."
|
|
2459
|
+
},
|
|
2460
|
+
"properties.conditionalFormatting.dialog.target": {
|
|
2461
|
+
"text": "When",
|
|
2462
|
+
"crowdinContext": "Label above the dropdown selecting which measure or attribute a rule targets."
|
|
2463
|
+
},
|
|
2464
|
+
"properties.conditionalFormatting.dialog.selectTarget": {
|
|
2465
|
+
"text": "Select a measure or attribute",
|
|
2466
|
+
"crowdinContext": "Placeholder for the target dropdown before a measure or attribute is chosen."
|
|
2467
|
+
},
|
|
2468
|
+
"properties.conditionalFormatting.dialog.condition": {
|
|
2469
|
+
"text": "Condition",
|
|
2470
|
+
"crowdinContext": "Header label of a single condition block in the rule editor."
|
|
2471
|
+
},
|
|
2472
|
+
"properties.conditionalFormatting.dialog.format": {
|
|
2473
|
+
"text": "Format",
|
|
2474
|
+
"crowdinContext": "Label for the color/scope formatting controls of a condition."
|
|
2475
|
+
},
|
|
2476
|
+
"properties.conditionalFormatting.dialog.addCondition": {
|
|
2477
|
+
"text": "Add condition",
|
|
2478
|
+
"crowdinContext": "Button that appends another condition to the rule being edited."
|
|
2479
|
+
},
|
|
2480
|
+
"properties.conditionalFormatting.dialog.removeCondition": {
|
|
2481
|
+
"text": "Remove condition",
|
|
2482
|
+
"crowdinContext": "Accessible label for the button that removes a condition from a rule."
|
|
2483
|
+
},
|
|
2484
|
+
"properties.conditionalFormatting.dialog.textColor": {
|
|
2485
|
+
"text": "Text",
|
|
2486
|
+
"crowdinContext": "Label for the text (font) color picker of a condition."
|
|
2487
|
+
},
|
|
2488
|
+
"properties.conditionalFormatting.dialog.fillColor": {
|
|
2489
|
+
"text": "Fill",
|
|
2490
|
+
"crowdinContext": "Label for the background (fill) color picker of a condition."
|
|
2491
|
+
},
|
|
2492
|
+
"properties.conditionalFormatting.dialog.noColor": {
|
|
2493
|
+
"text": "No color",
|
|
2494
|
+
"crowdinContext": "Accessibility label for the swatch that clears a condition's color (transparent)."
|
|
2495
|
+
},
|
|
2496
|
+
"properties.conditionalFormatting.dialog.scope.cell": {
|
|
2497
|
+
"text": "Cell",
|
|
2498
|
+
"crowdinContext": "Option to apply a condition's format to the matched cell only."
|
|
2499
|
+
},
|
|
2500
|
+
"properties.conditionalFormatting.dialog.scope.row": {
|
|
2501
|
+
"text": "Row",
|
|
2502
|
+
"crowdinContext": "Option to apply a condition's format to the whole matched row."
|
|
2503
|
+
},
|
|
2504
|
+
"properties.conditionalFormatting.dialog.value": {
|
|
2505
|
+
"text": "Value",
|
|
2506
|
+
"crowdinContext": "Placeholder for a condition's threshold value input."
|
|
2507
|
+
},
|
|
2508
|
+
"properties.conditionalFormatting.dialog.from": {
|
|
2509
|
+
"text": "From",
|
|
2510
|
+
"crowdinContext": "Placeholder for the lower bound of a between/not-between condition."
|
|
2511
|
+
},
|
|
2512
|
+
"properties.conditionalFormatting.dialog.to": {
|
|
2513
|
+
"text": "To",
|
|
2514
|
+
"crowdinContext": "Placeholder for the upper bound of a between/not-between condition."
|
|
2515
|
+
},
|
|
2516
|
+
"properties.conditionalFormatting.dialog.cancel": {
|
|
2517
|
+
"text": "Cancel",
|
|
2518
|
+
"crowdinContext": "Button that discards changes in the conditional-formatting rule dialog."
|
|
2519
|
+
},
|
|
2520
|
+
"properties.conditionalFormatting.dialog.save": {
|
|
2521
|
+
"text": "Save",
|
|
2522
|
+
"crowdinContext": "Button that saves the conditional-formatting rule being edited."
|
|
2523
|
+
},
|
|
2524
|
+
"properties.conditionalFormatting.operator.all": {
|
|
2525
|
+
"text": "All values",
|
|
2526
|
+
"crowdinContext": "Conditional-formatting operator that always matches."
|
|
2527
|
+
},
|
|
2528
|
+
"properties.conditionalFormatting.operator.equalTo": {
|
|
2529
|
+
"text": "Equal to",
|
|
2530
|
+
"crowdinContext": "Conditional-formatting comparison operator."
|
|
2531
|
+
},
|
|
2532
|
+
"properties.conditionalFormatting.operator.notEqualTo": {
|
|
2533
|
+
"text": "Not equal to",
|
|
2534
|
+
"crowdinContext": "Conditional-formatting comparison operator."
|
|
2535
|
+
},
|
|
2536
|
+
"properties.conditionalFormatting.operator.greaterThan": {
|
|
2537
|
+
"text": "Greater than",
|
|
2538
|
+
"crowdinContext": "Conditional-formatting numeric operator."
|
|
2539
|
+
},
|
|
2540
|
+
"properties.conditionalFormatting.operator.greaterThanOrEqualTo": {
|
|
2541
|
+
"text": "Greater than or equal to",
|
|
2542
|
+
"crowdinContext": "Conditional-formatting numeric operator."
|
|
2543
|
+
},
|
|
2544
|
+
"properties.conditionalFormatting.operator.lessThan": {
|
|
2545
|
+
"text": "Less than",
|
|
2546
|
+
"crowdinContext": "Conditional-formatting numeric operator."
|
|
2547
|
+
},
|
|
2548
|
+
"properties.conditionalFormatting.operator.lessThanOrEqualTo": {
|
|
2549
|
+
"text": "Less than or equal to",
|
|
2550
|
+
"crowdinContext": "Conditional-formatting numeric operator."
|
|
2551
|
+
},
|
|
2552
|
+
"properties.conditionalFormatting.operator.between": {
|
|
2553
|
+
"text": "Between",
|
|
2554
|
+
"crowdinContext": "Conditional-formatting numeric range operator."
|
|
2555
|
+
},
|
|
2556
|
+
"properties.conditionalFormatting.operator.notBetween": {
|
|
2557
|
+
"text": "Not between",
|
|
2558
|
+
"crowdinContext": "Conditional-formatting numeric range operator."
|
|
2559
|
+
},
|
|
2560
|
+
"properties.conditionalFormatting.operator.contains": {
|
|
2561
|
+
"text": "Contains",
|
|
2562
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2563
|
+
},
|
|
2564
|
+
"properties.conditionalFormatting.operator.notContains": {
|
|
2565
|
+
"text": "Does not contain",
|
|
2566
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2567
|
+
},
|
|
2568
|
+
"properties.conditionalFormatting.operator.startsWith": {
|
|
2569
|
+
"text": "Starts with",
|
|
2570
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2571
|
+
},
|
|
2572
|
+
"properties.conditionalFormatting.operator.notStartsWith": {
|
|
2573
|
+
"text": "Does not start with",
|
|
2574
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2575
|
+
},
|
|
2576
|
+
"properties.conditionalFormatting.operator.endsWith": {
|
|
2577
|
+
"text": "Ends with",
|
|
2578
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2579
|
+
},
|
|
2580
|
+
"properties.conditionalFormatting.operator.notEndsWith": {
|
|
2581
|
+
"text": "Does not end with",
|
|
2582
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2583
|
+
},
|
|
2584
|
+
"properties.conditionalFormatting.operator.isEmpty": {
|
|
2585
|
+
"text": "Is empty",
|
|
2586
|
+
"crowdinContext": "Conditional-formatting operator matching empty cells."
|
|
2587
|
+
},
|
|
2588
|
+
"properties.conditionalFormatting.operator.isNotEmpty": {
|
|
2589
|
+
"text": "Is not empty",
|
|
2590
|
+
"crowdinContext": "Conditional-formatting operator matching non-empty cells."
|
|
2423
2591
|
}
|
|
2424
2592
|
};
|
|
@@ -593,5 +593,16 @@ export declare const es_419: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=es-419.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBlB,CAAC"}
|