@oracle/oraclejet-core-pack 16.0.6 → 16.1.1
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 +6 -6
- package/oj-c/AreaChart.json +458 -1546
- package/oj-c/AreaChartGroup.json +8 -7
- package/oj-c/AreaChartItem.json +35 -16
- package/oj-c/AreaChartSeries.json +15 -14
- package/oj-c/Avatar.json +10 -10
- package/oj-c/Button.json +19 -19
- package/oj-c/Checkbox.json +29 -29
- package/oj-c/Checkboxset.json +35 -35
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/DrawerPopup.json +12 -12
- package/oj-c/FilePicker.json +20 -20
- package/oj-c/FormLayout.json +15 -15
- package/oj-c/HighlightText.json +6 -6
- package/oj-c/InputDateMask.json +75 -75
- package/oj-c/InputDateText.json +44 -44
- package/oj-c/InputMonthMask.json +1402 -0
- package/oj-c/InputNumber.json +51 -51
- package/oj-c/InputPassword.json +42 -42
- package/oj-c/InputSensitiveText.json +1420 -0
- package/oj-c/InputText.json +48 -48
- package/oj-c/LabelledLink.json +21 -21
- package/oj-c/Legend.json +36 -36
- package/oj-c/LegendItem.json +20 -15
- package/oj-c/LegendSection.json +6 -5
- package/oj-c/LineChart.json +459 -1546
- package/oj-c/LineChartGroup.json +8 -7
- package/oj-c/LineChartItem.json +35 -16
- package/oj-c/LineChartSeries.json +17 -16
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/ListView.json +18 -18
- package/oj-c/MenuButton.json +21 -21
- package/oj-c/MessageBanner.json +11 -11
- package/oj-c/MessageToast.json +13 -13
- package/oj-c/MeterBar.json +26 -26
- package/oj-c/MeterCircle.json +30 -30
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/Radioset.json +35 -35
- package/oj-c/RatingGauge.json +21 -21
- package/oj-c/SelectMultiple.json +41 -41
- package/oj-c/SelectSingle.json +45 -45
- package/oj-c/SelectionCard.json +6 -6
- package/oj-c/Selector.json +8 -8
- package/oj-c/SelectorAll.json +25 -5
- package/oj-c/SplitMenuButton.json +60 -17
- package/oj-c/TabBarMixed.json +606 -0
- package/oj-c/TagCloud.json +18 -18
- package/oj-c/TagCloudItem.json +11 -10
- package/oj-c/TextArea.json +45 -45
- package/oj-c/action-card/component.json +2 -2
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +175 -38
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +16 -7
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +4 -4
- package/oj-c/area-chart/component.json +552 -770
- package/oj-c/area-chart-group/area-chart-group.js +1 -1
- package/oj-c/area-chart-group/component.json +4 -3
- package/oj-c/area-chart-item/area-chart-item.js +1 -1
- package/oj-c/area-chart-item/component.json +10 -4
- package/oj-c/area-chart-series/area-chart-series.js +1 -1
- package/oj-c/area-chart-series/component.json +4 -3
- package/oj-c/avatar/component.json +2 -2
- package/oj-c/button/button.js +7 -7
- package/oj-c/button/component.json +2 -2
- package/oj-c/checkbox/component.json +2 -2
- package/oj-c/checkboxset/component.json +2 -2
- package/oj-c/collapsible/component.json +2 -2
- package/oj-c/component.json +15 -3
- package/oj-c/corepackbundle.js +883 -353
- package/oj-c/docs/action-card.html +59 -50
- package/oj-c/docs/area-chart-group.html +59 -50
- package/oj-c/docs/area-chart-item.html +59 -50
- package/oj-c/docs/area-chart-series.html +59 -50
- package/oj-c/docs/area-chart.html +59 -50
- package/oj-c/docs/avatar.html +59 -50
- package/oj-c/docs/button.html +59 -50
- package/oj-c/docs/checkbox.html +59 -50
- package/oj-c/docs/checkboxset.html +59 -50
- package/oj-c/docs/collapsible.html +59 -50
- package/oj-c/docs/drawer-popup.html +59 -50
- package/oj-c/docs/file-picker.html +59 -50
- package/oj-c/docs/form-layout.html +59 -50
- package/oj-c/docs/highlight-text.html +59 -50
- package/oj-c/docs/index.html +59 -50
- package/oj-c/docs/input-date-mask.html +59 -50
- package/oj-c/docs/input-date-text.html +59 -50
- package/oj-c/docs/input-month-mask.html +249 -0
- package/oj-c/docs/input-number.html +59 -50
- package/oj-c/docs/input-password.html +59 -50
- package/oj-c/docs/input-sensitive-text.html +249 -0
- package/oj-c/docs/input-text.html +59 -50
- package/oj-c/docs/jsDocMd.json +1 -1
- package/oj-c/docs/labelled-link.html +59 -50
- package/oj-c/docs/legend-item.html +59 -50
- package/oj-c/docs/legend-section.html +59 -50
- package/oj-c/docs/legend.html +59 -50
- package/oj-c/docs/line-chart-group.html +59 -50
- package/oj-c/docs/line-chart-item.html +59 -50
- package/oj-c/docs/line-chart-series.html +59 -50
- package/oj-c/docs/line-chart.html +59 -50
- package/oj-c/docs/list-item-layout.html +59 -50
- package/oj-c/docs/list-view.html +59 -50
- package/oj-c/docs/menu-button.html +59 -50
- package/oj-c/docs/message-banner.html +59 -50
- package/oj-c/docs/message-toast.html +59 -50
- package/oj-c/docs/meter-bar.html +59 -50
- package/oj-c/docs/meter-circle.html +59 -50
- package/oj-c/docs/oj-c.ActionCard.html +60 -51
- package/oj-c/docs/oj-c.AreaChart.html +1452 -214
- package/oj-c/docs/oj-c.AreaChartGroup.html +63 -51
- package/oj-c/docs/oj-c.AreaChartItem.html +125 -54
- package/oj-c/docs/oj-c.AreaChartSeries.html +63 -51
- package/oj-c/docs/oj-c.Avatar.html +60 -51
- package/oj-c/docs/oj-c.Button.html +60 -51
- package/oj-c/docs/oj-c.Checkbox.html +60 -51
- package/oj-c/docs/oj-c.Checkboxset.html +60 -51
- package/oj-c/docs/oj-c.Collapsible.html +60 -51
- package/oj-c/docs/oj-c.DrawerPopup.html +60 -51
- package/oj-c/docs/oj-c.FilePicker.html +60 -51
- package/oj-c/docs/oj-c.FormLayout.html +60 -51
- package/oj-c/docs/oj-c.HighlightText.html +60 -51
- package/oj-c/docs/oj-c.InputDateMask.html +81 -64
- package/oj-c/docs/oj-c.InputDateText.html +60 -51
- package/oj-c/docs/oj-c.InputMonthMask.html +5940 -0
- package/oj-c/docs/oj-c.InputNumber.html +60 -51
- package/oj-c/docs/oj-c.InputPassword.html +80 -62
- package/oj-c/docs/oj-c.InputSensitiveText.html +5723 -0
- package/oj-c/docs/oj-c.InputText.html +60 -51
- package/oj-c/docs/oj-c.LabelledLink.html +60 -51
- package/oj-c/docs/oj-c.Legend.html +60 -51
- package/oj-c/docs/oj-c.LegendItem.html +75 -51
- package/oj-c/docs/oj-c.LegendSection.html +63 -51
- package/oj-c/docs/oj-c.LineChart.html +1455 -217
- package/oj-c/docs/oj-c.LineChartGroup.html +63 -51
- package/oj-c/docs/oj-c.LineChartItem.html +125 -54
- package/oj-c/docs/oj-c.LineChartSeries.html +63 -51
- package/oj-c/docs/oj-c.ListItemLayout.html +60 -51
- package/oj-c/docs/oj-c.ListView.html +60 -51
- package/oj-c/docs/oj-c.MenuButton.html +60 -51
- package/oj-c/docs/oj-c.MessageBanner.html +60 -51
- package/oj-c/docs/oj-c.MessageToast.html +60 -51
- package/oj-c/docs/oj-c.MeterBar.html +60 -51
- package/oj-c/docs/oj-c.MeterCircle.html +60 -51
- package/oj-c/docs/oj-c.ProgressBar.html +60 -51
- package/oj-c/docs/oj-c.ProgressCircle.html +60 -51
- package/oj-c/docs/oj-c.Radioset.html +60 -51
- package/oj-c/docs/oj-c.RatingGauge.html +60 -51
- package/oj-c/docs/oj-c.SelectMultiple.html +60 -51
- package/oj-c/docs/oj-c.SelectSingle.html +60 -51
- package/oj-c/docs/oj-c.Selector.html +60 -51
- package/oj-c/docs/oj-c.SelectorAll.html +149 -52
- package/oj-c/docs/oj-c.SplitMenuButton.html +299 -52
- package/oj-c/docs/oj-c.TabBarMixed.html +2660 -0
- package/oj-c/docs/oj-c.TagCloud.html +60 -51
- package/oj-c/docs/oj-c.TagCloudItem.html +63 -51
- package/oj-c/docs/oj-c.TextArea.html +60 -51
- package/oj-c/docs/progress-bar.html +59 -50
- package/oj-c/docs/progress-circle.html +59 -50
- package/oj-c/docs/radioset.html +59 -50
- package/oj-c/docs/rating-gauge.html +59 -50
- package/oj-c/docs/select-multiple.html +59 -50
- package/oj-c/docs/select-single.html +59 -50
- package/oj-c/docs/selection-card.html +59 -50
- package/oj-c/docs/selector-all.html +59 -50
- package/oj-c/docs/selector.html +59 -50
- package/oj-c/docs/split-menu-button.html +59 -50
- package/oj-c/docs/tab-bar-mixed.html +249 -0
- package/oj-c/docs/tag-cloud-item.html +59 -50
- package/oj-c/docs/tag-cloud.html +59 -50
- package/oj-c/docs/text-area.html +59 -50
- package/oj-c/drawer-popup/component.json +2 -2
- package/oj-c/file-picker/component.json +2 -2
- package/oj-c/form-layout/component.json +2 -2
- package/oj-c/highlight-text/component.json +2 -2
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +5 -2
- package/oj-c/input-date-mask/component.json +17 -15
- package/oj-c/input-date-mask/input-date-mask.js +45 -88
- package/oj-c/input-date-text/component.json +3 -6
- package/oj-c/input-month-mask/CalendarMonthConverter.js +32 -0
- package/oj-c/input-month-mask/CalendarMonthRangeValidator.js +56 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.d.ts +16 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +23 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +275 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +248 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-month-mask/__webdriver__/index.js +34 -0
- package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -0
- package/oj-c/input-month-mask/component.json +493 -0
- package/oj-c/input-month-mask/index.js +6 -0
- package/oj-c/input-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/input-month-mask/input-month-mask.js +69 -0
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +26 -0
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +88 -0
- package/oj-c/input-month-mask.js +6 -0
- package/oj-c/input-number/component.json +2 -2
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/component.json +5 -5
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +50 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +259 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +266 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js +34 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -0
- package/oj-c/input-sensitive-text/component.json +574 -0
- package/oj-c/input-sensitive-text/index.js +6 -0
- package/oj-c/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/input-sensitive-text/input-sensitive-text.js +74 -0
- package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +52 -0
- package/oj-c/input-sensitive-text.js +6 -0
- package/oj-c/input-text/component.json +2 -2
- package/oj-c/labelled-link/component.json +2 -2
- package/oj-c/legend/component.json +2 -2
- package/oj-c/legend/legend-styles.css +1 -0
- package/oj-c/legend-item/component.json +12 -7
- package/oj-c/legend-item/legend-item.js +1 -1
- package/oj-c/legend-section/component.json +4 -3
- package/oj-c/legend-section/legend-section.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +172 -35
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +13 -4
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +558 -775
- package/oj-c/line-chart/line-chart.js +4 -4
- package/oj-c/line-chart-group/component.json +4 -3
- package/oj-c/line-chart-group/line-chart-group.js +1 -1
- package/oj-c/line-chart-item/component.json +11 -5
- package/oj-c/line-chart-item/line-chart-item.js +1 -1
- package/oj-c/line-chart-series/component.json +4 -3
- package/oj-c/line-chart-series/line-chart-series.js +1 -1
- package/oj-c/list-item-layout/component.json +2 -2
- package/oj-c/list-view/component.json +2 -2
- package/oj-c/menu-button/component.json +2 -2
- package/oj-c/menu-button/menu-button.js +2 -2
- package/oj-c/message-banner/component.json +2 -2
- package/oj-c/message-toast/component.json +2 -2
- package/oj-c/metadata/allComponents.json +3619 -2700
- package/oj-c/meter-bar/component.json +2 -2
- package/oj-c/meter-circle/component.json +2 -2
- 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/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/corepackbundle.css +28 -1
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +5 -2
- 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-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/min/input-month-mask.js +2 -0
- package/oj-c/min/input-month-mask.js.map +1 -0
- package/oj-c/min/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/min/input-sensitive-text.js +2 -0
- package/oj-c/min/input-sensitive-text.js.map +1 -0
- package/oj-c/min/legend/legend-styles.css +1 -0
- 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-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/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/selector-all.js +1 -1
- package/oj-c/min/selector-all.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-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/min/tab-bar-mixed.js +2 -0
- package/oj-c/min/tab-bar-mixed.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/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- package/oj-c/progress-bar/component.json +2 -2
- package/oj-c/progress-circle/component.json +2 -2
- package/oj-c/radioset/component.json +2 -2
- package/oj-c/rating-gauge/component.json +2 -2
- package/oj-c/select-multiple/component.json +2 -2
- package/oj-c/select-single/component.json +2 -2
- package/oj-c/selection-card/component.json +2 -2
- package/oj-c/selector/component.json +2 -2
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +7 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +9 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
- package/oj-c/selector-all/component.json +12 -2
- package/oj-c/selector-all/selector-all.js +3 -3
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +7 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +9 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/component.json +21 -2
- package/oj-c/split-menu-button/split-menu-button.js +18 -27
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +43 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixed.types.js +4 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +16 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +10 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +8 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +13 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +116 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +95 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.d.ts +17 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -0
- package/oj-c/tab-bar-mixed/component.json +236 -0
- package/oj-c/tab-bar-mixed/environment.js +13 -0
- package/oj-c/tab-bar-mixed/index.js +6 -0
- package/oj-c/tab-bar-mixed/sumBadge.js +23 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +39 -0
- package/oj-c/tab-bar-mixed.js +6 -0
- package/oj-c/tag-cloud/component.json +2 -2
- package/oj-c/tag-cloud-item/component.json +4 -3
- package/oj-c/tag-cloud-item/tag-cloud-item.js +1 -1
- package/oj-c/text-area/component.json +2 -2
- package/oj-c/types/area-chart/area-chart.d.ts +7 -2
- package/oj-c/types/area-chart-item/area-chart-item.d.ts +5 -0
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +15 -20
- package/oj-c/types/input-month-mask/CalendarMonthConverter.d.ts +19 -0
- package/oj-c/types/input-month-mask/CalendarMonthRangeValidator.d.ts +34 -0
- package/oj-c/types/input-month-mask/index.d.ts +2 -0
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +184 -0
- package/oj-c/types/input-month-mask/useImplicitCalendarMonthRangeValidator.d.ts +13 -0
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +39 -0
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
- package/oj-c/types/input-sensitive-text/index.d.ts +2 -0
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +199 -0
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +41 -0
- package/oj-c/types/line-chart/line-chart.d.ts +7 -2
- package/oj-c/types/line-chart-item/line-chart-item.d.ts +5 -0
- package/oj-c/types/selector-all/selector-all.d.ts +10 -3
- package/oj-c/types/split-menu-button/index.d.ts +1 -1
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +18 -14
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.types.d.ts +27 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixedIcon.d.ts +12 -0
- package/oj-c/types/tab-bar-mixed/environment.d.ts +1 -0
- package/oj-c/types/tab-bar-mixed/index.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/sumBadge.d.ts +6 -0
- package/oj-c/types/tab-bar-mixed/tab-bar-mixed.d.ts +104 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -2
- package/oj-c/types/utils/PRIVATE_chartUtils/axisUtils.d.ts +3 -0
- package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +55 -19
- package/oj-c/types/utils/UNSAFE_vizTypes/index.d.ts +1 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- 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 +19 -8
- package/webdriver/docs/classes/AvatarWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
- package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
- package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
- package/webdriver/docs/classes/FilePickerWebElement.html +1 -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/InputDateTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +211 -0
- package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
- package/webdriver/docs/classes/InputPasswordWebElement.html +2 -2
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +215 -0
- 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 +12 -6
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/ListViewWebElement.html +1 -1
- package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
- 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/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 +1 -1
- package/webdriver/docs/classes/SelectSingleWebElement.html +1 -1
- package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorAllWebElement.html +6 -2
- package/webdriver/docs/classes/SelectorWebElement.html +1 -1
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +7 -3
- package/webdriver/docs/classes/TabBarMixedWebElement.html +139 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
- package/webdriver/docs/classes/TextAreaWebElement.html +1 -1
- 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/findCheckbox.html +1 -1
- package/webdriver/docs/functions/findCheckboxset.html +1 -1
- package/webdriver/docs/functions/findCollapsible.html +1 -1
- 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/findInputDateText.html +1 -1
- package/webdriver/docs/functions/findInputMonthMask.html +8 -0
- package/webdriver/docs/functions/findInputNumber.html +1 -1
- package/webdriver/docs/functions/findInputPassword.html +1 -1
- package/webdriver/docs/functions/findInputSensitiveText.html +8 -0
- 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/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/findTabBarMixed.html +8 -0
- package/webdriver/docs/functions/findTagCloud.html +1 -1
- package/webdriver/docs/functions/findTextArea.html +1 -1
- package/webdriver/docs/index.html +1 -1
- package/webdriver/docs/modules.html +7 -1
- package/webdriver/index.d.ts +3 -0
- package/webdriver/index.js +3 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +3 -0
|
@@ -49,36 +49,43 @@ export declare class AreaChartWebElementBase extends OjWebElement {
|
|
|
49
49
|
*/
|
|
50
50
|
getOrientation(): Promise<string>;
|
|
51
51
|
/**
|
|
52
|
-
* Gets the value of <code>
|
|
52
|
+
* Gets the value of <code>timeAxisType</code> property.
|
|
53
|
+
* The time axis type of the chart x axis.
|
|
54
|
+
* @return The value of <code>timeAxisType</code> property.
|
|
53
55
|
*
|
|
56
|
+
*/
|
|
57
|
+
getTimeAxisType(): Promise<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Gets the value of <code>yAxis</code> property.
|
|
60
|
+
* An object defining y axis properties.
|
|
54
61
|
* @return The value of <code>yAxis</code> property.
|
|
55
62
|
*
|
|
56
63
|
*/
|
|
57
64
|
getYAxis(): Promise<YAxis>;
|
|
58
65
|
/**
|
|
59
66
|
* Gets the value of <code>xAxis</code> property.
|
|
60
|
-
*
|
|
67
|
+
* An object defining x axis properties.
|
|
61
68
|
* @return The value of <code>xAxis</code> property.
|
|
62
69
|
*
|
|
63
70
|
*/
|
|
64
71
|
getXAxis(): Promise<XAxis>;
|
|
65
72
|
/**
|
|
66
73
|
* Gets the value of <code>plotArea</code> property.
|
|
67
|
-
*
|
|
74
|
+
* An object defining the style of the plot area.
|
|
68
75
|
* @return The value of <code>plotArea</code> property.
|
|
69
76
|
*
|
|
70
77
|
*/
|
|
71
78
|
getPlotArea(): Promise<PlotArea>;
|
|
72
79
|
/**
|
|
73
80
|
* Gets the value of <code>zoomAndScroll</code> property.
|
|
74
|
-
*
|
|
81
|
+
* Specifies the zoom and scroll behavior of the chart.
|
|
75
82
|
* @return The value of <code>zoomAndScroll</code> property.
|
|
76
83
|
*
|
|
77
84
|
*/
|
|
78
85
|
getZoomAndScroll(): Promise<string>;
|
|
79
86
|
/**
|
|
80
87
|
* Gets the value of <code>valueFormats</code> property.
|
|
81
|
-
*
|
|
88
|
+
* An object specifying value formatting and tooltip behavior.
|
|
82
89
|
* @return The value of <code>valueFormats</code> property.
|
|
83
90
|
*
|
|
84
91
|
*/
|
|
@@ -106,14 +113,14 @@ export declare class AreaChartWebElementBase extends OjWebElement {
|
|
|
106
113
|
getSelection(): Promise<Array<any>>;
|
|
107
114
|
/**
|
|
108
115
|
* Sets the value of <code>hiddenCategories</code> property.
|
|
109
|
-
*
|
|
116
|
+
* An array of category string used for filtering.
|
|
110
117
|
* @param hiddenCategories The value to set for <code>hiddenCategories</code>
|
|
111
118
|
*
|
|
112
119
|
*/
|
|
113
120
|
changeHiddenCategories(hiddenCategories: Array<string>): Promise<void>;
|
|
114
121
|
/**
|
|
115
122
|
* Gets the value of <code>hiddenCategories</code> property.
|
|
116
|
-
*
|
|
123
|
+
* An array of category string used for filtering.
|
|
117
124
|
* @return The value of <code>hiddenCategories</code> property.
|
|
118
125
|
*
|
|
119
126
|
*/
|
|
@@ -163,125 +170,255 @@ export declare class AreaChartWebElementBase extends OjWebElement {
|
|
|
163
170
|
}
|
|
164
171
|
export interface YAxis {
|
|
165
172
|
/**
|
|
166
|
-
*
|
|
173
|
+
* The maximum value of the chart data.
|
|
174
|
+
*/
|
|
175
|
+
dataMax: number;
|
|
176
|
+
/**
|
|
177
|
+
* The minimum value of the chart data.
|
|
178
|
+
*/
|
|
179
|
+
dataMin: number;
|
|
180
|
+
/**
|
|
181
|
+
* The maximum value of the y axis.
|
|
182
|
+
*/
|
|
183
|
+
max: number;
|
|
184
|
+
/**
|
|
185
|
+
* The minimum value of the y axis.
|
|
186
|
+
*/
|
|
187
|
+
min: number;
|
|
188
|
+
/**
|
|
189
|
+
* The y axis major tick properties.
|
|
167
190
|
*/
|
|
168
191
|
majorTick: YAxisMajorTick;
|
|
169
192
|
/**
|
|
170
|
-
*
|
|
193
|
+
* The y axis minor tick properties.
|
|
171
194
|
*/
|
|
172
195
|
minorTick: YAxisMinorTick;
|
|
196
|
+
/**
|
|
197
|
+
* The y axis tick label properties.
|
|
198
|
+
*/
|
|
199
|
+
tickLabel: YAxisTickLabel;
|
|
200
|
+
/**
|
|
201
|
+
* The current minimum value of y axis viewport.
|
|
202
|
+
*/
|
|
203
|
+
viewportMin: number;
|
|
204
|
+
/**
|
|
205
|
+
* The current maximum value of y axis viewport.
|
|
206
|
+
*/
|
|
207
|
+
viewportMax: number;
|
|
208
|
+
/**
|
|
209
|
+
* The increment between major tick marks in y axis.
|
|
210
|
+
*/
|
|
211
|
+
step: number;
|
|
212
|
+
/**
|
|
213
|
+
* The size of the axis.
|
|
214
|
+
*/
|
|
215
|
+
size: number;
|
|
216
|
+
/**
|
|
217
|
+
* The scale of the axis.
|
|
218
|
+
*/
|
|
219
|
+
scale: string;
|
|
220
|
+
/**
|
|
221
|
+
* The axis title.
|
|
222
|
+
*/
|
|
223
|
+
title: string;
|
|
224
|
+
/**
|
|
225
|
+
* The axis title style.
|
|
226
|
+
*/
|
|
227
|
+
titleStyle: object;
|
|
173
228
|
}
|
|
174
229
|
export interface YAxisMajorTick {
|
|
175
230
|
/**
|
|
176
|
-
*
|
|
231
|
+
* The color of the line.
|
|
177
232
|
*/
|
|
178
|
-
|
|
233
|
+
lineColor: string;
|
|
179
234
|
/**
|
|
180
|
-
*
|
|
235
|
+
* The style of the line.
|
|
181
236
|
*/
|
|
182
|
-
|
|
237
|
+
lineStyle: string;
|
|
183
238
|
/**
|
|
184
|
-
*
|
|
239
|
+
* The width of the line.
|
|
185
240
|
*/
|
|
186
|
-
|
|
241
|
+
lineWidth: number;
|
|
187
242
|
/**
|
|
188
|
-
*
|
|
243
|
+
* The color of the line.
|
|
189
244
|
*/
|
|
190
245
|
rendered: string;
|
|
191
246
|
}
|
|
192
247
|
export interface YAxisMinorTick {
|
|
193
248
|
/**
|
|
194
|
-
*
|
|
249
|
+
* The color of the line.
|
|
250
|
+
*/
|
|
251
|
+
lineColor: string;
|
|
252
|
+
/**
|
|
253
|
+
* The style of the line.
|
|
195
254
|
*/
|
|
196
255
|
lineStyle: string;
|
|
197
256
|
/**
|
|
198
|
-
*
|
|
257
|
+
* The width of the line.
|
|
199
258
|
*/
|
|
200
259
|
lineWidth: number;
|
|
201
260
|
/**
|
|
202
|
-
*
|
|
261
|
+
* Whether the minor tick are rendered.
|
|
203
262
|
*/
|
|
204
|
-
|
|
263
|
+
rendered: string;
|
|
264
|
+
}
|
|
265
|
+
export interface YAxisTickLabel {
|
|
205
266
|
/**
|
|
206
|
-
*
|
|
267
|
+
* The converter to format the axis tick labels.
|
|
268
|
+
*/
|
|
269
|
+
converter: object;
|
|
270
|
+
/**
|
|
271
|
+
* Whether the tick labels are rendered or not.
|
|
207
272
|
*/
|
|
208
273
|
rendered: string;
|
|
274
|
+
/**
|
|
275
|
+
* The style of the tick labels.
|
|
276
|
+
*/
|
|
277
|
+
style: object;
|
|
209
278
|
}
|
|
210
279
|
export interface XAxis {
|
|
211
280
|
/**
|
|
212
|
-
*
|
|
281
|
+
* The x axis major tick properties.
|
|
213
282
|
*/
|
|
214
283
|
majorTick: XAxisMajorTick;
|
|
284
|
+
/**
|
|
285
|
+
* The x axis minor tick properties.
|
|
286
|
+
*/
|
|
287
|
+
minorTick: XAxisMinorTick;
|
|
288
|
+
/**
|
|
289
|
+
* The x axis tick label properties.
|
|
290
|
+
*/
|
|
291
|
+
tickLabel: XAxisTickLabel;
|
|
292
|
+
/**
|
|
293
|
+
* The current minimum value of x axis viewport.
|
|
294
|
+
*/
|
|
295
|
+
viewportMin: number;
|
|
296
|
+
/**
|
|
297
|
+
* The current maximum value of x axis viewport.
|
|
298
|
+
*/
|
|
299
|
+
viewportMax: number;
|
|
300
|
+
/**
|
|
301
|
+
* The increment between major tick marks in x axis.
|
|
302
|
+
*/
|
|
303
|
+
step: number;
|
|
304
|
+
/**
|
|
305
|
+
* The size of the axis.
|
|
306
|
+
*/
|
|
307
|
+
size: number;
|
|
308
|
+
/**
|
|
309
|
+
* The scale of the axis.
|
|
310
|
+
*/
|
|
311
|
+
scale: string;
|
|
312
|
+
/**
|
|
313
|
+
* The axis title.
|
|
314
|
+
*/
|
|
315
|
+
title: string;
|
|
316
|
+
/**
|
|
317
|
+
* The axis title style.
|
|
318
|
+
*/
|
|
319
|
+
titleStyle: object;
|
|
215
320
|
}
|
|
216
321
|
export interface XAxisMajorTick {
|
|
217
322
|
/**
|
|
218
|
-
*
|
|
323
|
+
* The color of the line.
|
|
324
|
+
*/
|
|
325
|
+
lineColor: string;
|
|
326
|
+
/**
|
|
327
|
+
* The style of the line.
|
|
219
328
|
*/
|
|
220
329
|
lineStyle: string;
|
|
221
330
|
/**
|
|
222
|
-
*
|
|
331
|
+
* The width of the line.
|
|
223
332
|
*/
|
|
224
333
|
lineWidth: number;
|
|
225
334
|
/**
|
|
226
|
-
*
|
|
335
|
+
* The color of the line.
|
|
336
|
+
*/
|
|
337
|
+
rendered: string;
|
|
338
|
+
}
|
|
339
|
+
export interface XAxisMinorTick {
|
|
340
|
+
/**
|
|
341
|
+
* The color of the line.
|
|
227
342
|
*/
|
|
228
343
|
lineColor: string;
|
|
229
344
|
/**
|
|
230
|
-
*
|
|
345
|
+
* The style of the line.
|
|
346
|
+
*/
|
|
347
|
+
lineStyle: string;
|
|
348
|
+
/**
|
|
349
|
+
* The width of the line.
|
|
350
|
+
*/
|
|
351
|
+
lineWidth: number;
|
|
352
|
+
/**
|
|
353
|
+
* Whether the minor tick are rendered.
|
|
354
|
+
*/
|
|
355
|
+
rendered: string;
|
|
356
|
+
}
|
|
357
|
+
export interface XAxisTickLabel {
|
|
358
|
+
/**
|
|
359
|
+
* The converter to format the axis tick labels.
|
|
360
|
+
*/
|
|
361
|
+
converter: object;
|
|
362
|
+
/**
|
|
363
|
+
* Whether the tick labels are rendered or not.
|
|
231
364
|
*/
|
|
232
365
|
rendered: string;
|
|
366
|
+
/**
|
|
367
|
+
* The style of the tick labels.
|
|
368
|
+
*/
|
|
369
|
+
style: object;
|
|
233
370
|
}
|
|
234
371
|
export interface PlotArea {
|
|
235
372
|
/**
|
|
236
|
-
*
|
|
373
|
+
* The background color of the plot area.
|
|
237
374
|
*/
|
|
238
375
|
backgroundColor: string;
|
|
239
376
|
}
|
|
240
377
|
export interface ValueFormats {
|
|
241
378
|
/**
|
|
242
|
-
*
|
|
379
|
+
* The object defining formatting and tooltip behavior for the group.
|
|
243
380
|
*/
|
|
244
381
|
group: ValueFormatsGroup;
|
|
245
382
|
/**
|
|
246
|
-
*
|
|
383
|
+
* The object defining formatting and tooltip behavior for the series.
|
|
247
384
|
*/
|
|
248
385
|
series: ValueFormatsSeries;
|
|
249
386
|
/**
|
|
250
|
-
*
|
|
387
|
+
* The object defining formatting and tooltip behavior for the value.
|
|
251
388
|
*/
|
|
252
389
|
value: ValueFormatsValue;
|
|
253
390
|
}
|
|
254
391
|
export interface ValueFormatsGroup {
|
|
255
392
|
/**
|
|
256
|
-
*
|
|
393
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
257
394
|
*/
|
|
258
395
|
tooltipLabel: string;
|
|
259
396
|
/**
|
|
260
|
-
*
|
|
397
|
+
* Whether the value is displayed in the tooltip.
|
|
261
398
|
*/
|
|
262
399
|
tooltipDisplay: string;
|
|
263
400
|
}
|
|
264
401
|
export interface ValueFormatsSeries {
|
|
265
402
|
/**
|
|
266
|
-
*
|
|
403
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
267
404
|
*/
|
|
268
405
|
tooltipLabel: string;
|
|
269
406
|
/**
|
|
270
|
-
*
|
|
407
|
+
* Whether the value is displayed in the tooltip.
|
|
271
408
|
*/
|
|
272
409
|
tooltipDisplay: string;
|
|
273
410
|
}
|
|
274
411
|
export interface ValueFormatsValue {
|
|
275
412
|
/**
|
|
276
|
-
*
|
|
413
|
+
* The converter to format the numerical value for the tooltip.
|
|
277
414
|
*/
|
|
278
|
-
converter:
|
|
415
|
+
converter: object;
|
|
279
416
|
/**
|
|
280
|
-
*
|
|
417
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
281
418
|
*/
|
|
282
419
|
tooltipLabel: string;
|
|
283
420
|
/**
|
|
284
|
-
*
|
|
421
|
+
* Whether the value is displayed in the tooltip.
|
|
285
422
|
*/
|
|
286
423
|
tooltipDisplay: string;
|
|
287
424
|
}
|
|
@@ -64,8 +64,17 @@ class AreaChartWebElementBase extends elements_1.OjWebElement {
|
|
|
64
64
|
return this.getProperty('orientation');
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
* Gets the value of <code>
|
|
67
|
+
* Gets the value of <code>timeAxisType</code> property.
|
|
68
|
+
* The time axis type of the chart x axis.
|
|
69
|
+
* @return The value of <code>timeAxisType</code> property.
|
|
68
70
|
*
|
|
71
|
+
*/
|
|
72
|
+
getTimeAxisType() {
|
|
73
|
+
return this.getProperty('timeAxisType');
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Gets the value of <code>yAxis</code> property.
|
|
77
|
+
* An object defining y axis properties.
|
|
69
78
|
* @return The value of <code>yAxis</code> property.
|
|
70
79
|
*
|
|
71
80
|
*/
|
|
@@ -74,7 +83,7 @@ class AreaChartWebElementBase extends elements_1.OjWebElement {
|
|
|
74
83
|
}
|
|
75
84
|
/**
|
|
76
85
|
* Gets the value of <code>xAxis</code> property.
|
|
77
|
-
*
|
|
86
|
+
* An object defining x axis properties.
|
|
78
87
|
* @return The value of <code>xAxis</code> property.
|
|
79
88
|
*
|
|
80
89
|
*/
|
|
@@ -83,7 +92,7 @@ class AreaChartWebElementBase extends elements_1.OjWebElement {
|
|
|
83
92
|
}
|
|
84
93
|
/**
|
|
85
94
|
* Gets the value of <code>plotArea</code> property.
|
|
86
|
-
*
|
|
95
|
+
* An object defining the style of the plot area.
|
|
87
96
|
* @return The value of <code>plotArea</code> property.
|
|
88
97
|
*
|
|
89
98
|
*/
|
|
@@ -92,7 +101,7 @@ class AreaChartWebElementBase extends elements_1.OjWebElement {
|
|
|
92
101
|
}
|
|
93
102
|
/**
|
|
94
103
|
* Gets the value of <code>zoomAndScroll</code> property.
|
|
95
|
-
*
|
|
104
|
+
* Specifies the zoom and scroll behavior of the chart.
|
|
96
105
|
* @return The value of <code>zoomAndScroll</code> property.
|
|
97
106
|
*
|
|
98
107
|
*/
|
|
@@ -101,7 +110,7 @@ class AreaChartWebElementBase extends elements_1.OjWebElement {
|
|
|
101
110
|
}
|
|
102
111
|
/**
|
|
103
112
|
* Gets the value of <code>valueFormats</code> property.
|
|
104
|
-
*
|
|
113
|
+
* An object specifying value formatting and tooltip behavior.
|
|
105
114
|
* @return The value of <code>valueFormats</code> property.
|
|
106
115
|
*
|
|
107
116
|
*/
|
|
@@ -137,7 +146,7 @@ class AreaChartWebElementBase extends elements_1.OjWebElement {
|
|
|
137
146
|
}
|
|
138
147
|
/**
|
|
139
148
|
* Sets the value of <code>hiddenCategories</code> property.
|
|
140
|
-
*
|
|
149
|
+
* An array of category string used for filtering.
|
|
141
150
|
* @param hiddenCategories The value to set for <code>hiddenCategories</code>
|
|
142
151
|
*
|
|
143
152
|
*/
|
|
@@ -146,7 +155,7 @@ class AreaChartWebElementBase extends elements_1.OjWebElement {
|
|
|
146
155
|
}
|
|
147
156
|
/**
|
|
148
157
|
* Gets the value of <code>hiddenCategories</code> property.
|
|
149
|
-
*
|
|
158
|
+
* An array of category string used for filtering.
|
|
150
159
|
* @return The value of <code>hiddenCategories</code> property.
|
|
151
160
|
*
|
|
152
161
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AreaChartWebElementBase.js","sourceRoot":"","sources":["AreaChartWebElementBase.ts"],"names":[],"mappings":";;;AAAA,iEAAoE;AAEpE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,uBAAY;IACvD;;;;;OAKG;IACI,OAAO;QACZ,OAAO,IAAI,CAAC,WAAW,CAAO,MAAM,CAAC,CAAC;IACxC,CAAC;IAED;;;;;OAKG;IACI,mBAAmB;QACxB,OAAO,IAAI,CAAC,WAAW,CAAO,kBAAkB,CAAC,CAAC;IACpD,CAAC;IAED;;;;;OAKG;IACI,kBAAkB;QACvB,OAAO,IAAI,CAAC,WAAW,CAAO,iBAAiB,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,QAAQ;QACb,OAAO,IAAI,CAAC,WAAW,CAAS,OAAO,CAAC,CAAC;IAC3C,CAAC;IAED;;;;;OAKG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAS,UAAU,CAAC,CAAC;IAC9C,CAAC;IAED;;;;;OAKG;IACI,cAAc;QACnB,OAAO,IAAI,CAAC,WAAW,CAAS,aAAa,CAAC,CAAC;IACjD,CAAC;IAED;;;;;OAKG;IACI,QAAQ;QACb,OAAO,IAAI,CAAC,WAAW,CAAQ,OAAO,CAAC,CAAC;IAC1C,CAAC;IAED;;;;;OAKG;IACI,QAAQ;QACb,OAAO,IAAI,CAAC,WAAW,CAAQ,OAAO,CAAC,CAAC;IAC1C,CAAC;IAED;;;;;OAKG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAW,UAAU,CAAC,CAAC;IAChD,CAAC;IAED;;;;;OAKG;IACI,gBAAgB;QACrB,OAAO,IAAI,CAAC,WAAW,CAAS,eAAe,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,eAAe;QACpB,OAAO,IAAI,CAAC,WAAW,CAAe,cAAc,CAAC,CAAC;IACxD,CAAC;IAED;;;;;OAKG;IACI,gBAAgB;QACrB,OAAO,IAAI,CAAC,WAAW,CAAS,eAAe,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,eAAe,CAAC,SAAqB;QAC1C,OAAO,IAAI,CAAC,WAAW,CAAa,WAAW,EAAE,SAAS,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;OAKG;IACI,YAAY;QACjB,OAAO,IAAI,CAAC,WAAW,CAAa,WAAW,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,sBAAsB,CAAC,gBAA+B;QAC3D,OAAO,IAAI,CAAC,WAAW,CAAgB,kBAAkB,EAAE,gBAAgB,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;OAKG;IACI,mBAAmB;QACxB,OAAO,IAAI,CAAC,WAAW,CAAgB,kBAAkB,CAAC,CAAC;IAC7D,CAAC;IAED;;;;;OAKG;IACI,2BAA2B,CAAC,qBAAoC;QACrE,OAAO,IAAI,CAAC,WAAW,CAAgB,uBAAuB,EAAE,qBAAqB,CAAC,CAAC;IACzF,CAAC;IAED;;;;;OAKG;IACI,wBAAwB;QAC7B,OAAO,IAAI,CAAC,WAAW,CAAgB,uBAAuB,CAAC,CAAC;IAClE,CAAC;IAED;;;;;OAKG;IACI,sBAAsB;QAC3B,OAAO,IAAI,CAAC,WAAW,CAAS,qBAAqB,CAAC,CAAC;IACzD,CAAC;IAED;;;;;OAKG;IACI,gBAAgB;QACrB,OAAO,IAAI,CAAC,WAAW,CAAS,eAAe,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,iBAAiB;QACtB,OAAO,IAAI,CAAC,WAAW,CAAS,gBAAgB,CAAC,CAAC;IACpD,CAAC;IAED;;;;;OAKG;IACI,SAAS;QACd,OAAO,IAAI,CAAC,WAAW,CAAS,QAAQ,CAAC,CAAC;IAC5C,CAAC;CACF;AA5ND,0DA4NC","sourcesContent":["import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';\n\n/**\n * This is the base class for oj-c-area-chart WebElement, and is generated from the\n * component's metadata. Do not modify these contents since they'll be replaced\n * during the next generation.\n * Put overrides into the WebElements's subclass, AreaChartWebElement.ts.\n */\nexport class AreaChartWebElementBase extends OjWebElement {\n /**\n * Gets the value of <code>data</code> property.\n * Specifies the DataProvider for the sections and items of the area-chart.\n * @return The value of <code>data</code> property.\n *\n */\n public getData(): Promise<null> {\n return this.getProperty<null>('data');\n }\n\n /**\n * Gets the value of <code>seriesComparator</code> property.\n * A comparator function that determines the ordering of the chart series when using a DataProvider. If undefined, the series will follow the order in which they are found in the data.\n * @return The value of <code>seriesComparator</code> property.\n *\n */\n public getSeriesComparator(): Promise<null> {\n return this.getProperty<null>('seriesComparator');\n }\n\n /**\n * Gets the value of <code>groupComparator</code> property.\n * A comparator function that determines the ordering of the chart groups when using a DataProvider. If undefined, the group will follow the order in which they are found in the data.\n * @return The value of <code>groupComparator</code> property.\n *\n */\n public getGroupComparator(): Promise<null> {\n return this.getProperty<null>('groupComparator');\n }\n\n /**\n * Gets the value of <code>stack</code> property.\n * Defines whether the data items are stacked.\n * @return The value of <code>stack</code> property.\n *\n */\n public getStack(): Promise<string> {\n return this.getProperty<string>('stack');\n }\n\n /**\n * Gets the value of <code>drilling</code> property.\n * Whether drilling is enabled.\n * @return The value of <code>drilling</code> property.\n *\n */\n public getDrilling(): Promise<string> {\n return this.getProperty<string>('drilling');\n }\n\n /**\n * Gets the value of <code>orientation</code> property.\n * The orientation of the chart.\n * @return The value of <code>orientation</code> property.\n *\n */\n public getOrientation(): Promise<string> {\n return this.getProperty<string>('orientation');\n }\n\n /**\n * Gets the value of <code>yAxis</code> property.\n *\n * @return The value of <code>yAxis</code> property.\n *\n */\n public getYAxis(): Promise<YAxis> {\n return this.getProperty<YAxis>('yAxis');\n }\n\n /**\n * Gets the value of <code>xAxis</code> property.\n *\n * @return The value of <code>xAxis</code> property.\n *\n */\n public getXAxis(): Promise<XAxis> {\n return this.getProperty<XAxis>('xAxis');\n }\n\n /**\n * Gets the value of <code>plotArea</code> property.\n *\n * @return The value of <code>plotArea</code> property.\n *\n */\n public getPlotArea(): Promise<PlotArea> {\n return this.getProperty<PlotArea>('plotArea');\n }\n\n /**\n * Gets the value of <code>zoomAndScroll</code> property.\n *\n * @return The value of <code>zoomAndScroll</code> property.\n *\n */\n public getZoomAndScroll(): Promise<string> {\n return this.getProperty<string>('zoomAndScroll');\n }\n\n /**\n * Gets the value of <code>valueFormats</code> property.\n *\n * @return The value of <code>valueFormats</code> property.\n *\n */\n public getValueFormats(): Promise<ValueFormats> {\n return this.getProperty<ValueFormats>('valueFormats');\n }\n\n /**\n * Gets the value of <code>selectionMode</code> property.\n * Specifies the selection mode.\n * @return The value of <code>selectionMode</code> property.\n *\n */\n public getSelectionMode(): Promise<string> {\n return this.getProperty<string>('selectionMode');\n }\n\n /**\n * Sets the value of <code>selection</code> property.\n * An array containing the ids of the initially selected data items.\n * @param selection The value to set for <code>selection</code>\n *\n */\n public changeSelection(selection: Array<any>): Promise<void> {\n return this.setProperty<Array<any>>('selection', selection);\n }\n\n /**\n * Gets the value of <code>selection</code> property.\n * An array containing the ids of the initially selected data items.\n * @return The value of <code>selection</code> property.\n *\n */\n public getSelection(): Promise<Array<any>> {\n return this.getProperty<Array<any>>('selection');\n }\n\n /**\n * Sets the value of <code>hiddenCategories</code> property.\n *\n * @param hiddenCategories The value to set for <code>hiddenCategories</code>\n *\n */\n public changeHiddenCategories(hiddenCategories: Array<string>): Promise<void> {\n return this.setProperty<Array<string>>('hiddenCategories', hiddenCategories);\n }\n\n /**\n * Gets the value of <code>hiddenCategories</code> property.\n *\n * @return The value of <code>hiddenCategories</code> property.\n *\n */\n public getHiddenCategories(): Promise<Array<string>> {\n return this.getProperty<Array<string>>('hiddenCategories');\n }\n\n /**\n * Sets the value of <code>highlightedCategories</code> property.\n * An array of category string used for highlighting.\n * @param highlightedCategories The value to set for <code>highlightedCategories</code>\n *\n */\n public changeHighlightedCategories(highlightedCategories: Array<string>): Promise<void> {\n return this.setProperty<Array<string>>('highlightedCategories', highlightedCategories);\n }\n\n /**\n * Gets the value of <code>highlightedCategories</code> property.\n * An array of category string used for highlighting.\n * @return The value of <code>highlightedCategories</code> property.\n *\n */\n public getHighlightedCategories(): Promise<Array<string>> {\n return this.getProperty<Array<string>>('highlightedCategories');\n }\n\n /**\n * Gets the value of <code>hideAndShowBehavior</code> property.\n * Defines the hide and show behavior that is performed when clicking on a leegnd item.\n * @return The value of <code>hideAndShowBehavior</code> property.\n *\n */\n public getHideAndShowBehavior(): Promise<string> {\n return this.getProperty<string>('hideAndShowBehavior');\n }\n\n /**\n * Gets the value of <code>hoverBehavior</code> property.\n * Defines the behavior applied when hovering over data items.\n * @return The value of <code>hoverBehavior</code> property.\n *\n */\n public getHoverBehavior(): Promise<string> {\n return this.getProperty<string>('hoverBehavior');\n }\n\n /**\n * Gets the value of <code>highlightMatch</code> property.\n * The matching condition for the highlighted property.\n * @return The value of <code>highlightMatch</code> property.\n *\n */\n public getHighlightMatch(): Promise<string> {\n return this.getProperty<string>('highlightMatch');\n }\n\n /**\n * Gets the value of <code>legend</code> property.\n * An object defining the style, positioning, and behavior of the legend.\n * @return The value of <code>legend</code> property.\n *\n */\n public getLegend(): Promise<Legend> {\n return this.getProperty<Legend>('legend');\n }\n}\nexport interface YAxis {\n /**\n *\n */\n majorTick: YAxisMajorTick;\n /**\n *\n */\n minorTick: YAxisMinorTick;\n}\nexport interface YAxisMajorTick {\n /**\n *\n */\n lineStyle: string;\n /**\n *\n */\n lineWidth: number;\n /**\n *\n */\n lineColor: string;\n /**\n *\n */\n rendered: string;\n}\nexport interface YAxisMinorTick {\n /**\n *\n */\n lineStyle: string;\n /**\n *\n */\n lineWidth: number;\n /**\n *\n */\n lineColor: string;\n /**\n *\n */\n rendered: string;\n}\nexport interface XAxis {\n /**\n *\n */\n majorTick: XAxisMajorTick;\n}\nexport interface XAxisMajorTick {\n /**\n *\n */\n lineStyle: string;\n /**\n *\n */\n lineWidth: number;\n /**\n *\n */\n lineColor: string;\n /**\n *\n */\n rendered: string;\n}\nexport interface PlotArea {\n /**\n *\n */\n backgroundColor: string;\n}\nexport interface ValueFormats {\n /**\n *\n */\n group: ValueFormatsGroup;\n /**\n *\n */\n series: ValueFormatsSeries;\n /**\n *\n */\n value: ValueFormatsValue;\n}\nexport interface ValueFormatsGroup {\n /**\n *\n */\n tooltipLabel: string;\n /**\n *\n */\n tooltipDisplay: string;\n}\nexport interface ValueFormatsSeries {\n /**\n *\n */\n tooltipLabel: string;\n /**\n *\n */\n tooltipDisplay: string;\n}\nexport interface ValueFormatsValue {\n /**\n *\n */\n converter: any;\n /**\n *\n */\n tooltipLabel: string;\n /**\n *\n */\n tooltipDisplay: string;\n}\nexport interface Legend {\n /**\n *\n */\n position: string;\n /**\n *\n */\n rendered: string;\n /**\n *\n */\n maxSize: number | string;\n /**\n *\n */\n size: number | string;\n /**\n *\n */\n symbolHeight: number;\n /**\n *\n */\n symbolWidth: number;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"AreaChartWebElementBase.js","sourceRoot":"","sources":["AreaChartWebElementBase.ts"],"names":[],"mappings":";;;AAAA,iEAAoE;AAEpE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,uBAAY;IACvD;;;;;OAKG;IACI,OAAO;QACZ,OAAO,IAAI,CAAC,WAAW,CAAO,MAAM,CAAC,CAAC;IACxC,CAAC;IAED;;;;;OAKG;IACI,mBAAmB;QACxB,OAAO,IAAI,CAAC,WAAW,CAAO,kBAAkB,CAAC,CAAC;IACpD,CAAC;IAED;;;;;OAKG;IACI,kBAAkB;QACvB,OAAO,IAAI,CAAC,WAAW,CAAO,iBAAiB,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,QAAQ;QACb,OAAO,IAAI,CAAC,WAAW,CAAS,OAAO,CAAC,CAAC;IAC3C,CAAC;IAED;;;;;OAKG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAS,UAAU,CAAC,CAAC;IAC9C,CAAC;IAED;;;;;OAKG;IACI,cAAc;QACnB,OAAO,IAAI,CAAC,WAAW,CAAS,aAAa,CAAC,CAAC;IACjD,CAAC;IAED;;;;;OAKG;IACI,eAAe;QACpB,OAAO,IAAI,CAAC,WAAW,CAAS,cAAc,CAAC,CAAC;IAClD,CAAC;IAED;;;;;OAKG;IACI,QAAQ;QACb,OAAO,IAAI,CAAC,WAAW,CAAQ,OAAO,CAAC,CAAC;IAC1C,CAAC;IAED;;;;;OAKG;IACI,QAAQ;QACb,OAAO,IAAI,CAAC,WAAW,CAAQ,OAAO,CAAC,CAAC;IAC1C,CAAC;IAED;;;;;OAKG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAW,UAAU,CAAC,CAAC;IAChD,CAAC;IAED;;;;;OAKG;IACI,gBAAgB;QACrB,OAAO,IAAI,CAAC,WAAW,CAAS,eAAe,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,eAAe;QACpB,OAAO,IAAI,CAAC,WAAW,CAAe,cAAc,CAAC,CAAC;IACxD,CAAC;IAED;;;;;OAKG;IACI,gBAAgB;QACrB,OAAO,IAAI,CAAC,WAAW,CAAS,eAAe,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,eAAe,CAAC,SAAqB;QAC1C,OAAO,IAAI,CAAC,WAAW,CAAa,WAAW,EAAE,SAAS,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;OAKG;IACI,YAAY;QACjB,OAAO,IAAI,CAAC,WAAW,CAAa,WAAW,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,sBAAsB,CAAC,gBAA+B;QAC3D,OAAO,IAAI,CAAC,WAAW,CAAgB,kBAAkB,EAAE,gBAAgB,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;OAKG;IACI,mBAAmB;QACxB,OAAO,IAAI,CAAC,WAAW,CAAgB,kBAAkB,CAAC,CAAC;IAC7D,CAAC;IAED;;;;;OAKG;IACI,2BAA2B,CAAC,qBAAoC;QACrE,OAAO,IAAI,CAAC,WAAW,CAAgB,uBAAuB,EAAE,qBAAqB,CAAC,CAAC;IACzF,CAAC;IAED;;;;;OAKG;IACI,wBAAwB;QAC7B,OAAO,IAAI,CAAC,WAAW,CAAgB,uBAAuB,CAAC,CAAC;IAClE,CAAC;IAED;;;;;OAKG;IACI,sBAAsB;QAC3B,OAAO,IAAI,CAAC,WAAW,CAAS,qBAAqB,CAAC,CAAC;IACzD,CAAC;IAED;;;;;OAKG;IACI,gBAAgB;QACrB,OAAO,IAAI,CAAC,WAAW,CAAS,eAAe,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,iBAAiB;QACtB,OAAO,IAAI,CAAC,WAAW,CAAS,gBAAgB,CAAC,CAAC;IACpD,CAAC;IAED;;;;;OAKG;IACI,SAAS;QACd,OAAO,IAAI,CAAC,WAAW,CAAS,QAAQ,CAAC,CAAC;IAC5C,CAAC;CACF;AAtOD,0DAsOC","sourcesContent":["import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';\n\n/**\n * This is the base class for oj-c-area-chart WebElement, and is generated from the\n * component's metadata. Do not modify these contents since they'll be replaced\n * during the next generation.\n * Put overrides into the WebElements's subclass, AreaChartWebElement.ts.\n */\nexport class AreaChartWebElementBase extends OjWebElement {\n /**\n * Gets the value of <code>data</code> property.\n * Specifies the DataProvider for the sections and items of the area-chart.\n * @return The value of <code>data</code> property.\n *\n */\n public getData(): Promise<null> {\n return this.getProperty<null>('data');\n }\n\n /**\n * Gets the value of <code>seriesComparator</code> property.\n * A comparator function that determines the ordering of the chart series when using a DataProvider. If undefined, the series will follow the order in which they are found in the data.\n * @return The value of <code>seriesComparator</code> property.\n *\n */\n public getSeriesComparator(): Promise<null> {\n return this.getProperty<null>('seriesComparator');\n }\n\n /**\n * Gets the value of <code>groupComparator</code> property.\n * A comparator function that determines the ordering of the chart groups when using a DataProvider. If undefined, the group will follow the order in which they are found in the data.\n * @return The value of <code>groupComparator</code> property.\n *\n */\n public getGroupComparator(): Promise<null> {\n return this.getProperty<null>('groupComparator');\n }\n\n /**\n * Gets the value of <code>stack</code> property.\n * Defines whether the data items are stacked.\n * @return The value of <code>stack</code> property.\n *\n */\n public getStack(): Promise<string> {\n return this.getProperty<string>('stack');\n }\n\n /**\n * Gets the value of <code>drilling</code> property.\n * Whether drilling is enabled.\n * @return The value of <code>drilling</code> property.\n *\n */\n public getDrilling(): Promise<string> {\n return this.getProperty<string>('drilling');\n }\n\n /**\n * Gets the value of <code>orientation</code> property.\n * The orientation of the chart.\n * @return The value of <code>orientation</code> property.\n *\n */\n public getOrientation(): Promise<string> {\n return this.getProperty<string>('orientation');\n }\n\n /**\n * Gets the value of <code>timeAxisType</code> property.\n * The time axis type of the chart x axis.\n * @return The value of <code>timeAxisType</code> property.\n *\n */\n public getTimeAxisType(): Promise<string> {\n return this.getProperty<string>('timeAxisType');\n }\n\n /**\n * Gets the value of <code>yAxis</code> property.\n * An object defining y axis properties.\n * @return The value of <code>yAxis</code> property.\n *\n */\n public getYAxis(): Promise<YAxis> {\n return this.getProperty<YAxis>('yAxis');\n }\n\n /**\n * Gets the value of <code>xAxis</code> property.\n * An object defining x axis properties.\n * @return The value of <code>xAxis</code> property.\n *\n */\n public getXAxis(): Promise<XAxis> {\n return this.getProperty<XAxis>('xAxis');\n }\n\n /**\n * Gets the value of <code>plotArea</code> property.\n * An object defining the style of the plot area.\n * @return The value of <code>plotArea</code> property.\n *\n */\n public getPlotArea(): Promise<PlotArea> {\n return this.getProperty<PlotArea>('plotArea');\n }\n\n /**\n * Gets the value of <code>zoomAndScroll</code> property.\n * Specifies the zoom and scroll behavior of the chart.\n * @return The value of <code>zoomAndScroll</code> property.\n *\n */\n public getZoomAndScroll(): Promise<string> {\n return this.getProperty<string>('zoomAndScroll');\n }\n\n /**\n * Gets the value of <code>valueFormats</code> property.\n * An object specifying value formatting and tooltip behavior.\n * @return The value of <code>valueFormats</code> property.\n *\n */\n public getValueFormats(): Promise<ValueFormats> {\n return this.getProperty<ValueFormats>('valueFormats');\n }\n\n /**\n * Gets the value of <code>selectionMode</code> property.\n * Specifies the selection mode.\n * @return The value of <code>selectionMode</code> property.\n *\n */\n public getSelectionMode(): Promise<string> {\n return this.getProperty<string>('selectionMode');\n }\n\n /**\n * Sets the value of <code>selection</code> property.\n * An array containing the ids of the initially selected data items.\n * @param selection The value to set for <code>selection</code>\n *\n */\n public changeSelection(selection: Array<any>): Promise<void> {\n return this.setProperty<Array<any>>('selection', selection);\n }\n\n /**\n * Gets the value of <code>selection</code> property.\n * An array containing the ids of the initially selected data items.\n * @return The value of <code>selection</code> property.\n *\n */\n public getSelection(): Promise<Array<any>> {\n return this.getProperty<Array<any>>('selection');\n }\n\n /**\n * Sets the value of <code>hiddenCategories</code> property.\n * An array of category string used for filtering.\n * @param hiddenCategories The value to set for <code>hiddenCategories</code>\n *\n */\n public changeHiddenCategories(hiddenCategories: Array<string>): Promise<void> {\n return this.setProperty<Array<string>>('hiddenCategories', hiddenCategories);\n }\n\n /**\n * Gets the value of <code>hiddenCategories</code> property.\n * An array of category string used for filtering.\n * @return The value of <code>hiddenCategories</code> property.\n *\n */\n public getHiddenCategories(): Promise<Array<string>> {\n return this.getProperty<Array<string>>('hiddenCategories');\n }\n\n /**\n * Sets the value of <code>highlightedCategories</code> property.\n * An array of category string used for highlighting.\n * @param highlightedCategories The value to set for <code>highlightedCategories</code>\n *\n */\n public changeHighlightedCategories(highlightedCategories: Array<string>): Promise<void> {\n return this.setProperty<Array<string>>('highlightedCategories', highlightedCategories);\n }\n\n /**\n * Gets the value of <code>highlightedCategories</code> property.\n * An array of category string used for highlighting.\n * @return The value of <code>highlightedCategories</code> property.\n *\n */\n public getHighlightedCategories(): Promise<Array<string>> {\n return this.getProperty<Array<string>>('highlightedCategories');\n }\n\n /**\n * Gets the value of <code>hideAndShowBehavior</code> property.\n * Defines the hide and show behavior that is performed when clicking on a leegnd item.\n * @return The value of <code>hideAndShowBehavior</code> property.\n *\n */\n public getHideAndShowBehavior(): Promise<string> {\n return this.getProperty<string>('hideAndShowBehavior');\n }\n\n /**\n * Gets the value of <code>hoverBehavior</code> property.\n * Defines the behavior applied when hovering over data items.\n * @return The value of <code>hoverBehavior</code> property.\n *\n */\n public getHoverBehavior(): Promise<string> {\n return this.getProperty<string>('hoverBehavior');\n }\n\n /**\n * Gets the value of <code>highlightMatch</code> property.\n * The matching condition for the highlighted property.\n * @return The value of <code>highlightMatch</code> property.\n *\n */\n public getHighlightMatch(): Promise<string> {\n return this.getProperty<string>('highlightMatch');\n }\n\n /**\n * Gets the value of <code>legend</code> property.\n * An object defining the style, positioning, and behavior of the legend.\n * @return The value of <code>legend</code> property.\n *\n */\n public getLegend(): Promise<Legend> {\n return this.getProperty<Legend>('legend');\n }\n}\nexport interface YAxis {\n /**\n * The maximum value of the chart data.\n */\n dataMax: number;\n /**\n * The minimum value of the chart data.\n */\n dataMin: number;\n /**\n * The maximum value of the y axis.\n */\n max: number;\n /**\n * The minimum value of the y axis.\n */\n min: number;\n /**\n * The y axis major tick properties.\n */\n majorTick: YAxisMajorTick;\n /**\n * The y axis minor tick properties.\n */\n minorTick: YAxisMinorTick;\n /**\n * The y axis tick label properties.\n */\n tickLabel: YAxisTickLabel;\n /**\n * The current minimum value of y axis viewport.\n */\n viewportMin: number;\n /**\n * The current maximum value of y axis viewport.\n */\n viewportMax: number;\n /**\n * The increment between major tick marks in y axis.\n */\n step: number;\n /**\n * The size of the axis.\n */\n size: number;\n /**\n * The scale of the axis.\n */\n scale: string;\n /**\n * The axis title.\n */\n title: string;\n /**\n * The axis title style.\n */\n titleStyle: object;\n}\nexport interface YAxisMajorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * The color of the line.\n */\n rendered: string;\n}\nexport interface YAxisMinorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * Whether the minor tick are rendered.\n */\n rendered: string;\n}\nexport interface YAxisTickLabel {\n /**\n * The converter to format the axis tick labels.\n */\n converter: object;\n /**\n * Whether the tick labels are rendered or not.\n */\n rendered: string;\n /**\n * The style of the tick labels.\n */\n style: object;\n}\nexport interface XAxis {\n /**\n * The x axis major tick properties.\n */\n majorTick: XAxisMajorTick;\n /**\n * The x axis minor tick properties.\n */\n minorTick: XAxisMinorTick;\n /**\n * The x axis tick label properties.\n */\n tickLabel: XAxisTickLabel;\n /**\n * The current minimum value of x axis viewport.\n */\n viewportMin: number;\n /**\n * The current maximum value of x axis viewport.\n */\n viewportMax: number;\n /**\n * The increment between major tick marks in x axis.\n */\n step: number;\n /**\n * The size of the axis.\n */\n size: number;\n /**\n * The scale of the axis.\n */\n scale: string;\n /**\n * The axis title.\n */\n title: string;\n /**\n * The axis title style.\n */\n titleStyle: object;\n}\nexport interface XAxisMajorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * The color of the line.\n */\n rendered: string;\n}\nexport interface XAxisMinorTick {\n /**\n * The color of the line.\n */\n lineColor: string;\n /**\n * The style of the line.\n */\n lineStyle: string;\n /**\n * The width of the line.\n */\n lineWidth: number;\n /**\n * Whether the minor tick are rendered.\n */\n rendered: string;\n}\nexport interface XAxisTickLabel {\n /**\n * The converter to format the axis tick labels.\n */\n converter: object;\n /**\n * Whether the tick labels are rendered or not.\n */\n rendered: string;\n /**\n * The style of the tick labels.\n */\n style: object;\n}\nexport interface PlotArea {\n /**\n * The background color of the plot area.\n */\n backgroundColor: string;\n}\nexport interface ValueFormats {\n /**\n * The object defining formatting and tooltip behavior for the group.\n */\n group: ValueFormatsGroup;\n /**\n * The object defining formatting and tooltip behavior for the series.\n */\n series: ValueFormatsSeries;\n /**\n * The object defining formatting and tooltip behavior for the value.\n */\n value: ValueFormatsValue;\n}\nexport interface ValueFormatsGroup {\n /**\n * A string representing the label that is displayed before the value in the tooltip.\n */\n tooltipLabel: string;\n /**\n * Whether the value is displayed in the tooltip.\n */\n tooltipDisplay: string;\n}\nexport interface ValueFormatsSeries {\n /**\n * A string representing the label that is displayed before the value in the tooltip.\n */\n tooltipLabel: string;\n /**\n * Whether the value is displayed in the tooltip.\n */\n tooltipDisplay: string;\n}\nexport interface ValueFormatsValue {\n /**\n * The converter to format the numerical value for the tooltip.\n */\n converter: object;\n /**\n * A string representing the label that is displayed before the value in the tooltip.\n */\n tooltipLabel: string;\n /**\n * Whether the value is displayed in the tooltip.\n */\n tooltipDisplay: string;\n}\nexport interface Legend {\n /**\n *\n */\n position: string;\n /**\n *\n */\n rendered: string;\n /**\n *\n */\n maxSize: number | string;\n /**\n *\n */\n size: number | string;\n /**\n *\n */\n symbolHeight: number;\n /**\n *\n */\n symbolWidth: number;\n}\n"]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/translationBundle', "preact/hooks", "@oracle/oraclejet-preact/UNSAFE_LineAreaChart", "ojs/ojcontext", "@oracle/oraclejet-preact/UNSAFE_Legend", "@oracle/oraclejet-preact/UNSAFE_ChartWithLegend", "ojs/ojvcomponent", "../hooks/UNSAFE_useChartData/useChartData", "../utils/PRIVATE_chartUtils/events", "../utils/PRIVATE_chartUtils/legendUtils", "../hooks/UNSAFE_useVizCategories/useVizCategories", "../hooks/UNSAFE_useLegendPosition/useLegendPosition", "../utils/PRIVATE_chartUtils/lineAreaUtils", "../utils/PRIVATE_chartUtils/plotAreaUtils", "css!oj-c/area-chart/area-chart-styles.css"], function (require, exports, jsx_runtime_1, translationBundle_1, hooks_1, UNSAFE_LineAreaChart_1, Context, UNSAFE_Legend_1, UNSAFE_ChartWithLegend_1, ojvcomponent_1, useChartData_1, events_1, legendUtils_1, useVizCategories_1, useLegendPosition_1, lineAreaUtils_1, plotAreaUtils_1) {
|
|
1
|
+
define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/translationBundle', "preact/hooks", "@oracle/oraclejet-preact/UNSAFE_LineAreaChart", "ojs/ojcontext", "@oracle/oraclejet-preact/UNSAFE_Legend", "@oracle/oraclejet-preact/UNSAFE_ChartWithLegend", "ojs/ojvcomponent", "../hooks/UNSAFE_useChartData/useChartData", "../utils/PRIVATE_chartUtils/events", "../utils/PRIVATE_chartUtils/legendUtils", "../hooks/UNSAFE_useVizCategories/useVizCategories", "../hooks/UNSAFE_useLegendPosition/useLegendPosition", "../utils/PRIVATE_chartUtils/lineAreaUtils", "../utils/PRIVATE_chartUtils/plotAreaUtils", "../utils/PRIVATE_chartUtils/axisUtils", "css!oj-c/area-chart/area-chart-styles.css"], function (require, exports, jsx_runtime_1, translationBundle_1, hooks_1, UNSAFE_LineAreaChart_1, Context, UNSAFE_Legend_1, UNSAFE_ChartWithLegend_1, ojvcomponent_1, useChartData_1, events_1, legendUtils_1, useVizCategories_1, useLegendPosition_1, lineAreaUtils_1, plotAreaUtils_1, axisUtils_1) {
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.AreaChart = void 0;
|
|
5
|
-
function AreaChartComp({ data, hideAndShowBehavior = 'none', orientation = 'vertical', xAxis, yAxis, hoverBehavior = 'none', valueFormats, plotArea, zoomAndScroll, itemTemplate, seriesTemplate, groupTemplate, seriesComparator, groupComparator, drilling = 'off', hiddenCategories = [], highlightedCategories = [], highlightMatch = 'any', selection = [], selectionMode = 'none', stack = 'off', legend = {
|
|
5
|
+
function AreaChartComp({ data, hideAndShowBehavior = 'none', orientation = 'vertical', xAxis, yAxis, hoverBehavior = 'none', valueFormats, plotArea, zoomAndScroll, itemTemplate, seriesTemplate, groupTemplate, seriesComparator, groupComparator, drilling = 'off', hiddenCategories = [], highlightedCategories = [], highlightMatch = 'any', selection = [], selectionMode = 'none', timeAxisType, stack = 'off', legend = {
|
|
6
6
|
rendered: 'on',
|
|
7
7
|
position: 'auto'
|
|
8
8
|
}, ...props }) {
|
|
@@ -45,11 +45,11 @@ define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/tr
|
|
|
45
45
|
updateHighlighted(detail.itemId);
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
const chart = series.length > 0 && groups.length > 0 ? ((0, jsx_runtime_1.jsx)(UNSAFE_LineAreaChart_1.LineAreaChart, { type: "area", width: "100%", height: "100%", series: series, groups: groups, getDataItem: getDataItem, onItemInput: onItemInput, drilling: drilling, onItemDrill: itemDrillHandler, onGroupDrill: groupDrillHandler, onSelectionChange: selectionChangeHandler, selectionMode: selectionMode, selectedIds: selectionMode === 'none' ? undefined : selection, orientation: orientation, xAxis: xAxisRest, yAxis: yAxisRest, highlightedIds: highlightedIds.length === 0 ? undefined : highlightedIds, hiddenIds: hiddenIds, plotArea: (0, plotAreaUtils_1.getPlotArea)(plotArea, yMajorTick, yMinorTick, xMajorTick), hideAndShowBehavior: hideAndShowBehavior, hoverBehavior: hoverBehavior, isStacked: stack === 'on', valueFormats: (0, lineAreaUtils_1.transformValueFormats)(valueFormats), "aria-label": props['aria-label'], "aria-describedBy": props['aria-describedby'], "aria-labelledBy": props['aria-labelledby'] })) : undefined;
|
|
48
|
+
const chart = series.length > 0 && groups.length > 0 ? ((0, jsx_runtime_1.jsx)(UNSAFE_LineAreaChart_1.LineAreaChart, { type: "area", width: "100%", height: "100%", series: series, groups: groups, getDataItem: getDataItem, onItemInput: onItemInput, drilling: drilling, onItemDrill: itemDrillHandler, onGroupDrill: groupDrillHandler, onSelectionChange: selectionChangeHandler, selectionMode: selectionMode, selectedIds: selectionMode === 'none' ? undefined : selection, orientation: orientation, xAxis: (0, axisUtils_1.getPreactAxisProps)({ ...xAxisRest, timeAxisType }), yAxis: (0, axisUtils_1.getPreactAxisProps)(yAxisRest), highlightedIds: highlightedIds.length === 0 ? undefined : highlightedIds, hiddenIds: hiddenIds, plotArea: (0, plotAreaUtils_1.getPlotArea)(plotArea, yMajorTick, yMinorTick, xMajorTick), hideAndShowBehavior: hideAndShowBehavior, hoverBehavior: hoverBehavior, isStacked: stack === 'on', valueFormats: (0, lineAreaUtils_1.transformValueFormats)(valueFormats), "aria-label": props['aria-label'], "aria-describedBy": props['aria-describedby'], "aria-labelledBy": props['aria-labelledby'] })) : undefined;
|
|
49
49
|
const chartLegend = isLegendRendered && legendData.length > 0 ? ((0, jsx_runtime_1.jsx)(UNSAFE_Legend_1.Legend, { items: legendData, orientation: legendPosition === 'start' || legendPosition === 'end' ? 'vertical' : 'horizontal', isReadOnly: !isLegendInteractive, highlightedIds: highlightedIds.length === 0 ? undefined : highlightedIds, hiddenIds: hiddenIds.length === 0 ? undefined : hiddenIds, symbolHeight: legend.symbolHeight, symbolWidth: legend.symbolWidth, onItemAction: legendItemActionHandler, onInput: legendItemInputHandler })) : undefined;
|
|
50
50
|
return ((0, jsx_runtime_1.jsx)(ojvcomponent_1.Root, { ref: rootRef, children: (0, jsx_runtime_1.jsx)(UNSAFE_ChartWithLegend_1.ChartWithLegend, { chart: chart, position: legendPosition, maxSize: legend.maxSize, size: legend.size, legend: chartLegend }) }));
|
|
51
51
|
}
|
|
52
|
-
exports.AreaChart = (0, ojvcomponent_1.registerCustomElement)('oj-c-area-chart', AreaChartComp, "AreaChart", { "properties": { "data": { "type": "DataProvider|null" }, "seriesComparator": { "type": "function" }, "groupComparator": { "type": "function" }, "stack": { "type": "string", "enumValues": ["off", "on"] }, "drilling": { "type": "string", "enumValues": ["off", "on"] }, "orientation": { "type": "string", "enumValues": ["horizontal", "vertical"] }, "yAxis": { "type": "object", "properties": { "majorTick": { "type": "object", "properties": { "lineStyle": { "type": "string", "enumValues": ["dashed", "dotted", "solid"] }, "lineWidth": { "type": "number" }, "lineColor": { "type": "string" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "
|
|
52
|
+
exports.AreaChart = (0, ojvcomponent_1.registerCustomElement)('oj-c-area-chart', AreaChartComp, "AreaChart", { "properties": { "data": { "type": "DataProvider|null" }, "seriesComparator": { "type": "function" }, "groupComparator": { "type": "function" }, "stack": { "type": "string", "enumValues": ["off", "on"] }, "drilling": { "type": "string", "enumValues": ["off", "on"] }, "orientation": { "type": "string", "enumValues": ["horizontal", "vertical"] }, "timeAxisType": { "type": "string", "enumValues": ["enabled", "mixedFrequency", "skipGaps"] }, "yAxis": { "type": "object", "properties": { "dataMax": { "type": "number" }, "dataMin": { "type": "number" }, "max": { "type": "number" }, "min": { "type": "number" }, "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "dotted", "solid"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "dotted", "solid"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "xAxis": { "type": "object", "properties": { "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "dotted", "solid"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "dotted", "solid"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object|" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "plotArea": { "type": "object", "properties": { "backgroundColor": { "type": "string" } } }, "zoomAndScroll": { "type": "string", "enumValues": ["off", "live"] }, "valueFormats": { "type": "object", "properties": { "group": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "series": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "value": { "type": "object", "properties": { "converter": { "type": "object" }, "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } } } }, "selectionMode": { "type": "string", "enumValues": ["none", "multiple", "single"] }, "selection": { "type": "Array<any>", "writeback": true }, "hiddenCategories": { "type": "Array<string>", "writeback": true }, "highlightedCategories": { "type": "Array<string>", "writeback": true }, "hideAndShowBehavior": { "type": "string", "enumValues": ["none", "withoutRescale", "withRescale"] }, "hoverBehavior": { "type": "string", "enumValues": ["none", "dim"] }, "highlightMatch": { "type": "string", "enumValues": ["all", "any"] }, "legend": { "type": "object", "properties": { "position": { "type": "string", "enumValues": ["auto", "end", "start", "top", "bottom"] }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] }, "maxSize": { "type": "number|string" }, "size": { "type": "number|string" }, "symbolHeight": { "type": "number" }, "symbolWidth": { "type": "number" } } } }, "slots": { "itemTemplate": { "data": {} }, "seriesTemplate": { "data": {} }, "groupTemplate": { "data": {} } }, "events": { "ojViewportChange": {}, "ojItemDrill": {}, "ojGroupDrill": {}, "ojSeriesDrill": {} }, "extension": { "_WRITEBACK_PROPS": ["selection", "hiddenCategories", "highlightedCategories"], "_READ_ONLY_PROPS": [], "_OBSERVED_GLOBAL_PROPS": ["aria-label", "aria-describedby", "aria-labelledby"] } }, { "hideAndShowBehavior": "none", "orientation": "vertical", "hoverBehavior": "none", "drilling": "off", "hiddenCategories": [], "highlightedCategories": [], "highlightMatch": "any", "selection": [], "selectionMode": "none", "stack": "off", "legend": { "rendered": "on", "position": "auto" } }, {
|
|
53
53
|
'@oracle/oraclejet-preact': translationBundle_1.default
|
|
54
54
|
});
|
|
55
55
|
});
|