SYMBOL INDEX (441 symbols across 238 files)
FILE: __tests__/types/flow/lv2.js
method [
{
label:
,
selected: true,
href: 'test',
target: '_blank',
rel: 'test',
statusIconText: 'test',
statusIconType: 'success',
bgTransparent: true,
onClick: (_e: SyntheticEvent) => {},
},
] (line 998) | [
FILE: examples/Collection.stories.tsx
type ListElm (line 40) | type ListElm = {
FILE: examples/ThroughCommonProps.stories.tsx
type InnerProps (line 11) | type InnerProps = CommonProps & { children?: React.ReactNode };
FILE: src/hooks/useUniqueId.ts
function createUniqueId (line 4) | function createUniqueId(base: string): string {
function useUniqueId (line 8) | function useUniqueId(
FILE: src/lv1/InlineSpinner.tsx
type Props (line 9) | type Props = {
FILE: src/lv1/Loading.stories.tsx
constant LOREM (line 10) | const LOREM =
FILE: src/lv1/Loading.tsx
type Props (line 11) | type Props = (
FILE: src/lv1/a11y/FocusHighlight.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/a11y/FocusTrap.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/a11y/VisuallyHidden.stories.tsx
type Props (line 26) | type Props = Record;
type State (line 27) | type State = {
class TestCounter (line 32) | class TestCounter extends React.Component {
method constructor (line 34) | constructor(props: Props) {
method handleCountUp (line 39) | handleCountUp() {
method render (line 45) | render() {
FILE: src/lv1/a11y/VisuallyHidden.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/bases/Balloon.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/bases/CardBase.tsx
type Props (line 11) | type Props = {
FILE: src/lv1/bases/ColumnBase.tsx
type Props (line 7) | type Props = {
FILE: src/lv1/bases/Container.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/bases/ContentsBase.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/bases/DialogBase.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/bases/FloatingBase.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/bases/MarginBase.tsx
type Props (line 8) | type Props = {
FILE: src/lv1/bases/NegativeContentsBase.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/bases/NegativeMarginBase.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/bases/PopupBase.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/bases/ScrimBase.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/bases/ScrollableBase.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/bases/ZebraBase.tsx
type Props (line 7) | type Props = {
FILE: src/lv1/bases/types.ts
type BaseComponentBorderProps (line 1) | type BaseComponentBorderProps = {
type BaseComponentPaddingProps (line 5) | type BaseComponentPaddingProps = {
type FitContentProps (line 13) | type FitContentProps = {
type BaseComponentProps (line 20) | type BaseComponentProps = BaseComponentPaddingProps &
FILE: src/lv1/buttons/BackwardButton.tsx
type Props (line 8) | type Props = {
FILE: src/lv1/buttons/Button.stories.tsx
type Story (line 12) | type Story = StoryObj;
FILE: src/lv1/buttons/Button.tsx
type ButtonAppearanceType (line 14) | type ButtonAppearanceType = 'primary' | 'secondary' | 'tertiary';
type Props (line 16) | type Props = {
function ButtonInner (line 107) | function ButtonInner(
FILE: src/lv1/buttons/GlobalNaviButton.tsx
type Props (line 7) | type Props = {
FILE: src/lv1/buttons/IconOnlyBackwardButton.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/buttons/IconOnlyButton.tsx
type Props (line 15) | type Props = {
function IconOnlyButtonInner (line 99) | function IconOnlyButtonInner(
FILE: src/lv1/buttons/IconOnlyJumpButton.tsx
type Props (line 6) | type Props = {
function IconOnlyJumpButton (line 42) | function IconOnlyJumpButton(props: Props): React.ReactElement {
FILE: src/lv1/buttons/InlineLink.tsx
type Props (line 14) | type Props = {
FILE: src/lv1/buttons/JumpButton.tsx
type Props (line 8) | type Props = {
FILE: src/lv1/buttons/LeftIconButton.tsx
type Props (line 6) | type Props = {
function LeftIconButton (line 22) | function LeftIconButton(props: Props): React.ReactElement {
FILE: src/lv1/buttons/ListButton.tsx
type Props (line 7) | type Props = {
FILE: src/lv1/buttons/PagerButton.tsx
type Props (line 5) | type Props = {
function PagerButton (line 30) | function PagerButton(props: Props): React.ReactElement {
FILE: src/lv1/buttons/RightIconButton.tsx
type Props (line 7) | type Props = {
function RightIconButton (line 25) | function RightIconButton(props: Props): React.ReactElement {
FILE: src/lv1/buttons/TabButton.tsx
type Props (line 5) | type Props = {
function TabButton (line 18) | function TabButton(props: Props): React.ReactElement {
FILE: src/lv1/buttons/TextButton.tsx
type Props (line 12) | type Props = {
FILE: src/lv1/calendar/CalendarDate.tsx
type TimeRecord (line 7) | type TimeRecord = {
type Props (line 16) | type Props = {
function CalendarDate (line 67) | function CalendarDate(props: Props): React.ReactElement {
FILE: src/lv1/calendar/CalendarHead.tsx
type Props (line 4) | type Props = {
function CalendarHead (line 11) | function CalendarHead(props: Props): React.ReactElement {
FILE: src/lv1/forms/CheckBox.tsx
type Props (line 7) | type Props = {
FILE: src/lv1/forms/FormControlLabel.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/forms/NumeralField.tsx
type Props (line 5) | type Props = Omit<
FILE: src/lv1/forms/OptionButton.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/forms/RadioButton.tsx
type Props (line 7) | type Props = {
FILE: src/lv1/forms/ReadOnlyField.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/forms/SearchField.tsx
type Props (line 9) | type Props = {
FILE: src/lv1/forms/SelectBox.tsx
type SelectBoxOption (line 7) | type SelectBoxOption = {
type SelectBoxOptionGroup (line 15) | type SelectBoxOptionGroup = {
type Props (line 24) | type Props = {
FILE: src/lv1/forms/TextArea.tsx
type Props (line 7) | type Props = {
FILE: src/lv1/forms/TextField.tsx
type TextFieldType (line 20) | type TextFieldType = 'text' | 'email' | 'password' | 'number' | 'tel';
type TextFieldWidth (line 21) | type TextFieldWidth = 'xSmall' | 'small' | 'medium' | 'large' | 'full';
type NumberInputProps (line 23) | type NumberInputProps = {
type Props (line 34) | type Props = {
function filterNumberInputProps (line 198) | function filterNumberInputProps(props: Props): NumberInputProps {
function TextFieldInner (line 210) | function TextFieldInner(
FILE: src/lv1/forms/ToggleButton.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/forms/types.ts
type FormHandlers (line 3) | type FormHandlers = {
type AutocompleteAttribute (line 12) | type AutocompleteAttribute =
FILE: src/lv1/grids/GridBlock.tsx
type GridSize (line 4) | type GridSize =
type Props (line 10) | type Props = {
function GridBlock (line 15) | function GridBlock(props: Props): React.ReactElement {
FILE: src/lv1/grids/GridWrapper.tsx
type Props (line 5) | type Props = {
function GridWrapper (line 10) | function GridWrapper(props: Props): React.ReactElement {
FILE: src/lv1/icons/Avatar.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/icons/MaterialIcon.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/icons/RequiredIcon.tsx
type Props (line 5) | type Props = CommonProps;
FILE: src/lv1/icons/StatusIcon.tsx
type StatusType (line 5) | type StatusType =
type Props (line 14) | type Props = {
FILE: src/lv1/images/AlertSwallow.tsx
type Props (line 4) | type Props = SwallowProps;
FILE: src/lv1/images/AppStoreBadge.tsx
type Props (line 6) | type Props = MarginClassProps & CommonProps;
FILE: src/lv1/images/CloudSkeletonIllust.tsx
type Props (line 5) | type Props = MarginClassProps & CommonProps;
FILE: src/lv1/images/CloudUploadIllust.tsx
type Props (line 5) | type Props = MarginClassProps & CommonProps;
FILE: src/lv1/images/CsvUploadIllust.tsx
type Props (line 5) | type Props = MarginClassProps & CommonProps;
FILE: src/lv1/images/DiscoveryIllust.tsx
type Props (line 7) | type Props = {
FILE: src/lv1/images/FileUploadIllust.tsx
type Props (line 5) | type Props = MarginClassProps & CommonProps;
FILE: src/lv1/images/FinishTaskIllust.tsx
type Props (line 7) | type Props = CommonProps;
FILE: src/lv1/images/GooglePlayBadge.tsx
type Props (line 6) | type Props = MarginClassProps & CommonProps;
FILE: src/lv1/images/ImageUploadIllust.tsx
type Props (line 5) | type Props = MarginClassProps & CommonProps;
FILE: src/lv1/images/NoDataIllust.tsx
type Props (line 4) | type Props = SwallowProps;
FILE: src/lv1/images/NoSearchResultsIllust.tsx
type Props (line 4) | type Props = SwallowProps;
FILE: src/lv1/images/NotFoundSwallow.tsx
type Props (line 4) | type Props = SwallowProps;
FILE: src/lv1/images/SwallowContainer.tsx
type SwallowProps (line 5) | type SwallowProps = {
type Props (line 13) | type Props = SwallowProps & {
FILE: src/lv1/interactiveParts/SegmentControlButton.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/interactiveParts/StepBlock.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/interactiveParts/StepBorder.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/interactiveParts/StepNumber.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/interactiveParts/Tab.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/layout/HStack.tsx
type StackProps (line 4) | type StackProps = React.ComponentProps;
type Props (line 5) | type Props = {
FILE: src/lv1/layout/Stack.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/layout/VStack.tsx
type StackProps (line 4) | type StackProps = React.ComponentProps;
type Props (line 5) | type Props = {
FILE: src/lv1/layout/WithDescriptionContent.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/layout/WithSideContent.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/lists/BorderTableListCell.tsx
type Props (line 6) | type Props = {
FILE: src/lv1/lists/CheckBoxCell.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/lists/DescriptionListCell.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/lists/DescriptionListHeadCell.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/lists/TableListCell.stories.tsx
type WrapperProps (line 18) | type WrapperProps = { children: React.ReactNode; style?: React.CSSProper...
FILE: src/lv1/lists/TableListCell.tsx
type Props (line 9) | type Props = {
FILE: src/lv1/lists/TableListHead.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/lists/TableListHeadCell.tsx
type Order (line 6) | type Order = 'asc' | 'desc' | 'init';
type Props (line 7) | type Props = {
FILE: src/lv1/lists/TableListRow.tsx
type Props (line 12) | type Props = {
FILE: src/lv1/lists/TreeFoldingButtonCell.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/messages/Message.tsx
type MessageTypes (line 9) | type MessageTypes = {
type Props (line 28) | type Props = {
function Message (line 34) | function Message(props: Props): React.ReactElement {
FILE: src/lv1/progress/ProgressBar.tsx
type Props (line 4) | type Props = {
FILE: src/lv1/skeleton/SkeletonBase.tsx
type Props (line 5) | type Props = {
FILE: src/lv1/typography/InternalHeadline.tsx
type HeadlineProps (line 6) | type HeadlineProps = {
function InternalHeadline (line 19) | function InternalHeadline(
FILE: src/lv1/typography/Note.tsx
type Props (line 8) | type Props = {
function Note (line 19) | function Note(props: Props): React.ReactElement {
FILE: src/lv1/typography/PageTitle.tsx
type Props (line 14) | type Props = {
FILE: src/lv1/typography/Paragraph.tsx
type Props (line 6) | type Props = {
function Paragraph (line 12) | function Paragraph(props: Props): React.ReactElement {
FILE: src/lv1/typography/SectionTitle.tsx
type Props (line 14) | type Props = {
FILE: src/lv1/typography/SubSectionTitle.tsx
type Props (line 14) | type Props = {
FILE: src/lv1/typography/Text.tsx
type FontColor (line 14) | type FontColor =
type FontSize (line 27) | type FontSize = 0.75 | 0.875 | 1 | 1.5;
type FontWeight (line 28) | type FontWeight = 'normal' | 'bold';
type TextProps (line 30) | type TextProps = {
type Props (line 50) | type Props = {
FILE: src/lv1/typography/TypographyStyle.ts
type TypographyStyleProps (line 9) | type TypographyStyleProps = {
type HeadlineStyleProps (line 62) | type HeadlineStyleProps = TypographyStyleProps & {
FILE: src/lv2/accordionPanel/AccordionPanel.stories.tsx
type Story (line 12) | type Story = StoryObj;
FILE: src/lv2/accordionPanel/AccordionPanel.tsx
type Props (line 11) | type Props = {
FILE: src/lv2/basicTable/BasicTable.tsx
type Props (line 4) | type Props = Parameters[0];
FILE: src/lv2/breadcrumbs/Breadcrumbs.stories.tsx
type Story (line 9) | type Story = StoryObj;
FILE: src/lv2/breadcrumbs/Breadcrumbs.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/bulletedList/BulletedList.tsx
type BulletedListContent (line 7) | type BulletedListContent = {
type Props (line 17) | type Props = {
FILE: src/lv2/buttonGroup/ButtonGroup.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/calendar/Calendar.tsx
type Props (line 9) | type Props = {
class Calendar (line 18) | class Calendar extends React.Component {
method render (line 20) | render(): React.ReactElement {
FILE: src/lv2/calendar/DatePicker.tsx
type Props (line 23) | type Props = {
function DatePicker (line 30) | function DatePicker(
FILE: src/lv2/calendar/Week.tsx
type Props (line 14) | type Props = {
function selectDateLabel (line 29) | function selectDateLabel(
function Week (line 47) | function Week({
FILE: src/lv2/calendar/Weeks.tsx
type Props (line 6) | type Props = {
function Weeks (line 20) | function Weeks({
FILE: src/lv2/cardNavigation/CardNavigation.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/combobox/ApiComboBox.stories.tsx
type Item (line 15) | type Item = {
method fetch (line 26) | async fetch({ name, page }: { name: string; page: number }) {
FILE: src/lv2/combobox/ApiComboBox.tsx
type PropsFromTextField (line 36) | type PropsFromTextField = Pick<
type Props (line 54) | type Props = {
function ApiComboBoxInner (line 92) | function ApiComboBoxInner(
FILE: src/lv2/combobox/ApiMultiComboBox.stories.tsx
type Item (line 14) | type Item = {
method fetch (line 25) | async fetch({ name, page }: { name: string; page: number }) {
FILE: src/lv2/combobox/ApiMultiComboBox.tsx
type Props (line 27) | type Props = {
function ApiMultiComboBoxInner (line 60) | function ApiMultiComboBoxInner(
FILE: src/lv2/combobox/CreateNewItem.tsx
type Props (line 5) | type Props = {
FILE: src/lv2/combobox/LoadMoreItem.tsx
type Props (line 4) | type Props = {
FILE: src/lv2/combobox/MultiComboBox.tsx
type Props (line 21) | type Props = {
FILE: src/lv2/combobox/MultiComboBoxField.tsx
type PropsFromTextField (line 8) | type PropsFromTextField = Pick<
type WithBorderProps (line 29) | type WithBorderProps = {
type Props (line 47) | type Props = {
FILE: src/lv2/combobox/SingleComboBox.tsx
type PropsFromTextField (line 32) | type PropsFromTextField = Pick<
type Props (line 52) | type Props = {
function SingleComboBoxInner (line 73) | function SingleComboBoxInner(
FILE: src/lv2/combobox/hooks/index.ts
type ComboBoxOption (line 8) | type ComboBoxOption = {
type MultiComboBoxOption (line 15) | type MultiComboBoxOption = ComboBoxOption & {
type SingleComboBoxOption (line 20) | type SingleComboBoxOption = ComboBoxOption & {
type InternalComboBoxOption (line 25) | type InternalComboBoxOption = ComboBoxOption & {
type FixedItem (line 30) | type FixedItem = {
type FixedItems (line 41) | type FixedItems = [FixedItem] | [FixedItem, FixedItem];
type FetchParams (line 43) | type FetchParams = {
type ApiMetaData (line 48) | type ApiMetaData = {
FILE: src/lv2/combobox/hooks/singleComboBox.ts
type TrailingItem (line 11) | type TrailingItem = {
FILE: src/lv2/descriptionList/DescriptionList.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/dialogs/GuideDialog.tsx
type Props (line 12) | type Props = {
FILE: src/lv2/dialogs/MessageDialog.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/dialogs/MessageDialogConfirm.tsx
type Props (line 10) | type Props = {
FILE: src/lv2/dialogs/TaskDialog.tsx
type Props (line 11) | type Props = {
FILE: src/lv2/dialogs/ToggleDialog.tsx
type ToggleDialogProps (line 4) | type ToggleDialogProps = {
FILE: src/lv2/dialogs/parts/DialogFooter.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/dialogs/parts/GuideStepCount.tsx
type Props (line 4) | type Props = {
FILE: src/lv2/dropdown/Dropdown.tsx
type Props (line 7) | type Props = Pick<
FILE: src/lv2/dropdown/DropdownMenuContent.tsx
type Props (line 7) | type Props = {
FILE: src/lv2/dropdown/Item.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/dropdown/types.ts
type DropdownContentSelectable (line 5) | type DropdownContentSelectable = {
type DropdownContentCheckbox (line 20) | type DropdownContentCheckbox = {
type DropdownContentTextOnly (line 30) | type DropdownContentTextOnly = {
type DropdownContent (line 36) | type DropdownContent =
FILE: src/lv2/dropdownButton/DropdownButton.tsx
type Props (line 14) | type Props = {
FILE: src/lv2/emptyStates/NoDataCreated.tsx
type Props (line 8) | type Props = {
FILE: src/lv2/emptyStates/NoSearchResults.tsx
type Props (line 8) | type Props = {
FILE: src/lv2/fileUploader/FileDropArea.tsx
type Props (line 12) | type Props = {
FILE: src/lv2/fileUploader/FileUploader.tsx
type Props (line 28) | type Props = {
type InnerProps (line 72) | type InnerProps = Omit & {
FILE: src/lv2/fileUploader/types.ts
type FileType (line 18) | type FileType = typeof FileTypes[keyof typeof FileTypes];
type FileUploaderStatus (line 27) | type FileUploaderStatus =
type FileStatus (line 31) | type FileStatus = FileUploaderStatus;
FILE: src/lv2/filterTag/FilterTag.tsx
type RenderPopupT (line 6) | type RenderPopupT = Parameters[0]['renderPopup'];
type Props (line 8) | type Props = {
FILE: src/lv2/filterableDropdownButton/FilterableDropdownButton.tsx
type PropsFromWithFilterableDropdown (line 8) | type PropsFromWithFilterableDropdown = Omit<
type PropsFromButton (line 13) | type PropsFromButton = Pick<
type Props (line 17) | type Props = PropsFromWithFilterableDropdown &
FILE: src/lv2/footer/Footer.tsx
type Link (line 6) | type Link = {
type Props (line 10) | type Props = {
function createLinks (line 39) | function createLinks(links?: Link[]): React.ReactNode {
FILE: src/lv2/formBlock/DateField.tsx
type DateType (line 19) | type DateType = 'year' | 'month' | 'day';
type Props (line 20) | type Props = {
FILE: src/lv2/formBlock/FormActions.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/formBlock/NameField.tsx
type NameKey (line 7) | type NameKey = 'lastName' | 'firstName';
type Props (line 8) | type Props = {
FILE: src/lv2/formBlock/PhoneNumberField.tsx
type PhoneNumberKey (line 7) | type PhoneNumberKey = 'a' | 'b' | 'c';
type Props (line 8) | type Props = {
constant MAX_LENGTH_A (line 33) | const MAX_LENGTH_A = 5;
constant MAX_LENGTH_B (line 34) | const MAX_LENGTH_B = 4;
constant MAX_LENGTH_C (line 35) | const MAX_LENGTH_C = 4;
FILE: src/lv2/formControl/FormControl.tsx
type Props (line 8) | type Props = {
FILE: src/lv2/formControl/FormControlGroup.tsx
type Props (line 4) | type Props = {
FILE: src/lv2/formFields/AmountRangeField.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/formFields/DateDurationField.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/formFields/DateInput.stories.tsx
function InteractiveExample (line 136) | function InteractiveExample() {
FILE: src/lv2/formFields/DateInput.tsx
constant DATE_FORMAT (line 28) | const DATE_FORMAT = /^\d{4}[-/\s]?\d{2}[-/\s]?\d{2}$/;
type DeprecatedWidth (line 33) | type DeprecatedWidth = 'xSmall' | 'small';
type FieldWidth (line 34) | type FieldWidth = 'medium' | 'large' | 'full' | DeprecatedWidth;
type Props (line 36) | type Props = {
FILE: src/lv2/formFields/DecimalInput.tsx
type Props (line 6) | type Props = Pick<
FILE: src/lv2/formFields/DigitsInput.tsx
type PropsFromTextField (line 12) | type PropsFromTextField = Pick<
type Props (line 32) | type Props = {
FILE: src/lv2/formFields/FormattedTextField.stories.tsx
type Preset (line 64) | type Preset = 'postalCode' | 'corporateNumber';
FILE: src/lv2/formFields/FormattedTextField.tsx
type Formatter (line 4) | type Formatter = {
type Preset (line 17) | type Preset =
type Props (line 22) | type Props = (
function FormattedTextField (line 97) | function FormattedTextField({ ...props }: Props): ReactElement {
FILE: src/lv2/formFields/NumeralCodeInput.tsx
type Props (line 5) | type Props = Omit<
FILE: src/lv2/formFields/PasswordField.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/formFields/TimeInput.tsx
type Props (line 6) | type Props = Pick<
FILE: src/lv2/formFields/TimeLengthInput.tsx
type Props (line 6) | type Props = Pick<
FILE: src/lv2/globalNavi/GlobalNavi.tsx
type LinkContent (line 8) | type LinkContent = {
type Props (line 18) | type Props = {
function createLinks (line 54) | function createLinks(links?: LinkContent[]): React.ReactNode[] {
function GlobalNavi (line 96) | function GlobalNavi(props: Props) {
FILE: src/lv2/guidanceMessage/GuidanceMessage.tsx
type CloseButtonProps (line 14) | type CloseButtonProps = Pick<
type Props (line 46) | type Props = {
FILE: src/lv2/guidedContent/GuidedContent.tsx
type Props (line 5) | type Props = {
FILE: src/lv2/header/Header.tsx
type Props (line 7) | type Props = {
FILE: src/lv2/header/HeaderSectionContent.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/header/types.ts
type SectionData (line 3) | type SectionData = {
FILE: src/lv2/headlineArea/HeadlineArea.tsx
type Props (line 10) | type Props = {
FILE: src/lv2/hierarchicalTable/HierarchicalTable.tsx
type HierarchicalTableHeader (line 19) | type HierarchicalTableHeader = {
type HierarchicalTableRow (line 43) | type HierarchicalTableRow = {
type HierarchicalTableCell (line 48) | type HierarchicalTableCell = {
type Props (line 64) | type Props = {
function createHeader (line 77) | function createHeader(
function createCells (line 105) | function createCells(
function createRows (line 148) | function createRows(
FILE: src/lv2/hierarchicalTable/HierarchicalTableRowHeaderCell.tsx
type Props (line 5) | type Props = React.ComponentProps & {
FILE: src/lv2/hierarchicalTable/hooks/useHierarchicalTable.ts
type HierarchicalRow (line 3) | type HierarchicalRow = unknown & { childRows: Array };
type FlatRow (line 5) | type FlatRow = Row & {
type FlatRowWithStatus (line 22) | type FlatRowWithStatus = FlatRow & {
FILE: src/lv2/indexSearchField/IndexSearchField.tsx
type Props (line 10) | type Props = {
FILE: src/lv2/lineSeparatedList/LineSeparatedList.tsx
type LineSeparatedListContent (line 5) | type LineSeparatedListContent = {
type Props (line 9) | type Props = {
FILE: src/lv2/listButtonSelector/ListButtonSelector.tsx
type ButtonProps (line 14) | type ButtonProps = {
type Props (line 26) | type Props = {
type State (line 38) | type State = {
class ListButtonSelector (line 47) | class ListButtonSelector extends React.Component {
method constructor (line 51) | constructor(props: Props) {
method componentDidMount (line 57) | componentDidMount(): void {
method componentWillUnmount (line 64) | componentWillUnmount(): void {
method handleKeyDownSelectableItem (line 83) | handleKeyDownSelectableItem(e: React.KeyboardEvent, itemIndex: number)...
method render (line 98) | render(): React.ReactNode {
FILE: src/lv2/listButtons/ListButtons.tsx
type ButtonProps (line 7) | type ButtonProps = {
type Props (line 19) | type Props = {
FILE: src/lv2/listCard/ListCard.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/listTable/GroupedListTable.stories.tsx
type SortKeyT (line 169) | type SortKeyT = 'date' | 'amount' | 'tax';
FILE: src/lv2/listTable/GroupedListTable.tsx
type TableRowGroup (line 16) | type TableRowGroup = {
type Props (line 33) | type Props = {
FILE: src/lv2/listTable/ListTable.stories.tsx
type SortKeyT (line 565) | type SortKeyT = 'id' | 'value';
FILE: src/lv2/listTable/ListTable.tsx
type TableHeader (line 13) | type TableHeader = {
type TableRow (line 30) | type TableRow = {
type TableCell (line 48) | type TableCell = {
type Props (line 63) | type Props = {
FILE: src/lv2/messageBlock/FloatingMessageBlock.tsx
constant HIDE_TIMEOUT_SEC (line 11) | const HIDE_TIMEOUT_SEC = 6;
type FloatingMessageBlockProps (line 13) | type FloatingMessageBlockProps = (
FILE: src/lv2/messageBlock/MessageBlock.tsx
type InternalMessageProps (line 19) | type InternalMessageProps = {
type Props (line 64) | type Props = (
FILE: src/lv2/messageIcon/MessageIcon.tsx
type Props (line 13) | type Props = {
type ComponentProps (line 25) | type ComponentProps = Props & MarginClassProps & CommonProps;
FILE: src/lv2/modals/FullScreenModal.tsx
type Props (line 23) | type Props = {
FILE: src/lv2/numericTable/NumericTable.tsx
type NumericTableHeader (line 10) | type NumericTableHeader = {
type NumericTableRow (line 36) | type NumericTableRow = {
type NumericTableCell (line 46) | type NumericTableCell = {
type Props (line 66) | type Props = {
function createHeader (line 92) | function createHeader(
function createCells (line 136) | function createCells(
function createRows (line 179) | function createRows(
FILE: src/lv2/pageSelector/PageSelector.tsx
type RenderPopupT (line 13) | type RenderPopupT = Parameters[0]['renderPopup'];
type Props (line 14) | type Props = {
FILE: src/lv2/pager/Pager.stories.tsx
class PagerWithHandler (line 36) | class PagerWithHandler extends React.Component<
method render (line 44) | render() {
FILE: src/lv2/pager/Pager.tsx
type Props (line 9) | type Props = {
constant DEFAULT_PAGE_RANGE (line 37) | const DEFAULT_PAGE_RANGE = 5;
constant DEFAULT_SIDE_PAGE_RANGE (line 38) | const DEFAULT_SIDE_PAGE_RANGE = 1;
constant LEFT_BREAK (line 39) | const LEFT_BREAK = 'LEFT_BREAK';
constant RIGHT_BREAK (line 40) | const RIGHT_BREAK = 'RIGHT_BREAK';
function uniquePages (line 43) | function uniquePages(
function createPages (line 57) | function createPages({
FILE: src/lv2/pager/Pagination.tsx
type Props (line 8) | type Props = {
FILE: src/lv2/personTag/PersonTag.tsx
type PersonTagColor (line 9) | type PersonTagColor = 'success' | 'error';
type Props (line 11) | type Props = {
FILE: src/lv2/popupProgressBar/PopupProgressBar.tsx
type ProgressState (line 13) | type ProgressState = {
type Props (line 20) | type Props = ProgressState & { onClose: () => void } & CommonProps;
FILE: src/lv2/popupProgressBarPortal/PopupProgressBarPortal.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/propsListForm/PropsListForm.stories.tsx
type Values (line 26) | type Values = typeof values;
type Values (line 222) | type Values = typeof values;
type Values (line 291) | type Values = typeof values;
type Values (line 380) | type Values = typeof values;
type Values (line 418) | type Values = typeof values;
type Values (line 480) | type Values = typeof values;
type Values (line 565) | type Values = typeof values;
type Values (line 604) | type Values = typeof values;
FILE: src/lv2/propsListForm/PropsListForm.tsx
type Values (line 15) | type Values = {
type FixedLengthBlock (line 19) | type FixedLengthBlock =
type VariableLengthBlock (line 23) | type VariableLengthBlock = {
type Errors (line 28) | type Errors = Partial>;
type Props (line 30) | type Props = {
type PropsListFormFieldDefinition (line 69) | type PropsListFormFieldDefinition = {
type OmitProps (line 85) | type OmitProps = Omit;
type TextFieldProps (line 86) | type TextFieldProps = OmitProps>;
type TextAreaProps (line 87) | type TextAreaProps = OmitProps>;
type NumberFieldProps (line 88) | type NumberFieldProps = OmitProps>;
type NumeralCodeInputProps (line 90) | type NumeralCodeInputProps = OmitProps<
type ReadOnlyFieldProps (line 93) | type ReadOnlyFieldProps = OmitProps =
type FieldProps (line 268) | type FieldProps = {
FILE: src/lv2/scrimCoveredContent/ScrimCoveredContent.stories.tsx
constant LOREM (line 11) | const LOREM =
FILE: src/lv2/scrimCoveredContent/ScrimCoveredContent.tsx
type Props (line 8) | type Props = {
FILE: src/lv2/selectableButton/SelectableButton.tsx
type Props (line 7) | type Props = {
FILE: src/lv2/skeleton/SkeletonBlock.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/skeleton/SkeletonCircle.tsx
type Props (line 7) | type Props = {
FILE: src/lv2/skeleton/SkeletonDescriptionList.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/skeleton/SkeletonIcon.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/skeleton/SkeletonInput.tsx
type Props (line 7) | type Props = {
FILE: src/lv2/skeleton/SkeletonListTable.tsx
type Props (line 7) | type Props = {
FILE: src/lv2/skeleton/SkeletonParagraph.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/skeleton/SkeletonRectangle.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/skeleton/SkeletonStackedBarChart.tsx
type Props (line 6) | type Props = CommonProps;
FILE: src/lv2/stackedBarChart/StackedBarChart.tsx
type StackedBarChartItem (line 7) | type StackedBarChartItem = {
type Props (line 23) | type Props = {
FILE: src/lv2/statusSelector/StatusSelector.tsx
type Props (line 9) | type Props = {
FILE: src/lv2/stepper/Stepper.tsx
type Props (line 5) | type Props = {
FILE: src/lv2/stepper/VerticalSteps.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/tabBar/TabBar.tsx
type TabElement (line 7) | type TabElement =
type Props (line 17) | type Props = {
FILE: src/lv2/tagBox/MiniTag.tsx
type Props (line 6) | type Props = {
FILE: src/lv2/tagBox/TagBox.tsx
type TagBoxMaxWidth (line 8) | type TagBoxMaxWidth = 'small' | 'medium' | 'large';
type TagBoxColor (line 9) | type TagBoxColor = 'success' | 'error' | AccentColor;
type AccentColor (line 10) | type AccentColor = 'RE' | 'OR' | 'YE' | 'YG' | 'GR' | 'BG' | 'PU' | 'GY';
type Props (line 12) | type Props = {
FILE: src/lv2/withAccordionContent/WithAccordionContent.tsx
type AccordionButtonProps (line 10) | type AccordionButtonProps = {
type Props (line 48) | type Props = {
FILE: src/lv2/withBalloon/WithBalloon.tsx
type Props (line 11) | type Props = Pick[0], 'border'> & {
FILE: src/lv2/withBalloon/useBalloon.ts
constant BALLOON_SHOW_DELAY (line 5) | const BALLOON_SHOW_DELAY = 200;
constant BALLOON_HIDE_DELAY (line 8) | const BALLOON_HIDE_DELAY = 400;
FILE: src/lv2/withDropdown/WithDropdown.tsx
type Props (line 8) | type Props = {
FILE: src/lv2/withFilterableDropdown/WithFilterableDropdown.tsx
type WithFilterableDropdownContentProps (line 16) | type WithFilterableDropdownContentProps = {
type FixedItem (line 146) | type FixedItem = {
type FilterableDropdownContent (line 154) | type FilterableDropdownContent = (
type Props (line 163) | type Props = Pick[0], 'render' | 'disabled'...
FILE: src/lv2/withPopup/WithPopup.tsx
type Props (line 11) | type Props = {
FILE: src/lv2/withTOC/WithTOC.tsx
type WithTOCContent (line 5) | type WithTOCContent = {
type Props (line 11) | type Props = {
FILE: src/utilities/AriaProps.ts
type AriaExpandedT (line 6) | type AriaExpandedT = boolean;
type AriaPressedT (line 7) | type AriaPressedT = boolean | 'mixed';
type AriaControlsT (line 8) | type AriaControlsT = string;
type AriaOwnsT (line 9) | type AriaOwnsT = string;
type AriaHaspopupT (line 10) | type AriaHaspopupT = boolean | 'menu' | 'listbox' | 'tree' | 'grid' | 'd...
type AriaDescribedbyT (line 11) | type AriaDescribedbyT = string;
type AriaActivedescendantT (line 12) | type AriaActivedescendantT = string;
type AriaAutocompleteT (line 13) | type AriaAutocompleteT = 'inline' | 'list' | 'both' | 'none';
type AriaAtomicT (line 14) | type AriaAtomicT = boolean;
type AriaNumberValueT (line 15) | type AriaNumberValueT = number;
type AriaLevelT (line 16) | type AriaLevelT = number;
type AriaSetSizeT (line 17) | type AriaSetSizeT = number;
type AriaPosinsetT (line 18) | type AriaPosinsetT = number;
type ButtonAriaProps (line 20) | type ButtonAriaProps = {
type LinkAriaProps (line 30) | type LinkAriaProps = {
type TextBoxAriaProps (line 39) | type TextBoxAriaProps = {
type NumberInputAriaProps (line 50) | type NumberInputAriaProps = {
type TableRowAriaProps (line 56) | type TableRowAriaProps = {
function filterButtonAriaProps (line 63) | function filterButtonAriaProps(props: ButtonAriaProps): ButtonAriaProps {
function filterLinkAriaProps (line 75) | function filterLinkAriaProps(props: LinkAriaProps): LinkAriaProps {
function filterTextBoxAriaProps (line 86) | function filterTextBoxAriaProps(
function filterNumberInputAriaProps (line 101) | function filterNumberInputAriaProps(
function filterTableRowAriaProps (line 111) | function filterTableRowAriaProps(
FILE: src/utilities/Dialog.tsx
type DialogProps (line 24) | type DialogProps = {
type DialogContentProps (line 74) | type DialogContentProps = {
FILE: src/utilities/ScrollPortal.tsx
type Props (line 6) | type Props = {
FILE: src/utilities/VibesContext.ts
type VibesContextValue (line 3) | type VibesContextValue = {
FILE: src/utilities/VibesProvider.tsx
type MediaType (line 11) | type MediaType = 'pc' | 'tablet' | 'mobile';
FILE: src/utilities/commonProps.ts
type CommonDataProps (line 8) | type CommonDataProps = {
type CommonProps (line 15) | type CommonProps = CommonDataProps & FunctionalMarginProps;
function commonProps (line 31) | function commonProps(
FILE: src/utilities/date.ts
function parseDate (line 13) | function parseDate(date: Date | string | null | undefined): Date | null {
function isValidDateInRange (line 26) | function isValidDateInRange(
function getValidDateNearestTarget (line 50) | function getValidDateNearestTarget(
function formatDate (line 84) | function formatDate(date: string | Date): string {
function formatDayOfWeek (line 89) | function formatDayOfWeek(date: string | Date): string {
FILE: src/utilities/functionalMarginClasses.ts
type MarginSize (line 1) | type MarginSize =
type FunctionalMarginProps (line 16) | type FunctionalMarginProps = {
FILE: src/utilities/marginClasses.ts
type MarginClassProps (line 5) | type MarginClassProps = {
type MarginSize (line 29) | type MarginSize = 'xSmall' | 'small' | 'large' | 'xLarge' | 'xxLarge';
function marginSizeToRem (line 31) | function marginSizeToRem(
function marginClasses (line 79) | function marginClasses(props: MarginClassProps): Array {
FILE: src/utilities/selfWindowNavigator.ts
type SelfWindowNavigationProp (line 5) | type SelfWindowNavigationProp = {
FILE: src/utilities/vbClassNames.ts
type ModifierClassProps (line 7) | type ModifierClassProps = {