@pismo/marola 2.1.76 → 2.1.78
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/Button-CJaBSdv1.js +135 -0
- package/dist/ClassNameConfigurator-CVRWfyIa.js +847 -0
- package/dist/{ClickAwayListener-Z08peX_P.js → ClickAwayListener-BnYMO5Ki.js} +26 -33
- package/dist/Popup-D267EI4e.js +1338 -0
- package/dist/{Portal-DJapUCn6.js → Portal-BrGvxB96.js} +32 -36
- package/dist/RadioOption-BfFnVxxq.js +1094 -0
- package/dist/{Toggle-BRLRACTM.js → Toggle-DbpYFezR.js} +31 -30
- package/dist/assets/Checkbox.css +1 -1
- package/dist/assets/ToastCard.css +1 -1
- package/dist/assets/Toggle2.css +1 -1
- package/dist/combineHooksSlotProps-j-8UVeYo.js +86 -0
- package/dist/components/Alert/Alert.stories.d.ts +6 -6
- package/dist/components/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +311 -320
- package/dist/components/Autocomplete/Autocomplete.stories.d.ts +1 -1
- package/dist/components/Avatar/Avatar.stories.d.ts +4 -4
- package/dist/components/BankingCard/BankingCard.d.ts +0 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +56 -56
- package/dist/components/Checkbox/Checkbox.stories.d.ts +8 -8
- package/dist/components/Chip/Chip.js +3 -3
- package/dist/components/DatePicker/DatePicker.js +742 -639
- package/dist/components/DatePicker/DatePicker.stories.d.ts +8 -8
- package/dist/components/DatePicker/dateUtils.d.ts +2 -2
- package/dist/components/DatePicker/dateUtils.js +1 -1
- package/dist/components/DatePicker/keyboardNavigation.d.ts +1 -1
- package/dist/components/DatePicker/renderCalendarDays.js +1 -1
- package/dist/components/DatePicker/renderPeriodSelection.js +1 -1
- package/dist/components/Dialog/CloseIconButton.js +1 -1
- package/dist/components/Dialog/Dialog.js +372 -352
- package/dist/components/Dialog/Dialog.stories.d.ts +96 -143
- package/dist/components/DoubleAutocomplete/DoubleAutocomplete.d.ts +1 -1
- package/dist/components/DoubleAutocomplete/DoubleAutocomplete.js +2 -2
- package/dist/components/DoubleAutocomplete/DoubleAutocomplete.stories.d.ts +1 -1
- package/dist/components/DoubleInput/DoubleInput.stories.d.ts +1 -1
- package/dist/components/Draggable/Draggable.d.ts +0 -1
- package/dist/components/Draggable/Draggable.js +1 -1
- package/dist/components/Draggable/Draggable.stories.d.ts +2 -3
- package/dist/components/Draggable/useDraggable.js +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.js +2 -2
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +5 -5
- package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +4 -4
- package/dist/components/IconButton/IconButton.js +1 -1
- package/dist/components/Input/Input.js +335 -320
- package/dist/components/InputSearch/InputSearch.d.ts +31 -31
- package/dist/components/InputSearch/InputSearch.stories.d.ts +31 -31
- package/dist/components/Popover/Popover.d.ts +3 -3
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/Popover.stories.d.ts +3 -3
- package/dist/components/Popover/PopoverBody.d.ts +0 -1
- package/dist/components/Popover/PopoverFooter.d.ts +0 -1
- package/dist/components/Popover/PopoverHeader.d.ts +0 -1
- package/dist/components/RadioButton/RadioButton.d.ts +0 -1
- package/dist/components/RadioButton/RadioButton.js +684 -769
- package/dist/components/RadioButton/RadioOption.d.ts +0 -1
- package/dist/components/RadioButton/RadioOption.js +3 -3
- package/dist/components/ResultContainer/ResultContainer.d.ts +0 -1
- package/dist/components/ResultContainer/ResultContainer.stories.d.ts +9 -9
- package/dist/components/ResultWithChips/ResultWithChips.js +1 -1
- package/dist/components/ResultWithChips/ResultWithChips.stories.d.ts +9 -9
- package/dist/components/RowItem/RowItem.js +2 -2
- package/dist/components/Select/Select.js +625 -591
- package/dist/components/Skeleton/Skeleton.d.ts +0 -1
- package/dist/components/Snackbar/Snackbar.js +295 -239
- package/dist/components/Snackbar/Snackbar.stories.d.ts +113 -113
- package/dist/components/StepperNavigator/StepperNavigator.d.ts +0 -1
- package/dist/components/Table/Table.stories.d.ts +5 -5
- package/dist/components/Tabs/Tab.js +107 -98
- package/dist/components/Tabs/TabPanel.js +58 -55
- package/dist/components/Tabs/Tabs.js +246 -231
- package/dist/components/ToastCard/ToastCard.js +35 -35
- package/dist/components/Toggle/Toggle.js +146 -136
- package/dist/components/Toggle/Toggle.stories.d.ts +5 -5
- package/dist/components/ToggleGroup/Toggle.d.ts +2 -1
- package/dist/components/ToggleGroup/Toggle.js +2 -2
- package/dist/components/ToggleGroup/ToggleGroup.js +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.js +266 -325
- package/dist/components/Tooltip/Tooltip.stories.d.ts +4 -4
- package/dist/components/TransactionRow/TransactionRow.stories.d.ts +21 -21
- package/dist/contexts/DraggableProvider/DraggableProvider.d.ts +0 -1
- package/dist/contexts/DraggableProvider/DraggableProvider.js +1 -1
- package/dist/contexts/SnackbarProvider/SnackbarProvider.js +1 -1
- package/dist/{dayjs.min-ClQKmc--.js → dayjs.min-BtgZiFZY.js} +14 -14
- package/dist/getReactElementRef-iorwYm2A.js +19 -0
- package/dist/{index-1UpBa69h.js → index-ew-96uBP.js} +2129 -2128
- package/dist/isFocusVisible-CPZqtjv2.js +12 -0
- package/dist/main.js +2 -2
- package/dist/{ownerDocument-By592Iy6.js → ownerDocument-CU-LCrtd.js} +1 -1
- package/dist/react-BTbo_5A3.js +526 -0
- package/dist/setRef-Bo0HEdBB.js +6 -0
- package/dist/useButton-C2E_LFJp.js +90 -0
- package/dist/useControlled-BYdyS7Pn.js +31 -0
- package/dist/useId-CK6Kn3Tn.js +21 -0
- package/dist/useList-BLW78Lq7.js +446 -0
- package/dist/utils/draggable.d.ts +2 -2
- package/package.json +1 -1
- package/dist/Button-BrEDdtHO.js +0 -130
- package/dist/Popup-Dffqo7wT.js +0 -1246
- package/dist/RadioOption-BbANqZoI.js +0 -720
- package/dist/combineHooksSlotProps-BhQ14uyD.js +0 -79
- package/dist/exactProp-SYjL19cU.js +0 -13
- package/dist/react-BvI-Sw9b.js +0 -509
- package/dist/useButton-CezPDte8.js +0 -105
- package/dist/useControlled-CCMYYdCM.js +0 -31
- package/dist/useId-BW-oWmul.js +0 -19
- package/dist/useIsFocusVisible-BH4IAdcw.js +0 -69
- package/dist/useList-nqLfZem8.js +0 -435
- package/dist/useSlotProps-CYHDC4TN.js +0 -834
- package/dist/useTimeout-DxF9kiZL.js +0 -36
|
@@ -5,84 +5,80 @@ declare const meta: {
|
|
|
5
5
|
children: import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<unknown>>;
|
|
6
6
|
dialogTitle: import('react').ReactNode;
|
|
7
7
|
dialogSubtitle?: import('react').ReactNode;
|
|
8
|
-
icon?: (
|
|
9
|
-
|
|
10
|
-
size?: string | number | undefined;
|
|
11
|
-
color?: string | undefined;
|
|
12
|
-
} & import('react').SVGAttributes<SVGElement>) | undefined;
|
|
13
|
-
onClose?: ((reason: import('./Dialog').CloseReason) => void) | undefined;
|
|
8
|
+
icon?: import('react').ComponentProps<typeof import('../Icon/Icon').Icon>;
|
|
9
|
+
onClose?: (reason: import('./Dialog').CloseReason) => void;
|
|
14
10
|
} & import('react').RefAttributes<HTMLDivElement>> & {
|
|
15
|
-
Title:
|
|
16
|
-
Content:
|
|
17
|
-
Actions:
|
|
11
|
+
Title: React.FunctionComponent<import('./DialogTitle').DialogTitleProps>;
|
|
12
|
+
Content: React.FunctionComponent<import('./Content').DialogContentProps>;
|
|
13
|
+
Actions: React.FunctionComponent<import('./Actions').DialogActionProps>;
|
|
18
14
|
};
|
|
19
15
|
tags: string[];
|
|
20
16
|
decorators: ((Story: import('@storybook/core/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
21
|
-
color?: string | undefined;
|
|
22
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
23
|
-
className?: string | undefined;
|
|
24
|
-
id?: string | undefined;
|
|
25
|
-
lang?: string | undefined;
|
|
17
|
+
color?: string | undefined | undefined;
|
|
18
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
19
|
+
className?: string | undefined | undefined;
|
|
20
|
+
id?: string | undefined | undefined;
|
|
21
|
+
lang?: string | undefined | undefined;
|
|
26
22
|
style?: import('react').CSSProperties | undefined;
|
|
27
23
|
role?: import('react').AriaRole | undefined;
|
|
28
|
-
tabIndex?: number | undefined;
|
|
29
|
-
"aria-activedescendant"?: string | undefined;
|
|
24
|
+
tabIndex?: number | undefined | undefined;
|
|
25
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
30
26
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
31
|
-
"aria-autocomplete"?: "
|
|
32
|
-
"aria-braillelabel"?: string | undefined;
|
|
33
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
27
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
28
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
29
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
34
30
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
35
|
-
"aria-checked"?: boolean | "
|
|
36
|
-
"aria-colcount"?: number | undefined;
|
|
37
|
-
"aria-colindex"?: number | undefined;
|
|
38
|
-
"aria-colindextext"?: string | undefined;
|
|
39
|
-
"aria-colspan"?: number | undefined;
|
|
40
|
-
"aria-controls"?: string | undefined;
|
|
41
|
-
"aria-current"?: boolean | "
|
|
42
|
-
"aria-describedby"?: string | undefined;
|
|
43
|
-
"aria-description"?: string | undefined;
|
|
44
|
-
"aria-details"?: string | undefined;
|
|
31
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
32
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
33
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
34
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
35
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
36
|
+
"aria-controls"?: string | undefined | undefined;
|
|
37
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
38
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
39
|
+
"aria-description"?: string | undefined | undefined;
|
|
40
|
+
"aria-details"?: string | undefined | undefined;
|
|
45
41
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
46
|
-
"aria-dropeffect"?: "
|
|
47
|
-
"aria-errormessage"?: string | undefined;
|
|
42
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
43
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
48
44
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
49
|
-
"aria-flowto"?: string | undefined;
|
|
45
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
50
46
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
51
|
-
"aria-haspopup"?: boolean | "
|
|
47
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
52
48
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
53
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
54
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
55
|
-
"aria-label"?: string | undefined;
|
|
56
|
-
"aria-labelledby"?: string | undefined;
|
|
57
|
-
"aria-level"?: number | undefined;
|
|
58
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
49
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
50
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
51
|
+
"aria-label"?: string | undefined | undefined;
|
|
52
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
53
|
+
"aria-level"?: number | undefined | undefined;
|
|
54
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
59
55
|
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
60
56
|
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
61
57
|
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
62
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
63
|
-
"aria-owns"?: string | undefined;
|
|
64
|
-
"aria-placeholder"?: string | undefined;
|
|
65
|
-
"aria-posinset"?: number | undefined;
|
|
66
|
-
"aria-pressed"?: boolean | "
|
|
58
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
59
|
+
"aria-owns"?: string | undefined | undefined;
|
|
60
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
61
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
62
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
67
63
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
68
|
-
"aria-relevant"?: "
|
|
64
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
69
65
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
70
|
-
"aria-roledescription"?: string | undefined;
|
|
71
|
-
"aria-rowcount"?: number | undefined;
|
|
72
|
-
"aria-rowindex"?: number | undefined;
|
|
73
|
-
"aria-rowindextext"?: string | undefined;
|
|
74
|
-
"aria-rowspan"?: number | undefined;
|
|
66
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
67
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
68
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
69
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
70
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
75
71
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
76
|
-
"aria-setsize"?: number | undefined;
|
|
77
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
78
|
-
"aria-valuemax"?: number | undefined;
|
|
79
|
-
"aria-valuemin"?: number | undefined;
|
|
80
|
-
"aria-valuenow"?: number | undefined;
|
|
81
|
-
"aria-valuetext"?: string | undefined;
|
|
72
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
73
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
74
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
75
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
76
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
77
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
82
78
|
children: import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> & import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<unknown>>;
|
|
83
79
|
dangerouslySetInnerHTML?: {
|
|
84
80
|
__html: string | TrustedHTML;
|
|
85
|
-
} | undefined;
|
|
81
|
+
} | undefined | undefined;
|
|
86
82
|
onCopy?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
87
83
|
onCopyCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
88
84
|
onCut?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -101,7 +97,7 @@ declare const meta: {
|
|
|
101
97
|
onBlurCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
102
98
|
onChange?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
103
99
|
onChangeCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
104
|
-
onBeforeInput?: import('react').
|
|
100
|
+
onBeforeInput?: import('react').InputEventHandler<HTMLDivElement> | undefined;
|
|
105
101
|
onBeforeInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
106
102
|
onInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
107
103
|
onInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -151,8 +147,6 @@ declare const meta: {
|
|
|
151
147
|
onProgressCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
152
148
|
onRateChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
153
149
|
onRateChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
154
|
-
onResize?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
155
|
-
onResizeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
156
150
|
onSeeked?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
157
151
|
onSeekedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
158
152
|
onSeeking?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -243,91 +237,54 @@ declare const meta: {
|
|
|
243
237
|
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
244
238
|
onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
245
239
|
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
246
|
-
title?: string | undefined;
|
|
247
|
-
hidden?: boolean | undefined;
|
|
248
|
-
content?: string | undefined;
|
|
240
|
+
title?: string | undefined | undefined;
|
|
241
|
+
hidden?: boolean | undefined | undefined;
|
|
242
|
+
content?: string | undefined | undefined;
|
|
249
243
|
open: boolean;
|
|
250
|
-
slot?: string | undefined;
|
|
251
|
-
defaultChecked?: boolean | undefined;
|
|
244
|
+
slot?: string | undefined | undefined;
|
|
245
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
252
246
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
253
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
254
|
-
dir?: string | undefined;
|
|
247
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
248
|
+
dir?: string | undefined | undefined;
|
|
255
249
|
container?: Element | (() => Element | null) | null | undefined;
|
|
256
|
-
accessKey?: string | undefined;
|
|
257
|
-
|
|
250
|
+
accessKey?: string | undefined | undefined;
|
|
251
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
252
|
+
autoFocus?: boolean | undefined | undefined;
|
|
258
253
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
259
|
-
contextMenu?: string | undefined;
|
|
254
|
+
contextMenu?: string | undefined | undefined;
|
|
260
255
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
261
|
-
|
|
256
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
257
|
+
nonce?: string | undefined | undefined;
|
|
262
258
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
263
|
-
translate?: "
|
|
264
|
-
radioGroup?: string | undefined;
|
|
265
|
-
about?: string | undefined;
|
|
266
|
-
datatype?: string | undefined;
|
|
259
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
260
|
+
radioGroup?: string | undefined | undefined;
|
|
261
|
+
about?: string | undefined | undefined;
|
|
262
|
+
datatype?: string | undefined | undefined;
|
|
267
263
|
inlist?: any;
|
|
268
|
-
prefix?: string | undefined;
|
|
269
|
-
property?: string | undefined;
|
|
270
|
-
rel?: string | undefined;
|
|
271
|
-
resource?: string | undefined;
|
|
272
|
-
rev?: string | undefined;
|
|
273
|
-
typeof?: string | undefined;
|
|
274
|
-
vocab?: string | undefined;
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
264
|
+
prefix?: string | undefined | undefined;
|
|
265
|
+
property?: string | undefined | undefined;
|
|
266
|
+
rel?: string | undefined | undefined;
|
|
267
|
+
resource?: string | undefined | undefined;
|
|
268
|
+
rev?: string | undefined | undefined;
|
|
269
|
+
typeof?: string | undefined | undefined;
|
|
270
|
+
vocab?: string | undefined | undefined;
|
|
271
|
+
autoCorrect?: string | undefined | undefined;
|
|
272
|
+
autoSave?: string | undefined | undefined;
|
|
273
|
+
itemProp?: string | undefined | undefined;
|
|
274
|
+
itemScope?: boolean | undefined | undefined;
|
|
275
|
+
itemType?: string | undefined | undefined;
|
|
276
|
+
itemID?: string | undefined | undefined;
|
|
277
|
+
itemRef?: string | undefined | undefined;
|
|
278
|
+
results?: number | undefined | undefined;
|
|
279
|
+
security?: string | undefined | undefined;
|
|
280
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
281
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
282
|
+
is?: string | undefined | undefined;
|
|
283
|
+
exportparts?: string | undefined | undefined;
|
|
284
|
+
part?: string | undefined | undefined;
|
|
288
285
|
slotProps?: {
|
|
289
|
-
root?: import('@mui/base').SlotComponentProps<"div", import('@mui/base').ModalRootSlotPropsOverrides,
|
|
290
|
-
|
|
291
|
-
closeAfterTransition: boolean;
|
|
292
|
-
container?: Element | (() => Element | null) | null | undefined;
|
|
293
|
-
disableAutoFocus: boolean;
|
|
294
|
-
disableEnforceFocus: boolean;
|
|
295
|
-
disableEscapeKeyDown: boolean;
|
|
296
|
-
disablePortal: boolean;
|
|
297
|
-
disableRestoreFocus: boolean;
|
|
298
|
-
disableScrollLock: boolean;
|
|
299
|
-
hideBackdrop: boolean;
|
|
300
|
-
keepMounted: boolean;
|
|
301
|
-
onBackdropClick?: import('react').ReactEventHandler<{}> | undefined;
|
|
302
|
-
onClose?: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
|
|
303
|
-
onTransitionEnter?: (() => void) | undefined;
|
|
304
|
-
onTransitionExited?: (() => void) | undefined;
|
|
305
|
-
open: boolean;
|
|
306
|
-
slotProps?: any | undefined;
|
|
307
|
-
slots?: import('@mui/base').ModalSlots | undefined;
|
|
308
|
-
exited: boolean;
|
|
309
|
-
}> | undefined;
|
|
310
|
-
backdrop?: import('@mui/base').SlotComponentProps<"div", import('@mui/base').ModalBackdropSlotPropsOverrides, {
|
|
311
|
-
children: import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
|
|
312
|
-
closeAfterTransition: boolean;
|
|
313
|
-
container?: Element | (() => Element | null) | null | undefined;
|
|
314
|
-
disableAutoFocus: boolean;
|
|
315
|
-
disableEnforceFocus: boolean;
|
|
316
|
-
disableEscapeKeyDown: boolean;
|
|
317
|
-
disablePortal: boolean;
|
|
318
|
-
disableRestoreFocus: boolean;
|
|
319
|
-
disableScrollLock: boolean;
|
|
320
|
-
hideBackdrop: boolean;
|
|
321
|
-
keepMounted: boolean;
|
|
322
|
-
onBackdropClick?: import('react').ReactEventHandler<{}> | undefined;
|
|
323
|
-
onClose?: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
|
|
324
|
-
onTransitionEnter?: (() => void) | undefined;
|
|
325
|
-
onTransitionExited?: (() => void) | undefined;
|
|
326
|
-
open: boolean;
|
|
327
|
-
slotProps?: any | undefined;
|
|
328
|
-
slots?: import('@mui/base').ModalSlots | undefined;
|
|
329
|
-
exited: boolean;
|
|
330
|
-
}> | undefined;
|
|
286
|
+
root?: import('@mui/base').SlotComponentProps<"div", import('@mui/base').ModalRootSlotPropsOverrides, import('@mui/base').ModalOwnerState>;
|
|
287
|
+
backdrop?: import('@mui/base').SlotComponentProps<"div", import('@mui/base').ModalBackdropSlotPropsOverrides, import('@mui/base').ModalOwnerState>;
|
|
331
288
|
} | undefined;
|
|
332
289
|
slots?: import('@mui/base').ModalSlots | undefined;
|
|
333
290
|
key?: import('react').Key | null | undefined;
|
|
@@ -340,16 +297,12 @@ declare const meta: {
|
|
|
340
297
|
disableScrollLock?: boolean | undefined;
|
|
341
298
|
hideBackdrop?: boolean | undefined;
|
|
342
299
|
keepMounted?: boolean | undefined;
|
|
343
|
-
onBackdropClick?:
|
|
300
|
+
onBackdropClick?: React.ReactEventHandler<{}> | undefined;
|
|
344
301
|
onTransitionEnter?: (() => void) | undefined;
|
|
345
302
|
onTransitionExited?: (() => void) | undefined;
|
|
346
303
|
dialogTitle: import('react').ReactNode;
|
|
347
304
|
dialogSubtitle?: import('react').ReactNode;
|
|
348
|
-
icon?: (
|
|
349
|
-
icon: import('../Icon/types').IconName;
|
|
350
|
-
size?: string | number | undefined;
|
|
351
|
-
color?: string | undefined;
|
|
352
|
-
} & import('react').SVGAttributes<SVGElement>) | undefined;
|
|
305
|
+
icon?: import('react').ComponentProps<typeof import('../Icon/Icon').Icon> | undefined;
|
|
353
306
|
onClose?: ((reason: import('./Dialog').CloseReason) => void) | undefined;
|
|
354
307
|
ref?: import('react').LegacyRef<HTMLDivElement> | undefined;
|
|
355
308
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
@@ -20,4 +20,4 @@ export type DoubleAutocompleteProps<T> = {
|
|
|
20
20
|
/** Id to be applied as `data-testid` on the container element */
|
|
21
21
|
'data-testid'?: string;
|
|
22
22
|
};
|
|
23
|
-
export declare const DoubleAutocomplete: <T extends
|
|
23
|
+
export declare const DoubleAutocomplete: <T extends object | string>({ separator, useLabelInside, leftAutocompleteProps, rightAutocompleteProps, leftWidth, rightWidth, separatorStyles, className, "data-testid": dataTestId, }: DoubleAutocompleteProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -6,11 +6,11 @@ import { Autocomplete as i } from "../Autocomplete/Autocomplete.js";
|
|
|
6
6
|
import "../Avatar/Avatar.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import "../Button/Button.js";
|
|
9
|
-
import "../../Toggle-
|
|
9
|
+
import "../../Toggle-DbpYFezR.js";
|
|
10
10
|
import "../Dialog/Dialog.js";
|
|
11
11
|
import "../DatePicker/DatePicker.js";
|
|
12
12
|
import "../Input/Input.js";
|
|
13
|
-
import "../../index-
|
|
13
|
+
import "../../index-ew-96uBP.js";
|
|
14
14
|
import "../Draggable/useDraggable.js";
|
|
15
15
|
import "../IconButton/IconButton.js";
|
|
16
16
|
import "../InputSearch/InputSearch.js";
|
|
@@ -10,7 +10,7 @@ declare const meta: {
|
|
|
10
10
|
component: ({ separator, useLabelInside, leftAutocompleteProps, rightAutocompleteProps, leftWidth, rightWidth, separatorStyles, className, "data-testid": dataTestId, }: DoubleAutocompleteProps<Option>) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
tags: string[];
|
|
12
12
|
decorators: ((Story: import('@storybook/core/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
13
|
-
separator:
|
|
13
|
+
separator: React.ReactNode;
|
|
14
14
|
separatorStyles?: import('react').CSSProperties | undefined;
|
|
15
15
|
useLabelInside?: boolean | undefined;
|
|
16
16
|
leftAutocompleteProps: AutocompleteProps<Option>;
|
|
@@ -4,7 +4,7 @@ declare const meta: {
|
|
|
4
4
|
component: ({ separator, leftInputProps, rightInputProps, leftWidth, rightWidth, separatorStyles, className, "data-testid": dataTestId, }: import('./DoubleInput').DoubleInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
tags: string[];
|
|
6
6
|
decorators: ((Story: import('@storybook/core/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
7
|
-
separator:
|
|
7
|
+
separator: React.ReactNode;
|
|
8
8
|
separatorStyles?: import('react').CSSProperties | undefined;
|
|
9
9
|
leftInputProps: import('../Input/Input').InputProps;
|
|
10
10
|
rightInputProps: import('../Input/Input').InputProps;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as u, jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as K, useState as w, useMemo as V } from "react";
|
|
3
3
|
import { c as o } from "../../clsx-OuTLNxxd.js";
|
|
4
|
-
import { r as P } from "../../index-
|
|
4
|
+
import { r as P } from "../../index-ew-96uBP.js";
|
|
5
5
|
import { useDraggable as Q } from "./useDraggable.js";
|
|
6
6
|
import '../../assets/Draggable.css';const r = {
|
|
7
7
|
"draggable-container": "_draggable-container_i3ufr_1",
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { DraggableProviderProps } from '../../contexts/DraggableProvider/DraggableProvider';
|
|
2
3
|
declare const meta: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: ({ children }:
|
|
5
|
-
children?: import('react').ReactNode;
|
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
component: ({ children }: DraggableProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
tags: string[];
|
|
8
7
|
parameters: {
|
|
9
8
|
layout: string;
|
|
@@ -6,10 +6,10 @@ import { Typography as p } from "../Typography/Typography.js";
|
|
|
6
6
|
import "../Input/Input.js";
|
|
7
7
|
import "../Avatar/Avatar.js";
|
|
8
8
|
import { Button as k } from "../Button/Button.js";
|
|
9
|
-
import "../../Toggle-
|
|
9
|
+
import "../../Toggle-DbpYFezR.js";
|
|
10
10
|
import "../Dialog/Dialog.js";
|
|
11
11
|
import "../DatePicker/DatePicker.js";
|
|
12
|
-
import "../../index-
|
|
12
|
+
import "../../index-ew-96uBP.js";
|
|
13
13
|
import "../Draggable/useDraggable.js";
|
|
14
14
|
import "../IconButton/IconButton.js";
|
|
15
15
|
import "../InputSearch/InputSearch.js";
|
|
@@ -2,14 +2,14 @@ import { StoryObj } from '@storybook/react';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: ({ buttonProps, menuSections, buttonLabel, containerClassName, dropdownClassName, "data-testid": dataTestId, }: {
|
|
5
|
-
buttonProps?:
|
|
5
|
+
buttonProps?: Omit<import('../Button/Button').ButtonProps, "link" | "children"> & {
|
|
6
6
|
children?: import('react').ReactNode;
|
|
7
|
-
}
|
|
7
|
+
};
|
|
8
8
|
menuSections: import('./DropdownMenu').MenuSections;
|
|
9
9
|
buttonLabel: import('react').ReactNode;
|
|
10
|
-
containerClassName?: string
|
|
11
|
-
dropdownClassName?: string
|
|
12
|
-
'data-testid'?: string
|
|
10
|
+
containerClassName?: string;
|
|
11
|
+
dropdownClassName?: string;
|
|
12
|
+
'data-testid'?: string;
|
|
13
13
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
tags: string[];
|
|
15
15
|
parameters: {
|
|
@@ -13,14 +13,14 @@ declare const meta: {
|
|
|
13
13
|
children: import('react').ReactNode;
|
|
14
14
|
title?: import('react').ReactNode;
|
|
15
15
|
content: import('react').ReactNode;
|
|
16
|
-
position?: import('@floating-ui/
|
|
16
|
+
position?: import('@floating-ui/utils').Placement | undefined;
|
|
17
17
|
open?: boolean | undefined;
|
|
18
18
|
'data-testid'?: string | undefined;
|
|
19
19
|
footer?: {
|
|
20
|
-
type: "
|
|
20
|
+
type: "button" | "link";
|
|
21
21
|
label: string;
|
|
22
|
-
onClick?: (
|
|
23
|
-
href?: string
|
|
22
|
+
onClick?: () => void;
|
|
23
|
+
href?: string;
|
|
24
24
|
} | undefined;
|
|
25
25
|
onClose?: (() => void) | undefined;
|
|
26
26
|
disablePortal?: boolean | undefined;
|
|
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as c } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef as d, useMemo as j } from "react";
|
|
3
3
|
import { c as m } from "../../clsx-OuTLNxxd.js";
|
|
4
4
|
import { LoadingSpinner as x } from "../LoadingSpinner/LoadingSpinner.js";
|
|
5
|
-
import { B as f } from "../../Button-
|
|
5
|
+
import { B as f } from "../../Button-CJaBSdv1.js";
|
|
6
6
|
import '../../assets/IconButton.css';const a = {
|
|
7
7
|
"u-typography-h1": "_u-typography-h1_gt5j9_1",
|
|
8
8
|
"u-typography-h2": "_u-typography-h2_gt5j9_8",
|