@oracle/oraclejet-core-pack 16.0.6 → 16.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oj-c/ActionCard.json +6 -6
- package/oj-c/AreaChart.json +458 -1546
- package/oj-c/AreaChartGroup.json +8 -7
- package/oj-c/AreaChartItem.json +35 -16
- package/oj-c/AreaChartSeries.json +15 -14
- package/oj-c/Avatar.json +10 -10
- package/oj-c/Button.json +19 -19
- package/oj-c/Checkbox.json +29 -29
- package/oj-c/Checkboxset.json +35 -35
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/DrawerPopup.json +12 -12
- package/oj-c/FilePicker.json +20 -20
- package/oj-c/FormLayout.json +15 -15
- package/oj-c/HighlightText.json +6 -6
- package/oj-c/InputDateMask.json +75 -75
- package/oj-c/InputDateText.json +44 -44
- package/oj-c/InputMonthMask.json +1402 -0
- package/oj-c/InputNumber.json +51 -51
- package/oj-c/InputPassword.json +42 -42
- package/oj-c/InputSensitiveText.json +1420 -0
- package/oj-c/InputText.json +48 -48
- package/oj-c/LabelledLink.json +21 -21
- package/oj-c/Legend.json +36 -36
- package/oj-c/LegendItem.json +20 -15
- package/oj-c/LegendSection.json +6 -5
- package/oj-c/LineChart.json +459 -1546
- package/oj-c/LineChartGroup.json +8 -7
- package/oj-c/LineChartItem.json +35 -16
- package/oj-c/LineChartSeries.json +17 -16
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/ListView.json +18 -18
- package/oj-c/MenuButton.json +21 -21
- package/oj-c/MessageBanner.json +11 -11
- package/oj-c/MessageToast.json +13 -13
- package/oj-c/MeterBar.json +26 -26
- package/oj-c/MeterCircle.json +30 -30
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/Radioset.json +35 -35
- package/oj-c/RatingGauge.json +21 -21
- package/oj-c/SelectMultiple.json +41 -41
- package/oj-c/SelectSingle.json +45 -45
- package/oj-c/SelectionCard.json +6 -6
- package/oj-c/Selector.json +8 -8
- package/oj-c/SelectorAll.json +25 -5
- package/oj-c/SplitMenuButton.json +60 -17
- package/oj-c/TabBarMixed.json +606 -0
- package/oj-c/TagCloud.json +18 -18
- package/oj-c/TagCloudItem.json +11 -10
- package/oj-c/TextArea.json +45 -45
- package/oj-c/action-card/component.json +2 -2
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +175 -38
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +16 -7
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +4 -4
- package/oj-c/area-chart/component.json +552 -770
- package/oj-c/area-chart-group/area-chart-group.js +1 -1
- package/oj-c/area-chart-group/component.json +4 -3
- package/oj-c/area-chart-item/area-chart-item.js +1 -1
- package/oj-c/area-chart-item/component.json +10 -4
- package/oj-c/area-chart-series/area-chart-series.js +1 -1
- package/oj-c/area-chart-series/component.json +4 -3
- package/oj-c/avatar/component.json +2 -2
- package/oj-c/button/button.js +7 -7
- package/oj-c/button/component.json +2 -2
- package/oj-c/checkbox/component.json +2 -2
- package/oj-c/checkboxset/component.json +2 -2
- package/oj-c/collapsible/component.json +2 -2
- package/oj-c/component.json +15 -3
- package/oj-c/corepackbundle.js +883 -353
- package/oj-c/docs/action-card.html +59 -50
- package/oj-c/docs/area-chart-group.html +59 -50
- package/oj-c/docs/area-chart-item.html +59 -50
- package/oj-c/docs/area-chart-series.html +59 -50
- package/oj-c/docs/area-chart.html +59 -50
- package/oj-c/docs/avatar.html +59 -50
- package/oj-c/docs/button.html +59 -50
- package/oj-c/docs/checkbox.html +59 -50
- package/oj-c/docs/checkboxset.html +59 -50
- package/oj-c/docs/collapsible.html +59 -50
- package/oj-c/docs/drawer-popup.html +59 -50
- package/oj-c/docs/file-picker.html +59 -50
- package/oj-c/docs/form-layout.html +59 -50
- package/oj-c/docs/highlight-text.html +59 -50
- package/oj-c/docs/index.html +59 -50
- package/oj-c/docs/input-date-mask.html +59 -50
- package/oj-c/docs/input-date-text.html +59 -50
- package/oj-c/docs/input-month-mask.html +249 -0
- package/oj-c/docs/input-number.html +59 -50
- package/oj-c/docs/input-password.html +59 -50
- package/oj-c/docs/input-sensitive-text.html +249 -0
- package/oj-c/docs/input-text.html +59 -50
- package/oj-c/docs/jsDocMd.json +1 -1
- package/oj-c/docs/labelled-link.html +59 -50
- package/oj-c/docs/legend-item.html +59 -50
- package/oj-c/docs/legend-section.html +59 -50
- package/oj-c/docs/legend.html +59 -50
- package/oj-c/docs/line-chart-group.html +59 -50
- package/oj-c/docs/line-chart-item.html +59 -50
- package/oj-c/docs/line-chart-series.html +59 -50
- package/oj-c/docs/line-chart.html +59 -50
- package/oj-c/docs/list-item-layout.html +59 -50
- package/oj-c/docs/list-view.html +59 -50
- package/oj-c/docs/menu-button.html +59 -50
- package/oj-c/docs/message-banner.html +59 -50
- package/oj-c/docs/message-toast.html +59 -50
- package/oj-c/docs/meter-bar.html +59 -50
- package/oj-c/docs/meter-circle.html +59 -50
- package/oj-c/docs/oj-c.ActionCard.html +60 -51
- package/oj-c/docs/oj-c.AreaChart.html +1452 -214
- package/oj-c/docs/oj-c.AreaChartGroup.html +63 -51
- package/oj-c/docs/oj-c.AreaChartItem.html +125 -54
- package/oj-c/docs/oj-c.AreaChartSeries.html +63 -51
- package/oj-c/docs/oj-c.Avatar.html +60 -51
- package/oj-c/docs/oj-c.Button.html +60 -51
- package/oj-c/docs/oj-c.Checkbox.html +60 -51
- package/oj-c/docs/oj-c.Checkboxset.html +60 -51
- package/oj-c/docs/oj-c.Collapsible.html +60 -51
- package/oj-c/docs/oj-c.DrawerPopup.html +60 -51
- package/oj-c/docs/oj-c.FilePicker.html +60 -51
- package/oj-c/docs/oj-c.FormLayout.html +60 -51
- package/oj-c/docs/oj-c.HighlightText.html +60 -51
- package/oj-c/docs/oj-c.InputDateMask.html +81 -64
- package/oj-c/docs/oj-c.InputDateText.html +60 -51
- package/oj-c/docs/oj-c.InputMonthMask.html +5940 -0
- package/oj-c/docs/oj-c.InputNumber.html +60 -51
- package/oj-c/docs/oj-c.InputPassword.html +80 -62
- package/oj-c/docs/oj-c.InputSensitiveText.html +5723 -0
- package/oj-c/docs/oj-c.InputText.html +60 -51
- package/oj-c/docs/oj-c.LabelledLink.html +60 -51
- package/oj-c/docs/oj-c.Legend.html +60 -51
- package/oj-c/docs/oj-c.LegendItem.html +75 -51
- package/oj-c/docs/oj-c.LegendSection.html +63 -51
- package/oj-c/docs/oj-c.LineChart.html +1455 -217
- package/oj-c/docs/oj-c.LineChartGroup.html +63 -51
- package/oj-c/docs/oj-c.LineChartItem.html +125 -54
- package/oj-c/docs/oj-c.LineChartSeries.html +63 -51
- package/oj-c/docs/oj-c.ListItemLayout.html +60 -51
- package/oj-c/docs/oj-c.ListView.html +60 -51
- package/oj-c/docs/oj-c.MenuButton.html +60 -51
- package/oj-c/docs/oj-c.MessageBanner.html +60 -51
- package/oj-c/docs/oj-c.MessageToast.html +60 -51
- package/oj-c/docs/oj-c.MeterBar.html +60 -51
- package/oj-c/docs/oj-c.MeterCircle.html +60 -51
- package/oj-c/docs/oj-c.ProgressBar.html +60 -51
- package/oj-c/docs/oj-c.ProgressCircle.html +60 -51
- package/oj-c/docs/oj-c.Radioset.html +60 -51
- package/oj-c/docs/oj-c.RatingGauge.html +60 -51
- package/oj-c/docs/oj-c.SelectMultiple.html +60 -51
- package/oj-c/docs/oj-c.SelectSingle.html +60 -51
- package/oj-c/docs/oj-c.Selector.html +60 -51
- package/oj-c/docs/oj-c.SelectorAll.html +149 -52
- package/oj-c/docs/oj-c.SplitMenuButton.html +299 -52
- package/oj-c/docs/oj-c.TabBarMixed.html +2660 -0
- package/oj-c/docs/oj-c.TagCloud.html +60 -51
- package/oj-c/docs/oj-c.TagCloudItem.html +63 -51
- package/oj-c/docs/oj-c.TextArea.html +60 -51
- package/oj-c/docs/progress-bar.html +59 -50
- package/oj-c/docs/progress-circle.html +59 -50
- package/oj-c/docs/radioset.html +59 -50
- package/oj-c/docs/rating-gauge.html +59 -50
- package/oj-c/docs/select-multiple.html +59 -50
- package/oj-c/docs/select-single.html +59 -50
- package/oj-c/docs/selection-card.html +59 -50
- package/oj-c/docs/selector-all.html +59 -50
- package/oj-c/docs/selector.html +59 -50
- package/oj-c/docs/split-menu-button.html +59 -50
- package/oj-c/docs/tab-bar-mixed.html +249 -0
- package/oj-c/docs/tag-cloud-item.html +59 -50
- package/oj-c/docs/tag-cloud.html +59 -50
- package/oj-c/docs/text-area.html +59 -50
- package/oj-c/drawer-popup/component.json +2 -2
- package/oj-c/file-picker/component.json +2 -2
- package/oj-c/form-layout/component.json +2 -2
- package/oj-c/highlight-text/component.json +2 -2
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +5 -2
- package/oj-c/input-date-mask/component.json +17 -15
- package/oj-c/input-date-mask/input-date-mask.js +45 -88
- package/oj-c/input-date-text/component.json +3 -6
- package/oj-c/input-month-mask/CalendarMonthConverter.js +32 -0
- package/oj-c/input-month-mask/CalendarMonthRangeValidator.js +56 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.d.ts +16 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +23 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +275 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +248 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-month-mask/__webdriver__/index.js +34 -0
- package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -0
- package/oj-c/input-month-mask/component.json +493 -0
- package/oj-c/input-month-mask/index.js +6 -0
- package/oj-c/input-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/input-month-mask/input-month-mask.js +69 -0
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +26 -0
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +88 -0
- package/oj-c/input-month-mask.js +6 -0
- package/oj-c/input-number/component.json +2 -2
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/component.json +5 -5
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +50 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +259 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +266 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js +34 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -0
- package/oj-c/input-sensitive-text/component.json +574 -0
- package/oj-c/input-sensitive-text/index.js +6 -0
- package/oj-c/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/input-sensitive-text/input-sensitive-text.js +74 -0
- package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +52 -0
- package/oj-c/input-sensitive-text.js +6 -0
- package/oj-c/input-text/component.json +2 -2
- package/oj-c/labelled-link/component.json +2 -2
- package/oj-c/legend/component.json +2 -2
- package/oj-c/legend/legend-styles.css +1 -0
- package/oj-c/legend-item/component.json +12 -7
- package/oj-c/legend-item/legend-item.js +1 -1
- package/oj-c/legend-section/component.json +4 -3
- package/oj-c/legend-section/legend-section.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +172 -35
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +13 -4
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +558 -775
- package/oj-c/line-chart/line-chart.js +4 -4
- package/oj-c/line-chart-group/component.json +4 -3
- package/oj-c/line-chart-group/line-chart-group.js +1 -1
- package/oj-c/line-chart-item/component.json +11 -5
- package/oj-c/line-chart-item/line-chart-item.js +1 -1
- package/oj-c/line-chart-series/component.json +4 -3
- package/oj-c/line-chart-series/line-chart-series.js +1 -1
- package/oj-c/list-item-layout/component.json +2 -2
- package/oj-c/list-view/component.json +2 -2
- package/oj-c/menu-button/component.json +2 -2
- package/oj-c/menu-button/menu-button.js +2 -2
- package/oj-c/message-banner/component.json +2 -2
- package/oj-c/message-toast/component.json +2 -2
- package/oj-c/metadata/allComponents.json +3619 -2700
- package/oj-c/meter-bar/component.json +2 -2
- package/oj-c/meter-circle/component.json +2 -2
- package/oj-c/min/area-chart-group.js +1 -1
- package/oj-c/min/area-chart-group.js.map +1 -1
- package/oj-c/min/area-chart-item.js +1 -1
- package/oj-c/min/area-chart-item.js.map +1 -1
- package/oj-c/min/area-chart-series.js +1 -1
- package/oj-c/min/area-chart-series.js.map +1 -1
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/corepackbundle.css +28 -1
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +5 -2
- package/oj-c/min/input-date-mask.js +1 -1
- package/oj-c/min/input-date-mask.js.map +1 -1
- package/oj-c/min/input-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/min/input-month-mask.js +2 -0
- package/oj-c/min/input-month-mask.js.map +1 -0
- package/oj-c/min/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/min/input-sensitive-text.js +2 -0
- package/oj-c/min/input-sensitive-text.js.map +1 -0
- package/oj-c/min/legend/legend-styles.css +1 -0
- package/oj-c/min/legend-item.js +1 -1
- package/oj-c/min/legend-item.js.map +1 -1
- package/oj-c/min/legend-section.js +1 -1
- package/oj-c/min/legend-section.js.map +1 -1
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart-group.js +1 -1
- package/oj-c/min/line-chart-group.js.map +1 -1
- package/oj-c/min/line-chart-item.js +1 -1
- package/oj-c/min/line-chart-item.js.map +1 -1
- package/oj-c/min/line-chart-series.js +1 -1
- package/oj-c/min/line-chart-series.js.map +1 -1
- package/oj-c/min/line-chart.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-view.js +1 -1
- package/oj-c/min/list-view.js.map +1 -1
- package/oj-c/min/menu-button.js +1 -1
- package/oj-c/min/menu-button.js.map +1 -1
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/selector-all.js +1 -1
- package/oj-c/min/selector-all.js.map +1 -1
- package/oj-c/min/split-menu-button.js +1 -1
- package/oj-c/min/split-menu-button.js.map +1 -1
- package/oj-c/min/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/min/tab-bar-mixed.js +2 -0
- package/oj-c/min/tab-bar-mixed.js.map +1 -0
- package/oj-c/min/tag-cloud-item.js +1 -1
- package/oj-c/min/tag-cloud-item.js.map +1 -1
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- package/oj-c/progress-bar/component.json +2 -2
- package/oj-c/progress-circle/component.json +2 -2
- package/oj-c/radioset/component.json +2 -2
- package/oj-c/rating-gauge/component.json +2 -2
- package/oj-c/select-multiple/component.json +2 -2
- package/oj-c/select-single/component.json +2 -2
- package/oj-c/selection-card/component.json +2 -2
- package/oj-c/selector/component.json +2 -2
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +7 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +9 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
- package/oj-c/selector-all/component.json +12 -2
- package/oj-c/selector-all/selector-all.js +3 -3
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +7 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +9 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/component.json +21 -2
- package/oj-c/split-menu-button/split-menu-button.js +18 -27
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +43 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixed.types.js +4 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +16 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +10 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +8 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +13 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +116 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +95 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.d.ts +17 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -0
- package/oj-c/tab-bar-mixed/component.json +236 -0
- package/oj-c/tab-bar-mixed/environment.js +13 -0
- package/oj-c/tab-bar-mixed/index.js +6 -0
- package/oj-c/tab-bar-mixed/sumBadge.js +23 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +39 -0
- package/oj-c/tab-bar-mixed.js +6 -0
- package/oj-c/tag-cloud/component.json +2 -2
- package/oj-c/tag-cloud-item/component.json +4 -3
- package/oj-c/tag-cloud-item/tag-cloud-item.js +1 -1
- package/oj-c/text-area/component.json +2 -2
- package/oj-c/types/area-chart/area-chart.d.ts +7 -2
- package/oj-c/types/area-chart-item/area-chart-item.d.ts +5 -0
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +15 -20
- package/oj-c/types/input-month-mask/CalendarMonthConverter.d.ts +19 -0
- package/oj-c/types/input-month-mask/CalendarMonthRangeValidator.d.ts +34 -0
- package/oj-c/types/input-month-mask/index.d.ts +2 -0
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +184 -0
- package/oj-c/types/input-month-mask/useImplicitCalendarMonthRangeValidator.d.ts +13 -0
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +39 -0
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
- package/oj-c/types/input-sensitive-text/index.d.ts +2 -0
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +199 -0
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +41 -0
- package/oj-c/types/line-chart/line-chart.d.ts +7 -2
- package/oj-c/types/line-chart-item/line-chart-item.d.ts +5 -0
- package/oj-c/types/selector-all/selector-all.d.ts +10 -3
- package/oj-c/types/split-menu-button/index.d.ts +1 -1
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +18 -14
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.types.d.ts +27 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixedIcon.d.ts +12 -0
- package/oj-c/types/tab-bar-mixed/environment.d.ts +1 -0
- package/oj-c/types/tab-bar-mixed/index.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/sumBadge.d.ts +6 -0
- package/oj-c/types/tab-bar-mixed/tab-bar-mixed.d.ts +104 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -2
- package/oj-c/types/utils/PRIVATE_chartUtils/axisUtils.d.ts +3 -0
- package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +55 -19
- package/oj-c/types/utils/UNSAFE_vizTypes/index.d.ts +1 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- package/package.json +4 -4
- package/webdriver/docs/assets/navigation.js +1 -1
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
- package/webdriver/docs/classes/AreaChartWebElement.html +19 -8
- package/webdriver/docs/classes/AvatarWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
- package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
- package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
- package/webdriver/docs/classes/FilePickerWebElement.html +1 -1
- package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +211 -0
- package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
- package/webdriver/docs/classes/InputPasswordWebElement.html +2 -2
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +215 -0
- package/webdriver/docs/classes/InputTextWebElement.html +1 -1
- package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
- package/webdriver/docs/classes/LegendWebElement.html +1 -1
- package/webdriver/docs/classes/LineChartWebElement.html +12 -6
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/ListViewWebElement.html +1 -1
- package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
- package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
- package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
- package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
- package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
- package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
- package/webdriver/docs/classes/SelectMultipleWebElement.html +1 -1
- package/webdriver/docs/classes/SelectSingleWebElement.html +1 -1
- package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorAllWebElement.html +6 -2
- package/webdriver/docs/classes/SelectorWebElement.html +1 -1
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +7 -3
- package/webdriver/docs/classes/TabBarMixedWebElement.html +139 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
- package/webdriver/docs/classes/TextAreaWebElement.html +1 -1
- package/webdriver/docs/functions/findActionCard.html +1 -1
- package/webdriver/docs/functions/findAreaChart.html +1 -1
- package/webdriver/docs/functions/findAvatar.html +1 -1
- package/webdriver/docs/functions/findButton.html +1 -1
- package/webdriver/docs/functions/findCheckbox.html +1 -1
- package/webdriver/docs/functions/findCheckboxset.html +1 -1
- package/webdriver/docs/functions/findCollapsible.html +1 -1
- package/webdriver/docs/functions/findDrawerPopup.html +1 -1
- package/webdriver/docs/functions/findFilePicker.html +1 -1
- package/webdriver/docs/functions/findFormLayout.html +1 -1
- package/webdriver/docs/functions/findHighlightText.html +1 -1
- package/webdriver/docs/functions/findInputDateMask.html +1 -1
- package/webdriver/docs/functions/findInputDateText.html +1 -1
- package/webdriver/docs/functions/findInputMonthMask.html +8 -0
- package/webdriver/docs/functions/findInputNumber.html +1 -1
- package/webdriver/docs/functions/findInputPassword.html +1 -1
- package/webdriver/docs/functions/findInputSensitiveText.html +8 -0
- package/webdriver/docs/functions/findInputText.html +1 -1
- package/webdriver/docs/functions/findLabelledLink.html +1 -1
- package/webdriver/docs/functions/findLegend.html +1 -1
- package/webdriver/docs/functions/findLineChart.html +1 -1
- package/webdriver/docs/functions/findListItemLayout.html +1 -1
- package/webdriver/docs/functions/findListView.html +1 -1
- package/webdriver/docs/functions/findMenuButton.html +1 -1
- package/webdriver/docs/functions/findMessageBanner.html +1 -1
- package/webdriver/docs/functions/findMessageToast.html +1 -1
- package/webdriver/docs/functions/findMeterBar.html +1 -1
- package/webdriver/docs/functions/findMeterCircle.html +1 -1
- package/webdriver/docs/functions/findProgressBar.html +1 -1
- package/webdriver/docs/functions/findProgressCircle.html +1 -1
- package/webdriver/docs/functions/findRadioset.html +1 -1
- package/webdriver/docs/functions/findRatingGauge.html +1 -1
- package/webdriver/docs/functions/findSelectMultiple.html +1 -1
- package/webdriver/docs/functions/findSelectSingle.html +1 -1
- package/webdriver/docs/functions/findSelectionCard.html +1 -1
- package/webdriver/docs/functions/findSelector.html +1 -1
- package/webdriver/docs/functions/findSelectorAll.html +1 -1
- package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
- package/webdriver/docs/functions/findTabBarMixed.html +8 -0
- package/webdriver/docs/functions/findTagCloud.html +1 -1
- package/webdriver/docs/functions/findTextArea.html +1 -1
- package/webdriver/docs/index.html +1 -1
- package/webdriver/docs/modules.html +7 -1
- package/webdriver/index.d.ts +3 -0
- package/webdriver/index.js +3 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +3 -0
package/oj-c/AreaChart.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "16.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "area-chart.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "area-chart"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Specifies the DataProvider for the sections and items of the area-chart.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "area-chart.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
49
49
|
},
|
|
50
50
|
"type": {
|
|
51
51
|
"names": [
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"description": "A comparator function that determines the ordering of the chart series when using a DataProvider.\nIf undefined, the series will follow the order in which they are found in the data. The series objects will have the same properties as the context for <a href=\"#seriesTemplate\">seriesTemplate's $current</a>.\nIf seriesComparator(a, b) is less than 0, chart series a comes before chart series b.\nIf seriesComparator(a, b) is 0, the original order is preserved.\nIf seriesComparator(a, b) is greater than 0, chart series b comes before chart series a.",
|
|
72
72
|
"meta": {
|
|
73
73
|
"filename": "area-chart.tsx",
|
|
74
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
74
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
75
75
|
},
|
|
76
76
|
"type": {
|
|
77
77
|
"names": [
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"description": "A comparator function that determines the ordering of the chart groups when using a DataProvider.\nIf undefined, the group will follow the order in which they are found in the data. The group objects will have the same properties as the context for <a href=\"#groupTemplate\">groupTemplate's $current</a>.\nIf groupComparator(a, b) is less than 0, chart group a comes before chart group b.\nIf groupComparator(a, b) is 0, the original order is preserved.\nIf groupComparator(a, b) is greater than 0, chart group b comes before chart group a.",
|
|
98
98
|
"meta": {
|
|
99
99
|
"filename": "area-chart.tsx",
|
|
100
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
100
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
101
101
|
},
|
|
102
102
|
"type": {
|
|
103
103
|
"names": [
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"description": "Defines whether the data items are stacked.",
|
|
124
124
|
"meta": {
|
|
125
125
|
"filename": "area-chart.tsx",
|
|
126
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
126
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
127
127
|
},
|
|
128
128
|
"ojvalues": [
|
|
129
129
|
{
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"description": "Whether drilling is enabled. Drillable objects will show a pointer cursor on hover and fire an <code class=\"prettyprint\">ojItemDrill</code>, <code class=\"prettyprint\">ojSeriesDrill</code> and <code class=\"prettyprint\">ojGroupDrill</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. To enable or disable drilling on individual series, group, or data item, use the drilling attribute in each series, group, or data item.",
|
|
167
167
|
"meta": {
|
|
168
168
|
"filename": "area-chart.tsx",
|
|
169
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
169
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
170
170
|
},
|
|
171
171
|
"ojvalues": [
|
|
172
172
|
{
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"description": "The orientation of the chart.",
|
|
210
210
|
"meta": {
|
|
211
211
|
"filename": "area-chart.tsx",
|
|
212
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
212
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
213
213
|
},
|
|
214
214
|
"ojvalues": [
|
|
215
215
|
{
|
|
@@ -241,6 +241,27 @@
|
|
|
241
241
|
]
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
|
+
{
|
|
245
|
+
"memberof": "oj-c.AreaChart",
|
|
246
|
+
"id": "oj-c.AreaChart#timeAxisType",
|
|
247
|
+
"name": "timeAxisType",
|
|
248
|
+
"kind": "member",
|
|
249
|
+
"longname": "oj-c.AreaChart#timeAxisType",
|
|
250
|
+
"optional": true,
|
|
251
|
+
"scope": "instance",
|
|
252
|
+
"description": "The type of time axis to display in the chart. If the value is \"enabled\" or \"skipGaps\", the time values must be provided through the \"group-id\" attribute of the <a target=\"_blank\" href=\"oj-c.AreaChartItem.html\">oj-c-area-chart-item</a> element. In this case, stacking is supported. If the value is \"skipGaps\", the groups will be rendered at a regular interval regardless of any time gaps that may exist in the data.\nIf the value is \"mixedFrequency\", the time values must be provided through the \"x\" attribute of the <a target=\"_blank\" href=\"oj-c.AreaChartItem.html\">oj-c-area-chart-item</a> element. In this case stacking is not supported.\nThe time values provided must be an ISO date string.",
|
|
253
|
+
"meta": {
|
|
254
|
+
"filename": "area-chart.tsx",
|
|
255
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
256
|
+
},
|
|
257
|
+
"type": {
|
|
258
|
+
"names": [
|
|
259
|
+
"\"enabled\"",
|
|
260
|
+
"\"mixedFrequency\"",
|
|
261
|
+
"\"skipGaps\""
|
|
262
|
+
]
|
|
263
|
+
}
|
|
264
|
+
},
|
|
244
265
|
{
|
|
245
266
|
"memberof": "oj-c.AreaChart",
|
|
246
267
|
"id": "oj-c.AreaChart#yAxis",
|
|
@@ -252,7 +273,7 @@
|
|
|
252
273
|
"description": "An object defining properties for the y axis, tick marks, tick labels, and axis titles.",
|
|
253
274
|
"meta": {
|
|
254
275
|
"filename": "area-chart.tsx",
|
|
255
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
276
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
256
277
|
},
|
|
257
278
|
"type": {
|
|
258
279
|
"names": [
|
|
@@ -278,7 +299,7 @@
|
|
|
278
299
|
"description": "An object defining properties for the x axis, tick marks, tick labels, and axis titles.",
|
|
279
300
|
"meta": {
|
|
280
301
|
"filename": "area-chart.tsx",
|
|
281
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
302
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
282
303
|
},
|
|
283
304
|
"type": {
|
|
284
305
|
"names": [
|
|
@@ -304,7 +325,7 @@
|
|
|
304
325
|
"description": "An object defining the style of the plot area.",
|
|
305
326
|
"meta": {
|
|
306
327
|
"filename": "area-chart.tsx",
|
|
307
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
328
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
308
329
|
},
|
|
309
330
|
"type": {
|
|
310
331
|
"names": [
|
|
@@ -330,7 +351,7 @@
|
|
|
330
351
|
"description": "Specifies the zoom and scroll behavior of the chart. \"Live\" behavior means that the chart will be updated continuously as it is being manipulated.\nWhile \"live\" zoom and scroll provides the best end user experience, no guarantess are made about the rendering performance or usability for large data sets or slow client environments.",
|
|
331
352
|
"meta": {
|
|
332
353
|
"filename": "area-chart.tsx",
|
|
333
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
354
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
334
355
|
},
|
|
335
356
|
"type": {
|
|
336
357
|
"names": [
|
|
@@ -350,7 +371,7 @@
|
|
|
350
371
|
"description": "An object specifying value formatting and tooltip behavior, whose keys generally correspond to the attribute names on the data items.",
|
|
351
372
|
"meta": {
|
|
352
373
|
"filename": "area-chart.tsx",
|
|
353
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
374
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
354
375
|
},
|
|
355
376
|
"type": {
|
|
356
377
|
"names": [
|
|
@@ -376,8 +397,40 @@
|
|
|
376
397
|
"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.",
|
|
377
398
|
"meta": {
|
|
378
399
|
"filename": "area-chart.tsx",
|
|
379
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
400
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
380
401
|
},
|
|
402
|
+
"ojvalues": [
|
|
403
|
+
{
|
|
404
|
+
"name": "none",
|
|
405
|
+
"description": "No item can be selected.",
|
|
406
|
+
"displayName": "None",
|
|
407
|
+
"type": {
|
|
408
|
+
"names": [
|
|
409
|
+
"string"
|
|
410
|
+
]
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "single",
|
|
415
|
+
"description": "Single item can be selected.",
|
|
416
|
+
"displayName": "Single",
|
|
417
|
+
"type": {
|
|
418
|
+
"names": [
|
|
419
|
+
"string"
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "multiple",
|
|
425
|
+
"description": "Multiple items can be selected.",
|
|
426
|
+
"displayName": "Multiple",
|
|
427
|
+
"type": {
|
|
428
|
+
"names": [
|
|
429
|
+
"string"
|
|
430
|
+
]
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
],
|
|
381
434
|
"defaultvalue": "\"none\"",
|
|
382
435
|
"type": {
|
|
383
436
|
"names": [
|
|
@@ -399,7 +452,7 @@
|
|
|
399
452
|
"description": "An array containing the ids of the initially selected data items.",
|
|
400
453
|
"meta": {
|
|
401
454
|
"filename": "area-chart.tsx",
|
|
402
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
455
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
403
456
|
},
|
|
404
457
|
"defaultvalue": "[]",
|
|
405
458
|
"type": {
|
|
@@ -424,10 +477,10 @@
|
|
|
424
477
|
"optional": true,
|
|
425
478
|
"scope": "instance",
|
|
426
479
|
"ojwriteback": true,
|
|
427
|
-
"description": "",
|
|
480
|
+
"description": "An array of category strings used for filtering. Series or data items with any category matching an item in this array will be filtered.",
|
|
428
481
|
"meta": {
|
|
429
482
|
"filename": "area-chart.tsx",
|
|
430
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
483
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
431
484
|
},
|
|
432
485
|
"defaultvalue": "[]",
|
|
433
486
|
"type": {
|
|
@@ -455,7 +508,7 @@
|
|
|
455
508
|
"description": "An array of category strings used for highlighting. Series or data items matching categories in this array will be highlighted.",
|
|
456
509
|
"meta": {
|
|
457
510
|
"filename": "area-chart.tsx",
|
|
458
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
511
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
459
512
|
},
|
|
460
513
|
"defaultvalue": "[]",
|
|
461
514
|
"type": {
|
|
@@ -482,8 +535,40 @@
|
|
|
482
535
|
"description": "Defines the hide and show behavior that is performed when clicking on a legend item. When data items are hidden, the y axes can be optionally rescaled to fit to the remaining data.",
|
|
483
536
|
"meta": {
|
|
484
537
|
"filename": "area-chart.tsx",
|
|
485
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
538
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
486
539
|
},
|
|
540
|
+
"ojvalues": [
|
|
541
|
+
{
|
|
542
|
+
"name": "withRescale",
|
|
543
|
+
"description": "Rescaling of y axis when items are hidden.",
|
|
544
|
+
"displayName": "With Rescale",
|
|
545
|
+
"type": {
|
|
546
|
+
"names": [
|
|
547
|
+
"string"
|
|
548
|
+
]
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "withoutRescale",
|
|
553
|
+
"description": "No rescaling of y axis when items are hidden.",
|
|
554
|
+
"displayName": "Without Rescale",
|
|
555
|
+
"type": {
|
|
556
|
+
"names": [
|
|
557
|
+
"string"
|
|
558
|
+
]
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "none",
|
|
563
|
+
"description": "No hide and show behavior.",
|
|
564
|
+
"displayName": "None",
|
|
565
|
+
"type": {
|
|
566
|
+
"names": [
|
|
567
|
+
"string"
|
|
568
|
+
]
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
],
|
|
487
572
|
"defaultvalue": "\"none\"",
|
|
488
573
|
"type": {
|
|
489
574
|
"names": [
|
|
@@ -504,8 +589,30 @@
|
|
|
504
589
|
"description": "Defines the behavior applied when hovering over data items.",
|
|
505
590
|
"meta": {
|
|
506
591
|
"filename": "area-chart.tsx",
|
|
507
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
592
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
508
593
|
},
|
|
594
|
+
"ojvalues": [
|
|
595
|
+
{
|
|
596
|
+
"name": "dim",
|
|
597
|
+
"description": "Hovered items will be dimmed.",
|
|
598
|
+
"displayName": "Dim",
|
|
599
|
+
"type": {
|
|
600
|
+
"names": [
|
|
601
|
+
"string"
|
|
602
|
+
]
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "none",
|
|
607
|
+
"description": "No hover behavior.",
|
|
608
|
+
"displayName": "None",
|
|
609
|
+
"type": {
|
|
610
|
+
"names": [
|
|
611
|
+
"string"
|
|
612
|
+
]
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
],
|
|
509
616
|
"defaultvalue": "\"none\"",
|
|
510
617
|
"type": {
|
|
511
618
|
"names": [
|
|
@@ -525,8 +632,30 @@
|
|
|
525
632
|
"description": "The matching condition for the highlightedCategories property.\nBy default, highlightMatch is 'all' and only items whose categories match all of the values specified in the highlightedCategories array will be highlighted.\nIf highlightMatch is 'any', then items that match at least one of the highlightedCategories values will be highlighted.",
|
|
526
633
|
"meta": {
|
|
527
634
|
"filename": "area-chart.tsx",
|
|
528
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
635
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
529
636
|
},
|
|
637
|
+
"ojvalues": [
|
|
638
|
+
{
|
|
639
|
+
"name": "any",
|
|
640
|
+
"description": "Any matching categories will be highlighted.",
|
|
641
|
+
"displayName": "Dim",
|
|
642
|
+
"type": {
|
|
643
|
+
"names": [
|
|
644
|
+
"string"
|
|
645
|
+
]
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "all",
|
|
650
|
+
"description": "Items only with all matching categories will be highlighted.",
|
|
651
|
+
"displayName": "None",
|
|
652
|
+
"type": {
|
|
653
|
+
"names": [
|
|
654
|
+
"string"
|
|
655
|
+
]
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
],
|
|
530
659
|
"defaultvalue": "\"any\"",
|
|
531
660
|
"type": {
|
|
532
661
|
"names": [
|
|
@@ -546,7 +675,7 @@
|
|
|
546
675
|
"description": "An object defining the style, positioning, and behavior of the legend.",
|
|
547
676
|
"meta": {
|
|
548
677
|
"filename": "area-chart.tsx",
|
|
549
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
678
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
550
679
|
},
|
|
551
680
|
"type": {
|
|
552
681
|
"names": [
|
|
@@ -570,7 +699,7 @@
|
|
|
570
699
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
571
700
|
"meta": {
|
|
572
701
|
"filename": "area-chart.tsx",
|
|
573
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
702
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
574
703
|
},
|
|
575
704
|
"scope": "instance",
|
|
576
705
|
"params": [
|
|
@@ -604,7 +733,7 @@
|
|
|
604
733
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
605
734
|
"meta": {
|
|
606
735
|
"filename": "area-chart.tsx",
|
|
607
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
736
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
608
737
|
},
|
|
609
738
|
"scope": "instance",
|
|
610
739
|
"params": [
|
|
@@ -633,7 +762,7 @@
|
|
|
633
762
|
"description": "Performs a batch set of properties.",
|
|
634
763
|
"meta": {
|
|
635
764
|
"filename": "area-chart.tsx",
|
|
636
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
765
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
637
766
|
},
|
|
638
767
|
"scope": "instance",
|
|
639
768
|
"params": [
|
|
@@ -662,7 +791,7 @@
|
|
|
662
791
|
"description": "Triggered after the viewport is changed due to a zoom or scroll operation.",
|
|
663
792
|
"meta": {
|
|
664
793
|
"filename": "area-chart.tsx",
|
|
665
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
794
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
666
795
|
},
|
|
667
796
|
"scope": "instance",
|
|
668
797
|
"properties": [
|
|
@@ -737,7 +866,7 @@
|
|
|
737
866
|
"description": "Triggered on a chart item (double click if selection is enabled, single click otherwise).",
|
|
738
867
|
"meta": {
|
|
739
868
|
"filename": "area-chart.tsx",
|
|
740
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
869
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
741
870
|
},
|
|
742
871
|
"scope": "instance",
|
|
743
872
|
"properties": [
|
|
@@ -878,7 +1007,7 @@
|
|
|
878
1007
|
"description": "Triggered on a chart group drill gesture (double click if selection is enabled, single click otherwise).",
|
|
879
1008
|
"meta": {
|
|
880
1009
|
"filename": "area-chart.tsx",
|
|
881
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1010
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
882
1011
|
},
|
|
883
1012
|
"scope": "instance",
|
|
884
1013
|
"properties": [
|
|
@@ -965,7 +1094,7 @@
|
|
|
965
1094
|
"description": "Triggered on a chart series drill gesture (double click if selection is enabled, single click otherwise).",
|
|
966
1095
|
"meta": {
|
|
967
1096
|
"filename": "area-chart.tsx",
|
|
968
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1097
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
969
1098
|
},
|
|
970
1099
|
"scope": "instance",
|
|
971
1100
|
"properties": [
|
|
@@ -1052,7 +1181,7 @@
|
|
|
1052
1181
|
"description": "<p>The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for creating each item of the chart. The slot content must be a <template> element.\nThe content of the template should only be one <oj-c-area-chart-item> element. See the <a target=\"_blank\" href=\"oj-c.AreaChartItem.html\">oj-c-area-chart-item</a> doc for more details. A <b>series-id</b> and <b>group-id</b> must be specified.</p>\n<p>When the template is executed for each item, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
|
|
1053
1182
|
"meta": {
|
|
1054
1183
|
"filename": "area-chart.tsx",
|
|
1055
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1184
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1056
1185
|
},
|
|
1057
1186
|
"scope": "instance",
|
|
1058
1187
|
"ojchild": false,
|
|
@@ -1115,7 +1244,7 @@
|
|
|
1115
1244
|
"description": "<p>The <code class=\"prettyprint\">seriesTemplate</code> slot is used to specify the template for generating the series properties of the chart. The slot content must be a single <template> element.\nThe content of the template should only be one <oj-c-area-chart-series> element.See the <a target=\"_blank\" href=\"oj-c.AreaChartSeries.html\">oj-c-area-chart-series</a> doc for more details.</p>\n<p>When the template is executed for each series, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
|
|
1116
1245
|
"meta": {
|
|
1117
1246
|
"filename": "area-chart.tsx",
|
|
1118
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1247
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1119
1248
|
},
|
|
1120
1249
|
"scope": "instance",
|
|
1121
1250
|
"ojchild": false,
|
|
@@ -1170,7 +1299,7 @@
|
|
|
1170
1299
|
"description": "<p>The <code class=\"prettyprint\">groupTemplate</code> slot is used to specify the template for generating the group properties of the chart. The slot content must be a single <template> element.\nThe content of the template should only be one <oj-c-area-chart-group> element. See the <a target=\"_blank\" href=\"oj-c.AreaChartGroup.html\">oj-c-area-chart-group</a> doc for more details.</p>\n<p>When the template is executed for each group, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
|
|
1171
1300
|
"meta": {
|
|
1172
1301
|
"filename": "area-chart.tsx",
|
|
1173
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1302
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1174
1303
|
},
|
|
1175
1304
|
"scope": "instance",
|
|
1176
1305
|
"ojchild": false,
|
|
@@ -1243,7 +1372,7 @@
|
|
|
1243
1372
|
"memberof": "oj-c.AreaChart",
|
|
1244
1373
|
"meta": {
|
|
1245
1374
|
"filename": "area-chart.tsx",
|
|
1246
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1375
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1247
1376
|
},
|
|
1248
1377
|
"ojfragment": true
|
|
1249
1378
|
},
|
|
@@ -1256,7 +1385,7 @@
|
|
|
1256
1385
|
"memberof": "oj-c.AreaChart",
|
|
1257
1386
|
"meta": {
|
|
1258
1387
|
"filename": "area-chart.tsx",
|
|
1259
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1388
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1260
1389
|
},
|
|
1261
1390
|
"ojfragment": true
|
|
1262
1391
|
},
|
|
@@ -1280,7 +1409,7 @@
|
|
|
1280
1409
|
},
|
|
1281
1410
|
"meta": {
|
|
1282
1411
|
"filename": "area-chart.tsx",
|
|
1283
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1412
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1284
1413
|
},
|
|
1285
1414
|
"properties": [
|
|
1286
1415
|
{
|
|
@@ -1313,7 +1442,7 @@
|
|
|
1313
1442
|
},
|
|
1314
1443
|
{
|
|
1315
1444
|
"name": "groupId",
|
|
1316
|
-
"description": "The array of
|
|
1445
|
+
"description": "The array of ids for the groups the item belongs to. For hierarchical groups, it will be an array of outermost to innermost group ids. This is also used to specify the date for non mixed frequency time axes. The specified date for non mixed frequency time axes must be an ISO string.",
|
|
1317
1446
|
"optional": false,
|
|
1318
1447
|
"type": {
|
|
1319
1448
|
"names": [
|
|
@@ -1339,6 +1468,16 @@
|
|
|
1339
1468
|
]
|
|
1340
1469
|
}
|
|
1341
1470
|
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "x",
|
|
1473
|
+
"description": "The x value. Mainly used to specify the date for mixed-frequency time axis. The date specified in the x value must be an ISO date string.",
|
|
1474
|
+
"optional": true,
|
|
1475
|
+
"type": {
|
|
1476
|
+
"names": [
|
|
1477
|
+
"string"
|
|
1478
|
+
]
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1342
1481
|
{
|
|
1343
1482
|
"name": "color",
|
|
1344
1483
|
"description": "The color of the data item. This color value is not inherited by chart legend. See chart <a href=\"oj.ojChartSeries.html#color\">series color</a> and <a href=\"oj.ojChartSeries.html#displayInLegend\">display-in-legend</a> for more details.",
|
|
@@ -1421,7 +1560,7 @@
|
|
|
1421
1560
|
},
|
|
1422
1561
|
{
|
|
1423
1562
|
"name": "shortDesc",
|
|
1424
|
-
"description": "
|
|
1563
|
+
"description": "The description of this object. This is used for accessibility and also for customizing the tooltip text.",
|
|
1425
1564
|
"optional": true,
|
|
1426
1565
|
"type": {
|
|
1427
1566
|
"names": [
|
|
@@ -1451,7 +1590,7 @@
|
|
|
1451
1590
|
},
|
|
1452
1591
|
"meta": {
|
|
1453
1592
|
"filename": "area-chart.tsx",
|
|
1454
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1593
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1455
1594
|
},
|
|
1456
1595
|
"properties": [
|
|
1457
1596
|
{
|
|
@@ -1538,7 +1677,7 @@
|
|
|
1538
1677
|
},
|
|
1539
1678
|
"meta": {
|
|
1540
1679
|
"filename": "area-chart.tsx",
|
|
1541
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1680
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1542
1681
|
},
|
|
1543
1682
|
"properties": [
|
|
1544
1683
|
{
|
|
@@ -1630,11 +1769,52 @@
|
|
|
1630
1769
|
},
|
|
1631
1770
|
"meta": {
|
|
1632
1771
|
"filename": "area-chart.tsx",
|
|
1633
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1772
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1634
1773
|
},
|
|
1635
1774
|
"properties": [
|
|
1775
|
+
{
|
|
1776
|
+
"name": "dataMax",
|
|
1777
|
+
"description": "The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.",
|
|
1778
|
+
"optional": true,
|
|
1779
|
+
"type": {
|
|
1780
|
+
"names": [
|
|
1781
|
+
"number"
|
|
1782
|
+
]
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"name": "dataMin",
|
|
1787
|
+
"description": "The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.",
|
|
1788
|
+
"optional": true,
|
|
1789
|
+
"type": {
|
|
1790
|
+
"names": [
|
|
1791
|
+
"number"
|
|
1792
|
+
]
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"name": "max",
|
|
1797
|
+
"description": "The maximum value of the axis. Defaults to null for automatic calculation based on the data.",
|
|
1798
|
+
"optional": true,
|
|
1799
|
+
"type": {
|
|
1800
|
+
"names": [
|
|
1801
|
+
"number"
|
|
1802
|
+
]
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "min",
|
|
1807
|
+
"description": "The minumum value of the axis. Defaults to null for automatic calculation based on the data.",
|
|
1808
|
+
"optional": true,
|
|
1809
|
+
"type": {
|
|
1810
|
+
"names": [
|
|
1811
|
+
"number"
|
|
1812
|
+
]
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1636
1815
|
{
|
|
1637
1816
|
"name": "majorTick",
|
|
1817
|
+
"description": "The object defining the properties of the major tick of the y axis.",
|
|
1638
1818
|
"optional": true,
|
|
1639
1819
|
"type": {
|
|
1640
1820
|
"names": [
|
|
@@ -1644,6 +1824,110 @@
|
|
|
1644
1824
|
},
|
|
1645
1825
|
{
|
|
1646
1826
|
"name": "minorTick",
|
|
1827
|
+
"description": "The object defining the properties of the minor tick of the y axis.",
|
|
1828
|
+
"optional": true,
|
|
1829
|
+
"type": {
|
|
1830
|
+
"names": [
|
|
1831
|
+
"object"
|
|
1832
|
+
]
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "tickLabel",
|
|
1837
|
+
"description": "The object defining the properties of tick labels of the y axis.",
|
|
1838
|
+
"optional": true,
|
|
1839
|
+
"type": {
|
|
1840
|
+
"names": [
|
|
1841
|
+
"object"
|
|
1842
|
+
]
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "viewportMin",
|
|
1847
|
+
"description": "Specifies the minimum y coordinate of the current viewport for zoom and scroll.\nIf not specified, this value will be the axis min.",
|
|
1848
|
+
"optional": true,
|
|
1849
|
+
"type": {
|
|
1850
|
+
"names": [
|
|
1851
|
+
"number"
|
|
1852
|
+
]
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"name": "viewportMax",
|
|
1857
|
+
"description": "Specifies the maximum y coordinate of the current viewport for zoom and scroll.\nIf not specified, this value will be the axis max.",
|
|
1858
|
+
"optional": true,
|
|
1859
|
+
"type": {
|
|
1860
|
+
"names": [
|
|
1861
|
+
"number"
|
|
1862
|
+
]
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "step",
|
|
1867
|
+
"description": "The increment between major tick marks in y axis. Defaults to null for automatic calculation based on the data.\nFor log axis, the step is a multiplier, for example, if the step is 2, the major tick marks will be rendered at 1, 2, 4, 8, and so on.",
|
|
1868
|
+
"optional": true,
|
|
1869
|
+
"type": {
|
|
1870
|
+
"names": [
|
|
1871
|
+
"number"
|
|
1872
|
+
]
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "size",
|
|
1877
|
+
"description": "Defines the size of the axis in terms of ratio of the width (for vertical charts) or height (for horizontal charts).",
|
|
1878
|
+
"optional": true,
|
|
1879
|
+
"type": {
|
|
1880
|
+
"names": [
|
|
1881
|
+
"number"
|
|
1882
|
+
]
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"name": "scale",
|
|
1887
|
+
"description": "Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.",
|
|
1888
|
+
"optional": true,
|
|
1889
|
+
"type": {
|
|
1890
|
+
"names": [
|
|
1891
|
+
"\"linear\"",
|
|
1892
|
+
"\"log\""
|
|
1893
|
+
]
|
|
1894
|
+
},
|
|
1895
|
+
"ojvalues": [
|
|
1896
|
+
{
|
|
1897
|
+
"name": "linear",
|
|
1898
|
+
"description": "Renders linear y axis.",
|
|
1899
|
+
"displayName": "Linear",
|
|
1900
|
+
"type": {
|
|
1901
|
+
"names": [
|
|
1902
|
+
"string"
|
|
1903
|
+
]
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"name": "log",
|
|
1908
|
+
"description": "Renders log y axis.",
|
|
1909
|
+
"displayName": "Log",
|
|
1910
|
+
"type": {
|
|
1911
|
+
"names": [
|
|
1912
|
+
"string"
|
|
1913
|
+
]
|
|
1914
|
+
}
|
|
1915
|
+
}
|
|
1916
|
+
]
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "title",
|
|
1920
|
+
"description": "The title of the axis.",
|
|
1921
|
+
"optional": true,
|
|
1922
|
+
"type": {
|
|
1923
|
+
"names": [
|
|
1924
|
+
"string"
|
|
1925
|
+
]
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"name": "titleStyle",
|
|
1930
|
+
"description": "The object defining the css properties of the axis title.",
|
|
1647
1931
|
"optional": true,
|
|
1648
1932
|
"type": {
|
|
1649
1933
|
"names": [
|
|
@@ -1668,1521 +1952,139 @@
|
|
|
1668
1952
|
},
|
|
1669
1953
|
"meta": {
|
|
1670
1954
|
"filename": "area-chart.tsx",
|
|
1671
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
1955
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1672
1956
|
},
|
|
1673
1957
|
"properties": [
|
|
1674
1958
|
{
|
|
1675
1959
|
"name": "majorTick",
|
|
1960
|
+
"description": "The object defining the properties of the major tick of the x axis.",
|
|
1676
1961
|
"optional": true,
|
|
1677
1962
|
"type": {
|
|
1678
1963
|
"names": [
|
|
1679
1964
|
"object"
|
|
1680
1965
|
]
|
|
1681
1966
|
}
|
|
1682
|
-
}
|
|
1683
|
-
]
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"memberof": "oj-c.AreaChart",
|
|
1687
|
-
"id": "oj-c.AreaChart.PlotArea",
|
|
1688
|
-
"name": "PlotArea",
|
|
1689
|
-
"kind": "typedef",
|
|
1690
|
-
"longname": "oj-c.AreaChart.PlotArea",
|
|
1691
|
-
"scope": "static",
|
|
1692
|
-
"description": "",
|
|
1693
|
-
"type": {
|
|
1694
|
-
"names": [
|
|
1695
|
-
"Object"
|
|
1696
|
-
]
|
|
1697
|
-
},
|
|
1698
|
-
"meta": {
|
|
1699
|
-
"filename": "area-chart.tsx",
|
|
1700
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.6/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
1701
|
-
},
|
|
1702
|
-
"properties": [
|
|
1967
|
+
},
|
|
1703
1968
|
{
|
|
1704
|
-
"name": "
|
|
1705
|
-
"description": "The
|
|
1969
|
+
"name": "minorTick",
|
|
1970
|
+
"description": "The object defining the properties of the minor tick of the x axis.",
|
|
1706
1971
|
"optional": true,
|
|
1707
1972
|
"type": {
|
|
1708
1973
|
"names": [
|
|
1709
|
-
"
|
|
1974
|
+
"object"
|
|
1710
1975
|
]
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
"
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
"
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"name": "black",
|
|
1827
|
-
"type": {
|
|
1828
|
-
"names": [
|
|
1829
|
-
"string"
|
|
1830
|
-
]
|
|
1831
|
-
}
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"name": "blanchedalmond",
|
|
1835
|
-
"type": {
|
|
1836
|
-
"names": [
|
|
1837
|
-
"string"
|
|
1838
|
-
]
|
|
1839
|
-
}
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
"name": "blue",
|
|
1843
|
-
"type": {
|
|
1844
|
-
"names": [
|
|
1845
|
-
"string"
|
|
1846
|
-
]
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
"name": "blueviolet",
|
|
1851
|
-
"type": {
|
|
1852
|
-
"names": [
|
|
1853
|
-
"string"
|
|
1854
|
-
]
|
|
1855
|
-
}
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"name": "brown",
|
|
1859
|
-
"type": {
|
|
1860
|
-
"names": [
|
|
1861
|
-
"string"
|
|
1862
|
-
]
|
|
1863
|
-
}
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
"name": "burlywood",
|
|
1867
|
-
"type": {
|
|
1868
|
-
"names": [
|
|
1869
|
-
"string"
|
|
1870
|
-
]
|
|
1871
|
-
}
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"name": "cadetblue",
|
|
1875
|
-
"type": {
|
|
1876
|
-
"names": [
|
|
1877
|
-
"string"
|
|
1878
|
-
]
|
|
1879
|
-
}
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"name": "chartreuse",
|
|
1883
|
-
"type": {
|
|
1884
|
-
"names": [
|
|
1885
|
-
"string"
|
|
1886
|
-
]
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"name": "chocolate",
|
|
1891
|
-
"type": {
|
|
1892
|
-
"names": [
|
|
1893
|
-
"string"
|
|
1894
|
-
]
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"name": "coral",
|
|
1899
|
-
"type": {
|
|
1900
|
-
"names": [
|
|
1901
|
-
"string"
|
|
1902
|
-
]
|
|
1903
|
-
}
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"name": "cornflowerblue",
|
|
1907
|
-
"type": {
|
|
1908
|
-
"names": [
|
|
1909
|
-
"string"
|
|
1910
|
-
]
|
|
1911
|
-
}
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"name": "cornsilk",
|
|
1915
|
-
"type": {
|
|
1916
|
-
"names": [
|
|
1917
|
-
"string"
|
|
1918
|
-
]
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"name": "crimson",
|
|
1923
|
-
"type": {
|
|
1924
|
-
"names": [
|
|
1925
|
-
"string"
|
|
1926
|
-
]
|
|
1927
|
-
}
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"name": "cyan",
|
|
1931
|
-
"type": {
|
|
1932
|
-
"names": [
|
|
1933
|
-
"string"
|
|
1934
|
-
]
|
|
1935
|
-
}
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"name": "darkblue",
|
|
1939
|
-
"type": {
|
|
1940
|
-
"names": [
|
|
1941
|
-
"string"
|
|
1942
|
-
]
|
|
1943
|
-
}
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"name": "darkcyan",
|
|
1947
|
-
"type": {
|
|
1948
|
-
"names": [
|
|
1949
|
-
"string"
|
|
1950
|
-
]
|
|
1951
|
-
}
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"name": "darkgoldenrod",
|
|
1955
|
-
"type": {
|
|
1956
|
-
"names": [
|
|
1957
|
-
"string"
|
|
1958
|
-
]
|
|
1959
|
-
}
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"name": "darkgray",
|
|
1963
|
-
"type": {
|
|
1964
|
-
"names": [
|
|
1965
|
-
"string"
|
|
1966
|
-
]
|
|
1967
|
-
}
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"name": "darkgreen",
|
|
1971
|
-
"type": {
|
|
1972
|
-
"names": [
|
|
1973
|
-
"string"
|
|
1974
|
-
]
|
|
1975
|
-
}
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"name": "darkgrey",
|
|
1979
|
-
"type": {
|
|
1980
|
-
"names": [
|
|
1981
|
-
"string"
|
|
1982
|
-
]
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"name": "darkkhaki",
|
|
1987
|
-
"type": {
|
|
1988
|
-
"names": [
|
|
1989
|
-
"string"
|
|
1990
|
-
]
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"name": "darkmagenta",
|
|
1995
|
-
"type": {
|
|
1996
|
-
"names": [
|
|
1997
|
-
"string"
|
|
1998
|
-
]
|
|
1999
|
-
}
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"name": "darkolivegreen",
|
|
2003
|
-
"type": {
|
|
2004
|
-
"names": [
|
|
2005
|
-
"string"
|
|
2006
|
-
]
|
|
2007
|
-
}
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
"name": "darkorange",
|
|
2011
|
-
"type": {
|
|
2012
|
-
"names": [
|
|
2013
|
-
"string"
|
|
2014
|
-
]
|
|
2015
|
-
}
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"name": "darkorchid",
|
|
2019
|
-
"type": {
|
|
2020
|
-
"names": [
|
|
2021
|
-
"string"
|
|
2022
|
-
]
|
|
2023
|
-
}
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"name": "darkred",
|
|
2027
|
-
"type": {
|
|
2028
|
-
"names": [
|
|
2029
|
-
"string"
|
|
2030
|
-
]
|
|
2031
|
-
}
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"name": "darksalmon",
|
|
2035
|
-
"type": {
|
|
2036
|
-
"names": [
|
|
2037
|
-
"string"
|
|
2038
|
-
]
|
|
2039
|
-
}
|
|
2040
|
-
},
|
|
2041
|
-
{
|
|
2042
|
-
"name": "darkseagreen",
|
|
2043
|
-
"type": {
|
|
2044
|
-
"names": [
|
|
2045
|
-
"string"
|
|
2046
|
-
]
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"name": "darkslateblue",
|
|
2051
|
-
"type": {
|
|
2052
|
-
"names": [
|
|
2053
|
-
"string"
|
|
2054
|
-
]
|
|
2055
|
-
}
|
|
2056
|
-
},
|
|
2057
|
-
{
|
|
2058
|
-
"name": "darkslategray",
|
|
2059
|
-
"type": {
|
|
2060
|
-
"names": [
|
|
2061
|
-
"string"
|
|
2062
|
-
]
|
|
2063
|
-
}
|
|
2064
|
-
},
|
|
2065
|
-
{
|
|
2066
|
-
"name": "darkslategrey",
|
|
2067
|
-
"type": {
|
|
2068
|
-
"names": [
|
|
2069
|
-
"string"
|
|
2070
|
-
]
|
|
2071
|
-
}
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"name": "darkturquoise",
|
|
2075
|
-
"type": {
|
|
2076
|
-
"names": [
|
|
2077
|
-
"string"
|
|
2078
|
-
]
|
|
2079
|
-
}
|
|
2080
|
-
},
|
|
2081
|
-
{
|
|
2082
|
-
"name": "darkviolet",
|
|
2083
|
-
"type": {
|
|
2084
|
-
"names": [
|
|
2085
|
-
"string"
|
|
2086
|
-
]
|
|
2087
|
-
}
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"name": "deeppink",
|
|
2091
|
-
"type": {
|
|
2092
|
-
"names": [
|
|
2093
|
-
"string"
|
|
2094
|
-
]
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"name": "deepskyblue",
|
|
2099
|
-
"type": {
|
|
2100
|
-
"names": [
|
|
2101
|
-
"string"
|
|
2102
|
-
]
|
|
2103
|
-
}
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"name": "dimgray",
|
|
2107
|
-
"type": {
|
|
2108
|
-
"names": [
|
|
2109
|
-
"string"
|
|
2110
|
-
]
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
"name": "dimgrey",
|
|
2115
|
-
"type": {
|
|
2116
|
-
"names": [
|
|
2117
|
-
"string"
|
|
2118
|
-
]
|
|
2119
|
-
}
|
|
2120
|
-
},
|
|
2121
|
-
{
|
|
2122
|
-
"name": "dodgerblue",
|
|
2123
|
-
"type": {
|
|
2124
|
-
"names": [
|
|
2125
|
-
"string"
|
|
2126
|
-
]
|
|
2127
|
-
}
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"name": "firebrick",
|
|
2131
|
-
"type": {
|
|
2132
|
-
"names": [
|
|
2133
|
-
"string"
|
|
2134
|
-
]
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"name": "floralwhite",
|
|
2139
|
-
"type": {
|
|
2140
|
-
"names": [
|
|
2141
|
-
"string"
|
|
2142
|
-
]
|
|
2143
|
-
}
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"name": "forestgreen",
|
|
2147
|
-
"type": {
|
|
2148
|
-
"names": [
|
|
2149
|
-
"string"
|
|
2150
|
-
]
|
|
2151
|
-
}
|
|
2152
|
-
},
|
|
2153
|
-
{
|
|
2154
|
-
"name": "fuchsia",
|
|
2155
|
-
"type": {
|
|
2156
|
-
"names": [
|
|
2157
|
-
"string"
|
|
2158
|
-
]
|
|
2159
|
-
}
|
|
2160
|
-
},
|
|
2161
|
-
{
|
|
2162
|
-
"name": "gainsboro",
|
|
2163
|
-
"type": {
|
|
2164
|
-
"names": [
|
|
2165
|
-
"string"
|
|
2166
|
-
]
|
|
2167
|
-
}
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"name": "ghostwhite",
|
|
2171
|
-
"type": {
|
|
2172
|
-
"names": [
|
|
2173
|
-
"string"
|
|
2174
|
-
]
|
|
2175
|
-
}
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"name": "gold",
|
|
2179
|
-
"type": {
|
|
2180
|
-
"names": [
|
|
2181
|
-
"string"
|
|
2182
|
-
]
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"name": "goldenrod",
|
|
2187
|
-
"type": {
|
|
2188
|
-
"names": [
|
|
2189
|
-
"string"
|
|
2190
|
-
]
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"name": "gray",
|
|
2195
|
-
"type": {
|
|
2196
|
-
"names": [
|
|
2197
|
-
"string"
|
|
2198
|
-
]
|
|
2199
|
-
}
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"name": "green",
|
|
2203
|
-
"type": {
|
|
2204
|
-
"names": [
|
|
2205
|
-
"string"
|
|
2206
|
-
]
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
{
|
|
2210
|
-
"name": "greenyellow",
|
|
2211
|
-
"type": {
|
|
2212
|
-
"names": [
|
|
2213
|
-
"string"
|
|
2214
|
-
]
|
|
2215
|
-
}
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"name": "grey",
|
|
2219
|
-
"type": {
|
|
2220
|
-
"names": [
|
|
2221
|
-
"string"
|
|
2222
|
-
]
|
|
2223
|
-
}
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"name": "honeydew",
|
|
2227
|
-
"type": {
|
|
2228
|
-
"names": [
|
|
2229
|
-
"string"
|
|
2230
|
-
]
|
|
2231
|
-
}
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"name": "hotpink",
|
|
2235
|
-
"type": {
|
|
2236
|
-
"names": [
|
|
2237
|
-
"string"
|
|
2238
|
-
]
|
|
2239
|
-
}
|
|
2240
|
-
},
|
|
2241
|
-
{
|
|
2242
|
-
"name": "indianred",
|
|
2243
|
-
"type": {
|
|
2244
|
-
"names": [
|
|
2245
|
-
"string"
|
|
2246
|
-
]
|
|
2247
|
-
}
|
|
2248
|
-
},
|
|
2249
|
-
{
|
|
2250
|
-
"name": "indigo",
|
|
2251
|
-
"type": {
|
|
2252
|
-
"names": [
|
|
2253
|
-
"string"
|
|
2254
|
-
]
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
|
-
{
|
|
2258
|
-
"name": "ivory",
|
|
2259
|
-
"type": {
|
|
2260
|
-
"names": [
|
|
2261
|
-
"string"
|
|
2262
|
-
]
|
|
2263
|
-
}
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"name": "khaki",
|
|
2267
|
-
"type": {
|
|
2268
|
-
"names": [
|
|
2269
|
-
"string"
|
|
2270
|
-
]
|
|
2271
|
-
}
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "lavender",
|
|
2275
|
-
"type": {
|
|
2276
|
-
"names": [
|
|
2277
|
-
"string"
|
|
2278
|
-
]
|
|
2279
|
-
}
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "lavenderblush",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"names": [
|
|
2285
|
-
"string"
|
|
2286
|
-
]
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "lawngreen",
|
|
2291
|
-
"type": {
|
|
2292
|
-
"names": [
|
|
2293
|
-
"string"
|
|
2294
|
-
]
|
|
2295
|
-
}
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"name": "lemonchiffon",
|
|
2299
|
-
"type": {
|
|
2300
|
-
"names": [
|
|
2301
|
-
"string"
|
|
2302
|
-
]
|
|
2303
|
-
}
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"name": "lightblue",
|
|
2307
|
-
"type": {
|
|
2308
|
-
"names": [
|
|
2309
|
-
"string"
|
|
2310
|
-
]
|
|
2311
|
-
}
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"name": "lightcoral",
|
|
2315
|
-
"type": {
|
|
2316
|
-
"names": [
|
|
2317
|
-
"string"
|
|
2318
|
-
]
|
|
2319
|
-
}
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"name": "lightcyan",
|
|
2323
|
-
"type": {
|
|
2324
|
-
"names": [
|
|
2325
|
-
"string"
|
|
2326
|
-
]
|
|
2327
|
-
}
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"name": "lightgoldenrodyellow",
|
|
2331
|
-
"type": {
|
|
2332
|
-
"names": [
|
|
2333
|
-
"string"
|
|
2334
|
-
]
|
|
2335
|
-
}
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"name": "lightgray",
|
|
2339
|
-
"type": {
|
|
2340
|
-
"names": [
|
|
2341
|
-
"string"
|
|
2342
|
-
]
|
|
2343
|
-
}
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"name": "lightgreen",
|
|
2347
|
-
"type": {
|
|
2348
|
-
"names": [
|
|
2349
|
-
"string"
|
|
2350
|
-
]
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"name": "lightgrey",
|
|
2355
|
-
"type": {
|
|
2356
|
-
"names": [
|
|
2357
|
-
"string"
|
|
2358
|
-
]
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
{
|
|
2362
|
-
"name": "lightpink",
|
|
2363
|
-
"type": {
|
|
2364
|
-
"names": [
|
|
2365
|
-
"string"
|
|
2366
|
-
]
|
|
2367
|
-
}
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"name": "lightsalmon",
|
|
2371
|
-
"type": {
|
|
2372
|
-
"names": [
|
|
2373
|
-
"string"
|
|
2374
|
-
]
|
|
2375
|
-
}
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"name": "lightseagreen",
|
|
2379
|
-
"type": {
|
|
2380
|
-
"names": [
|
|
2381
|
-
"string"
|
|
2382
|
-
]
|
|
2383
|
-
}
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"name": "lightskyblue",
|
|
2387
|
-
"type": {
|
|
2388
|
-
"names": [
|
|
2389
|
-
"string"
|
|
2390
|
-
]
|
|
2391
|
-
}
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
"name": "lightslategray",
|
|
2395
|
-
"type": {
|
|
2396
|
-
"names": [
|
|
2397
|
-
"string"
|
|
2398
|
-
]
|
|
2399
|
-
}
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"name": "lightslategrey",
|
|
2403
|
-
"type": {
|
|
2404
|
-
"names": [
|
|
2405
|
-
"string"
|
|
2406
|
-
]
|
|
2407
|
-
}
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"name": "lightsteelblue",
|
|
2411
|
-
"type": {
|
|
2412
|
-
"names": [
|
|
2413
|
-
"string"
|
|
2414
|
-
]
|
|
2415
|
-
}
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"name": "lightyellow",
|
|
2419
|
-
"type": {
|
|
2420
|
-
"names": [
|
|
2421
|
-
"string"
|
|
2422
|
-
]
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"name": "lime",
|
|
2427
|
-
"type": {
|
|
2428
|
-
"names": [
|
|
2429
|
-
"string"
|
|
2430
|
-
]
|
|
2431
|
-
}
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"name": "limegreen",
|
|
2435
|
-
"type": {
|
|
2436
|
-
"names": [
|
|
2437
|
-
"string"
|
|
2438
|
-
]
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"name": "linen",
|
|
2443
|
-
"type": {
|
|
2444
|
-
"names": [
|
|
2445
|
-
"string"
|
|
2446
|
-
]
|
|
2447
|
-
}
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"name": "magenta",
|
|
2451
|
-
"type": {
|
|
2452
|
-
"names": [
|
|
2453
|
-
"string"
|
|
2454
|
-
]
|
|
2455
|
-
}
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"name": "maroon",
|
|
2459
|
-
"type": {
|
|
2460
|
-
"names": [
|
|
2461
|
-
"string"
|
|
2462
|
-
]
|
|
2463
|
-
}
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"name": "mediumaquamarine",
|
|
2467
|
-
"type": {
|
|
2468
|
-
"names": [
|
|
2469
|
-
"string"
|
|
2470
|
-
]
|
|
2471
|
-
}
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"name": "mediumblue",
|
|
2475
|
-
"type": {
|
|
2476
|
-
"names": [
|
|
2477
|
-
"string"
|
|
2478
|
-
]
|
|
2479
|
-
}
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "mediumorchid",
|
|
2483
|
-
"type": {
|
|
2484
|
-
"names": [
|
|
2485
|
-
"string"
|
|
2486
|
-
]
|
|
2487
|
-
}
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"name": "mediumpurple",
|
|
2491
|
-
"type": {
|
|
2492
|
-
"names": [
|
|
2493
|
-
"string"
|
|
2494
|
-
]
|
|
2495
|
-
}
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"name": "mediumseagreen",
|
|
2499
|
-
"type": {
|
|
2500
|
-
"names": [
|
|
2501
|
-
"string"
|
|
2502
|
-
]
|
|
2503
|
-
}
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"name": "mediumslateblue",
|
|
2507
|
-
"type": {
|
|
2508
|
-
"names": [
|
|
2509
|
-
"string"
|
|
2510
|
-
]
|
|
2511
|
-
}
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"name": "mediumspringgreen",
|
|
2515
|
-
"type": {
|
|
2516
|
-
"names": [
|
|
2517
|
-
"string"
|
|
2518
|
-
]
|
|
2519
|
-
}
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"name": "mediumturquoise",
|
|
2523
|
-
"type": {
|
|
2524
|
-
"names": [
|
|
2525
|
-
"string"
|
|
2526
|
-
]
|
|
2527
|
-
}
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"name": "mediumvioletred",
|
|
2531
|
-
"type": {
|
|
2532
|
-
"names": [
|
|
2533
|
-
"string"
|
|
2534
|
-
]
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"name": "midnightblue",
|
|
2539
|
-
"type": {
|
|
2540
|
-
"names": [
|
|
2541
|
-
"string"
|
|
2542
|
-
]
|
|
2543
|
-
}
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "mintcream",
|
|
2547
|
-
"type": {
|
|
2548
|
-
"names": [
|
|
2549
|
-
"string"
|
|
2550
|
-
]
|
|
2551
|
-
}
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"name": "mistyrose",
|
|
2555
|
-
"type": {
|
|
2556
|
-
"names": [
|
|
2557
|
-
"string"
|
|
2558
|
-
]
|
|
2559
|
-
}
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"name": "moccasin",
|
|
2563
|
-
"type": {
|
|
2564
|
-
"names": [
|
|
2565
|
-
"string"
|
|
2566
|
-
]
|
|
2567
|
-
}
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"name": "navajowhite",
|
|
2571
|
-
"type": {
|
|
2572
|
-
"names": [
|
|
2573
|
-
"string"
|
|
2574
|
-
]
|
|
2575
|
-
}
|
|
2576
|
-
},
|
|
2577
|
-
{
|
|
2578
|
-
"name": "navy",
|
|
2579
|
-
"type": {
|
|
2580
|
-
"names": [
|
|
2581
|
-
"string"
|
|
2582
|
-
]
|
|
2583
|
-
}
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"name": "oldlace",
|
|
2587
|
-
"type": {
|
|
2588
|
-
"names": [
|
|
2589
|
-
"string"
|
|
2590
|
-
]
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "olive",
|
|
2595
|
-
"type": {
|
|
2596
|
-
"names": [
|
|
2597
|
-
"string"
|
|
2598
|
-
]
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"name": "olivedrab",
|
|
2603
|
-
"type": {
|
|
2604
|
-
"names": [
|
|
2605
|
-
"string"
|
|
2606
|
-
]
|
|
2607
|
-
}
|
|
2608
|
-
},
|
|
2609
|
-
{
|
|
2610
|
-
"name": "orange",
|
|
2611
|
-
"type": {
|
|
2612
|
-
"names": [
|
|
2613
|
-
"string"
|
|
2614
|
-
]
|
|
2615
|
-
}
|
|
2616
|
-
},
|
|
2617
|
-
{
|
|
2618
|
-
"name": "orangered",
|
|
2619
|
-
"type": {
|
|
2620
|
-
"names": [
|
|
2621
|
-
"string"
|
|
2622
|
-
]
|
|
2623
|
-
}
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"name": "orchid",
|
|
2627
|
-
"type": {
|
|
2628
|
-
"names": [
|
|
2629
|
-
"string"
|
|
2630
|
-
]
|
|
2631
|
-
}
|
|
2632
|
-
},
|
|
2633
|
-
{
|
|
2634
|
-
"name": "palegoldenrod",
|
|
2635
|
-
"type": {
|
|
2636
|
-
"names": [
|
|
2637
|
-
"string"
|
|
2638
|
-
]
|
|
2639
|
-
}
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"name": "palegreen",
|
|
2643
|
-
"type": {
|
|
2644
|
-
"names": [
|
|
2645
|
-
"string"
|
|
2646
|
-
]
|
|
2647
|
-
}
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"name": "paleturquoise",
|
|
2651
|
-
"type": {
|
|
2652
|
-
"names": [
|
|
2653
|
-
"string"
|
|
2654
|
-
]
|
|
2655
|
-
}
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"name": "palevioletred",
|
|
2659
|
-
"type": {
|
|
2660
|
-
"names": [
|
|
2661
|
-
"string"
|
|
2662
|
-
]
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
{
|
|
2666
|
-
"name": "papayawhip",
|
|
2667
|
-
"type": {
|
|
2668
|
-
"names": [
|
|
2669
|
-
"string"
|
|
2670
|
-
]
|
|
2671
|
-
}
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"name": "peachpuff",
|
|
2675
|
-
"type": {
|
|
2676
|
-
"names": [
|
|
2677
|
-
"string"
|
|
2678
|
-
]
|
|
2679
|
-
}
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"name": "peru",
|
|
2683
|
-
"type": {
|
|
2684
|
-
"names": [
|
|
2685
|
-
"string"
|
|
2686
|
-
]
|
|
2687
|
-
}
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"name": "pink",
|
|
2691
|
-
"type": {
|
|
2692
|
-
"names": [
|
|
2693
|
-
"string"
|
|
2694
|
-
]
|
|
2695
|
-
}
|
|
2696
|
-
},
|
|
2697
|
-
{
|
|
2698
|
-
"name": "plum",
|
|
2699
|
-
"type": {
|
|
2700
|
-
"names": [
|
|
2701
|
-
"string"
|
|
2702
|
-
]
|
|
2703
|
-
}
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"name": "powderblue",
|
|
2707
|
-
"type": {
|
|
2708
|
-
"names": [
|
|
2709
|
-
"string"
|
|
2710
|
-
]
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"name": "purple",
|
|
2715
|
-
"type": {
|
|
2716
|
-
"names": [
|
|
2717
|
-
"string"
|
|
2718
|
-
]
|
|
2719
|
-
}
|
|
2720
|
-
},
|
|
2721
|
-
{
|
|
2722
|
-
"name": "rebeccapurple",
|
|
2723
|
-
"type": {
|
|
2724
|
-
"names": [
|
|
2725
|
-
"string"
|
|
2726
|
-
]
|
|
2727
|
-
}
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
"name": "red",
|
|
2731
|
-
"type": {
|
|
2732
|
-
"names": [
|
|
2733
|
-
"string"
|
|
2734
|
-
]
|
|
2735
|
-
}
|
|
2736
|
-
},
|
|
2737
|
-
{
|
|
2738
|
-
"name": "rosybrown",
|
|
2739
|
-
"type": {
|
|
2740
|
-
"names": [
|
|
2741
|
-
"string"
|
|
2742
|
-
]
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"name": "royalblue",
|
|
2747
|
-
"type": {
|
|
2748
|
-
"names": [
|
|
2749
|
-
"string"
|
|
2750
|
-
]
|
|
2751
|
-
}
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"name": "saddlebrown",
|
|
2755
|
-
"type": {
|
|
2756
|
-
"names": [
|
|
2757
|
-
"string"
|
|
2758
|
-
]
|
|
2759
|
-
}
|
|
2760
|
-
},
|
|
2761
|
-
{
|
|
2762
|
-
"name": "salmon",
|
|
2763
|
-
"type": {
|
|
2764
|
-
"names": [
|
|
2765
|
-
"string"
|
|
2766
|
-
]
|
|
2767
|
-
}
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "sandybrown",
|
|
2771
|
-
"type": {
|
|
2772
|
-
"names": [
|
|
2773
|
-
"string"
|
|
2774
|
-
]
|
|
2775
|
-
}
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"name": "seagreen",
|
|
2779
|
-
"type": {
|
|
2780
|
-
"names": [
|
|
2781
|
-
"string"
|
|
2782
|
-
]
|
|
2783
|
-
}
|
|
2784
|
-
},
|
|
2785
|
-
{
|
|
2786
|
-
"name": "seashell",
|
|
2787
|
-
"type": {
|
|
2788
|
-
"names": [
|
|
2789
|
-
"string"
|
|
2790
|
-
]
|
|
2791
|
-
}
|
|
2792
|
-
},
|
|
2793
|
-
{
|
|
2794
|
-
"name": "sienna",
|
|
2795
|
-
"type": {
|
|
2796
|
-
"names": [
|
|
2797
|
-
"string"
|
|
2798
|
-
]
|
|
2799
|
-
}
|
|
2800
|
-
},
|
|
2801
|
-
{
|
|
2802
|
-
"name": "silver",
|
|
2803
|
-
"type": {
|
|
2804
|
-
"names": [
|
|
2805
|
-
"string"
|
|
2806
|
-
]
|
|
2807
|
-
}
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"name": "skyblue",
|
|
2811
|
-
"type": {
|
|
2812
|
-
"names": [
|
|
2813
|
-
"string"
|
|
2814
|
-
]
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
|
-
{
|
|
2818
|
-
"name": "slateblue",
|
|
2819
|
-
"type": {
|
|
2820
|
-
"names": [
|
|
2821
|
-
"string"
|
|
2822
|
-
]
|
|
2823
|
-
}
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"name": "slategray",
|
|
2827
|
-
"type": {
|
|
2828
|
-
"names": [
|
|
2829
|
-
"string"
|
|
2830
|
-
]
|
|
2831
|
-
}
|
|
2832
|
-
},
|
|
2833
|
-
{
|
|
2834
|
-
"name": "slategrey",
|
|
2835
|
-
"type": {
|
|
2836
|
-
"names": [
|
|
2837
|
-
"string"
|
|
2838
|
-
]
|
|
2839
|
-
}
|
|
2840
|
-
},
|
|
2841
|
-
{
|
|
2842
|
-
"name": "snow",
|
|
2843
|
-
"type": {
|
|
2844
|
-
"names": [
|
|
2845
|
-
"string"
|
|
2846
|
-
]
|
|
2847
|
-
}
|
|
2848
|
-
},
|
|
2849
|
-
{
|
|
2850
|
-
"name": "springgreen",
|
|
2851
|
-
"type": {
|
|
2852
|
-
"names": [
|
|
2853
|
-
"string"
|
|
2854
|
-
]
|
|
2855
|
-
}
|
|
2856
|
-
},
|
|
2857
|
-
{
|
|
2858
|
-
"name": "steelblue",
|
|
2859
|
-
"type": {
|
|
2860
|
-
"names": [
|
|
2861
|
-
"string"
|
|
2862
|
-
]
|
|
2863
|
-
}
|
|
2864
|
-
},
|
|
2865
|
-
{
|
|
2866
|
-
"name": "tan",
|
|
2867
|
-
"type": {
|
|
2868
|
-
"names": [
|
|
2869
|
-
"string"
|
|
2870
|
-
]
|
|
2871
|
-
}
|
|
2872
|
-
},
|
|
2873
|
-
{
|
|
2874
|
-
"name": "teal",
|
|
2875
|
-
"type": {
|
|
2876
|
-
"names": [
|
|
2877
|
-
"string"
|
|
2878
|
-
]
|
|
2879
|
-
}
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
"name": "thistle",
|
|
2883
|
-
"type": {
|
|
2884
|
-
"names": [
|
|
2885
|
-
"string"
|
|
2886
|
-
]
|
|
2887
|
-
}
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"name": "tomato",
|
|
2891
|
-
"type": {
|
|
2892
|
-
"names": [
|
|
2893
|
-
"string"
|
|
2894
|
-
]
|
|
2895
|
-
}
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
"name": "turquoise",
|
|
2899
|
-
"type": {
|
|
2900
|
-
"names": [
|
|
2901
|
-
"string"
|
|
2902
|
-
]
|
|
2903
|
-
}
|
|
2904
|
-
},
|
|
2905
|
-
{
|
|
2906
|
-
"name": "violet",
|
|
2907
|
-
"type": {
|
|
2908
|
-
"names": [
|
|
2909
|
-
"string"
|
|
2910
|
-
]
|
|
2911
|
-
}
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"name": "wheat",
|
|
2915
|
-
"type": {
|
|
2916
|
-
"names": [
|
|
2917
|
-
"string"
|
|
2918
|
-
]
|
|
2919
|
-
}
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"name": "white",
|
|
2923
|
-
"type": {
|
|
2924
|
-
"names": [
|
|
2925
|
-
"string"
|
|
2926
|
-
]
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
2929
|
-
{
|
|
2930
|
-
"name": "whitesmoke",
|
|
2931
|
-
"type": {
|
|
2932
|
-
"names": [
|
|
2933
|
-
"string"
|
|
2934
|
-
]
|
|
2935
|
-
}
|
|
2936
|
-
},
|
|
2937
|
-
{
|
|
2938
|
-
"name": "yellow",
|
|
2939
|
-
"type": {
|
|
2940
|
-
"names": [
|
|
2941
|
-
"string"
|
|
2942
|
-
]
|
|
2943
|
-
}
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"name": "yellowgreen",
|
|
2947
|
-
"type": {
|
|
2948
|
-
"names": [
|
|
2949
|
-
"string"
|
|
2950
|
-
]
|
|
2951
|
-
}
|
|
2952
|
-
},
|
|
2953
|
-
{
|
|
2954
|
-
"name": "ActiveBorder",
|
|
2955
|
-
"type": {
|
|
2956
|
-
"names": [
|
|
2957
|
-
"string"
|
|
2958
|
-
]
|
|
2959
|
-
}
|
|
2960
|
-
},
|
|
2961
|
-
{
|
|
2962
|
-
"name": "ActiveCaption",
|
|
2963
|
-
"type": {
|
|
2964
|
-
"names": [
|
|
2965
|
-
"string"
|
|
2966
|
-
]
|
|
2967
|
-
}
|
|
2968
|
-
},
|
|
2969
|
-
{
|
|
2970
|
-
"name": "AppWorkspace",
|
|
2971
|
-
"type": {
|
|
2972
|
-
"names": [
|
|
2973
|
-
"string"
|
|
2974
|
-
]
|
|
2975
|
-
}
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"name": "Background",
|
|
2979
|
-
"type": {
|
|
2980
|
-
"names": [
|
|
2981
|
-
"string"
|
|
2982
|
-
]
|
|
2983
|
-
}
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"name": "ButtonFace",
|
|
2987
|
-
"type": {
|
|
2988
|
-
"names": [
|
|
2989
|
-
"string"
|
|
2990
|
-
]
|
|
2991
|
-
}
|
|
2992
|
-
},
|
|
2993
|
-
{
|
|
2994
|
-
"name": "ButtonHighlight",
|
|
2995
|
-
"type": {
|
|
2996
|
-
"names": [
|
|
2997
|
-
"string"
|
|
2998
|
-
]
|
|
2999
|
-
}
|
|
3000
|
-
},
|
|
3001
|
-
{
|
|
3002
|
-
"name": "ButtonShadow",
|
|
3003
|
-
"type": {
|
|
3004
|
-
"names": [
|
|
3005
|
-
"string"
|
|
3006
|
-
]
|
|
3007
|
-
}
|
|
3008
|
-
},
|
|
3009
|
-
{
|
|
3010
|
-
"name": "ButtonText",
|
|
3011
|
-
"type": {
|
|
3012
|
-
"names": [
|
|
3013
|
-
"string"
|
|
3014
|
-
]
|
|
3015
|
-
}
|
|
3016
|
-
},
|
|
3017
|
-
{
|
|
3018
|
-
"name": "CaptionText",
|
|
3019
|
-
"type": {
|
|
3020
|
-
"names": [
|
|
3021
|
-
"string"
|
|
3022
|
-
]
|
|
3023
|
-
}
|
|
3024
|
-
},
|
|
3025
|
-
{
|
|
3026
|
-
"name": "GrayText",
|
|
3027
|
-
"type": {
|
|
3028
|
-
"names": [
|
|
3029
|
-
"string"
|
|
3030
|
-
]
|
|
3031
|
-
}
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"name": "Highlight",
|
|
3035
|
-
"type": {
|
|
3036
|
-
"names": [
|
|
3037
|
-
"string"
|
|
3038
|
-
]
|
|
3039
|
-
}
|
|
3040
|
-
},
|
|
3041
|
-
{
|
|
3042
|
-
"name": "HighlightText",
|
|
3043
|
-
"type": {
|
|
3044
|
-
"names": [
|
|
3045
|
-
"string"
|
|
3046
|
-
]
|
|
3047
|
-
}
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"name": "InactiveBorder",
|
|
3051
|
-
"type": {
|
|
3052
|
-
"names": [
|
|
3053
|
-
"string"
|
|
3054
|
-
]
|
|
3055
|
-
}
|
|
3056
|
-
},
|
|
3057
|
-
{
|
|
3058
|
-
"name": "InactiveCaption",
|
|
3059
|
-
"type": {
|
|
3060
|
-
"names": [
|
|
3061
|
-
"string"
|
|
3062
|
-
]
|
|
3063
|
-
}
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"name": "InactiveCaptionText",
|
|
3067
|
-
"type": {
|
|
3068
|
-
"names": [
|
|
3069
|
-
"string"
|
|
3070
|
-
]
|
|
3071
|
-
}
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"name": "InfoBackground",
|
|
3075
|
-
"type": {
|
|
3076
|
-
"names": [
|
|
3077
|
-
"string"
|
|
3078
|
-
]
|
|
3079
|
-
}
|
|
3080
|
-
},
|
|
3081
|
-
{
|
|
3082
|
-
"name": "InfoText",
|
|
3083
|
-
"type": {
|
|
3084
|
-
"names": [
|
|
3085
|
-
"string"
|
|
3086
|
-
]
|
|
3087
|
-
}
|
|
3088
|
-
},
|
|
3089
|
-
{
|
|
3090
|
-
"name": "Menu",
|
|
3091
|
-
"type": {
|
|
3092
|
-
"names": [
|
|
3093
|
-
"string"
|
|
3094
|
-
]
|
|
3095
|
-
}
|
|
3096
|
-
},
|
|
3097
|
-
{
|
|
3098
|
-
"name": "MenuText",
|
|
3099
|
-
"type": {
|
|
3100
|
-
"names": [
|
|
3101
|
-
"string"
|
|
3102
|
-
]
|
|
3103
|
-
}
|
|
3104
|
-
},
|
|
3105
|
-
{
|
|
3106
|
-
"name": "Scrollbar",
|
|
3107
|
-
"type": {
|
|
3108
|
-
"names": [
|
|
3109
|
-
"string"
|
|
3110
|
-
]
|
|
3111
|
-
}
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"name": "ThreeDDarkShadow",
|
|
3115
|
-
"type": {
|
|
3116
|
-
"names": [
|
|
3117
|
-
"string"
|
|
3118
|
-
]
|
|
3119
|
-
}
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"name": "ThreeDFace",
|
|
3123
|
-
"type": {
|
|
3124
|
-
"names": [
|
|
3125
|
-
"string"
|
|
3126
|
-
]
|
|
3127
|
-
}
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"name": "ThreeDHighlight",
|
|
3131
|
-
"type": {
|
|
3132
|
-
"names": [
|
|
3133
|
-
"string"
|
|
3134
|
-
]
|
|
3135
|
-
}
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
"name": "ThreeDLightShadow",
|
|
3139
|
-
"type": {
|
|
3140
|
-
"names": [
|
|
3141
|
-
"string"
|
|
3142
|
-
]
|
|
3143
|
-
}
|
|
3144
|
-
},
|
|
3145
|
-
{
|
|
3146
|
-
"name": "ThreeDShadow",
|
|
3147
|
-
"type": {
|
|
3148
|
-
"names": [
|
|
3149
|
-
"string"
|
|
3150
|
-
]
|
|
3151
|
-
}
|
|
3152
|
-
},
|
|
3153
|
-
{
|
|
3154
|
-
"name": "Window",
|
|
3155
|
-
"type": {
|
|
3156
|
-
"names": [
|
|
3157
|
-
"string"
|
|
3158
|
-
]
|
|
3159
|
-
}
|
|
3160
|
-
},
|
|
3161
|
-
{
|
|
3162
|
-
"name": "WindowFrame",
|
|
3163
|
-
"type": {
|
|
3164
|
-
"names": [
|
|
3165
|
-
"string"
|
|
3166
|
-
]
|
|
3167
|
-
}
|
|
3168
|
-
},
|
|
3169
|
-
{
|
|
3170
|
-
"name": "WindowText",
|
|
3171
|
-
"type": {
|
|
3172
|
-
"names": [
|
|
3173
|
-
"string"
|
|
3174
|
-
]
|
|
3175
|
-
}
|
|
3176
|
-
},
|
|
3177
|
-
{
|
|
3178
|
-
"name": "currentcolor",
|
|
3179
|
-
"type": {
|
|
3180
|
-
"names": [
|
|
3181
|
-
"string"
|
|
3182
|
-
]
|
|
3183
|
-
}
|
|
3184
|
-
}
|
|
3185
|
-
]
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"name": "tickLabel",
|
|
1980
|
+
"description": "The object defining the properties of tick labels of the x axis.",
|
|
1981
|
+
"optional": true,
|
|
1982
|
+
"type": {
|
|
1983
|
+
"names": [
|
|
1984
|
+
"object"
|
|
1985
|
+
]
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "viewportMin",
|
|
1990
|
+
"description": "Specifies the minimum y coordinate of the current viewport for zoom and scroll.\nIf not specified, this value will be the axis min.",
|
|
1991
|
+
"optional": true,
|
|
1992
|
+
"type": {
|
|
1993
|
+
"names": [
|
|
1994
|
+
"number"
|
|
1995
|
+
]
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "viewportMax",
|
|
2000
|
+
"description": "Specifies the maximum y coordinate of the current viewport for zoom and scroll.\nIf not specified, this value will be the axis max.",
|
|
2001
|
+
"optional": true,
|
|
2002
|
+
"type": {
|
|
2003
|
+
"names": [
|
|
2004
|
+
"number"
|
|
2005
|
+
]
|
|
2006
|
+
}
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "step",
|
|
2010
|
+
"description": "The increment between major tick marks in y axis. Defaults to null for automatic calculation based on the data.\nFor log axis, the step is a multiplier, for example, if the step is 2, the major tick marks will be rendered at 1, 2, 4, 8, and so on.",
|
|
2011
|
+
"optional": true,
|
|
2012
|
+
"type": {
|
|
2013
|
+
"names": [
|
|
2014
|
+
"number"
|
|
2015
|
+
]
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "size",
|
|
2020
|
+
"description": "Defines the size of the axis in terms of ratio of the width (for vertical charts) or height (for horizontal charts).",
|
|
2021
|
+
"optional": true,
|
|
2022
|
+
"type": {
|
|
2023
|
+
"names": [
|
|
2024
|
+
"number"
|
|
2025
|
+
]
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"name": "scale",
|
|
2030
|
+
"description": "Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.",
|
|
2031
|
+
"optional": true,
|
|
2032
|
+
"type": {
|
|
2033
|
+
"names": [
|
|
2034
|
+
"\"linear\"",
|
|
2035
|
+
"\"log\""
|
|
2036
|
+
]
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "title",
|
|
2041
|
+
"description": "The title of the axis.",
|
|
2042
|
+
"optional": true,
|
|
2043
|
+
"type": {
|
|
2044
|
+
"names": [
|
|
2045
|
+
"string"
|
|
2046
|
+
]
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"name": "titleStyle",
|
|
2051
|
+
"description": "The object defining the css properties of the axis title.",
|
|
2052
|
+
"optional": true,
|
|
2053
|
+
"type": {
|
|
2054
|
+
"names": [
|
|
2055
|
+
"object"
|
|
2056
|
+
]
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
]
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"memberof": "oj-c.AreaChart",
|
|
2063
|
+
"id": "oj-c.AreaChart.PlotArea",
|
|
2064
|
+
"name": "PlotArea",
|
|
2065
|
+
"kind": "typedef",
|
|
2066
|
+
"longname": "oj-c.AreaChart.PlotArea",
|
|
2067
|
+
"scope": "static",
|
|
2068
|
+
"description": "",
|
|
2069
|
+
"type": {
|
|
2070
|
+
"names": [
|
|
2071
|
+
"Object"
|
|
2072
|
+
]
|
|
2073
|
+
},
|
|
2074
|
+
"meta": {
|
|
2075
|
+
"filename": "area-chart.tsx",
|
|
2076
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
2077
|
+
},
|
|
2078
|
+
"properties": [
|
|
2079
|
+
{
|
|
2080
|
+
"name": "backgroundColor",
|
|
2081
|
+
"description": "The color of the plot area background.",
|
|
2082
|
+
"optional": true,
|
|
2083
|
+
"type": {
|
|
2084
|
+
"names": [
|
|
2085
|
+
"string"
|
|
2086
|
+
]
|
|
2087
|
+
}
|
|
3186
2088
|
}
|
|
3187
2089
|
]
|
|
3188
2090
|
},
|
|
@@ -3201,7 +2103,7 @@
|
|
|
3201
2103
|
},
|
|
3202
2104
|
"meta": {
|
|
3203
2105
|
"filename": "area-chart.tsx",
|
|
3204
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
2106
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
3205
2107
|
},
|
|
3206
2108
|
"properties": [
|
|
3207
2109
|
{
|
|
@@ -3251,7 +2153,7 @@
|
|
|
3251
2153
|
},
|
|
3252
2154
|
"meta": {
|
|
3253
2155
|
"filename": "area-chart.tsx",
|
|
3254
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
2156
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
3255
2157
|
},
|
|
3256
2158
|
"properties": [
|
|
3257
2159
|
{
|
|
@@ -3344,7 +2246,7 @@
|
|
|
3344
2246
|
},
|
|
3345
2247
|
"meta": {
|
|
3346
2248
|
"filename": "area-chart.tsx",
|
|
3347
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
2249
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
3348
2250
|
},
|
|
3349
2251
|
"properties": [
|
|
3350
2252
|
{
|
|
@@ -3378,7 +2280,7 @@
|
|
|
3378
2280
|
},
|
|
3379
2281
|
{
|
|
3380
2282
|
"name": "groupId",
|
|
3381
|
-
"description": "The array of
|
|
2283
|
+
"description": "The array of ids for the groups the item belongs to. For hierarchical groups, it will be an array of outermost to innermost group ids. This is also used to specify the date for non mixed frequency time axes. The specified date for non mixed frequency time axes must be an ISO string.",
|
|
3382
2284
|
"optional": false,
|
|
3383
2285
|
"type": {
|
|
3384
2286
|
"names": [
|
|
@@ -3396,6 +2298,16 @@
|
|
|
3396
2298
|
]
|
|
3397
2299
|
}
|
|
3398
2300
|
},
|
|
2301
|
+
{
|
|
2302
|
+
"name": "x",
|
|
2303
|
+
"description": "The x value. Mainly used to specify the date for mixed-frequency time axis. The date specified in the x value must be an ISO date string.",
|
|
2304
|
+
"optional": true,
|
|
2305
|
+
"type": {
|
|
2306
|
+
"names": [
|
|
2307
|
+
"string"
|
|
2308
|
+
]
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
3399
2311
|
{
|
|
3400
2312
|
"name": "color",
|
|
3401
2313
|
"description": "The color of the data item. This color value is not inherited by chart legend. See chart <a href=\"oj.ojChartSeries.html#color\">series color</a> and <a href=\"oj.ojChartSeries.html#displayInLegend\">display-in-legend</a> for more details.",
|
|
@@ -3470,7 +2382,7 @@
|
|
|
3470
2382
|
},
|
|
3471
2383
|
{
|
|
3472
2384
|
"name": "shortDesc",
|
|
3473
|
-
"description": "
|
|
2385
|
+
"description": "The description of this object. This is used for accessibility and also for customizing the tooltip text.",
|
|
3474
2386
|
"optional": true,
|
|
3475
2387
|
"type": {
|
|
3476
2388
|
"names": [
|
|
@@ -3608,7 +2520,7 @@
|
|
|
3608
2520
|
},
|
|
3609
2521
|
"meta": {
|
|
3610
2522
|
"filename": "area-chart.tsx",
|
|
3611
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
2523
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
3612
2524
|
},
|
|
3613
2525
|
"properties": [
|
|
3614
2526
|
{
|
|
@@ -3675,7 +2587,7 @@
|
|
|
3675
2587
|
},
|
|
3676
2588
|
"meta": {
|
|
3677
2589
|
"filename": "area-chart.tsx",
|
|
3678
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.
|
|
2590
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.1/packages/oraclejet-core-pack/web/components/oj-c/area-chart"
|
|
3679
2591
|
},
|
|
3680
2592
|
"properties": [
|
|
3681
2593
|
{
|