@oracle/oraclejet-core-pack 16.1.4 → 17.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 (993) hide show
  1. package/oj-c/ActionCard.json +82 -7
  2. package/oj-c/AreaChart.json +866 -382
  3. package/oj-c/AreaChartGroup.json +13 -7
  4. package/oj-c/AreaChartItem.json +23 -31
  5. package/oj-c/AreaChartSeries.json +21 -22
  6. package/oj-c/Avatar.json +11 -11
  7. package/oj-c/Button.json +55 -28
  8. package/oj-c/ButtonsetMultiple.json +567 -0
  9. package/oj-c/ButtonsetSingle.json +567 -0
  10. package/oj-c/CardView.json +638 -0
  11. package/oj-c/Checkbox.json +100 -85
  12. package/oj-c/Checkboxset.json +73 -81
  13. package/oj-c/Collapsible.json +70 -32
  14. package/oj-c/ConveyorBelt.json +325 -0
  15. package/oj-c/DatePicker.json +454 -0
  16. package/oj-c/DragHandle.json +135 -0
  17. package/oj-c/DrawerLayout.json +401 -0
  18. package/oj-c/DrawerPopup.json +36 -22
  19. package/oj-c/Dropdown/Dropdown.js +9 -0
  20. package/oj-c/Dropdown/index.js +6 -0
  21. package/oj-c/FilePicker.json +24 -83
  22. package/oj-c/FormLayout.json +27 -32
  23. package/oj-c/HighlightText.json +6 -6
  24. package/oj-c/InputDateMask.json +104 -117
  25. package/oj-c/InputDatePicker.json +1514 -0
  26. package/oj-c/InputDateText.json +104 -117
  27. package/oj-c/InputMonthMask.json +106 -130
  28. package/oj-c/InputNumber.json +87 -130
  29. package/oj-c/InputPassword.json +76 -112
  30. package/oj-c/InputSensitiveText.json +54 -64
  31. package/oj-c/InputText.json +85 -108
  32. package/oj-c/LabelledLink.json +31 -30
  33. package/oj-c/Legend.json +350 -356
  34. package/oj-c/LegendItem.json +79 -26
  35. package/oj-c/LegendSection.json +11 -5
  36. package/oj-c/LineChart.json +869 -385
  37. package/oj-c/LineChartGroup.json +13 -7
  38. package/oj-c/LineChartItem.json +23 -31
  39. package/oj-c/LineChartSeries.json +25 -26
  40. package/oj-c/ListItemLayout.json +16 -16
  41. package/oj-c/ListView.json +393 -33
  42. package/oj-c/MenuButton.json +46 -38
  43. package/oj-c/MessageBanner.json +162 -15
  44. package/oj-c/MessageToast.json +123 -26
  45. package/oj-c/MeterBar.json +40 -29
  46. package/oj-c/MeterCircle.json +44 -33
  47. package/oj-c/Popup.json +628 -0
  48. package/oj-c/ProgressBar.json +7 -7
  49. package/oj-c/ProgressCircle.json +7 -7
  50. package/oj-c/Radioset.json +42 -51
  51. package/oj-c/RatingGauge.json +23 -23
  52. package/oj-c/SelectMultiple.json +100 -117
  53. package/oj-c/SelectSingle.json +109 -112
  54. package/oj-c/SelectionCard.json +12 -6
  55. package/oj-c/Selector.json +9 -16
  56. package/oj-c/SelectorAll.json +7 -14
  57. package/oj-c/Sheet/Sheet.js +9 -0
  58. package/oj-c/Sheet/index.js +6 -0
  59. package/oj-c/SplitMenuButton.json +351 -27
  60. package/oj-c/TabBar.json +553 -0
  61. package/oj-c/TabBarMixed.json +43 -29
  62. package/oj-c/TagCloud.json +36 -36
  63. package/oj-c/TagCloudItem.json +17 -18
  64. package/oj-c/TextArea.json +84 -126
  65. package/oj-c/ToggleButton.json +513 -0
  66. package/oj-c/action-card/__webdriver__/ActionCardWebElement.js +1 -1
  67. package/oj-c/action-card/__webdriver__/ActionCardWebElement.js.map +1 -1
  68. package/oj-c/action-card/action-card.js +41 -4
  69. package/oj-c/action-card/component.json +20 -2
  70. package/oj-c/action-card.js +1 -1
  71. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +11 -0
  72. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +9 -0
  73. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
  74. package/oj-c/area-chart/area-chart.js +7 -13
  75. package/oj-c/area-chart/component.json +51 -12
  76. package/oj-c/area-chart-group/component.json +8 -2
  77. package/oj-c/area-chart-group.js +1 -1
  78. package/oj-c/area-chart-item/component.json +8 -2
  79. package/oj-c/area-chart-item.js +1 -1
  80. package/oj-c/area-chart-series/component.json +8 -2
  81. package/oj-c/area-chart-series.js +1 -1
  82. package/oj-c/area-chart.js +1 -1
  83. package/oj-c/avatar/avatar-styles.css +1 -0
  84. package/oj-c/avatar/component.json +5 -2
  85. package/oj-c/avatar.js +1 -1
  86. package/oj-c/button/button.js +36 -34
  87. package/oj-c/button/component.json +18 -19
  88. package/oj-c/button.js +1 -1
  89. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.d.ts +8 -0
  90. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js +13 -0
  91. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js.map +1 -0
  92. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.d.ts +101 -0
  93. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js +104 -0
  94. package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js.map +1 -0
  95. package/oj-c/buttonset-multiple/__webdriver__/index.d.ts +17 -0
  96. package/oj-c/buttonset-multiple/__webdriver__/index.js +34 -0
  97. package/oj-c/buttonset-multiple/__webdriver__/index.js.map +1 -0
  98. package/oj-c/buttonset-multiple/buttonset-multiple-styles.css +12 -0
  99. package/oj-c/buttonset-multiple/buttonset-multiple.js +55 -0
  100. package/oj-c/buttonset-multiple/component.json +228 -0
  101. package/oj-c/buttonset-multiple/index.js +6 -0
  102. package/oj-c/buttonset-multiple.js +6 -0
  103. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.d.ts +8 -0
  104. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js +13 -0
  105. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js.map +1 -0
  106. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.d.ts +101 -0
  107. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js +104 -0
  108. package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js.map +1 -0
  109. package/oj-c/buttonset-single/__webdriver__/index.d.ts +17 -0
  110. package/oj-c/buttonset-single/__webdriver__/index.js +34 -0
  111. package/oj-c/buttonset-single/__webdriver__/index.js.map +1 -0
  112. package/oj-c/buttonset-single/buttonset-single-styles.css +12 -0
  113. package/oj-c/buttonset-single/buttonset-single.js +55 -0
  114. package/oj-c/buttonset-single/component.json +228 -0
  115. package/oj-c/buttonset-single/index.js +6 -0
  116. package/oj-c/buttonset-single.js +6 -0
  117. package/oj-c/card-view/__webdriver__/CardViewWebElement.d.ts +33 -0
  118. package/oj-c/card-view/__webdriver__/CardViewWebElement.js +70 -0
  119. package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -0
  120. package/oj-c/card-view/__webdriver__/CardViewWebElementBase.d.ts +95 -0
  121. package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js +104 -0
  122. package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js.map +1 -0
  123. package/oj-c/card-view/__webdriver__/index.d.ts +17 -0
  124. package/oj-c/card-view/__webdriver__/index.js +34 -0
  125. package/oj-c/card-view/__webdriver__/index.js.map +1 -0
  126. package/oj-c/card-view/card-view-styles.css +15 -0
  127. package/oj-c/card-view/card-view.js +71 -0
  128. package/oj-c/card-view/cardViewItem.js +15 -0
  129. package/oj-c/card-view/component.json +323 -0
  130. package/oj-c/card-view/index.js +6 -0
  131. package/oj-c/card-view/useCardViewPreact.js +80 -0
  132. package/oj-c/card-view.js +6 -0
  133. package/oj-c/checkbox/checkbox.js +51 -91
  134. package/oj-c/checkbox/component.json +32 -19
  135. package/oj-c/checkbox/useCheckboxPreact.js +2 -4
  136. package/oj-c/checkbox.js +1 -1
  137. package/oj-c/checkboxset/checkboxset.js +38 -77
  138. package/oj-c/checkboxset/component.json +32 -24
  139. package/oj-c/checkboxset/useCheckboxsetPreact.js +1 -1
  140. package/oj-c/checkboxset.js +1 -1
  141. package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.d.ts +1 -1
  142. package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +1 -1
  143. package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js.map +1 -1
  144. package/oj-c/collapsible/collapsible.js +9 -6
  145. package/oj-c/collapsible/component.json +40 -13
  146. package/oj-c/collapsible.js +1 -1
  147. package/oj-c/component.json +49 -5
  148. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.d.ts +8 -0
  149. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js +13 -0
  150. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js.map +1 -0
  151. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.d.ts +44 -0
  152. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js +59 -0
  153. package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js.map +1 -0
  154. package/oj-c/conveyor-belt/__webdriver__/index.d.ts +17 -0
  155. package/oj-c/conveyor-belt/__webdriver__/index.js +34 -0
  156. package/oj-c/conveyor-belt/__webdriver__/index.js.map +1 -0
  157. package/oj-c/conveyor-belt/component.json +181 -0
  158. package/oj-c/conveyor-belt/conveyor-belt-styles.css +20 -0
  159. package/oj-c/conveyor-belt/conveyor-belt.js +125 -0
  160. package/oj-c/conveyor-belt/conveyorBeltItem.js +13 -0
  161. package/oj-c/conveyor-belt/index.js +6 -0
  162. package/oj-c/conveyor-belt.js +6 -0
  163. package/oj-c/corepackbundle.js +6975 -5062
  164. package/oj-c/date-picker/__webdriver__/DatePickerWebElement.d.ts +8 -0
  165. package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js +13 -0
  166. package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js.map +1 -0
  167. package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.d.ts +93 -0
  168. package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +122 -0
  169. package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -0
  170. package/oj-c/date-picker/__webdriver__/index.d.ts +17 -0
  171. package/oj-c/date-picker/__webdriver__/index.js +34 -0
  172. package/oj-c/date-picker/__webdriver__/index.js.map +1 -0
  173. package/oj-c/date-picker/component.json +179 -0
  174. package/oj-c/date-picker/date-picker-styles.css +14 -0
  175. package/oj-c/date-picker/date-picker.js +34 -0
  176. package/oj-c/date-picker/index.js +6 -0
  177. package/oj-c/date-picker.js +6 -0
  178. package/oj-c/drag-handle/component.json +82 -0
  179. package/oj-c/drag-handle/drag-handle.js +11 -0
  180. package/oj-c/drag-handle/index.js +6 -0
  181. package/oj-c/drag-handle.js +6 -0
  182. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.d.ts +8 -0
  183. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js +13 -0
  184. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js.map +1 -0
  185. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.d.ts +72 -0
  186. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js +95 -0
  187. package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js.map +1 -0
  188. package/oj-c/drawer-layout/__webdriver__/index.d.ts +17 -0
  189. package/oj-c/drawer-layout/__webdriver__/index.js +34 -0
  190. package/oj-c/drawer-layout/__webdriver__/index.js.map +1 -0
  191. package/oj-c/drawer-layout/component.json +208 -0
  192. package/oj-c/drawer-layout/drawer-layout-styles.css +11 -0
  193. package/oj-c/drawer-layout/drawer-layout.js +37 -0
  194. package/oj-c/drawer-layout/index.js +6 -0
  195. package/oj-c/drawer-layout.js +6 -0
  196. package/oj-c/drawer-popup/component.json +53 -15
  197. package/oj-c/drawer-popup/drawer-popup.js +33 -5
  198. package/oj-c/drawer-popup.js +1 -1
  199. package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +2 -2
  200. package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
  201. package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +2 -5
  202. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +15 -0
  203. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +89 -19
  204. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
  205. package/oj-c/file-picker/component.json +10 -19
  206. package/oj-c/file-picker/file-picker.js +1 -9
  207. package/oj-c/file-picker.js +1 -1
  208. package/oj-c/form-layout/component.json +16 -11
  209. package/oj-c/form-layout/form-layout.js +11 -43
  210. package/oj-c/form-layout.js +1 -1
  211. package/oj-c/highlight-text/component.json +5 -2
  212. package/oj-c/highlight-text.js +1 -1
  213. package/oj-c/hooks/PRIVATE_useVisData/useVisData.js +44 -0
  214. package/oj-c/hooks/UNSAFE_useChartData/useChartData.js +4 -4
  215. package/oj-c/hooks/UNSAFE_useEditableValue/converterUtils.js +50 -0
  216. package/oj-c/hooks/UNSAFE_useEditableValue/index.js +6 -0
  217. package/oj-c/hooks/UNSAFE_useEditableValue/reducer.js +164 -0
  218. package/oj-c/hooks/UNSAFE_useEditableValue/types.js +4 -0
  219. package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +336 -0
  220. package/oj-c/hooks/UNSAFE_useEditableValue/utils.js +35 -0
  221. package/oj-c/hooks/UNSAFE_useEditableValue/validationUtils.js +53 -0
  222. package/oj-c/hooks/UNSAFE_useListData/useListData.js +4 -1
  223. package/oj-c/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +23 -0
  224. package/oj-c/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +16 -0
  225. package/oj-c/input-date-mask/component.json +17 -7
  226. package/oj-c/input-date-mask/input-date-mask.js +11 -10
  227. package/oj-c/input-date-mask/useInputDateMaskPreact.js +22 -15
  228. package/oj-c/input-date-mask.js +1 -1
  229. package/oj-c/input-date-picker/DateRangeValidator.js +53 -0
  230. package/oj-c/input-date-picker/DateRestrictionValidator.js +35 -0
  231. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.d.ts +17 -0
  232. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js +73 -0
  233. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js.map +1 -0
  234. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +291 -0
  235. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +302 -0
  236. package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -0
  237. package/oj-c/input-date-picker/__webdriver__/index.d.ts +17 -0
  238. package/oj-c/input-date-picker/__webdriver__/index.js +34 -0
  239. package/oj-c/input-date-picker/__webdriver__/index.js.map +1 -0
  240. package/oj-c/input-date-picker/component.json +563 -0
  241. package/oj-c/input-date-picker/index.js +6 -0
  242. package/oj-c/input-date-picker/input-date-picker-styles.css +13 -0
  243. package/oj-c/input-date-picker/input-date-picker.js +39 -0
  244. package/oj-c/input-date-picker/useCombinedImplicitValidators.js +13 -0
  245. package/oj-c/input-date-picker/useImplicitCalendarDateConverter.js +17 -0
  246. package/oj-c/input-date-picker/useImplicitDateRangeValidator.js +29 -0
  247. package/oj-c/input-date-picker/useImplicitDateRestrictionValidator.js +16 -0
  248. package/oj-c/input-date-picker/useInputDatePicker.js +141 -0
  249. package/oj-c/input-date-picker/utils.js +23 -0
  250. package/oj-c/input-date-picker.js +6 -0
  251. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +0 -7
  252. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +0 -9
  253. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -1
  254. package/oj-c/input-date-text/component.json +34 -21
  255. package/oj-c/input-date-text/input-date-text.js +52 -94
  256. package/oj-c/input-date-text/useInputDateTextPreact.js +19 -13
  257. package/oj-c/input-date-text.js +1 -1
  258. package/oj-c/input-month-mask/component.json +17 -7
  259. package/oj-c/input-month-mask/input-month-mask.js +11 -10
  260. package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +9 -1
  261. package/oj-c/input-month-mask/useInputMonthMaskPreact.js +19 -13
  262. package/oj-c/input-month-mask.js +1 -1
  263. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +0 -7
  264. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +0 -9
  265. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
  266. package/oj-c/input-number/component.json +22 -19
  267. package/oj-c/input-number/input-number.js +52 -96
  268. package/oj-c/input-number.js +1 -1
  269. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +0 -7
  270. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +0 -9
  271. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
  272. package/oj-c/input-password/component.json +22 -19
  273. package/oj-c/input-password/input-password.js +47 -90
  274. package/oj-c/input-password.js +1 -1
  275. package/oj-c/input-sensitive-text/component.json +13 -6
  276. package/oj-c/input-sensitive-text/input-sensitive-text.js +11 -10
  277. package/oj-c/input-sensitive-text.js +1 -1
  278. package/oj-c/input-text/component.json +22 -16
  279. package/oj-c/input-text/input-text.js +57 -96
  280. package/oj-c/input-text/useInputTextPreact.js +15 -12
  281. package/oj-c/input-text.js +1 -1
  282. package/oj-c/labelled-link/component.json +12 -3
  283. package/oj-c/labelled-link.js +1 -1
  284. package/oj-c/legend/component.json +17 -2
  285. package/oj-c/legend/events.js +3 -2
  286. package/oj-c/legend/legend.js +28 -16
  287. package/oj-c/legend/utils.js +28 -6
  288. package/oj-c/legend-item/component.json +41 -6
  289. package/oj-c/legend-item/legend-item.js +4 -3
  290. package/oj-c/legend-item.js +1 -1
  291. package/oj-c/legend-section/component.json +18 -2
  292. package/oj-c/legend-section.js +1 -1
  293. package/oj-c/legend.js +1 -1
  294. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +11 -0
  295. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +9 -0
  296. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
  297. package/oj-c/line-chart/component.json +55 -16
  298. package/oj-c/line-chart/line-chart.js +7 -13
  299. package/oj-c/line-chart-group/component.json +8 -2
  300. package/oj-c/line-chart-group.js +1 -1
  301. package/oj-c/line-chart-item/component.json +8 -2
  302. package/oj-c/line-chart-item.js +1 -1
  303. package/oj-c/line-chart-series/component.json +10 -4
  304. package/oj-c/line-chart-series/line-chart-series.js +1 -1
  305. package/oj-c/line-chart-series.js +1 -1
  306. package/oj-c/line-chart.js +1 -1
  307. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.d.ts +12 -3
  308. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +12 -3
  309. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -1
  310. package/oj-c/list-item-layout/component.json +10 -14
  311. package/oj-c/list-item-layout/list-item-layout.js +3 -3
  312. package/oj-c/list-item-layout.js +1 -1
  313. package/oj-c/list-view/DataFetchLiveRegion.js +30 -0
  314. package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +1 -1
  315. package/oj-c/list-view/__webdriver__/ListViewWebElement.js +4 -7
  316. package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
  317. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +26 -0
  318. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +18 -0
  319. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -1
  320. package/oj-c/list-view/component.json +207 -3
  321. package/oj-c/list-view/list-view.js +32 -7
  322. package/oj-c/list-view/useListViewPreact.js +101 -10
  323. package/oj-c/list-view.js +1 -1
  324. package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.d.ts +1 -0
  325. package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js +14 -8
  326. package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js.map +1 -1
  327. package/oj-c/menu-button/component.json +21 -17
  328. package/oj-c/menu-button/menu-button.js +5 -8
  329. package/oj-c/menu-button.js +1 -1
  330. package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.d.ts +7 -0
  331. package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js +9 -0
  332. package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js.map +1 -1
  333. package/oj-c/message-banner/component.json +28 -3
  334. package/oj-c/message-banner/message-banner.js +30 -3
  335. package/oj-c/message-banner.js +1 -1
  336. package/oj-c/message-toast/component.json +9 -4
  337. package/oj-c/message-toast.js +1 -1
  338. package/oj-c/metadata/allComponents.json +4181 -637
  339. package/oj-c/meter-bar/component.json +11 -3
  340. package/oj-c/meter-bar/meter-bar-styles.css +14 -2
  341. package/oj-c/meter-bar/meter-bar.js +2 -2
  342. package/oj-c/meter-bar.js +1 -1
  343. package/oj-c/meter-circle/component.json +11 -3
  344. package/oj-c/meter-circle/meter-circle-styles.css +5 -0
  345. package/oj-c/meter-circle/meter-circle.js +2 -2
  346. package/oj-c/meter-circle.js +1 -1
  347. package/oj-c/min/Dropdown/Dropdown.js +9 -0
  348. package/oj-c/min/Dropdown/index.js +6 -0
  349. package/oj-c/min/Sheet/Sheet.js +9 -0
  350. package/oj-c/min/Sheet/index.js +6 -0
  351. package/oj-c/min/action-card.js +1 -1
  352. package/oj-c/min/action-card.js.map +1 -1
  353. package/oj-c/min/area-chart-group.js +1 -1
  354. package/oj-c/min/area-chart-group.js.map +1 -1
  355. package/oj-c/min/area-chart-item.js +1 -1
  356. package/oj-c/min/area-chart-item.js.map +1 -1
  357. package/oj-c/min/area-chart-series.js +1 -1
  358. package/oj-c/min/area-chart-series.js.map +1 -1
  359. package/oj-c/min/area-chart.js +1 -1
  360. package/oj-c/min/area-chart.js.map +1 -1
  361. package/oj-c/min/avatar/avatar-styles.css +1 -0
  362. package/oj-c/min/avatar.js +1 -1
  363. package/oj-c/min/avatar.js.map +1 -1
  364. package/oj-c/min/button.js +1 -1
  365. package/oj-c/min/button.js.map +1 -1
  366. package/oj-c/min/buttonset-multiple/buttonset-multiple-styles.css +12 -0
  367. package/oj-c/min/buttonset-multiple.js +2 -0
  368. package/oj-c/min/buttonset-multiple.js.map +1 -0
  369. package/oj-c/min/buttonset-single/buttonset-single-styles.css +12 -0
  370. package/oj-c/min/buttonset-single.js +2 -0
  371. package/oj-c/min/buttonset-single.js.map +1 -0
  372. package/oj-c/min/card-view/card-view-styles.css +15 -0
  373. package/oj-c/min/card-view.js +2 -0
  374. package/oj-c/min/card-view.js.map +1 -0
  375. package/oj-c/min/checkbox.js +1 -1
  376. package/oj-c/min/checkbox.js.map +1 -1
  377. package/oj-c/min/checkboxset.js +1 -1
  378. package/oj-c/min/checkboxset.js.map +1 -1
  379. package/oj-c/min/collapsible.js +1 -1
  380. package/oj-c/min/collapsible.js.map +1 -1
  381. package/oj-c/min/conveyor-belt/conveyor-belt-styles.css +20 -0
  382. package/oj-c/min/conveyor-belt.js +2 -0
  383. package/oj-c/min/conveyor-belt.js.map +1 -0
  384. package/oj-c/min/corepackbundle.css +121 -16
  385. package/oj-c/min/corepackbundle.js +1 -1
  386. package/oj-c/min/corepackbundle.js.map +1 -1
  387. package/oj-c/min/date-picker/date-picker-styles.css +14 -0
  388. package/oj-c/min/date-picker.js +2 -0
  389. package/oj-c/min/date-picker.js.map +1 -0
  390. package/oj-c/min/drag-handle.js +2 -0
  391. package/oj-c/min/drag-handle.js.map +1 -0
  392. package/oj-c/min/drawer-layout/drawer-layout-styles.css +11 -0
  393. package/oj-c/min/drawer-layout.js +2 -0
  394. package/oj-c/min/drawer-layout.js.map +1 -0
  395. package/oj-c/min/drawer-popup.js +1 -1
  396. package/oj-c/min/drawer-popup.js.map +1 -1
  397. package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +2 -2
  398. package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
  399. package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +2 -5
  400. package/oj-c/min/file-picker.js +1 -1
  401. package/oj-c/min/file-picker.js.map +1 -1
  402. package/oj-c/min/form-layout.js +1 -1
  403. package/oj-c/min/form-layout.js.map +1 -1
  404. package/oj-c/min/highlight-text.js +1 -1
  405. package/oj-c/min/highlight-text.js.map +1 -1
  406. package/oj-c/min/hooks/PRIVATE_useVisData/useVisData.js +44 -0
  407. package/oj-c/min/hooks/UNSAFE_useChartData/useChartData.js +4 -4
  408. package/oj-c/min/hooks/UNSAFE_useEditableValue/converterUtils.js +50 -0
  409. package/oj-c/min/hooks/UNSAFE_useEditableValue/index.js +6 -0
  410. package/oj-c/min/hooks/UNSAFE_useEditableValue/reducer.js +164 -0
  411. package/oj-c/min/hooks/UNSAFE_useEditableValue/types.js +4 -0
  412. package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +336 -0
  413. package/oj-c/min/hooks/UNSAFE_useEditableValue/utils.js +35 -0
  414. package/oj-c/min/hooks/UNSAFE_useEditableValue/validationUtils.js +53 -0
  415. package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +4 -1
  416. package/oj-c/min/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +23 -0
  417. package/oj-c/min/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +16 -0
  418. package/oj-c/min/input-date-mask.js +1 -1
  419. package/oj-c/min/input-date-mask.js.map +1 -1
  420. package/oj-c/min/input-date-picker/input-date-picker-styles.css +13 -0
  421. package/oj-c/min/input-date-picker.js +3 -0
  422. package/oj-c/min/input-date-picker.js.map +1 -0
  423. package/oj-c/min/input-date-text.js +1 -1
  424. package/oj-c/min/input-date-text.js.map +1 -1
  425. package/oj-c/min/input-month-mask.js +1 -1
  426. package/oj-c/min/input-month-mask.js.map +1 -1
  427. package/oj-c/min/input-number.js +1 -1
  428. package/oj-c/min/input-number.js.map +1 -1
  429. package/oj-c/min/input-password.js +1 -1
  430. package/oj-c/min/input-password.js.map +1 -1
  431. package/oj-c/min/input-sensitive-text.js +1 -1
  432. package/oj-c/min/input-sensitive-text.js.map +1 -1
  433. package/oj-c/min/input-text.js +1 -1
  434. package/oj-c/min/input-text.js.map +1 -1
  435. package/oj-c/min/labelled-link.js +1 -1
  436. package/oj-c/min/labelled-link.js.map +1 -1
  437. package/oj-c/min/legend-item.js +1 -1
  438. package/oj-c/min/legend-item.js.map +1 -1
  439. package/oj-c/min/legend-section.js +1 -1
  440. package/oj-c/min/legend-section.js.map +1 -1
  441. package/oj-c/min/legend.js +1 -1
  442. package/oj-c/min/legend.js.map +1 -1
  443. package/oj-c/min/line-chart-group.js +1 -1
  444. package/oj-c/min/line-chart-group.js.map +1 -1
  445. package/oj-c/min/line-chart-item.js +1 -1
  446. package/oj-c/min/line-chart-item.js.map +1 -1
  447. package/oj-c/min/line-chart-series.js +1 -1
  448. package/oj-c/min/line-chart-series.js.map +1 -1
  449. package/oj-c/min/line-chart.js +1 -1
  450. package/oj-c/min/line-chart.js.map +1 -1
  451. package/oj-c/min/list-item-layout.js +1 -1
  452. package/oj-c/min/list-item-layout.js.map +1 -1
  453. package/oj-c/min/list-view.js +1 -1
  454. package/oj-c/min/list-view.js.map +1 -1
  455. package/oj-c/min/menu-button.js +1 -1
  456. package/oj-c/min/menu-button.js.map +1 -1
  457. package/oj-c/min/message-banner.js +1 -1
  458. package/oj-c/min/message-banner.js.map +1 -1
  459. package/oj-c/min/message-toast.js +1 -1
  460. package/oj-c/min/message-toast.js.map +1 -1
  461. package/oj-c/min/meter-bar/meter-bar-styles.css +14 -2
  462. package/oj-c/min/meter-bar.js +1 -1
  463. package/oj-c/min/meter-bar.js.map +1 -1
  464. package/oj-c/min/meter-circle/meter-circle-styles.css +5 -0
  465. package/oj-c/min/meter-circle.js +1 -1
  466. package/oj-c/min/meter-circle.js.map +1 -1
  467. package/oj-c/min/popup/popup-styles.css +12 -0
  468. package/oj-c/min/popup/resources/nls/popup-strings.d.ts +8 -0
  469. package/oj-c/min/popup/resources/nls/popup-strings.js +10 -0
  470. package/oj-c/min/popup.js +2 -0
  471. package/oj-c/min/popup.js.map +1 -0
  472. package/oj-c/min/progress-bar.js +1 -1
  473. package/oj-c/min/progress-bar.js.map +1 -1
  474. package/oj-c/min/progress-circle.js +1 -1
  475. package/oj-c/min/progress-circle.js.map +1 -1
  476. package/oj-c/min/radioset/radioset-styles.css +5 -6
  477. package/oj-c/min/radioset.js +1 -1
  478. package/oj-c/min/radioset.js.map +1 -1
  479. package/oj-c/min/rating-gauge.js +1 -1
  480. package/oj-c/min/rating-gauge.js.map +1 -1
  481. package/oj-c/min/select-common/utils/utils.js +40 -2
  482. package/oj-c/min/select-multiple.js +2 -2
  483. package/oj-c/min/select-multiple.js.map +1 -1
  484. package/oj-c/min/select-single.js +2 -2
  485. package/oj-c/min/select-single.js.map +1 -1
  486. package/oj-c/min/selection-card.js +1 -1
  487. package/oj-c/min/selection-card.js.map +1 -1
  488. package/oj-c/min/selector-all.js +1 -1
  489. package/oj-c/min/selector-all.js.map +1 -1
  490. package/oj-c/min/selector.js +1 -1
  491. package/oj-c/min/selector.js.map +1 -1
  492. package/oj-c/min/split-menu-button.js +1 -1
  493. package/oj-c/min/split-menu-button.js.map +1 -1
  494. package/oj-c/min/tab-bar/tab-bar-styles.css +11 -0
  495. package/oj-c/min/tab-bar-mixed.js +1 -1
  496. package/oj-c/min/tab-bar-mixed.js.map +1 -1
  497. package/oj-c/min/tab-bar.js +2 -0
  498. package/oj-c/min/tab-bar.js.map +1 -0
  499. package/oj-c/min/tag-cloud-item.js +1 -1
  500. package/oj-c/min/tag-cloud-item.js.map +1 -1
  501. package/oj-c/min/tag-cloud.js +1 -1
  502. package/oj-c/min/tag-cloud.js.map +1 -1
  503. package/oj-c/min/text-area.js +1 -1
  504. package/oj-c/min/text-area.js.map +1 -1
  505. package/oj-c/min/toggle-button/toggle-button-styles.css +12 -0
  506. package/oj-c/min/toggle-button.js +2 -0
  507. package/oj-c/min/toggle-button.js.map +1 -0
  508. package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
  509. package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +1 -0
  510. package/oj-c/min/utils/PRIVATE_toggleUtils/index.js +7 -0
  511. package/oj-c/min/utils/PRIVATE_toggleUtils/toggle-item-icon.js +14 -0
  512. package/oj-c/min/utils/PRIVATE_toggleUtils/toggleTypes.js +4 -0
  513. package/oj-c/min/utils/PRIVATE_toggleUtils/widthStyle.js +19 -0
  514. package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.js +21 -1
  515. package/oj-c/min/utils/UNSAFE_vizUtils/TemplateHandler.js +15 -3
  516. package/oj-c/popup/README.md +6 -0
  517. package/oj-c/popup/__webdriver__/PopupWebElement.d.ts +8 -0
  518. package/oj-c/popup/__webdriver__/PopupWebElement.js +13 -0
  519. package/oj-c/popup/__webdriver__/PopupWebElement.js.map +1 -0
  520. package/oj-c/popup/__webdriver__/PopupWebElementBase.d.ts +138 -0
  521. package/oj-c/popup/__webdriver__/PopupWebElementBase.js +167 -0
  522. package/oj-c/popup/__webdriver__/PopupWebElementBase.js.map +1 -0
  523. package/oj-c/popup/__webdriver__/index.d.ts +17 -0
  524. package/oj-c/popup/__webdriver__/index.js +34 -0
  525. package/oj-c/popup/__webdriver__/index.js.map +1 -0
  526. package/oj-c/popup/component.json +310 -0
  527. package/oj-c/popup/index.js +6 -0
  528. package/oj-c/popup/popup-styles.css +12 -0
  529. package/oj-c/popup/popup.js +127 -0
  530. package/oj-c/popup/resources/nls/popup-strings.js +10 -0
  531. package/oj-c/popup/themes/base/_popup.scss +22 -0
  532. package/oj-c/popup/themes/redwood/_popup.scss +19 -0
  533. package/oj-c/popup/themes/stable/_popup.scss +19 -0
  534. package/oj-c/popup.js +6 -0
  535. package/oj-c/progress-bar/component.json +5 -2
  536. package/oj-c/progress-bar.js +1 -1
  537. package/oj-c/progress-circle/component.json +5 -2
  538. package/oj-c/progress-circle.js +1 -1
  539. package/oj-c/radioset/component.json +10 -9
  540. package/oj-c/radioset/radioset-styles.css +5 -6
  541. package/oj-c/radioset/radioset.js +24 -17
  542. package/oj-c/radioset.js +1 -1
  543. package/oj-c/rating-gauge/component.json +5 -2
  544. package/oj-c/rating-gauge.js +1 -1
  545. package/oj-c/select-common/utils/utils.js +40 -2
  546. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +7 -7
  547. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +9 -9
  548. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -1
  549. package/oj-c/select-multiple/component.json +31 -20
  550. package/oj-c/select-multiple/select-multiple.js +44 -91
  551. package/oj-c/select-multiple/useSelectMultiplePreact.js +17 -12
  552. package/oj-c/select-multiple/useSyncValueAndValueItems.js +32 -8
  553. package/oj-c/select-multiple.js +1 -1
  554. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +7 -7
  555. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +9 -9
  556. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -1
  557. package/oj-c/select-single/component.json +39 -21
  558. package/oj-c/select-single/select-single.js +45 -94
  559. package/oj-c/select-single/useSelectSinglePreact.js +25 -12
  560. package/oj-c/select-single/useSyncValueAndValueItem.js +32 -7
  561. package/oj-c/select-single.js +1 -1
  562. package/oj-c/selection-card/component.json +11 -2
  563. package/oj-c/selection-card.js +1 -1
  564. package/oj-c/selector/component.json +5 -2
  565. package/oj-c/selector-all/component.json +5 -2
  566. package/oj-c/selector-all/selector-all.js +1 -1
  567. package/oj-c/selector-all.js +1 -1
  568. package/oj-c/selector.js +1 -1
  569. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -0
  570. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +13 -8
  571. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
  572. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +59 -1
  573. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
  574. package/oj-c/split-menu-button/component.json +125 -13
  575. package/oj-c/split-menu-button/split-menu-button.js +3 -4
  576. package/oj-c/split-menu-button.js +1 -1
  577. package/oj-c/tab-bar/ContentRenderer.js +41 -0
  578. package/oj-c/tab-bar/DataTabBar.js +54 -0
  579. package/oj-c/tab-bar/DataTabBar.types.js +4 -0
  580. package/oj-c/tab-bar/DataTabBarIcon.js +16 -0
  581. package/oj-c/tab-bar/__webdriver__/TabBarWebElement.d.ts +8 -0
  582. package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +13 -0
  583. package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -0
  584. package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.d.ts +65 -0
  585. package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js +86 -0
  586. package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js.map +1 -0
  587. package/oj-c/tab-bar/__webdriver__/index.d.ts +17 -0
  588. package/oj-c/tab-bar/__webdriver__/index.js +34 -0
  589. package/oj-c/tab-bar/__webdriver__/index.js.map +1 -0
  590. package/oj-c/tab-bar/component.json +223 -0
  591. package/oj-c/tab-bar/index.js +6 -0
  592. package/oj-c/tab-bar/tab-bar-styles.css +11 -0
  593. package/oj-c/tab-bar/tab-bar.js +70 -0
  594. package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -1
  595. package/oj-c/tab-bar-mixed/component.json +11 -2
  596. package/oj-c/tab-bar-mixed/sumBadge.js +3 -3
  597. package/oj-c/tab-bar-mixed/tab-bar-mixed.js +1 -1
  598. package/oj-c/tab-bar-mixed.js +1 -1
  599. package/oj-c/tab-bar.js +6 -0
  600. package/oj-c/tag-cloud/component.json +11 -2
  601. package/oj-c/tag-cloud/tag-cloud.js +3 -9
  602. package/oj-c/tag-cloud-item/component.json +8 -2
  603. package/oj-c/tag-cloud-item.js +1 -1
  604. package/oj-c/tag-cloud.js +1 -1
  605. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +0 -7
  606. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +0 -9
  607. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -1
  608. package/oj-c/text-area/component.json +24 -20
  609. package/oj-c/text-area/text-area.js +70 -98
  610. package/oj-c/text-area/useTextAreaAutosizePreact.js +12 -9
  611. package/oj-c/text-area/useTextAreaPreact.js +12 -9
  612. package/oj-c/text-area.js +1 -1
  613. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.d.ts +8 -0
  614. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js +13 -0
  615. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js.map +1 -0
  616. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.d.ts +72 -0
  617. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js +95 -0
  618. package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js.map +1 -0
  619. package/oj-c/toggle-button/__webdriver__/index.d.ts +17 -0
  620. package/oj-c/toggle-button/__webdriver__/index.js +34 -0
  621. package/oj-c/toggle-button/__webdriver__/index.js.map +1 -0
  622. package/oj-c/toggle-button/component.json +229 -0
  623. package/oj-c/toggle-button/index.js +6 -0
  624. package/oj-c/toggle-button/toggle-button-styles.css +12 -0
  625. package/oj-c/toggle-button/toggle-button.js +83 -0
  626. package/oj-c/toggle-button.js +6 -0
  627. package/oj-c/types/Dropdown/Dropdown.d.ts +5 -0
  628. package/oj-c/types/Dropdown/index.d.ts +1 -0
  629. package/oj-c/types/Sheet/Sheet.d.ts +5 -0
  630. package/oj-c/types/Sheet/index.d.ts +1 -0
  631. package/oj-c/types/action-card/action-card.d.ts +12 -4
  632. package/oj-c/types/area-chart/area-chart.d.ts +12 -4
  633. package/oj-c/types/button/button.d.ts +5 -3
  634. package/oj-c/types/buttonset-multiple/buttonset-multiple.d.ts +95 -0
  635. package/oj-c/types/buttonset-multiple/index.d.ts +2 -0
  636. package/oj-c/types/buttonset-single/buttonset-single.d.ts +95 -0
  637. package/oj-c/types/buttonset-single/index.d.ts +2 -0
  638. package/oj-c/types/card-view/card-view.d.ts +120 -0
  639. package/oj-c/types/card-view/cardViewItem.d.ts +9 -0
  640. package/oj-c/types/card-view/index.d.ts +2 -0
  641. package/oj-c/types/card-view/useCardViewPreact.d.ts +25 -0
  642. package/oj-c/types/checkbox/checkbox.d.ts +23 -39
  643. package/oj-c/types/checkbox/useCheckboxPreact.d.ts +3 -3
  644. package/oj-c/types/checkboxset/checkboxset.d.ts +29 -41
  645. package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +2 -2
  646. package/oj-c/types/conveyor-belt/conveyor-belt.d.ts +77 -0
  647. package/oj-c/types/conveyor-belt/conveyorBeltItem.d.ts +24 -0
  648. package/oj-c/types/conveyor-belt/index.d.ts +2 -0
  649. package/oj-c/types/date-picker/date-picker.d.ts +113 -0
  650. package/oj-c/types/date-picker/index.d.ts +2 -0
  651. package/oj-c/types/drag-handle/drag-handle.d.ts +24 -0
  652. package/oj-c/types/drag-handle/index.d.ts +2 -0
  653. package/oj-c/types/drawer-layout/drawer-layout.d.ts +91 -0
  654. package/oj-c/types/drawer-layout/index.d.ts +2 -0
  655. package/oj-c/types/drawer-popup/drawer-popup.d.ts +7 -2
  656. package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +3 -3
  657. package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +4 -3
  658. package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +2 -2
  659. package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +4 -4
  660. package/oj-c/types/file-picker/file-picker.d.ts +0 -1
  661. package/oj-c/types/form-layout/form-layout.d.ts +3 -8
  662. package/oj-c/types/hooks/PRIVATE_useVisData/useVisData.d.ts +10 -0
  663. package/oj-c/types/hooks/UNSAFE_useChartData/dataUtil.d.ts +1 -1
  664. package/oj-c/types/hooks/UNSAFE_useChartData/useChartData.d.ts +1 -0
  665. package/oj-c/types/hooks/UNSAFE_useEditableValue/converterUtils.d.ts +14 -0
  666. package/oj-c/types/hooks/UNSAFE_useEditableValue/index.d.ts +2 -0
  667. package/oj-c/types/hooks/UNSAFE_useEditableValue/reducer.d.ts +106 -0
  668. package/oj-c/types/hooks/UNSAFE_useEditableValue/types.d.ts +7 -0
  669. package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +43 -0
  670. package/oj-c/types/hooks/UNSAFE_useEditableValue/utils.d.ts +8 -0
  671. package/oj-c/types/hooks/UNSAFE_useEditableValue/validationUtils.d.ts +27 -0
  672. package/oj-c/types/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.d.ts +16 -0
  673. package/oj-c/types/hooks/UNSAFE_useVisBusyState/useVisBusyState.d.ts +1 -0
  674. package/oj-c/types/input-date-mask/input-date-mask.d.ts +3 -3
  675. package/oj-c/types/input-date-mask/useInputDateMaskPreact.d.ts +6 -5
  676. package/oj-c/types/input-date-picker/DateRangeValidator.d.ts +31 -0
  677. package/oj-c/types/input-date-picker/DateRestrictionValidator.d.ts +25 -0
  678. package/oj-c/types/input-date-picker/index.d.ts +2 -0
  679. package/oj-c/types/input-date-picker/input-date-picker.d.ts +219 -0
  680. package/oj-c/types/input-date-picker/useCombinedImplicitValidators.d.ts +2 -0
  681. package/oj-c/types/input-date-picker/useImplicitCalendarDateConverter.d.ts +7 -0
  682. package/oj-c/types/input-date-picker/useImplicitDateRangeValidator.d.ts +4 -0
  683. package/oj-c/types/input-date-picker/useImplicitDateRestrictionValidator.d.ts +6 -0
  684. package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +45 -0
  685. package/oj-c/types/input-date-picker/utils.d.ts +3 -0
  686. package/oj-c/types/input-date-text/input-date-text.d.ts +16 -26
  687. package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +3 -5
  688. package/oj-c/types/input-month-mask/input-month-mask.d.ts +3 -3
  689. package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +5 -6
  690. package/oj-c/types/input-number/input-number.d.ts +15 -25
  691. package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +3 -3
  692. package/oj-c/types/input-password/input-password.d.ts +16 -26
  693. package/oj-c/types/input-password/useInputPasswordPreact.d.ts +3 -3
  694. package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +3 -3
  695. package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +3 -3
  696. package/oj-c/types/input-text/input-text.d.ts +16 -21
  697. package/oj-c/types/input-text/useInputTextPreact.d.ts +5 -10
  698. package/oj-c/types/legend/events.d.ts +2 -2
  699. package/oj-c/types/legend/legend.d.ts +4 -2
  700. package/oj-c/types/legend/utils.d.ts +5 -3
  701. package/oj-c/types/legend-item/legend-item.d.ts +6 -1
  702. package/oj-c/types/line-chart/line-chart.d.ts +9 -1
  703. package/oj-c/types/list-view/DataFetchLiveRegion.d.ts +5 -0
  704. package/oj-c/types/list-view/index.d.ts +1 -1
  705. package/oj-c/types/list-view/list-view.d.ts +60 -3
  706. package/oj-c/types/list-view/useListViewPreact.d.ts +5 -2
  707. package/oj-c/types/menu-button/menu-button.d.ts +10 -9
  708. package/oj-c/types/message-banner/message-banner.d.ts +7 -1
  709. package/oj-c/types/message-toast/message-toast.d.ts +2 -0
  710. package/oj-c/types/meter-circle/meter-circle.d.ts +1 -0
  711. package/oj-c/types/popup/index.d.ts +2 -0
  712. package/oj-c/types/popup/popup.d.ts +150 -0
  713. package/oj-c/types/popup/resources/nls/popup-strings.d.ts +8 -0
  714. package/oj-c/types/radioset/useRadiosetPreact.d.ts +2 -2
  715. package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +4 -4
  716. package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +5 -5
  717. package/oj-c/types/select-common/utils/utils.d.ts +2 -0
  718. package/oj-c/types/select-multiple/select-multiple.d.ts +15 -28
  719. package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +4 -7
  720. package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +7 -4
  721. package/oj-c/types/select-single/select-single.d.ts +16 -30
  722. package/oj-c/types/select-single/useSelectSinglePreact.d.ts +4 -8
  723. package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +7 -4
  724. package/oj-c/types/split-menu-button/split-menu-button.d.ts +6 -8
  725. package/oj-c/types/tab-bar/ContentRenderer.d.ts +5 -0
  726. package/oj-c/types/tab-bar/DataTabBar.d.ts +2 -0
  727. package/oj-c/types/tab-bar/DataTabBar.types.d.ts +32 -0
  728. package/oj-c/types/tab-bar/DataTabBarIcon.d.ts +10 -0
  729. package/oj-c/types/tab-bar/index.d.ts +2 -0
  730. package/oj-c/types/tab-bar/tab-bar.d.ts +125 -0
  731. package/oj-c/types/tag-cloud/tag-cloud.d.ts +1 -0
  732. package/oj-c/types/text-area/text-area.d.ts +16 -26
  733. package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +3 -5
  734. package/oj-c/types/text-area/useTextAreaPreact.d.ts +3 -5
  735. package/oj-c/types/toggle-button/index.d.ts +2 -0
  736. package/oj-c/types/toggle-button/toggle-button.d.ts +94 -0
  737. package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
  738. package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +8 -4
  739. package/oj-c/types/utils/PRIVATE_ItemsMenu/menuTypes.d.ts +20 -1
  740. package/oj-c/types/utils/PRIVATE_chartUtils/events.d.ts +4 -5
  741. package/oj-c/types/utils/PRIVATE_chartUtils/lineAreaUtils.d.ts +1 -1
  742. package/oj-c/types/utils/PRIVATE_chartUtils/plotAreaUtils.d.ts +2 -25
  743. package/oj-c/types/utils/PRIVATE_toggleUtils/index.d.ts +3 -0
  744. package/oj-c/types/utils/PRIVATE_toggleUtils/toggle-item-icon.d.ts +6 -0
  745. package/oj-c/types/utils/PRIVATE_toggleUtils/toggleTypes.d.ts +14 -0
  746. package/oj-c/types/utils/PRIVATE_toggleUtils/widthStyle.d.ts +11 -0
  747. package/oj-c/types/utils/UNSAFE_keyUtils/keySetUtils.d.ts +2 -0
  748. package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +1 -0
  749. package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
  750. package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +1 -0
  751. package/oj-c/utils/PRIVATE_toggleUtils/index.js +7 -0
  752. package/oj-c/utils/PRIVATE_toggleUtils/toggle-item-icon.js +14 -0
  753. package/oj-c/utils/PRIVATE_toggleUtils/toggleTypes.js +4 -0
  754. package/oj-c/utils/PRIVATE_toggleUtils/widthStyle.js +19 -0
  755. package/oj-c/utils/UNSAFE_keyUtils/keySetUtils.js +21 -1
  756. package/oj-c/utils/UNSAFE_vizUtils/TemplateHandler.js +15 -3
  757. package/package.json +4 -4
  758. package/webdriver/docs/assets/navigation.js +1 -1
  759. package/webdriver/docs/assets/search.js +1 -1
  760. package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
  761. package/webdriver/docs/classes/AreaChartWebElement.html +6 -2
  762. package/webdriver/docs/classes/AvatarWebElement.html +1 -1
  763. package/webdriver/docs/classes/ButtonWebElement.html +1 -1
  764. package/webdriver/docs/classes/ButtonsetMultipleWebElement.html +143 -0
  765. package/webdriver/docs/classes/ButtonsetSingleWebElement.html +143 -0
  766. package/webdriver/docs/classes/CardViewWebElement.html +150 -0
  767. package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
  768. package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
  769. package/webdriver/docs/classes/CollapsibleWebElement.html +2 -2
  770. package/webdriver/docs/classes/ConveyorBeltWebElement.html +122 -0
  771. package/webdriver/docs/classes/DatePickerWebElement.html +143 -0
  772. package/webdriver/docs/classes/DrawerLayoutWebElement.html +139 -0
  773. package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
  774. package/webdriver/docs/classes/FilePickerWebElement.html +10 -1
  775. package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
  776. package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
  777. package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
  778. package/webdriver/docs/classes/InputDatePickerWebElement.html +231 -0
  779. package/webdriver/docs/classes/InputDateTextWebElement.html +2 -5
  780. package/webdriver/docs/classes/InputMonthMaskWebElement.html +1 -1
  781. package/webdriver/docs/classes/InputNumberWebElement.html +2 -5
  782. package/webdriver/docs/classes/InputPasswordWebElement.html +2 -5
  783. package/webdriver/docs/classes/InputSensitiveTextWebElement.html +1 -1
  784. package/webdriver/docs/classes/InputTextWebElement.html +1 -1
  785. package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
  786. package/webdriver/docs/classes/LegendWebElement.html +1 -1
  787. package/webdriver/docs/classes/LineChartWebElement.html +6 -2
  788. package/webdriver/docs/classes/ListItemLayoutWebElement.html +13 -9
  789. package/webdriver/docs/classes/ListViewWebElement.html +13 -5
  790. package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
  791. package/webdriver/docs/classes/MessageBannerWebElement.html +6 -2
  792. package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
  793. package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
  794. package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
  795. package/webdriver/docs/classes/PopupWebElement.html +171 -0
  796. package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
  797. package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
  798. package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
  799. package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
  800. package/webdriver/docs/classes/SelectMultipleWebElement.html +7 -6
  801. package/webdriver/docs/classes/SelectSingleWebElement.html +7 -6
  802. package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
  803. package/webdriver/docs/classes/SelectorAllWebElement.html +1 -1
  804. package/webdriver/docs/classes/SelectorWebElement.html +1 -1
  805. package/webdriver/docs/classes/SplitMenuButtonWebElement.html +3 -3
  806. package/webdriver/docs/classes/TabBarMixedWebElement.html +1 -1
  807. package/webdriver/docs/classes/TabBarWebElement.html +135 -0
  808. package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
  809. package/webdriver/docs/classes/TextAreaWebElement.html +2 -5
  810. package/webdriver/docs/classes/ToggleButtonWebElement.html +139 -0
  811. package/webdriver/docs/functions/findActionCard.html +1 -1
  812. package/webdriver/docs/functions/findAreaChart.html +1 -1
  813. package/webdriver/docs/functions/findAvatar.html +1 -1
  814. package/webdriver/docs/functions/findButton.html +1 -1
  815. package/webdriver/docs/functions/findButtonsetMultiple.html +8 -0
  816. package/webdriver/docs/functions/findButtonsetSingle.html +8 -0
  817. package/webdriver/docs/functions/findCardView.html +8 -0
  818. package/webdriver/docs/functions/findCheckbox.html +1 -1
  819. package/webdriver/docs/functions/findCheckboxset.html +1 -1
  820. package/webdriver/docs/functions/findCollapsible.html +1 -1
  821. package/webdriver/docs/functions/findConveyorBelt.html +8 -0
  822. package/webdriver/docs/functions/findDatePicker.html +8 -0
  823. package/webdriver/docs/functions/findDrawerLayout.html +8 -0
  824. package/webdriver/docs/functions/findDrawerPopup.html +1 -1
  825. package/webdriver/docs/functions/findFilePicker.html +1 -1
  826. package/webdriver/docs/functions/findFormLayout.html +1 -1
  827. package/webdriver/docs/functions/findHighlightText.html +1 -1
  828. package/webdriver/docs/functions/findInputDateMask.html +1 -1
  829. package/webdriver/docs/functions/findInputDatePicker.html +8 -0
  830. package/webdriver/docs/functions/findInputDateText.html +1 -1
  831. package/webdriver/docs/functions/findInputMonthMask.html +1 -1
  832. package/webdriver/docs/functions/findInputNumber.html +1 -1
  833. package/webdriver/docs/functions/findInputPassword.html +1 -1
  834. package/webdriver/docs/functions/findInputSensitiveText.html +1 -1
  835. package/webdriver/docs/functions/findInputText.html +1 -1
  836. package/webdriver/docs/functions/findLabelledLink.html +1 -1
  837. package/webdriver/docs/functions/findLegend.html +1 -1
  838. package/webdriver/docs/functions/findLineChart.html +1 -1
  839. package/webdriver/docs/functions/findListItemLayout.html +1 -1
  840. package/webdriver/docs/functions/findListView.html +1 -1
  841. package/webdriver/docs/functions/findMenuButton.html +1 -1
  842. package/webdriver/docs/functions/findMessageBanner.html +1 -1
  843. package/webdriver/docs/functions/findMessageToast.html +1 -1
  844. package/webdriver/docs/functions/findMeterBar.html +1 -1
  845. package/webdriver/docs/functions/findMeterCircle.html +1 -1
  846. package/webdriver/docs/functions/findPopup.html +8 -0
  847. package/webdriver/docs/functions/findProgressBar.html +1 -1
  848. package/webdriver/docs/functions/findProgressCircle.html +1 -1
  849. package/webdriver/docs/functions/findRadioset.html +1 -1
  850. package/webdriver/docs/functions/findRatingGauge.html +1 -1
  851. package/webdriver/docs/functions/findSelectMultiple.html +1 -1
  852. package/webdriver/docs/functions/findSelectSingle.html +1 -1
  853. package/webdriver/docs/functions/findSelectionCard.html +1 -1
  854. package/webdriver/docs/functions/findSelector.html +1 -1
  855. package/webdriver/docs/functions/findSelectorAll.html +1 -1
  856. package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
  857. package/webdriver/docs/functions/findTabBar.html +8 -0
  858. package/webdriver/docs/functions/findTabBarMixed.html +1 -1
  859. package/webdriver/docs/functions/findTagCloud.html +1 -1
  860. package/webdriver/docs/functions/findTextArea.html +1 -1
  861. package/webdriver/docs/functions/findToggleButton.html +8 -0
  862. package/webdriver/docs/index.html +1 -1
  863. package/webdriver/docs/modules.html +21 -1
  864. package/webdriver/index.d.ts +10 -0
  865. package/webdriver/index.js +10 -0
  866. package/webdriver/index.js.map +1 -1
  867. package/webdriver/index.ts +11 -1
  868. package/oj-c/docs/action-card.html +0 -249
  869. package/oj-c/docs/area-chart-group.html +0 -249
  870. package/oj-c/docs/area-chart-item.html +0 -249
  871. package/oj-c/docs/area-chart-series.html +0 -249
  872. package/oj-c/docs/area-chart.html +0 -249
  873. package/oj-c/docs/avatar.html +0 -249
  874. package/oj-c/docs/button.html +0 -249
  875. package/oj-c/docs/checkbox.html +0 -249
  876. package/oj-c/docs/checkboxset.html +0 -249
  877. package/oj-c/docs/collapsible.html +0 -249
  878. package/oj-c/docs/drawer-popup.html +0 -249
  879. package/oj-c/docs/file-picker.html +0 -249
  880. package/oj-c/docs/form-layout.html +0 -249
  881. package/oj-c/docs/highlight-text.html +0 -249
  882. package/oj-c/docs/index.html +0 -247
  883. package/oj-c/docs/input-date-mask.html +0 -249
  884. package/oj-c/docs/input-date-text.html +0 -249
  885. package/oj-c/docs/input-month-mask.html +0 -249
  886. package/oj-c/docs/input-number.html +0 -249
  887. package/oj-c/docs/input-password.html +0 -249
  888. package/oj-c/docs/input-sensitive-text.html +0 -249
  889. package/oj-c/docs/input-text.html +0 -249
  890. package/oj-c/docs/jsDocMd.json +0 -1
  891. package/oj-c/docs/labelled-link.html +0 -249
  892. package/oj-c/docs/legend-item.html +0 -249
  893. package/oj-c/docs/legend-section.html +0 -249
  894. package/oj-c/docs/legend.html +0 -249
  895. package/oj-c/docs/line-chart-group.html +0 -249
  896. package/oj-c/docs/line-chart-item.html +0 -249
  897. package/oj-c/docs/line-chart-series.html +0 -249
  898. package/oj-c/docs/line-chart.html +0 -249
  899. package/oj-c/docs/list-item-layout.html +0 -249
  900. package/oj-c/docs/list-view.html +0 -249
  901. package/oj-c/docs/menu-button.html +0 -249
  902. package/oj-c/docs/message-banner.html +0 -249
  903. package/oj-c/docs/message-toast.html +0 -249
  904. package/oj-c/docs/meter-bar.html +0 -249
  905. package/oj-c/docs/meter-circle.html +0 -249
  906. package/oj-c/docs/oj-c.ActionCard.html +0 -1045
  907. package/oj-c/docs/oj-c.AreaChart.html +0 -9396
  908. package/oj-c/docs/oj-c.AreaChartGroup.html +0 -610
  909. package/oj-c/docs/oj-c.AreaChartItem.html +0 -1104
  910. package/oj-c/docs/oj-c.AreaChartSeries.html +0 -1044
  911. package/oj-c/docs/oj-c.Avatar.html +0 -1907
  912. package/oj-c/docs/oj-c.Button.html +0 -2301
  913. package/oj-c/docs/oj-c.Checkbox.html +0 -3493
  914. package/oj-c/docs/oj-c.Checkboxset.html +0 -4589
  915. package/oj-c/docs/oj-c.Collapsible.html +0 -2064
  916. package/oj-c/docs/oj-c.DrawerPopup.html +0 -1631
  917. package/oj-c/docs/oj-c.FilePicker.html +0 -2664
  918. package/oj-c/docs/oj-c.FormLayout.html +0 -2159
  919. package/oj-c/docs/oj-c.HighlightText.html +0 -1078
  920. package/oj-c/docs/oj-c.InputDateMask.html +0 -5271
  921. package/oj-c/docs/oj-c.InputDateText.html +0 -5534
  922. package/oj-c/docs/oj-c.InputMonthMask.html +0 -5940
  923. package/oj-c/docs/oj-c.InputNumber.html +0 -6369
  924. package/oj-c/docs/oj-c.InputPassword.html +0 -5261
  925. package/oj-c/docs/oj-c.InputSensitiveText.html +0 -5723
  926. package/oj-c/docs/oj-c.InputText.html +0 -6124
  927. package/oj-c/docs/oj-c.LabelledLink.html +0 -2552
  928. package/oj-c/docs/oj-c.Legend.html +0 -5146
  929. package/oj-c/docs/oj-c.LegendItem.html +0 -1493
  930. package/oj-c/docs/oj-c.LegendSection.html +0 -460
  931. package/oj-c/docs/oj-c.LineChart.html +0 -9491
  932. package/oj-c/docs/oj-c.LineChartGroup.html +0 -610
  933. package/oj-c/docs/oj-c.LineChartItem.html +0 -1104
  934. package/oj-c/docs/oj-c.LineChartSeries.html +0 -1168
  935. package/oj-c/docs/oj-c.ListItemLayout.html +0 -1680
  936. package/oj-c/docs/oj-c.ListView.html +0 -2733
  937. package/oj-c/docs/oj-c.MenuButton.html +0 -2444
  938. package/oj-c/docs/oj-c.MessageBanner.html +0 -2107
  939. package/oj-c/docs/oj-c.MessageToast.html +0 -2254
  940. package/oj-c/docs/oj-c.MeterBar.html +0 -3308
  941. package/oj-c/docs/oj-c.MeterCircle.html +0 -3845
  942. package/oj-c/docs/oj-c.ProgressBar.html +0 -1250
  943. package/oj-c/docs/oj-c.ProgressCircle.html +0 -1266
  944. package/oj-c/docs/oj-c.Radioset.html +0 -4585
  945. package/oj-c/docs/oj-c.RatingGauge.html +0 -2738
  946. package/oj-c/docs/oj-c.SelectMultiple.html +0 -5381
  947. package/oj-c/docs/oj-c.SelectSingle.html +0 -5691
  948. package/oj-c/docs/oj-c.Selector.html +0 -1363
  949. package/oj-c/docs/oj-c.SelectorAll.html +0 -1128
  950. package/oj-c/docs/oj-c.SplitMenuButton.html +0 -1990
  951. package/oj-c/docs/oj-c.TabBarMixed.html +0 -2660
  952. package/oj-c/docs/oj-c.TagCloud.html +0 -2441
  953. package/oj-c/docs/oj-c.TagCloudItem.html +0 -794
  954. package/oj-c/docs/oj-c.TextArea.html +0 -5809
  955. package/oj-c/docs/progress-bar.html +0 -249
  956. package/oj-c/docs/progress-circle.html +0 -249
  957. package/oj-c/docs/radioset.html +0 -249
  958. package/oj-c/docs/rating-gauge.html +0 -249
  959. package/oj-c/docs/scripts/deprecated.js +0 -268
  960. package/oj-c/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
  961. package/oj-c/docs/scripts/prettify/lang-css.js +0 -9
  962. package/oj-c/docs/scripts/prettify/prettify.js +0 -35
  963. package/oj-c/docs/select-multiple.html +0 -249
  964. package/oj-c/docs/select-single.html +0 -249
  965. package/oj-c/docs/selection-card.html +0 -249
  966. package/oj-c/docs/selector-all.html +0 -249
  967. package/oj-c/docs/selector.html +0 -249
  968. package/oj-c/docs/split-menu-button.html +0 -249
  969. package/oj-c/docs/styles/images/bookmark.png +0 -0
  970. package/oj-c/docs/styles/images/linesarrowup.png +0 -0
  971. package/oj-c/docs/styles/images/linesarrowup_blue.png +0 -0
  972. package/oj-c/docs/styles/images/linesarrowup_hov.png +0 -0
  973. package/oj-c/docs/styles/images/linesarrowup_white.png +0 -0
  974. package/oj-c/docs/styles/images/oracle_logo_sm.png +0 -0
  975. package/oj-c/docs/styles/jsdoc-default.css +0 -851
  976. package/oj-c/docs/styles/prettify-jsdoc.css +0 -111
  977. package/oj-c/docs/styles/prettify-tomorrow.css +0 -132
  978. package/oj-c/docs/tab-bar-mixed.html +0 -249
  979. package/oj-c/docs/tag-cloud-item.html +0 -249
  980. package/oj-c/docs/tag-cloud.html +0 -249
  981. package/oj-c/docs/text-area.html +0 -249
  982. package/oj-c/editable-value/UNSAFE_useConverterObject/useConverterObject.js +0 -42
  983. package/oj-c/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.js +0 -147
  984. package/oj-c/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.js +0 -40
  985. package/oj-c/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.js +0 -27
  986. package/oj-c/min/editable-value/UNSAFE_useConverterObject/useConverterObject.js +0 -42
  987. package/oj-c/min/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.js +0 -147
  988. package/oj-c/min/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.js +0 -40
  989. package/oj-c/min/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.js +0 -27
  990. package/oj-c/types/editable-value/UNSAFE_useConverterObject/useConverterObject.d.ts +0 -15
  991. package/oj-c/types/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.d.ts +0 -49
  992. package/oj-c/types/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.d.ts +0 -23
  993. package/oj-c/types/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.d.ts +0 -9
@@ -1,3308 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>Element: &lt;oj-c-meter-bar></title>
6
-
7
- <script src="scripts/prettify/prettify.js"> </script>
8
- <script src="scripts/prettify/lang-css.js"> </script>
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <script src="scripts/deprecated.js"></script>
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
15
- <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
16
- </head>
17
-
18
- <body>
19
-
20
-
21
- <nav id="nav" data-current-item="navItem83">
22
-
23
- <h2>Oracle® JET</h2>
24
- <h2>Core Pack Components</h2>
25
- <h3>16.1.4</h3>
26
-
27
- <div class="deprecation-checkboxes" style="display: none">
28
- <ul style="list-style: none; display: none;">
29
- <li style="margin-top:0px">
30
- <label for="deprecated">
31
- <div class="deprecated-cb-common"><input type="checkbox" id="deprecated"><span style="padding:2px">Show Deprecated APIs</span></div>
32
- </label>
33
- </li>
34
- <li style="margin-top:0px">
35
- <label for="jsonly"></label>
36
- <div class="deprecated-cb-common"><input type="checkbox" id="jsonly"><span style="padding:2px 12px 2px 2px">Javascript Only APIs</span></div>
37
- </li>
38
- </ul>
39
- </div>
40
- <ul><li id="idx"><h2 id="navIndex"><a href="index.html" id="navIndexFocusable">Index</a></h2></li><li><div id="nav_toggle">
41
- <input type="radio" id="elements_rb" name="toggle" value="Elements">
42
- <label for="elements">Elements</label>
43
- <input type="radio" id="modules_rb" name="toggle" value="Modules">
44
- <label for="modules">Modules</label><br>
45
- </div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.ActionCard.html">&lt;oj-c-action-card></a></li><li id="navItem1"><a href="oj-c.AreaChart.html">&lt;oj-c-area-chart></a></li><li id="navItem2"><a href="oj-c.AreaChartGroup.html">&lt;oj-c-area-chart-group></a></li><li id="navItem3"><a href="oj-c.AreaChartItem.html">&lt;oj-c-area-chart-item></a></li><li id="navItem4"><a href="oj-c.AreaChartSeries.html">&lt;oj-c-area-chart-series></a></li><li class="deprecated-hidden" id="navItem5"><a href="oj-c.Avatar.html">&lt;oj-c-avatar></a></li><li class="deprecated-hidden" id="navItem6"><a href="oj-c.Button.html">&lt;oj-c-button></a></li><li id="navItem7"><a href="oj-c.Checkbox.html">&lt;oj-c-checkbox></a></li><li class="deprecated-hidden" id="navItem8"><a href="oj-c.Checkboxset.html">&lt;oj-c-checkboxset></a></li><li id="navItem9"><a href="oj-c.Collapsible.html">&lt;oj-c-collapsible></a></li><li id="navItem10"><a href="oj-c.DrawerPopup.html">&lt;oj-c-drawer-popup></a></li><li class="deprecated-hidden" id="navItem11"><a href="oj-c.FilePicker.html">&lt;oj-c-file-picker></a></li><li id="navItem12"><a href="oj-c.FormLayout.html">&lt;oj-c-form-layout></a></li><li class="deprecated-hidden" id="navItem13"><a href="oj-c.HighlightText.html">&lt;oj-c-highlight-text></a></li><li id="navItem14"><a href="oj-c.InputDateMask.html">&lt;oj-c-input-date-mask></a></li><li id="navItem15"><a href="oj-c.InputDateText.html">&lt;oj-c-input-date-text></a></li><li id="navItem16"><a href="oj-c.InputMonthMask.html">&lt;oj-c-input-month-mask></a></li><li class="deprecated-hidden" id="navItem17"><a href="oj-c.InputNumber.html">&lt;oj-c-input-number></a></li><li class="deprecated-hidden" id="navItem18"><a href="oj-c.InputPassword.html">&lt;oj-c-input-password></a></li><li id="navItem19"><a href="oj-c.InputSensitiveText.html">&lt;oj-c-input-sensitive-text></a></li><li class="deprecated-hidden" id="navItem20"><a href="oj-c.InputText.html">&lt;oj-c-input-text></a></li><li id="navItem21"><a href="oj-c.LabelledLink.html">&lt;oj-c-labelled-link></a></li><li id="navItem22"><a href="oj-c.Legend.html">&lt;oj-c-legend></a></li><li id="navItem23"><a href="oj-c.LegendItem.html">&lt;oj-c-legend-item></a></li><li id="navItem24"><a href="oj-c.LegendSection.html">&lt;oj-c-legend-section></a></li><li id="navItem25"><a href="oj-c.LineChart.html">&lt;oj-c-line-chart></a></li><li id="navItem26"><a href="oj-c.LineChartGroup.html">&lt;oj-c-line-chart-group></a></li><li id="navItem27"><a href="oj-c.LineChartItem.html">&lt;oj-c-line-chart-item></a></li><li id="navItem28"><a href="oj-c.LineChartSeries.html">&lt;oj-c-line-chart-series></a></li><li class="deprecated-hidden" id="navItem29"><a href="oj-c.ListItemLayout.html">&lt;oj-c-list-item-layout></a></li><li id="navItem30"><a href="oj-c.ListView.html">&lt;oj-c-list-view></a></li><li class="deprecated-hidden" id="navItem31"><a href="oj-c.MenuButton.html">&lt;oj-c-menu-button></a></li><li class="deprecated-hidden" id="navItem32"><a href="oj-c.MessageBanner.html">&lt;oj-c-message-banner></a></li><li class="deprecated-hidden" id="navItem33"><a href="oj-c.MessageToast.html">&lt;oj-c-message-toast></a></li><li class="deprecated-hidden" id="navItem34"><a href="oj-c.MeterBar.html">&lt;oj-c-meter-bar></a></li><li class="deprecated-hidden" id="navItem35"><a href="oj-c.MeterCircle.html">&lt;oj-c-meter-circle></a></li><li class="deprecated-hidden" id="navItem36"><a href="oj-c.ProgressBar.html">&lt;oj-c-progress-bar></a></li><li class="deprecated-hidden" id="navItem37"><a href="oj-c.ProgressCircle.html">&lt;oj-c-progress-circle></a></li><li class="deprecated-hidden" id="navItem38"><a href="oj-c.Radioset.html">&lt;oj-c-radioset></a></li><li class="deprecated-hidden" id="navItem39"><a href="oj-c.RatingGauge.html">&lt;oj-c-rating-gauge></a></li><li class="deprecated-hidden" id="navItem40"><a href="oj-c.SelectMultiple.html">&lt;oj-c-select-multiple></a></li><li class="deprecated-hidden" id="navItem41"><a href="oj-c.Selector.html">&lt;oj-c-selector></a></li><li class="deprecated-hidden" id="navItem42"><a href="oj-c.SelectorAll.html">&lt;oj-c-selector-all></a></li><li id="navItem43"><a href="oj-c.SelectSingle.html">&lt;oj-c-select-single></a></li><li id="navItem44"><a href="oj-c.SplitMenuButton.html">&lt;oj-c-split-menu-button></a></li><li id="navItem45"><a href="oj-c.TabBarMixed.html">&lt;oj-c-tab-bar-mixed></a></li><li id="navItem46"><a href="oj-c.TagCloud.html">&lt;oj-c-tag-cloud></a></li><li id="navItem47"><a href="oj-c.TagCloudItem.html">&lt;oj-c-tag-cloud-item></a></li><li class="deprecated-hidden" id="navItem48"><a href="oj-c.TextArea.html">&lt;oj-c-text-area></a></li></ul></li><li id="nav_modules" style="display: none"><h3 id="navElements">Modules</h3><ul class="subList_lev2"><li class="module">
46
- <div id="action-card" class="module_element">
47
- <a href="action-card.html">action-card</a>
48
- </div><ul class="subList_lev3"><li id="navItem49"><a href="oj-c.ActionCard.html">&lt;oj-c-action-card></a></li></ul></li><li class="module">
49
- <div id="area-chart" class="module_element">
50
- <a href="area-chart.html">area-chart</a>
51
- </div><ul class="subList_lev3"><li id="navItem50"><a href="oj-c.AreaChart.html">&lt;oj-c-area-chart></a></li></ul></li><li class="module">
52
- <div id="area-chart-group" class="module_element">
53
- <a href="area-chart-group.html">area-chart-group</a>
54
- </div><ul class="subList_lev3"><li id="navItem51"><a href="oj-c.AreaChartGroup.html">&lt;oj-c-area-chart-group></a></li></ul></li><li class="module">
55
- <div id="area-chart-item" class="module_element">
56
- <a href="area-chart-item.html">area-chart-item</a>
57
- </div><ul class="subList_lev3"><li id="navItem52"><a href="oj-c.AreaChartItem.html">&lt;oj-c-area-chart-item></a></li></ul></li><li class="module">
58
- <div id="area-chart-series" class="module_element">
59
- <a href="area-chart-series.html">area-chart-series</a>
60
- </div><ul class="subList_lev3"><li id="navItem53"><a href="oj-c.AreaChartSeries.html">&lt;oj-c-area-chart-series></a></li></ul></li><li class="deprecated-hidden">
61
- <div id="avatar" class="module_element">
62
- <a href="avatar.html">avatar</a>
63
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem54"><a href="oj-c.Avatar.html">&lt;oj-c-avatar></a></li></ul></li><li class="deprecated-hidden">
64
- <div id="button" class="module_element">
65
- <a href="button.html">button</a>
66
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem55"><a href="oj-c.Button.html">&lt;oj-c-button></a></li></ul></li><li class="module">
67
- <div id="checkbox" class="module_element">
68
- <a href="checkbox.html">checkbox</a>
69
- </div><ul class="subList_lev3"><li id="navItem56"><a href="oj-c.Checkbox.html">&lt;oj-c-checkbox></a></li></ul></li><li class="deprecated-hidden">
70
- <div id="checkboxset" class="module_element">
71
- <a href="checkboxset.html">checkboxset</a>
72
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem57"><a href="oj-c.Checkboxset.html">&lt;oj-c-checkboxset></a></li></ul></li><li class="module">
73
- <div id="collapsible" class="module_element">
74
- <a href="collapsible.html">collapsible</a>
75
- </div><ul class="subList_lev3"><li id="navItem58"><a href="oj-c.Collapsible.html">&lt;oj-c-collapsible></a></li></ul></li><li class="module">
76
- <div id="drawer-popup" class="module_element">
77
- <a href="drawer-popup.html">drawer-popup</a>
78
- </div><ul class="subList_lev3"><li id="navItem59"><a href="oj-c.DrawerPopup.html">&lt;oj-c-drawer-popup></a></li></ul></li><li class="deprecated-hidden">
79
- <div id="file-picker" class="module_element">
80
- <a href="file-picker.html">file-picker</a>
81
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem60"><a href="oj-c.FilePicker.html">&lt;oj-c-file-picker></a></li></ul></li><li class="module">
82
- <div id="form-layout" class="module_element">
83
- <a href="form-layout.html">form-layout</a>
84
- </div><ul class="subList_lev3"><li id="navItem61"><a href="oj-c.FormLayout.html">&lt;oj-c-form-layout></a></li></ul></li><li class="deprecated-hidden">
85
- <div id="highlight-text" class="module_element">
86
- <a href="highlight-text.html">highlight-text</a>
87
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem62"><a href="oj-c.HighlightText.html">&lt;oj-c-highlight-text></a></li></ul></li><li class="module">
88
- <div id="input-date-mask" class="module_element">
89
- <a href="input-date-mask.html">input-date-mask</a>
90
- </div><ul class="subList_lev3"><li id="navItem63"><a href="oj-c.InputDateMask.html">&lt;oj-c-input-date-mask></a></li></ul></li><li class="module">
91
- <div id="input-date-text" class="module_element">
92
- <a href="input-date-text.html">input-date-text</a>
93
- </div><ul class="subList_lev3"><li id="navItem64"><a href="oj-c.InputDateText.html">&lt;oj-c-input-date-text></a></li></ul></li><li class="module">
94
- <div id="input-month-mask" class="module_element">
95
- <a href="input-month-mask.html">input-month-mask</a>
96
- </div><ul class="subList_lev3"><li id="navItem65"><a href="oj-c.InputMonthMask.html">&lt;oj-c-input-month-mask></a></li></ul></li><li class="deprecated-hidden">
97
- <div id="input-number" class="module_element">
98
- <a href="input-number.html">input-number</a>
99
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem66"><a href="oj-c.InputNumber.html">&lt;oj-c-input-number></a></li></ul></li><li class="deprecated-hidden">
100
- <div id="input-password" class="module_element">
101
- <a href="input-password.html">input-password</a>
102
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem67"><a href="oj-c.InputPassword.html">&lt;oj-c-input-password></a></li></ul></li><li class="module">
103
- <div id="input-sensitive-text" class="module_element">
104
- <a href="input-sensitive-text.html">input-sensitive-text</a>
105
- </div><ul class="subList_lev3"><li id="navItem68"><a href="oj-c.InputSensitiveText.html">&lt;oj-c-input-sensitive-text></a></li></ul></li><li class="deprecated-hidden">
106
- <div id="input-text" class="module_element">
107
- <a href="input-text.html">input-text</a>
108
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem69"><a href="oj-c.InputText.html">&lt;oj-c-input-text></a></li></ul></li><li class="module">
109
- <div id="labelled-link" class="module_element">
110
- <a href="labelled-link.html">labelled-link</a>
111
- </div><ul class="subList_lev3"><li id="navItem70"><a href="oj-c.LabelledLink.html">&lt;oj-c-labelled-link></a></li></ul></li><li class="module">
112
- <div id="legend" class="module_element">
113
- <a href="legend.html">legend</a>
114
- </div><ul class="subList_lev3"><li id="navItem71"><a href="oj-c.Legend.html">&lt;oj-c-legend></a></li></ul></li><li class="module">
115
- <div id="legend-item" class="module_element">
116
- <a href="legend-item.html">legend-item</a>
117
- </div><ul class="subList_lev3"><li id="navItem72"><a href="oj-c.LegendItem.html">&lt;oj-c-legend-item></a></li></ul></li><li class="module">
118
- <div id="legend-section" class="module_element">
119
- <a href="legend-section.html">legend-section</a>
120
- </div><ul class="subList_lev3"><li id="navItem73"><a href="oj-c.LegendSection.html">&lt;oj-c-legend-section></a></li></ul></li><li class="module">
121
- <div id="line-chart" class="module_element">
122
- <a href="line-chart.html">line-chart</a>
123
- </div><ul class="subList_lev3"><li id="navItem74"><a href="oj-c.LineChart.html">&lt;oj-c-line-chart></a></li></ul></li><li class="module">
124
- <div id="line-chart-group" class="module_element">
125
- <a href="line-chart-group.html">line-chart-group</a>
126
- </div><ul class="subList_lev3"><li id="navItem75"><a href="oj-c.LineChartGroup.html">&lt;oj-c-line-chart-group></a></li></ul></li><li class="module">
127
- <div id="line-chart-item" class="module_element">
128
- <a href="line-chart-item.html">line-chart-item</a>
129
- </div><ul class="subList_lev3"><li id="navItem76"><a href="oj-c.LineChartItem.html">&lt;oj-c-line-chart-item></a></li></ul></li><li class="module">
130
- <div id="line-chart-series" class="module_element">
131
- <a href="line-chart-series.html">line-chart-series</a>
132
- </div><ul class="subList_lev3"><li id="navItem77"><a href="oj-c.LineChartSeries.html">&lt;oj-c-line-chart-series></a></li></ul></li><li class="deprecated-hidden">
133
- <div id="list-item-layout" class="module_element">
134
- <a href="list-item-layout.html">list-item-layout</a>
135
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem78"><a href="oj-c.ListItemLayout.html">&lt;oj-c-list-item-layout></a></li></ul></li><li class="module">
136
- <div id="list-view" class="module_element">
137
- <a href="list-view.html">list-view</a>
138
- </div><ul class="subList_lev3"><li id="navItem79"><a href="oj-c.ListView.html">&lt;oj-c-list-view></a></li></ul></li><li class="deprecated-hidden">
139
- <div id="menu-button" class="module_element">
140
- <a href="menu-button.html">menu-button</a>
141
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem80"><a href="oj-c.MenuButton.html">&lt;oj-c-menu-button></a></li></ul></li><li class="deprecated-hidden">
142
- <div id="message-banner" class="module_element">
143
- <a href="message-banner.html">message-banner</a>
144
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem81"><a href="oj-c.MessageBanner.html">&lt;oj-c-message-banner></a></li></ul></li><li class="deprecated-hidden">
145
- <div id="message-toast" class="module_element">
146
- <a href="message-toast.html">message-toast</a>
147
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem82"><a href="oj-c.MessageToast.html">&lt;oj-c-message-toast></a></li></ul></li><li class="deprecated-hidden">
148
- <div id="meter-bar" class="module_element">
149
- <a href="meter-bar.html">meter-bar</a>
150
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem83"><a href="oj-c.MeterBar.html">&lt;oj-c-meter-bar></a></li></ul></li><li class="deprecated-hidden">
151
- <div id="meter-circle" class="module_element">
152
- <a href="meter-circle.html">meter-circle</a>
153
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem84"><a href="oj-c.MeterCircle.html">&lt;oj-c-meter-circle></a></li></ul></li><li class="deprecated-hidden">
154
- <div id="progress-bar" class="module_element">
155
- <a href="progress-bar.html">progress-bar</a>
156
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem85"><a href="oj-c.ProgressBar.html">&lt;oj-c-progress-bar></a></li></ul></li><li class="deprecated-hidden">
157
- <div id="progress-circle" class="module_element">
158
- <a href="progress-circle.html">progress-circle</a>
159
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem86"><a href="oj-c.ProgressCircle.html">&lt;oj-c-progress-circle></a></li></ul></li><li class="deprecated-hidden">
160
- <div id="radioset" class="module_element">
161
- <a href="radioset.html">radioset</a>
162
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem87"><a href="oj-c.Radioset.html">&lt;oj-c-radioset></a></li></ul></li><li class="deprecated-hidden">
163
- <div id="rating-gauge" class="module_element">
164
- <a href="rating-gauge.html">rating-gauge</a>
165
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem88"><a href="oj-c.RatingGauge.html">&lt;oj-c-rating-gauge></a></li></ul></li><li class="deprecated-hidden">
166
- <div id="select-multiple" class="module_element">
167
- <a href="select-multiple.html">select-multiple</a>
168
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem89"><a href="oj-c.SelectMultiple.html">&lt;oj-c-select-multiple></a></li></ul></li><li class="module">
169
- <div id="select-single" class="module_element">
170
- <a href="select-single.html">select-single</a>
171
- </div><ul class="subList_lev3"><li id="navItem90"><a href="oj-c.SelectSingle.html">&lt;oj-c-select-single></a></li></ul></li><li class="module">
172
- <div id="selection-card" class="module_element">
173
- <a href="selection-card.html">selection-card</a>
174
- </div><ul class="subList_lev3"></ul></li><li class="deprecated-hidden">
175
- <div id="selector" class="module_element">
176
- <a href="selector.html">selector</a>
177
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem91"><a href="oj-c.Selector.html">&lt;oj-c-selector></a></li></ul></li><li class="deprecated-hidden">
178
- <div id="selector-all" class="module_element">
179
- <a href="selector-all.html">selector-all</a>
180
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem92"><a href="oj-c.SelectorAll.html">&lt;oj-c-selector-all></a></li></ul></li><li class="module">
181
- <div id="split-menu-button" class="module_element">
182
- <a href="split-menu-button.html">split-menu-button</a>
183
- </div><ul class="subList_lev3"><li id="navItem93"><a href="oj-c.SplitMenuButton.html">&lt;oj-c-split-menu-button></a></li></ul></li><li class="module">
184
- <div id="tab-bar-mixed" class="module_element">
185
- <a href="tab-bar-mixed.html">tab-bar-mixed</a>
186
- </div><ul class="subList_lev3"><li id="navItem94"><a href="oj-c.TabBarMixed.html">&lt;oj-c-tab-bar-mixed></a></li></ul></li><li class="module">
187
- <div id="tag-cloud" class="module_element">
188
- <a href="tag-cloud.html">tag-cloud</a>
189
- </div><ul class="subList_lev3"><li id="navItem95"><a href="oj-c.TagCloud.html">&lt;oj-c-tag-cloud></a></li></ul></li><li class="module">
190
- <div id="tag-cloud-item" class="module_element">
191
- <a href="tag-cloud-item.html">tag-cloud-item</a>
192
- </div><ul class="subList_lev3"><li id="navItem96"><a href="oj-c.TagCloudItem.html">&lt;oj-c-tag-cloud-item></a></li></ul></li><li class="deprecated-hidden">
193
- <div id="text-area" class="module_element">
194
- <a href="text-area.html">text-area</a>
195
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem97"><a href="oj-c.TextArea.html">&lt;oj-c-text-area></a></li></ul></li></ul></li></ul>
196
- </nav>
197
-
198
- <div id="main">
199
-
200
- <button onclick="topFunction()" id="jump-to-top-btn" title="Go to top"></button>
201
- <div class="page-title deprecated-hidden">
202
- <h1>Element: &lt;oj-c-meter-bar></h1>
203
- </div>
204
-
205
- <p class="product-docs-header">
206
- <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
207
- 16.1.4</span><br>
208
- </p>
209
-
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
- <dl class="details">
222
-
223
- <dt class="tag-since">Since:</dt>
224
- <dd class="tag-since"><ul class="dummy"><li>14.0.0</li></ul></dd>
225
-
226
- <dt class="tag-module">Module:</dt>
227
- <dd class="tag-module"><ul class="dummy"><li>meter-bar</li></ul></dd>
228
-
229
- </dl>
230
-
231
- <section id="quick-nav" class="deprecated-hidden">
232
- <header><h2>QuickNav</h2></header>
233
-
234
-
235
-
236
- <div class="quick-nav-section4">
237
- <h3> <a href="#members-section">Attributes</a></h3>
238
- <ul class="optionsSubList">
239
-
240
- <li><div><a href="#color">color</a></div>
241
-
242
- </li>
243
-
244
- <li><div><a href="#datatip"><b>datatip</b></a></div>
245
-
246
- </li>
247
-
248
- <li><div><a href="#describedBy">described-by</a></div>
249
-
250
- </li>
251
-
252
- <li><div><a href="#indicatorSize">indicator-size</a></div>
253
-
254
- </li>
255
-
256
- <li><div><a href="#labelledBy">labelled-by</a></div>
257
-
258
- </li>
259
-
260
- <li><div><a href="#max">max</a></div>
261
-
262
- </li>
263
-
264
- <li><div><a href="#min">min</a></div>
265
-
266
- </li>
267
-
268
- <li><div><a href="#orientation">orientation</a></div>
269
-
270
- </li>
271
-
272
- <li><div><a href="#plotArea"><b>plot-area</b></a></div>
273
-
274
- </li>
275
-
276
- <li><div><a href="#readonly">readonly</a></div>
277
-
278
- </li>
279
-
280
- <li><div><a href="#referenceLines"><b>reference-lines</b></a></div>
281
-
282
- </li>
283
-
284
- <li><div><a href="#size">size</a></div>
285
-
286
- </li>
287
-
288
- <li><div><a href="#step">step</a></div>
289
-
290
- </li>
291
-
292
- <li><div><a href="#thresholdDisplay">threshold-display</a></div>
293
-
294
- </li>
295
-
296
- <li><div><a href="#thresholds"><b>thresholds</b></a></div>
297
-
298
- </li>
299
-
300
- <li><div><a href="#transientValue">transient-value</a></div>
301
-
302
- </li>
303
-
304
- <li><div><a href="#value">value</a></div>
305
-
306
- </ul>
307
- <script type="text/javascript" >
308
- var innerSubLists = document.getElementsByClassName('optionsInnerSubList');
309
- for (var i=0; i<innerSubLists.length; i++) {
310
- innerSubLists[i].parentNode.onclick=function(event) {
311
- event.stopPropagation();
312
- // Only interpret the click event if the <a> element is the target and do nothing if click occurred elsewhere on the div
313
- if (event.target.parentNode == this.firstChild.firstChild) {
314
- // toggle only the clicked sub properties list and not any nested ones
315
- var subProperties = this.getElementsByClassName('optionsInnerSubList');
316
- subProperties[0].style.display = (subProperties[0].style.display=='block' ? 'none' : 'block');
317
- }
318
- }
319
- }
320
- </script>
321
-
322
-
323
-
324
-
325
-
326
- </div>
327
-
328
-
329
-
330
-
331
-
332
- <div class="quick-nav-section4">
333
- <h3><a href="#methods-section">Methods</a></h3>
334
- <ul class="subList">
335
-
336
- <li><a href="#getProperty">getProperty</a></li>
337
-
338
- <li><a href="#setProperties">setProperties</a></li>
339
-
340
- <li><a href="#setProperty">setProperty</a></li>
341
-
342
- </ul>
343
-
344
- </div>
345
-
346
-
347
- <div class="quick-nav-section4">
348
- <h3><a href="#typedefs-section">Type Definitions</a></h3>
349
- <ul class="subList">
350
-
351
- <li><a href="#DatatipContext">DatatipContext</a></li>
352
-
353
- <li><a href="#PlotArea">PlotArea</a></li>
354
-
355
- <li><a href="#ReferenceLine">ReferenceLine</a></li>
356
-
357
- <li><a href="#Threshold">Threshold</a></li>
358
-
359
- </ul>
360
- </div>
361
-
362
-
363
- <div class="quick-nav-section4">
364
- <h3>Other Topics</h3>
365
- <ul class="subList">
366
-
367
- <li><a href="#touch-section">Touch Section</a></li>
368
-
369
- <li><a href="#a11y-section">Accessibility Section</a></li>
370
-
371
- </ul>
372
- </div>
373
-
374
- </section>
375
-
376
- <section class="deprecated-hidden">
377
- <header>
378
-
379
- </br>
380
-
381
- <div class="class-description">
382
- <p><h3 id="meterBarOverview-section">
383
- JET meter bar
384
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#meterBarOverview-section"></a>
385
- </h3>
386
- A meter bar is typically used to display or accept user feedback on a product or service.
387
- <pre class="prettyprint"><code>&lt;oj-c-meter-bar value='4'>&lt;/oj-c-meter-bar></code></pre>
388
-
389
- <h3 id="a11y-section">
390
- Accessibility
391
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#a11y-section"></a>
392
- </h3>
393
- <p>
394
- The application is strongly encouraged, even though it is not required, to populate the aria-label attribute on the element with meaningful descriptors as
395
- the oj-c-meter-bar element does not provide a default descriptor.
396
- </p>
397
- <p>
398
- If an application is using thresholds or reference lines, they need to include the information for screender readers using the following methods:
399
- <ul>
400
- <li>aria-describedby</li>
401
- <li>aria-labelledby</li>
402
- <li>aria-label</li>
403
- </ul>
404
- </p>
405
- <p>
406
- If you are using indicatorColor, applications are responsible for making sure that the color meets the
407
- <a href="https://www.w3.org/TR/WCAG21/#contrast-minimum">minimum contrast ratio</a>.
408
- </p>
409
-
410
- <h3 id="keyboardSection">
411
- Keyboard
412
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#keyboardSection"></a>
413
- </h3>
414
-
415
- <table class="keyboard-table">
416
- <thead>
417
- <tr>
418
- <th>Key</th>
419
- <th>Action</th>
420
- </tr>
421
- </thead>
422
- <tbody>
423
- <tr>
424
- <td><kbd>Enter</kbd></td>
425
- <td>Submit the current value of the meter bar.</td>
426
- </tr>
427
- <tr>
428
- <td><kbd>Tab</kbd></td>
429
- <td>Move focus to next element and submit the current value of the meter bar.</td>
430
- </tr>
431
- <tr>
432
- <td><kbd>Shift + Tab</kbd></td>
433
- <td>Move focus to previous element.</td>
434
- </tr>
435
- <tr>
436
- <td><kbd>End</kbd></td>
437
- <td>Increase the meter bar's transient value to max value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
438
- </tr>
439
- <tr>
440
- <td><kbd>Home</kbd></td>
441
- <td>Decrease the meter bar's transient value to zero. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
442
- </tr>
443
- <tr>
444
- <td><kbd>UpArrow</kbd></td>
445
- <td>Increase the meter bar's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
446
- </tr>
447
- <tr>
448
- <td><kbd>DownArrow</kbd></td>
449
- <td>Decrease the meter bar's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
450
- </tr>
451
- <tr>
452
- <td><kbd>LeftArrow</kbd></td>
453
- <td>Decrease the meter bar's transient value in left-to-right locales. Increase the meter bar's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
454
- </tr>
455
- <tr>
456
- <td><kbd>RightArrow</kbd></td>
457
- <td>Increase the meter bar's transient value in left-to-right locales. Decrease the meter bar's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
458
- </tr>
459
- </tbody>
460
- </table>
461
-
462
- <h3 id="touch-section">
463
- Touch End User Information
464
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#touch-section"></a>
465
- </h3>
466
-
467
- <table class="keyboard-table">
468
- <thead>
469
- <tr>
470
- <th>Gesture</th>
471
- <th>Action</th>
472
- </tr>
473
- </thead>
474
- <tbody>
475
- <tr>
476
- <td><kbd>Drag</kbd></td>
477
- <td>Value change when <code class="prettyprint">readonly</code> is <code class="prettyprint">false</code>.</td>
478
- </tr>
479
- </tbody>
480
- </table></p>
481
- </div>
482
- </br>
483
-
484
- </header>
485
-
486
-
487
- <article>
488
- <div class="container-overview">
489
-
490
-
491
- <div class="usage-section">
492
- <h3 id="usage-section">Usage<a class="bookmarkable-link" title="Bookmarkable Link" href="#usage-section"></a></h3>
493
-
494
- <dt class="deprecated-hidden" style="margin-right: 100px;"><h5><span>Signature: </span><p> <span class="name type-signature">interface CMeterBarElement</span></p></h5></dt>
495
-
496
- <dl>
497
- <dt><h5>Typescript Import Format</h5></dt>
498
- <dd><pre class="prettyprint"><code>//To typecheck the element APIs, import as below.<br>import {CMeterBarElement} from "oj-c/meter-bar";<br><br>//For the transpiled javascript to load the element's module, import as below<br>import "oj-c/meter-bar";</code></pre></dd>
499
- </dl>
500
-
501
- <p>For additional information visit:</p>
502
- <ul>
503
-
504
- <li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview" target="_blank">Using JET Custom Elements</a></li>
505
-
506
- <li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=typescriptoverview" target="_blank">Using JET with TypeScript</a></li>
507
- <li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=moduleloadingoverview" target="_blank">JET Module Loading</a></li>
508
- </ul>
509
-
510
- <p class="important">Note: Application logic should not interact with the component's properties or invoke its methods
511
- until the <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=ojbusycontext" target="_blank">BusyContext</a> indicates that the component is ready for interaction.</p>
512
-
513
- </div>
514
- <br>
515
-
516
-
517
-
518
-
519
-
520
-
521
-
522
- <span class="dep-type deprecated-hidden-only jsdoc-type">
523
- <dl class="deprecated deprecated-hidden-only">
524
- <dt class="important">Deprecated:</dt>
525
- <dd><table class="params">
526
- <thead>
527
- <tr>
528
-
529
- <th>Since</th>
530
- <th>Value</th>
531
-
532
- <th>Description</th>
533
- </tr>
534
- </thead>
535
-
536
- <tbody>
537
-
538
- <tr>
539
- <td class="name"><code>15.0.0</code></td>
540
- <td class="description">oj-status-meter-gauge</td>
541
-
542
- <td class="description last"></td>
543
- </tr>
544
-
545
- </tbody>
546
- </table></dd>
547
- </dl>
548
- </span>
549
-
550
- <dl class="details">
551
-
552
-
553
-
554
-
555
-
556
-
557
-
558
-
559
-
560
-
561
-
562
-
563
-
564
-
565
-
566
-
567
-
568
-
569
-
570
-
571
-
572
-
573
-
574
-
575
-
576
-
577
-
578
-
579
-
580
- </dl>
581
-
582
-
583
-
584
- </div>
585
-
586
-
587
-
588
-
589
-
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
- <h3 id="members-section" class="subsection-title">
599
- Attributes
600
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#members-section"></a>
601
- </h3>
602
-
603
- <dl>
604
-
605
-
606
- <dt class="">
607
-
608
- <h4 id="color" class="name">
609
-
610
- <span class="type-signature"></span>color<span class="type-signature"> :string</span>
611
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#color"></a>
612
-
613
- </h4>
614
-
615
-
616
- </dt>
617
-
618
- <dd class="">
619
-
620
- <div class="description">
621
- Specifies the color of the meter bar indicator. Only applies when thresholdDisplay is not set to indicator.
622
- </div>
623
-
624
-
625
-
626
-
627
- <dl class="details">
628
-
629
-
630
-
631
-
632
-
633
-
634
-
635
-
636
-
637
-
638
-
639
-
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
-
649
-
650
-
651
-
652
-
653
-
654
-
655
-
656
-
657
- </dl>
658
-
659
-
660
-
661
- <h5>Names</h5>
662
- <table class="keyboard-table">
663
- <thead>
664
- <tr>
665
- <th>Item</th>
666
- <th>Name</th>
667
- </tr>
668
- </thead>
669
- <tbody>
670
- <tr>
671
- <td>Property</td>
672
- <td><code class="prettyprint">color</code></td>
673
- </tr>
674
-
675
- <tr>
676
- <td>Property change event</td>
677
- <td><code class="prettyprint">colorChanged</code></td>
678
- </tr>
679
- <tr>
680
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
681
- <td><code class="pretty-print-noprettify">on-color-changed</code></td>
682
- </tr>
683
-
684
- </tbody>
685
- </table>
686
-
687
- </dd>
688
-
689
-
690
- <dt class="">
691
-
692
- <h4 id="datatip" class="name">
693
-
694
- <span class="type-signature"></span>datatip<span class="type-signature"> :(context: <a href="oj-c.MeterBar.html#DatatipContext">oj-c.MeterBar.DatatipContext</a>) => string | null</span>
695
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#datatip"></a>
696
-
697
- </h4>
698
-
699
-
700
- </dt>
701
-
702
- <dd class="">
703
-
704
- <div class="description">
705
- The function that returns a custom datatip string for given value of meter bar. The function is called with DatatipContext as context. If datatip is undefined,
706
- meter bar will use the default datatip. If the returned value of the function is null, no datatip is shown.
707
- </div>
708
-
709
-
710
-
711
-
712
- <dl class="details">
713
-
714
-
715
-
716
-
717
-
718
-
719
-
720
-
721
-
722
-
723
-
724
-
725
-
726
-
727
-
728
-
729
-
730
-
731
-
732
-
733
-
734
-
735
-
736
-
737
-
738
-
739
-
740
-
741
-
742
- </dl>
743
-
744
-
745
-
746
- <h5>Names</h5>
747
- <table class="keyboard-table">
748
- <thead>
749
- <tr>
750
- <th>Item</th>
751
- <th>Name</th>
752
- </tr>
753
- </thead>
754
- <tbody>
755
- <tr>
756
- <td>Property</td>
757
- <td><code class="prettyprint">datatip</code></td>
758
- </tr>
759
-
760
- <tr>
761
- <td>Property change event</td>
762
- <td><code class="prettyprint">datatipChanged</code></td>
763
- </tr>
764
- <tr>
765
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
766
- <td><code class="pretty-print-noprettify">on-datatip-changed</code></td>
767
- </tr>
768
-
769
- </tbody>
770
- </table>
771
-
772
- </dd>
773
-
774
-
775
- <dt class="">
776
-
777
- <h4 id="describedBy" class="name">
778
-
779
- <span class="type-signature"></span>described-by<span class="type-signature"> :(string|null)</span>
780
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#describedBy"></a>
781
-
782
- </h4>
783
-
784
-
785
- </dt>
786
-
787
- <dd class="">
788
-
789
- <div class="description">
790
- Used to establish a relationship between this component and another element.
791
- To facilitate correct screen reader behavior, the described-by attribute is
792
- copied to the aria-describedby attribute on the component's dom.
793
- </div>
794
-
795
-
796
-
797
-
798
- <dl class="details">
799
-
800
-
801
-
802
-
803
-
804
-
805
-
806
-
807
-
808
-
809
-
810
-
811
-
812
-
813
-
814
-
815
-
816
-
817
-
818
-
819
-
820
-
821
-
822
-
823
-
824
-
825
-
826
-
827
-
828
- </dl>
829
-
830
-
831
-
832
- <h5>Names</h5>
833
- <table class="keyboard-table">
834
- <thead>
835
- <tr>
836
- <th>Item</th>
837
- <th>Name</th>
838
- </tr>
839
- </thead>
840
- <tbody>
841
- <tr>
842
- <td>Property</td>
843
- <td><code class="prettyprint">describedBy</code></td>
844
- </tr>
845
-
846
- <tr>
847
- <td>Property change event</td>
848
- <td><code class="prettyprint">describedByChanged</code></td>
849
- </tr>
850
- <tr>
851
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
852
- <td><code class="pretty-print-noprettify">on-described-by-changed</code></td>
853
- </tr>
854
-
855
- </tbody>
856
- </table>
857
-
858
- </dd>
859
-
860
-
861
- <dt class="">
862
-
863
- <h4 id="indicatorSize" class="name">
864
-
865
- <span class="type-signature"></span>indicator-size<span class="type-signature"> :number</span>
866
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#indicatorSize"></a>
867
-
868
- </h4>
869
-
870
-
871
- </dt>
872
-
873
- <dd class="">
874
-
875
- <div class="description">
876
- Specifies the ratio of relative thickness of the indicator to the plot area.
877
- </div>
878
-
879
-
880
-
881
-
882
- <dl class="details">
883
-
884
-
885
-
886
-
887
-
888
- <dt class="tag-default">Default Value:</dt>
889
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">1</code></li></ul></dd>
890
-
891
-
892
-
893
-
894
-
895
-
896
-
897
-
898
-
899
-
900
-
901
-
902
-
903
-
904
-
905
-
906
-
907
-
908
-
909
-
910
-
911
-
912
-
913
-
914
-
915
- </dl>
916
-
917
-
918
-
919
- <h5>Names</h5>
920
- <table class="keyboard-table">
921
- <thead>
922
- <tr>
923
- <th>Item</th>
924
- <th>Name</th>
925
- </tr>
926
- </thead>
927
- <tbody>
928
- <tr>
929
- <td>Property</td>
930
- <td><code class="prettyprint">indicatorSize</code></td>
931
- </tr>
932
-
933
- <tr>
934
- <td>Property change event</td>
935
- <td><code class="prettyprint">indicatorSizeChanged</code></td>
936
- </tr>
937
- <tr>
938
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
939
- <td><code class="pretty-print-noprettify">on-indicator-size-changed</code></td>
940
- </tr>
941
-
942
- </tbody>
943
- </table>
944
-
945
- </dd>
946
-
947
-
948
- <dt class="">
949
-
950
- <h4 id="labelledBy" class="name">
951
-
952
- <span class="type-signature"></span>labelled-by<span class="type-signature"> :(string|null)</span>
953
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#labelledBy"></a>
954
-
955
- </h4>
956
-
957
-
958
- </dt>
959
-
960
- <dd class="">
961
-
962
- <div class="description">
963
- Used to establish a relationship between this component and another element.
964
- A common use is to tie a label, which a text in a div or some other HTML element, and the oj-c-meter-bar together for accessibility.
965
- The label element has an id, which is used by the labelled-by attribute to tie the two components together to facilitate correct screen reader behavior.
966
- </div>
967
-
968
-
969
-
970
-
971
- <dl class="details">
972
-
973
-
974
-
975
-
976
-
977
-
978
-
979
-
980
-
981
-
982
-
983
-
984
-
985
-
986
-
987
-
988
-
989
-
990
-
991
-
992
-
993
-
994
-
995
-
996
-
997
-
998
-
999
-
1000
-
1001
- </dl>
1002
-
1003
-
1004
-
1005
- <h5>Names</h5>
1006
- <table class="keyboard-table">
1007
- <thead>
1008
- <tr>
1009
- <th>Item</th>
1010
- <th>Name</th>
1011
- </tr>
1012
- </thead>
1013
- <tbody>
1014
- <tr>
1015
- <td>Property</td>
1016
- <td><code class="prettyprint">labelledBy</code></td>
1017
- </tr>
1018
-
1019
- <tr>
1020
- <td>Property change event</td>
1021
- <td><code class="prettyprint">labelledByChanged</code></td>
1022
- </tr>
1023
- <tr>
1024
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1025
- <td><code class="pretty-print-noprettify">on-labelled-by-changed</code></td>
1026
- </tr>
1027
-
1028
- </tbody>
1029
- </table>
1030
-
1031
- </dd>
1032
-
1033
-
1034
- <dt class="">
1035
-
1036
- <h4 id="max" class="name">
1037
-
1038
- <span class="type-signature"></span>max<span class="type-signature"> :number</span>
1039
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#max"></a>
1040
-
1041
- </h4>
1042
-
1043
-
1044
- </dt>
1045
-
1046
- <dd class="">
1047
-
1048
- <div class="description">
1049
- Integer value specifying the maximum value of the meter bar.
1050
- </div>
1051
-
1052
-
1053
-
1054
-
1055
- <dl class="details">
1056
-
1057
-
1058
-
1059
-
1060
-
1061
- <dt class="tag-default">Default Value:</dt>
1062
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">100</code></li></ul></dd>
1063
-
1064
-
1065
-
1066
-
1067
-
1068
-
1069
-
1070
-
1071
-
1072
-
1073
-
1074
-
1075
-
1076
-
1077
-
1078
-
1079
-
1080
-
1081
-
1082
-
1083
-
1084
-
1085
-
1086
-
1087
-
1088
- </dl>
1089
-
1090
-
1091
-
1092
- <h5>Names</h5>
1093
- <table class="keyboard-table">
1094
- <thead>
1095
- <tr>
1096
- <th>Item</th>
1097
- <th>Name</th>
1098
- </tr>
1099
- </thead>
1100
- <tbody>
1101
- <tr>
1102
- <td>Property</td>
1103
- <td><code class="prettyprint">max</code></td>
1104
- </tr>
1105
-
1106
- <tr>
1107
- <td>Property change event</td>
1108
- <td><code class="prettyprint">maxChanged</code></td>
1109
- </tr>
1110
- <tr>
1111
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1112
- <td><code class="pretty-print-noprettify">on-max-changed</code></td>
1113
- </tr>
1114
-
1115
- </tbody>
1116
- </table>
1117
-
1118
- </dd>
1119
-
1120
-
1121
- <dt class="">
1122
-
1123
- <h4 id="min" class="name">
1124
-
1125
- <span class="type-signature"></span>min<span class="type-signature"> :number</span>
1126
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#min"></a>
1127
-
1128
- </h4>
1129
-
1130
-
1131
- </dt>
1132
-
1133
- <dd class="">
1134
-
1135
- <div class="description">
1136
- Integer value specifying the minimum value of the meter bar.
1137
- </div>
1138
-
1139
-
1140
-
1141
-
1142
- <dl class="details">
1143
-
1144
-
1145
-
1146
-
1147
-
1148
- <dt class="tag-default">Default Value:</dt>
1149
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">0</code></li></ul></dd>
1150
-
1151
-
1152
-
1153
-
1154
-
1155
-
1156
-
1157
-
1158
-
1159
-
1160
-
1161
-
1162
-
1163
-
1164
-
1165
-
1166
-
1167
-
1168
-
1169
-
1170
-
1171
-
1172
-
1173
-
1174
-
1175
- </dl>
1176
-
1177
-
1178
-
1179
- <h5>Names</h5>
1180
- <table class="keyboard-table">
1181
- <thead>
1182
- <tr>
1183
- <th>Item</th>
1184
- <th>Name</th>
1185
- </tr>
1186
- </thead>
1187
- <tbody>
1188
- <tr>
1189
- <td>Property</td>
1190
- <td><code class="prettyprint">min</code></td>
1191
- </tr>
1192
-
1193
- <tr>
1194
- <td>Property change event</td>
1195
- <td><code class="prettyprint">minChanged</code></td>
1196
- </tr>
1197
- <tr>
1198
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1199
- <td><code class="pretty-print-noprettify">on-min-changed</code></td>
1200
- </tr>
1201
-
1202
- </tbody>
1203
- </table>
1204
-
1205
- </dd>
1206
-
1207
-
1208
- <dt class="">
1209
-
1210
- <h4 id="orientation" class="name">
1211
-
1212
- <span class="type-signature"></span>orientation<span class="type-signature"> :"horizontal"|"vertical"</span>
1213
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#orientation"></a>
1214
-
1215
- </h4>
1216
-
1217
-
1218
- </dt>
1219
-
1220
- <dd class="">
1221
-
1222
- <div class="description">
1223
- Specifies the orientation of the meter bar to render.
1224
- </div>
1225
-
1226
-
1227
-
1228
-
1229
- <dl class="details">
1230
-
1231
-
1232
-
1233
-
1234
-
1235
- <dt class="tag-default">Default Value:</dt>
1236
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"horizontal"</code></li></ul></dd>
1237
-
1238
-
1239
-
1240
-
1241
-
1242
-
1243
-
1244
-
1245
-
1246
-
1247
-
1248
-
1249
-
1250
-
1251
-
1252
-
1253
-
1254
-
1255
-
1256
-
1257
-
1258
-
1259
-
1260
-
1261
-
1262
- </dl>
1263
-
1264
-
1265
-
1266
- <h5>Names</h5>
1267
- <table class="keyboard-table">
1268
- <thead>
1269
- <tr>
1270
- <th>Item</th>
1271
- <th>Name</th>
1272
- </tr>
1273
- </thead>
1274
- <tbody>
1275
- <tr>
1276
- <td>Property</td>
1277
- <td><code class="prettyprint">orientation</code></td>
1278
- </tr>
1279
-
1280
- <tr>
1281
- <td>Property change event</td>
1282
- <td><code class="prettyprint">orientationChanged</code></td>
1283
- </tr>
1284
- <tr>
1285
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1286
- <td><code class="pretty-print-noprettify">on-orientation-changed</code></td>
1287
- </tr>
1288
-
1289
- </tbody>
1290
- </table>
1291
-
1292
- </dd>
1293
-
1294
-
1295
- <dt class="">
1296
-
1297
- <h4 id="plotArea" class="name">
1298
-
1299
- <span class="type-signature"></span>plot-area<span class="type-signature"> :<a href="oj-c.MeterBar.html#PlotArea">oj-c.MeterBar.PlotArea</a></span>
1300
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#plotArea"></a>
1301
-
1302
- </h4>
1303
-
1304
-
1305
- </dt>
1306
-
1307
- <dd class="">
1308
-
1309
- <div class="description">
1310
- Specifies the plot area of the meter bar.
1311
- </div>
1312
-
1313
-
1314
-
1315
-
1316
- <dl class="details">
1317
-
1318
-
1319
-
1320
-
1321
-
1322
-
1323
-
1324
-
1325
-
1326
-
1327
-
1328
-
1329
-
1330
-
1331
-
1332
-
1333
-
1334
-
1335
-
1336
-
1337
-
1338
-
1339
-
1340
-
1341
-
1342
-
1343
-
1344
-
1345
-
1346
- </dl>
1347
-
1348
-
1349
-
1350
- <h5>Names</h5>
1351
- <table class="keyboard-table">
1352
- <thead>
1353
- <tr>
1354
- <th>Item</th>
1355
- <th>Name</th>
1356
- </tr>
1357
- </thead>
1358
- <tbody>
1359
- <tr>
1360
- <td>Property</td>
1361
- <td><code class="prettyprint">plotArea</code></td>
1362
- </tr>
1363
-
1364
- <tr>
1365
- <td>Property change event</td>
1366
- <td><code class="prettyprint">plotAreaChanged</code></td>
1367
- </tr>
1368
- <tr>
1369
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1370
- <td><code class="pretty-print-noprettify">on-plot-area-changed</code></td>
1371
- </tr>
1372
-
1373
- </tbody>
1374
- </table>
1375
-
1376
- </dd>
1377
-
1378
-
1379
- <dt class="">
1380
-
1381
- <h4 id="readonly" class="name">
1382
-
1383
- <span class="type-signature"></span>readonly<span class="type-signature"> :boolean</span>
1384
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#readonly"></a>
1385
-
1386
- </h4>
1387
-
1388
-
1389
- </dt>
1390
-
1391
- <dd class="">
1392
-
1393
- <div class="description">
1394
- Defines whether the value of the meter bar can be changed by the end user.
1395
- </div>
1396
-
1397
-
1398
-
1399
-
1400
- <dl class="details">
1401
-
1402
-
1403
-
1404
-
1405
-
1406
- <dt class="tag-default">Default Value:</dt>
1407
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
1408
-
1409
-
1410
-
1411
-
1412
-
1413
-
1414
-
1415
-
1416
-
1417
-
1418
-
1419
-
1420
-
1421
-
1422
-
1423
-
1424
-
1425
-
1426
-
1427
-
1428
-
1429
-
1430
-
1431
-
1432
-
1433
- </dl>
1434
-
1435
-
1436
-
1437
- <h5>Names</h5>
1438
- <table class="keyboard-table">
1439
- <thead>
1440
- <tr>
1441
- <th>Item</th>
1442
- <th>Name</th>
1443
- </tr>
1444
- </thead>
1445
- <tbody>
1446
- <tr>
1447
- <td>Property</td>
1448
- <td><code class="prettyprint">readonly</code></td>
1449
- </tr>
1450
-
1451
- <tr>
1452
- <td>Property change event</td>
1453
- <td><code class="prettyprint">readonlyChanged</code></td>
1454
- </tr>
1455
- <tr>
1456
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1457
- <td><code class="pretty-print-noprettify">on-readonly-changed</code></td>
1458
- </tr>
1459
-
1460
- </tbody>
1461
- </table>
1462
-
1463
- </dd>
1464
-
1465
-
1466
- <dt class="">
1467
-
1468
- <h4 id="referenceLines" class="name">
1469
-
1470
- <span class="type-signature"></span>reference-lines<span class="type-signature"> :Array.&lt;<a href="oj-c.MeterBar.html#ReferenceLine">oj-c.MeterBar.ReferenceLine</a>></span>
1471
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#referenceLines"></a>
1472
-
1473
- </h4>
1474
-
1475
-
1476
- </dt>
1477
-
1478
- <dd class="">
1479
-
1480
- <div class="description">
1481
- Specifies the array of objects defining the reference lines for the meter bar.
1482
- </div>
1483
-
1484
-
1485
-
1486
-
1487
- <dl class="details">
1488
-
1489
-
1490
-
1491
-
1492
-
1493
-
1494
-
1495
-
1496
-
1497
-
1498
-
1499
-
1500
-
1501
-
1502
-
1503
-
1504
-
1505
-
1506
-
1507
-
1508
-
1509
-
1510
-
1511
-
1512
-
1513
-
1514
-
1515
-
1516
-
1517
- </dl>
1518
-
1519
-
1520
-
1521
- <h5>Names</h5>
1522
- <table class="keyboard-table">
1523
- <thead>
1524
- <tr>
1525
- <th>Item</th>
1526
- <th>Name</th>
1527
- </tr>
1528
- </thead>
1529
- <tbody>
1530
- <tr>
1531
- <td>Property</td>
1532
- <td><code class="prettyprint">referenceLines</code></td>
1533
- </tr>
1534
-
1535
- <tr>
1536
- <td>Property change event</td>
1537
- <td><code class="prettyprint">referenceLinesChanged</code></td>
1538
- </tr>
1539
- <tr>
1540
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1541
- <td><code class="pretty-print-noprettify">on-reference-lines-changed</code></td>
1542
- </tr>
1543
-
1544
- </tbody>
1545
- </table>
1546
-
1547
- </dd>
1548
-
1549
-
1550
- <dt class="">
1551
-
1552
- <h4 id="size" class="name">
1553
-
1554
- <span class="type-signature"></span>size<span class="type-signature"> :"sm"|"md"|"lg"</span>
1555
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#size"></a>
1556
-
1557
- </h4>
1558
-
1559
-
1560
- </dt>
1561
-
1562
- <dd class="">
1563
-
1564
- <div class="description">
1565
- Specifies the size of the meter bar.
1566
- </div>
1567
-
1568
-
1569
-
1570
-
1571
- <dl class="details">
1572
-
1573
-
1574
-
1575
-
1576
- <h5 class="subsection-title">Supported Values:</h5>
1577
-
1578
- <dl>
1579
-
1580
- <table class="props">
1581
- <thead>
1582
- <tr>
1583
-
1584
- <th>Value</th>
1585
-
1586
-
1587
-
1588
-
1589
-
1590
-
1591
-
1592
- <th class="last">Description</th>
1593
-
1594
- </tr>
1595
- </thead>
1596
-
1597
- <tbody>
1598
-
1599
-
1600
- <tr>
1601
-
1602
- <td class="name"><code>lg</code></td>
1603
-
1604
-
1605
-
1606
-
1607
-
1608
-
1609
-
1610
- <td class="description last">large Meter Bar
1611
- </td>
1612
-
1613
- </tr>
1614
-
1615
-
1616
-
1617
- <tr>
1618
-
1619
- <td class="name"><code>md</code></td>
1620
-
1621
-
1622
-
1623
-
1624
-
1625
-
1626
-
1627
- <td class="description last">medium Meter Bar (default, if unspecified)
1628
- </td>
1629
-
1630
- </tr>
1631
-
1632
-
1633
-
1634
- <tr>
1635
-
1636
- <td class="name"><code>sm</code></td>
1637
-
1638
-
1639
-
1640
-
1641
-
1642
-
1643
-
1644
- <td class="description last">small Meter Bar
1645
- </td>
1646
-
1647
- </tr>
1648
-
1649
-
1650
- </tbody>
1651
- </table></dl>
1652
-
1653
-
1654
-
1655
-
1656
- <dt class="tag-default">Default Value:</dt>
1657
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"md"</code></li></ul></dd>
1658
-
1659
-
1660
-
1661
-
1662
-
1663
-
1664
-
1665
-
1666
-
1667
-
1668
-
1669
-
1670
-
1671
-
1672
-
1673
-
1674
-
1675
-
1676
-
1677
-
1678
-
1679
-
1680
-
1681
-
1682
-
1683
- </dl>
1684
-
1685
-
1686
-
1687
- <h5>Names</h5>
1688
- <table class="keyboard-table">
1689
- <thead>
1690
- <tr>
1691
- <th>Item</th>
1692
- <th>Name</th>
1693
- </tr>
1694
- </thead>
1695
- <tbody>
1696
- <tr>
1697
- <td>Property</td>
1698
- <td><code class="prettyprint">size</code></td>
1699
- </tr>
1700
-
1701
- <tr>
1702
- <td>Property change event</td>
1703
- <td><code class="prettyprint">sizeChanged</code></td>
1704
- </tr>
1705
- <tr>
1706
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1707
- <td><code class="pretty-print-noprettify">on-size-changed</code></td>
1708
- </tr>
1709
-
1710
- </tbody>
1711
- </table>
1712
-
1713
- </dd>
1714
-
1715
-
1716
- <dt class="">
1717
-
1718
- <h4 id="step" class="name">
1719
-
1720
- <span class="type-signature"></span>step<span class="type-signature"> :number</span>
1721
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#step"></a>
1722
-
1723
- </h4>
1724
-
1725
-
1726
- </dt>
1727
-
1728
- <dd class="">
1729
-
1730
- <div class="description">
1731
- Specifies the increment by which values can be changed by the end user when readonly is false. The step must be a positive value that is smaller than the difference between the min and max.
1732
- </div>
1733
-
1734
-
1735
-
1736
-
1737
- <dl class="details">
1738
-
1739
-
1740
-
1741
-
1742
-
1743
- <dt class="tag-default">Default Value:</dt>
1744
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">1</code></li></ul></dd>
1745
-
1746
-
1747
-
1748
-
1749
-
1750
-
1751
-
1752
-
1753
-
1754
-
1755
-
1756
-
1757
-
1758
-
1759
-
1760
-
1761
-
1762
-
1763
-
1764
-
1765
-
1766
-
1767
-
1768
-
1769
-
1770
- </dl>
1771
-
1772
-
1773
-
1774
- <h5>Names</h5>
1775
- <table class="keyboard-table">
1776
- <thead>
1777
- <tr>
1778
- <th>Item</th>
1779
- <th>Name</th>
1780
- </tr>
1781
- </thead>
1782
- <tbody>
1783
- <tr>
1784
- <td>Property</td>
1785
- <td><code class="prettyprint">step</code></td>
1786
- </tr>
1787
-
1788
- <tr>
1789
- <td>Property change event</td>
1790
- <td><code class="prettyprint">stepChanged</code></td>
1791
- </tr>
1792
- <tr>
1793
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1794
- <td><code class="pretty-print-noprettify">on-step-changed</code></td>
1795
- </tr>
1796
-
1797
- </tbody>
1798
- </table>
1799
-
1800
- </dd>
1801
-
1802
-
1803
- <dt class="">
1804
-
1805
- <h4 id="thresholdDisplay" class="name">
1806
-
1807
- <span class="type-signature"></span>threshold-display<span class="type-signature"> :"all"|"plotArea"|"indicator"</span>
1808
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#thresholdDisplay"></a>
1809
-
1810
- </h4>
1811
-
1812
-
1813
- </dt>
1814
-
1815
- <dd class="">
1816
-
1817
- <div class="description">
1818
- Controls whether the current threshold is displayed on the indicator, in the plot area, or if all the thresholds are displayed in the plot area.
1819
- </div>
1820
-
1821
-
1822
-
1823
-
1824
- <dl class="details">
1825
-
1826
-
1827
-
1828
-
1829
-
1830
- <dt class="tag-default">Default Value:</dt>
1831
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"indicator"</code></li></ul></dd>
1832
-
1833
-
1834
-
1835
-
1836
-
1837
-
1838
-
1839
-
1840
-
1841
-
1842
-
1843
-
1844
-
1845
-
1846
-
1847
-
1848
-
1849
-
1850
-
1851
-
1852
-
1853
-
1854
-
1855
-
1856
-
1857
- </dl>
1858
-
1859
-
1860
-
1861
- <h5>Names</h5>
1862
- <table class="keyboard-table">
1863
- <thead>
1864
- <tr>
1865
- <th>Item</th>
1866
- <th>Name</th>
1867
- </tr>
1868
- </thead>
1869
- <tbody>
1870
- <tr>
1871
- <td>Property</td>
1872
- <td><code class="prettyprint">thresholdDisplay</code></td>
1873
- </tr>
1874
-
1875
- <tr>
1876
- <td>Property change event</td>
1877
- <td><code class="prettyprint">thresholdDisplayChanged</code></td>
1878
- </tr>
1879
- <tr>
1880
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1881
- <td><code class="pretty-print-noprettify">on-threshold-display-changed</code></td>
1882
- </tr>
1883
-
1884
- </tbody>
1885
- </table>
1886
-
1887
- </dd>
1888
-
1889
-
1890
- <dt class="">
1891
-
1892
- <h4 id="thresholds" class="name">
1893
-
1894
- <span class="type-signature"></span>thresholds<span class="type-signature"> :Array.&lt;<a href="oj-c.MeterBar.html#Threshold">oj-c.MeterBar.Threshold</a>></span>
1895
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#thresholds"></a>
1896
-
1897
- </h4>
1898
-
1899
-
1900
- </dt>
1901
-
1902
- <dd class="">
1903
-
1904
- <div class="description">
1905
- An array of objects defining the thresholds for the meter bar.
1906
- </div>
1907
-
1908
-
1909
-
1910
-
1911
- <dl class="details">
1912
-
1913
-
1914
-
1915
-
1916
-
1917
-
1918
-
1919
-
1920
-
1921
-
1922
-
1923
-
1924
-
1925
-
1926
-
1927
-
1928
-
1929
-
1930
-
1931
-
1932
-
1933
-
1934
-
1935
-
1936
-
1937
-
1938
-
1939
-
1940
-
1941
- </dl>
1942
-
1943
-
1944
-
1945
- <h5>Names</h5>
1946
- <table class="keyboard-table">
1947
- <thead>
1948
- <tr>
1949
- <th>Item</th>
1950
- <th>Name</th>
1951
- </tr>
1952
- </thead>
1953
- <tbody>
1954
- <tr>
1955
- <td>Property</td>
1956
- <td><code class="prettyprint">thresholds</code></td>
1957
- </tr>
1958
-
1959
- <tr>
1960
- <td>Property change event</td>
1961
- <td><code class="prettyprint">thresholdsChanged</code></td>
1962
- </tr>
1963
- <tr>
1964
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1965
- <td><code class="pretty-print-noprettify">on-thresholds-changed</code></td>
1966
- </tr>
1967
-
1968
- </tbody>
1969
- </table>
1970
-
1971
- </dd>
1972
-
1973
-
1974
- <dt class="">
1975
-
1976
- <h4 id="transientValue" class="name">
1977
-
1978
- <span class="type-signature">(readonly) </span>transient-value<span class="type-signature"> :number</span>
1979
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#transientValue"></a>
1980
-
1981
- </h4>
1982
-
1983
-
1984
- </dt>
1985
-
1986
- <dd class="">
1987
-
1988
- <div class="description">
1989
- A read-only property for retrieving the transient value from the meter bar. It is triggered when dragging over the meter bar.
1990
- </div>
1991
-
1992
-
1993
-
1994
-
1995
- <dl class="details">
1996
-
1997
-
1998
-
1999
-
2000
-
2001
-
2002
-
2003
- <dt class="tag-default">Supports writeback:</dt>
2004
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
2005
-
2006
-
2007
-
2008
-
2009
-
2010
-
2011
-
2012
-
2013
-
2014
-
2015
-
2016
-
2017
-
2018
-
2019
-
2020
-
2021
-
2022
-
2023
-
2024
-
2025
-
2026
-
2027
-
2028
- </dl>
2029
-
2030
-
2031
-
2032
- <h5>Names</h5>
2033
- <table class="keyboard-table">
2034
- <thead>
2035
- <tr>
2036
- <th>Item</th>
2037
- <th>Name</th>
2038
- </tr>
2039
- </thead>
2040
- <tbody>
2041
- <tr>
2042
- <td>Property</td>
2043
- <td><code class="prettyprint">transientValue</code></td>
2044
- </tr>
2045
-
2046
- <tr>
2047
- <td>Property change event</td>
2048
- <td><code class="prettyprint">transientValueChanged</code></td>
2049
- </tr>
2050
- <tr>
2051
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
2052
- <td><code class="pretty-print-noprettify">on-transient-value-changed</code></td>
2053
- </tr>
2054
-
2055
- </tbody>
2056
- </table>
2057
-
2058
- </dd>
2059
-
2060
-
2061
- <dt class="">
2062
-
2063
- <h4 id="value" class="name">
2064
-
2065
- <span class="type-signature"></span>value<span class="type-signature"> :(number|null)</span>
2066
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#value"></a>
2067
-
2068
- </h4>
2069
-
2070
-
2071
- </dt>
2072
-
2073
- <dd class="">
2074
-
2075
- <div class="description">
2076
- The value of the meter bar.
2077
- </div>
2078
-
2079
-
2080
-
2081
-
2082
- <dl class="details">
2083
-
2084
-
2085
-
2086
-
2087
-
2088
- <dt class="tag-default">Default Value:</dt>
2089
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">0</code></li></ul></dd>
2090
-
2091
-
2092
-
2093
- <dt class="tag-default">Supports writeback:</dt>
2094
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
2095
-
2096
-
2097
-
2098
-
2099
-
2100
-
2101
-
2102
-
2103
-
2104
-
2105
-
2106
-
2107
-
2108
-
2109
-
2110
-
2111
-
2112
-
2113
-
2114
-
2115
-
2116
-
2117
-
2118
- </dl>
2119
-
2120
-
2121
-
2122
- <h5>Names</h5>
2123
- <table class="keyboard-table">
2124
- <thead>
2125
- <tr>
2126
- <th>Item</th>
2127
- <th>Name</th>
2128
- </tr>
2129
- </thead>
2130
- <tbody>
2131
- <tr>
2132
- <td>Property</td>
2133
- <td><code class="prettyprint">value</code></td>
2134
- </tr>
2135
-
2136
- <tr>
2137
- <td>Property change event</td>
2138
- <td><code class="prettyprint">valueChanged</code></td>
2139
- </tr>
2140
- <tr>
2141
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
2142
- <td><code class="pretty-print-noprettify">on-value-changed</code></td>
2143
- </tr>
2144
-
2145
- </tbody>
2146
- </table>
2147
-
2148
- </dd>
2149
-
2150
- </dl>
2151
-
2152
-
2153
- <h3 id="methods-section" class="subsection-title">
2154
- Methods
2155
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#methods-section"></a>
2156
- </h3>
2157
-
2158
- <dl>
2159
-
2160
-
2161
- <dt class="">
2162
-
2163
-
2164
-
2165
- <h4 id="getProperty" class="name">
2166
-
2167
- <span class="type-signature"></span>getProperty<span class="signature">(property)</span><span class="type-signature"> : {<a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a>}</span>
2168
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#getProperty"></a>
2169
-
2170
- </h4>
2171
-
2172
-
2173
-
2174
-
2175
-
2176
- </dt>
2177
- <dd class="">
2178
-
2179
-
2180
- <div class="description">
2181
- Retrieves the value of a property or a subproperty.
2182
-
2183
- </div>
2184
-
2185
-
2186
-
2187
-
2188
-
2189
-
2190
-
2191
-
2192
-
2193
-
2194
-
2195
- <h5>Parameters:</h5>
2196
-
2197
-
2198
- <table class="params">
2199
- <thead>
2200
- <tr>
2201
-
2202
- <th>Name</th>
2203
-
2204
-
2205
- <th>Type</th>
2206
-
2207
-
2208
-
2209
-
2210
-
2211
- <th class="last">Description</th>
2212
- </tr>
2213
- </thead>
2214
-
2215
- <tbody>
2216
-
2217
-
2218
- <tr>
2219
-
2220
- <td class="name"><code>property</code></td>
2221
-
2222
-
2223
- <td class="type">
2224
-
2225
- </td>
2226
-
2227
-
2228
-
2229
-
2230
- <td class="description last">The property name to get. Supports dot notation for subproperty access.
2231
- </td>
2232
- </tr>
2233
-
2234
-
2235
- </tbody>
2236
- </table>
2237
-
2238
-
2239
-
2240
- <dl class="details">
2241
-
2242
-
2243
-
2244
-
2245
-
2246
-
2247
-
2248
-
2249
-
2250
-
2251
-
2252
-
2253
-
2254
-
2255
-
2256
-
2257
-
2258
-
2259
-
2260
-
2261
-
2262
-
2263
-
2264
-
2265
-
2266
-
2267
-
2268
-
2269
-
2270
- </dl>
2271
-
2272
-
2273
-
2274
-
2275
-
2276
-
2277
-
2278
- <h5>Returns:</h5>
2279
-
2280
-
2281
-
2282
-
2283
- <dl>
2284
- <dt>
2285
- Type
2286
- </dt>
2287
- <dd>
2288
-
2289
- <span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
2290
-
2291
-
2292
- </dd>
2293
- </dl>
2294
-
2295
-
2296
-
2297
-
2298
-
2299
- </dd>
2300
-
2301
-
2302
-
2303
- <dt class="">
2304
-
2305
-
2306
-
2307
- <h4 id="setProperties" class="name">
2308
-
2309
- <span class="type-signature"></span>setProperties<span class="signature">(properties)</span><span class="type-signature"> : {void}</span>
2310
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperties"></a>
2311
-
2312
- </h4>
2313
-
2314
-
2315
-
2316
-
2317
-
2318
- </dt>
2319
- <dd class="">
2320
-
2321
-
2322
- <div class="description">
2323
- Performs a batch set of properties.
2324
-
2325
- </div>
2326
-
2327
-
2328
-
2329
-
2330
-
2331
-
2332
-
2333
-
2334
-
2335
-
2336
-
2337
- <h5>Parameters:</h5>
2338
-
2339
-
2340
- <table class="params">
2341
- <thead>
2342
- <tr>
2343
-
2344
- <th>Name</th>
2345
-
2346
-
2347
- <th>Type</th>
2348
-
2349
-
2350
-
2351
-
2352
-
2353
- <th class="last">Description</th>
2354
- </tr>
2355
- </thead>
2356
-
2357
- <tbody>
2358
-
2359
-
2360
- <tr>
2361
-
2362
- <td class="name"><code>properties</code></td>
2363
-
2364
-
2365
- <td class="type">
2366
-
2367
- </td>
2368
-
2369
-
2370
-
2371
-
2372
- <td class="description last">An object containing the property and value pairs to set.
2373
- </td>
2374
- </tr>
2375
-
2376
-
2377
- </tbody>
2378
- </table>
2379
-
2380
-
2381
-
2382
- <dl class="details">
2383
-
2384
-
2385
-
2386
-
2387
-
2388
-
2389
-
2390
-
2391
-
2392
-
2393
-
2394
-
2395
-
2396
-
2397
-
2398
-
2399
-
2400
-
2401
-
2402
-
2403
-
2404
-
2405
-
2406
-
2407
-
2408
-
2409
-
2410
-
2411
-
2412
- </dl>
2413
-
2414
-
2415
-
2416
-
2417
-
2418
-
2419
-
2420
- <h5>Returns:</h5>
2421
-
2422
-
2423
-
2424
-
2425
- <dl>
2426
- <dt>
2427
- Type
2428
- </dt>
2429
- <dd>
2430
-
2431
- <span class="param-type">void</span>
2432
-
2433
-
2434
- </dd>
2435
- </dl>
2436
-
2437
-
2438
-
2439
-
2440
-
2441
- </dd>
2442
-
2443
-
2444
-
2445
- <dt class="">
2446
-
2447
-
2448
-
2449
- <h4 id="setProperty" class="name">
2450
-
2451
- <span class="type-signature"></span>setProperty<span class="signature">(property, value)</span><span class="type-signature"> : {void}</span>
2452
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperty"></a>
2453
-
2454
- </h4>
2455
-
2456
-
2457
-
2458
-
2459
-
2460
- </dt>
2461
- <dd class="">
2462
-
2463
-
2464
- <div class="description">
2465
- Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.
2466
-
2467
- </div>
2468
-
2469
-
2470
-
2471
-
2472
-
2473
-
2474
-
2475
-
2476
-
2477
-
2478
-
2479
- <h5>Parameters:</h5>
2480
-
2481
-
2482
- <table class="params">
2483
- <thead>
2484
- <tr>
2485
-
2486
- <th>Name</th>
2487
-
2488
-
2489
- <th>Type</th>
2490
-
2491
-
2492
-
2493
-
2494
-
2495
- <th class="last">Description</th>
2496
- </tr>
2497
- </thead>
2498
-
2499
- <tbody>
2500
-
2501
-
2502
- <tr>
2503
-
2504
- <td class="name"><code>property</code></td>
2505
-
2506
-
2507
- <td class="type">
2508
-
2509
- </td>
2510
-
2511
-
2512
-
2513
-
2514
- <td class="description last">The property name to set. Supports dot notation for subproperty access.
2515
- </td>
2516
- </tr>
2517
-
2518
-
2519
-
2520
- <tr>
2521
-
2522
- <td class="name"><code>value</code></td>
2523
-
2524
-
2525
- <td class="type">
2526
-
2527
- </td>
2528
-
2529
-
2530
-
2531
-
2532
- <td class="description last">The new value to set the property to.
2533
- </td>
2534
- </tr>
2535
-
2536
-
2537
- </tbody>
2538
- </table>
2539
-
2540
-
2541
-
2542
- <dl class="details">
2543
-
2544
-
2545
-
2546
-
2547
-
2548
-
2549
-
2550
-
2551
-
2552
-
2553
-
2554
-
2555
-
2556
-
2557
-
2558
-
2559
-
2560
-
2561
-
2562
-
2563
-
2564
-
2565
-
2566
-
2567
-
2568
-
2569
-
2570
-
2571
-
2572
- </dl>
2573
-
2574
-
2575
-
2576
-
2577
-
2578
-
2579
-
2580
- <h5>Returns:</h5>
2581
-
2582
-
2583
-
2584
-
2585
- <dl>
2586
- <dt>
2587
- Type
2588
- </dt>
2589
- <dd>
2590
-
2591
- <span class="param-type">void</span>
2592
-
2593
-
2594
- </dd>
2595
- </dl>
2596
-
2597
-
2598
-
2599
-
2600
-
2601
- </dd>
2602
-
2603
-
2604
- </dl>
2605
-
2606
-
2607
- <h3 id="typedefs-section" class="subsection-title">
2608
- Type Definitions
2609
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#typedefs-section"></a>
2610
- </h3>
2611
-
2612
- <dl>
2613
-
2614
-
2615
- <dt class="">
2616
-
2617
- <h4 id="DatatipContext" class="name">
2618
-
2619
- DatatipContext
2620
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#DatatipContext"></a>
2621
-
2622
- </h4>
2623
-
2624
-
2625
- </dt>
2626
-
2627
- <dd class="">
2628
-
2629
- <div class="description">
2630
- Context for datatip function.
2631
- </div>
2632
-
2633
-
2634
-
2635
-
2636
- <dl class="details">
2637
-
2638
- <h5 class="subsection-title notoc">Properties:</h5>
2639
-
2640
-
2641
-
2642
- <dl>
2643
-
2644
- <table class="props">
2645
- <thead>
2646
- <tr>
2647
-
2648
- <th>Name</th>
2649
-
2650
-
2651
- <th>Type</th>
2652
-
2653
-
2654
-
2655
-
2656
-
2657
-
2658
- <th class="last">Description</th>
2659
-
2660
- </tr>
2661
- </thead>
2662
-
2663
- <tbody>
2664
-
2665
- <tr>
2666
-
2667
- <td class="name"><code>value</code></td>
2668
-
2669
-
2670
-
2671
- <td class="type">
2672
-
2673
-
2674
-
2675
- <span class="param-type">number</span>
2676
-
2677
-
2678
-
2679
-
2680
- </td>
2681
-
2682
-
2683
-
2684
-
2685
-
2686
-
2687
- <td class="description last">The current value of the meter bar.
2688
- </td>
2689
-
2690
- </tr>
2691
-
2692
-
2693
- </tbody>
2694
- </table></dl>
2695
-
2696
-
2697
-
2698
-
2699
-
2700
-
2701
-
2702
-
2703
-
2704
-
2705
-
2706
-
2707
-
2708
-
2709
-
2710
-
2711
-
2712
-
2713
-
2714
-
2715
-
2716
-
2717
-
2718
-
2719
-
2720
-
2721
-
2722
-
2723
-
2724
-
2725
- </dl>
2726
-
2727
-
2728
-
2729
- </dd>
2730
-
2731
-
2732
- <dt class="">
2733
-
2734
- <h4 id="PlotArea" class="name">
2735
-
2736
- PlotArea
2737
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#PlotArea"></a>
2738
-
2739
- </h4>
2740
-
2741
-
2742
- </dt>
2743
-
2744
- <dd class="">
2745
-
2746
-
2747
-
2748
-
2749
- <dl class="details">
2750
-
2751
- <h5 class="subsection-title notoc">Properties:</h5>
2752
-
2753
-
2754
-
2755
- <dl>
2756
-
2757
- <table class="props">
2758
- <thead>
2759
- <tr>
2760
-
2761
- <th>Name</th>
2762
-
2763
-
2764
- <th>Type</th>
2765
-
2766
-
2767
- <th>Argument</th>
2768
-
2769
-
2770
-
2771
-
2772
-
2773
- <th class="last">Description</th>
2774
-
2775
- </tr>
2776
- </thead>
2777
-
2778
- <tbody>
2779
-
2780
- <tr>
2781
-
2782
- <td class="name"><code>color</code></td>
2783
-
2784
-
2785
-
2786
- <td class="type">
2787
-
2788
-
2789
-
2790
- <span class="param-type">string</span>
2791
-
2792
-
2793
-
2794
-
2795
- </td>
2796
-
2797
-
2798
- <td class="attributes">
2799
-
2800
- &lt;optional><br>
2801
-
2802
-
2803
-
2804
- </td>
2805
-
2806
-
2807
-
2808
-
2809
-
2810
- <td class="description last">The color of the plot area.
2811
- </td>
2812
-
2813
- </tr>
2814
-
2815
-
2816
- <tr>
2817
-
2818
- <td class="name"><code>rendered</code></td>
2819
-
2820
-
2821
-
2822
- <td class="type">
2823
-
2824
-
2825
-
2826
- <span class="param-type">"off"</span>
2827
- |
2828
-
2829
- <span class="param-type">"on"</span>
2830
-
2831
-
2832
-
2833
-
2834
- </td>
2835
-
2836
-
2837
- <td class="attributes">
2838
-
2839
- &lt;optional><br>
2840
-
2841
-
2842
-
2843
- </td>
2844
-
2845
-
2846
-
2847
-
2848
-
2849
- <td class="description last">Defines if the plot area is to be rendered. The default value is on.
2850
- </td>
2851
-
2852
- </tr>
2853
-
2854
-
2855
- </tbody>
2856
- </table></dl>
2857
-
2858
-
2859
-
2860
-
2861
-
2862
-
2863
-
2864
-
2865
-
2866
-
2867
-
2868
-
2869
-
2870
-
2871
-
2872
-
2873
-
2874
-
2875
-
2876
-
2877
-
2878
-
2879
-
2880
-
2881
-
2882
-
2883
-
2884
-
2885
-
2886
-
2887
- </dl>
2888
-
2889
-
2890
-
2891
- </dd>
2892
-
2893
-
2894
- <dt class="">
2895
-
2896
- <h4 id="ReferenceLine" class="name">
2897
-
2898
- ReferenceLine
2899
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#ReferenceLine"></a>
2900
-
2901
- </h4>
2902
-
2903
-
2904
- </dt>
2905
-
2906
- <dd class="">
2907
-
2908
-
2909
-
2910
-
2911
- <dl class="details">
2912
-
2913
- <h5 class="subsection-title notoc">Properties:</h5>
2914
-
2915
-
2916
-
2917
- <dl>
2918
-
2919
- <table class="props">
2920
- <thead>
2921
- <tr>
2922
-
2923
- <th>Name</th>
2924
-
2925
-
2926
- <th>Type</th>
2927
-
2928
-
2929
- <th>Argument</th>
2930
-
2931
-
2932
-
2933
-
2934
-
2935
- <th class="last">Description</th>
2936
-
2937
- </tr>
2938
- </thead>
2939
-
2940
- <tbody>
2941
-
2942
- <tr>
2943
-
2944
- <td class="name"><code>color</code></td>
2945
-
2946
-
2947
-
2948
- <td class="type">
2949
-
2950
-
2951
-
2952
- <span class="param-type">string</span>
2953
-
2954
-
2955
-
2956
-
2957
- </td>
2958
-
2959
-
2960
- <td class="attributes">
2961
-
2962
- &lt;optional><br>
2963
-
2964
-
2965
-
2966
- </td>
2967
-
2968
-
2969
-
2970
-
2971
-
2972
- <td class="description last"><p>The color of the reference line.</p>
2973
- <p>In addition to standard CSS color values, special enumerated values 'danger', 'warning',
2974
- and 'success' are also supported. These special values are mapped to corresponding CSS color values
2975
- based upon the current theme.</p>
2976
- </td>
2977
-
2978
- </tr>
2979
-
2980
-
2981
- <tr>
2982
-
2983
- <td class="name"><code>position</code></td>
2984
-
2985
-
2986
-
2987
- <td class="type">
2988
-
2989
-
2990
-
2991
- <span class="param-type">"end"</span>
2992
- |
2993
-
2994
- <span class="param-type">"start"</span>
2995
-
2996
-
2997
-
2998
-
2999
- </td>
3000
-
3001
-
3002
- <td class="attributes">
3003
-
3004
- &lt;optional><br>
3005
-
3006
-
3007
-
3008
- </td>
3009
-
3010
-
3011
-
3012
-
3013
-
3014
- <td class="description last">The position of the reference line.
3015
- </td>
3016
-
3017
- </tr>
3018
-
3019
-
3020
- <tr>
3021
-
3022
- <td class="name"><code>value</code></td>
3023
-
3024
-
3025
-
3026
- <td class="type">
3027
-
3028
-
3029
-
3030
- <span class="param-type">number</span>
3031
-
3032
-
3033
-
3034
-
3035
- </td>
3036
-
3037
-
3038
- <td class="attributes">
3039
-
3040
-
3041
-
3042
- </td>
3043
-
3044
-
3045
-
3046
-
3047
-
3048
- <td class="description last">The value of the reference line.
3049
- </td>
3050
-
3051
- </tr>
3052
-
3053
-
3054
- </tbody>
3055
- </table></dl>
3056
-
3057
-
3058
-
3059
-
3060
-
3061
-
3062
-
3063
-
3064
-
3065
-
3066
-
3067
-
3068
-
3069
-
3070
-
3071
-
3072
-
3073
-
3074
-
3075
-
3076
-
3077
-
3078
-
3079
-
3080
-
3081
-
3082
-
3083
-
3084
-
3085
-
3086
- </dl>
3087
-
3088
-
3089
-
3090
- </dd>
3091
-
3092
-
3093
- <dt class="">
3094
-
3095
- <h4 id="Threshold" class="name">
3096
-
3097
- Threshold
3098
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#Threshold"></a>
3099
-
3100
- </h4>
3101
-
3102
-
3103
- </dt>
3104
-
3105
- <dd class="">
3106
-
3107
-
3108
-
3109
-
3110
- <dl class="details">
3111
-
3112
- <h5 class="subsection-title notoc">Properties:</h5>
3113
-
3114
-
3115
-
3116
- <dl>
3117
-
3118
- <table class="props">
3119
- <thead>
3120
- <tr>
3121
-
3122
- <th>Name</th>
3123
-
3124
-
3125
- <th>Type</th>
3126
-
3127
-
3128
- <th>Argument</th>
3129
-
3130
-
3131
-
3132
-
3133
-
3134
- <th class="last">Description</th>
3135
-
3136
- </tr>
3137
- </thead>
3138
-
3139
- <tbody>
3140
-
3141
- <tr>
3142
-
3143
- <td class="name"><code>accessibleLabel</code></td>
3144
-
3145
-
3146
-
3147
- <td class="type">
3148
-
3149
-
3150
-
3151
- <span class="param-type">string</span>
3152
-
3153
-
3154
-
3155
-
3156
- </td>
3157
-
3158
-
3159
- <td class="attributes">
3160
-
3161
- &lt;optional><br>
3162
-
3163
-
3164
-
3165
- </td>
3166
-
3167
-
3168
-
3169
-
3170
-
3171
- <td class="description last">A label for the threshold used for accessibility purposes.
3172
- </td>
3173
-
3174
- </tr>
3175
-
3176
-
3177
- <tr>
3178
-
3179
- <td class="name"><code>color</code></td>
3180
-
3181
-
3182
-
3183
- <td class="type">
3184
-
3185
-
3186
-
3187
- <span class="param-type">string</span>
3188
-
3189
-
3190
-
3191
-
3192
- </td>
3193
-
3194
-
3195
- <td class="attributes">
3196
-
3197
- &lt;optional><br>
3198
-
3199
-
3200
-
3201
- </td>
3202
-
3203
-
3204
-
3205
-
3206
-
3207
- <td class="description last"><p>The color of the threshold.</p>
3208
- <p>In addition to standard CSS color values, special enumerated values 'danger', 'warning',
3209
- and 'success' are also supported. These special values are mapped to corresponding CSS color values
3210
- based upon the current theme.</p>
3211
- </td>
3212
-
3213
- </tr>
3214
-
3215
-
3216
- <tr>
3217
-
3218
- <td class="name"><code>max</code></td>
3219
-
3220
-
3221
-
3222
- <td class="type">
3223
-
3224
-
3225
-
3226
- <span class="param-type">number</span>
3227
-
3228
-
3229
-
3230
-
3231
- </td>
3232
-
3233
-
3234
- <td class="attributes">
3235
-
3236
-
3237
-
3238
- </td>
3239
-
3240
-
3241
-
3242
-
3243
-
3244
- <td class="description last">The maximum value of the threshold.
3245
- </td>
3246
-
3247
- </tr>
3248
-
3249
-
3250
- </tbody>
3251
- </table></dl>
3252
-
3253
-
3254
-
3255
-
3256
-
3257
-
3258
-
3259
-
3260
-
3261
-
3262
-
3263
-
3264
-
3265
-
3266
-
3267
-
3268
-
3269
-
3270
-
3271
-
3272
-
3273
-
3274
-
3275
-
3276
-
3277
-
3278
-
3279
-
3280
-
3281
-
3282
- </dl>
3283
-
3284
-
3285
-
3286
- </dd>
3287
-
3288
- </dl>
3289
-
3290
- </article>
3291
-
3292
-
3293
- </section>
3294
-
3295
-
3296
-
3297
-
3298
-
3299
- <footer>
3300
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Jul 02 2024 05:14:15 GMT+0000 (Coordinated Universal Time)<br>
3301
- <span class="product-docs-footer">Copyright © 2014, 2024 Oracle. All rights reserved.<span>
3302
- </footer>
3303
-
3304
- </div>
3305
-
3306
- <script> prettyPrint(); </script>
3307
- </body>
3308
- </html>