pds-dev-kit-web-test 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.js +8 -1
- package/dist/src/common/assets/icons/line/SectionIframe32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionIframe32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionIframe40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionIframe40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionMembership32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionMembership32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionMembership40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionMembership40.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +4 -0
- package/dist/src/common/assets/icons/line/index.js +8 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +15 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +15 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +4 -1
- package/dist/src/common/styles/colorSet/UIColor.json +17 -1
- package/dist/src/common/styles/colorSet/index.d.ts +49 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +16 -0
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +1 -1
- package/dist/src/desktop/components/AdminList/AdminList.js +13 -5
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +1 -0
- package/dist/src/desktop/components/BasicListItem/BasicListItem.js +10 -99
- package/dist/src/desktop/components/BasicListItem/Contents.d.ts +16 -0
- package/dist/src/desktop/components/BasicListItem/Contents.js +31 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.d.ts +7 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.js +27 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.d.ts +6 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.js +19 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.d.ts +8 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.js +19 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Image.d.ts +8 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Image.js +9 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/LeftBox.d.ts +17 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/LeftBox.js +42 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.d.ts +9 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.js +13 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/index.d.ts +2 -0
- package/dist/src/desktop/components/BasicListItem/LeftBox/index.js +8 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/Description.d.ts +8 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/Description.js +10 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +9 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +19 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/MainButton.d.ts +9 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/MainButton.js +10 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/RightBox.d.ts +15 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/RightBox.js +40 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/Switch.d.ts +10 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +19 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/index.d.ts +2 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/index.js +8 -0
- package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +2 -3
- package/dist/src/desktop/components/Radio/Radio.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTV.d.ts +15 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTV.js +81 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +8 -4
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +1 -0
- package/dist/src/mobile/components/BasicListItem/BasicListItem.js +10 -99
- package/dist/src/mobile/components/BasicListItem/Contents.d.ts +16 -0
- package/dist/src/mobile/components/BasicListItem/Contents.js +31 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.d.ts +7 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.js +27 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.d.ts +6 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.js +19 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.d.ts +8 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.js +19 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Image.d.ts +8 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Image.js +9 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/LeftBox.d.ts +17 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/LeftBox.js +42 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.d.ts +9 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.js +13 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/index.d.ts +2 -0
- package/dist/src/mobile/components/BasicListItem/LeftBox/index.js +8 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/Description.d.ts +8 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/Description.js +10 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +9 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +19 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/MainButton.d.ts +9 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/MainButton.js +10 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/RightBox.d.ts +15 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/RightBox.js +40 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/Switch.d.ts +10 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +19 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/index.d.ts +2 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/index.js +8 -0
- package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +2 -3
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +2 -2
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +4 -4
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +2 -2
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +2 -2
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +4 -4
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +2 -2
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +4 -4
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +2 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +2 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +2 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +2 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +2 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +2 -2
- package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +47 -0
- package/dist/src/sub/AdminList/AdminList/AdminList.js +229 -0
- package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +30 -0
- package/dist/src/sub/AdminList/AdminList/HeaderRow.js +83 -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 +17 -0
- package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +57 -0
- package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +16 -0
- package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +82 -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 +56 -0
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +275 -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 +30 -0
- package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +28 -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 +32 -0
- package/dist/src/sub/AdminList/ToolBar/SearchField.d.ts +15 -0
- package/dist/src/sub/AdminList/ToolBar/SearchField.js +265 -0
- package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +26 -0
- package/dist/src/sub/AdminList/ToolBar/ToolBar.js +86 -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/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -3
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +2 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +6 -3
- package/dist/src/sub/DynamicLayout/components/Section/Section.js +5 -2
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +2 -0
- package/dist/src/sub/DynamicLayout/components/desktop/Item/Item.js +1 -1
- package/dist/src/sub/DynamicLayout/components/mobile/Item/Item.js +1 -1
- package/dist/src/sub/DynamicLayout/mock_samplePage.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +84 -8
- package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +19 -0
- package/dist/src/sub/DynamicLayout/sectionActionTypes.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/FullscreenIframeSection.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/FullscreenIframeSection.js +51 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/TemplateA.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/TemplateA.js +15 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +20 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +20 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/index.js +5 -0
- package/dist/src/sub/DynamicLayout/sections/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/index.js +3 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +7 -4
- package/dist/src/sub/index.d.ts +1 -0
- package/dist/src/sub/index.js +11 -1
- package/package.json +4 -2
- package/release-note.md +6 -7
package/README.md
CHANGED
|
@@ -1 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
# PDS
|
|
2
|
+
|
|
3
|
+
publ design system 프로젝트
|
|
4
|
+
|
|
5
|
+
## 프로젝트 목적
|
|
6
|
+
|
|
7
|
+
이용자에게 publ 서비스를 쉽게 이해하기 위하여 기능이나 목적의 유형에 맞춘 일관된 인터페이스를 제공하고, publ팀에는 제품을 개발하는데 필요한 화면 구성의 기획, 시각적인 표현, 최종 산출물까지 이어질 수 있는 품질 관리를 달성하기 위함
|
|
8
|
+
|
|
9
|
+
## 참고 문서
|
|
10
|
+
|
|
11
|
+
해당 패키지 버전은 PDS 문서 2.0 버전을 따르고 있음
|
|
12
|
+
[PDS 2.0 문서 링크](https://design.docs.publ.biz/pds-project/)
|
package/dist/index.d.ts
CHANGED
|
@@ -25,5 +25,6 @@ export { M_BasicChatListItem, M_BasicFormGroup, M_BasicList, M_BasicListItem, M_
|
|
|
25
25
|
export { M_AnnotationSheet, M_ContentSheet, M_MobileBasicModal, M_SectionSheet };
|
|
26
26
|
import { DynamicLayout } from './src/sub';
|
|
27
27
|
export { DynamicLayout };
|
|
28
|
-
import type { TypeOfSectionManifestSchema, TypeofSectionTemplate, TypeOfSectionContentMediaType, TypeOfSectionLinkType, TypeOfCarouselAutoplayMode, TypeOfCarouselInfiniteLoopMode, TypeOfBackgroundMediaType, TypeOfSectionButtonDesignType, TypeOfItemButtonDesignType, TypeOfItemManifestSchema, TypeOfItemLinkMethod, TypeOfItemLinkType, ISection, ISectionProperties, ISectionStyles, IItem } from './src/sub/DynamicLayout/types';
|
|
29
|
-
export { TypeOfSectionManifestSchema, TypeofSectionTemplate, TypeOfSectionContentMediaType, TypeOfSectionLinkType, TypeOfCarouselAutoplayMode, TypeOfCarouselInfiniteLoopMode, TypeOfBackgroundMediaType, TypeOfSectionButtonDesignType, TypeOfItemButtonDesignType, TypeOfItemManifestSchema, TypeOfItemLinkMethod, TypeOfItemLinkType, ISection, ISectionProperties, ISectionStyles, IItem };
|
|
28
|
+
import type { TypeOfSectionManifestSchema, TypeofSectionTemplate, TypeOfSectionContentMediaType, TypeOfSectionLinkType, TypeOfCarouselAutoplayMode, TypeOfCarouselInfiniteLoopMode, TypeOfBackgroundMediaType, TypeOfSectionButtonDesignType, TypeOfItemButtonDesignType, TypeOfItemManifestSchema, TypeOfItemLinkMethod, TypeOfItemLinkType, ISection, ISectionProperties, ISectionStyles, IItem, TypeOfSectionAction } from './src/sub/DynamicLayout/types';
|
|
29
|
+
export { TypeOfSectionManifestSchema, TypeofSectionTemplate, TypeOfSectionContentMediaType, TypeOfSectionLinkType, TypeOfCarouselAutoplayMode, TypeOfCarouselInfiniteLoopMode, TypeOfBackgroundMediaType, TypeOfSectionButtonDesignType, TypeOfItemButtonDesignType, TypeOfItemManifestSchema, TypeOfItemLinkMethod, TypeOfItemLinkType, TypeOfSectionAction, ISection, ISectionProperties, ISectionStyles, IItem };
|
|
30
|
+
export { AdminList, AdminListHeader, AdminListItem, BulkActionBar, ToolBar } from './src/sub';
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.LayoutWF = exports.Switch = exports.Spacing = exports.LottieIcon = exports.LinearProgress = exports.ImageView = exports.Icon = exports.Divider = exports.Form = exports.ButtonTransition = exports.InputTransition = exports.AdminListItemTransition = exports.scaleBounceOutIncludeTranslate02 = exports.scaleBounceInIncludeTranslate02 = exports.scaleBounceOutIncludeTranslate = exports.scaleBounceInIncludeTranslate = exports.scaleBounceOut02 = exports.scaleBounceOut = exports.scaleBounceIn02 = exports.scaleBounceIn = exports.gelatine = exports.scaleDownIncludeTranslate = exports.scaleUpIncludeTranslate = exports.scaleDown = exports.scaleUp = exports.glow = exports.fadeOut = exports.fadeIn = exports.modalOverlayOffAni = exports.modalOverlayOnAni = exports.modalOffAni = exports.modalOnAni = exports.dialogOverlayOffAni = exports.dialogOverlayOnAni = exports.dialogOffAni = exports.dialogOnAni = exports.theme = exports.customTheme = exports.uiColors = exports.spacing = exports.boxShadow = exports.mobileEditorLineHeight = exports.mobileEditorFontSize = exports.mobileLineHeight = exports.mobileFontSize = exports.desktopEditorLineHeight = exports.desktopEditorFontSize = exports.desktopLineHeight = exports.desktopFontSize = exports.fontWeight = void 0;
|
|
4
4
|
exports.D_UploadIconButton = exports.D_TextLabel = exports.D_TextField = exports.D_TextButton = exports.D_StatusBlock = exports.D_Select = exports.D_ReactionButton = exports.D_Radio = exports.D_PageTitleTextGroup = exports.D_MainButton = exports.D_LottieReactionButton = exports.D_ImageSlide = exports.D_IconButton = exports.D_HorizontalFormGroup = exports.D_Hero = exports.D_FloatingActionButton = exports.D_FilterBar = exports.D_EditApplyTextField = exports.D_DynamicDesktopNavBarTemplates = exports.D_DynamicDesktopNavBar = exports.D_Dropdown = exports.D_DesktopTabBar = exports.D_DesktopHeaderBar = exports.D_DesktopAlertDialog = exports.D_ContextMenuItem = exports.D_ContextMenu = exports.D_Chip = exports.D_Checkbox = exports.D_ChatList = exports.D_ChatBubbleListItem = exports.D_CardList = exports.D_Card = exports.D_BodyTextGroup = exports.D_BlogTextField = exports.D_BasicListItem = exports.D_BasicList = exports.D_BasicFormGroup = exports.D_BasicChatListItem = exports.D_AdminListItem = exports.D_AdminListHeader = exports.D_AdminList = exports.WTContainersBox = exports.WTGlobalMenuContainer = exports.LayoutWT = exports.WSContainersBox = exports.WSGlobalMenuContainer = exports.LayoutWS = exports.WHContainersBox = exports.LayoutWH = exports.WFContainersBox = void 0;
|
|
5
5
|
exports.M_Select = exports.M_ReactionButton = exports.M_Radio = exports.M_MobileTabBar = exports.M_MobileHeaderBar = exports.M_MobileAlertDialog = exports.M_MainButton = exports.M_LottieReactionButton = exports.M_ImageSlide = exports.M_IconButton = exports.M_HorizontalFormGroup = exports.M_FloatingActionButton = exports.M_Dropdown = exports.M_ContextMenuItem = exports.M_ContextMenu = exports.M_Chip = exports.M_Checkbox = exports.M_ChatList = exports.M_ChatBubbleListItem = exports.M_CardList = exports.M_Card = exports.M_BodyTextGroup = exports.M_BlogTextField = exports.M_BasicListItem = exports.M_BasicList = exports.M_BasicFormGroup = exports.M_BasicChatListItem = exports.MSContainersBox = exports.MSNavigationContainer = exports.LayoutMS = exports.MPContainersBox = exports.MPTabContainer = exports.MPNavigationContainer = exports.LayoutMP = exports.MMContainersBox = exports.MMNavigationContainer = exports.LayoutMM = exports.MFContainersBox = exports.LayoutMF = exports.D_SectionSheet = exports.D_DesktopTutorialModal = exports.D_DesktopHeadlessModal = exports.D_DesktopBasicModal = exports.D_ContentSheet = exports.D_AnnotationSheet = exports.D_UserDesktopSideTab = exports.D_UserDesktopTabBar = exports.D_UserDesktopNavBar = exports.D_UploadTextButton = exports.D_UploadMainButton = void 0;
|
|
6
|
-
exports.DynamicLayout = exports.M_SectionSheet = exports.M_MobileBasicModal = exports.M_ContentSheet = exports.M_AnnotationSheet = exports.M_UploadTextButton = exports.M_UploadMainButton = exports.M_UploadIconButton = exports.M_TextLabel = exports.M_TextField = exports.M_TextButton = exports.M_StatusBlock = void 0;
|
|
6
|
+
exports.ToolBar = exports.BulkActionBar = exports.AdminListItem = exports.AdminListHeader = exports.AdminList = exports.DynamicLayout = exports.M_SectionSheet = exports.M_MobileBasicModal = exports.M_ContentSheet = exports.M_AnnotationSheet = exports.M_UploadTextButton = exports.M_UploadMainButton = exports.M_UploadIconButton = exports.M_TextLabel = exports.M_TextField = exports.M_TextButton = exports.M_StatusBlock = void 0;
|
|
7
7
|
/* eslint-disable import/order */
|
|
8
8
|
/* eslint-disable import/first */
|
|
9
9
|
// common
|
|
@@ -185,3 +185,10 @@ Object.defineProperty(exports, "M_SectionSheet", { enumerable: true, get: functi
|
|
|
185
185
|
// dynamicLayout
|
|
186
186
|
var sub_1 = require("./src/sub");
|
|
187
187
|
Object.defineProperty(exports, "DynamicLayout", { enumerable: true, get: function () { return sub_1.DynamicLayout; } });
|
|
188
|
+
// AdminList
|
|
189
|
+
var sub_2 = require("./src/sub");
|
|
190
|
+
Object.defineProperty(exports, "AdminList", { enumerable: true, get: function () { return sub_2.AdminList; } });
|
|
191
|
+
Object.defineProperty(exports, "AdminListHeader", { enumerable: true, get: function () { return sub_2.AdminListHeader; } });
|
|
192
|
+
Object.defineProperty(exports, "AdminListItem", { enumerable: true, get: function () { return sub_2.AdminListItem; } });
|
|
193
|
+
Object.defineProperty(exports, "BulkActionBar", { enumerable: true, get: function () { return sub_2.BulkActionBar; } });
|
|
194
|
+
Object.defineProperty(exports, "ToolBar", { enumerable: true, get: function () { return sub_2.ToolBar; } });
|
|
@@ -0,0 +1,30 @@
|
|
|
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 __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
|
+
var SectionIframe32 = function (_a) {
|
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M51.2,0 C52.967,0 54.4,1.433 54.4,3.2 L54.4,28.8 C54.4,30.567 52.967,32 51.2,32 L3.2,32 C1.433,32 -7.10542736e-14,30.567 -7.10542736e-14,28.8 L-7.10542736e-14,3.2 C-7.10542736e-14,1.433 1.433,0 3.2,0 Z M51.2,1.5 L3.2,1.5 C2.262,1.5 1.5,2.263 1.5,3.2 L1.5,28.8 C1.5,29.737 2.262,30.5 3.2,30.5 L51.2,30.5 C52.137,30.5 52.9,29.737 52.9,28.8 L52.9,3.2 C52.9,2.263 52.137,1.5 51.2,1.5 Z M29.0195,8.1586 C29.3355,8.1586 29.6275,8.3026 29.8195,8.5536 C30.0125,8.8046 30.0755,9.1236 29.9945,9.4286 L26.3205,23.0936 C26.2025,23.5336 25.8025,23.8406 25.3475,23.8406 C25.0305,23.8406 24.7395,23.6966 24.5465,23.4466 C24.3545,23.1956 24.2915,22.8766 24.3735,22.5716 L28.0455,8.9066 C28.1635,8.4656 28.5645,8.1586 29.0195,8.1586 Z M32.2007,11.9571 C32.4967,11.7721 32.8617,11.7521 33.1757,11.9051 L39.8437,15.1391 C40.1887,15.3061 40.4117,15.6621 40.4117,16.0461 L40.4117,16.4431 C40.4117,16.8271 40.1887,17.1841 39.8427,17.3511 L33.1747,20.5721 C33.0347,20.6391 32.8847,20.6731 32.7347,20.6731 C32.5487,20.6731 32.3637,20.6201 32.1997,20.5181 C31.9037,20.3321 31.7277,20.0121 31.7277,19.6631 L31.7277,19.5671 C31.7277,19.1731 31.9587,18.8131 32.3177,18.6501 L37.5887,16.2441 L32.3167,13.8401 C31.9587,13.6771 31.7277,13.3161 31.7277,12.9231 L31.7277,12.8121 C31.7277,12.4621 31.9047,12.1431 32.2007,11.9571 Z M21.2236,11.905 C21.5376,11.752 21.9036,11.772 22.1996,11.957 C22.4956,12.143 22.6726,12.462 22.6726,12.812 L22.6726,12.922 C22.6726,13.316 22.4406,13.677 22.0816,13.84 L16.7936,16.244 L22.0816,18.65 C22.4406,18.813 22.6726,19.173 22.6726,19.568 L22.6726,19.663 C22.6726,20.012 22.4956,20.332 22.1996,20.518 C22.0356,20.62 21.8506,20.673 21.6646,20.673 C21.5156,20.673 21.3656,20.639 21.2256,20.571 L14.5576,17.352 C14.2116,17.184 13.9876,16.827 13.9876,16.443 L13.9876,16.046 C13.9876,15.662 14.2106,15.306 14.5566,15.139 Z" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = SectionIframe32;
|
|
@@ -0,0 +1,30 @@
|
|
|
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 __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
|
+
var SectionIframe40 = function (_a) {
|
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.622 1.5,4 L1.5,36 C1.5,37.378 2.622,38.5 4,38.5 L64,38.5 C65.378,38.5 66.5,37.378 66.5,36 L66.5,4 C66.5,2.622 65.378,1.5 64,1.5 Z M36.2744,10.1982 C36.6704,10.1982 37.0344,10.3782 37.2744,10.6912 C37.5154,11.0062 37.5944,11.4042 37.4924,11.7862 L32.9004,28.8672 C32.7534,29.4172 32.2534,29.8012 31.6844,29.8012 C31.2884,29.8012 30.9234,29.6212 30.6834,29.3072 C30.4434,28.9942 30.3644,28.5952 30.4664,28.2142 L35.0574,11.1332 C35.2044,10.5822 35.7054,10.1982 36.2744,10.1982 Z M26.5295,14.8813 C26.9225,14.6903 27.3785,14.7153 27.7495,14.9463 C28.1195,15.1783 28.3405,15.5783 28.3405,16.0143 L28.3405,16.1523 C28.3405,16.6453 28.0505,17.0953 27.6025,17.3003 L20.9915,20.3053 L27.6025,23.3123 C28.0505,23.5163 28.3405,23.9673 28.3405,24.4603 L28.3405,24.5793 C28.3405,25.0153 28.1195,25.4153 27.7495,25.6473 C27.5445,25.7753 27.3125,25.8413 27.0805,25.8413 C26.8945,25.8413 26.7075,25.7993 26.5315,25.7143 L18.1965,21.6893 C17.7645,21.4793 17.4845,21.0343 17.4845,20.5533 L17.4845,20.0573 C17.4845,19.5783 17.7635,19.1333 18.1955,18.9243 Z M40.2507,14.9458 C40.6207,14.7148 41.0767,14.6908 41.4697,14.8808 L49.8047,18.9238 C50.2367,19.1328 50.5147,19.5778 50.5147,20.0578 L50.5147,20.5538 C50.5147,21.0338 50.2357,21.4798 49.8037,21.6888 L41.4687,25.7148 C41.2927,25.7988 41.1057,25.8408 40.9187,25.8408 C40.6867,25.8408 40.4547,25.7758 40.2497,25.6478 C39.8797,25.4148 39.6587,25.0158 39.6587,24.5788 L39.6587,24.4588 C39.6587,23.9668 39.9487,23.5168 40.3967,23.3128 L46.9857,20.3058 L40.3967,17.2998 C39.9487,17.0958 39.6587,16.6458 39.6587,16.1528 L39.6587,16.0148 C39.6587,15.5778 39.8807,15.1788 40.2507,14.9458 Z" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = SectionIframe40;
|
|
@@ -0,0 +1,30 @@
|
|
|
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 __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
|
+
var SectionMembership32 = function (_a) {
|
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M51.2,0 C52.967,0 54.4,1.433 54.4,3.2 L54.4,28.8 C54.4,30.567 52.967,32 51.2,32 L3.2,32 C1.433,32 -7.10542736e-14,30.567 -7.10542736e-14,28.8 L-7.10542736e-14,3.2 C-7.10542736e-14,1.433 1.433,0 3.2,0 Z M51.2,1.5 L3.2,1.5 C2.262,1.5 1.5,2.263 1.5,3.2 L1.5,28.8 C1.5,29.737 2.262,30.5 3.2,30.5 L51.2,30.5 C52.137,30.5 52.9,29.737 52.9,28.8 L52.9,3.2 C52.9,2.263 52.137,1.5 51.2,1.5 Z M18.607,19.5745 C19.27,19.5745 19.807,20.1115 19.807,20.7745 L19.807,23.6295 C19.807,24.2925 19.27,24.8295 18.607,24.8295 L9.303,24.8295 C8.641,24.8295 8.103,24.2925 8.103,23.6295 L8.103,20.7745 C8.103,20.1115 8.641,19.5745 9.303,19.5745 L18.607,19.5745 Z M44.2963,7.1765 C45.4013,7.1765 46.2963,8.0725 46.2963,9.1765 L46.2963,22.8295 C46.2963,23.9345 45.4013,24.8295 44.2963,24.8295 L24.3493,24.8295 C23.2453,24.8295 22.3493,23.9345 22.3493,22.8295 L22.3493,9.1765 C22.3493,8.0725 23.2453,7.1765 24.3493,7.1765 L44.2963,7.1765 Z M18.607,13.3669 C19.27,13.3669 19.807,13.9039 19.807,14.5669 L19.807,17.4219 C19.807,18.0849 19.27,18.6219 18.607,18.6219 L9.303,18.6219 C8.641,18.6219 8.103,18.0849 8.103,17.4219 L8.103,14.5669 C8.103,13.9039 8.641,13.3669 9.303,13.3669 L18.607,13.3669 Z M18.607,7.1593 C19.27,7.1593 19.807,7.6963 19.807,8.3593 L19.807,11.2143 C19.807,11.8773 19.27,12.4143 18.607,12.4143 L9.303,12.4143 C8.641,12.4143 8.103,11.8773 8.103,11.2143 L8.103,8.3593 C8.103,7.6963 8.641,7.1593 9.303,7.1593 L18.607,7.1593 Z" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = SectionMembership32;
|
|
@@ -0,0 +1,30 @@
|
|
|
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 __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
26
|
+
var SectionMembership40 = function (_a) {
|
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.622 1.5,4 L1.5,36 C1.5,37.378 2.622,38.5 4,38.5 L64,38.5 C65.378,38.5 66.5,37.378 66.5,36 L66.5,4 C66.5,2.622 65.378,1.5 64,1.5 Z M23.2589,24.4679 C24.0869,24.4679 24.7589,25.1389 24.7589,25.9679 L24.7589,29.5369 C24.7589,30.3649 24.0869,31.0369 23.2589,31.0369 L11.6299,31.0369 C10.8009,31.0369 10.1299,30.3649 10.1299,29.5369 L10.1299,25.9679 C10.1299,25.1389 10.8009,24.4679 11.6299,24.4679 L23.2589,24.4679 Z M55.3705,8.9709 C56.7515,8.9709 57.8705,10.0909 57.8705,11.4709 L57.8705,28.5369 C57.8705,29.9179 56.7515,31.0369 55.3705,31.0369 L30.4375,31.0369 C29.0565,31.0369 27.9375,29.9179 27.9375,28.5369 L27.9375,11.4709 C27.9375,10.0909 29.0565,8.9709 30.4375,8.9709 L55.3705,8.9709 Z M23.2589,16.7084 C24.0869,16.7084 24.7589,17.3794 24.7589,18.2084 L24.7589,21.7774 C24.7589,22.6054 24.0869,23.2774 23.2589,23.2774 L11.6299,23.2774 C10.8009,23.2774 10.1299,22.6054 10.1299,21.7774 L10.1299,18.2084 C10.1299,17.3794 10.8009,16.7084 11.6299,16.7084 L23.2589,16.7084 Z M23.2589,8.9489 C24.0869,8.9489 24.7589,9.6199 24.7589,10.4489 L24.7589,14.0179 C24.7589,14.8459 24.0869,15.5179 23.2589,15.5179 L11.6299,15.5179 C10.8009,15.5179 10.1299,14.8459 10.1299,14.0179 L10.1299,10.4489 C10.1299,9.6199 10.8009,8.9489 11.6299,8.9489 L23.2589,8.9489 Z" }, void 0) }), void 0));
|
|
29
|
+
};
|
|
30
|
+
exports.default = SectionMembership40;
|
|
@@ -132,12 +132,16 @@ declare const lineIcons: {
|
|
|
132
132
|
readonly ic_section_divider_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
133
133
|
readonly ic_section_footer_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
134
134
|
readonly ic_section_footer_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
135
|
+
readonly ic_section_iframe_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
136
|
+
readonly ic_section_iframe_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
135
137
|
readonly ic_section_info_box_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
136
138
|
readonly ic_section_info_box_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
137
139
|
readonly ic_section_intro_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
138
140
|
readonly ic_section_intro_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
139
141
|
readonly ic_section_map_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
140
142
|
readonly ic_section_map_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
143
|
+
readonly ic_section_membership_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
144
|
+
readonly ic_section_membership_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
141
145
|
readonly ic_section_price_box_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
142
146
|
readonly ic_section_price_box_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
143
147
|
readonly ic_section_products_carousel_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -135,12 +135,16 @@ var SectionDivider32_1 = __importDefault(require("./SectionDivider32"));
|
|
|
135
135
|
var SectionDivider40_1 = __importDefault(require("./SectionDivider40"));
|
|
136
136
|
var SectionFooter32_1 = __importDefault(require("./SectionFooter32"));
|
|
137
137
|
var SectionFooter40_1 = __importDefault(require("./SectionFooter40"));
|
|
138
|
+
var SectionIframe32_1 = __importDefault(require("./SectionIframe32"));
|
|
139
|
+
var SectionIframe40_1 = __importDefault(require("./SectionIframe40"));
|
|
138
140
|
var SectionInfoBox32_1 = __importDefault(require("./SectionInfoBox32"));
|
|
139
141
|
var SectionInfoBox40_1 = __importDefault(require("./SectionInfoBox40"));
|
|
140
142
|
var SectionIntro32_1 = __importDefault(require("./SectionIntro32"));
|
|
141
143
|
var SectionIntro40_1 = __importDefault(require("./SectionIntro40"));
|
|
142
144
|
var SectionMap32_1 = __importDefault(require("./SectionMap32"));
|
|
143
145
|
var SectionMap40_1 = __importDefault(require("./SectionMap40"));
|
|
146
|
+
var SectionMembership32_1 = __importDefault(require("./SectionMembership32"));
|
|
147
|
+
var SectionMembership40_1 = __importDefault(require("./SectionMembership40"));
|
|
144
148
|
var SectionPriceBox32_1 = __importDefault(require("./SectionPriceBox32"));
|
|
145
149
|
var SectionPriceBox40_1 = __importDefault(require("./SectionPriceBox40"));
|
|
146
150
|
var SectionProductsCarousel32_1 = __importDefault(require("./SectionProductsCarousel32"));
|
|
@@ -329,12 +333,16 @@ var lineIcons = {
|
|
|
329
333
|
ic_section_divider_40: SectionDivider40_1.default,
|
|
330
334
|
ic_section_footer_32: SectionFooter32_1.default,
|
|
331
335
|
ic_section_footer_40: SectionFooter40_1.default,
|
|
336
|
+
ic_section_iframe_32: SectionIframe32_1.default,
|
|
337
|
+
ic_section_iframe_40: SectionIframe40_1.default,
|
|
332
338
|
ic_section_info_box_32: SectionInfoBox32_1.default,
|
|
333
339
|
ic_section_info_box_40: SectionInfoBox40_1.default,
|
|
334
340
|
ic_section_intro_32: SectionIntro32_1.default,
|
|
335
341
|
ic_section_intro_40: SectionIntro40_1.default,
|
|
336
342
|
ic_section_map_32: SectionMap32_1.default,
|
|
337
343
|
ic_section_map_40: SectionMap40_1.default,
|
|
344
|
+
ic_section_membership_32: SectionMembership32_1.default,
|
|
345
|
+
ic_section_membership_40: SectionMembership40_1.default,
|
|
338
346
|
ic_section_price_box_32: SectionPriceBox32_1.default,
|
|
339
347
|
ic_section_price_box_40: SectionPriceBox40_1.default,
|
|
340
348
|
ic_section_products_carousel_32: SectionProductsCarousel32_1.default,
|
|
@@ -278,5 +278,19 @@
|
|
|
278
278
|
"sys_storyboard_card_base_blue01": "blue30",
|
|
279
279
|
"sys_storyboard_card_base_red01": "red30",
|
|
280
280
|
"sys_storyboard_card_base_green01": "green50",
|
|
281
|
-
"sys_brand_secondary_variant": "darkgreen700"
|
|
281
|
+
"sys_brand_secondary_variant": "darkgreen700",
|
|
282
|
+
"sys_button_tooltip_base": "white/opacity50",
|
|
283
|
+
"sys_text_button_tooltip": "grey900",
|
|
284
|
+
"sys_membership_button_base": "white/opacity20",
|
|
285
|
+
"sys_membership_item_membership_base": "darkgrey50",
|
|
286
|
+
"sys_membership_item_price_product_base": "darkgrey100",
|
|
287
|
+
"sys_component_base_30": "darkgrey400",
|
|
288
|
+
"sys_component_base_31": "darkgrey200",
|
|
289
|
+
"sys_component_base_32": "darkgrey10",
|
|
290
|
+
"sys_component_base_33": "white/opacity70",
|
|
291
|
+
"sys_component_base_34": "darkpink500",
|
|
292
|
+
"sys_component_base_35": "darklightgreen500",
|
|
293
|
+
"sys_component_base_36": "darkorange500",
|
|
294
|
+
"sys_component_base_37": "darkpink300",
|
|
295
|
+
"sys_component_base_38": "darkorange300"
|
|
282
296
|
}
|
|
@@ -278,5 +278,19 @@
|
|
|
278
278
|
"sys_storyboard_card_base_blue01": "blue30",
|
|
279
279
|
"sys_storyboard_card_base_red01": "red30",
|
|
280
280
|
"sys_storyboard_card_base_green01": "green50",
|
|
281
|
-
"sys_brand_secondary_variant": "green700"
|
|
281
|
+
"sys_brand_secondary_variant": "green700",
|
|
282
|
+
"sys_button_tooltip_base": "black/opacity70",
|
|
283
|
+
"sys_text_button_tooltip": "white",
|
|
284
|
+
"sys_membership_button_base": "black/opacity20",
|
|
285
|
+
"sys_membership_item_membership_base": "grey30",
|
|
286
|
+
"sys_membership_item_price_product_base": "grey70",
|
|
287
|
+
"sys_component_base_30": "grey400",
|
|
288
|
+
"sys_component_base_31": "grey200",
|
|
289
|
+
"sys_component_base_32": "grey10",
|
|
290
|
+
"sys_component_base_33": "white/opacity70",
|
|
291
|
+
"sys_component_base_34": "pink500",
|
|
292
|
+
"sys_component_base_35": "lightgreen500",
|
|
293
|
+
"sys_component_base_36": "orange500",
|
|
294
|
+
"sys_component_base_37": "pink300",
|
|
295
|
+
"sys_component_base_38": "orange300"
|
|
282
296
|
}
|
|
@@ -743,5 +743,21 @@
|
|
|
743
743
|
"ui_94": "sys_storyboard_card_base_red01",
|
|
744
744
|
"ui_95": "sys_storyboard_card_base_green01",
|
|
745
745
|
"ui_cpnt_icon_sys_brandsecondary_variant": "sys_brand_secondary_variant",
|
|
746
|
-
"ui_96": "sys_component_base_10"
|
|
746
|
+
"ui_96": "sys_component_base_10",
|
|
747
|
+
"ui_97": "sys_component_base_black",
|
|
748
|
+
"ui_cpnt_button_tooltip_base": "sys_button_tooltip_base",
|
|
749
|
+
"ui_cpnt_textlabel_button_tooltip": "sys_text_button_tooltip",
|
|
750
|
+
"ui_cpnt_textlabel_step_prev": "sys_text_white_opacity_01",
|
|
751
|
+
"ui_membership_button_base": "sys_membership_button_base",
|
|
752
|
+
"ui_membership_item_membership_base": "sys_membership_item_membership_base",
|
|
753
|
+
"ui_membership_item_price_product_base": "sys_membership_item_price_product_base",
|
|
754
|
+
"ui_cpnt_sheet_base_16": "sys_component_base_30",
|
|
755
|
+
"ui_cpnt_sheet_base_17": "sys_component_base_31",
|
|
756
|
+
"ui_cpnt_sheet_base_18": "sys_component_base_32",
|
|
757
|
+
"ui_cpnt_sheet_base_19": "sys_component_base_33",
|
|
758
|
+
"ui_cpnt_badge_base_hot": "sys_component_base_34",
|
|
759
|
+
"ui_cpnt_badge_base_new": "sys_component_base_35",
|
|
760
|
+
"ui_cpnt_badge_base_sale": "sys_component_base_36",
|
|
761
|
+
"ui_cpnt_badge_base_timesale": "sys_component_base_37",
|
|
762
|
+
"ui_cpnt_badge_base_best": "sys_component_base_38"
|
|
747
763
|
}
|
|
@@ -101,8 +101,11 @@ declare const colorSet: {
|
|
|
101
101
|
green10: string;
|
|
102
102
|
blue30: string;
|
|
103
103
|
red30: string;
|
|
104
|
+
orange300: string;
|
|
105
|
+
darkorange300: string;
|
|
106
|
+
darkpink300: string;
|
|
104
107
|
};
|
|
105
|
-
readonly
|
|
108
|
+
readonly PaletteColor_Dark: {
|
|
106
109
|
sys_container_background_01: string;
|
|
107
110
|
sys_container_background_02: string;
|
|
108
111
|
sys_container_background_03: string;
|
|
@@ -383,8 +386,22 @@ declare const colorSet: {
|
|
|
383
386
|
sys_storyboard_card_base_red01: string;
|
|
384
387
|
sys_storyboard_card_base_green01: string;
|
|
385
388
|
sys_brand_secondary_variant: string;
|
|
389
|
+
sys_button_tooltip_base: string;
|
|
390
|
+
sys_text_button_tooltip: string;
|
|
391
|
+
sys_membership_button_base: string;
|
|
392
|
+
sys_membership_item_membership_base: string;
|
|
393
|
+
sys_membership_item_price_product_base: string;
|
|
394
|
+
sys_component_base_30: string;
|
|
395
|
+
sys_component_base_31: string;
|
|
396
|
+
sys_component_base_32: string;
|
|
397
|
+
sys_component_base_33: string;
|
|
398
|
+
sys_component_base_34: string;
|
|
399
|
+
sys_component_base_35: string;
|
|
400
|
+
sys_component_base_36: string;
|
|
401
|
+
sys_component_base_37: string;
|
|
402
|
+
sys_component_base_38: string;
|
|
386
403
|
};
|
|
387
|
-
readonly
|
|
404
|
+
readonly PaletteColor_light: {
|
|
388
405
|
sys_container_background_01: string;
|
|
389
406
|
sys_container_background_02: string;
|
|
390
407
|
sys_container_background_03: string;
|
|
@@ -665,6 +682,20 @@ declare const colorSet: {
|
|
|
665
682
|
sys_storyboard_card_base_red01: string;
|
|
666
683
|
sys_storyboard_card_base_green01: string;
|
|
667
684
|
sys_brand_secondary_variant: string;
|
|
685
|
+
sys_button_tooltip_base: string;
|
|
686
|
+
sys_text_button_tooltip: string;
|
|
687
|
+
sys_membership_button_base: string;
|
|
688
|
+
sys_membership_item_membership_base: string;
|
|
689
|
+
sys_membership_item_price_product_base: string;
|
|
690
|
+
sys_component_base_30: string;
|
|
691
|
+
sys_component_base_31: string;
|
|
692
|
+
sys_component_base_32: string;
|
|
693
|
+
sys_component_base_33: string;
|
|
694
|
+
sys_component_base_34: string;
|
|
695
|
+
sys_component_base_35: string;
|
|
696
|
+
sys_component_base_36: string;
|
|
697
|
+
sys_component_base_37: string;
|
|
698
|
+
sys_component_base_38: string;
|
|
668
699
|
};
|
|
669
700
|
readonly UIColor: {
|
|
670
701
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1412,6 +1443,22 @@ declare const colorSet: {
|
|
|
1412
1443
|
ui_95: string;
|
|
1413
1444
|
ui_cpnt_icon_sys_brandsecondary_variant: string;
|
|
1414
1445
|
ui_96: string;
|
|
1446
|
+
ui_97: string;
|
|
1447
|
+
ui_cpnt_button_tooltip_base: string;
|
|
1448
|
+
ui_cpnt_textlabel_button_tooltip: string;
|
|
1449
|
+
ui_cpnt_textlabel_step_prev: string;
|
|
1450
|
+
ui_membership_button_base: string;
|
|
1451
|
+
ui_membership_item_membership_base: string;
|
|
1452
|
+
ui_membership_item_price_product_base: string;
|
|
1453
|
+
ui_cpnt_sheet_base_16: string;
|
|
1454
|
+
ui_cpnt_sheet_base_17: string;
|
|
1455
|
+
ui_cpnt_sheet_base_18: string;
|
|
1456
|
+
ui_cpnt_sheet_base_19: string;
|
|
1457
|
+
ui_cpnt_badge_base_hot: string;
|
|
1458
|
+
ui_cpnt_badge_base_new: string;
|
|
1459
|
+
ui_cpnt_badge_base_sale: string;
|
|
1460
|
+
ui_cpnt_badge_base_timesale: string;
|
|
1461
|
+
ui_cpnt_badge_base_best: string;
|
|
1415
1462
|
};
|
|
1416
1463
|
};
|
|
1417
1464
|
export default colorSet;
|
|
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
|
-
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
8
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
13
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -744,4 +744,20 @@ export interface UITheme {
|
|
|
744
744
|
ui_95: string;
|
|
745
745
|
ui_cpnt_icon_sys_brandsecondary_variant: string;
|
|
746
746
|
ui_96: string;
|
|
747
|
+
ui_97: string;
|
|
748
|
+
ui_cpnt_button_tooltip_base: string;
|
|
749
|
+
ui_cpnt_textlabel_button_tooltip: string;
|
|
750
|
+
ui_cpnt_textlabel_step_prev: string;
|
|
751
|
+
ui_membership_button_base: string;
|
|
752
|
+
ui_membership_item_membership_base: string;
|
|
753
|
+
ui_membership_item_price_product_base: string;
|
|
754
|
+
ui_cpnt_sheet_base_16: string;
|
|
755
|
+
ui_cpnt_sheet_base_17: string;
|
|
756
|
+
ui_cpnt_sheet_base_18: string;
|
|
757
|
+
ui_cpnt_sheet_base_19: string;
|
|
758
|
+
ui_cpnt_badge_base_hot: string;
|
|
759
|
+
ui_cpnt_badge_base_new: string;
|
|
760
|
+
ui_cpnt_badge_base_sale: string;
|
|
761
|
+
ui_cpnt_badge_base_timesale: string;
|
|
762
|
+
ui_cpnt_badge_base_best: string;
|
|
747
763
|
}
|
|
@@ -275,7 +275,7 @@ var basicStyle = (0, styled_components_1.css)(templateObject_4 || (templateObjec
|
|
|
275
275
|
}[state];
|
|
276
276
|
}, function (_a) {
|
|
277
277
|
var textPadding = _a.textPadding;
|
|
278
|
-
return textPadding && "padding: " + textPadding;
|
|
278
|
+
return textPadding && "padding: " + textPadding + ";";
|
|
279
279
|
});
|
|
280
280
|
var S_Input = styled_components_1.default.input(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", "\n flex: 1;\n line-height: ", ";\n ::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"], ["\n ", "\n flex: 1;\n line-height: ", ";\n ::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), basicStyle, function (_a) {
|
|
281
281
|
var theme = _a.theme;
|
|
@@ -62,6 +62,12 @@ function AdminList(_a) {
|
|
|
62
62
|
control: selectAllMethods.control
|
|
63
63
|
});
|
|
64
64
|
var _v = (0, react_1.useState)(false), isBulkActionBarOpen = _v[0], setIsBulkActionBarOpen = _v[1];
|
|
65
|
+
var childrenPropIds = [];
|
|
66
|
+
if (children && Array.isArray(children)) {
|
|
67
|
+
childrenPropIds = react_1.default.Children.map(children, function (child) {
|
|
68
|
+
return child.props.id;
|
|
69
|
+
});
|
|
70
|
+
}
|
|
65
71
|
/**
|
|
66
72
|
* @when AdminListItem이 선택되었을 때
|
|
67
73
|
* @expected 벌크액션바 활성화 여부와 체크박스 선택 여부를 결정합니다.
|
|
@@ -89,19 +95,21 @@ function AdminList(_a) {
|
|
|
89
95
|
}
|
|
90
96
|
setIsBulkActionBarOpen(true);
|
|
91
97
|
selectedIds.forEach(function (val) { return checkboxMethods.setValue(val.toString(), true); });
|
|
98
|
+
// NOTE Children에 포함된 요소의 id와 선택되어 있는 id를 비교해 전체 체크박스의 상태를 변경합니다.
|
|
99
|
+
var hasAllIds = childrenPropIds === null || childrenPropIds === void 0 ? void 0 : childrenPropIds.every(function (id) { return selectedIds.includes(id) || (maintainIds === null || maintainIds === void 0 ? void 0 : maintainIds.includes(id)); });
|
|
100
|
+
selectAllMethods.setValue(headerRowCheckboxName, hasAllIds ? true : false);
|
|
92
101
|
}, [selectedIds, maintainIds]);
|
|
93
102
|
var handleSelectAllCheckbox = function () {
|
|
94
|
-
var
|
|
95
|
-
var basicIds = allIds.filter(function (id) { return !(maintainIds === null || maintainIds === void 0 ? void 0 : maintainIds.includes(id)); });
|
|
103
|
+
var basicIds = childrenPropIds === null || childrenPropIds === void 0 ? void 0 : childrenPropIds.filter(function (id) { return !(maintainIds === null || maintainIds === void 0 ? void 0 : maintainIds.includes(id)); });
|
|
96
104
|
if (!isAllCheckboxSelected) {
|
|
97
|
-
|
|
98
|
-
if (onSelect) {
|
|
105
|
+
childrenPropIds === null || childrenPropIds === void 0 ? void 0 : childrenPropIds.forEach(function (id) { return checkboxMethods.setValue(id.toString(), true); });
|
|
106
|
+
if (onSelect && basicIds) {
|
|
99
107
|
onSelect(basicIds);
|
|
100
108
|
}
|
|
101
109
|
return;
|
|
102
110
|
}
|
|
103
111
|
if (maintainIds === null || maintainIds === void 0 ? void 0 : maintainIds.length) {
|
|
104
|
-
basicIds.forEach(function (id) { return checkboxMethods.setValue(id.toString(), false); });
|
|
112
|
+
basicIds === null || basicIds === void 0 ? void 0 : basicIds.forEach(function (id) { return checkboxMethods.setValue(id.toString(), false); });
|
|
105
113
|
if (onSelect) {
|
|
106
114
|
onSelect([]);
|
|
107
115
|
}
|
|
@@ -46,6 +46,7 @@ export declare type StyleProps = {
|
|
|
46
46
|
hasOnClick?: boolean;
|
|
47
47
|
spacingMode?: 'none' | 'use';
|
|
48
48
|
onlyLeftArea?: boolean;
|
|
49
|
+
dividerType?: 'none' | 'solid';
|
|
49
50
|
};
|
|
50
51
|
declare function BasicListItem({ selectionMode, titleText, titleTextColorTheme, descText, badgeMode, badgeStatus, imageIconMode, imageShapeType, imageSrc, iconName, iconFillType, displayType, captionText, iBtn1IconName, iBtn1IconFillType, iBtn2IconName, iBtn2IconFillType, mBtnFillType, mBtnText, dividerType, titleFontWeight, checkboxId, radioId, radioValue, switchName, switchState, switchStatus, spacingMode, onClick, onClickIBtn1, onClickIBtn2, onClickMBtn, onClickRadio, onClickSwitch }: BasicListItemProps): JSX.Element;
|
|
51
52
|
export default BasicListItem;
|