@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
@@ -100,7 +100,7 @@
100
100
  "tstype": [
101
101
  {
102
102
  "target": "Type",
103
- "value": "(p: OverflowMessageDetailParameters) => string",
103
+ "value": "(p: oj-c.InputMonthMask.OverflowMessageDetailParameters) => string",
104
104
  "jsdocOverride": true
105
105
  }
106
106
  ]
@@ -126,7 +126,7 @@
126
126
  "tstype": [
127
127
  {
128
128
  "target": "Type",
129
- "value": "(p: UnderflowMessageDetailParameters) => string",
129
+ "value": "(p: oj-c.InputMonthMask.UnderflowMessageDetailParameters) => string",
130
130
  "jsdocOverride": true
131
131
  }
132
132
  ]
@@ -172,7 +172,7 @@
172
172
  "tstype": [
173
173
  {
174
174
  "target": "Type",
175
- "value": "oj-c.InputMonthMask.DisplayOptions",
175
+ "value": "oj-c.InputMonthMask.DisplayOptionsProps",
176
176
  "jsdocOverride": true
177
177
  }
178
178
  ]
@@ -390,45 +390,14 @@
390
390
  "names": [
391
391
  "object|null"
392
392
  ]
393
- }
394
- },
395
- {
396
- "memberof": "oj-c.InputMonthMask",
397
- "id": "oj-c.InputMonthMask#max.year",
398
- "name": "max.year",
399
- "kind": "member",
400
- "longname": "oj-c.InputMonthMask#max.year",
401
- "optional": false,
402
- "scope": "instance",
403
- "description": "",
404
- "meta": {
405
- "filename": "input-month-mask.tsx",
406
- "path": "web/components/oj-c/input-month-mask"
407
393
  },
408
- "type": {
409
- "names": [
410
- "number"
411
- ]
412
- }
413
- },
414
- {
415
- "memberof": "oj-c.InputMonthMask",
416
- "id": "oj-c.InputMonthMask#max.month",
417
- "name": "max.month",
418
- "kind": "member",
419
- "longname": "oj-c.InputMonthMask#max.month",
420
- "optional": false,
421
- "scope": "instance",
422
- "description": "",
423
- "meta": {
424
- "filename": "input-month-mask.tsx",
425
- "path": "web/components/oj-c/input-month-mask"
426
- },
427
- "type": {
428
- "names": [
429
- "number"
430
- ]
431
- }
394
+ "tstype": [
395
+ {
396
+ "target": "Type",
397
+ "value": "Required<oj-c.InputMonthMask.CalendarMonth>|null",
398
+ "jsdocOverride": true
399
+ }
400
+ ]
432
401
  },
433
402
  {
434
403
  "memberof": "oj-c.InputMonthMask",
@@ -475,45 +444,14 @@
475
444
  "names": [
476
445
  "object|null"
477
446
  ]
478
- }
479
- },
480
- {
481
- "memberof": "oj-c.InputMonthMask",
482
- "id": "oj-c.InputMonthMask#min.year",
483
- "name": "min.year",
484
- "kind": "member",
485
- "longname": "oj-c.InputMonthMask#min.year",
486
- "optional": false,
487
- "scope": "instance",
488
- "description": "",
489
- "meta": {
490
- "filename": "input-month-mask.tsx",
491
- "path": "web/components/oj-c/input-month-mask"
492
- },
493
- "type": {
494
- "names": [
495
- "number"
496
- ]
497
- }
498
- },
499
- {
500
- "memberof": "oj-c.InputMonthMask",
501
- "id": "oj-c.InputMonthMask#min.month",
502
- "name": "min.month",
503
- "kind": "member",
504
- "longname": "oj-c.InputMonthMask#min.month",
505
- "optional": false,
506
- "scope": "instance",
507
- "description": "",
508
- "meta": {
509
- "filename": "input-month-mask.tsx",
510
- "path": "web/components/oj-c/input-month-mask"
511
447
  },
512
- "type": {
513
- "names": [
514
- "number"
515
- ]
516
- }
448
+ "tstype": [
449
+ {
450
+ "target": "Type",
451
+ "value": "Required<oj-c.InputMonthMask.CalendarMonth>|null",
452
+ "jsdocOverride": true
453
+ }
454
+ ]
517
455
  },
518
456
  {
519
457
  "memberof": "oj-c.InputMonthMask",
@@ -697,7 +635,18 @@
697
635
  "names": [
698
636
  "Array<object>|null"
699
637
  ]
700
- }
638
+ },
639
+ "tstype": [
640
+ {
641
+ "target": "Type",
642
+ "value": "Array<AsyncValidator<Required<oj-c.InputMonthMask.CalendarMonth>>|Validator<Required<oj-c.InputMonthMask.CalendarMonth>>>|null",
643
+ "jsdocOverride": true,
644
+ "module": {
645
+ "AsyncValidator": "ojvalidator-async",
646
+ "Validator": "ojvalidator"
647
+ }
648
+ }
649
+ ]
701
650
  },
702
651
  {
703
652
  "memberof": "oj-c.InputMonthMask",
@@ -718,45 +667,14 @@
718
667
  "names": [
719
668
  "object|null"
720
669
  ]
721
- }
722
- },
723
- {
724
- "memberof": "oj-c.InputMonthMask",
725
- "id": "oj-c.InputMonthMask#value.year",
726
- "name": "value.year",
727
- "kind": "member",
728
- "longname": "oj-c.InputMonthMask#value.year",
729
- "optional": false,
730
- "scope": "instance",
731
- "description": "",
732
- "meta": {
733
- "filename": "input-month-mask.tsx",
734
- "path": "web/components/oj-c/input-month-mask"
735
- },
736
- "type": {
737
- "names": [
738
- "number"
739
- ]
740
- }
741
- },
742
- {
743
- "memberof": "oj-c.InputMonthMask",
744
- "id": "oj-c.InputMonthMask#value.month",
745
- "name": "value.month",
746
- "kind": "member",
747
- "longname": "oj-c.InputMonthMask#value.month",
748
- "optional": false,
749
- "scope": "instance",
750
- "description": "",
751
- "meta": {
752
- "filename": "input-month-mask.tsx",
753
- "path": "web/components/oj-c/input-month-mask"
754
670
  },
755
- "type": {
756
- "names": [
757
- "number"
758
- ]
759
- }
671
+ "tstype": [
672
+ {
673
+ "target": "Type",
674
+ "value": "Required<oj-c.InputMonthMask.CalendarMonth>|null",
675
+ "jsdocOverride": true
676
+ }
677
+ ]
760
678
  },
761
679
  {
762
680
  "memberof": "oj-c.InputMonthMask",
@@ -1165,10 +1083,10 @@
1165
1083
  },
1166
1084
  {
1167
1085
  "memberof": "oj-c.InputMonthMask",
1168
- "id": "oj-c.InputMonthMask.DisplayOptions",
1169
- "name": "DisplayOptions",
1086
+ "id": "oj-c.InputMonthMask.DisplayOptionsProps",
1087
+ "name": "DisplayOptionsProps",
1170
1088
  "kind": "typedef",
1171
- "longname": "oj-c.InputMonthMask.DisplayOptions",
1089
+ "longname": "oj-c.InputMonthMask.DisplayOptionsProps",
1172
1090
  "scope": "static",
1173
1091
  "description": "Display options for auxiliary content that determines whether or not it should be displayed.",
1174
1092
  "type": {
@@ -1289,12 +1207,12 @@
1289
1207
  },
1290
1208
  {
1291
1209
  "memberof": "oj-c.InputMonthMask",
1292
- "id": "oj-c.InputMonthMask.ComponentMessageItem",
1293
- "name": "ComponentMessageItem",
1210
+ "id": "oj-c.InputMonthMask.CalendarMonth",
1211
+ "name": "CalendarMonth",
1294
1212
  "kind": "typedef",
1295
- "longname": "oj-c.InputMonthMask.ComponentMessageItem",
1213
+ "longname": "oj-c.InputMonthMask.CalendarMonth",
1296
1214
  "scope": "static",
1297
- "description": "A type for a single component message",
1215
+ "description": "",
1298
1216
  "type": {
1299
1217
  "names": [
1300
1218
  "Object"
@@ -1306,32 +1224,20 @@
1306
1224
  },
1307
1225
  "properties": [
1308
1226
  {
1309
- "name": "summary",
1310
- "optional": true,
1311
- "type": {
1312
- "names": [
1313
- "string"
1314
- ]
1315
- }
1316
- },
1317
- {
1318
- "name": "detail",
1227
+ "name": "year",
1319
1228
  "optional": true,
1320
1229
  "type": {
1321
1230
  "names": [
1322
- "string"
1231
+ "number"
1323
1232
  ]
1324
1233
  }
1325
1234
  },
1326
1235
  {
1327
- "name": "severity",
1236
+ "name": "month",
1328
1237
  "optional": true,
1329
1238
  "type": {
1330
1239
  "names": [
1331
- "\"error\"",
1332
- "\"confirmation\"",
1333
- "\"info\"",
1334
- "\"warning\""
1240
+ "number"
1335
1241
  ]
1336
1242
  }
1337
1243
  }
@@ -1339,12 +1245,12 @@
1339
1245
  },
1340
1246
  {
1341
1247
  "memberof": "oj-c.InputMonthMask",
1342
- "id": "oj-c.InputMonthMask.CalendarMonth",
1343
- "name": "CalendarMonth",
1248
+ "id": "oj-c.InputMonthMask.ComponentMessageItem",
1249
+ "name": "ComponentMessageItem",
1344
1250
  "kind": "typedef",
1345
- "longname": "oj-c.InputMonthMask.CalendarMonth",
1251
+ "longname": "oj-c.InputMonthMask.ComponentMessageItem",
1346
1252
  "scope": "static",
1347
- "description": "",
1253
+ "description": "A type for a single component message",
1348
1254
  "type": {
1349
1255
  "names": [
1350
1256
  "Object"
@@ -1356,20 +1262,32 @@
1356
1262
  },
1357
1263
  "properties": [
1358
1264
  {
1359
- "name": "year",
1265
+ "name": "summary",
1360
1266
  "optional": true,
1361
1267
  "type": {
1362
1268
  "names": [
1363
- "number"
1269
+ "string"
1364
1270
  ]
1365
1271
  }
1366
1272
  },
1367
1273
  {
1368
- "name": "month",
1274
+ "name": "detail",
1369
1275
  "optional": true,
1370
1276
  "type": {
1371
1277
  "names": [
1372
- "number"
1278
+ "string"
1279
+ ]
1280
+ }
1281
+ },
1282
+ {
1283
+ "name": "severity",
1284
+ "optional": true,
1285
+ "type": {
1286
+ "names": [
1287
+ "\"error\"",
1288
+ "\"confirmation\"",
1289
+ "\"info\"",
1290
+ "\"warning\""
1373
1291
  ]
1374
1292
  }
1375
1293
  }
@@ -120,7 +120,17 @@
120
120
  "names": [
121
121
  "object|null"
122
122
  ]
123
- }
123
+ },
124
+ "tstype": [
125
+ {
126
+ "target": "Type",
127
+ "value": "Converter<number>|null",
128
+ "jsdocOverride": true,
129
+ "module": {
130
+ "Converter": "ojconverter"
131
+ }
132
+ }
133
+ ]
124
134
  },
125
135
  {
126
136
  "memberof": "oj-c.InputNumber",
@@ -410,7 +420,7 @@
410
420
  "longname": "oj-c.InputNumber#max",
411
421
  "optional": true,
412
422
  "scope": "instance",
413
- "description": "The maximum allowed value. This number is used in the range validator; if the\n<code class=\"prettyprint\">value</code> is greater than the <code class=\"prettyprint\">max</code>,\nthen the range validator flags an error to the user. The increase button and up arrow\n are disabled when the maximum value is reached.\n<p>\nThe <code class=\"prettyprint\">max</code> must not be less than the\n<code class=\"prettyprint\">min</code>, else an Error is thrown during initialization.\n</p>",
423
+ "description": "The maximum allowed value. This number is used in the range validator; if the\n<code class=\"prettyprint\">value</code> is greater than the <code class=\"prettyprint\">max</code>,\nthen the range validator flags an error to the user. The increase button and up arrow\nare disabled when the maximum value is reached.\n<p>\nThe <code class=\"prettyprint\">max</code> must not be less than the\n<code class=\"prettyprint\">min</code>, else an Error is thrown during initialization.\n</p>",
414
424
  "meta": {
415
425
  "filename": "input-number.tsx",
416
426
  "path": "web/components/oj-c/input-number"
@@ -429,7 +439,7 @@
429
439
  "longname": "oj-c.InputNumber#min",
430
440
  "optional": true,
431
441
  "scope": "instance",
432
- "description": "The minimum allowed value. This number is used in the range validator; if the\n<code class=\"prettyprint\">value</code> is less than the <code class=\"prettyprint\">min</code>,\nthen the range validator flags an error to the user. The decrease button and down arrow\n are disabled when the minimum value is reached.\nThe <code class=\"prettyprint\">min</code> must not be greater than the\n<code class=\"prettyprint\">max</code>, else an Error is thrown during initialization.",
442
+ "description": "The minimum allowed value. This number is used in the range validator; if the\n<code class=\"prettyprint\">value</code> is less than the <code class=\"prettyprint\">min</code>,\nthen the range validator flags an error to the user. The decrease button and down arrow\nare disabled when the minimum value is reached.\nThe <code class=\"prettyprint\">min</code> must not be greater than the\n<code class=\"prettyprint\">max</code>, else an Error is thrown during initialization.",
433
443
  "meta": {
434
444
  "filename": "input-number.tsx",
435
445
  "path": "web/components/oj-c/input-number"
@@ -788,7 +798,18 @@
788
798
  "names": [
789
799
  "Array<object>|null"
790
800
  ]
791
- }
801
+ },
802
+ "tstype": [
803
+ {
804
+ "target": "Type",
805
+ "value": "Array<AsyncValidator<number>|Validator<number>>|null",
806
+ "jsdocOverride": true,
807
+ "module": {
808
+ "AsyncValidator": "ojvalidator-async",
809
+ "Validator": "ojvalidator"
810
+ }
811
+ }
812
+ ]
792
813
  },
793
814
  {
794
815
  "memberof": "oj-c.InputNumber",
@@ -670,7 +670,18 @@
670
670
  "names": [
671
671
  "Array<object>|null"
672
672
  ]
673
- }
673
+ },
674
+ "tstype": [
675
+ {
676
+ "target": "Type",
677
+ "value": "Array<AsyncValidator<string>|Validator<string>>|null",
678
+ "jsdocOverride": true,
679
+ "module": {
680
+ "AsyncValidator": "ojvalidator-async",
681
+ "Validator": "ojvalidator"
682
+ }
683
+ }
684
+ ]
674
685
  },
675
686
  {
676
687
  "memberof": "oj-c.InputPassword",
@@ -186,7 +186,7 @@
186
186
  "tstype": [
187
187
  {
188
188
  "target": "Type",
189
- "value": "oj-c.InputSensitiveText.DisplayOptions",
189
+ "value": "oj-c.InputSensitiveText.DisplayOptionsProps",
190
190
  "jsdocOverride": true
191
191
  }
192
192
  ]
@@ -704,7 +704,18 @@
704
704
  "names": [
705
705
  "Array<object>|null"
706
706
  ]
707
- }
707
+ },
708
+ "tstype": [
709
+ {
710
+ "target": "Type",
711
+ "value": "Array<AsyncValidator<V>|Validator<V>>|null",
712
+ "jsdocOverride": true,
713
+ "module": {
714
+ "AsyncValidator": "ojvalidator-async",
715
+ "Validator": "ojvalidator"
716
+ }
717
+ }
718
+ ]
708
719
  },
709
720
  {
710
721
  "memberof": "oj-c.InputSensitiveText",
@@ -1171,10 +1182,10 @@
1171
1182
  },
1172
1183
  {
1173
1184
  "memberof": "oj-c.InputSensitiveText",
1174
- "id": "oj-c.InputSensitiveText.DisplayOptions",
1175
- "name": "DisplayOptions",
1185
+ "id": "oj-c.InputSensitiveText.DisplayOptionsProps",
1186
+ "name": "DisplayOptionsProps",
1176
1187
  "kind": "typedef",
1177
- "longname": "oj-c.InputSensitiveText.DisplayOptions",
1188
+ "longname": "oj-c.InputSensitiveText.DisplayOptionsProps",
1178
1189
  "scope": "static",
1179
1190
  "description": "Display options for auxiliary content that determines whether or not it should be displayed.",
1180
1191
  "type": {
@@ -174,7 +174,17 @@
174
174
  "names": [
175
175
  "object|null"
176
176
  ]
177
- }
177
+ },
178
+ "tstype": [
179
+ {
180
+ "target": "Type",
181
+ "value": "Converter<V>|null",
182
+ "jsdocOverride": true,
183
+ "module": {
184
+ "Converter": "ojconverter"
185
+ }
186
+ }
187
+ ]
178
188
  },
179
189
  {
180
190
  "memberof": "oj-c.InputText",
@@ -731,7 +741,18 @@
731
741
  "names": [
732
742
  "Array<object>|null"
733
743
  ]
734
- }
744
+ },
745
+ "tstype": [
746
+ {
747
+ "target": "Type",
748
+ "value": "Array<AsyncValidator<V>|Validator<V>>|null",
749
+ "jsdocOverride": true,
750
+ "module": {
751
+ "AsyncValidator": "ojvalidator-async",
752
+ "Validator": "ojvalidator"
753
+ }
754
+ }
755
+ ]
735
756
  },
736
757
  {
737
758
  "memberof": "oj-c.InputText",