@oracle/oraclejet-preact 17.0.6 → 17.0.8

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 (650) hide show
  1. package/amd/{BaseCardView-1aa0d986.js → BaseCardView-3c1e5b4c.js} +2 -2
  2. package/amd/{BaseCardView-1aa0d986.js.map → BaseCardView-3c1e5b4c.js.map} +1 -1
  3. package/amd/CardFlexView-3e4bd681.js +2 -0
  4. package/amd/{CardFlexView-a647550f.js.map → CardFlexView-3e4bd681.js.map} +1 -1
  5. package/amd/CardGridView-8fb55ad7.js +2 -0
  6. package/amd/{CardGridView-06fb67cb.js.map → CardGridView-8fb55ad7.js.map} +1 -1
  7. package/amd/GroupLoadingIndicator-e66ed431.js +1 -1
  8. package/amd/{Indexer-204a6d88.js → Indexer-51d51cda.js} +2 -2
  9. package/amd/{Indexer-204a6d88.js.map → Indexer-51d51cda.js.map} +1 -1
  10. package/amd/InputDatePicker-0012b304.js +2 -0
  11. package/amd/{InputDatePicker-da5d8728.js.map → InputDatePicker-0012b304.js.map} +1 -1
  12. package/amd/List-88a7bee6.js +2 -0
  13. package/amd/{List-5958c802.js.map → List-88a7bee6.js.map} +1 -1
  14. package/amd/{ListView-27d10b67.js → ListView-6739207e.js} +2 -2
  15. package/amd/{ListView-27d10b67.js.map → ListView-6739207e.js.map} +1 -1
  16. package/amd/LoadMoreCollection-a6adbc3f.js +2 -0
  17. package/amd/{LoadMoreCollection-83413a59.js.map → LoadMoreCollection-a6adbc3f.js.map} +1 -1
  18. package/amd/MaxLengthCounter-caafceef.js +2 -0
  19. package/amd/MaxLengthCounter-caafceef.js.map +1 -0
  20. package/amd/PRIVATE_BaseCardView.js +1 -1
  21. package/amd/PRIVATE_List.js +1 -1
  22. package/amd/PRIVATE_LoadMoreCollection.js +1 -1
  23. package/amd/PRIVATE_SelectCommon.js +1 -1
  24. package/amd/PRIVATE_Table.js +1 -1
  25. package/amd/PRIVATE_VirtualizedCollection.js +1 -1
  26. package/amd/{SelectMultiple-fabd883c.js → SelectMultiple-06da3db0.js} +2 -2
  27. package/amd/{SelectMultiple-fabd883c.js.map → SelectMultiple-06da3db0.js.map} +1 -1
  28. package/amd/{SelectSingle-34d636a8.js → SelectSingle-2266e5c4.js} +2 -2
  29. package/amd/{SelectSingle-34d636a8.js.map → SelectSingle-2266e5c4.js.map} +1 -1
  30. package/amd/{Table-fda0ad21.js → Table-8e271f0f.js} +2 -2
  31. package/amd/{Table-fda0ad21.js.map → Table-8e271f0f.js.map} +1 -1
  32. package/amd/{TableView-e4216655.js → TableView-cc05c32f.js} +2 -2
  33. package/amd/{TableView-e4216655.js.map → TableView-cc05c32f.js.map} +1 -1
  34. package/amd/TextArea-44c90bc4.js +2 -0
  35. package/amd/TextArea-44c90bc4.js.map +1 -0
  36. package/amd/TextAreaAutosize-0a023972.js +2 -0
  37. package/amd/{TextAreaAutosize-9dc5bffe.js.map → TextAreaAutosize-0a023972.js.map} +1 -1
  38. package/amd/Theme-redwood/theme.css +254 -254
  39. package/amd/Theme-stable/theme.css +336 -336
  40. package/amd/UNSAFE_CardFlexView.js +1 -1
  41. package/amd/UNSAFE_CardGridView.js +1 -1
  42. package/amd/UNSAFE_ExpandableList.js +1 -1
  43. package/amd/UNSAFE_Indexer.js +1 -1
  44. package/amd/UNSAFE_InputDatePicker.js +1 -1
  45. package/amd/UNSAFE_ListView.js +1 -1
  46. package/amd/UNSAFE_SelectMultiple.js +1 -1
  47. package/amd/UNSAFE_SelectSingle.js +1 -1
  48. package/amd/UNSAFE_TableView.js +1 -1
  49. package/amd/UNSAFE_TextArea.js +1 -1
  50. package/amd/UNSAFE_TextAreaAutosize.js +1 -1
  51. package/amd/UNSAFE_VirtualizedListView.js +1 -1
  52. package/amd/{VirtualizedCollection-897516a5.js → VirtualizedCollection-63223f5e.js} +2 -2
  53. package/amd/{VirtualizedCollection-897516a5.js.map → VirtualizedCollection-63223f5e.js.map} +1 -1
  54. package/amd/VirtualizedListView-0924cf91.js +2 -0
  55. package/amd/{VirtualizedListView-ead601c7.js.map → VirtualizedListView-0924cf91.js.map} +1 -1
  56. package/amd/{useSelectCommon-8657b927.js → useSelectCommon-cbb310df.js} +2 -2
  57. package/amd/{useSelectCommon-8657b927.js.map → useSelectCommon-cbb310df.js.map} +1 -1
  58. package/cjs/{BarChart-acda079d.js → BarChart-11c56b6a.js} +2 -2
  59. package/cjs/{BarChart-acda079d.js.map → BarChart-11c56b6a.js.map} +1 -1
  60. package/cjs/{BaseCardView-badf6df3.js → BaseCardView-99f89fbf.js} +2 -2
  61. package/cjs/{BaseCardView-badf6df3.js.map → BaseCardView-99f89fbf.js.map} +1 -1
  62. package/cjs/{useNavigationListItem-74009187.js → BaseNavigationListItem-070d75bc.js} +40 -2
  63. package/cjs/BaseNavigationListItem-070d75bc.js.map +1 -0
  64. package/cjs/{CardFlexView-d44dfed5.js → CardFlexView-48f39ef2.js} +2 -2
  65. package/cjs/{CardFlexView-d44dfed5.js.map → CardFlexView-48f39ef2.js.map} +1 -1
  66. package/cjs/{CardGridView-dd7c777f.js → CardGridView-6bb427fe.js} +2 -2
  67. package/cjs/{CardGridView-dd7c777f.js.map → CardGridView-6bb427fe.js.map} +1 -1
  68. package/cjs/{Chart-c55ecfa4.js → Chart-6684fa6d.js} +2 -2
  69. package/cjs/{Chart-c55ecfa4.js.map → Chart-6684fa6d.js.map} +1 -1
  70. package/cjs/GroupLoadingIndicator-3c9d8341.js +1 -1
  71. package/cjs/{Indexer-563ea09d.js → Indexer-0663a593.js} +2 -2
  72. package/cjs/{Indexer-563ea09d.js.map → Indexer-0663a593.js.map} +1 -1
  73. package/cjs/{InputDatePicker-91be7790.js → InputDatePicker-005c03d0.js} +2 -2
  74. package/cjs/{InputDatePicker-91be7790.js.map → InputDatePicker-005c03d0.js.map} +1 -1
  75. package/cjs/{LineAreaChart-2320dafa.js → LineAreaChart-7e0e021f.js} +2 -2
  76. package/cjs/{LineAreaChart-2320dafa.js.map → LineAreaChart-7e0e021f.js.map} +1 -1
  77. package/cjs/{List-bd9ecebb.js → List-8802ce35.js} +3 -4
  78. package/cjs/{List-bd9ecebb.js.map → List-8802ce35.js.map} +1 -1
  79. package/cjs/{ListView-d67f49db.js → ListView-f7871b48.js} +2 -2
  80. package/cjs/{ListView-d67f49db.js.map → ListView-f7871b48.js.map} +1 -1
  81. package/cjs/{LoadMoreCollection-73112ff0.js → LoadMoreCollection-69bc038c.js} +2 -2
  82. package/cjs/{LoadMoreCollection-73112ff0.js.map → LoadMoreCollection-69bc038c.js.map} +1 -1
  83. package/cjs/{NavigationList-5218562e.js → NavigationListItem-12a76e7d.js} +18 -3
  84. package/cjs/NavigationListItem-12a76e7d.js.map +1 -0
  85. package/cjs/{OverflowTabBarItem-1de46588.js → OverflowTabBarItem-c0a592fd.js} +4 -5
  86. package/cjs/{OverflowTabBarItem-1de46588.js.map → OverflowTabBarItem-c0a592fd.js.map} +1 -1
  87. package/cjs/PRIVATE_BaseCardView.js +3 -3
  88. package/cjs/PRIVATE_Chart.js +4 -4
  89. package/cjs/PRIVATE_List.js +4 -4
  90. package/cjs/PRIVATE_LoadMoreCollection.js +2 -2
  91. package/cjs/PRIVATE_SelectCommon.js +5 -5
  92. package/cjs/PRIVATE_Table.js +3 -3
  93. package/cjs/PRIVATE_VirtualizedCollection.js +2 -2
  94. package/cjs/{RemovableNavigationListItem-eb2c8156.js → RemovableNavigationListItem-6231df42.js} +3 -4
  95. package/cjs/{RemovableNavigationListItem-eb2c8156.js.map → RemovableNavigationListItem-6231df42.js.map} +1 -1
  96. package/cjs/{ReorderableTabBar-025a0d71.js → ReorderableTabBar-5743c66a.js} +2 -2
  97. package/cjs/{ReorderableTabBar-025a0d71.js.map → ReorderableTabBar-5743c66a.js.map} +1 -1
  98. package/cjs/{SelectMultiple-3af44d48.js → SelectMultiple-fcfb029a.js} +2 -2
  99. package/cjs/{SelectMultiple-3af44d48.js.map → SelectMultiple-fcfb029a.js.map} +1 -1
  100. package/cjs/{SelectSingle-315c9871.js → SelectSingle-40cb868a.js} +2 -2
  101. package/cjs/{SelectSingle-315c9871.js.map → SelectSingle-40cb868a.js.map} +1 -1
  102. package/cjs/{TabBar-e77706d0.js → TabBar-73bb6c97.js} +1 -6
  103. package/cjs/{TabBar-e77706d0.js.map → TabBar-73bb6c97.js.map} +1 -1
  104. package/cjs/{TabBarMixed-bc696a46.js → TabBarMixed-426fcaf1.js} +1 -6
  105. package/cjs/{TabBarMixed-bc696a46.js.map → TabBarMixed-426fcaf1.js.map} +1 -1
  106. package/cjs/{Table-ecf57a09.js → Table-17b3dbc3.js} +2 -2
  107. package/cjs/{Table-ecf57a09.js.map → Table-17b3dbc3.js.map} +1 -1
  108. package/cjs/{TableView-756b9d98.js → TableView-26f85ff8.js} +2 -2
  109. package/cjs/{TableView-756b9d98.js.map → TableView-26f85ff8.js.map} +1 -1
  110. package/cjs/Theme-redwood/theme.css +180 -180
  111. package/cjs/Theme-stable/theme.css +149 -149
  112. package/cjs/UNSAFE_BarChart/__test__/BarChart.spec.js +5 -5
  113. package/cjs/UNSAFE_BarChart.js +5 -5
  114. package/cjs/UNSAFE_CardFlexView.js +4 -4
  115. package/cjs/UNSAFE_CardGridView.js +4 -4
  116. package/cjs/UNSAFE_ExpandableList.js +3 -3
  117. package/cjs/UNSAFE_Indexer.js +2 -2
  118. package/cjs/UNSAFE_InputDatePicker.js +87 -87
  119. package/cjs/UNSAFE_LineAreaChart/__test__/LineChart.spec.js +5 -5
  120. package/cjs/UNSAFE_LineAreaChart.js +5 -5
  121. package/cjs/UNSAFE_ListView.js +5 -5
  122. package/cjs/UNSAFE_NavigationList.js +14 -16
  123. package/cjs/UNSAFE_NavigationList.js.map +1 -1
  124. package/cjs/UNSAFE_NavigationListCommon.js +54 -55
  125. package/cjs/UNSAFE_NavigationListCommon.js.map +1 -1
  126. package/cjs/UNSAFE_OverflowTabBar.js +21 -23
  127. package/cjs/UNSAFE_OverflowTabBar.js.map +1 -1
  128. package/cjs/UNSAFE_ReorderableTabBar.js +7 -21
  129. package/cjs/UNSAFE_ReorderableTabBar.js.map +1 -1
  130. package/cjs/UNSAFE_SelectMultiple.js +6 -6
  131. package/cjs/UNSAFE_SelectSingle.js +6 -6
  132. package/cjs/UNSAFE_TabBar.js +22 -24
  133. package/cjs/UNSAFE_TabBar.js.map +1 -1
  134. package/cjs/UNSAFE_TabBarCommon.js +18 -20
  135. package/cjs/UNSAFE_TabBarCommon.js.map +1 -1
  136. package/cjs/UNSAFE_TabBarMixed.js +22 -24
  137. package/cjs/UNSAFE_TabBarMixed.js.map +1 -1
  138. package/cjs/UNSAFE_TableView.js +4 -4
  139. package/cjs/UNSAFE_VirtualizedListView.js +5 -5
  140. package/cjs/{VirtualizedCollection-00aedb8b.js → VirtualizedCollection-9e8c48b9.js} +2 -2
  141. package/cjs/{VirtualizedCollection-00aedb8b.js.map → VirtualizedCollection-9e8c48b9.js.map} +1 -1
  142. package/cjs/{VirtualizedListView-a07fe73b.js → VirtualizedListView-b4147305.js} +2 -2
  143. package/cjs/{VirtualizedListView-a07fe73b.js.map → VirtualizedListView-b4147305.js.map} +1 -1
  144. package/cjs/{useSelectCommon-8aaf62bd.js → useSelectCommon-d39e90e2.js} +2 -2
  145. package/cjs/{useSelectCommon-8aaf62bd.js.map → useSelectCommon-d39e90e2.js.map} +1 -1
  146. package/es/ActionCard-623c6191.js +1 -1
  147. package/es/BarChart-c8f78f4b.js +2 -2
  148. package/es/BaseButton-5b2791b1.js +2 -2
  149. package/es/BaseCardView-59efba85.js +7 -7
  150. package/es/{BaseCardViewSelectionTest-6796b2b4.js → BaseCardViewSelectionTest-ab83a0b0.js} +6 -6
  151. package/es/{BaseCardViewSelectionTest-6796b2b4.js.map → BaseCardViewSelectionTest-ab83a0b0.js.map} +1 -1
  152. package/es/BaseNavigationListItem-3a377d46.js +1 -1
  153. package/es/ButtonSet-fa7e8acd.js +2 -2
  154. package/es/ButtonSetIconButton-c5860cc1.js +2 -2
  155. package/es/{Center-2ffc1dcc.js → Center-58d4b406.js} +2 -2
  156. package/es/{Center-2ffc1dcc.js.map → Center-58d4b406.js.map} +1 -1
  157. package/es/Chart-793bd008.js +9 -9
  158. package/es/CheckboxControl-7174e0b2.js +6 -6
  159. package/es/CheckboxIconVariants.styles.css +7 -7
  160. package/es/CheckboxIconVariants.styles2.css +7 -7
  161. package/es/CheckboxRadioField-c7c4643e.js +5 -5
  162. package/es/CheckboxVariants.styles.css +4 -4
  163. package/es/CheckboxVariants.styles2.css +4 -4
  164. package/es/Chip-2c86a76f.js +1 -1
  165. package/es/ClearIcon-f1f796b4.js +1 -1
  166. package/es/CollapseIcon-b6d7cfd6.js +1 -1
  167. package/es/Collapsible-4cdc17e3.js +2 -2
  168. package/es/CollapsibleVariants.styles.css +3 -3
  169. package/es/CollapsibleVariants.styles2.css +3 -3
  170. package/es/CompactHelpSource-548938ff.js +2 -2
  171. package/es/{CompactLabelAssistance-fc9478aa.js → CompactLabelAssistance-933d1d68.js} +4 -4
  172. package/es/{CompactLabelAssistance-fc9478aa.js.map → CompactLabelAssistance-933d1d68.js.map} +1 -1
  173. package/es/CompactUserAssistance-41c32c6f.js +4 -4
  174. package/es/ComponentMessageContainer-7d9228a3.js +4 -4
  175. package/es/ConveyorBeltItem-3d1d7f3c.js +2 -2
  176. package/es/{DatePicker-4356274b.js → DatePicker-e517dad2.js} +6 -6
  177. package/es/{DatePicker-4356274b.js.map → DatePicker-e517dad2.js.map} +1 -1
  178. package/es/DatePickerHeader-7078d6e8.js +3 -3
  179. package/es/{Diagram-214e374c.js → Diagram-15e246b6.js} +5 -5
  180. package/es/{Diagram-214e374c.js.map → Diagram-15e246b6.js.map} +1 -1
  181. package/es/DirectionalCollapseArrowIcon-0298f5ef.js +1 -1
  182. package/es/DirectionalExpandArrowIcon-cf8fd7a8.js +1 -1
  183. package/es/DragHandle-9514fcdc.js +1 -1
  184. package/es/DrawerPopupVariants.styles.css +5 -5
  185. package/es/DrawerPopupVariants.styles2.css +5 -5
  186. package/es/{Dropdown-717319bb.js → Dropdown-2a328b40.js} +5 -5
  187. package/es/{Dropdown-717319bb.js.map → Dropdown-2a328b40.js.map} +1 -1
  188. package/es/{EnvironmentProvider-f543a463.js → EnvironmentProvider-6846a7ff.js} +3 -3
  189. package/es/{EnvironmentProvider-f543a463.js.map → EnvironmentProvider-6846a7ff.js.map} +1 -1
  190. package/es/FilePicker-d8a0ad3a.js +2 -2
  191. package/es/{Flex-24628925.js → Flex-5ff5aa5e.js} +2 -2
  192. package/es/{Flex-24628925.js.map → Flex-5ff5aa5e.js.map} +1 -1
  193. package/es/{Floating-9703160e.js → Floating-5b269acc.js} +4 -4
  194. package/es/{Floating-9703160e.js.map → Floating-5b269acc.js.map} +1 -1
  195. package/es/FormLayout-ecd0259b.js +1 -1
  196. package/es/Gantt-b21af627.js +9 -9
  197. package/es/{Grid-cfeac922.js → Grid-5d8f712b.js} +2 -2
  198. package/es/{Grid-cfeac922.js.map → Grid-5d8f712b.js.map} +1 -1
  199. package/es/{Gridlines-428bf909.js → Gridlines-4b7301e7.js} +2 -2
  200. package/es/{Gridlines-428bf909.js.map → Gridlines-4b7301e7.js.map} +1 -1
  201. package/es/GroupLoadingIndicator-9c995e99.js +1 -1
  202. package/es/{HighlightText-180e29f6.js → HighlightText-39781e79.js} +2 -2
  203. package/es/{HighlightText-180e29f6.js.map → HighlightText-39781e79.js.map} +1 -1
  204. package/es/Icon-90c3a630.js +2 -2
  205. package/es/IconButton-37310d21.js +2 -2
  206. package/es/IconMenuButton-9fe6cbf9.js +4 -4
  207. package/es/IconSwitchButton-61cabbfe.js +2 -2
  208. package/es/IconToggleButton-f57e5484.js +2 -2
  209. package/es/{IconUserAssistance-c226cb4f.js → IconUserAssistance-744d71a4.js} +3 -3
  210. package/es/{IconUserAssistance-c226cb4f.js.map → IconUserAssistance-744d71a4.js.map} +1 -1
  211. package/es/Indexer-a671092c.js +4 -4
  212. package/es/InlineHelpSource-b43def76.js +1 -1
  213. package/es/InlineUserAssistance-bb690d93.js +5 -5
  214. package/es/InputDateMask-7386adfe.js +7 -7
  215. package/es/InputDatePicker-aa02a34c.js +8 -8
  216. package/es/InputPassword-1f1f80b3.js +4 -4
  217. package/es/InputText-5fb896e7.js +6 -6
  218. package/es/Label-6674b3f2.js +5 -5
  219. package/es/LabelValueLayout-23b74176.js +1 -1
  220. package/es/LabelledLinkVariants.styles.css +3 -3
  221. package/es/LabelledLinkVariants.styles2.css +3 -3
  222. package/es/{Layer-9b06412e.js → Layer-5d259d3a.js} +3 -3
  223. package/es/{Layer-9b06412e.js.map → Layer-5d259d3a.js.map} +1 -1
  224. package/es/{LayerHost-45f545d7.js → LayerHost-aaed41a1.js} +2 -2
  225. package/es/{LayerHost-45f545d7.js.map → LayerHost-aaed41a1.js.map} +1 -1
  226. package/es/{LayerManager-625d2503.js → LayerManager-87beee1e.js} +2 -2
  227. package/es/{LayerManager-625d2503.js.map → LayerManager-87beee1e.js.map} +1 -1
  228. package/es/Legend-98a79c12.js +3 -3
  229. package/es/{LineAreaChart-413e0043.js → LineAreaChart-35327196.js} +3 -3
  230. package/es/{LineAreaChart-413e0043.js.map → LineAreaChart-35327196.js.map} +1 -1
  231. package/es/Link-bfa35319.js +1 -1
  232. package/es/List-9026206d.js +5 -5
  233. package/es/{ListItemLayout-695ec1a5.js → ListItemLayout-961c8443.js} +2 -2
  234. package/es/{ListItemLayout-695ec1a5.js.map → ListItemLayout-961c8443.js.map} +1 -1
  235. package/es/ListView-c508c3a4.js +3 -3
  236. package/es/{LiveRegion-81216fe6.js → LiveRegion-4646cd7d.js} +2 -2
  237. package/es/{LiveRegion-81216fe6.js.map → LiveRegion-4646cd7d.js.map} +1 -1
  238. package/es/MaxLengthCounter-cead2dac.js +25 -0
  239. package/es/MaxLengthCounter-cead2dac.js.map +1 -0
  240. package/es/{MaxLengthLiveRegion-cd15b075.js → MaxLengthLiveRegion-1278e638.js} +3 -3
  241. package/es/{MaxLengthLiveRegion-cd15b075.js.map → MaxLengthLiveRegion-1278e638.js.map} +1 -1
  242. package/es/{Menu-c7ab8412.js → Menu-b0c28cfd.js} +8 -8
  243. package/es/{Menu-c7ab8412.js.map → Menu-b0c28cfd.js.map} +1 -1
  244. package/es/MenuButton-39563941.js +3 -3
  245. package/es/MenuItem-a8f9c954.js +1 -1
  246. package/es/Message-be36b84a.js +2 -2
  247. package/es/MessageBannerVariants.styles.css +2 -2
  248. package/es/MessageBannerVariants.styles2.css +2 -2
  249. package/es/{MessageLayer-0946d6b7.js → MessageLayer-322485df.js} +6 -6
  250. package/es/{MessageLayer-0946d6b7.js.map → MessageLayer-322485df.js.map} +1 -1
  251. package/es/MessageToast-2fa3c9d4.js +8 -8
  252. package/es/MessagesManager-0d60fea1.js +3 -3
  253. package/es/MeterBar-bdd7f9da.js +4 -4
  254. package/es/MeterCircle-fd10f18b.js +4 -4
  255. package/es/{Modal-6b11d8cb.js → Modal-986872f3.js} +3 -3
  256. package/es/{Modal-6b11d8cb.js.map → Modal-986872f3.js.map} +1 -1
  257. package/es/{MonthView-cc017afe.js → MonthView-99cc26ac.js} +4 -4
  258. package/es/{MonthView-cc017afe.js.map → MonthView-99cc26ac.js.map} +1 -1
  259. package/es/NavigationListItem-ea899fab.js +5 -5
  260. package/es/NumberInputText-21ded33a.js +6 -6
  261. package/es/OverflowTabBarItem-8f35961d.js +3 -3
  262. package/es/PRIVATE_BaseCardView/themes/redwood/BaseCardViewBaseTheme.css.js +1 -1
  263. package/es/PRIVATE_BaseCardView/themes/stable/BaseCardViewBaseTheme.css.js +1 -1
  264. package/es/PRIVATE_BaseCardView.js +21 -21
  265. package/es/PRIVATE_Chart.js +29 -29
  266. package/es/PRIVATE_CheckboxControl.js +24 -24
  267. package/es/PRIVATE_CheckboxRadioField.js +24 -24
  268. package/es/PRIVATE_ClearIcon.js +16 -16
  269. package/es/PRIVATE_DatePickerHeader.js +18 -18
  270. package/es/PRIVATE_DatePickerLayout.js +4 -4
  271. package/es/PRIVATE_EmbeddedIconButton.js +3 -3
  272. package/es/PRIVATE_FormControls.js +19 -19
  273. package/es/PRIVATE_IconSwitchButton.js +14 -14
  274. package/es/PRIVATE_Icons/CheckboxMixed.js +14 -14
  275. package/es/PRIVATE_Icons/CheckboxOff.js +14 -14
  276. package/es/PRIVATE_Icons/CheckboxOn.js +14 -14
  277. package/es/PRIVATE_Icons/RadiobuttonOff.js +14 -14
  278. package/es/PRIVATE_Icons/RadiobuttonOn.js +14 -14
  279. package/es/PRIVATE_Icons/WarningS.js +14 -14
  280. package/es/PRIVATE_List.js +19 -19
  281. package/es/PRIVATE_Message.js +18 -18
  282. package/es/PRIVATE_MessageLayer.js +11 -11
  283. package/es/PRIVATE_MonthView.js +7 -7
  284. package/es/PRIVATE_MonthYearGridView.js +7 -7
  285. package/es/PRIVATE_PlotArea.js +4 -4
  286. package/es/PRIVATE_RevealToggleIcon.js +15 -15
  287. package/es/PRIVATE_SelectCommon.js +28 -28
  288. package/es/PRIVATE_StyledCheckbox.js +15 -15
  289. package/es/PRIVATE_Table/themes/redwood/TableBaseTheme.css.js +1 -1
  290. package/es/PRIVATE_Table/themes/redwood/TableTheme.js +1 -1
  291. package/es/PRIVATE_Table/themes/stable/TableBaseTheme.css.js +1 -1
  292. package/es/PRIVATE_Table.js +18 -18
  293. package/es/PRIVATE_ThemedIcons/CalendarIcon.js +14 -14
  294. package/es/PRIVATE_ThemedIcons/ChartMarqueeSelectIcon.js +14 -14
  295. package/es/PRIVATE_ThemedIcons/ChartPanIcon.js +14 -14
  296. package/es/PRIVATE_ThemedIcons/ChartZoomIcon.js +14 -14
  297. package/es/PRIVATE_ThemedIcons/CheckIcon.js +14 -14
  298. package/es/PRIVATE_ThemedIcons/CheckboxMixedIcon.js +14 -14
  299. package/es/PRIVATE_ThemedIcons/CheckboxOffIcon.js +14 -14
  300. package/es/PRIVATE_ThemedIcons/CheckboxOnIcon.js +14 -14
  301. package/es/PRIVATE_ThemedIcons/CloseIcon.js +14 -14
  302. package/es/PRIVATE_ThemedIcons/CollapseIcon.js +15 -15
  303. package/es/PRIVATE_ThemedIcons/CollapseUpIcon.js +14 -14
  304. package/es/PRIVATE_ThemedIcons/DecrementIcon.js +14 -14
  305. package/es/PRIVATE_ThemedIcons/DeleteIcon.js +14 -14
  306. package/es/PRIVATE_ThemedIcons/DirectionalCollapseArrowIcon.js +15 -15
  307. package/es/PRIVATE_ThemedIcons/DirectionalExpandArrowIcon.js +15 -15
  308. package/es/PRIVATE_ThemedIcons/DropdownArrowIcon.js +14 -14
  309. package/es/PRIVATE_ThemedIcons/ExpandIcon.js +14 -14
  310. package/es/PRIVATE_ThemedIcons/HelpIcon.js +14 -14
  311. package/es/PRIVATE_ThemedIcons/IncrementIcon.js +14 -14
  312. package/es/PRIVATE_ThemedIcons/MenuButtonDropdownIcon.js +14 -14
  313. package/es/PRIVATE_ThemedIcons/MessageConfirmationIcon.js +14 -14
  314. package/es/PRIVATE_ThemedIcons/MessageErrorIcon.js +14 -14
  315. package/es/PRIVATE_ThemedIcons/MessageInfoIcon.js +14 -14
  316. package/es/PRIVATE_ThemedIcons/MessageWarningIcon.js +14 -14
  317. package/es/PRIVATE_ThemedIcons/MinusIcon.js +14 -14
  318. package/es/PRIVATE_ThemedIcons/NavDownIcon.js +14 -14
  319. package/es/PRIVATE_ThemedIcons/PlusIcon.js +14 -14
  320. package/es/PRIVATE_ThemedIcons/RadioOffIcon.js +14 -14
  321. package/es/PRIVATE_ThemedIcons/RadioOnIcon.js +14 -14
  322. package/es/PRIVATE_ThemedIcons/SortAscendingIcon.js +14 -14
  323. package/es/PRIVATE_ThemedIcons/SortDefaultIcon.js +14 -14
  324. package/es/PRIVATE_ThemedIcons/SortDescendingIcon.js +14 -14
  325. package/es/PRIVATE_ThemedIcons/ViewHideIcon.js +14 -14
  326. package/es/PRIVATE_ThemedIcons/ViewIcon.js +14 -14
  327. package/es/PRIVATE_TimeComponent.js +17 -17
  328. package/es/PRIVATE_VisTabularDatatip.js +4 -4
  329. package/es/PictoChart-20c9a0c2.js +6 -6
  330. package/es/{PieChart-f349498b.js → PieChart-e41e3463.js} +5 -5
  331. package/es/{PieChart-f349498b.js.map → PieChart-e41e3463.js.map} +1 -1
  332. package/es/{Popup-8889a781.js → Popup-6288438d.js} +9 -9
  333. package/es/{Popup-8889a781.js.map → Popup-6288438d.js.map} +1 -1
  334. package/es/{ProgressBar-afafe39a.js → ProgressBar-ed0c5ba0.js} +3 -3
  335. package/es/{ProgressBar-afafe39a.js.map → ProgressBar-ed0c5ba0.js.map} +1 -1
  336. package/es/{ProgressCircle-fa5866a3.js → ProgressCircle-95a70910.js} +2 -2
  337. package/es/{ProgressCircle-fa5866a3.js.map → ProgressCircle-95a70910.js.map} +1 -1
  338. package/es/RadioItem-e5b1f50b.js +6 -6
  339. package/es/RatingGauge-4d8a68df.js +7 -7
  340. package/es/ReadonlyTextFieldInput-4392c7aa.js +1 -1
  341. package/es/RemovableNavigationListItem-4c86bec8.js +1 -1
  342. package/es/RemovableTabBarItem-217d4a0b.js +2 -2
  343. package/es/ReorderableTabBar-84640a66.js +2 -2
  344. package/es/RevealToggleIcon-9236963e.js +1 -1
  345. package/es/SectionalLegend-6ffb4255.js +4 -4
  346. package/es/{SectionedContent-815e377a.js → SectionedContent-13d72f4b.js} +5 -5
  347. package/es/{SectionedContent-815e377a.js.map → SectionedContent-13d72f4b.js.map} +1 -1
  348. package/es/SelectMultiple-fd3ea6f8.js +8 -8
  349. package/es/SelectSingle-8a8d1f5e.js +7 -7
  350. package/es/{SelectionCard-79044c5f.js → SelectionCard-8496e467.js} +2 -2
  351. package/es/{SelectionCard-79044c5f.js.map → SelectionCard-8496e467.js.map} +1 -1
  352. package/es/Selector-e56a73a8.js +1 -1
  353. package/es/SelectorAll-6f080f88.js +5 -5
  354. package/es/{Sheet-e4121f4a.js → Sheet-8914df23.js} +3 -3
  355. package/es/{Sheet-e4121f4a.js.map → Sheet-8914df23.js.map} +1 -1
  356. package/es/SplitMenuButton-79bdfe96.js +3 -3
  357. package/es/StyledTextField-c79f5438.js +3 -3
  358. package/es/Submenu-8b3fa593.js +1 -1
  359. package/es/TabBar-e39e8dbd.js +6 -6
  360. package/es/TabBarItem-c681fa07.js +3 -3
  361. package/es/TabBarLayout-a0d89ec4.js +1 -1
  362. package/es/TabBarMixed-3658d3d2.js +6 -6
  363. package/es/{TabBarMixedSeparator-8ab78880.js → TabBarMixedSeparator-da2254c9.js} +2 -2
  364. package/es/{TabBarMixedSeparator-8ab78880.js.map → TabBarMixedSeparator-da2254c9.js.map} +1 -1
  365. package/es/Table-e3ef68ad.js +3 -3
  366. package/es/TagCloud-78991c29.js +9 -9
  367. package/es/{TextArea-979496a0.js → TextArea-d97aac1f.js} +13 -30
  368. package/es/TextArea-d97aac1f.js.map +1 -0
  369. package/es/{TextAreaAutosize-b73aaa2f.js → TextAreaAutosize-68a4786d.js} +7 -7
  370. package/es/{TextAreaAutosize-b73aaa2f.js.map → TextAreaAutosize-68a4786d.js.map} +1 -1
  371. package/es/TextField-323fe0e9.js +3 -3
  372. package/es/TextFieldInput-3c39cb7b.js +1 -1
  373. package/es/Theme-redwood/theme.css +595 -614
  374. package/es/Theme-stable/theme.css +421 -402
  375. package/es/TimeComponentCanvas2D-c2ab38ba.js +4 -4
  376. package/es/Toolbar-f0e57a9d.js +1 -1
  377. package/es/TruncatingBadge-084c6682.js +2 -2
  378. package/es/TruncatingText-780cbb19.js +2 -2
  379. package/es/UNSAFE_ActionCard.js +2 -2
  380. package/es/UNSAFE_BarChart/__test__/BarChart.spec.js +29 -29
  381. package/es/UNSAFE_BarChart.js +29 -29
  382. package/es/UNSAFE_BaseButton.js +3 -3
  383. package/es/UNSAFE_Button.js +3 -3
  384. package/es/UNSAFE_ButtonLayout/tests/ButtonLayout.spec.js +18 -18
  385. package/es/UNSAFE_ButtonSet.js +4 -4
  386. package/es/UNSAFE_ButtonSetButton.js +3 -3
  387. package/es/UNSAFE_ButtonSetIconButton.js +14 -14
  388. package/es/UNSAFE_ButtonSetItem.js +14 -14
  389. package/es/UNSAFE_ButtonSetMultiple.js +4 -4
  390. package/es/UNSAFE_ButtonSetSingle.js +4 -4
  391. package/es/UNSAFE_CardFlexView.js +21 -21
  392. package/es/UNSAFE_CardGridView.js +21 -21
  393. package/es/UNSAFE_Center.js +5 -5
  394. package/es/UNSAFE_ChartWithLegend.js +4 -4
  395. package/es/UNSAFE_Checkbox/themes/redwood/CheckboxIconTheme.js +1 -1
  396. package/es/UNSAFE_Checkbox/themes/redwood/CheckboxIconVariants.css.js +1 -1
  397. package/es/UNSAFE_Checkbox/themes/redwood/CheckboxTheme.js +1 -1
  398. package/es/UNSAFE_Checkbox/themes/redwood/CheckboxVariants.css.js +1 -1
  399. package/es/UNSAFE_Checkbox/themes/stable/CheckboxIconTheme.js +1 -1
  400. package/es/UNSAFE_Checkbox/themes/stable/CheckboxIconVariants.css.js +1 -1
  401. package/es/UNSAFE_Checkbox/themes/stable/CheckboxTheme.js +1 -1
  402. package/es/UNSAFE_Checkbox/themes/stable/CheckboxVariants.css.js +1 -1
  403. package/es/UNSAFE_Checkbox.js +24 -24
  404. package/es/UNSAFE_CheckboxItem.js +25 -25
  405. package/es/UNSAFE_CheckboxSet.js +23 -23
  406. package/es/UNSAFE_Chip.js +2 -2
  407. package/es/UNSAFE_Collapsible/themes/redwood/CollapsibleTheme.js +1 -1
  408. package/es/UNSAFE_Collapsible/themes/redwood/CollapsibleVariants.css.js +1 -1
  409. package/es/UNSAFE_Collapsible/themes/stable/CollapsibleTheme.js +1 -1
  410. package/es/UNSAFE_Collapsible/themes/stable/CollapsibleVariants.css.js +1 -1
  411. package/es/UNSAFE_Collapsible.js +17 -17
  412. package/es/UNSAFE_ComponentMessage.js +18 -18
  413. package/es/UNSAFE_ConveyorBelt.js +14 -14
  414. package/es/UNSAFE_DatePicker.js +23 -23
  415. package/es/UNSAFE_Diagram.js +15 -15
  416. package/es/UNSAFE_Dialog.js +9 -9
  417. package/es/UNSAFE_DragHandle.js +15 -15
  418. package/es/UNSAFE_DrawerLayout.js +11 -11
  419. package/es/UNSAFE_DrawerPopup/themes/redwood/DrawerPopupTheme.js +1 -1
  420. package/es/UNSAFE_DrawerPopup/themes/redwood/DrawerPopupVariants.css.js +1 -1
  421. package/es/UNSAFE_DrawerPopup/themes/stable/DrawerPopupTheme.js +1 -1
  422. package/es/UNSAFE_DrawerPopup/themes/stable/DrawerPopupVariants.css.js +1 -1
  423. package/es/UNSAFE_DrawerPopup.js +11 -11
  424. package/es/UNSAFE_Dropdown.js +12 -12
  425. package/es/UNSAFE_Environment.js +4 -4
  426. package/es/UNSAFE_ExpandableList.js +22 -22
  427. package/es/UNSAFE_FilePicker.js +4 -4
  428. package/es/UNSAFE_Flex.js +4 -4
  429. package/es/UNSAFE_Floating.js +10 -10
  430. package/es/UNSAFE_FormLayout.js +2 -2
  431. package/es/UNSAFE_Gantt.js +21 -21
  432. package/es/UNSAFE_Grid.js +4 -4
  433. package/es/UNSAFE_HighlightText.js +4 -4
  434. package/es/UNSAFE_Icon.js +14 -14
  435. package/es/UNSAFE_IconButton.js +14 -14
  436. package/es/UNSAFE_IconMenuButton.js +18 -18
  437. package/es/UNSAFE_IconToggleButton.js +14 -14
  438. package/es/UNSAFE_Indexer.js +6 -6
  439. package/es/UNSAFE_InputDateMask.js +24 -24
  440. package/es/UNSAFE_InputDatePicker.js +33 -33
  441. package/es/UNSAFE_InputPassword.js +23 -23
  442. package/es/UNSAFE_InputSensitiveText.js +25 -25
  443. package/es/UNSAFE_InputText.js +26 -26
  444. package/es/UNSAFE_Label.js +22 -22
  445. package/es/UNSAFE_LabelValueLayout.js +5 -5
  446. package/es/UNSAFE_LabelledLink/themes/redwood/LabelledLinkTheme.js +1 -1
  447. package/es/UNSAFE_LabelledLink/themes/redwood/LabelledLinkVariants.css.js +1 -1
  448. package/es/UNSAFE_LabelledLink/themes/stable/LabelledLinkTheme.js +1 -1
  449. package/es/UNSAFE_LabelledLink/themes/stable/LabelledLinkVariants.css.js +1 -1
  450. package/es/UNSAFE_LabelledLink.js +26 -26
  451. package/es/UNSAFE_Layer.js +7 -7
  452. package/es/UNSAFE_Legend.js +22 -22
  453. package/es/UNSAFE_LineAreaChart/__test__/LineChart.spec.js +29 -29
  454. package/es/UNSAFE_LineAreaChart.js +30 -30
  455. package/es/UNSAFE_Link.js +2 -2
  456. package/es/UNSAFE_ListItemLayout.js +5 -5
  457. package/es/UNSAFE_ListView.js +25 -25
  458. package/es/UNSAFE_LiveRegion.js +4 -4
  459. package/es/UNSAFE_Menu.js +20 -20
  460. package/es/UNSAFE_MenuButton.js +18 -18
  461. package/es/UNSAFE_MessageBanner/themes/redwood/MessageBannerTheme.js +1 -1
  462. package/es/UNSAFE_MessageBanner/themes/redwood/MessageBannerVariants.css.js +1 -1
  463. package/es/UNSAFE_MessageBanner/themes/stable/MessageBannerTheme.js +1 -1
  464. package/es/UNSAFE_MessageBanner/themes/stable/MessageBannerVariants.css.js +1 -1
  465. package/es/UNSAFE_MessageBanner.js +18 -18
  466. package/es/UNSAFE_MessageToast.js +21 -21
  467. package/es/UNSAFE_MeterBar.js +14 -14
  468. package/es/UNSAFE_MeterCircle.js +14 -14
  469. package/es/UNSAFE_Modal.js +7 -7
  470. package/es/UNSAFE_NavigationList.js +18 -18
  471. package/es/UNSAFE_NavigationListCommon.js +16 -16
  472. package/es/UNSAFE_NumberInputText.js +25 -25
  473. package/es/UNSAFE_OverflowTabBar.js +23 -23
  474. package/es/UNSAFE_PictoChart.js +13 -13
  475. package/es/UNSAFE_PieChart/__test__/PieChart.spec.js +14 -14
  476. package/es/UNSAFE_PieChart.js +14 -14
  477. package/es/UNSAFE_Popup.js +15 -15
  478. package/es/UNSAFE_ProgressBar.js +5 -5
  479. package/es/UNSAFE_ProgressCircle.js +4 -4
  480. package/es/UNSAFE_RadioItem.js +22 -22
  481. package/es/UNSAFE_RadioSet.js +23 -23
  482. package/es/UNSAFE_RatingGauge.js +15 -15
  483. package/es/UNSAFE_ReorderableTabBar.js +21 -21
  484. package/es/UNSAFE_SectionalLegend.js +23 -23
  485. package/es/UNSAFE_SelectMultiple.js +32 -32
  486. package/es/UNSAFE_SelectSingle.js +32 -32
  487. package/es/UNSAFE_SelectionCard.js +4 -4
  488. package/es/UNSAFE_Selector.js +15 -15
  489. package/es/UNSAFE_SelectorAll.js +18 -18
  490. package/es/UNSAFE_Sheet/__test__/Sheet.spec.js +13 -13
  491. package/es/UNSAFE_Sheet.js +10 -10
  492. package/es/UNSAFE_SplitMenuButton.js +18 -18
  493. package/es/UNSAFE_TabBar.js +24 -24
  494. package/es/UNSAFE_TabBarCommon.js +23 -23
  495. package/es/UNSAFE_TabBarMixed.js +27 -27
  496. package/es/UNSAFE_TableView.js +18 -18
  497. package/es/UNSAFE_TagCloud.js +22 -22
  498. package/es/UNSAFE_TextArea.js +28 -27
  499. package/es/UNSAFE_TextArea.js.map +1 -1
  500. package/es/UNSAFE_TextAreaAutosize.js +27 -27
  501. package/es/UNSAFE_TextField.js +8 -8
  502. package/es/UNSAFE_ToggleButton.js +3 -3
  503. package/es/UNSAFE_Toolbar/tests/Toolbar.spec.js +20 -20
  504. package/es/UNSAFE_Toolbar.js +4 -4
  505. package/es/UNSAFE_Train.js +15 -15
  506. package/es/UNSAFE_TruncatingBadge.js +15 -15
  507. package/es/UNSAFE_TruncatingText.js +15 -15
  508. package/es/UNSAFE_UserAssistance.js +23 -23
  509. package/es/UNSAFE_View.js +7 -7
  510. package/es/UNSAFE_VirtualizedListView.js +19 -19
  511. package/es/UNSAFE_VisProgressiveLoader/__test__/VisProgressiveLoader.spec.js +8 -8
  512. package/es/UNSAFE_VisProgressiveLoader.js +6 -6
  513. package/es/UNSAFE_VisStatusMessage.js +6 -6
  514. package/es/UNSAFE_WindowOverlay.js +4 -4
  515. package/es/{View-6013acac.js → View-4dc6ce42.js} +5 -5
  516. package/es/{View-6013acac.js.map → View-4dc6ce42.js.map} +1 -1
  517. package/es/{VisNoData-8593beaa.js → VisNoData-c69e8f5e.js} +3 -3
  518. package/es/{VisNoData-8593beaa.js.map → VisNoData-c69e8f5e.js.map} +1 -1
  519. package/es/{VisProgressiveLoader-0d9a0dd0.js → VisProgressiveLoader-cc1ab7cc.js} +3 -3
  520. package/es/{VisProgressiveLoader-0d9a0dd0.js.map → VisProgressiveLoader-cc1ab7cc.js.map} +1 -1
  521. package/es/{VisTabularDatatip-1f16ca1f.js → VisTabularDatatip-418525b0.js} +2 -2
  522. package/es/{VisTabularDatatip-1f16ca1f.js.map → VisTabularDatatip-418525b0.js.map} +1 -1
  523. package/es/{WindowOverlay-e14f8324.js → WindowOverlay-88b63ede.js} +2 -2
  524. package/es/{WindowOverlay-e14f8324.js.map → WindowOverlay-88b63ede.js.map} +1 -1
  525. package/es/{YearsGridView-165e5eec.js → YearsGridView-76892288.js} +4 -4
  526. package/es/{YearsGridView-165e5eec.js.map → YearsGridView-76892288.js.map} +1 -1
  527. package/es/hoc/PRIVATE_withDirectionIcon.js +4 -4
  528. package/es/hoc/PRIVATE_withThemeIcon.js +3 -3
  529. package/es/hoc/UNSAFE_withThemeProps.js +3 -3
  530. package/es/hooks/PRIVATE_useChartContextMenu.js +18 -18
  531. package/es/hooks/PRIVATE_useChartDatatip.js +13 -13
  532. package/es/hooks/PRIVATE_useChartEvents.js +17 -17
  533. package/es/hooks/PRIVATE_useChartMarquee.js +16 -16
  534. package/es/hooks/PRIVATE_useCssVars.js +7 -7
  535. package/es/hooks/PRIVATE_useCurrentKey.js +4 -4
  536. package/es/hooks/PRIVATE_useDatatip.js +11 -11
  537. package/es/hooks/PRIVATE_useFloating.js +4 -4
  538. package/es/hooks/PRIVATE_useReorderable.js +4 -4
  539. package/es/hooks/PRIVATE_useRovingTabIndexContainer.js +4 -4
  540. package/es/hooks/PRIVATE_useSelection.js +4 -4
  541. package/es/hooks/PRIVATE_useTabBar.js +5 -5
  542. package/es/hooks/PRIVATE_useVisContextMenu.js +18 -18
  543. package/es/hooks/PRIVATE_useVisEvents.js +4 -4
  544. package/es/hooks/PRIVATE_useVisMeterEvents.js +13 -13
  545. package/es/hooks/PRIVATE_useVisSelection.js +12 -12
  546. package/es/hooks/UNSAFE_useColorScheme.js +3 -3
  547. package/es/hooks/UNSAFE_useCurrentBgColor.js +3 -3
  548. package/es/hooks/UNSAFE_useDensity.js +3 -3
  549. package/es/hooks/UNSAFE_useOutsideClick.js +7 -7
  550. package/es/hooks/UNSAFE_usePrefixSuffix.js +4 -4
  551. package/es/hooks/UNSAFE_useScale.js +3 -3
  552. package/es/hooks/UNSAFE_useTestId.js +3 -3
  553. package/es/hooks/UNSAFE_useTheme.js +3 -3
  554. package/es/hooks/UNSAFE_useThemeInterpolations.js +5 -5
  555. package/es/hooks/UNSAFE_useTooltip.js +15 -15
  556. package/es/hooks/UNSAFE_useTranslationBundle.js +3 -3
  557. package/es/hooks/UNSAFE_useUser.js +3 -3
  558. package/es/{index-5f0f1501.js → index-75f23286.js} +2 -2
  559. package/es/index-75f23286.js.map +1 -0
  560. package/es/listViewSelectionTests-ebf987d2.js +4 -4
  561. package/es/{render-c90e85c7.js → render-8e2a09d1.js} +3 -3
  562. package/es/{render-c90e85c7.js.map → render-8e2a09d1.js.map} +1 -1
  563. package/es/{tabbableUtils-e6193af2.js → tabbableUtils-73a9ba14.js} +3 -3
  564. package/es/{tabbableUtils-e6193af2.js.map → tabbableUtils-73a9ba14.js.map} +1 -1
  565. package/es/{testData-2998863b.js → testData-0aee4d83.js} +3 -3
  566. package/es/{testData-2998863b.js.map → testData-0aee4d83.js.map} +1 -1
  567. package/es/useCellNavigation-006fbce0.js +1 -1
  568. package/es/useChartContextMenu-0014fc73.js +3 -3
  569. package/es/{useChartDatatip-b6b2b00a.js → useChartDatatip-f7bacd9b.js} +4 -4
  570. package/es/{useChartDatatip-b6b2b00a.js.map → useChartDatatip-f7bacd9b.js.map} +1 -1
  571. package/es/useChartMarquee-38dbb5f9.js +1 -1
  572. package/es/{useColorScheme-e1b17324.js → useColorScheme-bf110202.js} +2 -2
  573. package/es/{useColorScheme-e1b17324.js.map → useColorScheme-bf110202.js.map} +1 -1
  574. package/es/useContextMenu-81db2534.js +3 -3
  575. package/es/{useCssVars-64d9b696.js → useCssVars-b3bf30fb.js} +5 -5
  576. package/es/{useCssVars-64d9b696.js.map → useCssVars-b3bf30fb.js.map} +1 -1
  577. package/es/{useCurrentBgColor-d89afadb.js → useCurrentBgColor-b3ebd7be.js} +2 -2
  578. package/es/{useCurrentBgColor-d89afadb.js.map → useCurrentBgColor-b3ebd7be.js.map} +1 -1
  579. package/es/{useCurrentKey-db7d3bb9.js → useCurrentKey-1f99b0f6.js} +2 -2
  580. package/es/{useCurrentKey-db7d3bb9.js.map → useCurrentKey-1f99b0f6.js.map} +1 -1
  581. package/es/{useDatatip-7c661980.js → useDatatip-f9bcaab9.js} +4 -4
  582. package/es/{useDatatip-7c661980.js.map → useDatatip-f9bcaab9.js.map} +1 -1
  583. package/es/{useDensity-60cfa748.js → useDensity-9f6c6bf0.js} +2 -2
  584. package/es/{useDensity-60cfa748.js.map → useDensity-9f6c6bf0.js.map} +1 -1
  585. package/es/{useFloating-c99976f8.js → useFloating-1cca9e4f.js} +2 -2
  586. package/es/{useFloating-c99976f8.js.map → useFloating-1cca9e4f.js.map} +1 -1
  587. package/es/{useKeyboardEvents-102b4feb.js → useKeyboardEvents-11b26017.js} +2 -2
  588. package/es/{useKeyboardEvents-102b4feb.js.map → useKeyboardEvents-11b26017.js.map} +1 -1
  589. package/es/useLegendContextMenu-d88be99d.js +5 -5
  590. package/es/{useMeterDatatip-262c0e39.js → useMeterDatatip-7366880d.js} +3 -3
  591. package/es/{useMeterDatatip-262c0e39.js.map → useMeterDatatip-7366880d.js.map} +1 -1
  592. package/es/{useOutsideClick-eb8324f6.js → useOutsideClick-ab98bfa3.js} +2 -2
  593. package/es/{useOutsideClick-eb8324f6.js.map → useOutsideClick-ab98bfa3.js.map} +1 -1
  594. package/es/{usePopupAnimation-4be04290.js → usePopupAnimation-4969107b.js} +2 -2
  595. package/es/{usePopupAnimation-4be04290.js.map → usePopupAnimation-4969107b.js.map} +1 -1
  596. package/es/{usePrefixSuffix-71a410f4.js → usePrefixSuffix-a14dacb0.js} +2 -2
  597. package/es/{usePrefixSuffix-71a410f4.js.map → usePrefixSuffix-a14dacb0.js.map} +1 -1
  598. package/es/useReorderableItem-25aa1c34.js +2 -2
  599. package/es/{useRovingTabIndexContainer-e7926bd6.js → useRovingTabIndexContainer-91fd85f3.js} +2 -2
  600. package/es/{useRovingTabIndexContainer-e7926bd6.js.map → useRovingTabIndexContainer-91fd85f3.js.map} +1 -1
  601. package/es/{useScale-d64a1a28.js → useScale-42018695.js} +2 -2
  602. package/es/{useScale-d64a1a28.js.map → useScale-42018695.js.map} +1 -1
  603. package/es/useSelectCommon-b6d67057.js +11 -11
  604. package/es/{useSelectDrill-9ce5bccf.js → useSelectDrill-333650bd.js} +3 -3
  605. package/es/{useSelectDrill-9ce5bccf.js.map → useSelectDrill-333650bd.js.map} +1 -1
  606. package/es/{useSelection-c12f7802.js → useSelection-48f572e5.js} +5 -5
  607. package/es/{useSelection-c12f7802.js.map → useSelection-48f572e5.js.map} +1 -1
  608. package/es/{useSelection-ce0f9a43.js → useSelection-a098b3af.js} +2 -2
  609. package/es/{useSelection-ce0f9a43.js.map → useSelection-a098b3af.js.map} +1 -1
  610. package/es/{useTabBar-8af19c50.js → useTabBar-4b318196.js} +2 -2
  611. package/es/{useTabBar-8af19c50.js.map → useTabBar-4b318196.js.map} +1 -1
  612. package/es/{useTestId-adde554c.js → useTestId-f5aed66c.js} +2 -2
  613. package/es/{useTestId-adde554c.js.map → useTestId-f5aed66c.js.map} +1 -1
  614. package/es/{useTheme-1f6035d2.js → useTheme-e7ea1253.js} +2 -2
  615. package/es/{useTheme-1f6035d2.js.map → useTheme-e7ea1253.js.map} +1 -1
  616. package/es/{useThemeInterpolations-9bddc683.js → useThemeInterpolations-66ce2e56.js} +4 -4
  617. package/es/{useThemeInterpolations-9bddc683.js.map → useThemeInterpolations-66ce2e56.js.map} +1 -1
  618. package/es/{useTooltip-9dec25b3.js → useTooltip-30a4a4fc.js} +2 -2
  619. package/es/{useTooltip-9dec25b3.js.map → useTooltip-30a4a4fc.js.map} +1 -1
  620. package/es/{useTooltipControlled-2044f639.js → useTooltipControlled-eafec36e.js} +8 -8
  621. package/es/{useTooltipControlled-2044f639.js.map → useTooltipControlled-eafec36e.js.map} +1 -1
  622. package/es/{useTranslationBundle-cd815e10.js → useTranslationBundle-e8a8c4f3.js} +2 -2
  623. package/es/{useTranslationBundle-cd815e10.js.map → useTranslationBundle-e8a8c4f3.js.map} +1 -1
  624. package/es/{useUser-99920e02.js → useUser-fb09e212.js} +2 -2
  625. package/es/{useUser-99920e02.js.map → useUser-fb09e212.js.map} +1 -1
  626. package/es/{useVisEvents-4cfe354c.js → useVisEvents-e31dcd17.js} +2 -2
  627. package/es/{useVisEvents-4cfe354c.js.map → useVisEvents-e31dcd17.js.map} +1 -1
  628. package/es/utils/PRIVATE_visTestUtils.js +6 -6
  629. package/es/{withDirectionIcon-f8ff778c.js → withDirectionIcon-6eefb71a.js} +2 -2
  630. package/es/{withDirectionIcon-f8ff778c.js.map → withDirectionIcon-6eefb71a.js.map} +1 -1
  631. package/package.json +2 -2
  632. package/amd/CardFlexView-a647550f.js +0 -2
  633. package/amd/CardGridView-06fb67cb.js +0 -2
  634. package/amd/InputDatePicker-da5d8728.js +0 -2
  635. package/amd/List-5958c802.js +0 -2
  636. package/amd/LoadMoreCollection-83413a59.js +0 -2
  637. package/amd/TextArea-2c7af40c.js +0 -2
  638. package/amd/TextArea-2c7af40c.js.map +0 -1
  639. package/amd/TextAreaAutosize-9dc5bffe.js +0 -2
  640. package/amd/VirtualizedListView-ead601c7.js +0 -2
  641. package/cjs/BaseNavigationListItem-175a3f35.js +0 -49
  642. package/cjs/BaseNavigationListItem-175a3f35.js.map +0 -1
  643. package/cjs/NavigationList-5218562e.js.map +0 -1
  644. package/cjs/NavigationListItem-b80c41dc.js +0 -12
  645. package/cjs/NavigationListItem-b80c41dc.js.map +0 -1
  646. package/cjs/useNavigationListItem-74009187.js.map +0 -1
  647. package/es/TextArea-979496a0.js.map +0 -1
  648. package/es/index-5f0f1501.js.map +0 -1
  649. /package/es/PRIVATE_BaseCardView/themes/{redwood → stable}/BaseCardViewBaseTheme.styles.css +0 -0
  650. /package/es/PRIVATE_Table/themes/{redwood → stable}/TableBaseTheme.styles.css +0 -0
@@ -1,20 +1,20 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { u as useOutsideClick } from '../useOutsideClick-eb8324f6.js';
2
+ export { u as useOutsideClick } from '../useOutsideClick-ab98bfa3.js';
3
3
  import 'preact/hooks';
4
4
  import '../arrayUtils-35a58161.js';
5
- import '../Layer-9b06412e.js';
5
+ import '../Layer-5d259d3a.js';
6
6
  import 'preact/jsx-runtime';
7
7
  import 'preact/compat';
8
- import '../LayerHost-45f545d7.js';
9
- import 'preact';
8
+ import '../LayerHost-aaed41a1.js';
10
9
  import '../Common/themes/redwood/theme.js';
11
10
  import '../Common/themes/themeContract.css.js';
11
+ import 'preact';
12
12
  import '../classNames-4e12b00d.js';
13
13
  import '../UNSAFE_Layer/themes/LayerStyles.css.js';
14
14
  import './../LayerStyles.styles.css';
15
- import '../useThemeInterpolations-9bddc683.js';
16
- import '../useColorScheme-e1b17324.js';
17
- import '../useScale-d64a1a28.js';
15
+ import '../useThemeInterpolations-66ce2e56.js';
16
+ import '../useColorScheme-bf110202.js';
17
+ import '../useScale-42018695.js';
18
18
  import '../theme-63551f30.js';
19
19
  import '../Theme-e6dec6db.js';
20
20
  import '../mergeInterpolations-e2db2a66.js';
@@ -1,12 +1,12 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { u as usePrefixSuffix } from '../usePrefixSuffix-71a410f4.js';
2
+ export { u as usePrefixSuffix } from '../usePrefixSuffix-a14dacb0.js';
3
3
  import '../stringUtils-16f617bc.js';
4
- import '../useUser-99920e02.js';
4
+ import '../useUser-fb09e212.js';
5
5
  import 'preact/hooks';
6
- import '../LayerHost-45f545d7.js';
7
- import 'preact';
6
+ import '../LayerHost-aaed41a1.js';
8
7
  import '../Common/themes/redwood/theme.js';
9
8
  import '../Common/themes/themeContract.css.js';
9
+ import 'preact';
10
10
  import 'preact/jsx-runtime';
11
11
  import 'preact/compat';
12
12
  //# sourceMappingURL=UNSAFE_usePrefixSuffix.js.map
@@ -1,10 +1,10 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { u as useScale } from '../useScale-d64a1a28.js';
2
+ export { u as useScale } from '../useScale-42018695.js';
3
3
  import 'preact/hooks';
4
- import '../LayerHost-45f545d7.js';
5
- import 'preact';
4
+ import '../LayerHost-aaed41a1.js';
6
5
  import '../Common/themes/redwood/theme.js';
7
6
  import '../Common/themes/themeContract.css.js';
7
+ import 'preact';
8
8
  import 'preact/jsx-runtime';
9
9
  import 'preact/compat';
10
10
  //# sourceMappingURL=UNSAFE_useScale.js.map
@@ -1,9 +1,9 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { u as useTestId } from '../useTestId-adde554c.js';
3
- import '../LayerHost-45f545d7.js';
4
- import 'preact';
2
+ export { u as useTestId } from '../useTestId-f5aed66c.js';
3
+ import '../LayerHost-aaed41a1.js';
5
4
  import '../Common/themes/redwood/theme.js';
6
5
  import '../Common/themes/themeContract.css.js';
6
+ import 'preact';
7
7
  import 'preact/jsx-runtime';
8
8
  import 'preact/compat';
9
9
  import 'preact/hooks';
@@ -1,10 +1,10 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { u as useTheme } from '../useTheme-1f6035d2.js';
2
+ export { u as useTheme } from '../useTheme-e7ea1253.js';
3
3
  import 'preact/hooks';
4
- import '../LayerHost-45f545d7.js';
5
- import 'preact';
4
+ import '../LayerHost-aaed41a1.js';
6
5
  import '../Common/themes/redwood/theme.js';
7
6
  import '../Common/themes/themeContract.css.js';
7
+ import 'preact';
8
8
  import 'preact/jsx-runtime';
9
9
  import 'preact/compat';
10
10
  //# sourceMappingURL=UNSAFE_useTheme.js.map
@@ -1,14 +1,14 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { u as useThemeInterpolations } from '../useThemeInterpolations-9bddc683.js';
3
- import '../useColorScheme-e1b17324.js';
2
+ export { u as useThemeInterpolations } from '../useThemeInterpolations-66ce2e56.js';
3
+ import '../useColorScheme-bf110202.js';
4
4
  import 'preact/hooks';
5
- import '../LayerHost-45f545d7.js';
6
- import 'preact';
5
+ import '../LayerHost-aaed41a1.js';
7
6
  import '../Common/themes/redwood/theme.js';
8
7
  import '../Common/themes/themeContract.css.js';
8
+ import 'preact';
9
9
  import 'preact/jsx-runtime';
10
10
  import 'preact/compat';
11
- import '../useScale-d64a1a28.js';
11
+ import '../useScale-42018695.js';
12
12
  import '../theme-63551f30.js';
13
13
  import '../Theme-e6dec6db.js';
14
14
  import '../mergeInterpolations-e2db2a66.js';
@@ -1,28 +1,28 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { u as useTooltip } from '../useTooltip-9dec25b3.js';
3
- export { u as useTooltipControlled } from '../useTooltipControlled-2044f639.js';
2
+ export { u as useTooltip } from '../useTooltip-30a4a4fc.js';
3
+ export { u as useTooltipControlled } from '../useTooltipControlled-eafec36e.js';
4
4
  import 'preact/hooks';
5
5
  import 'preact/jsx-runtime';
6
6
  import '../useId-03dbfdf0.js';
7
- import '../Floating-9703160e.js';
7
+ import '../Floating-5b269acc.js';
8
8
  import 'preact/compat';
9
- import '../useFloating-c99976f8.js';
10
- import '../useUser-99920e02.js';
11
- import '../LayerHost-45f545d7.js';
12
- import 'preact';
9
+ import '../useFloating-1cca9e4f.js';
10
+ import '../useUser-fb09e212.js';
11
+ import '../LayerHost-aaed41a1.js';
13
12
  import '../Common/themes/redwood/theme.js';
14
13
  import '../Common/themes/themeContract.css.js';
14
+ import 'preact';
15
15
  import '../positionUtils-1ec41fd0.js';
16
16
  import '../refUtils-b9d8d91a.js';
17
- import '../useOutsideClick-eb8324f6.js';
17
+ import '../useOutsideClick-ab98bfa3.js';
18
18
  import '../arrayUtils-35a58161.js';
19
- import '../Layer-9b06412e.js';
19
+ import '../Layer-5d259d3a.js';
20
20
  import '../classNames-4e12b00d.js';
21
21
  import '../UNSAFE_Layer/themes/LayerStyles.css.js';
22
22
  import './../LayerStyles.styles.css';
23
- import '../useThemeInterpolations-9bddc683.js';
24
- import '../useColorScheme-e1b17324.js';
25
- import '../useScale-d64a1a28.js';
23
+ import '../useThemeInterpolations-66ce2e56.js';
24
+ import '../useColorScheme-bf110202.js';
25
+ import '../useScale-42018695.js';
26
26
  import '../theme-63551f30.js';
27
27
  import '../Theme-e6dec6db.js';
28
28
  import '../mergeInterpolations-e2db2a66.js';
@@ -50,7 +50,7 @@ import '../useFocus-38c95977.js';
50
50
  import '../useTouch-4828df25.js';
51
51
  import '../mergeProps-88ea8306.js';
52
52
  import '../useAnimation-fe9990dc.js';
53
- import '../useTestId-adde554c.js';
53
+ import '../useTestId-f5aed66c.js';
54
54
  import './UNSAFE_useTooltip/themes/redwood/TooltipContentTheme.js';
55
55
  import './UNSAFE_useTooltip/themes/TooltipContentStyles.css.js';
56
56
  import './../TooltipContentStyles.styles.css';
@@ -58,6 +58,6 @@ import './UNSAFE_useTooltip/themes/redwood/TooltipContentBaseTheme.css.js';
58
58
  import './UNSAFE_useTooltip/themes/redwood/TooltipContentBaseTheme.styles.css';
59
59
  import './UNSAFE_useTooltip/themes/redwood/TooltipContentVariants.css.js';
60
60
  import './../TooltipContentVariants.styles.css';
61
- import '../EnvironmentProvider-f543a463.js';
62
- import '../LayerManager-625d2503.js';
61
+ import '../EnvironmentProvider-6846a7ff.js';
62
+ import '../LayerManager-87beee1e.js';
63
63
  //# sourceMappingURL=UNSAFE_useTooltip.js.map
@@ -1,10 +1,10 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { u as useTranslationBundle } from '../useTranslationBundle-cd815e10.js';
2
+ export { u as useTranslationBundle } from '../useTranslationBundle-e8a8c4f3.js';
3
3
  import 'preact/hooks';
4
- import '../LayerHost-45f545d7.js';
5
- import 'preact';
4
+ import '../LayerHost-aaed41a1.js';
6
5
  import '../Common/themes/redwood/theme.js';
7
6
  import '../Common/themes/themeContract.css.js';
7
+ import 'preact';
8
8
  import 'preact/jsx-runtime';
9
9
  import 'preact/compat';
10
10
  //# sourceMappingURL=UNSAFE_useTranslationBundle.js.map
@@ -1,10 +1,10 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- export { u as useUser } from '../useUser-99920e02.js';
2
+ export { u as useUser } from '../useUser-fb09e212.js';
3
3
  import 'preact/hooks';
4
- import '../LayerHost-45f545d7.js';
5
- import 'preact';
4
+ import '../LayerHost-aaed41a1.js';
6
5
  import '../Common/themes/redwood/theme.js';
7
6
  import '../Common/themes/themeContract.css.js';
7
+ import 'preact';
8
8
  import 'preact/jsx-runtime';
9
9
  import 'preact/compat';
10
10
  //# sourceMappingURL=UNSAFE_useUser.js.map
@@ -1,5 +1,5 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- import { M as MessageLayer, p as positions } from './MessageLayer-0946d6b7.js';
2
+ import { M as MessageLayer, p as positions } from './MessageLayer-322485df.js';
3
3
 
4
4
  var MessageLayerModule = {
5
5
  __proto__: null,
@@ -8,4 +8,4 @@ var MessageLayerModule = {
8
8
  };
9
9
 
10
10
  export { MessageLayerModule as M };
11
- //# sourceMappingURL=index-5f0f1501.js.map
11
+ //# sourceMappingURL=index-75f23286.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-75f23286.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
@@ -3,16 +3,16 @@ import { jsx, jsxs, Fragment } from 'preact/jsx-runtime';
3
3
  import { render, fireEvent, screen, waitFor } from '@testing-library/preact';
4
4
  import userEvent from '@testing-library/user-event';
5
5
  import { expect } from 'chai';
6
- import './LayerHost-45f545d7.js';
7
- import { R as RootEnvironmentProvider } from './EnvironmentProvider-f543a463.js';
6
+ import './LayerHost-aaed41a1.js';
7
+ import { R as RootEnvironmentProvider } from './EnvironmentProvider-6846a7ff.js';
8
8
  import { m as matchTranslationBundle } from './matchTranslationBundle-d9e64706.js';
9
9
  import { C as CollectionGestureContext } from './useCollectionGestureContext-f18b492f.js';
10
10
  import 'preact/hooks';
11
- import './Menu-c7ab8412.js';
11
+ import './Menu-b0c28cfd.js';
12
12
  import { l as MenuItem } from './MenuItem-a8f9c954.js';
13
13
  import 'preact';
14
14
  import { x as xUnits } from './utils-6eab3a64.js';
15
- import './useTooltipControlled-2044f639.js';
15
+ import './useTooltipControlled-eafec36e.js';
16
16
  import './IconStyle.styles.css';
17
17
  import './SelectMenuGroupContext-b56cf5d4.js';
18
18
  import './logger-c92f309c.js';
@@ -2,8 +2,8 @@
2
2
  import { jsx } from 'preact/jsx-runtime';
3
3
  import { render } from '@testing-library/preact';
4
4
  import userEvent from '@testing-library/user-event';
5
- import './LayerHost-45f545d7.js';
6
- import { R as RootEnvironmentProvider } from './EnvironmentProvider-f543a463.js';
5
+ import './LayerHost-aaed41a1.js';
6
+ import { R as RootEnvironmentProvider } from './EnvironmentProvider-6846a7ff.js';
7
7
  import bundle from './resources/nls/en/bundle.js';
8
8
 
9
9
  const defaultEnvironment = {
@@ -31,4 +31,4 @@ const renderAndSetupInEnv = (...args) => ({
31
31
  });
32
32
 
33
33
  export { renderAndSetupInEnv as a, renderInEnv as r };
34
- //# sourceMappingURL=render-c90e85c7.js.map
34
+ //# sourceMappingURL=render-8e2a09d1.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"render-c90e85c7.js","sources":["../../src/__tests__/utils/render.tsx"],"sourcesContent":["import { RenderOptions, RenderResult, render } from '@testing-library/preact';\nimport userEvent from '@testing-library/user-event';\nimport { ComponentProps } from 'preact';\nimport { RootEnvironment, RootEnvironmentProvider } from '../../UNSAFE_Environment';\nimport translations from '../../resources/nls/en/bundle';\n\ntype RootEnvironmentProviderProps = ComponentProps<typeof RootEnvironmentProvider>;\n\nconst defaultEnvironment: Partial<RootEnvironment> = {\n translations: { '@oracle/oraclejet-preact': translations },\n mode: 'test'\n};\n\nexport const renderInEnv = (\n children: RootEnvironmentProviderProps['children'],\n environment = defaultEnvironment,\n options?: Omit<RenderOptions, 'queries'>\n) => {\n // We merge the provided environment with the default environment here. This way tests\n // can override some part of the environment without having to provide the other parts.\n // For example, if a test wants to provide `user.locale`, then it can do:\n //\n // renderInEnv(<SomeComponent />, { user: { locale: 'en-US' } });\n //\n // With this call, the test do not have to provide `translations` and `mode`. The provided\n // `user` object will be merged with the default environment. The final environment object\n // will have `translations`, `mode`, and `user` properties specified in it.\n const mergedEnvironment = { ...defaultEnvironment, ...environment };\n\n const { rerender: _rerender, ...result } = render(\n <RootEnvironmentProvider environment={mergedEnvironment}>{children}</RootEnvironmentProvider>,\n options\n );\n const rerender = (children: RootEnvironmentProviderProps['children']) =>\n _rerender(\n <RootEnvironmentProvider environment={mergedEnvironment}>{children}</RootEnvironmentProvider>\n );\n return { rerender, ...result } as RenderResult;\n};\n\nexport const renderAndSetupInEnv = (...args: Parameters<typeof renderInEnv>) => ({\n user: userEvent.setup(),\n ...renderInEnv(...args)\n});\n"],"names":["translations","_jsx"],"mappings":";;;;;;;;AAQA,MAAM,kBAAkB,GAA6B;AACnD,IAAA,YAAY,EAAE,EAAE,0BAA0B,EAAEA,MAAY,EAAE;AAC1D,IAAA,IAAI,EAAE,MAAM;CACb,CAAC;AAEK,MAAM,WAAW,GAAG,CACzB,QAAkD,EAClD,WAAW,GAAG,kBAAkB,EAChC,OAAwC,KACtC;;;;;;;;;;IAUF,MAAM,iBAAiB,GAAG,EAAE,GAAG,kBAAkB,EAAE,GAAG,WAAW,EAAE,CAAC;IAEpE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,MAAM,EAAE,GAAG,MAAM,CAC/CC,IAAC,uBAAuB,EAAA,EAAC,WAAW,EAAE,iBAAiB,EAAA,QAAA,EAAG,QAAQ,EAA2B,CAAA,EAC7F,OAAO,CACR,CAAC;AACF,IAAA,MAAM,QAAQ,GAAG,CAAC,QAAkD,KAClE,SAAS,CACPA,IAAC,uBAAuB,EAAA,EAAC,WAAW,EAAE,iBAAiB,YAAG,QAAQ,EAAA,CAA2B,CAC9F,CAAC;AACJ,IAAA,OAAO,EAAE,QAAQ,EAAE,GAAG,MAAM,EAAkB,CAAC;AACjD,EAAE;AAEW,MAAA,mBAAmB,GAAG,CAAC,GAAG,IAAoC,MAAM;AAC/E,IAAA,IAAI,EAAE,SAAS,CAAC,KAAK,EAAE;AACvB,IAAA,GAAG,WAAW,CAAC,GAAG,IAAI,CAAC;AACxB,CAAA;;;;"}
1
+ {"version":3,"file":"render-8e2a09d1.js","sources":["../../src/__tests__/utils/render.tsx"],"sourcesContent":["import { RenderOptions, RenderResult, render } from '@testing-library/preact';\nimport userEvent from '@testing-library/user-event';\nimport { ComponentProps } from 'preact';\nimport { RootEnvironment, RootEnvironmentProvider } from '../../UNSAFE_Environment';\nimport translations from '../../resources/nls/en/bundle';\n\ntype RootEnvironmentProviderProps = ComponentProps<typeof RootEnvironmentProvider>;\n\nconst defaultEnvironment: Partial<RootEnvironment> = {\n translations: { '@oracle/oraclejet-preact': translations },\n mode: 'test'\n};\n\nexport const renderInEnv = (\n children: RootEnvironmentProviderProps['children'],\n environment = defaultEnvironment,\n options?: Omit<RenderOptions, 'queries'>\n) => {\n // We merge the provided environment with the default environment here. This way tests\n // can override some part of the environment without having to provide the other parts.\n // For example, if a test wants to provide `user.locale`, then it can do:\n //\n // renderInEnv(<SomeComponent />, { user: { locale: 'en-US' } });\n //\n // With this call, the test do not have to provide `translations` and `mode`. The provided\n // `user` object will be merged with the default environment. The final environment object\n // will have `translations`, `mode`, and `user` properties specified in it.\n const mergedEnvironment = { ...defaultEnvironment, ...environment };\n\n const { rerender: _rerender, ...result } = render(\n <RootEnvironmentProvider environment={mergedEnvironment}>{children}</RootEnvironmentProvider>,\n options\n );\n const rerender = (children: RootEnvironmentProviderProps['children']) =>\n _rerender(\n <RootEnvironmentProvider environment={mergedEnvironment}>{children}</RootEnvironmentProvider>\n );\n return { rerender, ...result } as RenderResult;\n};\n\nexport const renderAndSetupInEnv = (...args: Parameters<typeof renderInEnv>) => ({\n user: userEvent.setup(),\n ...renderInEnv(...args)\n});\n"],"names":["translations","_jsx"],"mappings":";;;;;;;;AAQA,MAAM,kBAAkB,GAA6B;AACnD,IAAA,YAAY,EAAE,EAAE,0BAA0B,EAAEA,MAAY,EAAE;AAC1D,IAAA,IAAI,EAAE,MAAM;CACb,CAAC;AAEK,MAAM,WAAW,GAAG,CACzB,QAAkD,EAClD,WAAW,GAAG,kBAAkB,EAChC,OAAwC,KACtC;;;;;;;;;;IAUF,MAAM,iBAAiB,GAAG,EAAE,GAAG,kBAAkB,EAAE,GAAG,WAAW,EAAE,CAAC;IAEpE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,MAAM,EAAE,GAAG,MAAM,CAC/CC,IAAC,uBAAuB,EAAA,EAAC,WAAW,EAAE,iBAAiB,EAAA,QAAA,EAAG,QAAQ,EAA2B,CAAA,EAC7F,OAAO,CACR,CAAC;AACF,IAAA,MAAM,QAAQ,GAAG,CAAC,QAAkD,KAClE,SAAS,CACPA,IAAC,uBAAuB,EAAA,EAAC,WAAW,EAAE,iBAAiB,YAAG,QAAQ,EAAA,CAA2B,CAC9F,CAAC;AACJ,IAAA,OAAO,EAAE,QAAQ,EAAE,GAAG,MAAM,EAAkB,CAAC;AACjD,EAAE;AAEW,MAAA,mBAAmB,GAAG,CAAC,GAAG,IAAoC,MAAM;AAC/E,IAAA,IAAI,EAAE,SAAS,CAAC,KAAK,EAAE;AACvB,IAAA,GAAG,WAAW,CAAC,GAAG,IAAI,CAAC;AACxB,CAAA;;;;"}
@@ -2,8 +2,8 @@
2
2
  import { jsx } from 'preact/jsx-runtime';
3
3
  import { render } from '@testing-library/preact';
4
4
  import { m as matchTranslationBundle } from './matchTranslationBundle-d9e64706.js';
5
- import './LayerHost-45f545d7.js';
6
- import { R as RootEnvironmentProvider } from './EnvironmentProvider-f543a463.js';
5
+ import './LayerHost-aaed41a1.js';
6
+ import { R as RootEnvironmentProvider } from './EnvironmentProvider-6846a7ff.js';
7
7
  import { T as TabbableModeContext } from './TabbableModeContext-7d8ad946.js';
8
8
  import 'preact/hooks';
9
9
 
@@ -76,4 +76,4 @@ const setupTabbableComponent = async (component, isTabbable) => {
76
76
  };
77
77
 
78
78
  export { setupTabbableComponent as s };
79
- //# sourceMappingURL=tabbableUtils-e6193af2.js.map
79
+ //# sourceMappingURL=tabbableUtils-73a9ba14.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabbableUtils-e6193af2.js","sources":["../../src/utils/PRIVATE_visTestUtils/tabbableUtils.tsx"],"sourcesContent":["import { render } from '@testing-library/preact';\nimport { matchTranslationBundle } from '../UNSAFE_matchTranslationBundle';\nimport { RootEnvironmentProvider } from '../../UNSAFE_Environment';\nimport type { RootEnvironment } from '../../UNSAFE_Environment';\nimport { TabbableModeContext } from '../../hooks/UNSAFE_useTabbableMode';\nimport { JSXInternal } from 'preact/src/jsx';\n\nexport const setupTabbableComponent = async (\n component: JSXInternal.Element,\n isTabbable?: boolean\n) => {\n const locale = matchTranslationBundle(['en'], new Set(['en-US', 'en']));\n const { default: translations } = await import(`../../resources/nls/${locale}/bundle.ts`);\n const env: Partial<RootEnvironment> = {\n translations: { '@oracle/oraclejet-preact': translations }\n };\n if (isTabbable !== undefined) {\n return render(\n <RootEnvironmentProvider environment={env}>\n <TabbableModeContext.Provider value={{ isTabbable: isTabbable }}>\n {component}\n </TabbableModeContext.Provider>\n </RootEnvironmentProvider>\n );\n } else {\n return render(<RootEnvironmentProvider environment={env}>{component}</RootEnvironmentProvider>);\n }\n};\n"],"names":["_jsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOa,MAAA,sBAAsB,GAAG,OACpC,SAA8B,EAC9B,UAAoB,KAClB;AACF,IAAA,MAAM,MAAM,GAAG,sBAAsB,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AACxE,IAAA,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,GAAG,MAAM,iCAAM,CAAC,CAAA,oBAAA,EAAuB,MAAM,CAAA,UAAA,CAAY,CAAC,CAAC;AAC1F,IAAA,MAAM,GAAG,GAA6B;AACpC,QAAA,YAAY,EAAE,EAAE,0BAA0B,EAAE,YAAY,EAAE;KAC3D,CAAC;AACF,IAAA,IAAI,UAAU,KAAK,SAAS,EAAE;QAC5B,OAAO,MAAM,CACXA,GAAA,CAAC,uBAAuB,EAAA,EAAC,WAAW,EAAE,GAAG,EAAA,QAAA,EACvCA,GAAC,CAAA,mBAAmB,CAAC,QAAQ,IAAC,KAAK,EAAE,EAAE,UAAU,EAAE,UAAU,EAAE,EAAA,QAAA,EAC5D,SAAS,EAAA,CACmB,EACP,CAAA,CAC3B,CAAC;KACH;SAAM;AACL,QAAA,OAAO,MAAM,CAACA,GAAC,CAAA,uBAAuB,EAAC,EAAA,WAAW,EAAE,GAAG,EAAG,QAAA,EAAA,SAAS,EAA2B,CAAA,CAAC,CAAC;KACjG;AACH;;;;"}
1
+ {"version":3,"file":"tabbableUtils-73a9ba14.js","sources":["../../src/utils/PRIVATE_visTestUtils/tabbableUtils.tsx"],"sourcesContent":["import { render } from '@testing-library/preact';\nimport { matchTranslationBundle } from '../UNSAFE_matchTranslationBundle';\nimport { RootEnvironmentProvider } from '../../UNSAFE_Environment';\nimport type { RootEnvironment } from '../../UNSAFE_Environment';\nimport { TabbableModeContext } from '../../hooks/UNSAFE_useTabbableMode';\nimport { JSXInternal } from 'preact/src/jsx';\n\nexport const setupTabbableComponent = async (\n component: JSXInternal.Element,\n isTabbable?: boolean\n) => {\n const locale = matchTranslationBundle(['en'], new Set(['en-US', 'en']));\n const { default: translations } = await import(`../../resources/nls/${locale}/bundle.ts`);\n const env: Partial<RootEnvironment> = {\n translations: { '@oracle/oraclejet-preact': translations }\n };\n if (isTabbable !== undefined) {\n return render(\n <RootEnvironmentProvider environment={env}>\n <TabbableModeContext.Provider value={{ isTabbable: isTabbable }}>\n {component}\n </TabbableModeContext.Provider>\n </RootEnvironmentProvider>\n );\n } else {\n return render(<RootEnvironmentProvider environment={env}>{component}</RootEnvironmentProvider>);\n }\n};\n"],"names":["_jsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOa,MAAA,sBAAsB,GAAG,OACpC,SAA8B,EAC9B,UAAoB,KAClB;AACF,IAAA,MAAM,MAAM,GAAG,sBAAsB,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AACxE,IAAA,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,GAAG,MAAM,iCAAM,CAAC,CAAA,oBAAA,EAAuB,MAAM,CAAA,UAAA,CAAY,CAAC,CAAC;AAC1F,IAAA,MAAM,GAAG,GAA6B;AACpC,QAAA,YAAY,EAAE,EAAE,0BAA0B,EAAE,YAAY,EAAE;KAC3D,CAAC;AACF,IAAA,IAAI,UAAU,KAAK,SAAS,EAAE;QAC5B,OAAO,MAAM,CACXA,GAAA,CAAC,uBAAuB,EAAA,EAAC,WAAW,EAAE,GAAG,EAAA,QAAA,EACvCA,GAAC,CAAA,mBAAmB,CAAC,QAAQ,IAAC,KAAK,EAAE,EAAE,UAAU,EAAE,UAAU,EAAE,EAAA,QAAA,EAC5D,SAAS,EAAA,CACmB,EACP,CAAA,CAC3B,CAAC;KACH;SAAM;AACL,QAAA,OAAO,MAAM,CAACA,GAAC,CAAA,uBAAuB,EAAC,EAAA,WAAW,EAAE,GAAG,EAAG,QAAA,EAAA,SAAS,EAA2B,CAAA,CAAC,CAAC;KACjG;AACH;;;;"}
@@ -4,8 +4,8 @@ import { render, waitFor } from '@testing-library/preact';
4
4
  import { expect } from 'chai';
5
5
  import { g as getClientHints } from './clientHints-c76a913b.js';
6
6
  import { m as matchTranslationBundle } from './matchTranslationBundle-d9e64706.js';
7
- import './LayerHost-45f545d7.js';
8
- import { R as RootEnvironmentProvider } from './EnvironmentProvider-f543a463.js';
7
+ import './LayerHost-aaed41a1.js';
8
+ import { R as RootEnvironmentProvider } from './EnvironmentProvider-6846a7ff.js';
9
9
 
10
10
  function __variableDynamicImportRuntime0__(path) {
11
11
  switch (path) {
@@ -253,4 +253,4 @@ const employeeData = [
253
253
  ];
254
254
 
255
255
  export { getColumnHeaders as a, getRows as b, getColumnFooters as c, employeeData as d, enableLongTimeout as e, getDataCells as f, getInnerGrids as g, determineBrowserScrollbarWidth as h, isMac as i, verifyElementWidth as j, findContainingCell as k, verifyAriaSelected as l, setupTableView as s, verifyCurrentCellValue as v };
256
- //# sourceMappingURL=testData-2998863b.js.map
256
+ //# sourceMappingURL=testData-0aee4d83.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"testData-2998863b.js","sources":["../../src/UNSAFE_TableView/__tests__/testHelpers.tsx","../../src/UNSAFE_TableView/__tests__/resources/testData.ts"],"sourcesContent":["/**\n * TableView test Adapters to abstract common unit test actions away from the implementation details.\n */\nimport { render, RenderResult, waitFor } from '@testing-library/preact';\nimport { expect } from 'chai';\nimport { VNode } from 'preact';\nimport { Cell } from '..';\nimport { getClientHints } from '../../utils/PRIVATE_clientHints';\nimport { matchTranslationBundle } from '../../utils/UNSAFE_matchTranslationBundle';\nimport { RootEnvironment, RootEnvironmentProvider } from '../../UNSAFE_Environment';\n\n/**\n * Constant for timeout for longer running TableView tests\n */\nconst TABLEVIEW_LONG_TIMEOUT = 10000;\n\n/**\n * Helper method to render a TableView test component with the proper environment setup\n */\nexport const setupTableView = async (TestComponent: VNode) => {\n const locale = matchTranslationBundle(['en'], new Set(['en-US', 'en']));\n const { default: translations } = await import(`../../resources/nls/${locale}/bundle.ts`);\n const env: Partial<RootEnvironment> = {\n translations: { '@oracle/oraclejet-preact': translations }\n };\n return render(\n <RootEnvironmentProvider environment={env}>{TestComponent}</RootEnvironmentProvider>\n );\n};\n\n/**\n * Helper function to get all 'grid' role elements within the given rendered component.\n */\nexport const getInnerGrids = async (tableView: RenderResult) => {\n return tableView.findAllByRole('grid');\n};\n\n/**\n * Helper function to get all 'columnheader' role elements within the given rendered component.\n */\nexport const getColumnHeaders = async (tableView: RenderResult) => {\n return tableView.findAllByRole('columnheader');\n};\n\n/**\n * Helper function to get all 'row' role elements within the given rendered component.\n */\nexport const getRows = async (tableView: RenderResult) => {\n return tableView.findAllByRole('row');\n};\n\n/**\n * Helper function to get all data cell elements within the given data row.\n */\nexport const getDataCells = async (dataRow: Element) => {\n return dataRow.children;\n};\n\n/**\n * Helper function to get all footer elements within the given rendered component.\n */\nexport const getColumnFooters = async (tableView: RenderResult) => {\n const rows = await getRows(tableView);\n if (rows.length > 2) {\n return rows[rows.length - 1].children;\n }\n return [];\n};\n\n/**\n * Helper method to find the containing cell element of a given element.\n */\nexport const findContainingCell = (\n rootElement: HTMLElement,\n contentElement: HTMLElement\n): HTMLElement | null => {\n if (contentElement.dataset['ojCellType'] != null) {\n return contentElement;\n }\n const parentElement = contentElement.parentElement;\n if (parentElement === rootElement || parentElement == null) {\n return null;\n }\n return findContainingCell(rootElement, parentElement);\n};\n\n/**\n * Helper function to determine if the current environment is a Mac.\n */\nexport const isMac = () => {\n return getClientHints().platform === 'mac';\n};\n\n/**\n * Helper function to get the 'rowKey' test element.\n */\nexport const getRowKey = () => {\n return document.getElementById('rowKey');\n};\n\n/**\n * Helper function to get the 'columnKey' test element.\n */\nexport const getColumnKey = () => {\n return document.getElementById('columnKey');\n};\n\n/**\n * Helper function to get the 'cellType' test element.\n */\nexport const getCellType = () => {\n return document.getElementById('cellType');\n};\n\n/**\n * Helper function to verify the values of the Table's internal currentCell.\n */\nexport const verifyCurrentCellValue = async (value: Cell<string | number, string> | undefined) => {\n const expectedRowKey = value?.rowKey != null ? value.rowKey.toString() : '';\n const expectedColumnKey = value?.columnKey != null ? value.columnKey.toString() : '';\n const expectedCellType = value?.type != null ? value.type : '';\n await waitFor(() => {\n expect(getRowKey()?.textContent).to.equal(expectedRowKey);\n });\n await waitFor(() => {\n expect(getColumnKey()?.textContent).to.equal(expectedColumnKey);\n });\n await waitFor(() => {\n expect(getCellType()?.textContent).to.equal(expectedCellType);\n });\n};\n\n/**\n * Helper function to verify the values of aria-selected attributes on specific elements.\n */\nexport const verifyAriaSelected = async (\n selectedElements: Element[],\n unselectedElements: Element[]\n) => {\n for (let i = 0; i < selectedElements.length; i++) {\n await waitFor(() => {\n expect(selectedElements[i].getAttribute('aria-selected')).to.equal('true');\n });\n }\n for (let i = 0; i < unselectedElements.length; i++) {\n await waitFor(() => {\n expect(unselectedElements[i].getAttribute('aria-selected')).to.not.equal('true');\n });\n }\n};\n\n/**\n * Helper function to verify the width of a Table element.\n */\nexport const verifyElementWidth = async (element: HTMLElement, width: number) => {\n await waitFor(() => {\n expect(element.offsetWidth).to.equal(width);\n });\n};\n\n/**\n * Helper function to verify the width of a Table element.\n */\nexport const determineBrowserScrollbarWidth = async (tableView: RenderResult) => {\n const grids = await getInnerGrids(tableView);\n\n const innerTable = grids[0].children[0].children[0] as HTMLElement;\n return grids[0].offsetWidth - innerTable.offsetWidth;\n};\n\n/**\n * Helper function to apply a longer timeout for tests\n */\nexport const enableLongTimeout = () => {\n if (typeof jest === 'undefined') {\n mocha.timeout(TABLEVIEW_LONG_TIMEOUT);\n } else {\n jest.setTimeout(TABLEVIEW_LONG_TIMEOUT);\n }\n};\n","export type Department = {\n departmentId: number;\n departmentName: string;\n locationId: number;\n managerId: number;\n startDate: string;\n employeeCount: number;\n type: string;\n currency: string;\n primary: string[];\n rating: number;\n targetComplete: number;\n};\n\nexport const departmentData = [\n {\n departmentId: 10,\n departmentName: 'Finance 9',\n locationId: 300,\n managerId: 7001,\n startDate: '2014-06-13',\n employeeCount: 335,\n type: 'Sales',\n currency: 'EUR',\n primary: [],\n rating: 3,\n targetComplete: 90\n },\n {\n departmentId: 20,\n departmentName: 'Control And Credit 9',\n locationId: 300,\n managerId: 7001,\n startDate: '2019-09-10',\n employeeCount: 206,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 1,\n targetComplete: 90\n },\n {\n departmentId: 30,\n departmentName: 'Purchasing 28',\n locationId: 400,\n managerId: 6001,\n startDate: '2021-01-03',\n employeeCount: 473,\n type: 'HR',\n currency: 'JPY',\n primary: ['checked'],\n rating: 3,\n targetComplete: 50\n },\n {\n departmentId: 40,\n departmentName: 'Purchasing 27',\n locationId: 400,\n managerId: 1001,\n startDate: '2016-02-01',\n employeeCount: 369,\n type: 'Finance',\n currency: 'JPY',\n primary: [],\n rating: 5,\n targetComplete: 80\n },\n {\n departmentId: 50,\n departmentName: 'Shipping 4',\n locationId: 300,\n managerId: 2001,\n startDate: '2014-07-31',\n employeeCount: 476,\n type: 'HR',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 90\n },\n {\n departmentId: 60,\n departmentName: 'Finance 10',\n locationId: 400,\n managerId: 5001,\n startDate: '2017-01-17',\n employeeCount: 304,\n type: 'Sales',\n currency: 'JPY',\n primary: ['checked'],\n rating: 3,\n targetComplete: 80\n },\n {\n departmentId: 70,\n departmentName: 'Operations 9',\n locationId: 400,\n managerId: 6001,\n startDate: '2015-05-24',\n employeeCount: 334,\n type: 'Sales',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 60\n },\n {\n departmentId: 80,\n departmentName: 'Sales and Marketing 18',\n locationId: 500,\n managerId: 4001,\n startDate: '2017-03-25',\n employeeCount: 211,\n type: 'Finance',\n currency: 'JPY',\n primary: [],\n rating: 1,\n targetComplete: 70\n },\n {\n departmentId: 90,\n departmentName: 'Inventory 6',\n locationId: 400,\n managerId: 5001,\n startDate: '2017-12-18',\n employeeCount: 429,\n type: 'Finance',\n currency: 'EUR',\n primary: ['checked'],\n rating: 1,\n targetComplete: 70\n },\n {\n departmentId: 100,\n departmentName: 'Billing 22',\n locationId: 400,\n managerId: 6001,\n startDate: '2014-06-26',\n employeeCount: 219,\n type: 'Sales',\n currency: 'EUR',\n primary: ['checked'],\n rating: 3,\n targetComplete: 80\n },\n {\n departmentId: 110,\n departmentName: 'Finance 1',\n locationId: 100,\n managerId: 3001,\n startDate: '2020-02-12',\n employeeCount: 412,\n type: 'Finance',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 70\n },\n {\n departmentId: 120,\n departmentName: 'Sales and Marketing 28',\n locationId: 300,\n managerId: 2001,\n startDate: '2014-07-11',\n employeeCount: 373,\n type: 'HR',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 60\n },\n {\n departmentId: 130,\n departmentName: 'Operations 22',\n locationId: 300,\n managerId: 1001,\n startDate: '2015-05-26',\n employeeCount: 245,\n type: 'Marketing',\n currency: 'USD',\n primary: [],\n rating: 2,\n targetComplete: 80\n },\n {\n departmentId: 140,\n departmentName: 'Human Resources 22',\n locationId: 200,\n managerId: 1001,\n startDate: '2015-09-08',\n employeeCount: 217,\n type: 'Finance',\n currency: 'USD',\n primary: [],\n rating: 5,\n targetComplete: 70\n },\n {\n departmentId: 150,\n departmentName: 'Shipping 17',\n locationId: 300,\n managerId: 6001,\n startDate: '2017-10-04',\n employeeCount: 441,\n type: 'HR',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 60\n },\n {\n departmentId: 160,\n departmentName: 'Administration 8',\n locationId: 400,\n managerId: 2001,\n startDate: '2014-12-21',\n employeeCount: 332,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 2,\n targetComplete: 60\n },\n {\n departmentId: 170,\n departmentName: 'Purchasing 14',\n locationId: 400,\n managerId: 4001,\n startDate: '2019-01-25',\n employeeCount: 282,\n type: 'Marketing',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 70\n },\n {\n departmentId: 180,\n departmentName: 'Operations 13',\n locationId: 400,\n managerId: 2001,\n startDate: '2016-01-18',\n employeeCount: 336,\n type: 'Finance',\n currency: 'EUR',\n primary: ['checked'],\n rating: 4,\n targetComplete: 90\n },\n {\n departmentId: 190,\n departmentName: 'Control And Credit 18',\n locationId: 100,\n managerId: 1001,\n startDate: '2014-03-11',\n employeeCount: 391,\n type: 'Sales',\n currency: 'JPY',\n primary: [],\n rating: 4,\n targetComplete: 50\n },\n {\n departmentId: 200,\n departmentName: 'Purchasing 10',\n locationId: 200,\n managerId: 7001,\n startDate: '2014-02-06',\n employeeCount: 211,\n type: 'Sales',\n currency: 'JPY',\n primary: [],\n rating: 4,\n targetComplete: 80\n },\n {\n departmentId: 210,\n departmentName: 'Finance 2',\n locationId: 100,\n managerId: 5001,\n startDate: '2014-01-29',\n employeeCount: 239,\n type: 'Finance',\n currency: 'EUR',\n primary: ['checked'],\n rating: 1,\n targetComplete: 50\n },\n {\n departmentId: 220,\n departmentName: 'Administration 4',\n locationId: 300,\n managerId: 6001,\n startDate: '2014-08-15',\n employeeCount: 355,\n type: 'Marketing',\n currency: 'EUR',\n primary: ['checked'],\n rating: 4,\n targetComplete: 50\n },\n {\n departmentId: 230,\n departmentName: 'Human Resources 6',\n locationId: 300,\n managerId: 6001,\n startDate: '2020-03-14',\n employeeCount: 385,\n type: 'Marketing',\n currency: 'EUR',\n primary: [],\n rating: 1,\n targetComplete: 60\n },\n {\n departmentId: 240,\n departmentName: 'Control And Credit 24',\n locationId: 200,\n managerId: 7001,\n startDate: '2015-04-25',\n employeeCount: 355,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 3,\n targetComplete: 90\n },\n {\n departmentId: 250,\n departmentName: 'Control And Credit 8',\n locationId: 200,\n managerId: 6001,\n startDate: '2020-11-17',\n employeeCount: 361,\n type: 'Marketing',\n currency: 'USD',\n primary: ['checked'],\n rating: 1,\n targetComplete: 80\n },\n {\n departmentId: 260,\n departmentName: 'Billing 21',\n locationId: 200,\n managerId: 5001,\n startDate: '2018-05-18',\n employeeCount: 467,\n type: 'Finance',\n currency: 'EUR',\n primary: [],\n rating: 4,\n targetComplete: 90\n },\n {\n departmentId: 270,\n departmentName: 'Administration 5',\n locationId: 400,\n managerId: 3001,\n startDate: '2016-07-09',\n employeeCount: 495,\n type: 'Marketing',\n currency: 'USD',\n primary: [],\n rating: 1,\n targetComplete: 80\n },\n {\n departmentId: 280,\n departmentName: 'Purchasing 27',\n locationId: 100,\n managerId: 1001,\n startDate: '2017-01-20',\n employeeCount: 364,\n type: 'Finance',\n currency: 'JPY',\n primary: [],\n rating: 1,\n targetComplete: 60\n },\n {\n departmentId: 290,\n departmentName: 'Human Resources 24',\n locationId: 200,\n managerId: 6001,\n startDate: '2020-03-03',\n employeeCount: 242,\n type: 'Marketing',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 90\n },\n {\n departmentId: 300,\n departmentName: 'Finance 23',\n locationId: 300,\n managerId: 1001,\n startDate: '2020-09-20',\n employeeCount: 327,\n type: 'Finance',\n currency: 'EUR',\n primary: [],\n rating: 3,\n targetComplete: 60\n },\n {\n departmentId: 310,\n departmentName: 'Inventory 24',\n locationId: 500,\n managerId: 3001,\n startDate: '2015-07-18',\n employeeCount: 420,\n type: 'Finance',\n currency: 'JPY',\n primary: [],\n rating: 5,\n targetComplete: 70\n },\n {\n departmentId: 320,\n departmentName: 'Shipping 26',\n locationId: 400,\n managerId: 1001,\n startDate: '2015-09-16',\n employeeCount: 219,\n type: 'Sales',\n currency: 'EUR',\n primary: [],\n rating: 3,\n targetComplete: 60\n },\n {\n departmentId: 330,\n departmentName: 'Inventory 22',\n locationId: 200,\n managerId: 5001,\n startDate: '2014-11-22',\n employeeCount: 356,\n type: 'HR',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 90\n },\n {\n departmentId: 340,\n departmentName: 'Purchasing 4',\n locationId: 300,\n managerId: 6001,\n startDate: '2014-03-02',\n employeeCount: 202,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 3,\n targetComplete: 50\n },\n {\n departmentId: 350,\n departmentName: 'Purchasing 9',\n locationId: 400,\n managerId: 7001,\n startDate: '2020-06-09',\n employeeCount: 415,\n type: 'Finance',\n currency: 'USD',\n primary: ['checked'],\n rating: 2,\n targetComplete: 70\n },\n {\n departmentId: 360,\n departmentName: 'Purchasing 14',\n locationId: 300,\n managerId: 1001,\n startDate: '2020-07-20',\n employeeCount: 323,\n type: 'HR',\n currency: 'JPY',\n primary: ['checked'],\n rating: 5,\n targetComplete: 70\n },\n {\n departmentId: 370,\n departmentName: 'Operations 4',\n locationId: 500,\n managerId: 6001,\n startDate: '2015-08-23',\n employeeCount: 473,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 5,\n targetComplete: 80\n },\n {\n departmentId: 380,\n departmentName: 'Sales and Marketing 26',\n locationId: 500,\n managerId: 1001,\n startDate: '2017-08-02',\n employeeCount: 380,\n type: 'Finance',\n currency: 'EUR',\n primary: [],\n rating: 3,\n targetComplete: 60\n },\n {\n departmentId: 390,\n departmentName: 'Control And Credit 12',\n locationId: 200,\n managerId: 1001,\n startDate: '2017-10-08',\n employeeCount: 328,\n type: 'Sales',\n currency: 'USD',\n primary: [],\n rating: 2,\n targetComplete: 60\n },\n {\n departmentId: 400,\n departmentName: 'Sales and Marketing 6',\n locationId: 300,\n managerId: 7001,\n startDate: '2019-02-06',\n employeeCount: 301,\n type: 'Marketing',\n currency: 'USD',\n primary: [],\n rating: 2,\n targetComplete: 50\n },\n {\n departmentId: 410,\n departmentName: 'Administration 3',\n locationId: 400,\n managerId: 3001,\n startDate: '2020-07-09',\n employeeCount: 250,\n type: 'Finance',\n currency: 'USD',\n primary: ['checked'],\n rating: 2,\n targetComplete: 50\n },\n {\n departmentId: 420,\n departmentName: 'Finance 18',\n locationId: 400,\n managerId: 6001,\n startDate: '2017-08-07',\n employeeCount: 409,\n type: 'Marketing',\n currency: 'USD',\n primary: [],\n rating: 1,\n targetComplete: 90\n },\n {\n departmentId: 430,\n departmentName: 'Operations 11',\n locationId: 400,\n managerId: 3001,\n startDate: '2015-09-24',\n employeeCount: 296,\n type: 'Marketing',\n currency: 'USD',\n primary: ['checked'],\n rating: 3,\n targetComplete: 80\n },\n {\n departmentId: 440,\n departmentName: 'Inventory 6',\n locationId: 300,\n managerId: 4001,\n startDate: '2016-05-27',\n employeeCount: 467,\n type: 'HR',\n currency: 'EUR',\n primary: ['checked'],\n rating: 3,\n targetComplete: 70\n },\n {\n departmentId: 450,\n departmentName: 'Inventory 27',\n locationId: 300,\n managerId: 4001,\n startDate: '2019-05-29',\n employeeCount: 244,\n type: 'HR',\n currency: 'JPY',\n primary: ['checked'],\n rating: 1,\n targetComplete: 90\n },\n {\n departmentId: 460,\n departmentName: 'Transportation 8',\n locationId: 400,\n managerId: 6001,\n startDate: '2018-08-23',\n employeeCount: 443,\n type: 'Finance',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 80\n },\n {\n departmentId: 470,\n departmentName: 'Inventory 21',\n locationId: 300,\n managerId: 5001,\n startDate: '2015-01-20',\n employeeCount: 250,\n type: 'Sales',\n currency: 'JPY',\n primary: [],\n rating: 1,\n targetComplete: 50\n },\n {\n departmentId: 480,\n departmentName: 'Finance 14',\n locationId: 300,\n managerId: 7001,\n startDate: '2014-09-24',\n employeeCount: 319,\n type: 'Marketing',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 50\n },\n {\n departmentId: 490,\n departmentName: 'Human Resources 12',\n locationId: 300,\n managerId: 5001,\n startDate: '2019-06-29',\n employeeCount: 448,\n type: 'HR',\n currency: 'JPY',\n primary: [],\n rating: 2,\n targetComplete: 70\n },\n {\n departmentId: 500,\n departmentName: 'Transportation 29',\n locationId: 300,\n managerId: 5001,\n startDate: '2014-01-07',\n employeeCount: 453,\n type: 'HR',\n currency: 'EUR',\n primary: ['checked'],\n rating: 3,\n targetComplete: 80\n }\n];\n\nexport type Employee = {\n id: string;\n name: string;\n title: string;\n initial: string;\n};\n\nexport const employeeData: Employee[] = [\n {\n id: '3',\n name: 'Chris Benalamore',\n title: 'Area Business Operations Director EMEA & JAPAC',\n initial: 'CB'\n },\n {\n id: '1',\n name: 'Chris Black',\n title: 'Oracle Cloud Infrastructure GTM Channel Director EMEA',\n initial: 'CB'\n },\n {\n id: '2',\n name: 'Christine Cooper',\n title: 'Senior Principal Escalation Manager',\n initial: 'CC'\n },\n {\n id: '4',\n name: 'Christopher Johnson',\n title: 'Vice-President HCM Application Development',\n initial: 'CJ'\n },\n {\n id: '6',\n name: 'Kurt Marchris',\n title: 'Customer Service Analyst',\n initial: 'KM'\n },\n {\n id: '5',\n name: 'Samire Christian',\n title: 'Consulting Project Technical Manager',\n initial: 'SC'\n },\n {\n id: '7',\n name: 'Zelda Christian Cooperman',\n title: 'Senior Principal Escalation Manager 2',\n initial: 'ZC'\n }\n];\n\nexport type EmployeeStatus = {\n employeeId: number;\n firstName: string;\n lastName: string;\n revenue: number;\n targetComplete: number;\n targetIncomplete: number;\n rating: number;\n status: string;\n salary: number;\n bonus: number;\n departmentId: number;\n};\n\nexport const employeeStatusData = [\n {\n employeeId: 10,\n firstName: 'Frank',\n lastName: 'Stout',\n revenue: 33200,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 5,\n status: 'Pending',\n salary: 159000,\n bonus: 47900,\n departmentId: 320\n },\n {\n employeeId: 20,\n firstName: 'Mara',\n lastName: 'Rivers',\n revenue: 17200,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 3,\n status: 'Pending',\n salary: 200000,\n bonus: 45300,\n departmentId: 40\n },\n {\n employeeId: 30,\n firstName: 'Karina',\n lastName: 'Cameron',\n revenue: 30100,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 4,\n status: 'Approved',\n salary: 279000,\n bonus: 79700,\n departmentId: 370\n },\n {\n employeeId: 40,\n firstName: 'Marilyn',\n lastName: 'Short',\n revenue: 48800,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 3,\n status: 'Approved',\n salary: 106000,\n bonus: 77500,\n departmentId: 310\n },\n {\n employeeId: 50,\n firstName: 'Audra',\n lastName: 'Long',\n revenue: 40700,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Pending',\n salary: 123000,\n bonus: 39900,\n departmentId: 490\n },\n {\n employeeId: 60,\n firstName: 'Woods',\n lastName: 'Jefferson',\n revenue: 29000,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 3,\n status: 'Pending',\n salary: 145000,\n bonus: 49600,\n departmentId: 160\n },\n {\n employeeId: 70,\n firstName: 'Spears',\n lastName: 'Howe',\n revenue: 32900,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 5,\n status: 'Approved',\n salary: 120000,\n bonus: 30300,\n departmentId: 460\n },\n {\n employeeId: 80,\n firstName: 'Kelsey',\n lastName: 'Gomez',\n revenue: 34200,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 1,\n status: 'Pending',\n salary: 147000,\n bonus: 79800,\n departmentId: 330\n },\n {\n employeeId: 90,\n firstName: 'Miriam',\n lastName: 'Branch',\n revenue: 42800,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 3,\n status: 'Pending',\n salary: 117000,\n bonus: 43000,\n departmentId: 50\n },\n {\n employeeId: 100,\n firstName: 'Tisha',\n lastName: 'Parks',\n revenue: 17800,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 1,\n status: 'Pending',\n salary: 136000,\n bonus: 33800,\n departmentId: 200\n },\n {\n employeeId: 110,\n firstName: 'Dollie',\n lastName: 'Pittman',\n revenue: 15700,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 3,\n status: 'Approved',\n salary: 121000,\n bonus: 60600,\n departmentId: 500\n },\n {\n employeeId: 120,\n firstName: 'Leticia',\n lastName: 'Goodman',\n revenue: 16200,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 5,\n status: 'Pending',\n salary: 295000,\n bonus: 74900,\n departmentId: 300\n },\n {\n employeeId: 130,\n firstName: 'Harrison',\n lastName: 'Jarvis',\n revenue: 32500,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 1,\n status: 'Pending',\n salary: 125000,\n bonus: 59600,\n departmentId: 80\n },\n {\n employeeId: 140,\n firstName: 'Salinas',\n lastName: 'Richardson',\n revenue: 49600,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 5,\n status: 'Pending',\n salary: 228000,\n bonus: 50500,\n departmentId: 50\n },\n {\n employeeId: 150,\n firstName: 'Barry',\n lastName: 'Maxwell',\n revenue: 42800,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 5,\n status: 'Pending',\n salary: 269000,\n bonus: 52200,\n departmentId: 400\n },\n {\n employeeId: 160,\n firstName: 'Diaz',\n lastName: 'Velazquez',\n revenue: 24100,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 4,\n status: 'Approved',\n salary: 242000,\n bonus: 45000,\n departmentId: 370\n },\n {\n employeeId: 170,\n firstName: 'Minnie',\n lastName: 'Riley',\n revenue: 12000,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 2,\n status: 'Approved',\n salary: 107000,\n bonus: 67500,\n departmentId: 250\n },\n {\n employeeId: 180,\n firstName: 'Fulton',\n lastName: 'Bernard',\n revenue: 29400,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 4,\n status: 'Approved',\n salary: 259000,\n bonus: 37400,\n departmentId: 170\n },\n {\n employeeId: 190,\n firstName: 'Chandler',\n lastName: 'Mccarty',\n revenue: 30100,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 1,\n status: 'Approved',\n salary: 185000,\n bonus: 74000,\n departmentId: 250\n },\n {\n employeeId: 200,\n firstName: 'Flowers',\n lastName: 'Hernandez',\n revenue: 20700,\n targetComplete: 70,\n targetIncomplete: 30,\n rating: 4,\n status: 'Approved',\n salary: 135000,\n bonus: 39300,\n departmentId: 260\n },\n {\n employeeId: 210,\n firstName: 'Donaldson',\n lastName: 'Sharp',\n revenue: 42300,\n targetComplete: 70,\n targetIncomplete: 30,\n rating: 3,\n status: 'Pending',\n salary: 176000,\n bonus: 67600,\n departmentId: 250\n },\n {\n employeeId: 220,\n firstName: 'Melanie',\n lastName: 'Gamble',\n revenue: 30100,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Approved',\n salary: 219000,\n bonus: 52400,\n departmentId: 230\n },\n {\n employeeId: 230,\n firstName: 'Leona',\n lastName: 'Erickson',\n revenue: 11400,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 1,\n status: 'Pending',\n salary: 185000,\n bonus: 57300,\n departmentId: 160\n },\n {\n employeeId: 240,\n firstName: 'Dionne',\n lastName: 'Howell',\n revenue: 44200,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 1,\n status: 'Approved',\n salary: 211000,\n bonus: 65800,\n departmentId: 130\n },\n {\n employeeId: 250,\n firstName: 'June',\n lastName: 'Warren',\n revenue: 39500,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Approved',\n salary: 222000,\n bonus: 65200,\n departmentId: 260\n },\n {\n employeeId: 260,\n firstName: 'Carey',\n lastName: 'Johns',\n revenue: 36000,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Approved',\n salary: 233000,\n bonus: 69500,\n departmentId: 190\n },\n {\n employeeId: 270,\n firstName: 'Estelle',\n lastName: 'Bowers',\n revenue: 27600,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 2,\n status: 'Approved',\n salary: 212000,\n bonus: 37700,\n departmentId: 120\n },\n {\n employeeId: 280,\n firstName: 'Rena',\n lastName: 'Blanchard',\n revenue: 16000,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Approved',\n salary: 135000,\n bonus: 51000,\n departmentId: 380\n },\n {\n employeeId: 290,\n firstName: 'Hinton',\n lastName: 'Tillman',\n revenue: 42400,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 4,\n status: 'Pending',\n salary: 134000,\n bonus: 49600,\n departmentId: 40\n },\n {\n employeeId: 300,\n firstName: 'Gloria',\n lastName: 'Everett',\n revenue: 42100,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Approved',\n salary: 278000,\n bonus: 38400,\n departmentId: 180\n },\n {\n employeeId: 310,\n firstName: 'Ware',\n lastName: 'Simon',\n revenue: 49500,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Approved',\n salary: 142000,\n bonus: 43900,\n departmentId: 190\n },\n {\n employeeId: 320,\n firstName: 'Carolina',\n lastName: 'Holmes',\n revenue: 22700,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 4,\n status: 'Pending',\n salary: 181000,\n bonus: 52000,\n departmentId: 320\n },\n {\n employeeId: 330,\n firstName: 'Day',\n lastName: 'Newman',\n revenue: 46000,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 5,\n status: 'Approved',\n salary: 117000,\n bonus: 66700,\n departmentId: 290\n },\n {\n employeeId: 340,\n firstName: 'Nielsen',\n lastName: 'Harrell',\n revenue: 13800,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 5,\n status: 'Pending',\n salary: 212000,\n bonus: 39600,\n departmentId: 70\n },\n {\n employeeId: 350,\n firstName: 'Barbara',\n lastName: 'Moore',\n revenue: 37600,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Pending',\n salary: 185000,\n bonus: 61800,\n departmentId: 340\n },\n {\n employeeId: 360,\n firstName: 'Reese',\n lastName: 'Green',\n revenue: 27500,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Approved',\n salary: 168000,\n bonus: 72500,\n departmentId: 30\n },\n {\n employeeId: 370,\n firstName: 'Paige',\n lastName: 'Gregory',\n revenue: 22300,\n targetComplete: 70,\n targetIncomplete: 30,\n rating: 3,\n status: 'Pending',\n salary: 270000,\n bonus: 33500,\n departmentId: 360\n },\n {\n employeeId: 380,\n firstName: 'Jaclyn',\n lastName: 'Mann',\n revenue: 29700,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 1,\n status: 'Approved',\n salary: 224000,\n bonus: 76400,\n departmentId: 120\n },\n {\n employeeId: 390,\n firstName: 'Lula',\n lastName: 'Fowler',\n revenue: 40700,\n targetComplete: 60,\n targetIncomplete: 40,\n rating: 3,\n status: 'Approved',\n salary: 211000,\n bonus: 57000,\n departmentId: 320\n },\n {\n employeeId: 400,\n firstName: 'Regina',\n lastName: 'Watson',\n revenue: 10600,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Pending',\n salary: 211000,\n bonus: 31600,\n departmentId: 470\n },\n {\n employeeId: 410,\n firstName: 'Candice',\n lastName: 'Hardin',\n revenue: 48200,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 4,\n status: 'Pending',\n salary: 191000,\n bonus: 73400,\n departmentId: 110\n },\n {\n employeeId: 420,\n firstName: 'Pate',\n lastName: 'Haney',\n revenue: 12600,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 2,\n status: 'Approved',\n salary: 247000,\n bonus: 71600,\n departmentId: 200\n },\n {\n employeeId: 430,\n firstName: 'Snider',\n lastName: 'Shepard',\n revenue: 30900,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 4,\n status: 'Pending',\n salary: 230000,\n bonus: 59200,\n departmentId: 20\n },\n {\n employeeId: 440,\n firstName: 'Fleming',\n lastName: 'Torres',\n revenue: 13500,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 5,\n status: 'Approved',\n salary: 111000,\n bonus: 69800,\n departmentId: 120\n },\n {\n employeeId: 450,\n firstName: 'Terrie',\n lastName: 'Grimes',\n revenue: 47200,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 4,\n status: 'Pending',\n salary: 118000,\n bonus: 42900,\n departmentId: 460\n },\n {\n employeeId: 460,\n firstName: 'Hallie',\n lastName: 'Frye',\n revenue: 20900,\n targetComplete: 60,\n targetIncomplete: 40,\n rating: 4,\n status: 'Approved',\n salary: 218000,\n bonus: 50000,\n departmentId: 340\n },\n {\n employeeId: 470,\n firstName: 'Jerry',\n lastName: 'Salazar',\n revenue: 43300,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 5,\n status: 'Approved',\n salary: 103000,\n bonus: 49800,\n departmentId: 440\n },\n {\n employeeId: 480,\n firstName: 'Sally',\n lastName: 'Barnett',\n revenue: 39500,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 3,\n status: 'Pending',\n salary: 132000,\n bonus: 80000,\n departmentId: 160\n },\n {\n employeeId: 490,\n firstName: 'Goldie',\n lastName: 'Kelly',\n revenue: 32600,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 5,\n status: 'Approved',\n salary: 102000,\n bonus: 39000,\n departmentId: 10\n },\n {\n employeeId: 500,\n firstName: 'Brianna',\n lastName: 'Compton',\n revenue: 30400,\n targetComplete: 60,\n targetIncomplete: 40,\n rating: 4,\n status: 'Pending',\n salary: 114000,\n bonus: 78200,\n departmentId: 280\n }\n];\n"],"names":["_jsx"],"mappings":"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"}
1
+ {"version":3,"file":"testData-0aee4d83.js","sources":["../../src/UNSAFE_TableView/__tests__/testHelpers.tsx","../../src/UNSAFE_TableView/__tests__/resources/testData.ts"],"sourcesContent":["/**\n * TableView test Adapters to abstract common unit test actions away from the implementation details.\n */\nimport { render, RenderResult, waitFor } from '@testing-library/preact';\nimport { expect } from 'chai';\nimport { VNode } from 'preact';\nimport { Cell } from '..';\nimport { getClientHints } from '../../utils/PRIVATE_clientHints';\nimport { matchTranslationBundle } from '../../utils/UNSAFE_matchTranslationBundle';\nimport { RootEnvironment, RootEnvironmentProvider } from '../../UNSAFE_Environment';\n\n/**\n * Constant for timeout for longer running TableView tests\n */\nconst TABLEVIEW_LONG_TIMEOUT = 10000;\n\n/**\n * Helper method to render a TableView test component with the proper environment setup\n */\nexport const setupTableView = async (TestComponent: VNode) => {\n const locale = matchTranslationBundle(['en'], new Set(['en-US', 'en']));\n const { default: translations } = await import(`../../resources/nls/${locale}/bundle.ts`);\n const env: Partial<RootEnvironment> = {\n translations: { '@oracle/oraclejet-preact': translations }\n };\n return render(\n <RootEnvironmentProvider environment={env}>{TestComponent}</RootEnvironmentProvider>\n );\n};\n\n/**\n * Helper function to get all 'grid' role elements within the given rendered component.\n */\nexport const getInnerGrids = async (tableView: RenderResult) => {\n return tableView.findAllByRole('grid');\n};\n\n/**\n * Helper function to get all 'columnheader' role elements within the given rendered component.\n */\nexport const getColumnHeaders = async (tableView: RenderResult) => {\n return tableView.findAllByRole('columnheader');\n};\n\n/**\n * Helper function to get all 'row' role elements within the given rendered component.\n */\nexport const getRows = async (tableView: RenderResult) => {\n return tableView.findAllByRole('row');\n};\n\n/**\n * Helper function to get all data cell elements within the given data row.\n */\nexport const getDataCells = async (dataRow: Element) => {\n return dataRow.children;\n};\n\n/**\n * Helper function to get all footer elements within the given rendered component.\n */\nexport const getColumnFooters = async (tableView: RenderResult) => {\n const rows = await getRows(tableView);\n if (rows.length > 2) {\n return rows[rows.length - 1].children;\n }\n return [];\n};\n\n/**\n * Helper method to find the containing cell element of a given element.\n */\nexport const findContainingCell = (\n rootElement: HTMLElement,\n contentElement: HTMLElement\n): HTMLElement | null => {\n if (contentElement.dataset['ojCellType'] != null) {\n return contentElement;\n }\n const parentElement = contentElement.parentElement;\n if (parentElement === rootElement || parentElement == null) {\n return null;\n }\n return findContainingCell(rootElement, parentElement);\n};\n\n/**\n * Helper function to determine if the current environment is a Mac.\n */\nexport const isMac = () => {\n return getClientHints().platform === 'mac';\n};\n\n/**\n * Helper function to get the 'rowKey' test element.\n */\nexport const getRowKey = () => {\n return document.getElementById('rowKey');\n};\n\n/**\n * Helper function to get the 'columnKey' test element.\n */\nexport const getColumnKey = () => {\n return document.getElementById('columnKey');\n};\n\n/**\n * Helper function to get the 'cellType' test element.\n */\nexport const getCellType = () => {\n return document.getElementById('cellType');\n};\n\n/**\n * Helper function to verify the values of the Table's internal currentCell.\n */\nexport const verifyCurrentCellValue = async (value: Cell<string | number, string> | undefined) => {\n const expectedRowKey = value?.rowKey != null ? value.rowKey.toString() : '';\n const expectedColumnKey = value?.columnKey != null ? value.columnKey.toString() : '';\n const expectedCellType = value?.type != null ? value.type : '';\n await waitFor(() => {\n expect(getRowKey()?.textContent).to.equal(expectedRowKey);\n });\n await waitFor(() => {\n expect(getColumnKey()?.textContent).to.equal(expectedColumnKey);\n });\n await waitFor(() => {\n expect(getCellType()?.textContent).to.equal(expectedCellType);\n });\n};\n\n/**\n * Helper function to verify the values of aria-selected attributes on specific elements.\n */\nexport const verifyAriaSelected = async (\n selectedElements: Element[],\n unselectedElements: Element[]\n) => {\n for (let i = 0; i < selectedElements.length; i++) {\n await waitFor(() => {\n expect(selectedElements[i].getAttribute('aria-selected')).to.equal('true');\n });\n }\n for (let i = 0; i < unselectedElements.length; i++) {\n await waitFor(() => {\n expect(unselectedElements[i].getAttribute('aria-selected')).to.not.equal('true');\n });\n }\n};\n\n/**\n * Helper function to verify the width of a Table element.\n */\nexport const verifyElementWidth = async (element: HTMLElement, width: number) => {\n await waitFor(() => {\n expect(element.offsetWidth).to.equal(width);\n });\n};\n\n/**\n * Helper function to verify the width of a Table element.\n */\nexport const determineBrowserScrollbarWidth = async (tableView: RenderResult) => {\n const grids = await getInnerGrids(tableView);\n\n const innerTable = grids[0].children[0].children[0] as HTMLElement;\n return grids[0].offsetWidth - innerTable.offsetWidth;\n};\n\n/**\n * Helper function to apply a longer timeout for tests\n */\nexport const enableLongTimeout = () => {\n if (typeof jest === 'undefined') {\n mocha.timeout(TABLEVIEW_LONG_TIMEOUT);\n } else {\n jest.setTimeout(TABLEVIEW_LONG_TIMEOUT);\n }\n};\n","export type Department = {\n departmentId: number;\n departmentName: string;\n locationId: number;\n managerId: number;\n startDate: string;\n employeeCount: number;\n type: string;\n currency: string;\n primary: string[];\n rating: number;\n targetComplete: number;\n};\n\nexport const departmentData = [\n {\n departmentId: 10,\n departmentName: 'Finance 9',\n locationId: 300,\n managerId: 7001,\n startDate: '2014-06-13',\n employeeCount: 335,\n type: 'Sales',\n currency: 'EUR',\n primary: [],\n rating: 3,\n targetComplete: 90\n },\n {\n departmentId: 20,\n departmentName: 'Control And Credit 9',\n locationId: 300,\n managerId: 7001,\n startDate: '2019-09-10',\n employeeCount: 206,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 1,\n targetComplete: 90\n },\n {\n departmentId: 30,\n departmentName: 'Purchasing 28',\n locationId: 400,\n managerId: 6001,\n startDate: '2021-01-03',\n employeeCount: 473,\n type: 'HR',\n currency: 'JPY',\n primary: ['checked'],\n rating: 3,\n targetComplete: 50\n },\n {\n departmentId: 40,\n departmentName: 'Purchasing 27',\n locationId: 400,\n managerId: 1001,\n startDate: '2016-02-01',\n employeeCount: 369,\n type: 'Finance',\n currency: 'JPY',\n primary: [],\n rating: 5,\n targetComplete: 80\n },\n {\n departmentId: 50,\n departmentName: 'Shipping 4',\n locationId: 300,\n managerId: 2001,\n startDate: '2014-07-31',\n employeeCount: 476,\n type: 'HR',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 90\n },\n {\n departmentId: 60,\n departmentName: 'Finance 10',\n locationId: 400,\n managerId: 5001,\n startDate: '2017-01-17',\n employeeCount: 304,\n type: 'Sales',\n currency: 'JPY',\n primary: ['checked'],\n rating: 3,\n targetComplete: 80\n },\n {\n departmentId: 70,\n departmentName: 'Operations 9',\n locationId: 400,\n managerId: 6001,\n startDate: '2015-05-24',\n employeeCount: 334,\n type: 'Sales',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 60\n },\n {\n departmentId: 80,\n departmentName: 'Sales and Marketing 18',\n locationId: 500,\n managerId: 4001,\n startDate: '2017-03-25',\n employeeCount: 211,\n type: 'Finance',\n currency: 'JPY',\n primary: [],\n rating: 1,\n targetComplete: 70\n },\n {\n departmentId: 90,\n departmentName: 'Inventory 6',\n locationId: 400,\n managerId: 5001,\n startDate: '2017-12-18',\n employeeCount: 429,\n type: 'Finance',\n currency: 'EUR',\n primary: ['checked'],\n rating: 1,\n targetComplete: 70\n },\n {\n departmentId: 100,\n departmentName: 'Billing 22',\n locationId: 400,\n managerId: 6001,\n startDate: '2014-06-26',\n employeeCount: 219,\n type: 'Sales',\n currency: 'EUR',\n primary: ['checked'],\n rating: 3,\n targetComplete: 80\n },\n {\n departmentId: 110,\n departmentName: 'Finance 1',\n locationId: 100,\n managerId: 3001,\n startDate: '2020-02-12',\n employeeCount: 412,\n type: 'Finance',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 70\n },\n {\n departmentId: 120,\n departmentName: 'Sales and Marketing 28',\n locationId: 300,\n managerId: 2001,\n startDate: '2014-07-11',\n employeeCount: 373,\n type: 'HR',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 60\n },\n {\n departmentId: 130,\n departmentName: 'Operations 22',\n locationId: 300,\n managerId: 1001,\n startDate: '2015-05-26',\n employeeCount: 245,\n type: 'Marketing',\n currency: 'USD',\n primary: [],\n rating: 2,\n targetComplete: 80\n },\n {\n departmentId: 140,\n departmentName: 'Human Resources 22',\n locationId: 200,\n managerId: 1001,\n startDate: '2015-09-08',\n employeeCount: 217,\n type: 'Finance',\n currency: 'USD',\n primary: [],\n rating: 5,\n targetComplete: 70\n },\n {\n departmentId: 150,\n departmentName: 'Shipping 17',\n locationId: 300,\n managerId: 6001,\n startDate: '2017-10-04',\n employeeCount: 441,\n type: 'HR',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 60\n },\n {\n departmentId: 160,\n departmentName: 'Administration 8',\n locationId: 400,\n managerId: 2001,\n startDate: '2014-12-21',\n employeeCount: 332,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 2,\n targetComplete: 60\n },\n {\n departmentId: 170,\n departmentName: 'Purchasing 14',\n locationId: 400,\n managerId: 4001,\n startDate: '2019-01-25',\n employeeCount: 282,\n type: 'Marketing',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 70\n },\n {\n departmentId: 180,\n departmentName: 'Operations 13',\n locationId: 400,\n managerId: 2001,\n startDate: '2016-01-18',\n employeeCount: 336,\n type: 'Finance',\n currency: 'EUR',\n primary: ['checked'],\n rating: 4,\n targetComplete: 90\n },\n {\n departmentId: 190,\n departmentName: 'Control And Credit 18',\n locationId: 100,\n managerId: 1001,\n startDate: '2014-03-11',\n employeeCount: 391,\n type: 'Sales',\n currency: 'JPY',\n primary: [],\n rating: 4,\n targetComplete: 50\n },\n {\n departmentId: 200,\n departmentName: 'Purchasing 10',\n locationId: 200,\n managerId: 7001,\n startDate: '2014-02-06',\n employeeCount: 211,\n type: 'Sales',\n currency: 'JPY',\n primary: [],\n rating: 4,\n targetComplete: 80\n },\n {\n departmentId: 210,\n departmentName: 'Finance 2',\n locationId: 100,\n managerId: 5001,\n startDate: '2014-01-29',\n employeeCount: 239,\n type: 'Finance',\n currency: 'EUR',\n primary: ['checked'],\n rating: 1,\n targetComplete: 50\n },\n {\n departmentId: 220,\n departmentName: 'Administration 4',\n locationId: 300,\n managerId: 6001,\n startDate: '2014-08-15',\n employeeCount: 355,\n type: 'Marketing',\n currency: 'EUR',\n primary: ['checked'],\n rating: 4,\n targetComplete: 50\n },\n {\n departmentId: 230,\n departmentName: 'Human Resources 6',\n locationId: 300,\n managerId: 6001,\n startDate: '2020-03-14',\n employeeCount: 385,\n type: 'Marketing',\n currency: 'EUR',\n primary: [],\n rating: 1,\n targetComplete: 60\n },\n {\n departmentId: 240,\n departmentName: 'Control And Credit 24',\n locationId: 200,\n managerId: 7001,\n startDate: '2015-04-25',\n employeeCount: 355,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 3,\n targetComplete: 90\n },\n {\n departmentId: 250,\n departmentName: 'Control And Credit 8',\n locationId: 200,\n managerId: 6001,\n startDate: '2020-11-17',\n employeeCount: 361,\n type: 'Marketing',\n currency: 'USD',\n primary: ['checked'],\n rating: 1,\n targetComplete: 80\n },\n {\n departmentId: 260,\n departmentName: 'Billing 21',\n locationId: 200,\n managerId: 5001,\n startDate: '2018-05-18',\n employeeCount: 467,\n type: 'Finance',\n currency: 'EUR',\n primary: [],\n rating: 4,\n targetComplete: 90\n },\n {\n departmentId: 270,\n departmentName: 'Administration 5',\n locationId: 400,\n managerId: 3001,\n startDate: '2016-07-09',\n employeeCount: 495,\n type: 'Marketing',\n currency: 'USD',\n primary: [],\n rating: 1,\n targetComplete: 80\n },\n {\n departmentId: 280,\n departmentName: 'Purchasing 27',\n locationId: 100,\n managerId: 1001,\n startDate: '2017-01-20',\n employeeCount: 364,\n type: 'Finance',\n currency: 'JPY',\n primary: [],\n rating: 1,\n targetComplete: 60\n },\n {\n departmentId: 290,\n departmentName: 'Human Resources 24',\n locationId: 200,\n managerId: 6001,\n startDate: '2020-03-03',\n employeeCount: 242,\n type: 'Marketing',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 90\n },\n {\n departmentId: 300,\n departmentName: 'Finance 23',\n locationId: 300,\n managerId: 1001,\n startDate: '2020-09-20',\n employeeCount: 327,\n type: 'Finance',\n currency: 'EUR',\n primary: [],\n rating: 3,\n targetComplete: 60\n },\n {\n departmentId: 310,\n departmentName: 'Inventory 24',\n locationId: 500,\n managerId: 3001,\n startDate: '2015-07-18',\n employeeCount: 420,\n type: 'Finance',\n currency: 'JPY',\n primary: [],\n rating: 5,\n targetComplete: 70\n },\n {\n departmentId: 320,\n departmentName: 'Shipping 26',\n locationId: 400,\n managerId: 1001,\n startDate: '2015-09-16',\n employeeCount: 219,\n type: 'Sales',\n currency: 'EUR',\n primary: [],\n rating: 3,\n targetComplete: 60\n },\n {\n departmentId: 330,\n departmentName: 'Inventory 22',\n locationId: 200,\n managerId: 5001,\n startDate: '2014-11-22',\n employeeCount: 356,\n type: 'HR',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 90\n },\n {\n departmentId: 340,\n departmentName: 'Purchasing 4',\n locationId: 300,\n managerId: 6001,\n startDate: '2014-03-02',\n employeeCount: 202,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 3,\n targetComplete: 50\n },\n {\n departmentId: 350,\n departmentName: 'Purchasing 9',\n locationId: 400,\n managerId: 7001,\n startDate: '2020-06-09',\n employeeCount: 415,\n type: 'Finance',\n currency: 'USD',\n primary: ['checked'],\n rating: 2,\n targetComplete: 70\n },\n {\n departmentId: 360,\n departmentName: 'Purchasing 14',\n locationId: 300,\n managerId: 1001,\n startDate: '2020-07-20',\n employeeCount: 323,\n type: 'HR',\n currency: 'JPY',\n primary: ['checked'],\n rating: 5,\n targetComplete: 70\n },\n {\n departmentId: 370,\n departmentName: 'Operations 4',\n locationId: 500,\n managerId: 6001,\n startDate: '2015-08-23',\n employeeCount: 473,\n type: 'HR',\n currency: 'USD',\n primary: [],\n rating: 5,\n targetComplete: 80\n },\n {\n departmentId: 380,\n departmentName: 'Sales and Marketing 26',\n locationId: 500,\n managerId: 1001,\n startDate: '2017-08-02',\n employeeCount: 380,\n type: 'Finance',\n currency: 'EUR',\n primary: [],\n rating: 3,\n targetComplete: 60\n },\n {\n departmentId: 390,\n departmentName: 'Control And Credit 12',\n locationId: 200,\n managerId: 1001,\n startDate: '2017-10-08',\n employeeCount: 328,\n type: 'Sales',\n currency: 'USD',\n primary: [],\n rating: 2,\n targetComplete: 60\n },\n {\n departmentId: 400,\n departmentName: 'Sales and Marketing 6',\n locationId: 300,\n managerId: 7001,\n startDate: '2019-02-06',\n employeeCount: 301,\n type: 'Marketing',\n currency: 'USD',\n primary: [],\n rating: 2,\n targetComplete: 50\n },\n {\n departmentId: 410,\n departmentName: 'Administration 3',\n locationId: 400,\n managerId: 3001,\n startDate: '2020-07-09',\n employeeCount: 250,\n type: 'Finance',\n currency: 'USD',\n primary: ['checked'],\n rating: 2,\n targetComplete: 50\n },\n {\n departmentId: 420,\n departmentName: 'Finance 18',\n locationId: 400,\n managerId: 6001,\n startDate: '2017-08-07',\n employeeCount: 409,\n type: 'Marketing',\n currency: 'USD',\n primary: [],\n rating: 1,\n targetComplete: 90\n },\n {\n departmentId: 430,\n departmentName: 'Operations 11',\n locationId: 400,\n managerId: 3001,\n startDate: '2015-09-24',\n employeeCount: 296,\n type: 'Marketing',\n currency: 'USD',\n primary: ['checked'],\n rating: 3,\n targetComplete: 80\n },\n {\n departmentId: 440,\n departmentName: 'Inventory 6',\n locationId: 300,\n managerId: 4001,\n startDate: '2016-05-27',\n employeeCount: 467,\n type: 'HR',\n currency: 'EUR',\n primary: ['checked'],\n rating: 3,\n targetComplete: 70\n },\n {\n departmentId: 450,\n departmentName: 'Inventory 27',\n locationId: 300,\n managerId: 4001,\n startDate: '2019-05-29',\n employeeCount: 244,\n type: 'HR',\n currency: 'JPY',\n primary: ['checked'],\n rating: 1,\n targetComplete: 90\n },\n {\n departmentId: 460,\n departmentName: 'Transportation 8',\n locationId: 400,\n managerId: 6001,\n startDate: '2018-08-23',\n employeeCount: 443,\n type: 'Finance',\n currency: 'EUR',\n primary: [],\n rating: 2,\n targetComplete: 80\n },\n {\n departmentId: 470,\n departmentName: 'Inventory 21',\n locationId: 300,\n managerId: 5001,\n startDate: '2015-01-20',\n employeeCount: 250,\n type: 'Sales',\n currency: 'JPY',\n primary: [],\n rating: 1,\n targetComplete: 50\n },\n {\n departmentId: 480,\n departmentName: 'Finance 14',\n locationId: 300,\n managerId: 7001,\n startDate: '2014-09-24',\n employeeCount: 319,\n type: 'Marketing',\n currency: 'USD',\n primary: ['checked'],\n rating: 5,\n targetComplete: 50\n },\n {\n departmentId: 490,\n departmentName: 'Human Resources 12',\n locationId: 300,\n managerId: 5001,\n startDate: '2019-06-29',\n employeeCount: 448,\n type: 'HR',\n currency: 'JPY',\n primary: [],\n rating: 2,\n targetComplete: 70\n },\n {\n departmentId: 500,\n departmentName: 'Transportation 29',\n locationId: 300,\n managerId: 5001,\n startDate: '2014-01-07',\n employeeCount: 453,\n type: 'HR',\n currency: 'EUR',\n primary: ['checked'],\n rating: 3,\n targetComplete: 80\n }\n];\n\nexport type Employee = {\n id: string;\n name: string;\n title: string;\n initial: string;\n};\n\nexport const employeeData: Employee[] = [\n {\n id: '3',\n name: 'Chris Benalamore',\n title: 'Area Business Operations Director EMEA & JAPAC',\n initial: 'CB'\n },\n {\n id: '1',\n name: 'Chris Black',\n title: 'Oracle Cloud Infrastructure GTM Channel Director EMEA',\n initial: 'CB'\n },\n {\n id: '2',\n name: 'Christine Cooper',\n title: 'Senior Principal Escalation Manager',\n initial: 'CC'\n },\n {\n id: '4',\n name: 'Christopher Johnson',\n title: 'Vice-President HCM Application Development',\n initial: 'CJ'\n },\n {\n id: '6',\n name: 'Kurt Marchris',\n title: 'Customer Service Analyst',\n initial: 'KM'\n },\n {\n id: '5',\n name: 'Samire Christian',\n title: 'Consulting Project Technical Manager',\n initial: 'SC'\n },\n {\n id: '7',\n name: 'Zelda Christian Cooperman',\n title: 'Senior Principal Escalation Manager 2',\n initial: 'ZC'\n }\n];\n\nexport type EmployeeStatus = {\n employeeId: number;\n firstName: string;\n lastName: string;\n revenue: number;\n targetComplete: number;\n targetIncomplete: number;\n rating: number;\n status: string;\n salary: number;\n bonus: number;\n departmentId: number;\n};\n\nexport const employeeStatusData = [\n {\n employeeId: 10,\n firstName: 'Frank',\n lastName: 'Stout',\n revenue: 33200,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 5,\n status: 'Pending',\n salary: 159000,\n bonus: 47900,\n departmentId: 320\n },\n {\n employeeId: 20,\n firstName: 'Mara',\n lastName: 'Rivers',\n revenue: 17200,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 3,\n status: 'Pending',\n salary: 200000,\n bonus: 45300,\n departmentId: 40\n },\n {\n employeeId: 30,\n firstName: 'Karina',\n lastName: 'Cameron',\n revenue: 30100,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 4,\n status: 'Approved',\n salary: 279000,\n bonus: 79700,\n departmentId: 370\n },\n {\n employeeId: 40,\n firstName: 'Marilyn',\n lastName: 'Short',\n revenue: 48800,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 3,\n status: 'Approved',\n salary: 106000,\n bonus: 77500,\n departmentId: 310\n },\n {\n employeeId: 50,\n firstName: 'Audra',\n lastName: 'Long',\n revenue: 40700,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Pending',\n salary: 123000,\n bonus: 39900,\n departmentId: 490\n },\n {\n employeeId: 60,\n firstName: 'Woods',\n lastName: 'Jefferson',\n revenue: 29000,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 3,\n status: 'Pending',\n salary: 145000,\n bonus: 49600,\n departmentId: 160\n },\n {\n employeeId: 70,\n firstName: 'Spears',\n lastName: 'Howe',\n revenue: 32900,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 5,\n status: 'Approved',\n salary: 120000,\n bonus: 30300,\n departmentId: 460\n },\n {\n employeeId: 80,\n firstName: 'Kelsey',\n lastName: 'Gomez',\n revenue: 34200,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 1,\n status: 'Pending',\n salary: 147000,\n bonus: 79800,\n departmentId: 330\n },\n {\n employeeId: 90,\n firstName: 'Miriam',\n lastName: 'Branch',\n revenue: 42800,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 3,\n status: 'Pending',\n salary: 117000,\n bonus: 43000,\n departmentId: 50\n },\n {\n employeeId: 100,\n firstName: 'Tisha',\n lastName: 'Parks',\n revenue: 17800,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 1,\n status: 'Pending',\n salary: 136000,\n bonus: 33800,\n departmentId: 200\n },\n {\n employeeId: 110,\n firstName: 'Dollie',\n lastName: 'Pittman',\n revenue: 15700,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 3,\n status: 'Approved',\n salary: 121000,\n bonus: 60600,\n departmentId: 500\n },\n {\n employeeId: 120,\n firstName: 'Leticia',\n lastName: 'Goodman',\n revenue: 16200,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 5,\n status: 'Pending',\n salary: 295000,\n bonus: 74900,\n departmentId: 300\n },\n {\n employeeId: 130,\n firstName: 'Harrison',\n lastName: 'Jarvis',\n revenue: 32500,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 1,\n status: 'Pending',\n salary: 125000,\n bonus: 59600,\n departmentId: 80\n },\n {\n employeeId: 140,\n firstName: 'Salinas',\n lastName: 'Richardson',\n revenue: 49600,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 5,\n status: 'Pending',\n salary: 228000,\n bonus: 50500,\n departmentId: 50\n },\n {\n employeeId: 150,\n firstName: 'Barry',\n lastName: 'Maxwell',\n revenue: 42800,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 5,\n status: 'Pending',\n salary: 269000,\n bonus: 52200,\n departmentId: 400\n },\n {\n employeeId: 160,\n firstName: 'Diaz',\n lastName: 'Velazquez',\n revenue: 24100,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 4,\n status: 'Approved',\n salary: 242000,\n bonus: 45000,\n departmentId: 370\n },\n {\n employeeId: 170,\n firstName: 'Minnie',\n lastName: 'Riley',\n revenue: 12000,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 2,\n status: 'Approved',\n salary: 107000,\n bonus: 67500,\n departmentId: 250\n },\n {\n employeeId: 180,\n firstName: 'Fulton',\n lastName: 'Bernard',\n revenue: 29400,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 4,\n status: 'Approved',\n salary: 259000,\n bonus: 37400,\n departmentId: 170\n },\n {\n employeeId: 190,\n firstName: 'Chandler',\n lastName: 'Mccarty',\n revenue: 30100,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 1,\n status: 'Approved',\n salary: 185000,\n bonus: 74000,\n departmentId: 250\n },\n {\n employeeId: 200,\n firstName: 'Flowers',\n lastName: 'Hernandez',\n revenue: 20700,\n targetComplete: 70,\n targetIncomplete: 30,\n rating: 4,\n status: 'Approved',\n salary: 135000,\n bonus: 39300,\n departmentId: 260\n },\n {\n employeeId: 210,\n firstName: 'Donaldson',\n lastName: 'Sharp',\n revenue: 42300,\n targetComplete: 70,\n targetIncomplete: 30,\n rating: 3,\n status: 'Pending',\n salary: 176000,\n bonus: 67600,\n departmentId: 250\n },\n {\n employeeId: 220,\n firstName: 'Melanie',\n lastName: 'Gamble',\n revenue: 30100,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Approved',\n salary: 219000,\n bonus: 52400,\n departmentId: 230\n },\n {\n employeeId: 230,\n firstName: 'Leona',\n lastName: 'Erickson',\n revenue: 11400,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 1,\n status: 'Pending',\n salary: 185000,\n bonus: 57300,\n departmentId: 160\n },\n {\n employeeId: 240,\n firstName: 'Dionne',\n lastName: 'Howell',\n revenue: 44200,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 1,\n status: 'Approved',\n salary: 211000,\n bonus: 65800,\n departmentId: 130\n },\n {\n employeeId: 250,\n firstName: 'June',\n lastName: 'Warren',\n revenue: 39500,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Approved',\n salary: 222000,\n bonus: 65200,\n departmentId: 260\n },\n {\n employeeId: 260,\n firstName: 'Carey',\n lastName: 'Johns',\n revenue: 36000,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Approved',\n salary: 233000,\n bonus: 69500,\n departmentId: 190\n },\n {\n employeeId: 270,\n firstName: 'Estelle',\n lastName: 'Bowers',\n revenue: 27600,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 2,\n status: 'Approved',\n salary: 212000,\n bonus: 37700,\n departmentId: 120\n },\n {\n employeeId: 280,\n firstName: 'Rena',\n lastName: 'Blanchard',\n revenue: 16000,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Approved',\n salary: 135000,\n bonus: 51000,\n departmentId: 380\n },\n {\n employeeId: 290,\n firstName: 'Hinton',\n lastName: 'Tillman',\n revenue: 42400,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 4,\n status: 'Pending',\n salary: 134000,\n bonus: 49600,\n departmentId: 40\n },\n {\n employeeId: 300,\n firstName: 'Gloria',\n lastName: 'Everett',\n revenue: 42100,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Approved',\n salary: 278000,\n bonus: 38400,\n departmentId: 180\n },\n {\n employeeId: 310,\n firstName: 'Ware',\n lastName: 'Simon',\n revenue: 49500,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Approved',\n salary: 142000,\n bonus: 43900,\n departmentId: 190\n },\n {\n employeeId: 320,\n firstName: 'Carolina',\n lastName: 'Holmes',\n revenue: 22700,\n targetComplete: 80,\n targetIncomplete: 20,\n rating: 4,\n status: 'Pending',\n salary: 181000,\n bonus: 52000,\n departmentId: 320\n },\n {\n employeeId: 330,\n firstName: 'Day',\n lastName: 'Newman',\n revenue: 46000,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 5,\n status: 'Approved',\n salary: 117000,\n bonus: 66700,\n departmentId: 290\n },\n {\n employeeId: 340,\n firstName: 'Nielsen',\n lastName: 'Harrell',\n revenue: 13800,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 5,\n status: 'Pending',\n salary: 212000,\n bonus: 39600,\n departmentId: 70\n },\n {\n employeeId: 350,\n firstName: 'Barbara',\n lastName: 'Moore',\n revenue: 37600,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Pending',\n salary: 185000,\n bonus: 61800,\n departmentId: 340\n },\n {\n employeeId: 360,\n firstName: 'Reese',\n lastName: 'Green',\n revenue: 27500,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 4,\n status: 'Approved',\n salary: 168000,\n bonus: 72500,\n departmentId: 30\n },\n {\n employeeId: 370,\n firstName: 'Paige',\n lastName: 'Gregory',\n revenue: 22300,\n targetComplete: 70,\n targetIncomplete: 30,\n rating: 3,\n status: 'Pending',\n salary: 270000,\n bonus: 33500,\n departmentId: 360\n },\n {\n employeeId: 380,\n firstName: 'Jaclyn',\n lastName: 'Mann',\n revenue: 29700,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 1,\n status: 'Approved',\n salary: 224000,\n bonus: 76400,\n departmentId: 120\n },\n {\n employeeId: 390,\n firstName: 'Lula',\n lastName: 'Fowler',\n revenue: 40700,\n targetComplete: 60,\n targetIncomplete: 40,\n rating: 3,\n status: 'Approved',\n salary: 211000,\n bonus: 57000,\n departmentId: 320\n },\n {\n employeeId: 400,\n firstName: 'Regina',\n lastName: 'Watson',\n revenue: 10600,\n targetComplete: 50,\n targetIncomplete: 50,\n rating: 3,\n status: 'Pending',\n salary: 211000,\n bonus: 31600,\n departmentId: 470\n },\n {\n employeeId: 410,\n firstName: 'Candice',\n lastName: 'Hardin',\n revenue: 48200,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 4,\n status: 'Pending',\n salary: 191000,\n bonus: 73400,\n departmentId: 110\n },\n {\n employeeId: 420,\n firstName: 'Pate',\n lastName: 'Haney',\n revenue: 12600,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 2,\n status: 'Approved',\n salary: 247000,\n bonus: 71600,\n departmentId: 200\n },\n {\n employeeId: 430,\n firstName: 'Snider',\n lastName: 'Shepard',\n revenue: 30900,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 4,\n status: 'Pending',\n salary: 230000,\n bonus: 59200,\n departmentId: 20\n },\n {\n employeeId: 440,\n firstName: 'Fleming',\n lastName: 'Torres',\n revenue: 13500,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 5,\n status: 'Approved',\n salary: 111000,\n bonus: 69800,\n departmentId: 120\n },\n {\n employeeId: 450,\n firstName: 'Terrie',\n lastName: 'Grimes',\n revenue: 47200,\n targetComplete: 40,\n targetIncomplete: 60,\n rating: 4,\n status: 'Pending',\n salary: 118000,\n bonus: 42900,\n departmentId: 460\n },\n {\n employeeId: 460,\n firstName: 'Hallie',\n lastName: 'Frye',\n revenue: 20900,\n targetComplete: 60,\n targetIncomplete: 40,\n rating: 4,\n status: 'Approved',\n salary: 218000,\n bonus: 50000,\n departmentId: 340\n },\n {\n employeeId: 470,\n firstName: 'Jerry',\n lastName: 'Salazar',\n revenue: 43300,\n targetComplete: 90,\n targetIncomplete: 10,\n rating: 5,\n status: 'Approved',\n salary: 103000,\n bonus: 49800,\n departmentId: 440\n },\n {\n employeeId: 480,\n firstName: 'Sally',\n lastName: 'Barnett',\n revenue: 39500,\n targetComplete: 30,\n targetIncomplete: 70,\n rating: 3,\n status: 'Pending',\n salary: 132000,\n bonus: 80000,\n departmentId: 160\n },\n {\n employeeId: 490,\n firstName: 'Goldie',\n lastName: 'Kelly',\n revenue: 32600,\n targetComplete: 20,\n targetIncomplete: 80,\n rating: 5,\n status: 'Approved',\n salary: 102000,\n bonus: 39000,\n departmentId: 10\n },\n {\n employeeId: 500,\n firstName: 'Brianna',\n lastName: 'Compton',\n revenue: 30400,\n targetComplete: 60,\n targetIncomplete: 40,\n rating: 4,\n status: 'Pending',\n salary: 114000,\n bonus: 78200,\n departmentId: 280\n }\n];\n"],"names":["_jsx"],"mappings":"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"}
@@ -2,7 +2,7 @@
2
2
  import './TabbableModeContext-7d8ad946.js';
3
3
  import { u as useTabbableMode } from './useTabbableMode-a3a351d0.js';
4
4
  import { useRef, useLayoutEffect, useCallback } from 'preact/compat';
5
- import { u as useUser } from './useUser-99920e02.js';
5
+ import { u as useUser } from './useUser-fb09e212.js';
6
6
 
7
7
  /**
8
8
  * @license
@@ -1,11 +1,11 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
2
  import { u as useContextMenu } from './useContextMenu-81db2534.js';
3
3
  import 'preact/jsx-runtime';
4
- import './Menu-c7ab8412.js';
4
+ import './Menu-b0c28cfd.js';
5
5
  import './MenuItem-a8f9c954.js';
6
6
  import 'preact/hooks';
7
7
  import 'preact';
8
- import './useTooltipControlled-2044f639.js';
8
+ import './useTooltipControlled-eafec36e.js';
9
9
  import './IconStyle.styles.css';
10
10
  import './SelectMenuGroupContext-b56cf5d4.js';
11
11
  import './logger-c92f309c.js';
@@ -14,7 +14,7 @@ import './MenuSeparatorStyles.styles.css';
14
14
  import './UNSAFE_Menu/themes/redwood/MenuSeparatorBaseTheme.styles.css';
15
15
  import './UNSAFE_Menu/themes/redwood/MenuSeparatorVariants.css.js';
16
16
  import 'preact/compat';
17
- import './LayerHost-45f545d7.js';
17
+ import './LayerHost-aaed41a1.js';
18
18
  import { g as getInfo } from './eventsUtils-d544e874.js';
19
19
  import './accUtils-dc32d20b.js';
20
20
 
@@ -1,11 +1,11 @@
1
1
  /* @oracle/oraclejet-preact: undefined */
2
- import { u as useDatatip } from './useDatatip-7c661980.js';
2
+ import { u as useDatatip } from './useDatatip-f9bcaab9.js';
3
3
  import { c as calculateOffset } from './util-c1d41418.js';
4
4
  import { jsx } from 'preact/jsx-runtime';
5
- import { V as VisTabularDatatip } from './VisTabularDatatip-1f16ca1f.js';
5
+ import { V as VisTabularDatatip } from './VisTabularDatatip-418525b0.js';
6
6
  import { g as getColorRamp } from './colorUtils-9c7b574c.js';
7
7
  import './accUtils-dc32d20b.js';
8
- import { u as useUser } from './useUser-99920e02.js';
8
+ import { u as useUser } from './useUser-fb09e212.js';
9
9
 
10
10
  /**
11
11
  * Returns the data required for the VisTabularDatatip to render.
@@ -132,4 +132,4 @@ const useChartDatatip = ({ isDataCursorEnabled, dataCursorPosition, isHoriz, dat
132
132
  };
133
133
 
134
134
  export { useChartDatatip as u };
135
- //# sourceMappingURL=useChartDatatip-b6b2b00a.js.map
135
+ //# sourceMappingURL=useChartDatatip-f7bacd9b.js.map