pds-dev-kit-web-test 0.1.5 → 0.1.7
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/index.d.ts +1 -0
- package/dist/index.js +8 -1
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +3 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +2 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +2 -2
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +3 -2
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +47 -0
- package/dist/src/sub/AdminList/AdminList/AdminList.js +224 -0
- package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +30 -0
- package/dist/src/sub/AdminList/AdminList/HeaderRow.js +84 -0
- package/dist/src/sub/AdminList/AdminList/index.d.ts +1 -0
- package/dist/src/sub/AdminList/AdminList/index.js +8 -0
- package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +18 -0
- package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +60 -0
- package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +17 -0
- package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +85 -0
- package/dist/src/sub/AdminList/AdminListHeader/index.d.ts +1 -0
- package/dist/src/sub/AdminList/AdminListHeader/index.js +8 -0
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +57 -0
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +263 -0
- package/dist/src/sub/AdminList/AdminListItem/index.d.ts +1 -0
- package/dist/src/sub/AdminList/AdminListItem/index.js +8 -0
- package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +31 -0
- package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +31 -0
- package/dist/src/sub/AdminList/BulkActionBar/index.d.ts +1 -0
- package/dist/src/sub/AdminList/BulkActionBar/index.js +8 -0
- package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +9 -0
- package/dist/src/sub/AdminList/ToolBar/ChipList.js +29 -0
- package/dist/src/sub/AdminList/ToolBar/SearchField.d.ts +15 -0
- package/dist/src/sub/AdminList/ToolBar/SearchField.js +266 -0
- package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +26 -0
- package/dist/src/sub/AdminList/ToolBar/ToolBar.js +85 -0
- package/dist/src/sub/AdminList/ToolBar/index.d.ts +1 -0
- package/dist/src/sub/AdminList/ToolBar/index.js +8 -0
- package/dist/src/sub/AdminList/index.d.ts +5 -0
- package/dist/src/sub/AdminList/index.js +13 -0
- package/dist/src/sub/index.d.ts +1 -0
- package/dist/src/sub/index.js +11 -1
- package/package.json +1 -1
- package/release-note.md +4 -11
- package/.commitlintrc.js +0 -65
- package/.husky/.eslintrc.prepush +0 -7
- package/.husky/commit-msg +0 -13
- package/.husky/pre-commit +0 -9
- package/.husky/pre-push +0 -4
- package/.lintstagedrc.json +0 -7
- package/.vscode/settings.json +0 -50
- package/bitbucket-pipelines.yml +0 -114
- package/dist/src/common/components/CircularProgress/CircularProgress.stories.d.ts +0 -5
- package/dist/src/common/components/CircularProgress/CircularProgress.stories.js +0 -45
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.stories.d.ts +0 -5
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.stories.js +0 -38
- package/dist/src/common/styles/ToneTest/ToneTest.stories.d.ts +0 -5
- package/dist/src/common/styles/ToneTest/ToneTest.stories.js +0 -14
- package/dist/src/common/styles/colorSet/Color.stories.d.ts +0 -5
- package/dist/src/common/styles/colorSet/Color.stories.js +0 -125
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.stories.d.ts +0 -9
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.stories.js +0 -150
- package/dist/src/desktop/components/AdminList/AdminList.stories.d.ts +0 -8
- package/dist/src/desktop/components/AdminList/AdminList.stories.js +0 -462
- package/dist/src/desktop/components/AdminListHeader/AdminListHeader.stories.d.ts +0 -5
- package/dist/src/desktop/components/AdminListHeader/AdminListHeader.stories.js +0 -85
- package/dist/src/desktop/components/AdminListItem/AdminListItem.stories.d.ts +0 -5
- package/dist/src/desktop/components/AdminListItem/AdminListItem.stories.js +0 -247
- package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.stories.d.ts +0 -5
- package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.stories.js +0 -87
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.stories.d.ts +0 -8
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.stories.js +0 -107
- package/dist/src/desktop/components/BasicList/BasicList.stories.d.ts +0 -5
- package/dist/src/desktop/components/BasicList/BasicList.stories.js +0 -79
- package/dist/src/desktop/components/BasicListItem/BasicListItem.stories.d.ts +0 -10
- package/dist/src/desktop/components/BasicListItem/BasicListItem.stories.js +0 -188
- package/dist/src/desktop/components/BlogTextField/BlogTextField.stories.d.ts +0 -10
- package/dist/src/desktop/components/BlogTextField/BlogTextField.stories.js +0 -102
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.stories.d.ts +0 -8
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.stories.js +0 -80
- package/dist/src/desktop/components/Card/Card.stories.d.ts +0 -6
- package/dist/src/desktop/components/Card/Card.stories.js +0 -81
- package/dist/src/desktop/components/CardList/CardList.stories.d.ts +0 -6
- package/dist/src/desktop/components/CardList/CardList.stories.js +0 -90
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.stories.d.ts +0 -8
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.stories.js +0 -68
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.stories.d.ts +0 -17
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.stories.js +0 -132
- package/dist/src/desktop/components/ChatList/ChatList.stories.d.ts +0 -7
- package/dist/src/desktop/components/ChatList/ChatList.stories.js +0 -234
- package/dist/src/desktop/components/Checkbox/Checkbox.stories.d.ts +0 -5
- package/dist/src/desktop/components/Checkbox/Checkbox.stories.js +0 -59
- package/dist/src/desktop/components/Chip/Chip.stories.d.ts +0 -11
- package/dist/src/desktop/components/Chip/Chip.stories.js +0 -126
- package/dist/src/desktop/components/ContextMenu/ContextMenu.stories.d.ts +0 -6
- package/dist/src/desktop/components/ContextMenu/ContextMenu.stories.js +0 -71
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.stories.d.ts +0 -5
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.stories.js +0 -68
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.stories.d.ts +0 -9
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.stories.js +0 -128
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.stories.d.ts +0 -8
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.stories.js +0 -121
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.stories.d.ts +0 -7
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.stories.js +0 -205
- package/dist/src/desktop/components/Dropdown/Dropdown.stories.d.ts +0 -5
- package/dist/src/desktop/components/Dropdown/Dropdown.stories.js +0 -164
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.stories.d.ts +0 -8
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.stories.js +0 -649
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.stories.d.ts +0 -17
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.stories.js +0 -222
- package/dist/src/desktop/components/FilterBar/FilterBar.stories.d.ts +0 -7
- package/dist/src/desktop/components/FilterBar/FilterBar.stories.js +0 -119
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.stories.d.ts +0 -5
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.stories.js +0 -74
- package/dist/src/desktop/components/Hero/Hero.stories.d.ts +0 -5
- package/dist/src/desktop/components/Hero/Hero.stories.js +0 -51
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.stories.d.ts +0 -8
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.stories.js +0 -82
- package/dist/src/desktop/components/IconButton/IconButton.stories.d.ts +0 -5
- package/dist/src/desktop/components/IconButton/IconButton.stories.js +0 -109
- package/dist/src/desktop/components/ImageSlide/ImageSlide.stories.d.ts +0 -5
- package/dist/src/desktop/components/ImageSlide/ImageSlide.stories.js +0 -73
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.stories.d.ts +0 -6
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.stories.js +0 -99
- package/dist/src/desktop/components/MainButton/MainButton.stories.d.ts +0 -5
- package/dist/src/desktop/components/MainButton/MainButton.stories.js +0 -112
- package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.stories.d.ts +0 -7
- package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.stories.js +0 -83
- package/dist/src/desktop/components/Radio/Radio.stories.d.ts +0 -7
- package/dist/src/desktop/components/Radio/Radio.stories.js +0 -100
- package/dist/src/desktop/components/ReactionButton/ReactionButton.stories.d.ts +0 -7
- package/dist/src/desktop/components/ReactionButton/ReactionButton.stories.js +0 -71
- package/dist/src/desktop/components/Select/Select.stories.d.ts +0 -8
- package/dist/src/desktop/components/Select/Select.stories.js +0 -139
- package/dist/src/desktop/components/StatusBlock/StatusBlock.stories.d.ts +0 -6
- package/dist/src/desktop/components/StatusBlock/StatusBlock.stories.js +0 -60
- package/dist/src/desktop/components/TextButton/TextButton.stories.d.ts +0 -5
- package/dist/src/desktop/components/TextButton/TextButton.stories.js +0 -73
- package/dist/src/desktop/components/TextField/TextField.stories.d.ts +0 -22
- package/dist/src/desktop/components/TextField/TextField.stories.js +0 -278
- package/dist/src/desktop/components/TextLabel/TextLabel.stories.d.ts +0 -7
- package/dist/src/desktop/components/TextLabel/TextLabel.stories.js +0 -127
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.stories.d.ts +0 -5
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.stories.js +0 -106
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.stories.d.ts +0 -5
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.stories.js +0 -117
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.stories.d.ts +0 -5
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.stories.js +0 -78
- package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.stories.d.ts +0 -7
- package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.stories.js +0 -106
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.stories.d.ts +0 -5
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.stories.js +0 -64
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.stories.d.ts +0 -5
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.stories.js +0 -79
- package/dist/src/desktop/layout/LayoutWF/LayoutWF.stories.d.ts +0 -32
- package/dist/src/desktop/layout/LayoutWF/LayoutWF.stories.js +0 -166
- package/dist/src/desktop/layout/LayoutWF/LayoutWFLoading.stories.d.ts +0 -32
- package/dist/src/desktop/layout/LayoutWF/LayoutWFLoading.stories.js +0 -166
- package/dist/src/desktop/layout/LayoutWH/LayoutWH.stories.d.ts +0 -20
- package/dist/src/desktop/layout/LayoutWH/LayoutWH.stories.js +0 -122
- package/dist/src/desktop/layout/LayoutWH/LayoutWHLoading.stories.d.ts +0 -20
- package/dist/src/desktop/layout/LayoutWH/LayoutWHLoading.stories.js +0 -122
- package/dist/src/desktop/layout/LayoutWS/LayoutWS.stories.d.ts +0 -23
- package/dist/src/desktop/layout/LayoutWS/LayoutWS.stories.js +0 -134
- package/dist/src/desktop/layout/LayoutWS/LayoutWSLoading.stories.d.ts +0 -23
- package/dist/src/desktop/layout/LayoutWS/LayoutWSLoading.stories.js +0 -134
- package/dist/src/desktop/layout/LayoutWT/LayoutWT.stories.d.ts +0 -48
- package/dist/src/desktop/layout/LayoutWT/LayoutWT.stories.js +0 -238
- package/dist/src/desktop/layout/LayoutWT/LayoutWTLoading.stories.d.ts +0 -48
- package/dist/src/desktop/layout/LayoutWT/LayoutWTLoading.stories.js +0 -238
- package/dist/src/desktop/panels/AnnotationSheet/AnnotationSheet.stories.d.ts +0 -6
- package/dist/src/desktop/panels/AnnotationSheet/AnnotationSheet.stories.js +0 -108
- package/dist/src/desktop/panels/ContentSheet/ContentSheet.stories.d.ts +0 -7
- package/dist/src/desktop/panels/ContentSheet/ContentSheet.stories.js +0 -145
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.stories.d.ts +0 -7
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.stories.js +0 -128
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.stories.d.ts +0 -9
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.stories.js +0 -106
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.stories.d.ts +0 -5
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.stories.js +0 -74
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.stories.d.ts +0 -8
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.stories.js +0 -148
- package/dist/src/desktop/panels/SectionSheet/SectionSheet.stories.d.ts +0 -6
- package/dist/src/desktop/panels/SectionSheet/SectionSheet.stories.js +0 -112
- package/dist/src/hybrid/components/Divider/Divider.stories.d.ts +0 -5
- package/dist/src/hybrid/components/Divider/Divider.stories.js +0 -55
- package/dist/src/hybrid/components/Icon/Icon.stories.d.ts +0 -8
- package/dist/src/hybrid/components/Icon/Icon.stories.js +0 -166
- package/dist/src/hybrid/components/ImageView/ImageView.stories.d.ts +0 -15
- package/dist/src/hybrid/components/ImageView/ImageView.stories.js +0 -111
- package/dist/src/hybrid/components/LinearProgress/LinearProgress.stories.d.ts +0 -5
- package/dist/src/hybrid/components/LinearProgress/LinearProgress.stories.js +0 -38
- package/dist/src/hybrid/components/LottieIcon/LottieIcon.stories.d.ts +0 -6
- package/dist/src/hybrid/components/LottieIcon/LottieIcon.stories.js +0 -69
- package/dist/src/hybrid/components/Spacing/Spacing.stories.d.ts +0 -5
- package/dist/src/hybrid/components/Spacing/Spacing.stories.js +0 -46
- package/dist/src/hybrid/components/Switch/Switch.stories.d.ts +0 -5
- package/dist/src/hybrid/components/Switch/Switch.stories.js +0 -58
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.stories.d.ts +0 -9
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.stories.js +0 -150
- package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.stories.d.ts +0 -5
- package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.stories.js +0 -87
- package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.stories.d.ts +0 -8
- package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.stories.js +0 -107
- package/dist/src/mobile/components/BasicList/BasicList.stories.d.ts +0 -5
- package/dist/src/mobile/components/BasicList/BasicList.stories.js +0 -79
- package/dist/src/mobile/components/BasicListItem/BasicListItem.stories.d.ts +0 -10
- package/dist/src/mobile/components/BasicListItem/BasicListItem.stories.js +0 -189
- package/dist/src/mobile/components/BlogTextField/BlogTextField.stories.d.ts +0 -10
- package/dist/src/mobile/components/BlogTextField/BlogTextField.stories.js +0 -102
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.stories.d.ts +0 -8
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.stories.js +0 -81
- package/dist/src/mobile/components/Card/Card.stories.d.ts +0 -6
- package/dist/src/mobile/components/Card/Card.stories.js +0 -81
- package/dist/src/mobile/components/CardList/CardList.stories.d.ts +0 -6
- package/dist/src/mobile/components/CardList/CardList.stories.js +0 -90
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.stories.d.ts +0 -8
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.stories.js +0 -68
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.stories.d.ts +0 -17
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.stories.js +0 -133
- package/dist/src/mobile/components/ChatList/ChatList.stories.d.ts +0 -7
- package/dist/src/mobile/components/ChatList/ChatList.stories.js +0 -235
- package/dist/src/mobile/components/Checkbox/Checkbox.stories.d.ts +0 -5
- package/dist/src/mobile/components/Checkbox/Checkbox.stories.js +0 -59
- package/dist/src/mobile/components/Chip/Chip.stories.d.ts +0 -11
- package/dist/src/mobile/components/Chip/Chip.stories.js +0 -95
- package/dist/src/mobile/components/ContextMenu/ContextMenu.stories.d.ts +0 -6
- package/dist/src/mobile/components/ContextMenu/ContextMenu.stories.js +0 -66
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.stories.d.ts +0 -5
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.stories.js +0 -66
- package/dist/src/mobile/components/Dropdown/Dropdown.stories.d.ts +0 -5
- package/dist/src/mobile/components/Dropdown/Dropdown.stories.js +0 -168
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.stories.d.ts +0 -5
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.stories.js +0 -74
- package/dist/src/mobile/components/HorizontalFormGroup/HorizontalFormGroup.stories.d.ts +0 -7
- package/dist/src/mobile/components/HorizontalFormGroup/HorizontalFormGroup.stories.js +0 -89
- package/dist/src/mobile/components/IconButton/IconButton.stories.d.ts +0 -5
- package/dist/src/mobile/components/IconButton/IconButton.stories.js +0 -108
- package/dist/src/mobile/components/ImageSlide/ImageSlide.stories.d.ts +0 -5
- package/dist/src/mobile/components/ImageSlide/ImageSlide.stories.js +0 -72
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.stories.d.ts +0 -6
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.stories.js +0 -99
- package/dist/src/mobile/components/MainButton/MainButton.stories.d.ts +0 -5
- package/dist/src/mobile/components/MainButton/MainButton.stories.js +0 -112
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.stories.d.ts +0 -9
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.stories.js +0 -137
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.stories.d.ts +0 -7
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.stories.js +0 -139
- package/dist/src/mobile/components/MobileTabBar/MobileTabBar.stories.d.ts +0 -5
- package/dist/src/mobile/components/MobileTabBar/MobileTabBar.stories.js +0 -79
- package/dist/src/mobile/components/Radio/Radio.stories.d.ts +0 -7
- package/dist/src/mobile/components/Radio/Radio.stories.js +0 -100
- package/dist/src/mobile/components/ReactionButton/ReactionButton.stories.d.ts +0 -7
- package/dist/src/mobile/components/ReactionButton/ReactionButton.stories.js +0 -71
- package/dist/src/mobile/components/Select/Select.stories.d.ts +0 -8
- package/dist/src/mobile/components/Select/Select.stories.js +0 -139
- package/dist/src/mobile/components/StatusBlock/StatusBlock.stories.d.ts +0 -6
- package/dist/src/mobile/components/StatusBlock/StatusBlock.stories.js +0 -60
- package/dist/src/mobile/components/TextButton/TextButton.stories.d.ts +0 -5
- package/dist/src/mobile/components/TextButton/TextButton.stories.js +0 -73
- package/dist/src/mobile/components/TextField/TextField.stories.d.ts +0 -22
- package/dist/src/mobile/components/TextField/TextField.stories.js +0 -279
- package/dist/src/mobile/components/TextLabel/TextLabel.stories.d.ts +0 -7
- package/dist/src/mobile/components/TextLabel/TextLabel.stories.js +0 -115
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.stories.d.ts +0 -5
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.stories.js +0 -105
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.stories.d.ts +0 -5
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.stories.js +0 -117
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.stories.d.ts +0 -5
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.stories.js +0 -78
- package/dist/src/mobile/layout/LayoutMF/LayoutMF.stories.d.ts +0 -11
- package/dist/src/mobile/layout/LayoutMF/LayoutMF.stories.js +0 -77
- package/dist/src/mobile/layout/LayoutMF/LayoutMFLoading.stories.d.ts +0 -11
- package/dist/src/mobile/layout/LayoutMF/LayoutMFLoading.stories.js +0 -77
- package/dist/src/mobile/layout/LayoutMM/LayoutMM.stories.d.ts +0 -6
- package/dist/src/mobile/layout/LayoutMM/LayoutMM.stories.js +0 -64
- package/dist/src/mobile/layout/LayoutMM/LayoutMMLoading.stories.d.ts +0 -6
- package/dist/src/mobile/layout/LayoutMM/LayoutMMLoading.stories.js +0 -64
- package/dist/src/mobile/layout/LayoutMP/LayoutMP.stories.d.ts +0 -12
- package/dist/src/mobile/layout/LayoutMP/LayoutMP.stories.js +0 -90
- package/dist/src/mobile/layout/LayoutMP/LayoutMPLoading.stories.d.ts +0 -12
- package/dist/src/mobile/layout/LayoutMP/LayoutMPLoading.stories.js +0 -90
- package/dist/src/mobile/layout/LayoutMS/LayoutMS.stories.d.ts +0 -15
- package/dist/src/mobile/layout/LayoutMS/LayoutMS.stories.js +0 -104
- package/dist/src/mobile/layout/LayoutMS/LayoutMSLoading.stories.d.ts +0 -15
- package/dist/src/mobile/layout/LayoutMS/LayoutMSLoading.stories.js +0 -104
- package/dist/src/mobile/panels/AnnotationSheet/AnnotationSheet.stories.d.ts +0 -6
- package/dist/src/mobile/panels/AnnotationSheet/AnnotationSheet.stories.js +0 -108
- package/dist/src/mobile/panels/ContentSheet/ContentSheet.stories.d.ts +0 -7
- package/dist/src/mobile/panels/ContentSheet/ContentSheet.stories.js +0 -145
- package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.stories.d.ts +0 -8
- package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.stories.js +0 -99
- package/dist/src/mobile/panels/SectionSheet/SectionSheet.stories.d.ts +0 -5
- package/dist/src/mobile/panels/SectionSheet/SectionSheet.stories.js +0 -100
- package/dist/src/sub/DynamicLayout/DynamicLayout.stories.d.ts +0 -5
- package/dist/src/sub/DynamicLayout/DynamicLayout.stories.js +0 -1158
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.stories.d.ts +0 -5
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.stories.js +0 -36
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.stories.d.ts +0 -8
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.stories.js +0 -60
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.stories.d.ts +0 -8
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.stories.js +0 -60
- package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.stories.d.ts +0 -8
- package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.stories.js +0 -60
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.stories.d.ts +0 -6
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.stories.js +0 -50
- package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.stories.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.stories.js +0 -80
- package/tsconfig.extend.json +0 -13
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.Default = void 0;
|
|
18
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
-
var UploadMainButton_1 = __importDefault(require("./UploadMainButton"));
|
|
20
|
-
exports.default = {
|
|
21
|
-
title: 'desktop/components/UploadMainButton',
|
|
22
|
-
component: UploadMainButton_1.default,
|
|
23
|
-
parameters: {
|
|
24
|
-
docs: {
|
|
25
|
-
description: {
|
|
26
|
-
component: 'desktop환경에 최적화 된 UploadMainButton 컴포넌트'
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
argTypes: {
|
|
31
|
-
text: {
|
|
32
|
-
description: '표시할 텍스트 값입니다.',
|
|
33
|
-
control: { type: 'text' }
|
|
34
|
-
},
|
|
35
|
-
shapeType: {
|
|
36
|
-
description: '버튼의 외관 형태를 결정합니다.',
|
|
37
|
-
control: { type: 'inline-radio' }
|
|
38
|
-
},
|
|
39
|
-
fillType: {
|
|
40
|
-
description: '디자인 표현이 선형인지, 면인지를 의미합니다.',
|
|
41
|
-
control: { type: 'inline-radio' }
|
|
42
|
-
},
|
|
43
|
-
styleTheme: {
|
|
44
|
-
description: '외형의 프리셋 테마입니다.',
|
|
45
|
-
control: { type: 'inline-radio' }
|
|
46
|
-
},
|
|
47
|
-
size: {
|
|
48
|
-
description: '크기를 결정합니다. 단순히 요소의 width, height 뿐만 아니라 텍스트 크기, 아이콘 크기 등이 다 포함됩니다.',
|
|
49
|
-
control: { type: 'inline-radio' }
|
|
50
|
-
},
|
|
51
|
-
responsiveMode: {
|
|
52
|
-
description: '너비의 100% 여부를 결정합니다.',
|
|
53
|
-
control: { type: 'inline-radio' }
|
|
54
|
-
},
|
|
55
|
-
fontWeight: {
|
|
56
|
-
description: '텍스트의 굵기를 의미합니다. 사용하면, size에 따라 부여되어있던 font-weight는 무시됩니다.',
|
|
57
|
-
control: { type: 'inline-radio' }
|
|
58
|
-
},
|
|
59
|
-
iconMode: {
|
|
60
|
-
description: '아이콘 유무와 위치를 결정합니다.',
|
|
61
|
-
control: { type: 'inline-radio' }
|
|
62
|
-
},
|
|
63
|
-
iconFillType: {
|
|
64
|
-
description: '아이콘의 형태를 결정합니다.',
|
|
65
|
-
control: { type: 'inline-radio' }
|
|
66
|
-
},
|
|
67
|
-
iconName: {
|
|
68
|
-
description: '아이콘 이름을 의미합니다. 사용할 수 있는 아이콘은 미리 정해져있습니다.',
|
|
69
|
-
control: { type: 'text' }
|
|
70
|
-
},
|
|
71
|
-
colorTheme: {
|
|
72
|
-
description: '컬러의 프리셋 테마입니다.',
|
|
73
|
-
control: { type: 'inline-radio' }
|
|
74
|
-
},
|
|
75
|
-
state: {
|
|
76
|
-
description: '버튼 활성화 상태를 결정합니다.',
|
|
77
|
-
control: { type: 'inline-radio' }
|
|
78
|
-
},
|
|
79
|
-
accept: {
|
|
80
|
-
description: '특정 확장자 혹은 타입의 파일만 선택할 수 있습니다.',
|
|
81
|
-
control: { type: 'text' }
|
|
82
|
-
},
|
|
83
|
-
multipleMode: {
|
|
84
|
-
description: '복수 혹은 단수의 파일 선택 여부를 결정합니다.',
|
|
85
|
-
control: { type: 'inline-radio' }
|
|
86
|
-
},
|
|
87
|
-
isLoading: {
|
|
88
|
-
description: '로딩 상태 여부를 결정합니다.',
|
|
89
|
-
control: { type: 'boolean' }
|
|
90
|
-
},
|
|
91
|
-
isSubmitting: {
|
|
92
|
-
description: '제출 상태 ui 노출 여부를 결정합니다.',
|
|
93
|
-
control: { type: 'boolean' }
|
|
94
|
-
},
|
|
95
|
-
onClick: {
|
|
96
|
-
description: '파일 탐색기에서 파일 선택을 결정한 시점에 이벤트를 부여합니다.',
|
|
97
|
-
action: 'onClick'
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
};
|
|
101
|
-
var Template = function (args) {
|
|
102
|
-
return (0, jsx_runtime_1.jsx)(UploadMainButton_1.default, __assign({}, args), void 0);
|
|
103
|
-
};
|
|
104
|
-
exports.Default = Template.bind({});
|
|
105
|
-
exports.Default.args = {
|
|
106
|
-
text: 'UploadMainButton',
|
|
107
|
-
shapeType: 'round',
|
|
108
|
-
styleTheme: 'primary',
|
|
109
|
-
size: 'large',
|
|
110
|
-
responsiveMode: 'none',
|
|
111
|
-
iconMode: 'none',
|
|
112
|
-
iconFillType: 'line',
|
|
113
|
-
iconName: 'ic_upload',
|
|
114
|
-
colorTheme: 'none',
|
|
115
|
-
state: 'normal',
|
|
116
|
-
multipleMode: 'none'
|
|
117
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import UploadTextButton from './UploadTextButton';
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<typeof UploadTextButton>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<typeof UploadTextButton>;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.Default = void 0;
|
|
18
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
-
var UploadTextButton_1 = __importDefault(require("./UploadTextButton"));
|
|
20
|
-
exports.default = {
|
|
21
|
-
title: 'desktop/components/UploadTextButton',
|
|
22
|
-
component: UploadTextButton_1.default,
|
|
23
|
-
parameters: {
|
|
24
|
-
docs: {
|
|
25
|
-
description: {
|
|
26
|
-
component: 'desktop환경에 최적화 된 UploadTextButton 컴포넌트'
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
argTypes: {
|
|
31
|
-
text: {
|
|
32
|
-
description: '표시할 텍스트 값입니다.',
|
|
33
|
-
control: { type: 'text' }
|
|
34
|
-
},
|
|
35
|
-
size: {
|
|
36
|
-
description: '크기를 결정합니다. 단순히 요소의 width, height 뿐만 아니라 텍스트 크기, 아이콘 크기 등이 다 포함됩니다.',
|
|
37
|
-
control: { type: 'inline-radio' }
|
|
38
|
-
},
|
|
39
|
-
responsiveMode: {
|
|
40
|
-
description: '너비의 100% 여부를 결정합니다.',
|
|
41
|
-
control: { type: 'inline-radio' }
|
|
42
|
-
},
|
|
43
|
-
fontWeight: {
|
|
44
|
-
description: '크기를 결정합니다. 단순히 요소의 width, height 뿐만 아니라 텍스트 크기, 아이콘 크기 등이 다 포함됩니다.',
|
|
45
|
-
control: { type: 'inline-radio' }
|
|
46
|
-
},
|
|
47
|
-
state: {
|
|
48
|
-
description: '상태를 결정합니다.',
|
|
49
|
-
control: { type: 'inline-radio' }
|
|
50
|
-
},
|
|
51
|
-
colorTheme: {
|
|
52
|
-
description: '컬러의 프리셋 테마입니다.',
|
|
53
|
-
control: { type: 'inline-radio' }
|
|
54
|
-
},
|
|
55
|
-
accept: {
|
|
56
|
-
description: '특정 확장자 혹은 타입의 파일만 선택할 수 있습니다.',
|
|
57
|
-
control: { type: 'text' }
|
|
58
|
-
},
|
|
59
|
-
multipleMode: {
|
|
60
|
-
description: '복수 혹은 단수의 파일 선택 여부를 결정합니다.',
|
|
61
|
-
control: { type: 'inline-radio' }
|
|
62
|
-
},
|
|
63
|
-
onClick: {
|
|
64
|
-
description: '파일 탐색기에서 파일 선택을 결정한 시점에 이벤트를 부여합니다.',
|
|
65
|
-
action: 'onClick'
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
};
|
|
69
|
-
var Template = function (args) { return (0, jsx_runtime_1.jsx)(UploadTextButton_1.default, __assign({}, args), void 0); };
|
|
70
|
-
exports.Default = Template.bind({});
|
|
71
|
-
exports.Default.args = {
|
|
72
|
-
text: 'UploadTextButton',
|
|
73
|
-
size: 'large',
|
|
74
|
-
responsiveMode: 'none',
|
|
75
|
-
state: 'normal',
|
|
76
|
-
colorTheme: 'none',
|
|
77
|
-
multipleMode: 'none'
|
|
78
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import UserDesktopNavBar from './UserDesktopNavBar';
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<typeof UserDesktopNavBar>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<typeof UserDesktopNavBar>;
|
|
6
|
-
export declare const TextDefault: ComponentStory<typeof UserDesktopNavBar>;
|
|
7
|
-
export declare const CenterNoneDefault: ComponentStory<typeof UserDesktopNavBar>;
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.CenterNoneDefault = exports.TextDefault = exports.Default = void 0;
|
|
18
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
-
var react_router_dom_1 = require("react-router-dom");
|
|
20
|
-
var UserDesktopNavBar_1 = __importDefault(require("./UserDesktopNavBar"));
|
|
21
|
-
exports.default = {
|
|
22
|
-
title: 'desktop/components/UserDesktopNavBar',
|
|
23
|
-
component: UserDesktopNavBar_1.default,
|
|
24
|
-
parameters: {
|
|
25
|
-
docs: {
|
|
26
|
-
description: {
|
|
27
|
-
component: 'desktop환경에 최적화 된 UserDesktopTabBar 컴포넌트'
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
argTypes: {
|
|
32
|
-
logoImageSrc: {
|
|
33
|
-
description: '셀러의 로고 이미지 src',
|
|
34
|
-
control: { type: 'text' }
|
|
35
|
-
},
|
|
36
|
-
titleText: {
|
|
37
|
-
description: '셀러의 채널 이름 (로고가 추가되었으면 보여지지 않습니다.)',
|
|
38
|
-
control: { type: 'text' }
|
|
39
|
-
},
|
|
40
|
-
menuMode: {
|
|
41
|
-
description: '내비게이션 표시 모양을 결정합니다.',
|
|
42
|
-
control: { type: 'inline-radio' }
|
|
43
|
-
},
|
|
44
|
-
textArray: {
|
|
45
|
-
description: '표시할 텍스트 값입니다.',
|
|
46
|
-
control: { type: 'array' }
|
|
47
|
-
},
|
|
48
|
-
userImageSrc: {
|
|
49
|
-
description: '유저 이미지 src',
|
|
50
|
-
control: { type: 'text' }
|
|
51
|
-
},
|
|
52
|
-
loginInfoMode: {
|
|
53
|
-
description: '로그인의 정보를 결정합니다.',
|
|
54
|
-
control: { type: 'inline-radio' }
|
|
55
|
-
},
|
|
56
|
-
mBtnText: {
|
|
57
|
-
description: 'loginInfoMode가 button일 경우, 해당 button에 표시할 텍스트 값입니다.',
|
|
58
|
-
control: { type: 'text' }
|
|
59
|
-
},
|
|
60
|
-
onClickLogo: {
|
|
61
|
-
description: '로고를 클릭했을 떄 액션',
|
|
62
|
-
action: 'onClick'
|
|
63
|
-
},
|
|
64
|
-
onClickLoginInfo: {
|
|
65
|
-
description: '로그인 정보 버튼을 클릭했을 때 액션',
|
|
66
|
-
action: 'onClick'
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
decorators: [function (story) { return (0, jsx_runtime_1.jsx)(react_router_dom_1.HashRouter, { children: story() }, void 0); }]
|
|
70
|
-
};
|
|
71
|
-
var Template = function (args) { return ((0, jsx_runtime_1.jsx)(UserDesktopNavBar_1.default, __assign({}, args), void 0)); };
|
|
72
|
-
exports.Default = Template.bind({});
|
|
73
|
-
exports.Default.args = {
|
|
74
|
-
logoImageSrc: 'https://cdn-icons-png.flaticon.com/512/1246/1246264.png?w=1060&t=st=1666589155~exp=1666589755~hmac=1bac6f8d41a52851d33c97646613833f571b7cc64bda4b4725c86de53f63324d',
|
|
75
|
-
menuMode: 'center_text',
|
|
76
|
-
textArray: [
|
|
77
|
-
{ text: '동영상', value: '/video' },
|
|
78
|
-
{ text: '재생목록', value: '/playlist' },
|
|
79
|
-
{ text: 'VOD', value: '/vod' },
|
|
80
|
-
{ text: 'OTT', value: '/ott' },
|
|
81
|
-
{ text: '연재형', value: '/serialized' },
|
|
82
|
-
{ text: '공지사항', value: '/notice' },
|
|
83
|
-
{ text: '자유형게시판', value: '/free_board' }
|
|
84
|
-
],
|
|
85
|
-
loginInfoMode: 'profile',
|
|
86
|
-
userImageSrc: 'https://cdn-icons-png.flaticon.com/512/1246/1246264.png?w=1060&t=st=1666589155~exp=1666589755~hmac=1bac6f8d41a52851d33c97646613833f571b7cc64bda4b4725c86de53f63324d'
|
|
87
|
-
};
|
|
88
|
-
exports.TextDefault = Template.bind({});
|
|
89
|
-
exports.TextDefault.args = {
|
|
90
|
-
titleText: 'UserDesktopNavBar',
|
|
91
|
-
menuMode: 'center_text',
|
|
92
|
-
textArray: [
|
|
93
|
-
{ text: '동영상', value: '/video' },
|
|
94
|
-
{ text: '재생목록', value: '/playlist' },
|
|
95
|
-
{ text: 'VOD', value: '/vod' }
|
|
96
|
-
],
|
|
97
|
-
loginInfoMode: 'button',
|
|
98
|
-
mBtnText: 'login'
|
|
99
|
-
};
|
|
100
|
-
exports.CenterNoneDefault = Template.bind({});
|
|
101
|
-
exports.CenterNoneDefault.args = {
|
|
102
|
-
logoImageSrc: 'https://cdn-icons-png.flaticon.com/512/1246/1246264.png?w=1060&t=st=1666589155~exp=1666589755~hmac=1bac6f8d41a52851d33c97646613833f571b7cc64bda4b4725c86de53f63324d',
|
|
103
|
-
menuMode: 'none',
|
|
104
|
-
loginInfoMode: 'button',
|
|
105
|
-
mBtnText: 'login'
|
|
106
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import UserDesktopSideTab from './UserDesktopSideTab';
|
|
2
|
-
import type { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<typeof UserDesktopSideTab>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<typeof UserDesktopSideTab>;
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.Default = void 0;
|
|
18
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
-
var react_1 = require("react");
|
|
20
|
-
var UserDesktopSideTab_1 = __importDefault(require("./UserDesktopSideTab"));
|
|
21
|
-
exports.default = {
|
|
22
|
-
title: 'desktop/components/UserDesktopSideTab',
|
|
23
|
-
component: UserDesktopSideTab_1.default,
|
|
24
|
-
parameters: {
|
|
25
|
-
docs: {
|
|
26
|
-
description: {
|
|
27
|
-
component: 'desktop환경에 최적화 된 UserDesktopSideTab 컴포넌트'
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
controls: { hideNoControlsWarning: true }
|
|
31
|
-
},
|
|
32
|
-
argTypes: {
|
|
33
|
-
itemArray: {
|
|
34
|
-
description: 'tab item의 title, isActive, onClick 값 리스트 입니다.',
|
|
35
|
-
control: null,
|
|
36
|
-
table: {
|
|
37
|
-
type: {
|
|
38
|
-
detail: '{\n title: PDSTextType,\n isActive: Boolean,\n onClick?: (e) => void\n }[]'
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
var Default = function (args) {
|
|
45
|
-
var _a = (0, react_1.useState)('전체 보기'), selectedItem = _a[0], setSelectedItem = _a[1];
|
|
46
|
-
return ((0, jsx_runtime_1.jsx)(UserDesktopSideTab_1.default, __assign({}, args, { itemArray: [
|
|
47
|
-
{
|
|
48
|
-
title: '전체 보기',
|
|
49
|
-
isActive: selectedItem === '전체 보기',
|
|
50
|
-
onClick: function () { return setSelectedItem('전체 보기'); }
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
title: '공지사항',
|
|
54
|
-
isActive: selectedItem === '공지사항',
|
|
55
|
-
onClick: function () { return setSelectedItem('공지사항'); }
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
title: '게시판',
|
|
59
|
-
isActive: selectedItem === '게시판',
|
|
60
|
-
onClick: function () { return setSelectedItem('게시판'); }
|
|
61
|
-
}
|
|
62
|
-
] }), void 0));
|
|
63
|
-
};
|
|
64
|
-
exports.Default = Default;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import UserDesktopTabBar from './UserDesktopTabBar';
|
|
2
|
-
import type { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<typeof UserDesktopTabBar>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<typeof UserDesktopTabBar>;
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.Default = void 0;
|
|
18
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
-
var react_1 = require("react");
|
|
20
|
-
var react_router_dom_1 = require("react-router-dom");
|
|
21
|
-
var UserDesktopTabBar_1 = __importDefault(require("./UserDesktopTabBar"));
|
|
22
|
-
exports.default = {
|
|
23
|
-
title: 'desktop/components/UserDesktopTabBar',
|
|
24
|
-
component: UserDesktopTabBar_1.default,
|
|
25
|
-
parameters: {
|
|
26
|
-
docs: {
|
|
27
|
-
description: {
|
|
28
|
-
component: 'desktop환경에 최적화 된 UserDesktopTabBar 컴포넌트'
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
argTypes: {
|
|
33
|
-
itemArray: {
|
|
34
|
-
description: 'tab item의 title, isActive, onClick 이벤트 값 리스트 입니다.',
|
|
35
|
-
control: null,
|
|
36
|
-
table: {
|
|
37
|
-
type: {
|
|
38
|
-
detail: '{\n title: PDSTextType,\n isActive: Boolean,\n onClick: () => void\n}[]'
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
styleTheme: {
|
|
43
|
-
description: '미리 결정되어있는 스타일 유형입니다.',
|
|
44
|
-
control: { type: 'inline-radio' }
|
|
45
|
-
},
|
|
46
|
-
textArray: {
|
|
47
|
-
description: '`deprecated v1.5.0` 해당 필드 대신 `itemArray`를 사용하세요.',
|
|
48
|
-
control: { type: 'array' },
|
|
49
|
-
table: {
|
|
50
|
-
category: 'deprecated'
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
decorators: [function (story) { return (0, jsx_runtime_1.jsx)(react_router_dom_1.HashRouter, { children: story() }, void 0); }]
|
|
55
|
-
};
|
|
56
|
-
var Default = function (args) {
|
|
57
|
-
var _a = (0, react_1.useState)(''), selectedItem = _a[0], setSelectedItem = _a[1];
|
|
58
|
-
return ((0, jsx_runtime_1.jsx)(UserDesktopTabBar_1.default, __assign({}, args, { itemArray: [
|
|
59
|
-
{
|
|
60
|
-
title: '동영상',
|
|
61
|
-
isActive: selectedItem === '동영상',
|
|
62
|
-
onClick: function () { return setSelectedItem('동영상'); }
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
title: '재생목록',
|
|
66
|
-
isActive: selectedItem === '재생목록',
|
|
67
|
-
onClick: function () { return setSelectedItem('재생목록'); }
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
title: 'VOD',
|
|
71
|
-
isActive: selectedItem === 'VOD',
|
|
72
|
-
onClick: function () { return setSelectedItem('VOD'); }
|
|
73
|
-
}
|
|
74
|
-
] }), void 0));
|
|
75
|
-
};
|
|
76
|
-
exports.Default = Default;
|
|
77
|
-
exports.Default.args = {
|
|
78
|
-
styleTheme: 'main'
|
|
79
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const WFA_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
6
|
-
export declare const WFA_2: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
7
|
-
export declare const WFB_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
8
|
-
export declare const WFC_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
9
|
-
export declare const WFD_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
10
|
-
export declare const WFD_2: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
11
|
-
export declare const WFE_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
12
|
-
export declare const WFE_2: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
13
|
-
export declare const WFE_3: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
14
|
-
export declare const WFE_4: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
15
|
-
export declare const WFF_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
16
|
-
export declare const WFG_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
17
|
-
export declare const WFG_2: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
18
|
-
export declare const WFG_3: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
19
|
-
export declare const WFG_4: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
20
|
-
export declare const WFG_5: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
21
|
-
export declare const WFG_6: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
22
|
-
export declare const WFH_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
23
|
-
export declare const WFI_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
24
|
-
export declare const WFI_2: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
25
|
-
export declare const WFI_3: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
26
|
-
export declare const WFI_4: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
27
|
-
export declare const WFI_5: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
28
|
-
export declare const WFI_6: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
29
|
-
export declare const WFJ_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
30
|
-
export declare const WFK_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
31
|
-
export declare const WFL_1: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|
|
32
|
-
export declare const WFL_2: ComponentStory<({ children }: import("./LayoutWF").LayoutWFProps) => JSX.Element>;
|