iglooform 2.4.8 → 2.4.9
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/es/admin-upload/float.js +25 -35
- package/es/admin-upload/index.js +18 -25
- package/es/admin-upload/job-list.js +83 -113
- package/es/admin-upload/modal.js +19 -26
- package/es/alert-message/index.js +11 -9
- package/es/amount/index.js +10 -5
- package/es/back-top/index.js +14 -10
- package/es/button/index.js +21 -26
- package/es/card-detail/card-group.js +16 -22
- package/es/card-detail/card-item.js +15 -20
- package/es/card-detail/card-page.js +11 -15
- package/es/card-detail/card.js +24 -24
- package/es/card-detail/utils.js +3 -4
- package/es/checkbox/index.js +23 -22
- package/es/claim-list/index.js +51 -68
- package/es/confirmation/index.js +5 -7
- package/es/date-picker/buddhist.js +1 -1
- package/es/date-picker/index.js +10 -4
- package/es/declaration/index.js +16 -13
- package/es/detail-panel/index.js +67 -83
- package/es/documents/index.js +6 -8
- package/es/example/index.js +3 -4
- package/es/filter/checkBox.js +33 -45
- package/es/filter/customize.js +3 -4
- package/es/filter/index.js +79 -107
- package/es/filter/radioBox.js +23 -31
- package/es/filter/rangePicker.js +43 -59
- package/es/form/divider/index.js +7 -1
- package/es/form/element/index.js +28 -36
- package/es/form/element/style/index.less +4 -0
- package/es/form/index.js +9 -12
- package/es/form/login/index.js +14 -19
- package/es/form/page/index.js +17 -23
- package/es/form/pages/index.js +22 -30
- package/es/form/section/index.js +11 -14
- package/es/form/step/index.js +30 -41
- package/es/form/steps/index.js +6 -8
- package/es/free-form/element/index.js +21 -27
- package/es/free-form/element/style/index.less +4 -0
- package/es/free-form/index.js +9 -12
- package/es/free-form/page/index.js +28 -39
- package/es/free-form/pages/index.js +6 -8
- package/es/free-form/section/index.js +11 -14
- package/es/free-form/step/index.js +30 -41
- package/es/free-form/steps/index.js +6 -8
- package/es/home-menu/index.js +52 -71
- package/es/input/amount.js +10 -5
- package/es/input/credit-card.js +7 -1
- package/es/input/email.js +8 -1
- package/es/input/expiry-date.js +12 -16
- package/es/input/input-date.js +12 -16
- package/es/input/input-number.js +9 -2
- package/es/input/input.js +9 -2
- package/es/input/otp.js +17 -15
- package/es/input/password.js +12 -6
- package/es/input/phone-number.js +6 -8
- package/es/input/text-area.js +14 -10
- package/es/layout/defaultFooter.js +60 -82
- package/es/layout/defaultHeader.js +11 -15
- package/es/layout/footer.js +108 -148
- package/es/layout/header.js +50 -59
- package/es/layout/index.js +16 -12
- package/es/locale/locale-provider.js +6 -8
- package/es/login-page/index.js +30 -42
- package/es/media/index.js +20 -27
- package/es/media/media.js +9 -12
- package/es/media/preview.js +6 -8
- package/es/mobile-insurer-detail/index.js +74 -91
- package/es/mobile-insurer-list/index.js +34 -38
- package/es/modal/index.js +20 -25
- package/es/platform/platform-card/index.js +9 -12
- package/es/platform/switch-platform/index.js +24 -32
- package/es/policy-list/index.js +9 -12
- package/es/policy-list/policy-card.js +119 -153
- package/es/radio/index.js +33 -35
- package/es/select/attached-select.js +31 -34
- package/es/select/select.js +12 -8
- package/es/select/time-select.js +12 -16
- package/es/status-box/index.js +6 -8
- package/es/table/index.js +69 -93
- package/es/tabs/index.js +7 -1
- package/es/typography/index.js +6 -8
- package/es/upload/index.js +48 -66
- package/es/upload-photo/index.js +47 -63
- package/es/upload-photo/media.js +3 -4
- package/es/upload-preview/index.js +9 -12
- package/es/upload-preview/media.js +12 -16
- package/es/utils/form-utils.js +18 -25
- package/lib/admin-upload/float.js +25 -35
- package/lib/admin-upload/index.js +18 -25
- package/lib/admin-upload/job-list.js +83 -113
- package/lib/admin-upload/modal.js +19 -26
- package/lib/alert-message/index.js +11 -9
- package/lib/amount/index.js +10 -5
- package/lib/back-top/index.js +14 -10
- package/lib/button/index.js +22 -27
- package/lib/card-detail/card-group.js +16 -22
- package/lib/card-detail/card-item.js +15 -20
- package/lib/card-detail/card-page.js +11 -15
- package/lib/card-detail/card.js +24 -24
- package/lib/card-detail/index.js +6 -6
- package/lib/card-detail/utils.js +4 -5
- package/lib/checkbox/index.js +24 -23
- package/lib/claim-list/index.js +51 -68
- package/lib/confirmation/index.js +5 -7
- package/lib/date-picker/buddhist.js +1 -1
- package/lib/date-picker/index.js +11 -5
- package/lib/declaration/index.js +16 -13
- package/lib/detail-panel/index.js +67 -83
- package/lib/documents/index.js +6 -8
- package/lib/example/index.js +3 -4
- package/lib/filter/checkBox.js +33 -45
- package/lib/filter/customize.js +3 -4
- package/lib/filter/index.js +79 -107
- package/lib/filter/radioBox.js +23 -31
- package/lib/filter/rangePicker.js +43 -59
- package/lib/form/divider/index.js +7 -1
- package/lib/form/element/index.js +28 -36
- package/lib/form/element/style/index.less +4 -0
- package/lib/form/index.js +9 -12
- package/lib/form/login/index.js +14 -19
- package/lib/form/page/index.js +17 -23
- package/lib/form/pages/index.js +22 -30
- package/lib/form/section/index.js +11 -14
- package/lib/form/step/index.js +30 -41
- package/lib/form/steps/index.js +6 -8
- package/lib/free-form/element/index.js +21 -27
- package/lib/free-form/element/style/index.less +4 -0
- package/lib/free-form/index.js +9 -12
- package/lib/free-form/page/index.js +28 -39
- package/lib/free-form/pages/index.js +6 -8
- package/lib/free-form/section/index.js +11 -14
- package/lib/free-form/step/index.js +30 -41
- package/lib/free-form/steps/index.js +6 -8
- package/lib/home-menu/index.js +52 -71
- package/lib/index.js +132 -132
- package/lib/input/amount.js +10 -5
- package/lib/input/credit-card.js +7 -1
- package/lib/input/email.js +7 -1
- package/lib/input/expiry-date.js +12 -16
- package/lib/input/index.js +18 -18
- package/lib/input/input-date.js +12 -16
- package/lib/input/input-number.js +8 -2
- package/lib/input/input.js +8 -2
- package/lib/input/otp.js +17 -15
- package/lib/input/password.js +11 -6
- package/lib/input/phone-number.js +6 -8
- package/lib/input/text-area.js +14 -10
- package/lib/layout/defaultFooter.js +60 -82
- package/lib/layout/defaultHeader.js +11 -15
- package/lib/layout/footer.js +108 -148
- package/lib/layout/header.js +50 -59
- package/lib/layout/index.js +15 -12
- package/lib/locale/format-message.js +1 -1
- package/lib/locale/index.js +4 -4
- package/lib/locale/locale-provider.js +7 -9
- package/lib/login-page/index.js +30 -42
- package/lib/media/index.js +20 -27
- package/lib/media/media.js +9 -12
- package/lib/media/preview.js +6 -8
- package/lib/mobile-insurer-detail/index.js +74 -91
- package/lib/mobile-insurer-list/index.js +34 -38
- package/lib/modal/index.js +20 -25
- package/lib/platform/platform-card/index.js +9 -12
- package/lib/platform/switch-platform/index.js +24 -32
- package/lib/policy-list/index.js +9 -12
- package/lib/policy-list/policy-card.js +119 -153
- package/lib/radio/index.js +33 -35
- package/lib/select/attached-select.js +32 -35
- package/lib/select/select.js +13 -9
- package/lib/select/time-select.js +12 -16
- package/lib/status-box/index.js +6 -8
- package/lib/table/index.js +69 -93
- package/lib/tabs/index.js +8 -2
- package/lib/typography/index.js +6 -8
- package/lib/upload/index.js +48 -66
- package/lib/upload-photo/index.js +47 -63
- package/lib/upload-photo/media.js +3 -4
- package/lib/upload-preview/index.js +9 -12
- package/lib/upload-preview/media.js +12 -16
- package/lib/utils/form-utils.js +19 -26
- package/package.json +1 -1
|
@@ -13,125 +13,103 @@ var DefaultFooter = function DefaultFooter() {
|
|
|
13
13
|
var _useBreakpoint = useBreakpoint(),
|
|
14
14
|
md = _useBreakpoint.md;
|
|
15
15
|
|
|
16
|
-
return md ? _jsx("div",
|
|
17
|
-
className: "igloo-layout-footer"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}, {
|
|
22
|
-
children: [_jsx(_Space, Object.assign({
|
|
16
|
+
return md ? _jsx("div", {
|
|
17
|
+
className: "igloo-layout-footer",
|
|
18
|
+
children: _jsxs("div", {
|
|
19
|
+
className: "footer-content",
|
|
20
|
+
children: [_jsx(_Space, {
|
|
23
21
|
size: 32,
|
|
24
22
|
align: "start",
|
|
25
|
-
className: "footer-top"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
className: "top-left"
|
|
29
|
-
}, {
|
|
23
|
+
className: "footer-top",
|
|
24
|
+
children: _jsx("div", {
|
|
25
|
+
className: "top-left",
|
|
30
26
|
children: _jsx("div", {
|
|
31
27
|
className: "igloo-logo"
|
|
32
28
|
}, void 0)
|
|
33
|
-
}
|
|
34
|
-
}
|
|
29
|
+
}, void 0)
|
|
30
|
+
}, void 0), _jsx("div", {
|
|
35
31
|
className: "footer-divider"
|
|
36
|
-
}, void 0), _jsxs("div",
|
|
37
|
-
className: "footer-bottom"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
level: "body3"
|
|
41
|
-
}, {
|
|
32
|
+
}, void 0), _jsxs("div", {
|
|
33
|
+
className: "footer-bottom",
|
|
34
|
+
children: [_jsx(Typography, {
|
|
35
|
+
level: "body3",
|
|
42
36
|
children: "\xA9 ".concat(new Date().getFullYear(), " Powered by Axinan Pte Ltd. All Rights Reserved.")
|
|
43
|
-
}
|
|
44
|
-
level: "body3"
|
|
45
|
-
|
|
46
|
-
children: [_jsx(Button, Object.assign({
|
|
37
|
+
}, void 0), _jsxs(Typography, {
|
|
38
|
+
level: "body3",
|
|
39
|
+
children: [_jsx(Button, {
|
|
47
40
|
type: "text",
|
|
48
41
|
onClick: function onClick() {
|
|
49
42
|
return window.open('https://contents.iglooinsure.com/privacypolicy');
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
level: "body3"
|
|
54
|
-
}, {
|
|
43
|
+
},
|
|
44
|
+
children: _jsx(Typography, {
|
|
45
|
+
level: "body3",
|
|
55
46
|
children: "Privacy Policy"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
47
|
+
}, void 0)
|
|
48
|
+
}, void 0), ' ', _jsx("span", {
|
|
58
49
|
style: {
|
|
59
50
|
margin: '0px 16px'
|
|
60
|
-
}
|
|
61
|
-
}, {
|
|
51
|
+
},
|
|
62
52
|
children: "|"
|
|
63
|
-
}
|
|
53
|
+
}, void 0), _jsx(Button, {
|
|
64
54
|
type: "text",
|
|
65
55
|
onClick: function onClick() {
|
|
66
56
|
return window.open('https://contents.iglooinsure.com/termsofservice');
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
level: "body3"
|
|
71
|
-
}, {
|
|
57
|
+
},
|
|
58
|
+
children: _jsx(Typography, {
|
|
59
|
+
level: "body3",
|
|
72
60
|
children: "Terms of Service"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
className: "igloo-layout-footer"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
className: "footer-content"
|
|
83
|
-
}, {
|
|
61
|
+
}, void 0)
|
|
62
|
+
}, void 0)]
|
|
63
|
+
}, void 0)]
|
|
64
|
+
}, void 0)]
|
|
65
|
+
}, void 0)
|
|
66
|
+
}, void 0) : _jsx("div", {
|
|
67
|
+
className: "igloo-layout-footer",
|
|
68
|
+
children: _jsxs("div", {
|
|
69
|
+
className: "footer-content",
|
|
84
70
|
children: [_jsx("div", {
|
|
85
71
|
className: "igloo-logo"
|
|
86
|
-
}, void 0), _jsxs("div",
|
|
87
|
-
className: "footer-bottom"
|
|
88
|
-
}, {
|
|
72
|
+
}, void 0), _jsxs("div", {
|
|
73
|
+
className: "footer-bottom",
|
|
89
74
|
children: [_jsx("div", {
|
|
90
|
-
children: _jsxs(Typography,
|
|
91
|
-
level: "body3"
|
|
92
|
-
}, {
|
|
75
|
+
children: _jsxs(Typography, {
|
|
76
|
+
level: "body3",
|
|
93
77
|
children: ["\xA9 ".concat(new Date().getFullYear(), " Powered by Axinan Pte Ltd."), _jsx("div", {
|
|
94
78
|
children: "All Rights Reserved."
|
|
95
79
|
}, void 0)]
|
|
96
|
-
}
|
|
80
|
+
}, void 0)
|
|
97
81
|
}, void 0), _jsx("div", {
|
|
98
|
-
children: _jsxs(Typography,
|
|
99
|
-
level: "body3"
|
|
100
|
-
|
|
101
|
-
children: [_jsx(Button, Object.assign({
|
|
82
|
+
children: _jsxs(Typography, {
|
|
83
|
+
level: "body3",
|
|
84
|
+
children: [_jsx(Button, {
|
|
102
85
|
type: "text",
|
|
103
86
|
onClick: function onClick() {
|
|
104
87
|
return window.open('https://contents.iglooinsure.com/privacypolicy');
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
level: "body3"
|
|
109
|
-
}, {
|
|
88
|
+
},
|
|
89
|
+
children: _jsx(Typography, {
|
|
90
|
+
level: "body3",
|
|
110
91
|
children: "Privacy Policy"
|
|
111
|
-
}
|
|
112
|
-
}
|
|
92
|
+
}, void 0)
|
|
93
|
+
}, void 0), ' ', _jsx("span", {
|
|
113
94
|
style: {
|
|
114
95
|
margin: '0px 16px'
|
|
115
|
-
}
|
|
116
|
-
}, {
|
|
96
|
+
},
|
|
117
97
|
children: "|"
|
|
118
|
-
}
|
|
98
|
+
}, void 0), ' ', _jsx(Button, {
|
|
119
99
|
type: "text",
|
|
120
100
|
onClick: function onClick() {
|
|
121
101
|
return window.open('https://contents.iglooinsure.com/termsofservice');
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
level: "body3"
|
|
126
|
-
}, {
|
|
102
|
+
},
|
|
103
|
+
children: _jsx(Typography, {
|
|
104
|
+
level: "body3",
|
|
127
105
|
children: "Terms of Service"
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
106
|
+
}, void 0)
|
|
107
|
+
}, void 0)]
|
|
108
|
+
}, void 0)
|
|
131
109
|
}, void 0)]
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
110
|
+
}, void 0)]
|
|
111
|
+
}, void 0)
|
|
112
|
+
}, void 0);
|
|
135
113
|
};
|
|
136
114
|
|
|
137
115
|
export default DefaultFooter;
|
|
@@ -10,31 +10,27 @@ var DefaultHeader = function DefaultHeader() {
|
|
|
10
10
|
var _useBreakpoint = useBreakpoint(),
|
|
11
11
|
md = _useBreakpoint.md;
|
|
12
12
|
|
|
13
|
-
return md ? _jsx("div",
|
|
13
|
+
return md ? _jsx("div", {
|
|
14
14
|
className: classnames({
|
|
15
15
|
'igloo-layout-header': true
|
|
16
|
-
})
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
children: _jsx("div", Object.assign({
|
|
22
|
-
className: "header-left"
|
|
23
|
-
}, {
|
|
16
|
+
}),
|
|
17
|
+
children: _jsx("div", {
|
|
18
|
+
className: "header-content",
|
|
19
|
+
children: _jsx("div", {
|
|
20
|
+
className: "header-left",
|
|
24
21
|
children: _jsx("div", {
|
|
25
22
|
className: "igloo-logo"
|
|
26
23
|
}, void 0)
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
24
|
+
}, void 0)
|
|
25
|
+
}, void 0)
|
|
26
|
+
}, void 0) : _jsx("div", {
|
|
30
27
|
className: classnames({
|
|
31
28
|
'igloo-layout-header': true
|
|
32
|
-
})
|
|
33
|
-
}, {
|
|
29
|
+
}),
|
|
34
30
|
children: _jsx("div", {
|
|
35
31
|
className: "igloo-logo"
|
|
36
32
|
}, void 0)
|
|
37
|
-
}
|
|
33
|
+
}, void 0);
|
|
38
34
|
};
|
|
39
35
|
|
|
40
36
|
export default DefaultHeader;
|
package/es/layout/footer.js
CHANGED
|
@@ -21,196 +21,163 @@ var LayoutFooter = function LayoutFooter(_ref) {
|
|
|
21
21
|
md = _useBreakpoint.md;
|
|
22
22
|
|
|
23
23
|
var topRightContent = companyInfoRender ? companyInfoRender() : _jsxs(_Fragment, {
|
|
24
|
-
children: [_jsxs("div",
|
|
25
|
-
className: "no-address-info"
|
|
26
|
-
|
|
27
|
-
children: [tel && _jsxs("div", Object.assign({
|
|
24
|
+
children: [_jsxs("div", {
|
|
25
|
+
className: "no-address-info",
|
|
26
|
+
children: [tel && _jsxs("div", {
|
|
28
27
|
className: "info-container",
|
|
29
28
|
style: {
|
|
30
29
|
alignItems: 'center'
|
|
31
|
-
}
|
|
32
|
-
}, {
|
|
30
|
+
},
|
|
33
31
|
children: [_jsx(PhoneOutlined, {}, void 0), _jsx("div", {
|
|
34
|
-
children: typeof tel === 'string' ? _jsx(Typography,
|
|
32
|
+
children: typeof tel === 'string' ? _jsx(Typography, {
|
|
35
33
|
level: "body2",
|
|
36
|
-
className: "info-span"
|
|
37
|
-
}, {
|
|
34
|
+
className: "info-span",
|
|
38
35
|
children: tel
|
|
39
|
-
}
|
|
36
|
+
}, void 0) : tel
|
|
40
37
|
}, void 0)]
|
|
41
|
-
}
|
|
38
|
+
}, void 0), email && _jsxs("div", {
|
|
42
39
|
className: "info-container",
|
|
43
40
|
style: {
|
|
44
41
|
alignItems: 'center'
|
|
45
|
-
}
|
|
46
|
-
}, {
|
|
42
|
+
},
|
|
47
43
|
children: [_jsx(EmailOutlined, {}, void 0), _jsx("div", {
|
|
48
|
-
children: typeof email === 'string' ? _jsx(Typography,
|
|
44
|
+
children: typeof email === 'string' ? _jsx(Typography, {
|
|
49
45
|
level: "body2",
|
|
50
|
-
className: "info-span"
|
|
51
|
-
}, {
|
|
46
|
+
className: "info-span",
|
|
52
47
|
children: email
|
|
53
|
-
}
|
|
48
|
+
}, void 0) : email
|
|
54
49
|
}, void 0)]
|
|
55
|
-
}
|
|
56
|
-
className: "info-container"
|
|
57
|
-
}, {
|
|
50
|
+
}, void 0), workTime && _jsxs("div", {
|
|
51
|
+
className: "info-container",
|
|
58
52
|
children: [_jsx(TimeOutlined, {}, void 0), _jsx("div", {
|
|
59
|
-
children: typeof workTime === 'string' ? _jsx(Typography,
|
|
53
|
+
children: typeof workTime === 'string' ? _jsx(Typography, {
|
|
60
54
|
level: "body2",
|
|
61
|
-
className: "info-span"
|
|
62
|
-
}, {
|
|
55
|
+
className: "info-span",
|
|
63
56
|
children: workTime
|
|
64
|
-
}
|
|
57
|
+
}, void 0) : workTime
|
|
65
58
|
}, void 0)]
|
|
66
|
-
}
|
|
67
|
-
}
|
|
59
|
+
}, void 0)]
|
|
60
|
+
}, void 0), address && _jsxs(_Space, {
|
|
68
61
|
size: 16,
|
|
69
|
-
align: "start"
|
|
70
|
-
}, {
|
|
62
|
+
align: "start",
|
|
71
63
|
children: [_jsx(LocationOutlined, {
|
|
72
64
|
style: {
|
|
73
65
|
fontSize: 24
|
|
74
66
|
}
|
|
75
67
|
}, void 0), _jsx("div", {
|
|
76
|
-
children: typeof address === 'string' ? _jsx(Typography,
|
|
68
|
+
children: typeof address === 'string' ? _jsx(Typography, {
|
|
77
69
|
level: "body2",
|
|
78
|
-
className: "info-span"
|
|
79
|
-
}, {
|
|
70
|
+
className: "info-span",
|
|
80
71
|
children: address
|
|
81
|
-
}
|
|
72
|
+
}, void 0) : address
|
|
82
73
|
}, void 0)]
|
|
83
|
-
}
|
|
74
|
+
}, void 0)]
|
|
84
75
|
}, void 0);
|
|
85
76
|
|
|
86
77
|
if (md) {
|
|
87
|
-
return _jsx("div",
|
|
88
|
-
className: "igloo-layout-footer"
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}, {
|
|
93
|
-
children: [_jsxs(_Space, Object.assign({
|
|
78
|
+
return _jsx("div", {
|
|
79
|
+
className: "igloo-layout-footer",
|
|
80
|
+
children: _jsxs("div", {
|
|
81
|
+
className: "footer-content",
|
|
82
|
+
children: [_jsxs(_Space, {
|
|
94
83
|
size: 32,
|
|
95
84
|
align: "start",
|
|
96
|
-
className: "footer-top"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
className: "top-left"
|
|
100
|
-
}, {
|
|
85
|
+
className: "footer-top",
|
|
86
|
+
children: [_jsx("div", {
|
|
87
|
+
className: "top-left",
|
|
101
88
|
children: _jsx("div", {
|
|
102
89
|
className: "igloo-logo"
|
|
103
90
|
}, void 0)
|
|
104
|
-
}
|
|
105
|
-
}
|
|
91
|
+
}, void 0), topRightContent]
|
|
92
|
+
}, void 0), _jsx("div", {
|
|
106
93
|
className: "footer-divider"
|
|
107
|
-
}, void 0), _jsxs("div",
|
|
108
|
-
className: "footer-bottom"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
level: "body3"
|
|
112
|
-
}, {
|
|
94
|
+
}, void 0), _jsxs("div", {
|
|
95
|
+
className: "footer-bottom",
|
|
96
|
+
children: [copyRightRender ? copyRightRender("\xA9 ".concat(new Date().getFullYear(), " Powered by Igloo. All Rights Reserved.")) : _jsx(Typography, {
|
|
97
|
+
level: "body3",
|
|
113
98
|
children: "\xA9 ".concat(new Date().getFullYear(), " Powered by Igloo. All Rights Reserved.")
|
|
114
|
-
}
|
|
115
|
-
level: "body3"
|
|
116
|
-
|
|
117
|
-
children: [_jsx(Button, Object.assign({
|
|
99
|
+
}, void 0), _jsxs(Typography, {
|
|
100
|
+
level: "body3",
|
|
101
|
+
children: [_jsx(Button, {
|
|
118
102
|
type: "text",
|
|
119
103
|
onClick: function onClick() {
|
|
120
104
|
return window.open('https://contents.iglooinsure.com/privacypolicy');
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
level: "body3"
|
|
125
|
-
}, {
|
|
105
|
+
},
|
|
106
|
+
children: _jsx(Typography, {
|
|
107
|
+
level: "body3",
|
|
126
108
|
children: "Privacy Policy"
|
|
127
|
-
}
|
|
128
|
-
}
|
|
109
|
+
}, void 0)
|
|
110
|
+
}, void 0), ' ', _jsx("span", {
|
|
129
111
|
style: {
|
|
130
112
|
margin: '0px 16px'
|
|
131
|
-
}
|
|
132
|
-
}, {
|
|
113
|
+
},
|
|
133
114
|
children: "|"
|
|
134
|
-
}
|
|
115
|
+
}, void 0), _jsx(Button, {
|
|
135
116
|
type: "text",
|
|
136
117
|
onClick: function onClick() {
|
|
137
118
|
return window.open('https://contents.iglooinsure.com/termsofservice');
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
level: "body3"
|
|
142
|
-
}, {
|
|
119
|
+
},
|
|
120
|
+
children: _jsx(Typography, {
|
|
121
|
+
level: "body3",
|
|
143
122
|
children: "Terms of Service"
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
123
|
+
}, void 0)
|
|
124
|
+
}, void 0)]
|
|
125
|
+
}, void 0)]
|
|
126
|
+
}, void 0)]
|
|
127
|
+
}, void 0)
|
|
128
|
+
}, void 0);
|
|
150
129
|
} else {
|
|
151
|
-
return _jsx("div",
|
|
152
|
-
className: "igloo-layout-footer"
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
className: "footer-content"
|
|
156
|
-
}, {
|
|
130
|
+
return _jsx("div", {
|
|
131
|
+
className: "igloo-layout-footer",
|
|
132
|
+
children: _jsxs("div", {
|
|
133
|
+
className: "footer-content",
|
|
157
134
|
children: [_jsx("div", {
|
|
158
135
|
className: "igloo-logo"
|
|
159
|
-
}, void 0), _jsxs("div",
|
|
160
|
-
className: "compony-info"
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
className: "info-item"
|
|
164
|
-
}, {
|
|
136
|
+
}, void 0), _jsxs("div", {
|
|
137
|
+
className: "compony-info",
|
|
138
|
+
children: [tel && _jsxs("div", {
|
|
139
|
+
className: "info-item",
|
|
165
140
|
children: [_jsx(PhoneOutlined, {}, void 0), _jsx("div", {
|
|
166
|
-
children: typeof tel === 'string' ? _jsx(Typography,
|
|
141
|
+
children: typeof tel === 'string' ? _jsx(Typography, {
|
|
167
142
|
level: "body3",
|
|
168
|
-
className: "info-span"
|
|
169
|
-
}, {
|
|
143
|
+
className: "info-span",
|
|
170
144
|
children: tel
|
|
171
|
-
}
|
|
145
|
+
}, void 0) : tel
|
|
172
146
|
}, void 0)]
|
|
173
|
-
}
|
|
174
|
-
className: "info-item"
|
|
175
|
-
}, {
|
|
147
|
+
}, void 0), email && _jsxs("div", {
|
|
148
|
+
className: "info-item",
|
|
176
149
|
children: [_jsx(EmailOutlined, {}, void 0), _jsx("div", {
|
|
177
|
-
children: typeof email === 'string' ? _jsx(Typography,
|
|
150
|
+
children: typeof email === 'string' ? _jsx(Typography, {
|
|
178
151
|
level: "body3",
|
|
179
|
-
className: "info-span"
|
|
180
|
-
}, {
|
|
152
|
+
className: "info-span",
|
|
181
153
|
children: email
|
|
182
|
-
}
|
|
154
|
+
}, void 0) : email
|
|
183
155
|
}, void 0)]
|
|
184
|
-
}
|
|
185
|
-
className: "info-item"
|
|
186
|
-
}, {
|
|
156
|
+
}, void 0), workTime && _jsxs("div", {
|
|
157
|
+
className: "info-item",
|
|
187
158
|
children: [_jsx(TimeOutlined, {}, void 0), _jsx("div", {
|
|
188
|
-
children: typeof workTime === 'string' ? _jsx(Typography,
|
|
159
|
+
children: typeof workTime === 'string' ? _jsx(Typography, {
|
|
189
160
|
level: "body3",
|
|
190
|
-
className: "info-span"
|
|
191
|
-
}, {
|
|
161
|
+
className: "info-span",
|
|
192
162
|
children: workTime
|
|
193
|
-
}
|
|
163
|
+
}, void 0) : workTime
|
|
194
164
|
}, void 0)]
|
|
195
|
-
}
|
|
196
|
-
className: "info-item"
|
|
197
|
-
}, {
|
|
165
|
+
}, void 0), address && _jsxs("div", {
|
|
166
|
+
className: "info-item",
|
|
198
167
|
children: [_jsx(LocationOutlined, {
|
|
199
168
|
style: {
|
|
200
169
|
fontSize: 24
|
|
201
170
|
}
|
|
202
171
|
}, void 0), _jsx("div", {
|
|
203
|
-
children: typeof address === 'string' ? _jsx(Typography,
|
|
172
|
+
children: typeof address === 'string' ? _jsx(Typography, {
|
|
204
173
|
level: "body3",
|
|
205
|
-
className: "info-span"
|
|
206
|
-
}, {
|
|
174
|
+
className: "info-span",
|
|
207
175
|
children: address
|
|
208
|
-
}
|
|
176
|
+
}, void 0) : address
|
|
209
177
|
}, void 0)]
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
className: "footer-bottom"
|
|
213
|
-
}, {
|
|
178
|
+
}, void 0)]
|
|
179
|
+
}, void 0), _jsxs("div", {
|
|
180
|
+
className: "footer-bottom",
|
|
214
181
|
children: [_jsx("div", {
|
|
215
182
|
children: copyRightRender ? copyRightRender(_jsxs("div", {
|
|
216
183
|
children: [_jsxs("div", {
|
|
@@ -218,51 +185,44 @@ var LayoutFooter = function LayoutFooter(_ref) {
|
|
|
218
185
|
}, void 0), _jsx("div", {
|
|
219
186
|
children: "All Rights Reserved."
|
|
220
187
|
}, void 0)]
|
|
221
|
-
}, void 0)) : _jsxs(Typography,
|
|
222
|
-
level: "body3"
|
|
223
|
-
}, {
|
|
188
|
+
}, void 0)) : _jsxs(Typography, {
|
|
189
|
+
level: "body3",
|
|
224
190
|
children: ["\xA9 ".concat(new Date().getFullYear(), " Powered by Igloo."), _jsx("div", {
|
|
225
191
|
children: "All Rights Reserved."
|
|
226
192
|
}, void 0)]
|
|
227
|
-
}
|
|
193
|
+
}, void 0)
|
|
228
194
|
}, void 0), _jsx("div", {
|
|
229
|
-
children: _jsxs(Typography,
|
|
230
|
-
level: "body3"
|
|
231
|
-
|
|
232
|
-
children: [_jsx(Button, Object.assign({
|
|
195
|
+
children: _jsxs(Typography, {
|
|
196
|
+
level: "body3",
|
|
197
|
+
children: [_jsx(Button, {
|
|
233
198
|
type: "text",
|
|
234
199
|
onClick: function onClick() {
|
|
235
200
|
return window.open('https://contents.iglooinsure.com/privacypolicy');
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
level: "body3"
|
|
240
|
-
}, {
|
|
201
|
+
},
|
|
202
|
+
children: _jsx(Typography, {
|
|
203
|
+
level: "body3",
|
|
241
204
|
children: "Privacy Policy"
|
|
242
|
-
}
|
|
243
|
-
}
|
|
205
|
+
}, void 0)
|
|
206
|
+
}, void 0), ' ', _jsx("span", {
|
|
244
207
|
style: {
|
|
245
208
|
margin: '0px 16px'
|
|
246
|
-
}
|
|
247
|
-
}, {
|
|
209
|
+
},
|
|
248
210
|
children: "|"
|
|
249
|
-
}
|
|
211
|
+
}, void 0), ' ', _jsx(Button, {
|
|
250
212
|
type: "text",
|
|
251
213
|
onClick: function onClick() {
|
|
252
214
|
return window.open('https://contents.iglooinsure.com/termsofservice');
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
level: "body3"
|
|
257
|
-
}, {
|
|
215
|
+
},
|
|
216
|
+
children: _jsx(Typography, {
|
|
217
|
+
level: "body3",
|
|
258
218
|
children: "Terms of Service"
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
}
|
|
219
|
+
}, void 0)
|
|
220
|
+
}, void 0)]
|
|
221
|
+
}, void 0)
|
|
262
222
|
}, void 0)]
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
}
|
|
223
|
+
}, void 0)]
|
|
224
|
+
}, void 0)
|
|
225
|
+
}, void 0);
|
|
266
226
|
}
|
|
267
227
|
};
|
|
268
228
|
|