1 | import { Alignment } from "./alignment";
|
2 | import { Elevation } from "./elevation";
|
3 | import { Intent } from "./intent";
|
4 | import { Position } from "./position";
|
5 | export declare const ACTIVE: string;
|
6 | export declare const ALIGN_LEFT: string;
|
7 | export declare const ALIGN_RIGHT: string;
|
8 | export declare const COMPACT: string;
|
9 | export declare const DARK: string;
|
10 | export declare const DISABLED: string;
|
11 | export declare const FILL: string;
|
12 | export declare const FIXED: string;
|
13 | export declare const FIXED_TOP: string;
|
14 | export declare const INLINE: string;
|
15 | export declare const INTERACTIVE: string;
|
16 | export declare const LARGE: string;
|
17 | export declare const LOADING: string;
|
18 | export declare const MINIMAL: string;
|
19 | export declare const OUTLINED: string;
|
20 | export declare const PADDED: string;
|
21 | export declare const MULTILINE: string;
|
22 | export declare const READ_ONLY: string;
|
23 | export declare const ROUND: string;
|
24 | export declare const SELECTED: string;
|
25 | export declare const SMALL: string;
|
26 | export declare const VERTICAL: string;
|
27 | export declare const POSITION_TOP: string;
|
28 | export declare const POSITION_BOTTOM: string;
|
29 | export declare const POSITION_LEFT: string;
|
30 | export declare const POSITION_RIGHT: string;
|
31 | export declare const ELEVATION_0: string;
|
32 | export declare const ELEVATION_1: string;
|
33 | export declare const ELEVATION_2: string;
|
34 | export declare const ELEVATION_3: string;
|
35 | export declare const ELEVATION_4: string;
|
36 | export declare const INTENT_PRIMARY: string;
|
37 | export declare const INTENT_SUCCESS: string;
|
38 | export declare const INTENT_WARNING: string;
|
39 | export declare const INTENT_DANGER: string;
|
40 | export declare const FOCUS_DISABLED: string;
|
41 | export declare const FOCUS_STYLE_MANAGER_IGNORE: string;
|
42 | export declare const UI_TEXT: string;
|
43 | export declare const RUNNING_TEXT: string;
|
44 | export declare const MONOSPACE_TEXT: string;
|
45 | export declare const TEXT_LARGE: string;
|
46 | export declare const TEXT_SMALL: string;
|
47 | export declare const TEXT_MUTED: string;
|
48 | export declare const TEXT_DISABLED: string;
|
49 | export declare const TEXT_OVERFLOW_ELLIPSIS: string;
|
50 | export declare const BLOCKQUOTE: string;
|
51 | export declare const CODE: string;
|
52 | export declare const CODE_BLOCK: string;
|
53 | export declare const HEADING: string;
|
54 | export declare const LIST: string;
|
55 | export declare const LIST_UNSTYLED: string;
|
56 | export declare const RTL: string;
|
57 | export declare const ALERT: string;
|
58 | export declare const ALERT_BODY: string;
|
59 | export declare const ALERT_CONTENTS: string;
|
60 | export declare const ALERT_FOOTER: string;
|
61 | export declare const BREADCRUMB: string;
|
62 | export declare const BREADCRUMB_CURRENT: string;
|
63 | export declare const BREADCRUMBS: string;
|
64 | export declare const BREADCRUMBS_COLLAPSED: string;
|
65 | export declare const BUTTON: string;
|
66 | export declare const BUTTON_GROUP: string;
|
67 | export declare const BUTTON_SPINNER: string;
|
68 | export declare const BUTTON_TEXT: string;
|
69 | export declare const CALLOUT: string;
|
70 | export declare const CALLOUT_HAS_BODY_CONTENT: string;
|
71 | export declare const CALLOUT_ICON: string;
|
72 | export declare const CARD: string;
|
73 | export declare const CARD_LIST: string;
|
74 | export declare const CARD_LIST_BORDERED: string;
|
75 | export declare const COLLAPSE: string;
|
76 | export declare const COLLAPSE_BODY: string;
|
77 | export declare const CONTEXT_MENU: string;
|
78 | export declare const CONTEXT_MENU_VIRTUAL_TARGET: string;
|
79 | export declare const CONTEXT_MENU_POPOVER: string;
|
80 | export declare const CONTEXT_MENU_BACKDROP: string;
|
81 | export declare const CONTROL_GROUP: string;
|
82 | export declare const DIALOG: string;
|
83 | export declare const DIALOG_CONTAINER: string;
|
84 | export declare const DIALOG_HEADER: string;
|
85 | export declare const DIALOG_BODY: string;
|
86 | export declare const DIALOG_BODY_SCROLL_CONTAINER: string;
|
87 | export declare const DIALOG_CLOSE_BUTTON: string;
|
88 | export declare const DIALOG_FOOTER: string;
|
89 | export declare const DIALOG_FOOTER_FIXED: string;
|
90 | export declare const DIALOG_FOOTER_MAIN_SECTION: string;
|
91 | export declare const DIALOG_FOOTER_ACTIONS: string;
|
92 | export declare const DIALOG_STEP: string;
|
93 | export declare const DIALOG_STEP_CONTAINER: string;
|
94 | export declare const DIALOG_STEP_TITLE: string;
|
95 | export declare const DIALOG_STEP_ICON: string;
|
96 | export declare const DIALOG_STEP_VIEWED: string;
|
97 | export declare const DIVIDER: string;
|
98 | export declare const DRAWER: string;
|
99 | export declare const DRAWER_BODY: string;
|
100 | export declare const DRAWER_FOOTER: string;
|
101 | export declare const DRAWER_HEADER: string;
|
102 | export declare const EDITABLE_TEXT: string;
|
103 | export declare const EDITABLE_TEXT_CONTENT: string;
|
104 | export declare const EDITABLE_TEXT_EDITING: string;
|
105 | export declare const EDITABLE_TEXT_INPUT: string;
|
106 | export declare const EDITABLE_TEXT_PLACEHOLDER: string;
|
107 | export declare const FLEX_EXPANDER: string;
|
108 | export declare const HTML_SELECT: string;
|
109 |
|
110 | export declare const SELECT: string;
|
111 | export declare const HTML_TABLE: string;
|
112 | export declare const HTML_TABLE_BORDERED: string;
|
113 | export declare const HTML_TABLE_STRIPED: string;
|
114 | export declare const INPUT: string;
|
115 | export declare const INPUT_GHOST: string;
|
116 | export declare const INPUT_GROUP: string;
|
117 | export declare const INPUT_LEFT_CONTAINER: string;
|
118 | export declare const INPUT_ACTION: string;
|
119 | export declare const RESIZABLE_INPUT_SPAN: string;
|
120 | export declare const TEXT_AREA: string;
|
121 | export declare const TEXT_AREA_AUTO_RESIZE: string;
|
122 | export declare const CONTROL: string;
|
123 | export declare const CONTROL_INDICATOR: string;
|
124 | export declare const CONTROL_INDICATOR_CHILD: string;
|
125 | export declare const CHECKBOX: string;
|
126 | export declare const RADIO: string;
|
127 | export declare const SWITCH: string;
|
128 | export declare const SWITCH_INNER_TEXT: string;
|
129 | export declare const FILE_INPUT: string;
|
130 | export declare const FILE_INPUT_HAS_SELECTION: string;
|
131 | export declare const FILE_UPLOAD_INPUT: string;
|
132 | export declare const FILE_UPLOAD_INPUT_CUSTOM_TEXT: string;
|
133 | export declare const KEY: string;
|
134 | export declare const KEY_COMBO: string;
|
135 | export declare const MODIFIER_KEY: string;
|
136 | export declare const HOTKEY: string;
|
137 | export declare const HOTKEY_LABEL: string;
|
138 | export declare const HOTKEY_COLUMN: string;
|
139 | export declare const HOTKEY_DIALOG: string;
|
140 | export declare const LABEL: string;
|
141 | export declare const FORM_GROUP: string;
|
142 | export declare const FORM_CONTENT: string;
|
143 | export declare const FORM_HELPER_TEXT: string;
|
144 | export declare const FORM_GROUP_SUB_LABEL: string;
|
145 | export declare const MENU: string;
|
146 | export declare const MENU_ITEM: string;
|
147 | export declare const MENU_ITEM_IS_SELECTABLE: string;
|
148 | export declare const MENU_ITEM_SELECTED_ICON: string;
|
149 | export declare const MENU_ITEM_ICON: string;
|
150 | export declare const MENU_ITEM_LABEL: string;
|
151 | export declare const MENU_SUBMENU: string;
|
152 | export declare const MENU_SUBMENU_ICON: string;
|
153 | export declare const MENU_DIVIDER: string;
|
154 | export declare const MENU_HEADER: string;
|
155 | export declare const MULTISTEP_DIALOG: string;
|
156 | export declare const MULTISTEP_DIALOG_PANELS: string;
|
157 | export declare const MULTISTEP_DIALOG_LEFT_PANEL: string;
|
158 | export declare const MULTISTEP_DIALOG_RIGHT_PANEL: string;
|
159 | export declare const MULTISTEP_DIALOG_NAV_TOP: string;
|
160 | export declare const MULTISTEP_DIALOG_NAV_RIGHT: string;
|
161 | export declare const SECTION: string;
|
162 | export declare const SECTION_COLLAPSED: string;
|
163 | export declare const SECTION_HEADER: string;
|
164 | export declare const SECTION_HEADER_LEFT: string;
|
165 | export declare const SECTION_HEADER_TITLE: string;
|
166 | export declare const SECTION_HEADER_SUB_TITLE: string;
|
167 | export declare const SECTION_HEADER_DIVIDER: string;
|
168 | export declare const SECTION_HEADER_TABS: string;
|
169 | export declare const SECTION_HEADER_RIGHT: string;
|
170 | export declare const SECTION_CARD: string;
|
171 | export declare const NAVBAR: string;
|
172 | export declare const NAVBAR_GROUP: string;
|
173 | export declare const NAVBAR_HEADING: string;
|
174 | export declare const NAVBAR_DIVIDER: string;
|
175 | export declare const NON_IDEAL_STATE: string;
|
176 | export declare const NON_IDEAL_STATE_VISUAL: string;
|
177 | export declare const NON_IDEAL_STATE_TEXT: string;
|
178 | export declare const NUMERIC_INPUT: string;
|
179 | export declare const OVERFLOW_LIST: string;
|
180 | export declare const OVERFLOW_LIST_SPACER: string;
|
181 | export declare const OVERLAY: string;
|
182 | export declare const OVERLAY_BACKDROP: string;
|
183 | export declare const OVERLAY_CONTAINER: string;
|
184 | export declare const OVERLAY_CONTENT: string;
|
185 | export declare const OVERLAY_INLINE: string;
|
186 | export declare const OVERLAY_OPEN: string;
|
187 | export declare const OVERLAY_SCROLL_CONTAINER: string;
|
188 | export declare const OVERLAY_START_FOCUS_TRAP: string;
|
189 | export declare const OVERLAY_END_FOCUS_TRAP: string;
|
190 | export declare const PANEL_STACK: string;
|
191 | export declare const PANEL_STACK_HEADER: string;
|
192 | export declare const PANEL_STACK_HEADER_BACK: string;
|
193 | export declare const PANEL_STACK_VIEW: string;
|
194 | export declare const PANEL_STACK2: string;
|
195 | export declare const PANEL_STACK2_HEADER: string;
|
196 | export declare const PANEL_STACK2_HEADER_BACK: string;
|
197 | export declare const PANEL_STACK2_VIEW: string;
|
198 | export declare const POPOVER: string;
|
199 | export declare const POPOVER_ARROW: string;
|
200 | export declare const POPOVER_BACKDROP: string;
|
201 | export declare const POPOVER_CAPTURING_DISMISS: string;
|
202 | export declare const POPOVER_CONTENT: string;
|
203 | export declare const POPOVER_CONTENT_PLACEMENT: string;
|
204 | export declare const POPOVER_CONTENT_SIZING: string;
|
205 | export declare const POPOVER_DISMISS: string;
|
206 | export declare const POPOVER_DISMISS_OVERRIDE: string;
|
207 | export declare const POPOVER_MATCH_TARGET_WIDTH: string;
|
208 | export declare const POPOVER_OPEN: string;
|
209 | export declare const POPOVER_POPPER_ESCAPED: string;
|
210 | export declare const POPOVER_REFERENCE_HIDDEN: string;
|
211 | export declare const POPOVER_TARGET: string;
|
212 | export declare const POPOVER_TRANSITION_CONTAINER: string;
|
213 |
|
214 | export declare const POPOVER_WRAPPER: string;
|
215 | export declare const PROGRESS_BAR: string;
|
216 | export declare const PROGRESS_METER: string;
|
217 | export declare const PROGRESS_NO_STRIPES: string;
|
218 | export declare const PROGRESS_NO_ANIMATION: string;
|
219 | export declare const PORTAL: string;
|
220 | export declare const SKELETON: string;
|
221 | export declare const SLIDER: string;
|
222 | export declare const SLIDER_AXIS: string;
|
223 | export declare const SLIDER_HANDLE: string;
|
224 | export declare const SLIDER_LABEL: string;
|
225 | export declare const SLIDER_TRACK: string;
|
226 | export declare const SLIDER_PROGRESS: string;
|
227 | export declare const START: string;
|
228 | export declare const END: string;
|
229 | export declare const SPINNER: string;
|
230 | export declare const SPINNER_ANIMATION: string;
|
231 | export declare const SPINNER_HEAD: string;
|
232 | export declare const SPINNER_NO_SPIN: string;
|
233 | export declare const SPINNER_TRACK: string;
|
234 | export declare const TAB: string;
|
235 | export declare const TAB_ICON: string;
|
236 | export declare const TAB_TAG: string;
|
237 | export declare const TAB_INDICATOR: string;
|
238 | export declare const TAB_INDICATOR_WRAPPER: string;
|
239 | export declare const TAB_LIST: string;
|
240 | export declare const TAB_PANEL: string;
|
241 | export declare const TABS: string;
|
242 | export declare const TAG: string;
|
243 | export declare const TAG_REMOVE: string;
|
244 | export declare const TAG_INPUT: string;
|
245 | export declare const TAG_INPUT_ICON: string;
|
246 | export declare const TAG_INPUT_VALUES: string;
|
247 | export declare const TOAST: string;
|
248 | export declare const TOAST_CONTAINER: string;
|
249 | export declare const TOAST_MESSAGE: string;
|
250 | export declare const TOOLTIP: string;
|
251 | export declare const TOOLTIP_INDICATOR: string;
|
252 | export declare const TREE: string;
|
253 | export declare const TREE_NODE: string;
|
254 | export declare const TREE_NODE_CARET: string;
|
255 | export declare const TREE_NODE_CARET_CLOSED: string;
|
256 | export declare const TREE_NODE_CARET_NONE: string;
|
257 | export declare const TREE_NODE_CARET_OPEN: string;
|
258 | export declare const TREE_NODE_CONTENT: string;
|
259 | export declare const TREE_NODE_EXPANDED: string;
|
260 | export declare const TREE_NODE_ICON: string;
|
261 | export declare const TREE_NODE_LABEL: string;
|
262 | export declare const TREE_NODE_LIST: string;
|
263 | export declare const TREE_NODE_SECONDARY_LABEL: string;
|
264 | export declare const TREE_NODE_SELECTED: string;
|
265 | export declare const TREE_ROOT: string;
|
266 | export declare const ICON: string;
|
267 | export declare const ICON_STANDARD: string;
|
268 | export declare const ICON_LARGE: string;
|
269 |
|
270 |
|
271 |
|
272 |
|
273 | export declare function getClassNamespace(): string;
|
274 |
|
275 | export declare function alignmentClass(alignment: Alignment | undefined): string | undefined;
|
276 | export declare function elevationClass(elevation: Elevation): string;
|
277 | export declare function elevationClass(elevation: undefined): undefined;
|
278 | export declare function elevationClass(elevation: Elevation | undefined): string | undefined;
|
279 |
|
280 |
|
281 |
|
282 | export declare function iconClass(iconName: string): string;
|
283 | export declare function iconClass(iconName: undefined): undefined;
|
284 | export declare function iconClass(iconName: string | undefined): string | undefined;
|
285 |
|
286 | export declare function intentClass(intent: Intent): string;
|
287 | export declare function intentClass(intent: typeof Intent.NONE | undefined): undefined;
|
288 | export declare function intentClass(intent: Intent | undefined): Intent | undefined;
|
289 | export declare function positionClass(position: Position): string;
|
290 | export declare function positionClass(position: undefined): undefined;
|
291 | export declare function positionClass(position: Position | undefined): string | undefined;
|