gantri-components 3.0.0-beta.3 → 3.0.0-beta.30

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 (73) hide show
  1. package/README.md +1 -1
  2. package/dist/components/icon/generated/ui-control/LinesTwoDots.d.ts +3 -0
  3. package/dist/components/icon/generated/ui-control/LinesTwoDots24.d.ts +3 -0
  4. package/dist/components/icon/generated/ui-control/index.d.ts +2 -0
  5. package/dist/components/icon/icon.type.d.ts +1 -1
  6. package/dist/components/overlay/overlay.types.d.ts +1 -0
  7. package/dist/components/search-field/search-field.types.d.ts +5 -0
  8. package/dist/components/table/components/cell-reorder-wrapper/cell-reorder-wrapper.d.ts +8 -0
  9. package/dist/components/table/components/cell-reorder-wrapper/cell-reorder-wrapper.types.d.ts +10 -0
  10. package/dist/components/table/components/cell-reorder-wrapper/index.d.ts +1 -0
  11. package/dist/components/table/components/custom-columns-toggle/components/index.d.ts +1 -0
  12. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/index.d.ts +1 -0
  13. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/index.d.ts +1 -0
  14. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.d.ts +2 -0
  15. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.styles.d.ts +6 -0
  16. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.types.d.ts +7 -0
  17. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/index.d.ts +1 -0
  18. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.d.ts +3 -0
  19. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.styles.d.ts +4 -0
  20. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.types.d.ts +10 -0
  21. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.d.ts +7 -0
  22. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.styles.d.ts +3 -0
  23. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.types.d.ts +18 -0
  24. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-initial-visibility/get-custom-column-initial-visibility.d.ts +30 -0
  25. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-initial-visibility/index.d.ts +1 -0
  26. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-options/get-custom-column-options.d.ts +8 -0
  27. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-options/get-custom-column-options.types.d.ts +6 -0
  28. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-options/index.d.ts +1 -0
  29. package/dist/components/table/components/custom-columns-toggle/helpers/index.d.ts +2 -0
  30. package/dist/components/table/components/custom-columns-toggle/hooks/index.d.ts +1 -0
  31. package/dist/components/table/components/custom-columns-toggle/hooks/use-detect-scroll/index.d.ts +1 -0
  32. package/dist/components/table/components/custom-columns-toggle/hooks/use-detect-scroll/use-detect-scroll.d.ts +4 -0
  33. package/dist/components/table/components/custom-columns-toggle/hooks/use-detect-scroll/use-detect-scroll.types.d.ts +9 -0
  34. package/dist/components/table/components/custom-columns-toggle/index.d.ts +1 -0
  35. package/dist/components/table/components/custom-columns-wrapper/custom-columns-wrapper.d.ts +1 -1
  36. package/dist/components/table/components/custom-columns-wrapper/custom-columns-wrapper.types.d.ts +5 -6
  37. package/dist/components/table/components/custom-columns-wrapper/hooks/index.d.ts +1 -1
  38. package/dist/components/table/components/custom-columns-wrapper/hooks/use-detect-scroll/index.d.ts +1 -0
  39. package/dist/components/table/components/custom-columns-wrapper/hooks/use-detect-scroll/use-detect-scroll.d.ts +4 -0
  40. package/dist/components/table/components/custom-columns-wrapper/hooks/use-detect-scroll/use-detect-scroll.types.d.ts +9 -0
  41. package/dist/components/table/components/index.d.ts +2 -1
  42. package/dist/components/table/components/table-actions-wrapper/components/search/search.styles.d.ts +4 -1
  43. package/dist/components/table/components/table-actions-wrapper/components/search/search.types.d.ts +5 -1
  44. package/dist/components/table/components/table-actions-wrapper/components/sort/sort.types.d.ts +4 -4
  45. package/dist/components/table/components/table-actions-wrapper/table-actions-wrapper.types.d.ts +6 -8
  46. package/dist/components/table/components/table-header/table-header.styles.d.ts +2 -1
  47. package/dist/components/table/components/table-header/table-header.types.d.ts +5 -3
  48. package/dist/components/table/components/table-row/helpers/get-row-component-props/get-row-component-props.d.ts +267 -0
  49. package/dist/components/table/components/table-row/helpers/get-row-component-props/index.d.ts +1 -0
  50. package/dist/components/table/components/table-row/table-row.types.d.ts +2 -3
  51. package/dist/components/table/components/table-row-cells/table-row-cells.types.d.ts +6 -3
  52. package/dist/components/table/components/table-row-overlay/table-row-overlay.types.d.ts +2 -1
  53. package/dist/components/table/hooks/index.d.ts +1 -2
  54. package/dist/components/table/hooks/use-track-sticky-cells/helpers/get-is-sticky/get-is-sticky.d.ts +2 -0
  55. package/dist/components/table/hooks/use-track-sticky-cells/helpers/get-is-sticky/get-is-sticky.types.d.ts +5 -0
  56. package/dist/components/table/hooks/use-track-sticky-cells/helpers/get-is-sticky/index.d.ts +1 -0
  57. package/dist/components/table/hooks/use-track-sticky-cells/helpers.d.ts +2 -0
  58. package/dist/components/table/hooks/use-track-sticky-cells/use-track-sticky-cells.types.d.ts +3 -2
  59. package/dist/components/table/hooks/useTrackStickyCells.d.ts +1 -0
  60. package/dist/components/table/index.d.ts +2 -1
  61. package/dist/components/table/table.d.ts +5 -1
  62. package/dist/components/table/table.styles.d.ts +3 -1
  63. package/dist/components/table/table.types.d.ts +21 -12
  64. package/dist/components/table/use-drag-and-drop-rows/index.d.ts +1 -0
  65. package/dist/components/table/use-drag-and-drop-rows/use-drag-and-drop-rows.d.ts +14 -0
  66. package/dist/components/table/use-drag-and-drop-rows/use-drag-and-drop-rows.types.d.ts +9 -0
  67. package/dist/components/tooltip/tooltip.types.d.ts +1 -0
  68. package/dist/helpers/mark-sticky-elements/helpers/get-intersection-observer-callback/get-intersection-observer-callback.types.d.ts +1 -1
  69. package/dist/index.cjs.js +1 -1
  70. package/dist/index.esm.js +1 -1
  71. package/dist/index.umd.js +1 -1
  72. package/dist/setupTests.d.ts +0 -1
  73. package/package.json +2 -9
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## Adding new icons
4
4
 
5
5
  1. From [Figma](https://www.figma.com/file/7XptZJEfgLsGIjLT4PAFXY/Gantri-DS-%7C-Atoms?node-id=1%3A9456&t=BvL578PsHUyfuJYh-1), right click on icon from sidebar (Make sure you have the right element selected. They should be 16x16 or 24x24) and click `Copy/Paste as > Copy as SVG`.
6
- 2. Create a new .svg file in the `/assets/icons/__APPROPRIATE_CATEGORY_FOLDER__/` directory with the same name as what appears in [Figma](https://www.figma.com/file/7XptZJEfgLsGIjLT4PAFXY/Gantri-DS-%7C-Atoms?node-id=1%3A9456&t=BvL578PsHUyfuJYh-1) minus `ic_` and `_16` (example: `ic_corner_16` and `ic_corner_24` become `corner` and `corner_24`).
6
+ 2. Create a new .svg file in the `/src/assets/icons/__APPROPRIATE_CATEGORY_FOLDER__/` directory with the same name as what appears in [Figma](https://www.figma.com/file/7XptZJEfgLsGIjLT4PAFXY/Gantri-DS-%7C-Atoms?node-id=1%3A9456&t=BvL578PsHUyfuJYh-1) minus `ic_` and `_16` (example: `ic_corner_16` and `ic_corner_24` become `corner` and `corner_24`).
7
7
  3. Look at each new svg file and verify that the viewbox is `viewbox="0 0 16 16"` or `viewbox="0 0 24 24"`, as applicable. Update any that are not the appropriate value. If the icons do not look correct when complete, you can try reverting the change or talk to the designers about correcting them.
8
8
  4. Update `fill` attributes to reference value `"currentColor"`. `stroke` attributes should also be updated. Be careful to check that the updated icon matches the original icon. Send the icon back to the designers to correct if there are any issues.
9
9
  5. Remove IDs and masks. Be careful to check that the updated icon matches the original icon. Send the icon back to the designers to correct if there are any issues.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesTwoDots: React.NamedExoticComponent<object>;
3
+ export default SvgLinesTwoDots;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesTwoDots24: React.NamedExoticComponent<object>;
3
+ export default SvgLinesTwoDots24;
@@ -17,6 +17,8 @@ export { default as LinesThree } from './LinesThree';
17
17
  export { default as LinesThree24 } from './LinesThree24';
18
18
  export { default as LinesTwo } from './LinesTwo';
19
19
  export { default as LinesTwo24 } from './LinesTwo24';
20
+ export { default as LinesTwoDots } from './LinesTwoDots';
21
+ export { default as LinesTwoDots24 } from './LinesTwoDots24';
20
22
  export { default as Minus } from './Minus';
21
23
  export { default as Minus24 } from './Minus24';
22
24
  export { default as MinusCircle } from './MinusCircle';
@@ -1,2 +1,2 @@
1
- export declare const IconsList: readonly ["actions:funnel", "actions:funnel_24", "actions:funnel_filled", "actions:funnel_filled_24", "actions:gear", "actions:gear_24", "actions:life_buoy", "actions:life_buoy_24", "actions:link", "actions:link_24", "actions:star", "actions:star_24", "actions:star_filled", "actions:star_filled_24", "actions:star_half", "actions:star_half_24", "actions:thumbs_up", "actions:thumbs_up_24", "actions:trash_can", "actions:trash_can_24", "alert:bell", "alert:bell_24", "alert:bell_filled", "alert:bell_filled_24", "alert:i_circle", "alert:i_circle_24", "alert:lightning_bolt", "alert:lightning_bolt_24", "alert:lightning_bolt_filled", "alert:lightning_bolt_filled_24", "alert:question_mark_circle", "alert:question_mark_circle_24", "alert:warning_triangle", "alert:warning_triangle_24", "animated:loader", "arrows:arrow_chevron_double_down", "arrows:arrow_chevron_double_down_24", "arrows:arrow_chevron_double_left", "arrows:arrow_chevron_double_left_24", "arrows:arrow_chevron_double_right", "arrows:arrow_chevron_double_right_24", "arrows:arrow_chevron_double_up", "arrows:arrow_chevron_double_up_24", "arrows:arrow_chevron_down", "arrows:arrow_chevron_down_24", "arrows:arrow_chevron_left", "arrows:arrow_chevron_left_24", "arrows:arrow_chevron_right", "arrows:arrow_chevron_right_24", "arrows:arrow_chevron_up", "arrows:arrow_chevron_up_24", "arrows:arrow_down", "arrows:arrow_down_24", "arrows:arrow_download", "arrows:arrow_download_24", "arrows:arrow_external", "arrows:arrow_external_24", "arrows:arrow_left", "arrows:arrow_left_24", "arrows:arrow_line_down", "arrows:arrow_line_down_24", "arrows:arrow_line_left", "arrows:arrow_line_left_24", "arrows:arrow_line_right", "arrows:arrow_line_right_24", "arrows:arrow_line_up", "arrows:arrow_line_up_24", "arrows:arrow_return", "arrows:arrow_right", "arrows:arrow_right_24", "arrows:arrow_rotate_two", "arrows:arrow_rotate_two_24", "arrows:arrow_triangle_down", "arrows:arrow_triangle_down_24", "arrows:arrow_triangle_left", "arrows:arrow_triangle_left_24", "arrows:arrow_triangle_right", "arrows:arrow_triangle_right_24", "arrows:arrow_triangle_up", "arrows:arrow_triangle_up_24", "arrows:arrow_triangle_updown", "arrows:arrow_triangle_updown_24", "arrows:arrow_triangle_updown_down_filled", "arrows:arrow_triangle_updown_down_filled_24", "arrows:arrow_triangle_updown_filled", "arrows:arrow_triangle_updown_filled_24", "arrows:arrow_triangle_updown_top_filled", "arrows:arrow_triangle_updown_top_filled_24", "arrows:arrow_up", "arrows:arrow_up_24", "arrows:arrow_updown", "arrows:arrow_updown_24", "arrows:arrow_updown_filled", "arrows:arrow_updown_filled_24", "arrows:arrow_upload", "arrows:arrow_upload_24", "data:chart_bar", "data:chart_bar_24", "docs:document_blank", "docs:document_blank_24", "docs:pencil", "docs:pencil_24", "location:house", "location:house_24", "location:location_california", "location:location_california_24", "location:location_pin", "location:location_pin_24", "logos:logo_affirm", "logos:logo_affirm_colored", "logos:logo_apple", "logos:logo_apple_text", "logos:logo_behance", "logos:logo_facebook", "logos:logo_gantri", "logos:logo_github", "logos:logo_google", "logos:logo_google_text", "logos:logo_instagram", "logos:logo_linkedin", "logos:logo_pinterest", "logos:logo_tiktok", "logos:logo_twitter", "logos:logo_yotpo", "logos:logo_youtube", "machine:difficulty_easy", "machine:difficulty_hard", "machine:difficulty_moderate", "machine:difficulty_multiple", "machine:laptop", "media:photo", "media:photo_24", "media:photo_filled", "media:photo_filled_24", "payment:cash", "payment:cash_24", "payment:credit_card", "payment:credit_card_24", "payment:gift_box", "payment:gift_box_24", "payment:gift_card", "payment:gift_card_24", "payment:shopping_bag", "payment:shopping_bag_24", "people:people", "people:people_24", "people:person", "people:person_24", "people:person_outline", "people:person_outline_24", "time:calendar", "time:calendar_24", "time:clock", "time:clock_24", "time:clock_filled", "time:clock_filled_24", "ui-control:award_ribbon", "ui-control:check_mark", "ui-control:check_mark_24", "ui-control:check_mark_circle_filled", "ui-control:check_mark_circle_filled_24", "ui-control:drag", "ui-control:email", "ui-control:email_24", "ui-control:exclamation_circle_filled", "ui-control:exclamation_circle_filled_24", "ui-control:globe", "ui-control:globe_24", "ui-control:grid", "ui-control:grid_24", "ui-control:left_quote", "ui-control:lines_three", "ui-control:lines_three_24", "ui-control:lines_two", "ui-control:lines_two_24", "ui-control:minus", "ui-control:minus_24", "ui-control:minus_circle", "ui-control:minus_circle_24", "ui-control:minus_circle_filled", "ui-control:minus_circle_filled_24", "ui-control:pause", "ui-control:pause_24", "ui-control:play", "ui-control:plus", "ui-control:plus_24", "ui-control:plus_circle", "ui-control:plus_circle_24", "ui-control:sound_off", "ui-control:sound_off_24", "ui-control:sound_on", "ui-control:three_dots_cluster", "ui-control:three_dots_cluster_24", "ui-control:three_dots_horizontal", "ui-control:three_dots_horizontal_24", "ui-control:x", "ui-control:x_24", "view:eye_open", "view:eye_open_24", "view:magnifying_glass", "view:magnifying_glass_24", "view:magnifying_glass_filled", "view:magnifying_glass_filled_24", "work:assemble", "work:assemble_24", "work:basket_filled", "work:basket_filled_24", "work:box", "work:box_24", "work:corner", "work:corner_24", "work:cube_outline", "work:cube_outline_24", "work:leaf", "work:leaf_24", "work:light_bulb", "work:light_bulb_24", "work:mask", "work:mask_24", "work:no_entry", "work:no_entry_24", "work:p_circle", "work:p_circle_24", "work:print_nozzle", "work:print_nozzle_24", "work:rfid_signal", "work:rfid_signal_24", "work:sand_painted", "work:sand_painted_24", "work:sand_paper", "work:sand_paper_24", "work:sand_primed", "work:sand_primed_24", "work:sun", "work:sun_24", "work:triangle_ruler", "work:triangle_ruler_24", "work:triangle_ruler_filled", "work:tumbler", "work:tumbler_24", "work:water_drop", "work:water_drop_24", "work:water_drop_dotted", "work:water_drop_dotted_24", "work:wrench", "work:wrench_24"];
1
+ export declare const IconsList: readonly ["actions:funnel", "actions:funnel_24", "actions:funnel_filled", "actions:funnel_filled_24", "actions:gear", "actions:gear_24", "actions:life_buoy", "actions:life_buoy_24", "actions:link", "actions:link_24", "actions:star", "actions:star_24", "actions:star_filled", "actions:star_filled_24", "actions:star_half", "actions:star_half_24", "actions:thumbs_up", "actions:thumbs_up_24", "actions:trash_can", "actions:trash_can_24", "alert:bell", "alert:bell_24", "alert:bell_filled", "alert:bell_filled_24", "alert:i_circle", "alert:i_circle_24", "alert:lightning_bolt", "alert:lightning_bolt_24", "alert:lightning_bolt_filled", "alert:lightning_bolt_filled_24", "alert:question_mark_circle", "alert:question_mark_circle_24", "alert:warning_triangle", "alert:warning_triangle_24", "animated:loader", "arrows:arrow_chevron_double_down", "arrows:arrow_chevron_double_down_24", "arrows:arrow_chevron_double_left", "arrows:arrow_chevron_double_left_24", "arrows:arrow_chevron_double_right", "arrows:arrow_chevron_double_right_24", "arrows:arrow_chevron_double_up", "arrows:arrow_chevron_double_up_24", "arrows:arrow_chevron_down", "arrows:arrow_chevron_down_24", "arrows:arrow_chevron_left", "arrows:arrow_chevron_left_24", "arrows:arrow_chevron_right", "arrows:arrow_chevron_right_24", "arrows:arrow_chevron_up", "arrows:arrow_chevron_up_24", "arrows:arrow_down", "arrows:arrow_down_24", "arrows:arrow_download", "arrows:arrow_download_24", "arrows:arrow_external", "arrows:arrow_external_24", "arrows:arrow_left", "arrows:arrow_left_24", "arrows:arrow_line_down", "arrows:arrow_line_down_24", "arrows:arrow_line_left", "arrows:arrow_line_left_24", "arrows:arrow_line_right", "arrows:arrow_line_right_24", "arrows:arrow_line_up", "arrows:arrow_line_up_24", "arrows:arrow_return", "arrows:arrow_right", "arrows:arrow_right_24", "arrows:arrow_rotate_two", "arrows:arrow_rotate_two_24", "arrows:arrow_triangle_down", "arrows:arrow_triangle_down_24", "arrows:arrow_triangle_left", "arrows:arrow_triangle_left_24", "arrows:arrow_triangle_right", "arrows:arrow_triangle_right_24", "arrows:arrow_triangle_up", "arrows:arrow_triangle_up_24", "arrows:arrow_triangle_updown", "arrows:arrow_triangle_updown_24", "arrows:arrow_triangle_updown_down_filled", "arrows:arrow_triangle_updown_down_filled_24", "arrows:arrow_triangle_updown_filled", "arrows:arrow_triangle_updown_filled_24", "arrows:arrow_triangle_updown_top_filled", "arrows:arrow_triangle_updown_top_filled_24", "arrows:arrow_up", "arrows:arrow_up_24", "arrows:arrow_updown", "arrows:arrow_updown_24", "arrows:arrow_updown_filled", "arrows:arrow_updown_filled_24", "arrows:arrow_upload", "arrows:arrow_upload_24", "data:chart_bar", "data:chart_bar_24", "docs:document_blank", "docs:document_blank_24", "docs:pencil", "docs:pencil_24", "location:house", "location:house_24", "location:location_california", "location:location_california_24", "location:location_pin", "location:location_pin_24", "logos:logo_affirm", "logos:logo_affirm_colored", "logos:logo_apple", "logos:logo_apple_text", "logos:logo_behance", "logos:logo_facebook", "logos:logo_gantri", "logos:logo_github", "logos:logo_google", "logos:logo_google_text", "logos:logo_instagram", "logos:logo_linkedin", "logos:logo_pinterest", "logos:logo_tiktok", "logos:logo_twitter", "logos:logo_yotpo", "logos:logo_youtube", "machine:difficulty_easy", "machine:difficulty_hard", "machine:difficulty_moderate", "machine:difficulty_multiple", "machine:laptop", "media:photo", "media:photo_24", "media:photo_filled", "media:photo_filled_24", "payment:cash", "payment:cash_24", "payment:credit_card", "payment:credit_card_24", "payment:gift_box", "payment:gift_box_24", "payment:gift_card", "payment:gift_card_24", "payment:shopping_bag", "payment:shopping_bag_24", "people:people", "people:people_24", "people:person", "people:person_24", "people:person_outline", "people:person_outline_24", "time:calendar", "time:calendar_24", "time:clock", "time:clock_24", "time:clock_filled", "time:clock_filled_24", "ui-control:award_ribbon", "ui-control:check_mark", "ui-control:check_mark_24", "ui-control:check_mark_circle_filled", "ui-control:check_mark_circle_filled_24", "ui-control:drag", "ui-control:email", "ui-control:email_24", "ui-control:exclamation_circle_filled", "ui-control:exclamation_circle_filled_24", "ui-control:globe", "ui-control:globe_24", "ui-control:grid", "ui-control:grid_24", "ui-control:left_quote", "ui-control:lines_three", "ui-control:lines_three_24", "ui-control:lines_two", "ui-control:lines_two_24", "ui-control:lines_two_dots", "ui-control:lines_two_dots_24", "ui-control:minus", "ui-control:minus_24", "ui-control:minus_circle", "ui-control:minus_circle_24", "ui-control:minus_circle_filled", "ui-control:minus_circle_filled_24", "ui-control:pause", "ui-control:pause_24", "ui-control:play", "ui-control:plus", "ui-control:plus_24", "ui-control:plus_circle", "ui-control:plus_circle_24", "ui-control:sound_off", "ui-control:sound_off_24", "ui-control:sound_on", "ui-control:three_dots_cluster", "ui-control:three_dots_cluster_24", "ui-control:three_dots_horizontal", "ui-control:three_dots_horizontal_24", "ui-control:x", "ui-control:x_24", "view:eye_open", "view:eye_open_24", "view:magnifying_glass", "view:magnifying_glass_24", "view:magnifying_glass_filled", "view:magnifying_glass_filled_24", "work:assemble", "work:assemble_24", "work:basket_filled", "work:basket_filled_24", "work:box", "work:box_24", "work:corner", "work:corner_24", "work:cube_outline", "work:cube_outline_24", "work:leaf", "work:leaf_24", "work:light_bulb", "work:light_bulb_24", "work:mask", "work:mask_24", "work:no_entry", "work:no_entry_24", "work:p_circle", "work:p_circle_24", "work:print_nozzle", "work:print_nozzle_24", "work:rfid_signal", "work:rfid_signal_24", "work:sand_painted", "work:sand_painted_24", "work:sand_paper", "work:sand_paper_24", "work:sand_primed", "work:sand_primed_24", "work:sun", "work:sun_24", "work:triangle_ruler", "work:triangle_ruler_24", "work:triangle_ruler_filled", "work:tumbler", "work:tumbler_24", "work:water_drop", "work:water_drop_24", "work:water_drop_dotted", "work:water_drop_dotted_24", "work:wrench", "work:wrench_24"];
2
2
  export type IconType = typeof IconsList[number];
@@ -2,6 +2,7 @@ import { CSSProperties, ReactNode } from 'react';
2
2
  export interface OverlayProps {
3
3
  /** Trigger event interactions with this component causes `content` to render, as appropriate. */
4
4
  children?: ReactNode;
5
+ className?: string;
5
6
  /** Applied as inline styles to the `children` wrapper. */
6
7
  containerStyles?: CSSProperties;
7
8
  /** The component to show/hide. */
@@ -18,6 +18,11 @@ export interface SearchFieldProps<T = Record<string, unknown>> extends Omit<Drop
18
18
  labelPosition?: 'top' | 'left';
19
19
  labelText?: string;
20
20
  labelTx?: string;
21
+ /**
22
+ * System will start searching after user has input n digits
23
+ * There will be no dropdown shown initially, until user enters the n digits and systems begins search.
24
+ * */
25
+ minSearchLength?: number;
21
26
  name?: string;
22
27
  onBlur?: (event: BlurChangeEvent) => void;
23
28
  onChange?: (event: DropdownChangeEvent<T>) => void;
@@ -0,0 +1,8 @@
1
+ import { RowData } from '@tanstack/react-table';
2
+ import { CellReorderWrapperProps } from './cell-reorder-wrapper.types';
3
+ /** When reordering is provided, wraps the first column in the provided props. */
4
+ export declare const CellReorderWrapper: <TData extends RowData<{
5
+ [key: string]: unknown;
6
+ id?: string | number | undefined;
7
+ subRows?: any[] | undefined;
8
+ }>>(props: CellReorderWrapperProps<TData>) => JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { PropsWithChildren, ReactNode } from 'react';
2
+ import { RowData } from '@tanstack/react-table';
3
+ import { ReorderingProps } from '../../table.types';
4
+ export type CellReorderWrapperProps<TData extends RowData> = PropsWithChildren<{
5
+ FirstColumnContent: JSX.Element | ReactNode;
6
+ /** Rendered when `reordering` is provided, but `reordering.isAvailable === false`. */
7
+ FirstColumnFallback: JSX.Element | ReactNode;
8
+ index: number;
9
+ reordering: ReorderingProps<TData> | undefined;
10
+ }>;
@@ -0,0 +1 @@
1
+ export * from './cell-reorder-wrapper';
@@ -0,0 +1 @@
1
+ export * from './user-preferences-toggle';
@@ -0,0 +1,2 @@
1
+ import { UserPreferencesModalProps } from './user-preferences-modal.types';
2
+ export declare const UserPreferencesModal: (props: UserPreferencesModalProps) => JSX.Element;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledPreferencesPopUp: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
3
+ export declare const StyledHeading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../grid/grid.types").GridProps & import("react").RefAttributes<import("../../../../../../../grid/grid.types").GridProps>>, import("styled-components").DefaultTheme, {}, never>;
4
+ export declare const StyledClickableIcon: import("styled-components").StyledComponent<import("react").FC<import("../../../../../../../icon/icon.types").IconProps>, import("styled-components").DefaultTheme, {}, never>;
5
+ export declare const StyledContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
6
+ export declare const StyledFooter: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
@@ -0,0 +1,7 @@
1
+ import { CustomColumnOption } from '../../../../custom-columns-toggle.types';
2
+ export interface UserPreferencesModalProps {
3
+ checklistOptions: CustomColumnOption[];
4
+ onClose: () => Promise<void>;
5
+ onReset: () => Promise<void>;
6
+ title: string;
7
+ }
@@ -0,0 +1,3 @@
1
+ import { UserPreferencesToggleProps } from './user-preferences-toggle.types';
2
+ /** Toggles a dialog where the user can save their preferences for the specified `page`. */
3
+ export declare const UserPreferencesToggle: (props: UserPreferencesToggleProps) => JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledButton: import("styled-components").StyledComponent<import("react").FC<import("../../../../../button/button.types").ButtonProps>, import("styled-components").DefaultTheme, {
3
+ 'data-is-active': boolean;
4
+ }, never>;
@@ -0,0 +1,10 @@
1
+ import { Dispatch, SetStateAction } from 'react';
2
+ import { CustomColumnOption } from '../../custom-columns-toggle.types';
3
+ export interface UserPreferencesToggleProps {
4
+ checklistOptions: CustomColumnOption[];
5
+ isActive: boolean;
6
+ modalHeading: string;
7
+ onClose: () => Promise<void>;
8
+ onReset: () => Promise<void>;
9
+ setIsActive: Dispatch<SetStateAction<boolean>>;
10
+ }
@@ -0,0 +1,7 @@
1
+ import { RowData } from '@tanstack/react-table';
2
+ import { CustomColumnsWrapperProps } from './custom-columns-toggle.types';
3
+ export declare const CustomColumnsToggle: <TData extends RowData<{
4
+ [key: string]: unknown;
5
+ id?: string | number | undefined;
6
+ subRows?: any[] | undefined;
7
+ }>>(props: CustomColumnsWrapperProps<TData>) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ export declare const StyledToggleWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
2
+ isScrolling: boolean;
3
+ }, never>;
@@ -0,0 +1,18 @@
1
+ import { RowData, Table } from '@tanstack/react-table';
2
+ export interface CustomColumnsWrapperProps<TData extends RowData> {
3
+ customColumns: CustomColumnsProps<TData> | undefined;
4
+ isScrolling: boolean;
5
+ table: Table<TData>;
6
+ }
7
+ export interface CustomColumnsProps<TData extends RowData> {
8
+ disabledColumns: (keyof TData | string)[];
9
+ hiddenColumns: (keyof TData | string)[];
10
+ onUpdateHiddenColumns: (columnsToHide: string[]) => Promise<void>;
11
+ }
12
+ export interface CustomColumnOption {
13
+ checked: boolean;
14
+ disabled: boolean;
15
+ label: string;
16
+ onChange: (event: unknown) => void;
17
+ value: string;
18
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Used to mark the starting hidden columns when using custom columns.
3
+ *
4
+ * @example
5
+ * const [hiddenColumns, setHiddenColumns] = useState<string[]>(STARTING_HIDDEN_COLUMNS);
6
+ * const initialColumnVisibility = getCustomColumnInitialVisibility(hiddenColumns);
7
+ * const [columnVisibility, setColumnVisibility] = useState(initialColumnVisibility);
8
+ *
9
+ * return (
10
+ * <TableComponent
11
+ * data={tableData}
12
+ * columns={tableColumns}
13
+ * options={{
14
+ * state: {
15
+ * columnVisibility,
16
+ * },
17
+ * onColumnVisibilityChange: setColumnVisibility,
18
+ * }}
19
+ * customColumns={{
20
+ * disabledColumns: [DISABLED_COLUMNS],
21
+ * onUpdateHiddenColumns: async columns => {
22
+ * // REQUEST API HIDE COLUMNS
23
+ * setHiddenColumns(columns);
24
+ * },
25
+ * hiddenColumns: hiddenColumns,
26
+ * }}
27
+ * />
28
+ * )
29
+ */
30
+ export declare const getCustomColumnInitialVisibility: (hiddenColumns: string[]) => {};
@@ -0,0 +1 @@
1
+ export * from './get-custom-column-initial-visibility';
@@ -0,0 +1,8 @@
1
+ import { RowData } from '@tanstack/react-table';
2
+ import { CustomColumnOption } from '../../custom-columns-toggle.types';
3
+ import { GetCustomColumnOptionsArgs } from './get-custom-column-options.types';
4
+ export declare const getCustomColumnOptions: <TData extends RowData<{
5
+ [key: string]: unknown;
6
+ id?: string | number | undefined;
7
+ subRows?: any[] | undefined;
8
+ }>>(args: GetCustomColumnOptionsArgs<TData>) => CustomColumnOption[];
@@ -0,0 +1,6 @@
1
+ import { RowData, Table } from '@tanstack/react-table';
2
+ import { CustomColumnsProps } from '../../custom-columns-toggle.types';
3
+ export interface GetCustomColumnOptionsArgs<TData extends RowData> {
4
+ customColumns: CustomColumnsProps<TData> | undefined;
5
+ table: Table<TData>;
6
+ }
@@ -0,0 +1 @@
1
+ export * from './get-custom-column-options';
@@ -0,0 +1,2 @@
1
+ export * from './get-custom-column-initial-visibility';
2
+ export * from './get-custom-column-options';
@@ -0,0 +1 @@
1
+ export * from './use-detect-scroll';
@@ -0,0 +1 @@
1
+ export * from './use-detect-scroll';
@@ -0,0 +1,4 @@
1
+ import { UseDetectScrollProps } from './use-detect-scroll.types';
2
+ export declare const useDetectScroll: (props: UseDetectScrollProps) => {
3
+ isScrolling: boolean;
4
+ };
@@ -0,0 +1,9 @@
1
+ export interface UseDetectScrollProps {
2
+ /** Time after scrolling has stopped before acting on it. */
3
+ delay?: number;
4
+ direction: 'horizontal' | 'vertical';
5
+ element: HTMLElement | null;
6
+ enabled?: boolean;
7
+ onEndScrolling?: () => void;
8
+ onStartScrolling?: () => void;
9
+ }
@@ -0,0 +1 @@
1
+ export * from './custom-columns-toggle';
@@ -1,6 +1,6 @@
1
1
  import { RowData } from '@tanstack/react-table';
2
2
  import { CustomColumnsWrapperProps } from './custom-columns-wrapper.types';
3
- export declare const CustomColumnsWrapper: <TData extends RowData<{
3
+ export declare const CustomColumnsToggle: <TData extends RowData<{
4
4
  [key: string]: unknown;
5
5
  id?: string | number | undefined;
6
6
  subRows?: any[] | undefined;
@@ -1,5 +1,9 @@
1
1
  import { RowData, Table } from '@tanstack/react-table';
2
- import { PropsWithChildren } from 'react';
2
+ export interface CustomColumnsWrapperProps<TData extends RowData> {
3
+ customColumns: CustomColumnsProps<TData> | undefined;
4
+ isScrolling: boolean;
5
+ table: Table<TData>;
6
+ }
3
7
  export interface CustomColumnsProps<TData extends RowData> {
4
8
  disabledColumns: (keyof TData | string)[];
5
9
  hiddenColumns: (keyof TData | string)[];
@@ -12,8 +16,3 @@ export interface CustomColumnOption {
12
16
  onChange: (event: unknown) => void;
13
17
  value: string;
14
18
  }
15
- export type CustomColumnsWrapperProps<TData extends RowData> = PropsWithChildren<{
16
- customColumns: CustomColumnsProps<TData> | undefined;
17
- table: Table<TData>;
18
- tableContainerEl: HTMLDivElement | null;
19
- }>;
@@ -1 +1 @@
1
- export * from './useDetectHorizontalScroll';
1
+ export * from './use-detect-scroll';
@@ -0,0 +1,4 @@
1
+ import { UseDetectScrollProps } from './use-detect-scroll.types';
2
+ export declare const useDetectScroll: (props: UseDetectScrollProps) => {
3
+ isScrolling: boolean;
4
+ };
@@ -0,0 +1,9 @@
1
+ export interface UseDetectScrollProps {
2
+ /** Time after scrolling has stopped before acting on it. */
3
+ delay?: number;
4
+ direction: 'horizontal' | 'vertical';
5
+ element: HTMLElement | null;
6
+ enabled?: boolean;
7
+ onEndScrolling?: () => void;
8
+ onStartScrolling?: () => void;
9
+ }
@@ -1,4 +1,5 @@
1
- export * from './custom-columns-wrapper';
1
+ export * from './cell-reorder-wrapper';
2
+ export * from './custom-columns-toggle';
2
3
  export * from './table-draggable-row';
3
4
  export * from './table-actions-wrapper';
4
5
  export * from './table-footer';
@@ -1 +1,4 @@
1
- export declare const StyledSearchInputWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ import { Property } from 'csstype';
2
+ export declare const StyledSearchInputWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
3
+ $maxWidth: Property.MaxWidth | undefined;
4
+ }, never>;
@@ -1,12 +1,16 @@
1
+ import { Property } from 'csstype';
1
2
  import { TextFieldProps } from '../../../../../text-field';
2
3
  import { OnConfirmInteraction } from '../../hooks';
3
4
  export interface SearchProps extends Partial<SearchDefaultProps> {
4
- onChange: TextFieldProps['onTextChange'];
5
+ onSearch: TextFieldProps['onTextChange'];
6
+ value: SearchDefaultProps['value'];
5
7
  }
6
8
  export interface SearchComponentProps extends SearchProps {
7
9
  onConfirmInteraction: OnConfirmInteraction;
8
10
  }
9
11
  export interface SearchDefaultProps {
12
+ /** Desktop only. */
13
+ maxWidth: Property.MaxWidth;
10
14
  placeholder: string;
11
15
  value: string;
12
16
  }
@@ -1,9 +1,9 @@
1
1
  import { OnConfirmInteraction } from '../../hooks';
2
- export interface SortProps {
3
- current: SortInfo;
2
+ export interface SortProps<SortingField = string> {
3
+ current: SortInfo<SortingField> | SortingField;
4
4
  disabled?: boolean;
5
- fields: TableSortField<string>[];
6
- onSort: (sortInfo: SortInfo) => void;
5
+ fields: TableSortField<SortingField>[];
6
+ onSort: (sortInfo: SortInfo<SortingField> | SortingField) => void;
7
7
  }
8
8
  export interface SortComponentProps extends SortProps {
9
9
  confirmAllInteractions: boolean;
@@ -2,6 +2,8 @@ import { JSXElementConstructor } from 'react';
2
2
  import { RowData, Table } from '@tanstack/react-table';
3
3
  import { PagingProps } from './components/paging/paging.types';
4
4
  import { SortProps } from './components/sort/sort.types';
5
+ import { SearchProps } from './components/search/search.types';
6
+ export type { SearchProps };
5
7
  export type FiltersProps = {
6
8
  count: number;
7
9
  filtersContent: JSX.Element;
@@ -10,16 +12,12 @@ export type FiltersProps = {
10
12
  onClose: () => void;
11
13
  onReset: () => void;
12
14
  };
13
- export interface SearchProps {
14
- onSearch: (value: string) => void;
15
- placeholder?: string;
16
- value: string;
15
+ export interface CustomActionComponentProps<TData extends RowData> {
16
+ onConfirmInteraction: () => Promise<boolean>;
17
+ table: Table<TData>;
17
18
  }
18
19
  export interface CustomActionProps<TData extends RowData> {
19
- Component: JSXElementConstructor<{
20
- onConfirmInteraction: () => Promise<boolean>;
21
- table: Table<TData>;
22
- }>;
20
+ Component: JSXElementConstructor<CustomActionComponentProps<TData>>;
23
21
  position: 'left' | 'right' | 'bottom';
24
22
  }
25
23
  export interface TableActionsWrapperProps<TData extends RowData> {
@@ -2,5 +2,6 @@ export declare const StyledTH: import("styled-components").StyledComponent<"th",
2
2
  size: number;
3
3
  }, never>;
4
4
  export declare const StyledReorderWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
5
- active: boolean;
5
+ disabled: boolean;
6
+ isActive: boolean;
6
7
  }, never>;
@@ -1,8 +1,10 @@
1
1
  import { RowData, Table } from '@tanstack/react-table';
2
- import { GetHeaderCellProps } from '../../table.types';
2
+ import { GetHeaderCellProps, ReorderingProps } from '../../table.types';
3
+ import { CustomColumnsProps } from '../custom-columns-toggle/custom-columns-toggle.types';
3
4
  export type TableHeaderProps<TData extends RowData> = {
5
+ customColumns: CustomColumnsProps<TData> | undefined;
4
6
  getHeaderCellProps: GetHeaderCellProps<TData> | undefined;
5
- reorderEnabled?: boolean;
6
- reorderable: boolean;
7
+ isScrolling: boolean;
8
+ reordering: ReorderingProps<TData> | undefined;
7
9
  table: Table<TData>;
8
10
  };