@homecode/ui 5.4.0 → 5.5.0

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 (105) hide show
  1. package/dist/esm/index.js +1 -0
  2. package/dist/esm/src/components/Autocomplete/Autocomplete.js +3 -2
  3. package/dist/esm/src/components/Gallery/Gallery.js +5 -6
  4. package/dist/esm/src/components/Gallery/Gallery.styl.js +1 -1
  5. package/dist/esm/src/components/Icon/icons/index.js +2 -0
  6. package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
  7. package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
  8. package/dist/esm/src/components/InputFile/InputFile.js +3 -2
  9. package/dist/esm/src/components/Slider/Slider.js +53 -10
  10. package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
  11. package/dist/esm/src/components/Tabs/Tabs.js +3 -1
  12. package/dist/esm/src/components/Tooltip/Tooltip.styl.js +1 -1
  13. package/dist/esm/src/components/Tooltip/TooltipOverTrigger.js +7 -44
  14. package/dist/esm/src/components/Tooltip/TooltipSimple.js +4 -0
  15. package/dist/esm/src/components/Tooltip/tooltipTextStyles.js +49 -0
  16. package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
  17. package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
  18. package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
  19. package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
  20. package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
  21. package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
  22. package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  23. package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
  24. package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
  25. package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
  26. package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
  27. package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
  28. package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
  29. package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
  30. package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
  31. package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
  32. package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
  33. package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
  34. package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
  35. package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
  36. package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
  37. package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
  38. package/dist/esm/types/src/components/Icon/Icon.d.ts +1 -1
  39. package/dist/esm/types/src/components/Icon/Icon.example.d.ts +1 -1
  40. package/dist/esm/types/src/components/Icon/icons/index.d.ts +2 -0
  41. package/dist/esm/types/src/components/InputFile/InputFile.d.ts +3 -3
  42. package/dist/esm/types/src/components/InputFile/Item/Item.d.ts +1 -1
  43. package/dist/esm/types/src/components/Label/Label.d.ts +1 -1
  44. package/dist/esm/types/src/components/LangSelector/LangSelector.d.ts +1 -1
  45. package/dist/esm/types/src/components/Lazy/Lazy.d.ts +1 -1
  46. package/dist/esm/types/src/components/LightBox/LightBox.d.ts +1 -1
  47. package/dist/esm/types/src/components/Notifications/Notifications.d.ts +1 -1
  48. package/dist/esm/types/src/components/Paranja/Paranja.d.ts +1 -1
  49. package/dist/esm/types/src/components/Popup/Popup.d.ts +3 -3
  50. package/dist/esm/types/src/components/PopupMenu/PopupMenu.d.ts +1 -1
  51. package/dist/esm/types/src/components/Portal/Portal.d.ts +2 -1
  52. package/dist/esm/types/src/components/Progress/Progress.d.ts +1 -1
  53. package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.d.ts +1 -1
  54. package/dist/esm/types/src/components/RequiredStar/RequiredStar.d.ts +1 -1
  55. package/dist/esm/types/src/components/Router/Link/Link.d.ts +1 -1
  56. package/dist/esm/types/src/components/Router/Router.d.ts +1 -1
  57. package/dist/esm/types/src/components/Select/Select.d.ts +9 -9
  58. package/dist/esm/types/src/components/Select/Select2.d.ts +1 -1
  59. package/dist/esm/types/src/components/Shimmer/Shimmer.d.ts +1 -1
  60. package/dist/esm/types/src/components/Slider/Slider.d.ts +1 -1
  61. package/dist/esm/types/src/components/Slider/Slider.types.d.ts +9 -3
  62. package/dist/esm/types/src/components/Spinner/Spinner.d.ts +1 -1
  63. package/dist/esm/types/src/components/Table/Table.d.ts +4 -4
  64. package/dist/esm/types/src/components/Tabs/Tabs.d.ts +1 -1
  65. package/dist/esm/types/src/components/Text/Text.d.ts +6 -6
  66. package/dist/esm/types/src/components/TextShimmer/TextShimmer.d.ts +1 -1
  67. package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +1 -1
  68. package/dist/esm/types/src/components/Theme/Theme.d.ts +1 -1
  69. package/dist/esm/types/src/components/Theme/ThemeProvider.d.ts +1 -1
  70. package/dist/esm/types/src/components/Toggle/Toggle.d.ts +1 -1
  71. package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +1 -1
  72. package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +1 -1
  73. package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +1 -1
  74. package/dist/esm/types/src/components/Tooltip/TooltipProvider.d.ts +1 -1
  75. package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +1 -1
  76. package/dist/esm/types/src/components/Tooltip/tooltipTextStyles.d.ts +4 -0
  77. package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
  78. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
  79. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
  80. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
  81. package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
  82. package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
  83. package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
  84. package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
  85. package/dist/esm/types/src/components/index.d.ts +1 -0
  86. package/dist/esm/types/src/services/i18n.d.ts +1 -1
  87. package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
  88. package/graphify-out/.graphify_labels.json +6 -11
  89. package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
  90. package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
  91. package/graphify-out/2026-07-18/cost.json +12 -0
  92. package/graphify-out/2026-07-18/graph.json +70772 -0
  93. package/graphify-out/2026-07-18/manifest.json +2342 -0
  94. package/graphify-out/GRAPH_REPORT.md +193 -221
  95. package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
  96. package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
  97. package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
  98. package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
  99. package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
  100. package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
  101. package/graphify-out/cache/stat-index.json +1 -1
  102. package/graphify-out/graph.html +4 -4
  103. package/graphify-out/graph.json +4884 -3505
  104. package/graphify-out/manifest.json +118 -53
  105. package/package.json +6 -3
@@ -0,0 +1 @@
1
+ {"nodes": [{"id": "users_oleh_1_prj_ui_src_docs_types_json", "label": "types.json", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_global", "label": "global", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L2"}, {"id": "docs_types_global_size", "label": "Size", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L3"}, {"id": "docs_types_size_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L3"}, {"id": "docs_types_size_isplain", "label": "isPlain", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L3"}, {"id": "docs_types_global_variant", "label": "Variant", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L4"}, {"id": "docs_types_variant_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L4"}, {"id": "docs_types_variant_isplain", "label": "isPlain", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L4"}, {"id": "docs_types_global_componenttype", "label": "ComponentType", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L5"}, {"id": "docs_types_componenttype_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L6"}, {"id": "docs_types_componenttype_classname", "label": "className", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L7"}, {"id": "docs_types_classname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L7"}, {"id": "docs_types_classname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L7"}, {"id": "docs_types_global_formfieldchangehandler", "label": "FormFieldChangeHandler", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L9"}, {"id": "docs_types_formfieldchangehandler_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L10"}, {"id": "docs_types_formfieldchangehandler_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L11"}, {"id": "docs_types_global_date", "label": "Date", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L13"}, {"id": "docs_types_date_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L14"}, {"id": "docs_types_date_year", "label": "year", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L15"}, {"id": "docs_types_year_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L15"}, {"id": "docs_types_date_month", "label": "month", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L16"}, {"id": "docs_types_month_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L16"}, {"id": "docs_types_date_day", "label": "day", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L17"}, {"id": "docs_types_day_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L17"}, {"id": "docs_types_day_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L17"}, {"id": "docs_types_date_iso", "label": "ISO", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L18"}, {"id": "docs_types_iso_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L19"}, {"id": "docs_types_iso_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L20"}, {"id": "docs_types_iso_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L21"}, {"id": "docs_types_services", "label": "services", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L25"}, {"id": "docs_types_assistivetext", "label": "AssistiveText", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L26"}, {"id": "docs_types_assistivetext_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L27"}, {"id": "docs_types_props_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L28"}, {"id": "docs_types_props_ext", "label": "ext", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L29"}, {"id": "docs_types_props_classname", "label": "className", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L30"}, {"id": "docs_types_props_size", "label": "size", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L31"}, {"id": "docs_types_size_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L31"}, {"id": "docs_types_props_variant", "label": "variant", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L32"}, {"id": "docs_types_variant_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L34"}, {"id": "docs_types_variant_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L35"}, {"id": "docs_types_props_children", "label": "children", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L37"}, {"id": "docs_types_children_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L37"}, {"id": "docs_types_autocomplete", "label": "Autocomplete", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L40"}, {"id": "docs_types_autocomplete_option", "label": "Option", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L41"}, {"id": "docs_types_option_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L42"}, {"id": "docs_types_option_id", "label": "id", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L43"}, {"id": "docs_types_id_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L43"}, {"id": "docs_types_option_label", "label": "label", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L44"}, {"id": "docs_types_label_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L44"}, {"id": "docs_types_option_render", "label": "render", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L45"}, {"id": "docs_types_render_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L46"}, {"id": "docs_types_render_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L47"}, {"id": "docs_types_autocomplete_value", "label": "Value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L50"}, {"id": "docs_types_value_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L50"}, {"id": "docs_types_value_isplain", "label": "isPlain", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L50"}, {"id": "docs_types_autocomplete_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L51"}, {"id": "docs_types_props_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L56"}, {"id": "docs_types_props_isopen", "label": "isOpen", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L57"}, {"id": "docs_types_isopen_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L57"}, {"id": "docs_types_isopen_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L57"}, {"id": "docs_types_props_getoptions", "label": "getOptions", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L58"}, {"id": "docs_types_getoptions_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L59"}, {"id": "docs_types_props_onselect", "label": "onSelect", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L61"}, {"id": "docs_types_onselect_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L61"}, {"id": "docs_types_onselect_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L61"}, {"id": "docs_types_props_items", "label": "items", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L62"}, {"id": "docs_types_items_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L62"}, {"id": "docs_types_items_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L62"}, {"id": "docs_types_props_itemheight", "label": "itemHeight", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L63"}, {"id": "docs_types_itemheight_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L63"}, {"id": "docs_types_itemheight_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L63"}, {"id": "docs_types_props_pagesize", "label": "pageSize", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L64"}, {"id": "docs_types_pagesize_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L64"}, {"id": "docs_types_pagesize_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L64"}, {"id": "docs_types_props_debouncedelay", "label": "debounceDelay", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L65"}, {"id": "docs_types_debouncedelay_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L65"}, {"id": "docs_types_debouncedelay_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L65"}, {"id": "docs_types_props_inputprops", "label": "inputProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L66"}, {"id": "docs_types_inputprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L66"}, {"id": "docs_types_inputprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L66"}, {"id": "docs_types_props_popupprops", "label": "popupProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L67"}, {"id": "docs_types_popupprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L67"}, {"id": "docs_types_popupprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L67"}, {"id": "docs_types_props_scrollprops", "label": "scrollProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L68"}, {"id": "docs_types_scrollprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L68"}, {"id": "docs_types_scrollprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L68"}, {"id": "docs_types_props_menuprops", "label": "menuProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L69"}, {"id": "docs_types_menuprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L69"}, {"id": "docs_types_menuprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L69"}, {"id": "docs_types_props_round", "label": "round", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L70"}, {"id": "docs_types_round_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L70"}, {"id": "docs_types_round_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L70"}, {"id": "docs_types_props_blur", "label": "blur", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L71"}, {"id": "docs_types_blur_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L71"}, {"id": "docs_types_blur_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L71"}, {"id": "docs_types_props_selectable", "label": "selectable", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L72"}, {"id": "docs_types_selectable_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L72"}, {"id": "docs_types_selectable_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L72"}, {"id": "docs_types_props_defaultselected", "label": "defaultSelected", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L73"}, {"id": "docs_types_defaultselected_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L73"}, {"id": "docs_types_defaultselected_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L73"}, {"id": "docs_types_props_scrolltoselected", "label": "scrollToSelected", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L74"}, {"id": "docs_types_scrolltoselected_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L74"}, {"id": "docs_types_scrolltoselected_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L74"}, {"id": "docs_types_props_renderitem", "label": "renderItem", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L75"}, {"id": "docs_types_renderitem_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L76"}, {"id": "docs_types_renderitem_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L77"}, {"id": "docs_types_props_loadingplaceholder", "label": "loadingPlaceholder", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L79"}, {"id": "docs_types_loadingplaceholder_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L79"}, {"id": "docs_types_loadingplaceholder_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L79"}, {"id": "docs_types_autocomplete_renderitemprops", "label": "RenderItemProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L81"}, {"id": "docs_types_renderitemprops_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L82"}, {"id": "docs_types_renderitemprops_option", "label": "option", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L83"}, {"id": "docs_types_option_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L83"}, {"id": "docs_types_renderitemprops_key", "label": "key", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L84"}, {"id": "docs_types_key_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L84"}, {"id": "docs_types_renderitemprops_classname", "label": "className", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L85"}, {"id": "docs_types_renderitemprops_style", "label": "style", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L86"}, {"id": "docs_types_style_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L86"}, {"id": "docs_types_style_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L86"}, {"id": "docs_types_renderitemprops_focused", "label": "focused", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L87"}, {"id": "docs_types_focused_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L87"}, {"id": "docs_types_renderitemprops_isselected", "label": "isSelected", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L88"}, {"id": "docs_types_isselected_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L88"}, {"id": "docs_types_renderitemprops_onclick", "label": "onClick", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L89"}, {"id": "docs_types_onclick_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L89"}, {"id": "docs_types_renderitemprops_onmouseenter", "label": "onMouseEnter", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L90"}, {"id": "docs_types_onmouseenter_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L90"}, {"id": "docs_types_button", "label": "Button", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L93"}, {"id": "docs_types_button_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L94"}, {"id": "docs_types_classname_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L99"}, {"id": "docs_types_children_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L104"}, {"id": "docs_types_variant_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L108"}, {"id": "docs_types_size_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L114"}, {"id": "docs_types_props_loading", "label": "loading", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L117"}, {"id": "docs_types_loading_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L118"}, {"id": "docs_types_loading_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L119"}, {"id": "docs_types_loading_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L120"}, {"id": "docs_types_props_checked", "label": "checked", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L122"}, {"id": "docs_types_checked_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L123"}, {"id": "docs_types_checked_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L124"}, {"id": "docs_types_checked_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L125"}, {"id": "docs_types_props_square", "label": "square", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L127"}, {"id": "docs_types_square_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L128"}, {"id": "docs_types_square_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L129"}, {"id": "docs_types_square_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L130"}, {"id": "docs_types_round_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L134"}, {"id": "docs_types_props_prefixelem", "label": "prefixElem", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L137"}, {"id": "docs_types_prefixelem_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L138"}, {"id": "docs_types_prefixelem_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L139"}, {"id": "docs_types_prefixelem_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L140"}, {"id": "docs_types_props_postfixelem", "label": "postfixElem", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L142"}, {"id": "docs_types_postfixelem_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L143"}, {"id": "docs_types_postfixelem_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L144"}, {"id": "docs_types_postfixelem_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L145"}, {"id": "docs_types_props_onref", "label": "onRef", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L147"}, {"id": "docs_types_onref_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L148"}, {"id": "docs_types_onref_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L149"}, {"id": "docs_types_onref_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L150"}, {"id": "docs_types_buttongroup", "label": "ButtonGroup", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L154"}, {"id": "docs_types_buttongroup_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L155"}, {"id": "docs_types_calendar", "label": "Calendar", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L162"}, {"id": "docs_types_calendar_day", "label": "Day", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L163"}, {"id": "docs_types_day_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L164"}, {"id": "docs_types_day_ext", "label": "ext", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L165"}, {"id": "docs_types_day_currentmonth", "label": "currentMonth", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L166"}, {"id": "docs_types_currentmonth_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L166"}, {"id": "docs_types_currentmonth_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L166"}, {"id": "docs_types_calendar_dayprops", "label": "DayProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L168"}, {"id": "docs_types_dayprops_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L169"}, {"id": "docs_types_dayprops_classname", "label": "className", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L170"}, {"id": "docs_types_dayprops_onpointerdown", "label": "onPointerDown", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L171"}, {"id": "docs_types_onpointerdown_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L171"}, {"id": "docs_types_onpointerdown_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L171"}, {"id": "docs_types_dayprops_onpointerup", "label": "onPointerUp", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L172"}, {"id": "docs_types_onpointerup_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L172"}, {"id": "docs_types_onpointerup_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L172"}, {"id": "docs_types_calendar_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L174"}, {"id": "docs_types_props_ondaypointerdown", "label": "onDayPointerDown", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L178"}, {"id": "docs_types_ondaypointerdown_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L179"}, {"id": "docs_types_ondaypointerdown_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L180"}, {"id": "docs_types_props_ondaypointerup", "label": "onDayPointerUp", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L182"}, {"id": "docs_types_ondaypointerup_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L182"}, {"id": "docs_types_ondaypointerup_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L182"}, {"id": "docs_types_props_startofweek", "label": "startOfWeek", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L183"}, {"id": "docs_types_startofweek_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L184"}, {"id": "docs_types_startofweek_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L185"}, {"id": "docs_types_startofweek_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L186"}, {"id": "docs_types_props_renderday", "label": "renderDay", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L189"}, {"id": "docs_types_renderday_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L190"}, {"id": "docs_types_renderday_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L191"}, {"id": "docs_types_renderday_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L192"}, {"id": "docs_types_props_renderweekdaylabel", "label": "renderWeekDayLabel", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L194"}, {"id": "docs_types_renderweekdaylabel_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L195"}, {"id": "docs_types_renderweekdaylabel_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L196"}, {"id": "docs_types_renderweekdaylabel_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L197"}, {"id": "docs_types_props_renderyearlabel", "label": "renderYearLabel", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L199"}, {"id": "docs_types_renderyearlabel_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L200"}, {"id": "docs_types_renderyearlabel_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L201"}, {"id": "docs_types_renderyearlabel_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L202"}, {"id": "docs_types_props_rendermontheslabel", "label": "renderMonthesLabel", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L204"}, {"id": "docs_types_rendermontheslabel_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L205"}, {"id": "docs_types_rendermontheslabel_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L206"}, {"id": "docs_types_rendermontheslabel_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L207"}, {"id": "docs_types_props_rendermonthlabel", "label": "renderMonthLabel", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L209"}, {"id": "docs_types_rendermonthlabel_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L210"}, {"id": "docs_types_rendermonthlabel_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L211"}, {"id": "docs_types_rendermonthlabel_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L212"}, {"id": "docs_types_props_weekendclassname", "label": "weekendClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L214"}, {"id": "docs_types_weekendclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L215"}, {"id": "docs_types_weekendclassname_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L216"}, {"id": "docs_types_weekendclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L217"}, {"id": "docs_types_props_hideothermonthdays", "label": "hideOtherMonthDays", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L219"}, {"id": "docs_types_hideothermonthdays_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L220"}, {"id": "docs_types_hideothermonthdays_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L221"}, {"id": "docs_types_hideothermonthdays_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L222"}, {"id": "docs_types_props_isdaydisabled", "label": "isDayDisabled", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L224"}, {"id": "docs_types_isdaydisabled_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L225"}, {"id": "docs_types_isdaydisabled_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L226"}, {"id": "docs_types_isdaydisabled_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L227"}, {"id": "docs_types_card", "label": "Card", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L231"}, {"id": "docs_types_card_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L232"}, {"id": "docs_types_props_paddingsize", "label": "paddingSize", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L235"}, {"id": "docs_types_paddingsize_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L236"}, {"id": "docs_types_paddingsize_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L237"}, {"id": "docs_types_paddingsize_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L238"}, {"id": "docs_types_checkbox", "label": "Checkbox", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L243"}, {"id": "docs_types_checkbox_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L244"}, {"id": "docs_types_props_label", "label": "label", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L247"}, {"id": "docs_types_label_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L249"}, {"id": "docs_types_label_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L250"}, {"id": "docs_types_props_disabled", "label": "disabled", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L257"}, {"id": "docs_types_disabled_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L258"}, {"id": "docs_types_disabled_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L259"}, {"id": "docs_types_disabled_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L260"}, {"id": "docs_types_props_error", "label": "error", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L262"}, {"id": "docs_types_error_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L263"}, {"id": "docs_types_error_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L264"}, {"id": "docs_types_error_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L265"}, {"id": "docs_types_error_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L266"}, {"id": "docs_types_container", "label": "Container", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L280"}, {"id": "docs_types_container_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L281"}, {"id": "docs_types_size_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L286"}, {"id": "docs_types_props_alignitemscenter", "label": "alignItemsCenter", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L290"}, {"id": "docs_types_alignitemscenter_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L290"}, {"id": "docs_types_alignitemscenter_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L290"}, {"id": "docs_types_props_justifycontentcenter", "label": "justifyContentCenter", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L291"}, {"id": "docs_types_justifycontentcenter_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L291"}, {"id": "docs_types_justifycontentcenter_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L291"}, {"id": "docs_types_props_vertical", "label": "vertical", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L292"}, {"id": "docs_types_vertical_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L292"}, {"id": "docs_types_vertical_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L292"}, {"id": "docs_types_props_fullheight", "label": "fullHeight", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L293"}, {"id": "docs_types_fullheight_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L294"}, {"id": "docs_types_fullheight_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L295"}, {"id": "docs_types_fullheight_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L296"}, {"id": "docs_types_props_fullwidth", "label": "fullWidth", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L298"}, {"id": "docs_types_fullwidth_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L299"}, {"id": "docs_types_fullwidth_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L300"}, {"id": "docs_types_fullwidth_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L301"}, {"id": "docs_types_props_scrolledx", "label": "scrolledX", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L303"}, {"id": "docs_types_scrolledx_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L303"}, {"id": "docs_types_scrolledx_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L303"}, {"id": "docs_types_props_scrolledy", "label": "scrolledY", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L304"}, {"id": "docs_types_scrolledy_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L304"}, {"id": "docs_types_scrolledy_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L304"}, {"id": "docs_types_props_style", "label": "style", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L305"}, {"id": "docs_types_datepicker", "label": "DatePicker", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L308"}, {"id": "docs_types_datepicker_value", "label": "Value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L309"}, {"id": "docs_types_datepicker_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L310"}, {"id": "docs_types_value_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L315"}, {"id": "docs_types_props_onchange", "label": "onChange", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L317"}, {"id": "docs_types_onchange_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L317"}, {"id": "docs_types_props_doublecalendar", "label": "doubleCalendar", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L319"}, {"id": "docs_types_doublecalendar_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L320"}, {"id": "docs_types_doublecalendar_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L321"}, {"id": "docs_types_doublecalendar_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L322"}, {"id": "docs_types_props_calendarprops", "label": "calendarProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L324"}, {"id": "docs_types_calendarprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L325"}, {"id": "docs_types_calendarprops_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L326"}, {"id": "docs_types_calendarprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L327"}, {"id": "docs_types_datepickerinput", "label": "DatePickerInput", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L331"}, {"id": "docs_types_datepickerinput_value", "label": "Value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L332"}, {"id": "docs_types_datepickerinput_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L333"}, {"id": "docs_types_props_displayformat", "label": "displayFormat", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L337"}, {"id": "docs_types_displayformat_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L337"}, {"id": "docs_types_props_buttonprops", "label": "buttonProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L339"}, {"id": "docs_types_buttonprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L340"}, {"id": "docs_types_buttonprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L341"}, {"id": "docs_types_datetime", "label": "DateTime", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L345"}, {"id": "docs_types_datetime_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L346"}, {"id": "docs_types_value_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L351"}, {"id": "docs_types_value_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L352"}, {"id": "docs_types_props_format", "label": "format", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L354"}, {"id": "docs_types_format_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L355"}, {"id": "docs_types_format_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L356"}, {"id": "docs_types_format_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L357"}, {"id": "docs_types_props_locale", "label": "locale", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L359"}, {"id": "docs_types_locale_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L360"}, {"id": "docs_types_locale_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L361"}, {"id": "docs_types_locale_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L362"}, {"id": "docs_types_dialogue", "label": "Dialogue", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L366"}, {"id": "docs_types_dialogue_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L367"}, {"id": "docs_types_props_open", "label": "open", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L369"}, {"id": "docs_types_open_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L369"}, {"id": "docs_types_props_onopenchange", "label": "onOpenChange", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L371"}, {"id": "docs_types_onopenchange_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L371"}, {"id": "docs_types_props_trigger", "label": "trigger", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L372"}, {"id": "docs_types_trigger_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L372"}, {"id": "docs_types_trigger_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L372"}, {"id": "docs_types_props_triggerclassname", "label": "triggerClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L373"}, {"id": "docs_types_triggerclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L373"}, {"id": "docs_types_triggerclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L373"}, {"id": "docs_types_props_title", "label": "title", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L374"}, {"id": "docs_types_title_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L374"}, {"id": "docs_types_title_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L374"}, {"id": "docs_types_props_titleclassname", "label": "titleClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L375"}, {"id": "docs_types_titleclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L375"}, {"id": "docs_types_titleclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L375"}, {"id": "docs_types_props_subtitle", "label": "subtitle", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L376"}, {"id": "docs_types_subtitle_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L376"}, {"id": "docs_types_subtitle_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L376"}, {"id": "docs_types_props_subtitleclassname", "label": "subtitleClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L377"}, {"id": "docs_types_subtitleclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L377"}, {"id": "docs_types_subtitleclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L377"}, {"id": "docs_types_props_icon", "label": "icon", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L378"}, {"id": "docs_types_icon_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L378"}, {"id": "docs_types_icon_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L378"}, {"id": "docs_types_props_content", "label": "content", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L379"}, {"id": "docs_types_content_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L379"}, {"id": "docs_types_content_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L379"}, {"id": "docs_types_props_contentclassname", "label": "contentClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L380"}, {"id": "docs_types_contentclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L380"}, {"id": "docs_types_contentclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L380"}, {"id": "docs_types_props_footer", "label": "footer", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L381"}, {"id": "docs_types_footer_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L381"}, {"id": "docs_types_footer_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L381"}, {"id": "docs_types_props_footerclassname", "label": "footerClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L382"}, {"id": "docs_types_footerclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L382"}, {"id": "docs_types_footerclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L382"}, {"id": "docs_types_props_footeralignment", "label": "footerAlignment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L383"}, {"id": "docs_types_footeralignment_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L384"}, {"id": "docs_types_footeralignment_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L385"}, {"id": "docs_types_footeralignment_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L386"}, {"id": "docs_types_props_noscroll", "label": "noScroll", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L394"}, {"id": "docs_types_noscroll_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L394"}, {"id": "docs_types_noscroll_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L394"}, {"id": "docs_types_props_autoscrollbottom", "label": "autoScrollBottom", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L395"}, {"id": "docs_types_autoscrollbottom_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L395"}, {"id": "docs_types_autoscrollbottom_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L395"}, {"id": "docs_types_props_maxheight", "label": "maxHeight", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L396"}, {"id": "docs_types_maxheight_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L396"}, {"id": "docs_types_maxheight_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L396"}, {"id": "docs_types_props_width", "label": "width", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L397"}, {"id": "docs_types_width_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L397"}, {"id": "docs_types_width_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L397"}, {"id": "docs_types_draggable", "label": "Draggable", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L400"}, {"id": "docs_types_draggable_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L401"}, {"id": "docs_types_props_itemclassname", "label": "itemClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L405"}, {"id": "docs_types_itemclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L405"}, {"id": "docs_types_itemclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L405"}, {"id": "docs_types_renderitem_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L413"}, {"id": "docs_types_props_ondragstart", "label": "onDragStart", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L415"}, {"id": "docs_types_ondragstart_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L416"}, {"id": "docs_types_ondragstart_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L417"}, {"id": "docs_types_ondragstart_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L418"}, {"id": "docs_types_props_ondragend", "label": "onDragEnd", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L420"}, {"id": "docs_types_ondragend_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L421"}, {"id": "docs_types_ondragend_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L422"}, {"id": "docs_types_ondragend_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L423"}, {"id": "docs_types_onchange_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L427"}], "edges": [{"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_global", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L2", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L3", "weight": 1.0}, {"source": "docs_types_global_size", "target": "docs_types_size_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L3", "weight": 1.0}, {"source": "docs_types_global_size", "target": "docs_types_size_isplain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L3", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_variant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L4", "weight": 1.0}, {"source": "docs_types_global_variant", "target": "docs_types_variant_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L4", "weight": 1.0}, {"source": "docs_types_global_variant", "target": "docs_types_variant_isplain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L4", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_componenttype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L5", "weight": 1.0}, {"source": "docs_types_global_componenttype", "target": "docs_types_componenttype_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L6", "weight": 1.0}, {"source": "docs_types_global_componenttype", "target": "docs_types_componenttype_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L7", "weight": 1.0}, {"source": "docs_types_componenttype_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L7", "weight": 1.0}, {"source": "docs_types_componenttype_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L7", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_formfieldchangehandler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L9", "weight": 1.0}, {"source": "docs_types_global_formfieldchangehandler", "target": "docs_types_formfieldchangehandler_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L10", "weight": 1.0}, {"source": "docs_types_global_formfieldchangehandler", "target": "docs_types_formfieldchangehandler_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L11", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L13", "weight": 1.0}, {"source": "docs_types_global_date", "target": "docs_types_date_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L14", "weight": 1.0}, {"source": "docs_types_global_date", "target": "docs_types_date_year", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L15", "weight": 1.0}, {"source": "docs_types_date_year", "target": "docs_types_year_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L15", "weight": 1.0}, {"source": "docs_types_global_date", "target": "docs_types_date_month", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L16", "weight": 1.0}, {"source": "docs_types_date_month", "target": "docs_types_month_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L16", "weight": 1.0}, {"source": "docs_types_global_date", "target": "docs_types_date_day", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L17", "weight": 1.0}, {"source": "docs_types_date_day", "target": "docs_types_day_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L17", "weight": 1.0}, {"source": "docs_types_date_day", "target": "docs_types_day_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L17", "weight": 1.0}, {"source": "docs_types_global_date", "target": "docs_types_date_iso", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L18", "weight": 1.0}, {"source": "docs_types_date_iso", "target": "docs_types_iso_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L19", "weight": 1.0}, {"source": "docs_types_date_iso", "target": "docs_types_iso_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L20", "weight": 1.0}, {"source": "docs_types_date_iso", "target": "docs_types_iso_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L21", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_services", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L25", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_assistivetext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L26", "weight": 1.0}, {"source": "docs_types_assistivetext", "target": "docs_types_assistivetext_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L27", "weight": 1.0}, {"source": "docs_types_assistivetext_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L28", "weight": 1.0}, {"source": "docs_types_assistivetext_props", "target": "docs_types_props_ext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L29", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_htmlattributes_htmldivelement", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L29", "weight": 1.0, "context": "import"}, {"source": "docs_types_assistivetext_props", "target": "docs_types_props_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L30", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L30", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L30", "weight": 1.0}, {"source": "docs_types_assistivetext_props", "target": "docs_types_props_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L31", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L31", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L31", "weight": 1.0}, {"source": "docs_types_assistivetext_props", "target": "docs_types_props_variant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L32", "weight": 1.0}, {"source": "docs_types_props_variant", "target": "docs_types_variant_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L33", "weight": 1.0}, {"source": "docs_types_props_variant", "target": "docs_types_variant_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L34", "weight": 1.0}, {"source": "docs_types_variant_enum", "target": "ref_default", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L34", "weight": 1.0, "context": "import"}, {"source": "docs_types_variant_enum", "target": "ref_danger", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L34", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_variant", "target": "docs_types_variant_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L35", "weight": 1.0}, {"source": "docs_types_assistivetext_props", "target": "docs_types_props_children", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L37", "weight": 1.0}, {"source": "docs_types_props_children", "target": "docs_types_children_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L37", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_autocomplete", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L40", "weight": 1.0}, {"source": "docs_types_autocomplete", "target": "docs_types_autocomplete_option", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L41", "weight": 1.0}, {"source": "docs_types_autocomplete_option", "target": "docs_types_option_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L42", "weight": 1.0}, {"source": "docs_types_autocomplete_option", "target": "docs_types_option_id", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L43", "weight": 1.0}, {"source": "docs_types_option_id", "target": "docs_types_id_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L43", "weight": 1.0}, {"source": "docs_types_autocomplete_option", "target": "docs_types_option_label", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L44", "weight": 1.0}, {"source": "docs_types_option_label", "target": "docs_types_label_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L44", "weight": 1.0}, {"source": "docs_types_autocomplete_option", "target": "docs_types_option_render", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L45", "weight": 1.0}, {"source": "docs_types_option_render", "target": "docs_types_render_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L46", "weight": 1.0}, {"source": "docs_types_option_render", "target": "docs_types_render_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L47", "weight": 1.0}, {"source": "docs_types_autocomplete", "target": "docs_types_autocomplete_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L50", "weight": 1.0}, {"source": "docs_types_autocomplete_value", "target": "docs_types_value_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L50", "weight": 1.0}, {"source": "docs_types_autocomplete_value", "target": "docs_types_value_isplain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L50", "weight": 1.0}, {"source": "docs_types_autocomplete", "target": "docs_types_autocomplete_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L51", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L52", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_ext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L53", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_formcontrol_value_htmlinputelement", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L53", "weight": 1.0, "context": "import"}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L54", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L54", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L54", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L55", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L55", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L55", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L56", "weight": 1.0}, {"source": "docs_types_props_value", "target": "docs_types_value_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L56", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_isopen", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L57", "weight": 1.0}, {"source": "docs_types_props_isopen", "target": "docs_types_isopen_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L57", "weight": 1.0}, {"source": "docs_types_props_isopen", "target": "docs_types_isopen_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L57", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_getoptions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L58", "weight": 1.0}, {"source": "docs_types_props_getoptions", "target": "docs_types_getoptions_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L59", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_onselect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L61", "weight": 1.0}, {"source": "docs_types_props_onselect", "target": "docs_types_onselect_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L61", "weight": 1.0}, {"source": "docs_types_props_onselect", "target": "docs_types_onselect_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L61", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_items", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L62", "weight": 1.0}, {"source": "docs_types_props_items", "target": "docs_types_items_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L62", "weight": 1.0}, {"source": "docs_types_props_items", "target": "docs_types_items_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L62", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_itemheight", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L63", "weight": 1.0}, {"source": "docs_types_props_itemheight", "target": "docs_types_itemheight_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L63", "weight": 1.0}, {"source": "docs_types_props_itemheight", "target": "docs_types_itemheight_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L63", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_pagesize", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L64", "weight": 1.0}, {"source": "docs_types_props_pagesize", "target": "docs_types_pagesize_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L64", "weight": 1.0}, {"source": "docs_types_props_pagesize", "target": "docs_types_pagesize_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L64", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_debouncedelay", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L65", "weight": 1.0}, {"source": "docs_types_props_debouncedelay", "target": "docs_types_debouncedelay_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L65", "weight": 1.0}, {"source": "docs_types_props_debouncedelay", "target": "docs_types_debouncedelay_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L65", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_inputprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L66", "weight": 1.0}, {"source": "docs_types_props_inputprops", "target": "docs_types_inputprops_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L66", "weight": 1.0}, {"source": "docs_types_props_inputprops", "target": "docs_types_inputprops_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L66", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_popupprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L67", "weight": 1.0}, {"source": "docs_types_props_popupprops", "target": "docs_types_popupprops_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L67", "weight": 1.0}, {"source": "docs_types_props_popupprops", "target": "docs_types_popupprops_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L67", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_scrollprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L68", "weight": 1.0}, {"source": "docs_types_props_scrollprops", "target": "docs_types_scrollprops_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L68", "weight": 1.0}, {"source": "docs_types_props_scrollprops", "target": "docs_types_scrollprops_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L68", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_menuprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L69", "weight": 1.0}, {"source": "docs_types_props_menuprops", "target": "docs_types_menuprops_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L69", "weight": 1.0}, {"source": "docs_types_props_menuprops", "target": "docs_types_menuprops_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L69", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_round", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L70", "weight": 1.0}, {"source": "docs_types_props_round", "target": "docs_types_round_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L70", "weight": 1.0}, {"source": "docs_types_props_round", "target": "docs_types_round_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L70", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_blur", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L71", "weight": 1.0}, {"source": "docs_types_props_blur", "target": "docs_types_blur_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L71", "weight": 1.0}, {"source": "docs_types_props_blur", "target": "docs_types_blur_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L71", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_selectable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L72", "weight": 1.0}, {"source": "docs_types_props_selectable", "target": "docs_types_selectable_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L72", "weight": 1.0}, {"source": "docs_types_props_selectable", "target": "docs_types_selectable_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L72", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_defaultselected", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L73", "weight": 1.0}, {"source": "docs_types_props_defaultselected", "target": "docs_types_defaultselected_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L73", "weight": 1.0}, {"source": "docs_types_props_defaultselected", "target": "docs_types_defaultselected_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L73", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_scrolltoselected", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L74", "weight": 1.0}, {"source": "docs_types_props_scrolltoselected", "target": "docs_types_scrolltoselected_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L74", "weight": 1.0}, {"source": "docs_types_props_scrolltoselected", "target": "docs_types_scrolltoselected_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L74", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_renderitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L75", "weight": 1.0}, {"source": "docs_types_props_renderitem", "target": "docs_types_renderitem_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L76", "weight": 1.0}, {"source": "docs_types_props_renderitem", "target": "docs_types_renderitem_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L77", "weight": 1.0}, {"source": "docs_types_autocomplete_props", "target": "docs_types_props_loadingplaceholder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L79", "weight": 1.0}, {"source": "docs_types_props_loadingplaceholder", "target": "docs_types_loadingplaceholder_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L79", "weight": 1.0}, {"source": "docs_types_props_loadingplaceholder", "target": "docs_types_loadingplaceholder_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L79", "weight": 1.0}, {"source": "docs_types_autocomplete", "target": "docs_types_autocomplete_renderitemprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L81", "weight": 1.0}, {"source": "docs_types_autocomplete_renderitemprops", "target": "docs_types_renderitemprops_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L82", "weight": 1.0}, {"source": "docs_types_autocomplete_renderitemprops", "target": "docs_types_renderitemprops_option", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L83", "weight": 1.0}, {"source": "docs_types_renderitemprops_option", "target": "docs_types_option_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L83", "weight": 1.0}, {"source": "docs_types_autocomplete_renderitemprops", "target": "docs_types_renderitemprops_key", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L84", "weight": 1.0}, {"source": "docs_types_renderitemprops_key", "target": "docs_types_key_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L84", "weight": 1.0}, {"source": "docs_types_autocomplete_renderitemprops", "target": "docs_types_renderitemprops_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L85", "weight": 1.0}, {"source": "docs_types_renderitemprops_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L85", "weight": 1.0}, {"source": "docs_types_renderitemprops_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L85", "weight": 1.0}, {"source": "docs_types_autocomplete_renderitemprops", "target": "docs_types_renderitemprops_style", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L86", "weight": 1.0}, {"source": "docs_types_renderitemprops_style", "target": "docs_types_style_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L86", "weight": 1.0}, {"source": "docs_types_renderitemprops_style", "target": "docs_types_style_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L86", "weight": 1.0}, {"source": "docs_types_autocomplete_renderitemprops", "target": "docs_types_renderitemprops_focused", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L87", "weight": 1.0}, {"source": "docs_types_renderitemprops_focused", "target": "docs_types_focused_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L87", "weight": 1.0}, {"source": "docs_types_autocomplete_renderitemprops", "target": "docs_types_renderitemprops_isselected", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L88", "weight": 1.0}, {"source": "docs_types_renderitemprops_isselected", "target": "docs_types_isselected_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L88", "weight": 1.0}, {"source": "docs_types_autocomplete_renderitemprops", "target": "docs_types_renderitemprops_onclick", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L89", "weight": 1.0}, {"source": "docs_types_renderitemprops_onclick", "target": "docs_types_onclick_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L89", "weight": 1.0}, {"source": "docs_types_autocomplete_renderitemprops", "target": "docs_types_renderitemprops_onmouseenter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L90", "weight": 1.0}, {"source": "docs_types_renderitemprops_onmouseenter", "target": "docs_types_onmouseenter_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L90", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_button", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L93", "weight": 1.0}, {"source": "docs_types_button", "target": "docs_types_button_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L94", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L95", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_ext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L96", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_buttonhtmlattributes_htmlbuttonelement", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L96", "weight": 1.0, "context": "import"}, {"source": "docs_types_button_props", "target": "docs_types_props_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L97", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L98", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L99", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L100", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_children", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L102", "weight": 1.0}, {"source": "docs_types_props_children", "target": "docs_types_children_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L103", "weight": 1.0}, {"source": "docs_types_props_children", "target": "docs_types_children_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L104", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_variant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L106", "weight": 1.0}, {"source": "docs_types_props_variant", "target": "docs_types_variant_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L107", "weight": 1.0}, {"source": "docs_types_props_variant", "target": "docs_types_variant_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L108", "weight": 1.0}, {"source": "docs_types_props_variant", "target": "docs_types_variant_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L109", "weight": 1.0}, {"source": "docs_types_variant_enum", "target": "ref_text", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L109", "weight": 1.0, "context": "import"}, {"source": "docs_types_variant_enum", "target": "ref_clear", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L109", "weight": 1.0, "context": "import"}, {"source": "docs_types_variant_enum", "target": "ref_default", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L109", "weight": 1.0, "context": "import"}, {"source": "docs_types_variant_enum", "target": "ref_outlined", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L109", "weight": 1.0, "context": "import"}, {"source": "docs_types_variant_enum", "target": "ref_primary", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L109", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_variant", "target": "docs_types_variant_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L110", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L112", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L113", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L114", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L115", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_loading", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L117", "weight": 1.0}, {"source": "docs_types_props_loading", "target": "docs_types_loading_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L118", "weight": 1.0}, {"source": "docs_types_props_loading", "target": "docs_types_loading_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L119", "weight": 1.0}, {"source": "docs_types_props_loading", "target": "docs_types_loading_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L120", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_checked", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L122", "weight": 1.0}, {"source": "docs_types_props_checked", "target": "docs_types_checked_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L123", "weight": 1.0}, {"source": "docs_types_props_checked", "target": "docs_types_checked_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L124", "weight": 1.0}, {"source": "docs_types_props_checked", "target": "docs_types_checked_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L125", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_square", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L127", "weight": 1.0}, {"source": "docs_types_props_square", "target": "docs_types_square_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L128", "weight": 1.0}, {"source": "docs_types_props_square", "target": "docs_types_square_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L129", "weight": 1.0}, {"source": "docs_types_props_square", "target": "docs_types_square_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L130", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_round", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L132", "weight": 1.0}, {"source": "docs_types_props_round", "target": "docs_types_round_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L133", "weight": 1.0}, {"source": "docs_types_props_round", "target": "docs_types_round_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L134", "weight": 1.0}, {"source": "docs_types_props_round", "target": "docs_types_round_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L135", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_prefixelem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L137", "weight": 1.0}, {"source": "docs_types_props_prefixelem", "target": "docs_types_prefixelem_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L138", "weight": 1.0}, {"source": "docs_types_props_prefixelem", "target": "docs_types_prefixelem_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L139", "weight": 1.0}, {"source": "docs_types_props_prefixelem", "target": "docs_types_prefixelem_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L140", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_postfixelem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L142", "weight": 1.0}, {"source": "docs_types_props_postfixelem", "target": "docs_types_postfixelem_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L143", "weight": 1.0}, {"source": "docs_types_props_postfixelem", "target": "docs_types_postfixelem_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L144", "weight": 1.0}, {"source": "docs_types_props_postfixelem", "target": "docs_types_postfixelem_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L145", "weight": 1.0}, {"source": "docs_types_button_props", "target": "docs_types_props_onref", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L147", "weight": 1.0}, {"source": "docs_types_props_onref", "target": "docs_types_onref_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L148", "weight": 1.0}, {"source": "docs_types_props_onref", "target": "docs_types_onref_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L149", "weight": 1.0}, {"source": "docs_types_props_onref", "target": "docs_types_onref_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L150", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_buttongroup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L154", "weight": 1.0}, {"source": "docs_types_buttongroup", "target": "docs_types_buttongroup_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L155", "weight": 1.0}, {"source": "docs_types_buttongroup_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L156", "weight": 1.0}, {"source": "docs_types_buttongroup_props", "target": "docs_types_props_ext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L157", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_htmlattributes_htmldivelement", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L157", "weight": 1.0, "context": "import"}, {"source": "docs_types_buttongroup_props", "target": "docs_types_props_children", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L158", "weight": 1.0}, {"source": "docs_types_props_children", "target": "docs_types_children_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L158", "weight": 1.0}, {"source": "docs_types_buttongroup_props", "target": "docs_types_props_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L159", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L159", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L159", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_calendar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L162", "weight": 1.0}, {"source": "docs_types_calendar", "target": "docs_types_calendar_day", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L163", "weight": 1.0}, {"source": "docs_types_calendar_day", "target": "docs_types_day_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L164", "weight": 1.0}, {"source": "docs_types_calendar_day", "target": "docs_types_day_ext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L165", "weight": 1.0}, {"source": "docs_types_day_ext", "target": "ref_date", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L165", "weight": 1.0, "context": "import"}, {"source": "docs_types_calendar_day", "target": "docs_types_day_currentmonth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L166", "weight": 1.0}, {"source": "docs_types_day_currentmonth", "target": "docs_types_currentmonth_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L166", "weight": 1.0}, {"source": "docs_types_day_currentmonth", "target": "docs_types_currentmonth_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L166", "weight": 1.0}, {"source": "docs_types_calendar", "target": "docs_types_calendar_dayprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L168", "weight": 1.0}, {"source": "docs_types_calendar_dayprops", "target": "docs_types_dayprops_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L169", "weight": 1.0}, {"source": "docs_types_calendar_dayprops", "target": "docs_types_dayprops_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L170", "weight": 1.0}, {"source": "docs_types_dayprops_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L170", "weight": 1.0}, {"source": "docs_types_calendar_dayprops", "target": "docs_types_dayprops_onpointerdown", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L171", "weight": 1.0}, {"source": "docs_types_dayprops_onpointerdown", "target": "docs_types_onpointerdown_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L171", "weight": 1.0}, {"source": "docs_types_dayprops_onpointerdown", "target": "docs_types_onpointerdown_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L171", "weight": 1.0}, {"source": "docs_types_calendar_dayprops", "target": "docs_types_dayprops_onpointerup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L172", "weight": 1.0}, {"source": "docs_types_dayprops_onpointerup", "target": "docs_types_onpointerup_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L172", "weight": 1.0}, {"source": "docs_types_dayprops_onpointerup", "target": "docs_types_onpointerup_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L172", "weight": 1.0}, {"source": "docs_types_calendar", "target": "docs_types_calendar_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L174", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L175", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L176", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L176", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L176", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L177", "weight": 1.0}, {"source": "docs_types_props_value", "target": "docs_types_value_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L177", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_ondaypointerdown", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L178", "weight": 1.0}, {"source": "docs_types_props_ondaypointerdown", "target": "docs_types_ondaypointerdown_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L179", "weight": 1.0}, {"source": "docs_types_props_ondaypointerdown", "target": "docs_types_ondaypointerdown_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L180", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_ondaypointerup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L182", "weight": 1.0}, {"source": "docs_types_props_ondaypointerup", "target": "docs_types_ondaypointerup_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L182", "weight": 1.0}, {"source": "docs_types_props_ondaypointerup", "target": "docs_types_ondaypointerup_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L182", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_startofweek", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L183", "weight": 1.0}, {"source": "docs_types_props_startofweek", "target": "docs_types_startofweek_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L184", "weight": 1.0}, {"source": "docs_types_props_startofweek", "target": "docs_types_startofweek_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L185", "weight": 1.0}, {"source": "docs_types_props_startofweek", "target": "docs_types_startofweek_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L186", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L188", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L188", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L188", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_renderday", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L189", "weight": 1.0}, {"source": "docs_types_props_renderday", "target": "docs_types_renderday_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L190", "weight": 1.0}, {"source": "docs_types_props_renderday", "target": "docs_types_renderday_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L191", "weight": 1.0}, {"source": "docs_types_props_renderday", "target": "docs_types_renderday_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L192", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_renderweekdaylabel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L194", "weight": 1.0}, {"source": "docs_types_props_renderweekdaylabel", "target": "docs_types_renderweekdaylabel_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L195", "weight": 1.0}, {"source": "docs_types_props_renderweekdaylabel", "target": "docs_types_renderweekdaylabel_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L196", "weight": 1.0}, {"source": "docs_types_props_renderweekdaylabel", "target": "docs_types_renderweekdaylabel_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L197", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_renderyearlabel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L199", "weight": 1.0}, {"source": "docs_types_props_renderyearlabel", "target": "docs_types_renderyearlabel_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L200", "weight": 1.0}, {"source": "docs_types_props_renderyearlabel", "target": "docs_types_renderyearlabel_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L201", "weight": 1.0}, {"source": "docs_types_props_renderyearlabel", "target": "docs_types_renderyearlabel_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L202", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_rendermontheslabel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L204", "weight": 1.0}, {"source": "docs_types_props_rendermontheslabel", "target": "docs_types_rendermontheslabel_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L205", "weight": 1.0}, {"source": "docs_types_props_rendermontheslabel", "target": "docs_types_rendermontheslabel_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L206", "weight": 1.0}, {"source": "docs_types_props_rendermontheslabel", "target": "docs_types_rendermontheslabel_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L207", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_rendermonthlabel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L209", "weight": 1.0}, {"source": "docs_types_props_rendermonthlabel", "target": "docs_types_rendermonthlabel_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L210", "weight": 1.0}, {"source": "docs_types_props_rendermonthlabel", "target": "docs_types_rendermonthlabel_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L211", "weight": 1.0}, {"source": "docs_types_props_rendermonthlabel", "target": "docs_types_rendermonthlabel_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L212", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_weekendclassname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L214", "weight": 1.0}, {"source": "docs_types_props_weekendclassname", "target": "docs_types_weekendclassname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L215", "weight": 1.0}, {"source": "docs_types_props_weekendclassname", "target": "docs_types_weekendclassname_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L216", "weight": 1.0}, {"source": "docs_types_props_weekendclassname", "target": "docs_types_weekendclassname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L217", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_hideothermonthdays", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L219", "weight": 1.0}, {"source": "docs_types_props_hideothermonthdays", "target": "docs_types_hideothermonthdays_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L220", "weight": 1.0}, {"source": "docs_types_props_hideothermonthdays", "target": "docs_types_hideothermonthdays_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L221", "weight": 1.0}, {"source": "docs_types_props_hideothermonthdays", "target": "docs_types_hideothermonthdays_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L222", "weight": 1.0}, {"source": "docs_types_calendar_props", "target": "docs_types_props_isdaydisabled", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L224", "weight": 1.0}, {"source": "docs_types_props_isdaydisabled", "target": "docs_types_isdaydisabled_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L225", "weight": 1.0}, {"source": "docs_types_props_isdaydisabled", "target": "docs_types_isdaydisabled_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L226", "weight": 1.0}, {"source": "docs_types_props_isdaydisabled", "target": "docs_types_isdaydisabled_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L227", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_card", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L231", "weight": 1.0}, {"source": "docs_types_card", "target": "docs_types_card_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L232", "weight": 1.0}, {"source": "docs_types_card_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L233", "weight": 1.0}, {"source": "docs_types_card_props", "target": "docs_types_props_ext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L234", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_react_componentpropswithoutref_div", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L234", "weight": 1.0, "context": "import"}, {"source": "docs_types_card_props", "target": "docs_types_props_paddingsize", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L235", "weight": 1.0}, {"source": "docs_types_props_paddingsize", "target": "docs_types_paddingsize_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L236", "weight": 1.0}, {"source": "docs_types_props_paddingsize", "target": "docs_types_paddingsize_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L237", "weight": 1.0}, {"source": "docs_types_paddingsize_enum", "target": "ref_xs", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L237", "weight": 1.0, "context": "import"}, {"source": "docs_types_paddingsize_enum", "target": "ref_s", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L237", "weight": 1.0, "context": "import"}, {"source": "docs_types_paddingsize_enum", "target": "ref_m", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L237", "weight": 1.0, "context": "import"}, {"source": "docs_types_paddingsize_enum", "target": "ref_l", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L237", "weight": 1.0, "context": "import"}, {"source": "docs_types_paddingsize_enum", "target": "ref_xl", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L237", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_paddingsize", "target": "docs_types_paddingsize_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L238", "weight": 1.0}, {"source": "docs_types_card_props", "target": "docs_types_props_blur", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L240", "weight": 1.0}, {"source": "docs_types_props_blur", "target": "docs_types_blur_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L240", "weight": 1.0}, {"source": "docs_types_props_blur", "target": "docs_types_blur_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L240", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_checkbox", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L243", "weight": 1.0}, {"source": "docs_types_checkbox", "target": "docs_types_checkbox_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L244", "weight": 1.0}, {"source": "docs_types_checkbox_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L245", "weight": 1.0}, {"source": "docs_types_checkbox_props", "target": "docs_types_props_ext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L246", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_htmlattributes_htmlinputelement", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L246", "weight": 1.0, "context": "import"}, {"source": "docs_types_checkbox_props", "target": "docs_types_props_label", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L247", "weight": 1.0}, {"source": "docs_types_props_label", "target": "docs_types_label_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L248", "weight": 1.0}, {"source": "docs_types_props_label", "target": "docs_types_label_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L249", "weight": 1.0}, {"source": "docs_types_props_label", "target": "docs_types_label_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L250", "weight": 1.0}, {"source": "docs_types_checkbox_props", "target": "docs_types_props_checked", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L252", "weight": 1.0}, {"source": "docs_types_props_checked", "target": "docs_types_checked_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L253", "weight": 1.0}, {"source": "docs_types_props_checked", "target": "docs_types_checked_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L254", "weight": 1.0}, {"source": "docs_types_props_checked", "target": "docs_types_checked_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L255", "weight": 1.0}, {"source": "docs_types_checkbox_props", "target": "docs_types_props_disabled", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L257", "weight": 1.0}, {"source": "docs_types_props_disabled", "target": "docs_types_disabled_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L258", "weight": 1.0}, {"source": "docs_types_props_disabled", "target": "docs_types_disabled_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L259", "weight": 1.0}, {"source": "docs_types_props_disabled", "target": "docs_types_disabled_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L260", "weight": 1.0}, {"source": "docs_types_checkbox_props", "target": "docs_types_props_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L262", "weight": 1.0}, {"source": "docs_types_props_error", "target": "docs_types_error_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L263", "weight": 1.0}, {"source": "docs_types_props_error", "target": "docs_types_error_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L264", "weight": 1.0}, {"source": "docs_types_props_error", "target": "docs_types_error_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L265", "weight": 1.0}, {"source": "docs_types_error_enum", "target": "ref_string", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L265", "weight": 1.0, "context": "import"}, {"source": "docs_types_error_enum", "target": "ref_boolean", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L265", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_error", "target": "docs_types_error_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L266", "weight": 1.0}, {"source": "docs_types_checkbox_props", "target": "docs_types_props_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L268", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L269", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L270", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L271", "weight": 1.0}, {"source": "docs_types_checkbox_props", "target": "docs_types_props_variant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L273", "weight": 1.0}, {"source": "docs_types_props_variant", "target": "docs_types_variant_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L274", "weight": 1.0}, {"source": "docs_types_props_variant", "target": "docs_types_variant_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L275", "weight": 1.0}, {"source": "docs_types_variant_enum", "target": "ref_default", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L275", "weight": 1.0, "context": "import"}, {"source": "docs_types_variant_enum", "target": "ref_outlined", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L275", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_variant", "target": "docs_types_variant_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L276", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_container", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L280", "weight": 1.0}, {"source": "docs_types_container", "target": "docs_types_container_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L281", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L282", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L283", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L283", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L283", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L284", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L285", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L286", "weight": 1.0}, {"source": "docs_types_size_enum", "target": "ref_xs", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L286", "weight": 1.0, "context": "import"}, {"source": "docs_types_size_enum", "target": "ref_s", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L286", "weight": 1.0, "context": "import"}, {"source": "docs_types_size_enum", "target": "ref_m", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L286", "weight": 1.0, "context": "import"}, {"source": "docs_types_size_enum", "target": "ref_l", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L286", "weight": 1.0, "context": "import"}, {"source": "docs_types_size_enum", "target": "ref_xl", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L286", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_size", "target": "docs_types_size_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L287", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_children", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L289", "weight": 1.0}, {"source": "docs_types_props_children", "target": "docs_types_children_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L289", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_alignitemscenter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L290", "weight": 1.0}, {"source": "docs_types_props_alignitemscenter", "target": "docs_types_alignitemscenter_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L290", "weight": 1.0}, {"source": "docs_types_props_alignitemscenter", "target": "docs_types_alignitemscenter_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L290", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_justifycontentcenter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L291", "weight": 1.0}, {"source": "docs_types_props_justifycontentcenter", "target": "docs_types_justifycontentcenter_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L291", "weight": 1.0}, {"source": "docs_types_props_justifycontentcenter", "target": "docs_types_justifycontentcenter_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L291", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_vertical", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L292", "weight": 1.0}, {"source": "docs_types_props_vertical", "target": "docs_types_vertical_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L292", "weight": 1.0}, {"source": "docs_types_props_vertical", "target": "docs_types_vertical_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L292", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_fullheight", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L293", "weight": 1.0}, {"source": "docs_types_props_fullheight", "target": "docs_types_fullheight_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L294", "weight": 1.0}, {"source": "docs_types_props_fullheight", "target": "docs_types_fullheight_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L295", "weight": 1.0}, {"source": "docs_types_fullheight_enum", "target": "ref_boolean", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L295", "weight": 1.0, "context": "import"}, {"source": "docs_types_fullheight_enum", "target": "ref_string", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L295", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_fullheight", "target": "docs_types_fullheight_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L296", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_fullwidth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L298", "weight": 1.0}, {"source": "docs_types_props_fullwidth", "target": "docs_types_fullwidth_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L299", "weight": 1.0}, {"source": "docs_types_props_fullwidth", "target": "docs_types_fullwidth_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L300", "weight": 1.0}, {"source": "docs_types_fullwidth_enum", "target": "ref_boolean", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L300", "weight": 1.0, "context": "import"}, {"source": "docs_types_fullwidth_enum", "target": "ref_string", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L300", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_fullwidth", "target": "docs_types_fullwidth_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L301", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_scrolledx", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L303", "weight": 1.0}, {"source": "docs_types_props_scrolledx", "target": "docs_types_scrolledx_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L303", "weight": 1.0}, {"source": "docs_types_props_scrolledx", "target": "docs_types_scrolledx_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L303", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_scrolledy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L304", "weight": 1.0}, {"source": "docs_types_props_scrolledy", "target": "docs_types_scrolledy_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L304", "weight": 1.0}, {"source": "docs_types_props_scrolledy", "target": "docs_types_scrolledy_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L304", "weight": 1.0}, {"source": "docs_types_container_props", "target": "docs_types_props_style", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L305", "weight": 1.0}, {"source": "docs_types_props_style", "target": "docs_types_style_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L305", "weight": 1.0}, {"source": "docs_types_props_style", "target": "docs_types_style_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L305", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_datepicker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L308", "weight": 1.0}, {"source": "docs_types_datepicker", "target": "docs_types_datepicker_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L309", "weight": 1.0}, {"source": "docs_types_datepicker_value", "target": "docs_types_value_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L309", "weight": 1.0}, {"source": "docs_types_datepicker_value", "target": "docs_types_value_isplain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L309", "weight": 1.0}, {"source": "docs_types_datepicker", "target": "docs_types_datepicker_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L310", "weight": 1.0}, {"source": "docs_types_datepicker_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L311", "weight": 1.0}, {"source": "docs_types_datepicker_props", "target": "docs_types_props_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L312", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L312", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L312", "weight": 1.0}, {"source": "docs_types_datepicker_props", "target": "docs_types_props_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L313", "weight": 1.0}, {"source": "docs_types_props_value", "target": "docs_types_value_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L314", "weight": 1.0}, {"source": "docs_types_props_value", "target": "docs_types_value_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L315", "weight": 1.0}, {"source": "docs_types_datepicker_props", "target": "docs_types_props_onchange", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L317", "weight": 1.0}, {"source": "docs_types_props_onchange", "target": "docs_types_onchange_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L317", "weight": 1.0}, {"source": "docs_types_datepicker_props", "target": "docs_types_props_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L318", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L318", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L318", "weight": 1.0}, {"source": "docs_types_datepicker_props", "target": "docs_types_props_doublecalendar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L319", "weight": 1.0}, {"source": "docs_types_props_doublecalendar", "target": "docs_types_doublecalendar_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L320", "weight": 1.0}, {"source": "docs_types_props_doublecalendar", "target": "docs_types_doublecalendar_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L321", "weight": 1.0}, {"source": "docs_types_props_doublecalendar", "target": "docs_types_doublecalendar_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L322", "weight": 1.0}, {"source": "docs_types_datepicker_props", "target": "docs_types_props_calendarprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L324", "weight": 1.0}, {"source": "docs_types_props_calendarprops", "target": "docs_types_calendarprops_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L325", "weight": 1.0}, {"source": "docs_types_props_calendarprops", "target": "docs_types_calendarprops_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L326", "weight": 1.0}, {"source": "docs_types_props_calendarprops", "target": "docs_types_calendarprops_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L327", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_datepickerinput", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L331", "weight": 1.0}, {"source": "docs_types_datepickerinput", "target": "docs_types_datepickerinput_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L332", "weight": 1.0}, {"source": "docs_types_datepickerinput_value", "target": "docs_types_value_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L332", "weight": 1.0}, {"source": "docs_types_datepickerinput_value", "target": "docs_types_value_isplain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L332", "weight": 1.0}, {"source": "docs_types_datepickerinput", "target": "docs_types_datepickerinput_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L333", "weight": 1.0}, {"source": "docs_types_datepickerinput_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L334", "weight": 1.0}, {"source": "docs_types_datepickerinput_props", "target": "docs_types_props_ext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L335", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_datepickerprops", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L335", "weight": 1.0, "context": "import"}, {"source": "docs_types_datepickerinput_props", "target": "docs_types_props_variant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L336", "weight": 1.0}, {"source": "docs_types_props_variant", "target": "docs_types_variant_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L336", "weight": 1.0}, {"source": "docs_types_props_variant", "target": "docs_types_variant_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L336", "weight": 1.0}, {"source": "docs_types_datepickerinput_props", "target": "docs_types_props_displayformat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L337", "weight": 1.0}, {"source": "docs_types_props_displayformat", "target": "docs_types_displayformat_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L337", "weight": 1.0}, {"source": "docs_types_datepickerinput_props", "target": "docs_types_props_popupprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L338", "weight": 1.0}, {"source": "docs_types_props_popupprops", "target": "docs_types_popupprops_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L338", "weight": 1.0}, {"source": "docs_types_props_popupprops", "target": "docs_types_popupprops_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L338", "weight": 1.0}, {"source": "docs_types_datepickerinput_props", "target": "docs_types_props_buttonprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L339", "weight": 1.0}, {"source": "docs_types_props_buttonprops", "target": "docs_types_buttonprops_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L340", "weight": 1.0}, {"source": "docs_types_props_buttonprops", "target": "docs_types_buttonprops_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L341", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_datetime", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L345", "weight": 1.0}, {"source": "docs_types_datetime", "target": "docs_types_datetime_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L346", "weight": 1.0}, {"source": "docs_types_datetime_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L347", "weight": 1.0}, {"source": "docs_types_datetime_props", "target": "docs_types_props_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L348", "weight": 1.0}, {"source": "docs_types_props_value", "target": "docs_types_value_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L349", "weight": 1.0}, {"source": "docs_types_props_value", "target": "docs_types_value_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L350", "weight": 1.0}, {"source": "docs_types_props_value", "target": "docs_types_value_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L351", "weight": 1.0}, {"source": "docs_types_value_enum", "target": "ref_date", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L351", "weight": 1.0, "context": "import"}, {"source": "docs_types_value_enum", "target": "ref_moment", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L351", "weight": 1.0, "context": "import"}, {"source": "docs_types_value_enum", "target": "ref_string", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L351", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_value", "target": "docs_types_value_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L352", "weight": 1.0}, {"source": "docs_types_datetime_props", "target": "docs_types_props_format", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L354", "weight": 1.0}, {"source": "docs_types_props_format", "target": "docs_types_format_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L355", "weight": 1.0}, {"source": "docs_types_props_format", "target": "docs_types_format_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L356", "weight": 1.0}, {"source": "docs_types_props_format", "target": "docs_types_format_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L357", "weight": 1.0}, {"source": "docs_types_datetime_props", "target": "docs_types_props_locale", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L359", "weight": 1.0}, {"source": "docs_types_props_locale", "target": "docs_types_locale_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L360", "weight": 1.0}, {"source": "docs_types_props_locale", "target": "docs_types_locale_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L361", "weight": 1.0}, {"source": "docs_types_props_locale", "target": "docs_types_locale_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L362", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_dialogue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L366", "weight": 1.0}, {"source": "docs_types_dialogue", "target": "docs_types_dialogue_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L367", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L368", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_open", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L369", "weight": 1.0}, {"source": "docs_types_props_open", "target": "docs_types_open_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L369", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_disabled", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L370", "weight": 1.0}, {"source": "docs_types_props_disabled", "target": "docs_types_disabled_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L370", "weight": 1.0}, {"source": "docs_types_props_disabled", "target": "docs_types_disabled_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L370", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_onopenchange", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L371", "weight": 1.0}, {"source": "docs_types_props_onopenchange", "target": "docs_types_onopenchange_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L371", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_trigger", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L372", "weight": 1.0}, {"source": "docs_types_props_trigger", "target": "docs_types_trigger_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L372", "weight": 1.0}, {"source": "docs_types_props_trigger", "target": "docs_types_trigger_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L372", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_triggerclassname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L373", "weight": 1.0}, {"source": "docs_types_props_triggerclassname", "target": "docs_types_triggerclassname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L373", "weight": 1.0}, {"source": "docs_types_props_triggerclassname", "target": "docs_types_triggerclassname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L373", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_title", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L374", "weight": 1.0}, {"source": "docs_types_props_title", "target": "docs_types_title_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L374", "weight": 1.0}, {"source": "docs_types_props_title", "target": "docs_types_title_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L374", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_titleclassname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L375", "weight": 1.0}, {"source": "docs_types_props_titleclassname", "target": "docs_types_titleclassname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L375", "weight": 1.0}, {"source": "docs_types_props_titleclassname", "target": "docs_types_titleclassname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L375", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_subtitle", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L376", "weight": 1.0}, {"source": "docs_types_props_subtitle", "target": "docs_types_subtitle_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L376", "weight": 1.0}, {"source": "docs_types_props_subtitle", "target": "docs_types_subtitle_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L376", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_subtitleclassname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L377", "weight": 1.0}, {"source": "docs_types_props_subtitleclassname", "target": "docs_types_subtitleclassname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L377", "weight": 1.0}, {"source": "docs_types_props_subtitleclassname", "target": "docs_types_subtitleclassname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L377", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_icon", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L378", "weight": 1.0}, {"source": "docs_types_props_icon", "target": "docs_types_icon_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L378", "weight": 1.0}, {"source": "docs_types_props_icon", "target": "docs_types_icon_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L378", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L379", "weight": 1.0}, {"source": "docs_types_props_content", "target": "docs_types_content_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L379", "weight": 1.0}, {"source": "docs_types_props_content", "target": "docs_types_content_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L379", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_contentclassname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L380", "weight": 1.0}, {"source": "docs_types_props_contentclassname", "target": "docs_types_contentclassname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L380", "weight": 1.0}, {"source": "docs_types_props_contentclassname", "target": "docs_types_contentclassname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L380", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_footer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L381", "weight": 1.0}, {"source": "docs_types_props_footer", "target": "docs_types_footer_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L381", "weight": 1.0}, {"source": "docs_types_props_footer", "target": "docs_types_footer_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L381", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_footerclassname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L382", "weight": 1.0}, {"source": "docs_types_props_footerclassname", "target": "docs_types_footerclassname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L382", "weight": 1.0}, {"source": "docs_types_props_footerclassname", "target": "docs_types_footerclassname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L382", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_footeralignment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L383", "weight": 1.0}, {"source": "docs_types_props_footeralignment", "target": "docs_types_footeralignment_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L384", "weight": 1.0}, {"source": "docs_types_props_footeralignment", "target": "docs_types_footeralignment_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L385", "weight": 1.0}, {"source": "docs_types_footeralignment_enum", "target": "ref_left", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L385", "weight": 1.0, "context": "import"}, {"source": "docs_types_footeralignment_enum", "target": "ref_center", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L385", "weight": 1.0, "context": "import"}, {"source": "docs_types_footeralignment_enum", "target": "ref_right", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L385", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_footeralignment", "target": "docs_types_footeralignment_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L386", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L388", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L389", "weight": 1.0}, {"source": "docs_types_props_size", "target": "docs_types_size_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L390", "weight": 1.0}, {"source": "docs_types_size_enum", "target": "ref_login", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L390", "weight": 1.0, "context": "import"}, {"source": "docs_types_size_enum", "target": "ref_wide", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L390", "weight": 1.0, "context": "import"}, {"source": "docs_types_size_enum", "target": "ref_default", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L390", "weight": 1.0, "context": "import"}, {"source": "docs_types_props_size", "target": "docs_types_size_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L391", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L393", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L393", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L393", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_noscroll", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L394", "weight": 1.0}, {"source": "docs_types_props_noscroll", "target": "docs_types_noscroll_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L394", "weight": 1.0}, {"source": "docs_types_props_noscroll", "target": "docs_types_noscroll_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L394", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_autoscrollbottom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L395", "weight": 1.0}, {"source": "docs_types_props_autoscrollbottom", "target": "docs_types_autoscrollbottom_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L395", "weight": 1.0}, {"source": "docs_types_props_autoscrollbottom", "target": "docs_types_autoscrollbottom_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L395", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_maxheight", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L396", "weight": 1.0}, {"source": "docs_types_props_maxheight", "target": "docs_types_maxheight_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L396", "weight": 1.0}, {"source": "docs_types_props_maxheight", "target": "docs_types_maxheight_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L396", "weight": 1.0}, {"source": "docs_types_dialogue_props", "target": "docs_types_props_width", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L397", "weight": 1.0}, {"source": "docs_types_props_width", "target": "docs_types_width_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L397", "weight": 1.0}, {"source": "docs_types_props_width", "target": "docs_types_width_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L397", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_src_docs_types_json", "target": "docs_types_draggable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L400", "weight": 1.0}, {"source": "docs_types_draggable", "target": "docs_types_draggable_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L401", "weight": 1.0}, {"source": "docs_types_draggable_props", "target": "docs_types_props_kind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L402", "weight": 1.0}, {"source": "docs_types_draggable_props", "target": "docs_types_props_items", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L403", "weight": 1.0}, {"source": "docs_types_props_items", "target": "docs_types_items_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L403", "weight": 1.0}, {"source": "docs_types_draggable_props", "target": "docs_types_props_classname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L404", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L404", "weight": 1.0}, {"source": "docs_types_props_classname", "target": "docs_types_classname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L404", "weight": 1.0}, {"source": "docs_types_draggable_props", "target": "docs_types_props_itemclassname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L405", "weight": 1.0}, {"source": "docs_types_props_itemclassname", "target": "docs_types_itemclassname_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L405", "weight": 1.0}, {"source": "docs_types_props_itemclassname", "target": "docs_types_itemclassname_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L405", "weight": 1.0}, {"source": "docs_types_draggable_props", "target": "docs_types_props_disabled", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L406", "weight": 1.0}, {"source": "docs_types_props_disabled", "target": "docs_types_disabled_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L407", "weight": 1.0}, {"source": "docs_types_props_disabled", "target": "docs_types_disabled_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L408", "weight": 1.0}, {"source": "docs_types_props_disabled", "target": "docs_types_disabled_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L409", "weight": 1.0}, {"source": "docs_types_draggable_props", "target": "docs_types_props_renderitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L411", "weight": 1.0}, {"source": "docs_types_props_renderitem", "target": "docs_types_renderitem_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L412", "weight": 1.0}, {"source": "docs_types_props_renderitem", "target": "docs_types_renderitem_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L413", "weight": 1.0}, {"source": "docs_types_draggable_props", "target": "docs_types_props_ondragstart", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L415", "weight": 1.0}, {"source": "docs_types_props_ondragstart", "target": "docs_types_ondragstart_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L416", "weight": 1.0}, {"source": "docs_types_props_ondragstart", "target": "docs_types_ondragstart_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L417", "weight": 1.0}, {"source": "docs_types_props_ondragstart", "target": "docs_types_ondragstart_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L418", "weight": 1.0}, {"source": "docs_types_draggable_props", "target": "docs_types_props_ondragend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L420", "weight": 1.0}, {"source": "docs_types_props_ondragend", "target": "docs_types_ondragend_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L421", "weight": 1.0}, {"source": "docs_types_props_ondragend", "target": "docs_types_ondragend_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L422", "weight": 1.0}, {"source": "docs_types_props_ondragend", "target": "docs_types_ondragend_optional", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L423", "weight": 1.0}, {"source": "docs_types_draggable_props", "target": "docs_types_props_onchange", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L425", "weight": 1.0}, {"source": "docs_types_props_onchange", "target": "docs_types_onchange_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L426", "weight": 1.0}, {"source": "docs_types_props_onchange", "target": "docs_types_onchange_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L427", "weight": 1.0}]}