@carbon/ibm-products
Version:
Carbon for IBM Products
133 lines (132 loc) • 4.57 kB
TypeScript
export namespace carbon {
const themes: any;
let prefix: string;
}
export const pkg: {
devtoolsAttribute: string;
getDevtoolsId: typeof import("./global/js/package-settings").getDevtoolsId;
prefix: string;
component: {
AboutModal: boolean;
APIKeyModal: boolean;
Cascade: boolean;
Checklist: boolean;
CreateModal: boolean;
CreateFullPage: boolean;
CreateFullPageStep: boolean;
CreateSidePanel: boolean;
CreateTearsheetNarrow: boolean;
CreateTearsheet: boolean;
CreateTearsheetStep: boolean;
CreateTearsheetDivider: boolean;
Datagrid: boolean;
EditInPlace: boolean;
EmptyState: boolean;
ErrorEmptyState: boolean;
ExportModal: boolean;
ExpressiveCard: boolean;
FullPageError: boolean;
HTTPError403: boolean;
HTTPError404: boolean;
HTTPErrorOther: boolean;
ImportModal: boolean;
MultiAddSelect: boolean;
NotificationsPanel: boolean;
NoDataEmptyState: boolean;
NoTagsEmptyState: boolean;
NotFoundEmptyState: boolean;
NotificationsEmptyState: boolean;
OptionsTile: boolean;
PageHeader: boolean;
ProductiveCard: boolean;
RemoveModal: boolean;
Saving: boolean;
SidePanel: boolean;
SingleAddSelect: boolean;
StatusIcon: boolean;
TagSet: boolean;
Tearsheet: boolean;
TearsheetNarrow: boolean;
UnauthorizedEmptyState: boolean;
UserProfileImage: boolean;
WebTerminal: boolean;
WebTerminalContentWrapper: boolean;
WebTerminalProvider: boolean;
UserAvatar: boolean;
Toolbar: boolean;
ToolbarButton: boolean;
ToolbarGroup: boolean;
EditSidePanel: boolean;
CancelableTextEdit: boolean;
DataSpreadsheet: boolean;
EditTearsheet: boolean;
EditTearsheetForm: boolean;
EditTearsheetNarrow: boolean;
EditFullPage: boolean;
EditUpdateCards: boolean;
Nav: boolean;
NavItem: boolean;
NavList: boolean;
BigNumbers: boolean;
TruncatedList: boolean;
DelimitedList: boolean;
ScrollGradient: boolean;
StringFormatter: boolean;
StatusIndicator: boolean;
StatusIndicatorStep: boolean;
TagOverflow: boolean;
ActionBar: boolean;
FilterPanel: boolean;
FilterPanelAccordion: boolean;
FilterPanelAccordionItem: boolean;
FilterPanelCheckbox: boolean;
FilterPanelCheckboxWithOverflow: boolean;
FilterPanelGroup: boolean;
FilterPanelLabel: boolean;
FilterPanelSearch: boolean;
ConditionBuilder: boolean;
GetStartedCard: boolean;
Coachmark: boolean;
CoachmarkBeacon: boolean;
CoachmarkButton: boolean;
CoachmarkFixed: boolean;
CoachmarkOverlayElement: boolean;
CoachmarkOverlayElements: boolean;
CoachmarkStack: boolean;
Decorator: boolean;
DecoratorLink: boolean;
DecoratorSingleButton: boolean;
DecoratorDualButton: boolean;
DescriptionList: boolean;
DescriptionListBody: boolean;
DescriptionListCell: boolean;
DescriptionListRow: boolean;
SearchBar: boolean;
EmptyStateV2: boolean;
Guidebanner: boolean;
GuidebannerElement: boolean;
GuidebannerElementButton: boolean;
GuidebannerElementLink: boolean;
InlineTip: boolean;
InlineTipButton: boolean;
InlineTipLink: boolean;
InterstitialScreen: boolean;
NonLinearReading: boolean;
};
feature: {
'default-portal-target-body': boolean;
'Datagrid.useInlineEdit': boolean;
'Datagrid.useEditableCell': boolean;
'Datagrid.useCustomizeColumns': boolean;
'ExampleComponent.secondaryIcon': boolean;
'ExampleComponent.useExample': boolean;
};
isComponentEnabled: (componentOrName: any, byDefault?: boolean) => any;
isComponentPublic: (componentOrName: any, byDefault?: boolean) => boolean;
isFeatureEnabled: (featureName: any, byDefault?: boolean) => any;
checkReportFeatureEnabled(featureName: any): true | undefined;
isFeaturePublic: (featureName: any, byDefault?: boolean) => boolean;
setAllComponents: (enabled: any) => void;
setAllFeatures: (enabled: any) => void;
_silenceWarnings: (value: any) => void;
};