@app-studio/components 0.10.17
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/LICENSE +448 -0
- package/README.md +236 -0
- package/dist/assets/apple-logo.png +0 -0
- package/dist/assets/maskable_icon.png +0 -0
- package/dist/assets/orange.png +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/files/media/Accordion.mdx +333 -0
- package/dist/files/media/Alert.mdx +353 -0
- package/dist/files/media/AspectRatio.mdx +64 -0
- package/dist/files/media/AudioInput.mdx +78 -0
- package/dist/files/media/AudioWaveform.mdx +9 -0
- package/dist/files/media/Avatar.mdx +301 -0
- package/dist/files/media/Background.mdx +610 -0
- package/dist/files/media/Badge.mdx +503 -0
- package/dist/files/media/Button.mdx +688 -0
- package/dist/files/media/Card.mdx +560 -0
- package/dist/files/media/Carousel.mdx +605 -0
- package/dist/files/media/Chart.mdx +871 -0
- package/dist/files/media/ChatInput.mdx +540 -0
- package/dist/files/media/ChatWidget.mdx +403 -0
- package/dist/files/media/Checkbox.mdx +463 -0
- package/dist/files/media/ColorInput.mdx +217 -0
- package/dist/files/media/ColorPicker.mdx +259 -0
- package/dist/files/media/ComboBox.mdx +376 -0
- package/dist/files/media/Command.mdx +496 -0
- package/dist/files/media/ContextMenu.mdx +411 -0
- package/dist/files/media/CookieConsent.mdx +263 -0
- package/dist/files/media/CountryPicker.mdx +349 -0
- package/dist/files/media/DatePicker.mdx +217 -0
- package/dist/files/media/DragAndDrop.mdx +34 -0
- package/dist/files/media/Drawer.mdx +233 -0
- package/dist/files/media/DropZone.mdx +9 -0
- package/dist/files/media/DropdownMenu.mdx +403 -0
- package/dist/files/media/EmojiPicker.mdx +314 -0
- package/dist/files/media/Gradient.mdx +604 -0
- package/dist/files/media/HoverCard.mdx +144 -0
- package/dist/files/media/IconPicker.mdx +9 -0
- package/dist/files/media/Label.mdx +9 -0
- package/dist/files/media/Link.mdx +142 -0
- package/dist/files/media/Loader.mdx +161 -0
- package/dist/files/media/Menubar.mdx +496 -0
- package/dist/files/media/Message.mdx +299 -0
- package/dist/files/media/Modal.mdx +795 -0
- package/dist/files/media/NavigationMenu.mdx +728 -0
- package/dist/files/media/OTPInput.mdx +450 -0
- package/dist/files/media/Pagination.mdx +356 -0
- package/dist/files/media/ProgressBar.mdx +119 -0
- package/dist/files/media/Radio.mdx +314 -0
- package/dist/files/media/RadioGroup.mdx +9 -0
- package/dist/files/media/Resizable.mdx +873 -0
- package/dist/files/media/Select.mdx +689 -0
- package/dist/files/media/Selector.mdx +9 -0
- package/dist/files/media/Separator.mdx +741 -0
- package/dist/files/media/ShareButton.mdx +29 -0
- package/dist/files/media/Sidebar.mdx +1237 -0
- package/dist/files/media/Slider.mdx +513 -0
- package/dist/files/media/StatusIndicator.mdx +43 -0
- package/dist/files/media/Switch.mdx +521 -0
- package/dist/files/media/Table.mdx +827 -0
- package/dist/files/media/Tabs.mdx +524 -0
- package/dist/files/media/TagInput.mdx +372 -0
- package/dist/files/media/TextArea.mdx +724 -0
- package/dist/files/media/TextField.mdx +830 -0
- package/dist/files/media/Title.mdx +1081 -0
- package/dist/files/media/Toast.mdx +802 -0
- package/dist/files/media/Toggle.mdx +159 -0
- package/dist/files/media/ToggleGroup.mdx +180 -0
- package/dist/files/media/Tooltip.mdx +307 -0
- package/dist/files/media/Uploader.mdx +9 -0
- package/dist/index.d.ts +4551 -0
- package/dist/manifest.json +22 -0
- package/dist/native/components/Accordion/Accordion/Accordion.props.d.ts +50 -0
- package/dist/native/components/Accordion/Accordion/Accordion.props.js +2 -0
- package/dist/native/components/Accordion/Accordion/Accordion.props.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.state.d.ts +9 -0
- package/dist/native/components/Accordion/Accordion/Accordion.state.js +83 -0
- package/dist/native/components/Accordion/Accordion/Accordion.state.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.style.d.ts +6 -0
- package/dist/native/components/Accordion/Accordion/Accordion.style.js +54 -0
- package/dist/native/components/Accordion/Accordion/Accordion.style.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.type.d.ts +20 -0
- package/dist/native/components/Accordion/Accordion/Accordion.type.js +2 -0
- package/dist/native/components/Accordion/Accordion/Accordion.type.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.d.ts +32 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.js +156 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.native.d.ts +32 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.native.js +100 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.native.js.map +1 -0
- package/dist/native/components/Accordion/Accordion.d.ts +2 -0
- package/dist/native/components/Accordion/Accordion.js +38 -0
- package/dist/native/components/Accordion/Accordion.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.props.d.ts +14 -0
- package/dist/native/components/Alert/Alert/Alert.props.js +2 -0
- package/dist/native/components/Alert/Alert/Alert.props.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.state.d.ts +5 -0
- package/dist/native/components/Alert/Alert/Alert.state.js +9 -0
- package/dist/native/components/Alert/Alert/Alert.state.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.style.d.ts +28 -0
- package/dist/native/components/Alert/Alert/Alert.style.js +98 -0
- package/dist/native/components/Alert/Alert/Alert.style.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.type.d.ts +8 -0
- package/dist/native/components/Alert/Alert/Alert.type.js +2 -0
- package/dist/native/components/Alert/Alert/Alert.type.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.view.d.ts +11 -0
- package/dist/native/components/Alert/Alert/Alert.view.js +68 -0
- package/dist/native/components/Alert/Alert/Alert.view.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.view.native.d.ts +3 -0
- package/dist/native/components/Alert/Alert/Alert.view.native.js +22 -0
- package/dist/native/components/Alert/Alert/Alert.view.native.js.map +1 -0
- package/dist/native/components/Alert/Alert.d.ts +3 -0
- package/dist/native/components/Alert/Alert.js +11 -0
- package/dist/native/components/Alert/Alert.js.map +1 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.props.d.ts +9 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.props.js +2 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.props.js.map +1 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.view.d.ts +3 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.view.js +15 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.view.js.map +1 -0
- package/dist/native/components/AspectRatio/AspectRatio.d.ts +3 -0
- package/dist/native/components/AspectRatio/AspectRatio.js +11 -0
- package/dist/native/components/AspectRatio/AspectRatio.js.map +1 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup/AttachmentGroup.d.ts +18 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup/AttachmentGroup.js +111 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup/AttachmentGroup.js.map +1 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup.d.ts +2 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup.js +3 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup.js.map +1 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.props.d.ts +18 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.props.js +2 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.props.js.map +1 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.state.d.ts +15 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.state.js +36 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.state.js.map +1 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.view.d.ts +4 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.view.js +150 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.view.js.map +1 -0
- package/dist/native/components/AudioInput/AudioInput.d.ts +4 -0
- package/dist/native/components/AudioInput/AudioInput.js +10 -0
- package/dist/native/components/AudioInput/AudioInput.js.map +1 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.d.ts +3 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.js +46 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.js.map +1 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.props.d.ts +9 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.props.js +2 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.props.js.map +1 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.view.d.ts +4 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.view.js +28 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.view.js.map +1 -0
- package/dist/native/components/AudioInput/useAudioRecording.d.ts +13 -0
- package/dist/native/components/AudioInput/useAudioRecording.js +232 -0
- package/dist/native/components/AudioInput/useAudioRecording.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.props.d.ts +13 -0
- package/dist/native/components/Avatar/Avatar/Avatar.props.js +2 -0
- package/dist/native/components/Avatar/Avatar/Avatar.props.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.state.d.ts +4 -0
- package/dist/native/components/Avatar/Avatar/Avatar.state.js +8 -0
- package/dist/native/components/Avatar/Avatar/Avatar.state.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.style.d.ts +24 -0
- package/dist/native/components/Avatar/Avatar/Avatar.style.js +44 -0
- package/dist/native/components/Avatar/Avatar/Avatar.style.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.type.d.ts +7 -0
- package/dist/native/components/Avatar/Avatar/Avatar.type.js +2 -0
- package/dist/native/components/Avatar/Avatar/Avatar.type.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.view.d.ts +9 -0
- package/dist/native/components/Avatar/Avatar/Avatar.view.js +29 -0
- package/dist/native/components/Avatar/Avatar/Avatar.view.js.map +1 -0
- package/dist/native/components/Avatar/Avatar.d.ts +3 -0
- package/dist/native/components/Avatar/Avatar.js +19 -0
- package/dist/native/components/Avatar/Avatar.js.map +1 -0
- package/dist/native/components/Background/Background/Background.props.d.ts +98 -0
- package/dist/native/components/Background/Background/Background.props.js +2 -0
- package/dist/native/components/Background/Background/Background.props.js.map +1 -0
- package/dist/native/components/Background/Background/Background.style.d.ts +24 -0
- package/dist/native/components/Background/Background/Background.style.js +125 -0
- package/dist/native/components/Background/Background/Background.style.js.map +1 -0
- package/dist/native/components/Background/Background/Background.type.d.ts +28 -0
- package/dist/native/components/Background/Background/Background.type.js +2 -0
- package/dist/native/components/Background/Background/Background.type.js.map +1 -0
- package/dist/native/components/Background/Background/Background.view.d.ts +18 -0
- package/dist/native/components/Background/Background/Background.view.js +365 -0
- package/dist/native/components/Background/Background/Background.view.js.map +1 -0
- package/dist/native/components/Background/Background/Background.view.native.d.ts +18 -0
- package/dist/native/components/Background/Background/Background.view.native.js +79 -0
- package/dist/native/components/Background/Background/Background.view.native.js.map +1 -0
- package/dist/native/components/Background/Background.d.ts +15 -0
- package/dist/native/components/Background/Background.js +20 -0
- package/dist/native/components/Background/Background.js.map +1 -0
- package/dist/native/components/Background/index.d.ts +3 -0
- package/dist/native/components/Background/index.js +3 -0
- package/dist/native/components/Background/index.js.map +1 -0
- package/dist/native/components/Badge/Badge/Badge.props.d.ts +21 -0
- package/dist/native/components/Badge/Badge/Badge.props.js +2 -0
- package/dist/native/components/Badge/Badge/Badge.props.js.map +1 -0
- package/dist/native/components/Badge/Badge/Badge.style.d.ts +38 -0
- package/dist/native/components/Badge/Badge/Badge.style.js +240 -0
- package/dist/native/components/Badge/Badge/Badge.style.js.map +1 -0
- package/dist/native/components/Badge/Badge/Badge.type.d.ts +13 -0
- package/dist/native/components/Badge/Badge/Badge.type.js +2 -0
- package/dist/native/components/Badge/Badge/Badge.type.js.map +1 -0
- package/dist/native/components/Badge/Badge/Badge.view.d.ts +12 -0
- package/dist/native/components/Badge/Badge/Badge.view.js +115 -0
- package/dist/native/components/Badge/Badge/Badge.view.js.map +1 -0
- package/dist/native/components/Badge/Badge.d.ts +3 -0
- package/dist/native/components/Badge/Badge.js +9 -0
- package/dist/native/components/Badge/Badge.js.map +1 -0
- package/dist/native/components/Button/Button/Button.props.d.ts +49 -0
- package/dist/native/components/Button/Button/Button.props.js +2 -0
- package/dist/native/components/Button/Button/Button.props.js.map +1 -0
- package/dist/native/components/Button/Button/Button.state.d.ts +5 -0
- package/dist/native/components/Button/Button/Button.state.js +10 -0
- package/dist/native/components/Button/Button/Button.state.js.map +1 -0
- package/dist/native/components/Button/Button/Button.style.d.ts +33 -0
- package/dist/native/components/Button/Button/Button.style.js +256 -0
- package/dist/native/components/Button/Button/Button.style.js.map +1 -0
- package/dist/native/components/Button/Button/Button.view.d.ts +9 -0
- package/dist/native/components/Button/Button/Button.view.js +245 -0
- package/dist/native/components/Button/Button/Button.view.js.map +1 -0
- package/dist/native/components/Button/Button/Button.view.native.d.ts +11 -0
- package/dist/native/components/Button/Button/Button.view.native.js +73 -0
- package/dist/native/components/Button/Button/Button.view.native.js.map +1 -0
- package/dist/native/components/Button/Button.d.ts +3 -0
- package/dist/native/components/Button/Button.js +13 -0
- package/dist/native/components/Button/Button.js.map +1 -0
- package/dist/native/components/Card/Card/Card.context.d.ts +6 -0
- package/dist/native/components/Card/Card/Card.context.js +7 -0
- package/dist/native/components/Card/Card/Card.context.js.map +1 -0
- package/dist/native/components/Card/Card/Card.props.d.ts +30 -0
- package/dist/native/components/Card/Card/Card.props.js +2 -0
- package/dist/native/components/Card/Card/Card.props.js.map +1 -0
- package/dist/native/components/Card/Card/Card.state.d.ts +4 -0
- package/dist/native/components/Card/Card/Card.state.js +7 -0
- package/dist/native/components/Card/Card/Card.state.js.map +1 -0
- package/dist/native/components/Card/Card/Card.style.d.ts +6 -0
- package/dist/native/components/Card/Card/Card.style.js +90 -0
- package/dist/native/components/Card/Card/Card.style.js.map +1 -0
- package/dist/native/components/Card/Card/Card.type.d.ts +10 -0
- package/dist/native/components/Card/Card/Card.type.js +2 -0
- package/dist/native/components/Card/Card/Card.type.js.map +1 -0
- package/dist/native/components/Card/Card/Card.view.d.ts +6 -0
- package/dist/native/components/Card/Card/Card.view.js +118 -0
- package/dist/native/components/Card/Card/Card.view.js.map +1 -0
- package/dist/native/components/Card/Card.d.ts +2 -0
- package/dist/native/components/Card/Card.js +13 -0
- package/dist/native/components/Card/Card.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.context.d.ts +3 -0
- package/dist/native/components/Carousel/Carousel/Carousel.context.js +13 -0
- package/dist/native/components/Carousel/Carousel/Carousel.context.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.props.d.ts +51 -0
- package/dist/native/components/Carousel/Carousel/Carousel.props.js +2 -0
- package/dist/native/components/Carousel/Carousel/Carousel.props.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.state.d.ts +29 -0
- package/dist/native/components/Carousel/Carousel/Carousel.state.js +170 -0
- package/dist/native/components/Carousel/Carousel/Carousel.state.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.style.d.ts +6 -0
- package/dist/native/components/Carousel/Carousel/Carousel.style.js +107 -0
- package/dist/native/components/Carousel/Carousel/Carousel.style.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.type.d.ts +32 -0
- package/dist/native/components/Carousel/Carousel/Carousel.type.js +2 -0
- package/dist/native/components/Carousel/Carousel/Carousel.type.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.d.ts +8 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.js +173 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.native.d.ts +8 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.native.js +153 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.native.js.map +1 -0
- package/dist/native/components/Carousel/Carousel.d.ts +2 -0
- package/dist/native/components/Carousel/Carousel.js +13 -0
- package/dist/native/components/Carousel/Carousel.js.map +1 -0
- package/dist/native/components/Chart/Chart/BarChart.d.ts +15 -0
- package/dist/native/components/Chart/Chart/BarChart.js +144 -0
- package/dist/native/components/Chart/Chart/BarChart.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.props.d.ts +28 -0
- package/dist/native/components/Chart/Chart/Chart.props.js +2 -0
- package/dist/native/components/Chart/Chart/Chart.props.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.state.d.ts +40 -0
- package/dist/native/components/Chart/Chart/Chart.state.js +102 -0
- package/dist/native/components/Chart/Chart/Chart.state.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.style.d.ts +20 -0
- package/dist/native/components/Chart/Chart/Chart.style.js +155 -0
- package/dist/native/components/Chart/Chart/Chart.style.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.type.d.ts +36 -0
- package/dist/native/components/Chart/Chart/Chart.type.js +2 -0
- package/dist/native/components/Chart/Chart/Chart.type.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.view.d.ts +3 -0
- package/dist/native/components/Chart/Chart/Chart.view.js +122 -0
- package/dist/native/components/Chart/Chart/Chart.view.js.map +1 -0
- package/dist/native/components/Chart/Chart/ChartColors.d.ts +13 -0
- package/dist/native/components/Chart/Chart/ChartColors.js +27 -0
- package/dist/native/components/Chart/Chart/ChartColors.js.map +1 -0
- package/dist/native/components/Chart/Chart/ChartTooltip.d.ts +14 -0
- package/dist/native/components/Chart/Chart/ChartTooltip.js +75 -0
- package/dist/native/components/Chart/Chart/ChartTooltip.js.map +1 -0
- package/dist/native/components/Chart/Chart/LineChart.d.ts +15 -0
- package/dist/native/components/Chart/Chart/LineChart.js +187 -0
- package/dist/native/components/Chart/Chart/LineChart.js.map +1 -0
- package/dist/native/components/Chart/Chart/PieChart.d.ts +15 -0
- package/dist/native/components/Chart/Chart/PieChart.js +222 -0
- package/dist/native/components/Chart/Chart/PieChart.js.map +1 -0
- package/dist/native/components/Chart/Chart.d.ts +3 -0
- package/dist/native/components/Chart/Chart.js +8 -0
- package/dist/native/components/Chart/Chart.js.map +1 -0
- package/dist/native/components/ChatInput/AttachmentGroup.d.ts +18 -0
- package/dist/native/components/ChatInput/AttachmentGroup.js +93 -0
- package/dist/native/components/ChatInput/AttachmentGroup.js.map +1 -0
- package/dist/native/components/ChatInput/AudioRecorder.d.ts +10 -0
- package/dist/native/components/ChatInput/AudioRecorder.js +52 -0
- package/dist/native/components/ChatInput/AudioRecorder.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.props.d.ts +317 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.props.js +2 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.props.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.state.d.ts +43 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.state.js +227 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.state.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.style.d.ts +164 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.style.js +398 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.style.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.type.d.ts +56 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.type.js +2 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.type.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.view.d.ts +4 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.view.js +186 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.view.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput.d.ts +3 -0
- package/dist/native/components/ChatInput/ChatInput.js +10 -0
- package/dist/native/components/ChatInput/ChatInput.js.map +1 -0
- package/dist/native/components/ChatInput/ChatUploader.d.ts +20 -0
- package/dist/native/components/ChatInput/ChatUploader.js +64 -0
- package/dist/native/components/ChatInput/ChatUploader.js.map +1 -0
- package/dist/native/components/ChatInput/EditableInput.d.ts +38 -0
- package/dist/native/components/ChatInput/EditableInput.js +351 -0
- package/dist/native/components/ChatInput/EditableInput.js.map +1 -0
- package/dist/native/components/ChatInput/GuideTip.d.ts +12 -0
- package/dist/native/components/ChatInput/GuideTip.js +21 -0
- package/dist/native/components/ChatInput/GuideTip.js.map +1 -0
- package/dist/native/components/ChatInput/MessageInput.d.ts +36 -0
- package/dist/native/components/ChatInput/MessageInput.js +65 -0
- package/dist/native/components/ChatInput/MessageInput.js.map +1 -0
- package/dist/native/components/ChatInput/PromptExamples.d.ts +13 -0
- package/dist/native/components/ChatInput/PromptExamples.js +22 -0
- package/dist/native/components/ChatInput/PromptExamples.js.map +1 -0
- package/dist/native/components/ChatInput/index.d.ts +7 -0
- package/dist/native/components/ChatInput/index.js +15 -0
- package/dist/native/components/ChatInput/index.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.props.d.ts +32 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.props.js +2 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.props.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.state.d.ts +8 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.state.js +46 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.state.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.style.d.ts +81 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.style.js +155 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.style.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.type.d.ts +47 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.type.js +2 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.type.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.view.d.ts +4 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.view.js +227 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.view.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget.d.ts +4 -0
- package/dist/native/components/ChatWidget/ChatWidget.js +11 -0
- package/dist/native/components/ChatWidget/ChatWidget.js.map +1 -0
- package/dist/native/components/ChatWidget/Widget/ChatWidgetWidget.d.ts +14 -0
- package/dist/native/components/ChatWidget/Widget/ChatWidgetWidget.js +131 -0
- package/dist/native/components/ChatWidget/Widget/ChatWidgetWidget.js.map +1 -0
- package/dist/native/components/ChatWidget/Widget/index.d.ts +2 -0
- package/dist/native/components/ChatWidget/Widget/index.js +3 -0
- package/dist/native/components/ChatWidget/Widget/index.js.map +1 -0
- package/dist/native/components/ChatWidget/Widget/useContextSelector.d.ts +22 -0
- package/dist/native/components/ChatWidget/Widget/useContextSelector.js +121 -0
- package/dist/native/components/ChatWidget/Widget/useContextSelector.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.props.d.ts +44 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.props.js +2 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.props.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.state.d.ts +14 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.state.js +102 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.state.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.style.d.ts +19 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.style.js +128 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.style.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.type.d.ts +34 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.type.js +2 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.type.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.view.d.ts +4 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.view.js +110 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.view.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker.d.ts +3 -0
- package/dist/native/components/ColorPicker/ColorPicker.js +10 -0
- package/dist/native/components/ColorPicker/ColorPicker.js.map +1 -0
- package/dist/native/components/Command/Command/Command.props.d.ts +66 -0
- package/dist/native/components/Command/Command/Command.props.js +2 -0
- package/dist/native/components/Command/Command/Command.props.js.map +1 -0
- package/dist/native/components/Command/Command/Command.state.d.ts +17 -0
- package/dist/native/components/Command/Command/Command.state.js +99 -0
- package/dist/native/components/Command/Command/Command.state.js.map +1 -0
- package/dist/native/components/Command/Command/Command.style.d.ts +19 -0
- package/dist/native/components/Command/Command/Command.style.js +154 -0
- package/dist/native/components/Command/Command/Command.style.js.map +1 -0
- package/dist/native/components/Command/Command/Command.type.d.ts +42 -0
- package/dist/native/components/Command/Command/Command.type.js +2 -0
- package/dist/native/components/Command/Command/Command.type.js.map +1 -0
- package/dist/native/components/Command/Command/Command.view.d.ts +31 -0
- package/dist/native/components/Command/Command/Command.view.js +140 -0
- package/dist/native/components/Command/Command/Command.view.js.map +1 -0
- package/dist/native/components/Command/Command.d.ts +2 -0
- package/dist/native/components/Command/Command.js +21 -0
- package/dist/native/components/Command/Command.js.map +1 -0
- package/dist/native/components/Command/index.d.ts +1 -0
- package/dist/native/components/Command/index.js +3 -0
- package/dist/native/components/Command/index.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.props.d.ts +71 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.props.js +2 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.props.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.state.d.ts +27 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.state.js +74 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.state.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.style.d.ts +16 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.style.js +50 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.style.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.type.d.ts +52 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.type.js +2 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.type.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.d.ts +23 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.js +221 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.native.d.ts +23 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.native.js +120 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.native.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu.d.ts +2 -0
- package/dist/native/components/ContextMenu/ContextMenu.js +41 -0
- package/dist/native/components/ContextMenu/ContextMenu.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.props.d.ts +15 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.props.js +2 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.props.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.state.d.ts +7 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.state.js +39 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.state.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.style.d.ts +65 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.style.js +89 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.style.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.type.d.ts +10 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.type.js +2 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.type.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.view.d.ts +3 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.view.js +59 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.view.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent.d.ts +3 -0
- package/dist/native/components/CookieConsent/CookieConsent.js +8 -0
- package/dist/native/components/CookieConsent/CookieConsent.js.map +1 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.props.d.ts +18 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.props.js +2 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.props.js.map +1 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.state.d.ts +8 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.state.js +79 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.state.js.map +1 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.view.d.ts +3 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.view.js +11 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.view.js.map +1 -0
- package/dist/native/components/DragAndDrop/DragAndDrop.d.ts +4 -0
- package/dist/native/components/DragAndDrop/DragAndDrop.js +10 -0
- package/dist/native/components/DragAndDrop/DragAndDrop.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.layout.d.ts +3 -0
- package/dist/native/components/Drawer/Drawer/Drawer.layout.js +51 -0
- package/dist/native/components/Drawer/Drawer/Drawer.layout.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.props.d.ts +51 -0
- package/dist/native/components/Drawer/Drawer/Drawer.props.js +2 -0
- package/dist/native/components/Drawer/Drawer/Drawer.props.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.store.d.ts +19 -0
- package/dist/native/components/Drawer/Drawer/Drawer.store.js +64 -0
- package/dist/native/components/Drawer/Drawer/Drawer.store.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.style.d.ts +4 -0
- package/dist/native/components/Drawer/Drawer/Drawer.style.js +49 -0
- package/dist/native/components/Drawer/Drawer/Drawer.style.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.d.ts +7 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.js +95 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.native.d.ts +14 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.native.js +73 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.native.js.map +1 -0
- package/dist/native/components/Drawer/Drawer.d.ts +3 -0
- package/dist/native/components/Drawer/Drawer.js +20 -0
- package/dist/native/components/Drawer/Drawer.js.map +1 -0
- package/dist/native/components/DropZone/DropZone/DropZone.props.d.ts +25 -0
- package/dist/native/components/DropZone/DropZone/DropZone.props.js +2 -0
- package/dist/native/components/DropZone/DropZone/DropZone.props.js.map +1 -0
- package/dist/native/components/DropZone/DropZone/DropZone.state.d.ts +2 -0
- package/dist/native/components/DropZone/DropZone/DropZone.state.js +99 -0
- package/dist/native/components/DropZone/DropZone/DropZone.state.js.map +1 -0
- package/dist/native/components/DropZone/DropZone/DropZone.view.d.ts +3 -0
- package/dist/native/components/DropZone/DropZone/DropZone.view.js +47 -0
- package/dist/native/components/DropZone/DropZone/DropZone.view.js.map +1 -0
- package/dist/native/components/DropZone/DropZone.d.ts +3 -0
- package/dist/native/components/DropZone/DropZone.js +9 -0
- package/dist/native/components/DropZone/DropZone.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.props.d.ts +51 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.props.js +2 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.props.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.state.d.ts +6 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.state.js +43 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.state.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.style.d.ts +17 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.style.js +84 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.style.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.type.d.ts +35 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.type.js +2 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.type.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.d.ts +20 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.js +192 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.native.d.ts +20 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.native.js +77 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.native.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu.d.ts +2 -0
- package/dist/native/components/DropdownMenu/DropdownMenu.js +25 -0
- package/dist/native/components/DropdownMenu/DropdownMenu.js.map +1 -0
- package/dist/native/components/EditComponent/EditComponent.d.ts +14 -0
- package/dist/native/components/EditComponent/EditComponent.js +185 -0
- package/dist/native/components/EditComponent/EditComponent.js.map +1 -0
- package/dist/native/components/EditComponent/EditPanel.d.ts +7 -0
- package/dist/native/components/EditComponent/EditPanel.js +72 -0
- package/dist/native/components/EditComponent/EditPanel.js.map +1 -0
- package/dist/native/components/EditComponent/EditToolbar.d.ts +16 -0
- package/dist/native/components/EditComponent/EditToolbar.js +26 -0
- package/dist/native/components/EditComponent/EditToolbar.js.map +1 -0
- package/dist/native/components/EditComponent/index.d.ts +3 -0
- package/dist/native/components/EditComponent/index.js +4 -0
- package/dist/native/components/EditComponent/index.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.props.d.ts +47 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.props.js +2 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.props.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.state.d.ts +17 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.state.js +143 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.state.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.style.d.ts +18 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.style.js +2371 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.style.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.type.d.ts +28 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.type.js +2 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.type.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.view.d.ts +4 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.view.js +113 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.view.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker.d.ts +3 -0
- package/dist/native/components/EmojiPicker/EmojiPicker.js +10 -0
- package/dist/native/components/EmojiPicker/EmojiPicker.js.map +1 -0
- package/dist/native/components/File/File.d.ts +14 -0
- package/dist/native/components/File/File.js +18 -0
- package/dist/native/components/File/File.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.props.d.ts +32 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.props.js +2 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.props.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.state.d.ts +8 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.state.js +12 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.state.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.style.d.ts +89 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.style.js +125 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.style.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.d.ts +10 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.js +128 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.native.d.ts +12 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.native.js +80 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.native.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox.d.ts +6 -0
- package/dist/native/components/Form/Checkbox/Checkbox.js +14 -0
- package/dist/native/components/Form/Checkbox/Checkbox.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.props.d.ts +54 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.props.js +2 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.props.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.state.d.ts +19 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.state.js +120 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.state.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.style.d.ts +16 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.style.js +150 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.style.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.type.d.ts +36 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.type.js +2 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.type.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.view.d.ts +4 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.view.js +114 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.view.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput.d.ts +3 -0
- package/dist/native/components/Form/ColorInput/ColorInput.js +10 -0
- package/dist/native/components/Form/ColorInput/ColorInput.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.context.d.ts +8 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.context.js +5 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.context.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.props.d.ts +39 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.props.js +2 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.props.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.provider.d.ts +2 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.provider.js +15 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.provider.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.state.d.ts +2 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.state.js +33 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.state.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.style.d.ts +116 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.style.js +170 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.style.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.type.d.ts +11 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.type.js +2 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.type.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.view.d.ts +4 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.view.js +228 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.view.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox.d.ts +3 -0
- package/dist/native/components/Form/ComboBox/ComboBox.js +26 -0
- package/dist/native/components/Form/ComboBox/ComboBox.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.props.d.ts +48 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.props.js +2 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.props.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.state.d.ts +15 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.state.js +23 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.state.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.style.d.ts +3 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.style.js +17 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.style.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.view.d.ts +5 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.view.js +109 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.view.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker.d.ts +3 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker.js +14 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/countries.json +1453 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.props.d.ts +95 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.props.js +2 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.props.js.map +1 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.state.d.ts +9 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.state.js +16 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.state.js.map +1 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.style.d.ts +3 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.style.js +15 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.style.js.map +1 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.view.d.ts +4 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.view.js +64 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.view.js.map +1 -0
- package/dist/native/components/Form/DatePicker/DatePicker.d.ts +6 -0
- package/dist/native/components/Form/DatePicker/DatePicker.js +12 -0
- package/dist/native/components/Form/DatePicker/DatePicker.js.map +1 -0
- package/dist/native/components/Form/Form.d.ts +12 -0
- package/dist/native/components/Form/Form.js +13 -0
- package/dist/native/components/Form/Form.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.props.d.ts +17 -0
- package/dist/native/components/Form/Label/Label/Label.props.js +2 -0
- package/dist/native/components/Form/Label/Label/Label.props.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.style.d.ts +2 -0
- package/dist/native/components/Form/Label/Label/Label.style.js +36 -0
- package/dist/native/components/Form/Label/Label/Label.style.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.type.d.ts +3 -0
- package/dist/native/components/Form/Label/Label/Label.type.js +2 -0
- package/dist/native/components/Form/Label/Label/Label.type.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.view.d.ts +4 -0
- package/dist/native/components/Form/Label/Label/Label.view.js +31 -0
- package/dist/native/components/Form/Label/Label/Label.view.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.view.native.d.ts +12 -0
- package/dist/native/components/Form/Label/Label/Label.view.native.js +24 -0
- package/dist/native/components/Form/Label/Label/Label.view.native.js.map +1 -0
- package/dist/native/components/Form/Label/Label.d.ts +3 -0
- package/dist/native/components/Form/Label/Label.js +12 -0
- package/dist/native/components/Form/Label/Label.js.map +1 -0
- package/dist/native/components/Form/Password/Password/Password.props.d.ts +37 -0
- package/dist/native/components/Form/Password/Password/Password.props.js +2 -0
- package/dist/native/components/Form/Password/Password/Password.props.js.map +1 -0
- package/dist/native/components/Form/Password/Password/Password.state.d.ts +1736 -0
- package/dist/native/components/Form/Password/Password/Password.state.js +8 -0
- package/dist/native/components/Form/Password/Password/Password.state.js.map +1 -0
- package/dist/native/components/Form/Password/Password.d.ts +6 -0
- package/dist/native/components/Form/Password/Password.js +20 -0
- package/dist/native/components/Form/Password/Password.js.map +1 -0
- package/dist/native/components/Form/Password/example/Default.d.ts +2 -0
- package/dist/native/components/Form/Password/example/Default.js +4 -0
- package/dist/native/components/Form/Password/example/Default.js.map +1 -0
- package/dist/native/components/Form/Password/example/DisabledInput.d.ts +2 -0
- package/dist/native/components/Form/Password/example/DisabledInput.js +6 -0
- package/dist/native/components/Form/Password/example/DisabledInput.js.map +1 -0
- package/dist/native/components/Form/Password/example/ErrorInput.d.ts +2 -0
- package/dist/native/components/Form/Password/example/ErrorInput.js +44 -0
- package/dist/native/components/Form/Password/example/ErrorInput.js.map +1 -0
- package/dist/native/components/Form/Password/example/HelperText.d.ts +2 -0
- package/dist/native/components/Form/Password/example/HelperText.js +43 -0
- package/dist/native/components/Form/Password/example/HelperText.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.props.d.ts +30 -0
- package/dist/native/components/Form/Radio/Radio/Radio.props.js +2 -0
- package/dist/native/components/Form/Radio/Radio/Radio.props.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.state.d.ts +8 -0
- package/dist/native/components/Form/Radio/Radio/Radio.state.js +18 -0
- package/dist/native/components/Form/Radio/Radio/Radio.state.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.style.d.ts +68 -0
- package/dist/native/components/Form/Radio/Radio/Radio.style.js +98 -0
- package/dist/native/components/Form/Radio/Radio/Radio.style.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.d.ts +4 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.js +142 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.native.d.ts +11 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.native.js +86 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.native.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio.d.ts +3 -0
- package/dist/native/components/Form/Radio/Radio.js +12 -0
- package/dist/native/components/Form/Radio/Radio.js.map +1 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.props.d.ts +22 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.props.js +2 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.props.js.map +1 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.state.d.ts +5 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.state.js +23 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.state.js.map +1 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.view.d.ts +4 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.view.js +42 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.view.js.map +1 -0
- package/dist/native/components/Form/Radio/RadioGroup.d.ts +3 -0
- package/dist/native/components/Form/Radio/RadioGroup.js +13 -0
- package/dist/native/components/Form/Radio/RadioGroup.js.map +1 -0
- package/dist/native/components/Form/Radio/index.d.ts +2 -0
- package/dist/native/components/Form/Radio/index.js +5 -0
- package/dist/native/components/Form/Radio/index.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.props.d.ts +78 -0
- package/dist/native/components/Form/Select/Select/Select.props.js +2 -0
- package/dist/native/components/Form/Select/Select/Select.props.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.state.d.ts +19 -0
- package/dist/native/components/Form/Select/Select/Select.state.js +46 -0
- package/dist/native/components/Form/Select/Select/Select.state.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.style.d.ts +90 -0
- package/dist/native/components/Form/Select/Select/Select.style.js +127 -0
- package/dist/native/components/Form/Select/Select/Select.style.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.view.d.ts +10 -0
- package/dist/native/components/Form/Select/Select/Select.view.js +335 -0
- package/dist/native/components/Form/Select/Select/Select.view.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.view.native.d.ts +21 -0
- package/dist/native/components/Form/Select/Select/Select.view.native.js +167 -0
- package/dist/native/components/Form/Select/Select/Select.view.native.js.map +1 -0
- package/dist/native/components/Form/Select/Select.d.ts +3 -0
- package/dist/native/components/Form/Select/Select.js +25 -0
- package/dist/native/components/Form/Select/Select.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector/Selector.props.d.ts +68 -0
- package/dist/native/components/Form/Selector/Selector/Selector.props.js +2 -0
- package/dist/native/components/Form/Selector/Selector/Selector.props.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector/Selector.state.d.ts +19 -0
- package/dist/native/components/Form/Selector/Selector/Selector.state.js +36 -0
- package/dist/native/components/Form/Selector/Selector/Selector.state.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector/Selector.style.d.ts +6 -0
- package/dist/native/components/Form/Selector/Selector/Selector.style.js +48 -0
- package/dist/native/components/Form/Selector/Selector/Selector.style.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector/Selector.view.d.ts +4 -0
- package/dist/native/components/Form/Selector/Selector/Selector.view.js +35 -0
- package/dist/native/components/Form/Selector/Selector/Selector.view.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector.d.ts +3 -0
- package/dist/native/components/Form/Selector/Selector.js +20 -0
- package/dist/native/components/Form/Selector/Selector.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.props.d.ts +28 -0
- package/dist/native/components/Form/Switch/Switch/Switch.props.js +2 -0
- package/dist/native/components/Form/Switch/Switch/Switch.props.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.state.d.ts +10 -0
- package/dist/native/components/Form/Switch/Switch/Switch.state.js +24 -0
- package/dist/native/components/Form/Switch/Switch/Switch.state.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.style.d.ts +76 -0
- package/dist/native/components/Form/Switch/Switch/Switch.style.js +137 -0
- package/dist/native/components/Form/Switch/Switch/Switch.style.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.d.ts +10 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.js +113 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.native.d.ts +15 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.native.js +48 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.native.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch.d.ts +3 -0
- package/dist/native/components/Form/Switch/Switch.js +15 -0
- package/dist/native/components/Form/Switch/Switch.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.props.d.ts +59 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.props.js +2 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.props.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.state.d.ts +19 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.state.js +158 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.state.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.type.d.ts +25 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.type.js +2 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.type.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.view.d.ts +4 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.view.js +84 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.view.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/index.d.ts +4 -0
- package/dist/native/components/Form/TagInput/TagInput/index.js +9 -0
- package/dist/native/components/Form/TagInput/TagInput/index.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput.d.ts +3 -0
- package/dist/native/components/Form/TagInput/TagInput.js +11 -0
- package/dist/native/components/Form/TagInput/TagInput.js.map +1 -0
- package/dist/native/components/Form/TagInput/index.d.ts +2 -0
- package/dist/native/components/Form/TagInput/index.js +3 -0
- package/dist/native/components/Form/TagInput/index.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.props.d.ts +46 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.props.js +2 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.props.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.state.d.ts +11 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.state.js +28 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.state.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.type.d.ts +13 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.type.js +2 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.type.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.d.ts +10 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.js +144 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.native.d.ts +12 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.native.js +81 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.native.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea.d.ts +3 -0
- package/dist/native/components/Form/TextArea/TextArea.js +15 -0
- package/dist/native/components/Form/TextArea/TextArea.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField/TextField.props.d.ts +46 -0
- package/dist/native/components/Form/TextField/TextField/TextField.props.js +2 -0
- package/dist/native/components/Form/TextField/TextField/TextField.props.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField/TextField.state.d.ts +11 -0
- package/dist/native/components/Form/TextField/TextField/TextField.state.js +30 -0
- package/dist/native/components/Form/TextField/TextField/TextField.state.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.d.ts +10 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.js +166 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.native.d.ts +14 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.native.js +100 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.native.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField.d.ts +3 -0
- package/dist/native/components/Form/TextField/TextField.js +14 -0
- package/dist/native/components/Form/TextField/TextField.js.map +1 -0
- package/dist/native/components/Formik/AttachmentPreview.d.ts +19 -0
- package/dist/native/components/Formik/AttachmentPreview.js +62 -0
- package/dist/native/components/Formik/AttachmentPreview.js.map +1 -0
- package/dist/native/components/Formik/Formik.ChatInput.d.ts +12 -0
- package/dist/native/components/Formik/Formik.ChatInput.js +46 -0
- package/dist/native/components/Formik/Formik.ChatInput.js.map +1 -0
- package/dist/native/components/Formik/Formik.Checkbox.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Checkbox.js +15 -0
- package/dist/native/components/Formik/Formik.Checkbox.js.map +1 -0
- package/dist/native/components/Formik/Formik.ColorInput.d.ts +6 -0
- package/dist/native/components/Formik/Formik.ColorInput.js +14 -0
- package/dist/native/components/Formik/Formik.ColorInput.js.map +1 -0
- package/dist/native/components/Formik/Formik.ComboBox.d.ts +6 -0
- package/dist/native/components/Formik/Formik.ComboBox.js +34 -0
- package/dist/native/components/Formik/Formik.ComboBox.js.map +1 -0
- package/dist/native/components/Formik/Formik.CountryPicker.d.ts +6 -0
- package/dist/native/components/Formik/Formik.CountryPicker.js +14 -0
- package/dist/native/components/Formik/Formik.CountryPicker.js.map +1 -0
- package/dist/native/components/Formik/Formik.DatePicker.d.ts +6 -0
- package/dist/native/components/Formik/Formik.DatePicker.js +14 -0
- package/dist/native/components/Formik/Formik.DatePicker.js.map +1 -0
- package/dist/native/components/Formik/Formik.EmojiPicker.d.ts +6 -0
- package/dist/native/components/Formik/Formik.EmojiPicker.js +25 -0
- package/dist/native/components/Formik/Formik.EmojiPicker.js.map +1 -0
- package/dist/native/components/Formik/Formik.Form.d.ts +26 -0
- package/dist/native/components/Formik/Formik.Form.js +69 -0
- package/dist/native/components/Formik/Formik.Form.js.map +1 -0
- package/dist/native/components/Formik/Formik.Hook.d.ts +1 -0
- package/dist/native/components/Formik/Formik.Hook.js +70 -0
- package/dist/native/components/Formik/Formik.Hook.js.map +1 -0
- package/dist/native/components/Formik/Formik.IconPicker.d.ts +6 -0
- package/dist/native/components/Formik/Formik.IconPicker.js +24 -0
- package/dist/native/components/Formik/Formik.IconPicker.js.map +1 -0
- package/dist/native/components/Formik/Formik.OTPInput.d.ts +8 -0
- package/dist/native/components/Formik/Formik.OTPInput.js +45 -0
- package/dist/native/components/Formik/Formik.OTPInput.js.map +1 -0
- package/dist/native/components/Formik/Formik.Password.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Password.js +22 -0
- package/dist/native/components/Formik/Formik.Password.js.map +1 -0
- package/dist/native/components/Formik/Formik.Radio.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Radio.js +15 -0
- package/dist/native/components/Formik/Formik.Radio.js.map +1 -0
- package/dist/native/components/Formik/Formik.Select.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Select.js +15 -0
- package/dist/native/components/Formik/Formik.Select.js.map +1 -0
- package/dist/native/components/Formik/Formik.Selector.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Selector.js +15 -0
- package/dist/native/components/Formik/Formik.Selector.js.map +1 -0
- package/dist/native/components/Formik/Formik.Slider.d.ts +7 -0
- package/dist/native/components/Formik/Formik.Slider.js +27 -0
- package/dist/native/components/Formik/Formik.Slider.js.map +1 -0
- package/dist/native/components/Formik/Formik.Switch.d.ts +3 -0
- package/dist/native/components/Formik/Formik.Switch.js +11 -0
- package/dist/native/components/Formik/Formik.Switch.js.map +1 -0
- package/dist/native/components/Formik/Formik.TagInput.d.ts +9 -0
- package/dist/native/components/Formik/Formik.TagInput.js +46 -0
- package/dist/native/components/Formik/Formik.TagInput.js.map +1 -0
- package/dist/native/components/Formik/Formik.TextArea.d.ts +6 -0
- package/dist/native/components/Formik/Formik.TextArea.js +14 -0
- package/dist/native/components/Formik/Formik.TextArea.js.map +1 -0
- package/dist/native/components/Formik/Formik.TextField.d.ts +6 -0
- package/dist/native/components/Formik/Formik.TextField.js +14 -0
- package/dist/native/components/Formik/Formik.TextField.js.map +1 -0
- package/dist/native/components/Formik/Formik.Toggle.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Toggle.js +26 -0
- package/dist/native/components/Formik/Formik.Toggle.js.map +1 -0
- package/dist/native/components/Formik/Formik.ToggleGroup.d.ts +6 -0
- package/dist/native/components/Formik/Formik.ToggleGroup.js +26 -0
- package/dist/native/components/Formik/Formik.ToggleGroup.js.map +1 -0
- package/dist/native/components/Formik/Formik.Uploader.d.ts +38 -0
- package/dist/native/components/Formik/Formik.Uploader.js +70 -0
- package/dist/native/components/Formik/Formik.Uploader.js.map +1 -0
- package/dist/native/components/Formik/index.d.ts +23 -0
- package/dist/native/components/Formik/index.js +24 -0
- package/dist/native/components/Formik/index.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.props.d.ts +15 -0
- package/dist/native/components/Gradient/Gradient/Gradient.props.js +2 -0
- package/dist/native/components/Gradient/Gradient/Gradient.props.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.style.d.ts +55 -0
- package/dist/native/components/Gradient/Gradient/Gradient.style.js +114 -0
- package/dist/native/components/Gradient/Gradient/Gradient.style.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.type.d.ts +13 -0
- package/dist/native/components/Gradient/Gradient/Gradient.type.js +2 -0
- package/dist/native/components/Gradient/Gradient/Gradient.type.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.d.ts +3 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.js +46 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.native.d.ts +13 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.native.js +109 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.native.js.map +1 -0
- package/dist/native/components/Gradient/Gradient.d.ts +3 -0
- package/dist/native/components/Gradient/Gradient.js +7 -0
- package/dist/native/components/Gradient/Gradient.js.map +1 -0
- package/dist/native/components/Gradient/index.d.ts +1 -0
- package/dist/native/components/Gradient/index.js +3 -0
- package/dist/native/components/Gradient/index.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.props.d.ts +33 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.props.js +2 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.props.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.state.d.ts +11 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.state.js +58 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.state.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.style.d.ts +5 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.style.js +126 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.style.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.type.d.ts +12 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.type.js +2 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.type.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.d.ts +10 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.js +145 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.native.d.ts +10 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.native.js +50 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.native.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard.d.ts +2 -0
- package/dist/native/components/HoverCard/HoverCard.js +17 -0
- package/dist/native/components/HoverCard/HoverCard.js.map +1 -0
- package/dist/native/components/Icon/Icon.d.ts +110 -0
- package/dist/native/components/Icon/Icon.js +178 -0
- package/dist/native/components/Icon/Icon.js.map +1 -0
- package/dist/native/components/Icon/Icon.native.d.ts +118 -0
- package/dist/native/components/Icon/Icon.native.js +160 -0
- package/dist/native/components/Icon/Icon.native.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.constants.d.ts +2 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.constants.js +1670 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.constants.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.props.d.ts +37 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.props.js +2 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.props.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.state.d.ts +14 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.state.js +87 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.state.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.style.d.ts +13 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.style.js +126 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.style.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.type.d.ts +14 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.type.js +2 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.type.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.view.d.ts +4 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.view.js +78 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.view.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker.d.ts +3 -0
- package/dist/native/components/IconPicker/IconPicker.js +10 -0
- package/dist/native/components/IconPicker/IconPicker.js.map +1 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer/FieldContainer.props.d.ts +22 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer/FieldContainer.props.js +2 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer/FieldContainer.props.js.map +1 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer.d.ts +9 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer.js +23 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer.js.map +1 -0
- package/dist/native/components/Input/FieldContent/FieldContent/FieldContent.props.d.ts +70 -0
- package/dist/native/components/Input/FieldContent/FieldContent/FieldContent.props.js +2 -0
- package/dist/native/components/Input/FieldContent/FieldContent/FieldContent.props.js.map +1 -0
- package/dist/native/components/Input/FieldContent/FieldContent.d.ts +9 -0
- package/dist/native/components/Input/FieldContent/FieldContent.js +25 -0
- package/dist/native/components/Input/FieldContent/FieldContent.js.map +1 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons/FieldIcons.props.d.ts +3 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons/FieldIcons.props.js +2 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons/FieldIcons.props.js.map +1 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons.d.ts +3 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons.js +6 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons.js.map +1 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel/FieldLabel.props.d.ts +31 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel/FieldLabel.props.js +2 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel/FieldLabel.props.js.map +1 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel.d.ts +9 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel.js +13 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel.js.map +1 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout/FieldLayout.props.d.ts +25 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout/FieldLayout.props.js +2 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout/FieldLayout.props.js.map +1 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout.d.ts +3 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout.js +7 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout.js.map +1 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.d.ts +9 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.js +12 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.js.map +1 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.props.d.ts +3 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.props.js +2 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.props.js.map +1 -0
- package/dist/native/components/Input/HelperText/HelperText.d.ts +9 -0
- package/dist/native/components/Input/HelperText/HelperText.js +12 -0
- package/dist/native/components/Input/HelperText/HelperText.js.map +1 -0
- package/dist/native/components/Input/HelperText/HelperText.props.d.ts +17 -0
- package/dist/native/components/Input/HelperText/HelperText.props.js +2 -0
- package/dist/native/components/Input/HelperText/HelperText.props.js.map +1 -0
- package/dist/native/components/Input/Input.style.d.ts +62 -0
- package/dist/native/components/Input/Input.style.js +130 -0
- package/dist/native/components/Input/Input.style.js.map +1 -0
- package/dist/native/components/Input/Input.type.d.ts +13 -0
- package/dist/native/components/Input/Input.type.js +2 -0
- package/dist/native/components/Input/Input.type.js.map +1 -0
- package/dist/native/components/Input/index.d.ts +7 -0
- package/dist/native/components/Input/index.js +8 -0
- package/dist/native/components/Input/index.js.map +1 -0
- package/dist/native/components/Link/Link/Link.props.d.ts +15 -0
- package/dist/native/components/Link/Link/Link.props.js +2 -0
- package/dist/native/components/Link/Link/Link.props.js.map +1 -0
- package/dist/native/components/Link/Link/Link.state.d.ts +4 -0
- package/dist/native/components/Link/Link/Link.state.js +7 -0
- package/dist/native/components/Link/Link/Link.state.js.map +1 -0
- package/dist/native/components/Link/Link/Link.style.d.ts +7 -0
- package/dist/native/components/Link/Link/Link.style.js +29 -0
- package/dist/native/components/Link/Link/Link.style.js.map +1 -0
- package/dist/native/components/Link/Link/Link.view.d.ts +4 -0
- package/dist/native/components/Link/Link/Link.view.js +33 -0
- package/dist/native/components/Link/Link/Link.view.js.map +1 -0
- package/dist/native/components/Link/Link/Link.view.native.d.ts +11 -0
- package/dist/native/components/Link/Link/Link.view.native.js +33 -0
- package/dist/native/components/Link/Link/Link.view.native.js.map +1 -0
- package/dist/native/components/Link/Link.d.ts +3 -0
- package/dist/native/components/Link/Link.js +10 -0
- package/dist/native/components/Link/Link.js.map +1 -0
- package/dist/native/components/Loader/Loader/Loader.props.d.ts +27 -0
- package/dist/native/components/Loader/Loader/Loader.props.js +2 -0
- package/dist/native/components/Loader/Loader/Loader.props.js.map +1 -0
- package/dist/native/components/Loader/Loader/Loader.style.d.ts +4 -0
- package/dist/native/components/Loader/Loader/Loader.style.js +21 -0
- package/dist/native/components/Loader/Loader/Loader.style.js.map +1 -0
- package/dist/native/components/Loader/Loader/Loader.view.d.ts +11 -0
- package/dist/native/components/Loader/Loader/Loader.view.js +87 -0
- package/dist/native/components/Loader/Loader/Loader.view.js.map +1 -0
- package/dist/native/components/Loader/Loader/Loader.view.native.d.ts +18 -0
- package/dist/native/components/Loader/Loader/Loader.view.native.js +106 -0
- package/dist/native/components/Loader/Loader/Loader.view.native.js.map +1 -0
- package/dist/native/components/Loader/Loader.d.ts +3 -0
- package/dist/native/components/Loader/Loader.js +12 -0
- package/dist/native/components/Loader/Loader.js.map +1 -0
- package/dist/native/components/MediaPreview.d.ts +14 -0
- package/dist/native/components/MediaPreview.js +30 -0
- package/dist/native/components/MediaPreview.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.props.d.ts +71 -0
- package/dist/native/components/Menubar/Menubar/Menubar.props.js +2 -0
- package/dist/native/components/Menubar/Menubar/Menubar.props.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.state.d.ts +8 -0
- package/dist/native/components/Menubar/Menubar/Menubar.state.js +43 -0
- package/dist/native/components/Menubar/Menubar/Menubar.state.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.style.d.ts +19 -0
- package/dist/native/components/Menubar/Menubar/Menubar.style.js +70 -0
- package/dist/native/components/Menubar/Menubar/Menubar.style.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.type.d.ts +36 -0
- package/dist/native/components/Menubar/Menubar/Menubar.type.js +2 -0
- package/dist/native/components/Menubar/Menubar/Menubar.type.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.d.ts +22 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.js +242 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.native.d.ts +22 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.native.js +105 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.native.js.map +1 -0
- package/dist/native/components/Menubar/Menubar.d.ts +2 -0
- package/dist/native/components/Menubar/Menubar.js +30 -0
- package/dist/native/components/Menubar/Menubar.js.map +1 -0
- package/dist/native/components/Menubar/index.d.ts +1 -0
- package/dist/native/components/Menubar/index.js +3 -0
- package/dist/native/components/Menubar/index.js.map +1 -0
- package/dist/native/components/Message/Message/Message.layout.d.ts +3 -0
- package/dist/native/components/Message/Message/Message.layout.js +32 -0
- package/dist/native/components/Message/Message/Message.layout.js.map +1 -0
- package/dist/native/components/Message/Message/Message.props.d.ts +39 -0
- package/dist/native/components/Message/Message/Message.props.js +2 -0
- package/dist/native/components/Message/Message/Message.props.js.map +1 -0
- package/dist/native/components/Message/Message/Message.store.d.ts +5 -0
- package/dist/native/components/Message/Message/Message.store.js +37 -0
- package/dist/native/components/Message/Message/Message.store.js.map +1 -0
- package/dist/native/components/Message/Message/Message.style.d.ts +5 -0
- package/dist/native/components/Message/Message/Message.style.js +82 -0
- package/dist/native/components/Message/Message/Message.style.js.map +1 -0
- package/dist/native/components/Message/Message/Message.type.d.ts +48 -0
- package/dist/native/components/Message/Message/Message.type.js +2 -0
- package/dist/native/components/Message/Message/Message.type.js.map +1 -0
- package/dist/native/components/Message/Message/Message.view.d.ts +3 -0
- package/dist/native/components/Message/Message/Message.view.js +69 -0
- package/dist/native/components/Message/Message/Message.view.js.map +1 -0
- package/dist/native/components/Message/Message.d.ts +5 -0
- package/dist/native/components/Message/Message.js +4 -0
- package/dist/native/components/Message/Message.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.layout.d.ts +3 -0
- package/dist/native/components/Modal/Modal/Modal.layout.js +43 -0
- package/dist/native/components/Modal/Modal/Modal.layout.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.props.d.ts +88 -0
- package/dist/native/components/Modal/Modal/Modal.props.js +2 -0
- package/dist/native/components/Modal/Modal/Modal.props.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.store.d.ts +19 -0
- package/dist/native/components/Modal/Modal/Modal.store.js +60 -0
- package/dist/native/components/Modal/Modal/Modal.store.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.style.d.ts +33 -0
- package/dist/native/components/Modal/Modal/Modal.style.js +77 -0
- package/dist/native/components/Modal/Modal/Modal.style.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.view.d.ts +21 -0
- package/dist/native/components/Modal/Modal/Modal.view.js +86 -0
- package/dist/native/components/Modal/Modal/Modal.view.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.view.native.d.ts +29 -0
- package/dist/native/components/Modal/Modal/Modal.view.native.js +62 -0
- package/dist/native/components/Modal/Modal/Modal.view.native.js.map +1 -0
- package/dist/native/components/Modal/Modal.d.ts +3 -0
- package/dist/native/components/Modal/Modal.js +13 -0
- package/dist/native/components/Modal/Modal.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.props.d.ts +68 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.props.js +2 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.props.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.state.d.ts +8 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.state.js +30 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.state.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.style.d.ts +32 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.style.js +117 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.style.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.type.d.ts +35 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.type.js +2 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.type.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.d.ts +26 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.js +295 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.native.d.ts +26 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.native.js +146 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.native.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu.d.ts +2 -0
- package/dist/native/components/NavigationMenu/NavigationMenu.js +31 -0
- package/dist/native/components/NavigationMenu/NavigationMenu.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.props.d.ts +44 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.props.js +2 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.props.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.state.d.ts +23 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.state.js +260 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.state.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.type.d.ts +9 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.type.js +2 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.type.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.d.ts +29 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.js +191 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.native.d.ts +29 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.native.js +49 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.native.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/sync-timeouts.d.ts +1 -0
- package/dist/native/components/OTPInput/OTPInput/sync-timeouts.js +12 -0
- package/dist/native/components/OTPInput/OTPInput/sync-timeouts.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput.d.ts +3 -0
- package/dist/native/components/OTPInput/OTPInput.js +12 -0
- package/dist/native/components/OTPInput/OTPInput.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.props.d.ts +19 -0
- package/dist/native/components/Pagination/Pagination/Pagination.props.js +2 -0
- package/dist/native/components/Pagination/Pagination/Pagination.props.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.state.d.ts +3 -0
- package/dist/native/components/Pagination/Pagination/Pagination.state.js +40 -0
- package/dist/native/components/Pagination/Pagination/Pagination.state.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.style.d.ts +7 -0
- package/dist/native/components/Pagination/Pagination/Pagination.style.js +111 -0
- package/dist/native/components/Pagination/Pagination/Pagination.style.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.type.d.ts +17 -0
- package/dist/native/components/Pagination/Pagination/Pagination.type.js +2 -0
- package/dist/native/components/Pagination/Pagination/Pagination.type.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.d.ts +3 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.js +72 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.native.d.ts +3 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.native.js +47 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.native.js.map +1 -0
- package/dist/native/components/Pagination/Pagination.d.ts +3 -0
- package/dist/native/components/Pagination/Pagination.js +10 -0
- package/dist/native/components/Pagination/Pagination.js.map +1 -0
- package/dist/native/components/Pagination/index.d.ts +1 -0
- package/dist/native/components/Pagination/index.js +3 -0
- package/dist/native/components/Pagination/index.js.map +1 -0
- package/dist/native/components/Portal/Portal.d.ts +7 -0
- package/dist/native/components/Portal/Portal.js +32 -0
- package/dist/native/components/Portal/Portal.js.map +1 -0
- package/dist/native/components/Portal/Portal.native.d.ts +13 -0
- package/dist/native/components/Portal/Portal.native.js +10 -0
- package/dist/native/components/Portal/Portal.native.js.map +1 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.props.d.ts +24 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.props.js +2 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.props.js.map +1 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.d.ts +4 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.js +112 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.js.map +1 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.native.d.ts +9 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.native.js +64 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.native.js.map +1 -0
- package/dist/native/components/ProgressBar/ProgressBar.d.ts +4 -0
- package/dist/native/components/ProgressBar/ProgressBar.js +11 -0
- package/dist/native/components/ProgressBar/ProgressBar.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.props.d.ts +52 -0
- package/dist/native/components/Resizable/Resizable/Resizable.props.js +2 -0
- package/dist/native/components/Resizable/Resizable/Resizable.props.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.state.d.ts +16 -0
- package/dist/native/components/Resizable/Resizable/Resizable.state.js +318 -0
- package/dist/native/components/Resizable/Resizable/Resizable.state.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.style.d.ts +7 -0
- package/dist/native/components/Resizable/Resizable/Resizable.style.js +81 -0
- package/dist/native/components/Resizable/Resizable/Resizable.style.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.type.d.ts +44 -0
- package/dist/native/components/Resizable/Resizable/Resizable.type.js +2 -0
- package/dist/native/components/Resizable/Resizable/Resizable.type.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.d.ts +13 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.js +145 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.native.d.ts +13 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.native.js +98 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.native.js.map +1 -0
- package/dist/native/components/Resizable/Resizable.d.ts +2 -0
- package/dist/native/components/Resizable/Resizable.js +31 -0
- package/dist/native/components/Resizable/Resizable.js.map +1 -0
- package/dist/native/components/Resizable/index.d.ts +1 -0
- package/dist/native/components/Resizable/index.js +3 -0
- package/dist/native/components/Resizable/index.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.props.d.ts +12 -0
- package/dist/native/components/Separator/Separator/Separator.props.js +2 -0
- package/dist/native/components/Separator/Separator/Separator.props.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.style.d.ts +23 -0
- package/dist/native/components/Separator/Separator/Separator.style.js +46 -0
- package/dist/native/components/Separator/Separator/Separator.style.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.type.d.ts +8 -0
- package/dist/native/components/Separator/Separator/Separator.type.js +2 -0
- package/dist/native/components/Separator/Separator/Separator.type.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.view.d.ts +3 -0
- package/dist/native/components/Separator/Separator/Separator.view.js +42 -0
- package/dist/native/components/Separator/Separator/Separator.view.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.view.native.d.ts +3 -0
- package/dist/native/components/Separator/Separator/Separator.view.native.js +30 -0
- package/dist/native/components/Separator/Separator/Separator.view.native.js.map +1 -0
- package/dist/native/components/Separator/Separator.d.ts +4 -0
- package/dist/native/components/Separator/Separator.js +11 -0
- package/dist/native/components/Separator/Separator.js.map +1 -0
- package/dist/native/components/Separator/index.d.ts +1 -0
- package/dist/native/components/Separator/index.js +3 -0
- package/dist/native/components/Separator/index.js.map +1 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.props.d.ts +19 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.props.js +2 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.props.js.map +1 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.state.d.ts +6 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.state.js +90 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.state.js.map +1 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.view.d.ts +4 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.view.js +49 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.view.js.map +1 -0
- package/dist/native/components/ShareButton/ShareButton.d.ts +3 -0
- package/dist/native/components/ShareButton/ShareButton.js +11 -0
- package/dist/native/components/ShareButton/ShareButton.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.props.d.ts +54 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.props.js +2 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.props.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.state.d.ts +7 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.state.js +44 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.state.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.style.d.ts +13 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.style.js +106 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.style.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.type.d.ts +32 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.type.js +2 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.type.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.d.ts +21 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.js +95 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.native.d.ts +21 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.native.js +82 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.native.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar.d.ts +2 -0
- package/dist/native/components/Sidebar/Sidebar.js +27 -0
- package/dist/native/components/Sidebar/Sidebar.js.map +1 -0
- package/dist/native/components/Sidebar/index.d.ts +1 -0
- package/dist/native/components/Sidebar/index.js +3 -0
- package/dist/native/components/Sidebar/index.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.props.d.ts +36 -0
- package/dist/native/components/Slider/Slider/Slider.props.js +2 -0
- package/dist/native/components/Slider/Slider/Slider.props.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.state.d.ts +14 -0
- package/dist/native/components/Slider/Slider/Slider.state.js +146 -0
- package/dist/native/components/Slider/Slider/Slider.state.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.style.d.ts +15 -0
- package/dist/native/components/Slider/Slider/Slider.style.js +127 -0
- package/dist/native/components/Slider/Slider/Slider.style.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.type.d.ts +18 -0
- package/dist/native/components/Slider/Slider/Slider.type.js +2 -0
- package/dist/native/components/Slider/Slider/Slider.type.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.view.d.ts +3 -0
- package/dist/native/components/Slider/Slider/Slider.view.js +144 -0
- package/dist/native/components/Slider/Slider/Slider.view.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.view.native.d.ts +3 -0
- package/dist/native/components/Slider/Slider/Slider.view.native.js +40 -0
- package/dist/native/components/Slider/Slider/Slider.view.native.js.map +1 -0
- package/dist/native/components/Slider/Slider.d.ts +3 -0
- package/dist/native/components/Slider/Slider.js +12 -0
- package/dist/native/components/Slider/Slider.js.map +1 -0
- package/dist/native/components/Slider/index.d.ts +1 -0
- package/dist/native/components/Slider/index.js +3 -0
- package/dist/native/components/Slider/index.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.props.d.ts +12 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.props.js +2 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.props.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.style.d.ts +10 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.style.js +32 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.style.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.type.d.ts +7 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.type.js +2 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.type.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.view.d.ts +3 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.view.js +30 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.view.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator.d.ts +3 -0
- package/dist/native/components/StatusIndicator/StatusIndicator.js +9 -0
- package/dist/native/components/StatusIndicator/StatusIndicator.js.map +1 -0
- package/dist/native/components/Table/Table/Table.context.d.ts +23 -0
- package/dist/native/components/Table/Table/Table.context.js +15 -0
- package/dist/native/components/Table/Table/Table.context.js.map +1 -0
- package/dist/native/components/Table/Table/Table.props.d.ts +24 -0
- package/dist/native/components/Table/Table/Table.props.js +2 -0
- package/dist/native/components/Table/Table/Table.props.js.map +1 -0
- package/dist/native/components/Table/Table/Table.state.d.ts +5 -0
- package/dist/native/components/Table/Table/Table.state.js +6 -0
- package/dist/native/components/Table/Table/Table.state.js.map +1 -0
- package/dist/native/components/Table/Table/Table.style.d.ts +32 -0
- package/dist/native/components/Table/Table/Table.style.js +176 -0
- package/dist/native/components/Table/Table/Table.style.js.map +1 -0
- package/dist/native/components/Table/Table/Table.type.d.ts +19 -0
- package/dist/native/components/Table/Table/Table.type.js +2 -0
- package/dist/native/components/Table/Table/Table.type.js.map +1 -0
- package/dist/native/components/Table/Table/Table.view.d.ts +20 -0
- package/dist/native/components/Table/Table/Table.view.js +70 -0
- package/dist/native/components/Table/Table/Table.view.js.map +1 -0
- package/dist/native/components/Table/Table.d.ts +16 -0
- package/dist/native/components/Table/Table.js +23 -0
- package/dist/native/components/Table/Table.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/TabHeader.d.ts +22 -0
- package/dist/native/components/Tabs/Tabs/TabHeader.js +56 -0
- package/dist/native/components/Tabs/Tabs/TabHeader.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/Tabs.props.d.ts +98 -0
- package/dist/native/components/Tabs/Tabs/Tabs.props.js +2 -0
- package/dist/native/components/Tabs/Tabs/Tabs.props.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/Tabs.state.d.ts +22 -0
- package/dist/native/components/Tabs/Tabs/Tabs.state.js +88 -0
- package/dist/native/components/Tabs/Tabs/Tabs.state.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.d.ts +12 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.js +230 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.native.d.ts +9 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.native.js +151 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.native.js.map +1 -0
- package/dist/native/components/Tabs/Tabs.d.ts +10 -0
- package/dist/native/components/Tabs/Tabs.js +53 -0
- package/dist/native/components/Tabs/Tabs.js.map +1 -0
- package/dist/native/components/TextArea/TextArea.d.ts +22 -0
- package/dist/native/components/TextArea/TextArea.js +31 -0
- package/dist/native/components/TextArea/TextArea.js.map +1 -0
- package/dist/native/components/Title/Title/SlideEffect.d.ts +16 -0
- package/dist/native/components/Title/Title/SlideEffect.js +195 -0
- package/dist/native/components/Title/Title/SlideEffect.js.map +1 -0
- package/dist/native/components/Title/Title/SlideEffect.native.d.ts +26 -0
- package/dist/native/components/Title/Title/SlideEffect.native.js +127 -0
- package/dist/native/components/Title/Title/SlideEffect.native.js.map +1 -0
- package/dist/native/components/Title/Title/Title.props.d.ts +28 -0
- package/dist/native/components/Title/Title/Title.props.js +2 -0
- package/dist/native/components/Title/Title/Title.props.js.map +1 -0
- package/dist/native/components/Title/Title/Title.state.d.ts +10 -0
- package/dist/native/components/Title/Title/Title.state.js +52 -0
- package/dist/native/components/Title/Title/Title.state.js.map +1 -0
- package/dist/native/components/Title/Title/Title.style.d.ts +29 -0
- package/dist/native/components/Title/Title/Title.style.js +85 -0
- package/dist/native/components/Title/Title/Title.style.js.map +1 -0
- package/dist/native/components/Title/Title/Title.type.d.ts +8 -0
- package/dist/native/components/Title/Title/Title.type.js +2 -0
- package/dist/native/components/Title/Title/Title.type.js.map +1 -0
- package/dist/native/components/Title/Title/Title.view.d.ts +4 -0
- package/dist/native/components/Title/Title/Title.view.js +154 -0
- package/dist/native/components/Title/Title/Title.view.js.map +1 -0
- package/dist/native/components/Title/Title/Title.view.native.d.ts +18 -0
- package/dist/native/components/Title/Title/Title.view.native.js +129 -0
- package/dist/native/components/Title/Title/Title.view.native.js.map +1 -0
- package/dist/native/components/Title/Title/TypewriterEffect.d.ts +15 -0
- package/dist/native/components/Title/Title/TypewriterEffect.js +86 -0
- package/dist/native/components/Title/Title/TypewriterEffect.js.map +1 -0
- package/dist/native/components/Title/Title/TypewriterEffect.native.d.ts +22 -0
- package/dist/native/components/Title/Title/TypewriterEffect.native.js +80 -0
- package/dist/native/components/Title/Title/TypewriterEffect.native.js.map +1 -0
- package/dist/native/components/Title/Title.d.ts +3 -0
- package/dist/native/components/Title/Title.js +8 -0
- package/dist/native/components/Title/Title.js.map +1 -0
- package/dist/native/components/Title/index.d.ts +1 -0
- package/dist/native/components/Title/index.js +3 -0
- package/dist/native/components/Title/index.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.hook.d.ts +10 -0
- package/dist/native/components/Toast/Toast/Toast.hook.js +21 -0
- package/dist/native/components/Toast/Toast/Toast.hook.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.props.d.ts +34 -0
- package/dist/native/components/Toast/Toast/Toast.props.js +2 -0
- package/dist/native/components/Toast/Toast/Toast.props.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.store.d.ts +10 -0
- package/dist/native/components/Toast/Toast/Toast.store.js +113 -0
- package/dist/native/components/Toast/Toast/Toast.store.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.style.d.ts +17 -0
- package/dist/native/components/Toast/Toast/Toast.style.js +103 -0
- package/dist/native/components/Toast/Toast/Toast.style.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.type.d.ts +53 -0
- package/dist/native/components/Toast/Toast/Toast.type.js +2 -0
- package/dist/native/components/Toast/Toast/Toast.type.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.view.d.ts +4 -0
- package/dist/native/components/Toast/Toast/Toast.view.js +100 -0
- package/dist/native/components/Toast/Toast/Toast.view.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.view.native.d.ts +4 -0
- package/dist/native/components/Toast/Toast/Toast.view.native.js +63 -0
- package/dist/native/components/Toast/Toast/Toast.view.native.js.map +1 -0
- package/dist/native/components/Toast/Toast.d.ts +23 -0
- package/dist/native/components/Toast/Toast.js +21 -0
- package/dist/native/components/Toast/Toast.js.map +1 -0
- package/dist/native/components/Toast/index.d.ts +1 -0
- package/dist/native/components/Toast/index.js +3 -0
- package/dist/native/components/Toast/index.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.props.d.ts +17 -0
- package/dist/native/components/Toggle/Toggle/Toggle.props.js +2 -0
- package/dist/native/components/Toggle/Toggle/Toggle.props.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.state.d.ts +6 -0
- package/dist/native/components/Toggle/Toggle/Toggle.state.js +11 -0
- package/dist/native/components/Toggle/Toggle/Toggle.state.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.style.d.ts +8 -0
- package/dist/native/components/Toggle/Toggle/Toggle.style.js +58 -0
- package/dist/native/components/Toggle/Toggle/Toggle.style.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.type.d.ts +2 -0
- package/dist/native/components/Toggle/Toggle/Toggle.type.js +2 -0
- package/dist/native/components/Toggle/Toggle/Toggle.type.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.d.ts +12 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.js +52 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.native.d.ts +12 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.native.js +37 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.native.js.map +1 -0
- package/dist/native/components/Toggle/Toggle.d.ts +3 -0
- package/dist/native/components/Toggle/Toggle.js +20 -0
- package/dist/native/components/Toggle/Toggle.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.props.d.ts +19 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.props.js +2 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.props.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.state.d.ts +4 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.state.js +7 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.state.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.style.d.ts +2 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.style.js +6 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.style.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.type.d.ts +9 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.type.js +2 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.type.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.view.d.ts +3 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.view.js +40 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.view.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup.d.ts +3 -0
- package/dist/native/components/ToggleGroup/ToggleGroup.js +20 -0
- package/dist/native/components/ToggleGroup/ToggleGroup.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.props.d.ts +38 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.props.js +2 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.props.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.state.d.ts +17 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.state.js +76 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.state.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.style.d.ts +7 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.style.js +162 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.style.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.type.d.ts +20 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.type.js +2 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.type.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.d.ts +21 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.js +170 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.native.d.ts +21 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.native.js +53 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.native.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip.d.ts +2 -0
- package/dist/native/components/Tooltip/Tooltip.js +21 -0
- package/dist/native/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/native/components/Tooltip/index.d.ts +1 -0
- package/dist/native/components/Tooltip/index.js +3 -0
- package/dist/native/components/Tooltip/index.js.map +1 -0
- package/dist/native/components/Uploader/Uploader/Uploader.props.d.ts +61 -0
- package/dist/native/components/Uploader/Uploader/Uploader.props.js +2 -0
- package/dist/native/components/Uploader/Uploader/Uploader.props.js.map +1 -0
- package/dist/native/components/Uploader/Uploader/Uploader.state.d.ts +14 -0
- package/dist/native/components/Uploader/Uploader/Uploader.state.js +114 -0
- package/dist/native/components/Uploader/Uploader/Uploader.state.js.map +1 -0
- package/dist/native/components/Uploader/Uploader/Uploader.view.d.ts +3 -0
- package/dist/native/components/Uploader/Uploader/Uploader.view.js +72 -0
- package/dist/native/components/Uploader/Uploader/Uploader.view.js.map +1 -0
- package/dist/native/components/Uploader/Uploader.d.ts +3 -0
- package/dist/native/components/Uploader/Uploader.js +35 -0
- package/dist/native/components/Uploader/Uploader.js.map +1 -0
- package/dist/native/components/index.d.ts +125 -0
- package/dist/native/components/index.js +126 -0
- package/dist/native/components/index.js.map +1 -0
- package/dist/native/design-system/DesignSystemProvider.d.ts +12 -0
- package/dist/native/design-system/DesignSystemProvider.js +39 -0
- package/dist/native/design-system/DesignSystemProvider.js.map +1 -0
- package/dist/native/design-system/configs/airbnb.json +724 -0
- package/dist/native/design-system/configs/apple.json +742 -0
- package/dist/native/design-system/configs/coinbase.json +735 -0
- package/dist/native/design-system/configs/figma.json +721 -0
- package/dist/native/design-system/configs/index.d.ts +21 -0
- package/dist/native/design-system/configs/index.js +35 -0
- package/dist/native/design-system/configs/index.js.map +1 -0
- package/dist/native/design-system/configs/linear.json +714 -0
- package/dist/native/design-system/configs/nike.json +742 -0
- package/dist/native/design-system/configs/notion.json +847 -0
- package/dist/native/design-system/configs/revolut.json +807 -0
- package/dist/native/design-system/configs/shopify.json +710 -0
- package/dist/native/design-system/configs/spacex.json +619 -0
- package/dist/native/design-system/configs/spotify.json +710 -0
- package/dist/native/design-system/configs/stripe.json +777 -0
- package/dist/native/design-system/configs/tesla.json +669 -0
- package/dist/native/design-system/configs/uber.json +725 -0
- package/dist/native/design-system/configs/vercel.json +737 -0
- package/dist/native/design-system/index.d.ts +4 -0
- package/dist/native/design-system/index.js +5 -0
- package/dist/native/design-system/index.js.map +1 -0
- package/dist/native/design-system/types.d.ts +82 -0
- package/dist/native/design-system/types.js +2 -0
- package/dist/native/design-system/types.js.map +1 -0
- package/dist/native/design-system/utils.d.ts +5 -0
- package/dist/native/design-system/utils.js +61 -0
- package/dist/native/design-system/utils.js.map +1 -0
- package/dist/native/pages/designSystem.page.d.ts +7 -0
- package/dist/native/pages/designSystem.page.js +2235 -0
- package/dist/native/pages/designSystem.page.js.map +1 -0
- package/dist/native/utils/elevation.d.ts +3 -0
- package/dist/native/utils/elevation.js +2 -0
- package/dist/native/utils/elevation.js.map +1 -0
- package/dist/native/utils/generateId.d.ts +5 -0
- package/dist/native/utils/generateId.js +8 -0
- package/dist/native/utils/generateId.js.map +1 -0
- package/dist/native/utils/id.d.ts +6 -0
- package/dist/native/utils/id.js +7 -0
- package/dist/native/utils/id.js.map +1 -0
- package/dist/orange.webp +0 -0
- package/dist/robots.txt +3 -0
- package/dist/web.cjs.js +36 -0
- package/dist/web.cjs.js.map +1 -0
- package/dist/web.esm.js +43415 -0
- package/dist/web.esm.js.map +1 -0
- package/dist/web.umd.js +36 -0
- package/dist/web.umd.js.map +1 -0
- package/docs/README.md +67 -0
- package/docs/api-integration.md +801 -0
- package/docs/app-studio/Animation.md +241 -0
- package/docs/app-studio/Components.md +192 -0
- package/docs/app-studio/Design.md +121 -0
- package/docs/app-studio/Events.md +296 -0
- package/docs/app-studio/Hooks.md +469 -0
- package/docs/app-studio/Providers.md +186 -0
- package/docs/app-studio/README.md +781 -0
- package/docs/app-studio/Responsive.md +135 -0
- package/docs/app-studio/Theming.md +489 -0
- package/docs/app-studio.md +302 -0
- package/docs/component-development/guide.md +546 -0
- package/docs/components/Accordion.mdx +111 -0
- package/docs/components/Alert.mdx +72 -0
- package/docs/components/AspectRatio.mdx +57 -0
- package/docs/components/AttachmentGroup.md +45 -0
- package/docs/components/AudioInput.mdx +43 -0
- package/docs/components/Avatar.mdx +60 -0
- package/docs/components/Background.mdx +144 -0
- package/docs/components/Badge.mdx +190 -0
- package/docs/components/Button.mdx +243 -0
- package/docs/components/Card.mdx +298 -0
- package/docs/components/Carousel.mdx +184 -0
- package/docs/components/Center.mdx +474 -0
- package/docs/components/Chart.mdx +136 -0
- package/docs/components/ChatWidget.mdx +106 -0
- package/docs/components/Checkbox.mdx +64 -0
- package/docs/components/ColorInput.mdx +209 -0
- package/docs/components/ColorPicker.mdx +452 -0
- package/docs/components/ComboBox.mdx +366 -0
- package/docs/components/Command.mdx +204 -0
- package/docs/components/ContextMenu.mdx +95 -0
- package/docs/components/CookieConsent.mdx +53 -0
- package/docs/components/CountryPicker.mdx +123 -0
- package/docs/components/DatePicker.mdx +77 -0
- package/docs/components/DragAndDrop.mdx +355 -0
- package/docs/components/Drawer.mdx +573 -0
- package/docs/components/DropZone.md +82 -0
- package/docs/components/DropdownMenu.mdx +87 -0
- package/docs/components/EditComponent.mdx +76 -0
- package/docs/components/EmojiPicker.mdx +84 -0
- package/docs/components/File.mdx +134 -0
- package/docs/components/Form.mdx +681 -0
- package/docs/components/Formik.mdx +890 -0
- package/docs/components/Gradient.mdx +448 -0
- package/docs/components/Horizontal.mdx +39 -0
- package/docs/components/HoverCard.mdx +72 -0
- package/docs/components/Icon.mdx +306 -0
- package/docs/components/IconPicker.mdx +106 -0
- package/docs/components/Label.mdx +438 -0
- package/docs/components/Link.mdx +75 -0
- package/docs/components/Loader.mdx +344 -0
- package/docs/components/Menubar.mdx +128 -0
- package/docs/components/Message.mdx +256 -0
- package/docs/components/Modal.mdx +409 -0
- package/docs/components/NavigationMenu.mdx +165 -0
- package/docs/components/OTPInput.mdx +194 -0
- package/docs/components/Pagination.mdx +494 -0
- package/docs/components/Password.mdx +121 -0
- package/docs/components/ProgressBar.mdx +143 -0
- package/docs/components/Resizable.mdx +149 -0
- package/docs/components/Select.mdx +126 -0
- package/docs/components/Selector.mdx +78 -0
- package/docs/components/Separator.mdx +34 -0
- package/docs/components/ShareButton.mdx +29 -0
- package/docs/components/Sidebar.mdx +86 -0
- package/docs/components/Slider.mdx +146 -0
- package/docs/components/StatusIndicator.mdx +373 -0
- package/docs/components/Switch.mdx +62 -0
- package/docs/components/Table.mdx +329 -0
- package/docs/components/Tabs.mdx +112 -0
- package/docs/components/TagInput.mdx +528 -0
- package/docs/components/Text.mdx +163 -0
- package/docs/components/TextArea.mdx +136 -0
- package/docs/components/TextField.mdx +225 -0
- package/docs/components/Title.mdx +183 -0
- package/docs/components/Toast.mdx +88 -0
- package/docs/components/Toggle.mdx +129 -0
- package/docs/components/ToggleGroup.mdx +144 -0
- package/docs/components/Tooltip.mdx +554 -0
- package/docs/components/Uploader.mdx +280 -0
- package/docs/components/Vertical.mdx +566 -0
- package/docs/components.md +299 -0
- package/docs/contributing/documentation.md +153 -0
- package/docs/conventions.md +536 -0
- package/docs/design-system/component-library.md +894 -0
- package/docs/design-system/theming.md +336 -0
- package/docs/documentation-system.md +233 -0
- package/docs/getting-started/component-usage.md +211 -0
- package/docs/getting-started/introduction.md +136 -0
- package/docs/getting-started/react-native.md +243 -0
- package/docs/tutorials/README.md +51 -0
- package/docs/tutorials/basic/creating-a-simple-form.md +566 -0
- package/package.json +258 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,4551 @@
|
|
|
1
|
+
import { Animation as Animation_2 } from './Button.type';
|
|
2
|
+
import { AnimationProps } from 'app-studio';
|
|
3
|
+
import { ButtonProps as ButtonProps_2 } from 'app-studio';
|
|
4
|
+
import { CheckboxStyles } from './Checkbox.type';
|
|
5
|
+
import { CloseButtonPosition } from './Modal.type';
|
|
6
|
+
import { CloseButtonPosition as CloseButtonPosition_2 } from './Drawer.type';
|
|
7
|
+
import { Country } from './CountryPicker.type';
|
|
8
|
+
import { CountryPickerStyles } from './CountryPicker.type';
|
|
9
|
+
import { DatePickerStyles } from './DatePicker.type';
|
|
10
|
+
import { default as default_2 } from 'react';
|
|
11
|
+
import { default as default_3 } from 'lucide-react/dynamicIconImports';
|
|
12
|
+
import { Dispatch } from 'react';
|
|
13
|
+
import { Elevation } from '../../../utils/elevation';
|
|
14
|
+
import { Elevation as Elevation_2 } from '../../../../utils/elevation';
|
|
15
|
+
import { FormikConfig } from 'formik';
|
|
16
|
+
import { IconPosition } from './Button.type';
|
|
17
|
+
import { ImageProps } from 'app-studio';
|
|
18
|
+
import { InputProps } from 'app-studio';
|
|
19
|
+
import { LoaderPosition } from './Button.type';
|
|
20
|
+
import { LoaderType } from './Loader.type';
|
|
21
|
+
import { Option as Option_2 } from './Select.type';
|
|
22
|
+
import { Option as Option_3 } from './Selector.type';
|
|
23
|
+
import { Placement } from './Drawer.type';
|
|
24
|
+
import { Position as Position_4 } from './Modal.type';
|
|
25
|
+
import { RadioStyles } from './Radio.type';
|
|
26
|
+
import { ReactNode } from 'react';
|
|
27
|
+
import { SelectorStyles } from './Selector.type';
|
|
28
|
+
import { SelectStyles } from './Select.type';
|
|
29
|
+
import { SetStateAction } from 'react';
|
|
30
|
+
import { Shadow } from 'app-studio';
|
|
31
|
+
import { Shape as Shape_10 } from './CountryPicker.type';
|
|
32
|
+
import { Shape as Shape_11 } from './DatePicker.type';
|
|
33
|
+
import { Shape as Shape_20 } from './Modal.type';
|
|
34
|
+
import { Shape as Shape_3 } from './Button.type';
|
|
35
|
+
import { Shape as Shape_5 } from './Select.type';
|
|
36
|
+
import { Shape as Shape_6 } from './Selector.type';
|
|
37
|
+
import { Shape as Shape_8 } from './TextField.type';
|
|
38
|
+
import { Size as Size_11 } from './TextField.type';
|
|
39
|
+
import { Size as Size_12 } from './Checkbox.type';
|
|
40
|
+
import { Size as Size_14 } from './CountryPicker.type';
|
|
41
|
+
import { Size as Size_15 } from './DatePicker.type';
|
|
42
|
+
import { Size as Size_18 } from './Radio.type';
|
|
43
|
+
import { Size as Size_23 } from './Link.type';
|
|
44
|
+
import { Size as Size_24 } from './Modal.type';
|
|
45
|
+
import { Size as Size_25 } from './Drawer.type';
|
|
46
|
+
import { Size as Size_3 } from './Loader.type';
|
|
47
|
+
import { Size as Size_4 } from './Button.type';
|
|
48
|
+
import { Size as Size_7 } from './Select.type';
|
|
49
|
+
import { Size as Size_8 } from './Switch.type';
|
|
50
|
+
import { Size as Size_9 } from './Selector.type';
|
|
51
|
+
import { Speed } from './Loader.type';
|
|
52
|
+
import { StoreApi } from 'zustand';
|
|
53
|
+
import { Styles } from './Link.type';
|
|
54
|
+
import { SwitchStyles } from './Switch.type';
|
|
55
|
+
import { Tab } from './Tabs.type';
|
|
56
|
+
import { TabsStyles } from './Tabs.type';
|
|
57
|
+
import { TabsVariant } from './Tabs.type';
|
|
58
|
+
import { TextDecorationStyle } from './Link.type';
|
|
59
|
+
import { TextFieldStyles } from './TextField.type';
|
|
60
|
+
import { TextPosition } from './Loader.type';
|
|
61
|
+
import { TextProps } from 'app-studio';
|
|
62
|
+
import { UseBoundStore } from 'zustand';
|
|
63
|
+
import { Variant as Variant_10 } from './TextField.type';
|
|
64
|
+
import { Variant as Variant_12 } from './CountryPicker.type';
|
|
65
|
+
import { Variant as Variant_13 } from './DatePicker.type';
|
|
66
|
+
import { Variant as Variant_4 } from './Button.type';
|
|
67
|
+
import { Variant as Variant_7 } from './Select.type';
|
|
68
|
+
import { Variant as Variant_8 } from './Selector.type';
|
|
69
|
+
import { ViewProps } from 'app-studio';
|
|
70
|
+
|
|
71
|
+
export declare const Accordion: AccordionComponentType;
|
|
72
|
+
|
|
73
|
+
export declare interface AccordionComponentType extends default_2.FC<AccordionProps> {
|
|
74
|
+
Item: default_2.FC<AccordionItemProps>;
|
|
75
|
+
Trigger: default_2.FC<AccordionTriggerProps & {
|
|
76
|
+
value?: string;
|
|
77
|
+
isExpanded?: boolean;
|
|
78
|
+
isDisabled?: boolean;
|
|
79
|
+
triggerId?: string;
|
|
80
|
+
contentId?: string;
|
|
81
|
+
}>;
|
|
82
|
+
Content: default_2.FC<AccordionContentProps>;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export declare interface AccordionContentProps {
|
|
86
|
+
children: default_2.ReactNode;
|
|
87
|
+
views?: {
|
|
88
|
+
container?: ViewProps;
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export declare interface AccordionItemProps extends Omit<ViewProps, 'value'> {
|
|
93
|
+
value: string;
|
|
94
|
+
children: default_2.ReactNode;
|
|
95
|
+
isDisabled?: boolean;
|
|
96
|
+
views?: {
|
|
97
|
+
item?: ViewProps;
|
|
98
|
+
trigger?: ViewProps;
|
|
99
|
+
content?: ViewProps;
|
|
100
|
+
icon?: ViewProps;
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export declare interface AccordionProps extends Omit<ViewProps, 'value' | 'defaultValue' | 'onChange'> {
|
|
105
|
+
children?: default_2.ReactNode;
|
|
106
|
+
type?: AccordionType;
|
|
107
|
+
defaultValue?: string | string[];
|
|
108
|
+
value?: string | string[];
|
|
109
|
+
onValueChange?: (value: string | string[] | undefined) => void;
|
|
110
|
+
collapsible?: boolean;
|
|
111
|
+
shape?: Shape;
|
|
112
|
+
variant?: Variant;
|
|
113
|
+
views?: AccordionStyles;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
declare interface AccordionStyles {
|
|
117
|
+
container?: ViewProps;
|
|
118
|
+
item?: ViewProps;
|
|
119
|
+
header?: ViewProps;
|
|
120
|
+
trigger?: ViewProps;
|
|
121
|
+
content?: ViewProps;
|
|
122
|
+
icon?: ViewProps;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export declare interface AccordionTriggerProps extends ViewProps {
|
|
126
|
+
children: default_2.ReactNode;
|
|
127
|
+
views?: {
|
|
128
|
+
container?: ViewProps;
|
|
129
|
+
icon?: ViewProps;
|
|
130
|
+
};
|
|
131
|
+
asChild?: boolean;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
declare type AccordionType = 'single' | 'multiple';
|
|
135
|
+
|
|
136
|
+
export declare const Alert: (props: AlertProps) => default_2.JSX.Element;
|
|
137
|
+
|
|
138
|
+
export declare interface AlertProps extends ViewProps {
|
|
139
|
+
icon?: default_2.ReactNode;
|
|
140
|
+
title?: string;
|
|
141
|
+
description?: string | default_2.ReactNode;
|
|
142
|
+
children?: default_2.ReactNode;
|
|
143
|
+
variant?: Variant_2;
|
|
144
|
+
severity?: string;
|
|
145
|
+
status?: string;
|
|
146
|
+
onClose?: () => void;
|
|
147
|
+
views?: AlertStyles;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
declare type AlertStyles = {
|
|
151
|
+
container?: ViewProps;
|
|
152
|
+
title?: ViewProps;
|
|
153
|
+
description?: ViewProps;
|
|
154
|
+
icon?: ViewProps;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
declare type Alignment = 'start' | 'center' | 'end';
|
|
158
|
+
|
|
159
|
+
declare type Alignment_2 = 'start' | 'center' | 'end';
|
|
160
|
+
|
|
161
|
+
declare type Alignment_3 = 'start' | 'center' | 'end';
|
|
162
|
+
|
|
163
|
+
export declare const ArrowIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
164
|
+
|
|
165
|
+
export declare const AspectRatio: ({ ratio, children, ...props }: AspectRatioProps) => default_2.JSX.Element;
|
|
166
|
+
|
|
167
|
+
export declare interface AspectRatioProps extends ViewProps {
|
|
168
|
+
ratio?: number;
|
|
169
|
+
views?: {
|
|
170
|
+
container?: ViewProps;
|
|
171
|
+
center?: ViewProps;
|
|
172
|
+
view?: ViewProps;
|
|
173
|
+
};
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
declare interface Attachment {
|
|
177
|
+
id: string;
|
|
178
|
+
name: string;
|
|
179
|
+
size?: number;
|
|
180
|
+
type?: string;
|
|
181
|
+
url?: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export declare const AttachmentGroup: default_2.FC<AttachmentGroupProps>;
|
|
185
|
+
|
|
186
|
+
declare interface AttachmentGroupProps {
|
|
187
|
+
files: File[];
|
|
188
|
+
sandboxId?: string;
|
|
189
|
+
onRemove: (index: number) => void;
|
|
190
|
+
layout?: 'inline' | 'grid';
|
|
191
|
+
maxHeight?: string;
|
|
192
|
+
showPreviews?: boolean;
|
|
193
|
+
views?: {
|
|
194
|
+
container?: any;
|
|
195
|
+
item?: any;
|
|
196
|
+
name?: any;
|
|
197
|
+
size?: any;
|
|
198
|
+
removeButton?: any;
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export declare const AttachmentIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
203
|
+
|
|
204
|
+
export declare const AttachmentPreview: default_2.FC<AttachmentPreviewProps>;
|
|
205
|
+
|
|
206
|
+
declare interface AttachmentPreviewProps {
|
|
207
|
+
files: Array<{
|
|
208
|
+
name: string;
|
|
209
|
+
size: number;
|
|
210
|
+
type: string;
|
|
211
|
+
url?: string;
|
|
212
|
+
}>;
|
|
213
|
+
onRemove?: (index: number) => void;
|
|
214
|
+
maxHeight?: string;
|
|
215
|
+
views?: {
|
|
216
|
+
container?: any;
|
|
217
|
+
item?: any;
|
|
218
|
+
name?: any;
|
|
219
|
+
removeButton?: any;
|
|
220
|
+
};
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export declare const AudioIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
224
|
+
|
|
225
|
+
export declare function AudioInput(props: AudioInputProps): default_2.JSX.Element;
|
|
226
|
+
|
|
227
|
+
export declare interface AudioInputProps extends ViewProps {
|
|
228
|
+
onAudio: (file: File) => void;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export declare interface AudioInputViewProps extends AudioInputProps {
|
|
232
|
+
recording: boolean;
|
|
233
|
+
paused: boolean;
|
|
234
|
+
audioBlob: Blob | null;
|
|
235
|
+
analyserNode: AnalyserNode | null;
|
|
236
|
+
duration: number;
|
|
237
|
+
error: string | null;
|
|
238
|
+
startRecording: () => void;
|
|
239
|
+
stopRecording: () => void;
|
|
240
|
+
pauseRecording: () => void;
|
|
241
|
+
resumeRecording: () => void;
|
|
242
|
+
resetRecording: () => void;
|
|
243
|
+
handleFileChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export declare const AudioWaveform: default_2.FC<AudioWaveformProps>;
|
|
247
|
+
|
|
248
|
+
declare interface AudioWaveformProps extends ViewProps {
|
|
249
|
+
analyserNode: AnalyserNode | null;
|
|
250
|
+
isPaused: boolean;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export declare interface AuroraBackgroundProps extends BackgroundProps {
|
|
254
|
+
showRadialGradient?: boolean;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export declare const Avatar: (props: AvatarProps) => default_2.JSX.Element;
|
|
258
|
+
|
|
259
|
+
export declare interface AvatarProps {
|
|
260
|
+
src?: string;
|
|
261
|
+
size?: Size;
|
|
262
|
+
fallback?: string;
|
|
263
|
+
views?: AvatarStyles;
|
|
264
|
+
onClick?: Function;
|
|
265
|
+
children?: React.ReactNode;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
declare type AvatarStyles = {
|
|
269
|
+
container?: ViewProps;
|
|
270
|
+
image?: ViewProps;
|
|
271
|
+
fallback?: ViewProps;
|
|
272
|
+
};
|
|
273
|
+
|
|
274
|
+
export declare interface AvatarViewProps extends AvatarProps {
|
|
275
|
+
imageError: boolean;
|
|
276
|
+
setImageError: React.Dispatch<React.SetStateAction<boolean>>;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export declare const Background: default_2.ForwardRefExoticComponent<BackgroundProps & default_2.RefAttributes<HTMLDivElement>> & {
|
|
280
|
+
Layout: default_2.FC<BackgroundLayoutProps>;
|
|
281
|
+
Aurora: default_2.FC<AuroraBackgroundProps>;
|
|
282
|
+
Meteors: default_2.FC<MeteorsProps>;
|
|
283
|
+
Wall: default_2.FC<WallProps>;
|
|
284
|
+
Particles: default_2.FC<ParticlesProps>;
|
|
285
|
+
Grid: default_2.FC<GridProps>;
|
|
286
|
+
Ripples: default_2.FC<RipplesProps>;
|
|
287
|
+
Image: default_2.FC<BackgroundImageProps>;
|
|
288
|
+
Video: default_2.FC<BackgroundVideoProps>;
|
|
289
|
+
Gradient: default_2.FC<BackgroundGradientProps>;
|
|
290
|
+
Overlay: default_2.FC<BackgroundOverlayProps>;
|
|
291
|
+
};
|
|
292
|
+
|
|
293
|
+
export declare interface BackgroundGradientProps extends GradientProps {
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export declare interface BackgroundImageProps extends Omit<BackgroundProps, 'position' | 'overlay'> {
|
|
297
|
+
src: string;
|
|
298
|
+
backgroundSize?: BackgroundSize;
|
|
299
|
+
backgroundPosition?: BackgroundPosition;
|
|
300
|
+
backgroundRepeat?: BackgroundRepeat;
|
|
301
|
+
backgroundAttachment?: 'scroll' | 'fixed' | 'local';
|
|
302
|
+
imageOpacity?: number;
|
|
303
|
+
blendMode?: BlendMode;
|
|
304
|
+
overlay?: ReactNode;
|
|
305
|
+
views?: {
|
|
306
|
+
container?: ViewProps;
|
|
307
|
+
content?: ViewProps;
|
|
308
|
+
image?: ViewProps;
|
|
309
|
+
};
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
export declare interface BackgroundLayoutProps extends BackgroundProps {
|
|
313
|
+
shape?: 'square' | 'rounded' | 'pill';
|
|
314
|
+
designProps?: any;
|
|
315
|
+
views?: {
|
|
316
|
+
container?: ViewProps;
|
|
317
|
+
content?: ViewProps;
|
|
318
|
+
back?: ViewProps;
|
|
319
|
+
front?: ViewProps;
|
|
320
|
+
};
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
export declare interface BackgroundOverlayProps extends ViewProps {
|
|
324
|
+
contentPosition?: 'left' | 'right' | 'center' | 'bottom' | 'top';
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
declare type BackgroundPosition = 'center' | 'top' | 'right' | 'bottom' | 'left' | 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | string;
|
|
328
|
+
|
|
329
|
+
export declare interface BackgroundProps extends ViewProps {
|
|
330
|
+
children?: ReactNode;
|
|
331
|
+
views?: {
|
|
332
|
+
container?: ViewProps;
|
|
333
|
+
content?: ViewProps;
|
|
334
|
+
};
|
|
335
|
+
shape?: 'square' | 'rounded' | 'pill';
|
|
336
|
+
decorationRotation?: number;
|
|
337
|
+
decorationScale?: number;
|
|
338
|
+
decorationOpacity?: number;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
declare type BackgroundRepeat = 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat' | 'space' | 'round';
|
|
342
|
+
|
|
343
|
+
declare type BackgroundSize = 'auto' | 'cover' | 'contain' | string;
|
|
344
|
+
|
|
345
|
+
export declare interface BackgroundStyles {
|
|
346
|
+
container?: ViewProps;
|
|
347
|
+
content?: ViewProps;
|
|
348
|
+
aurora?: ViewProps;
|
|
349
|
+
meteors?: ViewProps;
|
|
350
|
+
image?: ViewProps;
|
|
351
|
+
video?: ViewProps;
|
|
352
|
+
gradient?: ViewProps;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export declare interface BackgroundVideoProps extends Omit<BackgroundProps, 'position' | 'overlay'> {
|
|
356
|
+
src: string;
|
|
357
|
+
autoPlay?: boolean;
|
|
358
|
+
loop?: boolean;
|
|
359
|
+
muted?: boolean;
|
|
360
|
+
playsInline?: boolean;
|
|
361
|
+
overlay?: ReactNode;
|
|
362
|
+
blendMode?: BlendMode;
|
|
363
|
+
views?: {
|
|
364
|
+
container?: ViewProps;
|
|
365
|
+
content?: ViewProps;
|
|
366
|
+
video?: ViewProps;
|
|
367
|
+
};
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export declare const BackIcon: (props: IconProps) => default_2.JSX.Element;
|
|
371
|
+
|
|
372
|
+
export declare const Badge: (props: BadgeProps) => default_2.JSX.Element;
|
|
373
|
+
|
|
374
|
+
export declare interface BadgeProps extends Omit<ViewProps, 'content' | 'position'> {
|
|
375
|
+
content?: string | number;
|
|
376
|
+
children?: React.ReactNode;
|
|
377
|
+
icon?: React.ReactNode;
|
|
378
|
+
pastil?: boolean | string;
|
|
379
|
+
pastilContent?: React.ReactNode;
|
|
380
|
+
action?: React.ReactNode;
|
|
381
|
+
variant?: Variant_3;
|
|
382
|
+
position?: Position;
|
|
383
|
+
size?: Size_2;
|
|
384
|
+
shape?: Shape_2;
|
|
385
|
+
views?: BadgeStyles;
|
|
386
|
+
/**
|
|
387
|
+
* Auto-derive a foreground color from the badge's background color
|
|
388
|
+
* (used by examples that loop over theme tokens for the `content` prop).
|
|
389
|
+
*/
|
|
390
|
+
isAuto?: boolean;
|
|
391
|
+
config?: Record<string, unknown>;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
declare type BadgeStyles = {
|
|
395
|
+
container?: ViewProps;
|
|
396
|
+
text?: ViewProps;
|
|
397
|
+
icon?: ViewProps;
|
|
398
|
+
pastil?: ViewProps;
|
|
399
|
+
pastilContent?: ViewProps;
|
|
400
|
+
action?: ViewProps;
|
|
401
|
+
};
|
|
402
|
+
|
|
403
|
+
export declare const BatteryIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
404
|
+
|
|
405
|
+
declare type BlendMode = 'normal' | 'multiply' | 'screen' | 'overlay' | 'darken' | 'lighten' | 'color-dodge' | 'color-burn' | 'hard-light' | 'soft-light' | 'difference' | 'exclusion';
|
|
406
|
+
|
|
407
|
+
export declare const BluetoothIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
408
|
+
|
|
409
|
+
export declare interface BodyProps extends ViewProps {
|
|
410
|
+
views?: {
|
|
411
|
+
view?: ViewProps;
|
|
412
|
+
};
|
|
413
|
+
buttonColor?: any;
|
|
414
|
+
buttonSize?: any;
|
|
415
|
+
variant?: string;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export declare const BoldArrowIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
419
|
+
|
|
420
|
+
export declare const BookmarkIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
421
|
+
|
|
422
|
+
export declare type BrandAccentTreatment = 'flat' | 'gradient' | 'stripe' | 'glow' | 'halftone';
|
|
423
|
+
|
|
424
|
+
export declare type BrandCornerStyle = 'sharp' | 'soft' | 'pill';
|
|
425
|
+
|
|
426
|
+
export declare type BrandDensity = 'tight' | 'comfortable' | 'spacious';
|
|
427
|
+
|
|
428
|
+
export declare interface BrandPersonality {
|
|
429
|
+
cornerStyle: BrandCornerStyle;
|
|
430
|
+
typeWeight: BrandTypeWeight;
|
|
431
|
+
typeCase: BrandTypeCase;
|
|
432
|
+
typeStyle: BrandTypeStyle;
|
|
433
|
+
letterSpacing: string;
|
|
434
|
+
accentTreatment: BrandAccentTreatment;
|
|
435
|
+
signatureMotif: string;
|
|
436
|
+
density: BrandDensity;
|
|
437
|
+
surfaceTone: BrandSurfaceTone;
|
|
438
|
+
cardRadius: number;
|
|
439
|
+
pillRadius: number;
|
|
440
|
+
badgeRadius: number;
|
|
441
|
+
voice: string;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
export declare type BrandSurfaceTone = 'paper' | 'glass' | 'matte' | 'mono';
|
|
445
|
+
|
|
446
|
+
export declare type BrandTypeCase = 'normal' | 'uppercase';
|
|
447
|
+
|
|
448
|
+
export declare type BrandTypeStyle = 'normal' | 'italic';
|
|
449
|
+
|
|
450
|
+
export declare type BrandTypeWeight = 'light' | 'regular' | 'bold' | 'black';
|
|
451
|
+
|
|
452
|
+
declare type BreakpointBehavior = 'collapse' | 'overlay' | 'hide';
|
|
453
|
+
|
|
454
|
+
export declare const Button: default_2.FC<ButtonProps>;
|
|
455
|
+
|
|
456
|
+
export declare interface ButtonProps extends Omit<ButtonProps_2, 'size' | 'onClick' | 'variant' | 'shadow'> {
|
|
457
|
+
children?: default_2.ReactNode;
|
|
458
|
+
to?: string;
|
|
459
|
+
isLoading?: boolean;
|
|
460
|
+
loaderProps?: LoaderProps;
|
|
461
|
+
loaderPosition?: LoaderPosition;
|
|
462
|
+
icon?: default_2.ReactNode;
|
|
463
|
+
iconPosition?: IconPosition;
|
|
464
|
+
isDisabled?: boolean;
|
|
465
|
+
isFilled?: boolean;
|
|
466
|
+
isAuto?: boolean;
|
|
467
|
+
isIconRounded?: boolean;
|
|
468
|
+
onClick?: (...args: any) => any;
|
|
469
|
+
isExternal?: boolean;
|
|
470
|
+
isIcon?: boolean;
|
|
471
|
+
size?: Size_4;
|
|
472
|
+
shadow?: Shadow | Elevation | ViewProps;
|
|
473
|
+
shape?: Shape_3;
|
|
474
|
+
ariaLabel?: string;
|
|
475
|
+
variant?: Variant_4 | string;
|
|
476
|
+
animation?: Animation_2;
|
|
477
|
+
color?: string;
|
|
478
|
+
textColor?: string;
|
|
479
|
+
reversed?: boolean;
|
|
480
|
+
borderMovingDuration?: number;
|
|
481
|
+
borderMovingGradientColors?: string[];
|
|
482
|
+
isHovered?: boolean;
|
|
483
|
+
animatedStrokeAccentColor?: string;
|
|
484
|
+
animatedStrokeTextColor?: string;
|
|
485
|
+
views?: {
|
|
486
|
+
container?: ViewProps;
|
|
487
|
+
content?: ViewProps;
|
|
488
|
+
loader?: ViewProps;
|
|
489
|
+
icon?: ViewProps;
|
|
490
|
+
link?: ViewProps;
|
|
491
|
+
};
|
|
492
|
+
config?: any;
|
|
493
|
+
keys?: any[];
|
|
494
|
+
label?: default_2.ReactNode;
|
|
495
|
+
leftIcon?: default_2.ReactNode;
|
|
496
|
+
rightIcon?: default_2.ReactNode;
|
|
497
|
+
startIcon?: default_2.ReactNode;
|
|
498
|
+
endIcon?: default_2.ReactNode;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
export declare const CalendarIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
502
|
+
|
|
503
|
+
export declare const CameraIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
504
|
+
|
|
505
|
+
export declare const Card: CardType;
|
|
506
|
+
|
|
507
|
+
export declare interface CardContentProps extends ViewProps {
|
|
508
|
+
children: React.ReactNode;
|
|
509
|
+
views?: ViewProps;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
export declare interface CardFooterProps extends ViewProps {
|
|
513
|
+
children: React.ReactNode;
|
|
514
|
+
views?: ViewProps;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
export declare interface CardHeaderProps extends ViewProps {
|
|
518
|
+
children: React.ReactNode;
|
|
519
|
+
views?: ViewProps;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
export declare interface CardProps extends ViewProps {
|
|
523
|
+
variant?: Variant_5;
|
|
524
|
+
size?: Size_5;
|
|
525
|
+
shape?: Shape_4;
|
|
526
|
+
children?: React.ReactNode;
|
|
527
|
+
header?: React.ReactNode;
|
|
528
|
+
footer?: React.ReactNode;
|
|
529
|
+
isFullWidth?: boolean;
|
|
530
|
+
views?: CardStyles;
|
|
531
|
+
config?: any;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
declare interface CardStyles {
|
|
535
|
+
container?: ViewProps;
|
|
536
|
+
header?: ViewProps;
|
|
537
|
+
content?: ViewProps;
|
|
538
|
+
footer?: ViewProps;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
export declare interface CardType extends React.FC<CardProps> {
|
|
542
|
+
Header: React.FC<CardHeaderProps>;
|
|
543
|
+
Content: React.FC<CardContentProps>;
|
|
544
|
+
Footer: React.FC<CardFooterProps>;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
export declare const Carousel: CarouselType;
|
|
548
|
+
|
|
549
|
+
export declare interface CarouselContentProps extends ViewProps {
|
|
550
|
+
children: React.ReactNode;
|
|
551
|
+
views?: Pick<CarouselStyles, 'content' | 'innerContainer'>;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
export declare interface CarouselItemProps extends ViewProps {
|
|
555
|
+
children: React.ReactNode;
|
|
556
|
+
views?: Pick<CarouselStyles, 'item'>;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export declare interface CarouselNextProps extends Omit<ButtonProps, 'views'> {
|
|
560
|
+
views?: Pick<CarouselStyles, 'nextButton'>;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export declare interface CarouselPreviousProps extends Omit<ButtonProps, 'views'> {
|
|
564
|
+
views?: Pick<CarouselStyles, 'prevButton'>;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
export declare interface CarouselProps extends Omit<ViewProps, 'position' | 'onChange' | 'direction' | 'transitionDuration'> {
|
|
568
|
+
children?: React.ReactNode[];
|
|
569
|
+
defaultActiveIndex?: number;
|
|
570
|
+
activeIndex?: number;
|
|
571
|
+
onChange?: (index: number) => void;
|
|
572
|
+
showNavigation?: boolean;
|
|
573
|
+
navigationPosition?: NavigationPosition;
|
|
574
|
+
prevButton?: React.ReactNode;
|
|
575
|
+
nextButton?: React.ReactNode;
|
|
576
|
+
showIndicators?: boolean;
|
|
577
|
+
indicatorPosition?: IndicatorPosition;
|
|
578
|
+
indicatorVariant?: IndicatorVariant;
|
|
579
|
+
autoPlay?: boolean;
|
|
580
|
+
autoPlayInterval?: number;
|
|
581
|
+
pauseOnHover?: boolean;
|
|
582
|
+
infinite?: boolean;
|
|
583
|
+
direction?: SlideDirection;
|
|
584
|
+
transitionDuration?: number;
|
|
585
|
+
stepIndices?: number[];
|
|
586
|
+
views?: CarouselStyles;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export declare interface CarouselSlideProps extends ViewProps {
|
|
590
|
+
children: React.ReactNode;
|
|
591
|
+
isActive?: boolean;
|
|
592
|
+
index?: number;
|
|
593
|
+
views?: ViewProps;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
declare interface CarouselStyles {
|
|
597
|
+
container?: ViewProps;
|
|
598
|
+
slide?: ViewProps;
|
|
599
|
+
slideWrapper?: ViewProps;
|
|
600
|
+
prevButton?: ViewProps;
|
|
601
|
+
nextButton?: ViewProps;
|
|
602
|
+
indicators?: ViewProps;
|
|
603
|
+
indicator?: ViewProps;
|
|
604
|
+
activeIndicator?: ViewProps;
|
|
605
|
+
content?: ViewProps;
|
|
606
|
+
innerContainer?: ViewProps;
|
|
607
|
+
item?: ViewProps;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
export declare interface CarouselType extends React.FC<CarouselProps> {
|
|
611
|
+
Slide: React.FC<CarouselSlideProps>;
|
|
612
|
+
Content: React.FC<CarouselContentProps>;
|
|
613
|
+
Item: React.FC<CarouselItemProps>;
|
|
614
|
+
Previous: React.FC<CarouselPreviousProps>;
|
|
615
|
+
Next: React.FC<CarouselNextProps>;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
export declare const Chart: default_2.FC<ChartProps>;
|
|
619
|
+
|
|
620
|
+
export declare const CHART_COLORS: {
|
|
621
|
+
blue: string;
|
|
622
|
+
green: string;
|
|
623
|
+
purple: string;
|
|
624
|
+
orange: string;
|
|
625
|
+
red: string;
|
|
626
|
+
teal: string;
|
|
627
|
+
pink: string;
|
|
628
|
+
indigo: string;
|
|
629
|
+
yellow: string;
|
|
630
|
+
cyan: string;
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
declare interface ChartData {
|
|
634
|
+
labels: string[];
|
|
635
|
+
series: ChartSeries[];
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
declare interface ChartDataPoint {
|
|
639
|
+
label: string;
|
|
640
|
+
value: number;
|
|
641
|
+
color?: string;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
export declare const ChartIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
645
|
+
|
|
646
|
+
export declare interface ChartProps extends Omit<ViewProps, 'animationDuration'> {
|
|
647
|
+
type: ChartType;
|
|
648
|
+
data?: ChartData;
|
|
649
|
+
dataPoints?: ChartDataPoint[];
|
|
650
|
+
title?: string;
|
|
651
|
+
showLegend?: boolean;
|
|
652
|
+
legendPosition?: 'top' | 'right' | 'bottom' | 'left';
|
|
653
|
+
showGrid?: boolean;
|
|
654
|
+
showTooltips?: boolean;
|
|
655
|
+
animated?: boolean;
|
|
656
|
+
animationDuration?: number;
|
|
657
|
+
responsive?: boolean;
|
|
658
|
+
aspectRatio?: number;
|
|
659
|
+
width?: number | string;
|
|
660
|
+
height?: number | string;
|
|
661
|
+
views?: ChartStyles;
|
|
662
|
+
onDataPointClick?: (dataPoint: ChartDataPoint | null, index: number) => void;
|
|
663
|
+
onSeriesClick?: (seriesName: string, index: number) => void;
|
|
664
|
+
isLoading?: boolean;
|
|
665
|
+
error?: React.ReactNode;
|
|
666
|
+
noData?: boolean | React.ReactNode;
|
|
667
|
+
loadingIndicator?: React.ReactNode;
|
|
668
|
+
errorIndicator?: React.ReactNode;
|
|
669
|
+
noDataIndicator?: React.ReactNode;
|
|
670
|
+
'aria-label'?: string;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
declare interface ChartSeries {
|
|
674
|
+
name: string;
|
|
675
|
+
data: number[];
|
|
676
|
+
color?: string;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
declare interface ChartStyles {
|
|
680
|
+
container?: ViewProps;
|
|
681
|
+
chart?: ViewProps;
|
|
682
|
+
legend?: ViewProps;
|
|
683
|
+
legendItem?: ViewProps;
|
|
684
|
+
tooltip?: ViewProps;
|
|
685
|
+
axis?: ViewProps;
|
|
686
|
+
grid?: ViewProps;
|
|
687
|
+
bar?: ViewProps;
|
|
688
|
+
line?: ViewProps;
|
|
689
|
+
point?: ViewProps;
|
|
690
|
+
pie?: ViewProps;
|
|
691
|
+
area?: ViewProps;
|
|
692
|
+
axisLabel?: ViewProps;
|
|
693
|
+
axisLine?: ViewProps;
|
|
694
|
+
axisTick?: ViewProps;
|
|
695
|
+
loadingOverlay?: ViewProps;
|
|
696
|
+
errorOverlay?: ViewProps;
|
|
697
|
+
noDataOverlay?: ViewProps;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
declare type ChartType = 'bar' | 'line' | 'pie' | 'donut' | 'area';
|
|
701
|
+
|
|
702
|
+
export declare const ChatInput: default_2.ForwardRefExoticComponent<ChatInputProps & default_2.RefAttributes<HTMLElement>>;
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* Props for the ChatInput component
|
|
706
|
+
*/
|
|
707
|
+
export declare interface ChatInputProps extends Omit<ViewProps, 'onChange' | 'onSubmit' | 'loading'> {
|
|
708
|
+
/**
|
|
709
|
+
* Get the pending files
|
|
710
|
+
*/
|
|
711
|
+
getPendingFiles?: () => File[];
|
|
712
|
+
/**
|
|
713
|
+
* Clear the pending files
|
|
714
|
+
*/
|
|
715
|
+
clearPendingFiles?: () => void;
|
|
716
|
+
/**
|
|
717
|
+
* Callback function when the form is submitted
|
|
718
|
+
*/
|
|
719
|
+
onSubmit?: (message: string, options?: {
|
|
720
|
+
model_name?: string;
|
|
721
|
+
enable_thinking?: boolean;
|
|
722
|
+
}) => void;
|
|
723
|
+
/**
|
|
724
|
+
* Placeholder text for the input
|
|
725
|
+
*/
|
|
726
|
+
placeholder?: string;
|
|
727
|
+
/**
|
|
728
|
+
* Whether the input is in a loading state
|
|
729
|
+
*/
|
|
730
|
+
loading?: boolean;
|
|
731
|
+
/**
|
|
732
|
+
* Whether the input is disabled
|
|
733
|
+
*/
|
|
734
|
+
disabled?: boolean;
|
|
735
|
+
/**
|
|
736
|
+
* Whether the input is disabled (camelCase alias for `disabled`)
|
|
737
|
+
*/
|
|
738
|
+
isDisabled?: boolean;
|
|
739
|
+
/**
|
|
740
|
+
* Visible row count for the input
|
|
741
|
+
*/
|
|
742
|
+
lines?: number;
|
|
743
|
+
/**
|
|
744
|
+
* Optional right-side affordance rendered inside the input
|
|
745
|
+
*/
|
|
746
|
+
rightElement?: React.ReactNode;
|
|
747
|
+
/**
|
|
748
|
+
* Optional key handler for the editable area
|
|
749
|
+
*/
|
|
750
|
+
onKeyDown?: (e: React.KeyboardEvent) => void;
|
|
751
|
+
/**
|
|
752
|
+
* Error state or value used by form wrappers
|
|
753
|
+
*/
|
|
754
|
+
error?: any;
|
|
755
|
+
/**
|
|
756
|
+
* Whether an agent is currently running
|
|
757
|
+
*/
|
|
758
|
+
isAgentRunning?: boolean;
|
|
759
|
+
/**
|
|
760
|
+
* Whether an agent is currently running (alias for `isAgentRunning`)
|
|
761
|
+
*/
|
|
762
|
+
isWorkerRunning?: boolean;
|
|
763
|
+
/**
|
|
764
|
+
* Callback function to stop the agent
|
|
765
|
+
*/
|
|
766
|
+
onStopAgent?: () => void;
|
|
767
|
+
/**
|
|
768
|
+
* Callback function to stop the worker (alias for `onStopAgent`)
|
|
769
|
+
*/
|
|
770
|
+
onStopWorker?: () => void;
|
|
771
|
+
/**
|
|
772
|
+
* Whether to auto focus the input
|
|
773
|
+
*/
|
|
774
|
+
autoFocus?: boolean;
|
|
775
|
+
/**
|
|
776
|
+
* Controlled value for the input
|
|
777
|
+
*/
|
|
778
|
+
value?: string;
|
|
779
|
+
/**
|
|
780
|
+
* Callback function when the input value changes
|
|
781
|
+
*/
|
|
782
|
+
onChange?: (value: string) => void;
|
|
783
|
+
/**
|
|
784
|
+
* Callback function when the file browser is opened
|
|
785
|
+
*/
|
|
786
|
+
onFileBrowse?: () => void;
|
|
787
|
+
/**
|
|
788
|
+
* ID of the sandbox
|
|
789
|
+
*/
|
|
790
|
+
sandboxId?: string;
|
|
791
|
+
/**
|
|
792
|
+
* Callback when file upload progress changes
|
|
793
|
+
*/
|
|
794
|
+
onUploadProgress?: (progress: number) => void;
|
|
795
|
+
/**
|
|
796
|
+
* Callback when file upload succeeds
|
|
797
|
+
*/
|
|
798
|
+
onUploadSuccess?: (data: any) => void;
|
|
799
|
+
/**
|
|
800
|
+
* Callback when file upload fails
|
|
801
|
+
*/
|
|
802
|
+
onUploadError?: (error: any) => void;
|
|
803
|
+
/**
|
|
804
|
+
* Function to execute file upload. Parent should provide this.
|
|
805
|
+
* Should return an object with a loading property.
|
|
806
|
+
*/
|
|
807
|
+
onFileUpload?: (file: File) => void;
|
|
808
|
+
/**
|
|
809
|
+
* Whether to hide the attachment button
|
|
810
|
+
*/
|
|
811
|
+
hideAttachments?: boolean;
|
|
812
|
+
/**
|
|
813
|
+
* Enable audio recording button
|
|
814
|
+
*/
|
|
815
|
+
enableAudioRecording?: boolean;
|
|
816
|
+
/**
|
|
817
|
+
* Callback when audio recording starts
|
|
818
|
+
*/
|
|
819
|
+
onAudioRecordingStart?: () => void;
|
|
820
|
+
/**
|
|
821
|
+
* Callback when audio recording stops
|
|
822
|
+
*/
|
|
823
|
+
onAudioRecordingStop?: (audio: Blob) => void;
|
|
824
|
+
/**
|
|
825
|
+
* Title for the chat input
|
|
826
|
+
*/
|
|
827
|
+
title?: string;
|
|
828
|
+
/**
|
|
829
|
+
* Whether to show the guide tip
|
|
830
|
+
*/
|
|
831
|
+
showGuideTip?: boolean;
|
|
832
|
+
/**
|
|
833
|
+
* URL for the guide video
|
|
834
|
+
*/
|
|
835
|
+
guideVideoUrl?: string;
|
|
836
|
+
/**
|
|
837
|
+
* Callback function when the guide tip is closed
|
|
838
|
+
*/
|
|
839
|
+
onGuideClose?: () => void;
|
|
840
|
+
/**
|
|
841
|
+
* List of prompt examples
|
|
842
|
+
*/
|
|
843
|
+
promptExamples?: PromptExample[];
|
|
844
|
+
/**
|
|
845
|
+
* List of suggestions for auto-completion
|
|
846
|
+
*/
|
|
847
|
+
suggestions?: Suggestion[];
|
|
848
|
+
/**
|
|
849
|
+
* Callback function when a prompt example is selected
|
|
850
|
+
*/
|
|
851
|
+
onPromptExampleSelect?: (example: PromptExample) => void;
|
|
852
|
+
/**
|
|
853
|
+
* Data for mention auto-completion
|
|
854
|
+
*/
|
|
855
|
+
mentionData?: Array<{
|
|
856
|
+
id: string;
|
|
857
|
+
name: string;
|
|
858
|
+
avatar?: string;
|
|
859
|
+
description?: string;
|
|
860
|
+
}>;
|
|
861
|
+
/**
|
|
862
|
+
* Trigger character for mentions (default: '@')
|
|
863
|
+
*/
|
|
864
|
+
mentionTrigger?: string;
|
|
865
|
+
/**
|
|
866
|
+
* Callback function when a mention is selected
|
|
867
|
+
*/
|
|
868
|
+
onMentionSelect?: (mention: {
|
|
869
|
+
id: string;
|
|
870
|
+
name: string;
|
|
871
|
+
avatar?: string;
|
|
872
|
+
description?: string;
|
|
873
|
+
}) => void;
|
|
874
|
+
/**
|
|
875
|
+
* Error message to display at the bottom
|
|
876
|
+
*/
|
|
877
|
+
errorMessage?: string;
|
|
878
|
+
/**
|
|
879
|
+
* Size of the input
|
|
880
|
+
*/
|
|
881
|
+
size?: Size_19;
|
|
882
|
+
/**
|
|
883
|
+
* Shape of the input
|
|
884
|
+
*/
|
|
885
|
+
shape?: Shape_14;
|
|
886
|
+
/**
|
|
887
|
+
* Variant of the input
|
|
888
|
+
*/
|
|
889
|
+
variant?: Variant_16;
|
|
890
|
+
/**
|
|
891
|
+
* Style customization
|
|
892
|
+
*/
|
|
893
|
+
views?: ChatInputStyles;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* Style customization interface for ChatInput
|
|
898
|
+
*/
|
|
899
|
+
declare interface ChatInputStyles {
|
|
900
|
+
textarea?: ViewProps;
|
|
901
|
+
container?: ViewProps;
|
|
902
|
+
content?: ViewProps;
|
|
903
|
+
editableInput?: ViewProps;
|
|
904
|
+
header?: ViewProps;
|
|
905
|
+
title?: ViewProps;
|
|
906
|
+
guideTip?: ViewProps;
|
|
907
|
+
guideTipVideo?: ViewProps;
|
|
908
|
+
guideTipClose?: ViewProps;
|
|
909
|
+
promptExamples?: ViewProps;
|
|
910
|
+
promptExampleItem?: ViewProps;
|
|
911
|
+
attachments?: ViewProps;
|
|
912
|
+
attachmentItem?: ViewProps;
|
|
913
|
+
attachmentName?: ViewProps;
|
|
914
|
+
attachmentSize?: ViewProps;
|
|
915
|
+
attachmentRemove?: ViewProps;
|
|
916
|
+
submitButton?: ViewProps;
|
|
917
|
+
fileButton?: ViewProps;
|
|
918
|
+
recordButton?: ViewProps;
|
|
919
|
+
modelSelector?: ViewProps;
|
|
920
|
+
loadingIndicator?: ViewProps;
|
|
921
|
+
bottomTip?: ViewProps;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
/**
|
|
925
|
+
* Props for the ChatInput view component
|
|
926
|
+
*/
|
|
927
|
+
export declare interface ChatInputViewProps extends ChatInputProps {
|
|
928
|
+
/**
|
|
929
|
+
* Current value of the input
|
|
930
|
+
*/
|
|
931
|
+
value?: string;
|
|
932
|
+
/**
|
|
933
|
+
* Callback function when the input value changes
|
|
934
|
+
*/
|
|
935
|
+
handleChange: (value: string) => void;
|
|
936
|
+
/**
|
|
937
|
+
* Callback function when the form is submitted
|
|
938
|
+
*/
|
|
939
|
+
handleSubmit: (e: React.FormEvent) => void;
|
|
940
|
+
/**
|
|
941
|
+
* Reference to the editable div element
|
|
942
|
+
*/
|
|
943
|
+
editableRef: React.RefObject<HTMLDivElement | null>;
|
|
944
|
+
/**
|
|
945
|
+
* Reference to the file input element
|
|
946
|
+
*/
|
|
947
|
+
fileInputRef: React.RefObject<HTMLInputElement | null>;
|
|
948
|
+
/**
|
|
949
|
+
* Whether files are being uploaded
|
|
950
|
+
*/
|
|
951
|
+
isUploading: boolean;
|
|
952
|
+
/**
|
|
953
|
+
* Current upload progress (0-100)
|
|
954
|
+
*/
|
|
955
|
+
uploadProgress?: number;
|
|
956
|
+
leftButtons?: React.ReactNode;
|
|
957
|
+
rightButtons?: React.ReactNode;
|
|
958
|
+
/**
|
|
959
|
+
* Whether the user is dragging files over the input
|
|
960
|
+
*/
|
|
961
|
+
isDraggingOver: boolean;
|
|
962
|
+
/**
|
|
963
|
+
* List of uploaded files
|
|
964
|
+
*/
|
|
965
|
+
uploadedFiles: File[];
|
|
966
|
+
/**
|
|
967
|
+
* Callback function to remove an uploaded file
|
|
968
|
+
*/
|
|
969
|
+
removeUploadedFile: (index: number) => void;
|
|
970
|
+
/**
|
|
971
|
+
* Callback function to set pending files
|
|
972
|
+
*/
|
|
973
|
+
setPendingFiles: React.Dispatch<React.SetStateAction<File[]>>;
|
|
974
|
+
/**
|
|
975
|
+
* Callback function to set uploaded files
|
|
976
|
+
*/
|
|
977
|
+
setUploadedFiles: React.Dispatch<React.SetStateAction<File[]>>;
|
|
978
|
+
/**
|
|
979
|
+
* Callback function to set whether files are being uploaded
|
|
980
|
+
*/
|
|
981
|
+
setIsUploading: React.Dispatch<React.SetStateAction<boolean>>;
|
|
982
|
+
/**
|
|
983
|
+
* Start uploading newly added files
|
|
984
|
+
*/
|
|
985
|
+
startUpload: (files: File[]) => void;
|
|
986
|
+
/**
|
|
987
|
+
* Currently selected model
|
|
988
|
+
*/
|
|
989
|
+
selectedModel: string;
|
|
990
|
+
/**
|
|
991
|
+
* Callback function when the model changes
|
|
992
|
+
*/
|
|
993
|
+
handleModelChange: (model: string) => void;
|
|
994
|
+
/**
|
|
995
|
+
* List of available models
|
|
996
|
+
*/
|
|
997
|
+
modelOptions: ModelOption[];
|
|
998
|
+
/**
|
|
999
|
+
* Subscription status
|
|
1000
|
+
*/
|
|
1001
|
+
subscriptionStatus?: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* Whether the user can access the selected model
|
|
1004
|
+
*/
|
|
1005
|
+
canAccessModel: (model: string) => boolean;
|
|
1006
|
+
/**
|
|
1007
|
+
* Whether the guide tip is shown
|
|
1008
|
+
*/
|
|
1009
|
+
isGuideTipShown: boolean;
|
|
1010
|
+
/**
|
|
1011
|
+
* Callback function to hide the guide tip
|
|
1012
|
+
*/
|
|
1013
|
+
hideGuideTip: () => void;
|
|
1014
|
+
/**
|
|
1015
|
+
* Callback function to handle prompt example selection
|
|
1016
|
+
*/
|
|
1017
|
+
handlePromptExampleSelect: (example: PromptExample) => void;
|
|
1018
|
+
/**
|
|
1019
|
+
* Callback function to handle drag over events
|
|
1020
|
+
*/
|
|
1021
|
+
handleDragOver: (e: React.DragEvent<HTMLDivElement>) => void;
|
|
1022
|
+
/**
|
|
1023
|
+
* Callback function to handle drag leave events
|
|
1024
|
+
*/
|
|
1025
|
+
handleDragLeave: (e: React.DragEvent<HTMLDivElement>) => void;
|
|
1026
|
+
/**
|
|
1027
|
+
* List of suggestions for auto-completion
|
|
1028
|
+
*/
|
|
1029
|
+
suggestions?: Suggestion[];
|
|
1030
|
+
/**
|
|
1031
|
+
* Optional text label displayed while in loading state.
|
|
1032
|
+
*/
|
|
1033
|
+
loadingText?: string;
|
|
1034
|
+
/**
|
|
1035
|
+
* Optional text label displayed on the attachment button / area.
|
|
1036
|
+
*/
|
|
1037
|
+
attachmentText?: string;
|
|
1038
|
+
/**
|
|
1039
|
+
* Files staged for upload (pending) — surfaced by the state hook.
|
|
1040
|
+
*/
|
|
1041
|
+
pendingFiles?: File[];
|
|
1042
|
+
/**
|
|
1043
|
+
* Optional error message used by some compositions (e.g. Formik wrapper).
|
|
1044
|
+
*/
|
|
1045
|
+
error?: any;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
export declare const ChatWidget: default_2.FC<ChatWidgetProps>;
|
|
1049
|
+
|
|
1050
|
+
export declare const ChatWidgetComponent: default_2.FC<ChatWidgetProps>;
|
|
1051
|
+
|
|
1052
|
+
export declare interface ChatWidgetProps extends Omit<ViewProps, 'size' | 'onSubmit'> {
|
|
1053
|
+
messages?: Message[];
|
|
1054
|
+
inputValue?: string;
|
|
1055
|
+
onInputChange?: (value: string) => void;
|
|
1056
|
+
onSubmit?: (message: string) => void;
|
|
1057
|
+
inputPlaceholder?: string;
|
|
1058
|
+
disableInput?: boolean;
|
|
1059
|
+
variant?: Variant_31;
|
|
1060
|
+
size?: Size_34;
|
|
1061
|
+
showTimestamps?: boolean;
|
|
1062
|
+
enableAttachments?: boolean;
|
|
1063
|
+
enableContextPicker?: boolean;
|
|
1064
|
+
selectedContextElements?: Array<{
|
|
1065
|
+
id: string;
|
|
1066
|
+
name: string;
|
|
1067
|
+
}>;
|
|
1068
|
+
onContextPickerClick?: () => void;
|
|
1069
|
+
onRemoveContextElement?: (id: string) => void;
|
|
1070
|
+
isLoading?: boolean;
|
|
1071
|
+
loadingText?: string;
|
|
1072
|
+
styles?: ChatWidgetStyles;
|
|
1073
|
+
maxHeight?: string | number;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
declare interface ChatWidgetStyles {
|
|
1077
|
+
container?: any;
|
|
1078
|
+
messagesContainer?: any;
|
|
1079
|
+
inputContainer?: any;
|
|
1080
|
+
bubble?: any;
|
|
1081
|
+
userBubble?: any;
|
|
1082
|
+
assistantBubble?: any;
|
|
1083
|
+
timestamp?: any;
|
|
1084
|
+
input?: any;
|
|
1085
|
+
sendButton?: any;
|
|
1086
|
+
attachmentButton?: any;
|
|
1087
|
+
loadingIndicator?: any;
|
|
1088
|
+
contextChipsContainer?: any;
|
|
1089
|
+
contextPickerButton?: any;
|
|
1090
|
+
reasoningContainer?: any;
|
|
1091
|
+
reasoningContent?: any;
|
|
1092
|
+
errorMessage?: any;
|
|
1093
|
+
systemMessage?: any;
|
|
1094
|
+
toolMessage?: any;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
export declare interface ChatWidgetViewProps extends ChatWidgetProps {
|
|
1098
|
+
internalInputValue: string;
|
|
1099
|
+
handleInputChange: (value: string) => void;
|
|
1100
|
+
handleSubmit: (e?: React.FormEvent) => void;
|
|
1101
|
+
inputRef: React.RefObject<HTMLTextAreaElement | null>;
|
|
1102
|
+
messagesRef: React.RefObject<HTMLDivElement | null>;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
/**
|
|
1106
|
+
* ChatWidget Widget Component
|
|
1107
|
+
* A floating chat widget with DOM element selection capabilities.
|
|
1108
|
+
*/
|
|
1109
|
+
export declare const ChatWidgetWidget: default_2.FC<ChatWidgetWidgetProps>;
|
|
1110
|
+
|
|
1111
|
+
declare interface ChatWidgetWidgetProps {
|
|
1112
|
+
initialMessages?: Message[];
|
|
1113
|
+
onSendMessage?: (message: string, contextElements: ContextElement_2[]) => void;
|
|
1114
|
+
bubbleSize?: 'sm' | 'md' | 'lg';
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
/**
|
|
1118
|
+
* Checkbox allows users to select one or more options from a list of choices.
|
|
1119
|
+
*/
|
|
1120
|
+
export declare const Checkbox: default_2.FC<CheckboxProps>;
|
|
1121
|
+
|
|
1122
|
+
export declare interface CheckboxProps extends Omit<InputProps, 'size' | 'onChange' | 'shadow'> {
|
|
1123
|
+
id?: string;
|
|
1124
|
+
icon?: default_2.ReactNode;
|
|
1125
|
+
error?: any;
|
|
1126
|
+
name?: string;
|
|
1127
|
+
label?: string;
|
|
1128
|
+
isChecked?: boolean;
|
|
1129
|
+
defaultIsSelected?: boolean;
|
|
1130
|
+
isReadOnly?: boolean;
|
|
1131
|
+
isDisabled?: boolean;
|
|
1132
|
+
isIndeterminate?: boolean;
|
|
1133
|
+
labelPosition?: 'left' | 'right';
|
|
1134
|
+
onChange?: Function;
|
|
1135
|
+
onValueChange?: Function;
|
|
1136
|
+
views?: CheckboxStyles;
|
|
1137
|
+
size?: Size_12;
|
|
1138
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
1139
|
+
infoText?: string;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
export declare interface CheckboxViewProps extends CheckboxProps {
|
|
1143
|
+
isHovered?: boolean;
|
|
1144
|
+
setIsHovered?: (hovered: boolean) => void;
|
|
1145
|
+
isChecked?: boolean;
|
|
1146
|
+
setIsChecked?: (selected: boolean) => void;
|
|
1147
|
+
isSelected?: boolean;
|
|
1148
|
+
setIsSelected?: (selected: boolean) => void;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
export declare const CheckIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1152
|
+
|
|
1153
|
+
export declare const ChevronIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1154
|
+
|
|
1155
|
+
export declare const ClockIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1156
|
+
|
|
1157
|
+
export declare const CloseEyeIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1158
|
+
|
|
1159
|
+
export declare const CloseIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1160
|
+
|
|
1161
|
+
export declare const CloudIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1162
|
+
|
|
1163
|
+
declare type ColorFormat = 'hex' | 'rgb' | 'hsl';
|
|
1164
|
+
|
|
1165
|
+
declare type ColorFormat_2 = 'hex' | 'rgb' | 'hsl';
|
|
1166
|
+
|
|
1167
|
+
export declare const ColorInput: default_2.FC<ColorInputProps>;
|
|
1168
|
+
|
|
1169
|
+
export declare interface ColorInputProps extends Omit<InputProps, 'size' | 'onChange' | 'shadow'> {
|
|
1170
|
+
id?: string;
|
|
1171
|
+
error?: any;
|
|
1172
|
+
helperText?: string;
|
|
1173
|
+
name?: string;
|
|
1174
|
+
label?: string;
|
|
1175
|
+
placeholder?: string;
|
|
1176
|
+
isReadOnly?: boolean;
|
|
1177
|
+
isDisabled?: boolean;
|
|
1178
|
+
isAutoFocus?: boolean;
|
|
1179
|
+
onChange?: (value: string) => void;
|
|
1180
|
+
onBlur?: (value: any) => void;
|
|
1181
|
+
onClick?: () => void;
|
|
1182
|
+
onFocus?: () => void;
|
|
1183
|
+
size?: Size_13;
|
|
1184
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
1185
|
+
shape?: Shape_9;
|
|
1186
|
+
views?: ColorInputStyles;
|
|
1187
|
+
value?: string;
|
|
1188
|
+
defaultValue?: string;
|
|
1189
|
+
variant?: Variant_11;
|
|
1190
|
+
predefinedColors?: PredefinedColor[];
|
|
1191
|
+
showCustomInput?: boolean;
|
|
1192
|
+
showRecentColors?: boolean;
|
|
1193
|
+
colorFormat?: ColorFormat;
|
|
1194
|
+
maxRecentColors?: number;
|
|
1195
|
+
closeOnSelect?: boolean;
|
|
1196
|
+
onChangeComplete?: (color: string) => void;
|
|
1197
|
+
onOpen?: () => void;
|
|
1198
|
+
onClose?: () => void;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
declare type ColorInputStyles = {
|
|
1202
|
+
text?: ViewProps;
|
|
1203
|
+
label?: ViewProps;
|
|
1204
|
+
error?: ViewProps;
|
|
1205
|
+
helperText?: ViewProps;
|
|
1206
|
+
container?: ViewProps;
|
|
1207
|
+
trigger?: ViewProps;
|
|
1208
|
+
dropdown?: ViewProps;
|
|
1209
|
+
colorGrid?: ViewProps;
|
|
1210
|
+
colorSwatch?: ViewProps;
|
|
1211
|
+
customInput?: ViewProps;
|
|
1212
|
+
recentColors?: ViewProps;
|
|
1213
|
+
};
|
|
1214
|
+
|
|
1215
|
+
export declare interface ColorInputViewProps extends ColorInputProps {
|
|
1216
|
+
isFocused?: boolean;
|
|
1217
|
+
setIsFocused?: Function;
|
|
1218
|
+
isHovered?: boolean;
|
|
1219
|
+
setIsHovered?: Function;
|
|
1220
|
+
value?: string;
|
|
1221
|
+
setValue?: Function;
|
|
1222
|
+
isOpen?: boolean;
|
|
1223
|
+
selectedColor?: string;
|
|
1224
|
+
recentColors?: string[];
|
|
1225
|
+
customColor?: string;
|
|
1226
|
+
handleToggle?: () => void;
|
|
1227
|
+
handleColorSelect?: (color: string) => void;
|
|
1228
|
+
handleCustomColorChange?: (color: string) => void;
|
|
1229
|
+
handleCustomColorSubmit?: () => void;
|
|
1230
|
+
handleClose?: () => void;
|
|
1231
|
+
triggerRef?: default_2.RefObject<HTMLDivElement | null>;
|
|
1232
|
+
dropdownRef?: default_2.RefObject<HTMLDivElement | null>;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
export declare const ColorPicker: default_2.FC<ColorPickerProps>;
|
|
1236
|
+
|
|
1237
|
+
export declare interface ColorPickerProps extends Omit<ViewProps, 'onChange'> {
|
|
1238
|
+
id?: string;
|
|
1239
|
+
name?: string;
|
|
1240
|
+
label?: string;
|
|
1241
|
+
placeholder?: string;
|
|
1242
|
+
helperText?: string;
|
|
1243
|
+
value?: string;
|
|
1244
|
+
defaultValue?: string;
|
|
1245
|
+
onChange?: (color: string) => void;
|
|
1246
|
+
onChangeComplete?: (color: string) => void;
|
|
1247
|
+
views?: ColorPickerStyles;
|
|
1248
|
+
size?: Size_28;
|
|
1249
|
+
shape?: Shape_21;
|
|
1250
|
+
variant?: Variant_24;
|
|
1251
|
+
error?: boolean;
|
|
1252
|
+
isDisabled?: boolean;
|
|
1253
|
+
isReadOnly?: boolean;
|
|
1254
|
+
predefinedColors?: PredefinedColor_2[];
|
|
1255
|
+
showCustomInput?: boolean;
|
|
1256
|
+
showRecentColors?: boolean;
|
|
1257
|
+
colorFormat?: ColorFormat_2;
|
|
1258
|
+
maxRecentColors?: number;
|
|
1259
|
+
isOpen?: boolean;
|
|
1260
|
+
onOpen?: () => void;
|
|
1261
|
+
onClose?: () => void;
|
|
1262
|
+
closeOnSelect?: boolean;
|
|
1263
|
+
'aria-label'?: string;
|
|
1264
|
+
'aria-describedby'?: string;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
declare type ColorPickerStyles = {
|
|
1268
|
+
container?: ViewProps;
|
|
1269
|
+
trigger?: ViewProps;
|
|
1270
|
+
dropdown?: ViewProps;
|
|
1271
|
+
colorGrid?: ViewProps;
|
|
1272
|
+
colorSwatch?: ViewProps;
|
|
1273
|
+
customInput?: ViewProps;
|
|
1274
|
+
recentColors?: ViewProps;
|
|
1275
|
+
label?: ViewProps;
|
|
1276
|
+
helperText?: ViewProps;
|
|
1277
|
+
};
|
|
1278
|
+
|
|
1279
|
+
export declare interface ColorPickerViewProps extends ColorPickerProps {
|
|
1280
|
+
isOpen: boolean;
|
|
1281
|
+
selectedColor: string;
|
|
1282
|
+
recentColors: string[];
|
|
1283
|
+
customColor: string;
|
|
1284
|
+
handleToggle: () => void;
|
|
1285
|
+
handleColorSelect: (color: string) => void;
|
|
1286
|
+
handleCustomColorChange: (color: string) => void;
|
|
1287
|
+
handleCustomColorSubmit: () => void;
|
|
1288
|
+
handleClose: () => void;
|
|
1289
|
+
triggerRef: React.RefObject<HTMLDivElement | null>;
|
|
1290
|
+
dropdownRef: React.RefObject<HTMLDivElement | null>;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
declare interface ColorStop {
|
|
1294
|
+
color: string;
|
|
1295
|
+
position?: string | number;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
declare interface Column {
|
|
1299
|
+
title: string;
|
|
1300
|
+
field: string;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
export declare const ComboBox: default_2.FC<ComboBoxProps>;
|
|
1304
|
+
|
|
1305
|
+
export declare interface ComboBoxItem {
|
|
1306
|
+
label: string;
|
|
1307
|
+
value: string;
|
|
1308
|
+
icon?: ReactNode;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
export declare interface ComboBoxProps extends Omit<InputProps, 'size' | 'onSelect' | 'left' | 'right'> {
|
|
1312
|
+
id: string;
|
|
1313
|
+
name?: string;
|
|
1314
|
+
items: ComboBoxItem[];
|
|
1315
|
+
onSelect?: (item: ComboBoxItem | ComboBoxItem[]) => void;
|
|
1316
|
+
searchEnabled?: boolean;
|
|
1317
|
+
left?: ReactNode;
|
|
1318
|
+
right?: ReactNode;
|
|
1319
|
+
label?: string;
|
|
1320
|
+
showTick?: boolean;
|
|
1321
|
+
placeholder?: string;
|
|
1322
|
+
views?: ComboBoxStyles;
|
|
1323
|
+
searchPlaceholder?: string;
|
|
1324
|
+
isMulti?: boolean;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
export declare interface ComboBoxStateActions {
|
|
1328
|
+
filteredItems: ComboBoxItem[];
|
|
1329
|
+
setFilteredItems: Dispatch<SetStateAction<ComboBoxItem[]>>;
|
|
1330
|
+
selectedItem: ComboBoxItem;
|
|
1331
|
+
setSelectedItem: Dispatch<SetStateAction<ComboBoxItem>>;
|
|
1332
|
+
selectedItems: ComboBoxItem[];
|
|
1333
|
+
setSelectedItems: Dispatch<SetStateAction<ComboBoxItem[]>>;
|
|
1334
|
+
highlightedIndex: number;
|
|
1335
|
+
setHighlightedIndex: Dispatch<SetStateAction<number>>;
|
|
1336
|
+
searchQuery: string;
|
|
1337
|
+
setSearchQuery: Dispatch<SetStateAction<string>>;
|
|
1338
|
+
isDropdownVisible: boolean;
|
|
1339
|
+
setIsDropdownVisible: Dispatch<SetStateAction<boolean>>;
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
declare type ComboBoxStyles = {
|
|
1343
|
+
container?: React.CSSProperties;
|
|
1344
|
+
label?: any;
|
|
1345
|
+
dropdown?: React.CSSProperties;
|
|
1346
|
+
item?: React.CSSProperties;
|
|
1347
|
+
labelContainer?: React.CSSProperties;
|
|
1348
|
+
text?: any;
|
|
1349
|
+
};
|
|
1350
|
+
|
|
1351
|
+
export declare interface ComboBoxViewProps extends ComboBoxProps, ComboBoxStateActions {
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
export declare const Command: CommandType;
|
|
1355
|
+
|
|
1356
|
+
export declare interface CommandEmptyProps {
|
|
1357
|
+
children?: default_2.ReactNode;
|
|
1358
|
+
views?: {
|
|
1359
|
+
container?: ViewProps;
|
|
1360
|
+
};
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
declare interface CommandGroup {
|
|
1364
|
+
id: string;
|
|
1365
|
+
name: string;
|
|
1366
|
+
commands: CommandItem[];
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
export declare interface CommandGroupProps {
|
|
1370
|
+
heading: string;
|
|
1371
|
+
children: default_2.ReactNode;
|
|
1372
|
+
views?: {
|
|
1373
|
+
container?: ViewProps;
|
|
1374
|
+
heading?: ViewProps;
|
|
1375
|
+
};
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
export declare interface CommandInputProps {
|
|
1379
|
+
value: string;
|
|
1380
|
+
onValueChange: (value: string) => void;
|
|
1381
|
+
placeholder?: string;
|
|
1382
|
+
views?: {
|
|
1383
|
+
container?: ViewProps;
|
|
1384
|
+
input?: ViewProps;
|
|
1385
|
+
};
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
declare interface CommandItem {
|
|
1389
|
+
id: string;
|
|
1390
|
+
name: string;
|
|
1391
|
+
description?: string;
|
|
1392
|
+
icon?: default_2.ReactNode;
|
|
1393
|
+
shortcut?: string;
|
|
1394
|
+
onSelect: () => void;
|
|
1395
|
+
keywords?: string[];
|
|
1396
|
+
disabled?: boolean;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
export declare interface CommandItemProps {
|
|
1400
|
+
item: CommandItem;
|
|
1401
|
+
selected?: boolean;
|
|
1402
|
+
onSelect?: () => void;
|
|
1403
|
+
views?: {
|
|
1404
|
+
container?: ViewProps;
|
|
1405
|
+
icon?: ViewProps;
|
|
1406
|
+
content?: ViewProps;
|
|
1407
|
+
name?: ViewProps;
|
|
1408
|
+
description?: ViewProps;
|
|
1409
|
+
shortcut?: ViewProps;
|
|
1410
|
+
};
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
export declare interface CommandListProps {
|
|
1414
|
+
children: default_2.ReactNode;
|
|
1415
|
+
views?: {
|
|
1416
|
+
container?: ViewProps;
|
|
1417
|
+
};
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
export declare interface CommandProps {
|
|
1421
|
+
open: boolean;
|
|
1422
|
+
onOpenChange: (open: boolean) => void;
|
|
1423
|
+
groups?: CommandGroup[];
|
|
1424
|
+
commands?: CommandItem[];
|
|
1425
|
+
placeholder?: string;
|
|
1426
|
+
size?: CommandSize;
|
|
1427
|
+
variant?: CommandVariant;
|
|
1428
|
+
filter?: (value: string, item: CommandItem) => boolean;
|
|
1429
|
+
emptyState?: default_2.ReactNode;
|
|
1430
|
+
footer?: default_2.ReactNode;
|
|
1431
|
+
views?: CommandStyles;
|
|
1432
|
+
[key: string]: any;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
declare type CommandSize = 'sm' | 'md' | 'lg';
|
|
1436
|
+
|
|
1437
|
+
declare interface CommandStyles {
|
|
1438
|
+
container?: ViewProps;
|
|
1439
|
+
searchInput?: {
|
|
1440
|
+
container?: ViewProps;
|
|
1441
|
+
input?: ViewProps;
|
|
1442
|
+
};
|
|
1443
|
+
list?: ViewProps;
|
|
1444
|
+
groupHeading?: {
|
|
1445
|
+
container?: ViewProps;
|
|
1446
|
+
heading?: ViewProps;
|
|
1447
|
+
};
|
|
1448
|
+
item?: ViewProps;
|
|
1449
|
+
selectedItem?: ViewProps;
|
|
1450
|
+
icon?: ViewProps;
|
|
1451
|
+
content?: ViewProps;
|
|
1452
|
+
name?: ViewProps;
|
|
1453
|
+
description?: ViewProps;
|
|
1454
|
+
shortcut?: ViewProps;
|
|
1455
|
+
empty?: {
|
|
1456
|
+
container?: ViewProps;
|
|
1457
|
+
};
|
|
1458
|
+
footer?: ViewProps;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
export declare interface CommandType extends default_2.FC<CommandProps> {
|
|
1462
|
+
Input: default_2.FC<CommandInputProps>;
|
|
1463
|
+
List: default_2.FC<CommandListProps>;
|
|
1464
|
+
Group: default_2.FC<CommandGroupProps>;
|
|
1465
|
+
Item: default_2.FC<CommandItemProps>;
|
|
1466
|
+
Empty: default_2.FC<CommandEmptyProps>;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
declare type CommandVariant = 'default' | 'filled' | 'outline';
|
|
1470
|
+
|
|
1471
|
+
export declare interface ContainerProps extends Omit<ViewProps, 'size' | 'position' | 'shadow'> {
|
|
1472
|
+
views?: {
|
|
1473
|
+
container?: ViewProps;
|
|
1474
|
+
};
|
|
1475
|
+
children: default_2.ReactNode;
|
|
1476
|
+
shape?: Shape_20;
|
|
1477
|
+
isFullScreen?: boolean;
|
|
1478
|
+
isOpen?: boolean;
|
|
1479
|
+
onClose?: () => void;
|
|
1480
|
+
isClosePrevented?: boolean;
|
|
1481
|
+
blur?: number;
|
|
1482
|
+
variant?: string;
|
|
1483
|
+
buttonSize?: any;
|
|
1484
|
+
buttonColor?: any;
|
|
1485
|
+
buttonPosition?: CloseButtonPosition;
|
|
1486
|
+
position?: Position_4;
|
|
1487
|
+
shadow?: Shadow | Elevation | ViewProps;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
declare interface ContextElement {
|
|
1491
|
+
id: string;
|
|
1492
|
+
name: string;
|
|
1493
|
+
tagName: string;
|
|
1494
|
+
rect?: DOMRect;
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
declare interface ContextElement_2 {
|
|
1498
|
+
id: string;
|
|
1499
|
+
name: string;
|
|
1500
|
+
tagName: string;
|
|
1501
|
+
rect: DOMRect;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
export declare const ContextMenu: ContextMenuType;
|
|
1505
|
+
|
|
1506
|
+
export declare interface ContextMenuContentProps extends Omit<ViewProps, 'position'> {
|
|
1507
|
+
items?: ContextMenuItem[];
|
|
1508
|
+
children?: default_2.ReactNode;
|
|
1509
|
+
position?: {
|
|
1510
|
+
x: number;
|
|
1511
|
+
y: number;
|
|
1512
|
+
};
|
|
1513
|
+
side?: Position_2;
|
|
1514
|
+
align?: Alignment;
|
|
1515
|
+
views?: {
|
|
1516
|
+
menu?: ViewProps;
|
|
1517
|
+
content?: ViewProps;
|
|
1518
|
+
item?: ViewProps;
|
|
1519
|
+
divider?: ViewProps;
|
|
1520
|
+
separator?: ViewProps;
|
|
1521
|
+
icon?: ViewProps;
|
|
1522
|
+
submenuIndicator?: ViewProps;
|
|
1523
|
+
};
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
export declare interface ContextMenuDividerProps {
|
|
1527
|
+
views?: {
|
|
1528
|
+
divider?: ViewProps;
|
|
1529
|
+
};
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
declare interface ContextMenuItem {
|
|
1533
|
+
id: string;
|
|
1534
|
+
label: string;
|
|
1535
|
+
icon?: default_2.ReactNode;
|
|
1536
|
+
onClick?: () => void;
|
|
1537
|
+
disabled?: boolean;
|
|
1538
|
+
items?: ContextMenuItem[];
|
|
1539
|
+
divider?: boolean;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
export declare interface ContextMenuItemProps extends Omit<ButtonProps, 'onPress' | 'onClick'> {
|
|
1543
|
+
item?: ContextMenuItem;
|
|
1544
|
+
children?: default_2.ReactNode;
|
|
1545
|
+
onSelect?: (event: default_2.MouseEvent<HTMLButtonElement>) => void;
|
|
1546
|
+
isDisabled?: boolean;
|
|
1547
|
+
isExternal?: boolean;
|
|
1548
|
+
views?: {
|
|
1549
|
+
item?: ViewProps;
|
|
1550
|
+
icon?: ViewProps;
|
|
1551
|
+
submenuIndicator?: ViewProps;
|
|
1552
|
+
};
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
export declare interface ContextMenuProps {
|
|
1556
|
+
children: default_2.ReactNode;
|
|
1557
|
+
items?: ContextMenuItem[];
|
|
1558
|
+
size?: Size_6;
|
|
1559
|
+
variant?: Variant_6;
|
|
1560
|
+
disableNativeContextMenu?: boolean;
|
|
1561
|
+
onOpenChange?: (isOpen: boolean) => void;
|
|
1562
|
+
views?: ContextMenuStyles;
|
|
1563
|
+
[key: string]: any;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
export declare interface ContextMenuSeparatorProps extends ViewProps {
|
|
1567
|
+
views?: {
|
|
1568
|
+
separator?: ViewProps;
|
|
1569
|
+
};
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
declare interface ContextMenuStyles {
|
|
1573
|
+
container?: ViewProps;
|
|
1574
|
+
menu?: ViewProps;
|
|
1575
|
+
content?: ViewProps;
|
|
1576
|
+
item?: ButtonProps & {
|
|
1577
|
+
_disabled?: ButtonProps;
|
|
1578
|
+
};
|
|
1579
|
+
activeItem?: ViewProps;
|
|
1580
|
+
divider?: ViewProps;
|
|
1581
|
+
separator?: ViewProps;
|
|
1582
|
+
icon?: ViewProps;
|
|
1583
|
+
submenuIndicator?: ViewProps;
|
|
1584
|
+
submenu?: ViewProps;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
export declare interface ContextMenuTriggerProps {
|
|
1588
|
+
children: default_2.ReactNode;
|
|
1589
|
+
disableNativeContextMenu?: boolean;
|
|
1590
|
+
asChild?: boolean;
|
|
1591
|
+
isDisabled?: boolean;
|
|
1592
|
+
views?: {
|
|
1593
|
+
container?: ViewProps;
|
|
1594
|
+
};
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
export declare interface ContextMenuType extends default_2.FC<ContextMenuProps> {
|
|
1598
|
+
Trigger: default_2.FC<ContextMenuTriggerProps>;
|
|
1599
|
+
Content: default_2.FC<ContextMenuContentProps>;
|
|
1600
|
+
Item: default_2.FC<ContextMenuItemProps>;
|
|
1601
|
+
Divider: default_2.FC<ContextMenuDividerProps>;
|
|
1602
|
+
Separator: default_2.FC<ContextMenuSeparatorProps>;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
export declare const CookieConsent: default_2.FC<CookieConsentProps>;
|
|
1606
|
+
|
|
1607
|
+
declare type CookieConsentPosition = 'bottom' | 'top';
|
|
1608
|
+
|
|
1609
|
+
export declare interface CookieConsentProps extends Omit<ViewProps, 'position'> {
|
|
1610
|
+
title?: string;
|
|
1611
|
+
description?: string | React.ReactNode;
|
|
1612
|
+
acceptButtonText?: string;
|
|
1613
|
+
customizeButtonText?: string;
|
|
1614
|
+
position?: CookieConsentPosition;
|
|
1615
|
+
variant?: CookieConsentVariant;
|
|
1616
|
+
onAccept?: () => void;
|
|
1617
|
+
onCustomize?: () => void;
|
|
1618
|
+
views?: CookieConsentStyles;
|
|
1619
|
+
showCustomizeButton?: boolean;
|
|
1620
|
+
cookieExpiration?: number;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
declare type CookieConsentStyles = {
|
|
1624
|
+
container?: any;
|
|
1625
|
+
title?: any;
|
|
1626
|
+
description?: any;
|
|
1627
|
+
buttonGroup?: any;
|
|
1628
|
+
acceptButton?: any;
|
|
1629
|
+
customizeButton?: any;
|
|
1630
|
+
};
|
|
1631
|
+
|
|
1632
|
+
declare type CookieConsentVariant = 'default' | 'info' | 'primary';
|
|
1633
|
+
|
|
1634
|
+
export declare const CopyIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1635
|
+
|
|
1636
|
+
export declare const CountryPicker: default_2.FC<CountryPickerProps>;
|
|
1637
|
+
|
|
1638
|
+
export declare interface CountryPickerDropDownProps extends Omit<InputProps, 'size'> {
|
|
1639
|
+
size?: Size_14;
|
|
1640
|
+
callback?: Function;
|
|
1641
|
+
options?: Array<Country>;
|
|
1642
|
+
views?: CountryPickerStyles;
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
export declare interface CountryPickerProps extends Omit<InputProps, 'size' | 'shadow' | 'value'> {
|
|
1646
|
+
id?: string;
|
|
1647
|
+
error?: boolean;
|
|
1648
|
+
name?: string;
|
|
1649
|
+
label?: string;
|
|
1650
|
+
helperText?: string;
|
|
1651
|
+
placeholder?: string;
|
|
1652
|
+
shape?: Shape_10;
|
|
1653
|
+
isAutoFocus?: boolean;
|
|
1654
|
+
isReadOnly?: boolean;
|
|
1655
|
+
isDisabled?: boolean;
|
|
1656
|
+
onBlur?: (value: any) => void;
|
|
1657
|
+
onChange?: (value: any) => void;
|
|
1658
|
+
views?: CountryPickerStyles;
|
|
1659
|
+
size?: Size_14;
|
|
1660
|
+
value?: string;
|
|
1661
|
+
variant?: Variant_12;
|
|
1662
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
export declare interface CountryPickerViewProps extends CountryPickerProps {
|
|
1666
|
+
isHovered?: boolean;
|
|
1667
|
+
setIsHovered?: (hovered: boolean) => void;
|
|
1668
|
+
isFocused?: boolean;
|
|
1669
|
+
setIsFocused?: (focused: boolean) => void;
|
|
1670
|
+
selected?: string;
|
|
1671
|
+
setSelected?: (selected: string) => void;
|
|
1672
|
+
hide?: boolean;
|
|
1673
|
+
setHide?: (hide: boolean) => void;
|
|
1674
|
+
newOptions?: Array<Country>;
|
|
1675
|
+
setNewOptions?: (newOptions: Array<Country>) => void;
|
|
1676
|
+
value?: string;
|
|
1677
|
+
setValue?: Function;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
export declare const CreditCardIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1681
|
+
|
|
1682
|
+
export declare const CropIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1683
|
+
|
|
1684
|
+
declare interface CustomFormProps<T> extends FormikConfig<T> {
|
|
1685
|
+
autoFocus?: boolean;
|
|
1686
|
+
initFocus?: string;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
declare interface CustomFormProps<T> extends FormikConfig<T> {
|
|
1690
|
+
autoFocus?: boolean;
|
|
1691
|
+
initFocus?: string;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
/**
|
|
1695
|
+
* Date picker allows users to select a date from a calendar view.
|
|
1696
|
+
*/
|
|
1697
|
+
export declare const DatePicker: default_2.FC<DatePickerProps>;
|
|
1698
|
+
|
|
1699
|
+
export declare interface DatePickerProps extends Omit<ViewProps, 'size' | 'shadow'> {
|
|
1700
|
+
id?: string;
|
|
1701
|
+
/**
|
|
1702
|
+
* Custom icon to display when the DatePicker is checked.
|
|
1703
|
+
*/
|
|
1704
|
+
icon?: default_2.ReactNode;
|
|
1705
|
+
/**
|
|
1706
|
+
* Indicates whether the DatePicker has an error.
|
|
1707
|
+
*/
|
|
1708
|
+
error?: boolean;
|
|
1709
|
+
/**
|
|
1710
|
+
* Additional helper text that provides information about the field.
|
|
1711
|
+
*/
|
|
1712
|
+
helperText?: string;
|
|
1713
|
+
/**
|
|
1714
|
+
* The name of the toggle.
|
|
1715
|
+
*/
|
|
1716
|
+
name?: string;
|
|
1717
|
+
/**
|
|
1718
|
+
* The color scheme that changes the background color of the DatePicker.
|
|
1719
|
+
*/
|
|
1720
|
+
/**
|
|
1721
|
+
* If true, the DatePicker cannot be selected.
|
|
1722
|
+
*/
|
|
1723
|
+
isReadOnly?: boolean;
|
|
1724
|
+
/**
|
|
1725
|
+
* If true, the DatePicker will be unusable.
|
|
1726
|
+
*/
|
|
1727
|
+
isDisabled?: boolean;
|
|
1728
|
+
/**
|
|
1729
|
+
* The label text for the field.
|
|
1730
|
+
*/
|
|
1731
|
+
label?: string;
|
|
1732
|
+
/**
|
|
1733
|
+
* Callback function triggered when the DatePicker value changes.
|
|
1734
|
+
*/
|
|
1735
|
+
onChange?: (value: any) => void;
|
|
1736
|
+
/**
|
|
1737
|
+
* Callback function triggered when the DatePicker value changes for IOS and Android.
|
|
1738
|
+
*/
|
|
1739
|
+
onChangeText?: (text: string) => void;
|
|
1740
|
+
/**
|
|
1741
|
+
* CSS styles for the DatePicker container and label.
|
|
1742
|
+
*/
|
|
1743
|
+
views?: DatePickerStyles;
|
|
1744
|
+
/**
|
|
1745
|
+
* The shape that changes the outlines of the field.
|
|
1746
|
+
*/
|
|
1747
|
+
shape?: Shape_11;
|
|
1748
|
+
/**
|
|
1749
|
+
* Changes the style of the field.
|
|
1750
|
+
*/
|
|
1751
|
+
variant?: Variant_13;
|
|
1752
|
+
/**
|
|
1753
|
+
* The size that sets the height and width of the DatePicker.
|
|
1754
|
+
*/
|
|
1755
|
+
size?: Size_15;
|
|
1756
|
+
/**
|
|
1757
|
+
* Adds a shadow effect to the DatePicker.
|
|
1758
|
+
*/
|
|
1759
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
export declare interface DatePickerViewProps extends DatePickerProps {
|
|
1763
|
+
/**
|
|
1764
|
+
* The selected date value as a string.
|
|
1765
|
+
*/
|
|
1766
|
+
date: string;
|
|
1767
|
+
/**
|
|
1768
|
+
* A function to set the selected date value.
|
|
1769
|
+
* @param {string} newDate - The new date value to set.
|
|
1770
|
+
*/
|
|
1771
|
+
setDate: (newDate: string) => void;
|
|
1772
|
+
/**
|
|
1773
|
+
* Flag indicating if the date picker is currently being hovered.
|
|
1774
|
+
*/
|
|
1775
|
+
isHovered: boolean;
|
|
1776
|
+
/**
|
|
1777
|
+
* A function to set the hovered state of the date picker.
|
|
1778
|
+
* @param {boolean} hovered - The hovered state to set.
|
|
1779
|
+
*/
|
|
1780
|
+
setIsHovered: (hovered: boolean) => void;
|
|
1781
|
+
/**
|
|
1782
|
+
* Flag indicating if the date picker is currently focused.
|
|
1783
|
+
*/
|
|
1784
|
+
isFocused: boolean;
|
|
1785
|
+
/**
|
|
1786
|
+
* A function to set the focus state of the date picker.
|
|
1787
|
+
* @param {boolean} focused - The focus state to set.
|
|
1788
|
+
*/
|
|
1789
|
+
setIsFocused: (focused: boolean) => void;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
export declare const deepMerge: <T extends Record<string, any> = Record<string, any>>(...objects: Array<Record<string, any> | undefined>) => T;
|
|
1793
|
+
|
|
1794
|
+
export declare const DEFAULT_CHART_COLORS: string[];
|
|
1795
|
+
|
|
1796
|
+
export declare const defaultDesignSystemConfig: DesignSystemConfig;
|
|
1797
|
+
|
|
1798
|
+
export declare interface DefaultSpinnerProps extends Omit<ViewProps, 'size'> {
|
|
1799
|
+
size?: number | Size_3;
|
|
1800
|
+
speed?: Speed;
|
|
1801
|
+
color?: string;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
export declare const DeleteIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1805
|
+
|
|
1806
|
+
export declare const DesignSystem: ({ config }: {
|
|
1807
|
+
config: DesignSystemConfig;
|
|
1808
|
+
}) => default_2.JSX.Element;
|
|
1809
|
+
|
|
1810
|
+
export declare type DesignSystemAppearance = 'light' | 'dark';
|
|
1811
|
+
|
|
1812
|
+
export declare interface DesignSystemColorToken {
|
|
1813
|
+
name: string;
|
|
1814
|
+
value: string;
|
|
1815
|
+
role: string;
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
export declare interface DesignSystemComponentConfig extends Record<string, any> {
|
|
1819
|
+
views?: Record<string, DesignSystemViewProps>;
|
|
1820
|
+
config?: Record<string, any>;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
export declare type DesignSystemComponentName = 'accordion' | 'alert' | 'avatar' | 'badge' | 'button' | 'card' | 'checkbox' | 'hero' | 'input' | 'loader' | 'navigation' | 'page' | 'progress' | 'radio' | 'select' | 'separator' | 'slider' | 'status' | 'switch' | 'table' | 'tabs' | 'textarea';
|
|
1824
|
+
|
|
1825
|
+
export declare interface DesignSystemConfig {
|
|
1826
|
+
metadata: DesignSystemMetadata;
|
|
1827
|
+
theme: DesignSystemTheme;
|
|
1828
|
+
tokens: DesignSystemTokens;
|
|
1829
|
+
components: Partial<Record<DesignSystemComponentName, DesignSystemComponentConfig>>;
|
|
1830
|
+
personality?: BrandPersonality;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
export declare type DesignSystemConfigId = keyof typeof designSystemConfigs;
|
|
1834
|
+
|
|
1835
|
+
export declare const designSystemConfigList: DesignSystemConfig[];
|
|
1836
|
+
|
|
1837
|
+
export declare const designSystemConfigs: {
|
|
1838
|
+
airbnb: DesignSystemConfig;
|
|
1839
|
+
apple: DesignSystemConfig;
|
|
1840
|
+
coinbase: DesignSystemConfig;
|
|
1841
|
+
figma: DesignSystemConfig;
|
|
1842
|
+
linear: DesignSystemConfig;
|
|
1843
|
+
nike: DesignSystemConfig;
|
|
1844
|
+
notion: DesignSystemConfig;
|
|
1845
|
+
revolut: DesignSystemConfig;
|
|
1846
|
+
shopify: DesignSystemConfig;
|
|
1847
|
+
spacex: DesignSystemConfig;
|
|
1848
|
+
spotify: DesignSystemConfig;
|
|
1849
|
+
stripe: DesignSystemConfig;
|
|
1850
|
+
tesla: DesignSystemConfig;
|
|
1851
|
+
uber: DesignSystemConfig;
|
|
1852
|
+
vercel: DesignSystemConfig;
|
|
1853
|
+
};
|
|
1854
|
+
|
|
1855
|
+
export declare interface DesignSystemContextValue {
|
|
1856
|
+
config?: DesignSystemConfig;
|
|
1857
|
+
configId?: string;
|
|
1858
|
+
isEnabled: boolean;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
export declare interface DesignSystemMetadata {
|
|
1862
|
+
id: string;
|
|
1863
|
+
label: string;
|
|
1864
|
+
sourcePath: string;
|
|
1865
|
+
sourceTitle: string;
|
|
1866
|
+
defaultAppearance: DesignSystemAppearance;
|
|
1867
|
+
googleFontLinks?: string[];
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
export declare const DesignSystemProvider: default_2.FC<DesignSystemProviderProps>;
|
|
1871
|
+
|
|
1872
|
+
export declare interface DesignSystemProviderProps {
|
|
1873
|
+
children: ReactNode;
|
|
1874
|
+
config?: DesignSystemConfig;
|
|
1875
|
+
configId?: DesignSystemConfigId | string;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
export declare interface DesignSystemTheme {
|
|
1879
|
+
primary: string;
|
|
1880
|
+
secondary: string;
|
|
1881
|
+
success: string;
|
|
1882
|
+
warning: string;
|
|
1883
|
+
error: string;
|
|
1884
|
+
canvas: string;
|
|
1885
|
+
surface: string;
|
|
1886
|
+
text: string;
|
|
1887
|
+
muted: string;
|
|
1888
|
+
border: string;
|
|
1889
|
+
onPrimary: string;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
export declare interface DesignSystemTokens {
|
|
1893
|
+
rawCssVars: Record<string, string>;
|
|
1894
|
+
colors: DesignSystemColorToken[];
|
|
1895
|
+
typography: DesignSystemTypographyTokens;
|
|
1896
|
+
spacing: string[];
|
|
1897
|
+
radii: string[];
|
|
1898
|
+
shadows: string[];
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
export declare interface DesignSystemTypographyTokens {
|
|
1902
|
+
fontFamily: string;
|
|
1903
|
+
monoFamily: string;
|
|
1904
|
+
fontSizes: string[];
|
|
1905
|
+
fontWeights: string[];
|
|
1906
|
+
lineHeights: string[];
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
export declare type DesignSystemViewProps = Record<string, any>;
|
|
1910
|
+
|
|
1911
|
+
export declare const Divider: default_2.FC<SeparatorProps>;
|
|
1912
|
+
|
|
1913
|
+
export declare const DocumentIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1914
|
+
|
|
1915
|
+
export declare interface DottedProps extends Omit<ViewProps, 'size'> {
|
|
1916
|
+
size?: number | Size_3;
|
|
1917
|
+
speed?: Speed;
|
|
1918
|
+
color?: string;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
export declare const DownloadIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1922
|
+
|
|
1923
|
+
export declare const DragAndDrop: default_2.FC<DragAndDropProps>;
|
|
1924
|
+
|
|
1925
|
+
export declare const DragAndDropComponent: default_2.FC<DragAndDropProps>;
|
|
1926
|
+
|
|
1927
|
+
declare interface DragAndDropProps {
|
|
1928
|
+
items: any[];
|
|
1929
|
+
onChange?: (items: any[]) => void;
|
|
1930
|
+
renderItem?: (item: any, index: number) => React.ReactNode;
|
|
1931
|
+
containerProps?: ViewProps;
|
|
1932
|
+
itemProps?: ViewProps;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
export declare const DragHandleIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1936
|
+
|
|
1937
|
+
export declare const DragHandleLinesIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
1938
|
+
|
|
1939
|
+
export declare const Drawer: DrawerType;
|
|
1940
|
+
|
|
1941
|
+
export declare interface DrawerBodyProps extends ViewProps {
|
|
1942
|
+
children?: default_2.ReactNode;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
export declare interface DrawerContainerProps extends ViewProps {
|
|
1946
|
+
placement?: Placement;
|
|
1947
|
+
size?: Size_25;
|
|
1948
|
+
isOpen?: boolean;
|
|
1949
|
+
children?: default_2.ReactNode;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
export declare interface DrawerFooterProps extends ViewProps {
|
|
1953
|
+
children?: default_2.ReactNode;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
export declare interface DrawerHeaderProps extends ViewProps {
|
|
1957
|
+
onClose?: () => void;
|
|
1958
|
+
buttonPosition?: CloseButtonPosition_2;
|
|
1959
|
+
children?: default_2.ReactNode;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
export declare interface DrawerItem {
|
|
1963
|
+
name: string;
|
|
1964
|
+
props: any & {
|
|
1965
|
+
isOpen: boolean;
|
|
1966
|
+
};
|
|
1967
|
+
overlayProps: any;
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
export declare interface DrawerLayoutProps extends ViewProps {
|
|
1971
|
+
drawers: {
|
|
1972
|
+
[key: string]: default_2.ComponentType<any>;
|
|
1973
|
+
};
|
|
1974
|
+
onShow?: (name: string, props?: any) => void;
|
|
1975
|
+
onHide?: (name?: string) => void;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
export declare interface DrawerOverlayProps extends ViewProps {
|
|
1979
|
+
isOpen: boolean;
|
|
1980
|
+
onClose: () => void;
|
|
1981
|
+
isClosePrevented?: boolean;
|
|
1982
|
+
blur?: number;
|
|
1983
|
+
children?: default_2.ReactNode;
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
export declare interface DrawerProps extends ViewProps {
|
|
1987
|
+
placement?: Placement;
|
|
1988
|
+
side?: string;
|
|
1989
|
+
size?: Size_25;
|
|
1990
|
+
isOpen: boolean;
|
|
1991
|
+
onClose: () => void;
|
|
1992
|
+
isClosePrevented?: boolean;
|
|
1993
|
+
children?: default_2.ReactNode;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
export declare interface DrawerState {
|
|
1997
|
+
drawers: DrawerItem[];
|
|
1998
|
+
show: (name: string, drawerProps?: any, overlayProps?: any) => void;
|
|
1999
|
+
hide: (name?: string) => void;
|
|
2000
|
+
onShow: (name: string, props?: any) => void;
|
|
2001
|
+
onHide: (name?: string) => void;
|
|
2002
|
+
setOnShow: (onShow: (name: string, props?: any) => void) => void;
|
|
2003
|
+
setOnHide: (onHide: (name?: string) => void) => void;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
export declare interface DrawerType extends default_2.FC<DrawerProps> {
|
|
2007
|
+
Overlay: default_2.FC<DrawerOverlayProps>;
|
|
2008
|
+
Container: default_2.FC<DrawerContainerProps>;
|
|
2009
|
+
Header: default_2.FC<DrawerHeaderProps>;
|
|
2010
|
+
Body: default_2.FC<DrawerBodyProps>;
|
|
2011
|
+
Footer: default_2.FC<DrawerFooterProps>;
|
|
2012
|
+
Layout: default_2.FC<DrawerLayoutProps>;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
export declare interface DropDownItemProps extends Omit<InputProps, 'size'> {
|
|
2016
|
+
callback?: Function;
|
|
2017
|
+
option?: string;
|
|
2018
|
+
size?: Size_14;
|
|
2019
|
+
views?: CountryPickerStyles;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
export declare const DropdownMenu: DropdownMenuType;
|
|
2023
|
+
|
|
2024
|
+
export declare interface DropdownMenuContentProps {
|
|
2025
|
+
items: DropdownMenuItem[];
|
|
2026
|
+
side?: Position_5;
|
|
2027
|
+
align?: Alignment_2;
|
|
2028
|
+
views?: {
|
|
2029
|
+
menu?: ViewProps;
|
|
2030
|
+
item?: ViewProps;
|
|
2031
|
+
divider?: ViewProps;
|
|
2032
|
+
icon?: ViewProps;
|
|
2033
|
+
submenuIndicator?: ViewProps;
|
|
2034
|
+
};
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
export declare interface DropdownMenuDividerProps {
|
|
2038
|
+
views?: {
|
|
2039
|
+
divider?: ViewProps;
|
|
2040
|
+
};
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
declare interface DropdownMenuItem {
|
|
2044
|
+
id: string;
|
|
2045
|
+
label: string;
|
|
2046
|
+
icon?: default_2.ReactNode;
|
|
2047
|
+
onClick?: () => void;
|
|
2048
|
+
disabled?: boolean;
|
|
2049
|
+
items?: DropdownMenuItem[];
|
|
2050
|
+
divider?: boolean;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
export declare interface DropdownMenuItemProps {
|
|
2054
|
+
item: DropdownMenuItem;
|
|
2055
|
+
views?: {
|
|
2056
|
+
item?: ViewProps;
|
|
2057
|
+
icon?: ViewProps;
|
|
2058
|
+
submenuIndicator?: ViewProps;
|
|
2059
|
+
};
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
export declare interface DropdownMenuProps {
|
|
2063
|
+
trigger: default_2.ReactNode;
|
|
2064
|
+
items: DropdownMenuItem[];
|
|
2065
|
+
size?: Size_27;
|
|
2066
|
+
variant?: Variant_23;
|
|
2067
|
+
side?: Position_5;
|
|
2068
|
+
align?: Alignment_2;
|
|
2069
|
+
defaultOpen?: boolean;
|
|
2070
|
+
views?: DropdownMenuStyles;
|
|
2071
|
+
[key: string]: any;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
declare interface DropdownMenuStyles {
|
|
2075
|
+
container?: ViewProps;
|
|
2076
|
+
trigger?: ViewProps;
|
|
2077
|
+
menu?: ViewProps;
|
|
2078
|
+
item?: ViewProps;
|
|
2079
|
+
activeItem?: ViewProps;
|
|
2080
|
+
divider?: ViewProps;
|
|
2081
|
+
icon?: ViewProps;
|
|
2082
|
+
submenuIndicator?: ViewProps;
|
|
2083
|
+
submenu?: ViewProps;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
export declare interface DropdownMenuTriggerProps {
|
|
2087
|
+
children: default_2.ReactNode;
|
|
2088
|
+
views?: {
|
|
2089
|
+
container?: ViewProps;
|
|
2090
|
+
};
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
export declare interface DropdownMenuType extends default_2.FC<DropdownMenuProps> {
|
|
2094
|
+
Trigger: default_2.FC<DropdownMenuTriggerProps>;
|
|
2095
|
+
Content: default_2.FC<DropdownMenuContentProps>;
|
|
2096
|
+
Item: default_2.FC<DropdownMenuItemProps>;
|
|
2097
|
+
Divider: default_2.FC<DropdownMenuDividerProps>;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
export declare interface DropDownProps extends Omit<InputProps, 'size'> {
|
|
2101
|
+
size?: Size_7;
|
|
2102
|
+
callback?: Function;
|
|
2103
|
+
options: Option_2[];
|
|
2104
|
+
views?: SelectStyles;
|
|
2105
|
+
highlightedIndex?: number;
|
|
2106
|
+
setHighlightedIndex?: Function;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
export declare const DropZone: default_2.FC<DropZoneProps>;
|
|
2110
|
+
|
|
2111
|
+
export declare interface DropZoneProps extends UseUploadProps {
|
|
2112
|
+
children?: React.ReactNode;
|
|
2113
|
+
containerProps?: ViewProps;
|
|
2114
|
+
text?: string;
|
|
2115
|
+
textProps?: TextProps;
|
|
2116
|
+
className?: string;
|
|
2117
|
+
disabled?: boolean;
|
|
2118
|
+
imageProps?: ImageProps;
|
|
2119
|
+
previewUrl?: string | null;
|
|
2120
|
+
selectedFiles?: File[];
|
|
2121
|
+
onRemove?: (index: number) => void;
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
export declare interface DropZoneStateProps {
|
|
2125
|
+
isDragActive: boolean;
|
|
2126
|
+
handleDragEnter: (e: React.DragEvent<HTMLDivElement>) => void;
|
|
2127
|
+
handleDragLeave: (e: React.DragEvent<HTMLDivElement>) => void;
|
|
2128
|
+
handleDragOver: (e: React.DragEvent<HTMLDivElement>) => void;
|
|
2129
|
+
handleDrop: (e: React.DragEvent<HTMLDivElement>) => void;
|
|
2130
|
+
handleClick: () => void;
|
|
2131
|
+
handleFileChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2132
|
+
inputRef: React.RefObject<HTMLInputElement | null>;
|
|
2133
|
+
preview: string | null;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
export declare const DustBinIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2137
|
+
|
|
2138
|
+
export declare const EditIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2139
|
+
|
|
2140
|
+
declare type Elevation_3 = 'none' | 'low' | 'medium' | 'high';
|
|
2141
|
+
|
|
2142
|
+
declare type Emoji = {
|
|
2143
|
+
emoji: string;
|
|
2144
|
+
name: string;
|
|
2145
|
+
category: EmojiCategory;
|
|
2146
|
+
keywords: string[];
|
|
2147
|
+
skinTones?: string[];
|
|
2148
|
+
};
|
|
2149
|
+
|
|
2150
|
+
declare type EmojiCategory = 'recent' | 'smileys' | 'people' | 'animals' | 'food' | 'activities' | 'travel' | 'objects' | 'symbols' | 'flags';
|
|
2151
|
+
|
|
2152
|
+
export declare const EmojiPicker: default_2.FC<EmojiPickerProps>;
|
|
2153
|
+
|
|
2154
|
+
export declare interface EmojiPickerProps extends Omit<ViewProps, 'onChange'> {
|
|
2155
|
+
id?: string;
|
|
2156
|
+
name?: string;
|
|
2157
|
+
label?: string;
|
|
2158
|
+
placeholder?: string;
|
|
2159
|
+
helperText?: string;
|
|
2160
|
+
value?: string;
|
|
2161
|
+
defaultValue?: string;
|
|
2162
|
+
onChange?: (emoji: string) => void;
|
|
2163
|
+
onEmojiSelect?: (emoji: Emoji) => void;
|
|
2164
|
+
views?: EmojiPickerStyles;
|
|
2165
|
+
size?: Size_22;
|
|
2166
|
+
shape?: Shape_19;
|
|
2167
|
+
variant?: Variant_21;
|
|
2168
|
+
error?: boolean;
|
|
2169
|
+
isDisabled?: boolean;
|
|
2170
|
+
isReadOnly?: boolean;
|
|
2171
|
+
showSearch?: boolean;
|
|
2172
|
+
showCategories?: boolean;
|
|
2173
|
+
showRecentEmojis?: boolean;
|
|
2174
|
+
maxRecentEmojis?: number;
|
|
2175
|
+
enabledCategories?: EmojiCategory[];
|
|
2176
|
+
customEmojis?: Emoji[];
|
|
2177
|
+
isOpen?: boolean;
|
|
2178
|
+
onOpen?: () => void;
|
|
2179
|
+
onClose?: () => void;
|
|
2180
|
+
closeOnSelect?: boolean;
|
|
2181
|
+
'aria-label'?: string;
|
|
2182
|
+
'aria-describedby'?: string;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
declare type EmojiPickerStyles = {
|
|
2186
|
+
container?: ViewProps;
|
|
2187
|
+
trigger?: ViewProps;
|
|
2188
|
+
dropdown?: ViewProps;
|
|
2189
|
+
searchInput?: ViewProps;
|
|
2190
|
+
categoryTabs?: ViewProps;
|
|
2191
|
+
categoryTab?: ViewProps;
|
|
2192
|
+
emojiGrid?: ViewProps;
|
|
2193
|
+
emoji?: ViewProps;
|
|
2194
|
+
recentEmojis?: ViewProps;
|
|
2195
|
+
label?: ViewProps;
|
|
2196
|
+
helperText?: ViewProps;
|
|
2197
|
+
};
|
|
2198
|
+
|
|
2199
|
+
export declare interface EmojiPickerViewProps extends EmojiPickerProps {
|
|
2200
|
+
isOpen: boolean;
|
|
2201
|
+
selectedEmoji: string;
|
|
2202
|
+
recentEmojis: Emoji[];
|
|
2203
|
+
searchQuery: string;
|
|
2204
|
+
activeCategory: EmojiCategory;
|
|
2205
|
+
filteredEmojis: Emoji[];
|
|
2206
|
+
handleToggle: () => void;
|
|
2207
|
+
handleEmojiSelect: (emoji: Emoji) => void;
|
|
2208
|
+
handleSearchChange: (query: string) => void;
|
|
2209
|
+
handleCategoryChange: (category: EmojiCategory) => void;
|
|
2210
|
+
handleClose: () => void;
|
|
2211
|
+
triggerRef: React.RefObject<HTMLDivElement | null>;
|
|
2212
|
+
dropdownRef: React.RefObject<HTMLDivElement | null>;
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
export declare const ErrorIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2216
|
+
|
|
2217
|
+
export declare const ExternalLinkIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2218
|
+
|
|
2219
|
+
export declare const FacebookIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2220
|
+
|
|
2221
|
+
export declare const FileIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2222
|
+
|
|
2223
|
+
export declare const FileImage: ({ path, ...props }: {
|
|
2224
|
+
path: string;
|
|
2225
|
+
} & ImageProps) => default_2.JSX.Element;
|
|
2226
|
+
|
|
2227
|
+
export declare interface FileProps extends ViewProps {
|
|
2228
|
+
src: string;
|
|
2229
|
+
color?: string;
|
|
2230
|
+
views?: {
|
|
2231
|
+
container?: ViewProps;
|
|
2232
|
+
image?: ImageProps;
|
|
2233
|
+
};
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
export declare const FileSVG: ({ src, color, views, themeMode: elementMode, ...props }: FileProps) => default_2.JSX.Element;
|
|
2237
|
+
|
|
2238
|
+
export declare const FilterIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2239
|
+
|
|
2240
|
+
export declare const FolderIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2241
|
+
|
|
2242
|
+
declare interface FooterCell {
|
|
2243
|
+
value: string;
|
|
2244
|
+
props?: ViewProps;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
export declare interface FooterProps extends ViewProps {
|
|
2248
|
+
views?: {
|
|
2249
|
+
container?: ViewProps;
|
|
2250
|
+
};
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
/**
|
|
2254
|
+
* ChatInput is a component used to create a chat input field with file upload support,
|
|
2255
|
+
* auto-completion, mentions, and other advanced features, integrated with Formik.
|
|
2256
|
+
*/
|
|
2257
|
+
export declare const FormikChatInput: default_2.FC<FormikChatInputProps>;
|
|
2258
|
+
|
|
2259
|
+
declare interface FormikChatInputProps extends Omit<ChatInputProps, 'value' | 'onChange' | 'onSubmit' | 'getPendingFiles' | 'clearPendingFiles'> {
|
|
2260
|
+
name: string;
|
|
2261
|
+
onSubmit?: (message: string, options?: any) => void;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
/**
|
|
2265
|
+
* Checkbox allows users to select one or more options from a list of choices.
|
|
2266
|
+
*/
|
|
2267
|
+
export declare const FormikCheckbox: default_2.FC<CheckboxProps>;
|
|
2268
|
+
|
|
2269
|
+
/**
|
|
2270
|
+
* Color input allows users to select a color from a predefined palette or enter a custom color-
|
|
2271
|
+
*/
|
|
2272
|
+
export declare const FormikColorInput: default_2.FC<ColorInputProps>;
|
|
2273
|
+
|
|
2274
|
+
/**
|
|
2275
|
+
* ComboBox allows users to select one or more options from a list of choices.
|
|
2276
|
+
*/
|
|
2277
|
+
export declare const FormikComboBox: default_2.FC<ComboBoxProps>;
|
|
2278
|
+
|
|
2279
|
+
/**
|
|
2280
|
+
* Country picker allows users to select a country from a dropdown list or search field.
|
|
2281
|
+
*/
|
|
2282
|
+
export declare const FormikCountryPicker: default_2.FC<CountryPickerProps>;
|
|
2283
|
+
|
|
2284
|
+
/**
|
|
2285
|
+
* Date picker allows users to select a date from a calendar view.
|
|
2286
|
+
*/
|
|
2287
|
+
export declare const FormikDatePicker: default_2.FC<DatePickerProps>;
|
|
2288
|
+
|
|
2289
|
+
/**
|
|
2290
|
+
* EmojiPicker allows users to select an emoji from a list with Formik integration.
|
|
2291
|
+
*/
|
|
2292
|
+
export declare const FormikEmojiPicker: default_2.FC<EmojiPickerProps>;
|
|
2293
|
+
|
|
2294
|
+
export declare const FormikForm: <T extends {}>({ children, autoFocus, initFocus, onChange, ...props }: CustomFormProps<T> & any) => default_2.JSX.Element;
|
|
2295
|
+
|
|
2296
|
+
/**
|
|
2297
|
+
* IconPicker allows users to select an icon from a list with Formik integration.
|
|
2298
|
+
*/
|
|
2299
|
+
export declare const FormikIconPicker: default_2.FC<IconPickerProps>;
|
|
2300
|
+
|
|
2301
|
+
/**
|
|
2302
|
+
* OTPInput component for entering one-time passwords or verification codes with Formik integration.
|
|
2303
|
+
* Provides multiple input fields for entering digits with auto-focus functionality.
|
|
2304
|
+
* Supports step-based input and improved accessibility.
|
|
2305
|
+
*/
|
|
2306
|
+
export declare const FormikOTPInput: default_2.FC<OTPInputProps>;
|
|
2307
|
+
|
|
2308
|
+
/**
|
|
2309
|
+
* To allow users to securely enter sensitive information
|
|
2310
|
+
*/
|
|
2311
|
+
export declare const FormikPassword: default_2.FC<PasswordProps>;
|
|
2312
|
+
|
|
2313
|
+
/**
|
|
2314
|
+
* Radio allows users to select one option from a set of choices with Formik integration.
|
|
2315
|
+
*/
|
|
2316
|
+
export declare const FormikRadio: default_2.FC<RadioProps>;
|
|
2317
|
+
|
|
2318
|
+
/**
|
|
2319
|
+
* Select provides a dropdown list of options for the user to choose from.
|
|
2320
|
+
*/
|
|
2321
|
+
export declare const FormikSelect: default_2.FC<SelectProps>;
|
|
2322
|
+
|
|
2323
|
+
/**
|
|
2324
|
+
* Selector provides a dropdown list of options for the user to choose from.
|
|
2325
|
+
*/
|
|
2326
|
+
export declare const FormikSelector: default_2.FC<SelectorProps>;
|
|
2327
|
+
|
|
2328
|
+
/**
|
|
2329
|
+
* Slider component integrated with Formik for form state management.
|
|
2330
|
+
* Allows users to select a value from a range by moving a handle.
|
|
2331
|
+
*/
|
|
2332
|
+
export declare const FormikSlider: default_2.FC<SliderProps>;
|
|
2333
|
+
|
|
2334
|
+
export declare const FormikSwitch: default_2.FC<SwitchProps>;
|
|
2335
|
+
|
|
2336
|
+
/**
|
|
2337
|
+
* TagInput allows users to add and manage a list of tags.
|
|
2338
|
+
* Integrated with Formik for form validation and state management.
|
|
2339
|
+
*/
|
|
2340
|
+
export declare const FormikTagInput: default_2.FC<TagInputProps & {
|
|
2341
|
+
name: string;
|
|
2342
|
+
}>;
|
|
2343
|
+
|
|
2344
|
+
/**
|
|
2345
|
+
* Text Area is an component used to create a multi-line input field.
|
|
2346
|
+
*/
|
|
2347
|
+
export declare const FormikTextArea: default_2.FC<TextAreaProps>;
|
|
2348
|
+
|
|
2349
|
+
/**
|
|
2350
|
+
* TextField is used to capture text data from users.
|
|
2351
|
+
*/
|
|
2352
|
+
export declare const FormikTextField: default_2.FC<TextFieldProps>;
|
|
2353
|
+
|
|
2354
|
+
/**
|
|
2355
|
+
* Toggle allows users to switch between two states with Formik integration.
|
|
2356
|
+
*/
|
|
2357
|
+
export declare const FormikToggle: default_2.FC<ToggleProps>;
|
|
2358
|
+
|
|
2359
|
+
/**
|
|
2360
|
+
* ToggleGroup allows users to select multiple options from a group with Formik integration.
|
|
2361
|
+
*/
|
|
2362
|
+
export declare const FormikToggleGroup: default_2.FC<ToggleGroupProps>;
|
|
2363
|
+
|
|
2364
|
+
export declare const FormikUploader: default_2.FC<FormikUploaderProps>;
|
|
2365
|
+
|
|
2366
|
+
declare interface FormikUploaderProps extends Omit<UploadProps, 'onFileSelect' | 'onMultipleFileSelect' | 'isLoading' | 'progress'> {
|
|
2367
|
+
/**
|
|
2368
|
+
* Name of the field that will receive the uploaded file responses
|
|
2369
|
+
*/
|
|
2370
|
+
name: string;
|
|
2371
|
+
/**
|
|
2372
|
+
* Custom upload handler. Defaults to the platform UploadService
|
|
2373
|
+
*/
|
|
2374
|
+
uploadFile: UploadFileHandler;
|
|
2375
|
+
/**
|
|
2376
|
+
* Callback fired when a single file upload succeeds
|
|
2377
|
+
*/
|
|
2378
|
+
onUploadSuccess?: (file: File, response: any) => void;
|
|
2379
|
+
/**
|
|
2380
|
+
* Callback fired when a single file upload fails
|
|
2381
|
+
*/
|
|
2382
|
+
onUploadError?: (file: File, error: unknown) => void;
|
|
2383
|
+
/**
|
|
2384
|
+
* Transform the raw upload response before storing it in the form state
|
|
2385
|
+
*/
|
|
2386
|
+
transformResponse?: (response: any, file: File) => any;
|
|
2387
|
+
/**
|
|
2388
|
+
* Optional external handler mirroring the Uploader prop
|
|
2389
|
+
*/
|
|
2390
|
+
onMultipleFileSelect?: (files: File[]) => void;
|
|
2391
|
+
/**
|
|
2392
|
+
* Optional external handler mirroring the Uploader prop for single upload mode
|
|
2393
|
+
*/
|
|
2394
|
+
onFileSelect?: (file: File) => void;
|
|
2395
|
+
/**
|
|
2396
|
+
* Enable/disable multiple uploads. Defaults to true
|
|
2397
|
+
*/
|
|
2398
|
+
multiple?: boolean;
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
export declare const getDesignSystemComponentProps: (componentName: DesignSystemComponentName, config?: DesignSystemConfig) => DesignSystemComponentConfig;
|
|
2402
|
+
|
|
2403
|
+
export declare const GiftIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2404
|
+
|
|
2405
|
+
export declare const Gradient: default_2.FC<GradientProps>;
|
|
2406
|
+
|
|
2407
|
+
declare interface GradientProps extends Omit<ViewProps, 'colors' | 'animate' | 'animationDuration' | 'direction' | 'position'> {
|
|
2408
|
+
type?: GradientType;
|
|
2409
|
+
direction?: LinearDirection;
|
|
2410
|
+
shape?: RadialShape;
|
|
2411
|
+
position?: RadialPosition;
|
|
2412
|
+
from?: string;
|
|
2413
|
+
to?: string;
|
|
2414
|
+
colors?: ColorStop[];
|
|
2415
|
+
animate?: boolean;
|
|
2416
|
+
animationDuration?: number;
|
|
2417
|
+
children?: React.ReactNode;
|
|
2418
|
+
views?: GradientStyles;
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
declare interface GradientStyles {
|
|
2422
|
+
container?: ViewProps;
|
|
2423
|
+
content?: ViewProps;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
declare type GradientType = 'linear' | 'radial' | 'conic';
|
|
2427
|
+
|
|
2428
|
+
export declare interface GridProps extends ViewProps {
|
|
2429
|
+
gridSize?: number;
|
|
2430
|
+
lineColor?: string;
|
|
2431
|
+
pulseColor?: string;
|
|
2432
|
+
animationSpeed?: 'slow' | 'medium' | 'fast';
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
declare type HandlePosition = 'start' | 'end' | 'both';
|
|
2436
|
+
|
|
2437
|
+
export declare interface HeaderProps extends Omit<ViewProps, 'size'> {
|
|
2438
|
+
views?: {
|
|
2439
|
+
container?: ViewProps;
|
|
2440
|
+
header?: ViewProps;
|
|
2441
|
+
};
|
|
2442
|
+
buttonColor?: string;
|
|
2443
|
+
iconSize?: Size_24;
|
|
2444
|
+
children?: default_2.ReactNode;
|
|
2445
|
+
buttonPosition?: CloseButtonPosition;
|
|
2446
|
+
buttonSize?: any;
|
|
2447
|
+
variant?: string;
|
|
2448
|
+
onClose?: () => void;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
export declare const HeartIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2452
|
+
|
|
2453
|
+
export declare const HelpIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2454
|
+
|
|
2455
|
+
export declare interface HiddenSelectProps extends Omit<InputProps, 'size' | 'value'> {
|
|
2456
|
+
id?: string;
|
|
2457
|
+
name?: string;
|
|
2458
|
+
value: string | Array<string>;
|
|
2459
|
+
isMulti?: boolean;
|
|
2460
|
+
isReadOnly?: boolean;
|
|
2461
|
+
isDisabled?: boolean;
|
|
2462
|
+
onChange?: (value: any) => void;
|
|
2463
|
+
options: Option_2[];
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
export declare const hideDrawer: (name?: string) => void;
|
|
2467
|
+
|
|
2468
|
+
export declare const hideMessage: () => void;
|
|
2469
|
+
|
|
2470
|
+
export declare const hideModal: (name?: string) => void;
|
|
2471
|
+
|
|
2472
|
+
declare type HighlightStyle = 'underline' | 'background' | 'gradient' | 'outline' | 'glow' | 'solid' | 'default';
|
|
2473
|
+
|
|
2474
|
+
export declare const HomeIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2475
|
+
|
|
2476
|
+
export declare const HoverCard: HoverCardType;
|
|
2477
|
+
|
|
2478
|
+
export declare interface HoverCardContentProps {
|
|
2479
|
+
children: default_2.ReactNode;
|
|
2480
|
+
views?: {
|
|
2481
|
+
container?: ViewProps;
|
|
2482
|
+
};
|
|
2483
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
2484
|
+
align?: 'start' | 'center' | 'end';
|
|
2485
|
+
sideOffset?: number;
|
|
2486
|
+
[key: string]: any;
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
export declare interface HoverCardProps {
|
|
2490
|
+
children?: default_2.ReactNode;
|
|
2491
|
+
views?: {
|
|
2492
|
+
container?: ViewProps;
|
|
2493
|
+
content?: ViewProps;
|
|
2494
|
+
};
|
|
2495
|
+
openDelay?: number;
|
|
2496
|
+
closeDelay?: number;
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
export declare interface HoverCardTriggerProps {
|
|
2500
|
+
children: default_2.ReactNode;
|
|
2501
|
+
views?: {
|
|
2502
|
+
container?: ViewProps;
|
|
2503
|
+
};
|
|
2504
|
+
asChild?: boolean;
|
|
2505
|
+
[key: string]: any;
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
export declare interface HoverCardType extends default_2.FC<HoverCardProps> {
|
|
2509
|
+
Trigger: default_2.FC<HoverCardTriggerProps>;
|
|
2510
|
+
Content: default_2.FC<HoverCardContentProps>;
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
export declare const Icon: default_2.FC<IconProps>;
|
|
2514
|
+
|
|
2515
|
+
export declare type IconName = keyof typeof default_3;
|
|
2516
|
+
|
|
2517
|
+
export declare const IconPicker: default_2.FC<IconPickerProps>;
|
|
2518
|
+
|
|
2519
|
+
export declare interface IconPickerProps extends Omit<ViewProps, 'onChange'> {
|
|
2520
|
+
id?: string;
|
|
2521
|
+
name?: string;
|
|
2522
|
+
label?: string;
|
|
2523
|
+
placeholder?: string;
|
|
2524
|
+
helperText?: string;
|
|
2525
|
+
value?: IconName;
|
|
2526
|
+
defaultValue?: IconName;
|
|
2527
|
+
onChange?: (iconName: IconName) => void;
|
|
2528
|
+
views?: IconPickerStyles;
|
|
2529
|
+
size?: Size_21;
|
|
2530
|
+
shape?: Shape_18;
|
|
2531
|
+
variant?: Variant_20;
|
|
2532
|
+
error?: boolean;
|
|
2533
|
+
isDisabled?: boolean;
|
|
2534
|
+
isReadOnly?: boolean;
|
|
2535
|
+
showSearch?: boolean;
|
|
2536
|
+
isOpen?: boolean;
|
|
2537
|
+
onOpen?: () => void;
|
|
2538
|
+
onClose?: () => void;
|
|
2539
|
+
closeOnSelect?: boolean;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
declare type IconPickerStyles = {
|
|
2543
|
+
container?: ViewProps;
|
|
2544
|
+
trigger?: ViewProps;
|
|
2545
|
+
dropdown?: ViewProps;
|
|
2546
|
+
searchInput?: ViewProps;
|
|
2547
|
+
iconGrid?: ViewProps;
|
|
2548
|
+
iconItem?: ViewProps;
|
|
2549
|
+
label?: ViewProps;
|
|
2550
|
+
helperText?: ViewProps;
|
|
2551
|
+
};
|
|
2552
|
+
|
|
2553
|
+
export declare interface IconPickerViewProps extends IconPickerProps {
|
|
2554
|
+
isOpen: boolean;
|
|
2555
|
+
selectedIcon?: IconName;
|
|
2556
|
+
searchQuery: string;
|
|
2557
|
+
filteredIcons: IconName[];
|
|
2558
|
+
handleToggle: () => void;
|
|
2559
|
+
handleIconSelect: (iconName: IconName) => void;
|
|
2560
|
+
handleSearchChange: (query: string) => void;
|
|
2561
|
+
handleClose: () => void;
|
|
2562
|
+
triggerRef: React.RefObject<HTMLDivElement | null>;
|
|
2563
|
+
dropdownRef: React.RefObject<HTMLDivElement | null>;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
export declare interface IconProps extends Omit<ViewProps, 'orientation' | 'name' | 'size'> {
|
|
2567
|
+
color?: string;
|
|
2568
|
+
filled?: boolean;
|
|
2569
|
+
orientation?: 'left' | 'right' | 'up' | 'down';
|
|
2570
|
+
name?: IconName;
|
|
2571
|
+
strokeWidth?: number | string;
|
|
2572
|
+
size?: number | string;
|
|
2573
|
+
fallback?: default_2.ReactNode;
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
export declare const ImageIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2577
|
+
|
|
2578
|
+
declare type IndicatorPosition = 'top' | 'bottom';
|
|
2579
|
+
|
|
2580
|
+
declare type IndicatorVariant = 'dot' | 'line' | 'number';
|
|
2581
|
+
|
|
2582
|
+
export declare const InfoIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2583
|
+
|
|
2584
|
+
export declare const InstagramIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2585
|
+
|
|
2586
|
+
export declare interface ItemProps extends Omit<InputProps, 'size'> {
|
|
2587
|
+
callback?: Function;
|
|
2588
|
+
option: Option_2;
|
|
2589
|
+
size?: Size_7;
|
|
2590
|
+
style?: SelectStyles;
|
|
2591
|
+
isHovered?: boolean;
|
|
2592
|
+
setIsHovered?: Function;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
export declare const LayoutIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2596
|
+
|
|
2597
|
+
export declare const LikeIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2598
|
+
|
|
2599
|
+
declare type LinearDirection = 'to-right' | 'to-left' | 'to-bottom' | 'to-top' | 'to-top-right' | 'to-top-left' | 'to-bottom-right' | 'to-bottom-left' | string;
|
|
2600
|
+
|
|
2601
|
+
export declare const Link: default_2.ForwardRefExoticComponent<LinkProps & default_2.RefAttributes<HTMLAnchorElement>>;
|
|
2602
|
+
|
|
2603
|
+
export declare const LinkedinIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2604
|
+
|
|
2605
|
+
export declare const LinkIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2606
|
+
|
|
2607
|
+
export declare interface LinkProps extends Omit<ViewProps, 'size'> {
|
|
2608
|
+
children: default_2.ReactNode;
|
|
2609
|
+
underline?: TextDecorationStyle;
|
|
2610
|
+
isExternal?: boolean;
|
|
2611
|
+
iconSize?: Size_23;
|
|
2612
|
+
to: string;
|
|
2613
|
+
views?: Styles;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
export declare interface LinkViewProps extends LinkProps {
|
|
2617
|
+
isHovered: boolean;
|
|
2618
|
+
setIsHovered: Function;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
export declare const Loader: default_2.FC<LoaderProps>;
|
|
2622
|
+
|
|
2623
|
+
export declare interface LoaderProps extends Omit<ViewProps, 'size'> {
|
|
2624
|
+
children?: default_2.ReactNode;
|
|
2625
|
+
loaderColor?: string;
|
|
2626
|
+
type?: LoaderType;
|
|
2627
|
+
textColor?: string;
|
|
2628
|
+
textPosition?: TextPosition;
|
|
2629
|
+
size?: number | Size_3;
|
|
2630
|
+
speed?: Speed;
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
export declare const LoadingSpinnerIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2634
|
+
|
|
2635
|
+
export declare const LockIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2636
|
+
|
|
2637
|
+
export declare const LogoutIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2638
|
+
|
|
2639
|
+
export declare const MagicWandIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2640
|
+
|
|
2641
|
+
export declare const MapPinIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2642
|
+
|
|
2643
|
+
/**
|
|
2644
|
+
* MediaPreview renders a square thumbnail for image, video or audio files.
|
|
2645
|
+
* It falls back to a file icon for unsupported types. Clicking the preview
|
|
2646
|
+
* opens the original file unless the user interacts with playback controls.
|
|
2647
|
+
*/
|
|
2648
|
+
export declare const MediaPreview: default_2.FC<MediaPreviewProps>;
|
|
2649
|
+
|
|
2650
|
+
export declare interface MediaPreviewProps {
|
|
2651
|
+
url: string;
|
|
2652
|
+
type: string;
|
|
2653
|
+
name?: string;
|
|
2654
|
+
onOpen?: () => void;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
export declare const Menubar: MenubarType;
|
|
2658
|
+
|
|
2659
|
+
export declare interface MenubarContentProps {
|
|
2660
|
+
children: default_2.ReactNode;
|
|
2661
|
+
menuId: string;
|
|
2662
|
+
views?: {
|
|
2663
|
+
content?: ViewProps;
|
|
2664
|
+
};
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
declare interface MenubarItem {
|
|
2668
|
+
id: string;
|
|
2669
|
+
label: string;
|
|
2670
|
+
icon?: default_2.ReactNode;
|
|
2671
|
+
items?: MenubarItem[];
|
|
2672
|
+
disabled?: boolean;
|
|
2673
|
+
onClick?: () => void;
|
|
2674
|
+
separator?: boolean;
|
|
2675
|
+
}
|
|
2676
|
+
|
|
2677
|
+
export declare interface MenubarItemProps {
|
|
2678
|
+
children: default_2.ReactNode;
|
|
2679
|
+
id: string;
|
|
2680
|
+
icon?: default_2.ReactNode;
|
|
2681
|
+
disabled?: boolean;
|
|
2682
|
+
onClick?: () => void;
|
|
2683
|
+
views?: {
|
|
2684
|
+
item?: ViewProps;
|
|
2685
|
+
icon?: ViewProps;
|
|
2686
|
+
};
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2689
|
+
export declare interface MenubarMenuProps {
|
|
2690
|
+
children: default_2.ReactNode;
|
|
2691
|
+
id: string;
|
|
2692
|
+
disabled?: boolean;
|
|
2693
|
+
views?: {
|
|
2694
|
+
menu?: ViewProps;
|
|
2695
|
+
};
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
export declare interface MenubarProps {
|
|
2699
|
+
items: MenubarItem[];
|
|
2700
|
+
orientation?: Orientation_3;
|
|
2701
|
+
size?: Size_29;
|
|
2702
|
+
variant?: Variant_25;
|
|
2703
|
+
defaultActiveMenuId?: string | null;
|
|
2704
|
+
defaultOpenMenuId?: string | null;
|
|
2705
|
+
views?: MenubarStyles;
|
|
2706
|
+
[key: string]: any;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
export declare interface MenubarRootProps {
|
|
2710
|
+
children: default_2.ReactNode;
|
|
2711
|
+
orientation?: Orientation_3;
|
|
2712
|
+
size?: Size_29;
|
|
2713
|
+
variant?: Variant_25;
|
|
2714
|
+
views?: {
|
|
2715
|
+
container?: ViewProps;
|
|
2716
|
+
};
|
|
2717
|
+
[key: string]: any;
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
export declare interface MenubarSeparatorProps {
|
|
2721
|
+
views?: {
|
|
2722
|
+
separator?: ViewProps;
|
|
2723
|
+
};
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
declare interface MenubarStyles {
|
|
2727
|
+
container?: ViewProps;
|
|
2728
|
+
menu?: ViewProps;
|
|
2729
|
+
trigger?: ViewProps;
|
|
2730
|
+
content?: ViewProps;
|
|
2731
|
+
item?: ViewProps;
|
|
2732
|
+
activeItem?: ViewProps;
|
|
2733
|
+
separator?: ViewProps;
|
|
2734
|
+
icon?: ViewProps;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
export declare interface MenubarTriggerProps {
|
|
2738
|
+
children: default_2.ReactNode;
|
|
2739
|
+
menuId: string;
|
|
2740
|
+
disabled?: boolean;
|
|
2741
|
+
views?: {
|
|
2742
|
+
trigger?: ViewProps;
|
|
2743
|
+
icon?: ViewProps;
|
|
2744
|
+
};
|
|
2745
|
+
}
|
|
2746
|
+
|
|
2747
|
+
export declare interface MenubarType extends default_2.FC<MenubarProps> {
|
|
2748
|
+
Root: default_2.FC<MenubarRootProps>;
|
|
2749
|
+
Menu: default_2.FC<MenubarMenuProps>;
|
|
2750
|
+
Trigger: default_2.FC<MenubarTriggerProps>;
|
|
2751
|
+
Content: default_2.FC<MenubarContentProps>;
|
|
2752
|
+
Item: default_2.FC<MenubarItemProps>;
|
|
2753
|
+
Separator: default_2.FC<MenubarSeparatorProps>;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
export declare const MenuIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2757
|
+
|
|
2758
|
+
export declare const mergeDesignSystemComponentProps: <T extends Record<string, any>>(componentName: DesignSystemComponentName, props: T, config?: DesignSystemConfig) => T;
|
|
2759
|
+
|
|
2760
|
+
declare interface Message {
|
|
2761
|
+
id: string;
|
|
2762
|
+
role: MessageRole;
|
|
2763
|
+
content: string;
|
|
2764
|
+
reasoning?: string;
|
|
2765
|
+
messageType?: MessageType_2;
|
|
2766
|
+
timestamp: Date;
|
|
2767
|
+
attachments?: Attachment[];
|
|
2768
|
+
contextElements?: ContextElement[];
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
export declare const MessageLayout: ({ container, theme, position, }: MessageLayoutProps) => default_2.JSX.Element | null;
|
|
2772
|
+
|
|
2773
|
+
export declare interface MessageLayoutProps {
|
|
2774
|
+
icons?: {
|
|
2775
|
+
[x: string]: string;
|
|
2776
|
+
};
|
|
2777
|
+
container?: any;
|
|
2778
|
+
theme?: ThemesType;
|
|
2779
|
+
position?: Position_3;
|
|
2780
|
+
}
|
|
2781
|
+
|
|
2782
|
+
export declare interface MessageProps extends ShowMessageProps {
|
|
2783
|
+
subtitle?: string;
|
|
2784
|
+
variant: MessageType;
|
|
2785
|
+
show?: boolean;
|
|
2786
|
+
hide: Function;
|
|
2787
|
+
title: string;
|
|
2788
|
+
theme?: ThemesType;
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2791
|
+
declare type MessageRole = 'user' | 'assistant';
|
|
2792
|
+
|
|
2793
|
+
export declare interface MessageState {
|
|
2794
|
+
visible: boolean;
|
|
2795
|
+
variant: MessageType;
|
|
2796
|
+
title: string;
|
|
2797
|
+
subtitle: string;
|
|
2798
|
+
isClosable?: boolean;
|
|
2799
|
+
views?: MessageViewStyles;
|
|
2800
|
+
action?: Function;
|
|
2801
|
+
actionText?: string;
|
|
2802
|
+
showIcon?: boolean;
|
|
2803
|
+
timeout?: number;
|
|
2804
|
+
show: (variant: MessageType, title?: string, subtitle?: string, isClosable?: boolean, views?: MessageViewStyles, action?: Function, actionText?: string, showIcon?: boolean, timeout?: number) => void;
|
|
2805
|
+
hide: () => void;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
export declare type MessageType = 'info' | 'warning' | 'error' | 'success';
|
|
2809
|
+
|
|
2810
|
+
declare type MessageType_2 = 'text' | 'error' | 'system' | 'tool';
|
|
2811
|
+
|
|
2812
|
+
export declare const MessageView: ({ variant, hide, title, subtitle, theme, action, actionText, showIcon, isClosable, timeout, views, }: MessageProps) => default_2.JSX.Element;
|
|
2813
|
+
|
|
2814
|
+
declare type MessageViewStyles = {
|
|
2815
|
+
container?: ViewProps;
|
|
2816
|
+
title?: ViewProps;
|
|
2817
|
+
subtitle?: ViewProps;
|
|
2818
|
+
icon?: ViewProps;
|
|
2819
|
+
actionText?: ViewProps;
|
|
2820
|
+
closingIcon?: {
|
|
2821
|
+
container?: ViewProps;
|
|
2822
|
+
icon?: ViewProps;
|
|
2823
|
+
};
|
|
2824
|
+
};
|
|
2825
|
+
|
|
2826
|
+
export declare interface MeteorsProps extends ViewProps {
|
|
2827
|
+
number?: number;
|
|
2828
|
+
children?: ReactNode;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
export declare const MicrophoneIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2832
|
+
|
|
2833
|
+
export declare const MinusIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2834
|
+
|
|
2835
|
+
export declare const Modal: ModalType;
|
|
2836
|
+
|
|
2837
|
+
export declare interface ModalItem {
|
|
2838
|
+
name: string;
|
|
2839
|
+
props: any & {
|
|
2840
|
+
isVisible: boolean;
|
|
2841
|
+
};
|
|
2842
|
+
overlayProps: any;
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
export declare interface ModalLayoutProps {
|
|
2846
|
+
modals: {
|
|
2847
|
+
[x: string]: default_2.FC<any>;
|
|
2848
|
+
};
|
|
2849
|
+
onShow?: (name: string, props?: any) => void;
|
|
2850
|
+
onHide?: (name?: string, props?: any) => void;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
export declare interface ModalProps extends Omit<ViewProps, 'size' | 'shadow' | 'position'> {
|
|
2854
|
+
buttonColor?: string;
|
|
2855
|
+
iconSize?: Size_24;
|
|
2856
|
+
shape?: Shape_20;
|
|
2857
|
+
isFullScreen?: boolean;
|
|
2858
|
+
buttonPosition?: CloseButtonPosition;
|
|
2859
|
+
onClose?: () => void;
|
|
2860
|
+
blur?: number;
|
|
2861
|
+
isOpen?: boolean;
|
|
2862
|
+
isClosePrevented?: boolean;
|
|
2863
|
+
position?: Position_4;
|
|
2864
|
+
shadow?: Shadow | Elevation | ViewProps;
|
|
2865
|
+
id?: string;
|
|
2866
|
+
title?: string;
|
|
2867
|
+
render?: (ctx: any) => default_2.ReactNode;
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2870
|
+
export declare interface ModalState {
|
|
2871
|
+
modals: ModalItem[];
|
|
2872
|
+
show: (name: string, modalProps?: any, overlayProps?: any) => void;
|
|
2873
|
+
hide: (name?: string) => void;
|
|
2874
|
+
onShow: (name: string, props?: any) => void;
|
|
2875
|
+
onHide: (name?: string) => void;
|
|
2876
|
+
setOnShow: (onShow: (name: string, props?: any) => void) => void;
|
|
2877
|
+
setOnHide: (onHide: (name?: string) => void) => void;
|
|
2878
|
+
}
|
|
2879
|
+
|
|
2880
|
+
export declare interface ModalType extends default_2.FunctionComponent<ModalProps> {
|
|
2881
|
+
Overlay: default_2.FC<OverlayProps>;
|
|
2882
|
+
Container: default_2.FC<ContainerProps>;
|
|
2883
|
+
Header: default_2.FC<HeaderProps>;
|
|
2884
|
+
Body: default_2.FC<BodyProps>;
|
|
2885
|
+
Footer: default_2.FC<FooterProps>;
|
|
2886
|
+
Layout: default_2.FC<ModalLayoutProps>;
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
/**
|
|
2890
|
+
* Model option interface
|
|
2891
|
+
*/
|
|
2892
|
+
declare interface ModelOption {
|
|
2893
|
+
id: string;
|
|
2894
|
+
name: string;
|
|
2895
|
+
description?: string;
|
|
2896
|
+
isThinking?: boolean;
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
export declare const MoonIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2900
|
+
|
|
2901
|
+
export declare const MoreIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2902
|
+
|
|
2903
|
+
export declare const MousePointerIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
2904
|
+
|
|
2905
|
+
export declare interface MultiSelectProps extends Omit<InputProps, 'size'> {
|
|
2906
|
+
option: string;
|
|
2907
|
+
removeOption: Function;
|
|
2908
|
+
size?: Size_7;
|
|
2909
|
+
}
|
|
2910
|
+
|
|
2911
|
+
declare interface NavigationItem {
|
|
2912
|
+
id: string;
|
|
2913
|
+
label: string;
|
|
2914
|
+
icon?: default_2.ReactNode;
|
|
2915
|
+
href?: string;
|
|
2916
|
+
items?: NavigationItem[];
|
|
2917
|
+
disabled?: boolean;
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2920
|
+
export declare const NavigationMenu: NavigationMenuType;
|
|
2921
|
+
|
|
2922
|
+
export declare interface NavigationMenuContentProps {
|
|
2923
|
+
children: default_2.ReactNode;
|
|
2924
|
+
itemId: string;
|
|
2925
|
+
views?: {
|
|
2926
|
+
container?: ViewProps;
|
|
2927
|
+
};
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
export declare interface NavigationMenuItemProps {
|
|
2931
|
+
item?: NavigationItem;
|
|
2932
|
+
value?: string;
|
|
2933
|
+
isDisabled?: boolean;
|
|
2934
|
+
children?: default_2.ReactNode;
|
|
2935
|
+
views?: {
|
|
2936
|
+
item?: ViewProps;
|
|
2937
|
+
trigger?: ViewProps;
|
|
2938
|
+
content?: ViewProps;
|
|
2939
|
+
icon?: ViewProps;
|
|
2940
|
+
indicator?: ViewProps;
|
|
2941
|
+
};
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2944
|
+
export declare interface NavigationMenuLinkProps extends Omit<LinkProps, 'to'> {
|
|
2945
|
+
href?: string;
|
|
2946
|
+
children: default_2.ReactNode;
|
|
2947
|
+
views?: {
|
|
2948
|
+
container?: ViewProps;
|
|
2949
|
+
icon?: ViewProps;
|
|
2950
|
+
};
|
|
2951
|
+
}
|
|
2952
|
+
|
|
2953
|
+
export declare interface NavigationMenuListProps {
|
|
2954
|
+
children: default_2.ReactNode;
|
|
2955
|
+
views?: {
|
|
2956
|
+
container?: ViewProps;
|
|
2957
|
+
};
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
export declare interface NavigationMenuProps {
|
|
2961
|
+
items?: NavigationItem[];
|
|
2962
|
+
children?: default_2.ReactNode;
|
|
2963
|
+
orientation?: Orientation_2;
|
|
2964
|
+
size?: Size_26;
|
|
2965
|
+
variant?: Variant_22;
|
|
2966
|
+
defaultActiveItemId?: string;
|
|
2967
|
+
defaultExpandedItemIds?: string[];
|
|
2968
|
+
onItemActivate?: (itemId: string) => void;
|
|
2969
|
+
views?: NavigationMenuStyles;
|
|
2970
|
+
[key: string]: any;
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2973
|
+
declare interface NavigationMenuStyles {
|
|
2974
|
+
container?: ViewProps;
|
|
2975
|
+
list?: ViewProps;
|
|
2976
|
+
item?: ViewProps;
|
|
2977
|
+
activeItem?: ViewProps;
|
|
2978
|
+
content?: ViewProps;
|
|
2979
|
+
trigger?: ViewProps;
|
|
2980
|
+
icon?: ViewProps;
|
|
2981
|
+
indicator?: ViewProps;
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
export declare interface NavigationMenuTriggerProps {
|
|
2985
|
+
children: default_2.ReactNode | default_2.ReactElement;
|
|
2986
|
+
itemId: string;
|
|
2987
|
+
disabled?: boolean;
|
|
2988
|
+
views?: {
|
|
2989
|
+
container?: ViewProps;
|
|
2990
|
+
icon?: ViewProps;
|
|
2991
|
+
trigger?: ViewProps;
|
|
2992
|
+
indicator?: ViewProps;
|
|
2993
|
+
};
|
|
2994
|
+
}
|
|
2995
|
+
|
|
2996
|
+
export declare interface NavigationMenuType extends default_2.FC<NavigationMenuProps> {
|
|
2997
|
+
List: default_2.FC<NavigationMenuListProps>;
|
|
2998
|
+
Item: default_2.FC<NavigationMenuItemProps>;
|
|
2999
|
+
Trigger: default_2.FC<NavigationMenuTriggerProps>;
|
|
3000
|
+
Content: default_2.FC<NavigationMenuContentProps>;
|
|
3001
|
+
Link: default_2.FC<NavigationMenuLinkProps>;
|
|
3002
|
+
}
|
|
3003
|
+
|
|
3004
|
+
declare type NavigationPosition = 'inside' | 'outside';
|
|
3005
|
+
|
|
3006
|
+
export declare type NavigatorShareData = Parameters<Navigator['share']>[0];
|
|
3007
|
+
|
|
3008
|
+
export declare const normalizeDesignSystemComponentProps: <T extends Record<string, any>>(props: T) => T;
|
|
3009
|
+
|
|
3010
|
+
export declare const NotificationIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3011
|
+
|
|
3012
|
+
export declare const OpenEyeIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3013
|
+
|
|
3014
|
+
declare type Orientation = 'horizontal' | 'vertical';
|
|
3015
|
+
|
|
3016
|
+
declare type Orientation_2 = 'horizontal' | 'vertical';
|
|
3017
|
+
|
|
3018
|
+
declare type Orientation_3 = 'horizontal' | 'vertical';
|
|
3019
|
+
|
|
3020
|
+
declare type Orientation_4 = 'horizontal' | 'vertical';
|
|
3021
|
+
|
|
3022
|
+
declare type Orientation_5 = 'horizontal' | 'vertical';
|
|
3023
|
+
|
|
3024
|
+
export declare const OTPInput: default_2.FC<OTPInputProps>;
|
|
3025
|
+
|
|
3026
|
+
export declare interface OTPInputProps extends Omit<InputProps, 'size' | 'onChange' | 'pattern' | 'shadow'> {
|
|
3027
|
+
id?: string;
|
|
3028
|
+
error?: any;
|
|
3029
|
+
helperText?: string;
|
|
3030
|
+
name?: string;
|
|
3031
|
+
label?: string;
|
|
3032
|
+
length?: number;
|
|
3033
|
+
placeholder?: string;
|
|
3034
|
+
isReadOnly?: boolean;
|
|
3035
|
+
isDisabled?: boolean;
|
|
3036
|
+
isAutoFocus?: boolean;
|
|
3037
|
+
type?: OTPInputType;
|
|
3038
|
+
onComplete?: (value: string) => void;
|
|
3039
|
+
onChange?: (value: string) => void;
|
|
3040
|
+
onChangeText?: (value: string) => void;
|
|
3041
|
+
onBlur?: (value: any) => void;
|
|
3042
|
+
onKeyPress?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
3043
|
+
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
3044
|
+
onClick?: () => void;
|
|
3045
|
+
onFocus?: () => void;
|
|
3046
|
+
pattern?: RegExp | string;
|
|
3047
|
+
pasteTransformer?: (pasted: string) => string;
|
|
3048
|
+
stepValues?: number[];
|
|
3049
|
+
size?: Size_17;
|
|
3050
|
+
shadow?: Shadow | Elevation | ViewProps;
|
|
3051
|
+
shape?: Shape_13;
|
|
3052
|
+
variant?: Variant_15;
|
|
3053
|
+
gap?: number;
|
|
3054
|
+
views?: OTPInputStyles;
|
|
3055
|
+
secureTextEntry?: boolean;
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3058
|
+
declare type OTPInputStyles = {
|
|
3059
|
+
input?: ViewProps;
|
|
3060
|
+
container?: ViewProps;
|
|
3061
|
+
text?: ViewProps;
|
|
3062
|
+
label?: ViewProps;
|
|
3063
|
+
helperText?: ViewProps;
|
|
3064
|
+
};
|
|
3065
|
+
|
|
3066
|
+
declare type OTPInputType = 'text' | 'password' | 'number';
|
|
3067
|
+
|
|
3068
|
+
export declare interface OTPInputViewProps extends OTPInputProps {
|
|
3069
|
+
value: string;
|
|
3070
|
+
isFocused: boolean;
|
|
3071
|
+
isHovered: boolean;
|
|
3072
|
+
setValue: (value: string) => void;
|
|
3073
|
+
setIsFocused: (isFocused: boolean) => void;
|
|
3074
|
+
setIsHovered: (isHovered: boolean) => void;
|
|
3075
|
+
isFirstColumn?: boolean;
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
export declare interface OverlayProps extends Omit<ViewProps, 'position' | 'isOpen'> {
|
|
3079
|
+
children?: default_2.ReactNode;
|
|
3080
|
+
blur?: number;
|
|
3081
|
+
isOpen: boolean;
|
|
3082
|
+
isClosePrevented?: boolean;
|
|
3083
|
+
position?: Position_4;
|
|
3084
|
+
isFullScreen?: boolean;
|
|
3085
|
+
onClose: () => void;
|
|
3086
|
+
}
|
|
3087
|
+
|
|
3088
|
+
declare interface PageSizeOption {
|
|
3089
|
+
label: string;
|
|
3090
|
+
value: number;
|
|
3091
|
+
}
|
|
3092
|
+
|
|
3093
|
+
export declare const Pagination: default_2.FC<PaginationProps>;
|
|
3094
|
+
|
|
3095
|
+
export declare interface PaginationProps extends ViewProps {
|
|
3096
|
+
currentPage: number;
|
|
3097
|
+
totalPages: number;
|
|
3098
|
+
onPageChange: (page: number) => void;
|
|
3099
|
+
pageSize?: number;
|
|
3100
|
+
pageSizeOptions?: PageSizeOption[];
|
|
3101
|
+
onPageSizeChange?: (pageSize: number) => void;
|
|
3102
|
+
showPageSizeSelector?: boolean;
|
|
3103
|
+
showPageInfo?: boolean;
|
|
3104
|
+
maxPageButtons?: number;
|
|
3105
|
+
showFirstLastButtons?: boolean;
|
|
3106
|
+
size?: Size_30;
|
|
3107
|
+
variant?: Variant_26;
|
|
3108
|
+
shape?: Shape_22;
|
|
3109
|
+
views?: PaginationStyles;
|
|
3110
|
+
visiblePageNumbers?: (number | string)[];
|
|
3111
|
+
}
|
|
3112
|
+
|
|
3113
|
+
declare interface PaginationStyles {
|
|
3114
|
+
container?: ViewProps;
|
|
3115
|
+
pageButton?: ViewProps;
|
|
3116
|
+
activePageButton?: ViewProps;
|
|
3117
|
+
navigationButton?: ViewProps;
|
|
3118
|
+
pageInfo?: ViewProps;
|
|
3119
|
+
pageSizeSelector?: ViewProps;
|
|
3120
|
+
ellipsis?: ViewProps;
|
|
3121
|
+
}
|
|
3122
|
+
|
|
3123
|
+
export declare const PanelIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3124
|
+
|
|
3125
|
+
export declare interface ParticlesProps extends Omit<ViewProps, 'colors'> {
|
|
3126
|
+
count?: number;
|
|
3127
|
+
colors?: string[];
|
|
3128
|
+
speed?: 'slow' | 'medium' | 'fast';
|
|
3129
|
+
shapes?: ('circle' | 'square' | 'triangle')[];
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
/**
|
|
3133
|
+
* To allow users to securely enter sensitive information
|
|
3134
|
+
*/
|
|
3135
|
+
export declare const Password: default_2.FC<PasswordProps>;
|
|
3136
|
+
|
|
3137
|
+
/**
|
|
3138
|
+
* TextFieldProps already extends Omit<InputProps, ...>, so a second extend of
|
|
3139
|
+
* Omit<InputProps, ...> would conflict on every property TextField narrowed
|
|
3140
|
+
* (error, helperText, label, left, right, onBlur, onChange, onClick, onFocus,
|
|
3141
|
+
* shadow, value). The Password component is a TextField with a visibility
|
|
3142
|
+
* toggle — extend TextFieldProps alone.
|
|
3143
|
+
*/
|
|
3144
|
+
export declare interface PasswordProps extends TextFieldProps {
|
|
3145
|
+
/**
|
|
3146
|
+
* The name of the input field
|
|
3147
|
+
*/
|
|
3148
|
+
name?: string;
|
|
3149
|
+
/**
|
|
3150
|
+
* If true, the Input will be unusable
|
|
3151
|
+
*/
|
|
3152
|
+
isDisabled?: boolean;
|
|
3153
|
+
/**
|
|
3154
|
+
* Icon to Indicate that the password is visible
|
|
3155
|
+
*/
|
|
3156
|
+
visibleIcon?: default_2.ReactNode;
|
|
3157
|
+
/**
|
|
3158
|
+
* Icon to Indicate that the password is hidden
|
|
3159
|
+
*/
|
|
3160
|
+
hiddenIcon?: default_2.ReactNode;
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3163
|
+
export declare interface PasswordViewProps extends PasswordProps {
|
|
3164
|
+
/**
|
|
3165
|
+
* Optional prop to determine if the password is visible
|
|
3166
|
+
*/
|
|
3167
|
+
isVisible?: boolean;
|
|
3168
|
+
/**
|
|
3169
|
+
* Optional callback to update the visibility state.
|
|
3170
|
+
*/
|
|
3171
|
+
setIsVisible?: (value: boolean) => void;
|
|
3172
|
+
}
|
|
3173
|
+
|
|
3174
|
+
export declare const PauseIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3175
|
+
|
|
3176
|
+
export declare const PlayIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3177
|
+
|
|
3178
|
+
export declare const PlusIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3179
|
+
|
|
3180
|
+
declare type Position = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
|
|
3181
|
+
|
|
3182
|
+
declare type Position_2 = 'top' | 'right' | 'bottom' | 'left';
|
|
3183
|
+
|
|
3184
|
+
declare type Position_3 = 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
|
|
3185
|
+
|
|
3186
|
+
declare type Position_5 = 'top' | 'right' | 'bottom' | 'left';
|
|
3187
|
+
|
|
3188
|
+
declare type Position_6 = 'left' | 'right';
|
|
3189
|
+
|
|
3190
|
+
declare type Position_7 = 'top' | 'right' | 'bottom' | 'left';
|
|
3191
|
+
|
|
3192
|
+
export declare const PowerOffIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3193
|
+
|
|
3194
|
+
declare type PredefinedColor = {
|
|
3195
|
+
name: string;
|
|
3196
|
+
value: string;
|
|
3197
|
+
category?: string;
|
|
3198
|
+
};
|
|
3199
|
+
|
|
3200
|
+
declare type PredefinedColor_2 = {
|
|
3201
|
+
name: string;
|
|
3202
|
+
value: string;
|
|
3203
|
+
category?: string;
|
|
3204
|
+
};
|
|
3205
|
+
|
|
3206
|
+
export declare const PrintIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3207
|
+
|
|
3208
|
+
export declare const ProfileIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3209
|
+
|
|
3210
|
+
export declare const ProgressBar: default_2.FC<ProgressBarProps>;
|
|
3211
|
+
|
|
3212
|
+
export declare interface ProgressBarProps extends ViewProps {
|
|
3213
|
+
shape?: 'linear' | 'circle';
|
|
3214
|
+
value?: number;
|
|
3215
|
+
max?: number;
|
|
3216
|
+
color?: string;
|
|
3217
|
+
backgroundColor?: string;
|
|
3218
|
+
height?: number | string;
|
|
3219
|
+
size?: number;
|
|
3220
|
+
radius?: number | string;
|
|
3221
|
+
strokeWidth?: number;
|
|
3222
|
+
showLabel?: boolean;
|
|
3223
|
+
labelColor?: string;
|
|
3224
|
+
animated?: boolean;
|
|
3225
|
+
animationDuration?: string;
|
|
3226
|
+
views?: ProgressBarStyles;
|
|
3227
|
+
}
|
|
3228
|
+
|
|
3229
|
+
export declare interface ProgressBarStyles {
|
|
3230
|
+
container?: ViewProps;
|
|
3231
|
+
bar?: ViewProps;
|
|
3232
|
+
track?: React.SVGAttributes<SVGCircleElement>;
|
|
3233
|
+
indicator?: React.SVGAttributes<SVGCircleElement>;
|
|
3234
|
+
text?: ViewProps;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
/**
|
|
3238
|
+
* Prompt example interface
|
|
3239
|
+
*/
|
|
3240
|
+
declare interface PromptExample {
|
|
3241
|
+
id: string | number;
|
|
3242
|
+
text: string;
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
export declare interface QuarterProps extends Omit<ViewProps, 'size'> {
|
|
3246
|
+
size?: number | Size_3;
|
|
3247
|
+
speed?: Speed;
|
|
3248
|
+
color?: string;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
declare type RadialPosition = 'center' | 'top' | 'right' | 'bottom' | 'left' | 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | string;
|
|
3252
|
+
|
|
3253
|
+
declare type RadialShape = 'circle' | 'ellipse';
|
|
3254
|
+
|
|
3255
|
+
declare interface RadioProps extends Omit<InputProps, 'size' | 'onChange' | 'shadow'> {
|
|
3256
|
+
id?: string;
|
|
3257
|
+
icon?: default_2.ReactNode;
|
|
3258
|
+
error?: any;
|
|
3259
|
+
name?: string;
|
|
3260
|
+
label?: string;
|
|
3261
|
+
value?: string;
|
|
3262
|
+
isChecked?: boolean;
|
|
3263
|
+
defaultIsSelected?: boolean;
|
|
3264
|
+
isReadOnly?: boolean;
|
|
3265
|
+
isDisabled?: boolean;
|
|
3266
|
+
labelPosition?: 'left' | 'right';
|
|
3267
|
+
onChange?: Function;
|
|
3268
|
+
onValueChange?: Function;
|
|
3269
|
+
views?: RadioStyles;
|
|
3270
|
+
size?: Size_18;
|
|
3271
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
3272
|
+
infoText?: string;
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
|
+
export declare const RefreshIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3276
|
+
|
|
3277
|
+
export declare const Resizable: ResizableType;
|
|
3278
|
+
|
|
3279
|
+
export declare interface ResizableHandleProps {
|
|
3280
|
+
id: string;
|
|
3281
|
+
position?: HandlePosition;
|
|
3282
|
+
disabled?: boolean;
|
|
3283
|
+
withVisualIndicator?: boolean;
|
|
3284
|
+
withCollapseButton?: boolean;
|
|
3285
|
+
collapseTarget?: string;
|
|
3286
|
+
views?: {
|
|
3287
|
+
handle?: ViewProps;
|
|
3288
|
+
handleIcon?: ViewProps;
|
|
3289
|
+
collapseIcon?: ViewProps;
|
|
3290
|
+
};
|
|
3291
|
+
[key: string]: any;
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3294
|
+
export declare interface ResizablePanelProps {
|
|
3295
|
+
children: default_2.ReactNode;
|
|
3296
|
+
id: string;
|
|
3297
|
+
defaultSize?: number | string;
|
|
3298
|
+
minSize?: number;
|
|
3299
|
+
maxSize?: number;
|
|
3300
|
+
collapsible?: boolean;
|
|
3301
|
+
defaultCollapsed?: boolean;
|
|
3302
|
+
onCollapseChange?: (collapsed: boolean) => void;
|
|
3303
|
+
views?: {
|
|
3304
|
+
panel?: ViewProps;
|
|
3305
|
+
collapsedPanel?: ViewProps;
|
|
3306
|
+
};
|
|
3307
|
+
[key: string]: any;
|
|
3308
|
+
}
|
|
3309
|
+
|
|
3310
|
+
export declare interface ResizableProps {
|
|
3311
|
+
children: default_2.ReactNode;
|
|
3312
|
+
orientation?: Orientation_5;
|
|
3313
|
+
size?: Size_32;
|
|
3314
|
+
variant?: Variant_29;
|
|
3315
|
+
defaultSizes?: (number | string)[];
|
|
3316
|
+
onSizesChange?: (sizes: number[]) => void;
|
|
3317
|
+
minSize?: number;
|
|
3318
|
+
maxSize?: number;
|
|
3319
|
+
collapsible?: boolean;
|
|
3320
|
+
autoSaveId?: string;
|
|
3321
|
+
storage?: ResizableStorage;
|
|
3322
|
+
keyboardResizeBy?: number;
|
|
3323
|
+
views?: ResizableStyles;
|
|
3324
|
+
[key: string]: any;
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
declare interface ResizableStorage {
|
|
3328
|
+
getItem: (id: string) => string | null;
|
|
3329
|
+
setItem: (id: string, value: string) => void;
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
declare interface ResizableStyles {
|
|
3333
|
+
container?: ViewProps;
|
|
3334
|
+
panel?: ViewProps;
|
|
3335
|
+
collapsedPanel?: ViewProps;
|
|
3336
|
+
handle?: ViewProps & {
|
|
3337
|
+
_hover?: ViewProps;
|
|
3338
|
+
_active?: ViewProps;
|
|
3339
|
+
};
|
|
3340
|
+
handleIcon?: ViewProps;
|
|
3341
|
+
collapseIcon?: ViewProps;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
export declare interface ResizableType extends default_2.FC<ResizableProps> {
|
|
3345
|
+
Panel: default_2.FC<ResizablePanelProps>;
|
|
3346
|
+
Handle: default_2.FC<ResizableHandleProps>;
|
|
3347
|
+
}
|
|
3348
|
+
|
|
3349
|
+
export declare interface RipplesProps extends Omit<ViewProps, 'colors'> {
|
|
3350
|
+
rippleCount?: number;
|
|
3351
|
+
colors?: string[];
|
|
3352
|
+
maxSize?: number;
|
|
3353
|
+
frequency?: number;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
export declare const RotateIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3357
|
+
|
|
3358
|
+
export declare const SaveIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3359
|
+
|
|
3360
|
+
export declare const SearchIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3361
|
+
|
|
3362
|
+
export declare const Select: default_2.FC<SelectProps>;
|
|
3363
|
+
|
|
3364
|
+
export declare interface SelectBoxProps {
|
|
3365
|
+
options: Option_2[];
|
|
3366
|
+
value?: string | Array<string>;
|
|
3367
|
+
isDisabled?: boolean;
|
|
3368
|
+
placeholder?: string;
|
|
3369
|
+
removeOption?: Function;
|
|
3370
|
+
views?: SelectStyles;
|
|
3371
|
+
size?: Size_7;
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3374
|
+
export declare const Selector: default_2.FC<SelectorProps>;
|
|
3375
|
+
|
|
3376
|
+
declare interface SelectorProps extends Omit<InputProps, 'size' | 'shadow' | 'value'> {
|
|
3377
|
+
id?: string;
|
|
3378
|
+
error?: boolean;
|
|
3379
|
+
name?: string;
|
|
3380
|
+
label?: string;
|
|
3381
|
+
helperText?: string;
|
|
3382
|
+
placeholder?: string;
|
|
3383
|
+
options: Option_3[];
|
|
3384
|
+
isMulti?: boolean;
|
|
3385
|
+
isReadOnly?: boolean;
|
|
3386
|
+
isDisabled?: boolean;
|
|
3387
|
+
onChange?: (value: any) => void;
|
|
3388
|
+
shape?: Shape_6;
|
|
3389
|
+
variant?: Variant_8;
|
|
3390
|
+
views?: SelectorStyles;
|
|
3391
|
+
size?: Size_9;
|
|
3392
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
3393
|
+
isScrollable?: boolean;
|
|
3394
|
+
}
|
|
3395
|
+
|
|
3396
|
+
export declare interface SelectProps extends Omit<InputProps, 'size' | 'shadow' | 'value'> {
|
|
3397
|
+
id?: string;
|
|
3398
|
+
error?: boolean;
|
|
3399
|
+
name?: string;
|
|
3400
|
+
label?: string;
|
|
3401
|
+
helperText?: string;
|
|
3402
|
+
placeholder?: string;
|
|
3403
|
+
options: Option_2[];
|
|
3404
|
+
isMulti?: boolean;
|
|
3405
|
+
isReadOnly?: boolean;
|
|
3406
|
+
isDisabled?: boolean;
|
|
3407
|
+
isClearable?: boolean;
|
|
3408
|
+
isRequired?: boolean;
|
|
3409
|
+
isAutoFocus?: boolean;
|
|
3410
|
+
onChange?: (value: any) => void;
|
|
3411
|
+
shape?: Shape_5;
|
|
3412
|
+
variant?: Variant_7;
|
|
3413
|
+
views?: SelectStyles;
|
|
3414
|
+
size?: Size_7;
|
|
3415
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
3416
|
+
isScrollable?: boolean;
|
|
3417
|
+
labelProps?: any;
|
|
3418
|
+
}
|
|
3419
|
+
|
|
3420
|
+
export declare interface SelectViewProps extends SelectProps {
|
|
3421
|
+
value: string | Array<string>;
|
|
3422
|
+
setValue: Function;
|
|
3423
|
+
hide: boolean;
|
|
3424
|
+
setHide: Function;
|
|
3425
|
+
isHovered: boolean;
|
|
3426
|
+
setIsHovered: Function;
|
|
3427
|
+
isFocused: boolean;
|
|
3428
|
+
setIsFocused: Function;
|
|
3429
|
+
highlightedIndex?: number;
|
|
3430
|
+
setHighlightedIndex?: Function;
|
|
3431
|
+
}
|
|
3432
|
+
|
|
3433
|
+
export declare const SendIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3434
|
+
|
|
3435
|
+
export declare const Separator: default_2.FC<SeparatorProps>;
|
|
3436
|
+
|
|
3437
|
+
export declare interface SeparatorProps extends ViewProps {
|
|
3438
|
+
orientation?: Orientation_4;
|
|
3439
|
+
variant?: Variant_27;
|
|
3440
|
+
thickness?: Thickness;
|
|
3441
|
+
color?: string;
|
|
3442
|
+
spacing?: number | string;
|
|
3443
|
+
label?: React.ReactNode;
|
|
3444
|
+
decorative?: boolean;
|
|
3445
|
+
views?: SeparatorStyles;
|
|
3446
|
+
}
|
|
3447
|
+
|
|
3448
|
+
declare interface SeparatorStyles {
|
|
3449
|
+
container?: ViewProps;
|
|
3450
|
+
label?: ViewProps;
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3453
|
+
export declare const SettingsIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3454
|
+
|
|
3455
|
+
declare type Shape = 'square' | 'rounded';
|
|
3456
|
+
|
|
3457
|
+
declare type Shape_12 = 'default' | 'square' | 'rounded' | 'pill';
|
|
3458
|
+
|
|
3459
|
+
declare type Shape_13 = 'default' | 'square' | 'rounded' | 'pill';
|
|
3460
|
+
|
|
3461
|
+
/**
|
|
3462
|
+
* Shape options for the ChatInput component
|
|
3463
|
+
*/
|
|
3464
|
+
declare type Shape_14 = 'default' | 'square' | 'rounded';
|
|
3465
|
+
|
|
3466
|
+
declare type Shape_15 = 'square' | 'rounded' | 'pill';
|
|
3467
|
+
|
|
3468
|
+
declare type Shape_16 = 'square' | 'rounded' | 'pill';
|
|
3469
|
+
|
|
3470
|
+
declare type Shape_17 = 'square' | 'rounded' | 'pill';
|
|
3471
|
+
|
|
3472
|
+
declare type Shape_18 = 'default' | 'square' | 'rounded' | 'pill';
|
|
3473
|
+
|
|
3474
|
+
declare type Shape_19 = 'default' | 'square' | 'rounded' | 'pill';
|
|
3475
|
+
|
|
3476
|
+
declare type Shape_2 = 'square' | 'rounded' | 'pill';
|
|
3477
|
+
|
|
3478
|
+
declare type Shape_21 = 'default' | 'square' | 'rounded' | 'pill';
|
|
3479
|
+
|
|
3480
|
+
declare type Shape_22 = 'rounded' | 'square' | 'circular';
|
|
3481
|
+
|
|
3482
|
+
declare type Shape_4 = 'square' | 'rounded' | 'pill';
|
|
3483
|
+
|
|
3484
|
+
declare type Shape_7 = 'default' | 'square' | 'rounded' | 'pill';
|
|
3485
|
+
|
|
3486
|
+
declare type Shape_9 = 'default' | 'square' | 'rounded' | 'pill';
|
|
3487
|
+
|
|
3488
|
+
export declare const ShapeIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3489
|
+
|
|
3490
|
+
export declare const ShareButton: default_2.FC<ShareButtonProps>;
|
|
3491
|
+
|
|
3492
|
+
export declare interface ShareButtonProps extends Omit<ButtonProps, 'onClick'> {
|
|
3493
|
+
shareData: NavigatorShareData;
|
|
3494
|
+
label?: default_2.ReactNode;
|
|
3495
|
+
onShareStart?: () => void;
|
|
3496
|
+
onShareSuccess?: () => void;
|
|
3497
|
+
onShareCancel?: () => void;
|
|
3498
|
+
onShareError?: (error: unknown) => void;
|
|
3499
|
+
onUnsupported?: () => void;
|
|
3500
|
+
disableWhenUnsupported?: boolean;
|
|
3501
|
+
onClick?: ButtonProps['onClick'];
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3504
|
+
export declare interface ShareButtonViewProps extends Omit<ShareButtonProps, 'shareData' | 'onShareStart' | 'onShareSuccess' | 'onShareCancel' | 'onShareError' | 'onUnsupported' | 'onClick'> {
|
|
3505
|
+
isSupported: boolean;
|
|
3506
|
+
isSharing: boolean;
|
|
3507
|
+
onShare: ButtonProps['onClick'];
|
|
3508
|
+
}
|
|
3509
|
+
|
|
3510
|
+
export declare const ShareIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3511
|
+
|
|
3512
|
+
export declare const ShieldIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3513
|
+
|
|
3514
|
+
export declare const showDrawer: (name: string, drawerProps?: any, overlayProps?: any) => void;
|
|
3515
|
+
|
|
3516
|
+
export declare const showMessage: (variant: MessageType, title?: string, subtitle?: string, props?: ShowMessageType) => void;
|
|
3517
|
+
|
|
3518
|
+
export declare interface ShowMessageProps {
|
|
3519
|
+
isClosable?: boolean;
|
|
3520
|
+
views?: MessageViewStyles;
|
|
3521
|
+
action?: Function;
|
|
3522
|
+
actionText?: string;
|
|
3523
|
+
showIcon?: boolean;
|
|
3524
|
+
timeout?: number;
|
|
3525
|
+
}
|
|
3526
|
+
|
|
3527
|
+
declare type ShowMessageType = {
|
|
3528
|
+
isClosable?: boolean;
|
|
3529
|
+
views?: MessageViewStyles;
|
|
3530
|
+
action?: Function;
|
|
3531
|
+
actionText?: string;
|
|
3532
|
+
showIcon?: boolean;
|
|
3533
|
+
timeout?: number;
|
|
3534
|
+
};
|
|
3535
|
+
|
|
3536
|
+
export declare const showModal: (name: string, modalProps?: any, overlayProps?: any) => void;
|
|
3537
|
+
|
|
3538
|
+
export declare const showToast: (variant: ToastVariant, title: string, description?: string, options?: ToastOptions) => string;
|
|
3539
|
+
|
|
3540
|
+
export declare const Sidebar: SidebarType;
|
|
3541
|
+
|
|
3542
|
+
export declare interface SidebarContentProps {
|
|
3543
|
+
children: default_2.ReactNode;
|
|
3544
|
+
views?: {
|
|
3545
|
+
content?: ViewProps;
|
|
3546
|
+
};
|
|
3547
|
+
[key: string]: any;
|
|
3548
|
+
}
|
|
3549
|
+
|
|
3550
|
+
declare interface SidebarContextType {
|
|
3551
|
+
isExpanded: boolean;
|
|
3552
|
+
toggleExpanded: () => void;
|
|
3553
|
+
expand: () => void;
|
|
3554
|
+
collapse: () => void;
|
|
3555
|
+
position: Position_6;
|
|
3556
|
+
size: Size_31;
|
|
3557
|
+
variant: Variant_28;
|
|
3558
|
+
views?: SidebarStyles;
|
|
3559
|
+
}
|
|
3560
|
+
|
|
3561
|
+
export declare interface SidebarFooterProps {
|
|
3562
|
+
children: default_2.ReactNode;
|
|
3563
|
+
views?: {
|
|
3564
|
+
footer?: ViewProps;
|
|
3565
|
+
};
|
|
3566
|
+
[key: string]: any;
|
|
3567
|
+
}
|
|
3568
|
+
|
|
3569
|
+
export declare interface SidebarHeaderProps {
|
|
3570
|
+
children: default_2.ReactNode;
|
|
3571
|
+
showToggleButton?: boolean;
|
|
3572
|
+
views?: {
|
|
3573
|
+
header?: ViewProps;
|
|
3574
|
+
toggleButton?: ViewProps;
|
|
3575
|
+
toggleButtonIcon?: ViewProps;
|
|
3576
|
+
};
|
|
3577
|
+
[key: string]: any;
|
|
3578
|
+
}
|
|
3579
|
+
|
|
3580
|
+
export declare interface SidebarProps {
|
|
3581
|
+
children: default_2.ReactNode;
|
|
3582
|
+
position?: Position_6;
|
|
3583
|
+
size?: Size_31;
|
|
3584
|
+
variant?: Variant_28;
|
|
3585
|
+
defaultExpanded?: boolean;
|
|
3586
|
+
expanded?: boolean;
|
|
3587
|
+
onExpandedChange?: (expanded: boolean) => void;
|
|
3588
|
+
fixed?: boolean;
|
|
3589
|
+
hasBackdrop?: boolean;
|
|
3590
|
+
showToggleButton?: boolean;
|
|
3591
|
+
expandedWidth?: string | number;
|
|
3592
|
+
collapsedWidth?: string | number;
|
|
3593
|
+
breakpoint?: number;
|
|
3594
|
+
breakpointBehavior?: BreakpointBehavior;
|
|
3595
|
+
elevation?: Elevation_3;
|
|
3596
|
+
transitionPreset?: TransitionPreset;
|
|
3597
|
+
ariaLabel?: string;
|
|
3598
|
+
views?: SidebarStyles;
|
|
3599
|
+
[key: string]: any;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3602
|
+
declare interface SidebarStyles {
|
|
3603
|
+
container?: ViewProps;
|
|
3604
|
+
header?: ViewProps;
|
|
3605
|
+
content?: ViewProps;
|
|
3606
|
+
footer?: ViewProps;
|
|
3607
|
+
backdrop?: ViewProps;
|
|
3608
|
+
toggleButton?: ViewProps;
|
|
3609
|
+
toggleButtonIcon?: ViewProps;
|
|
3610
|
+
divider?: ViewProps;
|
|
3611
|
+
navItem?: ViewProps;
|
|
3612
|
+
navItemActive?: ViewProps;
|
|
3613
|
+
navItemIcon?: ViewProps;
|
|
3614
|
+
navItemText?: ViewProps;
|
|
3615
|
+
navItemBagde?: ViewProps;
|
|
3616
|
+
}
|
|
3617
|
+
|
|
3618
|
+
export declare interface SidebarType extends default_2.FC<SidebarProps> {
|
|
3619
|
+
Header: default_2.FC<SidebarHeaderProps>;
|
|
3620
|
+
Content: default_2.FC<SidebarContentProps>;
|
|
3621
|
+
Footer: default_2.FC<SidebarFooterProps>;
|
|
3622
|
+
useContext: () => SidebarContextType;
|
|
3623
|
+
}
|
|
3624
|
+
|
|
3625
|
+
declare type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3626
|
+
|
|
3627
|
+
declare type Size_10 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3628
|
+
|
|
3629
|
+
declare type Size_13 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3630
|
+
|
|
3631
|
+
declare type Size_16 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3632
|
+
|
|
3633
|
+
declare type Size_17 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3634
|
+
|
|
3635
|
+
/**
|
|
3636
|
+
* Size options for the ChatInput component
|
|
3637
|
+
*/
|
|
3638
|
+
declare type Size_19 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3639
|
+
|
|
3640
|
+
declare type Size_2 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3641
|
+
|
|
3642
|
+
declare type Size_20 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3643
|
+
|
|
3644
|
+
declare type Size_21 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3645
|
+
|
|
3646
|
+
declare type Size_22 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3647
|
+
|
|
3648
|
+
declare type Size_26 = 'sm' | 'md' | 'lg';
|
|
3649
|
+
|
|
3650
|
+
declare type Size_27 = 'sm' | 'md' | 'lg';
|
|
3651
|
+
|
|
3652
|
+
declare type Size_28 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3653
|
+
|
|
3654
|
+
declare type Size_29 = 'sm' | 'md' | 'lg';
|
|
3655
|
+
|
|
3656
|
+
declare type Size_30 = 'sm' | 'md' | 'lg';
|
|
3657
|
+
|
|
3658
|
+
declare type Size_31 = 'sm' | 'md' | 'lg' | 'xl';
|
|
3659
|
+
|
|
3660
|
+
declare type Size_32 = 'sm' | 'md' | 'lg';
|
|
3661
|
+
|
|
3662
|
+
declare type Size_33 = 'sm' | 'md' | 'lg';
|
|
3663
|
+
|
|
3664
|
+
declare type Size_34 = 'sm' | 'md' | 'lg';
|
|
3665
|
+
|
|
3666
|
+
declare type Size_5 = 'sm' | 'md' | 'lg';
|
|
3667
|
+
|
|
3668
|
+
declare type Size_6 = 'sm' | 'md' | 'lg';
|
|
3669
|
+
|
|
3670
|
+
declare type SlideDirection = 'horizontal' | 'vertical';
|
|
3671
|
+
|
|
3672
|
+
export declare const Slider: default_2.FC<SliderProps>;
|
|
3673
|
+
|
|
3674
|
+
export declare const SliderIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3675
|
+
|
|
3676
|
+
declare interface SliderProps extends Omit<InputProps, 'size' | 'onChange' | 'onDrag' | 'shadow' | 'value'> {
|
|
3677
|
+
min?: number;
|
|
3678
|
+
max?: number;
|
|
3679
|
+
value?: number;
|
|
3680
|
+
defaultValue?: number;
|
|
3681
|
+
step?: number;
|
|
3682
|
+
stepValues?: number[];
|
|
3683
|
+
shape?: Shape_15;
|
|
3684
|
+
size?: Size_20;
|
|
3685
|
+
variant?: Variant_17;
|
|
3686
|
+
orientation?: Orientation;
|
|
3687
|
+
isDisabled?: boolean;
|
|
3688
|
+
showValue?: boolean;
|
|
3689
|
+
showTooltip?: boolean;
|
|
3690
|
+
label?: React.ReactNode;
|
|
3691
|
+
helperText?: string;
|
|
3692
|
+
onChange?: (value: number) => void;
|
|
3693
|
+
onDrag?: (value: number) => void;
|
|
3694
|
+
views?: SliderStyles;
|
|
3695
|
+
shadow?: ViewProps;
|
|
3696
|
+
ariaLabel?: string;
|
|
3697
|
+
}
|
|
3698
|
+
|
|
3699
|
+
declare interface SliderStyles {
|
|
3700
|
+
container?: ViewProps;
|
|
3701
|
+
track?: ViewProps;
|
|
3702
|
+
progress?: ViewProps;
|
|
3703
|
+
filledTrack?: ViewProps;
|
|
3704
|
+
thumb?: ViewProps;
|
|
3705
|
+
label?: ViewProps;
|
|
3706
|
+
valueLabel?: ViewProps;
|
|
3707
|
+
stepMarks?: ViewProps;
|
|
3708
|
+
tooltip?: ViewProps & {
|
|
3709
|
+
text?: TextProps;
|
|
3710
|
+
};
|
|
3711
|
+
}
|
|
3712
|
+
|
|
3713
|
+
export declare const SpinnerIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3714
|
+
|
|
3715
|
+
export declare const StarIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3716
|
+
|
|
3717
|
+
declare type Status = 'default' | 'info' | 'success' | 'warning' | 'error';
|
|
3718
|
+
|
|
3719
|
+
export declare const StatusIndicator: (props: StatusIndicatorProps) => default_2.JSX.Element;
|
|
3720
|
+
|
|
3721
|
+
export declare interface StatusIndicatorProps extends ViewProps {
|
|
3722
|
+
label?: string;
|
|
3723
|
+
status?: Status;
|
|
3724
|
+
views?: StatusIndicatorStyles;
|
|
3725
|
+
icon?: default_2.ReactNode;
|
|
3726
|
+
color?: string;
|
|
3727
|
+
size?: string;
|
|
3728
|
+
variant?: string;
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
declare type StatusIndicatorStyles = {
|
|
3732
|
+
container?: ViewProps;
|
|
3733
|
+
indicator?: ViewProps;
|
|
3734
|
+
label?: ViewProps;
|
|
3735
|
+
};
|
|
3736
|
+
|
|
3737
|
+
export declare const StopIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3738
|
+
|
|
3739
|
+
export declare const SuccessIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
3740
|
+
|
|
3741
|
+
declare interface Suggestion {
|
|
3742
|
+
id: string;
|
|
3743
|
+
text: string;
|
|
3744
|
+
description?: string;
|
|
3745
|
+
}
|
|
3746
|
+
|
|
3747
|
+
export declare const Switch: default_2.FC<SwitchProps>;
|
|
3748
|
+
|
|
3749
|
+
export declare interface SwitchProps extends Omit<InputProps, 'size' | 'onChange' | 'on' | 'shadow' | 'value'> {
|
|
3750
|
+
activeChild?: React.ReactNode;
|
|
3751
|
+
id?: string;
|
|
3752
|
+
isDisabled?: boolean;
|
|
3753
|
+
isReadOnly?: boolean;
|
|
3754
|
+
isChecked?: boolean;
|
|
3755
|
+
onChange?: (checked: boolean) => void;
|
|
3756
|
+
name?: string;
|
|
3757
|
+
inActiveChild?: React.ReactNode;
|
|
3758
|
+
views?: SwitchStyles;
|
|
3759
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
3760
|
+
size?: Size_8;
|
|
3761
|
+
labelPosition?: 'left' | 'right';
|
|
3762
|
+
label?: React.ReactNode;
|
|
3763
|
+
description?: React.ReactNode;
|
|
3764
|
+
variant?: string;
|
|
3765
|
+
}
|
|
3766
|
+
|
|
3767
|
+
export declare interface SwitchViewProps extends SwitchProps {
|
|
3768
|
+
isHovered: boolean;
|
|
3769
|
+
setIsHovered: Function;
|
|
3770
|
+
value?: boolean;
|
|
3771
|
+
setValue?: Function;
|
|
3772
|
+
on?: boolean;
|
|
3773
|
+
setOn?: Function;
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3776
|
+
export declare const Table: {
|
|
3777
|
+
({ children, views, onClick }: TableLayoutProps): default_2.JSX.Element;
|
|
3778
|
+
Head: default_2.FC<ViewProps>;
|
|
3779
|
+
HeadCell: default_2.FC<ViewProps>;
|
|
3780
|
+
Body: default_2.FC<ViewProps>;
|
|
3781
|
+
Row: default_2.FC<ViewProps>;
|
|
3782
|
+
Cell: default_2.FC<ViewProps & {
|
|
3783
|
+
isFirstColumn?: boolean;
|
|
3784
|
+
}>;
|
|
3785
|
+
Footer: default_2.FC<ViewProps>;
|
|
3786
|
+
Caption: default_2.FC<ViewProps>;
|
|
3787
|
+
Container: default_2.FC<ViewProps>;
|
|
3788
|
+
Template: default_2.FC<TableViewProps>;
|
|
3789
|
+
};
|
|
3790
|
+
|
|
3791
|
+
export declare interface TableLayoutProps {
|
|
3792
|
+
Head?: default_2.FC<any>;
|
|
3793
|
+
Body?: default_2.FC<any>;
|
|
3794
|
+
Row?: default_2.FC<any>;
|
|
3795
|
+
Cell?: default_2.FC<any>;
|
|
3796
|
+
Footer?: default_2.FC<any>;
|
|
3797
|
+
Caption?: default_2.FC<any>;
|
|
3798
|
+
TableContainer?: default_2.FC<any>;
|
|
3799
|
+
children?: default_2.ReactNode;
|
|
3800
|
+
views?: TableViewStyles;
|
|
3801
|
+
onClick?: Function;
|
|
3802
|
+
}
|
|
3803
|
+
|
|
3804
|
+
export declare interface TableProps {
|
|
3805
|
+
data: any[];
|
|
3806
|
+
columns: Column[];
|
|
3807
|
+
footer?: FooterCell[];
|
|
3808
|
+
caption?: default_2.ReactNode;
|
|
3809
|
+
views?: TableViewStyles;
|
|
3810
|
+
}
|
|
3811
|
+
|
|
3812
|
+
export declare interface TableViewProps extends TableProps, Omit<ViewProps, 'size' | 'columns'> {
|
|
3813
|
+
}
|
|
3814
|
+
|
|
3815
|
+
declare type TableViewStyles = {
|
|
3816
|
+
table?: ViewProps;
|
|
3817
|
+
thead?: ViewProps;
|
|
3818
|
+
tfoot?: ViewProps;
|
|
3819
|
+
tbody?: ViewProps;
|
|
3820
|
+
tr?: ViewProps;
|
|
3821
|
+
td?: ViewProps;
|
|
3822
|
+
th?: ViewProps;
|
|
3823
|
+
caption?: ViewProps;
|
|
3824
|
+
};
|
|
3825
|
+
|
|
3826
|
+
export declare const Tabs: TabsType;
|
|
3827
|
+
|
|
3828
|
+
declare const TabsContent: default_2.FC<TabsContentProps>;
|
|
3829
|
+
|
|
3830
|
+
/**
|
|
3831
|
+
* Props for TabsContent compound component
|
|
3832
|
+
*/
|
|
3833
|
+
export declare interface TabsContentProps {
|
|
3834
|
+
/** Value that this content corresponds to */
|
|
3835
|
+
value: string;
|
|
3836
|
+
/** Children content to display when this tab is active */
|
|
3837
|
+
children: default_2.ReactNode;
|
|
3838
|
+
/** Custom styles for the content */
|
|
3839
|
+
views?: {
|
|
3840
|
+
content?: ViewProps;
|
|
3841
|
+
};
|
|
3842
|
+
}
|
|
3843
|
+
|
|
3844
|
+
declare const TabsList: default_2.FC<TabsListProps>;
|
|
3845
|
+
|
|
3846
|
+
/**
|
|
3847
|
+
* Props for TabsList compound component
|
|
3848
|
+
*/
|
|
3849
|
+
export declare interface TabsListProps {
|
|
3850
|
+
/** Children (TabsTrigger components) */
|
|
3851
|
+
children: default_2.ReactNode;
|
|
3852
|
+
/** Custom styles for the list container */
|
|
3853
|
+
views?: {
|
|
3854
|
+
container?: ViewProps;
|
|
3855
|
+
};
|
|
3856
|
+
}
|
|
3857
|
+
|
|
3858
|
+
/**
|
|
3859
|
+
* Props for the main Tabs component (External API).
|
|
3860
|
+
* Supports both data-driven approach (with tabs prop) and compound component pattern.
|
|
3861
|
+
*/
|
|
3862
|
+
export declare interface TabsProps {
|
|
3863
|
+
/** Array of tab objects to be displayed. Each tab needs a unique `value`. (Data-driven approach) */
|
|
3864
|
+
tabs?: Tab[];
|
|
3865
|
+
/** Optional value of the tab to be active initially. Defaults to the first tab if not provided or not found. */
|
|
3866
|
+
defaultValue?: string | number;
|
|
3867
|
+
/** Optional callback function triggered when the active tab changes. Receives the newly active tab object. */
|
|
3868
|
+
onTabChange?: (activeTab: Tab) => void;
|
|
3869
|
+
/** Optional styles object to customize the appearance of the tabs container, headers, text, and content area. */
|
|
3870
|
+
views?: TabsStyles;
|
|
3871
|
+
/** Visual presentation style for the tab list. */
|
|
3872
|
+
variant?: TabsVariant;
|
|
3873
|
+
/** Optional position of the icon relative to the text in tab headers. */
|
|
3874
|
+
iconPosition?: 'left' | 'right' | 'top' | 'bottom';
|
|
3875
|
+
/**
|
|
3876
|
+
* Optional custom renderer for a single tab header.
|
|
3877
|
+
* Receives the tab data, whether it's currently active, and an onClick handler to activate the tab.
|
|
3878
|
+
*/
|
|
3879
|
+
renderTab?: (tab: Tab, isActive: boolean, onClick: () => void) => default_2.ReactNode;
|
|
3880
|
+
/**
|
|
3881
|
+
* Optional custom renderer for the content area.
|
|
3882
|
+
* Receives the currently active tab object.
|
|
3883
|
+
* If not provided, the `content` property from the active tab object will be rendered.
|
|
3884
|
+
*/
|
|
3885
|
+
renderContent?: (activeTab: Tab) => default_2.ReactNode;
|
|
3886
|
+
/** Current value for controlled compound component pattern */
|
|
3887
|
+
value?: string | number;
|
|
3888
|
+
/** Callback when tab value changes in compound component pattern */
|
|
3889
|
+
onValueChange?: (value: any) => void;
|
|
3890
|
+
/** Children for compound component pattern */
|
|
3891
|
+
children?: default_2.ReactNode;
|
|
3892
|
+
}
|
|
3893
|
+
|
|
3894
|
+
declare const TabsTrigger: default_2.FC<TabsTriggerProps>;
|
|
3895
|
+
|
|
3896
|
+
/**
|
|
3897
|
+
* Props for TabsTrigger compound component
|
|
3898
|
+
*/
|
|
3899
|
+
export declare interface TabsTriggerProps {
|
|
3900
|
+
/** Unique value for this tab */
|
|
3901
|
+
value: string;
|
|
3902
|
+
/** Children content for the trigger */
|
|
3903
|
+
children: default_2.ReactNode;
|
|
3904
|
+
/** Whether this trigger is disabled */
|
|
3905
|
+
disabled?: boolean;
|
|
3906
|
+
/** Custom styles for the trigger */
|
|
3907
|
+
views?: {
|
|
3908
|
+
trigger?: ViewProps;
|
|
3909
|
+
activeState?: ViewProps;
|
|
3910
|
+
};
|
|
3911
|
+
}
|
|
3912
|
+
|
|
3913
|
+
declare interface TabsType extends default_2.FC<TabsProps> {
|
|
3914
|
+
List: typeof TabsList;
|
|
3915
|
+
Trigger: typeof TabsTrigger;
|
|
3916
|
+
Content: typeof TabsContent;
|
|
3917
|
+
}
|
|
3918
|
+
|
|
3919
|
+
/**
|
|
3920
|
+
* Props specifically for the TabsView component (Internal).
|
|
3921
|
+
* These props are derived or passed down from the main Tabs component.
|
|
3922
|
+
*/
|
|
3923
|
+
export declare interface TabsViewProps {
|
|
3924
|
+
variant?: TabsVariant;
|
|
3925
|
+
iconPosition?: 'left' | 'right' | 'bottom' | 'top';
|
|
3926
|
+
/** The original array of tab objects. */
|
|
3927
|
+
tabs: Tab[];
|
|
3928
|
+
/** The currently active tab object, or undefined if none is active. */
|
|
3929
|
+
activeTab: Tab | undefined;
|
|
3930
|
+
/** Callback function to handle clicking on a tab header/button. */
|
|
3931
|
+
handleTabClick: (tab: Tab) => void;
|
|
3932
|
+
/** Optional styles object. */
|
|
3933
|
+
views?: TabsStyles;
|
|
3934
|
+
/** Optional custom renderer for a tab button/header. */
|
|
3935
|
+
renderTab?: (tab: Tab, isActive: boolean, onClick: () => void) => default_2.ReactNode;
|
|
3936
|
+
/** Optional custom renderer for the content area. */
|
|
3937
|
+
renderContent?: (activeTab: Tab) => default_2.ReactNode;
|
|
3938
|
+
}
|
|
3939
|
+
|
|
3940
|
+
export declare const TagInput: default_2.FC<TagInputProps>;
|
|
3941
|
+
|
|
3942
|
+
declare interface TagInputProps extends Omit<InputProps, 'size' | 'value' | 'onChange' | 'shadow' | 'left' | 'right'> {
|
|
3943
|
+
id?: string;
|
|
3944
|
+
name?: string;
|
|
3945
|
+
label?: string;
|
|
3946
|
+
helperText?: string;
|
|
3947
|
+
error?: string | boolean;
|
|
3948
|
+
placeholder?: string;
|
|
3949
|
+
tags?: string[];
|
|
3950
|
+
defaultTags?: string[];
|
|
3951
|
+
onTagsChange?: (tags: string[]) => void;
|
|
3952
|
+
onTagAdd?: (tag: string) => void;
|
|
3953
|
+
onTagRemove?: (tag: string, index: number) => void;
|
|
3954
|
+
maxTags?: number;
|
|
3955
|
+
minTagLength?: number;
|
|
3956
|
+
maxTagLength?: number;
|
|
3957
|
+
allowDuplicates?: boolean;
|
|
3958
|
+
separators?: TagSeparator[];
|
|
3959
|
+
isDisabled?: boolean;
|
|
3960
|
+
isReadOnly?: boolean;
|
|
3961
|
+
isAutoFocus?: boolean;
|
|
3962
|
+
isRemovable?: boolean;
|
|
3963
|
+
size?: Size_16;
|
|
3964
|
+
shape?: Shape_12;
|
|
3965
|
+
variant?: Variant_14;
|
|
3966
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
3967
|
+
views?: TagInputStyles;
|
|
3968
|
+
left?: default_2.ReactNode;
|
|
3969
|
+
right?: default_2.ReactNode;
|
|
3970
|
+
onFocus?: () => void;
|
|
3971
|
+
onBlur?: () => void;
|
|
3972
|
+
onClick?: () => void;
|
|
3973
|
+
menuItems?: string[];
|
|
3974
|
+
onMenuItemSelect?: (item: string) => void;
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3977
|
+
declare type TagInputStyles = {
|
|
3978
|
+
inputContainer?: ViewProps;
|
|
3979
|
+
tagsContainer?: ViewProps;
|
|
3980
|
+
tag?: ViewProps;
|
|
3981
|
+
tagText?: ViewProps;
|
|
3982
|
+
tagRemove?: ViewProps;
|
|
3983
|
+
input?: ViewProps;
|
|
3984
|
+
label?: ViewProps;
|
|
3985
|
+
helperText?: ViewProps;
|
|
3986
|
+
error?: ViewProps;
|
|
3987
|
+
container?: ViewProps;
|
|
3988
|
+
placeholder?: ViewProps;
|
|
3989
|
+
menu?: ViewProps;
|
|
3990
|
+
menuItem?: ViewProps;
|
|
3991
|
+
menuItemActive?: ViewProps;
|
|
3992
|
+
};
|
|
3993
|
+
|
|
3994
|
+
declare type TagSeparator = 'enter' | 'comma' | 'space' | 'tab';
|
|
3995
|
+
|
|
3996
|
+
export declare const TextArea: default_2.FC<TextAreaProps>;
|
|
3997
|
+
|
|
3998
|
+
export declare interface TextAreaProps extends Omit<InputProps, 'size' | 'shadow' | 'value' | 'onSubmit'> {
|
|
3999
|
+
defaultValue?: string;
|
|
4000
|
+
error?: boolean;
|
|
4001
|
+
isEditable?: boolean;
|
|
4002
|
+
helperText?: string;
|
|
4003
|
+
id?: string;
|
|
4004
|
+
isReadOnly?: boolean;
|
|
4005
|
+
isDisabled?: boolean;
|
|
4006
|
+
isAutoFocus?: boolean;
|
|
4007
|
+
isMultiline?: boolean;
|
|
4008
|
+
label?: string;
|
|
4009
|
+
maxRows?: number;
|
|
4010
|
+
maxCols?: number;
|
|
4011
|
+
name?: string;
|
|
4012
|
+
placeholder?: string;
|
|
4013
|
+
onChange?: (value: any) => void;
|
|
4014
|
+
onChangeText?: (text: string) => void;
|
|
4015
|
+
onBlur?: (value: any) => void;
|
|
4016
|
+
onFocus?: () => void;
|
|
4017
|
+
size?: Size_10;
|
|
4018
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
4019
|
+
shape?: Shape_7;
|
|
4020
|
+
views?: TextAreaStyles;
|
|
4021
|
+
value?: string | number;
|
|
4022
|
+
variant?: Variant_9;
|
|
4023
|
+
rows?: number;
|
|
4024
|
+
cols?: number;
|
|
4025
|
+
isRequired?: boolean;
|
|
4026
|
+
required?: boolean;
|
|
4027
|
+
labelProps?: any;
|
|
4028
|
+
onSubmit?: (input: string) => void;
|
|
4029
|
+
isWorkerRunning?: boolean;
|
|
4030
|
+
}
|
|
4031
|
+
|
|
4032
|
+
declare type TextAreaStyles = {
|
|
4033
|
+
warper?: ViewProps;
|
|
4034
|
+
container?: ViewProps;
|
|
4035
|
+
label?: ViewProps;
|
|
4036
|
+
helperText?: ViewProps;
|
|
4037
|
+
field?: ViewProps;
|
|
4038
|
+
content?: ViewProps;
|
|
4039
|
+
textarea?: ViewProps;
|
|
4040
|
+
};
|
|
4041
|
+
|
|
4042
|
+
export declare interface TextAreaViewProps extends TextAreaProps {
|
|
4043
|
+
hint?: string;
|
|
4044
|
+
setHint?: Function;
|
|
4045
|
+
isHovered?: boolean;
|
|
4046
|
+
setIsHovered?: Function;
|
|
4047
|
+
value?: string | number;
|
|
4048
|
+
setValue?: Function;
|
|
4049
|
+
isFocused?: boolean;
|
|
4050
|
+
setIsFocused?: Function;
|
|
4051
|
+
}
|
|
4052
|
+
|
|
4053
|
+
export declare const TextField: default_2.FC<TextFieldProps>;
|
|
4054
|
+
|
|
4055
|
+
export declare interface TextFieldProps extends Omit<InputProps, 'size' | 'shadow' | 'left' | 'right'> {
|
|
4056
|
+
id?: string;
|
|
4057
|
+
error?: any;
|
|
4058
|
+
helperText?: string;
|
|
4059
|
+
name?: string;
|
|
4060
|
+
label?: string;
|
|
4061
|
+
left?: default_2.ReactNode;
|
|
4062
|
+
right?: default_2.ReactNode;
|
|
4063
|
+
placeholder?: string;
|
|
4064
|
+
isReadOnly?: boolean;
|
|
4065
|
+
isDisabled?: boolean;
|
|
4066
|
+
isClearable?: boolean;
|
|
4067
|
+
isAutoFocus?: boolean;
|
|
4068
|
+
isRequired?: boolean;
|
|
4069
|
+
required?: boolean;
|
|
4070
|
+
rightIcon?: default_2.ReactNode;
|
|
4071
|
+
leftIcon?: default_2.ReactNode;
|
|
4072
|
+
labelProps?: any;
|
|
4073
|
+
onChange?: (value: any) => void;
|
|
4074
|
+
onChangeText?: (value: string) => void;
|
|
4075
|
+
onBlur?: (value: any) => void;
|
|
4076
|
+
onClick?: () => void;
|
|
4077
|
+
onFocus?: () => void;
|
|
4078
|
+
size?: Size_11;
|
|
4079
|
+
shadow?: Shadow | Elevation_2 | ViewProps;
|
|
4080
|
+
shape?: Shape_8;
|
|
4081
|
+
views?: TextFieldStyles;
|
|
4082
|
+
value?: string;
|
|
4083
|
+
variant?: Variant_10;
|
|
4084
|
+
isMultiline?: boolean;
|
|
4085
|
+
rows?: number;
|
|
4086
|
+
}
|
|
4087
|
+
|
|
4088
|
+
export declare interface TextFieldViewProps extends TextFieldProps {
|
|
4089
|
+
hint?: string;
|
|
4090
|
+
setHint?: Function;
|
|
4091
|
+
isFocused?: boolean;
|
|
4092
|
+
setIsFocused?: Function;
|
|
4093
|
+
isHovered?: boolean;
|
|
4094
|
+
setIsHovered?: Function;
|
|
4095
|
+
value?: string;
|
|
4096
|
+
setValue?: Function;
|
|
4097
|
+
}
|
|
4098
|
+
|
|
4099
|
+
export declare const TextIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4100
|
+
|
|
4101
|
+
declare type Theme = {
|
|
4102
|
+
container: {
|
|
4103
|
+
backgroundColor?: string;
|
|
4104
|
+
border?: string;
|
|
4105
|
+
};
|
|
4106
|
+
icon: {
|
|
4107
|
+
color?: string;
|
|
4108
|
+
name?: string;
|
|
4109
|
+
};
|
|
4110
|
+
content: {
|
|
4111
|
+
color?: string;
|
|
4112
|
+
};
|
|
4113
|
+
close: {
|
|
4114
|
+
color?: string;
|
|
4115
|
+
name?: string;
|
|
4116
|
+
};
|
|
4117
|
+
};
|
|
4118
|
+
|
|
4119
|
+
declare interface Theme_2 {
|
|
4120
|
+
container: {
|
|
4121
|
+
backgroundColor: string;
|
|
4122
|
+
border: string;
|
|
4123
|
+
};
|
|
4124
|
+
content: {
|
|
4125
|
+
color: string;
|
|
4126
|
+
};
|
|
4127
|
+
icon: {
|
|
4128
|
+
color: string;
|
|
4129
|
+
};
|
|
4130
|
+
}
|
|
4131
|
+
|
|
4132
|
+
declare type ThemesType = {
|
|
4133
|
+
info: Theme;
|
|
4134
|
+
success: Theme;
|
|
4135
|
+
error: Theme;
|
|
4136
|
+
warning: Theme;
|
|
4137
|
+
};
|
|
4138
|
+
|
|
4139
|
+
declare type ThemesType_2 = {
|
|
4140
|
+
info: Theme_2;
|
|
4141
|
+
success: Theme_2;
|
|
4142
|
+
error: Theme_2;
|
|
4143
|
+
warning: Theme_2;
|
|
4144
|
+
};
|
|
4145
|
+
|
|
4146
|
+
declare type Thickness = 'thin' | 'medium' | 'thick';
|
|
4147
|
+
|
|
4148
|
+
export declare const ThreadsIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4149
|
+
|
|
4150
|
+
export declare const TickIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4151
|
+
|
|
4152
|
+
export declare const Title: default_2.FC<TitleProps>;
|
|
4153
|
+
|
|
4154
|
+
export declare interface TitleProps extends ViewProps {
|
|
4155
|
+
level?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
4156
|
+
centered?: boolean;
|
|
4157
|
+
_isInView?: boolean;
|
|
4158
|
+
children: React.ReactNode;
|
|
4159
|
+
highlightText?: string | string[];
|
|
4160
|
+
alternateHighlightText?: string[];
|
|
4161
|
+
highlightAnimate?: AnimationProps | AnimationProps[];
|
|
4162
|
+
highlightTypewriter?: boolean;
|
|
4163
|
+
highlightTypewriterDuration?: number;
|
|
4164
|
+
highlightSlide?: boolean;
|
|
4165
|
+
highlightSlideDuration?: number;
|
|
4166
|
+
highlightSlideStagger?: number;
|
|
4167
|
+
highlightSlideSequential?: boolean;
|
|
4168
|
+
highlightStyle?: HighlightStyle;
|
|
4169
|
+
highlightColor?: string;
|
|
4170
|
+
highlightSecondaryColor?: string;
|
|
4171
|
+
animate?: AnimationProps | AnimationProps[];
|
|
4172
|
+
animationLoop?: number | 'infinite';
|
|
4173
|
+
highlightAnimationLoop?: number | 'infinite';
|
|
4174
|
+
size?: TitleSize;
|
|
4175
|
+
responsive?: boolean;
|
|
4176
|
+
views?: TitleStyles;
|
|
4177
|
+
alternateAnimation?: boolean;
|
|
4178
|
+
alternateDuration?: number;
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4181
|
+
declare type TitleSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
4182
|
+
|
|
4183
|
+
declare type TitleStyles = {
|
|
4184
|
+
container?: ViewProps;
|
|
4185
|
+
text?: ViewProps;
|
|
4186
|
+
highlight?: ViewProps;
|
|
4187
|
+
};
|
|
4188
|
+
|
|
4189
|
+
export declare const Toast: default_2.FC<ToastProps> & {
|
|
4190
|
+
Container: (props: ToastContainerProps) => default_2.JSX.Element;
|
|
4191
|
+
show: (variant: ToastVariant, title: string, description?: string, options?: ToastOptions) => string;
|
|
4192
|
+
info: (title: string, description?: string, options?: ToastOptions) => string;
|
|
4193
|
+
success: (title: string, description?: string, options?: ToastOptions) => string;
|
|
4194
|
+
warning: (title: string, description?: string, options?: ToastOptions) => string;
|
|
4195
|
+
error: (title: string, description?: string, options?: ToastOptions) => string;
|
|
4196
|
+
remove: (id: string) => void;
|
|
4197
|
+
removeAll: () => void;
|
|
4198
|
+
};
|
|
4199
|
+
|
|
4200
|
+
export declare interface ToastContainerProps {
|
|
4201
|
+
position?: ToastPosition;
|
|
4202
|
+
gap?: number;
|
|
4203
|
+
limit?: number;
|
|
4204
|
+
containerStyle?: React.CSSProperties;
|
|
4205
|
+
}
|
|
4206
|
+
|
|
4207
|
+
declare interface ToastItem extends ToastOptions {
|
|
4208
|
+
id: string;
|
|
4209
|
+
variant: ToastVariant;
|
|
4210
|
+
title: string;
|
|
4211
|
+
description?: string;
|
|
4212
|
+
createdAt: number;
|
|
4213
|
+
isVisible?: boolean;
|
|
4214
|
+
}
|
|
4215
|
+
|
|
4216
|
+
declare interface ToastOptions {
|
|
4217
|
+
id?: string;
|
|
4218
|
+
duration?: number;
|
|
4219
|
+
position?: ToastPosition;
|
|
4220
|
+
isClosable?: boolean;
|
|
4221
|
+
onClose?: () => void;
|
|
4222
|
+
action?: () => void;
|
|
4223
|
+
actionText?: string;
|
|
4224
|
+
showIcon?: boolean;
|
|
4225
|
+
views?: ToastStyles;
|
|
4226
|
+
render?: (props: {
|
|
4227
|
+
id: string;
|
|
4228
|
+
onClose: () => void;
|
|
4229
|
+
}) => React.ReactNode;
|
|
4230
|
+
icon?: React.ReactNode;
|
|
4231
|
+
}
|
|
4232
|
+
|
|
4233
|
+
declare type ToastPosition = 'top' | 'top-right' | 'top-left' | 'bottom' | 'bottom-right' | 'bottom-left';
|
|
4234
|
+
|
|
4235
|
+
export declare interface ToastProps extends Omit<ViewProps, 'theme'> {
|
|
4236
|
+
id?: string;
|
|
4237
|
+
variant: ToastVariant;
|
|
4238
|
+
title: string;
|
|
4239
|
+
description?: string;
|
|
4240
|
+
onClose: () => void;
|
|
4241
|
+
isClosable?: boolean;
|
|
4242
|
+
action?: () => void;
|
|
4243
|
+
actionText?: string;
|
|
4244
|
+
showIcon?: boolean;
|
|
4245
|
+
theme?: ThemesType_2;
|
|
4246
|
+
views?: ToastStyles;
|
|
4247
|
+
duration?: number;
|
|
4248
|
+
render?: (props: {
|
|
4249
|
+
id: string;
|
|
4250
|
+
onClose: () => void;
|
|
4251
|
+
}) => React.ReactNode;
|
|
4252
|
+
icon?: React.ReactNode;
|
|
4253
|
+
isVisible?: boolean;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
|
+
export declare interface ToastState {
|
|
4257
|
+
toasts: ToastItem[];
|
|
4258
|
+
add: (variant: ToastVariant, title: string, description?: string, options?: ToastOptions) => string;
|
|
4259
|
+
remove: (id: string) => void;
|
|
4260
|
+
removeAll: () => void;
|
|
4261
|
+
}
|
|
4262
|
+
|
|
4263
|
+
declare interface ToastStyles {
|
|
4264
|
+
container?: ViewProps;
|
|
4265
|
+
title?: ViewProps;
|
|
4266
|
+
description?: ViewProps;
|
|
4267
|
+
icon?: ViewProps;
|
|
4268
|
+
closeButton?: ViewProps;
|
|
4269
|
+
actionButton?: ViewProps;
|
|
4270
|
+
}
|
|
4271
|
+
|
|
4272
|
+
declare type ToastVariant = 'info' | 'success' | 'warning' | 'error';
|
|
4273
|
+
|
|
4274
|
+
export declare const Toggle: ({ children, shape, variant, isDisabled, isToggled, onToggle, ...props }: ToggleProps) => default_2.JSX.Element;
|
|
4275
|
+
|
|
4276
|
+
export declare const ToggleGroup: ({ items, shape, variant, onToggleChange, }: ToggleGroupProps) => default_2.JSX.Element;
|
|
4277
|
+
|
|
4278
|
+
export declare interface ToggleGroupProps {
|
|
4279
|
+
}
|
|
4280
|
+
|
|
4281
|
+
export declare interface ToggleGroupProps extends Omit<InputProps, 'size'> {
|
|
4282
|
+
shape?: Shape_17;
|
|
4283
|
+
items: ToggleItem[];
|
|
4284
|
+
variant?: Variant_19;
|
|
4285
|
+
onToggleChange?: (activeIds: string[]) => void;
|
|
4286
|
+
views?: any;
|
|
4287
|
+
}
|
|
4288
|
+
|
|
4289
|
+
export declare interface ToggleGroupViewProps extends Omit<ToggleGroupProps, ''> {
|
|
4290
|
+
activeToggles: string[];
|
|
4291
|
+
setActiveToggles: React.Dispatch<React.SetStateAction<string[]>>;
|
|
4292
|
+
views?: {
|
|
4293
|
+
container?: ViewProps;
|
|
4294
|
+
toggle?: ViewProps;
|
|
4295
|
+
};
|
|
4296
|
+
}
|
|
4297
|
+
|
|
4298
|
+
declare type ToggleItem = {
|
|
4299
|
+
id: string;
|
|
4300
|
+
value: React.ReactNode;
|
|
4301
|
+
state?: boolean;
|
|
4302
|
+
isDisabled?: boolean;
|
|
4303
|
+
isActive?: boolean;
|
|
4304
|
+
};
|
|
4305
|
+
|
|
4306
|
+
export declare interface ToggleProps extends Omit<InputProps, 'size' | 'onToggle'> {
|
|
4307
|
+
shape?: Shape_16;
|
|
4308
|
+
isToggled?: boolean;
|
|
4309
|
+
isDisabled?: boolean;
|
|
4310
|
+
children: React.ReactNode;
|
|
4311
|
+
variant?: Variant_18;
|
|
4312
|
+
onToggle?: (isToggled: boolean) => void;
|
|
4313
|
+
views?: any;
|
|
4314
|
+
}
|
|
4315
|
+
|
|
4316
|
+
export declare interface ToggleViewProps extends Omit<ToggleProps, never> {
|
|
4317
|
+
isHovered: boolean;
|
|
4318
|
+
setIsHovered: React.Dispatch<React.SetStateAction<boolean>>;
|
|
4319
|
+
isToggle: boolean;
|
|
4320
|
+
setIsToggled: React.Dispatch<React.SetStateAction<boolean>>;
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4323
|
+
export declare const Tooltip: TooltipType;
|
|
4324
|
+
|
|
4325
|
+
export declare interface TooltipContentProps {
|
|
4326
|
+
children: default_2.ReactNode;
|
|
4327
|
+
views?: {
|
|
4328
|
+
container?: ViewProps;
|
|
4329
|
+
arrow?: ViewProps;
|
|
4330
|
+
};
|
|
4331
|
+
[key: string]: any;
|
|
4332
|
+
}
|
|
4333
|
+
|
|
4334
|
+
export declare interface TooltipProps {
|
|
4335
|
+
content: default_2.ReactNode;
|
|
4336
|
+
children: default_2.ReactNode;
|
|
4337
|
+
position?: Position_7;
|
|
4338
|
+
align?: Alignment_3;
|
|
4339
|
+
size?: Size_33;
|
|
4340
|
+
variant?: Variant_30;
|
|
4341
|
+
openDelay?: number;
|
|
4342
|
+
closeDelay?: number;
|
|
4343
|
+
showArrow?: boolean;
|
|
4344
|
+
defaultOpen?: boolean;
|
|
4345
|
+
isDisabled?: boolean;
|
|
4346
|
+
views?: TooltipStyles;
|
|
4347
|
+
[key: string]: any;
|
|
4348
|
+
}
|
|
4349
|
+
|
|
4350
|
+
declare interface TooltipStyles {
|
|
4351
|
+
container?: ViewProps;
|
|
4352
|
+
content?: ViewProps;
|
|
4353
|
+
arrow?: ViewProps;
|
|
4354
|
+
text?: TextProps;
|
|
4355
|
+
}
|
|
4356
|
+
|
|
4357
|
+
export declare interface TooltipTriggerProps {
|
|
4358
|
+
children: default_2.ReactNode;
|
|
4359
|
+
views?: {
|
|
4360
|
+
container?: ViewProps;
|
|
4361
|
+
};
|
|
4362
|
+
asChild?: boolean;
|
|
4363
|
+
[key: string]: any;
|
|
4364
|
+
}
|
|
4365
|
+
|
|
4366
|
+
export declare interface TooltipType extends default_2.FC<TooltipProps> {
|
|
4367
|
+
Trigger: default_2.FC<TooltipTriggerProps>;
|
|
4368
|
+
Content: default_2.FC<TooltipContentProps>;
|
|
4369
|
+
}
|
|
4370
|
+
|
|
4371
|
+
declare type TransitionPreset = 'fast' | 'normal' | 'slow' | 'bounce';
|
|
4372
|
+
|
|
4373
|
+
export declare const TrashIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4374
|
+
|
|
4375
|
+
export declare const TwitchIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4376
|
+
|
|
4377
|
+
export declare const TwitterIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4378
|
+
|
|
4379
|
+
export declare const UnLikeIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4380
|
+
|
|
4381
|
+
export declare const UnlockIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4382
|
+
|
|
4383
|
+
export declare const Uploader: default_2.FC<UploadProps>;
|
|
4384
|
+
|
|
4385
|
+
declare type UploadFileHandler = (file: File, onProgress: (progress: number) => void) => Promise<any>;
|
|
4386
|
+
|
|
4387
|
+
export declare const UploadIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4388
|
+
|
|
4389
|
+
export declare interface UploadProps extends UseUploadProps, UploadViewProps {
|
|
4390
|
+
}
|
|
4391
|
+
|
|
4392
|
+
export declare interface UploadStateProps {
|
|
4393
|
+
handleFileChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
4394
|
+
selectedFile: File | null;
|
|
4395
|
+
selectedFiles: File[];
|
|
4396
|
+
fileInputRef: React.RefObject<HTMLInputElement | null>;
|
|
4397
|
+
videoRef: React.RefObject<HTMLVideoElement | null>;
|
|
4398
|
+
}
|
|
4399
|
+
|
|
4400
|
+
export declare interface UploadViewProps {
|
|
4401
|
+
onError?: (error: string) => void;
|
|
4402
|
+
containerProps?: ViewProps;
|
|
4403
|
+
errorMessageProps?: TextProps;
|
|
4404
|
+
thumbnailContainerProps?: ViewProps;
|
|
4405
|
+
loadingProps?: ViewProps;
|
|
4406
|
+
progressProps?: ViewProps;
|
|
4407
|
+
videoProps?: ViewProps;
|
|
4408
|
+
imageProps?: ImageProps;
|
|
4409
|
+
iconProps?: IconProps;
|
|
4410
|
+
textProps?: TextProps;
|
|
4411
|
+
renderVideo?: (props: any) => React.ReactNode;
|
|
4412
|
+
renderText?: (props: any) => React.ReactNode;
|
|
4413
|
+
renderImage?: (props: any) => React.ReactNode;
|
|
4414
|
+
renderError?: (props: any) => React.ReactNode;
|
|
4415
|
+
renderFile?: (props: any) => React.ReactNode;
|
|
4416
|
+
renderProgress?: (props: any) => React.ReactNode;
|
|
4417
|
+
previewUrl?: string | null;
|
|
4418
|
+
thumbnailUrl?: string | null;
|
|
4419
|
+
errorMessage?: string | null;
|
|
4420
|
+
isLoading?: boolean;
|
|
4421
|
+
icon?: React.ReactNode;
|
|
4422
|
+
accept?: string;
|
|
4423
|
+
text?: string;
|
|
4424
|
+
maxSize?: number;
|
|
4425
|
+
progress?: number;
|
|
4426
|
+
fileType?: 'video' | 'image' | 'file';
|
|
4427
|
+
handleClick?: () => void;
|
|
4428
|
+
onFileSelect?: (file: File) => void;
|
|
4429
|
+
onMultipleFileSelect?: (files: File[]) => void;
|
|
4430
|
+
validateFile?: (file: File) => string | null;
|
|
4431
|
+
multiple?: boolean;
|
|
4432
|
+
views?: {
|
|
4433
|
+
container?: ViewProps;
|
|
4434
|
+
view?: ViewProps;
|
|
4435
|
+
image?: ImageProps;
|
|
4436
|
+
horizontal?: ViewProps;
|
|
4437
|
+
text?: ViewProps;
|
|
4438
|
+
};
|
|
4439
|
+
}
|
|
4440
|
+
|
|
4441
|
+
export declare const useDesignSystem: () => DesignSystemContextValue;
|
|
4442
|
+
|
|
4443
|
+
export declare const useDesignSystemComponentProps: (componentName: DesignSystemComponentName) => DesignSystemComponentConfig;
|
|
4444
|
+
|
|
4445
|
+
export declare const useDrawerStore: UseBoundStore<StoreApi<DrawerState>>;
|
|
4446
|
+
|
|
4447
|
+
export declare const useMergedDesignSystemComponentProps: <T extends Record<string, any>>(componentName: DesignSystemComponentName, props: T) => T;
|
|
4448
|
+
|
|
4449
|
+
export declare const useMessageStore: UseBoundStore<StoreApi<MessageState>>;
|
|
4450
|
+
|
|
4451
|
+
export declare const useModalStore: UseBoundStore<StoreApi<ModalState>>;
|
|
4452
|
+
|
|
4453
|
+
export declare const UserIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4454
|
+
|
|
4455
|
+
export declare const useToast: () => {
|
|
4456
|
+
toast: (variant: ToastVariant, title: string, description?: string, options?: ToastOptions) => string;
|
|
4457
|
+
info: (title: string, description?: string, options?: ToastOptions) => string;
|
|
4458
|
+
success: (title: string, description?: string, options?: ToastOptions) => string;
|
|
4459
|
+
warning: (title: string, description?: string, options?: ToastOptions) => string;
|
|
4460
|
+
error: (title: string, description?: string, options?: ToastOptions) => string;
|
|
4461
|
+
remove: (id: string) => void;
|
|
4462
|
+
removeAll: () => void;
|
|
4463
|
+
};
|
|
4464
|
+
|
|
4465
|
+
export declare interface UseUploadProps {
|
|
4466
|
+
accept?: string;
|
|
4467
|
+
maxSize?: number;
|
|
4468
|
+
onFileSelect?: (file: File) => void;
|
|
4469
|
+
onMultipleFileSelect?: (files: File[]) => void;
|
|
4470
|
+
validateFile?: (file: File) => string | null;
|
|
4471
|
+
onError?: (error: string) => void;
|
|
4472
|
+
thumbnail?: string;
|
|
4473
|
+
multiple?: boolean;
|
|
4474
|
+
}
|
|
4475
|
+
|
|
4476
|
+
declare type Variant = 'default' | 'outline' | 'filled';
|
|
4477
|
+
|
|
4478
|
+
declare type Variant_11 = 'outline' | 'default' | 'none';
|
|
4479
|
+
|
|
4480
|
+
declare type Variant_14 = 'outline' | 'default' | 'none';
|
|
4481
|
+
|
|
4482
|
+
declare type Variant_15 = 'outline' | 'default' | 'none';
|
|
4483
|
+
|
|
4484
|
+
/**
|
|
4485
|
+
* Variant options for the ChatInput component
|
|
4486
|
+
*/
|
|
4487
|
+
declare type Variant_16 = 'default' | 'outline' | 'none';
|
|
4488
|
+
|
|
4489
|
+
declare type Variant_17 = 'default' | 'outline';
|
|
4490
|
+
|
|
4491
|
+
declare type Variant_18 = 'outline' | 'link' | 'ghost';
|
|
4492
|
+
|
|
4493
|
+
declare type Variant_19 = 'outline' | 'link' | 'ghost';
|
|
4494
|
+
|
|
4495
|
+
declare type Variant_2 = 'default' | 'info' | 'success' | 'error' | 'warning';
|
|
4496
|
+
|
|
4497
|
+
declare type Variant_20 = 'outline' | 'default' | 'filled';
|
|
4498
|
+
|
|
4499
|
+
declare type Variant_21 = 'outline' | 'default' | 'filled';
|
|
4500
|
+
|
|
4501
|
+
declare type Variant_22 = 'default' | 'filled' | 'outline';
|
|
4502
|
+
|
|
4503
|
+
declare type Variant_23 = 'default' | 'filled' | 'outline';
|
|
4504
|
+
|
|
4505
|
+
declare type Variant_24 = 'outline' | 'default' | 'filled';
|
|
4506
|
+
|
|
4507
|
+
declare type Variant_25 = 'default' | 'filled' | 'outline';
|
|
4508
|
+
|
|
4509
|
+
declare type Variant_26 = 'default' | 'filled' | 'outline';
|
|
4510
|
+
|
|
4511
|
+
declare type Variant_27 = 'solid' | 'dashed' | 'dotted';
|
|
4512
|
+
|
|
4513
|
+
declare type Variant_28 = 'default' | 'filled' | 'outline' | 'subtle' | 'elevated';
|
|
4514
|
+
|
|
4515
|
+
declare type Variant_29 = 'default' | 'subtle' | 'prominent';
|
|
4516
|
+
|
|
4517
|
+
declare type Variant_3 = 'filled' | 'outline' | 'link' | 'ghost';
|
|
4518
|
+
|
|
4519
|
+
declare type Variant_30 = 'default' | 'light' | 'dark';
|
|
4520
|
+
|
|
4521
|
+
declare type Variant_31 = 'default' | 'glassy' | 'minimal';
|
|
4522
|
+
|
|
4523
|
+
declare type Variant_5 = 'default' | 'outlined' | 'elevated';
|
|
4524
|
+
|
|
4525
|
+
declare type Variant_6 = 'default' | 'filled' | 'outline';
|
|
4526
|
+
|
|
4527
|
+
declare type Variant_9 = 'outline' | 'default' | 'none';
|
|
4528
|
+
|
|
4529
|
+
export declare const VideoIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4530
|
+
|
|
4531
|
+
export declare interface WallProps extends ViewProps {
|
|
4532
|
+
rows?: number;
|
|
4533
|
+
cols?: number;
|
|
4534
|
+
squareSize?: number;
|
|
4535
|
+
}
|
|
4536
|
+
|
|
4537
|
+
export declare const WarningIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4538
|
+
|
|
4539
|
+
export declare const WifiIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4540
|
+
|
|
4541
|
+
export declare const XIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4542
|
+
|
|
4543
|
+
export declare const YoutubeIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4544
|
+
|
|
4545
|
+
export declare const ZapIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4546
|
+
|
|
4547
|
+
export declare const ZoomInIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4548
|
+
|
|
4549
|
+
export declare const ZoomOutIcon: default_2.FC<Omit<IconProps, "name">>;
|
|
4550
|
+
|
|
4551
|
+
export { }
|