@gooddata/sdk-ui-vis-commons 11.56.0-alpha.1 → 11.56.0-alpha.2
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/esm/compactSize/HeadlinePagination.d.ts +1 -1
- package/esm/compactSize/HeadlinePagination.d.ts.map +1 -1
- package/esm/compactSize/HeadlinePaginationRenderer.d.ts +1 -1
- package/esm/compactSize/HeadlinePaginationRenderer.d.ts.map +1 -1
- package/esm/legend/ColorLegend.d.ts +1 -1
- package/esm/legend/ColorLegend.d.ts.map +1 -1
- package/esm/legend/LegendGroup.d.ts +1 -1
- package/esm/legend/LegendGroup.d.ts.map +1 -1
- package/esm/legend/LegendItem.d.ts +1 -1
- package/esm/legend/LegendItem.d.ts.map +1 -1
- package/esm/legend/Paging.d.ts +1 -1
- package/esm/legend/Paging.d.ts.map +1 -1
- package/esm/legend/PopUpLegend/PopUpLegend.d.ts +1 -1
- package/esm/legend/PopUpLegend/PopUpLegend.d.ts.map +1 -1
- package/esm/legend/PopUpLegend/RowLegend.d.ts +2 -2
- package/esm/legend/PopUpLegend/RowLegend.d.ts.map +1 -1
- package/esm/sdk-ui-vis-commons.d.ts +4 -4
- package/package.json +14 -14
|
@@ -13,5 +13,5 @@ export interface IHeadlinePaginationProps {
|
|
|
13
13
|
/**
|
|
14
14
|
* @internal
|
|
15
15
|
*/
|
|
16
|
-
export declare function HeadlinePagination({ renderSecondaryItem, renderTertiaryItem, accessibilityConfig }: IHeadlinePaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare function HeadlinePagination({ renderSecondaryItem, renderTertiaryItem, accessibilityConfig, }: IHeadlinePaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
//# sourceMappingURL=HeadlinePagination.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeadlinePagination.d.ts","sourceRoot":"","sources":["../../src/compactSize/HeadlinePagination.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAY,MAAM,OAAO,CAAC;AAIpD;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC,mBAAmB,EAAE,MAAM,YAAY,CAAC;IACxC,kBAAkB,EAAE,MAAM,YAAY,CAAC;IACvC,mBAAmB,CAAC,EAAE;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC9B,CAAC;CACL;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,EAC/B,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"HeadlinePagination.d.ts","sourceRoot":"","sources":["../../src/compactSize/HeadlinePagination.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAY,MAAM,OAAO,CAAC;AAIpD;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC,mBAAmB,EAAE,MAAM,YAAY,CAAC;IACxC,kBAAkB,EAAE,MAAM,YAAY,CAAC;IACvC,mBAAmB,CAAC,EAAE;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC9B,CAAC;CACL;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,EAC/B,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,GACtB,EAAE,wBAAwB,2CAyB1B"}
|
|
@@ -7,6 +7,6 @@ interface IHeadlinePaginationProps {
|
|
|
7
7
|
showPrevItem: () => void;
|
|
8
8
|
showNextItem: () => void;
|
|
9
9
|
}
|
|
10
|
-
export declare function HeadlinePaginationRenderer({ item, accessibilityConfig, showPrevItem, showNextItem }: IHeadlinePaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare function HeadlinePaginationRenderer({ item, accessibilityConfig, showPrevItem, showNextItem, }: IHeadlinePaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=HeadlinePaginationRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeadlinePaginationRenderer.d.ts","sourceRoot":"","sources":["../../src/compactSize/HeadlinePaginationRenderer.tsx"],"names":[],"mappings":"AAMA,UAAU,wBAAwB;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB,CAAC,EAAE;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC9B,CAAC;IACF,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,wBAAgB,0BAA0B,CAAC,EACvC,IAAI,EACJ,mBAAmB,EACnB,YAAY,EACZ,YAAY,
|
|
1
|
+
{"version":3,"file":"HeadlinePaginationRenderer.d.ts","sourceRoot":"","sources":["../../src/compactSize/HeadlinePaginationRenderer.tsx"],"names":[],"mappings":"AAMA,UAAU,wBAAwB;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB,CAAC,EAAE;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC9B,CAAC;IACF,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,wBAAgB,0BAA0B,CAAC,EACvC,IAAI,EACJ,mBAAmB,EACnB,YAAY,EACZ,YAAY,GACf,EAAE,wBAAwB,2CAuC1B"}
|
|
@@ -23,6 +23,6 @@ export declare function ColorBoxes({ boxes }: IColorBoxesProps): ReactElement;
|
|
|
23
23
|
/**
|
|
24
24
|
* @internal
|
|
25
25
|
*/
|
|
26
|
-
export declare function ColorLegend({ title, data, format, numericSymbols, size, position }: IColorLegendProps): import("react/jsx-runtime").JSX.Element | null;
|
|
26
|
+
export declare function ColorLegend({ title, data, format, numericSymbols, size, position, }: IColorLegendProps): import("react/jsx-runtime").JSX.Element | null;
|
|
27
27
|
export {};
|
|
28
28
|
//# sourceMappingURL=ColorLegend.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorLegend.d.ts","sourceRoot":"","sources":["../../src/legend/ColorLegend.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAkB,MAAM,OAAO,CAAC;AAM1D,OAAO,EACH,KAAK,eAAe,EAEpB,KAAK,mBAAmB,IAAI,iBAAiB,EAEhD,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE1E;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,IAAI,EAAE,gBAAgB,EAAE,CAAC;IACzB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,iBAAiB;IACvB,MAAM,EAAE,iBAAiB,EAAE,CAAC;CAC/B;AAED,UAAU,gBAAgB;IACtB,KAAK,EAAE,eAAe,EAAE,CAAC;CAC5B;AAQD,wBAAgB,WAAW,CAAC,EAAE,MAAM,EAAE,EAAE,iBAAiB,GAAG,YAAY,CAavE;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,EAAE,gBAAgB,GAAG,YAAY,CAUpE;AA+BD;;GAEG;AACH,wBAAgB,WAAW,CAAC,EACxB,KAAK,EACL,IAAI,EACJ,MAAM,EACN,cAAc,EACd,IAAc,EACd,QAAQ,
|
|
1
|
+
{"version":3,"file":"ColorLegend.d.ts","sourceRoot":"","sources":["../../src/legend/ColorLegend.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAkB,MAAM,OAAO,CAAC;AAM1D,OAAO,EACH,KAAK,eAAe,EAEpB,KAAK,mBAAmB,IAAI,iBAAiB,EAEhD,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE1E;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,IAAI,EAAE,gBAAgB,EAAE,CAAC;IACzB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,iBAAiB;IACvB,MAAM,EAAE,iBAAiB,EAAE,CAAC;CAC/B;AAED,UAAU,gBAAgB;IACtB,KAAK,EAAE,eAAe,EAAE,CAAC;CAC5B;AAQD,wBAAgB,WAAW,CAAC,EAAE,MAAM,EAAE,EAAE,iBAAiB,GAAG,YAAY,CAavE;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,EAAE,gBAAgB,GAAG,YAAY,CAUpE;AA+BD;;GAEG;AACH,wBAAgB,WAAW,CAAC,EACxB,KAAK,EACL,IAAI,EACJ,MAAM,EACN,cAAc,EACd,IAAc,EACd,QAAQ,GACX,EAAE,iBAAiB,kDA8BnB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type ReactNode } from "react";
|
|
2
2
|
import { type ILegendGroup } from "./types.js";
|
|
3
|
-
export declare function LegendGroup({ item, width, children }: {
|
|
3
|
+
export declare function LegendGroup({ item, width, children, }: {
|
|
4
4
|
item: ILegendGroup;
|
|
5
5
|
width?: number;
|
|
6
6
|
children?: ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendGroup.d.ts","sourceRoot":"","sources":["../../src/legend/LegendGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQvC,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,wBAAgB,WAAW,CAAC,EACxB,IAAI,EACJ,KAAK,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"LegendGroup.d.ts","sourceRoot":"","sources":["../../src/legend/LegendGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQvC,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,wBAAgB,WAAW,CAAC,EACxB,IAAI,EACJ,KAAK,EACL,QAAQ,GACX,EAAE;IACC,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,GAAG,SAAS,CA6BZ"}
|
|
@@ -8,6 +8,6 @@ interface ILegendItemProps {
|
|
|
8
8
|
onItemClick: (item: ISeriesItemMetric) => void;
|
|
9
9
|
chartFill?: ChartFillType;
|
|
10
10
|
}
|
|
11
|
-
export declare function LegendItem({ item, index, width, enableBorderRadius, onItemClick, chartFill }: ILegendItemProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare function LegendItem({ item, index, width, enableBorderRadius, onItemClick, chartFill, }: ILegendItemProps): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=LegendItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendItem.d.ts","sourceRoot":"","sources":["../../src/legend/LegendItem.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,sBAAsB,CAAC;AAI/E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAIpD,UAAU,gBAAgB;IACtB,IAAI,EAAE,iBAAiB,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,WAAW,EAAE,CAAC,IAAI,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAC/C,SAAS,CAAC,EAAE,aAAa,CAAC;CAC7B;AAqFD,wBAAgB,UAAU,CAAC,EACvB,IAAI,EACJ,KAAK,EACL,KAAK,EACL,kBAA0B,EAC1B,WAAW,EACX,SAAS,
|
|
1
|
+
{"version":3,"file":"LegendItem.d.ts","sourceRoot":"","sources":["../../src/legend/LegendItem.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,sBAAsB,CAAC;AAI/E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAIpD,UAAU,gBAAgB;IACtB,IAAI,EAAE,iBAAiB,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,WAAW,EAAE,CAAC,IAAI,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAC/C,SAAS,CAAC,EAAE,aAAa,CAAC;CAC7B;AAqFD,wBAAgB,UAAU,CAAC,EACvB,IAAI,EACJ,KAAK,EACL,KAAK,EACL,kBAA0B,EAC1B,WAAW,EACX,SAAS,GACZ,EAAE,gBAAgB,2CAgGlB"}
|
package/esm/legend/Paging.d.ts
CHANGED
|
@@ -17,5 +17,5 @@ export type PagingButtonType = "prev" | "next";
|
|
|
17
17
|
/**
|
|
18
18
|
* @internal
|
|
19
19
|
*/
|
|
20
|
-
export declare function Paging({ page, pagesCount, buttonsOrientation, showNextPage, showPrevPage }: IPagingProps): ReactElement;
|
|
20
|
+
export declare function Paging({ page, pagesCount, buttonsOrientation, showNextPage, showPrevPage, }: IPagingProps): ReactElement;
|
|
21
21
|
//# sourceMappingURL=Paging.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Paging.d.ts","sourceRoot":"","sources":["../../src/legend/Paging.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAS1C;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,QAAQ,GAAG,WAAW,CAAC;AAE5D;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,IAAI,IAAI,CAAC;IACrB,YAAY,IAAI,IAAI,CAAC;IACrB,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;CAC/C;AAED,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,CAAC;AAoD/C;;GAEG;AACH,wBAAgB,MAAM,CAAC,EACnB,IAAI,EACJ,UAAU,EACV,kBAA6B,EAC7B,YAAY,EACZ,YAAY,
|
|
1
|
+
{"version":3,"file":"Paging.d.ts","sourceRoot":"","sources":["../../src/legend/Paging.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAS1C;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,QAAQ,GAAG,WAAW,CAAC;AAE5D;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,IAAI,IAAI,CAAC;IACrB,YAAY,IAAI,IAAI,CAAC;IACrB,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;CAC/C;AAED,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,CAAC;AAoD/C;;GAEG;AACH,wBAAgB,MAAM,CAAC,EACnB,IAAI,EACJ,UAAU,EACV,kBAA6B,EAC7B,YAAY,EACZ,YAAY,GACf,EAAE,YAAY,GAAG,YAAY,CAyB7B"}
|
|
@@ -18,5 +18,5 @@ export interface IPopUpLegendProps {
|
|
|
18
18
|
/**
|
|
19
19
|
* @internal
|
|
20
20
|
*/
|
|
21
|
-
export declare function PopUpLegend({ name, maxRows, enableBorderRadius, series, onLegendItemClick, containerId, customComponent, customComponentName, chartFill }: IPopUpLegendProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare function PopUpLegend({ name, maxRows, enableBorderRadius, series, onLegendItemClick, containerId, customComponent, customComponentName, chartFill, }: IPopUpLegendProps): import("react/jsx-runtime").JSX.Element;
|
|
22
22
|
//# sourceMappingURL=PopUpLegend.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopUpLegend.d.ts","sourceRoot":"","sources":["../../../src/legend/PopUpLegend/PopUpLegend.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAyB,MAAM,OAAO,CAAC;AAMjE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAO/E;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,iBAAiB,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kBAAkB,CAAC,EAAE,OAAO,GAAG,yBAAyB,CAAC;IACzD,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IACtC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,aAAa,CAAC;CAC7B;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,EACxB,IAAI,EACJ,OAAO,EACP,kBAAkB,EAClB,MAAM,EACN,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,mBAAmB,EACnB,SAAS,
|
|
1
|
+
{"version":3,"file":"PopUpLegend.d.ts","sourceRoot":"","sources":["../../../src/legend/PopUpLegend/PopUpLegend.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAyB,MAAM,OAAO,CAAC;AAMjE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAO/E;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,iBAAiB,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kBAAkB,CAAC,EAAE,OAAO,GAAG,yBAAyB,CAAC;IACzD,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IACtC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,aAAa,CAAC;CAC7B;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,EACxB,IAAI,EACJ,OAAO,EACP,kBAAkB,EAClB,MAAM,EACN,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,mBAAmB,EACnB,SAAS,GACZ,EAAE,iBAAiB,2CA4DnB"}
|
|
@@ -7,7 +7,7 @@ export interface IRowLegendIcoButton {
|
|
|
7
7
|
dialogId: string;
|
|
8
8
|
triggerId: string;
|
|
9
9
|
}
|
|
10
|
-
export declare function RowLegendIcoButton({ isVisible, isActive, onIconClick, dialogId, triggerId }: IRowLegendIcoButton): import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
+
export declare function RowLegendIcoButton({ isVisible, isActive, onIconClick, dialogId, triggerId, }: IRowLegendIcoButton): import("react/jsx-runtime").JSX.Element | null;
|
|
11
11
|
export interface IRowLegendProps {
|
|
12
12
|
legendLabel?: string;
|
|
13
13
|
maxRowsCount?: number;
|
|
@@ -20,5 +20,5 @@ export interface IRowLegendProps {
|
|
|
20
20
|
triggerId: string;
|
|
21
21
|
chartFill?: ChartFillType;
|
|
22
22
|
}
|
|
23
|
-
export declare function RowLegend({ series, maxRowsCount, legendLabel, enableBorderRadius, onDialogIconClick, onLegendItemClick, dialogId, triggerId, isActive, chartFill }: IRowLegendProps): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare function RowLegend({ series, maxRowsCount, legendLabel, enableBorderRadius, onDialogIconClick, onLegendItemClick, dialogId, triggerId, isActive, chartFill, }: IRowLegendProps): import("react/jsx-runtime").JSX.Element;
|
|
24
24
|
//# sourceMappingURL=RowLegend.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RowLegend.d.ts","sourceRoot":"","sources":["../../../src/legend/PopUpLegend/RowLegend.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAI7D,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAyB/E,MAAM,WAAW,mBAAmB;IAChC,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,kBAAkB,CAAC,EAC/B,SAAS,EACT,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,SAAS,
|
|
1
|
+
{"version":3,"file":"RowLegend.d.ts","sourceRoot":"","sources":["../../../src/legend/PopUpLegend/RowLegend.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAI7D,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAyB/E,MAAM,WAAW,mBAAmB;IAChC,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,kBAAkB,CAAC,EAC/B,SAAS,EACT,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,SAAS,GACZ,EAAE,mBAAmB,kDAuCrB;AAED,MAAM,WAAW,eAAe;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,GAAG,yBAAyB,CAAC;IACzD,iBAAiB,EAAE,MAAM,IAAI,CAAC;IAC9B,iBAAiB,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,aAAa,CAAC;CAC7B;AAED,wBAAgB,SAAS,CAAC,EACtB,MAAM,EACN,YAAgB,EAChB,WAAW,EACX,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,QAAgB,EAChB,SAAS,GACZ,EAAE,eAAe,2CAoCjB"}
|
|
@@ -118,7 +118,7 @@ export declare type ChartFillType = "solid" | "pattern" | "outline";
|
|
|
118
118
|
/**
|
|
119
119
|
* @internal
|
|
120
120
|
*/
|
|
121
|
-
export declare function ColorLegend({ title, data, format, numericSymbols, size, position }: IColorLegendProps): JSX.Element | null;
|
|
121
|
+
export declare function ColorLegend({ title, data, format, numericSymbols, size, position, }: IColorLegendProps): JSX.Element | null;
|
|
122
122
|
|
|
123
123
|
/**
|
|
124
124
|
* @internal
|
|
@@ -341,7 +341,7 @@ export declare function getValidColorPalette(colors?: string[], colorPalette?: I
|
|
|
341
341
|
/**
|
|
342
342
|
* @internal
|
|
343
343
|
*/
|
|
344
|
-
export declare function HeadlinePagination({ renderSecondaryItem, renderTertiaryItem, accessibilityConfig }: IHeadlinePaginationProps): JSX.Element;
|
|
344
|
+
export declare function HeadlinePagination({ renderSecondaryItem, renderTertiaryItem, accessibilityConfig, }: IHeadlinePaginationProps): JSX.Element;
|
|
345
345
|
|
|
346
346
|
/**
|
|
347
347
|
* @internal
|
|
@@ -1001,7 +1001,7 @@ export declare function normalizeColorToRGB(color: string): string;
|
|
|
1001
1001
|
/**
|
|
1002
1002
|
* @internal
|
|
1003
1003
|
*/
|
|
1004
|
-
export declare function Paging({ page, pagesCount, buttonsOrientation, showNextPage, showPrevPage }: IPagingProps): ReactElement;
|
|
1004
|
+
export declare function Paging({ page, pagesCount, buttonsOrientation, showNextPage, showPrevPage, }: IPagingProps): ReactElement;
|
|
1005
1005
|
|
|
1006
1006
|
/**
|
|
1007
1007
|
* @internal
|
|
@@ -1063,7 +1063,7 @@ export declare const POINT_SHAPE_POLYGONS: Record<string, ReadonlyArray<readonly
|
|
|
1063
1063
|
/**
|
|
1064
1064
|
* @internal
|
|
1065
1065
|
*/
|
|
1066
|
-
export declare function PopUpLegend({ name, maxRows, enableBorderRadius, series, onLegendItemClick, containerId, customComponent, customComponentName, chartFill }: IPopUpLegendProps): JSX.Element;
|
|
1066
|
+
export declare function PopUpLegend({ name, maxRows, enableBorderRadius, series, onLegendItemClick, containerId, customComponent, customComponentName, chartFill, }: IPopUpLegendProps): JSX.Element;
|
|
1067
1067
|
|
|
1068
1068
|
/**
|
|
1069
1069
|
* TODO: rename
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-vis-commons",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.2",
|
|
4
4
|
"description": "GoodData.UI SDK - common functionality for different types of visualizations",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"classnames": "2.5.1",
|
|
34
34
|
"default-import": "1.1.5",
|
|
35
35
|
"lodash-es": "^4.17.23",
|
|
36
|
-
"react-intl": "
|
|
36
|
+
"react-intl": "10.1.25",
|
|
37
37
|
"react-measure": "^2.5.2",
|
|
38
38
|
"tslib": "2.8.1",
|
|
39
|
-
"@gooddata/sdk-
|
|
40
|
-
"@gooddata/sdk-
|
|
41
|
-
"@gooddata/sdk-ui": "11.56.0-alpha.
|
|
42
|
-
"@gooddata/sdk-ui-kit": "11.56.0-alpha.
|
|
43
|
-
"@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.
|
|
39
|
+
"@gooddata/sdk-backend-spi": "11.56.0-alpha.2",
|
|
40
|
+
"@gooddata/sdk-model": "11.56.0-alpha.2",
|
|
41
|
+
"@gooddata/sdk-ui": "11.56.0-alpha.2",
|
|
42
|
+
"@gooddata/sdk-ui-kit": "11.56.0-alpha.2",
|
|
43
|
+
"@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-documenter": "7.30.10",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@types/react-measure": "2.0.12",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
56
56
|
"@typescript-eslint/parser": "8.58.0",
|
|
57
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
57
|
+
"@typescript/native-preview": "7.0.0-dev.20260701.1",
|
|
58
58
|
"dependency-cruiser": "17.3.10",
|
|
59
59
|
"eslint": "^9.39.2",
|
|
60
60
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -73,16 +73,16 @@
|
|
|
73
73
|
"raf": "3.4.1",
|
|
74
74
|
"react": "19.1.1",
|
|
75
75
|
"react-dom": "19.1.1",
|
|
76
|
-
"sass": "1.
|
|
76
|
+
"sass": "1.79.0",
|
|
77
77
|
"stylelint": "16.26.1",
|
|
78
78
|
"typescript": "5.9.3",
|
|
79
79
|
"vitest": "4.1.8",
|
|
80
80
|
"vitest-dom": "0.1.1",
|
|
81
|
-
"@gooddata/eslint-config": "11.56.0-alpha.
|
|
82
|
-
"@gooddata/
|
|
83
|
-
"@gooddata/
|
|
84
|
-
"@gooddata/
|
|
85
|
-
"@gooddata/
|
|
81
|
+
"@gooddata/eslint-config": "11.56.0-alpha.2",
|
|
82
|
+
"@gooddata/reference-workspace": "11.56.0-alpha.2",
|
|
83
|
+
"@gooddata/oxlint-config": "11.56.0-alpha.2",
|
|
84
|
+
"@gooddata/stylelint-config": "11.56.0-alpha.2",
|
|
85
|
+
"@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.2"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"react": "^18.0.0 || ^19.0.0",
|