@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
package/oj-c/TagCloud.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "15.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "tag-cloud.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "tag-cloud"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Specifies the DataProvider for the sections and items of the tag-cloud.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "tag-cloud.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
49
49
|
},
|
|
50
50
|
"defaultvalue": null,
|
|
51
51
|
"type": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"description": "The tagcloud datatip string.",
|
|
73
73
|
"meta": {
|
|
74
74
|
"filename": "tag-cloud.tsx",
|
|
75
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
75
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
76
76
|
},
|
|
77
77
|
"type": {
|
|
78
78
|
"names": [
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"description": "An array of category strings used for highlighting. Data items matching categories in this array will be highlighted.",
|
|
100
100
|
"meta": {
|
|
101
101
|
"filename": "tag-cloud.tsx",
|
|
102
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
102
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
103
103
|
},
|
|
104
104
|
"defaultvalue": "[]",
|
|
105
105
|
"type": {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"description": "Data visualizations require a press and hold delay before triggering tooltips and rollover effects on mobile devices to avoid interfering with page panning, but these hold delays can make applications seem slower and less responsive. For a better user experience, the application can remove the touch and hold \\delay when data visualizations are used within a non scrolling container or if there is sufficient space outside of the visualization for panning. If touchResponse is touchStart the element will instantly trigger the touch gesture and consume the page pan events. If touchResponse is auto, the element will behave like touchStart if it determines that it is not rendered within scrolling content and if element panning is not available for those elements that support the feature.",
|
|
127
127
|
"meta": {
|
|
128
128
|
"filename": "tag-cloud.tsx",
|
|
129
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
129
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
130
130
|
},
|
|
131
131
|
"type": {
|
|
132
132
|
"names": [
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"description": "The matching condition for the highlightedCategories option. By default, highlightMatch is 'all' and only items whose categories match all of the values specified in the highlightedCategories array will be highlighted. If highlightMatch is 'any', then items that match at least one of the highlightedCategories values will be highlighted.",
|
|
147
147
|
"meta": {
|
|
148
148
|
"filename": "tag-cloud.tsx",
|
|
149
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
149
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
150
150
|
},
|
|
151
151
|
"defaultvalue": "\"all\"",
|
|
152
152
|
"type": {
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"description": "An array of categories that will be highlighted.",
|
|
169
169
|
"meta": {
|
|
170
170
|
"filename": "tag-cloud.tsx",
|
|
171
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
171
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
172
172
|
},
|
|
173
173
|
"defaultvalue": "[]",
|
|
174
174
|
"type": {
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"description": "Defines the behavior applied when hovering over a tagcloud item.",
|
|
196
196
|
"meta": {
|
|
197
197
|
"filename": "tag-cloud.tsx",
|
|
198
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
198
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
199
199
|
},
|
|
200
200
|
"ojvalues": [
|
|
201
201
|
{
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"description": "The layout to use for tag display.",
|
|
239
239
|
"meta": {
|
|
240
240
|
"filename": "tag-cloud.tsx",
|
|
241
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
241
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
242
242
|
},
|
|
243
243
|
"ojvalues": [
|
|
244
244
|
{
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"description": "The type of selection behavior that is enabled on the tag cloud. This attribute controls the number of selections that can be made via selection gestures at any given time.",
|
|
282
282
|
"meta": {
|
|
283
283
|
"filename": "tag-cloud.tsx",
|
|
284
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
284
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
285
285
|
},
|
|
286
286
|
"defaultvalue": "\"none\"",
|
|
287
287
|
"type": {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"description": "An array containing the ids of the initially selected data items.",
|
|
305
305
|
"meta": {
|
|
306
306
|
"filename": "tag-cloud.tsx",
|
|
307
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
307
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
308
308
|
},
|
|
309
309
|
"defaultvalue": "[]",
|
|
310
310
|
"type": {
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
330
330
|
"meta": {
|
|
331
331
|
"filename": "tag-cloud.tsx",
|
|
332
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
332
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
333
333
|
},
|
|
334
334
|
"scope": "instance",
|
|
335
335
|
"params": [
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
364
364
|
"meta": {
|
|
365
365
|
"filename": "tag-cloud.tsx",
|
|
366
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
366
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
367
367
|
},
|
|
368
368
|
"scope": "instance",
|
|
369
369
|
"params": [
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"description": "Performs a batch set of properties.",
|
|
393
393
|
"meta": {
|
|
394
394
|
"filename": "tag-cloud.tsx",
|
|
395
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
395
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
396
396
|
},
|
|
397
397
|
"scope": "instance",
|
|
398
398
|
"params": [
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
"description": "<p>\n The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for\n creating items. The slot content must be a single <template>\n element.\n</p>\n<p>\n When the template is executed for each area, it will have access to the tag cloud's binding context and the following properties:\n</p>\n<ul>\n <li>\n $current - an object that contains information for the current item.\n (See the table below for a list of properties available on $current)\n </li>\n <li>\n alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.\n </li>\n</ul>\n<p>\nThe content of the template should only be one <oj-c-tag-cloud-item> element. See the oj-tag-cloud-item doc for more details.\n</p>",
|
|
422
422
|
"meta": {
|
|
423
423
|
"filename": "tag-cloud.tsx",
|
|
424
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
424
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
425
425
|
},
|
|
426
426
|
"scope": "instance",
|
|
427
427
|
"ojchild": false,
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
"memberof": "oj-c.TagCloud",
|
|
485
485
|
"meta": {
|
|
486
486
|
"filename": "tag-cloud.tsx",
|
|
487
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
487
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
488
488
|
},
|
|
489
489
|
"ojfragment": true
|
|
490
490
|
},
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"memberof": "oj-c.TagCloud",
|
|
498
498
|
"meta": {
|
|
499
499
|
"filename": "tag-cloud.tsx",
|
|
500
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
500
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
501
501
|
},
|
|
502
502
|
"ojfragment": true
|
|
503
503
|
},
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
},
|
|
522
522
|
"meta": {
|
|
523
523
|
"filename": "tag-cloud.tsx",
|
|
524
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
524
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud"
|
|
525
525
|
},
|
|
526
526
|
"properties": [
|
|
527
527
|
{
|
package/oj-c/TagCloudItem.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "15.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "tag-cloud-item.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "tag-cloud-item",
|
|
36
36
|
"ojslotcomponent": true
|
|
@@ -46,8 +46,9 @@
|
|
|
46
46
|
"description": "An array of category strings corresponding to the tag cloud items. This allows highlighting and filtering of items.",
|
|
47
47
|
"meta": {
|
|
48
48
|
"filename": "tag-cloud-item.tsx",
|
|
49
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
49
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
50
50
|
},
|
|
51
|
+
"defaultvalue": "[]",
|
|
51
52
|
"type": {
|
|
52
53
|
"names": [
|
|
53
54
|
"Array<string>"
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
"description": "The color of the text. Will be overridden by any color defined in the style option. The default value comes from the CSS and varies based on theme.",
|
|
73
74
|
"meta": {
|
|
74
75
|
"filename": "tag-cloud-item.tsx",
|
|
75
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
76
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
76
77
|
},
|
|
77
78
|
"type": {
|
|
78
79
|
"names": [
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
"description": "The text of the item.",
|
|
92
93
|
"meta": {
|
|
93
94
|
"filename": "tag-cloud-item.tsx",
|
|
94
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
95
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
95
96
|
},
|
|
96
97
|
"type": {
|
|
97
98
|
"names": [
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
"description": "The value of this item is used to scale its font size within the tag cloud.",
|
|
111
112
|
"meta": {
|
|
112
113
|
"filename": "tag-cloud-item.tsx",
|
|
113
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
114
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
114
115
|
},
|
|
115
116
|
"type": {
|
|
116
117
|
"names": [
|
|
@@ -129,7 +130,7 @@
|
|
|
129
130
|
"description": "The url this item references.",
|
|
130
131
|
"meta": {
|
|
131
132
|
"filename": "tag-cloud-item.tsx",
|
|
132
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
133
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
133
134
|
},
|
|
134
135
|
"type": {
|
|
135
136
|
"names": [
|
|
@@ -148,7 +149,7 @@
|
|
|
148
149
|
"description": "The description of the item. This is used for customizing the tooltip text.",
|
|
149
150
|
"meta": {
|
|
150
151
|
"filename": "tag-cloud-item.tsx",
|
|
151
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
152
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
152
153
|
},
|
|
153
154
|
"type": {
|
|
154
155
|
"names": [
|
|
@@ -165,7 +166,7 @@
|
|
|
165
166
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
166
167
|
"meta": {
|
|
167
168
|
"filename": "tag-cloud-item.tsx",
|
|
168
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
169
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
169
170
|
},
|
|
170
171
|
"scope": "instance",
|
|
171
172
|
"params": [
|
|
@@ -199,7 +200,7 @@
|
|
|
199
200
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
200
201
|
"meta": {
|
|
201
202
|
"filename": "tag-cloud-item.tsx",
|
|
202
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
203
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
203
204
|
},
|
|
204
205
|
"scope": "instance",
|
|
205
206
|
"params": [
|
|
@@ -228,7 +229,7 @@
|
|
|
228
229
|
"description": "Performs a batch set of properties.",
|
|
229
230
|
"meta": {
|
|
230
231
|
"filename": "tag-cloud-item.tsx",
|
|
231
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
232
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/tag-cloud-item"
|
|
232
233
|
},
|
|
233
234
|
"scope": "instance",
|
|
234
235
|
"params": [
|