@oracle/oraclejet-core-pack 16.0.5 → 16.1.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 +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
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
define(["require", "exports", "oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue", "oj-c/editable-value/utils/utils"], function (require, exports, useEditableValue_1, utils_1) {
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.useInputSensitiveTextPreact = void 0;
|
|
5
|
+
function useInputSensitiveTextPreact({ autofocus, clearIcon = 'never', disabled, displayOptions, labelEdge, labelHint, labelStartWidth, length, maskIcon, maskIconLabel, messagesCustom, placeholder, readonly, required, requiredMessageDetail, textAlign, userAssistanceDensity, validators, value: propValue, virtualKeyboard, onMessagesCustomChanged, onRawValueChanged, onValidChanged, onValueChanged, ...otherProps }, addBusyState) {
|
|
6
|
+
const { methods, textFieldProps, value, setValue } = (0, useEditableValue_1.useEditableValue)({
|
|
7
|
+
ariaDescribedBy: otherProps['aria-describedby'],
|
|
8
|
+
disabled,
|
|
9
|
+
displayOptions,
|
|
10
|
+
messagesCustom,
|
|
11
|
+
readonly,
|
|
12
|
+
required,
|
|
13
|
+
requiredMessageDetail,
|
|
14
|
+
validators,
|
|
15
|
+
value: propValue,
|
|
16
|
+
addBusyState,
|
|
17
|
+
onMessagesCustomChanged,
|
|
18
|
+
onRawValueChanged,
|
|
19
|
+
onValidChanged,
|
|
20
|
+
onValueChanged
|
|
21
|
+
});
|
|
22
|
+
const hasNoValue = value === null || (typeof value === 'string' && value === '');
|
|
23
|
+
const hasClearIcon = clearIcon === 'conditional' ? 'conditionally' : clearIcon;
|
|
24
|
+
const hasRevealToggle = maskIcon === 'hidden' ? 'never' : 'always';
|
|
25
|
+
return {
|
|
26
|
+
value,
|
|
27
|
+
setValue,
|
|
28
|
+
methods,
|
|
29
|
+
inputSensitiveTextProps: {
|
|
30
|
+
...textFieldProps,
|
|
31
|
+
autoFocus: autofocus,
|
|
32
|
+
hasClearIcon,
|
|
33
|
+
hasRevealToggle,
|
|
34
|
+
isDisabled: disabled,
|
|
35
|
+
isReadonly: readonly,
|
|
36
|
+
isRequired: required,
|
|
37
|
+
isRequiredShown: required && (userAssistanceDensity === 'compact' || hasNoValue),
|
|
38
|
+
label: labelHint,
|
|
39
|
+
labelEdge,
|
|
40
|
+
labelStartWidth,
|
|
41
|
+
maxLength: (0, utils_1.treatNull)(length?.max),
|
|
42
|
+
maxLengthUnit: length?.countBy,
|
|
43
|
+
placeholder,
|
|
44
|
+
revealToggleLabel: maskIconLabel,
|
|
45
|
+
textAlign,
|
|
46
|
+
userAssistanceDensity,
|
|
47
|
+
virtualKeyboard
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
exports.useInputSensitiveTextPreact = useInputSensitiveTextPreact;
|
|
52
|
+
});
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
define(["require", "exports", "./input-sensitive-text/input-sensitive-text"], function (require, exports, input_sensitive_text_1) {
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.InputSensitiveText = void 0;
|
|
5
|
+
Object.defineProperty(exports, "InputSensitiveText", { enumerable: true, get: function () { return input_sensitive_text_1.InputSensitiveText; } });
|
|
6
|
+
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "legend-item",
|
|
3
|
-
"version": "16.0
|
|
4
|
-
"jetVersion": "^16.0
|
|
3
|
+
"version": "16.1.0",
|
|
4
|
+
"jetVersion": "^16.1.0",
|
|
5
5
|
"pack": "oj-c",
|
|
6
6
|
"type": "composite",
|
|
7
7
|
"dependencyScope": "runtime",
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"type": "Array<string>",
|
|
32
32
|
"description": "An array of categories for the legend item. Legend items currently only support a single category.",
|
|
33
33
|
"displayName": "Categories",
|
|
34
|
-
"help": "#categories"
|
|
34
|
+
"help": "#categories",
|
|
35
|
+
"value": []
|
|
35
36
|
},
|
|
36
37
|
"symbolType": {
|
|
37
38
|
"type": "string",
|
|
@@ -61,7 +62,8 @@
|
|
|
61
62
|
"image",
|
|
62
63
|
"line",
|
|
63
64
|
"lineWithMarker"
|
|
64
|
-
]
|
|
65
|
+
],
|
|
66
|
+
"value": "marker"
|
|
65
67
|
},
|
|
66
68
|
"source": {
|
|
67
69
|
"type": "string",
|
|
@@ -79,7 +81,8 @@
|
|
|
79
81
|
"type": "string",
|
|
80
82
|
"description": "The border color of the marker. Only applies if symbolType is \"marker\" or \"lineWithMarker.",
|
|
81
83
|
"displayName": "Border Color",
|
|
82
|
-
"help": "#borderColor"
|
|
84
|
+
"help": "#borderColor",
|
|
85
|
+
"value": ""
|
|
83
86
|
},
|
|
84
87
|
"lineStyle": {
|
|
85
88
|
"type": "string",
|
|
@@ -104,7 +107,8 @@
|
|
|
104
107
|
"dashed",
|
|
105
108
|
"dotted",
|
|
106
109
|
"solid"
|
|
107
|
-
]
|
|
110
|
+
],
|
|
111
|
+
"value": "solid"
|
|
108
112
|
},
|
|
109
113
|
"lineWidth": {
|
|
110
114
|
"type": "number",
|
|
@@ -170,7 +174,8 @@
|
|
|
170
174
|
"triangleDown",
|
|
171
175
|
"triangleUp",
|
|
172
176
|
"rectangle"
|
|
173
|
-
]
|
|
177
|
+
],
|
|
178
|
+
"value": "square"
|
|
174
179
|
},
|
|
175
180
|
"markerColor": {
|
|
176
181
|
"type": "string",
|
|
@@ -11,7 +11,7 @@ define(["require", "exports", '@oracle/oraclejet-preact/translationBundle', "ojs
|
|
|
11
11
|
};
|
|
12
12
|
exports.LegendItem = (0, ojvcomponent_1.registerCustomElement)('oj-c-legend-item', ({ markerShape = exports.LegendItemDefaults.markerShape, symbolType = exports.LegendItemDefaults.symbolType, borderColor = exports.LegendItemDefaults.borderColor, categories = exports.LegendItemDefaults.categories, lineStyle = exports.LegendItemDefaults.lineStyle, ...props }) => {
|
|
13
13
|
return null;
|
|
14
|
-
}, "LegendItem", { "properties": { "text": { "type": "string" }, "categories": { "type": "Array<string>" }, "symbolType": { "type": "string", "enumValues": ["marker", "image", "line", "lineWithMarker"] }, "source": { "type": "string" }, "color": { "type": "string" }, "borderColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "dotted", "solid"] }, "lineWidth": { "type": "number" }, "markerShape": { "type": "string", "enumValues": ["square", "circle", "ellipse", "diamond", "human", "plus", "star", "triangleDown", "triangleUp", "rectangle"] }, "markerColor": { "type": "string" }, "shortDesc": { "type": "string" } } },
|
|
14
|
+
}, "LegendItem", { "properties": { "text": { "type": "string" }, "categories": { "type": "Array<string>" }, "symbolType": { "type": "string", "enumValues": ["marker", "image", "line", "lineWithMarker"] }, "source": { "type": "string" }, "color": { "type": "string" }, "borderColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "dotted", "solid"] }, "lineWidth": { "type": "number" }, "markerShape": { "type": "string", "enumValues": ["square", "circle", "ellipse", "diamond", "human", "plus", "star", "triangleDown", "triangleUp", "rectangle"] }, "markerColor": { "type": "string" }, "shortDesc": { "type": "string" } } }, { "markerShape": "square", "symbolType": "marker", "borderColor": "", "categories": [], "lineStyle": "solid" }, {
|
|
15
15
|
'@oracle/oraclejet-preact': translationBundle_1.default
|
|
16
16
|
});
|
|
17
17
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "legend-section",
|
|
3
|
-
"version": "16.0
|
|
4
|
-
"jetVersion": "^16.0
|
|
3
|
+
"version": "16.1.0",
|
|
4
|
+
"jetVersion": "^16.1.0",
|
|
5
5
|
"pack": "oj-c",
|
|
6
6
|
"type": "composite",
|
|
7
7
|
"dependencyScope": "runtime",
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"type": "string",
|
|
26
26
|
"description": "The title of the legend section.",
|
|
27
27
|
"displayName": "Text",
|
|
28
|
-
"help": "#text"
|
|
28
|
+
"help": "#text",
|
|
29
|
+
"value": ""
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
"methods": {
|
|
@@ -7,7 +7,7 @@ define(["require", "exports", '@oracle/oraclejet-preact/translationBundle', "ojs
|
|
|
7
7
|
};
|
|
8
8
|
exports.LegendSection = (0, ojvcomponent_1.registerCustomElement)('oj-c-legend-section', ({ text = exports.LegendSectionDefaults.text, ...props }) => {
|
|
9
9
|
return null;
|
|
10
|
-
}, "LegendSection", { "properties": { "text": { "type": "string" } } },
|
|
10
|
+
}, "LegendSection", { "properties": { "text": { "type": "string" } } }, { "text": "" }, {
|
|
11
11
|
'@oracle/oraclejet-preact': translationBundle_1.default
|
|
12
12
|
});
|
|
13
13
|
});
|
|
@@ -34,6 +34,13 @@ export declare class LineChartWebElementBase extends OjWebElement {
|
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
getOrientation(): Promise<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets the value of <code>timeAxisType</code> property.
|
|
39
|
+
* The time axis type of the chart x axis.
|
|
40
|
+
* @return The value of <code>timeAxisType</code> property.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
getTimeAxisType(): Promise<string>;
|
|
37
44
|
/**
|
|
38
45
|
* Gets the value of <code>yAxis</code> property.
|
|
39
46
|
* The yAxis options for the chart.
|
|
@@ -106,28 +113,28 @@ export declare class LineChartWebElementBase 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 strings 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 strings used for filtering.
|
|
117
124
|
* @return The value of <code>hiddenCategories</code> property.
|
|
118
125
|
*
|
|
119
126
|
*/
|
|
120
127
|
getHiddenCategories(): Promise<Array<string>>;
|
|
121
128
|
/**
|
|
122
129
|
* Sets the value of <code>highlightedCategories</code> property.
|
|
123
|
-
* An array of category
|
|
130
|
+
* An array of category strings used for highlighting.
|
|
124
131
|
* @param highlightedCategories The value to set for <code>highlightedCategories</code>
|
|
125
132
|
*
|
|
126
133
|
*/
|
|
127
134
|
changeHighlightedCategories(highlightedCategories: Array<string>): Promise<void>;
|
|
128
135
|
/**
|
|
129
136
|
* Gets the value of <code>highlightedCategories</code> property.
|
|
130
|
-
* An array of category
|
|
137
|
+
* An array of category strings used for highlighting.
|
|
131
138
|
* @return The value of <code>highlightedCategories</code> property.
|
|
132
139
|
*
|
|
133
140
|
*/
|
|
@@ -163,125 +170,255 @@ export declare class LineChartWebElementBase 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.
|
|
231
354
|
*/
|
|
232
355
|
rendered: string;
|
|
233
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.
|
|
364
|
+
*/
|
|
365
|
+
rendered: string;
|
|
366
|
+
/**
|
|
367
|
+
* The style of the tick labels.
|
|
368
|
+
*/
|
|
369
|
+
style: object;
|
|
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
|
}
|
|
@@ -45,6 +45,15 @@ class LineChartWebElementBase extends elements_1.OjWebElement {
|
|
|
45
45
|
getOrientation() {
|
|
46
46
|
return this.getProperty('orientation');
|
|
47
47
|
}
|
|
48
|
+
/**
|
|
49
|
+
* Gets the value of <code>timeAxisType</code> property.
|
|
50
|
+
* The time axis type of the chart x axis.
|
|
51
|
+
* @return The value of <code>timeAxisType</code> property.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
getTimeAxisType() {
|
|
55
|
+
return this.getProperty('timeAxisType');
|
|
56
|
+
}
|
|
48
57
|
/**
|
|
49
58
|
* Gets the value of <code>yAxis</code> property.
|
|
50
59
|
* The yAxis options for the chart.
|
|
@@ -137,7 +146,7 @@ class LineChartWebElementBase extends elements_1.OjWebElement {
|
|
|
137
146
|
}
|
|
138
147
|
/**
|
|
139
148
|
* Sets the value of <code>hiddenCategories</code> property.
|
|
140
|
-
*
|
|
149
|
+
* An array of category strings used for filtering.
|
|
141
150
|
* @param hiddenCategories The value to set for <code>hiddenCategories</code>
|
|
142
151
|
*
|
|
143
152
|
*/
|
|
@@ -146,7 +155,7 @@ class LineChartWebElementBase extends elements_1.OjWebElement {
|
|
|
146
155
|
}
|
|
147
156
|
/**
|
|
148
157
|
* Gets the value of <code>hiddenCategories</code> property.
|
|
149
|
-
*
|
|
158
|
+
* An array of category strings used for filtering.
|
|
150
159
|
* @return The value of <code>hiddenCategories</code> property.
|
|
151
160
|
*
|
|
152
161
|
*/
|
|
@@ -155,7 +164,7 @@ class LineChartWebElementBase extends elements_1.OjWebElement {
|
|
|
155
164
|
}
|
|
156
165
|
/**
|
|
157
166
|
* Sets the value of <code>highlightedCategories</code> property.
|
|
158
|
-
* An array of category
|
|
167
|
+
* An array of category strings used for highlighting.
|
|
159
168
|
* @param highlightedCategories The value to set for <code>highlightedCategories</code>
|
|
160
169
|
*
|
|
161
170
|
*/
|
|
@@ -164,7 +173,7 @@ class LineChartWebElementBase extends elements_1.OjWebElement {
|
|
|
164
173
|
}
|
|
165
174
|
/**
|
|
166
175
|
* Gets the value of <code>highlightedCategories</code> property.
|
|
167
|
-
* An array of category
|
|
176
|
+
* An array of category strings used for highlighting.
|
|
168
177
|
* @return The value of <code>highlightedCategories</code> property.
|
|
169
178
|
*
|
|
170
179
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineChartWebElementBase.js","sourceRoot":"","sources":["LineChartWebElementBase.ts"],"names":[],"mappings":";;;AAAA,iEAAoE;AAEpE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,uBAAY;IACvD;;;;;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,mBAAmB;QACxB,OAAO,IAAI,CAAC,WAAW,CAAO,kBAAkB,CAAC,CAAC;IACpD,CAAC;IAED;;;;;OAKG;IACI,OAAO;QACZ,OAAO,IAAI,CAAC,WAAW,CAAO,MAAM,CAAC,CAAC;IACxC,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-line-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, LineChartWebElement.ts.\n */\nexport class LineChartWebElementBase extends OjWebElement {\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. 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.\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 * The yAxis options for the chart.\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 * The xAxis options for the chart.\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 * The plot area of the chart.\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 * The zoom and scroll behavior.\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, whose keys generally correspond to the attribute names on the data items.\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>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>data</code> property.\n * Specifies the DataProvider for the sections and items of the line-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>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":"LineChartWebElementBase.js","sourceRoot":"","sources":["LineChartWebElementBase.ts"],"names":[],"mappings":";;;AAAA,iEAAoE;AAEpE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,uBAAY;IACvD;;;;;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,mBAAmB;QACxB,OAAO,IAAI,CAAC,WAAW,CAAO,kBAAkB,CAAC,CAAC;IACpD,CAAC;IAED;;;;;OAKG;IACI,OAAO;QACZ,OAAO,IAAI,CAAC,WAAW,CAAO,MAAM,CAAC,CAAC;IACxC,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-line-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, LineChartWebElement.ts.\n */\nexport class LineChartWebElementBase extends OjWebElement {\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. 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.\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 * The yAxis options for the chart.\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 * The xAxis options for the chart.\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 * The plot area of the chart.\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 * The zoom and scroll behavior.\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, whose keys generally correspond to the attribute names on the data items.\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>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>data</code> property.\n * Specifies the DataProvider for the sections and items of the line-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>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 strings 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 strings 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 strings 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 strings 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"]}
|