@app-studio/web 0.8.74 → 0.8.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +171 -0
- package/dist/components/Accordion/Accordion/Accordion.props.d.ts +36 -15
- package/dist/components/Accordion/Accordion/Accordion.state.d.ts +7 -3
- package/dist/components/Accordion/Accordion/Accordion.type.d.ts +23 -0
- package/dist/components/Accordion/Accordion/Accordion.view.d.ts +12 -3
- package/dist/components/Accordion/Accordion.d.ts +2 -2
- package/dist/components/Accordion/examples/collapsible.d.ts +2 -0
- package/dist/components/Accordion/examples/index.d.ts +1 -0
- package/dist/components/Alert/Alert/Alert.props.d.ts +2 -2
- package/dist/components/Alert/Alert/Alert.style.d.ts +20 -47
- package/dist/components/Alert/Alert/Alert.view.d.ts +8 -0
- package/dist/components/Alert/examples/designSystem.d.ts +12 -0
- package/dist/components/Avatar/Avatar/Avatar.style.d.ts +22 -0
- package/dist/components/Avatar/Avatar/Avatar.view.d.ts +6 -0
- package/dist/components/Avatar/examples/designSystem.d.ts +12 -0
- package/dist/components/Avatar/examples/index.d.ts +1 -0
- package/dist/components/Badge/Badge/Badge.style.d.ts +24 -2
- package/dist/components/Badge/Badge/Badge.view.d.ts +8 -0
- package/dist/components/Badge/examples/designSystem.d.ts +12 -0
- package/dist/components/Badge/examples/index.d.ts +1 -0
- package/dist/components/Button/Button/Button.style.d.ts +24 -1
- package/dist/components/Button/Button/Button.view.d.ts +5 -0
- package/dist/components/Button/examples/designSystem.d.ts +12 -0
- package/dist/components/Button/examples/index.d.ts +1 -0
- package/dist/components/Card/Card/Card.context.d.ts +7 -0
- package/dist/components/Card/Card/Card.props.d.ts +81 -0
- package/dist/components/Card/Card/Card.state.d.ts +5 -0
- package/dist/components/Card/Card/Card.style.d.ts +29 -0
- package/dist/components/Card/Card/Card.type.d.ts +10 -0
- package/dist/components/Card/Card/Card.view.d.ts +6 -0
- package/dist/components/Card/Card.d.ts +2 -0
- package/dist/components/Card/examples/contextStyling.d.ts +2 -0
- package/dist/components/Card/examples/custom.d.ts +2 -0
- package/dist/components/Card/examples/default.d.ts +2 -0
- package/dist/components/Card/examples/designSystem.d.ts +12 -0
- package/dist/components/Card/examples/index.d.ts +8 -0
- package/dist/components/Card/examples/shapes.d.ts +2 -0
- package/dist/components/Card/examples/sizes.d.ts +2 -0
- package/dist/components/Card/examples/structured.d.ts +2 -0
- package/dist/components/Card/examples/variants.d.ts +2 -0
- package/dist/components/Carousel/Carousel/Carousel.context.d.ts +4 -0
- package/dist/components/Carousel/Carousel/Carousel.props.d.ts +155 -0
- package/dist/components/Carousel/Carousel/Carousel.state.d.ts +29 -0
- package/dist/components/Carousel/Carousel/Carousel.style.d.ts +6 -0
- package/dist/components/Carousel/Carousel/Carousel.type.d.ts +32 -0
- package/dist/components/Carousel/Carousel/Carousel.view.d.ts +8 -0
- package/dist/components/Carousel/Carousel.d.ts +2 -0
- package/dist/components/Carousel/examples/autoplay.d.ts +2 -0
- package/dist/components/Carousel/examples/compound.d.ts +3 -0
- package/dist/components/Carousel/examples/custom.d.ts +2 -0
- package/dist/components/Carousel/examples/default.d.ts +2 -0
- package/dist/components/Carousel/examples/index.d.ts +7 -0
- package/dist/components/Carousel/examples/indicators.d.ts +2 -0
- package/dist/components/Carousel/examples/navigation.d.ts +2 -0
- package/dist/components/Carousel/examples/stepIndices.d.ts +2 -0
- package/dist/components/Chart/Chart/BarChart.d.ts +15 -0
- package/dist/components/Chart/Chart/Chart.props.d.ts +101 -0
- package/dist/components/Chart/Chart/Chart.state.d.ts +37 -0
- package/dist/components/Chart/Chart/Chart.style.d.ts +20 -0
- package/dist/components/Chart/Chart/Chart.type.d.ts +36 -0
- package/dist/components/Chart/Chart/Chart.view.d.ts +3 -0
- package/dist/components/Chart/Chart/ChartColors.d.ts +20 -0
- package/dist/components/Chart/Chart/LineChart.d.ts +15 -0
- package/dist/components/Chart/Chart/PieChart.d.ts +15 -0
- package/dist/components/Chart/Chart.d.ts +3 -0
- package/dist/components/Chart/examples/area.d.ts +2 -0
- package/dist/components/Chart/examples/bar.d.ts +2 -0
- package/dist/components/Chart/examples/custom.d.ts +2 -0
- package/dist/components/Chart/examples/designSystem.d.ts +12 -0
- package/dist/components/Chart/examples/donut.d.ts +2 -0
- package/dist/components/Chart/examples/index.d.ts +8 -0
- package/dist/components/Chart/examples/line.d.ts +2 -0
- package/dist/components/Chart/examples/pie.d.ts +2 -0
- package/dist/components/Chart/examples/states.d.ts +2 -0
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay/AIResponseDisplay.props.d.ts +40 -0
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay/AIResponseDisplay.style.d.ts +10 -0
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay/AIResponseDisplay.type.d.ts +23 -0
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay/AIResponseDisplay.view.d.ts +9 -0
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay.d.ts +10 -0
- package/dist/components/Chat/AIResponseDisplay/examples/basic.d.ts +5 -0
- package/dist/components/Chat/AIResponseDisplay/examples/index.d.ts +4 -0
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.props.d.ts +56 -0
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.state.d.ts +12 -0
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.style.d.ts +10 -0
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.type.d.ts +19 -0
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.view.d.ts +14 -0
- package/dist/components/Chat/ChatInterface/ChatInterface.d.ts +11 -0
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.props.d.ts +35 -0
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.state.d.ts +7 -0
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.style.d.ts +12 -0
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.type.d.ts +11 -0
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.view.d.ts +11 -0
- package/dist/components/Chat/CodeBlock/CodeBlock.d.ts +10 -0
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.props.d.ts +47 -0
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.state.d.ts +15 -0
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.style.d.ts +15 -0
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.type.d.ts +24 -0
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.view.d.ts +18 -0
- package/dist/components/Chat/FileUploader/FileUploader.d.ts +11 -0
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator/LoadingIndicator.props.d.ts +27 -0
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator/LoadingIndicator.style.d.ts +13 -0
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator/LoadingIndicator.type.d.ts +11 -0
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator/LoadingIndicator.view.d.ts +6 -0
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator.d.ts +10 -0
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.props.d.ts +36 -0
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.state.d.ts +14 -0
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.style.d.ts +10 -0
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.type.d.ts +11 -0
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.view.d.ts +17 -0
- package/dist/components/Chat/MessageBubble/MessageBubble.d.ts +10 -0
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.props.d.ts +39 -0
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.state.d.ts +12 -0
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.style.d.ts +11 -0
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.type.d.ts +21 -0
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.view.d.ts +16 -0
- package/dist/components/Chat/ModelSelector/ModelSelector.d.ts +10 -0
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.props.d.ts +59 -0
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.state.d.ts +13 -0
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.style.d.ts +10 -0
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.type.d.ts +11 -0
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.view.d.ts +16 -0
- package/dist/components/Chat/PromptInput/PromptInput.d.ts +10 -0
- package/dist/components/Chat/SettingsPanel/SettingsPanel/SettingsPanel.props.d.ts +31 -0
- package/dist/components/Chat/SettingsPanel/SettingsPanel/SettingsPanel.style.d.ts +11 -0
- package/dist/components/Chat/SettingsPanel/SettingsPanel/SettingsPanel.type.d.ts +30 -0
- package/dist/components/Chat/SettingsPanel/SettingsPanel/SettingsPanel.view.d.ts +6 -0
- package/dist/components/Chat/SettingsPanel/SettingsPanel.d.ts +10 -0
- package/dist/components/Chat/ToolSelector/ToolSelector/ToolSelector.props.d.ts +39 -0
- package/dist/components/Chat/ToolSelector/ToolSelector/ToolSelector.style.d.ts +10 -0
- package/dist/components/Chat/ToolSelector/ToolSelector/ToolSelector.type.d.ts +20 -0
- package/dist/components/Chat/ToolSelector/ToolSelector/ToolSelector.view.d.ts +6 -0
- package/dist/components/Chat/ToolSelector/ToolSelector.d.ts +10 -0
- package/dist/components/Chat/index.d.ts +16 -0
- package/dist/components/Command/Command/Command.props.d.ts +162 -0
- package/dist/components/Command/Command/Command.state.d.ts +18 -0
- package/dist/components/Command/Command/Command.style.d.ts +18 -0
- package/dist/components/Command/Command/Command.type.d.ts +114 -0
- package/dist/components/Command/Command/Command.view.d.ts +31 -0
- package/dist/components/Command/Command.d.ts +2 -0
- package/dist/components/Command/examples/customized.d.ts +2 -0
- package/dist/components/Command/examples/default.d.ts +2 -0
- package/dist/components/Command/examples/groups.d.ts +2 -0
- package/dist/components/Command/examples/index.d.ts +5 -0
- package/dist/components/Command/examples/sizes.d.ts +2 -0
- package/dist/components/Command/examples/variants.d.ts +2 -0
- package/dist/components/Command/index.d.ts +1 -0
- package/dist/components/ContextMenu/ContextMenu/ContextMenu.props.d.ts +51 -8
- package/dist/components/ContextMenu/ContextMenu/ContextMenu.state.d.ts +16 -5
- package/dist/components/ContextMenu/ContextMenu/ContextMenu.type.d.ts +12 -1
- package/dist/components/ContextMenu/ContextMenu/ContextMenu.view.d.ts +5 -4
- package/dist/components/ContextMenu/examples/compound.d.ts +2 -0
- package/dist/components/ContextMenu/examples/index.d.ts +1 -0
- package/dist/components/Form/Checkbox/Checkbox/Checkbox.style.d.ts +70 -1
- package/dist/components/Form/Checkbox/Checkbox/Checkbox.view.d.ts +6 -0
- package/dist/components/Form/Checkbox/examples/designSystem.d.ts +12 -0
- package/dist/components/Form/Checkbox/examples/index.d.ts +1 -0
- package/dist/components/Form/Radio/Radio/Radio.props.d.ts +104 -0
- package/dist/components/Form/Radio/Radio/Radio.state.d.ts +16 -0
- package/dist/components/Form/Radio/Radio/Radio.style.d.ts +92 -0
- package/dist/components/Form/Radio/Radio/Radio.view.d.ts +10 -0
- package/dist/components/Form/Radio/Radio.d.ts +11 -0
- package/dist/components/Form/Radio/RadioGroup/RadioGroup.props.d.ts +78 -0
- package/dist/components/Form/Radio/RadioGroup/RadioGroup.state.d.ts +13 -0
- package/dist/components/Form/Radio/RadioGroup/RadioGroup.view.d.ts +10 -0
- package/dist/components/Form/Radio/RadioGroup.d.ts +11 -0
- package/dist/components/Form/Radio/examples/Default.d.ts +5 -0
- package/dist/components/Form/Radio/examples/DefaultGroup.d.ts +5 -0
- package/dist/components/Form/Radio/examples/designSystem.d.ts +12 -0
- package/dist/components/Form/Radio/examples/index.d.ts +3 -0
- package/dist/components/Form/Radio/index.d.ts +2 -0
- package/dist/components/Form/Select/Select/Select.style.d.ts +22 -0
- package/dist/components/Form/Select/Select/Select.view.d.ts +5 -0
- package/dist/components/Form/Select/examples/designSystem.d.ts +12 -0
- package/dist/components/Form/Select/examples/index.d.ts +1 -0
- package/dist/components/Form/Switch/Switch/Switch.style.d.ts +44 -0
- package/dist/components/Form/Switch/Switch/Switch.view.d.ts +6 -0
- package/dist/components/Form/Switch/examples/designSystem.d.ts +12 -0
- package/dist/components/Form/Switch/examples/index.d.ts +1 -0
- package/dist/components/Form/TextArea/TextArea/TextArea.view.d.ts +6 -0
- package/dist/components/Form/TextArea/examples/designSystem.d.ts +12 -0
- package/dist/components/Form/TextArea/examples/index.d.ts +1 -0
- package/dist/components/Form/TextField/TextField/TextField.view.d.ts +6 -0
- package/dist/components/Form/TextField/examples/designSystem.d.ts +12 -0
- package/dist/components/Form/TextField/examples/index.d.ts +1 -0
- package/dist/components/Formik/Formik.OTPInput.d.ts +8 -0
- package/dist/components/Formik/examples/FormikOTPInput.d.ts +5 -0
- package/dist/components/Formik/examples/index.d.ts +1 -0
- package/dist/components/Formik/index.d.ts +1 -0
- package/dist/components/Gradient/Gradient/Gradient.props.d.ts +64 -0
- package/dist/components/Gradient/Gradient/Gradient.style.d.ts +82 -0
- package/dist/components/Gradient/Gradient/Gradient.type.d.ts +37 -0
- package/dist/components/Gradient/Gradient/Gradient.view.d.ts +9 -0
- package/dist/components/Gradient/Gradient.d.ts +30 -0
- package/dist/components/Gradient/examples/animated.d.ts +2 -0
- package/dist/components/Gradient/examples/default.d.ts +2 -0
- package/dist/components/Gradient/examples/designSystem.d.ts +12 -0
- package/dist/components/Gradient/examples/directions.d.ts +2 -0
- package/dist/components/Gradient/examples/index.d.ts +7 -0
- package/dist/components/Gradient/examples/multicolor.d.ts +2 -0
- package/dist/components/Gradient/examples/types.d.ts +2 -0
- package/dist/components/Gradient/examples/withContent.d.ts +2 -0
- package/dist/components/Gradient/index.d.ts +1 -0
- package/dist/components/HoverCard/HoverCard/HoverCard.props.d.ts +21 -0
- package/dist/components/HoverCard/HoverCard/HoverCard.state.d.ts +9 -2
- package/dist/components/HoverCard/HoverCard/HoverCard.style.d.ts +3 -1
- package/dist/components/HoverCard/HoverCard/HoverCard.type.d.ts +8 -1
- package/dist/components/HoverCard/examples/delays.d.ts +2 -0
- package/dist/components/HoverCard/examples/index.d.ts +1 -0
- package/dist/components/Icon/Icon.d.ts +2 -0
- package/dist/components/{Layout/Input → Input}/FieldContainer/FieldContainer/FieldContainer.props.d.ts +1 -1
- package/dist/components/Input/FieldContainer/FieldContainer.d.ts +9 -0
- package/dist/components/{Layout/Input → Input}/FieldContent/FieldContent/FieldContent.props.d.ts +3 -8
- package/dist/components/Input/FieldContent/FieldContent.d.ts +9 -0
- package/dist/components/{Layout/Input → Input}/FieldLabel/FieldLabel/FieldLabel.props.d.ts +1 -1
- package/dist/components/Input/FieldLabel/FieldLabel.d.ts +9 -0
- package/dist/components/{Layout/Input → Input}/FieldLayout/FieldLayout/FieldLayout.props.d.ts +1 -1
- package/dist/components/Input/FieldWrapper/FieldWrapper.d.ts +9 -0
- package/dist/components/Input/HelperText/HelperText.d.ts +9 -0
- package/dist/components/{Layout/Input → Input}/HelperText/HelperText.props.d.ts +1 -1
- package/dist/components/Input/Input.style.d.ts +42 -0
- package/dist/components/Input/index.d.ts +7 -0
- package/dist/components/Menubar/Menubar/Menubar.props.d.ts +185 -0
- package/dist/components/Menubar/Menubar/Menubar.state.d.ts +9 -0
- package/dist/components/Menubar/Menubar/Menubar.style.d.ts +19 -0
- package/dist/components/Menubar/Menubar/Menubar.type.d.ts +35 -0
- package/dist/components/Menubar/Menubar/Menubar.view.d.ts +21 -0
- package/dist/components/Menubar/Menubar.d.ts +2 -0
- package/dist/components/Menubar/examples/composite.d.ts +2 -0
- package/dist/components/Menubar/examples/default.d.ts +2 -0
- package/dist/components/Menubar/examples/index.d.ts +5 -0
- package/dist/components/Menubar/examples/sizes.d.ts +2 -0
- package/dist/components/Menubar/examples/variants.d.ts +2 -0
- package/dist/components/Menubar/examples/vertical.d.ts +2 -0
- package/dist/components/Menubar/index.d.ts +1 -0
- package/dist/components/Modal/Examples/designSystem.d.ts +12 -0
- package/dist/components/Modal/Examples/index.d.ts +1 -0
- package/dist/components/Modal/Modal/Modal.style.d.ts +53 -0
- package/dist/components/Modal/Modal/Modal.view.d.ts +6 -0
- package/dist/components/NavigationMenu/NavigationMenu/NavigationMenu.props.d.ts +42 -4
- package/dist/components/NavigationMenu/NavigationMenu/NavigationMenu.style.d.ts +41 -0
- package/dist/components/NavigationMenu/NavigationMenu/NavigationMenu.view.d.ts +7 -1
- package/dist/components/NavigationMenu/examples/compound.d.ts +2 -0
- package/dist/components/NavigationMenu/examples/designSystem.d.ts +12 -0
- package/dist/components/NavigationMenu/examples/index.d.ts +2 -0
- package/dist/components/OTPInput/OTPInput/OTPInput.props.d.ts +142 -0
- package/dist/components/OTPInput/OTPInput/OTPInput.state.d.ts +22 -0
- package/dist/components/OTPInput/OTPInput/OTPInput.type.d.ts +16 -0
- package/dist/components/OTPInput/OTPInput/OTPInput.view.d.ts +28 -0
- package/dist/components/OTPInput/OTPInput/sync-timeouts.d.ts +1 -0
- package/dist/components/OTPInput/OTPInput.d.ts +3 -0
- package/dist/components/OTPInput/examples/Default.d.ts +4 -0
- package/dist/components/OTPInput/examples/OnComplete.d.ts +2 -0
- package/dist/components/OTPInput/examples/PasswordOTP.d.ts +3 -0
- package/dist/components/OTPInput/examples/StepValues.d.ts +3 -0
- package/dist/components/OTPInput/examples/index.d.ts +4 -0
- package/dist/components/Pagination/Pagination/Pagination.props.d.ts +60 -0
- package/dist/components/Pagination/Pagination/Pagination.state.d.ts +3 -0
- package/dist/components/Pagination/Pagination/Pagination.style.d.ts +7 -0
- package/dist/components/Pagination/Pagination/Pagination.type.d.ts +17 -0
- package/dist/components/Pagination/Pagination/Pagination.view.d.ts +3 -0
- package/dist/components/Pagination/Pagination.d.ts +3 -0
- package/dist/components/Pagination/examples/advanced.d.ts +2 -0
- package/dist/components/Pagination/examples/default.d.ts +2 -0
- package/dist/components/Pagination/examples/index.d.ts +6 -0
- package/dist/components/Pagination/examples/shapes.d.ts +2 -0
- package/dist/components/Pagination/examples/sizes.d.ts +2 -0
- package/dist/components/Pagination/examples/table.d.ts +2 -0
- package/dist/components/Pagination/examples/variants.d.ts +2 -0
- package/dist/components/Pagination/index.d.ts +1 -0
- package/dist/components/Resizable/Resizable/Resizable.props.d.ts +160 -0
- package/dist/components/Resizable/Resizable/Resizable.state.d.ts +17 -0
- package/dist/components/Resizable/Resizable/Resizable.style.d.ts +6 -0
- package/dist/components/Resizable/Resizable/Resizable.type.d.ts +56 -0
- package/dist/components/Resizable/Resizable/Resizable.view.d.ts +13 -0
- package/dist/components/Resizable/Resizable.d.ts +2 -0
- package/dist/components/Resizable/examples/codeEditor.d.ts +2 -0
- package/dist/components/Resizable/examples/collapsible.d.ts +2 -0
- package/dist/components/Resizable/examples/controlled.d.ts +2 -0
- package/dist/components/Resizable/examples/default.d.ts +2 -0
- package/dist/components/Resizable/examples/index.d.ts +9 -0
- package/dist/components/Resizable/examples/nested.d.ts +2 -0
- package/dist/components/Resizable/examples/sizes.d.ts +2 -0
- package/dist/components/Resizable/examples/test.d.ts +2 -0
- package/dist/components/Resizable/examples/variants.d.ts +2 -0
- package/dist/components/Resizable/examples/vertical.d.ts +2 -0
- package/dist/components/Resizable/index.d.ts +1 -0
- package/dist/components/Separator/Separator/Separator.props.d.ts +38 -0
- package/dist/components/Separator/Separator/Separator.style.d.ts +38 -0
- package/dist/components/Separator/Separator/Separator.type.d.ts +8 -0
- package/dist/components/Separator/Separator/Separator.view.d.ts +9 -0
- package/dist/components/Separator/Separator.d.ts +4 -0
- package/dist/components/Separator/examples/colors.d.ts +2 -0
- package/dist/components/Separator/examples/customized.d.ts +2 -0
- package/dist/components/Separator/examples/default.d.ts +2 -0
- package/dist/components/Separator/examples/designSystem.d.ts +12 -0
- package/dist/components/Separator/examples/inCard.d.ts +2 -0
- package/dist/components/Separator/examples/index.d.ts +9 -0
- package/dist/components/Separator/examples/orientations.d.ts +2 -0
- package/dist/components/Separator/examples/thicknesses.d.ts +2 -0
- package/dist/components/Separator/examples/variants.d.ts +2 -0
- package/dist/components/Separator/examples/withLabel.d.ts +2 -0
- package/dist/components/Separator/index.d.ts +1 -0
- package/dist/components/Sidebar/Sidebar/Sidebar.props.d.ts +153 -0
- package/dist/components/Sidebar/Sidebar/Sidebar.state.d.ts +7 -0
- package/dist/components/Sidebar/Sidebar/Sidebar.style.d.ts +44 -0
- package/dist/components/Sidebar/Sidebar/Sidebar.type.d.ts +32 -0
- package/dist/components/Sidebar/Sidebar/Sidebar.view.d.ts +21 -0
- package/dist/components/Sidebar/Sidebar.d.ts +2 -0
- package/dist/components/Sidebar/examples/accessibleSidebar.d.ts +2 -0
- package/dist/components/Sidebar/examples/controlled.d.ts +2 -0
- package/dist/components/Sidebar/examples/customized.d.ts +2 -0
- package/dist/components/Sidebar/examples/default.d.ts +2 -0
- package/dist/components/Sidebar/examples/designSystem.d.ts +12 -0
- package/dist/components/Sidebar/examples/index.d.ts +8 -0
- package/dist/components/Sidebar/examples/positions.d.ts +2 -0
- package/dist/components/Sidebar/examples/sizes.d.ts +2 -0
- package/dist/components/Sidebar/examples/variants.d.ts +2 -0
- package/dist/components/Sidebar/index.d.ts +1 -0
- package/dist/components/Slider/examples/index.d.ts +12 -0
- package/dist/components/Slider/examples/tooltipIntegration.d.ts +2 -0
- package/dist/components/Table/Table/Table.style.d.ts +31 -0
- package/dist/components/Table/Table/Table.view.d.ts +6 -0
- package/dist/components/Table/examples/designSystem.d.ts +12 -0
- package/dist/components/Table/examples/index.d.ts +1 -0
- package/dist/components/Tabs/Tabs/TabHeader.d.ts +22 -0
- package/dist/components/Tabs/Tabs/Tabs.props.d.ts +4 -2
- package/dist/components/Tabs/examples/customHeader.d.ts +2 -0
- package/dist/components/Tabs/examples/index.d.ts +1 -0
- package/dist/components/Text/Text/Text.style.d.ts +26 -2
- package/dist/components/Text/Text/Text.view.d.ts +8 -0
- package/dist/components/Text/examples/designSystem.d.ts +10 -0
- package/dist/components/Text/examples/index.d.ts +1 -0
- package/dist/components/Toast/Toast/Toast.hook.d.ts +35 -0
- package/dist/components/Toast/Toast/Toast.props.d.ts +91 -0
- package/dist/components/Toast/Toast/Toast.store.d.ts +9 -0
- package/dist/components/Toast/Toast/Toast.style.d.ts +37 -0
- package/dist/components/Toast/Toast/Toast.type.d.ts +63 -0
- package/dist/components/Toast/Toast/Toast.view.d.ts +4 -0
- package/dist/components/Toast/Toast.d.ts +22 -0
- package/dist/components/Toast/examples/actions.d.ts +2 -0
- package/dist/components/Toast/examples/customization.d.ts +2 -0
- package/dist/components/Toast/examples/default.d.ts +2 -0
- package/dist/components/Toast/examples/designSystem.d.ts +12 -0
- package/dist/components/Toast/examples/duration.d.ts +2 -0
- package/dist/components/Toast/examples/hookUsage.d.ts +2 -0
- package/dist/components/Toast/examples/index.d.ts +8 -0
- package/dist/components/Toast/examples/positions.d.ts +2 -0
- package/dist/components/Toast/examples/variants.d.ts +2 -0
- package/dist/components/Toast/index.d.ts +1 -0
- package/dist/components/Tooltip/Tooltip/Tooltip.props.d.ts +108 -0
- package/dist/components/Tooltip/Tooltip/Tooltip.state.d.ts +18 -0
- package/dist/components/Tooltip/Tooltip/Tooltip.style.d.ts +6 -0
- package/dist/components/Tooltip/Tooltip/Tooltip.type.d.ts +21 -0
- package/dist/components/Tooltip/Tooltip/Tooltip.view.d.ts +20 -0
- package/dist/components/Tooltip/Tooltip.d.ts +2 -0
- package/dist/components/Tooltip/examples/custom.d.ts +2 -0
- package/dist/components/Tooltip/examples/default.d.ts +2 -0
- package/dist/components/Tooltip/examples/index.d.ts +6 -0
- package/dist/components/Tooltip/examples/integration.d.ts +2 -0
- package/dist/components/Tooltip/examples/positions.d.ts +2 -0
- package/dist/components/Tooltip/examples/sizes.d.ts +2 -0
- package/dist/components/Tooltip/examples/variants.d.ts +2 -0
- package/dist/components/Tooltip/index.d.ts +1 -0
- package/dist/components/index.d.ts +24 -7
- package/dist/hooks/useRect.d.ts +7 -0
- package/dist/pages/card.page.d.ts +3 -0
- package/dist/pages/carousel.page.d.ts +3 -0
- package/dist/pages/chart.page.d.ts +3 -0
- package/dist/pages/chat.page.d.ts +3 -0
- package/dist/pages/command.page.d.ts +3 -0
- package/dist/pages/gradient.page.d.ts +3 -0
- package/dist/pages/menubar.page.d.ts +3 -0
- package/dist/pages/otpInput.page.d.ts +3 -0
- package/dist/pages/pagination.page.d.ts +3 -0
- package/dist/pages/radio.page.d.ts +2 -0
- package/dist/pages/resizable.page.d.ts +3 -0
- package/dist/pages/separator.page.d.ts +3 -0
- package/dist/pages/sidebar.page.d.ts +3 -0
- package/dist/pages/slider.page.d.ts +2 -2
- package/dist/pages/toast.page.d.ts +3 -0
- package/dist/pages/tooltip.page.d.ts +3 -0
- package/dist/utils/generateId.d.ts +5 -0
- package/dist/utils/id.d.ts +6 -0
- package/dist/web.cjs.development.js +12815 -5597
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +12790 -5577
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +12824 -5616
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +6 -5
- package/dist/components/Alert/examples/index.d.ts +0 -4
- package/dist/components/Layout/Center/Center.d.ts +0 -4
- package/dist/components/Layout/Center/Center.props.d.ts +0 -3
- package/dist/components/Layout/Horizontal/Horizontal.d.ts +0 -4
- package/dist/components/Layout/Horizontal/Horizontal.props.d.ts +0 -4
- package/dist/components/Layout/Horizontal/examples/Default.d.ts +0 -2
- package/dist/components/Layout/Horizontal/examples/Justify.d.ts +0 -2
- package/dist/components/Layout/Horizontal/examples/Reversed.d.ts +0 -2
- package/dist/components/Layout/Horizontal/examples/Wrap.d.ts +0 -2
- package/dist/components/Layout/Horizontal/examples/index.d.ts +0 -4
- package/dist/components/Layout/Input/FieldContainer/FieldContainer.d.ts +0 -3
- package/dist/components/Layout/Input/FieldContent/FieldContent.d.ts +0 -3
- package/dist/components/Layout/Input/FieldLabel/FieldLabel.d.ts +0 -3
- package/dist/components/Layout/Input/FieldWrapper/FieldWrapper.d.ts +0 -3
- package/dist/components/Layout/Input/HelperText/HelperText.d.ts +0 -3
- package/dist/components/Layout/Input/index.d.ts +0 -7
- package/dist/components/Layout/Vertical/Vertical.d.ts +0 -4
- package/dist/components/Layout/Vertical/Vertical.props.d.ts +0 -4
- package/dist/components/Layout/Vertical/examples/Default.d.ts +0 -2
- package/dist/components/Layout/Vertical/examples/Justify.d.ts +0 -2
- package/dist/components/Layout/Vertical/examples/Reversed.d.ts +0 -2
- package/dist/components/Layout/Vertical/examples/Wrap.d.ts +0 -2
- package/dist/components/Layout/Vertical/examples/index.d.ts +0 -5
- package/dist/components/Layout/View/View.d.ts +0 -9
- package/dist/components/Layout/configs/Input.style.d.ts +0 -17
- package/dist/components/Layout/index.d.ts +0 -4
- package/dist/pages/center.page.d.ts +0 -3
- package/dist/pages/horizontal.page.d.ts +0 -3
- package/dist/pages/vertical.page.d.ts +0 -3
- /package/dist/components/{Layout/Input → Input}/FieldIcons/FieldIcons/FieldIcons.props.d.ts +0 -0
- /package/dist/components/{Layout/Input → Input}/FieldIcons/FieldIcons.d.ts +0 -0
- /package/dist/components/{Layout/Input → Input}/FieldLayout/FieldLayout.d.ts +0 -0
- /package/dist/components/{Layout/Input → Input}/FieldWrapper/FieldWrapper.props.d.ts +0 -0
- /package/dist/components/{Layout/configs → Input}/Input.type.d.ts +0 -0
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import { InputProps, Shadow, ViewProps } from 'app-studio';
|
|
2
|
+
import { Elevation } from '../../../utils/elevation';
|
|
3
|
+
import { Shape, Size, Variant } from '../../Input/Input.type';
|
|
4
|
+
import { OTPInputStyles, OTPInputType } from './OTPInput.type';
|
|
5
|
+
export interface OTPInputProps extends Omit<InputProps, 'size'> {
|
|
6
|
+
/**
|
|
7
|
+
* Unique identifier for the OTP input
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Error state for validation
|
|
12
|
+
*/
|
|
13
|
+
error?: any;
|
|
14
|
+
/**
|
|
15
|
+
* Helper text displayed below the input
|
|
16
|
+
*/
|
|
17
|
+
helperText?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Name attribute for form submission
|
|
20
|
+
*/
|
|
21
|
+
name?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Label text for the input
|
|
24
|
+
*/
|
|
25
|
+
label?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Number of OTP input fields
|
|
28
|
+
*/
|
|
29
|
+
length?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Placeholder text for each input field
|
|
32
|
+
*/
|
|
33
|
+
placeholder?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Whether the input is read-only
|
|
36
|
+
*/
|
|
37
|
+
isReadOnly?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Whether the input is disabled
|
|
40
|
+
*/
|
|
41
|
+
isDisabled?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the first input should be auto-focused
|
|
44
|
+
*/
|
|
45
|
+
isAutoFocus?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* The type of input to display
|
|
48
|
+
* - 'text': Regular text input (default)
|
|
49
|
+
* - 'password': Masked input for secure entry
|
|
50
|
+
* - 'number': Numeric input (uses text with inputMode="numeric" for better UX)
|
|
51
|
+
*/
|
|
52
|
+
type?: OTPInputType;
|
|
53
|
+
/**
|
|
54
|
+
* Callback fired when all input boxes have been filled
|
|
55
|
+
* Receives the complete OTP string
|
|
56
|
+
*/
|
|
57
|
+
onComplete?: (value: string) => void;
|
|
58
|
+
/**
|
|
59
|
+
* Callback when the OTP value changes
|
|
60
|
+
*/
|
|
61
|
+
onChange?: (value: string) => void;
|
|
62
|
+
/**
|
|
63
|
+
* Callback when the OTP text changes
|
|
64
|
+
*/
|
|
65
|
+
onChangeText?: (value: string) => void;
|
|
66
|
+
/**
|
|
67
|
+
* Callback when an input field loses focus
|
|
68
|
+
*/
|
|
69
|
+
onBlur?: (value: any) => void;
|
|
70
|
+
/**
|
|
71
|
+
* Callback when an input field is clicked
|
|
72
|
+
*/
|
|
73
|
+
onClick?: () => void;
|
|
74
|
+
/**
|
|
75
|
+
* Callback when an input field gains focus
|
|
76
|
+
*/
|
|
77
|
+
onFocus?: () => void;
|
|
78
|
+
/**
|
|
79
|
+
* Pattern for input validation
|
|
80
|
+
* Can be a RegExp or a string pattern
|
|
81
|
+
*/
|
|
82
|
+
pattern?: RegExp | string;
|
|
83
|
+
/**
|
|
84
|
+
* Function to transform pasted content
|
|
85
|
+
*/
|
|
86
|
+
pasteTransformer?: (pasted: string) => string;
|
|
87
|
+
/**
|
|
88
|
+
* Specific values that the OTP input can take
|
|
89
|
+
* Used for step-based OTP input
|
|
90
|
+
*/
|
|
91
|
+
stepValues?: number[];
|
|
92
|
+
/**
|
|
93
|
+
* Size of the input fields
|
|
94
|
+
*/
|
|
95
|
+
size?: Size;
|
|
96
|
+
/**
|
|
97
|
+
* Shadow effect for the input fields
|
|
98
|
+
*/
|
|
99
|
+
shadow?: Shadow | Elevation | ViewProps;
|
|
100
|
+
/**
|
|
101
|
+
* Shape of the input fields
|
|
102
|
+
*/
|
|
103
|
+
shape?: Shape;
|
|
104
|
+
/**
|
|
105
|
+
* Variant of the input fields
|
|
106
|
+
*/
|
|
107
|
+
variant?: Variant;
|
|
108
|
+
/**
|
|
109
|
+
* Gap between input fields
|
|
110
|
+
*/
|
|
111
|
+
gap?: number;
|
|
112
|
+
/**
|
|
113
|
+
* Custom styling for the component
|
|
114
|
+
*/
|
|
115
|
+
views?: OTPInputStyles;
|
|
116
|
+
}
|
|
117
|
+
export interface OTPInputViewProps extends OTPInputProps {
|
|
118
|
+
/**
|
|
119
|
+
* Current OTP value
|
|
120
|
+
*/
|
|
121
|
+
value: string;
|
|
122
|
+
/**
|
|
123
|
+
* Whether the input is focused
|
|
124
|
+
*/
|
|
125
|
+
isFocused: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* Whether the input is hovered
|
|
128
|
+
*/
|
|
129
|
+
isHovered: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* Setter for the OTP value
|
|
132
|
+
*/
|
|
133
|
+
setValue: (value: string) => void;
|
|
134
|
+
/**
|
|
135
|
+
* Setter for the focused state
|
|
136
|
+
*/
|
|
137
|
+
setIsFocused: (isFocused: boolean) => void;
|
|
138
|
+
/**
|
|
139
|
+
* Setter for the hovered state
|
|
140
|
+
*/
|
|
141
|
+
setIsHovered: (isHovered: boolean) => void;
|
|
142
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ClipboardEvent, KeyboardEvent, ChangeEvent } from 'react';
|
|
2
|
+
import { OTPInputProps } from './OTPInput.props';
|
|
3
|
+
export declare const useOTPInputState: ({ value: controlledValue, defaultValue, length, onChange, onChangeText, onComplete, pattern, stepValues, pasteTransformer, }: OTPInputProps) => {
|
|
4
|
+
value: string;
|
|
5
|
+
setValue: (newValue: string) => void;
|
|
6
|
+
isFocused: boolean;
|
|
7
|
+
setIsFocused: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
8
|
+
isHovered: boolean;
|
|
9
|
+
setIsHovered: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
10
|
+
inputRef: import("react").RefObject<HTMLInputElement>;
|
|
11
|
+
containerRef: import("react").RefObject<HTMLDivElement>;
|
|
12
|
+
mirrorSelectionStart: number | null;
|
|
13
|
+
mirrorSelectionEnd: number | null;
|
|
14
|
+
setMirrorSelectionStart: import("react").Dispatch<import("react").SetStateAction<number | null>>;
|
|
15
|
+
setMirrorSelectionEnd: import("react").Dispatch<import("react").SetStateAction<number | null>>;
|
|
16
|
+
setInputRef: (ref: HTMLInputElement | null) => void;
|
|
17
|
+
handleChange: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
18
|
+
handleFocus: () => void;
|
|
19
|
+
handleBlur: () => void;
|
|
20
|
+
handleKeyDown: (_: KeyboardEvent<HTMLInputElement>) => void;
|
|
21
|
+
handlePaste: (e: ClipboardEvent<HTMLInputElement>) => void;
|
|
22
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ViewProps } from 'app-studio';
|
|
2
|
+
/**
|
|
3
|
+
* Type of input for OTP fields
|
|
4
|
+
*/
|
|
5
|
+
export declare type OTPInputType = 'text' | 'password' | 'number';
|
|
6
|
+
/**
|
|
7
|
+
* Styles for different parts of the OTP input component
|
|
8
|
+
*/
|
|
9
|
+
export declare type OTPInputStyles = {
|
|
10
|
+
container?: ViewProps;
|
|
11
|
+
input?: ViewProps;
|
|
12
|
+
box?: ViewProps;
|
|
13
|
+
text?: ViewProps;
|
|
14
|
+
label?: ViewProps;
|
|
15
|
+
helperText?: ViewProps;
|
|
16
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OTPInputViewProps } from './OTPInput.props';
|
|
3
|
+
export declare const OTPInputContext: React.Context<{
|
|
4
|
+
slots: Array<{
|
|
5
|
+
char: string | null;
|
|
6
|
+
placeholderChar: string | null;
|
|
7
|
+
isActive: boolean;
|
|
8
|
+
hasFakeCaret: boolean;
|
|
9
|
+
}>;
|
|
10
|
+
isFocused: boolean;
|
|
11
|
+
isHovering: boolean;
|
|
12
|
+
}>;
|
|
13
|
+
declare const OTPInputView: React.FC<OTPInputViewProps & {
|
|
14
|
+
setInputRef: (ref: HTMLInputElement | null) => void;
|
|
15
|
+
inputRef: React.RefObject<HTMLInputElement>;
|
|
16
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
17
|
+
mirrorSelectionStart: number | null;
|
|
18
|
+
mirrorSelectionEnd: number | null;
|
|
19
|
+
setMirrorSelectionStart: (value: number | null) => void;
|
|
20
|
+
setMirrorSelectionEnd: (value: number | null) => void;
|
|
21
|
+
handlePaste: (e: React.ClipboardEvent<HTMLInputElement>) => void;
|
|
22
|
+
handleChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
23
|
+
handleFocus: () => void;
|
|
24
|
+
handleBlur: () => void;
|
|
25
|
+
handleKeyDown: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
26
|
+
stepValues?: number[];
|
|
27
|
+
}>;
|
|
28
|
+
export default OTPInputView;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function syncTimeouts(cb: (...args: any[]) => unknown): any[];
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { ViewProps } from 'app-studio';
|
|
2
|
+
import { PaginationStyles, PageSizeOption, Size, Variant, Shape } from './Pagination.type';
|
|
3
|
+
export interface PaginationProps extends ViewProps {
|
|
4
|
+
/**
|
|
5
|
+
* The current page number (1-based)
|
|
6
|
+
*/
|
|
7
|
+
currentPage: number;
|
|
8
|
+
/**
|
|
9
|
+
* The total number of pages
|
|
10
|
+
*/
|
|
11
|
+
totalPages: number;
|
|
12
|
+
/**
|
|
13
|
+
* Callback function when page changes
|
|
14
|
+
*/
|
|
15
|
+
onPageChange: (page: number) => void;
|
|
16
|
+
/**
|
|
17
|
+
* The number of items per page
|
|
18
|
+
*/
|
|
19
|
+
pageSize?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Available page size options
|
|
22
|
+
*/
|
|
23
|
+
pageSizeOptions?: PageSizeOption[];
|
|
24
|
+
/**
|
|
25
|
+
* Callback function when page size changes
|
|
26
|
+
*/
|
|
27
|
+
onPageSizeChange?: (pageSize: number) => void;
|
|
28
|
+
/**
|
|
29
|
+
* Whether to show the page size selector
|
|
30
|
+
*/
|
|
31
|
+
showPageSizeSelector?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Whether to show the page information text (e.g., "Page 1 of 10")
|
|
34
|
+
*/
|
|
35
|
+
showPageInfo?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* The maximum number of page buttons to show
|
|
38
|
+
*/
|
|
39
|
+
maxPageButtons?: number;
|
|
40
|
+
/**
|
|
41
|
+
* Whether to show the first and last page buttons
|
|
42
|
+
*/
|
|
43
|
+
showFirstLastButtons?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* The size of the pagination component
|
|
46
|
+
*/
|
|
47
|
+
size?: Size;
|
|
48
|
+
/**
|
|
49
|
+
* The visual style variant of the pagination component
|
|
50
|
+
*/
|
|
51
|
+
variant?: Variant;
|
|
52
|
+
/**
|
|
53
|
+
* The shape of the pagination buttons
|
|
54
|
+
*/
|
|
55
|
+
shape?: Shape;
|
|
56
|
+
/**
|
|
57
|
+
* Custom styles for different parts of the pagination component
|
|
58
|
+
*/
|
|
59
|
+
views?: PaginationStyles;
|
|
60
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ViewProps } from 'app-studio';
|
|
2
|
+
import { Size, Variant, Shape } from './Pagination.type';
|
|
3
|
+
export declare const PaginationSizes: Record<Size, ViewProps>;
|
|
4
|
+
export declare const PaginationVariants: Record<Variant, ViewProps>;
|
|
5
|
+
export declare const PaginationShapes: Record<Shape, ViewProps>;
|
|
6
|
+
export declare const ActivePageButtonStyles: ViewProps;
|
|
7
|
+
export declare const DisabledButtonStyles: ViewProps;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ViewProps } from 'app-studio';
|
|
2
|
+
export declare type Size = 'sm' | 'md' | 'lg';
|
|
3
|
+
export declare type Variant = 'default' | 'filled' | 'outline';
|
|
4
|
+
export declare type Shape = 'rounded' | 'square' | 'circular';
|
|
5
|
+
export interface PaginationStyles {
|
|
6
|
+
container?: ViewProps;
|
|
7
|
+
pageButton?: ViewProps;
|
|
8
|
+
activePageButton?: ViewProps;
|
|
9
|
+
navigationButton?: ViewProps;
|
|
10
|
+
pageInfo?: ViewProps;
|
|
11
|
+
pageSizeSelector?: ViewProps;
|
|
12
|
+
ellipsis?: ViewProps;
|
|
13
|
+
}
|
|
14
|
+
export interface PageSizeOption {
|
|
15
|
+
label: string;
|
|
16
|
+
value: number;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Pagination';
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { ViewProps } from 'app-studio';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Orientation, HandlePosition, Size, Variant, ResizableStyles, ResizableStorage } from './Resizable.type';
|
|
4
|
+
export interface ResizableProps {
|
|
5
|
+
/**
|
|
6
|
+
* The content of the resizable container
|
|
7
|
+
*/
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* The orientation of the resizable container
|
|
11
|
+
*/
|
|
12
|
+
orientation?: Orientation;
|
|
13
|
+
/**
|
|
14
|
+
* The size of the resize handles
|
|
15
|
+
*/
|
|
16
|
+
size?: Size;
|
|
17
|
+
/**
|
|
18
|
+
* The visual style variant of the resize handles
|
|
19
|
+
*/
|
|
20
|
+
variant?: Variant;
|
|
21
|
+
/**
|
|
22
|
+
* The default sizes of the panels in pixels or percentages
|
|
23
|
+
* If not provided, panels will have equal sizes
|
|
24
|
+
*/
|
|
25
|
+
defaultSizes?: (number | string)[];
|
|
26
|
+
/**
|
|
27
|
+
* Callback when panel sizes change
|
|
28
|
+
*/
|
|
29
|
+
onSizesChange?: (sizes: number[]) => void;
|
|
30
|
+
/**
|
|
31
|
+
* Minimum size of any panel in pixels
|
|
32
|
+
*/
|
|
33
|
+
minSize?: number;
|
|
34
|
+
/**
|
|
35
|
+
* Maximum size of any panel in pixels
|
|
36
|
+
*/
|
|
37
|
+
maxSize?: number;
|
|
38
|
+
/**
|
|
39
|
+
* Whether to collapse panels when they reach minSize
|
|
40
|
+
*/
|
|
41
|
+
collapsible?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Unique ID for persisting panel sizes in storage
|
|
44
|
+
*/
|
|
45
|
+
autoSaveId?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Storage mechanism for persisting panel sizes
|
|
48
|
+
* Defaults to localStorage if not provided
|
|
49
|
+
*/
|
|
50
|
+
storage?: ResizableStorage;
|
|
51
|
+
/**
|
|
52
|
+
* Amount to resize by when using keyboard navigation (in pixels)
|
|
53
|
+
* Defaults to 10px
|
|
54
|
+
*/
|
|
55
|
+
keyboardResizeBy?: number;
|
|
56
|
+
/**
|
|
57
|
+
* Custom styles for different parts of the resizable component
|
|
58
|
+
*/
|
|
59
|
+
views?: ResizableStyles;
|
|
60
|
+
/**
|
|
61
|
+
* Additional props to be spread to the container element
|
|
62
|
+
*/
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
}
|
|
65
|
+
export interface ResizablePanelProps {
|
|
66
|
+
/**
|
|
67
|
+
* The content of the panel
|
|
68
|
+
*/
|
|
69
|
+
children: React.ReactNode;
|
|
70
|
+
/**
|
|
71
|
+
* The id of the panel
|
|
72
|
+
*/
|
|
73
|
+
id: string;
|
|
74
|
+
/**
|
|
75
|
+
* The default size of the panel in pixels or percentage
|
|
76
|
+
*/
|
|
77
|
+
defaultSize?: number | string;
|
|
78
|
+
/**
|
|
79
|
+
* The minimum size of the panel in pixels
|
|
80
|
+
*/
|
|
81
|
+
minSize?: number;
|
|
82
|
+
/**
|
|
83
|
+
* The maximum size of the panel in pixels
|
|
84
|
+
*/
|
|
85
|
+
maxSize?: number;
|
|
86
|
+
/**
|
|
87
|
+
* Whether the panel can be collapsed
|
|
88
|
+
*/
|
|
89
|
+
collapsible?: boolean;
|
|
90
|
+
/**
|
|
91
|
+
* Whether the panel is initially collapsed
|
|
92
|
+
* Only works if collapsible is true
|
|
93
|
+
*/
|
|
94
|
+
defaultCollapsed?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* Callback when panel collapse state changes
|
|
97
|
+
*/
|
|
98
|
+
onCollapseChange?: (collapsed: boolean) => void;
|
|
99
|
+
/**
|
|
100
|
+
* Custom styles for the panel
|
|
101
|
+
*/
|
|
102
|
+
views?: {
|
|
103
|
+
panel?: ViewProps;
|
|
104
|
+
collapsedPanel?: ViewProps;
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* Additional props to be spread to the panel element
|
|
108
|
+
*/
|
|
109
|
+
[key: string]: any;
|
|
110
|
+
}
|
|
111
|
+
export interface ResizableHandleProps {
|
|
112
|
+
/**
|
|
113
|
+
* The id of the handle
|
|
114
|
+
*/
|
|
115
|
+
id: string;
|
|
116
|
+
/**
|
|
117
|
+
* The position of the handle
|
|
118
|
+
*/
|
|
119
|
+
position?: HandlePosition;
|
|
120
|
+
/**
|
|
121
|
+
* Whether the handle is disabled
|
|
122
|
+
*/
|
|
123
|
+
disabled?: boolean;
|
|
124
|
+
/**
|
|
125
|
+
* Whether to show a visual indicator when hovering over the handle
|
|
126
|
+
*/
|
|
127
|
+
withVisualIndicator?: boolean;
|
|
128
|
+
/**
|
|
129
|
+
* Whether to show a collapse button for adjacent panels
|
|
130
|
+
* Only works if the adjacent panel has collapsible=true
|
|
131
|
+
*/
|
|
132
|
+
withCollapseButton?: boolean;
|
|
133
|
+
/**
|
|
134
|
+
* The panel ID to collapse when clicking the collapse button
|
|
135
|
+
* If not provided, will collapse the panel before this handle
|
|
136
|
+
*/
|
|
137
|
+
collapseTarget?: string;
|
|
138
|
+
/**
|
|
139
|
+
* Custom styles for the handle
|
|
140
|
+
*/
|
|
141
|
+
views?: {
|
|
142
|
+
handle?: ViewProps;
|
|
143
|
+
handleIcon?: ViewProps;
|
|
144
|
+
collapseIcon?: ViewProps;
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* Additional props to be spread to the handle element
|
|
148
|
+
*/
|
|
149
|
+
[key: string]: any;
|
|
150
|
+
}
|
|
151
|
+
export interface ResizableType extends React.FC<ResizableProps> {
|
|
152
|
+
/**
|
|
153
|
+
* The panel component for the resizable container
|
|
154
|
+
*/
|
|
155
|
+
Panel: React.FC<ResizablePanelProps>;
|
|
156
|
+
/**
|
|
157
|
+
* The handle component for resizing panels
|
|
158
|
+
*/
|
|
159
|
+
Handle: React.FC<ResizableHandleProps>;
|
|
160
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Orientation, PanelInfo, ResizableStorage } from './Resizable.type';
|
|
3
|
+
export declare const useResizableState: (orientation: Orientation, defaultSizes?: (string | number)[] | undefined, onSizesChange?: ((sizes: number[]) => void) | undefined, defaultMinSize?: number, defaultMaxSize?: number, collapsible?: boolean, autoSaveId?: string | undefined, storage?: ResizableStorage | undefined, keyboardResizeBy?: number) => {
|
|
4
|
+
isResizing: boolean;
|
|
5
|
+
setIsResizing: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
6
|
+
containerRef: import("react").RefObject<HTMLDivElement>;
|
|
7
|
+
panels: PanelInfo[];
|
|
8
|
+
registerPanel: (id: string, initialSize: number, minSize?: number | undefined, maxSize?: number | undefined, panelCollapsible?: boolean | undefined) => void;
|
|
9
|
+
unregisterPanel: (id: string) => void;
|
|
10
|
+
getPanelSize: (id: string) => number;
|
|
11
|
+
setPanelSize: (id: string, size: number) => void;
|
|
12
|
+
isPanelCollapsed: (id: string) => boolean;
|
|
13
|
+
togglePanelCollapse: (id: string) => void;
|
|
14
|
+
startResize: (handleId: string, clientPosition: number) => void;
|
|
15
|
+
onResize: (clientPosition: number) => void;
|
|
16
|
+
endResize: () => void;
|
|
17
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ViewProps } from 'app-studio';
|
|
2
|
+
import { Orientation, Size, Variant } from './Resizable.type';
|
|
3
|
+
export declare const ResizableOrientations: Record<Orientation, ViewProps>;
|
|
4
|
+
export declare const getHandleSizeStyles: (size: Size, orientation: Orientation) => ViewProps;
|
|
5
|
+
export declare const HandleVariants: Record<Variant, ViewProps>;
|
|
6
|
+
export declare const HandleIconStyles: Record<Orientation, ViewProps>;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { ViewProps } from 'app-studio';
|
|
2
|
+
export declare type Orientation = 'horizontal' | 'vertical';
|
|
3
|
+
export declare type HandlePosition = 'start' | 'end' | 'both';
|
|
4
|
+
export declare type Size = 'sm' | 'md' | 'lg';
|
|
5
|
+
export declare type Variant = 'default' | 'subtle' | 'prominent';
|
|
6
|
+
/**
|
|
7
|
+
* Storage interface for persisting panel layouts
|
|
8
|
+
*/
|
|
9
|
+
export interface ResizableStorage {
|
|
10
|
+
/**
|
|
11
|
+
* Get stored panel sizes by ID
|
|
12
|
+
*/
|
|
13
|
+
getItem: (id: string) => string | null;
|
|
14
|
+
/**
|
|
15
|
+
* Store panel sizes by ID
|
|
16
|
+
*/
|
|
17
|
+
setItem: (id: string, value: string) => void;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Panel information tracked by the Resizable component
|
|
21
|
+
*/
|
|
22
|
+
export interface PanelInfo {
|
|
23
|
+
id: string;
|
|
24
|
+
size: number;
|
|
25
|
+
minSize?: number;
|
|
26
|
+
maxSize?: number;
|
|
27
|
+
collapsible?: boolean;
|
|
28
|
+
collapsed?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export interface ResizableContextType {
|
|
31
|
+
orientation: Orientation;
|
|
32
|
+
size: Size;
|
|
33
|
+
variant: Variant;
|
|
34
|
+
isResizing: boolean;
|
|
35
|
+
setIsResizing: (isResizing: boolean) => void;
|
|
36
|
+
registerPanel: (id: string, initialSize: number, minSize?: number, maxSize?: number, collapsible?: boolean) => void;
|
|
37
|
+
unregisterPanel: (id: string) => void;
|
|
38
|
+
getPanelSize: (id: string) => number;
|
|
39
|
+
setPanelSize: (id: string, size: number) => void;
|
|
40
|
+
isPanelCollapsed: (id: string) => boolean;
|
|
41
|
+
togglePanelCollapse: (id: string) => void;
|
|
42
|
+
startResize: (handleId: string, clientPosition: number) => void;
|
|
43
|
+
onResize: (clientPosition: number) => void;
|
|
44
|
+
endResize: () => void;
|
|
45
|
+
}
|
|
46
|
+
export interface ResizableStyles {
|
|
47
|
+
container?: ViewProps;
|
|
48
|
+
panel?: ViewProps;
|
|
49
|
+
collapsedPanel?: ViewProps;
|
|
50
|
+
handle?: ViewProps & {
|
|
51
|
+
_hover?: ViewProps;
|
|
52
|
+
_active?: ViewProps;
|
|
53
|
+
};
|
|
54
|
+
handleIcon?: ViewProps;
|
|
55
|
+
collapseIcon?: ViewProps;
|
|
56
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ResizableProps, ResizablePanelProps, ResizableHandleProps } from './Resizable.props';
|
|
3
|
+
import { ResizableContextType } from './Resizable.type';
|
|
4
|
+
export declare const useResizableContext: () => ResizableContextType;
|
|
5
|
+
export declare const ResizableProvider: React.FC<{
|
|
6
|
+
value: ResizableContextType;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
}>;
|
|
9
|
+
export declare const ResizablePanel: React.FC<ResizablePanelProps>;
|
|
10
|
+
export declare const ResizableHandle: React.FC<ResizableHandleProps>;
|
|
11
|
+
export declare const ResizableView: React.FC<ResizableProps & {
|
|
12
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
13
|
+
}>;
|