@oracle/oraclejet-core-pack 17.0.4 → 17.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 +1 -1
- package/oj-c/AreaChart.json +270 -178
- package/oj-c/Button.json +1 -1
- package/oj-c/ButtonsetMultiple.json +8 -8
- package/oj-c/ButtonsetSingle.json +8 -8
- package/oj-c/CardView.json +25 -12
- package/oj-c/Checkbox.json +4 -4
- package/oj-c/Checkboxset.json +92 -7
- package/oj-c/Collapsible.json +8 -8
- package/oj-c/ConveyorBelt.json +67 -5
- package/oj-c/DatePicker.json +96 -3
- package/oj-c/FilePicker.json +6 -6
- package/oj-c/FormControlWrapper/FormControlWrapper.js +54 -0
- package/oj-c/FormControlWrapper/index.js +6 -0
- package/oj-c/InputDateMask.json +16 -5
- package/oj-c/InputDatePicker.json +115 -58
- package/oj-c/InputDateText.json +62 -51
- package/oj-c/InputMonthMask.json +67 -149
- package/oj-c/InputNumber.json +25 -4
- package/oj-c/InputPassword.json +12 -1
- package/oj-c/InputSensitiveText.json +16 -5
- package/oj-c/InputText.json +23 -2
- package/oj-c/Legend.json +358 -321
- package/oj-c/LegendSection.json +1 -1
- package/oj-c/LineChart.json +270 -178
- package/oj-c/ListItemLayout.json +20 -0
- package/oj-c/ListView.json +84 -62
- package/oj-c/MenuButton.json +432 -4
- package/oj-c/MessageBanner.json +20 -17
- package/oj-c/MessageToast.json +21 -18
- package/oj-c/MeterBar.json +1627 -35
- package/oj-c/MeterCircle.json +1579 -6
- package/oj-c/Popup.json +56 -1
- package/oj-c/ProgressButton.json +567 -0
- package/oj-c/Radioset.json +92 -7
- package/oj-c/RatingGauge.json +2 -2
- package/oj-c/SelectMultiple.json +156 -10
- package/oj-c/SelectSingle.json +140 -11
- package/oj-c/SelectionCard.json +1 -2
- package/oj-c/Selector.json +11 -1
- package/oj-c/SelectorAll.json +11 -1
- package/oj-c/SplitMenuButton.json +161 -327
- package/oj-c/TabBar.json +169 -12
- package/oj-c/TabBarMixed.json +14 -14
- package/oj-c/Table.json +2117 -0
- package/oj-c/TagCloud.json +114 -8
- package/oj-c/TextArea.json +23 -2
- package/oj-c/action-card/component.json +4 -4
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +2 -2
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +1 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +6 -5
- package/oj-c/area-chart/component.json +30 -5
- package/oj-c/area-chart-group/component.json +2 -2
- package/oj-c/area-chart-item/component.json +2 -2
- package/oj-c/area-chart-series/component.json +2 -2
- package/oj-c/avatar/component.json +3 -3
- package/oj-c/button/component.json +4 -4
- package/oj-c/buttonset-multiple/component.json +4 -4
- package/oj-c/buttonset-single/component.json +4 -4
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js +5 -13
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -1
- package/oj-c/card-view/card-view.js +7 -4
- package/oj-c/card-view/component.json +3 -3
- package/oj-c/checkbox/checkbox.js +1 -17
- package/oj-c/checkbox/component.json +3 -3
- package/oj-c/checkbox/useCheckboxPreact.js +26 -13
- package/oj-c/checkboxset/component.json +3 -3
- package/oj-c/checkboxset/useCheckboxsetPreact.js +17 -13
- package/oj-c/collapsible/component.json +3 -3
- package/oj-c/component.json +13 -5
- package/oj-c/conveyor-belt/component.json +3 -3
- package/oj-c/corepackbundle.js +1474 -315
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.d.ts +7 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +9 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -1
- package/oj-c/date-picker/component.json +26 -5
- package/oj-c/date-picker/date-picker.js +3 -3
- package/oj-c/drag-handle/component.json +3 -3
- package/oj-c/drawer-layout/component.json +3 -3
- package/oj-c/drawer-popup/component.json +3 -3
- package/oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +3 -3
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/editable-value/UNSAFE_useValue/useValue.js +3 -3
- package/oj-c/editable-value/utils/utils.js +13 -1
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +20 -10
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
- package/oj-c/file-picker/component.json +3 -3
- package/oj-c/form-layout/component.json +3 -3
- package/oj-c/highlight-text/component.json +3 -3
- package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +36 -18
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +10 -6
- package/oj-c/input-date-mask/component.json +3 -3
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +7 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +9 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -1
- package/oj-c/input-date-picker/component.json +29 -5
- package/oj-c/input-date-picker/input-date-picker.js +3 -2
- package/oj-c/input-date-picker/useInputDatePicker.js +2 -1
- package/oj-c/input-date-text/component.json +3 -3
- package/oj-c/input-month-mask/component.json +3 -3
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +1 -1
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +1 -1
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
- package/oj-c/input-number/component.json +6 -6
- package/oj-c/input-number/useNumberInputTextPreact.js +3 -2
- package/oj-c/input-password/component.json +3 -3
- package/oj-c/input-password/useInputPasswordPreact.js +14 -11
- package/oj-c/input-sensitive-text/component.json +3 -3
- package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +14 -11
- package/oj-c/input-text/component.json +3 -3
- package/oj-c/input-text/useInputTextPreact.js +4 -3
- package/oj-c/labelled-link/component.json +3 -3
- package/oj-c/legend/__webdriver__/LegendWebElementBase.d.ts +1 -1
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js +1 -1
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js.map +1 -1
- package/oj-c/legend/component.json +14 -3
- package/oj-c/legend/legend.js +5 -1
- package/oj-c/legend-item/component.json +2 -2
- package/oj-c/legend-section/component.json +2 -3
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +2 -2
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +30 -5
- package/oj-c/line-chart/line-chart.js +6 -5
- package/oj-c/line-chart-group/component.json +2 -2
- package/oj-c/line-chart-item/component.json +2 -2
- package/oj-c/line-chart-series/component.json +2 -2
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.d.ts +7 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +9 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js.map +1 -1
- package/oj-c/list-item-layout/component.json +13 -3
- package/oj-c/list-item-layout/list-item-layout.js +4 -4
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js +4 -13
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
- package/oj-c/list-view/component.json +6 -3
- package/oj-c/list-view/list-view-styles.css +4 -0
- package/oj-c/list-view/list-view.js +9 -5
- package/oj-c/list-view/useHandleRemoveCurrentKey.js +13 -7
- package/oj-c/list-view/useListViewPreact.js +10 -6
- package/oj-c/menu-button/component.json +50 -5
- package/oj-c/message-banner/component.json +3 -3
- package/oj-c/message-toast/component.json +3 -3
- package/oj-c/metadata/allComponents.json +1967 -319
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.d.ts +33 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +9 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js.map +1 -1
- package/oj-c/meter-bar/component.json +215 -3
- package/oj-c/meter-bar/meter-bar.js +7 -5
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.d.ts +26 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js.map +1 -1
- package/oj-c/meter-circle/component.json +209 -3
- package/oj-c/meter-circle/meter-circle.js +5 -3
- package/oj-c/min/FormControlWrapper/FormControlWrapper.js +54 -0
- package/oj-c/min/FormControlWrapper/index.js +6 -0
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/card-view.js +1 -1
- package/oj-c/min/card-view.js.map +1 -1
- package/oj-c/min/checkbox.js +1 -1
- package/oj-c/min/checkbox.js.map +1 -1
- package/oj-c/min/checkboxset.js +1 -1
- package/oj-c/min/checkboxset.js.map +1 -1
- package/oj-c/min/corepackbundle.css +54 -1
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/date-picker.js +1 -1
- package/oj-c/min/date-picker.js.map +1 -1
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +3 -3
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.js +3 -3
- package/oj-c/min/editable-value/utils/utils.js +13 -1
- package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +36 -18
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +10 -6
- 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-date-picker.js +2 -2
- package/oj-c/min/input-date-picker.js.map +1 -1
- package/oj-c/min/input-date-text.js +1 -1
- package/oj-c/min/input-date-text.js.map +1 -1
- package/oj-c/min/input-month-mask.js +1 -1
- package/oj-c/min/input-month-mask.js.map +1 -1
- package/oj-c/min/input-number.js +1 -1
- package/oj-c/min/input-number.js.map +1 -1
- package/oj-c/min/input-password.js +1 -1
- package/oj-c/min/input-password.js.map +1 -1
- package/oj-c/min/input-sensitive-text.js +1 -1
- package/oj-c/min/input-sensitive-text.js.map +1 -1
- package/oj-c/min/input-text.js +1 -1
- package/oj-c/min/input-text.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.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-item-layout.js +1 -1
- package/oj-c/min/list-item-layout.js.map +1 -1
- package/oj-c/min/list-view/list-view-styles.css +4 -0
- 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/meter-bar.js +1 -1
- package/oj-c/min/meter-bar.js.map +1 -1
- package/oj-c/min/meter-circle.js +1 -1
- package/oj-c/min/meter-circle.js.map +1 -1
- package/oj-c/min/progress-button/progress-button-styles.css +12 -0
- package/oj-c/min/progress-button.js +2 -0
- package/oj-c/min/progress-button.js.map +1 -0
- package/oj-c/min/radioset.js +1 -1
- package/oj-c/min/radioset.js.map +1 -1
- package/oj-c/min/rating-gauge.js +1 -1
- package/oj-c/min/rating-gauge.js.map +1 -1
- package/oj-c/min/select-common/PRIVATE_DebouncingDataProviderView/Debouncer.js +78 -0
- package/oj-c/min/select-common/PRIVATE_DebouncingDataProviderView/DebouncingDataProviderView.js +92 -0
- package/oj-c/min/select-common/PRIVATE_useCache/index.js +6 -0
- package/oj-c/min/select-common/PRIVATE_useCache/useCache.js +30 -0
- package/oj-c/min/select-common/PRIVATE_useSelectData/CollectionTemplateDataProviderView.js +208 -0
- package/oj-c/min/select-common/PRIVATE_useSelectData/index.js +7 -0
- package/oj-c/min/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +98 -0
- package/oj-c/min/select-common/PRIVATE_useSelectData/useSelectData.js +24 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +13 -4
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +10 -6
- 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.js +1 -1
- package/oj-c/min/selector.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.js +1 -1
- package/oj-c/min/tab-bar-mixed.js.map +1 -1
- package/oj-c/min/tab-bar.js +1 -1
- package/oj-c/min/tab-bar.js.map +1 -1
- package/oj-c/min/table/table-styles.css +39 -0
- package/oj-c/min/table.js +2 -0
- package/oj-c/min/table.js.map +1 -0
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/text-area.js +1 -1
- package/oj-c/min/text-area.js.map +1 -1
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +2 -2
- package/oj-c/popup/component.json +3 -3
- package/oj-c/progress-bar/component.json +3 -3
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.d.ts +16 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js +29 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js.map +1 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.d.ts +72 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js +95 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js.map +1 -0
- package/oj-c/progress-button/__webdriver__/index.d.ts +17 -0
- package/oj-c/progress-button/__webdriver__/index.js +34 -0
- package/oj-c/progress-button/__webdriver__/index.js.map +1 -0
- package/oj-c/progress-button/component.json +258 -0
- package/oj-c/progress-button/index.js +6 -0
- package/oj-c/progress-button/progress-button-styles.css +12 -0
- package/oj-c/progress-button/progress-button.js +50 -0
- package/oj-c/progress-button.js +6 -0
- package/oj-c/progress-circle/component.json +3 -3
- package/oj-c/radioset/component.json +3 -3
- package/oj-c/radioset/useRadiosetPreact.js +9 -5
- package/oj-c/rating-gauge/component.json +3 -3
- package/oj-c/rating-gauge/rating-gauge.js +11 -3
- package/oj-c/select-common/PRIVATE_DebouncingDataProviderView/Debouncer.js +78 -0
- package/oj-c/select-common/PRIVATE_DebouncingDataProviderView/DebouncingDataProviderView.js +92 -0
- package/oj-c/select-common/PRIVATE_useCache/index.js +6 -0
- package/oj-c/select-common/PRIVATE_useCache/useCache.js +30 -0
- package/oj-c/select-common/PRIVATE_useSelectData/CollectionTemplateDataProviderView.js +208 -0
- package/oj-c/select-common/PRIVATE_useSelectData/index.js +7 -0
- package/oj-c/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +98 -0
- package/oj-c/select-common/PRIVATE_useSelectData/useSelectData.js +24 -0
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +13 -4
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +10 -6
- package/oj-c/select-multiple/component.json +101 -67
- package/oj-c/select-multiple/select-multiple.js +2 -2
- package/oj-c/select-multiple/useSelectMultiplePreact.js +68 -27
- package/oj-c/select-single/component.json +37 -3
- package/oj-c/select-single/select-single.js +2 -2
- package/oj-c/select-single/useSelectSinglePreact.js +50 -18
- package/oj-c/selection-card/component.json +3 -3
- package/oj-c/selector/component.json +3 -3
- package/oj-c/selector/selector.js +2 -2
- package/oj-c/selector-all/component.json +3 -3
- package/oj-c/split-menu-button/component.json +21 -4
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.d.ts +29 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +89 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -1
- package/oj-c/tab-bar/component.json +13 -3
- package/oj-c/tab-bar/tab-bar.js +10 -4
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -1
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +15 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +36 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -1
- package/oj-c/tab-bar-mixed/component.json +3 -3
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +2 -2
- package/oj-c/table/__webdriver__/TableWebElement.d.ts +106 -0
- package/oj-c/table/__webdriver__/TableWebElement.js +166 -0
- package/oj-c/table/__webdriver__/TableWebElement.js.map +1 -0
- package/oj-c/table/__webdriver__/TableWebElementBase.d.ts +153 -0
- package/oj-c/table/__webdriver__/TableWebElementBase.js +158 -0
- package/oj-c/table/__webdriver__/TableWebElementBase.js.map +1 -0
- package/oj-c/table/__webdriver__/index.d.ts +17 -0
- package/oj-c/table/__webdriver__/index.js +34 -0
- package/oj-c/table/__webdriver__/index.js.map +1 -0
- package/oj-c/table/component.json +703 -0
- package/oj-c/table/index.js +6 -0
- package/oj-c/table/table-styles.css +39 -0
- package/oj-c/table/table.js +353 -0
- package/oj-c/table.js +6 -0
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.d.ts +1 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js +1 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js.map +1 -1
- package/oj-c/tag-cloud/component.json +14 -3
- package/oj-c/tag-cloud/tag-cloud.js +4 -1
- package/oj-c/tag-cloud-item/component.json +2 -2
- package/oj-c/text-area/component.json +3 -3
- package/oj-c/text-area/useTextAreaAutosizePreact.js +2 -2
- package/oj-c/text-area/useTextAreaPreact.js +2 -2
- package/oj-c/toggle-button/component.json +3 -3
- package/oj-c/types/FormControlWrapper/FormControlWrapper.d.ts +36 -0
- package/oj-c/types/FormControlWrapper/index.d.ts +2 -0
- package/oj-c/types/checkbox/checkbox.d.ts +2 -1
- package/oj-c/types/checkbox/useCheckboxPreact.d.ts +3 -6
- package/oj-c/types/checkboxset/checkboxset.d.ts +3 -2
- package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +3 -6
- package/oj-c/types/date-picker/date-picker.d.ts +6 -0
- package/oj-c/types/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +3 -2
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +1 -1
- package/oj-c/types/editable-value/utils/utils.d.ts +2 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +3 -1
- package/oj-c/types/hooks/UNSAFE_useListData/useListData.d.ts +2 -1
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +2 -1
- package/oj-c/types/input-date-picker/input-date-picker.d.ts +8 -2
- package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +1 -0
- package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +1 -1
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +2 -1
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +1 -1
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +2 -4
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +2 -1
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +2 -4
- package/oj-c/types/input-text/useInputTextPreact.d.ts +1 -1
- package/oj-c/types/legend-section/legend-section.d.ts +2 -2
- package/oj-c/types/list-item-layout/list-item-layout.d.ts +5 -0
- package/oj-c/types/list-view/list-view.d.ts +6 -4
- package/oj-c/types/list-view/useHandleRemoveCurrentKey.d.ts +4 -2
- package/oj-c/types/list-view/useListViewPreact.d.ts +1 -1
- package/oj-c/types/meter-bar/meter-bar.d.ts +6 -1
- package/oj-c/types/meter-circle/meter-circle.d.ts +1 -1
- package/oj-c/types/progress-button/index.d.ts +2 -0
- package/oj-c/types/progress-button/progress-button.d.ts +101 -0
- package/oj-c/types/radioset/radioset.d.ts +3 -2
- package/oj-c/types/radioset/useRadiosetPreact.d.ts +3 -6
- package/oj-c/types/rating-gauge/rating-gauge.d.ts +1 -1
- package/oj-c/types/select-common/PRIVATE_DebouncingDataProviderView/Debouncer.d.ts +11 -0
- package/oj-c/types/select-common/PRIVATE_DebouncingDataProviderView/DebouncingDataProviderView.d.ts +16 -0
- package/oj-c/types/select-common/PRIVATE_useCache/index.d.ts +1 -0
- package/oj-c/types/select-common/PRIVATE_useCache/useCache.d.ts +1 -0
- package/oj-c/types/select-common/PRIVATE_useSelectData/CollectionTemplateDataProviderView.d.ts +43 -0
- package/oj-c/types/select-common/PRIVATE_useSelectData/index.d.ts +2 -0
- package/oj-c/types/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.d.ts +15 -0
- package/oj-c/types/select-common/PRIVATE_useSelectData/useSelectData.d.ts +15 -0
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +4 -4
- package/oj-c/types/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.d.ts +2 -1
- package/oj-c/types/select-multiple/select-multiple.d.ts +26 -9
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +28 -36
- package/oj-c/types/select-single/select-single.d.ts +26 -8
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +30 -53
- package/oj-c/types/tab-bar/tab-bar.d.ts +1 -0
- package/oj-c/types/table/index.d.ts +2 -0
- package/oj-c/types/table/table.d.ts +239 -0
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +1 -1
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -1
- package/oj-c/types/utils/UNSAFE_vizTypes/meterTypes.d.ts +2 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +2 -2
- 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/AreaChartWebElement.html +4 -3
- package/webdriver/docs/classes/DatePickerWebElement.html +5 -2
- package/webdriver/docs/classes/InputDatePickerWebElement.html +6 -2
- package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
- package/webdriver/docs/classes/LegendWebElement.html +4 -3
- package/webdriver/docs/classes/LineChartWebElement.html +4 -3
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +6 -2
- package/webdriver/docs/classes/MeterBarWebElement.html +6 -2
- package/webdriver/docs/classes/ProgressButtonWebElement.html +142 -0
- package/webdriver/docs/classes/TabBarMixedWebElement.html +11 -2
- package/webdriver/docs/classes/TabBarWebElement.html +18 -2
- package/webdriver/docs/classes/TableWebElement.html +192 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +4 -3
- package/webdriver/docs/functions/findProgressButton.html +8 -0
- package/webdriver/docs/functions/findTable.html +8 -0
- package/webdriver/docs/modules.html +4 -0
- package/webdriver/index.d.ts +2 -0
- package/webdriver/index.js +2 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +2 -0
package/oj-c/MeterCircle.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"memberof": "oj-c",
|
|
7
7
|
"longname": "oj-c.MeterCircle",
|
|
8
8
|
"kind": "class",
|
|
9
|
-
"classdesc": "<h3 id=\"meterCircleOverview-section\">\n JET meter circle\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#meterCircleOverview-section\"></a>\n</h3>\nA meter circle displays information graphically in a circular bar, highlighting a specific metric value's progress in relation to its min, max and thresholds.\n<pre class=\"prettyprint\"><code><oj-c-meter-circle value='4'></oj-c-meter-circle></code></pre>\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n<p>\nThe application is strongly encouraged, even though it is not required, to populate the aria-label attribute on the element with meaningful descriptors as\nthe oj-c-meter-circle element does not provide a default descriptor.\n</p>\n<p>\nIf an application is using center content with visible text, thresholds, or reference lines, they need to include the information for screender readers using the following methods:\n <ul>\n <li>aria-describedby</li>\n <li>aria-labelledby</li>\n <li>aria-label</li>\n </ul>\n</p>\n<p>\nIf you are using indicatorColor, applications are responsible for making sure that the color meets the\n<a href=\"https://www.w3.org/TR/WCAG21/#contrast-minimum\">minimum contrast ratio</a>.\n</p>\n\n<h3 id=\"keyboardSection\">\n Keyboard\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboardSection\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Enter</kbd></td>\n <td>Submit the current value of the meter circle.</td>\n </tr>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>Move focus to next element and submit the current value of the meter circle.</td>\n </tr>\n <tr>\n <td><kbd>Shift + Tab</kbd></td>\n <td>Move focus to previous element.</td>\n </tr>\n <tr>\n <td><kbd>End</kbd></td>\n <td>Increase the meter circle's transient value to max value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>Home</kbd></td>\n <td>Decrease the meter circle's transient value to zero. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Increase the meter circle's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Decrease the meter circle's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>LeftArrow</kbd></td>\n <td>Decrease the meter circle's transient value in left-to-right locales. Increase the meter circle's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>RightArrow</kbd></td>\n <td>Increase the meter circle's transient value in left-to-right locales. Decrease the meter circle's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"touch-section\">\nTouch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Drag</kbd></td>\n <td>Value change when <code class=\"prettyprint\">readonly</code> is <code class=\"prettyprint\">false</code>.</td>\n </tr>\n </tbody>\n</table>",
|
|
9
|
+
"classdesc": "<h3 id=\"meterCircleOverview-section\">\n JET meter circle\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#meterCircleOverview-section\"></a>\n</h3>\nA meter circle displays information graphically in a circular bar, highlighting a specific metric value's progress in relation to its min, max and thresholds.\n<pre class=\"prettyprint\"><code><oj-c-meter-circle value='4'></oj-c-meter-circle></code></pre>\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n<p>\nThe application is strongly encouraged, even though it is not required, to populate the aria-label attribute on the element with meaningful descriptors as\nthe oj-c-meter-circle element does not provide a default descriptor.\n</p>\n<p>\nIf an application is using center content with visible text, thresholds, or reference lines, they need to include the information for screender readers using the following methods:\n <ul>\n <li>aria-describedby</li>\n <li>aria-labelledby</li>\n <li>aria-label</li>\n <li>datatip</li>\n </ul>\n</p>\n<p>\nIf you are using indicatorColor, applications are responsible for making sure that the color meets the\n<a href=\"https://www.w3.org/TR/WCAG21/#contrast-minimum\">minimum contrast ratio</a>.\n</p>\n\n<h3 id=\"keyboardSection\">\n Keyboard\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboardSection\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Enter</kbd></td>\n <td>Submit the current value of the meter circle.</td>\n </tr>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>Move focus to next element and submit the current value of the meter circle.</td>\n </tr>\n <tr>\n <td><kbd>Shift + Tab</kbd></td>\n <td>Move focus to previous element.</td>\n </tr>\n <tr>\n <td><kbd>End</kbd></td>\n <td>Increase the meter circle's transient value to max value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>Home</kbd></td>\n <td>Decrease the meter circle's transient value to zero. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Increase the meter circle's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Decrease the meter circle's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>LeftArrow</kbd></td>\n <td>Decrease the meter circle's transient value in left-to-right locales. Increase the meter circle's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>RightArrow</kbd></td>\n <td>Increase the meter circle's transient value in left-to-right locales. Decrease the meter circle's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"touch-section\">\nTouch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Drag</kbd></td>\n <td>Value change when <code class=\"prettyprint\">readonly</code> is <code class=\"prettyprint\">false</code>.</td>\n </tr>\n </tbody>\n</table>",
|
|
10
10
|
"scope": "static",
|
|
11
11
|
"tagWithoutBrackets": "oj-c-meter-circle",
|
|
12
12
|
"tagWithBrackets": "<oj-c-meter-circle>",
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
"tstype": [
|
|
470
470
|
{
|
|
471
471
|
"target": "Type",
|
|
472
|
-
"value": "(context: DatatipContext) => string | null",
|
|
472
|
+
"value": "(context: oj-c.MeterCircle.DatatipContext) => string | null",
|
|
473
473
|
"jsdocOverride": true
|
|
474
474
|
}
|
|
475
475
|
]
|
|
@@ -615,8 +615,8 @@
|
|
|
615
615
|
{
|
|
616
616
|
"target": "Type",
|
|
617
617
|
"value": "oj-c.MeterCircle.Bounds",
|
|
618
|
-
"
|
|
619
|
-
"
|
|
618
|
+
"jsdocOverride": true,
|
|
619
|
+
"for": "innerBounds"
|
|
620
620
|
}
|
|
621
621
|
]
|
|
622
622
|
},
|
|
@@ -633,8 +633,8 @@
|
|
|
633
633
|
{
|
|
634
634
|
"target": "Type",
|
|
635
635
|
"value": "oj-c.MeterCircle.Bounds",
|
|
636
|
-
"
|
|
637
|
-
"
|
|
636
|
+
"jsdocOverride": true,
|
|
637
|
+
"for": "outerBounds"
|
|
638
638
|
}
|
|
639
639
|
]
|
|
640
640
|
},
|
|
@@ -704,6 +704,1551 @@
|
|
|
704
704
|
}
|
|
705
705
|
]
|
|
706
706
|
},
|
|
707
|
+
{
|
|
708
|
+
"memberof": "oj-c.MeterCircle",
|
|
709
|
+
"id": "oj-c.MeterCircle.VisTextStyle",
|
|
710
|
+
"name": "VisTextStyle",
|
|
711
|
+
"kind": "typedef",
|
|
712
|
+
"longname": "oj-c.MeterCircle.VisTextStyle",
|
|
713
|
+
"scope": "static",
|
|
714
|
+
"description": "",
|
|
715
|
+
"type": {
|
|
716
|
+
"names": [
|
|
717
|
+
"Object"
|
|
718
|
+
]
|
|
719
|
+
},
|
|
720
|
+
"meta": {
|
|
721
|
+
"filename": "meter-circle.tsx",
|
|
722
|
+
"path": "web/components/oj-c/meter-circle"
|
|
723
|
+
},
|
|
724
|
+
"properties": [
|
|
725
|
+
{
|
|
726
|
+
"name": "color",
|
|
727
|
+
"description": "The color of the text.",
|
|
728
|
+
"optional": true,
|
|
729
|
+
"type": {
|
|
730
|
+
"names": [
|
|
731
|
+
"string"
|
|
732
|
+
]
|
|
733
|
+
},
|
|
734
|
+
"ojvalues": [
|
|
735
|
+
{
|
|
736
|
+
"name": "transparent",
|
|
737
|
+
"type": {
|
|
738
|
+
"names": [
|
|
739
|
+
"string"
|
|
740
|
+
]
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "inherit",
|
|
745
|
+
"type": {
|
|
746
|
+
"names": [
|
|
747
|
+
"string"
|
|
748
|
+
]
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "initial",
|
|
753
|
+
"type": {
|
|
754
|
+
"names": [
|
|
755
|
+
"string"
|
|
756
|
+
]
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "-moz-initial",
|
|
761
|
+
"type": {
|
|
762
|
+
"names": [
|
|
763
|
+
"string"
|
|
764
|
+
]
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "revert",
|
|
769
|
+
"type": {
|
|
770
|
+
"names": [
|
|
771
|
+
"string"
|
|
772
|
+
]
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "revert-layer",
|
|
777
|
+
"type": {
|
|
778
|
+
"names": [
|
|
779
|
+
"string"
|
|
780
|
+
]
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "unset",
|
|
785
|
+
"type": {
|
|
786
|
+
"names": [
|
|
787
|
+
"string"
|
|
788
|
+
]
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "aliceblue",
|
|
793
|
+
"type": {
|
|
794
|
+
"names": [
|
|
795
|
+
"string"
|
|
796
|
+
]
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "antiquewhite",
|
|
801
|
+
"type": {
|
|
802
|
+
"names": [
|
|
803
|
+
"string"
|
|
804
|
+
]
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"name": "aqua",
|
|
809
|
+
"type": {
|
|
810
|
+
"names": [
|
|
811
|
+
"string"
|
|
812
|
+
]
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "aquamarine",
|
|
817
|
+
"type": {
|
|
818
|
+
"names": [
|
|
819
|
+
"string"
|
|
820
|
+
]
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "azure",
|
|
825
|
+
"type": {
|
|
826
|
+
"names": [
|
|
827
|
+
"string"
|
|
828
|
+
]
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "beige",
|
|
833
|
+
"type": {
|
|
834
|
+
"names": [
|
|
835
|
+
"string"
|
|
836
|
+
]
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "bisque",
|
|
841
|
+
"type": {
|
|
842
|
+
"names": [
|
|
843
|
+
"string"
|
|
844
|
+
]
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "black",
|
|
849
|
+
"type": {
|
|
850
|
+
"names": [
|
|
851
|
+
"string"
|
|
852
|
+
]
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "blanchedalmond",
|
|
857
|
+
"type": {
|
|
858
|
+
"names": [
|
|
859
|
+
"string"
|
|
860
|
+
]
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "blue",
|
|
865
|
+
"type": {
|
|
866
|
+
"names": [
|
|
867
|
+
"string"
|
|
868
|
+
]
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "blueviolet",
|
|
873
|
+
"type": {
|
|
874
|
+
"names": [
|
|
875
|
+
"string"
|
|
876
|
+
]
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"name": "brown",
|
|
881
|
+
"type": {
|
|
882
|
+
"names": [
|
|
883
|
+
"string"
|
|
884
|
+
]
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "burlywood",
|
|
889
|
+
"type": {
|
|
890
|
+
"names": [
|
|
891
|
+
"string"
|
|
892
|
+
]
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "cadetblue",
|
|
897
|
+
"type": {
|
|
898
|
+
"names": [
|
|
899
|
+
"string"
|
|
900
|
+
]
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "chartreuse",
|
|
905
|
+
"type": {
|
|
906
|
+
"names": [
|
|
907
|
+
"string"
|
|
908
|
+
]
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "chocolate",
|
|
913
|
+
"type": {
|
|
914
|
+
"names": [
|
|
915
|
+
"string"
|
|
916
|
+
]
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "coral",
|
|
921
|
+
"type": {
|
|
922
|
+
"names": [
|
|
923
|
+
"string"
|
|
924
|
+
]
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "cornflowerblue",
|
|
929
|
+
"type": {
|
|
930
|
+
"names": [
|
|
931
|
+
"string"
|
|
932
|
+
]
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "cornsilk",
|
|
937
|
+
"type": {
|
|
938
|
+
"names": [
|
|
939
|
+
"string"
|
|
940
|
+
]
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "crimson",
|
|
945
|
+
"type": {
|
|
946
|
+
"names": [
|
|
947
|
+
"string"
|
|
948
|
+
]
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "cyan",
|
|
953
|
+
"type": {
|
|
954
|
+
"names": [
|
|
955
|
+
"string"
|
|
956
|
+
]
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "darkblue",
|
|
961
|
+
"type": {
|
|
962
|
+
"names": [
|
|
963
|
+
"string"
|
|
964
|
+
]
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "darkcyan",
|
|
969
|
+
"type": {
|
|
970
|
+
"names": [
|
|
971
|
+
"string"
|
|
972
|
+
]
|
|
973
|
+
}
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "darkgoldenrod",
|
|
977
|
+
"type": {
|
|
978
|
+
"names": [
|
|
979
|
+
"string"
|
|
980
|
+
]
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "darkgray",
|
|
985
|
+
"type": {
|
|
986
|
+
"names": [
|
|
987
|
+
"string"
|
|
988
|
+
]
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "darkgreen",
|
|
993
|
+
"type": {
|
|
994
|
+
"names": [
|
|
995
|
+
"string"
|
|
996
|
+
]
|
|
997
|
+
}
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "darkgrey",
|
|
1001
|
+
"type": {
|
|
1002
|
+
"names": [
|
|
1003
|
+
"string"
|
|
1004
|
+
]
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "darkkhaki",
|
|
1009
|
+
"type": {
|
|
1010
|
+
"names": [
|
|
1011
|
+
"string"
|
|
1012
|
+
]
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"name": "darkmagenta",
|
|
1017
|
+
"type": {
|
|
1018
|
+
"names": [
|
|
1019
|
+
"string"
|
|
1020
|
+
]
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "darkolivegreen",
|
|
1025
|
+
"type": {
|
|
1026
|
+
"names": [
|
|
1027
|
+
"string"
|
|
1028
|
+
]
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "darkorange",
|
|
1033
|
+
"type": {
|
|
1034
|
+
"names": [
|
|
1035
|
+
"string"
|
|
1036
|
+
]
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "darkorchid",
|
|
1041
|
+
"type": {
|
|
1042
|
+
"names": [
|
|
1043
|
+
"string"
|
|
1044
|
+
]
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"name": "darkred",
|
|
1049
|
+
"type": {
|
|
1050
|
+
"names": [
|
|
1051
|
+
"string"
|
|
1052
|
+
]
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "darksalmon",
|
|
1057
|
+
"type": {
|
|
1058
|
+
"names": [
|
|
1059
|
+
"string"
|
|
1060
|
+
]
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "darkseagreen",
|
|
1065
|
+
"type": {
|
|
1066
|
+
"names": [
|
|
1067
|
+
"string"
|
|
1068
|
+
]
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "darkslateblue",
|
|
1073
|
+
"type": {
|
|
1074
|
+
"names": [
|
|
1075
|
+
"string"
|
|
1076
|
+
]
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "darkslategray",
|
|
1081
|
+
"type": {
|
|
1082
|
+
"names": [
|
|
1083
|
+
"string"
|
|
1084
|
+
]
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "darkslategrey",
|
|
1089
|
+
"type": {
|
|
1090
|
+
"names": [
|
|
1091
|
+
"string"
|
|
1092
|
+
]
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "darkturquoise",
|
|
1097
|
+
"type": {
|
|
1098
|
+
"names": [
|
|
1099
|
+
"string"
|
|
1100
|
+
]
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "darkviolet",
|
|
1105
|
+
"type": {
|
|
1106
|
+
"names": [
|
|
1107
|
+
"string"
|
|
1108
|
+
]
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "deeppink",
|
|
1113
|
+
"type": {
|
|
1114
|
+
"names": [
|
|
1115
|
+
"string"
|
|
1116
|
+
]
|
|
1117
|
+
}
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"name": "deepskyblue",
|
|
1121
|
+
"type": {
|
|
1122
|
+
"names": [
|
|
1123
|
+
"string"
|
|
1124
|
+
]
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "dimgray",
|
|
1129
|
+
"type": {
|
|
1130
|
+
"names": [
|
|
1131
|
+
"string"
|
|
1132
|
+
]
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "dimgrey",
|
|
1137
|
+
"type": {
|
|
1138
|
+
"names": [
|
|
1139
|
+
"string"
|
|
1140
|
+
]
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"name": "dodgerblue",
|
|
1145
|
+
"type": {
|
|
1146
|
+
"names": [
|
|
1147
|
+
"string"
|
|
1148
|
+
]
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"name": "firebrick",
|
|
1153
|
+
"type": {
|
|
1154
|
+
"names": [
|
|
1155
|
+
"string"
|
|
1156
|
+
]
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "floralwhite",
|
|
1161
|
+
"type": {
|
|
1162
|
+
"names": [
|
|
1163
|
+
"string"
|
|
1164
|
+
]
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "forestgreen",
|
|
1169
|
+
"type": {
|
|
1170
|
+
"names": [
|
|
1171
|
+
"string"
|
|
1172
|
+
]
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "fuchsia",
|
|
1177
|
+
"type": {
|
|
1178
|
+
"names": [
|
|
1179
|
+
"string"
|
|
1180
|
+
]
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "gainsboro",
|
|
1185
|
+
"type": {
|
|
1186
|
+
"names": [
|
|
1187
|
+
"string"
|
|
1188
|
+
]
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"name": "ghostwhite",
|
|
1193
|
+
"type": {
|
|
1194
|
+
"names": [
|
|
1195
|
+
"string"
|
|
1196
|
+
]
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"name": "gold",
|
|
1201
|
+
"type": {
|
|
1202
|
+
"names": [
|
|
1203
|
+
"string"
|
|
1204
|
+
]
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "goldenrod",
|
|
1209
|
+
"type": {
|
|
1210
|
+
"names": [
|
|
1211
|
+
"string"
|
|
1212
|
+
]
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "gray",
|
|
1217
|
+
"type": {
|
|
1218
|
+
"names": [
|
|
1219
|
+
"string"
|
|
1220
|
+
]
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"name": "green",
|
|
1225
|
+
"type": {
|
|
1226
|
+
"names": [
|
|
1227
|
+
"string"
|
|
1228
|
+
]
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "greenyellow",
|
|
1233
|
+
"type": {
|
|
1234
|
+
"names": [
|
|
1235
|
+
"string"
|
|
1236
|
+
]
|
|
1237
|
+
}
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"name": "grey",
|
|
1241
|
+
"type": {
|
|
1242
|
+
"names": [
|
|
1243
|
+
"string"
|
|
1244
|
+
]
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "honeydew",
|
|
1249
|
+
"type": {
|
|
1250
|
+
"names": [
|
|
1251
|
+
"string"
|
|
1252
|
+
]
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "hotpink",
|
|
1257
|
+
"type": {
|
|
1258
|
+
"names": [
|
|
1259
|
+
"string"
|
|
1260
|
+
]
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "indianred",
|
|
1265
|
+
"type": {
|
|
1266
|
+
"names": [
|
|
1267
|
+
"string"
|
|
1268
|
+
]
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"name": "indigo",
|
|
1273
|
+
"type": {
|
|
1274
|
+
"names": [
|
|
1275
|
+
"string"
|
|
1276
|
+
]
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"name": "ivory",
|
|
1281
|
+
"type": {
|
|
1282
|
+
"names": [
|
|
1283
|
+
"string"
|
|
1284
|
+
]
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "khaki",
|
|
1289
|
+
"type": {
|
|
1290
|
+
"names": [
|
|
1291
|
+
"string"
|
|
1292
|
+
]
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "lavender",
|
|
1297
|
+
"type": {
|
|
1298
|
+
"names": [
|
|
1299
|
+
"string"
|
|
1300
|
+
]
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "lavenderblush",
|
|
1305
|
+
"type": {
|
|
1306
|
+
"names": [
|
|
1307
|
+
"string"
|
|
1308
|
+
]
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "lawngreen",
|
|
1313
|
+
"type": {
|
|
1314
|
+
"names": [
|
|
1315
|
+
"string"
|
|
1316
|
+
]
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "lemonchiffon",
|
|
1321
|
+
"type": {
|
|
1322
|
+
"names": [
|
|
1323
|
+
"string"
|
|
1324
|
+
]
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"name": "lightblue",
|
|
1329
|
+
"type": {
|
|
1330
|
+
"names": [
|
|
1331
|
+
"string"
|
|
1332
|
+
]
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "lightcoral",
|
|
1337
|
+
"type": {
|
|
1338
|
+
"names": [
|
|
1339
|
+
"string"
|
|
1340
|
+
]
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"name": "lightcyan",
|
|
1345
|
+
"type": {
|
|
1346
|
+
"names": [
|
|
1347
|
+
"string"
|
|
1348
|
+
]
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "lightgoldenrodyellow",
|
|
1353
|
+
"type": {
|
|
1354
|
+
"names": [
|
|
1355
|
+
"string"
|
|
1356
|
+
]
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "lightgray",
|
|
1361
|
+
"type": {
|
|
1362
|
+
"names": [
|
|
1363
|
+
"string"
|
|
1364
|
+
]
|
|
1365
|
+
}
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"name": "lightgreen",
|
|
1369
|
+
"type": {
|
|
1370
|
+
"names": [
|
|
1371
|
+
"string"
|
|
1372
|
+
]
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"name": "lightgrey",
|
|
1377
|
+
"type": {
|
|
1378
|
+
"names": [
|
|
1379
|
+
"string"
|
|
1380
|
+
]
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "lightpink",
|
|
1385
|
+
"type": {
|
|
1386
|
+
"names": [
|
|
1387
|
+
"string"
|
|
1388
|
+
]
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "lightsalmon",
|
|
1393
|
+
"type": {
|
|
1394
|
+
"names": [
|
|
1395
|
+
"string"
|
|
1396
|
+
]
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "lightseagreen",
|
|
1401
|
+
"type": {
|
|
1402
|
+
"names": [
|
|
1403
|
+
"string"
|
|
1404
|
+
]
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"name": "lightskyblue",
|
|
1409
|
+
"type": {
|
|
1410
|
+
"names": [
|
|
1411
|
+
"string"
|
|
1412
|
+
]
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "lightslategray",
|
|
1417
|
+
"type": {
|
|
1418
|
+
"names": [
|
|
1419
|
+
"string"
|
|
1420
|
+
]
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"name": "lightslategrey",
|
|
1425
|
+
"type": {
|
|
1426
|
+
"names": [
|
|
1427
|
+
"string"
|
|
1428
|
+
]
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"name": "lightsteelblue",
|
|
1433
|
+
"type": {
|
|
1434
|
+
"names": [
|
|
1435
|
+
"string"
|
|
1436
|
+
]
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"name": "lightyellow",
|
|
1441
|
+
"type": {
|
|
1442
|
+
"names": [
|
|
1443
|
+
"string"
|
|
1444
|
+
]
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"name": "lime",
|
|
1449
|
+
"type": {
|
|
1450
|
+
"names": [
|
|
1451
|
+
"string"
|
|
1452
|
+
]
|
|
1453
|
+
}
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"name": "limegreen",
|
|
1457
|
+
"type": {
|
|
1458
|
+
"names": [
|
|
1459
|
+
"string"
|
|
1460
|
+
]
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "linen",
|
|
1465
|
+
"type": {
|
|
1466
|
+
"names": [
|
|
1467
|
+
"string"
|
|
1468
|
+
]
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "magenta",
|
|
1473
|
+
"type": {
|
|
1474
|
+
"names": [
|
|
1475
|
+
"string"
|
|
1476
|
+
]
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"name": "maroon",
|
|
1481
|
+
"type": {
|
|
1482
|
+
"names": [
|
|
1483
|
+
"string"
|
|
1484
|
+
]
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"name": "mediumaquamarine",
|
|
1489
|
+
"type": {
|
|
1490
|
+
"names": [
|
|
1491
|
+
"string"
|
|
1492
|
+
]
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"name": "mediumblue",
|
|
1497
|
+
"type": {
|
|
1498
|
+
"names": [
|
|
1499
|
+
"string"
|
|
1500
|
+
]
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "mediumorchid",
|
|
1505
|
+
"type": {
|
|
1506
|
+
"names": [
|
|
1507
|
+
"string"
|
|
1508
|
+
]
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"name": "mediumpurple",
|
|
1513
|
+
"type": {
|
|
1514
|
+
"names": [
|
|
1515
|
+
"string"
|
|
1516
|
+
]
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"name": "mediumseagreen",
|
|
1521
|
+
"type": {
|
|
1522
|
+
"names": [
|
|
1523
|
+
"string"
|
|
1524
|
+
]
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"name": "mediumslateblue",
|
|
1529
|
+
"type": {
|
|
1530
|
+
"names": [
|
|
1531
|
+
"string"
|
|
1532
|
+
]
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"name": "mediumspringgreen",
|
|
1537
|
+
"type": {
|
|
1538
|
+
"names": [
|
|
1539
|
+
"string"
|
|
1540
|
+
]
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"name": "mediumturquoise",
|
|
1545
|
+
"type": {
|
|
1546
|
+
"names": [
|
|
1547
|
+
"string"
|
|
1548
|
+
]
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"name": "mediumvioletred",
|
|
1553
|
+
"type": {
|
|
1554
|
+
"names": [
|
|
1555
|
+
"string"
|
|
1556
|
+
]
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"name": "midnightblue",
|
|
1561
|
+
"type": {
|
|
1562
|
+
"names": [
|
|
1563
|
+
"string"
|
|
1564
|
+
]
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "mintcream",
|
|
1569
|
+
"type": {
|
|
1570
|
+
"names": [
|
|
1571
|
+
"string"
|
|
1572
|
+
]
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"name": "mistyrose",
|
|
1577
|
+
"type": {
|
|
1578
|
+
"names": [
|
|
1579
|
+
"string"
|
|
1580
|
+
]
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"name": "moccasin",
|
|
1585
|
+
"type": {
|
|
1586
|
+
"names": [
|
|
1587
|
+
"string"
|
|
1588
|
+
]
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"name": "navajowhite",
|
|
1593
|
+
"type": {
|
|
1594
|
+
"names": [
|
|
1595
|
+
"string"
|
|
1596
|
+
]
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"name": "navy",
|
|
1601
|
+
"type": {
|
|
1602
|
+
"names": [
|
|
1603
|
+
"string"
|
|
1604
|
+
]
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"name": "oldlace",
|
|
1609
|
+
"type": {
|
|
1610
|
+
"names": [
|
|
1611
|
+
"string"
|
|
1612
|
+
]
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"name": "olive",
|
|
1617
|
+
"type": {
|
|
1618
|
+
"names": [
|
|
1619
|
+
"string"
|
|
1620
|
+
]
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"name": "olivedrab",
|
|
1625
|
+
"type": {
|
|
1626
|
+
"names": [
|
|
1627
|
+
"string"
|
|
1628
|
+
]
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "orange",
|
|
1633
|
+
"type": {
|
|
1634
|
+
"names": [
|
|
1635
|
+
"string"
|
|
1636
|
+
]
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"name": "orangered",
|
|
1641
|
+
"type": {
|
|
1642
|
+
"names": [
|
|
1643
|
+
"string"
|
|
1644
|
+
]
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"name": "orchid",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"names": [
|
|
1651
|
+
"string"
|
|
1652
|
+
]
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "palegoldenrod",
|
|
1657
|
+
"type": {
|
|
1658
|
+
"names": [
|
|
1659
|
+
"string"
|
|
1660
|
+
]
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "palegreen",
|
|
1665
|
+
"type": {
|
|
1666
|
+
"names": [
|
|
1667
|
+
"string"
|
|
1668
|
+
]
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"name": "paleturquoise",
|
|
1673
|
+
"type": {
|
|
1674
|
+
"names": [
|
|
1675
|
+
"string"
|
|
1676
|
+
]
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "palevioletred",
|
|
1681
|
+
"type": {
|
|
1682
|
+
"names": [
|
|
1683
|
+
"string"
|
|
1684
|
+
]
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"name": "papayawhip",
|
|
1689
|
+
"type": {
|
|
1690
|
+
"names": [
|
|
1691
|
+
"string"
|
|
1692
|
+
]
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "peachpuff",
|
|
1697
|
+
"type": {
|
|
1698
|
+
"names": [
|
|
1699
|
+
"string"
|
|
1700
|
+
]
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "peru",
|
|
1705
|
+
"type": {
|
|
1706
|
+
"names": [
|
|
1707
|
+
"string"
|
|
1708
|
+
]
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "pink",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"names": [
|
|
1715
|
+
"string"
|
|
1716
|
+
]
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "plum",
|
|
1721
|
+
"type": {
|
|
1722
|
+
"names": [
|
|
1723
|
+
"string"
|
|
1724
|
+
]
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "powderblue",
|
|
1729
|
+
"type": {
|
|
1730
|
+
"names": [
|
|
1731
|
+
"string"
|
|
1732
|
+
]
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "purple",
|
|
1737
|
+
"type": {
|
|
1738
|
+
"names": [
|
|
1739
|
+
"string"
|
|
1740
|
+
]
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "rebeccapurple",
|
|
1745
|
+
"type": {
|
|
1746
|
+
"names": [
|
|
1747
|
+
"string"
|
|
1748
|
+
]
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "red",
|
|
1753
|
+
"type": {
|
|
1754
|
+
"names": [
|
|
1755
|
+
"string"
|
|
1756
|
+
]
|
|
1757
|
+
}
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "rosybrown",
|
|
1761
|
+
"type": {
|
|
1762
|
+
"names": [
|
|
1763
|
+
"string"
|
|
1764
|
+
]
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "royalblue",
|
|
1769
|
+
"type": {
|
|
1770
|
+
"names": [
|
|
1771
|
+
"string"
|
|
1772
|
+
]
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "saddlebrown",
|
|
1777
|
+
"type": {
|
|
1778
|
+
"names": [
|
|
1779
|
+
"string"
|
|
1780
|
+
]
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "salmon",
|
|
1785
|
+
"type": {
|
|
1786
|
+
"names": [
|
|
1787
|
+
"string"
|
|
1788
|
+
]
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"name": "sandybrown",
|
|
1793
|
+
"type": {
|
|
1794
|
+
"names": [
|
|
1795
|
+
"string"
|
|
1796
|
+
]
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"name": "seagreen",
|
|
1801
|
+
"type": {
|
|
1802
|
+
"names": [
|
|
1803
|
+
"string"
|
|
1804
|
+
]
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "seashell",
|
|
1809
|
+
"type": {
|
|
1810
|
+
"names": [
|
|
1811
|
+
"string"
|
|
1812
|
+
]
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"name": "sienna",
|
|
1817
|
+
"type": {
|
|
1818
|
+
"names": [
|
|
1819
|
+
"string"
|
|
1820
|
+
]
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"name": "silver",
|
|
1825
|
+
"type": {
|
|
1826
|
+
"names": [
|
|
1827
|
+
"string"
|
|
1828
|
+
]
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"name": "skyblue",
|
|
1833
|
+
"type": {
|
|
1834
|
+
"names": [
|
|
1835
|
+
"string"
|
|
1836
|
+
]
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"name": "slateblue",
|
|
1841
|
+
"type": {
|
|
1842
|
+
"names": [
|
|
1843
|
+
"string"
|
|
1844
|
+
]
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "slategray",
|
|
1849
|
+
"type": {
|
|
1850
|
+
"names": [
|
|
1851
|
+
"string"
|
|
1852
|
+
]
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"name": "slategrey",
|
|
1857
|
+
"type": {
|
|
1858
|
+
"names": [
|
|
1859
|
+
"string"
|
|
1860
|
+
]
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "snow",
|
|
1865
|
+
"type": {
|
|
1866
|
+
"names": [
|
|
1867
|
+
"string"
|
|
1868
|
+
]
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "springgreen",
|
|
1873
|
+
"type": {
|
|
1874
|
+
"names": [
|
|
1875
|
+
"string"
|
|
1876
|
+
]
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "steelblue",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"names": [
|
|
1883
|
+
"string"
|
|
1884
|
+
]
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "tan",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"names": [
|
|
1891
|
+
"string"
|
|
1892
|
+
]
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "teal",
|
|
1897
|
+
"type": {
|
|
1898
|
+
"names": [
|
|
1899
|
+
"string"
|
|
1900
|
+
]
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "thistle",
|
|
1905
|
+
"type": {
|
|
1906
|
+
"names": [
|
|
1907
|
+
"string"
|
|
1908
|
+
]
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "tomato",
|
|
1913
|
+
"type": {
|
|
1914
|
+
"names": [
|
|
1915
|
+
"string"
|
|
1916
|
+
]
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "turquoise",
|
|
1921
|
+
"type": {
|
|
1922
|
+
"names": [
|
|
1923
|
+
"string"
|
|
1924
|
+
]
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "violet",
|
|
1929
|
+
"type": {
|
|
1930
|
+
"names": [
|
|
1931
|
+
"string"
|
|
1932
|
+
]
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "wheat",
|
|
1937
|
+
"type": {
|
|
1938
|
+
"names": [
|
|
1939
|
+
"string"
|
|
1940
|
+
]
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"name": "white",
|
|
1945
|
+
"type": {
|
|
1946
|
+
"names": [
|
|
1947
|
+
"string"
|
|
1948
|
+
]
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "whitesmoke",
|
|
1953
|
+
"type": {
|
|
1954
|
+
"names": [
|
|
1955
|
+
"string"
|
|
1956
|
+
]
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"name": "yellow",
|
|
1961
|
+
"type": {
|
|
1962
|
+
"names": [
|
|
1963
|
+
"string"
|
|
1964
|
+
]
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"name": "yellowgreen",
|
|
1969
|
+
"type": {
|
|
1970
|
+
"names": [
|
|
1971
|
+
"string"
|
|
1972
|
+
]
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"name": "ActiveBorder",
|
|
1977
|
+
"type": {
|
|
1978
|
+
"names": [
|
|
1979
|
+
"string"
|
|
1980
|
+
]
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"name": "ActiveCaption",
|
|
1985
|
+
"type": {
|
|
1986
|
+
"names": [
|
|
1987
|
+
"string"
|
|
1988
|
+
]
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
"name": "AppWorkspace",
|
|
1993
|
+
"type": {
|
|
1994
|
+
"names": [
|
|
1995
|
+
"string"
|
|
1996
|
+
]
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"name": "Background",
|
|
2001
|
+
"type": {
|
|
2002
|
+
"names": [
|
|
2003
|
+
"string"
|
|
2004
|
+
]
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"name": "ButtonFace",
|
|
2009
|
+
"type": {
|
|
2010
|
+
"names": [
|
|
2011
|
+
"string"
|
|
2012
|
+
]
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "ButtonHighlight",
|
|
2017
|
+
"type": {
|
|
2018
|
+
"names": [
|
|
2019
|
+
"string"
|
|
2020
|
+
]
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"name": "ButtonShadow",
|
|
2025
|
+
"type": {
|
|
2026
|
+
"names": [
|
|
2027
|
+
"string"
|
|
2028
|
+
]
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"name": "ButtonText",
|
|
2033
|
+
"type": {
|
|
2034
|
+
"names": [
|
|
2035
|
+
"string"
|
|
2036
|
+
]
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "CaptionText",
|
|
2041
|
+
"type": {
|
|
2042
|
+
"names": [
|
|
2043
|
+
"string"
|
|
2044
|
+
]
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"name": "GrayText",
|
|
2049
|
+
"type": {
|
|
2050
|
+
"names": [
|
|
2051
|
+
"string"
|
|
2052
|
+
]
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "Highlight",
|
|
2057
|
+
"type": {
|
|
2058
|
+
"names": [
|
|
2059
|
+
"string"
|
|
2060
|
+
]
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "HighlightText",
|
|
2065
|
+
"type": {
|
|
2066
|
+
"names": [
|
|
2067
|
+
"string"
|
|
2068
|
+
]
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "InactiveBorder",
|
|
2073
|
+
"type": {
|
|
2074
|
+
"names": [
|
|
2075
|
+
"string"
|
|
2076
|
+
]
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"name": "InactiveCaption",
|
|
2081
|
+
"type": {
|
|
2082
|
+
"names": [
|
|
2083
|
+
"string"
|
|
2084
|
+
]
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"name": "InactiveCaptionText",
|
|
2089
|
+
"type": {
|
|
2090
|
+
"names": [
|
|
2091
|
+
"string"
|
|
2092
|
+
]
|
|
2093
|
+
}
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"name": "InfoBackground",
|
|
2097
|
+
"type": {
|
|
2098
|
+
"names": [
|
|
2099
|
+
"string"
|
|
2100
|
+
]
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "InfoText",
|
|
2105
|
+
"type": {
|
|
2106
|
+
"names": [
|
|
2107
|
+
"string"
|
|
2108
|
+
]
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "Menu",
|
|
2113
|
+
"type": {
|
|
2114
|
+
"names": [
|
|
2115
|
+
"string"
|
|
2116
|
+
]
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"name": "MenuText",
|
|
2121
|
+
"type": {
|
|
2122
|
+
"names": [
|
|
2123
|
+
"string"
|
|
2124
|
+
]
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"name": "Scrollbar",
|
|
2129
|
+
"type": {
|
|
2130
|
+
"names": [
|
|
2131
|
+
"string"
|
|
2132
|
+
]
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "ThreeDDarkShadow",
|
|
2137
|
+
"type": {
|
|
2138
|
+
"names": [
|
|
2139
|
+
"string"
|
|
2140
|
+
]
|
|
2141
|
+
}
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"name": "ThreeDFace",
|
|
2145
|
+
"type": {
|
|
2146
|
+
"names": [
|
|
2147
|
+
"string"
|
|
2148
|
+
]
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "ThreeDHighlight",
|
|
2153
|
+
"type": {
|
|
2154
|
+
"names": [
|
|
2155
|
+
"string"
|
|
2156
|
+
]
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"name": "ThreeDLightShadow",
|
|
2161
|
+
"type": {
|
|
2162
|
+
"names": [
|
|
2163
|
+
"string"
|
|
2164
|
+
]
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"name": "ThreeDShadow",
|
|
2169
|
+
"type": {
|
|
2170
|
+
"names": [
|
|
2171
|
+
"string"
|
|
2172
|
+
]
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "Window",
|
|
2177
|
+
"type": {
|
|
2178
|
+
"names": [
|
|
2179
|
+
"string"
|
|
2180
|
+
]
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"name": "WindowFrame",
|
|
2185
|
+
"type": {
|
|
2186
|
+
"names": [
|
|
2187
|
+
"string"
|
|
2188
|
+
]
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"name": "WindowText",
|
|
2193
|
+
"type": {
|
|
2194
|
+
"names": [
|
|
2195
|
+
"string"
|
|
2196
|
+
]
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "currentcolor",
|
|
2201
|
+
"type": {
|
|
2202
|
+
"names": [
|
|
2203
|
+
"string"
|
|
2204
|
+
]
|
|
2205
|
+
}
|
|
2206
|
+
}
|
|
2207
|
+
]
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"name": "fontSize",
|
|
2211
|
+
"description": "The font size of the text.",
|
|
2212
|
+
"optional": true,
|
|
2213
|
+
"type": {
|
|
2214
|
+
"names": [
|
|
2215
|
+
"string"
|
|
2216
|
+
]
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"name": "fontWeight",
|
|
2221
|
+
"description": "The font weight of the text.",
|
|
2222
|
+
"optional": true,
|
|
2223
|
+
"type": {
|
|
2224
|
+
"names": [
|
|
2225
|
+
"string"
|
|
2226
|
+
]
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"name": "fontStyle",
|
|
2231
|
+
"description": "The font style of the text.",
|
|
2232
|
+
"optional": true,
|
|
2233
|
+
"type": {
|
|
2234
|
+
"names": [
|
|
2235
|
+
"string"
|
|
2236
|
+
]
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"name": "whiteSpace",
|
|
2241
|
+
"description": "Whether the text wrap is enabled or not.",
|
|
2242
|
+
"optional": true,
|
|
2243
|
+
"type": {
|
|
2244
|
+
"names": [
|
|
2245
|
+
"\"normal\"",
|
|
2246
|
+
"\"nowrap\""
|
|
2247
|
+
]
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
707
2252
|
{
|
|
708
2253
|
"memberof": "oj-c.MeterCircle",
|
|
709
2254
|
"id": "oj-c.MeterCircle.ReferenceLine",
|
|
@@ -770,6 +2315,34 @@
|
|
|
770
2315
|
"number"
|
|
771
2316
|
]
|
|
772
2317
|
}
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "label",
|
|
2321
|
+
"description": "The label for the reference line.",
|
|
2322
|
+
"optional": true,
|
|
2323
|
+
"type": {
|
|
2324
|
+
"names": [
|
|
2325
|
+
"string"
|
|
2326
|
+
]
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"name": "style",
|
|
2331
|
+
"description": "The style of the label for the reference line.",
|
|
2332
|
+
"optional": true,
|
|
2333
|
+
"type": {
|
|
2334
|
+
"names": [
|
|
2335
|
+
"object"
|
|
2336
|
+
]
|
|
2337
|
+
},
|
|
2338
|
+
"tstype": [
|
|
2339
|
+
{
|
|
2340
|
+
"target": "Type",
|
|
2341
|
+
"value": "Omit<oj-c.MeterCircle.VisTextStyle, \"whiteSpace\">",
|
|
2342
|
+
"jsdocOverride": true,
|
|
2343
|
+
"for": "style"
|
|
2344
|
+
}
|
|
2345
|
+
]
|
|
773
2346
|
}
|
|
774
2347
|
]
|
|
775
2348
|
},
|