@gooddata/sdk-ui 8.10.0-alpha.7 → 8.10.0-alpha.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base/errors/GoodDataSdkError.d.ts +4 -1
- package/dist/base/errors/GoodDataSdkError.d.ts.map +1 -1
- package/dist/base/errors/GoodDataSdkError.js +5 -2
- package/dist/base/errors/GoodDataSdkError.js.map +1 -1
- package/dist/base/errors/errorHandling.d.ts +5 -3
- package/dist/base/errors/errorHandling.d.ts.map +1 -1
- package/dist/base/errors/errorHandling.js +6 -4
- package/dist/base/errors/errorHandling.js.map +1 -1
- package/dist/base/headerMatching/HeaderPredicate.d.ts +5 -1
- package/dist/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
- package/dist/base/headerMatching/HeaderPredicate.js.map +1 -1
- package/dist/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
- package/dist/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
- package/dist/base/headerMatching/HeaderPredicateFactory.js +14 -33
- package/dist/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
- package/dist/base/headerMatching/MappingHeader.d.ts +3 -1
- package/dist/base/headerMatching/MappingHeader.d.ts.map +1 -1
- package/dist/base/headerMatching/MappingHeader.js +13 -13
- package/dist/base/headerMatching/MappingHeader.js.map +1 -1
- package/dist/base/helpers/CatalogHelper.d.ts +5 -3
- package/dist/base/helpers/CatalogHelper.d.ts.map +1 -1
- package/dist/base/helpers/CatalogHelper.js +5 -3
- package/dist/base/helpers/CatalogHelper.js.map +1 -1
- package/dist/base/index.d.ts +2 -2
- package/dist/base/index.d.ts.map +1 -1
- package/dist/base/index.js +2 -1
- package/dist/base/index.js.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/dist/base/localization/bundles/de-DE.json +40 -3
- package/dist/base/localization/bundles/en-US.json +194 -9
- package/dist/base/localization/bundles/es-ES.json +49 -12
- package/dist/base/localization/bundles/fr-FR.json +39 -2
- package/dist/base/localization/bundles/ja-JP.json +40 -2
- package/dist/base/localization/bundles/nl-NL.json +39 -2
- package/dist/base/localization/bundles/pt-BR.json +39 -2
- package/dist/base/localization/bundles/pt-PT.json +39 -2
- package/dist/base/localization/bundles/ru-RU.json +39 -2
- package/dist/base/localization/bundles/zh-Hans.json +40 -3
- package/dist/base/react/BackendContext.d.ts +7 -3
- package/dist/base/react/BackendContext.d.ts.map +1 -1
- package/dist/base/react/BackendContext.js +8 -4
- package/dist/base/react/BackendContext.js.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -3
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
- package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/interfaces.js +1 -1
- package/dist/base/react/ErrorComponent.d.ts +4 -2
- package/dist/base/react/ErrorComponent.d.ts.map +1 -1
- package/dist/base/react/ErrorComponent.js +5 -3
- package/dist/base/react/ErrorComponent.js.map +1 -1
- package/dist/base/react/LoadingComponent.d.ts +4 -2
- package/dist/base/react/LoadingComponent.d.ts.map +1 -1
- package/dist/base/react/LoadingComponent.js +5 -3
- package/dist/base/react/LoadingComponent.js.map +1 -1
- package/dist/base/react/WorkspaceContext.d.ts +7 -3
- package/dist/base/react/WorkspaceContext.d.ts.map +1 -1
- package/dist/base/react/WorkspaceContext.js +8 -4
- package/dist/base/react/WorkspaceContext.js.map +1 -1
- package/dist/base/react/legacy/availableDrillTargets.d.ts +1 -1
- package/dist/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
- package/dist/base/react/legacy/availableDrillTargets.js +1 -1
- package/dist/base/react/legacy/availableDrillTargets.js.map +1 -1
- package/dist/base/react/placeholders/base.d.ts +76 -42
- package/dist/base/react/placeholders/base.d.ts.map +1 -1
- package/dist/base/react/placeholders/base.js +1 -1
- package/dist/base/react/placeholders/base.js.map +1 -1
- package/dist/base/react/placeholders/factory.d.ts +4 -2
- package/dist/base/react/placeholders/factory.d.ts.map +1 -1
- package/dist/base/react/placeholders/factory.js +1 -1
- package/dist/base/react/placeholders/factory.js.map +1 -1
- package/dist/base/react/placeholders/hooks.d.ts +13 -3
- package/dist/base/react/placeholders/hooks.d.ts.map +1 -1
- package/dist/base/react/placeholders/hooks.js +14 -4
- package/dist/base/react/placeholders/hooks.js.map +1 -1
- package/dist/base/react/useCancelablePromise.d.ts +17 -11
- package/dist/base/react/useCancelablePromise.d.ts.map +1 -1
- package/dist/base/react/useCancelablePromise.js +9 -3
- package/dist/base/react/useCancelablePromise.js.map +1 -1
- package/dist/base/react/useCancelablePromiseUtils.d.ts +5 -3
- package/dist/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
- package/dist/base/react/useCancelablePromiseUtils.js +6 -4
- package/dist/base/react/useCancelablePromiseUtils.js.map +1 -1
- package/dist/base/results/dataAccess.d.ts +32 -12
- package/dist/base/results/dataAccess.d.ts.map +1 -1
- package/dist/base/results/dataAccessConfig.d.ts +5 -2
- package/dist/base/results/dataAccessConfig.d.ts.map +1 -1
- package/dist/base/results/dataAccessConfig.js +4 -1
- package/dist/base/results/dataAccessConfig.js.map +1 -1
- package/dist/base/results/facade.d.ts +10 -4
- package/dist/base/results/facade.d.ts.map +1 -1
- package/dist/base/results/facade.js +9 -3
- package/dist/base/results/facade.js.map +1 -1
- package/dist/base/results/internal/dataAccessDigest.d.ts +2 -2
- package/dist/base/results/internal/dataAccessDigest.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessDigest.js +5 -7
- package/dist/base/results/internal/dataAccessDigest.js.map +1 -1
- package/dist/base/results/internal/dataAccessImpl.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessImpl.js +6 -6
- package/dist/base/results/internal/dataAccessImpl.js.map +1 -1
- package/dist/base/results/internal/dataAccessMethods.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessMethods.js +1 -1
- package/dist/base/results/internal/dataAccessMethods.js.map +1 -1
- package/dist/base/results/internal/definitionMethods.d.ts +1 -1
- package/dist/base/results/internal/definitionMethods.js +1 -1
- package/dist/base/results/internal/resultDataMethods.d.ts +3 -2
- package/dist/base/results/internal/resultDataMethods.d.ts.map +1 -1
- package/dist/base/results/internal/resultDataMethods.js.map +1 -1
- package/dist/base/results/internal/resultMetaMethods.d.ts +3 -3
- package/dist/base/results/internal/resultMetaMethods.d.ts.map +1 -1
- package/dist/base/results/internal/resultMetaMethods.js +9 -10
- package/dist/base/results/internal/resultMetaMethods.js.map +1 -1
- package/dist/base/results/internal/utils.d.ts +2 -1
- package/dist/base/results/internal/utils.d.ts.map +1 -1
- package/dist/base/results/internal/utils.js +1 -1
- package/dist/base/vis/DrillEvents.d.ts +4 -1
- package/dist/base/vis/DrillEvents.d.ts.map +1 -1
- package/dist/base/vis/DrillEvents.js.map +1 -1
- package/dist/base/vis/Events.d.ts +2 -2
- package/dist/base/vis/Events.d.ts.map +1 -1
- package/dist/base/vis/VisualizationProps.d.ts +11 -4
- package/dist/base/vis/VisualizationProps.d.ts.map +1 -1
- package/dist/base/vis/VisualizationProps.js +1 -1
- package/dist/base/vis/drilling.js +6 -6
- package/dist/base/vis/drilling.js.map +1 -1
- package/dist/base/vis/export.d.ts +1 -1
- package/dist/base/vis/export.js +3 -3
- package/dist/base/vis/export.js.map +1 -1
- package/dist/execution/Execute.d.ts +36 -20
- package/dist/execution/Execute.d.ts.map +1 -1
- package/dist/execution/Execute.js +7 -5
- package/dist/execution/Execute.js.map +1 -1
- package/dist/execution/ExecuteInsight.d.ts +47 -16
- package/dist/execution/ExecuteInsight.d.ts.map +1 -1
- package/dist/execution/ExecuteInsight.js +7 -5
- package/dist/execution/ExecuteInsight.js.map +1 -1
- package/dist/execution/RawExecute.d.ts +19 -7
- package/dist/execution/RawExecute.d.ts.map +1 -1
- package/dist/execution/RawExecute.js +2 -1
- package/dist/execution/RawExecute.js.map +1 -1
- package/dist/execution/createExecution.d.ts +9 -6
- package/dist/execution/createExecution.d.ts.map +1 -1
- package/dist/execution/createExecution.js.map +1 -1
- package/dist/execution/index.d.ts +2 -2
- package/dist/execution/index.d.ts.map +1 -1
- package/dist/execution/index.js +1 -1
- package/dist/execution/index.js.map +1 -1
- package/dist/execution/useDataExport.d.ts +5 -3
- package/dist/execution/useDataExport.d.ts.map +1 -1
- package/dist/execution/useDataExport.js +3 -1
- package/dist/execution/useDataExport.js.map +1 -1
- package/dist/execution/useDataView.d.ts +5 -0
- package/dist/execution/useDataView.d.ts.map +1 -1
- package/dist/execution/useDataView.js +3 -0
- package/dist/execution/useDataView.js.map +1 -1
- package/dist/execution/useExecution.d.ts +17 -9
- package/dist/execution/useExecution.d.ts.map +1 -1
- package/dist/execution/useExecution.js +3 -0
- package/dist/execution/useExecution.js.map +1 -1
- package/dist/execution/useExecutionDataView.d.ts +32 -15
- package/dist/execution/useExecutionDataView.d.ts.map +1 -1
- package/dist/execution/useExecutionDataView.js +3 -3
- package/dist/execution/useExecutionDataView.js.map +1 -1
- package/dist/execution/useInsightDataView.d.ts +39 -9
- package/dist/execution/useInsightDataView.d.ts.map +1 -1
- package/dist/execution/useInsightDataView.js +10 -4
- package/dist/execution/useInsightDataView.js.map +1 -1
- package/dist/execution/withExecution.d.ts +5 -4
- package/dist/execution/withExecution.d.ts.map +1 -1
- package/dist/execution/withExecution.js +1 -1
- package/dist/execution/withExecution.js.map +1 -1
- package/dist/execution/withExecutionLoading.d.ts +12 -7
- package/dist/execution/withExecutionLoading.d.ts.map +1 -1
- package/dist/execution/withExecutionLoading.js +1 -1
- package/dist/execution/withExecutionLoading.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/kpi/Kpi.d.ts +13 -9
- package/dist/kpi/Kpi.d.ts.map +1 -1
- package/dist/kpi/Kpi.js +5 -3
- package/dist/kpi/Kpi.js.map +1 -1
- package/dist/sdk-ui.d.ts +484 -211
- package/esm/base/errors/GoodDataSdkError.d.ts +4 -1
- package/esm/base/errors/GoodDataSdkError.d.ts.map +1 -1
- package/esm/base/errors/GoodDataSdkError.js +5 -2
- package/esm/base/errors/GoodDataSdkError.js.map +1 -1
- package/esm/base/errors/errorHandling.d.ts +5 -3
- package/esm/base/errors/errorHandling.d.ts.map +1 -1
- package/esm/base/errors/errorHandling.js +6 -4
- package/esm/base/errors/errorHandling.js.map +1 -1
- package/esm/base/headerMatching/HeaderPredicate.d.ts +5 -1
- package/esm/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
- package/esm/base/headerMatching/HeaderPredicate.js.map +1 -1
- package/esm/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
- package/esm/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
- package/esm/base/headerMatching/HeaderPredicateFactory.js +10 -29
- package/esm/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
- package/esm/base/headerMatching/MappingHeader.d.ts +3 -1
- package/esm/base/headerMatching/MappingHeader.d.ts.map +1 -1
- package/esm/base/headerMatching/MappingHeader.js +2 -2
- package/esm/base/headerMatching/MappingHeader.js.map +1 -1
- package/esm/base/helpers/CatalogHelper.d.ts +5 -3
- package/esm/base/helpers/CatalogHelper.d.ts.map +1 -1
- package/esm/base/helpers/CatalogHelper.js +5 -3
- package/esm/base/helpers/CatalogHelper.js.map +1 -1
- package/esm/base/index.d.ts +2 -2
- package/esm/base/index.d.ts.map +1 -1
- package/esm/base/index.js +1 -1
- package/esm/base/index.js.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/esm/base/localization/bundles/de-DE.json +40 -3
- package/esm/base/localization/bundles/en-US.json +194 -9
- package/esm/base/localization/bundles/es-ES.json +49 -12
- package/esm/base/localization/bundles/fr-FR.json +39 -2
- package/esm/base/localization/bundles/ja-JP.json +40 -2
- package/esm/base/localization/bundles/nl-NL.json +39 -2
- package/esm/base/localization/bundles/pt-BR.json +39 -2
- package/esm/base/localization/bundles/pt-PT.json +39 -2
- package/esm/base/localization/bundles/ru-RU.json +39 -2
- package/esm/base/localization/bundles/zh-Hans.json +40 -3
- package/esm/base/react/BackendContext.d.ts +7 -3
- package/esm/base/react/BackendContext.d.ts.map +1 -1
- package/esm/base/react/BackendContext.js +8 -4
- package/esm/base/react/BackendContext.js.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -2
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
- package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/interfaces.js +1 -1
- package/esm/base/react/ErrorComponent.d.ts +4 -2
- package/esm/base/react/ErrorComponent.d.ts.map +1 -1
- package/esm/base/react/ErrorComponent.js +5 -3
- package/esm/base/react/ErrorComponent.js.map +1 -1
- package/esm/base/react/LoadingComponent.d.ts +4 -2
- package/esm/base/react/LoadingComponent.d.ts.map +1 -1
- package/esm/base/react/LoadingComponent.js +5 -3
- package/esm/base/react/LoadingComponent.js.map +1 -1
- package/esm/base/react/WorkspaceContext.d.ts +7 -3
- package/esm/base/react/WorkspaceContext.d.ts.map +1 -1
- package/esm/base/react/WorkspaceContext.js +8 -4
- package/esm/base/react/WorkspaceContext.js.map +1 -1
- package/esm/base/react/legacy/availableDrillTargets.d.ts +1 -1
- package/esm/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
- package/esm/base/react/legacy/availableDrillTargets.js +1 -1
- package/esm/base/react/legacy/availableDrillTargets.js.map +1 -1
- package/esm/base/react/placeholders/base.d.ts +76 -42
- package/esm/base/react/placeholders/base.d.ts.map +1 -1
- package/esm/base/react/placeholders/base.js +1 -1
- package/esm/base/react/placeholders/base.js.map +1 -1
- package/esm/base/react/placeholders/factory.d.ts +4 -2
- package/esm/base/react/placeholders/factory.d.ts.map +1 -1
- package/esm/base/react/placeholders/factory.js +1 -1
- package/esm/base/react/placeholders/factory.js.map +1 -1
- package/esm/base/react/placeholders/hooks.d.ts +13 -3
- package/esm/base/react/placeholders/hooks.d.ts.map +1 -1
- package/esm/base/react/placeholders/hooks.js +14 -4
- package/esm/base/react/placeholders/hooks.js.map +1 -1
- package/esm/base/react/useCancelablePromise.d.ts +17 -11
- package/esm/base/react/useCancelablePromise.d.ts.map +1 -1
- package/esm/base/react/useCancelablePromise.js +9 -3
- package/esm/base/react/useCancelablePromise.js.map +1 -1
- package/esm/base/react/useCancelablePromiseUtils.d.ts +5 -3
- package/esm/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
- package/esm/base/react/useCancelablePromiseUtils.js +6 -4
- package/esm/base/react/useCancelablePromiseUtils.js.map +1 -1
- package/esm/base/results/dataAccess.d.ts +32 -12
- package/esm/base/results/dataAccess.d.ts.map +1 -1
- package/esm/base/results/dataAccessConfig.d.ts +5 -2
- package/esm/base/results/dataAccessConfig.d.ts.map +1 -1
- package/esm/base/results/dataAccessConfig.js +4 -1
- package/esm/base/results/dataAccessConfig.js.map +1 -1
- package/esm/base/results/facade.d.ts +10 -4
- package/esm/base/results/facade.d.ts.map +1 -1
- package/esm/base/results/facade.js +9 -3
- package/esm/base/results/facade.js.map +1 -1
- package/esm/base/results/internal/dataAccessDigest.d.ts +2 -2
- package/esm/base/results/internal/dataAccessDigest.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessDigest.js +1 -3
- package/esm/base/results/internal/dataAccessDigest.js.map +1 -1
- package/esm/base/results/internal/dataAccessImpl.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessImpl.js +1 -1
- package/esm/base/results/internal/dataAccessImpl.js.map +1 -1
- package/esm/base/results/internal/dataAccessMethods.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessMethods.js +2 -2
- package/esm/base/results/internal/dataAccessMethods.js.map +1 -1
- package/esm/base/results/internal/definitionMethods.d.ts +1 -1
- package/esm/base/results/internal/definitionMethods.js +1 -1
- package/esm/base/results/internal/resultDataMethods.d.ts +3 -2
- package/esm/base/results/internal/resultDataMethods.d.ts.map +1 -1
- package/esm/base/results/internal/resultDataMethods.js.map +1 -1
- package/esm/base/results/internal/resultMetaMethods.d.ts +3 -3
- package/esm/base/results/internal/resultMetaMethods.d.ts.map +1 -1
- package/esm/base/results/internal/resultMetaMethods.js +3 -4
- package/esm/base/results/internal/resultMetaMethods.js.map +1 -1
- package/esm/base/results/internal/utils.d.ts +2 -1
- package/esm/base/results/internal/utils.d.ts.map +1 -1
- package/esm/base/results/internal/utils.js +1 -1
- package/esm/base/vis/DrillEvents.d.ts +4 -1
- package/esm/base/vis/DrillEvents.d.ts.map +1 -1
- package/esm/base/vis/DrillEvents.js.map +1 -1
- package/esm/base/vis/Events.d.ts +2 -2
- package/esm/base/vis/Events.d.ts.map +1 -1
- package/esm/base/vis/VisualizationProps.d.ts +11 -4
- package/esm/base/vis/VisualizationProps.d.ts.map +1 -1
- package/esm/base/vis/VisualizationProps.js +1 -1
- package/esm/base/vis/drilling.js +3 -3
- package/esm/base/vis/drilling.js.map +1 -1
- package/esm/base/vis/export.d.ts +1 -1
- package/esm/base/vis/export.js +3 -3
- package/esm/base/vis/export.js.map +1 -1
- package/esm/execution/Execute.d.ts +36 -20
- package/esm/execution/Execute.d.ts.map +1 -1
- package/esm/execution/Execute.js +7 -5
- package/esm/execution/Execute.js.map +1 -1
- package/esm/execution/ExecuteInsight.d.ts +47 -16
- package/esm/execution/ExecuteInsight.d.ts.map +1 -1
- package/esm/execution/ExecuteInsight.js +7 -5
- package/esm/execution/ExecuteInsight.js.map +1 -1
- package/esm/execution/RawExecute.d.ts +19 -7
- package/esm/execution/RawExecute.d.ts.map +1 -1
- package/esm/execution/RawExecute.js +2 -1
- package/esm/execution/RawExecute.js.map +1 -1
- package/esm/execution/createExecution.d.ts +9 -6
- package/esm/execution/createExecution.d.ts.map +1 -1
- package/esm/execution/createExecution.js.map +1 -1
- package/esm/execution/index.d.ts +2 -2
- package/esm/execution/index.d.ts.map +1 -1
- package/esm/execution/index.js +2 -2
- package/esm/execution/index.js.map +1 -1
- package/esm/execution/useDataExport.d.ts +5 -3
- package/esm/execution/useDataExport.d.ts.map +1 -1
- package/esm/execution/useDataExport.js +3 -1
- package/esm/execution/useDataExport.js.map +1 -1
- package/esm/execution/useDataView.d.ts +5 -0
- package/esm/execution/useDataView.d.ts.map +1 -1
- package/esm/execution/useDataView.js +3 -0
- package/esm/execution/useDataView.js.map +1 -1
- package/esm/execution/useExecution.d.ts +17 -9
- package/esm/execution/useExecution.d.ts.map +1 -1
- package/esm/execution/useExecution.js +3 -0
- package/esm/execution/useExecution.js.map +1 -1
- package/esm/execution/useExecutionDataView.d.ts +32 -15
- package/esm/execution/useExecutionDataView.d.ts.map +1 -1
- package/esm/execution/useExecutionDataView.js +3 -3
- package/esm/execution/useExecutionDataView.js.map +1 -1
- package/esm/execution/useInsightDataView.d.ts +39 -9
- package/esm/execution/useInsightDataView.d.ts.map +1 -1
- package/esm/execution/useInsightDataView.js +10 -4
- package/esm/execution/useInsightDataView.js.map +1 -1
- package/esm/execution/withExecution.d.ts +5 -4
- package/esm/execution/withExecution.d.ts.map +1 -1
- package/esm/execution/withExecution.js +1 -1
- package/esm/execution/withExecution.js.map +1 -1
- package/esm/execution/withExecutionLoading.d.ts +12 -7
- package/esm/execution/withExecutionLoading.d.ts.map +1 -1
- package/esm/execution/withExecutionLoading.js +1 -1
- package/esm/execution/withExecutionLoading.js.map +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -1
- package/esm/kpi/Kpi.d.ts +13 -9
- package/esm/kpi/Kpi.d.ts.map +1 -1
- package/esm/kpi/Kpi.js +5 -3
- package/esm/kpi/Kpi.js.map +1 -1
- package/esm/tsdoc-metadata.json +1 -1
- package/package.json +9 -9
|
@@ -84,7 +84,13 @@
|
|
|
84
84
|
"filtering": "正在筛选…",
|
|
85
85
|
"dateFilterDropdown.title": "日期范围",
|
|
86
86
|
"dateFilterDropdown.buttonTitle": "日期范围",
|
|
87
|
-
"dateFilterDropdown.setDefault": "为{nbsp}查看器设置默认日期筛选器:",
|
|
87
|
+
"dateFilterDropdown.setDefault": "为 {nbsp} 查看器设置默认日期筛选器:",
|
|
88
|
+
"filters.thisMinute.title": "这一分钟",
|
|
89
|
+
"filters.lastMinute.title": "上一分钟",
|
|
90
|
+
"filters.nextMinute.title": "下一分钟",
|
|
91
|
+
"filters.thisHour.title": "这一小时",
|
|
92
|
+
"filters.lastHour.title": "上一小时",
|
|
93
|
+
"filters.nextHour.title": "下一小时",
|
|
88
94
|
"filters.thisDay.title": "今天",
|
|
89
95
|
"filters.lastDay.title": "昨天",
|
|
90
96
|
"filters.nextDay.title": "明天",
|
|
@@ -100,16 +106,30 @@
|
|
|
100
106
|
"filters.thisYear.title": "此年",
|
|
101
107
|
"filters.lastYear.title": "上一年",
|
|
102
108
|
"filters.nextYear.title": "下一年",
|
|
109
|
+
"filters.lastNMinutes": "{n, plural, one {上 # 分钟} other {上 # 分钟}}",
|
|
110
|
+
"filters.lastNHours": "{n, plural, one {上 # 小时} other {上 # 小时}}",
|
|
103
111
|
"filters.lastNDays": "{n, plural, one {上 # 天} other {上 # 天}}",
|
|
104
112
|
"filters.lastNWeeks": "{n, plural, one {上 # 周} other {上 # 周}}",
|
|
105
113
|
"filters.lastNMonths": "{n, plural, one {上 # 个月} other {上 # 个月}}",
|
|
106
114
|
"filters.lastNQuarters": "{n, plural, one {上 # 个季度} other {上 # 个季度}}",
|
|
107
115
|
"filters.lastNYears": "{n, plural, one {上 # 年} other {上 # 年}}",
|
|
116
|
+
"filters.nextNMinutes": "{n, plural, one {上 # 分钟} other {下 # 分钟}}",
|
|
117
|
+
"filters.nextNHours": "{n, plural, one {上 # 小时} other {下 # 小时}}",
|
|
108
118
|
"filters.nextNDays": "{n, plural, one {下 # 天} other {下 # 天}}",
|
|
109
119
|
"filters.nextNWeeks": "{n, plural, one {下 # 周} other {下 # 周}}",
|
|
110
120
|
"filters.nextNMonths": "{n, plural, one {下 # 个月} other {下 # 个月}}",
|
|
111
121
|
"filters.nextNQuarters": "{n, plural, one {下 # 个季度} other {下 # 个季度}}",
|
|
112
122
|
"filters.nextNYears": "{n, plural, one {下 # 年} other {下 # 年}}",
|
|
123
|
+
"filters.interval.minutes.past": "从 {from} 至 {to} {to, plural, one {分钟} other {分钟}} 之前",
|
|
124
|
+
"filters.interval.minutes.past.sameValue": "{value} {value, plural, one {分钟} other {分钟}} 之前",
|
|
125
|
+
"filters.interval.minutes.future": "从 {from} 至 {to} {to, plural, one {分钟} other {分钟}} 之后",
|
|
126
|
+
"filters.interval.minutes.future.sameValue": "{value} {value, plural, one {分钟} other {分钟}} 之后",
|
|
127
|
+
"filters.interval.minutes.mixed": "从 {from} {from, plural, one {分钟} other {分钟}} 之前至 {to} {to, plural, one {分钟} other {分钟}} 之后",
|
|
128
|
+
"filters.interval.hours.past": "从 {from} to {to} {to, plural, one {小时} other {小时}} 之前",
|
|
129
|
+
"filters.interval.hours.past.sameValue": "{value} {value, plural, one {小时} other {小时}} 之前",
|
|
130
|
+
"filters.interval.hours.future": "从 {from} 至 {to} {to, plural, one {小时} other {小时}} 之后",
|
|
131
|
+
"filters.interval.hours.future.sameValue": "{value} {value, plural, one {小时} other {小时}} 之后",
|
|
132
|
+
"filters.interval.hours.mixed": "从 {from} {from, plural, one {小时} other {小时}} 之前至 {to} {to, plural, one {天} other {天}} 之后",
|
|
113
133
|
"filters.interval.days.past": "从 {from} 至 {to} {to, plural, one {天} other {天}} 之前",
|
|
114
134
|
"filters.interval.days.past.sameValue": "{value} {value, plural, one {天} other {天}} 之前",
|
|
115
135
|
"filters.interval.days.future": "从 {from} 至 {to} {to, plural, one {天} other {天}} 之后",
|
|
@@ -135,6 +155,8 @@
|
|
|
135
155
|
"filters.interval.years.future": "从 {from} 至 {to} {to, plural, one {年} other {年}} 之后",
|
|
136
156
|
"filters.interval.years.future.sameValue": "{value} {value, plural, one {年} other {年}} 之后",
|
|
137
157
|
"filters.interval.years.mixed": "从 {from} {from, plural, one {年} other {年}} 之前至 {to} {to, plural, one {年} other {年}} 之后",
|
|
158
|
+
"filters.granularity.minutes": "分钟",
|
|
159
|
+
"filters.granularity.hours": "小时",
|
|
138
160
|
"filters.granularity.days": "天",
|
|
139
161
|
"filters.granularity.weeks": "周",
|
|
140
162
|
"filters.granularity.months": "个月",
|
|
@@ -142,10 +164,17 @@
|
|
|
142
164
|
"filters.granularity.years": "年",
|
|
143
165
|
"filters.from": "从",
|
|
144
166
|
"filters.to": "至",
|
|
167
|
+
"filters.setTime": "设置时间",
|
|
145
168
|
"filters.floatingRange": "浮动范围",
|
|
146
169
|
"filters.floatingRange.tooltip": "日期范围相对于今天的,请及时调整。",
|
|
147
170
|
"filters.floatingRange.noMatch": "未找到匹配项",
|
|
148
171
|
"filters.floatingRange.tooBig": "最大值:{limit}",
|
|
172
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {上一分钟} other {# 分钟之前}}",
|
|
173
|
+
"filters.floatingRange.option.minute.offset.today": "这一分钟",
|
|
174
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {下一分钟} other {# 分钟之后}}",
|
|
175
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {上一小时} other {# 小时之前}}",
|
|
176
|
+
"filters.floatingRange.option.hour.offset.today": "这一小时",
|
|
177
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {下一小时} other {# 小时之后}}",
|
|
149
178
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {昨天} other {# 天之前}}",
|
|
150
179
|
"filters.floatingRange.option.day.offset.today": "今天",
|
|
151
180
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {明天} other {# 天之后}}",
|
|
@@ -163,6 +192,10 @@
|
|
|
163
192
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {下一年} other {# 年之后}}",
|
|
164
193
|
"filters.allTime.title": "全部时间",
|
|
165
194
|
"filters.allTime.excludeCurrentPeriod": "排除所有开放时间段",
|
|
195
|
+
"filters.minute.title": "分钟",
|
|
196
|
+
"filters.minute.excludeCurrentPeriod": "排除这一分钟",
|
|
197
|
+
"filters.hour.title": "小时",
|
|
198
|
+
"filters.hour.excludeCurrentPeriod": "排除这一小时",
|
|
166
199
|
"filters.day.title": "日",
|
|
167
200
|
"filters.day.excludeCurrentPeriod": "排除今天",
|
|
168
201
|
"filters.week.title": "周",
|
|
@@ -241,8 +274,12 @@
|
|
|
241
274
|
"sorting.dropdown.header": "排序洞察",
|
|
242
275
|
"sorting.type.alphabetical.asc": "A 到 Z。",
|
|
243
276
|
"sorting.type.alphabetical.desc": "Z到A",
|
|
277
|
+
"sorting.type.date.asc": "最早到最新",
|
|
278
|
+
"sorting.type.date.desc": "最新到最早",
|
|
279
|
+
"sorting.type.default": "默认",
|
|
244
280
|
"sorting.type.numerical.asc": "从最小到最大",
|
|
245
281
|
"sorting.type.numerical.desc": "从最大到最小",
|
|
246
|
-
"sorting.
|
|
247
|
-
"sorting.sum.of.all.measure
|
|
282
|
+
"sorting.by": "通过",
|
|
283
|
+
"sorting.sum.of.all.measure": "总计",
|
|
284
|
+
"sorting.default.tooltip": "使用属性中定义的顺序。"
|
|
248
285
|
}
|
|
@@ -18,7 +18,9 @@ export interface IBackendProviderProps {
|
|
|
18
18
|
export declare const BackendProvider: React.FC<IBackendProviderProps>;
|
|
19
19
|
/**
|
|
20
20
|
* Hook to get analytical backend instance provided to {@link BackendProvider}.
|
|
21
|
-
*
|
|
21
|
+
*
|
|
22
|
+
* @remarks
|
|
23
|
+
* You can set a backend override that will be returned if defined.
|
|
22
24
|
* This makes the usage more ergonomic (see the following example).
|
|
23
25
|
*
|
|
24
26
|
* Note: For a better TypeScript experience without the hassle of undefined values, you can use the {@link useBackendStrict} hook.
|
|
@@ -38,7 +40,9 @@ export declare const BackendProvider: React.FC<IBackendProviderProps>;
|
|
|
38
40
|
export declare const useBackend: (backend?: IAnalyticalBackend | undefined) => IAnalyticalBackend | undefined;
|
|
39
41
|
/**
|
|
40
42
|
* Hook to get analytical backend instance provided to {@link BackendProvider}.
|
|
41
|
-
*
|
|
43
|
+
*
|
|
44
|
+
* @remarks
|
|
45
|
+
* You can set a backend override that will be returned if defined.
|
|
42
46
|
* This makes the usage more ergonomic (see the following example).
|
|
43
47
|
*
|
|
44
48
|
* Note: If you do not provide an {@link @gooddata/sdk-backend-spi#IAnalyticalBackend} instance to {@link BackendProvider} or as a parameter for this hook,
|
|
@@ -54,7 +58,7 @@ export declare const useBackend: (backend?: IAnalyticalBackend | undefined) => I
|
|
|
54
58
|
*```
|
|
55
59
|
*
|
|
56
60
|
* @param backend - backend to use instead of context value. If undefined, the context value is used.
|
|
57
|
-
* @param context -
|
|
61
|
+
* @param context - provide context to improve error message in raised invariant (e.g. parent hook name).
|
|
58
62
|
* @public
|
|
59
63
|
*/
|
|
60
64
|
export declare const useBackendStrict: (backend?: IAnalyticalBackend | undefined, context?: string) => IAnalyticalBackend;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BackendContext.d.ts","sourceRoot":"","sources":["../../../src/base/react/BackendContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAO/D;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,OAAO,EAAE,kBAAkB,CAAC;CAC/B;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAE3D,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"BackendContext.d.ts","sourceRoot":"","sources":["../../../src/base/react/BackendContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAO/D;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,OAAO,EAAE,kBAAkB,CAAC;CAC/B;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAE3D,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,UAAU,gDAAmC,kBAAkB,GAAG,SAG9E,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,gBAAgB,kEAG1B,kBAQF,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS;IAAE,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAAE,EAClE,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,GAClC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,CAUxB"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.withBackend = exports.useBackendStrict = exports.useBackend = exports.BackendProvider = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
5
|
-
// (C) 2019 GoodData Corporation
|
|
5
|
+
// (C) 2019-2022 GoodData Corporation
|
|
6
6
|
var react_1 = tslib_1.__importDefault(require("react"));
|
|
7
7
|
var wrapDisplayName_1 = require("./wrapDisplayName");
|
|
8
8
|
var ts_invariant_1 = tslib_1.__importDefault(require("ts-invariant"));
|
|
@@ -19,7 +19,9 @@ exports.BackendProvider = function (_a) {
|
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
21
|
* Hook to get analytical backend instance provided to {@link BackendProvider}.
|
|
22
|
-
*
|
|
22
|
+
*
|
|
23
|
+
* @remarks
|
|
24
|
+
* You can set a backend override that will be returned if defined.
|
|
23
25
|
* This makes the usage more ergonomic (see the following example).
|
|
24
26
|
*
|
|
25
27
|
* Note: For a better TypeScript experience without the hassle of undefined values, you can use the {@link useBackendStrict} hook.
|
|
@@ -42,7 +44,9 @@ exports.useBackend = function (backend) {
|
|
|
42
44
|
};
|
|
43
45
|
/**
|
|
44
46
|
* Hook to get analytical backend instance provided to {@link BackendProvider}.
|
|
45
|
-
*
|
|
47
|
+
*
|
|
48
|
+
* @remarks
|
|
49
|
+
* You can set a backend override that will be returned if defined.
|
|
46
50
|
* This makes the usage more ergonomic (see the following example).
|
|
47
51
|
*
|
|
48
52
|
* Note: If you do not provide an {@link @gooddata/sdk-backend-spi#IAnalyticalBackend} instance to {@link BackendProvider} or as a parameter for this hook,
|
|
@@ -58,7 +62,7 @@ exports.useBackend = function (backend) {
|
|
|
58
62
|
*```
|
|
59
63
|
*
|
|
60
64
|
* @param backend - backend to use instead of context value. If undefined, the context value is used.
|
|
61
|
-
* @param context -
|
|
65
|
+
* @param context - provide context to improve error message in raised invariant (e.g. parent hook name).
|
|
62
66
|
* @public
|
|
63
67
|
*/
|
|
64
68
|
exports.useBackendStrict = function (backend, context) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BackendContext.js","sourceRoot":"","sources":["../../../src/base/react/BackendContext.tsx"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"BackendContext.js","sourceRoot":"","sources":["../../../src/base/react/BackendContext.tsx"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,wDAA0B;AAE1B,qDAAoD;AACpD,sEAAqC;AAErC,IAAM,cAAc,GAAG,eAAK,CAAC,aAAa,CAAiC,SAAS,CAAC,CAAC;AACtF,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAa9C;;;;GAIG;AACU,QAAA,eAAe,GAAoC,UAAC,EAAqB;QAAnB,QAAQ,cAAA,EAAE,OAAO,aAAA;IAChF,OAAO,8BAAC,cAAc,CAAC,QAAQ,IAAC,KAAK,EAAE,OAAO,IAAG,QAAQ,CAA2B,CAAC;AACzF,CAAC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACU,QAAA,UAAU,GAAG,UAAC,OAA4B;IACnD,IAAM,kBAAkB,GAAG,eAAK,CAAC,UAAU,CAAC,cAAc,CAAC,CAAC;IAC5D,OAAO,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,kBAAkB,CAAC;AACzC,CAAC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACU,QAAA,gBAAgB,GAAG,UAC5B,OAA4B,EAC5B,OAA4B;IAA5B,wBAAA,EAAA,4BAA4B;IAE5B,IAAM,kBAAkB,GAAG,eAAK,CAAC,UAAU,CAAC,cAAc,CAAC,CAAC;IAC5D,IAAM,gBAAgB,GAAG,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,kBAAkB,CAAC;IACvD,sBAAS,CACL,gBAAgB,EACb,OAAO,uIAAoI,CACjJ,CAAC;IACF,OAAO,gBAAgB,CAAC;AAC5B,CAAC,CAAC;AAEF;;;;;GAKG;AACH,SAAgB,WAAW,CACvB,SAAiC;IAEjC,IAAM,4BAA4B,GAAgB,UAAC,KAAK;QACpD,OAAO,CACH,8BAAC,cAAc,CAAC,QAAQ,QACnB,UAAC,OAAO,YAAK,OAAA,8BAAC,SAAS,uBAAK,KAAK,IAAE,OAAO,QAAE,KAAK,CAAC,OAAO,mCAAI,OAAO,IAAI,CAAA,EAAA,CACnD,CAC7B,CAAC;IACN,CAAC,CAAC;IAEF,OAAO,iCAAe,CAAC,aAAa,EAAE,SAAS,CAAC,CAAC,4BAA4B,CAAC,CAAC;AACnF,CAAC;AAZD,kCAYC"}
|
|
@@ -2,11 +2,11 @@ import React from "react";
|
|
|
2
2
|
import { IAnalyticalBackend } from "@gooddata/sdk-backend-spi";
|
|
3
3
|
import { UseCancelablePromiseState, UseCancelablePromiseStatus } from "../useCancelablePromise";
|
|
4
4
|
import { GoodDataSdkError } from "../../errors/GoodDataSdkError";
|
|
5
|
-
import { IClientWorkspaceIdentifiers } from "./interfaces";
|
|
5
|
+
import { IClientWorkspaceIdentifiers, IClientWorkspaceStatus } from "./interfaces";
|
|
6
6
|
/**
|
|
7
7
|
* @alpha
|
|
8
8
|
*/
|
|
9
|
-
export declare type IClientWorkspaceContext = UseCancelablePromiseState<IClientWorkspaceIdentifiers, GoodDataSdkError
|
|
9
|
+
export declare type IClientWorkspaceContext = UseCancelablePromiseState<IClientWorkspaceIdentifiers, GoodDataSdkError> & IClientWorkspaceStatus;
|
|
10
10
|
/**
|
|
11
11
|
* Common props of the {@link ClientWorkspaceProvider}.
|
|
12
12
|
*
|
|
@@ -14,8 +14,9 @@ export declare type IClientWorkspaceContext = UseCancelablePromiseState<IClientW
|
|
|
14
14
|
*/
|
|
15
15
|
export interface IClientWorkspaceProviderCoreProps {
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Specify an instance of the analytical backend instance to work with.
|
|
18
18
|
*
|
|
19
|
+
* @remarks
|
|
19
20
|
* Note: if you do not have a BackendProvider above in the component tree, then you MUST specify the backend.
|
|
20
21
|
*/
|
|
21
22
|
backend?: IAnalyticalBackend;
|
|
@@ -31,6 +32,7 @@ export interface IClientWorkspaceProviderWithWorkspaceProps extends IClientWorks
|
|
|
31
32
|
/**
|
|
32
33
|
* Specify the workspace to use to obtain the LCM context.
|
|
33
34
|
*
|
|
35
|
+
* @remarks
|
|
34
36
|
* Note: another option is to specify dataProduct and client props, and then workspace will be resolved from them.
|
|
35
37
|
*/
|
|
36
38
|
workspace: string;
|
|
@@ -42,6 +44,7 @@ export interface IClientWorkspaceProviderWithClientAndDataProductProps extends I
|
|
|
42
44
|
/**
|
|
43
45
|
* Specify the data product identifier to use to obtain the LCM context.
|
|
44
46
|
*
|
|
47
|
+
* @remarks
|
|
45
48
|
* Note: another option is to specify workspace prop, and then data product identifier will be resolved from it.
|
|
46
49
|
*/
|
|
47
50
|
dataProduct: string;
|
|
@@ -104,4 +107,10 @@ export declare const useClientWorkspaceError: () => GoodDataSdkError | undefined
|
|
|
104
107
|
* @alpha
|
|
105
108
|
*/
|
|
106
109
|
export declare const useClientWorkspaceIdentifiers: () => IClientWorkspaceIdentifiers;
|
|
110
|
+
/**
|
|
111
|
+
* Hook to check if client workspace is initialized.
|
|
112
|
+
*
|
|
113
|
+
* @alpha
|
|
114
|
+
*/
|
|
115
|
+
export declare const useClientWorkspaceInitialized: () => boolean;
|
|
107
116
|
//# sourceMappingURL=ClientWorkspaceContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientWorkspaceContext.d.ts","sourceRoot":"","sources":["../../../../src/base/react/ClientWorkspaceContext/ClientWorkspaceContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/D,OAAO,EAEH,yBAAyB,EACzB,0BAA0B,EAC7B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAGjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"ClientWorkspaceContext.d.ts","sourceRoot":"","sources":["../../../../src/base/react/ClientWorkspaceContext/ClientWorkspaceContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/D,OAAO,EAEH,yBAAyB,EACzB,0BAA0B,EAC7B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAGjE,OAAO,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAInF;;GAEG;AACH,oBAAY,uBAAuB,GAAG,yBAAyB,CAC3D,2BAA2B,EAC3B,gBAAgB,CACnB,GACG,sBAAsB,CAAC;AAU3B;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;;OAKG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,0CAA2C,SAAQ,iCAAiC;IACjG;;;;;OAKG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,qDACb,SAAQ,iCAAiC;IACzC;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,oBAAY,6BAA6B,GACnC,0CAA0C,GAC1C,qDAAqD,CAAC;AAE5D;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAoB3E,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,+BAA+B,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CAiBjF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB,QAAO,0BAG3C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,uBAAuB,QAAO,gBAAgB,GAAG,SAG7D,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B,QAAO,2BAGhD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,QAAO,OAGhD,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useClientWorkspaceIdentifiers = exports.useClientWorkspaceError = exports.useClientWorkspaceStatus = exports.ResolvedClientWorkspaceProvider = exports.ClientWorkspaceProvider = void 0;
|
|
3
|
+
exports.useClientWorkspaceInitialized = exports.useClientWorkspaceIdentifiers = exports.useClientWorkspaceError = exports.useClientWorkspaceStatus = exports.ResolvedClientWorkspaceProvider = exports.ClientWorkspaceProvider = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
5
|
-
// (C) 2019 GoodData Corporation
|
|
5
|
+
// (C) 2019-2022 GoodData Corporation
|
|
6
6
|
var react_1 = tslib_1.__importDefault(require("react"));
|
|
7
7
|
var BackendContext_1 = require("../BackendContext");
|
|
8
8
|
var useCancelablePromise_1 = require("../useCancelablePromise");
|
|
@@ -14,6 +14,7 @@ var ClientWorkspaceContext = react_1.default.createContext({
|
|
|
14
14
|
status: "pending",
|
|
15
15
|
error: undefined,
|
|
16
16
|
result: undefined,
|
|
17
|
+
isInitialized: false,
|
|
17
18
|
});
|
|
18
19
|
ClientWorkspaceContext.displayName = "ClientWorkspace";
|
|
19
20
|
/**
|
|
@@ -43,7 +44,7 @@ exports.ClientWorkspaceProvider = function (props) {
|
|
|
43
44
|
promise: function () { return resolveLCMWorkspaceIdentifiers_1.resolveLCMWorkspaceIdentifiers(backend, { client: client, dataProduct: dataProduct, workspace: workspace }); },
|
|
44
45
|
}, [client, dataProduct, workspace, backend]);
|
|
45
46
|
var ws = (_a = lcmIdentifiers.result) === null || _a === void 0 ? void 0 : _a.workspace;
|
|
46
|
-
return (react_1.default.createElement(ClientWorkspaceContext.Provider, { value: lcmIdentifiers },
|
|
47
|
+
return (react_1.default.createElement(ClientWorkspaceContext.Provider, { value: tslib_1.__assign(tslib_1.__assign({}, lcmIdentifiers), { isInitialized: true }) },
|
|
47
48
|
react_1.default.createElement(WorkspaceContext_1.WorkspaceProvider, { workspace: ws }, children)));
|
|
48
49
|
};
|
|
49
50
|
/**
|
|
@@ -67,6 +68,7 @@ exports.ResolvedClientWorkspaceProvider = function (props) {
|
|
|
67
68
|
status: "success",
|
|
68
69
|
result: props,
|
|
69
70
|
error: undefined,
|
|
71
|
+
isInitialized: true,
|
|
70
72
|
};
|
|
71
73
|
return (react_1.default.createElement(ClientWorkspaceContext.Provider, { value: context },
|
|
72
74
|
react_1.default.createElement(WorkspaceContext_1.WorkspaceProvider, { workspace: props.workspace }, props.children)));
|
|
@@ -96,6 +98,15 @@ exports.useClientWorkspaceIdentifiers = function () {
|
|
|
96
98
|
var context = react_1.default.useContext(ClientWorkspaceContext);
|
|
97
99
|
return (_a = context.result) !== null && _a !== void 0 ? _a : {};
|
|
98
100
|
};
|
|
101
|
+
/**
|
|
102
|
+
* Hook to check if client workspace is initialized.
|
|
103
|
+
*
|
|
104
|
+
* @alpha
|
|
105
|
+
*/
|
|
106
|
+
exports.useClientWorkspaceInitialized = function () {
|
|
107
|
+
var context = react_1.default.useContext(ClientWorkspaceContext);
|
|
108
|
+
return context.isInitialized;
|
|
109
|
+
};
|
|
99
110
|
//
|
|
100
111
|
//
|
|
101
112
|
//
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientWorkspaceContext.js","sourceRoot":"","sources":["../../../../src/base/react/ClientWorkspaceContext/ClientWorkspaceContext.tsx"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"ClientWorkspaceContext.js","sourceRoot":"","sources":["../../../../src/base/react/ClientWorkspaceContext/ClientWorkspaceContext.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../../src/base/react/ClientWorkspaceContext/interfaces.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../../src/base/react/ClientWorkspaceContext/interfaces.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,aAAa,EAAE,OAAO,CAAC;CAC1B"}
|
|
@@ -21,8 +21,10 @@ export interface IErrorProps {
|
|
|
21
21
|
clientHeight?: any;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
25
|
-
*
|
|
24
|
+
* Component that renders a default error message.
|
|
25
|
+
*
|
|
26
|
+
* @remarks
|
|
27
|
+
* See {@link http://sdk.gooddata.com/gooddata-ui/docs/error_component.html | ErrorComponent}
|
|
26
28
|
*
|
|
27
29
|
* @public
|
|
28
30
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorComponent.d.ts","sourceRoot":"","sources":["../../../src/base/react/ErrorComponent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6B1B;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ;;OAEG;IACH,MAAM,CAAC,EAAE,GAAG,CAAC;IACb;;OAEG;IACH,YAAY,CAAC,EAAE,GAAG,CAAC;CACtB;AAED
|
|
1
|
+
{"version":3,"file":"ErrorComponent.d.ts","sourceRoot":"","sources":["../../../src/base/react/ErrorComponent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6B1B;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ;;OAEG;IACH,MAAM,CAAC,EAAE,GAAG,CAAC;IACb;;OAEG;IACH,YAAY,CAAC,EAAE,GAAG,CAAC;CACtB;AAED;;;;;;;GAOG;AACH,qBAAa,cAAe,SAAQ,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC;IAC5D,OAAc,YAAY,EAAE,OAAO,CAAC,WAAW,CAAC,CAe9C;IAEK,MAAM,IAAI,KAAK,CAAC,SAAS;CA6DnC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ErrorComponent = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
5
|
-
// (C) 2007-
|
|
5
|
+
// (C) 2007-2022 GoodData Corporation
|
|
6
6
|
var react_1 = tslib_1.__importDefault(require("react"));
|
|
7
7
|
/**
|
|
8
8
|
* With custom size layouting enable it needs to be aware of the widget size to update
|
|
@@ -30,8 +30,10 @@ var getCustomHeight = function (clientHeight) {
|
|
|
30
30
|
return undefined;
|
|
31
31
|
};
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
34
|
-
*
|
|
33
|
+
* Component that renders a default error message.
|
|
34
|
+
*
|
|
35
|
+
* @remarks
|
|
36
|
+
* See {@link http://sdk.gooddata.com/gooddata-ui/docs/error_component.html | ErrorComponent}
|
|
35
37
|
*
|
|
36
38
|
* @public
|
|
37
39
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorComponent.js","sourceRoot":"","sources":["../../../src/base/react/ErrorComponent.tsx"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,wDAA0B;AAE1B;;;GAGG;AACH,IAAM,mBAAmB,GAAG,GAAG,CAAC;AAChC,IAAM,oBAAoB,GAAG,GAAG,CAAC;AACjC,IAAM,oBAAoB,GAAG,GAAG,CAAC;AACjC,IAAM,mBAAmB,GAAG,GAAG,CAAC;AAChC,IAAM,qBAAqB,GAAG,GAAG,CAAC;AAElC,IAAM,mBAAmB,GAAG,EAAE,CAAC;AAC/B,IAAM,oBAAoB,GAAG,EAAE,CAAC;AAEhC,IAAM,eAAe,GAAG,UAAC,YAAqB;IAC1C,IAAI,YAAY,EAAE;QACd,IAAI,YAAY,IAAI,mBAAmB,EAAE;YACrC,OAAO,mBAAmB,CAAC;SAC9B;aAAM,IAAI,YAAY,GAAG,oBAAoB,EAAE;YAC5C,OAAO,oBAAoB,CAAC;SAC/B;aAAM;YACH,OAAO,SAAS,CAAC;SACpB;KACJ;IAED,OAAO,SAAS,CAAC;AACrB,CAAC,CAAC;AAwBF
|
|
1
|
+
{"version":3,"file":"ErrorComponent.js","sourceRoot":"","sources":["../../../src/base/react/ErrorComponent.tsx"],"names":[],"mappings":"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"}
|
|
@@ -14,8 +14,10 @@ export interface ILoadingProps {
|
|
|
14
14
|
imageWidth?: any;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
17
|
+
* Component that renders a default loading indicator.
|
|
18
|
+
*
|
|
19
|
+
* @remarks
|
|
20
|
+
* See {@link http://sdk.gooddata.com/gooddata-ui/docs/loading_component.html | LoadingComponent }
|
|
19
21
|
*
|
|
20
22
|
* @public
|
|
21
23
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingComponent.d.ts","sourceRoot":"","sources":["../../../src/base/react/LoadingComponent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,UAAU,CAAC,EAAE,GAAG,CAAC;CACpB;AAID
|
|
1
|
+
{"version":3,"file":"LoadingComponent.d.ts","sourceRoot":"","sources":["../../../src/base/react/LoadingComponent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,UAAU,CAAC,EAAE,GAAG,CAAC;CACpB;AAID;;;;;;;GAOG;AACH,qBAAa,gBAAiB,SAAQ,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC;IAChE,OAAc,YAAY,EAAE,OAAO,CAAC,aAAa,CAAC,CAShD;IAEK,MAAM,IAAI,KAAK,CAAC,SAAS;CAsEnC"}
|
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LoadingComponent = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
5
|
-
// (C) 2007-
|
|
5
|
+
// (C) 2007-2022 GoodData Corporation
|
|
6
6
|
var react_1 = tslib_1.__importDefault(require("react"));
|
|
7
7
|
var baseAnimationDuration = 1.4;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
9
|
+
* Component that renders a default loading indicator.
|
|
10
|
+
*
|
|
11
|
+
* @remarks
|
|
12
|
+
* See {@link http://sdk.gooddata.com/gooddata-ui/docs/loading_component.html | LoadingComponent }
|
|
11
13
|
*
|
|
12
14
|
* @public
|
|
13
15
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingComponent.js","sourceRoot":"","sources":["../../../src/base/react/LoadingComponent.tsx"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,wDAA6C;AAiB7C,IAAM,qBAAqB,GAAG,GAAG,CAAC;AAElC
|
|
1
|
+
{"version":3,"file":"LoadingComponent.js","sourceRoot":"","sources":["../../../src/base/react/LoadingComponent.tsx"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,wDAA6C;AAiB7C,IAAM,qBAAqB,GAAG,GAAG,CAAC;AAElC;;;;;;;GAOG;AACH;IAAsC,4CAA8B;IAApE;;IAkFA,CAAC;IAtEU,iCAAM,GAAb;QACU,IAAA,KAAkF,IAAI,CAAC,KAAK,EAA1F,MAAM,YAAA,EAAE,KAAK,WAAA,EAAE,MAAM,YAAA,EAAE,UAAU,gBAAA,EAAE,WAAW,iBAAA,EAAE,KAAK,WAAA,EAAE,aAAS,EAAT,KAAK,mBAAG,CAAC,KAAA,EAAE,SAAS,eAAe,CAAC;QACnG,IAAM,QAAQ,GAAG,qBAAqB,GAAG,KAAK,CAAC;QAC/C,IAAM,KAAK,GAAG,QAAQ,GAAG,CAAC,CAAC,CAAC;QAE5B,IAAM,SAAS,GAAkB;YAC7B,eAAe,EAAE,SAAS;YAC1B,SAAS,EAAE,aAAW,QAAQ,eAAY;YAC1C,cAAc,EAAK,KAAK,GAAG,CAAC,MAAG;YAC/B,IAAI,EAAE,KAAK;SACd,CAAC;QAEF,IAAM,aAAa,GAAkB;YACjC,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM;YACxC,aAAa,EAAE,QAAQ;YACvB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,cAAc,EAAE,QAAQ;YACxB,IAAI,EAAE,UAAU;YAChB,MAAM,QAAA;YACN,KAAK,OAAA;SACR,CAAC;QACF,IAAM,SAAS,GAAkB;YAC7B,SAAS,EAAE,MAAM;YACjB,QAAQ,EAAE,MAAM;YAChB,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,UAAU;YACjB,MAAM,EAAE,WAAW;SACtB,CAAC;QACF,IAAM,UAAU,GAAkB,SAAS,CAAC;QAC5C,IAAM,UAAU,yCACT,SAAS,KACZ,eAAe,EAAE,UAAU,EAC3B,cAAc,EAAK,KAAK,MAAG,GAC9B,CAAC;QACF,IAAM,UAAU,yCACT,SAAS,KACZ,eAAe,EAAE,UAAU,EAC3B,cAAc,EAAE,GAAG,GACtB,CAAC;QAEF,OAAO,CACH,uCAAK,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,aAAa;YAC3C,uCAAK,KAAK,EAAE,SAAS,EAAE,OAAO,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,EAAC,OAAO,EAAC,UAAU;gBACnE,yCAAO,MAAM,EAAE,IAAI,IAAG,qZAWrB,CAAS;gBACV,qCAAG,KAAK,EAAE,UAAU;oBAChB,0CAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,GAAG,CAC9B;gBACJ,qCAAG,KAAK,EAAE,UAAU;oBAChB,0CAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,GAAG,CAC/B;gBACJ,qCAAG,KAAK,EAAE,UAAU;oBAChB,0CAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,GAAG,CAC/B,CACF,CACJ,CACT,CAAC;IACN,CAAC;IAhFa,6BAAY,GAA2B;QACjD,SAAS,EAAE,WAAW;QACtB,KAAK,EAAE,4CAA4C;QACnD,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,MAAM;QACd,KAAK,EAAE,SAAS;QAChB,WAAW,EAAE,CAAC;QACd,UAAU,EAAE,SAAS;KACxB,CAAC;IAwEN,uBAAC;CAAA,AAlFD,CAAsC,eAAK,CAAC,SAAS,GAkFpD;AAlFY,4CAAgB"}
|
|
@@ -17,7 +17,9 @@ export interface IWorkspaceProviderProps {
|
|
|
17
17
|
export declare const WorkspaceProvider: React.FC<IWorkspaceProviderProps>;
|
|
18
18
|
/**
|
|
19
19
|
* Hook to get workspace instance provided to {@link WorkspaceProvider}.
|
|
20
|
-
*
|
|
20
|
+
*
|
|
21
|
+
* @remarks
|
|
22
|
+
* You can set a workspace override that will be returned if defined.
|
|
21
23
|
* This makes the usage more ergonomic (see the following example).
|
|
22
24
|
*
|
|
23
25
|
* Note: For a better TypeScript experience without the hassle of undefined values, you can use the {@link useWorkspaceStrict} hook.
|
|
@@ -37,7 +39,9 @@ export declare const WorkspaceProvider: React.FC<IWorkspaceProviderProps>;
|
|
|
37
39
|
export declare const useWorkspace: (workspace?: string | undefined) => string | undefined;
|
|
38
40
|
/**
|
|
39
41
|
* Hook to get workspace instance provided to {@link WorkspaceProvider}.
|
|
40
|
-
*
|
|
42
|
+
*
|
|
43
|
+
* @remarks
|
|
44
|
+
* You can set a workspace override that will be returned if defined.
|
|
41
45
|
* This makes the usage more ergonomic (see the following example).
|
|
42
46
|
*
|
|
43
47
|
* Note: Note: If you do not provide a workspace identifier to {@link WorkspaceProvider} or as a parameter for this hook,
|
|
@@ -53,7 +57,7 @@ export declare const useWorkspace: (workspace?: string | undefined) => string |
|
|
|
53
57
|
* ```
|
|
54
58
|
*
|
|
55
59
|
* @param workspace - workspace to use instead of context value. If undefined, the context value is used.
|
|
56
|
-
* @param context -
|
|
60
|
+
* @param context - provide context to improve error message in raised invariant (e.g. parent hook name).
|
|
57
61
|
* @public
|
|
58
62
|
*/
|
|
59
63
|
export declare const useWorkspaceStrict: (workspace?: string | undefined, context?: string) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkspaceContext.d.ts","sourceRoot":"","sources":["../../../src/base/react/WorkspaceContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAE/D,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"WorkspaceContext.d.ts","sourceRoot":"","sources":["../../../src/base/react/WorkspaceContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAE/D,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,YAAY,sCAAyB,MAAM,GAAG,SAG1D,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,kBAAkB,wDAAyD,MAQvF,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,EAC1D,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,GAClC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,CAUxB"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.withWorkspace = exports.useWorkspaceStrict = exports.useWorkspace = exports.WorkspaceProvider = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
5
|
-
// (C) 2019 GoodData Corporation
|
|
5
|
+
// (C) 2019-2022 GoodData Corporation
|
|
6
6
|
var react_1 = tslib_1.__importDefault(require("react"));
|
|
7
7
|
var wrapDisplayName_1 = require("./wrapDisplayName");
|
|
8
8
|
var ts_invariant_1 = tslib_1.__importDefault(require("ts-invariant"));
|
|
@@ -19,7 +19,9 @@ exports.WorkspaceProvider = function (_a) {
|
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
21
|
* Hook to get workspace instance provided to {@link WorkspaceProvider}.
|
|
22
|
-
*
|
|
22
|
+
*
|
|
23
|
+
* @remarks
|
|
24
|
+
* You can set a workspace override that will be returned if defined.
|
|
23
25
|
* This makes the usage more ergonomic (see the following example).
|
|
24
26
|
*
|
|
25
27
|
* Note: For a better TypeScript experience without the hassle of undefined values, you can use the {@link useWorkspaceStrict} hook.
|
|
@@ -42,7 +44,9 @@ exports.useWorkspace = function (workspace) {
|
|
|
42
44
|
};
|
|
43
45
|
/**
|
|
44
46
|
* Hook to get workspace instance provided to {@link WorkspaceProvider}.
|
|
45
|
-
*
|
|
47
|
+
*
|
|
48
|
+
* @remarks
|
|
49
|
+
* You can set a workspace override that will be returned if defined.
|
|
46
50
|
* This makes the usage more ergonomic (see the following example).
|
|
47
51
|
*
|
|
48
52
|
* Note: Note: If you do not provide a workspace identifier to {@link WorkspaceProvider} or as a parameter for this hook,
|
|
@@ -58,7 +62,7 @@ exports.useWorkspace = function (workspace) {
|
|
|
58
62
|
* ```
|
|
59
63
|
*
|
|
60
64
|
* @param workspace - workspace to use instead of context value. If undefined, the context value is used.
|
|
61
|
-
* @param context -
|
|
65
|
+
* @param context - provide context to improve error message in raised invariant (e.g. parent hook name).
|
|
62
66
|
* @public
|
|
63
67
|
*/
|
|
64
68
|
exports.useWorkspaceStrict = function (workspace, context) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkspaceContext.js","sourceRoot":"","sources":["../../../src/base/react/WorkspaceContext.tsx"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"WorkspaceContext.js","sourceRoot":"","sources":["../../../src/base/react/WorkspaceContext.tsx"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,wDAA0B;AAC1B,qDAAoD;AACpD,sEAAqC;AAErC,IAAM,gBAAgB,GAAG,eAAK,CAAC,aAAa,CAAqB,SAAS,CAAC,CAAC;AAC5E,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAalD;;;;GAIG;AACU,QAAA,iBAAiB,GAAsC,UAAC,EAAuB;QAArB,QAAQ,cAAA,EAAE,SAAS,eAAA;IACtF,OAAO,8BAAC,gBAAgB,CAAC,QAAQ,IAAC,KAAK,EAAE,SAAS,IAAG,QAAQ,CAA6B,CAAC;AAC/F,CAAC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACU,QAAA,YAAY,GAAG,UAAC,SAAkB;IAC3C,IAAM,oBAAoB,GAAG,eAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAChE,OAAO,SAAS,aAAT,SAAS,cAAT,SAAS,GAAI,oBAAoB,CAAC;AAC7C,CAAC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACU,QAAA,kBAAkB,GAAG,UAAC,SAAkB,EAAE,OAA8B;IAA9B,wBAAA,EAAA,8BAA8B;IACjF,IAAM,oBAAoB,GAAG,eAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAChE,IAAM,kBAAkB,GAAG,SAAS,aAAT,SAAS,cAAT,SAAS,GAAI,oBAAoB,CAAC;IAC7D,sBAAS,CACL,kBAAkB,EACf,OAAO,gIAA6H,CAC1I,CAAC;IACF,OAAO,kBAAkB,CAAC;AAC9B,CAAC,CAAC;AAEF;;;;;GAKG;AACH,SAAgB,aAAa,CACzB,SAAiC;IAEjC,IAAM,8BAA8B,GAAgB,UAAC,KAAK;QACtD,OAAO,CACH,8BAAC,gBAAgB,CAAC,QAAQ,QACrB,UAAC,SAAS,YAAK,OAAA,8BAAC,SAAS,uBAAK,KAAK,IAAE,SAAS,QAAE,KAAK,CAAC,SAAS,mCAAI,SAAS,IAAI,CAAA,EAAA,CACzD,CAC/B,CAAC;IACN,CAAC,CAAC;IAEF,OAAO,iCAAe,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC,8BAA8B,CAAC,CAAC;AACvF,CAAC;AAZD,sCAYC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"availableDrillTargets.d.ts","sourceRoot":"","sources":["../../../../src/base/react/legacy/availableDrillTargets.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"availableDrillTargets.d.ts","sourceRoot":"","sources":["../../../../src/base/react/legacy/availableDrillTargets.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsB,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC/E,OAAO,EAGH,sBAAsB,EACzB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEtD;;;;;GAKG;AACH,wBAAgB,yBAAyB,CACrC,aAAa,EAAE,oBAAoB,EACnC,UAAU,EAAE,oBAAoB,EAAE,GACnC,oBAAoB,EAAE,CAQxB;AAmBD,wBAAgB,wBAAwB,CAAC,EAAE,EAAE,cAAc,GAAG,sBAAsB,CAiBnF"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getAvailableDrillTargets = exports.getIntersectionAttributes = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
5
|
-
// (C) 2021 GoodData Corporation
|
|
5
|
+
// (C) 2021-2022 GoodData Corporation
|
|
6
6
|
var uniqBy_1 = tslib_1.__importDefault(require("lodash/fp/uniqBy"));
|
|
7
7
|
var flatten_1 = tslib_1.__importDefault(require("lodash/flatten"));
|
|
8
8
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"availableDrillTargets.js","sourceRoot":"","sources":["../../../../src/base/react/legacy/availableDrillTargets.ts"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"availableDrillTargets.js","sourceRoot":"","sources":["../../../../src/base/react/legacy/availableDrillTargets.ts"],"names":[],"mappings":";;;;AAAA,qCAAqC;AACrC,oEAAsC;AACtC,mEAAqC;AASrC;;;;;GAKG;AACH,SAAgB,yBAAyB,CACrC,aAAmC,EACnC,UAAkC;IAElC,IAAM,oBAAoB,GAAG,UAAU,CAAC,SAAS,CAC7C,UAAC,SAAS;QACN,wDAAwD;QACxD,OAAA,SAAS,CAAC,eAAe,CAAC,eAAe,KAAK,aAAa,CAAC,eAAe,CAAC,eAAe;IAA3F,CAA2F,CAClG,CAAC;IAEF,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC,EAAE,oBAAoB,GAAG,CAAC,CAAC,CAAC;AACzD,CAAC;AAXD,8DAWC;AAED,SAAS,2BAA2B,CAAC,EAAkB;IACnD,OAAO,iBAAO,CACV,EAAE;SACG,IAAI,EAAE;SACN,UAAU,EAAE;SACZ,GAAG,CAAC,UAAC,UAAU,EAAE,KAAK;QACnB,OAAO,EAAE;aACJ,IAAI,EAAE;aACN,0BAA0B,CAAC,KAAK,CAAC;aACjC,GAAG,CAAC,UAAC,SAAS,EAAE,MAAM,EAAE,UAAU,IAAK,OAAA,CAAC;YACrC,SAAS,WAAA;YACT,sBAAsB,EAAE,yBAAyB,CAAC,SAAS,EAAE,UAAU,CAAC;SAC3E,CAAC,EAHsC,CAGtC,CAAC,CAAC;IACZ,CAAC,CAAC,CACT,CAAC;AACN,CAAC;AAED,SAAgB,wBAAwB,CAAC,EAAkB;IACvD,IAAM,UAAU,GAAG,gBAAM,CACrB,UAAC,mBAAmB,IAAK,OAAA,mBAAmB,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,EAArD,CAAqD,EAC9E,EAAE,CAAC,IAAI,EAAE,CAAC,oBAAoB,EAAE,CACnC,CAAC;IACF,OAAO;QACH,QAAQ,EAAE,EAAE;aACP,IAAI,EAAE;aACN,kBAAkB,EAAE;aACpB,GAAG,CACA,UAAC,OAA2B,IAAmC,OAAA,CAAC;YAC5D,OAAO,SAAA;YACP,UAAU,YAAA;SACb,CAAC,EAH6D,CAG7D,CACL;QACL,UAAU,EAAE,2BAA2B,CAAC,EAAE,CAAC;KAC9C,CAAC;AACN,CAAC;AAjBD,4DAiBC"}
|