@saleor/macaw-ui 1.1.3 → 1.1.5
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.
- package/dist/components/Accordion/Accordion.stories.d.ts +3 -2
- package/dist/components/Accordion/Item/Content.d.ts +2 -1
- package/dist/components/Accordion/Item/Item.d.ts +2 -1
- package/dist/components/Accordion/Item/Trigger.d.ts +3 -2
- package/dist/components/Accordion/Item/index.d.ts +4 -4
- package/dist/components/Accordion/Root.d.ts +192 -3
- package/dist/components/Accordion/index.d.ts +193 -5
- package/dist/components/Avatar/Avatar.stories.d.ts +357 -169
- package/dist/components/Avatar/Store/Store.css.d.ts +3 -2
- package/dist/components/Avatar/Store/Store.d.ts +3 -3
- package/dist/components/Avatar/Store/index.d.ts +1 -1
- package/dist/components/Avatar/User/User.css.d.ts +3 -2
- package/dist/components/Avatar/User/User.d.ts +3 -3
- package/dist/components/Avatar/User/index.d.ts +1 -1
- package/dist/components/Avatar/index.d.ts +710 -334
- package/dist/components/Backdrop/Backdrop.d.ts +191 -3
- package/dist/components/Backdrop/Backdrop.stories.d.ts +3 -2
- package/dist/components/Backdrop/index.d.ts +1 -1
- package/dist/components/BaseInput/BaseInput.css.d.ts +6 -5
- package/dist/components/BaseInput/HelperText.d.ts +2 -1
- package/dist/components/BaseInput/index.d.ts +2 -2
- package/dist/components/BaseSelect/BaseSelect.css.d.ts +1 -1
- package/dist/components/BaseSelect/LoadingListItem/LoadingListItem.d.ts +2 -1
- package/dist/components/BaseSelect/LoadingListItem/index.d.ts +1 -1
- package/dist/components/BaseSelect/NoOptions/NoOptions.d.ts +2 -1
- package/dist/components/BaseSelect/NoOptions/helpers.d.ts +2 -1
- package/dist/components/BaseSelect/NoOptions/index.d.ts +2 -2
- package/dist/components/BaseSelect/index.d.ts +5 -5
- package/dist/components/BaseSelect/types.d.ts +2 -1
- package/dist/components/Box/Box.d.ts +191 -2
- package/dist/components/Box/index.d.ts +1 -1
- package/dist/components/Button/Button.css.d.ts +3 -2
- package/dist/components/Button/Button.d.ts +193 -4
- package/dist/components/Button/Button.stories.d.ts +3 -2
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/Button/utils.d.ts +2 -1
- package/dist/components/Checkbox/Checkbox.d.ts +192 -3
- package/dist/components/Checkbox/Checkbox.stories.d.ts +3 -2
- package/dist/components/Checkbox/CheckedIcon.d.ts +2 -2
- package/dist/components/Checkbox/IndeterminateIcon.d.ts +2 -2
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/Chip/Chip.css.d.ts +3 -2
- package/dist/components/Chip/Chip.d.ts +193 -4
- package/dist/components/Chip/Chip.stories.d.ts +3 -2
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Combobox/Common/ComboboxWrapper.d.ts +5 -4
- package/dist/components/Combobox/Common/index.d.ts +2 -2
- package/dist/components/Combobox/Common/useCombobox.d.ts +7 -6
- package/dist/components/Combobox/Dynamic/DynamicCombobox.d.ts +710 -333
- package/dist/components/Combobox/Dynamic/DynamicCombobox.stories.d.ts +3 -3
- package/dist/components/Combobox/Dynamic/index.d.ts +1 -1
- package/dist/components/Combobox/Static/Combobox.d.ts +708 -331
- package/dist/components/Combobox/Static/StaticCombobox.stories.d.ts +3 -3
- package/dist/components/Combobox/Static/index.d.ts +1 -1
- package/dist/components/Combobox/index.d.ts +2 -2
- package/dist/components/Divider/Divider.d.ts +191 -3
- package/dist/components/Divider/Divider.stories.d.ts +3 -2
- package/dist/components/Divider/index.d.ts +1 -1
- package/dist/components/Drawer/Content.d.ts +3 -3
- package/dist/components/Drawer/Drawer.stories.d.ts +3 -2
- package/dist/components/Drawer/index.d.ts +6 -6
- package/dist/components/Dropdown/Content.d.ts +3 -2
- package/dist/components/Dropdown/Dropdown.stories.d.ts +3 -2
- package/dist/components/Dropdown/Item.d.ts +2 -1
- package/dist/components/Dropdown/Root.d.ts +2 -1
- package/dist/components/Dropdown/Trigger.d.ts +2 -1
- package/dist/components/Dropdown/index.d.ts +7 -7
- package/dist/components/DropdownButton/DropdownButton.css.d.ts +3 -2
- package/dist/components/DropdownButton/DropdownButton.d.ts +193 -4
- package/dist/components/DropdownButton/DropdownButton.stories.d.ts +3 -2
- package/dist/components/DropdownButton/index.d.ts +1 -1
- package/dist/components/Icons/ArrowDownIcon.d.ts +5 -1
- package/dist/components/Icons/ArrowLeftIcon.d.ts +5 -1
- package/dist/components/Icons/ArrowRightIcon.d.ts +5 -1
- package/dist/components/Icons/ArrowUpIcon.d.ts +5 -1
- package/dist/components/Icons/CatalogIcon.d.ts +5 -1
- package/dist/components/Icons/CheckboxIcon.d.ts +5 -1
- package/dist/components/Icons/ChervonDoubleIcon.d.ts +5 -1
- package/dist/components/Icons/ChervonDownIcon.d.ts +5 -1
- package/dist/components/Icons/ChervonUpIcon.d.ts +5 -1
- package/dist/components/Icons/ChevronLeftIcon.d.ts +5 -1
- package/dist/components/Icons/ChevronRightIcon.d.ts +5 -1
- package/dist/components/Icons/CloseIcon.d.ts +5 -1
- package/dist/components/Icons/ConfigurationIcon.d.ts +5 -1
- package/dist/components/Icons/CopyIcon.d.ts +5 -1
- package/dist/components/Icons/CustomersIcon.d.ts +5 -1
- package/dist/components/Icons/DarkModeIcon.d.ts +5 -1
- package/dist/components/Icons/EditIcon.d.ts +5 -1
- package/dist/components/Icons/EnvironmentIcon.d.ts +5 -1
- package/dist/components/Icons/ExportIcon.d.ts +5 -1
- package/dist/components/Icons/ExternalLinkIcon.d.ts +5 -1
- package/dist/components/Icons/FileExportIcon.d.ts +5 -1
- package/dist/components/Icons/FloppyDiscIcon.d.ts +5 -1
- package/dist/components/Icons/FullscreenOffIcon.d.ts +5 -1
- package/dist/components/Icons/FullscreenOnIcon.d.ts +5 -1
- package/dist/components/Icons/GenericAppIcon.d.ts +5 -1
- package/dist/components/Icons/GripIcon.d.ts +5 -1
- package/dist/components/Icons/HomeIcon.d.ts +5 -1
- package/dist/components/Icons/InfoIcon.d.ts +5 -1
- package/dist/components/Icons/LightModeIcon.d.ts +5 -1
- package/dist/components/Icons/MailIcon.d.ts +5 -1
- package/dist/components/Icons/MarketplaceIcon.d.ts +5 -1
- package/dist/components/Icons/MenuIcon.d.ts +5 -1
- package/dist/components/Icons/MoreOptionsIcon.d.ts +5 -1
- package/dist/components/Icons/OrdersIcon.d.ts +5 -1
- package/dist/components/Icons/PlusIcon.d.ts +5 -1
- package/dist/components/Icons/ProductsIcons.d.ts +5 -1
- package/dist/components/Icons/RemoveIcon.d.ts +5 -1
- package/dist/components/Icons/SVGWrapper/SVGWrapper.css.d.ts +3 -2
- package/dist/components/Icons/SVGWrapper/SVGWrapper.d.ts +4 -3
- package/dist/components/Icons/SVGWrapper/createSVGWrapper.d.ts +7 -2
- package/dist/components/Icons/SVGWrapper/index.d.ts +2 -2
- package/dist/components/Icons/SearchIcon.d.ts +5 -1
- package/dist/components/Icons/SellsIcon.d.ts +5 -1
- package/dist/components/Icons/StorefrontIcon.d.ts +5 -1
- package/dist/components/Icons/TableEditIcon.d.ts +5 -1
- package/dist/components/Icons/TranslationsIcon.d.ts +5 -1
- package/dist/components/Icons/TrashBinIcon.d.ts +5 -1
- package/dist/components/Icons/ViewListIcon.d.ts +5 -1
- package/dist/components/Icons/ViewTableIcon.d.ts +5 -1
- package/dist/components/Icons/ViewTilesIcon.d.ts +5 -1
- package/dist/components/Icons/ViewWideTilesIcon.d.ts +5 -1
- package/dist/components/Icons/VouchersIcon.d.ts +5 -1
- package/dist/components/Icons/WarningIcon.d.ts +5 -1
- package/dist/components/Icons/index.d.ts +49 -49
- package/dist/components/Input/Input.d.ts +193 -4
- package/dist/components/Input/Input.stories.d.ts +3 -2
- package/dist/components/Input/InputWrapper.d.ts +5 -4
- package/dist/components/Input/helpers.d.ts +4 -3
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/types.d.ts +2 -1
- package/dist/components/List/Divider.d.ts +4 -3
- package/dist/components/List/Item.d.ts +192 -3
- package/dist/components/List/ItemGroup/Content.d.ts +2 -1
- package/dist/components/List/ItemGroup/Root.d.ts +2 -1
- package/dist/components/List/ItemGroup/Trigger.d.ts +3 -2
- package/dist/components/List/ItemGroup/context.d.ts +1 -1
- package/dist/components/List/ItemGroup/index.d.ts +5 -5
- package/dist/components/List/List.d.ts +192 -3
- package/dist/components/List/List.stories.d.ts +3 -2
- package/dist/components/List/index.d.ts +386 -10
- package/dist/components/Modal/Modal.stories.d.ts +3 -3
- package/dist/components/Modal/index.d.ts +7 -7
- package/dist/components/Multiselect/Common/Adornment.d.ts +4 -4
- package/dist/components/Multiselect/Common/Multiselect.css.d.ts +2 -2
- package/dist/components/Multiselect/Common/MultiselectWrapper.d.ts +6 -5
- package/dist/components/Multiselect/Common/index.d.ts +3 -3
- package/dist/components/Multiselect/Common/useMultiselect.d.ts +7 -6
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.d.ts +709 -332
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.stories.d.ts +3 -3
- package/dist/components/Multiselect/Dynamic/index.d.ts +1 -1
- package/dist/components/Multiselect/Static/Multiselect.d.ts +1061 -496
- package/dist/components/Multiselect/Static/Multiselect.stories.d.ts +3 -3
- package/dist/components/Multiselect/Static/index.d.ts +1 -1
- package/dist/components/Multiselect/index.d.ts +2 -2
- package/dist/components/Popover/Arrow.d.ts +1 -1
- package/dist/components/Popover/Popover.stories.d.ts +3 -2
- package/dist/components/Popover/index.d.ts +11 -11
- package/dist/components/RadioGroup/Group.css.d.ts +3 -2
- package/dist/components/RadioGroup/Group.d.ts +194 -5
- package/dist/components/RadioGroup/Indicator.d.ts +1 -1
- package/dist/components/RadioGroup/Item.css.d.ts +2 -2
- package/dist/components/RadioGroup/Item.d.ts +193 -4
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +3 -2
- package/dist/components/RadioGroup/index.d.ts +382 -6
- package/dist/components/RangeInput/RangeInput.d.ts +191 -3
- package/dist/components/RangeInput/RangeInput.stories.d.ts +3 -2
- package/dist/components/RangeInput/index.d.ts +1 -1
- package/dist/components/SearchInput/SearchInput.css.d.ts +5 -4
- package/dist/components/SearchInput/SearchInput.d.ts +193 -4
- package/dist/components/SearchInput/SearchInput.stories.d.ts +3 -2
- package/dist/components/SearchInput/index.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +710 -333
- package/dist/components/Select/Select.stories.d.ts +3 -3
- package/dist/components/Select/SelectWrapper.d.ts +5 -4
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/useSelect.d.ts +9 -8
- package/dist/components/Skeleton/Skeleton.d.ts +3 -2
- package/dist/components/Skeleton/Skeleton.stories.d.ts +3 -2
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Spinner/Spinner.d.ts +1 -1
- package/dist/components/Spinner/Spinner.stories.d.ts +3 -2
- package/dist/components/Spinner/index.d.ts +1 -1
- package/dist/components/Switch/Item.d.ts +4 -3
- package/dist/components/Switch/Switch.css.d.ts +4 -3
- package/dist/components/Switch/Switch.d.ts +193 -4
- package/dist/components/Switch/Switch.stories.d.ts +3 -2
- package/dist/components/Switch/index.d.ts +192 -4
- package/dist/components/Text/Text.css.d.ts +3 -2
- package/dist/components/Text/Text.d.ts +193 -4
- package/dist/components/Text/Text.stories.d.ts +3 -2
- package/dist/components/Text/index.d.ts +2 -2
- package/dist/components/Textarea/Textarea.d.ts +193 -4
- package/dist/components/Textarea/Textarea.stories.d.ts +3 -2
- package/dist/components/Textarea/TextareaWrapper.d.ts +3 -2
- package/dist/components/Textarea/index.d.ts +1 -1
- package/dist/components/Toggle/Toggle.css.d.ts +1 -1
- package/dist/components/Toggle/Toggle.d.ts +3 -3
- package/dist/components/Toggle/Toggle.stories.d.ts +3 -2
- package/dist/components/Toggle/index.d.ts +1 -1
- package/dist/components/Tooltip/Content.d.ts +2 -1
- package/dist/components/Tooltip/ContentHeading.d.ts +2 -1
- package/dist/components/Tooltip/Root.d.ts +2 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +3 -2
- package/dist/components/Tooltip/Trigger.d.ts +3 -2
- package/dist/components/Tooltip/index.d.ts +10 -10
- package/dist/components/index.d.ts +30 -30
- package/dist/hooks/useAutoHeightTextarea.d.ts +2 -1
- package/dist/hooks/useClickOutside.d.ts +1 -1
- package/dist/hooks/useFloating.d.ts +10 -10
- package/dist/hooks/useInfinityScroll.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +42 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5978 -5976
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/theme/context.d.ts +2 -2
- package/dist/theme/helpers.d.ts +2 -1
- package/dist/theme/index.d.ts +7 -7
- package/dist/theme/provider.d.ts +2 -2
- package/dist/theme/sprinkles.css.d.ts +188 -1
- package/dist/utils/index.d.ts +3 -3
- package/package.json +11 -11
@@ -1,7 +1,8 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
1
|
+
import { Option, SingleChangeHandler } from '../BaseSelect';
|
2
|
+
import { InputVariants } from '../BaseInput';
|
3
|
+
import { PropsWithBox } from '..';
|
4
|
+
import { ForwardedRef, InputHTMLAttributes, ReactNode } from 'react';
|
5
|
+
|
5
6
|
export type SelectProps<T, V> = PropsWithBox<Omit<InputHTMLAttributes<HTMLElement>, "color" | "width" | "height" | "size" | "type" | "children" | "onChange" | "value" | "nonce"> & {
|
6
7
|
label?: ReactNode;
|
7
8
|
error?: boolean;
|
@@ -12,7 +13,7 @@ export type SelectProps<T, V> = PropsWithBox<Omit<InputHTMLAttributes<HTMLElemen
|
|
12
13
|
children?: ReactNode;
|
13
14
|
}> & InputVariants;
|
14
15
|
declare const SelectInner: <T extends Option, V extends string | Option>({ size, disabled, className, value, label, id, error, helperText, options, onChange, onFocus, onBlur, children, ...props }: Omit<{
|
15
|
-
as?: import(
|
16
|
+
as?: import('react').ElementType<any> | undefined;
|
16
17
|
children?: ReactNode;
|
17
18
|
className?: string | undefined;
|
18
19
|
style?: Record<string, any> | undefined;
|
@@ -382,6 +383,11 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
382
383
|
tablet?: "hidden" | "visible" | undefined;
|
383
384
|
desktop?: "hidden" | "visible" | undefined;
|
384
385
|
} | undefined;
|
386
|
+
borderCollapse?: "collapse" | {
|
387
|
+
mobile?: "collapse" | undefined;
|
388
|
+
tablet?: "collapse" | undefined;
|
389
|
+
desktop?: "collapse" | undefined;
|
390
|
+
} | undefined;
|
385
391
|
padding?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
386
392
|
mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
387
393
|
tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
@@ -477,6 +483,136 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
477
483
|
active?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
478
484
|
disabled?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
479
485
|
placeholder?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
486
|
+
firstChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
487
|
+
lastChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
488
|
+
oddChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
489
|
+
evenChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
490
|
+
} | undefined;
|
491
|
+
borderStyle?: "none" | "solid" | {
|
492
|
+
default?: "none" | "solid" | undefined;
|
493
|
+
hover?: "none" | "solid" | undefined;
|
494
|
+
focus?: "none" | "solid" | undefined;
|
495
|
+
focusWithin?: "none" | "solid" | undefined;
|
496
|
+
focusVisible?: "none" | "solid" | undefined;
|
497
|
+
active?: "none" | "solid" | undefined;
|
498
|
+
disabled?: "none" | "solid" | undefined;
|
499
|
+
placeholder?: "none" | "solid" | undefined;
|
500
|
+
firstChild?: "none" | "solid" | undefined;
|
501
|
+
lastChild?: "none" | "solid" | undefined;
|
502
|
+
oddChild?: "none" | "solid" | undefined;
|
503
|
+
evenChild?: "none" | "solid" | undefined;
|
504
|
+
} | undefined;
|
505
|
+
borderLeftStyle?: "none" | "solid" | {
|
506
|
+
default?: "none" | "solid" | undefined;
|
507
|
+
hover?: "none" | "solid" | undefined;
|
508
|
+
focus?: "none" | "solid" | undefined;
|
509
|
+
focusWithin?: "none" | "solid" | undefined;
|
510
|
+
focusVisible?: "none" | "solid" | undefined;
|
511
|
+
active?: "none" | "solid" | undefined;
|
512
|
+
disabled?: "none" | "solid" | undefined;
|
513
|
+
placeholder?: "none" | "solid" | undefined;
|
514
|
+
firstChild?: "none" | "solid" | undefined;
|
515
|
+
lastChild?: "none" | "solid" | undefined;
|
516
|
+
oddChild?: "none" | "solid" | undefined;
|
517
|
+
evenChild?: "none" | "solid" | undefined;
|
518
|
+
} | undefined;
|
519
|
+
borderRightStyle?: "none" | "solid" | {
|
520
|
+
default?: "none" | "solid" | undefined;
|
521
|
+
hover?: "none" | "solid" | undefined;
|
522
|
+
focus?: "none" | "solid" | undefined;
|
523
|
+
focusWithin?: "none" | "solid" | undefined;
|
524
|
+
focusVisible?: "none" | "solid" | undefined;
|
525
|
+
active?: "none" | "solid" | undefined;
|
526
|
+
disabled?: "none" | "solid" | undefined;
|
527
|
+
placeholder?: "none" | "solid" | undefined;
|
528
|
+
firstChild?: "none" | "solid" | undefined;
|
529
|
+
lastChild?: "none" | "solid" | undefined;
|
530
|
+
oddChild?: "none" | "solid" | undefined;
|
531
|
+
evenChild?: "none" | "solid" | undefined;
|
532
|
+
} | undefined;
|
533
|
+
borderTopStyle?: "none" | "solid" | {
|
534
|
+
default?: "none" | "solid" | undefined;
|
535
|
+
hover?: "none" | "solid" | undefined;
|
536
|
+
focus?: "none" | "solid" | undefined;
|
537
|
+
focusWithin?: "none" | "solid" | undefined;
|
538
|
+
focusVisible?: "none" | "solid" | undefined;
|
539
|
+
active?: "none" | "solid" | undefined;
|
540
|
+
disabled?: "none" | "solid" | undefined;
|
541
|
+
placeholder?: "none" | "solid" | undefined;
|
542
|
+
firstChild?: "none" | "solid" | undefined;
|
543
|
+
lastChild?: "none" | "solid" | undefined;
|
544
|
+
oddChild?: "none" | "solid" | undefined;
|
545
|
+
evenChild?: "none" | "solid" | undefined;
|
546
|
+
} | undefined;
|
547
|
+
borderBottomStyle?: "none" | "solid" | {
|
548
|
+
default?: "none" | "solid" | undefined;
|
549
|
+
hover?: "none" | "solid" | undefined;
|
550
|
+
focus?: "none" | "solid" | undefined;
|
551
|
+
focusWithin?: "none" | "solid" | undefined;
|
552
|
+
focusVisible?: "none" | "solid" | undefined;
|
553
|
+
active?: "none" | "solid" | undefined;
|
554
|
+
disabled?: "none" | "solid" | undefined;
|
555
|
+
placeholder?: "none" | "solid" | undefined;
|
556
|
+
firstChild?: "none" | "solid" | undefined;
|
557
|
+
lastChild?: "none" | "solid" | undefined;
|
558
|
+
oddChild?: "none" | "solid" | undefined;
|
559
|
+
evenChild?: "none" | "solid" | undefined;
|
560
|
+
} | undefined;
|
561
|
+
paddingLeft?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
562
|
+
default?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
563
|
+
hover?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
564
|
+
focus?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
565
|
+
focusWithin?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
566
|
+
focusVisible?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
567
|
+
active?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
568
|
+
disabled?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
569
|
+
placeholder?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
570
|
+
firstChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
571
|
+
lastChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
572
|
+
oddChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
573
|
+
evenChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
574
|
+
} | undefined;
|
575
|
+
paddingRight?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
576
|
+
default?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
577
|
+
hover?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
578
|
+
focus?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
579
|
+
focusWithin?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
580
|
+
focusVisible?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
581
|
+
active?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
582
|
+
disabled?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
583
|
+
placeholder?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
584
|
+
firstChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
585
|
+
lastChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
586
|
+
oddChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
587
|
+
evenChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
588
|
+
} | undefined;
|
589
|
+
paddingTop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
590
|
+
default?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
591
|
+
hover?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
592
|
+
focus?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
593
|
+
focusWithin?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
594
|
+
focusVisible?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
595
|
+
active?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
596
|
+
disabled?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
597
|
+
placeholder?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
598
|
+
firstChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
599
|
+
lastChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
600
|
+
oddChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
601
|
+
evenChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
602
|
+
} | undefined;
|
603
|
+
paddingBottom?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
604
|
+
default?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
605
|
+
hover?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
606
|
+
focus?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
607
|
+
focusWithin?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
608
|
+
focusVisible?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
609
|
+
active?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
610
|
+
disabled?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
611
|
+
placeholder?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
612
|
+
firstChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
613
|
+
lastChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
614
|
+
oddChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
615
|
+
evenChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
480
616
|
} | undefined;
|
481
617
|
color?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | {
|
482
618
|
default?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
@@ -487,6 +623,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
487
623
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
488
624
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
489
625
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
626
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
627
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
628
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
629
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
490
630
|
} | undefined;
|
491
631
|
backgroundColor?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | {
|
492
632
|
default?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
@@ -497,6 +637,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
497
637
|
active?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
498
638
|
disabled?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
499
639
|
placeholder?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
640
|
+
firstChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
641
|
+
lastChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
642
|
+
oddChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
643
|
+
evenChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
500
644
|
} | undefined;
|
501
645
|
pointerEvents?: "none" | "auto" | {
|
502
646
|
default?: "none" | "auto" | undefined;
|
@@ -507,6 +651,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
507
651
|
active?: "none" | "auto" | undefined;
|
508
652
|
disabled?: "none" | "auto" | undefined;
|
509
653
|
placeholder?: "none" | "auto" | undefined;
|
654
|
+
firstChild?: "none" | "auto" | undefined;
|
655
|
+
lastChild?: "none" | "auto" | undefined;
|
656
|
+
oddChild?: "none" | "auto" | undefined;
|
657
|
+
evenChild?: "none" | "auto" | undefined;
|
510
658
|
} | undefined;
|
511
659
|
cursor?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | {
|
512
660
|
default?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
@@ -517,6 +665,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
517
665
|
active?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
518
666
|
disabled?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
519
667
|
placeholder?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
668
|
+
firstChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
669
|
+
lastChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
670
|
+
oddChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
671
|
+
evenChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
520
672
|
} | undefined;
|
521
673
|
boxShadow?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | {
|
522
674
|
default?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
@@ -527,6 +679,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
527
679
|
active?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
528
680
|
disabled?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
529
681
|
placeholder?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
682
|
+
firstChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
683
|
+
lastChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
684
|
+
oddChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
685
|
+
evenChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
530
686
|
} | undefined;
|
531
687
|
transition?: "all" | "ease" | {
|
532
688
|
default?: "all" | "ease" | undefined;
|
@@ -537,6 +693,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
537
693
|
active?: "all" | "ease" | undefined;
|
538
694
|
disabled?: "all" | "ease" | undefined;
|
539
695
|
placeholder?: "all" | "ease" | undefined;
|
696
|
+
firstChild?: "all" | "ease" | undefined;
|
697
|
+
lastChild?: "all" | "ease" | undefined;
|
698
|
+
oddChild?: "all" | "ease" | undefined;
|
699
|
+
evenChild?: "all" | "ease" | undefined;
|
540
700
|
} | undefined;
|
541
701
|
opacity?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | {
|
542
702
|
default?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
@@ -547,6 +707,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
547
707
|
active?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
548
708
|
disabled?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
549
709
|
placeholder?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
710
|
+
firstChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
711
|
+
lastChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
712
|
+
oddChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
713
|
+
evenChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
550
714
|
} | undefined;
|
551
715
|
textDecoration?: "none" | "underline" | {
|
552
716
|
default?: "none" | "underline" | undefined;
|
@@ -557,6 +721,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
557
721
|
active?: "none" | "underline" | undefined;
|
558
722
|
disabled?: "none" | "underline" | undefined;
|
559
723
|
placeholder?: "none" | "underline" | undefined;
|
724
|
+
firstChild?: "none" | "underline" | undefined;
|
725
|
+
lastChild?: "none" | "underline" | undefined;
|
726
|
+
oddChild?: "none" | "underline" | undefined;
|
727
|
+
evenChild?: "none" | "underline" | undefined;
|
560
728
|
} | undefined;
|
561
729
|
transform?: {} | undefined;
|
562
730
|
fill?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | {
|
@@ -568,6 +736,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
568
736
|
active?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
569
737
|
disabled?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
570
738
|
placeholder?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
739
|
+
firstChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
740
|
+
lastChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
741
|
+
oddChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
742
|
+
evenChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
571
743
|
} | undefined;
|
572
744
|
stroke?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | {
|
573
745
|
default?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
@@ -578,6 +750,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
578
750
|
active?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
579
751
|
disabled?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
580
752
|
placeholder?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
753
|
+
firstChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
754
|
+
lastChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
755
|
+
oddChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
756
|
+
evenChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
581
757
|
} | undefined;
|
582
758
|
listStyleType?: "none" | "disc" | "decimal" | {
|
583
759
|
default?: "none" | "disc" | "decimal" | undefined;
|
@@ -588,6 +764,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
588
764
|
active?: "none" | "disc" | "decimal" | undefined;
|
589
765
|
disabled?: "none" | "disc" | "decimal" | undefined;
|
590
766
|
placeholder?: "none" | "disc" | "decimal" | undefined;
|
767
|
+
firstChild?: "none" | "disc" | "decimal" | undefined;
|
768
|
+
lastChild?: "none" | "disc" | "decimal" | undefined;
|
769
|
+
oddChild?: "none" | "disc" | "decimal" | undefined;
|
770
|
+
evenChild?: "none" | "disc" | "decimal" | undefined;
|
591
771
|
} | undefined;
|
592
772
|
listStylePosition?: "inside" | "outside" | {
|
593
773
|
default?: "inside" | "outside" | undefined;
|
@@ -598,6 +778,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
598
778
|
active?: "inside" | "outside" | undefined;
|
599
779
|
disabled?: "inside" | "outside" | undefined;
|
600
780
|
placeholder?: "inside" | "outside" | undefined;
|
781
|
+
firstChild?: "inside" | "outside" | undefined;
|
782
|
+
lastChild?: "inside" | "outside" | undefined;
|
783
|
+
oddChild?: "inside" | "outside" | undefined;
|
784
|
+
evenChild?: "inside" | "outside" | undefined;
|
601
785
|
} | undefined;
|
602
786
|
listStyleImage?: "none" | {
|
603
787
|
default?: "none" | undefined;
|
@@ -608,6 +792,10 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
608
792
|
active?: "none" | undefined;
|
609
793
|
disabled?: "none" | undefined;
|
610
794
|
placeholder?: "none" | undefined;
|
795
|
+
firstChild?: "none" | undefined;
|
796
|
+
lastChild?: "none" | undefined;
|
797
|
+
oddChild?: "none" | undefined;
|
798
|
+
evenChild?: "none" | undefined;
|
611
799
|
} | undefined;
|
612
800
|
} & {
|
613
801
|
__display?: any;
|
@@ -683,6 +871,7 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
683
871
|
__alignSelf?: any;
|
684
872
|
__justifySelf?: any;
|
685
873
|
__visibility?: any;
|
874
|
+
__borderCollapse?: any;
|
686
875
|
__padding?: any;
|
687
876
|
__paddingX?: any;
|
688
877
|
__paddingY?: any;
|
@@ -728,7 +917,7 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
728
917
|
label?: string | undefined;
|
729
918
|
slot?: string | undefined;
|
730
919
|
span?: number | undefined;
|
731
|
-
style?: import(
|
920
|
+
style?: import('react').CSSProperties | undefined;
|
732
921
|
summary?: string | undefined;
|
733
922
|
title?: string | undefined;
|
734
923
|
pattern?: string | undefined;
|
@@ -840,7 +1029,7 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
840
1029
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
841
1030
|
tabIndex?: number | undefined;
|
842
1031
|
radioGroup?: string | undefined;
|
843
|
-
role?: import(
|
1032
|
+
role?: import('react').AriaRole | undefined;
|
844
1033
|
about?: string | undefined;
|
845
1034
|
datatype?: string | undefined;
|
846
1035
|
inlist?: any;
|
@@ -913,167 +1102,167 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
913
1102
|
dangerouslySetInnerHTML?: {
|
914
1103
|
__html: string;
|
915
1104
|
} | undefined;
|
916
|
-
onCopy?: import(
|
917
|
-
onCopyCapture?: import(
|
918
|
-
onCut?: import(
|
919
|
-
onCutCapture?: import(
|
920
|
-
onPaste?: import(
|
921
|
-
onPasteCapture?: import(
|
922
|
-
onCompositionEnd?: import(
|
923
|
-
onCompositionEndCapture?: import(
|
924
|
-
onCompositionStart?: import(
|
925
|
-
onCompositionStartCapture?: import(
|
926
|
-
onCompositionUpdate?: import(
|
927
|
-
onCompositionUpdateCapture?: import(
|
928
|
-
onFocus?: import(
|
929
|
-
onFocusCapture?: import(
|
930
|
-
onBlur?: import(
|
931
|
-
onBlurCapture?: import(
|
932
|
-
onChange?: import(
|
933
|
-
onChangeCapture?: import(
|
934
|
-
onBeforeInput?: import(
|
935
|
-
onBeforeInputCapture?: import(
|
936
|
-
onInput?: import(
|
937
|
-
onInputCapture?: import(
|
938
|
-
onReset?: import(
|
939
|
-
onResetCapture?: import(
|
940
|
-
onSubmit?: import(
|
941
|
-
onSubmitCapture?: import(
|
942
|
-
onInvalid?: import(
|
943
|
-
onInvalidCapture?: import(
|
944
|
-
onLoad?: import(
|
945
|
-
onLoadCapture?: import(
|
946
|
-
onError?: import(
|
947
|
-
onErrorCapture?: import(
|
948
|
-
onKeyDown?: import(
|
949
|
-
onKeyDownCapture?: import(
|
950
|
-
onKeyPress?: import(
|
951
|
-
onKeyPressCapture?: import(
|
952
|
-
onKeyUp?: import(
|
953
|
-
onKeyUpCapture?: import(
|
954
|
-
onAbort?: import(
|
955
|
-
onAbortCapture?: import(
|
956
|
-
onCanPlay?: import(
|
957
|
-
onCanPlayCapture?: import(
|
958
|
-
onCanPlayThrough?: import(
|
959
|
-
onCanPlayThroughCapture?: import(
|
960
|
-
onDurationChange?: import(
|
961
|
-
onDurationChangeCapture?: import(
|
962
|
-
onEmptied?: import(
|
963
|
-
onEmptiedCapture?: import(
|
964
|
-
onEncrypted?: import(
|
965
|
-
onEncryptedCapture?: import(
|
966
|
-
onEnded?: import(
|
967
|
-
onEndedCapture?: import(
|
968
|
-
onLoadedData?: import(
|
969
|
-
onLoadedDataCapture?: import(
|
970
|
-
onLoadedMetadata?: import(
|
971
|
-
onLoadedMetadataCapture?: import(
|
972
|
-
onLoadStart?: import(
|
973
|
-
onLoadStartCapture?: import(
|
974
|
-
onPause?: import(
|
975
|
-
onPauseCapture?: import(
|
976
|
-
onPlay?: import(
|
977
|
-
onPlayCapture?: import(
|
978
|
-
onPlaying?: import(
|
979
|
-
onPlayingCapture?: import(
|
980
|
-
onProgress?: import(
|
981
|
-
onProgressCapture?: import(
|
982
|
-
onRateChange?: import(
|
983
|
-
onRateChangeCapture?: import(
|
984
|
-
onSeeked?: import(
|
985
|
-
onSeekedCapture?: import(
|
986
|
-
onSeeking?: import(
|
987
|
-
onSeekingCapture?: import(
|
988
|
-
onStalled?: import(
|
989
|
-
onStalledCapture?: import(
|
990
|
-
onSuspend?: import(
|
991
|
-
onSuspendCapture?: import(
|
992
|
-
onTimeUpdate?: import(
|
993
|
-
onTimeUpdateCapture?: import(
|
994
|
-
onVolumeChange?: import(
|
995
|
-
onVolumeChangeCapture?: import(
|
996
|
-
onWaiting?: import(
|
997
|
-
onWaitingCapture?: import(
|
998
|
-
onAuxClick?: import(
|
999
|
-
onAuxClickCapture?: import(
|
1000
|
-
onClick?: import(
|
1001
|
-
onClickCapture?: import(
|
1002
|
-
onContextMenu?: import(
|
1003
|
-
onContextMenuCapture?: import(
|
1004
|
-
onDoubleClick?: import(
|
1005
|
-
onDoubleClickCapture?: import(
|
1006
|
-
onDrag?: import(
|
1007
|
-
onDragCapture?: import(
|
1008
|
-
onDragEnd?: import(
|
1009
|
-
onDragEndCapture?: import(
|
1010
|
-
onDragEnter?: import(
|
1011
|
-
onDragEnterCapture?: import(
|
1012
|
-
onDragExit?: import(
|
1013
|
-
onDragExitCapture?: import(
|
1014
|
-
onDragLeave?: import(
|
1015
|
-
onDragLeaveCapture?: import(
|
1016
|
-
onDragOver?: import(
|
1017
|
-
onDragOverCapture?: import(
|
1018
|
-
onDragStart?: import(
|
1019
|
-
onDragStartCapture?: import(
|
1020
|
-
onDrop?: import(
|
1021
|
-
onDropCapture?: import(
|
1022
|
-
onMouseDown?: import(
|
1023
|
-
onMouseDownCapture?: import(
|
1024
|
-
onMouseEnter?: import(
|
1025
|
-
onMouseLeave?: import(
|
1026
|
-
onMouseMove?: import(
|
1027
|
-
onMouseMoveCapture?: import(
|
1028
|
-
onMouseOut?: import(
|
1029
|
-
onMouseOutCapture?: import(
|
1030
|
-
onMouseOver?: import(
|
1031
|
-
onMouseOverCapture?: import(
|
1032
|
-
onMouseUp?: import(
|
1033
|
-
onMouseUpCapture?: import(
|
1034
|
-
onSelect?: import(
|
1035
|
-
onSelectCapture?: import(
|
1036
|
-
onTouchCancel?: import(
|
1037
|
-
onTouchCancelCapture?: import(
|
1038
|
-
onTouchEnd?: import(
|
1039
|
-
onTouchEndCapture?: import(
|
1040
|
-
onTouchMove?: import(
|
1041
|
-
onTouchMoveCapture?: import(
|
1042
|
-
onTouchStart?: import(
|
1043
|
-
onTouchStartCapture?: import(
|
1044
|
-
onPointerDown?: import(
|
1045
|
-
onPointerDownCapture?: import(
|
1046
|
-
onPointerMove?: import(
|
1047
|
-
onPointerMoveCapture?: import(
|
1048
|
-
onPointerUp?: import(
|
1049
|
-
onPointerUpCapture?: import(
|
1050
|
-
onPointerCancel?: import(
|
1051
|
-
onPointerCancelCapture?: import(
|
1052
|
-
onPointerEnter?: import(
|
1053
|
-
onPointerEnterCapture?: import(
|
1054
|
-
onPointerLeave?: import(
|
1055
|
-
onPointerLeaveCapture?: import(
|
1056
|
-
onPointerOver?: import(
|
1057
|
-
onPointerOverCapture?: import(
|
1058
|
-
onPointerOut?: import(
|
1059
|
-
onPointerOutCapture?: import(
|
1060
|
-
onGotPointerCapture?: import(
|
1061
|
-
onGotPointerCaptureCapture?: import(
|
1062
|
-
onLostPointerCapture?: import(
|
1063
|
-
onLostPointerCaptureCapture?: import(
|
1064
|
-
onScroll?: import(
|
1065
|
-
onScrollCapture?: import(
|
1066
|
-
onWheel?: import(
|
1067
|
-
onWheelCapture?: import(
|
1068
|
-
onAnimationStart?: import(
|
1069
|
-
onAnimationStartCapture?: import(
|
1070
|
-
onAnimationEnd?: import(
|
1071
|
-
onAnimationEndCapture?: import(
|
1072
|
-
onAnimationIteration?: import(
|
1073
|
-
onAnimationIterationCapture?: import(
|
1074
|
-
onTransitionEnd?: import(
|
1075
|
-
onTransitionEndCapture?: import(
|
1076
|
-
} & import(
|
1105
|
+
onCopy?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1106
|
+
onCopyCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1107
|
+
onCut?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1108
|
+
onCutCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1109
|
+
onPaste?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1110
|
+
onPasteCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1111
|
+
onCompositionEnd?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1112
|
+
onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1113
|
+
onCompositionStart?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1114
|
+
onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1115
|
+
onCompositionUpdate?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1116
|
+
onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1117
|
+
onFocus?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
1118
|
+
onFocusCapture?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
1119
|
+
onBlur?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
1120
|
+
onBlurCapture?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
1121
|
+
onChange?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1122
|
+
onChangeCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1123
|
+
onBeforeInput?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1124
|
+
onBeforeInputCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1125
|
+
onInput?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1126
|
+
onInputCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1127
|
+
onReset?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1128
|
+
onResetCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1129
|
+
onSubmit?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1130
|
+
onSubmitCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1131
|
+
onInvalid?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1132
|
+
onInvalidCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1133
|
+
onLoad?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1134
|
+
onLoadCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1135
|
+
onError?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1136
|
+
onErrorCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1137
|
+
onKeyDown?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1138
|
+
onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1139
|
+
onKeyPress?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1140
|
+
onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1141
|
+
onKeyUp?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1142
|
+
onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1143
|
+
onAbort?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1144
|
+
onAbortCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1145
|
+
onCanPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1146
|
+
onCanPlayCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1147
|
+
onCanPlayThrough?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1148
|
+
onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1149
|
+
onDurationChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1150
|
+
onDurationChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1151
|
+
onEmptied?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1152
|
+
onEmptiedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1153
|
+
onEncrypted?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1154
|
+
onEncryptedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1155
|
+
onEnded?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1156
|
+
onEndedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1157
|
+
onLoadedData?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1158
|
+
onLoadedDataCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1159
|
+
onLoadedMetadata?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1160
|
+
onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1161
|
+
onLoadStart?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1162
|
+
onLoadStartCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1163
|
+
onPause?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1164
|
+
onPauseCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1165
|
+
onPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1166
|
+
onPlayCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1167
|
+
onPlaying?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1168
|
+
onPlayingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1169
|
+
onProgress?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1170
|
+
onProgressCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1171
|
+
onRateChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1172
|
+
onRateChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1173
|
+
onSeeked?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1174
|
+
onSeekedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1175
|
+
onSeeking?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1176
|
+
onSeekingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1177
|
+
onStalled?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1178
|
+
onStalledCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1179
|
+
onSuspend?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1180
|
+
onSuspendCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1181
|
+
onTimeUpdate?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1182
|
+
onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1183
|
+
onVolumeChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1184
|
+
onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1185
|
+
onWaiting?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1186
|
+
onWaitingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1187
|
+
onAuxClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1188
|
+
onAuxClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1189
|
+
onClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1190
|
+
onClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1191
|
+
onContextMenu?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1192
|
+
onContextMenuCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1193
|
+
onDoubleClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1194
|
+
onDoubleClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1195
|
+
onDrag?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1196
|
+
onDragCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1197
|
+
onDragEnd?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1198
|
+
onDragEndCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1199
|
+
onDragEnter?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1200
|
+
onDragEnterCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1201
|
+
onDragExit?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1202
|
+
onDragExitCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1203
|
+
onDragLeave?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1204
|
+
onDragLeaveCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1205
|
+
onDragOver?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1206
|
+
onDragOverCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1207
|
+
onDragStart?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1208
|
+
onDragStartCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1209
|
+
onDrop?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1210
|
+
onDropCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1211
|
+
onMouseDown?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1212
|
+
onMouseDownCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1213
|
+
onMouseEnter?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1214
|
+
onMouseLeave?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1215
|
+
onMouseMove?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1216
|
+
onMouseMoveCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1217
|
+
onMouseOut?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1218
|
+
onMouseOutCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1219
|
+
onMouseOver?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1220
|
+
onMouseOverCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1221
|
+
onMouseUp?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1222
|
+
onMouseUpCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1223
|
+
onSelect?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1224
|
+
onSelectCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1225
|
+
onTouchCancel?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1226
|
+
onTouchCancelCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1227
|
+
onTouchEnd?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1228
|
+
onTouchEndCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1229
|
+
onTouchMove?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1230
|
+
onTouchMoveCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1231
|
+
onTouchStart?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1232
|
+
onTouchStartCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1233
|
+
onPointerDown?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1234
|
+
onPointerDownCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1235
|
+
onPointerMove?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1236
|
+
onPointerMoveCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1237
|
+
onPointerUp?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1238
|
+
onPointerUpCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1239
|
+
onPointerCancel?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1240
|
+
onPointerCancelCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1241
|
+
onPointerEnter?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1242
|
+
onPointerEnterCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1243
|
+
onPointerLeave?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1244
|
+
onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1245
|
+
onPointerOver?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1246
|
+
onPointerOverCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1247
|
+
onPointerOut?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1248
|
+
onPointerOutCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1249
|
+
onGotPointerCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1250
|
+
onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1251
|
+
onLostPointerCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1252
|
+
onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1253
|
+
onScroll?: import('react').UIEventHandler<HTMLElement> | undefined;
|
1254
|
+
onScrollCapture?: import('react').UIEventHandler<HTMLElement> | undefined;
|
1255
|
+
onWheel?: import('react').WheelEventHandler<HTMLElement> | undefined;
|
1256
|
+
onWheelCapture?: import('react').WheelEventHandler<HTMLElement> | undefined;
|
1257
|
+
onAnimationStart?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1258
|
+
onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1259
|
+
onAnimationEnd?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1260
|
+
onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1261
|
+
onAnimationIteration?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1262
|
+
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1263
|
+
onTransitionEnd?: import('react').TransitionEventHandler<HTMLElement> | undefined;
|
1264
|
+
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLElement> | undefined;
|
1265
|
+
} & import('react').RefAttributes<HTMLElement>, "size" | "translate" | "src" | "children" | "value" | "ref" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "id" | "hidden" | "multiple" | "disabled" | "placeholder" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "max" | "maxLength" | "min" | "minLength" | "name" | "readOnly" | "required" | "step" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "error" | "options" | "enterKeyHint" | "helperText"> & Omit<InputHTMLAttributes<HTMLElement>, "size" | "color" | "height" | "width" | "children" | "value" | "nonce" | "type" | "onChange"> & {
|
1077
1266
|
label?: ReactNode;
|
1078
1267
|
error?: boolean | undefined;
|
1079
1268
|
helperText?: ReactNode;
|
@@ -1086,7 +1275,7 @@ declare const SelectInner: <T extends Option, V extends string | Option>({ size,
|
|
1086
1275
|
error?: boolean | undefined;
|
1087
1276
|
}, ref: ForwardedRef<HTMLElement>) => JSX.Element;
|
1088
1277
|
export declare const Select: (<T extends Option, V extends string | Option>(props: Omit<{
|
1089
|
-
as?: import(
|
1278
|
+
as?: import('react').ElementType<any> | undefined;
|
1090
1279
|
children?: ReactNode;
|
1091
1280
|
className?: string | undefined;
|
1092
1281
|
style?: Record<string, any> | undefined;
|
@@ -1456,6 +1645,11 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1456
1645
|
tablet?: "hidden" | "visible" | undefined;
|
1457
1646
|
desktop?: "hidden" | "visible" | undefined;
|
1458
1647
|
} | undefined;
|
1648
|
+
borderCollapse?: "collapse" | {
|
1649
|
+
mobile?: "collapse" | undefined;
|
1650
|
+
tablet?: "collapse" | undefined;
|
1651
|
+
desktop?: "collapse" | undefined;
|
1652
|
+
} | undefined;
|
1459
1653
|
padding?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
1460
1654
|
mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1461
1655
|
tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
@@ -1551,6 +1745,136 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1551
1745
|
active?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1552
1746
|
disabled?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1553
1747
|
placeholder?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1748
|
+
firstChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1749
|
+
lastChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1750
|
+
oddChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1751
|
+
evenChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1752
|
+
} | undefined;
|
1753
|
+
borderStyle?: "none" | "solid" | {
|
1754
|
+
default?: "none" | "solid" | undefined;
|
1755
|
+
hover?: "none" | "solid" | undefined;
|
1756
|
+
focus?: "none" | "solid" | undefined;
|
1757
|
+
focusWithin?: "none" | "solid" | undefined;
|
1758
|
+
focusVisible?: "none" | "solid" | undefined;
|
1759
|
+
active?: "none" | "solid" | undefined;
|
1760
|
+
disabled?: "none" | "solid" | undefined;
|
1761
|
+
placeholder?: "none" | "solid" | undefined;
|
1762
|
+
firstChild?: "none" | "solid" | undefined;
|
1763
|
+
lastChild?: "none" | "solid" | undefined;
|
1764
|
+
oddChild?: "none" | "solid" | undefined;
|
1765
|
+
evenChild?: "none" | "solid" | undefined;
|
1766
|
+
} | undefined;
|
1767
|
+
borderLeftStyle?: "none" | "solid" | {
|
1768
|
+
default?: "none" | "solid" | undefined;
|
1769
|
+
hover?: "none" | "solid" | undefined;
|
1770
|
+
focus?: "none" | "solid" | undefined;
|
1771
|
+
focusWithin?: "none" | "solid" | undefined;
|
1772
|
+
focusVisible?: "none" | "solid" | undefined;
|
1773
|
+
active?: "none" | "solid" | undefined;
|
1774
|
+
disabled?: "none" | "solid" | undefined;
|
1775
|
+
placeholder?: "none" | "solid" | undefined;
|
1776
|
+
firstChild?: "none" | "solid" | undefined;
|
1777
|
+
lastChild?: "none" | "solid" | undefined;
|
1778
|
+
oddChild?: "none" | "solid" | undefined;
|
1779
|
+
evenChild?: "none" | "solid" | undefined;
|
1780
|
+
} | undefined;
|
1781
|
+
borderRightStyle?: "none" | "solid" | {
|
1782
|
+
default?: "none" | "solid" | undefined;
|
1783
|
+
hover?: "none" | "solid" | undefined;
|
1784
|
+
focus?: "none" | "solid" | undefined;
|
1785
|
+
focusWithin?: "none" | "solid" | undefined;
|
1786
|
+
focusVisible?: "none" | "solid" | undefined;
|
1787
|
+
active?: "none" | "solid" | undefined;
|
1788
|
+
disabled?: "none" | "solid" | undefined;
|
1789
|
+
placeholder?: "none" | "solid" | undefined;
|
1790
|
+
firstChild?: "none" | "solid" | undefined;
|
1791
|
+
lastChild?: "none" | "solid" | undefined;
|
1792
|
+
oddChild?: "none" | "solid" | undefined;
|
1793
|
+
evenChild?: "none" | "solid" | undefined;
|
1794
|
+
} | undefined;
|
1795
|
+
borderTopStyle?: "none" | "solid" | {
|
1796
|
+
default?: "none" | "solid" | undefined;
|
1797
|
+
hover?: "none" | "solid" | undefined;
|
1798
|
+
focus?: "none" | "solid" | undefined;
|
1799
|
+
focusWithin?: "none" | "solid" | undefined;
|
1800
|
+
focusVisible?: "none" | "solid" | undefined;
|
1801
|
+
active?: "none" | "solid" | undefined;
|
1802
|
+
disabled?: "none" | "solid" | undefined;
|
1803
|
+
placeholder?: "none" | "solid" | undefined;
|
1804
|
+
firstChild?: "none" | "solid" | undefined;
|
1805
|
+
lastChild?: "none" | "solid" | undefined;
|
1806
|
+
oddChild?: "none" | "solid" | undefined;
|
1807
|
+
evenChild?: "none" | "solid" | undefined;
|
1808
|
+
} | undefined;
|
1809
|
+
borderBottomStyle?: "none" | "solid" | {
|
1810
|
+
default?: "none" | "solid" | undefined;
|
1811
|
+
hover?: "none" | "solid" | undefined;
|
1812
|
+
focus?: "none" | "solid" | undefined;
|
1813
|
+
focusWithin?: "none" | "solid" | undefined;
|
1814
|
+
focusVisible?: "none" | "solid" | undefined;
|
1815
|
+
active?: "none" | "solid" | undefined;
|
1816
|
+
disabled?: "none" | "solid" | undefined;
|
1817
|
+
placeholder?: "none" | "solid" | undefined;
|
1818
|
+
firstChild?: "none" | "solid" | undefined;
|
1819
|
+
lastChild?: "none" | "solid" | undefined;
|
1820
|
+
oddChild?: "none" | "solid" | undefined;
|
1821
|
+
evenChild?: "none" | "solid" | undefined;
|
1822
|
+
} | undefined;
|
1823
|
+
paddingLeft?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
1824
|
+
default?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1825
|
+
hover?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1826
|
+
focus?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1827
|
+
focusWithin?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1828
|
+
focusVisible?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1829
|
+
active?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1830
|
+
disabled?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1831
|
+
placeholder?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1832
|
+
firstChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1833
|
+
lastChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1834
|
+
oddChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1835
|
+
evenChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1836
|
+
} | undefined;
|
1837
|
+
paddingRight?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
1838
|
+
default?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1839
|
+
hover?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1840
|
+
focus?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1841
|
+
focusWithin?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1842
|
+
focusVisible?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1843
|
+
active?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1844
|
+
disabled?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1845
|
+
placeholder?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1846
|
+
firstChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1847
|
+
lastChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1848
|
+
oddChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1849
|
+
evenChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1850
|
+
} | undefined;
|
1851
|
+
paddingTop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
1852
|
+
default?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1853
|
+
hover?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1854
|
+
focus?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1855
|
+
focusWithin?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1856
|
+
focusVisible?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1857
|
+
active?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1858
|
+
disabled?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1859
|
+
placeholder?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1860
|
+
firstChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1861
|
+
lastChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1862
|
+
oddChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1863
|
+
evenChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1864
|
+
} | undefined;
|
1865
|
+
paddingBottom?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
1866
|
+
default?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1867
|
+
hover?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1868
|
+
focus?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1869
|
+
focusWithin?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1870
|
+
focusVisible?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1871
|
+
active?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1872
|
+
disabled?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1873
|
+
placeholder?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1874
|
+
firstChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1875
|
+
lastChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1876
|
+
oddChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1877
|
+
evenChild?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
1554
1878
|
} | undefined;
|
1555
1879
|
color?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | {
|
1556
1880
|
default?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
@@ -1561,6 +1885,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1561
1885
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1562
1886
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1563
1887
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1888
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1889
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1890
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1891
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1564
1892
|
} | undefined;
|
1565
1893
|
backgroundColor?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | {
|
1566
1894
|
default?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
@@ -1571,6 +1899,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1571
1899
|
active?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1572
1900
|
disabled?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1573
1901
|
placeholder?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1902
|
+
firstChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1903
|
+
lastChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1904
|
+
oddChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1905
|
+
evenChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1574
1906
|
} | undefined;
|
1575
1907
|
pointerEvents?: "none" | "auto" | {
|
1576
1908
|
default?: "none" | "auto" | undefined;
|
@@ -1581,6 +1913,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1581
1913
|
active?: "none" | "auto" | undefined;
|
1582
1914
|
disabled?: "none" | "auto" | undefined;
|
1583
1915
|
placeholder?: "none" | "auto" | undefined;
|
1916
|
+
firstChild?: "none" | "auto" | undefined;
|
1917
|
+
lastChild?: "none" | "auto" | undefined;
|
1918
|
+
oddChild?: "none" | "auto" | undefined;
|
1919
|
+
evenChild?: "none" | "auto" | undefined;
|
1584
1920
|
} | undefined;
|
1585
1921
|
cursor?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | {
|
1586
1922
|
default?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
@@ -1591,6 +1927,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1591
1927
|
active?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1592
1928
|
disabled?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1593
1929
|
placeholder?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1930
|
+
firstChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1931
|
+
lastChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1932
|
+
oddChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1933
|
+
evenChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1594
1934
|
} | undefined;
|
1595
1935
|
boxShadow?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | {
|
1596
1936
|
default?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
@@ -1601,6 +1941,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1601
1941
|
active?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1602
1942
|
disabled?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1603
1943
|
placeholder?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1944
|
+
firstChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1945
|
+
lastChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1946
|
+
oddChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1947
|
+
evenChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1604
1948
|
} | undefined;
|
1605
1949
|
transition?: "all" | "ease" | {
|
1606
1950
|
default?: "all" | "ease" | undefined;
|
@@ -1611,6 +1955,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1611
1955
|
active?: "all" | "ease" | undefined;
|
1612
1956
|
disabled?: "all" | "ease" | undefined;
|
1613
1957
|
placeholder?: "all" | "ease" | undefined;
|
1958
|
+
firstChild?: "all" | "ease" | undefined;
|
1959
|
+
lastChild?: "all" | "ease" | undefined;
|
1960
|
+
oddChild?: "all" | "ease" | undefined;
|
1961
|
+
evenChild?: "all" | "ease" | undefined;
|
1614
1962
|
} | undefined;
|
1615
1963
|
opacity?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | {
|
1616
1964
|
default?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
@@ -1621,6 +1969,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1621
1969
|
active?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1622
1970
|
disabled?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1623
1971
|
placeholder?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1972
|
+
firstChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1973
|
+
lastChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1974
|
+
oddChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1975
|
+
evenChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1624
1976
|
} | undefined;
|
1625
1977
|
textDecoration?: "none" | "underline" | {
|
1626
1978
|
default?: "none" | "underline" | undefined;
|
@@ -1631,6 +1983,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1631
1983
|
active?: "none" | "underline" | undefined;
|
1632
1984
|
disabled?: "none" | "underline" | undefined;
|
1633
1985
|
placeholder?: "none" | "underline" | undefined;
|
1986
|
+
firstChild?: "none" | "underline" | undefined;
|
1987
|
+
lastChild?: "none" | "underline" | undefined;
|
1988
|
+
oddChild?: "none" | "underline" | undefined;
|
1989
|
+
evenChild?: "none" | "underline" | undefined;
|
1634
1990
|
} | undefined;
|
1635
1991
|
transform?: {} | undefined;
|
1636
1992
|
fill?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | {
|
@@ -1642,6 +1998,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1642
1998
|
active?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1643
1999
|
disabled?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1644
2000
|
placeholder?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2001
|
+
firstChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2002
|
+
lastChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2003
|
+
oddChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2004
|
+
evenChild?: "accent1" | "accent1Hovered" | "accent1Pressed" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonCriticalPrimaryFocused" | "buttonCriticalPrimaryHovered" | "buttonCriticalPrimaryPressed" | "buttonDefaultDisabled" | "buttonDefaultPrimary" | "buttonDefaultPrimaryFocused" | "buttonDefaultPrimaryHovered" | "buttonDefaultPrimaryPressed" | "buttonDefaultSecondary" | "buttonDefaultSecondaryFocused" | "buttonDefaultSecondaryHovered" | "buttonDefaultSecondaryPressed" | "buttonDefaultTertiary" | "buttonDefaultTertiaryFocused" | "buttonDefaultTertiaryHovered" | "buttonDefaultTertiaryPressed" | "critical1" | "critical1Focused" | "critical1Hovered" | "critical1Pressed" | "critical2" | "default1" | "default1Focused" | "default1Hovered" | "default1Pressed" | "default2" | "default3" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1645
2005
|
} | undefined;
|
1646
2006
|
stroke?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | {
|
1647
2007
|
default?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
@@ -1652,6 +2012,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1652
2012
|
active?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1653
2013
|
disabled?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1654
2014
|
placeholder?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2015
|
+
firstChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2016
|
+
lastChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2017
|
+
oddChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2018
|
+
evenChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1655
2019
|
} | undefined;
|
1656
2020
|
listStyleType?: "none" | "disc" | "decimal" | {
|
1657
2021
|
default?: "none" | "disc" | "decimal" | undefined;
|
@@ -1662,6 +2026,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1662
2026
|
active?: "none" | "disc" | "decimal" | undefined;
|
1663
2027
|
disabled?: "none" | "disc" | "decimal" | undefined;
|
1664
2028
|
placeholder?: "none" | "disc" | "decimal" | undefined;
|
2029
|
+
firstChild?: "none" | "disc" | "decimal" | undefined;
|
2030
|
+
lastChild?: "none" | "disc" | "decimal" | undefined;
|
2031
|
+
oddChild?: "none" | "disc" | "decimal" | undefined;
|
2032
|
+
evenChild?: "none" | "disc" | "decimal" | undefined;
|
1665
2033
|
} | undefined;
|
1666
2034
|
listStylePosition?: "inside" | "outside" | {
|
1667
2035
|
default?: "inside" | "outside" | undefined;
|
@@ -1672,6 +2040,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1672
2040
|
active?: "inside" | "outside" | undefined;
|
1673
2041
|
disabled?: "inside" | "outside" | undefined;
|
1674
2042
|
placeholder?: "inside" | "outside" | undefined;
|
2043
|
+
firstChild?: "inside" | "outside" | undefined;
|
2044
|
+
lastChild?: "inside" | "outside" | undefined;
|
2045
|
+
oddChild?: "inside" | "outside" | undefined;
|
2046
|
+
evenChild?: "inside" | "outside" | undefined;
|
1675
2047
|
} | undefined;
|
1676
2048
|
listStyleImage?: "none" | {
|
1677
2049
|
default?: "none" | undefined;
|
@@ -1682,6 +2054,10 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1682
2054
|
active?: "none" | undefined;
|
1683
2055
|
disabled?: "none" | undefined;
|
1684
2056
|
placeholder?: "none" | undefined;
|
2057
|
+
firstChild?: "none" | undefined;
|
2058
|
+
lastChild?: "none" | undefined;
|
2059
|
+
oddChild?: "none" | undefined;
|
2060
|
+
evenChild?: "none" | undefined;
|
1685
2061
|
} | undefined;
|
1686
2062
|
} & {
|
1687
2063
|
__display?: any;
|
@@ -1757,6 +2133,7 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1757
2133
|
__alignSelf?: any;
|
1758
2134
|
__justifySelf?: any;
|
1759
2135
|
__visibility?: any;
|
2136
|
+
__borderCollapse?: any;
|
1760
2137
|
__padding?: any;
|
1761
2138
|
__paddingX?: any;
|
1762
2139
|
__paddingY?: any;
|
@@ -1802,7 +2179,7 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1802
2179
|
label?: string | undefined;
|
1803
2180
|
slot?: string | undefined;
|
1804
2181
|
span?: number | undefined;
|
1805
|
-
style?: import(
|
2182
|
+
style?: import('react').CSSProperties | undefined;
|
1806
2183
|
summary?: string | undefined;
|
1807
2184
|
title?: string | undefined;
|
1808
2185
|
pattern?: string | undefined;
|
@@ -1914,7 +2291,7 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1914
2291
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
1915
2292
|
tabIndex?: number | undefined;
|
1916
2293
|
radioGroup?: string | undefined;
|
1917
|
-
role?: import(
|
2294
|
+
role?: import('react').AriaRole | undefined;
|
1918
2295
|
about?: string | undefined;
|
1919
2296
|
datatype?: string | undefined;
|
1920
2297
|
inlist?: any;
|
@@ -1987,167 +2364,167 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
1987
2364
|
dangerouslySetInnerHTML?: {
|
1988
2365
|
__html: string;
|
1989
2366
|
} | undefined;
|
1990
|
-
onCopy?: import(
|
1991
|
-
onCopyCapture?: import(
|
1992
|
-
onCut?: import(
|
1993
|
-
onCutCapture?: import(
|
1994
|
-
onPaste?: import(
|
1995
|
-
onPasteCapture?: import(
|
1996
|
-
onCompositionEnd?: import(
|
1997
|
-
onCompositionEndCapture?: import(
|
1998
|
-
onCompositionStart?: import(
|
1999
|
-
onCompositionStartCapture?: import(
|
2000
|
-
onCompositionUpdate?: import(
|
2001
|
-
onCompositionUpdateCapture?: import(
|
2002
|
-
onFocus?: import(
|
2003
|
-
onFocusCapture?: import(
|
2004
|
-
onBlur?: import(
|
2005
|
-
onBlurCapture?: import(
|
2006
|
-
onChange?: import(
|
2007
|
-
onChangeCapture?: import(
|
2008
|
-
onBeforeInput?: import(
|
2009
|
-
onBeforeInputCapture?: import(
|
2010
|
-
onInput?: import(
|
2011
|
-
onInputCapture?: import(
|
2012
|
-
onReset?: import(
|
2013
|
-
onResetCapture?: import(
|
2014
|
-
onSubmit?: import(
|
2015
|
-
onSubmitCapture?: import(
|
2016
|
-
onInvalid?: import(
|
2017
|
-
onInvalidCapture?: import(
|
2018
|
-
onLoad?: import(
|
2019
|
-
onLoadCapture?: import(
|
2020
|
-
onError?: import(
|
2021
|
-
onErrorCapture?: import(
|
2022
|
-
onKeyDown?: import(
|
2023
|
-
onKeyDownCapture?: import(
|
2024
|
-
onKeyPress?: import(
|
2025
|
-
onKeyPressCapture?: import(
|
2026
|
-
onKeyUp?: import(
|
2027
|
-
onKeyUpCapture?: import(
|
2028
|
-
onAbort?: import(
|
2029
|
-
onAbortCapture?: import(
|
2030
|
-
onCanPlay?: import(
|
2031
|
-
onCanPlayCapture?: import(
|
2032
|
-
onCanPlayThrough?: import(
|
2033
|
-
onCanPlayThroughCapture?: import(
|
2034
|
-
onDurationChange?: import(
|
2035
|
-
onDurationChangeCapture?: import(
|
2036
|
-
onEmptied?: import(
|
2037
|
-
onEmptiedCapture?: import(
|
2038
|
-
onEncrypted?: import(
|
2039
|
-
onEncryptedCapture?: import(
|
2040
|
-
onEnded?: import(
|
2041
|
-
onEndedCapture?: import(
|
2042
|
-
onLoadedData?: import(
|
2043
|
-
onLoadedDataCapture?: import(
|
2044
|
-
onLoadedMetadata?: import(
|
2045
|
-
onLoadedMetadataCapture?: import(
|
2046
|
-
onLoadStart?: import(
|
2047
|
-
onLoadStartCapture?: import(
|
2048
|
-
onPause?: import(
|
2049
|
-
onPauseCapture?: import(
|
2050
|
-
onPlay?: import(
|
2051
|
-
onPlayCapture?: import(
|
2052
|
-
onPlaying?: import(
|
2053
|
-
onPlayingCapture?: import(
|
2054
|
-
onProgress?: import(
|
2055
|
-
onProgressCapture?: import(
|
2056
|
-
onRateChange?: import(
|
2057
|
-
onRateChangeCapture?: import(
|
2058
|
-
onSeeked?: import(
|
2059
|
-
onSeekedCapture?: import(
|
2060
|
-
onSeeking?: import(
|
2061
|
-
onSeekingCapture?: import(
|
2062
|
-
onStalled?: import(
|
2063
|
-
onStalledCapture?: import(
|
2064
|
-
onSuspend?: import(
|
2065
|
-
onSuspendCapture?: import(
|
2066
|
-
onTimeUpdate?: import(
|
2067
|
-
onTimeUpdateCapture?: import(
|
2068
|
-
onVolumeChange?: import(
|
2069
|
-
onVolumeChangeCapture?: import(
|
2070
|
-
onWaiting?: import(
|
2071
|
-
onWaitingCapture?: import(
|
2072
|
-
onAuxClick?: import(
|
2073
|
-
onAuxClickCapture?: import(
|
2074
|
-
onClick?: import(
|
2075
|
-
onClickCapture?: import(
|
2076
|
-
onContextMenu?: import(
|
2077
|
-
onContextMenuCapture?: import(
|
2078
|
-
onDoubleClick?: import(
|
2079
|
-
onDoubleClickCapture?: import(
|
2080
|
-
onDrag?: import(
|
2081
|
-
onDragCapture?: import(
|
2082
|
-
onDragEnd?: import(
|
2083
|
-
onDragEndCapture?: import(
|
2084
|
-
onDragEnter?: import(
|
2085
|
-
onDragEnterCapture?: import(
|
2086
|
-
onDragExit?: import(
|
2087
|
-
onDragExitCapture?: import(
|
2088
|
-
onDragLeave?: import(
|
2089
|
-
onDragLeaveCapture?: import(
|
2090
|
-
onDragOver?: import(
|
2091
|
-
onDragOverCapture?: import(
|
2092
|
-
onDragStart?: import(
|
2093
|
-
onDragStartCapture?: import(
|
2094
|
-
onDrop?: import(
|
2095
|
-
onDropCapture?: import(
|
2096
|
-
onMouseDown?: import(
|
2097
|
-
onMouseDownCapture?: import(
|
2098
|
-
onMouseEnter?: import(
|
2099
|
-
onMouseLeave?: import(
|
2100
|
-
onMouseMove?: import(
|
2101
|
-
onMouseMoveCapture?: import(
|
2102
|
-
onMouseOut?: import(
|
2103
|
-
onMouseOutCapture?: import(
|
2104
|
-
onMouseOver?: import(
|
2105
|
-
onMouseOverCapture?: import(
|
2106
|
-
onMouseUp?: import(
|
2107
|
-
onMouseUpCapture?: import(
|
2108
|
-
onSelect?: import(
|
2109
|
-
onSelectCapture?: import(
|
2110
|
-
onTouchCancel?: import(
|
2111
|
-
onTouchCancelCapture?: import(
|
2112
|
-
onTouchEnd?: import(
|
2113
|
-
onTouchEndCapture?: import(
|
2114
|
-
onTouchMove?: import(
|
2115
|
-
onTouchMoveCapture?: import(
|
2116
|
-
onTouchStart?: import(
|
2117
|
-
onTouchStartCapture?: import(
|
2118
|
-
onPointerDown?: import(
|
2119
|
-
onPointerDownCapture?: import(
|
2120
|
-
onPointerMove?: import(
|
2121
|
-
onPointerMoveCapture?: import(
|
2122
|
-
onPointerUp?: import(
|
2123
|
-
onPointerUpCapture?: import(
|
2124
|
-
onPointerCancel?: import(
|
2125
|
-
onPointerCancelCapture?: import(
|
2126
|
-
onPointerEnter?: import(
|
2127
|
-
onPointerEnterCapture?: import(
|
2128
|
-
onPointerLeave?: import(
|
2129
|
-
onPointerLeaveCapture?: import(
|
2130
|
-
onPointerOver?: import(
|
2131
|
-
onPointerOverCapture?: import(
|
2132
|
-
onPointerOut?: import(
|
2133
|
-
onPointerOutCapture?: import(
|
2134
|
-
onGotPointerCapture?: import(
|
2135
|
-
onGotPointerCaptureCapture?: import(
|
2136
|
-
onLostPointerCapture?: import(
|
2137
|
-
onLostPointerCaptureCapture?: import(
|
2138
|
-
onScroll?: import(
|
2139
|
-
onScrollCapture?: import(
|
2140
|
-
onWheel?: import(
|
2141
|
-
onWheelCapture?: import(
|
2142
|
-
onAnimationStart?: import(
|
2143
|
-
onAnimationStartCapture?: import(
|
2144
|
-
onAnimationEnd?: import(
|
2145
|
-
onAnimationEndCapture?: import(
|
2146
|
-
onAnimationIteration?: import(
|
2147
|
-
onAnimationIterationCapture?: import(
|
2148
|
-
onTransitionEnd?: import(
|
2149
|
-
onTransitionEndCapture?: import(
|
2150
|
-
} & import(
|
2367
|
+
onCopy?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2368
|
+
onCopyCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2369
|
+
onCut?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2370
|
+
onCutCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2371
|
+
onPaste?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2372
|
+
onPasteCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2373
|
+
onCompositionEnd?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2374
|
+
onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2375
|
+
onCompositionStart?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2376
|
+
onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2377
|
+
onCompositionUpdate?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2378
|
+
onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2379
|
+
onFocus?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
2380
|
+
onFocusCapture?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
2381
|
+
onBlur?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
2382
|
+
onBlurCapture?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
2383
|
+
onChange?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2384
|
+
onChangeCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2385
|
+
onBeforeInput?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2386
|
+
onBeforeInputCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2387
|
+
onInput?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2388
|
+
onInputCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2389
|
+
onReset?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2390
|
+
onResetCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2391
|
+
onSubmit?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2392
|
+
onSubmitCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2393
|
+
onInvalid?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2394
|
+
onInvalidCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2395
|
+
onLoad?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2396
|
+
onLoadCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2397
|
+
onError?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2398
|
+
onErrorCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2399
|
+
onKeyDown?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2400
|
+
onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2401
|
+
onKeyPress?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2402
|
+
onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2403
|
+
onKeyUp?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2404
|
+
onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2405
|
+
onAbort?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2406
|
+
onAbortCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2407
|
+
onCanPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2408
|
+
onCanPlayCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2409
|
+
onCanPlayThrough?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2410
|
+
onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2411
|
+
onDurationChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2412
|
+
onDurationChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2413
|
+
onEmptied?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2414
|
+
onEmptiedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2415
|
+
onEncrypted?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2416
|
+
onEncryptedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2417
|
+
onEnded?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2418
|
+
onEndedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2419
|
+
onLoadedData?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2420
|
+
onLoadedDataCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2421
|
+
onLoadedMetadata?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2422
|
+
onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2423
|
+
onLoadStart?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2424
|
+
onLoadStartCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2425
|
+
onPause?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2426
|
+
onPauseCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2427
|
+
onPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2428
|
+
onPlayCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2429
|
+
onPlaying?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2430
|
+
onPlayingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2431
|
+
onProgress?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2432
|
+
onProgressCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2433
|
+
onRateChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2434
|
+
onRateChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2435
|
+
onSeeked?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2436
|
+
onSeekedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2437
|
+
onSeeking?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2438
|
+
onSeekingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2439
|
+
onStalled?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2440
|
+
onStalledCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2441
|
+
onSuspend?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2442
|
+
onSuspendCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2443
|
+
onTimeUpdate?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2444
|
+
onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2445
|
+
onVolumeChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2446
|
+
onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2447
|
+
onWaiting?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2448
|
+
onWaitingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2449
|
+
onAuxClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2450
|
+
onAuxClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2451
|
+
onClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2452
|
+
onClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2453
|
+
onContextMenu?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2454
|
+
onContextMenuCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2455
|
+
onDoubleClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2456
|
+
onDoubleClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2457
|
+
onDrag?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2458
|
+
onDragCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2459
|
+
onDragEnd?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2460
|
+
onDragEndCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2461
|
+
onDragEnter?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2462
|
+
onDragEnterCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2463
|
+
onDragExit?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2464
|
+
onDragExitCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2465
|
+
onDragLeave?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2466
|
+
onDragLeaveCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2467
|
+
onDragOver?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2468
|
+
onDragOverCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2469
|
+
onDragStart?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2470
|
+
onDragStartCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2471
|
+
onDrop?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2472
|
+
onDropCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2473
|
+
onMouseDown?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2474
|
+
onMouseDownCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2475
|
+
onMouseEnter?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2476
|
+
onMouseLeave?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2477
|
+
onMouseMove?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2478
|
+
onMouseMoveCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2479
|
+
onMouseOut?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2480
|
+
onMouseOutCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2481
|
+
onMouseOver?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2482
|
+
onMouseOverCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2483
|
+
onMouseUp?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2484
|
+
onMouseUpCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2485
|
+
onSelect?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2486
|
+
onSelectCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2487
|
+
onTouchCancel?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2488
|
+
onTouchCancelCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2489
|
+
onTouchEnd?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2490
|
+
onTouchEndCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2491
|
+
onTouchMove?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2492
|
+
onTouchMoveCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2493
|
+
onTouchStart?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2494
|
+
onTouchStartCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2495
|
+
onPointerDown?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2496
|
+
onPointerDownCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2497
|
+
onPointerMove?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2498
|
+
onPointerMoveCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2499
|
+
onPointerUp?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2500
|
+
onPointerUpCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2501
|
+
onPointerCancel?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2502
|
+
onPointerCancelCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2503
|
+
onPointerEnter?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2504
|
+
onPointerEnterCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2505
|
+
onPointerLeave?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2506
|
+
onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2507
|
+
onPointerOver?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2508
|
+
onPointerOverCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2509
|
+
onPointerOut?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2510
|
+
onPointerOutCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2511
|
+
onGotPointerCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2512
|
+
onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2513
|
+
onLostPointerCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2514
|
+
onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2515
|
+
onScroll?: import('react').UIEventHandler<HTMLElement> | undefined;
|
2516
|
+
onScrollCapture?: import('react').UIEventHandler<HTMLElement> | undefined;
|
2517
|
+
onWheel?: import('react').WheelEventHandler<HTMLElement> | undefined;
|
2518
|
+
onWheelCapture?: import('react').WheelEventHandler<HTMLElement> | undefined;
|
2519
|
+
onAnimationStart?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2520
|
+
onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2521
|
+
onAnimationEnd?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2522
|
+
onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2523
|
+
onAnimationIteration?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2524
|
+
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2525
|
+
onTransitionEnd?: import('react').TransitionEventHandler<HTMLElement> | undefined;
|
2526
|
+
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLElement> | undefined;
|
2527
|
+
} & import('react').RefAttributes<HTMLElement>, "size" | "translate" | "src" | "children" | "value" | "ref" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "id" | "hidden" | "multiple" | "disabled" | "placeholder" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "max" | "maxLength" | "min" | "minLength" | "name" | "readOnly" | "required" | "step" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "error" | "options" | "enterKeyHint" | "helperText"> & Omit<InputHTMLAttributes<HTMLElement>, "size" | "color" | "height" | "width" | "children" | "value" | "nonce" | "type" | "onChange"> & {
|
2151
2528
|
label?: ReactNode;
|
2152
2529
|
error?: boolean | undefined;
|
2153
2530
|
helperText?: ReactNode;
|
@@ -2161,6 +2538,6 @@ export declare const Select: (<T extends Option, V extends string | Option>(prop
|
|
2161
2538
|
} & {
|
2162
2539
|
ref?: ForwardedRef<HTMLElement> | undefined;
|
2163
2540
|
}) => ReturnType<typeof SelectInner>) & {
|
2164
|
-
NoOptions: ({ children, ...props }: import(
|
2541
|
+
NoOptions: ({ children, ...props }: import('../BaseSelect').NoOptionsProps) => JSX.Element;
|
2165
2542
|
};
|
2166
2543
|
export {};
|