@digdir/designsystemet-react 1.0.0-next.40 → 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/components/form/Field/FieldCounter.js +1 -1
- package/dist/cjs/utilities/RovingFocus/RovingFocusRoot.js +1 -1
- package/dist/esm/components/form/Field/FieldCounter.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 +18 -5
- 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 +17 -4
- package/dist/types/components/form/Field/FieldCounter.d.ts.map +1 -1
- package/dist/types/components/form/Field/index.d.ts +17 -4
- 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
|
@@ -15,19 +15,19 @@ export declare const PaginationButton: React.ForwardRefExoticComponent<{
|
|
|
15
15
|
'aria-current'?: AriaAttributes["aria-current"];
|
|
16
16
|
} & Omit<{
|
|
17
17
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
18
|
-
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
19
|
-
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
20
18
|
children?: React.ReactNode | undefined;
|
|
21
19
|
defaultChecked?: boolean | undefined;
|
|
22
20
|
suppressContentEditableWarning?: boolean | undefined;
|
|
23
21
|
suppressHydrationWarning?: boolean | undefined;
|
|
24
22
|
accessKey?: string | undefined;
|
|
23
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
25
24
|
autoFocus?: boolean | undefined;
|
|
26
25
|
className?: string | undefined;
|
|
27
26
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
28
27
|
contextMenu?: string | undefined;
|
|
29
28
|
dir?: string | undefined;
|
|
30
29
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
30
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
31
31
|
hidden?: boolean | undefined;
|
|
32
32
|
id?: string | undefined;
|
|
33
33
|
lang?: string | undefined;
|
|
@@ -51,7 +51,6 @@ export declare const PaginationButton: React.ForwardRefExoticComponent<{
|
|
|
51
51
|
rev?: string | undefined;
|
|
52
52
|
typeof?: string | undefined;
|
|
53
53
|
vocab?: string | undefined;
|
|
54
|
-
autoCapitalize?: string | undefined;
|
|
55
54
|
autoCorrect?: string | undefined;
|
|
56
55
|
autoSave?: string | undefined;
|
|
57
56
|
color?: string | undefined;
|
|
@@ -63,6 +62,10 @@ export declare const PaginationButton: React.ForwardRefExoticComponent<{
|
|
|
63
62
|
results?: number | undefined;
|
|
64
63
|
security?: string | undefined;
|
|
65
64
|
unselectable?: "on" | "off" | undefined;
|
|
65
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
66
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
67
|
+
popoverTarget?: string | undefined;
|
|
68
|
+
inert?: boolean | undefined;
|
|
66
69
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
67
70
|
is?: string | undefined;
|
|
68
71
|
popovertarget?: string | undefined;
|
|
@@ -135,7 +138,9 @@ export declare const PaginationButton: React.ForwardRefExoticComponent<{
|
|
|
135
138
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
136
139
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
137
140
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
141
|
+
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
138
142
|
onFocusCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
143
|
+
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
139
144
|
onBlurCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
140
145
|
onChange?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
141
146
|
onChangeCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -279,13 +284,21 @@ export declare const PaginationButton: React.ForwardRefExoticComponent<{
|
|
|
279
284
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
280
285
|
onAnimationIteration?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
281
286
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
287
|
+
onToggle?: React.ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
288
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
289
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
290
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
282
291
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
283
292
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
293
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
294
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
295
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
296
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
284
297
|
value?: string | readonly string[] | number | undefined;
|
|
285
298
|
form?: string | undefined;
|
|
286
299
|
name?: string | undefined;
|
|
287
300
|
disabled?: boolean | undefined;
|
|
288
|
-
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;
|
|
301
|
+
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;
|
|
289
302
|
formEncType?: string | undefined;
|
|
290
303
|
formMethod?: string | undefined;
|
|
291
304
|
formNoValidate?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaginationButton.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/PaginationButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAc,MAAM,OAAO,CAAC;AAExD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,CAAC;CACjD,GAAG,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;AAE1C,eAAO,MAAM,gBAAgB;IAP3B;;;OAGG;qBACc,cAAc,CAAC,cAAc,CAAC
|
|
1
|
+
{"version":3,"file":"PaginationButton.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/PaginationButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAc,MAAM,OAAO,CAAC;AAExD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,CAAC;CACjD,GAAG,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;AAE1C,eAAO,MAAM,gBAAgB;IAP3B;;;OAGG;qBACc,cAAc,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAQ/C,CAAC"}
|
|
@@ -3,19 +3,19 @@ import { PaginationItem } from './PaginationItem';
|
|
|
3
3
|
import { PaginationList } from './PaginationList';
|
|
4
4
|
declare const Pagination: React.ForwardRefExoticComponent<{
|
|
5
5
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
6
|
-
onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
7
|
-
onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
8
6
|
children?: React.ReactNode | undefined;
|
|
9
7
|
defaultChecked?: boolean | undefined;
|
|
10
8
|
suppressContentEditableWarning?: boolean | undefined;
|
|
11
9
|
suppressHydrationWarning?: boolean | undefined;
|
|
12
10
|
accessKey?: string | undefined;
|
|
11
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
13
12
|
autoFocus?: boolean | undefined;
|
|
14
13
|
className?: string | undefined;
|
|
15
14
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
16
15
|
contextMenu?: string | undefined;
|
|
17
16
|
dir?: string | undefined;
|
|
18
17
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
18
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
19
19
|
hidden?: boolean | undefined;
|
|
20
20
|
id?: string | undefined;
|
|
21
21
|
lang?: string | undefined;
|
|
@@ -39,7 +39,6 @@ declare const Pagination: React.ForwardRefExoticComponent<{
|
|
|
39
39
|
rev?: string | undefined;
|
|
40
40
|
typeof?: string | undefined;
|
|
41
41
|
vocab?: string | undefined;
|
|
42
|
-
autoCapitalize?: string | undefined;
|
|
43
42
|
autoCorrect?: string | undefined;
|
|
44
43
|
autoSave?: string | undefined;
|
|
45
44
|
color?: string | undefined;
|
|
@@ -51,6 +50,10 @@ declare const Pagination: React.ForwardRefExoticComponent<{
|
|
|
51
50
|
results?: number | undefined;
|
|
52
51
|
security?: string | undefined;
|
|
53
52
|
unselectable?: "on" | "off" | undefined;
|
|
53
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
54
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
55
|
+
popoverTarget?: string | undefined;
|
|
56
|
+
inert?: boolean | undefined;
|
|
54
57
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
55
58
|
is?: string | undefined;
|
|
56
59
|
popovertarget?: string | undefined;
|
|
@@ -122,7 +125,9 @@ declare const Pagination: React.ForwardRefExoticComponent<{
|
|
|
122
125
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
123
126
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
124
127
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
128
|
+
onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
125
129
|
onFocusCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
130
|
+
onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
126
131
|
onBlurCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
127
132
|
onChange?: React.FormEventHandler<HTMLElement> | undefined;
|
|
128
133
|
onChangeCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
@@ -266,8 +271,16 @@ declare const Pagination: React.ForwardRefExoticComponent<{
|
|
|
266
271
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
267
272
|
onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
268
273
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
274
|
+
onToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
|
|
275
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
|
|
276
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
277
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
269
278
|
onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
270
279
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
280
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
281
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
282
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
283
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
271
284
|
'data-color'?: import("../../colors").Color | undefined;
|
|
272
285
|
'aria-label'?: string | undefined;
|
|
273
286
|
asChild?: boolean | undefined;
|
|
@@ -282,19 +295,19 @@ declare const Pagination: React.ForwardRefExoticComponent<{
|
|
|
282
295
|
'aria-current'?: React.AriaAttributes["aria-current"];
|
|
283
296
|
} & Omit<{
|
|
284
297
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
285
|
-
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
286
|
-
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
287
298
|
children?: React.ReactNode | undefined;
|
|
288
299
|
defaultChecked?: boolean | undefined;
|
|
289
300
|
suppressContentEditableWarning?: boolean | undefined;
|
|
290
301
|
suppressHydrationWarning?: boolean | undefined;
|
|
291
302
|
accessKey?: string | undefined;
|
|
303
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
292
304
|
autoFocus?: boolean | undefined;
|
|
293
305
|
className?: string | undefined;
|
|
294
306
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
295
307
|
contextMenu?: string | undefined;
|
|
296
308
|
dir?: string | undefined;
|
|
297
309
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
310
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
298
311
|
hidden?: boolean | undefined;
|
|
299
312
|
id?: string | undefined;
|
|
300
313
|
lang?: string | undefined;
|
|
@@ -318,7 +331,6 @@ declare const Pagination: React.ForwardRefExoticComponent<{
|
|
|
318
331
|
rev?: string | undefined;
|
|
319
332
|
typeof?: string | undefined;
|
|
320
333
|
vocab?: string | undefined;
|
|
321
|
-
autoCapitalize?: string | undefined;
|
|
322
334
|
autoCorrect?: string | undefined;
|
|
323
335
|
autoSave?: string | undefined;
|
|
324
336
|
color?: string | undefined;
|
|
@@ -330,6 +342,10 @@ declare const Pagination: React.ForwardRefExoticComponent<{
|
|
|
330
342
|
results?: number | undefined;
|
|
331
343
|
security?: string | undefined;
|
|
332
344
|
unselectable?: "on" | "off" | undefined;
|
|
345
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
346
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
347
|
+
popoverTarget?: string | undefined;
|
|
348
|
+
inert?: boolean | undefined;
|
|
333
349
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
334
350
|
is?: string | undefined;
|
|
335
351
|
popovertarget?: string | undefined;
|
|
@@ -402,7 +418,9 @@ declare const Pagination: React.ForwardRefExoticComponent<{
|
|
|
402
418
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
403
419
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
404
420
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
421
|
+
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
405
422
|
onFocusCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
423
|
+
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
406
424
|
onBlurCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
407
425
|
onChange?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
408
426
|
onChangeCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -546,13 +564,21 @@ declare const Pagination: React.ForwardRefExoticComponent<{
|
|
|
546
564
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
547
565
|
onAnimationIteration?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
548
566
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
567
|
+
onToggle?: React.ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
568
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
569
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
570
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
549
571
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
550
572
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
573
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
574
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
575
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
576
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
551
577
|
value?: string | readonly string[] | number | undefined;
|
|
552
578
|
form?: string | undefined;
|
|
553
579
|
name?: string | undefined;
|
|
554
580
|
disabled?: boolean | undefined;
|
|
555
|
-
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;
|
|
581
|
+
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;
|
|
556
582
|
formEncType?: string | undefined;
|
|
557
583
|
formMethod?: string | undefined;
|
|
558
584
|
formNoValidate?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,QAAA,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAId,CAAC;AAMH,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAChE,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,cAAc,EAAE,gBAAgB,EAAE,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -51,19 +51,19 @@ export type PopoverProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivEleme
|
|
|
51
51
|
}>;
|
|
52
52
|
export declare const Popover: React.ForwardRefExoticComponent<{
|
|
53
53
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
54
|
-
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
55
|
-
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
56
54
|
children?: React.ReactNode | undefined;
|
|
57
55
|
defaultChecked?: boolean | undefined;
|
|
58
56
|
suppressContentEditableWarning?: boolean | undefined;
|
|
59
57
|
suppressHydrationWarning?: boolean | undefined;
|
|
60
58
|
accessKey?: string | undefined;
|
|
59
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
61
60
|
autoFocus?: boolean | undefined;
|
|
62
61
|
className?: string | undefined;
|
|
63
62
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
64
63
|
contextMenu?: string | undefined;
|
|
65
64
|
dir?: string | undefined;
|
|
66
65
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
66
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
67
67
|
hidden?: boolean | undefined;
|
|
68
68
|
lang?: string | undefined;
|
|
69
69
|
nonce?: string | undefined;
|
|
@@ -86,7 +86,6 @@ export declare const Popover: 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 Popover: 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;
|
|
@@ -170,7 +173,9 @@ export declare const Popover: React.ForwardRefExoticComponent<{
|
|
|
170
173
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
171
174
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
172
175
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
176
|
+
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
173
177
|
onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
178
|
+
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
174
179
|
onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
175
180
|
onChange?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
176
181
|
onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -314,8 +319,16 @@ export declare const Popover: React.ForwardRefExoticComponent<{
|
|
|
314
319
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
315
320
|
onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
316
321
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
322
|
+
onToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
|
|
323
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
|
|
324
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
325
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
317
326
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
318
327
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
328
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
329
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
330
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
331
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
319
332
|
id?: string | undefined;
|
|
320
333
|
placement?: Placement | undefined;
|
|
321
334
|
'data-color'?: Color | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAmB,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAKnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,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;AAKlD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,KAAK,CAAC,GAAG,CAAC;QAClB,UAAU,mBAAmB;YAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB;KACF;IACD,UAAU,KAAK,CAAC;QACd,UAAU,cAAc,CAAC,CAAC;YACxB,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB;KACF;CACF;AAED,MAAM,MAAM,YAAY,GAAG,UAAU,CACnC,YAAY,GAAG,cAAc,CAAC,cAAc,CAAC,EAC7C;IACE;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CACF,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAmB,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAKnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,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;AAKlD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,KAAK,CAAC,GAAG,CAAC;QAClB,UAAU,mBAAmB;YAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB;KACF;IACD,UAAU,KAAK,CAAC;QACd,UAAU,cAAc,CAAC,CAAC;YACxB,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB;KACF;CACF;AAED,MAAM,MAAM,YAAY,GAAG,UAAU,CACnC,YAAY,GAAG,cAAc,CAAC,cAAc,CAAC,EAC7C;IACE;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CACF,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA5CE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAWnB,MAAM;gBAKC,SAAS;mBAIN,KAAK;WAKb,OAAO;cAIL,MAAM,IAAI;eAIT,MAAM,IAAI;oBAKJ,OAAO;cAEb,OAAO;wCA8GpB,CAAC"}
|
|
@@ -2,19 +2,19 @@ import { type ButtonProps } from '../Button/Button';
|
|
|
2
2
|
export type PopoverTriggerProps = ButtonProps;
|
|
3
3
|
export declare const PopoverTrigger: React.ForwardRefExoticComponent<{
|
|
4
4
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
5
|
-
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
6
|
-
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
7
5
|
children?: React.ReactNode | undefined;
|
|
8
6
|
defaultChecked?: boolean | undefined;
|
|
9
7
|
suppressContentEditableWarning?: boolean | undefined;
|
|
10
8
|
suppressHydrationWarning?: boolean | undefined;
|
|
11
9
|
accessKey?: string | undefined;
|
|
10
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
12
11
|
autoFocus?: boolean | undefined;
|
|
13
12
|
className?: string | undefined;
|
|
14
13
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
15
14
|
contextMenu?: string | undefined;
|
|
16
15
|
dir?: string | undefined;
|
|
17
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
17
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
18
18
|
hidden?: boolean | undefined;
|
|
19
19
|
id?: string | undefined;
|
|
20
20
|
lang?: string | undefined;
|
|
@@ -38,7 +38,6 @@ export declare const PopoverTrigger: React.ForwardRefExoticComponent<{
|
|
|
38
38
|
rev?: string | undefined;
|
|
39
39
|
typeof?: string | undefined;
|
|
40
40
|
vocab?: string | undefined;
|
|
41
|
-
autoCapitalize?: string | undefined;
|
|
42
41
|
autoCorrect?: string | undefined;
|
|
43
42
|
autoSave?: string | undefined;
|
|
44
43
|
color?: string | undefined;
|
|
@@ -50,6 +49,10 @@ export declare const PopoverTrigger: React.ForwardRefExoticComponent<{
|
|
|
50
49
|
results?: number | undefined;
|
|
51
50
|
security?: string | undefined;
|
|
52
51
|
unselectable?: "on" | "off" | undefined;
|
|
52
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
53
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
54
|
+
popoverTarget?: string | undefined;
|
|
55
|
+
inert?: boolean | undefined;
|
|
53
56
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
54
57
|
is?: string | undefined;
|
|
55
58
|
popovertarget?: string | undefined;
|
|
@@ -122,7 +125,9 @@ export declare const PopoverTrigger: React.ForwardRefExoticComponent<{
|
|
|
122
125
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
123
126
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
124
127
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
128
|
+
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
125
129
|
onFocusCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
130
|
+
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
126
131
|
onBlurCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
127
132
|
onChange?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
128
133
|
onChangeCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -266,13 +271,21 @@ export declare const PopoverTrigger: React.ForwardRefExoticComponent<{
|
|
|
266
271
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
267
272
|
onAnimationIteration?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
268
273
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
274
|
+
onToggle?: React.ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
275
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
276
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
277
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
269
278
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
270
279
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
280
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
281
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
282
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
283
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
271
284
|
value?: string | readonly string[] | number | undefined;
|
|
272
285
|
form?: string | undefined;
|
|
273
286
|
name?: string | undefined;
|
|
274
287
|
disabled?: boolean | undefined;
|
|
275
|
-
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;
|
|
288
|
+
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;
|
|
276
289
|
formEncType?: string | undefined;
|
|
277
290
|
formMethod?: string | undefined;
|
|
278
291
|
formNoValidate?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopoverTrigger.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/PopoverTrigger.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG5D,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAC;AAE9C,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"PopoverTrigger.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/PopoverTrigger.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG5D,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAC;AAE9C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAQzB,CAAC"}
|
|
@@ -9,18 +9,18 @@ export type SkipLinkProps = MergeRight<DefaultProps & AnchorHTMLAttributes<HTMLA
|
|
|
9
9
|
}>;
|
|
10
10
|
export declare const SkipLink: React.ForwardRefExoticComponent<{
|
|
11
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
|
-
onBlur?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
13
|
-
onFocus?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
14
12
|
defaultChecked?: boolean | undefined;
|
|
15
13
|
suppressContentEditableWarning?: boolean | undefined;
|
|
16
14
|
suppressHydrationWarning?: boolean | undefined;
|
|
17
15
|
accessKey?: string | undefined;
|
|
16
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
18
17
|
autoFocus?: boolean | undefined;
|
|
19
18
|
className?: string | undefined;
|
|
20
19
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
21
20
|
contextMenu?: string | undefined;
|
|
22
21
|
dir?: string | undefined;
|
|
23
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
23
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
24
24
|
hidden?: boolean | undefined;
|
|
25
25
|
id?: string | undefined;
|
|
26
26
|
lang?: string | undefined;
|
|
@@ -44,7 +44,6 @@ export declare const SkipLink: React.ForwardRefExoticComponent<{
|
|
|
44
44
|
rev?: string | undefined;
|
|
45
45
|
typeof?: string | undefined;
|
|
46
46
|
vocab?: string | undefined;
|
|
47
|
-
autoCapitalize?: string | undefined;
|
|
48
47
|
autoCorrect?: string | undefined;
|
|
49
48
|
autoSave?: string | undefined;
|
|
50
49
|
color?: string | undefined;
|
|
@@ -56,6 +55,10 @@ export declare const SkipLink: React.ForwardRefExoticComponent<{
|
|
|
56
55
|
results?: number | undefined;
|
|
57
56
|
security?: string | undefined;
|
|
58
57
|
unselectable?: "on" | "off" | undefined;
|
|
58
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
59
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
60
|
+
popoverTarget?: string | undefined;
|
|
61
|
+
inert?: boolean | undefined;
|
|
59
62
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
60
63
|
is?: string | undefined;
|
|
61
64
|
popovertarget?: string | undefined;
|
|
@@ -129,7 +132,9 @@ export declare const SkipLink: React.ForwardRefExoticComponent<{
|
|
|
129
132
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLAnchorElement> | undefined;
|
|
130
133
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLAnchorElement> | undefined;
|
|
131
134
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLAnchorElement> | undefined;
|
|
135
|
+
onFocus?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
132
136
|
onFocusCapture?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
137
|
+
onBlur?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
133
138
|
onBlurCapture?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
|
|
134
139
|
onChange?: React.FormEventHandler<HTMLAnchorElement> | undefined;
|
|
135
140
|
onChangeCapture?: React.FormEventHandler<HTMLAnchorElement> | undefined;
|
|
@@ -273,8 +278,16 @@ export declare const SkipLink: React.ForwardRefExoticComponent<{
|
|
|
273
278
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
274
279
|
onAnimationIteration?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
275
280
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
281
|
+
onToggle?: React.ToggleEventHandler<HTMLAnchorElement> | undefined;
|
|
282
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLAnchorElement> | undefined;
|
|
283
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
284
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
276
285
|
onTransitionEnd?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
277
286
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
287
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
288
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
289
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
290
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
278
291
|
media?: string | undefined;
|
|
279
292
|
target?: React.HTMLAttributeAnchorTarget | undefined;
|
|
280
293
|
type?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SkipLink.d.ts","sourceRoot":"","sources":["../../../src/components/SkipLink/SkipLink.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,SAAS,EAAc,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,aAAa,GAAG,UAAU,CACpC,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,EACtD;IACE,kDAAkD;IAClD,QAAQ,EAAE,SAAS,CAAC;IAEpB,mFAAmF;IACnF,IAAI,EAAE,MAAM,CAAC;CACd,CACF,CAAC;AAEF,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"SkipLink.d.ts","sourceRoot":"","sources":["../../../src/components/SkipLink/SkipLink.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,SAAS,EAAc,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,aAAa,GAAG,UAAU,CACpC,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,EACtD;IACE,kDAAkD;IAClD,QAAQ,EAAE,SAAS,CAAC;IAEpB,mFAAmF;IACnF,IAAI,EAAE,MAAM,CAAC;CACd,CACF,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAPP,SAAS;UAGb,MAAM;2CAYf,CAAC"}
|
|
@@ -36,19 +36,19 @@ export declare const Context: React.Context<ContextProps>;
|
|
|
36
36
|
* ```
|
|
37
37
|
*/
|
|
38
38
|
export declare const Tabs: React.ForwardRefExoticComponent<{
|
|
39
|
-
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
40
|
-
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
41
39
|
children?: React.ReactNode | undefined;
|
|
42
40
|
defaultChecked?: boolean | undefined;
|
|
43
41
|
suppressContentEditableWarning?: boolean | undefined;
|
|
44
42
|
suppressHydrationWarning?: boolean | undefined;
|
|
45
43
|
accessKey?: string | undefined;
|
|
44
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
46
45
|
autoFocus?: boolean | undefined;
|
|
47
46
|
className?: string | undefined;
|
|
48
47
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
49
48
|
contextMenu?: string | undefined;
|
|
50
49
|
dir?: string | undefined;
|
|
51
50
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
51
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
52
52
|
hidden?: boolean | undefined;
|
|
53
53
|
id?: string | undefined;
|
|
54
54
|
lang?: string | undefined;
|
|
@@ -72,7 +72,6 @@ export declare const Tabs: React.ForwardRefExoticComponent<{
|
|
|
72
72
|
rev?: string | undefined;
|
|
73
73
|
typeof?: string | undefined;
|
|
74
74
|
vocab?: string | undefined;
|
|
75
|
-
autoCapitalize?: string | undefined;
|
|
76
75
|
autoCorrect?: string | undefined;
|
|
77
76
|
autoSave?: string | undefined;
|
|
78
77
|
color?: string | undefined;
|
|
@@ -84,6 +83,10 @@ export declare const Tabs: React.ForwardRefExoticComponent<{
|
|
|
84
83
|
results?: number | undefined;
|
|
85
84
|
security?: string | undefined;
|
|
86
85
|
unselectable?: "on" | "off" | undefined;
|
|
86
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
87
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
88
|
+
popoverTarget?: string | undefined;
|
|
89
|
+
inert?: boolean | undefined;
|
|
87
90
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
88
91
|
is?: string | undefined;
|
|
89
92
|
popovertarget?: string | undefined;
|
|
@@ -156,7 +159,9 @@ export declare const Tabs: React.ForwardRefExoticComponent<{
|
|
|
156
159
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
157
160
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
158
161
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
162
|
+
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
159
163
|
onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
164
|
+
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
160
165
|
onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
161
166
|
onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
162
167
|
onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -299,8 +304,16 @@ export declare const Tabs: React.ForwardRefExoticComponent<{
|
|
|
299
304
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
300
305
|
onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
301
306
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
307
|
+
onToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
|
|
308
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
|
|
309
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
310
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
302
311
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
303
312
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
313
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
314
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
315
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
316
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
304
317
|
'data-color'?: Color | undefined;
|
|
305
318
|
value?: string | undefined;
|
|
306
319
|
defaultValue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,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,SAAS,GAAG,UAAU,CAChC,YAAY,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,EACzE;IACE;OACG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,6CAA6C;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qBAAqB;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CACF,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,OAAO,6BAAkC,CAAC;AAEvD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,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,SAAS,GAAG,UAAU,CAChC,YAAY,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,EACzE;IACE;OACG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,6CAA6C;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qBAAqB;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CACF,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,OAAO,6BAAkC,CAAC;AAEvD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAlCE,KAAK;YAEZ,MAAM;mBAEC,MAAM;gBAEV,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;wCAwDpC,CAAC"}
|
|
@@ -18,19 +18,19 @@ import { TabsTab } from './TabsTab';
|
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
20
|
declare const Tabs: React.ForwardRefExoticComponent<{
|
|
21
|
-
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
22
|
-
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
23
21
|
children?: React.ReactNode | undefined;
|
|
24
22
|
defaultChecked?: boolean | undefined;
|
|
25
23
|
suppressContentEditableWarning?: boolean | undefined;
|
|
26
24
|
suppressHydrationWarning?: boolean | undefined;
|
|
27
25
|
accessKey?: string | undefined;
|
|
26
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
28
27
|
autoFocus?: boolean | undefined;
|
|
29
28
|
className?: string | undefined;
|
|
30
29
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
31
30
|
contextMenu?: string | undefined;
|
|
32
31
|
dir?: string | undefined;
|
|
33
32
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
33
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
34
34
|
hidden?: boolean | undefined;
|
|
35
35
|
id?: string | undefined;
|
|
36
36
|
lang?: string | undefined;
|
|
@@ -54,7 +54,6 @@ declare const Tabs: React.ForwardRefExoticComponent<{
|
|
|
54
54
|
rev?: string | undefined;
|
|
55
55
|
typeof?: string | undefined;
|
|
56
56
|
vocab?: string | undefined;
|
|
57
|
-
autoCapitalize?: string | undefined;
|
|
58
57
|
autoCorrect?: string | undefined;
|
|
59
58
|
autoSave?: string | undefined;
|
|
60
59
|
color?: string | undefined;
|
|
@@ -66,6 +65,10 @@ declare const Tabs: React.ForwardRefExoticComponent<{
|
|
|
66
65
|
results?: number | undefined;
|
|
67
66
|
security?: string | undefined;
|
|
68
67
|
unselectable?: "on" | "off" | undefined;
|
|
68
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
69
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
70
|
+
popoverTarget?: string | undefined;
|
|
71
|
+
inert?: boolean | undefined;
|
|
69
72
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
70
73
|
is?: string | undefined;
|
|
71
74
|
popovertarget?: string | undefined;
|
|
@@ -138,7 +141,9 @@ declare const Tabs: React.ForwardRefExoticComponent<{
|
|
|
138
141
|
onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
139
142
|
onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
140
143
|
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
144
|
+
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
141
145
|
onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
146
|
+
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
142
147
|
onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
143
148
|
onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
144
149
|
onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -281,8 +286,16 @@ declare const Tabs: React.ForwardRefExoticComponent<{
|
|
|
281
286
|
onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
282
287
|
onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
283
288
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
289
|
+
onToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
|
|
290
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
|
|
291
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
292
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
284
293
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
285
294
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
295
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
296
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
297
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
298
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
286
299
|
'data-color'?: import("../../colors").Color | undefined;
|
|
287
300
|
value?: string | undefined;
|
|
288
301
|
defaultValue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC;;;;;;;;;;;;;;;GAeG;AACH,QAAA,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC;;;;;;;;;;;;;;;GAeG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIR,CAAC;AAMH,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACxC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC9C,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC"}
|