@oracle/oraclejet-core-pack 16.1.3 → 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,3845 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>Element: &lt;oj-c-meter-circle></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="navItem84">
22
-
23
- <h2>Oracle® JET</h2>
24
- <h2>Core Pack Components</h2>
25
- <h3>16.1.3</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-circle></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.3</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-circle</li></ul></dd>
228
-
229
- </dl>
230
-
231
- <section id="quick-nav" class="deprecated-hidden">
232
- <header><h2>QuickNav</h2></header>
233
-
234
- <div class="quick-nav-section5">
235
-
236
- <h3> <a href="#slots-section">Slots</a></h3>
237
- <ul class="subList">
238
-
239
-
240
- <li><a href="#centerTemplate">centerTemplate</a></li>
241
-
242
- </ul>
243
-
244
- </div>
245
-
246
-
247
-
248
- <div class="quick-nav-section5">
249
- <h3> <a href="#members-section">Attributes</a></h3>
250
- <ul class="optionsSubList">
251
-
252
- <li><div><a href="#angleExtent">angle-extent</a></div>
253
-
254
- </li>
255
-
256
- <li><div><a href="#color">color</a></div>
257
-
258
- </li>
259
-
260
- <li><div><a href="#datatip"><b>datatip</b></a></div>
261
-
262
- </li>
263
-
264
- <li><div><a href="#describedBy">described-by</a></div>
265
-
266
- </li>
267
-
268
- <li><div><a href="#indicatorSize">indicator-size</a></div>
269
-
270
- </li>
271
-
272
- <li><div><a href="#innerRadius">inner-radius</a></div>
273
-
274
- </li>
275
-
276
- <li><div><a href="#labelledBy">labelled-by</a></div>
277
-
278
- </li>
279
-
280
- <li><div><a href="#max">max</a></div>
281
-
282
- </li>
283
-
284
- <li><div><a href="#min">min</a></div>
285
-
286
- </li>
287
-
288
- <li><div><a href="#plotArea"><b>plot-area</b></a></div>
289
-
290
- </li>
291
-
292
- <li><div><a href="#readonly">readonly</a></div>
293
-
294
- </li>
295
-
296
- <li><div><a href="#referenceLines"><b>reference-lines</b></a></div>
297
-
298
- </li>
299
-
300
- <li><div><a href="#size">size</a></div>
301
-
302
- </li>
303
-
304
- <li><div><a href="#startAngle">start-angle</a></div>
305
-
306
- </li>
307
-
308
- <li><div><a href="#step">step</a></div>
309
-
310
- </li>
311
-
312
- <li><div><a href="#thresholdDisplay">threshold-display</a></div>
313
-
314
- </li>
315
-
316
- <li><div><a href="#thresholds"><b>thresholds</b></a></div>
317
-
318
- </li>
319
-
320
- <li><div><a href="#transientValue">transient-value</a></div>
321
-
322
- </li>
323
-
324
- <li><div><a href="#value">value</a></div>
325
-
326
- </ul>
327
- <script type="text/javascript" >
328
- var innerSubLists = document.getElementsByClassName('optionsInnerSubList');
329
- for (var i=0; i<innerSubLists.length; i++) {
330
- innerSubLists[i].parentNode.onclick=function(event) {
331
- event.stopPropagation();
332
- // Only interpret the click event if the <a> element is the target and do nothing if click occurred elsewhere on the div
333
- if (event.target.parentNode == this.firstChild.firstChild) {
334
- // toggle only the clicked sub properties list and not any nested ones
335
- var subProperties = this.getElementsByClassName('optionsInnerSubList');
336
- subProperties[0].style.display = (subProperties[0].style.display=='block' ? 'none' : 'block');
337
- }
338
- }
339
- }
340
- </script>
341
-
342
-
343
-
344
-
345
-
346
- </div>
347
-
348
-
349
-
350
-
351
-
352
- <div class="quick-nav-section5">
353
- <h3><a href="#methods-section">Methods</a></h3>
354
- <ul class="subList">
355
-
356
- <li><a href="#getProperty">getProperty</a></li>
357
-
358
- <li><a href="#setProperties">setProperties</a></li>
359
-
360
- <li><a href="#setProperty">setProperty</a></li>
361
-
362
- </ul>
363
-
364
- </div>
365
-
366
-
367
- <div class="quick-nav-section5">
368
- <h3><a href="#typedefs-section">Type Definitions</a></h3>
369
- <ul class="subList">
370
-
371
- <li><a href="#Bounds">Bounds</a></li>
372
-
373
- <li><a href="#DatatipContext">DatatipContext</a></li>
374
-
375
- <li><a href="#PlotArea">PlotArea</a></li>
376
-
377
- <li><a href="#ReferenceLine">ReferenceLine</a></li>
378
-
379
- <li><a href="#Threshold">Threshold</a></li>
380
-
381
- </ul>
382
- </div>
383
-
384
-
385
- <div class="quick-nav-section5">
386
- <h3>Other Topics</h3>
387
- <ul class="subList">
388
-
389
- <li><a href="#touch-section">Touch Section</a></li>
390
-
391
- <li><a href="#a11y-section">Accessibility Section</a></li>
392
-
393
- </ul>
394
- </div>
395
-
396
- </section>
397
-
398
- <section class="deprecated-hidden">
399
- <header>
400
-
401
- </br>
402
-
403
- <div class="class-description">
404
- <p><h3 id="meterCircleOverview-section">
405
- JET meter circle
406
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#meterCircleOverview-section"></a>
407
- </h3>
408
- A meter circle displays information graphically in a circular bar, highlighting a specific metric value's progress in relation to its min, max and thresholds.
409
- <pre class="prettyprint"><code>&lt;oj-c-meter-circle value='4'>&lt;/oj-c-meter-circle></code></pre>
410
- <h3 id="a11y-section">
411
- Accessibility
412
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#a11y-section"></a>
413
- </h3>
414
- <p>
415
- The application is strongly encouraged, even though it is not required, to populate the aria-label attribute on the element with meaningful descriptors as
416
- the oj-c-meter-circle element does not provide a default descriptor.
417
- </p>
418
- <p>
419
- If an application is using center content with visible text, thresholds, or reference lines, they need to include the information for screender readers using the following methods:
420
- <ul>
421
- <li>aria-describedby</li>
422
- <li>aria-labelledby</li>
423
- <li>aria-label</li>
424
- </ul>
425
- </p>
426
- <p>
427
- If you are using indicatorColor, applications are responsible for making sure that the color meets the
428
- <a href="https://www.w3.org/TR/WCAG21/#contrast-minimum">minimum contrast ratio</a>.
429
- </p>
430
-
431
- <h3 id="keyboardSection">
432
- Keyboard
433
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#keyboardSection"></a>
434
- </h3>
435
-
436
- <table class="keyboard-table">
437
- <thead>
438
- <tr>
439
- <th>Key</th>
440
- <th>Action</th>
441
- </tr>
442
- </thead>
443
- <tbody>
444
- <tr>
445
- <td><kbd>Enter</kbd></td>
446
- <td>Submit the current value of the meter circle.</td>
447
- </tr>
448
- <tr>
449
- <td><kbd>Tab</kbd></td>
450
- <td>Move focus to next element and submit the current value of the meter circle.</td>
451
- </tr>
452
- <tr>
453
- <td><kbd>Shift + Tab</kbd></td>
454
- <td>Move focus to previous element.</td>
455
- </tr>
456
- <tr>
457
- <td><kbd>End</kbd></td>
458
- <td>Increase the meter circle's transient value to max value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
459
- </tr>
460
- <tr>
461
- <td><kbd>Home</kbd></td>
462
- <td>Decrease the meter circle's transient value to zero. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
463
- </tr>
464
- <tr>
465
- <td><kbd>UpArrow</kbd></td>
466
- <td>Increase the meter circle's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
467
- </tr>
468
- <tr>
469
- <td><kbd>DownArrow</kbd></td>
470
- <td>Decrease the meter circle's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
471
- </tr>
472
- <tr>
473
- <td><kbd>LeftArrow</kbd></td>
474
- <td>Decrease the meter circle's transient value in left-to-right locales. Increase the meter circle's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
475
- </tr>
476
- <tr>
477
- <td><kbd>RightArrow</kbd></td>
478
- <td>Increase the meter circle's transient value in left-to-right locales. Decrease the meter circle's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
479
- </tr>
480
- </tbody>
481
- </table>
482
-
483
- <h3 id="touch-section">
484
- Touch End User Information
485
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#touch-section"></a>
486
- </h3>
487
-
488
- <table class="keyboard-table">
489
- <thead>
490
- <tr>
491
- <th>Gesture</th>
492
- <th>Action</th>
493
- </tr>
494
- </thead>
495
- <tbody>
496
- <tr>
497
- <td><kbd>Drag</kbd></td>
498
- <td>Value change when <code class="prettyprint">readonly</code> is <code class="prettyprint">false</code>.</td>
499
- </tr>
500
- </tbody>
501
- </table></p>
502
- </div>
503
- </br>
504
-
505
- </header>
506
-
507
-
508
- <article>
509
- <div class="container-overview">
510
-
511
-
512
- <div class="usage-section">
513
- <h3 id="usage-section">Usage<a class="bookmarkable-link" title="Bookmarkable Link" href="#usage-section"></a></h3>
514
-
515
- <dt class="deprecated-hidden" style="margin-right: 100px;"><h5><span>Signature: </span><p> <span class="name type-signature">interface CMeterCircleElement</span></p></h5></dt>
516
-
517
- <dl>
518
- <dt><h5>Typescript Import Format</h5></dt>
519
- <dd><pre class="prettyprint"><code>//To typecheck the element APIs, import as below.<br>import {CMeterCircleElement} from "oj-c/meter-circle";<br><br>//For the transpiled javascript to load the element's module, import as below<br>import "oj-c/meter-circle";</code></pre></dd>
520
- </dl>
521
-
522
- <p>For additional information visit:</p>
523
- <ul>
524
-
525
- <li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview" target="_blank">Using JET Custom Elements</a></li>
526
-
527
- <li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=typescriptoverview" target="_blank">Using JET with TypeScript</a></li>
528
- <li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=moduleloadingoverview" target="_blank">JET Module Loading</a></li>
529
- </ul>
530
-
531
- <p class="important">Note: Application logic should not interact with the component's properties or invoke its methods
532
- 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>
533
-
534
- </div>
535
- <br>
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
- <span class="dep-type deprecated-hidden-only jsdoc-type">
544
- <dl class="deprecated deprecated-hidden-only">
545
- <dt class="important">Deprecated:</dt>
546
- <dd><table class="params">
547
- <thead>
548
- <tr>
549
-
550
- <th>Since</th>
551
- <th>Value</th>
552
-
553
- <th>Description</th>
554
- </tr>
555
- </thead>
556
-
557
- <tbody>
558
-
559
- <tr>
560
- <td class="name"><code>15.0.0</code></td>
561
- <td class="description">oj-status-meter-gauge</td>
562
-
563
- <td class="description last"></td>
564
- </tr>
565
-
566
- </tbody>
567
- </table></dd>
568
- </dl>
569
- </span>
570
-
571
- <dl class="details">
572
-
573
-
574
-
575
-
576
-
577
-
578
-
579
-
580
-
581
-
582
-
583
-
584
-
585
-
586
-
587
-
588
-
589
-
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
-
601
- </dl>
602
-
603
-
604
-
605
- </div>
606
-
607
-
608
-
609
-
610
-
611
-
612
-
613
-
614
-
615
-
616
-
617
-
618
-
619
- <h3 id="slots-section" class="subsection-title">
620
- Slots
621
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#slots-section"></a>
622
- </h3>
623
-
624
- <p>JET components that allow child content support slots.
625
- Please see the <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-slots-section " target="_blank">slots section</a>
626
- of the JET component overview doc for more information on allowed slot content and slot types.</p>
627
-
628
- <dl>
629
-
630
-
631
- <dt class="">
632
-
633
- <h4 id="centerTemplate" class="name">
634
-
635
- <span class="type-signature"></span>centerTemplate<span class="type-signature"></span>
636
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#centerTemplate"></a>
637
-
638
- </h4>
639
-
640
-
641
- </dt>
642
-
643
- <dd class="">
644
-
645
- <div class="description">
646
- The centerTemplate slot is used to specify center content. When the template is executed, the component's binding context is extended with the following properties:
647
- </div>
648
-
649
-
650
-
651
-
652
- <dl class="details">
653
-
654
- <h5 class="subsection-title notoc">Properties of $current:</h5>
655
-
656
-
657
-
658
- <dl>
659
-
660
- <table class="props">
661
- <thead>
662
- <tr>
663
-
664
- <th>Name</th>
665
-
666
-
667
- <th>Type</th>
668
-
669
-
670
-
671
-
672
-
673
-
674
- <th class="last">Description</th>
675
-
676
- </tr>
677
- </thead>
678
-
679
- <tbody>
680
-
681
- <tr>
682
-
683
- <td class="name"><code>innerBounds</code></td>
684
-
685
-
686
-
687
- <td class="type">
688
-
689
-
690
-
691
- <span class="param-type"><a href="oj-c.MeterCircle.html#Bounds">oj-c.MeterCircle.Bounds</a></span>
692
-
693
-
694
-
695
-
696
- </td>
697
-
698
-
699
-
700
-
701
-
702
-
703
- <td class="description last">Object containing (x, y, width, height) of the rectangle inscribed in the center area. The inner bounds are useful for inserting content that is guaranteed to fit within the center area. If the angleExtent isn't 360 then we will provide the clipped square.
704
- </td>
705
-
706
- </tr>
707
-
708
-
709
- <tr>
710
-
711
- <td class="name"><code>outerBounds</code></td>
712
-
713
-
714
-
715
- <td class="type">
716
-
717
-
718
-
719
- <span class="param-type"><a href="oj-c.MeterCircle.html#Bounds">oj-c.MeterCircle.Bounds</a></span>
720
-
721
-
722
-
723
-
724
- </td>
725
-
726
-
727
-
728
-
729
-
730
-
731
- <td class="description last">Object containing (x, y, width, height) of the rectangle circumscribing the center area. The outer bounds are useful for creating background for the entire center area when used with a CSS border-radius. If the angleExtent isn't 360 then we will provide the clipped square.
732
- </td>
733
-
734
- </tr>
735
-
736
-
737
- <tr>
738
-
739
- <td class="name"><code>value</code></td>
740
-
741
-
742
-
743
- <td class="type">
744
-
745
-
746
-
747
- <span class="param-type">(number|null)</span>
748
-
749
-
750
-
751
-
752
- </td>
753
-
754
-
755
-
756
-
757
-
758
-
759
- <td class="description last">The current value of the meter circle.
760
- </td>
761
-
762
- </tr>
763
-
764
-
765
- </tbody>
766
- </table></dl>
767
-
768
-
769
-
770
-
771
-
772
-
773
-
774
-
775
-
776
-
777
-
778
-
779
-
780
-
781
-
782
-
783
-
784
-
785
-
786
-
787
-
788
-
789
-
790
-
791
-
792
-
793
-
794
-
795
-
796
-
797
- </dl>
798
-
799
-
800
-
801
- </dd>
802
-
803
- </dl>
804
-
805
-
806
- <h3 id="members-section" class="subsection-title">
807
- Attributes
808
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#members-section"></a>
809
- </h3>
810
-
811
- <dl>
812
-
813
-
814
- <dt class="">
815
-
816
- <h4 id="angleExtent" class="name">
817
-
818
- <span class="type-signature"></span>angle-extent<span class="type-signature"> :number</span>
819
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#angleExtent"></a>
820
-
821
- </h4>
822
-
823
-
824
- </dt>
825
-
826
- <dd class="">
827
-
828
- <div class="description">
829
- Specifies the angle extent of a meter circle. Value should be provided in degrees.
830
- </div>
831
-
832
-
833
-
834
-
835
- <dl class="details">
836
-
837
-
838
-
839
-
840
-
841
- <dt class="tag-default">Default Value:</dt>
842
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">360</code></li></ul></dd>
843
-
844
-
845
-
846
-
847
-
848
-
849
-
850
-
851
-
852
-
853
-
854
-
855
-
856
-
857
-
858
-
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
- </dl>
869
-
870
-
871
-
872
- <h5>Names</h5>
873
- <table class="keyboard-table">
874
- <thead>
875
- <tr>
876
- <th>Item</th>
877
- <th>Name</th>
878
- </tr>
879
- </thead>
880
- <tbody>
881
- <tr>
882
- <td>Property</td>
883
- <td><code class="prettyprint">angleExtent</code></td>
884
- </tr>
885
-
886
- <tr>
887
- <td>Property change event</td>
888
- <td><code class="prettyprint">angleExtentChanged</code></td>
889
- </tr>
890
- <tr>
891
- <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>
892
- <td><code class="pretty-print-noprettify">on-angle-extent-changed</code></td>
893
- </tr>
894
-
895
- </tbody>
896
- </table>
897
-
898
- </dd>
899
-
900
-
901
- <dt class="">
902
-
903
- <h4 id="color" class="name">
904
-
905
- <span class="type-signature"></span>color<span class="type-signature"> :string</span>
906
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#color"></a>
907
-
908
- </h4>
909
-
910
-
911
- </dt>
912
-
913
- <dd class="">
914
-
915
- <div class="description">
916
- Specifies the color of the meter circle indicator. Only applies when thresholdDisplay is not set to indicator.
917
- </div>
918
-
919
-
920
-
921
-
922
- <dl class="details">
923
-
924
-
925
-
926
-
927
-
928
-
929
-
930
-
931
-
932
-
933
-
934
-
935
-
936
-
937
-
938
-
939
-
940
-
941
-
942
-
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
-
952
- </dl>
953
-
954
-
955
-
956
- <h5>Names</h5>
957
- <table class="keyboard-table">
958
- <thead>
959
- <tr>
960
- <th>Item</th>
961
- <th>Name</th>
962
- </tr>
963
- </thead>
964
- <tbody>
965
- <tr>
966
- <td>Property</td>
967
- <td><code class="prettyprint">color</code></td>
968
- </tr>
969
-
970
- <tr>
971
- <td>Property change event</td>
972
- <td><code class="prettyprint">colorChanged</code></td>
973
- </tr>
974
- <tr>
975
- <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>
976
- <td><code class="pretty-print-noprettify">on-color-changed</code></td>
977
- </tr>
978
-
979
- </tbody>
980
- </table>
981
-
982
- </dd>
983
-
984
-
985
- <dt class="">
986
-
987
- <h4 id="datatip" class="name">
988
-
989
- <span class="type-signature"></span>datatip<span class="type-signature"> :(context: <a href="oj-c.MeterCircle.html#DatatipContext">oj-c.MeterCircle.DatatipContext</a>) => string | null</span>
990
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#datatip"></a>
991
-
992
- </h4>
993
-
994
-
995
- </dt>
996
-
997
- <dd class="">
998
-
999
- <div class="description">
1000
- The function that returns a custom datatip string for given value of meter circle. The function is called with DatatipContext as context. If datatip is undefined,
1001
- meter circle will use the default datatip. If the returned value of the function is null, no datatip is shown.
1002
- </div>
1003
-
1004
-
1005
-
1006
-
1007
- <dl class="details">
1008
-
1009
-
1010
-
1011
-
1012
-
1013
-
1014
-
1015
-
1016
-
1017
-
1018
-
1019
-
1020
-
1021
-
1022
-
1023
-
1024
-
1025
-
1026
-
1027
-
1028
-
1029
-
1030
-
1031
-
1032
-
1033
-
1034
-
1035
-
1036
-
1037
- </dl>
1038
-
1039
-
1040
-
1041
- <h5>Names</h5>
1042
- <table class="keyboard-table">
1043
- <thead>
1044
- <tr>
1045
- <th>Item</th>
1046
- <th>Name</th>
1047
- </tr>
1048
- </thead>
1049
- <tbody>
1050
- <tr>
1051
- <td>Property</td>
1052
- <td><code class="prettyprint">datatip</code></td>
1053
- </tr>
1054
-
1055
- <tr>
1056
- <td>Property change event</td>
1057
- <td><code class="prettyprint">datatipChanged</code></td>
1058
- </tr>
1059
- <tr>
1060
- <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>
1061
- <td><code class="pretty-print-noprettify">on-datatip-changed</code></td>
1062
- </tr>
1063
-
1064
- </tbody>
1065
- </table>
1066
-
1067
- </dd>
1068
-
1069
-
1070
- <dt class="">
1071
-
1072
- <h4 id="describedBy" class="name">
1073
-
1074
- <span class="type-signature"></span>described-by<span class="type-signature"> :(string|null)</span>
1075
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#describedBy"></a>
1076
-
1077
- </h4>
1078
-
1079
-
1080
- </dt>
1081
-
1082
- <dd class="">
1083
-
1084
- <div class="description">
1085
- Used to establish a relationship between this component and another element.
1086
- To facilitate correct screen reader behavior, the described-by attribute is
1087
- copied to the aria-describedby attribute on the component's dom.
1088
- </div>
1089
-
1090
-
1091
-
1092
-
1093
- <dl class="details">
1094
-
1095
-
1096
-
1097
-
1098
-
1099
-
1100
-
1101
-
1102
-
1103
-
1104
-
1105
-
1106
-
1107
-
1108
-
1109
-
1110
-
1111
-
1112
-
1113
-
1114
-
1115
-
1116
-
1117
-
1118
-
1119
-
1120
-
1121
-
1122
-
1123
- </dl>
1124
-
1125
-
1126
-
1127
- <h5>Names</h5>
1128
- <table class="keyboard-table">
1129
- <thead>
1130
- <tr>
1131
- <th>Item</th>
1132
- <th>Name</th>
1133
- </tr>
1134
- </thead>
1135
- <tbody>
1136
- <tr>
1137
- <td>Property</td>
1138
- <td><code class="prettyprint">describedBy</code></td>
1139
- </tr>
1140
-
1141
- <tr>
1142
- <td>Property change event</td>
1143
- <td><code class="prettyprint">describedByChanged</code></td>
1144
- </tr>
1145
- <tr>
1146
- <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>
1147
- <td><code class="pretty-print-noprettify">on-described-by-changed</code></td>
1148
- </tr>
1149
-
1150
- </tbody>
1151
- </table>
1152
-
1153
- </dd>
1154
-
1155
-
1156
- <dt class="">
1157
-
1158
- <h4 id="indicatorSize" class="name">
1159
-
1160
- <span class="type-signature"></span>indicator-size<span class="type-signature"> :number</span>
1161
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#indicatorSize"></a>
1162
-
1163
- </h4>
1164
-
1165
-
1166
- </dt>
1167
-
1168
- <dd class="">
1169
-
1170
- <div class="description">
1171
- Specifies the ratio of relative thickness of the indicator to the plot area.
1172
- </div>
1173
-
1174
-
1175
-
1176
-
1177
- <dl class="details">
1178
-
1179
-
1180
-
1181
-
1182
-
1183
- <dt class="tag-default">Default Value:</dt>
1184
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">1</code></li></ul></dd>
1185
-
1186
-
1187
-
1188
-
1189
-
1190
-
1191
-
1192
-
1193
-
1194
-
1195
-
1196
-
1197
-
1198
-
1199
-
1200
-
1201
-
1202
-
1203
-
1204
-
1205
-
1206
-
1207
-
1208
-
1209
-
1210
- </dl>
1211
-
1212
-
1213
-
1214
- <h5>Names</h5>
1215
- <table class="keyboard-table">
1216
- <thead>
1217
- <tr>
1218
- <th>Item</th>
1219
- <th>Name</th>
1220
- </tr>
1221
- </thead>
1222
- <tbody>
1223
- <tr>
1224
- <td>Property</td>
1225
- <td><code class="prettyprint">indicatorSize</code></td>
1226
- </tr>
1227
-
1228
- <tr>
1229
- <td>Property change event</td>
1230
- <td><code class="prettyprint">indicatorSizeChanged</code></td>
1231
- </tr>
1232
- <tr>
1233
- <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>
1234
- <td><code class="pretty-print-noprettify">on-indicator-size-changed</code></td>
1235
- </tr>
1236
-
1237
- </tbody>
1238
- </table>
1239
-
1240
- </dd>
1241
-
1242
-
1243
- <dt class="">
1244
-
1245
- <h4 id="innerRadius" class="name">
1246
-
1247
- <span class="type-signature"></span>inner-radius<span class="type-signature"> :number</span>
1248
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#innerRadius"></a>
1249
-
1250
- </h4>
1251
-
1252
-
1253
- </dt>
1254
-
1255
- <dd class="">
1256
-
1257
- <div class="description">
1258
- Specifies the inner radius, defined by the ratio of the distance from the center of the gauge to the innermost edge of the indicator to plot area. Valid values are ratios from 0 to 1. Depends on the size of the gauge and theme.
1259
- </div>
1260
-
1261
-
1262
-
1263
-
1264
- <dl class="details">
1265
-
1266
-
1267
-
1268
-
1269
-
1270
-
1271
-
1272
-
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
-
1285
-
1286
-
1287
-
1288
-
1289
-
1290
-
1291
-
1292
-
1293
-
1294
- </dl>
1295
-
1296
-
1297
-
1298
- <h5>Names</h5>
1299
- <table class="keyboard-table">
1300
- <thead>
1301
- <tr>
1302
- <th>Item</th>
1303
- <th>Name</th>
1304
- </tr>
1305
- </thead>
1306
- <tbody>
1307
- <tr>
1308
- <td>Property</td>
1309
- <td><code class="prettyprint">innerRadius</code></td>
1310
- </tr>
1311
-
1312
- <tr>
1313
- <td>Property change event</td>
1314
- <td><code class="prettyprint">innerRadiusChanged</code></td>
1315
- </tr>
1316
- <tr>
1317
- <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>
1318
- <td><code class="pretty-print-noprettify">on-inner-radius-changed</code></td>
1319
- </tr>
1320
-
1321
- </tbody>
1322
- </table>
1323
-
1324
- </dd>
1325
-
1326
-
1327
- <dt class="">
1328
-
1329
- <h4 id="labelledBy" class="name">
1330
-
1331
- <span class="type-signature"></span>labelled-by<span class="type-signature"> :(string|null)</span>
1332
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#labelledBy"></a>
1333
-
1334
- </h4>
1335
-
1336
-
1337
- </dt>
1338
-
1339
- <dd class="">
1340
-
1341
- <div class="description">
1342
- Used to establish a relationship between this component and another element.
1343
- A common use is to tie a label, which a text in a div or some other HTML element, and the oj-c-meter-circle together for accessibility.
1344
- 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.
1345
- </div>
1346
-
1347
-
1348
-
1349
-
1350
- <dl class="details">
1351
-
1352
-
1353
-
1354
-
1355
-
1356
-
1357
-
1358
-
1359
-
1360
-
1361
-
1362
-
1363
-
1364
-
1365
-
1366
-
1367
-
1368
-
1369
-
1370
-
1371
-
1372
-
1373
-
1374
-
1375
-
1376
-
1377
-
1378
-
1379
-
1380
- </dl>
1381
-
1382
-
1383
-
1384
- <h5>Names</h5>
1385
- <table class="keyboard-table">
1386
- <thead>
1387
- <tr>
1388
- <th>Item</th>
1389
- <th>Name</th>
1390
- </tr>
1391
- </thead>
1392
- <tbody>
1393
- <tr>
1394
- <td>Property</td>
1395
- <td><code class="prettyprint">labelledBy</code></td>
1396
- </tr>
1397
-
1398
- <tr>
1399
- <td>Property change event</td>
1400
- <td><code class="prettyprint">labelledByChanged</code></td>
1401
- </tr>
1402
- <tr>
1403
- <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>
1404
- <td><code class="pretty-print-noprettify">on-labelled-by-changed</code></td>
1405
- </tr>
1406
-
1407
- </tbody>
1408
- </table>
1409
-
1410
- </dd>
1411
-
1412
-
1413
- <dt class="">
1414
-
1415
- <h4 id="max" class="name">
1416
-
1417
- <span class="type-signature"></span>max<span class="type-signature"> :number</span>
1418
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#max"></a>
1419
-
1420
- </h4>
1421
-
1422
-
1423
- </dt>
1424
-
1425
- <dd class="">
1426
-
1427
- <div class="description">
1428
- Integer value specifying the maximum value of the meter circle.
1429
- </div>
1430
-
1431
-
1432
-
1433
-
1434
- <dl class="details">
1435
-
1436
-
1437
-
1438
-
1439
-
1440
- <dt class="tag-default">Default Value:</dt>
1441
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">100</code></li></ul></dd>
1442
-
1443
-
1444
-
1445
-
1446
-
1447
-
1448
-
1449
-
1450
-
1451
-
1452
-
1453
-
1454
-
1455
-
1456
-
1457
-
1458
-
1459
-
1460
-
1461
-
1462
-
1463
-
1464
-
1465
-
1466
-
1467
- </dl>
1468
-
1469
-
1470
-
1471
- <h5>Names</h5>
1472
- <table class="keyboard-table">
1473
- <thead>
1474
- <tr>
1475
- <th>Item</th>
1476
- <th>Name</th>
1477
- </tr>
1478
- </thead>
1479
- <tbody>
1480
- <tr>
1481
- <td>Property</td>
1482
- <td><code class="prettyprint">max</code></td>
1483
- </tr>
1484
-
1485
- <tr>
1486
- <td>Property change event</td>
1487
- <td><code class="prettyprint">maxChanged</code></td>
1488
- </tr>
1489
- <tr>
1490
- <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>
1491
- <td><code class="pretty-print-noprettify">on-max-changed</code></td>
1492
- </tr>
1493
-
1494
- </tbody>
1495
- </table>
1496
-
1497
- </dd>
1498
-
1499
-
1500
- <dt class="">
1501
-
1502
- <h4 id="min" class="name">
1503
-
1504
- <span class="type-signature"></span>min<span class="type-signature"> :number</span>
1505
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#min"></a>
1506
-
1507
- </h4>
1508
-
1509
-
1510
- </dt>
1511
-
1512
- <dd class="">
1513
-
1514
- <div class="description">
1515
- Integer value specifying the minimum value of the meter circle.
1516
- </div>
1517
-
1518
-
1519
-
1520
-
1521
- <dl class="details">
1522
-
1523
-
1524
-
1525
-
1526
-
1527
- <dt class="tag-default">Default Value:</dt>
1528
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">0</code></li></ul></dd>
1529
-
1530
-
1531
-
1532
-
1533
-
1534
-
1535
-
1536
-
1537
-
1538
-
1539
-
1540
-
1541
-
1542
-
1543
-
1544
-
1545
-
1546
-
1547
-
1548
-
1549
-
1550
-
1551
-
1552
-
1553
-
1554
- </dl>
1555
-
1556
-
1557
-
1558
- <h5>Names</h5>
1559
- <table class="keyboard-table">
1560
- <thead>
1561
- <tr>
1562
- <th>Item</th>
1563
- <th>Name</th>
1564
- </tr>
1565
- </thead>
1566
- <tbody>
1567
- <tr>
1568
- <td>Property</td>
1569
- <td><code class="prettyprint">min</code></td>
1570
- </tr>
1571
-
1572
- <tr>
1573
- <td>Property change event</td>
1574
- <td><code class="prettyprint">minChanged</code></td>
1575
- </tr>
1576
- <tr>
1577
- <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>
1578
- <td><code class="pretty-print-noprettify">on-min-changed</code></td>
1579
- </tr>
1580
-
1581
- </tbody>
1582
- </table>
1583
-
1584
- </dd>
1585
-
1586
-
1587
- <dt class="">
1588
-
1589
- <h4 id="plotArea" class="name">
1590
-
1591
- <span class="type-signature"></span>plot-area<span class="type-signature"> :<a href="oj-c.MeterCircle.html#PlotArea">oj-c.MeterCircle.PlotArea</a></span>
1592
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#plotArea"></a>
1593
-
1594
- </h4>
1595
-
1596
-
1597
- </dt>
1598
-
1599
- <dd class="">
1600
-
1601
- <div class="description">
1602
- Specifies the plot area of the meter circle.
1603
- </div>
1604
-
1605
-
1606
-
1607
-
1608
- <dl class="details">
1609
-
1610
-
1611
-
1612
-
1613
-
1614
-
1615
-
1616
-
1617
-
1618
-
1619
-
1620
-
1621
-
1622
-
1623
-
1624
-
1625
-
1626
-
1627
-
1628
-
1629
-
1630
-
1631
-
1632
-
1633
-
1634
-
1635
-
1636
-
1637
-
1638
- </dl>
1639
-
1640
-
1641
-
1642
- <h5>Names</h5>
1643
- <table class="keyboard-table">
1644
- <thead>
1645
- <tr>
1646
- <th>Item</th>
1647
- <th>Name</th>
1648
- </tr>
1649
- </thead>
1650
- <tbody>
1651
- <tr>
1652
- <td>Property</td>
1653
- <td><code class="prettyprint">plotArea</code></td>
1654
- </tr>
1655
-
1656
- <tr>
1657
- <td>Property change event</td>
1658
- <td><code class="prettyprint">plotAreaChanged</code></td>
1659
- </tr>
1660
- <tr>
1661
- <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>
1662
- <td><code class="pretty-print-noprettify">on-plot-area-changed</code></td>
1663
- </tr>
1664
-
1665
- </tbody>
1666
- </table>
1667
-
1668
- </dd>
1669
-
1670
-
1671
- <dt class="">
1672
-
1673
- <h4 id="readonly" class="name">
1674
-
1675
- <span class="type-signature"></span>readonly<span class="type-signature"> :boolean</span>
1676
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#readonly"></a>
1677
-
1678
- </h4>
1679
-
1680
-
1681
- </dt>
1682
-
1683
- <dd class="">
1684
-
1685
- <div class="description">
1686
- Defines whether the value of the meter circle can be changed by the end user.
1687
- </div>
1688
-
1689
-
1690
-
1691
-
1692
- <dl class="details">
1693
-
1694
-
1695
-
1696
-
1697
-
1698
- <dt class="tag-default">Default Value:</dt>
1699
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
1700
-
1701
-
1702
-
1703
-
1704
-
1705
-
1706
-
1707
-
1708
-
1709
-
1710
-
1711
-
1712
-
1713
-
1714
-
1715
-
1716
-
1717
-
1718
-
1719
-
1720
-
1721
-
1722
-
1723
-
1724
-
1725
- </dl>
1726
-
1727
-
1728
-
1729
- <h5>Names</h5>
1730
- <table class="keyboard-table">
1731
- <thead>
1732
- <tr>
1733
- <th>Item</th>
1734
- <th>Name</th>
1735
- </tr>
1736
- </thead>
1737
- <tbody>
1738
- <tr>
1739
- <td>Property</td>
1740
- <td><code class="prettyprint">readonly</code></td>
1741
- </tr>
1742
-
1743
- <tr>
1744
- <td>Property change event</td>
1745
- <td><code class="prettyprint">readonlyChanged</code></td>
1746
- </tr>
1747
- <tr>
1748
- <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>
1749
- <td><code class="pretty-print-noprettify">on-readonly-changed</code></td>
1750
- </tr>
1751
-
1752
- </tbody>
1753
- </table>
1754
-
1755
- </dd>
1756
-
1757
-
1758
- <dt class="">
1759
-
1760
- <h4 id="referenceLines" class="name">
1761
-
1762
- <span class="type-signature"></span>reference-lines<span class="type-signature"> :Array.&lt;<a href="oj-c.MeterCircle.html#ReferenceLine">oj-c.MeterCircle.ReferenceLine</a>></span>
1763
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#referenceLines"></a>
1764
-
1765
- </h4>
1766
-
1767
-
1768
- </dt>
1769
-
1770
- <dd class="">
1771
-
1772
- <div class="description">
1773
- Specifies the array of objects defining the reference lines for the meter circle.
1774
- </div>
1775
-
1776
-
1777
-
1778
-
1779
- <dl class="details">
1780
-
1781
-
1782
-
1783
-
1784
-
1785
-
1786
-
1787
-
1788
-
1789
-
1790
-
1791
-
1792
-
1793
-
1794
-
1795
-
1796
-
1797
-
1798
-
1799
-
1800
-
1801
-
1802
-
1803
-
1804
-
1805
-
1806
-
1807
-
1808
-
1809
- </dl>
1810
-
1811
-
1812
-
1813
- <h5>Names</h5>
1814
- <table class="keyboard-table">
1815
- <thead>
1816
- <tr>
1817
- <th>Item</th>
1818
- <th>Name</th>
1819
- </tr>
1820
- </thead>
1821
- <tbody>
1822
- <tr>
1823
- <td>Property</td>
1824
- <td><code class="prettyprint">referenceLines</code></td>
1825
- </tr>
1826
-
1827
- <tr>
1828
- <td>Property change event</td>
1829
- <td><code class="prettyprint">referenceLinesChanged</code></td>
1830
- </tr>
1831
- <tr>
1832
- <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>
1833
- <td><code class="pretty-print-noprettify">on-reference-lines-changed</code></td>
1834
- </tr>
1835
-
1836
- </tbody>
1837
- </table>
1838
-
1839
- </dd>
1840
-
1841
-
1842
- <dt class="">
1843
-
1844
- <h4 id="size" class="name">
1845
-
1846
- <span class="type-signature"></span>size<span class="type-signature"> :"sm"|"md"|"lg"</span>
1847
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#size"></a>
1848
-
1849
- </h4>
1850
-
1851
-
1852
- </dt>
1853
-
1854
- <dd class="">
1855
-
1856
- <div class="description">
1857
- Specifies the size of the meter var.
1858
- </div>
1859
-
1860
-
1861
-
1862
-
1863
- <dl class="details">
1864
-
1865
-
1866
-
1867
-
1868
- <h5 class="subsection-title">Supported Values:</h5>
1869
-
1870
- <dl>
1871
-
1872
- <table class="props">
1873
- <thead>
1874
- <tr>
1875
-
1876
- <th>Value</th>
1877
-
1878
-
1879
-
1880
-
1881
-
1882
-
1883
-
1884
- <th class="last">Description</th>
1885
-
1886
- </tr>
1887
- </thead>
1888
-
1889
- <tbody>
1890
-
1891
-
1892
- <tr>
1893
-
1894
- <td class="name"><code>lg</code></td>
1895
-
1896
-
1897
-
1898
-
1899
-
1900
-
1901
-
1902
- <td class="description last">large Meter circle
1903
- </td>
1904
-
1905
- </tr>
1906
-
1907
-
1908
-
1909
- <tr>
1910
-
1911
- <td class="name"><code>md</code></td>
1912
-
1913
-
1914
-
1915
-
1916
-
1917
-
1918
-
1919
- <td class="description last">medium Meter circle (default, if unspecified)
1920
- </td>
1921
-
1922
- </tr>
1923
-
1924
-
1925
-
1926
- <tr>
1927
-
1928
- <td class="name"><code>sm</code></td>
1929
-
1930
-
1931
-
1932
-
1933
-
1934
-
1935
-
1936
- <td class="description last">small Meter circle
1937
- </td>
1938
-
1939
- </tr>
1940
-
1941
-
1942
- </tbody>
1943
- </table></dl>
1944
-
1945
-
1946
-
1947
-
1948
- <dt class="tag-default">Default Value:</dt>
1949
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"md"</code></li></ul></dd>
1950
-
1951
-
1952
-
1953
-
1954
-
1955
-
1956
-
1957
-
1958
-
1959
-
1960
-
1961
-
1962
-
1963
-
1964
-
1965
-
1966
-
1967
-
1968
-
1969
-
1970
-
1971
-
1972
-
1973
-
1974
-
1975
- </dl>
1976
-
1977
-
1978
-
1979
- <h5>Names</h5>
1980
- <table class="keyboard-table">
1981
- <thead>
1982
- <tr>
1983
- <th>Item</th>
1984
- <th>Name</th>
1985
- </tr>
1986
- </thead>
1987
- <tbody>
1988
- <tr>
1989
- <td>Property</td>
1990
- <td><code class="prettyprint">size</code></td>
1991
- </tr>
1992
-
1993
- <tr>
1994
- <td>Property change event</td>
1995
- <td><code class="prettyprint">sizeChanged</code></td>
1996
- </tr>
1997
- <tr>
1998
- <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>
1999
- <td><code class="pretty-print-noprettify">on-size-changed</code></td>
2000
- </tr>
2001
-
2002
- </tbody>
2003
- </table>
2004
-
2005
- </dd>
2006
-
2007
-
2008
- <dt class="">
2009
-
2010
- <h4 id="startAngle" class="name">
2011
-
2012
- <span class="type-signature"></span>start-angle<span class="type-signature"> :number</span>
2013
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#startAngle"></a>
2014
-
2015
- </h4>
2016
-
2017
-
2018
- </dt>
2019
-
2020
- <dd class="">
2021
-
2022
- <div class="description">
2023
- Specifies the start angle of the plot area relative to the positive x axis. Value should be provided in degrees.
2024
- </div>
2025
-
2026
-
2027
-
2028
-
2029
- <dl class="details">
2030
-
2031
-
2032
-
2033
-
2034
-
2035
- <dt class="tag-default">Default Value:</dt>
2036
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">90</code></li></ul></dd>
2037
-
2038
-
2039
-
2040
-
2041
-
2042
-
2043
-
2044
-
2045
-
2046
-
2047
-
2048
-
2049
-
2050
-
2051
-
2052
-
2053
-
2054
-
2055
-
2056
-
2057
-
2058
-
2059
-
2060
-
2061
-
2062
- </dl>
2063
-
2064
-
2065
-
2066
- <h5>Names</h5>
2067
- <table class="keyboard-table">
2068
- <thead>
2069
- <tr>
2070
- <th>Item</th>
2071
- <th>Name</th>
2072
- </tr>
2073
- </thead>
2074
- <tbody>
2075
- <tr>
2076
- <td>Property</td>
2077
- <td><code class="prettyprint">startAngle</code></td>
2078
- </tr>
2079
-
2080
- <tr>
2081
- <td>Property change event</td>
2082
- <td><code class="prettyprint">startAngleChanged</code></td>
2083
- </tr>
2084
- <tr>
2085
- <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>
2086
- <td><code class="pretty-print-noprettify">on-start-angle-changed</code></td>
2087
- </tr>
2088
-
2089
- </tbody>
2090
- </table>
2091
-
2092
- </dd>
2093
-
2094
-
2095
- <dt class="">
2096
-
2097
- <h4 id="step" class="name">
2098
-
2099
- <span class="type-signature"></span>step<span class="type-signature"> :number</span>
2100
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#step"></a>
2101
-
2102
- </h4>
2103
-
2104
-
2105
- </dt>
2106
-
2107
- <dd class="">
2108
-
2109
- <div class="description">
2110
- 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.
2111
- </div>
2112
-
2113
-
2114
-
2115
-
2116
- <dl class="details">
2117
-
2118
-
2119
-
2120
-
2121
-
2122
- <dt class="tag-default">Default Value:</dt>
2123
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">1</code></li></ul></dd>
2124
-
2125
-
2126
-
2127
-
2128
-
2129
-
2130
-
2131
-
2132
-
2133
-
2134
-
2135
-
2136
-
2137
-
2138
-
2139
-
2140
-
2141
-
2142
-
2143
-
2144
-
2145
-
2146
-
2147
-
2148
-
2149
- </dl>
2150
-
2151
-
2152
-
2153
- <h5>Names</h5>
2154
- <table class="keyboard-table">
2155
- <thead>
2156
- <tr>
2157
- <th>Item</th>
2158
- <th>Name</th>
2159
- </tr>
2160
- </thead>
2161
- <tbody>
2162
- <tr>
2163
- <td>Property</td>
2164
- <td><code class="prettyprint">step</code></td>
2165
- </tr>
2166
-
2167
- <tr>
2168
- <td>Property change event</td>
2169
- <td><code class="prettyprint">stepChanged</code></td>
2170
- </tr>
2171
- <tr>
2172
- <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>
2173
- <td><code class="pretty-print-noprettify">on-step-changed</code></td>
2174
- </tr>
2175
-
2176
- </tbody>
2177
- </table>
2178
-
2179
- </dd>
2180
-
2181
-
2182
- <dt class="">
2183
-
2184
- <h4 id="thresholdDisplay" class="name">
2185
-
2186
- <span class="type-signature"></span>threshold-display<span class="type-signature"> :"all"|"plotArea"|"indicator"</span>
2187
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#thresholdDisplay"></a>
2188
-
2189
- </h4>
2190
-
2191
-
2192
- </dt>
2193
-
2194
- <dd class="">
2195
-
2196
- <div class="description">
2197
- 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.
2198
- </div>
2199
-
2200
-
2201
-
2202
-
2203
- <dl class="details">
2204
-
2205
-
2206
-
2207
-
2208
-
2209
- <dt class="tag-default">Default Value:</dt>
2210
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"indicator"</code></li></ul></dd>
2211
-
2212
-
2213
-
2214
-
2215
-
2216
-
2217
-
2218
-
2219
-
2220
-
2221
-
2222
-
2223
-
2224
-
2225
-
2226
-
2227
-
2228
-
2229
-
2230
-
2231
-
2232
-
2233
-
2234
-
2235
-
2236
- </dl>
2237
-
2238
-
2239
-
2240
- <h5>Names</h5>
2241
- <table class="keyboard-table">
2242
- <thead>
2243
- <tr>
2244
- <th>Item</th>
2245
- <th>Name</th>
2246
- </tr>
2247
- </thead>
2248
- <tbody>
2249
- <tr>
2250
- <td>Property</td>
2251
- <td><code class="prettyprint">thresholdDisplay</code></td>
2252
- </tr>
2253
-
2254
- <tr>
2255
- <td>Property change event</td>
2256
- <td><code class="prettyprint">thresholdDisplayChanged</code></td>
2257
- </tr>
2258
- <tr>
2259
- <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>
2260
- <td><code class="pretty-print-noprettify">on-threshold-display-changed</code></td>
2261
- </tr>
2262
-
2263
- </tbody>
2264
- </table>
2265
-
2266
- </dd>
2267
-
2268
-
2269
- <dt class="">
2270
-
2271
- <h4 id="thresholds" class="name">
2272
-
2273
- <span class="type-signature"></span>thresholds<span class="type-signature"> :Array.&lt;<a href="oj-c.MeterCircle.html#Threshold">oj-c.MeterCircle.Threshold</a>></span>
2274
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#thresholds"></a>
2275
-
2276
- </h4>
2277
-
2278
-
2279
- </dt>
2280
-
2281
- <dd class="">
2282
-
2283
- <div class="description">
2284
- An array of objects defining the thresholds for the meter circle.
2285
- </div>
2286
-
2287
-
2288
-
2289
-
2290
- <dl class="details">
2291
-
2292
-
2293
-
2294
-
2295
-
2296
-
2297
-
2298
-
2299
-
2300
-
2301
-
2302
-
2303
-
2304
-
2305
-
2306
-
2307
-
2308
-
2309
-
2310
-
2311
-
2312
-
2313
-
2314
-
2315
-
2316
-
2317
-
2318
-
2319
-
2320
- </dl>
2321
-
2322
-
2323
-
2324
- <h5>Names</h5>
2325
- <table class="keyboard-table">
2326
- <thead>
2327
- <tr>
2328
- <th>Item</th>
2329
- <th>Name</th>
2330
- </tr>
2331
- </thead>
2332
- <tbody>
2333
- <tr>
2334
- <td>Property</td>
2335
- <td><code class="prettyprint">thresholds</code></td>
2336
- </tr>
2337
-
2338
- <tr>
2339
- <td>Property change event</td>
2340
- <td><code class="prettyprint">thresholdsChanged</code></td>
2341
- </tr>
2342
- <tr>
2343
- <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>
2344
- <td><code class="pretty-print-noprettify">on-thresholds-changed</code></td>
2345
- </tr>
2346
-
2347
- </tbody>
2348
- </table>
2349
-
2350
- </dd>
2351
-
2352
-
2353
- <dt class="">
2354
-
2355
- <h4 id="transientValue" class="name">
2356
-
2357
- <span class="type-signature">(readonly) </span>transient-value<span class="type-signature"> :number</span>
2358
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#transientValue"></a>
2359
-
2360
- </h4>
2361
-
2362
-
2363
- </dt>
2364
-
2365
- <dd class="">
2366
-
2367
- <div class="description">
2368
- A read-only property for retrieving the transient value from the meter circle. It is triggered when dragging over the meter circle.
2369
- </div>
2370
-
2371
-
2372
-
2373
-
2374
- <dl class="details">
2375
-
2376
-
2377
-
2378
-
2379
-
2380
-
2381
-
2382
- <dt class="tag-default">Supports writeback:</dt>
2383
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
2384
-
2385
-
2386
-
2387
-
2388
-
2389
-
2390
-
2391
-
2392
-
2393
-
2394
-
2395
-
2396
-
2397
-
2398
-
2399
-
2400
-
2401
-
2402
-
2403
-
2404
-
2405
-
2406
-
2407
- </dl>
2408
-
2409
-
2410
-
2411
- <h5>Names</h5>
2412
- <table class="keyboard-table">
2413
- <thead>
2414
- <tr>
2415
- <th>Item</th>
2416
- <th>Name</th>
2417
- </tr>
2418
- </thead>
2419
- <tbody>
2420
- <tr>
2421
- <td>Property</td>
2422
- <td><code class="prettyprint">transientValue</code></td>
2423
- </tr>
2424
-
2425
- <tr>
2426
- <td>Property change event</td>
2427
- <td><code class="prettyprint">transientValueChanged</code></td>
2428
- </tr>
2429
- <tr>
2430
- <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>
2431
- <td><code class="pretty-print-noprettify">on-transient-value-changed</code></td>
2432
- </tr>
2433
-
2434
- </tbody>
2435
- </table>
2436
-
2437
- </dd>
2438
-
2439
-
2440
- <dt class="">
2441
-
2442
- <h4 id="value" class="name">
2443
-
2444
- <span class="type-signature"></span>value<span class="type-signature"> :(number|null)</span>
2445
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#value"></a>
2446
-
2447
- </h4>
2448
-
2449
-
2450
- </dt>
2451
-
2452
- <dd class="">
2453
-
2454
- <div class="description">
2455
- The value of the meter circle.
2456
- </div>
2457
-
2458
-
2459
-
2460
-
2461
- <dl class="details">
2462
-
2463
-
2464
-
2465
-
2466
-
2467
- <dt class="tag-default">Default Value:</dt>
2468
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">0</code></li></ul></dd>
2469
-
2470
-
2471
-
2472
- <dt class="tag-default">Supports writeback:</dt>
2473
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
2474
-
2475
-
2476
-
2477
-
2478
-
2479
-
2480
-
2481
-
2482
-
2483
-
2484
-
2485
-
2486
-
2487
-
2488
-
2489
-
2490
-
2491
-
2492
-
2493
-
2494
-
2495
-
2496
-
2497
- </dl>
2498
-
2499
-
2500
-
2501
- <h5>Names</h5>
2502
- <table class="keyboard-table">
2503
- <thead>
2504
- <tr>
2505
- <th>Item</th>
2506
- <th>Name</th>
2507
- </tr>
2508
- </thead>
2509
- <tbody>
2510
- <tr>
2511
- <td>Property</td>
2512
- <td><code class="prettyprint">value</code></td>
2513
- </tr>
2514
-
2515
- <tr>
2516
- <td>Property change event</td>
2517
- <td><code class="prettyprint">valueChanged</code></td>
2518
- </tr>
2519
- <tr>
2520
- <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>
2521
- <td><code class="pretty-print-noprettify">on-value-changed</code></td>
2522
- </tr>
2523
-
2524
- </tbody>
2525
- </table>
2526
-
2527
- </dd>
2528
-
2529
- </dl>
2530
-
2531
-
2532
- <h3 id="methods-section" class="subsection-title">
2533
- Methods
2534
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#methods-section"></a>
2535
- </h3>
2536
-
2537
- <dl>
2538
-
2539
-
2540
- <dt class="">
2541
-
2542
-
2543
-
2544
- <h4 id="getProperty" class="name">
2545
-
2546
- <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>
2547
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#getProperty"></a>
2548
-
2549
- </h4>
2550
-
2551
-
2552
-
2553
-
2554
-
2555
- </dt>
2556
- <dd class="">
2557
-
2558
-
2559
- <div class="description">
2560
- Retrieves the value of a property or a subproperty.
2561
-
2562
- </div>
2563
-
2564
-
2565
-
2566
-
2567
-
2568
-
2569
-
2570
-
2571
-
2572
-
2573
-
2574
- <h5>Parameters:</h5>
2575
-
2576
-
2577
- <table class="params">
2578
- <thead>
2579
- <tr>
2580
-
2581
- <th>Name</th>
2582
-
2583
-
2584
- <th>Type</th>
2585
-
2586
-
2587
-
2588
-
2589
-
2590
- <th class="last">Description</th>
2591
- </tr>
2592
- </thead>
2593
-
2594
- <tbody>
2595
-
2596
-
2597
- <tr>
2598
-
2599
- <td class="name"><code>property</code></td>
2600
-
2601
-
2602
- <td class="type">
2603
-
2604
- </td>
2605
-
2606
-
2607
-
2608
-
2609
- <td class="description last">The property name to get. Supports dot notation for subproperty access.
2610
- </td>
2611
- </tr>
2612
-
2613
-
2614
- </tbody>
2615
- </table>
2616
-
2617
-
2618
-
2619
- <dl class="details">
2620
-
2621
-
2622
-
2623
-
2624
-
2625
-
2626
-
2627
-
2628
-
2629
-
2630
-
2631
-
2632
-
2633
-
2634
-
2635
-
2636
-
2637
-
2638
-
2639
-
2640
-
2641
-
2642
-
2643
-
2644
-
2645
-
2646
-
2647
-
2648
-
2649
- </dl>
2650
-
2651
-
2652
-
2653
-
2654
-
2655
-
2656
-
2657
- <h5>Returns:</h5>
2658
-
2659
-
2660
-
2661
-
2662
- <dl>
2663
- <dt>
2664
- Type
2665
- </dt>
2666
- <dd>
2667
-
2668
- <span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
2669
-
2670
-
2671
- </dd>
2672
- </dl>
2673
-
2674
-
2675
-
2676
-
2677
-
2678
- </dd>
2679
-
2680
-
2681
-
2682
- <dt class="">
2683
-
2684
-
2685
-
2686
- <h4 id="setProperties" class="name">
2687
-
2688
- <span class="type-signature"></span>setProperties<span class="signature">(properties)</span><span class="type-signature"> : {void}</span>
2689
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperties"></a>
2690
-
2691
- </h4>
2692
-
2693
-
2694
-
2695
-
2696
-
2697
- </dt>
2698
- <dd class="">
2699
-
2700
-
2701
- <div class="description">
2702
- Performs a batch set of properties.
2703
-
2704
- </div>
2705
-
2706
-
2707
-
2708
-
2709
-
2710
-
2711
-
2712
-
2713
-
2714
-
2715
-
2716
- <h5>Parameters:</h5>
2717
-
2718
-
2719
- <table class="params">
2720
- <thead>
2721
- <tr>
2722
-
2723
- <th>Name</th>
2724
-
2725
-
2726
- <th>Type</th>
2727
-
2728
-
2729
-
2730
-
2731
-
2732
- <th class="last">Description</th>
2733
- </tr>
2734
- </thead>
2735
-
2736
- <tbody>
2737
-
2738
-
2739
- <tr>
2740
-
2741
- <td class="name"><code>properties</code></td>
2742
-
2743
-
2744
- <td class="type">
2745
-
2746
- </td>
2747
-
2748
-
2749
-
2750
-
2751
- <td class="description last">An object containing the property and value pairs to set.
2752
- </td>
2753
- </tr>
2754
-
2755
-
2756
- </tbody>
2757
- </table>
2758
-
2759
-
2760
-
2761
- <dl class="details">
2762
-
2763
-
2764
-
2765
-
2766
-
2767
-
2768
-
2769
-
2770
-
2771
-
2772
-
2773
-
2774
-
2775
-
2776
-
2777
-
2778
-
2779
-
2780
-
2781
-
2782
-
2783
-
2784
-
2785
-
2786
-
2787
-
2788
-
2789
-
2790
-
2791
- </dl>
2792
-
2793
-
2794
-
2795
-
2796
-
2797
-
2798
-
2799
- <h5>Returns:</h5>
2800
-
2801
-
2802
-
2803
-
2804
- <dl>
2805
- <dt>
2806
- Type
2807
- </dt>
2808
- <dd>
2809
-
2810
- <span class="param-type">void</span>
2811
-
2812
-
2813
- </dd>
2814
- </dl>
2815
-
2816
-
2817
-
2818
-
2819
-
2820
- </dd>
2821
-
2822
-
2823
-
2824
- <dt class="">
2825
-
2826
-
2827
-
2828
- <h4 id="setProperty" class="name">
2829
-
2830
- <span class="type-signature"></span>setProperty<span class="signature">(property, value)</span><span class="type-signature"> : {void}</span>
2831
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperty"></a>
2832
-
2833
- </h4>
2834
-
2835
-
2836
-
2837
-
2838
-
2839
- </dt>
2840
- <dd class="">
2841
-
2842
-
2843
- <div class="description">
2844
- Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.
2845
-
2846
- </div>
2847
-
2848
-
2849
-
2850
-
2851
-
2852
-
2853
-
2854
-
2855
-
2856
-
2857
-
2858
- <h5>Parameters:</h5>
2859
-
2860
-
2861
- <table class="params">
2862
- <thead>
2863
- <tr>
2864
-
2865
- <th>Name</th>
2866
-
2867
-
2868
- <th>Type</th>
2869
-
2870
-
2871
-
2872
-
2873
-
2874
- <th class="last">Description</th>
2875
- </tr>
2876
- </thead>
2877
-
2878
- <tbody>
2879
-
2880
-
2881
- <tr>
2882
-
2883
- <td class="name"><code>property</code></td>
2884
-
2885
-
2886
- <td class="type">
2887
-
2888
- </td>
2889
-
2890
-
2891
-
2892
-
2893
- <td class="description last">The property name to set. Supports dot notation for subproperty access.
2894
- </td>
2895
- </tr>
2896
-
2897
-
2898
-
2899
- <tr>
2900
-
2901
- <td class="name"><code>value</code></td>
2902
-
2903
-
2904
- <td class="type">
2905
-
2906
- </td>
2907
-
2908
-
2909
-
2910
-
2911
- <td class="description last">The new value to set the property to.
2912
- </td>
2913
- </tr>
2914
-
2915
-
2916
- </tbody>
2917
- </table>
2918
-
2919
-
2920
-
2921
- <dl class="details">
2922
-
2923
-
2924
-
2925
-
2926
-
2927
-
2928
-
2929
-
2930
-
2931
-
2932
-
2933
-
2934
-
2935
-
2936
-
2937
-
2938
-
2939
-
2940
-
2941
-
2942
-
2943
-
2944
-
2945
-
2946
-
2947
-
2948
-
2949
-
2950
-
2951
- </dl>
2952
-
2953
-
2954
-
2955
-
2956
-
2957
-
2958
-
2959
- <h5>Returns:</h5>
2960
-
2961
-
2962
-
2963
-
2964
- <dl>
2965
- <dt>
2966
- Type
2967
- </dt>
2968
- <dd>
2969
-
2970
- <span class="param-type">void</span>
2971
-
2972
-
2973
- </dd>
2974
- </dl>
2975
-
2976
-
2977
-
2978
-
2979
-
2980
- </dd>
2981
-
2982
-
2983
- </dl>
2984
-
2985
-
2986
- <h3 id="typedefs-section" class="subsection-title">
2987
- Type Definitions
2988
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#typedefs-section"></a>
2989
- </h3>
2990
-
2991
- <dl>
2992
-
2993
-
2994
- <dt class="">
2995
-
2996
- <h4 id="Bounds" class="name">
2997
-
2998
- Bounds
2999
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#Bounds"></a>
3000
-
3001
- </h4>
3002
-
3003
-
3004
- </dt>
3005
-
3006
- <dd class="">
3007
-
3008
-
3009
-
3010
-
3011
- <dl class="details">
3012
-
3013
- <h5 class="subsection-title notoc">Properties:</h5>
3014
-
3015
-
3016
-
3017
- <dl>
3018
-
3019
- <table class="props">
3020
- <thead>
3021
- <tr>
3022
-
3023
- <th>Name</th>
3024
-
3025
-
3026
- <th>Type</th>
3027
-
3028
-
3029
-
3030
-
3031
-
3032
-
3033
- <th class="last">Description</th>
3034
-
3035
- </tr>
3036
- </thead>
3037
-
3038
- <tbody>
3039
-
3040
- <tr>
3041
-
3042
- <td class="name"><code>height</code></td>
3043
-
3044
-
3045
-
3046
- <td class="type">
3047
-
3048
-
3049
-
3050
- <span class="param-type">number</span>
3051
-
3052
-
3053
-
3054
-
3055
- </td>
3056
-
3057
-
3058
-
3059
-
3060
-
3061
-
3062
- <td class="description last">The height of the bounding rectangle.
3063
- </td>
3064
-
3065
- </tr>
3066
-
3067
-
3068
- <tr>
3069
-
3070
- <td class="name"><code>width</code></td>
3071
-
3072
-
3073
-
3074
- <td class="type">
3075
-
3076
-
3077
-
3078
- <span class="param-type">number</span>
3079
-
3080
-
3081
-
3082
-
3083
- </td>
3084
-
3085
-
3086
-
3087
-
3088
-
3089
-
3090
- <td class="description last">The width of the bounding rectangle.
3091
- </td>
3092
-
3093
- </tr>
3094
-
3095
-
3096
- <tr>
3097
-
3098
- <td class="name"><code>x</code></td>
3099
-
3100
-
3101
-
3102
- <td class="type">
3103
-
3104
-
3105
-
3106
- <span class="param-type">number</span>
3107
-
3108
-
3109
-
3110
-
3111
- </td>
3112
-
3113
-
3114
-
3115
-
3116
-
3117
-
3118
- <td class="description last">The x position of the bounding rectangle.
3119
- </td>
3120
-
3121
- </tr>
3122
-
3123
-
3124
- <tr>
3125
-
3126
- <td class="name"><code>y</code></td>
3127
-
3128
-
3129
-
3130
- <td class="type">
3131
-
3132
-
3133
-
3134
- <span class="param-type">number</span>
3135
-
3136
-
3137
-
3138
-
3139
- </td>
3140
-
3141
-
3142
-
3143
-
3144
-
3145
-
3146
- <td class="description last">The y position of the bounding rectangle.
3147
- </td>
3148
-
3149
- </tr>
3150
-
3151
-
3152
- </tbody>
3153
- </table></dl>
3154
-
3155
-
3156
-
3157
-
3158
-
3159
-
3160
-
3161
-
3162
-
3163
-
3164
-
3165
-
3166
-
3167
-
3168
-
3169
-
3170
-
3171
-
3172
-
3173
-
3174
-
3175
-
3176
-
3177
-
3178
-
3179
-
3180
-
3181
-
3182
-
3183
-
3184
- </dl>
3185
-
3186
-
3187
-
3188
- </dd>
3189
-
3190
-
3191
- <dt class="">
3192
-
3193
- <h4 id="DatatipContext" class="name">
3194
-
3195
- DatatipContext
3196
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#DatatipContext"></a>
3197
-
3198
- </h4>
3199
-
3200
-
3201
- </dt>
3202
-
3203
- <dd class="">
3204
-
3205
- <div class="description">
3206
- Context for datatip function.
3207
- </div>
3208
-
3209
-
3210
-
3211
-
3212
- <dl class="details">
3213
-
3214
- <h5 class="subsection-title notoc">Properties:</h5>
3215
-
3216
-
3217
-
3218
- <dl>
3219
-
3220
- <table class="props">
3221
- <thead>
3222
- <tr>
3223
-
3224
- <th>Name</th>
3225
-
3226
-
3227
- <th>Type</th>
3228
-
3229
-
3230
-
3231
-
3232
-
3233
-
3234
- <th class="last">Description</th>
3235
-
3236
- </tr>
3237
- </thead>
3238
-
3239
- <tbody>
3240
-
3241
- <tr>
3242
-
3243
- <td class="name"><code>value</code></td>
3244
-
3245
-
3246
-
3247
- <td class="type">
3248
-
3249
-
3250
-
3251
- <span class="param-type">number</span>
3252
-
3253
-
3254
-
3255
-
3256
- </td>
3257
-
3258
-
3259
-
3260
-
3261
-
3262
-
3263
- <td class="description last">The current value of the meter circle.
3264
- </td>
3265
-
3266
- </tr>
3267
-
3268
-
3269
- </tbody>
3270
- </table></dl>
3271
-
3272
-
3273
-
3274
-
3275
-
3276
-
3277
-
3278
-
3279
-
3280
-
3281
-
3282
-
3283
-
3284
-
3285
-
3286
-
3287
-
3288
-
3289
-
3290
-
3291
-
3292
-
3293
-
3294
-
3295
-
3296
-
3297
-
3298
-
3299
-
3300
-
3301
- </dl>
3302
-
3303
-
3304
-
3305
- </dd>
3306
-
3307
-
3308
- <dt class="">
3309
-
3310
- <h4 id="PlotArea" class="name">
3311
-
3312
- PlotArea
3313
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#PlotArea"></a>
3314
-
3315
- </h4>
3316
-
3317
-
3318
- </dt>
3319
-
3320
- <dd class="">
3321
-
3322
-
3323
-
3324
-
3325
- <dl class="details">
3326
-
3327
- <h5 class="subsection-title notoc">Properties:</h5>
3328
-
3329
-
3330
-
3331
- <dl>
3332
-
3333
- <table class="props">
3334
- <thead>
3335
- <tr>
3336
-
3337
- <th>Name</th>
3338
-
3339
-
3340
- <th>Type</th>
3341
-
3342
-
3343
- <th>Argument</th>
3344
-
3345
-
3346
-
3347
-
3348
-
3349
- <th class="last">Description</th>
3350
-
3351
- </tr>
3352
- </thead>
3353
-
3354
- <tbody>
3355
-
3356
- <tr>
3357
-
3358
- <td class="name"><code>color</code></td>
3359
-
3360
-
3361
-
3362
- <td class="type">
3363
-
3364
-
3365
-
3366
- <span class="param-type">string</span>
3367
-
3368
-
3369
-
3370
-
3371
- </td>
3372
-
3373
-
3374
- <td class="attributes">
3375
-
3376
- &lt;optional><br>
3377
-
3378
-
3379
-
3380
- </td>
3381
-
3382
-
3383
-
3384
-
3385
-
3386
- <td class="description last">The color of the plot area.
3387
- </td>
3388
-
3389
- </tr>
3390
-
3391
-
3392
- <tr>
3393
-
3394
- <td class="name"><code>rendered</code></td>
3395
-
3396
-
3397
-
3398
- <td class="type">
3399
-
3400
-
3401
-
3402
- <span class="param-type">"off"</span>
3403
- |
3404
-
3405
- <span class="param-type">"on"</span>
3406
-
3407
-
3408
-
3409
-
3410
- </td>
3411
-
3412
-
3413
- <td class="attributes">
3414
-
3415
- &lt;optional><br>
3416
-
3417
-
3418
-
3419
- </td>
3420
-
3421
-
3422
-
3423
-
3424
-
3425
- <td class="description last"> Defines if the plot area is to be rendered. The default value is on.
3426
- </td>
3427
-
3428
- </tr>
3429
-
3430
-
3431
- </tbody>
3432
- </table></dl>
3433
-
3434
-
3435
-
3436
-
3437
-
3438
-
3439
-
3440
-
3441
-
3442
-
3443
-
3444
-
3445
-
3446
-
3447
-
3448
-
3449
-
3450
-
3451
-
3452
-
3453
-
3454
-
3455
-
3456
-
3457
-
3458
-
3459
-
3460
-
3461
-
3462
-
3463
- </dl>
3464
-
3465
-
3466
-
3467
- </dd>
3468
-
3469
-
3470
- <dt class="">
3471
-
3472
- <h4 id="ReferenceLine" class="name">
3473
-
3474
- ReferenceLine
3475
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#ReferenceLine"></a>
3476
-
3477
- </h4>
3478
-
3479
-
3480
- </dt>
3481
-
3482
- <dd class="">
3483
-
3484
-
3485
-
3486
-
3487
- <dl class="details">
3488
-
3489
- <h5 class="subsection-title notoc">Properties:</h5>
3490
-
3491
-
3492
-
3493
- <dl>
3494
-
3495
- <table class="props">
3496
- <thead>
3497
- <tr>
3498
-
3499
- <th>Name</th>
3500
-
3501
-
3502
- <th>Type</th>
3503
-
3504
-
3505
- <th>Argument</th>
3506
-
3507
-
3508
-
3509
-
3510
-
3511
- <th class="last">Description</th>
3512
-
3513
- </tr>
3514
- </thead>
3515
-
3516
- <tbody>
3517
-
3518
- <tr>
3519
-
3520
- <td class="name"><code>color</code></td>
3521
-
3522
-
3523
-
3524
- <td class="type">
3525
-
3526
-
3527
-
3528
- <span class="param-type">string</span>
3529
-
3530
-
3531
-
3532
-
3533
- </td>
3534
-
3535
-
3536
- <td class="attributes">
3537
-
3538
- &lt;optional><br>
3539
-
3540
-
3541
-
3542
- </td>
3543
-
3544
-
3545
-
3546
-
3547
-
3548
- <td class="description last"><p>The color of the reference line.</p>
3549
- <p>In addition to standard CSS color values, special enumerated values 'danger', 'warning',
3550
- and 'success' are also supported. These special values are mapped to corresponding CSS color values
3551
- based upon the current theme.</p>
3552
- </td>
3553
-
3554
- </tr>
3555
-
3556
-
3557
- <tr>
3558
-
3559
- <td class="name"><code>value</code></td>
3560
-
3561
-
3562
-
3563
- <td class="type">
3564
-
3565
-
3566
-
3567
- <span class="param-type">number</span>
3568
-
3569
-
3570
-
3571
-
3572
- </td>
3573
-
3574
-
3575
- <td class="attributes">
3576
-
3577
-
3578
-
3579
- </td>
3580
-
3581
-
3582
-
3583
-
3584
-
3585
- <td class="description last">The value of the reference line.
3586
- </td>
3587
-
3588
- </tr>
3589
-
3590
-
3591
- </tbody>
3592
- </table></dl>
3593
-
3594
-
3595
-
3596
-
3597
-
3598
-
3599
-
3600
-
3601
-
3602
-
3603
-
3604
-
3605
-
3606
-
3607
-
3608
-
3609
-
3610
-
3611
-
3612
-
3613
-
3614
-
3615
-
3616
-
3617
-
3618
-
3619
-
3620
-
3621
-
3622
-
3623
- </dl>
3624
-
3625
-
3626
-
3627
- </dd>
3628
-
3629
-
3630
- <dt class="">
3631
-
3632
- <h4 id="Threshold" class="name">
3633
-
3634
- Threshold
3635
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#Threshold"></a>
3636
-
3637
- </h4>
3638
-
3639
-
3640
- </dt>
3641
-
3642
- <dd class="">
3643
-
3644
-
3645
-
3646
-
3647
- <dl class="details">
3648
-
3649
- <h5 class="subsection-title notoc">Properties:</h5>
3650
-
3651
-
3652
-
3653
- <dl>
3654
-
3655
- <table class="props">
3656
- <thead>
3657
- <tr>
3658
-
3659
- <th>Name</th>
3660
-
3661
-
3662
- <th>Type</th>
3663
-
3664
-
3665
- <th>Argument</th>
3666
-
3667
-
3668
-
3669
-
3670
-
3671
- <th class="last">Description</th>
3672
-
3673
- </tr>
3674
- </thead>
3675
-
3676
- <tbody>
3677
-
3678
- <tr>
3679
-
3680
- <td class="name"><code>accessibleLabel</code></td>
3681
-
3682
-
3683
-
3684
- <td class="type">
3685
-
3686
-
3687
-
3688
- <span class="param-type">string</span>
3689
-
3690
-
3691
-
3692
-
3693
- </td>
3694
-
3695
-
3696
- <td class="attributes">
3697
-
3698
- &lt;optional><br>
3699
-
3700
-
3701
-
3702
- </td>
3703
-
3704
-
3705
-
3706
-
3707
-
3708
- <td class="description last">A label for the threshold used for accessibility purposes.
3709
- </td>
3710
-
3711
- </tr>
3712
-
3713
-
3714
- <tr>
3715
-
3716
- <td class="name"><code>color</code></td>
3717
-
3718
-
3719
-
3720
- <td class="type">
3721
-
3722
-
3723
-
3724
- <span class="param-type">string</span>
3725
-
3726
-
3727
-
3728
-
3729
- </td>
3730
-
3731
-
3732
- <td class="attributes">
3733
-
3734
- &lt;optional><br>
3735
-
3736
-
3737
-
3738
- </td>
3739
-
3740
-
3741
-
3742
-
3743
-
3744
- <td class="description last"><p>The color of the threshold.</p>
3745
- <p>In addition to standard CSS color values, special enumerated values 'danger', 'warning',
3746
- and 'success' are also supported. These special values are mapped to corresponding CSS color values
3747
- based upon the current theme.</p>
3748
- </td>
3749
-
3750
- </tr>
3751
-
3752
-
3753
- <tr>
3754
-
3755
- <td class="name"><code>max</code></td>
3756
-
3757
-
3758
-
3759
- <td class="type">
3760
-
3761
-
3762
-
3763
- <span class="param-type">number</span>
3764
-
3765
-
3766
-
3767
-
3768
- </td>
3769
-
3770
-
3771
- <td class="attributes">
3772
-
3773
-
3774
-
3775
- </td>
3776
-
3777
-
3778
-
3779
-
3780
-
3781
- <td class="description last">The maximum value of the threshold.
3782
- </td>
3783
-
3784
- </tr>
3785
-
3786
-
3787
- </tbody>
3788
- </table></dl>
3789
-
3790
-
3791
-
3792
-
3793
-
3794
-
3795
-
3796
-
3797
-
3798
-
3799
-
3800
-
3801
-
3802
-
3803
-
3804
-
3805
-
3806
-
3807
-
3808
-
3809
-
3810
-
3811
-
3812
-
3813
-
3814
-
3815
-
3816
-
3817
-
3818
-
3819
- </dl>
3820
-
3821
-
3822
-
3823
- </dd>
3824
-
3825
- </dl>
3826
-
3827
- </article>
3828
-
3829
-
3830
- </section>
3831
-
3832
-
3833
-
3834
-
3835
-
3836
- <footer>
3837
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Jun 14 2024 00:58:53 GMT+0000 (Coordinated Universal Time)<br>
3838
- <span class="product-docs-footer">Copyright © 2014, 2024 Oracle. All rights reserved.<span>
3839
- </footer>
3840
-
3841
- </div>
3842
-
3843
- <script> prettyPrint(); </script>
3844
- </body>
3845
- </html>