ag-grid-community 32.2.1 → 32.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/ag-grid-community.js +5 -5
  2. package/dist/ag-grid-community.min.js +1 -1
  3. package/dist/ag-grid-community.min.noStyle.js +1 -1
  4. package/dist/ag-grid-community.noStyle.js +5 -5
  5. package/dist/package/main.cjs.js +5 -5
  6. package/dist/package/main.cjs.min.js +4 -4
  7. package/dist/package/main.esm.min.mjs +4 -4
  8. package/dist/package/main.esm.mjs +5 -5
  9. package/dist/package/package.json +7 -7
  10. package/dist/types/client-side-row-model/version.d.ts +1 -1
  11. package/dist/types/core/version.d.ts +1 -1
  12. package/dist/types/csv-export/version.d.ts +1 -1
  13. package/dist/types/infinite-row-model/version.d.ts +1 -1
  14. package/dist/types/main.d.ts +1 -0
  15. package/dist/types/theming/Part.d.ts +33 -0
  16. package/dist/types/theming/Theme.d.ts +39 -0
  17. package/dist/types/theming/main.d.ts +9 -0
  18. package/dist/types/theming/styles/core/GENERATED-core.d.ts +1 -0
  19. package/dist/types/theming/styles/core/core-css.d.ts +468 -0
  20. package/dist/types/theming/styles/parts/checkbox-style/GENERATED-checkbox-style-default.d.ts +1 -0
  21. package/dist/types/theming/styles/parts/checkbox-style/checkbox-styles.d.ts +56 -0
  22. package/dist/types/theming/styles/parts/color-scheme/color-schemes.d.ts +6 -0
  23. package/dist/types/theming/styles/parts/icon-set/alpine/GENERATED-icon-set-alpine.d.ts +1 -0
  24. package/dist/types/theming/styles/parts/icon-set/alpine/icon-set-alpine.d.ts +1 -0
  25. package/dist/types/theming/styles/parts/icon-set/icon-sets.d.ts +3 -0
  26. package/dist/types/theming/styles/parts/icon-set/material/GENERATED-icon-set-material.d.ts +1 -0
  27. package/dist/types/theming/styles/parts/icon-set/material/icon-set-material.d.ts +1 -0
  28. package/dist/types/theming/styles/parts/icon-set/quartz/GENERATED-icon-set-quartz.d.ts +1 -0
  29. package/dist/types/theming/styles/parts/icon-set/quartz/icon-set-quartz.d.ts +6 -0
  30. package/dist/types/theming/styles/parts/icon-set/quartz/quartz-icon-data.d.ts +3 -0
  31. package/dist/types/theming/styles/parts/input-style/GENERATED-input-style-base.d.ts +1 -0
  32. package/dist/types/theming/styles/parts/input-style/GENERATED-input-style-underlined.d.ts +1 -0
  33. package/dist/types/theming/styles/parts/input-style/input-styles.d.ts +70 -0
  34. package/dist/types/theming/styles/parts/tab-style/GENERATED-tab-style-base.d.ts +1 -0
  35. package/dist/types/theming/styles/parts/tab-style/GENERATED-tab-style-rolodex.d.ts +1 -0
  36. package/dist/types/theming/styles/parts/tab-style/tab-styles.d.ts +101 -0
  37. package/dist/types/theming/styles/parts/theme/themes.d.ts +3 -0
  38. package/dist/types/theming/theme-types.d.ts +206 -0
  39. package/dist/types/theming/theme-utils.d.ts +8 -0
  40. package/dist/types/theming/version.d.ts +1 -0
  41. package/package.json +7 -7
@@ -0,0 +1,468 @@
1
+ import type { BorderStyleValue, BorderValue, ColorSchemeValue, ColorValue, DurationValue, FontFamilyValue, FontWeightValue, LengthValue, ScaleValue, ShadowValue } from '../../theme-types';
2
+ export { coreCSS } from './GENERATED-core';
3
+ /**
4
+ * All possible theme param types - the actual params available will be a subset of this type depending on the parts in use by the theme.
5
+ */
6
+ export type CoreParams = {
7
+ /**
8
+ * The 'brand color' for the grid, used wherever a non-neutral color is required. Selections, focus outlines and checkboxes use the accent color by default.
9
+ */
10
+ accentColor: ColorValue;
11
+ /**
12
+ * Color of the dividing line above the buttons in the advanced filter builder
13
+ */
14
+ advancedFilterBuilderButtonBarBorder: BorderValue;
15
+ /**
16
+ * Color of the column pills in the Advanced Filter Builder
17
+ */
18
+ advancedFilterBuilderColumnPillColor: ColorValue;
19
+ /**
20
+ * Amount that each level of the nesting in the advanced filter builder is indented by
21
+ */
22
+ advancedFilterBuilderIndentSize: LengthValue;
23
+ /**
24
+ * Color of the join operator pills in the Advanced Filter Builder
25
+ */
26
+ advancedFilterBuilderJoinPillColor: ColorValue;
27
+ /**
28
+ * Color of the filter option pills in the Advanced Filter Builder
29
+ */
30
+ advancedFilterBuilderOptionPillColor: ColorValue;
31
+ /**
32
+ * Color of the value pills in the Advanced Filter Builder
33
+ */
34
+ advancedFilterBuilderValuePillColor: ColorValue;
35
+ /**
36
+ * Background color of the grid. Many UI elements are semi-transparent, so their color blends with the background color.
37
+ */
38
+ backgroundColor: ColorValue;
39
+ /**
40
+ * Default color for borders.
41
+ */
42
+ borderColor: ColorValue;
43
+ /**
44
+ * Default corner radius for many UI elements such as menus, dialogs and form widgets.
45
+ */
46
+ borderRadius: LengthValue;
47
+ /**
48
+ * The CSS color-scheme to apply to the grid, which affects the default appearance of browser scrollbars form inputs unless these have been styled with CSS.
49
+ */
50
+ browserColorScheme: ColorSchemeValue;
51
+ /**
52
+ * Padding at the start and end of grid cells and header cells.
53
+ */
54
+ cellHorizontalPadding: LengthValue;
55
+ /**
56
+ * Multiply the cell horizontal padding by a number, e.g. 1.5 to increase by 50%
57
+ */
58
+ cellHorizontalPaddingScale: ScaleValue;
59
+ /**
60
+ * Color of text in grid cells.
61
+ */
62
+ cellTextColor: ColorValue;
63
+ /**
64
+ * Horizontal spacing between widgets inside cells (e.g. row group expand buttons and row selection checkboxes).
65
+ */
66
+ cellWidgetSpacing: LengthValue;
67
+ /**
68
+ * Color of form field labels within the chart editing panel for integrated charts
69
+ */
70
+ chartMenuLabelColor: ColorValue;
71
+ /**
72
+ * Width of the chart editing panel for integrated charts
73
+ */
74
+ chartMenuPanelWidth: LengthValue;
75
+ /**
76
+ * Background color for non-data areas of the grid. Headers, tool panels and menus use this color by default.
77
+ */
78
+ chromeBackgroundColor: ColorValue;
79
+ /**
80
+ * Vertical borders between columns within the grid only, excluding headers.
81
+ */
82
+ columnBorder: BorderValue;
83
+ /**
84
+ * Background color for the representation of columns within the column drop component
85
+ */
86
+ columnDropCellBackgroundColor: ColorValue;
87
+ /**
88
+ * Border for the representation of columns within the column drop component
89
+ */
90
+ columnDropCellBorder: BorderValue;
91
+ /**
92
+ * Background color when hovering over columns in the grid. This is not visible unless enabled in the grid options.
93
+ */
94
+ columnHoverColor: ColorValue;
95
+ /**
96
+ * Amount of indentation for each level of children when selecting grouped columns in the column select widget.
97
+ */
98
+ columnSelectIndentSize: LengthValue;
99
+ /**
100
+ * Border color popup dialogs such as the integrated charts and the advanced filter builder.
101
+ */
102
+ dialogBorder: BorderValue;
103
+ /**
104
+ * Shadow for popup dialogs such as the integrated charts and the advanced filter builder.
105
+ */
106
+ dialogShadow: ShadowValue;
107
+ /**
108
+ * Background color of the drag and drop image component element when dragging columns
109
+ */
110
+ dragAndDropImageBackgroundColor: ColorValue;
111
+ /**
112
+ * Border color of the drag and drop image component element when dragging columns
113
+ */
114
+ dragAndDropImageBorder: BorderValue;
115
+ /**
116
+ * Shadow for the drag and drop image component element when dragging columns
117
+ */
118
+ dragAndDropImageShadow: ShadowValue;
119
+ /**
120
+ * Color of the drag handle on draggable rows and column markers
121
+ */
122
+ dragHandleColor: ColorValue;
123
+ /**
124
+ * Default shadow for dropdown menus
125
+ */
126
+ dropdownShadow: ShadowValue;
127
+ /**
128
+ * How much to indent child columns in the filters tool panel relative to their parent
129
+ */
130
+ filterToolPanelGroupIndent: LengthValue;
131
+ /**
132
+ * Shadow around UI controls that have focus e.g. text inputs and buttons. The value must a valid CSS box-shadow.
133
+ */
134
+ focusShadow: ShadowValue;
135
+ /**
136
+ * Font family used for all text.
137
+ */
138
+ fontFamily: FontFamilyValue;
139
+ /**
140
+ * Default font size for text throughout the grid UI
141
+ */
142
+ fontSize: LengthValue;
143
+ /**
144
+ * Font size for data in grid rows
145
+ */
146
+ dataFontSize: LengthValue;
147
+ /**
148
+ * Horizontal borders above footer components like the pagination and status bars
149
+ */
150
+ footerRowBorder: BorderValue;
151
+ /**
152
+ * Default color for neutral UI elements. Most text, borders and backgrounds are defined as semi-transparent versions of this color, resulting in a blend between the background and foreground colours.
153
+ */
154
+ foregroundColor: ColorValue;
155
+ /**
156
+ * Amount of spacing around and inside UI elements. All padding and margins in the grid are defined as a multiple of this value.
157
+ */
158
+ spacing: LengthValue;
159
+ /**
160
+ * Background color for header and header-like.
161
+ */
162
+ headerBackgroundColor: ColorValue;
163
+ /**
164
+ * Duration in seconds of the background color transition if headerCellHoverBackgroundColor or headerCellMovingBackgroundColor is set.
165
+ */
166
+ headerCellBackgroundTransitionDuration: DurationValue;
167
+ /**
168
+ * Background color of a header cell when hovering over it, or `transparent` for no change.
169
+ */
170
+ headerCellHoverBackgroundColor: ColorValue;
171
+ /**
172
+ * Background color of a header cell when dragging to reposition it, or `transparent` for no change.
173
+ */
174
+ headerCellMovingBackgroundColor: ColorValue;
175
+ /**
176
+ * Vertical borders between columns within headers.
177
+ */
178
+ headerColumnBorder: BorderValue;
179
+ /**
180
+ * Height of the vertical border between column headers. Percentage values are relative to the header height.
181
+ */
182
+ headerColumnBorderHeight: LengthValue;
183
+ /**
184
+ * Color of the drag handle on resizable header columns. Set this to transparent to hide the resize handle.
185
+ */
186
+ headerColumnResizeHandleColor: ColorValue;
187
+ /**
188
+ * Height of the drag handle on resizable header columns. Percentage values are relative to the header height.
189
+ */
190
+ headerColumnResizeHandleHeight: LengthValue;
191
+ /**
192
+ * Width of the drag handle on resizable header columns.
193
+ */
194
+ headerColumnResizeHandleWidth: LengthValue;
195
+ /**
196
+ * Font family of text in the header
197
+ */
198
+ headerFontFamily: FontFamilyValue;
199
+ /**
200
+ * Size of text in the header
201
+ */
202
+ headerFontSize: LengthValue;
203
+ /**
204
+ * Font weight of text in the header
205
+ */
206
+ headerFontWeight: FontWeightValue;
207
+ /**
208
+ * Height of header rows. NOTE: by default this value is calculated to leave enough room for text, icons and padding. Most applications should leave it as is and use rowVerticalPaddingScale to change padding.
209
+ */
210
+ headerHeight: LengthValue;
211
+ /**
212
+ * Borders between and below header rows.
213
+ */
214
+ headerRowBorder: BorderValue;
215
+ /**
216
+ * Color of text in the header
217
+ */
218
+ headerTextColor: ColorValue;
219
+ /**
220
+ * Multiply the header vertical padding by a number, e.g. 1.5 to increase by 50%
221
+ */
222
+ headerVerticalPaddingScale: ScaleValue;
223
+ /**
224
+ * Background color of clickable icons when hovered
225
+ */
226
+ iconButtonHoverBackgroundColor: ColorValue;
227
+ /**
228
+ * Hover color for clickable icons
229
+ */
230
+ iconButtonHoverColor: ColorValue;
231
+ /**
232
+ * The size of square icons and icon-buttons
233
+ */
234
+ iconSize: LengthValue;
235
+ /**
236
+ * The color for inputs and UI controls in an invalid state.
237
+ */
238
+ invalidColor: ColorValue;
239
+ /**
240
+ * Height of items in scrolling lists e.g. dropdown select inputs and column menu set filters.
241
+ */
242
+ listItemHeight: LengthValue;
243
+ /**
244
+ * Background color for menus e.g. column menu and right-click context menu
245
+ */
246
+ menuBackgroundColor: ColorValue;
247
+ /**
248
+ * Border around menus e.g. column menu and right-click context menu
249
+ */
250
+ menuBorder: BorderValue;
251
+ /**
252
+ * Color of the dividing line between sections of menus e.g. column menu and right-click context menu
253
+ */
254
+ menuSeparatorColor: ColorValue;
255
+ /**
256
+ * Shadow for menus e.g. column menu and right-click context menu
257
+ */
258
+ menuShadow: ShadowValue;
259
+ /**
260
+ * Text color for menus e.g. column menu and right-click context menu
261
+ */
262
+ menuTextColor: ColorValue;
263
+ /**
264
+ * Background color of the overlay shown over the grid e.g. a data loading indicator.
265
+ */
266
+ modalOverlayBackgroundColor: ColorValue;
267
+ /**
268
+ * Background color applied to every other row
269
+ */
270
+ oddRowBackgroundColor: ColorValue;
271
+ /**
272
+ * Background color for panels and dialogs such as the integrated charts and the advanced filter builder.
273
+ */
274
+ panelBackgroundColor: ColorValue;
275
+ /**
276
+ * Background color for the title bar of panels and dialogs such as the integrated charts and the advanced filter builder.
277
+ */
278
+ panelTitleBarBackgroundColor: ColorValue;
279
+ /**
280
+ * Border below the title bar of panels and dialogs such as the integrated charts and the advanced filter builder.
281
+ */
282
+ panelTitleBarBorder: BorderValue;
283
+ /**
284
+ * Vertical borders between columns that are pinned to the left or right and the rest of the grid
285
+ */
286
+ pinnedColumnBorder: BorderValue;
287
+ /**
288
+ * Horizontal borders between the grid and rows that are pinned to the top or bottom and the rest of the grid
289
+ */
290
+ pinnedRowBorder: BorderValue;
291
+ /**
292
+ * Default shadow for elements that float above the grid e.g. dialogs and menus
293
+ */
294
+ popupShadow: ShadowValue;
295
+ /**
296
+ * Background color of selected cell ranges. Choosing a semi-transparent color ensure that multiple overlapping ranges look correct.
297
+ */
298
+ rangeSelectionBackgroundColor: ColorValue;
299
+ /**
300
+ * The color used for borders around range selections. The selection background defaults to a semi-transparent version of this color.
301
+ */
302
+ rangeSelectionBorderColor: ColorValue;
303
+ /**
304
+ * Border style around range selections.
305
+ */
306
+ rangeSelectionBorderStyle: BorderStyleValue;
307
+ /**
308
+ * Background color for cells that provide data to the current range chart
309
+ */
310
+ rangeSelectionChartBackgroundColor: ColorValue;
311
+ /**
312
+ * Background color for cells that provide categories to the current range chart
313
+ */
314
+ rangeSelectionChartCategoryBackgroundColor: ColorValue;
315
+ /**
316
+ * Background color to briefly apply to a cell range when the user copies from or pastes into it.
317
+ */
318
+ rangeSelectionHighlightColor: ColorValue;
319
+ /**
320
+ * Horizontal borders between rows.
321
+ */
322
+ rowBorder: BorderValue;
323
+ /**
324
+ * The size of indentation applied to each level of row grouping - deep rows are indented by a multiple of this value.
325
+ */
326
+ rowGroupIndentSize: LengthValue;
327
+ /**
328
+ * Height of grid rows. NOTE: by default this value is calculated to leave enough room for text, icons and padding. Most applications should leave it as is and use rowVerticalPaddingScale to change padding.
329
+ */
330
+ rowHeight: LengthValue;
331
+ /**
332
+ * Background color when hovering over rows in the grid and in dropdown menus. Set to `transparent` to disable the hover effect. Note: if you want a hover effect on one but not the other, use CSS selectors instead of this property.
333
+ */
334
+ rowHoverColor: ColorValue;
335
+ /**
336
+ * Color of the skeleton loading effect used when loading row data with the Server-side Row Model
337
+ */
338
+ rowLoadingSkeletonEffectColor: ColorValue;
339
+ /**
340
+ * Multiply the row vertical padding by a number, e.g. 1.5 to increase by 50%. Has no effect if rowHeight is set.
341
+ */
342
+ rowVerticalPaddingScale: ScaleValue;
343
+ /**
344
+ * Background color for selected items within the multiple select widget
345
+ */
346
+ selectCellBackgroundColor: ColorValue;
347
+ /**
348
+ * Border for selected items within the multiple select widget
349
+ */
350
+ selectCellBorder: BorderValue;
351
+ /**
352
+ * Background color of selected rows in the grid and in dropdown menus.
353
+ */
354
+ selectedRowBackgroundColor: ColorValue;
355
+ /**
356
+ * Amount of indentation for each level of child items in the Set Filter list when filtering tree data.
357
+ */
358
+ setFilterIndentSize: LengthValue;
359
+ /**
360
+ * Background color for non-data areas of the grid. Headers, tool panels and menus use this color by default.
361
+ */
362
+ sideBarBackgroundColor: ColorValue;
363
+ /**
364
+ * Default width of the sidebar that contains the columns and filters tool panels
365
+ */
366
+ sideBarPanelWidth: LengthValue;
367
+ /**
368
+ * Borders between the grid and side panels including the column and filter tool bars, and chart settings
369
+ */
370
+ sidePanelBorder: BorderValue;
371
+ /**
372
+ * Color of text and UI elements that should stand out less than the default.
373
+ */
374
+ subtleTextColor: ColorValue;
375
+ /**
376
+ * Default color for all text
377
+ */
378
+ textColor: ColorValue;
379
+ /**
380
+ * Width of the toggle button outer border
381
+ */
382
+ toggleButtonBorderWidth: LengthValue;
383
+ /**
384
+ * Height of the whole toggle button component
385
+ */
386
+ toggleButtonHeight: LengthValue;
387
+ /**
388
+ * Color of the toggle button background in its 'off' state
389
+ */
390
+ toggleButtonOffBackgroundColor: ColorValue;
391
+ /**
392
+ * Color of the toggle button's outer border in its 'off' state
393
+ */
394
+ toggleButtonOffBorderColor: ColorValue;
395
+ /**
396
+ * Color of the toggle button background in its 'on' state
397
+ */
398
+ toggleButtonOnBackgroundColor: ColorValue;
399
+ /**
400
+ * Color of the toggle button outer border in its 'on' state
401
+ */
402
+ toggleButtonOnBorderColor: ColorValue;
403
+ /**
404
+ * Background color of the toggle button switch (the bit that slides from left to right)
405
+ */
406
+ toggleButtonSwitchBackgroundColor: ColorValue;
407
+ /**
408
+ * Border color of the toggle button switch (the bit that slides from left to right)
409
+ */
410
+ toggleButtonSwitchBorderColor: ColorValue;
411
+ /**
412
+ * Width of the whole toggle button component
413
+ */
414
+ toggleButtonWidth: LengthValue;
415
+ /**
416
+ * The dividing line between sections of menus e.g. column menu and right-click context menu
417
+ */
418
+ toolPanelSeparatorBorder: BorderValue;
419
+ /**
420
+ * Background color for tooltips
421
+ */
422
+ tooltipBackgroundColor: ColorValue;
423
+ /**
424
+ * Border for tooltips
425
+ */
426
+ tooltipBorder: BorderValue;
427
+ /**
428
+ * Text color for tooltips
429
+ */
430
+ tooltipTextColor: ColorValue;
431
+ /**
432
+ * Color to temporarily apply to cell data when its value decreases in an agAnimateShowChangeCellRenderer cell
433
+ */
434
+ valueChangeDeltaDownColor: ColorValue;
435
+ /**
436
+ * Color to temporarily apply to cell data when its value increases in an agAnimateShowChangeCellRenderer cell
437
+ */
438
+ valueChangeDeltaUpColor: ColorValue;
439
+ /**
440
+ * Background color to apply when a cell value changes and enableCellChangeFlash is enabled
441
+ */
442
+ valueChangeValueHighlightBackgroundColor: ColorValue;
443
+ /**
444
+ * The horizontal padding of containers that contain stacked widgets, such as menus and tool panels
445
+ */
446
+ widgetContainerHorizontalPadding: LengthValue;
447
+ /**
448
+ * The vertical padding of containers that contain stacked widgets, such as menus and tool panels
449
+ */
450
+ widgetContainerVerticalPadding: LengthValue;
451
+ /**
452
+ * The spacing between widgets in containers arrange widgets horizontally
453
+ */
454
+ widgetHorizontalSpacing: LengthValue;
455
+ /**
456
+ * The spacing between widgets in containers arrange widgets vertically
457
+ */
458
+ widgetVerticalSpacing: LengthValue;
459
+ /**
460
+ * Borders around the outside of the grid
461
+ */
462
+ wrapperBorder: BorderValue;
463
+ /**
464
+ * Corner radius of the outermost container around the grid.
465
+ */
466
+ wrapperBorderRadius: LengthValue;
467
+ };
468
+ export declare const coreDefaults: CoreParams;
@@ -0,0 +1 @@
1
+ export declare const checkboxStyleDefaultCSS = ".ag-checkbox-input-wrapper,.ag-radio-button-input-wrapper{background-color:var(--ag-checkbox-unchecked-background-color);border:solid var(--ag-checkbox-border-width) var(--ag-checkbox-unchecked-border-color);flex:none;height:var(--ag-icon-size);position:relative;width:var(--ag-icon-size);& input{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:100%;opacity:0;width:100%}&:after{content:\"\";display:block;inset:0;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;pointer-events:none;position:absolute}&.ag-checked{background-color:var(--ag-checkbox-checked-background-color);border-color:var(--ag-checkbox-checked-border-color);&:after{background-color:var(--ag-checkbox-checked-shape-color)}}&:active,&:focus-within{box-shadow:var(--ag-focus-shadow)}&.ag-disabled{filter:grayscale();opacity:.5}}.ag-checkbox-input-wrapper{border-radius:var(--ag-checkbox-border-radius);&.ag-checked:after{-webkit-mask-image:var(--ag-checkbox-checked-shape-image);mask-image:var(--ag-checkbox-checked-shape-image)}&.ag-indeterminate{background-color:var(--ag-checkbox-indeterminate-background-color);border-color:var(--ag-checkbox-indeterminate-border-color);&:after{background-color:var(--ag-checkbox-indeterminate-shape-color);-webkit-mask-image:var(--ag-checkbox-indeterminate-shape-image);mask-image:var(--ag-checkbox-indeterminate-shape-image)}}}.ag-radio-button-input-wrapper{border-radius:100%;&.ag-checked:after{-webkit-mask-image:var(--ag-radio-checked-shape-image);mask-image:var(--ag-radio-checked-shape-image)}}";
@@ -0,0 +1,56 @@
1
+ import type { ColorValue, ImageValue, LengthValue } from '../../../theme-types';
2
+ export type CheckboxStyleParams = {
3
+ /**
4
+ * Border radius for checkboxes
5
+ */
6
+ checkboxBorderRadius: LengthValue;
7
+ /**
8
+ * Border width for checkboxes
9
+ */
10
+ checkboxBorderWidth: LengthValue;
11
+ /**
12
+ * Background color of a checked checkbox
13
+ */
14
+ checkboxCheckedBackgroundColor: ColorValue;
15
+ /**
16
+ * Border color of a checked checkbox
17
+ */
18
+ checkboxCheckedBorderColor: ColorValue;
19
+ /**
20
+ * The color of the check mark on checked checkboxes.
21
+ */
22
+ checkboxCheckedShapeColor: ColorValue;
23
+ /**
24
+ * An image defining the shape of the check mark on checked checkboxes.
25
+ */
26
+ checkboxCheckedShapeImage: ImageValue;
27
+ /**
28
+ * Background color of an indeterminate checkbox
29
+ */
30
+ checkboxIndeterminateBackgroundColor: ColorValue;
31
+ /**
32
+ * Border color of an indeterminate checkbox
33
+ */
34
+ checkboxIndeterminateBorderColor: ColorValue;
35
+ /**
36
+ * The color of the dash mark on indeterminate checkboxes
37
+ */
38
+ checkboxIndeterminateShapeColor: ColorValue;
39
+ /**
40
+ * An image defining the shape of the dash mark on indeterminate checkboxes
41
+ */
42
+ checkboxIndeterminateShapeImage: ImageValue;
43
+ /**
44
+ * Background color of an unchecked checkbox
45
+ */
46
+ checkboxUncheckedBackgroundColor: ColorValue;
47
+ /**
48
+ * Border color of an unchecked checkbox
49
+ */
50
+ checkboxUncheckedBorderColor: ColorValue;
51
+ /**
52
+ * An image defining the shape of the mark on checked radio buttons
53
+ */
54
+ radioCheckedShapeImage: ImageValue;
55
+ };
56
+ export declare const checkboxStyleDefault: import("../../../Part").Part<import("../../core/core-css").CoreParams & CheckboxStyleParams>;
@@ -0,0 +1,6 @@
1
+ export declare const colorSchemeLight: import("../../../Part").Part<import("../../core/core-css").CoreParams>;
2
+ export declare const colorSchemeLightWarm: import("../../../Part").Part<import("../../core/core-css").CoreParams>;
3
+ export declare const colorSchemeLightCold: import("../../../Part").Part<import("../../core/core-css").CoreParams>;
4
+ export declare const colorSchemeDark: import("../../../Part").Part<import("../../core/core-css").CoreParams>;
5
+ export declare const colorSchemeDarkWarm: import("../../../Part").Part<import("../../core/core-css").CoreParams>;
6
+ export declare const colorSchemeDarkBlue: import("../../../Part").Part<import("../../core/core-css").CoreParams>;