pds-dev-kit-web-test 2.5.380 → 2.5.381
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 +2 -2
- package/dist/index.js +2 -3
- package/dist/src/common/assets/icons/fill/index.d.ts +0 -1
- package/dist/src/common/assets/icons/fill/index.js +1 -3
- package/dist/src/common/assets/icons/line/index.d.ts +0 -10
- package/dist/src/common/assets/icons/line/index.js +1 -21
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +1 -2
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +4 -48
- package/dist/src/common/hooks/useTooltip.js +1 -1
- package/dist/src/common/services/i18n/resources/en.json +1 -9
- package/dist/src/common/services/i18n/resources/es.json +1 -9
- package/dist/src/common/services/i18n/resources/fil.json +1 -9
- package/dist/src/common/services/i18n/resources/index.d.ts +0 -56
- package/dist/src/common/services/i18n/resources/ja.json +1 -9
- package/dist/src/common/services/i18n/resources/ko.json +1 -9
- package/dist/src/common/services/i18n/resources/zh-cn.json +1 -9
- package/dist/src/common/services/i18n/resources/zh-tw.json +1 -9
- package/dist/src/common/styles/colorSet/index.d.ts +124 -124
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +0 -1
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +13 -27
- package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +1 -4
- package/dist/src/desktop/components/BasicListItem/BasicListItem.js +4 -26
- package/dist/src/desktop/components/BasicListItem/Contents.d.ts +1 -3
- package/dist/src/desktop/components/BasicListItem/Contents.js +2 -2
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +1 -3
- package/dist/src/desktop/components/Checkbox/Checkbox.js +3 -17
- package/dist/src/desktop/components/Radio/Radio.js +2 -2
- package/dist/src/desktop/components/TextField/TextField.js +15 -41
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +1 -4
- package/dist/src/mobile/components/BasicListItem/BasicListItem.js +4 -26
- package/dist/src/mobile/components/BasicListItem/Contents.d.ts +1 -3
- package/dist/src/mobile/components/BasicListItem/Contents.js +2 -2
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +1 -3
- package/dist/src/mobile/components/Checkbox/Checkbox.js +3 -17
- package/dist/src/mobile/components/Radio/Radio.js +2 -2
- package/dist/src/mobile/components/TextField/TextField.js +15 -41
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +1 -6
- package/dist/src/mobile/components/TextLabel/TextLabel.js +3 -83
- package/dist/src/mobile/components/index.d.ts +1 -2
- package/dist/src/mobile/components/index.js +1 -3
- package/dist/src/mobile/index.d.ts +1 -1
- package/dist/src/mobile/index.js +2 -3
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +1 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +1 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +1 -1
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +20 -0
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +1132 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +4 -1
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +4 -2
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +54 -54
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.d.ts +11 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.js +45 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +9 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +79 -0
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +3 -2
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -4
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +1 -5
- package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +25 -26
- package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +0 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/downIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/downIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/index.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/index.js +47 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/leftIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/leftIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/rightIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/rightIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/upIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/upIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
- package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +139 -0
- package/dist/src/sub/DynamicLayout/compositionActionTypes.js +2 -0
- package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/compositionQueryContext.js +14 -0
- package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/mock_composition.js +801 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1099 -0
- package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_contentsList.js +1082 -0
- package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +810 -0
- package/dist/src/sub/DynamicLayout/mock_slideBanner.js +822 -0
- package/dist/src/sub/DynamicLayout/{mock_video_cb.js → mock_video.js} +2 -2
- package/dist/src/sub/DynamicLayout/mocks.d.ts +8 -960
- package/dist/src/sub/DynamicLayout/mocks.js +4296 -4239
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +15 -11
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +13 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +19 -23
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +230 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +17 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +59 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.d.ts +31 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +118 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +31 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +191 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +21 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +117 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +889 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +27 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +96 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +50 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +905 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +90 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +112 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +17 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +27 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +115 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +23 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +176 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +30 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +351 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +46 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +51 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +225 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.d.ts +31 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +118 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +31 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +191 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +21 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +117 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +889 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +27 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +96 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
- package/dist/src/{mobile/components/DatePicker → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner}/index.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +48 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +852 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +80 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +50 -7
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +42 -45
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +56 -10
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +27 -10
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +3 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/effectPropParsers/parseEffectPropEntAnim.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +14 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.js +26 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +52 -3
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +2 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +48 -15
- package/package.json +3 -3
- package/release-note.md +3 -3
- package/dist/src/common/assets/icons/fill/VideoStop.d.ts +0 -4
- package/dist/src/common/assets/icons/fill/VideoStop.js +0 -30
- package/dist/src/common/assets/icons/line/CheckBox.d.ts +0 -4
- package/dist/src/common/assets/icons/line/CheckBox.js +0 -30
- package/dist/src/common/assets/icons/line/Dropdown.d.ts +0 -4
- package/dist/src/common/assets/icons/line/Dropdown.js +0 -30
- package/dist/src/common/assets/icons/line/Radio.d.ts +0 -4
- package/dist/src/common/assets/icons/line/Radio.js +0 -30
- package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionQuestion32.js +0 -30
- package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionQuestion40.js +0 -30
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +0 -30
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +0 -30
- package/dist/src/common/assets/icons/line/TextLong.d.ts +0 -4
- package/dist/src/common/assets/icons/line/TextLong.js +0 -30
- package/dist/src/common/assets/icons/line/TextShort.d.ts +0 -4
- package/dist/src/common/assets/icons/line/TextShort.js +0 -30
- package/dist/src/common/assets/icons/line/VideoStop.d.ts +0 -4
- package/dist/src/common/assets/icons/line/VideoStop.js +0 -30
- package/dist/src/common/utils/dateHelper.d.ts +0 -13
- package/dist/src/common/utils/dateHelper.js +0 -87
- package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +0 -16
- package/dist/src/mobile/components/DatePicker/DatePicker.js +0 -156
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +0 -14
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +0 -27
- package/dist/src/mobile/components/DatePicker/Day.d.ts +0 -13
- package/dist/src/mobile/components/DatePicker/Day.js +0 -94
- package/dist/src/mobile/components/DatePicker/index.d.ts +0 -1
- package/dist/src/mobile/components/DatePicker/utils.d.ts +0 -16
- package/dist/src/mobile/components/DatePicker/utils.js +0 -68
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +0 -6
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +0 -27
- /package/dist/src/sub/DynamicLayout/{mock_video_cb.d.ts → mock_video.d.ts} +0 -0
@@ -0,0 +1,889 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.nextButtonMappedIcons = exports.prevButtonMappedIcons = void 0;
|
4
|
+
exports.prevButtonMappedIcons = {
|
5
|
+
NONE: { iconName: 'ic_arrow_left_design_01' },
|
6
|
+
DESIGN1: { iconName: 'ic_arrow_left_design_01' },
|
7
|
+
DESIGN2: { iconName: 'ic_arrow_left_design_02' },
|
8
|
+
DESIGN3: { iconName: 'ic_arrow_left_design_03' },
|
9
|
+
DESIGN4: { iconName: 'ic_arrow_left_design_04' },
|
10
|
+
DESIGN5: { iconName: 'ic_arrow_left_design_05' },
|
11
|
+
DESIGN6: { iconName: 'ic_arrow_left_design_06' },
|
12
|
+
DESIGN7: { iconName: 'ic_arrow_left_design_07' },
|
13
|
+
DESIGN8: { iconName: 'ic_arrow_left_design_08' },
|
14
|
+
DESIGN9: { iconName: 'ic_arrow_left_design_09' },
|
15
|
+
DESIGN10: { iconName: 'ic_arrow_left_design_10' },
|
16
|
+
DESIGN11: { iconName: 'ic_arrow_left_design_01', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
17
|
+
DESIGN12: { iconName: 'ic_arrow_left_design_02', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
18
|
+
DESIGN13: { iconName: 'ic_arrow_left_design_03', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
19
|
+
DESIGN14: { iconName: 'ic_arrow_left_design_04', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
20
|
+
DESIGN15: { iconName: 'ic_arrow_left_design_05', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
21
|
+
DESIGN16: { iconName: 'ic_arrow_left_design_06', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
22
|
+
DESIGN17: { iconName: 'ic_arrow_left_design_07', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
23
|
+
DESIGN18: { iconName: 'ic_arrow_left_design_08', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
24
|
+
DESIGN19: { iconName: 'ic_arrow_left_design_09', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
25
|
+
DESIGN20: { iconName: 'ic_arrow_left_design_10', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
26
|
+
DESIGN21: {
|
27
|
+
iconName: 'ic_arrow_left_design_01',
|
28
|
+
shapeType: 'circular',
|
29
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
30
|
+
borderColorKey: 'ui_129'
|
31
|
+
},
|
32
|
+
DESIGN22: {
|
33
|
+
iconName: 'ic_arrow_left_design_02',
|
34
|
+
shapeType: 'circular',
|
35
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
36
|
+
borderColorKey: 'ui_129'
|
37
|
+
},
|
38
|
+
DESIGN23: {
|
39
|
+
iconName: 'ic_arrow_left_design_03',
|
40
|
+
shapeType: 'circular',
|
41
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
42
|
+
borderColorKey: 'ui_129'
|
43
|
+
},
|
44
|
+
DESIGN24: {
|
45
|
+
iconName: 'ic_arrow_left_design_04',
|
46
|
+
shapeType: 'circular',
|
47
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
48
|
+
borderColorKey: 'ui_129'
|
49
|
+
},
|
50
|
+
DESIGN25: {
|
51
|
+
iconName: 'ic_arrow_left_design_05',
|
52
|
+
shapeType: 'circular',
|
53
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
54
|
+
borderColorKey: 'ui_129'
|
55
|
+
},
|
56
|
+
DESIGN26: {
|
57
|
+
iconName: 'ic_arrow_left_design_06',
|
58
|
+
shapeType: 'circular',
|
59
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
60
|
+
borderColorKey: 'ui_129'
|
61
|
+
},
|
62
|
+
DESIGN27: {
|
63
|
+
iconName: 'ic_arrow_left_design_07',
|
64
|
+
shapeType: 'circular',
|
65
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
66
|
+
borderColorKey: 'ui_129'
|
67
|
+
},
|
68
|
+
DESIGN28: {
|
69
|
+
iconName: 'ic_arrow_left_design_08',
|
70
|
+
shapeType: 'circular',
|
71
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
72
|
+
borderColorKey: 'ui_129'
|
73
|
+
},
|
74
|
+
DESIGN29: {
|
75
|
+
iconName: 'ic_arrow_left_design_09',
|
76
|
+
shapeType: 'circular',
|
77
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
78
|
+
borderColorKey: 'ui_129'
|
79
|
+
},
|
80
|
+
DESIGN30: {
|
81
|
+
iconName: 'ic_arrow_left_design_10',
|
82
|
+
shapeType: 'circular',
|
83
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
84
|
+
borderColorKey: 'ui_129'
|
85
|
+
},
|
86
|
+
DESIGN31: {
|
87
|
+
iconName: 'ic_arrow_left_design_01',
|
88
|
+
shapeType: 'circular',
|
89
|
+
baseColorKey: 'ui_dimmed_01',
|
90
|
+
borderColorKey: 'ui_138',
|
91
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
92
|
+
},
|
93
|
+
DESIGN32: {
|
94
|
+
iconName: 'ic_arrow_left_design_02',
|
95
|
+
shapeType: 'circular',
|
96
|
+
baseColorKey: 'ui_dimmed_01',
|
97
|
+
borderColorKey: 'ui_138',
|
98
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
99
|
+
},
|
100
|
+
DESIGN33: {
|
101
|
+
iconName: 'ic_arrow_left_design_03',
|
102
|
+
shapeType: 'circular',
|
103
|
+
baseColorKey: 'ui_dimmed_01',
|
104
|
+
borderColorKey: 'ui_138',
|
105
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
106
|
+
},
|
107
|
+
DESIGN34: {
|
108
|
+
iconName: 'ic_arrow_left_design_04',
|
109
|
+
shapeType: 'circular',
|
110
|
+
baseColorKey: 'ui_dimmed_01',
|
111
|
+
borderColorKey: 'ui_138',
|
112
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
113
|
+
},
|
114
|
+
DESIGN35: {
|
115
|
+
iconName: 'ic_arrow_left_design_05',
|
116
|
+
shapeType: 'circular',
|
117
|
+
baseColorKey: 'ui_dimmed_01',
|
118
|
+
borderColorKey: 'ui_138',
|
119
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
120
|
+
},
|
121
|
+
DESIGN36: {
|
122
|
+
iconName: 'ic_arrow_left_design_06',
|
123
|
+
shapeType: 'circular',
|
124
|
+
baseColorKey: 'ui_dimmed_01',
|
125
|
+
borderColorKey: 'ui_138',
|
126
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
127
|
+
},
|
128
|
+
DESIGN37: {
|
129
|
+
iconName: 'ic_arrow_left_design_07',
|
130
|
+
shapeType: 'circular',
|
131
|
+
baseColorKey: 'ui_dimmed_01',
|
132
|
+
borderColorKey: 'ui_138',
|
133
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
134
|
+
},
|
135
|
+
DESIGN38: {
|
136
|
+
iconName: 'ic_arrow_left_design_08',
|
137
|
+
shapeType: 'circular',
|
138
|
+
baseColorKey: 'ui_dimmed_01',
|
139
|
+
borderColorKey: 'ui_138',
|
140
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
141
|
+
},
|
142
|
+
DESIGN39: {
|
143
|
+
iconName: 'ic_arrow_left_design_09',
|
144
|
+
shapeType: 'circular',
|
145
|
+
baseColorKey: 'ui_dimmed_01',
|
146
|
+
borderColorKey: 'ui_138',
|
147
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
148
|
+
},
|
149
|
+
DESIGN40: {
|
150
|
+
iconName: 'ic_arrow_left_design_10',
|
151
|
+
shapeType: 'circular',
|
152
|
+
baseColorKey: 'ui_dimmed_01',
|
153
|
+
borderColorKey: 'ui_138',
|
154
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
155
|
+
},
|
156
|
+
DESIGN41: {
|
157
|
+
iconName: 'ic_arrow_left_design_01',
|
158
|
+
shapeType: 'circular',
|
159
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
160
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
161
|
+
shadow: 'visible'
|
162
|
+
},
|
163
|
+
DESIGN42: {
|
164
|
+
iconName: 'ic_arrow_left_design_02',
|
165
|
+
shapeType: 'circular',
|
166
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
167
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
168
|
+
shadow: 'visible'
|
169
|
+
},
|
170
|
+
DESIGN43: {
|
171
|
+
iconName: 'ic_arrow_left_design_03',
|
172
|
+
shapeType: 'circular',
|
173
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
174
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
175
|
+
shadow: 'visible'
|
176
|
+
},
|
177
|
+
DESIGN44: {
|
178
|
+
iconName: 'ic_arrow_left_design_04',
|
179
|
+
shapeType: 'circular',
|
180
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
181
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
182
|
+
shadow: 'visible'
|
183
|
+
},
|
184
|
+
DESIGN45: {
|
185
|
+
iconName: 'ic_arrow_left_design_05',
|
186
|
+
shapeType: 'circular',
|
187
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
188
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
189
|
+
shadow: 'visible'
|
190
|
+
},
|
191
|
+
DESIGN46: {
|
192
|
+
iconName: 'ic_arrow_left_design_06',
|
193
|
+
shapeType: 'circular',
|
194
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
195
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
196
|
+
shadow: 'visible'
|
197
|
+
},
|
198
|
+
DESIGN47: {
|
199
|
+
iconName: 'ic_arrow_left_design_07',
|
200
|
+
shapeType: 'circular',
|
201
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
202
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
203
|
+
shadow: 'visible'
|
204
|
+
},
|
205
|
+
DESIGN48: {
|
206
|
+
iconName: 'ic_arrow_left_design_08',
|
207
|
+
shapeType: 'circular',
|
208
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
209
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
210
|
+
shadow: 'visible'
|
211
|
+
},
|
212
|
+
DESIGN49: {
|
213
|
+
iconName: 'ic_arrow_left_design_09',
|
214
|
+
shapeType: 'circular',
|
215
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
216
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
217
|
+
shadow: 'visible'
|
218
|
+
},
|
219
|
+
DESIGN50: {
|
220
|
+
iconName: 'ic_arrow_left_design_10',
|
221
|
+
shapeType: 'circular',
|
222
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
223
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
224
|
+
shadow: 'visible'
|
225
|
+
},
|
226
|
+
DESIGN51: { iconName: 'ic_arrow_up_design_01' },
|
227
|
+
DESIGN52: { iconName: 'ic_arrow_up_design_02' },
|
228
|
+
DESIGN53: { iconName: 'ic_arrow_up_design_03' },
|
229
|
+
DESIGN54: { iconName: 'ic_arrow_up_design_04' },
|
230
|
+
DESIGN55: { iconName: 'ic_arrow_up_design_05' },
|
231
|
+
DESIGN56: { iconName: 'ic_arrow_up_design_06' },
|
232
|
+
DESIGN57: { iconName: 'ic_arrow_up_design_07' },
|
233
|
+
DESIGN58: { iconName: 'ic_arrow_up_design_08' },
|
234
|
+
DESIGN59: { iconName: 'ic_arrow_up_design_09' },
|
235
|
+
DESIGN60: { iconName: 'ic_arrow_up_design_10' },
|
236
|
+
DESIGN61: { iconName: 'ic_arrow_up_design_01', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
237
|
+
DESIGN62: { iconName: 'ic_arrow_up_design_02', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
238
|
+
DESIGN63: { iconName: 'ic_arrow_up_design_03', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
239
|
+
DESIGN64: { iconName: 'ic_arrow_up_design_04', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
240
|
+
DESIGN65: { iconName: 'ic_arrow_up_design_05', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
241
|
+
DESIGN66: { iconName: 'ic_arrow_up_design_06', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
242
|
+
DESIGN67: { iconName: 'ic_arrow_up_design_07', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
243
|
+
DESIGN68: { iconName: 'ic_arrow_up_design_08', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
244
|
+
DESIGN69: { iconName: 'ic_arrow_up_design_09', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
245
|
+
DESIGN70: { iconName: 'ic_arrow_up_design_10', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
246
|
+
DESIGN71: {
|
247
|
+
iconName: 'ic_arrow_up_design_01',
|
248
|
+
shapeType: 'circular',
|
249
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
250
|
+
borderColorKey: 'ui_129'
|
251
|
+
},
|
252
|
+
DESIGN72: {
|
253
|
+
iconName: 'ic_arrow_up_design_02',
|
254
|
+
shapeType: 'circular',
|
255
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
256
|
+
borderColorKey: 'ui_129'
|
257
|
+
},
|
258
|
+
DESIGN73: {
|
259
|
+
iconName: 'ic_arrow_up_design_03',
|
260
|
+
shapeType: 'circular',
|
261
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
262
|
+
borderColorKey: 'ui_129'
|
263
|
+
},
|
264
|
+
DESIGN74: {
|
265
|
+
iconName: 'ic_arrow_up_design_04',
|
266
|
+
shapeType: 'circular',
|
267
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
268
|
+
borderColorKey: 'ui_129'
|
269
|
+
},
|
270
|
+
DESIGN75: {
|
271
|
+
iconName: 'ic_arrow_up_design_05',
|
272
|
+
shapeType: 'circular',
|
273
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
274
|
+
borderColorKey: 'ui_129'
|
275
|
+
},
|
276
|
+
DESIGN76: {
|
277
|
+
iconName: 'ic_arrow_up_design_06',
|
278
|
+
shapeType: 'circular',
|
279
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
280
|
+
borderColorKey: 'ui_129'
|
281
|
+
},
|
282
|
+
DESIGN77: {
|
283
|
+
iconName: 'ic_arrow_up_design_07',
|
284
|
+
shapeType: 'circular',
|
285
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
286
|
+
borderColorKey: 'ui_129'
|
287
|
+
},
|
288
|
+
DESIGN78: {
|
289
|
+
iconName: 'ic_arrow_up_design_08',
|
290
|
+
shapeType: 'circular',
|
291
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
292
|
+
borderColorKey: 'ui_129'
|
293
|
+
},
|
294
|
+
DESIGN79: {
|
295
|
+
iconName: 'ic_arrow_up_design_09',
|
296
|
+
shapeType: 'circular',
|
297
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
298
|
+
borderColorKey: 'ui_129'
|
299
|
+
},
|
300
|
+
DESIGN80: {
|
301
|
+
iconName: 'ic_arrow_up_design_10',
|
302
|
+
shapeType: 'circular',
|
303
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
304
|
+
borderColorKey: 'ui_129'
|
305
|
+
},
|
306
|
+
DESIGN81: {
|
307
|
+
iconName: 'ic_arrow_up_design_01',
|
308
|
+
shapeType: 'circular',
|
309
|
+
baseColorKey: 'ui_dimmed_01',
|
310
|
+
borderColorKey: 'ui_138',
|
311
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
312
|
+
},
|
313
|
+
DESIGN82: {
|
314
|
+
iconName: 'ic_arrow_up_design_02',
|
315
|
+
shapeType: 'circular',
|
316
|
+
baseColorKey: 'ui_dimmed_01',
|
317
|
+
borderColorKey: 'ui_138',
|
318
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
319
|
+
},
|
320
|
+
DESIGN83: {
|
321
|
+
iconName: 'ic_arrow_up_design_03',
|
322
|
+
shapeType: 'circular',
|
323
|
+
baseColorKey: 'ui_dimmed_01',
|
324
|
+
borderColorKey: 'ui_138',
|
325
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
326
|
+
},
|
327
|
+
DESIGN84: {
|
328
|
+
iconName: 'ic_arrow_up_design_04',
|
329
|
+
shapeType: 'circular',
|
330
|
+
baseColorKey: 'ui_dimmed_01',
|
331
|
+
borderColorKey: 'ui_138',
|
332
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
333
|
+
},
|
334
|
+
DESIGN85: {
|
335
|
+
iconName: 'ic_arrow_up_design_05',
|
336
|
+
shapeType: 'circular',
|
337
|
+
baseColorKey: 'ui_dimmed_01',
|
338
|
+
borderColorKey: 'ui_138',
|
339
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
340
|
+
},
|
341
|
+
DESIGN86: {
|
342
|
+
iconName: 'ic_arrow_up_design_06',
|
343
|
+
shapeType: 'circular',
|
344
|
+
baseColorKey: 'ui_dimmed_01',
|
345
|
+
borderColorKey: 'ui_138',
|
346
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
347
|
+
},
|
348
|
+
DESIGN87: {
|
349
|
+
iconName: 'ic_arrow_up_design_07',
|
350
|
+
shapeType: 'circular',
|
351
|
+
baseColorKey: 'ui_dimmed_01',
|
352
|
+
borderColorKey: 'ui_138',
|
353
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
354
|
+
},
|
355
|
+
DESIGN88: {
|
356
|
+
iconName: 'ic_arrow_up_design_08',
|
357
|
+
shapeType: 'circular',
|
358
|
+
baseColorKey: 'ui_dimmed_01',
|
359
|
+
borderColorKey: 'ui_138',
|
360
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
361
|
+
},
|
362
|
+
DESIGN89: {
|
363
|
+
iconName: 'ic_arrow_up_design_09',
|
364
|
+
shapeType: 'circular',
|
365
|
+
baseColorKey: 'ui_dimmed_01',
|
366
|
+
borderColorKey: 'ui_138',
|
367
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
368
|
+
},
|
369
|
+
DESIGN90: {
|
370
|
+
iconName: 'ic_arrow_up_design_10',
|
371
|
+
shapeType: 'circular',
|
372
|
+
baseColorKey: 'ui_dimmed_01',
|
373
|
+
borderColorKey: 'ui_138',
|
374
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
375
|
+
},
|
376
|
+
DESIGN91: {
|
377
|
+
iconName: 'ic_arrow_up_design_01',
|
378
|
+
shapeType: 'circular',
|
379
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
380
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
381
|
+
shadow: 'visible'
|
382
|
+
},
|
383
|
+
DESIGN92: {
|
384
|
+
iconName: 'ic_arrow_up_design_02',
|
385
|
+
shapeType: 'circular',
|
386
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
387
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
388
|
+
shadow: 'visible'
|
389
|
+
},
|
390
|
+
DESIGN93: {
|
391
|
+
iconName: 'ic_arrow_up_design_03',
|
392
|
+
shapeType: 'circular',
|
393
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
394
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
395
|
+
shadow: 'visible'
|
396
|
+
},
|
397
|
+
DESIGN94: {
|
398
|
+
iconName: 'ic_arrow_up_design_04',
|
399
|
+
shapeType: 'circular',
|
400
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
401
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
402
|
+
shadow: 'visible'
|
403
|
+
},
|
404
|
+
DESIGN95: {
|
405
|
+
iconName: 'ic_arrow_up_design_05',
|
406
|
+
shapeType: 'circular',
|
407
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
408
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
409
|
+
shadow: 'visible'
|
410
|
+
},
|
411
|
+
DESIGN96: {
|
412
|
+
iconName: 'ic_arrow_up_design_06',
|
413
|
+
shapeType: 'circular',
|
414
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
415
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
416
|
+
shadow: 'visible'
|
417
|
+
},
|
418
|
+
DESIGN97: {
|
419
|
+
iconName: 'ic_arrow_up_design_07',
|
420
|
+
shapeType: 'circular',
|
421
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
422
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
423
|
+
shadow: 'visible'
|
424
|
+
},
|
425
|
+
DESIGN98: {
|
426
|
+
iconName: 'ic_arrow_up_design_08',
|
427
|
+
shapeType: 'circular',
|
428
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
429
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
430
|
+
shadow: 'visible'
|
431
|
+
},
|
432
|
+
DESIGN99: {
|
433
|
+
iconName: 'ic_arrow_up_design_09',
|
434
|
+
shapeType: 'circular',
|
435
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
436
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
437
|
+
shadow: 'visible'
|
438
|
+
},
|
439
|
+
DESIGN100: {
|
440
|
+
iconName: 'ic_arrow_up_design_10',
|
441
|
+
shapeType: 'circular',
|
442
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
443
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
444
|
+
shadow: 'visible'
|
445
|
+
}
|
446
|
+
};
|
447
|
+
exports.nextButtonMappedIcons = {
|
448
|
+
NONE: { iconName: 'ic_arrow_right_design_01' },
|
449
|
+
DESIGN1: { iconName: 'ic_arrow_right_design_01' },
|
450
|
+
DESIGN2: { iconName: 'ic_arrow_right_design_02' },
|
451
|
+
DESIGN3: { iconName: 'ic_arrow_right_design_03' },
|
452
|
+
DESIGN4: { iconName: 'ic_arrow_right_design_04' },
|
453
|
+
DESIGN5: { iconName: 'ic_arrow_right_design_05' },
|
454
|
+
DESIGN6: { iconName: 'ic_arrow_right_design_06' },
|
455
|
+
DESIGN7: { iconName: 'ic_arrow_right_design_07' },
|
456
|
+
DESIGN8: { iconName: 'ic_arrow_right_design_08' },
|
457
|
+
DESIGN9: { iconName: 'ic_arrow_right_design_09' },
|
458
|
+
DESIGN10: { iconName: 'ic_arrow_right_design_10' },
|
459
|
+
DESIGN11: { iconName: 'ic_arrow_right_design_01', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
460
|
+
DESIGN12: { iconName: 'ic_arrow_right_design_02', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
461
|
+
DESIGN13: { iconName: 'ic_arrow_right_design_03', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
462
|
+
DESIGN14: { iconName: 'ic_arrow_right_design_04', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
463
|
+
DESIGN15: { iconName: 'ic_arrow_right_design_05', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
464
|
+
DESIGN16: { iconName: 'ic_arrow_right_design_06', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
465
|
+
DESIGN17: { iconName: 'ic_arrow_right_design_07', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
466
|
+
DESIGN18: { iconName: 'ic_arrow_right_design_08', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
467
|
+
DESIGN19: { iconName: 'ic_arrow_right_design_09', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
468
|
+
DESIGN20: { iconName: 'ic_arrow_right_design_10', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
469
|
+
DESIGN21: {
|
470
|
+
iconName: 'ic_arrow_right_design_01',
|
471
|
+
shapeType: 'circular',
|
472
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
473
|
+
borderColorKey: 'ui_129'
|
474
|
+
},
|
475
|
+
DESIGN22: {
|
476
|
+
iconName: 'ic_arrow_right_design_02',
|
477
|
+
shapeType: 'circular',
|
478
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
479
|
+
borderColorKey: 'ui_129'
|
480
|
+
},
|
481
|
+
DESIGN23: {
|
482
|
+
iconName: 'ic_arrow_right_design_03',
|
483
|
+
shapeType: 'circular',
|
484
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
485
|
+
borderColorKey: 'ui_129'
|
486
|
+
},
|
487
|
+
DESIGN24: {
|
488
|
+
iconName: 'ic_arrow_right_design_04',
|
489
|
+
shapeType: 'circular',
|
490
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
491
|
+
borderColorKey: 'ui_129'
|
492
|
+
},
|
493
|
+
DESIGN25: {
|
494
|
+
iconName: 'ic_arrow_right_design_05',
|
495
|
+
shapeType: 'circular',
|
496
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
497
|
+
borderColorKey: 'ui_129'
|
498
|
+
},
|
499
|
+
DESIGN26: {
|
500
|
+
iconName: 'ic_arrow_right_design_06',
|
501
|
+
shapeType: 'circular',
|
502
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
503
|
+
borderColorKey: 'ui_129'
|
504
|
+
},
|
505
|
+
DESIGN27: {
|
506
|
+
iconName: 'ic_arrow_right_design_07',
|
507
|
+
shapeType: 'circular',
|
508
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
509
|
+
borderColorKey: 'ui_129'
|
510
|
+
},
|
511
|
+
DESIGN28: {
|
512
|
+
iconName: 'ic_arrow_right_design_08',
|
513
|
+
shapeType: 'circular',
|
514
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
515
|
+
borderColorKey: 'ui_129'
|
516
|
+
},
|
517
|
+
DESIGN29: {
|
518
|
+
iconName: 'ic_arrow_right_design_09',
|
519
|
+
shapeType: 'circular',
|
520
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
521
|
+
borderColorKey: 'ui_129'
|
522
|
+
},
|
523
|
+
DESIGN30: {
|
524
|
+
iconName: 'ic_arrow_right_design_10',
|
525
|
+
shapeType: 'circular',
|
526
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
527
|
+
borderColorKey: 'ui_129'
|
528
|
+
},
|
529
|
+
DESIGN31: {
|
530
|
+
iconName: 'ic_arrow_right_design_01',
|
531
|
+
shapeType: 'circular',
|
532
|
+
baseColorKey: 'ui_dimmed_01',
|
533
|
+
borderColorKey: 'ui_138',
|
534
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
535
|
+
},
|
536
|
+
DESIGN32: {
|
537
|
+
iconName: 'ic_arrow_right_design_02',
|
538
|
+
shapeType: 'circular',
|
539
|
+
baseColorKey: 'ui_dimmed_01',
|
540
|
+
borderColorKey: 'ui_138',
|
541
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
542
|
+
},
|
543
|
+
DESIGN33: {
|
544
|
+
iconName: 'ic_arrow_right_design_03',
|
545
|
+
shapeType: 'circular',
|
546
|
+
baseColorKey: 'ui_dimmed_01',
|
547
|
+
borderColorKey: 'ui_138',
|
548
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
549
|
+
},
|
550
|
+
DESIGN34: {
|
551
|
+
iconName: 'ic_arrow_right_design_04',
|
552
|
+
shapeType: 'circular',
|
553
|
+
baseColorKey: 'ui_dimmed_01',
|
554
|
+
borderColorKey: 'ui_138',
|
555
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
556
|
+
},
|
557
|
+
DESIGN35: {
|
558
|
+
iconName: 'ic_arrow_right_design_05',
|
559
|
+
shapeType: 'circular',
|
560
|
+
baseColorKey: 'ui_dimmed_01',
|
561
|
+
borderColorKey: 'ui_138',
|
562
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
563
|
+
},
|
564
|
+
DESIGN36: {
|
565
|
+
iconName: 'ic_arrow_right_design_06',
|
566
|
+
shapeType: 'circular',
|
567
|
+
baseColorKey: 'ui_dimmed_01',
|
568
|
+
borderColorKey: 'ui_138',
|
569
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
570
|
+
},
|
571
|
+
DESIGN37: {
|
572
|
+
iconName: 'ic_arrow_right_design_07',
|
573
|
+
shapeType: 'circular',
|
574
|
+
baseColorKey: 'ui_dimmed_01',
|
575
|
+
borderColorKey: 'ui_138',
|
576
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
577
|
+
},
|
578
|
+
DESIGN38: {
|
579
|
+
iconName: 'ic_arrow_right_design_08',
|
580
|
+
shapeType: 'circular',
|
581
|
+
baseColorKey: 'ui_dimmed_01',
|
582
|
+
borderColorKey: 'ui_138',
|
583
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
584
|
+
},
|
585
|
+
DESIGN39: {
|
586
|
+
iconName: 'ic_arrow_right_design_09',
|
587
|
+
shapeType: 'circular',
|
588
|
+
baseColorKey: 'ui_dimmed_01',
|
589
|
+
borderColorKey: 'ui_138',
|
590
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
591
|
+
},
|
592
|
+
DESIGN40: {
|
593
|
+
iconName: 'ic_arrow_right_design_10',
|
594
|
+
shapeType: 'circular',
|
595
|
+
baseColorKey: 'ui_dimmed_01',
|
596
|
+
borderColorKey: 'ui_138',
|
597
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
598
|
+
},
|
599
|
+
DESIGN41: {
|
600
|
+
iconName: 'ic_arrow_right_design_01',
|
601
|
+
shapeType: 'circular',
|
602
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
603
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
604
|
+
shadow: 'visible'
|
605
|
+
},
|
606
|
+
DESIGN42: {
|
607
|
+
iconName: 'ic_arrow_right_design_02',
|
608
|
+
shapeType: 'circular',
|
609
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
610
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
611
|
+
shadow: 'visible'
|
612
|
+
},
|
613
|
+
DESIGN43: {
|
614
|
+
iconName: 'ic_arrow_right_design_03',
|
615
|
+
shapeType: 'circular',
|
616
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
617
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
618
|
+
shadow: 'visible'
|
619
|
+
},
|
620
|
+
DESIGN44: {
|
621
|
+
iconName: 'ic_arrow_right_design_04',
|
622
|
+
shapeType: 'circular',
|
623
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
624
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
625
|
+
shadow: 'visible'
|
626
|
+
},
|
627
|
+
DESIGN45: {
|
628
|
+
iconName: 'ic_arrow_right_design_05',
|
629
|
+
shapeType: 'circular',
|
630
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
631
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
632
|
+
shadow: 'visible'
|
633
|
+
},
|
634
|
+
DESIGN46: {
|
635
|
+
iconName: 'ic_arrow_right_design_06',
|
636
|
+
shapeType: 'circular',
|
637
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
638
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
639
|
+
shadow: 'visible'
|
640
|
+
},
|
641
|
+
DESIGN47: {
|
642
|
+
iconName: 'ic_arrow_right_design_07',
|
643
|
+
shapeType: 'circular',
|
644
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
645
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
646
|
+
shadow: 'visible'
|
647
|
+
},
|
648
|
+
DESIGN48: {
|
649
|
+
iconName: 'ic_arrow_right_design_08',
|
650
|
+
shapeType: 'circular',
|
651
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
652
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
653
|
+
shadow: 'visible'
|
654
|
+
},
|
655
|
+
DESIGN49: {
|
656
|
+
iconName: 'ic_arrow_right_design_09',
|
657
|
+
shapeType: 'circular',
|
658
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
659
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
660
|
+
shadow: 'visible'
|
661
|
+
},
|
662
|
+
DESIGN50: {
|
663
|
+
iconName: 'ic_arrow_right_design_10',
|
664
|
+
shapeType: 'circular',
|
665
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
666
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
667
|
+
shadow: 'visible'
|
668
|
+
},
|
669
|
+
DESIGN51: { iconName: 'ic_arrow_down_design_01' },
|
670
|
+
DESIGN52: { iconName: 'ic_arrow_down_design_02' },
|
671
|
+
DESIGN53: { iconName: 'ic_arrow_down_design_03' },
|
672
|
+
DESIGN54: { iconName: 'ic_arrow_down_design_04' },
|
673
|
+
DESIGN55: { iconName: 'ic_arrow_down_design_05' },
|
674
|
+
DESIGN56: { iconName: 'ic_arrow_down_design_06' },
|
675
|
+
DESIGN57: { iconName: 'ic_arrow_down_design_07' },
|
676
|
+
DESIGN58: { iconName: 'ic_arrow_down_design_08' },
|
677
|
+
DESIGN59: { iconName: 'ic_arrow_down_design_09' },
|
678
|
+
DESIGN60: { iconName: 'ic_arrow_down_design_10' },
|
679
|
+
DESIGN61: { iconName: 'ic_arrow_down_design_01', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
680
|
+
DESIGN62: { iconName: 'ic_arrow_down_design_02', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
681
|
+
DESIGN63: { iconName: 'ic_arrow_down_design_03', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
682
|
+
DESIGN64: { iconName: 'ic_arrow_down_design_04', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
683
|
+
DESIGN65: { iconName: 'ic_arrow_down_design_05', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
684
|
+
DESIGN66: { iconName: 'ic_arrow_down_design_06', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
685
|
+
DESIGN67: { iconName: 'ic_arrow_down_design_07', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
686
|
+
DESIGN68: { iconName: 'ic_arrow_down_design_08', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
687
|
+
DESIGN69: { iconName: 'ic_arrow_down_design_09', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
688
|
+
DESIGN70: { iconName: 'ic_arrow_down_design_10', iconColorKey: 'ui_cpnt_icon_sys_white' },
|
689
|
+
DESIGN71: {
|
690
|
+
iconName: 'ic_arrow_down_design_01',
|
691
|
+
shapeType: 'circular',
|
692
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
693
|
+
borderColorKey: 'ui_129'
|
694
|
+
},
|
695
|
+
DESIGN72: {
|
696
|
+
iconName: 'ic_arrow_down_design_02',
|
697
|
+
shapeType: 'circular',
|
698
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
699
|
+
borderColorKey: 'ui_129'
|
700
|
+
},
|
701
|
+
DESIGN73: {
|
702
|
+
iconName: 'ic_arrow_down_design_03',
|
703
|
+
shapeType: 'circular',
|
704
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
705
|
+
borderColorKey: 'ui_129'
|
706
|
+
},
|
707
|
+
DESIGN74: {
|
708
|
+
iconName: 'ic_arrow_down_design_04',
|
709
|
+
shapeType: 'circular',
|
710
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
711
|
+
borderColorKey: 'ui_129'
|
712
|
+
},
|
713
|
+
DESIGN75: {
|
714
|
+
iconName: 'ic_arrow_down_design_05',
|
715
|
+
shapeType: 'circular',
|
716
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
717
|
+
borderColorKey: 'ui_129'
|
718
|
+
},
|
719
|
+
DESIGN76: {
|
720
|
+
iconName: 'ic_arrow_down_design_06',
|
721
|
+
shapeType: 'circular',
|
722
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
723
|
+
borderColorKey: 'ui_129'
|
724
|
+
},
|
725
|
+
DESIGN77: {
|
726
|
+
iconName: 'ic_arrow_down_design_07',
|
727
|
+
shapeType: 'circular',
|
728
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
729
|
+
borderColorKey: 'ui_129'
|
730
|
+
},
|
731
|
+
DESIGN78: {
|
732
|
+
iconName: 'ic_arrow_down_design_08',
|
733
|
+
shapeType: 'circular',
|
734
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
735
|
+
borderColorKey: 'ui_129'
|
736
|
+
},
|
737
|
+
DESIGN79: {
|
738
|
+
iconName: 'ic_arrow_down_design_09',
|
739
|
+
shapeType: 'circular',
|
740
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
741
|
+
borderColorKey: 'ui_129'
|
742
|
+
},
|
743
|
+
DESIGN80: {
|
744
|
+
iconName: 'ic_arrow_down_design_10',
|
745
|
+
shapeType: 'circular',
|
746
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
747
|
+
borderColorKey: 'ui_129'
|
748
|
+
},
|
749
|
+
DESIGN81: {
|
750
|
+
iconName: 'ic_arrow_down_design_01',
|
751
|
+
shapeType: 'circular',
|
752
|
+
baseColorKey: 'ui_dimmed_01',
|
753
|
+
borderColorKey: 'ui_138',
|
754
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
755
|
+
},
|
756
|
+
DESIGN82: {
|
757
|
+
iconName: 'ic_arrow_down_design_02',
|
758
|
+
shapeType: 'circular',
|
759
|
+
baseColorKey: 'ui_dimmed_01',
|
760
|
+
borderColorKey: 'ui_138',
|
761
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
762
|
+
},
|
763
|
+
DESIGN83: {
|
764
|
+
iconName: 'ic_arrow_down_design_03',
|
765
|
+
shapeType: 'circular',
|
766
|
+
baseColorKey: 'ui_dimmed_01',
|
767
|
+
borderColorKey: 'ui_138',
|
768
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
769
|
+
},
|
770
|
+
DESIGN84: {
|
771
|
+
iconName: 'ic_arrow_down_design_04',
|
772
|
+
shapeType: 'circular',
|
773
|
+
baseColorKey: 'ui_dimmed_01',
|
774
|
+
borderColorKey: 'ui_138',
|
775
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
776
|
+
},
|
777
|
+
DESIGN85: {
|
778
|
+
iconName: 'ic_arrow_down_design_05',
|
779
|
+
shapeType: 'circular',
|
780
|
+
baseColorKey: 'ui_dimmed_01',
|
781
|
+
borderColorKey: 'ui_138',
|
782
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
783
|
+
},
|
784
|
+
DESIGN86: {
|
785
|
+
iconName: 'ic_arrow_down_design_06',
|
786
|
+
shapeType: 'circular',
|
787
|
+
baseColorKey: 'ui_dimmed_01',
|
788
|
+
borderColorKey: 'ui_138',
|
789
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
790
|
+
},
|
791
|
+
DESIGN87: {
|
792
|
+
iconName: 'ic_arrow_down_design_07',
|
793
|
+
shapeType: 'circular',
|
794
|
+
baseColorKey: 'ui_dimmed_01',
|
795
|
+
borderColorKey: 'ui_138',
|
796
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
797
|
+
},
|
798
|
+
DESIGN88: {
|
799
|
+
iconName: 'ic_arrow_down_design_08',
|
800
|
+
shapeType: 'circular',
|
801
|
+
baseColorKey: 'ui_dimmed_01',
|
802
|
+
borderColorKey: 'ui_138',
|
803
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
804
|
+
},
|
805
|
+
DESIGN89: {
|
806
|
+
iconName: 'ic_arrow_down_design_09',
|
807
|
+
shapeType: 'circular',
|
808
|
+
baseColorKey: 'ui_dimmed_01',
|
809
|
+
borderColorKey: 'ui_138',
|
810
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
811
|
+
},
|
812
|
+
DESIGN90: {
|
813
|
+
iconName: 'ic_arrow_down_design_10',
|
814
|
+
shapeType: 'circular',
|
815
|
+
baseColorKey: 'ui_dimmed_01',
|
816
|
+
borderColorKey: 'ui_138',
|
817
|
+
iconColorKey: 'ui_cpnt_icon_sys_white'
|
818
|
+
},
|
819
|
+
DESIGN91: {
|
820
|
+
iconName: 'ic_arrow_down_design_01',
|
821
|
+
shapeType: 'circular',
|
822
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
823
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
824
|
+
shadow: 'visible'
|
825
|
+
},
|
826
|
+
DESIGN92: {
|
827
|
+
iconName: 'ic_arrow_down_design_02',
|
828
|
+
shapeType: 'circular',
|
829
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
830
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
831
|
+
shadow: 'visible'
|
832
|
+
},
|
833
|
+
DESIGN93: {
|
834
|
+
iconName: 'ic_arrow_down_design_03',
|
835
|
+
shapeType: 'circular',
|
836
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
837
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
838
|
+
shadow: 'visible'
|
839
|
+
},
|
840
|
+
DESIGN94: {
|
841
|
+
iconName: 'ic_arrow_down_design_04',
|
842
|
+
shapeType: 'circular',
|
843
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
844
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
845
|
+
shadow: 'visible'
|
846
|
+
},
|
847
|
+
DESIGN95: {
|
848
|
+
iconName: 'ic_arrow_down_design_05',
|
849
|
+
shapeType: 'circular',
|
850
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
851
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
852
|
+
shadow: 'visible'
|
853
|
+
},
|
854
|
+
DESIGN96: {
|
855
|
+
iconName: 'ic_arrow_down_design_06',
|
856
|
+
shapeType: 'circular',
|
857
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
858
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
859
|
+
shadow: 'visible'
|
860
|
+
},
|
861
|
+
DESIGN97: {
|
862
|
+
iconName: 'ic_arrow_down_design_07',
|
863
|
+
shapeType: 'circular',
|
864
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
865
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
866
|
+
shadow: 'visible'
|
867
|
+
},
|
868
|
+
DESIGN98: {
|
869
|
+
iconName: 'ic_arrow_down_design_08',
|
870
|
+
shapeType: 'circular',
|
871
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
872
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
873
|
+
shadow: 'visible'
|
874
|
+
},
|
875
|
+
DESIGN99: {
|
876
|
+
iconName: 'ic_arrow_down_design_09',
|
877
|
+
shapeType: 'circular',
|
878
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
879
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
880
|
+
shadow: 'visible'
|
881
|
+
},
|
882
|
+
DESIGN100: {
|
883
|
+
iconName: 'ic_arrow_down_design_10',
|
884
|
+
shapeType: 'circular',
|
885
|
+
baseColorKey: 'ui_cpnt_sheet_base_white',
|
886
|
+
iconColorKey: 'ui_cpnt_icon_sys_grey_01',
|
887
|
+
shadow: 'visible'
|
888
|
+
}
|
889
|
+
};
|