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