@oracle/oraclejet-core-pack 16.1.4 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oj-c/ActionCard.json +82 -7
- package/oj-c/AreaChart.json +866 -382
- package/oj-c/AreaChartGroup.json +13 -7
- package/oj-c/AreaChartItem.json +23 -31
- package/oj-c/AreaChartSeries.json +21 -22
- package/oj-c/Avatar.json +11 -11
- package/oj-c/Button.json +55 -28
- package/oj-c/ButtonsetMultiple.json +567 -0
- package/oj-c/ButtonsetSingle.json +567 -0
- package/oj-c/CardView.json +638 -0
- package/oj-c/Checkbox.json +100 -85
- package/oj-c/Checkboxset.json +73 -81
- package/oj-c/Collapsible.json +70 -32
- package/oj-c/ConveyorBelt.json +325 -0
- package/oj-c/DatePicker.json +454 -0
- package/oj-c/DragHandle.json +135 -0
- package/oj-c/DrawerLayout.json +401 -0
- package/oj-c/DrawerPopup.json +36 -22
- package/oj-c/Dropdown/Dropdown.js +9 -0
- package/oj-c/Dropdown/index.js +6 -0
- package/oj-c/FilePicker.json +24 -83
- package/oj-c/FormLayout.json +27 -32
- package/oj-c/HighlightText.json +6 -6
- package/oj-c/InputDateMask.json +104 -117
- package/oj-c/InputDatePicker.json +1514 -0
- package/oj-c/InputDateText.json +104 -117
- package/oj-c/InputMonthMask.json +106 -130
- package/oj-c/InputNumber.json +87 -130
- package/oj-c/InputPassword.json +76 -112
- package/oj-c/InputSensitiveText.json +54 -64
- package/oj-c/InputText.json +85 -108
- package/oj-c/LabelledLink.json +31 -30
- package/oj-c/Legend.json +350 -356
- package/oj-c/LegendItem.json +79 -26
- package/oj-c/LegendSection.json +11 -5
- package/oj-c/LineChart.json +869 -385
- package/oj-c/LineChartGroup.json +13 -7
- package/oj-c/LineChartItem.json +23 -31
- package/oj-c/LineChartSeries.json +25 -26
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/ListView.json +393 -33
- package/oj-c/MenuButton.json +46 -38
- package/oj-c/MessageBanner.json +162 -15
- package/oj-c/MessageToast.json +123 -26
- package/oj-c/MeterBar.json +40 -29
- package/oj-c/MeterCircle.json +44 -33
- package/oj-c/Popup.json +628 -0
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/Radioset.json +42 -51
- package/oj-c/RatingGauge.json +23 -23
- package/oj-c/SelectMultiple.json +100 -117
- package/oj-c/SelectSingle.json +109 -112
- package/oj-c/SelectionCard.json +12 -6
- package/oj-c/Selector.json +9 -16
- package/oj-c/SelectorAll.json +7 -14
- package/oj-c/Sheet/Sheet.js +9 -0
- package/oj-c/Sheet/index.js +6 -0
- package/oj-c/SplitMenuButton.json +351 -27
- package/oj-c/TabBar.json +553 -0
- package/oj-c/TabBarMixed.json +43 -29
- package/oj-c/TagCloud.json +36 -36
- package/oj-c/TagCloudItem.json +17 -18
- package/oj-c/TextArea.json +84 -126
- package/oj-c/ToggleButton.json +513 -0
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js +1 -1
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js.map +1 -1
- package/oj-c/action-card/action-card.js +41 -4
- package/oj-c/action-card/component.json +20 -2
- package/oj-c/action-card.js +1 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +11 -0
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +9 -0
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +7 -13
- package/oj-c/area-chart/component.json +51 -12
- package/oj-c/area-chart-group/component.json +8 -2
- package/oj-c/area-chart-group.js +1 -1
- package/oj-c/area-chart-item/component.json +8 -2
- package/oj-c/area-chart-item.js +1 -1
- package/oj-c/area-chart-series/component.json +8 -2
- package/oj-c/area-chart-series.js +1 -1
- package/oj-c/area-chart.js +1 -1
- package/oj-c/avatar/avatar-styles.css +1 -0
- package/oj-c/avatar/component.json +5 -2
- package/oj-c/avatar.js +1 -1
- package/oj-c/button/button.js +36 -34
- package/oj-c/button/component.json +18 -19
- package/oj-c/button.js +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.d.ts +8 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js +13 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js.map +1 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.d.ts +101 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js +104 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js.map +1 -0
- package/oj-c/buttonset-multiple/__webdriver__/index.d.ts +17 -0
- package/oj-c/buttonset-multiple/__webdriver__/index.js +34 -0
- package/oj-c/buttonset-multiple/__webdriver__/index.js.map +1 -0
- package/oj-c/buttonset-multiple/buttonset-multiple-styles.css +12 -0
- package/oj-c/buttonset-multiple/buttonset-multiple.js +55 -0
- package/oj-c/buttonset-multiple/component.json +228 -0
- package/oj-c/buttonset-multiple/index.js +6 -0
- package/oj-c/buttonset-multiple.js +6 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.d.ts +8 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js +13 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js.map +1 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.d.ts +101 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js +104 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js.map +1 -0
- package/oj-c/buttonset-single/__webdriver__/index.d.ts +17 -0
- package/oj-c/buttonset-single/__webdriver__/index.js +34 -0
- package/oj-c/buttonset-single/__webdriver__/index.js.map +1 -0
- package/oj-c/buttonset-single/buttonset-single-styles.css +12 -0
- package/oj-c/buttonset-single/buttonset-single.js +55 -0
- package/oj-c/buttonset-single/component.json +228 -0
- package/oj-c/buttonset-single/index.js +6 -0
- package/oj-c/buttonset-single.js +6 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElement.d.ts +33 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js +70 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.d.ts +95 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js +104 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js.map +1 -0
- package/oj-c/card-view/__webdriver__/index.d.ts +17 -0
- package/oj-c/card-view/__webdriver__/index.js +34 -0
- package/oj-c/card-view/__webdriver__/index.js.map +1 -0
- package/oj-c/card-view/card-view-styles.css +15 -0
- package/oj-c/card-view/card-view.js +71 -0
- package/oj-c/card-view/cardViewItem.js +15 -0
- package/oj-c/card-view/component.json +323 -0
- package/oj-c/card-view/index.js +6 -0
- package/oj-c/card-view/useCardViewPreact.js +80 -0
- package/oj-c/card-view.js +6 -0
- package/oj-c/checkbox/checkbox.js +51 -91
- package/oj-c/checkbox/component.json +32 -19
- package/oj-c/checkbox/useCheckboxPreact.js +2 -4
- package/oj-c/checkbox.js +1 -1
- package/oj-c/checkboxset/checkboxset.js +38 -77
- package/oj-c/checkboxset/component.json +32 -24
- package/oj-c/checkboxset/useCheckboxsetPreact.js +1 -1
- package/oj-c/checkboxset.js +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.d.ts +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js.map +1 -1
- package/oj-c/collapsible/collapsible.js +9 -6
- package/oj-c/collapsible/component.json +40 -13
- package/oj-c/collapsible.js +1 -1
- package/oj-c/component.json +49 -5
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.d.ts +8 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js +13 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js.map +1 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.d.ts +44 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js +59 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js.map +1 -0
- package/oj-c/conveyor-belt/__webdriver__/index.d.ts +17 -0
- package/oj-c/conveyor-belt/__webdriver__/index.js +34 -0
- package/oj-c/conveyor-belt/__webdriver__/index.js.map +1 -0
- package/oj-c/conveyor-belt/component.json +181 -0
- package/oj-c/conveyor-belt/conveyor-belt-styles.css +20 -0
- package/oj-c/conveyor-belt/conveyor-belt.js +125 -0
- package/oj-c/conveyor-belt/conveyorBeltItem.js +13 -0
- package/oj-c/conveyor-belt/index.js +6 -0
- package/oj-c/conveyor-belt.js +6 -0
- package/oj-c/corepackbundle.js +6975 -5062
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.d.ts +8 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js +13 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js.map +1 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.d.ts +93 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +122 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -0
- package/oj-c/date-picker/__webdriver__/index.d.ts +17 -0
- package/oj-c/date-picker/__webdriver__/index.js +34 -0
- package/oj-c/date-picker/__webdriver__/index.js.map +1 -0
- package/oj-c/date-picker/component.json +179 -0
- package/oj-c/date-picker/date-picker-styles.css +14 -0
- package/oj-c/date-picker/date-picker.js +34 -0
- package/oj-c/date-picker/index.js +6 -0
- package/oj-c/date-picker.js +6 -0
- package/oj-c/drag-handle/component.json +82 -0
- package/oj-c/drag-handle/drag-handle.js +11 -0
- package/oj-c/drag-handle/index.js +6 -0
- package/oj-c/drag-handle.js +6 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.d.ts +8 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js +13 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js.map +1 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.d.ts +72 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js +95 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js.map +1 -0
- package/oj-c/drawer-layout/__webdriver__/index.d.ts +17 -0
- package/oj-c/drawer-layout/__webdriver__/index.js +34 -0
- package/oj-c/drawer-layout/__webdriver__/index.js.map +1 -0
- package/oj-c/drawer-layout/component.json +208 -0
- package/oj-c/drawer-layout/drawer-layout-styles.css +11 -0
- package/oj-c/drawer-layout/drawer-layout.js +37 -0
- package/oj-c/drawer-layout/index.js +6 -0
- package/oj-c/drawer-layout.js +6 -0
- package/oj-c/drawer-popup/component.json +53 -15
- package/oj-c/drawer-popup/drawer-popup.js +33 -5
- package/oj-c/drawer-popup.js +1 -1
- package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +2 -2
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +2 -5
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +15 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +89 -19
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
- package/oj-c/file-picker/component.json +10 -19
- package/oj-c/file-picker/file-picker.js +1 -9
- package/oj-c/file-picker.js +1 -1
- package/oj-c/form-layout/component.json +16 -11
- package/oj-c/form-layout/form-layout.js +11 -43
- package/oj-c/form-layout.js +1 -1
- package/oj-c/highlight-text/component.json +5 -2
- package/oj-c/highlight-text.js +1 -1
- package/oj-c/hooks/PRIVATE_useVisData/useVisData.js +44 -0
- package/oj-c/hooks/UNSAFE_useChartData/useChartData.js +4 -4
- package/oj-c/hooks/UNSAFE_useEditableValue/converterUtils.js +50 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/index.js +6 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/reducer.js +164 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/types.js +4 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +336 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/utils.js +35 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/validationUtils.js +53 -0
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +4 -1
- package/oj-c/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +23 -0
- package/oj-c/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +16 -0
- package/oj-c/input-date-mask/component.json +17 -7
- package/oj-c/input-date-mask/input-date-mask.js +11 -10
- package/oj-c/input-date-mask/useInputDateMaskPreact.js +22 -15
- package/oj-c/input-date-mask.js +1 -1
- package/oj-c/input-date-picker/DateRangeValidator.js +53 -0
- package/oj-c/input-date-picker/DateRestrictionValidator.js +35 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.d.ts +17 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js +73 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js.map +1 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +291 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +302 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -0
- package/oj-c/input-date-picker/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-date-picker/__webdriver__/index.js +34 -0
- package/oj-c/input-date-picker/__webdriver__/index.js.map +1 -0
- package/oj-c/input-date-picker/component.json +563 -0
- package/oj-c/input-date-picker/index.js +6 -0
- package/oj-c/input-date-picker/input-date-picker-styles.css +13 -0
- package/oj-c/input-date-picker/input-date-picker.js +39 -0
- package/oj-c/input-date-picker/useCombinedImplicitValidators.js +13 -0
- package/oj-c/input-date-picker/useImplicitCalendarDateConverter.js +17 -0
- package/oj-c/input-date-picker/useImplicitDateRangeValidator.js +29 -0
- package/oj-c/input-date-picker/useImplicitDateRestrictionValidator.js +16 -0
- package/oj-c/input-date-picker/useInputDatePicker.js +141 -0
- package/oj-c/input-date-picker/utils.js +23 -0
- package/oj-c/input-date-picker.js +6 -0
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +0 -7
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +0 -9
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -1
- package/oj-c/input-date-text/component.json +34 -21
- package/oj-c/input-date-text/input-date-text.js +52 -94
- package/oj-c/input-date-text/useInputDateTextPreact.js +19 -13
- package/oj-c/input-date-text.js +1 -1
- package/oj-c/input-month-mask/component.json +17 -7
- package/oj-c/input-month-mask/input-month-mask.js +11 -10
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +9 -1
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +19 -13
- package/oj-c/input-month-mask.js +1 -1
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +0 -7
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +0 -9
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
- package/oj-c/input-number/component.json +22 -19
- package/oj-c/input-number/input-number.js +52 -96
- package/oj-c/input-number.js +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +0 -7
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +0 -9
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/component.json +22 -19
- package/oj-c/input-password/input-password.js +47 -90
- package/oj-c/input-password.js +1 -1
- package/oj-c/input-sensitive-text/component.json +13 -6
- package/oj-c/input-sensitive-text/input-sensitive-text.js +11 -10
- package/oj-c/input-sensitive-text.js +1 -1
- package/oj-c/input-text/component.json +22 -16
- package/oj-c/input-text/input-text.js +57 -96
- package/oj-c/input-text/useInputTextPreact.js +15 -12
- package/oj-c/input-text.js +1 -1
- package/oj-c/labelled-link/component.json +12 -3
- package/oj-c/labelled-link.js +1 -1
- package/oj-c/legend/component.json +17 -2
- package/oj-c/legend/events.js +3 -2
- package/oj-c/legend/legend.js +28 -16
- package/oj-c/legend/utils.js +28 -6
- package/oj-c/legend-item/component.json +41 -6
- package/oj-c/legend-item/legend-item.js +4 -3
- package/oj-c/legend-item.js +1 -1
- package/oj-c/legend-section/component.json +18 -2
- package/oj-c/legend-section.js +1 -1
- package/oj-c/legend.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +11 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +9 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +55 -16
- package/oj-c/line-chart/line-chart.js +7 -13
- package/oj-c/line-chart-group/component.json +8 -2
- package/oj-c/line-chart-group.js +1 -1
- package/oj-c/line-chart-item/component.json +8 -2
- package/oj-c/line-chart-item.js +1 -1
- package/oj-c/line-chart-series/component.json +10 -4
- package/oj-c/line-chart-series/line-chart-series.js +1 -1
- package/oj-c/line-chart-series.js +1 -1
- package/oj-c/line-chart.js +1 -1
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.d.ts +12 -3
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +12 -3
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -1
- package/oj-c/list-item-layout/component.json +10 -14
- package/oj-c/list-item-layout/list-item-layout.js +3 -3
- package/oj-c/list-item-layout.js +1 -1
- package/oj-c/list-view/DataFetchLiveRegion.js +30 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +1 -1
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js +4 -7
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +26 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +18 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -1
- package/oj-c/list-view/component.json +207 -3
- package/oj-c/list-view/list-view.js +32 -7
- package/oj-c/list-view/useListViewPreact.js +101 -10
- package/oj-c/list-view.js +1 -1
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.d.ts +1 -0
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js +14 -8
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js.map +1 -1
- package/oj-c/menu-button/component.json +21 -17
- package/oj-c/menu-button/menu-button.js +5 -8
- package/oj-c/menu-button.js +1 -1
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.d.ts +7 -0
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js +9 -0
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js.map +1 -1
- package/oj-c/message-banner/component.json +28 -3
- package/oj-c/message-banner/message-banner.js +30 -3
- package/oj-c/message-banner.js +1 -1
- package/oj-c/message-toast/component.json +9 -4
- package/oj-c/message-toast.js +1 -1
- package/oj-c/metadata/allComponents.json +4181 -637
- package/oj-c/meter-bar/component.json +11 -3
- package/oj-c/meter-bar/meter-bar-styles.css +14 -2
- package/oj-c/meter-bar/meter-bar.js +2 -2
- package/oj-c/meter-bar.js +1 -1
- package/oj-c/meter-circle/component.json +11 -3
- package/oj-c/meter-circle/meter-circle-styles.css +5 -0
- package/oj-c/meter-circle/meter-circle.js +2 -2
- package/oj-c/meter-circle.js +1 -1
- package/oj-c/min/Dropdown/Dropdown.js +9 -0
- package/oj-c/min/Dropdown/index.js +6 -0
- package/oj-c/min/Sheet/Sheet.js +9 -0
- package/oj-c/min/Sheet/index.js +6 -0
- package/oj-c/min/action-card.js +1 -1
- package/oj-c/min/action-card.js.map +1 -1
- package/oj-c/min/area-chart-group.js +1 -1
- package/oj-c/min/area-chart-group.js.map +1 -1
- package/oj-c/min/area-chart-item.js +1 -1
- package/oj-c/min/area-chart-item.js.map +1 -1
- package/oj-c/min/area-chart-series.js +1 -1
- package/oj-c/min/area-chart-series.js.map +1 -1
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/avatar/avatar-styles.css +1 -0
- package/oj-c/min/avatar.js +1 -1
- package/oj-c/min/avatar.js.map +1 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/buttonset-multiple/buttonset-multiple-styles.css +12 -0
- package/oj-c/min/buttonset-multiple.js +2 -0
- package/oj-c/min/buttonset-multiple.js.map +1 -0
- package/oj-c/min/buttonset-single/buttonset-single-styles.css +12 -0
- package/oj-c/min/buttonset-single.js +2 -0
- package/oj-c/min/buttonset-single.js.map +1 -0
- package/oj-c/min/card-view/card-view-styles.css +15 -0
- package/oj-c/min/card-view.js +2 -0
- package/oj-c/min/card-view.js.map +1 -0
- package/oj-c/min/checkbox.js +1 -1
- package/oj-c/min/checkbox.js.map +1 -1
- package/oj-c/min/checkboxset.js +1 -1
- package/oj-c/min/checkboxset.js.map +1 -1
- package/oj-c/min/collapsible.js +1 -1
- package/oj-c/min/collapsible.js.map +1 -1
- package/oj-c/min/conveyor-belt/conveyor-belt-styles.css +20 -0
- package/oj-c/min/conveyor-belt.js +2 -0
- package/oj-c/min/conveyor-belt.js.map +1 -0
- package/oj-c/min/corepackbundle.css +121 -16
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/date-picker/date-picker-styles.css +14 -0
- package/oj-c/min/date-picker.js +2 -0
- package/oj-c/min/date-picker.js.map +1 -0
- package/oj-c/min/drag-handle.js +2 -0
- package/oj-c/min/drag-handle.js.map +1 -0
- package/oj-c/min/drawer-layout/drawer-layout-styles.css +11 -0
- package/oj-c/min/drawer-layout.js +2 -0
- package/oj-c/min/drawer-layout.js.map +1 -0
- package/oj-c/min/drawer-popup.js +1 -1
- package/oj-c/min/drawer-popup.js.map +1 -1
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +2 -2
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +2 -5
- package/oj-c/min/file-picker.js +1 -1
- package/oj-c/min/file-picker.js.map +1 -1
- package/oj-c/min/form-layout.js +1 -1
- package/oj-c/min/form-layout.js.map +1 -1
- package/oj-c/min/highlight-text.js +1 -1
- package/oj-c/min/highlight-text.js.map +1 -1
- package/oj-c/min/hooks/PRIVATE_useVisData/useVisData.js +44 -0
- package/oj-c/min/hooks/UNSAFE_useChartData/useChartData.js +4 -4
- package/oj-c/min/hooks/UNSAFE_useEditableValue/converterUtils.js +50 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/index.js +6 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/reducer.js +164 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/types.js +4 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +336 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/utils.js +35 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/validationUtils.js +53 -0
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +4 -1
- package/oj-c/min/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +23 -0
- package/oj-c/min/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +16 -0
- package/oj-c/min/input-date-mask.js +1 -1
- package/oj-c/min/input-date-mask.js.map +1 -1
- package/oj-c/min/input-date-picker/input-date-picker-styles.css +13 -0
- package/oj-c/min/input-date-picker.js +3 -0
- package/oj-c/min/input-date-picker.js.map +1 -0
- package/oj-c/min/input-date-text.js +1 -1
- package/oj-c/min/input-date-text.js.map +1 -1
- package/oj-c/min/input-month-mask.js +1 -1
- package/oj-c/min/input-month-mask.js.map +1 -1
- package/oj-c/min/input-number.js +1 -1
- package/oj-c/min/input-number.js.map +1 -1
- package/oj-c/min/input-password.js +1 -1
- package/oj-c/min/input-password.js.map +1 -1
- package/oj-c/min/input-sensitive-text.js +1 -1
- package/oj-c/min/input-sensitive-text.js.map +1 -1
- package/oj-c/min/input-text.js +1 -1
- package/oj-c/min/input-text.js.map +1 -1
- package/oj-c/min/labelled-link.js +1 -1
- package/oj-c/min/labelled-link.js.map +1 -1
- package/oj-c/min/legend-item.js +1 -1
- package/oj-c/min/legend-item.js.map +1 -1
- package/oj-c/min/legend-section.js +1 -1
- package/oj-c/min/legend-section.js.map +1 -1
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart-group.js +1 -1
- package/oj-c/min/line-chart-group.js.map +1 -1
- package/oj-c/min/line-chart-item.js +1 -1
- package/oj-c/min/line-chart-item.js.map +1 -1
- package/oj-c/min/line-chart-series.js +1 -1
- package/oj-c/min/line-chart-series.js.map +1 -1
- package/oj-c/min/line-chart.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-item-layout.js +1 -1
- package/oj-c/min/list-item-layout.js.map +1 -1
- package/oj-c/min/list-view.js +1 -1
- package/oj-c/min/list-view.js.map +1 -1
- package/oj-c/min/menu-button.js +1 -1
- package/oj-c/min/menu-button.js.map +1 -1
- package/oj-c/min/message-banner.js +1 -1
- package/oj-c/min/message-banner.js.map +1 -1
- package/oj-c/min/message-toast.js +1 -1
- package/oj-c/min/message-toast.js.map +1 -1
- package/oj-c/min/meter-bar/meter-bar-styles.css +14 -2
- package/oj-c/min/meter-bar.js +1 -1
- package/oj-c/min/meter-bar.js.map +1 -1
- package/oj-c/min/meter-circle/meter-circle-styles.css +5 -0
- package/oj-c/min/meter-circle.js +1 -1
- package/oj-c/min/meter-circle.js.map +1 -1
- package/oj-c/min/popup/popup-styles.css +12 -0
- package/oj-c/min/popup/resources/nls/popup-strings.d.ts +8 -0
- package/oj-c/min/popup/resources/nls/popup-strings.js +10 -0
- package/oj-c/min/popup.js +2 -0
- package/oj-c/min/popup.js.map +1 -0
- package/oj-c/min/progress-bar.js +1 -1
- package/oj-c/min/progress-bar.js.map +1 -1
- package/oj-c/min/progress-circle.js +1 -1
- package/oj-c/min/progress-circle.js.map +1 -1
- package/oj-c/min/radioset/radioset-styles.css +5 -6
- package/oj-c/min/radioset.js +1 -1
- package/oj-c/min/radioset.js.map +1 -1
- package/oj-c/min/rating-gauge.js +1 -1
- package/oj-c/min/rating-gauge.js.map +1 -1
- package/oj-c/min/select-common/utils/utils.js +40 -2
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/selection-card.js +1 -1
- package/oj-c/min/selection-card.js.map +1 -1
- package/oj-c/min/selector-all.js +1 -1
- package/oj-c/min/selector-all.js.map +1 -1
- package/oj-c/min/selector.js +1 -1
- package/oj-c/min/selector.js.map +1 -1
- package/oj-c/min/split-menu-button.js +1 -1
- package/oj-c/min/split-menu-button.js.map +1 -1
- package/oj-c/min/tab-bar/tab-bar-styles.css +11 -0
- package/oj-c/min/tab-bar-mixed.js +1 -1
- package/oj-c/min/tab-bar-mixed.js.map +1 -1
- package/oj-c/min/tab-bar.js +2 -0
- package/oj-c/min/tab-bar.js.map +1 -0
- package/oj-c/min/tag-cloud-item.js +1 -1
- package/oj-c/min/tag-cloud-item.js.map +1 -1
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/text-area.js +1 -1
- package/oj-c/min/text-area.js.map +1 -1
- package/oj-c/min/toggle-button/toggle-button-styles.css +12 -0
- package/oj-c/min/toggle-button.js +2 -0
- package/oj-c/min/toggle-button.js.map +1 -0
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +1 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/index.js +7 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/toggle-item-icon.js +14 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/toggleTypes.js +4 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/widthStyle.js +19 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.js +21 -1
- package/oj-c/min/utils/UNSAFE_vizUtils/TemplateHandler.js +15 -3
- package/oj-c/popup/README.md +6 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.d.ts +8 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.js +13 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.js.map +1 -0
- package/oj-c/popup/__webdriver__/PopupWebElementBase.d.ts +138 -0
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js +167 -0
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js.map +1 -0
- package/oj-c/popup/__webdriver__/index.d.ts +17 -0
- package/oj-c/popup/__webdriver__/index.js +34 -0
- package/oj-c/popup/__webdriver__/index.js.map +1 -0
- package/oj-c/popup/component.json +310 -0
- package/oj-c/popup/index.js +6 -0
- package/oj-c/popup/popup-styles.css +12 -0
- package/oj-c/popup/popup.js +127 -0
- package/oj-c/popup/resources/nls/popup-strings.js +10 -0
- package/oj-c/popup/themes/base/_popup.scss +22 -0
- package/oj-c/popup/themes/redwood/_popup.scss +19 -0
- package/oj-c/popup/themes/stable/_popup.scss +19 -0
- package/oj-c/popup.js +6 -0
- package/oj-c/progress-bar/component.json +5 -2
- package/oj-c/progress-bar.js +1 -1
- package/oj-c/progress-circle/component.json +5 -2
- package/oj-c/progress-circle.js +1 -1
- package/oj-c/radioset/component.json +10 -9
- package/oj-c/radioset/radioset-styles.css +5 -6
- package/oj-c/radioset/radioset.js +24 -17
- package/oj-c/radioset.js +1 -1
- package/oj-c/rating-gauge/component.json +5 -2
- package/oj-c/rating-gauge.js +1 -1
- package/oj-c/select-common/utils/utils.js +40 -2
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +7 -7
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +9 -9
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -1
- package/oj-c/select-multiple/component.json +31 -20
- package/oj-c/select-multiple/select-multiple.js +44 -91
- package/oj-c/select-multiple/useSelectMultiplePreact.js +17 -12
- package/oj-c/select-multiple/useSyncValueAndValueItems.js +32 -8
- package/oj-c/select-multiple.js +1 -1
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +7 -7
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +9 -9
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -1
- package/oj-c/select-single/component.json +39 -21
- package/oj-c/select-single/select-single.js +45 -94
- package/oj-c/select-single/useSelectSinglePreact.js +25 -12
- package/oj-c/select-single/useSyncValueAndValueItem.js +32 -7
- package/oj-c/select-single.js +1 -1
- package/oj-c/selection-card/component.json +11 -2
- package/oj-c/selection-card.js +1 -1
- package/oj-c/selector/component.json +5 -2
- package/oj-c/selector-all/component.json +5 -2
- package/oj-c/selector-all/selector-all.js +1 -1
- package/oj-c/selector-all.js +1 -1
- package/oj-c/selector.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +13 -8
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +59 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/component.json +125 -13
- package/oj-c/split-menu-button/split-menu-button.js +3 -4
- package/oj-c/split-menu-button.js +1 -1
- package/oj-c/tab-bar/ContentRenderer.js +41 -0
- package/oj-c/tab-bar/DataTabBar.js +54 -0
- package/oj-c/tab-bar/DataTabBar.types.js +4 -0
- package/oj-c/tab-bar/DataTabBarIcon.js +16 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.d.ts +8 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +13 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.d.ts +65 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js +86 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js.map +1 -0
- package/oj-c/tab-bar/__webdriver__/index.d.ts +17 -0
- package/oj-c/tab-bar/__webdriver__/index.js +34 -0
- package/oj-c/tab-bar/__webdriver__/index.js.map +1 -0
- package/oj-c/tab-bar/component.json +223 -0
- package/oj-c/tab-bar/index.js +6 -0
- package/oj-c/tab-bar/tab-bar-styles.css +11 -0
- package/oj-c/tab-bar/tab-bar.js +70 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -1
- package/oj-c/tab-bar-mixed/component.json +11 -2
- package/oj-c/tab-bar-mixed/sumBadge.js +3 -3
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +1 -1
- package/oj-c/tab-bar-mixed.js +1 -1
- package/oj-c/tab-bar.js +6 -0
- package/oj-c/tag-cloud/component.json +11 -2
- package/oj-c/tag-cloud/tag-cloud.js +3 -9
- package/oj-c/tag-cloud-item/component.json +8 -2
- package/oj-c/tag-cloud-item.js +1 -1
- package/oj-c/tag-cloud.js +1 -1
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +0 -7
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +0 -9
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -1
- package/oj-c/text-area/component.json +24 -20
- package/oj-c/text-area/text-area.js +70 -98
- package/oj-c/text-area/useTextAreaAutosizePreact.js +12 -9
- package/oj-c/text-area/useTextAreaPreact.js +12 -9
- package/oj-c/text-area.js +1 -1
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.d.ts +8 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js +13 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js.map +1 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.d.ts +72 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js +95 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js.map +1 -0
- package/oj-c/toggle-button/__webdriver__/index.d.ts +17 -0
- package/oj-c/toggle-button/__webdriver__/index.js +34 -0
- package/oj-c/toggle-button/__webdriver__/index.js.map +1 -0
- package/oj-c/toggle-button/component.json +229 -0
- package/oj-c/toggle-button/index.js +6 -0
- package/oj-c/toggle-button/toggle-button-styles.css +12 -0
- package/oj-c/toggle-button/toggle-button.js +83 -0
- package/oj-c/toggle-button.js +6 -0
- package/oj-c/types/Dropdown/Dropdown.d.ts +5 -0
- package/oj-c/types/Dropdown/index.d.ts +1 -0
- package/oj-c/types/Sheet/Sheet.d.ts +5 -0
- package/oj-c/types/Sheet/index.d.ts +1 -0
- package/oj-c/types/action-card/action-card.d.ts +12 -4
- package/oj-c/types/area-chart/area-chart.d.ts +12 -4
- package/oj-c/types/button/button.d.ts +5 -3
- package/oj-c/types/buttonset-multiple/buttonset-multiple.d.ts +95 -0
- package/oj-c/types/buttonset-multiple/index.d.ts +2 -0
- package/oj-c/types/buttonset-single/buttonset-single.d.ts +95 -0
- package/oj-c/types/buttonset-single/index.d.ts +2 -0
- package/oj-c/types/card-view/card-view.d.ts +120 -0
- package/oj-c/types/card-view/cardViewItem.d.ts +9 -0
- package/oj-c/types/card-view/index.d.ts +2 -0
- package/oj-c/types/card-view/useCardViewPreact.d.ts +25 -0
- package/oj-c/types/checkbox/checkbox.d.ts +23 -39
- package/oj-c/types/checkbox/useCheckboxPreact.d.ts +3 -3
- package/oj-c/types/checkboxset/checkboxset.d.ts +29 -41
- package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +2 -2
- package/oj-c/types/conveyor-belt/conveyor-belt.d.ts +77 -0
- package/oj-c/types/conveyor-belt/conveyorBeltItem.d.ts +24 -0
- package/oj-c/types/conveyor-belt/index.d.ts +2 -0
- package/oj-c/types/date-picker/date-picker.d.ts +113 -0
- package/oj-c/types/date-picker/index.d.ts +2 -0
- package/oj-c/types/drag-handle/drag-handle.d.ts +24 -0
- package/oj-c/types/drag-handle/index.d.ts +2 -0
- package/oj-c/types/drawer-layout/drawer-layout.d.ts +91 -0
- package/oj-c/types/drawer-layout/index.d.ts +2 -0
- package/oj-c/types/drawer-popup/drawer-popup.d.ts +7 -2
- package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +3 -3
- package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +4 -3
- package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +2 -2
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +4 -4
- package/oj-c/types/file-picker/file-picker.d.ts +0 -1
- package/oj-c/types/form-layout/form-layout.d.ts +3 -8
- package/oj-c/types/hooks/PRIVATE_useVisData/useVisData.d.ts +10 -0
- package/oj-c/types/hooks/UNSAFE_useChartData/dataUtil.d.ts +1 -1
- package/oj-c/types/hooks/UNSAFE_useChartData/useChartData.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/converterUtils.d.ts +14 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/index.d.ts +2 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/reducer.d.ts +106 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/types.d.ts +7 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +43 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/utils.d.ts +8 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/validationUtils.d.ts +27 -0
- package/oj-c/types/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.d.ts +16 -0
- package/oj-c/types/hooks/UNSAFE_useVisBusyState/useVisBusyState.d.ts +1 -0
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +3 -3
- package/oj-c/types/input-date-mask/useInputDateMaskPreact.d.ts +6 -5
- package/oj-c/types/input-date-picker/DateRangeValidator.d.ts +31 -0
- package/oj-c/types/input-date-picker/DateRestrictionValidator.d.ts +25 -0
- package/oj-c/types/input-date-picker/index.d.ts +2 -0
- package/oj-c/types/input-date-picker/input-date-picker.d.ts +219 -0
- package/oj-c/types/input-date-picker/useCombinedImplicitValidators.d.ts +2 -0
- package/oj-c/types/input-date-picker/useImplicitCalendarDateConverter.d.ts +7 -0
- package/oj-c/types/input-date-picker/useImplicitDateRangeValidator.d.ts +4 -0
- package/oj-c/types/input-date-picker/useImplicitDateRestrictionValidator.d.ts +6 -0
- package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +45 -0
- package/oj-c/types/input-date-picker/utils.d.ts +3 -0
- package/oj-c/types/input-date-text/input-date-text.d.ts +16 -26
- package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +3 -5
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +3 -3
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +5 -6
- package/oj-c/types/input-number/input-number.d.ts +15 -25
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +3 -3
- package/oj-c/types/input-password/input-password.d.ts +16 -26
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +3 -3
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +3 -3
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +3 -3
- package/oj-c/types/input-text/input-text.d.ts +16 -21
- package/oj-c/types/input-text/useInputTextPreact.d.ts +5 -10
- package/oj-c/types/legend/events.d.ts +2 -2
- package/oj-c/types/legend/legend.d.ts +4 -2
- package/oj-c/types/legend/utils.d.ts +5 -3
- package/oj-c/types/legend-item/legend-item.d.ts +6 -1
- package/oj-c/types/line-chart/line-chart.d.ts +9 -1
- package/oj-c/types/list-view/DataFetchLiveRegion.d.ts +5 -0
- package/oj-c/types/list-view/index.d.ts +1 -1
- package/oj-c/types/list-view/list-view.d.ts +60 -3
- package/oj-c/types/list-view/useListViewPreact.d.ts +5 -2
- package/oj-c/types/menu-button/menu-button.d.ts +10 -9
- package/oj-c/types/message-banner/message-banner.d.ts +7 -1
- package/oj-c/types/message-toast/message-toast.d.ts +2 -0
- package/oj-c/types/meter-circle/meter-circle.d.ts +1 -0
- package/oj-c/types/popup/index.d.ts +2 -0
- package/oj-c/types/popup/popup.d.ts +150 -0
- package/oj-c/types/popup/resources/nls/popup-strings.d.ts +8 -0
- package/oj-c/types/radioset/useRadiosetPreact.d.ts +2 -2
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +4 -4
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +5 -5
- package/oj-c/types/select-common/utils/utils.d.ts +2 -0
- package/oj-c/types/select-multiple/select-multiple.d.ts +15 -28
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +4 -7
- package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +7 -4
- package/oj-c/types/select-single/select-single.d.ts +16 -30
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +4 -8
- package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +7 -4
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +6 -8
- package/oj-c/types/tab-bar/ContentRenderer.d.ts +5 -0
- package/oj-c/types/tab-bar/DataTabBar.d.ts +2 -0
- package/oj-c/types/tab-bar/DataTabBar.types.d.ts +32 -0
- package/oj-c/types/tab-bar/DataTabBarIcon.d.ts +10 -0
- package/oj-c/types/tab-bar/index.d.ts +2 -0
- package/oj-c/types/tab-bar/tab-bar.d.ts +125 -0
- package/oj-c/types/tag-cloud/tag-cloud.d.ts +1 -0
- package/oj-c/types/text-area/text-area.d.ts +16 -26
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +3 -5
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +3 -5
- package/oj-c/types/toggle-button/index.d.ts +2 -0
- package/oj-c/types/toggle-button/toggle-button.d.ts +94 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +8 -4
- package/oj-c/types/utils/PRIVATE_ItemsMenu/menuTypes.d.ts +20 -1
- package/oj-c/types/utils/PRIVATE_chartUtils/events.d.ts +4 -5
- package/oj-c/types/utils/PRIVATE_chartUtils/lineAreaUtils.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_chartUtils/plotAreaUtils.d.ts +2 -25
- package/oj-c/types/utils/PRIVATE_toggleUtils/index.d.ts +3 -0
- package/oj-c/types/utils/PRIVATE_toggleUtils/toggle-item-icon.d.ts +6 -0
- package/oj-c/types/utils/PRIVATE_toggleUtils/toggleTypes.d.ts +14 -0
- package/oj-c/types/utils/PRIVATE_toggleUtils/widthStyle.d.ts +11 -0
- package/oj-c/types/utils/UNSAFE_keyUtils/keySetUtils.d.ts +2 -0
- package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +1 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +1 -0
- package/oj-c/utils/PRIVATE_toggleUtils/index.js +7 -0
- package/oj-c/utils/PRIVATE_toggleUtils/toggle-item-icon.js +14 -0
- package/oj-c/utils/PRIVATE_toggleUtils/toggleTypes.js +4 -0
- package/oj-c/utils/PRIVATE_toggleUtils/widthStyle.js +19 -0
- package/oj-c/utils/UNSAFE_keyUtils/keySetUtils.js +21 -1
- package/oj-c/utils/UNSAFE_vizUtils/TemplateHandler.js +15 -3
- package/package.json +4 -4
- package/webdriver/docs/assets/navigation.js +1 -1
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
- package/webdriver/docs/classes/AreaChartWebElement.html +6 -2
- package/webdriver/docs/classes/AvatarWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonsetMultipleWebElement.html +143 -0
- package/webdriver/docs/classes/ButtonsetSingleWebElement.html +143 -0
- package/webdriver/docs/classes/CardViewWebElement.html +150 -0
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
- package/webdriver/docs/classes/CollapsibleWebElement.html +2 -2
- package/webdriver/docs/classes/ConveyorBeltWebElement.html +122 -0
- package/webdriver/docs/classes/DatePickerWebElement.html +143 -0
- package/webdriver/docs/classes/DrawerLayoutWebElement.html +139 -0
- package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
- package/webdriver/docs/classes/FilePickerWebElement.html +10 -1
- package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputDatePickerWebElement.html +231 -0
- package/webdriver/docs/classes/InputDateTextWebElement.html +2 -5
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputNumberWebElement.html +2 -5
- package/webdriver/docs/classes/InputPasswordWebElement.html +2 -5
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputTextWebElement.html +1 -1
- package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
- package/webdriver/docs/classes/LegendWebElement.html +1 -1
- package/webdriver/docs/classes/LineChartWebElement.html +6 -2
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +13 -9
- package/webdriver/docs/classes/ListViewWebElement.html +13 -5
- package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/MessageBannerWebElement.html +6 -2
- package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
- package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
- package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
- package/webdriver/docs/classes/PopupWebElement.html +171 -0
- package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
- package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
- package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
- package/webdriver/docs/classes/SelectMultipleWebElement.html +7 -6
- package/webdriver/docs/classes/SelectSingleWebElement.html +7 -6
- package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorAllWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorWebElement.html +1 -1
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +3 -3
- package/webdriver/docs/classes/TabBarMixedWebElement.html +1 -1
- package/webdriver/docs/classes/TabBarWebElement.html +135 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
- package/webdriver/docs/classes/TextAreaWebElement.html +2 -5
- package/webdriver/docs/classes/ToggleButtonWebElement.html +139 -0
- package/webdriver/docs/functions/findActionCard.html +1 -1
- package/webdriver/docs/functions/findAreaChart.html +1 -1
- package/webdriver/docs/functions/findAvatar.html +1 -1
- package/webdriver/docs/functions/findButton.html +1 -1
- package/webdriver/docs/functions/findButtonsetMultiple.html +8 -0
- package/webdriver/docs/functions/findButtonsetSingle.html +8 -0
- package/webdriver/docs/functions/findCardView.html +8 -0
- package/webdriver/docs/functions/findCheckbox.html +1 -1
- package/webdriver/docs/functions/findCheckboxset.html +1 -1
- package/webdriver/docs/functions/findCollapsible.html +1 -1
- package/webdriver/docs/functions/findConveyorBelt.html +8 -0
- package/webdriver/docs/functions/findDatePicker.html +8 -0
- package/webdriver/docs/functions/findDrawerLayout.html +8 -0
- package/webdriver/docs/functions/findDrawerPopup.html +1 -1
- package/webdriver/docs/functions/findFilePicker.html +1 -1
- package/webdriver/docs/functions/findFormLayout.html +1 -1
- package/webdriver/docs/functions/findHighlightText.html +1 -1
- package/webdriver/docs/functions/findInputDateMask.html +1 -1
- package/webdriver/docs/functions/findInputDatePicker.html +8 -0
- package/webdriver/docs/functions/findInputDateText.html +1 -1
- package/webdriver/docs/functions/findInputMonthMask.html +1 -1
- package/webdriver/docs/functions/findInputNumber.html +1 -1
- package/webdriver/docs/functions/findInputPassword.html +1 -1
- package/webdriver/docs/functions/findInputSensitiveText.html +1 -1
- package/webdriver/docs/functions/findInputText.html +1 -1
- package/webdriver/docs/functions/findLabelledLink.html +1 -1
- package/webdriver/docs/functions/findLegend.html +1 -1
- package/webdriver/docs/functions/findLineChart.html +1 -1
- package/webdriver/docs/functions/findListItemLayout.html +1 -1
- package/webdriver/docs/functions/findListView.html +1 -1
- package/webdriver/docs/functions/findMenuButton.html +1 -1
- package/webdriver/docs/functions/findMessageBanner.html +1 -1
- package/webdriver/docs/functions/findMessageToast.html +1 -1
- package/webdriver/docs/functions/findMeterBar.html +1 -1
- package/webdriver/docs/functions/findMeterCircle.html +1 -1
- package/webdriver/docs/functions/findPopup.html +8 -0
- package/webdriver/docs/functions/findProgressBar.html +1 -1
- package/webdriver/docs/functions/findProgressCircle.html +1 -1
- package/webdriver/docs/functions/findRadioset.html +1 -1
- package/webdriver/docs/functions/findRatingGauge.html +1 -1
- package/webdriver/docs/functions/findSelectMultiple.html +1 -1
- package/webdriver/docs/functions/findSelectSingle.html +1 -1
- package/webdriver/docs/functions/findSelectionCard.html +1 -1
- package/webdriver/docs/functions/findSelector.html +1 -1
- package/webdriver/docs/functions/findSelectorAll.html +1 -1
- package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
- package/webdriver/docs/functions/findTabBar.html +8 -0
- package/webdriver/docs/functions/findTabBarMixed.html +1 -1
- package/webdriver/docs/functions/findTagCloud.html +1 -1
- package/webdriver/docs/functions/findTextArea.html +1 -1
- package/webdriver/docs/functions/findToggleButton.html +8 -0
- package/webdriver/docs/index.html +1 -1
- package/webdriver/docs/modules.html +21 -1
- package/webdriver/index.d.ts +10 -0
- package/webdriver/index.js +10 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +11 -1
- package/oj-c/docs/action-card.html +0 -249
- package/oj-c/docs/area-chart-group.html +0 -249
- package/oj-c/docs/area-chart-item.html +0 -249
- package/oj-c/docs/area-chart-series.html +0 -249
- package/oj-c/docs/area-chart.html +0 -249
- package/oj-c/docs/avatar.html +0 -249
- package/oj-c/docs/button.html +0 -249
- package/oj-c/docs/checkbox.html +0 -249
- package/oj-c/docs/checkboxset.html +0 -249
- package/oj-c/docs/collapsible.html +0 -249
- package/oj-c/docs/drawer-popup.html +0 -249
- package/oj-c/docs/file-picker.html +0 -249
- package/oj-c/docs/form-layout.html +0 -249
- package/oj-c/docs/highlight-text.html +0 -249
- package/oj-c/docs/index.html +0 -247
- package/oj-c/docs/input-date-mask.html +0 -249
- package/oj-c/docs/input-date-text.html +0 -249
- package/oj-c/docs/input-month-mask.html +0 -249
- package/oj-c/docs/input-number.html +0 -249
- package/oj-c/docs/input-password.html +0 -249
- package/oj-c/docs/input-sensitive-text.html +0 -249
- package/oj-c/docs/input-text.html +0 -249
- package/oj-c/docs/jsDocMd.json +0 -1
- package/oj-c/docs/labelled-link.html +0 -249
- package/oj-c/docs/legend-item.html +0 -249
- package/oj-c/docs/legend-section.html +0 -249
- package/oj-c/docs/legend.html +0 -249
- package/oj-c/docs/line-chart-group.html +0 -249
- package/oj-c/docs/line-chart-item.html +0 -249
- package/oj-c/docs/line-chart-series.html +0 -249
- package/oj-c/docs/line-chart.html +0 -249
- package/oj-c/docs/list-item-layout.html +0 -249
- package/oj-c/docs/list-view.html +0 -249
- package/oj-c/docs/menu-button.html +0 -249
- package/oj-c/docs/message-banner.html +0 -249
- package/oj-c/docs/message-toast.html +0 -249
- package/oj-c/docs/meter-bar.html +0 -249
- package/oj-c/docs/meter-circle.html +0 -249
- package/oj-c/docs/oj-c.ActionCard.html +0 -1045
- package/oj-c/docs/oj-c.AreaChart.html +0 -9396
- package/oj-c/docs/oj-c.AreaChartGroup.html +0 -610
- package/oj-c/docs/oj-c.AreaChartItem.html +0 -1104
- package/oj-c/docs/oj-c.AreaChartSeries.html +0 -1044
- package/oj-c/docs/oj-c.Avatar.html +0 -1907
- package/oj-c/docs/oj-c.Button.html +0 -2301
- package/oj-c/docs/oj-c.Checkbox.html +0 -3493
- package/oj-c/docs/oj-c.Checkboxset.html +0 -4589
- package/oj-c/docs/oj-c.Collapsible.html +0 -2064
- package/oj-c/docs/oj-c.DrawerPopup.html +0 -1631
- package/oj-c/docs/oj-c.FilePicker.html +0 -2664
- package/oj-c/docs/oj-c.FormLayout.html +0 -2159
- package/oj-c/docs/oj-c.HighlightText.html +0 -1078
- package/oj-c/docs/oj-c.InputDateMask.html +0 -5271
- package/oj-c/docs/oj-c.InputDateText.html +0 -5534
- package/oj-c/docs/oj-c.InputMonthMask.html +0 -5940
- package/oj-c/docs/oj-c.InputNumber.html +0 -6369
- package/oj-c/docs/oj-c.InputPassword.html +0 -5261
- package/oj-c/docs/oj-c.InputSensitiveText.html +0 -5723
- package/oj-c/docs/oj-c.InputText.html +0 -6124
- package/oj-c/docs/oj-c.LabelledLink.html +0 -2552
- package/oj-c/docs/oj-c.Legend.html +0 -5146
- package/oj-c/docs/oj-c.LegendItem.html +0 -1493
- package/oj-c/docs/oj-c.LegendSection.html +0 -460
- package/oj-c/docs/oj-c.LineChart.html +0 -9491
- package/oj-c/docs/oj-c.LineChartGroup.html +0 -610
- package/oj-c/docs/oj-c.LineChartItem.html +0 -1104
- package/oj-c/docs/oj-c.LineChartSeries.html +0 -1168
- package/oj-c/docs/oj-c.ListItemLayout.html +0 -1680
- package/oj-c/docs/oj-c.ListView.html +0 -2733
- package/oj-c/docs/oj-c.MenuButton.html +0 -2444
- package/oj-c/docs/oj-c.MessageBanner.html +0 -2107
- package/oj-c/docs/oj-c.MessageToast.html +0 -2254
- package/oj-c/docs/oj-c.MeterBar.html +0 -3308
- package/oj-c/docs/oj-c.MeterCircle.html +0 -3845
- package/oj-c/docs/oj-c.ProgressBar.html +0 -1250
- package/oj-c/docs/oj-c.ProgressCircle.html +0 -1266
- package/oj-c/docs/oj-c.Radioset.html +0 -4585
- package/oj-c/docs/oj-c.RatingGauge.html +0 -2738
- package/oj-c/docs/oj-c.SelectMultiple.html +0 -5381
- package/oj-c/docs/oj-c.SelectSingle.html +0 -5691
- package/oj-c/docs/oj-c.Selector.html +0 -1363
- package/oj-c/docs/oj-c.SelectorAll.html +0 -1128
- package/oj-c/docs/oj-c.SplitMenuButton.html +0 -1990
- package/oj-c/docs/oj-c.TabBarMixed.html +0 -2660
- package/oj-c/docs/oj-c.TagCloud.html +0 -2441
- package/oj-c/docs/oj-c.TagCloudItem.html +0 -794
- package/oj-c/docs/oj-c.TextArea.html +0 -5809
- package/oj-c/docs/progress-bar.html +0 -249
- package/oj-c/docs/progress-circle.html +0 -249
- package/oj-c/docs/radioset.html +0 -249
- package/oj-c/docs/rating-gauge.html +0 -249
- package/oj-c/docs/scripts/deprecated.js +0 -268
- package/oj-c/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
- package/oj-c/docs/scripts/prettify/lang-css.js +0 -9
- package/oj-c/docs/scripts/prettify/prettify.js +0 -35
- package/oj-c/docs/select-multiple.html +0 -249
- package/oj-c/docs/select-single.html +0 -249
- package/oj-c/docs/selection-card.html +0 -249
- package/oj-c/docs/selector-all.html +0 -249
- package/oj-c/docs/selector.html +0 -249
- package/oj-c/docs/split-menu-button.html +0 -249
- package/oj-c/docs/styles/images/bookmark.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_blue.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_hov.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_white.png +0 -0
- package/oj-c/docs/styles/images/oracle_logo_sm.png +0 -0
- package/oj-c/docs/styles/jsdoc-default.css +0 -851
- package/oj-c/docs/styles/prettify-jsdoc.css +0 -111
- package/oj-c/docs/styles/prettify-tomorrow.css +0 -132
- package/oj-c/docs/tab-bar-mixed.html +0 -249
- package/oj-c/docs/tag-cloud-item.html +0 -249
- package/oj-c/docs/tag-cloud.html +0 -249
- package/oj-c/docs/text-area.html +0 -249
- package/oj-c/editable-value/UNSAFE_useConverterObject/useConverterObject.js +0 -42
- package/oj-c/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.js +0 -147
- package/oj-c/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.js +0 -40
- package/oj-c/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.js +0 -27
- package/oj-c/min/editable-value/UNSAFE_useConverterObject/useConverterObject.js +0 -42
- package/oj-c/min/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.js +0 -147
- package/oj-c/min/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.js +0 -40
- package/oj-c/min/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.js +0 -27
- package/oj-c/types/editable-value/UNSAFE_useConverterObject/useConverterObject.d.ts +0 -15
- package/oj-c/types/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.d.ts +0 -49
- package/oj-c/types/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.d.ts +0 -23
- package/oj-c/types/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.d.ts +0 -9
package/oj-c/AreaChart.json
CHANGED
|
@@ -28,9 +28,15 @@
|
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"since": "16.0.0",
|
|
31
|
+
"tsdeprecated": [
|
|
32
|
+
{
|
|
33
|
+
"type": "candidate",
|
|
34
|
+
"since": "17.0.0"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
31
37
|
"meta": {
|
|
32
38
|
"filename": "area-chart.tsx",
|
|
33
|
-
"path": "
|
|
39
|
+
"path": "web/components/oj-c/area-chart"
|
|
34
40
|
},
|
|
35
41
|
"ojmodule": "area-chart"
|
|
36
42
|
},
|
|
@@ -42,10 +48,10 @@
|
|
|
42
48
|
"longname": "oj-c.AreaChart#data",
|
|
43
49
|
"optional": true,
|
|
44
50
|
"scope": "instance",
|
|
45
|
-
"description": "Specifies the DataProvider for the sections and items of the area-chart.",
|
|
51
|
+
"description": "Specifies the DataProvider for the sections and items of the area-chart.\nA progressive loading indicator is shown by the component when the data provider fetch takes longer than a certain time.",
|
|
46
52
|
"meta": {
|
|
47
53
|
"filename": "area-chart.tsx",
|
|
48
|
-
"path": "
|
|
54
|
+
"path": "web/components/oj-c/area-chart"
|
|
49
55
|
},
|
|
50
56
|
"type": {
|
|
51
57
|
"names": [
|
|
@@ -71,7 +77,7 @@
|
|
|
71
77
|
"description": "A comparator function that determines the ordering of the chart series when using a DataProvider.\nIf undefined, the series will follow the order in which they are found in the data. The series objects will have the same properties as the context for <a href=\"#seriesTemplate\">seriesTemplate's $current</a>.\nIf seriesComparator(a, b) is less than 0, chart series a comes before chart series b.\nIf seriesComparator(a, b) is 0, the original order is preserved.\nIf seriesComparator(a, b) is greater than 0, chart series b comes before chart series a.",
|
|
72
78
|
"meta": {
|
|
73
79
|
"filename": "area-chart.tsx",
|
|
74
|
-
"path": "
|
|
80
|
+
"path": "web/components/oj-c/area-chart"
|
|
75
81
|
},
|
|
76
82
|
"type": {
|
|
77
83
|
"names": [
|
|
@@ -97,7 +103,7 @@
|
|
|
97
103
|
"description": "A comparator function that determines the ordering of the chart groups when using a DataProvider.\nIf undefined, the group will follow the order in which they are found in the data. The group objects will have the same properties as the context for <a href=\"#groupTemplate\">groupTemplate's $current</a>.\nIf groupComparator(a, b) is less than 0, chart group a comes before chart group b.\nIf groupComparator(a, b) is 0, the original order is preserved.\nIf groupComparator(a, b) is greater than 0, chart group b comes before chart group a.",
|
|
98
104
|
"meta": {
|
|
99
105
|
"filename": "area-chart.tsx",
|
|
100
|
-
"path": "
|
|
106
|
+
"path": "web/components/oj-c/area-chart"
|
|
101
107
|
},
|
|
102
108
|
"type": {
|
|
103
109
|
"names": [
|
|
@@ -123,7 +129,7 @@
|
|
|
123
129
|
"description": "Defines whether the data items are stacked.",
|
|
124
130
|
"meta": {
|
|
125
131
|
"filename": "area-chart.tsx",
|
|
126
|
-
"path": "
|
|
132
|
+
"path": "web/components/oj-c/area-chart"
|
|
127
133
|
},
|
|
128
134
|
"ojvalues": [
|
|
129
135
|
{
|
|
@@ -166,7 +172,7 @@
|
|
|
166
172
|
"description": "Whether drilling is enabled. Drillable objects will show a pointer cursor on hover and fire an <code class=\"prettyprint\">ojItemDrill</code>, <code class=\"prettyprint\">ojSeriesDrill</code> and <code class=\"prettyprint\">ojGroupDrill</code> event on click (double click if selection is enabled). Use \"on\" to enable drilling for all series objects (legend items), group objects (x-axis labels), and data items. To enable or disable drilling on individual series, group, or data item, use the drilling attribute in each series, group, or data item.",
|
|
167
173
|
"meta": {
|
|
168
174
|
"filename": "area-chart.tsx",
|
|
169
|
-
"path": "
|
|
175
|
+
"path": "web/components/oj-c/area-chart"
|
|
170
176
|
},
|
|
171
177
|
"ojvalues": [
|
|
172
178
|
{
|
|
@@ -209,7 +215,7 @@
|
|
|
209
215
|
"description": "The orientation of the chart.",
|
|
210
216
|
"meta": {
|
|
211
217
|
"filename": "area-chart.tsx",
|
|
212
|
-
"path": "
|
|
218
|
+
"path": "web/components/oj-c/area-chart"
|
|
213
219
|
},
|
|
214
220
|
"ojvalues": [
|
|
215
221
|
{
|
|
@@ -252,7 +258,7 @@
|
|
|
252
258
|
"description": "The type of time axis to display in the chart. If the value is \"enabled\" or \"skipGaps\", the time values must be provided through the \"group-id\" attribute of the <a target=\"_blank\" href=\"oj-c.AreaChartItem.html\">oj-c-area-chart-item</a> element. In this case, stacking is supported. If the value is \"skipGaps\", the groups will be rendered at a regular interval regardless of any time gaps that may exist in the data.\nIf the value is \"mixedFrequency\", the time values must be provided through the \"x\" attribute of the <a target=\"_blank\" href=\"oj-c.AreaChartItem.html\">oj-c-area-chart-item</a> element. In this case stacking is not supported.\nThe time values provided must be an ISO date string.",
|
|
253
259
|
"meta": {
|
|
254
260
|
"filename": "area-chart.tsx",
|
|
255
|
-
"path": "
|
|
261
|
+
"path": "web/components/oj-c/area-chart"
|
|
256
262
|
},
|
|
257
263
|
"type": {
|
|
258
264
|
"names": [
|
|
@@ -273,7 +279,7 @@
|
|
|
273
279
|
"description": "An object defining properties for the y axis, tick marks, tick labels, and axis titles.",
|
|
274
280
|
"meta": {
|
|
275
281
|
"filename": "area-chart.tsx",
|
|
276
|
-
"path": "
|
|
282
|
+
"path": "web/components/oj-c/area-chart"
|
|
277
283
|
},
|
|
278
284
|
"type": {
|
|
279
285
|
"names": [
|
|
@@ -299,7 +305,7 @@
|
|
|
299
305
|
"description": "An object defining properties for the x axis, tick marks, tick labels, and axis titles.",
|
|
300
306
|
"meta": {
|
|
301
307
|
"filename": "area-chart.tsx",
|
|
302
|
-
"path": "
|
|
308
|
+
"path": "web/components/oj-c/area-chart"
|
|
303
309
|
},
|
|
304
310
|
"type": {
|
|
305
311
|
"names": [
|
|
@@ -325,7 +331,7 @@
|
|
|
325
331
|
"description": "An object defining the style of the plot area.",
|
|
326
332
|
"meta": {
|
|
327
333
|
"filename": "area-chart.tsx",
|
|
328
|
-
"path": "
|
|
334
|
+
"path": "web/components/oj-c/area-chart"
|
|
329
335
|
},
|
|
330
336
|
"type": {
|
|
331
337
|
"names": [
|
|
@@ -351,7 +357,7 @@
|
|
|
351
357
|
"description": "Specifies the zoom and scroll behavior of the chart. \"Live\" behavior means that the chart will be updated continuously as it is being manipulated.\nWhile \"live\" zoom and scroll provides the best end user experience, no guarantess are made about the rendering performance or usability for large data sets or slow client environments.",
|
|
352
358
|
"meta": {
|
|
353
359
|
"filename": "area-chart.tsx",
|
|
354
|
-
"path": "
|
|
360
|
+
"path": "web/components/oj-c/area-chart"
|
|
355
361
|
},
|
|
356
362
|
"type": {
|
|
357
363
|
"names": [
|
|
@@ -371,7 +377,7 @@
|
|
|
371
377
|
"description": "An object specifying value formatting and tooltip behavior, whose keys generally correspond to the attribute names on the data items.",
|
|
372
378
|
"meta": {
|
|
373
379
|
"filename": "area-chart.tsx",
|
|
374
|
-
"path": "
|
|
380
|
+
"path": "web/components/oj-c/area-chart"
|
|
375
381
|
},
|
|
376
382
|
"type": {
|
|
377
383
|
"names": [
|
|
@@ -397,7 +403,7 @@
|
|
|
397
403
|
"description": "The type of selection behavior that is enabled on the tag cloud. This attribute controls the number of selections that can be made via selection gestures at any given time.",
|
|
398
404
|
"meta": {
|
|
399
405
|
"filename": "area-chart.tsx",
|
|
400
|
-
"path": "
|
|
406
|
+
"path": "web/components/oj-c/area-chart"
|
|
401
407
|
},
|
|
402
408
|
"ojvalues": [
|
|
403
409
|
{
|
|
@@ -452,7 +458,7 @@
|
|
|
452
458
|
"description": "An array containing the ids of the initially selected data items.",
|
|
453
459
|
"meta": {
|
|
454
460
|
"filename": "area-chart.tsx",
|
|
455
|
-
"path": "
|
|
461
|
+
"path": "web/components/oj-c/area-chart"
|
|
456
462
|
},
|
|
457
463
|
"defaultvalue": "[]",
|
|
458
464
|
"type": {
|
|
@@ -480,21 +486,37 @@
|
|
|
480
486
|
"description": "An array of category strings used for filtering. Series or data items with any category matching an item in this array will be filtered.",
|
|
481
487
|
"meta": {
|
|
482
488
|
"filename": "area-chart.tsx",
|
|
483
|
-
"path": "
|
|
489
|
+
"path": "web/components/oj-c/area-chart"
|
|
484
490
|
},
|
|
485
491
|
"defaultvalue": "[]",
|
|
486
492
|
"type": {
|
|
487
493
|
"names": [
|
|
488
494
|
"Array<string>"
|
|
489
495
|
]
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"memberof": "oj-c.AreaChart",
|
|
500
|
+
"id": "oj-c.AreaChart#dragMode",
|
|
501
|
+
"name": "dragMode",
|
|
502
|
+
"kind": "member",
|
|
503
|
+
"longname": "oj-c.AreaChart#dragMode",
|
|
504
|
+
"optional": true,
|
|
505
|
+
"scope": "instance",
|
|
506
|
+
"description": "The action that is performed when a drag occurs on the chart. Pan and marquee zoom are only available if zoom and scroll is turned on.\nMarquee select is only available if multiple selection is turned on. If the value is set to \"user\" and multiple actions are available,\nbuttons will be displayed on the plot area to let users switch between modes. Only 'select' and 'pan' buttons are shown in mobile, as\nzoom in or out can be performed with 2 finger pinch gesture.",
|
|
507
|
+
"meta": {
|
|
508
|
+
"filename": "area-chart.tsx",
|
|
509
|
+
"path": "web/components/oj-c/area-chart"
|
|
490
510
|
},
|
|
491
|
-
"
|
|
492
|
-
|
|
493
|
-
"
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
|
|
497
|
-
|
|
511
|
+
"type": {
|
|
512
|
+
"names": [
|
|
513
|
+
"\"pan\"",
|
|
514
|
+
"\"select\"",
|
|
515
|
+
"\"off\"",
|
|
516
|
+
"\"user\"",
|
|
517
|
+
"\"zoom\""
|
|
518
|
+
]
|
|
519
|
+
}
|
|
498
520
|
},
|
|
499
521
|
{
|
|
500
522
|
"memberof": "oj-c.AreaChart",
|
|
@@ -508,21 +530,14 @@
|
|
|
508
530
|
"description": "An array of category strings used for highlighting. Series or data items matching categories in this array will be highlighted.",
|
|
509
531
|
"meta": {
|
|
510
532
|
"filename": "area-chart.tsx",
|
|
511
|
-
"path": "
|
|
533
|
+
"path": "web/components/oj-c/area-chart"
|
|
512
534
|
},
|
|
513
535
|
"defaultvalue": "[]",
|
|
514
536
|
"type": {
|
|
515
537
|
"names": [
|
|
516
538
|
"Array<string>"
|
|
517
539
|
]
|
|
518
|
-
}
|
|
519
|
-
"tstype": [
|
|
520
|
-
{
|
|
521
|
-
"target": "Type",
|
|
522
|
-
"value": "Array<string>",
|
|
523
|
-
"jsdocOverride": true
|
|
524
|
-
}
|
|
525
|
-
]
|
|
540
|
+
}
|
|
526
541
|
},
|
|
527
542
|
{
|
|
528
543
|
"memberof": "oj-c.AreaChart",
|
|
@@ -535,7 +550,7 @@
|
|
|
535
550
|
"description": "Defines the hide and show behavior that is performed when clicking on a legend item. When data items are hidden, the y axes can be optionally rescaled to fit to the remaining data.",
|
|
536
551
|
"meta": {
|
|
537
552
|
"filename": "area-chart.tsx",
|
|
538
|
-
"path": "
|
|
553
|
+
"path": "web/components/oj-c/area-chart"
|
|
539
554
|
},
|
|
540
555
|
"ojvalues": [
|
|
541
556
|
{
|
|
@@ -589,7 +604,7 @@
|
|
|
589
604
|
"description": "Defines the behavior applied when hovering over data items.",
|
|
590
605
|
"meta": {
|
|
591
606
|
"filename": "area-chart.tsx",
|
|
592
|
-
"path": "
|
|
607
|
+
"path": "web/components/oj-c/area-chart"
|
|
593
608
|
},
|
|
594
609
|
"ojvalues": [
|
|
595
610
|
{
|
|
@@ -632,7 +647,7 @@
|
|
|
632
647
|
"description": "The matching condition for the highlightedCategories property.\nBy default, highlightMatch is 'all' and only items whose categories match all of the values specified in the highlightedCategories array will be highlighted.\nIf highlightMatch is 'any', then items that match at least one of the highlightedCategories values will be highlighted.",
|
|
633
648
|
"meta": {
|
|
634
649
|
"filename": "area-chart.tsx",
|
|
635
|
-
"path": "
|
|
650
|
+
"path": "web/components/oj-c/area-chart"
|
|
636
651
|
},
|
|
637
652
|
"ojvalues": [
|
|
638
653
|
{
|
|
@@ -675,7 +690,7 @@
|
|
|
675
690
|
"description": "An object defining the style, positioning, and behavior of the legend.",
|
|
676
691
|
"meta": {
|
|
677
692
|
"filename": "area-chart.tsx",
|
|
678
|
-
"path": "
|
|
693
|
+
"path": "web/components/oj-c/area-chart"
|
|
679
694
|
},
|
|
680
695
|
"type": {
|
|
681
696
|
"names": [
|
|
@@ -699,7 +714,7 @@
|
|
|
699
714
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
700
715
|
"meta": {
|
|
701
716
|
"filename": "area-chart.tsx",
|
|
702
|
-
"path": "
|
|
717
|
+
"path": "web/components/oj-c/area-chart"
|
|
703
718
|
},
|
|
704
719
|
"scope": "instance",
|
|
705
720
|
"params": [
|
|
@@ -733,7 +748,7 @@
|
|
|
733
748
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
734
749
|
"meta": {
|
|
735
750
|
"filename": "area-chart.tsx",
|
|
736
|
-
"path": "
|
|
751
|
+
"path": "web/components/oj-c/area-chart"
|
|
737
752
|
},
|
|
738
753
|
"scope": "instance",
|
|
739
754
|
"params": [
|
|
@@ -762,7 +777,7 @@
|
|
|
762
777
|
"description": "Performs a batch set of properties.",
|
|
763
778
|
"meta": {
|
|
764
779
|
"filename": "area-chart.tsx",
|
|
765
|
-
"path": "
|
|
780
|
+
"path": "web/components/oj-c/area-chart"
|
|
766
781
|
},
|
|
767
782
|
"scope": "instance",
|
|
768
783
|
"params": [
|
|
@@ -791,7 +806,7 @@
|
|
|
791
806
|
"description": "Triggered after the viewport is changed due to a zoom or scroll operation.",
|
|
792
807
|
"meta": {
|
|
793
808
|
"filename": "area-chart.tsx",
|
|
794
|
-
"path": "
|
|
809
|
+
"path": "web/components/oj-c/area-chart"
|
|
795
810
|
},
|
|
796
811
|
"scope": "instance",
|
|
797
812
|
"properties": [
|
|
@@ -866,7 +881,7 @@
|
|
|
866
881
|
"description": "Triggered on a chart item (double click if selection is enabled, single click otherwise).",
|
|
867
882
|
"meta": {
|
|
868
883
|
"filename": "area-chart.tsx",
|
|
869
|
-
"path": "
|
|
884
|
+
"path": "web/components/oj-c/area-chart"
|
|
870
885
|
},
|
|
871
886
|
"scope": "instance",
|
|
872
887
|
"properties": [
|
|
@@ -972,7 +987,7 @@
|
|
|
972
987
|
"tstype": [
|
|
973
988
|
{
|
|
974
989
|
"target": "Type",
|
|
975
|
-
"value": "oj-c.AreaChart.
|
|
990
|
+
"value": "oj-c.AreaChart.AreaChartSeries",
|
|
976
991
|
"for": "seriesData",
|
|
977
992
|
"jsdocOverride": true
|
|
978
993
|
}
|
|
@@ -1007,7 +1022,7 @@
|
|
|
1007
1022
|
"description": "Triggered on a chart group drill gesture (double click if selection is enabled, single click otherwise).",
|
|
1008
1023
|
"meta": {
|
|
1009
1024
|
"filename": "area-chart.tsx",
|
|
1010
|
-
"path": "
|
|
1025
|
+
"path": "web/components/oj-c/area-chart"
|
|
1011
1026
|
},
|
|
1012
1027
|
"scope": "instance",
|
|
1013
1028
|
"properties": [
|
|
@@ -1094,7 +1109,7 @@
|
|
|
1094
1109
|
"description": "Triggered on a chart series drill gesture (double click if selection is enabled, single click otherwise).",
|
|
1095
1110
|
"meta": {
|
|
1096
1111
|
"filename": "area-chart.tsx",
|
|
1097
|
-
"path": "
|
|
1112
|
+
"path": "web/components/oj-c/area-chart"
|
|
1098
1113
|
},
|
|
1099
1114
|
"scope": "instance",
|
|
1100
1115
|
"properties": [
|
|
@@ -1146,7 +1161,7 @@
|
|
|
1146
1161
|
"tstype": [
|
|
1147
1162
|
{
|
|
1148
1163
|
"target": "Type",
|
|
1149
|
-
"value": "oj-c.AreaChart.
|
|
1164
|
+
"value": "oj-c.AreaChart.AreaChartSeries",
|
|
1150
1165
|
"for": "seriesData",
|
|
1151
1166
|
"jsdocOverride": true
|
|
1152
1167
|
}
|
|
@@ -1178,10 +1193,10 @@
|
|
|
1178
1193
|
"name": "itemTemplate",
|
|
1179
1194
|
"kind": "member",
|
|
1180
1195
|
"longname": "oj-c.AreaChart#itemTemplate",
|
|
1181
|
-
"description": "<p>The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for creating each item of the chart. The slot content must be a <template> element.\nThe content of the template should only be one <oj-c-area-chart-item> element. See the <a target=\"_blank\" href=\"oj-c.AreaChartItem.html\">oj-c-area-chart-item</a> doc for more details. A <b>series-id</b> and <b>group-id</b> must be specified.</p>\n<p>When the template is executed for each item, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
|
|
1196
|
+
"description": "<p>The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for creating each item of the chart. The slot content must be a <template> element.\nThe content of the template should only be one <oj-c-area-chart-item> element. See the <a target=\"_blank\" href=\"oj-c.AreaChartItem.html\">oj-c-area-chart-item</a> doc for more details. A <b>series-id</b> and <b>group-id</b> must be specified.</p>\n<p>When the template is executed for each item, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if data-oj-as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
|
|
1182
1197
|
"meta": {
|
|
1183
1198
|
"filename": "area-chart.tsx",
|
|
1184
|
-
"path": "
|
|
1199
|
+
"path": "web/components/oj-c/area-chart"
|
|
1185
1200
|
},
|
|
1186
1201
|
"scope": "instance",
|
|
1187
1202
|
"ojchild": false,
|
|
@@ -1241,10 +1256,10 @@
|
|
|
1241
1256
|
"name": "seriesTemplate",
|
|
1242
1257
|
"kind": "member",
|
|
1243
1258
|
"longname": "oj-c.AreaChart#seriesTemplate",
|
|
1244
|
-
"description": "<p>The <code class=\"prettyprint\">seriesTemplate</code> slot is used to specify the template for generating the series properties of the chart. The slot content must be a single <template> element.\nThe content of the template should only be one <oj-c-area-chart-series> element.See the <a target=\"_blank\" href=\"oj-c.AreaChartSeries.html\">oj-c-area-chart-series</a> doc for more details.</p>\n<p>When the template is executed for each series, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
|
|
1259
|
+
"description": "<p>The <code class=\"prettyprint\">seriesTemplate</code> slot is used to specify the template for generating the series properties of the chart. The slot content must be a single <template> element.\nThe content of the template should only be one <oj-c-area-chart-series> element.See the <a target=\"_blank\" href=\"oj-c.AreaChartSeries.html\">oj-c-area-chart-series</a> doc for more details.</p>\n<p>When the template is executed for each series, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if data-oj-as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
|
|
1245
1260
|
"meta": {
|
|
1246
1261
|
"filename": "area-chart.tsx",
|
|
1247
|
-
"path": "
|
|
1262
|
+
"path": "web/components/oj-c/area-chart"
|
|
1248
1263
|
},
|
|
1249
1264
|
"scope": "instance",
|
|
1250
1265
|
"ojchild": false,
|
|
@@ -1296,10 +1311,10 @@
|
|
|
1296
1311
|
"name": "groupTemplate",
|
|
1297
1312
|
"kind": "member",
|
|
1298
1313
|
"longname": "oj-c.AreaChart#groupTemplate",
|
|
1299
|
-
"description": "<p>The <code class=\"prettyprint\">groupTemplate</code> slot is used to specify the template for generating the group properties of the chart. The slot content must be a single <template> element.\nThe content of the template should only be one <oj-c-area-chart-group> element. See the <a target=\"_blank\" href=\"oj-c.AreaChartGroup.html\">oj-c-area-chart-group</a> doc for more details.</p>\n<p>When the template is executed for each group, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
|
|
1314
|
+
"description": "<p>The <code class=\"prettyprint\">groupTemplate</code> slot is used to specify the template for generating the group properties of the chart. The slot content must be a single <template> element.\nThe content of the template should only be one <oj-c-area-chart-group> element. See the <a target=\"_blank\" href=\"oj-c.AreaChartGroup.html\">oj-c-area-chart-group</a> doc for more details.</p>\n<p>When the template is executed for each group, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if data-oj-as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
|
|
1300
1315
|
"meta": {
|
|
1301
1316
|
"filename": "area-chart.tsx",
|
|
1302
|
-
"path": "
|
|
1317
|
+
"path": "web/components/oj-c/area-chart"
|
|
1303
1318
|
},
|
|
1304
1319
|
"scope": "instance",
|
|
1305
1320
|
"ojchild": false,
|
|
@@ -1331,15 +1346,7 @@
|
|
|
1331
1346
|
"names": [
|
|
1332
1347
|
"Array<string>"
|
|
1333
1348
|
]
|
|
1334
|
-
}
|
|
1335
|
-
"tstype": [
|
|
1336
|
-
{
|
|
1337
|
-
"target": "Type",
|
|
1338
|
-
"value": "Array<string>",
|
|
1339
|
-
"for": "ids",
|
|
1340
|
-
"jsdocOverride": true
|
|
1341
|
-
}
|
|
1342
|
-
]
|
|
1349
|
+
}
|
|
1343
1350
|
},
|
|
1344
1351
|
{
|
|
1345
1352
|
"name": "index",
|
|
@@ -1372,7 +1379,7 @@
|
|
|
1372
1379
|
"memberof": "oj-c.AreaChart",
|
|
1373
1380
|
"meta": {
|
|
1374
1381
|
"filename": "area-chart.tsx",
|
|
1375
|
-
"path": "
|
|
1382
|
+
"path": "web/components/oj-c/area-chart"
|
|
1376
1383
|
},
|
|
1377
1384
|
"ojfragment": true
|
|
1378
1385
|
},
|
|
@@ -1385,7 +1392,7 @@
|
|
|
1385
1392
|
"memberof": "oj-c.AreaChart",
|
|
1386
1393
|
"meta": {
|
|
1387
1394
|
"filename": "area-chart.tsx",
|
|
1388
|
-
"path": "
|
|
1395
|
+
"path": "web/components/oj-c/area-chart"
|
|
1389
1396
|
},
|
|
1390
1397
|
"ojfragment": true
|
|
1391
1398
|
},
|
|
@@ -1409,7 +1416,7 @@
|
|
|
1409
1416
|
},
|
|
1410
1417
|
"meta": {
|
|
1411
1418
|
"filename": "area-chart.tsx",
|
|
1412
|
-
"path": "
|
|
1419
|
+
"path": "web/components/oj-c/area-chart"
|
|
1413
1420
|
},
|
|
1414
1421
|
"properties": [
|
|
1415
1422
|
{
|
|
@@ -1448,15 +1455,7 @@
|
|
|
1448
1455
|
"names": [
|
|
1449
1456
|
"Array<string>"
|
|
1450
1457
|
]
|
|
1451
|
-
}
|
|
1452
|
-
"tstype": [
|
|
1453
|
-
{
|
|
1454
|
-
"target": "Type",
|
|
1455
|
-
"value": "Array<string>",
|
|
1456
|
-
"for": "groupId",
|
|
1457
|
-
"jsdocOverride": true
|
|
1458
|
-
}
|
|
1459
|
-
]
|
|
1458
|
+
}
|
|
1460
1459
|
},
|
|
1461
1460
|
{
|
|
1462
1461
|
"name": "value",
|
|
@@ -1536,15 +1535,7 @@
|
|
|
1536
1535
|
"names": [
|
|
1537
1536
|
"Array<string>"
|
|
1538
1537
|
]
|
|
1539
|
-
}
|
|
1540
|
-
"tstype": [
|
|
1541
|
-
{
|
|
1542
|
-
"target": "Type",
|
|
1543
|
-
"value": "Array<string>",
|
|
1544
|
-
"for": "categories",
|
|
1545
|
-
"jsdocOverride": true
|
|
1546
|
-
}
|
|
1547
|
-
]
|
|
1538
|
+
}
|
|
1548
1539
|
},
|
|
1549
1540
|
{
|
|
1550
1541
|
"name": "drilling",
|
|
@@ -1570,6 +1561,77 @@
|
|
|
1570
1561
|
}
|
|
1571
1562
|
]
|
|
1572
1563
|
},
|
|
1564
|
+
{
|
|
1565
|
+
"memberof": "oj-c.AreaChart",
|
|
1566
|
+
"id": "oj-c.AreaChart.ChartItemTemplateContext",
|
|
1567
|
+
"name": "ChartItemTemplateContext",
|
|
1568
|
+
"kind": "typedef",
|
|
1569
|
+
"longname": "oj-c.AreaChart.ChartItemTemplateContext",
|
|
1570
|
+
"scope": "static",
|
|
1571
|
+
"description": "",
|
|
1572
|
+
"tsgenerictype": {
|
|
1573
|
+
"target": "Type",
|
|
1574
|
+
"value": "<K,D>",
|
|
1575
|
+
"for": "genericTypeParameters"
|
|
1576
|
+
},
|
|
1577
|
+
"type": {
|
|
1578
|
+
"names": [
|
|
1579
|
+
"Object"
|
|
1580
|
+
]
|
|
1581
|
+
},
|
|
1582
|
+
"meta": {
|
|
1583
|
+
"filename": "area-chart.tsx",
|
|
1584
|
+
"path": "web/components/oj-c/area-chart"
|
|
1585
|
+
},
|
|
1586
|
+
"properties": [
|
|
1587
|
+
{
|
|
1588
|
+
"name": "data",
|
|
1589
|
+
"description": "The data object of the current item.",
|
|
1590
|
+
"optional": false,
|
|
1591
|
+
"type": {
|
|
1592
|
+
"names": [
|
|
1593
|
+
"any"
|
|
1594
|
+
]
|
|
1595
|
+
},
|
|
1596
|
+
"tstype": [
|
|
1597
|
+
{
|
|
1598
|
+
"target": "Type",
|
|
1599
|
+
"value": "D",
|
|
1600
|
+
"for": "data",
|
|
1601
|
+
"jsdocOverride": true
|
|
1602
|
+
}
|
|
1603
|
+
]
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "key",
|
|
1607
|
+
"description": "The key of the current item.",
|
|
1608
|
+
"optional": false,
|
|
1609
|
+
"type": {
|
|
1610
|
+
"names": [
|
|
1611
|
+
"any"
|
|
1612
|
+
]
|
|
1613
|
+
},
|
|
1614
|
+
"tstype": [
|
|
1615
|
+
{
|
|
1616
|
+
"target": "Type",
|
|
1617
|
+
"value": "K",
|
|
1618
|
+
"for": "key",
|
|
1619
|
+
"jsdocOverride": true
|
|
1620
|
+
}
|
|
1621
|
+
]
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"name": "index",
|
|
1625
|
+
"description": "The zero-based index of the current item.",
|
|
1626
|
+
"optional": false,
|
|
1627
|
+
"type": {
|
|
1628
|
+
"names": [
|
|
1629
|
+
"number"
|
|
1630
|
+
]
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
]
|
|
1634
|
+
},
|
|
1573
1635
|
{
|
|
1574
1636
|
"memberof": "oj-c.AreaChart",
|
|
1575
1637
|
"id": "oj-c.AreaChart.ChartSeriesTemplateContext",
|
|
@@ -1590,7 +1652,7 @@
|
|
|
1590
1652
|
},
|
|
1591
1653
|
"meta": {
|
|
1592
1654
|
"filename": "area-chart.tsx",
|
|
1593
|
-
"path": "
|
|
1655
|
+
"path": "web/components/oj-c/area-chart"
|
|
1594
1656
|
},
|
|
1595
1657
|
"properties": [
|
|
1596
1658
|
{
|
|
@@ -1602,36 +1664,12 @@
|
|
|
1602
1664
|
"Array<object>"
|
|
1603
1665
|
]
|
|
1604
1666
|
},
|
|
1605
|
-
"
|
|
1606
|
-
{
|
|
1607
|
-
"name": "data",
|
|
1608
|
-
"description": "The data object of the current item.",
|
|
1609
|
-
"optional": false,
|
|
1610
|
-
"type": {
|
|
1611
|
-
"names": [
|
|
1612
|
-
"any"
|
|
1613
|
-
]
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"name": "key",
|
|
1618
|
-
"description": "The key of the current item.",
|
|
1619
|
-
"optional": false,
|
|
1620
|
-
"type": {
|
|
1621
|
-
"names": [
|
|
1622
|
-
"any"
|
|
1623
|
-
]
|
|
1624
|
-
}
|
|
1625
|
-
},
|
|
1667
|
+
"tstype": [
|
|
1626
1668
|
{
|
|
1627
|
-
"
|
|
1628
|
-
"
|
|
1629
|
-
"
|
|
1630
|
-
"
|
|
1631
|
-
"names": [
|
|
1632
|
-
"number"
|
|
1633
|
-
]
|
|
1634
|
-
}
|
|
1669
|
+
"target": "Type",
|
|
1670
|
+
"value": "Array<oj-c.AreaChart.ChartItemTemplateContext>",
|
|
1671
|
+
"for": "items",
|
|
1672
|
+
"jsdocOverride": true
|
|
1635
1673
|
}
|
|
1636
1674
|
]
|
|
1637
1675
|
},
|
|
@@ -1677,7 +1715,7 @@
|
|
|
1677
1715
|
},
|
|
1678
1716
|
"meta": {
|
|
1679
1717
|
"filename": "area-chart.tsx",
|
|
1680
|
-
"path": "
|
|
1718
|
+
"path": "web/components/oj-c/area-chart"
|
|
1681
1719
|
},
|
|
1682
1720
|
"properties": [
|
|
1683
1721
|
{
|
|
@@ -1689,36 +1727,12 @@
|
|
|
1689
1727
|
"Array<object>"
|
|
1690
1728
|
]
|
|
1691
1729
|
},
|
|
1692
|
-
"
|
|
1693
|
-
{
|
|
1694
|
-
"name": "data",
|
|
1695
|
-
"description": "The data object of the current item.",
|
|
1696
|
-
"optional": false,
|
|
1697
|
-
"type": {
|
|
1698
|
-
"names": [
|
|
1699
|
-
"any"
|
|
1700
|
-
]
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "key",
|
|
1705
|
-
"description": "The key of the current item.",
|
|
1706
|
-
"optional": false,
|
|
1707
|
-
"type": {
|
|
1708
|
-
"names": [
|
|
1709
|
-
"any"
|
|
1710
|
-
]
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1730
|
+
"tstype": [
|
|
1713
1731
|
{
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1716
|
-
"
|
|
1717
|
-
"
|
|
1718
|
-
"names": [
|
|
1719
|
-
"number"
|
|
1720
|
-
]
|
|
1721
|
-
}
|
|
1732
|
+
"target": "Type",
|
|
1733
|
+
"value": "Array<oj-c.AreaChart.ChartItemTemplateContext>",
|
|
1734
|
+
"for": "items",
|
|
1735
|
+
"jsdocOverride": true
|
|
1722
1736
|
}
|
|
1723
1737
|
]
|
|
1724
1738
|
},
|
|
@@ -1756,10 +1770,10 @@
|
|
|
1756
1770
|
},
|
|
1757
1771
|
{
|
|
1758
1772
|
"memberof": "oj-c.AreaChart",
|
|
1759
|
-
"id": "oj-c.AreaChart.
|
|
1760
|
-
"name": "
|
|
1773
|
+
"id": "oj-c.AreaChart.MajorTick",
|
|
1774
|
+
"name": "MajorTick",
|
|
1761
1775
|
"kind": "typedef",
|
|
1762
|
-
"longname": "oj-c.AreaChart.
|
|
1776
|
+
"longname": "oj-c.AreaChart.MajorTick",
|
|
1763
1777
|
"scope": "static",
|
|
1764
1778
|
"description": "",
|
|
1765
1779
|
"type": {
|
|
@@ -1769,32 +1783,66 @@
|
|
|
1769
1783
|
},
|
|
1770
1784
|
"meta": {
|
|
1771
1785
|
"filename": "area-chart.tsx",
|
|
1772
|
-
"path": "
|
|
1786
|
+
"path": "web/components/oj-c/area-chart"
|
|
1773
1787
|
},
|
|
1774
1788
|
"properties": [
|
|
1775
1789
|
{
|
|
1776
|
-
"name": "
|
|
1777
|
-
"description": "The
|
|
1790
|
+
"name": "lineColor",
|
|
1791
|
+
"description": "The color of the line.",
|
|
1778
1792
|
"optional": true,
|
|
1779
1793
|
"type": {
|
|
1780
1794
|
"names": [
|
|
1781
|
-
"
|
|
1795
|
+
"string"
|
|
1782
1796
|
]
|
|
1783
1797
|
}
|
|
1784
1798
|
},
|
|
1785
1799
|
{
|
|
1786
|
-
"name": "
|
|
1787
|
-
"description": "The
|
|
1800
|
+
"name": "lineStyle",
|
|
1801
|
+
"description": "The style of the line.",
|
|
1788
1802
|
"optional": true,
|
|
1789
1803
|
"type": {
|
|
1790
1804
|
"names": [
|
|
1791
|
-
"
|
|
1805
|
+
"\"dashed\"",
|
|
1806
|
+
"\"solid\"",
|
|
1807
|
+
"\"dotted\""
|
|
1792
1808
|
]
|
|
1793
|
-
}
|
|
1809
|
+
},
|
|
1810
|
+
"ojvalues": [
|
|
1811
|
+
{
|
|
1812
|
+
"name": "dashed",
|
|
1813
|
+
"description": "Renders dashed major tick.",
|
|
1814
|
+
"displayName": "Dashed",
|
|
1815
|
+
"type": {
|
|
1816
|
+
"names": [
|
|
1817
|
+
"string"
|
|
1818
|
+
]
|
|
1819
|
+
}
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"name": "dotted",
|
|
1823
|
+
"description": "Renders dotted major tick.",
|
|
1824
|
+
"displayName": "Dotted",
|
|
1825
|
+
"type": {
|
|
1826
|
+
"names": [
|
|
1827
|
+
"string"
|
|
1828
|
+
]
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"name": "solid",
|
|
1833
|
+
"description": "Renders solid major tick.",
|
|
1834
|
+
"displayName": "Solid",
|
|
1835
|
+
"type": {
|
|
1836
|
+
"names": [
|
|
1837
|
+
"string"
|
|
1838
|
+
]
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
]
|
|
1794
1842
|
},
|
|
1795
1843
|
{
|
|
1796
|
-
"name": "
|
|
1797
|
-
"description": "The
|
|
1844
|
+
"name": "lineWidth",
|
|
1845
|
+
"description": "The width of the line.",
|
|
1798
1846
|
"optional": true,
|
|
1799
1847
|
"type": {
|
|
1800
1848
|
"names": [
|
|
@@ -1803,15 +1851,310 @@
|
|
|
1803
1851
|
}
|
|
1804
1852
|
},
|
|
1805
1853
|
{
|
|
1806
|
-
"name": "
|
|
1807
|
-
"description": "
|
|
1808
|
-
"optional":
|
|
1854
|
+
"name": "rendered",
|
|
1855
|
+
"description": "Whether the tick is rendered or not.",
|
|
1856
|
+
"optional": false,
|
|
1809
1857
|
"type": {
|
|
1810
1858
|
"names": [
|
|
1811
|
-
"
|
|
1859
|
+
"\"auto\"",
|
|
1860
|
+
"\"off\"",
|
|
1861
|
+
"\"on\""
|
|
1812
1862
|
]
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1863
|
+
},
|
|
1864
|
+
"ojvalues": [
|
|
1865
|
+
{
|
|
1866
|
+
"name": "off",
|
|
1867
|
+
"description": "Renders the minor tick.",
|
|
1868
|
+
"displayName": "Off",
|
|
1869
|
+
"type": {
|
|
1870
|
+
"names": [
|
|
1871
|
+
"string"
|
|
1872
|
+
]
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "on",
|
|
1877
|
+
"description": "Does not render the minor tick.",
|
|
1878
|
+
"displayName": "On",
|
|
1879
|
+
"type": {
|
|
1880
|
+
"names": [
|
|
1881
|
+
"string"
|
|
1882
|
+
]
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"name": "auto",
|
|
1887
|
+
"description": "Renders the minor tick for log scale.",
|
|
1888
|
+
"displayName": "Auto",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"names": [
|
|
1891
|
+
"string"
|
|
1892
|
+
]
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
]
|
|
1896
|
+
}
|
|
1897
|
+
]
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"memberof": "oj-c.AreaChart",
|
|
1901
|
+
"id": "oj-c.AreaChart.MinorTick",
|
|
1902
|
+
"name": "MinorTick",
|
|
1903
|
+
"kind": "typedef",
|
|
1904
|
+
"longname": "oj-c.AreaChart.MinorTick",
|
|
1905
|
+
"scope": "static",
|
|
1906
|
+
"description": "",
|
|
1907
|
+
"type": {
|
|
1908
|
+
"names": [
|
|
1909
|
+
"Object"
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
"meta": {
|
|
1913
|
+
"filename": "area-chart.tsx",
|
|
1914
|
+
"path": "web/components/oj-c/area-chart"
|
|
1915
|
+
},
|
|
1916
|
+
"properties": [
|
|
1917
|
+
{
|
|
1918
|
+
"name": "lineColor",
|
|
1919
|
+
"description": "The color of the line.",
|
|
1920
|
+
"optional": true,
|
|
1921
|
+
"type": {
|
|
1922
|
+
"names": [
|
|
1923
|
+
"string"
|
|
1924
|
+
]
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "lineStyle",
|
|
1929
|
+
"description": "The style of the line.",
|
|
1930
|
+
"optional": true,
|
|
1931
|
+
"type": {
|
|
1932
|
+
"names": [
|
|
1933
|
+
"\"dashed\"",
|
|
1934
|
+
"\"solid\"",
|
|
1935
|
+
"\"dotted\""
|
|
1936
|
+
]
|
|
1937
|
+
},
|
|
1938
|
+
"ojvalues": [
|
|
1939
|
+
{
|
|
1940
|
+
"name": "dashed",
|
|
1941
|
+
"description": "Renders dashed major tick.",
|
|
1942
|
+
"displayName": "Dashed",
|
|
1943
|
+
"type": {
|
|
1944
|
+
"names": [
|
|
1945
|
+
"string"
|
|
1946
|
+
]
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"name": "dotted",
|
|
1951
|
+
"description": "Renders dotted major tick.",
|
|
1952
|
+
"displayName": "Dotted",
|
|
1953
|
+
"type": {
|
|
1954
|
+
"names": [
|
|
1955
|
+
"string"
|
|
1956
|
+
]
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"name": "solid",
|
|
1961
|
+
"description": "Renders solid major tick.",
|
|
1962
|
+
"displayName": "Solid",
|
|
1963
|
+
"type": {
|
|
1964
|
+
"names": [
|
|
1965
|
+
"string"
|
|
1966
|
+
]
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
]
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"name": "lineWidth",
|
|
1973
|
+
"description": "The width of the line.",
|
|
1974
|
+
"optional": true,
|
|
1975
|
+
"type": {
|
|
1976
|
+
"names": [
|
|
1977
|
+
"number"
|
|
1978
|
+
]
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "rendered",
|
|
1983
|
+
"description": "Whether the tick is rendered.",
|
|
1984
|
+
"optional": false,
|
|
1985
|
+
"type": {
|
|
1986
|
+
"names": [
|
|
1987
|
+
"\"auto\"",
|
|
1988
|
+
"\"off\"",
|
|
1989
|
+
"\"on\""
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1992
|
+
"ojvalues": [
|
|
1993
|
+
{
|
|
1994
|
+
"name": "off",
|
|
1995
|
+
"description": "Renders the minor tick.",
|
|
1996
|
+
"displayName": "Off",
|
|
1997
|
+
"type": {
|
|
1998
|
+
"names": [
|
|
1999
|
+
"string"
|
|
2000
|
+
]
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "on",
|
|
2005
|
+
"description": "Does not render the minor tick.",
|
|
2006
|
+
"displayName": "On",
|
|
2007
|
+
"type": {
|
|
2008
|
+
"names": [
|
|
2009
|
+
"string"
|
|
2010
|
+
]
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"name": "auto",
|
|
2015
|
+
"description": "Renders the minor tick for log scale.",
|
|
2016
|
+
"displayName": "Auto",
|
|
2017
|
+
"type": {
|
|
2018
|
+
"names": [
|
|
2019
|
+
"string"
|
|
2020
|
+
]
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
]
|
|
2024
|
+
}
|
|
2025
|
+
]
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"memberof": "oj-c.AreaChart",
|
|
2029
|
+
"id": "oj-c.AreaChart.YAxisTickLabel",
|
|
2030
|
+
"name": "YAxisTickLabel",
|
|
2031
|
+
"kind": "typedef",
|
|
2032
|
+
"longname": "oj-c.AreaChart.YAxisTickLabel",
|
|
2033
|
+
"scope": "static",
|
|
2034
|
+
"description": "",
|
|
2035
|
+
"type": {
|
|
2036
|
+
"names": [
|
|
2037
|
+
"Object"
|
|
2038
|
+
]
|
|
2039
|
+
},
|
|
2040
|
+
"meta": {
|
|
2041
|
+
"filename": "area-chart.tsx",
|
|
2042
|
+
"path": "web/components/oj-c/area-chart"
|
|
2043
|
+
},
|
|
2044
|
+
"properties": [
|
|
2045
|
+
{
|
|
2046
|
+
"name": "converter",
|
|
2047
|
+
"description": "The converter used to format the tick label of the axis.",
|
|
2048
|
+
"optional": true,
|
|
2049
|
+
"type": {
|
|
2050
|
+
"names": [
|
|
2051
|
+
"object"
|
|
2052
|
+
]
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "rendered",
|
|
2057
|
+
"description": "Whether the tick labels are rendered or not.",
|
|
2058
|
+
"optional": true,
|
|
2059
|
+
"type": {
|
|
2060
|
+
"names": [
|
|
2061
|
+
"\"off\"",
|
|
2062
|
+
"\"on\""
|
|
2063
|
+
]
|
|
2064
|
+
},
|
|
2065
|
+
"ojvalues": [
|
|
2066
|
+
{
|
|
2067
|
+
"name": "on",
|
|
2068
|
+
"description": "Renders the axis tick label.",
|
|
2069
|
+
"displayName": "On",
|
|
2070
|
+
"type": {
|
|
2071
|
+
"names": [
|
|
2072
|
+
"string"
|
|
2073
|
+
]
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "off",
|
|
2078
|
+
"description": "Axis tick labels won't be rendered.",
|
|
2079
|
+
"displayName": "Off",
|
|
2080
|
+
"type": {
|
|
2081
|
+
"names": [
|
|
2082
|
+
"string"
|
|
2083
|
+
]
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
]
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"name": "style",
|
|
2090
|
+
"description": "The object defining the style of the labels. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.",
|
|
2091
|
+
"optional": true,
|
|
2092
|
+
"type": {
|
|
2093
|
+
"names": [
|
|
2094
|
+
"object"
|
|
2095
|
+
]
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"memberof": "oj-c.AreaChart",
|
|
2102
|
+
"id": "oj-c.AreaChart.YAxis",
|
|
2103
|
+
"name": "YAxis",
|
|
2104
|
+
"kind": "typedef",
|
|
2105
|
+
"longname": "oj-c.AreaChart.YAxis",
|
|
2106
|
+
"scope": "static",
|
|
2107
|
+
"description": "",
|
|
2108
|
+
"type": {
|
|
2109
|
+
"names": [
|
|
2110
|
+
"Object"
|
|
2111
|
+
]
|
|
2112
|
+
},
|
|
2113
|
+
"meta": {
|
|
2114
|
+
"filename": "area-chart.tsx",
|
|
2115
|
+
"path": "web/components/oj-c/area-chart"
|
|
2116
|
+
},
|
|
2117
|
+
"properties": [
|
|
2118
|
+
{
|
|
2119
|
+
"name": "dataMax",
|
|
2120
|
+
"description": "The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.",
|
|
2121
|
+
"optional": true,
|
|
2122
|
+
"type": {
|
|
2123
|
+
"names": [
|
|
2124
|
+
"number"
|
|
2125
|
+
]
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"name": "dataMin",
|
|
2130
|
+
"description": "The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.",
|
|
2131
|
+
"optional": true,
|
|
2132
|
+
"type": {
|
|
2133
|
+
"names": [
|
|
2134
|
+
"number"
|
|
2135
|
+
]
|
|
2136
|
+
}
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "max",
|
|
2140
|
+
"description": "The maximum value of the axis. Defaults to null for automatic calculation based on the data.",
|
|
2141
|
+
"optional": true,
|
|
2142
|
+
"type": {
|
|
2143
|
+
"names": [
|
|
2144
|
+
"number"
|
|
2145
|
+
]
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"name": "min",
|
|
2150
|
+
"description": "The minumum value of the axis. Defaults to null for automatic calculation based on the data.",
|
|
2151
|
+
"optional": true,
|
|
2152
|
+
"type": {
|
|
2153
|
+
"names": [
|
|
2154
|
+
"number"
|
|
2155
|
+
]
|
|
2156
|
+
}
|
|
2157
|
+
},
|
|
1815
2158
|
{
|
|
1816
2159
|
"name": "majorTick",
|
|
1817
2160
|
"description": "The object defining the properties of the major tick of the y axis.",
|
|
@@ -1820,7 +2163,15 @@
|
|
|
1820
2163
|
"names": [
|
|
1821
2164
|
"object"
|
|
1822
2165
|
]
|
|
1823
|
-
}
|
|
2166
|
+
},
|
|
2167
|
+
"tstype": [
|
|
2168
|
+
{
|
|
2169
|
+
"target": "Type",
|
|
2170
|
+
"value": "oj-c.AreaChart.MajorTick",
|
|
2171
|
+
"for": "majorTick",
|
|
2172
|
+
"jsdocOverride": true
|
|
2173
|
+
}
|
|
2174
|
+
]
|
|
1824
2175
|
},
|
|
1825
2176
|
{
|
|
1826
2177
|
"name": "minorTick",
|
|
@@ -1830,7 +2181,15 @@
|
|
|
1830
2181
|
"names": [
|
|
1831
2182
|
"object"
|
|
1832
2183
|
]
|
|
1833
|
-
}
|
|
2184
|
+
},
|
|
2185
|
+
"tstype": [
|
|
2186
|
+
{
|
|
2187
|
+
"target": "Type",
|
|
2188
|
+
"value": "oj-c.AreaChart.MinorTick",
|
|
2189
|
+
"for": "minorTick",
|
|
2190
|
+
"jsdocOverride": true
|
|
2191
|
+
}
|
|
2192
|
+
]
|
|
1834
2193
|
},
|
|
1835
2194
|
{
|
|
1836
2195
|
"name": "tickLabel",
|
|
@@ -1840,7 +2199,15 @@
|
|
|
1840
2199
|
"names": [
|
|
1841
2200
|
"object"
|
|
1842
2201
|
]
|
|
1843
|
-
}
|
|
2202
|
+
},
|
|
2203
|
+
"tstype": [
|
|
2204
|
+
{
|
|
2205
|
+
"target": "Type",
|
|
2206
|
+
"value": "oj-c.AreaChart.YAxisTickLabel",
|
|
2207
|
+
"for": "tickLabel",
|
|
2208
|
+
"jsdocOverride": true
|
|
2209
|
+
}
|
|
2210
|
+
]
|
|
1844
2211
|
},
|
|
1845
2212
|
{
|
|
1846
2213
|
"name": "viewportMin",
|
|
@@ -1927,7 +2294,121 @@
|
|
|
1927
2294
|
},
|
|
1928
2295
|
{
|
|
1929
2296
|
"name": "titleStyle",
|
|
1930
|
-
"description": "The object defining the css properties of the axis title.",
|
|
2297
|
+
"description": "The object defining the css properties of the axis title.\nThe following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.",
|
|
2298
|
+
"optional": true,
|
|
2299
|
+
"type": {
|
|
2300
|
+
"names": [
|
|
2301
|
+
"object"
|
|
2302
|
+
]
|
|
2303
|
+
}
|
|
2304
|
+
}
|
|
2305
|
+
]
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"memberof": "oj-c.AreaChart",
|
|
2309
|
+
"id": "oj-c.AreaChart.XAxisTickLabel",
|
|
2310
|
+
"name": "XAxisTickLabel",
|
|
2311
|
+
"kind": "typedef",
|
|
2312
|
+
"longname": "oj-c.AreaChart.XAxisTickLabel",
|
|
2313
|
+
"scope": "static",
|
|
2314
|
+
"description": "",
|
|
2315
|
+
"type": {
|
|
2316
|
+
"names": [
|
|
2317
|
+
"Object"
|
|
2318
|
+
]
|
|
2319
|
+
},
|
|
2320
|
+
"meta": {
|
|
2321
|
+
"filename": "area-chart.tsx",
|
|
2322
|
+
"path": "web/components/oj-c/area-chart"
|
|
2323
|
+
},
|
|
2324
|
+
"properties": [
|
|
2325
|
+
{
|
|
2326
|
+
"name": "converter",
|
|
2327
|
+
"description": "The converter used to format the tick label of the axis. When using a time axis, this attribute also takes an array of two converters, which apply respectively to the first and second label levels.",
|
|
2328
|
+
"optional": true,
|
|
2329
|
+
"type": {
|
|
2330
|
+
"names": [
|
|
2331
|
+
"object|"
|
|
2332
|
+
]
|
|
2333
|
+
},
|
|
2334
|
+
"tstype": [
|
|
2335
|
+
{
|
|
2336
|
+
"target": "Type",
|
|
2337
|
+
"value": "Converter<string>|undefined<Converter<string>, Converter<string>>",
|
|
2338
|
+
"for": "converter",
|
|
2339
|
+
"jsdocOverride": true
|
|
2340
|
+
}
|
|
2341
|
+
]
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"name": "rendered",
|
|
2345
|
+
"description": "Whether the tick labels are rendered or not.",
|
|
2346
|
+
"optional": true,
|
|
2347
|
+
"type": {
|
|
2348
|
+
"names": [
|
|
2349
|
+
"\"off\"",
|
|
2350
|
+
"\"on\""
|
|
2351
|
+
]
|
|
2352
|
+
},
|
|
2353
|
+
"ojvalues": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "on",
|
|
2356
|
+
"description": "Renders the axis tick label.",
|
|
2357
|
+
"displayName": "On",
|
|
2358
|
+
"type": {
|
|
2359
|
+
"names": [
|
|
2360
|
+
"string"
|
|
2361
|
+
]
|
|
2362
|
+
}
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "off",
|
|
2366
|
+
"description": "Axis tick labels won't be rendered.",
|
|
2367
|
+
"displayName": "Off",
|
|
2368
|
+
"type": {
|
|
2369
|
+
"names": [
|
|
2370
|
+
"string"
|
|
2371
|
+
]
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
]
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"name": "rotation",
|
|
2378
|
+
"description": "Defines whether the chart will automatically rotate the labels by 90 degrees in order to fit more labels on the axis.\nThe rotation will only be applied to categorical labels for a horizontal axis.",
|
|
2379
|
+
"optional": true,
|
|
2380
|
+
"type": {
|
|
2381
|
+
"names": [
|
|
2382
|
+
"\"auto\"",
|
|
2383
|
+
"\"none\""
|
|
2384
|
+
]
|
|
2385
|
+
},
|
|
2386
|
+
"ojvalues": [
|
|
2387
|
+
{
|
|
2388
|
+
"name": "none",
|
|
2389
|
+
"description": "The axis labels will not be rotated.",
|
|
2390
|
+
"displayName": "On",
|
|
2391
|
+
"type": {
|
|
2392
|
+
"names": [
|
|
2393
|
+
"string"
|
|
2394
|
+
]
|
|
2395
|
+
}
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"name": "off",
|
|
2399
|
+
"description": "The axis labels might be rotated in order to fit more labels.",
|
|
2400
|
+
"displayName": "auto",
|
|
2401
|
+
"type": {
|
|
2402
|
+
"names": [
|
|
2403
|
+
"string"
|
|
2404
|
+
]
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
]
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "style",
|
|
2411
|
+
"description": "The object defining the style of the labels. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration, whiteSpace.\nThe CSS white-space property can be defined with value \"nowrap\" to disable default text wrapping of categorical labels",
|
|
1931
2412
|
"optional": true,
|
|
1932
2413
|
"type": {
|
|
1933
2414
|
"names": [
|
|
@@ -1952,7 +2433,7 @@
|
|
|
1952
2433
|
},
|
|
1953
2434
|
"meta": {
|
|
1954
2435
|
"filename": "area-chart.tsx",
|
|
1955
|
-
"path": "
|
|
2436
|
+
"path": "web/components/oj-c/area-chart"
|
|
1956
2437
|
},
|
|
1957
2438
|
"properties": [
|
|
1958
2439
|
{
|
|
@@ -1963,7 +2444,15 @@
|
|
|
1963
2444
|
"names": [
|
|
1964
2445
|
"object"
|
|
1965
2446
|
]
|
|
1966
|
-
}
|
|
2447
|
+
},
|
|
2448
|
+
"tstype": [
|
|
2449
|
+
{
|
|
2450
|
+
"target": "Type",
|
|
2451
|
+
"value": "oj-c.AreaChart.MajorTick",
|
|
2452
|
+
"for": "majorTick",
|
|
2453
|
+
"jsdocOverride": true
|
|
2454
|
+
}
|
|
2455
|
+
]
|
|
1967
2456
|
},
|
|
1968
2457
|
{
|
|
1969
2458
|
"name": "minorTick",
|
|
@@ -1973,7 +2462,15 @@
|
|
|
1973
2462
|
"names": [
|
|
1974
2463
|
"object"
|
|
1975
2464
|
]
|
|
1976
|
-
}
|
|
2465
|
+
},
|
|
2466
|
+
"tstype": [
|
|
2467
|
+
{
|
|
2468
|
+
"target": "Type",
|
|
2469
|
+
"value": "oj-c.AreaChart.MinorTick",
|
|
2470
|
+
"for": "minorTick",
|
|
2471
|
+
"jsdocOverride": true
|
|
2472
|
+
}
|
|
2473
|
+
]
|
|
1977
2474
|
},
|
|
1978
2475
|
{
|
|
1979
2476
|
"name": "tickLabel",
|
|
@@ -1983,7 +2480,15 @@
|
|
|
1983
2480
|
"names": [
|
|
1984
2481
|
"object"
|
|
1985
2482
|
]
|
|
1986
|
-
}
|
|
2483
|
+
},
|
|
2484
|
+
"tstype": [
|
|
2485
|
+
{
|
|
2486
|
+
"target": "Type",
|
|
2487
|
+
"value": "oj-c.AreaChart.XAxisTickLabel",
|
|
2488
|
+
"for": "tickLabel",
|
|
2489
|
+
"jsdocOverride": true
|
|
2490
|
+
}
|
|
2491
|
+
]
|
|
1987
2492
|
},
|
|
1988
2493
|
{
|
|
1989
2494
|
"name": "viewportMin",
|
|
@@ -2026,19 +2531,89 @@
|
|
|
2026
2531
|
}
|
|
2027
2532
|
},
|
|
2028
2533
|
{
|
|
2029
|
-
"name": "scale",
|
|
2030
|
-
"description": "Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.",
|
|
2534
|
+
"name": "scale",
|
|
2535
|
+
"description": "Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.",
|
|
2536
|
+
"optional": true,
|
|
2537
|
+
"type": {
|
|
2538
|
+
"names": [
|
|
2539
|
+
"\"linear\"",
|
|
2540
|
+
"\"log\""
|
|
2541
|
+
]
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"name": "title",
|
|
2546
|
+
"description": "The title of the axis.",
|
|
2547
|
+
"optional": true,
|
|
2548
|
+
"type": {
|
|
2549
|
+
"names": [
|
|
2550
|
+
"string"
|
|
2551
|
+
]
|
|
2552
|
+
}
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"name": "titleStyle",
|
|
2556
|
+
"description": "The object defining the css properties of the axis title.",
|
|
2557
|
+
"optional": true,
|
|
2558
|
+
"type": {
|
|
2559
|
+
"names": [
|
|
2560
|
+
"object"
|
|
2561
|
+
]
|
|
2562
|
+
}
|
|
2563
|
+
}
|
|
2564
|
+
]
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"memberof": "oj-c.AreaChart",
|
|
2568
|
+
"id": "oj-c.AreaChart.PlotArea",
|
|
2569
|
+
"name": "PlotArea",
|
|
2570
|
+
"kind": "typedef",
|
|
2571
|
+
"longname": "oj-c.AreaChart.PlotArea",
|
|
2572
|
+
"scope": "static",
|
|
2573
|
+
"description": "",
|
|
2574
|
+
"type": {
|
|
2575
|
+
"names": [
|
|
2576
|
+
"Object"
|
|
2577
|
+
]
|
|
2578
|
+
},
|
|
2579
|
+
"meta": {
|
|
2580
|
+
"filename": "area-chart.tsx",
|
|
2581
|
+
"path": "web/components/oj-c/area-chart"
|
|
2582
|
+
},
|
|
2583
|
+
"properties": [
|
|
2584
|
+
{
|
|
2585
|
+
"name": "backgroundColor",
|
|
2586
|
+
"description": "The color of the plot area background.",
|
|
2031
2587
|
"optional": true,
|
|
2032
2588
|
"type": {
|
|
2033
2589
|
"names": [
|
|
2034
|
-
"
|
|
2035
|
-
"\"log\""
|
|
2590
|
+
"string"
|
|
2036
2591
|
]
|
|
2037
2592
|
}
|
|
2038
|
-
}
|
|
2593
|
+
}
|
|
2594
|
+
]
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"memberof": "oj-c.AreaChart",
|
|
2598
|
+
"id": "oj-c.AreaChart.TextValueFormat",
|
|
2599
|
+
"name": "TextValueFormat",
|
|
2600
|
+
"kind": "typedef",
|
|
2601
|
+
"longname": "oj-c.AreaChart.TextValueFormat",
|
|
2602
|
+
"scope": "static",
|
|
2603
|
+
"description": "",
|
|
2604
|
+
"type": {
|
|
2605
|
+
"names": [
|
|
2606
|
+
"Object"
|
|
2607
|
+
]
|
|
2608
|
+
},
|
|
2609
|
+
"meta": {
|
|
2610
|
+
"filename": "area-chart.tsx",
|
|
2611
|
+
"path": "web/components/oj-c/area-chart"
|
|
2612
|
+
},
|
|
2613
|
+
"properties": [
|
|
2039
2614
|
{
|
|
2040
|
-
"name": "
|
|
2041
|
-
"description": "
|
|
2615
|
+
"name": "tooltipLabel",
|
|
2616
|
+
"description": "A string representing the label that is displayed before the value in the tooltip.\nThis value can also take an array of strings to be applied to hierarchical group names, from outermost to innermost.",
|
|
2042
2617
|
"optional": true,
|
|
2043
2618
|
"type": {
|
|
2044
2619
|
"names": [
|
|
@@ -2047,23 +2622,46 @@
|
|
|
2047
2622
|
}
|
|
2048
2623
|
},
|
|
2049
2624
|
{
|
|
2050
|
-
"name": "
|
|
2051
|
-
"description": "
|
|
2625
|
+
"name": "tooltipDisplay",
|
|
2626
|
+
"description": "Whether the value is displayed in the tooltip.",
|
|
2052
2627
|
"optional": true,
|
|
2053
2628
|
"type": {
|
|
2054
2629
|
"names": [
|
|
2055
|
-
"
|
|
2630
|
+
"\"auto\"",
|
|
2631
|
+
"\"off\""
|
|
2056
2632
|
]
|
|
2057
|
-
}
|
|
2633
|
+
},
|
|
2634
|
+
"ojvalues": [
|
|
2635
|
+
{
|
|
2636
|
+
"name": "off",
|
|
2637
|
+
"description": "The property will not be displayed in tooltip.",
|
|
2638
|
+
"displayName": "Off",
|
|
2639
|
+
"type": {
|
|
2640
|
+
"names": [
|
|
2641
|
+
"string"
|
|
2642
|
+
]
|
|
2643
|
+
}
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "on",
|
|
2647
|
+
"description": "The property will be displayed in tooltip.",
|
|
2648
|
+
"displayName": "On",
|
|
2649
|
+
"type": {
|
|
2650
|
+
"names": [
|
|
2651
|
+
"string"
|
|
2652
|
+
]
|
|
2653
|
+
}
|
|
2654
|
+
}
|
|
2655
|
+
]
|
|
2058
2656
|
}
|
|
2059
2657
|
]
|
|
2060
2658
|
},
|
|
2061
2659
|
{
|
|
2062
2660
|
"memberof": "oj-c.AreaChart",
|
|
2063
|
-
"id": "oj-c.AreaChart.
|
|
2064
|
-
"name": "
|
|
2661
|
+
"id": "oj-c.AreaChart.NumericalValueFormat",
|
|
2662
|
+
"name": "NumericalValueFormat",
|
|
2065
2663
|
"kind": "typedef",
|
|
2066
|
-
"longname": "oj-c.AreaChart.
|
|
2664
|
+
"longname": "oj-c.AreaChart.NumericalValueFormat",
|
|
2067
2665
|
"scope": "static",
|
|
2068
2666
|
"description": "",
|
|
2069
2667
|
"type": {
|
|
@@ -2073,18 +2671,61 @@
|
|
|
2073
2671
|
},
|
|
2074
2672
|
"meta": {
|
|
2075
2673
|
"filename": "area-chart.tsx",
|
|
2076
|
-
"path": "
|
|
2674
|
+
"path": "web/components/oj-c/area-chart"
|
|
2077
2675
|
},
|
|
2078
2676
|
"properties": [
|
|
2079
2677
|
{
|
|
2080
|
-
"name": "
|
|
2081
|
-
"description": "The
|
|
2678
|
+
"name": "converter",
|
|
2679
|
+
"description": "The converter to format the numerical value for the tooltip.",
|
|
2680
|
+
"optional": false,
|
|
2681
|
+
"type": {
|
|
2682
|
+
"names": [
|
|
2683
|
+
"object"
|
|
2684
|
+
]
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"name": "tooltipLabel",
|
|
2689
|
+
"description": "A string representing the label that is displayed before the value in the tooltip.\nThis value can also take an array of strings to be applied to hierarchical group names, from outermost to innermost.",
|
|
2082
2690
|
"optional": true,
|
|
2083
2691
|
"type": {
|
|
2084
2692
|
"names": [
|
|
2085
2693
|
"string"
|
|
2086
2694
|
]
|
|
2087
2695
|
}
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"name": "tooltipDisplay",
|
|
2699
|
+
"description": "Whether the value is displayed in the tooltip.",
|
|
2700
|
+
"optional": true,
|
|
2701
|
+
"type": {
|
|
2702
|
+
"names": [
|
|
2703
|
+
"\"auto\"",
|
|
2704
|
+
"\"off\""
|
|
2705
|
+
]
|
|
2706
|
+
},
|
|
2707
|
+
"ojvalues": [
|
|
2708
|
+
{
|
|
2709
|
+
"name": "off",
|
|
2710
|
+
"description": "The property will not be displayed in tooltip.",
|
|
2711
|
+
"displayName": "Off",
|
|
2712
|
+
"type": {
|
|
2713
|
+
"names": [
|
|
2714
|
+
"string"
|
|
2715
|
+
]
|
|
2716
|
+
}
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "on",
|
|
2720
|
+
"description": "The property will be displayed in tooltip.",
|
|
2721
|
+
"displayName": "On",
|
|
2722
|
+
"type": {
|
|
2723
|
+
"names": [
|
|
2724
|
+
"string"
|
|
2725
|
+
]
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
2728
|
+
]
|
|
2088
2729
|
}
|
|
2089
2730
|
]
|
|
2090
2731
|
},
|
|
@@ -2103,7 +2744,7 @@
|
|
|
2103
2744
|
},
|
|
2104
2745
|
"meta": {
|
|
2105
2746
|
"filename": "area-chart.tsx",
|
|
2106
|
-
"path": "
|
|
2747
|
+
"path": "web/components/oj-c/area-chart"
|
|
2107
2748
|
},
|
|
2108
2749
|
"properties": [
|
|
2109
2750
|
{
|
|
@@ -2114,7 +2755,15 @@
|
|
|
2114
2755
|
"names": [
|
|
2115
2756
|
"object"
|
|
2116
2757
|
]
|
|
2117
|
-
}
|
|
2758
|
+
},
|
|
2759
|
+
"tstype": [
|
|
2760
|
+
{
|
|
2761
|
+
"target": "Type",
|
|
2762
|
+
"value": "oj-c.AreaChart.TextValueFormat",
|
|
2763
|
+
"for": "group",
|
|
2764
|
+
"jsdocOverride": true
|
|
2765
|
+
}
|
|
2766
|
+
]
|
|
2118
2767
|
},
|
|
2119
2768
|
{
|
|
2120
2769
|
"name": "series",
|
|
@@ -2124,7 +2773,15 @@
|
|
|
2124
2773
|
"names": [
|
|
2125
2774
|
"object"
|
|
2126
2775
|
]
|
|
2127
|
-
}
|
|
2776
|
+
},
|
|
2777
|
+
"tstype": [
|
|
2778
|
+
{
|
|
2779
|
+
"target": "Type",
|
|
2780
|
+
"value": "oj-c.AreaChart.TextValueFormat",
|
|
2781
|
+
"for": "series",
|
|
2782
|
+
"jsdocOverride": true
|
|
2783
|
+
}
|
|
2784
|
+
]
|
|
2128
2785
|
},
|
|
2129
2786
|
{
|
|
2130
2787
|
"name": "value",
|
|
@@ -2134,7 +2791,15 @@
|
|
|
2134
2791
|
"names": [
|
|
2135
2792
|
"object"
|
|
2136
2793
|
]
|
|
2137
|
-
}
|
|
2794
|
+
},
|
|
2795
|
+
"tstype": [
|
|
2796
|
+
{
|
|
2797
|
+
"target": "Type",
|
|
2798
|
+
"value": "oj-c.AreaChart.NumericalValueFormat",
|
|
2799
|
+
"for": "value",
|
|
2800
|
+
"jsdocOverride": true
|
|
2801
|
+
}
|
|
2802
|
+
]
|
|
2138
2803
|
}
|
|
2139
2804
|
]
|
|
2140
2805
|
},
|
|
@@ -2153,7 +2818,7 @@
|
|
|
2153
2818
|
},
|
|
2154
2819
|
"meta": {
|
|
2155
2820
|
"filename": "area-chart.tsx",
|
|
2156
|
-
"path": "
|
|
2821
|
+
"path": "web/components/oj-c/area-chart"
|
|
2157
2822
|
},
|
|
2158
2823
|
"properties": [
|
|
2159
2824
|
{
|
|
@@ -2228,10 +2893,10 @@
|
|
|
2228
2893
|
},
|
|
2229
2894
|
{
|
|
2230
2895
|
"memberof": "oj-c.AreaChart",
|
|
2231
|
-
"id": "oj-c.AreaChart.
|
|
2232
|
-
"name": "
|
|
2896
|
+
"id": "oj-c.AreaChart.AreaChartSeries",
|
|
2897
|
+
"name": "AreaChartSeries",
|
|
2233
2898
|
"kind": "typedef",
|
|
2234
|
-
"longname": "oj-c.AreaChart.
|
|
2899
|
+
"longname": "oj-c.AreaChart.AreaChartSeries",
|
|
2235
2900
|
"scope": "static",
|
|
2236
2901
|
"description": "",
|
|
2237
2902
|
"tsgenerictype": {
|
|
@@ -2246,7 +2911,7 @@
|
|
|
2246
2911
|
},
|
|
2247
2912
|
"meta": {
|
|
2248
2913
|
"filename": "area-chart.tsx",
|
|
2249
|
-
"path": "
|
|
2914
|
+
"path": "web/components/oj-c/area-chart"
|
|
2250
2915
|
},
|
|
2251
2916
|
"properties": [
|
|
2252
2917
|
{
|
|
@@ -2257,138 +2922,12 @@
|
|
|
2257
2922
|
"Array<object>"
|
|
2258
2923
|
]
|
|
2259
2924
|
},
|
|
2260
|
-
"
|
|
2261
|
-
{
|
|
2262
|
-
"name": "id",
|
|
2263
|
-
"description": "The item id should be set by the application if the DataProvider is not being used. The row key will be used as id in the DataProvider case.",
|
|
2264
|
-
"optional": false,
|
|
2265
|
-
"type": {
|
|
2266
|
-
"names": [
|
|
2267
|
-
"any"
|
|
2268
|
-
]
|
|
2269
|
-
}
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"name": "seriesId",
|
|
2273
|
-
"description": "The id for the series the item belongs to.",
|
|
2274
|
-
"optional": false,
|
|
2275
|
-
"type": {
|
|
2276
|
-
"names": [
|
|
2277
|
-
"string"
|
|
2278
|
-
]
|
|
2279
|
-
}
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "groupId",
|
|
2283
|
-
"description": "The array of ids for the groups the item belongs to. For hierarchical groups, it will be an array of outermost to innermost group ids. This is also used to specify the date for non mixed frequency time axes. The specified date for non mixed frequency time axes must be an ISO string.",
|
|
2284
|
-
"optional": false,
|
|
2285
|
-
"type": {
|
|
2286
|
-
"names": [
|
|
2287
|
-
"Array<string>"
|
|
2288
|
-
]
|
|
2289
|
-
}
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"name": "value",
|
|
2293
|
-
"description": "The value for this data item. Null can be specified to skip a data point.",
|
|
2294
|
-
"optional": false,
|
|
2295
|
-
"type": {
|
|
2296
|
-
"names": [
|
|
2297
|
-
"number"
|
|
2298
|
-
]
|
|
2299
|
-
}
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
"name": "x",
|
|
2303
|
-
"description": "The x value. Mainly used to specify the date for mixed-frequency time axis. The date specified in the x value must be an ISO date string.",
|
|
2304
|
-
"optional": true,
|
|
2305
|
-
"type": {
|
|
2306
|
-
"names": [
|
|
2307
|
-
"string"
|
|
2308
|
-
]
|
|
2309
|
-
}
|
|
2310
|
-
},
|
|
2311
|
-
{
|
|
2312
|
-
"name": "color",
|
|
2313
|
-
"description": "The color of the data item. This color value is not inherited by chart legend. See chart <a href=\"oj.ojChartSeries.html#color\">series color</a> and <a href=\"oj.ojChartSeries.html#displayInLegend\">display-in-legend</a> for more details.",
|
|
2314
|
-
"optional": true,
|
|
2315
|
-
"type": {
|
|
2316
|
-
"names": [
|
|
2317
|
-
"string"
|
|
2318
|
-
]
|
|
2319
|
-
}
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"name": "markerDisplayed",
|
|
2323
|
-
"description": "Defines whether the data marker is displayed. Only applies to line, area, scatter, and bubble series. If auto, the markers will be displayed whenever the data points are not connected by a line.",
|
|
2324
|
-
"optional": true,
|
|
2325
|
-
"type": {
|
|
2326
|
-
"names": [
|
|
2327
|
-
"\"auto\"",
|
|
2328
|
-
"\"off\"",
|
|
2329
|
-
"\"on\""
|
|
2330
|
-
]
|
|
2331
|
-
}
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"name": "markerShape",
|
|
2335
|
-
"description": "The shape of the data markers. Only applies to line, area, scatter, and bubble series. In addition to the built-in shapes, it may also take SVG path commands to specify a custom shape. The chart will style the custom shapes the same way as built-in shapes, supporting properties like color and borderColor and applying hover and selection effects. Only 'auto' is supported for range series.",
|
|
2336
|
-
"optional": true,
|
|
2337
|
-
"type": {
|
|
2338
|
-
"names": [
|
|
2339
|
-
"\"auto\"",
|
|
2340
|
-
"\"square\"",
|
|
2341
|
-
"\"circle\"",
|
|
2342
|
-
"\"diamond\"",
|
|
2343
|
-
"\"human\"",
|
|
2344
|
-
"\"plus\"",
|
|
2345
|
-
"\"star\"",
|
|
2346
|
-
"\"triangleDown\"",
|
|
2347
|
-
"\"triangleUp\""
|
|
2348
|
-
]
|
|
2349
|
-
}
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"name": "markerSize",
|
|
2353
|
-
"description": "The size of the data markers. Only applies to line, area, and scatter series. Does not apply to bubble charts, which calculate marker size based on the z values.",
|
|
2354
|
-
"optional": true,
|
|
2355
|
-
"type": {
|
|
2356
|
-
"names": [
|
|
2357
|
-
"number"
|
|
2358
|
-
]
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
{
|
|
2362
|
-
"name": "categories",
|
|
2363
|
-
"description": "An optional array of category strings corresponding to this data item. This enables highlighting and filtering of individual data items through interactions with the legend or other visualization elements. If not defined, series categories are used.",
|
|
2364
|
-
"optional": true,
|
|
2365
|
-
"type": {
|
|
2366
|
-
"names": [
|
|
2367
|
-
"Array<string>"
|
|
2368
|
-
]
|
|
2369
|
-
}
|
|
2370
|
-
},
|
|
2371
|
-
{
|
|
2372
|
-
"name": "drilling",
|
|
2373
|
-
"description": "Whether drilling is enabled for the data item. Drillable objects will show a pointer cursor on hover and fire an <code class=\"prettyprint\">ojDrill</code> event on click (double click if selection is enabled). To enable drilling for all data items at once, use the drilling attribute in the top level.",
|
|
2374
|
-
"optional": true,
|
|
2375
|
-
"type": {
|
|
2376
|
-
"names": [
|
|
2377
|
-
"\"inherit\"",
|
|
2378
|
-
"\"off\"",
|
|
2379
|
-
"\"on\""
|
|
2380
|
-
]
|
|
2381
|
-
}
|
|
2382
|
-
},
|
|
2925
|
+
"tstype": [
|
|
2383
2926
|
{
|
|
2384
|
-
"
|
|
2385
|
-
"
|
|
2386
|
-
"
|
|
2387
|
-
"
|
|
2388
|
-
"names": [
|
|
2389
|
-
"string"
|
|
2390
|
-
]
|
|
2391
|
-
}
|
|
2927
|
+
"target": "Type",
|
|
2928
|
+
"value": "Array<oj-c.AreaChart.AreaItem>",
|
|
2929
|
+
"for": "items",
|
|
2930
|
+
"jsdocOverride": true
|
|
2392
2931
|
}
|
|
2393
2932
|
]
|
|
2394
2933
|
},
|
|
@@ -2520,7 +3059,7 @@
|
|
|
2520
3059
|
},
|
|
2521
3060
|
"meta": {
|
|
2522
3061
|
"filename": "area-chart.tsx",
|
|
2523
|
-
"path": "
|
|
3062
|
+
"path": "web/components/oj-c/area-chart"
|
|
2524
3063
|
},
|
|
2525
3064
|
"properties": [
|
|
2526
3065
|
{
|
|
@@ -2566,60 +3105,5 @@
|
|
|
2566
3105
|
}
|
|
2567
3106
|
}
|
|
2568
3107
|
]
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"memberof": "oj-c.AreaChart",
|
|
2572
|
-
"id": "oj-c.AreaChart.ChartItemTemplateContext",
|
|
2573
|
-
"name": "ChartItemTemplateContext",
|
|
2574
|
-
"kind": "typedef",
|
|
2575
|
-
"longname": "oj-c.AreaChart.ChartItemTemplateContext",
|
|
2576
|
-
"scope": "static",
|
|
2577
|
-
"description": "",
|
|
2578
|
-
"tsgenerictype": {
|
|
2579
|
-
"target": "Type",
|
|
2580
|
-
"value": "<K,D>",
|
|
2581
|
-
"for": "genericTypeParameters"
|
|
2582
|
-
},
|
|
2583
|
-
"type": {
|
|
2584
|
-
"names": [
|
|
2585
|
-
"Object"
|
|
2586
|
-
]
|
|
2587
|
-
},
|
|
2588
|
-
"meta": {
|
|
2589
|
-
"filename": "area-chart.tsx",
|
|
2590
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.4/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
2591
|
-
},
|
|
2592
|
-
"properties": [
|
|
2593
|
-
{
|
|
2594
|
-
"name": "data",
|
|
2595
|
-
"description": "The data object of the current item.",
|
|
2596
|
-
"optional": false,
|
|
2597
|
-
"type": {
|
|
2598
|
-
"names": [
|
|
2599
|
-
"any"
|
|
2600
|
-
]
|
|
2601
|
-
}
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"name": "key",
|
|
2605
|
-
"description": "The key of the current item.",
|
|
2606
|
-
"optional": false,
|
|
2607
|
-
"type": {
|
|
2608
|
-
"names": [
|
|
2609
|
-
"any"
|
|
2610
|
-
]
|
|
2611
|
-
}
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"name": "index",
|
|
2615
|
-
"description": "The zero-based index of the current item.",
|
|
2616
|
-
"optional": false,
|
|
2617
|
-
"type": {
|
|
2618
|
-
"names": [
|
|
2619
|
-
"number"
|
|
2620
|
-
]
|
|
2621
|
-
}
|
|
2622
|
-
}
|
|
2623
|
-
]
|
|
2624
3108
|
}
|
|
2625
3109
|
]
|