pds-dev-kit-web-test 2.5.413 → 2.5.414
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 +3 -2
- package/dist/src/common/assets/icons/fill/Cam.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Cam.js +30 -0
- package/dist/src/common/assets/icons/fill/CamOff.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/CamOff.js +30 -0
- package/dist/src/common/assets/icons/fill/Video.js +1 -1
- package/dist/src/common/assets/icons/fill/VideoOff.js +1 -1
- package/dist/src/common/assets/icons/fill/VideoStop.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoStop.js +30 -0
- package/dist/src/common/assets/icons/fill/VideoType.js +1 -1
- package/dist/src/common/assets/icons/fill/index.d.ts +3 -0
- package/dist/src/common/assets/icons/fill/index.js +7 -1
- package/dist/src/common/assets/icons/line/Cam.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Cam.js +30 -0
- package/dist/src/common/assets/icons/line/CamOff.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CamOff.js +30 -0
- package/dist/src/common/assets/icons/line/CheckBox.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CheckBox.js +30 -0
- package/dist/src/common/assets/icons/line/Dropdown.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Dropdown.js +30 -0
- package/dist/src/common/assets/icons/line/Radio.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Radio.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestion32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestion40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +30 -0
- package/dist/src/common/assets/icons/line/TextLong.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TextLong.js +30 -0
- package/dist/src/common/assets/icons/line/TextShort.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TextShort.js +30 -0
- package/dist/src/common/assets/icons/line/Video.js +1 -1
- package/dist/src/common/assets/icons/line/VideoOff.js +1 -1
- package/dist/src/common/assets/icons/line/VideoStop.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoStop.js +30 -0
- package/dist/src/common/assets/icons/line/VideoType.js +1 -1
- package/dist/src/common/assets/icons/line/index.d.ts +12 -0
- package/dist/src/common/assets/icons/line/index.js +25 -1
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +2 -1
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +48 -4
- package/dist/src/common/services/i18n/resources/en.json +9 -1
- package/dist/src/common/services/i18n/resources/es.json +9 -1
- package/dist/src/common/services/i18n/resources/fil.json +9 -1
- package/dist/src/common/services/i18n/resources/index.d.ts +56 -0
- package/dist/src/common/services/i18n/resources/ja.json +9 -1
- package/dist/src/common/services/i18n/resources/ko.json +9 -1
- package/dist/src/common/services/i18n/resources/zh-cn.json +9 -1
- package/dist/src/common/services/i18n/resources/zh-tw.json +9 -1
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +9 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +9 -1
- package/dist/src/common/styles/colorSet/UIColor.json +14 -1
- package/dist/src/common/styles/colorSet/index.d.ts +31 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +13 -0
- package/dist/src/common/utils/dateHelper.d.ts +13 -0
- package/dist/src/common/utils/dateHelper.js +87 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +27 -13
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/desktop/components/BasicListItem/BasicListItem.js +26 -4
- package/dist/src/desktop/components/BasicListItem/Contents.d.ts +3 -1
- package/dist/src/desktop/components/BasicListItem/Contents.js +2 -2
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +3 -1
- package/dist/src/desktop/components/Checkbox/Checkbox.js +17 -3
- package/dist/src/desktop/components/Chip/Chip.d.ts +1 -1
- package/dist/src/desktop/components/Chip/Chip.js +50 -5
- package/dist/src/desktop/components/Radio/Radio.js +2 -2
- package/dist/src/desktop/components/TextField/TextField.js +41 -15
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/mobile/components/BasicListItem/BasicListItem.js +26 -4
- package/dist/src/mobile/components/BasicListItem/Contents.d.ts +3 -1
- package/dist/src/mobile/components/BasicListItem/Contents.js +2 -2
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +3 -1
- package/dist/src/mobile/components/Checkbox/Checkbox.js +17 -3
- package/dist/src/mobile/components/Chip/Chip.d.ts +1 -1
- package/dist/src/mobile/components/Chip/Chip.js +50 -5
- package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +16 -0
- package/dist/src/mobile/components/DatePicker/DatePicker.js +156 -0
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +14 -0
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +27 -0
- package/dist/src/mobile/components/DatePicker/Day.d.ts +13 -0
- package/dist/src/mobile/components/DatePicker/Day.js +94 -0
- package/dist/src/mobile/components/DatePicker/index.d.ts +1 -0
- package/dist/src/mobile/components/DatePicker/index.js +8 -0
- package/dist/src/mobile/components/DatePicker/utils.d.ts +16 -0
- package/dist/src/mobile/components/DatePicker/utils.js +68 -0
- package/dist/src/mobile/components/Radio/Radio.js +2 -2
- package/dist/src/mobile/components/TextField/TextField.js +41 -15
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +6 -1
- package/dist/src/mobile/components/TextLabel/TextLabel.js +83 -3
- package/dist/src/mobile/components/index.d.ts +2 -1
- package/dist/src/mobile/components/index.js +3 -1
- package/dist/src/mobile/index.d.ts +1 -1
- package/dist/src/mobile/index.js +3 -2
- 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 +1 -1
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +4 -4
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +2 -2
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +36 -10
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +4 -1
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +12 -1
- package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +77 -0
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
- 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/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 +4 -4
- package/dist/src/sub/DynamicLayout/mock_composition.js +4 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -2
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1047 -274
- package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -2
- package/dist/src/sub/DynamicLayout/mock_contentsList.js +1008 -222
- package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +810 -2
- package/dist/src/sub/DynamicLayout/mock_slideBanner.js +772 -268
- package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
- package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
- package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +368 -0
- package/dist/src/sub/DynamicLayout/mock_video_cb.js +371 -0
- package/dist/src/sub/DynamicLayout/mocks.d.ts +2 -776
- package/dist/src/sub/DynamicLayout/mocks.js +4266 -11
- package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +11 -15
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +25 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +102 -26
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +21 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +4 -55
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +7 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +26 -20
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +46 -23
- 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 +849 -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.js +84 -98
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +6 -6
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +32 -20
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +59 -132
- 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.js +24 -30
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +13 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +88 -13
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +4 -55
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +7 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +26 -20
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +46 -23
- 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 +849 -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/slideBannerUtils.js +64 -67
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +6 -6
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +10 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.d.ts +5 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +148 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +25 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +16 -7
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +11 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +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 +15 -2
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +10 -1
- package/package.json +2 -3
- package/release-note.md +3 -3
@@ -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 SectionQuestionnaire32 = 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.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M50.5129,0 C52.4389,0 53.9999,1.561 53.9999,3.487 L53.9999,28.513 C53.9999,30.439 52.4389,32 50.5129,32 L3.4869,32 C1.5609,32 -0.0001,30.439 -0.0001,28.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M50.5129,2 L3.4869,2 C2.6669,2 1.9999,2.667 1.9999,3.487 L1.9999,28.513 C1.9999,29.333 2.6669,30 3.4869,30 L50.5129,30 C51.3329,30 51.9999,29.333 51.9999,28.513 L51.9999,3.487 C51.9999,2.667 51.3329,2 50.5129,2 Z M27.7594,5.7044 C29.004205,5.7044 30.0923138,6.37589166 30.6812251,7.37637364 L32.3993,7.3765 C34.3323,7.3765 35.8993,8.9435 35.8993,10.8765 L35.8993,15.0734 L36.5274,14.446 C36.7955818,14.1778182 37.2150033,14.153438 37.5106832,14.3728595 L37.5954,14.446 L38.8894,15.74 C39.1844,16.035 39.1844,16.513 38.8894,16.808 L37.7984,17.899 L35.8993,15.9994 L35.8993,17.0334 L37.2826,18.4159 L35.8993,19.7984 L35.8993,22.8765 C35.8993,24.7450667 34.4350256,26.2716267 32.5913355,26.3713211 L32.3993,26.3765 L21.3993,26.3765 C19.4663,26.3765 17.8993,24.8095 17.8993,22.8765 L17.8993,10.8765 C17.8993,8.9435 19.4663,7.3765 21.3993,7.3765 L23.3745749,7.37637364 C23.9634862,6.37589166 25.051595,5.7044 26.2964,5.7044 L27.7594,5.7044 Z M22.9133,9.1764 L21.3993,9.1765 C20.4623,9.1765 19.6993,9.9395 19.6993,10.8765 L19.6993,22.8765 C19.6993,23.8135 20.4623,24.5765 21.3993,24.5765 L32.3993,24.5765 C33.3363,24.5765 34.0993,23.8135 34.0993,22.8765 L34.0993,21.5974 L33.5856,22.1119 C33.5602667,22.1379 33.5287111,22.1572333 33.4941926,22.1684185 L33.4406,22.1789 L31.2206,22.3649 C31.0776,22.3769 30.9586,22.2579 30.9706,22.1159 L31.1566,19.8949 C31.1616,19.8399 31.1846,19.7889 31.2236,19.7499 L34.0993,16.8734 L34.0993,10.8765 C34.0993,9.98881579 33.4145022,9.25729778 32.5457155,9.18275485 L32.3993,9.1765 L31.1423,9.1764 L31.1405256,9.20322704 C31.0860805,9.63883195 30.7148615,9.9754 30.2644,9.9754 L23.7914,9.9754 C23.3409385,9.9754 22.9697195,9.63883195 22.9152744,9.20322704 L22.9133,9.1764 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M22.8072,13.2795 L31.2482,13.2795 M22.8072,16.8765 L31.2482,16.8765 M22.8072,20.4735 L27.7802,20.4735" })] })) })));
|
29
|
+
};
|
30
|
+
exports.default = SectionQuestionnaire32;
|
@@ -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 TextLong = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M7.9789,4.6123 L3.2779,4.6123 L2.6329,6.4503 L3.5079,6.9493 L3.7619,6.5403 C4.0539,6.0673 4.2729,5.7813 4.8499,5.7813 C4.8749,5.7813 4.8959,5.7813 4.9149,5.7823 L4.9149,9.2703 C4.8589,9.2763 4.7769,9.2803 4.6549,9.2803 L4.1549,9.2803 L4.1549,10.4483 L7.0919,10.4483 L7.0919,9.2803 L6.5919,9.2803 C6.4839,9.2803 6.3969,9.2783 6.3329,9.2733 L6.3329,5.7903 C6.3749,5.7853 6.4329,5.7813 6.5119,5.7813 C6.9819,5.7813 7.1099,5.9573 7.4109,6.4653 L7.6959,6.9423 L8.6439,6.5533 L7.9789,4.6123 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M10.3539,7.1909 L18.1129,7.1909 C19.8069,7.1909 21.1799,8.3199 21.1799,10.0519 L21.1799,15.1259 C21.1799,16.8579 19.8069,18.2619 18.1129,18.2619 L6.0239,18.2619 C4.3299,18.2619 3.0729,16.8579 3.0729,15.1259 L3.0729,11.9569 M10.8112,11.1458 L17.5092,11.1458 M6.5702,14.3066 L17.5092,14.3066" })] })) })));
|
29
|
+
};
|
30
|
+
exports.default = TextLong;
|
@@ -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 TextShort = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.2315,4.3521 L5.7525,4.3521 L4.3095,8.4591 L5.5195,9.1531 L5.8245,8.6611 C6.7445,7.1771 7.6155,6.0421 9.7265,6.0421 C10.7725,6.0421 10.7725,6.2221 10.7725,6.5801 L10.7725,17.4791 C10.7725,17.6921 10.7725,17.9571 9.1575,17.9571 L8.5575,17.9571 L8.5575,19.6481 L15.4035,19.6481 L15.4035,17.9571 L14.8035,17.9571 C13.1885,17.9571 13.1885,17.7771 13.1885,17.4791 C13.1885,13.7690828 13.1885,10.9865699 13.1885,9.13156128 C13.1885,8.56456988 13.1885,7.71408279 13.1885,6.5801 C13.1885,6.3661 13.1885,6.0421 14.5685,6.0421 C16.4965,6.0421 17.0965,7.0571 17.9265,8.4591 L18.3775,9.2151 L19.7095,8.6621 L18.2315,4.3521 Z" }) })));
|
29
|
+
};
|
30
|
+
exports.default = TextShort;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var Video = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none"
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M4.4776,8.1413 L19.5226,8.1413 M5.9765,4.279 L9.6945,7.997 M10.1412,4.279 L13.8592,7.997 M14.3059,4.279 L18.0239,7.997" }), (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.25,3.2501 C19.183,3.2501 20.75,4.8171 20.75,6.7501 L20.75,17.2501 C20.75,19.1831 19.183,20.7501 17.25,20.7501 L6.75,20.7501 C4.817,20.7501 3.25,19.1831 3.25,17.2501 L3.25,6.7501 C3.25,4.8171 4.817,3.2501 6.75,3.2501 Z M17.25,4.7501 L6.75,4.7501 C5.647,4.7501 4.75,5.6471 4.75,6.7501 L4.75,17.2501 C4.75,18.3531 5.647,19.2501 6.75,19.2501 L17.25,19.2501 C18.353,19.2501 19.25,18.3531 19.25,17.2501 L19.25,6.7501 C19.25,5.6471 18.353,4.7501 17.25,4.7501 Z M10.9181,10.5725 L13.0111,11.7805 L15.1041,12.9895 C15.7251,13.3475 15.7251,14.2435 15.1041,14.6015 L13.0111,15.8105 L10.9181,17.0185 C10.2971,17.3775 9.5211,16.9295 9.5211,16.2125 L9.5211,11.3785 C9.5211,10.6615 10.2971,10.2135 10.9181,10.5725 Z" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = Video;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var VideoOff = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none" }, { children: [(0, jsx_runtime_1.jsx)("line", { x1: "3.111", x2: "20.888", y1: "3.111", y2: "20.888", stroke: color, strokeLinecap: "round", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M3.464,5.5851 L4.75,6.8711 L4.75,7.3911 L5.27,7.3911 L6.77,8.8911 L4.75,8.8911 L4.75,17.2501 C4.75,18.3531 5.647,19.2501 6.75,19.2501 L17.129,19.2501 L18.415,20.5361 C18.049,20.6661 17.661,20.7501 17.25,20.7501 L6.75,20.7501 C4.817,20.7501 3.25,19.1831 3.25,17.2501 L3.25,6.7501 C3.25,6.3391 3.334,5.9511 3.464,5.5851 Z M17.2505,3.2501 C19.1835,3.2501 20.7505,4.8171 20.7505,6.7501 L20.7505,17.2501 C20.7505,17.6611 20.6665,18.0491 20.5365,18.4151 L19.2505,17.1291 L19.2505,8.8911 L11.0125,8.8911 L5.5845,3.4641 C5.9505,3.3341 6.3395,3.2501 6.7505,3.2501 Z M9.5211,11.6424 L13.4411,15.5624 L13.0111,15.8104 L10.9181,17.0184 C10.2971,17.3774 9.5211,16.9294 9.5211,16.2124 L9.5211,11.6424 Z M9.5715,4.7501 L7.5085,4.7501 L10.1495,7.3911 L12.1925,7.3911 L9.6105,4.8091 C9.5935,4.7921 9.5865,4.7691 9.5715,4.7501 Z M13.7365,4.7501 L11.6725,4.7501 L14.3135,7.3911 L16.3575,7.3911 L13.7755,4.8091 C13.7585,4.7921 13.7515,4.7691 13.7365,4.7501 Z M17.2505,4.7501 L15.8375,4.7501 L18.4785,7.3911 L19.2505,7.3911 L19.2505,6.7501 C19.2505,5.6471 18.3525,4.7501 17.2505,4.7501 Z" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = VideoOff;
|
@@ -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 VideoStop = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("polygon", { fillOpacity: "0", fill: color, points: "0 24 24 24 24 0 0 0" }), (0, jsx_runtime_1.jsx)("path", { d: "M16.75,5.25 L7.25,5.25 C6.145,5.25 5.25,6.145 5.25,7.25 L5.25,16.75 C5.25,17.855 6.145,18.75 7.25,18.75 L16.75,18.75 C17.855,18.75 18.75,17.855 18.75,16.75 L18.75,7.25 C18.75,6.145 17.855,5.25 16.75,5.25 L16.75,5.25 Z M7.25,16.75 L16.75,16.75 L16.75,7.25 L7.25,7.25 L7.25,16.75 Z", id: "Fill-3", fill: color })] }) })) })));
|
29
|
+
};
|
30
|
+
exports.default = VideoStop;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var VideoType = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none"
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M4.4776,8.1413 L19.5226,8.1413 M5.9765,4.279 L9.6945,7.997 M10.1412,4.279 L13.8592,7.997 M14.3059,4.279 L18.0239,7.997" }), (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.25,3.2501 C19.183,3.2501 20.75,4.8171 20.75,6.7501 L20.75,17.2501 C20.75,19.1831 19.183,20.7501 17.25,20.7501 L6.75,20.7501 C4.817,20.7501 3.25,19.1831 3.25,17.2501 L3.25,6.7501 C3.25,4.8171 4.817,3.2501 6.75,3.2501 Z M17.25,4.7501 L6.75,4.7501 C5.647,4.7501 4.75,5.6471 4.75,6.7501 L4.75,17.2501 C4.75,18.3531 5.647,19.2501 6.75,19.2501 L17.25,19.2501 C18.353,19.2501 19.25,18.3531 19.25,17.2501 L19.25,6.7501 C19.25,5.6471 18.353,4.7501 17.25,4.7501 Z M10.9181,10.5725 L13.0111,11.7805 L15.1041,12.9895 C15.7251,13.3475 15.7251,14.2435 15.1041,14.6015 L13.0111,15.8105 L10.9181,17.0185 C10.2971,17.3775 9.5211,16.9295 9.5211,16.2125 L9.5211,11.3785 C9.5211,10.6615 10.2971,10.2135 10.9181,10.5725 Z" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = VideoType;
|
@@ -55,6 +55,7 @@ declare const lineIcons: {
|
|
55
55
|
readonly ic_chat_room_group: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
56
56
|
readonly ic_chat_room_paid: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
57
57
|
readonly ic_check: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
58
|
+
readonly ic_checkbox: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
58
59
|
readonly ic_checkbox_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
59
60
|
readonly ic_clip: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
60
61
|
readonly ic_coins: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -75,6 +76,7 @@ declare const lineIcons: {
|
|
75
76
|
readonly ic_divider: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
76
77
|
readonly ic_dotted_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
77
78
|
readonly ic_download: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
79
|
+
readonly ic_dropdown: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
78
80
|
readonly ic_dynamic_layout: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
79
81
|
readonly ic_edit: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
80
82
|
readonly ic_editor: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -168,6 +170,7 @@ declare const lineIcons: {
|
|
168
170
|
readonly ic_profit: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
169
171
|
readonly ic_qr: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
170
172
|
readonly ic_question: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
173
|
+
readonly ic_radio: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
171
174
|
readonly ic_radio_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
172
175
|
readonly ic_radio_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
173
176
|
readonly ic_receipt: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -203,6 +206,10 @@ declare const lineIcons: {
|
|
203
206
|
readonly ic_section_price_box_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
204
207
|
readonly ic_section_products_carousel_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
205
208
|
readonly ic_section_products_carousel_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
209
|
+
readonly ic_question_line_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
210
|
+
readonly ic_question_line_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
211
|
+
readonly ic_questionnaire_line_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
212
|
+
readonly ic_questionnaire_line_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
206
213
|
readonly ic_section_review_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
207
214
|
readonly ic_section_review_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
208
215
|
readonly ic_section_slider_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -243,6 +250,8 @@ declare const lineIcons: {
|
|
243
250
|
readonly ic_text_align_middle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
244
251
|
readonly ic_text_align_right: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
245
252
|
readonly ic_text_align_top: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
253
|
+
readonly ic_text_long: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
254
|
+
readonly ic_text_short: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
246
255
|
readonly ic_ticket: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
247
256
|
readonly ic_time: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
248
257
|
readonly ic_toggle_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -313,5 +322,8 @@ declare const lineIcons: {
|
|
313
322
|
readonly ic_move_backward_arrow: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
314
323
|
readonly ic_move_forward_arrow: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
315
324
|
readonly ic_send_to_back_arrow: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
325
|
+
readonly ic_video_stop: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
326
|
+
readonly ic_cam: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
327
|
+
readonly ic_cam_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
316
328
|
};
|
317
329
|
export default lineIcons;
|
@@ -45,7 +45,9 @@ var Business_1 = __importDefault(require("./Business"));
|
|
45
45
|
var Button_1 = __importDefault(require("./Button"));
|
46
46
|
var Calendar_1 = __importDefault(require("./Calendar"));
|
47
47
|
var Call_1 = __importDefault(require("./Call"));
|
48
|
+
var Cam_1 = __importDefault(require("./Cam"));
|
48
49
|
var Camera_1 = __importDefault(require("./Camera"));
|
50
|
+
var CamOff_1 = __importDefault(require("./CamOff"));
|
49
51
|
var Carousel_1 = __importDefault(require("./Carousel"));
|
50
52
|
var Cart_1 = __importDefault(require("./Cart"));
|
51
53
|
var Channel_1 = __importDefault(require("./Channel"));
|
@@ -61,6 +63,7 @@ var ChatRoomFree_1 = __importDefault(require("./ChatRoomFree"));
|
|
61
63
|
var ChatRoomGroup_1 = __importDefault(require("./ChatRoomGroup"));
|
62
64
|
var ChatRoomPaid_1 = __importDefault(require("./ChatRoomPaid"));
|
63
65
|
var Check_1 = __importDefault(require("./Check"));
|
66
|
+
var CheckBox_1 = __importDefault(require("./CheckBox"));
|
64
67
|
var CheckboxOff_1 = __importDefault(require("./CheckboxOff"));
|
65
68
|
var Clip_1 = __importDefault(require("./Clip"));
|
66
69
|
var Coins_1 = __importDefault(require("./Coins"));
|
@@ -83,6 +86,7 @@ var DeviceMobileNotification_1 = __importDefault(require("./DeviceMobileNotifica
|
|
83
86
|
var Divider_1 = __importDefault(require("./Divider"));
|
84
87
|
var DottedCircle_1 = __importDefault(require("./DottedCircle"));
|
85
88
|
var Download_1 = __importDefault(require("./Download"));
|
89
|
+
var Dropdown_1 = __importDefault(require("./Dropdown"));
|
86
90
|
var Duplicate_1 = __importDefault(require("./Duplicate"));
|
87
91
|
var DynamicLayout_1 = __importDefault(require("./DynamicLayout"));
|
88
92
|
var Edit_1 = __importDefault(require("./Edit"));
|
@@ -186,6 +190,7 @@ var PostWelcome_1 = __importDefault(require("./PostWelcome"));
|
|
186
190
|
var Profit_1 = __importDefault(require("./Profit"));
|
187
191
|
var Qr_1 = __importDefault(require("./Qr"));
|
188
192
|
var Question_1 = __importDefault(require("./Question"));
|
193
|
+
var Radio_1 = __importDefault(require("./Radio"));
|
189
194
|
var RadioOff_1 = __importDefault(require("./RadioOff"));
|
190
195
|
var RadioOn_1 = __importDefault(require("./RadioOn"));
|
191
196
|
var Receipt_1 = __importDefault(require("./Receipt"));
|
@@ -229,6 +234,10 @@ var SectionPriceBox32_1 = __importDefault(require("./SectionPriceBox32"));
|
|
229
234
|
var SectionPriceBox40_1 = __importDefault(require("./SectionPriceBox40"));
|
230
235
|
var SectionProductsCarousel32_1 = __importDefault(require("./SectionProductsCarousel32"));
|
231
236
|
var SectionProductsCarousel40_1 = __importDefault(require("./SectionProductsCarousel40"));
|
237
|
+
var SectionQuestion32_1 = __importDefault(require("./SectionQuestion32"));
|
238
|
+
var SectionQuestion40_1 = __importDefault(require("./SectionQuestion40"));
|
239
|
+
var SectionQuestionnaire32_1 = __importDefault(require("./SectionQuestionnaire32"));
|
240
|
+
var SectionQuestionnaire40_1 = __importDefault(require("./SectionQuestionnaire40"));
|
232
241
|
var SectionReview32_1 = __importDefault(require("./SectionReview32"));
|
233
242
|
var SectionReview40_1 = __importDefault(require("./SectionReview40"));
|
234
243
|
var SectionSlider32_1 = __importDefault(require("./SectionSlider32"));
|
@@ -272,6 +281,8 @@ var TextAlignLeft_1 = __importDefault(require("./TextAlignLeft"));
|
|
272
281
|
var TextAlignMiddle_1 = __importDefault(require("./TextAlignMiddle"));
|
273
282
|
var TextAlignRight_1 = __importDefault(require("./TextAlignRight"));
|
274
283
|
var TextAlignTop_1 = __importDefault(require("./TextAlignTop"));
|
284
|
+
var TextLong_1 = __importDefault(require("./TextLong"));
|
285
|
+
var TextShort_1 = __importDefault(require("./TextShort"));
|
275
286
|
var Ticket_1 = __importDefault(require("./Ticket"));
|
276
287
|
var Time_1 = __importDefault(require("./Time"));
|
277
288
|
var ToggleDown_1 = __importDefault(require("./ToggleDown"));
|
@@ -307,6 +318,7 @@ var VideoPlaybackSpeed_1 = __importDefault(require("./VideoPlaybackSpeed"));
|
|
307
318
|
var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
|
308
319
|
var VideoPlaylist_1 = __importDefault(require("./VideoPlaylist"));
|
309
320
|
var VideoSeries_1 = __importDefault(require("./VideoSeries"));
|
321
|
+
var VideoStop_1 = __importDefault(require("./VideoStop"));
|
310
322
|
var VideoType_1 = __importDefault(require("./VideoType"));
|
311
323
|
var Vod_1 = __importDefault(require("./Vod"));
|
312
324
|
var VodClass_1 = __importDefault(require("./VodClass"));
|
@@ -372,6 +384,7 @@ var lineIcons = {
|
|
372
384
|
ic_chat_room_group: ChatRoomGroup_1.default,
|
373
385
|
ic_chat_room_paid: ChatRoomPaid_1.default,
|
374
386
|
ic_check: Check_1.default,
|
387
|
+
ic_checkbox: CheckBox_1.default,
|
375
388
|
ic_checkbox_off: CheckboxOff_1.default,
|
376
389
|
ic_clip: Clip_1.default,
|
377
390
|
ic_coins: Coins_1.default,
|
@@ -392,6 +405,7 @@ var lineIcons = {
|
|
392
405
|
ic_divider: Divider_1.default,
|
393
406
|
ic_dotted_circle: DottedCircle_1.default,
|
394
407
|
ic_download: Download_1.default,
|
408
|
+
ic_dropdown: Dropdown_1.default,
|
395
409
|
ic_dynamic_layout: DynamicLayout_1.default,
|
396
410
|
ic_edit: Edit_1.default,
|
397
411
|
ic_editor: Editor_1.default,
|
@@ -485,6 +499,7 @@ var lineIcons = {
|
|
485
499
|
ic_profit: Profit_1.default,
|
486
500
|
ic_qr: Qr_1.default,
|
487
501
|
ic_question: Question_1.default,
|
502
|
+
ic_radio: Radio_1.default,
|
488
503
|
ic_radio_off: RadioOff_1.default,
|
489
504
|
ic_radio_on: RadioOn_1.default,
|
490
505
|
ic_receipt: Receipt_1.default,
|
@@ -520,6 +535,10 @@ var lineIcons = {
|
|
520
535
|
ic_section_price_box_40: SectionPriceBox40_1.default,
|
521
536
|
ic_section_products_carousel_32: SectionProductsCarousel32_1.default,
|
522
537
|
ic_section_products_carousel_40: SectionProductsCarousel40_1.default,
|
538
|
+
ic_question_line_32: SectionQuestion32_1.default,
|
539
|
+
ic_question_line_40: SectionQuestion40_1.default,
|
540
|
+
ic_questionnaire_line_32: SectionQuestionnaire32_1.default,
|
541
|
+
ic_questionnaire_line_40: SectionQuestionnaire40_1.default,
|
523
542
|
ic_section_review_32: SectionReview32_1.default,
|
524
543
|
ic_section_review_40: SectionReview40_1.default,
|
525
544
|
ic_section_slider_32: SectionSlider32_1.default,
|
@@ -560,6 +579,8 @@ var lineIcons = {
|
|
560
579
|
ic_text_align_middle: TextAlignMiddle_1.default,
|
561
580
|
ic_text_align_right: TextAlignRight_1.default,
|
562
581
|
ic_text_align_top: TextAlignTop_1.default,
|
582
|
+
ic_text_long: TextLong_1.default,
|
583
|
+
ic_text_short: TextShort_1.default,
|
563
584
|
ic_ticket: Ticket_1.default,
|
564
585
|
ic_time: Time_1.default,
|
565
586
|
ic_toggle_down: ToggleDown_1.default,
|
@@ -629,6 +650,9 @@ var lineIcons = {
|
|
629
650
|
ic_desktop_sync: DesktopSync_1.default,
|
630
651
|
ic_move_backward_arrow: MoveBackwardArrow_1.default,
|
631
652
|
ic_move_forward_arrow: MoveForwardArrow_1.default,
|
632
|
-
ic_send_to_back_arrow: SendToBackArrow_1.default
|
653
|
+
ic_send_to_back_arrow: SendToBackArrow_1.default,
|
654
|
+
ic_video_stop: VideoStop_1.default,
|
655
|
+
ic_cam: Cam_1.default,
|
656
|
+
ic_cam_off: CamOff_1.default
|
633
657
|
};
|
634
658
|
exports.default = lineIcons;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
import type { UiColors } from '../../types';
|
3
3
|
export type ThreeBarProgressProps = {
|
4
4
|
colorKey?: UiColors;
|
5
|
+
size?: 'small' | 'large';
|
5
6
|
};
|
6
|
-
declare function ThreeBarProgress({ colorKey }: ThreeBarProgressProps): JSX.Element;
|
7
|
+
declare function ThreeBarProgress({ colorKey, size }: ThreeBarProgressProps): JSX.Element;
|
7
8
|
export default ThreeBarProgress;
|
@@ -3,6 +3,17 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
3
3
|
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
4
4
|
return cooked;
|
5
5
|
};
|
6
|
+
var __assign = (this && this.__assign) || function () {
|
7
|
+
__assign = Object.assign || function(t) {
|
8
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
9
|
+
s = arguments[i];
|
10
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
11
|
+
t[p] = s[p];
|
12
|
+
}
|
13
|
+
return t;
|
14
|
+
};
|
15
|
+
return __assign.apply(this, arguments);
|
16
|
+
};
|
6
17
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
7
18
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
8
19
|
};
|
@@ -10,16 +21,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
21
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
11
22
|
var styled_components_1 = __importDefault(require("styled-components"));
|
12
23
|
function ThreeBarProgress(_a) {
|
13
|
-
var _b = _a.colorKey, colorKey = _b === void 0 ? 'ui_loading_three_bar' : _b;
|
14
|
-
return ((0, jsx_runtime_1.jsx)(S_ThreeBarProgressWrapper, { children: (0, jsx_runtime_1.jsx)(S_ThreeBarProgressContent, { colorKey: colorKey }) }));
|
24
|
+
var _b = _a.colorKey, colorKey = _b === void 0 ? 'ui_loading_three_bar' : _b, _c = _a.size, size = _c === void 0 ? 'large' : _c;
|
25
|
+
return ((0, jsx_runtime_1.jsx)(S_ThreeBarProgressWrapper, __assign({ size: size }, { children: (0, jsx_runtime_1.jsx)(S_ThreeBarProgressContent, { colorKey: colorKey, size: size }) })));
|
15
26
|
}
|
16
|
-
var S_ThreeBarProgressWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n justify-content: center;\n min-height:
|
17
|
-
var
|
27
|
+
var S_ThreeBarProgressWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n justify-content: center;\n min-height: ", ";\n width: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n justify-content: center;\n min-height: ", ";\n width: 100%;\n"])), function (_a) {
|
28
|
+
var size = _a.size;
|
29
|
+
return (size === 'large' ? '400px' : '250px');
|
30
|
+
});
|
31
|
+
var S_ThreeBarProgressContent = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n &,\n &:before,\n &:after {\n background-color: ", ";\n -webkit-animation: threeBarAnimation 1s infinite ease-in-out;\n animation: threeBarAnimation 1s infinite ease-in-out;\n width: ", ";\n height: ", ";\n min-height: ", ";\n border-radius: 3px;\n }\n & {\n color: ", ";\n text-indent: -9999em;\n margin: ", ";\n position: relative;\n font-size: 1px;\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation-delay: -0.16s;\n animation-delay: -0.16s;\n }\n &:before,\n &:after {\n position: absolute;\n top: 0;\n content: '';\n }\n &:before {\n left: ", ";\n -webkit-animation-delay: -0.32s;\n animation-delay: -0.32s;\n }\n &:after {\n left: ", ";\n }\n @-webkit-keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n @keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n"], ["\n &,\n &:before,\n &:after {\n background-color: ", ";\n -webkit-animation: threeBarAnimation 1s infinite ease-in-out;\n animation: threeBarAnimation 1s infinite ease-in-out;\n width: ", ";\n height: ", ";\n min-height: ", ";\n border-radius: 3px;\n }\n & {\n color: ", ";\n text-indent: -9999em;\n margin: ", ";\n position: relative;\n font-size: 1px;\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation-delay: -0.16s;\n animation-delay: -0.16s;\n }\n &:before,\n &:after {\n position: absolute;\n top: 0;\n content: '';\n }\n &:before {\n left: ", ";\n -webkit-animation-delay: -0.32s;\n animation-delay: -0.32s;\n }\n &:after {\n left: ", ";\n }\n @-webkit-keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n @keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n"])), function (_a) {
|
18
32
|
var theme = _a.theme, colorKey = _a.colorKey;
|
19
33
|
return colorKey && theme[colorKey];
|
34
|
+
}, function (_a) {
|
35
|
+
var size = _a.size;
|
36
|
+
return (size === 'large' ? '11px' : '8px');
|
37
|
+
}, function (_a) {
|
38
|
+
var size = _a.size;
|
39
|
+
return (size === 'large' ? '44px' : '31px');
|
40
|
+
}, function (_a) {
|
41
|
+
var size = _a.size;
|
42
|
+
return (size === 'large' ? '44px' : '31px');
|
20
43
|
}, function (_a) {
|
21
44
|
var theme = _a.theme, colorKey = _a.colorKey;
|
22
45
|
return colorKey && theme[colorKey];
|
46
|
+
}, function (_a) {
|
47
|
+
var size = _a.size;
|
48
|
+
return (size === 'large' ? '88px auto' : '62px auto');
|
49
|
+
}, function (_a) {
|
50
|
+
var size = _a.size;
|
51
|
+
return (size === 'large' ? '-20px' : '-14px');
|
52
|
+
}, function (_a) {
|
53
|
+
var size = _a.size;
|
54
|
+
return (size === 'large' ? '20px' : '14px');
|
55
|
+
}, function (_a) {
|
56
|
+
var size = _a.size;
|
57
|
+
return (size === 'large' ? '44px' : '31px');
|
58
|
+
}, function (_a) {
|
59
|
+
var size = _a.size;
|
60
|
+
return (size === 'large' ? '48px' : '35px');
|
61
|
+
}, function (_a) {
|
62
|
+
var size = _a.size;
|
63
|
+
return (size === 'large' ? '44px' : '31px');
|
64
|
+
}, function (_a) {
|
65
|
+
var size = _a.size;
|
66
|
+
return (size === 'large' ? '48px' : '35px');
|
23
67
|
});
|
24
68
|
exports.default = ThreeBarProgress;
|
25
69
|
var templateObject_1, templateObject_2;
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "Start for Free"
|
28
|
+
"str_1460": "Start for Free",
|
29
|
+
"str_35": "{{month}}.{{year}}",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "Start for Free"
|
28
|
+
"str_1460": "Start for Free",
|
29
|
+
"str_35": "{{month}}.{{year}}",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "Magsimula nang Libre"
|
28
|
+
"str_1460": "Magsimula nang Libre",
|
29
|
+
"str_35": "{{month}}.{{year}}",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|