@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
57 lines (56 loc) • 1.67 kB
TypeScript
export declare const CSS: {
actionsEnd: string;
actionsStart: string;
description: string;
close: string;
collapsed: string;
container: string;
containerHover: string;
containerBorder: string;
containerBorderSelected: string;
containerBorderUnselected: string;
content: string;
contentBottom: string;
contentContainer: string;
contentContainerHasCenterContent: string;
contentContainerSelectable: string;
contentContainerUnavailable: string;
contentContainerWrapper: string;
contentContainerWrapperBordered: string;
contentEnd: string;
contentStart: string;
customContent: string;
expandedContainer: string;
dragContainer: string;
gridCell: string;
icon: string;
nestedContainer: string;
nestedContainerExpanded: string;
label: string;
row: string;
selectionContainer: string;
selectionContainerSingle: string;
wrapper: string;
wrapperBordered: string;
};
export declare const SLOTS: {
actionsStart: string;
contentStart: string;
content: string;
contentBottom: string;
contentEnd: string;
actionsEnd: string;
};
export declare const MAX_COLUMNS = 0;
export declare const ICONS: {
readonly selectedMultiple: "check-square-f";
readonly selectedSingle: "circle-inset-large";
readonly unselectedMultiple: "square";
readonly unselectedSingle: "circle";
readonly collapsedLTR: "chevron-right";
readonly collapsedRTL: "chevron-left";
readonly open: "chevron-down";
readonly blank: "blank";
readonly close: "x";
};
export declare const activeCellTestAttribute = "data-test-active";