@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,65 @@
|
|
|
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, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { Button } from '../../../src/components/button/Button';
|
|
14
|
+
import { ExampleContainer } from './component/ExampleContainer';
|
|
15
|
+
import { loadScript } from './util';
|
|
16
|
+
import { useEffect, useState } from 'react';
|
|
17
|
+
var GoToStep = function () {
|
|
18
|
+
var _a = useState(null), stepGuide = _a[0], setStepGuide = _a[1];
|
|
19
|
+
useEffect(function () {
|
|
20
|
+
var _a = loadScript(), script = _a.script, link = _a.link;
|
|
21
|
+
return function () {
|
|
22
|
+
document.body.removeChild(script);
|
|
23
|
+
document.head.removeChild(link);
|
|
24
|
+
};
|
|
25
|
+
}, []);
|
|
26
|
+
var handleClickSample = function () {
|
|
27
|
+
var stepGuide = window.stepGuide({
|
|
28
|
+
el: document.body,
|
|
29
|
+
options: {
|
|
30
|
+
buttonLabel: {
|
|
31
|
+
prev: '이전',
|
|
32
|
+
next: '다음',
|
|
33
|
+
done: '종료',
|
|
34
|
+
},
|
|
35
|
+
steps: [
|
|
36
|
+
{
|
|
37
|
+
title: 'Step 1',
|
|
38
|
+
description: 'Step 1 description',
|
|
39
|
+
element: '#step1-goto',
|
|
40
|
+
position: 'bottom',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
title: 'Step 2',
|
|
44
|
+
description: 'Step 2 description',
|
|
45
|
+
element: '#step2-goto',
|
|
46
|
+
position: 'bottom',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
title: 'Step 3',
|
|
50
|
+
description: 'Step 3 description',
|
|
51
|
+
element: '#step3-goto',
|
|
52
|
+
position: 'bottom',
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
},
|
|
56
|
+
});
|
|
57
|
+
setStepGuide(stepGuide);
|
|
58
|
+
};
|
|
59
|
+
return (_jsxs(ExampleContainer, __assign({ title: "\uC2A4\uD15D \uC774\uB3D9", description: "`stepGuide.goToStep(stepIndex)` \uBA54\uC11C\uB4DC\uB97C \uD638\uCD9C\uD558\uC5EC \uC2A4\uD15D\uC744 \uC774\uB3D9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.", handleClickSample: handleClickSample }, { children: [_jsx(Button, { label: "\uC138\uBC88\uC9F8 \uC2A4\uD15D\uC73C\uB85C \uC774\uB3D9", onClick: function () {
|
|
60
|
+
if (!stepGuide)
|
|
61
|
+
return;
|
|
62
|
+
stepGuide.goToStep(2);
|
|
63
|
+
}, style: { position: 'relative', zIndex: 3 } }), _jsxs("div", __assign({ style: { display: 'flex', gap: '20px', marginBlockStart: '20px' } }, { children: [_jsx("div", __assign({ id: "step1-goto", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uCCAB \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step2-goto", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uB450 \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step3-goto", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uC138 \uBC88\uC9F8 \uB2E8\uACC4" }))] }))] })));
|
|
64
|
+
};
|
|
65
|
+
export default GoToStep;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NoTargetElement.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/step-guide-example/NoTargetElement.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,eAAe,+CAsEpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
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, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { loadScript } from './util';
|
|
14
|
+
import { ExampleContainer } from './component/ExampleContainer';
|
|
15
|
+
import { useEffect } from 'react';
|
|
16
|
+
var NoTargetElement = function () {
|
|
17
|
+
useEffect(function () {
|
|
18
|
+
var _a = loadScript(), script = _a.script, link = _a.link;
|
|
19
|
+
return function () {
|
|
20
|
+
document.body.removeChild(script);
|
|
21
|
+
document.head.removeChild(link);
|
|
22
|
+
};
|
|
23
|
+
}, []);
|
|
24
|
+
var handleClickSample = function () {
|
|
25
|
+
window.stepGuide({
|
|
26
|
+
el: document.body,
|
|
27
|
+
options: {
|
|
28
|
+
buttonLabel: {
|
|
29
|
+
prev: '이전',
|
|
30
|
+
next: '다음',
|
|
31
|
+
done: '종료',
|
|
32
|
+
},
|
|
33
|
+
steps: [
|
|
34
|
+
{
|
|
35
|
+
title: '첫 번째 단계',
|
|
36
|
+
description: '현재 1/4 단계입니다.',
|
|
37
|
+
element: '#step1-no-target',
|
|
38
|
+
position: 'bottom',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
title: '두 번째 단계',
|
|
42
|
+
description: '현재 2/4 단계입니다.',
|
|
43
|
+
position: 'bottom',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
title: '세 번째 단계',
|
|
47
|
+
description: '현재 3/4 단계입니다.',
|
|
48
|
+
element: '#step3-no-target',
|
|
49
|
+
position: 'bottom',
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
title: '마지막 단계',
|
|
53
|
+
description: '현재 4/4 단계입니다.',
|
|
54
|
+
element: '#step4-no-target',
|
|
55
|
+
position: 'bottom',
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
};
|
|
61
|
+
return (_jsx(ExampleContainer, __assign({ title: "\uC694\uC18C \uC5C6\uC774 \uC0AC\uC6A9\uD558\uAE30", description: "`options.steps` \uBC30\uC5F4\uC758 \uC694\uC18C\uC758 `element` \uC18D\uC131\uC744 \uC81C\uAC70\uD558\uBA74 \uC694\uC18C \uC5C6\uC774 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.", handleClickSample: handleClickSample }, { children: _jsxs("div", __assign({ style: { display: 'flex', gap: '20px', marginBlockStart: '20px' } }, { children: [_jsx("div", __assign({ id: "step1-no-target", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uCCAB \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step2-no-target", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uB450 \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step3-no-target", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uC138 \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step4-no-target", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uB9C8\uC9C0\uB9C9 \uB2E8\uACC4" }))] })) })));
|
|
62
|
+
};
|
|
63
|
+
export default NoTargetElement;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotUseAnimation.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/step-guide-example/NotUseAnimation.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,eAAe,+CAiDpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
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, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { ExampleContainer } from './component/ExampleContainer';
|
|
14
|
+
import { loadScript } from './util';
|
|
15
|
+
import { useEffect } from 'react';
|
|
16
|
+
var NotUseAnimation = function () {
|
|
17
|
+
useEffect(function () {
|
|
18
|
+
var _a = loadScript(), script = _a.script, link = _a.link;
|
|
19
|
+
return function () {
|
|
20
|
+
document.body.removeChild(script);
|
|
21
|
+
document.head.removeChild(link);
|
|
22
|
+
};
|
|
23
|
+
}, []);
|
|
24
|
+
var handleClickSample = function () {
|
|
25
|
+
window.stepGuide({
|
|
26
|
+
el: document.body,
|
|
27
|
+
options: {
|
|
28
|
+
useAnimation: false,
|
|
29
|
+
steps: [
|
|
30
|
+
{
|
|
31
|
+
title: 'Step 1',
|
|
32
|
+
description: 'Step 1 description',
|
|
33
|
+
element: '#step1-anim',
|
|
34
|
+
position: 'bottom',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
title: 'Step 2',
|
|
38
|
+
description: 'Step 2 description',
|
|
39
|
+
element: '#step2-anim',
|
|
40
|
+
position: 'bottom',
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
},
|
|
44
|
+
});
|
|
45
|
+
};
|
|
46
|
+
return (_jsx(ExampleContainer, __assign({ title: "\uC560\uB2C8\uBA54\uC774\uC158 \uC0AC\uC6A9 \uC548\uD568", description: "`options.useAnimation` \uC18D\uC131\uC744 `false`\uB85C \uC124\uC815\uD558\uBA74 \uC560\uB2C8\uBA54\uC774\uC158\uC774 \uC0AC\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.", handleClickSample: handleClickSample }, { children: _jsxs("div", __assign({ style: { display: 'flex', gap: '20px' } }, { children: [_jsx("div", __assign({ id: "step1-anim", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uCCAB \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step2-anim", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uB450 \uBC88\uC9F8 \uB2E8\uACC4" }))] })) })));
|
|
47
|
+
};
|
|
48
|
+
export default NotUseAnimation;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PositionExample.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/step-guide-example/PositionExample.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,eAAe,+CAqDpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { ExampleContainer } from './component/ExampleContainer';
|
|
14
|
+
import { loadScript } from './util';
|
|
15
|
+
import { useEffect } from 'react';
|
|
16
|
+
var PositionExample = function () {
|
|
17
|
+
useEffect(function () {
|
|
18
|
+
var _a = loadScript(), script = _a.script, link = _a.link;
|
|
19
|
+
return function () {
|
|
20
|
+
document.body.removeChild(script);
|
|
21
|
+
document.head.removeChild(link);
|
|
22
|
+
};
|
|
23
|
+
}, []);
|
|
24
|
+
var handleClickSample = function () {
|
|
25
|
+
window.stepGuide({
|
|
26
|
+
el: document.body,
|
|
27
|
+
options: {
|
|
28
|
+
buttonLabel: {
|
|
29
|
+
prev: '이전',
|
|
30
|
+
next: '다음',
|
|
31
|
+
done: '종료',
|
|
32
|
+
},
|
|
33
|
+
steps: [
|
|
34
|
+
{
|
|
35
|
+
title: '오른쪽 위치',
|
|
36
|
+
description: '툴팁이 요소의 오른쪽에 표시됩니다.',
|
|
37
|
+
element: '#position-right',
|
|
38
|
+
position: 'right',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
title: '아래쪽 위치',
|
|
42
|
+
description: '툴팁이 요소의 아래쪽에 표시됩니다.',
|
|
43
|
+
element: '#position-bottom',
|
|
44
|
+
position: 'bottom',
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
},
|
|
48
|
+
});
|
|
49
|
+
};
|
|
50
|
+
return (_jsx(ExampleContainer, __assign({ title: "\uC704\uCE58 \uBCC0\uACBD", description: "`options.steps` \uBC30\uC5F4\uC758 \uC694\uC18C\uC758 \uAC01 \uC2A4\uD15D\uC758 `position` \uC18D\uC131\uC744 \uCD94\uAC00\uD558\uC5EC \uD234\uD301\uC758 \uC704\uCE58\uB97C \uBCC0\uACBD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.", handleClickSample: handleClickSample }, { children: _jsxs("div", __assign({ style: { display: 'flex', gap: '20px', marginBlockStart: '20px' } }, { children: [_jsx("div", __assign({ id: "position-right", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uC624\uB978\uCABD \uC704\uCE58" })), _jsx("div", __assign({ id: "position-bottom", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uC544\uB798\uCABD \uC704\uCE58" }))] })) })));
|
|
51
|
+
};
|
|
52
|
+
export default PositionExample;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SetBtnLabel.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/step-guide-example/SetBtnLabel.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,WAAW,+CAqDhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { ExampleContainer } from './component/ExampleContainer';
|
|
14
|
+
import { loadScript } from './util';
|
|
15
|
+
import { useEffect } from 'react';
|
|
16
|
+
var SetBtnLabel = function () {
|
|
17
|
+
useEffect(function () {
|
|
18
|
+
var _a = loadScript(), script = _a.script, link = _a.link;
|
|
19
|
+
return function () {
|
|
20
|
+
document.body.removeChild(script);
|
|
21
|
+
document.head.removeChild(link);
|
|
22
|
+
};
|
|
23
|
+
}, []);
|
|
24
|
+
var handleClickSample = function () {
|
|
25
|
+
window.stepGuide({
|
|
26
|
+
el: document.body,
|
|
27
|
+
options: {
|
|
28
|
+
buttonLabel: {
|
|
29
|
+
prev: '이전',
|
|
30
|
+
next: '다음',
|
|
31
|
+
done: '종료',
|
|
32
|
+
},
|
|
33
|
+
steps: [
|
|
34
|
+
{
|
|
35
|
+
title: 'Step 1',
|
|
36
|
+
description: 'Step 1 description',
|
|
37
|
+
element: '#step1-label',
|
|
38
|
+
position: 'bottom',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
title: 'Step 2',
|
|
42
|
+
description: 'Step 2 description',
|
|
43
|
+
element: '#step2-label',
|
|
44
|
+
position: 'bottom',
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
},
|
|
48
|
+
});
|
|
49
|
+
};
|
|
50
|
+
return (_jsx(ExampleContainer, __assign({ title: "\uBC84\uD2BC \uB808\uC774\uBE14 \uC124\uC815", description: "`options.buttonLabel` \uC18D\uC131\uC744 \uCD94\uAC00\uD558\uC5EC \uBC84\uD2BC \uB808\uC774\uBE14\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.", handleClickSample: handleClickSample }, { children: _jsxs("div", __assign({ style: { display: 'flex', gap: '20px' } }, { children: [_jsx("div", __assign({ id: "step1-label", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uCCAB \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step2-label", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uB450 \uBC88\uC9F8 \uB2E8\uACC4" }))] })) })));
|
|
51
|
+
};
|
|
52
|
+
export default SetBtnLabel;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkipBtn.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/step-guide-example/SkipBtn.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,OAAO,+CAuDZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { ExampleContainer } from './component/ExampleContainer';
|
|
14
|
+
import { loadScript } from './util';
|
|
15
|
+
import { useEffect } from 'react';
|
|
16
|
+
var SkipBtn = function () {
|
|
17
|
+
useEffect(function () {
|
|
18
|
+
var _a = loadScript(), script = _a.script, link = _a.link;
|
|
19
|
+
return function () {
|
|
20
|
+
document.body.removeChild(script);
|
|
21
|
+
document.head.removeChild(link);
|
|
22
|
+
};
|
|
23
|
+
}, []);
|
|
24
|
+
var handleClickSample = function () {
|
|
25
|
+
window.stepGuide({
|
|
26
|
+
el: document.body,
|
|
27
|
+
options: {
|
|
28
|
+
hideSkip: false,
|
|
29
|
+
buttonLabel: {
|
|
30
|
+
prev: '이전',
|
|
31
|
+
next: '다음',
|
|
32
|
+
done: '종료',
|
|
33
|
+
skip: '다음에 보기',
|
|
34
|
+
},
|
|
35
|
+
steps: [
|
|
36
|
+
{
|
|
37
|
+
title: 'Step 1',
|
|
38
|
+
description: 'Step 1 description',
|
|
39
|
+
element: '#step1-skip',
|
|
40
|
+
position: 'bottom',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
title: 'Step 2',
|
|
44
|
+
description: 'Step 2 description',
|
|
45
|
+
element: '#step2-skip',
|
|
46
|
+
position: 'bottom',
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
return (_jsx(ExampleContainer, __assign({ title: "\uC2A4\uD0B5 \uBC84\uD2BC \uC124\uC815", description: "`options.hideSkip` \uC18D\uC131\uC744 `false`\uB85C \uC124\uC815\uD558\uBA74 \uC2A4\uD0B5 \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4.", handleClickSample: handleClickSample }, { children: _jsxs("div", __assign({ style: { display: 'flex', gap: '20px' } }, { children: [_jsx("div", __assign({ id: "step1-skip", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uCCAB \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step2-skip", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uB450 \uBC88\uC9F8 \uB2E8\uACC4" }))] })) })));
|
|
53
|
+
};
|
|
54
|
+
export default SkipBtn;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StepCount.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/step-guide-example/StepCount.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,SAAS,+CAwEd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
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, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { loadScript } from './util';
|
|
14
|
+
import { ExampleContainer } from './component/ExampleContainer';
|
|
15
|
+
import { useEffect } from 'react';
|
|
16
|
+
var StepCount = function () {
|
|
17
|
+
useEffect(function () {
|
|
18
|
+
var _a = loadScript(), script = _a.script, link = _a.link;
|
|
19
|
+
return function () {
|
|
20
|
+
document.body.removeChild(script);
|
|
21
|
+
document.head.removeChild(link);
|
|
22
|
+
};
|
|
23
|
+
}, []);
|
|
24
|
+
var handleClickSample = function () {
|
|
25
|
+
window.stepGuide({
|
|
26
|
+
el: document.body,
|
|
27
|
+
options: {
|
|
28
|
+
buttonLabel: {
|
|
29
|
+
prev: '이전',
|
|
30
|
+
next: '다음',
|
|
31
|
+
done: '종료',
|
|
32
|
+
},
|
|
33
|
+
hideStepCount: false,
|
|
34
|
+
steps: [
|
|
35
|
+
{
|
|
36
|
+
title: '첫 번째 단계',
|
|
37
|
+
description: '현재 1/4 단계입니다.',
|
|
38
|
+
element: '#step1-count',
|
|
39
|
+
position: 'bottom',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
title: '두 번째 단계',
|
|
43
|
+
description: '현재 2/4 단계입니다.',
|
|
44
|
+
element: '#step2-count',
|
|
45
|
+
position: 'bottom',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
title: '세 번째 단계',
|
|
49
|
+
description: '현재 3/4 단계입니다.',
|
|
50
|
+
element: '#step3-count',
|
|
51
|
+
position: 'bottom',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
title: '마지막 단계',
|
|
55
|
+
description: '현재 4/4 단계입니다.',
|
|
56
|
+
element: '#step4-count',
|
|
57
|
+
position: 'bottom',
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
},
|
|
61
|
+
});
|
|
62
|
+
};
|
|
63
|
+
return (_jsx(ExampleContainer, __assign({ title: "\uC2A4\uD15D \uCE74\uC6B4\uD2B8", description: "`options.hideStepCount` \uC18D\uC131\uC744 `false`\uB85C \uC124\uC815\uD558\uBA74 \uC2A4\uD15D \uCE74\uC6B4\uD2B8\uAC00 \uD45C\uC2DC\uB429\uB2C8\uB2E4.", handleClickSample: handleClickSample }, { children: _jsxs("div", __assign({ style: { display: 'flex', gap: '20px', marginBlockStart: '20px' } }, { children: [_jsx("div", __assign({ id: "step1-count", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uCCAB \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step2-count", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uB450 \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step3-count", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uC138 \uBC88\uC9F8 \uB2E8\uACC4" })), _jsx("div", __assign({ id: "step4-count", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uB9C8\uC9C0\uB9C9 \uB2E8\uACC4" }))] })) })));
|
|
64
|
+
};
|
|
65
|
+
export default StepCount;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UseHtml.d.ts","sourceRoot":"","sources":["../../../../../docusaurus/src/step-guide-example/UseHtml.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,OAAO,+CA4CZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { loadScript } from './util';
|
|
14
|
+
import { ExampleContainer } from './component/ExampleContainer';
|
|
15
|
+
import { useEffect } from 'react';
|
|
16
|
+
var UseHtml = function () {
|
|
17
|
+
useEffect(function () {
|
|
18
|
+
var _a = loadScript(), script = _a.script, link = _a.link;
|
|
19
|
+
return function () {
|
|
20
|
+
document.body.removeChild(script);
|
|
21
|
+
document.head.removeChild(link);
|
|
22
|
+
};
|
|
23
|
+
}, []);
|
|
24
|
+
var handleClickSample = function () {
|
|
25
|
+
window.stepGuide({
|
|
26
|
+
el: document.body,
|
|
27
|
+
options: {
|
|
28
|
+
buttonLabel: {
|
|
29
|
+
prev: '이전',
|
|
30
|
+
next: '다음',
|
|
31
|
+
done: '종료',
|
|
32
|
+
},
|
|
33
|
+
steps: [
|
|
34
|
+
{
|
|
35
|
+
title: 'Step 1',
|
|
36
|
+
description: '<p style="color: red; font-size: 20px;">Step 1 description</p>',
|
|
37
|
+
element: '#step1-html',
|
|
38
|
+
position: 'bottom',
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
},
|
|
42
|
+
});
|
|
43
|
+
};
|
|
44
|
+
return (_jsx(ExampleContainer, __assign({ title: "HTML \uC0AC\uC6A9", description: "`options.steps` \uBC30\uC5F4\uC758 \uC694\uC18C\uC758 `description`, `title` \uC18D\uC131\uC5D0 HTML\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.", handleClickSample: handleClickSample }, { children: _jsx("div", __assign({ style: { display: 'flex', gap: '20px', marginBlockStart: '20px' } }, { children: _jsx("div", __assign({ id: "step1-html", style: { background: '#fff', padding: '20px', border: '1px solid #ccc' } }, { children: "\uCCAB \uBC88\uC9F8 \uB2E8\uACC4" })) })) })));
|
|
45
|
+
};
|
|
46
|
+
export default UseHtml;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const ExampleContainer: ({ title, description, children, handleClickSample, }: {
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
handleClickSample: () => void;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=ExampleContainer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExampleContainer.d.ts","sourceRoot":"","sources":["../../../../../../docusaurus/src/step-guide-example/component/ExampleContainer.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;WAMpB,MAAM;iBACA,MAAM;cACT,MAAM,SAAS;uBACN,MAAM,IAAI;6CAe9B,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { Button } from '../../../../src/components/button';
|
|
14
|
+
export var ExampleContainer = function (_a) {
|
|
15
|
+
var title = _a.title, description = _a.description, children = _a.children, handleClickSample = _a.handleClickSample;
|
|
16
|
+
var wrapStyle = {
|
|
17
|
+
padding: '10px',
|
|
18
|
+
backgroundColor: 'var(--gray-50)',
|
|
19
|
+
};
|
|
20
|
+
return (_jsxs("article", __assign({ style: wrapStyle }, { children: [_jsx(Button, { label: "Run Example", onClick: handleClickSample }), _jsx("h3", __assign({ style: { marginTop: '10px' } }, { children: title })), _jsx("p", { children: description }), children] })));
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../docusaurus/src/step-guide-example/util/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;CAiBtB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export var loadScript = function () {
|
|
2
|
+
// 외부 스크립트 로드
|
|
3
|
+
var script = document.createElement('script');
|
|
4
|
+
script.src = 'https://fe-sdk.cdn-nhncommerce.com/@ncds/stepGuide.js';
|
|
5
|
+
script.async = true;
|
|
6
|
+
document.body.appendChild(script);
|
|
7
|
+
// 외부 스타일시트 로드
|
|
8
|
+
var link = document.createElement('link');
|
|
9
|
+
link.rel = 'stylesheet';
|
|
10
|
+
link.href = 'https://fe-sdk.cdn-nhncommerce.com/@ncds/step-guide.css';
|
|
11
|
+
document.head.appendChild(link);
|
|
12
|
+
return {
|
|
13
|
+
script: script,
|
|
14
|
+
link: link,
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="@docusaurus/plugin-content-blog" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
import type { Props } from '@theme/BlogArchivePage';
|
|
4
|
+
declare function BlogArchive({ archive }: Props): JSX.Element;
|
|
5
|
+
export default BlogArchive;
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../docusaurus/src/theme/BlogArchivePage/index.tsx"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAKpD,iBAAS,WAAW,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA2DpD;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import Link from '@docusaurus/Link';
|
|
14
|
+
import { translate } from '@docusaurus/Translate';
|
|
15
|
+
import Layout from '@theme/Layout';
|
|
16
|
+
import styles from './styles.module.css';
|
|
17
|
+
// 블로그 아카이브 페이지 (연도별 구분 없이 표시)
|
|
18
|
+
function BlogArchive(_a) {
|
|
19
|
+
var archive = _a.archive;
|
|
20
|
+
var title = translate({
|
|
21
|
+
id: 'theme.blog.archive.title',
|
|
22
|
+
message: 'Archive',
|
|
23
|
+
description: 'The page & hero title of the blog archive page',
|
|
24
|
+
});
|
|
25
|
+
var description = translate({
|
|
26
|
+
id: 'theme.blog.archive.description',
|
|
27
|
+
message: 'Archive',
|
|
28
|
+
description: 'The page & hero description of the blog archive page',
|
|
29
|
+
});
|
|
30
|
+
// Flatten all blog posts (remove year grouping)
|
|
31
|
+
var allPosts = [];
|
|
32
|
+
// Process archive data to flatten the structure
|
|
33
|
+
for (var year in archive) {
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(archive, year)) {
|
|
35
|
+
var yearData = archive[year];
|
|
36
|
+
if (yearData && yearData.posts) {
|
|
37
|
+
allPosts.push.apply(allPosts, yearData.posts);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return (_jsx(Layout, __assign({ title: title, description: description }, { children: _jsx("div", __assign({ className: "container margin-vert--lg" }, { children: _jsx("div", __assign({ className: "row" }, { children: _jsxs("div", __assign({ className: "col col--12" }, { children: [_jsx("h1", __assign({ className: styles.title }, { children: title })), _jsx("main", __assign({ className: "margin-vert--lg" }, { children: _jsx("ul", __assign({ className: styles.archiveList }, { children: allPosts.map(function (post) {
|
|
42
|
+
var _a;
|
|
43
|
+
return (_jsxs("li", __assign({ className: styles.archiveItem }, { children: [_jsx(Link, __assign({ to: post.metadata.permalink }, { children: _jsx("h2", __assign({ className: styles.archiveItemTitle }, { children: post.metadata.title })) })), _jsx("time", __assign({ className: styles.archiveItemDate, dateTime: post.metadata.date }, { children: new Date(post.metadata.date).toLocaleDateString() })), ((_a = post.metadata.authors) === null || _a === void 0 ? void 0 : _a.length) ? (_jsx("div", __assign({ className: styles.archiveItemAuthors }, { children: post.metadata.authors.map(function (author) { return (_jsx("div", __assign({ className: styles.archiveItemAuthor }, { children: author.name }), author.name)); }) }))) : null] }), post.metadata.permalink));
|
|
44
|
+
}) })) }))] })) })) })) })));
|
|
45
|
+
}
|
|
46
|
+
export default BlogArchive;
|