@oracle/oraclejet-core-pack 16.1.3 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/LineChart.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": "line-chart.tsx",
|
|
33
|
-
"path": "
|
|
39
|
+
"path": "web/components/oj-c/line-chart"
|
|
34
40
|
},
|
|
35
41
|
"ojmodule": "line-chart"
|
|
36
42
|
},
|
|
@@ -45,7 +51,7 @@
|
|
|
45
51
|
"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.",
|
|
46
52
|
"meta": {
|
|
47
53
|
"filename": "line-chart.tsx",
|
|
48
|
-
"path": "
|
|
54
|
+
"path": "web/components/oj-c/line-chart"
|
|
49
55
|
},
|
|
50
56
|
"type": {
|
|
51
57
|
"names": [
|
|
@@ -71,7 +77,7 @@
|
|
|
71
77
|
"description": "Defines whether the data items are stacked.",
|
|
72
78
|
"meta": {
|
|
73
79
|
"filename": "line-chart.tsx",
|
|
74
|
-
"path": "
|
|
80
|
+
"path": "web/components/oj-c/line-chart"
|
|
75
81
|
},
|
|
76
82
|
"ojvalues": [
|
|
77
83
|
{
|
|
@@ -114,7 +120,7 @@
|
|
|
114
120
|
"description": "Whether drilling is enabled. 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). Use \"on\" to enable drilling for all series objects (legend items), group objects (x-axis labels), and data items. Use \"seriesOnly\" or \"groupsOnly\" to enable drilling for series objects or group objects only. To enable or disable drilling on individual series, group, or data item, use the drilling attribute in each series, group, or data item.",
|
|
115
121
|
"meta": {
|
|
116
122
|
"filename": "line-chart.tsx",
|
|
117
|
-
"path": "
|
|
123
|
+
"path": "web/components/oj-c/line-chart"
|
|
118
124
|
},
|
|
119
125
|
"ojvalues": [
|
|
120
126
|
{
|
|
@@ -179,7 +185,7 @@
|
|
|
179
185
|
"description": "The orientation of the chart.",
|
|
180
186
|
"meta": {
|
|
181
187
|
"filename": "line-chart.tsx",
|
|
182
|
-
"path": "
|
|
188
|
+
"path": "web/components/oj-c/line-chart"
|
|
183
189
|
},
|
|
184
190
|
"ojvalues": [
|
|
185
191
|
{
|
|
@@ -222,7 +228,7 @@
|
|
|
222
228
|
"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.LineChartItem.html\">oj-c-line-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.LineChartItem.html\">oj-c-line-chart-item</a> element. In this case stacking is not supported.\nThe time values provided must be an ISO date string.",
|
|
223
229
|
"meta": {
|
|
224
230
|
"filename": "line-chart.tsx",
|
|
225
|
-
"path": "
|
|
231
|
+
"path": "web/components/oj-c/line-chart"
|
|
226
232
|
},
|
|
227
233
|
"type": {
|
|
228
234
|
"names": [
|
|
@@ -243,7 +249,7 @@
|
|
|
243
249
|
"description": "The yAxis options for the chart.",
|
|
244
250
|
"meta": {
|
|
245
251
|
"filename": "line-chart.tsx",
|
|
246
|
-
"path": "
|
|
252
|
+
"path": "web/components/oj-c/line-chart"
|
|
247
253
|
},
|
|
248
254
|
"type": {
|
|
249
255
|
"names": [
|
|
@@ -269,7 +275,7 @@
|
|
|
269
275
|
"description": "The xAxis options for the chart.",
|
|
270
276
|
"meta": {
|
|
271
277
|
"filename": "line-chart.tsx",
|
|
272
|
-
"path": "
|
|
278
|
+
"path": "web/components/oj-c/line-chart"
|
|
273
279
|
},
|
|
274
280
|
"type": {
|
|
275
281
|
"names": [
|
|
@@ -295,7 +301,7 @@
|
|
|
295
301
|
"description": "The plot area of the chart.",
|
|
296
302
|
"meta": {
|
|
297
303
|
"filename": "line-chart.tsx",
|
|
298
|
-
"path": "
|
|
304
|
+
"path": "web/components/oj-c/line-chart"
|
|
299
305
|
},
|
|
300
306
|
"type": {
|
|
301
307
|
"names": [
|
|
@@ -321,7 +327,7 @@
|
|
|
321
327
|
"description": "The zoom and scroll behavior.",
|
|
322
328
|
"meta": {
|
|
323
329
|
"filename": "line-chart.tsx",
|
|
324
|
-
"path": "
|
|
330
|
+
"path": "web/components/oj-c/line-chart"
|
|
325
331
|
},
|
|
326
332
|
"type": {
|
|
327
333
|
"names": [
|
|
@@ -341,7 +347,7 @@
|
|
|
341
347
|
"description": "An object specifying value formatting and tooltip behavior, whose keys generally correspond to the attribute names on the data items.",
|
|
342
348
|
"meta": {
|
|
343
349
|
"filename": "line-chart.tsx",
|
|
344
|
-
"path": "
|
|
350
|
+
"path": "web/components/oj-c/line-chart"
|
|
345
351
|
},
|
|
346
352
|
"type": {
|
|
347
353
|
"names": [
|
|
@@ -367,7 +373,7 @@
|
|
|
367
373
|
"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.",
|
|
368
374
|
"meta": {
|
|
369
375
|
"filename": "line-chart.tsx",
|
|
370
|
-
"path": "
|
|
376
|
+
"path": "web/components/oj-c/line-chart"
|
|
371
377
|
},
|
|
372
378
|
"type": {
|
|
373
379
|
"names": [
|
|
@@ -390,10 +396,10 @@
|
|
|
390
396
|
"longname": "oj-c.LineChart#data",
|
|
391
397
|
"optional": true,
|
|
392
398
|
"scope": "instance",
|
|
393
|
-
"description": "Specifies the DataProvider for the sections and items of the line-chart.",
|
|
399
|
+
"description": "Specifies the DataProvider for the sections and items of the line-chart.\nA progressive loading indicator is shown by the component when the data provider fetch takes longer than a certain time.",
|
|
394
400
|
"meta": {
|
|
395
401
|
"filename": "line-chart.tsx",
|
|
396
|
-
"path": "
|
|
402
|
+
"path": "web/components/oj-c/line-chart"
|
|
397
403
|
},
|
|
398
404
|
"type": {
|
|
399
405
|
"names": [
|
|
@@ -419,7 +425,7 @@
|
|
|
419
425
|
"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.",
|
|
420
426
|
"meta": {
|
|
421
427
|
"filename": "line-chart.tsx",
|
|
422
|
-
"path": "
|
|
428
|
+
"path": "web/components/oj-c/line-chart"
|
|
423
429
|
},
|
|
424
430
|
"ojvalues": [
|
|
425
431
|
{
|
|
@@ -474,7 +480,7 @@
|
|
|
474
480
|
"description": "An array containing the ids of the initially selected data items.",
|
|
475
481
|
"meta": {
|
|
476
482
|
"filename": "line-chart.tsx",
|
|
477
|
-
"path": "
|
|
483
|
+
"path": "web/components/oj-c/line-chart"
|
|
478
484
|
},
|
|
479
485
|
"defaultvalue": "[]",
|
|
480
486
|
"type": {
|
|
@@ -490,6 +496,29 @@
|
|
|
490
496
|
}
|
|
491
497
|
]
|
|
492
498
|
},
|
|
499
|
+
{
|
|
500
|
+
"memberof": "oj-c.LineChart",
|
|
501
|
+
"id": "oj-c.LineChart#dragMode",
|
|
502
|
+
"name": "dragMode",
|
|
503
|
+
"kind": "member",
|
|
504
|
+
"longname": "oj-c.LineChart#dragMode",
|
|
505
|
+
"optional": true,
|
|
506
|
+
"scope": "instance",
|
|
507
|
+
"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.",
|
|
508
|
+
"meta": {
|
|
509
|
+
"filename": "line-chart.tsx",
|
|
510
|
+
"path": "web/components/oj-c/line-chart"
|
|
511
|
+
},
|
|
512
|
+
"type": {
|
|
513
|
+
"names": [
|
|
514
|
+
"\"pan\"",
|
|
515
|
+
"\"select\"",
|
|
516
|
+
"\"off\"",
|
|
517
|
+
"\"user\"",
|
|
518
|
+
"\"zoom\""
|
|
519
|
+
]
|
|
520
|
+
}
|
|
521
|
+
},
|
|
493
522
|
{
|
|
494
523
|
"memberof": "oj-c.LineChart",
|
|
495
524
|
"id": "oj-c.LineChart#hiddenCategories",
|
|
@@ -502,21 +531,14 @@
|
|
|
502
531
|
"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.",
|
|
503
532
|
"meta": {
|
|
504
533
|
"filename": "line-chart.tsx",
|
|
505
|
-
"path": "
|
|
534
|
+
"path": "web/components/oj-c/line-chart"
|
|
506
535
|
},
|
|
507
536
|
"defaultvalue": "[]",
|
|
508
537
|
"type": {
|
|
509
538
|
"names": [
|
|
510
539
|
"Array<string>"
|
|
511
540
|
]
|
|
512
|
-
}
|
|
513
|
-
"tstype": [
|
|
514
|
-
{
|
|
515
|
-
"target": "Type",
|
|
516
|
-
"value": "Array<string>",
|
|
517
|
-
"jsdocOverride": true
|
|
518
|
-
}
|
|
519
|
-
]
|
|
541
|
+
}
|
|
520
542
|
},
|
|
521
543
|
{
|
|
522
544
|
"memberof": "oj-c.LineChart",
|
|
@@ -530,21 +552,14 @@
|
|
|
530
552
|
"description": "An array of category strings used for highlighting. Series or data items matching categories in this array will be highlighted.",
|
|
531
553
|
"meta": {
|
|
532
554
|
"filename": "line-chart.tsx",
|
|
533
|
-
"path": "
|
|
555
|
+
"path": "web/components/oj-c/line-chart"
|
|
534
556
|
},
|
|
535
557
|
"defaultvalue": "[]",
|
|
536
558
|
"type": {
|
|
537
559
|
"names": [
|
|
538
560
|
"Array<string>"
|
|
539
561
|
]
|
|
540
|
-
}
|
|
541
|
-
"tstype": [
|
|
542
|
-
{
|
|
543
|
-
"target": "Type",
|
|
544
|
-
"value": "Array<string>",
|
|
545
|
-
"jsdocOverride": true
|
|
546
|
-
}
|
|
547
|
-
]
|
|
562
|
+
}
|
|
548
563
|
},
|
|
549
564
|
{
|
|
550
565
|
"memberof": "oj-c.LineChart",
|
|
@@ -557,7 +572,7 @@
|
|
|
557
572
|
"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.",
|
|
558
573
|
"meta": {
|
|
559
574
|
"filename": "line-chart.tsx",
|
|
560
|
-
"path": "
|
|
575
|
+
"path": "web/components/oj-c/line-chart"
|
|
561
576
|
},
|
|
562
577
|
"ojvalues": [
|
|
563
578
|
{
|
|
@@ -611,7 +626,7 @@
|
|
|
611
626
|
"description": "Defines the behavior applied when hovering over data items.",
|
|
612
627
|
"meta": {
|
|
613
628
|
"filename": "line-chart.tsx",
|
|
614
|
-
"path": "
|
|
629
|
+
"path": "web/components/oj-c/line-chart"
|
|
615
630
|
},
|
|
616
631
|
"ojvalues": [
|
|
617
632
|
{
|
|
@@ -654,7 +669,7 @@
|
|
|
654
669
|
"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.",
|
|
655
670
|
"meta": {
|
|
656
671
|
"filename": "line-chart.tsx",
|
|
657
|
-
"path": "
|
|
672
|
+
"path": "web/components/oj-c/line-chart"
|
|
658
673
|
},
|
|
659
674
|
"ojvalues": [
|
|
660
675
|
{
|
|
@@ -697,7 +712,7 @@
|
|
|
697
712
|
"description": "An object defining the style, positioning, and behavior of the legend.",
|
|
698
713
|
"meta": {
|
|
699
714
|
"filename": "line-chart.tsx",
|
|
700
|
-
"path": "
|
|
715
|
+
"path": "web/components/oj-c/line-chart"
|
|
701
716
|
},
|
|
702
717
|
"type": {
|
|
703
718
|
"names": [
|
|
@@ -721,7 +736,7 @@
|
|
|
721
736
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
722
737
|
"meta": {
|
|
723
738
|
"filename": "line-chart.tsx",
|
|
724
|
-
"path": "
|
|
739
|
+
"path": "web/components/oj-c/line-chart"
|
|
725
740
|
},
|
|
726
741
|
"scope": "instance",
|
|
727
742
|
"params": [
|
|
@@ -755,7 +770,7 @@
|
|
|
755
770
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
756
771
|
"meta": {
|
|
757
772
|
"filename": "line-chart.tsx",
|
|
758
|
-
"path": "
|
|
773
|
+
"path": "web/components/oj-c/line-chart"
|
|
759
774
|
},
|
|
760
775
|
"scope": "instance",
|
|
761
776
|
"params": [
|
|
@@ -784,7 +799,7 @@
|
|
|
784
799
|
"description": "Performs a batch set of properties.",
|
|
785
800
|
"meta": {
|
|
786
801
|
"filename": "line-chart.tsx",
|
|
787
|
-
"path": "
|
|
802
|
+
"path": "web/components/oj-c/line-chart"
|
|
788
803
|
},
|
|
789
804
|
"scope": "instance",
|
|
790
805
|
"params": [
|
|
@@ -813,7 +828,7 @@
|
|
|
813
828
|
"description": "Triggered on a chart item (double click if selection is enabled, single click otherwise).",
|
|
814
829
|
"meta": {
|
|
815
830
|
"filename": "line-chart.tsx",
|
|
816
|
-
"path": "
|
|
831
|
+
"path": "web/components/oj-c/line-chart"
|
|
817
832
|
},
|
|
818
833
|
"scope": "instance",
|
|
819
834
|
"properties": [
|
|
@@ -954,7 +969,7 @@
|
|
|
954
969
|
"description": "Triggered on a chart series drill gesture (double click if selection is enabled, single click otherwise).",
|
|
955
970
|
"meta": {
|
|
956
971
|
"filename": "line-chart.tsx",
|
|
957
|
-
"path": "
|
|
972
|
+
"path": "web/components/oj-c/line-chart"
|
|
958
973
|
},
|
|
959
974
|
"scope": "instance",
|
|
960
975
|
"properties": [
|
|
@@ -1041,7 +1056,7 @@
|
|
|
1041
1056
|
"description": "Triggered on a chart group drill gesture (double click if selection is enabled, single click otherwise).",
|
|
1042
1057
|
"meta": {
|
|
1043
1058
|
"filename": "line-chart.tsx",
|
|
1044
|
-
"path": "
|
|
1059
|
+
"path": "web/components/oj-c/line-chart"
|
|
1045
1060
|
},
|
|
1046
1061
|
"scope": "instance",
|
|
1047
1062
|
"properties": [
|
|
@@ -1128,7 +1143,7 @@
|
|
|
1128
1143
|
"description": "Triggered after the viewport is changed due to a zoom or scroll operation.",
|
|
1129
1144
|
"meta": {
|
|
1130
1145
|
"filename": "line-chart.tsx",
|
|
1131
|
-
"path": "
|
|
1146
|
+
"path": "web/components/oj-c/line-chart"
|
|
1132
1147
|
},
|
|
1133
1148
|
"scope": "instance",
|
|
1134
1149
|
"properties": [
|
|
@@ -1200,10 +1215,10 @@
|
|
|
1200
1215
|
"name": "itemTemplate",
|
|
1201
1216
|
"kind": "member",
|
|
1202
1217
|
"longname": "oj-c.LineChart#itemTemplate",
|
|
1203
|
-
"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-line-chart-item> element. See the <a target=\"_blank\" href=\"oj-c.LineChartItem.html\">oj-c-line-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>",
|
|
1218
|
+
"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-line-chart-item> element. See the <a target=\"_blank\" href=\"oj-c.LineChartItem.html\">oj-c-line-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>",
|
|
1204
1219
|
"meta": {
|
|
1205
1220
|
"filename": "line-chart.tsx",
|
|
1206
|
-
"path": "
|
|
1221
|
+
"path": "web/components/oj-c/line-chart"
|
|
1207
1222
|
},
|
|
1208
1223
|
"scope": "instance",
|
|
1209
1224
|
"ojchild": false,
|
|
@@ -1263,10 +1278,10 @@
|
|
|
1263
1278
|
"name": "seriesTemplate",
|
|
1264
1279
|
"kind": "member",
|
|
1265
1280
|
"longname": "oj-c.LineChart#seriesTemplate",
|
|
1266
|
-
"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-line-chart-series> element.See the <a target=\"_blank\" href=\"oj-c.LineChartSeries.html\">oj-c-line-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>",
|
|
1281
|
+
"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-line-chart-series> element.See the <a target=\"_blank\" href=\"oj-c.LineChartSeries.html\">oj-c-line-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>",
|
|
1267
1282
|
"meta": {
|
|
1268
1283
|
"filename": "line-chart.tsx",
|
|
1269
|
-
"path": "
|
|
1284
|
+
"path": "web/components/oj-c/line-chart"
|
|
1270
1285
|
},
|
|
1271
1286
|
"scope": "instance",
|
|
1272
1287
|
"ojchild": false,
|
|
@@ -1318,10 +1333,10 @@
|
|
|
1318
1333
|
"name": "groupTemplate",
|
|
1319
1334
|
"kind": "member",
|
|
1320
1335
|
"longname": "oj-c.LineChart#groupTemplate",
|
|
1321
|
-
"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-line-chart-group> element. See the <a target=\"_blank\" href=\"oj-c.LineChartGroup.html\">oj-c-line-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>",
|
|
1336
|
+
"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-line-chart-group> element. See the <a target=\"_blank\" href=\"oj-c.LineChartGroup.html\">oj-c-line-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>",
|
|
1322
1337
|
"meta": {
|
|
1323
1338
|
"filename": "line-chart.tsx",
|
|
1324
|
-
"path": "
|
|
1339
|
+
"path": "web/components/oj-c/line-chart"
|
|
1325
1340
|
},
|
|
1326
1341
|
"scope": "instance",
|
|
1327
1342
|
"ojchild": false,
|
|
@@ -1353,15 +1368,7 @@
|
|
|
1353
1368
|
"names": [
|
|
1354
1369
|
"Array<string>"
|
|
1355
1370
|
]
|
|
1356
|
-
}
|
|
1357
|
-
"tstype": [
|
|
1358
|
-
{
|
|
1359
|
-
"target": "Type",
|
|
1360
|
-
"value": "Array<string>",
|
|
1361
|
-
"for": "ids",
|
|
1362
|
-
"jsdocOverride": true
|
|
1363
|
-
}
|
|
1364
|
-
]
|
|
1371
|
+
}
|
|
1365
1372
|
},
|
|
1366
1373
|
{
|
|
1367
1374
|
"name": "index",
|
|
@@ -1394,7 +1401,7 @@
|
|
|
1394
1401
|
"memberof": "oj-c.LineChart",
|
|
1395
1402
|
"meta": {
|
|
1396
1403
|
"filename": "line-chart.tsx",
|
|
1397
|
-
"path": "
|
|
1404
|
+
"path": "web/components/oj-c/line-chart"
|
|
1398
1405
|
},
|
|
1399
1406
|
"ojfragment": true
|
|
1400
1407
|
},
|
|
@@ -1407,7 +1414,7 @@
|
|
|
1407
1414
|
"memberof": "oj-c.LineChart",
|
|
1408
1415
|
"meta": {
|
|
1409
1416
|
"filename": "line-chart.tsx",
|
|
1410
|
-
"path": "
|
|
1417
|
+
"path": "web/components/oj-c/line-chart"
|
|
1411
1418
|
},
|
|
1412
1419
|
"ojfragment": true
|
|
1413
1420
|
},
|
|
@@ -1431,7 +1438,7 @@
|
|
|
1431
1438
|
},
|
|
1432
1439
|
"meta": {
|
|
1433
1440
|
"filename": "line-chart.tsx",
|
|
1434
|
-
"path": "
|
|
1441
|
+
"path": "web/components/oj-c/line-chart"
|
|
1435
1442
|
},
|
|
1436
1443
|
"properties": [
|
|
1437
1444
|
{
|
|
@@ -1470,15 +1477,7 @@
|
|
|
1470
1477
|
"names": [
|
|
1471
1478
|
"Array<string>"
|
|
1472
1479
|
]
|
|
1473
|
-
}
|
|
1474
|
-
"tstype": [
|
|
1475
|
-
{
|
|
1476
|
-
"target": "Type",
|
|
1477
|
-
"value": "Array<string>",
|
|
1478
|
-
"for": "groupId",
|
|
1479
|
-
"jsdocOverride": true
|
|
1480
|
-
}
|
|
1481
|
-
]
|
|
1480
|
+
}
|
|
1482
1481
|
},
|
|
1483
1482
|
{
|
|
1484
1483
|
"name": "value",
|
|
@@ -1558,15 +1557,7 @@
|
|
|
1558
1557
|
"names": [
|
|
1559
1558
|
"Array<string>"
|
|
1560
1559
|
]
|
|
1561
|
-
}
|
|
1562
|
-
"tstype": [
|
|
1563
|
-
{
|
|
1564
|
-
"target": "Type",
|
|
1565
|
-
"value": "Array<string>",
|
|
1566
|
-
"for": "categories",
|
|
1567
|
-
"jsdocOverride": true
|
|
1568
|
-
}
|
|
1569
|
-
]
|
|
1560
|
+
}
|
|
1570
1561
|
},
|
|
1571
1562
|
{
|
|
1572
1563
|
"name": "drilling",
|
|
@@ -1592,6 +1583,77 @@
|
|
|
1592
1583
|
}
|
|
1593
1584
|
]
|
|
1594
1585
|
},
|
|
1586
|
+
{
|
|
1587
|
+
"memberof": "oj-c.LineChart",
|
|
1588
|
+
"id": "oj-c.LineChart.ChartItemTemplateContext",
|
|
1589
|
+
"name": "ChartItemTemplateContext",
|
|
1590
|
+
"kind": "typedef",
|
|
1591
|
+
"longname": "oj-c.LineChart.ChartItemTemplateContext",
|
|
1592
|
+
"scope": "static",
|
|
1593
|
+
"description": "",
|
|
1594
|
+
"tsgenerictype": {
|
|
1595
|
+
"target": "Type",
|
|
1596
|
+
"value": "<K,D>",
|
|
1597
|
+
"for": "genericTypeParameters"
|
|
1598
|
+
},
|
|
1599
|
+
"type": {
|
|
1600
|
+
"names": [
|
|
1601
|
+
"Object"
|
|
1602
|
+
]
|
|
1603
|
+
},
|
|
1604
|
+
"meta": {
|
|
1605
|
+
"filename": "line-chart.tsx",
|
|
1606
|
+
"path": "web/components/oj-c/line-chart"
|
|
1607
|
+
},
|
|
1608
|
+
"properties": [
|
|
1609
|
+
{
|
|
1610
|
+
"name": "data",
|
|
1611
|
+
"description": "The data object of the current item.",
|
|
1612
|
+
"optional": false,
|
|
1613
|
+
"type": {
|
|
1614
|
+
"names": [
|
|
1615
|
+
"any"
|
|
1616
|
+
]
|
|
1617
|
+
},
|
|
1618
|
+
"tstype": [
|
|
1619
|
+
{
|
|
1620
|
+
"target": "Type",
|
|
1621
|
+
"value": "D",
|
|
1622
|
+
"for": "data",
|
|
1623
|
+
"jsdocOverride": true
|
|
1624
|
+
}
|
|
1625
|
+
]
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"name": "key",
|
|
1629
|
+
"description": "The key of the current item.",
|
|
1630
|
+
"optional": false,
|
|
1631
|
+
"type": {
|
|
1632
|
+
"names": [
|
|
1633
|
+
"any"
|
|
1634
|
+
]
|
|
1635
|
+
},
|
|
1636
|
+
"tstype": [
|
|
1637
|
+
{
|
|
1638
|
+
"target": "Type",
|
|
1639
|
+
"value": "K",
|
|
1640
|
+
"for": "key",
|
|
1641
|
+
"jsdocOverride": true
|
|
1642
|
+
}
|
|
1643
|
+
]
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"name": "index",
|
|
1647
|
+
"description": "The zero-based index of the current item.",
|
|
1648
|
+
"optional": false,
|
|
1649
|
+
"type": {
|
|
1650
|
+
"names": [
|
|
1651
|
+
"number"
|
|
1652
|
+
]
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
]
|
|
1656
|
+
},
|
|
1595
1657
|
{
|
|
1596
1658
|
"memberof": "oj-c.LineChart",
|
|
1597
1659
|
"id": "oj-c.LineChart.ChartGroupTemplateContext",
|
|
@@ -1612,7 +1674,7 @@
|
|
|
1612
1674
|
},
|
|
1613
1675
|
"meta": {
|
|
1614
1676
|
"filename": "line-chart.tsx",
|
|
1615
|
-
"path": "
|
|
1677
|
+
"path": "web/components/oj-c/line-chart"
|
|
1616
1678
|
},
|
|
1617
1679
|
"properties": [
|
|
1618
1680
|
{
|
|
@@ -1624,36 +1686,12 @@
|
|
|
1624
1686
|
"Array<object>"
|
|
1625
1687
|
]
|
|
1626
1688
|
},
|
|
1627
|
-
"
|
|
1628
|
-
{
|
|
1629
|
-
"name": "data",
|
|
1630
|
-
"description": "The data object of the current item.",
|
|
1631
|
-
"optional": false,
|
|
1632
|
-
"type": {
|
|
1633
|
-
"names": [
|
|
1634
|
-
"any"
|
|
1635
|
-
]
|
|
1636
|
-
}
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"name": "key",
|
|
1640
|
-
"description": "The key of the current item.",
|
|
1641
|
-
"optional": false,
|
|
1642
|
-
"type": {
|
|
1643
|
-
"names": [
|
|
1644
|
-
"any"
|
|
1645
|
-
]
|
|
1646
|
-
}
|
|
1647
|
-
},
|
|
1689
|
+
"tstype": [
|
|
1648
1690
|
{
|
|
1649
|
-
"
|
|
1650
|
-
"
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1653
|
-
"names": [
|
|
1654
|
-
"number"
|
|
1655
|
-
]
|
|
1656
|
-
}
|
|
1691
|
+
"target": "Type",
|
|
1692
|
+
"value": "Array<oj-c.LineChart.ChartItemTemplateContext>",
|
|
1693
|
+
"for": "items",
|
|
1694
|
+
"jsdocOverride": true
|
|
1657
1695
|
}
|
|
1658
1696
|
]
|
|
1659
1697
|
},
|
|
@@ -1691,10 +1729,10 @@
|
|
|
1691
1729
|
},
|
|
1692
1730
|
{
|
|
1693
1731
|
"memberof": "oj-c.LineChart",
|
|
1694
|
-
"id": "oj-c.LineChart.
|
|
1695
|
-
"name": "
|
|
1732
|
+
"id": "oj-c.LineChart.MajorTick",
|
|
1733
|
+
"name": "MajorTick",
|
|
1696
1734
|
"kind": "typedef",
|
|
1697
|
-
"longname": "oj-c.LineChart.
|
|
1735
|
+
"longname": "oj-c.LineChart.MajorTick",
|
|
1698
1736
|
"scope": "static",
|
|
1699
1737
|
"description": "",
|
|
1700
1738
|
"type": {
|
|
@@ -1704,32 +1742,66 @@
|
|
|
1704
1742
|
},
|
|
1705
1743
|
"meta": {
|
|
1706
1744
|
"filename": "line-chart.tsx",
|
|
1707
|
-
"path": "
|
|
1745
|
+
"path": "web/components/oj-c/line-chart"
|
|
1708
1746
|
},
|
|
1709
1747
|
"properties": [
|
|
1710
1748
|
{
|
|
1711
|
-
"name": "
|
|
1712
|
-
"description": "The
|
|
1749
|
+
"name": "lineColor",
|
|
1750
|
+
"description": "The color of the line.",
|
|
1713
1751
|
"optional": true,
|
|
1714
1752
|
"type": {
|
|
1715
1753
|
"names": [
|
|
1716
|
-
"
|
|
1754
|
+
"string"
|
|
1717
1755
|
]
|
|
1718
1756
|
}
|
|
1719
1757
|
},
|
|
1720
1758
|
{
|
|
1721
|
-
"name": "
|
|
1722
|
-
"description": "The
|
|
1759
|
+
"name": "lineStyle",
|
|
1760
|
+
"description": "The style of the line.",
|
|
1723
1761
|
"optional": true,
|
|
1724
1762
|
"type": {
|
|
1725
1763
|
"names": [
|
|
1726
|
-
"
|
|
1764
|
+
"\"dashed\"",
|
|
1765
|
+
"\"solid\"",
|
|
1766
|
+
"\"dotted\""
|
|
1727
1767
|
]
|
|
1728
|
-
}
|
|
1768
|
+
},
|
|
1769
|
+
"ojvalues": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "dashed",
|
|
1772
|
+
"description": "Renders dashed major tick.",
|
|
1773
|
+
"displayName": "Dashed",
|
|
1774
|
+
"type": {
|
|
1775
|
+
"names": [
|
|
1776
|
+
"string"
|
|
1777
|
+
]
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"name": "dotted",
|
|
1782
|
+
"description": "Renders dotted major tick.",
|
|
1783
|
+
"displayName": "Dotted",
|
|
1784
|
+
"type": {
|
|
1785
|
+
"names": [
|
|
1786
|
+
"string"
|
|
1787
|
+
]
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "solid",
|
|
1792
|
+
"description": "Renders solid major tick.",
|
|
1793
|
+
"displayName": "Solid",
|
|
1794
|
+
"type": {
|
|
1795
|
+
"names": [
|
|
1796
|
+
"string"
|
|
1797
|
+
]
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
]
|
|
1729
1801
|
},
|
|
1730
1802
|
{
|
|
1731
|
-
"name": "
|
|
1732
|
-
"description": "The
|
|
1803
|
+
"name": "lineWidth",
|
|
1804
|
+
"description": "The width of the line.",
|
|
1733
1805
|
"optional": true,
|
|
1734
1806
|
"type": {
|
|
1735
1807
|
"names": [
|
|
@@ -1738,45 +1810,364 @@
|
|
|
1738
1810
|
}
|
|
1739
1811
|
},
|
|
1740
1812
|
{
|
|
1741
|
-
"name": "
|
|
1742
|
-
"description": "
|
|
1743
|
-
"optional":
|
|
1813
|
+
"name": "rendered",
|
|
1814
|
+
"description": "Whether the tick is rendered or not.",
|
|
1815
|
+
"optional": false,
|
|
1744
1816
|
"type": {
|
|
1745
1817
|
"names": [
|
|
1746
|
-
"
|
|
1818
|
+
"\"auto\"",
|
|
1819
|
+
"\"off\"",
|
|
1820
|
+
"\"on\""
|
|
1747
1821
|
]
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1822
|
+
},
|
|
1823
|
+
"ojvalues": [
|
|
1824
|
+
{
|
|
1825
|
+
"name": "off",
|
|
1826
|
+
"description": "Renders the minor tick.",
|
|
1827
|
+
"displayName": "Off",
|
|
1828
|
+
"type": {
|
|
1829
|
+
"names": [
|
|
1830
|
+
"string"
|
|
1831
|
+
]
|
|
1832
|
+
}
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"name": "on",
|
|
1836
|
+
"description": "Does not render the minor tick.",
|
|
1837
|
+
"displayName": "On",
|
|
1838
|
+
"type": {
|
|
1839
|
+
"names": [
|
|
1840
|
+
"string"
|
|
1841
|
+
]
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "auto",
|
|
1846
|
+
"description": "Renders the minor tick for log scale.",
|
|
1847
|
+
"displayName": "Auto",
|
|
1848
|
+
"type": {
|
|
1849
|
+
"names": [
|
|
1850
|
+
"string"
|
|
1851
|
+
]
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
]
|
|
1855
|
+
}
|
|
1856
|
+
]
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"memberof": "oj-c.LineChart",
|
|
1860
|
+
"id": "oj-c.LineChart.MinorTick",
|
|
1861
|
+
"name": "MinorTick",
|
|
1862
|
+
"kind": "typedef",
|
|
1863
|
+
"longname": "oj-c.LineChart.MinorTick",
|
|
1864
|
+
"scope": "static",
|
|
1865
|
+
"description": "",
|
|
1866
|
+
"type": {
|
|
1867
|
+
"names": [
|
|
1868
|
+
"Object"
|
|
1869
|
+
]
|
|
1870
|
+
},
|
|
1871
|
+
"meta": {
|
|
1872
|
+
"filename": "line-chart.tsx",
|
|
1873
|
+
"path": "web/components/oj-c/line-chart"
|
|
1874
|
+
},
|
|
1875
|
+
"properties": [
|
|
1750
1876
|
{
|
|
1751
|
-
"name": "
|
|
1752
|
-
"description": "The
|
|
1877
|
+
"name": "lineColor",
|
|
1878
|
+
"description": "The color of the line.",
|
|
1753
1879
|
"optional": true,
|
|
1754
1880
|
"type": {
|
|
1755
1881
|
"names": [
|
|
1756
|
-
"
|
|
1882
|
+
"string"
|
|
1757
1883
|
]
|
|
1758
1884
|
}
|
|
1759
1885
|
},
|
|
1760
1886
|
{
|
|
1761
|
-
"name": "
|
|
1762
|
-
"description": "The
|
|
1887
|
+
"name": "lineStyle",
|
|
1888
|
+
"description": "The style of the line.",
|
|
1763
1889
|
"optional": true,
|
|
1764
1890
|
"type": {
|
|
1765
1891
|
"names": [
|
|
1766
|
-
"
|
|
1892
|
+
"\"dashed\"",
|
|
1893
|
+
"\"solid\"",
|
|
1894
|
+
"\"dotted\""
|
|
1767
1895
|
]
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1896
|
+
},
|
|
1897
|
+
"ojvalues": [
|
|
1898
|
+
{
|
|
1899
|
+
"name": "dashed",
|
|
1900
|
+
"description": "Renders dashed major tick.",
|
|
1901
|
+
"displayName": "Dashed",
|
|
1902
|
+
"type": {
|
|
1903
|
+
"names": [
|
|
1904
|
+
"string"
|
|
1905
|
+
]
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "dotted",
|
|
1910
|
+
"description": "Renders dotted major tick.",
|
|
1911
|
+
"displayName": "Dotted",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"names": [
|
|
1914
|
+
"string"
|
|
1915
|
+
]
|
|
1916
|
+
}
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "solid",
|
|
1920
|
+
"description": "Renders solid major tick.",
|
|
1921
|
+
"displayName": "Solid",
|
|
1922
|
+
"type": {
|
|
1923
|
+
"names": [
|
|
1924
|
+
"string"
|
|
1925
|
+
]
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
]
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "lineWidth",
|
|
1932
|
+
"description": "The width of the line.",
|
|
1933
|
+
"optional": true,
|
|
1934
|
+
"type": {
|
|
1935
|
+
"names": [
|
|
1936
|
+
"number"
|
|
1937
|
+
]
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "rendered",
|
|
1942
|
+
"description": "Whether the tick is rendered.",
|
|
1943
|
+
"optional": false,
|
|
1944
|
+
"type": {
|
|
1945
|
+
"names": [
|
|
1946
|
+
"\"auto\"",
|
|
1947
|
+
"\"off\"",
|
|
1948
|
+
"\"on\""
|
|
1949
|
+
]
|
|
1950
|
+
},
|
|
1951
|
+
"ojvalues": [
|
|
1952
|
+
{
|
|
1953
|
+
"name": "off",
|
|
1954
|
+
"description": "Renders the minor tick.",
|
|
1955
|
+
"displayName": "Off",
|
|
1956
|
+
"type": {
|
|
1957
|
+
"names": [
|
|
1958
|
+
"string"
|
|
1959
|
+
]
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "on",
|
|
1964
|
+
"description": "Does not render the minor tick.",
|
|
1965
|
+
"displayName": "On",
|
|
1966
|
+
"type": {
|
|
1967
|
+
"names": [
|
|
1968
|
+
"string"
|
|
1969
|
+
]
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"name": "auto",
|
|
1974
|
+
"description": "Renders the minor tick for log scale.",
|
|
1975
|
+
"displayName": "Auto",
|
|
1976
|
+
"type": {
|
|
1977
|
+
"names": [
|
|
1978
|
+
"string"
|
|
1979
|
+
]
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
]
|
|
1983
|
+
}
|
|
1984
|
+
]
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"memberof": "oj-c.LineChart",
|
|
1988
|
+
"id": "oj-c.LineChart.YAxisTickLabel",
|
|
1989
|
+
"name": "YAxisTickLabel",
|
|
1990
|
+
"kind": "typedef",
|
|
1991
|
+
"longname": "oj-c.LineChart.YAxisTickLabel",
|
|
1992
|
+
"scope": "static",
|
|
1993
|
+
"description": "",
|
|
1994
|
+
"type": {
|
|
1995
|
+
"names": [
|
|
1996
|
+
"Object"
|
|
1997
|
+
]
|
|
1998
|
+
},
|
|
1999
|
+
"meta": {
|
|
2000
|
+
"filename": "line-chart.tsx",
|
|
2001
|
+
"path": "web/components/oj-c/line-chart"
|
|
2002
|
+
},
|
|
2003
|
+
"properties": [
|
|
2004
|
+
{
|
|
2005
|
+
"name": "converter",
|
|
2006
|
+
"description": "The converter used to format the tick label of the axis.",
|
|
2007
|
+
"optional": true,
|
|
2008
|
+
"type": {
|
|
1775
2009
|
"names": [
|
|
1776
2010
|
"object"
|
|
1777
2011
|
]
|
|
1778
2012
|
}
|
|
1779
2013
|
},
|
|
2014
|
+
{
|
|
2015
|
+
"name": "rendered",
|
|
2016
|
+
"description": "Whether the tick labels are rendered or not.",
|
|
2017
|
+
"optional": true,
|
|
2018
|
+
"type": {
|
|
2019
|
+
"names": [
|
|
2020
|
+
"\"off\"",
|
|
2021
|
+
"\"on\""
|
|
2022
|
+
]
|
|
2023
|
+
},
|
|
2024
|
+
"ojvalues": [
|
|
2025
|
+
{
|
|
2026
|
+
"name": "on",
|
|
2027
|
+
"description": "Renders the axis tick label.",
|
|
2028
|
+
"displayName": "On",
|
|
2029
|
+
"type": {
|
|
2030
|
+
"names": [
|
|
2031
|
+
"string"
|
|
2032
|
+
]
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"name": "off",
|
|
2037
|
+
"description": "Axis tick labels won't be rendered.",
|
|
2038
|
+
"displayName": "Off",
|
|
2039
|
+
"type": {
|
|
2040
|
+
"names": [
|
|
2041
|
+
"string"
|
|
2042
|
+
]
|
|
2043
|
+
}
|
|
2044
|
+
}
|
|
2045
|
+
]
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"name": "style",
|
|
2049
|
+
"description": "The object defining the style of the labels. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.",
|
|
2050
|
+
"optional": true,
|
|
2051
|
+
"type": {
|
|
2052
|
+
"names": [
|
|
2053
|
+
"object"
|
|
2054
|
+
]
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
]
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"memberof": "oj-c.LineChart",
|
|
2061
|
+
"id": "oj-c.LineChart.YAxis",
|
|
2062
|
+
"name": "YAxis",
|
|
2063
|
+
"kind": "typedef",
|
|
2064
|
+
"longname": "oj-c.LineChart.YAxis",
|
|
2065
|
+
"scope": "static",
|
|
2066
|
+
"description": "",
|
|
2067
|
+
"type": {
|
|
2068
|
+
"names": [
|
|
2069
|
+
"Object"
|
|
2070
|
+
]
|
|
2071
|
+
},
|
|
2072
|
+
"meta": {
|
|
2073
|
+
"filename": "line-chart.tsx",
|
|
2074
|
+
"path": "web/components/oj-c/line-chart"
|
|
2075
|
+
},
|
|
2076
|
+
"properties": [
|
|
2077
|
+
{
|
|
2078
|
+
"name": "dataMax",
|
|
2079
|
+
"description": "The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.",
|
|
2080
|
+
"optional": true,
|
|
2081
|
+
"type": {
|
|
2082
|
+
"names": [
|
|
2083
|
+
"number"
|
|
2084
|
+
]
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"name": "dataMin",
|
|
2089
|
+
"description": "The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.",
|
|
2090
|
+
"optional": true,
|
|
2091
|
+
"type": {
|
|
2092
|
+
"names": [
|
|
2093
|
+
"number"
|
|
2094
|
+
]
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "max",
|
|
2099
|
+
"description": "The maximum value of the axis. Defaults to null for automatic calculation based on the data.",
|
|
2100
|
+
"optional": true,
|
|
2101
|
+
"type": {
|
|
2102
|
+
"names": [
|
|
2103
|
+
"number"
|
|
2104
|
+
]
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"name": "min",
|
|
2109
|
+
"description": "The minumum value of the axis. Defaults to null for automatic calculation based on the data.",
|
|
2110
|
+
"optional": true,
|
|
2111
|
+
"type": {
|
|
2112
|
+
"names": [
|
|
2113
|
+
"number"
|
|
2114
|
+
]
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "majorTick",
|
|
2119
|
+
"description": "The object defining the properties of the major tick of the y axis.",
|
|
2120
|
+
"optional": true,
|
|
2121
|
+
"type": {
|
|
2122
|
+
"names": [
|
|
2123
|
+
"object"
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
"tstype": [
|
|
2127
|
+
{
|
|
2128
|
+
"target": "Type",
|
|
2129
|
+
"value": "oj-c.LineChart.MajorTick",
|
|
2130
|
+
"for": "majorTick",
|
|
2131
|
+
"jsdocOverride": true
|
|
2132
|
+
}
|
|
2133
|
+
]
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "minorTick",
|
|
2137
|
+
"description": "The object defining the properties of the minor tick of the y axis.",
|
|
2138
|
+
"optional": true,
|
|
2139
|
+
"type": {
|
|
2140
|
+
"names": [
|
|
2141
|
+
"object"
|
|
2142
|
+
]
|
|
2143
|
+
},
|
|
2144
|
+
"tstype": [
|
|
2145
|
+
{
|
|
2146
|
+
"target": "Type",
|
|
2147
|
+
"value": "oj-c.LineChart.MinorTick",
|
|
2148
|
+
"for": "minorTick",
|
|
2149
|
+
"jsdocOverride": true
|
|
2150
|
+
}
|
|
2151
|
+
]
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"name": "tickLabel",
|
|
2155
|
+
"description": "The object defining the properties of tick labels of the y axis.",
|
|
2156
|
+
"optional": true,
|
|
2157
|
+
"type": {
|
|
2158
|
+
"names": [
|
|
2159
|
+
"object"
|
|
2160
|
+
]
|
|
2161
|
+
},
|
|
2162
|
+
"tstype": [
|
|
2163
|
+
{
|
|
2164
|
+
"target": "Type",
|
|
2165
|
+
"value": "oj-c.LineChart.YAxisTickLabel",
|
|
2166
|
+
"for": "tickLabel",
|
|
2167
|
+
"jsdocOverride": true
|
|
2168
|
+
}
|
|
2169
|
+
]
|
|
2170
|
+
},
|
|
1780
2171
|
{
|
|
1781
2172
|
"name": "viewportMin",
|
|
1782
2173
|
"description": "Specifies the minimum y coordinate of the current viewport for zoom and scroll.\nIf not specified, this value will be the axis min.",
|
|
@@ -1862,7 +2253,121 @@
|
|
|
1862
2253
|
},
|
|
1863
2254
|
{
|
|
1864
2255
|
"name": "titleStyle",
|
|
1865
|
-
"description": "The object defining the css properties of the axis title.",
|
|
2256
|
+
"description": "The object defining the css properties of the axis title.\nThe following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.",
|
|
2257
|
+
"optional": true,
|
|
2258
|
+
"type": {
|
|
2259
|
+
"names": [
|
|
2260
|
+
"object"
|
|
2261
|
+
]
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
]
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"memberof": "oj-c.LineChart",
|
|
2268
|
+
"id": "oj-c.LineChart.XAxisTickLabel",
|
|
2269
|
+
"name": "XAxisTickLabel",
|
|
2270
|
+
"kind": "typedef",
|
|
2271
|
+
"longname": "oj-c.LineChart.XAxisTickLabel",
|
|
2272
|
+
"scope": "static",
|
|
2273
|
+
"description": "",
|
|
2274
|
+
"type": {
|
|
2275
|
+
"names": [
|
|
2276
|
+
"Object"
|
|
2277
|
+
]
|
|
2278
|
+
},
|
|
2279
|
+
"meta": {
|
|
2280
|
+
"filename": "line-chart.tsx",
|
|
2281
|
+
"path": "web/components/oj-c/line-chart"
|
|
2282
|
+
},
|
|
2283
|
+
"properties": [
|
|
2284
|
+
{
|
|
2285
|
+
"name": "converter",
|
|
2286
|
+
"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.",
|
|
2287
|
+
"optional": true,
|
|
2288
|
+
"type": {
|
|
2289
|
+
"names": [
|
|
2290
|
+
"object|"
|
|
2291
|
+
]
|
|
2292
|
+
},
|
|
2293
|
+
"tstype": [
|
|
2294
|
+
{
|
|
2295
|
+
"target": "Type",
|
|
2296
|
+
"value": "Converter<string>|undefined<Converter<string>, Converter<string>>",
|
|
2297
|
+
"for": "converter",
|
|
2298
|
+
"jsdocOverride": true
|
|
2299
|
+
}
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"name": "rendered",
|
|
2304
|
+
"description": "Whether the tick labels are rendered or not.",
|
|
2305
|
+
"optional": true,
|
|
2306
|
+
"type": {
|
|
2307
|
+
"names": [
|
|
2308
|
+
"\"off\"",
|
|
2309
|
+
"\"on\""
|
|
2310
|
+
]
|
|
2311
|
+
},
|
|
2312
|
+
"ojvalues": [
|
|
2313
|
+
{
|
|
2314
|
+
"name": "on",
|
|
2315
|
+
"description": "Renders the axis tick label.",
|
|
2316
|
+
"displayName": "On",
|
|
2317
|
+
"type": {
|
|
2318
|
+
"names": [
|
|
2319
|
+
"string"
|
|
2320
|
+
]
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"name": "off",
|
|
2325
|
+
"description": "Axis tick labels won't be rendered.",
|
|
2326
|
+
"displayName": "Off",
|
|
2327
|
+
"type": {
|
|
2328
|
+
"names": [
|
|
2329
|
+
"string"
|
|
2330
|
+
]
|
|
2331
|
+
}
|
|
2332
|
+
}
|
|
2333
|
+
]
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"name": "rotation",
|
|
2337
|
+
"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.",
|
|
2338
|
+
"optional": true,
|
|
2339
|
+
"type": {
|
|
2340
|
+
"names": [
|
|
2341
|
+
"\"auto\"",
|
|
2342
|
+
"\"none\""
|
|
2343
|
+
]
|
|
2344
|
+
},
|
|
2345
|
+
"ojvalues": [
|
|
2346
|
+
{
|
|
2347
|
+
"name": "none",
|
|
2348
|
+
"description": "The axis labels will not be rotated.",
|
|
2349
|
+
"displayName": "On",
|
|
2350
|
+
"type": {
|
|
2351
|
+
"names": [
|
|
2352
|
+
"string"
|
|
2353
|
+
]
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "off",
|
|
2358
|
+
"description": "The axis labels might be rotated in order to fit more labels.",
|
|
2359
|
+
"displayName": "auto",
|
|
2360
|
+
"type": {
|
|
2361
|
+
"names": [
|
|
2362
|
+
"string"
|
|
2363
|
+
]
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
]
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "style",
|
|
2370
|
+
"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",
|
|
1866
2371
|
"optional": true,
|
|
1867
2372
|
"type": {
|
|
1868
2373
|
"names": [
|
|
@@ -1887,7 +2392,7 @@
|
|
|
1887
2392
|
},
|
|
1888
2393
|
"meta": {
|
|
1889
2394
|
"filename": "line-chart.tsx",
|
|
1890
|
-
"path": "
|
|
2395
|
+
"path": "web/components/oj-c/line-chart"
|
|
1891
2396
|
},
|
|
1892
2397
|
"properties": [
|
|
1893
2398
|
{
|
|
@@ -1898,7 +2403,15 @@
|
|
|
1898
2403
|
"names": [
|
|
1899
2404
|
"object"
|
|
1900
2405
|
]
|
|
1901
|
-
}
|
|
2406
|
+
},
|
|
2407
|
+
"tstype": [
|
|
2408
|
+
{
|
|
2409
|
+
"target": "Type",
|
|
2410
|
+
"value": "oj-c.LineChart.MajorTick",
|
|
2411
|
+
"for": "majorTick",
|
|
2412
|
+
"jsdocOverride": true
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
1902
2415
|
},
|
|
1903
2416
|
{
|
|
1904
2417
|
"name": "minorTick",
|
|
@@ -1908,7 +2421,15 @@
|
|
|
1908
2421
|
"names": [
|
|
1909
2422
|
"object"
|
|
1910
2423
|
]
|
|
1911
|
-
}
|
|
2424
|
+
},
|
|
2425
|
+
"tstype": [
|
|
2426
|
+
{
|
|
2427
|
+
"target": "Type",
|
|
2428
|
+
"value": "oj-c.LineChart.MinorTick",
|
|
2429
|
+
"for": "minorTick",
|
|
2430
|
+
"jsdocOverride": true
|
|
2431
|
+
}
|
|
2432
|
+
]
|
|
1912
2433
|
},
|
|
1913
2434
|
{
|
|
1914
2435
|
"name": "tickLabel",
|
|
@@ -1918,7 +2439,15 @@
|
|
|
1918
2439
|
"names": [
|
|
1919
2440
|
"object"
|
|
1920
2441
|
]
|
|
1921
|
-
}
|
|
2442
|
+
},
|
|
2443
|
+
"tstype": [
|
|
2444
|
+
{
|
|
2445
|
+
"target": "Type",
|
|
2446
|
+
"value": "oj-c.LineChart.XAxisTickLabel",
|
|
2447
|
+
"for": "tickLabel",
|
|
2448
|
+
"jsdocOverride": true
|
|
2449
|
+
}
|
|
2450
|
+
]
|
|
1922
2451
|
},
|
|
1923
2452
|
{
|
|
1924
2453
|
"name": "viewportMin",
|
|
@@ -1972,8 +2501,78 @@
|
|
|
1972
2501
|
}
|
|
1973
2502
|
},
|
|
1974
2503
|
{
|
|
1975
|
-
"name": "title",
|
|
1976
|
-
"description": "The title of the axis.",
|
|
2504
|
+
"name": "title",
|
|
2505
|
+
"description": "The title of the axis.",
|
|
2506
|
+
"optional": true,
|
|
2507
|
+
"type": {
|
|
2508
|
+
"names": [
|
|
2509
|
+
"string"
|
|
2510
|
+
]
|
|
2511
|
+
}
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "titleStyle",
|
|
2515
|
+
"description": "The object defining the css properties of the axis title.",
|
|
2516
|
+
"optional": true,
|
|
2517
|
+
"type": {
|
|
2518
|
+
"names": [
|
|
2519
|
+
"object"
|
|
2520
|
+
]
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2523
|
+
]
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"memberof": "oj-c.LineChart",
|
|
2527
|
+
"id": "oj-c.LineChart.PlotArea",
|
|
2528
|
+
"name": "PlotArea",
|
|
2529
|
+
"kind": "typedef",
|
|
2530
|
+
"longname": "oj-c.LineChart.PlotArea",
|
|
2531
|
+
"scope": "static",
|
|
2532
|
+
"description": "",
|
|
2533
|
+
"type": {
|
|
2534
|
+
"names": [
|
|
2535
|
+
"Object"
|
|
2536
|
+
]
|
|
2537
|
+
},
|
|
2538
|
+
"meta": {
|
|
2539
|
+
"filename": "line-chart.tsx",
|
|
2540
|
+
"path": "web/components/oj-c/line-chart"
|
|
2541
|
+
},
|
|
2542
|
+
"properties": [
|
|
2543
|
+
{
|
|
2544
|
+
"name": "backgroundColor",
|
|
2545
|
+
"description": "The color of the plot area background.",
|
|
2546
|
+
"optional": true,
|
|
2547
|
+
"type": {
|
|
2548
|
+
"names": [
|
|
2549
|
+
"string"
|
|
2550
|
+
]
|
|
2551
|
+
}
|
|
2552
|
+
}
|
|
2553
|
+
]
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"memberof": "oj-c.LineChart",
|
|
2557
|
+
"id": "oj-c.LineChart.TextValueFormat",
|
|
2558
|
+
"name": "TextValueFormat",
|
|
2559
|
+
"kind": "typedef",
|
|
2560
|
+
"longname": "oj-c.LineChart.TextValueFormat",
|
|
2561
|
+
"scope": "static",
|
|
2562
|
+
"description": "",
|
|
2563
|
+
"type": {
|
|
2564
|
+
"names": [
|
|
2565
|
+
"Object"
|
|
2566
|
+
]
|
|
2567
|
+
},
|
|
2568
|
+
"meta": {
|
|
2569
|
+
"filename": "line-chart.tsx",
|
|
2570
|
+
"path": "web/components/oj-c/line-chart"
|
|
2571
|
+
},
|
|
2572
|
+
"properties": [
|
|
2573
|
+
{
|
|
2574
|
+
"name": "tooltipLabel",
|
|
2575
|
+
"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.",
|
|
1977
2576
|
"optional": true,
|
|
1978
2577
|
"type": {
|
|
1979
2578
|
"names": [
|
|
@@ -1982,23 +2581,46 @@
|
|
|
1982
2581
|
}
|
|
1983
2582
|
},
|
|
1984
2583
|
{
|
|
1985
|
-
"name": "
|
|
1986
|
-
"description": "
|
|
2584
|
+
"name": "tooltipDisplay",
|
|
2585
|
+
"description": "Whether the value is displayed in the tooltip.",
|
|
1987
2586
|
"optional": true,
|
|
1988
2587
|
"type": {
|
|
1989
2588
|
"names": [
|
|
1990
|
-
"
|
|
2589
|
+
"\"auto\"",
|
|
2590
|
+
"\"off\""
|
|
1991
2591
|
]
|
|
1992
|
-
}
|
|
2592
|
+
},
|
|
2593
|
+
"ojvalues": [
|
|
2594
|
+
{
|
|
2595
|
+
"name": "off",
|
|
2596
|
+
"description": "The property will not be displayed in tooltip.",
|
|
2597
|
+
"displayName": "Off",
|
|
2598
|
+
"type": {
|
|
2599
|
+
"names": [
|
|
2600
|
+
"string"
|
|
2601
|
+
]
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "on",
|
|
2606
|
+
"description": "The property will be displayed in tooltip.",
|
|
2607
|
+
"displayName": "On",
|
|
2608
|
+
"type": {
|
|
2609
|
+
"names": [
|
|
2610
|
+
"string"
|
|
2611
|
+
]
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
]
|
|
1993
2615
|
}
|
|
1994
2616
|
]
|
|
1995
2617
|
},
|
|
1996
2618
|
{
|
|
1997
2619
|
"memberof": "oj-c.LineChart",
|
|
1998
|
-
"id": "oj-c.LineChart.
|
|
1999
|
-
"name": "
|
|
2620
|
+
"id": "oj-c.LineChart.NumericalValueFormat",
|
|
2621
|
+
"name": "NumericalValueFormat",
|
|
2000
2622
|
"kind": "typedef",
|
|
2001
|
-
"longname": "oj-c.LineChart.
|
|
2623
|
+
"longname": "oj-c.LineChart.NumericalValueFormat",
|
|
2002
2624
|
"scope": "static",
|
|
2003
2625
|
"description": "",
|
|
2004
2626
|
"type": {
|
|
@@ -2008,18 +2630,61 @@
|
|
|
2008
2630
|
},
|
|
2009
2631
|
"meta": {
|
|
2010
2632
|
"filename": "line-chart.tsx",
|
|
2011
|
-
"path": "
|
|
2633
|
+
"path": "web/components/oj-c/line-chart"
|
|
2012
2634
|
},
|
|
2013
2635
|
"properties": [
|
|
2014
2636
|
{
|
|
2015
|
-
"name": "
|
|
2016
|
-
"description": "The
|
|
2637
|
+
"name": "converter",
|
|
2638
|
+
"description": "The converter to format the numerical value for the tooltip.",
|
|
2639
|
+
"optional": false,
|
|
2640
|
+
"type": {
|
|
2641
|
+
"names": [
|
|
2642
|
+
"object"
|
|
2643
|
+
]
|
|
2644
|
+
}
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"name": "tooltipLabel",
|
|
2648
|
+
"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.",
|
|
2017
2649
|
"optional": true,
|
|
2018
2650
|
"type": {
|
|
2019
2651
|
"names": [
|
|
2020
2652
|
"string"
|
|
2021
2653
|
]
|
|
2022
2654
|
}
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"name": "tooltipDisplay",
|
|
2658
|
+
"description": "Whether the value is displayed in the tooltip.",
|
|
2659
|
+
"optional": true,
|
|
2660
|
+
"type": {
|
|
2661
|
+
"names": [
|
|
2662
|
+
"\"auto\"",
|
|
2663
|
+
"\"off\""
|
|
2664
|
+
]
|
|
2665
|
+
},
|
|
2666
|
+
"ojvalues": [
|
|
2667
|
+
{
|
|
2668
|
+
"name": "off",
|
|
2669
|
+
"description": "The property will not be displayed in tooltip.",
|
|
2670
|
+
"displayName": "Off",
|
|
2671
|
+
"type": {
|
|
2672
|
+
"names": [
|
|
2673
|
+
"string"
|
|
2674
|
+
]
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
"name": "on",
|
|
2679
|
+
"description": "The property will be displayed in tooltip.",
|
|
2680
|
+
"displayName": "On",
|
|
2681
|
+
"type": {
|
|
2682
|
+
"names": [
|
|
2683
|
+
"string"
|
|
2684
|
+
]
|
|
2685
|
+
}
|
|
2686
|
+
}
|
|
2687
|
+
]
|
|
2023
2688
|
}
|
|
2024
2689
|
]
|
|
2025
2690
|
},
|
|
@@ -2038,7 +2703,7 @@
|
|
|
2038
2703
|
},
|
|
2039
2704
|
"meta": {
|
|
2040
2705
|
"filename": "line-chart.tsx",
|
|
2041
|
-
"path": "
|
|
2706
|
+
"path": "web/components/oj-c/line-chart"
|
|
2042
2707
|
},
|
|
2043
2708
|
"properties": [
|
|
2044
2709
|
{
|
|
@@ -2049,7 +2714,15 @@
|
|
|
2049
2714
|
"names": [
|
|
2050
2715
|
"object"
|
|
2051
2716
|
]
|
|
2052
|
-
}
|
|
2717
|
+
},
|
|
2718
|
+
"tstype": [
|
|
2719
|
+
{
|
|
2720
|
+
"target": "Type",
|
|
2721
|
+
"value": "oj-c.LineChart.TextValueFormat",
|
|
2722
|
+
"for": "group",
|
|
2723
|
+
"jsdocOverride": true
|
|
2724
|
+
}
|
|
2725
|
+
]
|
|
2053
2726
|
},
|
|
2054
2727
|
{
|
|
2055
2728
|
"name": "series",
|
|
@@ -2059,7 +2732,15 @@
|
|
|
2059
2732
|
"names": [
|
|
2060
2733
|
"object"
|
|
2061
2734
|
]
|
|
2062
|
-
}
|
|
2735
|
+
},
|
|
2736
|
+
"tstype": [
|
|
2737
|
+
{
|
|
2738
|
+
"target": "Type",
|
|
2739
|
+
"value": "oj-c.LineChart.TextValueFormat",
|
|
2740
|
+
"for": "series",
|
|
2741
|
+
"jsdocOverride": true
|
|
2742
|
+
}
|
|
2743
|
+
]
|
|
2063
2744
|
},
|
|
2064
2745
|
{
|
|
2065
2746
|
"name": "value",
|
|
@@ -2069,7 +2750,15 @@
|
|
|
2069
2750
|
"names": [
|
|
2070
2751
|
"object"
|
|
2071
2752
|
]
|
|
2072
|
-
}
|
|
2753
|
+
},
|
|
2754
|
+
"tstype": [
|
|
2755
|
+
{
|
|
2756
|
+
"target": "Type",
|
|
2757
|
+
"value": "oj-c.LineChart.NumericalValueFormat",
|
|
2758
|
+
"for": "value",
|
|
2759
|
+
"jsdocOverride": true
|
|
2760
|
+
}
|
|
2761
|
+
]
|
|
2073
2762
|
}
|
|
2074
2763
|
]
|
|
2075
2764
|
},
|
|
@@ -2093,7 +2782,7 @@
|
|
|
2093
2782
|
},
|
|
2094
2783
|
"meta": {
|
|
2095
2784
|
"filename": "line-chart.tsx",
|
|
2096
|
-
"path": "
|
|
2785
|
+
"path": "web/components/oj-c/line-chart"
|
|
2097
2786
|
},
|
|
2098
2787
|
"properties": [
|
|
2099
2788
|
{
|
|
@@ -2105,36 +2794,12 @@
|
|
|
2105
2794
|
"Array<object>"
|
|
2106
2795
|
]
|
|
2107
2796
|
},
|
|
2108
|
-
"
|
|
2109
|
-
{
|
|
2110
|
-
"name": "data",
|
|
2111
|
-
"description": "The data object of the current item.",
|
|
2112
|
-
"optional": false,
|
|
2113
|
-
"type": {
|
|
2114
|
-
"names": [
|
|
2115
|
-
"any"
|
|
2116
|
-
]
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
2119
|
-
{
|
|
2120
|
-
"name": "key",
|
|
2121
|
-
"description": "The key of the current item.",
|
|
2122
|
-
"optional": false,
|
|
2123
|
-
"type": {
|
|
2124
|
-
"names": [
|
|
2125
|
-
"any"
|
|
2126
|
-
]
|
|
2127
|
-
}
|
|
2128
|
-
},
|
|
2797
|
+
"tstype": [
|
|
2129
2798
|
{
|
|
2130
|
-
"
|
|
2131
|
-
"
|
|
2132
|
-
"
|
|
2133
|
-
"
|
|
2134
|
-
"names": [
|
|
2135
|
-
"number"
|
|
2136
|
-
]
|
|
2137
|
-
}
|
|
2799
|
+
"target": "Type",
|
|
2800
|
+
"value": "Array<oj-c.LineChart.ChartItemTemplateContext>",
|
|
2801
|
+
"for": "items",
|
|
2802
|
+
"jsdocOverride": true
|
|
2138
2803
|
}
|
|
2139
2804
|
]
|
|
2140
2805
|
},
|
|
@@ -2175,7 +2840,7 @@
|
|
|
2175
2840
|
},
|
|
2176
2841
|
"meta": {
|
|
2177
2842
|
"filename": "line-chart.tsx",
|
|
2178
|
-
"path": "
|
|
2843
|
+
"path": "web/components/oj-c/line-chart"
|
|
2179
2844
|
},
|
|
2180
2845
|
"properties": [
|
|
2181
2846
|
{
|
|
@@ -2268,7 +2933,7 @@
|
|
|
2268
2933
|
},
|
|
2269
2934
|
"meta": {
|
|
2270
2935
|
"filename": "line-chart.tsx",
|
|
2271
|
-
"path": "
|
|
2936
|
+
"path": "web/components/oj-c/line-chart"
|
|
2272
2937
|
},
|
|
2273
2938
|
"properties": [
|
|
2274
2939
|
{
|
|
@@ -2280,138 +2945,12 @@
|
|
|
2280
2945
|
"Array<object>"
|
|
2281
2946
|
]
|
|
2282
2947
|
},
|
|
2283
|
-
"
|
|
2284
|
-
{
|
|
2285
|
-
"name": "id",
|
|
2286
|
-
"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.",
|
|
2287
|
-
"optional": false,
|
|
2288
|
-
"type": {
|
|
2289
|
-
"names": [
|
|
2290
|
-
"any"
|
|
2291
|
-
]
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"name": "seriesId",
|
|
2296
|
-
"description": "The id for the series the item belongs to.",
|
|
2297
|
-
"optional": false,
|
|
2298
|
-
"type": {
|
|
2299
|
-
"names": [
|
|
2300
|
-
"string"
|
|
2301
|
-
]
|
|
2302
|
-
}
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"name": "groupId",
|
|
2306
|
-
"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.",
|
|
2307
|
-
"optional": false,
|
|
2308
|
-
"type": {
|
|
2309
|
-
"names": [
|
|
2310
|
-
"Array<string>"
|
|
2311
|
-
]
|
|
2312
|
-
}
|
|
2313
|
-
},
|
|
2314
|
-
{
|
|
2315
|
-
"name": "value",
|
|
2316
|
-
"description": "The value for this data item. Null can be specified to skip a data point.",
|
|
2317
|
-
"optional": false,
|
|
2318
|
-
"type": {
|
|
2319
|
-
"names": [
|
|
2320
|
-
"number"
|
|
2321
|
-
]
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"name": "x",
|
|
2326
|
-
"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.",
|
|
2327
|
-
"optional": true,
|
|
2328
|
-
"type": {
|
|
2329
|
-
"names": [
|
|
2330
|
-
"string"
|
|
2331
|
-
]
|
|
2332
|
-
}
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
"name": "color",
|
|
2336
|
-
"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.",
|
|
2337
|
-
"optional": true,
|
|
2338
|
-
"type": {
|
|
2339
|
-
"names": [
|
|
2340
|
-
"string"
|
|
2341
|
-
]
|
|
2342
|
-
}
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"name": "markerDisplayed",
|
|
2346
|
-
"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.",
|
|
2347
|
-
"optional": true,
|
|
2348
|
-
"type": {
|
|
2349
|
-
"names": [
|
|
2350
|
-
"\"auto\"",
|
|
2351
|
-
"\"off\"",
|
|
2352
|
-
"\"on\""
|
|
2353
|
-
]
|
|
2354
|
-
}
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
"name": "markerShape",
|
|
2358
|
-
"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.",
|
|
2359
|
-
"optional": true,
|
|
2360
|
-
"type": {
|
|
2361
|
-
"names": [
|
|
2362
|
-
"\"auto\"",
|
|
2363
|
-
"\"square\"",
|
|
2364
|
-
"\"circle\"",
|
|
2365
|
-
"\"diamond\"",
|
|
2366
|
-
"\"human\"",
|
|
2367
|
-
"\"plus\"",
|
|
2368
|
-
"\"star\"",
|
|
2369
|
-
"\"triangleDown\"",
|
|
2370
|
-
"\"triangleUp\""
|
|
2371
|
-
]
|
|
2372
|
-
}
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"name": "markerSize",
|
|
2376
|
-
"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.",
|
|
2377
|
-
"optional": true,
|
|
2378
|
-
"type": {
|
|
2379
|
-
"names": [
|
|
2380
|
-
"number"
|
|
2381
|
-
]
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"name": "categories",
|
|
2386
|
-
"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.",
|
|
2387
|
-
"optional": true,
|
|
2388
|
-
"type": {
|
|
2389
|
-
"names": [
|
|
2390
|
-
"Array<string>"
|
|
2391
|
-
]
|
|
2392
|
-
}
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"name": "drilling",
|
|
2396
|
-
"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.",
|
|
2397
|
-
"optional": true,
|
|
2398
|
-
"type": {
|
|
2399
|
-
"names": [
|
|
2400
|
-
"\"inherit\"",
|
|
2401
|
-
"\"off\"",
|
|
2402
|
-
"\"on\""
|
|
2403
|
-
]
|
|
2404
|
-
}
|
|
2405
|
-
},
|
|
2948
|
+
"tstype": [
|
|
2406
2949
|
{
|
|
2407
|
-
"
|
|
2408
|
-
"
|
|
2409
|
-
"
|
|
2410
|
-
"
|
|
2411
|
-
"names": [
|
|
2412
|
-
"string"
|
|
2413
|
-
]
|
|
2414
|
-
}
|
|
2950
|
+
"target": "Type",
|
|
2951
|
+
"value": "Array<oj-c.LineChart.LineItem>",
|
|
2952
|
+
"for": "items",
|
|
2953
|
+
"jsdocOverride": true
|
|
2415
2954
|
}
|
|
2416
2955
|
]
|
|
2417
2956
|
},
|
|
@@ -2454,8 +2993,8 @@
|
|
|
2454
2993
|
"type": {
|
|
2455
2994
|
"names": [
|
|
2456
2995
|
"\"dashed\"",
|
|
2457
|
-
"\"
|
|
2458
|
-
"\"
|
|
2996
|
+
"\"solid\"",
|
|
2997
|
+
"\"dotted\""
|
|
2459
2998
|
]
|
|
2460
2999
|
}
|
|
2461
3000
|
},
|
|
@@ -2565,7 +3104,7 @@
|
|
|
2565
3104
|
},
|
|
2566
3105
|
"meta": {
|
|
2567
3106
|
"filename": "line-chart.tsx",
|
|
2568
|
-
"path": "
|
|
3107
|
+
"path": "web/components/oj-c/line-chart"
|
|
2569
3108
|
},
|
|
2570
3109
|
"properties": [
|
|
2571
3110
|
{
|
|
@@ -2611,60 +3150,5 @@
|
|
|
2611
3150
|
}
|
|
2612
3151
|
}
|
|
2613
3152
|
]
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"memberof": "oj-c.LineChart",
|
|
2617
|
-
"id": "oj-c.LineChart.ChartItemTemplateContext",
|
|
2618
|
-
"name": "ChartItemTemplateContext",
|
|
2619
|
-
"kind": "typedef",
|
|
2620
|
-
"longname": "oj-c.LineChart.ChartItemTemplateContext",
|
|
2621
|
-
"scope": "static",
|
|
2622
|
-
"description": "",
|
|
2623
|
-
"tsgenerictype": {
|
|
2624
|
-
"target": "Type",
|
|
2625
|
-
"value": "<K,D>",
|
|
2626
|
-
"for": "genericTypeParameters"
|
|
2627
|
-
},
|
|
2628
|
-
"type": {
|
|
2629
|
-
"names": [
|
|
2630
|
-
"Object"
|
|
2631
|
-
]
|
|
2632
|
-
},
|
|
2633
|
-
"meta": {
|
|
2634
|
-
"filename": "line-chart.tsx",
|
|
2635
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.3/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
2636
|
-
},
|
|
2637
|
-
"properties": [
|
|
2638
|
-
{
|
|
2639
|
-
"name": "data",
|
|
2640
|
-
"description": "The data object of the current item.",
|
|
2641
|
-
"optional": false,
|
|
2642
|
-
"type": {
|
|
2643
|
-
"names": [
|
|
2644
|
-
"any"
|
|
2645
|
-
]
|
|
2646
|
-
}
|
|
2647
|
-
},
|
|
2648
|
-
{
|
|
2649
|
-
"name": "key",
|
|
2650
|
-
"description": "The key of the current item.",
|
|
2651
|
-
"optional": false,
|
|
2652
|
-
"type": {
|
|
2653
|
-
"names": [
|
|
2654
|
-
"any"
|
|
2655
|
-
]
|
|
2656
|
-
}
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"name": "index",
|
|
2660
|
-
"description": "The zero-based index of the current item.",
|
|
2661
|
-
"optional": false,
|
|
2662
|
-
"type": {
|
|
2663
|
-
"names": [
|
|
2664
|
-
"number"
|
|
2665
|
-
]
|
|
2666
|
-
}
|
|
2667
|
-
}
|
|
2668
|
-
]
|
|
2669
3153
|
}
|
|
2670
3154
|
]
|