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,462 +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.Empty = exports.High = exports.Medium = exports.Low = void 0;
|
|
18
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
-
var react_1 = require("react");
|
|
20
|
-
var AdminListItem_stories_1 = require("../AdminListItem/AdminListItem.stories");
|
|
21
|
-
var AdminList_1 = __importDefault(require("./AdminList"));
|
|
22
|
-
exports.default = {
|
|
23
|
-
title: 'desktop/components/AdminList',
|
|
24
|
-
component: AdminList_1.default,
|
|
25
|
-
subcomponents: { AdminListItem: AdminListItem_stories_1.Default },
|
|
26
|
-
parameters: {
|
|
27
|
-
docs: {
|
|
28
|
-
description: {
|
|
29
|
-
component: 'desktop환경에 최적화 된 AdminList 패턴'
|
|
30
|
-
},
|
|
31
|
-
source: { type: 'code' }
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
argTypes: {
|
|
35
|
-
selectionMode: {
|
|
36
|
-
description: '좌측의 선택 영역을 결정합니다.'
|
|
37
|
-
},
|
|
38
|
-
headerRowMode: {
|
|
39
|
-
description: '헤더바의 여부를 결정합니다.'
|
|
40
|
-
},
|
|
41
|
-
column2HeaderText: {
|
|
42
|
-
description: 'column2의 header 텍스트를 표시합니다.',
|
|
43
|
-
control: { type: 'text' }
|
|
44
|
-
},
|
|
45
|
-
column3HeaderText: {
|
|
46
|
-
description: 'column3의 header 텍스트를 표시합니다.',
|
|
47
|
-
control: { type: 'text' }
|
|
48
|
-
},
|
|
49
|
-
column3Width: {
|
|
50
|
-
description: 'column3의 width를 결정합니다.'
|
|
51
|
-
},
|
|
52
|
-
column4HeaderText: {
|
|
53
|
-
description: 'column4의 header 텍스트를 표시합니다.',
|
|
54
|
-
control: { type: 'text' }
|
|
55
|
-
},
|
|
56
|
-
column4Width: {
|
|
57
|
-
description: 'column4의 width를 결정합니다.'
|
|
58
|
-
},
|
|
59
|
-
column5HeaderText: {
|
|
60
|
-
description: 'column5의 header 텍스트를 표시합니다.',
|
|
61
|
-
control: { type: 'text' }
|
|
62
|
-
},
|
|
63
|
-
column5Width: {
|
|
64
|
-
description: 'column5의 width를 결정합니다.'
|
|
65
|
-
},
|
|
66
|
-
column6HeaderText: {
|
|
67
|
-
description: 'column6의 header 텍스트를 표시합니다.',
|
|
68
|
-
control: { type: 'text' }
|
|
69
|
-
},
|
|
70
|
-
column6Width: {
|
|
71
|
-
description: 'column6의 width를 결정합니다.'
|
|
72
|
-
},
|
|
73
|
-
column7HeaderText: {
|
|
74
|
-
description: 'column7의 header 텍스트를 표시합니다.',
|
|
75
|
-
control: { type: 'text' }
|
|
76
|
-
},
|
|
77
|
-
column7Width: {
|
|
78
|
-
description: 'column7의 width를 결정합니다.'
|
|
79
|
-
},
|
|
80
|
-
column8HeaderText: {
|
|
81
|
-
description: 'column8의 header 텍스트를 표시합니다.',
|
|
82
|
-
control: { type: 'text' }
|
|
83
|
-
},
|
|
84
|
-
column8Width: {
|
|
85
|
-
description: 'column8의 width를 결정합니다.'
|
|
86
|
-
},
|
|
87
|
-
column9HeaderText: {
|
|
88
|
-
description: 'column9의 header 텍스트를 표시합니다.',
|
|
89
|
-
control: { type: 'text' }
|
|
90
|
-
},
|
|
91
|
-
column9Width: {
|
|
92
|
-
description: 'column9의 width를 결정합니다.'
|
|
93
|
-
},
|
|
94
|
-
column10HeaderText: {
|
|
95
|
-
description: 'column10의 header 텍스트를 표시합니다.',
|
|
96
|
-
control: { type: 'text' }
|
|
97
|
-
},
|
|
98
|
-
column10Width: {
|
|
99
|
-
description: 'column10의 width를 결정합니다.'
|
|
100
|
-
},
|
|
101
|
-
dropdownMode: {
|
|
102
|
-
description: '드롭다운 사용 개수를 결정합니다.'
|
|
103
|
-
},
|
|
104
|
-
dropdown1Value: {
|
|
105
|
-
description: '드롭다운의 값입니다.'
|
|
106
|
-
},
|
|
107
|
-
dropdown2Value: {
|
|
108
|
-
description: '드롭다운의 값입니다.'
|
|
109
|
-
},
|
|
110
|
-
dropdown3Value: {
|
|
111
|
-
description: '드롭다운의 값입니다.'
|
|
112
|
-
},
|
|
113
|
-
dropdown1DefaultText: {
|
|
114
|
-
description: '드롭다운의 지정된 기본 값입니다.'
|
|
115
|
-
},
|
|
116
|
-
dropdown2DefaultText: {
|
|
117
|
-
description: '드롭다운의 지정된 기본 값입니다.'
|
|
118
|
-
},
|
|
119
|
-
dropdown3DefaultText: {
|
|
120
|
-
description: '드롭다운의 지정된 기본 값입니다.'
|
|
121
|
-
},
|
|
122
|
-
dropdown1HintText: {
|
|
123
|
-
description: '드롭다운1 선택 전 사용자에게 보여질 기본 텍스트입니다.(placeholder)'
|
|
124
|
-
},
|
|
125
|
-
dropdown2HintText: {
|
|
126
|
-
description: '드롭다운2 선택 전 사용자에게 보여질 기본 텍스트입니다.(placeholder)'
|
|
127
|
-
},
|
|
128
|
-
dropdown3HintText: {
|
|
129
|
-
description: '드롭다운3 선택 전 사용자에게 보여질 기본 텍스트입니다.(placeholder)'
|
|
130
|
-
},
|
|
131
|
-
dropdown1ValueArray: {
|
|
132
|
-
description: '드롭다운에 표시할 값 목록입니다.'
|
|
133
|
-
},
|
|
134
|
-
dropdown2ValueArray: {
|
|
135
|
-
description: '드롭다운에 표시할 값 목록입니다.'
|
|
136
|
-
},
|
|
137
|
-
dropdown3ValueArray: {
|
|
138
|
-
description: '드롭다운에 표시할 값 목록입니다.'
|
|
139
|
-
},
|
|
140
|
-
quickActionBtnMode: {
|
|
141
|
-
description: '퀵액션 버튼 사용 개수를 결정합니다.'
|
|
142
|
-
},
|
|
143
|
-
quickActionBtn1Text: {
|
|
144
|
-
description: '우측에서 1번째 퀵 액션 버튼의 텍스트입니다.',
|
|
145
|
-
control: { type: 'text' }
|
|
146
|
-
},
|
|
147
|
-
quickActionBtn2Text: {
|
|
148
|
-
description: '우측에서 2번째 퀵 액션 버튼의 텍스트입니다.',
|
|
149
|
-
control: { type: 'text' }
|
|
150
|
-
},
|
|
151
|
-
quickActionBtn3Text: {
|
|
152
|
-
description: '우측에서 3번째 퀵 액션 버튼의 텍스트입니다.',
|
|
153
|
-
control: { type: 'text' }
|
|
154
|
-
},
|
|
155
|
-
quickActionBtnType: {
|
|
156
|
-
description: '퀵 액션 버튼의 타입을 결정합니다. 해당 prop에 따라 HeaderRow와 AdminListItem의 column 간격이 조정됩니다.'
|
|
157
|
-
},
|
|
158
|
-
tBtnMode: {
|
|
159
|
-
description: '벌크액션바의 텍스트 버튼 사용 개수를 결정합니다.',
|
|
160
|
-
control: { type: 'inline-radio' }
|
|
161
|
-
},
|
|
162
|
-
tBtn1Text: {
|
|
163
|
-
description: '좌측부터 사용되는 텍스트 버튼1에 표시될 텍스트입니다.',
|
|
164
|
-
control: { type: 'text' }
|
|
165
|
-
},
|
|
166
|
-
tBtn2Text: {
|
|
167
|
-
description: '좌측부터 사용되는 텍스트 버튼2에 표시될 텍스트입니다.',
|
|
168
|
-
control: { type: 'text' }
|
|
169
|
-
},
|
|
170
|
-
tBtn3Text: {
|
|
171
|
-
description: '좌측부터 사용되는 텍스트 버튼3에 표시될 텍스트입니다.',
|
|
172
|
-
control: { type: 'text' }
|
|
173
|
-
},
|
|
174
|
-
emptyText: {
|
|
175
|
-
description: 'AdminListItem이 없는 경우 보여지게 될 텍스트입니다.',
|
|
176
|
-
control: { type: 'text' }
|
|
177
|
-
},
|
|
178
|
-
scrollMode: {
|
|
179
|
-
description: '스크롤을 사용할 지 여부를 결정합니다.'
|
|
180
|
-
},
|
|
181
|
-
scrollVisibleType: {
|
|
182
|
-
description: '스크롤을 표시할지 여부를 결정합니다.'
|
|
183
|
-
},
|
|
184
|
-
selectedIds: {
|
|
185
|
-
description: '선택된 아이템의 id 배열입니다. id는 숫자 타입만 허용합니다.',
|
|
186
|
-
control: { type: 'none' }
|
|
187
|
-
},
|
|
188
|
-
maintainIds: {
|
|
189
|
-
description: 'maintain 상태를 유지시킬 아이템의 id 배열입니다. id는 숫자 타입만 허용합니다.',
|
|
190
|
-
control: { type: 'none' }
|
|
191
|
-
},
|
|
192
|
-
headerRowCheckboxName: {
|
|
193
|
-
description: 'headerRow에 있는 Checkbox에 name을 부여할 수 있습니다.',
|
|
194
|
-
control: { type: 'text' }
|
|
195
|
-
},
|
|
196
|
-
flexibleHideInfoMode: {
|
|
197
|
-
description: '일정 너비 이하가 되면 특정 정보들이 숨겨지도록 처리할지에 대한 여부를 결정합니다. (1400px기준으로, 전체 화면 사이즈가 해당 너비 이하가 되면 column3부터 column10까지가 숨겨집니다.)',
|
|
198
|
-
control: { type: 'inline-radio' }
|
|
199
|
-
},
|
|
200
|
-
onChangeDropdown1: {
|
|
201
|
-
action: 'onChangeDropdown1'
|
|
202
|
-
},
|
|
203
|
-
onChangeDropdown2: {
|
|
204
|
-
action: 'onChangeDropdown2'
|
|
205
|
-
},
|
|
206
|
-
onChangeDropdown3: {
|
|
207
|
-
action: 'onChangeDropdown3'
|
|
208
|
-
},
|
|
209
|
-
onClickTBtn1: {
|
|
210
|
-
action: 'onClickTBtn1'
|
|
211
|
-
},
|
|
212
|
-
onClickTBtn2: {
|
|
213
|
-
action: 'onClickTBtn2'
|
|
214
|
-
},
|
|
215
|
-
onClickTBtn3: {
|
|
216
|
-
action: 'onClickTBtn3'
|
|
217
|
-
},
|
|
218
|
-
onClickQuickActionBtn1: {
|
|
219
|
-
action: 'onClickQuickActionBtn1'
|
|
220
|
-
},
|
|
221
|
-
onClickQuickActionBtn2: {
|
|
222
|
-
action: 'onClickQuickActionBtn2'
|
|
223
|
-
},
|
|
224
|
-
onClickQuickActionBtn3: {
|
|
225
|
-
action: 'onClickQuickActionBtn3'
|
|
226
|
-
},
|
|
227
|
-
onSelect: {
|
|
228
|
-
action: 'onSelect'
|
|
229
|
-
},
|
|
230
|
-
mBtnMode: {
|
|
231
|
-
description: '`deprecated v1.5.0` tBtnMode를 대신 사용하세요.',
|
|
232
|
-
control: { type: 'inline-radio' },
|
|
233
|
-
table: {
|
|
234
|
-
category: 'deprecated'
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
mBtn1Text: {
|
|
238
|
-
description: '`deprecated v1.5.0` tBtn1Text를 대신 사용하세요.',
|
|
239
|
-
control: { type: 'text' },
|
|
240
|
-
table: {
|
|
241
|
-
category: 'deprecated'
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
mBtn2Text: {
|
|
245
|
-
description: '`deprecated v1.5.0` tBtn2Text를 대신 사용하세요.',
|
|
246
|
-
control: { type: 'text' },
|
|
247
|
-
table: {
|
|
248
|
-
category: 'deprecated'
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
mBtn3Text: {
|
|
252
|
-
description: '`deprecated v1.5.0` tBtn3Text를 대신 사용하세요.',
|
|
253
|
-
control: { type: 'text' },
|
|
254
|
-
table: {
|
|
255
|
-
category: 'deprecated'
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
onClickMBtn1: {
|
|
259
|
-
action: 'onClickMBtn1',
|
|
260
|
-
description: '`deprecated v1.5.0` onClickTBtn1를 대신 사용하세요.',
|
|
261
|
-
table: {
|
|
262
|
-
category: 'deprecated'
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
onClickMBtn2: {
|
|
266
|
-
action: 'onClickMBtn2',
|
|
267
|
-
description: '`deprecated v1.5.0` onClickTBtn2를 대신 사용하세요.',
|
|
268
|
-
table: {
|
|
269
|
-
category: 'deprecated'
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
onClickMBtn3: {
|
|
273
|
-
action: 'onClickMBtn3',
|
|
274
|
-
description: '`deprecated v1.5.0` onClickTBtn3를 대신 사용하세요.',
|
|
275
|
-
table: {
|
|
276
|
-
category: 'deprecated'
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
quickActionBtn1State: {
|
|
280
|
-
description: '`deprecated v1.6.0` 퀵 액션 우측에서 1번 버튼의 활성화 상태를 나타냅니다.',
|
|
281
|
-
table: {
|
|
282
|
-
category: 'deprecated'
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
quickActionBtn2State: {
|
|
286
|
-
description: '`deprecated v1.6.0` 퀵 액션 우측에서 2번 버튼의 활성화 상태를 나타냅니다.',
|
|
287
|
-
table: {
|
|
288
|
-
category: 'deprecated'
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
quickActionBtn3State: {
|
|
292
|
-
description: '`deprecated v1.6.0` 퀵 액션 우측에서 3번 버튼의 활성화 상태를 나타냅니다.',
|
|
293
|
-
table: {
|
|
294
|
-
category: 'deprecated'
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
};
|
|
299
|
-
var data = [
|
|
300
|
-
{
|
|
301
|
-
title: 'hihi',
|
|
302
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
303
|
-
isPublished: '공개',
|
|
304
|
-
updatedAt: '2021-03-03',
|
|
305
|
-
id: 1
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
title: 'hihi',
|
|
309
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
310
|
-
isPublished: '공개',
|
|
311
|
-
updatedAt: '2021-03-03',
|
|
312
|
-
id: 12
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
title: 'hihi',
|
|
316
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
317
|
-
isPublished: '공개',
|
|
318
|
-
updatedAt: '2021-03-03',
|
|
319
|
-
id: 11
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
title: '거선의 지혜는 맺어, 무엇을 전인 때문이다. 인도하겠다는 구하기 안고, 같은 동산에는 수 거선의 힘있다. 들어 할지니, 인생에 피가 넣는 얼마나 과실이 이것이다. 이것은 대중을 인생을 가는 생생하며, 그들은 수 열락의 있다. 있는 더운지라 싶이 싸인 하는 내려온 그들은 끓는다. 실현에 어디 내는 말이다. 내려온 인간의 앞이 산야에 우리 듣는다. 우리 그들의 오직 설레는 무엇을 뜨거운지라, 교향악이다. 바이며, 자신과 가는 얼음에 커다란 이것이다. 우리 청춘을 현저하게 피어나는 하는 운다. 인생에 가진 듣기만 사막이다. \n청춘의 천자만홍이 피어나기 끓는 위하여서. 맺어, 충분히 어디 모래뿐일 인생의 봄바람이다. 용기가 따뜻한 뭇 너의 오직 쓸쓸하랴? 위하여 길지 인간이 이 가슴이 행복스럽고 철환하였는가? 이것을 가진 일월과 듣기만 얼음에 긴지라 있음으로써 이것이다. 품에 피고 만천하의 이것은 것은 그들은 얼음과 대한 교향악이다. 온갖 우리 발휘하기 이 하여도 피다. 군영과 인간에 인도하겠다는 그러므로 약동하다. 길지 않는 풀이 칼이다. 사랑의 너의 이상이 곧 이상 있으랴?\n있는 따뜻한 보이는 얼음과 힘있다. 기쁘며, 평화스러운 소담스러운 든 이상이 꽃 이상 보이는 아니다. 인간은 얼음과 사는가 크고 보배를 놀이 그것을 풀이 아름다우냐? 커다란 오직 하였으며, 못할 황금시대다.',
|
|
323
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
324
|
-
isPublished: '공개',
|
|
325
|
-
updatedAt: '2021-03-03',
|
|
326
|
-
id: 14
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
title: 'hihi',
|
|
330
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
331
|
-
isPublished: '공개',
|
|
332
|
-
updatedAt: '2021-03-03',
|
|
333
|
-
id: 13
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
title: 'hihi',
|
|
337
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
338
|
-
isPublished: '공개',
|
|
339
|
-
updatedAt: '2021-03-03',
|
|
340
|
-
id: 15
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
title: '거선의 지혜는 맺어, 무엇을 전인 때문이다. 인도하겠다는 구하기 안고, 같은 동산에는 수 거선의 힘있다. 들어 할지니, 인생에 피가 넣는 얼마나 과실이 이것이다. 이것은 대중을 인생을 가는 생생하며, 그들은 수 열락의 있다. 있는 더운지라 싶이 싸인 하는 내려온 그들은 끓는다. 실현에 어디 내는 말이다. 내려온 인간의 앞이 산야에 우리 듣는다. 우리 그들의 오직 설레는 무엇을 뜨거운지라, 교향악이다. 바이며, 자신과 가는 얼음에 커다란 이것이다. 우리 청춘을 현저하게 피어나는 하는 운다. 인생에 가진 듣기만 사막이다. \n청춘의 천자만홍이 피어나기 끓는 위하여서. 맺어, 충분히 어디 모래뿐일 인생의 봄바람이다. 용기가 따뜻한 뭇 너의 오직 쓸쓸하랴? 위하여 길지 인간이 이 가슴이 행복스럽고 철환하였는가? 이것을 가진 일월과 듣기만 얼음에 긴지라 있음으로써 이것이다. 품에 피고 만천하의 이것은 것은 그들은 얼음과 대한 교향악이다. 온갖 우리 발휘하기 이 하여도 피다. 군영과 인간에 인도하겠다는 그러므로 약동하다. 길지 않는 풀이 칼이다. 사랑의 너의 이상이 곧 이상 있으랴?\n있는 따뜻한 보이는 얼음과 힘있다. 기쁘며, 평화스러운 소담스러운 든 이상이 꽃 이상 보이는 아니다. 인간은 얼음과 사는가 크고 보배를 놀이 그것을 풀이 아름다우냐? 커다란 오직 하였으며, 못할 황금시대다.',
|
|
344
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
345
|
-
isPublished: '공개',
|
|
346
|
-
updatedAt: '2021-03-03',
|
|
347
|
-
id: 19
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
title: 'hihi',
|
|
351
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
352
|
-
isPublished: '공개를할거니비공개를할거니',
|
|
353
|
-
updatedAt: '2021-03-03',
|
|
354
|
-
id: 22
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
title: 'hihi',
|
|
358
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
359
|
-
isPublished: '공개',
|
|
360
|
-
updatedAt: '2021-03-03',
|
|
361
|
-
id: 33
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
title: 'hihi',
|
|
365
|
-
imageSrc: 'https://placekitten.com/300/300',
|
|
366
|
-
isPublished: '공개',
|
|
367
|
-
updatedAt: '2021-03-03',
|
|
368
|
-
id: 44
|
|
369
|
-
}
|
|
370
|
-
];
|
|
371
|
-
var LowTemplate = function (args) {
|
|
372
|
-
var _a = (0, react_1.useState)([11]), ids = _a[0], setIds = _a[1];
|
|
373
|
-
var handleSelectedIds = function (ids) {
|
|
374
|
-
setIds(ids);
|
|
375
|
-
};
|
|
376
|
-
var handleClickMBtn1 = function () {
|
|
377
|
-
setIds([]);
|
|
378
|
-
};
|
|
379
|
-
return ((0, jsx_runtime_1.jsx)(AdminList_1.default, __assign({}, args, { selectedIds: ids, onSelect: handleSelectedIds, onClickMBtn1: handleClickMBtn1 }, { children: data.map(function (data) { return ((0, jsx_runtime_1.jsx)(AdminListItem_stories_1.Default, { imageSrc: data.imageSrc, id: data.id, column2Text: data.title, column3Text: data.isPublished, column4Text: data.updatedAt, quickActionBtn1State: data.id === 1 ? 'normal' : 'disabled', quickActionBtn2State: data.id === 1 ? 'normal' : 'disabled', rowSize: "low" }, data.id)); }) }), void 0));
|
|
380
|
-
};
|
|
381
|
-
var MediumTemplate = function (args) {
|
|
382
|
-
var _a = (0, react_1.useState)([]), ids = _a[0], setIds = _a[1];
|
|
383
|
-
var _b = (0, react_1.useState)(null), dropdown1Value = _b[0], setDropdown1Value = _b[1];
|
|
384
|
-
var handleSelectedIds = function (ids) {
|
|
385
|
-
setIds(ids);
|
|
386
|
-
};
|
|
387
|
-
var handleClickMBtn1 = function () {
|
|
388
|
-
setIds([]);
|
|
389
|
-
};
|
|
390
|
-
var handleChangeDropdown1 = function (option) {
|
|
391
|
-
setDropdown1Value(option);
|
|
392
|
-
};
|
|
393
|
-
return ((0, jsx_runtime_1.jsx)(AdminList_1.default, __assign({}, args, { selectedIds: ids, onSelect: handleSelectedIds, onClickMBtn1: handleClickMBtn1, onChangeDropdown1: handleChangeDropdown1, dropdown1Value: dropdown1Value || undefined, maintainIds: [15] }, { children: data.map(function (data) { return ((0, jsx_runtime_1.jsx)(AdminListItem_stories_1.Default, { imageSrc: data.imageSrc, id: data.id, column2Text: data.title, column3Text: data.isPublished, column4Text: data.updatedAt, rowSize: "medium" }, data.id)); }) }), void 0));
|
|
394
|
-
};
|
|
395
|
-
var HighTemplate = function (args) {
|
|
396
|
-
var _a = (0, react_1.useState)([11]), ids = _a[0], setIds = _a[1];
|
|
397
|
-
var handleSelectedIds = function (ids) {
|
|
398
|
-
setIds(ids);
|
|
399
|
-
};
|
|
400
|
-
var handleClickMBtn1 = function () {
|
|
401
|
-
setIds([]);
|
|
402
|
-
};
|
|
403
|
-
return ((0, jsx_runtime_1.jsx)(AdminList_1.default, __assign({}, args, { selectedIds: ids, onSelect: handleSelectedIds, onClickMBtn1: handleClickMBtn1 }, { children: data.map(function (data) { return ((0, jsx_runtime_1.jsx)(AdminListItem_stories_1.Default, { id: data.id, column2Type: "text_only", column2Text: data.title, column3Text: data.isPublished, column4Text: data.updatedAt, rowSize: "high" }, data.id)); }) }), void 0));
|
|
404
|
-
};
|
|
405
|
-
var EmptyTemplate = function (args) {
|
|
406
|
-
return (0, jsx_runtime_1.jsx)(AdminList_1.default, __assign({}, args, { children: undefined }), void 0);
|
|
407
|
-
};
|
|
408
|
-
var defaultArgs = {
|
|
409
|
-
selectionMode: 'multi',
|
|
410
|
-
headerRowMode: 'use',
|
|
411
|
-
column2HeaderText: 'column2',
|
|
412
|
-
column3HeaderText: 'text',
|
|
413
|
-
column3Width: 'small',
|
|
414
|
-
column4HeaderText: 'text',
|
|
415
|
-
column4Width: 'small',
|
|
416
|
-
column5Width: 'small',
|
|
417
|
-
column6Width: 'small',
|
|
418
|
-
column7Width: 'small',
|
|
419
|
-
column8Width: 'small',
|
|
420
|
-
column9Width: 'small',
|
|
421
|
-
column10Width: 'small',
|
|
422
|
-
dropdownMode: 'dropdown_amount3',
|
|
423
|
-
mBtnMode: 'mbtn_amount3',
|
|
424
|
-
mBtn1Text: 'button1',
|
|
425
|
-
mBtn2Text: 'button2',
|
|
426
|
-
mBtn3Text: 'button3',
|
|
427
|
-
dropdown1HintText: 'HintText',
|
|
428
|
-
dropdown1ValueArray: [
|
|
429
|
-
{ text: 'text1', value: 1 },
|
|
430
|
-
{ text: 'text2', value: 2 },
|
|
431
|
-
{ text: 'text3', value: 3 }
|
|
432
|
-
],
|
|
433
|
-
dropdown2DefaultText: { text: 'text1', value: 1 },
|
|
434
|
-
dropdown2ValueArray: [
|
|
435
|
-
{ text: 'text1', value: 1 },
|
|
436
|
-
{ text: 'text2', value: 2 },
|
|
437
|
-
{ text: 'text3', value: 3 }
|
|
438
|
-
],
|
|
439
|
-
dropdown3DefaultText: { text: 'text1', value: 1 },
|
|
440
|
-
dropdown3ValueArray: [
|
|
441
|
-
{ text: 'text1', value: 1 },
|
|
442
|
-
{ text: 'text2', value: 2 },
|
|
443
|
-
{ text: 'text3', value: 3 }
|
|
444
|
-
],
|
|
445
|
-
emptyText: '없어욤,,',
|
|
446
|
-
quickActionBtnMode: 'btn_amount2',
|
|
447
|
-
quickActionBtn1Text: 'btn1',
|
|
448
|
-
quickActionBtn2Text: 'btn2',
|
|
449
|
-
quickActionBtnType: 'fix',
|
|
450
|
-
tBtnMode: 'tbtn_amount1',
|
|
451
|
-
scrollMode: 'infinite',
|
|
452
|
-
scrollVisibleType: 'moving',
|
|
453
|
-
headerRowCheckboxName: 'all'
|
|
454
|
-
};
|
|
455
|
-
exports.Low = LowTemplate.bind({});
|
|
456
|
-
exports.Low.args = __assign({}, defaultArgs);
|
|
457
|
-
exports.Medium = MediumTemplate.bind({});
|
|
458
|
-
exports.Medium.args = __assign({}, defaultArgs);
|
|
459
|
-
exports.High = HighTemplate.bind({});
|
|
460
|
-
exports.High.args = __assign({}, defaultArgs);
|
|
461
|
-
exports.Empty = EmptyTemplate.bind({});
|
|
462
|
-
exports.Empty.args = __assign({}, defaultArgs);
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import AdminListHeader from './AdminListHeader';
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<typeof AdminListHeader>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<typeof AdminListHeader>;
|
|
@@ -1,85 +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 FilterBar_stories_1 = require("../FilterBar/FilterBar.stories");
|
|
20
|
-
var AdminListHeader_1 = __importDefault(require("./AdminListHeader"));
|
|
21
|
-
exports.default = {
|
|
22
|
-
title: 'desktop/components/AdminListHeader',
|
|
23
|
-
component: AdminListHeader_1.default,
|
|
24
|
-
subcomponents: { DefaultFilterBar: FilterBar_stories_1.ChipDefault },
|
|
25
|
-
parameters: {
|
|
26
|
-
docs: {
|
|
27
|
-
description: {
|
|
28
|
-
component: 'desktop환경에 최적화 된 AdminListHeader 패턴'
|
|
29
|
-
},
|
|
30
|
-
source: { type: 'code' }
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
argTypes: {
|
|
34
|
-
headerBarSize: {
|
|
35
|
-
description: '헤더바의 사이즈를 결정합니다.'
|
|
36
|
-
},
|
|
37
|
-
headerBarTitleText: {
|
|
38
|
-
description: '헤더바의 타이틀 텍스트를 표시합니다.'
|
|
39
|
-
},
|
|
40
|
-
currentPage: {
|
|
41
|
-
description: '현재 페이지 번호입니다.'
|
|
42
|
-
},
|
|
43
|
-
totalPage: {
|
|
44
|
-
description: '전체 페이지 번호입니다.'
|
|
45
|
-
},
|
|
46
|
-
contentText: {
|
|
47
|
-
description: '헤더바 하단에 들어갈 컨텐트 텍스트를 표시합니다.'
|
|
48
|
-
},
|
|
49
|
-
filterBar: {
|
|
50
|
-
description: '필터바를 표시합니다.'
|
|
51
|
-
},
|
|
52
|
-
dropdownTextArray: {
|
|
53
|
-
description: '페이지네이션 드롭다운에 표시될 리스트입니다. 기본값으로 15, 30, 50, 100개 중 선택할 수 있습니다.'
|
|
54
|
-
},
|
|
55
|
-
dropdownDefaultValue: {
|
|
56
|
-
description: '페이지네이션 드롭다운의 초기값을 지정해 줄 수 있습니다.'
|
|
57
|
-
},
|
|
58
|
-
onChangeCount: {
|
|
59
|
-
description: '페이지네이션의 아이템 개수를 변경합니다. (드롭다운)',
|
|
60
|
-
action: 'onChangeCount'
|
|
61
|
-
},
|
|
62
|
-
onClickNextButton: {
|
|
63
|
-
description: '다음 페이지로 페이지네이션 할 때의 콜백입니다.',
|
|
64
|
-
action: 'onClickNextButton'
|
|
65
|
-
},
|
|
66
|
-
onClickPrevButton: {
|
|
67
|
-
description: '이전 페이지로 페이지네이션 할 때의 콜백입니다.',
|
|
68
|
-
action: 'onClickPrevButton'
|
|
69
|
-
},
|
|
70
|
-
itemCountUnit: {
|
|
71
|
-
description: '[deprecated] 페이지네이션의 아이템 갯수입니다.',
|
|
72
|
-
control: { type: 'none' }
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
};
|
|
76
|
-
var Template = function (args) {
|
|
77
|
-
return (0, jsx_runtime_1.jsx)(AdminListHeader_1.default, __assign({}, args), void 0);
|
|
78
|
-
};
|
|
79
|
-
exports.Default = Template.bind({});
|
|
80
|
-
exports.Default.args = {
|
|
81
|
-
headerBarSize: 'regular',
|
|
82
|
-
headerBarTitleText: 'headerBarTitleText',
|
|
83
|
-
contentText: 'content text 입니다.',
|
|
84
|
-
filterBar: (0, jsx_runtime_1.jsx)(FilterBar_stories_1.ChipDefault, __assign({}, FilterBar_stories_1.ChipDefault.args), void 0)
|
|
85
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<import("./AdminListItem").AdminListItemProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<import("react").ForwardRefExoticComponent<import("./AdminListItem").AdminListItemProps & import("react").RefAttributes<HTMLDivElement>>>;
|