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