@saleor/macaw-ui 1.1.2 → 1.1.4
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/README.md +6 -0
- 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.css.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +4 -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 +6039 -6023
- 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 +13 -12
@@ -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 DynamicComboboxProps<T> = PropsWithBox<Omit<InputHTMLAttributes<HTMLInputElement>, "color" | "width" | "height" | "size" | "type" | "children" | "onChange" | "value" | "nonce"> & {
|
6
7
|
label?: ReactNode;
|
7
8
|
error?: boolean;
|
@@ -20,7 +21,7 @@ export type DynamicComboboxProps<T> = PropsWithBox<Omit<InputHTMLAttributes<HTML
|
|
20
21
|
onScrollEnd?: () => void;
|
21
22
|
}> & InputVariants;
|
22
23
|
declare const DynamicComboboxInner: <T extends Option>({ size, disabled, className, value, label, id, error, helperText, options, onChange, onInputValueChange, onFocus, onBlur, loading, locale, children, startAdornment, endAdornment, onScrollEnd, ...props }: Omit<{
|
23
|
-
as?: import(
|
24
|
+
as?: import('react').ElementType<any> | undefined;
|
24
25
|
children?: ReactNode;
|
25
26
|
className?: string | undefined;
|
26
27
|
style?: Record<string, any> | undefined;
|
@@ -390,6 +391,11 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
390
391
|
tablet?: "hidden" | "visible" | undefined;
|
391
392
|
desktop?: "hidden" | "visible" | undefined;
|
392
393
|
} | undefined;
|
394
|
+
borderCollapse?: "collapse" | {
|
395
|
+
mobile?: "collapse" | undefined;
|
396
|
+
tablet?: "collapse" | undefined;
|
397
|
+
desktop?: "collapse" | undefined;
|
398
|
+
} | undefined;
|
393
399
|
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 | {
|
394
400
|
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;
|
395
401
|
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;
|
@@ -485,6 +491,136 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
485
491
|
active?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
486
492
|
disabled?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
487
493
|
placeholder?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
494
|
+
firstChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
495
|
+
lastChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
496
|
+
oddChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
497
|
+
evenChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
498
|
+
} | undefined;
|
499
|
+
borderStyle?: "none" | "solid" | {
|
500
|
+
default?: "none" | "solid" | undefined;
|
501
|
+
hover?: "none" | "solid" | undefined;
|
502
|
+
focus?: "none" | "solid" | undefined;
|
503
|
+
focusWithin?: "none" | "solid" | undefined;
|
504
|
+
focusVisible?: "none" | "solid" | undefined;
|
505
|
+
active?: "none" | "solid" | undefined;
|
506
|
+
disabled?: "none" | "solid" | undefined;
|
507
|
+
placeholder?: "none" | "solid" | undefined;
|
508
|
+
firstChild?: "none" | "solid" | undefined;
|
509
|
+
lastChild?: "none" | "solid" | undefined;
|
510
|
+
oddChild?: "none" | "solid" | undefined;
|
511
|
+
evenChild?: "none" | "solid" | undefined;
|
512
|
+
} | undefined;
|
513
|
+
borderLeftStyle?: "none" | "solid" | {
|
514
|
+
default?: "none" | "solid" | undefined;
|
515
|
+
hover?: "none" | "solid" | undefined;
|
516
|
+
focus?: "none" | "solid" | undefined;
|
517
|
+
focusWithin?: "none" | "solid" | undefined;
|
518
|
+
focusVisible?: "none" | "solid" | undefined;
|
519
|
+
active?: "none" | "solid" | undefined;
|
520
|
+
disabled?: "none" | "solid" | undefined;
|
521
|
+
placeholder?: "none" | "solid" | undefined;
|
522
|
+
firstChild?: "none" | "solid" | undefined;
|
523
|
+
lastChild?: "none" | "solid" | undefined;
|
524
|
+
oddChild?: "none" | "solid" | undefined;
|
525
|
+
evenChild?: "none" | "solid" | undefined;
|
526
|
+
} | undefined;
|
527
|
+
borderRightStyle?: "none" | "solid" | {
|
528
|
+
default?: "none" | "solid" | undefined;
|
529
|
+
hover?: "none" | "solid" | undefined;
|
530
|
+
focus?: "none" | "solid" | undefined;
|
531
|
+
focusWithin?: "none" | "solid" | undefined;
|
532
|
+
focusVisible?: "none" | "solid" | undefined;
|
533
|
+
active?: "none" | "solid" | undefined;
|
534
|
+
disabled?: "none" | "solid" | undefined;
|
535
|
+
placeholder?: "none" | "solid" | undefined;
|
536
|
+
firstChild?: "none" | "solid" | undefined;
|
537
|
+
lastChild?: "none" | "solid" | undefined;
|
538
|
+
oddChild?: "none" | "solid" | undefined;
|
539
|
+
evenChild?: "none" | "solid" | undefined;
|
540
|
+
} | undefined;
|
541
|
+
borderTopStyle?: "none" | "solid" | {
|
542
|
+
default?: "none" | "solid" | undefined;
|
543
|
+
hover?: "none" | "solid" | undefined;
|
544
|
+
focus?: "none" | "solid" | undefined;
|
545
|
+
focusWithin?: "none" | "solid" | undefined;
|
546
|
+
focusVisible?: "none" | "solid" | undefined;
|
547
|
+
active?: "none" | "solid" | undefined;
|
548
|
+
disabled?: "none" | "solid" | undefined;
|
549
|
+
placeholder?: "none" | "solid" | undefined;
|
550
|
+
firstChild?: "none" | "solid" | undefined;
|
551
|
+
lastChild?: "none" | "solid" | undefined;
|
552
|
+
oddChild?: "none" | "solid" | undefined;
|
553
|
+
evenChild?: "none" | "solid" | undefined;
|
554
|
+
} | undefined;
|
555
|
+
borderBottomStyle?: "none" | "solid" | {
|
556
|
+
default?: "none" | "solid" | undefined;
|
557
|
+
hover?: "none" | "solid" | undefined;
|
558
|
+
focus?: "none" | "solid" | undefined;
|
559
|
+
focusWithin?: "none" | "solid" | undefined;
|
560
|
+
focusVisible?: "none" | "solid" | undefined;
|
561
|
+
active?: "none" | "solid" | undefined;
|
562
|
+
disabled?: "none" | "solid" | undefined;
|
563
|
+
placeholder?: "none" | "solid" | undefined;
|
564
|
+
firstChild?: "none" | "solid" | undefined;
|
565
|
+
lastChild?: "none" | "solid" | undefined;
|
566
|
+
oddChild?: "none" | "solid" | undefined;
|
567
|
+
evenChild?: "none" | "solid" | undefined;
|
568
|
+
} | undefined;
|
569
|
+
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 | {
|
570
|
+
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;
|
571
|
+
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;
|
572
|
+
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;
|
573
|
+
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;
|
574
|
+
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;
|
575
|
+
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;
|
576
|
+
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;
|
577
|
+
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;
|
578
|
+
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;
|
579
|
+
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;
|
580
|
+
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;
|
581
|
+
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;
|
582
|
+
} | undefined;
|
583
|
+
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 | {
|
584
|
+
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;
|
585
|
+
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;
|
586
|
+
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;
|
587
|
+
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;
|
588
|
+
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;
|
589
|
+
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;
|
590
|
+
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;
|
591
|
+
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;
|
592
|
+
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;
|
593
|
+
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;
|
594
|
+
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;
|
595
|
+
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;
|
596
|
+
} | undefined;
|
597
|
+
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 | {
|
598
|
+
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;
|
599
|
+
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;
|
600
|
+
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;
|
601
|
+
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;
|
602
|
+
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;
|
603
|
+
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;
|
604
|
+
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;
|
605
|
+
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;
|
606
|
+
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;
|
607
|
+
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;
|
608
|
+
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;
|
609
|
+
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;
|
610
|
+
} | undefined;
|
611
|
+
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 | {
|
612
|
+
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;
|
613
|
+
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;
|
614
|
+
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;
|
615
|
+
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;
|
616
|
+
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;
|
617
|
+
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;
|
618
|
+
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;
|
619
|
+
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;
|
620
|
+
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;
|
621
|
+
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;
|
622
|
+
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;
|
623
|
+
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;
|
488
624
|
} | undefined;
|
489
625
|
color?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | {
|
490
626
|
default?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
@@ -495,6 +631,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
495
631
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
496
632
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
497
633
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
634
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
635
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
636
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
637
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
498
638
|
} | undefined;
|
499
639
|
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" | {
|
500
640
|
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;
|
@@ -505,6 +645,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
505
645
|
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;
|
506
646
|
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;
|
507
647
|
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;
|
648
|
+
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;
|
649
|
+
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;
|
650
|
+
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;
|
651
|
+
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;
|
508
652
|
} | undefined;
|
509
653
|
pointerEvents?: "none" | "auto" | {
|
510
654
|
default?: "none" | "auto" | undefined;
|
@@ -515,6 +659,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
515
659
|
active?: "none" | "auto" | undefined;
|
516
660
|
disabled?: "none" | "auto" | undefined;
|
517
661
|
placeholder?: "none" | "auto" | undefined;
|
662
|
+
firstChild?: "none" | "auto" | undefined;
|
663
|
+
lastChild?: "none" | "auto" | undefined;
|
664
|
+
oddChild?: "none" | "auto" | undefined;
|
665
|
+
evenChild?: "none" | "auto" | undefined;
|
518
666
|
} | undefined;
|
519
667
|
cursor?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | {
|
520
668
|
default?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
@@ -525,6 +673,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
525
673
|
active?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
526
674
|
disabled?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
527
675
|
placeholder?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
676
|
+
firstChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
677
|
+
lastChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
678
|
+
oddChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
679
|
+
evenChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
528
680
|
} | undefined;
|
529
681
|
boxShadow?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | {
|
530
682
|
default?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
@@ -535,6 +687,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
535
687
|
active?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
536
688
|
disabled?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
537
689
|
placeholder?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
690
|
+
firstChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
691
|
+
lastChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
692
|
+
oddChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
693
|
+
evenChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
538
694
|
} | undefined;
|
539
695
|
transition?: "all" | "ease" | {
|
540
696
|
default?: "all" | "ease" | undefined;
|
@@ -545,6 +701,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
545
701
|
active?: "all" | "ease" | undefined;
|
546
702
|
disabled?: "all" | "ease" | undefined;
|
547
703
|
placeholder?: "all" | "ease" | undefined;
|
704
|
+
firstChild?: "all" | "ease" | undefined;
|
705
|
+
lastChild?: "all" | "ease" | undefined;
|
706
|
+
oddChild?: "all" | "ease" | undefined;
|
707
|
+
evenChild?: "all" | "ease" | undefined;
|
548
708
|
} | undefined;
|
549
709
|
opacity?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | {
|
550
710
|
default?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
@@ -555,6 +715,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
555
715
|
active?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
556
716
|
disabled?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
557
717
|
placeholder?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
718
|
+
firstChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
719
|
+
lastChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
720
|
+
oddChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
721
|
+
evenChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
558
722
|
} | undefined;
|
559
723
|
textDecoration?: "none" | "underline" | {
|
560
724
|
default?: "none" | "underline" | undefined;
|
@@ -565,6 +729,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
565
729
|
active?: "none" | "underline" | undefined;
|
566
730
|
disabled?: "none" | "underline" | undefined;
|
567
731
|
placeholder?: "none" | "underline" | undefined;
|
732
|
+
firstChild?: "none" | "underline" | undefined;
|
733
|
+
lastChild?: "none" | "underline" | undefined;
|
734
|
+
oddChild?: "none" | "underline" | undefined;
|
735
|
+
evenChild?: "none" | "underline" | undefined;
|
568
736
|
} | undefined;
|
569
737
|
transform?: {} | undefined;
|
570
738
|
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" | {
|
@@ -576,6 +744,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
576
744
|
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;
|
577
745
|
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;
|
578
746
|
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;
|
747
|
+
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;
|
748
|
+
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;
|
749
|
+
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;
|
750
|
+
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;
|
579
751
|
} | undefined;
|
580
752
|
stroke?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | {
|
581
753
|
default?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
@@ -586,6 +758,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
586
758
|
active?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
587
759
|
disabled?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
588
760
|
placeholder?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
761
|
+
firstChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
762
|
+
lastChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
763
|
+
oddChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
764
|
+
evenChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
589
765
|
} | undefined;
|
590
766
|
listStyleType?: "none" | "disc" | "decimal" | {
|
591
767
|
default?: "none" | "disc" | "decimal" | undefined;
|
@@ -596,6 +772,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
596
772
|
active?: "none" | "disc" | "decimal" | undefined;
|
597
773
|
disabled?: "none" | "disc" | "decimal" | undefined;
|
598
774
|
placeholder?: "none" | "disc" | "decimal" | undefined;
|
775
|
+
firstChild?: "none" | "disc" | "decimal" | undefined;
|
776
|
+
lastChild?: "none" | "disc" | "decimal" | undefined;
|
777
|
+
oddChild?: "none" | "disc" | "decimal" | undefined;
|
778
|
+
evenChild?: "none" | "disc" | "decimal" | undefined;
|
599
779
|
} | undefined;
|
600
780
|
listStylePosition?: "inside" | "outside" | {
|
601
781
|
default?: "inside" | "outside" | undefined;
|
@@ -606,6 +786,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
606
786
|
active?: "inside" | "outside" | undefined;
|
607
787
|
disabled?: "inside" | "outside" | undefined;
|
608
788
|
placeholder?: "inside" | "outside" | undefined;
|
789
|
+
firstChild?: "inside" | "outside" | undefined;
|
790
|
+
lastChild?: "inside" | "outside" | undefined;
|
791
|
+
oddChild?: "inside" | "outside" | undefined;
|
792
|
+
evenChild?: "inside" | "outside" | undefined;
|
609
793
|
} | undefined;
|
610
794
|
listStyleImage?: "none" | {
|
611
795
|
default?: "none" | undefined;
|
@@ -616,6 +800,10 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
616
800
|
active?: "none" | undefined;
|
617
801
|
disabled?: "none" | undefined;
|
618
802
|
placeholder?: "none" | undefined;
|
803
|
+
firstChild?: "none" | undefined;
|
804
|
+
lastChild?: "none" | undefined;
|
805
|
+
oddChild?: "none" | undefined;
|
806
|
+
evenChild?: "none" | undefined;
|
619
807
|
} | undefined;
|
620
808
|
} & {
|
621
809
|
__display?: any;
|
@@ -691,6 +879,7 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
691
879
|
__alignSelf?: any;
|
692
880
|
__justifySelf?: any;
|
693
881
|
__visibility?: any;
|
882
|
+
__borderCollapse?: any;
|
694
883
|
__padding?: any;
|
695
884
|
__paddingX?: any;
|
696
885
|
__paddingY?: any;
|
@@ -736,7 +925,7 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
736
925
|
label?: string | undefined;
|
737
926
|
slot?: string | undefined;
|
738
927
|
span?: number | undefined;
|
739
|
-
style?: import(
|
928
|
+
style?: import('react').CSSProperties | undefined;
|
740
929
|
summary?: string | undefined;
|
741
930
|
title?: string | undefined;
|
742
931
|
pattern?: string | undefined;
|
@@ -848,7 +1037,7 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
848
1037
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
849
1038
|
tabIndex?: number | undefined;
|
850
1039
|
radioGroup?: string | undefined;
|
851
|
-
role?: import(
|
1040
|
+
role?: import('react').AriaRole | undefined;
|
852
1041
|
about?: string | undefined;
|
853
1042
|
datatype?: string | undefined;
|
854
1043
|
inlist?: any;
|
@@ -921,167 +1110,167 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
921
1110
|
dangerouslySetInnerHTML?: {
|
922
1111
|
__html: string;
|
923
1112
|
} | undefined;
|
924
|
-
onCopy?: import(
|
925
|
-
onCopyCapture?: import(
|
926
|
-
onCut?: import(
|
927
|
-
onCutCapture?: import(
|
928
|
-
onPaste?: import(
|
929
|
-
onPasteCapture?: import(
|
930
|
-
onCompositionEnd?: import(
|
931
|
-
onCompositionEndCapture?: import(
|
932
|
-
onCompositionStart?: import(
|
933
|
-
onCompositionStartCapture?: import(
|
934
|
-
onCompositionUpdate?: import(
|
935
|
-
onCompositionUpdateCapture?: import(
|
936
|
-
onFocus?: import(
|
937
|
-
onFocusCapture?: import(
|
938
|
-
onBlur?: import(
|
939
|
-
onBlurCapture?: import(
|
940
|
-
onChange?: import(
|
941
|
-
onChangeCapture?: import(
|
942
|
-
onBeforeInput?: import(
|
943
|
-
onBeforeInputCapture?: import(
|
944
|
-
onInput?: import(
|
945
|
-
onInputCapture?: import(
|
946
|
-
onReset?: import(
|
947
|
-
onResetCapture?: import(
|
948
|
-
onSubmit?: import(
|
949
|
-
onSubmitCapture?: import(
|
950
|
-
onInvalid?: import(
|
951
|
-
onInvalidCapture?: import(
|
952
|
-
onLoad?: import(
|
953
|
-
onLoadCapture?: import(
|
954
|
-
onError?: import(
|
955
|
-
onErrorCapture?: import(
|
956
|
-
onKeyDown?: import(
|
957
|
-
onKeyDownCapture?: import(
|
958
|
-
onKeyPress?: import(
|
959
|
-
onKeyPressCapture?: import(
|
960
|
-
onKeyUp?: import(
|
961
|
-
onKeyUpCapture?: import(
|
962
|
-
onAbort?: import(
|
963
|
-
onAbortCapture?: import(
|
964
|
-
onCanPlay?: import(
|
965
|
-
onCanPlayCapture?: import(
|
966
|
-
onCanPlayThrough?: import(
|
967
|
-
onCanPlayThroughCapture?: import(
|
968
|
-
onDurationChange?: import(
|
969
|
-
onDurationChangeCapture?: import(
|
970
|
-
onEmptied?: import(
|
971
|
-
onEmptiedCapture?: import(
|
972
|
-
onEncrypted?: import(
|
973
|
-
onEncryptedCapture?: import(
|
974
|
-
onEnded?: import(
|
975
|
-
onEndedCapture?: import(
|
976
|
-
onLoadedData?: import(
|
977
|
-
onLoadedDataCapture?: import(
|
978
|
-
onLoadedMetadata?: import(
|
979
|
-
onLoadedMetadataCapture?: import(
|
980
|
-
onLoadStart?: import(
|
981
|
-
onLoadStartCapture?: import(
|
982
|
-
onPause?: import(
|
983
|
-
onPauseCapture?: import(
|
984
|
-
onPlay?: import(
|
985
|
-
onPlayCapture?: import(
|
986
|
-
onPlaying?: import(
|
987
|
-
onPlayingCapture?: import(
|
988
|
-
onProgress?: import(
|
989
|
-
onProgressCapture?: import(
|
990
|
-
onRateChange?: import(
|
991
|
-
onRateChangeCapture?: import(
|
992
|
-
onSeeked?: import(
|
993
|
-
onSeekedCapture?: import(
|
994
|
-
onSeeking?: import(
|
995
|
-
onSeekingCapture?: import(
|
996
|
-
onStalled?: import(
|
997
|
-
onStalledCapture?: import(
|
998
|
-
onSuspend?: import(
|
999
|
-
onSuspendCapture?: import(
|
1000
|
-
onTimeUpdate?: import(
|
1001
|
-
onTimeUpdateCapture?: import(
|
1002
|
-
onVolumeChange?: import(
|
1003
|
-
onVolumeChangeCapture?: import(
|
1004
|
-
onWaiting?: import(
|
1005
|
-
onWaitingCapture?: import(
|
1006
|
-
onAuxClick?: import(
|
1007
|
-
onAuxClickCapture?: import(
|
1008
|
-
onClick?: import(
|
1009
|
-
onClickCapture?: import(
|
1010
|
-
onContextMenu?: import(
|
1011
|
-
onContextMenuCapture?: import(
|
1012
|
-
onDoubleClick?: import(
|
1013
|
-
onDoubleClickCapture?: import(
|
1014
|
-
onDrag?: import(
|
1015
|
-
onDragCapture?: import(
|
1016
|
-
onDragEnd?: import(
|
1017
|
-
onDragEndCapture?: import(
|
1018
|
-
onDragEnter?: import(
|
1019
|
-
onDragEnterCapture?: import(
|
1020
|
-
onDragExit?: import(
|
1021
|
-
onDragExitCapture?: import(
|
1022
|
-
onDragLeave?: import(
|
1023
|
-
onDragLeaveCapture?: import(
|
1024
|
-
onDragOver?: import(
|
1025
|
-
onDragOverCapture?: import(
|
1026
|
-
onDragStart?: import(
|
1027
|
-
onDragStartCapture?: import(
|
1028
|
-
onDrop?: import(
|
1029
|
-
onDropCapture?: import(
|
1030
|
-
onMouseDown?: import(
|
1031
|
-
onMouseDownCapture?: import(
|
1032
|
-
onMouseEnter?: import(
|
1033
|
-
onMouseLeave?: import(
|
1034
|
-
onMouseMove?: import(
|
1035
|
-
onMouseMoveCapture?: import(
|
1036
|
-
onMouseOut?: import(
|
1037
|
-
onMouseOutCapture?: import(
|
1038
|
-
onMouseOver?: import(
|
1039
|
-
onMouseOverCapture?: import(
|
1040
|
-
onMouseUp?: import(
|
1041
|
-
onMouseUpCapture?: import(
|
1042
|
-
onSelect?: import(
|
1043
|
-
onSelectCapture?: import(
|
1044
|
-
onTouchCancel?: import(
|
1045
|
-
onTouchCancelCapture?: import(
|
1046
|
-
onTouchEnd?: import(
|
1047
|
-
onTouchEndCapture?: import(
|
1048
|
-
onTouchMove?: import(
|
1049
|
-
onTouchMoveCapture?: import(
|
1050
|
-
onTouchStart?: import(
|
1051
|
-
onTouchStartCapture?: import(
|
1052
|
-
onPointerDown?: import(
|
1053
|
-
onPointerDownCapture?: import(
|
1054
|
-
onPointerMove?: import(
|
1055
|
-
onPointerMoveCapture?: import(
|
1056
|
-
onPointerUp?: import(
|
1057
|
-
onPointerUpCapture?: import(
|
1058
|
-
onPointerCancel?: import(
|
1059
|
-
onPointerCancelCapture?: import(
|
1060
|
-
onPointerEnter?: import(
|
1061
|
-
onPointerEnterCapture?: import(
|
1062
|
-
onPointerLeave?: import(
|
1063
|
-
onPointerLeaveCapture?: import(
|
1064
|
-
onPointerOver?: import(
|
1065
|
-
onPointerOverCapture?: import(
|
1066
|
-
onPointerOut?: import(
|
1067
|
-
onPointerOutCapture?: import(
|
1068
|
-
onGotPointerCapture?: import(
|
1069
|
-
onGotPointerCaptureCapture?: import(
|
1070
|
-
onLostPointerCapture?: import(
|
1071
|
-
onLostPointerCaptureCapture?: import(
|
1072
|
-
onScroll?: import(
|
1073
|
-
onScrollCapture?: import(
|
1074
|
-
onWheel?: import(
|
1075
|
-
onWheelCapture?: import(
|
1076
|
-
onAnimationStart?: import(
|
1077
|
-
onAnimationStartCapture?: import(
|
1078
|
-
onAnimationEnd?: import(
|
1079
|
-
onAnimationEndCapture?: import(
|
1080
|
-
onAnimationIteration?: import(
|
1081
|
-
onAnimationIterationCapture?: import(
|
1082
|
-
onTransitionEnd?: import(
|
1083
|
-
onTransitionEndCapture?: import(
|
1084
|
-
} & import(
|
1113
|
+
onCopy?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1114
|
+
onCopyCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1115
|
+
onCut?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1116
|
+
onCutCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1117
|
+
onPaste?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1118
|
+
onPasteCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
1119
|
+
onCompositionEnd?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1120
|
+
onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1121
|
+
onCompositionStart?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1122
|
+
onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1123
|
+
onCompositionUpdate?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1124
|
+
onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
1125
|
+
onFocus?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
1126
|
+
onFocusCapture?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
1127
|
+
onBlur?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
1128
|
+
onBlurCapture?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
1129
|
+
onChange?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1130
|
+
onChangeCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1131
|
+
onBeforeInput?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1132
|
+
onBeforeInputCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1133
|
+
onInput?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1134
|
+
onInputCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1135
|
+
onReset?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1136
|
+
onResetCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1137
|
+
onSubmit?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1138
|
+
onSubmitCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1139
|
+
onInvalid?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1140
|
+
onInvalidCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
1141
|
+
onLoad?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1142
|
+
onLoadCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1143
|
+
onError?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1144
|
+
onErrorCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1145
|
+
onKeyDown?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1146
|
+
onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1147
|
+
onKeyPress?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1148
|
+
onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1149
|
+
onKeyUp?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1150
|
+
onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
1151
|
+
onAbort?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1152
|
+
onAbortCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1153
|
+
onCanPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1154
|
+
onCanPlayCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1155
|
+
onCanPlayThrough?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1156
|
+
onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1157
|
+
onDurationChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1158
|
+
onDurationChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1159
|
+
onEmptied?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1160
|
+
onEmptiedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1161
|
+
onEncrypted?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1162
|
+
onEncryptedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1163
|
+
onEnded?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1164
|
+
onEndedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1165
|
+
onLoadedData?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1166
|
+
onLoadedDataCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1167
|
+
onLoadedMetadata?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1168
|
+
onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1169
|
+
onLoadStart?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1170
|
+
onLoadStartCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1171
|
+
onPause?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1172
|
+
onPauseCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1173
|
+
onPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1174
|
+
onPlayCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1175
|
+
onPlaying?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1176
|
+
onPlayingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1177
|
+
onProgress?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1178
|
+
onProgressCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1179
|
+
onRateChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1180
|
+
onRateChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1181
|
+
onSeeked?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1182
|
+
onSeekedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1183
|
+
onSeeking?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1184
|
+
onSeekingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1185
|
+
onStalled?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1186
|
+
onStalledCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1187
|
+
onSuspend?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1188
|
+
onSuspendCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1189
|
+
onTimeUpdate?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1190
|
+
onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1191
|
+
onVolumeChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1192
|
+
onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1193
|
+
onWaiting?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1194
|
+
onWaitingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1195
|
+
onAuxClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1196
|
+
onAuxClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1197
|
+
onClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1198
|
+
onClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1199
|
+
onContextMenu?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1200
|
+
onContextMenuCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1201
|
+
onDoubleClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1202
|
+
onDoubleClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1203
|
+
onDrag?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1204
|
+
onDragCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1205
|
+
onDragEnd?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1206
|
+
onDragEndCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1207
|
+
onDragEnter?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1208
|
+
onDragEnterCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1209
|
+
onDragExit?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1210
|
+
onDragExitCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1211
|
+
onDragLeave?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1212
|
+
onDragLeaveCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1213
|
+
onDragOver?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1214
|
+
onDragOverCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1215
|
+
onDragStart?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1216
|
+
onDragStartCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1217
|
+
onDrop?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1218
|
+
onDropCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
1219
|
+
onMouseDown?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1220
|
+
onMouseDownCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1221
|
+
onMouseEnter?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1222
|
+
onMouseLeave?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1223
|
+
onMouseMove?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1224
|
+
onMouseMoveCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1225
|
+
onMouseOut?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1226
|
+
onMouseOutCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1227
|
+
onMouseOver?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1228
|
+
onMouseOverCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1229
|
+
onMouseUp?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1230
|
+
onMouseUpCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
1231
|
+
onSelect?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1232
|
+
onSelectCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
1233
|
+
onTouchCancel?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1234
|
+
onTouchCancelCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1235
|
+
onTouchEnd?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1236
|
+
onTouchEndCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1237
|
+
onTouchMove?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1238
|
+
onTouchMoveCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1239
|
+
onTouchStart?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1240
|
+
onTouchStartCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
1241
|
+
onPointerDown?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1242
|
+
onPointerDownCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1243
|
+
onPointerMove?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1244
|
+
onPointerMoveCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1245
|
+
onPointerUp?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1246
|
+
onPointerUpCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1247
|
+
onPointerCancel?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1248
|
+
onPointerCancelCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1249
|
+
onPointerEnter?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1250
|
+
onPointerEnterCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1251
|
+
onPointerLeave?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1252
|
+
onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1253
|
+
onPointerOver?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1254
|
+
onPointerOverCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1255
|
+
onPointerOut?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1256
|
+
onPointerOutCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1257
|
+
onGotPointerCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1258
|
+
onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1259
|
+
onLostPointerCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1260
|
+
onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
1261
|
+
onScroll?: import('react').UIEventHandler<HTMLElement> | undefined;
|
1262
|
+
onScrollCapture?: import('react').UIEventHandler<HTMLElement> | undefined;
|
1263
|
+
onWheel?: import('react').WheelEventHandler<HTMLElement> | undefined;
|
1264
|
+
onWheelCapture?: import('react').WheelEventHandler<HTMLElement> | undefined;
|
1265
|
+
onAnimationStart?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1266
|
+
onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1267
|
+
onAnimationEnd?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1268
|
+
onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1269
|
+
onAnimationIteration?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1270
|
+
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
1271
|
+
onTransitionEnd?: import('react').TransitionEventHandler<HTMLElement> | undefined;
|
1272
|
+
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLElement> | undefined;
|
1273
|
+
} & 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" | "loading" | "options" | "onInputValueChange" | "enterKeyHint" | "startAdornment" | "endAdornment" | "helperText" | "locale" | "onScrollEnd"> & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "color" | "height" | "width" | "children" | "value" | "nonce" | "type" | "onChange"> & {
|
1085
1274
|
label?: ReactNode;
|
1086
1275
|
error?: boolean | undefined;
|
1087
1276
|
startAdornment?: ((inputValue: T | null) => ReactNode) | undefined;
|
@@ -1102,7 +1291,7 @@ declare const DynamicComboboxInner: <T extends Option>({ size, disabled, classNa
|
|
1102
1291
|
error?: boolean | undefined;
|
1103
1292
|
}, ref: ForwardedRef<HTMLInputElement>) => JSX.Element;
|
1104
1293
|
export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
1105
|
-
as?: import(
|
1294
|
+
as?: import('react').ElementType<any> | undefined;
|
1106
1295
|
children?: ReactNode;
|
1107
1296
|
className?: string | undefined;
|
1108
1297
|
style?: Record<string, any> | undefined;
|
@@ -1472,6 +1661,11 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1472
1661
|
tablet?: "hidden" | "visible" | undefined;
|
1473
1662
|
desktop?: "hidden" | "visible" | undefined;
|
1474
1663
|
} | undefined;
|
1664
|
+
borderCollapse?: "collapse" | {
|
1665
|
+
mobile?: "collapse" | undefined;
|
1666
|
+
tablet?: "collapse" | undefined;
|
1667
|
+
desktop?: "collapse" | undefined;
|
1668
|
+
} | undefined;
|
1475
1669
|
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 | {
|
1476
1670
|
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;
|
1477
1671
|
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;
|
@@ -1567,6 +1761,136 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1567
1761
|
active?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1568
1762
|
disabled?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1569
1763
|
placeholder?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1764
|
+
firstChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1765
|
+
lastChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1766
|
+
oddChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1767
|
+
evenChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1768
|
+
} | undefined;
|
1769
|
+
borderStyle?: "none" | "solid" | {
|
1770
|
+
default?: "none" | "solid" | undefined;
|
1771
|
+
hover?: "none" | "solid" | undefined;
|
1772
|
+
focus?: "none" | "solid" | undefined;
|
1773
|
+
focusWithin?: "none" | "solid" | undefined;
|
1774
|
+
focusVisible?: "none" | "solid" | undefined;
|
1775
|
+
active?: "none" | "solid" | undefined;
|
1776
|
+
disabled?: "none" | "solid" | undefined;
|
1777
|
+
placeholder?: "none" | "solid" | undefined;
|
1778
|
+
firstChild?: "none" | "solid" | undefined;
|
1779
|
+
lastChild?: "none" | "solid" | undefined;
|
1780
|
+
oddChild?: "none" | "solid" | undefined;
|
1781
|
+
evenChild?: "none" | "solid" | undefined;
|
1782
|
+
} | undefined;
|
1783
|
+
borderLeftStyle?: "none" | "solid" | {
|
1784
|
+
default?: "none" | "solid" | undefined;
|
1785
|
+
hover?: "none" | "solid" | undefined;
|
1786
|
+
focus?: "none" | "solid" | undefined;
|
1787
|
+
focusWithin?: "none" | "solid" | undefined;
|
1788
|
+
focusVisible?: "none" | "solid" | undefined;
|
1789
|
+
active?: "none" | "solid" | undefined;
|
1790
|
+
disabled?: "none" | "solid" | undefined;
|
1791
|
+
placeholder?: "none" | "solid" | undefined;
|
1792
|
+
firstChild?: "none" | "solid" | undefined;
|
1793
|
+
lastChild?: "none" | "solid" | undefined;
|
1794
|
+
oddChild?: "none" | "solid" | undefined;
|
1795
|
+
evenChild?: "none" | "solid" | undefined;
|
1796
|
+
} | undefined;
|
1797
|
+
borderRightStyle?: "none" | "solid" | {
|
1798
|
+
default?: "none" | "solid" | undefined;
|
1799
|
+
hover?: "none" | "solid" | undefined;
|
1800
|
+
focus?: "none" | "solid" | undefined;
|
1801
|
+
focusWithin?: "none" | "solid" | undefined;
|
1802
|
+
focusVisible?: "none" | "solid" | undefined;
|
1803
|
+
active?: "none" | "solid" | undefined;
|
1804
|
+
disabled?: "none" | "solid" | undefined;
|
1805
|
+
placeholder?: "none" | "solid" | undefined;
|
1806
|
+
firstChild?: "none" | "solid" | undefined;
|
1807
|
+
lastChild?: "none" | "solid" | undefined;
|
1808
|
+
oddChild?: "none" | "solid" | undefined;
|
1809
|
+
evenChild?: "none" | "solid" | undefined;
|
1810
|
+
} | undefined;
|
1811
|
+
borderTopStyle?: "none" | "solid" | {
|
1812
|
+
default?: "none" | "solid" | undefined;
|
1813
|
+
hover?: "none" | "solid" | undefined;
|
1814
|
+
focus?: "none" | "solid" | undefined;
|
1815
|
+
focusWithin?: "none" | "solid" | undefined;
|
1816
|
+
focusVisible?: "none" | "solid" | undefined;
|
1817
|
+
active?: "none" | "solid" | undefined;
|
1818
|
+
disabled?: "none" | "solid" | undefined;
|
1819
|
+
placeholder?: "none" | "solid" | undefined;
|
1820
|
+
firstChild?: "none" | "solid" | undefined;
|
1821
|
+
lastChild?: "none" | "solid" | undefined;
|
1822
|
+
oddChild?: "none" | "solid" | undefined;
|
1823
|
+
evenChild?: "none" | "solid" | undefined;
|
1824
|
+
} | undefined;
|
1825
|
+
borderBottomStyle?: "none" | "solid" | {
|
1826
|
+
default?: "none" | "solid" | undefined;
|
1827
|
+
hover?: "none" | "solid" | undefined;
|
1828
|
+
focus?: "none" | "solid" | undefined;
|
1829
|
+
focusWithin?: "none" | "solid" | undefined;
|
1830
|
+
focusVisible?: "none" | "solid" | undefined;
|
1831
|
+
active?: "none" | "solid" | undefined;
|
1832
|
+
disabled?: "none" | "solid" | undefined;
|
1833
|
+
placeholder?: "none" | "solid" | undefined;
|
1834
|
+
firstChild?: "none" | "solid" | undefined;
|
1835
|
+
lastChild?: "none" | "solid" | undefined;
|
1836
|
+
oddChild?: "none" | "solid" | undefined;
|
1837
|
+
evenChild?: "none" | "solid" | undefined;
|
1838
|
+
} | undefined;
|
1839
|
+
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 | {
|
1840
|
+
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;
|
1841
|
+
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;
|
1842
|
+
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;
|
1843
|
+
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;
|
1844
|
+
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;
|
1845
|
+
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;
|
1846
|
+
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;
|
1847
|
+
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;
|
1848
|
+
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;
|
1849
|
+
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;
|
1850
|
+
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;
|
1851
|
+
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;
|
1852
|
+
} | undefined;
|
1853
|
+
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 | {
|
1854
|
+
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;
|
1855
|
+
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;
|
1856
|
+
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;
|
1857
|
+
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;
|
1858
|
+
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;
|
1859
|
+
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;
|
1860
|
+
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;
|
1861
|
+
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;
|
1862
|
+
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;
|
1863
|
+
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;
|
1864
|
+
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;
|
1865
|
+
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;
|
1866
|
+
} | undefined;
|
1867
|
+
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 | {
|
1868
|
+
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;
|
1869
|
+
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;
|
1870
|
+
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;
|
1871
|
+
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;
|
1872
|
+
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;
|
1873
|
+
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;
|
1874
|
+
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;
|
1875
|
+
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;
|
1876
|
+
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;
|
1877
|
+
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;
|
1878
|
+
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;
|
1879
|
+
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;
|
1880
|
+
} | undefined;
|
1881
|
+
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 | {
|
1882
|
+
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;
|
1883
|
+
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;
|
1884
|
+
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;
|
1885
|
+
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;
|
1886
|
+
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;
|
1887
|
+
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;
|
1888
|
+
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;
|
1889
|
+
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;
|
1890
|
+
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;
|
1891
|
+
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;
|
1892
|
+
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;
|
1893
|
+
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;
|
1570
1894
|
} | undefined;
|
1571
1895
|
color?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | {
|
1572
1896
|
default?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
@@ -1577,6 +1901,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1577
1901
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1578
1902
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1579
1903
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1904
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1905
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1906
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1907
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
1580
1908
|
} | undefined;
|
1581
1909
|
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" | {
|
1582
1910
|
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;
|
@@ -1587,6 +1915,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1587
1915
|
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;
|
1588
1916
|
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;
|
1589
1917
|
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;
|
1918
|
+
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;
|
1919
|
+
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;
|
1920
|
+
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;
|
1921
|
+
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;
|
1590
1922
|
} | undefined;
|
1591
1923
|
pointerEvents?: "none" | "auto" | {
|
1592
1924
|
default?: "none" | "auto" | undefined;
|
@@ -1597,6 +1929,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1597
1929
|
active?: "none" | "auto" | undefined;
|
1598
1930
|
disabled?: "none" | "auto" | undefined;
|
1599
1931
|
placeholder?: "none" | "auto" | undefined;
|
1932
|
+
firstChild?: "none" | "auto" | undefined;
|
1933
|
+
lastChild?: "none" | "auto" | undefined;
|
1934
|
+
oddChild?: "none" | "auto" | undefined;
|
1935
|
+
evenChild?: "none" | "auto" | undefined;
|
1600
1936
|
} | undefined;
|
1601
1937
|
cursor?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | {
|
1602
1938
|
default?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
@@ -1607,6 +1943,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1607
1943
|
active?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1608
1944
|
disabled?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1609
1945
|
placeholder?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1946
|
+
firstChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1947
|
+
lastChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1948
|
+
oddChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1949
|
+
evenChild?: "text" | "auto" | "grabbing" | "not-allowed" | "pointer" | undefined;
|
1610
1950
|
} | undefined;
|
1611
1951
|
boxShadow?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | {
|
1612
1952
|
default?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
@@ -1617,6 +1957,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1617
1957
|
active?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1618
1958
|
disabled?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1619
1959
|
placeholder?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1960
|
+
firstChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1961
|
+
lastChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1962
|
+
oddChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1963
|
+
evenChild?: "defaultFocused" | "defaultHovered" | "defaultOverlay" | "defaultModal" | "none" | undefined;
|
1620
1964
|
} | undefined;
|
1621
1965
|
transition?: "all" | "ease" | {
|
1622
1966
|
default?: "all" | "ease" | undefined;
|
@@ -1627,6 +1971,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1627
1971
|
active?: "all" | "ease" | undefined;
|
1628
1972
|
disabled?: "all" | "ease" | undefined;
|
1629
1973
|
placeholder?: "all" | "ease" | undefined;
|
1974
|
+
firstChild?: "all" | "ease" | undefined;
|
1975
|
+
lastChild?: "all" | "ease" | undefined;
|
1976
|
+
oddChild?: "all" | "ease" | undefined;
|
1977
|
+
evenChild?: "all" | "ease" | undefined;
|
1630
1978
|
} | undefined;
|
1631
1979
|
opacity?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | {
|
1632
1980
|
default?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
@@ -1637,6 +1985,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1637
1985
|
active?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1638
1986
|
disabled?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1639
1987
|
placeholder?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1988
|
+
firstChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1989
|
+
lastChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1990
|
+
oddChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1991
|
+
evenChild?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
1640
1992
|
} | undefined;
|
1641
1993
|
textDecoration?: "none" | "underline" | {
|
1642
1994
|
default?: "none" | "underline" | undefined;
|
@@ -1647,6 +1999,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1647
1999
|
active?: "none" | "underline" | undefined;
|
1648
2000
|
disabled?: "none" | "underline" | undefined;
|
1649
2001
|
placeholder?: "none" | "underline" | undefined;
|
2002
|
+
firstChild?: "none" | "underline" | undefined;
|
2003
|
+
lastChild?: "none" | "underline" | undefined;
|
2004
|
+
oddChild?: "none" | "underline" | undefined;
|
2005
|
+
evenChild?: "none" | "underline" | undefined;
|
1650
2006
|
} | undefined;
|
1651
2007
|
transform?: {} | undefined;
|
1652
2008
|
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" | {
|
@@ -1658,6 +2014,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1658
2014
|
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;
|
1659
2015
|
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;
|
1660
2016
|
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;
|
2017
|
+
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;
|
2018
|
+
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;
|
2019
|
+
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;
|
2020
|
+
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;
|
1661
2021
|
} | undefined;
|
1662
2022
|
stroke?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | {
|
1663
2023
|
default?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
@@ -1668,6 +2028,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1668
2028
|
active?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1669
2029
|
disabled?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1670
2030
|
placeholder?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2031
|
+
firstChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2032
|
+
lastChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2033
|
+
oddChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
2034
|
+
evenChild?: "accent1" | "critical1" | "default1" | "default1Focused" | "default1Hovered" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "transparent" | undefined;
|
1671
2035
|
} | undefined;
|
1672
2036
|
listStyleType?: "none" | "disc" | "decimal" | {
|
1673
2037
|
default?: "none" | "disc" | "decimal" | undefined;
|
@@ -1678,6 +2042,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1678
2042
|
active?: "none" | "disc" | "decimal" | undefined;
|
1679
2043
|
disabled?: "none" | "disc" | "decimal" | undefined;
|
1680
2044
|
placeholder?: "none" | "disc" | "decimal" | undefined;
|
2045
|
+
firstChild?: "none" | "disc" | "decimal" | undefined;
|
2046
|
+
lastChild?: "none" | "disc" | "decimal" | undefined;
|
2047
|
+
oddChild?: "none" | "disc" | "decimal" | undefined;
|
2048
|
+
evenChild?: "none" | "disc" | "decimal" | undefined;
|
1681
2049
|
} | undefined;
|
1682
2050
|
listStylePosition?: "inside" | "outside" | {
|
1683
2051
|
default?: "inside" | "outside" | undefined;
|
@@ -1688,6 +2056,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1688
2056
|
active?: "inside" | "outside" | undefined;
|
1689
2057
|
disabled?: "inside" | "outside" | undefined;
|
1690
2058
|
placeholder?: "inside" | "outside" | undefined;
|
2059
|
+
firstChild?: "inside" | "outside" | undefined;
|
2060
|
+
lastChild?: "inside" | "outside" | undefined;
|
2061
|
+
oddChild?: "inside" | "outside" | undefined;
|
2062
|
+
evenChild?: "inside" | "outside" | undefined;
|
1691
2063
|
} | undefined;
|
1692
2064
|
listStyleImage?: "none" | {
|
1693
2065
|
default?: "none" | undefined;
|
@@ -1698,6 +2070,10 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1698
2070
|
active?: "none" | undefined;
|
1699
2071
|
disabled?: "none" | undefined;
|
1700
2072
|
placeholder?: "none" | undefined;
|
2073
|
+
firstChild?: "none" | undefined;
|
2074
|
+
lastChild?: "none" | undefined;
|
2075
|
+
oddChild?: "none" | undefined;
|
2076
|
+
evenChild?: "none" | undefined;
|
1701
2077
|
} | undefined;
|
1702
2078
|
} & {
|
1703
2079
|
__display?: any;
|
@@ -1773,6 +2149,7 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1773
2149
|
__alignSelf?: any;
|
1774
2150
|
__justifySelf?: any;
|
1775
2151
|
__visibility?: any;
|
2152
|
+
__borderCollapse?: any;
|
1776
2153
|
__padding?: any;
|
1777
2154
|
__paddingX?: any;
|
1778
2155
|
__paddingY?: any;
|
@@ -1818,7 +2195,7 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1818
2195
|
label?: string | undefined;
|
1819
2196
|
slot?: string | undefined;
|
1820
2197
|
span?: number | undefined;
|
1821
|
-
style?: import(
|
2198
|
+
style?: import('react').CSSProperties | undefined;
|
1822
2199
|
summary?: string | undefined;
|
1823
2200
|
title?: string | undefined;
|
1824
2201
|
pattern?: string | undefined;
|
@@ -1930,7 +2307,7 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
1930
2307
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
1931
2308
|
tabIndex?: number | undefined;
|
1932
2309
|
radioGroup?: string | undefined;
|
1933
|
-
role?: import(
|
2310
|
+
role?: import('react').AriaRole | undefined;
|
1934
2311
|
about?: string | undefined;
|
1935
2312
|
datatype?: string | undefined;
|
1936
2313
|
inlist?: any;
|
@@ -2003,167 +2380,167 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
2003
2380
|
dangerouslySetInnerHTML?: {
|
2004
2381
|
__html: string;
|
2005
2382
|
} | undefined;
|
2006
|
-
onCopy?: import(
|
2007
|
-
onCopyCapture?: import(
|
2008
|
-
onCut?: import(
|
2009
|
-
onCutCapture?: import(
|
2010
|
-
onPaste?: import(
|
2011
|
-
onPasteCapture?: import(
|
2012
|
-
onCompositionEnd?: import(
|
2013
|
-
onCompositionEndCapture?: import(
|
2014
|
-
onCompositionStart?: import(
|
2015
|
-
onCompositionStartCapture?: import(
|
2016
|
-
onCompositionUpdate?: import(
|
2017
|
-
onCompositionUpdateCapture?: import(
|
2018
|
-
onFocus?: import(
|
2019
|
-
onFocusCapture?: import(
|
2020
|
-
onBlur?: import(
|
2021
|
-
onBlurCapture?: import(
|
2022
|
-
onChange?: import(
|
2023
|
-
onChangeCapture?: import(
|
2024
|
-
onBeforeInput?: import(
|
2025
|
-
onBeforeInputCapture?: import(
|
2026
|
-
onInput?: import(
|
2027
|
-
onInputCapture?: import(
|
2028
|
-
onReset?: import(
|
2029
|
-
onResetCapture?: import(
|
2030
|
-
onSubmit?: import(
|
2031
|
-
onSubmitCapture?: import(
|
2032
|
-
onInvalid?: import(
|
2033
|
-
onInvalidCapture?: import(
|
2034
|
-
onLoad?: import(
|
2035
|
-
onLoadCapture?: import(
|
2036
|
-
onError?: import(
|
2037
|
-
onErrorCapture?: import(
|
2038
|
-
onKeyDown?: import(
|
2039
|
-
onKeyDownCapture?: import(
|
2040
|
-
onKeyPress?: import(
|
2041
|
-
onKeyPressCapture?: import(
|
2042
|
-
onKeyUp?: import(
|
2043
|
-
onKeyUpCapture?: import(
|
2044
|
-
onAbort?: import(
|
2045
|
-
onAbortCapture?: import(
|
2046
|
-
onCanPlay?: import(
|
2047
|
-
onCanPlayCapture?: import(
|
2048
|
-
onCanPlayThrough?: import(
|
2049
|
-
onCanPlayThroughCapture?: import(
|
2050
|
-
onDurationChange?: import(
|
2051
|
-
onDurationChangeCapture?: import(
|
2052
|
-
onEmptied?: import(
|
2053
|
-
onEmptiedCapture?: import(
|
2054
|
-
onEncrypted?: import(
|
2055
|
-
onEncryptedCapture?: import(
|
2056
|
-
onEnded?: import(
|
2057
|
-
onEndedCapture?: import(
|
2058
|
-
onLoadedData?: import(
|
2059
|
-
onLoadedDataCapture?: import(
|
2060
|
-
onLoadedMetadata?: import(
|
2061
|
-
onLoadedMetadataCapture?: import(
|
2062
|
-
onLoadStart?: import(
|
2063
|
-
onLoadStartCapture?: import(
|
2064
|
-
onPause?: import(
|
2065
|
-
onPauseCapture?: import(
|
2066
|
-
onPlay?: import(
|
2067
|
-
onPlayCapture?: import(
|
2068
|
-
onPlaying?: import(
|
2069
|
-
onPlayingCapture?: import(
|
2070
|
-
onProgress?: import(
|
2071
|
-
onProgressCapture?: import(
|
2072
|
-
onRateChange?: import(
|
2073
|
-
onRateChangeCapture?: import(
|
2074
|
-
onSeeked?: import(
|
2075
|
-
onSeekedCapture?: import(
|
2076
|
-
onSeeking?: import(
|
2077
|
-
onSeekingCapture?: import(
|
2078
|
-
onStalled?: import(
|
2079
|
-
onStalledCapture?: import(
|
2080
|
-
onSuspend?: import(
|
2081
|
-
onSuspendCapture?: import(
|
2082
|
-
onTimeUpdate?: import(
|
2083
|
-
onTimeUpdateCapture?: import(
|
2084
|
-
onVolumeChange?: import(
|
2085
|
-
onVolumeChangeCapture?: import(
|
2086
|
-
onWaiting?: import(
|
2087
|
-
onWaitingCapture?: import(
|
2088
|
-
onAuxClick?: import(
|
2089
|
-
onAuxClickCapture?: import(
|
2090
|
-
onClick?: import(
|
2091
|
-
onClickCapture?: import(
|
2092
|
-
onContextMenu?: import(
|
2093
|
-
onContextMenuCapture?: import(
|
2094
|
-
onDoubleClick?: import(
|
2095
|
-
onDoubleClickCapture?: import(
|
2096
|
-
onDrag?: import(
|
2097
|
-
onDragCapture?: import(
|
2098
|
-
onDragEnd?: import(
|
2099
|
-
onDragEndCapture?: import(
|
2100
|
-
onDragEnter?: import(
|
2101
|
-
onDragEnterCapture?: import(
|
2102
|
-
onDragExit?: import(
|
2103
|
-
onDragExitCapture?: import(
|
2104
|
-
onDragLeave?: import(
|
2105
|
-
onDragLeaveCapture?: import(
|
2106
|
-
onDragOver?: import(
|
2107
|
-
onDragOverCapture?: import(
|
2108
|
-
onDragStart?: import(
|
2109
|
-
onDragStartCapture?: import(
|
2110
|
-
onDrop?: import(
|
2111
|
-
onDropCapture?: import(
|
2112
|
-
onMouseDown?: import(
|
2113
|
-
onMouseDownCapture?: import(
|
2114
|
-
onMouseEnter?: import(
|
2115
|
-
onMouseLeave?: import(
|
2116
|
-
onMouseMove?: import(
|
2117
|
-
onMouseMoveCapture?: import(
|
2118
|
-
onMouseOut?: import(
|
2119
|
-
onMouseOutCapture?: import(
|
2120
|
-
onMouseOver?: import(
|
2121
|
-
onMouseOverCapture?: import(
|
2122
|
-
onMouseUp?: import(
|
2123
|
-
onMouseUpCapture?: import(
|
2124
|
-
onSelect?: import(
|
2125
|
-
onSelectCapture?: import(
|
2126
|
-
onTouchCancel?: import(
|
2127
|
-
onTouchCancelCapture?: import(
|
2128
|
-
onTouchEnd?: import(
|
2129
|
-
onTouchEndCapture?: import(
|
2130
|
-
onTouchMove?: import(
|
2131
|
-
onTouchMoveCapture?: import(
|
2132
|
-
onTouchStart?: import(
|
2133
|
-
onTouchStartCapture?: import(
|
2134
|
-
onPointerDown?: import(
|
2135
|
-
onPointerDownCapture?: import(
|
2136
|
-
onPointerMove?: import(
|
2137
|
-
onPointerMoveCapture?: import(
|
2138
|
-
onPointerUp?: import(
|
2139
|
-
onPointerUpCapture?: import(
|
2140
|
-
onPointerCancel?: import(
|
2141
|
-
onPointerCancelCapture?: import(
|
2142
|
-
onPointerEnter?: import(
|
2143
|
-
onPointerEnterCapture?: import(
|
2144
|
-
onPointerLeave?: import(
|
2145
|
-
onPointerLeaveCapture?: import(
|
2146
|
-
onPointerOver?: import(
|
2147
|
-
onPointerOverCapture?: import(
|
2148
|
-
onPointerOut?: import(
|
2149
|
-
onPointerOutCapture?: import(
|
2150
|
-
onGotPointerCapture?: import(
|
2151
|
-
onGotPointerCaptureCapture?: import(
|
2152
|
-
onLostPointerCapture?: import(
|
2153
|
-
onLostPointerCaptureCapture?: import(
|
2154
|
-
onScroll?: import(
|
2155
|
-
onScrollCapture?: import(
|
2156
|
-
onWheel?: import(
|
2157
|
-
onWheelCapture?: import(
|
2158
|
-
onAnimationStart?: import(
|
2159
|
-
onAnimationStartCapture?: import(
|
2160
|
-
onAnimationEnd?: import(
|
2161
|
-
onAnimationEndCapture?: import(
|
2162
|
-
onAnimationIteration?: import(
|
2163
|
-
onAnimationIterationCapture?: import(
|
2164
|
-
onTransitionEnd?: import(
|
2165
|
-
onTransitionEndCapture?: import(
|
2166
|
-
} & import(
|
2383
|
+
onCopy?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2384
|
+
onCopyCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2385
|
+
onCut?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2386
|
+
onCutCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2387
|
+
onPaste?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2388
|
+
onPasteCapture?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
|
2389
|
+
onCompositionEnd?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2390
|
+
onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2391
|
+
onCompositionStart?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2392
|
+
onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2393
|
+
onCompositionUpdate?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2394
|
+
onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLElement> | undefined;
|
2395
|
+
onFocus?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
2396
|
+
onFocusCapture?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
2397
|
+
onBlur?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
2398
|
+
onBlurCapture?: import('react').FocusEventHandler<HTMLElement> | undefined;
|
2399
|
+
onChange?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2400
|
+
onChangeCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2401
|
+
onBeforeInput?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2402
|
+
onBeforeInputCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2403
|
+
onInput?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2404
|
+
onInputCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2405
|
+
onReset?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2406
|
+
onResetCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2407
|
+
onSubmit?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2408
|
+
onSubmitCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2409
|
+
onInvalid?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2410
|
+
onInvalidCapture?: import('react').FormEventHandler<HTMLElement> | undefined;
|
2411
|
+
onLoad?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2412
|
+
onLoadCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2413
|
+
onError?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2414
|
+
onErrorCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2415
|
+
onKeyDown?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2416
|
+
onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2417
|
+
onKeyPress?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2418
|
+
onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2419
|
+
onKeyUp?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2420
|
+
onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
|
2421
|
+
onAbort?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2422
|
+
onAbortCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2423
|
+
onCanPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2424
|
+
onCanPlayCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2425
|
+
onCanPlayThrough?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2426
|
+
onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2427
|
+
onDurationChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2428
|
+
onDurationChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2429
|
+
onEmptied?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2430
|
+
onEmptiedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2431
|
+
onEncrypted?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2432
|
+
onEncryptedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2433
|
+
onEnded?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2434
|
+
onEndedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2435
|
+
onLoadedData?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2436
|
+
onLoadedDataCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2437
|
+
onLoadedMetadata?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2438
|
+
onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2439
|
+
onLoadStart?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2440
|
+
onLoadStartCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2441
|
+
onPause?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2442
|
+
onPauseCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2443
|
+
onPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2444
|
+
onPlayCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2445
|
+
onPlaying?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2446
|
+
onPlayingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2447
|
+
onProgress?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2448
|
+
onProgressCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2449
|
+
onRateChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2450
|
+
onRateChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2451
|
+
onSeeked?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2452
|
+
onSeekedCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2453
|
+
onSeeking?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2454
|
+
onSeekingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2455
|
+
onStalled?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2456
|
+
onStalledCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2457
|
+
onSuspend?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2458
|
+
onSuspendCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2459
|
+
onTimeUpdate?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2460
|
+
onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2461
|
+
onVolumeChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2462
|
+
onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2463
|
+
onWaiting?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2464
|
+
onWaitingCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2465
|
+
onAuxClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2466
|
+
onAuxClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2467
|
+
onClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2468
|
+
onClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2469
|
+
onContextMenu?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2470
|
+
onContextMenuCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2471
|
+
onDoubleClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2472
|
+
onDoubleClickCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2473
|
+
onDrag?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2474
|
+
onDragCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2475
|
+
onDragEnd?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2476
|
+
onDragEndCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2477
|
+
onDragEnter?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2478
|
+
onDragEnterCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2479
|
+
onDragExit?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2480
|
+
onDragExitCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2481
|
+
onDragLeave?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2482
|
+
onDragLeaveCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2483
|
+
onDragOver?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2484
|
+
onDragOverCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2485
|
+
onDragStart?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2486
|
+
onDragStartCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2487
|
+
onDrop?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2488
|
+
onDropCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
|
2489
|
+
onMouseDown?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2490
|
+
onMouseDownCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2491
|
+
onMouseEnter?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2492
|
+
onMouseLeave?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2493
|
+
onMouseMove?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2494
|
+
onMouseMoveCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2495
|
+
onMouseOut?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2496
|
+
onMouseOutCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2497
|
+
onMouseOver?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2498
|
+
onMouseOverCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2499
|
+
onMouseUp?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2500
|
+
onMouseUpCapture?: import('react').MouseEventHandler<HTMLElement> | undefined;
|
2501
|
+
onSelect?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2502
|
+
onSelectCapture?: import('react').ReactEventHandler<HTMLElement> | undefined;
|
2503
|
+
onTouchCancel?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2504
|
+
onTouchCancelCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2505
|
+
onTouchEnd?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2506
|
+
onTouchEndCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2507
|
+
onTouchMove?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2508
|
+
onTouchMoveCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2509
|
+
onTouchStart?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2510
|
+
onTouchStartCapture?: import('react').TouchEventHandler<HTMLElement> | undefined;
|
2511
|
+
onPointerDown?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2512
|
+
onPointerDownCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2513
|
+
onPointerMove?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2514
|
+
onPointerMoveCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2515
|
+
onPointerUp?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2516
|
+
onPointerUpCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2517
|
+
onPointerCancel?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2518
|
+
onPointerCancelCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2519
|
+
onPointerEnter?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2520
|
+
onPointerEnterCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2521
|
+
onPointerLeave?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2522
|
+
onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2523
|
+
onPointerOver?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2524
|
+
onPointerOverCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2525
|
+
onPointerOut?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2526
|
+
onPointerOutCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2527
|
+
onGotPointerCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2528
|
+
onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2529
|
+
onLostPointerCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2530
|
+
onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLElement> | undefined;
|
2531
|
+
onScroll?: import('react').UIEventHandler<HTMLElement> | undefined;
|
2532
|
+
onScrollCapture?: import('react').UIEventHandler<HTMLElement> | undefined;
|
2533
|
+
onWheel?: import('react').WheelEventHandler<HTMLElement> | undefined;
|
2534
|
+
onWheelCapture?: import('react').WheelEventHandler<HTMLElement> | undefined;
|
2535
|
+
onAnimationStart?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2536
|
+
onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2537
|
+
onAnimationEnd?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2538
|
+
onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2539
|
+
onAnimationIteration?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2540
|
+
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLElement> | undefined;
|
2541
|
+
onTransitionEnd?: import('react').TransitionEventHandler<HTMLElement> | undefined;
|
2542
|
+
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLElement> | undefined;
|
2543
|
+
} & 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" | "loading" | "options" | "onInputValueChange" | "enterKeyHint" | "startAdornment" | "endAdornment" | "helperText" | "locale" | "onScrollEnd"> & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "color" | "height" | "width" | "children" | "value" | "nonce" | "type" | "onChange"> & {
|
2167
2544
|
label?: ReactNode;
|
2168
2545
|
error?: boolean | undefined;
|
2169
2546
|
startAdornment?: ((inputValue: T | null) => ReactNode) | undefined;
|
@@ -2185,6 +2562,6 @@ export declare const DynamicCombobox: (<T extends Option>(props: Omit<{
|
|
2185
2562
|
} & {
|
2186
2563
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
2187
2564
|
}) => ReturnType<typeof DynamicComboboxInner>) & {
|
2188
|
-
NoOptions: ({ children, ...props }: import(
|
2565
|
+
NoOptions: ({ children, ...props }: import('../../BaseSelect').NoOptionsProps) => JSX.Element;
|
2189
2566
|
};
|
2190
2567
|
export {};
|