import { useState } from "react"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@godxjp/ui/data-display"; import { FormField, TreeSelect } from "@godxjp/ui/data-entry"; import { Flex, PageContainer } from "@godxjp/ui/layout"; /** * TreeSelect — 階層ツリーピッカー(Popover + 展開/折り畳み)。 * 単一選択: onChange は string | undefined。 * 複数/チェック可能: onChange は string[]。 * SHOW_* 定数は TreeSelect.SHOW_CHILD / SHOW_PARENT / SHOW_ALL を使用。 * Never a raw