UNPKG

@qbcart/company-ui-material-design

Version:

Streaming import to Google's Material Design web components.

128 lines (127 loc) 4.35 kB
import * as checkbox from '@material/checkbox'; import * as dataTable from '@material/data-table'; import * as iconButton from '@material/icon-button'; import * as linearProgress from '@material/linear-progress'; import * as list from '@material/list'; import * as menu from '@material/menu'; import * as menuSurface from '@material/menu-surface'; import * as notchedOutline from '@material/notched-outline'; import * as select from '@material/select'; declare const _default: { MDCSelect: typeof select.MDCSelect; cssClasses: { ACTIVATED: string; DISABLED: string; FOCUSED: string; INVALID: string; MENU_INVALID: string; OUTLINED: string; REQUIRED: string; ROOT: string; WITH_LEADING_ICON: string; }; strings: { ARIA_CONTROLS: string; ARIA_DESCRIBEDBY: string; ARIA_SELECTED_ATTR: string; CHANGE_EVENT: string; HIDDEN_INPUT_SELECTOR: string; LABEL_SELECTOR: string; LEADING_ICON_SELECTOR: string; LINE_RIPPLE_SELECTOR: string; MENU_SELECTOR: string; OUTLINE_SELECTOR: string; SELECTED_TEXT_SELECTOR: string; SELECT_ANCHOR_SELECTOR: string; VALUE_ATTR: string; }; numbers: { LABEL_SCALE: number; UNSET_INDEX: number; CLICK_DEBOUNCE_TIMEOUT_MS: number; }; MDCSelectFoundation: typeof select.MDCSelectFoundation; helperTextCssClasses: { HELPER_TEXT_VALIDATION_MSG: string; HELPER_TEXT_VALIDATION_MSG_PERSISTENT: string; }; helperTextStrings: { ARIA_HIDDEN: string; ROLE: string; }; MDCSelectHelperText: typeof select.MDCSelectHelperText; MDCSelectHelperTextFoundation: typeof select.MDCSelectHelperTextFoundation; iconStrings: { ICON_EVENT: string; ICON_ROLE: string; }; MDCSelectIcon: typeof select.MDCSelectIcon; MDCSelectIconFoundation: typeof select.MDCSelectIconFoundation; MDCNotchedOutline: typeof notchedOutline.MDCNotchedOutline; MDCNotchedOutlineFoundation: typeof notchedOutline.MDCNotchedOutlineFoundation; MDCMenuSurface: typeof menuSurface.MDCMenuSurface; CornerBit: typeof menuSurface.CornerBit; Corner: typeof menu.Corner; MDCMenuSurfaceFoundation: typeof menuSurface.MDCMenuSurfaceFoundation; MDCMenu: typeof menu.MDCMenu; DefaultFocusState: typeof menu.DefaultFocusState; MDCMenuFoundation: typeof menu.MDCMenuFoundation; MDCList: typeof list.MDCList; deprecatedClassNameMap: { [x: string]: string; }; evolutionAttribute: "evolution"; evolutionClassNameMap: { [x: string]: string; }; MDCListFoundation: typeof list.MDCListFoundation; MDCLinearProgress: typeof linearProgress.MDCLinearProgress; animationDimensionPercentages: { PRIMARY_HALF: number; PRIMARY_FULL: number; SECONDARY_QUARTER: number; SECONDARY_HALF: number; SECONDARY_FULL: number; }; MDCLinearProgressFoundation: typeof linearProgress.MDCLinearProgressFoundation; MDCIconButtonToggle: typeof iconButton.MDCIconButtonToggle; MDCIconButtonToggleFoundation: typeof iconButton.MDCIconButtonToggleFoundation; MDCDataTable: typeof dataTable.MDCDataTable; MDCDataTableFoundation: typeof dataTable.MDCDataTableFoundation; attributes: { ARIA_SELECTED: string; ARIA_SORT: string; }; dataAttributes: { COLUMN_ID: string; ROW_ID: string; }; selectors: { CONTENT: string; HEADER_CELL: string; HEADER_CELL_WITH_SORT: string; HEADER_ROW: string; HEADER_ROW_CHECKBOX: string; PROGRESS_INDICATOR: string; ROW: string; ROW_CHECKBOX: string; ROW_SELECTED: string; SORT_ICON_BUTTON: string; SORT_STATUS_LABEL: string; }; messages: { SORTED_IN_DESCENDING: string; SORTED_IN_ASCENDING: string; }; SortValue: typeof dataTable.SortValue; events: { ROW_CLICK: string; ROW_SELECTION_CHANGED: string; SELECTED_ALL: string; SORTED: string; UNSELECTED_ALL: string; }; MDCCheckbox: typeof checkbox.MDCCheckbox; MDCCheckboxFoundation: typeof checkbox.MDCCheckboxFoundation; }; export default _default;