@allurereport/web-components 3.0.0-beta.10 → 3.0.0-beta.12

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 (82) hide show
  1. package/dist/components/ArrowButton/index.d.ts +1 -0
  2. package/dist/components/ArrowButton/index.d.ts.map +1 -1
  3. package/dist/components/Button/index.d.ts +1 -1
  4. package/dist/components/Button/index.d.ts.map +1 -1
  5. package/dist/components/Grid/Grid.d.ts +11 -0
  6. package/dist/components/Grid/Grid.d.ts.map +1 -0
  7. package/dist/components/Grid/components/GridItem/GridItem.d.ts +8 -0
  8. package/dist/components/Grid/components/GridItem/GridItem.d.ts.map +1 -0
  9. package/dist/components/Grid/components/GridItem/components/DragHandle/DragHandle.d.ts +6 -0
  10. package/dist/components/Grid/components/GridItem/components/DragHandle/DragHandle.d.ts.map +1 -0
  11. package/dist/components/Grid/components/GridItem/components/DragHandle/components/DragHandleIcon.d.ts +6 -0
  12. package/dist/components/Grid/components/GridItem/components/DragHandle/components/DragHandleIcon.d.ts.map +1 -0
  13. package/dist/components/Grid/components/GridItem/components/DragHandle/components/index.d.ts +2 -0
  14. package/dist/components/Grid/components/GridItem/components/DragHandle/components/index.d.ts.map +1 -0
  15. package/dist/components/Grid/components/GridItem/components/DragHandle/index.d.ts +2 -0
  16. package/dist/components/Grid/components/GridItem/components/DragHandle/index.d.ts.map +1 -0
  17. package/dist/components/Grid/components/GridItem/components/index.d.ts +2 -0
  18. package/dist/components/Grid/components/GridItem/components/index.d.ts.map +1 -0
  19. package/dist/components/Grid/components/GridItem/index.d.ts +3 -0
  20. package/dist/components/Grid/components/GridItem/index.d.ts.map +1 -0
  21. package/dist/components/Grid/components/index.d.ts +2 -0
  22. package/dist/components/Grid/components/index.d.ts.map +1 -0
  23. package/dist/components/Grid/constants.d.ts +4 -0
  24. package/dist/components/Grid/constants.d.ts.map +1 -0
  25. package/dist/components/Grid/hooks/index.d.ts +2 -0
  26. package/dist/components/Grid/hooks/index.d.ts.map +1 -0
  27. package/dist/components/Grid/hooks/useSortable.d.ts +4 -0
  28. package/dist/components/Grid/hooks/useSortable.d.ts.map +1 -0
  29. package/dist/components/Grid/index.d.ts +5 -0
  30. package/dist/components/Grid/index.d.ts.map +1 -0
  31. package/dist/components/LanguagePicker/index.d.ts +8 -0
  32. package/dist/components/LanguagePicker/index.d.ts.map +1 -0
  33. package/dist/components/Modal/index.d.ts +1 -1
  34. package/dist/components/Modal/index.d.ts.map +1 -1
  35. package/dist/components/ReportLogo/index.d.ts +5 -0
  36. package/dist/components/ReportLogo/index.d.ts.map +1 -0
  37. package/dist/components/ReportLogoFull/index.d.ts +4 -0
  38. package/dist/components/ReportLogoFull/index.d.ts.map +1 -0
  39. package/dist/components/StatusLabel/index.d.ts +8 -0
  40. package/dist/components/StatusLabel/index.d.ts.map +1 -0
  41. package/dist/components/SuccessRatePieChart/index.d.ts +12 -4
  42. package/dist/components/SuccessRatePieChart/index.d.ts.map +1 -1
  43. package/dist/components/SvgIcon/index.d.ts +5 -0
  44. package/dist/components/SvgIcon/index.d.ts.map +1 -1
  45. package/dist/components/ThemeButton/index.d.ts +8 -0
  46. package/dist/components/ThemeButton/index.d.ts.map +1 -0
  47. package/dist/components/Tree/Tree.d.ts +4 -7
  48. package/dist/components/Tree/Tree.d.ts.map +1 -1
  49. package/dist/components/Tree/TreeHeader.d.ts +3 -5
  50. package/dist/components/Tree/TreeHeader.d.ts.map +1 -1
  51. package/dist/components/Tree/TreeItem.d.ts +1 -0
  52. package/dist/components/Tree/TreeItem.d.ts.map +1 -1
  53. package/dist/components/Tree/TreeItemInfo/index.d.ts +6 -0
  54. package/dist/components/Tree/TreeItemInfo/index.d.ts.map +1 -0
  55. package/dist/components/Tree/TreeItemRetries/index.d.ts +5 -0
  56. package/dist/components/Tree/TreeItemRetries/index.d.ts.map +1 -0
  57. package/dist/components/Tree/TreeSection.d.ts +10 -0
  58. package/dist/components/Tree/TreeSection.d.ts.map +1 -0
  59. package/dist/components/Tree/TreeStatusBar.d.ts +14 -0
  60. package/dist/components/Tree/TreeStatusBar.d.ts.map +1 -0
  61. package/dist/components/Tree/index.d.ts +2 -0
  62. package/dist/components/Tree/index.d.ts.map +1 -1
  63. package/dist/components/TrendChart/TrendChart.d.ts +4 -0
  64. package/dist/components/TrendChart/TrendChart.d.ts.map +1 -0
  65. package/dist/components/TrendChart/config.d.ts +13 -0
  66. package/dist/components/TrendChart/config.d.ts.map +1 -0
  67. package/dist/components/TrendChart/constants.d.ts +2 -0
  68. package/dist/components/TrendChart/constants.d.ts.map +1 -0
  69. package/dist/components/TrendChart/index.d.ts +4 -24
  70. package/dist/components/TrendChart/index.d.ts.map +1 -1
  71. package/dist/components/TrendChart/theme.d.ts +32 -0
  72. package/dist/components/TrendChart/theme.d.ts.map +1 -0
  73. package/dist/components/TrendChart/types.d.ts +53 -0
  74. package/dist/components/TrendChart/types.d.ts.map +1 -0
  75. package/dist/components/TrendChart/utils.d.ts +7 -0
  76. package/dist/components/TrendChart/utils.d.ts.map +1 -0
  77. package/dist/index.css +1 -1
  78. package/dist/index.d.ts +159 -33
  79. package/dist/index.d.ts.map +1 -1
  80. package/dist/index.js +10 -4
  81. package/dist/index.js.map +1 -1
  82. package/package.json +8 -4
@@ -5,6 +5,7 @@ export interface ArrowButtonProps {
5
5
  buttonSize?: "m" | "xs" | "s";
6
6
  className?: string;
7
7
  icon?: string;
8
+ onClick?: VoidFunction;
8
9
  }
9
10
  export declare const ArrowButton: FunctionalComponent<ArrowButtonProps>;
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ArrowButton/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAC;AAIlD,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,GAAG,CAAC;IAC5B,UAAU,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,GAAG,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,WAAW,EAAE,mBAAmB,CAAC,gBAAgB,CAwB7D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ArrowButton/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAC;AAIlD,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,GAAG,CAAC;IAC5B,UAAU,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,GAAG,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB;AAED,eAAO,MAAM,WAAW,EAAE,mBAAmB,CAAC,gBAAgB,CA8B7D,CAAC"}
@@ -21,7 +21,7 @@ export type ButtonProps = Omit<BaseBtnProps, "text" | "isIconButton" | "isDropdo
21
21
  export declare const Button: (props: ButtonProps) => import("preact").JSX.Element;
22
22
  export type IconButtonProps = Omit<BaseBtnProps, "text" | "icon" | "autoFocus" | "fullWidth" | "isIconButton" | "isDropdownButton"> & Pick<Required<BaseBtnProps>, "icon">;
23
23
  export declare const IconButton: (props: IconButtonProps) => import("preact").JSX.Element;
24
- type DropdownButtonProps = Omit<BaseBtnProps, "type" | "autoFocus" | "isDropdownButton" | "isIconButton" | "text" | "icon" | "isActive"> & Pick<Required<BaseBtnProps>, "text"> & {
24
+ type DropdownButtonProps = Omit<BaseBtnProps, "type" | "autoFocus" | "isDropdownButton" | "isIconButton" | "text" | "isActive"> & Pick<Required<BaseBtnProps>, "text"> & {
25
25
  isExpanded?: boolean;
26
26
  };
27
27
  export declare const DropdownButton: (props: DropdownButtonProps) => import("preact").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.tsx"],"names":[],"mappings":"AAMA,KAAK,YAAY,GAAG;IAKlB,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,SAAS,CAAC,EAAE,OAAO,CAAC;IAUpB,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IAYvB,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;IAO5D,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;IAI3C,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,QAAQ,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC;IAI5B,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,YAAY,CAAC,EAAE,OAAO,CAAC;IAIvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAI3B,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IAKlC,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAMjC,UAAU,CAAC,EAAE,OAAO,CAAC;IAMrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAMnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AA4DF,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,MAAM,GAAG,cAAc,GAAG,kBAAkB,CAAC,GACxF,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC,CAAC;AAEvC,eAAO,MAAM,MAAM,UAAW,WAAW,iCAA2B,CAAC;AAErE,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,YAAY,EACZ,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,WAAW,GAAG,cAAc,GAAG,kBAAkB,CAClF,GACC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC,CAAC;AAEvC,eAAO,MAAM,UAAU,UAAW,eAAe,iCAAwC,CAAC;AAE1F,KAAK,mBAAmB,GAAG,IAAI,CAC7B,YAAY,EACZ,MAAM,GAAG,WAAW,GAAG,kBAAkB,GAAG,cAAc,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,CAC1F,GACC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC,GAAG;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEJ,eAAO,MAAM,cAAc,UAAW,mBAAmB,iCAExD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.tsx"],"names":[],"mappings":"AAMA,KAAK,YAAY,GAAG;IAKlB,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,SAAS,CAAC,EAAE,OAAO,CAAC;IAUpB,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IAYvB,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;IAO5D,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;IAI3C,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,QAAQ,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC;IAI5B,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,YAAY,CAAC,EAAE,OAAO,CAAC;IAIvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAI3B,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IAKlC,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAMjC,UAAU,CAAC,EAAE,OAAO,CAAC;IAMrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAMnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AA4DF,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,MAAM,GAAG,cAAc,GAAG,kBAAkB,CAAC,GACxF,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC,CAAC;AAEvC,eAAO,MAAM,MAAM,UAAW,WAAW,iCAA2B,CAAC;AAErE,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,YAAY,EACZ,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,WAAW,GAAG,cAAc,GAAG,kBAAkB,CAClF,GACC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC,CAAC;AAEvC,eAAO,MAAM,UAAU,UAAW,eAAe,iCAAwC,CAAC;AAE1F,KAAK,mBAAmB,GAAG,IAAI,CAC7B,YAAY,EACZ,MAAM,GAAG,WAAW,GAAG,kBAAkB,GAAG,cAAc,GAAG,MAAM,GAAG,UAAU,CACjF,GACC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC,GAAG;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEJ,eAAO,MAAM,cAAc,UAAW,mBAAmB,iCAExD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { FunctionComponent } from "preact";
2
+ import type { HTMLAttributes } from "preact/compat";
3
+ import type { Options } from "sortablejs";
4
+ export type GridKind = "default" | "swap";
5
+ export interface GridProps extends HTMLAttributes<HTMLDivElement> {
6
+ options?: Options;
7
+ kind?: GridKind;
8
+ className?: string;
9
+ }
10
+ export declare const Grid: FunctionComponent<GridProps>;
11
+ //# sourceMappingURL=Grid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEpD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAI1C,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;AAE1C,MAAM,WAAW,SAAU,SAAQ,cAAc,CAAC,cAAc,CAAC;IAI/D,OAAO,CAAC,EAAE,OAAO,CAAC;IAKlB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAKhB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAUD,eAAO,MAAM,IAAI,EAAE,iBAAiB,CAAC,SAAS,CA2B7C,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { FunctionComponent } from "preact";
2
+ import type { HTMLAttributes } from "preact/compat";
3
+ export interface GridItemProps extends HTMLAttributes<HTMLDivElement> {
4
+ className?: string;
5
+ dndEnabled?: boolean;
6
+ }
7
+ export declare const GridItem: FunctionComponent<GridItemProps>;
8
+ //# sourceMappingURL=GridItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GridItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Grid/components/GridItem/GridItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAKpD,MAAM,WAAW,aAAc,SAAQ,cAAc,CAAC,cAAc,CAAC;IAInE,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AASD,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,aAAa,CAarD,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { FunctionComponent } from "preact";
2
+ export interface DragHandleProps {
3
+ className?: string;
4
+ }
5
+ export declare const DragHandle: FunctionComponent<DragHandleProps>;
6
+ //# sourceMappingURL=DragHandle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DragHandle.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Grid/components/GridItem/components/DragHandle/DragHandle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAKhD,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,eAAe,CAMzD,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { FunctionComponent } from "preact";
2
+ export interface DragHandleIconProps {
3
+ className?: string;
4
+ }
5
+ export declare const DragHandleIcon: FunctionComponent<DragHandleIconProps>;
6
+ //# sourceMappingURL=DragHandleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DragHandleIcon.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Grid/components/GridItem/components/DragHandle/components/DragHandleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAGhD,MAAM,WAAW,mBAAmB;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,mBAAmB,CAEjE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./DragHandleIcon";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Grid/components/GridItem/components/DragHandle/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./DragHandle";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Grid/components/GridItem/components/DragHandle/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./DragHandle";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Grid/components/GridItem/components/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { GridItem } from "./GridItem";
2
+ export type { GridItemProps } from "./GridItem";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Grid/components/GridItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./GridItem";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Grid/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const DEFAULT_ANIMATION_DURATION = 150;
2
+ export declare const DEFAULT_HANDLE_CLASSNAME = "dnd-drag-handle";
3
+ export declare const DEFAULT_DRAG_ENABLED_CLASSNAME = "dnd-drag-enabled";
4
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,MAAM,CAAC;AAC9C,eAAO,MAAM,wBAAwB,oBAAoB,CAAC;AAC1D,eAAO,MAAM,8BAA8B,qBAAqB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./useSortable";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Grid/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { RefObject } from "preact";
2
+ import type { Options } from "sortablejs";
3
+ export declare const useSortable: (ref: RefObject<HTMLElement>, options?: Options) => void;
4
+ //# sourceMappingURL=useSortable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSortable.d.ts","sourceRoot":"","sources":["../../../../src/components/Grid/hooks/useSortable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAGxC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAa1C,eAAO,MAAM,WAAW,QAAS,SAAS,CAAC,WAAW,CAAC,YAAY,OAAO,KAAG,IAe5E,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Grid } from "./Grid";
2
+ export type { GridProps } from "./Grid";
3
+ export { GridItem } from "./components/GridItem";
4
+ export type { GridItemProps } from "./components/GridItem";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,YAAY,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { type LangLocale } from "@allurereport/web-commons";
2
+ export interface LanguagePickerProps {
3
+ locale: LangLocale;
4
+ setLocale: (locale: LangLocale) => void;
5
+ availableLocales?: LangLocale[];
6
+ }
7
+ export declare const LanguagePicker: ({ locale, setLocale, availableLocales }: LanguagePickerProps) => import("preact").JSX.Element;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/LanguagePicker/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAIzE,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,UAAU,CAAC;IACnB,SAAS,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACxC,gBAAgB,CAAC,EAAE,UAAU,EAAE,CAAC;CACjC;AAED,eAAO,MAAM,cAAc,4CAA6C,mBAAmB,iCAiC1F,CAAC"}
@@ -4,7 +4,7 @@ export type ModalGalleryProps = {
4
4
  attachments: AttachmentTestStepResult[] | undefined;
5
5
  };
6
6
  export interface ModalDataProps<T = any> {
7
- data: T;
7
+ data?: T;
8
8
  component: VNode;
9
9
  preview?: boolean;
10
10
  isModalOpen?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA0B,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAE/F,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAUpC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,WAAW,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;CACrD,CAAC;AAEF,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,GAAG;IACrC,IAAI,EAAE,CAAC,CAAC;IACR,SAAS,EAAE,KAAK,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAChC,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,sBAAsB;IACrC,YAAY,EAAE,iBAAiB,CAAC;CACjC;AAED,eAAO,MAAM,KAAK,6FASf,cAAc,GAAG,sBAAsB,wCA0FzC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA0B,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAG/F,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAWpC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,WAAW,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;CACrD,CAAC;AAEF,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,GAAG;IACrC,IAAI,CAAC,EAAE,CAAC,CAAC;IACT,SAAS,EAAE,KAAK,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAChC,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,sBAAsB;IACrC,YAAY,EAAE,iBAAiB,CAAC;CACjC;AAED,eAAO,MAAM,KAAK,6FASf,cAAc,GAAG,sBAAsB,wCAqGzC,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const ReportLogo: (props: {
2
+ className?: string;
3
+ logo?: string;
4
+ }) => import("preact").JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ReportLogo/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU,UAAW;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,iCAQtE,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const ReportLogoFull: (props: {
2
+ className?: string;
3
+ }) => import("preact").JSX.Element;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ReportLogoFull/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,UAAW;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,iCAS3D,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { TestStatus } from "@allurereport/core-api";
2
+ import type { FunctionalComponent } from "preact";
3
+ export type StatusLabelProps = {
4
+ status: TestStatus;
5
+ className?: string;
6
+ };
7
+ export declare const StatusLabel: FunctionalComponent<StatusLabelProps>;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/StatusLabel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAC;AAKlD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,UAAU,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,mBAAmB,CAAC,gBAAgB,CAa7D,CAAC"}
@@ -1,13 +1,21 @@
1
- import type { TestStatus } from "@allurereport/core-api";
1
+ import { type Statistic, type TestStatus } from "@allurereport/core-api";
2
+ import { type PieArcDatum } from "d3-shape";
2
3
  type Slice = {
3
4
  status: TestStatus;
4
5
  count: number;
5
6
  d: string;
6
7
  };
7
- type Props = {
8
- slices: Slice[];
8
+ export type SuccessRatePieChartData = {
9
9
  percentage: number;
10
+ slices: Slice[];
11
+ };
12
+ type SuccessRatePieChartProps = SuccessRatePieChartData & {
13
+ className?: string;
10
14
  };
11
- export declare const SuccessRatePieChart: (props: Props) => import("preact").JSX.Element;
15
+ export declare const d3Arc: import("d3-shape").Arc<any, PieArcDatum<Slice>>;
16
+ export declare const d3Pie: import("d3-shape").Pie<any, Slice>;
17
+ export declare const getPercentage: (value: number, total: number) => number;
18
+ export declare const getChartData: (stats: Statistic) => SuccessRatePieChartData;
19
+ export declare const SuccessRatePieChart: ({ slices, percentage, className }: SuccessRatePieChartProps) => import("preact").JSX.Element;
12
20
  export {};
13
21
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SuccessRatePieChart/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAIzD,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,UAAU,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAmBF,eAAO,MAAM,mBAAmB,UAAW,KAAK,iCAmB/C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SuccessRatePieChart/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAgB,MAAM,wBAAwB,CAAC;AAEvF,OAAO,EAAE,KAAK,WAAW,EAAY,MAAM,UAAU,CAAC;AAItD,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,UAAU,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,KAAK,EAAE,CAAC;CACjB,CAAC;AAEF,KAAK,wBAAwB,GAAG,uBAAuB,GAAG;IACxD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAmBF,eAAO,MAAM,KAAK,iDAA2F,CAAC;AAE9G,eAAO,MAAM,KAAK,oCAGY,CAAC;AAE/B,eAAO,MAAM,aAAa,UAAW,MAAM,SAAS,MAAM,WAA8C,CAAC;AAEzG,eAAO,MAAM,YAAY,UAAW,SAAS,KAAG,uBAmB/C,CAAC;AAEF,eAAO,MAAM,mBAAmB,sCAAuC,wBAAwB,iCAiB9F,CAAC"}
@@ -1,7 +1,9 @@
1
1
  import type { JSX } from "preact";
2
2
  export declare const allureIcons: {
3
3
  arrowsChevronDown: string;
4
+ environment: string;
4
5
  github: string;
6
+ draggable: string;
5
7
  lineAlertsAlertCircle: string;
6
8
  lineAlertsNotificationBox: string;
7
9
  lineArrowsChevronDown: string;
@@ -42,11 +44,14 @@ export declare const allureIcons: {
42
44
  lineImagesImage: string;
43
45
  lineLayoutsColumn2: string;
44
46
  lineLayoutsLayoutTop: string;
47
+ lineLayoutsMaximize2: string;
48
+ lineLayoutsMinimize2: string;
45
49
  lineSecurityKey: string;
46
50
  lineShapesDotCircle: string;
47
51
  lineShapesMoon: string;
48
52
  lineShapesSun: string;
49
53
  lineTimeClockStopwatch: string;
54
+ playwrightLogo: string;
50
55
  reportLogo: string;
51
56
  solidAlertCircle: string;
52
57
  solidCheckCircle: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SvgIcon/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AA2DlC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDvB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,MAAM,GAAG,QAAQ,CAAC,GAAG;IAQxG,IAAI,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC;IAIxB,SAAS,CAAC,EAAE,MAAM,CAAC;IASnB,EAAE,EAAE,MAAM,CAAC;IAIX,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAOF,eAAO,MAAM,OAAO,oCAAwD,YAAY,gBAMvF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SvgIcon/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAgElC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DvB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,MAAM,GAAG,QAAQ,CAAC,GAAG;IAQxG,IAAI,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC;IAIxB,SAAS,CAAC,EAAE,MAAM,CAAC;IASnB,EAAE,EAAE,MAAM,CAAC;IAIX,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAOF,eAAO,MAAM,OAAO,oCAAwD,YAAY,gBAMvF,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type Theme = "light" | "dark";
2
+ export interface ThemeButtonProps {
3
+ theme: Theme;
4
+ getTheme: () => void;
5
+ toggleTheme: () => void;
6
+ }
7
+ export declare const ThemeButton: ({ theme, toggleTheme, getTheme }: ThemeButtonProps) => import("preact").JSX.Element;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeButton/index.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,MAAM,CAAC;AAErC,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,eAAO,MAAM,WAAW,qCAAsC,gBAAgB,iCAa7E,CAAC"}
@@ -1,10 +1,9 @@
1
1
  import type { Statistic } from "@allurereport/core-api";
2
- import type { Signal } from "@preact/signals";
3
- import type { RecursiveTree, Status, TreeFiltersState } from "global";
4
- import type { FunctionComponent } from "preact";
5
- import type { StoreSignalState } from "@/components/Loadable";
2
+ import type { RecursiveTree, Status } from "global";
3
+ import type { FunctionalComponent } from "preact";
6
4
  interface TreeProps {
7
5
  statistic?: Statistic;
6
+ reportStatistic?: Statistic;
8
7
  tree: RecursiveTree;
9
8
  name?: string;
10
9
  root?: boolean;
@@ -13,9 +12,7 @@ interface TreeProps {
13
12
  toggleTree: (id: string) => void;
14
13
  navigateTo: (id: string) => void;
15
14
  routeId?: string;
16
- statsStore: Signal<StoreSignalState<Statistic>>;
17
- treeFiltersStore: Signal<TreeFiltersState>;
18
15
  }
19
- export declare const Tree: FunctionComponent<TreeProps>;
16
+ export declare const Tree: FunctionalComponent<TreeProps>;
20
17
  export {};
21
18
  //# sourceMappingURL=Tree.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tree.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/Tree.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAE9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAEhD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAK9D,UAAU,SAAS;IACjB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,IAAI,EAAE,aAAa,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC;IAChD,gBAAgB,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC;CAC5C;AAED,eAAO,MAAM,IAAI,EAAE,iBAAiB,CAAC,SAAS,CAiF7C,CAAC"}
1
+ {"version":3,"file":"Tree.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/Tree.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAC;AAMlD,UAAU,SAAS;IACjB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,IAAI,EAAE,aAAa,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,IAAI,EAAE,mBAAmB,CAAC,SAAS,CA+E/C,CAAC"}
@@ -1,15 +1,13 @@
1
1
  import { type Statistic } from "@allurereport/core-api";
2
- import type { Signal } from "@preact/signals";
3
- import type { TreeFiltersState } from "global";
2
+ import type { Status } from "global";
4
3
  import { type FunctionComponent } from "preact";
5
- import type { StoreSignalState } from "@/components/Loadable";
6
4
  interface TreeHeaderProps {
7
5
  statistic?: Statistic;
6
+ reportStatistic?: Statistic;
8
7
  categoryTitle: string;
9
8
  isOpened: boolean;
10
9
  toggleTree: () => void;
11
- statsStore: Signal<StoreSignalState<Statistic>>;
12
- treeFiltersStore: TreeFiltersState;
10
+ statusFilter?: Status;
13
11
  }
14
12
  export declare const TreeHeader: FunctionComponent<TreeHeaderProps>;
15
13
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"TreeHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/TreeHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,wBAAwB,CAAC;AACtE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAE9C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC/C,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAEhD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAK9D,UAAU,eAAe;IACvB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC;IAChD,gBAAgB,EAAE,gBAAgB,CAAC;CACpC;AAcD,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,eAAe,CAqDzD,CAAC"}
1
+ {"version":3,"file":"TreeHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/TreeHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAIhD,UAAU,eAAe;IACvB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,eAAe,CAczD,CAAC"}
@@ -4,6 +4,7 @@ interface TreeItemProps {
4
4
  name: string;
5
5
  status: TestStatus;
6
6
  duration?: number;
7
+ retriesCount?: number;
7
8
  id: string;
8
9
  groupOrder: number;
9
10
  marked?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"TreeItem.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/TreeItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAkB,MAAM,wBAAwB,CAAC;AAEzE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAKhD,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,aAAa,CA+BrD,CAAC"}
1
+ {"version":3,"file":"TreeItem.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/TreeItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAMhD,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,aAAa,CA4BrD,CAAC"}
@@ -0,0 +1,6 @@
1
+ export interface TreeItemInfoProps {
2
+ duration?: number;
3
+ retriesCount?: number;
4
+ }
5
+ export declare const TreeItemInfo: ({ duration, retriesCount }: TreeItemInfoProps) => import("preact").JSX.Element;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Tree/TreeItemInfo/index.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,YAAY,+BAAgC,iBAAiB,iCAWzE,CAAC"}
@@ -0,0 +1,5 @@
1
+ export interface TreeItemRetriesProps {
2
+ retriesCount?: number;
3
+ }
4
+ export declare const TreeItemRetries: ({ retriesCount }: TreeItemRetriesProps) => import("preact").JSX.Element | null;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Tree/TreeItemRetries/index.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,oBAAoB;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,eAAe,qBAA0B,oBAAoB,wCAazE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { type FunctionComponent } from "preact";
2
+ interface TreeSectionProps {
3
+ title: string;
4
+ isOpened: boolean;
5
+ toggleTree: () => void;
6
+ icon?: string;
7
+ }
8
+ export declare const TreeSection: FunctionComponent<TreeSectionProps>;
9
+ export {};
10
+ //# sourceMappingURL=TreeSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeSection.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/TreeSection.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAMhD,UAAU,gBAAgB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CAkB3D,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { type Statistic } from "@allurereport/core-api";
2
+ import type { Status } from "global";
3
+ import { type FunctionalComponent } from "preact";
4
+ interface TreeStatusBarProps {
5
+ statistic?: Statistic;
6
+ reportStatistic?: Statistic;
7
+ maxWidth?: number;
8
+ minWidth?: number;
9
+ offset?: number;
10
+ statusFilter?: Status;
11
+ }
12
+ export declare const TreeStatusBar: FunctionalComponent<TreeStatusBarProps>;
13
+ export {};
14
+ //# sourceMappingURL=TreeStatusBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeStatusBar.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/TreeStatusBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,wBAAwB,CAAC;AAEtE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,QAAQ,CAAC;AAGlD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,aAAa,EAAE,mBAAmB,CAAC,kBAAkB,CAwCjE,CAAC"}
@@ -1,5 +1,7 @@
1
1
  export { Tree } from "./Tree";
2
2
  export { TreeHeader } from "./TreeHeader";
3
+ export { TreeSection } from "./TreeSection";
3
4
  export { TreeItem } from "./TreeItem";
4
5
  export { TreeItemIcon } from "./TreeItemIcon";
6
+ export { TreeStatusBar } from "./TreeStatusBar";
5
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tree/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FunctionalComponent } from "preact";
2
+ import type { TrendChartProps } from "./types";
3
+ export declare const TrendChart: FunctionalComponent<TrendChartProps>;
4
+ //# sourceMappingURL=TrendChart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrendChart.d.ts","sourceRoot":"","sources":["../../../src/components/TrendChart/TrendChart.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAC;AAMlD,OAAO,KAAK,EAAqD,eAAe,EAAE,MAAM,SAAS,CAAC;AAGlG,eAAO,MAAM,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAwG3D,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { AxisProps } from "@nivo/axes";
2
+ import type { Margin } from "@nivo/core";
3
+ import type { LegendProps } from "@nivo/legends";
4
+ import type { LineSvgProps } from "@nivo/line";
5
+ import type { ScaleSpec } from "@nivo/scales";
6
+ export declare const defaultTrendChartLegendConfig: LegendProps;
7
+ export declare const defaultTrendChartAxisBottomConfig: AxisProps;
8
+ export declare const defaultTrendChartAxisLeftConfig: AxisProps;
9
+ export declare const defaultTrendChartMarginConfig: Margin;
10
+ export declare const defaultTrendChartXScaleConfig: ScaleSpec;
11
+ export declare const defaultTrendChartYScaleConfig: ScaleSpec;
12
+ export declare const defaultTrendChartConfig: Partial<LineSvgProps>;
13
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/components/TrendChart/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACzC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,eAAO,MAAM,6BAA6B,EAAE,WAuB3C,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,SAK/C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,SAI7C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,MAAsD,CAAC;AAEnG,eAAO,MAAM,6BAA6B,EAAE,SAA6B,CAAC;AAE1E,eAAO,MAAM,6BAA6B,EAAE,SAAwE,CAAC;AAErH,eAAO,MAAM,uBAAuB,EAAE,OAAO,CAAC,YAAY,CAUzD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const SYMLOG_SCALE_CONSTANT = 64;
2
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/TrendChart/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,KAAK,CAAC"}
@@ -1,25 +1,5 @@
1
- import type { AxisProps } from "@nivo/axes";
2
- import type { LegendProps } from "@nivo/legends";
3
- import type { LineSvgProps } from "@nivo/line";
4
- import type { FunctionalComponent } from "preact";
5
- import type { CSSProperties } from "preact/compat";
6
- export interface TrendChartDataItem {
7
- x: string | number | Date;
8
- y: number;
9
- }
10
- export interface TrendChartData {
11
- id: string;
12
- data: TrendChartDataItem[];
13
- }
14
- export interface TrendChartProps extends Partial<LineSvgProps> {
15
- data: TrendChartData[];
16
- rootArialLabel: string;
17
- width?: CSSProperties["width"];
18
- height?: CSSProperties["height"];
19
- }
20
- export declare const defaultTrendChartLegendConfig: LegendProps;
21
- export declare const defaultAxisBottomConfig: AxisProps;
22
- export declare const defaultAxisLeftConfig: AxisProps;
23
- export declare const defaultTrendChartConfig: Partial<LineSvgProps>;
24
- export declare const TrendChart: FunctionalComponent<TrendChartProps>;
1
+ export * from "./TrendChart";
2
+ export * from "./types";
3
+ export * from "./config";
4
+ export { makeSymlogScale, makeSymlogScaleBySeries } from "./utils";
25
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TrendChart/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAC;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,WAAW,kBAAkB;IACjC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAC1B,CAAC,EAAE,MAAM,CAAC;CACX;AAGD,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,kBAAkB,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,eAAgB,SAAQ,OAAO,CAAC,YAAY,CAAC;IAC5D,IAAI,EAAE,cAAc,EAAE,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,CAAC,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;CAClC;AAED,eAAO,MAAM,6BAA6B,EAAE,WAuB3C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,SAIrC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,SAInC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,OAAO,CAAC,YAAY,CAUzD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAa3D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TrendChart/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,32 @@
1
+ export declare const nivoTheme: {
2
+ background: string;
3
+ axis: {
4
+ ticks: {
5
+ text: {
6
+ fill: string;
7
+ };
8
+ };
9
+ legend: {
10
+ text: {
11
+ fill: string;
12
+ };
13
+ };
14
+ grid: {
15
+ line: {
16
+ stroke: string;
17
+ };
18
+ };
19
+ };
20
+ legends: {
21
+ text: {
22
+ fill: string;
23
+ };
24
+ };
25
+ tooltip: {
26
+ container: {
27
+ background: string;
28
+ color: string;
29
+ };
30
+ };
31
+ };
32
+ //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/components/TrendChart/theme.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCrB,CAAC"}