@reactufy/reactufy 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +151 -0
- package/dist/bootstrap.css +11863 -0
- package/dist/bootstrap.css.map +1 -0
- package/dist/components/layout/Layout.d.ts +9 -0
- package/dist/components/layout/Layout.d.ts.map +1 -0
- package/dist/components/layout/LayoutContent.d.ts +7 -0
- package/dist/components/layout/LayoutContent.d.ts.map +1 -0
- package/dist/components/layout/LayoutFooter.d.ts +7 -0
- package/dist/components/layout/LayoutFooter.d.ts.map +1 -0
- package/dist/components/layout/LayoutHeader.d.ts +7 -0
- package/dist/components/layout/LayoutHeader.d.ts.map +1 -0
- package/dist/components/layout/LayoutSidebar.d.ts +7 -0
- package/dist/components/layout/LayoutSidebar.d.ts.map +1 -0
- package/dist/components/ui/Alert.d.ts +11 -0
- package/dist/components/ui/Alert.d.ts.map +1 -0
- package/dist/components/ui/Badge.d.ts +14 -0
- package/dist/components/ui/Badge.d.ts.map +1 -0
- package/dist/components/ui/Button.d.ts +23 -0
- package/dist/components/ui/Button.d.ts.map +1 -0
- package/dist/components/ui/ButtonGroup.d.ts +12 -0
- package/dist/components/ui/ButtonGroup.d.ts.map +1 -0
- package/dist/components/ui/Column.d.ts +15 -0
- package/dist/components/ui/Column.d.ts.map +1 -0
- package/dist/components/ui/Container.d.ts +11 -0
- package/dist/components/ui/Container.d.ts.map +1 -0
- package/dist/components/ui/Heading.d.ts +16 -0
- package/dist/components/ui/Heading.d.ts.map +1 -0
- package/dist/components/ui/Icon.d.ts +10 -0
- package/dist/components/ui/Icon.d.ts.map +1 -0
- package/dist/components/ui/Popover.d.ts +15 -0
- package/dist/components/ui/Popover.d.ts.map +1 -0
- package/dist/components/ui/Progress.d.ts +22 -0
- package/dist/components/ui/Progress.d.ts.map +1 -0
- package/dist/components/ui/Row.d.ts +15 -0
- package/dist/components/ui/Row.d.ts.map +1 -0
- package/dist/components/ui/Spinner.d.ts +13 -0
- package/dist/components/ui/Spinner.d.ts.map +1 -0
- package/dist/components/ui/Table.d.ts +16 -0
- package/dist/components/ui/Table.d.ts.map +1 -0
- package/dist/components/ui/Text.d.ts +303 -0
- package/dist/components/ui/Text.d.ts.map +1 -0
- package/dist/components/ui/Tooltip.d.ts +14 -0
- package/dist/components/ui/Tooltip.d.ts.map +1 -0
- package/dist/components/ui/Wrapper.d.ts +8 -0
- package/dist/components/ui/Wrapper.d.ts.map +1 -0
- package/dist/components/ui/accordion/Accordion.d.ts +17 -0
- package/dist/components/ui/accordion/Accordion.d.ts.map +1 -0
- package/dist/components/ui/accordion/AccordionItem.d.ts +10 -0
- package/dist/components/ui/accordion/AccordionItem.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/Breadcrumb.d.ts +19 -0
- package/dist/components/ui/breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbItem.d.ts +12 -0
- package/dist/components/ui/breadcrumb/BreadcrumbItem.d.ts.map +1 -0
- package/dist/components/ui/card/Card.d.ts +46 -0
- package/dist/components/ui/card/Card.d.ts.map +1 -0
- package/dist/components/ui/card/CardBody.d.ts +8 -0
- package/dist/components/ui/card/CardBody.d.ts.map +1 -0
- package/dist/components/ui/card/CardFooter.d.ts +8 -0
- package/dist/components/ui/card/CardFooter.d.ts.map +1 -0
- package/dist/components/ui/card/CardHeader.d.ts +8 -0
- package/dist/components/ui/card/CardHeader.d.ts.map +1 -0
- package/dist/components/ui/card/CardImage.d.ts +10 -0
- package/dist/components/ui/card/CardImage.d.ts.map +1 -0
- package/dist/components/ui/card/CardText.d.ts +8 -0
- package/dist/components/ui/card/CardText.d.ts.map +1 -0
- package/dist/components/ui/card/CardTitle.d.ts +17 -0
- package/dist/components/ui/card/CardTitle.d.ts.map +1 -0
- package/dist/components/ui/dropdown/Dropdown.d.ts +35 -0
- package/dist/components/ui/dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/ui/dropdown/DropdownItem.d.ts +14 -0
- package/dist/components/ui/dropdown/DropdownItem.d.ts.map +1 -0
- package/dist/components/ui/dropdown/DropdownMenu.d.ts +10 -0
- package/dist/components/ui/dropdown/DropdownMenu.d.ts.map +1 -0
- package/dist/components/ui/dropdown/DropdownToggle.d.ts +15 -0
- package/dist/components/ui/dropdown/DropdownToggle.d.ts.map +1 -0
- package/dist/components/ui/listgroup/ListGroup.d.ts +30 -0
- package/dist/components/ui/listgroup/ListGroup.d.ts.map +1 -0
- package/dist/components/ui/listgroup/ListGroupItem.d.ts +17 -0
- package/dist/components/ui/listgroup/ListGroupItem.d.ts.map +1 -0
- package/dist/components/ui/modal/Modal.d.ts +34 -0
- package/dist/components/ui/modal/Modal.d.ts.map +1 -0
- package/dist/components/ui/modal/ModalBody.d.ts +8 -0
- package/dist/components/ui/modal/ModalBody.d.ts.map +1 -0
- package/dist/components/ui/modal/ModalDialog.d.ts +14 -0
- package/dist/components/ui/modal/ModalDialog.d.ts.map +1 -0
- package/dist/components/ui/modal/ModalFooter.d.ts +8 -0
- package/dist/components/ui/modal/ModalFooter.d.ts.map +1 -0
- package/dist/components/ui/modal/ModalHeader.d.ts +8 -0
- package/dist/components/ui/modal/ModalHeader.d.ts.map +1 -0
- package/dist/components/ui/nav/Nav.d.ts +16 -0
- package/dist/components/ui/nav/Nav.d.ts.map +1 -0
- package/dist/components/ui/nav/NavItem.d.ts +9 -0
- package/dist/components/ui/nav/NavItem.d.ts.map +1 -0
- package/dist/components/ui/nav/NavLink.d.ts +12 -0
- package/dist/components/ui/nav/NavLink.d.ts.map +1 -0
- package/dist/components/ui/navbar/Navbar.d.ts +19 -0
- package/dist/components/ui/navbar/Navbar.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarBrand.d.ts +13 -0
- package/dist/components/ui/navbar/NavbarBrand.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarCollapse.d.ts +9 -0
- package/dist/components/ui/navbar/NavbarCollapse.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarToggler.d.ts +9 -0
- package/dist/components/ui/navbar/NavbarToggler.d.ts.map +1 -0
- package/dist/components/ui/offcanvas/Offcanvas.d.ts +26 -0
- package/dist/components/ui/offcanvas/Offcanvas.d.ts.map +1 -0
- package/dist/components/ui/offcanvas/OffcanvasBody.d.ts +8 -0
- package/dist/components/ui/offcanvas/OffcanvasBody.d.ts.map +1 -0
- package/dist/components/ui/offcanvas/OffcanvasHeader.d.ts +8 -0
- package/dist/components/ui/offcanvas/OffcanvasHeader.d.ts.map +1 -0
- package/dist/components/ui/pagination/Pagination.d.ts +21 -0
- package/dist/components/ui/pagination/Pagination.d.ts.map +1 -0
- package/dist/components/ui/pagination/PaginationItem.d.ts +11 -0
- package/dist/components/ui/pagination/PaginationItem.d.ts.map +1 -0
- package/dist/components/ui/scrollspy/Scrollspy.d.ts +26 -0
- package/dist/components/ui/scrollspy/Scrollspy.d.ts.map +1 -0
- package/dist/components/ui/scrollspy/ScrollspyDropdown.d.ts +8 -0
- package/dist/components/ui/scrollspy/ScrollspyDropdown.d.ts.map +1 -0
- package/dist/components/ui/scrollspy/ScrollspyNav.d.ts +8 -0
- package/dist/components/ui/scrollspy/ScrollspyNav.d.ts.map +1 -0
- package/dist/components/ui/scrollspy/ScrollspyNavItem.d.ts +7 -0
- package/dist/components/ui/scrollspy/ScrollspyNavItem.d.ts.map +1 -0
- package/dist/components/ui/stack/HStack.d.ts +6 -0
- package/dist/components/ui/stack/HStack.d.ts.map +1 -0
- package/dist/components/ui/stack/Stack.d.ts +29 -0
- package/dist/components/ui/stack/Stack.d.ts.map +1 -0
- package/dist/components/ui/stack/StackItem.d.ts +16 -0
- package/dist/components/ui/stack/StackItem.d.ts.map +1 -0
- package/dist/components/ui/stack/VStack.d.ts +6 -0
- package/dist/components/ui/stack/VStack.d.ts.map +1 -0
- package/dist/components/ui/toast/Toast.d.ts +22 -0
- package/dist/components/ui/toast/Toast.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastContainer.d.ts +12 -0
- package/dist/components/ui/toast/ToastContainer.d.ts.map +1 -0
- package/dist/index.d.ts +84 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +83 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +4083 -0
- package/dist/index.mjs.map +1 -0
- package/dist/reactufy-complete.css +11922 -0
- package/dist/reactufy-complete.css.map +1 -0
- package/dist/reactufy-overrides.css +61 -0
- package/dist/reactufy-overrides.css.map +1 -0
- package/dist/store/AccordionContext.d.ts +16 -0
- package/dist/store/AccordionContext.d.ts.map +1 -0
- package/dist/store/DropdownContext.d.ts +18 -0
- package/dist/store/DropdownContext.d.ts.map +1 -0
- package/dist/store/ListGroupContext.d.ts +9 -0
- package/dist/store/ListGroupContext.d.ts.map +1 -0
- package/dist/store/NavbarContext.d.ts +13 -0
- package/dist/store/NavbarContext.d.ts.map +1 -0
- package/dist/types/Base.d.ts +52 -0
- package/dist/types/Base.d.ts.map +1 -0
- package/dist/types/alert.d.ts +4 -0
- package/dist/types/alert.d.ts.map +1 -0
- package/dist/types/badge.d.ts +28 -0
- package/dist/types/badge.d.ts.map +1 -0
- package/dist/types/button.d.ts +30 -0
- package/dist/types/button.d.ts.map +1 -0
- package/dist/types/card.d.ts +9 -0
- package/dist/types/card.d.ts.map +1 -0
- package/dist/types/container.d.ts +10 -0
- package/dist/types/container.d.ts.map +1 -0
- package/dist/types/dropdown.d.ts +12 -0
- package/dist/types/dropdown.d.ts.map +1 -0
- package/dist/types/layout.d.ts +7 -0
- package/dist/types/layout.d.ts.map +1 -0
- package/dist/types/listgroup.d.ts +4 -0
- package/dist/types/listgroup.d.ts.map +1 -0
- package/dist/types/modal.d.ts +16 -0
- package/dist/types/modal.d.ts.map +1 -0
- package/dist/types/offcanvas.d.ts +6 -0
- package/dist/types/offcanvas.d.ts.map +1 -0
- package/dist/types/pagination.d.ts +9 -0
- package/dist/types/pagination.d.ts.map +1 -0
- package/dist/types/progress.d.ts +12 -0
- package/dist/types/progress.d.ts.map +1 -0
- package/dist/types/row.d.ts +235 -0
- package/dist/types/row.d.ts.map +1 -0
- package/dist/types/spinner.d.ts +14 -0
- package/dist/types/spinner.d.ts.map +1 -0
- package/dist/types/stack.d.ts +343 -0
- package/dist/types/stack.d.ts.map +1 -0
- package/dist/types/toast.d.ts +16 -0
- package/dist/types/toast.d.ts.map +1 -0
- package/dist/types/tooltip.d.ts +4 -0
- package/dist/types/tooltip.d.ts.map +1 -0
- package/package.json +58 -0
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
import { type ReactNode, type HTMLAttributes, type DetailedHTMLProps } from "react";
|
|
2
|
+
type TextTag = 'p' | 'span' | 'small' | 'strong' | 'em' | 'cite' | 'q' | 'blockquote' | 'code' | 'pre';
|
|
3
|
+
type TextElementMap = {
|
|
4
|
+
p: HTMLParagraphElement;
|
|
5
|
+
span: HTMLSpanElement;
|
|
6
|
+
small: HTMLElement;
|
|
7
|
+
strong: HTMLElement;
|
|
8
|
+
em: HTMLElement;
|
|
9
|
+
cite: HTMLElement;
|
|
10
|
+
q: HTMLQuoteElement;
|
|
11
|
+
blockquote: HTMLQuoteElement;
|
|
12
|
+
code: HTMLElement;
|
|
13
|
+
pre: HTMLPreElement;
|
|
14
|
+
};
|
|
15
|
+
type TextProps<T extends TextTag = 'p'> = {
|
|
16
|
+
el?: T;
|
|
17
|
+
children: ReactNode;
|
|
18
|
+
} & DetailedHTMLProps<HTMLAttributes<TextElementMap[T]>, TextElementMap[T]>;
|
|
19
|
+
declare const Text: <T extends TextTag = TextTag>({ el, children, ...props }: TextProps<T>) => import("react").DetailedReactHTMLElement<{
|
|
20
|
+
ref?: import("react").Ref<TextElementMap[T]> | undefined;
|
|
21
|
+
key?: import("react").Key | null | undefined;
|
|
22
|
+
defaultChecked?: boolean | undefined;
|
|
23
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
24
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
25
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
26
|
+
accessKey?: string | undefined;
|
|
27
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
28
|
+
autoFocus?: boolean | undefined;
|
|
29
|
+
className?: string | undefined;
|
|
30
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
31
|
+
contextMenu?: string | undefined;
|
|
32
|
+
dir?: string | undefined;
|
|
33
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
34
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
35
|
+
hidden?: boolean | undefined;
|
|
36
|
+
id?: string | undefined;
|
|
37
|
+
lang?: string | undefined;
|
|
38
|
+
nonce?: string | undefined;
|
|
39
|
+
slot?: string | undefined;
|
|
40
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
41
|
+
style?: import("react").CSSProperties | undefined;
|
|
42
|
+
tabIndex?: number | undefined;
|
|
43
|
+
title?: string | undefined;
|
|
44
|
+
translate?: "yes" | "no" | undefined;
|
|
45
|
+
radioGroup?: string | undefined;
|
|
46
|
+
role?: import("react").AriaRole | undefined;
|
|
47
|
+
about?: string | undefined;
|
|
48
|
+
content?: string | undefined;
|
|
49
|
+
datatype?: string | undefined;
|
|
50
|
+
inlist?: any;
|
|
51
|
+
prefix?: string | undefined;
|
|
52
|
+
property?: string | undefined;
|
|
53
|
+
rel?: string | undefined;
|
|
54
|
+
resource?: string | undefined;
|
|
55
|
+
rev?: string | undefined;
|
|
56
|
+
typeof?: string | undefined;
|
|
57
|
+
vocab?: string | undefined;
|
|
58
|
+
autoCorrect?: string | undefined;
|
|
59
|
+
autoSave?: string | undefined;
|
|
60
|
+
color?: string | undefined;
|
|
61
|
+
itemProp?: string | undefined;
|
|
62
|
+
itemScope?: boolean | undefined;
|
|
63
|
+
itemType?: string | undefined;
|
|
64
|
+
itemID?: string | undefined;
|
|
65
|
+
itemRef?: string | undefined;
|
|
66
|
+
results?: number | undefined;
|
|
67
|
+
security?: string | undefined;
|
|
68
|
+
unselectable?: "on" | "off" | undefined;
|
|
69
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
70
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
71
|
+
popoverTarget?: string | undefined;
|
|
72
|
+
inert?: boolean | undefined;
|
|
73
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
74
|
+
is?: string | undefined;
|
|
75
|
+
exportparts?: string | undefined;
|
|
76
|
+
part?: string | undefined;
|
|
77
|
+
"aria-activedescendant"?: string | undefined;
|
|
78
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
79
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
80
|
+
"aria-braillelabel"?: string | undefined;
|
|
81
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
82
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
83
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
84
|
+
"aria-colcount"?: number | undefined;
|
|
85
|
+
"aria-colindex"?: number | undefined;
|
|
86
|
+
"aria-colindextext"?: string | undefined;
|
|
87
|
+
"aria-colspan"?: number | undefined;
|
|
88
|
+
"aria-controls"?: string | undefined;
|
|
89
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
90
|
+
"aria-describedby"?: string | undefined;
|
|
91
|
+
"aria-description"?: string | undefined;
|
|
92
|
+
"aria-details"?: string | undefined;
|
|
93
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
94
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
95
|
+
"aria-errormessage"?: string | undefined;
|
|
96
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
97
|
+
"aria-flowto"?: string | undefined;
|
|
98
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
99
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
100
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
101
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
102
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
103
|
+
"aria-label"?: string | undefined;
|
|
104
|
+
"aria-labelledby"?: string | undefined;
|
|
105
|
+
"aria-level"?: number | undefined;
|
|
106
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
107
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
108
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
109
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
110
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
111
|
+
"aria-owns"?: string | undefined;
|
|
112
|
+
"aria-placeholder"?: string | undefined;
|
|
113
|
+
"aria-posinset"?: number | undefined;
|
|
114
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
115
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
116
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
117
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
118
|
+
"aria-roledescription"?: string | undefined;
|
|
119
|
+
"aria-rowcount"?: number | undefined;
|
|
120
|
+
"aria-rowindex"?: number | undefined;
|
|
121
|
+
"aria-rowindextext"?: string | undefined;
|
|
122
|
+
"aria-rowspan"?: number | undefined;
|
|
123
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
124
|
+
"aria-setsize"?: number | undefined;
|
|
125
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
126
|
+
"aria-valuemax"?: number | undefined;
|
|
127
|
+
"aria-valuemin"?: number | undefined;
|
|
128
|
+
"aria-valuenow"?: number | undefined;
|
|
129
|
+
"aria-valuetext"?: string | undefined;
|
|
130
|
+
dangerouslySetInnerHTML?: {
|
|
131
|
+
__html: string | TrustedHTML;
|
|
132
|
+
} | undefined;
|
|
133
|
+
onCopy?: import("react").ClipboardEventHandler<TextElementMap[T]> | undefined;
|
|
134
|
+
onCopyCapture?: import("react").ClipboardEventHandler<TextElementMap[T]> | undefined;
|
|
135
|
+
onCut?: import("react").ClipboardEventHandler<TextElementMap[T]> | undefined;
|
|
136
|
+
onCutCapture?: import("react").ClipboardEventHandler<TextElementMap[T]> | undefined;
|
|
137
|
+
onPaste?: import("react").ClipboardEventHandler<TextElementMap[T]> | undefined;
|
|
138
|
+
onPasteCapture?: import("react").ClipboardEventHandler<TextElementMap[T]> | undefined;
|
|
139
|
+
onCompositionEnd?: import("react").CompositionEventHandler<TextElementMap[T]> | undefined;
|
|
140
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<TextElementMap[T]> | undefined;
|
|
141
|
+
onCompositionStart?: import("react").CompositionEventHandler<TextElementMap[T]> | undefined;
|
|
142
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<TextElementMap[T]> | undefined;
|
|
143
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<TextElementMap[T]> | undefined;
|
|
144
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<TextElementMap[T]> | undefined;
|
|
145
|
+
onFocus?: import("react").FocusEventHandler<TextElementMap[T]> | undefined;
|
|
146
|
+
onFocusCapture?: import("react").FocusEventHandler<TextElementMap[T]> | undefined;
|
|
147
|
+
onBlur?: import("react").FocusEventHandler<TextElementMap[T]> | undefined;
|
|
148
|
+
onBlurCapture?: import("react").FocusEventHandler<TextElementMap[T]> | undefined;
|
|
149
|
+
onChange?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
150
|
+
onChangeCapture?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
151
|
+
onBeforeInput?: import("react").InputEventHandler<TextElementMap[T]> | undefined;
|
|
152
|
+
onBeforeInputCapture?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
153
|
+
onInput?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
154
|
+
onInputCapture?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
155
|
+
onReset?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
156
|
+
onResetCapture?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
157
|
+
onSubmit?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
158
|
+
onSubmitCapture?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
159
|
+
onInvalid?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
160
|
+
onInvalidCapture?: import("react").FormEventHandler<TextElementMap[T]> | undefined;
|
|
161
|
+
onLoad?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
162
|
+
onLoadCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
163
|
+
onError?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
164
|
+
onErrorCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
165
|
+
onKeyDown?: import("react").KeyboardEventHandler<TextElementMap[T]> | undefined;
|
|
166
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<TextElementMap[T]> | undefined;
|
|
167
|
+
onKeyPress?: import("react").KeyboardEventHandler<TextElementMap[T]> | undefined;
|
|
168
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<TextElementMap[T]> | undefined;
|
|
169
|
+
onKeyUp?: import("react").KeyboardEventHandler<TextElementMap[T]> | undefined;
|
|
170
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<TextElementMap[T]> | undefined;
|
|
171
|
+
onAbort?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
172
|
+
onAbortCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
173
|
+
onCanPlay?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
174
|
+
onCanPlayCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
175
|
+
onCanPlayThrough?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
176
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
177
|
+
onDurationChange?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
178
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
179
|
+
onEmptied?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
180
|
+
onEmptiedCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
181
|
+
onEncrypted?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
182
|
+
onEncryptedCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
183
|
+
onEnded?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
184
|
+
onEndedCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
185
|
+
onLoadedData?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
186
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
187
|
+
onLoadedMetadata?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
188
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
189
|
+
onLoadStart?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
190
|
+
onLoadStartCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
191
|
+
onPause?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
192
|
+
onPauseCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
193
|
+
onPlay?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
194
|
+
onPlayCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
195
|
+
onPlaying?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
196
|
+
onPlayingCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
197
|
+
onProgress?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
198
|
+
onProgressCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
199
|
+
onRateChange?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
200
|
+
onRateChangeCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
201
|
+
onSeeked?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
202
|
+
onSeekedCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
203
|
+
onSeeking?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
204
|
+
onSeekingCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
205
|
+
onStalled?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
206
|
+
onStalledCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
207
|
+
onSuspend?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
208
|
+
onSuspendCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
209
|
+
onTimeUpdate?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
210
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
211
|
+
onVolumeChange?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
212
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
213
|
+
onWaiting?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
214
|
+
onWaitingCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
215
|
+
onAuxClick?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
216
|
+
onAuxClickCapture?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
217
|
+
onClick?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
218
|
+
onClickCapture?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
219
|
+
onContextMenu?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
220
|
+
onContextMenuCapture?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
221
|
+
onDoubleClick?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
222
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
223
|
+
onDrag?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
224
|
+
onDragCapture?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
225
|
+
onDragEnd?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
226
|
+
onDragEndCapture?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
227
|
+
onDragEnter?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
228
|
+
onDragEnterCapture?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
229
|
+
onDragExit?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
230
|
+
onDragExitCapture?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
231
|
+
onDragLeave?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
232
|
+
onDragLeaveCapture?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
233
|
+
onDragOver?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
234
|
+
onDragOverCapture?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
235
|
+
onDragStart?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
236
|
+
onDragStartCapture?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
237
|
+
onDrop?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
238
|
+
onDropCapture?: import("react").DragEventHandler<TextElementMap[T]> | undefined;
|
|
239
|
+
onMouseDown?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
240
|
+
onMouseDownCapture?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
241
|
+
onMouseEnter?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
242
|
+
onMouseLeave?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
243
|
+
onMouseMove?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
244
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
245
|
+
onMouseOut?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
246
|
+
onMouseOutCapture?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
247
|
+
onMouseOver?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
248
|
+
onMouseOverCapture?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
249
|
+
onMouseUp?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
250
|
+
onMouseUpCapture?: import("react").MouseEventHandler<TextElementMap[T]> | undefined;
|
|
251
|
+
onSelect?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
252
|
+
onSelectCapture?: import("react").ReactEventHandler<TextElementMap[T]> | undefined;
|
|
253
|
+
onTouchCancel?: import("react").TouchEventHandler<TextElementMap[T]> | undefined;
|
|
254
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<TextElementMap[T]> | undefined;
|
|
255
|
+
onTouchEnd?: import("react").TouchEventHandler<TextElementMap[T]> | undefined;
|
|
256
|
+
onTouchEndCapture?: import("react").TouchEventHandler<TextElementMap[T]> | undefined;
|
|
257
|
+
onTouchMove?: import("react").TouchEventHandler<TextElementMap[T]> | undefined;
|
|
258
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<TextElementMap[T]> | undefined;
|
|
259
|
+
onTouchStart?: import("react").TouchEventHandler<TextElementMap[T]> | undefined;
|
|
260
|
+
onTouchStartCapture?: import("react").TouchEventHandler<TextElementMap[T]> | undefined;
|
|
261
|
+
onPointerDown?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
262
|
+
onPointerDownCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
263
|
+
onPointerMove?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
264
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
265
|
+
onPointerUp?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
266
|
+
onPointerUpCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
267
|
+
onPointerCancel?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
268
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
269
|
+
onPointerEnter?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
270
|
+
onPointerLeave?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
271
|
+
onPointerOver?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
272
|
+
onPointerOverCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
273
|
+
onPointerOut?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
274
|
+
onPointerOutCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
275
|
+
onGotPointerCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
276
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
277
|
+
onLostPointerCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
278
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<TextElementMap[T]> | undefined;
|
|
279
|
+
onScroll?: import("react").UIEventHandler<TextElementMap[T]> | undefined;
|
|
280
|
+
onScrollCapture?: import("react").UIEventHandler<TextElementMap[T]> | undefined;
|
|
281
|
+
onScrollEnd?: import("react").UIEventHandler<TextElementMap[T]> | undefined;
|
|
282
|
+
onScrollEndCapture?: import("react").UIEventHandler<TextElementMap[T]> | undefined;
|
|
283
|
+
onWheel?: import("react").WheelEventHandler<TextElementMap[T]> | undefined;
|
|
284
|
+
onWheelCapture?: import("react").WheelEventHandler<TextElementMap[T]> | undefined;
|
|
285
|
+
onAnimationStart?: import("react").AnimationEventHandler<TextElementMap[T]> | undefined;
|
|
286
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<TextElementMap[T]> | undefined;
|
|
287
|
+
onAnimationEnd?: import("react").AnimationEventHandler<TextElementMap[T]> | undefined;
|
|
288
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<TextElementMap[T]> | undefined;
|
|
289
|
+
onAnimationIteration?: import("react").AnimationEventHandler<TextElementMap[T]> | undefined;
|
|
290
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<TextElementMap[T]> | undefined;
|
|
291
|
+
onToggle?: import("react").ToggleEventHandler<TextElementMap[T]> | undefined;
|
|
292
|
+
onBeforeToggle?: import("react").ToggleEventHandler<TextElementMap[T]> | undefined;
|
|
293
|
+
onTransitionCancel?: import("react").TransitionEventHandler<TextElementMap[T]> | undefined;
|
|
294
|
+
onTransitionCancelCapture?: import("react").TransitionEventHandler<TextElementMap[T]> | undefined;
|
|
295
|
+
onTransitionEnd?: import("react").TransitionEventHandler<TextElementMap[T]> | undefined;
|
|
296
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<TextElementMap[T]> | undefined;
|
|
297
|
+
onTransitionRun?: import("react").TransitionEventHandler<TextElementMap[T]> | undefined;
|
|
298
|
+
onTransitionRunCapture?: import("react").TransitionEventHandler<TextElementMap[T]> | undefined;
|
|
299
|
+
onTransitionStart?: import("react").TransitionEventHandler<TextElementMap[T]> | undefined;
|
|
300
|
+
onTransitionStartCapture?: import("react").TransitionEventHandler<TextElementMap[T]> | undefined;
|
|
301
|
+
}, TextElementMap[T]>;
|
|
302
|
+
export default Text;
|
|
303
|
+
//# sourceMappingURL=Text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../src/components/ui/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,EACH,KAAK,SAAS,EACd,KAAK,cAAc,EACnB,KAAK,iBAAiB,EAEzB,MAAM,OAAO,CAAC;AAEf,KAAK,OAAO,GAAG,GAAG,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,IAAI,GAAG,MAAM,GAAG,GAAG,GAAG,YAAY,GAAG,MAAM,GAAG,KAAK,CAAC;AAEvG,KAAK,cAAc,GAAG;IAClB,CAAC,EAAE,oBAAoB,CAAC;IACxB,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,EAAE,WAAW,CAAC;IACnB,MAAM,EAAE,WAAW,CAAC;IACpB,EAAE,EAAE,WAAW,CAAC;IAChB,IAAI,EAAE,WAAW,CAAC;IAClB,CAAC,EAAE,gBAAgB,CAAC;IACpB,UAAU,EAAE,gBAAgB,CAAC;IAC7B,IAAI,EAAE,WAAW,CAAC;IAClB,GAAG,EAAE,cAAc,CAAC;CACvB,CAAC;AAEF,KAAK,SAAS,CAAC,CAAC,SAAS,OAAO,GAAG,GAAG,IAAI;IACtC,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,QAAQ,EAAE,SAAS,CAAC;CACvB,GAAG,iBAAiB,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;AAE5E,QAAA,MAAM,IAAI,GAAI,CAAC,SAAS,OAAO,GAAG,OAAO,EAAE,4BAID,SAAS,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAGrD,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React, { JSX } from "react";
|
|
2
|
+
import { TooltipPlacement } from "../../types/tooltip";
|
|
3
|
+
type AllowedProps = "id" | "style" | "className";
|
|
4
|
+
type TooltipProps = {
|
|
5
|
+
text: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
placement?: TooltipPlacement;
|
|
8
|
+
isHtml?: boolean;
|
|
9
|
+
container?: "body" | "inline";
|
|
10
|
+
children: React.ReactNode;
|
|
11
|
+
} & Partial<Pick<JSX.IntrinsicElements["div"], Extract<AllowedProps, keyof JSX.IntrinsicElements["div"]>>>;
|
|
12
|
+
declare const Tooltip: ({ children, text, className, placement, isHtml, container }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export default Tooltip;
|
|
14
|
+
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,GAAG,EAA+B,MAAM,OAAO,CAAC;AAEhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,KAAK,YAAY,GAAG,IAAI,GAAG,OAAO,GAAG,WAAW,CAAC;AAEjD,KAAK,YAAY,GAAG;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC9B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,YAAY,EAAE,MAAM,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;AAE3G,QAAA,MAAM,OAAO,GAAI,6DAAqG,YAAY,4CAkMjI,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type ReactNode, type ElementType, type ComponentPropsWithoutRef } from "react";
|
|
2
|
+
type WrapperProps<T extends ElementType> = {
|
|
3
|
+
el?: T;
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
} & ComponentPropsWithoutRef<T>;
|
|
6
|
+
declare const Wrapper: <T extends ElementType = "div">({ el, children, ...props }: WrapperProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default Wrapper;
|
|
8
|
+
//# sourceMappingURL=Wrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../src/components/ui/Wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EACH,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,wBAAwB,EAChC,MAAM,OAAO,CAAC;AAEf,KAAK,YAAY,CAAC,CAAC,SAAS,WAAW,IAAI;IACvC,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,QAAQ,EAAE,SAAS,CAAC;CACvB,GAAG,wBAAwB,CAAC,CAAC,CAAC,CAAC;AAEhC,QAAA,MAAM,OAAO,GAAI,CAAC,SAAS,WAAW,GAAG,KAAK,EAAE,4BAIG,YAAY,CAAC,CAAC,CAAC,4CAGjE,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type AccordionProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
stayOpen?: boolean;
|
|
5
|
+
className?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const Accordion: {
|
|
8
|
+
({ children, stayOpen, className }: AccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
Item: ({ children, title, open, className }: {
|
|
10
|
+
children: React.ReactNode;
|
|
11
|
+
title: React.ReactNode | string;
|
|
12
|
+
open?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
};
|
|
16
|
+
export default Accordion;
|
|
17
|
+
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,cAAc,GAAG;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,SAAS;wCAIO,cAAc;;;;;;;CAiBnC,CAAC;AAKF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type AccordionItemProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
title: React.ReactNode | string;
|
|
5
|
+
open?: boolean;
|
|
6
|
+
className?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const AccordionItem: ({ children, title, open, className }: AccordionItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=AccordionItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccordionItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/accordion/AccordionItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAGhD,KAAK,kBAAkB,GAAG;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,sCAKG,kBAAkB,4CAyClD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React, { JSX } from "react";
|
|
2
|
+
type AllowedProps = "id" | "style" | "className";
|
|
3
|
+
type BreadcrumbProps = {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
className?: string;
|
|
6
|
+
divider?: string;
|
|
7
|
+
} & Partial<Pick<JSX.IntrinsicElements["ol"], Extract<AllowedProps, keyof JSX.IntrinsicElements["ol"]>>>;
|
|
8
|
+
declare const Breadcrumb: {
|
|
9
|
+
({ children, className, divider, ...rest }: BreadcrumbProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
Item: ({ children, text, path, className, isCurrent, ...rest }: {
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
text?: string;
|
|
13
|
+
path?: string;
|
|
14
|
+
className?: string;
|
|
15
|
+
isCurrent?: boolean;
|
|
16
|
+
} & Partial<Pick<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "id" | "style" | "className" | "title">>) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
};
|
|
18
|
+
export default Breadcrumb;
|
|
19
|
+
//# sourceMappingURL=Breadcrumb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAGnC,KAAK,YAAY,GAAG,IAAI,GAAG,OAAO,GAAG,WAAW,CAAC;AAEjD,KAAK,eAAe,GAAG;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,YAAY,EAAE,MAAM,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAEzG,QAAA,MAAM,UAAU;gDAKO,eAAe;;;;;;;;CAyBrC,CAAC;AAIF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React, { JSX } from "react";
|
|
2
|
+
type AllowedProps = "id" | "title" | "style" | "className";
|
|
3
|
+
type BreadcrumbItemProps = {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
text?: string;
|
|
6
|
+
path?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
isCurrent?: boolean;
|
|
9
|
+
} & Partial<Pick<JSX.IntrinsicElements["li"], Extract<AllowedProps, keyof JSX.IntrinsicElements["li"]>>>;
|
|
10
|
+
declare const BreadcrumbItem: ({ children, text, path, className, isCurrent, ...rest }: BreadcrumbItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default BreadcrumbItem;
|
|
12
|
+
//# sourceMappingURL=BreadcrumbItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BreadcrumbItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAGjC,KAAK,YAAY,GAAG,IAAI,GAAG,OAAO,GAAG,OAAO,GAAG,WAAW,CAAC;AAE3D,KAAK,mBAAmB,GAAG;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,YAAY,EAAE,MAAM,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAEzG,QAAA,MAAM,cAAc,GAAI,yDAOG,mBAAmB,4CA2B7C,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React, { JSX } from "react";
|
|
2
|
+
import { CardColor } from "../../../types/card";
|
|
3
|
+
type AllowedProps = "id" | "style" | "className";
|
|
4
|
+
type CardProps = {
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
className?: string;
|
|
7
|
+
color?: CardColor;
|
|
8
|
+
} & Partial<Pick<JSX.IntrinsicElements["div"], Extract<AllowedProps, keyof JSX.IntrinsicElements["div"]>>>;
|
|
9
|
+
declare const Card: {
|
|
10
|
+
({ children, className, color, ...rest }: CardProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
Header: ({ children, className, }: {
|
|
12
|
+
children: React.ReactNode;
|
|
13
|
+
className?: string;
|
|
14
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
Body: ({ children, className, }: {
|
|
16
|
+
children: React.ReactNode;
|
|
17
|
+
className?: string;
|
|
18
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
Footer: ({ children, className }: {
|
|
20
|
+
children: React.ReactNode;
|
|
21
|
+
className?: string;
|
|
22
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
Image: ({ className, placement, alt, src }: {
|
|
24
|
+
className?: string;
|
|
25
|
+
alt?: string;
|
|
26
|
+
src: string;
|
|
27
|
+
placement?: import("../../..").CardImagePlacement;
|
|
28
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
Title: <T extends "h1" | "h2" | "h3" | "h4" | "h5" | "h6" = "h1" | "h2" | "h3" | "h4" | "h5" | "h6">({ el, children, className, ...props }: {
|
|
30
|
+
el?: T | undefined;
|
|
31
|
+
className?: string;
|
|
32
|
+
children: React.ReactNode;
|
|
33
|
+
} & Pick<JSX.IntrinsicElements[T], "id" | "style" | "className" | "title" | "onClick">) => React.DetailedReactHTMLElement<{
|
|
34
|
+
className: string;
|
|
35
|
+
id?: JSX.IntrinsicElements[T]["id"] | undefined;
|
|
36
|
+
style?: JSX.IntrinsicElements[T]["style"] | undefined;
|
|
37
|
+
title?: JSX.IntrinsicElements[T]["title"] | undefined;
|
|
38
|
+
onClick?: JSX.IntrinsicElements[T]["onClick"] | undefined;
|
|
39
|
+
}, HTMLElement>;
|
|
40
|
+
Text: ({ children, className }: {
|
|
41
|
+
children: React.ReactNode;
|
|
42
|
+
className?: string;
|
|
43
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
};
|
|
45
|
+
export default Card;
|
|
46
|
+
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AACjC,OAAO,EAAC,SAAS,EAAC,MAAM,qBAAqB,CAAC;AAc9C,KAAK,YAAY,GAAG,IAAI,GAAG,OAAO,GAAG,WAAW,CAAC;AAEjD,KAAK,SAAS,GAAG;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,YAAY,EAAE,MAAM,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;AAE3G,QAAA,MAAM,IAAI;8CAKO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBzB,CAAC;AAWF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type CardBodyProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
className?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const CardBody: ({ children, className, }: CardBodyProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CardBody;
|
|
8
|
+
//# sourceMappingURL=CardBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardBody.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,aAAa,GAAG;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,QAAQ,GAAI,0BAGD,aAAa,4CAc7B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type CardFooterProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
className?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const CardFooter: ({ children, className }: CardFooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CardFooter;
|
|
8
|
+
//# sourceMappingURL=CardFooter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,eAAe,GAAG;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,UAAU,GAAI,yBAGG,eAAe,4CAYrC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type CardHeaderProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
className?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const CardHeader: ({ children, className, }: CardHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CardHeader;
|
|
8
|
+
//# sourceMappingURL=CardHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,eAAe,GAAG;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,UAAU,GAAI,0BAGC,eAAe,4CAcnC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CardImagePlacement } from "../../../types/card";
|
|
2
|
+
type CardImageProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
alt?: string;
|
|
5
|
+
src: string;
|
|
6
|
+
placement?: CardImagePlacement;
|
|
7
|
+
};
|
|
8
|
+
declare const CardImage: ({ className, placement, alt, src }: CardImageProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export default CardImage;
|
|
10
|
+
//# sourceMappingURL=CardImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardImage.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardImage.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,kBAAkB,EAAC,MAAM,qBAAqB,CAAC;AASvD,KAAK,cAAc,GAAG;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,kBAAkB,CAAC;CAClC,CAAC;AAEF,QAAA,MAAM,SAAS,GAAI,oCAKG,cAAc,4CAwBnC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type CardTextProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
className?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const CardText: ({ children, className }: CardTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CardText;
|
|
8
|
+
//# sourceMappingURL=CardText.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardText.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,aAAa,GAAG;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,QAAQ,GAAI,yBAGG,aAAa,4CAWjC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React, { JSX, ReactNode } from "react";
|
|
2
|
+
type HeadingTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
3
|
+
type AllowedProps = "id" | "title" | "style" | "onClick" | "className";
|
|
4
|
+
type CardTitleProps<T extends HeadingTag = 'h5'> = {
|
|
5
|
+
el?: T;
|
|
6
|
+
className?: string;
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
} & Pick<JSX.IntrinsicElements[T], AllowedProps>;
|
|
9
|
+
declare const CardTitle: <T extends HeadingTag = HeadingTag>({ el, children, className, ...props }: CardTitleProps<T>) => React.DetailedReactHTMLElement<{
|
|
10
|
+
className: string;
|
|
11
|
+
id?: JSX.IntrinsicElements[T]["id"] | undefined;
|
|
12
|
+
style?: JSX.IntrinsicElements[T]["style"] | undefined;
|
|
13
|
+
title?: JSX.IntrinsicElements[T]["title"] | undefined;
|
|
14
|
+
onClick?: JSX.IntrinsicElements[T]["onClick"] | undefined;
|
|
15
|
+
}, HTMLElement>;
|
|
16
|
+
export default CardTitle;
|
|
17
|
+
//# sourceMappingURL=CardTitle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAgB,GAAG,EAAE,SAAS,EAAC,MAAM,OAAO,CAAC;AAE3D,KAAK,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1D,KAAK,YAAY,GAAG,IAAI,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,CAAC;AAEvE,KAAK,cAAc,CAAC,CAAC,SAAS,UAAU,GAAG,IAAI,IAAI;IAC/C,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACvB,GAAG,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC;AAEjD,QAAA,MAAM,SAAS,GAAI,CAAC,SAAS,UAAU,GAAG,UAAU,EAAE,uCAKG,cAAc,CAAC,CAAC,CAAC;;;;;;eAazE,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { DropdownDirection } from "../../../types/dropdown";
|
|
3
|
+
type DropdownProps = {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
className?: string;
|
|
6
|
+
direction?: DropdownDirection;
|
|
7
|
+
};
|
|
8
|
+
declare const Dropdown: {
|
|
9
|
+
({ children, className, direction }: DropdownProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
Toggle: ({ children, className, color, size, disabled, active, split, onMainClick, ...props }: {
|
|
11
|
+
children: React.ReactNode;
|
|
12
|
+
className?: string;
|
|
13
|
+
onMainClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
14
|
+
color?: import("../../..").ButtonColor;
|
|
15
|
+
size?: import("../../..").ButtonSize;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
active?: boolean;
|
|
18
|
+
split?: boolean;
|
|
19
|
+
} & React.ButtonHTMLAttributes<HTMLButtonElement>) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
Menu: ({ children, className, style: userStyle, ...rest }: {
|
|
21
|
+
children: React.ReactNode;
|
|
22
|
+
className?: string;
|
|
23
|
+
style?: React.CSSProperties;
|
|
24
|
+
} & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "id" | "style" | "className">>) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
Item: <T extends "button" | "a" = "button" | "a">({ el, children, className, disabled, active, onClick, ...props }: {
|
|
26
|
+
el?: T | undefined;
|
|
27
|
+
children: React.ReactNode;
|
|
28
|
+
className?: string;
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
active?: boolean;
|
|
31
|
+
onClick?: () => void;
|
|
32
|
+
} & Partial<Pick<React.JSX.IntrinsicElements[T], Extract<"id", keyof React.JSX.IntrinsicElements[T]> | Extract<"className", keyof React.JSX.IntrinsicElements[T]> | Extract<"rel", keyof React.JSX.IntrinsicElements[T]> | Extract<"onClick", keyof React.JSX.IntrinsicElements[T]> | Extract<"href", keyof React.JSX.IntrinsicElements[T]> | Extract<"target", keyof React.JSX.IntrinsicElements[T]>>>) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
};
|
|
34
|
+
export default Dropdown;
|
|
35
|
+
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAKjD,OAAO,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAE1D,KAAK,aAAa,GAAG;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,iBAAiB,CAAC;CACjC,CAAC;AAqDF,QAAA,MAAM,QAAQ;yCAIO,aAAa;;;;;;;;;;;;;;;;;;;;;;;;CAMjC,CAAC;AAOF,eAAe,QAAQ,CAAC"}
|