@homecode/ui 5.4.1 → 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.
- package/dist/esm/index.js +1 -0
- package/dist/esm/src/components/Autocomplete/Autocomplete.js +3 -2
- package/dist/esm/src/components/Gallery/Gallery.js +5 -6
- package/dist/esm/src/components/Gallery/Gallery.styl.js +1 -1
- package/dist/esm/src/components/Icon/icons/index.js +2 -0
- package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
- package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
- package/dist/esm/src/components/InputFile/InputFile.js +3 -2
- package/dist/esm/src/components/Slider/Slider.js +53 -10
- package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
- package/dist/esm/src/components/Tabs/Tabs.js +3 -1
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
- package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
- package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
- package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
- package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
- package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
- package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
- package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
- package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
- package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
- package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
- package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
- package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
- package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
- package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
- package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
- package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/Icon.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/Icon.example.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/icons/index.d.ts +2 -0
- package/dist/esm/types/src/components/InputFile/InputFile.d.ts +3 -3
- package/dist/esm/types/src/components/InputFile/Item/Item.d.ts +1 -1
- package/dist/esm/types/src/components/Label/Label.d.ts +1 -1
- package/dist/esm/types/src/components/LangSelector/LangSelector.d.ts +1 -1
- package/dist/esm/types/src/components/Lazy/Lazy.d.ts +1 -1
- package/dist/esm/types/src/components/LightBox/LightBox.d.ts +1 -1
- package/dist/esm/types/src/components/Notifications/Notifications.d.ts +1 -1
- package/dist/esm/types/src/components/Paranja/Paranja.d.ts +1 -1
- package/dist/esm/types/src/components/Popup/Popup.d.ts +3 -3
- package/dist/esm/types/src/components/PopupMenu/PopupMenu.d.ts +1 -1
- package/dist/esm/types/src/components/Portal/Portal.d.ts +2 -1
- package/dist/esm/types/src/components/Progress/Progress.d.ts +1 -1
- package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.d.ts +1 -1
- package/dist/esm/types/src/components/RequiredStar/RequiredStar.d.ts +1 -1
- package/dist/esm/types/src/components/Router/Link/Link.d.ts +1 -1
- package/dist/esm/types/src/components/Router/Router.d.ts +1 -1
- package/dist/esm/types/src/components/Select/Select.d.ts +9 -9
- package/dist/esm/types/src/components/Select/Select2.d.ts +1 -1
- package/dist/esm/types/src/components/Shimmer/Shimmer.d.ts +1 -1
- package/dist/esm/types/src/components/Slider/Slider.d.ts +1 -1
- package/dist/esm/types/src/components/Slider/Slider.types.d.ts +9 -3
- package/dist/esm/types/src/components/Spinner/Spinner.d.ts +1 -1
- package/dist/esm/types/src/components/Table/Table.d.ts +4 -4
- package/dist/esm/types/src/components/Tabs/Tabs.d.ts +1 -1
- package/dist/esm/types/src/components/Text/Text.d.ts +6 -6
- package/dist/esm/types/src/components/TextShimmer/TextShimmer.d.ts +1 -1
- package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +1 -1
- package/dist/esm/types/src/components/Theme/Theme.d.ts +1 -1
- package/dist/esm/types/src/components/Theme/ThemeProvider.d.ts +1 -1
- package/dist/esm/types/src/components/Toggle/Toggle.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipProvider.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +1 -1
- package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
- package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
- package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
- package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
- package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
- package/dist/esm/types/src/components/index.d.ts +1 -0
- package/dist/esm/types/src/services/i18n.d.ts +1 -1
- package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
- package/graphify-out/.graphify_labels.json +6 -11
- package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
- package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
- package/graphify-out/2026-07-18/cost.json +12 -0
- package/graphify-out/2026-07-18/graph.json +70772 -0
- package/graphify-out/2026-07-18/manifest.json +2342 -0
- package/graphify-out/GRAPH_REPORT.md +193 -221
- package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
- package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
- package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
- package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
- package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
- package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
- package/graphify-out/cache/stat-index.json +1 -1
- package/graphify-out/graph.html +4 -4
- package/graphify-out/graph.json +4884 -3505
- package/graphify-out/manifest.json +118 -53
- package/package.json +6 -3
package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json
ADDED
|
@@ -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": "L1"}, {"id": "docs_types_global_size", "label": "Size", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_size_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_size_isplain", "label": "isPlain", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_global_variant", "label": "Variant", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_variant_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_variant_isplain", "label": "isPlain", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_global_componenttype", "label": "ComponentType", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_componenttype_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_componenttype_classname", "label": "className", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_classname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_classname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_global_formfieldchangehandler", "label": "FormFieldChangeHandler", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_formfieldchangehandler_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_formfieldchangehandler_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_global_date", "label": "Date", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_date_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_date_year", "label": "year", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_year_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_date_month", "label": "month", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_month_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_date_day", "label": "day", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_day_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_day_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_date_iso", "label": "ISO", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_iso_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_iso_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_iso_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_services", "label": "services", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_assistivetext", "label": "AssistiveText", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_assistivetext_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_ext", "label": "ext", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_classname", "label": "className", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_size", "label": "size", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_size_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_variant", "label": "variant", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_variant_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_variant_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_children", "label": "children", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_children_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_autocomplete", "label": "Autocomplete", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_autocomplete_option", "label": "Option", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_option_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_option_id", "label": "id", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_id_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_option_label", "label": "label", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_label_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_option_render", "label": "render", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_render_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_render_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_autocomplete_value", "label": "Value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_value_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_value_isplain", "label": "isPlain", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_autocomplete_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_isopen", "label": "isOpen", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_isopen_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_isopen_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_getoptions", "label": "getOptions", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_getoptions_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_onselect", "label": "onSelect", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onselect_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onselect_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_items", "label": "items", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_items_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_items_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_itemheight", "label": "itemHeight", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_itemheight_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_itemheight_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_pagesize", "label": "pageSize", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_pagesize_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_pagesize_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_debouncedelay", "label": "debounceDelay", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_debouncedelay_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_debouncedelay_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_inputprops", "label": "inputProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_inputprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_inputprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_popupprops", "label": "popupProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_popupprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_popupprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_scrollprops", "label": "scrollProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_scrollprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_scrollprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_menuprops", "label": "menuProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_menuprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_menuprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_round", "label": "round", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_round_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_round_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_blur", "label": "blur", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_blur_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_blur_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_selectable", "label": "selectable", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_selectable_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_selectable_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_defaultselected", "label": "defaultSelected", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_defaultselected_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_defaultselected_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_scrolltoselected", "label": "scrollToSelected", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_scrolltoselected_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_scrolltoselected_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_renderitem", "label": "renderItem", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitem_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitem_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_loadingplaceholder", "label": "loadingPlaceholder", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_loadingplaceholder_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_loadingplaceholder_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_autocomplete_renderitemprops", "label": "RenderItemProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitemprops_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitemprops_option", "label": "option", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_option_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitemprops_key", "label": "key", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_key_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitemprops_classname", "label": "className", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitemprops_style", "label": "style", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_style_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_style_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitemprops_focused", "label": "focused", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_focused_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitemprops_isselected", "label": "isSelected", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_isselected_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitemprops_onclick", "label": "onClick", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onclick_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitemprops_onmouseenter", "label": "onMouseEnter", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onmouseenter_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_button", "label": "Button", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_button_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_classname_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_children_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_variant_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_size_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_loading", "label": "loading", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_loading_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_loading_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_loading_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_checked", "label": "checked", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_checked_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_checked_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_checked_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_square", "label": "square", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_square_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_square_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_square_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_round_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_prefixelem", "label": "prefixElem", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_prefixelem_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_prefixelem_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_prefixelem_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_postfixelem", "label": "postfixElem", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_postfixelem_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_postfixelem_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_postfixelem_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_onref", "label": "onRef", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onref_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onref_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onref_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_buttongroup", "label": "ButtonGroup", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_buttongroup_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_calendar", "label": "Calendar", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_calendar_day", "label": "Day", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_day_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_day_ext", "label": "ext", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_day_currentmonth", "label": "currentMonth", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_currentmonth_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_currentmonth_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_calendar_dayprops", "label": "DayProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_dayprops_kind", "label": "kind", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_dayprops_classname", "label": "className", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_dayprops_onpointerdown", "label": "onPointerDown", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onpointerdown_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onpointerdown_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_dayprops_onpointerup", "label": "onPointerUp", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onpointerup_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onpointerup_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_calendar_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_ondaypointerdown", "label": "onDayPointerDown", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondaypointerdown_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondaypointerdown_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_ondaypointerup", "label": "onDayPointerUp", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondaypointerup_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondaypointerup_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_startofweek", "label": "startOfWeek", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_startofweek_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_startofweek_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_startofweek_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_renderday", "label": "renderDay", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderday_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderday_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderday_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_renderweekdaylabel", "label": "renderWeekDayLabel", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderweekdaylabel_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderweekdaylabel_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderweekdaylabel_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_renderyearlabel", "label": "renderYearLabel", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderyearlabel_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderyearlabel_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderyearlabel_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_rendermontheslabel", "label": "renderMonthesLabel", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_rendermontheslabel_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_rendermontheslabel_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_rendermontheslabel_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_rendermonthlabel", "label": "renderMonthLabel", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_rendermonthlabel_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_rendermonthlabel_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_rendermonthlabel_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_weekendclassname", "label": "weekendClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_weekendclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_weekendclassname_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_weekendclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_hideothermonthdays", "label": "hideOtherMonthDays", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_hideothermonthdays_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_hideothermonthdays_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_hideothermonthdays_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_isdaydisabled", "label": "isDayDisabled", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_isdaydisabled_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_isdaydisabled_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_isdaydisabled_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_card", "label": "Card", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_card_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_paddingsize", "label": "paddingSize", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_paddingsize_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_paddingsize_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_paddingsize_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_checkbox", "label": "Checkbox", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_checkbox_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_label", "label": "label", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_label_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_label_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_disabled", "label": "disabled", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_disabled_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_disabled_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_disabled_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_error", "label": "error", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_error_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_error_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_error_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_error_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_container", "label": "Container", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_container_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_size_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_alignitemscenter", "label": "alignItemsCenter", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_alignitemscenter_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_alignitemscenter_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_justifycontentcenter", "label": "justifyContentCenter", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_justifycontentcenter_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_justifycontentcenter_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_vertical", "label": "vertical", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_vertical_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_vertical_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_fullheight", "label": "fullHeight", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_fullheight_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_fullheight_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_fullheight_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_fullwidth", "label": "fullWidth", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_fullwidth_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_fullwidth_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_fullwidth_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_scrolledx", "label": "scrolledX", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_scrolledx_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_scrolledx_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_scrolledy", "label": "scrolledY", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_scrolledy_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_scrolledy_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_style", "label": "style", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_datepicker", "label": "DatePicker", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_datepicker_value", "label": "Value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_datepicker_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_value_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_onchange", "label": "onChange", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onchange_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_doublecalendar", "label": "doubleCalendar", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_doublecalendar_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_doublecalendar_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_doublecalendar_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_calendarprops", "label": "calendarProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_calendarprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_calendarprops_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_calendarprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_datepickerinput", "label": "DatePickerInput", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_datepickerinput_value", "label": "Value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_datepickerinput_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_displayformat", "label": "displayFormat", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_displayformat_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_buttonprops", "label": "buttonProps", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_buttonprops_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_buttonprops_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_datetime", "label": "DateTime", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_datetime_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_value_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_value_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_format", "label": "format", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_format_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_format_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_format_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_locale", "label": "locale", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_locale_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_locale_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_locale_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_dialogue", "label": "Dialogue", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_dialogue_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_open", "label": "open", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_open_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_onopenchange", "label": "onOpenChange", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onopenchange_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_trigger", "label": "trigger", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_trigger_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_trigger_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_triggerclassname", "label": "triggerClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_triggerclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_triggerclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_title", "label": "title", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_title_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_title_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_titleclassname", "label": "titleClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_titleclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_titleclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_subtitle", "label": "subtitle", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_subtitle_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_subtitle_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_subtitleclassname", "label": "subtitleClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_subtitleclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_subtitleclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_icon", "label": "icon", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_icon_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_icon_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_content", "label": "content", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_content_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_content_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_contentclassname", "label": "contentClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_contentclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_contentclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_footer", "label": "footer", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_footer_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_footer_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_footerclassname", "label": "footerClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_footerclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_footerclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_footeralignment", "label": "footerAlignment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_footeralignment_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_footeralignment_enum", "label": "enum", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_footeralignment_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_noscroll", "label": "noScroll", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_noscroll_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_noscroll_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_autoscrollbottom", "label": "autoScrollBottom", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_autoscrollbottom_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_autoscrollbottom_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_maxheight", "label": "maxHeight", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_maxheight_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_maxheight_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_width", "label": "width", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_width_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_width_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_draggable", "label": "Draggable", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_draggable_props", "label": "Props", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_itemclassname", "label": "itemClassName", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_itemclassname_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_itemclassname_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_renderitem_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_ondragstart", "label": "onDragStart", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondragstart_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondragstart_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondragstart_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_props_ondragend", "label": "onDragEnd", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondragend_value", "label": "value", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondragend_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_ondragend_optional", "label": "optional", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}, {"id": "docs_types_onchange_comment", "label": "comment", "file_type": "code", "source_file": "src/docs/types.json", "source_location": "L1"}], "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": "L1", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_variant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_componenttype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_formfieldchangehandler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_global", "target": "docs_types_global_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_assistivetext", "target": "docs_types_assistivetext_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_htmlattributes_htmldivelement", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_variant_enum", "target": "ref_default", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_autocomplete", "target": "docs_types_autocomplete_option", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_autocomplete", "target": "docs_types_autocomplete_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_autocomplete", "target": "docs_types_autocomplete_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_autocomplete", "target": "docs_types_autocomplete_renderitemprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_button", "target": "docs_types_button_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_buttonhtmlattributes_htmlbuttonelement", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_variant_enum", "target": "ref_text", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_buttongroup", "target": "docs_types_buttongroup_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_htmlattributes_htmldivelement", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_calendar", "target": "docs_types_calendar_day", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_day_ext", "target": "ref_date", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_calendar", "target": "docs_types_calendar_dayprops", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_calendar", "target": "docs_types_calendar_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_card", "target": "docs_types_card_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_paddingsize_enum", "target": "ref_xs", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_checkbox", "target": "docs_types_checkbox_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_htmlattributes_htmlinputelement", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_error_enum", "target": "ref_string", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_variant_enum", "target": "ref_default", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_container", "target": "docs_types_container_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_size_enum", "target": "ref_xs", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_fullheight_enum", "target": "ref_boolean", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_fullwidth_enum", "target": "ref_boolean", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_datepicker", "target": "docs_types_datepicker_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_datepicker", "target": "docs_types_datepicker_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_datepickerinput", "target": "docs_types_datepickerinput_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_datepickerinput", "target": "docs_types_datepickerinput_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_props_ext", "target": "ref_datepickerprops", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_datetime", "target": "docs_types_datetime_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_value_enum", "target": "ref_date", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_dialogue", "target": "docs_types_dialogue_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_footeralignment_enum", "target": "ref_left", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_size_enum", "target": "ref_login", "relation": "extends", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}, {"source": "docs_types_draggable", "target": "docs_types_draggable_props", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/docs/types.json", "source_location": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "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": "L1", "weight": 1.0}]}
|