@gooddata/sdk-ui-ext 11.54.0-alpha.5 → 11.54.0-alpha.7

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.
Files changed (89) hide show
  1. package/NOTICE +849 -114
  2. package/esm/dataLoaders/{dataLoaders.mock.d.ts → dataLoaders.test.helpers.d.ts} +1 -1
  3. package/esm/dataLoaders/dataLoaders.test.helpers.d.ts.map +1 -0
  4. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/{utils.fixture.d.ts → utils.test.helpers.d.ts} +1 -1
  5. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.test.helpers.d.ts.map +1 -0
  6. package/esm/internal/components/configurationControls/colors/coloredItemsList/{mock.d.ts → coloredItemsList.test.helpers.d.ts} +1 -1
  7. package/esm/internal/components/configurationControls/colors/coloredItemsList/coloredItemsList.test.helpers.d.ts.map +1 -0
  8. package/esm/internal/components/pluggableVisualizations/areaChart/{getInsightWithDrillDownAppliedMock.d.ts → getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  9. package/esm/internal/components/pluggableVisualizations/areaChart/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  10. package/esm/internal/components/pluggableVisualizations/baseChart/{getInsightWithDrillDownAppliedMock.d.ts → getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  11. package/esm/internal/components/pluggableVisualizations/baseChart/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  12. package/esm/internal/components/pluggableVisualizations/{treeMap/getInsightWithDrillDownAppliedMock.d.ts → bulletChart/getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  13. package/esm/internal/components/pluggableVisualizations/bulletChart/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  14. package/esm/internal/components/pluggableVisualizations/{getInsightWithDrillDownAppliedMock.d.ts → getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  15. package/esm/internal/components/pluggableVisualizations/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  16. package/esm/internal/components/pluggableVisualizations/{bulletChart/getInsightWithDrillDownAppliedMock.d.ts → heatMap/getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  17. package/esm/internal/components/pluggableVisualizations/heatMap/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  18. package/esm/internal/components/pluggableVisualizations/mekko/MekkoDescriptor.js +1 -1
  19. package/esm/internal/components/pluggableVisualizations/pivotTable/{getInsightWithDrillDownAppliedMock.d.ts → getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  20. package/esm/internal/components/pluggableVisualizations/pivotTable/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  21. package/esm/internal/components/pluggableVisualizations/pivotTable/{mockReferencePoint.d.ts → mockReferencePoint.test.helpers.d.ts} +1 -1
  22. package/esm/internal/components/pluggableVisualizations/pivotTable/mockReferencePoint.test.helpers.d.ts.map +1 -0
  23. package/esm/internal/components/pluggableVisualizations/pivotTable/{sortMocks.d.ts → sortMocks.test.helpers.d.ts} +1 -1
  24. package/esm/internal/components/pluggableVisualizations/pivotTable/sortMocks.test.helpers.d.ts.map +1 -0
  25. package/esm/internal/components/pluggableVisualizations/pivotTable/{widthItemsMock.d.ts → widthItemsMock.test.helpers.d.ts} +1 -1
  26. package/esm/internal/components/pluggableVisualizations/pivotTable/widthItemsMock.test.helpers.d.ts.map +1 -0
  27. package/esm/internal/components/pluggableVisualizations/{reverseAndTrimIntersectionMock.d.ts → reverseAndTrimIntersectionMock.test.helpers.d.ts} +1 -1
  28. package/esm/internal/components/pluggableVisualizations/reverseAndTrimIntersectionMock.test.helpers.d.ts.map +1 -0
  29. package/esm/internal/components/{pluggableVisualizations/visConstruct.fixture.d.ts → visConstruct.test.helpers.d.ts} +1 -1
  30. package/esm/internal/components/visConstruct.test.helpers.d.ts.map +1 -0
  31. package/esm/internal/constants/bucket.d.ts +1 -0
  32. package/esm/internal/constants/bucket.d.ts.map +1 -1
  33. package/esm/internal/constants/bucket.js +2 -1
  34. package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
  35. package/esm/internal/constants/supportedProperties.js +1 -0
  36. package/esm/internal/constants/uiConfig.js +8 -8
  37. package/esm/internal/interfaces/typeGuards.test.helpers.d.ts +6 -0
  38. package/esm/internal/interfaces/typeGuards.test.helpers.d.ts.map +1 -0
  39. package/esm/internal/interfaces/typeGuards.test.helpers.js +21 -0
  40. package/esm/internal/translations/pt-BR.localization-bundle.js +2 -2
  41. package/esm/internal/translations/pt-PT.localization-bundle.js +2 -2
  42. package/esm/internal/{mocks/uiConfigMocks.d.ts → utils/uiConfigMocks.test.helpers.d.ts} +1 -1
  43. package/esm/internal/utils/uiConfigMocks.test.helpers.d.ts.map +1 -0
  44. package/package.json +28 -28
  45. package/esm/dataLoaders/dataLoaders.mock.d.ts.map +0 -1
  46. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.fixture.d.ts.map +0 -1
  47. package/esm/internal/components/configurationControls/colors/coloredItemsList/mock.d.ts.map +0 -1
  48. package/esm/internal/components/pluggableVisualizations/areaChart/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  49. package/esm/internal/components/pluggableVisualizations/baseChart/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  50. package/esm/internal/components/pluggableVisualizations/bulletChart/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  51. package/esm/internal/components/pluggableVisualizations/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  52. package/esm/internal/components/pluggableVisualizations/heatMap/getInsightWithDrillDownAppliedMock.d.ts +0 -8
  53. package/esm/internal/components/pluggableVisualizations/heatMap/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  54. package/esm/internal/components/pluggableVisualizations/pivotTable/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  55. package/esm/internal/components/pluggableVisualizations/pivotTable/mockReferencePoint.d.ts.map +0 -1
  56. package/esm/internal/components/pluggableVisualizations/pivotTable/sortMocks.d.ts.map +0 -1
  57. package/esm/internal/components/pluggableVisualizations/pivotTable/widthItemsMock.d.ts.map +0 -1
  58. package/esm/internal/components/pluggableVisualizations/reverseAndTrimIntersectionMock.d.ts.map +0 -1
  59. package/esm/internal/components/pluggableVisualizations/treeMap/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  60. package/esm/internal/components/pluggableVisualizations/treeMap/getInsightWithDrillDownAppliedMock.js +0 -119
  61. package/esm/internal/components/pluggableVisualizations/visConstruct.fixture.d.ts.map +0 -1
  62. package/esm/internal/mocks/referencePointMocks.d.ts +0 -187
  63. package/esm/internal/mocks/referencePointMocks.d.ts.map +0 -1
  64. package/esm/internal/mocks/referencePointMocks.js +0 -4045
  65. package/esm/internal/mocks/testColorHelper.d.ts +0 -19
  66. package/esm/internal/mocks/testColorHelper.d.ts.map +0 -1
  67. package/esm/internal/mocks/testColorHelper.js +0 -65
  68. package/esm/internal/mocks/testMocks.d.ts +0 -24
  69. package/esm/internal/mocks/testMocks.d.ts.map +0 -1
  70. package/esm/internal/mocks/testMocks.js +0 -739
  71. package/esm/internal/mocks/uiConfigMocks.d.ts.map +0 -1
  72. package/esm/internal/mocks/visualizationObjectMocks.d.ts +0 -7
  73. package/esm/internal/mocks/visualizationObjectMocks.d.ts.map +0 -1
  74. package/esm/internal/mocks/visualizationObjectMocks.js +0 -49
  75. /package/esm/dataLoaders/{dataLoaders.mock.js → dataLoaders.test.helpers.js} +0 -0
  76. /package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/{utils.fixture.js → utils.test.helpers.js} +0 -0
  77. /package/esm/internal/components/configurationControls/colors/coloredItemsList/{mock.js → coloredItemsList.test.helpers.js} +0 -0
  78. /package/esm/internal/components/pluggableVisualizations/areaChart/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  79. /package/esm/internal/components/pluggableVisualizations/baseChart/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  80. /package/esm/internal/components/pluggableVisualizations/bulletChart/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  81. /package/esm/internal/components/pluggableVisualizations/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  82. /package/esm/internal/components/pluggableVisualizations/heatMap/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  83. /package/esm/internal/components/pluggableVisualizations/pivotTable/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  84. /package/esm/internal/components/pluggableVisualizations/pivotTable/{mockReferencePoint.js → mockReferencePoint.test.helpers.js} +0 -0
  85. /package/esm/internal/components/pluggableVisualizations/pivotTable/{sortMocks.js → sortMocks.test.helpers.js} +0 -0
  86. /package/esm/internal/components/pluggableVisualizations/pivotTable/{widthItemsMock.js → widthItemsMock.test.helpers.js} +0 -0
  87. /package/esm/internal/components/pluggableVisualizations/{reverseAndTrimIntersectionMock.js → reverseAndTrimIntersectionMock.test.helpers.js} +0 -0
  88. /package/esm/internal/components/{pluggableVisualizations/visConstruct.fixture.js → visConstruct.test.helpers.js} +0 -0
  89. /package/esm/internal/{mocks/uiConfigMocks.js → utils/uiConfigMocks.test.helpers.js} +0 -0
@@ -1,4 +1,4 @@
1
1
  import { type IWorkspaceDashboardsService, type IWorkspaceInsightsService } from "@gooddata/sdk-backend-spi";
2
2
  export declare const noopWorkspaceInsightsService: IWorkspaceInsightsService;
3
3
  export declare const noopWorkspaceDashboardsService: IWorkspaceDashboardsService;
4
- //# sourceMappingURL=dataLoaders.mock.d.ts.map
4
+ //# sourceMappingURL=dataLoaders.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataLoaders.test.helpers.d.ts","sourceRoot":"","sources":["../../src/dataLoaders/dataLoaders.test.helpers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,2BAA2B,EAAE,KAAK,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAE7G,eAAO,MAAM,4BAA4B,EAAE,yBAYb,CAAC;AAE/B,eAAO,MAAM,8BAA8B,EAAE,2BAqCb,CAAC"}
@@ -1,4 +1,4 @@
1
1
  export declare const attributesData: any;
2
2
  export declare const catalogAttributes: any;
3
3
  export declare const catalogDateDatasets: any;
4
- //# sourceMappingURL=utils.fixture.d.ts.map
4
+ //# sourceMappingURL=utils.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.test.helpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,EAAE,GAyC5B,CAAC;AACF,eAAO,MAAM,iBAAiB,EAAE,GAk1F/B,CAAC;AACF,eAAO,MAAM,mBAAmB,EAAE,GA09GjC,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import { type IColoredItem } from "../../../../interfaces/Colors.js";
2
2
  export declare const inputItemsMock: IColoredItem[];
3
- //# sourceMappingURL=mock.d.ts.map
3
+ //# sourceMappingURL=coloredItemsList.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coloredItemsList.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/coloredItemsList.test.helpers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAErE,eAAO,MAAM,cAAc,EAAE,YAAY,EAyIxC,CAAC"}
@@ -5,4 +5,4 @@ export declare const intersection: IDrillEventIntersectionElement[];
5
5
  export declare const sourceInsightDef: IInsightDefinition;
6
6
  export declare const expectedInsightDefRegion: IInsightDefinition;
7
7
  export declare const expectedInsightDefDepartment: IInsightDefinition;
8
- //# sourceMappingURL=getInsightWithDrillDownAppliedMock.d.ts.map
8
+ //# sourceMappingURL=getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInsightWithDrillDownAppliedMock.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/areaChart/getInsightWithDrillDownAppliedMock.test.helpers.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EAO1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAQvE,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAgExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAS7B,CAAC;AAUH,eAAO,MAAM,wBAAwB,EAAE,kBAoBtC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,kBAiB1C,CAAC"}
@@ -4,4 +4,4 @@ export declare const targetUri = "target-uri";
4
4
  export declare const intersection: IDrillEventIntersectionElement[];
5
5
  export declare const sourceInsightDef: IInsightDefinition;
6
6
  export declare const expectedInsightDefRegion: IInsightDefinition;
7
- //# sourceMappingURL=getInsightWithDrillDownAppliedMock.d.ts.map
7
+ //# sourceMappingURL=getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInsightWithDrillDownAppliedMock.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/baseChart/getInsightWithDrillDownAppliedMock.test.helpers.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EAO1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAQvE,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAgExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAK7B,CAAC;AAMH,eAAO,MAAM,wBAAwB,EAAE,kBAmBtC,CAAC"}
@@ -5,4 +5,4 @@ export declare const intersection: IDrillEventIntersectionElement[];
5
5
  export declare const sourceInsightDef: IInsightDefinition;
6
6
  export declare const expectedInsightDefRegion: IInsightDefinition;
7
7
  export declare const expectedInsightDefDepartment: IInsightDefinition;
8
- //# sourceMappingURL=getInsightWithDrillDownAppliedMock.d.ts.map
8
+ //# sourceMappingURL=getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInsightWithDrillDownAppliedMock.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/bulletChart/getInsightWithDrillDownAppliedMock.test.helpers.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EAO1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAQvE,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAgExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAK7B,CAAC;AAUH,eAAO,MAAM,wBAAwB,EAAE,kBAmBtC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,kBAa1C,CAAC"}
@@ -10,4 +10,4 @@ export declare const measureHeader: IMeasureDescriptor;
10
10
  export declare const westCoastHeader: IDrillIntersectionAttributeItem;
11
11
  export declare const directSalesHeader: IDrillIntersectionAttributeItem;
12
12
  export declare const intersection: IDrillEventIntersectionElement[];
13
- //# sourceMappingURL=getInsightWithDrillDownAppliedMock.d.ts.map
13
+ //# sourceMappingURL=getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInsightWithDrillDownAppliedMock.test.helpers.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/pluggableVisualizations/getInsightWithDrillDownAppliedMock.test.helpers.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EAQ1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,KAAK,+BAA+B,EAAE,MAAM,kBAAkB,CAAC;AAI7G,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,4BAA4B,EAAE,kBAY1C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAK9B,CAAC;AAQH,eAAO,MAAM,qDAAqD,EAAE,kBAuBnE,CAAC;AAEF,eAAO,MAAM,iDAAiD,EAAE,kBA2B/D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,kBAsBpD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAQ3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,+BAuB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,+BAuB/B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAUxD,CAAC"}
@@ -5,4 +5,4 @@ export declare const intersection: IDrillEventIntersectionElement[];
5
5
  export declare const sourceInsightDef: IInsightDefinition;
6
6
  export declare const expectedInsightDefRegion: IInsightDefinition;
7
7
  export declare const expectedInsightDefDepartment: IInsightDefinition;
8
- //# sourceMappingURL=getInsightWithDrillDownAppliedMock.d.ts.map
8
+ //# sourceMappingURL=getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInsightWithDrillDownAppliedMock.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/heatMap/getInsightWithDrillDownAppliedMock.test.helpers.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EAO1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAQvE,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAgExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAS7B,CAAC;AAUH,eAAO,MAAM,wBAAwB,EAAE,kBAiBtC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,kBAiB1C,CAAC"}
@@ -32,7 +32,7 @@ export class MekkoDescriptor extends BigChartDescriptor {
32
32
  getMeta() {
33
33
  return {
34
34
  supportsExport: true,
35
- supportsZooming: false,
35
+ supportsZooming: true,
36
36
  };
37
37
  }
38
38
  }
@@ -10,4 +10,4 @@ export declare const getInsightWithDrillDownApplied: {
10
10
  expectedInsightWithTotals: IInsight;
11
11
  intersection: IDrillEventIntersectionElement[];
12
12
  };
13
- //# sourceMappingURL=getInsightWithDrillDownAppliedMock.d.ts.map
13
+ //# sourceMappingURL=getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInsightWithDrillDownAppliedMock.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTable/getInsightWithDrillDownAppliedMock.test.helpers.ts"],"names":[],"mappings":"AAGA,OAAO,EAEH,KAAK,QAAQ,EAchB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAwC,MAAM,kBAAkB,CAAC;AAG7G,OAAO,EACH,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAChC,MAAM,sCAAsC,CAAC;AA0Q9C,eAAO,MAAM,8BAA8B;;;;;;;;CAQ1C,CAAC"}
@@ -2,4 +2,4 @@ import { type ISortItem } from "@gooddata/sdk-model";
2
2
  import { type ColumnWidthItem } from "@gooddata/sdk-ui-pivot";
3
3
  import { type IBucketItem, type IExtendedReferencePoint, type IFiltersBucketItem } from "../../../interfaces/Visualization.js";
4
4
  export declare const getMockReferencePoint: (measures?: IBucketItem[], rows?: IBucketItem[], columns?: IBucketItem[], filterItems?: IFiltersBucketItem[], sortItems?: ISortItem[], measuresIsShowInPercentEnabled?: boolean, columnWidths?: ColumnWidthItem[], multipleDatesEnabled?: boolean) => IExtendedReferencePoint;
5
- //# sourceMappingURL=mockReferencePoint.d.ts.map
5
+ //# sourceMappingURL=mockReferencePoint.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mockReferencePoint.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTable/mockReferencePoint.test.helpers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EACH,KAAK,WAAW,EAChB,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAC1B,MAAM,sCAAsC,CAAC;AAE9C,eAAO,MAAM,qBAAqB,+QAmGhC,CAAC"}
@@ -6,4 +6,4 @@ export declare const invalidMeasureSortInvalidMeasure: IMeasureSortItem;
6
6
  export declare const invalidMeasureSortInvalidAttribute: IMeasureSortItem;
7
7
  export declare const invalidMeasureSortTooManyLocators: IMeasureSortItem;
8
8
  export declare const invalidMeasureSortLocatorsTooShort: IMeasureSortItem;
9
- //# sourceMappingURL=sortMocks.d.ts.map
9
+ //# sourceMappingURL=sortMocks.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sortMocks.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTable/sortMocks.test.helpers.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EAIxB,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,gBAAgB,EAAE,gBAE7B,CAAC;AACH,eAAO,MAAM,kBAAkB,EAAE,kBAAmD,CAAC;AACrF,eAAO,MAAM,oBAAoB,EAAE,kBAAwD,CAAC;AAE5F,eAAO,MAAM,gCAAgC,EAAE,gBAE7C,CAAC;AAEH,eAAO,MAAM,kCAAkC,EAAE,gBAE/C,CAAC;AAEH,eAAO,MAAM,iCAAiC,EAAE,gBAG9C,CAAC;AAEH,eAAO,MAAM,kCAAkC,EAAE,gBAA8C,CAAC"}
@@ -13,4 +13,4 @@ export declare const validSliceMeasureColumnWidthItem: ISliceMeasureColumnWidthI
13
13
  export declare const invalidSliceMeasureColumnWidthItem: ISliceMeasureColumnWidthItem;
14
14
  export declare const validMixedValuesColumnWidthItem: IMixedValuesColumnWidthItem;
15
15
  export declare const invalidMixedValueColumnWidthItem: IMixedValuesColumnWidthItem;
16
- //# sourceMappingURL=widthItemsMock.d.ts.map
16
+ //# sourceMappingURL=widthItemsMock.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"widthItemsMock.test.helpers.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTable/widthItemsMock.test.helpers.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,0BAA0B,EAC/B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,2BAA2B,EACnC,MAAM,wBAAwB,CAAC;AAEhC,eAAO,MAAM,2BAA2B,EAAE,uBAiBzC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,0BAI5C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,2BAS7C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,yBAK3C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,yBAK7C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,uBAiB3C,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,uBAiB3D,CAAC;AAEF,eAAO,MAAM,4CAA4C,EAAE,uBAuB1D,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,uBAW3D,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,2BAS/C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,4BAW9C,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,4BAgBhD,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,2BAW7C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,2BAgB9C,CAAC"}
@@ -7,4 +7,4 @@ export declare const reverseAndTrimIntersectionMock: {
7
7
  intersectionWithOuterDepartmentResult: IDrillEventIntersectionElement[];
8
8
  intersectionWithOuterRegionResult: IDrillEventIntersectionElement[];
9
9
  };
10
- //# sourceMappingURL=reverseAndTrimIntersectionMock.d.ts.map
10
+ //# sourceMappingURL=reverseAndTrimIntersectionMock.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reverseAndTrimIntersectionMock.test.helpers.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/pluggableVisualizations/reverseAndTrimIntersectionMock.test.helpers.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAEvE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AA+F9E,eAAO,MAAM,8BAA8B;;;;;;CAM1C,CAAC"}
@@ -14,4 +14,4 @@ export declare const DummyVisConstruct: {
14
14
  renderFun: () => void;
15
15
  visualizationProperties: {};
16
16
  };
17
- //# sourceMappingURL=visConstruct.fixture.d.ts.map
17
+ //# sourceMappingURL=visConstruct.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"visConstruct.test.helpers.d.ts","sourceRoot":"","sources":["../../../src/internal/components/visConstruct.test.helpers.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;CAe7B,CAAC"}
@@ -14,5 +14,6 @@ export declare const METRIC = "metric";
14
14
  export declare const FACT = "fact";
15
15
  export declare const DATE = "date";
16
16
  export declare const ATTRIBUTE = "attribute";
17
+ export declare const COMPUTED_ATTRIBUTE = "computedAttribute";
17
18
  export declare const GEO_ATTRIBUTE = "geo_attribute";
18
19
  //# sourceMappingURL=bucket.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bucket.d.ts","sourceRoot":"","sources":["../../../src/internal/constants/bucket.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,YAAY,CAAC;AAEjC,eAAO,MAAM,eAAe,kBAAkB,CAAC;AAC/C,eAAO,MAAM,sBAAsB,wBAAwB,CAAC;AAE5D,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC;AACF,eAAO,MAAM,QAAQ,aAAa,CAAC;AAEnC,eAAO,MAAM,OAAO,YAAY,CAAC;AAGjC,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,aAAa,kBAAkB,CAAC"}
1
+ {"version":3,"file":"bucket.d.ts","sourceRoot":"","sources":["../../../src/internal/constants/bucket.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,YAAY,CAAC;AAEjC,eAAO,MAAM,eAAe,kBAAkB,CAAC;AAC/C,eAAO,MAAM,sBAAsB,wBAAwB,CAAC;AAE5D,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC;AACF,eAAO,MAAM,QAAQ,aAAa,CAAC;AAEnC,eAAO,MAAM,OAAO,YAAY,CAAC;AAGjC,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,kBAAkB,sBAAsB,CAAC;AACtD,eAAO,MAAM,aAAa,kBAAkB,CAAC"}
@@ -1,4 +1,4 @@
1
- // (C) 2019-2020 GoodData Corporation
1
+ // (C) 2019-2026 GoodData Corporation
2
2
  // Buckets
3
3
  export const FILTERS = "filters";
4
4
  export const SHOW_IN_PERCENT = "showInPercent";
@@ -17,4 +17,5 @@ export const METRIC = "metric";
17
17
  export const FACT = "fact";
18
18
  export const DATE = "date";
19
19
  export const ATTRIBUTE = "attribute";
20
+ export const COMPUTED_ATTRIBUTE = "computedAttribute";
20
21
  export const GEO_ATTRIBUTE = "geo_attribute";
@@ -1 +1 @@
1
- {"version":3,"file":"supportedProperties.d.ts","sourceRoot":"","sources":["../../../src/internal/constants/supportedProperties.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAuEpF,eAAO,MAAM,4BAA4B,UAA8C,CAAC;AAIxF,eAAO,MAAM,+BAA+B,UAM3C,CAAC;AAEF,eAAO,MAAM,+BAA+B,UAO3C,CAAC;AAEF,eAAO,MAAM,iCAAiC;;CAe7C,CAAC;AAEF,eAAO,MAAM,+BAA+B;;CAiC3C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gCAAgC,UAa5C,CAAC;AAEF,eAAO,MAAM,8BAA8B;;CAuB1C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;CAqC5C,CAAC;AAEF,eAAO,MAAM,iCAAiC,UAyB7C,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAkC5C,CAAC;AAEF,eAAO,MAAM,0BAA0B,UAkBtC,CAAC;AAEF,eAAO,MAAM,6BAA6B,UAezC,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAe5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAcxC,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAwBxC,CAAC;AAEF,eAAO,MAAM,iCAAiC,UA4B7C,CAAC;AAEF,eAAO,MAAM,+BAA+B,UAwB3C,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC,UAGhD,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAiBxC,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAW5C,CAAC;AAEF,eAAO,MAAM,qCAAqC,UAgBjD,CAAC;AAEF,eAAO,MAAM,iCAAiC,UAY7C,CAAC;AAWF,eAAO,MAAM,oCAAoC,UAQhD,CAAC;AAEF,eAAO,MAAM,kCAAkC,UAW9C,CAAC;AAEF,eAAO,MAAM,6BAA6B,UAMzC,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,yBAIjD,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,yBAS3D,CAAC"}
1
+ {"version":3,"file":"supportedProperties.d.ts","sourceRoot":"","sources":["../../../src/internal/constants/supportedProperties.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAuEpF,eAAO,MAAM,4BAA4B,UAA8C,CAAC;AAIxF,eAAO,MAAM,+BAA+B,UAM3C,CAAC;AAEF,eAAO,MAAM,+BAA+B,UAO3C,CAAC;AAEF,eAAO,MAAM,iCAAiC;;CAe7C,CAAC;AAEF,eAAO,MAAM,+BAA+B;;CAiC3C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gCAAgC,UAa5C,CAAC;AAEF,eAAO,MAAM,8BAA8B;;CAuB1C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;CAqC5C,CAAC;AAEF,eAAO,MAAM,iCAAiC,UAyB7C,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAkC5C,CAAC;AAEF,eAAO,MAAM,0BAA0B,UAmBtC,CAAC;AAEF,eAAO,MAAM,6BAA6B,UAezC,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAe5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAcxC,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAwBxC,CAAC;AAEF,eAAO,MAAM,iCAAiC,UA4B7C,CAAC;AAEF,eAAO,MAAM,+BAA+B,UAwB3C,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC,UAGhD,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAiBxC,CAAC;AAEF,eAAO,MAAM,gCAAgC,UAW5C,CAAC;AAEF,eAAO,MAAM,qCAAqC,UAgBjD,CAAC;AAEF,eAAO,MAAM,iCAAiC,UAY7C,CAAC;AAWF,eAAO,MAAM,oCAAoC,UAQhD,CAAC;AAEF,eAAO,MAAM,kCAAkC,UAW9C,CAAC;AAEF,eAAO,MAAM,6BAA6B,UAMzC,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,yBAIjD,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,yBAS3D,CAAC"}
@@ -274,6 +274,7 @@ export const MEKKO_SUPPORTED_PROPERTIES = [
274
274
  ...BASE_X_AXIS_PROPERTIES,
275
275
  ...BASE_PRIMARY_AXIS_PROPERTIES,
276
276
  "colorMapping",
277
+ "zoomInsight",
277
278
  "disableDrillDown",
278
279
  "disableAlerts",
279
280
  "disableScheduledExports",
@@ -1,6 +1,6 @@
1
1
  // (C) 2019-2026 GoodData Corporation
2
2
  import { BucketNames, OverTimeComparisonTypes, VisualizationTypes } from "@gooddata/sdk-ui";
3
- import { ATTRIBUTE, DATE, FACT, GEO_ATTRIBUTE, METRIC } from "./bucket.js";
3
+ import { ATTRIBUTE, COMPUTED_ATTRIBUTE, DATE, FACT, GEO_ATTRIBUTE, METRIC } from "./bucket.js";
4
4
  export const MAX_METRICS_COUNT = 40;
5
5
  export const DEFAULT_PIE_METRICS_COUNT = 1;
6
6
  export const DEFAULT_PIE_ONLY_MAX_METRICS_COUNT = 20;
@@ -34,7 +34,7 @@ export const measuresBase = {
34
34
  isShowInPercentVisible: true,
35
35
  };
36
36
  export const viewBase = {
37
- accepts: [ATTRIBUTE, DATE],
37
+ accepts: [ATTRIBUTE, COMPUTED_ATTRIBUTE, DATE],
38
38
  itemsLimit: MAX_CATEGORIES_COUNT,
39
39
  itemsLimitByType: {
40
40
  date: 1,
@@ -45,7 +45,7 @@ export const viewBase = {
45
45
  isShowInPercentEnabled: false,
46
46
  };
47
47
  const stackBase = {
48
- accepts: [ATTRIBUTE],
48
+ accepts: [ATTRIBUTE, COMPUTED_ATTRIBUTE],
49
49
  itemsLimit: MAX_STACKS_COUNT,
50
50
  allowsSwapping: true,
51
51
  allowsReordering: false,
@@ -54,7 +54,7 @@ const stackBase = {
54
54
  };
55
55
  const stackBaseWithDate = {
56
56
  ...stackBase,
57
- accepts: [ATTRIBUTE, DATE],
57
+ accepts: [ATTRIBUTE, COMPUTED_ATTRIBUTE, DATE],
58
58
  };
59
59
  export const defaultFilters = {
60
60
  filters: {
@@ -572,7 +572,7 @@ export const DEFAULT_HEATMAP_UICONFIG = {
572
572
  allowsDuplicateItems: true,
573
573
  },
574
574
  view: {
575
- accepts: [ATTRIBUTE, DATE],
575
+ accepts: [ATTRIBUTE, COMPUTED_ATTRIBUTE, DATE],
576
576
  itemsLimit: 1,
577
577
  allowsSwapping: true,
578
578
  allowsReordering: false,
@@ -582,7 +582,7 @@ export const DEFAULT_HEATMAP_UICONFIG = {
582
582
  canAddItems: true,
583
583
  },
584
584
  stack: {
585
- accepts: [ATTRIBUTE, DATE],
585
+ accepts: [ATTRIBUTE, COMPUTED_ATTRIBUTE, DATE],
586
586
  itemsLimit: 1,
587
587
  allowsSwapping: true,
588
588
  allowsReordering: false,
@@ -748,7 +748,7 @@ const geoMeasuresBase = {
748
748
  };
749
749
  const geoAttributesBase = {
750
750
  ...viewBase,
751
- accepts: [ATTRIBUTE],
751
+ accepts: [ATTRIBUTE, COMPUTED_ATTRIBUTE],
752
752
  canAddItems: true,
753
753
  itemsLimit: DEFAULT_GEO_ATTRIBUTES_COUNT,
754
754
  };
@@ -833,7 +833,7 @@ export const DEFAULT_REPEATER_UI_CONFIG = {
833
833
  buckets: {
834
834
  attribute: {
835
835
  ...viewBase,
836
- accepts: [ATTRIBUTE],
836
+ accepts: [ATTRIBUTE, COMPUTED_ATTRIBUTE],
837
837
  itemsLimit: 1,
838
838
  canAddItems: true,
839
839
  allowsSwapping: true,
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Specifies test scenarios with various invalid inputs for type guards. These scenarios should be
3
+ * tested on all type guards in sdk-model.
4
+ */
5
+ export declare const InvalidInputTestCases: Array<[boolean, string, any]>;
6
+ //# sourceMappingURL=typeGuards.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeGuards.test.helpers.d.ts","sourceRoot":"","sources":["../../../src/internal/interfaces/typeGuards.test.helpers.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,CAAC,CAe/D,CAAC"}
@@ -0,0 +1,21 @@
1
+ // (C) 2019-2026 GoodData Corporation
2
+ /**
3
+ * Specifies test scenarios with various invalid inputs for type guards. These scenarios should be
4
+ * tested on all type guards in sdk-model.
5
+ */
6
+ export const InvalidInputTestCases = [
7
+ [false, "null", null],
8
+ [false, "undefined", undefined],
9
+ [false, "empty object", {}],
10
+ [false, "array", []],
11
+ [false, "string", "bleh"],
12
+ [false, "number", 42],
13
+ [false, "boolean", true],
14
+ [
15
+ false,
16
+ "function",
17
+ () => {
18
+ /**/
19
+ },
20
+ ],
21
+ ];
@@ -483,14 +483,14 @@ export const pt_BR = {
483
483
  "automations.filter.status.success": "Êxito",
484
484
  "automations.filter.status.failed": "Falhou",
485
485
  "automations.filter.status.neverRun": "Nunca corra",
486
- "automations.filter.dashboard.label": "Dashboard",
486
+ "automations.filter.dashboard.label": "Painel",
487
487
  "automations.filter.recipients.label": "Destinatários",
488
488
  "automations.filter.createdBy.label": "Criado por",
489
489
  "automations.filter.currentUser": "Usuário atual",
490
490
  "automations.cell.lastRun.never": "Nunca",
491
491
  "automations.column.id": "ID",
492
492
  "automations.column.name": "Nome",
493
- "automations.column.dashboard": "Dashboard",
493
+ "automations.column.dashboard": "Painel",
494
494
  "automations.column.widget": "Widget",
495
495
  "automations.column.attachments": "Anexos",
496
496
  "automations.column.nextRun": "Próxima execução",
@@ -483,14 +483,14 @@ export const pt_PT = {
483
483
  "automations.filter.status.success": "Êxito",
484
484
  "automations.filter.status.failed": "Falhou",
485
485
  "automations.filter.status.neverRun": "Nunca corra",
486
- "automations.filter.dashboard.label": "Dashboard",
486
+ "automations.filter.dashboard.label": "Painel",
487
487
  "automations.filter.recipients.label": "Destinatários",
488
488
  "automations.filter.createdBy.label": "Criado por",
489
489
  "automations.filter.currentUser": "Usuário atual",
490
490
  "automations.cell.lastRun.never": "Nunca",
491
491
  "automations.column.id": "ID",
492
492
  "automations.column.name": "Nome",
493
- "automations.column.dashboard": "Dashboard",
493
+ "automations.column.dashboard": "Painel",
494
494
  "automations.column.widget": "Widget",
495
495
  "automations.column.attachments": "Anexos",
496
496
  "automations.column.nextRun": "Próxima execução",
@@ -14,4 +14,4 @@ export declare const defaultColumnRecommendations: {
14
14
  };
15
15
  export declare const simpleStackedBaseUiConfig: IUiConfig;
16
16
  export declare const multipleMetricsAndCategoriesBaseUiConfig: IUiConfig;
17
- //# sourceMappingURL=uiConfigMocks.d.ts.map
17
+ //# sourceMappingURL=uiConfigMocks.test.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uiConfigMocks.test.helpers.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/uiConfigMocks.test.helpers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAS3F,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAgEtF,eAAO,MAAM,4BAA4B;;;;;;;;;;;CAWxC,CAAC;AAoBF,eAAO,MAAM,yBAAyB,EAAE,SAmBvC,CAAC;AAGF,eAAO,MAAM,wCAAwC,EAAE,SAkBtD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-ext",
3
- "version": "11.54.0-alpha.5",
3
+ "version": "11.54.0-alpha.7",
4
4
  "description": "GoodData.UI SDK - Extensions",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -44,7 +44,7 @@
44
44
  "@codemirror/view": "6.39.10",
45
45
  "@lezer/highlight": "~1.2.3",
46
46
  "classnames": "2.5.1",
47
- "cron-parser": "^5.1.1",
47
+ "cron-parser": "5.9.0",
48
48
  "date-fns": "4.1.0",
49
49
  "debounce-promise": "^3.1.2",
50
50
  "default-import": "1.1.5",
@@ -63,35 +63,35 @@
63
63
  "ts-invariant": "0.10.3",
64
64
  "tslib": "2.8.1",
65
65
  "uuid": "11.1.1",
66
- "@gooddata/sdk-backend-base": "11.54.0-alpha.5",
67
- "@gooddata/sdk-embedding": "11.54.0-alpha.5",
68
- "@gooddata/sdk-model": "11.54.0-alpha.5",
69
- "@gooddata/sdk-ui": "11.54.0-alpha.5",
70
- "@gooddata/sdk-ui-charts": "11.54.0-alpha.5",
71
- "@gooddata/sdk-ui-geo": "11.54.0-alpha.5",
72
- "@gooddata/sdk-ui-filters": "11.54.0-alpha.5",
73
- "@gooddata/sdk-ui-kit": "11.54.0-alpha.5",
74
- "@gooddata/sdk-ui-pivot": "11.54.0-alpha.5",
75
- "@gooddata/sdk-ui-theme-provider": "11.54.0-alpha.5",
76
- "@gooddata/sdk-ui-vis-commons": "11.54.0-alpha.5",
77
- "@gooddata/sdk-ui-semantic-search": "11.54.0-alpha.5",
78
- "@gooddata/sdk-backend-spi": "11.54.0-alpha.5",
79
- "@gooddata/util": "11.54.0-alpha.5"
66
+ "@gooddata/sdk-backend-base": "11.54.0-alpha.7",
67
+ "@gooddata/sdk-backend-spi": "11.54.0-alpha.7",
68
+ "@gooddata/sdk-embedding": "11.54.0-alpha.7",
69
+ "@gooddata/sdk-model": "11.54.0-alpha.7",
70
+ "@gooddata/sdk-ui": "11.54.0-alpha.7",
71
+ "@gooddata/sdk-ui-charts": "11.54.0-alpha.7",
72
+ "@gooddata/sdk-ui-filters": "11.54.0-alpha.7",
73
+ "@gooddata/sdk-ui-geo": "11.54.0-alpha.7",
74
+ "@gooddata/sdk-ui-kit": "11.54.0-alpha.7",
75
+ "@gooddata/sdk-ui-pivot": "11.54.0-alpha.7",
76
+ "@gooddata/sdk-ui-semantic-search": "11.54.0-alpha.7",
77
+ "@gooddata/sdk-ui-theme-provider": "11.54.0-alpha.7",
78
+ "@gooddata/sdk-ui-vis-commons": "11.54.0-alpha.7",
79
+ "@gooddata/util": "11.54.0-alpha.7"
80
80
  },
81
81
  "devDependencies": {
82
- "@microsoft/api-documenter": "^7.17.0",
82
+ "@microsoft/api-documenter": "7.30.10",
83
83
  "@microsoft/api-extractor": "^7.55.2",
84
84
  "@testing-library/dom": "10.4.1",
85
85
  "@testing-library/react": "16.3.0",
86
86
  "@testing-library/user-event": "14.6.1",
87
87
  "@types/debounce-promise": "^3.1.4",
88
- "@types/js-yaml": "^4.0.9",
88
+ "@types/js-yaml": "4.0.9",
89
89
  "@types/lodash-es": "^4.17.12",
90
90
  "@types/node": "24.12.0",
91
- "@types/raf": "^3.4.0",
91
+ "@types/raf": "3.4.3",
92
92
  "@types/react": "19.1.11",
93
93
  "@types/react-dom": "19.1.7",
94
- "@types/react-lines-ellipsis": "^0.15.6",
94
+ "@types/react-lines-ellipsis": "0.15.6",
95
95
  "@types/react-measure": "2.0.12",
96
96
  "@typescript-eslint/eslint-plugin": "8.58.0",
97
97
  "@typescript-eslint/parser": "8.58.0",
@@ -109,7 +109,7 @@
109
109
  "eslint-plugin-react": "7.37.5",
110
110
  "eslint-plugin-react-hooks": "5.2.0",
111
111
  "eslint-plugin-sonarjs": "3.0.6",
112
- "full-icu": "^1.3.0",
112
+ "full-icu": "1.6.0",
113
113
  "happy-dom": "20.9.0",
114
114
  "npm-run-all": "^4.1.5",
115
115
  "oxfmt": "0.52.0",
@@ -120,16 +120,16 @@
120
120
  "react-dom": "19.1.1",
121
121
  "sass": "1.70.0",
122
122
  "stylelint": "^16.26.1",
123
- "svgo": "^2.8.0",
123
+ "svgo": "2.8.3",
124
124
  "typescript": "5.9.3",
125
125
  "vitest": "4.1.8",
126
126
  "vitest-dom": "0.1.1",
127
- "@gooddata/eslint-config": "11.54.0-alpha.5",
128
- "@gooddata/i18n-toolkit": "11.54.0-alpha.5",
129
- "@gooddata/oxlint-config": "11.54.0-alpha.5",
130
- "@gooddata/sdk-backend-mockingbird": "11.54.0-alpha.5",
131
- "@gooddata/stylelint-config": "11.54.0-alpha.5",
132
- "@gooddata/reference-workspace": "11.54.0-alpha.5"
127
+ "@gooddata/eslint-config": "11.54.0-alpha.7",
128
+ "@gooddata/i18n-toolkit": "11.54.0-alpha.7",
129
+ "@gooddata/oxlint-config": "11.54.0-alpha.7",
130
+ "@gooddata/reference-workspace": "11.54.0-alpha.7",
131
+ "@gooddata/sdk-backend-mockingbird": "11.54.0-alpha.7",
132
+ "@gooddata/stylelint-config": "11.54.0-alpha.7"
133
133
  },
134
134
  "peerDependencies": {
135
135
  "react": "^18.0.0 || ^19.0.0",
@@ -1 +0,0 @@
1
- {"version":3,"file":"dataLoaders.mock.d.ts","sourceRoot":"","sources":["../../src/dataLoaders/dataLoaders.mock.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,2BAA2B,EAAE,KAAK,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAE7G,eAAO,MAAM,4BAA4B,EAAE,yBAYb,CAAC;AAE/B,eAAO,MAAM,8BAA8B,EAAE,2BAqCb,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.fixture.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.fixture.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,EAAE,GAyC5B,CAAC;AACF,eAAO,MAAM,iBAAiB,EAAE,GAk1F/B,CAAC;AACF,eAAO,MAAM,mBAAmB,EAAE,GA09GjC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/mock.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAErE,eAAO,MAAM,cAAc,EAAE,YAAY,EAyIxC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getInsightWithDrillDownAppliedMock.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/areaChart/getInsightWithDrillDownAppliedMock.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EAO1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAQvE,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAgExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAS7B,CAAC;AAUH,eAAO,MAAM,wBAAwB,EAAE,kBAoBtC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,kBAiB1C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getInsightWithDrillDownAppliedMock.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/baseChart/getInsightWithDrillDownAppliedMock.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EAO1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAQvE,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAgExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAK7B,CAAC;AAMH,eAAO,MAAM,wBAAwB,EAAE,kBAmBtC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getInsightWithDrillDownAppliedMock.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/bulletChart/getInsightWithDrillDownAppliedMock.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EAO1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAQvE,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAgExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAK7B,CAAC;AAUH,eAAO,MAAM,wBAAwB,EAAE,kBAmBtC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,kBAa1C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getInsightWithDrillDownAppliedMock.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/pluggableVisualizations/getInsightWithDrillDownAppliedMock.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EAQ1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,KAAK,+BAA+B,EAAE,MAAM,kBAAkB,CAAC;AAI7G,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,4BAA4B,EAAE,kBAY1C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAK9B,CAAC;AAQH,eAAO,MAAM,qDAAqD,EAAE,kBAuBnE,CAAC;AAEF,eAAO,MAAM,iDAAiD,EAAE,kBA2B/D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,kBAsBpD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAQ3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,+BAuB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,+BAuB/B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAUxD,CAAC"}
@@ -1,8 +0,0 @@
1
- import { type IInsightDefinition } from "@gooddata/sdk-model";
2
- import { type IDrillEventIntersectionElement } from "@gooddata/sdk-ui";
3
- export declare const targetUri = "target-uri";
4
- export declare const intersection: IDrillEventIntersectionElement[];
5
- export declare const sourceInsightDef: IInsightDefinition;
6
- export declare const expectedInsightDefRegion: IInsightDefinition;
7
- export declare const expectedInsightDefDepartment: IInsightDefinition;
8
- //# sourceMappingURL=getInsightWithDrillDownAppliedMock.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getInsightWithDrillDownAppliedMock.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/heatMap/getInsightWithDrillDownAppliedMock.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EAO1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAQvE,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAgExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAS7B,CAAC;AAUH,eAAO,MAAM,wBAAwB,EAAE,kBAiBtC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,kBAiB1C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getInsightWithDrillDownAppliedMock.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTable/getInsightWithDrillDownAppliedMock.ts"],"names":[],"mappings":"AAGA,OAAO,EAEH,KAAK,QAAQ,EAchB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAwC,MAAM,kBAAkB,CAAC;AAG7G,OAAO,EACH,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAChC,MAAM,sCAAsC,CAAC;AA0Q9C,eAAO,MAAM,8BAA8B;;;;;;;;CAQ1C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"mockReferencePoint.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTable/mockReferencePoint.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EACH,KAAK,WAAW,EAChB,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAC1B,MAAM,sCAAsC,CAAC;AAE9C,eAAO,MAAM,qBAAqB,+QAmGhC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sortMocks.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTable/sortMocks.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EAIxB,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,gBAAgB,EAAE,gBAE7B,CAAC;AACH,eAAO,MAAM,kBAAkB,EAAE,kBAAmD,CAAC;AACrF,eAAO,MAAM,oBAAoB,EAAE,kBAAwD,CAAC;AAE5F,eAAO,MAAM,gCAAgC,EAAE,gBAE7C,CAAC;AAEH,eAAO,MAAM,kCAAkC,EAAE,gBAE/C,CAAC;AAEH,eAAO,MAAM,iCAAiC,EAAE,gBAG9C,CAAC;AAEH,eAAO,MAAM,kCAAkC,EAAE,gBAA8C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"widthItemsMock.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/pivotTable/widthItemsMock.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,0BAA0B,EAC/B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,2BAA2B,EACnC,MAAM,wBAAwB,CAAC;AAEhC,eAAO,MAAM,2BAA2B,EAAE,uBAiBzC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,0BAI5C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,2BAS7C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,yBAK3C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,yBAK7C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,uBAiB3C,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,uBAiB3D,CAAC;AAEF,eAAO,MAAM,4CAA4C,EAAE,uBAuB1D,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,uBAW3D,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,2BAS/C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,4BAW9C,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,4BAgBhD,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,2BAW7C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,2BAgB9C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"reverseAndTrimIntersectionMock.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/pluggableVisualizations/reverseAndTrimIntersectionMock.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAEvE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AA+F9E,eAAO,MAAM,8BAA8B;;;;;;CAM1C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getInsightWithDrillDownAppliedMock.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/treeMap/getInsightWithDrillDownAppliedMock.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,KAAK,kBAAkB,EAO1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAQvE,eAAO,MAAM,SAAS,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,8BAA8B,EAgExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAS7B,CAAC;AAUH,eAAO,MAAM,wBAAwB,EAAE,kBAoBtC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,kBAiB1C,CAAC"}