@oracle/oraclejet-core-pack 17.1.3 → 18.0.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 (1042) hide show
  1. package/oj-c/ActionCard.json +2 -2
  2. package/oj-c/AreaChart.json +174 -6
  3. package/oj-c/Button.json +12 -16
  4. package/oj-c/ButtonsetMultiple.json +17 -14
  5. package/oj-c/ButtonsetSingle.json +17 -14
  6. package/oj-c/CardView.json +31 -4
  7. package/oj-c/Checkboxset.json +9 -2
  8. package/oj-c/Dialog.json +891 -0
  9. package/oj-c/DrawerLayout.json +1 -1
  10. package/oj-c/DrawerPopup.json +20 -1
  11. package/oj-c/Dropdown/Dropdown.js +1 -2
  12. package/oj-c/FilePicker.json +2 -2
  13. package/oj-c/FormControlWrapper/FormControlWrapper.js +1 -2
  14. package/oj-c/FormLayout.json +7 -0
  15. package/oj-c/InputDateMask.json +8 -1
  16. package/oj-c/InputDatePicker.json +7 -0
  17. package/oj-c/InputDateText.json +51 -44
  18. package/oj-c/InputMonthMask.json +8 -1
  19. package/oj-c/InputNumber.json +8 -1
  20. package/oj-c/InputPassword.json +7 -0
  21. package/oj-c/InputSensitiveText.json +8 -1
  22. package/oj-c/InputText.json +7 -0
  23. package/oj-c/LabelledLink.json +8 -1
  24. package/oj-c/Legend.json +203 -2
  25. package/oj-c/LineChart.json +174 -6
  26. package/oj-c/ListView.json +143 -5
  27. package/oj-c/MenuButton.json +80 -9
  28. package/oj-c/MessageBanner.json +3 -3
  29. package/oj-c/MessageToast.json +4 -4
  30. package/oj-c/Popup.json +7 -45
  31. package/oj-c/ProgressBar.json +1 -1
  32. package/oj-c/ProgressCircle.json +1 -1
  33. package/oj-c/Radioset.json +9 -2
  34. package/oj-c/SelectMultiple.json +33 -3
  35. package/oj-c/SelectSingle.json +31 -1
  36. package/oj-c/SelectionCard.json +1 -1
  37. package/oj-c/Selector.json +7 -8
  38. package/oj-c/Sheet/Sheet.js +1 -2
  39. package/oj-c/Skeleton.json +192 -0
  40. package/oj-c/SplitMenuButton.json +15 -19
  41. package/oj-c/TabBar.json +154 -8
  42. package/oj-c/TabBarMixed.json +7 -7
  43. package/oj-c/Table.json +155 -2
  44. package/oj-c/TagCloud.json +171 -3
  45. package/oj-c/TextArea.json +7 -0
  46. package/oj-c/ToggleButton.json +12 -16
  47. package/oj-c/Toolbar.json +2214 -0
  48. package/oj-c/action-card/__webdriver__/ActionCardWebElement.js +2 -2
  49. package/oj-c/action-card/__webdriver__/ActionCardWebElement.js.map +1 -1
  50. package/oj-c/action-card/__webdriver__/ActionCardWebElementBase.js +1 -1
  51. package/oj-c/action-card/__webdriver__/ActionCardWebElementBase.js.map +1 -1
  52. package/oj-c/action-card/__webdriver__/index.js +4 -4
  53. package/oj-c/action-card/__webdriver__/index.js.map +1 -1
  54. package/oj-c/action-card/component.json +6 -6
  55. package/oj-c/area-chart/__webdriver__/AreaChartWebElement.js +1 -1
  56. package/oj-c/area-chart/__webdriver__/AreaChartWebElement.js.map +1 -1
  57. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +13 -0
  58. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +10 -1
  59. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
  60. package/oj-c/area-chart/__webdriver__/index.js +4 -4
  61. package/oj-c/area-chart/__webdriver__/index.js.map +1 -1
  62. package/oj-c/area-chart/area-chart-styles.css +1 -1
  63. package/oj-c/area-chart/area-chart.js +9 -8
  64. package/oj-c/area-chart/component.json +52 -5
  65. package/oj-c/area-chart-group/component.json +2 -2
  66. package/oj-c/area-chart-item/component.json +2 -2
  67. package/oj-c/area-chart-series/component.json +2 -2
  68. package/oj-c/avatar/__webdriver__/AvatarWebElement.js +1 -1
  69. package/oj-c/avatar/__webdriver__/AvatarWebElement.js.map +1 -1
  70. package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js +1 -1
  71. package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js.map +1 -1
  72. package/oj-c/avatar/__webdriver__/index.js +4 -4
  73. package/oj-c/avatar/__webdriver__/index.js.map +1 -1
  74. package/oj-c/avatar/component.json +3 -3
  75. package/oj-c/button/__webdriver__/ButtonWebElement.js +3 -3
  76. package/oj-c/button/__webdriver__/ButtonWebElement.js.map +1 -1
  77. package/oj-c/button/__webdriver__/ButtonWebElementBase.js +1 -1
  78. package/oj-c/button/__webdriver__/ButtonWebElementBase.js.map +1 -1
  79. package/oj-c/button/__webdriver__/index.js +4 -4
  80. package/oj-c/button/__webdriver__/index.js.map +1 -1
  81. package/oj-c/button/button.js +23 -52
  82. package/oj-c/button/component.json +9 -10
  83. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js +1 -1
  84. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js.map +1 -1
  85. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.d.ts +5 -5
  86. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js +1 -1
  87. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js.map +1 -1
  88. package/oj-c/buttonset-multiple/__webdriver__/index.js +4 -4
  89. package/oj-c/buttonset-multiple/__webdriver__/index.js.map +1 -1
  90. package/oj-c/buttonset-multiple/buttonset-multiple.js +17 -42
  91. package/oj-c/buttonset-multiple/component.json +18 -13
  92. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js +1 -1
  93. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js.map +1 -1
  94. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.d.ts +5 -5
  95. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js +1 -1
  96. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js.map +1 -1
  97. package/oj-c/buttonset-single/__webdriver__/index.js +4 -4
  98. package/oj-c/buttonset-single/__webdriver__/index.js.map +1 -1
  99. package/oj-c/buttonset-single/buttonset-single.js +17 -42
  100. package/oj-c/buttonset-single/component.json +18 -13
  101. package/oj-c/card-view/__webdriver__/CardViewWebElement.js +11 -14
  102. package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -1
  103. package/oj-c/card-view/__webdriver__/CardViewWebElementBase.d.ts +1 -1
  104. package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js +1 -1
  105. package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js.map +1 -1
  106. package/oj-c/card-view/__webdriver__/index.js +4 -4
  107. package/oj-c/card-view/__webdriver__/index.js.map +1 -1
  108. package/oj-c/card-view/card-view.js +12 -8
  109. package/oj-c/card-view/cardViewItem.js +2 -2
  110. package/oj-c/card-view/component.json +18 -5
  111. package/oj-c/card-view/useCardViewPreact.js +9 -16
  112. package/oj-c/checkbox/__webdriver__/CheckboxWebElement.js +2 -2
  113. package/oj-c/checkbox/__webdriver__/CheckboxWebElement.js.map +1 -1
  114. package/oj-c/checkbox/__webdriver__/CheckboxWebElementBase.js +1 -1
  115. package/oj-c/checkbox/__webdriver__/CheckboxWebElementBase.js.map +1 -1
  116. package/oj-c/checkbox/__webdriver__/index.js +4 -4
  117. package/oj-c/checkbox/__webdriver__/index.js.map +1 -1
  118. package/oj-c/checkbox/component.json +3 -3
  119. package/oj-c/checkbox/useCheckboxPreact.js +1 -2
  120. package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElement.js +2 -2
  121. package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElement.js.map +1 -1
  122. package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElementBase.d.ts +3 -3
  123. package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElementBase.js +2 -2
  124. package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElementBase.js.map +1 -1
  125. package/oj-c/checkboxset/__webdriver__/index.js +4 -4
  126. package/oj-c/checkboxset/__webdriver__/index.js.map +1 -1
  127. package/oj-c/checkboxset/checkboxset.js +1 -1
  128. package/oj-c/checkboxset/component.json +11 -4
  129. package/oj-c/checkboxset/useCheckboxsetPreact.js +1 -2
  130. package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js +2 -2
  131. package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js.map +1 -1
  132. package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +1 -1
  133. package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js.map +1 -1
  134. package/oj-c/collapsible/__webdriver__/index.js +4 -4
  135. package/oj-c/collapsible/__webdriver__/index.js.map +1 -1
  136. package/oj-c/collapsible/collapsible.js +2 -2
  137. package/oj-c/collapsible/component.json +3 -3
  138. package/oj-c/component.json +17 -5
  139. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js +1 -1
  140. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js.map +1 -1
  141. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js +1 -1
  142. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js.map +1 -1
  143. package/oj-c/conveyor-belt/__webdriver__/index.js +4 -4
  144. package/oj-c/conveyor-belt/__webdriver__/index.js.map +1 -1
  145. package/oj-c/conveyor-belt/component.json +3 -3
  146. package/oj-c/corepackbundle.js +1684 -1882
  147. package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js +1 -1
  148. package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js.map +1 -1
  149. package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +1 -1
  150. package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -1
  151. package/oj-c/date-picker/__webdriver__/index.js +4 -4
  152. package/oj-c/date-picker/__webdriver__/index.js.map +1 -1
  153. package/oj-c/date-picker/component.json +3 -3
  154. package/oj-c/dialog/__webdriver__/DialogWebElement.d.ts +20 -0
  155. package/oj-c/dialog/__webdriver__/DialogWebElement.js +55 -0
  156. package/oj-c/dialog/__webdriver__/DialogWebElement.js.map +1 -0
  157. package/oj-c/dialog/__webdriver__/DialogWebElementBase.d.ts +128 -0
  158. package/oj-c/dialog/__webdriver__/DialogWebElementBase.js +167 -0
  159. package/oj-c/dialog/__webdriver__/DialogWebElementBase.js.map +1 -0
  160. package/oj-c/dialog/__webdriver__/index.d.ts +17 -0
  161. package/oj-c/dialog/__webdriver__/index.js +34 -0
  162. package/oj-c/dialog/__webdriver__/index.js.map +1 -0
  163. package/oj-c/dialog/component.json +363 -0
  164. package/oj-c/dialog/dialog-styles.css +12 -0
  165. package/oj-c/dialog/dialog.js +148 -0
  166. package/oj-c/dialog/index.js +6 -0
  167. package/oj-c/dialog.js +6 -0
  168. package/oj-c/drag-handle/component.json +3 -3
  169. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js +1 -1
  170. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js.map +1 -1
  171. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js +1 -1
  172. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js.map +1 -1
  173. package/oj-c/drawer-layout/__webdriver__/index.js +4 -4
  174. package/oj-c/drawer-layout/__webdriver__/index.js.map +1 -1
  175. package/oj-c/drawer-layout/component.json +3 -3
  176. package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElement.d.ts +19 -0
  177. package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElement.js +59 -1
  178. package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElement.js.map +1 -1
  179. package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElementBase.d.ts +7 -0
  180. package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElementBase.js +10 -1
  181. package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElementBase.js.map +1 -1
  182. package/oj-c/drawer-popup/__webdriver__/index.js +4 -4
  183. package/oj-c/drawer-popup/__webdriver__/index.js.map +1 -1
  184. package/oj-c/drawer-popup/component.json +9 -3
  185. package/oj-c/drawer-popup/drawer-popup-styles.css +1 -1
  186. package/oj-c/drawer-popup/drawer-popup.js +24 -6
  187. package/oj-c/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +1 -2
  188. package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +1 -2
  189. package/oj-c/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +1 -2
  190. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +2 -2
  191. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +4 -93
  192. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
  193. package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.d.ts +2 -2
  194. package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js +1 -1
  195. package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js.map +1 -1
  196. package/oj-c/file-picker/__webdriver__/index.js +4 -4
  197. package/oj-c/file-picker/__webdriver__/index.js.map +1 -1
  198. package/oj-c/file-picker/component.json +5 -5
  199. package/oj-c/file-picker/file-picker.js +2 -2
  200. package/oj-c/form-layout/__webdriver__/FormLayoutWebElement.js +1 -1
  201. package/oj-c/form-layout/__webdriver__/FormLayoutWebElement.js.map +1 -1
  202. package/oj-c/form-layout/__webdriver__/FormLayoutWebElementBase.d.ts +1 -1
  203. package/oj-c/form-layout/__webdriver__/FormLayoutWebElementBase.js +2 -2
  204. package/oj-c/form-layout/__webdriver__/FormLayoutWebElementBase.js.map +1 -1
  205. package/oj-c/form-layout/__webdriver__/index.js +4 -4
  206. package/oj-c/form-layout/__webdriver__/index.js.map +1 -1
  207. package/oj-c/form-layout/component.json +10 -3
  208. package/oj-c/form-layout/form-layout.js +1 -1
  209. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js +1 -1
  210. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js.map +1 -1
  211. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js +1 -1
  212. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js.map +1 -1
  213. package/oj-c/highlight-text/__webdriver__/index.js +4 -4
  214. package/oj-c/highlight-text/__webdriver__/index.js.map +1 -1
  215. package/oj-c/highlight-text/component.json +3 -3
  216. package/oj-c/hooks/PRIVATE_useSelectionContext/ItemKeyContext.js +6 -0
  217. package/oj-c/hooks/PRIVATE_useSelectionContext/SelectionContext.js +6 -0
  218. package/oj-c/hooks/PRIVATE_useSelectionContext/useItemKeyContext.js +8 -0
  219. package/oj-c/hooks/PRIVATE_useSelectionContext/useSelectionContext.js +8 -0
  220. package/oj-c/hooks/PRIVATE_useVisContextMenu/useVisContextMenu.js +41 -0
  221. package/oj-c/hooks/PRIVATE_useVisData/useVisData.js +1 -2
  222. package/oj-c/hooks/UNSAFE_useChartData/useChartData.js +3 -3
  223. package/oj-c/hooks/UNSAFE_useDataProvider/useDataProvider.js +1 -2
  224. package/oj-c/hooks/UNSAFE_useDataProvider/utils.js +1 -2
  225. package/oj-c/hooks/UNSAFE_useEditableValue/converterUtils.js +5 -5
  226. package/oj-c/hooks/UNSAFE_useEditableValue/index.js +4 -2
  227. package/oj-c/hooks/UNSAFE_useEditableValue/reducer.js +26 -17
  228. package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +91 -51
  229. package/oj-c/hooks/UNSAFE_useEditableValue/utils.js +13 -1
  230. package/oj-c/hooks/UNSAFE_useEditableValue/validationUtils.js +2 -3
  231. package/oj-c/hooks/UNSAFE_useLegendPosition/useLegendPosition.js +1 -2
  232. package/oj-c/hooks/UNSAFE_useListData/useListData.js +48 -13
  233. package/oj-c/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +1 -2
  234. package/oj-c/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +6 -6
  235. package/oj-c/hooks/UNSAFE_useVizCategories/useVizCategories.js +17 -4
  236. package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElement.js +1 -1
  237. package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElement.js.map +1 -1
  238. package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElementBase.d.ts +1 -1
  239. package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElementBase.js +2 -2
  240. package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElementBase.js.map +1 -1
  241. package/oj-c/input-date-mask/__webdriver__/index.js +4 -4
  242. package/oj-c/input-date-mask/__webdriver__/index.js.map +1 -1
  243. package/oj-c/input-date-mask/component.json +11 -4
  244. package/oj-c/input-date-mask/useInputDateMaskPreact.js +6 -6
  245. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js +4 -4
  246. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js.map +1 -1
  247. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +1 -1
  248. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +2 -2
  249. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -1
  250. package/oj-c/input-date-picker/__webdriver__/index.js +4 -4
  251. package/oj-c/input-date-picker/__webdriver__/index.js.map +1 -1
  252. package/oj-c/input-date-picker/component.json +10 -3
  253. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js +4 -8
  254. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js.map +1 -1
  255. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +1 -1
  256. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +2 -2
  257. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -1
  258. package/oj-c/input-date-text/__webdriver__/index.js +4 -4
  259. package/oj-c/input-date-text/__webdriver__/index.js.map +1 -1
  260. package/oj-c/input-date-text/component.json +11 -4
  261. package/oj-c/input-date-text/useImplicitDateConverter.js +1 -2
  262. package/oj-c/input-date-text/useImplicitDateRangeValidator.js +1 -2
  263. package/oj-c/input-date-text/useInputDateTextPreact.js +5 -6
  264. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +1 -1
  265. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -1
  266. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +1 -1
  267. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +2 -2
  268. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -1
  269. package/oj-c/input-month-mask/__webdriver__/index.js +4 -4
  270. package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -1
  271. package/oj-c/input-month-mask/component.json +11 -4
  272. package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +1 -2
  273. package/oj-c/input-month-mask/useInputMonthMaskPreact.js +5 -6
  274. package/oj-c/input-number/__webdriver__/InputNumberWebElement.js +4 -8
  275. package/oj-c/input-number/__webdriver__/InputNumberWebElement.js.map +1 -1
  276. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +2 -2
  277. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +2 -2
  278. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
  279. package/oj-c/input-number/__webdriver__/index.js +4 -4
  280. package/oj-c/input-number/__webdriver__/index.js.map +1 -1
  281. package/oj-c/input-number/component.json +11 -4
  282. package/oj-c/input-number/input-number.js +1 -1
  283. package/oj-c/input-number/stepBasisUtils.js +1 -2
  284. package/oj-c/input-number/useImplicitNumberConverter.js +1 -2
  285. package/oj-c/input-number/useImplicitNumberRangeValidator.js +9 -3
  286. package/oj-c/input-number/useNumberInputTextPreact.js +96 -56
  287. package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js +4 -8
  288. package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js.map +1 -1
  289. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
  290. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +2 -2
  291. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
  292. package/oj-c/input-password/__webdriver__/index.js +4 -4
  293. package/oj-c/input-password/__webdriver__/index.js.map +1 -1
  294. package/oj-c/input-password/component.json +10 -3
  295. package/oj-c/input-password/useInputPasswordPreact.js +3 -4
  296. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +4 -8
  297. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -1
  298. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +1 -1
  299. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +2 -2
  300. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -1
  301. package/oj-c/input-sensitive-text/__webdriver__/index.js +4 -4
  302. package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -1
  303. package/oj-c/input-sensitive-text/component.json +11 -4
  304. package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +4 -5
  305. package/oj-c/input-text/__webdriver__/InputTextWebElement.js +4 -8
  306. package/oj-c/input-text/__webdriver__/InputTextWebElement.js.map +1 -1
  307. package/oj-c/input-text/__webdriver__/InputTextWebElementBase.d.ts +1 -1
  308. package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js +2 -2
  309. package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js.map +1 -1
  310. package/oj-c/input-text/__webdriver__/index.js +4 -4
  311. package/oj-c/input-text/__webdriver__/index.js.map +1 -1
  312. package/oj-c/input-text/component.json +10 -3
  313. package/oj-c/input-text/useInputTextPreact.js +5 -6
  314. package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElement.js +1 -1
  315. package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElement.js.map +1 -1
  316. package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElementBase.d.ts +1 -1
  317. package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElementBase.js +2 -2
  318. package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElementBase.js.map +1 -1
  319. package/oj-c/labelled-link/__webdriver__/index.js +4 -4
  320. package/oj-c/labelled-link/__webdriver__/index.js.map +1 -1
  321. package/oj-c/labelled-link/component.json +11 -4
  322. package/oj-c/labelled-link/useLabelledLinkPreact.js +1 -2
  323. package/oj-c/legend/__webdriver__/LegendWebElement.js +1 -1
  324. package/oj-c/legend/__webdriver__/LegendWebElement.js.map +1 -1
  325. package/oj-c/legend/__webdriver__/LegendWebElementBase.d.ts +13 -0
  326. package/oj-c/legend/__webdriver__/LegendWebElementBase.js +10 -1
  327. package/oj-c/legend/__webdriver__/LegendWebElementBase.js.map +1 -1
  328. package/oj-c/legend/__webdriver__/index.js +4 -4
  329. package/oj-c/legend/__webdriver__/index.js.map +1 -1
  330. package/oj-c/legend/component.json +63 -3
  331. package/oj-c/legend/events.js +4 -4
  332. package/oj-c/legend/legend-styles.css +2 -26
  333. package/oj-c/legend/legend.js +82 -35
  334. package/oj-c/legend/useSectionData.js +6 -3
  335. package/oj-c/legend/utils.js +18 -14
  336. package/oj-c/legend-item/component.json +2 -2
  337. package/oj-c/legend-section/component.json +2 -2
  338. package/oj-c/legend-utils/index.js +6 -0
  339. package/oj-c/legend-utils/legendUtils.js +9 -0
  340. package/oj-c/line-chart/__webdriver__/LineChartWebElement.js +1 -1
  341. package/oj-c/line-chart/__webdriver__/LineChartWebElement.js.map +1 -1
  342. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +13 -0
  343. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +10 -1
  344. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
  345. package/oj-c/line-chart/__webdriver__/index.js +4 -4
  346. package/oj-c/line-chart/__webdriver__/index.js.map +1 -1
  347. package/oj-c/line-chart/component.json +52 -5
  348. package/oj-c/line-chart/line-chart-styles.css +1 -1
  349. package/oj-c/line-chart/line-chart.js +9 -8
  350. package/oj-c/line-chart-group/component.json +2 -2
  351. package/oj-c/line-chart-item/component.json +2 -2
  352. package/oj-c/line-chart-series/component.json +2 -2
  353. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +1 -1
  354. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -1
  355. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +1 -1
  356. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js.map +1 -1
  357. package/oj-c/list-item-layout/__webdriver__/index.js +4 -4
  358. package/oj-c/list-item-layout/__webdriver__/index.js.map +1 -1
  359. package/oj-c/list-item-layout/component.json +3 -3
  360. package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +19 -0
  361. package/oj-c/list-view/__webdriver__/ListViewWebElement.js +43 -13
  362. package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
  363. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +28 -2
  364. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +20 -2
  365. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -1
  366. package/oj-c/list-view/__webdriver__/contextMenuUtils.d.ts +33 -0
  367. package/oj-c/list-view/__webdriver__/contextMenuUtils.js +88 -0
  368. package/oj-c/list-view/__webdriver__/contextMenuUtils.js.map +1 -0
  369. package/oj-c/list-view/__webdriver__/index.js +4 -4
  370. package/oj-c/list-view/__webdriver__/index.js.map +1 -1
  371. package/oj-c/list-view/component.json +35 -5
  372. package/oj-c/list-view/list-view-styles.css +2 -1
  373. package/oj-c/list-view/list-view.js +11 -5
  374. package/oj-c/list-view/listViewItem.js +2 -2
  375. package/oj-c/list-view/useCurrentItemOverride.js +23 -0
  376. package/oj-c/list-view/useHandleRemoveCurrentKey.js +8 -9
  377. package/oj-c/list-view/useListViewPreact.js +16 -36
  378. package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js +2 -2
  379. package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js.map +1 -1
  380. package/oj-c/menu-button/__webdriver__/MenuButtonWebElementBase.js +1 -1
  381. package/oj-c/menu-button/__webdriver__/MenuButtonWebElementBase.js.map +1 -1
  382. package/oj-c/menu-button/__webdriver__/index.js +4 -4
  383. package/oj-c/menu-button/__webdriver__/index.js.map +1 -1
  384. package/oj-c/menu-button/component.json +23 -6
  385. package/oj-c/menu-button/menu-button.js +23 -44
  386. package/oj-c/message-banner/__webdriver__/MessageBannerWebElement.js +3 -3
  387. package/oj-c/message-banner/__webdriver__/MessageBannerWebElement.js.map +1 -1
  388. package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js +1 -1
  389. package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js.map +1 -1
  390. package/oj-c/message-banner/__webdriver__/index.js +4 -4
  391. package/oj-c/message-banner/__webdriver__/index.js.map +1 -1
  392. package/oj-c/message-banner/component.json +8 -8
  393. package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js +3 -3
  394. package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js.map +1 -1
  395. package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js +1 -1
  396. package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js.map +1 -1
  397. package/oj-c/message-toast/__webdriver__/index.js +4 -4
  398. package/oj-c/message-toast/__webdriver__/index.js.map +1 -1
  399. package/oj-c/message-toast/component.json +7 -7
  400. package/oj-c/message-toast/message-toast.js +1 -1
  401. package/oj-c/metadata/allComponents.json +3426 -2273
  402. package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js +1 -1
  403. package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js.map +1 -1
  404. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +1 -1
  405. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js.map +1 -1
  406. package/oj-c/meter-bar/__webdriver__/index.js +4 -4
  407. package/oj-c/meter-bar/__webdriver__/index.js.map +1 -1
  408. package/oj-c/meter-bar/component.json +3 -3
  409. package/oj-c/meter-bar/meter-bar.js +8 -6
  410. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js +1 -1
  411. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js.map +1 -1
  412. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js +1 -1
  413. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js.map +1 -1
  414. package/oj-c/meter-circle/__webdriver__/index.js +4 -4
  415. package/oj-c/meter-circle/__webdriver__/index.js.map +1 -1
  416. package/oj-c/meter-circle/component.json +3 -3
  417. package/oj-c/meter-circle/meter-circle.js +10 -8
  418. package/oj-c/min/Dropdown/Dropdown.js +1 -2
  419. package/oj-c/min/FormControlWrapper/FormControlWrapper.js +1 -2
  420. package/oj-c/min/Sheet/Sheet.js +1 -2
  421. package/oj-c/min/area-chart/area-chart-styles.css +1 -1
  422. package/oj-c/min/area-chart.js +1 -1
  423. package/oj-c/min/area-chart.js.map +1 -1
  424. package/oj-c/min/button.js +1 -1
  425. package/oj-c/min/button.js.map +1 -1
  426. package/oj-c/min/buttonset-multiple.js +1 -1
  427. package/oj-c/min/buttonset-multiple.js.map +1 -1
  428. package/oj-c/min/buttonset-single.js +1 -1
  429. package/oj-c/min/buttonset-single.js.map +1 -1
  430. package/oj-c/min/card-view.js +1 -1
  431. package/oj-c/min/card-view.js.map +1 -1
  432. package/oj-c/min/checkbox.js +1 -1
  433. package/oj-c/min/checkbox.js.map +1 -1
  434. package/oj-c/min/checkboxset.js +1 -1
  435. package/oj-c/min/checkboxset.js.map +1 -1
  436. package/oj-c/min/collapsible.js +1 -1
  437. package/oj-c/min/collapsible.js.map +1 -1
  438. package/oj-c/min/conveyor-belt.js +1 -1
  439. package/oj-c/min/conveyor-belt.js.map +1 -1
  440. package/oj-c/min/corepackbundle.css +40 -53
  441. package/oj-c/min/corepackbundle.js +1 -1
  442. package/oj-c/min/corepackbundle.js.map +1 -1
  443. package/oj-c/min/dialog/dialog-styles.css +12 -0
  444. package/oj-c/min/dialog.js +2 -0
  445. package/oj-c/min/dialog.js.map +1 -0
  446. package/oj-c/min/drawer-popup/drawer-popup-styles.css +1 -1
  447. package/oj-c/min/drawer-popup.js +1 -1
  448. package/oj-c/min/drawer-popup.js.map +1 -1
  449. package/oj-c/min/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +1 -2
  450. package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +1 -2
  451. package/oj-c/min/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +1 -2
  452. package/oj-c/min/file-picker.js +1 -1
  453. package/oj-c/min/file-picker.js.map +1 -1
  454. package/oj-c/min/form-layout.js +1 -1
  455. package/oj-c/min/form-layout.js.map +1 -1
  456. package/oj-c/min/hooks/PRIVATE_useSelectionContext/ItemKeyContext.js +6 -0
  457. package/oj-c/min/hooks/PRIVATE_useSelectionContext/SelectionContext.js +6 -0
  458. package/oj-c/min/hooks/PRIVATE_useSelectionContext/useItemKeyContext.js +8 -0
  459. package/oj-c/min/hooks/PRIVATE_useSelectionContext/useSelectionContext.js +8 -0
  460. package/oj-c/min/hooks/PRIVATE_useVisContextMenu/useVisContextMenu.js +41 -0
  461. package/oj-c/min/hooks/PRIVATE_useVisData/useVisData.js +1 -2
  462. package/oj-c/min/hooks/UNSAFE_useChartData/useChartData.js +3 -3
  463. package/oj-c/min/hooks/UNSAFE_useDataProvider/useDataProvider.js +1 -2
  464. package/oj-c/min/hooks/UNSAFE_useDataProvider/utils.js +1 -2
  465. package/oj-c/min/hooks/UNSAFE_useEditableValue/converterUtils.js +5 -5
  466. package/oj-c/min/hooks/UNSAFE_useEditableValue/index.js +4 -2
  467. package/oj-c/min/hooks/UNSAFE_useEditableValue/reducer.js +26 -17
  468. package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +91 -51
  469. package/oj-c/min/hooks/UNSAFE_useEditableValue/utils.js +13 -1
  470. package/oj-c/min/hooks/UNSAFE_useEditableValue/validationUtils.js +2 -3
  471. package/oj-c/min/hooks/UNSAFE_useLegendPosition/useLegendPosition.js +1 -2
  472. package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +48 -13
  473. package/oj-c/min/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +1 -2
  474. package/oj-c/min/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +6 -6
  475. package/oj-c/min/hooks/UNSAFE_useVizCategories/useVizCategories.js +17 -4
  476. package/oj-c/min/input-date-mask.js +1 -1
  477. package/oj-c/min/input-date-mask.js.map +1 -1
  478. package/oj-c/min/input-date-picker.js +2 -2
  479. package/oj-c/min/input-date-picker.js.map +1 -1
  480. package/oj-c/min/input-date-text.js +1 -1
  481. package/oj-c/min/input-date-text.js.map +1 -1
  482. package/oj-c/min/input-month-mask.js +1 -1
  483. package/oj-c/min/input-month-mask.js.map +1 -1
  484. package/oj-c/min/input-number.js +1 -1
  485. package/oj-c/min/input-number.js.map +1 -1
  486. package/oj-c/min/input-password.js +1 -1
  487. package/oj-c/min/input-password.js.map +1 -1
  488. package/oj-c/min/input-sensitive-text.js +1 -1
  489. package/oj-c/min/input-sensitive-text.js.map +1 -1
  490. package/oj-c/min/input-text.js +1 -1
  491. package/oj-c/min/input-text.js.map +1 -1
  492. package/oj-c/min/labelled-link.js +1 -1
  493. package/oj-c/min/labelled-link.js.map +1 -1
  494. package/oj-c/min/legend/legend-styles.css +2 -26
  495. package/oj-c/min/legend-utils/index.js +6 -0
  496. package/oj-c/min/legend-utils/legendUtils.js +9 -0
  497. package/oj-c/min/legend.js +1 -1
  498. package/oj-c/min/legend.js.map +1 -1
  499. package/oj-c/min/line-chart/line-chart-styles.css +1 -1
  500. package/oj-c/min/line-chart.js +1 -1
  501. package/oj-c/min/line-chart.js.map +1 -1
  502. package/oj-c/min/list-view/list-view-styles.css +2 -1
  503. package/oj-c/min/list-view.js +1 -1
  504. package/oj-c/min/list-view.js.map +1 -1
  505. package/oj-c/min/menu-button.js +1 -1
  506. package/oj-c/min/menu-button.js.map +1 -1
  507. package/oj-c/min/message-banner.js +1 -1
  508. package/oj-c/min/message-banner.js.map +1 -1
  509. package/oj-c/min/message-toast.js +1 -1
  510. package/oj-c/min/message-toast.js.map +1 -1
  511. package/oj-c/min/meter-bar.js +1 -1
  512. package/oj-c/min/meter-bar.js.map +1 -1
  513. package/oj-c/min/meter-circle.js +1 -1
  514. package/oj-c/min/meter-circle.js.map +1 -1
  515. package/oj-c/min/popup.js +1 -1
  516. package/oj-c/min/popup.js.map +1 -1
  517. package/oj-c/min/progress-bar.js +1 -1
  518. package/oj-c/min/progress-bar.js.map +1 -1
  519. package/oj-c/min/progress-circle.js +1 -1
  520. package/oj-c/min/progress-circle.js.map +1 -1
  521. package/oj-c/min/radioset.js +1 -1
  522. package/oj-c/min/radioset.js.map +1 -1
  523. package/oj-c/min/select-common/PRIVATE_useCache/useCache.js +1 -2
  524. package/oj-c/min/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +1 -2
  525. package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +1 -2
  526. package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +1 -2
  527. package/oj-c/min/select-common/utils/utils.js +4 -4
  528. package/oj-c/min/select-multiple.js +2 -2
  529. package/oj-c/min/select-multiple.js.map +1 -1
  530. package/oj-c/min/select-single.js +2 -2
  531. package/oj-c/min/select-single.js.map +1 -1
  532. package/oj-c/min/selector-all.js +1 -1
  533. package/oj-c/min/selector-all.js.map +1 -1
  534. package/oj-c/min/selector.js +1 -1
  535. package/oj-c/min/selector.js.map +1 -1
  536. package/oj-c/min/skeleton.js +2 -0
  537. package/oj-c/min/skeleton.js.map +1 -0
  538. package/oj-c/min/split-menu-button.js +1 -1
  539. package/oj-c/min/split-menu-button.js.map +1 -1
  540. package/oj-c/min/tab-bar-mixed.js +1 -1
  541. package/oj-c/min/tab-bar-mixed.js.map +1 -1
  542. package/oj-c/min/tab-bar.js +1 -1
  543. package/oj-c/min/tab-bar.js.map +1 -1
  544. package/oj-c/min/table/table-styles.css +0 -13
  545. package/oj-c/min/table.js +1 -1
  546. package/oj-c/min/table.js.map +1 -1
  547. package/oj-c/min/tag-cloud/tag-cloud-styles.css +1 -1
  548. package/oj-c/min/tag-cloud.js +1 -1
  549. package/oj-c/min/tag-cloud.js.map +1 -1
  550. package/oj-c/min/text-area.js +1 -1
  551. package/oj-c/min/text-area.js.map +1 -1
  552. package/oj-c/min/toggle-button.js +1 -1
  553. package/oj-c/min/toggle-button.js.map +1 -1
  554. package/oj-c/min/toolbar/toolbar-styles.css +21 -0
  555. package/oj-c/min/toolbar.js +2 -0
  556. package/oj-c/min/toolbar.js.map +1 -0
  557. package/oj-c/min/unsafe/InputGroup/InputGroup.js +1 -2
  558. package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +5 -5
  559. package/oj-c/min/utils/PRIVATE_ItemsMenu/menu-item-icon.js +1 -2
  560. package/oj-c/min/utils/PRIVATE_ItemsMenu/menu-select-items.js +1 -2
  561. package/oj-c/min/utils/PRIVATE_chartUtils/events.js +2 -2
  562. package/oj-c/min/utils/PRIVATE_chartUtils/legendUtils.js +3 -3
  563. package/oj-c/min/utils/PRIVATE_chartUtils/lineAreaUtils.js +4 -5
  564. package/oj-c/min/utils/PRIVATE_chartUtils/plotAreaUtils.js +1 -2
  565. package/oj-c/min/utils/PRIVATE_collectionUtils/collectionUtils.js +31 -0
  566. package/oj-c/min/utils/PRIVATE_collectionUtils/index.js +19 -0
  567. package/oj-c/min/utils/PRIVATE_toggleUtils/toggle-item-icon.js +1 -2
  568. package/oj-c/min/utils/PRIVATE_toggleUtils/widthStyle.js +1 -2
  569. package/oj-c/popup/__webdriver__/PopupWebElement.d.ts +12 -0
  570. package/oj-c/popup/__webdriver__/PopupWebElement.js +43 -1
  571. package/oj-c/popup/__webdriver__/PopupWebElement.js.map +1 -1
  572. package/oj-c/popup/__webdriver__/PopupWebElementBase.d.ts +3 -20
  573. package/oj-c/popup/__webdriver__/PopupWebElementBase.js +3 -12
  574. package/oj-c/popup/__webdriver__/PopupWebElementBase.js.map +1 -1
  575. package/oj-c/popup/__webdriver__/index.js +4 -4
  576. package/oj-c/popup/__webdriver__/index.js.map +1 -1
  577. package/oj-c/popup/component.json +18 -17
  578. package/oj-c/popup/popup.js +77 -36
  579. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js +1 -1
  580. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js.map +1 -1
  581. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js +1 -1
  582. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js.map +1 -1
  583. package/oj-c/progress-bar/__webdriver__/index.js +4 -4
  584. package/oj-c/progress-bar/__webdriver__/index.js.map +1 -1
  585. package/oj-c/progress-bar/component.json +4 -4
  586. package/oj-c/progress-bar/progress-bar.js +2 -2
  587. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js +2 -2
  588. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js.map +1 -1
  589. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js +1 -1
  590. package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js.map +1 -1
  591. package/oj-c/progress-button/__webdriver__/index.js +4 -4
  592. package/oj-c/progress-button/__webdriver__/index.js.map +1 -1
  593. package/oj-c/progress-button/component.json +3 -3
  594. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js +1 -1
  595. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js.map +1 -1
  596. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js +1 -1
  597. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js.map +1 -1
  598. package/oj-c/progress-circle/__webdriver__/index.js +4 -4
  599. package/oj-c/progress-circle/__webdriver__/index.js.map +1 -1
  600. package/oj-c/progress-circle/component.json +4 -4
  601. package/oj-c/progress-circle/progress-circle.js +2 -2
  602. package/oj-c/radioset/__webdriver__/RadiosetWebElement.js +6 -9
  603. package/oj-c/radioset/__webdriver__/RadiosetWebElement.js.map +1 -1
  604. package/oj-c/radioset/__webdriver__/RadiosetWebElementBase.d.ts +3 -3
  605. package/oj-c/radioset/__webdriver__/RadiosetWebElementBase.js +2 -2
  606. package/oj-c/radioset/__webdriver__/RadiosetWebElementBase.js.map +1 -1
  607. package/oj-c/radioset/__webdriver__/index.js +4 -4
  608. package/oj-c/radioset/__webdriver__/index.js.map +1 -1
  609. package/oj-c/radioset/component.json +11 -4
  610. package/oj-c/radioset/radioset.js +1 -1
  611. package/oj-c/radioset/useRadiosetPreact.js +1 -2
  612. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js +1 -1
  613. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js.map +1 -1
  614. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +1 -1
  615. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js.map +1 -1
  616. package/oj-c/rating-gauge/__webdriver__/index.js +4 -4
  617. package/oj-c/rating-gauge/__webdriver__/index.js.map +1 -1
  618. package/oj-c/rating-gauge/component.json +4 -4
  619. package/oj-c/select-common/PRIVATE_useCache/useCache.js +1 -2
  620. package/oj-c/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +1 -2
  621. package/oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +1 -2
  622. package/oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +1 -2
  623. package/oj-c/select-common/utils/utils.js +4 -4
  624. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js +7 -16
  625. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js.map +1 -1
  626. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +5 -5
  627. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +2 -2
  628. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -1
  629. package/oj-c/select-multiple/__webdriver__/index.js +4 -4
  630. package/oj-c/select-multiple/__webdriver__/index.js.map +1 -1
  631. package/oj-c/select-multiple/component.json +81 -7
  632. package/oj-c/select-multiple/select-multiple.js +9 -1
  633. package/oj-c/select-multiple/useSelectMultiplePreact.js +24 -21
  634. package/oj-c/select-multiple/useSyncValueAndValueItems.js +4 -5
  635. package/oj-c/select-multiple/useValueItems.js +1 -2
  636. package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js +9 -27
  637. package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js.map +1 -1
  638. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +3 -3
  639. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +2 -2
  640. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -1
  641. package/oj-c/select-single/__webdriver__/index.js +4 -4
  642. package/oj-c/select-single/__webdriver__/index.js.map +1 -1
  643. package/oj-c/select-single/component.json +15 -5
  644. package/oj-c/select-single/select-single.js +9 -1
  645. package/oj-c/select-single/useSelectSinglePreact.js +31 -30
  646. package/oj-c/select-single/useSyncValueAndValueItem.js +4 -5
  647. package/oj-c/select-single/useValueItem.js +1 -2
  648. package/oj-c/selection-card/__webdriver__/SelectionCardWebElement.js +1 -1
  649. package/oj-c/selection-card/__webdriver__/SelectionCardWebElement.js.map +1 -1
  650. package/oj-c/selection-card/__webdriver__/SelectionCardWebElementBase.js +1 -1
  651. package/oj-c/selection-card/__webdriver__/SelectionCardWebElementBase.js.map +1 -1
  652. package/oj-c/selection-card/__webdriver__/index.js +4 -4
  653. package/oj-c/selection-card/__webdriver__/index.js.map +1 -1
  654. package/oj-c/selection-card/component.json +5 -5
  655. package/oj-c/selector/__webdriver__/SelectorWebElement.js +2 -2
  656. package/oj-c/selector/__webdriver__/SelectorWebElement.js.map +1 -1
  657. package/oj-c/selector/__webdriver__/SelectorWebElementBase.d.ts +3 -3
  658. package/oj-c/selector/__webdriver__/SelectorWebElementBase.js +3 -3
  659. package/oj-c/selector/__webdriver__/SelectorWebElementBase.js.map +1 -1
  660. package/oj-c/selector/__webdriver__/index.js +4 -4
  661. package/oj-c/selector/__webdriver__/index.js.map +1 -1
  662. package/oj-c/selector/component.json +6 -8
  663. package/oj-c/selector/selector.js +25 -7
  664. package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js +2 -2
  665. package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js.map +1 -1
  666. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +1 -1
  667. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
  668. package/oj-c/selector-all/__webdriver__/index.js +4 -4
  669. package/oj-c/selector-all/__webdriver__/index.js.map +1 -1
  670. package/oj-c/selector-all/component.json +3 -3
  671. package/oj-c/selector-all/selector-all.js +1 -1
  672. package/oj-c/skeleton/__webdriver__/SkeletonWebElement.d.ts +8 -0
  673. package/oj-c/skeleton/__webdriver__/SkeletonWebElement.js +13 -0
  674. package/oj-c/skeleton/__webdriver__/SkeletonWebElement.js.map +1 -0
  675. package/oj-c/skeleton/__webdriver__/SkeletonWebElementBase.d.ts +30 -0
  676. package/oj-c/skeleton/__webdriver__/SkeletonWebElementBase.js +41 -0
  677. package/oj-c/skeleton/__webdriver__/SkeletonWebElementBase.js.map +1 -0
  678. package/oj-c/skeleton/__webdriver__/index.d.ts +17 -0
  679. package/oj-c/skeleton/__webdriver__/index.js +34 -0
  680. package/oj-c/skeleton/__webdriver__/index.js.map +1 -0
  681. package/oj-c/skeleton/component.json +94 -0
  682. package/oj-c/skeleton/index.js +6 -0
  683. package/oj-c/skeleton/skeleton.js +11 -0
  684. package/oj-c/skeleton.js +6 -0
  685. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +2 -2
  686. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
  687. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +1 -1
  688. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
  689. package/oj-c/split-menu-button/__webdriver__/index.js +4 -4
  690. package/oj-c/split-menu-button/__webdriver__/index.js.map +1 -1
  691. package/oj-c/split-menu-button/component.json +15 -11
  692. package/oj-c/split-menu-button/split-menu-button.js +16 -43
  693. package/oj-c/tab-bar/ContentRenderer.js +32 -13
  694. package/oj-c/tab-bar/DataTabBar.js +5 -3
  695. package/oj-c/tab-bar/DataTabBarIcon.js +1 -2
  696. package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +37 -43
  697. package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -1
  698. package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.d.ts +9 -2
  699. package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js +10 -1
  700. package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js.map +1 -1
  701. package/oj-c/tab-bar/__webdriver__/index.js +4 -4
  702. package/oj-c/tab-bar/__webdriver__/index.js.map +1 -1
  703. package/oj-c/tab-bar/component.json +19 -9
  704. package/oj-c/tab-bar/tab-bar.js +13 -13
  705. package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -2
  706. package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +1 -2
  707. package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +1 -2
  708. package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +5 -5
  709. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +4 -4
  710. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -1
  711. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +4 -4
  712. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +1 -1
  713. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -1
  714. package/oj-c/tab-bar-mixed/__webdriver__/index.js +4 -4
  715. package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -1
  716. package/oj-c/tab-bar-mixed/component.json +11 -11
  717. package/oj-c/tab-bar-mixed/environment.js +1 -2
  718. package/oj-c/tab-bar-mixed/sumBadge.js +1 -2
  719. package/oj-c/tab-bar-mixed/tab-bar-mixed.js +7 -7
  720. package/oj-c/table/__webdriver__/TableWebElement.js +14 -14
  721. package/oj-c/table/__webdriver__/TableWebElement.js.map +1 -1
  722. package/oj-c/table/__webdriver__/TableWebElementBase.d.ts +1 -1
  723. package/oj-c/table/__webdriver__/TableWebElementBase.js +1 -1
  724. package/oj-c/table/__webdriver__/TableWebElementBase.js.map +1 -1
  725. package/oj-c/table/__webdriver__/index.js +4 -4
  726. package/oj-c/table/__webdriver__/index.js.map +1 -1
  727. package/oj-c/table/component.json +52 -4
  728. package/oj-c/table/table-styles.css +0 -13
  729. package/oj-c/table/table.js +45 -24
  730. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js +1 -1
  731. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js.map +1 -1
  732. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.d.ts +13 -0
  733. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js +10 -1
  734. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js.map +1 -1
  735. package/oj-c/tag-cloud/__webdriver__/index.js +4 -4
  736. package/oj-c/tag-cloud/__webdriver__/index.js.map +1 -1
  737. package/oj-c/tag-cloud/component.json +52 -3
  738. package/oj-c/tag-cloud/tag-cloud-styles.css +1 -1
  739. package/oj-c/tag-cloud/tag-cloud.js +8 -6
  740. package/oj-c/tag-cloud/utils.js +2 -3
  741. package/oj-c/tag-cloud-item/component.json +2 -2
  742. package/oj-c/text-area/__webdriver__/TextAreaWebElement.js +4 -8
  743. package/oj-c/text-area/__webdriver__/TextAreaWebElement.js.map +1 -1
  744. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +1 -1
  745. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +2 -2
  746. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -1
  747. package/oj-c/text-area/__webdriver__/index.js +4 -4
  748. package/oj-c/text-area/__webdriver__/index.js.map +1 -1
  749. package/oj-c/text-area/component.json +10 -3
  750. package/oj-c/text-area/useTextAreaAutosizePreact.js +3 -4
  751. package/oj-c/text-area/useTextAreaPreact.js +3 -4
  752. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js +1 -1
  753. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js.map +1 -1
  754. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js +1 -1
  755. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js.map +1 -1
  756. package/oj-c/toggle-button/__webdriver__/index.js +4 -4
  757. package/oj-c/toggle-button/__webdriver__/index.js.map +1 -1
  758. package/oj-c/toggle-button/component.json +9 -10
  759. package/oj-c/toggle-button/toggle-button.js +26 -54
  760. package/oj-c/toolbar/__webdriver__/ToolbarWebElement.d.ts +8 -0
  761. package/oj-c/toolbar/__webdriver__/ToolbarWebElement.js +13 -0
  762. package/oj-c/toolbar/__webdriver__/ToolbarWebElement.js.map +1 -0
  763. package/oj-c/toolbar/__webdriver__/ToolbarWebElementBase.d.ts +51 -0
  764. package/oj-c/toolbar/__webdriver__/ToolbarWebElementBase.js +68 -0
  765. package/oj-c/toolbar/__webdriver__/ToolbarWebElementBase.js.map +1 -0
  766. package/oj-c/toolbar/__webdriver__/index.d.ts +17 -0
  767. package/oj-c/toolbar/__webdriver__/index.js +34 -0
  768. package/oj-c/toolbar/__webdriver__/index.js.map +1 -0
  769. package/oj-c/toolbar/component.json +183 -0
  770. package/oj-c/toolbar/index.js +6 -0
  771. package/oj-c/toolbar/items-toolbar.js +100 -0
  772. package/oj-c/toolbar/itemsTypes.js +4 -0
  773. package/oj-c/toolbar/toolbar-styles.css +21 -0
  774. package/oj-c/toolbar/toolbar.js +10 -0
  775. package/oj-c/toolbar.js +6 -0
  776. package/oj-c/types/area-chart/area-chart.d.ts +37 -2
  777. package/oj-c/types/area-chart/index.d.ts +1 -1
  778. package/oj-c/types/avatar/avatar.d.ts +6 -6
  779. package/oj-c/types/button/button.d.ts +11 -12
  780. package/oj-c/types/buttonset-multiple/buttonset-multiple.d.ts +9 -10
  781. package/oj-c/types/buttonset-single/buttonset-single.d.ts +9 -10
  782. package/oj-c/types/card-view/card-view.d.ts +6 -1
  783. package/oj-c/types/card-view/useCardViewPreact.d.ts +6 -22
  784. package/oj-c/types/checkbox/useCheckboxPreact.d.ts +11 -11
  785. package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +6 -23
  786. package/oj-c/types/date-picker/date-picker.d.ts +15 -15
  787. package/oj-c/types/dialog/dialog.d.ts +184 -0
  788. package/oj-c/types/dialog/index.d.ts +2 -0
  789. package/oj-c/types/drawer-popup/drawer-popup.d.ts +5 -0
  790. package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +3 -1
  791. package/oj-c/types/file-picker/file-picker.d.ts +2 -2
  792. package/oj-c/types/form-layout/form-layout.d.ts +1 -0
  793. package/oj-c/types/hooks/PRIVATE_useSelectionContext/ItemKeyContext.d.ts +3 -0
  794. package/oj-c/types/hooks/PRIVATE_useSelectionContext/SelectionContext.d.ts +11 -0
  795. package/oj-c/types/hooks/PRIVATE_useSelectionContext/useItemKeyContext.d.ts +1 -0
  796. package/oj-c/types/hooks/PRIVATE_useSelectionContext/useSelectionContext.d.ts +1 -0
  797. package/oj-c/types/hooks/PRIVATE_useVisContextMenu/useVisContextMenu.d.ts +24 -0
  798. package/oj-c/types/hooks/PRIVATE_useVisData/useVisData.d.ts +1 -1
  799. package/oj-c/types/hooks/UNSAFE_useChartData/useChartData.d.ts +1 -0
  800. package/oj-c/types/hooks/UNSAFE_useEditableValue/converterUtils.d.ts +3 -3
  801. package/oj-c/types/hooks/UNSAFE_useEditableValue/index.d.ts +2 -1
  802. package/oj-c/types/hooks/UNSAFE_useEditableValue/reducer.d.ts +8 -2
  803. package/oj-c/types/hooks/UNSAFE_useEditableValue/types.d.ts +3 -1
  804. package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +12 -3
  805. package/oj-c/types/hooks/UNSAFE_useEditableValue/utils.d.ts +3 -1
  806. package/oj-c/types/hooks/UNSAFE_useLegendPosition/useLegendPosition.d.ts +2 -2
  807. package/oj-c/types/hooks/UNSAFE_useListData/useListData.d.ts +1 -1
  808. package/oj-c/types/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.d.ts +1 -1
  809. package/oj-c/types/hooks/UNSAFE_useVisBusyState/useVisBusyState.d.ts +3 -1
  810. package/oj-c/types/input-date-mask/useInputDateMaskPreact.d.ts +4 -29
  811. package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +9 -43
  812. package/oj-c/types/input-date-text/useImplicitDateConverter.d.ts +1 -1
  813. package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +4 -36
  814. package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +4 -28
  815. package/oj-c/types/input-number/input-number.d.ts +2 -2
  816. package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
  817. package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +6 -46
  818. package/oj-c/types/input-password/useInputPasswordPreact.d.ts +4 -29
  819. package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +6 -32
  820. package/oj-c/types/input-text/useInputTextPreact.d.ts +6 -36
  821. package/oj-c/types/labelled-link/useLabelledLinkPreact.d.ts +5 -14
  822. package/oj-c/types/legend/events.d.ts +1 -1
  823. package/oj-c/types/legend/legend.d.ts +63 -20
  824. package/oj-c/types/legend/useSectionData.d.ts +4 -1
  825. package/oj-c/types/legend/utils.d.ts +3 -3
  826. package/oj-c/types/legend-utils/index.d.ts +1 -0
  827. package/oj-c/types/legend-utils/legendUtils.d.ts +5 -0
  828. package/oj-c/types/line-chart/index.d.ts +1 -1
  829. package/oj-c/types/line-chart/line-chart.d.ts +38 -2
  830. package/oj-c/types/list-item-layout/list-item-layout.d.ts +2 -2
  831. package/oj-c/types/list-view/list-view.d.ts +16 -2
  832. package/oj-c/types/list-view/useCurrentItemOverride.d.ts +6 -0
  833. package/oj-c/types/list-view/useHandleRemoveCurrentKey.d.ts +2 -2
  834. package/oj-c/types/list-view/useListViewPreact.d.ts +6 -10
  835. package/oj-c/types/menu-button/menu-button.d.ts +19 -13
  836. package/oj-c/types/meter-bar/meter-bar.d.ts +20 -20
  837. package/oj-c/types/meter-circle/meter-circle.d.ts +22 -22
  838. package/oj-c/types/popup/popup.d.ts +3 -7
  839. package/oj-c/types/progress-bar/progress-bar.d.ts +4 -4
  840. package/oj-c/types/progress-circle/progress-circle.d.ts +4 -4
  841. package/oj-c/types/radioset/useRadiosetPreact.d.ts +6 -22
  842. package/oj-c/types/rating-gauge/rating-gauge.d.ts +17 -17
  843. package/oj-c/types/select-multiple/select-multiple.d.ts +1 -0
  844. package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +6 -6
  845. package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +3 -4
  846. package/oj-c/types/select-single/select-single.d.ts +1 -0
  847. package/oj-c/types/select-single/useSelectSinglePreact.d.ts +9 -9
  848. package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +3 -4
  849. package/oj-c/types/selector/selector.d.ts +4 -4
  850. package/oj-c/types/skeleton/index.d.ts +2 -0
  851. package/oj-c/types/skeleton/skeleton.d.ts +53 -0
  852. package/oj-c/types/split-menu-button/split-menu-button.d.ts +11 -12
  853. package/oj-c/types/tab-bar/ContentRenderer.d.ts +1 -2
  854. package/oj-c/types/tab-bar/DataTabBar.types.d.ts +12 -1
  855. package/oj-c/types/tab-bar/tab-bar.d.ts +17 -2
  856. package/oj-c/types/table/table.d.ts +5 -0
  857. package/oj-c/types/tag-cloud/index.d.ts +1 -1
  858. package/oj-c/types/tag-cloud/tag-cloud.d.ts +28 -2
  859. package/oj-c/types/tag-cloud/utils.d.ts +2 -1
  860. package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +4 -33
  861. package/oj-c/types/text-area/useTextAreaPreact.d.ts +4 -33
  862. package/oj-c/types/toggle-button/toggle-button.d.ts +11 -12
  863. package/oj-c/types/toolbar/index.d.ts +2 -0
  864. package/oj-c/types/toolbar/items-toolbar.d.ts +15 -0
  865. package/oj-c/types/toolbar/itemsTypes.d.ts +70 -0
  866. package/oj-c/types/toolbar/toolbar.d.ts +74 -0
  867. package/oj-c/types/utils/PRIVATE_ItemsMenu/menuTypes.d.ts +2 -0
  868. package/oj-c/types/utils/PRIVATE_chartUtils/events.d.ts +1 -1
  869. package/oj-c/types/utils/PRIVATE_collectionUtils/collectionUtils.d.ts +17 -0
  870. package/oj-c/types/utils/PRIVATE_collectionUtils/index.d.ts +1 -0
  871. package/oj-c/unsafe/InputGroup/InputGroup.js +1 -2
  872. package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +5 -5
  873. package/oj-c/utils/PRIVATE_ItemsMenu/menu-item-icon.js +1 -2
  874. package/oj-c/utils/PRIVATE_ItemsMenu/menu-select-items.js +1 -2
  875. package/oj-c/utils/PRIVATE_chartUtils/events.js +2 -2
  876. package/oj-c/utils/PRIVATE_chartUtils/legendUtils.js +3 -3
  877. package/oj-c/utils/PRIVATE_chartUtils/lineAreaUtils.js +4 -5
  878. package/oj-c/utils/PRIVATE_chartUtils/plotAreaUtils.js +1 -2
  879. package/oj-c/utils/PRIVATE_collectionUtils/collectionUtils.js +31 -0
  880. package/oj-c/utils/PRIVATE_collectionUtils/index.js +19 -0
  881. package/oj-c/utils/PRIVATE_toggleUtils/toggle-item-icon.js +1 -2
  882. package/oj-c/utils/PRIVATE_toggleUtils/widthStyle.js +1 -2
  883. package/package.json +4 -4
  884. package/webdriver/docs/assets/navigation.js +1 -1
  885. package/webdriver/docs/assets/search.js +1 -1
  886. package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
  887. package/webdriver/docs/classes/AreaChartWebElement.html +6 -2
  888. package/webdriver/docs/classes/AvatarWebElement.html +1 -1
  889. package/webdriver/docs/classes/ButtonWebElement.html +1 -1
  890. package/webdriver/docs/classes/ButtonsetMultipleWebElement.html +1 -1
  891. package/webdriver/docs/classes/ButtonsetSingleWebElement.html +1 -1
  892. package/webdriver/docs/classes/CardViewWebElement.html +3 -3
  893. package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
  894. package/webdriver/docs/classes/CheckboxsetWebElement.html +7 -6
  895. package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
  896. package/webdriver/docs/classes/ConveyorBeltWebElement.html +1 -1
  897. package/webdriver/docs/classes/DatePickerWebElement.html +1 -1
  898. package/webdriver/docs/classes/DialogWebElement.html +173 -0
  899. package/webdriver/docs/classes/DrawerLayoutWebElement.html +1 -1
  900. package/webdriver/docs/classes/DrawerPopupWebElement.html +22 -15
  901. package/webdriver/docs/classes/FilePickerWebElement.html +6 -6
  902. package/webdriver/docs/classes/FormLayoutWebElement.html +5 -4
  903. package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
  904. package/webdriver/docs/classes/InputDateMaskWebElement.html +5 -4
  905. package/webdriver/docs/classes/InputDatePickerWebElement.html +5 -4
  906. package/webdriver/docs/classes/InputDateTextWebElement.html +5 -4
  907. package/webdriver/docs/classes/InputMonthMaskWebElement.html +5 -4
  908. package/webdriver/docs/classes/InputNumberWebElement.html +7 -6
  909. package/webdriver/docs/classes/InputPasswordWebElement.html +5 -4
  910. package/webdriver/docs/classes/InputSensitiveTextWebElement.html +5 -4
  911. package/webdriver/docs/classes/InputTextWebElement.html +5 -4
  912. package/webdriver/docs/classes/LabelledLinkWebElement.html +5 -4
  913. package/webdriver/docs/classes/LegendWebElement.html +6 -2
  914. package/webdriver/docs/classes/LineChartWebElement.html +6 -2
  915. package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
  916. package/webdriver/docs/classes/ListViewWebElement.html +23 -7
  917. package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
  918. package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
  919. package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
  920. package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
  921. package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
  922. package/webdriver/docs/classes/PopupWebElement.html +19 -21
  923. package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
  924. package/webdriver/docs/classes/ProgressButtonWebElement.html +1 -1
  925. package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
  926. package/webdriver/docs/classes/RadiosetWebElement.html +7 -6
  927. package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
  928. package/webdriver/docs/classes/SelectMultipleWebElement.html +10 -9
  929. package/webdriver/docs/classes/SelectSingleWebElement.html +7 -6
  930. package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
  931. package/webdriver/docs/classes/SelectorAllWebElement.html +1 -1
  932. package/webdriver/docs/classes/SelectorWebElement.html +5 -5
  933. package/webdriver/docs/classes/SkeletonWebElement.html +115 -0
  934. package/webdriver/docs/classes/SplitMenuButtonWebElement.html +1 -1
  935. package/webdriver/docs/classes/TabBarMixedWebElement.html +4 -4
  936. package/webdriver/docs/classes/TabBarWebElement.html +9 -5
  937. package/webdriver/docs/classes/TableWebElement.html +1 -1
  938. package/webdriver/docs/classes/TagCloudWebElement.html +6 -2
  939. package/webdriver/docs/classes/TextAreaWebElement.html +5 -4
  940. package/webdriver/docs/classes/ToggleButtonWebElement.html +1 -1
  941. package/webdriver/docs/classes/ToolbarWebElement.html +127 -0
  942. package/webdriver/docs/functions/findActionCard.html +1 -1
  943. package/webdriver/docs/functions/findAreaChart.html +1 -1
  944. package/webdriver/docs/functions/findAvatar.html +1 -1
  945. package/webdriver/docs/functions/findButton.html +1 -1
  946. package/webdriver/docs/functions/findButtonsetMultiple.html +1 -1
  947. package/webdriver/docs/functions/findButtonsetSingle.html +1 -1
  948. package/webdriver/docs/functions/findCardView.html +1 -1
  949. package/webdriver/docs/functions/findCheckbox.html +1 -1
  950. package/webdriver/docs/functions/findCheckboxset.html +1 -1
  951. package/webdriver/docs/functions/findCollapsible.html +1 -1
  952. package/webdriver/docs/functions/findConveyorBelt.html +1 -1
  953. package/webdriver/docs/functions/findDatePicker.html +1 -1
  954. package/webdriver/docs/functions/findDialog.html +8 -0
  955. package/webdriver/docs/functions/findDrawerLayout.html +1 -1
  956. package/webdriver/docs/functions/findDrawerPopup.html +1 -1
  957. package/webdriver/docs/functions/findFilePicker.html +1 -1
  958. package/webdriver/docs/functions/findFormLayout.html +1 -1
  959. package/webdriver/docs/functions/findHighlightText.html +1 -1
  960. package/webdriver/docs/functions/findInputDateMask.html +1 -1
  961. package/webdriver/docs/functions/findInputDatePicker.html +1 -1
  962. package/webdriver/docs/functions/findInputDateText.html +1 -1
  963. package/webdriver/docs/functions/findInputMonthMask.html +1 -1
  964. package/webdriver/docs/functions/findInputNumber.html +1 -1
  965. package/webdriver/docs/functions/findInputPassword.html +1 -1
  966. package/webdriver/docs/functions/findInputSensitiveText.html +1 -1
  967. package/webdriver/docs/functions/findInputText.html +1 -1
  968. package/webdriver/docs/functions/findLabelledLink.html +1 -1
  969. package/webdriver/docs/functions/findLegend.html +1 -1
  970. package/webdriver/docs/functions/findLineChart.html +1 -1
  971. package/webdriver/docs/functions/findListItemLayout.html +1 -1
  972. package/webdriver/docs/functions/findListView.html +1 -1
  973. package/webdriver/docs/functions/findMenuButton.html +1 -1
  974. package/webdriver/docs/functions/findMessageBanner.html +1 -1
  975. package/webdriver/docs/functions/findMessageToast.html +1 -1
  976. package/webdriver/docs/functions/findMeterBar.html +1 -1
  977. package/webdriver/docs/functions/findMeterCircle.html +1 -1
  978. package/webdriver/docs/functions/findPopup.html +1 -1
  979. package/webdriver/docs/functions/findProgressBar.html +1 -1
  980. package/webdriver/docs/functions/findProgressButton.html +1 -1
  981. package/webdriver/docs/functions/findProgressCircle.html +1 -1
  982. package/webdriver/docs/functions/findRadioset.html +1 -1
  983. package/webdriver/docs/functions/findRatingGauge.html +1 -1
  984. package/webdriver/docs/functions/findSelectMultiple.html +1 -1
  985. package/webdriver/docs/functions/findSelectSingle.html +1 -1
  986. package/webdriver/docs/functions/findSelectionCard.html +1 -1
  987. package/webdriver/docs/functions/findSelector.html +1 -1
  988. package/webdriver/docs/functions/findSelectorAll.html +1 -1
  989. package/webdriver/docs/functions/findSkeleton.html +8 -0
  990. package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
  991. package/webdriver/docs/functions/findTabBar.html +1 -1
  992. package/webdriver/docs/functions/findTabBarMixed.html +1 -1
  993. package/webdriver/docs/functions/findTable.html +1 -1
  994. package/webdriver/docs/functions/findTagCloud.html +1 -1
  995. package/webdriver/docs/functions/findTextArea.html +1 -1
  996. package/webdriver/docs/functions/findToggleButton.html +1 -1
  997. package/webdriver/docs/functions/findToolbar.html +8 -0
  998. package/webdriver/docs/index.html +1 -1
  999. package/webdriver/docs/modules.html +7 -1
  1000. package/webdriver/index.d.ts +3 -0
  1001. package/webdriver/index.js +3 -0
  1002. package/webdriver/index.js.map +1 -1
  1003. package/webdriver/index.ts +4 -1
  1004. package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +0 -80
  1005. package/oj-c/editable-value/UNSAFE_useConverter/useConverter.js +0 -55
  1006. package/oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +0 -26
  1007. package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +0 -152
  1008. package/oj-c/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +0 -138
  1009. package/oj-c/editable-value/UNSAFE_useValidators/useValidators.js +0 -168
  1010. package/oj-c/editable-value/UNSAFE_useValue/useValue.js +0 -42
  1011. package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +0 -24
  1012. package/oj-c/editable-value/utils/utils.js +0 -43
  1013. package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +0 -80
  1014. package/oj-c/min/editable-value/UNSAFE_useConverter/useConverter.js +0 -55
  1015. package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +0 -26
  1016. package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +0 -152
  1017. package/oj-c/min/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +0 -138
  1018. package/oj-c/min/editable-value/UNSAFE_useValidators/useValidators.js +0 -168
  1019. package/oj-c/min/editable-value/UNSAFE_useValue/useValue.js +0 -42
  1020. package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +0 -24
  1021. package/oj-c/min/editable-value/utils/utils.js +0 -43
  1022. package/oj-c/min/select-common/UNSAFE_useWrapValueState/index.js +0 -6
  1023. package/oj-c/min/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +0 -27
  1024. package/oj-c/select-common/UNSAFE_useWrapValueState/index.js +0 -6
  1025. package/oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +0 -27
  1026. package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +0 -24
  1027. package/oj-c/types/editable-value/UNSAFE_useConverter/useConverter.d.ts +0 -13
  1028. package/oj-c/types/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +0 -11
  1029. package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +0 -50
  1030. package/oj-c/types/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.d.ts +0 -17
  1031. package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +0 -33
  1032. package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +0 -23
  1033. package/oj-c/types/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.d.ts +0 -9
  1034. package/oj-c/types/editable-value/utils/utils.d.ts +0 -8
  1035. package/oj-c/types/select-common/UNSAFE_useWrapValueState/index.d.ts +0 -1
  1036. package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +0 -23
  1037. /package/oj-c/min/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/index.js +0 -0
  1038. /package/oj-c/min/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/keySetUtils.js +0 -0
  1039. /package/oj-c/types/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/index.d.ts +0 -0
  1040. /package/oj-c/types/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/keySetUtils.d.ts +0 -0
  1041. /package/oj-c/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/index.js +0 -0
  1042. /package/oj-c/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/keySetUtils.js +0 -0
@@ -0,0 +1,2214 @@
1
+ [
2
+ {
3
+ "pack": "oj-c",
4
+ "id": "oj-c.Toolbar",
5
+ "name": "Toolbar",
6
+ "memberof": "oj-c",
7
+ "longname": "oj-c.Toolbar",
8
+ "kind": "class",
9
+ "classdesc": "<h3 id=\"toolbarOverview-section\">\n JET Toolbar\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#toolbarOverview-section\"></a>\n</h3>\n<p>Description: A toolbar displays a strip of control elements such as buttons and menu buttons, often grouped by separators.</p>\n\n<pre class=\"prettyprint\"><code>&lt;oj-c-toolbar items=\"[[toolbarItems]]\">\n&lt;/oj-c-toolbar>\n</code></pre>\n\n<h3 id=\"touch-section\">\n Touch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Navigate right</td>\n <td>\n <kbd>Right Arrow Key</kbd> or <kbd>Left Arrow Key(RTL)</kbd>\n </td>\n <td>Change focus to next item on the right</td>\n </tr>\n <tr>\n <td>Navigate left</td>\n <td>\n <kbd>Left Arrow Key</kbd> or <kbd>Right Arrow Key(RTL)</kbd>\n </td>\n <td>Change focus to next item on the left</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n\n<p>JET Toolbar takes care of focus management, as noted above.\n\n<p>The application is responsible for applying <code class=\"prettyprint\">aria-label</code> and/or\n<code class=\"prettyprint\">aria-controls</code> attributes to the toolbar element, if applicable per the instructions that follow:\n\n<p>If this toolbar is (or might be) placed in context with other toolbars, then the application should apply an\n<code class=\"prettyprint\">aria-label</code> to the toolbar element to distinguish it, e.g. an \"Edit\" toolbar. The\n<code class=\"prettyprint\">aria-label</code> is optional when there is only one toolbar.\n\n<p>If the toolbar is controlling something else on the page, e.g. bold / italic / underline buttons controlling a rich\ntext editor, then the application should apply an <code class=\"prettyprint\">aria-controls</code> attribute to the toolbar element,\ne.g. <code class=\"prettyprint\">aria-controls=\"myTextEditor\"</code>.\n\n\n<p>Disabled content: JET supports an accessible luminosity contrast ratio,\nas specified in <a href=\"http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\">WCAG 2.0 - Section 1.4.3 \"Contrast\"</a>,\nin the themes that are accessible. (See the \"Theming\" chapter of the JET Developer Guide for more information on which\nthemes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user\ninterface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio\nrequired of enabled content, it cannot be used to convey meaningful information.</p>",
10
+ "scope": "static",
11
+ "tagWithoutBrackets": "oj-c-toolbar",
12
+ "tagWithBrackets": "<oj-c-toolbar>",
13
+ "domInterface": "CToolbarElement",
14
+ "ojPageTitle": "&lt;oj-c-toolbar>",
15
+ "ojcomponent": true,
16
+ "isvcomponent": true,
17
+ "camelCaseName": "Toolbar",
18
+ "ojPageTitlePrefix": "Element: ",
19
+ "ojtsvcomponent": true,
20
+ "tstype": {
21
+ "target": "Type",
22
+ "value": "interface CToolbarElement extends JetElement<ToolbarElementSettableProperties>"
23
+ },
24
+ "ojsignature": [
25
+ {
26
+ "target": "Type",
27
+ "value": "interface CToolbarElement extends JetElement<ToolbarElementSettableProperties>"
28
+ }
29
+ ],
30
+ "since": "18.0.0",
31
+ "tsdeprecated": [
32
+ {
33
+ "type": "supersedes",
34
+ "since": "18.0.0",
35
+ "value": [
36
+ "oj-toolbar"
37
+ ]
38
+ }
39
+ ],
40
+ "meta": {
41
+ "filename": "toolbar.tsx",
42
+ "path": "web/components/oj-c/toolbar"
43
+ },
44
+ "ojmodule": "toolbar"
45
+ },
46
+ {
47
+ "memberof": "oj-c.Toolbar",
48
+ "id": "oj-c.Toolbar#spacing",
49
+ "name": "spacing",
50
+ "kind": "member",
51
+ "longname": "oj-c.Toolbar#spacing",
52
+ "optional": true,
53
+ "scope": "instance",
54
+ "description": "Specifies the spacing between content. 'sm' spacing is recommended for button variants that don't have a background or border, for example borderless buttons. 'lg' spacing is recommended for button variants that have a background or border, for example outlined or solid buttons.",
55
+ "meta": {
56
+ "filename": "toolbar.tsx",
57
+ "path": "web/components/oj-c/toolbar"
58
+ },
59
+ "ojvalues": [
60
+ {
61
+ "name": "sm",
62
+ "description": "Compact spacing between content.",
63
+ "displayName": "Small",
64
+ "type": {
65
+ "names": [
66
+ "string"
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "name": "lg",
72
+ "description": "Default spacing between content.",
73
+ "displayName": "Large",
74
+ "type": {
75
+ "names": [
76
+ "string"
77
+ ]
78
+ }
79
+ }
80
+ ],
81
+ "type": {
82
+ "names": [
83
+ "\"sm\"",
84
+ "\"lg\""
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "memberof": "oj-c.Toolbar",
90
+ "id": "oj-c.Toolbar#chroming",
91
+ "name": "chroming",
92
+ "kind": "member",
93
+ "longname": "oj-c.Toolbar#chroming",
94
+ "optional": true,
95
+ "scope": "instance",
96
+ "description": "Specifies the chroming to be set on content to be placed into the toolbar.",
97
+ "meta": {
98
+ "filename": "toolbar.tsx",
99
+ "path": "web/components/oj-c/toolbar"
100
+ },
101
+ "type": {
102
+ "names": [
103
+ "\"borderless\"",
104
+ "\"outlined\""
105
+ ]
106
+ }
107
+ },
108
+ {
109
+ "memberof": "oj-c.Toolbar",
110
+ "id": "oj-c.Toolbar#size",
111
+ "name": "size",
112
+ "kind": "member",
113
+ "longname": "oj-c.Toolbar#size",
114
+ "optional": true,
115
+ "scope": "instance",
116
+ "description": "Specifies the size of content to be placed into the toolbar.",
117
+ "meta": {
118
+ "filename": "toolbar.tsx",
119
+ "path": "web/components/oj-c/toolbar"
120
+ },
121
+ "type": {
122
+ "names": [
123
+ "\"sm\"",
124
+ "\"md\"",
125
+ "\"lg\""
126
+ ]
127
+ }
128
+ },
129
+ {
130
+ "memberof": "oj-c.Toolbar",
131
+ "id": "oj-c.Toolbar#items",
132
+ "name": "items",
133
+ "kind": "member",
134
+ "longname": "oj-c.Toolbar#items",
135
+ "optional": true,
136
+ "scope": "instance",
137
+ "description": "Specifies the content to be placed into the toolbar.",
138
+ "meta": {
139
+ "filename": "toolbar.tsx",
140
+ "path": "web/components/oj-c/toolbar"
141
+ },
142
+ "defaultvalue": "[]",
143
+ "type": {
144
+ "names": [
145
+ "Array<object>"
146
+ ]
147
+ },
148
+ "tstype": [
149
+ {
150
+ "target": "Type",
151
+ "value": "Array<oj-c.Toolbar.ToolbarButton|oj-c.Toolbar.ToolbarMenuButton|oj-c.Toolbar.ToolbarSplitMenuButton|oj-c.Toolbar.ToolbarButtonsetSingle|oj-c.Toolbar.ToolbarButtonsetMultiple|oj-c.Toolbar.ToolbarToggleButton|oj-c.Toolbar.ToolbarProgressButton|oj-c.Toolbar.ToolbarSeparator>",
152
+ "jsdocOverride": true
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "memberof": "oj-c.Toolbar",
158
+ "id": "oj-c.Toolbar#toolbarSelection",
159
+ "name": "toolbarSelection",
160
+ "kind": "member",
161
+ "longname": "oj-c.Toolbar#toolbarSelection",
162
+ "optional": true,
163
+ "scope": "instance",
164
+ "ojwriteback": true,
165
+ "description": "An array containing key/value objects for selection groups.",
166
+ "meta": {
167
+ "filename": "toolbar.tsx",
168
+ "path": "web/components/oj-c/toolbar"
169
+ },
170
+ "defaultvalue": {},
171
+ "type": {
172
+ "names": [
173
+ "object"
174
+ ]
175
+ },
176
+ "tstype": [
177
+ {
178
+ "target": "Type",
179
+ "value": "Readonly<Record<string, ToolbarSelection>>",
180
+ "jsdocOverride": true
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "memberof": "oj-c.Toolbar",
186
+ "id": "oj-c.Toolbar#setProperty",
187
+ "name": "setProperty",
188
+ "kind": "function",
189
+ "longname": "oj-c.Toolbar#setProperty",
190
+ "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
191
+ "meta": {
192
+ "filename": "toolbar.tsx",
193
+ "path": "web/components/oj-c/toolbar"
194
+ },
195
+ "scope": "instance",
196
+ "params": [
197
+ {
198
+ "name": "property",
199
+ "description": "The property name to set. Supports dot notation for subproperty access.",
200
+ "type": "string"
201
+ },
202
+ {
203
+ "name": "value",
204
+ "description": "The new value to set the property to.",
205
+ "type": "any"
206
+ }
207
+ ],
208
+ "returns": [
209
+ {
210
+ "type": {
211
+ "names": [
212
+ "void"
213
+ ]
214
+ }
215
+ }
216
+ ]
217
+ },
218
+ {
219
+ "memberof": "oj-c.Toolbar",
220
+ "id": "oj-c.Toolbar#getProperty",
221
+ "name": "getProperty",
222
+ "kind": "function",
223
+ "longname": "oj-c.Toolbar#getProperty",
224
+ "description": "Retrieves the value of a property or a subproperty.",
225
+ "meta": {
226
+ "filename": "toolbar.tsx",
227
+ "path": "web/components/oj-c/toolbar"
228
+ },
229
+ "scope": "instance",
230
+ "params": [
231
+ {
232
+ "name": "property",
233
+ "description": "The property name to get. Supports dot notation for subproperty access.",
234
+ "type": "string"
235
+ }
236
+ ],
237
+ "returns": [
238
+ {
239
+ "type": {
240
+ "names": [
241
+ "any"
242
+ ]
243
+ }
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ "memberof": "oj-c.Toolbar",
249
+ "id": "oj-c.Toolbar#setProperties",
250
+ "name": "setProperties",
251
+ "kind": "function",
252
+ "longname": "oj-c.Toolbar#setProperties",
253
+ "description": "Performs a batch set of properties.",
254
+ "meta": {
255
+ "filename": "toolbar.tsx",
256
+ "path": "web/components/oj-c/toolbar"
257
+ },
258
+ "scope": "instance",
259
+ "params": [
260
+ {
261
+ "name": "properties",
262
+ "description": "An object containing the property and value pairs to set.",
263
+ "type": "object"
264
+ }
265
+ ],
266
+ "returns": [
267
+ {
268
+ "type": {
269
+ "names": [
270
+ "void"
271
+ ]
272
+ }
273
+ }
274
+ ]
275
+ },
276
+ {
277
+ "memberof": "oj-c.Toolbar",
278
+ "id": "oj-c.Toolbar#event:ojToolbarAction",
279
+ "name": "ojToolbarAction",
280
+ "kind": "event",
281
+ "longname": "oj-c.Toolbar#event:ojToolbarAction",
282
+ "description": "Triggered when a toolbar item is clicked, whether by keyboard, mouse, or touch events. Detail indicates which toolbar item was clicked.",
283
+ "meta": {
284
+ "filename": "toolbar.tsx",
285
+ "path": "web/components/oj-c/toolbar"
286
+ },
287
+ "scope": "instance",
288
+ "properties": [
289
+ {
290
+ "name": "key",
291
+ "optional": false,
292
+ "type": {
293
+ "names": [
294
+ "string"
295
+ ]
296
+ }
297
+ }
298
+ ]
299
+ },
300
+ {
301
+ "memberof": "oj-c.Toolbar",
302
+ "id": "oj-c.Toolbar#event:ojToolbarSelection",
303
+ "name": "ojToolbarSelection",
304
+ "kind": "event",
305
+ "longname": "oj-c.Toolbar#event:ojToolbarSelection",
306
+ "description": "Triggered when a toolbar selection group item is clicked, whether by keyboard, mouse, or touch events. Detail indicates new selection value for group.",
307
+ "meta": {
308
+ "filename": "toolbar.tsx",
309
+ "path": "web/components/oj-c/toolbar"
310
+ },
311
+ "scope": "instance",
312
+ "properties": [
313
+ {
314
+ "name": "value",
315
+ "optional": false,
316
+ "type": {
317
+ "names": [
318
+ "any"
319
+ ]
320
+ },
321
+ "tstype": [
322
+ {
323
+ "target": "Type",
324
+ "value": "T",
325
+ "jsdocOverride": true,
326
+ "for": "value"
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "name": "toolbarSelectionGroupKey",
332
+ "optional": false,
333
+ "type": {
334
+ "names": [
335
+ "string"
336
+ ]
337
+ }
338
+ }
339
+ ]
340
+ },
341
+ {
342
+ "id": "oj-c.Toolbar.touchDoc",
343
+ "name": "touchDoc",
344
+ "kind": "member",
345
+ "longname": "oj-c.Toolbar.touchDoc",
346
+ "description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Navigate right</td>\n <td>\n <kbd>Right Arrow Key</kbd> or <kbd>Left Arrow Key(RTL)</kbd>\n </td>\n <td>Change focus to next item on the right</td>\n </tr>\n <tr>\n <td>Navigate left</td>\n <td>\n <kbd>Left Arrow Key</kbd> or <kbd>Right Arrow Key(RTL)</kbd>\n </td>\n <td>Change focus to next item on the left</td>\n </tr>\n </tbody>\n</table>",
347
+ "memberof": "oj-c.Toolbar",
348
+ "meta": {
349
+ "filename": "toolbar.tsx",
350
+ "path": "web/components/oj-c/toolbar"
351
+ },
352
+ "ojfragment": true
353
+ },
354
+ {
355
+ "id": "oj-c.Toolbar.keyboardDoc",
356
+ "name": "keyboardDoc",
357
+ "kind": "member",
358
+ "longname": "oj-c.Toolbar.keyboardDoc",
359
+ "description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Navigate right</td>\n <td>\n <kbd>Right Arrow Key</kbd> or <kbd>Left Arrow Key(RTL)</kbd>\n </td>\n <td>Change focus to next item on the right</td>\n </tr>\n <tr>\n <td>Navigate left</td>\n <td>\n <kbd>Left Arrow Key</kbd> or <kbd>Right Arrow Key(RTL)</kbd>\n </td>\n <td>Change focus to next item on the left</td>\n </tr>\n </tbody>\n</table>",
360
+ "memberof": "oj-c.Toolbar",
361
+ "meta": {
362
+ "filename": "toolbar.tsx",
363
+ "path": "web/components/oj-c/toolbar"
364
+ },
365
+ "ojfragment": true
366
+ },
367
+ {
368
+ "memberof": "oj-c.Toolbar",
369
+ "id": "oj-c.Toolbar.ToolbarButton",
370
+ "name": "ToolbarButton",
371
+ "kind": "typedef",
372
+ "longname": "oj-c.Toolbar.ToolbarButton",
373
+ "scope": "static",
374
+ "description": "Describes an oj-c-button item in the Toolbar.",
375
+ "type": {
376
+ "names": [
377
+ "Object"
378
+ ]
379
+ },
380
+ "meta": {
381
+ "filename": "toolbar.tsx",
382
+ "path": "web/components/oj-c/toolbar"
383
+ },
384
+ "properties": [
385
+ {
386
+ "name": "type",
387
+ "description": "Specifies the desired toolbar item.",
388
+ "optional": false,
389
+ "type": {
390
+ "names": [
391
+ "\"button\""
392
+ ]
393
+ }
394
+ },
395
+ {
396
+ "name": "key",
397
+ "description": "A unique key associated with the toolbar item.",
398
+ "optional": false,
399
+ "type": {
400
+ "names": [
401
+ "string"
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "name": "onAction",
407
+ "description": "Optional callback function associated with the toolbar item.",
408
+ "optional": true,
409
+ "type": {
410
+ "names": [
411
+ "function"
412
+ ]
413
+ }
414
+ },
415
+ {
416
+ "name": "display",
417
+ "description": "Display just the label, the icons, or all. Label is used as tooltip and should be set in all cases.",
418
+ "optional": true,
419
+ "type": {
420
+ "names": [
421
+ "\"all\"",
422
+ "\"label\"",
423
+ "\"icons\""
424
+ ]
425
+ },
426
+ "ojvalues": [
427
+ {
428
+ "name": "all",
429
+ "description": "Display both the label and icons.",
430
+ "displayName": "All",
431
+ "type": {
432
+ "names": [
433
+ "string"
434
+ ]
435
+ }
436
+ },
437
+ {
438
+ "name": "icons",
439
+ "description": "Display only the icons.",
440
+ "displayName": "Icons",
441
+ "type": {
442
+ "names": [
443
+ "string"
444
+ ]
445
+ }
446
+ },
447
+ {
448
+ "name": "label",
449
+ "description": "Display only the text label.",
450
+ "displayName": "label",
451
+ "type": {
452
+ "names": [
453
+ "string"
454
+ ]
455
+ }
456
+ }
457
+ ]
458
+ },
459
+ {
460
+ "name": "label",
461
+ "description": "Text to show in the button.",
462
+ "optional": false,
463
+ "type": {
464
+ "names": [
465
+ "string"
466
+ ]
467
+ }
468
+ },
469
+ {
470
+ "name": "disabled",
471
+ "description": "Specifies that the button element should be disabled.",
472
+ "optional": true,
473
+ "type": {
474
+ "names": [
475
+ "boolean"
476
+ ]
477
+ }
478
+ },
479
+ {
480
+ "name": "tooltip",
481
+ "description": "Text to show in the tooltip. This overrides the default tooltip that renders the label when in icon mode.",
482
+ "optional": true,
483
+ "type": {
484
+ "names": [
485
+ "string"
486
+ ]
487
+ }
488
+ },
489
+ {
490
+ "name": "chroming",
491
+ "description": "Indicates in what states the button has variants in background and border.",
492
+ "optional": true,
493
+ "type": {
494
+ "names": [
495
+ "\"solid\"",
496
+ "\"ghost\"",
497
+ "\"borderless\"",
498
+ "\"outlined\"",
499
+ "\"callToAction\"",
500
+ "\"danger\""
501
+ ]
502
+ },
503
+ "ojvalues": [
504
+ {
505
+ "name": "ghost",
506
+ "description": "Ghost buttons are the least prominent variation. Ghost buttons are useful for performing low-priority tasks, such as manipulating the UI.",
507
+ "displayName": "Ghost",
508
+ "type": {
509
+ "names": [
510
+ "string"
511
+ ]
512
+ }
513
+ },
514
+ {
515
+ "name": "borderless",
516
+ "description": "Borderless buttons are a more prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.",
517
+ "displayName": "Borderless",
518
+ "type": {
519
+ "names": [
520
+ "string"
521
+ ]
522
+ }
523
+ },
524
+ {
525
+ "name": "outlined",
526
+ "description": "Outlined buttons are salient, but lighter weight than solid buttons. Outlined buttons are useful for secondary actions.",
527
+ "displayName": "Outlined",
528
+ "type": {
529
+ "names": [
530
+ "string"
531
+ ]
532
+ }
533
+ },
534
+ {
535
+ "name": "solid",
536
+ "description": "Solid buttons stand out, and direct the user's attention to the most important actions in the UI.",
537
+ "displayName": "Solid",
538
+ "type": {
539
+ "names": [
540
+ "string"
541
+ ]
542
+ }
543
+ },
544
+ {
545
+ "name": "callToAction",
546
+ "description": "A Call To Action (CTA) button guides the user to take or complete the action that is the main goal of the page or page section. There should only be one CTA button on a page at any given time.",
547
+ "displayName": "Call To Action",
548
+ "type": {
549
+ "names": [
550
+ "string"
551
+ ]
552
+ }
553
+ },
554
+ {
555
+ "name": "danger",
556
+ "description": "A Danger button alerts the user to a dangerous situation.",
557
+ "displayName": "Danger",
558
+ "type": {
559
+ "names": [
560
+ "string"
561
+ ]
562
+ }
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "name": "startIcon",
568
+ "description": "Optional icon to render at the start of the button.",
569
+ "optional": true,
570
+ "type": {
571
+ "names": [
572
+ "object"
573
+ ]
574
+ },
575
+ "tstype": [
576
+ {
577
+ "target": "Type",
578
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
579
+ "jsdocOverride": true,
580
+ "for": "startIcon"
581
+ }
582
+ ]
583
+ },
584
+ {
585
+ "name": "endIcon",
586
+ "description": "Optional icon to render at the end of the button.",
587
+ "optional": true,
588
+ "type": {
589
+ "names": [
590
+ "object"
591
+ ]
592
+ },
593
+ "tstype": [
594
+ {
595
+ "target": "Type",
596
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
597
+ "jsdocOverride": true,
598
+ "for": "endIcon"
599
+ }
600
+ ]
601
+ }
602
+ ]
603
+ },
604
+ {
605
+ "memberof": "oj-c.Toolbar",
606
+ "id": "oj-c.Toolbar.MenuSeparator",
607
+ "name": "MenuSeparator",
608
+ "kind": "typedef",
609
+ "longname": "oj-c.Toolbar.MenuSeparator",
610
+ "scope": "static",
611
+ "description": "Specifies a menu separator: <code>{ type: \"separator\" }</code>.",
612
+ "type": {
613
+ "names": [
614
+ "Object"
615
+ ]
616
+ },
617
+ "meta": {
618
+ "filename": "toolbar.tsx",
619
+ "path": "web/components/oj-c/toolbar"
620
+ },
621
+ "properties": [
622
+ {
623
+ "name": "type",
624
+ "description": "Specifies a separator menu item.",
625
+ "optional": false,
626
+ "type": {
627
+ "names": [
628
+ "\"separator\"",
629
+ "\"divider\""
630
+ ]
631
+ },
632
+ "tsdeprecated": [
633
+ {
634
+ "type": "deprecated",
635
+ "since": "17.0.0",
636
+ "target": "propertyValue",
637
+ "value": [
638
+ "divider"
639
+ ],
640
+ "description": "Use 'separator' instead."
641
+ }
642
+ ]
643
+ }
644
+ ]
645
+ },
646
+ {
647
+ "memberof": "oj-c.Toolbar",
648
+ "id": "oj-c.Toolbar.MenuItem",
649
+ "name": "MenuItem",
650
+ "kind": "typedef",
651
+ "longname": "oj-c.Toolbar.MenuItem",
652
+ "scope": "static",
653
+ "description": "Specifies a standard menu item.",
654
+ "type": {
655
+ "names": [
656
+ "Object"
657
+ ]
658
+ },
659
+ "meta": {
660
+ "filename": "toolbar.tsx",
661
+ "path": "web/components/oj-c/toolbar"
662
+ },
663
+ "properties": [
664
+ {
665
+ "name": "type",
666
+ "description": "Specifies a standard menu item.",
667
+ "optional": true,
668
+ "type": {
669
+ "names": [
670
+ "\"item\""
671
+ ]
672
+ }
673
+ },
674
+ {
675
+ "name": "label",
676
+ "description": "The menu item label.",
677
+ "optional": false,
678
+ "type": {
679
+ "names": [
680
+ "string"
681
+ ]
682
+ }
683
+ },
684
+ {
685
+ "name": "key",
686
+ "description": "A unique key associated with the menu item.",
687
+ "optional": false,
688
+ "type": {
689
+ "names": [
690
+ "string"
691
+ ]
692
+ }
693
+ },
694
+ {
695
+ "name": "disabled",
696
+ "description": "Specifies if the menu item is disabled (enabled by default).",
697
+ "optional": true,
698
+ "type": {
699
+ "names": [
700
+ "boolean"
701
+ ]
702
+ }
703
+ },
704
+ {
705
+ "name": "onAction",
706
+ "description": "Optional callback function associated with the menu item.",
707
+ "optional": true,
708
+ "type": {
709
+ "names": [
710
+ "function"
711
+ ]
712
+ }
713
+ },
714
+ {
715
+ "name": "startIcon",
716
+ "description": "Optional icon to render at the start of the menu item.",
717
+ "optional": true,
718
+ "type": {
719
+ "names": [
720
+ "object"
721
+ ]
722
+ },
723
+ "tstype": [
724
+ {
725
+ "target": "Type",
726
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
727
+ "jsdocOverride": true,
728
+ "for": "startIcon"
729
+ }
730
+ ]
731
+ },
732
+ {
733
+ "name": "endIcon",
734
+ "description": "Optional icon to render at the end of the menu item.",
735
+ "optional": true,
736
+ "type": {
737
+ "names": [
738
+ "object"
739
+ ]
740
+ },
741
+ "tstype": [
742
+ {
743
+ "target": "Type",
744
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
745
+ "jsdocOverride": true,
746
+ "for": "endIcon"
747
+ }
748
+ ]
749
+ },
750
+ {
751
+ "name": "variant",
752
+ "description": "Specifies the menu item behavior.",
753
+ "optional": true,
754
+ "type": {
755
+ "names": [
756
+ "\"standard\"",
757
+ "\"destructive\""
758
+ ]
759
+ }
760
+ }
761
+ ]
762
+ },
763
+ {
764
+ "memberof": "oj-c.Toolbar",
765
+ "id": "oj-c.Toolbar.MenuSubMenu",
766
+ "name": "MenuSubMenu",
767
+ "kind": "typedef",
768
+ "longname": "oj-c.Toolbar.MenuSubMenu",
769
+ "scope": "static",
770
+ "description": "Specifies a menu item representing a submenu.",
771
+ "type": {
772
+ "names": [
773
+ "Object"
774
+ ]
775
+ },
776
+ "meta": {
777
+ "filename": "toolbar.tsx",
778
+ "path": "web/components/oj-c/toolbar"
779
+ },
780
+ "properties": [
781
+ {
782
+ "name": "key",
783
+ "description": "A unique key associated with the submenu menu item.",
784
+ "optional": true,
785
+ "type": {
786
+ "names": [
787
+ "string"
788
+ ]
789
+ }
790
+ },
791
+ {
792
+ "name": "type",
793
+ "description": "Specifies a submenu menu item.",
794
+ "optional": false,
795
+ "type": {
796
+ "names": [
797
+ "\"submenu\""
798
+ ]
799
+ }
800
+ },
801
+ {
802
+ "name": "label",
803
+ "description": "The submenu label.",
804
+ "optional": true,
805
+ "type": {
806
+ "names": [
807
+ "string"
808
+ ]
809
+ }
810
+ },
811
+ {
812
+ "name": "disabled",
813
+ "description": "Specifies if the submenu is disabled (enabled by default).",
814
+ "optional": true,
815
+ "type": {
816
+ "names": [
817
+ "boolean"
818
+ ]
819
+ }
820
+ },
821
+ {
822
+ "name": "startIcon",
823
+ "description": "Optional icon to render at the start of the submenu.",
824
+ "optional": true,
825
+ "type": {
826
+ "names": [
827
+ "string"
828
+ ]
829
+ }
830
+ },
831
+ {
832
+ "name": "items",
833
+ "description": "Specifies the array of menu items that make up the submenu.",
834
+ "optional": true,
835
+ "type": {
836
+ "names": [
837
+ "Array<object>"
838
+ ]
839
+ },
840
+ "tstype": [
841
+ {
842
+ "target": "Type",
843
+ "value": "Array<oj-c.Toolbar.MenuSeparator|oj-c.Toolbar.MenuItem|oj-c.Toolbar.MenuSubMenu|oj-c.Toolbar.MenuSelectSingle|oj-c.Toolbar.MenuSelectMultiple>",
844
+ "jsdocOverride": true,
845
+ "for": "items"
846
+ }
847
+ ]
848
+ }
849
+ ]
850
+ },
851
+ {
852
+ "memberof": "oj-c.Toolbar",
853
+ "id": "oj-c.Toolbar.MenuSelectItem",
854
+ "name": "MenuSelectItem",
855
+ "kind": "typedef",
856
+ "longname": "oj-c.Toolbar.MenuSelectItem",
857
+ "scope": "static",
858
+ "description": "Specifies a selectable item in a menu item.",
859
+ "type": {
860
+ "names": [
861
+ "Object"
862
+ ]
863
+ },
864
+ "meta": {
865
+ "filename": "toolbar.tsx",
866
+ "path": "web/components/oj-c/toolbar"
867
+ },
868
+ "properties": [
869
+ {
870
+ "name": "label",
871
+ "description": "The selectable item label.",
872
+ "optional": false,
873
+ "type": {
874
+ "names": [
875
+ "string"
876
+ ]
877
+ }
878
+ },
879
+ {
880
+ "name": "disabled",
881
+ "description": "Specifies if the selectable item is disabled (enabled by default).",
882
+ "optional": true,
883
+ "type": {
884
+ "names": [
885
+ "boolean"
886
+ ]
887
+ }
888
+ },
889
+ {
890
+ "name": "endIcon",
891
+ "description": "Optional icon to render at the end of the selectable item.",
892
+ "optional": true,
893
+ "type": {
894
+ "names": [
895
+ "object"
896
+ ]
897
+ },
898
+ "tstype": [
899
+ {
900
+ "target": "Type",
901
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
902
+ "jsdocOverride": true,
903
+ "for": "endIcon"
904
+ }
905
+ ]
906
+ },
907
+ {
908
+ "name": "value",
909
+ "description": "The value associated with the selectable item.",
910
+ "optional": false,
911
+ "type": {
912
+ "names": [
913
+ "string"
914
+ ]
915
+ }
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "memberof": "oj-c.Toolbar",
921
+ "id": "oj-c.Toolbar.MenuSelectSingle",
922
+ "name": "MenuSelectSingle",
923
+ "kind": "typedef",
924
+ "longname": "oj-c.Toolbar.MenuSelectSingle",
925
+ "scope": "static",
926
+ "description": "Specifies a menu item representing a select single.",
927
+ "type": {
928
+ "names": [
929
+ "Object"
930
+ ]
931
+ },
932
+ "meta": {
933
+ "filename": "toolbar.tsx",
934
+ "path": "web/components/oj-c/toolbar"
935
+ },
936
+ "properties": [
937
+ {
938
+ "name": "type",
939
+ "description": "Specifies a select single menu item.",
940
+ "optional": false,
941
+ "type": {
942
+ "names": [
943
+ "\"selectsingle\""
944
+ ]
945
+ }
946
+ },
947
+ {
948
+ "name": "key",
949
+ "description": "A unique key associated with the select single.",
950
+ "optional": false,
951
+ "type": {
952
+ "names": [
953
+ "string"
954
+ ]
955
+ }
956
+ },
957
+ {
958
+ "name": "items",
959
+ "description": "Specifies the array of select items that make up the select single.",
960
+ "optional": true,
961
+ "type": {
962
+ "names": [
963
+ "Array<object>"
964
+ ]
965
+ },
966
+ "tstype": [
967
+ {
968
+ "target": "Type",
969
+ "value": "Array<oj-c.Toolbar.MenuSelectItem>",
970
+ "jsdocOverride": true,
971
+ "for": "items"
972
+ }
973
+ ]
974
+ }
975
+ ]
976
+ },
977
+ {
978
+ "memberof": "oj-c.Toolbar",
979
+ "id": "oj-c.Toolbar.MenuSelectMultiple",
980
+ "name": "MenuSelectMultiple",
981
+ "kind": "typedef",
982
+ "longname": "oj-c.Toolbar.MenuSelectMultiple",
983
+ "scope": "static",
984
+ "description": "Specifies a menu item representing a select multiple.",
985
+ "type": {
986
+ "names": [
987
+ "Object"
988
+ ]
989
+ },
990
+ "meta": {
991
+ "filename": "toolbar.tsx",
992
+ "path": "web/components/oj-c/toolbar"
993
+ },
994
+ "properties": [
995
+ {
996
+ "name": "type",
997
+ "description": "Specifies a select multiple menu item.",
998
+ "optional": false,
999
+ "type": {
1000
+ "names": [
1001
+ "\"selectmultiple\""
1002
+ ]
1003
+ }
1004
+ },
1005
+ {
1006
+ "name": "key",
1007
+ "description": "A unique key associated with the select multiple.",
1008
+ "optional": false,
1009
+ "type": {
1010
+ "names": [
1011
+ "string"
1012
+ ]
1013
+ }
1014
+ },
1015
+ {
1016
+ "name": "items",
1017
+ "description": "Specifies the array of select items that make up the select multiple.",
1018
+ "optional": true,
1019
+ "type": {
1020
+ "names": [
1021
+ "Array<object>"
1022
+ ]
1023
+ },
1024
+ "tstype": [
1025
+ {
1026
+ "target": "Type",
1027
+ "value": "Array<oj-c.Toolbar.MenuSelectItem>",
1028
+ "jsdocOverride": true,
1029
+ "for": "items"
1030
+ }
1031
+ ]
1032
+ }
1033
+ ]
1034
+ },
1035
+ {
1036
+ "memberof": "oj-c.Toolbar",
1037
+ "id": "oj-c.Toolbar.ToolbarMenuButton",
1038
+ "name": "ToolbarMenuButton",
1039
+ "kind": "typedef",
1040
+ "longname": "oj-c.Toolbar.ToolbarMenuButton",
1041
+ "scope": "static",
1042
+ "description": "Describes an oj-c-menu-button item in the Toolbar.",
1043
+ "type": {
1044
+ "names": [
1045
+ "Object"
1046
+ ]
1047
+ },
1048
+ "meta": {
1049
+ "filename": "toolbar.tsx",
1050
+ "path": "web/components/oj-c/toolbar"
1051
+ },
1052
+ "properties": [
1053
+ {
1054
+ "name": "type",
1055
+ "description": "Specifies the desired toolbar item.",
1056
+ "optional": false,
1057
+ "type": {
1058
+ "names": [
1059
+ "\"menu-button\""
1060
+ ]
1061
+ }
1062
+ },
1063
+ {
1064
+ "name": "display",
1065
+ "description": "Display just the label, the icons, or all. Label is used as tooltip and should be set in all cases.",
1066
+ "optional": true,
1067
+ "type": {
1068
+ "names": [
1069
+ "\"all\"",
1070
+ "\"label\"",
1071
+ "\"icons\""
1072
+ ]
1073
+ },
1074
+ "ojvalues": [
1075
+ {
1076
+ "name": "all",
1077
+ "description": "Display both the label and icons.",
1078
+ "displayName": "All",
1079
+ "type": {
1080
+ "names": [
1081
+ "string"
1082
+ ]
1083
+ }
1084
+ },
1085
+ {
1086
+ "name": "icons",
1087
+ "description": "Display only the icons.",
1088
+ "displayName": "Icons",
1089
+ "type": {
1090
+ "names": [
1091
+ "string"
1092
+ ]
1093
+ }
1094
+ },
1095
+ {
1096
+ "name": "label",
1097
+ "description": "Display only the text label.",
1098
+ "displayName": "label",
1099
+ "type": {
1100
+ "names": [
1101
+ "string"
1102
+ ]
1103
+ }
1104
+ }
1105
+ ]
1106
+ },
1107
+ {
1108
+ "name": "label",
1109
+ "description": "Text to show in the button.",
1110
+ "optional": false,
1111
+ "type": {
1112
+ "names": [
1113
+ "string"
1114
+ ]
1115
+ }
1116
+ },
1117
+ {
1118
+ "name": "disabled",
1119
+ "description": "Specifies that the button element should be disabled.",
1120
+ "optional": true,
1121
+ "type": {
1122
+ "names": [
1123
+ "boolean"
1124
+ ]
1125
+ }
1126
+ },
1127
+ {
1128
+ "name": "tooltip",
1129
+ "description": "Text to show in the tooltip. This overrides the default tooltip that renders the label when in icon mode.",
1130
+ "optional": true,
1131
+ "type": {
1132
+ "names": [
1133
+ "string"
1134
+ ]
1135
+ }
1136
+ },
1137
+ {
1138
+ "name": "items",
1139
+ "description": "Items describe the menu items rendered by the menu button.",
1140
+ "optional": true,
1141
+ "type": {
1142
+ "names": [
1143
+ "Array<object>"
1144
+ ]
1145
+ },
1146
+ "tstype": [
1147
+ {
1148
+ "target": "Type",
1149
+ "value": "Array<oj-c.Toolbar.MenuSeparator|oj-c.Toolbar.MenuItem|oj-c.Toolbar.MenuSubMenu|oj-c.Toolbar.MenuSelectSingle|oj-c.Toolbar.MenuSelectMultiple>",
1150
+ "jsdocOverride": true,
1151
+ "for": "items"
1152
+ }
1153
+ ]
1154
+ },
1155
+ {
1156
+ "name": "chroming",
1157
+ "description": "Indicates in what states the button has chromings in background and border.",
1158
+ "optional": true,
1159
+ "type": {
1160
+ "names": [
1161
+ "\"solid\"",
1162
+ "\"ghost\"",
1163
+ "\"borderless\"",
1164
+ "\"outlined\""
1165
+ ]
1166
+ },
1167
+ "ojvalues": [
1168
+ {
1169
+ "name": "ghost",
1170
+ "description": "Ghost buttons are the least prominent variation. Ghost buttons are useful for performing low-priority tasks, such as manipulating the UI.",
1171
+ "displayName": "Ghost",
1172
+ "type": {
1173
+ "names": [
1174
+ "string"
1175
+ ]
1176
+ }
1177
+ },
1178
+ {
1179
+ "name": "borderless",
1180
+ "description": "Borderless buttons are a more prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.",
1181
+ "displayName": "Borderless",
1182
+ "type": {
1183
+ "names": [
1184
+ "string"
1185
+ ]
1186
+ }
1187
+ },
1188
+ {
1189
+ "name": "outlined",
1190
+ "description": "Outlined buttons are salient, but lighter weight than solid buttons. Outlined buttons are useful for secondary actions.",
1191
+ "displayName": "Outlined",
1192
+ "type": {
1193
+ "names": [
1194
+ "string"
1195
+ ]
1196
+ }
1197
+ },
1198
+ {
1199
+ "name": "solid",
1200
+ "description": "Solid buttons stand out, and direct the user's attention to the most important actions in the UI.",
1201
+ "displayName": "Solid",
1202
+ "type": {
1203
+ "names": [
1204
+ "string"
1205
+ ]
1206
+ }
1207
+ }
1208
+ ]
1209
+ },
1210
+ {
1211
+ "name": "suffix",
1212
+ "description": "Suffix appended to menu label to indicate last selection.",
1213
+ "optional": true,
1214
+ "type": {
1215
+ "names": [
1216
+ "string"
1217
+ ]
1218
+ }
1219
+ },
1220
+ {
1221
+ "name": "startIcon",
1222
+ "description": "Optional icon to render at the start of the button.",
1223
+ "optional": true,
1224
+ "type": {
1225
+ "names": [
1226
+ "object"
1227
+ ]
1228
+ },
1229
+ "tstype": [
1230
+ {
1231
+ "target": "Type",
1232
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
1233
+ "jsdocOverride": true,
1234
+ "for": "startIcon"
1235
+ }
1236
+ ]
1237
+ },
1238
+ {
1239
+ "name": "endIcon",
1240
+ "description": "Optional icon to render at the end of the button.",
1241
+ "optional": true,
1242
+ "type": {
1243
+ "names": [
1244
+ "object"
1245
+ ]
1246
+ },
1247
+ "tstype": [
1248
+ {
1249
+ "target": "Type",
1250
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
1251
+ "jsdocOverride": true,
1252
+ "for": "endIcon"
1253
+ }
1254
+ ]
1255
+ }
1256
+ ]
1257
+ },
1258
+ {
1259
+ "memberof": "oj-c.Toolbar",
1260
+ "id": "oj-c.Toolbar.ToolbarSplitMenuButton",
1261
+ "name": "ToolbarSplitMenuButton",
1262
+ "kind": "typedef",
1263
+ "longname": "oj-c.Toolbar.ToolbarSplitMenuButton",
1264
+ "scope": "static",
1265
+ "description": "Describes an oj-c-split-menu-button item in the Toolbar.",
1266
+ "type": {
1267
+ "names": [
1268
+ "Object"
1269
+ ]
1270
+ },
1271
+ "meta": {
1272
+ "filename": "toolbar.tsx",
1273
+ "path": "web/components/oj-c/toolbar"
1274
+ },
1275
+ "properties": [
1276
+ {
1277
+ "name": "type",
1278
+ "description": "Specifies the desired toolbar item.",
1279
+ "optional": false,
1280
+ "type": {
1281
+ "names": [
1282
+ "\"split-menu-button\""
1283
+ ]
1284
+ }
1285
+ },
1286
+ {
1287
+ "name": "key",
1288
+ "description": "A unique key associated with the toolbar item.",
1289
+ "optional": false,
1290
+ "type": {
1291
+ "names": [
1292
+ "string"
1293
+ ]
1294
+ }
1295
+ },
1296
+ {
1297
+ "name": "onAction",
1298
+ "description": "Optional callback function associated with the toolbar item.",
1299
+ "optional": true,
1300
+ "type": {
1301
+ "names": [
1302
+ "function"
1303
+ ]
1304
+ }
1305
+ },
1306
+ {
1307
+ "name": "label",
1308
+ "description": "Text to show in the button.",
1309
+ "optional": false,
1310
+ "type": {
1311
+ "names": [
1312
+ "string"
1313
+ ]
1314
+ }
1315
+ },
1316
+ {
1317
+ "name": "disabled",
1318
+ "description": "Specifies that the button element should be disabled.",
1319
+ "optional": true,
1320
+ "type": {
1321
+ "names": [
1322
+ "boolean"
1323
+ ]
1324
+ }
1325
+ },
1326
+ {
1327
+ "name": "tooltip",
1328
+ "description": "Text to show in the tooltip.",
1329
+ "optional": true,
1330
+ "type": {
1331
+ "names": [
1332
+ "string"
1333
+ ]
1334
+ }
1335
+ },
1336
+ {
1337
+ "name": "items",
1338
+ "description": "Items describe the menu items rendered by the menu button.",
1339
+ "optional": true,
1340
+ "type": {
1341
+ "names": [
1342
+ "Array<object>"
1343
+ ]
1344
+ },
1345
+ "tstype": [
1346
+ {
1347
+ "target": "Type",
1348
+ "value": "Array<oj-c.Toolbar.MenuSeparator|oj-c.Toolbar.MenuItem>",
1349
+ "jsdocOverride": true,
1350
+ "for": "items"
1351
+ }
1352
+ ]
1353
+ },
1354
+ {
1355
+ "name": "chroming",
1356
+ "description": "Indicates in what states the button has chromings in background and border.",
1357
+ "optional": true,
1358
+ "type": {
1359
+ "names": [
1360
+ "\"solid\"",
1361
+ "\"outlined\"",
1362
+ "\"callToAction\""
1363
+ ]
1364
+ },
1365
+ "ojvalues": [
1366
+ {
1367
+ "name": "outlined",
1368
+ "description": "Outlined buttons are salient, but lighter weight than solid buttons. Outlined buttons are useful for secondary actions.",
1369
+ "displayName": "Outlined",
1370
+ "type": {
1371
+ "names": [
1372
+ "string"
1373
+ ]
1374
+ }
1375
+ },
1376
+ {
1377
+ "name": "solid",
1378
+ "description": "Solid buttons stand out, and direct the user's attention to the most important actions in the UI.",
1379
+ "displayName": "Solid",
1380
+ "type": {
1381
+ "names": [
1382
+ "string"
1383
+ ]
1384
+ }
1385
+ },
1386
+ {
1387
+ "name": "callToAction",
1388
+ "description": "A Call To Action (CTA) button guides the user to take or complete the action that is the main goal of the page or page section. There should only be one CTA button on a page at any given time.",
1389
+ "displayName": "Call To Action",
1390
+ "type": {
1391
+ "names": [
1392
+ "string"
1393
+ ]
1394
+ }
1395
+ }
1396
+ ]
1397
+ }
1398
+ ]
1399
+ },
1400
+ {
1401
+ "memberof": "oj-c.Toolbar",
1402
+ "id": "oj-c.Toolbar.ToggleItem",
1403
+ "name": "ToggleItem",
1404
+ "kind": "typedef",
1405
+ "longname": "oj-c.Toolbar.ToggleItem",
1406
+ "scope": "static",
1407
+ "description": "",
1408
+ "type": {
1409
+ "names": [
1410
+ "Object"
1411
+ ]
1412
+ },
1413
+ "meta": {
1414
+ "filename": "toolbar.tsx",
1415
+ "path": "web/components/oj-c/toolbar"
1416
+ },
1417
+ "properties": [
1418
+ {
1419
+ "name": "label",
1420
+ "description": "The toggle item label.",
1421
+ "optional": false,
1422
+ "type": {
1423
+ "names": [
1424
+ "string"
1425
+ ]
1426
+ }
1427
+ },
1428
+ {
1429
+ "name": "value",
1430
+ "description": "The toggle item value.",
1431
+ "optional": false,
1432
+ "type": {
1433
+ "names": [
1434
+ "string"
1435
+ ]
1436
+ }
1437
+ },
1438
+ {
1439
+ "name": "disabled",
1440
+ "description": "Specifies if the toggle item is disabled (enabled by default).",
1441
+ "optional": true,
1442
+ "type": {
1443
+ "names": [
1444
+ "boolean"
1445
+ ]
1446
+ }
1447
+ },
1448
+ {
1449
+ "name": "startIcon",
1450
+ "description": "Optional icon to render at the start of the toggle item.",
1451
+ "optional": true,
1452
+ "type": {
1453
+ "names": [
1454
+ "object"
1455
+ ]
1456
+ },
1457
+ "tstype": [
1458
+ {
1459
+ "target": "Type",
1460
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
1461
+ "jsdocOverride": true,
1462
+ "for": "startIcon"
1463
+ }
1464
+ ]
1465
+ },
1466
+ {
1467
+ "name": "endIcon",
1468
+ "description": "Optional icon to render at the end of the toggle item.",
1469
+ "optional": true,
1470
+ "type": {
1471
+ "names": [
1472
+ "object"
1473
+ ]
1474
+ },
1475
+ "tstype": [
1476
+ {
1477
+ "target": "Type",
1478
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
1479
+ "jsdocOverride": true,
1480
+ "for": "endIcon"
1481
+ }
1482
+ ]
1483
+ }
1484
+ ]
1485
+ },
1486
+ {
1487
+ "memberof": "oj-c.Toolbar",
1488
+ "id": "oj-c.Toolbar.ToolbarButtonsetSingle",
1489
+ "name": "ToolbarButtonsetSingle",
1490
+ "kind": "typedef",
1491
+ "longname": "oj-c.Toolbar.ToolbarButtonsetSingle",
1492
+ "scope": "static",
1493
+ "description": "Describes an oj-c-buttonset-single item in the Toolbar.",
1494
+ "type": {
1495
+ "names": [
1496
+ "Object"
1497
+ ]
1498
+ },
1499
+ "meta": {
1500
+ "filename": "toolbar.tsx",
1501
+ "path": "web/components/oj-c/toolbar"
1502
+ },
1503
+ "properties": [
1504
+ {
1505
+ "name": "type",
1506
+ "description": "Specifies the desired toolbar item.",
1507
+ "optional": false,
1508
+ "type": {
1509
+ "names": [
1510
+ "\"buttonset-single\""
1511
+ ]
1512
+ }
1513
+ },
1514
+ {
1515
+ "name": "key",
1516
+ "description": "A unique key associated with the toolbar item.",
1517
+ "optional": false,
1518
+ "type": {
1519
+ "names": [
1520
+ "string"
1521
+ ]
1522
+ }
1523
+ },
1524
+ {
1525
+ "name": "display",
1526
+ "description": "Display just the label, the icons, or all.",
1527
+ "optional": true,
1528
+ "type": {
1529
+ "names": [
1530
+ "\"all\"",
1531
+ "\"label\"",
1532
+ "\"icons\""
1533
+ ]
1534
+ },
1535
+ "ojvalues": [
1536
+ {
1537
+ "name": "all",
1538
+ "description": "Display both the label and icons.",
1539
+ "displayName": "All",
1540
+ "type": {
1541
+ "names": [
1542
+ "string"
1543
+ ]
1544
+ }
1545
+ },
1546
+ {
1547
+ "name": "icons",
1548
+ "description": "Display only the icons.",
1549
+ "displayName": "Icons",
1550
+ "type": {
1551
+ "names": [
1552
+ "string"
1553
+ ]
1554
+ }
1555
+ },
1556
+ {
1557
+ "name": "label",
1558
+ "description": "Display only the text label.",
1559
+ "displayName": "label",
1560
+ "type": {
1561
+ "names": [
1562
+ "string"
1563
+ ]
1564
+ }
1565
+ }
1566
+ ]
1567
+ },
1568
+ {
1569
+ "name": "disabled",
1570
+ "description": "Specifies that the buttonset should be disabled.",
1571
+ "optional": true,
1572
+ "type": {
1573
+ "names": [
1574
+ "boolean"
1575
+ ]
1576
+ }
1577
+ },
1578
+ {
1579
+ "name": "items",
1580
+ "description": "Specifies the toggle buttons rendered by the buttonset.",
1581
+ "optional": true,
1582
+ "type": {
1583
+ "names": [
1584
+ "Array<object>"
1585
+ ]
1586
+ },
1587
+ "tstype": [
1588
+ {
1589
+ "target": "Type",
1590
+ "value": "Array<oj-c.Toolbar.ToggleItem>",
1591
+ "jsdocOverride": true,
1592
+ "for": "items"
1593
+ }
1594
+ ]
1595
+ },
1596
+ {
1597
+ "name": "chroming",
1598
+ "description": "Indicates in what states the button has chromings in background and border.",
1599
+ "optional": true,
1600
+ "type": {
1601
+ "names": [
1602
+ "\"borderless\"",
1603
+ "\"outlined\""
1604
+ ]
1605
+ },
1606
+ "ojvalues": [
1607
+ {
1608
+ "name": "borderless",
1609
+ "description": "Borderless buttons are a less prominent variation.",
1610
+ "displayName": "Borderless",
1611
+ "type": {
1612
+ "names": [
1613
+ "string"
1614
+ ]
1615
+ }
1616
+ },
1617
+ {
1618
+ "name": "outlined",
1619
+ "description": "Outlined buttons are a more prominent variation.",
1620
+ "displayName": "Outlined",
1621
+ "type": {
1622
+ "names": [
1623
+ "string"
1624
+ ]
1625
+ }
1626
+ }
1627
+ ]
1628
+ }
1629
+ ]
1630
+ },
1631
+ {
1632
+ "memberof": "oj-c.Toolbar",
1633
+ "id": "oj-c.Toolbar.ToolbarButtonsetMultiple",
1634
+ "name": "ToolbarButtonsetMultiple",
1635
+ "kind": "typedef",
1636
+ "longname": "oj-c.Toolbar.ToolbarButtonsetMultiple",
1637
+ "scope": "static",
1638
+ "description": "Describes an oj-c-buttonset-multiple item in the Toolbar.",
1639
+ "type": {
1640
+ "names": [
1641
+ "Object"
1642
+ ]
1643
+ },
1644
+ "meta": {
1645
+ "filename": "toolbar.tsx",
1646
+ "path": "web/components/oj-c/toolbar"
1647
+ },
1648
+ "properties": [
1649
+ {
1650
+ "name": "type",
1651
+ "description": "Specifies the desired toolbar item.",
1652
+ "optional": false,
1653
+ "type": {
1654
+ "names": [
1655
+ "\"buttonset-multiple\""
1656
+ ]
1657
+ }
1658
+ },
1659
+ {
1660
+ "name": "key",
1661
+ "description": "A unique key associated with the toolbar item.",
1662
+ "optional": false,
1663
+ "type": {
1664
+ "names": [
1665
+ "string"
1666
+ ]
1667
+ }
1668
+ },
1669
+ {
1670
+ "name": "display",
1671
+ "description": "Display just the label, the icons, or all.",
1672
+ "optional": true,
1673
+ "type": {
1674
+ "names": [
1675
+ "\"all\"",
1676
+ "\"label\"",
1677
+ "\"icons\""
1678
+ ]
1679
+ },
1680
+ "ojvalues": [
1681
+ {
1682
+ "name": "all",
1683
+ "description": "Display both the label and icons.",
1684
+ "displayName": "All",
1685
+ "type": {
1686
+ "names": [
1687
+ "string"
1688
+ ]
1689
+ }
1690
+ },
1691
+ {
1692
+ "name": "icons",
1693
+ "description": "Display only the icons.",
1694
+ "displayName": "Icons",
1695
+ "type": {
1696
+ "names": [
1697
+ "string"
1698
+ ]
1699
+ }
1700
+ },
1701
+ {
1702
+ "name": "label",
1703
+ "description": "Display only the text label.",
1704
+ "displayName": "label",
1705
+ "type": {
1706
+ "names": [
1707
+ "string"
1708
+ ]
1709
+ }
1710
+ }
1711
+ ]
1712
+ },
1713
+ {
1714
+ "name": "disabled",
1715
+ "description": "Specifies that the buttonset should be disabled.",
1716
+ "optional": true,
1717
+ "type": {
1718
+ "names": [
1719
+ "boolean"
1720
+ ]
1721
+ }
1722
+ },
1723
+ {
1724
+ "name": "items",
1725
+ "description": "Specifies the toggle buttons rendered by the buttonset.",
1726
+ "optional": true,
1727
+ "type": {
1728
+ "names": [
1729
+ "Array<object>"
1730
+ ]
1731
+ },
1732
+ "tstype": [
1733
+ {
1734
+ "target": "Type",
1735
+ "value": "Array<oj-c.Toolbar.ToggleItem>",
1736
+ "jsdocOverride": true,
1737
+ "for": "items"
1738
+ }
1739
+ ]
1740
+ },
1741
+ {
1742
+ "name": "chroming",
1743
+ "description": "Indicates in what states the button has chromings in background and border.",
1744
+ "optional": true,
1745
+ "type": {
1746
+ "names": [
1747
+ "\"borderless\"",
1748
+ "\"outlined\""
1749
+ ]
1750
+ },
1751
+ "ojvalues": [
1752
+ {
1753
+ "name": "borderless",
1754
+ "description": "Borderless buttons are a less prominent variation.",
1755
+ "displayName": "Borderless",
1756
+ "type": {
1757
+ "names": [
1758
+ "string"
1759
+ ]
1760
+ }
1761
+ },
1762
+ {
1763
+ "name": "outlined",
1764
+ "description": "Outlined buttons are a more prominent variation.",
1765
+ "displayName": "Outlined",
1766
+ "type": {
1767
+ "names": [
1768
+ "string"
1769
+ ]
1770
+ }
1771
+ }
1772
+ ]
1773
+ }
1774
+ ]
1775
+ },
1776
+ {
1777
+ "memberof": "oj-c.Toolbar",
1778
+ "id": "oj-c.Toolbar.ToolbarToggleButton",
1779
+ "name": "ToolbarToggleButton",
1780
+ "kind": "typedef",
1781
+ "longname": "oj-c.Toolbar.ToolbarToggleButton",
1782
+ "scope": "static",
1783
+ "description": "Describes an oj-c-toggle-button item in the Toolbar.",
1784
+ "type": {
1785
+ "names": [
1786
+ "Object"
1787
+ ]
1788
+ },
1789
+ "meta": {
1790
+ "filename": "toolbar.tsx",
1791
+ "path": "web/components/oj-c/toolbar"
1792
+ },
1793
+ "properties": [
1794
+ {
1795
+ "name": "type",
1796
+ "description": "Specifies the desired toolbar item.",
1797
+ "optional": false,
1798
+ "type": {
1799
+ "names": [
1800
+ "\"toggle-button\""
1801
+ ]
1802
+ }
1803
+ },
1804
+ {
1805
+ "name": "key",
1806
+ "description": "A unique key associated with the toolbar item.",
1807
+ "optional": false,
1808
+ "type": {
1809
+ "names": [
1810
+ "string"
1811
+ ]
1812
+ }
1813
+ },
1814
+ {
1815
+ "name": "display",
1816
+ "description": "Display just the label, the icons, or all. Label is used as tooltip and should be set in all cases.",
1817
+ "optional": true,
1818
+ "type": {
1819
+ "names": [
1820
+ "\"all\"",
1821
+ "\"label\"",
1822
+ "\"icons\""
1823
+ ]
1824
+ },
1825
+ "ojvalues": [
1826
+ {
1827
+ "name": "all",
1828
+ "description": "Display both the label and icons.",
1829
+ "displayName": "All",
1830
+ "type": {
1831
+ "names": [
1832
+ "string"
1833
+ ]
1834
+ }
1835
+ },
1836
+ {
1837
+ "name": "icons",
1838
+ "description": "Display only the icons.",
1839
+ "displayName": "Icons",
1840
+ "type": {
1841
+ "names": [
1842
+ "string"
1843
+ ]
1844
+ }
1845
+ },
1846
+ {
1847
+ "name": "label",
1848
+ "description": "Display only the text label.",
1849
+ "displayName": "label",
1850
+ "type": {
1851
+ "names": [
1852
+ "string"
1853
+ ]
1854
+ }
1855
+ }
1856
+ ]
1857
+ },
1858
+ {
1859
+ "name": "label",
1860
+ "description": "Text to show in the button.",
1861
+ "optional": false,
1862
+ "type": {
1863
+ "names": [
1864
+ "string"
1865
+ ]
1866
+ }
1867
+ },
1868
+ {
1869
+ "name": "disabled",
1870
+ "description": "Specifies that the button element should be disabled.",
1871
+ "optional": true,
1872
+ "type": {
1873
+ "names": [
1874
+ "boolean"
1875
+ ]
1876
+ }
1877
+ },
1878
+ {
1879
+ "name": "tooltip",
1880
+ "description": "Text to show in the tooltip. This overrides the default tooltip that renders the label when in icon mode.",
1881
+ "optional": true,
1882
+ "type": {
1883
+ "names": [
1884
+ "string"
1885
+ ]
1886
+ }
1887
+ },
1888
+ {
1889
+ "name": "chroming",
1890
+ "description": "Indicates in what states the button has variants in background and border.",
1891
+ "optional": true,
1892
+ "type": {
1893
+ "names": [
1894
+ "\"borderless\"",
1895
+ "\"outlined\""
1896
+ ]
1897
+ },
1898
+ "ojvalues": [
1899
+ {
1900
+ "name": "borderless",
1901
+ "description": "Borderless buttons are a less prominent variation.",
1902
+ "displayName": "Borderless",
1903
+ "type": {
1904
+ "names": [
1905
+ "string"
1906
+ ]
1907
+ }
1908
+ },
1909
+ {
1910
+ "name": "outlined",
1911
+ "description": "Outlined buttons are a more prominent variation.",
1912
+ "displayName": "Outlined",
1913
+ "type": {
1914
+ "names": [
1915
+ "string"
1916
+ ]
1917
+ }
1918
+ }
1919
+ ]
1920
+ },
1921
+ {
1922
+ "name": "startIcon",
1923
+ "description": "Optional icon to render at the start of the button.",
1924
+ "optional": true,
1925
+ "type": {
1926
+ "names": [
1927
+ "object"
1928
+ ]
1929
+ },
1930
+ "tstype": [
1931
+ {
1932
+ "target": "Type",
1933
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
1934
+ "jsdocOverride": true,
1935
+ "for": "startIcon"
1936
+ }
1937
+ ]
1938
+ },
1939
+ {
1940
+ "name": "endIcon",
1941
+ "description": "Optional icon to render at the end of the button.",
1942
+ "optional": true,
1943
+ "type": {
1944
+ "names": [
1945
+ "object"
1946
+ ]
1947
+ },
1948
+ "tstype": [
1949
+ {
1950
+ "target": "Type",
1951
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
1952
+ "jsdocOverride": true,
1953
+ "for": "endIcon"
1954
+ }
1955
+ ]
1956
+ }
1957
+ ]
1958
+ },
1959
+ {
1960
+ "memberof": "oj-c.Toolbar",
1961
+ "id": "oj-c.Toolbar.ToolbarProgressButton",
1962
+ "name": "ToolbarProgressButton",
1963
+ "kind": "typedef",
1964
+ "longname": "oj-c.Toolbar.ToolbarProgressButton",
1965
+ "scope": "static",
1966
+ "description": "Describes an oj-c-progress-button item in the Toolbar.",
1967
+ "type": {
1968
+ "names": [
1969
+ "Object"
1970
+ ]
1971
+ },
1972
+ "meta": {
1973
+ "filename": "toolbar.tsx",
1974
+ "path": "web/components/oj-c/toolbar"
1975
+ },
1976
+ "properties": [
1977
+ {
1978
+ "name": "type",
1979
+ "description": "Specifies the desired toolbar item.",
1980
+ "optional": false,
1981
+ "type": {
1982
+ "names": [
1983
+ "\"progress-button\""
1984
+ ]
1985
+ }
1986
+ },
1987
+ {
1988
+ "name": "key",
1989
+ "description": "A unique key associated with the toolbar item.",
1990
+ "optional": false,
1991
+ "type": {
1992
+ "names": [
1993
+ "string"
1994
+ ]
1995
+ }
1996
+ },
1997
+ {
1998
+ "name": "onAction",
1999
+ "description": "Optional callback function associated with the toolbar item.",
2000
+ "optional": true,
2001
+ "type": {
2002
+ "names": [
2003
+ "function"
2004
+ ]
2005
+ }
2006
+ },
2007
+ {
2008
+ "name": "display",
2009
+ "description": "Display just the label, the icons, or all. Label is used as tooltip and should be set in all cases.",
2010
+ "optional": true,
2011
+ "type": {
2012
+ "names": [
2013
+ "\"all\"",
2014
+ "\"label\"",
2015
+ "\"icons\""
2016
+ ]
2017
+ },
2018
+ "ojvalues": [
2019
+ {
2020
+ "name": "all",
2021
+ "description": "Display both the label and icons.",
2022
+ "displayName": "All",
2023
+ "type": {
2024
+ "names": [
2025
+ "string"
2026
+ ]
2027
+ }
2028
+ },
2029
+ {
2030
+ "name": "icons",
2031
+ "description": "Display only the icons.",
2032
+ "displayName": "Icons",
2033
+ "type": {
2034
+ "names": [
2035
+ "string"
2036
+ ]
2037
+ }
2038
+ },
2039
+ {
2040
+ "name": "label",
2041
+ "description": "Display only the text label.",
2042
+ "displayName": "label",
2043
+ "type": {
2044
+ "names": [
2045
+ "string"
2046
+ ]
2047
+ }
2048
+ }
2049
+ ]
2050
+ },
2051
+ {
2052
+ "name": "label",
2053
+ "description": "Text to show in the button or as tooltip for icon mode.",
2054
+ "optional": false,
2055
+ "type": {
2056
+ "names": [
2057
+ "string"
2058
+ ]
2059
+ }
2060
+ },
2061
+ {
2062
+ "name": "disabled",
2063
+ "description": "Specifies that the button element should be disabled.",
2064
+ "optional": true,
2065
+ "type": {
2066
+ "names": [
2067
+ "boolean"
2068
+ ]
2069
+ }
2070
+ },
2071
+ {
2072
+ "name": "tooltip",
2073
+ "description": "Text to show in the tooltip. This overrides the default tooltip that renders the label when in icon mode.",
2074
+ "optional": true,
2075
+ "type": {
2076
+ "names": [
2077
+ "string"
2078
+ ]
2079
+ }
2080
+ },
2081
+ {
2082
+ "name": "isLoading",
2083
+ "description": "Specifies if progress should be shown.",
2084
+ "optional": true,
2085
+ "type": {
2086
+ "names": [
2087
+ "boolean"
2088
+ ]
2089
+ }
2090
+ },
2091
+ {
2092
+ "name": "chroming",
2093
+ "description": "Indicates in what states the button has variants in background and border.",
2094
+ "optional": true,
2095
+ "type": {
2096
+ "names": [
2097
+ "\"solid\"",
2098
+ "\"borderless\"",
2099
+ "\"outlined\"",
2100
+ "\"callToAction\""
2101
+ ]
2102
+ },
2103
+ "ojvalues": [
2104
+ {
2105
+ "name": "borderless",
2106
+ "description": "Borderless buttons are a more prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.",
2107
+ "displayName": "Borderless",
2108
+ "type": {
2109
+ "names": [
2110
+ "string"
2111
+ ]
2112
+ }
2113
+ },
2114
+ {
2115
+ "name": "outlined",
2116
+ "description": "Outlined buttons are salient, but lighter weight than solid buttons. Outlined buttons are useful for secondary actions.",
2117
+ "displayName": "Outlined",
2118
+ "type": {
2119
+ "names": [
2120
+ "string"
2121
+ ]
2122
+ }
2123
+ },
2124
+ {
2125
+ "name": "solid",
2126
+ "description": "Solid buttons stand out, and direct the user's attention to the most important actions in the UI.",
2127
+ "displayName": "Solid",
2128
+ "type": {
2129
+ "names": [
2130
+ "string"
2131
+ ]
2132
+ }
2133
+ },
2134
+ {
2135
+ "name": "callToAction",
2136
+ "description": "A Call To Action (CTA) button guides the user to take or complete the action that is the main goal of the page or page section. There should only be one CTA button on a page at any given time.",
2137
+ "displayName": "Call To Action",
2138
+ "type": {
2139
+ "names": [
2140
+ "string"
2141
+ ]
2142
+ }
2143
+ }
2144
+ ]
2145
+ },
2146
+ {
2147
+ "name": "startIcon",
2148
+ "description": "Optional icon to render at the start of the button.",
2149
+ "optional": true,
2150
+ "type": {
2151
+ "names": [
2152
+ "object"
2153
+ ]
2154
+ },
2155
+ "tstype": [
2156
+ {
2157
+ "target": "Type",
2158
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
2159
+ "jsdocOverride": true,
2160
+ "for": "startIcon"
2161
+ }
2162
+ ]
2163
+ },
2164
+ {
2165
+ "name": "endIcon",
2166
+ "description": "Optional icon to render at the end of the button.",
2167
+ "optional": true,
2168
+ "type": {
2169
+ "names": [
2170
+ "object"
2171
+ ]
2172
+ },
2173
+ "tstype": [
2174
+ {
2175
+ "target": "Type",
2176
+ "value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
2177
+ "jsdocOverride": true,
2178
+ "for": "endIcon"
2179
+ }
2180
+ ]
2181
+ }
2182
+ ]
2183
+ },
2184
+ {
2185
+ "memberof": "oj-c.Toolbar",
2186
+ "id": "oj-c.Toolbar.ToolbarSeparator",
2187
+ "name": "ToolbarSeparator",
2188
+ "kind": "typedef",
2189
+ "longname": "oj-c.Toolbar.ToolbarSeparator",
2190
+ "scope": "static",
2191
+ "description": "Describes a separator item in the Toolbar.",
2192
+ "type": {
2193
+ "names": [
2194
+ "Object"
2195
+ ]
2196
+ },
2197
+ "meta": {
2198
+ "filename": "toolbar.tsx",
2199
+ "path": "web/components/oj-c/toolbar"
2200
+ },
2201
+ "properties": [
2202
+ {
2203
+ "name": "type",
2204
+ "description": "Specifies the desired toolbar item.",
2205
+ "optional": false,
2206
+ "type": {
2207
+ "names": [
2208
+ "\"separator\""
2209
+ ]
2210
+ }
2211
+ }
2212
+ ]
2213
+ }
2214
+ ]