@levi-gemcommerce/analytics 3.0.1-dev.3 → 3.0.1-dev.4
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/package.json +38 -15
- package/src/api/graphql/fragments/pathAnalytic.generated.ts +0 -26
- package/src/assets/img/all-sessions.png +0 -0
- package/src/assets/img/analytic-empty.png +0 -0
- package/src/assets/img/first-session.png +0 -0
- package/src/assets/img/page-only.png +0 -0
- package/src/assets/svg/gemx-skeleton.svg +0 -12
- package/src/assets/svg/product.svg +0 -18
- package/src/components/AnalyticMode/AnalyticModeSelector.tsx +0 -50
- package/src/components/AnalyticMode/index.ts +0 -2
- package/src/components/CardPathAnalysis/CardJourneyAnalysis.tsx +0 -33
- package/src/components/CardPathAnalysis/assets/img/analytic-gemx.png +0 -0
- package/src/components/CardPathAnalysis/assets/styles/PathAnalysis.scss +0 -60
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardAnalyticEmpty.tsx +0 -45
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysis.tsx +0 -53
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysisContent.tsx +0 -65
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysisEmpty.tsx +0 -29
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysisSkeleton.tsx +0 -12
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysisWrapper.tsx +0 -43
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/index.ts +0 -1
- package/src/components/CardPathAnalysis/components/PathAnalysisChart.tsx +0 -55
- package/src/components/CardPathAnalysis/components/index.ts +0 -1
- package/src/components/CardPathAnalysis/configs/index.ts +0 -2
- package/src/components/CardPathAnalysis/constants/index.ts +0 -1
- package/src/components/CardPathAnalysis/constants/path-analysis.ts +0 -162
- package/src/components/CardPathAnalysis/contexts/PathAnalysisConfigProvider.tsx +0 -66
- package/src/components/CardPathAnalysis/contexts/PathAnalysisProvider.tsx +0 -130
- package/src/components/CardPathAnalysis/contexts/index.ts +0 -2
- package/src/components/CardPathAnalysis/helpers/index.ts +0 -2
- package/src/components/CardPathAnalysis/helpers/metricHelpers.ts +0 -13
- package/src/components/CardPathAnalysis/helpers/pathAnalysis.ts +0 -96
- package/src/components/CardPathAnalysis/helpers/pathAnalysisChart.ts +0 -128
- package/src/components/CardPathAnalysis/helpers/treeUtils.ts +0 -38
- package/src/components/CardPathAnalysis/hooks/usePathAnalysisChart.tsx +0 -292
- package/src/components/CardPathAnalysis/hooks/usePathAnalysisFunnel.ts +0 -206
- package/src/components/CardPathAnalysis/hooks/usePathAnalyticsMerger.ts +0 -43
- package/src/components/CardPathAnalysis/index.ts +0 -5
- package/src/components/CardPathAnalysis/stores/funnel-chart.ts +0 -30
- package/src/components/CardPathAnalysis/stores/index.ts +0 -3
- package/src/components/CardPathAnalysis/stores/path-analysis-campaign.ts +0 -16
- package/src/components/CardPathAnalysis/stores/path-analysis.ts +0 -11
- package/src/components/CardPathAnalysis/types/index.ts +0 -1
- package/src/components/CardPathAnalysis/types/path-analysis.ts +0 -10
- package/src/components/CurrencySelector/CurrencySelector.tsx +0 -127
- package/src/components/CurrencySelector/index.ts +0 -2
- package/src/components/GModalOrderJourney/GModalOrderJourney.tsx +0 -131
- package/src/components/GModalOrderJourney/components/OrderJourneySkeleton.tsx +0 -93
- package/src/components/GModalOrderJourney/components/index.ts +0 -1
- package/src/components/GModalOrderJourney/context/OrderJourneyContext.tsx +0 -17
- package/src/components/GModalOrderJourney/context/index.ts +0 -1
- package/src/components/GModalOrderJourney/hooks/index.ts +0 -1
- package/src/components/GModalOrderJourney/hooks/useGModalOrderJourney.ts +0 -25
- package/src/components/GModalOrderJourney/index.ts +0 -5
- package/src/components/GModalOrderJourney/types/index.ts +0 -4
- package/src/components/GModalOrderJourney/utils/index.ts +0 -75
- package/src/components/GSelectableMetricChartCard/GSelectableMetricChartCard.tsx +0 -83
- package/src/components/GSelectableMetricChartCard/MetricChartTab.tsx +0 -56
- package/src/components/GSelectableMetricChartCard/index.ts +0 -2
- package/src/components/GTimePicker/GTimePicker.tsx +0 -31
- package/src/components/GTimePicker/components/BaseTimePicker.tsx +0 -249
- package/src/components/GTimePicker/components/CompareTimePicker.tsx +0 -41
- package/src/components/GTimePicker/components/DateTimeFilterAddition.tsx +0 -84
- package/src/components/GTimePicker/components/DateTimeFilterInputs.tsx +0 -124
- package/src/components/GTimePicker/components/DateTimeFilters.tsx +0 -86
- package/src/components/GTimePicker/components/MainTimePicker.tsx +0 -47
- package/src/components/GTimePicker/components/index.ts +0 -2
- package/src/components/GTimePicker/constants/compareDateTimePicker.ts +0 -68
- package/src/components/GTimePicker/constants/datePicker.ts +0 -14
- package/src/components/GTimePicker/constants/index.ts +0 -2
- package/src/components/GTimePicker/constants/mainDataTimePicker.ts +0 -88
- package/src/components/GTimePicker/contexts/DateTimePickerProvider.tsx +0 -125
- package/src/components/GTimePicker/contexts/index.ts +0 -1
- package/src/components/GTimePicker/helpers/date-range-info.ts +0 -84
- package/src/components/GTimePicker/helpers/index.ts +0 -4
- package/src/components/GTimePicker/helpers/parse-date.ts +0 -127
- package/src/components/GTimePicker/helpers/time-picker.ts +0 -123
- package/src/components/GTimePicker/helpers/version.ts +0 -36
- package/src/components/GTimePicker/hooks/index.ts +0 -3
- package/src/components/GTimePicker/hooks/useCompareDateTimePicker.tsx +0 -79
- package/src/components/GTimePicker/hooks/useDateTimeFilter.ts +0 -83
- package/src/components/GTimePicker/hooks/useDateTimePicker.tsx +0 -99
- package/src/components/GTimePicker/hooks/useVersionDateTimeFilters.ts +0 -30
- package/src/components/GTimePicker/index.ts +0 -7
- package/src/components/GTimePicker/types/index.ts +0 -43
- package/src/components/MetricDonutChartCard/MetricDonutChartCard.tsx +0 -121
- package/src/components/MetricDonutChartCard/index.ts +0 -2
- package/src/components/MetricDonutChartCard/utils/donut-chart.ts +0 -75
- package/src/components/MetricDonutChartCard/utils/index.ts +0 -1
- package/src/components/OrderAnalytic/OrderListingLatestTable.tsx +0 -111
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/OrderListingTableSkeleton.tsx +0 -40
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/SkeletonCellContent.tsx +0 -77
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/SkeletonHeader.tsx +0 -35
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/SkeletonRow.tsx +0 -35
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/SkeletonSummaryRow.tsx +0 -36
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/constants.ts +0 -11
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/index.ts +0 -1
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingTable.tsx +0 -159
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingTableEmpty.tsx +0 -29
- package/src/components/OrderAnalytic/components/OrderListing/index.ts +0 -2
- package/src/components/OrderAnalytic/components/index.ts +0 -1
- package/src/components/OrderAnalytic/constants/index.ts +0 -2
- package/src/components/OrderAnalytic/constants/order-columns.ts +0 -51
- package/src/components/OrderAnalytic/constants/order-listing.ts +0 -199
- package/src/components/OrderAnalytic/helpers/index.ts +0 -1
- package/src/components/OrderAnalytic/helpers/order-listing.ts +0 -48
- package/src/components/OrderAnalytic/hooks/index.ts +0 -1
- package/src/components/OrderAnalytic/hooks/useOrderListingData.ts +0 -55
- package/src/components/OrderAnalytic/index.ts +0 -5
- package/src/components/OrderAnalytic/stores/index.ts +0 -2
- package/src/components/OrderAnalytic/stores/order-columns-selector.ts +0 -24
- package/src/components/OrderAnalytic/stores/order-control.ts +0 -15
- package/src/components/OrderAnalytic/types/index.ts +0 -3
- package/src/components/OrderAnalytic/types/order.ts +0 -89
- package/src/components/OrderAnalytic/types/orderListing.ts +0 -4
- package/src/components/OrderAnalytic/types/report.ts +0 -14
- package/src/components/SingleMetricChartCard/SingleMetricChartCard.tsx +0 -56
- package/src/components/SingleMetricChartCard/index.tsx +0 -2
- package/src/components/common/chart/GChartSkeleton.tsx +0 -5
- package/src/components/common/chart/MetricChart.tsx +0 -62
- package/src/components/common/chart/MetricChartEmpty.tsx +0 -35
- package/src/components/common/chart/MetricChartTooltip.tsx +0 -74
- package/src/components/common/chart/MetricDonutChartSkeleton.tsx +0 -14
- package/src/components/common/chart/MetricInfoBlock.tsx +0 -66
- package/src/components/common/chart/MetricInfoSkeleton.tsx +0 -25
- package/src/components/common/chart/MetricValueSummary.tsx +0 -23
- package/src/components/common/chart/index.ts +0 -8
- package/src/components/common/icons/DownIcon8px.tsx +0 -14
- package/src/components/common/icons/UpIcon8px.tsx +0 -14
- package/src/components/common/icons/index.ts +0 -2
- package/src/components/common/percent/MetricPercentage.tsx +0 -42
- package/src/components/common/percent/index.ts +0 -1
- package/src/components/index.ts +0 -9
- package/src/constants/analytic-metric-tooltip.tsx +0 -164
- package/src/constants/breakdown-targets.ts +0 -25
- package/src/constants/campaign.ts +0 -4
- package/src/constants/chart.ts +0 -17
- package/src/constants/currency.ts +0 -3
- package/src/constants/index.ts +0 -6
- package/src/constants/thumbnail.ts +0 -3
- package/src/core/gemxql/api/index.ts +0 -2
- package/src/core/gemxql/api/useCustomGemXQlQuery.ts +0 -35
- package/src/core/gemxql/api/useGemxQlNamedQuery.ts +0 -34
- package/src/core/gemxql/builder/build-gemxql-query.ts +0 -81
- package/src/core/gemxql/builder/clauses/condition-query.ts +0 -74
- package/src/core/gemxql/builder/clauses/from-query.ts +0 -18
- package/src/core/gemxql/builder/clauses/group-query.ts +0 -43
- package/src/core/gemxql/builder/clauses/index.ts +0 -11
- package/src/core/gemxql/builder/clauses/limit-query.ts +0 -15
- package/src/core/gemxql/builder/clauses/mode-query.ts +0 -14
- package/src/core/gemxql/builder/clauses/offset-query.ts +0 -15
- package/src/core/gemxql/builder/clauses/order-by-query.ts +0 -37
- package/src/core/gemxql/builder/clauses/show-query.ts +0 -18
- package/src/core/gemxql/builder/clauses/time-query.ts +0 -67
- package/src/core/gemxql/builder/clauses/time-series-query.ts +0 -15
- package/src/core/gemxql/builder/clauses/timezone-query.ts +0 -17
- package/src/core/gemxql/builder/configs/date-formats.ts +0 -1
- package/src/core/gemxql/builder/configs/index.ts +0 -3
- package/src/core/gemxql/builder/configs/keywords.ts +0 -16
- package/src/core/gemxql/builder/configs/query-defaults.ts +0 -1
- package/src/core/gemxql/builder/filters/build-extra-conditions.ts +0 -69
- package/src/core/gemxql/builder/filters/build-filter-conditions.ts +0 -161
- package/src/core/gemxql/builder/filters/index.ts +0 -2
- package/src/core/gemxql/builder/helpers/date-query-helpers.ts +0 -41
- package/src/core/gemxql/builder/helpers/index.ts +0 -1
- package/src/core/gemxql/builder/helpers/is-valid-query-input.ts +0 -8
- package/src/core/gemxql/builder/index.ts +0 -6
- package/src/core/gemxql/builder/parse-gemxql-query.ts +0 -43
- package/src/core/gemxql/constants/analytic-data.ts +0 -2
- package/src/core/gemxql/constants/column-keys.ts +0 -4
- package/src/core/gemxql/constants/index.ts +0 -4
- package/src/core/gemxql/constants/operators.ts +0 -2
- package/src/core/gemxql/constants/row-reader-mode.ts +0 -9
- package/src/core/gemxql/graphql/fragments/gemxql.generated.ts +0 -80
- package/src/core/gemxql/graphql/fragments/gemxql.gql +0 -18
- package/src/core/gemxql/graphql/index.ts +0 -2
- package/src/core/gemxql/graphql/queries/gemxql.generated.ts +0 -26
- package/src/core/gemxql/graphql/queries/gemxql.gql +0 -5
- package/src/core/gemxql/helpers/columnKeys.ts +0 -8
- package/src/core/gemxql/helpers/extractQueryData.ts +0 -18
- package/src/core/gemxql/helpers/formatAnalyticData.ts +0 -92
- package/src/core/gemxql/helpers/formatAnalyticDate.ts +0 -29
- package/src/core/gemxql/helpers/getTimeDimension.ts +0 -11
- package/src/core/gemxql/helpers/hasMetricData.ts +0 -6
- package/src/core/gemxql/helpers/index.ts +0 -8
- package/src/core/gemxql/helpers/parseJsonFields.ts +0 -36
- package/src/core/gemxql/helpers/readNumeric.ts +0 -25
- package/src/core/gemxql/hooks/index.ts +0 -2
- package/src/core/gemxql/hooks/useAnalyticData.ts +0 -67
- package/src/core/gemxql/hooks/useGemXQlPagination.ts +0 -79
- package/src/core/gemxql/index.ts +0 -8
- package/src/core/gemxql/types/analytic-data.ts +0 -26
- package/src/core/gemxql/types/analytic-source.ts +0 -4
- package/src/core/gemxql/types/extra-condition.ts +0 -40
- package/src/core/gemxql/types/field-filters.ts +0 -18
- package/src/core/gemxql/types/field-operators.ts +0 -8
- package/src/core/gemxql/types/filter-types.ts +0 -33
- package/src/core/gemxql/types/group-with-clause.ts +0 -12
- package/src/core/gemxql/types/index.ts +0 -11
- package/src/core/gemxql/types/order-by.ts +0 -13
- package/src/core/gemxql/types/page-fields.ts +0 -25
- package/src/core/gemxql/types/row-reader-mode.ts +0 -6
- package/src/core/gemxql/types/time-dimension.ts +0 -8
- package/src/global.d.ts +0 -38
- package/src/hooks/index.ts +0 -7
- package/src/hooks/publish/index.ts +0 -2
- package/src/hooks/publish/useStickyDetectById.ts +0 -39
- package/src/hooks/publish/useStickyFilterBoxProps.ts +0 -26
- package/src/hooks/publish/useWindowSize.ts +0 -54
- package/src/hooks/useEnhancedEffect.ts +0 -3
- package/src/hooks/useFetchCurrencyRates.ts +0 -48
- package/src/hooks/useFormatLineChartData.ts +0 -28
- package/src/hooks/usePopoverResizeObserver.ts +0 -43
- package/src/hooks/usePreventBodyScroll.ts +0 -15
- package/src/hooks/useSearchParams.ts +0 -7
- package/src/hooks/useToggle.ts +0 -23
- package/src/index.ts +0 -10
- package/src/modules/analytics/constants/index.ts +0 -124
- package/src/modules/analytics/index.ts +0 -3
- package/src/modules/analytics/types/index.ts +0 -43
- package/src/modules/analytics/utils/formatMetric.ts +0 -42
- package/src/modules/analytics/utils/getPAMetricValue.ts +0 -11
- package/src/modules/analytics/utils/index.ts +0 -3
- package/src/modules/analytics/utils/metric.ts +0 -172
- package/src/providers/ConvertMoneyProvider.tsx +0 -68
- package/src/providers/MetricChartProvider.tsx +0 -50
- package/src/providers/TimezoneProvider.tsx +0 -31
- package/src/providers/index.ts +0 -5
- package/src/shared/charts/components/ComboChart.tsx +0 -108
- package/src/shared/charts/components/GBarChart.tsx +0 -96
- package/src/shared/charts/components/GComboChart.tsx +0 -15
- package/src/shared/charts/components/GDonutChart.tsx +0 -25
- package/src/shared/charts/components/GFunnelChart/GFunnelChart.tsx +0 -34
- package/src/shared/charts/components/GFunnelChart/components/FunnelChartAction.tsx +0 -67
- package/src/shared/charts/components/GFunnelChart/components/FunnelChartActionIcon.tsx +0 -60
- package/src/shared/charts/components/GFunnelChart/components/FunnelChartActionWrapper.tsx +0 -100
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/FunnelSelectionContent.tsx +0 -92
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/FunnelSelectionHeader.tsx +0 -54
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/FunnelSelectionItem.tsx +0 -51
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/FunnelSelectionPopover.tsx +0 -95
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/index.ts +0 -1
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/type.ts +0 -7
- package/src/shared/charts/components/GFunnelChart/components/types.ts +0 -24
- package/src/shared/charts/components/GFunnelChart/index.ts +0 -4
- package/src/shared/charts/components/GFunnelChart/types.ts +0 -11
- package/src/shared/charts/components/GPolarisViz/components/Arc/Arc.module.scss +0 -7
- package/src/shared/charts/components/GPolarisViz/components/Arc/Arc.tsx +0 -135
- package/src/shared/charts/components/GPolarisViz/components/Arc/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartContainer/ChartContainer.module.scss +0 -39
- package/src/shared/charts/components/GPolarisViz/components/ChartContainer/ChartContainer.tsx +0 -150
- package/src/shared/charts/components/GPolarisViz/components/ChartContainer/hooks/useContainerBounds.ts +0 -113
- package/src/shared/charts/components/GPolarisViz/components/ChartContainer/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartElements/ChartDiv.tsx +0 -18
- package/src/shared/charts/components/GPolarisViz/components/ChartElements/ChartElements.module.scss +0 -21
- package/src/shared/charts/components/GPolarisViz/components/ChartElements/ChartSVG.tsx +0 -40
- package/src/shared/charts/components/GPolarisViz/components/ChartElements/index.ts +0 -7
- package/src/shared/charts/components/GPolarisViz/components/ChartErrorBoundary/ChartErrorBoundary.tsx +0 -56
- package/src/shared/charts/components/GPolarisViz/components/ChartErrorBoundary/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartErrorBoundary/utilities/checkForMismatchedData.ts +0 -34
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/ChartSkeleton.module.scss +0 -6
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/ChartSkeleton.tsx +0 -96
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/DonutSkeleton/DonutSkeleton.module.scss +0 -41
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/DonutSkeleton/DonutSkeleton.tsx +0 -193
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/DonutSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/ErrorText/ErrorText.tsx +0 -40
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/ErrorText/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/FunnelSkeleton/FunnelSkeleton.tsx +0 -69
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/FunnelSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/GridSkeleton/GridSkeleton.tsx +0 -155
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/GridSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/Shimmer/Shimmer.module.scss +0 -33
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/Shimmer/Shimmer.tsx +0 -34
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/Shimmer/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleBarSkeleton/SimpleBarSkeleton.module.scss +0 -15
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleBarSkeleton/SimpleBarSkeleton.tsx +0 -53
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleBarSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleNormalizedSkeleton/SimpleNormalizedSkeleton.module.scss +0 -35
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleNormalizedSkeleton/SimpleNormalizedSkeleton.tsx +0 -75
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleNormalizedSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SparkSkeleton/SparkSkeleton.tsx +0 -27
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SparkSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/index.ts +0 -8
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/index.ts +0 -9
- package/src/shared/charts/components/GPolarisViz/components/ConicGradientWithStops/ConicGradientWithStops.tsx +0 -27
- package/src/shared/charts/components/GPolarisViz/components/ConicGradientWithStops/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/DefaultPreview/DefaultPreview.module.scss +0 -8
- package/src/shared/charts/components/GPolarisViz/components/DefaultPreview/DefaultPreview.tsx +0 -25
- package/src/shared/charts/components/GPolarisViz/components/DefaultPreview/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/Chart.tsx +0 -209
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/FunnelChart.tsx +0 -72
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/FunnelChartXAxisArrows.tsx +0 -52
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/FunnelChartXAxisLabels.tsx +0 -66
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/FunnelSegment.tsx +0 -121
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/Label.module.scss +0 -23
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/Label.tsx +0 -67
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/index.ts +0 -4
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/Chart.tsx +0 -259
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/FunnelChartNext.tsx +0 -104
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelChartLabels/FunnelChartLabels.tsx +0 -387
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelChartLabels/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelTooltip/FunnelTooltip.scss +0 -8
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelTooltip/FunnelTooltip.tsx +0 -37
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelTooltip/index.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/ScaleIcon.tsx +0 -20
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/ScaleIconTooltip.tsx +0 -31
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/Tooltip/CustomTooltip.tsx +0 -68
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/Tooltip/Tooltip.scss +0 -52
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/Tooltip/Tooltip.tsx +0 -149
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/Tooltip/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/TooltipOverlay.tsx +0 -117
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/TooltipWithPortal.tsx +0 -12
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/index.ts +0 -8
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/constants.ts +0 -28
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/hooks/useTooltipInteraction.ts +0 -59
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/hooks/useTooltipPlacement.ts +0 -113
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/index.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/types.ts +0 -13
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/utilities/calculate-dropoff.ts +0 -4
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/utilities/useBuildFunnelTrends.ts +0 -108
- package/src/shared/charts/components/GPolarisViz/components/HorizontalGridLines/HorizontalGridLines.tsx +0 -27
- package/src/shared/charts/components/GPolarisViz/components/HorizontalGridLines/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/Labels/SingleTextLine.tsx +0 -64
- package/src/shared/charts/components/GPolarisViz/components/Labels/hooks/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/Labels/hooks/useLabels.tsx +0 -131
- package/src/shared/charts/components/GPolarisViz/components/Labels/index.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/endLineTruncate.ts +0 -23
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/endWordTruncate.ts +0 -34
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/estimateTextHeight.ts +0 -31
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/formatAndAddEllipsis.ts +0 -12
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/getDiagonalLabels.ts +0 -70
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/getHorizontalLabels.ts +0 -90
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/getVerticalLabels.ts +0 -58
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/getWidestLabel.ts +0 -15
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/shouldSkipLabel.ts +0 -11
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/endWordTruncate.test.ts +0 -16
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/estimateTextHeight.test.ts +0 -19
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/formatAndAddEllipsis.test.ts +0 -9
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/truncateLastLine.test.ts +0 -22
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/truncateSingleLine.test.ts +0 -15
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/truncateLabels.ts +0 -75
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/truncateLastLine.ts +0 -61
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/truncateSingleLine.ts +0 -39
- package/src/shared/charts/components/GPolarisViz/components/LinePreview/LinePreview.module.scss +0 -8
- package/src/shared/charts/components/GPolarisViz/components/LinePreview/LinePreview.tsx +0 -105
- package/src/shared/charts/components/GPolarisViz/components/LinePreview/constants.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/components/LinePreview/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/SwallowErrors/SwallowErrors.tsx +0 -32
- package/src/shared/charts/components/GPolarisViz/components/SwallowErrors/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TextLine/TextLine.tsx +0 -88
- package/src/shared/charts/components/GPolarisViz/components/TextLine/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/TooltipContent.tsx +0 -109
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipContentContainer/TooltipContentContainer.module.scss +0 -10
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipContentContainer/TooltipContentContainer.tsx +0 -67
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipContentContainer/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipRow/TooltipRow.module.scss +0 -26
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipRow/TooltipRow.tsx +0 -57
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipRow/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeries/TooltipSeries.module.scss +0 -4
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeries/TooltipSeries.tsx +0 -26
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeries/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeriesName/TooltipSeriesName.module.scss +0 -4
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeriesName/TooltipSeriesName.tsx +0 -20
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeriesName/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipTitle/TooltipTitle.module.scss +0 -7
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipTitle/TooltipTitle.tsx +0 -15
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipTitle/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/index.ts +0 -5
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/constants.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/hooks/useGetLongestLabelFromData.ts +0 -56
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/index.ts +0 -4
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/utilities/get-tooltip-template-content-column-count.ts +0 -10
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/utilities/tests/get-tooltip-template-content-column-count.test.ts +0 -48
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/TooltipWrapper.tsx +0 -338
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/components/TooltipAnimatedContainer.module.scss +0 -6
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/components/TooltipAnimatedContainer.tsx +0 -139
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/constants.ts +0 -18
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/index.ts +0 -5
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/types.ts +0 -62
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/eventPoint.ts +0 -84
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getAlteredHorizontalBarPosition.ts +0 -110
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getAlteredLineChartPosition.ts +0 -115
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getAlteredVerticalBarPosition.ts +0 -105
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getDonutChartTooltipPosition.ts +0 -64
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getHorizontalBarChartTooltipPosition.ts +0 -79
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getLineChartTooltipPosition.ts +0 -68
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getVerticalBarChartTooltipPosition.ts +0 -123
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/shouldBlockTooltipEvents.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities.ts +0 -162
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/TrendIndicator.tsx +0 -72
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Arrows/ArrowDown.tsx +0 -12
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Arrows/ArrowUp.tsx +0 -12
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Arrows/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Svg/Svg.scss +0 -7
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Svg/Svg.tsx +0 -27
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Svg/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/constants.ts +0 -12
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/index.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/utilities/estimateTrendIndicatorWidth.ts +0 -9
- package/src/shared/charts/components/GPolarisViz/components/VerticalBarChart/utilities/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/VerticalBarChart/utilities/sortBarChartData.ts +0 -20
- package/src/shared/charts/components/GPolarisViz/components/VerticalGridLines/VerticalGridLines.tsx +0 -32
- package/src/shared/charts/components/GPolarisViz/components/VerticalGridLines/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/index.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/constants.ts +0 -72
- package/src/shared/charts/components/GPolarisViz/data/character-width-offsets.json +0 -65
- package/src/shared/charts/components/GPolarisViz/data/character-widths.json +0 -1
- package/src/shared/charts/components/GPolarisViz/hooks/index.ts +0 -5
- package/src/shared/charts/components/GPolarisViz/hooks/useBarSpringConfig.ts +0 -21
- package/src/shared/charts/components/GPolarisViz/hooks/useBrowserCheck.ts +0 -13
- package/src/shared/charts/components/GPolarisViz/hooks/useCallbackRef.tsx +0 -39
- package/src/shared/charts/components/GPolarisViz/hooks/useDataForHorizontalChart.ts +0 -69
- package/src/shared/charts/components/GPolarisViz/hooks/useDebouncedCallback.ts +0 -197
- package/src/shared/charts/components/GPolarisViz/hooks/useFormattedLabels.ts +0 -31
- package/src/shared/charts/components/GPolarisViz/hooks/useFunnelBarScaling.ts +0 -53
- package/src/shared/charts/components/GPolarisViz/hooks/useHorizontalBarSizes.ts +0 -70
- package/src/shared/charts/components/GPolarisViz/hooks/useHorizontalStackedValues.ts +0 -34
- package/src/shared/charts/components/GPolarisViz/hooks/useHorizontalTicksAndScale.ts +0 -67
- package/src/shared/charts/components/GPolarisViz/hooks/useHorizontalXScale.ts +0 -48
- package/src/shared/charts/components/GPolarisViz/hooks/useIndexForLabels.ts +0 -16
- package/src/shared/charts/components/GPolarisViz/hooks/usePrefersReducedMotion.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/hooks/usePrintResizing.ts +0 -94
- package/src/shared/charts/components/GPolarisViz/hooks/useReducedLabelIndexes.ts +0 -21
- package/src/shared/charts/components/GPolarisViz/hooks/useResizeObserver.ts +0 -39
- package/src/shared/charts/components/GPolarisViz/hooks/useRootContainer.ts +0 -20
- package/src/shared/charts/components/GPolarisViz/hooks/useWatchColorVisionEvents.tsx +0 -35
- package/src/shared/charts/components/GPolarisViz/index.ts +0 -10
- package/src/shared/charts/components/GPolarisViz/shared/Bar/Bar.tsx +0 -89
- package/src/shared/charts/components/GPolarisViz/shared/Bar/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartConnector/FunnelChartConnector.tsx +0 -46
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartConnector/FunnelChartConnectorGradient.tsx +0 -21
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartConnector/constants.ts +0 -11
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartConnector/index.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/FunnelChartSegment.tsx +0 -100
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/components/AnimatedSegment.tsx +0 -50
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/components/InteractiveOverlay.tsx +0 -34
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/components/ScaledSegment.tsx +0 -218
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/constants.ts +0 -4
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/shared/SeriesIcon/SeriesIcon.tsx +0 -22
- package/src/shared/charts/components/GPolarisViz/shared/SeriesIcon/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/shared/ZeroValueLine/ZeroValueLine.tsx +0 -45
- package/src/shared/charts/components/GPolarisViz/shared/ZeroValueLine/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/shared/index.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/styles/_common.scss +0 -15
- package/src/shared/charts/components/GPolarisViz/styles/shared/_accessibility.scss +0 -41
- package/src/shared/charts/components/GPolarisViz/styles/shared/_chart-container.scss +0 -8
- package/src/shared/charts/components/GPolarisViz/styles/shared/_variables.scss +0 -322
- package/src/shared/charts/components/GPolarisViz/types.ts +0 -261
- package/src/shared/charts/components/GPolarisViz/utilities/base.ts +0 -13
- package/src/shared/charts/components/GPolarisViz/utilities/classnames.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/utilities/createCssConicGradient.ts +0 -12
- package/src/shared/charts/components/GPolarisViz/utilities/createCssGradient.ts +0 -7
- package/src/shared/charts/components/GPolarisViz/utilities/estimateStringWidthWithOffset.ts +0 -15
- package/src/shared/charts/components/GPolarisViz/utilities/getAxisOptions.ts +0 -26
- package/src/shared/charts/components/GPolarisViz/utilities/getCSSBackgroundFromColor.ts +0 -8
- package/src/shared/charts/components/GPolarisViz/utilities/getChartId.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/utilities/getFontSize.ts +0 -7
- package/src/shared/charts/components/GPolarisViz/utilities/getStackedMinMax.ts +0 -43
- package/src/shared/charts/components/GPolarisViz/utilities/getStackedValues.ts +0 -35
- package/src/shared/charts/components/GPolarisViz/utilities/getStackedValuesFromDataSeries.tsx +0 -30
- package/src/shared/charts/components/GPolarisViz/utilities/getTrendIndicatorData.ts +0 -22
- package/src/shared/charts/components/GPolarisViz/utilities/hasHiddenComparisonSeries.ts +0 -26
- package/src/shared/charts/components/GPolarisViz/utilities/index.ts +0 -6
- package/src/shared/charts/components/GSimpleBarChart.tsx +0 -32
- package/src/shared/charts/components/index.ts +0 -7
- package/src/shared/charts/constants/chart.ts +0 -14
- package/src/shared/charts/constants/index.ts +0 -1
- package/src/shared/charts/contexts/GChartProvider.tsx +0 -48
- package/src/shared/charts/contexts/index.ts +0 -1
- package/src/shared/charts/index.ts +0 -4
- package/src/shared/charts/types/chart.ts +0 -36
- package/src/shared/charts/types/index.ts +0 -1
- package/src/shared/components/GActivatorPopover/GActivatorPopover.tsx +0 -107
- package/src/shared/components/GActivatorPopover/index.ts +0 -1
- package/src/shared/components/GBlockCenter/GBlockCenter.scss +0 -19
- package/src/shared/components/GBlockCenter/GBlockCenter.tsx +0 -72
- package/src/shared/components/GBlockCenter/index.ts +0 -1
- package/src/shared/components/GBox/GBox.scss +0 -25
- package/src/shared/components/GBox/GBox.tsx +0 -15
- package/src/shared/components/GBox/index.ts +0 -1
- package/src/shared/components/GBoxCard/GBoxCard.tsx +0 -27
- package/src/shared/components/GBoxCard/index.ts +0 -1
- package/src/shared/components/GButton/GButton.scss +0 -41
- package/src/shared/components/GButton/GButton.tsx +0 -73
- package/src/shared/components/GButton/index.ts +0 -1
- package/src/shared/components/GCheckbox/GCheckbox.tsx +0 -176
- package/src/shared/components/GCheckbox/index.ts +0 -1
- package/src/shared/components/GChoice/ChoiceHelpText.tsx +0 -25
- package/src/shared/components/GChoice/GChoice.scss +0 -14
- package/src/shared/components/GChoice/GChoice.tsx +0 -165
- package/src/shared/components/GChoice/index.ts +0 -2
- package/src/shared/components/GClickable/GClickable.tsx +0 -43
- package/src/shared/components/GClickable/index.ts +0 -1
- package/src/shared/components/GDiv/GDiv.tsx +0 -27
- package/src/shared/components/GDiv/index.ts +0 -1
- package/src/shared/components/GDotInline/GDotInline.tsx +0 -20
- package/src/shared/components/GDotInline/index.ts +0 -1
- package/src/shared/components/GFeatureLocked/GFeatureLocked.tsx +0 -85
- package/src/shared/components/GFeatureLocked/assets/images/empty-analytics.png +0 -0
- package/src/shared/components/GFeatureLocked/assets/images/empty-campaign-group-template-illustration.png +0 -0
- package/src/shared/components/GFeatureLocked/assets/images/empty-campaign-group-template.png +0 -0
- package/src/shared/components/GFeatureLocked/assets/images/empty-page-listing-illustration.png +0 -0
- package/src/shared/components/GFeatureLocked/assets/images/empty-page-listing.png +0 -0
- package/src/shared/components/GFeatureLocked/constants.ts +0 -33
- package/src/shared/components/GFeatureLocked/index.ts +0 -2
- package/src/shared/components/GFeatureLocked/types.ts +0 -16
- package/src/shared/components/GI18NText/GI18NText.tsx +0 -37
- package/src/shared/components/GI18NText/index.ts +0 -2
- package/src/shared/components/GI18NText/types.ts +0 -7
- package/src/shared/components/GInlineCenter/GInlineCenter.scss +0 -17
- package/src/shared/components/GInlineCenter/GInlineCenter.tsx +0 -39
- package/src/shared/components/GInlineCenter/index.ts +0 -1
- package/src/shared/components/GMockDataTooltip/GMockDataTooltip.tsx +0 -30
- package/src/shared/components/GMockDataTooltip/index.ts +0 -1
- package/src/shared/components/GModal/GModal.tsx +0 -49
- package/src/shared/components/GModal/index.ts +0 -1
- package/src/shared/components/GOptionList/GOptionList.tsx +0 -63
- package/src/shared/components/GOptionList/index.ts +0 -1
- package/src/shared/components/GPagination/GPagination.tsx +0 -44
- package/src/shared/components/GPagination/hooks/useGPagination.ts +0 -42
- package/src/shared/components/GPagination/index.ts +0 -2
- package/src/shared/components/GSelector/GSelector.tsx +0 -198
- package/src/shared/components/GSelector/index.ts +0 -1
- package/src/shared/components/GSkeletonDisplayText/GSkeletonDisplayText.tsx +0 -14
- package/src/shared/components/GSkeletonDisplayText/index.ts +0 -1
- package/src/shared/components/GSpinner/GSpinner.tsx +0 -16
- package/src/shared/components/GSpinner/index.ts +0 -1
- package/src/shared/components/GTextLink/GTextLink.tsx +0 -26
- package/src/shared/components/GTextLink/index.ts +0 -1
- package/src/shared/components/GTextTooltip/GTextTooltip.tsx +0 -18
- package/src/shared/components/GTextTooltip/index.ts +0 -1
- package/src/shared/components/GTextTruncated/GTextTruncated.tsx +0 -80
- package/src/shared/components/GTextTruncated/index.ts +0 -1
- package/src/shared/components/GThumbnail/GThumbnail.scss +0 -5
- package/src/shared/components/GThumbnail/GThumbnail.tsx +0 -69
- package/src/shared/components/GThumbnail/index.ts +0 -1
- package/src/shared/components/GTooltip/GTooltip.tsx +0 -34
- package/src/shared/components/GTooltip/components/GTooltipCard.tsx +0 -164
- package/src/shared/components/GTooltip/index.ts +0 -3
- package/src/shared/components/GTooltipCard/GTooltipCard.tsx +0 -161
- package/src/shared/components/GTooltipCard/index.ts +0 -7
- package/src/shared/components/GVariantBadge/GVariant.tsx +0 -55
- package/src/shared/components/GVariantBadge/GVariantBadge.scss +0 -10
- package/src/shared/components/GVariantBadge/GVariantBadge.tsx +0 -82
- package/src/shared/components/GVariantBadge/index.ts +0 -4
- package/src/shared/components/GVariantBadge/types.ts +0 -20
- package/src/shared/components/GViewBySelector/GViewBySelector.tsx +0 -114
- package/src/shared/components/GViewBySelector/index.ts +0 -1
- package/src/shared/components/index.ts +0 -26
- package/src/shared/index.ts +0 -1
- package/src/shared/journey/common/JourneyContainer/components/JourneyContainer.tsx +0 -140
- package/src/shared/journey/common/JourneyContainer/components/JourneyTimeline.tsx +0 -18
- package/src/shared/journey/common/JourneyContainer/components/index.ts +0 -2
- package/src/shared/journey/common/JourneyContainer/index.ts +0 -1
- package/src/shared/journey/common/index.ts +0 -1
- package/src/shared/journey/index.ts +0 -2
- package/src/shared/journey/ui/JourneyEvents/components/AcceptedPostPurchaseOffer/AcceptedPostPurchaseOffer.tsx +0 -24
- package/src/shared/journey/ui/JourneyEvents/components/AcceptedPostPurchaseOffer/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutCompleted/CheckoutCompleted.tsx +0 -64
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutCompleted/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutItems.tsx +0 -27
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutStarted/CheckoutStarted.tsx +0 -25
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutStarted/CheckoutStartedDetail.tsx +0 -79
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutStarted/index.ts +0 -2
- package/src/shared/journey/ui/JourneyEvents/components/PageViewed/PageViewed.tsx +0 -116
- package/src/shared/journey/ui/JourneyEvents/components/PageViewed/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/ProductAddedToCart/ProductAddedToCart.tsx +0 -24
- package/src/shared/journey/ui/JourneyEvents/components/ProductAddedToCart/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/ProductQuantity/ProductQuantity.tsx +0 -33
- package/src/shared/journey/ui/JourneyEvents/components/ProductQuantity/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/ProductRemovedFromCart/ProductRemovedFromCart.tsx +0 -24
- package/src/shared/journey/ui/JourneyEvents/components/ProductRemovedFromCart/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/index.ts +0 -6
- package/src/shared/journey/ui/JourneyEvents/constants/event.ts +0 -38
- package/src/shared/journey/ui/JourneyEvents/constants/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/index.ts +0 -2
- package/src/shared/journey/ui/JourneyEvents/types.ts +0 -2
- package/src/shared/journey/ui/JourneyGroup/JourneyGroup.tsx +0 -41
- package/src/shared/journey/ui/JourneyGroup/index.ts +0 -1
- package/src/shared/journey/ui/JourneyItem/components/EventMarkerIcon.tsx +0 -28
- package/src/shared/journey/ui/JourneyItem/components/JourneyDetail.tsx +0 -24
- package/src/shared/journey/ui/JourneyItem/components/JourneyItem.tsx +0 -27
- package/src/shared/journey/ui/JourneyItem/components/JourneyTime.tsx +0 -33
- package/src/shared/journey/ui/JourneyItem/components/QuantityWrapper.tsx +0 -17
- package/src/shared/journey/ui/JourneyItem/components/index.ts +0 -3
- package/src/shared/journey/ui/JourneyItem/index.ts +0 -2
- package/src/shared/journey/ui/JourneyItem/types/events.ts +0 -33
- package/src/shared/journey/ui/JourneyItem/types/index.ts +0 -1
- package/src/shared/journey/ui/JourneyTitle/components/GemxIdBadge.tsx +0 -38
- package/src/shared/journey/ui/JourneyTitle/components/JourneyDateBadge.tsx +0 -18
- package/src/shared/journey/ui/JourneyTitle/components/JourneyIdBadge.tsx +0 -65
- package/src/shared/journey/ui/JourneyTitle/components/JourneyLoadMore.tsx +0 -43
- package/src/shared/journey/ui/JourneyTitle/components/JourneyTitle.tsx +0 -42
- package/src/shared/journey/ui/JourneyTitle/components/index.ts +0 -2
- package/src/shared/journey/ui/JourneyTitle/constants/idBadge.ts +0 -1
- package/src/shared/journey/ui/JourneyTitle/constants/index.ts +0 -1
- package/src/shared/journey/ui/JourneyTitle/index.ts +0 -1
- package/src/shared/journey/ui/index.ts +0 -3
- package/src/shared/journey/ui/type.ts +0 -2
- package/src/shared/reports/common/Visualization/constants/columns.ts +0 -6
- package/src/shared/reports/common/Visualization/constants/index.ts +0 -2
- package/src/shared/reports/common/Visualization/constants/version.ts +0 -8
- package/src/shared/reports/common/Visualization/index.ts +0 -2
- package/src/shared/reports/common/Visualization/types/chart.ts +0 -5
- package/src/shared/reports/common/Visualization/types/index.ts +0 -3
- package/src/shared/reports/common/Visualization/types/report-metric.ts +0 -21
- package/src/shared/reports/common/Visualization/types/report.ts +0 -42
- package/src/shared/reports/common/Visualization/utils/index.ts +0 -2
- package/src/shared/reports/common/Visualization/utils/version.ts +0 -9
- package/src/shared/reports/common/Visualization/utils/visualization.ts +0 -58
- package/src/shared/reports/common/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/ReportTable.tsx +0 -194
- package/src/shared/reports/ui/ReportTable/ReportTableSkeleton.tsx +0 -73
- package/src/shared/reports/ui/ReportTable/assets/styles/ReportTable.scss +0 -288
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/CampaignsCell/CampaignsCell.tsx +0 -102
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/CampaignsCell/CampaignsCellVersion.tsx +0 -11
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/CampaignsCell/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/Cell.tsx +0 -93
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/CellRenderers.tsx +0 -72
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/DateCell.tsx +0 -9
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/DefaultCell.tsx +0 -32
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/GemxIdCell.tsx +0 -18
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/ItemsCell/CheckoutStartedDetail.tsx +0 -79
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/ItemsCell/ItemsCell.tsx +0 -56
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/ItemsCell/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/NoneCell.tsx +0 -11
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/LoadingData.tsx +0 -10
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/NoData.tsx +0 -13
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/OrderCell.tsx +0 -78
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/OrderCellBase.tsx +0 -55
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/OrderCellContainer.tsx +0 -43
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/OrderItem.tsx +0 -79
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderIdCell.tsx +0 -70
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/PreviousCell.tsx +0 -17
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/TotalCell.tsx +0 -14
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/VersionCell.tsx +0 -31
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/WrapperCell.tsx +0 -31
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/type.ts +0 -18
- package/src/shared/reports/ui/ReportTable/components/Body/Row.tsx +0 -85
- package/src/shared/reports/ui/ReportTable/components/Body/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/components/Footer/Pagination.tsx +0 -76
- package/src/shared/reports/ui/ReportTable/components/Footer/ScrollBar.tsx +0 -19
- package/src/shared/reports/ui/ReportTable/components/Footer/WrapperFooter.tsx +0 -39
- package/src/shared/reports/ui/ReportTable/components/Footer/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/Header/Header.tsx +0 -68
- package/src/shared/reports/ui/ReportTable/components/Header/SortableHeader.tsx +0 -49
- package/src/shared/reports/ui/ReportTable/components/Header/SortableHeaderWithTooltip.tsx +0 -60
- package/src/shared/reports/ui/ReportTable/components/Header/SummaryCell.tsx +0 -26
- package/src/shared/reports/ui/ReportTable/components/Header/SummaryRow.tsx +0 -69
- package/src/shared/reports/ui/ReportTable/components/Header/WrapperHeader.tsx +0 -54
- package/src/shared/reports/ui/ReportTable/components/Header/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/constants/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/constants/order.ts +0 -30
- package/src/shared/reports/ui/ReportTable/constants/table.ts +0 -17
- package/src/shared/reports/ui/ReportTable/context/ReportTableActionsContext.tsx +0 -28
- package/src/shared/reports/ui/ReportTable/helpers/format.ts +0 -29
- package/src/shared/reports/ui/ReportTable/helpers/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/helpers/report.ts +0 -7
- package/src/shared/reports/ui/ReportTable/hooks/index.ts +0 -3
- package/src/shared/reports/ui/ReportTable/hooks/useReportTable.ts +0 -172
- package/src/shared/reports/ui/ReportTable/hooks/useReportTableCell.tsx +0 -28
- package/src/shared/reports/ui/ReportTable/hooks/useSyncedScroll.ts +0 -81
- package/src/shared/reports/ui/ReportTable/index.ts +0 -4
- package/src/shared/reports/ui/ReportTable/types/dimension.ts +0 -8
- package/src/shared/reports/ui/ReportTable/types/index.ts +0 -43
- package/src/shared/reports/ui/ReportTable/types/order.ts +0 -15
- package/src/shared/reports/ui/ReportTable/types/report-columns.ts +0 -11
- package/src/shared/reports/ui/ReportTable/utils/format.ts +0 -100
- package/src/shared/reports/ui/ReportTable/utils/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/utils/order.ts +0 -8
- package/src/shared/reports/ui/ReportTable/utils/table.ts +0 -19
- package/src/shared/reports/ui/ReportTable/utils/visualization.ts +0 -56
- package/src/shared/reports/ui/index.ts +0 -0
- package/src/stores/currencyRatesStore.ts +0 -13
- package/src/stores/index.ts +0 -2
- package/src/styles/index.scss +0 -9
- package/src/types/analytic-mode.ts +0 -5
- package/src/types/breakdown-items.ts +0 -21
- package/src/types/campaign.ts +0 -13
- package/src/types/chart.ts +0 -42
- package/src/types/currency.ts +0 -329
- package/src/types/index.ts +0 -8
- package/src/types/metric.ts +0 -81
- package/src/types/pricing.ts +0 -38
- package/src/types/report-columns.ts +0 -1
- package/src/types/template.ts +0 -19
- package/src/utils/analytics.ts +0 -75
- package/src/utils/array.ts +0 -13
- package/src/utils/cls.ts +0 -18
- package/src/utils/currency.ts +0 -42
- package/src/utils/date-time.ts +0 -7
- package/src/utils/dayjs.ts +0 -52
- package/src/utils/deep-copy.ts +0 -4
- package/src/utils/index.ts +0 -12
- package/src/utils/is-browser.ts +0 -3
- package/src/utils/number.ts +0 -19
- package/src/utils/percentage.ts +0 -40
- package/src/utils/sort.ts +0 -87
- package/src/utils/string.ts +0 -20
- package/src/utils/template-type.ts +0 -30
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ROW_READER_MODE_CONFIG } from '../constants';
|
|
2
|
-
import { ERowReaderMode } from '../types';
|
|
3
|
-
|
|
4
|
-
export const readNumeric = (metric: Record<string, unknown> | undefined, key: string): number => {
|
|
5
|
-
const raw = metric?.[key];
|
|
6
|
-
if (typeof raw === 'number') return raw;
|
|
7
|
-
if (typeof raw === 'string') {
|
|
8
|
-
const n = parseFloat(raw);
|
|
9
|
-
return isNaN(n) ? 0 : n;
|
|
10
|
-
}
|
|
11
|
-
return 0;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
export const createNumericRowReader =
|
|
15
|
-
(row: Record<string, unknown>, mode: ERowReaderMode = ERowReaderMode.DEFAULT) =>
|
|
16
|
-
(key: string): number => {
|
|
17
|
-
const { prefix, suffix } = ROW_READER_MODE_CONFIG[mode];
|
|
18
|
-
const v = row[`${prefix}${key}${suffix}`];
|
|
19
|
-
if (typeof v === 'number') return v;
|
|
20
|
-
if (typeof v === 'string') {
|
|
21
|
-
const n = parseFloat(v);
|
|
22
|
-
return isNaN(n) ? 0 : n;
|
|
23
|
-
}
|
|
24
|
-
return 0;
|
|
25
|
-
};
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import type { IGetTextPrice } from '../helpers/formatAnalyticData';
|
|
2
|
-
import type { AnalyticValueType } from '../types';
|
|
3
|
-
|
|
4
|
-
import { useConvertMoneyContext } from '@/providers/ConvertMoneyProvider';
|
|
5
|
-
import { PLACEHOLDER_VALUE } from '../constants';
|
|
6
|
-
import { formatAnalyticData, hasMetricData, readNumeric } from '../helpers';
|
|
7
|
-
|
|
8
|
-
interface IFormatDataParams {
|
|
9
|
-
value: AnalyticValueType;
|
|
10
|
-
formatter?: string;
|
|
11
|
-
name?: string;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
type MetricRecord = Record<string, unknown>;
|
|
15
|
-
interface IComputeMetricParams {
|
|
16
|
-
metric?: MetricRecord;
|
|
17
|
-
previousMetric?: MetricRecord;
|
|
18
|
-
metricKey: string;
|
|
19
|
-
formatter?: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
interface IComputeMetricResult {
|
|
23
|
-
value: AnalyticValueType;
|
|
24
|
-
change: number | string;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
interface IUseAnalyticDataReturn {
|
|
28
|
-
formatData: (params: IFormatDataParams) => AnalyticValueType;
|
|
29
|
-
computeMetric: (params: IComputeMetricParams) => IComputeMetricResult;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
interface IUseAnalyticDataParams {
|
|
33
|
-
getTextPrice?: IGetTextPrice;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export const useAnalyticData = ({
|
|
37
|
-
getTextPrice: getTextPriceParam,
|
|
38
|
-
}: IUseAnalyticDataParams = {}): IUseAnalyticDataReturn => {
|
|
39
|
-
const { getTextPrice: getTextPriceCtx } = useConvertMoneyContext();
|
|
40
|
-
const getTextPrice = getTextPriceParam ?? getTextPriceCtx;
|
|
41
|
-
|
|
42
|
-
const formatData = ({ value, formatter, name }: IFormatDataParams): AnalyticValueType => {
|
|
43
|
-
return formatAnalyticData({ value, formatter, getTextPrice, name });
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
const computeMetric = ({
|
|
47
|
-
metric,
|
|
48
|
-
previousMetric,
|
|
49
|
-
metricKey,
|
|
50
|
-
formatter,
|
|
51
|
-
}: IComputeMetricParams): IComputeMetricResult => {
|
|
52
|
-
if (!hasMetricData(metric)) return { value: 0, change: PLACEHOLDER_VALUE };
|
|
53
|
-
|
|
54
|
-
const currentValue = readNumeric(metric, metricKey);
|
|
55
|
-
const previousValue = readNumeric(previousMetric, metricKey);
|
|
56
|
-
const value = formatData({ value: currentValue, formatter, name: metricKey });
|
|
57
|
-
|
|
58
|
-
if (currentValue === 0 && previousValue !== 0) return { value, change: -100 };
|
|
59
|
-
if (previousValue === 0) return { value, change: PLACEHOLDER_VALUE };
|
|
60
|
-
|
|
61
|
-
const change = ((currentValue - previousValue) / previousValue) * 100;
|
|
62
|
-
|
|
63
|
-
return { value, change };
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
return { formatData, computeMetric };
|
|
67
|
-
};
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import type { GPaginationProps } from '@/shared/components/GPagination/GPagination';
|
|
2
|
-
|
|
3
|
-
import { GPaginationDirection } from '@/shared/components/GPagination/GPagination';
|
|
4
|
-
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
5
|
-
|
|
6
|
-
export { GPaginationDirection, GPaginationProps };
|
|
7
|
-
|
|
8
|
-
interface IUseGemXQlPaginationProps {
|
|
9
|
-
resetKey: unknown;
|
|
10
|
-
itemsPerPage: number;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface IBuildPaginationPropsParams {
|
|
14
|
-
totalRecords: number;
|
|
15
|
-
isLoading?: boolean;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
interface IUseGemXQlPaginationReturn {
|
|
19
|
-
currentPage: number;
|
|
20
|
-
offset: number;
|
|
21
|
-
buildPagination: (params: IBuildPaginationPropsParams) => GPaginationProps;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export const useGemXQlPagination = ({
|
|
25
|
-
resetKey,
|
|
26
|
-
itemsPerPage,
|
|
27
|
-
}: IUseGemXQlPaginationProps): IUseGemXQlPaginationReturn => {
|
|
28
|
-
const [currentPage, setCurrentPage] = useState(1);
|
|
29
|
-
|
|
30
|
-
// Serialize so object/array reset keys compare by value, not by reference.
|
|
31
|
-
const serializedResetKey = useMemo(() => {
|
|
32
|
-
if (resetKey === undefined) return undefined;
|
|
33
|
-
try {
|
|
34
|
-
return JSON.stringify(resetKey);
|
|
35
|
-
} catch {
|
|
36
|
-
return String(resetKey);
|
|
37
|
-
}
|
|
38
|
-
}, [resetKey]);
|
|
39
|
-
|
|
40
|
-
const previousResetKeyRef = useRef<string | undefined>();
|
|
41
|
-
const shouldResetPagination =
|
|
42
|
-
currentPage > 1 && previousResetKeyRef.current !== undefined && previousResetKeyRef.current !== serializedResetKey;
|
|
43
|
-
const effectivePage = shouldResetPagination ? 1 : currentPage;
|
|
44
|
-
|
|
45
|
-
const offset = (effectivePage - 1) * itemsPerPage;
|
|
46
|
-
|
|
47
|
-
const handlePageChange = useCallback(
|
|
48
|
-
(totalPages: number) => (direction: GPaginationDirection) => {
|
|
49
|
-
setCurrentPage((prevPage) => {
|
|
50
|
-
const isNextPage = direction === GPaginationDirection.NEXT;
|
|
51
|
-
const nextPage = isNextPage ? prevPage + 1 : prevPage - 1;
|
|
52
|
-
return Math.min(Math.max(nextPage, 1), totalPages);
|
|
53
|
-
});
|
|
54
|
-
},
|
|
55
|
-
[],
|
|
56
|
-
);
|
|
57
|
-
|
|
58
|
-
useEffect(() => {
|
|
59
|
-
if (previousResetKeyRef.current !== serializedResetKey) {
|
|
60
|
-
previousResetKeyRef.current = serializedResetKey;
|
|
61
|
-
setCurrentPage(1);
|
|
62
|
-
}
|
|
63
|
-
}, [serializedResetKey]);
|
|
64
|
-
|
|
65
|
-
const buildPagination = useCallback(
|
|
66
|
-
({ totalRecords, isLoading }: IBuildPaginationPropsParams): GPaginationProps => {
|
|
67
|
-
const totalPages = Math.max(1, Math.ceil(totalRecords / itemsPerPage));
|
|
68
|
-
return {
|
|
69
|
-
currentPage: effectivePage,
|
|
70
|
-
totalPages,
|
|
71
|
-
loading: isLoading,
|
|
72
|
-
handlePageChange: handlePageChange(totalPages),
|
|
73
|
-
};
|
|
74
|
-
},
|
|
75
|
-
[effectivePage, itemsPerPage, handlePageChange],
|
|
76
|
-
);
|
|
77
|
-
|
|
78
|
-
return { currentPage: effectivePage, offset, buildPagination };
|
|
79
|
-
};
|
package/src/core/gemxql/index.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export enum EAnalyticDataType {
|
|
2
|
-
DATE = 'DATE',
|
|
3
|
-
ARRAY = 'ARRAY',
|
|
4
|
-
OBJECT = 'OBJECT',
|
|
5
|
-
STRING = 'STRING',
|
|
6
|
-
INTEGER = 'INTEGER',
|
|
7
|
-
CURRENCY = 'CURRENCY',
|
|
8
|
-
PERCENT = 'PERCENT',
|
|
9
|
-
DURATION = 'DURATION',
|
|
10
|
-
MONTH = 'MONTH_TIMESTAMP',
|
|
11
|
-
QUARTER = 'QUARTER_TIMESTAMP',
|
|
12
|
-
DAY = 'DAY_TIMESTAMP',
|
|
13
|
-
WEEK = 'WEEK_TIMESTAMP',
|
|
14
|
-
YEAR = 'YEAR_TIMESTAMP',
|
|
15
|
-
HOUR = 'HOUR_TIMESTAMP',
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export enum EAnalyticColumnKey {
|
|
19
|
-
CAMPAIGNS = 'experiments',
|
|
20
|
-
VISITOR_ITEMS = 'visitor_items',
|
|
21
|
-
DEVICE_ITEMS = 'device_items',
|
|
22
|
-
TRAFFIC_SOURCE_ITEMS = 'traffic_source_items',
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export type AnalyticPrimitiveValueType = string | number | null;
|
|
26
|
-
export type AnalyticValueType = AnalyticPrimitiveValueType;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export enum EComparisonOperator {
|
|
2
|
-
EQ = '=',
|
|
3
|
-
IN = 'IN',
|
|
4
|
-
LIKE = 'LIKE',
|
|
5
|
-
GROUP = 'GROUP',
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export enum EGroupOperator {
|
|
9
|
-
OR = 'OR',
|
|
10
|
-
AND = 'AND',
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export type IExtraConditionEq = {
|
|
14
|
-
operator: EComparisonOperator.EQ;
|
|
15
|
-
fields: string[];
|
|
16
|
-
value: string | number;
|
|
17
|
-
groupOperator?: EGroupOperator;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export type IExtraConditionIn = {
|
|
21
|
-
operator: EComparisonOperator.IN;
|
|
22
|
-
fields: string[];
|
|
23
|
-
values: Array<string | number>;
|
|
24
|
-
groupOperator?: EGroupOperator;
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
export type IExtraConditionLike = {
|
|
28
|
-
operator: EComparisonOperator.LIKE;
|
|
29
|
-
fields: string[];
|
|
30
|
-
value: string;
|
|
31
|
-
groupOperator?: EGroupOperator;
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
export type IExtraConditionGroup = {
|
|
35
|
-
operator: EComparisonOperator.GROUP;
|
|
36
|
-
groupOperator: EGroupOperator;
|
|
37
|
-
conditions: IExtraCondition[];
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export type IExtraCondition = IExtraConditionEq | IExtraConditionIn | IExtraConditionLike | IExtraConditionGroup;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export enum EFilterField {
|
|
2
|
-
DEVICE = 'device',
|
|
3
|
-
DEVICES = 'devices',
|
|
4
|
-
VISITOR = 'visitor_type',
|
|
5
|
-
VISITORS = 'visitor_types',
|
|
6
|
-
TRAFFIC_SOURCE = 'traffic_source',
|
|
7
|
-
TRAFFIC_SOURCES = 'traffic_sources',
|
|
8
|
-
VERSION = 'version',
|
|
9
|
-
VERSIONS = 'versions',
|
|
10
|
-
SINGLE_PAGE = 'page_path',
|
|
11
|
-
LIST_PAGE = 'page_paths',
|
|
12
|
-
GROUP_CAMPAIGN_ITEM = 'group_campaign_item',
|
|
13
|
-
GROUP_CAMPAIGN_ITEMS = 'group_campaign_items',
|
|
14
|
-
SINGLE_CAMPAIGN = 'experiment_id',
|
|
15
|
-
GROUP_CAMPAIGN = 'experiment_group_id',
|
|
16
|
-
CAMPAIGN_VERSION_ID = 'version_id',
|
|
17
|
-
GROUP_CAMPAIGN_VERSION_ID = 'group_version_id',
|
|
18
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export enum EOperatorField {
|
|
2
|
-
DEVICE_OPERATOR = 'deviceOperator',
|
|
3
|
-
VISITOR_OPERATOR = 'visitorOperator',
|
|
4
|
-
TRAFFIC_SOURCE_OPERATOR = 'trafficSourceOperator',
|
|
5
|
-
VERSION_OPERATOR = 'versionOperator',
|
|
6
|
-
PAGE_OPERATOR = 'pageOperator',
|
|
7
|
-
CAMPAIGN_ITEM_OPERATOR = 'campaignItemOperator',
|
|
8
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import type { EFilterField } from './field-filters';
|
|
2
|
-
import type { EOperatorField } from './field-operators';
|
|
3
|
-
|
|
4
|
-
export type GemXQlFilters = {
|
|
5
|
-
[EFilterField.DEVICE]?: string;
|
|
6
|
-
[EFilterField.VISITOR]?: string;
|
|
7
|
-
[EFilterField.TRAFFIC_SOURCE]?: string;
|
|
8
|
-
[EFilterField.VERSION]?: string;
|
|
9
|
-
[EFilterField.SINGLE_PAGE]?: string;
|
|
10
|
-
[EFilterField.GROUP_CAMPAIGN_ITEM]?: string;
|
|
11
|
-
[EFilterField.SINGLE_CAMPAIGN]?: string;
|
|
12
|
-
[EFilterField.CAMPAIGN_VERSION_ID]?: string;
|
|
13
|
-
[EFilterField.GROUP_CAMPAIGN_VERSION_ID]?: string;
|
|
14
|
-
|
|
15
|
-
[EFilterField.DEVICES]?: string[];
|
|
16
|
-
[EFilterField.VISITORS]?: string[];
|
|
17
|
-
[EFilterField.TRAFFIC_SOURCES]?: string[];
|
|
18
|
-
[EFilterField.VERSIONS]?: string[];
|
|
19
|
-
[EFilterField.LIST_PAGE]?: string[];
|
|
20
|
-
[EFilterField.GROUP_CAMPAIGN_ITEMS]?: string[];
|
|
21
|
-
[EFilterField.GROUP_CAMPAIGN]?: string[];
|
|
22
|
-
|
|
23
|
-
[EOperatorField.DEVICE_OPERATOR]?: string;
|
|
24
|
-
[EOperatorField.VISITOR_OPERATOR]?: string;
|
|
25
|
-
[EOperatorField.TRAFFIC_SOURCE_OPERATOR]?: string;
|
|
26
|
-
[EOperatorField.VERSION_OPERATOR]?: string;
|
|
27
|
-
[EOperatorField.PAGE_OPERATOR]?: string;
|
|
28
|
-
[EOperatorField.CAMPAIGN_ITEM_OPERATOR]?: string;
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export type GemXQlOverrideFilters = GemXQlFilters;
|
|
32
|
-
|
|
33
|
-
export type GemXQlVersionIds = Record<string, string | undefined>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Controls which totals columns are appended to the query result.
|
|
3
|
-
*
|
|
4
|
-
* - NONE → no totals, GROUP BY only.
|
|
5
|
-
* - TOTALS → adds `<metric>___totals` (grand total only). Use with single-dimension GROUP BY.
|
|
6
|
-
* - ALL → adds subtotals per dimension group + grand total. Use with multi-dimension GROUP BY.
|
|
7
|
-
*/
|
|
8
|
-
export enum EGroupWithClause {
|
|
9
|
-
NONE = '',
|
|
10
|
-
TOTALS = 'TOTALS',
|
|
11
|
-
ALL = 'WITH GROUP_TOTALS, TOTALS',
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './analytic-data';
|
|
2
|
-
export * from './analytic-source';
|
|
3
|
-
export * from './extra-condition';
|
|
4
|
-
export * from './field-filters';
|
|
5
|
-
export * from './field-operators';
|
|
6
|
-
export * from './filter-types';
|
|
7
|
-
export * from './group-with-clause';
|
|
8
|
-
export * from './order-by';
|
|
9
|
-
export * from './page-fields';
|
|
10
|
-
export * from './row-reader-mode';
|
|
11
|
-
export * from './time-dimension';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export enum EOrderDirectionType {
|
|
2
|
-
ASC = 'ASC',
|
|
3
|
-
DESC = 'DESC',
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
export type OrderDirectionType = EOrderDirectionType.ASC | EOrderDirectionType.DESC;
|
|
7
|
-
|
|
8
|
-
export type OrderByType = {
|
|
9
|
-
field: string;
|
|
10
|
-
direction: OrderDirectionType;
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export type OrderByFields = Record<string, OrderByType>;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export enum EPageMetric {
|
|
2
|
-
PAGE_ITEMS = 'page_items',
|
|
3
|
-
PAGE_PATHS = 'page_paths',
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
export enum EPageDimension {
|
|
7
|
-
PAGE_PATH = 'page_path',
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export enum EPageField {
|
|
11
|
-
SHOPIFY_PAGE_ID = 'shopify_page_id',
|
|
12
|
-
LOCATION_PATH = 'location_path',
|
|
13
|
-
PAGE_TYPE = 'page_type',
|
|
14
|
-
PAGE_TITLE = 'page_title',
|
|
15
|
-
PAGE_PATH = 'page_path',
|
|
16
|
-
TEMPLATE_SUFFIX = 'template_suffix',
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface IPageItemsPayload {
|
|
20
|
-
[EPageField.SHOPIFY_PAGE_ID]: string;
|
|
21
|
-
[EPageField.LOCATION_PATH]: string;
|
|
22
|
-
[EPageField.PAGE_TYPE]: string;
|
|
23
|
-
[EPageField.PAGE_TITLE]: string;
|
|
24
|
-
[EPageField.TEMPLATE_SUFFIX]: string;
|
|
25
|
-
}
|
package/src/global.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
declare namespace JSX {
|
|
2
|
-
interface IntrinsicElements {}
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
declare module '*.scss' {
|
|
6
|
-
const content: Record<string, string>;
|
|
7
|
-
export default content;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
declare module '*.css' {
|
|
11
|
-
const content: Record<string, string>;
|
|
12
|
-
export default content;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
declare module '*.css?url' {
|
|
16
|
-
const src: string;
|
|
17
|
-
export default src;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
declare module '*.png' {
|
|
21
|
-
const src: string;
|
|
22
|
-
export default src;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
declare module '*.svg' {
|
|
26
|
-
const src: string;
|
|
27
|
-
export default src;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
declare module '*.jpg' {
|
|
31
|
-
const src: string;
|
|
32
|
-
export default src;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
declare module '*.webp' {
|
|
36
|
-
const src: string;
|
|
37
|
-
export default src;
|
|
38
|
-
}
|
package/src/hooks/index.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { useEnhancedEffect } from './useEnhancedEffect';
|
|
2
|
-
export { useFetchCurrencyRates } from './useFetchCurrencyRates';
|
|
3
|
-
export { useFormatLineChartData } from './useFormatLineChartData';
|
|
4
|
-
export { usePopoverResizeObserver } from './usePopoverResizeObserver';
|
|
5
|
-
export { useToggle } from './useToggle';
|
|
6
|
-
export { useWindowSize } from './publish/useWindowSize';
|
|
7
|
-
export { usePreventBodyScroll } from './usePreventBodyScroll';
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { useEffect, useState } from 'react';
|
|
2
|
-
|
|
3
|
-
type UseIsStickyByIdProps = {
|
|
4
|
-
id: string;
|
|
5
|
-
stickyTop: number;
|
|
6
|
-
threshold?: number;
|
|
7
|
-
enabled?: boolean;
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
function isBrowser() {
|
|
11
|
-
return typeof window !== 'undefined';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export const useIsStickyById = ({ id, stickyTop, threshold = 0, enabled = true }: UseIsStickyByIdProps) => {
|
|
15
|
-
const [isSticky, setIsSticky] = useState(false);
|
|
16
|
-
|
|
17
|
-
useEffect(() => {
|
|
18
|
-
if (!enabled || !isBrowser()) return;
|
|
19
|
-
|
|
20
|
-
const el = document.getElementById(id);
|
|
21
|
-
if (!el) return;
|
|
22
|
-
|
|
23
|
-
const checkSticky = () => {
|
|
24
|
-
const rect = el.getBoundingClientRect();
|
|
25
|
-
setIsSticky(rect.top <= stickyTop + threshold);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
checkSticky();
|
|
29
|
-
window.addEventListener('scroll', checkSticky, { passive: true });
|
|
30
|
-
window.addEventListener('resize', checkSticky);
|
|
31
|
-
|
|
32
|
-
return () => {
|
|
33
|
-
window.removeEventListener('scroll', checkSticky);
|
|
34
|
-
window.removeEventListener('resize', checkSticky);
|
|
35
|
-
};
|
|
36
|
-
}, [id, stickyTop, threshold, enabled]);
|
|
37
|
-
|
|
38
|
-
return isSticky;
|
|
39
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { BoxProps } from '@shopify/polaris';
|
|
2
|
-
|
|
3
|
-
import { useIsStickyById } from './useStickyDetectById';
|
|
4
|
-
import { useWindowSize } from './useWindowSize';
|
|
5
|
-
|
|
6
|
-
type IUseStickyFilterBoxPropsArgs = {
|
|
7
|
-
id: string;
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
// Border is deferred until the row is actually stuck so it doesn't flash on initial render.
|
|
11
|
-
export const useStickyFilterBoxProps = ({ id }: IUseStickyFilterBoxPropsArgs): Partial<BoxProps> => {
|
|
12
|
-
const { isMobileView } = useWindowSize();
|
|
13
|
-
const enabled = isMobileView && Boolean(id);
|
|
14
|
-
const isStuck = useIsStickyById({ id, stickyTop: 0, enabled });
|
|
15
|
-
|
|
16
|
-
if (!enabled) return {};
|
|
17
|
-
|
|
18
|
-
return {
|
|
19
|
-
position: 'sticky',
|
|
20
|
-
insetBlockStart: '0',
|
|
21
|
-
zIndex: '10',
|
|
22
|
-
background: 'bg',
|
|
23
|
-
paddingBlock: '200',
|
|
24
|
-
...(isStuck && { borderBlockEndWidth: '025', borderColor: 'border' }),
|
|
25
|
-
};
|
|
26
|
-
};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { useEffect, useMemo, useState } from 'react';
|
|
2
|
-
|
|
3
|
-
export interface IWindowSize {
|
|
4
|
-
width: number;
|
|
5
|
-
height: number;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export interface IUseWindowSizeResult {
|
|
9
|
-
windowSize: IWindowSize;
|
|
10
|
-
windowWidth: {
|
|
11
|
-
xs: boolean;
|
|
12
|
-
md: boolean;
|
|
13
|
-
lg: boolean;
|
|
14
|
-
xsDown: boolean;
|
|
15
|
-
'1200Down': boolean;
|
|
16
|
-
'1040Down': boolean;
|
|
17
|
-
};
|
|
18
|
-
isMobileTabletView: boolean;
|
|
19
|
-
isMobileView: boolean;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export const useWindowSize = (): IUseWindowSizeResult => {
|
|
23
|
-
const [windowSize, setWindowSize] = useState<IWindowSize>(() => ({
|
|
24
|
-
width: typeof window !== 'undefined' ? window.innerWidth : 0,
|
|
25
|
-
height: typeof window !== 'undefined' ? window.innerHeight : 0,
|
|
26
|
-
}));
|
|
27
|
-
|
|
28
|
-
const windowWidth = useMemo(() => {
|
|
29
|
-
return {
|
|
30
|
-
xs: windowSize.width <= 768,
|
|
31
|
-
md: 768 < windowSize.width && windowSize.width <= 1024,
|
|
32
|
-
lg: windowSize.width > 1024,
|
|
33
|
-
xsDown: windowSize.width < 768,
|
|
34
|
-
'1200Down': windowSize.width < 1200,
|
|
35
|
-
'1040Down': windowSize.width < 1040,
|
|
36
|
-
};
|
|
37
|
-
}, [windowSize.width]);
|
|
38
|
-
|
|
39
|
-
const isMobileTabletView = !windowWidth.lg;
|
|
40
|
-
const isMobileView = windowWidth.xs;
|
|
41
|
-
|
|
42
|
-
useEffect(() => {
|
|
43
|
-
const windowSizeHandler = () => {
|
|
44
|
-
setWindowSize({ width: window.innerWidth, height: window.innerHeight });
|
|
45
|
-
};
|
|
46
|
-
window.addEventListener('resize', windowSizeHandler);
|
|
47
|
-
|
|
48
|
-
return () => {
|
|
49
|
-
window.removeEventListener('resize', windowSizeHandler);
|
|
50
|
-
};
|
|
51
|
-
}, []);
|
|
52
|
-
|
|
53
|
-
return { windowSize, windowWidth, isMobileTabletView, isMobileView };
|
|
54
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { useCurrencyRatesStore, type ICurrencyRates } from '@/stores/currencyRatesStore';
|
|
2
|
-
import { useQuery } from '@tanstack/react-query';
|
|
3
|
-
import { useEffect } from 'react';
|
|
4
|
-
|
|
5
|
-
const SHOPIFY_CURRENCIES_URL = 'https://cdn.shopify.com/s/javascripts/currencies.js';
|
|
6
|
-
|
|
7
|
-
const parseCurrencyRates = (scriptText: string): ICurrencyRates => {
|
|
8
|
-
const rates: ICurrencyRates = {};
|
|
9
|
-
const match = /var Currency=\{rates:\{(.*?)\}\};/s.exec(scriptText);
|
|
10
|
-
const ratesStr = match?.[1];
|
|
11
|
-
if (!ratesStr) return rates;
|
|
12
|
-
|
|
13
|
-
const ratePattern = /([A-Z]+):\s*([\d.e+-]+),/g;
|
|
14
|
-
let m;
|
|
15
|
-
while ((m = ratePattern.exec(ratesStr)) !== null) {
|
|
16
|
-
const [, code, value] = m;
|
|
17
|
-
if (code && value) rates[code] = parseFloat(value);
|
|
18
|
-
}
|
|
19
|
-
return rates;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
const fetchCurrencyRates = async (): Promise<ICurrencyRates> => {
|
|
23
|
-
const res = await fetch(SHOPIFY_CURRENCIES_URL);
|
|
24
|
-
if (!res.ok) throw new Error('Failed to fetch currency rates');
|
|
25
|
-
const text = await res.text();
|
|
26
|
-
return parseCurrencyRates(text);
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const useFetchCurrencyRates = () => {
|
|
30
|
-
const setCurrencyRates = useCurrencyRatesStore((state) => state.setCurrencyRates);
|
|
31
|
-
|
|
32
|
-
const { data, error, isError } = useQuery({
|
|
33
|
-
queryKey: ['sdk-currency-rates'],
|
|
34
|
-
queryFn: fetchCurrencyRates,
|
|
35
|
-
staleTime: 1000 * 60 * 60, // 1 hour — rates don't change often
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
useEffect(() => {
|
|
39
|
-
if (data) setCurrencyRates(data);
|
|
40
|
-
}, [data, setCurrencyRates]);
|
|
41
|
-
|
|
42
|
-
// Surface fetch failures: without rates, money renders in the base currency unconverted.
|
|
43
|
-
useEffect(() => {
|
|
44
|
-
if (isError) console.error('[gem-sdk/analytics] Failed to fetch currency rates:', error);
|
|
45
|
-
}, [isError, error]);
|
|
46
|
-
|
|
47
|
-
return { isError, error };
|
|
48
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { LineChartProps } from '@shopify/polaris-viz';
|
|
2
|
-
import type { EMetricKey } from '@/types/metric';
|
|
3
|
-
import type { ColumnTypesMap } from '@/core/gemxql';
|
|
4
|
-
|
|
5
|
-
import { useAnalyticData } from '@/core/gemxql/hooks';
|
|
6
|
-
|
|
7
|
-
interface IProps {
|
|
8
|
-
metricKey?: EMetricKey;
|
|
9
|
-
columnTypes: ColumnTypesMap;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export const useFormatLineChartData = ({ metricKey, columnTypes }: IProps) => {
|
|
13
|
-
const { formatData } = useAnalyticData();
|
|
14
|
-
|
|
15
|
-
const formatter = metricKey ? columnTypes?.[metricKey] : undefined;
|
|
16
|
-
|
|
17
|
-
const formatValue = (value: number) => {
|
|
18
|
-
return String(formatData({ value, formatter }));
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
const yAxisOptions: LineChartProps['yAxisOptions'] = {
|
|
22
|
-
labelFormatter: (value) => {
|
|
23
|
-
return formatValue(Number(value) || 0);
|
|
24
|
-
},
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
return { formatValue, yAxisOptions };
|
|
28
|
-
};
|