@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
package/oj-c/Legend.json CHANGED
@@ -19,12 +19,12 @@
19
19
  "ojtsvcomponent": true,
20
20
  "tstype": {
21
21
  "target": "Type",
22
- "value": "interface CLegendElement<K extends string | number,D extends Item<K> | oj-c.Legend.Section<K> | any> extends JetElement<LegendElementSettableProperties<K,D>>"
22
+ "value": "interface CLegendElement<K extends string | number,D extends oj-c.Legend.Item<K> | oj-c.Legend.Section<K> | any> extends JetElement<LegendElementSettableProperties<K,D>>"
23
23
  },
24
24
  "ojsignature": [
25
25
  {
26
26
  "target": "Type",
27
- "value": "interface CLegendElement<K extends string | number,D extends Item<K> | oj-c.Legend.Section<K> | any> extends JetElement<LegendElementSettableProperties<K,D>>"
27
+ "value": "interface CLegendElement<K extends string | number,D extends oj-c.Legend.Item<K> | oj-c.Legend.Section<K> | any> extends JetElement<LegendElementSettableProperties<K,D>>"
28
28
  }
29
29
  ],
30
30
  "since": "15.0.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
  },
@@ -392,7 +395,14 @@
392
395
  "names": [
393
396
  "object"
394
397
  ]
395
- }
398
+ },
399
+ "tstype": [
400
+ {
401
+ "target": "Type",
402
+ "value": "Partial<Pick<CSSStyleDeclaration, \"color\" | \"fontFamily\" | \"fontSize\" | \"fontStyle\" | \"fontWeight\" | \"textDecoration\">>",
403
+ "jsdocOverride": true
404
+ }
405
+ ]
396
406
  },
397
407
  {
398
408
  "memberof": "oj-c.Legend",
@@ -579,7 +589,14 @@
579
589
  "names": [
580
590
  "object"
581
591
  ]
582
- }
592
+ },
593
+ "tstype": [
594
+ {
595
+ "target": "Type",
596
+ "value": "Partial<Pick<CSSStyleDeclaration, \"color\" | \"fontFamily\" | \"fontSize\" | \"fontStyle\" | \"fontWeight\" | \"textDecoration\">>",
597
+ "jsdocOverride": true
598
+ }
599
+ ]
583
600
  },
584
601
  {
585
602
  "memberof": "oj-c.Legend",
@@ -867,8 +884,8 @@
867
884
  {
868
885
  "target": "Type",
869
886
  "value": "K",
870
- "for": "id",
871
- "jsdocOverride": true
887
+ "jsdocOverride": true,
888
+ "for": "id"
872
889
  }
873
890
  ]
874
891
  }
@@ -902,8 +919,8 @@
902
919
  {
903
920
  "target": "Type",
904
921
  "value": "D",
905
- "for": "data",
906
- "jsdocOverride": true
922
+ "jsdocOverride": true,
923
+ "for": "data"
907
924
  }
908
925
  ]
909
926
  },
@@ -920,8 +937,8 @@
920
937
  {
921
938
  "target": "Type",
922
939
  "value": "K",
923
- "for": "key",
924
- "jsdocOverride": true
940
+ "jsdocOverride": true,
941
+ "for": "key"
925
942
  }
926
943
  ]
927
944
  },
@@ -948,8 +965,8 @@
948
965
  {
949
966
  "target": "Type",
950
967
  "value": "Array<D>",
951
- "for": "parentData",
952
- "jsdocOverride": true
968
+ "jsdocOverride": true,
969
+ "for": "parentData"
953
970
  }
954
971
  ]
955
972
  },
@@ -966,8 +983,8 @@
966
983
  {
967
984
  "target": "Type",
968
985
  "value": "K",
969
- "for": "parentKey",
970
- "jsdocOverride": true
986
+ "jsdocOverride": true,
987
+ "for": "parentKey"
971
988
  }
972
989
  ]
973
990
  }
@@ -1001,8 +1018,8 @@
1001
1018
  {
1002
1019
  "target": "Type",
1003
1020
  "value": "D",
1004
- "for": "data",
1005
- "jsdocOverride": true
1021
+ "jsdocOverride": true,
1022
+ "for": "data"
1006
1023
  }
1007
1024
  ]
1008
1025
  },
@@ -1019,8 +1036,8 @@
1019
1036
  {
1020
1037
  "target": "Type",
1021
1038
  "value": "K",
1022
- "for": "key",
1023
- "jsdocOverride": true
1039
+ "jsdocOverride": true,
1040
+ "for": "key"
1024
1041
  }
1025
1042
  ]
1026
1043
  },
@@ -1051,12 +1068,12 @@
1051
1068
  },
1052
1069
  {
1053
1070
  "memberof": "oj-c.Legend",
1054
- "id": "oj-c.Legend.Section",
1055
- "name": "Section",
1071
+ "id": "oj-c.Legend.Item",
1072
+ "name": "Item",
1056
1073
  "kind": "typedef",
1057
- "longname": "oj-c.Legend.Section",
1074
+ "longname": "oj-c.Legend.Item",
1058
1075
  "scope": "static",
1059
- "description": "Object type that defines a section data item.",
1076
+ "description": "Object type that defines a legend data item.",
1060
1077
  "tsgenerictype": {
1061
1078
  "target": "Type",
1062
1079
  "value": "<K>",
@@ -1074,7 +1091,7 @@
1074
1091
  "properties": [
1075
1092
  {
1076
1093
  "name": "id",
1077
- "description": "The id of the legend section. For the DataProvider case, the key for the node will be used as the id.",
1094
+ "description": "The id of the legend item.",
1078
1095
  "optional": false,
1079
1096
  "type": {
1080
1097
  "names": [
@@ -1085,54 +1102,193 @@
1085
1102
  {
1086
1103
  "target": "Type",
1087
1104
  "value": "K",
1088
- "for": "id",
1089
- "jsdocOverride": true
1105
+ "jsdocOverride": true,
1106
+ "for": "id"
1090
1107
  }
1091
1108
  ]
1092
1109
  },
1093
1110
  {
1094
- "name": "items",
1095
- "description": "The id of the legend section. For the DataProvider case, the key for the node will be used as the id.",
1111
+ "name": "text",
1112
+ "description": "The legend item text. Also used as item aria label if short-desc is not provided.",
1096
1113
  "optional": false,
1097
1114
  "type": {
1098
1115
  "names": [
1099
- "Array<object>"
1116
+ "string"
1117
+ ]
1118
+ }
1119
+ },
1120
+ {
1121
+ "name": "categories",
1122
+ "description": "An array of categories for the legend item. Legend items currently only support a single category.",
1123
+ "optional": true,
1124
+ "type": {
1125
+ "names": [
1126
+ "Array<string>"
1127
+ ]
1128
+ }
1129
+ },
1130
+ {
1131
+ "name": "symbolType",
1132
+ "description": "The type of legend symbol to display.",
1133
+ "optional": true,
1134
+ "type": {
1135
+ "names": [
1136
+ "\"marker\"",
1137
+ "\"image\"",
1138
+ "\"line\"",
1139
+ "\"lineWithMarker\""
1100
1140
  ]
1101
1141
  },
1102
- "tstype": [
1142
+ "ojvalues": [
1103
1143
  {
1104
- "target": "Type",
1105
- "value": "Array<({ id: K; } & LegendItemProps)>",
1106
- "for": "items",
1107
- "jsdocOverride": true,
1108
- "module": {
1109
- "Item": "ojdataprovider"
1144
+ "name": "line",
1145
+ "description": "The legend symbol will be a line.",
1146
+ "displayName": "Line",
1147
+ "type": {
1148
+ "names": [
1149
+ "string"
1150
+ ]
1151
+ }
1152
+ },
1153
+ {
1154
+ "name": "lineWithMarker",
1155
+ "description": "The legend symbol will be a line and a marker.",
1156
+ "displayName": "LineWithMarker",
1157
+ "type": {
1158
+ "names": [
1159
+ "string"
1160
+ ]
1161
+ }
1162
+ },
1163
+ {
1164
+ "name": "image",
1165
+ "description": "The legend symbol will be an image.",
1166
+ "displayName": "Image",
1167
+ "type": {
1168
+ "names": [
1169
+ "string"
1170
+ ]
1171
+ }
1172
+ },
1173
+ {
1174
+ "name": "marker",
1175
+ "description": "The legend symbol will be a marker.",
1176
+ "displayName": "Marker",
1177
+ "type": {
1178
+ "names": [
1179
+ "string"
1180
+ ]
1110
1181
  }
1111
1182
  }
1112
- ],
1113
- "properties": [
1183
+ ]
1184
+ },
1185
+ {
1186
+ "name": "source",
1187
+ "description": "The URI of the image of the legend symbol.",
1188
+ "optional": true,
1189
+ "type": {
1190
+ "names": [
1191
+ "string"
1192
+ ]
1193
+ }
1194
+ },
1195
+ {
1196
+ "name": "color",
1197
+ "description": "The color of the legend symbol (line or marker). When symbolType is \"lineWithMarker\", this attribute defines the line color and the markerColor attribute defines the marker color.",
1198
+ "optional": true,
1199
+ "type": {
1200
+ "names": [
1201
+ "string"
1202
+ ]
1203
+ }
1204
+ },
1205
+ {
1206
+ "name": "borderColor",
1207
+ "description": "The border color of the marker. Only applies if symbolType is \"marker\" or \"lineWithMarker",
1208
+ "optional": true,
1209
+ "type": {
1210
+ "names": [
1211
+ "string"
1212
+ ]
1213
+ }
1214
+ },
1215
+ {
1216
+ "name": "lineStyle",
1217
+ "description": "The line style. Only applies when the symbolType is \"line\" or \"lineWithMarker\".",
1218
+ "optional": true,
1219
+ "type": {
1220
+ "names": [
1221
+ "\"dashed\"",
1222
+ "\"solid\"",
1223
+ "\"dotted\""
1224
+ ]
1225
+ },
1226
+ "ojvalues": [
1114
1227
  {
1115
- "name": "id",
1116
- "description": "The id of the legend item.",
1117
- "optional": false,
1228
+ "name": "dotted",
1229
+ "description": "Line will have dotted strokes.",
1230
+ "displayName": "Dotted",
1118
1231
  "type": {
1119
1232
  "names": [
1120
- "any"
1233
+ "string"
1121
1234
  ]
1122
- },
1123
- "tstype": [
1124
- {
1125
- "target": "Type",
1126
- "value": "K",
1127
- "for": "id",
1128
- "jsdocOverride": true
1129
- }
1130
- ]
1235
+ }
1131
1236
  },
1132
1237
  {
1133
- "name": "text",
1134
- "description": "The legend item text. Also used as item aria label if short-desc is not provided.",
1135
- "optional": false,
1238
+ "name": "dashed",
1239
+ "description": "Line will have dashed strokes.",
1240
+ "displayName": "Dashed",
1241
+ "type": {
1242
+ "names": [
1243
+ "string"
1244
+ ]
1245
+ }
1246
+ },
1247
+ {
1248
+ "name": "solid",
1249
+ "description": "Line will have a solid stroke.",
1250
+ "displayName": "Solid",
1251
+ "type": {
1252
+ "names": [
1253
+ "string"
1254
+ ]
1255
+ }
1256
+ }
1257
+ ]
1258
+ },
1259
+ {
1260
+ "name": "lineWidth",
1261
+ "description": "The line width in pixels. Only applies when the symbolType is \"line\" or \"lineWithMarker.",
1262
+ "optional": true,
1263
+ "type": {
1264
+ "names": [
1265
+ "number"
1266
+ ]
1267
+ }
1268
+ },
1269
+ {
1270
+ "name": "markerShape",
1271
+ "description": "The shape of the marker. Only applies if symbolType is \"marker\" or \"lineWithMarker\". Does not apply if a custom image is specified.",
1272
+ "optional": true,
1273
+ "type": {
1274
+ "names": [
1275
+ "\"square\"",
1276
+ "\"circle\"",
1277
+ "\"ellipse\"",
1278
+ "\"diamond\"",
1279
+ "\"human\"",
1280
+ "\"plus\"",
1281
+ "\"star\"",
1282
+ "\"triangleDown\"",
1283
+ "\"triangleUp\"",
1284
+ "\"rectangle\""
1285
+ ]
1286
+ },
1287
+ "ojvalues": [
1288
+ {
1289
+ "name": "circle",
1290
+ "description": "The marker will be of circular shape.",
1291
+ "displayName": "Circle",
1136
1292
  "type": {
1137
1293
  "names": [
1138
1294
  "string"
@@ -1140,74 +1296,29 @@
1140
1296
  }
1141
1297
  },
1142
1298
  {
1143
- "name": "categories",
1144
- "description": "An array of categories for the legend item. Legend items currently only support a single category.",
1145
- "optional": true,
1299
+ "name": "diamond",
1300
+ "description": "The marker will be of diamond shape.",
1301
+ "displayName": "Diamond",
1146
1302
  "type": {
1147
1303
  "names": [
1148
- "Array<string>"
1304
+ "string"
1149
1305
  ]
1150
1306
  }
1151
1307
  },
1152
1308
  {
1153
- "name": "symbolType",
1154
- "description": "The type of legend symbol to display.",
1155
- "optional": true,
1309
+ "name": "ellipse",
1310
+ "description": "The marker will be of ellipse shape.",
1311
+ "displayName": "Ellipse",
1156
1312
  "type": {
1157
1313
  "names": [
1158
- "\"marker\"",
1159
- "\"image\"",
1160
- "\"line\"",
1161
- "\"lineWithMarker\""
1314
+ "string"
1162
1315
  ]
1163
- },
1164
- "ojvalues": [
1165
- {
1166
- "name": "line",
1167
- "description": "The legend symbol will be a line.",
1168
- "displayName": "Line",
1169
- "type": {
1170
- "names": [
1171
- "string"
1172
- ]
1173
- }
1174
- },
1175
- {
1176
- "name": "lineWithMarker",
1177
- "description": "The legend symbol will be a line and a marker.",
1178
- "displayName": "LineWithMarker",
1179
- "type": {
1180
- "names": [
1181
- "string"
1182
- ]
1183
- }
1184
- },
1185
- {
1186
- "name": "image",
1187
- "description": "The legend symbol will be an image.",
1188
- "displayName": "Image",
1189
- "type": {
1190
- "names": [
1191
- "string"
1192
- ]
1193
- }
1194
- },
1195
- {
1196
- "name": "marker",
1197
- "description": "The legend symbol will be a marker.",
1198
- "displayName": "Marker",
1199
- "type": {
1200
- "names": [
1201
- "string"
1202
- ]
1203
- }
1204
- }
1205
- ]
1316
+ }
1206
1317
  },
1207
1318
  {
1208
- "name": "source",
1209
- "description": "The URI of the image of the legend symbol.",
1210
- "optional": true,
1319
+ "name": "human",
1320
+ "description": "The marker will be of human shape.",
1321
+ "displayName": "Human",
1211
1322
  "type": {
1212
1323
  "names": [
1213
1324
  "string"
@@ -1215,9 +1326,9 @@
1215
1326
  }
1216
1327
  },
1217
1328
  {
1218
- "name": "color",
1219
- "description": "The color of the legend symbol (line or marker). When symbolType is \"lineWithMarker\", this attribute defines the line color and the markerColor attribute defines the marker color.",
1220
- "optional": true,
1329
+ "name": "plus",
1330
+ "description": "The marker will be of plus shape.",
1331
+ "displayName": "Plus",
1221
1332
  "type": {
1222
1333
  "names": [
1223
1334
  "string"
@@ -1225,9 +1336,9 @@
1225
1336
  }
1226
1337
  },
1227
1338
  {
1228
- "name": "borderColor",
1229
- "description": "The border color of the marker. Only applies if symbolType is \"marker\" or \"lineWithMarker",
1230
- "optional": true,
1339
+ "name": "rectangle",
1340
+ "description": "The marker will be of rectangular shape.",
1341
+ "displayName": "Rectangle",
1231
1342
  "type": {
1232
1343
  "names": [
1233
1344
  "string"
@@ -1235,184 +1346,83 @@
1235
1346
  }
1236
1347
  },
1237
1348
  {
1238
- "name": "lineStyle",
1239
- "description": "The line style. Only applies when the symbolType is \"line\" or \"lineWithMarker\".",
1240
- "optional": true,
1349
+ "name": "square",
1350
+ "description": "The marker will be of square shape.",
1351
+ "displayName": "Square",
1241
1352
  "type": {
1242
1353
  "names": [
1243
- "\"dashed\"",
1244
- "\"solid\"",
1245
- "\"dotted\""
1354
+ "string"
1246
1355
  ]
1247
- },
1248
- "ojvalues": [
1249
- {
1250
- "name": "dotted",
1251
- "description": "Line will have dotted strokes.",
1252
- "displayName": "Dotted",
1253
- "type": {
1254
- "names": [
1255
- "string"
1256
- ]
1257
- }
1258
- },
1259
- {
1260
- "name": "dashed",
1261
- "description": "Line will have dashed strokes.",
1262
- "displayName": "Dashed",
1263
- "type": {
1264
- "names": [
1265
- "string"
1266
- ]
1267
- }
1268
- },
1269
- {
1270
- "name": "solid",
1271
- "description": "Line will have a solid stroke.",
1272
- "displayName": "Solid",
1273
- "type": {
1274
- "names": [
1275
- "string"
1276
- ]
1277
- }
1278
- }
1279
- ]
1356
+ }
1280
1357
  },
1281
1358
  {
1282
- "name": "lineWidth",
1283
- "description": "The line width in pixels. Only applies when the symbolType is \"line\" or \"lineWithMarker.",
1284
- "optional": true,
1359
+ "name": "star",
1360
+ "description": "The marker will be of star shape.",
1361
+ "displayName": "Star",
1285
1362
  "type": {
1286
1363
  "names": [
1287
- "number"
1364
+ "string"
1288
1365
  ]
1289
1366
  }
1290
1367
  },
1291
1368
  {
1292
- "name": "markerShape",
1293
- "description": "The shape of the marker. Only applies if symbolType is \"marker\" or \"lineWithMarker\". Does not apply if a custom image is specified.",
1294
- "optional": true,
1369
+ "name": "triangleDown",
1370
+ "description": "The marker will be of triangular shape facing down.",
1371
+ "displayName": "Triangle Down",
1295
1372
  "type": {
1296
1373
  "names": [
1297
- "\"square\"",
1298
- "\"circle\"",
1299
- "\"ellipse\"",
1300
- "\"diamond\"",
1301
- "\"human\"",
1302
- "\"plus\"",
1303
- "\"star\"",
1304
- "\"triangleDown\"",
1305
- "\"triangleUp\"",
1306
- "\"rectangle\""
1374
+ "string"
1307
1375
  ]
1308
- },
1309
- "ojvalues": [
1310
- {
1311
- "name": "circle",
1312
- "description": "The marker will be of circular shape.",
1313
- "displayName": "Circle",
1314
- "type": {
1315
- "names": [
1316
- "string"
1317
- ]
1318
- }
1319
- },
1320
- {
1321
- "name": "diamond",
1322
- "description": "The marker will be of diamond shape.",
1323
- "displayName": "Diamond",
1324
- "type": {
1325
- "names": [
1326
- "string"
1327
- ]
1328
- }
1329
- },
1330
- {
1331
- "name": "ellipse",
1332
- "description": "The marker will be of ellipse shape.",
1333
- "displayName": "Ellipse",
1334
- "type": {
1335
- "names": [
1336
- "string"
1337
- ]
1338
- }
1339
- },
1340
- {
1341
- "name": "human",
1342
- "description": "The marker will be of human shape.",
1343
- "displayName": "Human",
1344
- "type": {
1345
- "names": [
1346
- "string"
1347
- ]
1348
- }
1349
- },
1350
- {
1351
- "name": "plus",
1352
- "description": "The marker will be of plus shape.",
1353
- "displayName": "Plus",
1354
- "type": {
1355
- "names": [
1356
- "string"
1357
- ]
1358
- }
1359
- },
1360
- {
1361
- "name": "rectangle",
1362
- "description": "The marker will be of rectangular shape.",
1363
- "displayName": "Rectangle",
1364
- "type": {
1365
- "names": [
1366
- "string"
1367
- ]
1368
- }
1369
- },
1370
- {
1371
- "name": "square",
1372
- "description": "The marker will be of square shape.",
1373
- "displayName": "Square",
1374
- "type": {
1375
- "names": [
1376
- "string"
1377
- ]
1378
- }
1379
- },
1380
- {
1381
- "name": "star",
1382
- "description": "The marker will be of star shape.",
1383
- "displayName": "Star",
1384
- "type": {
1385
- "names": [
1386
- "string"
1387
- ]
1388
- }
1389
- },
1390
- {
1391
- "name": "triangleDown",
1392
- "description": "The marker will be of triangular shape facing down.",
1393
- "displayName": "Triangle Down",
1394
- "type": {
1395
- "names": [
1396
- "string"
1397
- ]
1398
- }
1399
- },
1400
- {
1401
- "name": "triangleUp",
1402
- "description": "The marker will be of triangular shape facing up.",
1403
- "displayName": "Triangle Up",
1404
- "type": {
1405
- "names": [
1406
- "string"
1407
- ]
1408
- }
1409
- }
1410
- ]
1376
+ }
1411
1377
  },
1412
1378
  {
1413
- "name": "markerColor",
1414
- "description": "The color of the marker, if different than the line color. Only applies if the symbolType is \"lineWithMarker\".",
1415
- "optional": true,
1379
+ "name": "triangleUp",
1380
+ "description": "The marker will be of triangular shape facing up.",
1381
+ "displayName": "Triangle Up",
1382
+ "type": {
1383
+ "names": [
1384
+ "string"
1385
+ ]
1386
+ }
1387
+ }
1388
+ ]
1389
+ },
1390
+ {
1391
+ "name": "markerColor",
1392
+ "description": "The color of the marker, if different than the line color. Only applies if the symbolType is \"lineWithMarker\".",
1393
+ "optional": true,
1394
+ "type": {
1395
+ "names": [
1396
+ "string"
1397
+ ]
1398
+ }
1399
+ },
1400
+ {
1401
+ "name": "shortDesc",
1402
+ "description": "The description of this legend item. This is used for accessibility and for customizing the tooltip text.",
1403
+ "optional": true,
1404
+ "type": {
1405
+ "names": [
1406
+ "string"
1407
+ ]
1408
+ }
1409
+ },
1410
+ {
1411
+ "name": "drilling",
1412
+ "description": "Whether drilling is enabled on the legend item. Drillable objects will show a pointer cursor on hover and fire ojDrill event on click. To enable drilling for all legend items at once, use the drilling attribute in the top level.",
1413
+ "optional": true,
1414
+ "type": {
1415
+ "names": [
1416
+ "\"inherit\"",
1417
+ "\"off\"",
1418
+ "\"on\""
1419
+ ]
1420
+ },
1421
+ "ojvalues": [
1422
+ {
1423
+ "name": "inherit",
1424
+ "description": "The drilling behavior is inherited from legend.",
1425
+ "displayName": "Inherit",
1416
1426
  "type": {
1417
1427
  "names": [
1418
1428
  "string"
@@ -1420,9 +1430,9 @@
1420
1430
  }
1421
1431
  },
1422
1432
  {
1423
- "name": "shortDesc",
1424
- "description": "The description of this legend item. This is used for accessibility and for customizing the tooltip text.",
1425
- "optional": true,
1433
+ "name": "off",
1434
+ "description": "The legend item will not be drillable.",
1435
+ "displayName": "Off",
1426
1436
  "type": {
1427
1437
  "names": [
1428
1438
  "string"
@@ -1430,48 +1440,75 @@
1430
1440
  }
1431
1441
  },
1432
1442
  {
1433
- "name": "drilling",
1434
- "description": "Whether drilling is enabled on the legend item. Drillable objects will show a pointer cursor on hover and fire ojDrill event on click. To enable drilling for all legend items at once, use the drilling attribute in the top level.",
1435
- "optional": true,
1443
+ "name": "on",
1444
+ "description": "The legend item will be drillable.",
1445
+ "displayName": "On",
1436
1446
  "type": {
1437
1447
  "names": [
1438
- "\"inherit\"",
1439
- "\"off\"",
1440
- "\"on\""
1448
+ "string"
1441
1449
  ]
1442
- },
1443
- "ojvalues": [
1444
- {
1445
- "name": "inherit",
1446
- "description": "The drilling behavior is inherited from legend.",
1447
- "displayName": "Inherit",
1448
- "type": {
1449
- "names": [
1450
- "string"
1451
- ]
1452
- }
1453
- },
1454
- {
1455
- "name": "off",
1456
- "description": "The legend item will not be drillable.",
1457
- "displayName": "Off",
1458
- "type": {
1459
- "names": [
1460
- "string"
1461
- ]
1462
- }
1463
- },
1464
- {
1465
- "name": "on",
1466
- "description": "The legend item will be drillable.",
1467
- "displayName": "On",
1468
- "type": {
1469
- "names": [
1470
- "string"
1471
- ]
1472
- }
1473
- }
1474
- ]
1450
+ }
1451
+ }
1452
+ ]
1453
+ }
1454
+ ]
1455
+ },
1456
+ {
1457
+ "memberof": "oj-c.Legend",
1458
+ "id": "oj-c.Legend.Section",
1459
+ "name": "Section",
1460
+ "kind": "typedef",
1461
+ "longname": "oj-c.Legend.Section",
1462
+ "scope": "static",
1463
+ "description": "Object type that defines a section data item.",
1464
+ "tsgenerictype": {
1465
+ "target": "Type",
1466
+ "value": "<K>",
1467
+ "for": "genericTypeParameters"
1468
+ },
1469
+ "type": {
1470
+ "names": [
1471
+ "Object"
1472
+ ]
1473
+ },
1474
+ "meta": {
1475
+ "filename": "legend.tsx",
1476
+ "path": "web/components/oj-c/legend"
1477
+ },
1478
+ "properties": [
1479
+ {
1480
+ "name": "id",
1481
+ "description": "The id of the legend section. For the DataProvider case, the key for the node will be used as the id.",
1482
+ "optional": false,
1483
+ "type": {
1484
+ "names": [
1485
+ "any"
1486
+ ]
1487
+ },
1488
+ "tstype": [
1489
+ {
1490
+ "target": "Type",
1491
+ "value": "K",
1492
+ "jsdocOverride": true,
1493
+ "for": "id"
1494
+ }
1495
+ ]
1496
+ },
1497
+ {
1498
+ "name": "items",
1499
+ "description": "The id of the legend section. For the DataProvider case, the key for the node will be used as the id.",
1500
+ "optional": false,
1501
+ "type": {
1502
+ "names": [
1503
+ "Array<object>"
1504
+ ]
1505
+ },
1506
+ "tstype": [
1507
+ {
1508
+ "target": "Type",
1509
+ "value": "Array<oj-c.Legend.Item<K>>",
1510
+ "jsdocOverride": true,
1511
+ "for": "items"
1475
1512
  }
1476
1513
  ]
1477
1514
  },