@salutejs/plasma-web 1.571.1-canary.1868.14054564913.0 → 1.572.0-canary.1870.14062223595.0
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/api/plasma-web.api.md +1490 -1488
- package/components/Accordion/Accordion.d.ts +10 -9
- package/components/Attach/Attach.d.ts +159 -158
- package/components/Autocomplete/Autocomplete.d.ts +193 -192
- package/components/Avatar/Avatar.d.ts +47 -46
- package/components/AvatarGroup/AvatarGroup.d.ts +2 -1
- package/components/Badge/Badge.d.ts +41 -40
- package/components/Breadcrumbs/Breadcrumbs.d.ts +4 -3
- package/components/Button/Button.d.ts +36 -35
- package/components/ButtonGroup/ButtonGroup.d.ts +4 -0
- package/components/Cell/Cell.d.ts +20 -19
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/Chip/Chip.d.ts +1 -0
- package/components/ChipGroup/ChipGroup.d.ts +1 -0
- package/components/Combobox/Combobox.d.ts +953 -953
- package/components/Combobox/Legacy/Combobox.d.ts +37 -36
- package/components/Counter/Counter.d.ts +1 -0
- package/components/DatePicker/DatePicker.d.ts +51 -50
- package/components/Divider/Divider.d.ts +1 -0
- package/components/Drawer/Drawer.d.ts +19 -18
- package/components/Dropdown/Dropdown.d.ts +52 -52
- package/components/Dropdown/components/DropdownItem.d.ts +14 -14
- package/components/Dropzone/Dropzone.d.ts +16 -15
- package/components/Editable/Editable.d.ts +1 -0
- package/components/EmptyState/EmptyState.d.ts +1 -0
- package/components/Flow/Flow.d.ts +2 -1
- package/components/Grid/Grid.d.ts +1 -0
- package/components/IconButton/IconButton.d.ts +36 -35
- package/components/Image/Image.d.ts +4 -3
- package/components/Indicator/Indicator.d.ts +1 -0
- package/components/Link/Link.d.ts +1 -0
- package/components/LinkButton/LinkButton.d.ts +9 -8
- package/components/Mask/Mask.d.ts +225 -224
- package/components/Note/Note.d.ts +10 -9
- package/components/NumberFormat/NumberFormat.d.ts +1 -1
- package/components/NumberInput/NumberInput.d.ts +39 -38
- package/components/Pagination/Pagination.d.ts +1 -0
- package/components/Popover/Popover.d.ts +1 -0
- package/components/Price/Price.d.ts +1 -0
- package/components/Progress/Progress.d.ts +1 -0
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/components/Range/Range.d.ts +106 -105
- package/components/Rating/Rating.d.ts +14 -13
- package/components/Segment/Segment.d.ts +9 -8
- package/components/Select/Select.d.ts +244 -244
- package/components/Sheet/Sheet.d.ts +1 -0
- package/components/Skeleton/Skeleton.d.ts +5 -4
- package/components/Slider/Slider.d.ts +113 -104
- package/components/Steps/Steps.d.ts +1 -0
- package/components/Switch/Switch.d.ts +1 -1
- package/components/Tabs/TabItem.d.ts +14 -14
- package/components/Tabs/Tabs.d.ts +7 -5
- package/components/TextArea/TextArea.d.ts +206 -205
- package/components/TextArea/index.d.ts +4 -4
- package/components/TextField/TextField.d.ts +269 -261
- package/components/TextFieldGroup/TextFieldGroup.d.ts +13 -12
- package/components/Toast/Toast.d.ts +1 -0
- package/components/Tokens/Colors/Colors.styles.d.ts +26 -25
- package/components/Toolbar/Toolbar.d.ts +6 -5
- package/components/Tree/Tree.d.ts +1 -0
- package/components/Typography/Old/index.d.ts +10 -9
- package/components/Typography/Typography.d.ts +52 -51
- package/mixins/index.d.ts +2 -1
- package/package.json +11 -11
- package/temp/plasma-web.api.md +1490 -1488
package/api/plasma-web.api.md
CHANGED
@@ -4,6 +4,8 @@
|
|
4
4
|
|
5
5
|
```ts
|
6
6
|
|
7
|
+
/// <reference types="react" />
|
8
|
+
|
7
9
|
import { AccordionItem } from '@salutejs/plasma-new-hope/styled-components';
|
8
10
|
import { AccordionProps } from '@salutejs/plasma-new-hope/styled-components';
|
9
11
|
import { addFocus } from '@salutejs/plasma-core';
|
@@ -40,7 +42,6 @@ import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/co
|
|
40
42
|
import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types';
|
41
43
|
import { BaseTabItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
42
44
|
import { BaseTabsProps } from '@salutejs/plasma-new-hope/styled-components';
|
43
|
-
import { Blur } from '@salutejs/plasma-new-hope/styled-components';
|
44
45
|
import { BlurProps } from '@salutejs/plasma-core';
|
45
46
|
import { blurs } from '@salutejs/plasma-core';
|
46
47
|
import { BoldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Typography.types';
|
@@ -95,6 +96,7 @@ import { ComboboxPrimitiveValue } from '@salutejs/plasma-new-hope/types/componen
|
|
95
96
|
import { ComboboxOldProps as ComboboxProps } from '@salutejs/plasma-new-hope/styled-components';
|
96
97
|
import type { ComboboxProps as ComboboxProps_2 } from '@salutejs/plasma-new-hope';
|
97
98
|
import { CommitInstanceCallback } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
|
99
|
+
import { ComponentClass } from 'react';
|
98
100
|
import { ComponentProps } from 'react';
|
99
101
|
import { GridProps as ContainerProps } from '@salutejs/plasma-new-hope/styled-components';
|
100
102
|
import { convertRoundnessMatrix } from '@salutejs/plasma-core';
|
@@ -130,10 +132,8 @@ import { DragEvent as DragEvent_2 } from 'react';
|
|
130
132
|
import { DrawerContentProps } from '@salutejs/plasma-new-hope/styled-components';
|
131
133
|
import { DrawerFooterProps } from '@salutejs/plasma-new-hope/styled-components';
|
132
134
|
import { DrawerHeaderProps } from '@salutejs/plasma-new-hope/styled-components';
|
133
|
-
import { DrawerPlacement } from '@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types';
|
134
135
|
import { DrawerProps } from '@salutejs/plasma-new-hope/styled-components';
|
135
136
|
import { DropdownItemOption } from '@salutejs/plasma-new-hope';
|
136
|
-
import { DropdownItemOption as DropdownItemOption_2 } from '@salutejs/plasma-new-hope/types/components/Dropdown';
|
137
137
|
import { DropdownItemProps } from '@salutejs/plasma-hope';
|
138
138
|
import { DropdownItem as DropdownItemType } from '@salutejs/plasma-hope';
|
139
139
|
import type { DropdownNewProps } from '@salutejs/plasma-new-hope';
|
@@ -213,7 +213,6 @@ import { PaginationDots } from '@salutejs/plasma-hope';
|
|
213
213
|
import { PaginationProps } from '@salutejs/plasma-new-hope/styled-components';
|
214
214
|
import { PanelProps } from '@salutejs/plasma-new-hope/types/components/Panel';
|
215
215
|
import { PickOptional } from '@salutejs/plasma-core';
|
216
|
-
import { Pin } from '@salutejs/plasma-new-hope/types/utils/roundness';
|
217
216
|
import { PinProps } from '@salutejs/plasma-core';
|
218
217
|
import { Placement } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types';
|
219
218
|
import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
|
@@ -238,6 +237,7 @@ import { PreviewGalleryProps } from '@salutejs/plasma-hope';
|
|
238
237
|
import { priceClasses } from '@salutejs/plasma-new-hope/styled-components';
|
239
238
|
import { PriceProps } from '@salutejs/plasma-new-hope/types/components/Price/Price.types';
|
240
239
|
import { ProgressProps } from '@salutejs/plasma-new-hope/styled-components';
|
240
|
+
import { Property } from 'csstype';
|
241
241
|
import { Props } from '@salutejs/plasma-new-hope/types/components/EmptyState/EmptyState.types';
|
242
242
|
import { PropsType } from '@salutejs/plasma-new-hope/types/engines/types';
|
243
243
|
import { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -250,14 +250,16 @@ import { ratingTokens } from '@salutejs/plasma-new-hope/styled-components';
|
|
250
250
|
import { Ratio } from '@salutejs/plasma-new-hope/styled-components';
|
251
251
|
import { default as React_2 } from 'react';
|
252
252
|
import { ReactElement } from 'react';
|
253
|
+
import { ReactFragment } from 'react';
|
253
254
|
import { ReactNode } from 'react';
|
255
|
+
import { ReactPortal } from 'react';
|
254
256
|
import { RectSkeleton } from '@salutejs/plasma-new-hope/styled-components';
|
255
257
|
import { RectSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
|
256
258
|
import { RefAttributes } from 'react';
|
259
|
+
import { RefObject } from 'react';
|
257
260
|
import { RequiredProps } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
|
258
261
|
import { RightContent } from '@salutejs/plasma-new-hope/styled-components';
|
259
262
|
import { Roundness } from '@salutejs/plasma-core';
|
260
|
-
import { Roundness as Roundness_2 } from '@salutejs/plasma-new-hope/styled-components';
|
261
263
|
import { RoundnessProps } from '@salutejs/plasma-core';
|
262
264
|
import { Row } from '@salutejs/plasma-new-hope/styled-components';
|
263
265
|
import { ScreenConfig } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -386,15 +388,15 @@ filled: PolymorphicClassName;
|
|
386
388
|
fixed: PolymorphicClassName;
|
387
389
|
};
|
388
390
|
}> & {
|
389
|
-
view?: string;
|
390
|
-
size?: string;
|
391
|
-
singleActive?: boolean;
|
392
|
-
defaultActiveEventKey?: number[];
|
393
|
-
disabled?: boolean;
|
394
|
-
stretching?: "fixed" | "filled";
|
395
|
-
onChange?: (index?: number, value?: boolean) => void;
|
396
|
-
children?:
|
397
|
-
className?: string;
|
391
|
+
view?: string | undefined;
|
392
|
+
size?: string | undefined;
|
393
|
+
singleActive?: boolean | undefined;
|
394
|
+
defaultActiveEventKey?: number[] | undefined;
|
395
|
+
disabled?: boolean | undefined;
|
396
|
+
stretching?: "fixed" | "filled" | undefined;
|
397
|
+
onChange?: ((index?: number | undefined, value?: boolean | undefined) => void) | undefined;
|
398
|
+
children?: ReactNode;
|
399
|
+
className?: string | undefined;
|
398
400
|
} & RefAttributes<HTMLDivElement>>;
|
399
401
|
|
400
402
|
export { AccordionItem }
|
@@ -426,7 +428,7 @@ export const applyPaper: ({ backgroundColor, shadow, borderRadius, styles }: {
|
|
426
428
|
backgroundColor?: ("text" | "accent" | "primary" | "secondary" | "tertiary" | "paragraph" | "warning" | "overlay" | "success" | "critical" | "textPrimaryHover" | "textPrimaryActive" | "textPrimary" | "textPrimaryBrightness" | "textSecondaryHover" | "textSecondaryActive" | "textSecondary" | "textTertiaryHover" | "textTertiaryActive" | "textTertiary" | "textParagraphHover" | "textParagraphActive" | "textParagraph" | "textAccentHover" | "textAccentActive" | "textAccentMinorHover" | "textAccentMinorActive" | "textPositiveHover" | "textPositiveActive" | "textWarningHover" | "textWarningActive" | "textNegativeHover" | "textNegativeActive" | "textInfoHover" | "textInfoActive" | "textPositiveMinorHover" | "textPositiveMinorActive" | "textWarningMinorHover" | "textWarningMinorActive" | "textNegativeMinorHover" | "textNegativeMinorActive" | "textInfoMinorHover" | "textInfoMinorActive" | "textAccent" | "textAccentMinor" | "textPositive" | "textWarning" | "textNegative" | "textPositiveMinor" | "textWarningMinor" | "textNegativeMinor" | "textInfo" | "textInfoMinor" | "onDarkTextPrimaryHover" | "onDarkTextPrimaryActive" | "onDarkTextPrimary" | "onDarkTextPrimaryBrightness" | "onDarkTextSecondaryHover" | "onDarkTextSecondaryActive" | "onDarkTextSecondary" | "onDarkTextTertiaryHover" | "onDarkTextTertiaryActive" | "onDarkTextTertiary" | "onDarkTextParagraphHover" | "onDarkTextParagraphActive" | "onDarkTextParagraph" | "onDarkTextAccentHover" | "onDarkTextAccentActive" | "onDarkTextAccent" | "onDarkTextAccentMinorHover" | "onDarkTextAccentMinorActive" | "onDarkTextPositiveHover" | "onDarkTextPositiveActive" | "onDarkTextWarningHover" | "onDarkTextWarningActive" | "onDarkTextNegativeHover" | "onDarkTextNegativeActive" | "onDarkTextInfoHover" | "onDarkTextInfoActive" | "onDarkTextPositiveMinorHover" | "onDarkTextPositiveMinorActive" | "onDarkTextWarningMinorHover" | "onDarkTextWarningMinorActive" | "onDarkTextNegativeMinorHover" | "onDarkTextNegativeMinorActive" | "onDarkTextInfoMinorHover" | "onDarkTextInfoMinorActive" | "onDarkTextAccentMinor" | "onDarkTextPositive" | "onDarkTextWarning" | "onDarkTextNegative" | "onDarkTextPositiveMinor" | "onDarkTextWarningMinor" | "onDarkTextNegativeMinor" | "onDarkTextInfo" | "onDarkTextInfoMinor" | "onLightTextPrimaryHover" | "onLightTextPrimaryActive" | "onLightTextPrimary" | "onLightTextPrimaryBrightness" | "onLightTextSecondaryHover" | "onLightTextSecondaryActive" | "onLightTextSecondary" | "onLightTextTertiaryHover" | "onLightTextTertiaryActive" | "onLightTextTertiary" | "onLightTextParagraphHover" | "onLightTextParagraphActive" | "onLightTextParagraph" | "onLightTextAccentHover" | "onLightTextAccentActive" | "onLightTextAccent" | "onLightTextAccentMinorHover" | "onLightTextAccentMinorActive" | "onLightTextPositiveHover" | "onLightTextPositiveActive" | "onLightTextWarningHover" | "onLightTextWarningActive" | "onLightTextNegativeHover" | "onLightTextNegativeActive" | "onLightTextInfoHover" | "onLightTextInfoActive" | "onLightTextPositiveMinorHover" | "onLightTextPositiveMinorActive" | "onLightTextWarningMinorHover" | "onLightTextWarningMinorActive" | "onLightTextNegativeMinorHover" | "onLightTextNegativeMinorActive" | "onLightTextInfoMinorHover" | "onLightTextInfoMinorActive" | "onLightTextAccentMinor" | "onLightTextPositive" | "onLightTextWarning" | "onLightTextNegative" | "onLightTextPositiveMinor" | "onLightTextWarningMinor" | "onLightTextNegativeMinor" | "onLightTextInfo" | "onLightTextInfoMinor" | "inverseTextPrimaryHover" | "inverseTextPrimaryActive" | "inverseTextPrimary" | "inverseTextPrimaryBrightness" | "inverseTextSecondaryHover" | "inverseTextSecondaryActive" | "inverseTextSecondary" | "inverseTextTertiaryHover" | "inverseTextTertiaryActive" | "inverseTextTertiary" | "inverseTextParagraphHover" | "inverseTextParagraphActive" | "inverseTextParagraph" | "inverseTextAccentHover" | "inverseTextAccentActive" | "inverseTextAccentMinorHover" | "inverseTextAccentMinorActive" | "inverseTextPositiveHover" | "inverseTextPositiveActive" | "inverseTextWarningHover" | "inverseTextWarningActive" | "inverseTextNegativeHover" | "inverseTextNegativeActive" | "inverseTextInfoHover" | "inverseTextInfoActive" | "inverseTextPositiveMinorHover" | "inverseTextPositiveMinorActive" | "inverseTextWarningMinorHover" | "inverseTextWarningMinorActive" | "inverseTextNegativeMinorHover" | "inverseTextNegativeMinorActive" | "inverseTextInfoMinorHover" | "inverseTextInfoMinorActive" | "inverseTextAccent" | "inverseTextAccentMinor" | "inverseTextPositive" | "inverseTextWarning" | "inverseTextNegative" | "inverseTextInfo" | "inverseTextPositiveMinor" | "inverseTextWarningMinor" | "inverseTextNegativeMinor" | "inverseTextInfoMinor" | "surfaceSolidPrimaryHover" | "surfaceSolidPrimaryActive" | "surfaceSolidPrimary" | "surfaceSolidPrimaryBrightness" | "surfaceSolidSecondaryHover" | "surfaceSolidSecondaryActive" | "surfaceSolidSecondary" | "surfaceSolidTertiaryHover" | "surfaceSolidTertiaryActive" | "surfaceSolidTertiary" | "surfaceSolidCardHover" | "surfaceSolidCardActive" | "surfaceSolidCard" | "surfaceSolidCardBrightness" | "surfaceSolidDefaultHover" | "surfaceSolidDefaultActive" | "surfaceSolidDefault" | "surfaceTransparentPrimaryHover" | "surfaceTransparentPrimaryActive" | "surfaceTransparentPrimary" | "surfaceTransparentSecondaryHover" | "surfaceTransparentSecondaryActive" | "surfaceTransparentSecondary" | "surfaceTransparentTertiaryHover" | "surfaceTransparentTertiaryActive" | "surfaceTransparentTertiary" | "surfaceTransparentDeepHover" | "surfaceTransparentDeepActive" | "surfaceTransparentDeep" | "surfaceTransparentCardHover" | "surfaceTransparentCardActive" | "surfaceTransparentCard" | "surfaceTransparentCardBrightness" | "surfaceClearHover" | "surfaceClearActive" | "surfaceClear" | "surfaceAccentHover" | "surfaceAccentActive" | "surfaceAccent" | "surfaceAccentMinorHover" | "surfaceAccentMinorActive" | "surfaceTransparentAccentHover" | "surfaceTransparentAccentActive" | "surfacePositiveHover" | "surfacePositiveActive" | "surfacePositive" | "surfaceWarningHover" | "surfaceWarningActive" | "surfaceWarning" | "surfaceNegativeHover" | "surfaceNegativeActive" | "surfaceNegative" | "surfaceInfoHover" | "surfaceInfoActive" | "surfacePositiveMinorHover" | "surfacePositiveMinorActive" | "surfaceWarningMinorHover" | "surfaceWarningMinorActive" | "surfaceNegativeMinorHover" | "surfaceNegativeMinorActive" | "surfaceInfoMinorHover" | "surfaceInfoMinorActive" | "surfaceTransparentPositiveHover" | "surfaceTransparentPositiveActive" | "surfaceTransparentWarningHover" | "surfaceTransparentWarningActive" | "surfaceTransparentNegativeHover" | "surfaceTransparentNegativeActive" | "surfaceTransparentInfoHover" | "surfaceTransparentInfoActive" | "surfaceAccentMinor" | "surfacePositiveMinor" | "surfaceWarningMinor" | "surfaceNegativeMinor" | "surfaceTransparentPositive" | "surfaceTransparentWarning" | "surfaceTransparentNegative" | "surfaceInfo" | "surfaceInfoMinor" | "surfaceTransparentAccent" | "surfaceTransparentInfo" | "onDarkSurfaceSolidPrimaryHover" | "onDarkSurfaceSolidPrimaryActive" | "onDarkSurfaceSolidPrimary" | "onDarkSurfaceSolidPrimaryBrightness" | "onDarkSurfaceSolidSecondaryHover" | "onDarkSurfaceSolidSecondaryActive" | "onDarkSurfaceSolidSecondary" | "onDarkSurfaceSolidTertiaryHover" | "onDarkSurfaceSolidTertiaryActive" | "onDarkSurfaceSolidTertiary" | "onDarkSurfaceSolidCardHover" | "onDarkSurfaceSolidCardActive" | "onDarkSurfaceSolidCard" | "onDarkSurfaceSolidCardBrightness" | "onDarkSurfaceSolidDefaultHover" | "onDarkSurfaceSolidDefaultActive" | "onDarkSurfaceSolidDefault" | "onDarkSurfaceTransparentPrimaryHover" | "onDarkSurfaceTransparentPrimaryActive" | "onDarkSurfaceTransparentPrimary" | "onDarkSurfaceTransparentSecondaryHover" | "onDarkSurfaceTransparentSecondaryActive" | "onDarkSurfaceTransparentSecondary" | "onDarkSurfaceTransparentTertiaryHover" | "onDarkSurfaceTransparentTertiaryActive" | "onDarkSurfaceTransparentTertiary" | "onDarkSurfaceTransparentDeepHover" | "onDarkSurfaceTransparentDeepActive" | "onDarkSurfaceTransparentDeep" | "onDarkSurfaceTransparentCardHover" | "onDarkSurfaceTransparentCardActive" | "onDarkSurfaceTransparentCard" | "onDarkSurfaceTransparentCardBrightness" | "onDarkSurfaceAccentHover" | "onDarkSurfaceAccentActive" | "onDarkSurfaceAccent" | "onDarkSurfaceAccentMinorHover" | "onDarkSurfaceAccentMinorActive" | "onDarkSurfaceTransparentAccentHover" | "onDarkSurfaceTransparentAccentActive" | "onDarkSurfacePositiveHover" | "onDarkSurfacePositiveActive" | "onDarkSurfacePositive" | "onDarkSurfaceWarningHover" | "onDarkSurfaceWarningActive" | "onDarkSurfaceWarning" | "onDarkSurfaceNegativeHover" | "onDarkSurfaceNegativeActive" | "onDarkSurfaceNegative" | "onDarkSurfaceInfoHover" | "onDarkSurfaceInfoActive" | "onDarkSurfacePositiveMinorHover" | "onDarkSurfacePositiveMinorActive" | "onDarkSurfaceWarningMinorHover" | "onDarkSurfaceWarningMinorActive" | "onDarkSurfaceNegativeMinorHover" | "onDarkSurfaceNegativeMinorActive" | "onDarkSurfaceInfoMinorHover" | "onDarkSurfaceInfoMinorActive" | "onDarkSurfaceTransparentPositiveHover" | "onDarkSurfaceTransparentPositiveActive" | "onDarkSurfaceTransparentWarningHover" | "onDarkSurfaceTransparentWarningActive" | "onDarkSurfaceTransparentNegativeHover" | "onDarkSurfaceTransparentNegativeActive" | "onDarkSurfaceTransparentInfoHover" | "onDarkSurfaceTransparentInfoActive" | "onDarkSurfaceAccentMinor" | "onDarkSurfaceTransparentAccent" | "onDarkSurfacePositiveMinor" | "onDarkSurfaceWarningMinor" | "onDarkSurfaceNegativeMinor" | "onDarkSurfaceTransparentPositive" | "onDarkSurfaceTransparentWarning" | "onDarkSurfaceTransparentNegative" | "onDarkSurfaceInfo" | "onDarkSurfaceInfoMinor" | "onDarkSurfaceTransparentInfo" | "onLightSurfaceSolidPrimaryHover" | "onLightSurfaceSolidPrimaryActive" | "onLightSurfaceSolidPrimary" | "onLightSurfaceSolidPrimaryBrightness" | "onLightSurfaceSolidSecondaryHover" | "onLightSurfaceSolidSecondaryActive" | "onLightSurfaceSolidSecondary" | "onLightSurfaceSolidTertiaryHover" | "onLightSurfaceSolidTertiaryActive" | "onLightSurfaceSolidTertiary" | "onLightSurfaceSolidCardHover" | "onLightSurfaceSolidCardActive" | "onLightSurfaceSolidCard" | "onLightSurfaceSolidCardBrightness" | "onLightSurfaceSolidDefaultHover" | "onLightSurfaceSolidDefaultActive" | "onLightSurfaceSolidDefault" | "onLightSurfaceTransparentPrimaryHover" | "onLightSurfaceTransparentPrimaryActive" | "onLightSurfaceTransparentPrimary" | "onLightSurfaceTransparentSecondaryHover" | "onLightSurfaceTransparentSecondaryActive" | "onLightSurfaceTransparentSecondary" | "onLightSurfaceTransparentTertiaryHover" | "onLightSurfaceTransparentTertiaryActive" | "onLightSurfaceTransparentTertiary" | "onLightSurfaceTransparentDeepHover" | "onLightSurfaceTransparentDeepActive" | "onLightSurfaceTransparentDeep" | "onLightSurfaceTransparentCardHover" | "onLightSurfaceTransparentCardActive" | "onLightSurfaceTransparentCard" | "onLightSurfaceTransparentCardBrightness" | "onLightSurfaceAccentHover" | "onLightSurfaceAccentActive" | "onLightSurfaceAccent" | "onLightSurfaceAccentMinorHover" | "onLightSurfaceAccentMinorActive" | "onLightSurfaceTransparentAccentHover" | "onLightSurfaceTransparentAccentActive" | "onLightSurfacePositiveHover" | "onLightSurfacePositiveActive" | "onLightSurfaceWarningHover" | "onLightSurfaceWarningActive" | "onLightSurfaceNegativeHover" | "onLightSurfaceNegativeActive" | "onLightSurfaceInfoHover" | "onLightSurfaceInfoActive" | "onLightSurfacePositiveMinorHover" | "onLightSurfacePositiveMinorActive" | "onLightSurfaceWarningMinorHover" | "onLightSurfaceWarningMinorActive" | "onLightSurfaceNegativeMinorHover" | "onLightSurfaceNegativeMinorActive" | "onLightSurfaceInfoMinorHover" | "onLightSurfaceInfoMinorActive" | "onLightSurfaceTransparentPositiveHover" | "onLightSurfaceTransparentPositiveActive" | "onLightSurfaceTransparentWarningHover" | "onLightSurfaceTransparentWarningActive" | "onLightSurfaceTransparentNegativeHover" | "onLightSurfaceTransparentNegativeActive" | "onLightSurfaceTransparentInfoHover" | "onLightSurfaceTransparentInfoActive" | "onLightSurfaceAccentMinor" | "onLightSurfaceTransparentAccent" | "onLightSurfacePositive" | "onLightSurfaceWarning" | "onLightSurfaceNegative" | "onLightSurfacePositiveMinor" | "onLightSurfaceWarningMinor" | "onLightSurfaceNegativeMinor" | "onLightSurfaceTransparentPositive" | "onLightSurfaceTransparentWarning" | "onLightSurfaceTransparentNegative" | "onLightSurfaceInfo" | "onLightSurfaceInfoMinor" | "onLightSurfaceTransparentInfo" | "inverseSurfaceSolidPrimaryHover" | "inverseSurfaceSolidPrimaryActive" | "inverseSurfaceSolidPrimaryBrightness" | "inverseSurfaceSolidSecondaryHover" | "inverseSurfaceSolidSecondaryActive" | "inverseSurfaceSolidTertiaryHover" | "inverseSurfaceSolidTertiaryActive" | "inverseSurfaceSolidCardHover" | "inverseSurfaceSolidCardActive" | "inverseSurfaceSolidCardBrightness" | "inverseSurfaceSolidDefaultHover" | "inverseSurfaceSolidDefaultActive" | "inverseSurfaceTransparentPrimaryHover" | "inverseSurfaceTransparentPrimaryActive" | "inverseSurfaceTransparentSecondaryHover" | "inverseSurfaceTransparentSecondaryActive" | "inverseSurfaceTransparentTertiaryHover" | "inverseSurfaceTransparentTertiaryActive" | "inverseSurfaceTransparentDeepHover" | "inverseSurfaceTransparentDeepActive" | "inverseSurfaceTransparentCardHover" | "inverseSurfaceTransparentCardActive" | "inverseSurfaceTransparentCardBrightness" | "inverseSurfaceClearHover" | "inverseSurfaceClearActive" | "inverseSurfaceAccentHover" | "inverseSurfaceAccentActive" | "inverseSurfaceAccentMinorHover" | "inverseSurfaceAccentMinorActive" | "inverseSurfaceTransparentAccentHover" | "inverseSurfaceTransparentAccentActive" | "inverseSurfacePositiveHover" | "inverseSurfacePositiveActive" | "inverseSurfaceWarningHover" | "inverseSurfaceWarningActive" | "inverseSurfaceNegativeHover" | "inverseSurfaceNegativeActive" | "inverseSurfaceInfoHover" | "inverseSurfaceInfoActive" | "inverseSurfacePositiveMinorHover" | "inverseSurfacePositiveMinorActive" | "inverseSurfaceWarningMinorHover" | "inverseSurfaceWarningMinorActive" | "inverseSurfaceNegativeMinorHover" | "inverseSurfaceNegativeMinorActive" | "inverseSurfaceInfoMinorHover" | "inverseSurfaceInfoMinorActive" | "inverseSurfaceTransparentPositiveHover" | "inverseSurfaceTransparentPositiveActive" | "inverseSurfaceTransparentWarningHover" | "inverseSurfaceTransparentWarningActive" | "inverseSurfaceTransparentNegativeHover" | "inverseSurfaceTransparentNegativeActive" | "inverseSurfaceTransparentInfoHover" | "inverseSurfaceTransparentInfoActive" | "inverseSurfaceSolidCard" | "inverseSurfaceSolidPrimary" | "inverseSurfaceSolidSecondary" | "inverseSurfaceSolidTertiary" | "inverseSurfaceSolidDefault" | "inverseSurfaceTransparentCard" | "inverseSurfaceTransparentPrimary" | "inverseSurfaceTransparentSecondary" | "inverseSurfaceTransparentTertiary" | "inverseSurfaceTransparentDeep" | "inverseSurfaceClear" | "inverseSurfaceAccent" | "inverseSurfaceAccentMinor" | "inverseSurfaceTransparentAccent" | "inverseSurfacePositive" | "inverseSurfaceWarning" | "inverseSurfaceNegative" | "inverseSurfaceInfo" | "inverseSurfacePositiveMinor" | "inverseSurfaceWarningMinor" | "inverseSurfaceNegativeMinor" | "inverseSurfaceInfoMinor" | "inverseSurfaceTransparentPositive" | "inverseSurfaceTransparentWarning" | "inverseSurfaceTransparentNegative" | "inverseSurfaceTransparentInfo" | "backgroundPrimary" | "backgroundPrimaryBrightness" | "darkBackgroundPrimary" | "lightBackgroundPrimary" | "inverseBackgroundPrimaryBrightness" | "inverseBackgroundPrimary" | "overlaySoft" | "overlayHard" | "overlayBlur" | "onDarkOverlaySoft" | "onDarkOverlayHard" | "onDarkOverlayBlur" | "onLightOverlaySoft" | "onLightOverlayHard" | "onLightOverlayBlur" | "inverseOverlaySoft" | "inverseOverlayHard" | "inverseOverlayBlur" | "outlineSolidPrimaryHover" | "outlineSolidPrimaryActive" | "outlineSolidSecondaryHover" | "outlineSolidSecondaryActive" | "outlineSolidTertiaryHover" | "outlineSolidTertiaryActive" | "outlineTransparentPrimaryHover" | "outlineTransparentPrimaryActive" | "outlineTransparentSecondaryHover" | "outlineTransparentSecondaryActive" | "outlineTransparentTertiaryHover" | "outlineTransparentTertiaryActive" | "outlineClearHover" | "outlineClearActive" | "outlineAccentHover" | "outlineAccentActive" | "outlineAccentMinorHover" | "outlineAccentMinorActive" | "outlineTransparentAccentHover" | "outlineTransparentAccentActive" | "outlinePositiveHover" | "outlinePositiveActive" | "outlineWarningHover" | "outlineWarningActive" | "outlineNegativeHover" | "outlineNegativeActive" | "outlineInfoHover" | "outlineInfoActive" | "outlinePositiveMinorHover" | "outlinePositiveMinorActive" | "outlineWarningMinorHover" | "outlineWarningMinorActive" | "outlineNegativeMinorHover" | "outlineNegativeMinorActive" | "outlineInfoMinorHover" | "outlineInfoMinorActive" | "outlineTransparentPositiveHover" | "outlineTransparentPositiveActive" | "outlineTransparentWarningHover" | "outlineTransparentWarningActive" | "outlineTransparentNegativeHover" | "outlineTransparentNegativeActive" | "outlineTransparentInfoHover" | "outlineTransparentInfoActive" | "outlineSolidPrimary" | "outlineSolidSecondary" | "outlineSolidTertiary" | "outlineDefaultHover" | "outlineDefaultActive" | "outlineTransparentPrimary" | "outlineTransparentSecondary" | "outlineTransparentTertiary" | "outlineClear" | "outlineAccent" | "outlineAccentMinor" | "outlineTransparentAccent" | "outlinePositive" | "outlineWarning" | "outlineNegative" | "outlinePositiveMinor" | "outlineWarningMinor" | "outlineNegativeMinor" | "outlineTransparentPositive" | "outlineTransparentWarning" | "outlineTransparentNegative" | "outlineInfo" | "outlineInfoMinor" | "outlineTransparentInfo" | "outlineSolidDefault" | "outlineSolidDefaultHover" | "outlineSolidDefaultActive" | "onDarkOutlineSolidPrimaryHover" | "onDarkOutlineSolidPrimaryActive" | "onDarkOutlineSolidSecondaryHover" | "onDarkOutlineSolidSecondaryActive" | "onDarkOutlineSolidTertiaryHover" | "onDarkOutlineSolidTertiaryActive" | "onDarkOutlineTransparentPrimaryHover" | "onDarkOutlineTransparentPrimaryActive" | "onDarkOutlineTransparentSecondaryHover" | "onDarkOutlineTransparentSecondaryActive" | "onDarkOutlineTransparentTertiaryHover" | "onDarkOutlineTransparentTertiaryActive" | "onDarkOutlineAccentHover" | "onDarkOutlineAccentActive" | "onDarkOutlineAccentMinorHover" | "onDarkOutlineAccentMinorActive" | "onDarkOutlineTransparentAccentHover" | "onDarkOutlineTransparentAccentActive" | "onDarkOutlinePositiveHover" | "onDarkOutlinePositiveActive" | "onDarkOutlineWarningHover" | "onDarkOutlineWarningActive" | "onDarkOutlineNegativeHover" | "onDarkOutlineNegativeActive" | "onDarkOutlineInfoHover" | "onDarkOutlineInfoActive" | "onDarkOutlinePositiveMinorHover" | "onDarkOutlinePositiveMinorActive" | "onDarkOutlineWarningMinorHover" | "onDarkOutlineWarningMinorActive" | "onDarkOutlineNegativeMinorHover" | "onDarkOutlineNegativeMinorActive" | "onDarkOutlineInfoMinorHover" | "onDarkOutlineInfoMinorActive" | "onDarkOutlineTransparentPositiveHover" | "onDarkOutlineTransparentPositiveActive" | "onDarkOutlineTransparentWarningHover" | "onDarkOutlineTransparentWarningActive" | "onDarkOutlineTransparentNegativeHover" | "onDarkOutlineTransparentNegativeActive" | "onDarkOutlineTransparentInfoHover" | "onDarkOutlineTransparentInfoActive" | "onDarkOutlineDefaultHover" | "onDarkOutlineDefaultActive" | "onDarkOutlineSolidPrimary" | "onDarkOutlineSolidSecondary" | "onDarkOutlineSolidTertiary" | "onDarkOutlineTransparentPrimary" | "onDarkOutlineTransparentSecondary" | "onDarkOutlineTransparentTertiary" | "onDarkOutlineAccent" | "onDarkOutlineAccentMinor" | "onDarkOutlineTransparentAccent" | "onDarkOutlinePositive" | "onDarkOutlineWarning" | "onDarkOutlineNegative" | "onDarkOutlinePositiveMinor" | "onDarkOutlineWarningMinor" | "onDarkOutlineNegativeMinor" | "onDarkOutlineTransparentPositive" | "onDarkOutlineTransparentWarning" | "onDarkOutlineTransparentNegative" | "onDarkOutlineInfo" | "onDarkOutlineInfoMinor" | "onDarkOutlineTransparentInfo" | "onDarkOutlineSolidDefault" | "onDarkOutlineSolidDefaultHover" | "onDarkOutlineSolidDefaultActive" | "onLightOutlineSolidPrimaryHover" | "onLightOutlineSolidPrimaryActive" | "onLightOutlineSolidSecondaryHover" | "onLightOutlineSolidSecondaryActive" | "onLightOutlineSolidTertiaryHover" | "onLightOutlineSolidTertiaryActive" | "onLightOutlineTransparentPrimaryHover" | "onLightOutlineTransparentPrimaryActive" | "onLightOutlineTransparentSecondaryHover" | "onLightOutlineTransparentSecondaryActive" | "onLightOutlineTransparentTertiaryHover" | "onLightOutlineTransparentTertiaryActive" | "onLightOutlineAccentHover" | "onLightOutlineAccentActive" | "onLightOutlineAccentMinorHover" | "onLightOutlineAccentMinorActive" | "onLightOutlineTransparentAccentHover" | "onLightOutlineTransparentAccentActive" | "onLightOutlinePositiveHover" | "onLightOutlinePositiveActive" | "onLightOutlineWarningHover" | "onLightOutlineWarningActive" | "onLightOutlineNegativeHover" | "onLightOutlineNegativeActive" | "onLightOutlineInfoHover" | "onLightOutlineInfoActive" | "onLightOutlinePositiveMinorHover" | "onLightOutlinePositiveMinorActive" | "onLightOutlineWarningMinorHover" | "onLightOutlineWarningMinorActive" | "onLightOutlineNegativeMinorHover" | "onLightOutlineNegativeMinorActive" | "onLightOutlineInfoMinorHover" | "onLightOutlineInfoMinorActive" | "onLightOutlineTransparentPositiveHover" | "onLightOutlineTransparentPositiveActive" | "onLightOutlineTransparentWarningHover" | "onLightOutlineTransparentWarningActive" | "onLightOutlineTransparentNegativeHover" | "onLightOutlineTransparentNegativeActive" | "onLightOutlineTransparentInfoHover" | "onLightOutlineTransparentInfoActive" | "onLightOutlineDefaultHover" | "onLightOutlineDefaultActive" | "onLightOutlineSolidPrimary" | "onLightOutlineSolidSecondary" | "onLightOutlineSolidTertiary" | "onLightOutlineTransparentPrimary" | "onLightOutlineTransparentSecondary" | "onLightOutlineTransparentTertiary" | "onLightOutlineAccent" | "onLightOutlineAccentMinor" | "onLightOutlineTransparentAccent" | "onLightOutlinePositive" | "onLightOutlineWarning" | "onLightOutlineNegative" | "onLightOutlinePositiveMinor" | "onLightOutlineWarningMinor" | "onLightOutlineNegativeMinor" | "onLightOutlineTransparentPositive" | "onLightOutlineTransparentWarning" | "onLightOutlineTransparentNegative" | "onLightOutlineInfo" | "onLightOutlineInfoMinor" | "onLightOutlineTransparentInfo" | "onLightOutlineSolidDefault" | "onLightOutlineSolidDefaultHover" | "onLightOutlineSolidDefaultActive" | "inverseOutlineSolidPrimaryHover" | "inverseOutlineSolidPrimaryActive" | "inverseOutlineSolidSecondaryHover" | "inverseOutlineSolidSecondaryActive" | "inverseOutlineSolidTertiaryHover" | "inverseOutlineSolidTertiaryActive" | "inverseOutlineTransparentPrimaryHover" | "inverseOutlineTransparentPrimaryActive" | "inverseOutlineTransparentSecondaryHover" | "inverseOutlineTransparentSecondaryActive" | "inverseOutlineTransparentTertiaryHover" | "inverseOutlineTransparentTertiaryActive" | "inverseOutlineClearHover" | "inverseOutlineClearActive" | "inverseOutlineAccentHover" | "inverseOutlineAccentActive" | "inverseOutlineAccentMinorHover" | "inverseOutlineAccentMinorActive" | "inverseOutlineTransparentAccentHover" | "inverseOutlineTransparentAccentActive" | "inverseOutlinePositiveHover" | "inverseOutlinePositiveActive" | "inverseOutlineWarningHover" | "inverseOutlineWarningActive" | "inverseOutlineNegativeHover" | "inverseOutlineNegativeActive" | "inverseOutlineInfoHover" | "inverseOutlineInfoActive" | "inverseOutlinePositiveMinorHover" | "inverseOutlinePositiveMinorActive" | "inverseOutlineWarningMinorHover" | "inverseOutlineWarningMinorActive" | "inverseOutlineNegativeMinorHover" | "inverseOutlineNegativeMinorActive" | "inverseOutlineInfoMinorHover" | "inverseOutlineInfoMinorActive" | "inverseOutlineTransparentPositiveHover" | "inverseOutlineTransparentPositiveActive" | "inverseOutlineTransparentWarningHover" | "inverseOutlineTransparentWarningActive" | "inverseOutlineTransparentNegativeHover" | "inverseOutlineTransparentNegativeActive" | "inverseOutlineTransparentInfoHover" | "inverseOutlineTransparentInfoActive" | "inverseOutlineSolidPrimary" | "inverseOutlineSolidSecondary" | "inverseOutlineSolidTertiary" | "inverseOutlineTransparentPrimary" | "inverseOutlineTransparentSecondary" | "inverseOutlineTransparentTertiary" | "inverseOutlineClear" | "inverseOutlineDefaultHover" | "inverseOutlineDefaultActive" | "inverseOutlineAccent" | "inverseOutlineAccentMinor" | "inverseOutlineTransparentAccent" | "inverseOutlinePositive" | "inverseOutlineWarning" | "inverseOutlineNegative" | "inverseOutlineInfo" | "inverseOutlinePositiveMinor" | "inverseOutlineWarningMinor" | "inverseOutlineNegativeMinor" | "inverseOutlineInfoMinor" | "inverseOutlineTransparentPositive" | "inverseOutlineTransparentWarning" | "inverseOutlineTransparentNegative" | "inverseOutlineTransparentInfo" | "inverseOutlineSolidDefault" | "inverseOutlineSolidDefaultHover" | "inverseOutlineSolidDefaultActive" | "dataYellow" | "dataYellowHover" | "dataYellowActive" | "dataYellowMinor" | "dataYellowMinorHover" | "dataYellowMinorActive" | "dataYellowTransparent" | "dataYellowTransparentHover" | "dataYellowTransparentActive" | "onDarkDataYellow" | "onDarkDataYellowHover" | "onDarkDataYellowActive" | "onDarkDataYellowMinor" | "onDarkDataYellowMinorHover" | "onDarkDataYellowMinorActive" | "onDarkDataYellowTransparent" | "onDarkDataYellowTransparentHover" | "onDarkDataYellowTransparentActive" | "onLightDataYellow" | "onLightDataYellowHover" | "onLightDataYellowActive" | "onLightDataYellowMinor" | "onLightDataYellowMinorHover" | "onLightDataYellowMinorActive" | "onLightDataYellowTransparent" | "onLightDataYellowTransparentHover" | "onLightDataYellowTransparentActive" | "inverseDataYellow" | "inverseDataYellowHover" | "inverseDataYellowActive" | "inverseDataYellowMinor" | "inverseDataYellowMinorHover" | "inverseDataYellowMinorActive" | "inverseDataYellowTransparent" | "inverseDataYellowTransparentHover" | "inverseDataYellowTransparentActive" | "whitePrimary" | "whiteSecondary" | "whiteTertiary" | "blackPrimary" | "blackSecondary" | "blackTertiary" | "buttonBlack" | "buttonBlackSecondary" | "buttonWhite" | "buttonWhiteSecondary" | "background" | "surfaceLiquid01" | "surfaceLiquid02" | "surfaceLiquid03" | "surfaceSolid01" | "surfaceSolid02" | "surfaceSolid03" | "surfaceCard" | "buttonSecondary" | "buttonAccent" | "buttonSuccess" | "buttonWarning" | "buttonCritical" | "textAccentGradientHover" | "textAccentGradientActive" | "textAccentGradient" | "onDarkTextAccentGradientHover" | "onDarkTextAccentGradientActive" | "onDarkTextAccentGradient" | "onLightTextAccentGradientHover" | "onLightTextAccentGradientActive" | "onLightTextAccentGradient" | "inverseTextAccentGradientHover" | "inverseTextAccentGradientActive" | "inverseTextAccentGradient" | "surfaceAccentGradientHover" | "surfaceAccentGradientActive" | "surfaceAccentGradient" | "surfaceSkeletonGradient" | "surfaceSkeletonGradientHover" | "surfaceSkeletonGradientActive" | "surfaceSkeletonDeepGradient" | "surfaceSkeletonDeepGradientHover" | "surfaceSkeletonDeepGradientActive" | "onDarkSurfaceAccentGradientHover" | "onDarkSurfaceAccentGradientActive" | "onDarkSurfaceAccentGradient" | "onDarkSurfaceSkeletonGradient" | "onDarkSurfaceSkeletonGradientHover" | "onDarkSurfaceSkeletonGradientActive" | "onDarkSurfaceSkeletonDeepGradient" | "onDarkSurfaceSkeletonDeepGradientHover" | "onDarkSurfaceSkeletonDeepGradientActive" | "onLightSurfaceAccentGradientHover" | "onLightSurfaceAccentGradientActive" | "onLightSurfaceAccentGradient" | "onLightSurfaceSkeletonGradient" | "onLightSurfaceSkeletonGradientHover" | "onLightSurfaceSkeletonGradientActive" | "onLightSurfaceSkeletonDeepGradient" | "onLightSurfaceSkeletonDeepGradientHover" | "onLightSurfaceSkeletonDeepGradientActive" | "inverseSurfaceAccentGradientHover" | "inverseSurfaceAccentGradientActive" | "inverseSurfaceAccentGradient" | "inverseSurfaceSkeletonGradient" | "inverseSurfaceSkeletonGradientHover" | "inverseSurfaceSkeletonGradientActive" | "inverseSurfaceSkeletonDeepGradient" | "inverseSurfaceSkeletonDeepGradientHover" | "inverseSurfaceSkeletonDeepGradientActive") | undefined;
|
427
429
|
shadow?: "shadowDownSoftS" | "shadowDownSoftM" | "shadowDownSoftL" | "shadowDownHardS" | "shadowDownHardM" | "shadowDownHardL" | "shadowUpSoftS" | "shadowUpSoftM" | "shadowUpSoftL" | "shadowUpHardS" | "shadowUpHardM" | "shadowUpHardL" | undefined;
|
428
430
|
borderRadius?: "borderRadiusXxs" | "borderRadiusXs" | "borderRadiusS" | "borderRadiusM" | "borderRadiusL" | "borderRadiusXl" | "borderRadiusXxl" | undefined;
|
429
|
-
styles?: CSSProperties;
|
431
|
+
styles?: CSSProperties | undefined;
|
430
432
|
}) => CSSProperties;
|
431
433
|
|
432
434
|
export { applyRoundness }
|
@@ -471,206 +473,206 @@ m: PolymorphicClassName;
|
|
471
473
|
s: PolymorphicClassName;
|
472
474
|
xs: PolymorphicClassName;
|
473
475
|
};
|
474
|
-
}> & ((HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
475
|
-
text?: string;
|
476
|
+
}> & ((HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
477
|
+
text?: string | undefined;
|
476
478
|
contentLeft?: ReactNode;
|
477
|
-
contentPlacing?: "default" | "relaxed";
|
478
|
-
isLoading?: boolean;
|
479
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
480
|
+
isLoading?: boolean | undefined;
|
479
481
|
loader?: ReactNode;
|
480
|
-
stretch?: boolean;
|
481
|
-
stretching?: "auto" | "fixed" | "filled";
|
482
|
-
square?: boolean;
|
483
|
-
focused?: boolean;
|
484
|
-
disabled?: boolean;
|
485
|
-
pin?:
|
486
|
-
view?: string;
|
487
|
-
size?: string;
|
488
|
-
outlined?: boolean;
|
489
|
-
shiftLeft?: boolean;
|
490
|
-
shiftRight?: boolean;
|
491
|
-
blur?:
|
492
|
-
} & {
|
493
|
-
value?: string | number;
|
494
|
-
contentRight?:
|
482
|
+
stretch?: boolean | undefined;
|
483
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
484
|
+
square?: boolean | undefined;
|
485
|
+
focused?: boolean | undefined;
|
486
|
+
disabled?: boolean | undefined;
|
487
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
488
|
+
view?: string | undefined;
|
489
|
+
size?: string | undefined;
|
490
|
+
outlined?: boolean | undefined;
|
491
|
+
shiftLeft?: boolean | undefined;
|
492
|
+
shiftRight?: boolean | undefined;
|
493
|
+
blur?: "small" | "medium" | "large" | undefined;
|
494
|
+
} & {
|
495
|
+
value?: string | number | undefined;
|
496
|
+
contentRight?: undefined;
|
495
497
|
} & BaseAttachProps & {
|
496
|
-
buttonType?: "button";
|
497
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
498
|
-
text?: string;
|
498
|
+
buttonType?: "button" | undefined;
|
499
|
+
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
500
|
+
text?: string | undefined;
|
499
501
|
contentLeft?: ReactNode;
|
500
|
-
contentPlacing?: "default" | "relaxed";
|
501
|
-
isLoading?: boolean;
|
502
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
503
|
+
isLoading?: boolean | undefined;
|
502
504
|
loader?: ReactNode;
|
503
|
-
stretch?: boolean;
|
504
|
-
stretching?: "auto" | "fixed" | "filled";
|
505
|
-
square?: boolean;
|
506
|
-
focused?: boolean;
|
507
|
-
disabled?: boolean;
|
508
|
-
pin?:
|
509
|
-
view?: string;
|
510
|
-
size?: string;
|
511
|
-
outlined?: boolean;
|
512
|
-
shiftLeft?: boolean;
|
513
|
-
shiftRight?: boolean;
|
514
|
-
blur?:
|
515
|
-
} & {
|
516
|
-
value?: string | number;
|
517
|
-
contentRight?:
|
505
|
+
stretch?: boolean | undefined;
|
506
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
507
|
+
square?: boolean | undefined;
|
508
|
+
focused?: boolean | undefined;
|
509
|
+
disabled?: boolean | undefined;
|
510
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
511
|
+
view?: string | undefined;
|
512
|
+
size?: string | undefined;
|
513
|
+
outlined?: boolean | undefined;
|
514
|
+
shiftLeft?: boolean | undefined;
|
515
|
+
shiftRight?: boolean | undefined;
|
516
|
+
blur?: "small" | "medium" | "large" | undefined;
|
517
|
+
} & {
|
518
|
+
value?: string | number | undefined;
|
519
|
+
contentRight?: undefined;
|
518
520
|
} & BaseAttachProps & {
|
519
|
-
buttonType?: "button";
|
521
|
+
buttonType?: "button" | undefined;
|
520
522
|
} & {
|
521
|
-
value?:
|
523
|
+
value?: undefined;
|
522
524
|
contentRight?: ReactNode;
|
523
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
524
|
-
text?: string;
|
525
|
+
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
526
|
+
text?: string | undefined;
|
525
527
|
contentLeft?: ReactNode;
|
526
|
-
contentPlacing?: "default" | "relaxed";
|
527
|
-
isLoading?: boolean;
|
528
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
529
|
+
isLoading?: boolean | undefined;
|
528
530
|
loader?: ReactNode;
|
529
|
-
stretch?: boolean;
|
530
|
-
stretching?: "auto" | "fixed" | "filled";
|
531
|
-
square?: boolean;
|
532
|
-
focused?: boolean;
|
533
|
-
disabled?: boolean;
|
534
|
-
pin?:
|
535
|
-
view?: string;
|
536
|
-
size?: string;
|
537
|
-
outlined?: boolean;
|
538
|
-
shiftLeft?: boolean;
|
539
|
-
shiftRight?: boolean;
|
540
|
-
blur?:
|
541
|
-
} & {
|
542
|
-
value?: string | number;
|
543
|
-
contentRight?:
|
531
|
+
stretch?: boolean | undefined;
|
532
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
533
|
+
square?: boolean | undefined;
|
534
|
+
focused?: boolean | undefined;
|
535
|
+
disabled?: boolean | undefined;
|
536
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
537
|
+
view?: string | undefined;
|
538
|
+
size?: string | undefined;
|
539
|
+
outlined?: boolean | undefined;
|
540
|
+
shiftLeft?: boolean | undefined;
|
541
|
+
shiftRight?: boolean | undefined;
|
542
|
+
blur?: "small" | "medium" | "large" | undefined;
|
543
|
+
} & {
|
544
|
+
value?: string | number | undefined;
|
545
|
+
contentRight?: undefined;
|
544
546
|
} & BaseAttachProps & {
|
545
|
-
buttonType?: "iconButton";
|
546
|
-
icon?:
|
547
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
548
|
-
text?: string;
|
547
|
+
buttonType?: "iconButton" | undefined;
|
548
|
+
icon?: ReactNode;
|
549
|
+
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
550
|
+
text?: string | undefined;
|
549
551
|
contentLeft?: ReactNode;
|
550
|
-
contentPlacing?: "default" | "relaxed";
|
551
|
-
isLoading?: boolean;
|
552
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
553
|
+
isLoading?: boolean | undefined;
|
552
554
|
loader?: ReactNode;
|
553
|
-
stretch?: boolean;
|
554
|
-
stretching?: "auto" | "fixed" | "filled";
|
555
|
-
square?: boolean;
|
556
|
-
focused?: boolean;
|
557
|
-
disabled?: boolean;
|
558
|
-
pin?:
|
559
|
-
view?: string;
|
560
|
-
size?: string;
|
561
|
-
outlined?: boolean;
|
562
|
-
shiftLeft?: boolean;
|
563
|
-
shiftRight?: boolean;
|
564
|
-
blur?:
|
565
|
-
} & {
|
566
|
-
value?: string | number;
|
567
|
-
contentRight?:
|
555
|
+
stretch?: boolean | undefined;
|
556
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
557
|
+
square?: boolean | undefined;
|
558
|
+
focused?: boolean | undefined;
|
559
|
+
disabled?: boolean | undefined;
|
560
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
561
|
+
view?: string | undefined;
|
562
|
+
size?: string | undefined;
|
563
|
+
outlined?: boolean | undefined;
|
564
|
+
shiftLeft?: boolean | undefined;
|
565
|
+
shiftRight?: boolean | undefined;
|
566
|
+
blur?: "small" | "medium" | "large" | undefined;
|
567
|
+
} & {
|
568
|
+
value?: string | number | undefined;
|
569
|
+
contentRight?: undefined;
|
568
570
|
} & BaseAttachProps & {
|
569
|
-
buttonType?: "iconButton";
|
570
|
-
icon?:
|
571
|
+
buttonType?: "iconButton" | undefined;
|
572
|
+
icon?: ReactNode;
|
571
573
|
} & {
|
572
|
-
value?:
|
574
|
+
value?: undefined;
|
573
575
|
contentRight?: ReactNode;
|
574
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
575
|
-
text?: string;
|
576
|
+
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
577
|
+
text?: string | undefined;
|
576
578
|
contentLeft?: ReactNode;
|
577
|
-
contentPlacing?: "default" | "relaxed";
|
578
|
-
isLoading?: boolean;
|
579
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
580
|
+
isLoading?: boolean | undefined;
|
579
581
|
loader?: ReactNode;
|
580
|
-
stretch?: boolean;
|
581
|
-
stretching?: "auto" | "fixed" | "filled";
|
582
|
-
square?: boolean;
|
583
|
-
focused?: boolean;
|
584
|
-
disabled?: boolean;
|
585
|
-
pin?:
|
586
|
-
view?: string;
|
587
|
-
size?: string;
|
588
|
-
outlined?: boolean;
|
589
|
-
shiftLeft?: boolean;
|
590
|
-
shiftRight?: boolean;
|
591
|
-
blur?:
|
592
|
-
} & {
|
593
|
-
value?:
|
582
|
+
stretch?: boolean | undefined;
|
583
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
584
|
+
square?: boolean | undefined;
|
585
|
+
focused?: boolean | undefined;
|
586
|
+
disabled?: boolean | undefined;
|
587
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
588
|
+
view?: string | undefined;
|
589
|
+
size?: string | undefined;
|
590
|
+
outlined?: boolean | undefined;
|
591
|
+
shiftLeft?: boolean | undefined;
|
592
|
+
shiftRight?: boolean | undefined;
|
593
|
+
blur?: "small" | "medium" | "large" | undefined;
|
594
|
+
} & {
|
595
|
+
value?: undefined;
|
594
596
|
contentRight?: ReactNode;
|
595
597
|
} & BaseAttachProps & {
|
596
|
-
buttonType?: "button";
|
598
|
+
buttonType?: "button" | undefined;
|
597
599
|
} & {
|
598
|
-
value?: string | number;
|
599
|
-
contentRight?:
|
600
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
601
|
-
text?: string;
|
600
|
+
value?: string | number | undefined;
|
601
|
+
contentRight?: undefined;
|
602
|
+
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
603
|
+
text?: string | undefined;
|
602
604
|
contentLeft?: ReactNode;
|
603
|
-
contentPlacing?: "default" | "relaxed";
|
604
|
-
isLoading?: boolean;
|
605
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
606
|
+
isLoading?: boolean | undefined;
|
605
607
|
loader?: ReactNode;
|
606
|
-
stretch?: boolean;
|
607
|
-
stretching?: "auto" | "fixed" | "filled";
|
608
|
-
square?: boolean;
|
609
|
-
focused?: boolean;
|
610
|
-
disabled?: boolean;
|
611
|
-
pin?:
|
612
|
-
view?: string;
|
613
|
-
size?: string;
|
614
|
-
outlined?: boolean;
|
615
|
-
shiftLeft?: boolean;
|
616
|
-
shiftRight?: boolean;
|
617
|
-
blur?:
|
618
|
-
} & {
|
619
|
-
value?:
|
608
|
+
stretch?: boolean | undefined;
|
609
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
610
|
+
square?: boolean | undefined;
|
611
|
+
focused?: boolean | undefined;
|
612
|
+
disabled?: boolean | undefined;
|
613
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
614
|
+
view?: string | undefined;
|
615
|
+
size?: string | undefined;
|
616
|
+
outlined?: boolean | undefined;
|
617
|
+
shiftLeft?: boolean | undefined;
|
618
|
+
shiftRight?: boolean | undefined;
|
619
|
+
blur?: "small" | "medium" | "large" | undefined;
|
620
|
+
} & {
|
621
|
+
value?: undefined;
|
620
622
|
contentRight?: ReactNode;
|
621
623
|
} & BaseAttachProps & {
|
622
|
-
buttonType?: "button";
|
623
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
624
|
-
text?: string;
|
624
|
+
buttonType?: "button" | undefined;
|
625
|
+
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
626
|
+
text?: string | undefined;
|
625
627
|
contentLeft?: ReactNode;
|
626
|
-
contentPlacing?: "default" | "relaxed";
|
627
|
-
isLoading?: boolean;
|
628
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
629
|
+
isLoading?: boolean | undefined;
|
628
630
|
loader?: ReactNode;
|
629
|
-
stretch?: boolean;
|
630
|
-
stretching?: "auto" | "fixed" | "filled";
|
631
|
-
square?: boolean;
|
632
|
-
focused?: boolean;
|
633
|
-
disabled?: boolean;
|
634
|
-
pin?:
|
635
|
-
view?: string;
|
636
|
-
size?: string;
|
637
|
-
outlined?: boolean;
|
638
|
-
shiftLeft?: boolean;
|
639
|
-
shiftRight?: boolean;
|
640
|
-
blur?:
|
641
|
-
} & {
|
642
|
-
value?:
|
631
|
+
stretch?: boolean | undefined;
|
632
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
633
|
+
square?: boolean | undefined;
|
634
|
+
focused?: boolean | undefined;
|
635
|
+
disabled?: boolean | undefined;
|
636
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
637
|
+
view?: string | undefined;
|
638
|
+
size?: string | undefined;
|
639
|
+
outlined?: boolean | undefined;
|
640
|
+
shiftLeft?: boolean | undefined;
|
641
|
+
shiftRight?: boolean | undefined;
|
642
|
+
blur?: "small" | "medium" | "large" | undefined;
|
643
|
+
} & {
|
644
|
+
value?: undefined;
|
643
645
|
contentRight?: ReactNode;
|
644
646
|
} & BaseAttachProps & {
|
645
|
-
buttonType?: "iconButton";
|
646
|
-
icon?:
|
647
|
+
buttonType?: "iconButton" | undefined;
|
648
|
+
icon?: ReactNode;
|
647
649
|
} & {
|
648
|
-
value?: string | number;
|
649
|
-
contentRight?:
|
650
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
651
|
-
text?: string;
|
650
|
+
value?: string | number | undefined;
|
651
|
+
contentRight?: undefined;
|
652
|
+
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
653
|
+
text?: string | undefined;
|
652
654
|
contentLeft?: ReactNode;
|
653
|
-
contentPlacing?: "default" | "relaxed";
|
654
|
-
isLoading?: boolean;
|
655
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
656
|
+
isLoading?: boolean | undefined;
|
655
657
|
loader?: ReactNode;
|
656
|
-
stretch?: boolean;
|
657
|
-
stretching?: "auto" | "fixed" | "filled";
|
658
|
-
square?: boolean;
|
659
|
-
focused?: boolean;
|
660
|
-
disabled?: boolean;
|
661
|
-
pin?:
|
662
|
-
view?: string;
|
663
|
-
size?: string;
|
664
|
-
outlined?: boolean;
|
665
|
-
shiftLeft?: boolean;
|
666
|
-
shiftRight?: boolean;
|
667
|
-
blur?:
|
668
|
-
} & {
|
669
|
-
value?:
|
658
|
+
stretch?: boolean | undefined;
|
659
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
660
|
+
square?: boolean | undefined;
|
661
|
+
focused?: boolean | undefined;
|
662
|
+
disabled?: boolean | undefined;
|
663
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
664
|
+
view?: string | undefined;
|
665
|
+
size?: string | undefined;
|
666
|
+
outlined?: boolean | undefined;
|
667
|
+
shiftLeft?: boolean | undefined;
|
668
|
+
shiftRight?: boolean | undefined;
|
669
|
+
blur?: "small" | "medium" | "large" | undefined;
|
670
|
+
} & {
|
671
|
+
value?: undefined;
|
670
672
|
contentRight?: ReactNode;
|
671
673
|
} & BaseAttachProps & {
|
672
|
-
buttonType?: "iconButton";
|
673
|
-
icon?:
|
674
|
+
buttonType?: "iconButton" | undefined;
|
675
|
+
icon?: ReactNode;
|
674
676
|
} & RefAttributes<HTMLDivElement>))>;
|
675
677
|
|
676
678
|
export { AudioPlayer }
|
@@ -711,259 +713,259 @@ true: PolymorphicClassName;
|
|
711
713
|
}> & ((BaseProps & Omit<{
|
712
714
|
titleCaption?: ReactNode;
|
713
715
|
leftHelper?: ReactNode;
|
714
|
-
contentLeft?:
|
715
|
-
contentRight?:
|
716
|
-
textBefore?: string;
|
717
|
-
textAfter?: string;
|
718
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
716
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
717
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
718
|
+
textBefore?: string | undefined;
|
719
|
+
textAfter?: string | undefined;
|
720
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
719
721
|
} & LabelProps & RequiredProps & {
|
720
|
-
clear?: boolean;
|
721
|
-
hasDivider?: boolean;
|
722
|
+
clear?: boolean | undefined;
|
723
|
+
hasDivider?: boolean | undefined;
|
722
724
|
} & {
|
723
725
|
hintText: string;
|
724
|
-
hintTrigger?: "hover" | "click";
|
725
|
-
hintView?: string;
|
726
|
-
hintSize?: string;
|
726
|
+
hintTrigger?: "hover" | "click" | undefined;
|
727
|
+
hintView?: string | undefined;
|
728
|
+
hintSize?: string | undefined;
|
727
729
|
hintTargetIcon?: ReactNode;
|
728
|
-
hintTargetPlacement?: "
|
729
|
-
hintPlacement?: PopoverPlacement |
|
730
|
-
hintHasArrow?: boolean;
|
731
|
-
hintOffset?: [number, number];
|
732
|
-
hintWidth?: string;
|
730
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
731
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
732
|
+
hintHasArrow?: boolean | undefined;
|
733
|
+
hintOffset?: [number, number] | undefined;
|
734
|
+
hintWidth?: string | undefined;
|
733
735
|
hintContentLeft?: ReactNode;
|
734
736
|
} & {
|
735
|
-
chips?:
|
736
|
-
onChangeChips?:
|
737
|
-
enumerationType?: "plain";
|
738
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
739
|
-
chipType?:
|
740
|
-
chipView?:
|
741
|
-
chipValidator?:
|
737
|
+
chips?: undefined;
|
738
|
+
onChangeChips?: undefined;
|
739
|
+
enumerationType?: "plain" | undefined;
|
740
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
741
|
+
chipType?: undefined;
|
742
|
+
chipView?: undefined;
|
743
|
+
chipValidator?: undefined;
|
742
744
|
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
743
745
|
titleCaption?: ReactNode;
|
744
746
|
leftHelper?: ReactNode;
|
745
|
-
contentLeft?:
|
746
|
-
contentRight?:
|
747
|
-
textBefore?: string;
|
748
|
-
textAfter?: string;
|
749
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
747
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
748
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
749
|
+
textBefore?: string | undefined;
|
750
|
+
textAfter?: string | undefined;
|
751
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
750
752
|
} & LabelProps & RequiredProps & {
|
751
|
-
clear?: boolean;
|
752
|
-
hasDivider?: boolean;
|
753
|
+
clear?: boolean | undefined;
|
754
|
+
hasDivider?: boolean | undefined;
|
753
755
|
} & {
|
754
756
|
hintText: string;
|
755
|
-
hintTrigger?: "hover" | "click";
|
756
|
-
hintView?: string;
|
757
|
-
hintSize?: string;
|
757
|
+
hintTrigger?: "hover" | "click" | undefined;
|
758
|
+
hintView?: string | undefined;
|
759
|
+
hintSize?: string | undefined;
|
758
760
|
hintTargetIcon?: ReactNode;
|
759
|
-
hintTargetPlacement?: "
|
760
|
-
hintPlacement?: PopoverPlacement |
|
761
|
-
hintHasArrow?: boolean;
|
762
|
-
hintOffset?: [number, number];
|
763
|
-
hintWidth?: string;
|
761
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
762
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
763
|
+
hintHasArrow?: boolean | undefined;
|
764
|
+
hintOffset?: [number, number] | undefined;
|
765
|
+
hintWidth?: string | undefined;
|
764
766
|
hintContentLeft?: ReactNode;
|
765
767
|
} & {
|
766
768
|
enumerationType: "chip";
|
767
|
-
onSearch?:
|
768
|
-
chips?:
|
769
|
-
onChangeChips?: (value:
|
770
|
-
chipType?: "default" | "text";
|
771
|
-
chipView?: string;
|
772
|
-
chipValidator?: (value: string) => {
|
773
|
-
view?: string;
|
774
|
-
};
|
769
|
+
onSearch?: undefined;
|
770
|
+
chips?: TextFieldPrimitiveValue[] | undefined;
|
771
|
+
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
772
|
+
chipType?: "default" | "text" | undefined;
|
773
|
+
chipView?: string | undefined;
|
774
|
+
chipValidator?: ((value: string) => {
|
775
|
+
view?: string | undefined;
|
776
|
+
}) | undefined;
|
775
777
|
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
776
778
|
titleCaption?: ReactNode;
|
777
779
|
leftHelper?: ReactNode;
|
778
|
-
contentLeft?:
|
779
|
-
contentRight?:
|
780
|
-
textBefore?: string;
|
781
|
-
textAfter?: string;
|
782
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
780
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
781
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
782
|
+
textBefore?: string | undefined;
|
783
|
+
textAfter?: string | undefined;
|
784
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
783
785
|
} & LabelProps & RequiredProps & {
|
784
|
-
clear?: boolean;
|
785
|
-
hasDivider?: boolean;
|
786
|
-
} & {
|
787
|
-
hintTrigger?:
|
788
|
-
hintText?:
|
789
|
-
hintView?:
|
790
|
-
hintSize?:
|
791
|
-
hintTargetIcon?:
|
792
|
-
hintTargetPlacement?:
|
793
|
-
hintPlacement?:
|
794
|
-
hintHasArrow?:
|
795
|
-
hintOffset?:
|
796
|
-
hintWidth?:
|
797
|
-
hintContentLeft?:
|
798
|
-
} & {
|
799
|
-
chips?:
|
800
|
-
onChangeChips?:
|
801
|
-
enumerationType?: "plain";
|
802
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
803
|
-
chipType?:
|
804
|
-
chipView?:
|
805
|
-
chipValidator?:
|
786
|
+
clear?: boolean | undefined;
|
787
|
+
hasDivider?: boolean | undefined;
|
788
|
+
} & {
|
789
|
+
hintTrigger?: undefined;
|
790
|
+
hintText?: undefined;
|
791
|
+
hintView?: undefined;
|
792
|
+
hintSize?: undefined;
|
793
|
+
hintTargetIcon?: undefined;
|
794
|
+
hintTargetPlacement?: undefined;
|
795
|
+
hintPlacement?: undefined;
|
796
|
+
hintHasArrow?: undefined;
|
797
|
+
hintOffset?: undefined;
|
798
|
+
hintWidth?: undefined;
|
799
|
+
hintContentLeft?: undefined;
|
800
|
+
} & {
|
801
|
+
chips?: undefined;
|
802
|
+
onChangeChips?: undefined;
|
803
|
+
enumerationType?: "plain" | undefined;
|
804
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
805
|
+
chipType?: undefined;
|
806
|
+
chipView?: undefined;
|
807
|
+
chipValidator?: undefined;
|
806
808
|
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
807
809
|
titleCaption?: ReactNode;
|
808
810
|
leftHelper?: ReactNode;
|
809
|
-
contentLeft?:
|
810
|
-
contentRight?:
|
811
|
-
textBefore?: string;
|
812
|
-
textAfter?: string;
|
813
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
811
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
812
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
813
|
+
textBefore?: string | undefined;
|
814
|
+
textAfter?: string | undefined;
|
815
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
814
816
|
} & LabelProps & RequiredProps & {
|
815
|
-
clear?: boolean;
|
816
|
-
hasDivider?: boolean;
|
817
|
-
} & {
|
818
|
-
hintTrigger?:
|
819
|
-
hintText?:
|
820
|
-
hintView?:
|
821
|
-
hintSize?:
|
822
|
-
hintTargetIcon?:
|
823
|
-
hintTargetPlacement?:
|
824
|
-
hintPlacement?:
|
825
|
-
hintHasArrow?:
|
826
|
-
hintOffset?:
|
827
|
-
hintWidth?:
|
828
|
-
hintContentLeft?:
|
817
|
+
clear?: boolean | undefined;
|
818
|
+
hasDivider?: boolean | undefined;
|
819
|
+
} & {
|
820
|
+
hintTrigger?: undefined;
|
821
|
+
hintText?: undefined;
|
822
|
+
hintView?: undefined;
|
823
|
+
hintSize?: undefined;
|
824
|
+
hintTargetIcon?: undefined;
|
825
|
+
hintTargetPlacement?: undefined;
|
826
|
+
hintPlacement?: undefined;
|
827
|
+
hintHasArrow?: undefined;
|
828
|
+
hintOffset?: undefined;
|
829
|
+
hintWidth?: undefined;
|
830
|
+
hintContentLeft?: undefined;
|
829
831
|
} & {
|
830
832
|
enumerationType: "chip";
|
831
|
-
onSearch?:
|
832
|
-
chips?:
|
833
|
-
onChangeChips?: (value:
|
834
|
-
chipType?: "default" | "text";
|
835
|
-
chipView?: string;
|
836
|
-
chipValidator?: (value: string) => {
|
837
|
-
view?: string;
|
838
|
-
};
|
833
|
+
onSearch?: undefined;
|
834
|
+
chips?: TextFieldPrimitiveValue[] | undefined;
|
835
|
+
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
836
|
+
chipType?: "default" | "text" | undefined;
|
837
|
+
chipView?: string | undefined;
|
838
|
+
chipValidator?: ((value: string) => {
|
839
|
+
view?: string | undefined;
|
840
|
+
}) | undefined;
|
839
841
|
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
840
842
|
titleCaption?: ReactNode;
|
841
843
|
leftHelper?: ReactNode;
|
842
|
-
contentLeft?:
|
843
|
-
contentRight?:
|
844
|
-
textBefore?: string;
|
845
|
-
textAfter?: string;
|
846
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
844
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
845
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
846
|
+
textBefore?: string | undefined;
|
847
|
+
textAfter?: string | undefined;
|
848
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
847
849
|
} & LabelProps & RequiredProps & {
|
848
|
-
clear?: false;
|
849
|
-
hasDivider?:
|
850
|
+
clear?: false | undefined;
|
851
|
+
hasDivider?: undefined;
|
850
852
|
} & {
|
851
853
|
hintText: string;
|
852
|
-
hintTrigger?: "hover" | "click";
|
853
|
-
hintView?: string;
|
854
|
-
hintSize?: string;
|
854
|
+
hintTrigger?: "hover" | "click" | undefined;
|
855
|
+
hintView?: string | undefined;
|
856
|
+
hintSize?: string | undefined;
|
855
857
|
hintTargetIcon?: ReactNode;
|
856
|
-
hintTargetPlacement?: "
|
857
|
-
hintPlacement?: PopoverPlacement |
|
858
|
-
hintHasArrow?: boolean;
|
859
|
-
hintOffset?: [number, number];
|
860
|
-
hintWidth?: string;
|
858
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
859
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
860
|
+
hintHasArrow?: boolean | undefined;
|
861
|
+
hintOffset?: [number, number] | undefined;
|
862
|
+
hintWidth?: string | undefined;
|
861
863
|
hintContentLeft?: ReactNode;
|
862
864
|
} & {
|
863
|
-
chips?:
|
864
|
-
onChangeChips?:
|
865
|
-
enumerationType?: "plain";
|
866
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
867
|
-
chipType?:
|
868
|
-
chipView?:
|
869
|
-
chipValidator?:
|
865
|
+
chips?: undefined;
|
866
|
+
onChangeChips?: undefined;
|
867
|
+
enumerationType?: "plain" | undefined;
|
868
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
869
|
+
chipType?: undefined;
|
870
|
+
chipView?: undefined;
|
871
|
+
chipValidator?: undefined;
|
870
872
|
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
871
873
|
titleCaption?: ReactNode;
|
872
874
|
leftHelper?: ReactNode;
|
873
|
-
contentLeft?:
|
874
|
-
contentRight?:
|
875
|
-
textBefore?: string;
|
876
|
-
textAfter?: string;
|
877
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
875
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
876
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
877
|
+
textBefore?: string | undefined;
|
878
|
+
textAfter?: string | undefined;
|
879
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
878
880
|
} & LabelProps & RequiredProps & {
|
879
|
-
clear?: false;
|
880
|
-
hasDivider?:
|
881
|
+
clear?: false | undefined;
|
882
|
+
hasDivider?: undefined;
|
881
883
|
} & {
|
882
884
|
hintText: string;
|
883
|
-
hintTrigger?: "hover" | "click";
|
884
|
-
hintView?: string;
|
885
|
-
hintSize?: string;
|
885
|
+
hintTrigger?: "hover" | "click" | undefined;
|
886
|
+
hintView?: string | undefined;
|
887
|
+
hintSize?: string | undefined;
|
886
888
|
hintTargetIcon?: ReactNode;
|
887
|
-
hintTargetPlacement?: "
|
888
|
-
hintPlacement?: PopoverPlacement |
|
889
|
-
hintHasArrow?: boolean;
|
890
|
-
hintOffset?: [number, number];
|
891
|
-
hintWidth?: string;
|
889
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
890
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
891
|
+
hintHasArrow?: boolean | undefined;
|
892
|
+
hintOffset?: [number, number] | undefined;
|
893
|
+
hintWidth?: string | undefined;
|
892
894
|
hintContentLeft?: ReactNode;
|
893
895
|
} & {
|
894
896
|
enumerationType: "chip";
|
895
|
-
onSearch?:
|
896
|
-
chips?:
|
897
|
-
onChangeChips?: (value:
|
898
|
-
chipType?: "default" | "text";
|
899
|
-
chipView?: string;
|
900
|
-
chipValidator?: (value: string) => {
|
901
|
-
view?: string;
|
902
|
-
};
|
897
|
+
onSearch?: undefined;
|
898
|
+
chips?: TextFieldPrimitiveValue[] | undefined;
|
899
|
+
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
900
|
+
chipType?: "default" | "text" | undefined;
|
901
|
+
chipView?: string | undefined;
|
902
|
+
chipValidator?: ((value: string) => {
|
903
|
+
view?: string | undefined;
|
904
|
+
}) | undefined;
|
903
905
|
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
904
906
|
titleCaption?: ReactNode;
|
905
907
|
leftHelper?: ReactNode;
|
906
|
-
contentLeft?:
|
907
|
-
contentRight?:
|
908
|
-
textBefore?: string;
|
909
|
-
textAfter?: string;
|
910
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
908
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
909
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
910
|
+
textBefore?: string | undefined;
|
911
|
+
textAfter?: string | undefined;
|
912
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
911
913
|
} & LabelProps & RequiredProps & {
|
912
|
-
clear?: false;
|
913
|
-
hasDivider?:
|
914
|
-
} & {
|
915
|
-
hintTrigger?:
|
916
|
-
hintText?:
|
917
|
-
hintView?:
|
918
|
-
hintSize?:
|
919
|
-
hintTargetIcon?:
|
920
|
-
hintTargetPlacement?:
|
921
|
-
hintPlacement?:
|
922
|
-
hintHasArrow?:
|
923
|
-
hintOffset?:
|
924
|
-
hintWidth?:
|
925
|
-
hintContentLeft?:
|
926
|
-
} & {
|
927
|
-
chips?:
|
928
|
-
onChangeChips?:
|
929
|
-
enumerationType?: "plain";
|
930
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
931
|
-
chipType?:
|
932
|
-
chipView?:
|
933
|
-
chipValidator?:
|
914
|
+
clear?: false | undefined;
|
915
|
+
hasDivider?: undefined;
|
916
|
+
} & {
|
917
|
+
hintTrigger?: undefined;
|
918
|
+
hintText?: undefined;
|
919
|
+
hintView?: undefined;
|
920
|
+
hintSize?: undefined;
|
921
|
+
hintTargetIcon?: undefined;
|
922
|
+
hintTargetPlacement?: undefined;
|
923
|
+
hintPlacement?: undefined;
|
924
|
+
hintHasArrow?: undefined;
|
925
|
+
hintOffset?: undefined;
|
926
|
+
hintWidth?: undefined;
|
927
|
+
hintContentLeft?: undefined;
|
928
|
+
} & {
|
929
|
+
chips?: undefined;
|
930
|
+
onChangeChips?: undefined;
|
931
|
+
enumerationType?: "plain" | undefined;
|
932
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
933
|
+
chipType?: undefined;
|
934
|
+
chipView?: undefined;
|
935
|
+
chipValidator?: undefined;
|
934
936
|
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
935
937
|
titleCaption?: ReactNode;
|
936
938
|
leftHelper?: ReactNode;
|
937
|
-
contentLeft?:
|
938
|
-
contentRight?:
|
939
|
-
textBefore?: string;
|
940
|
-
textAfter?: string;
|
941
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
939
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
940
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
941
|
+
textBefore?: string | undefined;
|
942
|
+
textAfter?: string | undefined;
|
943
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
942
944
|
} & LabelProps & RequiredProps & {
|
943
|
-
clear?: false;
|
944
|
-
hasDivider?:
|
945
|
-
} & {
|
946
|
-
hintTrigger?:
|
947
|
-
hintText?:
|
948
|
-
hintView?:
|
949
|
-
hintSize?:
|
950
|
-
hintTargetIcon?:
|
951
|
-
hintTargetPlacement?:
|
952
|
-
hintPlacement?:
|
953
|
-
hintHasArrow?:
|
954
|
-
hintOffset?:
|
955
|
-
hintWidth?:
|
956
|
-
hintContentLeft?:
|
945
|
+
clear?: false | undefined;
|
946
|
+
hasDivider?: undefined;
|
947
|
+
} & {
|
948
|
+
hintTrigger?: undefined;
|
949
|
+
hintText?: undefined;
|
950
|
+
hintView?: undefined;
|
951
|
+
hintSize?: undefined;
|
952
|
+
hintTargetIcon?: undefined;
|
953
|
+
hintTargetPlacement?: undefined;
|
954
|
+
hintPlacement?: undefined;
|
955
|
+
hintHasArrow?: undefined;
|
956
|
+
hintOffset?: undefined;
|
957
|
+
hintWidth?: undefined;
|
958
|
+
hintContentLeft?: undefined;
|
957
959
|
} & {
|
958
960
|
enumerationType: "chip";
|
959
|
-
onSearch?:
|
960
|
-
chips?:
|
961
|
-
onChangeChips?: (value:
|
962
|
-
chipType?: "default" | "text";
|
963
|
-
chipView?: string;
|
964
|
-
chipValidator?: (value: string) => {
|
965
|
-
view?: string;
|
966
|
-
};
|
961
|
+
onSearch?: undefined;
|
962
|
+
chips?: TextFieldPrimitiveValue[] | undefined;
|
963
|
+
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
964
|
+
chipType?: "default" | "text" | undefined;
|
965
|
+
chipView?: string | undefined;
|
966
|
+
chipValidator?: ((value: string) => {
|
967
|
+
view?: string | undefined;
|
968
|
+
}) | undefined;
|
967
969
|
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>))>;
|
968
970
|
|
969
971
|
// @public (undocumented)
|
@@ -1000,17 +1002,17 @@ dark: PolymorphicClassName;
|
|
1000
1002
|
light: PolymorphicClassName;
|
1001
1003
|
};
|
1002
1004
|
}> & ((HTMLAttributes<HTMLDivElement> & {
|
1003
|
-
size?: string;
|
1004
|
-
name?: string;
|
1005
|
-
url?: string;
|
1006
|
-
customText?: string;
|
1007
|
-
status?: "active" | "inactive";
|
1008
|
-
isScalable?: boolean;
|
1009
|
-
focused?: boolean;
|
1010
|
-
statusLabels?: StatusLabels;
|
1011
|
-
hasExtra?: boolean;
|
1012
|
-
type?: "badge" | "counter";
|
1013
|
-
extraPlacement?: "top-
|
1005
|
+
size?: string | undefined;
|
1006
|
+
name?: string | undefined;
|
1007
|
+
url?: string | undefined;
|
1008
|
+
customText?: string | undefined;
|
1009
|
+
status?: "active" | "inactive" | undefined;
|
1010
|
+
isScalable?: boolean | undefined;
|
1011
|
+
focused?: boolean | undefined;
|
1012
|
+
statusLabels?: StatusLabels | undefined;
|
1013
|
+
hasExtra?: boolean | undefined;
|
1014
|
+
type?: "badge" | "counter" | undefined;
|
1015
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
1014
1016
|
} & {
|
1015
1017
|
badgeView?: string | undefined;
|
1016
1018
|
pilled?: boolean | undefined;
|
@@ -1024,17 +1026,17 @@ counterView?: undefined;
|
|
1024
1026
|
count?: undefined;
|
1025
1027
|
maxCount?: undefined;
|
1026
1028
|
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
1027
|
-
size?: string;
|
1028
|
-
name?: string;
|
1029
|
-
url?: string;
|
1030
|
-
customText?: string;
|
1031
|
-
status?: "active" | "inactive";
|
1032
|
-
isScalable?: boolean;
|
1033
|
-
focused?: boolean;
|
1034
|
-
statusLabels?: StatusLabels;
|
1035
|
-
hasExtra?: boolean;
|
1036
|
-
type?: "badge" | "counter";
|
1037
|
-
extraPlacement?: "top-
|
1029
|
+
size?: string | undefined;
|
1030
|
+
name?: string | undefined;
|
1031
|
+
url?: string | undefined;
|
1032
|
+
customText?: string | undefined;
|
1033
|
+
status?: "active" | "inactive" | undefined;
|
1034
|
+
isScalable?: boolean | undefined;
|
1035
|
+
focused?: boolean | undefined;
|
1036
|
+
statusLabels?: StatusLabels | undefined;
|
1037
|
+
hasExtra?: boolean | undefined;
|
1038
|
+
type?: "badge" | "counter" | undefined;
|
1039
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
1038
1040
|
} & {
|
1039
1041
|
counterView?: string | undefined;
|
1040
1042
|
count?: number | undefined;
|
@@ -1044,14 +1046,14 @@ badgeView?: undefined;
|
|
1044
1046
|
pilled?: undefined;
|
1045
1047
|
text?: undefined;
|
1046
1048
|
contentLeft?: undefined;
|
1047
|
-
contentRight?:
|
1049
|
+
contentRight?: undefined;
|
1048
1050
|
customColor?: undefined;
|
1049
1051
|
customBackgroundColor?: undefined;
|
1050
1052
|
} & RefAttributes<HTMLDivElement>))>;
|
1051
1053
|
|
1052
1054
|
// @public (undocumented)
|
1053
1055
|
export const AvatarGroup: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
|
1054
|
-
children:
|
1056
|
+
children: ReactNode;
|
1055
1057
|
} & RefAttributes<HTMLDivElement>>;
|
1056
1058
|
|
1057
1059
|
export { AvatarGroupProps }
|
@@ -1086,61 +1088,61 @@ clear: {
|
|
1086
1088
|
true: PolymorphicClassName;
|
1087
1089
|
};
|
1088
1090
|
}> & ((HTMLAttributes<HTMLDivElement> & {
|
1089
|
-
text?: string;
|
1090
|
-
customColor?: string;
|
1091
|
-
customBackgroundColor?: string;
|
1092
|
-
maxWidth?:
|
1093
|
-
size?: string;
|
1094
|
-
view?: string;
|
1091
|
+
text?: string | undefined;
|
1092
|
+
customColor?: string | undefined;
|
1093
|
+
customBackgroundColor?: string | undefined;
|
1094
|
+
maxWidth?: Property.Width<string | number> | undefined;
|
1095
|
+
size?: string | undefined;
|
1096
|
+
view?: string | undefined;
|
1095
1097
|
} & {
|
1096
1098
|
contentLeft?: ReactNode;
|
1097
|
-
contentRight?:
|
1099
|
+
contentRight?: undefined;
|
1098
1100
|
} & {
|
1099
|
-
clear?: true;
|
1100
|
-
pilled?:
|
1101
|
-
transparent?:
|
1101
|
+
clear?: true | undefined;
|
1102
|
+
pilled?: undefined;
|
1103
|
+
transparent?: undefined;
|
1102
1104
|
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
1103
|
-
text?: string;
|
1104
|
-
customColor?: string;
|
1105
|
-
customBackgroundColor?: string;
|
1106
|
-
maxWidth?:
|
1107
|
-
size?: string;
|
1108
|
-
view?: string;
|
1105
|
+
text?: string | undefined;
|
1106
|
+
customColor?: string | undefined;
|
1107
|
+
customBackgroundColor?: string | undefined;
|
1108
|
+
maxWidth?: Property.Width<string | number> | undefined;
|
1109
|
+
size?: string | undefined;
|
1110
|
+
view?: string | undefined;
|
1109
1111
|
} & {
|
1110
1112
|
contentLeft?: ReactNode;
|
1111
|
-
contentRight?:
|
1113
|
+
contentRight?: undefined;
|
1112
1114
|
} & {
|
1113
|
-
pilled?: boolean;
|
1114
|
-
transparent?: boolean;
|
1115
|
-
clear?:
|
1115
|
+
pilled?: boolean | undefined;
|
1116
|
+
transparent?: boolean | undefined;
|
1117
|
+
clear?: undefined;
|
1116
1118
|
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
1117
|
-
text?: string;
|
1118
|
-
customColor?: string;
|
1119
|
-
customBackgroundColor?: string;
|
1120
|
-
maxWidth?:
|
1121
|
-
size?: string;
|
1122
|
-
view?: string;
|
1123
|
-
} & {
|
1124
|
-
contentLeft?:
|
1119
|
+
text?: string | undefined;
|
1120
|
+
customColor?: string | undefined;
|
1121
|
+
customBackgroundColor?: string | undefined;
|
1122
|
+
maxWidth?: Property.Width<string | number> | undefined;
|
1123
|
+
size?: string | undefined;
|
1124
|
+
view?: string | undefined;
|
1125
|
+
} & {
|
1126
|
+
contentLeft?: undefined;
|
1125
1127
|
contentRight?: ReactNode;
|
1126
1128
|
} & {
|
1127
|
-
clear?: true;
|
1128
|
-
pilled?:
|
1129
|
-
transparent?:
|
1129
|
+
clear?: true | undefined;
|
1130
|
+
pilled?: undefined;
|
1131
|
+
transparent?: undefined;
|
1130
1132
|
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
1131
|
-
text?: string;
|
1132
|
-
customColor?: string;
|
1133
|
-
customBackgroundColor?: string;
|
1134
|
-
maxWidth?:
|
1135
|
-
size?: string;
|
1136
|
-
view?: string;
|
1137
|
-
} & {
|
1138
|
-
contentLeft?:
|
1133
|
+
text?: string | undefined;
|
1134
|
+
customColor?: string | undefined;
|
1135
|
+
customBackgroundColor?: string | undefined;
|
1136
|
+
maxWidth?: Property.Width<string | number> | undefined;
|
1137
|
+
size?: string | undefined;
|
1138
|
+
view?: string | undefined;
|
1139
|
+
} & {
|
1140
|
+
contentLeft?: undefined;
|
1139
1141
|
contentRight?: ReactNode;
|
1140
1142
|
} & {
|
1141
|
-
pilled?: boolean;
|
1142
|
-
transparent?: boolean;
|
1143
|
-
clear?:
|
1143
|
+
pilled?: boolean | undefined;
|
1144
|
+
transparent?: boolean | undefined;
|
1145
|
+
clear?: undefined;
|
1144
1146
|
} & RefAttributes<HTMLDivElement>))>;
|
1145
1147
|
|
1146
1148
|
export { BadgeProps }
|
@@ -1155,9 +1157,9 @@ size: {
|
|
1155
1157
|
body1: PolymorphicClassName;
|
1156
1158
|
};
|
1157
1159
|
}> & {
|
1158
|
-
noWrap?: boolean;
|
1159
|
-
breakWord?: boolean;
|
1160
|
-
color?: string;
|
1160
|
+
noWrap?: boolean | undefined;
|
1161
|
+
breakWord?: boolean | undefined;
|
1162
|
+
color?: string | undefined;
|
1161
1163
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1162
1164
|
|
1163
1165
|
// @public (undocumented)
|
@@ -1166,9 +1168,9 @@ size: {
|
|
1166
1168
|
body2: PolymorphicClassName;
|
1167
1169
|
};
|
1168
1170
|
}> & {
|
1169
|
-
noWrap?: boolean;
|
1170
|
-
breakWord?: boolean;
|
1171
|
-
color?: string;
|
1171
|
+
noWrap?: boolean | undefined;
|
1172
|
+
breakWord?: boolean | undefined;
|
1173
|
+
color?: string | undefined;
|
1172
1174
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1173
1175
|
|
1174
1176
|
// @public (undocumented)
|
@@ -1177,9 +1179,9 @@ size: {
|
|
1177
1179
|
l: PolymorphicClassName;
|
1178
1180
|
};
|
1179
1181
|
}> & {
|
1180
|
-
noWrap?: boolean;
|
1181
|
-
breakWord?: boolean;
|
1182
|
-
color?: string;
|
1182
|
+
noWrap?: boolean | undefined;
|
1183
|
+
breakWord?: boolean | undefined;
|
1184
|
+
color?: string | undefined;
|
1183
1185
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1184
1186
|
|
1185
1187
|
// @public (undocumented)
|
@@ -1188,9 +1190,9 @@ size: {
|
|
1188
1190
|
m: PolymorphicClassName;
|
1189
1191
|
};
|
1190
1192
|
}> & {
|
1191
|
-
noWrap?: boolean;
|
1192
|
-
breakWord?: boolean;
|
1193
|
-
color?: string;
|
1193
|
+
noWrap?: boolean | undefined;
|
1194
|
+
breakWord?: boolean | undefined;
|
1195
|
+
color?: string | undefined;
|
1194
1196
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1195
1197
|
|
1196
1198
|
// @public (undocumented)
|
@@ -1199,9 +1201,9 @@ size: {
|
|
1199
1201
|
s: PolymorphicClassName;
|
1200
1202
|
};
|
1201
1203
|
}> & {
|
1202
|
-
noWrap?: boolean;
|
1203
|
-
breakWord?: boolean;
|
1204
|
-
color?: string;
|
1204
|
+
noWrap?: boolean | undefined;
|
1205
|
+
breakWord?: boolean | undefined;
|
1206
|
+
color?: string | undefined;
|
1205
1207
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1206
1208
|
|
1207
1209
|
// @public (undocumented)
|
@@ -1210,9 +1212,9 @@ size: {
|
|
1210
1212
|
xs: PolymorphicClassName;
|
1211
1213
|
};
|
1212
1214
|
}> & {
|
1213
|
-
noWrap?: boolean;
|
1214
|
-
breakWord?: boolean;
|
1215
|
-
color?: string;
|
1215
|
+
noWrap?: boolean | undefined;
|
1216
|
+
breakWord?: boolean | undefined;
|
1217
|
+
color?: string | undefined;
|
1216
1218
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1217
1219
|
|
1218
1220
|
// @public (undocumented)
|
@@ -1221,9 +1223,9 @@ size: {
|
|
1221
1223
|
xxs: PolymorphicClassName;
|
1222
1224
|
};
|
1223
1225
|
}> & {
|
1224
|
-
noWrap?: boolean;
|
1225
|
-
breakWord?: boolean;
|
1226
|
-
color?: string;
|
1226
|
+
noWrap?: boolean | undefined;
|
1227
|
+
breakWord?: boolean | undefined;
|
1228
|
+
color?: string | undefined;
|
1227
1229
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1228
1230
|
|
1229
1231
|
// @public
|
@@ -1238,11 +1240,11 @@ s: PolymorphicClassName;
|
|
1238
1240
|
xs: PolymorphicClassName;
|
1239
1241
|
};
|
1240
1242
|
}> & HTMLAttributes<HTMLDivElement> & {
|
1241
|
-
view?: string;
|
1242
|
-
size?: string;
|
1243
|
+
view?: string | undefined;
|
1244
|
+
size?: string | undefined;
|
1243
1245
|
separator?: ReactNode;
|
1244
1246
|
items: BreadcrumbsItem[];
|
1245
|
-
showItems?: number;
|
1247
|
+
showItems?: number | undefined;
|
1246
1248
|
} & RefAttributes<HTMLDivElement>>;
|
1247
1249
|
|
1248
1250
|
export { BreadcrumbsProps }
|
@@ -1290,47 +1292,47 @@ auto: PolymorphicClassName;
|
|
1290
1292
|
filled: PolymorphicClassName;
|
1291
1293
|
fixed: PolymorphicClassName;
|
1292
1294
|
};
|
1293
|
-
}> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
1294
|
-
text?: string;
|
1295
|
+
}> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
1296
|
+
text?: string | undefined;
|
1295
1297
|
contentLeft?: ReactNode;
|
1296
|
-
contentPlacing?: "default" | "relaxed";
|
1297
|
-
isLoading?: boolean;
|
1298
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
1299
|
+
isLoading?: boolean | undefined;
|
1298
1300
|
loader?: ReactNode;
|
1299
|
-
stretch?: boolean;
|
1300
|
-
stretching?: "auto" | "fixed" | "filled";
|
1301
|
-
square?: boolean;
|
1302
|
-
focused?: boolean;
|
1303
|
-
disabled?: boolean;
|
1304
|
-
pin?:
|
1305
|
-
view?: string;
|
1306
|
-
size?: string;
|
1307
|
-
outlined?: boolean;
|
1308
|
-
shiftLeft?: boolean;
|
1309
|
-
shiftRight?: boolean;
|
1310
|
-
blur?:
|
1311
|
-
} & {
|
1312
|
-
value?: string | number;
|
1313
|
-
contentRight?:
|
1314
|
-
} & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
1315
|
-
text?: string;
|
1301
|
+
stretch?: boolean | undefined;
|
1302
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
1303
|
+
square?: boolean | undefined;
|
1304
|
+
focused?: boolean | undefined;
|
1305
|
+
disabled?: boolean | undefined;
|
1306
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
1307
|
+
view?: string | undefined;
|
1308
|
+
size?: string | undefined;
|
1309
|
+
outlined?: boolean | undefined;
|
1310
|
+
shiftLeft?: boolean | undefined;
|
1311
|
+
shiftRight?: boolean | undefined;
|
1312
|
+
blur?: "small" | "medium" | "large" | undefined;
|
1313
|
+
} & {
|
1314
|
+
value?: string | number | undefined;
|
1315
|
+
contentRight?: undefined;
|
1316
|
+
} & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
1317
|
+
text?: string | undefined;
|
1316
1318
|
contentLeft?: ReactNode;
|
1317
|
-
contentPlacing?: "default" | "relaxed";
|
1318
|
-
isLoading?: boolean;
|
1319
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
1320
|
+
isLoading?: boolean | undefined;
|
1319
1321
|
loader?: ReactNode;
|
1320
|
-
stretch?: boolean;
|
1321
|
-
stretching?: "auto" | "fixed" | "filled";
|
1322
|
-
square?: boolean;
|
1323
|
-
focused?: boolean;
|
1324
|
-
disabled?: boolean;
|
1325
|
-
pin?:
|
1326
|
-
view?: string;
|
1327
|
-
size?: string;
|
1328
|
-
outlined?: boolean;
|
1329
|
-
shiftLeft?: boolean;
|
1330
|
-
shiftRight?: boolean;
|
1331
|
-
blur?:
|
1332
|
-
} & {
|
1333
|
-
value?:
|
1322
|
+
stretch?: boolean | undefined;
|
1323
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
1324
|
+
square?: boolean | undefined;
|
1325
|
+
focused?: boolean | undefined;
|
1326
|
+
disabled?: boolean | undefined;
|
1327
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
1328
|
+
view?: string | undefined;
|
1329
|
+
size?: string | undefined;
|
1330
|
+
outlined?: boolean | undefined;
|
1331
|
+
shiftLeft?: boolean | undefined;
|
1332
|
+
shiftRight?: boolean | undefined;
|
1333
|
+
blur?: "small" | "medium" | "large" | undefined;
|
1334
|
+
} & {
|
1335
|
+
value?: undefined;
|
1334
1336
|
contentRight?: ReactNode;
|
1335
1337
|
} & RefAttributes<HTMLButtonElement>))>;
|
1336
1338
|
|
@@ -1493,34 +1495,34 @@ s: PolymorphicClassName;
|
|
1493
1495
|
xs: PolymorphicClassName;
|
1494
1496
|
};
|
1495
1497
|
}> & (({
|
1496
|
-
size?: string;
|
1497
|
-
view?: string;
|
1498
|
+
size?: string | undefined;
|
1499
|
+
view?: string | undefined;
|
1498
1500
|
contentLeft?: ReactNode;
|
1499
1501
|
contentRight?: ReactNode;
|
1500
|
-
alignContentLeft?: AlignProp;
|
1501
|
-
alignContentRight?: AlignProp;
|
1502
|
-
stretching?: "fixed" | "filled" |
|
1502
|
+
alignContentLeft?: AlignProp | undefined;
|
1503
|
+
alignContentRight?: AlignProp | undefined;
|
1504
|
+
stretching?: "auto" | "fixed" | "filled" | undefined;
|
1503
1505
|
content?: ReactNode;
|
1504
|
-
description?: string;
|
1506
|
+
description?: string | undefined;
|
1505
1507
|
} & {
|
1506
|
-
title?: string;
|
1507
|
-
subtitle?: string;
|
1508
|
-
label?: string;
|
1509
|
-
children?:
|
1508
|
+
title?: string | undefined;
|
1509
|
+
subtitle?: string | undefined;
|
1510
|
+
label?: string | undefined;
|
1511
|
+
children?: undefined;
|
1510
1512
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>) | ({
|
1511
|
-
size?: string;
|
1512
|
-
view?: string;
|
1513
|
+
size?: string | undefined;
|
1514
|
+
view?: string | undefined;
|
1513
1515
|
contentLeft?: ReactNode;
|
1514
1516
|
contentRight?: ReactNode;
|
1515
|
-
alignContentLeft?: AlignProp;
|
1516
|
-
alignContentRight?: AlignProp;
|
1517
|
-
stretching?: "fixed" | "filled" |
|
1517
|
+
alignContentLeft?: AlignProp | undefined;
|
1518
|
+
alignContentRight?: AlignProp | undefined;
|
1519
|
+
stretching?: "auto" | "fixed" | "filled" | undefined;
|
1518
1520
|
content?: ReactNode;
|
1519
|
-
description?: string;
|
1521
|
+
description?: string | undefined;
|
1520
1522
|
} & {
|
1521
|
-
title?:
|
1522
|
-
subtitle?:
|
1523
|
-
label?:
|
1523
|
+
title?: undefined;
|
1524
|
+
subtitle?: undefined;
|
1525
|
+
label?: undefined;
|
1524
1526
|
children?: ReactNode;
|
1525
1527
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>))>;
|
1526
1528
|
|
@@ -1632,57 +1634,57 @@ export { ColSizeProps }
|
|
1632
1634
|
// Warning: (ae-forgotten-export) The symbol "CommonProps" needs to be exported by the entry point index.d.ts
|
1633
1635
|
//
|
1634
1636
|
// @public (undocumented)
|
1635
|
-
export const Combobox: <T extends ItemOption>(props: CommonProps<T> & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement | null;
|
1637
|
+
export const Combobox: <T extends ItemOption>(props: CommonProps<T> & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
|
1636
1638
|
|
1637
1639
|
// @public (undocumented)
|
1638
1640
|
export const ComboboxDivider: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
|
1639
|
-
id?: string;
|
1640
|
-
size?: string;
|
1641
|
-
view?: string;
|
1641
|
+
id?: string | undefined;
|
1642
|
+
size?: string | undefined;
|
1643
|
+
view?: string | undefined;
|
1642
1644
|
} & RefAttributes<HTMLDivElement>>;
|
1643
1645
|
|
1644
1646
|
// @public (undocumented)
|
1645
1647
|
export const ComboboxFooter: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
|
1646
|
-
id?: string;
|
1647
|
-
size?: string;
|
1648
|
-
view?: string;
|
1648
|
+
id?: string | undefined;
|
1649
|
+
size?: string | undefined;
|
1650
|
+
view?: string | undefined;
|
1649
1651
|
} & RefAttributes<HTMLDivElement>>;
|
1650
1652
|
|
1651
1653
|
// @public (undocumented)
|
1652
1654
|
export const ComboboxGroup: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
|
1653
|
-
id?: string;
|
1654
|
-
labelClassName?: string;
|
1655
|
-
groupClassName?: string;
|
1656
|
-
label?:
|
1657
|
-
role?: string;
|
1658
|
-
size?: string;
|
1659
|
-
view?: string;
|
1655
|
+
id?: string | undefined;
|
1656
|
+
labelClassName?: string | undefined;
|
1657
|
+
groupClassName?: string | undefined;
|
1658
|
+
label?: ReactNode;
|
1659
|
+
role?: string | undefined;
|
1660
|
+
size?: string | undefined;
|
1661
|
+
view?: string | undefined;
|
1660
1662
|
} & RefAttributes<HTMLDivElement>>;
|
1661
1663
|
|
1662
1664
|
// @public (undocumented)
|
1663
1665
|
export const ComboboxHeader: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
|
1664
|
-
id?: string;
|
1665
|
-
size?: string;
|
1666
|
-
view?: string;
|
1666
|
+
id?: string | undefined;
|
1667
|
+
size?: string | undefined;
|
1668
|
+
view?: string | undefined;
|
1667
1669
|
} & RefAttributes<HTMLDivElement>>;
|
1668
1670
|
|
1669
1671
|
// @public (undocumented)
|
1670
1672
|
export const ComboboxItem: FunctionComponent<PropsType<Variants> & Omit<HTMLAttributes<HTMLDivElement>, "onSelect"> & {
|
1671
|
-
id?: string;
|
1672
|
-
disabled?: boolean;
|
1673
|
-
label?:
|
1674
|
-
role?: string;
|
1675
|
-
contentLeft?:
|
1676
|
-
contentRight?:
|
1677
|
-
name?: string;
|
1678
|
-
checked?: boolean;
|
1679
|
-
text?: string;
|
1680
|
-
value?: string | number | boolean;
|
1681
|
-
isSelected?: boolean;
|
1682
|
-
onClick?: (event:
|
1683
|
-
onSelect?: (value?: any, text?: any) => void;
|
1684
|
-
size?: string;
|
1685
|
-
view?: string;
|
1673
|
+
id?: string | undefined;
|
1674
|
+
disabled?: boolean | undefined;
|
1675
|
+
label?: ReactNode;
|
1676
|
+
role?: string | undefined;
|
1677
|
+
contentLeft?: string | number | boolean | ReactFragment | ReactPortal | ReactElement<any, string | JSXElementConstructor<any>> | FunctionComponent<any> | ComponentClass<any, any> | null | undefined;
|
1678
|
+
contentRight?: string | number | boolean | ReactFragment | ReactPortal | ReactElement<any, string | JSXElementConstructor<any>> | FunctionComponent<any> | ComponentClass<any, any> | null | undefined;
|
1679
|
+
name?: string | undefined;
|
1680
|
+
checked?: boolean | undefined;
|
1681
|
+
text?: string | undefined;
|
1682
|
+
value?: string | number | boolean | undefined;
|
1683
|
+
isSelected?: boolean | undefined;
|
1684
|
+
onClick?: ((event: MouseEvent_2<HTMLDivElement, MouseEvent>) => void) | undefined;
|
1685
|
+
onSelect?: ((value?: any, text?: any) => void) | undefined;
|
1686
|
+
size?: string | undefined;
|
1687
|
+
view?: string | undefined;
|
1686
1688
|
} & RefAttributes<HTMLDivElement>>;
|
1687
1689
|
|
1688
1690
|
export { ComboboxProps }
|
@@ -1742,28 +1744,28 @@ readOnly: {
|
|
1742
1744
|
true: PolymorphicClassName;
|
1743
1745
|
};
|
1744
1746
|
}> & DatePickerVariationProps & {
|
1745
|
-
requiredPlacement?: "
|
1746
|
-
required?: boolean;
|
1747
|
-
hasRequiredIndicator?: boolean;
|
1748
|
-
value?: Date |
|
1749
|
-
defaultDate?: Date;
|
1750
|
-
placeholder?: string;
|
1751
|
-
name?: string;
|
1752
|
-
valueError?: boolean;
|
1753
|
-
valueSuccess?: boolean;
|
1754
|
-
leftHelper?: string;
|
1755
|
-
contentLeft?:
|
1756
|
-
contentRight?:
|
1757
|
-
textBefore?: string;
|
1758
|
-
textAfter?: string;
|
1759
|
-
onCommitDate?: (value:
|
1760
|
-
onChangeValue?: (event: SyntheticEvent<HTMLInputElement> | null, value?: string) => void;
|
1761
|
-
onChange?: (event: {
|
1747
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1748
|
+
required?: boolean | undefined;
|
1749
|
+
hasRequiredIndicator?: boolean | undefined;
|
1750
|
+
value?: string | Date | undefined;
|
1751
|
+
defaultDate?: Date | undefined;
|
1752
|
+
placeholder?: string | undefined;
|
1753
|
+
name?: string | undefined;
|
1754
|
+
valueError?: boolean | undefined;
|
1755
|
+
valueSuccess?: boolean | undefined;
|
1756
|
+
leftHelper?: string | undefined;
|
1757
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1758
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1759
|
+
textBefore?: string | undefined;
|
1760
|
+
textAfter?: string | undefined;
|
1761
|
+
onCommitDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: DateInfo | undefined) => void) | undefined;
|
1762
|
+
onChangeValue?: ((event: SyntheticEvent<HTMLInputElement, Event> | null, value?: string | undefined) => void) | undefined;
|
1763
|
+
onChange?: ((event: {
|
1762
1764
|
target: {
|
1763
|
-
value?: string;
|
1764
|
-
name?: string;
|
1765
|
+
value?: string | undefined;
|
1766
|
+
name?: string | undefined;
|
1765
1767
|
};
|
1766
|
-
}) => void;
|
1768
|
+
}) => void) | undefined;
|
1767
1769
|
} & LabelProps & DatePickerCalendarProps & DatePickerPopoverProps & Omit<HTMLAttributes<HTMLDivElement>, "defaultValue"> & RefAttributes<HTMLInputElement>>;
|
1768
1770
|
|
1769
1771
|
export { datePickerClasses }
|
@@ -1792,23 +1794,23 @@ readOnly: {
|
|
1792
1794
|
true: PolymorphicClassName;
|
1793
1795
|
};
|
1794
1796
|
}> & DatePickerVariationProps & {
|
1795
|
-
requiredPlacement?: "
|
1796
|
-
required?: boolean;
|
1797
|
-
hasRequiredIndicator?: boolean;
|
1798
|
-
value?: [Date | null | undefined, Date | null | undefined];
|
1799
|
-
defaultFirstDate?: Date;
|
1800
|
-
defaultSecondDate?: Date;
|
1801
|
-
name?: string;
|
1802
|
-
onChangeFirstValue?: ChangeInstanceCallback;
|
1803
|
-
onChangeSecondValue?: ChangeInstanceCallback;
|
1804
|
-
onCommitFirstDate?: CommitInstanceCallback;
|
1805
|
-
onCommitSecondDate?: CommitInstanceCallback;
|
1806
|
-
onChange?: (event: {
|
1797
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1798
|
+
required?: boolean | undefined;
|
1799
|
+
hasRequiredIndicator?: boolean | undefined;
|
1800
|
+
value?: [Date | null | undefined, Date | null | undefined] | undefined;
|
1801
|
+
defaultFirstDate?: Date | undefined;
|
1802
|
+
defaultSecondDate?: Date | undefined;
|
1803
|
+
name?: string | undefined;
|
1804
|
+
onChangeFirstValue?: ChangeInstanceCallback | undefined;
|
1805
|
+
onChangeSecondValue?: ChangeInstanceCallback | undefined;
|
1806
|
+
onCommitFirstDate?: CommitInstanceCallback | undefined;
|
1807
|
+
onCommitSecondDate?: CommitInstanceCallback | undefined;
|
1808
|
+
onChange?: ((event: {
|
1807
1809
|
target: {
|
1808
|
-
value?: string;
|
1809
|
-
name?: string;
|
1810
|
+
value?: string | undefined;
|
1811
|
+
name?: string | undefined;
|
1810
1812
|
};
|
1811
|
-
}) => void;
|
1813
|
+
}) => void) | undefined;
|
1812
1814
|
} & {
|
1813
1815
|
label?: string | undefined;
|
1814
1816
|
view?: string | undefined;
|
@@ -1817,10 +1819,10 @@ autoComplete?: string | undefined;
|
|
1817
1819
|
readOnly?: boolean | undefined;
|
1818
1820
|
required?: boolean | undefined;
|
1819
1821
|
size?: string | undefined;
|
1820
|
-
contentLeft?:
|
1821
|
-
contentRight?:
|
1822
|
+
contentLeft?: ReactNode;
|
1823
|
+
contentRight?: ReactNode;
|
1822
1824
|
leftHelper?: string | undefined;
|
1823
|
-
requiredPlacement?:
|
1825
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1824
1826
|
hasRequiredIndicator?: boolean | undefined;
|
1825
1827
|
firstValueError?: boolean | undefined;
|
1826
1828
|
secondValueError?: boolean | undefined;
|
@@ -1828,24 +1830,24 @@ firstValueSuccess?: boolean | undefined;
|
|
1828
1830
|
secondValueSuccess?: boolean | undefined;
|
1829
1831
|
firstPlaceholder?: string | undefined;
|
1830
1832
|
secondPlaceholder?: string | undefined;
|
1831
|
-
firstTextfieldContentLeft?:
|
1832
|
-
firstTextfieldContentRight?:
|
1833
|
-
secondTextfieldContentLeft?:
|
1834
|
-
secondTextfieldContentRight?:
|
1833
|
+
firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1834
|
+
firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1835
|
+
secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1836
|
+
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1835
1837
|
firstTextfieldTextAfter?: string | undefined;
|
1836
1838
|
secondTextfieldTextAfter?: string | undefined;
|
1837
|
-
onFocusFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement>) => void) | undefined;
|
1838
|
-
onFocusSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement>) => void) | undefined;
|
1839
|
-
onBlurFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement>) => void) | undefined;
|
1840
|
-
onBlurSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement>) => void) | undefined;
|
1839
|
+
onFocusFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
1840
|
+
onFocusSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
1841
|
+
onBlurFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
1842
|
+
onBlurSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
1841
1843
|
firstTextfieldTextBefore?: string | undefined;
|
1842
1844
|
secondTextfieldTextBefore?: string | undefined;
|
1843
1845
|
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
1844
|
-
dividerIcon?:
|
1846
|
+
dividerIcon?: ReactNode;
|
1845
1847
|
} & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
|
1846
|
-
placement?: DatePickerRangePlacement |
|
1847
|
-
isDoubleCalendar?: boolean;
|
1848
|
-
closeAfterDateSelect?: boolean;
|
1848
|
+
placement?: DatePickerRangePlacement | DatePickerRangePlacementBasic[] | undefined;
|
1849
|
+
isDoubleCalendar?: boolean | undefined;
|
1850
|
+
closeAfterDateSelect?: boolean | undefined;
|
1849
1851
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>>;
|
1850
1852
|
|
1851
1853
|
export { DatePickerRangePlacement }
|
@@ -1892,41 +1894,41 @@ none: PolymorphicClassName;
|
|
1892
1894
|
default: PolymorphicClassName;
|
1893
1895
|
};
|
1894
1896
|
}> & PopupBaseProps & PanelProps & {
|
1895
|
-
placement?:
|
1896
|
-
asModal?: boolean;
|
1897
|
-
customBackgroundColor?: string;
|
1898
|
-
customContentBackgroundColor?: string;
|
1899
|
-
withBlur?: boolean;
|
1900
|
-
closeOnEsc?: boolean;
|
1901
|
-
closeOnOverlayClick?: boolean;
|
1902
|
-
onEscKeyDown?: (event: KeyboardEvent) => void;
|
1903
|
-
onOverlayClick?: (event:
|
1904
|
-
initialFocusRef?:
|
1905
|
-
focusAfterRef?:
|
1906
|
-
onClose?: () => void;
|
1897
|
+
placement?: "top" | "bottom" | "right" | "left" | undefined;
|
1898
|
+
asModal?: boolean | undefined;
|
1899
|
+
customBackgroundColor?: string | undefined;
|
1900
|
+
customContentBackgroundColor?: string | undefined;
|
1901
|
+
withBlur?: boolean | undefined;
|
1902
|
+
closeOnEsc?: boolean | undefined;
|
1903
|
+
closeOnOverlayClick?: boolean | undefined;
|
1904
|
+
onEscKeyDown?: ((event: KeyboardEvent) => void) | undefined;
|
1905
|
+
onOverlayClick?: ((event: MouseEvent_2<HTMLDivElement, MouseEvent>) => void) | undefined;
|
1906
|
+
initialFocusRef?: RefObject<HTMLElement> | undefined;
|
1907
|
+
focusAfterRef?: RefObject<HTMLElement> | undefined;
|
1908
|
+
onClose?: (() => void) | undefined;
|
1907
1909
|
} & RefAttributes<HTMLDivElement>>;
|
1908
1910
|
|
1909
1911
|
// @public
|
1910
1912
|
export const DrawerContent: FunctionComponent<PropsType<Variants> & {
|
1911
|
-
view?: string;
|
1913
|
+
view?: string | undefined;
|
1912
1914
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1913
1915
|
|
1914
1916
|
export { DrawerContentProps }
|
1915
1917
|
|
1916
1918
|
// @public
|
1917
1919
|
export const DrawerFooter: FunctionComponent<PropsType<Variants> & {
|
1918
|
-
view?: string;
|
1920
|
+
view?: string | undefined;
|
1919
1921
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1920
1922
|
|
1921
1923
|
export { DrawerFooterProps }
|
1922
1924
|
|
1923
1925
|
// @public
|
1924
1926
|
export const DrawerHeader: FunctionComponent<PropsType<Variants> & {
|
1925
|
-
hasClose?: boolean;
|
1926
|
-
closePlacement?:
|
1927
|
+
hasClose?: boolean | undefined;
|
1928
|
+
closePlacement?: "right" | "left" | undefined;
|
1927
1929
|
actions?: ReactNode;
|
1928
|
-
onClose?: () => void;
|
1929
|
-
view?: string;
|
1930
|
+
onClose?: (() => void) | undefined;
|
1931
|
+
view?: string | undefined;
|
1930
1932
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
1931
1933
|
|
1932
1934
|
export { DrawerHeaderProps }
|
@@ -1946,35 +1948,35 @@ view: {
|
|
1946
1948
|
default: PolymorphicClassName;
|
1947
1949
|
};
|
1948
1950
|
}> & {
|
1949
|
-
items:
|
1950
|
-
alwaysOpened?: boolean;
|
1951
|
+
items: DropdownItemOption[];
|
1952
|
+
alwaysOpened?: boolean | undefined;
|
1951
1953
|
children?: React_2.ReactNode;
|
1952
|
-
itemRole?: string;
|
1953
|
-
onHover?: (index: number) => void;
|
1954
|
-
onItemSelect?: ((item:
|
1955
|
-
trigger?: DropdownTrigger;
|
1956
|
-
openByRightClick?: boolean;
|
1957
|
-
placement?: DropdownPlacement;
|
1958
|
-
offset?: [number, number];
|
1959
|
-
listOverflow?:
|
1960
|
-
listMaxHeight?:
|
1961
|
-
listWidth?:
|
1962
|
-
hasArrow?: boolean;
|
1963
|
-
closeOnSelect?: boolean;
|
1964
|
-
closeOnOverlayClick?: boolean;
|
1965
|
-
onToggle?: (isOpen: boolean, event: React_2.SyntheticEvent
|
1966
|
-
size?: string;
|
1967
|
-
view?: string;
|
1968
|
-
variant?: "normal" | "tight";
|
1969
|
-
portal?: string | React_2.RefObject<HTMLElement
|
1970
|
-
renderItem?: ((item:
|
1971
|
-
zIndex?:
|
1954
|
+
itemRole?: string | undefined;
|
1955
|
+
onHover?: ((index: number) => void) | undefined;
|
1956
|
+
onItemSelect?: ((item: DropdownItemOption, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
1957
|
+
trigger?: DropdownTrigger | undefined;
|
1958
|
+
openByRightClick?: boolean | undefined;
|
1959
|
+
placement?: DropdownPlacement | undefined;
|
1960
|
+
offset?: [number, number] | undefined;
|
1961
|
+
listOverflow?: Property.Overflow | undefined;
|
1962
|
+
listMaxHeight?: Property.Height<string | number> | undefined;
|
1963
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1964
|
+
hasArrow?: boolean | undefined;
|
1965
|
+
closeOnSelect?: boolean | undefined;
|
1966
|
+
closeOnOverlayClick?: boolean | undefined;
|
1967
|
+
onToggle?: ((isOpen: boolean, event: Event | React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
1968
|
+
size?: string | undefined;
|
1969
|
+
view?: string | undefined;
|
1970
|
+
variant?: "normal" | "tight" | undefined;
|
1971
|
+
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
1972
|
+
renderItem?: ((item: DropdownItemOption) => React_2.ReactNode) | undefined;
|
1973
|
+
zIndex?: Property.ZIndex | undefined;
|
1972
1974
|
beforeList?: React_2.ReactNode;
|
1973
1975
|
afterList?: React_2.ReactNode;
|
1974
|
-
onItemClick?: ((item:
|
1975
|
-
listHeight?:
|
1976
|
-
hoverIndex?: number;
|
1977
|
-
} & React_2.HTMLAttributes<HTMLDivElement> & React_2.RefAttributes<HTMLDivElement>, "view" | "size"> & React_2.RefAttributes<HTMLButtonElement>) => React_2.ReactElement | null;
|
1976
|
+
onItemClick?: ((item: DropdownItemOption, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
1977
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1978
|
+
hoverIndex?: number | undefined;
|
1979
|
+
} & React_2.HTMLAttributes<HTMLDivElement> & React_2.RefAttributes<HTMLDivElement>, "view" | "size"> & React_2.RefAttributes<HTMLButtonElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
|
1978
1980
|
|
1979
1981
|
// @public (undocumented)
|
1980
1982
|
export const DropdownItem: React_2.ForwardRefExoticComponent<DropdownItemProps & React_2.RefAttributes<HTMLDivElement>>;
|
@@ -2012,21 +2014,21 @@ disabled: {
|
|
2012
2014
|
true: PolymorphicClassName;
|
2013
2015
|
};
|
2014
2016
|
}> & {
|
2015
|
-
multiple?: boolean;
|
2016
|
-
title?:
|
2017
|
-
description?:
|
2018
|
-
icon?:
|
2019
|
-
iconPlacement?: "top" | "left";
|
2020
|
-
size?: string;
|
2021
|
-
view?: string;
|
2022
|
-
disabled?: boolean;
|
2023
|
-
stretch?: boolean;
|
2024
|
-
onDragEnter?: (event: DragEvent_2<HTMLDivElement>) => void;
|
2025
|
-
onDragLeave?: (event: DragEvent_2<HTMLDivElement>) => void;
|
2026
|
-
onDragOver?: (event: DragEvent_2<HTMLDivElement>) => void;
|
2027
|
-
validator?: (files: File[]) => ValidatorReturnType;
|
2028
|
-
onDrop?: FileProcessHandler;
|
2029
|
-
onChoseFiles?: FileProcessHandler;
|
2017
|
+
multiple?: boolean | undefined;
|
2018
|
+
title?: ReactNode;
|
2019
|
+
description?: ReactNode;
|
2020
|
+
icon?: ReactNode;
|
2021
|
+
iconPlacement?: "top" | "left" | undefined;
|
2022
|
+
size?: string | undefined;
|
2023
|
+
view?: string | undefined;
|
2024
|
+
disabled?: boolean | undefined;
|
2025
|
+
stretch?: boolean | undefined;
|
2026
|
+
onDragEnter?: ((event: DragEvent_2<HTMLDivElement>) => void) | undefined;
|
2027
|
+
onDragLeave?: ((event: DragEvent_2<HTMLDivElement>) => void) | undefined;
|
2028
|
+
onDragOver?: ((event: DragEvent_2<HTMLDivElement>) => void) | undefined;
|
2029
|
+
validator?: ((files: File[]) => ValidatorReturnType) | undefined;
|
2030
|
+
onDrop?: FileProcessHandler | undefined;
|
2031
|
+
onChoseFiles?: FileProcessHandler | undefined;
|
2030
2032
|
} & InputHTMLAttributes_3<HTMLInputElement> & RefAttributes<HTMLInputElement>>;
|
2031
2033
|
|
2032
2034
|
export { dropzoneClasses }
|
@@ -2039,9 +2041,9 @@ size: {
|
|
2039
2041
|
l: PolymorphicClassName;
|
2040
2042
|
};
|
2041
2043
|
}> & {
|
2042
|
-
noWrap?: boolean;
|
2043
|
-
breakWord?: boolean;
|
2044
|
-
color?: string;
|
2044
|
+
noWrap?: boolean | undefined;
|
2045
|
+
breakWord?: boolean | undefined;
|
2046
|
+
color?: string | undefined;
|
2045
2047
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
2046
2048
|
|
2047
2049
|
// @public (undocumented)
|
@@ -2050,9 +2052,9 @@ size: {
|
|
2050
2052
|
m: PolymorphicClassName;
|
2051
2053
|
};
|
2052
2054
|
}> & {
|
2053
|
-
noWrap?: boolean;
|
2054
|
-
breakWord?: boolean;
|
2055
|
-
color?: string;
|
2055
|
+
noWrap?: boolean | undefined;
|
2056
|
+
breakWord?: boolean | undefined;
|
2057
|
+
color?: string | undefined;
|
2056
2058
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
2057
2059
|
|
2058
2060
|
// @public (undocumented)
|
@@ -2061,9 +2063,9 @@ size: {
|
|
2061
2063
|
s: PolymorphicClassName;
|
2062
2064
|
};
|
2063
2065
|
}> & {
|
2064
|
-
noWrap?: boolean;
|
2065
|
-
breakWord?: boolean;
|
2066
|
-
color?: string;
|
2066
|
+
noWrap?: boolean | undefined;
|
2067
|
+
breakWord?: boolean | undefined;
|
2068
|
+
color?: string | undefined;
|
2067
2069
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
2068
2070
|
|
2069
2071
|
// @public (undocumented)
|
@@ -2094,7 +2096,7 @@ export { extractTextFrom }
|
|
2094
2096
|
|
2095
2097
|
// @public (undocumented)
|
2096
2098
|
export const Flow: FunctionComponent<PropsType<Variants> & FlowProps & {
|
2097
|
-
minColWidth?: string;
|
2099
|
+
minColWidth?: string | undefined;
|
2098
2100
|
} & RefAttributes<HTMLDivElement>>;
|
2099
2101
|
|
2100
2102
|
export { FocusProps }
|
@@ -2131,9 +2133,9 @@ size: {
|
|
2131
2133
|
h1: PolymorphicClassName;
|
2132
2134
|
};
|
2133
2135
|
}> & {
|
2134
|
-
noWrap?: boolean;
|
2135
|
-
breakWord?: boolean;
|
2136
|
-
color?: string;
|
2136
|
+
noWrap?: boolean | undefined;
|
2137
|
+
breakWord?: boolean | undefined;
|
2138
|
+
color?: string | undefined;
|
2137
2139
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
2138
2140
|
|
2139
2141
|
// @public (undocumented)
|
@@ -2142,9 +2144,9 @@ size: {
|
|
2142
2144
|
h2: PolymorphicClassName;
|
2143
2145
|
};
|
2144
2146
|
}> & {
|
2145
|
-
noWrap?: boolean;
|
2146
|
-
breakWord?: boolean;
|
2147
|
-
color?: string;
|
2147
|
+
noWrap?: boolean | undefined;
|
2148
|
+
breakWord?: boolean | undefined;
|
2149
|
+
color?: string | undefined;
|
2148
2150
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
2149
2151
|
|
2150
2152
|
// @public (undocumented)
|
@@ -2153,9 +2155,9 @@ size: {
|
|
2153
2155
|
h3: PolymorphicClassName;
|
2154
2156
|
};
|
2155
2157
|
}> & {
|
2156
|
-
noWrap?: boolean;
|
2157
|
-
breakWord?: boolean;
|
2158
|
-
color?: string;
|
2158
|
+
noWrap?: boolean | undefined;
|
2159
|
+
breakWord?: boolean | undefined;
|
2160
|
+
color?: string | undefined;
|
2159
2161
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
2160
2162
|
|
2161
2163
|
// @public (undocumented)
|
@@ -2164,9 +2166,9 @@ size: {
|
|
2164
2166
|
h4: PolymorphicClassName;
|
2165
2167
|
};
|
2166
2168
|
}> & {
|
2167
|
-
noWrap?: boolean;
|
2168
|
-
breakWord?: boolean;
|
2169
|
-
color?: string;
|
2169
|
+
noWrap?: boolean | undefined;
|
2170
|
+
breakWord?: boolean | undefined;
|
2171
|
+
color?: string | undefined;
|
2170
2172
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
2171
2173
|
|
2172
2174
|
// @public (undocumented)
|
@@ -2175,9 +2177,9 @@ size: {
|
|
2175
2177
|
h5: PolymorphicClassName;
|
2176
2178
|
};
|
2177
2179
|
}> & {
|
2178
|
-
noWrap?: boolean;
|
2179
|
-
breakWord?: boolean;
|
2180
|
-
color?: string;
|
2180
|
+
noWrap?: boolean | undefined;
|
2181
|
+
breakWord?: boolean | undefined;
|
2182
|
+
color?: string | undefined;
|
2181
2183
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
2182
2184
|
|
2183
2185
|
// @public (undocumented)
|
@@ -2247,55 +2249,55 @@ true: PolymorphicClassName;
|
|
2247
2249
|
focused: {
|
2248
2250
|
true: PolymorphicClassName;
|
2249
2251
|
};
|
2250
|
-
}> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
2251
|
-
text?: string;
|
2252
|
+
}> & ((Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
2253
|
+
text?: string | undefined;
|
2252
2254
|
contentLeft?: ReactNode;
|
2253
|
-
contentPlacing?: "default" | "relaxed";
|
2254
|
-
isLoading?: boolean;
|
2255
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
2256
|
+
isLoading?: boolean | undefined;
|
2255
2257
|
loader?: ReactNode;
|
2256
|
-
stretch?: boolean;
|
2257
|
-
stretching?: "auto" | "fixed" | "filled";
|
2258
|
-
square?: boolean;
|
2259
|
-
focused?: boolean;
|
2260
|
-
disabled?: boolean;
|
2261
|
-
pin?:
|
2262
|
-
view?: string;
|
2263
|
-
size?: string;
|
2264
|
-
outlined?: boolean;
|
2265
|
-
shiftLeft?: boolean;
|
2266
|
-
shiftRight?: boolean;
|
2267
|
-
blur?:
|
2268
|
-
} & {
|
2269
|
-
value?: string | number;
|
2270
|
-
contentRight?:
|
2271
|
-
} & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2 & {
|
2272
|
-
text?: string;
|
2258
|
+
stretch?: boolean | undefined;
|
2259
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
2260
|
+
square?: boolean | undefined;
|
2261
|
+
focused?: boolean | undefined;
|
2262
|
+
disabled?: boolean | undefined;
|
2263
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
2264
|
+
view?: string | undefined;
|
2265
|
+
size?: string | undefined;
|
2266
|
+
outlined?: boolean | undefined;
|
2267
|
+
shiftLeft?: boolean | undefined;
|
2268
|
+
shiftRight?: boolean | undefined;
|
2269
|
+
blur?: "small" | "medium" | "large" | undefined;
|
2270
|
+
} & {
|
2271
|
+
value?: string | number | undefined;
|
2272
|
+
contentRight?: undefined;
|
2273
|
+
} & RefAttributes<HTMLButtonElement>) | (Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
|
2274
|
+
text?: string | undefined;
|
2273
2275
|
contentLeft?: ReactNode;
|
2274
|
-
contentPlacing?: "default" | "relaxed";
|
2275
|
-
isLoading?: boolean;
|
2276
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
2277
|
+
isLoading?: boolean | undefined;
|
2276
2278
|
loader?: ReactNode;
|
2277
|
-
stretch?: boolean;
|
2278
|
-
stretching?: "auto" | "fixed" | "filled";
|
2279
|
-
square?: boolean;
|
2280
|
-
focused?: boolean;
|
2281
|
-
disabled?: boolean;
|
2282
|
-
pin?:
|
2283
|
-
view?: string;
|
2284
|
-
size?: string;
|
2285
|
-
outlined?: boolean;
|
2286
|
-
shiftLeft?: boolean;
|
2287
|
-
shiftRight?: boolean;
|
2288
|
-
blur?:
|
2289
|
-
} & {
|
2290
|
-
value?:
|
2279
|
+
stretch?: boolean | undefined;
|
2280
|
+
stretching?: ("auto" | "fixed" | "filled") | undefined;
|
2281
|
+
square?: boolean | undefined;
|
2282
|
+
focused?: boolean | undefined;
|
2283
|
+
disabled?: boolean | undefined;
|
2284
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
2285
|
+
view?: string | undefined;
|
2286
|
+
size?: string | undefined;
|
2287
|
+
outlined?: boolean | undefined;
|
2288
|
+
shiftLeft?: boolean | undefined;
|
2289
|
+
shiftRight?: boolean | undefined;
|
2290
|
+
blur?: "small" | "medium" | "large" | undefined;
|
2291
|
+
} & {
|
2292
|
+
value?: undefined;
|
2291
2293
|
contentRight?: ReactNode;
|
2292
2294
|
} & RefAttributes<HTMLButtonElement>))>;
|
2293
2295
|
|
2294
2296
|
// @public
|
2295
2297
|
const Image_2: FunctionComponent<PropsType<Variants> & ImgHTMLAttributes<HTMLImageElement> & {
|
2296
|
-
base?: "
|
2297
|
-
ratio?:
|
2298
|
-
customRatio?: string;
|
2298
|
+
base?: "img" | "div" | undefined;
|
2299
|
+
ratio?: "16 / 9" | "1 / 1" | "1/1" | "3 / 4" | "3/4" | "4 / 3" | "4/3" | "9 / 16" | "9/16" | "16/9" | "1 / 2" | "1/2" | "2 / 1" | "2/1" | undefined;
|
2300
|
+
customRatio?: string | undefined;
|
2299
2301
|
} & RefAttributes<HTMLDivElement>>;
|
2300
2302
|
export { Image_2 as Image }
|
2301
2303
|
|
@@ -2367,8 +2369,8 @@ textS: PolymorphicClassName;
|
|
2367
2369
|
textXS: PolymorphicClassName;
|
2368
2370
|
};
|
2369
2371
|
}> & HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & {
|
2370
|
-
customGradientColor?: string;
|
2371
|
-
roundness?:
|
2372
|
+
customGradientColor?: string | undefined;
|
2373
|
+
roundness?: 0 | 8 | 12 | 14 | 16 | 18 | 20 | 24 | 28 | 32 | 250 | undefined;
|
2372
2374
|
} & SkeletonGradientProps_2 & RefAttributes<HTMLDivElement>>;
|
2373
2375
|
|
2374
2376
|
export { LineSkeletonProps }
|
@@ -2417,14 +2419,14 @@ disabled: {
|
|
2417
2419
|
true: PolymorphicClassName;
|
2418
2420
|
};
|
2419
2421
|
}> & AnchorHTMLAttributes<HTMLAnchorElement> & {
|
2420
|
-
text?: string;
|
2421
|
-
contentRight?:
|
2422
|
-
contentLeft?:
|
2423
|
-
isLoading?: boolean;
|
2424
|
-
loader?:
|
2425
|
-
disabled?: boolean;
|
2426
|
-
view?: string;
|
2427
|
-
size?: string;
|
2422
|
+
text?: string | undefined;
|
2423
|
+
contentRight?: ReactNode;
|
2424
|
+
contentLeft?: ReactNode;
|
2425
|
+
isLoading?: boolean | undefined;
|
2426
|
+
loader?: ReactNode;
|
2427
|
+
disabled?: boolean | undefined;
|
2428
|
+
view?: string | undefined;
|
2429
|
+
size?: string | undefined;
|
2428
2430
|
} & RefAttributes<HTMLAnchorElement>>;
|
2429
2431
|
|
2430
2432
|
export { List }
|
@@ -2474,41 +2476,41 @@ readOnly: {
|
|
2474
2476
|
true: PolymorphicClassName;
|
2475
2477
|
};
|
2476
2478
|
}> & {
|
2477
|
-
size?: string;
|
2478
|
-
view?: string;
|
2479
|
-
readOnly?: boolean;
|
2480
|
-
disabled?: boolean;
|
2479
|
+
size?: string | undefined;
|
2480
|
+
view?: string | undefined;
|
2481
|
+
readOnly?: boolean | undefined;
|
2482
|
+
disabled?: boolean | undefined;
|
2481
2483
|
} & {
|
2482
2484
|
titleCaption?: ReactNode;
|
2483
2485
|
leftHelper?: ReactNode;
|
2484
|
-
contentLeft?:
|
2485
|
-
contentRight?:
|
2486
|
-
textBefore?: string;
|
2487
|
-
textAfter?: string;
|
2488
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2486
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2487
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2488
|
+
textBefore?: string | undefined;
|
2489
|
+
textAfter?: string | undefined;
|
2490
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2489
2491
|
} & LabelProps & RequiredProps & {
|
2490
|
-
clear?: boolean;
|
2491
|
-
hasDivider?: boolean;
|
2492
|
+
clear?: boolean | undefined;
|
2493
|
+
hasDivider?: boolean | undefined;
|
2492
2494
|
} & {
|
2493
2495
|
hintText: string;
|
2494
|
-
hintTrigger?: "hover" | "click";
|
2495
|
-
hintView?: string;
|
2496
|
-
hintSize?: string;
|
2496
|
+
hintTrigger?: "hover" | "click" | undefined;
|
2497
|
+
hintView?: string | undefined;
|
2498
|
+
hintSize?: string | undefined;
|
2497
2499
|
hintTargetIcon?: ReactNode;
|
2498
|
-
hintTargetPlacement?: "
|
2499
|
-
hintPlacement?: PopoverPlacement |
|
2500
|
-
hintHasArrow?: boolean;
|
2501
|
-
hintOffset?: [number, number];
|
2502
|
-
hintWidth?: string;
|
2500
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
2501
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
2502
|
+
hintHasArrow?: boolean | undefined;
|
2503
|
+
hintOffset?: [number, number] | undefined;
|
2504
|
+
hintWidth?: string | undefined;
|
2503
2505
|
hintContentLeft?: ReactNode;
|
2504
2506
|
} & {
|
2505
|
-
chips?:
|
2506
|
-
onChangeChips?:
|
2507
|
-
enumerationType?: "plain";
|
2508
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2509
|
-
chipType?:
|
2510
|
-
chipView?:
|
2511
|
-
chipValidator?:
|
2507
|
+
chips?: undefined;
|
2508
|
+
onChangeChips?: undefined;
|
2509
|
+
enumerationType?: "plain" | undefined;
|
2510
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2511
|
+
chipType?: undefined;
|
2512
|
+
chipView?: undefined;
|
2513
|
+
chipValidator?: undefined;
|
2512
2514
|
} & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
2513
2515
|
view: {
|
2514
2516
|
default: PolymorphicClassName;
|
@@ -2551,43 +2553,43 @@ readOnly: {
|
|
2551
2553
|
true: PolymorphicClassName;
|
2552
2554
|
};
|
2553
2555
|
}> & {
|
2554
|
-
size?: string;
|
2555
|
-
view?: string;
|
2556
|
-
readOnly?: boolean;
|
2557
|
-
disabled?: boolean;
|
2556
|
+
size?: string | undefined;
|
2557
|
+
view?: string | undefined;
|
2558
|
+
readOnly?: boolean | undefined;
|
2559
|
+
disabled?: boolean | undefined;
|
2558
2560
|
} & {
|
2559
2561
|
titleCaption?: ReactNode;
|
2560
2562
|
leftHelper?: ReactNode;
|
2561
|
-
contentLeft?:
|
2562
|
-
contentRight?:
|
2563
|
-
textBefore?: string;
|
2564
|
-
textAfter?: string;
|
2565
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2563
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2564
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2565
|
+
textBefore?: string | undefined;
|
2566
|
+
textAfter?: string | undefined;
|
2567
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2566
2568
|
} & LabelProps & RequiredProps & {
|
2567
|
-
clear?: boolean;
|
2568
|
-
hasDivider?: boolean;
|
2569
|
+
clear?: boolean | undefined;
|
2570
|
+
hasDivider?: boolean | undefined;
|
2569
2571
|
} & {
|
2570
2572
|
hintText: string;
|
2571
|
-
hintTrigger?: "hover" | "click";
|
2572
|
-
hintView?: string;
|
2573
|
-
hintSize?: string;
|
2573
|
+
hintTrigger?: "hover" | "click" | undefined;
|
2574
|
+
hintView?: string | undefined;
|
2575
|
+
hintSize?: string | undefined;
|
2574
2576
|
hintTargetIcon?: ReactNode;
|
2575
|
-
hintTargetPlacement?: "
|
2576
|
-
hintPlacement?: PopoverPlacement |
|
2577
|
-
hintHasArrow?: boolean;
|
2578
|
-
hintOffset?: [number, number];
|
2579
|
-
hintWidth?: string;
|
2577
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
2578
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
2579
|
+
hintHasArrow?: boolean | undefined;
|
2580
|
+
hintOffset?: [number, number] | undefined;
|
2581
|
+
hintWidth?: string | undefined;
|
2580
2582
|
hintContentLeft?: ReactNode;
|
2581
2583
|
} & {
|
2582
2584
|
enumerationType: "chip";
|
2583
|
-
onSearch?:
|
2584
|
-
chips?:
|
2585
|
-
onChangeChips?: (value:
|
2586
|
-
chipType?: "default" | "text";
|
2587
|
-
chipView?: string;
|
2588
|
-
chipValidator?: (value: string) => {
|
2589
|
-
view?: string;
|
2590
|
-
};
|
2585
|
+
onSearch?: undefined;
|
2586
|
+
chips?: TextFieldPrimitiveValue[] | undefined;
|
2587
|
+
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
2588
|
+
chipType?: "default" | "text" | undefined;
|
2589
|
+
chipView?: string | undefined;
|
2590
|
+
chipValidator?: ((value: string) => {
|
2591
|
+
view?: string | undefined;
|
2592
|
+
}) | undefined;
|
2591
2593
|
} & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
2592
2594
|
view: {
|
2593
2595
|
default: PolymorphicClassName;
|
@@ -2630,41 +2632,41 @@ readOnly: {
|
|
2630
2632
|
true: PolymorphicClassName;
|
2631
2633
|
};
|
2632
2634
|
}> & {
|
2633
|
-
size?: string;
|
2634
|
-
view?: string;
|
2635
|
-
readOnly?: boolean;
|
2636
|
-
disabled?: boolean;
|
2635
|
+
size?: string | undefined;
|
2636
|
+
view?: string | undefined;
|
2637
|
+
readOnly?: boolean | undefined;
|
2638
|
+
disabled?: boolean | undefined;
|
2637
2639
|
} & {
|
2638
2640
|
titleCaption?: ReactNode;
|
2639
2641
|
leftHelper?: ReactNode;
|
2640
|
-
contentLeft?:
|
2641
|
-
contentRight?:
|
2642
|
-
textBefore?: string;
|
2643
|
-
textAfter?: string;
|
2644
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2642
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2643
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2644
|
+
textBefore?: string | undefined;
|
2645
|
+
textAfter?: string | undefined;
|
2646
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2645
2647
|
} & LabelProps & RequiredProps & {
|
2646
|
-
clear?: boolean;
|
2647
|
-
hasDivider?: boolean;
|
2648
|
-
} & {
|
2649
|
-
hintTrigger?:
|
2650
|
-
hintText?:
|
2651
|
-
hintView?:
|
2652
|
-
hintSize?:
|
2653
|
-
hintTargetIcon?:
|
2654
|
-
hintTargetPlacement?:
|
2655
|
-
hintPlacement?:
|
2656
|
-
hintHasArrow?:
|
2657
|
-
hintOffset?:
|
2658
|
-
hintWidth?:
|
2659
|
-
hintContentLeft?:
|
2660
|
-
} & {
|
2661
|
-
chips?:
|
2662
|
-
onChangeChips?:
|
2663
|
-
enumerationType?: "plain";
|
2664
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2665
|
-
chipType?:
|
2666
|
-
chipView?:
|
2667
|
-
chipValidator?:
|
2648
|
+
clear?: boolean | undefined;
|
2649
|
+
hasDivider?: boolean | undefined;
|
2650
|
+
} & {
|
2651
|
+
hintTrigger?: undefined;
|
2652
|
+
hintText?: undefined;
|
2653
|
+
hintView?: undefined;
|
2654
|
+
hintSize?: undefined;
|
2655
|
+
hintTargetIcon?: undefined;
|
2656
|
+
hintTargetPlacement?: undefined;
|
2657
|
+
hintPlacement?: undefined;
|
2658
|
+
hintHasArrow?: undefined;
|
2659
|
+
hintOffset?: undefined;
|
2660
|
+
hintWidth?: undefined;
|
2661
|
+
hintContentLeft?: undefined;
|
2662
|
+
} & {
|
2663
|
+
chips?: undefined;
|
2664
|
+
onChangeChips?: undefined;
|
2665
|
+
enumerationType?: "plain" | undefined;
|
2666
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2667
|
+
chipType?: undefined;
|
2668
|
+
chipView?: undefined;
|
2669
|
+
chipValidator?: undefined;
|
2668
2670
|
} & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
2669
2671
|
view: {
|
2670
2672
|
default: PolymorphicClassName;
|
@@ -2707,43 +2709,43 @@ readOnly: {
|
|
2707
2709
|
true: PolymorphicClassName;
|
2708
2710
|
};
|
2709
2711
|
}> & {
|
2710
|
-
size?: string;
|
2711
|
-
view?: string;
|
2712
|
-
readOnly?: boolean;
|
2713
|
-
disabled?: boolean;
|
2712
|
+
size?: string | undefined;
|
2713
|
+
view?: string | undefined;
|
2714
|
+
readOnly?: boolean | undefined;
|
2715
|
+
disabled?: boolean | undefined;
|
2714
2716
|
} & {
|
2715
2717
|
titleCaption?: ReactNode;
|
2716
2718
|
leftHelper?: ReactNode;
|
2717
|
-
contentLeft?:
|
2718
|
-
contentRight?:
|
2719
|
-
textBefore?: string;
|
2720
|
-
textAfter?: string;
|
2721
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2719
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2720
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2721
|
+
textBefore?: string | undefined;
|
2722
|
+
textAfter?: string | undefined;
|
2723
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2722
2724
|
} & LabelProps & RequiredProps & {
|
2723
|
-
clear?: boolean;
|
2724
|
-
hasDivider?: boolean;
|
2725
|
-
} & {
|
2726
|
-
hintTrigger?:
|
2727
|
-
hintText?:
|
2728
|
-
hintView?:
|
2729
|
-
hintSize?:
|
2730
|
-
hintTargetIcon?:
|
2731
|
-
hintTargetPlacement?:
|
2732
|
-
hintPlacement?:
|
2733
|
-
hintHasArrow?:
|
2734
|
-
hintOffset?:
|
2735
|
-
hintWidth?:
|
2736
|
-
hintContentLeft?:
|
2725
|
+
clear?: boolean | undefined;
|
2726
|
+
hasDivider?: boolean | undefined;
|
2727
|
+
} & {
|
2728
|
+
hintTrigger?: undefined;
|
2729
|
+
hintText?: undefined;
|
2730
|
+
hintView?: undefined;
|
2731
|
+
hintSize?: undefined;
|
2732
|
+
hintTargetIcon?: undefined;
|
2733
|
+
hintTargetPlacement?: undefined;
|
2734
|
+
hintPlacement?: undefined;
|
2735
|
+
hintHasArrow?: undefined;
|
2736
|
+
hintOffset?: undefined;
|
2737
|
+
hintWidth?: undefined;
|
2738
|
+
hintContentLeft?: undefined;
|
2737
2739
|
} & {
|
2738
2740
|
enumerationType: "chip";
|
2739
|
-
onSearch?:
|
2740
|
-
chips?:
|
2741
|
-
onChangeChips?: (value:
|
2742
|
-
chipType?: "default" | "text";
|
2743
|
-
chipView?: string;
|
2744
|
-
chipValidator?: (value: string) => {
|
2745
|
-
view?: string;
|
2746
|
-
};
|
2741
|
+
onSearch?: undefined;
|
2742
|
+
chips?: TextFieldPrimitiveValue[] | undefined;
|
2743
|
+
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
2744
|
+
chipType?: "default" | "text" | undefined;
|
2745
|
+
chipView?: string | undefined;
|
2746
|
+
chipValidator?: ((value: string) => {
|
2747
|
+
view?: string | undefined;
|
2748
|
+
}) | undefined;
|
2747
2749
|
} & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
2748
2750
|
view: {
|
2749
2751
|
default: PolymorphicClassName;
|
@@ -2786,41 +2788,41 @@ readOnly: {
|
|
2786
2788
|
true: PolymorphicClassName;
|
2787
2789
|
};
|
2788
2790
|
}> & {
|
2789
|
-
size?: string;
|
2790
|
-
view?: string;
|
2791
|
-
readOnly?: boolean;
|
2792
|
-
disabled?: boolean;
|
2791
|
+
size?: string | undefined;
|
2792
|
+
view?: string | undefined;
|
2793
|
+
readOnly?: boolean | undefined;
|
2794
|
+
disabled?: boolean | undefined;
|
2793
2795
|
} & {
|
2794
2796
|
titleCaption?: ReactNode;
|
2795
2797
|
leftHelper?: ReactNode;
|
2796
|
-
contentLeft?:
|
2797
|
-
contentRight?:
|
2798
|
-
textBefore?: string;
|
2799
|
-
textAfter?: string;
|
2800
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2798
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2799
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2800
|
+
textBefore?: string | undefined;
|
2801
|
+
textAfter?: string | undefined;
|
2802
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2801
2803
|
} & LabelProps & RequiredProps & {
|
2802
|
-
clear?: false;
|
2803
|
-
hasDivider?:
|
2804
|
+
clear?: false | undefined;
|
2805
|
+
hasDivider?: undefined;
|
2804
2806
|
} & {
|
2805
2807
|
hintText: string;
|
2806
|
-
hintTrigger?: "hover" | "click";
|
2807
|
-
hintView?: string;
|
2808
|
-
hintSize?: string;
|
2808
|
+
hintTrigger?: "hover" | "click" | undefined;
|
2809
|
+
hintView?: string | undefined;
|
2810
|
+
hintSize?: string | undefined;
|
2809
2811
|
hintTargetIcon?: ReactNode;
|
2810
|
-
hintTargetPlacement?: "
|
2811
|
-
hintPlacement?: PopoverPlacement |
|
2812
|
-
hintHasArrow?: boolean;
|
2813
|
-
hintOffset?: [number, number];
|
2814
|
-
hintWidth?: string;
|
2812
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
2813
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
2814
|
+
hintHasArrow?: boolean | undefined;
|
2815
|
+
hintOffset?: [number, number] | undefined;
|
2816
|
+
hintWidth?: string | undefined;
|
2815
2817
|
hintContentLeft?: ReactNode;
|
2816
2818
|
} & {
|
2817
|
-
chips?:
|
2818
|
-
onChangeChips?:
|
2819
|
-
enumerationType?: "plain";
|
2820
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2821
|
-
chipType?:
|
2822
|
-
chipView?:
|
2823
|
-
chipValidator?:
|
2819
|
+
chips?: undefined;
|
2820
|
+
onChangeChips?: undefined;
|
2821
|
+
enumerationType?: "plain" | undefined;
|
2822
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2823
|
+
chipType?: undefined;
|
2824
|
+
chipView?: undefined;
|
2825
|
+
chipValidator?: undefined;
|
2824
2826
|
} & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
2825
2827
|
view: {
|
2826
2828
|
default: PolymorphicClassName;
|
@@ -2863,43 +2865,43 @@ readOnly: {
|
|
2863
2865
|
true: PolymorphicClassName;
|
2864
2866
|
};
|
2865
2867
|
}> & {
|
2866
|
-
size?: string;
|
2867
|
-
view?: string;
|
2868
|
-
readOnly?: boolean;
|
2869
|
-
disabled?: boolean;
|
2868
|
+
size?: string | undefined;
|
2869
|
+
view?: string | undefined;
|
2870
|
+
readOnly?: boolean | undefined;
|
2871
|
+
disabled?: boolean | undefined;
|
2870
2872
|
} & {
|
2871
2873
|
titleCaption?: ReactNode;
|
2872
2874
|
leftHelper?: ReactNode;
|
2873
|
-
contentLeft?:
|
2874
|
-
contentRight?:
|
2875
|
-
textBefore?: string;
|
2876
|
-
textAfter?: string;
|
2877
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2875
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2876
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2877
|
+
textBefore?: string | undefined;
|
2878
|
+
textAfter?: string | undefined;
|
2879
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2878
2880
|
} & LabelProps & RequiredProps & {
|
2879
|
-
clear?: false;
|
2880
|
-
hasDivider?:
|
2881
|
+
clear?: false | undefined;
|
2882
|
+
hasDivider?: undefined;
|
2881
2883
|
} & {
|
2882
2884
|
hintText: string;
|
2883
|
-
hintTrigger?: "hover" | "click";
|
2884
|
-
hintView?: string;
|
2885
|
-
hintSize?: string;
|
2885
|
+
hintTrigger?: "hover" | "click" | undefined;
|
2886
|
+
hintView?: string | undefined;
|
2887
|
+
hintSize?: string | undefined;
|
2886
2888
|
hintTargetIcon?: ReactNode;
|
2887
|
-
hintTargetPlacement?: "
|
2888
|
-
hintPlacement?: PopoverPlacement |
|
2889
|
-
hintHasArrow?: boolean;
|
2890
|
-
hintOffset?: [number, number];
|
2891
|
-
hintWidth?: string;
|
2889
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
2890
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
2891
|
+
hintHasArrow?: boolean | undefined;
|
2892
|
+
hintOffset?: [number, number] | undefined;
|
2893
|
+
hintWidth?: string | undefined;
|
2892
2894
|
hintContentLeft?: ReactNode;
|
2893
2895
|
} & {
|
2894
2896
|
enumerationType: "chip";
|
2895
|
-
onSearch?:
|
2896
|
-
chips?:
|
2897
|
-
onChangeChips?: (value:
|
2898
|
-
chipType?: "default" | "text";
|
2899
|
-
chipView?: string;
|
2900
|
-
chipValidator?: (value: string) => {
|
2901
|
-
view?: string;
|
2902
|
-
};
|
2897
|
+
onSearch?: undefined;
|
2898
|
+
chips?: TextFieldPrimitiveValue[] | undefined;
|
2899
|
+
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
2900
|
+
chipType?: "default" | "text" | undefined;
|
2901
|
+
chipView?: string | undefined;
|
2902
|
+
chipValidator?: ((value: string) => {
|
2903
|
+
view?: string | undefined;
|
2904
|
+
}) | undefined;
|
2903
2905
|
} & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
2904
2906
|
view: {
|
2905
2907
|
default: PolymorphicClassName;
|
@@ -2942,41 +2944,41 @@ readOnly: {
|
|
2942
2944
|
true: PolymorphicClassName;
|
2943
2945
|
};
|
2944
2946
|
}> & {
|
2945
|
-
size?: string;
|
2946
|
-
view?: string;
|
2947
|
-
readOnly?: boolean;
|
2948
|
-
disabled?: boolean;
|
2947
|
+
size?: string | undefined;
|
2948
|
+
view?: string | undefined;
|
2949
|
+
readOnly?: boolean | undefined;
|
2950
|
+
disabled?: boolean | undefined;
|
2949
2951
|
} & {
|
2950
2952
|
titleCaption?: ReactNode;
|
2951
2953
|
leftHelper?: ReactNode;
|
2952
|
-
contentLeft?:
|
2953
|
-
contentRight?:
|
2954
|
-
textBefore?: string;
|
2955
|
-
textAfter?: string;
|
2956
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2954
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2955
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2956
|
+
textBefore?: string | undefined;
|
2957
|
+
textAfter?: string | undefined;
|
2958
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2957
2959
|
} & LabelProps & RequiredProps & {
|
2958
|
-
clear?: false;
|
2959
|
-
hasDivider?:
|
2960
|
-
} & {
|
2961
|
-
hintTrigger?:
|
2962
|
-
hintText?:
|
2963
|
-
hintView?:
|
2964
|
-
hintSize?:
|
2965
|
-
hintTargetIcon?:
|
2966
|
-
hintTargetPlacement?:
|
2967
|
-
hintPlacement?:
|
2968
|
-
hintHasArrow?:
|
2969
|
-
hintOffset?:
|
2970
|
-
hintWidth?:
|
2971
|
-
hintContentLeft?:
|
2972
|
-
} & {
|
2973
|
-
chips?:
|
2974
|
-
onChangeChips?:
|
2975
|
-
enumerationType?: "plain";
|
2976
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
2977
|
-
chipType?:
|
2978
|
-
chipView?:
|
2979
|
-
chipValidator?:
|
2960
|
+
clear?: false | undefined;
|
2961
|
+
hasDivider?: undefined;
|
2962
|
+
} & {
|
2963
|
+
hintTrigger?: undefined;
|
2964
|
+
hintText?: undefined;
|
2965
|
+
hintView?: undefined;
|
2966
|
+
hintSize?: undefined;
|
2967
|
+
hintTargetIcon?: undefined;
|
2968
|
+
hintTargetPlacement?: undefined;
|
2969
|
+
hintPlacement?: undefined;
|
2970
|
+
hintHasArrow?: undefined;
|
2971
|
+
hintOffset?: undefined;
|
2972
|
+
hintWidth?: undefined;
|
2973
|
+
hintContentLeft?: undefined;
|
2974
|
+
} & {
|
2975
|
+
chips?: undefined;
|
2976
|
+
onChangeChips?: undefined;
|
2977
|
+
enumerationType?: "plain" | undefined;
|
2978
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
2979
|
+
chipType?: undefined;
|
2980
|
+
chipView?: undefined;
|
2981
|
+
chipValidator?: undefined;
|
2980
2982
|
} & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
|
2981
2983
|
view: {
|
2982
2984
|
default: PolymorphicClassName;
|
@@ -3019,43 +3021,43 @@ readOnly: {
|
|
3019
3021
|
true: PolymorphicClassName;
|
3020
3022
|
};
|
3021
3023
|
}> & {
|
3022
|
-
size?: string;
|
3023
|
-
view?: string;
|
3024
|
-
readOnly?: boolean;
|
3025
|
-
disabled?: boolean;
|
3024
|
+
size?: string | undefined;
|
3025
|
+
view?: string | undefined;
|
3026
|
+
readOnly?: boolean | undefined;
|
3027
|
+
disabled?: boolean | undefined;
|
3026
3028
|
} & {
|
3027
3029
|
titleCaption?: ReactNode;
|
3028
3030
|
leftHelper?: ReactNode;
|
3029
|
-
contentLeft?:
|
3030
|
-
contentRight?:
|
3031
|
-
textBefore?: string;
|
3032
|
-
textAfter?: string;
|
3033
|
-
onSearch?: (value: string, event?: KeyboardEvent_2<HTMLInputElement>) => void;
|
3031
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3032
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3033
|
+
textBefore?: string | undefined;
|
3034
|
+
textAfter?: string | undefined;
|
3035
|
+
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
3034
3036
|
} & LabelProps & RequiredProps & {
|
3035
|
-
clear?: false;
|
3036
|
-
hasDivider?:
|
3037
|
-
} & {
|
3038
|
-
hintTrigger?:
|
3039
|
-
hintText?:
|
3040
|
-
hintView?:
|
3041
|
-
hintSize?:
|
3042
|
-
hintTargetIcon?:
|
3043
|
-
hintTargetPlacement?:
|
3044
|
-
hintPlacement?:
|
3045
|
-
hintHasArrow?:
|
3046
|
-
hintOffset?:
|
3047
|
-
hintWidth?:
|
3048
|
-
hintContentLeft?:
|
3037
|
+
clear?: false | undefined;
|
3038
|
+
hasDivider?: undefined;
|
3039
|
+
} & {
|
3040
|
+
hintTrigger?: undefined;
|
3041
|
+
hintText?: undefined;
|
3042
|
+
hintView?: undefined;
|
3043
|
+
hintSize?: undefined;
|
3044
|
+
hintTargetIcon?: undefined;
|
3045
|
+
hintTargetPlacement?: undefined;
|
3046
|
+
hintPlacement?: undefined;
|
3047
|
+
hintHasArrow?: undefined;
|
3048
|
+
hintOffset?: undefined;
|
3049
|
+
hintWidth?: undefined;
|
3050
|
+
hintContentLeft?: undefined;
|
3049
3051
|
} & {
|
3050
3052
|
enumerationType: "chip";
|
3051
|
-
onSearch?:
|
3052
|
-
chips?:
|
3053
|
-
onChangeChips?: (value:
|
3054
|
-
chipType?: "default" | "text";
|
3055
|
-
chipView?: string;
|
3056
|
-
chipValidator?: (value: string) => {
|
3057
|
-
view?: string;
|
3058
|
-
};
|
3053
|
+
onSearch?: undefined;
|
3054
|
+
chips?: TextFieldPrimitiveValue[] | undefined;
|
3055
|
+
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
3056
|
+
chipType?: "default" | "text" | undefined;
|
3057
|
+
chipView?: string | undefined;
|
3058
|
+
chipValidator?: ((value: string) => {
|
3059
|
+
view?: string | undefined;
|
3060
|
+
}) | undefined;
|
3059
3061
|
} & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
|
3060
3062
|
|
3061
3063
|
export { MaxLinesProps }
|
@@ -3099,15 +3101,15 @@ s: PolymorphicClassName;
|
|
3099
3101
|
xs: PolymorphicClassName;
|
3100
3102
|
};
|
3101
3103
|
}> & {
|
3102
|
-
title?: string;
|
3103
|
-
text?: string;
|
3104
|
-
contentBefore?:
|
3105
|
-
contentBeforeSizing?: "fixed" | "scalable";
|
3106
|
-
stretch?: boolean;
|
3107
|
-
width?: string | number;
|
3108
|
-
height?: string | number;
|
3109
|
-
view?: string;
|
3110
|
-
size?: string;
|
3104
|
+
title?: string | undefined;
|
3105
|
+
text?: string | undefined;
|
3106
|
+
contentBefore?: ReactNode;
|
3107
|
+
contentBeforeSizing?: "fixed" | "scalable" | undefined;
|
3108
|
+
stretch?: boolean | undefined;
|
3109
|
+
width?: string | number | undefined;
|
3110
|
+
height?: string | number | undefined;
|
3111
|
+
view?: string | undefined;
|
3112
|
+
size?: string | undefined;
|
3111
3113
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
3112
3114
|
|
3113
3115
|
export { noteClasses }
|
@@ -3187,57 +3189,57 @@ disabled: {
|
|
3187
3189
|
true: PolymorphicClassName;
|
3188
3190
|
};
|
3189
3191
|
}> & (({
|
3190
|
-
value?: number;
|
3191
|
-
min?: number;
|
3192
|
-
max?: number;
|
3193
|
-
step?: number;
|
3194
|
-
precision?: number;
|
3195
|
-
isLoading?: boolean;
|
3192
|
+
value?: number | undefined;
|
3193
|
+
min?: number | undefined;
|
3194
|
+
max?: number | undefined;
|
3195
|
+
step?: number | undefined;
|
3196
|
+
precision?: number | undefined;
|
3197
|
+
isLoading?: boolean | undefined;
|
3196
3198
|
loader?: ReactNode;
|
3197
|
-
size?: string;
|
3198
|
-
view?: string;
|
3199
|
-
clear?: boolean;
|
3200
|
-
shape?: string;
|
3201
|
-
disabled?: boolean;
|
3202
|
-
textBefore?: string;
|
3203
|
-
textAfter?: string;
|
3199
|
+
size?: string | undefined;
|
3200
|
+
view?: string | undefined;
|
3201
|
+
clear?: boolean | undefined;
|
3202
|
+
shape?: string | undefined;
|
3203
|
+
disabled?: boolean | undefined;
|
3204
|
+
textBefore?: string | undefined;
|
3205
|
+
textAfter?: string | undefined;
|
3204
3206
|
customIncrementButton?: ReactNode;
|
3205
3207
|
incrementIcon?: ReactNode;
|
3206
3208
|
customDecrementButton?: ReactNode;
|
3207
3209
|
decrementIcon?: ReactNode;
|
3208
|
-
isManualInput?: boolean;
|
3209
|
-
onChange?: (event: SyntheticEvent<HTMLInputElement> | null, value:
|
3210
|
-
onIncrement?: (value: number) => void;
|
3211
|
-
onDecrement?: (value: number) => void;
|
3210
|
+
isManualInput?: boolean | undefined;
|
3211
|
+
onChange?: ((event: SyntheticEvent<HTMLInputElement, Event> | null, value: string | number) => void) | undefined;
|
3212
|
+
onIncrement?: ((value: number) => void) | undefined;
|
3213
|
+
onDecrement?: ((value: number) => void) | undefined;
|
3212
3214
|
} & {
|
3213
|
-
segmentation?: "clear";
|
3214
|
-
inputBackgroundType?:
|
3215
|
+
segmentation?: "clear" | undefined;
|
3216
|
+
inputBackgroundType?: undefined;
|
3215
3217
|
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "size" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
3216
|
-
value?: number;
|
3217
|
-
min?: number;
|
3218
|
-
max?: number;
|
3219
|
-
step?: number;
|
3220
|
-
precision?: number;
|
3221
|
-
isLoading?: boolean;
|
3218
|
+
value?: number | undefined;
|
3219
|
+
min?: number | undefined;
|
3220
|
+
max?: number | undefined;
|
3221
|
+
step?: number | undefined;
|
3222
|
+
precision?: number | undefined;
|
3223
|
+
isLoading?: boolean | undefined;
|
3222
3224
|
loader?: ReactNode;
|
3223
|
-
size?: string;
|
3224
|
-
view?: string;
|
3225
|
-
clear?: boolean;
|
3226
|
-
shape?: string;
|
3227
|
-
disabled?: boolean;
|
3228
|
-
textBefore?: string;
|
3229
|
-
textAfter?: string;
|
3225
|
+
size?: string | undefined;
|
3226
|
+
view?: string | undefined;
|
3227
|
+
clear?: boolean | undefined;
|
3228
|
+
shape?: string | undefined;
|
3229
|
+
disabled?: boolean | undefined;
|
3230
|
+
textBefore?: string | undefined;
|
3231
|
+
textAfter?: string | undefined;
|
3230
3232
|
customIncrementButton?: ReactNode;
|
3231
3233
|
incrementIcon?: ReactNode;
|
3232
3234
|
customDecrementButton?: ReactNode;
|
3233
3235
|
decrementIcon?: ReactNode;
|
3234
|
-
isManualInput?: boolean;
|
3235
|
-
onChange?: (event: SyntheticEvent<HTMLInputElement> | null, value:
|
3236
|
-
onIncrement?: (value: number) => void;
|
3237
|
-
onDecrement?: (value: number) => void;
|
3236
|
+
isManualInput?: boolean | undefined;
|
3237
|
+
onChange?: ((event: SyntheticEvent<HTMLInputElement, Event> | null, value: string | number) => void) | undefined;
|
3238
|
+
onIncrement?: ((value: number) => void) | undefined;
|
3239
|
+
onDecrement?: ((value: number) => void) | undefined;
|
3238
3240
|
} & {
|
3239
|
-
segmentation?: string;
|
3240
|
-
inputBackgroundType?: string;
|
3241
|
+
segmentation?: string | undefined;
|
3242
|
+
inputBackgroundType?: string | undefined;
|
3241
3243
|
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "size" | "value"> & RefAttributes<HTMLInputElement>))>;
|
3242
3244
|
|
3243
3245
|
export { numberInputClasses }
|
@@ -3435,125 +3437,125 @@ readOnly: {
|
|
3435
3437
|
true: PolymorphicClassName;
|
3436
3438
|
};
|
3437
3439
|
}> & (({
|
3438
|
-
label?: string;
|
3439
|
-
leftHelper?: string;
|
3440
|
+
label?: string | undefined;
|
3441
|
+
leftHelper?: string | undefined;
|
3440
3442
|
contentLeft?: ReactNode;
|
3441
3443
|
contentRight?: ReactNode;
|
3442
|
-
firstValue?: TextfieldPrimitiveValue;
|
3443
|
-
secondValue?: TextfieldPrimitiveValue;
|
3444
|
-
firstValueError?: boolean;
|
3445
|
-
secondValueError?: boolean;
|
3446
|
-
firstValueSuccess?: boolean;
|
3447
|
-
secondValueSuccess?: boolean;
|
3448
|
-
firstPlaceholder?: string;
|
3449
|
-
secondPlaceholder?: string;
|
3450
|
-
firstTextfieldContentLeft?: ReactElement;
|
3451
|
-
firstTextfieldContentRight?: ReactElement;
|
3452
|
-
secondTextfieldContentLeft?: ReactElement;
|
3453
|
-
secondTextfieldContentRight?: ReactElement;
|
3454
|
-
firstTextfieldTextAfter?: string;
|
3455
|
-
secondTextfieldTextAfter?: string;
|
3456
|
-
autoComplete?: string;
|
3457
|
-
view?: string;
|
3458
|
-
size?: string;
|
3459
|
-
readOnly?: boolean;
|
3460
|
-
disabled?: boolean;
|
3461
|
-
requiredPlacement?: "
|
3462
|
-
required?: boolean;
|
3463
|
-
hasRequiredIndicator?: boolean;
|
3464
|
-
onChangeFirstValue?: BaseCallbackChangeInstance;
|
3465
|
-
onChangeSecondValue?: BaseCallbackChangeInstance;
|
3466
|
-
onSearchFirstValue?: BaseCallbackKeyboardInstance;
|
3467
|
-
onSearchSecondValue?: BaseCallbackKeyboardInstance;
|
3468
|
-
onFocusFirstTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3469
|
-
onFocusSecondTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3470
|
-
onBlurFirstTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3471
|
-
onBlurSecondTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3444
|
+
firstValue?: TextfieldPrimitiveValue | undefined;
|
3445
|
+
secondValue?: TextfieldPrimitiveValue | undefined;
|
3446
|
+
firstValueError?: boolean | undefined;
|
3447
|
+
secondValueError?: boolean | undefined;
|
3448
|
+
firstValueSuccess?: boolean | undefined;
|
3449
|
+
secondValueSuccess?: boolean | undefined;
|
3450
|
+
firstPlaceholder?: string | undefined;
|
3451
|
+
secondPlaceholder?: string | undefined;
|
3452
|
+
firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3453
|
+
firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3454
|
+
secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3455
|
+
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3456
|
+
firstTextfieldTextAfter?: string | undefined;
|
3457
|
+
secondTextfieldTextAfter?: string | undefined;
|
3458
|
+
autoComplete?: string | undefined;
|
3459
|
+
view?: string | undefined;
|
3460
|
+
size?: string | undefined;
|
3461
|
+
readOnly?: boolean | undefined;
|
3462
|
+
disabled?: boolean | undefined;
|
3463
|
+
requiredPlacement?: "right" | "left" | undefined;
|
3464
|
+
required?: boolean | undefined;
|
3465
|
+
hasRequiredIndicator?: boolean | undefined;
|
3466
|
+
onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
|
3467
|
+
onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
|
3468
|
+
onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
|
3469
|
+
onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
|
3470
|
+
onFocusFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3471
|
+
onFocusSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3472
|
+
onBlurFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3473
|
+
onBlurSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3472
3474
|
} & {
|
3473
3475
|
firstTextfieldTextBefore: string;
|
3474
3476
|
secondTextfieldTextBefore: string;
|
3475
|
-
dividerVariant?: "none";
|
3476
|
-
dividerIcon?:
|
3477
|
+
dividerVariant?: "none" | undefined;
|
3478
|
+
dividerIcon?: undefined;
|
3477
3479
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>) | ({
|
3478
|
-
label?: string;
|
3479
|
-
leftHelper?: string;
|
3480
|
+
label?: string | undefined;
|
3481
|
+
leftHelper?: string | undefined;
|
3480
3482
|
contentLeft?: ReactNode;
|
3481
3483
|
contentRight?: ReactNode;
|
3482
|
-
firstValue?: TextfieldPrimitiveValue;
|
3483
|
-
secondValue?: TextfieldPrimitiveValue;
|
3484
|
-
firstValueError?: boolean;
|
3485
|
-
secondValueError?: boolean;
|
3486
|
-
firstValueSuccess?: boolean;
|
3487
|
-
secondValueSuccess?: boolean;
|
3488
|
-
firstPlaceholder?: string;
|
3489
|
-
secondPlaceholder?: string;
|
3490
|
-
firstTextfieldContentLeft?: ReactElement;
|
3491
|
-
firstTextfieldContentRight?: ReactElement;
|
3492
|
-
secondTextfieldContentLeft?: ReactElement;
|
3493
|
-
secondTextfieldContentRight?: ReactElement;
|
3494
|
-
firstTextfieldTextAfter?: string;
|
3495
|
-
secondTextfieldTextAfter?: string;
|
3496
|
-
autoComplete?: string;
|
3497
|
-
view?: string;
|
3498
|
-
size?: string;
|
3499
|
-
readOnly?: boolean;
|
3500
|
-
disabled?: boolean;
|
3501
|
-
requiredPlacement?: "
|
3502
|
-
required?: boolean;
|
3503
|
-
hasRequiredIndicator?: boolean;
|
3504
|
-
onChangeFirstValue?: BaseCallbackChangeInstance;
|
3505
|
-
onChangeSecondValue?: BaseCallbackChangeInstance;
|
3506
|
-
onSearchFirstValue?: BaseCallbackKeyboardInstance;
|
3507
|
-
onSearchSecondValue?: BaseCallbackKeyboardInstance;
|
3508
|
-
onFocusFirstTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3509
|
-
onFocusSecondTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3510
|
-
onBlurFirstTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3511
|
-
onBlurSecondTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3512
|
-
} & {
|
3513
|
-
dividerVariant?: "dash";
|
3514
|
-
dividerIcon?:
|
3515
|
-
firstTextfieldTextBefore?: string;
|
3516
|
-
secondTextfieldTextBefore?: string;
|
3484
|
+
firstValue?: TextfieldPrimitiveValue | undefined;
|
3485
|
+
secondValue?: TextfieldPrimitiveValue | undefined;
|
3486
|
+
firstValueError?: boolean | undefined;
|
3487
|
+
secondValueError?: boolean | undefined;
|
3488
|
+
firstValueSuccess?: boolean | undefined;
|
3489
|
+
secondValueSuccess?: boolean | undefined;
|
3490
|
+
firstPlaceholder?: string | undefined;
|
3491
|
+
secondPlaceholder?: string | undefined;
|
3492
|
+
firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3493
|
+
firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3494
|
+
secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3495
|
+
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3496
|
+
firstTextfieldTextAfter?: string | undefined;
|
3497
|
+
secondTextfieldTextAfter?: string | undefined;
|
3498
|
+
autoComplete?: string | undefined;
|
3499
|
+
view?: string | undefined;
|
3500
|
+
size?: string | undefined;
|
3501
|
+
readOnly?: boolean | undefined;
|
3502
|
+
disabled?: boolean | undefined;
|
3503
|
+
requiredPlacement?: "right" | "left" | undefined;
|
3504
|
+
required?: boolean | undefined;
|
3505
|
+
hasRequiredIndicator?: boolean | undefined;
|
3506
|
+
onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
|
3507
|
+
onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
|
3508
|
+
onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
|
3509
|
+
onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
|
3510
|
+
onFocusFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3511
|
+
onFocusSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3512
|
+
onBlurFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3513
|
+
onBlurSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3514
|
+
} & {
|
3515
|
+
dividerVariant?: "dash" | undefined;
|
3516
|
+
dividerIcon?: undefined;
|
3517
|
+
firstTextfieldTextBefore?: string | undefined;
|
3518
|
+
secondTextfieldTextBefore?: string | undefined;
|
3517
3519
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>) | ({
|
3518
|
-
label?: string;
|
3519
|
-
leftHelper?: string;
|
3520
|
+
label?: string | undefined;
|
3521
|
+
leftHelper?: string | undefined;
|
3520
3522
|
contentLeft?: ReactNode;
|
3521
3523
|
contentRight?: ReactNode;
|
3522
|
-
firstValue?: TextfieldPrimitiveValue;
|
3523
|
-
secondValue?: TextfieldPrimitiveValue;
|
3524
|
-
firstValueError?: boolean;
|
3525
|
-
secondValueError?: boolean;
|
3526
|
-
firstValueSuccess?: boolean;
|
3527
|
-
secondValueSuccess?: boolean;
|
3528
|
-
firstPlaceholder?: string;
|
3529
|
-
secondPlaceholder?: string;
|
3530
|
-
firstTextfieldContentLeft?: ReactElement;
|
3531
|
-
firstTextfieldContentRight?: ReactElement;
|
3532
|
-
secondTextfieldContentLeft?: ReactElement;
|
3533
|
-
secondTextfieldContentRight?: ReactElement;
|
3534
|
-
firstTextfieldTextAfter?: string;
|
3535
|
-
secondTextfieldTextAfter?: string;
|
3536
|
-
autoComplete?: string;
|
3537
|
-
view?: string;
|
3538
|
-
size?: string;
|
3539
|
-
readOnly?: boolean;
|
3540
|
-
disabled?: boolean;
|
3541
|
-
requiredPlacement?: "
|
3542
|
-
required?: boolean;
|
3543
|
-
hasRequiredIndicator?: boolean;
|
3544
|
-
onChangeFirstValue?: BaseCallbackChangeInstance;
|
3545
|
-
onChangeSecondValue?: BaseCallbackChangeInstance;
|
3546
|
-
onSearchFirstValue?: BaseCallbackKeyboardInstance;
|
3547
|
-
onSearchSecondValue?: BaseCallbackKeyboardInstance;
|
3548
|
-
onFocusFirstTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3549
|
-
onFocusSecondTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3550
|
-
onBlurFirstTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3551
|
-
onBlurSecondTextfield?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
3524
|
+
firstValue?: TextfieldPrimitiveValue | undefined;
|
3525
|
+
secondValue?: TextfieldPrimitiveValue | undefined;
|
3526
|
+
firstValueError?: boolean | undefined;
|
3527
|
+
secondValueError?: boolean | undefined;
|
3528
|
+
firstValueSuccess?: boolean | undefined;
|
3529
|
+
secondValueSuccess?: boolean | undefined;
|
3530
|
+
firstPlaceholder?: string | undefined;
|
3531
|
+
secondPlaceholder?: string | undefined;
|
3532
|
+
firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3533
|
+
firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3534
|
+
secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3535
|
+
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3536
|
+
firstTextfieldTextAfter?: string | undefined;
|
3537
|
+
secondTextfieldTextAfter?: string | undefined;
|
3538
|
+
autoComplete?: string | undefined;
|
3539
|
+
view?: string | undefined;
|
3540
|
+
size?: string | undefined;
|
3541
|
+
readOnly?: boolean | undefined;
|
3542
|
+
disabled?: boolean | undefined;
|
3543
|
+
requiredPlacement?: "right" | "left" | undefined;
|
3544
|
+
required?: boolean | undefined;
|
3545
|
+
hasRequiredIndicator?: boolean | undefined;
|
3546
|
+
onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
|
3547
|
+
onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
|
3548
|
+
onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined;
|
3549
|
+
onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined;
|
3550
|
+
onFocusFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3551
|
+
onFocusSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3552
|
+
onBlurFirstTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3553
|
+
onBlurSecondTextfield?: ((event: FocusEvent_2<HTMLInputElement, Element>) => void) | undefined;
|
3552
3554
|
} & {
|
3553
3555
|
dividerIcon?: ReactNode;
|
3554
|
-
dividerVariant?: "icon";
|
3555
|
-
firstTextfieldTextBefore?: string;
|
3556
|
-
secondTextfieldTextBefore?: string;
|
3556
|
+
dividerVariant?: "icon" | undefined;
|
3557
|
+
firstTextfieldTextBefore?: string | undefined;
|
3558
|
+
secondTextfieldTextBefore?: string | undefined;
|
3557
3559
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<RangeInputRefs>))>;
|
3558
3560
|
export { Range_2 as Range }
|
3559
3561
|
|
@@ -3583,19 +3585,19 @@ displayM: PolymorphicClassName;
|
|
3583
3585
|
displayS: PolymorphicClassName;
|
3584
3586
|
};
|
3585
3587
|
}> & {
|
3586
|
-
value?: number | null;
|
3587
|
-
hasValue?: boolean;
|
3588
|
-
precision?: number;
|
3589
|
-
valuePlacement?: "
|
3590
|
-
iconSlot?:
|
3591
|
-
iconSlotOutline?:
|
3592
|
-
iconSlotHalf?:
|
3593
|
-
hasIcons?: boolean;
|
3594
|
-
iconQuantity?: 1 | 5 | 10;
|
3595
|
-
helperText?: string;
|
3596
|
-
helperTextStretching?: "fixed" | "filled";
|
3597
|
-
size?: string;
|
3598
|
-
view?: string;
|
3588
|
+
value?: number | null | undefined;
|
3589
|
+
hasValue?: boolean | undefined;
|
3590
|
+
precision?: number | undefined;
|
3591
|
+
valuePlacement?: "after" | "before" | undefined;
|
3592
|
+
iconSlot?: ReactNode;
|
3593
|
+
iconSlotOutline?: ReactNode;
|
3594
|
+
iconSlotHalf?: ReactNode;
|
3595
|
+
hasIcons?: boolean | undefined;
|
3596
|
+
iconQuantity?: 1 | 5 | 10 | undefined;
|
3597
|
+
helperText?: string | undefined;
|
3598
|
+
helperTextStretching?: "fixed" | "filled" | undefined;
|
3599
|
+
size?: string | undefined;
|
3600
|
+
view?: string | undefined;
|
3599
3601
|
} & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLInputElement>>;
|
3600
3602
|
|
3601
3603
|
export { ratingClasses }
|
@@ -3677,14 +3679,14 @@ true: PolymorphicClassName;
|
|
3677
3679
|
};
|
3678
3680
|
}> & ButtonHTMLAttributes<HTMLButtonElement> & {
|
3679
3681
|
value: string;
|
3680
|
-
id?: string;
|
3681
|
-
label?:
|
3682
|
-
pilled?: boolean;
|
3683
|
-
customHandleSelect?: (e: MouseEvent_2<HTMLButtonElement>) => void;
|
3684
|
-
size?: string;
|
3685
|
-
view?: string;
|
3686
|
-
contentLeft?:
|
3687
|
-
contentRight?:
|
3682
|
+
id?: string | undefined;
|
3683
|
+
label?: ReactNode;
|
3684
|
+
pilled?: boolean | undefined;
|
3685
|
+
customHandleSelect?: ((e: MouseEvent_2<HTMLButtonElement, MouseEvent>) => void) | undefined;
|
3686
|
+
size?: string | undefined;
|
3687
|
+
view?: string | undefined;
|
3688
|
+
contentLeft?: ReactNode;
|
3689
|
+
contentRight?: ReactNode;
|
3688
3690
|
} & RefAttributes<HTMLLabelElement>>;
|
3689
3691
|
|
3690
3692
|
export { SegmentItemProps }
|
@@ -3694,7 +3696,7 @@ export { SegmentProvider }
|
|
3694
3696
|
export { SegmentProviderProps }
|
3695
3697
|
|
3696
3698
|
// @public (undocumented)
|
3697
|
-
export const Select: <T, K extends SelectItemOption>(props: SelectProps<T, K> & React_2.RefAttributes<HTMLButtonElement>) => React_2.ReactElement | null;
|
3699
|
+
export const Select: <T, K extends SelectItemOption>(props: SelectProps<T, K> & React_2.RefAttributes<HTMLButtonElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
|
3698
3700
|
|
3699
3701
|
export { SelectGroup }
|
3700
3702
|
|
@@ -3746,137 +3748,137 @@ disabled: {
|
|
3746
3748
|
true: PolymorphicClassName;
|
3747
3749
|
};
|
3748
3750
|
}> & ((SliderBaseProps & SliderInternalProps & {
|
3749
|
-
onChange?: (event: FormTypeNumber) => void;
|
3751
|
+
onChange?: ((event: FormTypeNumber) => void) | undefined;
|
3750
3752
|
name: string;
|
3751
|
-
value?:
|
3752
|
-
defaultValue?: number;
|
3753
|
-
} & {
|
3754
|
-
orientation?: "horizontal";
|
3755
|
-
labelPlacement?: "top" | "left" |
|
3756
|
-
scaleAlign?: "
|
3757
|
-
sliderAlign?:
|
3758
|
-
reversed?:
|
3759
|
-
labelReversed?:
|
3753
|
+
value?: undefined;
|
3754
|
+
defaultValue?: number | undefined;
|
3755
|
+
} & {
|
3756
|
+
orientation?: "horizontal" | undefined;
|
3757
|
+
labelPlacement?: "none" | "top" | "left" | undefined;
|
3758
|
+
scaleAlign?: "none" | "bottom" | "side" | undefined;
|
3759
|
+
sliderAlign?: "none" | undefined;
|
3760
|
+
reversed?: undefined;
|
3761
|
+
labelReversed?: undefined;
|
3760
3762
|
} & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
|
3761
|
-
onChangeCommitted?: (value: number) => void;
|
3762
|
-
ariaLabel?: string;
|
3763
|
-
showCurrentValue?: boolean;
|
3764
|
-
showRangeValues?: boolean;
|
3765
|
-
rangeValuesPlacement?: string;
|
3766
|
-
showScale?: boolean;
|
3767
|
-
hideMinValueDiff?: number;
|
3768
|
-
hideMaxValueDiff?: number;
|
3769
|
-
labelPlacement?: "
|
3763
|
+
onChangeCommitted?: ((value: number) => void) | undefined;
|
3764
|
+
ariaLabel?: string | undefined;
|
3765
|
+
showCurrentValue?: boolean | undefined;
|
3766
|
+
showRangeValues?: boolean | undefined;
|
3767
|
+
rangeValuesPlacement?: string | undefined;
|
3768
|
+
showScale?: boolean | undefined;
|
3769
|
+
hideMinValueDiff?: number | undefined;
|
3770
|
+
hideMaxValueDiff?: number | undefined;
|
3771
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
3770
3772
|
labelContentLeft?: ReactNode;
|
3771
3773
|
labelContent?: ReactNode;
|
3772
|
-
multipleStepSize?: number;
|
3773
|
-
view?: string;
|
3774
|
-
size?: "
|
3775
|
-
type?: "single";
|
3776
|
-
pointerSize?: "small" | "large" |
|
3777
|
-
pointerVisibility: "
|
3778
|
-
currentValueVisibility: "
|
3774
|
+
multipleStepSize?: number | undefined;
|
3775
|
+
view?: string | undefined;
|
3776
|
+
size?: "m" | "s" | "l" | undefined;
|
3777
|
+
type?: "single" | undefined;
|
3778
|
+
pointerSize?: "none" | "small" | "large" | undefined;
|
3779
|
+
pointerVisibility: "hover" | "always";
|
3780
|
+
currentValueVisibility: "hover" | "always";
|
3779
3781
|
} & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
|
3780
|
-
onChange?: (event: FormTypeNumber) => void;
|
3782
|
+
onChange?: ((event: FormTypeNumber) => void) | undefined;
|
3781
3783
|
name: string;
|
3782
|
-
value?:
|
3783
|
-
defaultValue?: number;
|
3784
|
+
value?: undefined;
|
3785
|
+
defaultValue?: number | undefined;
|
3784
3786
|
} & {
|
3785
3787
|
orientation: "vertical";
|
3786
|
-
sliderAlign?: "
|
3787
|
-
scaleAlign?:
|
3788
|
-
reversed?: boolean;
|
3789
|
-
labelReversed?: boolean;
|
3788
|
+
sliderAlign?: "none" | "center" | "right" | "left" | undefined;
|
3789
|
+
scaleAlign?: undefined;
|
3790
|
+
reversed?: boolean | undefined;
|
3791
|
+
labelReversed?: boolean | undefined;
|
3790
3792
|
} & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
|
3791
|
-
onChangeCommitted?: (value: number) => void;
|
3792
|
-
ariaLabel?: string;
|
3793
|
-
showCurrentValue?: boolean;
|
3794
|
-
showRangeValues?: boolean;
|
3795
|
-
rangeValuesPlacement?: string;
|
3796
|
-
showScale?: boolean;
|
3797
|
-
hideMinValueDiff?: number;
|
3798
|
-
hideMaxValueDiff?: number;
|
3799
|
-
labelPlacement?: "
|
3793
|
+
onChangeCommitted?: ((value: number) => void) | undefined;
|
3794
|
+
ariaLabel?: string | undefined;
|
3795
|
+
showCurrentValue?: boolean | undefined;
|
3796
|
+
showRangeValues?: boolean | undefined;
|
3797
|
+
rangeValuesPlacement?: string | undefined;
|
3798
|
+
showScale?: boolean | undefined;
|
3799
|
+
hideMinValueDiff?: number | undefined;
|
3800
|
+
hideMaxValueDiff?: number | undefined;
|
3801
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
3800
3802
|
labelContentLeft?: ReactNode;
|
3801
3803
|
labelContent?: ReactNode;
|
3802
|
-
multipleStepSize?: number;
|
3803
|
-
view?: string;
|
3804
|
-
size?: "
|
3805
|
-
type?: "single";
|
3806
|
-
pointerSize?: "small" | "large" |
|
3807
|
-
pointerVisibility: "
|
3808
|
-
currentValueVisibility: "
|
3804
|
+
multipleStepSize?: number | undefined;
|
3805
|
+
view?: string | undefined;
|
3806
|
+
size?: "m" | "s" | "l" | undefined;
|
3807
|
+
type?: "single" | undefined;
|
3808
|
+
pointerSize?: "none" | "small" | "large" | undefined;
|
3809
|
+
pointerVisibility: "hover" | "always";
|
3810
|
+
currentValueVisibility: "hover" | "always";
|
3809
3811
|
} & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
|
3810
|
-
onChange?: (value: number) => void;
|
3812
|
+
onChange?: ((value: number) => void) | undefined;
|
3811
3813
|
value: number;
|
3812
|
-
name?:
|
3813
|
-
defaultValue?:
|
3814
|
-
} & {
|
3815
|
-
orientation?: "horizontal";
|
3816
|
-
labelPlacement?: "top" | "left" |
|
3817
|
-
scaleAlign?: "
|
3818
|
-
sliderAlign?:
|
3819
|
-
reversed?:
|
3820
|
-
labelReversed?:
|
3814
|
+
name?: undefined;
|
3815
|
+
defaultValue?: undefined;
|
3816
|
+
} & {
|
3817
|
+
orientation?: "horizontal" | undefined;
|
3818
|
+
labelPlacement?: "none" | "top" | "left" | undefined;
|
3819
|
+
scaleAlign?: "none" | "bottom" | "side" | undefined;
|
3820
|
+
sliderAlign?: "none" | undefined;
|
3821
|
+
reversed?: undefined;
|
3822
|
+
labelReversed?: undefined;
|
3821
3823
|
} & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
|
3822
|
-
onChangeCommitted?: (value: number) => void;
|
3823
|
-
ariaLabel?: string;
|
3824
|
-
showCurrentValue?: boolean;
|
3825
|
-
showRangeValues?: boolean;
|
3826
|
-
rangeValuesPlacement?: string;
|
3827
|
-
showScale?: boolean;
|
3828
|
-
hideMinValueDiff?: number;
|
3829
|
-
hideMaxValueDiff?: number;
|
3830
|
-
labelPlacement?: "
|
3824
|
+
onChangeCommitted?: ((value: number) => void) | undefined;
|
3825
|
+
ariaLabel?: string | undefined;
|
3826
|
+
showCurrentValue?: boolean | undefined;
|
3827
|
+
showRangeValues?: boolean | undefined;
|
3828
|
+
rangeValuesPlacement?: string | undefined;
|
3829
|
+
showScale?: boolean | undefined;
|
3830
|
+
hideMinValueDiff?: number | undefined;
|
3831
|
+
hideMaxValueDiff?: number | undefined;
|
3832
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
3831
3833
|
labelContentLeft?: ReactNode;
|
3832
3834
|
labelContent?: ReactNode;
|
3833
|
-
multipleStepSize?: number;
|
3834
|
-
view?: string;
|
3835
|
-
size?: "
|
3836
|
-
type?: "single";
|
3837
|
-
pointerSize?: "small" | "large" |
|
3838
|
-
pointerVisibility: "
|
3839
|
-
currentValueVisibility: "
|
3835
|
+
multipleStepSize?: number | undefined;
|
3836
|
+
view?: string | undefined;
|
3837
|
+
size?: "m" | "s" | "l" | undefined;
|
3838
|
+
type?: "single" | undefined;
|
3839
|
+
pointerSize?: "none" | "small" | "large" | undefined;
|
3840
|
+
pointerVisibility: "hover" | "always";
|
3841
|
+
currentValueVisibility: "hover" | "always";
|
3840
3842
|
} & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
|
3841
|
-
onChange?: (value: number) => void;
|
3843
|
+
onChange?: ((value: number) => void) | undefined;
|
3842
3844
|
value: number;
|
3843
|
-
name?:
|
3844
|
-
defaultValue?:
|
3845
|
+
name?: undefined;
|
3846
|
+
defaultValue?: undefined;
|
3845
3847
|
} & {
|
3846
3848
|
orientation: "vertical";
|
3847
|
-
sliderAlign?: "
|
3848
|
-
scaleAlign?:
|
3849
|
-
reversed?: boolean;
|
3850
|
-
labelReversed?: boolean;
|
3849
|
+
sliderAlign?: "none" | "center" | "right" | "left" | undefined;
|
3850
|
+
scaleAlign?: undefined;
|
3851
|
+
reversed?: boolean | undefined;
|
3852
|
+
labelReversed?: boolean | undefined;
|
3851
3853
|
} & Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "defaultValue"> & {
|
3852
|
-
onChangeCommitted?: (value: number) => void;
|
3853
|
-
ariaLabel?: string;
|
3854
|
-
showCurrentValue?: boolean;
|
3855
|
-
showRangeValues?: boolean;
|
3856
|
-
rangeValuesPlacement?: string;
|
3857
|
-
showScale?: boolean;
|
3858
|
-
hideMinValueDiff?: number;
|
3859
|
-
hideMaxValueDiff?: number;
|
3860
|
-
labelPlacement?: "
|
3854
|
+
onChangeCommitted?: ((value: number) => void) | undefined;
|
3855
|
+
ariaLabel?: string | undefined;
|
3856
|
+
showCurrentValue?: boolean | undefined;
|
3857
|
+
showRangeValues?: boolean | undefined;
|
3858
|
+
rangeValuesPlacement?: string | undefined;
|
3859
|
+
showScale?: boolean | undefined;
|
3860
|
+
hideMinValueDiff?: number | undefined;
|
3861
|
+
hideMaxValueDiff?: number | undefined;
|
3862
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
3861
3863
|
labelContentLeft?: ReactNode;
|
3862
3864
|
labelContent?: ReactNode;
|
3863
|
-
multipleStepSize?: number;
|
3864
|
-
view?: string;
|
3865
|
-
size?: "
|
3866
|
-
type?: "single";
|
3867
|
-
pointerSize?: "small" | "large" |
|
3868
|
-
pointerVisibility: "
|
3869
|
-
currentValueVisibility: "
|
3865
|
+
multipleStepSize?: number | undefined;
|
3866
|
+
view?: string | undefined;
|
3867
|
+
size?: "m" | "s" | "l" | undefined;
|
3868
|
+
type?: "single" | undefined;
|
3869
|
+
pointerSize?: "none" | "small" | "large" | undefined;
|
3870
|
+
pointerVisibility: "hover" | "always";
|
3871
|
+
currentValueVisibility: "hover" | "always";
|
3870
3872
|
} & RefAttributes<HTMLDivElement>) | (Omit<DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
|
3871
|
-
onChange?: (event: FormTypeString) => void;
|
3872
|
-
name?: string;
|
3873
|
-
value?:
|
3874
|
-
defaultValue?: number[];
|
3873
|
+
onChange?: ((event: FormTypeString) => void) | undefined;
|
3874
|
+
name?: string | undefined;
|
3875
|
+
value?: undefined;
|
3876
|
+
defaultValue?: number[] | undefined;
|
3875
3877
|
} & RefAttributes<HTMLDivElement>) | (Omit<DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
|
3876
|
-
onChange?: (values: number[]) => void;
|
3877
|
-
name?:
|
3878
|
-
value?: number[];
|
3879
|
-
defaultValue?:
|
3878
|
+
onChange?: ((values: number[]) => void) | undefined;
|
3879
|
+
name?: undefined;
|
3880
|
+
value?: number[] | undefined;
|
3881
|
+
defaultValue?: undefined;
|
3880
3882
|
} & RefAttributes<HTMLDivElement>))>;
|
3881
3883
|
|
3882
3884
|
export { SliderProps }
|
@@ -4009,37 +4011,37 @@ true: PolymorphicClassName;
|
|
4009
4011
|
disabled: {
|
4010
4012
|
true: PolymorphicClassName;
|
4011
4013
|
};
|
4012
|
-
}> & ((Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "
|
4013
|
-
status?: "" | "
|
4014
|
-
label?: string;
|
4015
|
-
labelPlacement?: "
|
4014
|
+
}> & ((Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
4015
|
+
status?: "" | "warning" | "success" | "error" | undefined;
|
4016
|
+
label?: string | undefined;
|
4017
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4016
4018
|
titleCaption?: ReactNode;
|
4017
|
-
contentRight?:
|
4018
|
-
resize?: "none" | "both" | "horizontal" | "vertical";
|
4019
|
-
helperText?: string;
|
4019
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
4020
|
+
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
4021
|
+
helperText?: string | undefined;
|
4020
4022
|
leftHelper?: ReactNode;
|
4021
4023
|
rightHelper?: ReactNode;
|
4022
|
-
leftHelperPlacement?: "
|
4024
|
+
leftHelperPlacement?: "outer" | "inner" | undefined;
|
4023
4025
|
} & {
|
4024
|
-
required?: boolean;
|
4025
|
-
requiredPlacement?: "
|
4026
|
-
optional?: boolean;
|
4027
|
-
hasRequiredIndicator?: boolean;
|
4026
|
+
required?: boolean | undefined;
|
4027
|
+
requiredPlacement?: "right" | "left" | undefined;
|
4028
|
+
optional?: boolean | undefined;
|
4029
|
+
hasRequiredIndicator?: boolean | undefined;
|
4028
4030
|
} & {
|
4029
4031
|
hintText: string;
|
4030
|
-
hintTrigger?: "hover" | "click";
|
4031
|
-
hintOpened?: boolean;
|
4032
|
-
hintView?: string;
|
4033
|
-
hintSize?: string;
|
4032
|
+
hintTrigger?: "hover" | "click" | undefined;
|
4033
|
+
hintOpened?: boolean | undefined;
|
4034
|
+
hintView?: string | undefined;
|
4035
|
+
hintSize?: string | undefined;
|
4034
4036
|
hintTargetIcon?: ReactNode;
|
4035
|
-
hintPlacement?: PopoverPlacement |
|
4036
|
-
hintHasArrow?: boolean;
|
4037
|
-
hintOffset?: [number, number];
|
4038
|
-
hintWidth?: string;
|
4037
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
4038
|
+
hintHasArrow?: boolean | undefined;
|
4039
|
+
hintOffset?: [number, number] | undefined;
|
4040
|
+
hintWidth?: string | undefined;
|
4039
4041
|
hintContentLeft?: ReactNode;
|
4040
4042
|
} & {
|
4041
|
-
size?: string;
|
4042
|
-
view?: string;
|
4043
|
+
size?: string | undefined;
|
4044
|
+
view?: string | undefined;
|
4043
4045
|
} & {
|
4044
4046
|
autoResize?: boolean | undefined;
|
4045
4047
|
maxAuto?: number | undefined;
|
@@ -4053,40 +4055,40 @@ cols?: undefined;
|
|
4053
4055
|
} & {
|
4054
4056
|
clear?: undefined;
|
4055
4057
|
hasDivider?: undefined;
|
4056
|
-
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "
|
4057
|
-
status?: "" | "
|
4058
|
-
label?: string;
|
4059
|
-
labelPlacement?: "
|
4058
|
+
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
4059
|
+
status?: "" | "warning" | "success" | "error" | undefined;
|
4060
|
+
label?: string | undefined;
|
4061
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4060
4062
|
titleCaption?: ReactNode;
|
4061
|
-
contentRight?:
|
4062
|
-
resize?: "none" | "both" | "horizontal" | "vertical";
|
4063
|
-
helperText?: string;
|
4063
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
4064
|
+
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
4065
|
+
helperText?: string | undefined;
|
4064
4066
|
leftHelper?: ReactNode;
|
4065
4067
|
rightHelper?: ReactNode;
|
4066
|
-
leftHelperPlacement?: "
|
4068
|
+
leftHelperPlacement?: "outer" | "inner" | undefined;
|
4067
4069
|
} & {
|
4068
|
-
required?: boolean;
|
4069
|
-
requiredPlacement?: "
|
4070
|
-
optional?: boolean;
|
4071
|
-
hasRequiredIndicator?: boolean;
|
4070
|
+
required?: boolean | undefined;
|
4071
|
+
requiredPlacement?: "right" | "left" | undefined;
|
4072
|
+
optional?: boolean | undefined;
|
4073
|
+
hasRequiredIndicator?: boolean | undefined;
|
4072
4074
|
} & {
|
4073
4075
|
hintText: string;
|
4074
|
-
hintTrigger?: "hover" | "click";
|
4075
|
-
hintOpened?: boolean;
|
4076
|
-
hintView?: string;
|
4077
|
-
hintSize?: string;
|
4076
|
+
hintTrigger?: "hover" | "click" | undefined;
|
4077
|
+
hintOpened?: boolean | undefined;
|
4078
|
+
hintView?: string | undefined;
|
4079
|
+
hintSize?: string | undefined;
|
4078
4080
|
hintTargetIcon?: ReactNode;
|
4079
|
-
hintPlacement?: PopoverPlacement |
|
4080
|
-
hintHasArrow?: boolean;
|
4081
|
-
hintOffset?: [number, number];
|
4082
|
-
hintWidth?: string;
|
4081
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
4082
|
+
hintHasArrow?: boolean | undefined;
|
4083
|
+
hintOffset?: [number, number] | undefined;
|
4084
|
+
hintWidth?: string | undefined;
|
4083
4085
|
hintContentLeft?: ReactNode;
|
4084
4086
|
} & {
|
4085
|
-
size?: string;
|
4086
|
-
view?: string;
|
4087
|
+
size?: string | undefined;
|
4088
|
+
view?: string | undefined;
|
4087
4089
|
} & {
|
4088
|
-
height?:
|
4089
|
-
width?:
|
4090
|
+
height?: string | number | undefined;
|
4091
|
+
width?: string | number | undefined;
|
4090
4092
|
} & {
|
4091
4093
|
autoResize?: undefined;
|
4092
4094
|
maxAuto?: undefined;
|
@@ -4097,37 +4099,37 @@ cols?: undefined;
|
|
4097
4099
|
} & {
|
4098
4100
|
clear?: undefined;
|
4099
4101
|
hasDivider?: undefined;
|
4100
|
-
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "
|
4101
|
-
status?: "" | "
|
4102
|
-
label?: string;
|
4103
|
-
labelPlacement?: "
|
4102
|
+
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
4103
|
+
status?: "" | "warning" | "success" | "error" | undefined;
|
4104
|
+
label?: string | undefined;
|
4105
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4104
4106
|
titleCaption?: ReactNode;
|
4105
|
-
contentRight?:
|
4106
|
-
resize?: "none" | "both" | "horizontal" | "vertical";
|
4107
|
-
helperText?: string;
|
4107
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
4108
|
+
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
4109
|
+
helperText?: string | undefined;
|
4108
4110
|
leftHelper?: ReactNode;
|
4109
4111
|
rightHelper?: ReactNode;
|
4110
|
-
leftHelperPlacement?: "
|
4112
|
+
leftHelperPlacement?: "outer" | "inner" | undefined;
|
4111
4113
|
} & {
|
4112
|
-
required?: boolean;
|
4113
|
-
requiredPlacement?: "
|
4114
|
-
optional?: boolean;
|
4115
|
-
hasRequiredIndicator?: boolean;
|
4114
|
+
required?: boolean | undefined;
|
4115
|
+
requiredPlacement?: "right" | "left" | undefined;
|
4116
|
+
optional?: boolean | undefined;
|
4117
|
+
hasRequiredIndicator?: boolean | undefined;
|
4116
4118
|
} & {
|
4117
4119
|
hintText: string;
|
4118
|
-
hintTrigger?: "hover" | "click";
|
4119
|
-
hintOpened?: boolean;
|
4120
|
-
hintView?: string;
|
4121
|
-
hintSize?: string;
|
4120
|
+
hintTrigger?: "hover" | "click" | undefined;
|
4121
|
+
hintOpened?: boolean | undefined;
|
4122
|
+
hintView?: string | undefined;
|
4123
|
+
hintSize?: string | undefined;
|
4122
4124
|
hintTargetIcon?: ReactNode;
|
4123
|
-
hintPlacement?: PopoverPlacement |
|
4124
|
-
hintHasArrow?: boolean;
|
4125
|
-
hintOffset?: [number, number];
|
4126
|
-
hintWidth?: string;
|
4125
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
4126
|
+
hintHasArrow?: boolean | undefined;
|
4127
|
+
hintOffset?: [number, number] | undefined;
|
4128
|
+
hintWidth?: string | undefined;
|
4127
4129
|
hintContentLeft?: ReactNode;
|
4128
4130
|
} & {
|
4129
|
-
size?: string;
|
4130
|
-
view?: string;
|
4131
|
+
size?: string | undefined;
|
4132
|
+
view?: string | undefined;
|
4131
4133
|
} & {
|
4132
4134
|
rows?: number | undefined;
|
4133
4135
|
cols?: number | undefined;
|
@@ -4141,37 +4143,37 @@ width?: undefined;
|
|
4141
4143
|
} & {
|
4142
4144
|
clear?: undefined;
|
4143
4145
|
hasDivider?: undefined;
|
4144
|
-
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "
|
4145
|
-
status?: "" | "
|
4146
|
-
label?: string;
|
4147
|
-
labelPlacement?: "
|
4146
|
+
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
4147
|
+
status?: "" | "warning" | "success" | "error" | undefined;
|
4148
|
+
label?: string | undefined;
|
4149
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4148
4150
|
titleCaption?: ReactNode;
|
4149
|
-
contentRight?:
|
4150
|
-
resize?: "none" | "both" | "horizontal" | "vertical";
|
4151
|
-
helperText?: string;
|
4151
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
4152
|
+
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
4153
|
+
helperText?: string | undefined;
|
4152
4154
|
leftHelper?: ReactNode;
|
4153
4155
|
rightHelper?: ReactNode;
|
4154
|
-
leftHelperPlacement?: "
|
4156
|
+
leftHelperPlacement?: "outer" | "inner" | undefined;
|
4155
4157
|
} & {
|
4156
|
-
required?: boolean;
|
4157
|
-
requiredPlacement?: "
|
4158
|
-
optional?: boolean;
|
4159
|
-
hasRequiredIndicator?: boolean;
|
4158
|
+
required?: boolean | undefined;
|
4159
|
+
requiredPlacement?: "right" | "left" | undefined;
|
4160
|
+
optional?: boolean | undefined;
|
4161
|
+
hasRequiredIndicator?: boolean | undefined;
|
4160
4162
|
} & {
|
4161
4163
|
hintText: string;
|
4162
|
-
hintTrigger?: "hover" | "click";
|
4163
|
-
hintOpened?: boolean;
|
4164
|
-
hintView?: string;
|
4165
|
-
hintSize?: string;
|
4164
|
+
hintTrigger?: "hover" | "click" | undefined;
|
4165
|
+
hintOpened?: boolean | undefined;
|
4166
|
+
hintView?: string | undefined;
|
4167
|
+
hintSize?: string | undefined;
|
4166
4168
|
hintTargetIcon?: ReactNode;
|
4167
|
-
hintPlacement?: PopoverPlacement |
|
4168
|
-
hintHasArrow?: boolean;
|
4169
|
-
hintOffset?: [number, number];
|
4170
|
-
hintWidth?: string;
|
4169
|
+
hintPlacement?: PopoverPlacement | PopoverPlacementBasic[] | undefined;
|
4170
|
+
hintHasArrow?: boolean | undefined;
|
4171
|
+
hintOffset?: [number, number] | undefined;
|
4172
|
+
hintWidth?: string | undefined;
|
4171
4173
|
hintContentLeft?: ReactNode;
|
4172
4174
|
} & {
|
4173
|
-
size?: string;
|
4174
|
-
view?: string;
|
4175
|
+
size?: string | undefined;
|
4176
|
+
view?: string | undefined;
|
4175
4177
|
} & {
|
4176
4178
|
clear?: true | undefined;
|
4177
4179
|
hasDivider?: boolean | undefined;
|
@@ -4185,37 +4187,37 @@ minAuto?: undefined;
|
|
4185
4187
|
} & {
|
4186
4188
|
height?: undefined;
|
4187
4189
|
width?: undefined;
|
4188
|
-
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "
|
4189
|
-
status?: "" | "
|
4190
|
-
label?: string;
|
4191
|
-
labelPlacement?: "
|
4190
|
+
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
4191
|
+
status?: "" | "warning" | "success" | "error" | undefined;
|
4192
|
+
label?: string | undefined;
|
4193
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4192
4194
|
titleCaption?: ReactNode;
|
4193
|
-
contentRight?:
|
4194
|
-
resize?: "none" | "both" | "horizontal" | "vertical";
|
4195
|
-
helperText?: string;
|
4195
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
4196
|
+
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
4197
|
+
helperText?: string | undefined;
|
4196
4198
|
leftHelper?: ReactNode;
|
4197
4199
|
rightHelper?: ReactNode;
|
4198
|
-
leftHelperPlacement?: "
|
4199
|
-
} & {
|
4200
|
-
required?: boolean;
|
4201
|
-
requiredPlacement?: "
|
4202
|
-
optional?: boolean;
|
4203
|
-
hasRequiredIndicator?: boolean;
|
4204
|
-
} & {
|
4205
|
-
hintText?:
|
4206
|
-
hintOpened?:
|
4207
|
-
hintTrigger?:
|
4208
|
-
hintView?:
|
4209
|
-
hintSize?:
|
4210
|
-
hintTargetIcon?:
|
4211
|
-
hintPlacement?:
|
4212
|
-
hintHasArrow?:
|
4213
|
-
hintOffset?:
|
4214
|
-
hintWidth?:
|
4215
|
-
hintContentLeft?:
|
4216
|
-
} & {
|
4217
|
-
size?: string;
|
4218
|
-
view?: string;
|
4200
|
+
leftHelperPlacement?: "outer" | "inner" | undefined;
|
4201
|
+
} & {
|
4202
|
+
required?: boolean | undefined;
|
4203
|
+
requiredPlacement?: "right" | "left" | undefined;
|
4204
|
+
optional?: boolean | undefined;
|
4205
|
+
hasRequiredIndicator?: boolean | undefined;
|
4206
|
+
} & {
|
4207
|
+
hintText?: undefined;
|
4208
|
+
hintOpened?: undefined;
|
4209
|
+
hintTrigger?: undefined;
|
4210
|
+
hintView?: undefined;
|
4211
|
+
hintSize?: undefined;
|
4212
|
+
hintTargetIcon?: undefined;
|
4213
|
+
hintPlacement?: undefined;
|
4214
|
+
hintHasArrow?: undefined;
|
4215
|
+
hintOffset?: undefined;
|
4216
|
+
hintWidth?: undefined;
|
4217
|
+
hintContentLeft?: undefined;
|
4218
|
+
} & {
|
4219
|
+
size?: string | undefined;
|
4220
|
+
view?: string | undefined;
|
4219
4221
|
} & {
|
4220
4222
|
autoResize?: boolean | undefined;
|
4221
4223
|
maxAuto?: number | undefined;
|
@@ -4229,40 +4231,40 @@ cols?: undefined;
|
|
4229
4231
|
} & {
|
4230
4232
|
clear?: undefined;
|
4231
4233
|
hasDivider?: undefined;
|
4232
|
-
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "
|
4233
|
-
status?: "" | "
|
4234
|
-
label?: string;
|
4235
|
-
labelPlacement?: "
|
4234
|
+
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
4235
|
+
status?: "" | "warning" | "success" | "error" | undefined;
|
4236
|
+
label?: string | undefined;
|
4237
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4236
4238
|
titleCaption?: ReactNode;
|
4237
|
-
contentRight?:
|
4238
|
-
resize?: "none" | "both" | "horizontal" | "vertical";
|
4239
|
-
helperText?: string;
|
4239
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
4240
|
+
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
4241
|
+
helperText?: string | undefined;
|
4240
4242
|
leftHelper?: ReactNode;
|
4241
4243
|
rightHelper?: ReactNode;
|
4242
|
-
leftHelperPlacement?: "
|
4243
|
-
} & {
|
4244
|
-
required?: boolean;
|
4245
|
-
requiredPlacement?: "
|
4246
|
-
optional?: boolean;
|
4247
|
-
hasRequiredIndicator?: boolean;
|
4248
|
-
} & {
|
4249
|
-
hintText?:
|
4250
|
-
hintOpened?:
|
4251
|
-
hintTrigger?:
|
4252
|
-
hintView?:
|
4253
|
-
hintSize?:
|
4254
|
-
hintTargetIcon?:
|
4255
|
-
hintPlacement?:
|
4256
|
-
hintHasArrow?:
|
4257
|
-
hintOffset?:
|
4258
|
-
hintWidth?:
|
4259
|
-
hintContentLeft?:
|
4260
|
-
} & {
|
4261
|
-
size?: string;
|
4262
|
-
view?: string;
|
4263
|
-
} & {
|
4264
|
-
height?:
|
4265
|
-
width?:
|
4244
|
+
leftHelperPlacement?: "outer" | "inner" | undefined;
|
4245
|
+
} & {
|
4246
|
+
required?: boolean | undefined;
|
4247
|
+
requiredPlacement?: "right" | "left" | undefined;
|
4248
|
+
optional?: boolean | undefined;
|
4249
|
+
hasRequiredIndicator?: boolean | undefined;
|
4250
|
+
} & {
|
4251
|
+
hintText?: undefined;
|
4252
|
+
hintOpened?: undefined;
|
4253
|
+
hintTrigger?: undefined;
|
4254
|
+
hintView?: undefined;
|
4255
|
+
hintSize?: undefined;
|
4256
|
+
hintTargetIcon?: undefined;
|
4257
|
+
hintPlacement?: undefined;
|
4258
|
+
hintHasArrow?: undefined;
|
4259
|
+
hintOffset?: undefined;
|
4260
|
+
hintWidth?: undefined;
|
4261
|
+
hintContentLeft?: undefined;
|
4262
|
+
} & {
|
4263
|
+
size?: string | undefined;
|
4264
|
+
view?: string | undefined;
|
4265
|
+
} & {
|
4266
|
+
height?: string | number | undefined;
|
4267
|
+
width?: string | number | undefined;
|
4266
4268
|
} & {
|
4267
4269
|
autoResize?: undefined;
|
4268
4270
|
maxAuto?: undefined;
|
@@ -4273,37 +4275,37 @@ cols?: undefined;
|
|
4273
4275
|
} & {
|
4274
4276
|
clear?: undefined;
|
4275
4277
|
hasDivider?: undefined;
|
4276
|
-
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "
|
4277
|
-
status?: "" | "
|
4278
|
-
label?: string;
|
4279
|
-
labelPlacement?: "
|
4278
|
+
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
4279
|
+
status?: "" | "warning" | "success" | "error" | undefined;
|
4280
|
+
label?: string | undefined;
|
4281
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4280
4282
|
titleCaption?: ReactNode;
|
4281
|
-
contentRight?:
|
4282
|
-
resize?: "none" | "both" | "horizontal" | "vertical";
|
4283
|
-
helperText?: string;
|
4283
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
4284
|
+
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
4285
|
+
helperText?: string | undefined;
|
4284
4286
|
leftHelper?: ReactNode;
|
4285
4287
|
rightHelper?: ReactNode;
|
4286
|
-
leftHelperPlacement?: "
|
4287
|
-
} & {
|
4288
|
-
required?: boolean;
|
4289
|
-
requiredPlacement?: "
|
4290
|
-
optional?: boolean;
|
4291
|
-
hasRequiredIndicator?: boolean;
|
4292
|
-
} & {
|
4293
|
-
hintText?:
|
4294
|
-
hintOpened?:
|
4295
|
-
hintTrigger?:
|
4296
|
-
hintView?:
|
4297
|
-
hintSize?:
|
4298
|
-
hintTargetIcon?:
|
4299
|
-
hintPlacement?:
|
4300
|
-
hintHasArrow?:
|
4301
|
-
hintOffset?:
|
4302
|
-
hintWidth?:
|
4303
|
-
hintContentLeft?:
|
4304
|
-
} & {
|
4305
|
-
size?: string;
|
4306
|
-
view?: string;
|
4288
|
+
leftHelperPlacement?: "outer" | "inner" | undefined;
|
4289
|
+
} & {
|
4290
|
+
required?: boolean | undefined;
|
4291
|
+
requiredPlacement?: "right" | "left" | undefined;
|
4292
|
+
optional?: boolean | undefined;
|
4293
|
+
hasRequiredIndicator?: boolean | undefined;
|
4294
|
+
} & {
|
4295
|
+
hintText?: undefined;
|
4296
|
+
hintOpened?: undefined;
|
4297
|
+
hintTrigger?: undefined;
|
4298
|
+
hintView?: undefined;
|
4299
|
+
hintSize?: undefined;
|
4300
|
+
hintTargetIcon?: undefined;
|
4301
|
+
hintPlacement?: undefined;
|
4302
|
+
hintHasArrow?: undefined;
|
4303
|
+
hintOffset?: undefined;
|
4304
|
+
hintWidth?: undefined;
|
4305
|
+
hintContentLeft?: undefined;
|
4306
|
+
} & {
|
4307
|
+
size?: string | undefined;
|
4308
|
+
view?: string | undefined;
|
4307
4309
|
} & {
|
4308
4310
|
rows?: number | undefined;
|
4309
4311
|
cols?: number | undefined;
|
@@ -4317,37 +4319,37 @@ width?: undefined;
|
|
4317
4319
|
} & {
|
4318
4320
|
clear?: undefined;
|
4319
4321
|
hasDivider?: undefined;
|
4320
|
-
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "
|
4321
|
-
status?: "" | "
|
4322
|
-
label?: string;
|
4323
|
-
labelPlacement?: "
|
4322
|
+
} & RefAttributes<HTMLTextAreaElement>) | (Omit<TextareaHTMLAttributes_2<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
4323
|
+
status?: "" | "warning" | "success" | "error" | undefined;
|
4324
|
+
label?: string | undefined;
|
4325
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4324
4326
|
titleCaption?: ReactNode;
|
4325
|
-
contentRight?:
|
4326
|
-
resize?: "none" | "both" | "horizontal" | "vertical";
|
4327
|
-
helperText?: string;
|
4327
|
+
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
4328
|
+
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
4329
|
+
helperText?: string | undefined;
|
4328
4330
|
leftHelper?: ReactNode;
|
4329
4331
|
rightHelper?: ReactNode;
|
4330
|
-
leftHelperPlacement?: "
|
4331
|
-
} & {
|
4332
|
-
required?: boolean;
|
4333
|
-
requiredPlacement?: "
|
4334
|
-
optional?: boolean;
|
4335
|
-
hasRequiredIndicator?: boolean;
|
4336
|
-
} & {
|
4337
|
-
hintText?:
|
4338
|
-
hintOpened?:
|
4339
|
-
hintTrigger?:
|
4340
|
-
hintView?:
|
4341
|
-
hintSize?:
|
4342
|
-
hintTargetIcon?:
|
4343
|
-
hintPlacement?:
|
4344
|
-
hintHasArrow?:
|
4345
|
-
hintOffset?:
|
4346
|
-
hintWidth?:
|
4347
|
-
hintContentLeft?:
|
4348
|
-
} & {
|
4349
|
-
size?: string;
|
4350
|
-
view?: string;
|
4332
|
+
leftHelperPlacement?: "outer" | "inner" | undefined;
|
4333
|
+
} & {
|
4334
|
+
required?: boolean | undefined;
|
4335
|
+
requiredPlacement?: "right" | "left" | undefined;
|
4336
|
+
optional?: boolean | undefined;
|
4337
|
+
hasRequiredIndicator?: boolean | undefined;
|
4338
|
+
} & {
|
4339
|
+
hintText?: undefined;
|
4340
|
+
hintOpened?: undefined;
|
4341
|
+
hintTrigger?: undefined;
|
4342
|
+
hintView?: undefined;
|
4343
|
+
hintSize?: undefined;
|
4344
|
+
hintTargetIcon?: undefined;
|
4345
|
+
hintPlacement?: undefined;
|
4346
|
+
hintHasArrow?: undefined;
|
4347
|
+
hintOffset?: undefined;
|
4348
|
+
hintWidth?: undefined;
|
4349
|
+
hintContentLeft?: undefined;
|
4350
|
+
} & {
|
4351
|
+
size?: string | undefined;
|
4352
|
+
view?: string | undefined;
|
4351
4353
|
} & {
|
4352
4354
|
clear?: true | undefined;
|
4353
4355
|
hasDivider?: boolean | undefined;
|
@@ -4403,21 +4405,21 @@ auto: PolymorphicClassName;
|
|
4403
4405
|
filled: PolymorphicClassName;
|
4404
4406
|
};
|
4405
4407
|
}> & ((HTMLAttributes<HTMLDivElement> & {
|
4406
|
-
orientation?: Orientation;
|
4407
|
-
stretching?: "auto" | "filled";
|
4408
|
-
size?: string;
|
4409
|
-
isCommonTextFieldStyles?: boolean;
|
4408
|
+
orientation?: Orientation | undefined;
|
4409
|
+
stretching?: ("auto" | "filled") | undefined;
|
4410
|
+
size?: string | undefined;
|
4411
|
+
isCommonTextFieldStyles?: boolean | undefined;
|
4410
4412
|
} & {
|
4411
|
-
gap?: "none" | "dense";
|
4412
|
-
shape?: "segmented";
|
4413
|
+
gap?: "none" | "dense" | undefined;
|
4414
|
+
shape?: "segmented" | undefined;
|
4413
4415
|
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
4414
|
-
orientation?: Orientation;
|
4415
|
-
stretching?: "auto" | "filled";
|
4416
|
-
size?: string;
|
4417
|
-
isCommonTextFieldStyles?: boolean;
|
4416
|
+
orientation?: Orientation | undefined;
|
4417
|
+
stretching?: ("auto" | "filled") | undefined;
|
4418
|
+
size?: string | undefined;
|
4419
|
+
isCommonTextFieldStyles?: boolean | undefined;
|
4418
4420
|
} & {
|
4419
|
-
gap?: "dense" | "wide";
|
4420
|
-
shape?: "default";
|
4421
|
+
gap?: "dense" | "wide" | undefined;
|
4422
|
+
shape?: "default" | undefined;
|
4421
4423
|
} & RefAttributes<HTMLDivElement>))>;
|
4422
4424
|
|
4423
4425
|
export { TextFieldGroupProps }
|
@@ -4436,9 +4438,9 @@ size: {
|
|
4436
4438
|
l: PolymorphicClassName;
|
4437
4439
|
};
|
4438
4440
|
}> & {
|
4439
|
-
noWrap?: boolean;
|
4440
|
-
breakWord?: boolean;
|
4441
|
-
color?: string;
|
4441
|
+
noWrap?: boolean | undefined;
|
4442
|
+
breakWord?: boolean | undefined;
|
4443
|
+
color?: string | undefined;
|
4442
4444
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
4443
4445
|
|
4444
4446
|
// @public (undocumented)
|
@@ -4447,9 +4449,9 @@ size: {
|
|
4447
4449
|
m: PolymorphicClassName;
|
4448
4450
|
};
|
4449
4451
|
}> & {
|
4450
|
-
noWrap?: boolean;
|
4451
|
-
breakWord?: boolean;
|
4452
|
-
color?: string;
|
4452
|
+
noWrap?: boolean | undefined;
|
4453
|
+
breakWord?: boolean | undefined;
|
4454
|
+
color?: string | undefined;
|
4453
4455
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
4454
4456
|
|
4455
4457
|
// @public (undocumented)
|
@@ -4458,9 +4460,9 @@ size: {
|
|
4458
4460
|
s: PolymorphicClassName;
|
4459
4461
|
};
|
4460
4462
|
}> & {
|
4461
|
-
noWrap?: boolean;
|
4462
|
-
breakWord?: boolean;
|
4463
|
-
color?: string;
|
4463
|
+
noWrap?: boolean | undefined;
|
4464
|
+
breakWord?: boolean | undefined;
|
4465
|
+
color?: string | undefined;
|
4464
4466
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
4465
4467
|
|
4466
4468
|
// @public
|
@@ -4503,8 +4505,8 @@ textS: PolymorphicClassName;
|
|
4503
4505
|
textXS: PolymorphicClassName;
|
4504
4506
|
};
|
4505
4507
|
}> & HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & {
|
4506
|
-
customGradientColor?: string;
|
4507
|
-
roundness?:
|
4508
|
+
customGradientColor?: string | undefined;
|
4509
|
+
roundness?: 0 | 8 | 12 | 14 | 16 | 18 | 20 | 24 | 28 | 32 | 250 | undefined;
|
4508
4510
|
} & SkeletonGradientProps_2 & RefAttributes<HTMLDivElement> & TextSkeletonBaseProps>;
|
4509
4511
|
|
4510
4512
|
export { TextSkeletonProps }
|
@@ -4515,9 +4517,9 @@ size: {
|
|
4515
4517
|
xs: PolymorphicClassName;
|
4516
4518
|
};
|
4517
4519
|
}> & {
|
4518
|
-
noWrap?: boolean;
|
4519
|
-
breakWord?: boolean;
|
4520
|
-
color?: string;
|
4520
|
+
noWrap?: boolean | undefined;
|
4521
|
+
breakWord?: boolean | undefined;
|
4522
|
+
color?: string | undefined;
|
4521
4523
|
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
4522
4524
|
|
4523
4525
|
export { TimingFunction }
|
@@ -4568,11 +4570,11 @@ m: PolymorphicClassName;
|
|
4568
4570
|
l: PolymorphicClassName;
|
4569
4571
|
};
|
4570
4572
|
}> & HTMLAttributes<HTMLDivElement> & {
|
4571
|
-
children:
|
4572
|
-
orientation?: "
|
4573
|
-
hasShadow?: boolean;
|
4574
|
-
size?: string;
|
4575
|
-
view?: string;
|
4573
|
+
children: ReactNode;
|
4574
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
4575
|
+
hasShadow?: boolean | undefined;
|
4576
|
+
size?: string | undefined;
|
4577
|
+
view?: string | undefined;
|
4576
4578
|
} & RefAttributes<HTMLDivElement>>;
|
4577
4579
|
|
4578
4580
|
// @public (undocumented)
|