@agilemotion/oui-react-js 1.6.4 → 1.6.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.
Files changed (219) hide show
  1. package/dist/ApplicationManager.js +675 -1044
  2. package/dist/BasicApp.js +9 -27
  3. package/dist/BasicAppHome.js +27 -101
  4. package/dist/DynamicJS.js +109 -197
  5. package/dist/InteractionPortalApp.js +7 -27
  6. package/dist/InteractionPortalAppHome.js +21 -87
  7. package/dist/InteractionPortalApp_old.js +60 -122
  8. package/dist/RestUtils.js +269 -410
  9. package/dist/TypedValue.js +20 -26
  10. package/dist/Utils.js +295 -481
  11. package/dist/WithRouter.js +9 -17
  12. package/dist/assets/jss/components/authNavbarStyle.js +168 -171
  13. package/dist/assets/jss/components/buttonStyle.js +2 -5
  14. package/dist/assets/jss/components/cardAvatarStyle.js +2 -5
  15. package/dist/assets/jss/components/cardBodyStyle.js +2 -5
  16. package/dist/assets/jss/components/cardFooterStyle.js +2 -5
  17. package/dist/assets/jss/components/cardHeaderStyle.js +20 -17
  18. package/dist/assets/jss/components/cardIconStyle.js +2 -5
  19. package/dist/assets/jss/components/cardStyle.js +2 -5
  20. package/dist/assets/jss/components/cardTextStyle.js +2 -5
  21. package/dist/assets/jss/components/customDropdownStyle.js +171 -173
  22. package/dist/assets/jss/components/customInputStyle.js +5 -13
  23. package/dist/assets/jss/components/dropdownStyle.js +71 -74
  24. package/dist/assets/jss/components/footerStyle.js +14 -23
  25. package/dist/assets/jss/components/headerLinksStyle.js +52 -53
  26. package/dist/assets/jss/components/headerStyle.js +68 -73
  27. package/dist/assets/jss/components/navbarLinksStyle.js +81 -74
  28. package/dist/assets/jss/components/navbarStyle.js +79 -84
  29. package/dist/assets/jss/components/sidebarStyle.js +438 -441
  30. package/dist/assets/jss/components/typographyStyle.js +5 -13
  31. package/dist/assets/jss/rootStyle.js +85 -151
  32. package/dist/assets/jss/views/layoutStyle.js +45 -51
  33. package/dist/assets/jss/views/loginBasicStyle.js +2 -5
  34. package/dist/assets/jss/views/loginBusinessPortalStyle.js +2 -5
  35. package/dist/assets/jss/views/loginStyle.js +80 -87
  36. package/dist/components/AlertBar.js +20 -75
  37. package/dist/components/AlertItem.js +13 -49
  38. package/dist/components/AlertTemplate.js +12 -18
  39. package/dist/components/Button.js +41 -112
  40. package/dist/components/Calendar.js +99 -208
  41. package/dist/components/ConfirmationDialog.js +13 -54
  42. package/dist/components/DataGrid.js +271 -695
  43. package/dist/components/DataGridColumn.js +24 -74
  44. package/dist/components/DataGridFilter.js +107 -245
  45. package/dist/components/DataGridHeading.js +34 -78
  46. package/dist/components/Dialog.js +37 -130
  47. package/dist/components/DocumentTemplateDesigner.js +16 -57
  48. package/dist/components/DocumentTemplateDesignerComponent.js +47 -141
  49. package/dist/components/DocumentTemplatePlaceholderDialog.js +34 -67
  50. package/dist/components/DocumentViewer.js +25 -65
  51. package/dist/components/DocumentViewerComponent.js +13 -44
  52. package/dist/components/ElementResizeHandler.js +148 -200
  53. package/dist/components/FileThumb.js +15 -56
  54. package/dist/components/Graph.js +98 -203
  55. package/dist/components/GraphNode.js +20 -61
  56. package/dist/components/HtmlPanel.js +38 -105
  57. package/dist/components/Icon.js +174 -253
  58. package/dist/components/LoadingIndicator.js +4 -11
  59. package/dist/components/LottieIcon.js +63 -60
  60. package/dist/components/PopupView.js +21 -60
  61. package/dist/components/Portlet.js +18 -60
  62. package/dist/components/RegularButton.js +34 -42
  63. package/dist/components/SignaturePanel.js +19 -67
  64. package/dist/components/SocketManager.js +133 -228
  65. package/dist/components/StepperTitleBar.js +48 -99
  66. package/dist/components/TabPage.js +30 -47
  67. package/dist/components/TabPanel.js +35 -122
  68. package/dist/components/TableCellContent.js +34 -98
  69. package/dist/components/TemplateDesigner.js +115 -230
  70. package/dist/components/TemplateItemEventHandler.js +298 -481
  71. package/dist/components/TemplateTable.js +117 -218
  72. package/dist/components/TitleBar.js +15 -53
  73. package/dist/components/Toolbar.js +44 -110
  74. package/dist/components/Tooltip.js +37 -56
  75. package/dist/components/Tree.js +50 -143
  76. package/dist/components/UseIsVisible.js +5 -25
  77. package/dist/components/card/Card.js +35 -39
  78. package/dist/components/card/CardAvatar.js +21 -32
  79. package/dist/components/card/CardBody.js +29 -36
  80. package/dist/components/card/CardFooter.js +26 -35
  81. package/dist/components/card/CardHeader.js +29 -36
  82. package/dist/components/card/CardIcon.js +15 -29
  83. package/dist/components/card/CardText.js +15 -29
  84. package/dist/components/customInput/CustomInput.js +38 -40
  85. package/dist/components/dashboard/FoldingSideTabDashboard.js +65 -184
  86. package/dist/components/dashboard/SideMenuModuleDashboard.js +67 -185
  87. package/dist/components/dashboard/TopMenuModuleDashboard.js +22 -63
  88. package/dist/components/dashboard/components/Header.js +15 -52
  89. package/dist/components/dashboard/components/LeftDrawer.js +9 -23
  90. package/dist/components/dashboard/components/UserIdentity.js +4 -12
  91. package/dist/components/dashboard/components/blackDashboard/fixedPlugin/FixedPlugin.js +115 -155
  92. package/dist/components/dashboard/components/blackDashboard/sidebar/FoldingTabSidebar.js +344 -419
  93. package/dist/components/dashboard/components/blackDashboard/sidebar/ModuleMenu.js +15 -29
  94. package/dist/components/dashboard/components/blackDashboard/sidebar/ModuleMenuSidebar.js +405 -485
  95. package/dist/components/dashboard/components/portal/Timeline.js +3 -8
  96. package/dist/components/dashboard/components/portal/Workspace.js +4 -13
  97. package/dist/components/footer/Footer.js +23 -45
  98. package/dist/components/footer/HomeFooter.js +38 -78
  99. package/dist/components/form/AddressSearch.js +26 -76
  100. package/dist/components/form/AutoComplete.js +54 -168
  101. package/dist/components/form/BaseField.js +59 -189
  102. package/dist/components/form/Checkbox.js +11 -24
  103. package/dist/components/form/DatePicker.js +28 -82
  104. package/dist/components/form/FieldSet.js +84 -300
  105. package/dist/components/form/Form.js +206 -501
  106. package/dist/components/form/GridField.js +83 -243
  107. package/dist/components/form/IconField.js +10 -21
  108. package/dist/components/form/ImageEditor.js +98 -208
  109. package/dist/components/form/LabelField.js +13 -28
  110. package/dist/components/form/LookupField.js +36 -102
  111. package/dist/components/form/MultiFileUploadField.js +67 -134
  112. package/dist/components/form/RadioGroup.js +20 -57
  113. package/dist/components/form/Section.js +33 -118
  114. package/dist/components/form/SelectItem.js +36 -83
  115. package/dist/components/form/SignatureTemplateDesignerField.js +12 -26
  116. package/dist/components/form/Switch.js +11 -24
  117. package/dist/components/form/TextField.js +19 -55
  118. package/dist/components/form/TimePicker.js +18 -43
  119. package/dist/components/form/TransferList.js +76 -200
  120. package/dist/components/form/UploadField.js +134 -256
  121. package/dist/components/grid/GridContainer.js +10 -23
  122. package/dist/components/grid/GridItem.js +10 -23
  123. package/dist/components/layout/CollapsiblePanel.js +20 -59
  124. package/dist/components/layout/Layout.js +40 -149
  125. package/dist/components/layout/View.js +65 -195
  126. package/dist/components/layout/ViewContainer.js +13 -33
  127. package/dist/components/layout/ViewPort.js +14 -48
  128. package/dist/components/layout/Window.js +62 -135
  129. package/dist/components/layout/WindowViewPort.js +18 -63
  130. package/dist/components/media/ClosablePanel.js +9 -18
  131. package/dist/components/media/LobbyWaitingList.js +11 -17
  132. package/dist/components/media/MediaSoupHelper.js +173 -401
  133. package/dist/components/media/SideBarContent.js +17 -34
  134. package/dist/components/media/SocketRequest.js +7 -18
  135. package/dist/components/media/SocketResponse.js +5 -14
  136. package/dist/components/media/Timer.js +18 -54
  137. package/dist/components/media/Toolbar.js +97 -254
  138. package/dist/components/media/ToolbarButton.js +34 -95
  139. package/dist/components/media/Toolbar_bck.js +70 -186
  140. package/dist/components/media/Tracks.js +19 -33
  141. package/dist/components/media/TrainingRoom.js +121 -374
  142. package/dist/components/media/Transports.js +17 -29
  143. package/dist/components/media/VCEventManager.js +45 -116
  144. package/dist/components/media/VCEventType.js +82 -168
  145. package/dist/components/media/VCParticipantList.js +16 -51
  146. package/dist/components/media/VCParticipantListItem.js +44 -141
  147. package/dist/components/media/VCRoom.js +14 -58
  148. package/dist/components/media/VCRoomParticipant.js +235 -556
  149. package/dist/components/media/VCRoomRecorder.js +106 -204
  150. package/dist/components/media/VCRoomWorkspace.js +248 -584
  151. package/dist/components/media/Video.js +27 -112
  152. package/dist/components/media/VideoPlayer.js +23 -91
  153. package/dist/components/media/chat/ChatRoom.js +143 -361
  154. package/dist/components/media/chat/ChatRoomItem.js +17 -58
  155. package/dist/components/media/chat/ChatRoomList.js +15 -60
  156. package/dist/components/menu/CollapsibleMenu.js +22 -52
  157. package/dist/components/menu/MenuBars.js +50 -116
  158. package/dist/components/menu/MenuButton.js +53 -130
  159. package/dist/components/menu/MenuItem.js +11 -51
  160. package/dist/components/menu/MenuLink.js +13 -41
  161. package/dist/components/menu/PopupMenu.js +13 -25
  162. package/dist/components/navbars/AuthNavbar.js +21 -56
  163. package/dist/components/navbars/HomeNavbar.js +213 -290
  164. package/dist/components/navbars/PortalNavbar.js +26 -81
  165. package/dist/components/signatures/AgilitySignaturePanel.js +41 -135
  166. package/dist/components/signatures/AlertItem.js +14 -50
  167. package/dist/components/signatures/Card.js +6 -16
  168. package/dist/components/signatures/DocumentContainer.js +57 -165
  169. package/dist/components/signatures/ImageSignatureInput.js +64 -124
  170. package/dist/components/signatures/MenuButton.js +28 -63
  171. package/dist/components/signatures/Prompt.js +6 -41
  172. package/dist/components/signatures/ResponsiveTable.js +181 -370
  173. package/dist/components/signatures/SearchView.js +34 -112
  174. package/dist/components/signatures/SignatorySearch.js +11 -44
  175. package/dist/components/signatures/SignatorySearchForm.js +19 -50
  176. package/dist/components/signatures/SignatureInput.js +28 -91
  177. package/dist/components/signatures/SignatureInputProps.js +49 -144
  178. package/dist/components/signatures/SignatureTemplateDesigner.js +230 -430
  179. package/dist/components/signatures/Toolbar.js +99 -173
  180. package/dist/components/signatures/ViewUtils.js +207 -313
  181. package/dist/components/typography/Danger.js +6 -11
  182. package/dist/components/typography/Info.js +7 -11
  183. package/dist/components/typography/Link.js +6 -12
  184. package/dist/event/ActionHandlers.js +48 -87
  185. package/dist/event/Event.js +21 -25
  186. package/dist/event/EventListener.js +54 -48
  187. package/dist/event/EventType.js +18 -40
  188. package/dist/event/LoadDataActionHandler.js +10 -31
  189. package/dist/event/Observable.js +204 -396
  190. package/dist/event/RouteActionHandler.js +119 -171
  191. package/dist/event/ScriptActionHandler.js +10 -32
  192. package/dist/event/ServiceCallActionHandler.js +37 -64
  193. package/dist/event/SignalGraphActionHandler.js +9 -31
  194. package/dist/js/Addresses.js +23 -42
  195. package/dist/js/Calendar.js +41 -89
  196. package/dist/js/DynamicLib.js +11 -23
  197. package/dist/js/Media.js +80 -174
  198. package/dist/js/Validators.js +6 -12
  199. package/dist/js/Windows.js +22 -40
  200. package/dist/redux/store/ConfigureStore.js +12 -29
  201. package/dist/redux/store/DashboardStore.js +47 -120
  202. package/dist/redux/store/History.js +2 -5
  203. package/dist/redux/store/SecurityStore.js +22 -65
  204. package/dist/security/TokenManager.js +29 -53
  205. package/dist/theme-default.js +3 -8
  206. package/dist/view/Dashboard.js +140 -308
  207. package/dist/view/PortalDashboard.js +6 -13
  208. package/dist/view/Settings.js +3 -11
  209. package/dist/view/Views.js +15 -35
  210. package/dist/view/security/ChangePasswordBasic.js +41 -147
  211. package/dist/view/security/ForgotPassword.js +26 -106
  212. package/dist/view/security/ForgotPasswordBasic.js +22 -96
  213. package/dist/view/security/Login.js +29 -117
  214. package/dist/view/security/LoginBasic.js +28 -108
  215. package/dist/view/security/LoginInteractionPortal.js +28 -106
  216. package/dist/view/security/ResetPassword.js +25 -110
  217. package/dist/view/security/ResetPasswordBasic.js +39 -142
  218. package/dist/view/security/Security.js +14 -26
  219. package/package.json +25 -20
@@ -4,22 +4,14 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
-
8
7
  var _rootStyle = require("../rootStyle");
9
-
10
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
11
-
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
13
-
14
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
15
-
16
- var customDropdownStyle = function customDropdownStyle(theme) {
17
- return {
18
- popperClose: {
19
- pointerEvents: "none",
20
- display: "none !important"
21
- },
22
- popperNav: _defineProperty({}, theme.breakpoints.down("sm"), {
8
+ const customDropdownStyle = theme => ({
9
+ popperClose: {
10
+ pointerEvents: "none",
11
+ display: "none !important"
12
+ },
13
+ popperNav: {
14
+ [theme.breakpoints.down("sm")]: {
23
15
  position: "static !important",
24
16
  left: "unset !important",
25
17
  top: "unset !important",
@@ -44,52 +36,53 @@ var customDropdownStyle = function customDropdownStyle(theme) {
44
36
  }
45
37
  }
46
38
  }
47
- }),
48
- manager: {
49
- "& > div > button:first-child > span:first-child, & > div > a:first-child > span:first-child": {
50
- width: "100%"
51
- }
52
- },
53
- innerManager: {
54
- "& > div > button,& > div > a": {
55
- margin: "0px !important",
56
- color: "inherit !important",
57
- padding: "10px 20px !important",
58
- "& > span:first-child": {
59
- width: "100%",
60
- justifyContent: "flex-start"
61
- }
62
- }
63
- },
64
- target: {
65
- "& > button:first-child > span:first-child, & > a:first-child > span:first-child": {
66
- display: "inline-block"
67
- },
68
- "& $caret": {
69
- marginLeft: "0px"
39
+ }
40
+ },
41
+ manager: {
42
+ "& > div > button:first-child > span:first-child, & > div > a:first-child > span:first-child": {
43
+ width: "100%"
44
+ }
45
+ },
46
+ innerManager: {
47
+ "& > div > button,& > div > a": {
48
+ margin: "0px !important",
49
+ color: "inherit !important",
50
+ padding: "10px 20px !important",
51
+ "& > span:first-child": {
52
+ width: "100%",
53
+ justifyContent: "flex-start"
70
54
  }
55
+ }
56
+ },
57
+ target: {
58
+ "& > button:first-child > span:first-child, & > a:first-child > span:first-child": {
59
+ display: "inline-block"
71
60
  },
72
- dropdown: {
73
- borderRadius: "3px",
74
- border: "0",
75
- boxShadow: "0 2px 5px 0 rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.blackColor) + ", 0.26)",
76
- top: "100%",
77
- zIndex: "1000",
78
- minWidth: "160px",
79
- padding: "5px 0",
80
- margin: "2px 0 0",
81
- fontSize: "14px",
82
- textAlign: "left",
83
- listStyle: "none",
84
- backgroundColor: _rootStyle.whiteColor,
85
- backgroundClip: "padding-box"
86
- },
87
- menuList: {
88
- padding: "0"
89
- },
90
- popperResponsive: _defineProperty({
91
- zIndex: "1200"
92
- }, theme.breakpoints.down("sm"), {
61
+ "& $caret": {
62
+ marginLeft: "0px"
63
+ }
64
+ },
65
+ dropdown: {
66
+ borderRadius: "3px",
67
+ border: "0",
68
+ boxShadow: "0 2px 5px 0 rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.blackColor) + ", 0.26)",
69
+ top: "100%",
70
+ zIndex: "1000",
71
+ minWidth: "160px",
72
+ padding: "5px 0",
73
+ margin: "2px 0 0",
74
+ fontSize: "14px",
75
+ textAlign: "left",
76
+ listStyle: "none",
77
+ backgroundColor: _rootStyle.whiteColor,
78
+ backgroundClip: "padding-box"
79
+ },
80
+ menuList: {
81
+ padding: "0"
82
+ },
83
+ popperResponsive: {
84
+ zIndex: "1200",
85
+ [theme.breakpoints.down("sm")]: {
93
86
  zIndex: "1640",
94
87
  position: "static",
95
88
  float: "none",
@@ -99,118 +92,123 @@ var customDropdownStyle = function customDropdownStyle(theme) {
99
92
  border: "0",
100
93
  boxShadow: "none",
101
94
  color: "black"
102
- }),
103
- dropdownItem: _objectSpread(_objectSpread({}, _rootStyle.defaultFont), {}, {
104
- fontSize: "13px",
105
- padding: "10px 20px",
106
- margin: "0 5px",
107
- borderRadius: "2px",
108
- position: "relative",
109
- transition: "all 150ms linear",
110
- display: "block",
111
- clear: "both",
112
- fontWeight: "400",
113
- height: "100%",
114
- color: _rootStyle.grayColor[7],
115
- whiteSpace: "nowrap",
116
- minHeight: "unset"
117
- }),
118
- darkHover: {
119
- "&:hover": {
120
- boxShadow: "0 4px 20px 0px rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.blackColor) + ", 0.14), 0 7px 10px -5px rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.grayColor[16]) + ", 0.4)",
121
- backgroundColor: _rootStyle.grayColor[16],
122
- color: _rootStyle.whiteColor
123
- }
124
- },
125
- primaryHover: {
126
- "&:hover": _objectSpread({
127
- backgroundColor: _rootStyle.primaryColor[0],
128
- color: _rootStyle.whiteColor
129
- }, _rootStyle.primaryBoxShadow)
130
- },
131
- infoHover: {
132
- "&:hover": _objectSpread({
133
- backgroundColor: _rootStyle.infoColor[0],
134
- color: _rootStyle.whiteColor
135
- }, _rootStyle.infoBoxShadow)
136
- },
137
- successHover: {
138
- "&:hover": _objectSpread({
139
- backgroundColor: _rootStyle.successColor[0],
140
- color: _rootStyle.whiteColor
141
- }, _rootStyle.successBoxShadow)
142
- },
143
- warningHover: {
144
- "&:hover": _objectSpread({
145
- backgroundColor: _rootStyle.warningColor[0],
146
- color: _rootStyle.whiteColor
147
- }, _rootStyle.warningBoxShadow)
148
- },
149
- dangerHover: {
150
- "&:hover": _objectSpread({
151
- backgroundColor: _rootStyle.dangerColor[0],
152
- color: _rootStyle.whiteColor
153
- }, _rootStyle.dangerBoxShadow)
154
- },
155
- roseHover: {
156
- "&:hover": _objectSpread({
157
- backgroundColor: _rootStyle.roseColor[0],
158
- color: _rootStyle.whiteColor
159
- }, _rootStyle.roseBoxShadow)
160
- },
161
- dropdownItemRTL: {
162
- textAlign: "right"
163
- },
164
- dropdownDividerItem: {
165
- margin: "5px 0",
166
- backgroundColor: "rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.blackColor) + ", 0.12)",
167
- height: "1px",
168
- overflow: "hidden"
169
- },
170
- buttonIcon: {
171
- width: "20px",
172
- height: "20px"
173
- },
174
- caret: {
175
- transition: "all 150ms ease-in",
176
- display: "inline-block",
177
- width: "0",
178
- height: "0",
179
- marginLeft: "4px",
180
- verticalAlign: "middle",
181
- borderTop: "4px solid",
182
- borderRight: "4px solid transparent",
183
- borderLeft: "4px solid transparent"
184
- },
185
- caretActive: {
186
- transform: "rotate(-360deg)"
187
- },
188
- caretDropup: {
189
- transform: "rotate(-360deg)"
190
- },
191
- caretRTL: {
192
- marginRight: "4px"
193
- },
194
- dropdownHeader: {
195
- display: "block",
196
- padding: "0.1875rem 1.25rem",
197
- fontSize: "0.75rem",
198
- lineHeight: "1.428571",
199
- color: _rootStyle.grayColor[1],
200
- whiteSpace: "nowrap",
201
- fontWeight: "inherit",
202
- marginTop: "10px",
203
- minHeight: "unset",
204
- "&:hover,&:focus": {
205
- backgroundColor: "transparent",
206
- cursor: "auto"
207
- }
208
- },
209
- noLiPadding: {
210
- padding: "0"
211
95
  }
212
- };
213
- };
214
-
215
- var _default = customDropdownStyle;
216
- exports.default = _default;
96
+ },
97
+ dropdownItem: {
98
+ ..._rootStyle.defaultFont,
99
+ fontSize: "13px",
100
+ padding: "10px 20px",
101
+ margin: "0 5px",
102
+ borderRadius: "2px",
103
+ position: "relative",
104
+ transition: "all 150ms linear",
105
+ display: "block",
106
+ clear: "both",
107
+ fontWeight: "400",
108
+ height: "100%",
109
+ color: _rootStyle.grayColor[7],
110
+ whiteSpace: "nowrap",
111
+ minHeight: "unset"
112
+ },
113
+ darkHover: {
114
+ "&:hover": {
115
+ boxShadow: "0 4px 20px 0px rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.blackColor) + ", 0.14), 0 7px 10px -5px rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.grayColor[16]) + ", 0.4)",
116
+ backgroundColor: _rootStyle.grayColor[16],
117
+ color: _rootStyle.whiteColor
118
+ }
119
+ },
120
+ primaryHover: {
121
+ "&:hover": {
122
+ backgroundColor: _rootStyle.primaryColor[0],
123
+ color: _rootStyle.whiteColor,
124
+ ..._rootStyle.primaryBoxShadow
125
+ }
126
+ },
127
+ infoHover: {
128
+ "&:hover": {
129
+ backgroundColor: _rootStyle.infoColor[0],
130
+ color: _rootStyle.whiteColor,
131
+ ..._rootStyle.infoBoxShadow
132
+ }
133
+ },
134
+ successHover: {
135
+ "&:hover": {
136
+ backgroundColor: _rootStyle.successColor[0],
137
+ color: _rootStyle.whiteColor,
138
+ ..._rootStyle.successBoxShadow
139
+ }
140
+ },
141
+ warningHover: {
142
+ "&:hover": {
143
+ backgroundColor: _rootStyle.warningColor[0],
144
+ color: _rootStyle.whiteColor,
145
+ ..._rootStyle.warningBoxShadow
146
+ }
147
+ },
148
+ dangerHover: {
149
+ "&:hover": {
150
+ backgroundColor: _rootStyle.dangerColor[0],
151
+ color: _rootStyle.whiteColor,
152
+ ..._rootStyle.dangerBoxShadow
153
+ }
154
+ },
155
+ roseHover: {
156
+ "&:hover": {
157
+ backgroundColor: _rootStyle.roseColor[0],
158
+ color: _rootStyle.whiteColor,
159
+ ..._rootStyle.roseBoxShadow
160
+ }
161
+ },
162
+ dropdownItemRTL: {
163
+ textAlign: "right"
164
+ },
165
+ dropdownDividerItem: {
166
+ margin: "5px 0",
167
+ backgroundColor: "rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.blackColor) + ", 0.12)",
168
+ height: "1px",
169
+ overflow: "hidden"
170
+ },
171
+ buttonIcon: {
172
+ width: "20px",
173
+ height: "20px"
174
+ },
175
+ caret: {
176
+ transition: "all 150ms ease-in",
177
+ display: "inline-block",
178
+ width: "0",
179
+ height: "0",
180
+ marginLeft: "4px",
181
+ verticalAlign: "middle",
182
+ borderTop: "4px solid",
183
+ borderRight: "4px solid transparent",
184
+ borderLeft: "4px solid transparent"
185
+ },
186
+ caretActive: {
187
+ transform: "rotate(-360deg)"
188
+ },
189
+ caretDropup: {
190
+ transform: "rotate(-360deg)"
191
+ },
192
+ caretRTL: {
193
+ marginRight: "4px"
194
+ },
195
+ dropdownHeader: {
196
+ display: "block",
197
+ padding: "0.1875rem 1.25rem",
198
+ fontSize: "0.75rem",
199
+ lineHeight: "1.428571",
200
+ color: _rootStyle.grayColor[1],
201
+ whiteSpace: "nowrap",
202
+ fontWeight: "inherit",
203
+ marginTop: "10px",
204
+ minHeight: "unset",
205
+ "&:hover,&:focus": {
206
+ backgroundColor: "transparent",
207
+ cursor: "auto"
208
+ }
209
+ },
210
+ noLiPadding: {
211
+ padding: "0"
212
+ }
213
+ });
214
+ var _default = exports.default = customDropdownStyle;
@@ -4,16 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
-
8
7
  var _rootStyle = require("../rootStyle");
9
-
10
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
11
-
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
13
-
14
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
15
-
16
- var customInputStyle = {
8
+ const customInputStyle = {
17
9
  disabled: {
18
10
  "&:before": {
19
11
  borderColor: "transparent !important"
@@ -41,7 +33,8 @@ var customInputStyle = {
41
33
  borderColor: _rootStyle.successColor[0]
42
34
  }
43
35
  },
44
- labelRoot: _objectSpread(_objectSpread({}, _rootStyle.defaultFont), {}, {
36
+ labelRoot: {
37
+ ..._rootStyle.defaultFont,
45
38
  color: _rootStyle.grayColor[3] + " !important",
46
39
  fontWeight: "400",
47
40
  fontSize: "14px",
@@ -51,7 +44,7 @@ var customInputStyle = {
51
44
  "& + $underline": {
52
45
  marginTop: "0px"
53
46
  }
54
- }),
47
+ },
55
48
  labelRootError: {
56
49
  color: _rootStyle.dangerColor[0] + " !important"
57
50
  },
@@ -96,5 +89,4 @@ var customInputStyle = {
96
89
  }
97
90
  }
98
91
  };
99
- var _default = customInputStyle;
100
- exports.default = _default;
92
+ var _default = exports.default = customInputStyle;
@@ -4,42 +4,37 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
-
8
7
  var _rootStyle = require("../rootStyle");
9
-
10
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
11
-
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
13
-
14
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
15
-
16
- var dropdownStyle = function dropdownStyle(theme) {
17
- return {
18
- buttonLink: _defineProperty({}, theme.breakpoints.down("md"), {
8
+ const dropdownStyle = theme => ({
9
+ buttonLink: {
10
+ [theme.breakpoints.down("md")]: {
19
11
  display: "flex",
20
12
  marginLeft: "30px",
21
13
  width: "auto"
22
- }),
23
- links: _defineProperty({
24
- width: "20px",
25
- height: "20px",
26
- zIndex: "4"
27
- }, theme.breakpoints.down("md"), {
14
+ }
15
+ },
16
+ links: {
17
+ width: "20px",
18
+ height: "20px",
19
+ zIndex: "4",
20
+ [theme.breakpoints.down("md")]: {
28
21
  display: "block",
29
22
  width: "30px",
30
23
  height: "30px",
31
24
  color: _rootStyle.grayColor[9],
32
25
  marginRight: "15px"
33
- }),
34
- linkText: _objectSpread(_objectSpread({
35
- zIndex: "4"
36
- }, _rootStyle.defaultFont), {}, {
37
- fontSize: "14px"
38
- }),
39
- popperClose: {
40
- pointerEvents: "none"
41
- },
42
- popperResponsive: _defineProperty({}, theme.breakpoints.down("md"), {
26
+ }
27
+ },
28
+ linkText: {
29
+ zIndex: "4",
30
+ ..._rootStyle.defaultFont,
31
+ fontSize: "14px"
32
+ },
33
+ popperClose: {
34
+ pointerEvents: "none"
35
+ },
36
+ popperResponsive: {
37
+ [theme.breakpoints.down("md")]: {
43
38
  zIndex: "1640",
44
39
  position: "static",
45
40
  float: "none",
@@ -50,8 +45,10 @@ var dropdownStyle = function dropdownStyle(theme) {
50
45
  WebkitBoxShadow: "none",
51
46
  boxShadow: "none",
52
47
  color: "black"
53
- }),
54
- popperNav: _defineProperty({}, theme.breakpoints.down("sm"), {
48
+ }
49
+ },
50
+ popperNav: {
51
+ [theme.breakpoints.down("sm")]: {
55
52
  position: "static !important",
56
53
  left: "unset !important",
57
54
  top: "unset !important",
@@ -76,48 +73,48 @@ var dropdownStyle = function dropdownStyle(theme) {
76
73
  }
77
74
  }
78
75
  }
79
- }),
80
- dropdown: {
81
- borderRadius: "3px",
82
- border: "0",
83
- boxShadow: "0 2px 5px 0 rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.blackColor) + ", 0.26)",
84
- top: "100%",
85
- zIndex: "1000",
86
- minWidth: "160px",
87
- padding: "5px 0",
88
- margin: "2px 0 0",
89
- fontSize: "14px",
90
- textAlign: "left",
91
- listStyle: "none",
92
- backgroundColor: _rootStyle.whiteColor,
93
- WebkitBackgroundClip: "padding-box",
94
- backgroundClip: "padding-box"
95
- },
96
- dropdownItem: _objectSpread(_objectSpread({}, _rootStyle.defaultFont), {}, {
97
- fontSize: "13px",
98
- padding: "10px 20px",
99
- margin: "0 5px",
100
- borderRadius: "2px",
101
- WebkitTransition: "all 150ms linear",
102
- MozTransition: "all 150ms linear",
103
- OTransition: "all 150ms linear",
104
- MsTransition: "all 150ms linear",
105
- transition: "all 150ms linear",
106
- display: "block",
107
- clear: "both",
108
- fontWeight: "400",
109
- lineHeight: "1.42857143",
110
- color: _rootStyle.grayColor[8],
111
- whiteSpace: "nowrap",
112
- height: "unset",
113
- minHeight: "unset",
114
- "&:hover": _objectSpread({
115
- backgroundColor: _rootStyle.primaryColor[0],
116
- color: _rootStyle.whiteColor
117
- }, _rootStyle.primaryBoxShadow)
118
- })
119
- };
120
- };
121
-
122
- var _default = dropdownStyle;
123
- exports.default = _default;
76
+ }
77
+ },
78
+ dropdown: {
79
+ borderRadius: "3px",
80
+ border: "0",
81
+ boxShadow: "0 2px 5px 0 rgba(" + (0, _rootStyle.hexToRgb)(_rootStyle.blackColor) + ", 0.26)",
82
+ top: "100%",
83
+ zIndex: "1000",
84
+ minWidth: "160px",
85
+ padding: "5px 0",
86
+ margin: "2px 0 0",
87
+ fontSize: "14px",
88
+ textAlign: "left",
89
+ listStyle: "none",
90
+ backgroundColor: _rootStyle.whiteColor,
91
+ WebkitBackgroundClip: "padding-box",
92
+ backgroundClip: "padding-box"
93
+ },
94
+ dropdownItem: {
95
+ ..._rootStyle.defaultFont,
96
+ fontSize: "13px",
97
+ padding: "10px 20px",
98
+ margin: "0 5px",
99
+ borderRadius: "2px",
100
+ WebkitTransition: "all 150ms linear",
101
+ MozTransition: "all 150ms linear",
102
+ OTransition: "all 150ms linear",
103
+ MsTransition: "all 150ms linear",
104
+ transition: "all 150ms linear",
105
+ display: "block",
106
+ clear: "both",
107
+ fontWeight: "400",
108
+ lineHeight: "1.42857143",
109
+ color: _rootStyle.grayColor[8],
110
+ whiteSpace: "nowrap",
111
+ height: "unset",
112
+ minHeight: "unset",
113
+ "&:hover": {
114
+ backgroundColor: _rootStyle.primaryColor[0],
115
+ color: _rootStyle.whiteColor,
116
+ ..._rootStyle.primaryBoxShadow
117
+ }
118
+ }
119
+ });
120
+ var _default = exports.default = dropdownStyle;
@@ -4,16 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
-
8
7
  var _rootStyle = require("../rootStyle");
9
-
10
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
11
-
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
13
-
14
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
15
-
16
- var footerStyle = {
8
+ const footerStyle = {
17
9
  block: {},
18
10
  left: {
19
11
  float: "left !important"
@@ -25,27 +17,27 @@ var footerStyle = {
25
17
  padding: "15px",
26
18
  paddingRight: "70px"
27
19
  },
28
- footer: _objectSpread(_objectSpread({
20
+ footer: {
29
21
  bottom: "0",
30
- padding: "15px 0"
31
- }, _rootStyle.defaultFont), {}, {
22
+ padding: "15px 0",
23
+ ..._rootStyle.defaultFont,
32
24
  zIndex: 4
33
- }),
25
+ },
34
26
  wrapper: {
35
27
  display: "inline-block",
36
28
  textAlign: '-webkit-center',
37
29
  width: '100%'
38
30
  },
39
- container: _objectSpread(_objectSpread({
40
- zIndex: 3
41
- }, _rootStyle.container), {}, {
31
+ container: {
32
+ zIndex: 3,
33
+ ..._rootStyle.container,
42
34
  position: "relative"
43
- }),
44
- containerFluid: _objectSpread(_objectSpread({
45
- zIndex: 3
46
- }, _rootStyle.containerFluid), {}, {
35
+ },
36
+ containerFluid: {
37
+ zIndex: 3,
38
+ ..._rootStyle.containerFluid,
47
39
  position: "relative"
48
- }),
40
+ },
49
41
  a: {
50
42
  color: _rootStyle.primaryColor[0],
51
43
  textDecoration: "none",
@@ -67,5 +59,4 @@ var footerStyle = {
67
59
  }
68
60
  }
69
61
  };
70
- var _default = footerStyle;
71
- exports.default = _default;
62
+ var _default = exports.default = footerStyle;