mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add ComboBox props missing from prop types. Add missing "itemToElement" prop. Downshift props is not required because object spreads work on undefined/null. * Fix onChange. * MAJOR: Fixed submodule exports to reflect build of carbon-components-react (only submodule exports are affected). * Add missing multi select props. * Fix TableToolbarAction.
263 lines
13 KiB
JSON
263 lines
13 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "preserve"
|
|
},
|
|
"files": [
|
|
"lib/components/Accordion/Accordion.Skeleton.d.ts",
|
|
"lib/components/Accordion/Accordion.d.ts",
|
|
"lib/components/Accordion/AccordionItem.d.ts",
|
|
"lib/components/Accordion/index.d.ts",
|
|
"lib/components/AccordionItem/AccordionItem.d.ts",
|
|
"lib/components/AccordionItem/index.d.ts",
|
|
"lib/components/Breadcrumb/Breadcrumb.Skeleton.d.ts",
|
|
"lib/components/Breadcrumb/Breadcrumb.d.ts",
|
|
"lib/components/Breadcrumb/BreadcrumbItem.d.ts",
|
|
"lib/components/Breadcrumb/index.d.ts",
|
|
"lib/components/BreadcrumbItem/index.d.ts",
|
|
"lib/components/Button/Button.Skeleton.d.ts",
|
|
"lib/components/Button/Button.d.ts",
|
|
"lib/components/Button/index.d.ts",
|
|
"lib/components/Checkbox/Checkbox.Skeleton.d.ts",
|
|
"lib/components/Checkbox/Checkbox.d.ts",
|
|
"lib/components/Checkbox/index.d.ts",
|
|
"lib/components/CodeSnippet/CodeSnippet.Skeleton.d.ts",
|
|
"lib/components/CodeSnippet/CodeSnippet.d.ts",
|
|
"lib/components/CodeSnippet/index.d.ts",
|
|
"lib/components/ComboBox/ComboBox.d.ts",
|
|
"lib/components/ComboBox/index.d.ts",
|
|
"lib/components/ComposedModal/ComposedModal.d.ts",
|
|
"lib/components/ComposedModal/index.d.ts",
|
|
"lib/components/ContentSwitcher/ContentSwitcher.d.ts",
|
|
"lib/components/ContentSwitcher/Switch.d.ts",
|
|
"lib/components/ContentSwitcher/index.d.ts",
|
|
"lib/components/Copy/Copy.d.ts",
|
|
"lib/components/Copy/index.d.ts",
|
|
"lib/components/CopyButton/CopyButton.d.ts",
|
|
"lib/components/CopyButton/index.d.ts",
|
|
"lib/components/DangerButton/DangerButton.d.ts",
|
|
"lib/components/DangerButton/index.d.ts",
|
|
"lib/components/DataTable/DataTable.d.ts",
|
|
"lib/components/DataTable/Table.d.ts",
|
|
"lib/components/DataTable/TableActionList.d.ts",
|
|
"lib/components/DataTable/TableBatchAction.d.ts",
|
|
"lib/components/DataTable/TableBatchActions.d.ts",
|
|
"lib/components/DataTable/TableBody.d.ts",
|
|
"lib/components/DataTable/TableCell.d.ts",
|
|
"lib/components/DataTable/TableContainer.d.ts",
|
|
"lib/components/DataTable/TableExpandHeader.d.ts",
|
|
"lib/components/DataTable/TableExpandRow.d.ts",
|
|
"lib/components/DataTable/TableExpandedRow.d.ts",
|
|
"lib/components/DataTable/TableHead.d.ts",
|
|
"lib/components/DataTable/TableHeader.d.ts",
|
|
"lib/components/DataTable/TableRow.d.ts",
|
|
"lib/components/DataTable/TableSelectAll.d.ts",
|
|
"lib/components/DataTable/TableSelectRow.d.ts",
|
|
"lib/components/DataTable/TableToolbar.d.ts",
|
|
"lib/components/DataTable/TableToolbarAction.d.ts",
|
|
"lib/components/DataTable/TableToolbarContent.d.ts",
|
|
"lib/components/DataTable/TableToolbarMenu.d.ts",
|
|
"lib/components/DataTable/TableToolbarSearch.d.ts",
|
|
"lib/components/DataTable/index.d.ts",
|
|
"lib/components/DataTable/state/sorting.d.ts",
|
|
"lib/components/DataTableSkeleton/DataTableSkeleton.d.ts",
|
|
"lib/components/DataTableSkeleton/index.d.ts",
|
|
"lib/components/DatePicker/DatePicker.Skeleton.d.ts",
|
|
"lib/components/DatePicker/DatePicker.d.ts",
|
|
"lib/components/DatePicker/index.d.ts",
|
|
"lib/components/DatePickerInput/DatePickerInput.d.ts",
|
|
"lib/components/DatePickerInput/index.d.ts",
|
|
"lib/components/Dropdown/Dropdown.Skeleton.d.ts",
|
|
"lib/components/Dropdown/Dropdown.d.ts",
|
|
"lib/components/Dropdown/index.d.ts",
|
|
"lib/components/FileUploader/FileUploader.Skeleton.d.ts",
|
|
"lib/components/FileUploader/FileUploader.d.ts",
|
|
"lib/components/FileUploader/index.d.ts",
|
|
"lib/components/Form/Form.d.ts",
|
|
"lib/components/Form/index.d.ts",
|
|
"lib/components/FormGroup/FormGroup.d.ts",
|
|
"lib/components/FormGroup/index.d.ts",
|
|
"lib/components/FormItem/FormItem.d.ts",
|
|
"lib/components/FormItem/index.d.ts",
|
|
"lib/components/FormLabel/FormLabel.d.ts",
|
|
"lib/components/FormLabel/index.d.ts",
|
|
"lib/components/Icon/Icon.Skeleton.d.ts",
|
|
"lib/components/Icon/Icon.d.ts",
|
|
"lib/components/Icon/index.d.ts",
|
|
"lib/components/InlineCheckbox/InlineCheckbox.d.ts",
|
|
"lib/components/InlineCheckbox/index.d.ts",
|
|
"lib/components/InlineLoading/InlineLoading.d.ts",
|
|
"lib/components/InlineLoading/index.d.ts",
|
|
"lib/components/Link/Link.d.ts",
|
|
"lib/components/Link/index.d.ts",
|
|
"lib/components/ListBox/ListBox.d.ts",
|
|
"lib/components/ListBox/ListBoxField.d.ts",
|
|
"lib/components/ListBox/ListBoxMenu.d.ts",
|
|
"lib/components/ListBox/ListBoxMenuIcon.d.ts",
|
|
"lib/components/ListBox/ListBoxMenuItem.d.ts",
|
|
"lib/components/ListBox/ListBoxPropTypes.d.ts",
|
|
"lib/components/ListBox/ListBoxSelection.d.ts",
|
|
"lib/components/ListBox/index.d.ts",
|
|
"lib/components/ListItem/ListItem.d.ts",
|
|
"lib/components/ListItem/index.d.ts",
|
|
"lib/components/Loading/Loading.d.ts",
|
|
"lib/components/Loading/index.d.ts",
|
|
"lib/components/Modal/Modal.d.ts",
|
|
"lib/components/Modal/index.d.ts",
|
|
"lib/components/ModalWrapper/ModalWrapper.d.ts",
|
|
"lib/components/ModalWrapper/index.d.ts",
|
|
"lib/components/MultiSelect/FilterableMultiSelect.d.ts",
|
|
"lib/components/MultiSelect/MultiSelect.d.ts",
|
|
"lib/components/MultiSelect/MultiSelectPropTypes.d.ts",
|
|
"lib/components/MultiSelect/index.d.ts",
|
|
"lib/components/Notification/Notification.d.ts",
|
|
"lib/components/Notification/a11yIconWarningSolid.d.ts",
|
|
"lib/components/Notification/index.d.ts",
|
|
"lib/components/NumberInput/NumberInput.Skeleton.d.ts",
|
|
"lib/components/NumberInput/NumberInput.d.ts",
|
|
"lib/components/NumberInput/index.d.ts",
|
|
"lib/components/OrderedList/OrderedList.d.ts",
|
|
"lib/components/OrderedList/index.d.ts",
|
|
"lib/components/OverflowMenu/OverflowMenu.d.ts",
|
|
"lib/components/OverflowMenu/index.d.ts",
|
|
"lib/components/OverflowMenuItem/OverflowMenuItem.d.ts",
|
|
"lib/components/OverflowMenuItem/index.d.ts",
|
|
"lib/components/Pagination/Pagination.Skeleton.d.ts",
|
|
"lib/components/Pagination/Pagination.d.ts",
|
|
"lib/components/Pagination/index.d.ts",
|
|
"lib/components/PrimaryButton/PrimaryButton.d.ts",
|
|
"lib/components/PrimaryButton/index.d.ts",
|
|
"lib/components/ProgressIndicator/ProgressIndicator.Skeleton.d.ts",
|
|
"lib/components/ProgressIndicator/ProgressIndicator.d.ts",
|
|
"lib/components/ProgressIndicator/index.d.ts",
|
|
"lib/components/RadioButton/RadioButton.Skeleton.d.ts",
|
|
"lib/components/RadioButton/RadioButton.d.ts",
|
|
"lib/components/RadioButton/index.d.ts",
|
|
"lib/components/RadioButtonGroup/RadioButtonGroup.d.ts",
|
|
"lib/components/RadioButtonGroup/index.d.ts",
|
|
"lib/components/RadioTile/RadioTile.d.ts",
|
|
"lib/components/RadioTile/index.d.ts",
|
|
"lib/components/Search/Search.Skeleton.d.ts",
|
|
"lib/components/Search/Search.d.ts",
|
|
"lib/components/Search/index.d.ts",
|
|
"lib/components/SearchFilterButton/SearchFilterButton.d.ts",
|
|
"lib/components/SearchFilterButton/index.d.ts",
|
|
"lib/components/SearchLayoutButton/SearchLayoutButton.d.ts",
|
|
"lib/components/SearchLayoutButton/index.d.ts",
|
|
"lib/components/SecondaryButton/SecondaryButton.d.ts",
|
|
"lib/components/SecondaryButton/index.d.ts",
|
|
"lib/components/Select/Select.Skeleton.d.ts",
|
|
"lib/components/Select/Select.d.ts",
|
|
"lib/components/Select/index.d.ts",
|
|
"lib/components/SelectItem/SelectItem.d.ts",
|
|
"lib/components/SelectItem/index.d.ts",
|
|
"lib/components/SelectItemGroup/SelectItemGroup.d.ts",
|
|
"lib/components/SelectItemGroup/index.d.ts",
|
|
"lib/components/SkeletonPlaceholder/SkeletonPlaceholder.d.ts",
|
|
"lib/components/SkeletonPlaceholder/index.d.ts",
|
|
"lib/components/SkeletonText/SkeletonText.d.ts",
|
|
"lib/components/SkeletonText/index.d.ts",
|
|
"lib/components/Slider/Slider.Skeleton.d.ts",
|
|
"lib/components/Slider/Slider.d.ts",
|
|
"lib/components/Slider/index.d.ts",
|
|
"lib/components/StructuredList/StructuredList.Skeleton.d.ts",
|
|
"lib/components/StructuredList/StructuredList.d.ts",
|
|
"lib/components/StructuredList/index.d.ts",
|
|
"lib/components/Switch/Switch.d.ts",
|
|
"lib/components/Switch/index.d.ts",
|
|
"lib/components/Tab/Tab.d.ts",
|
|
"lib/components/Tab/index.d.ts",
|
|
"lib/components/TabContent/TabContent.d.ts",
|
|
"lib/components/TabContent/index.d.ts",
|
|
"lib/components/Tabs/Tabs.Skeleton.d.ts",
|
|
"lib/components/Tabs/Tabs.d.ts",
|
|
"lib/components/Tabs/index.d.ts",
|
|
"lib/components/Tag/Tag.Skeleton.d.ts",
|
|
"lib/components/Tag/Tag.d.ts",
|
|
"lib/components/Tag/index.d.ts",
|
|
"lib/components/TextArea/TextArea.Skeleton.d.ts",
|
|
"lib/components/TextArea/TextArea.d.ts",
|
|
"lib/components/TextArea/index.d.ts",
|
|
"lib/components/TextInput/ControlledPasswordInput.d.ts",
|
|
"lib/components/TextInput/PasswordInput.d.ts",
|
|
"lib/components/TextInput/TextInput.Skeleton.d.ts",
|
|
"lib/components/TextInput/TextInput.d.ts",
|
|
"lib/components/TextInput/index.d.ts",
|
|
"lib/components/TextInput/props.d.ts",
|
|
"lib/components/Tile/Tile.d.ts",
|
|
"lib/components/Tile/index.d.ts",
|
|
"lib/components/TileGroup/TileGroup.d.ts",
|
|
"lib/components/TileGroup/index.d.ts",
|
|
"lib/components/TimePicker/TimePicker.d.ts",
|
|
"lib/components/TimePicker/index.d.ts",
|
|
"lib/components/TimePickerSelect/TimePickerSelect.d.ts",
|
|
"lib/components/TimePickerSelect/index.d.ts",
|
|
"lib/components/Toggle/Toggle.Skeleton.d.ts",
|
|
"lib/components/Toggle/Toggle.d.ts",
|
|
"lib/components/Toggle/index.d.ts",
|
|
"lib/components/ToggleSmall/ToggleSmall.Skeleton.d.ts",
|
|
"lib/components/ToggleSmall/ToggleSmall.d.ts",
|
|
"lib/components/ToggleSmall/index.d.ts",
|
|
"lib/components/Toolbar/Toolbar.d.ts",
|
|
"lib/components/Toolbar/index.d.ts",
|
|
"lib/components/ToolbarSearch/ToolbarSearch.d.ts",
|
|
"lib/components/ToolbarSearch/index.d.ts",
|
|
"lib/components/Tooltip/Tooltip.d.ts",
|
|
"lib/components/Tooltip/index.d.ts",
|
|
"lib/components/TooltipDefinition/TooltipDefinition.d.ts",
|
|
"lib/components/TooltipDefinition/index.d.ts",
|
|
"lib/components/TooltipIcon/TooltipIcon.d.ts",
|
|
"lib/components/TooltipIcon/index.d.ts",
|
|
"lib/components/UIShell/Content.d.ts",
|
|
"lib/components/UIShell/Header.d.ts",
|
|
"lib/components/UIShell/HeaderContainer.d.ts",
|
|
"lib/components/UIShell/HeaderGlobalAction.d.ts",
|
|
"lib/components/UIShell/HeaderGlobalBar.d.ts",
|
|
"lib/components/UIShell/HeaderMenu.d.ts",
|
|
"lib/components/UIShell/HeaderMenuButton.d.ts",
|
|
"lib/components/UIShell/HeaderMenuItem.d.ts",
|
|
"lib/components/UIShell/HeaderName.d.ts",
|
|
"lib/components/UIShell/HeaderNavigation.d.ts",
|
|
"lib/components/UIShell/HeaderPanel.d.ts",
|
|
"lib/components/UIShell/HeaderSideNavItems.d.ts",
|
|
"lib/components/UIShell/Link.d.ts",
|
|
"lib/components/UIShell/SideNav.d.ts",
|
|
"lib/components/UIShell/SideNavDetails.d.ts",
|
|
"lib/components/UIShell/SideNavFooter.d.ts",
|
|
"lib/components/UIShell/SideNavHeader.d.ts",
|
|
"lib/components/UIShell/SideNavIcon.d.ts",
|
|
"lib/components/UIShell/SideNavItem.d.ts",
|
|
"lib/components/UIShell/SideNavItems.d.ts",
|
|
"lib/components/UIShell/SideNavLink.d.ts",
|
|
"lib/components/UIShell/SideNavLinkText.d.ts",
|
|
"lib/components/UIShell/SideNavMenu.d.ts",
|
|
"lib/components/UIShell/SideNavMenuItem.d.ts",
|
|
"lib/components/UIShell/SideNavSwitcher.d.ts",
|
|
"lib/components/UIShell/SkipToContent.d.ts",
|
|
"lib/components/UIShell/Switcher.d.ts",
|
|
"lib/components/UIShell/SwitcherDivider.d.ts",
|
|
"lib/components/UIShell/SwitcherItem.d.ts",
|
|
"lib/components/UIShell/index.d.ts",
|
|
"lib/components/UnorderedList/UnorderedList.d.ts",
|
|
"lib/components/UnorderedList/index.d.ts",
|
|
"index.d.ts",
|
|
"typings/shared.d.ts",
|
|
"carbon-components-react-tests.tsx"
|
|
]
|
|
}
|