@oracle/oraclejet-core-pack 17.0.4 → 17.1.0

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 (398) hide show
  1. package/oj-c/ActionCard.json +1 -1
  2. package/oj-c/AreaChart.json +270 -178
  3. package/oj-c/Button.json +1 -1
  4. package/oj-c/ButtonsetMultiple.json +8 -8
  5. package/oj-c/ButtonsetSingle.json +8 -8
  6. package/oj-c/CardView.json +25 -12
  7. package/oj-c/Checkbox.json +4 -4
  8. package/oj-c/Checkboxset.json +92 -7
  9. package/oj-c/Collapsible.json +8 -8
  10. package/oj-c/ConveyorBelt.json +67 -5
  11. package/oj-c/DatePicker.json +96 -3
  12. package/oj-c/FilePicker.json +6 -6
  13. package/oj-c/FormControlWrapper/FormControlWrapper.js +54 -0
  14. package/oj-c/FormControlWrapper/index.js +6 -0
  15. package/oj-c/InputDateMask.json +16 -5
  16. package/oj-c/InputDatePicker.json +115 -58
  17. package/oj-c/InputDateText.json +62 -51
  18. package/oj-c/InputMonthMask.json +67 -149
  19. package/oj-c/InputNumber.json +25 -4
  20. package/oj-c/InputPassword.json +12 -1
  21. package/oj-c/InputSensitiveText.json +16 -5
  22. package/oj-c/InputText.json +23 -2
  23. package/oj-c/Legend.json +358 -321
  24. package/oj-c/LegendSection.json +1 -1
  25. package/oj-c/LineChart.json +270 -178
  26. package/oj-c/ListItemLayout.json +20 -0
  27. package/oj-c/ListView.json +84 -62
  28. package/oj-c/MenuButton.json +432 -4
  29. package/oj-c/MessageBanner.json +20 -17
  30. package/oj-c/MessageToast.json +21 -18
  31. package/oj-c/MeterBar.json +1627 -35
  32. package/oj-c/MeterCircle.json +1579 -6
  33. package/oj-c/Popup.json +56 -1
  34. package/oj-c/ProgressButton.json +567 -0
  35. package/oj-c/Radioset.json +92 -7
  36. package/oj-c/RatingGauge.json +2 -2
  37. package/oj-c/SelectMultiple.json +156 -10
  38. package/oj-c/SelectSingle.json +140 -11
  39. package/oj-c/SelectionCard.json +1 -2
  40. package/oj-c/Selector.json +11 -1
  41. package/oj-c/SelectorAll.json +11 -1
  42. package/oj-c/SplitMenuButton.json +161 -327
  43. package/oj-c/TabBar.json +169 -12
  44. package/oj-c/TabBarMixed.json +14 -14
  45. package/oj-c/Table.json +2117 -0
  46. package/oj-c/TagCloud.json +114 -8
  47. package/oj-c/TextArea.json +23 -2
  48. package/oj-c/action-card/component.json +4 -4
  49. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +2 -2
  50. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +1 -1
  51. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
  52. package/oj-c/area-chart/area-chart.js +6 -5
  53. package/oj-c/area-chart/component.json +30 -5
  54. package/oj-c/area-chart-group/component.json +2 -2
  55. package/oj-c/area-chart-item/component.json +2 -2
  56. package/oj-c/area-chart-series/component.json +2 -2
  57. package/oj-c/avatar/component.json +3 -3
  58. package/oj-c/button/component.json +4 -4
  59. package/oj-c/buttonset-multiple/component.json +4 -4
  60. package/oj-c/buttonset-single/component.json +4 -4
  61. package/oj-c/card-view/__webdriver__/CardViewWebElement.js +5 -13
  62. package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -1
  63. package/oj-c/card-view/card-view.js +7 -4
  64. package/oj-c/card-view/component.json +3 -3
  65. package/oj-c/checkbox/checkbox.js +1 -17
  66. package/oj-c/checkbox/component.json +3 -3
  67. package/oj-c/checkbox/useCheckboxPreact.js +26 -13
  68. package/oj-c/checkboxset/component.json +3 -3
  69. package/oj-c/checkboxset/useCheckboxsetPreact.js +17 -13
  70. package/oj-c/collapsible/component.json +3 -3
  71. package/oj-c/component.json +13 -5
  72. package/oj-c/conveyor-belt/component.json +3 -3
  73. package/oj-c/corepackbundle.js +1474 -315
  74. package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.d.ts +7 -0
  75. package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +9 -0
  76. package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -1
  77. package/oj-c/date-picker/component.json +26 -5
  78. package/oj-c/date-picker/date-picker.js +3 -3
  79. package/oj-c/drag-handle/component.json +3 -3
  80. package/oj-c/drawer-layout/component.json +3 -3
  81. package/oj-c/drawer-popup/component.json +3 -3
  82. package/oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +3 -3
  83. package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
  84. package/oj-c/editable-value/UNSAFE_useValue/useValue.js +3 -3
  85. package/oj-c/editable-value/utils/utils.js +13 -1
  86. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +20 -10
  87. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
  88. package/oj-c/file-picker/component.json +3 -3
  89. package/oj-c/form-layout/component.json +3 -3
  90. package/oj-c/highlight-text/component.json +3 -3
  91. package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +36 -18
  92. package/oj-c/hooks/UNSAFE_useListData/useListData.js +10 -6
  93. package/oj-c/input-date-mask/component.json +3 -3
  94. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +7 -0
  95. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +9 -0
  96. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -1
  97. package/oj-c/input-date-picker/component.json +29 -5
  98. package/oj-c/input-date-picker/input-date-picker.js +3 -2
  99. package/oj-c/input-date-picker/useInputDatePicker.js +2 -1
  100. package/oj-c/input-date-text/component.json +3 -3
  101. package/oj-c/input-month-mask/component.json +3 -3
  102. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +1 -1
  103. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +1 -1
  104. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
  105. package/oj-c/input-number/component.json +6 -6
  106. package/oj-c/input-number/useNumberInputTextPreact.js +3 -2
  107. package/oj-c/input-password/component.json +3 -3
  108. package/oj-c/input-password/useInputPasswordPreact.js +14 -11
  109. package/oj-c/input-sensitive-text/component.json +3 -3
  110. package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +14 -11
  111. package/oj-c/input-text/component.json +3 -3
  112. package/oj-c/input-text/useInputTextPreact.js +4 -3
  113. package/oj-c/labelled-link/component.json +3 -3
  114. package/oj-c/legend/__webdriver__/LegendWebElementBase.d.ts +1 -1
  115. package/oj-c/legend/__webdriver__/LegendWebElementBase.js +1 -1
  116. package/oj-c/legend/__webdriver__/LegendWebElementBase.js.map +1 -1
  117. package/oj-c/legend/component.json +14 -3
  118. package/oj-c/legend/legend.js +5 -1
  119. package/oj-c/legend-item/component.json +2 -2
  120. package/oj-c/legend-section/component.json +2 -3
  121. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +2 -2
  122. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +1 -1
  123. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
  124. package/oj-c/line-chart/component.json +30 -5
  125. package/oj-c/line-chart/line-chart.js +6 -5
  126. package/oj-c/line-chart-group/component.json +2 -2
  127. package/oj-c/line-chart-item/component.json +2 -2
  128. package/oj-c/line-chart-series/component.json +2 -2
  129. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.d.ts +7 -0
  130. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +9 -0
  131. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js.map +1 -1
  132. package/oj-c/list-item-layout/component.json +13 -3
  133. package/oj-c/list-item-layout/list-item-layout.js +4 -4
  134. package/oj-c/list-view/__webdriver__/ListViewWebElement.js +4 -13
  135. package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
  136. package/oj-c/list-view/component.json +6 -3
  137. package/oj-c/list-view/list-view-styles.css +4 -0
  138. package/oj-c/list-view/list-view.js +9 -5
  139. package/oj-c/list-view/useHandleRemoveCurrentKey.js +13 -7
  140. package/oj-c/list-view/useListViewPreact.js +10 -6
  141. package/oj-c/menu-button/component.json +50 -5
  142. package/oj-c/message-banner/component.json +3 -3
  143. package/oj-c/message-toast/component.json +3 -3
  144. package/oj-c/metadata/allComponents.json +1967 -319
  145. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.d.ts +33 -0
  146. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +9 -0
  147. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js.map +1 -1
  148. package/oj-c/meter-bar/component.json +215 -3
  149. package/oj-c/meter-bar/meter-bar.js +7 -5
  150. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.d.ts +26 -0
  151. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js.map +1 -1
  152. package/oj-c/meter-circle/component.json +209 -3
  153. package/oj-c/meter-circle/meter-circle.js +5 -3
  154. package/oj-c/min/FormControlWrapper/FormControlWrapper.js +54 -0
  155. package/oj-c/min/FormControlWrapper/index.js +6 -0
  156. package/oj-c/min/area-chart.js +1 -1
  157. package/oj-c/min/area-chart.js.map +1 -1
  158. package/oj-c/min/card-view.js +1 -1
  159. package/oj-c/min/card-view.js.map +1 -1
  160. package/oj-c/min/checkbox.js +1 -1
  161. package/oj-c/min/checkbox.js.map +1 -1
  162. package/oj-c/min/checkboxset.js +1 -1
  163. package/oj-c/min/checkboxset.js.map +1 -1
  164. package/oj-c/min/corepackbundle.css +54 -1
  165. package/oj-c/min/corepackbundle.js +1 -1
  166. package/oj-c/min/corepackbundle.js.map +1 -1
  167. package/oj-c/min/date-picker.js +1 -1
  168. package/oj-c/min/date-picker.js.map +1 -1
  169. package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +3 -3
  170. package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
  171. package/oj-c/min/editable-value/UNSAFE_useValue/useValue.js +3 -3
  172. package/oj-c/min/editable-value/utils/utils.js +13 -1
  173. package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +36 -18
  174. package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +10 -6
  175. package/oj-c/min/input-date-mask.js +1 -1
  176. package/oj-c/min/input-date-mask.js.map +1 -1
  177. package/oj-c/min/input-date-picker.js +2 -2
  178. package/oj-c/min/input-date-picker.js.map +1 -1
  179. package/oj-c/min/input-date-text.js +1 -1
  180. package/oj-c/min/input-date-text.js.map +1 -1
  181. package/oj-c/min/input-month-mask.js +1 -1
  182. package/oj-c/min/input-month-mask.js.map +1 -1
  183. package/oj-c/min/input-number.js +1 -1
  184. package/oj-c/min/input-number.js.map +1 -1
  185. package/oj-c/min/input-password.js +1 -1
  186. package/oj-c/min/input-password.js.map +1 -1
  187. package/oj-c/min/input-sensitive-text.js +1 -1
  188. package/oj-c/min/input-sensitive-text.js.map +1 -1
  189. package/oj-c/min/input-text.js +1 -1
  190. package/oj-c/min/input-text.js.map +1 -1
  191. package/oj-c/min/legend.js +1 -1
  192. package/oj-c/min/legend.js.map +1 -1
  193. package/oj-c/min/line-chart.js +1 -1
  194. package/oj-c/min/line-chart.js.map +1 -1
  195. package/oj-c/min/list-item-layout.js +1 -1
  196. package/oj-c/min/list-item-layout.js.map +1 -1
  197. package/oj-c/min/list-view/list-view-styles.css +4 -0
  198. package/oj-c/min/list-view.js +1 -1
  199. package/oj-c/min/list-view.js.map +1 -1
  200. package/oj-c/min/menu-button.js +1 -1
  201. package/oj-c/min/menu-button.js.map +1 -1
  202. package/oj-c/min/meter-bar.js +1 -1
  203. package/oj-c/min/meter-bar.js.map +1 -1
  204. package/oj-c/min/meter-circle.js +1 -1
  205. package/oj-c/min/meter-circle.js.map +1 -1
  206. package/oj-c/min/progress-button/progress-button-styles.css +12 -0
  207. package/oj-c/min/progress-button.js +2 -0
  208. package/oj-c/min/progress-button.js.map +1 -0
  209. package/oj-c/min/radioset.js +1 -1
  210. package/oj-c/min/radioset.js.map +1 -1
  211. package/oj-c/min/rating-gauge.js +1 -1
  212. package/oj-c/min/rating-gauge.js.map +1 -1
  213. package/oj-c/min/select-common/PRIVATE_DebouncingDataProviderView/Debouncer.js +78 -0
  214. package/oj-c/min/select-common/PRIVATE_DebouncingDataProviderView/DebouncingDataProviderView.js +92 -0
  215. package/oj-c/min/select-common/PRIVATE_useCache/index.js +6 -0
  216. package/oj-c/min/select-common/PRIVATE_useCache/useCache.js +30 -0
  217. package/oj-c/min/select-common/PRIVATE_useSelectData/CollectionTemplateDataProviderView.js +208 -0
  218. package/oj-c/min/select-common/PRIVATE_useSelectData/index.js +7 -0
  219. package/oj-c/min/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +98 -0
  220. package/oj-c/min/select-common/PRIVATE_useSelectData/useSelectData.js +24 -0
  221. package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +13 -4
  222. package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +10 -6
  223. package/oj-c/min/select-multiple.js +2 -2
  224. package/oj-c/min/select-multiple.js.map +1 -1
  225. package/oj-c/min/select-single.js +2 -2
  226. package/oj-c/min/select-single.js.map +1 -1
  227. package/oj-c/min/selector.js +1 -1
  228. package/oj-c/min/selector.js.map +1 -1
  229. package/oj-c/min/split-menu-button.js +1 -1
  230. package/oj-c/min/split-menu-button.js.map +1 -1
  231. package/oj-c/min/tab-bar-mixed.js +1 -1
  232. package/oj-c/min/tab-bar-mixed.js.map +1 -1
  233. package/oj-c/min/tab-bar.js +1 -1
  234. package/oj-c/min/tab-bar.js.map +1 -1
  235. package/oj-c/min/table/table-styles.css +39 -0
  236. package/oj-c/min/table.js +2 -0
  237. package/oj-c/min/table.js.map +1 -0
  238. package/oj-c/min/tag-cloud.js +1 -1
  239. package/oj-c/min/tag-cloud.js.map +1 -1
  240. package/oj-c/min/text-area.js +1 -1
  241. package/oj-c/min/text-area.js.map +1 -1
  242. package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +2 -2
  243. package/oj-c/popup/component.json +3 -3
  244. package/oj-c/progress-bar/component.json +3 -3
  245. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.d.ts +16 -0
  246. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js +29 -0
  247. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js.map +1 -0
  248. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.d.ts +72 -0
  249. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js +95 -0
  250. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js.map +1 -0
  251. package/oj-c/progress-button/__webdriver__/index.d.ts +17 -0
  252. package/oj-c/progress-button/__webdriver__/index.js +34 -0
  253. package/oj-c/progress-button/__webdriver__/index.js.map +1 -0
  254. package/oj-c/progress-button/component.json +258 -0
  255. package/oj-c/progress-button/index.js +6 -0
  256. package/oj-c/progress-button/progress-button-styles.css +12 -0
  257. package/oj-c/progress-button/progress-button.js +50 -0
  258. package/oj-c/progress-button.js +6 -0
  259. package/oj-c/progress-circle/component.json +3 -3
  260. package/oj-c/radioset/component.json +3 -3
  261. package/oj-c/radioset/useRadiosetPreact.js +9 -5
  262. package/oj-c/rating-gauge/component.json +3 -3
  263. package/oj-c/rating-gauge/rating-gauge.js +11 -3
  264. package/oj-c/select-common/PRIVATE_DebouncingDataProviderView/Debouncer.js +78 -0
  265. package/oj-c/select-common/PRIVATE_DebouncingDataProviderView/DebouncingDataProviderView.js +92 -0
  266. package/oj-c/select-common/PRIVATE_useCache/index.js +6 -0
  267. package/oj-c/select-common/PRIVATE_useCache/useCache.js +30 -0
  268. package/oj-c/select-common/PRIVATE_useSelectData/CollectionTemplateDataProviderView.js +208 -0
  269. package/oj-c/select-common/PRIVATE_useSelectData/index.js +7 -0
  270. package/oj-c/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +98 -0
  271. package/oj-c/select-common/PRIVATE_useSelectData/useSelectData.js +24 -0
  272. package/oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +13 -4
  273. package/oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +10 -6
  274. package/oj-c/select-multiple/component.json +101 -67
  275. package/oj-c/select-multiple/select-multiple.js +2 -2
  276. package/oj-c/select-multiple/useSelectMultiplePreact.js +68 -27
  277. package/oj-c/select-single/component.json +37 -3
  278. package/oj-c/select-single/select-single.js +2 -2
  279. package/oj-c/select-single/useSelectSinglePreact.js +50 -18
  280. package/oj-c/selection-card/component.json +3 -3
  281. package/oj-c/selector/component.json +3 -3
  282. package/oj-c/selector/selector.js +2 -2
  283. package/oj-c/selector-all/component.json +3 -3
  284. package/oj-c/split-menu-button/component.json +21 -4
  285. package/oj-c/tab-bar/__webdriver__/TabBarWebElement.d.ts +29 -0
  286. package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +89 -0
  287. package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -1
  288. package/oj-c/tab-bar/component.json +13 -3
  289. package/oj-c/tab-bar/tab-bar.js +10 -4
  290. package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -1
  291. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +15 -0
  292. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +36 -0
  293. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -1
  294. package/oj-c/tab-bar-mixed/component.json +3 -3
  295. package/oj-c/tab-bar-mixed/tab-bar-mixed.js +2 -2
  296. package/oj-c/table/__webdriver__/TableWebElement.d.ts +106 -0
  297. package/oj-c/table/__webdriver__/TableWebElement.js +166 -0
  298. package/oj-c/table/__webdriver__/TableWebElement.js.map +1 -0
  299. package/oj-c/table/__webdriver__/TableWebElementBase.d.ts +153 -0
  300. package/oj-c/table/__webdriver__/TableWebElementBase.js +158 -0
  301. package/oj-c/table/__webdriver__/TableWebElementBase.js.map +1 -0
  302. package/oj-c/table/__webdriver__/index.d.ts +17 -0
  303. package/oj-c/table/__webdriver__/index.js +34 -0
  304. package/oj-c/table/__webdriver__/index.js.map +1 -0
  305. package/oj-c/table/component.json +703 -0
  306. package/oj-c/table/index.js +6 -0
  307. package/oj-c/table/table-styles.css +39 -0
  308. package/oj-c/table/table.js +353 -0
  309. package/oj-c/table.js +6 -0
  310. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.d.ts +1 -1
  311. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js +1 -1
  312. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js.map +1 -1
  313. package/oj-c/tag-cloud/component.json +14 -3
  314. package/oj-c/tag-cloud/tag-cloud.js +4 -1
  315. package/oj-c/tag-cloud-item/component.json +2 -2
  316. package/oj-c/text-area/component.json +3 -3
  317. package/oj-c/text-area/useTextAreaAutosizePreact.js +2 -2
  318. package/oj-c/text-area/useTextAreaPreact.js +2 -2
  319. package/oj-c/toggle-button/component.json +3 -3
  320. package/oj-c/types/FormControlWrapper/FormControlWrapper.d.ts +36 -0
  321. package/oj-c/types/FormControlWrapper/index.d.ts +2 -0
  322. package/oj-c/types/checkbox/checkbox.d.ts +2 -1
  323. package/oj-c/types/checkbox/useCheckboxPreact.d.ts +3 -6
  324. package/oj-c/types/checkboxset/checkboxset.d.ts +3 -2
  325. package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +3 -6
  326. package/oj-c/types/date-picker/date-picker.d.ts +6 -0
  327. package/oj-c/types/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +3 -2
  328. package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +1 -1
  329. package/oj-c/types/editable-value/utils/utils.d.ts +2 -0
  330. package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +3 -1
  331. package/oj-c/types/hooks/UNSAFE_useListData/useListData.d.ts +2 -1
  332. package/oj-c/types/input-date-mask/input-date-mask.d.ts +2 -1
  333. package/oj-c/types/input-date-picker/input-date-picker.d.ts +8 -2
  334. package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +1 -0
  335. package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +1 -1
  336. package/oj-c/types/input-month-mask/input-month-mask.d.ts +2 -1
  337. package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +1 -1
  338. package/oj-c/types/input-password/useInputPasswordPreact.d.ts +2 -4
  339. package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +2 -1
  340. package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +2 -4
  341. package/oj-c/types/input-text/useInputTextPreact.d.ts +1 -1
  342. package/oj-c/types/legend-section/legend-section.d.ts +2 -2
  343. package/oj-c/types/list-item-layout/list-item-layout.d.ts +5 -0
  344. package/oj-c/types/list-view/list-view.d.ts +6 -4
  345. package/oj-c/types/list-view/useHandleRemoveCurrentKey.d.ts +4 -2
  346. package/oj-c/types/list-view/useListViewPreact.d.ts +1 -1
  347. package/oj-c/types/meter-bar/meter-bar.d.ts +6 -1
  348. package/oj-c/types/meter-circle/meter-circle.d.ts +1 -1
  349. package/oj-c/types/progress-button/index.d.ts +2 -0
  350. package/oj-c/types/progress-button/progress-button.d.ts +101 -0
  351. package/oj-c/types/radioset/radioset.d.ts +3 -2
  352. package/oj-c/types/radioset/useRadiosetPreact.d.ts +3 -6
  353. package/oj-c/types/rating-gauge/rating-gauge.d.ts +1 -1
  354. package/oj-c/types/select-common/PRIVATE_DebouncingDataProviderView/Debouncer.d.ts +11 -0
  355. package/oj-c/types/select-common/PRIVATE_DebouncingDataProviderView/DebouncingDataProviderView.d.ts +16 -0
  356. package/oj-c/types/select-common/PRIVATE_useCache/index.d.ts +1 -0
  357. package/oj-c/types/select-common/PRIVATE_useCache/useCache.d.ts +1 -0
  358. package/oj-c/types/select-common/PRIVATE_useSelectData/CollectionTemplateDataProviderView.d.ts +43 -0
  359. package/oj-c/types/select-common/PRIVATE_useSelectData/index.d.ts +2 -0
  360. package/oj-c/types/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.d.ts +15 -0
  361. package/oj-c/types/select-common/PRIVATE_useSelectData/useSelectData.d.ts +15 -0
  362. package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +4 -4
  363. package/oj-c/types/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.d.ts +2 -1
  364. package/oj-c/types/select-multiple/select-multiple.d.ts +26 -9
  365. package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +28 -36
  366. package/oj-c/types/select-single/select-single.d.ts +26 -8
  367. package/oj-c/types/select-single/useSelectSinglePreact.d.ts +30 -53
  368. package/oj-c/types/tab-bar/tab-bar.d.ts +1 -0
  369. package/oj-c/types/table/index.d.ts +2 -0
  370. package/oj-c/types/table/table.d.ts +239 -0
  371. package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +1 -1
  372. package/oj-c/types/text-area/useTextAreaPreact.d.ts +1 -1
  373. package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -1
  374. package/oj-c/types/utils/UNSAFE_vizTypes/meterTypes.d.ts +2 -0
  375. package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +2 -2
  376. package/package.json +4 -4
  377. package/webdriver/docs/assets/navigation.js +1 -1
  378. package/webdriver/docs/assets/search.js +1 -1
  379. package/webdriver/docs/classes/AreaChartWebElement.html +4 -3
  380. package/webdriver/docs/classes/DatePickerWebElement.html +5 -2
  381. package/webdriver/docs/classes/InputDatePickerWebElement.html +6 -2
  382. package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
  383. package/webdriver/docs/classes/LegendWebElement.html +4 -3
  384. package/webdriver/docs/classes/LineChartWebElement.html +4 -3
  385. package/webdriver/docs/classes/ListItemLayoutWebElement.html +6 -2
  386. package/webdriver/docs/classes/MeterBarWebElement.html +6 -2
  387. package/webdriver/docs/classes/ProgressButtonWebElement.html +142 -0
  388. package/webdriver/docs/classes/TabBarMixedWebElement.html +11 -2
  389. package/webdriver/docs/classes/TabBarWebElement.html +18 -2
  390. package/webdriver/docs/classes/TableWebElement.html +192 -0
  391. package/webdriver/docs/classes/TagCloudWebElement.html +4 -3
  392. package/webdriver/docs/functions/findProgressButton.html +8 -0
  393. package/webdriver/docs/functions/findTable.html +8 -0
  394. package/webdriver/docs/modules.html +4 -0
  395. package/webdriver/index.d.ts +2 -0
  396. package/webdriver/index.js +2 -0
  397. package/webdriver/index.js.map +1 -1
  398. package/webdriver/index.ts +2 -0
@@ -63,7 +63,10 @@
63
63
  {
64
64
  "target": "Type",
65
65
  "value": "DataProvider<K, D>|null",
66
- "jsdocOverride": true
66
+ "jsdocOverride": true,
67
+ "module": {
68
+ "DataProvider": "ojdataprovider"
69
+ }
67
70
  }
68
71
  ]
69
72
  },
@@ -88,7 +91,7 @@
88
91
  "tstype": [
89
92
  {
90
93
  "target": "Type",
91
- "value": "(context: DatatipContext<K>) => string",
94
+ "value": "(context: oj-c.TagCloud.DatatipContext<K>) => string",
92
95
  "jsdocOverride": true
93
96
  }
94
97
  ]
@@ -432,8 +435,8 @@
432
435
  {
433
436
  "target": "Type",
434
437
  "value": "D",
435
- "for": "data",
436
- "jsdocOverride": true
438
+ "jsdocOverride": true,
439
+ "for": "data"
437
440
  }
438
441
  ]
439
442
  },
@@ -450,8 +453,8 @@
450
453
  {
451
454
  "target": "Type",
452
455
  "value": "K",
453
- "for": "key",
454
- "jsdocOverride": true
456
+ "jsdocOverride": true,
457
+ "for": "key"
455
458
  }
456
459
  ]
457
460
  },
@@ -493,6 +496,109 @@
493
496
  },
494
497
  "ojfragment": true
495
498
  },
499
+ {
500
+ "memberof": "oj-c.TagCloud",
501
+ "id": "oj-c.TagCloud.Item",
502
+ "name": "Item",
503
+ "kind": "typedef",
504
+ "longname": "oj-c.TagCloud.Item",
505
+ "scope": "static",
506
+ "description": "",
507
+ "tsgenerictype": {
508
+ "target": "Type",
509
+ "value": "<K>",
510
+ "for": "genericTypeParameters"
511
+ },
512
+ "type": {
513
+ "names": [
514
+ "Object"
515
+ ]
516
+ },
517
+ "meta": {
518
+ "filename": "tag-cloud.tsx",
519
+ "path": "web/components/oj-c/tag-cloud"
520
+ },
521
+ "properties": [
522
+ {
523
+ "name": "id",
524
+ "description": "The item id should be set by the application if the DataProvider is not being used. The row key will be used as id in the DataProvider case.",
525
+ "optional": false,
526
+ "type": {
527
+ "names": [
528
+ "any"
529
+ ]
530
+ },
531
+ "tstype": [
532
+ {
533
+ "target": "Type",
534
+ "value": "K",
535
+ "jsdocOverride": true,
536
+ "for": "id"
537
+ }
538
+ ]
539
+ },
540
+ {
541
+ "name": "categories",
542
+ "description": "An array of category strings corresponding to the tag cloud items. This allows highlighting and filtering of items.",
543
+ "optional": true,
544
+ "type": {
545
+ "names": [
546
+ "Array<string>"
547
+ ]
548
+ }
549
+ },
550
+ {
551
+ "name": "color",
552
+ "description": "The color of the text. Will be overridden by any color defined in the style option. The default value comes from the CSS and varies based on theme.",
553
+ "optional": true,
554
+ "type": {
555
+ "names": [
556
+ "string"
557
+ ]
558
+ }
559
+ },
560
+ {
561
+ "name": "label",
562
+ "description": "The text of the item.",
563
+ "optional": false,
564
+ "type": {
565
+ "names": [
566
+ "string"
567
+ ]
568
+ }
569
+ },
570
+ {
571
+ "name": "value",
572
+ "description": "The value of this item is used to scale its font size within the tag cloud.",
573
+ "optional": false,
574
+ "type": {
575
+ "names": [
576
+ "number|null"
577
+ ]
578
+ }
579
+ },
580
+ {
581
+ "name": "url",
582
+ "description": "The url this item references.",
583
+ "optional": true,
584
+ "type": {
585
+ "names": [
586
+ "string"
587
+ ]
588
+ }
589
+ },
590
+ {
591
+ "name": "shortDesc",
592
+ "description": "The description of the item. This is used for customizing the tooltip text.",
593
+ "optional": true,
594
+ "type": {
595
+ "names": [
596
+ "string"
597
+ ]
598
+ }
599
+ }
600
+ ]
601
+ },
496
602
  {
497
603
  "memberof": "oj-c.TagCloud",
498
604
  "id": "oj-c.TagCloud.DatatipContext",
@@ -529,8 +635,8 @@
529
635
  {
530
636
  "target": "Type",
531
637
  "value": "K",
532
- "for": "id",
533
- "jsdocOverride": true
638
+ "jsdocOverride": true,
639
+ "for": "id"
534
640
  }
535
641
  ]
536
642
  }
@@ -120,7 +120,17 @@
120
120
  "names": [
121
121
  "object|null"
122
122
  ]
123
- }
123
+ },
124
+ "tstype": [
125
+ {
126
+ "target": "Type",
127
+ "value": "Converter<V>|null",
128
+ "jsdocOverride": true,
129
+ "module": {
130
+ "Converter": "ojconverter"
131
+ }
132
+ }
133
+ ]
124
134
  },
125
135
  {
126
136
  "memberof": "oj-c.TextArea",
@@ -722,7 +732,18 @@
722
732
  "names": [
723
733
  "Array<object>|null"
724
734
  ]
725
- }
735
+ },
736
+ "tstype": [
737
+ {
738
+ "target": "Type",
739
+ "value": "Array<AsyncValidator<V>|Validator<V>>|null",
740
+ "jsdocOverride": true,
741
+ "module": {
742
+ "AsyncValidator": "ojvalidator-async",
743
+ "Validator": "ojvalidator"
744
+ }
745
+ }
746
+ ]
726
747
  },
727
748
  {
728
749
  "memberof": "oj-c.TextArea",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "action-card",
3
- "version": "17.0.4",
4
- "jetVersion": "^17.0.4",
3
+ "version": "17.1.0",
4
+ "jetVersion": "^17.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -16,7 +16,7 @@
16
16
  "status": [
17
17
  {
18
18
  "type": "candidate",
19
- "since": "17.0.0"
19
+ "since": "17.1.0"
20
20
  }
21
21
  ],
22
22
  "extension": {
@@ -35,7 +35,7 @@
35
35
  "minColumns": "1"
36
36
  },
37
37
  "webelement": {
38
- "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1700/cpwdtsdoc/classes/ActionCardWebElement.html"
38
+ "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ActionCardWebElement.html"
39
39
  }
40
40
  },
41
41
  "since": "16.0.0",
@@ -10,7 +10,7 @@ export declare class AreaChartWebElementBase extends OjWebElement {
10
10
  * Gets the value of <code>data</code> property.
11
11
  * Specifies the DataProvider for the sections and items of the area-chart.
12
12
  * @return The value of <code>data</code> property.
13
- *
13
+ * @deprecated Since 17.1.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
14
14
  */
15
15
  getData(): Promise<null>;
16
16
  /**
@@ -365,7 +365,7 @@ export interface XAxisTickLabel {
365
365
  /**
366
366
  * The converter to format the axis tick labels.
367
367
  */
368
- converter: object;
368
+ converter: object | Array<object>;
369
369
  /**
370
370
  * Whether the tick labels are rendered or not.
371
371
  */
@@ -13,7 +13,7 @@ class AreaChartWebElementBase extends elements_1.OjWebElement {
13
13
  * Gets the value of <code>data</code> property.
14
14
  * Specifies the DataProvider for the sections and items of the area-chart.
15
15
  * @return The value of <code>data</code> property.
16
- *
16
+ * @deprecated Since 17.1.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
17
17
  */
18
18
  getData() {
19
19
  return this.getProperty('data');
@@ -1 +1 @@
1
- {"version":3,"file":"AreaChartWebElementBase.js","sourceRoot":"","sources":["AreaChartWebElementBase.ts"],"names":[],"mappings":"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","sourcesContent":["import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';\n\n/**\n * This is the base class for oj-c-area-chart WebElement, and is generated from the\n * component's metadata. Do not modify these contents since they'll be replaced\n * during the next generation.\n * Put overrides into the WebElements's subclass, AreaChartWebElement.ts.\n */\nexport class AreaChartWebElementBase extends OjWebElement {\n /**\n * Gets the value of <code>data</code> property.\n * Specifies the DataProvider for the sections and items of the area-chart.\n * @return The value of <code>data</code> property.\n *\n */\n public getData(): Promise<null> {\n return this.getProperty<null>('data');\n }\n\n /**\n * Gets the value of <code>seriesComparator</code> property.\n * A comparator function that determines the ordering of the chart series when using a DataProvider. If undefined, the series will follow the order in which they are found in the data.\n * @return The value of <code>seriesComparator</code> property.\n *\n */\n public getSeriesComparator(): Promise<null> {\n return this.getProperty<null>('seriesComparator');\n }\n\n /**\n * Gets the value of <code>groupComparator</code> property.\n * A comparator function that determines the ordering of the chart groups when using a DataProvider. If undefined, the group will follow the order in which they are found in the data.\n * @return The value of <code>groupComparator</code> property.\n *\n */\n public getGroupComparator(): Promise<null> {\n return this.getProperty<null>('groupComparator');\n }\n\n /**\n * Gets the value of <code>stack</code> property.\n * Defines whether the data items are stacked.\n * @return The value of <code>stack</code> property.\n *\n */\n public getStack(): Promise<string> {\n return this.getProperty<string>('stack');\n }\n\n /**\n * Gets the value of <code>drilling</code> property.\n * Whether drilling is enabled.\n * @return The value of <code>drilling</code> property.\n *\n */\n public getDrilling(): Promise<string> {\n return this.getProperty<string>('drilling');\n }\n\n /**\n * Gets the value of <code>orientation</code> property.\n * The orientation of the chart.\n * @return The value of <code>orientation</code> property.\n *\n */\n public getOrientation(): Promise<string> {\n return this.getProperty<string>('orientation');\n }\n\n /**\n * Gets the value of <code>timeAxisType</code> property.\n * The time axis type of the chart x axis.\n * @return The value of <code>timeAxisType</code> property.\n *\n */\n public getTimeAxisType(): Promise<string> {\n return this.getProperty<string>('timeAxisType');\n }\n\n /**\n * Gets the value of <code>yAxis</code> property.\n * An object defining y axis properties.\n * @return The value of <code>yAxis</code> property.\n *\n */\n public getYAxis(): Promise<YAxis> {\n return this.getProperty<YAxis>('yAxis');\n }\n\n /**\n * Gets the value of <code>xAxis</code> property.\n * An object defining x axis properties.\n * @return The value of <code>xAxis</code> property.\n *\n */\n public getXAxis(): Promise<XAxis> {\n return this.getProperty<XAxis>('xAxis');\n }\n\n /**\n * Gets the value of <code>plotArea</code> property.\n * An object defining the style of the plot area.\n * @return The value of <code>plotArea</code> property.\n *\n */\n public getPlotArea(): Promise<PlotArea> {\n return this.getProperty<PlotArea>('plotArea');\n }\n\n /**\n * Gets the value of <code>zoomAndScroll</code> property.\n * Specifies the zoom and scroll behavior of the chart.\n * @return The value of <code>zoomAndScroll</code> property.\n *\n */\n public getZoomAndScroll(): Promise<string> {\n return this.getProperty<string>('zoomAndScroll');\n }\n\n /**\n * Gets the value of <code>valueFormats</code> property.\n * An object specifying value formatting and tooltip behavior.\n * @return The value of <code>valueFormats</code> property.\n *\n */\n public getValueFormats(): Promise<ValueFormats> {\n return this.getProperty<ValueFormats>('valueFormats');\n }\n\n /**\n * Gets the value of <code>selectionMode</code> property.\n * Specifies the selection mode.\n * @return The value of <code>selectionMode</code> property.\n *\n */\n public getSelectionMode(): Promise<string> {\n return this.getProperty<string>('selectionMode');\n }\n\n /**\n * Sets the value of <code>selection</code> property.\n * An array containing the ids of the initially selected data items.\n * @param selection The value to set for <code>selection</code>\n *\n */\n public changeSelection(selection: Array<any>): Promise<void> {\n return this.setProperty<Array<any>>('selection', selection);\n }\n\n /**\n * Gets the value of <code>selection</code> property.\n * An array containing the ids of the initially selected data items.\n * @return The value of <code>selection</code> property.\n *\n */\n public getSelection(): Promise<Array<any>> {\n return this.getProperty<Array<any>>('selection');\n }\n\n /**\n * Sets the value of <code>hiddenCategories</code> property.\n * An array of category string used for filtering.\n * @param hiddenCategories The value to set for <code>hiddenCategories</code>\n *\n */\n public changeHiddenCategories(hiddenCategories: Array<string>): Promise<void> {\n return this.setProperty<Array<string>>('hiddenCategories', hiddenCategories);\n }\n\n /**\n * Gets the value of <code>hiddenCategories</code> property.\n * An array of category string used for filtering.\n * @return The value of <code>hiddenCategories</code> property.\n *\n */\n public getHiddenCategories(): Promise<Array<string>> {\n return this.getProperty<Array<string>>('hiddenCategories');\n }\n\n /**\n * Gets the value of <code>dragMode</code> property.\n * The action that is performed when a drag occurs on the chart.\n * @return The value of <code>dragMode</code> property.\n *\n */\n public getDragMode(): Promise<string> {\n return this.getProperty<string>('dragMode');\n }\n\n /**\n * Sets the value of <code>highlightedCategories</code> property.\n * An array of category string used for highlighting.\n * @param highlightedCategories The value to set for <code>highlightedCategories</code>\n *\n */\n public changeHighlightedCategories(highlightedCategories: Array<string>): Promise<void> {\n return this.setProperty<Array<string>>('highlightedCategories', highlightedCategories);\n }\n\n /**\n * Gets the value of <code>highlightedCategories</code> property.\n * An array of category string used for highlighting.\n * @return The value of <code>highlightedCategories</code> property.\n *\n */\n public getHighlightedCategories(): Promise<Array<string>> {\n return this.getProperty<Array<string>>('highlightedCategories');\n }\n\n /**\n * Gets the value of <code>hideAndShowBehavior</code> property.\n * Defines the hide and show behavior that is performed when clicking on a leegnd item.\n * @return The value of <code>hideAndShowBehavior</code> property.\n *\n */\n public getHideAndShowBehavior(): Promise<string> {\n return this.getProperty<string>('hideAndShowBehavior');\n }\n\n /**\n * Gets the value of <code>hoverBehavior</code> property.\n * Defines the behavior applied when hovering over data items.\n * @return The value of <code>hoverBehavior</code> property.\n *\n */\n public getHoverBehavior(): Promise<string> {\n return this.getProperty<string>('hoverBehavior');\n }\n\n /**\n * Gets the value of <code>highlightMatch</code> property.\n * The matching condition for the highlighted property.\n * @return The value of <code>highlightMatch</code> property.\n *\n */\n public getHighlightMatch(): Promise<string> {\n return this.getProperty<string>('highlightMatch');\n }\n\n /**\n * Gets the value of <code>legend</code> property.\n * An object defining the style, positioning, and behavior of the legend.\n * @return The value of <code>legend</code> property.\n *\n */\n public getLegend(): Promise<Legend> {\n return this.getProperty<Legend>('legend');\n }\n}\nexport interface YAxis {\n /**\n * The maximum value of the chart data.\n */\n dataMax: number;\n /**\n * The minimum value of the chart data.\n */\n dataMin: number;\n /**\n * The maximum value of the y axis.\n */\n max: number;\n /**\n * The minimum value of the y axis.\n */\n min: number;\n /**\n * The y axis major tick properties.\n */\n majorTick: YAxisMajorTick;\n /**\n * The y axis minor tick properties.\n */\n minorTick: YAxisMinorTick;\n /**\n * The y axis tick label properties.\n */\n tickLabel: YAxisTickLabel;\n /**\n * The current minimum value of y axis viewport.\n */\n viewportMin: number;\n /**\n * The current maximum value of y axis viewport.\n */\n viewportMax: number;\n /**\n * The increment between major tick marks in y axis.\n */\n step: number;\n /**\n * The size of the axis.\n */\n size: number;\n /**\n * The scale of the axis.\n */\n scale: string;\n /**\n * The axis title.\n */\n title: string;\n /**\n * The axis title style.\n */\n titleStyle: object;\n}\nexport interface YAxisMajorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * The color of the line.\n */\n rendered: string;\n}\nexport interface YAxisMinorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * Whether the minor tick are rendered.\n */\n rendered: string;\n}\nexport interface YAxisTickLabel {\n /**\n * The converter to format the axis tick labels.\n */\n converter: object;\n /**\n * Whether the tick labels are rendered or not.\n */\n rendered: string;\n /**\n * The style of the tick labels.\n */\n style: object;\n}\nexport interface XAxis {\n /**\n * The x axis major tick properties.\n */\n majorTick: XAxisMajorTick;\n /**\n * The x axis minor tick properties.\n */\n minorTick: XAxisMinorTick;\n /**\n * The x axis tick label properties.\n */\n tickLabel: XAxisTickLabel;\n /**\n * The current minimum value of x axis viewport.\n */\n viewportMin: number;\n /**\n * The current maximum value of x axis viewport.\n */\n viewportMax: number;\n /**\n * The increment between major tick marks in x axis.\n */\n step: number;\n /**\n * The size of the axis.\n */\n size: number;\n /**\n * The scale of the axis.\n */\n scale: string;\n /**\n * The axis title.\n */\n title: string;\n /**\n * The axis title style.\n */\n titleStyle: object;\n}\nexport interface XAxisMajorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * The color of the line.\n */\n rendered: string;\n}\nexport interface XAxisMinorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * Whether the minor tick are rendered.\n */\n rendered: string;\n}\nexport interface XAxisTickLabel {\n /**\n * The converter to format the axis tick labels.\n */\n converter: object;\n /**\n * Whether the tick labels are rendered or not.\n */\n rendered: string;\n /**\n * Whether the ticklabels can be rotated.\n */\n rotation: string;\n /**\n * The style of the tick labels.\n */\n style: object;\n}\nexport interface PlotArea {\n /**\n * The background color of the plot area.\n */\n backgroundColor: string;\n}\nexport interface ValueFormats {\n /**\n * The object defining formatting and tooltip behavior for the group.\n */\n group: ValueFormatsGroup;\n /**\n * The object defining formatting and tooltip behavior for the series.\n */\n series: ValueFormatsSeries;\n /**\n * The object defining formatting and tooltip behavior for the value.\n */\n value: ValueFormatsValue;\n}\nexport interface ValueFormatsGroup {\n /**\n * A string representing the label that is displayed before the value in the tooltip.\n */\n tooltipLabel: string;\n /**\n * Whether the value is displayed in the tooltip.\n */\n tooltipDisplay: string;\n}\nexport interface ValueFormatsSeries {\n /**\n * A string representing the label that is displayed before the value in the tooltip.\n */\n tooltipLabel: string;\n /**\n * Whether the value is displayed in the tooltip.\n */\n tooltipDisplay: string;\n}\nexport interface ValueFormatsValue {\n /**\n * The converter to format the numerical value for the tooltip.\n */\n converter: object;\n /**\n * A string representing the label that is displayed before the value in the tooltip.\n */\n tooltipLabel: string;\n /**\n * Whether the value is displayed in the tooltip.\n */\n tooltipDisplay: string;\n}\nexport interface Legend {\n /**\n *\n */\n position: string;\n /**\n *\n */\n rendered: string;\n /**\n *\n */\n maxSize: number | string;\n /**\n *\n */\n size: number | string;\n /**\n *\n */\n symbolHeight: number;\n /**\n *\n */\n symbolWidth: number;\n}\n"]}
1
+ {"version":3,"file":"AreaChartWebElementBase.js","sourceRoot":"","sources":["AreaChartWebElementBase.ts"],"names":[],"mappings":"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","sourcesContent":["import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';\n\n/**\n * This is the base class for oj-c-area-chart WebElement, and is generated from the\n * component's metadata. Do not modify these contents since they'll be replaced\n * during the next generation.\n * Put overrides into the WebElements's subclass, AreaChartWebElement.ts.\n */\nexport class AreaChartWebElementBase extends OjWebElement {\n /**\n * Gets the value of <code>data</code> property.\n * Specifies the DataProvider for the sections and items of the area-chart.\n * @return The value of <code>data</code> property.\n * @deprecated Since 17.1.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.\n */\n public getData(): Promise<null> {\n return this.getProperty<null>('data');\n }\n\n /**\n * Gets the value of <code>seriesComparator</code> property.\n * A comparator function that determines the ordering of the chart series when using a DataProvider. If undefined, the series will follow the order in which they are found in the data.\n * @return The value of <code>seriesComparator</code> property.\n *\n */\n public getSeriesComparator(): Promise<null> {\n return this.getProperty<null>('seriesComparator');\n }\n\n /**\n * Gets the value of <code>groupComparator</code> property.\n * A comparator function that determines the ordering of the chart groups when using a DataProvider. If undefined, the group will follow the order in which they are found in the data.\n * @return The value of <code>groupComparator</code> property.\n *\n */\n public getGroupComparator(): Promise<null> {\n return this.getProperty<null>('groupComparator');\n }\n\n /**\n * Gets the value of <code>stack</code> property.\n * Defines whether the data items are stacked.\n * @return The value of <code>stack</code> property.\n *\n */\n public getStack(): Promise<string> {\n return this.getProperty<string>('stack');\n }\n\n /**\n * Gets the value of <code>drilling</code> property.\n * Whether drilling is enabled.\n * @return The value of <code>drilling</code> property.\n *\n */\n public getDrilling(): Promise<string> {\n return this.getProperty<string>('drilling');\n }\n\n /**\n * Gets the value of <code>orientation</code> property.\n * The orientation of the chart.\n * @return The value of <code>orientation</code> property.\n *\n */\n public getOrientation(): Promise<string> {\n return this.getProperty<string>('orientation');\n }\n\n /**\n * Gets the value of <code>timeAxisType</code> property.\n * The time axis type of the chart x axis.\n * @return The value of <code>timeAxisType</code> property.\n *\n */\n public getTimeAxisType(): Promise<string> {\n return this.getProperty<string>('timeAxisType');\n }\n\n /**\n * Gets the value of <code>yAxis</code> property.\n * An object defining y axis properties.\n * @return The value of <code>yAxis</code> property.\n *\n */\n public getYAxis(): Promise<YAxis> {\n return this.getProperty<YAxis>('yAxis');\n }\n\n /**\n * Gets the value of <code>xAxis</code> property.\n * An object defining x axis properties.\n * @return The value of <code>xAxis</code> property.\n *\n */\n public getXAxis(): Promise<XAxis> {\n return this.getProperty<XAxis>('xAxis');\n }\n\n /**\n * Gets the value of <code>plotArea</code> property.\n * An object defining the style of the plot area.\n * @return The value of <code>plotArea</code> property.\n *\n */\n public getPlotArea(): Promise<PlotArea> {\n return this.getProperty<PlotArea>('plotArea');\n }\n\n /**\n * Gets the value of <code>zoomAndScroll</code> property.\n * Specifies the zoom and scroll behavior of the chart.\n * @return The value of <code>zoomAndScroll</code> property.\n *\n */\n public getZoomAndScroll(): Promise<string> {\n return this.getProperty<string>('zoomAndScroll');\n }\n\n /**\n * Gets the value of <code>valueFormats</code> property.\n * An object specifying value formatting and tooltip behavior.\n * @return The value of <code>valueFormats</code> property.\n *\n */\n public getValueFormats(): Promise<ValueFormats> {\n return this.getProperty<ValueFormats>('valueFormats');\n }\n\n /**\n * Gets the value of <code>selectionMode</code> property.\n * Specifies the selection mode.\n * @return The value of <code>selectionMode</code> property.\n *\n */\n public getSelectionMode(): Promise<string> {\n return this.getProperty<string>('selectionMode');\n }\n\n /**\n * Sets the value of <code>selection</code> property.\n * An array containing the ids of the initially selected data items.\n * @param selection The value to set for <code>selection</code>\n *\n */\n public changeSelection(selection: Array<any>): Promise<void> {\n return this.setProperty<Array<any>>('selection', selection);\n }\n\n /**\n * Gets the value of <code>selection</code> property.\n * An array containing the ids of the initially selected data items.\n * @return The value of <code>selection</code> property.\n *\n */\n public getSelection(): Promise<Array<any>> {\n return this.getProperty<Array<any>>('selection');\n }\n\n /**\n * Sets the value of <code>hiddenCategories</code> property.\n * An array of category string used for filtering.\n * @param hiddenCategories The value to set for <code>hiddenCategories</code>\n *\n */\n public changeHiddenCategories(hiddenCategories: Array<string>): Promise<void> {\n return this.setProperty<Array<string>>('hiddenCategories', hiddenCategories);\n }\n\n /**\n * Gets the value of <code>hiddenCategories</code> property.\n * An array of category string used for filtering.\n * @return The value of <code>hiddenCategories</code> property.\n *\n */\n public getHiddenCategories(): Promise<Array<string>> {\n return this.getProperty<Array<string>>('hiddenCategories');\n }\n\n /**\n * Gets the value of <code>dragMode</code> property.\n * The action that is performed when a drag occurs on the chart.\n * @return The value of <code>dragMode</code> property.\n *\n */\n public getDragMode(): Promise<string> {\n return this.getProperty<string>('dragMode');\n }\n\n /**\n * Sets the value of <code>highlightedCategories</code> property.\n * An array of category string used for highlighting.\n * @param highlightedCategories The value to set for <code>highlightedCategories</code>\n *\n */\n public changeHighlightedCategories(highlightedCategories: Array<string>): Promise<void> {\n return this.setProperty<Array<string>>('highlightedCategories', highlightedCategories);\n }\n\n /**\n * Gets the value of <code>highlightedCategories</code> property.\n * An array of category string used for highlighting.\n * @return The value of <code>highlightedCategories</code> property.\n *\n */\n public getHighlightedCategories(): Promise<Array<string>> {\n return this.getProperty<Array<string>>('highlightedCategories');\n }\n\n /**\n * Gets the value of <code>hideAndShowBehavior</code> property.\n * Defines the hide and show behavior that is performed when clicking on a leegnd item.\n * @return The value of <code>hideAndShowBehavior</code> property.\n *\n */\n public getHideAndShowBehavior(): Promise<string> {\n return this.getProperty<string>('hideAndShowBehavior');\n }\n\n /**\n * Gets the value of <code>hoverBehavior</code> property.\n * Defines the behavior applied when hovering over data items.\n * @return The value of <code>hoverBehavior</code> property.\n *\n */\n public getHoverBehavior(): Promise<string> {\n return this.getProperty<string>('hoverBehavior');\n }\n\n /**\n * Gets the value of <code>highlightMatch</code> property.\n * The matching condition for the highlighted property.\n * @return The value of <code>highlightMatch</code> property.\n *\n */\n public getHighlightMatch(): Promise<string> {\n return this.getProperty<string>('highlightMatch');\n }\n\n /**\n * Gets the value of <code>legend</code> property.\n * An object defining the style, positioning, and behavior of the legend.\n * @return The value of <code>legend</code> property.\n *\n */\n public getLegend(): Promise<Legend> {\n return this.getProperty<Legend>('legend');\n }\n}\nexport interface YAxis {\n /**\n * The maximum value of the chart data.\n */\n dataMax: number;\n /**\n * The minimum value of the chart data.\n */\n dataMin: number;\n /**\n * The maximum value of the y axis.\n */\n max: number;\n /**\n * The minimum value of the y axis.\n */\n min: number;\n /**\n * The y axis major tick properties.\n */\n majorTick: YAxisMajorTick;\n /**\n * The y axis minor tick properties.\n */\n minorTick: YAxisMinorTick;\n /**\n * The y axis tick label properties.\n */\n tickLabel: YAxisTickLabel;\n /**\n * The current minimum value of y axis viewport.\n */\n viewportMin: number;\n /**\n * The current maximum value of y axis viewport.\n */\n viewportMax: number;\n /**\n * The increment between major tick marks in y axis.\n */\n step: number;\n /**\n * The size of the axis.\n */\n size: number;\n /**\n * The scale of the axis.\n */\n scale: string;\n /**\n * The axis title.\n */\n title: string;\n /**\n * The axis title style.\n */\n titleStyle: object;\n}\nexport interface YAxisMajorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * The color of the line.\n */\n rendered: string;\n}\nexport interface YAxisMinorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * Whether the minor tick are rendered.\n */\n rendered: string;\n}\nexport interface YAxisTickLabel {\n /**\n * The converter to format the axis tick labels.\n */\n converter: object;\n /**\n * Whether the tick labels are rendered or not.\n */\n rendered: string;\n /**\n * The style of the tick labels.\n */\n style: object;\n}\nexport interface XAxis {\n /**\n * The x axis major tick properties.\n */\n majorTick: XAxisMajorTick;\n /**\n * The x axis minor tick properties.\n */\n minorTick: XAxisMinorTick;\n /**\n * The x axis tick label properties.\n */\n tickLabel: XAxisTickLabel;\n /**\n * The current minimum value of x axis viewport.\n */\n viewportMin: number;\n /**\n * The current maximum value of x axis viewport.\n */\n viewportMax: number;\n /**\n * The increment between major tick marks in x axis.\n */\n step: number;\n /**\n * The size of the axis.\n */\n size: number;\n /**\n * The scale of the axis.\n */\n scale: string;\n /**\n * The axis title.\n */\n title: string;\n /**\n * The axis title style.\n */\n titleStyle: object;\n}\nexport interface XAxisMajorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * The color of the line.\n */\n rendered: string;\n}\nexport interface XAxisMinorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * Whether the minor tick are rendered.\n */\n rendered: string;\n}\nexport interface XAxisTickLabel {\n /**\n * The converter to format the axis tick labels.\n */\n converter: object | Array<object>;\n /**\n * Whether the tick labels are rendered or not.\n */\n rendered: string;\n /**\n * Whether the ticklabels can be rotated.\n */\n rotation: string;\n /**\n * The style of the tick labels.\n */\n style: object;\n}\nexport interface PlotArea {\n /**\n * The background color of the plot area.\n */\n backgroundColor: string;\n}\nexport interface ValueFormats {\n /**\n * The object defining formatting and tooltip behavior for the group.\n */\n group: ValueFormatsGroup;\n /**\n * The object defining formatting and tooltip behavior for the series.\n */\n series: ValueFormatsSeries;\n /**\n * The object defining formatting and tooltip behavior for the value.\n */\n value: ValueFormatsValue;\n}\nexport interface ValueFormatsGroup {\n /**\n * A string representing the label that is displayed before the value in the tooltip.\n */\n tooltipLabel: string;\n /**\n * Whether the value is displayed in the tooltip.\n */\n tooltipDisplay: string;\n}\nexport interface ValueFormatsSeries {\n /**\n * A string representing the label that is displayed before the value in the tooltip.\n */\n tooltipLabel: string;\n /**\n * Whether the value is displayed in the tooltip.\n */\n tooltipDisplay: string;\n}\nexport interface ValueFormatsValue {\n /**\n * The converter to format the numerical value for the tooltip.\n */\n converter: object;\n /**\n * A string representing the label that is displayed before the value in the tooltip.\n */\n tooltipLabel: string;\n /**\n * Whether the value is displayed in the tooltip.\n */\n tooltipDisplay: string;\n}\nexport interface Legend {\n /**\n *\n */\n position: string;\n /**\n *\n */\n rendered: string;\n /**\n *\n */\n maxSize: number | string;\n /**\n *\n */\n size: number | string;\n /**\n *\n */\n symbolHeight: number;\n /**\n *\n */\n symbolWidth: number;\n}\n"]}
@@ -2,10 +2,11 @@ define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/tr
2
2
  "use strict";
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.AreaChart = void 0;
5
- function AreaChartComp({ data, hideAndShowBehavior = 'none', orientation = 'vertical', xAxis, yAxis, hoverBehavior = 'none', valueFormats, plotArea, zoomAndScroll, itemTemplate, seriesTemplate, groupTemplate, seriesComparator, groupComparator, drilling = 'off', hiddenCategories = [], highlightedCategories = [], highlightMatch = 'any', selection = [], selectionMode = 'none', timeAxisType, stack = 'off', legend = {
6
- rendered: 'on',
7
- position: 'auto'
8
- }, ...props }) {
5
+ const HIGHLIGHTED_DEFAULT = [];
6
+ const SELECTION_DEFAULT = [];
7
+ const HIDDEN_DEFAULT = [];
8
+ const LEGEND_DEFAULT = { rendered: 'on', position: 'auto' };
9
+ function AreaChartComp({ data, hideAndShowBehavior = 'none', orientation = 'vertical', xAxis, yAxis, hoverBehavior = 'none', valueFormats, plotArea, zoomAndScroll, itemTemplate, seriesTemplate, groupTemplate, seriesComparator, groupComparator, drilling = 'off', hiddenCategories = HIDDEN_DEFAULT, highlightedCategories = HIGHLIGHTED_DEFAULT, highlightMatch = 'any', selection = SELECTION_DEFAULT, selectionMode = 'none', timeAxisType, stack = 'off', legend = LEGEND_DEFAULT, ...props }) {
9
10
  const rootRef = (0, hooks_1.useRef)(null);
10
11
  const addBusyState = (0, useVisBusyState_1.useVisBusyState)(rootRef, 'oj-c-area-chart');
11
12
  const { series, groups, getDataItem, isLoading } = (0, useChartData_1.useChartData)(data, addBusyState, itemTemplate, seriesTemplate, groupTemplate, 'oj-c-area-chart-item', 'oj-c-area-chart-series', 'oj-c-area-chart-group', seriesComparator, groupComparator);
@@ -43,7 +44,7 @@ define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/tr
43
44
  const chartLegend = isLegendRendered && legendData.length > 0 ? ((0, jsx_runtime_1.jsx)(UNSAFE_Legend_1.Legend, { items: legendData, orientation: legendPosition === 'start' || legendPosition === 'end' ? 'vertical' : 'horizontal', isReadOnly: !isLegendInteractive, highlightedIds: highlightedIds.length === 0 ? undefined : highlightedIds, hiddenIds: hiddenIds.length === 0 ? undefined : hiddenIds, symbolHeight: legend.symbolHeight, symbolWidth: legend.symbolWidth, onItemAction: legendItemActionHandler, onItemHover: legendItemInputHandler, onItemFocus: legendItemInputHandler })) : undefined;
44
45
  return ((0, jsx_runtime_1.jsx)(ojvcomponent_1.Root, { ref: rootRef, children: (0, jsx_runtime_1.jsx)(UNSAFE_VisProgressiveLoader_1.VisProgressiveLoader, { isLoading: isLoading, type: "area", "aria-label": props['aria-label'], "aria-describedBy": props['aria-describedby'], "aria-labelledBy": props['aria-labelledby'], children: (0, jsx_runtime_1.jsx)(UNSAFE_ChartWithLegend_1.ChartWithLegend, { chart: chart, position: legendPosition, maxSize: legend.maxSize, size: legend.size, legend: chartLegend }) }) }));
45
46
  }
46
- exports.AreaChart = (0, ojvcomponent_1.registerCustomElement)('oj-c-area-chart', AreaChartComp, "AreaChart", { "properties": { "data": { "type": "DataProvider|null" }, "seriesComparator": { "type": "function" }, "groupComparator": { "type": "function" }, "stack": { "type": "string", "enumValues": ["off", "on"] }, "drilling": { "type": "string", "enumValues": ["off", "on"] }, "orientation": { "type": "string", "enumValues": ["horizontal", "vertical"] }, "timeAxisType": { "type": "string", "enumValues": ["enabled", "mixedFrequency", "skipGaps"] }, "yAxis": { "type": "object", "properties": { "dataMax": { "type": "number" }, "dataMin": { "type": "number" }, "max": { "type": "number" }, "min": { "type": "number" }, "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "xAxis": { "type": "object", "properties": { "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object|" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "rotation": { "type": "string", "enumValues": ["auto", "none"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "plotArea": { "type": "object", "properties": { "backgroundColor": { "type": "string" } } }, "zoomAndScroll": { "type": "string", "enumValues": ["off", "live"] }, "valueFormats": { "type": "object", "properties": { "group": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "series": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "value": { "type": "object", "properties": { "converter": { "type": "object" }, "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } } } }, "selectionMode": { "type": "string", "enumValues": ["none", "multiple", "single"] }, "selection": { "type": "Array<any>", "writeback": true }, "hiddenCategories": { "type": "Array<string>", "writeback": true }, "dragMode": { "type": "string", "enumValues": ["pan", "select", "off", "user", "zoom"] }, "highlightedCategories": { "type": "Array<string>", "writeback": true }, "hideAndShowBehavior": { "type": "string", "enumValues": ["none", "withoutRescale", "withRescale"] }, "hoverBehavior": { "type": "string", "enumValues": ["none", "dim"] }, "highlightMatch": { "type": "string", "enumValues": ["all", "any"] }, "legend": { "type": "object", "properties": { "position": { "type": "string", "enumValues": ["auto", "end", "start", "top", "bottom"] }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] }, "maxSize": { "type": "number|string" }, "size": { "type": "number|string" }, "symbolHeight": { "type": "number" }, "symbolWidth": { "type": "number" } } } }, "slots": { "itemTemplate": { "data": {} }, "seriesTemplate": { "data": {} }, "groupTemplate": { "data": {} } }, "events": { "ojViewportChange": {}, "ojItemDrill": {}, "ojGroupDrill": {}, "ojSeriesDrill": {} }, "extension": { "_WRITEBACK_PROPS": ["selection", "hiddenCategories", "highlightedCategories"], "_READ_ONLY_PROPS": [], "_OBSERVED_GLOBAL_PROPS": ["aria-label", "aria-describedby", "aria-labelledby"] } }, { "hideAndShowBehavior": "none", "orientation": "vertical", "hoverBehavior": "none", "drilling": "off", "hiddenCategories": [], "highlightedCategories": [], "highlightMatch": "any", "selection": [], "selectionMode": "none", "stack": "off", "legend": { "rendered": "on", "position": "auto" } }, {
47
+ exports.AreaChart = (0, ojvcomponent_1.registerCustomElement)('oj-c-area-chart', AreaChartComp, "AreaChart", { "properties": { "data": { "type": "DataProvider|null" }, "seriesComparator": { "type": "function" }, "groupComparator": { "type": "function" }, "stack": { "type": "string", "enumValues": ["off", "on"] }, "drilling": { "type": "string", "enumValues": ["off", "on"] }, "orientation": { "type": "string", "enumValues": ["horizontal", "vertical"] }, "timeAxisType": { "type": "string", "enumValues": ["enabled", "mixedFrequency", "skipGaps"] }, "yAxis": { "type": "object", "properties": { "dataMax": { "type": "number" }, "dataMin": { "type": "number" }, "max": { "type": "number" }, "min": { "type": "number" }, "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "xAxis": { "type": "object", "properties": { "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object|Array<object>" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "rotation": { "type": "string", "enumValues": ["auto", "none"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "plotArea": { "type": "object", "properties": { "backgroundColor": { "type": "string" } } }, "zoomAndScroll": { "type": "string", "enumValues": ["off", "live"] }, "valueFormats": { "type": "object", "properties": { "group": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "series": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "value": { "type": "object", "properties": { "converter": { "type": "object" }, "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } } } }, "selectionMode": { "type": "string", "enumValues": ["none", "multiple", "single"] }, "selection": { "type": "Array<any>", "writeback": true }, "hiddenCategories": { "type": "Array<string>", "writeback": true }, "dragMode": { "type": "string", "enumValues": ["pan", "select", "off", "user", "zoom"] }, "highlightedCategories": { "type": "Array<string>", "writeback": true }, "hideAndShowBehavior": { "type": "string", "enumValues": ["none", "withoutRescale", "withRescale"] }, "hoverBehavior": { "type": "string", "enumValues": ["none", "dim"] }, "highlightMatch": { "type": "string", "enumValues": ["all", "any"] }, "legend": { "type": "object", "properties": { "position": { "type": "string", "enumValues": ["auto", "end", "start", "top", "bottom"] }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] }, "maxSize": { "type": "number|string" }, "size": { "type": "number|string" }, "symbolHeight": { "type": "number" }, "symbolWidth": { "type": "number" } } } }, "slots": { "itemTemplate": { "data": {} }, "seriesTemplate": { "data": {} }, "groupTemplate": { "data": {} } }, "events": { "ojViewportChange": {}, "ojItemDrill": {}, "ojGroupDrill": {}, "ojSeriesDrill": {} }, "extension": { "_WRITEBACK_PROPS": ["selection", "hiddenCategories", "highlightedCategories"], "_READ_ONLY_PROPS": [], "_OBSERVED_GLOBAL_PROPS": ["aria-label", "aria-describedby", "aria-labelledby"] } }, { "hideAndShowBehavior": "none", "orientation": "vertical", "hoverBehavior": "none", "drilling": "off", "hiddenCategories": [], "highlightedCategories": [], "highlightMatch": "any", "selection": [], "selectionMode": "none", "stack": "off", "legend": { "rendered": "on", "position": "auto" } }, {
47
48
  '@oracle/oraclejet-preact': translationBundle_1.default
48
49
  });
49
50
  });
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "area-chart",
3
- "version": "17.0.4",
4
- "jetVersion": "^17.0.4",
3
+ "version": "17.1.0",
4
+ "jetVersion": "^17.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -35,7 +35,7 @@
35
35
  ]
36
36
  },
37
37
  "webelement": {
38
- "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1700/cpwdtsdoc/classes/AreaChartWebElement.html"
38
+ "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/AreaChartWebElement.html"
39
39
  }
40
40
  },
41
41
  "propertyLayout": [
@@ -64,7 +64,18 @@
64
64
  "type": "DataProvider|null",
65
65
  "description": "Specifies the DataProvider for the sections and items of the area-chart.",
66
66
  "displayName": "Data",
67
- "help": "#data"
67
+ "help": "#data",
68
+ "extension": {
69
+ "webelement": {
70
+ "exceptionStatus": [
71
+ {
72
+ "type": "deprecated",
73
+ "since": "17.1.0",
74
+ "description": "Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead."
75
+ }
76
+ ]
77
+ }
78
+ }
68
79
  },
69
80
  "seriesComparator": {
70
81
  "type": "function",
@@ -146,6 +157,20 @@
146
157
  "description": "The time axis type of the chart x axis.",
147
158
  "displayName": "TimeAxisType",
148
159
  "help": "#timeAxisType",
160
+ "propertyEditorValues": {
161
+ "enabled": {
162
+ "description": "The regular time axis type. Time values are passed using <a target='_blank' href='oj-c.AreaChartItem.html'>oj-c-area-chart-item</a> group-id attribute.",
163
+ "displayName": "Regular"
164
+ },
165
+ "mixedFrequency": {
166
+ "description": "The mixed frequency time axis type. The mixed frequency time axis type is used when different series have different sampling frequencies. Time values are passed using <a target='_blank' href='oj-c.AreaChartItem.html'>oj-c-area-chart-item</a> x attribute.",
167
+ "displayName": "MixedFrequency"
168
+ },
169
+ "skipGaps": {
170
+ "description": "The regular time axis type. Time values are passed using <a target='_blank' href='oj-c.AreaChartItem.html'>oj-c-area-chart-item</a> group-id attribute. Gap between time values will be ignored.",
171
+ "displayName": "SkipGaps"
172
+ }
173
+ },
149
174
  "enumValues": [
150
175
  "enabled",
151
176
  "mixedFrequency",
@@ -541,7 +566,7 @@
541
566
  "displayName": "Tick Label",
542
567
  "properties": {
543
568
  "converter": {
544
- "type": "object|",
569
+ "type": "object|Array<object>",
545
570
  "description": "The converter to format the axis tick labels.",
546
571
  "displayName": "Converter"
547
572
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "area-chart-group",
3
- "version": "17.0.4",
4
- "jetVersion": "^17.0.4",
3
+ "version": "17.1.0",
4
+ "jetVersion": "^17.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "area-chart-item",
3
- "version": "17.0.4",
4
- "jetVersion": "^17.0.4",
3
+ "version": "17.1.0",
4
+ "jetVersion": "^17.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "area-chart-series",
3
- "version": "17.0.4",
4
- "jetVersion": "^17.0.4",
3
+ "version": "17.1.0",
4
+ "jetVersion": "^17.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "avatar",
3
- "version": "17.0.4",
4
- "jetVersion": "^17.0.4",
3
+ "version": "17.1.0",
4
+ "jetVersion": "^17.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -36,7 +36,7 @@
36
36
  ]
37
37
  },
38
38
  "webelement": {
39
- "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1700/cpwdtsdoc/classes/AvatarWebElement.html"
39
+ "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/AvatarWebElement.html"
40
40
  }
41
41
  },
42
42
  "propertyLayout": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "button",
3
- "version": "17.0.4",
4
- "jetVersion": "^17.0.4",
3
+ "version": "17.1.0",
4
+ "jetVersion": "^17.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -27,7 +27,7 @@
27
27
  ]
28
28
  },
29
29
  "webelement": {
30
- "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1700/cpwdtsdoc/classes/ButtonWebElement.html"
30
+ "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ButtonWebElement.html"
31
31
  }
32
32
  },
33
33
  "propertyLayout": [
@@ -112,7 +112,7 @@
112
112
  "help": "#size",
113
113
  "propertyEditorValues": {
114
114
  "xs": {
115
- "description": "Display an extra small button. Only suppported for component developers with ghost chroming in icon display mode.",
115
+ "description": "Display an extra small button. Only supported for component developers with ghost chroming in icon display mode.",
116
116
  "displayName": "Extra Small"
117
117
  },
118
118
  "sm": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buttonset-multiple",
3
- "version": "17.0.4",
4
- "jetVersion": "^17.0.4",
3
+ "version": "17.1.0",
4
+ "jetVersion": "^17.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -27,13 +27,13 @@
27
27
  ]
28
28
  },
29
29
  "webelement": {
30
- "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1700/cpwdtsdoc/classes/ButtonsetMultipleWebElement.html"
30
+ "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ButtonsetMultipleWebElement.html"
31
31
  }
32
32
  },
33
33
  "since": "17.0.0",
34
34
  "status": [
35
35
  {
36
- "type": "supersedes",
36
+ "type": "candidate",
37
37
  "since": "17.0.0",
38
38
  "value": [
39
39
  "oj-buttonset-many"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buttonset-single",
3
- "version": "17.0.4",
4
- "jetVersion": "^17.0.4",
3
+ "version": "17.1.0",
4
+ "jetVersion": "^17.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -27,13 +27,13 @@
27
27
  ]
28
28
  },
29
29
  "webelement": {
30
- "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1700/cpwdtsdoc/classes/ButtonsetSingleWebElement.html"
30
+ "docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ButtonsetSingleWebElement.html"
31
31
  }
32
32
  },
33
33
  "since": "17.0.0",
34
34
  "status": [
35
35
  {
36
- "type": "supersedes",
36
+ "type": "candidate",
37
37
  "since": "17.0.0",
38
38
  "value": [
39
39
  "oj-buttonset-one"
@@ -49,20 +49,12 @@ class CardViewWebElement extends CardViewWebElementBase_1.CardViewWebElementBase
49
49
  */
50
50
  async findItem(itemLocator) {
51
51
  await this.whenReady();
52
- let el = await this.getDriver().executeScript(`
53
- const ele = arguments[0].querySelectorAll('[role = gridcell]')
54
- for(let i = 0; i<ele.length; i++){
55
- if(ele[i].getAttribute('data-oj-key') === arguments[1].toString()){
56
- return ele[i];
52
+ try {
53
+ await this.whenReady();
54
+ return (0, oraclejet_webdriver_1.slotProxy)(await this.findElement(selenium_webdriver_1.By.css(`[role="gridcell"][data-oj-key="${itemLocator.key}"]`)));
57
55
  }
58
- }
59
- `, this, itemLocator.key);
60
- if (el) {
61
- el = el.findElement(selenium_webdriver_1.By.css('[role="group"]'));
62
- return (0, oraclejet_webdriver_1.slotProxy)(el, this);
63
- }
64
- else {
65
- throw Error(`No corresponding item found for the itemLocator`);
56
+ catch (ex) {
57
+ throw Error(`No corresponding item found for the itemLocator ${JSON.stringify(itemLocator, null, 2)}`);
66
58
  }
67
59
  }
68
60
  }