@digdir/designsystemet-react 1.0.0-next.41 → 1.0.0-next.41-test-react19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/utilities/RovingFocus/RovingFocusRoot.js +1 -1
- package/dist/esm/utilities/RovingFocus/RovingFocusRoot.js +1 -1
- package/dist/types/components/Alert/Alert.d.ts +16 -3
- package/dist/types/components/Alert/Alert.d.ts.map +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +16 -3
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/Badge/Badge.d.ts +16 -3
- package/dist/types/components/Badge/Badge.d.ts.map +1 -1
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +16 -3
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
- package/dist/types/components/Breadcrumbs/BreadcrumbsLink.d.ts +16 -3
- package/dist/types/components/Breadcrumbs/BreadcrumbsLink.d.ts.map +1 -1
- package/dist/types/components/Breadcrumbs/index.d.ts +32 -6
- package/dist/types/components/Breadcrumbs/index.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +17 -4
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/Card/Card.d.ts +16 -3
- package/dist/types/components/Card/Card.d.ts.map +1 -1
- package/dist/types/components/Card/index.d.ts +16 -3
- package/dist/types/components/Card/index.d.ts.map +1 -1
- package/dist/types/components/Chip/Chips.d.ts +68 -18
- package/dist/types/components/Chip/Chips.d.ts.map +1 -1
- package/dist/types/components/Chip/index.d.ts +68 -18
- package/dist/types/components/Chip/index.d.ts.map +1 -1
- package/dist/types/components/Dropdown/Dropdown.d.ts +17 -4
- package/dist/types/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/types/components/Dropdown/DropdownTrigger.d.ts +17 -4
- package/dist/types/components/Dropdown/DropdownTrigger.d.ts.map +1 -1
- package/dist/types/components/Dropdown/index.d.ts +34 -8
- package/dist/types/components/Dropdown/index.d.ts.map +1 -1
- package/dist/types/components/HelpText/HelpText.d.ts +17 -4
- package/dist/types/components/HelpText/HelpText.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts +16 -3
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/Modal/Modal.d.ts +16 -3
- package/dist/types/components/Modal/Modal.d.ts.map +1 -1
- package/dist/types/components/Modal/ModalTrigger.d.ts +19 -8
- package/dist/types/components/Modal/ModalTrigger.d.ts.map +1 -1
- package/dist/types/components/Modal/ModalTriggerContext.d.ts +1 -1
- package/dist/types/components/Modal/ModalTriggerContext.d.ts.map +1 -1
- package/dist/types/components/Modal/index.d.ts +35 -11
- package/dist/types/components/Modal/index.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +16 -3
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/PaginationButton.d.ts +17 -4
- package/dist/types/components/Pagination/PaginationButton.d.ts.map +1 -1
- package/dist/types/components/Pagination/index.d.ts +33 -7
- package/dist/types/components/Pagination/index.d.ts.map +1 -1
- package/dist/types/components/Popover/Popover.d.ts +16 -3
- package/dist/types/components/Popover/Popover.d.ts.map +1 -1
- package/dist/types/components/Popover/PopoverTrigger.d.ts +17 -4
- package/dist/types/components/Popover/PopoverTrigger.d.ts.map +1 -1
- package/dist/types/components/SkipLink/SkipLink.d.ts +16 -3
- package/dist/types/components/SkipLink/SkipLink.d.ts.map +1 -1
- package/dist/types/components/Tabs/Tabs.d.ts +16 -3
- package/dist/types/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/types/components/Tabs/index.d.ts +16 -3
- package/dist/types/components/Tabs/index.d.ts.map +1 -1
- package/dist/types/components/Tag/Tag.d.ts +16 -3
- package/dist/types/components/Tag/Tag.d.ts.map +1 -1
- package/dist/types/components/ToggleGroup/ToggleGroup.d.ts +16 -3
- package/dist/types/components/ToggleGroup/ToggleGroup.d.ts.map +1 -1
- package/dist/types/components/ToggleGroup/ToggleGroupItem.d.ts +17 -4
- package/dist/types/components/ToggleGroup/ToggleGroupItem.d.ts.map +1 -1
- package/dist/types/components/Tooltip/Tooltip.d.ts +16 -3
- package/dist/types/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/types/components/ValidationMessage/ValidationMessage.d.ts +16 -3
- package/dist/types/components/ValidationMessage/ValidationMessage.d.ts.map +1 -1
- package/dist/types/components/form/Combobox/ComboboxContext.d.ts +1 -1
- package/dist/types/components/form/Combobox/ComboboxContext.d.ts.map +1 -1
- package/dist/types/components/form/Combobox/Option/Option.d.ts +2 -2
- package/dist/types/components/form/Combobox/Option/Option.d.ts.map +1 -1
- package/dist/types/components/form/Combobox/Option/useComboboxOption.d.ts +6 -4
- package/dist/types/components/form/Combobox/Option/useComboboxOption.d.ts.map +1 -1
- package/dist/types/components/form/Field/FieldCounter.d.ts +16 -3
- package/dist/types/components/form/Field/FieldCounter.d.ts.map +1 -1
- package/dist/types/components/form/Field/index.d.ts +16 -3
- package/dist/types/components/form/Field/index.d.ts.map +1 -1
- package/dist/types/components/form/Input/Input.d.ts +17 -5
- package/dist/types/components/form/Input/Input.d.ts.map +1 -1
- package/dist/types/components/form/Search/SearchButton.d.ts +17 -4
- package/dist/types/components/form/Search/SearchButton.d.ts.map +1 -1
- package/dist/types/components/form/Search/SearchClear.d.ts +17 -4
- package/dist/types/components/form/Search/SearchClear.d.ts.map +1 -1
- package/dist/types/components/form/Search/index.d.ts +34 -8
- package/dist/types/components/form/Search/index.d.ts.map +1 -1
- package/dist/types/components/form/Select/Select.d.ts +16 -3
- package/dist/types/components/form/Select/Select.d.ts.map +1 -1
- package/dist/types/components/form/Select/index.d.ts +16 -3
- package/dist/types/components/form/Select/index.d.ts.map +1 -1
- package/dist/types/utilities/RovingFocus/useRovingFocus.d.ts +14 -1
- package/dist/types/utilities/RovingFocus/useRovingFocus.d.ts.map +1 -1
- package/dist/types/utilities/hooks/index.d.ts +0 -1
- package/dist/types/utilities/hooks/index.d.ts.map +1 -1
- package/dist/types/utilities/hooks/useCheckboxGroup/useCheckboxGroup.d.ts +6 -325
- package/dist/types/utilities/hooks/useCheckboxGroup/useCheckboxGroup.d.ts.map +1 -1
- package/dist/types/utilities/hooks/useRadioGroup/useRadioGroup.d.ts +13 -327
- package/dist/types/utilities/hooks/useRadioGroup/useRadioGroup.d.ts.map +1 -1
- package/dist/types/utilities/hooks/useSynchronizedAnimation/useSynchronizedAnimation.d.ts +1 -1
- package/dist/types/utilities/hooks/useSynchronizedAnimation/useSynchronizedAnimation.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/types/utilities/hooks/usePrevious.d.ts +0 -2
- package/dist/types/utilities/hooks/usePrevious.d.ts.map +0 -1
|
@@ -23,7 +23,7 @@ const RovingFocusRoot = react.forwardRef(({ activeValue, asChild, orientation =
|
|
|
23
23
|
const [focusableValue, setFocusableValue] = react.useState(null);
|
|
24
24
|
const [isShiftTabbing, setIsShiftTabbing] = react.useState(false);
|
|
25
25
|
const elements = react.useRef(new Map());
|
|
26
|
-
const myRef = react.useRef();
|
|
26
|
+
const myRef = react.useRef(null);
|
|
27
27
|
const refs = react$1.useMergeRefs([ref, myRef]);
|
|
28
28
|
const getOrderedItems = () => {
|
|
29
29
|
if (!myRef.current)
|
|
@@ -21,7 +21,7 @@ const RovingFocusRoot = forwardRef(({ activeValue, asChild, orientation = 'horiz
|
|
|
21
21
|
const [focusableValue, setFocusableValue] = useState(null);
|
|
22
22
|
const [isShiftTabbing, setIsShiftTabbing] = useState(false);
|
|
23
23
|
const elements = useRef(new Map());
|
|
24
|
-
const myRef = useRef();
|
|
24
|
+
const myRef = useRef(null);
|
|
25
25
|
const refs = useMergeRefs([ref, myRef]);
|
|
26
26
|
const getOrderedItems = () => {
|
|
27
27
|
if (!myRef.current)
|
|
@@ -16,19 +16,19 @@ export type AlertProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement
|
|
|
16
16
|
*/
|
|
17
17
|
export declare const Alert: React.ForwardRefExoticComponent<{
|
|
18
18
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
19
|
-
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
20
|
-
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
21
19
|
children?: React.ReactNode | undefined;
|
|
22
20
|
defaultChecked?: boolean | undefined;
|
|
23
21
|
suppressContentEditableWarning?: boolean | undefined;
|
|
24
22
|
suppressHydrationWarning?: boolean | undefined;
|
|
25
23
|
accessKey?: string | undefined;
|
|
24
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
26
25
|
autoFocus?: boolean | undefined;
|
|
27
26
|
className?: string | undefined;
|
|
28
27
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
29
28
|
contextMenu?: string | undefined;
|
|
30
29
|
dir?: string | undefined;
|
|
31
30
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
31
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
32
32
|
hidden?: boolean | undefined;
|
|
33
33
|
id?: string | undefined;
|
|
34
34
|
lang?: string | undefined;
|
|
@@ -52,7 +52,6 @@ export declare const Alert: React.ForwardRefExoticComponent<{
|
|
|
52
52
|
rev?: string | undefined;
|
|
53
53
|
typeof?: string | undefined;
|
|
54
54
|
vocab?: string | undefined;
|
|
55
|
-
autoCapitalize?: string | undefined;
|
|
56
55
|
autoCorrect?: string | undefined;
|
|
57
56
|
autoSave?: string | undefined;
|
|
58
57
|
color?: string | undefined;
|
|
@@ -64,6 +63,10 @@ export declare const Alert: React.ForwardRefExoticComponent<{
|
|
|
64
63
|
results?: number | undefined;
|
|
65
64
|
security?: string | undefined;
|
|
66
65
|
unselectable?: "on" | "off" | undefined;
|
|
66
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
67
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
68
|
+
popoverTarget?: string | undefined;
|
|
69
|
+
inert?: boolean | undefined;
|
|
67
70
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
68
71
|
is?: string | undefined;
|
|
69
72
|
popovertarget?: string | undefined;
|
|
@@ -136,7 +139,9 @@ export declare const Alert: React.ForwardRefExoticComponent<{
|
|
|
136
139
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
137
140
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
138
141
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
142
|
+
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
139
143
|
onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
144
|
+
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
140
145
|
onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
141
146
|
onChange?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
142
147
|
onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -280,8 +285,16 @@ export declare const Alert: React.ForwardRefExoticComponent<{
|
|
|
280
285
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
281
286
|
onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
282
287
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
288
|
+
onToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
|
|
289
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
|
|
290
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
291
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
283
292
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
284
293
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
294
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
295
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
296
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
297
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
285
298
|
'data-color'?: SeverityColors | undefined;
|
|
286
299
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
287
300
|
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,YAAY,GAAG,cAAc,CAAC,cAAc,CAAC,EAC7C;IACE;;;OAGG;IACH,YAAY,CAAC,EAAE,cAAc,CAAC;CAC/B,CACF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,YAAY,GAAG,cAAc,CAAC,cAAc,CAAC,EAC7C;IACE;;;OAGG;IACH,YAAY,CAAC,EAAE,cAAc,CAAC;CAC/B,CACF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBATC,cAAc;wCAqB/B,CAAC"}
|
|
@@ -51,18 +51,18 @@ export type AvatarProps = MergeRight<DefaultProps & HTMLAttributes<HTMLSpanEleme
|
|
|
51
51
|
*/
|
|
52
52
|
export declare const Avatar: React.ForwardRefExoticComponent<{
|
|
53
53
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
54
|
-
onBlur?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
55
|
-
onFocus?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
56
54
|
defaultChecked?: boolean | undefined;
|
|
57
55
|
suppressContentEditableWarning?: boolean | undefined;
|
|
58
56
|
suppressHydrationWarning?: boolean | undefined;
|
|
59
57
|
accessKey?: string | undefined;
|
|
58
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
60
59
|
autoFocus?: boolean | undefined;
|
|
61
60
|
className?: string | undefined;
|
|
62
61
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
63
62
|
contextMenu?: string | undefined;
|
|
64
63
|
dir?: string | undefined;
|
|
65
64
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
65
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
66
66
|
hidden?: boolean | undefined;
|
|
67
67
|
id?: string | undefined;
|
|
68
68
|
lang?: string | undefined;
|
|
@@ -86,7 +86,6 @@ export declare const Avatar: React.ForwardRefExoticComponent<{
|
|
|
86
86
|
rev?: string | undefined;
|
|
87
87
|
typeof?: string | undefined;
|
|
88
88
|
vocab?: string | undefined;
|
|
89
|
-
autoCapitalize?: string | undefined;
|
|
90
89
|
autoCorrect?: string | undefined;
|
|
91
90
|
autoSave?: string | undefined;
|
|
92
91
|
color?: string | undefined;
|
|
@@ -98,6 +97,10 @@ export declare const Avatar: React.ForwardRefExoticComponent<{
|
|
|
98
97
|
results?: number | undefined;
|
|
99
98
|
security?: string | undefined;
|
|
100
99
|
unselectable?: "on" | "off" | undefined;
|
|
100
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
101
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
102
|
+
popoverTarget?: string | undefined;
|
|
103
|
+
inert?: boolean | undefined;
|
|
101
104
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
102
105
|
is?: string | undefined;
|
|
103
106
|
popovertarget?: string | undefined;
|
|
@@ -168,7 +171,9 @@ export declare const Avatar: React.ForwardRefExoticComponent<{
|
|
|
168
171
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
169
172
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
170
173
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
174
|
+
onFocus?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
171
175
|
onFocusCapture?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
176
|
+
onBlur?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
172
177
|
onBlurCapture?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
173
178
|
onChange?: React.FormEventHandler<HTMLSpanElement> | undefined;
|
|
174
179
|
onChangeCapture?: React.FormEventHandler<HTMLSpanElement> | undefined;
|
|
@@ -312,8 +317,16 @@ export declare const Avatar: React.ForwardRefExoticComponent<{
|
|
|
312
317
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
313
318
|
onAnimationIteration?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
314
319
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
320
|
+
onToggle?: React.ToggleEventHandler<HTMLSpanElement> | undefined;
|
|
321
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLSpanElement> | undefined;
|
|
322
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
323
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
315
324
|
onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
316
325
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
326
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
327
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
328
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
329
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
317
330
|
'aria-label': string;
|
|
318
331
|
'data-color'?: Color | undefined;
|
|
319
332
|
'data-size'?: ("xs" | Size) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,EAC9C;IACE;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CACF,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,EAC9C;IACE;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CACF,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA7CD,MAAM;mBAKL,KAAK;mBAIN,IAAI,GAAG,IAAI;eAMf,QAAQ,GAAG,QAAQ;eAIlB,MAAM;eAMN,SAAS;yCAiDtB,CAAC"}
|
|
@@ -49,18 +49,18 @@ export type BadgeProps = MergeRight<DefaultProps & HTMLAttributes<HTMLSpanElemen
|
|
|
49
49
|
*/
|
|
50
50
|
export declare const Badge: React.ForwardRefExoticComponent<{
|
|
51
51
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
52
|
-
onBlur?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
53
|
-
onFocus?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
54
52
|
defaultChecked?: boolean | undefined;
|
|
55
53
|
suppressContentEditableWarning?: boolean | undefined;
|
|
56
54
|
suppressHydrationWarning?: boolean | undefined;
|
|
57
55
|
accessKey?: string | undefined;
|
|
56
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
58
57
|
autoFocus?: boolean | undefined;
|
|
59
58
|
className?: string | undefined;
|
|
60
59
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
61
60
|
contextMenu?: string | undefined;
|
|
62
61
|
dir?: string | undefined;
|
|
63
62
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
63
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
64
64
|
hidden?: boolean | undefined;
|
|
65
65
|
id?: string | undefined;
|
|
66
66
|
lang?: string | undefined;
|
|
@@ -84,7 +84,6 @@ export declare const Badge: React.ForwardRefExoticComponent<{
|
|
|
84
84
|
rev?: string | undefined;
|
|
85
85
|
typeof?: string | undefined;
|
|
86
86
|
vocab?: string | undefined;
|
|
87
|
-
autoCapitalize?: string | undefined;
|
|
88
87
|
autoCorrect?: string | undefined;
|
|
89
88
|
autoSave?: string | undefined;
|
|
90
89
|
color?: string | undefined;
|
|
@@ -96,6 +95,10 @@ export declare const Badge: React.ForwardRefExoticComponent<{
|
|
|
96
95
|
results?: number | undefined;
|
|
97
96
|
security?: string | undefined;
|
|
98
97
|
unselectable?: "on" | "off" | undefined;
|
|
98
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
99
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
100
|
+
popoverTarget?: string | undefined;
|
|
101
|
+
inert?: boolean | undefined;
|
|
99
102
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
100
103
|
is?: string | undefined;
|
|
101
104
|
popovertarget?: string | undefined;
|
|
@@ -168,7 +171,9 @@ export declare const Badge: React.ForwardRefExoticComponent<{
|
|
|
168
171
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
169
172
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
170
173
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
174
|
+
onFocus?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
171
175
|
onFocusCapture?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
176
|
+
onBlur?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
172
177
|
onBlurCapture?: React.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
173
178
|
onChange?: React.FormEventHandler<HTMLSpanElement> | undefined;
|
|
174
179
|
onChangeCapture?: React.FormEventHandler<HTMLSpanElement> | undefined;
|
|
@@ -312,8 +317,16 @@ export declare const Badge: React.ForwardRefExoticComponent<{
|
|
|
312
317
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
313
318
|
onAnimationIteration?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
314
319
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
320
|
+
onToggle?: React.ToggleEventHandler<HTMLSpanElement> | undefined;
|
|
321
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLSpanElement> | undefined;
|
|
322
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
323
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
315
324
|
onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
316
325
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
326
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
327
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
328
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
329
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
317
330
|
'data-color'?: Color | undefined;
|
|
318
331
|
count?: number | undefined;
|
|
319
332
|
maxCount?: number | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,SAAS,EAAc,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,EAC9C;IACE;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,WAAW,GAAG,UAAU,GAAG,cAAc,GAAG,aAAa,CAAC;IACtE;;;;OAIG;IACH,OAAO,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CACF,CAAC;AAEF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,SAAS,EAAc,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,EAC9C;IACE;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,WAAW,GAAG,UAAU,GAAG,cAAc,GAAG,aAAa,CAAC;IACtE;;;;OAIG;IACH,OAAO,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CACF,CAAC;AAEF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA3CC,KAAK;YAIZ,MAAM;eAIH,MAAM;iBAML,WAAW,GAAG,UAAU,GAAG,cAAc,GAAG,aAAa;eAM3D,QAAQ,GAAG,WAAW;eAIrB,SAAS;yCA0CtB,CAAC"}
|
|
@@ -10,19 +10,19 @@ export type BreadcrumbsProps = MergeRight<DefaultProps & HTMLAttributes<HTMLElem
|
|
|
10
10
|
}>;
|
|
11
11
|
export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
12
12
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
|
-
onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
14
|
-
onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
15
13
|
children?: React.ReactNode | undefined;
|
|
16
14
|
defaultChecked?: boolean | undefined;
|
|
17
15
|
suppressContentEditableWarning?: boolean | undefined;
|
|
18
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
19
17
|
accessKey?: string | undefined;
|
|
18
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
20
19
|
autoFocus?: boolean | undefined;
|
|
21
20
|
className?: string | undefined;
|
|
22
21
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
23
22
|
contextMenu?: string | undefined;
|
|
24
23
|
dir?: string | undefined;
|
|
25
24
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
25
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
26
26
|
hidden?: boolean | undefined;
|
|
27
27
|
id?: string | undefined;
|
|
28
28
|
lang?: string | undefined;
|
|
@@ -46,7 +46,6 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
46
46
|
rev?: string | undefined;
|
|
47
47
|
typeof?: string | undefined;
|
|
48
48
|
vocab?: string | undefined;
|
|
49
|
-
autoCapitalize?: string | undefined;
|
|
50
49
|
autoCorrect?: string | undefined;
|
|
51
50
|
autoSave?: string | undefined;
|
|
52
51
|
color?: string | undefined;
|
|
@@ -58,6 +57,10 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
58
57
|
results?: number | undefined;
|
|
59
58
|
security?: string | undefined;
|
|
60
59
|
unselectable?: "on" | "off" | undefined;
|
|
60
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
61
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
62
|
+
popoverTarget?: string | undefined;
|
|
63
|
+
inert?: boolean | undefined;
|
|
61
64
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
62
65
|
is?: string | undefined;
|
|
63
66
|
popovertarget?: string | undefined;
|
|
@@ -130,7 +133,9 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
130
133
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
131
134
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
132
135
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
136
|
+
onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
133
137
|
onFocusCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
138
|
+
onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
134
139
|
onBlurCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
135
140
|
onChange?: React.FormEventHandler<HTMLElement> | undefined;
|
|
136
141
|
onChangeCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
@@ -274,8 +279,16 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
274
279
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
275
280
|
onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
276
281
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
282
|
+
onToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
|
|
283
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
|
|
284
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
285
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
277
286
|
onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
278
287
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
288
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
289
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
290
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
291
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
279
292
|
'aria-label'?: string | undefined;
|
|
280
293
|
} & React.RefAttributes<HTMLElement>>;
|
|
281
294
|
//# sourceMappingURL=Breadcrumbs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAc,MAAM,OAAO,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CACvC,YAAY,GAAG,cAAc,CAAC,WAAW,CAAC,EAC1C;IACE;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CACF,CAAC;AAEF,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAc,MAAM,OAAO,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CACvC,YAAY,GAAG,cAAc,CAAC,WAAW,CAAC,EAC1C;IACE;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CACF,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAJL,MAAM;qCAaxB,CAAC"}
|
|
@@ -2,17 +2,17 @@ import type { LinkProps } from '../Link';
|
|
|
2
2
|
export type BreadcrumbsLinkProps = LinkProps;
|
|
3
3
|
export declare const BreadcrumbsLink: React.ForwardRefExoticComponent<{
|
|
4
4
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
5
|
-
onBlur?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
6
|
-
onFocus?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
7
5
|
defaultChecked?: boolean | undefined;
|
|
8
6
|
suppressContentEditableWarning?: boolean | undefined;
|
|
9
7
|
suppressHydrationWarning?: boolean | undefined;
|
|
10
8
|
accessKey?: string | undefined;
|
|
9
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
11
10
|
autoFocus?: boolean | undefined;
|
|
12
11
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
13
12
|
contextMenu?: string | undefined;
|
|
14
13
|
dir?: string | undefined;
|
|
15
14
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
15
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
16
16
|
hidden?: boolean | undefined;
|
|
17
17
|
id?: string | undefined;
|
|
18
18
|
lang?: string | undefined;
|
|
@@ -36,7 +36,6 @@ export declare const BreadcrumbsLink: React.ForwardRefExoticComponent<{
|
|
|
36
36
|
rev?: string | undefined;
|
|
37
37
|
typeof?: string | undefined;
|
|
38
38
|
vocab?: string | undefined;
|
|
39
|
-
autoCapitalize?: string | undefined;
|
|
40
39
|
autoCorrect?: string | undefined;
|
|
41
40
|
autoSave?: string | undefined;
|
|
42
41
|
color?: string | undefined;
|
|
@@ -48,6 +47,10 @@ export declare const BreadcrumbsLink: React.ForwardRefExoticComponent<{
|
|
|
48
47
|
results?: number | undefined;
|
|
49
48
|
security?: string | undefined;
|
|
50
49
|
unselectable?: "on" | "off" | undefined;
|
|
50
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
51
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
52
|
+
popoverTarget?: string | undefined;
|
|
53
|
+
inert?: boolean | undefined;
|
|
51
54
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
52
55
|
is?: string | undefined;
|
|
53
56
|
popovertarget?: string | undefined;
|
|
@@ -120,7 +123,9 @@ export declare const BreadcrumbsLink: React.ForwardRefExoticComponent<{
|
|
|
120
123
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLAnchorElement> | undefined;
|
|
121
124
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLAnchorElement> | undefined;
|
|
122
125
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLAnchorElement> | undefined;
|
|
126
|
+
onFocus?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
123
127
|
onFocusCapture?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
128
|
+
onBlur?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
124
129
|
onBlurCapture?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
125
130
|
onChange?: React.FormEventHandler<HTMLAnchorElement> | undefined;
|
|
126
131
|
onChangeCapture?: React.FormEventHandler<HTMLAnchorElement> | undefined;
|
|
@@ -264,8 +269,16 @@ export declare const BreadcrumbsLink: React.ForwardRefExoticComponent<{
|
|
|
264
269
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
265
270
|
onAnimationIteration?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
266
271
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
272
|
+
onToggle?: React.ToggleEventHandler<HTMLAnchorElement> | undefined;
|
|
273
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLAnchorElement> | undefined;
|
|
274
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
275
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
267
276
|
onTransitionEnd?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
268
277
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
278
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
279
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
280
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
281
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
269
282
|
media?: string | undefined;
|
|
270
283
|
target?: React.HTMLAttributeAnchorTarget | undefined;
|
|
271
284
|
type?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbsLink.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/BreadcrumbsLink.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC;AAE7C,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"BreadcrumbsLink.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/BreadcrumbsLink.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC;AAE7C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAK1B,CAAC"}
|
|
@@ -16,19 +16,19 @@ import { BreadcrumbsList } from './BreadcrumbsList';
|
|
|
16
16
|
*/
|
|
17
17
|
export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
18
18
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
19
|
-
onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
20
|
-
onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
21
19
|
children?: React.ReactNode | undefined;
|
|
22
20
|
defaultChecked?: boolean | undefined;
|
|
23
21
|
suppressContentEditableWarning?: boolean | undefined;
|
|
24
22
|
suppressHydrationWarning?: boolean | undefined;
|
|
25
23
|
accessKey?: string | undefined;
|
|
24
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
26
25
|
autoFocus?: boolean | undefined;
|
|
27
26
|
className?: string | undefined;
|
|
28
27
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
29
28
|
contextMenu?: string | undefined;
|
|
30
29
|
dir?: string | undefined;
|
|
31
30
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
31
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
32
32
|
hidden?: boolean | undefined;
|
|
33
33
|
id?: string | undefined;
|
|
34
34
|
lang?: string | undefined;
|
|
@@ -52,7 +52,6 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
52
52
|
rev?: string | undefined;
|
|
53
53
|
typeof?: string | undefined;
|
|
54
54
|
vocab?: string | undefined;
|
|
55
|
-
autoCapitalize?: string | undefined;
|
|
56
55
|
autoCorrect?: string | undefined;
|
|
57
56
|
autoSave?: string | undefined;
|
|
58
57
|
color?: string | undefined;
|
|
@@ -64,6 +63,10 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
64
63
|
results?: number | undefined;
|
|
65
64
|
security?: string | undefined;
|
|
66
65
|
unselectable?: "on" | "off" | undefined;
|
|
66
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
67
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
68
|
+
popoverTarget?: string | undefined;
|
|
69
|
+
inert?: boolean | undefined;
|
|
67
70
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
68
71
|
is?: string | undefined;
|
|
69
72
|
popovertarget?: string | undefined;
|
|
@@ -136,7 +139,9 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
136
139
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
137
140
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
138
141
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
142
|
+
onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
139
143
|
onFocusCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
144
|
+
onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
140
145
|
onBlurCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
141
146
|
onChange?: React.FormEventHandler<HTMLElement> | undefined;
|
|
142
147
|
onChangeCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
@@ -280,25 +285,33 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
280
285
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
281
286
|
onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
282
287
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
288
|
+
onToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
|
|
289
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
|
|
290
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
291
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
283
292
|
onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
284
293
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
294
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
295
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
296
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
297
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
285
298
|
'aria-label'?: string | undefined;
|
|
286
299
|
} & React.RefAttributes<HTMLElement>> & {
|
|
287
300
|
List: React.ForwardRefExoticComponent<import("./BreadcrumbsList").BreadcrumbsListProps & React.RefAttributes<HTMLOListElement>>;
|
|
288
301
|
Item: React.ForwardRefExoticComponent<import("./BreadcrumbsItem").BreadcrumbsItemProps & React.RefAttributes<HTMLLIElement>>;
|
|
289
302
|
Link: React.ForwardRefExoticComponent<{
|
|
290
303
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
291
|
-
onBlur?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
292
|
-
onFocus?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
293
304
|
defaultChecked?: boolean | undefined;
|
|
294
305
|
suppressContentEditableWarning?: boolean | undefined;
|
|
295
306
|
suppressHydrationWarning?: boolean | undefined;
|
|
296
307
|
accessKey?: string | undefined;
|
|
308
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
297
309
|
autoFocus?: boolean | undefined;
|
|
298
310
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
299
311
|
contextMenu?: string | undefined;
|
|
300
312
|
dir?: string | undefined;
|
|
301
313
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
314
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
302
315
|
hidden?: boolean | undefined;
|
|
303
316
|
id?: string | undefined;
|
|
304
317
|
lang?: string | undefined;
|
|
@@ -322,7 +335,6 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
322
335
|
rev?: string | undefined;
|
|
323
336
|
typeof?: string | undefined;
|
|
324
337
|
vocab?: string | undefined;
|
|
325
|
-
autoCapitalize?: string | undefined;
|
|
326
338
|
autoCorrect?: string | undefined;
|
|
327
339
|
autoSave?: string | undefined;
|
|
328
340
|
color?: string | undefined;
|
|
@@ -334,6 +346,10 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
334
346
|
results?: number | undefined;
|
|
335
347
|
security?: string | undefined;
|
|
336
348
|
unselectable?: "on" | "off" | undefined;
|
|
349
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
350
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
351
|
+
popoverTarget?: string | undefined;
|
|
352
|
+
inert?: boolean | undefined;
|
|
337
353
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
338
354
|
is?: string | undefined;
|
|
339
355
|
popovertarget?: string | undefined;
|
|
@@ -406,7 +422,9 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
406
422
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLAnchorElement> | undefined;
|
|
407
423
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLAnchorElement> | undefined;
|
|
408
424
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLAnchorElement> | undefined;
|
|
425
|
+
onFocus?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
409
426
|
onFocusCapture?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
427
|
+
onBlur?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
410
428
|
onBlurCapture?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
411
429
|
onChange?: React.FormEventHandler<HTMLAnchorElement> | undefined;
|
|
412
430
|
onChangeCapture?: React.FormEventHandler<HTMLAnchorElement> | undefined;
|
|
@@ -550,8 +568,16 @@ export declare const Breadcrumbs: React.ForwardRefExoticComponent<{
|
|
|
550
568
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
551
569
|
onAnimationIteration?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
552
570
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
571
|
+
onToggle?: React.ToggleEventHandler<HTMLAnchorElement> | undefined;
|
|
572
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLAnchorElement> | undefined;
|
|
573
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
574
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
553
575
|
onTransitionEnd?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
554
576
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
577
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
578
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
579
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
580
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
555
581
|
media?: string | undefined;
|
|
556
582
|
target?: React.HTMLAttributeAnchorTarget | undefined;
|
|
557
583
|
type?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumbs/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAItB,CAAC;AAMH,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -38,19 +38,19 @@ export type ButtonProps = MergeRight<DefaultProps & ButtonHTMLAttributes<HTMLBut
|
|
|
38
38
|
*/
|
|
39
39
|
export declare const Button: React.ForwardRefExoticComponent<{
|
|
40
40
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
41
|
-
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
42
|
-
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
43
41
|
children?: React.ReactNode | undefined;
|
|
44
42
|
defaultChecked?: boolean | undefined;
|
|
45
43
|
suppressContentEditableWarning?: boolean | undefined;
|
|
46
44
|
suppressHydrationWarning?: boolean | undefined;
|
|
47
45
|
accessKey?: string | undefined;
|
|
46
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
48
47
|
autoFocus?: boolean | undefined;
|
|
49
48
|
className?: string | undefined;
|
|
50
49
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
51
50
|
contextMenu?: string | undefined;
|
|
52
51
|
dir?: string | undefined;
|
|
53
52
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
53
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
54
54
|
hidden?: boolean | undefined;
|
|
55
55
|
id?: string | undefined;
|
|
56
56
|
lang?: string | undefined;
|
|
@@ -74,7 +74,6 @@ export declare const Button: React.ForwardRefExoticComponent<{
|
|
|
74
74
|
rev?: string | undefined;
|
|
75
75
|
typeof?: string | undefined;
|
|
76
76
|
vocab?: string | undefined;
|
|
77
|
-
autoCapitalize?: string | undefined;
|
|
78
77
|
autoCorrect?: string | undefined;
|
|
79
78
|
autoSave?: string | undefined;
|
|
80
79
|
color?: string | undefined;
|
|
@@ -86,6 +85,10 @@ export declare const Button: React.ForwardRefExoticComponent<{
|
|
|
86
85
|
results?: number | undefined;
|
|
87
86
|
security?: string | undefined;
|
|
88
87
|
unselectable?: "on" | "off" | undefined;
|
|
88
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
89
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
90
|
+
popoverTarget?: string | undefined;
|
|
91
|
+
inert?: boolean | undefined;
|
|
89
92
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
90
93
|
is?: string | undefined;
|
|
91
94
|
popovertarget?: string | undefined;
|
|
@@ -158,7 +161,9 @@ export declare const Button: React.ForwardRefExoticComponent<{
|
|
|
158
161
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
159
162
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
160
163
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
164
|
+
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
161
165
|
onFocusCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
166
|
+
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
162
167
|
onBlurCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
163
168
|
onChange?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
164
169
|
onChangeCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -302,13 +307,21 @@ export declare const Button: React.ForwardRefExoticComponent<{
|
|
|
302
307
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
303
308
|
onAnimationIteration?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
304
309
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
310
|
+
onToggle?: React.ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
311
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
312
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
313
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
305
314
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
306
315
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
316
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
317
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
318
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
319
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
307
320
|
value?: string | readonly string[] | number | undefined;
|
|
308
321
|
form?: string | undefined;
|
|
309
322
|
name?: string | undefined;
|
|
310
323
|
disabled?: boolean | undefined;
|
|
311
|
-
formAction?: string | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
|
|
324
|
+
formAction?: string | ((formData: FormData) => void | Promise<void>) | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
|
|
312
325
|
formEncType?: string | undefined;
|
|
313
326
|
formMethod?: string | undefined;
|
|
314
327
|
formNoValidate?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAGlD,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,EACtD;IACE;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAC/C;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;CACxD,CACF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAGlD,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,EACtD;IACE;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAC/C;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;CACxD,CACF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA/BL,SAAS,GAAG,WAAW,GAAG,UAAU;mBAI/B,KAAK;WAIb,OAAO;cAIJ,OAAO;cAKP,OAAO;WAKV,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC;2CA8CzD,CAAC"}
|