@ncds/ui-admin 0.0.32 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/temp/assets/scripts/datePicker.d.ts +49 -0
- package/dist/temp/assets/scripts/datePicker.d.ts.map +1 -0
- package/dist/temp/assets/scripts/datePicker.js +232 -0
- package/dist/temp/assets/scripts/index.d.ts +7 -0
- package/dist/temp/assets/scripts/index.d.ts.map +1 -0
- package/dist/temp/assets/scripts/index.js +8 -0
- package/dist/temp/assets/scripts/slider.d.ts.map +1 -0
- package/dist/temp/assets/scripts/slider.js +331 -0
- package/dist/temp/assets/scripts/tab.d.ts +8 -0
- package/dist/temp/assets/scripts/tab.d.ts.map +1 -0
- package/dist/temp/assets/scripts/tab.js +35 -0
- package/dist/{types → temp}/constant/color.d.ts +1 -0
- package/dist/temp/constant/color.d.ts.map +1 -0
- package/dist/temp/constant/color.js +32 -0
- package/dist/temp/constant/size.d.ts.map +1 -0
- package/dist/temp/constant/size.js +1 -0
- package/dist/temp/docusaurus/docusaurus.config.d.ts +4 -0
- package/dist/temp/docusaurus/docusaurus.config.d.ts.map +1 -0
- package/dist/temp/docusaurus/docusaurus.config.js +300 -0
- package/dist/temp/docusaurus/sidebars.d.ts +14 -0
- package/dist/temp/docusaurus/sidebars.d.ts.map +1 -0
- package/dist/temp/docusaurus/sidebars.js +104 -0
- package/dist/temp/docusaurus/src/components/Badge.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/Badge.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Badge.js +1 -0
- package/dist/temp/docusaurus/src/components/BadgeGroup.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/BadgeGroup.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/BadgeGroup.js +1 -0
- package/dist/temp/docusaurus/src/components/BreadCrumb.d.ts +3 -0
- package/dist/temp/docusaurus/src/components/BreadCrumb.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/BreadCrumb.js +2 -0
- package/dist/temp/docusaurus/src/components/Button.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/Button.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Button.js +1 -0
- package/dist/temp/docusaurus/src/components/ButtonGroup.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/ButtonGroup.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/ButtonGroup.js +1 -0
- package/dist/temp/docusaurus/src/components/CarouselArrow.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/CarouselArrow.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/CarouselArrow.js +1 -0
- package/dist/temp/docusaurus/src/components/CarouselNumberGroup.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/CarouselNumberGroup.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/CarouselNumberGroup.js +1 -0
- package/dist/temp/docusaurus/src/components/Checkbox.d.ts +4 -0
- package/dist/temp/docusaurus/src/components/Checkbox.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Checkbox.js +20 -0
- package/dist/temp/docusaurus/src/components/CodeTabs/index.d.ts +10 -0
- package/dist/temp/docusaurus/src/components/CodeTabs/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/CodeTabs/index.js +143 -0
- package/dist/temp/docusaurus/src/components/ColorSwatch.d.ts +9 -0
- package/dist/temp/docusaurus/src/components/ColorSwatch.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/ColorSwatch.js +37 -0
- package/dist/temp/docusaurus/src/components/DatePicker.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/DatePicker.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/DatePicker.js +1 -0
- package/dist/temp/docusaurus/src/components/Divider.d.ts +3 -0
- package/dist/temp/docusaurus/src/components/Divider.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Divider.js +2 -0
- package/dist/temp/docusaurus/src/components/Dot.d.ts +3 -0
- package/dist/temp/docusaurus/src/components/Dot.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Dot.js +1 -0
- package/dist/temp/docusaurus/src/components/Dropdown.d.ts +4 -0
- package/dist/temp/docusaurus/src/components/Dropdown.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Dropdown.js +20 -0
- package/dist/temp/docusaurus/src/components/EmptyState.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/EmptyState.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/EmptyState.js +1 -0
- package/dist/temp/docusaurus/src/components/ExampleCode/index.d.ts +9 -0
- package/dist/temp/docusaurus/src/components/ExampleCode/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/ExampleCode/index.js +30 -0
- package/dist/temp/docusaurus/src/components/ExampleContainer/index.d.ts +8 -0
- package/dist/temp/docusaurus/src/components/ExampleContainer/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/ExampleContainer/index.js +30 -0
- package/dist/temp/docusaurus/src/components/FeaturedIcon.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/FeaturedIcon.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/FeaturedIcon.js +1 -0
- package/dist/temp/docusaurus/src/components/HorizontalTab.d.ts +3 -0
- package/dist/temp/docusaurus/src/components/HorizontalTab.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/HorizontalTab.js +2 -0
- package/dist/temp/docusaurus/src/components/IconList.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/IconList.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/IconList.js +1588 -0
- package/dist/temp/docusaurus/src/components/Input.d.ts +4 -0
- package/dist/temp/docusaurus/src/components/Input.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Input.js +3 -0
- package/dist/temp/docusaurus/src/components/InteractiveExample/index.d.ts +19 -0
- package/dist/temp/docusaurus/src/components/InteractiveExample/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/InteractiveExample/index.js +174 -0
- package/dist/temp/docusaurus/src/components/InteractiveIconWrapper.d.ts +46 -0
- package/dist/temp/docusaurus/src/components/InteractiveIconWrapper.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/InteractiveIconWrapper.js +211 -0
- package/dist/temp/docusaurus/src/components/Modal.d.ts +8 -0
- package/dist/temp/docusaurus/src/components/Modal.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Modal.js +30 -0
- package/dist/temp/docusaurus/src/components/Notification.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/Notification.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Notification.js +1 -0
- package/dist/temp/docusaurus/src/components/PaginationExample.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/PaginationExample.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/PaginationExample.js +1 -0
- package/dist/temp/docusaurus/src/components/ProgressBar.d.ts +3 -0
- package/dist/temp/docusaurus/src/components/ProgressBar.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/ProgressBar.js +2 -0
- package/dist/temp/docusaurus/src/components/ProgressCircle.d.ts +3 -0
- package/dist/temp/docusaurus/src/components/ProgressCircle.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/ProgressCircle.js +2 -0
- package/dist/temp/docusaurus/src/components/Radio.d.ts +4 -0
- package/dist/temp/docusaurus/src/components/Radio.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Radio.js +20 -0
- package/dist/temp/docusaurus/src/components/RangeDatePicker.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/RangeDatePicker.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/RangeDatePicker.js +1 -0
- package/dist/temp/docusaurus/src/components/RangeDatePickerWithButtons.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/RangeDatePickerWithButtons.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/RangeDatePickerWithButtons.js +1 -0
- package/dist/temp/docusaurus/src/components/Select.d.ts +4 -0
- package/dist/temp/docusaurus/src/components/Select.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Select.js +17 -0
- package/dist/temp/docusaurus/src/components/Slider.d.ts +3 -0
- package/dist/temp/docusaurus/src/components/Slider.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Slider.js +1 -0
- package/dist/temp/docusaurus/src/components/Spinner.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/Spinner.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Spinner.js +1 -0
- package/dist/temp/docusaurus/src/components/Table.d.ts +43 -0
- package/dist/temp/docusaurus/src/components/Table.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Table.js +56 -0
- package/dist/temp/docusaurus/src/components/Tabs.d.ts +27 -0
- package/dist/temp/docusaurus/src/components/Tabs.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Tabs.js +49 -0
- package/dist/temp/docusaurus/src/components/Tag.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/Tag.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Tag.js +16 -0
- package/dist/temp/docusaurus/src/components/Toggle.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/Toggle.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/Toggle.js +19 -0
- package/dist/temp/docusaurus/src/components/TooltipExample.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/TooltipExample.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/TooltipExample.js +1 -0
- package/dist/temp/docusaurus/src/components/VerticalTab.d.ts +3 -0
- package/dist/temp/docusaurus/src/components/VerticalTab.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/VerticalTab.js +2 -0
- package/dist/temp/docusaurus/src/components/demos/BadgeGroupDemo.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/demos/BadgeGroupDemo.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/demos/BadgeGroupDemo.js +46 -0
- package/dist/temp/docusaurus/src/components/demos/DividerDemo.d.ts +9 -0
- package/dist/temp/docusaurus/src/components/demos/DividerDemo.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/demos/DividerDemo.js +40 -0
- package/dist/temp/docusaurus/src/components/demos/DotDemo.d.ts +5 -0
- package/dist/temp/docusaurus/src/components/demos/DotDemo.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/demos/DotDemo.js +17 -0
- package/dist/temp/docusaurus/src/components/demos/DropdownDemo.d.ts +19 -0
- package/dist/temp/docusaurus/src/components/demos/DropdownDemo.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/demos/DropdownDemo.js +89 -0
- package/dist/temp/docusaurus/src/components/demos/FeaturedIconDemo.d.ts +9 -0
- package/dist/temp/docusaurus/src/components/demos/FeaturedIconDemo.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/demos/FeaturedIconDemo.js +6 -0
- package/dist/temp/docusaurus/src/components/demos/ModalDemo.d.ts +27 -0
- package/dist/temp/docusaurus/src/components/demos/ModalDemo.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/demos/ModalDemo.js +51 -0
- package/dist/temp/docusaurus/src/components/demos/NotificationDemo.d.ts +48 -0
- package/dist/temp/docusaurus/src/components/demos/NotificationDemo.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/demos/NotificationDemo.js +77 -0
- package/dist/temp/docusaurus/src/components/demos/SliderDemo.d.ts +18 -0
- package/dist/temp/docusaurus/src/components/demos/SliderDemo.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/demos/SliderDemo.js +24 -0
- package/dist/temp/docusaurus/src/components/demos/index.d.ts +8 -0
- package/dist/temp/docusaurus/src/components/demos/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/demos/index.js +7 -0
- package/dist/temp/docusaurus/src/components/index.d.ts +2 -0
- package/dist/temp/docusaurus/src/components/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/components/index.js +2 -0
- package/dist/temp/docusaurus/src/pages/index.d.ts +4 -0
- package/dist/temp/docusaurus/src/pages/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/pages/index.js +10 -0
- package/dist/temp/docusaurus/src/step-guide-example/BasicExample.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/BasicExample.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/BasicExample.js +47 -0
- package/dist/temp/docusaurus/src/step-guide-example/ClickableDim.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/ClickableDim.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/ClickableDim.js +48 -0
- package/dist/temp/docusaurus/src/step-guide-example/CustomStyle.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/CustomStyle.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/CustomStyle.js +50 -0
- package/dist/temp/docusaurus/src/step-guide-example/EndCallback.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/EndCallback.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/EndCallback.js +62 -0
- package/dist/temp/docusaurus/src/step-guide-example/GoToStep.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/GoToStep.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/GoToStep.js +65 -0
- package/dist/temp/docusaurus/src/step-guide-example/NoTargetElement.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/NoTargetElement.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/NoTargetElement.js +63 -0
- package/dist/temp/docusaurus/src/step-guide-example/NotUseAnimation.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/NotUseAnimation.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/NotUseAnimation.js +48 -0
- package/dist/temp/docusaurus/src/step-guide-example/PositionExample.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/PositionExample.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/PositionExample.js +52 -0
- package/dist/temp/docusaurus/src/step-guide-example/SetBtnLabel.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/SetBtnLabel.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/SetBtnLabel.js +52 -0
- package/dist/temp/docusaurus/src/step-guide-example/SkipBtn.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/SkipBtn.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/SkipBtn.js +54 -0
- package/dist/temp/docusaurus/src/step-guide-example/StepCount.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/StepCount.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/StepCount.js +65 -0
- package/dist/temp/docusaurus/src/step-guide-example/UseHtml.d.ts +3 -0
- package/dist/temp/docusaurus/src/step-guide-example/UseHtml.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/UseHtml.js +46 -0
- package/dist/temp/docusaurus/src/step-guide-example/component/ExampleContainer.d.ts +7 -0
- package/dist/temp/docusaurus/src/step-guide-example/component/ExampleContainer.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/component/ExampleContainer.js +21 -0
- package/dist/temp/docusaurus/src/step-guide-example/util/index.d.ts +5 -0
- package/dist/temp/docusaurus/src/step-guide-example/util/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/step-guide-example/util/index.js +16 -0
- package/dist/temp/docusaurus/src/theme/BlogArchivePage/index.d.ts +6 -0
- package/dist/temp/docusaurus/src/theme/BlogArchivePage/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/theme/BlogArchivePage/index.js +46 -0
- package/dist/temp/docusaurus/src/theme/BlogSidebar/index.d.ts +6 -0
- package/dist/temp/docusaurus/src/theme/BlogSidebar/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/theme/BlogSidebar/index.js +30 -0
- package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/Items/Home/index.d.ts +3 -0
- package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/Items/Home/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/Items/Home/index.js +25 -0
- package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/StructuredData/index.d.ts +4 -0
- package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/StructuredData/index.js +20 -0
- package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/index.d.ts +3 -0
- package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/index.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/index.js +46 -0
- package/dist/temp/docusaurus/src/utils/html.d.ts +3 -0
- package/dist/temp/docusaurus/src/utils/html.d.ts.map +1 -0
- package/dist/temp/docusaurus/src/utils/html.js +100 -0
- package/dist/temp/index.d.ts.map +1 -0
- package/dist/{esm → temp}/index.js +1 -1
- package/dist/temp/src/components/badge/Badge.d.ts.map +1 -0
- package/dist/temp/src/components/badge/Badge.js +22 -0
- package/dist/{types → temp}/src/components/badge/BadgeGroup.d.ts +4 -2
- package/dist/temp/src/components/badge/BadgeGroup.d.ts.map +1 -0
- package/dist/temp/src/components/badge/BadgeGroup.js +31 -0
- package/dist/temp/src/components/badge/index.d.ts.map +1 -0
- package/dist/temp/src/components/badge/index.js +2 -0
- package/dist/temp/src/components/badge/utils.d.ts.map +1 -0
- package/dist/temp/src/components/badge/utils.js +16 -0
- package/dist/temp/src/components/breadcrumb/BreadCrumb.d.ts.map +1 -0
- package/dist/temp/src/components/breadcrumb/BreadCrumb.js +30 -0
- package/dist/temp/src/components/breadcrumb/index.d.ts.map +1 -0
- package/dist/temp/src/components/breadcrumb/index.js +1 -0
- package/dist/{types → temp}/src/components/button/Button.d.ts +1 -1
- package/dist/temp/src/components/button/Button.d.ts.map +1 -0
- package/dist/temp/src/components/button/Button.js +89 -0
- package/dist/temp/src/components/button/ButtonCloseX.d.ts +9 -0
- package/dist/temp/src/components/button/ButtonCloseX.d.ts.map +1 -0
- package/dist/temp/src/components/button/ButtonCloseX.js +24 -0
- package/dist/temp/src/components/button/ButtonGroup.d.ts.map +1 -0
- package/dist/temp/src/components/button/ButtonGroup.js +71 -0
- package/dist/temp/src/components/button/index.d.ts.map +1 -0
- package/dist/temp/src/components/button/index.js +2 -0
- package/dist/temp/src/components/carousel/CarouselArrow.d.ts.map +1 -0
- package/dist/temp/src/components/carousel/CarouselArrow.js +23 -0
- package/dist/temp/src/components/carousel/CarouselNumberGroup.d.ts.map +1 -0
- package/dist/temp/src/components/carousel/CarouselNumberGroup.js +23 -0
- package/dist/temp/src/components/carousel/index.d.ts.map +1 -0
- package/dist/temp/src/components/carousel/index.js +2 -0
- package/dist/temp/src/components/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/temp/src/components/checkbox/Checkbox.js +29 -0
- package/dist/temp/src/components/checkbox/CheckboxInput.d.ts.map +1 -0
- package/dist/temp/src/components/checkbox/CheckboxInput.js +37 -0
- package/dist/temp/src/components/checkbox/index.d.ts.map +1 -0
- package/dist/temp/src/components/checkbox/index.js +2 -0
- package/dist/{types → temp}/src/components/date-picker/DatePicker.d.ts +3 -2
- package/dist/temp/src/components/date-picker/DatePicker.d.ts.map +1 -0
- package/dist/temp/src/components/date-picker/DatePicker.js +39 -0
- package/dist/{types → temp}/src/components/date-picker/RangeDatePicker.d.ts +2 -1
- package/dist/temp/src/components/date-picker/RangeDatePicker.d.ts.map +1 -0
- package/dist/temp/src/components/date-picker/RangeDatePicker.js +127 -0
- package/dist/temp/src/components/date-picker/RangeDatePickerWithButtons.d.ts.map +1 -0
- package/dist/temp/src/components/date-picker/RangeDatePickerWithButtons.js +46 -0
- package/dist/temp/src/components/date-picker/index.d.ts.map +1 -0
- package/dist/{esm → temp}/src/components/date-picker/index.js +1 -1
- package/dist/temp/src/components/date-picker/utils.d.ts.map +1 -0
- package/dist/temp/src/components/date-picker/utils.js +8 -0
- package/dist/temp/src/components/divider/Divider.d.ts.map +1 -0
- package/dist/temp/src/components/divider/Divider.js +24 -0
- package/dist/temp/src/components/divider/index.d.ts.map +1 -0
- package/dist/temp/src/components/divider/index.js +1 -0
- package/dist/temp/src/components/dot/Dot.d.ts.map +1 -0
- package/dist/temp/src/components/dot/Dot.js +30 -0
- package/dist/temp/src/components/dot/index.d.ts.map +1 -0
- package/dist/temp/src/components/dot/index.js +1 -0
- package/dist/{types → temp}/src/components/dropdown/Dropdown.d.ts +1 -0
- package/dist/temp/src/components/dropdown/Dropdown.d.ts.map +1 -0
- package/dist/temp/src/components/dropdown/Dropdown.js +82 -0
- package/dist/temp/src/components/dropdown/index.d.ts.map +1 -0
- package/dist/temp/src/components/dropdown/index.js +1 -0
- package/dist/temp/src/components/empty-state/EmptyState.d.ts.map +1 -0
- package/dist/temp/src/components/empty-state/EmptyState.js +32 -0
- package/dist/temp/src/components/empty-state/index.d.ts.map +1 -0
- package/dist/temp/src/components/empty-state/index.js +1 -0
- package/dist/temp/src/components/featured-icon/FeaturedIcon.d.ts.map +1 -0
- package/dist/temp/src/components/featured-icon/FeaturedIcon.js +36 -0
- package/dist/temp/src/components/featured-icon/index.d.ts.map +1 -0
- package/dist/temp/src/components/featured-icon/index.js +1 -0
- package/dist/temp/src/components/index.d.ts.map +1 -0
- package/dist/{esm → temp}/src/components/index.js +1 -1
- package/dist/temp/src/components/input/InputBase.d.ts.map +1 -0
- package/dist/temp/src/components/input/InputBase.js +91 -0
- package/dist/{types → temp}/src/components/input/PasswordInput.d.ts +1 -0
- package/dist/temp/src/components/input/PasswordInput.d.ts.map +1 -0
- package/dist/temp/src/components/input/PasswordInput.js +75 -0
- package/dist/temp/src/components/input/Textarea.d.ts.map +1 -0
- package/dist/temp/src/components/input/Textarea.js +60 -0
- package/dist/temp/src/components/input/index.d.ts.map +1 -0
- package/dist/{esm → temp}/src/components/input/index.js +1 -1
- package/dist/{types → temp}/src/components/modal/Modal.d.ts +1 -1
- package/dist/temp/src/components/modal/Modal.d.ts.map +1 -0
- package/dist/temp/src/components/modal/Modal.js +100 -0
- package/dist/temp/src/components/modal/index.d.ts.map +1 -0
- package/dist/temp/src/components/modal/index.js +1 -0
- package/dist/{types → temp}/src/components/notification/FloatingNotification.d.ts +3 -4
- package/dist/temp/src/components/notification/FloatingNotification.d.ts.map +1 -0
- package/dist/temp/src/components/notification/FloatingNotification.js +50 -0
- package/dist/{types → temp}/src/components/notification/FullWidthNotification.d.ts +3 -4
- package/dist/temp/src/components/notification/FullWidthNotification.d.ts.map +1 -0
- package/dist/temp/src/components/notification/FullWidthNotification.js +47 -0
- package/dist/{types → temp}/src/components/notification/Notification.d.ts +5 -4
- package/dist/temp/src/components/notification/Notification.d.ts.map +1 -0
- package/dist/temp/src/components/notification/Notification.js +31 -0
- package/dist/{types → temp}/src/components/notification/index.d.ts +1 -1
- package/dist/temp/src/components/notification/index.d.ts.map +1 -0
- package/dist/{esm → temp}/src/components/notification/index.js +1 -1
- package/dist/temp/src/components/pagination/NavButton.d.ts.map +1 -0
- package/dist/temp/src/components/pagination/NavButton.js +66 -0
- package/dist/temp/src/components/pagination/Pagination.d.ts.map +1 -0
- package/dist/temp/src/components/pagination/Pagination.js +97 -0
- package/dist/temp/src/components/pagination/index.d.ts.map +1 -0
- package/dist/temp/src/components/pagination/index.js +2 -0
- package/dist/temp/src/components/progress-bar/ProgressBar.d.ts.map +1 -0
- package/dist/temp/src/components/progress-bar/ProgressBar.js +25 -0
- package/dist/temp/src/components/progress-bar/index.d.ts.map +1 -0
- package/dist/temp/src/components/progress-bar/index.js +1 -0
- package/dist/temp/src/components/progress-circle/ProgressCircle.d.ts.map +1 -0
- package/dist/temp/src/components/progress-circle/ProgressCircle.js +22 -0
- package/dist/temp/src/components/progress-circle/index.d.ts.map +1 -0
- package/dist/temp/src/components/progress-circle/index.js +1 -0
- package/dist/temp/src/components/radio/Radio.d.ts.map +1 -0
- package/dist/temp/src/components/radio/Radio.js +29 -0
- package/dist/temp/src/components/radio/RadioInput.d.ts.map +1 -0
- package/dist/temp/src/components/radio/RadioInput.js +29 -0
- package/dist/temp/src/components/radio/index.d.ts.map +1 -0
- package/dist/temp/src/components/radio/index.js +2 -0
- package/dist/temp/src/components/select/Select.d.ts.map +1 -0
- package/dist/temp/src/components/select/Select.js +38 -0
- package/dist/temp/src/components/select/index.d.ts.map +1 -0
- package/dist/temp/src/components/select/index.js +1 -0
- package/dist/{types → temp}/src/components/shared/hintText/HintText.d.ts +1 -0
- package/dist/temp/src/components/shared/hintText/HintText.d.ts.map +1 -0
- package/dist/temp/src/components/shared/hintText/HintText.js +28 -0
- package/dist/temp/src/components/shared/hintText/index.d.ts.map +1 -0
- package/dist/temp/src/components/shared/hintText/index.js +1 -0
- package/dist/temp/src/components/shared/index.d.ts.map +1 -0
- package/dist/{esm → temp}/src/components/shared/index.js +1 -1
- package/dist/{types → temp}/src/components/shared/label/Label.d.ts +1 -0
- package/dist/temp/src/components/shared/label/Label.d.ts.map +1 -0
- package/dist/temp/src/components/shared/label/Label.js +28 -0
- package/dist/temp/src/components/shared/label/index.d.ts.map +1 -0
- package/dist/temp/src/components/shared/label/index.js +1 -0
- package/dist/temp/src/components/slider/Slider.d.ts.map +1 -0
- package/dist/temp/src/components/slider/Slider.js +44 -0
- package/dist/temp/src/components/slider/index.d.ts.map +1 -0
- package/dist/temp/src/components/slider/index.js +1 -0
- package/dist/temp/src/components/spinner/Spinner.d.ts.map +1 -0
- package/dist/temp/src/components/spinner/Spinner.js +21 -0
- package/dist/temp/src/components/spinner/index.d.ts.map +1 -0
- package/dist/{esm → temp}/src/components/spinner/index.js +1 -1
- package/dist/temp/src/components/tab/HorizontalTab.d.ts.map +1 -0
- package/dist/temp/src/components/tab/HorizontalTab.js +44 -0
- package/dist/temp/src/components/tab/TabButton.d.ts.map +1 -0
- package/dist/temp/src/components/tab/TabButton.js +38 -0
- package/dist/temp/src/components/tab/VerticalTab.d.ts.map +1 -0
- package/dist/temp/src/components/tab/VerticalTab.js +39 -0
- package/dist/temp/src/components/tab/index.d.ts.map +1 -0
- package/dist/{esm → temp}/src/components/tab/index.js +1 -1
- package/dist/temp/src/components/tag/Tag.d.ts.map +1 -0
- package/dist/temp/src/components/tag/Tag.js +34 -0
- package/dist/temp/src/components/tag/index.d.ts.map +1 -0
- package/dist/temp/src/components/tag/index.js +1 -0
- package/dist/temp/src/components/toggle/Toggle.d.ts.map +1 -0
- package/dist/temp/src/components/toggle/Toggle.js +30 -0
- package/dist/temp/src/components/toggle/index.d.ts.map +1 -0
- package/dist/temp/src/components/toggle/index.js +1 -0
- package/dist/temp/src/components/tooltip/Tooltip.d.ts.map +1 -0
- package/dist/temp/src/components/tooltip/Tooltip.js +23 -0
- package/dist/temp/src/components/tooltip/index.d.ts.map +1 -0
- package/dist/temp/src/components/tooltip/index.js +1 -0
- package/dist/temp/src/constant/breakpoint.d.ts +7 -0
- package/dist/temp/src/constant/breakpoint.d.ts.map +1 -0
- package/dist/temp/src/constant/breakpoint.js +6 -0
- package/dist/temp/src/constant/date-picker.d.ts.map +1 -0
- package/dist/temp/src/constant/date-picker.js +53 -0
- package/dist/temp/src/constant/index.d.ts.map +1 -0
- package/dist/temp/src/constant/index.js +2 -0
- package/dist/temp/src/constant/size.d.ts.map +1 -0
- package/dist/temp/src/constant/size.js +1 -0
- package/dist/temp/src/hooks/useMediaQuery.d.ts +6 -0
- package/dist/temp/src/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/temp/src/hooks/useMediaQuery.js +20 -0
- package/dist/temp/src/utils/date-picker.d.ts.map +1 -0
- package/dist/temp/src/utils/date-picker.js +12 -0
- package/dist/temp/tsconfig.tsbuildinfo +1 -0
- package/package.json +3 -2
- package/dist/cjs/assets/scripts/index.js +0 -27
- package/dist/cjs/assets/scripts/slider.js +0 -341
- package/dist/cjs/assets/scripts/test.js +0 -10
- package/dist/cjs/constant/color.js +0 -37
- package/dist/cjs/constant/size.js +0 -5
- package/dist/cjs/index.js +0 -313
- package/dist/cjs/src/components/badge/Badge.js +0 -52
- package/dist/cjs/src/components/badge/BadgeGroup.js +0 -57
- package/dist/cjs/src/components/badge/index.js +0 -27
- package/dist/cjs/src/components/badge/utils.js +0 -33
- package/dist/cjs/src/components/breadcrumb/BreadCrumb.js +0 -67
- package/dist/cjs/src/components/breadcrumb/index.js +0 -16
- package/dist/cjs/src/components/button/Button.js +0 -127
- package/dist/cjs/src/components/button/ButtonGroup.js +0 -121
- package/dist/cjs/src/components/button/index.js +0 -27
- package/dist/cjs/src/components/carousel/CarouselArrow.js +0 -41
- package/dist/cjs/src/components/carousel/CarouselNumberGroup.js +0 -46
- package/dist/cjs/src/components/carousel/index.js +0 -27
- package/dist/cjs/src/components/checkbox/Checkbox.js +0 -70
- package/dist/cjs/src/components/checkbox/CheckboxInput.js +0 -96
- package/dist/cjs/src/components/checkbox/index.js +0 -27
- package/dist/cjs/src/components/date-picker/DatePicker.js +0 -87
- package/dist/cjs/src/components/date-picker/RangeDatePicker.js +0 -118
- package/dist/cjs/src/components/date-picker/RangeDatePickerWithButtons.js +0 -92
- package/dist/cjs/src/components/date-picker/index.js +0 -49
- package/dist/cjs/src/components/date-picker/utils.js +0 -18
- package/dist/cjs/src/components/divider/Divider.js +0 -47
- package/dist/cjs/src/components/divider/index.js +0 -16
- package/dist/cjs/src/components/dot/Dot.js +0 -41
- package/dist/cjs/src/components/dot/index.js +0 -16
- package/dist/cjs/src/components/dropdown/Dropdown.js +0 -206
- package/dist/cjs/src/components/dropdown/index.js +0 -16
- package/dist/cjs/src/components/empty-state/EmptyState.js +0 -58
- package/dist/cjs/src/components/empty-state/index.js +0 -16
- package/dist/cjs/src/components/featured-icon/FeaturedIcon.js +0 -62
- package/dist/cjs/src/components/featured-icon/index.js +0 -16
- package/dist/cjs/src/components/index.js +0 -291
- package/dist/cjs/src/components/input/InputBase.js +0 -184
- package/dist/cjs/src/components/input/PasswordInput.js +0 -94
- package/dist/cjs/src/components/input/Textarea.js +0 -115
- package/dist/cjs/src/components/input/index.js +0 -38
- package/dist/cjs/src/components/modal/Modal.js +0 -196
- package/dist/cjs/src/components/modal/index.js +0 -16
- package/dist/cjs/src/components/notification/FloatingNotification.js +0 -104
- package/dist/cjs/src/components/notification/FullWidthNotification.js +0 -112
- package/dist/cjs/src/components/notification/Notification.js +0 -66
- package/dist/cjs/src/components/notification/index.js +0 -38
- package/dist/cjs/src/components/pagination/NavButton.js +0 -93
- package/dist/cjs/src/components/pagination/Pagination.js +0 -161
- package/dist/cjs/src/components/pagination/index.js +0 -27
- package/dist/cjs/src/components/progress-bar/ProgressBar.js +0 -57
- package/dist/cjs/src/components/progress-bar/index.js +0 -16
- package/dist/cjs/src/components/progress-circle/ProgressCircle.js +0 -121
- package/dist/cjs/src/components/progress-circle/index.js +0 -16
- package/dist/cjs/src/components/radio/Radio.js +0 -65
- package/dist/cjs/src/components/radio/RadioInput.js +0 -50
- package/dist/cjs/src/components/radio/index.js +0 -27
- package/dist/cjs/src/components/select/Select.js +0 -98
- package/dist/cjs/src/components/select/index.js +0 -16
- package/dist/cjs/src/components/shared/hintText/HintText.js +0 -43
- package/dist/cjs/src/components/shared/hintText/index.js +0 -16
- package/dist/cjs/src/components/shared/index.js +0 -27
- package/dist/cjs/src/components/shared/label/Label.js +0 -43
- package/dist/cjs/src/components/shared/label/index.js +0 -16
- package/dist/cjs/src/components/slider/Slider.js +0 -64
- package/dist/cjs/src/components/slider/index.js +0 -16
- package/dist/cjs/src/components/spinner/Spinner.js +0 -53
- package/dist/cjs/src/components/spinner/index.js +0 -27
- package/dist/cjs/src/components/tab/HorizontalTab.js +0 -77
- package/dist/cjs/src/components/tab/TabButton.js +0 -76
- package/dist/cjs/src/components/tab/VerticalTab.js +0 -75
- package/dist/cjs/src/components/tab/index.js +0 -38
- package/dist/cjs/src/components/tag/Tag.js +0 -78
- package/dist/cjs/src/components/tag/index.js +0 -16
- package/dist/cjs/src/components/toggle/Toggle.js +0 -75
- package/dist/cjs/src/components/toggle/index.js +0 -16
- package/dist/cjs/src/components/tooltip/Tooltip.js +0 -74
- package/dist/cjs/src/components/tooltip/index.js +0 -16
- package/dist/cjs/src/constant/date-picker.js +0 -63
- package/dist/cjs/src/constant/index.js +0 -27
- package/dist/cjs/src/constant/size.js +0 -7
- package/dist/cjs/src/utils/date-picker.js +0 -26
- package/dist/esm/assets/scripts/index.js +0 -2
- package/dist/esm/assets/scripts/slider.js +0 -336
- package/dist/esm/assets/scripts/test.js +0 -3
- package/dist/esm/constant/color.js +0 -31
- package/dist/esm/constant/size.js +0 -1
- package/dist/esm/src/components/badge/Badge.js +0 -44
- package/dist/esm/src/components/badge/BadgeGroup.js +0 -49
- package/dist/esm/src/components/badge/index.js +0 -2
- package/dist/esm/src/components/badge/utils.js +0 -25
- package/dist/esm/src/components/breadcrumb/BreadCrumb.js +0 -59
- package/dist/esm/src/components/breadcrumb/index.js +0 -1
- package/dist/esm/src/components/button/Button.js +0 -120
- package/dist/esm/src/components/button/ButtonGroup.js +0 -111
- package/dist/esm/src/components/button/index.js +0 -2
- package/dist/esm/src/components/carousel/CarouselArrow.js +0 -33
- package/dist/esm/src/components/carousel/CarouselNumberGroup.js +0 -38
- package/dist/esm/src/components/carousel/index.js +0 -2
- package/dist/esm/src/components/checkbox/Checkbox.js +0 -62
- package/dist/esm/src/components/checkbox/CheckboxInput.js +0 -89
- package/dist/esm/src/components/checkbox/index.js +0 -2
- package/dist/esm/src/components/date-picker/DatePicker.js +0 -79
- package/dist/esm/src/components/date-picker/RangeDatePicker.js +0 -110
- package/dist/esm/src/components/date-picker/RangeDatePickerWithButtons.js +0 -85
- package/dist/esm/src/components/date-picker/utils.js +0 -10
- package/dist/esm/src/components/divider/Divider.js +0 -40
- package/dist/esm/src/components/divider/index.js +0 -1
- package/dist/esm/src/components/dot/Dot.js +0 -34
- package/dist/esm/src/components/dot/index.js +0 -1
- package/dist/esm/src/components/dropdown/Dropdown.js +0 -198
- package/dist/esm/src/components/dropdown/index.js +0 -1
- package/dist/esm/src/components/empty-state/EmptyState.js +0 -51
- package/dist/esm/src/components/empty-state/index.js +0 -1
- package/dist/esm/src/components/featured-icon/FeaturedIcon.js +0 -55
- package/dist/esm/src/components/featured-icon/index.js +0 -1
- package/dist/esm/src/components/input/InputBase.js +0 -177
- package/dist/esm/src/components/input/PasswordInput.js +0 -87
- package/dist/esm/src/components/input/Textarea.js +0 -108
- package/dist/esm/src/components/modal/Modal.js +0 -188
- package/dist/esm/src/components/modal/index.js +0 -1
- package/dist/esm/src/components/notification/FloatingNotification.js +0 -97
- package/dist/esm/src/components/notification/FullWidthNotification.js +0 -105
- package/dist/esm/src/components/notification/Notification.js +0 -59
- package/dist/esm/src/components/pagination/NavButton.js +0 -86
- package/dist/esm/src/components/pagination/Pagination.js +0 -153
- package/dist/esm/src/components/pagination/index.js +0 -2
- package/dist/esm/src/components/progress-bar/ProgressBar.js +0 -50
- package/dist/esm/src/components/progress-bar/index.js +0 -1
- package/dist/esm/src/components/progress-circle/ProgressCircle.js +0 -114
- package/dist/esm/src/components/progress-circle/index.js +0 -1
- package/dist/esm/src/components/radio/Radio.js +0 -57
- package/dist/esm/src/components/radio/RadioInput.js +0 -43
- package/dist/esm/src/components/radio/index.js +0 -2
- package/dist/esm/src/components/select/Select.js +0 -91
- package/dist/esm/src/components/select/index.js +0 -1
- package/dist/esm/src/components/shared/hintText/HintText.js +0 -35
- package/dist/esm/src/components/shared/hintText/index.js +0 -1
- package/dist/esm/src/components/shared/label/Label.js +0 -35
- package/dist/esm/src/components/shared/label/index.js +0 -1
- package/dist/esm/src/components/slider/Slider.js +0 -57
- package/dist/esm/src/components/slider/index.js +0 -1
- package/dist/esm/src/components/spinner/Spinner.js +0 -45
- package/dist/esm/src/components/tab/HorizontalTab.js +0 -69
- package/dist/esm/src/components/tab/TabButton.js +0 -68
- package/dist/esm/src/components/tab/VerticalTab.js +0 -67
- package/dist/esm/src/components/tag/Tag.js +0 -70
- package/dist/esm/src/components/tag/index.js +0 -1
- package/dist/esm/src/components/toggle/Toggle.js +0 -67
- package/dist/esm/src/components/toggle/index.js +0 -1
- package/dist/esm/src/components/tooltip/Tooltip.js +0 -66
- package/dist/esm/src/components/tooltip/index.js +0 -1
- package/dist/esm/src/constant/date-picker.js +0 -57
- package/dist/esm/src/constant/index.js +0 -2
- package/dist/esm/src/constant/size.js +0 -1
- package/dist/esm/src/utils/date-picker.js +0 -17
- package/dist/types/assets/scripts/index.d.ts +0 -3
- package/dist/types/assets/scripts/test.d.ts +0 -2
- package/dist/ui-admin/assets/images/sprite.png +0 -0
- package/dist/ui-admin/assets/styles/style.css +0 -3688
- /package/dist/{types → temp}/assets/scripts/slider.d.ts +0 -0
- /package/dist/{types → temp}/constant/size.d.ts +0 -0
- /package/dist/{types → temp}/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/badge/Badge.d.ts +0 -0
- /package/dist/{types → temp}/src/components/badge/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/badge/utils.d.ts +0 -0
- /package/dist/{types → temp}/src/components/breadcrumb/BreadCrumb.d.ts +0 -0
- /package/dist/{types → temp}/src/components/breadcrumb/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/button/ButtonGroup.d.ts +0 -0
- /package/dist/{types → temp}/src/components/button/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/carousel/CarouselArrow.d.ts +0 -0
- /package/dist/{types → temp}/src/components/carousel/CarouselNumberGroup.d.ts +0 -0
- /package/dist/{types → temp}/src/components/carousel/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/checkbox/Checkbox.d.ts +0 -0
- /package/dist/{types → temp}/src/components/checkbox/CheckboxInput.d.ts +0 -0
- /package/dist/{types → temp}/src/components/checkbox/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/date-picker/RangeDatePickerWithButtons.d.ts +0 -0
- /package/dist/{types → temp}/src/components/date-picker/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/date-picker/utils.d.ts +0 -0
- /package/dist/{types → temp}/src/components/divider/Divider.d.ts +0 -0
- /package/dist/{types → temp}/src/components/divider/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/dot/Dot.d.ts +0 -0
- /package/dist/{types → temp}/src/components/dot/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/dropdown/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/empty-state/EmptyState.d.ts +0 -0
- /package/dist/{types → temp}/src/components/empty-state/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/featured-icon/FeaturedIcon.d.ts +0 -0
- /package/dist/{types → temp}/src/components/featured-icon/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/input/InputBase.d.ts +0 -0
- /package/dist/{types → temp}/src/components/input/Textarea.d.ts +0 -0
- /package/dist/{types → temp}/src/components/input/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/modal/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/pagination/NavButton.d.ts +0 -0
- /package/dist/{types → temp}/src/components/pagination/Pagination.d.ts +0 -0
- /package/dist/{types → temp}/src/components/pagination/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/progress-bar/ProgressBar.d.ts +0 -0
- /package/dist/{types → temp}/src/components/progress-bar/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/progress-circle/ProgressCircle.d.ts +0 -0
- /package/dist/{types → temp}/src/components/progress-circle/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/radio/Radio.d.ts +0 -0
- /package/dist/{types → temp}/src/components/radio/RadioInput.d.ts +0 -0
- /package/dist/{types → temp}/src/components/radio/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/select/Select.d.ts +0 -0
- /package/dist/{types → temp}/src/components/select/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/shared/hintText/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/shared/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/shared/label/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/slider/Slider.d.ts +0 -0
- /package/dist/{types → temp}/src/components/slider/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/spinner/Spinner.d.ts +0 -0
- /package/dist/{types → temp}/src/components/spinner/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/tab/HorizontalTab.d.ts +0 -0
- /package/dist/{types → temp}/src/components/tab/TabButton.d.ts +0 -0
- /package/dist/{types → temp}/src/components/tab/VerticalTab.d.ts +0 -0
- /package/dist/{types → temp}/src/components/tab/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/tag/Tag.d.ts +0 -0
- /package/dist/{types → temp}/src/components/tag/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/toggle/Toggle.d.ts +0 -0
- /package/dist/{types → temp}/src/components/toggle/index.d.ts +0 -0
- /package/dist/{types → temp}/src/components/tooltip/Tooltip.d.ts +0 -0
- /package/dist/{types → temp}/src/components/tooltip/index.d.ts +0 -0
- /package/dist/{types → temp}/src/constant/date-picker.d.ts +0 -0
- /package/dist/{types → temp}/src/constant/index.d.ts +0 -0
- /package/dist/{types → temp}/src/constant/size.d.ts +0 -0
- /package/dist/{types → temp}/src/utils/date-picker.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/components/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,6CAA6C,CAAC;AAC5E,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React, { CSSProperties } from 'react';
|
|
2
|
+
export interface PropControl {
|
|
3
|
+
name: string;
|
|
4
|
+
type: 'string' | 'boolean' | 'select' | 'reactNode' | 'number' | 'object' | 'array';
|
|
5
|
+
default?: any;
|
|
6
|
+
options?: string[];
|
|
7
|
+
description?: string;
|
|
8
|
+
fields?: PropControl[];
|
|
9
|
+
isArray?: boolean;
|
|
10
|
+
itemType?: PropControl;
|
|
11
|
+
}
|
|
12
|
+
export interface InteractiveExampleProps {
|
|
13
|
+
component: React.ComponentType<any>;
|
|
14
|
+
initialProps: Record<string, any>;
|
|
15
|
+
controls: PropControl[];
|
|
16
|
+
previewStyle?: CSSProperties;
|
|
17
|
+
}
|
|
18
|
+
export default function InteractiveExample({ component: Component, initialProps, controls, previewStyle, }: InteractiveExampleProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../docusaurus/src/components/InteractiveExample/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAwC,MAAM,OAAO,CAAC;AAGnF,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpF,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,WAAW,CAAC;CACxB;AAED,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IACpC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAClC,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,aAAa,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,SAAS,EAAE,SAAS,EACpB,YAAY,EACZ,QAAQ,EACR,YAAiB,GAClB,EAAE,uBAAuB,2CAiXzB"}
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
13
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
14
|
+
if (ar || !(i in from)) {
|
|
15
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
16
|
+
ar[i] = from[i];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
20
|
+
};
|
|
21
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
22
|
+
import { useEffect, useMemo, useRef, useState } from 'react';
|
|
23
|
+
import CodeTabs from '../CodeTabs';
|
|
24
|
+
export default function InteractiveExample(_a) {
|
|
25
|
+
var Component = _a.component, initialProps = _a.initialProps, controls = _a.controls, _b = _a.previewStyle, previewStyle = _b === void 0 ? {} : _b;
|
|
26
|
+
var _c = useState(initialProps), props = _c[0], setProps = _c[1];
|
|
27
|
+
var _d = useState(false), showCode = _d[0], setShowCode = _d[1];
|
|
28
|
+
var componentRef = useRef(null);
|
|
29
|
+
var _e = useState(''), htmlCode = _e[0], setHtmlCode = _e[1];
|
|
30
|
+
var handlePropChange = function (name, value) {
|
|
31
|
+
setProps(function (prev) {
|
|
32
|
+
var _a;
|
|
33
|
+
var newProps = __assign(__assign({}, prev), (_a = {}, _a[name] = value, _a));
|
|
34
|
+
return newProps;
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
var handleNumberChange = function (name, value) {
|
|
38
|
+
var numValue = value === '' ? 0 : Number(value);
|
|
39
|
+
if (!isNaN(numValue)) {
|
|
40
|
+
setProps(function (prev) {
|
|
41
|
+
var _a;
|
|
42
|
+
return (__assign(__assign({}, prev), (_a = {}, _a[name] = numValue, _a)));
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
var handleReactNodeChange = function (name, jsonString) {
|
|
47
|
+
try {
|
|
48
|
+
if (!jsonString.trim()) {
|
|
49
|
+
setProps(function (prev) {
|
|
50
|
+
var _a;
|
|
51
|
+
return (__assign(__assign({}, prev), (_a = {}, _a[name] = undefined, _a)));
|
|
52
|
+
});
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
var processedJson = jsonString;
|
|
56
|
+
if (!jsonString.startsWith('{')) {
|
|
57
|
+
processedJson = "{".concat(processedJson);
|
|
58
|
+
}
|
|
59
|
+
if (!jsonString.endsWith('}')) {
|
|
60
|
+
processedJson = "".concat(processedJson, "}");
|
|
61
|
+
}
|
|
62
|
+
var parsedValue_1 = JSON.parse(processedJson);
|
|
63
|
+
setProps(function (prev) {
|
|
64
|
+
var _a;
|
|
65
|
+
return (__assign(__assign({}, prev), (_a = {}, _a[name] = parsedValue_1, _a)));
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
catch (error) {
|
|
69
|
+
setProps(function (prev) {
|
|
70
|
+
var _a;
|
|
71
|
+
return (__assign(__assign({}, prev), (_a = {}, _a[name] = jsonString, _a)));
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
var codeExample = useMemo(function () {
|
|
76
|
+
var formattedProps = Object.entries(props)
|
|
77
|
+
.map(function (_a) {
|
|
78
|
+
var key = _a[0], value = _a[1];
|
|
79
|
+
if (typeof value === 'string') {
|
|
80
|
+
if (value.startsWith('{') && value.endsWith('}')) {
|
|
81
|
+
try {
|
|
82
|
+
var parsed = JSON.parse(value);
|
|
83
|
+
return "".concat(key, "={").concat(JSON.stringify(parsed), "}");
|
|
84
|
+
}
|
|
85
|
+
catch (_b) {
|
|
86
|
+
return "".concat(key, "=\"").concat(value, "\"");
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return "".concat(key, "=\"").concat(value, "\"");
|
|
90
|
+
}
|
|
91
|
+
else if (typeof value === 'boolean') {
|
|
92
|
+
return value ? "".concat(key) : '';
|
|
93
|
+
}
|
|
94
|
+
else if (value === null || value === undefined) {
|
|
95
|
+
return '';
|
|
96
|
+
}
|
|
97
|
+
else if (typeof value === 'object') {
|
|
98
|
+
return "".concat(key, "={").concat(JSON.stringify(value), "}");
|
|
99
|
+
}
|
|
100
|
+
else {
|
|
101
|
+
return "".concat(key, "={").concat(JSON.stringify(value), "}");
|
|
102
|
+
}
|
|
103
|
+
})
|
|
104
|
+
.filter(Boolean)
|
|
105
|
+
.join(' ');
|
|
106
|
+
// 컴포넌트 이름 추출
|
|
107
|
+
var componentName = Component.displayName || Component.name || 'Component';
|
|
108
|
+
return "<".concat(componentName, " ").concat(formattedProps, " />");
|
|
109
|
+
}, [props, Component]);
|
|
110
|
+
var toggleCodePanel = function () {
|
|
111
|
+
setShowCode(function (prev) { return !prev; });
|
|
112
|
+
};
|
|
113
|
+
// HTML 코드 추출
|
|
114
|
+
useEffect(function () {
|
|
115
|
+
var interval = setInterval(function () {
|
|
116
|
+
if (componentRef.current) {
|
|
117
|
+
var targetDiv = componentRef.current;
|
|
118
|
+
if (!targetDiv)
|
|
119
|
+
return;
|
|
120
|
+
var extractedHtml = targetDiv.innerHTML;
|
|
121
|
+
setHtmlCode(extractedHtml);
|
|
122
|
+
}
|
|
123
|
+
}, 500);
|
|
124
|
+
return function () { return clearInterval(interval); };
|
|
125
|
+
}, []);
|
|
126
|
+
return (_jsxs("div", __assign({ className: "interactive-example" }, { children: [_jsx("div", __assign({ className: "preview-container", style: previewStyle }, { children: _jsx(Component, __assign({}, props)) })), showCode && (_jsxs("div", __assign({ className: "code-panel" }, { children: [_jsx("div", __assign({ ref: componentRef, style: { display: 'none', visibility: 'hidden' } }, { children: _jsx(Component, __assign({}, props)) })), _jsx(CodeTabs, { reactCode: codeExample, componentToConvert: _jsx(Component, __assign({}, props)) })] }))), _jsxs("div", __assign({ className: "controls-container" }, { children: [_jsxs("div", __assign({ className: "controls-header" }, { children: [_jsx("h3", { children: "Controls" }), _jsx("button", __assign({ className: "code-toggle-btn", onClick: toggleCodePanel }, { children: showCode ? 'Hide code' : 'Show code' }))] })), _jsx("div", __assign({ className: "controls-grid" }, { children: controls.map(function (control) {
|
|
127
|
+
var _a;
|
|
128
|
+
return (_jsxs("div", __assign({ className: "control-item" }, { children: [_jsxs("div", __assign({ className: "control-label" }, { children: [_jsx("span", __assign({ className: "control-name" }, { children: control.name })), _jsx("span", __assign({ className: "control-type" }, { children: control.type }))] })), control.description && _jsx("div", __assign({ className: "control-description" }, { children: control.description })), _jsxs("div", __assign({ className: "control-input" }, { children: [control.type === 'string' && (_jsx("input", { type: "text", value: props[control.name] || '', onChange: function (e) { return handlePropChange(control.name, e.target.value); }, className: "text-input" })), control.type === 'number' && (_jsx("input", { type: "number", value: (_a = props[control.name]) !== null && _a !== void 0 ? _a : '', onChange: function (e) { return handleNumberChange(control.name, e.target.value); }, className: "text-input" })), control.type === 'boolean' && (_jsxs("div", __assign({ className: "boolean-toggle" }, { children: [_jsx("button", __assign({ className: "toggle-btn ".concat(props[control.name] === false ? 'active' : ''), onClick: function () { return handlePropChange(control.name, false); } }, { children: "False" })), _jsx("button", __assign({ className: "toggle-btn ".concat(props[control.name] === true ? 'active' : ''), onClick: function () { return handlePropChange(control.name, true); } }, { children: "True" }))] }))), control.type === 'select' && control.options && (_jsxs("select", __assign({ value: props[control.name] || '', onChange: function (e) { return handlePropChange(control.name, e.target.value); }, className: "select-input" }, { children: [_jsx("option", __assign({ value: "" }, { children: "Choose option..." })), control.options.map(function (option) { return (_jsx("option", __assign({ value: option }, { children: option }), option)); })] }))), control.type === 'reactNode' && (_jsxs("div", { children: [_jsx("textarea", { value: typeof props[control.name] === 'object'
|
|
129
|
+
? JSON.stringify(props[control.name], null, 2)
|
|
130
|
+
: props[control.name] || '', onChange: function (e) { return handleReactNodeChange(control.name, e.target.value); }, className: "textarea-input", placeholder: '\uC608: { "type": "icon", "icon": "arrow-left" }', rows: 3 }), _jsxs("div", __assign({ className: "help-text" }, { children: ["\uC544\uC774\uCF58 \uC608\uC2DC: ", "{ \"type\": \"icon\", \"icon\": \"arrow-left\" }"] }))] })), control.type === 'object' && control.fields && (_jsxs("div", __assign({ className: "object-control" }, { children: [(control.isArray ? props[control.name] || [] : [props[control.name]]).map(function (item, index) { return (_jsxs("div", __assign({ className: "object-item" }, { children: [control.fields.map(function (field) { return (_jsxs("div", __assign({ className: "field-item" }, { children: [_jsx("div", __assign({ className: "field-label" }, { children: field.name })), field.type === 'string' && (_jsx("input", { type: "text", value: (item === null || item === void 0 ? void 0 : item[field.name]) || '', onChange: function (e) {
|
|
131
|
+
var _a;
|
|
132
|
+
var newValue = __spreadArray([], (props[control.name] || []), true);
|
|
133
|
+
newValue[index] = __assign(__assign({}, newValue[index]), (_a = {}, _a[field.name] = e.target.value, _a));
|
|
134
|
+
handlePropChange(control.name, newValue);
|
|
135
|
+
}, className: "text-input" })), field.type === 'select' && field.options && (_jsxs("select", __assign({ value: (item === null || item === void 0 ? void 0 : item[field.name]) || '', onChange: function (e) {
|
|
136
|
+
var _a;
|
|
137
|
+
var newValue = __spreadArray([], (props[control.name] || []), true);
|
|
138
|
+
newValue[index] = __assign(__assign({}, newValue[index]), (_a = {}, _a[field.name] = e.target.value || undefined, _a));
|
|
139
|
+
handlePropChange(control.name, newValue);
|
|
140
|
+
}, className: "select-input" }, { children: [_jsx("option", __assign({ value: "" }, { children: "\uC120\uD0DD..." })), field.options.map(function (option) { return (_jsx("option", __assign({ value: option }, { children: option }), option)); })] })))] }), field.name)); }), control.isArray && (_jsx("button", __assign({ onClick: function () {
|
|
141
|
+
var newValue = __spreadArray([], (props[control.name] || []), true);
|
|
142
|
+
newValue.splice(index, 1);
|
|
143
|
+
handlePropChange(control.name, newValue);
|
|
144
|
+
}, className: "remove-btn" }, { children: "\uC0AD\uC81C" })))] }), index)); }), control.isArray && (_jsx("button", __assign({ onClick: function () {
|
|
145
|
+
var _a;
|
|
146
|
+
var newItem = (_a = control.fields) === null || _a === void 0 ? void 0 : _a.reduce(function (acc, field) {
|
|
147
|
+
var _a;
|
|
148
|
+
return (__assign(__assign({}, acc), (_a = {}, _a[field.name] = field.default || '', _a)));
|
|
149
|
+
}, {});
|
|
150
|
+
handlePropChange(control.name, __spreadArray(__spreadArray([], (props[control.name] || []), true), [newItem], false));
|
|
151
|
+
}, className: "add-btn" }, { children: "+ \uCD94\uAC00" })))] }))), control.type === 'array' && control.itemType && (_jsxs("div", __assign({ className: "array-control" }, { children: [(props[control.name] || []).map(function (item, index) { return (_jsxs("div", __assign({ className: "array-item" }, { children: [control.itemType.type === 'object' && control.itemType.fields && (_jsx("div", __assign({ className: "object-fields" }, { children: control.itemType.fields.map(function (field) { return (_jsxs("div", __assign({ className: "field-item" }, { children: [_jsx("div", __assign({ className: "field-label" }, { children: field.name })), field.type === 'string' && (_jsx("input", { type: "text", value: item[field.name] || '', onChange: function (e) {
|
|
152
|
+
var _a;
|
|
153
|
+
var newValue = __spreadArray([], (props[control.name] || []), true);
|
|
154
|
+
newValue[index] = __assign(__assign({}, newValue[index]), (_a = {}, _a[field.name] = e.target.value, _a));
|
|
155
|
+
handlePropChange(control.name, newValue);
|
|
156
|
+
}, className: "text-input" })), field.type === 'select' && field.options && (_jsxs("select", __assign({ value: item[field.name] || '', onChange: function (e) {
|
|
157
|
+
var _a;
|
|
158
|
+
var newValue = __spreadArray([], (props[control.name] || []), true);
|
|
159
|
+
newValue[index] = __assign(__assign({}, newValue[index]), (_a = {}, _a[field.name] = e.target.value || undefined, _a));
|
|
160
|
+
handlePropChange(control.name, newValue);
|
|
161
|
+
}, className: "select-input" }, { children: [_jsx("option", __assign({ value: "" }, { children: "\uC120\uD0DD..." })), field.options.map(function (option) { return (_jsx("option", __assign({ value: option }, { children: option }), option)); })] })))] }), field.name)); }) }))), _jsx("button", __assign({ onClick: function () {
|
|
162
|
+
var newValue = __spreadArray([], (props[control.name] || []), true);
|
|
163
|
+
newValue.splice(index, 1);
|
|
164
|
+
handlePropChange(control.name, newValue);
|
|
165
|
+
}, className: "remove-btn" }, { children: "\uC0AD\uC81C" }))] }), index)); }), _jsxs("button", __assign({ onClick: function () {
|
|
166
|
+
var _a, _b;
|
|
167
|
+
var newItem = (_b = (_a = control.itemType) === null || _a === void 0 ? void 0 : _a.fields) === null || _b === void 0 ? void 0 : _b.reduce(function (acc, field) {
|
|
168
|
+
var _a;
|
|
169
|
+
return (__assign(__assign({}, acc), (_a = {}, _a[field.name] = field.default || '', _a)));
|
|
170
|
+
}, {});
|
|
171
|
+
handlePropChange(control.name, __spreadArray(__spreadArray([], (props[control.name] || []), true), [newItem], false));
|
|
172
|
+
}, className: "add-btn" }, { children: [_jsx("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, { children: _jsx("path", { d: "M8 3v10M3 8h10", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }) })), "\uCD94\uAC00"] }))] })))] }))] }), control.name));
|
|
173
|
+
}) }))] }))] })));
|
|
174
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* 아이콘 선택 기능을 가진 고차 컴포넌트
|
|
4
|
+
*
|
|
5
|
+
* 이 컴포넌트는 leadingIconName과 trailingIconName props를 받아
|
|
6
|
+
* 실제 컴포넌트가 사용할 수 있는 leadingIcon과 trailingIcon 객체로 변환합니다.
|
|
7
|
+
*
|
|
8
|
+
* @param Component 래핑할 대상 컴포넌트
|
|
9
|
+
* @returns 아이콘 선택 기능이 추가된 새 컴포넌트
|
|
10
|
+
*/
|
|
11
|
+
export declare function withSlotSelection<P>(Component: React.ComponentType<P>): {
|
|
12
|
+
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
displayName: string;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* 아이콘 선택 옵션 목록
|
|
17
|
+
* 여러 컴포넌트에서 재사용 가능한 아이콘 옵션 목록
|
|
18
|
+
*/
|
|
19
|
+
export declare const ICON_SELECT_OPTIONS: string[];
|
|
20
|
+
export declare const ButtonDemo: {
|
|
21
|
+
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
displayName: string;
|
|
23
|
+
};
|
|
24
|
+
export declare const BadgeDemo: {
|
|
25
|
+
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
displayName: string;
|
|
27
|
+
};
|
|
28
|
+
export declare const SelectDemo: any;
|
|
29
|
+
export declare const TooltipDemo: any;
|
|
30
|
+
export declare const TextareaDemo: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export declare const DatePickerDemo: any;
|
|
32
|
+
export declare const CarouselNumberGroupDemo: any;
|
|
33
|
+
export declare const CarouselArrowDemo: any;
|
|
34
|
+
export declare const SpinnerDemo: any;
|
|
35
|
+
export declare const PaginationDemo: any;
|
|
36
|
+
export declare const ToggleDemo: any;
|
|
37
|
+
export declare const RadioDemo: any;
|
|
38
|
+
export declare const InputDemo: any;
|
|
39
|
+
export declare const ProgressBarDemo: any;
|
|
40
|
+
export declare const ButtonGroupDemo: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
41
|
+
export declare const CheckboxDemo: any;
|
|
42
|
+
export declare const HorizontalTabDemo: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
43
|
+
export declare const VerticalTabDemo: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
export declare const ProgressCircleDemo: any;
|
|
45
|
+
export declare const BadgeGroupDemo: ({ label, groupLabel, type, color, size, leadingIconType, groupIconType, ...props }: any) => import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
//# sourceMappingURL=InteractiveIconWrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InteractiveIconWrapper.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/components/InteractiveIconWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqB1B;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;YAE1B,GAAG;;EAqC9C;AAED;;;GAGG;AACH,eAAO,MAAM,mBAAmB,UAA2E,CAAC;AAG5G,eAAO,MAAM,UAAU;YA9CqB,GAAG;;CA8CI,CAAC;AAGpD,eAAO,MAAM,SAAS;YAjDsB,GAAG;;CAiDE,CAAC;AAIlD,eAAO,MAAM,UAAU,KAAgB,CAAC;AAGxC,eAAO,MAAM,WAAW,KAAiB,CAAC;AAG1C,eAAO,MAAM,YAAY,yDAQxB,CAAC;AAIF,eAAO,MAAM,cAAc,KAAoB,CAAC;AAGhD,eAAO,MAAM,uBAAuB,KAA6B,CAAC;AAGlE,eAAO,MAAM,iBAAiB,KAAuB,CAAC;AAGtD,eAAO,MAAM,WAAW,KAAiB,CAAC;AAG1C,eAAO,MAAM,cAAc,KAAoB,CAAC;AAGhD,eAAO,MAAM,UAAU,KAAgB,CAAC;AAGxC,eAAO,MAAM,SAAS,KAAe,CAAC;AAGtC,eAAO,MAAM,SAAS,KAAmB,CAAC;AAG1C,eAAO,MAAM,eAAe,KAAqB,CAAC;AAGlD,eAAO,MAAM,eAAe,yDA+E3B,CAAC;AAIF,eAAO,MAAM,YAAY,KAAkB,CAAC;AAkC5C,eAAO,MAAM,iBAAiB,yDAc7B,CAAC;AAIF,eAAO,MAAM,eAAe,yDAe3B,CAAC;AAIF,eAAO,MAAM,kBAAkB,KAAwB,CAAC;AAGxD,eAAO,MAAM,cAAc,uFASxB,GAAG,4CAsBL,CAAC"}
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
|
+
import { Badge } from './Badge';
|
|
25
|
+
import { BadgeGroup } from './BadgeGroup';
|
|
26
|
+
import { Button } from './Button';
|
|
27
|
+
import { ButtonGroup } from './ButtonGroup';
|
|
28
|
+
import { CarouselArrow } from './CarouselArrow';
|
|
29
|
+
import { CarouselNumberGroup } from './CarouselNumberGroup';
|
|
30
|
+
import Checkbox from './Checkbox';
|
|
31
|
+
import { DatePicker } from './DatePicker';
|
|
32
|
+
import HorizontalTab from './HorizontalTab';
|
|
33
|
+
import { InputBase, Textarea } from './Input';
|
|
34
|
+
import { Pagination } from './PaginationExample';
|
|
35
|
+
import ProgressBar from './ProgressBar';
|
|
36
|
+
import ProgressCircle from './ProgressCircle';
|
|
37
|
+
import Radio from './Radio';
|
|
38
|
+
import Select from './Select';
|
|
39
|
+
import { Spinner } from './Spinner';
|
|
40
|
+
import Toggle from './Toggle';
|
|
41
|
+
import { Tooltip } from './TooltipExample';
|
|
42
|
+
import VerticalTab from './VerticalTab';
|
|
43
|
+
/**
|
|
44
|
+
* 아이콘 선택 기능을 가진 고차 컴포넌트
|
|
45
|
+
*
|
|
46
|
+
* 이 컴포넌트는 leadingIconName과 trailingIconName props를 받아
|
|
47
|
+
* 실제 컴포넌트가 사용할 수 있는 leadingIcon과 trailingIcon 객체로 변환합니다.
|
|
48
|
+
*
|
|
49
|
+
* @param Component 래핑할 대상 컴포넌트
|
|
50
|
+
* @returns 아이콘 선택 기능이 추가된 새 컴포넌트
|
|
51
|
+
*/
|
|
52
|
+
export function withSlotSelection(Component) {
|
|
53
|
+
// 원래 컴포넌트의 이름을 유지하기 위해 displayName을 복사
|
|
54
|
+
var WrappedComponent = function (props) {
|
|
55
|
+
var leadingIconType = props.leadingIconType, trailingIconType = props.trailingIconType, restProps = __rest(props, ["leadingIconType", "trailingIconType"]);
|
|
56
|
+
// 최종 전달할 props
|
|
57
|
+
var finalProps = __assign({}, restProps);
|
|
58
|
+
// leadingIcon 처리
|
|
59
|
+
if (leadingIconType && leadingIconType !== 'none') {
|
|
60
|
+
if (leadingIconType === 'icon') {
|
|
61
|
+
finalProps.leadingIcon = {
|
|
62
|
+
type: 'icon',
|
|
63
|
+
icon: 'arrow-left',
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
else if (leadingIconType === 'dot') {
|
|
67
|
+
finalProps.leadingIcon = { type: 'dot' };
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
// trailingIcon 처리
|
|
71
|
+
if (trailingIconType && trailingIconType !== 'none') {
|
|
72
|
+
if (trailingIconType === 'icon') {
|
|
73
|
+
finalProps.trailingIcon = { type: 'icon', icon: 'arrow-left' };
|
|
74
|
+
}
|
|
75
|
+
else if (trailingIconType === 'dot') {
|
|
76
|
+
finalProps.trailingIcon = { type: 'dot' };
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
// 고유한 키를 사용하여 컴포넌트 강제 리렌더링
|
|
80
|
+
var uniqueKey = "component-".concat(leadingIconType || 'none', "-").concat(trailingIconType || 'none', "-").concat(Math.random());
|
|
81
|
+
return _jsx(Component, __assign({}, finalProps), uniqueKey);
|
|
82
|
+
};
|
|
83
|
+
// 원래 컴포넌트의 displayName을 유지
|
|
84
|
+
WrappedComponent.displayName = Component.displayName || Component.name;
|
|
85
|
+
return WrappedComponent;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* 아이콘 선택 옵션 목록
|
|
89
|
+
* 여러 컴포넌트에서 재사용 가능한 아이콘 옵션 목록
|
|
90
|
+
*/
|
|
91
|
+
export var ICON_SELECT_OPTIONS = ['none', 'arrow-left', 'arrow-right', 'plus', 'minus', 'check', 'heart'];
|
|
92
|
+
// 데모용 컴포넌트들 (미리 래핑된 버전)
|
|
93
|
+
export var ButtonDemo = withSlotSelection(Button);
|
|
94
|
+
ButtonDemo.displayName = 'ButtonDemo';
|
|
95
|
+
export var BadgeDemo = withSlotSelection(Badge);
|
|
96
|
+
BadgeDemo.displayName = 'BadgeDemo';
|
|
97
|
+
// 아이콘을 사용하지 않는 컴포넌트들도 Demo 접미사로 표시되도록 설정
|
|
98
|
+
export var SelectDemo = Select;
|
|
99
|
+
SelectDemo.displayName = 'SelectDemo';
|
|
100
|
+
export var TooltipDemo = Tooltip;
|
|
101
|
+
TooltipDemo.displayName = 'TooltipDemo';
|
|
102
|
+
export var TextareaDemo = function (props) {
|
|
103
|
+
var _a = props.size, size = _a === void 0 ? 'md' : _a, restProps = __rest(props, ["size"]);
|
|
104
|
+
return (_jsx("div", __assign({ style: { width: '320px', maxWidth: '100%' } }, { children: _jsx(Textarea, __assign({ size: size, style: { flex: 1 } }, restProps)) })));
|
|
105
|
+
};
|
|
106
|
+
TextareaDemo.displayName = 'TextareaDemo';
|
|
107
|
+
export var DatePickerDemo = DatePicker;
|
|
108
|
+
DatePickerDemo.displayName = 'DatePickerDemo';
|
|
109
|
+
export var CarouselNumberGroupDemo = CarouselNumberGroup;
|
|
110
|
+
CarouselNumberGroupDemo.displayName = 'CarouselNumberGroupDemo';
|
|
111
|
+
export var CarouselArrowDemo = CarouselArrow;
|
|
112
|
+
CarouselArrowDemo.displayName = 'CarouselArrowDemo';
|
|
113
|
+
export var SpinnerDemo = Spinner;
|
|
114
|
+
SpinnerDemo.displayName = 'SpinnerDemo';
|
|
115
|
+
export var PaginationDemo = Pagination;
|
|
116
|
+
PaginationDemo.displayName = 'PaginationDemo';
|
|
117
|
+
export var ToggleDemo = Toggle;
|
|
118
|
+
ToggleDemo.displayName = 'ToggleDemo';
|
|
119
|
+
export var RadioDemo = Radio;
|
|
120
|
+
RadioDemo.displayName = 'RadioDemo';
|
|
121
|
+
export var InputDemo = InputBase;
|
|
122
|
+
InputDemo.displayName = 'InputDemo';
|
|
123
|
+
export var ProgressBarDemo = ProgressBar;
|
|
124
|
+
ProgressBarDemo.displayName = 'ProgressBarDemo';
|
|
125
|
+
export var ButtonGroupDemo = function (props) {
|
|
126
|
+
var item1 = props.item1, item2 = props.item2, item3 = props.item3, item1IconName = props.item1IconName, item2IconName = props.item2IconName, item3IconName = props.item3IconName, _a = props.item1IconPosition, item1IconPosition = _a === void 0 ? 'leading' : _a, _b = props.item2IconPosition, item2IconPosition = _b === void 0 ? 'leading' : _b, _c = props.item3IconPosition, item3IconPosition = _c === void 0 ? 'trailing' : _c, restProps = __rest(props, ["item1", "item2", "item3", "item1IconName", "item2IconName", "item3IconName", "item1IconPosition", "item2IconPosition", "item3IconPosition"]);
|
|
127
|
+
// 각 버튼의 아이콘 설정
|
|
128
|
+
var item1Props = __assign({}, (item1 || { label: '버튼 1' }));
|
|
129
|
+
var item2Props = __assign({}, (item2 || { label: '버튼 2' }));
|
|
130
|
+
var item3Props = __assign({}, (item3 || { label: '버튼 3' }));
|
|
131
|
+
// 아이콘 설정
|
|
132
|
+
if (item1IconName && item1IconName !== 'none') {
|
|
133
|
+
item1Props.icon = {
|
|
134
|
+
type: 'icon',
|
|
135
|
+
icon: item1IconName,
|
|
136
|
+
position: item1IconPosition,
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
if (item2IconName && item2IconName !== 'none') {
|
|
140
|
+
item2Props.icon = {
|
|
141
|
+
type: 'icon',
|
|
142
|
+
icon: item2IconName,
|
|
143
|
+
position: item2IconPosition,
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
if (item3IconName && item3IconName !== 'none') {
|
|
147
|
+
item3Props.icon = {
|
|
148
|
+
type: 'icon',
|
|
149
|
+
icon: item3IconName,
|
|
150
|
+
position: item3IconPosition,
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
// 고유한 키 생성
|
|
154
|
+
var key = "button-group-".concat(Date.now(), "-").concat(Math.random());
|
|
155
|
+
return (_jsx("div", __assign({ style: { backgroundColor: '#fff', padding: '10px' } }, { children: _jsxs(ButtonGroup, __assign({ size: restProps.size, hasBorder: restProps.hasBorder, onlyIcon: restProps.onlyIcon, disabled: restProps.disabled }, { children: [_jsx(ButtonGroup.Item, { as: "button", label: item1Props.label, icon: item1Props.icon, disabled: item1Props.disabled, isCurrent: item1Props.isCurrent }), _jsx(ButtonGroup.Item, { as: "button", label: item2Props.label, icon: item2Props.icon, disabled: item2Props.disabled, isCurrent: item2Props.isCurrent }), _jsx(ButtonGroup.Item, { as: "button", label: item3Props.label, icon: item3Props.icon, disabled: item3Props.disabled, isCurrent: item3Props.isCurrent })] }), key) })));
|
|
156
|
+
};
|
|
157
|
+
ButtonGroupDemo.displayName = 'ButtonGroupDemo';
|
|
158
|
+
export var CheckboxDemo = Checkbox;
|
|
159
|
+
CheckboxDemo.displayName = 'CheckboxDemo';
|
|
160
|
+
// 탭 메뉴 생성 유틸리티 함수
|
|
161
|
+
var createTabMenus = function (props) {
|
|
162
|
+
var menus = [];
|
|
163
|
+
var menuCount = props.menuCount ? parseInt(props.menuCount, 10) : 3;
|
|
164
|
+
for (var i = 1; i <= menuCount; i++) {
|
|
165
|
+
var menuItem = {
|
|
166
|
+
id: "tab".concat(i),
|
|
167
|
+
label: props["menuLabel".concat(i)] || "\uD0ED ".concat(i),
|
|
168
|
+
};
|
|
169
|
+
// 뱃지 추가 (있는 경우)
|
|
170
|
+
if (props["menuBadge".concat(i)]) {
|
|
171
|
+
menuItem.badgeInfo = {
|
|
172
|
+
label: props["menuBadge".concat(i)],
|
|
173
|
+
color: props["menuBadgeColor".concat(i)] || 'gray',
|
|
174
|
+
};
|
|
175
|
+
}
|
|
176
|
+
// 링크 추가 (있는 경우)
|
|
177
|
+
if (props["menuHref".concat(i)]) {
|
|
178
|
+
menuItem.href = props["menuHref".concat(i)];
|
|
179
|
+
menuItem.target = props["menuTarget".concat(i)] || undefined;
|
|
180
|
+
}
|
|
181
|
+
menus.push(menuItem);
|
|
182
|
+
}
|
|
183
|
+
return menus;
|
|
184
|
+
};
|
|
185
|
+
export var HorizontalTabDemo = function (props) {
|
|
186
|
+
var _a = props.activeTab, activeTab = _a === void 0 ? 'tab1' : _a, restProps = __rest(props, ["activeTab"]);
|
|
187
|
+
var menus = createTabMenus(restProps);
|
|
188
|
+
return (_jsx(HorizontalTab, { type: restProps.type || 'button-primary', size: restProps.size || 'md', fullWidth: restProps.fullWidth, activeTab: activeTab, menus: menus, onClick: function (id) { return console.log("Tab clicked: ".concat(id)); } }));
|
|
189
|
+
};
|
|
190
|
+
HorizontalTabDemo.displayName = 'HorizontalTabDemo';
|
|
191
|
+
export var VerticalTabDemo = function (props) {
|
|
192
|
+
var _a = props.activeTab, activeTab = _a === void 0 ? 'tab1' : _a, restProps = __rest(props, ["activeTab"]);
|
|
193
|
+
var menus = createTabMenus(restProps);
|
|
194
|
+
return (_jsx("div", __assign({ style: { width: restProps.fullWidth ? '100%' : '200px' } }, { children: _jsx(VerticalTab, { type: restProps.type || 'button-primary', breakPoint: restProps.breakPoint, activeTab: activeTab, menus: menus, onClick: function (id) { return console.log("Tab clicked: ".concat(id)); } }) })));
|
|
195
|
+
};
|
|
196
|
+
VerticalTabDemo.displayName = 'VerticalTabDemo';
|
|
197
|
+
export var ProgressCircleDemo = ProgressCircle;
|
|
198
|
+
ProgressCircleDemo.displayName = 'ProgressCircleDemo';
|
|
199
|
+
export var BadgeGroupDemo = function (_a) {
|
|
200
|
+
var label = _a.label, groupLabel = _a.groupLabel, type = _a.type, color = _a.color, size = _a.size, _b = _a.leadingIconType, leadingIconType = _b === void 0 ? 'none' : _b, _c = _a.groupIconType, groupIconType = _c === void 0 ? 'none' : _c, props = __rest(_a, ["label", "groupLabel", "type", "color", "size", "leadingIconType", "groupIconType"]);
|
|
201
|
+
var getIconProps = function (type) {
|
|
202
|
+
if (type === 'icon') {
|
|
203
|
+
return { type: 'icon', icon: 'arrow-right', size: 14 };
|
|
204
|
+
}
|
|
205
|
+
if (type === 'dot') {
|
|
206
|
+
return { type: 'dot', color: 'success', size: 'sm' };
|
|
207
|
+
}
|
|
208
|
+
return undefined;
|
|
209
|
+
};
|
|
210
|
+
return (_jsx(BadgeGroup, __assign({ label: label, groupLabel: groupLabel, color: color, size: size, leadingIcon: getIconProps(leadingIconType), groupIcon: getIconProps(groupIconType) }, props)));
|
|
211
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Modal, ModalProps } from '../../../src/components/modal/Modal';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
type InlineModalProps = Omit<ModalProps, 'children'> & {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
};
|
|
6
|
+
export declare const InlineModal: ({ children, ...restProps }: InlineModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export { Modal };
|
|
8
|
+
//# sourceMappingURL=Modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/components/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,gBAAgB,GAAG,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,GAAG;IACrD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,WAAW,+BAAgC,gBAAgB,4CAEvE,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
|
+
import { Modal } from '../../../src/components/modal/Modal';
|
|
25
|
+
import classNames from 'classnames';
|
|
26
|
+
export var InlineModal = function (_a) {
|
|
27
|
+
var children = _a.children, restProps = __rest(_a, ["children"]);
|
|
28
|
+
return _jsx("div", __assign({ className: classNames('ncua-modal', "ncua-modal--".concat(restProps.size || 'md')) }, { children: children }));
|
|
29
|
+
};
|
|
30
|
+
export { Modal };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/components/Notification.tsx"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../../src/components/notification/Notification';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginationExample.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/components/PaginationExample.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,+CAA+C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Pagination } from '../../../src/components/pagination/Pagination';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/components/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kDAAkD,CAAC;AAE/E,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressCircle.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/components/ProgressCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wDAAwD,CAAC;AAExF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/components/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2B,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAG1F,QAAA,MAAM,KAAK,UAAW,UAAU,4CAG/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import { Radio as RadioComponent } from '@ncds/ui-admin/src/components/radio';
|
|
14
|
+
import { useState } from 'react';
|
|
15
|
+
var Radio = function (props) {
|
|
16
|
+
var _a;
|
|
17
|
+
var _b = useState(false), checked = _b[0], setChecked = _b[1];
|
|
18
|
+
return _jsx(RadioComponent, __assign({}, props, { checked: (_a = props.checked) !== null && _a !== void 0 ? _a : checked, onChange: function () { return setChecked(!checked); } }));
|
|
19
|
+
};
|
|
20
|
+
export default Radio;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RangeDatePicker.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/components/RangeDatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RangeDatePicker } from '../../../src/components/date-picker';
|