pds-dev-kit-web 0.3.2 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +4 -1
- package/dist/src/common/components/Spacing/Spacing.d.ts +6 -0
- package/dist/src/common/components/Spacing/Spacing.js +154 -0
- package/dist/src/common/components/Spacing/index.d.ts +1 -0
- package/dist/src/common/components/Spacing/index.js +8 -0
- package/dist/src/common/components/index.d.ts +2 -0
- package/dist/src/common/components/index.js +5 -0
- package/dist/src/common/index.d.ts +4 -2
- package/dist/src/common/index.js +6 -1
- package/dist/src/common/services/i18n/resources/en.json +113 -20
- package/dist/src/common/services/i18n/resources/es.json +113 -20
- package/dist/src/common/services/i18n/resources/index.d.ts +384 -12
- package/dist/src/common/services/i18n/resources/jp.json +113 -20
- package/dist/src/common/services/i18n/resources/ko.json +113 -20
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +24 -5
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +20 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +6 -1
- package/dist/src/common/styles/colorSet/UIColor.json +49 -6
- package/dist/src/common/styles/colorSet/index.d.ts +127 -41
- package/dist/src/common/styles/colorSet/index.js +4 -4
- package/dist/src/common/styles/colorSet/ui-type.d.ts +46 -3
- package/dist/src/common/styles/theme.d.ts +24 -0
- package/dist/src/common/styles/theme.js +28 -4
- package/dist/src/common/types/styled-components.d.ts +24 -0
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +7 -3
- package/dist/src/desktop/components/TextLabel/TextLabel.js +14 -7
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +17 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +10 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +111 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +10 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +111 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +9 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +51 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.js +13 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/PageMenu.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/SubMenuContainer.d.ts +7 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/SubMenuContainer.js +14 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/variation/LeftSubMenu.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/variation/LeftSubMenu.js +25 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/variation/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/TabMenuContainer.d.ts +7 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/TabMenuContainer.js +14 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/variation/TabMenu.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/variation/TabMenu.js +25 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/variation/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/index.d.ts +2 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/index.js +5 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +57 -5
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +11 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +11 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/GlobalMenuContainer/variation/GlobalMenu.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/PageMenuContainer/variation/PageMenu.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +11 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +20 -11
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +11 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/GlobalMenuContainer/variation/GlobalMenu.js +5 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/PageMenuContainer.js +3 -3
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/variation/LeftPageMenu.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/variation/TopPageMenu.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/variation/TopPageMenu.js +39 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/TabMenuContainer/variation/TabMenu.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +6 -3
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +7 -3
- package/dist/src/mobile/components/TextLabel/TextLabel.js +14 -7
- package/package.json +1 -1
|
@@ -15,7 +15,10 @@ var WFD = function (_a) {
|
|
|
15
15
|
react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
|
|
16
16
|
react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))));
|
|
17
17
|
};
|
|
18
|
-
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n box-sizing: border-box;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n ", ";\n ", ";\n"])), function (_a) {
|
|
18
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n ", ";\n ", ";\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
19
22
|
var layoutType = _a.layoutType;
|
|
20
23
|
return ({
|
|
21
24
|
WFD_1: 'height: 100%;',
|
|
@@ -17,7 +17,10 @@ var WFE = function (_a) {
|
|
|
17
17
|
react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
|
|
18
18
|
react_1.default.createElement(S_Content1, null, content1))));
|
|
19
19
|
};
|
|
20
|
-
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-start;\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n ", ";\n"], ["\n align-items: flex-start;\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n ", ";\n"])), function (_a) {
|
|
20
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n ", ";\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n ", ";\n"])), function (_a) {
|
|
21
|
+
var theme = _a.theme;
|
|
22
|
+
return theme.ui_contentscontainer01_background;
|
|
23
|
+
}, function (_a) {
|
|
21
24
|
var containerColor = _a.containerColor;
|
|
22
25
|
return "background-color: " + containerColor;
|
|
23
26
|
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
var WFF = function (_a) {
|
|
13
|
+
var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
|
|
15
|
+
react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
|
|
16
|
+
react_1.default.createElement(S_Content1, null, content1))));
|
|
17
|
+
};
|
|
18
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n ", ";\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
22
|
+
var containerColor = _a.containerColor;
|
|
23
|
+
return "background-color: " + containerColor;
|
|
24
|
+
});
|
|
25
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-sizing: border-box;\n max-width: 720px;\n min-width: 512px;\n padding-bottom: 88px;\n padding-top: 24px;\n width: 53%;\n ", ";\n"], ["\n box-sizing: border-box;\n max-width: 720px;\n min-width: 512px;\n padding-bottom: 88px;\n padding-top: 24px;\n width: 53%;\n ", ";\n"])), function (_a) {
|
|
26
|
+
var areaColor = _a.areaColor;
|
|
27
|
+
return "background-color: " + areaColor;
|
|
28
|
+
});
|
|
29
|
+
var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
|
|
30
|
+
exports.default = WFF;
|
|
31
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type WFGProps = {
|
|
3
|
+
content1?: JSX.Element;
|
|
4
|
+
content2?: JSX.Element;
|
|
5
|
+
layoutType: 'WFG_1' | 'WFG_2' | 'WFG_3' | 'WFG_4' | 'WFG_5' | 'WFG_6';
|
|
6
|
+
containerColor?: string;
|
|
7
|
+
areaColor?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const WFG: ({ content1, content2, layoutType, containerColor, areaColor }: WFGProps) => JSX.Element;
|
|
10
|
+
export default WFG;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
var WFG = function (_a) {
|
|
13
|
+
var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_Box, null,
|
|
15
|
+
react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor },
|
|
16
|
+
react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
|
|
17
|
+
react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))),
|
|
18
|
+
react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor },
|
|
19
|
+
react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
|
|
20
|
+
react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
|
|
21
|
+
};
|
|
22
|
+
var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
|
|
23
|
+
var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
|
|
24
|
+
var theme = _a.theme;
|
|
25
|
+
return theme.ui_contentscontainer01_background;
|
|
26
|
+
}, function (_a) {
|
|
27
|
+
var layoutType = _a.layoutType;
|
|
28
|
+
return ({
|
|
29
|
+
WFG_1: 'max-width: 640px;height: 100%;',
|
|
30
|
+
WFG_2: 'max-width: 640px;overflow-x: hidden;overflow-y: auto;',
|
|
31
|
+
WFG_3: 'height: 100%;',
|
|
32
|
+
WFG_4: 'overflow-x: hidden;overflow-y: auto;',
|
|
33
|
+
WFG_5: 'max-width: 640px;height: 100%;',
|
|
34
|
+
WFG_6: 'height: 100%;'
|
|
35
|
+
}[layoutType]);
|
|
36
|
+
}, function (_a) {
|
|
37
|
+
var containerColor = _a.containerColor;
|
|
38
|
+
return "background-color: " + containerColor;
|
|
39
|
+
});
|
|
40
|
+
var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n ", ";\n ", ";\n"])), function (_a) {
|
|
41
|
+
var theme = _a.theme;
|
|
42
|
+
return theme.ui_contentscontainer02_background;
|
|
43
|
+
}, function (_a) {
|
|
44
|
+
var theme = _a.theme;
|
|
45
|
+
return theme.ui_container_divider;
|
|
46
|
+
}, function (_a) {
|
|
47
|
+
var layoutType = _a.layoutType;
|
|
48
|
+
return ({
|
|
49
|
+
WFG_1: 'height: 100%;flex-grow: 1;',
|
|
50
|
+
WFG_2: 'overflow-x: hidden;overflow-y: auto;flex-grow: 1;',
|
|
51
|
+
WFG_3: 'height: 100%;width: 50%;',
|
|
52
|
+
WFG_4: 'overflow-x: hidden;overflow-y: auto;width: 50%;',
|
|
53
|
+
WFG_5: 'overflow-x: hidden;overflow-y: auto;flex-grow: 1;',
|
|
54
|
+
WFG_6: 'overflow-x: hidden;overflow-y: auto;width: 50%;'
|
|
55
|
+
}[layoutType]);
|
|
56
|
+
}, function (_a) {
|
|
57
|
+
var containerColor = _a.containerColor;
|
|
58
|
+
return "background-color: " + containerColor;
|
|
59
|
+
});
|
|
60
|
+
var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
|
|
61
|
+
var layoutType = _a.layoutType;
|
|
62
|
+
return ({
|
|
63
|
+
WFG_1: 'height: 100%;',
|
|
64
|
+
WFG_2: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
65
|
+
WFG_3: 'height: 100%;',
|
|
66
|
+
WFG_4: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
67
|
+
WFG_5: 'height: 100%;',
|
|
68
|
+
WFG_6: 'height: 100%;'
|
|
69
|
+
}[layoutType]);
|
|
70
|
+
}, function (_a) {
|
|
71
|
+
var areaColor = _a.areaColor;
|
|
72
|
+
return "background-color: " + areaColor;
|
|
73
|
+
});
|
|
74
|
+
var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
|
|
75
|
+
var layoutType = _a.layoutType;
|
|
76
|
+
return ({
|
|
77
|
+
WFG_1: 'height: 100%;',
|
|
78
|
+
WFG_2: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
79
|
+
WFG_3: 'height: 100%;',
|
|
80
|
+
WFG_4: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
81
|
+
WFG_5: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
82
|
+
WFG_6: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;'
|
|
83
|
+
}[layoutType]);
|
|
84
|
+
}, function (_a) {
|
|
85
|
+
var areaColor = _a.areaColor;
|
|
86
|
+
return "background-color: " + areaColor;
|
|
87
|
+
});
|
|
88
|
+
var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
|
|
89
|
+
var layoutType = _a.layoutType;
|
|
90
|
+
return ({
|
|
91
|
+
WFG_1: 'height: 100%;overflow: hidden;',
|
|
92
|
+
WFG_2: '',
|
|
93
|
+
WFG_3: 'height: 100%;overflow: hidden;',
|
|
94
|
+
WFG_4: '',
|
|
95
|
+
WFG_5: 'height: 100%;overflow: hidden;',
|
|
96
|
+
WFG_6: 'height: 100%;overflow: hidden;'
|
|
97
|
+
}[layoutType]);
|
|
98
|
+
});
|
|
99
|
+
var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
|
|
100
|
+
var layoutType = _a.layoutType;
|
|
101
|
+
return ({
|
|
102
|
+
WFG_1: 'height: 100%;overflow: hidden;',
|
|
103
|
+
WFG_2: '',
|
|
104
|
+
WFG_3: 'height: 100%;overflow: hidden;',
|
|
105
|
+
WFG_4: '',
|
|
106
|
+
WFG_5: '',
|
|
107
|
+
WFG_6: ''
|
|
108
|
+
}[layoutType]);
|
|
109
|
+
});
|
|
110
|
+
exports.default = WFG;
|
|
111
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
var WFH = function (_a) {
|
|
13
|
+
var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
|
|
15
|
+
react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
|
|
16
|
+
react_1.default.createElement(S_Content1, null, content1))));
|
|
17
|
+
};
|
|
18
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n padding-right: 24px;\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n padding-right: 24px;\n ", ";\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
22
|
+
var containerColor = _a.containerColor;
|
|
23
|
+
return "background-color: " + containerColor;
|
|
24
|
+
});
|
|
25
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-sizing: border-box;\n min-width: 912px;\n padding-bottom: 88px;\n padding-top: 24px;\n ", ";\n"], ["\n box-sizing: border-box;\n min-width: 912px;\n padding-bottom: 88px;\n padding-top: 24px;\n ", ";\n"])), function (_a) {
|
|
26
|
+
var areaColor = _a.areaColor;
|
|
27
|
+
return "background-color: " + areaColor;
|
|
28
|
+
});
|
|
29
|
+
var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
|
|
30
|
+
exports.default = WFH;
|
|
31
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type WFIProps = {
|
|
3
|
+
content1?: JSX.Element;
|
|
4
|
+
content2?: JSX.Element;
|
|
5
|
+
layoutType: 'WFI_1' | 'WFI_2' | 'WFI_3' | 'WFI_4' | 'WFI_5' | 'WFI_6';
|
|
6
|
+
containerColor?: string;
|
|
7
|
+
areaColor?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const WFI: ({ content1, content2, layoutType, containerColor, areaColor }: WFIProps) => JSX.Element;
|
|
10
|
+
export default WFI;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
var WFI = function (_a) {
|
|
13
|
+
var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_Box, null,
|
|
15
|
+
react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor },
|
|
16
|
+
react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
|
|
17
|
+
react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))),
|
|
18
|
+
react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor },
|
|
19
|
+
react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
|
|
20
|
+
react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
|
|
21
|
+
};
|
|
22
|
+
var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
|
|
23
|
+
var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
|
|
24
|
+
var theme = _a.theme;
|
|
25
|
+
return theme.ui_contentscontainer01_background;
|
|
26
|
+
}, function (_a) {
|
|
27
|
+
var layoutType = _a.layoutType;
|
|
28
|
+
return ({
|
|
29
|
+
WFI_1: 'max-width: 640px;height: 100%;',
|
|
30
|
+
WFI_2: 'max-width: 640px;overflow-x: hidden;overflow-y: auto;',
|
|
31
|
+
WFI_3: 'height: 100%;',
|
|
32
|
+
WFI_4: 'overflow-x: hidden;overflow-y: auto;',
|
|
33
|
+
WFI_5: 'max-width: 640px;height: 100%;',
|
|
34
|
+
WFI_6: 'height: 100%;'
|
|
35
|
+
}[layoutType]);
|
|
36
|
+
}, function (_a) {
|
|
37
|
+
var containerColor = _a.containerColor;
|
|
38
|
+
return "background-color: " + containerColor;
|
|
39
|
+
});
|
|
40
|
+
var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n ", ";\n ", ";\n"])), function (_a) {
|
|
41
|
+
var theme = _a.theme;
|
|
42
|
+
return theme.ui_contentscontainer02_background;
|
|
43
|
+
}, function (_a) {
|
|
44
|
+
var theme = _a.theme;
|
|
45
|
+
return theme.ui_container_divider;
|
|
46
|
+
}, function (_a) {
|
|
47
|
+
var layoutType = _a.layoutType;
|
|
48
|
+
return ({
|
|
49
|
+
WFI_1: 'flex-grow: 1;height: 100%;',
|
|
50
|
+
WFI_2: 'flex-grow: 1;overflow-x: hidden;overflow-y: auto;',
|
|
51
|
+
WFI_3: 'width: 50%;height: 100%;',
|
|
52
|
+
WFI_4: 'width: 50%;overflow-x: hidden;overflow-y: auto;',
|
|
53
|
+
WFI_5: 'flex-grow: 1;overflow-x: hidden;overflow-y: auto;',
|
|
54
|
+
WFI_6: 'width: 50%;overflow-x: hidden;overflow-y: auto;'
|
|
55
|
+
}[layoutType]);
|
|
56
|
+
}, function (_a) {
|
|
57
|
+
var containerColor = _a.containerColor;
|
|
58
|
+
return "background-color: " + containerColor;
|
|
59
|
+
});
|
|
60
|
+
var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
|
|
61
|
+
var layoutType = _a.layoutType;
|
|
62
|
+
return ({
|
|
63
|
+
WFI_1: 'height: 100%;',
|
|
64
|
+
WFI_2: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
65
|
+
WFI_3: 'height: 100%;',
|
|
66
|
+
WFI_4: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
67
|
+
WFI_5: 'height: 100%;',
|
|
68
|
+
WFI_6: 'height: 100%;'
|
|
69
|
+
}[layoutType]);
|
|
70
|
+
}, function (_a) {
|
|
71
|
+
var areaColor = _a.areaColor;
|
|
72
|
+
return "background-color: " + areaColor;
|
|
73
|
+
});
|
|
74
|
+
var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
|
|
75
|
+
var layoutType = _a.layoutType;
|
|
76
|
+
return ({
|
|
77
|
+
WFI_1: 'height: 100%;',
|
|
78
|
+
WFI_2: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
79
|
+
WFI_3: 'height: 100%;',
|
|
80
|
+
WFI_4: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
81
|
+
WFI_5: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
|
|
82
|
+
WFI_6: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;'
|
|
83
|
+
}[layoutType]);
|
|
84
|
+
}, function (_a) {
|
|
85
|
+
var areaColor = _a.areaColor;
|
|
86
|
+
return "background-color: " + areaColor;
|
|
87
|
+
});
|
|
88
|
+
var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
|
|
89
|
+
var layoutType = _a.layoutType;
|
|
90
|
+
return ({
|
|
91
|
+
WFI_1: 'height: 100%;overflow: hidden;',
|
|
92
|
+
WFI_2: '',
|
|
93
|
+
WFI_3: 'height: 100%;overflow: hidden;',
|
|
94
|
+
WFI_4: '',
|
|
95
|
+
WFI_5: 'height: 100%;overflow: hidden;',
|
|
96
|
+
WFI_6: 'height: 100%;overflow: hidden;'
|
|
97
|
+
}[layoutType]);
|
|
98
|
+
});
|
|
99
|
+
var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
|
|
100
|
+
var layoutType = _a.layoutType;
|
|
101
|
+
return ({
|
|
102
|
+
WFI_1: 'height: 100%;overflow: hidden;',
|
|
103
|
+
WFI_2: '',
|
|
104
|
+
WFI_3: 'height: 100%;overflow: hidden;',
|
|
105
|
+
WFI_4: '',
|
|
106
|
+
WFI_5: '',
|
|
107
|
+
WFI_6: ''
|
|
108
|
+
}[layoutType]);
|
|
109
|
+
});
|
|
110
|
+
exports.default = WFI;
|
|
111
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
var WFJ = function (_a) {
|
|
13
|
+
var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
|
|
15
|
+
react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
|
|
16
|
+
react_1.default.createElement(S_Content1, null, content1))));
|
|
17
|
+
};
|
|
18
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n ", ";\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
22
|
+
var containerColor = _a.containerColor;
|
|
23
|
+
return "background-color: " + containerColor;
|
|
24
|
+
});
|
|
25
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n padding-top: 24px;\n ", ";\n"], ["\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n padding-top: 24px;\n ", ";\n"])), function (_a) {
|
|
26
|
+
var areaColor = _a.areaColor;
|
|
27
|
+
return "background-color: " + areaColor;
|
|
28
|
+
});
|
|
29
|
+
var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
|
|
30
|
+
exports.default = WFJ;
|
|
31
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type WFKProps = {
|
|
3
|
+
content1?: JSX.Element;
|
|
4
|
+
content2?: JSX.Element;
|
|
5
|
+
containerColor?: string;
|
|
6
|
+
areaColor?: string;
|
|
7
|
+
};
|
|
8
|
+
declare const WFK: ({ content1, content2, containerColor, areaColor }: WFKProps) => JSX.Element;
|
|
9
|
+
export default WFK;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
var WFK = function (_a) {
|
|
13
|
+
var content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_Box, null,
|
|
15
|
+
react_1.default.createElement(S_ContentsContainer1, { containerColor: containerColor },
|
|
16
|
+
react_1.default.createElement(S_ContentsArea1, { areaColor: areaColor },
|
|
17
|
+
react_1.default.createElement(S_Content1, null, content1))),
|
|
18
|
+
react_1.default.createElement(S_ContentsContainer2, { containerColor: containerColor },
|
|
19
|
+
react_1.default.createElement(S_ContentsArea2, { areaColor: areaColor },
|
|
20
|
+
react_1.default.createElement(S_Content2, null, content2)))));
|
|
21
|
+
};
|
|
22
|
+
var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
|
|
23
|
+
var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 360px;\n width: 30%;\n height: 100%;\n ", ";\n"], ["\n background-color: ", ";\n min-width: 360px;\n width: 30%;\n height: 100%;\n ", ";\n"])), function (_a) {
|
|
24
|
+
var theme = _a.theme;
|
|
25
|
+
return theme.ui_contentscontainer01_background;
|
|
26
|
+
}, function (_a) {
|
|
27
|
+
var containerColor = _a.containerColor;
|
|
28
|
+
return "background-color: " + containerColor;
|
|
29
|
+
});
|
|
30
|
+
var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 360px;\n width: 70%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 360px;\n width: 70%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
|
|
31
|
+
var theme = _a.theme;
|
|
32
|
+
return theme.ui_contentscontainer02_background;
|
|
33
|
+
}, function (_a) {
|
|
34
|
+
var theme = _a.theme;
|
|
35
|
+
return theme.ui_container_divider;
|
|
36
|
+
}, function (_a) {
|
|
37
|
+
var containerColor = _a.containerColor;
|
|
38
|
+
return "background-color: " + containerColor;
|
|
39
|
+
});
|
|
40
|
+
var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n height: 100%;\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n height: 100%;\n ", ";\n"])), function (_a) {
|
|
41
|
+
var areaColor = _a.areaColor;
|
|
42
|
+
return "background-color: " + areaColor;
|
|
43
|
+
});
|
|
44
|
+
var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n padding-left: 24px;\n padding-right: 24px;\n padding-bottom: 88px;\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n padding-left: 24px;\n padding-right: 24px;\n padding-bottom: 88px;\n ", ";\n"])), function (_a) {
|
|
45
|
+
var areaColor = _a.areaColor;
|
|
46
|
+
return "background-color: " + areaColor;
|
|
47
|
+
});
|
|
48
|
+
var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
|
|
49
|
+
var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
50
|
+
exports.default = WFK;
|
|
51
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
|
|
@@ -3,3 +3,9 @@ export { default as WFB } from './WFB';
|
|
|
3
3
|
export { default as WFC } from './WFC';
|
|
4
4
|
export { default as WFD } from './WFD';
|
|
5
5
|
export { default as WFE } from './WFE';
|
|
6
|
+
export { default as WFF } from './WFF';
|
|
7
|
+
export { default as WFG } from './WFG';
|
|
8
|
+
export { default as WFH } from './WFH';
|
|
9
|
+
export { default as WFI } from './WFI';
|
|
10
|
+
export { default as WFJ } from './WFJ';
|
|
11
|
+
export { default as WFK } from './WFK';
|
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.WFE = exports.WFD = exports.WFC = exports.WFB = exports.WFA = void 0;
|
|
6
|
+
exports.WFK = exports.WFJ = exports.WFI = exports.WFH = exports.WFG = exports.WFF = exports.WFE = exports.WFD = exports.WFC = exports.WFB = exports.WFA = void 0;
|
|
7
7
|
var WFA_1 = require("./WFA");
|
|
8
8
|
Object.defineProperty(exports, "WFA", { enumerable: true, get: function () { return __importDefault(WFA_1).default; } });
|
|
9
9
|
var WFB_1 = require("./WFB");
|
|
@@ -14,3 +14,15 @@ var WFD_1 = require("./WFD");
|
|
|
14
14
|
Object.defineProperty(exports, "WFD", { enumerable: true, get: function () { return __importDefault(WFD_1).default; } });
|
|
15
15
|
var WFE_1 = require("./WFE");
|
|
16
16
|
Object.defineProperty(exports, "WFE", { enumerable: true, get: function () { return __importDefault(WFE_1).default; } });
|
|
17
|
+
var WFF_1 = require("./WFF");
|
|
18
|
+
Object.defineProperty(exports, "WFF", { enumerable: true, get: function () { return __importDefault(WFF_1).default; } });
|
|
19
|
+
var WFG_1 = require("./WFG");
|
|
20
|
+
Object.defineProperty(exports, "WFG", { enumerable: true, get: function () { return __importDefault(WFG_1).default; } });
|
|
21
|
+
var WFH_1 = require("./WFH");
|
|
22
|
+
Object.defineProperty(exports, "WFH", { enumerable: true, get: function () { return __importDefault(WFH_1).default; } });
|
|
23
|
+
var WFI_1 = require("./WFI");
|
|
24
|
+
Object.defineProperty(exports, "WFI", { enumerable: true, get: function () { return __importDefault(WFI_1).default; } });
|
|
25
|
+
var WFJ_1 = require("./WFJ");
|
|
26
|
+
Object.defineProperty(exports, "WFJ", { enumerable: true, get: function () { return __importDefault(WFJ_1).default; } });
|
|
27
|
+
var WFK_1 = require("./WFK");
|
|
28
|
+
Object.defineProperty(exports, "WFK", { enumerable: true, get: function () { return __importDefault(WFK_1).default; } });
|
|
@@ -15,7 +15,10 @@ var PageMenu = function (_a) {
|
|
|
15
15
|
react_1.default.createElement(S_PageMenuArea, null,
|
|
16
16
|
react_1.default.createElement(S_PageMenuContent, null, pageMenuContent))));
|
|
17
17
|
};
|
|
18
|
-
var S_PageMenuContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n
|
|
18
|
+
var S_PageMenuContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_pagemenucontainer_background;
|
|
21
|
+
});
|
|
19
22
|
var S_PageMenuArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
20
23
|
var S_PageMenuContent = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 64px;\n overflow: hidden;\n"], ["\n height: 64px;\n overflow: hidden;\n"])));
|
|
21
24
|
exports.default = PageMenu;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type SubMenuContainerProps = {
|
|
3
|
+
subMenuType?: 'left_sub_menu';
|
|
4
|
+
subMenuContent?: JSX.Element;
|
|
5
|
+
};
|
|
6
|
+
declare const SubMenuContainer: ({ subMenuType, subMenuContent }: SubMenuContainerProps) => JSX.Element;
|
|
7
|
+
export default SubMenuContainer;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var react_1 = __importDefault(require("react"));
|
|
7
|
+
var variation_1 = require("./variation");
|
|
8
|
+
var SubMenuContainer = function (_a) {
|
|
9
|
+
var _b = _a.subMenuType, subMenuType = _b === void 0 ? 'left_sub_menu' : _b, subMenuContent = _a.subMenuContent;
|
|
10
|
+
return (react_1.default.createElement(react_1.default.Fragment, null, {
|
|
11
|
+
left_sub_menu: react_1.default.createElement(variation_1.LeftSubMenu, null, subMenuContent)
|
|
12
|
+
}[subMenuType]));
|
|
13
|
+
};
|
|
14
|
+
exports.default = SubMenuContainer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as SubMenuContainer } from './SubMenuContainer';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.SubMenuContainer = void 0;
|
|
7
|
+
var SubMenuContainer_1 = require("./SubMenuContainer");
|
|
8
|
+
Object.defineProperty(exports, "SubMenuContainer", { enumerable: true, get: function () { return __importDefault(SubMenuContainer_1).default; } });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
var LeftSubMenu = function (_a) {
|
|
13
|
+
var children = _a.children;
|
|
14
|
+
return (react_1.default.createElement(S_LeftSubMenuContainer, null,
|
|
15
|
+
react_1.default.createElement(S_LeftSubMenuArea, null,
|
|
16
|
+
react_1.default.createElement(S_LeftSubMenuContent, null, children))));
|
|
17
|
+
};
|
|
18
|
+
var S_LeftSubMenuContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n height: 100%;\n min-width: 240px;\n overflow-x: hidden;\n overflow-y: auto;\n"], ["\n background-color: ", ";\n height: 100%;\n min-width: 240px;\n overflow-x: hidden;\n overflow-y: auto;\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_submenucontainer_background;
|
|
21
|
+
});
|
|
22
|
+
var S_LeftSubMenuArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
23
|
+
var S_LeftSubMenuContent = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 240px;\n"], ["\n width: 240px;\n"])));
|
|
24
|
+
exports.default = LeftSubMenu;
|
|
25
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftSubMenu } from './LeftSubMenu';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.LeftSubMenu = void 0;
|
|
7
|
+
var LeftSubMenu_1 = require("./LeftSubMenu");
|
|
8
|
+
Object.defineProperty(exports, "LeftSubMenu", { enumerable: true, get: function () { return __importDefault(LeftSubMenu_1).default; } });
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type TabMenuContainerProps = {
|
|
3
|
+
tabMenuType: 'tab_menu';
|
|
4
|
+
tabMenuContent?: JSX.Element;
|
|
5
|
+
};
|
|
6
|
+
declare const TabMenuContainer: ({ tabMenuType, tabMenuContent }: TabMenuContainerProps) => JSX.Element;
|
|
7
|
+
export default TabMenuContainer;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var react_1 = __importDefault(require("react"));
|
|
7
|
+
var variation_1 = require("./variation");
|
|
8
|
+
var TabMenuContainer = function (_a) {
|
|
9
|
+
var tabMenuType = _a.tabMenuType, tabMenuContent = _a.tabMenuContent;
|
|
10
|
+
return (react_1.default.createElement(react_1.default.Fragment, null, {
|
|
11
|
+
tab_menu: react_1.default.createElement(variation_1.TabMenu, null, tabMenuContent)
|
|
12
|
+
}[tabMenuType]));
|
|
13
|
+
};
|
|
14
|
+
exports.default = TabMenuContainer;
|