@gooddata/sdk-ui-ext 11.43.0-alpha.1 → 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/index.d.ts +4 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- 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/configurationControls/customTooltip/CustomTooltipSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.js +3 -2
- 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 +212 -0
- package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.js +212 -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 +274 -3
- package/esm/share/ObjectShareDialog.d.ts +67 -0
- package/esm/share/ObjectShareDialog.d.ts.map +1 -0
- package/esm/share/ObjectShareDialog.js +102 -0
- package/esm/share/accessSummary.d.ts +20 -0
- package/esm/share/accessSummary.d.ts.map +1 -0
- package/esm/share/accessSummary.js +26 -0
- package/esm/share/messages.d.ts +44 -0
- package/esm/share/messages.d.ts.map +1 -0
- package/esm/share/messages.js +23 -0
- package/esm/share/objectShareController.helpers.d.ts +80 -0
- package/esm/share/objectShareController.helpers.d.ts.map +1 -0
- package/esm/share/objectShareController.helpers.js +152 -0
- package/esm/share/objectShareController.types.d.ts +110 -0
- package/esm/share/objectShareController.types.d.ts.map +1 -0
- package/esm/share/objectShareController.types.js +2 -0
- package/esm/share/types.d.ts +47 -0
- package/esm/share/types.d.ts.map +1 -0
- package/esm/share/types.js +2 -0
- package/esm/share/useAccessList.d.ts +51 -0
- package/esm/share/useAccessList.d.ts.map +1 -0
- package/esm/share/useAccessList.js +263 -0
- package/esm/share/useLabelScope.d.ts +54 -0
- package/esm/share/useLabelScope.d.ts.map +1 -0
- package/esm/share/useLabelScope.js +160 -0
- package/esm/share/useObjectShare.d.ts +50 -0
- package/esm/share/useObjectShare.d.ts.map +1 -0
- package/esm/share/useObjectShare.js +17 -0
- package/esm/share/useObjectShareController.d.ts +24 -0
- package/esm/share/useObjectShareController.d.ts.map +1 -0
- package/esm/share/useObjectShareController.js +347 -0
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PluggablePivotTableNext.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.tsx"],"names":[],"mappings":"AAIA,OAAO,EAA6B,KAAK,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9F,OAAO,EACH,KAAK,UAAU,EACf,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,SAAS,EAWjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,
|
|
1
|
+
{"version":3,"file":"PluggablePivotTableNext.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.tsx"],"names":[],"mappings":"AAIA,OAAO,EAA6B,KAAK,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9F,OAAO,EACH,KAAK,UAAU,EACf,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,SAAS,EAWjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAIH,KAAK,wBAAwB,EAEhC,MAAM,kBAAkB,CAAC;AAM1B,OAAO,EAIH,KAAK,oBAAoB,EAC5B,MAAM,6BAA6B,CAAC;AAKrC,OAAO,EAEH,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,UAAU,EACf,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,SAAS,EACd,KAAK,wBAAwB,EAGhC,MAAM,sCAAsC,CAAC;AA+B9C,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAiBtF,wBAAgB,0BAA0B,CACtC,MAAM,EAAE,UAAU,EAClB,WAAW,EAAE,wBAAwB,EACrC,QAAQ,EAAE,SAAS,GACpB,oBAAoB,CAqBtB;AAED;;;;;GAKG;AACH,qBAAa,uBAAwB,SAAQ,8BAA8B;IACvE,OAAO,CAAC,SAAS,CAAiB;IAClC,OAAO,CAAC,UAAU,CAAkB;IACpC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAY;IACrC,OAAO,CAAC,mBAAmB,CAAuB;IAClD,OAAO,CAAC,WAAW,CAAuC;IAG1D,OAAO,CAAC,eAAe,CAA8B;IAErD,YAAY,KAAK,EAAE,aAAa,EAa/B;IAEM,OAAO,IAAI,IAAI,CAErB;IAEM,yBAAyB,CAC5B,cAAc,EAAE,eAAe,EAC/B,sBAAsB,CAAC,EAAE,eAAe,GACzC,OAAO,CAAC,uBAAuB,CAAC,CA8GlC;IAEe,8BAA8B,CAC1C,mBAAmB,EAAE,QAAQ,EAC7B,gBAAgB,EAAE,iBAAiB,EACnC,0BAA0B,EAAE,OAAO,GACpC,QAAQ,CAWV;IAED,OAAO,CAAC,kBAAkB;IAInB,YAAY,CACf,OAAO,EAAE,SAAS,EAClB,OAAO,EAAE,kBAAkB,EAC3B,gBAAgB,EAAE,iBAAiB,0DActC;IAED,SAAS,CAAC,oBAAoB,CAAC,uBAAuB,EAAE,wBAAwB,GAAG,IAAI,CActF;IAKD,OAAO,CAAC,cAAc,CAIpB;IAIF,OAAO,CAAC,oBAAoB,CAK1B;IAEF,OAAO,CAAC,yBAAyB,CAe/B;IAEF,UAAmB,wBAAwB,CACvC,OAAO,EAAE,SAAS,EAClB,OAAO,EAAE,kBAAkB,EAC3B,qBAAqB,EAAE,GAAG,GAC3B,IAAI,CASN;IAED,UAAmB,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAOzE;IAED,SAAS,CAAC,mBAAmB,CACzB,OAAO,EAAE,SAAS,EAClB,OAAO,EAAE,kBAAkB,EAC3B,gBAAgB,EAAE,iBAAiB,GACpC,IAAI,CAmFN;IAED,SAAS,CAAC,wBAAwB,CAAC,OAAO,EAAE,kBAAkB,EAAE,OAAO,EAAE,SAAS,GAAG,IAAI,CAyBxF;IAED,SAAS,CAAC,aAAa,CAAC,OAAO,EAAE,kBAAkB,EAAE,yBAAyB,CAAC,EAAE,GAAG,GAAG,UAAU,EAAE,CAElG;IAED,OAAO,CAAC,wBAAwB;IAYhC,OAAO,CAAC,oBAAoB;IA8B5B,OAAO,CAAC,eAAe;IAavB,OAAO,CAAC,cAAc;CAmCzB"}
|
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
|
};
|
|
@@ -2375,5 +2375,217 @@ export declare const en_US: {
|
|
|
2375
2375
|
text: string;
|
|
2376
2376
|
crowdinContext: string;
|
|
2377
2377
|
};
|
|
2378
|
+
"objectShare.confirm.restrict.title": {
|
|
2379
|
+
text: string;
|
|
2380
|
+
crowdinContext: string;
|
|
2381
|
+
};
|
|
2382
|
+
"objectShare.confirm.restrict.description": {
|
|
2383
|
+
text: string;
|
|
2384
|
+
crowdinContext: string;
|
|
2385
|
+
};
|
|
2386
|
+
"objectShare.confirm.grantWorkspace.title": {
|
|
2387
|
+
text: string;
|
|
2388
|
+
crowdinContext: string;
|
|
2389
|
+
};
|
|
2390
|
+
"objectShare.confirm.grantWorkspace.description": {
|
|
2391
|
+
text: string;
|
|
2392
|
+
crowdinContext: string;
|
|
2393
|
+
};
|
|
2394
|
+
"objectShare.confirm.button": {
|
|
2395
|
+
text: string;
|
|
2396
|
+
crowdinContext: string;
|
|
2397
|
+
};
|
|
2398
|
+
"objectShare.toast.granteeAdded": {
|
|
2399
|
+
text: string;
|
|
2400
|
+
crowdinContext: string;
|
|
2401
|
+
};
|
|
2402
|
+
"objectShare.toast.accessUpdated": {
|
|
2403
|
+
text: string;
|
|
2404
|
+
crowdinContext: string;
|
|
2405
|
+
};
|
|
2406
|
+
"objectShare.toast.generalAccessUpdated": {
|
|
2407
|
+
text: string;
|
|
2408
|
+
crowdinContext: string;
|
|
2409
|
+
};
|
|
2410
|
+
"objectShare.toast.error": {
|
|
2411
|
+
text: string;
|
|
2412
|
+
crowdinContext: string;
|
|
2413
|
+
};
|
|
2414
|
+
"objectShare.toast.labelScopePartial": {
|
|
2415
|
+
text: string;
|
|
2416
|
+
crowdinContext: string;
|
|
2417
|
+
};
|
|
2418
|
+
"objectShare.loadError": {
|
|
2419
|
+
text: string;
|
|
2420
|
+
crowdinContext: string;
|
|
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
|
+
};
|
|
2378
2590
|
};
|
|
2379
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"}
|