@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,606 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"pack": "oj-c",
|
|
4
|
+
"id": "oj-c.TabBarMixed",
|
|
5
|
+
"name": "TabBarMixed",
|
|
6
|
+
"memberof": "oj-c",
|
|
7
|
+
"longname": "oj-c.TabBarMixed",
|
|
8
|
+
"kind": "class",
|
|
9
|
+
"classdesc": "<h3 id=\"tabBarMixedOverview-section\">\n JET TabBarMixed\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#tabBarMixedOverview-section\"></a>\n</h3>\n\nThe oj-c-tab-bar-mixed enables horizontal navigation between distinct content with a mixture of static and dynamic tabs.\n\n<h3 id=\"touch-section\">\n Touch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Tab</td>\n <td><kbd>Tap</kbd></td>\n <td>Selects the tab.</td>\n </tr>\n <tr>\n <td>Remove button</td>\n <td><kbd>Tap</kbd></td>\n <td>Removes the tab.</td>\n </tr>\n <tr>\n <td>Arrow button</td>\n <td><kbd>Tap</kbd></td>\n <td>When dynamic tabs are displayed inside a conveyor belt, tapping the arrow button will scroll the conveyor belt.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Tab</td>\n <td><kbd>Enter or Space</kbd></td>\n <td>Select the current tab.</td>\n </tr>\n <tr>\n <td>Tab</td>\n <td><kbd>LeftArrow or RightArrow</kbd></td>\n <td>Navigate to the previous or next tab.</td>\n </tr>\n <tr>\n <td>Tab</td>\n <td><kbd>Delete</kbd></td>\n <td>Remove the current tab.</td>\n </tr>\n <tr>\n <td>Tab</td>\n <td><kbd>Esc</kbd></td>\n <td>Hide the tooltip if tooltip is shown.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>UpArrow or DownArrow</kbd></td>\n <td>Navigate the dynamic tab represented as item in the list in the direction of the arrow.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>Enter or Space</kbd></td>\n <td>Select the highlighted choice from the dropdown and close the dropdown.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>Esc</kbd></td>\n <td>Close the dropdown.</td>\n </tr>\n </tbody>\n</table>",
|
|
10
|
+
"scope": "static",
|
|
11
|
+
"tagWithoutBrackets": "oj-c-tab-bar-mixed",
|
|
12
|
+
"tagWithBrackets": "<oj-c-tab-bar-mixed>",
|
|
13
|
+
"domInterface": "CTabBarMixedElement",
|
|
14
|
+
"ojPageTitle": "<oj-c-tab-bar-mixed>",
|
|
15
|
+
"ojcomponent": true,
|
|
16
|
+
"isvcomponent": true,
|
|
17
|
+
"camelCaseName": "TabBarMixed",
|
|
18
|
+
"ojPageTitlePrefix": "Element: ",
|
|
19
|
+
"ojtsvcomponent": true,
|
|
20
|
+
"tstype": {
|
|
21
|
+
"target": "Type",
|
|
22
|
+
"value": "interface CTabBarMixedElement extends JetElement<TabBarMixedElementSettableProperties>"
|
|
23
|
+
},
|
|
24
|
+
"ojsignature": [
|
|
25
|
+
{
|
|
26
|
+
"target": "Type",
|
|
27
|
+
"value": "interface CTabBarMixedElement extends JetElement<TabBarMixedElementSettableProperties>"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"since": "16.1.0",
|
|
31
|
+
"meta": {
|
|
32
|
+
"filename": "tab-bar-mixed.tsx",
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
34
|
+
},
|
|
35
|
+
"ojmodule": "tab-bar-mixed"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"memberof": "oj-c.TabBarMixed",
|
|
39
|
+
"id": "oj-c.TabBarMixed#dynamicTabs",
|
|
40
|
+
"name": "dynamicTabs",
|
|
41
|
+
"kind": "member",
|
|
42
|
+
"longname": "oj-c.TabBarMixed#dynamicTabs",
|
|
43
|
+
"optional": true,
|
|
44
|
+
"scope": "instance",
|
|
45
|
+
"description": "Specifies the data definitions for the dynamics tabs (the collection of tabs that are removable).",
|
|
46
|
+
"meta": {
|
|
47
|
+
"filename": "tab-bar-mixed.tsx",
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
49
|
+
},
|
|
50
|
+
"type": {
|
|
51
|
+
"names": [
|
|
52
|
+
"Array<object>"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"tstype": [
|
|
56
|
+
{
|
|
57
|
+
"target": "Type",
|
|
58
|
+
"value": "Array<oj-c.TabBarMixed.TabData>",
|
|
59
|
+
"jsdocOverride": true
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"memberof": "oj-c.TabBarMixed",
|
|
65
|
+
"id": "oj-c.TabBarMixed#dynamicTabsOverflow",
|
|
66
|
+
"name": "dynamicTabsOverflow",
|
|
67
|
+
"kind": "member",
|
|
68
|
+
"longname": "oj-c.TabBarMixed#dynamicTabsOverflow",
|
|
69
|
+
"optional": true,
|
|
70
|
+
"scope": "instance",
|
|
71
|
+
"description": "Specifies whether the dynamic tabs are displayed inside a conveyor belt or a popup.",
|
|
72
|
+
"meta": {
|
|
73
|
+
"filename": "tab-bar-mixed.tsx",
|
|
74
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
75
|
+
},
|
|
76
|
+
"ojvalues": [
|
|
77
|
+
{
|
|
78
|
+
"name": "conveyor",
|
|
79
|
+
"description": "Dynamic tabs are displayed inside a conveyor belt.",
|
|
80
|
+
"displayName": "Conveyor",
|
|
81
|
+
"type": {
|
|
82
|
+
"names": [
|
|
83
|
+
"string"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "popup",
|
|
89
|
+
"description": "Dynamic tabs are displayed inside a popup.",
|
|
90
|
+
"displayName": "Popup",
|
|
91
|
+
"type": {
|
|
92
|
+
"names": [
|
|
93
|
+
"string"
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"type": {
|
|
99
|
+
"names": [
|
|
100
|
+
"\"popup\"",
|
|
101
|
+
"\"conveyor\""
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"memberof": "oj-c.TabBarMixed",
|
|
107
|
+
"id": "oj-c.TabBarMixed#dynamicTabsOverflowIcon",
|
|
108
|
+
"name": "dynamicTabsOverflowIcon",
|
|
109
|
+
"kind": "member",
|
|
110
|
+
"longname": "oj-c.TabBarMixed#dynamicTabsOverflowIcon",
|
|
111
|
+
"optional": true,
|
|
112
|
+
"scope": "instance",
|
|
113
|
+
"description": "Specifies the icon used on the overflow tab when dynamicTabsOverflow is set to 'popup'.",
|
|
114
|
+
"meta": {
|
|
115
|
+
"filename": "tab-bar-mixed.tsx",
|
|
116
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
117
|
+
},
|
|
118
|
+
"type": {
|
|
119
|
+
"names": [
|
|
120
|
+
"object"
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
"tstype": [
|
|
124
|
+
{
|
|
125
|
+
"target": "Type",
|
|
126
|
+
"value": "{ type?: 'class'; class: string; }|{ type: 'img'; src: string; }",
|
|
127
|
+
"jsdocOverride": true
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"memberof": "oj-c.TabBarMixed",
|
|
133
|
+
"id": "oj-c.TabBarMixed#size",
|
|
134
|
+
"name": "size",
|
|
135
|
+
"kind": "member",
|
|
136
|
+
"longname": "oj-c.TabBarMixed#size",
|
|
137
|
+
"optional": true,
|
|
138
|
+
"scope": "instance",
|
|
139
|
+
"description": "Specifies the size of the TabBarMixed.",
|
|
140
|
+
"meta": {
|
|
141
|
+
"filename": "tab-bar-mixed.tsx",
|
|
142
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
143
|
+
},
|
|
144
|
+
"ojvalues": [
|
|
145
|
+
{
|
|
146
|
+
"name": "md",
|
|
147
|
+
"description": "TabBarMixed is set with a medium height.",
|
|
148
|
+
"displayName": "Medium",
|
|
149
|
+
"type": {
|
|
150
|
+
"names": [
|
|
151
|
+
"string"
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "lg",
|
|
157
|
+
"description": "TabBarMixed is set with a large height.",
|
|
158
|
+
"displayName": "Large",
|
|
159
|
+
"type": {
|
|
160
|
+
"names": [
|
|
161
|
+
"string"
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"type": {
|
|
167
|
+
"names": [
|
|
168
|
+
"\"md\"",
|
|
169
|
+
"\"lg\""
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"memberof": "oj-c.TabBarMixed",
|
|
175
|
+
"id": "oj-c.TabBarMixed#selection",
|
|
176
|
+
"name": "selection",
|
|
177
|
+
"kind": "member",
|
|
178
|
+
"longname": "oj-c.TabBarMixed#selection",
|
|
179
|
+
"optional": true,
|
|
180
|
+
"scope": "instance",
|
|
181
|
+
"ojwriteback": true,
|
|
182
|
+
"description": "The key of the currently selected tab.",
|
|
183
|
+
"meta": {
|
|
184
|
+
"filename": "tab-bar-mixed.tsx",
|
|
185
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
186
|
+
},
|
|
187
|
+
"type": {
|
|
188
|
+
"names": [
|
|
189
|
+
"any"
|
|
190
|
+
]
|
|
191
|
+
},
|
|
192
|
+
"tstype": [
|
|
193
|
+
{
|
|
194
|
+
"target": "Type",
|
|
195
|
+
"value": "K",
|
|
196
|
+
"jsdocOverride": true
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"memberof": "oj-c.TabBarMixed",
|
|
202
|
+
"id": "oj-c.TabBarMixed#separatorPadding",
|
|
203
|
+
"name": "separatorPadding",
|
|
204
|
+
"kind": "member",
|
|
205
|
+
"longname": "oj-c.TabBarMixed#separatorPadding",
|
|
206
|
+
"optional": true,
|
|
207
|
+
"scope": "instance",
|
|
208
|
+
"description": "The padding around the vertical divider that seperates collections of tabs.",
|
|
209
|
+
"meta": {
|
|
210
|
+
"filename": "tab-bar-mixed.tsx",
|
|
211
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
212
|
+
},
|
|
213
|
+
"type": {
|
|
214
|
+
"names": [
|
|
215
|
+
"string"
|
|
216
|
+
]
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"memberof": "oj-c.TabBarMixed",
|
|
221
|
+
"id": "oj-c.TabBarMixed#staticTabs",
|
|
222
|
+
"name": "staticTabs",
|
|
223
|
+
"kind": "member",
|
|
224
|
+
"longname": "oj-c.TabBarMixed#staticTabs",
|
|
225
|
+
"optional": true,
|
|
226
|
+
"scope": "instance",
|
|
227
|
+
"description": "Specifies the data definitions for the static tabs (the collection of tabs that are non-removable).",
|
|
228
|
+
"meta": {
|
|
229
|
+
"filename": "tab-bar-mixed.tsx",
|
|
230
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
231
|
+
},
|
|
232
|
+
"type": {
|
|
233
|
+
"names": [
|
|
234
|
+
"Array<object>"
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
"tstype": [
|
|
238
|
+
{
|
|
239
|
+
"target": "Type",
|
|
240
|
+
"value": "Array<oj-c.TabBarMixed.TabData>",
|
|
241
|
+
"jsdocOverride": true
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"memberof": "oj-c.TabBarMixed",
|
|
247
|
+
"id": "oj-c.TabBarMixed#staticTabsDisplay",
|
|
248
|
+
"name": "staticTabsDisplay",
|
|
249
|
+
"kind": "member",
|
|
250
|
+
"longname": "oj-c.TabBarMixed#staticTabsDisplay",
|
|
251
|
+
"optional": true,
|
|
252
|
+
"scope": "instance",
|
|
253
|
+
"description": "Whether to display both the label and icons (\"standard\") or just the icons (\"icons\").\nIn the latter case, the label is displayed in a tooltip instead.",
|
|
254
|
+
"meta": {
|
|
255
|
+
"filename": "tab-bar-mixed.tsx",
|
|
256
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
257
|
+
},
|
|
258
|
+
"ojvalues": [
|
|
259
|
+
{
|
|
260
|
+
"name": "standard",
|
|
261
|
+
"description": "Label and icon are shown for all static tabs.",
|
|
262
|
+
"displayName": "Standard",
|
|
263
|
+
"type": {
|
|
264
|
+
"names": [
|
|
265
|
+
"string"
|
|
266
|
+
]
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "icons",
|
|
271
|
+
"description": "Only icons are shown for all static tabs.",
|
|
272
|
+
"displayName": "Icons",
|
|
273
|
+
"type": {
|
|
274
|
+
"names": [
|
|
275
|
+
"string"
|
|
276
|
+
]
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"type": {
|
|
281
|
+
"names": [
|
|
282
|
+
"\"standard\"",
|
|
283
|
+
"\"icons\""
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"memberof": "oj-c.TabBarMixed",
|
|
289
|
+
"id": "oj-c.TabBarMixed#setProperty",
|
|
290
|
+
"name": "setProperty",
|
|
291
|
+
"kind": "function",
|
|
292
|
+
"longname": "oj-c.TabBarMixed#setProperty",
|
|
293
|
+
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
294
|
+
"meta": {
|
|
295
|
+
"filename": "tab-bar-mixed.tsx",
|
|
296
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
297
|
+
},
|
|
298
|
+
"scope": "instance",
|
|
299
|
+
"params": [
|
|
300
|
+
{
|
|
301
|
+
"name": "property",
|
|
302
|
+
"description": "The property name to set. Supports dot notation for subproperty access.",
|
|
303
|
+
"type": "string"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "value",
|
|
307
|
+
"description": "The new value to set the property to.",
|
|
308
|
+
"type": "any"
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"returns": [
|
|
312
|
+
{
|
|
313
|
+
"type": {
|
|
314
|
+
"names": [
|
|
315
|
+
"void"
|
|
316
|
+
]
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"memberof": "oj-c.TabBarMixed",
|
|
323
|
+
"id": "oj-c.TabBarMixed#getProperty",
|
|
324
|
+
"name": "getProperty",
|
|
325
|
+
"kind": "function",
|
|
326
|
+
"longname": "oj-c.TabBarMixed#getProperty",
|
|
327
|
+
"description": "Retrieves the value of a property or a subproperty.",
|
|
328
|
+
"meta": {
|
|
329
|
+
"filename": "tab-bar-mixed.tsx",
|
|
330
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
331
|
+
},
|
|
332
|
+
"scope": "instance",
|
|
333
|
+
"params": [
|
|
334
|
+
{
|
|
335
|
+
"name": "property",
|
|
336
|
+
"description": "The property name to get. Supports dot notation for subproperty access.",
|
|
337
|
+
"type": "string"
|
|
338
|
+
}
|
|
339
|
+
],
|
|
340
|
+
"returns": [
|
|
341
|
+
{
|
|
342
|
+
"type": {
|
|
343
|
+
"names": [
|
|
344
|
+
"any"
|
|
345
|
+
]
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
]
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"memberof": "oj-c.TabBarMixed",
|
|
352
|
+
"id": "oj-c.TabBarMixed#setProperties",
|
|
353
|
+
"name": "setProperties",
|
|
354
|
+
"kind": "function",
|
|
355
|
+
"longname": "oj-c.TabBarMixed#setProperties",
|
|
356
|
+
"description": "Performs a batch set of properties.",
|
|
357
|
+
"meta": {
|
|
358
|
+
"filename": "tab-bar-mixed.tsx",
|
|
359
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
360
|
+
},
|
|
361
|
+
"scope": "instance",
|
|
362
|
+
"params": [
|
|
363
|
+
{
|
|
364
|
+
"name": "properties",
|
|
365
|
+
"description": "An object containing the property and value pairs to set.",
|
|
366
|
+
"type": "object"
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"returns": [
|
|
370
|
+
{
|
|
371
|
+
"type": {
|
|
372
|
+
"names": [
|
|
373
|
+
"void"
|
|
374
|
+
]
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
]
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"memberof": "oj-c.TabBarMixed",
|
|
381
|
+
"id": "oj-c.TabBarMixed#event:ojBeforeSelect",
|
|
382
|
+
"name": "ojBeforeSelect",
|
|
383
|
+
"kind": "event",
|
|
384
|
+
"longname": "oj-c.TabBarMixed#event:ojBeforeSelect",
|
|
385
|
+
"description": "Triggered before user selects a tab which includes user gestures or selection is changed programmatically.",
|
|
386
|
+
"meta": {
|
|
387
|
+
"filename": "tab-bar-mixed.tsx",
|
|
388
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
389
|
+
},
|
|
390
|
+
"scope": "instance",
|
|
391
|
+
"properties": [
|
|
392
|
+
{
|
|
393
|
+
"name": "accept",
|
|
394
|
+
"description": "This method can be called with an application-created Promise to cancel this event asynchronously. The Promise should be resolved or rejected to accept or cancel the event, respectively.",
|
|
395
|
+
"type": {
|
|
396
|
+
"names": [
|
|
397
|
+
"function"
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
"tstype": [
|
|
401
|
+
{
|
|
402
|
+
"target": "Type",
|
|
403
|
+
"value": "(param: Promise<void>) => void",
|
|
404
|
+
"for": "accept",
|
|
405
|
+
"jsdocOverride": true
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "key",
|
|
411
|
+
"optional": false,
|
|
412
|
+
"type": {
|
|
413
|
+
"names": [
|
|
414
|
+
"any"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
"tstype": [
|
|
418
|
+
{
|
|
419
|
+
"target": "Type",
|
|
420
|
+
"value": "K",
|
|
421
|
+
"for": "key",
|
|
422
|
+
"jsdocOverride": true
|
|
423
|
+
}
|
|
424
|
+
]
|
|
425
|
+
}
|
|
426
|
+
]
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"memberof": "oj-c.TabBarMixed",
|
|
430
|
+
"id": "oj-c.TabBarMixed#event:ojRemove",
|
|
431
|
+
"name": "ojRemove",
|
|
432
|
+
"kind": "event",
|
|
433
|
+
"longname": "oj-c.TabBarMixed#event:ojRemove",
|
|
434
|
+
"description": "Triggered when user performs a remove gesture on a tab. The remove gestures include:\n<ul>\n <li>User clicks the remove icon in a tab</li>\n <li>User presses Delete key on a tab</li>\n</ul>",
|
|
435
|
+
"meta": {
|
|
436
|
+
"filename": "tab-bar-mixed.tsx",
|
|
437
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
438
|
+
},
|
|
439
|
+
"scope": "instance",
|
|
440
|
+
"properties": [
|
|
441
|
+
{
|
|
442
|
+
"name": "key",
|
|
443
|
+
"optional": false,
|
|
444
|
+
"type": {
|
|
445
|
+
"names": [
|
|
446
|
+
"any"
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
"tstype": [
|
|
450
|
+
{
|
|
451
|
+
"target": "Type",
|
|
452
|
+
"value": "K",
|
|
453
|
+
"for": "key",
|
|
454
|
+
"jsdocOverride": true
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
}
|
|
458
|
+
]
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"memberof": "oj-c.TabBarMixed",
|
|
462
|
+
"id": "oj-c.TabBarMixed#event:ojSelectionAction",
|
|
463
|
+
"name": "ojSelectionAction",
|
|
464
|
+
"kind": "event",
|
|
465
|
+
"longname": "oj-c.TabBarMixed#event:ojSelectionAction",
|
|
466
|
+
"description": "Triggered when user performs a selection action gesture on a tab. The action gestures include:\n<ul>\n <li>User clicks anywhere in a tab</li>\n <li>User taps anywhere in a tab</li>\n <li>User pressed spacebar or enter key on a tab</li>\n</ul>",
|
|
467
|
+
"meta": {
|
|
468
|
+
"filename": "tab-bar-mixed.tsx",
|
|
469
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
470
|
+
},
|
|
471
|
+
"scope": "instance",
|
|
472
|
+
"properties": [
|
|
473
|
+
{
|
|
474
|
+
"name": "previousValue",
|
|
475
|
+
"optional": false,
|
|
476
|
+
"type": {
|
|
477
|
+
"names": [
|
|
478
|
+
"any"
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
"tstype": [
|
|
482
|
+
{
|
|
483
|
+
"target": "Type",
|
|
484
|
+
"value": "K",
|
|
485
|
+
"for": "previousValue",
|
|
486
|
+
"jsdocOverride": true
|
|
487
|
+
}
|
|
488
|
+
]
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "value",
|
|
492
|
+
"optional": false,
|
|
493
|
+
"type": {
|
|
494
|
+
"names": [
|
|
495
|
+
"any"
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
"tstype": [
|
|
499
|
+
{
|
|
500
|
+
"target": "Type",
|
|
501
|
+
"value": "K",
|
|
502
|
+
"for": "value",
|
|
503
|
+
"jsdocOverride": true
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
}
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"id": "oj-c.TabBarMixed.touchDoc",
|
|
511
|
+
"name": "touchDoc",
|
|
512
|
+
"kind": "member",
|
|
513
|
+
"longname": "oj-c.TabBarMixed.touchDoc",
|
|
514
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Tab</td>\n <td><kbd>Tap</kbd></td>\n <td>Selects the tab.</td>\n </tr>\n <tr>\n <td>Remove button</td>\n <td><kbd>Tap</kbd></td>\n <td>Removes the tab.</td>\n </tr>\n <tr>\n <td>Arrow button</td>\n <td><kbd>Tap</kbd></td>\n <td>When dynamic tabs are displayed inside a conveyor belt, tapping the arrow button will scroll the conveyor belt.</td>\n </tr>\n </tbody>\n</table>",
|
|
515
|
+
"memberof": "oj-c.TabBarMixed",
|
|
516
|
+
"meta": {
|
|
517
|
+
"filename": "tab-bar-mixed.tsx",
|
|
518
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
519
|
+
},
|
|
520
|
+
"ojfragment": true
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"id": "oj-c.TabBarMixed.keyboardDoc",
|
|
524
|
+
"name": "keyboardDoc",
|
|
525
|
+
"kind": "member",
|
|
526
|
+
"longname": "oj-c.TabBarMixed.keyboardDoc",
|
|
527
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Tab</td>\n <td><kbd>Enter or Space</kbd></td>\n <td>Select the current tab.</td>\n </tr>\n <tr>\n <td>Tab</td>\n <td><kbd>LeftArrow or RightArrow</kbd></td>\n <td>Navigate to the previous or next tab.</td>\n </tr>\n <tr>\n <td>Tab</td>\n <td><kbd>Delete</kbd></td>\n <td>Remove the current tab.</td>\n </tr>\n <tr>\n <td>Tab</td>\n <td><kbd>Esc</kbd></td>\n <td>Hide the tooltip if tooltip is shown.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>UpArrow or DownArrow</kbd></td>\n <td>Navigate the dynamic tab represented as item in the list in the direction of the arrow.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>Enter or Space</kbd></td>\n <td>Select the highlighted choice from the dropdown and close the dropdown.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>Esc</kbd></td>\n <td>Close the dropdown.</td>\n </tr>\n </tbody>\n</table>",
|
|
528
|
+
"memberof": "oj-c.TabBarMixed",
|
|
529
|
+
"meta": {
|
|
530
|
+
"filename": "tab-bar-mixed.tsx",
|
|
531
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
532
|
+
},
|
|
533
|
+
"ojfragment": true
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"memberof": "oj-c.TabBarMixed",
|
|
537
|
+
"id": "oj-c.TabBarMixed.TabData",
|
|
538
|
+
"name": "TabData",
|
|
539
|
+
"kind": "typedef",
|
|
540
|
+
"longname": "oj-c.TabBarMixed.TabData",
|
|
541
|
+
"scope": "static",
|
|
542
|
+
"description": "",
|
|
543
|
+
"tsgenerictype": {
|
|
544
|
+
"target": "Type",
|
|
545
|
+
"value": "<K extends string | number>",
|
|
546
|
+
"for": "genericTypeParameters"
|
|
547
|
+
},
|
|
548
|
+
"type": {
|
|
549
|
+
"names": [
|
|
550
|
+
"Object"
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
"meta": {
|
|
554
|
+
"filename": "tab-bar-mixed.tsx",
|
|
555
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tab-bar-mixed"
|
|
556
|
+
},
|
|
557
|
+
"properties": [
|
|
558
|
+
{
|
|
559
|
+
"name": "badge",
|
|
560
|
+
"optional": true,
|
|
561
|
+
"type": {
|
|
562
|
+
"names": [
|
|
563
|
+
"number"
|
|
564
|
+
]
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "icon",
|
|
569
|
+
"optional": true,
|
|
570
|
+
"type": {
|
|
571
|
+
"names": [
|
|
572
|
+
"object"
|
|
573
|
+
]
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "itemKey",
|
|
578
|
+
"optional": false,
|
|
579
|
+
"type": {
|
|
580
|
+
"names": [
|
|
581
|
+
"any"
|
|
582
|
+
]
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "label",
|
|
587
|
+
"optional": false,
|
|
588
|
+
"type": {
|
|
589
|
+
"names": [
|
|
590
|
+
"string"
|
|
591
|
+
]
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "tabPanelId",
|
|
596
|
+
"description": "Accepts the tabpanel element's ID associated with the tab item",
|
|
597
|
+
"optional": true,
|
|
598
|
+
"type": {
|
|
599
|
+
"names": [
|
|
600
|
+
"string"
|
|
601
|
+
]
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
}
|
|
606
|
+
]
|