@oracle/oraclejet-core-pack 16.0.5 → 16.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oj-c/ActionCard.json +6 -6
- package/oj-c/AreaChart.json +458 -1546
- package/oj-c/AreaChartGroup.json +8 -7
- package/oj-c/AreaChartItem.json +35 -16
- package/oj-c/AreaChartSeries.json +15 -14
- package/oj-c/Avatar.json +10 -10
- package/oj-c/Button.json +19 -19
- package/oj-c/Checkbox.json +29 -29
- package/oj-c/Checkboxset.json +35 -35
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/DrawerPopup.json +12 -12
- package/oj-c/FilePicker.json +20 -20
- package/oj-c/FormLayout.json +15 -15
- package/oj-c/HighlightText.json +6 -6
- package/oj-c/InputDateMask.json +75 -75
- package/oj-c/InputDateText.json +44 -44
- package/oj-c/InputMonthMask.json +1402 -0
- package/oj-c/InputNumber.json +51 -51
- package/oj-c/InputPassword.json +42 -42
- package/oj-c/InputSensitiveText.json +1420 -0
- package/oj-c/InputText.json +48 -48
- package/oj-c/LabelledLink.json +21 -21
- package/oj-c/Legend.json +36 -36
- package/oj-c/LegendItem.json +20 -15
- package/oj-c/LegendSection.json +6 -5
- package/oj-c/LineChart.json +459 -1546
- package/oj-c/LineChartGroup.json +8 -7
- package/oj-c/LineChartItem.json +35 -16
- package/oj-c/LineChartSeries.json +17 -16
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/ListView.json +18 -18
- package/oj-c/MenuButton.json +21 -21
- package/oj-c/MessageBanner.json +11 -11
- package/oj-c/MessageToast.json +13 -13
- package/oj-c/MeterBar.json +26 -26
- package/oj-c/MeterCircle.json +30 -30
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/Radioset.json +35 -35
- package/oj-c/RatingGauge.json +21 -21
- package/oj-c/SelectMultiple.json +41 -41
- package/oj-c/SelectSingle.json +45 -45
- package/oj-c/SelectionCard.json +6 -6
- package/oj-c/Selector.json +8 -8
- package/oj-c/SelectorAll.json +25 -5
- package/oj-c/SplitMenuButton.json +60 -17
- package/oj-c/TabBarMixed.json +606 -0
- package/oj-c/TagCloud.json +18 -18
- package/oj-c/TagCloudItem.json +11 -10
- package/oj-c/TextArea.json +45 -45
- package/oj-c/action-card/component.json +2 -2
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +175 -38
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +16 -7
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +4 -4
- package/oj-c/area-chart/component.json +552 -770
- package/oj-c/area-chart-group/area-chart-group.js +1 -1
- package/oj-c/area-chart-group/component.json +4 -3
- package/oj-c/area-chart-item/area-chart-item.js +1 -1
- package/oj-c/area-chart-item/component.json +10 -4
- package/oj-c/area-chart-series/area-chart-series.js +1 -1
- package/oj-c/area-chart-series/component.json +4 -3
- package/oj-c/avatar/component.json +2 -2
- package/oj-c/button/button.js +7 -7
- package/oj-c/button/component.json +2 -2
- package/oj-c/checkbox/component.json +2 -2
- package/oj-c/checkboxset/component.json +2 -2
- package/oj-c/collapsible/component.json +2 -2
- package/oj-c/component.json +15 -3
- package/oj-c/corepackbundle.js +883 -353
- package/oj-c/docs/action-card.html +59 -50
- package/oj-c/docs/area-chart-group.html +59 -50
- package/oj-c/docs/area-chart-item.html +59 -50
- package/oj-c/docs/area-chart-series.html +59 -50
- package/oj-c/docs/area-chart.html +59 -50
- package/oj-c/docs/avatar.html +59 -50
- package/oj-c/docs/button.html +59 -50
- package/oj-c/docs/checkbox.html +59 -50
- package/oj-c/docs/checkboxset.html +59 -50
- package/oj-c/docs/collapsible.html +59 -50
- package/oj-c/docs/drawer-popup.html +59 -50
- package/oj-c/docs/file-picker.html +59 -50
- package/oj-c/docs/form-layout.html +59 -50
- package/oj-c/docs/highlight-text.html +59 -50
- package/oj-c/docs/index.html +59 -50
- package/oj-c/docs/input-date-mask.html +59 -50
- package/oj-c/docs/input-date-text.html +59 -50
- package/oj-c/docs/input-month-mask.html +249 -0
- package/oj-c/docs/input-number.html +59 -50
- package/oj-c/docs/input-password.html +59 -50
- package/oj-c/docs/input-sensitive-text.html +249 -0
- package/oj-c/docs/input-text.html +59 -50
- package/oj-c/docs/jsDocMd.json +1 -1
- package/oj-c/docs/labelled-link.html +59 -50
- package/oj-c/docs/legend-item.html +59 -50
- package/oj-c/docs/legend-section.html +59 -50
- package/oj-c/docs/legend.html +59 -50
- package/oj-c/docs/line-chart-group.html +59 -50
- package/oj-c/docs/line-chart-item.html +59 -50
- package/oj-c/docs/line-chart-series.html +59 -50
- package/oj-c/docs/line-chart.html +59 -50
- package/oj-c/docs/list-item-layout.html +59 -50
- package/oj-c/docs/list-view.html +59 -50
- package/oj-c/docs/menu-button.html +59 -50
- package/oj-c/docs/message-banner.html +59 -50
- package/oj-c/docs/message-toast.html +59 -50
- package/oj-c/docs/meter-bar.html +59 -50
- package/oj-c/docs/meter-circle.html +59 -50
- package/oj-c/docs/oj-c.ActionCard.html +60 -51
- package/oj-c/docs/oj-c.AreaChart.html +1452 -214
- package/oj-c/docs/oj-c.AreaChartGroup.html +63 -51
- package/oj-c/docs/oj-c.AreaChartItem.html +125 -54
- package/oj-c/docs/oj-c.AreaChartSeries.html +63 -51
- package/oj-c/docs/oj-c.Avatar.html +60 -51
- package/oj-c/docs/oj-c.Button.html +60 -51
- package/oj-c/docs/oj-c.Checkbox.html +60 -51
- package/oj-c/docs/oj-c.Checkboxset.html +60 -51
- package/oj-c/docs/oj-c.Collapsible.html +60 -51
- package/oj-c/docs/oj-c.DrawerPopup.html +60 -51
- package/oj-c/docs/oj-c.FilePicker.html +60 -51
- package/oj-c/docs/oj-c.FormLayout.html +60 -51
- package/oj-c/docs/oj-c.HighlightText.html +60 -51
- package/oj-c/docs/oj-c.InputDateMask.html +81 -64
- package/oj-c/docs/oj-c.InputDateText.html +60 -51
- package/oj-c/docs/oj-c.InputMonthMask.html +5940 -0
- package/oj-c/docs/oj-c.InputNumber.html +60 -51
- package/oj-c/docs/oj-c.InputPassword.html +80 -62
- package/oj-c/docs/oj-c.InputSensitiveText.html +5723 -0
- package/oj-c/docs/oj-c.InputText.html +60 -51
- package/oj-c/docs/oj-c.LabelledLink.html +60 -51
- package/oj-c/docs/oj-c.Legend.html +60 -51
- package/oj-c/docs/oj-c.LegendItem.html +75 -51
- package/oj-c/docs/oj-c.LegendSection.html +63 -51
- package/oj-c/docs/oj-c.LineChart.html +1455 -217
- package/oj-c/docs/oj-c.LineChartGroup.html +63 -51
- package/oj-c/docs/oj-c.LineChartItem.html +125 -54
- package/oj-c/docs/oj-c.LineChartSeries.html +63 -51
- package/oj-c/docs/oj-c.ListItemLayout.html +60 -51
- package/oj-c/docs/oj-c.ListView.html +60 -51
- package/oj-c/docs/oj-c.MenuButton.html +60 -51
- package/oj-c/docs/oj-c.MessageBanner.html +60 -51
- package/oj-c/docs/oj-c.MessageToast.html +60 -51
- package/oj-c/docs/oj-c.MeterBar.html +60 -51
- package/oj-c/docs/oj-c.MeterCircle.html +60 -51
- package/oj-c/docs/oj-c.ProgressBar.html +60 -51
- package/oj-c/docs/oj-c.ProgressCircle.html +60 -51
- package/oj-c/docs/oj-c.Radioset.html +60 -51
- package/oj-c/docs/oj-c.RatingGauge.html +60 -51
- package/oj-c/docs/oj-c.SelectMultiple.html +60 -51
- package/oj-c/docs/oj-c.SelectSingle.html +60 -51
- package/oj-c/docs/oj-c.Selector.html +60 -51
- package/oj-c/docs/oj-c.SelectorAll.html +149 -52
- package/oj-c/docs/oj-c.SplitMenuButton.html +299 -52
- package/oj-c/docs/oj-c.TabBarMixed.html +2660 -0
- package/oj-c/docs/oj-c.TagCloud.html +60 -51
- package/oj-c/docs/oj-c.TagCloudItem.html +63 -51
- package/oj-c/docs/oj-c.TextArea.html +60 -51
- package/oj-c/docs/progress-bar.html +59 -50
- package/oj-c/docs/progress-circle.html +59 -50
- package/oj-c/docs/radioset.html +59 -50
- package/oj-c/docs/rating-gauge.html +59 -50
- package/oj-c/docs/select-multiple.html +59 -50
- package/oj-c/docs/select-single.html +59 -50
- package/oj-c/docs/selection-card.html +59 -50
- package/oj-c/docs/selector-all.html +59 -50
- package/oj-c/docs/selector.html +59 -50
- package/oj-c/docs/split-menu-button.html +59 -50
- package/oj-c/docs/tab-bar-mixed.html +249 -0
- package/oj-c/docs/tag-cloud-item.html +59 -50
- package/oj-c/docs/tag-cloud.html +59 -50
- package/oj-c/docs/text-area.html +59 -50
- package/oj-c/drawer-popup/component.json +2 -2
- package/oj-c/file-picker/component.json +2 -2
- package/oj-c/form-layout/component.json +2 -2
- package/oj-c/highlight-text/component.json +2 -2
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +5 -2
- package/oj-c/input-date-mask/component.json +17 -15
- package/oj-c/input-date-mask/input-date-mask.js +45 -88
- package/oj-c/input-date-text/component.json +3 -6
- package/oj-c/input-month-mask/CalendarMonthConverter.js +32 -0
- package/oj-c/input-month-mask/CalendarMonthRangeValidator.js +56 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.d.ts +16 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +23 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +275 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +248 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-month-mask/__webdriver__/index.js +34 -0
- package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -0
- package/oj-c/input-month-mask/component.json +493 -0
- package/oj-c/input-month-mask/index.js +6 -0
- package/oj-c/input-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/input-month-mask/input-month-mask.js +69 -0
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +26 -0
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +88 -0
- package/oj-c/input-month-mask.js +6 -0
- package/oj-c/input-number/component.json +2 -2
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/component.json +5 -5
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +50 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +259 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +266 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js +34 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -0
- package/oj-c/input-sensitive-text/component.json +574 -0
- package/oj-c/input-sensitive-text/index.js +6 -0
- package/oj-c/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/input-sensitive-text/input-sensitive-text.js +74 -0
- package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +52 -0
- package/oj-c/input-sensitive-text.js +6 -0
- package/oj-c/input-text/component.json +2 -2
- package/oj-c/labelled-link/component.json +2 -2
- package/oj-c/legend/component.json +2 -2
- package/oj-c/legend/legend-styles.css +1 -0
- package/oj-c/legend-item/component.json +12 -7
- package/oj-c/legend-item/legend-item.js +1 -1
- package/oj-c/legend-section/component.json +4 -3
- package/oj-c/legend-section/legend-section.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +172 -35
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +13 -4
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +558 -775
- package/oj-c/line-chart/line-chart.js +4 -4
- package/oj-c/line-chart-group/component.json +4 -3
- package/oj-c/line-chart-group/line-chart-group.js +1 -1
- package/oj-c/line-chart-item/component.json +11 -5
- package/oj-c/line-chart-item/line-chart-item.js +1 -1
- package/oj-c/line-chart-series/component.json +4 -3
- package/oj-c/line-chart-series/line-chart-series.js +1 -1
- package/oj-c/list-item-layout/component.json +2 -2
- package/oj-c/list-view/component.json +2 -2
- package/oj-c/menu-button/component.json +2 -2
- package/oj-c/menu-button/menu-button.js +2 -2
- package/oj-c/message-banner/component.json +2 -2
- package/oj-c/message-toast/component.json +2 -2
- package/oj-c/metadata/allComponents.json +3619 -2700
- package/oj-c/meter-bar/component.json +2 -2
- package/oj-c/meter-circle/component.json +2 -2
- package/oj-c/min/area-chart-group.js +1 -1
- package/oj-c/min/area-chart-group.js.map +1 -1
- package/oj-c/min/area-chart-item.js +1 -1
- package/oj-c/min/area-chart-item.js.map +1 -1
- package/oj-c/min/area-chart-series.js +1 -1
- package/oj-c/min/area-chart-series.js.map +1 -1
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/corepackbundle.css +28 -1
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +5 -2
- package/oj-c/min/input-date-mask.js +1 -1
- package/oj-c/min/input-date-mask.js.map +1 -1
- package/oj-c/min/input-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/min/input-month-mask.js +2 -0
- package/oj-c/min/input-month-mask.js.map +1 -0
- package/oj-c/min/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/min/input-sensitive-text.js +2 -0
- package/oj-c/min/input-sensitive-text.js.map +1 -0
- package/oj-c/min/legend/legend-styles.css +1 -0
- package/oj-c/min/legend-item.js +1 -1
- package/oj-c/min/legend-item.js.map +1 -1
- package/oj-c/min/legend-section.js +1 -1
- package/oj-c/min/legend-section.js.map +1 -1
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart-group.js +1 -1
- package/oj-c/min/line-chart-group.js.map +1 -1
- package/oj-c/min/line-chart-item.js +1 -1
- package/oj-c/min/line-chart-item.js.map +1 -1
- package/oj-c/min/line-chart-series.js +1 -1
- package/oj-c/min/line-chart-series.js.map +1 -1
- package/oj-c/min/line-chart.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-view.js +1 -1
- package/oj-c/min/list-view.js.map +1 -1
- package/oj-c/min/menu-button.js +1 -1
- package/oj-c/min/menu-button.js.map +1 -1
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/selector-all.js +1 -1
- package/oj-c/min/selector-all.js.map +1 -1
- package/oj-c/min/split-menu-button.js +1 -1
- package/oj-c/min/split-menu-button.js.map +1 -1
- package/oj-c/min/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/min/tab-bar-mixed.js +2 -0
- package/oj-c/min/tab-bar-mixed.js.map +1 -0
- package/oj-c/min/tag-cloud-item.js +1 -1
- package/oj-c/min/tag-cloud-item.js.map +1 -1
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- package/oj-c/progress-bar/component.json +2 -2
- package/oj-c/progress-circle/component.json +2 -2
- package/oj-c/radioset/component.json +2 -2
- package/oj-c/rating-gauge/component.json +2 -2
- package/oj-c/select-multiple/component.json +2 -2
- package/oj-c/select-single/component.json +2 -2
- package/oj-c/selection-card/component.json +2 -2
- package/oj-c/selector/component.json +2 -2
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +7 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +9 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
- package/oj-c/selector-all/component.json +12 -2
- package/oj-c/selector-all/selector-all.js +3 -3
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +7 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +9 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/component.json +21 -2
- package/oj-c/split-menu-button/split-menu-button.js +18 -27
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +43 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixed.types.js +4 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +16 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +10 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +8 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +13 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +116 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +95 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.d.ts +17 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -0
- package/oj-c/tab-bar-mixed/component.json +236 -0
- package/oj-c/tab-bar-mixed/environment.js +13 -0
- package/oj-c/tab-bar-mixed/index.js +6 -0
- package/oj-c/tab-bar-mixed/sumBadge.js +23 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +39 -0
- package/oj-c/tab-bar-mixed.js +6 -0
- package/oj-c/tag-cloud/component.json +2 -2
- package/oj-c/tag-cloud-item/component.json +4 -3
- package/oj-c/tag-cloud-item/tag-cloud-item.js +1 -1
- package/oj-c/text-area/component.json +2 -2
- package/oj-c/types/area-chart/area-chart.d.ts +7 -2
- package/oj-c/types/area-chart-item/area-chart-item.d.ts +5 -0
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +15 -20
- package/oj-c/types/input-month-mask/CalendarMonthConverter.d.ts +19 -0
- package/oj-c/types/input-month-mask/CalendarMonthRangeValidator.d.ts +34 -0
- package/oj-c/types/input-month-mask/index.d.ts +2 -0
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +184 -0
- package/oj-c/types/input-month-mask/useImplicitCalendarMonthRangeValidator.d.ts +13 -0
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +39 -0
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
- package/oj-c/types/input-sensitive-text/index.d.ts +2 -0
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +199 -0
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +41 -0
- package/oj-c/types/line-chart/line-chart.d.ts +7 -2
- package/oj-c/types/line-chart-item/line-chart-item.d.ts +5 -0
- package/oj-c/types/selector-all/selector-all.d.ts +10 -3
- package/oj-c/types/split-menu-button/index.d.ts +1 -1
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +18 -14
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.types.d.ts +27 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixedIcon.d.ts +12 -0
- package/oj-c/types/tab-bar-mixed/environment.d.ts +1 -0
- package/oj-c/types/tab-bar-mixed/index.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/sumBadge.d.ts +6 -0
- package/oj-c/types/tab-bar-mixed/tab-bar-mixed.d.ts +104 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -2
- package/oj-c/types/utils/PRIVATE_chartUtils/axisUtils.d.ts +3 -0
- package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +55 -19
- package/oj-c/types/utils/UNSAFE_vizTypes/index.d.ts +1 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- package/package.json +4 -4
- package/webdriver/docs/assets/navigation.js +1 -1
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
- package/webdriver/docs/classes/AreaChartWebElement.html +19 -8
- package/webdriver/docs/classes/AvatarWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
- package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
- package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
- package/webdriver/docs/classes/FilePickerWebElement.html +1 -1
- package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +211 -0
- package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
- package/webdriver/docs/classes/InputPasswordWebElement.html +2 -2
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +215 -0
- package/webdriver/docs/classes/InputTextWebElement.html +1 -1
- package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
- package/webdriver/docs/classes/LegendWebElement.html +1 -1
- package/webdriver/docs/classes/LineChartWebElement.html +12 -6
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/ListViewWebElement.html +1 -1
- package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
- package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
- package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
- package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
- package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
- package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
- package/webdriver/docs/classes/SelectMultipleWebElement.html +1 -1
- package/webdriver/docs/classes/SelectSingleWebElement.html +1 -1
- package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorAllWebElement.html +6 -2
- package/webdriver/docs/classes/SelectorWebElement.html +1 -1
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +7 -3
- package/webdriver/docs/classes/TabBarMixedWebElement.html +139 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
- package/webdriver/docs/classes/TextAreaWebElement.html +1 -1
- package/webdriver/docs/functions/findActionCard.html +1 -1
- package/webdriver/docs/functions/findAreaChart.html +1 -1
- package/webdriver/docs/functions/findAvatar.html +1 -1
- package/webdriver/docs/functions/findButton.html +1 -1
- package/webdriver/docs/functions/findCheckbox.html +1 -1
- package/webdriver/docs/functions/findCheckboxset.html +1 -1
- package/webdriver/docs/functions/findCollapsible.html +1 -1
- package/webdriver/docs/functions/findDrawerPopup.html +1 -1
- package/webdriver/docs/functions/findFilePicker.html +1 -1
- package/webdriver/docs/functions/findFormLayout.html +1 -1
- package/webdriver/docs/functions/findHighlightText.html +1 -1
- package/webdriver/docs/functions/findInputDateMask.html +1 -1
- package/webdriver/docs/functions/findInputDateText.html +1 -1
- package/webdriver/docs/functions/findInputMonthMask.html +8 -0
- package/webdriver/docs/functions/findInputNumber.html +1 -1
- package/webdriver/docs/functions/findInputPassword.html +1 -1
- package/webdriver/docs/functions/findInputSensitiveText.html +8 -0
- package/webdriver/docs/functions/findInputText.html +1 -1
- package/webdriver/docs/functions/findLabelledLink.html +1 -1
- package/webdriver/docs/functions/findLegend.html +1 -1
- package/webdriver/docs/functions/findLineChart.html +1 -1
- package/webdriver/docs/functions/findListItemLayout.html +1 -1
- package/webdriver/docs/functions/findListView.html +1 -1
- package/webdriver/docs/functions/findMenuButton.html +1 -1
- package/webdriver/docs/functions/findMessageBanner.html +1 -1
- package/webdriver/docs/functions/findMessageToast.html +1 -1
- package/webdriver/docs/functions/findMeterBar.html +1 -1
- package/webdriver/docs/functions/findMeterCircle.html +1 -1
- package/webdriver/docs/functions/findProgressBar.html +1 -1
- package/webdriver/docs/functions/findProgressCircle.html +1 -1
- package/webdriver/docs/functions/findRadioset.html +1 -1
- package/webdriver/docs/functions/findRatingGauge.html +1 -1
- package/webdriver/docs/functions/findSelectMultiple.html +1 -1
- package/webdriver/docs/functions/findSelectSingle.html +1 -1
- package/webdriver/docs/functions/findSelectionCard.html +1 -1
- package/webdriver/docs/functions/findSelector.html +1 -1
- package/webdriver/docs/functions/findSelectorAll.html +1 -1
- package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
- package/webdriver/docs/functions/findTabBarMixed.html +8 -0
- package/webdriver/docs/functions/findTagCloud.html +1 -1
- package/webdriver/docs/functions/findTextArea.html +1 -1
- package/webdriver/docs/index.html +1 -1
- package/webdriver/docs/modules.html +7 -1
- package/webdriver/index.d.ts +3 -0
- package/webdriver/index.js +3 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +3 -0
package/oj-c/LineChart.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "16.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "line-chart.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "line-chart"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"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.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "line-chart.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
49
49
|
},
|
|
50
50
|
"type": {
|
|
51
51
|
"names": [
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"description": "Defines whether the data items are stacked.",
|
|
72
72
|
"meta": {
|
|
73
73
|
"filename": "line-chart.tsx",
|
|
74
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
74
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
75
75
|
},
|
|
76
76
|
"ojvalues": [
|
|
77
77
|
{
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"description": "Whether drilling is enabled. Drillable objects will show a pointer cursor on hover and fire an <code class=\"prettyprint\">ojDrill</code> event on click (double click if selection is enabled). Use \"on\" to enable drilling for all series objects (legend items), group objects (x-axis labels), and data items. Use \"seriesOnly\" or \"groupsOnly\" to enable drilling for series objects or group objects only. To enable or disable drilling on individual series, group, or data item, use the drilling attribute in each series, group, or data item.",
|
|
115
115
|
"meta": {
|
|
116
116
|
"filename": "line-chart.tsx",
|
|
117
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
117
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
118
118
|
},
|
|
119
119
|
"ojvalues": [
|
|
120
120
|
{
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"description": "The orientation of the chart.",
|
|
180
180
|
"meta": {
|
|
181
181
|
"filename": "line-chart.tsx",
|
|
182
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
182
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
183
183
|
},
|
|
184
184
|
"ojvalues": [
|
|
185
185
|
{
|
|
@@ -211,6 +211,27 @@
|
|
|
211
211
|
]
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
|
+
{
|
|
215
|
+
"memberof": "oj-c.LineChart",
|
|
216
|
+
"id": "oj-c.LineChart#timeAxisType",
|
|
217
|
+
"name": "timeAxisType",
|
|
218
|
+
"kind": "member",
|
|
219
|
+
"longname": "oj-c.LineChart#timeAxisType",
|
|
220
|
+
"optional": true,
|
|
221
|
+
"scope": "instance",
|
|
222
|
+
"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.LineChartItem.html\">oj-c-line-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.LineChartItem.html\">oj-c-line-chart-item</a> element. In this case stacking is not supported.\nThe time values provided must be an ISO date string.",
|
|
223
|
+
"meta": {
|
|
224
|
+
"filename": "line-chart.tsx",
|
|
225
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
226
|
+
},
|
|
227
|
+
"type": {
|
|
228
|
+
"names": [
|
|
229
|
+
"\"enabled\"",
|
|
230
|
+
"\"mixedFrequency\"",
|
|
231
|
+
"\"skipGaps\""
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
},
|
|
214
235
|
{
|
|
215
236
|
"memberof": "oj-c.LineChart",
|
|
216
237
|
"id": "oj-c.LineChart#yAxis",
|
|
@@ -222,7 +243,7 @@
|
|
|
222
243
|
"description": "The yAxis options for the chart.",
|
|
223
244
|
"meta": {
|
|
224
245
|
"filename": "line-chart.tsx",
|
|
225
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
246
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
226
247
|
},
|
|
227
248
|
"type": {
|
|
228
249
|
"names": [
|
|
@@ -248,7 +269,7 @@
|
|
|
248
269
|
"description": "The xAxis options for the chart.",
|
|
249
270
|
"meta": {
|
|
250
271
|
"filename": "line-chart.tsx",
|
|
251
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
272
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
252
273
|
},
|
|
253
274
|
"type": {
|
|
254
275
|
"names": [
|
|
@@ -274,7 +295,7 @@
|
|
|
274
295
|
"description": "The plot area of the chart.",
|
|
275
296
|
"meta": {
|
|
276
297
|
"filename": "line-chart.tsx",
|
|
277
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
298
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
278
299
|
},
|
|
279
300
|
"type": {
|
|
280
301
|
"names": [
|
|
@@ -300,7 +321,7 @@
|
|
|
300
321
|
"description": "The zoom and scroll behavior.",
|
|
301
322
|
"meta": {
|
|
302
323
|
"filename": "line-chart.tsx",
|
|
303
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
324
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
304
325
|
},
|
|
305
326
|
"type": {
|
|
306
327
|
"names": [
|
|
@@ -320,7 +341,7 @@
|
|
|
320
341
|
"description": "An object specifying value formatting and tooltip behavior, whose keys generally correspond to the attribute names on the data items.",
|
|
321
342
|
"meta": {
|
|
322
343
|
"filename": "line-chart.tsx",
|
|
323
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
344
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
324
345
|
},
|
|
325
346
|
"type": {
|
|
326
347
|
"names": [
|
|
@@ -346,7 +367,7 @@
|
|
|
346
367
|
"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.",
|
|
347
368
|
"meta": {
|
|
348
369
|
"filename": "line-chart.tsx",
|
|
349
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
370
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
350
371
|
},
|
|
351
372
|
"type": {
|
|
352
373
|
"names": [
|
|
@@ -372,7 +393,7 @@
|
|
|
372
393
|
"description": "Specifies the DataProvider for the sections and items of the line-chart.",
|
|
373
394
|
"meta": {
|
|
374
395
|
"filename": "line-chart.tsx",
|
|
375
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
396
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
376
397
|
},
|
|
377
398
|
"type": {
|
|
378
399
|
"names": [
|
|
@@ -398,8 +419,40 @@
|
|
|
398
419
|
"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.",
|
|
399
420
|
"meta": {
|
|
400
421
|
"filename": "line-chart.tsx",
|
|
401
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
422
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
402
423
|
},
|
|
424
|
+
"ojvalues": [
|
|
425
|
+
{
|
|
426
|
+
"name": "none",
|
|
427
|
+
"description": "No item can be selected.",
|
|
428
|
+
"displayName": "None",
|
|
429
|
+
"type": {
|
|
430
|
+
"names": [
|
|
431
|
+
"string"
|
|
432
|
+
]
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "single",
|
|
437
|
+
"description": "Single item can be selected.",
|
|
438
|
+
"displayName": "Single",
|
|
439
|
+
"type": {
|
|
440
|
+
"names": [
|
|
441
|
+
"string"
|
|
442
|
+
]
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "multiple",
|
|
447
|
+
"description": "Multiple items can be selected.",
|
|
448
|
+
"displayName": "Multiple",
|
|
449
|
+
"type": {
|
|
450
|
+
"names": [
|
|
451
|
+
"string"
|
|
452
|
+
]
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
],
|
|
403
456
|
"defaultvalue": "\"none\"",
|
|
404
457
|
"type": {
|
|
405
458
|
"names": [
|
|
@@ -421,7 +474,7 @@
|
|
|
421
474
|
"description": "An array containing the ids of the initially selected data items.",
|
|
422
475
|
"meta": {
|
|
423
476
|
"filename": "line-chart.tsx",
|
|
424
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
477
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
425
478
|
},
|
|
426
479
|
"defaultvalue": "[]",
|
|
427
480
|
"type": {
|
|
@@ -446,10 +499,10 @@
|
|
|
446
499
|
"optional": true,
|
|
447
500
|
"scope": "instance",
|
|
448
501
|
"ojwriteback": true,
|
|
449
|
-
"description": "",
|
|
502
|
+
"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.",
|
|
450
503
|
"meta": {
|
|
451
504
|
"filename": "line-chart.tsx",
|
|
452
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
505
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
453
506
|
},
|
|
454
507
|
"defaultvalue": "[]",
|
|
455
508
|
"type": {
|
|
@@ -477,7 +530,7 @@
|
|
|
477
530
|
"description": "An array of category strings used for highlighting. Series or data items matching categories in this array will be highlighted.",
|
|
478
531
|
"meta": {
|
|
479
532
|
"filename": "line-chart.tsx",
|
|
480
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
533
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
481
534
|
},
|
|
482
535
|
"defaultvalue": "[]",
|
|
483
536
|
"type": {
|
|
@@ -504,8 +557,40 @@
|
|
|
504
557
|
"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.",
|
|
505
558
|
"meta": {
|
|
506
559
|
"filename": "line-chart.tsx",
|
|
507
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
560
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
508
561
|
},
|
|
562
|
+
"ojvalues": [
|
|
563
|
+
{
|
|
564
|
+
"name": "withRescale",
|
|
565
|
+
"description": "Rescaling of y axis when items are hidden.",
|
|
566
|
+
"displayName": "With Rescale",
|
|
567
|
+
"type": {
|
|
568
|
+
"names": [
|
|
569
|
+
"string"
|
|
570
|
+
]
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "withoutRescale",
|
|
575
|
+
"description": "No rescaling of y axis when items are hidden.",
|
|
576
|
+
"displayName": "Without Rescale",
|
|
577
|
+
"type": {
|
|
578
|
+
"names": [
|
|
579
|
+
"string"
|
|
580
|
+
]
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "none",
|
|
585
|
+
"description": "No hide and show behavior.",
|
|
586
|
+
"displayName": "None",
|
|
587
|
+
"type": {
|
|
588
|
+
"names": [
|
|
589
|
+
"string"
|
|
590
|
+
]
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
],
|
|
509
594
|
"defaultvalue": "\"none\"",
|
|
510
595
|
"type": {
|
|
511
596
|
"names": [
|
|
@@ -526,8 +611,30 @@
|
|
|
526
611
|
"description": "Defines the behavior applied when hovering over data items.",
|
|
527
612
|
"meta": {
|
|
528
613
|
"filename": "line-chart.tsx",
|
|
529
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
614
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
530
615
|
},
|
|
616
|
+
"ojvalues": [
|
|
617
|
+
{
|
|
618
|
+
"name": "dim",
|
|
619
|
+
"description": "Hovered items will be dimmed.",
|
|
620
|
+
"displayName": "Dim",
|
|
621
|
+
"type": {
|
|
622
|
+
"names": [
|
|
623
|
+
"string"
|
|
624
|
+
]
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "none",
|
|
629
|
+
"description": "No hover behavior.",
|
|
630
|
+
"displayName": "None",
|
|
631
|
+
"type": {
|
|
632
|
+
"names": [
|
|
633
|
+
"string"
|
|
634
|
+
]
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
],
|
|
531
638
|
"defaultvalue": "\"none\"",
|
|
532
639
|
"type": {
|
|
533
640
|
"names": [
|
|
@@ -547,8 +654,30 @@
|
|
|
547
654
|
"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.",
|
|
548
655
|
"meta": {
|
|
549
656
|
"filename": "line-chart.tsx",
|
|
550
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
657
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
551
658
|
},
|
|
659
|
+
"ojvalues": [
|
|
660
|
+
{
|
|
661
|
+
"name": "any",
|
|
662
|
+
"description": "Any matching categories will be highlighted.",
|
|
663
|
+
"displayName": "Dim",
|
|
664
|
+
"type": {
|
|
665
|
+
"names": [
|
|
666
|
+
"string"
|
|
667
|
+
]
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "all",
|
|
672
|
+
"description": "Items only with all matching categories will be highlighted.",
|
|
673
|
+
"displayName": "None",
|
|
674
|
+
"type": {
|
|
675
|
+
"names": [
|
|
676
|
+
"string"
|
|
677
|
+
]
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
],
|
|
552
681
|
"defaultvalue": "\"any\"",
|
|
553
682
|
"type": {
|
|
554
683
|
"names": [
|
|
@@ -568,7 +697,7 @@
|
|
|
568
697
|
"description": "An object defining the style, positioning, and behavior of the legend.",
|
|
569
698
|
"meta": {
|
|
570
699
|
"filename": "line-chart.tsx",
|
|
571
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
700
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
572
701
|
},
|
|
573
702
|
"type": {
|
|
574
703
|
"names": [
|
|
@@ -592,7 +721,7 @@
|
|
|
592
721
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
593
722
|
"meta": {
|
|
594
723
|
"filename": "line-chart.tsx",
|
|
595
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
724
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
596
725
|
},
|
|
597
726
|
"scope": "instance",
|
|
598
727
|
"params": [
|
|
@@ -626,7 +755,7 @@
|
|
|
626
755
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
627
756
|
"meta": {
|
|
628
757
|
"filename": "line-chart.tsx",
|
|
629
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
758
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
630
759
|
},
|
|
631
760
|
"scope": "instance",
|
|
632
761
|
"params": [
|
|
@@ -655,7 +784,7 @@
|
|
|
655
784
|
"description": "Performs a batch set of properties.",
|
|
656
785
|
"meta": {
|
|
657
786
|
"filename": "line-chart.tsx",
|
|
658
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
787
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
659
788
|
},
|
|
660
789
|
"scope": "instance",
|
|
661
790
|
"params": [
|
|
@@ -684,7 +813,7 @@
|
|
|
684
813
|
"description": "Triggered on a chart item (double click if selection is enabled, single click otherwise).",
|
|
685
814
|
"meta": {
|
|
686
815
|
"filename": "line-chart.tsx",
|
|
687
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
816
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
688
817
|
},
|
|
689
818
|
"scope": "instance",
|
|
690
819
|
"properties": [
|
|
@@ -825,7 +954,7 @@
|
|
|
825
954
|
"description": "Triggered on a chart series drill gesture (double click if selection is enabled, single click otherwise).",
|
|
826
955
|
"meta": {
|
|
827
956
|
"filename": "line-chart.tsx",
|
|
828
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
957
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
829
958
|
},
|
|
830
959
|
"scope": "instance",
|
|
831
960
|
"properties": [
|
|
@@ -912,7 +1041,7 @@
|
|
|
912
1041
|
"description": "Triggered on a chart group drill gesture (double click if selection is enabled, single click otherwise).",
|
|
913
1042
|
"meta": {
|
|
914
1043
|
"filename": "line-chart.tsx",
|
|
915
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1044
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
916
1045
|
},
|
|
917
1046
|
"scope": "instance",
|
|
918
1047
|
"properties": [
|
|
@@ -999,7 +1128,7 @@
|
|
|
999
1128
|
"description": "Triggered after the viewport is changed due to a zoom or scroll operation.",
|
|
1000
1129
|
"meta": {
|
|
1001
1130
|
"filename": "line-chart.tsx",
|
|
1002
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1131
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1003
1132
|
},
|
|
1004
1133
|
"scope": "instance",
|
|
1005
1134
|
"properties": [
|
|
@@ -1074,7 +1203,7 @@
|
|
|
1074
1203
|
"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-line-chart-item> element. See the <a target=\"_blank\" href=\"oj-c.LineChartItem.html\">oj-c-line-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>",
|
|
1075
1204
|
"meta": {
|
|
1076
1205
|
"filename": "line-chart.tsx",
|
|
1077
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1206
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1078
1207
|
},
|
|
1079
1208
|
"scope": "instance",
|
|
1080
1209
|
"ojchild": false,
|
|
@@ -1137,7 +1266,7 @@
|
|
|
1137
1266
|
"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-line-chart-series> element.See the <a target=\"_blank\" href=\"oj-c.LineChartSeries.html\">oj-c-line-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>",
|
|
1138
1267
|
"meta": {
|
|
1139
1268
|
"filename": "line-chart.tsx",
|
|
1140
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1269
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1141
1270
|
},
|
|
1142
1271
|
"scope": "instance",
|
|
1143
1272
|
"ojchild": false,
|
|
@@ -1192,7 +1321,7 @@
|
|
|
1192
1321
|
"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-line-chart-group> element. See the <a target=\"_blank\" href=\"oj-c.LineChartGroup.html\">oj-c-line-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>",
|
|
1193
1322
|
"meta": {
|
|
1194
1323
|
"filename": "line-chart.tsx",
|
|
1195
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1324
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1196
1325
|
},
|
|
1197
1326
|
"scope": "instance",
|
|
1198
1327
|
"ojchild": false,
|
|
@@ -1265,7 +1394,7 @@
|
|
|
1265
1394
|
"memberof": "oj-c.LineChart",
|
|
1266
1395
|
"meta": {
|
|
1267
1396
|
"filename": "line-chart.tsx",
|
|
1268
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1397
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1269
1398
|
},
|
|
1270
1399
|
"ojfragment": true
|
|
1271
1400
|
},
|
|
@@ -1278,7 +1407,7 @@
|
|
|
1278
1407
|
"memberof": "oj-c.LineChart",
|
|
1279
1408
|
"meta": {
|
|
1280
1409
|
"filename": "line-chart.tsx",
|
|
1281
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1410
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1282
1411
|
},
|
|
1283
1412
|
"ojfragment": true
|
|
1284
1413
|
},
|
|
@@ -1302,7 +1431,7 @@
|
|
|
1302
1431
|
},
|
|
1303
1432
|
"meta": {
|
|
1304
1433
|
"filename": "line-chart.tsx",
|
|
1305
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1434
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1306
1435
|
},
|
|
1307
1436
|
"properties": [
|
|
1308
1437
|
{
|
|
@@ -1335,7 +1464,7 @@
|
|
|
1335
1464
|
},
|
|
1336
1465
|
{
|
|
1337
1466
|
"name": "groupId",
|
|
1338
|
-
"description": "The array of
|
|
1467
|
+
"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.",
|
|
1339
1468
|
"optional": false,
|
|
1340
1469
|
"type": {
|
|
1341
1470
|
"names": [
|
|
@@ -1361,6 +1490,16 @@
|
|
|
1361
1490
|
]
|
|
1362
1491
|
}
|
|
1363
1492
|
},
|
|
1493
|
+
{
|
|
1494
|
+
"name": "x",
|
|
1495
|
+
"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.",
|
|
1496
|
+
"optional": true,
|
|
1497
|
+
"type": {
|
|
1498
|
+
"names": [
|
|
1499
|
+
"string"
|
|
1500
|
+
]
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1364
1503
|
{
|
|
1365
1504
|
"name": "color",
|
|
1366
1505
|
"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.",
|
|
@@ -1443,7 +1582,7 @@
|
|
|
1443
1582
|
},
|
|
1444
1583
|
{
|
|
1445
1584
|
"name": "shortDesc",
|
|
1446
|
-
"description": "
|
|
1585
|
+
"description": "The description of this object. This is used for accessibility and also for customizing the tooltip text.",
|
|
1447
1586
|
"optional": true,
|
|
1448
1587
|
"type": {
|
|
1449
1588
|
"names": [
|
|
@@ -1473,7 +1612,7 @@
|
|
|
1473
1612
|
},
|
|
1474
1613
|
"meta": {
|
|
1475
1614
|
"filename": "line-chart.tsx",
|
|
1476
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1615
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1477
1616
|
},
|
|
1478
1617
|
"properties": [
|
|
1479
1618
|
{
|
|
@@ -1565,11 +1704,52 @@
|
|
|
1565
1704
|
},
|
|
1566
1705
|
"meta": {
|
|
1567
1706
|
"filename": "line-chart.tsx",
|
|
1568
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1707
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1569
1708
|
},
|
|
1570
1709
|
"properties": [
|
|
1710
|
+
{
|
|
1711
|
+
"name": "dataMax",
|
|
1712
|
+
"description": "The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.",
|
|
1713
|
+
"optional": true,
|
|
1714
|
+
"type": {
|
|
1715
|
+
"names": [
|
|
1716
|
+
"number"
|
|
1717
|
+
]
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "dataMin",
|
|
1722
|
+
"description": "The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.",
|
|
1723
|
+
"optional": true,
|
|
1724
|
+
"type": {
|
|
1725
|
+
"names": [
|
|
1726
|
+
"number"
|
|
1727
|
+
]
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "max",
|
|
1732
|
+
"description": "The maximum value of the axis. Defaults to null for automatic calculation based on the data.",
|
|
1733
|
+
"optional": true,
|
|
1734
|
+
"type": {
|
|
1735
|
+
"names": [
|
|
1736
|
+
"number"
|
|
1737
|
+
]
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "min",
|
|
1742
|
+
"description": "The minumum value of the axis. Defaults to null for automatic calculation based on the data.",
|
|
1743
|
+
"optional": true,
|
|
1744
|
+
"type": {
|
|
1745
|
+
"names": [
|
|
1746
|
+
"number"
|
|
1747
|
+
]
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1571
1750
|
{
|
|
1572
1751
|
"name": "majorTick",
|
|
1752
|
+
"description": "The object defining the properties of the major tick of the y axis.",
|
|
1573
1753
|
"optional": true,
|
|
1574
1754
|
"type": {
|
|
1575
1755
|
"names": [
|
|
@@ -1579,6 +1759,110 @@
|
|
|
1579
1759
|
},
|
|
1580
1760
|
{
|
|
1581
1761
|
"name": "minorTick",
|
|
1762
|
+
"description": "The object defining the properties of the minor tick of the y axis.",
|
|
1763
|
+
"optional": true,
|
|
1764
|
+
"type": {
|
|
1765
|
+
"names": [
|
|
1766
|
+
"object"
|
|
1767
|
+
]
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "tickLabel",
|
|
1772
|
+
"description": "The object defining the properties of tick labels of the y axis.",
|
|
1773
|
+
"optional": true,
|
|
1774
|
+
"type": {
|
|
1775
|
+
"names": [
|
|
1776
|
+
"object"
|
|
1777
|
+
]
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"name": "viewportMin",
|
|
1782
|
+
"description": "Specifies the minimum y coordinate of the current viewport for zoom and scroll.\nIf not specified, this value will be the axis min.",
|
|
1783
|
+
"optional": true,
|
|
1784
|
+
"type": {
|
|
1785
|
+
"names": [
|
|
1786
|
+
"number"
|
|
1787
|
+
]
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "viewportMax",
|
|
1792
|
+
"description": "Specifies the maximum y coordinate of the current viewport for zoom and scroll.\nIf not specified, this value will be the axis max.",
|
|
1793
|
+
"optional": true,
|
|
1794
|
+
"type": {
|
|
1795
|
+
"names": [
|
|
1796
|
+
"number"
|
|
1797
|
+
]
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "step",
|
|
1802
|
+
"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.",
|
|
1803
|
+
"optional": true,
|
|
1804
|
+
"type": {
|
|
1805
|
+
"names": [
|
|
1806
|
+
"number"
|
|
1807
|
+
]
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "size",
|
|
1812
|
+
"description": "Defines the size of the axis in terms of ratio of the width (for vertical charts) or height (for horizontal charts).",
|
|
1813
|
+
"optional": true,
|
|
1814
|
+
"type": {
|
|
1815
|
+
"names": [
|
|
1816
|
+
"number"
|
|
1817
|
+
]
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"name": "scale",
|
|
1822
|
+
"description": "Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.",
|
|
1823
|
+
"optional": true,
|
|
1824
|
+
"type": {
|
|
1825
|
+
"names": [
|
|
1826
|
+
"\"linear\"",
|
|
1827
|
+
"\"log\""
|
|
1828
|
+
]
|
|
1829
|
+
},
|
|
1830
|
+
"ojvalues": [
|
|
1831
|
+
{
|
|
1832
|
+
"name": "linear",
|
|
1833
|
+
"description": "Renders linear y axis.",
|
|
1834
|
+
"displayName": "Linear",
|
|
1835
|
+
"type": {
|
|
1836
|
+
"names": [
|
|
1837
|
+
"string"
|
|
1838
|
+
]
|
|
1839
|
+
}
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"name": "log",
|
|
1843
|
+
"description": "Renders log y axis.",
|
|
1844
|
+
"displayName": "Log",
|
|
1845
|
+
"type": {
|
|
1846
|
+
"names": [
|
|
1847
|
+
"string"
|
|
1848
|
+
]
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
]
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "title",
|
|
1855
|
+
"description": "The title of the axis.",
|
|
1856
|
+
"optional": true,
|
|
1857
|
+
"type": {
|
|
1858
|
+
"names": [
|
|
1859
|
+
"string"
|
|
1860
|
+
]
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "titleStyle",
|
|
1865
|
+
"description": "The object defining the css properties of the axis title.",
|
|
1582
1866
|
"optional": true,
|
|
1583
1867
|
"type": {
|
|
1584
1868
|
"names": [
|
|
@@ -1603,1521 +1887,139 @@
|
|
|
1603
1887
|
},
|
|
1604
1888
|
"meta": {
|
|
1605
1889
|
"filename": "line-chart.tsx",
|
|
1606
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1890
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1607
1891
|
},
|
|
1608
1892
|
"properties": [
|
|
1609
1893
|
{
|
|
1610
1894
|
"name": "majorTick",
|
|
1895
|
+
"description": "The object defining the properties of the major tick of the x axis.",
|
|
1611
1896
|
"optional": true,
|
|
1612
1897
|
"type": {
|
|
1613
1898
|
"names": [
|
|
1614
1899
|
"object"
|
|
1615
1900
|
]
|
|
1616
1901
|
}
|
|
1617
|
-
}
|
|
1618
|
-
]
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"memberof": "oj-c.LineChart",
|
|
1622
|
-
"id": "oj-c.LineChart.PlotArea",
|
|
1623
|
-
"name": "PlotArea",
|
|
1624
|
-
"kind": "typedef",
|
|
1625
|
-
"longname": "oj-c.LineChart.PlotArea",
|
|
1626
|
-
"scope": "static",
|
|
1627
|
-
"description": "",
|
|
1628
|
-
"type": {
|
|
1629
|
-
"names": [
|
|
1630
|
-
"Object"
|
|
1631
|
-
]
|
|
1632
|
-
},
|
|
1633
|
-
"meta": {
|
|
1634
|
-
"filename": "line-chart.tsx",
|
|
1635
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
1636
|
-
},
|
|
1637
|
-
"properties": [
|
|
1902
|
+
},
|
|
1638
1903
|
{
|
|
1639
|
-
"name": "
|
|
1640
|
-
"description": "The
|
|
1904
|
+
"name": "minorTick",
|
|
1905
|
+
"description": "The object defining the properties of the minor tick of the x axis.",
|
|
1641
1906
|
"optional": true,
|
|
1642
1907
|
"type": {
|
|
1643
1908
|
"names": [
|
|
1644
|
-
"
|
|
1909
|
+
"object"
|
|
1645
1910
|
]
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
"
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
"
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
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
|
-
"name": "black",
|
|
1762
|
-
"type": {
|
|
1763
|
-
"names": [
|
|
1764
|
-
"string"
|
|
1765
|
-
]
|
|
1766
|
-
}
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"name": "blanchedalmond",
|
|
1770
|
-
"type": {
|
|
1771
|
-
"names": [
|
|
1772
|
-
"string"
|
|
1773
|
-
]
|
|
1774
|
-
}
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"name": "blue",
|
|
1778
|
-
"type": {
|
|
1779
|
-
"names": [
|
|
1780
|
-
"string"
|
|
1781
|
-
]
|
|
1782
|
-
}
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"name": "blueviolet",
|
|
1786
|
-
"type": {
|
|
1787
|
-
"names": [
|
|
1788
|
-
"string"
|
|
1789
|
-
]
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"name": "brown",
|
|
1794
|
-
"type": {
|
|
1795
|
-
"names": [
|
|
1796
|
-
"string"
|
|
1797
|
-
]
|
|
1798
|
-
}
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"name": "burlywood",
|
|
1802
|
-
"type": {
|
|
1803
|
-
"names": [
|
|
1804
|
-
"string"
|
|
1805
|
-
]
|
|
1806
|
-
}
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"name": "cadetblue",
|
|
1810
|
-
"type": {
|
|
1811
|
-
"names": [
|
|
1812
|
-
"string"
|
|
1813
|
-
]
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "chartreuse",
|
|
1818
|
-
"type": {
|
|
1819
|
-
"names": [
|
|
1820
|
-
"string"
|
|
1821
|
-
]
|
|
1822
|
-
}
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"name": "chocolate",
|
|
1826
|
-
"type": {
|
|
1827
|
-
"names": [
|
|
1828
|
-
"string"
|
|
1829
|
-
]
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"name": "coral",
|
|
1834
|
-
"type": {
|
|
1835
|
-
"names": [
|
|
1836
|
-
"string"
|
|
1837
|
-
]
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"name": "cornflowerblue",
|
|
1842
|
-
"type": {
|
|
1843
|
-
"names": [
|
|
1844
|
-
"string"
|
|
1845
|
-
]
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "cornsilk",
|
|
1850
|
-
"type": {
|
|
1851
|
-
"names": [
|
|
1852
|
-
"string"
|
|
1853
|
-
]
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"name": "crimson",
|
|
1858
|
-
"type": {
|
|
1859
|
-
"names": [
|
|
1860
|
-
"string"
|
|
1861
|
-
]
|
|
1862
|
-
}
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"name": "cyan",
|
|
1866
|
-
"type": {
|
|
1867
|
-
"names": [
|
|
1868
|
-
"string"
|
|
1869
|
-
]
|
|
1870
|
-
}
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"name": "darkblue",
|
|
1874
|
-
"type": {
|
|
1875
|
-
"names": [
|
|
1876
|
-
"string"
|
|
1877
|
-
]
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"name": "darkcyan",
|
|
1882
|
-
"type": {
|
|
1883
|
-
"names": [
|
|
1884
|
-
"string"
|
|
1885
|
-
]
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"name": "darkgoldenrod",
|
|
1890
|
-
"type": {
|
|
1891
|
-
"names": [
|
|
1892
|
-
"string"
|
|
1893
|
-
]
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"name": "darkgray",
|
|
1898
|
-
"type": {
|
|
1899
|
-
"names": [
|
|
1900
|
-
"string"
|
|
1901
|
-
]
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"name": "darkgreen",
|
|
1906
|
-
"type": {
|
|
1907
|
-
"names": [
|
|
1908
|
-
"string"
|
|
1909
|
-
]
|
|
1910
|
-
}
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "darkgrey",
|
|
1914
|
-
"type": {
|
|
1915
|
-
"names": [
|
|
1916
|
-
"string"
|
|
1917
|
-
]
|
|
1918
|
-
}
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"name": "darkkhaki",
|
|
1922
|
-
"type": {
|
|
1923
|
-
"names": [
|
|
1924
|
-
"string"
|
|
1925
|
-
]
|
|
1926
|
-
}
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"name": "darkmagenta",
|
|
1930
|
-
"type": {
|
|
1931
|
-
"names": [
|
|
1932
|
-
"string"
|
|
1933
|
-
]
|
|
1934
|
-
}
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"name": "darkolivegreen",
|
|
1938
|
-
"type": {
|
|
1939
|
-
"names": [
|
|
1940
|
-
"string"
|
|
1941
|
-
]
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"name": "darkorange",
|
|
1946
|
-
"type": {
|
|
1947
|
-
"names": [
|
|
1948
|
-
"string"
|
|
1949
|
-
]
|
|
1950
|
-
}
|
|
1951
|
-
},
|
|
1952
|
-
{
|
|
1953
|
-
"name": "darkorchid",
|
|
1954
|
-
"type": {
|
|
1955
|
-
"names": [
|
|
1956
|
-
"string"
|
|
1957
|
-
]
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"name": "darkred",
|
|
1962
|
-
"type": {
|
|
1963
|
-
"names": [
|
|
1964
|
-
"string"
|
|
1965
|
-
]
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"name": "darksalmon",
|
|
1970
|
-
"type": {
|
|
1971
|
-
"names": [
|
|
1972
|
-
"string"
|
|
1973
|
-
]
|
|
1974
|
-
}
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"name": "darkseagreen",
|
|
1978
|
-
"type": {
|
|
1979
|
-
"names": [
|
|
1980
|
-
"string"
|
|
1981
|
-
]
|
|
1982
|
-
}
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"name": "darkslateblue",
|
|
1986
|
-
"type": {
|
|
1987
|
-
"names": [
|
|
1988
|
-
"string"
|
|
1989
|
-
]
|
|
1990
|
-
}
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"name": "darkslategray",
|
|
1994
|
-
"type": {
|
|
1995
|
-
"names": [
|
|
1996
|
-
"string"
|
|
1997
|
-
]
|
|
1998
|
-
}
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"name": "darkslategrey",
|
|
2002
|
-
"type": {
|
|
2003
|
-
"names": [
|
|
2004
|
-
"string"
|
|
2005
|
-
]
|
|
2006
|
-
}
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"name": "darkturquoise",
|
|
2010
|
-
"type": {
|
|
2011
|
-
"names": [
|
|
2012
|
-
"string"
|
|
2013
|
-
]
|
|
2014
|
-
}
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"name": "darkviolet",
|
|
2018
|
-
"type": {
|
|
2019
|
-
"names": [
|
|
2020
|
-
"string"
|
|
2021
|
-
]
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"name": "deeppink",
|
|
2026
|
-
"type": {
|
|
2027
|
-
"names": [
|
|
2028
|
-
"string"
|
|
2029
|
-
]
|
|
2030
|
-
}
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"name": "deepskyblue",
|
|
2034
|
-
"type": {
|
|
2035
|
-
"names": [
|
|
2036
|
-
"string"
|
|
2037
|
-
]
|
|
2038
|
-
}
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"name": "dimgray",
|
|
2042
|
-
"type": {
|
|
2043
|
-
"names": [
|
|
2044
|
-
"string"
|
|
2045
|
-
]
|
|
2046
|
-
}
|
|
2047
|
-
},
|
|
2048
|
-
{
|
|
2049
|
-
"name": "dimgrey",
|
|
2050
|
-
"type": {
|
|
2051
|
-
"names": [
|
|
2052
|
-
"string"
|
|
2053
|
-
]
|
|
2054
|
-
}
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
"name": "dodgerblue",
|
|
2058
|
-
"type": {
|
|
2059
|
-
"names": [
|
|
2060
|
-
"string"
|
|
2061
|
-
]
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"name": "firebrick",
|
|
2066
|
-
"type": {
|
|
2067
|
-
"names": [
|
|
2068
|
-
"string"
|
|
2069
|
-
]
|
|
2070
|
-
}
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"name": "floralwhite",
|
|
2074
|
-
"type": {
|
|
2075
|
-
"names": [
|
|
2076
|
-
"string"
|
|
2077
|
-
]
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
"name": "forestgreen",
|
|
2082
|
-
"type": {
|
|
2083
|
-
"names": [
|
|
2084
|
-
"string"
|
|
2085
|
-
]
|
|
2086
|
-
}
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"name": "fuchsia",
|
|
2090
|
-
"type": {
|
|
2091
|
-
"names": [
|
|
2092
|
-
"string"
|
|
2093
|
-
]
|
|
2094
|
-
}
|
|
2095
|
-
},
|
|
2096
|
-
{
|
|
2097
|
-
"name": "gainsboro",
|
|
2098
|
-
"type": {
|
|
2099
|
-
"names": [
|
|
2100
|
-
"string"
|
|
2101
|
-
]
|
|
2102
|
-
}
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"name": "ghostwhite",
|
|
2106
|
-
"type": {
|
|
2107
|
-
"names": [
|
|
2108
|
-
"string"
|
|
2109
|
-
]
|
|
2110
|
-
}
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"name": "gold",
|
|
2114
|
-
"type": {
|
|
2115
|
-
"names": [
|
|
2116
|
-
"string"
|
|
2117
|
-
]
|
|
2118
|
-
}
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"name": "goldenrod",
|
|
2122
|
-
"type": {
|
|
2123
|
-
"names": [
|
|
2124
|
-
"string"
|
|
2125
|
-
]
|
|
2126
|
-
}
|
|
2127
|
-
},
|
|
2128
|
-
{
|
|
2129
|
-
"name": "gray",
|
|
2130
|
-
"type": {
|
|
2131
|
-
"names": [
|
|
2132
|
-
"string"
|
|
2133
|
-
]
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"name": "green",
|
|
2138
|
-
"type": {
|
|
2139
|
-
"names": [
|
|
2140
|
-
"string"
|
|
2141
|
-
]
|
|
2142
|
-
}
|
|
2143
|
-
},
|
|
2144
|
-
{
|
|
2145
|
-
"name": "greenyellow",
|
|
2146
|
-
"type": {
|
|
2147
|
-
"names": [
|
|
2148
|
-
"string"
|
|
2149
|
-
]
|
|
2150
|
-
}
|
|
2151
|
-
},
|
|
2152
|
-
{
|
|
2153
|
-
"name": "grey",
|
|
2154
|
-
"type": {
|
|
2155
|
-
"names": [
|
|
2156
|
-
"string"
|
|
2157
|
-
]
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"name": "honeydew",
|
|
2162
|
-
"type": {
|
|
2163
|
-
"names": [
|
|
2164
|
-
"string"
|
|
2165
|
-
]
|
|
2166
|
-
}
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"name": "hotpink",
|
|
2170
|
-
"type": {
|
|
2171
|
-
"names": [
|
|
2172
|
-
"string"
|
|
2173
|
-
]
|
|
2174
|
-
}
|
|
2175
|
-
},
|
|
2176
|
-
{
|
|
2177
|
-
"name": "indianred",
|
|
2178
|
-
"type": {
|
|
2179
|
-
"names": [
|
|
2180
|
-
"string"
|
|
2181
|
-
]
|
|
2182
|
-
}
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"name": "indigo",
|
|
2186
|
-
"type": {
|
|
2187
|
-
"names": [
|
|
2188
|
-
"string"
|
|
2189
|
-
]
|
|
2190
|
-
}
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"name": "ivory",
|
|
2194
|
-
"type": {
|
|
2195
|
-
"names": [
|
|
2196
|
-
"string"
|
|
2197
|
-
]
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
|
-
{
|
|
2201
|
-
"name": "khaki",
|
|
2202
|
-
"type": {
|
|
2203
|
-
"names": [
|
|
2204
|
-
"string"
|
|
2205
|
-
]
|
|
2206
|
-
}
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"name": "lavender",
|
|
2210
|
-
"type": {
|
|
2211
|
-
"names": [
|
|
2212
|
-
"string"
|
|
2213
|
-
]
|
|
2214
|
-
}
|
|
2215
|
-
},
|
|
2216
|
-
{
|
|
2217
|
-
"name": "lavenderblush",
|
|
2218
|
-
"type": {
|
|
2219
|
-
"names": [
|
|
2220
|
-
"string"
|
|
2221
|
-
]
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
|
-
{
|
|
2225
|
-
"name": "lawngreen",
|
|
2226
|
-
"type": {
|
|
2227
|
-
"names": [
|
|
2228
|
-
"string"
|
|
2229
|
-
]
|
|
2230
|
-
}
|
|
2231
|
-
},
|
|
2232
|
-
{
|
|
2233
|
-
"name": "lemonchiffon",
|
|
2234
|
-
"type": {
|
|
2235
|
-
"names": [
|
|
2236
|
-
"string"
|
|
2237
|
-
]
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
|
-
{
|
|
2241
|
-
"name": "lightblue",
|
|
2242
|
-
"type": {
|
|
2243
|
-
"names": [
|
|
2244
|
-
"string"
|
|
2245
|
-
]
|
|
2246
|
-
}
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"name": "lightcoral",
|
|
2250
|
-
"type": {
|
|
2251
|
-
"names": [
|
|
2252
|
-
"string"
|
|
2253
|
-
]
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
"name": "lightcyan",
|
|
2258
|
-
"type": {
|
|
2259
|
-
"names": [
|
|
2260
|
-
"string"
|
|
2261
|
-
]
|
|
2262
|
-
}
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"name": "lightgoldenrodyellow",
|
|
2266
|
-
"type": {
|
|
2267
|
-
"names": [
|
|
2268
|
-
"string"
|
|
2269
|
-
]
|
|
2270
|
-
}
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"name": "lightgray",
|
|
2274
|
-
"type": {
|
|
2275
|
-
"names": [
|
|
2276
|
-
"string"
|
|
2277
|
-
]
|
|
2278
|
-
}
|
|
2279
|
-
},
|
|
2280
|
-
{
|
|
2281
|
-
"name": "lightgreen",
|
|
2282
|
-
"type": {
|
|
2283
|
-
"names": [
|
|
2284
|
-
"string"
|
|
2285
|
-
]
|
|
2286
|
-
}
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"name": "lightgrey",
|
|
2290
|
-
"type": {
|
|
2291
|
-
"names": [
|
|
2292
|
-
"string"
|
|
2293
|
-
]
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"name": "lightpink",
|
|
2298
|
-
"type": {
|
|
2299
|
-
"names": [
|
|
2300
|
-
"string"
|
|
2301
|
-
]
|
|
2302
|
-
}
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"name": "lightsalmon",
|
|
2306
|
-
"type": {
|
|
2307
|
-
"names": [
|
|
2308
|
-
"string"
|
|
2309
|
-
]
|
|
2310
|
-
}
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"name": "lightseagreen",
|
|
2314
|
-
"type": {
|
|
2315
|
-
"names": [
|
|
2316
|
-
"string"
|
|
2317
|
-
]
|
|
2318
|
-
}
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"name": "lightskyblue",
|
|
2322
|
-
"type": {
|
|
2323
|
-
"names": [
|
|
2324
|
-
"string"
|
|
2325
|
-
]
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "lightslategray",
|
|
2330
|
-
"type": {
|
|
2331
|
-
"names": [
|
|
2332
|
-
"string"
|
|
2333
|
-
]
|
|
2334
|
-
}
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"name": "lightslategrey",
|
|
2338
|
-
"type": {
|
|
2339
|
-
"names": [
|
|
2340
|
-
"string"
|
|
2341
|
-
]
|
|
2342
|
-
}
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"name": "lightsteelblue",
|
|
2346
|
-
"type": {
|
|
2347
|
-
"names": [
|
|
2348
|
-
"string"
|
|
2349
|
-
]
|
|
2350
|
-
}
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "lightyellow",
|
|
2354
|
-
"type": {
|
|
2355
|
-
"names": [
|
|
2356
|
-
"string"
|
|
2357
|
-
]
|
|
2358
|
-
}
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"name": "lime",
|
|
2362
|
-
"type": {
|
|
2363
|
-
"names": [
|
|
2364
|
-
"string"
|
|
2365
|
-
]
|
|
2366
|
-
}
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "limegreen",
|
|
2370
|
-
"type": {
|
|
2371
|
-
"names": [
|
|
2372
|
-
"string"
|
|
2373
|
-
]
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"name": "linen",
|
|
2378
|
-
"type": {
|
|
2379
|
-
"names": [
|
|
2380
|
-
"string"
|
|
2381
|
-
]
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"name": "magenta",
|
|
2386
|
-
"type": {
|
|
2387
|
-
"names": [
|
|
2388
|
-
"string"
|
|
2389
|
-
]
|
|
2390
|
-
}
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"name": "maroon",
|
|
2394
|
-
"type": {
|
|
2395
|
-
"names": [
|
|
2396
|
-
"string"
|
|
2397
|
-
]
|
|
2398
|
-
}
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"name": "mediumaquamarine",
|
|
2402
|
-
"type": {
|
|
2403
|
-
"names": [
|
|
2404
|
-
"string"
|
|
2405
|
-
]
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"name": "mediumblue",
|
|
2410
|
-
"type": {
|
|
2411
|
-
"names": [
|
|
2412
|
-
"string"
|
|
2413
|
-
]
|
|
2414
|
-
}
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"name": "mediumorchid",
|
|
2418
|
-
"type": {
|
|
2419
|
-
"names": [
|
|
2420
|
-
"string"
|
|
2421
|
-
]
|
|
2422
|
-
}
|
|
2423
|
-
},
|
|
2424
|
-
{
|
|
2425
|
-
"name": "mediumpurple",
|
|
2426
|
-
"type": {
|
|
2427
|
-
"names": [
|
|
2428
|
-
"string"
|
|
2429
|
-
]
|
|
2430
|
-
}
|
|
2431
|
-
},
|
|
2432
|
-
{
|
|
2433
|
-
"name": "mediumseagreen",
|
|
2434
|
-
"type": {
|
|
2435
|
-
"names": [
|
|
2436
|
-
"string"
|
|
2437
|
-
]
|
|
2438
|
-
}
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"name": "mediumslateblue",
|
|
2442
|
-
"type": {
|
|
2443
|
-
"names": [
|
|
2444
|
-
"string"
|
|
2445
|
-
]
|
|
2446
|
-
}
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"name": "mediumspringgreen",
|
|
2450
|
-
"type": {
|
|
2451
|
-
"names": [
|
|
2452
|
-
"string"
|
|
2453
|
-
]
|
|
2454
|
-
}
|
|
2455
|
-
},
|
|
2456
|
-
{
|
|
2457
|
-
"name": "mediumturquoise",
|
|
2458
|
-
"type": {
|
|
2459
|
-
"names": [
|
|
2460
|
-
"string"
|
|
2461
|
-
]
|
|
2462
|
-
}
|
|
2463
|
-
},
|
|
2464
|
-
{
|
|
2465
|
-
"name": "mediumvioletred",
|
|
2466
|
-
"type": {
|
|
2467
|
-
"names": [
|
|
2468
|
-
"string"
|
|
2469
|
-
]
|
|
2470
|
-
}
|
|
2471
|
-
},
|
|
2472
|
-
{
|
|
2473
|
-
"name": "midnightblue",
|
|
2474
|
-
"type": {
|
|
2475
|
-
"names": [
|
|
2476
|
-
"string"
|
|
2477
|
-
]
|
|
2478
|
-
}
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"name": "mintcream",
|
|
2482
|
-
"type": {
|
|
2483
|
-
"names": [
|
|
2484
|
-
"string"
|
|
2485
|
-
]
|
|
2486
|
-
}
|
|
2487
|
-
},
|
|
2488
|
-
{
|
|
2489
|
-
"name": "mistyrose",
|
|
2490
|
-
"type": {
|
|
2491
|
-
"names": [
|
|
2492
|
-
"string"
|
|
2493
|
-
]
|
|
2494
|
-
}
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"name": "moccasin",
|
|
2498
|
-
"type": {
|
|
2499
|
-
"names": [
|
|
2500
|
-
"string"
|
|
2501
|
-
]
|
|
2502
|
-
}
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"name": "navajowhite",
|
|
2506
|
-
"type": {
|
|
2507
|
-
"names": [
|
|
2508
|
-
"string"
|
|
2509
|
-
]
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"name": "navy",
|
|
2514
|
-
"type": {
|
|
2515
|
-
"names": [
|
|
2516
|
-
"string"
|
|
2517
|
-
]
|
|
2518
|
-
}
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"name": "oldlace",
|
|
2522
|
-
"type": {
|
|
2523
|
-
"names": [
|
|
2524
|
-
"string"
|
|
2525
|
-
]
|
|
2526
|
-
}
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"name": "olive",
|
|
2530
|
-
"type": {
|
|
2531
|
-
"names": [
|
|
2532
|
-
"string"
|
|
2533
|
-
]
|
|
2534
|
-
}
|
|
2535
|
-
},
|
|
2536
|
-
{
|
|
2537
|
-
"name": "olivedrab",
|
|
2538
|
-
"type": {
|
|
2539
|
-
"names": [
|
|
2540
|
-
"string"
|
|
2541
|
-
]
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"name": "orange",
|
|
2546
|
-
"type": {
|
|
2547
|
-
"names": [
|
|
2548
|
-
"string"
|
|
2549
|
-
]
|
|
2550
|
-
}
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
"name": "orangered",
|
|
2554
|
-
"type": {
|
|
2555
|
-
"names": [
|
|
2556
|
-
"string"
|
|
2557
|
-
]
|
|
2558
|
-
}
|
|
2559
|
-
},
|
|
2560
|
-
{
|
|
2561
|
-
"name": "orchid",
|
|
2562
|
-
"type": {
|
|
2563
|
-
"names": [
|
|
2564
|
-
"string"
|
|
2565
|
-
]
|
|
2566
|
-
}
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"name": "palegoldenrod",
|
|
2570
|
-
"type": {
|
|
2571
|
-
"names": [
|
|
2572
|
-
"string"
|
|
2573
|
-
]
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"name": "palegreen",
|
|
2578
|
-
"type": {
|
|
2579
|
-
"names": [
|
|
2580
|
-
"string"
|
|
2581
|
-
]
|
|
2582
|
-
}
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"name": "paleturquoise",
|
|
2586
|
-
"type": {
|
|
2587
|
-
"names": [
|
|
2588
|
-
"string"
|
|
2589
|
-
]
|
|
2590
|
-
}
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
"name": "palevioletred",
|
|
2594
|
-
"type": {
|
|
2595
|
-
"names": [
|
|
2596
|
-
"string"
|
|
2597
|
-
]
|
|
2598
|
-
}
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "papayawhip",
|
|
2602
|
-
"type": {
|
|
2603
|
-
"names": [
|
|
2604
|
-
"string"
|
|
2605
|
-
]
|
|
2606
|
-
}
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"name": "peachpuff",
|
|
2610
|
-
"type": {
|
|
2611
|
-
"names": [
|
|
2612
|
-
"string"
|
|
2613
|
-
]
|
|
2614
|
-
}
|
|
2615
|
-
},
|
|
2616
|
-
{
|
|
2617
|
-
"name": "peru",
|
|
2618
|
-
"type": {
|
|
2619
|
-
"names": [
|
|
2620
|
-
"string"
|
|
2621
|
-
]
|
|
2622
|
-
}
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"name": "pink",
|
|
2626
|
-
"type": {
|
|
2627
|
-
"names": [
|
|
2628
|
-
"string"
|
|
2629
|
-
]
|
|
2630
|
-
}
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"name": "plum",
|
|
2634
|
-
"type": {
|
|
2635
|
-
"names": [
|
|
2636
|
-
"string"
|
|
2637
|
-
]
|
|
2638
|
-
}
|
|
2639
|
-
},
|
|
2640
|
-
{
|
|
2641
|
-
"name": "powderblue",
|
|
2642
|
-
"type": {
|
|
2643
|
-
"names": [
|
|
2644
|
-
"string"
|
|
2645
|
-
]
|
|
2646
|
-
}
|
|
2647
|
-
},
|
|
2648
|
-
{
|
|
2649
|
-
"name": "purple",
|
|
2650
|
-
"type": {
|
|
2651
|
-
"names": [
|
|
2652
|
-
"string"
|
|
2653
|
-
]
|
|
2654
|
-
}
|
|
2655
|
-
},
|
|
2656
|
-
{
|
|
2657
|
-
"name": "rebeccapurple",
|
|
2658
|
-
"type": {
|
|
2659
|
-
"names": [
|
|
2660
|
-
"string"
|
|
2661
|
-
]
|
|
2662
|
-
}
|
|
2663
|
-
},
|
|
2664
|
-
{
|
|
2665
|
-
"name": "red",
|
|
2666
|
-
"type": {
|
|
2667
|
-
"names": [
|
|
2668
|
-
"string"
|
|
2669
|
-
]
|
|
2670
|
-
}
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"name": "rosybrown",
|
|
2674
|
-
"type": {
|
|
2675
|
-
"names": [
|
|
2676
|
-
"string"
|
|
2677
|
-
]
|
|
2678
|
-
}
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"name": "royalblue",
|
|
2682
|
-
"type": {
|
|
2683
|
-
"names": [
|
|
2684
|
-
"string"
|
|
2685
|
-
]
|
|
2686
|
-
}
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
"name": "saddlebrown",
|
|
2690
|
-
"type": {
|
|
2691
|
-
"names": [
|
|
2692
|
-
"string"
|
|
2693
|
-
]
|
|
2694
|
-
}
|
|
2695
|
-
},
|
|
2696
|
-
{
|
|
2697
|
-
"name": "salmon",
|
|
2698
|
-
"type": {
|
|
2699
|
-
"names": [
|
|
2700
|
-
"string"
|
|
2701
|
-
]
|
|
2702
|
-
}
|
|
2703
|
-
},
|
|
2704
|
-
{
|
|
2705
|
-
"name": "sandybrown",
|
|
2706
|
-
"type": {
|
|
2707
|
-
"names": [
|
|
2708
|
-
"string"
|
|
2709
|
-
]
|
|
2710
|
-
}
|
|
2711
|
-
},
|
|
2712
|
-
{
|
|
2713
|
-
"name": "seagreen",
|
|
2714
|
-
"type": {
|
|
2715
|
-
"names": [
|
|
2716
|
-
"string"
|
|
2717
|
-
]
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"name": "seashell",
|
|
2722
|
-
"type": {
|
|
2723
|
-
"names": [
|
|
2724
|
-
"string"
|
|
2725
|
-
]
|
|
2726
|
-
}
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
"name": "sienna",
|
|
2730
|
-
"type": {
|
|
2731
|
-
"names": [
|
|
2732
|
-
"string"
|
|
2733
|
-
]
|
|
2734
|
-
}
|
|
2735
|
-
},
|
|
2736
|
-
{
|
|
2737
|
-
"name": "silver",
|
|
2738
|
-
"type": {
|
|
2739
|
-
"names": [
|
|
2740
|
-
"string"
|
|
2741
|
-
]
|
|
2742
|
-
}
|
|
2743
|
-
},
|
|
2744
|
-
{
|
|
2745
|
-
"name": "skyblue",
|
|
2746
|
-
"type": {
|
|
2747
|
-
"names": [
|
|
2748
|
-
"string"
|
|
2749
|
-
]
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"name": "slateblue",
|
|
2754
|
-
"type": {
|
|
2755
|
-
"names": [
|
|
2756
|
-
"string"
|
|
2757
|
-
]
|
|
2758
|
-
}
|
|
2759
|
-
},
|
|
2760
|
-
{
|
|
2761
|
-
"name": "slategray",
|
|
2762
|
-
"type": {
|
|
2763
|
-
"names": [
|
|
2764
|
-
"string"
|
|
2765
|
-
]
|
|
2766
|
-
}
|
|
2767
|
-
},
|
|
2768
|
-
{
|
|
2769
|
-
"name": "slategrey",
|
|
2770
|
-
"type": {
|
|
2771
|
-
"names": [
|
|
2772
|
-
"string"
|
|
2773
|
-
]
|
|
2774
|
-
}
|
|
2775
|
-
},
|
|
2776
|
-
{
|
|
2777
|
-
"name": "snow",
|
|
2778
|
-
"type": {
|
|
2779
|
-
"names": [
|
|
2780
|
-
"string"
|
|
2781
|
-
]
|
|
2782
|
-
}
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"name": "springgreen",
|
|
2786
|
-
"type": {
|
|
2787
|
-
"names": [
|
|
2788
|
-
"string"
|
|
2789
|
-
]
|
|
2790
|
-
}
|
|
2791
|
-
},
|
|
2792
|
-
{
|
|
2793
|
-
"name": "steelblue",
|
|
2794
|
-
"type": {
|
|
2795
|
-
"names": [
|
|
2796
|
-
"string"
|
|
2797
|
-
]
|
|
2798
|
-
}
|
|
2799
|
-
},
|
|
2800
|
-
{
|
|
2801
|
-
"name": "tan",
|
|
2802
|
-
"type": {
|
|
2803
|
-
"names": [
|
|
2804
|
-
"string"
|
|
2805
|
-
]
|
|
2806
|
-
}
|
|
2807
|
-
},
|
|
2808
|
-
{
|
|
2809
|
-
"name": "teal",
|
|
2810
|
-
"type": {
|
|
2811
|
-
"names": [
|
|
2812
|
-
"string"
|
|
2813
|
-
]
|
|
2814
|
-
}
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"name": "thistle",
|
|
2818
|
-
"type": {
|
|
2819
|
-
"names": [
|
|
2820
|
-
"string"
|
|
2821
|
-
]
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "tomato",
|
|
2826
|
-
"type": {
|
|
2827
|
-
"names": [
|
|
2828
|
-
"string"
|
|
2829
|
-
]
|
|
2830
|
-
}
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
"name": "turquoise",
|
|
2834
|
-
"type": {
|
|
2835
|
-
"names": [
|
|
2836
|
-
"string"
|
|
2837
|
-
]
|
|
2838
|
-
}
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"name": "violet",
|
|
2842
|
-
"type": {
|
|
2843
|
-
"names": [
|
|
2844
|
-
"string"
|
|
2845
|
-
]
|
|
2846
|
-
}
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"name": "wheat",
|
|
2850
|
-
"type": {
|
|
2851
|
-
"names": [
|
|
2852
|
-
"string"
|
|
2853
|
-
]
|
|
2854
|
-
}
|
|
2855
|
-
},
|
|
2856
|
-
{
|
|
2857
|
-
"name": "white",
|
|
2858
|
-
"type": {
|
|
2859
|
-
"names": [
|
|
2860
|
-
"string"
|
|
2861
|
-
]
|
|
2862
|
-
}
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"name": "whitesmoke",
|
|
2866
|
-
"type": {
|
|
2867
|
-
"names": [
|
|
2868
|
-
"string"
|
|
2869
|
-
]
|
|
2870
|
-
}
|
|
2871
|
-
},
|
|
2872
|
-
{
|
|
2873
|
-
"name": "yellow",
|
|
2874
|
-
"type": {
|
|
2875
|
-
"names": [
|
|
2876
|
-
"string"
|
|
2877
|
-
]
|
|
2878
|
-
}
|
|
2879
|
-
},
|
|
2880
|
-
{
|
|
2881
|
-
"name": "yellowgreen",
|
|
2882
|
-
"type": {
|
|
2883
|
-
"names": [
|
|
2884
|
-
"string"
|
|
2885
|
-
]
|
|
2886
|
-
}
|
|
2887
|
-
},
|
|
2888
|
-
{
|
|
2889
|
-
"name": "ActiveBorder",
|
|
2890
|
-
"type": {
|
|
2891
|
-
"names": [
|
|
2892
|
-
"string"
|
|
2893
|
-
]
|
|
2894
|
-
}
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"name": "ActiveCaption",
|
|
2898
|
-
"type": {
|
|
2899
|
-
"names": [
|
|
2900
|
-
"string"
|
|
2901
|
-
]
|
|
2902
|
-
}
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
"name": "AppWorkspace",
|
|
2906
|
-
"type": {
|
|
2907
|
-
"names": [
|
|
2908
|
-
"string"
|
|
2909
|
-
]
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
{
|
|
2913
|
-
"name": "Background",
|
|
2914
|
-
"type": {
|
|
2915
|
-
"names": [
|
|
2916
|
-
"string"
|
|
2917
|
-
]
|
|
2918
|
-
}
|
|
2919
|
-
},
|
|
2920
|
-
{
|
|
2921
|
-
"name": "ButtonFace",
|
|
2922
|
-
"type": {
|
|
2923
|
-
"names": [
|
|
2924
|
-
"string"
|
|
2925
|
-
]
|
|
2926
|
-
}
|
|
2927
|
-
},
|
|
2928
|
-
{
|
|
2929
|
-
"name": "ButtonHighlight",
|
|
2930
|
-
"type": {
|
|
2931
|
-
"names": [
|
|
2932
|
-
"string"
|
|
2933
|
-
]
|
|
2934
|
-
}
|
|
2935
|
-
},
|
|
2936
|
-
{
|
|
2937
|
-
"name": "ButtonShadow",
|
|
2938
|
-
"type": {
|
|
2939
|
-
"names": [
|
|
2940
|
-
"string"
|
|
2941
|
-
]
|
|
2942
|
-
}
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"name": "ButtonText",
|
|
2946
|
-
"type": {
|
|
2947
|
-
"names": [
|
|
2948
|
-
"string"
|
|
2949
|
-
]
|
|
2950
|
-
}
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"name": "CaptionText",
|
|
2954
|
-
"type": {
|
|
2955
|
-
"names": [
|
|
2956
|
-
"string"
|
|
2957
|
-
]
|
|
2958
|
-
}
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"name": "GrayText",
|
|
2962
|
-
"type": {
|
|
2963
|
-
"names": [
|
|
2964
|
-
"string"
|
|
2965
|
-
]
|
|
2966
|
-
}
|
|
2967
|
-
},
|
|
2968
|
-
{
|
|
2969
|
-
"name": "Highlight",
|
|
2970
|
-
"type": {
|
|
2971
|
-
"names": [
|
|
2972
|
-
"string"
|
|
2973
|
-
]
|
|
2974
|
-
}
|
|
2975
|
-
},
|
|
2976
|
-
{
|
|
2977
|
-
"name": "HighlightText",
|
|
2978
|
-
"type": {
|
|
2979
|
-
"names": [
|
|
2980
|
-
"string"
|
|
2981
|
-
]
|
|
2982
|
-
}
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"name": "InactiveBorder",
|
|
2986
|
-
"type": {
|
|
2987
|
-
"names": [
|
|
2988
|
-
"string"
|
|
2989
|
-
]
|
|
2990
|
-
}
|
|
2991
|
-
},
|
|
2992
|
-
{
|
|
2993
|
-
"name": "InactiveCaption",
|
|
2994
|
-
"type": {
|
|
2995
|
-
"names": [
|
|
2996
|
-
"string"
|
|
2997
|
-
]
|
|
2998
|
-
}
|
|
2999
|
-
},
|
|
3000
|
-
{
|
|
3001
|
-
"name": "InactiveCaptionText",
|
|
3002
|
-
"type": {
|
|
3003
|
-
"names": [
|
|
3004
|
-
"string"
|
|
3005
|
-
]
|
|
3006
|
-
}
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"name": "InfoBackground",
|
|
3010
|
-
"type": {
|
|
3011
|
-
"names": [
|
|
3012
|
-
"string"
|
|
3013
|
-
]
|
|
3014
|
-
}
|
|
3015
|
-
},
|
|
3016
|
-
{
|
|
3017
|
-
"name": "InfoText",
|
|
3018
|
-
"type": {
|
|
3019
|
-
"names": [
|
|
3020
|
-
"string"
|
|
3021
|
-
]
|
|
3022
|
-
}
|
|
3023
|
-
},
|
|
3024
|
-
{
|
|
3025
|
-
"name": "Menu",
|
|
3026
|
-
"type": {
|
|
3027
|
-
"names": [
|
|
3028
|
-
"string"
|
|
3029
|
-
]
|
|
3030
|
-
}
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"name": "MenuText",
|
|
3034
|
-
"type": {
|
|
3035
|
-
"names": [
|
|
3036
|
-
"string"
|
|
3037
|
-
]
|
|
3038
|
-
}
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"name": "Scrollbar",
|
|
3042
|
-
"type": {
|
|
3043
|
-
"names": [
|
|
3044
|
-
"string"
|
|
3045
|
-
]
|
|
3046
|
-
}
|
|
3047
|
-
},
|
|
3048
|
-
{
|
|
3049
|
-
"name": "ThreeDDarkShadow",
|
|
3050
|
-
"type": {
|
|
3051
|
-
"names": [
|
|
3052
|
-
"string"
|
|
3053
|
-
]
|
|
3054
|
-
}
|
|
3055
|
-
},
|
|
3056
|
-
{
|
|
3057
|
-
"name": "ThreeDFace",
|
|
3058
|
-
"type": {
|
|
3059
|
-
"names": [
|
|
3060
|
-
"string"
|
|
3061
|
-
]
|
|
3062
|
-
}
|
|
3063
|
-
},
|
|
3064
|
-
{
|
|
3065
|
-
"name": "ThreeDHighlight",
|
|
3066
|
-
"type": {
|
|
3067
|
-
"names": [
|
|
3068
|
-
"string"
|
|
3069
|
-
]
|
|
3070
|
-
}
|
|
3071
|
-
},
|
|
3072
|
-
{
|
|
3073
|
-
"name": "ThreeDLightShadow",
|
|
3074
|
-
"type": {
|
|
3075
|
-
"names": [
|
|
3076
|
-
"string"
|
|
3077
|
-
]
|
|
3078
|
-
}
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
"name": "ThreeDShadow",
|
|
3082
|
-
"type": {
|
|
3083
|
-
"names": [
|
|
3084
|
-
"string"
|
|
3085
|
-
]
|
|
3086
|
-
}
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"name": "Window",
|
|
3090
|
-
"type": {
|
|
3091
|
-
"names": [
|
|
3092
|
-
"string"
|
|
3093
|
-
]
|
|
3094
|
-
}
|
|
3095
|
-
},
|
|
3096
|
-
{
|
|
3097
|
-
"name": "WindowFrame",
|
|
3098
|
-
"type": {
|
|
3099
|
-
"names": [
|
|
3100
|
-
"string"
|
|
3101
|
-
]
|
|
3102
|
-
}
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"name": "WindowText",
|
|
3106
|
-
"type": {
|
|
3107
|
-
"names": [
|
|
3108
|
-
"string"
|
|
3109
|
-
]
|
|
3110
|
-
}
|
|
3111
|
-
},
|
|
3112
|
-
{
|
|
3113
|
-
"name": "currentcolor",
|
|
3114
|
-
"type": {
|
|
3115
|
-
"names": [
|
|
3116
|
-
"string"
|
|
3117
|
-
]
|
|
3118
|
-
}
|
|
3119
|
-
}
|
|
3120
|
-
]
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"name": "tickLabel",
|
|
1915
|
+
"description": "The object defining the properties of tick labels of the x axis.",
|
|
1916
|
+
"optional": true,
|
|
1917
|
+
"type": {
|
|
1918
|
+
"names": [
|
|
1919
|
+
"object"
|
|
1920
|
+
]
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "viewportMin",
|
|
1925
|
+
"description": "Specifies the minimum y coordinate of the current viewport for zoom and scroll.\nIf not specified, this value will be the axis min.",
|
|
1926
|
+
"optional": true,
|
|
1927
|
+
"type": {
|
|
1928
|
+
"names": [
|
|
1929
|
+
"number"
|
|
1930
|
+
]
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "viewportMax",
|
|
1935
|
+
"description": "Specifies the maximum y coordinate of the current viewport for zoom and scroll.\nIf not specified, this value will be the axis max.",
|
|
1936
|
+
"optional": true,
|
|
1937
|
+
"type": {
|
|
1938
|
+
"names": [
|
|
1939
|
+
"number"
|
|
1940
|
+
]
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"name": "step",
|
|
1945
|
+
"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.",
|
|
1946
|
+
"optional": true,
|
|
1947
|
+
"type": {
|
|
1948
|
+
"names": [
|
|
1949
|
+
"number"
|
|
1950
|
+
]
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"name": "size",
|
|
1955
|
+
"description": "Defines the size of the axis in terms of ratio of the width (for vertical charts) or height (for horizontal charts).",
|
|
1956
|
+
"optional": true,
|
|
1957
|
+
"type": {
|
|
1958
|
+
"names": [
|
|
1959
|
+
"number"
|
|
1960
|
+
]
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "scale",
|
|
1965
|
+
"description": "Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.",
|
|
1966
|
+
"optional": true,
|
|
1967
|
+
"type": {
|
|
1968
|
+
"names": [
|
|
1969
|
+
"\"linear\"",
|
|
1970
|
+
"\"log\""
|
|
1971
|
+
]
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "title",
|
|
1976
|
+
"description": "The title of the axis.",
|
|
1977
|
+
"optional": true,
|
|
1978
|
+
"type": {
|
|
1979
|
+
"names": [
|
|
1980
|
+
"string"
|
|
1981
|
+
]
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "titleStyle",
|
|
1986
|
+
"description": "The object defining the css properties of the axis title.",
|
|
1987
|
+
"optional": true,
|
|
1988
|
+
"type": {
|
|
1989
|
+
"names": [
|
|
1990
|
+
"object"
|
|
1991
|
+
]
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1994
|
+
]
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"memberof": "oj-c.LineChart",
|
|
1998
|
+
"id": "oj-c.LineChart.PlotArea",
|
|
1999
|
+
"name": "PlotArea",
|
|
2000
|
+
"kind": "typedef",
|
|
2001
|
+
"longname": "oj-c.LineChart.PlotArea",
|
|
2002
|
+
"scope": "static",
|
|
2003
|
+
"description": "",
|
|
2004
|
+
"type": {
|
|
2005
|
+
"names": [
|
|
2006
|
+
"Object"
|
|
2007
|
+
]
|
|
2008
|
+
},
|
|
2009
|
+
"meta": {
|
|
2010
|
+
"filename": "line-chart.tsx",
|
|
2011
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
2012
|
+
},
|
|
2013
|
+
"properties": [
|
|
2014
|
+
{
|
|
2015
|
+
"name": "backgroundColor",
|
|
2016
|
+
"description": "The color of the plot area background.",
|
|
2017
|
+
"optional": true,
|
|
2018
|
+
"type": {
|
|
2019
|
+
"names": [
|
|
2020
|
+
"string"
|
|
2021
|
+
]
|
|
2022
|
+
}
|
|
3121
2023
|
}
|
|
3122
2024
|
]
|
|
3123
2025
|
},
|
|
@@ -3136,7 +2038,7 @@
|
|
|
3136
2038
|
},
|
|
3137
2039
|
"meta": {
|
|
3138
2040
|
"filename": "line-chart.tsx",
|
|
3139
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
2041
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
3140
2042
|
},
|
|
3141
2043
|
"properties": [
|
|
3142
2044
|
{
|
|
@@ -3191,7 +2093,7 @@
|
|
|
3191
2093
|
},
|
|
3192
2094
|
"meta": {
|
|
3193
2095
|
"filename": "line-chart.tsx",
|
|
3194
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
2096
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
3195
2097
|
},
|
|
3196
2098
|
"properties": [
|
|
3197
2099
|
{
|
|
@@ -3273,7 +2175,7 @@
|
|
|
3273
2175
|
},
|
|
3274
2176
|
"meta": {
|
|
3275
2177
|
"filename": "line-chart.tsx",
|
|
3276
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
2178
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
3277
2179
|
},
|
|
3278
2180
|
"properties": [
|
|
3279
2181
|
{
|
|
@@ -3366,11 +2268,12 @@
|
|
|
3366
2268
|
},
|
|
3367
2269
|
"meta": {
|
|
3368
2270
|
"filename": "line-chart.tsx",
|
|
3369
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
2271
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
3370
2272
|
},
|
|
3371
2273
|
"properties": [
|
|
3372
2274
|
{
|
|
3373
2275
|
"name": "items",
|
|
2276
|
+
"description": "The line chart items belonging to this line series.",
|
|
3374
2277
|
"optional": false,
|
|
3375
2278
|
"type": {
|
|
3376
2279
|
"names": [
|
|
@@ -3400,7 +2303,7 @@
|
|
|
3400
2303
|
},
|
|
3401
2304
|
{
|
|
3402
2305
|
"name": "groupId",
|
|
3403
|
-
"description": "The array of
|
|
2306
|
+
"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.",
|
|
3404
2307
|
"optional": false,
|
|
3405
2308
|
"type": {
|
|
3406
2309
|
"names": [
|
|
@@ -3418,6 +2321,16 @@
|
|
|
3418
2321
|
]
|
|
3419
2322
|
}
|
|
3420
2323
|
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "x",
|
|
2326
|
+
"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.",
|
|
2327
|
+
"optional": true,
|
|
2328
|
+
"type": {
|
|
2329
|
+
"names": [
|
|
2330
|
+
"string"
|
|
2331
|
+
]
|
|
2332
|
+
}
|
|
2333
|
+
},
|
|
3421
2334
|
{
|
|
3422
2335
|
"name": "color",
|
|
3423
2336
|
"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.",
|
|
@@ -3492,7 +2405,7 @@
|
|
|
3492
2405
|
},
|
|
3493
2406
|
{
|
|
3494
2407
|
"name": "shortDesc",
|
|
3495
|
-
"description": "
|
|
2408
|
+
"description": "The description of this object. This is used for accessibility and also for customizing the tooltip text.",
|
|
3496
2409
|
"optional": true,
|
|
3497
2410
|
"type": {
|
|
3498
2411
|
"names": [
|
|
@@ -3652,7 +2565,7 @@
|
|
|
3652
2565
|
},
|
|
3653
2566
|
"meta": {
|
|
3654
2567
|
"filename": "line-chart.tsx",
|
|
3655
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
2568
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
3656
2569
|
},
|
|
3657
2570
|
"properties": [
|
|
3658
2571
|
{
|
|
@@ -3719,7 +2632,7 @@
|
|
|
3719
2632
|
},
|
|
3720
2633
|
"meta": {
|
|
3721
2634
|
"filename": "line-chart.tsx",
|
|
3722
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
2635
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
|
|
3723
2636
|
},
|
|
3724
2637
|
"properties": [
|
|
3725
2638
|
{
|