@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
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oj-c",
|
|
3
|
-
"version": "17.0
|
|
3
|
+
"version": "17.1.0",
|
|
4
4
|
"components": {
|
|
5
5
|
"oj-c-area-chart": {
|
|
6
6
|
"name": "area-chart",
|
|
7
|
-
"version": "17.0
|
|
8
|
-
"jetVersion": "^17.0
|
|
7
|
+
"version": "17.1.0",
|
|
8
|
+
"jetVersion": "^17.1.0",
|
|
9
9
|
"pack": "oj-c",
|
|
10
10
|
"type": "composite",
|
|
11
11
|
"dependencyScope": "runtime",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"description": "An area chart displays information graphically using lines and filled areas, making relationships among the data easier to understand.",
|
|
17
17
|
"displayName": "Area Chart",
|
|
18
18
|
"main": "oj-c/area-chart",
|
|
19
|
-
"help": "oj-c.AreaChart.html",
|
|
19
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.AreaChart.html",
|
|
20
20
|
"status": [
|
|
21
21
|
{
|
|
22
22
|
"type": "candidate",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
41
|
"webelement": {
|
|
42
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
42
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/AreaChartWebElement.html"
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"propertyLayout": [
|
|
@@ -68,7 +68,18 @@
|
|
|
68
68
|
"type": "DataProvider|null",
|
|
69
69
|
"description": "Specifies the DataProvider for the sections and items of the area-chart.",
|
|
70
70
|
"displayName": "Data",
|
|
71
|
-
"help": "#data"
|
|
71
|
+
"help": "#data",
|
|
72
|
+
"extension": {
|
|
73
|
+
"webelement": {
|
|
74
|
+
"exceptionStatus": [
|
|
75
|
+
{
|
|
76
|
+
"type": "deprecated",
|
|
77
|
+
"since": "17.1.0",
|
|
78
|
+
"description": "Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead."
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
}
|
|
72
83
|
},
|
|
73
84
|
"seriesComparator": {
|
|
74
85
|
"type": "function",
|
|
@@ -150,6 +161,20 @@
|
|
|
150
161
|
"description": "The time axis type of the chart x axis.",
|
|
151
162
|
"displayName": "TimeAxisType",
|
|
152
163
|
"help": "#timeAxisType",
|
|
164
|
+
"propertyEditorValues": {
|
|
165
|
+
"enabled": {
|
|
166
|
+
"description": "The regular time axis type. Time values are passed using <a target='_blank' href='oj-c.AreaChartItem.html'>oj-c-area-chart-item</a> group-id attribute.",
|
|
167
|
+
"displayName": "Regular"
|
|
168
|
+
},
|
|
169
|
+
"mixedFrequency": {
|
|
170
|
+
"description": "The mixed frequency time axis type. The mixed frequency time axis type is used when different series have different sampling frequencies. Time values are passed using <a target='_blank' href='oj-c.AreaChartItem.html'>oj-c-area-chart-item</a> x attribute.",
|
|
171
|
+
"displayName": "MixedFrequency"
|
|
172
|
+
},
|
|
173
|
+
"skipGaps": {
|
|
174
|
+
"description": "The regular time axis type. Time values are passed using <a target='_blank' href='oj-c.AreaChartItem.html'>oj-c-area-chart-item</a> group-id attribute. Gap between time values will be ignored.",
|
|
175
|
+
"displayName": "SkipGaps"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
153
178
|
"enumValues": [
|
|
154
179
|
"enabled",
|
|
155
180
|
"mixedFrequency",
|
|
@@ -545,7 +570,7 @@
|
|
|
545
570
|
"displayName": "Tick Label",
|
|
546
571
|
"properties": {
|
|
547
572
|
"converter": {
|
|
548
|
-
"type": "object|",
|
|
573
|
+
"type": "object|Array<object>",
|
|
549
574
|
"description": "The converter to format the axis tick labels.",
|
|
550
575
|
"displayName": "Converter"
|
|
551
576
|
},
|
|
@@ -1796,8 +1821,8 @@
|
|
|
1796
1821
|
},
|
|
1797
1822
|
"oj-c-area-chart-item": {
|
|
1798
1823
|
"name": "area-chart-item",
|
|
1799
|
-
"version": "17.0
|
|
1800
|
-
"jetVersion": "^17.0
|
|
1824
|
+
"version": "17.1.0",
|
|
1825
|
+
"jetVersion": "^17.1.0",
|
|
1801
1826
|
"pack": "oj-c",
|
|
1802
1827
|
"type": "composite",
|
|
1803
1828
|
"dependencyScope": "runtime",
|
|
@@ -1809,7 +1834,7 @@
|
|
|
1809
1834
|
"description": "The oj-c-area-chart-item element is used to declare item properties",
|
|
1810
1835
|
"displayName": "AreaChartItem",
|
|
1811
1836
|
"main": "oj-c/area-chart-item",
|
|
1812
|
-
"help": "oj-c.AreaChartItem.html",
|
|
1837
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.AreaChartItem.html",
|
|
1813
1838
|
"status": [
|
|
1814
1839
|
{
|
|
1815
1840
|
"type": "candidate",
|
|
@@ -1956,8 +1981,8 @@
|
|
|
1956
1981
|
},
|
|
1957
1982
|
"oj-c-area-chart-series": {
|
|
1958
1983
|
"name": "area-chart-series",
|
|
1959
|
-
"version": "17.0
|
|
1960
|
-
"jetVersion": "^17.0
|
|
1984
|
+
"version": "17.1.0",
|
|
1985
|
+
"jetVersion": "^17.1.0",
|
|
1961
1986
|
"pack": "oj-c",
|
|
1962
1987
|
"type": "composite",
|
|
1963
1988
|
"dependencyScope": "runtime",
|
|
@@ -1969,7 +1994,7 @@
|
|
|
1969
1994
|
"description": "The oj-c-area-chart-series element is used to declare series properties in the seriesTemplate",
|
|
1970
1995
|
"displayName": "AreaChartSeries",
|
|
1971
1996
|
"main": "oj-c/area-chart-series",
|
|
1972
|
-
"help": "oj-c.AreaChartSeries.html",
|
|
1997
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.AreaChartSeries.html",
|
|
1973
1998
|
"status": [
|
|
1974
1999
|
{
|
|
1975
2000
|
"type": "candidate",
|
|
@@ -2111,8 +2136,8 @@
|
|
|
2111
2136
|
},
|
|
2112
2137
|
"oj-c-area-chart-group": {
|
|
2113
2138
|
"name": "area-chart-group",
|
|
2114
|
-
"version": "17.0
|
|
2115
|
-
"jetVersion": "^17.0
|
|
2139
|
+
"version": "17.1.0",
|
|
2140
|
+
"jetVersion": "^17.1.0",
|
|
2116
2141
|
"pack": "oj-c",
|
|
2117
2142
|
"type": "composite",
|
|
2118
2143
|
"dependencyScope": "runtime",
|
|
@@ -2124,7 +2149,7 @@
|
|
|
2124
2149
|
"description": "The oj-c-area-chart-group element is used to declare group properties in the groupTemplate",
|
|
2125
2150
|
"displayName": "AreaChartGroup",
|
|
2126
2151
|
"main": "oj-c/area-chart-group",
|
|
2127
|
-
"help": "oj-c.AreaChartGroup.html",
|
|
2152
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.AreaChartGroup.html",
|
|
2128
2153
|
"status": [
|
|
2129
2154
|
{
|
|
2130
2155
|
"type": "candidate",
|
|
@@ -2209,8 +2234,8 @@
|
|
|
2209
2234
|
},
|
|
2210
2235
|
"oj-c-date-picker": {
|
|
2211
2236
|
"name": "date-picker",
|
|
2212
|
-
"version": "17.0
|
|
2213
|
-
"jetVersion": "^17.0
|
|
2237
|
+
"version": "17.1.0",
|
|
2238
|
+
"jetVersion": "^17.1.0",
|
|
2214
2239
|
"pack": "oj-c",
|
|
2215
2240
|
"type": "composite",
|
|
2216
2241
|
"dependencyScope": "runtime",
|
|
@@ -2220,7 +2245,7 @@
|
|
|
2220
2245
|
],
|
|
2221
2246
|
"description": "A DatePicker is a calendar interface that allows users to select a single date.",
|
|
2222
2247
|
"displayName": "DatePicker",
|
|
2223
|
-
"help": "oj-c.DatePicker.html",
|
|
2248
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.DatePicker.html",
|
|
2224
2249
|
"main": "oj-c/date-picker",
|
|
2225
2250
|
"extension": {
|
|
2226
2251
|
"catalog": {
|
|
@@ -2233,14 +2258,17 @@
|
|
|
2233
2258
|
"icon": "oj-ux-ico-date"
|
|
2234
2259
|
},
|
|
2235
2260
|
"webelement": {
|
|
2236
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
2261
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/DatePickerWebElement.html"
|
|
2237
2262
|
}
|
|
2238
2263
|
},
|
|
2239
2264
|
"since": "17.0.0",
|
|
2240
2265
|
"status": [
|
|
2241
2266
|
{
|
|
2242
|
-
"type": "
|
|
2243
|
-
"since": "17.
|
|
2267
|
+
"type": "supersedes",
|
|
2268
|
+
"since": "17.1.0",
|
|
2269
|
+
"value": [
|
|
2270
|
+
"oj-date-picker"
|
|
2271
|
+
]
|
|
2244
2272
|
}
|
|
2245
2273
|
],
|
|
2246
2274
|
"properties": {
|
|
@@ -2335,6 +2363,24 @@
|
|
|
2335
2363
|
"writeback": true,
|
|
2336
2364
|
"value": null
|
|
2337
2365
|
},
|
|
2366
|
+
"weekDisplay": {
|
|
2367
|
+
"type": "string",
|
|
2368
|
+
"propertyEditorValues": {
|
|
2369
|
+
"none": {
|
|
2370
|
+
"description": "The week of the year column will not be shown.",
|
|
2371
|
+
"displayName": "None"
|
|
2372
|
+
},
|
|
2373
|
+
"number": {
|
|
2374
|
+
"description": "Will show the week of the year as a number.",
|
|
2375
|
+
"displayName": "Number"
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
"enumValues": [
|
|
2379
|
+
"number",
|
|
2380
|
+
"none"
|
|
2381
|
+
],
|
|
2382
|
+
"value": "none"
|
|
2383
|
+
},
|
|
2338
2384
|
"width": {
|
|
2339
2385
|
"type": "number|string",
|
|
2340
2386
|
"description": "Specifies the component style width.",
|
|
@@ -2388,8 +2434,8 @@
|
|
|
2388
2434
|
},
|
|
2389
2435
|
"oj-c-highlight-text": {
|
|
2390
2436
|
"name": "highlight-text",
|
|
2391
|
-
"version": "17.0
|
|
2392
|
-
"jetVersion": "^17.0
|
|
2437
|
+
"version": "17.1.0",
|
|
2438
|
+
"jetVersion": "^17.1.0",
|
|
2393
2439
|
"pack": "oj-c",
|
|
2394
2440
|
"type": "composite",
|
|
2395
2441
|
"dependencyScope": "runtime",
|
|
@@ -2399,7 +2445,7 @@
|
|
|
2399
2445
|
],
|
|
2400
2446
|
"displayName": "Highlight Text",
|
|
2401
2447
|
"description": "A Highlight Text renders text with highlighting applied.",
|
|
2402
|
-
"help": "oj-c.HighlightText.html",
|
|
2448
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.HighlightText.html",
|
|
2403
2449
|
"main": "oj-c/highlight-text",
|
|
2404
2450
|
"extension": {
|
|
2405
2451
|
"catalog": {
|
|
@@ -2414,7 +2460,7 @@
|
|
|
2414
2460
|
"icon": "oj-ux-ico-background-color"
|
|
2415
2461
|
},
|
|
2416
2462
|
"webelement": {
|
|
2417
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
2463
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/HighlightTextWebElement.html"
|
|
2418
2464
|
}
|
|
2419
2465
|
},
|
|
2420
2466
|
"propertyLayout": [
|
|
@@ -2498,8 +2544,8 @@
|
|
|
2498
2544
|
},
|
|
2499
2545
|
"oj-c-input-number": {
|
|
2500
2546
|
"name": "input-number",
|
|
2501
|
-
"version": "17.0
|
|
2502
|
-
"jetVersion": "^17.0
|
|
2547
|
+
"version": "17.1.0",
|
|
2548
|
+
"jetVersion": "^17.1.0",
|
|
2503
2549
|
"pack": "oj-c",
|
|
2504
2550
|
"type": "composite",
|
|
2505
2551
|
"dependencyScope": "runtime",
|
|
@@ -2509,7 +2555,7 @@
|
|
|
2509
2555
|
],
|
|
2510
2556
|
"displayName": "InputNumber",
|
|
2511
2557
|
"description": "An input number allows the user to enter a number value.",
|
|
2512
|
-
"help": "oj-c.InputNumber.html",
|
|
2558
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.InputNumber.html",
|
|
2513
2559
|
"main": "oj-c/input-number",
|
|
2514
2560
|
"status": [
|
|
2515
2561
|
{
|
|
@@ -2536,7 +2582,7 @@
|
|
|
2536
2582
|
]
|
|
2537
2583
|
},
|
|
2538
2584
|
"webelement": {
|
|
2539
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
2585
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/InputNumberWebElement.html"
|
|
2540
2586
|
}
|
|
2541
2587
|
},
|
|
2542
2588
|
"propertyLayout": [
|
|
@@ -2763,9 +2809,9 @@
|
|
|
2763
2809
|
},
|
|
2764
2810
|
"min": {
|
|
2765
2811
|
"type": "number|null",
|
|
2766
|
-
"description": "The
|
|
2767
|
-
"displayName": "
|
|
2768
|
-
"help": "#
|
|
2812
|
+
"description": "The minimum allowed value",
|
|
2813
|
+
"displayName": "Min",
|
|
2814
|
+
"help": "#min"
|
|
2769
2815
|
},
|
|
2770
2816
|
"messagesCustom": {
|
|
2771
2817
|
"type": "Array<object>",
|
|
@@ -3087,8 +3133,8 @@
|
|
|
3087
3133
|
},
|
|
3088
3134
|
"oj-c-input-password": {
|
|
3089
3135
|
"name": "input-password",
|
|
3090
|
-
"version": "17.0
|
|
3091
|
-
"jetVersion": "^17.0
|
|
3136
|
+
"version": "17.1.0",
|
|
3137
|
+
"jetVersion": "^17.1.0",
|
|
3092
3138
|
"pack": "oj-c",
|
|
3093
3139
|
"type": "composite",
|
|
3094
3140
|
"dependencyScope": "runtime",
|
|
@@ -3098,7 +3144,7 @@
|
|
|
3098
3144
|
],
|
|
3099
3145
|
"displayName": "InputPassword",
|
|
3100
3146
|
"description": "An input password allows the user to enter a password.",
|
|
3101
|
-
"help": "oj-c.InputPassword.html",
|
|
3147
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.InputPassword.html",
|
|
3102
3148
|
"main": "oj-c/input-password",
|
|
3103
3149
|
"extension": {
|
|
3104
3150
|
"catalog": {
|
|
@@ -3116,7 +3162,7 @@
|
|
|
3116
3162
|
]
|
|
3117
3163
|
},
|
|
3118
3164
|
"webelement": {
|
|
3119
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
3165
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/InputPasswordWebElement.html"
|
|
3120
3166
|
}
|
|
3121
3167
|
},
|
|
3122
3168
|
"propertyLayout": [
|
|
@@ -3607,8 +3653,8 @@
|
|
|
3607
3653
|
},
|
|
3608
3654
|
"oj-c-input-sensitive-text": {
|
|
3609
3655
|
"name": "input-sensitive-text",
|
|
3610
|
-
"version": "17.0
|
|
3611
|
-
"jetVersion": "^17.0
|
|
3656
|
+
"version": "17.1.0",
|
|
3657
|
+
"jetVersion": "^17.1.0",
|
|
3612
3658
|
"pack": "oj-c",
|
|
3613
3659
|
"type": "composite",
|
|
3614
3660
|
"dependencyScope": "runtime",
|
|
@@ -3618,7 +3664,7 @@
|
|
|
3618
3664
|
],
|
|
3619
3665
|
"displayName": "InputSensitiveText",
|
|
3620
3666
|
"description": "An Input Sensitive Text displays a field that allows a user to enter sensitive text that will be masked.",
|
|
3621
|
-
"help": "oj-c.InputSensitiveText.html",
|
|
3667
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.InputSensitiveText.html",
|
|
3622
3668
|
"main": "oj-c/input-sensitive-text",
|
|
3623
3669
|
"status": [
|
|
3624
3670
|
{
|
|
@@ -3642,7 +3688,7 @@
|
|
|
3642
3688
|
]
|
|
3643
3689
|
},
|
|
3644
3690
|
"webelement": {
|
|
3645
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
3691
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/InputSensitiveTextWebElement.html"
|
|
3646
3692
|
}
|
|
3647
3693
|
},
|
|
3648
3694
|
"propertyLayout": [
|
|
@@ -4188,8 +4234,8 @@
|
|
|
4188
4234
|
},
|
|
4189
4235
|
"oj-c-input-text": {
|
|
4190
4236
|
"name": "input-text",
|
|
4191
|
-
"version": "17.0
|
|
4192
|
-
"jetVersion": "^17.0
|
|
4237
|
+
"version": "17.1.0",
|
|
4238
|
+
"jetVersion": "^17.1.0",
|
|
4193
4239
|
"pack": "oj-c",
|
|
4194
4240
|
"type": "composite",
|
|
4195
4241
|
"dependencyScope": "runtime",
|
|
@@ -4199,7 +4245,7 @@
|
|
|
4199
4245
|
],
|
|
4200
4246
|
"displayName": "InputText",
|
|
4201
4247
|
"description": "An input text allows the user to enter a text value.",
|
|
4202
|
-
"help": "oj-c.InputText.html",
|
|
4248
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.InputText.html",
|
|
4203
4249
|
"main": "oj-c/input-text",
|
|
4204
4250
|
"extension": {
|
|
4205
4251
|
"catalog": {
|
|
@@ -4217,7 +4263,7 @@
|
|
|
4217
4263
|
]
|
|
4218
4264
|
},
|
|
4219
4265
|
"webelement": {
|
|
4220
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
4266
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/InputTextWebElement.html"
|
|
4221
4267
|
}
|
|
4222
4268
|
},
|
|
4223
4269
|
"propertyLayout": [
|
|
@@ -4803,8 +4849,8 @@
|
|
|
4803
4849
|
},
|
|
4804
4850
|
"oj-c-message-toast": {
|
|
4805
4851
|
"name": "message-toast",
|
|
4806
|
-
"version": "17.0
|
|
4807
|
-
"jetVersion": "^17.0
|
|
4852
|
+
"version": "17.1.0",
|
|
4853
|
+
"jetVersion": "^17.1.0",
|
|
4808
4854
|
"pack": "oj-c",
|
|
4809
4855
|
"type": "composite",
|
|
4810
4856
|
"dependencyScope": "runtime",
|
|
@@ -4814,7 +4860,7 @@
|
|
|
4814
4860
|
],
|
|
4815
4861
|
"displayName": "MessageToast",
|
|
4816
4862
|
"description": "Toast messages are short, noncritical, auto-dismissible messages that communicate non-disruptive contextual messages.",
|
|
4817
|
-
"help": "oj-c.MessageToast.html",
|
|
4863
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.MessageToast.html",
|
|
4818
4864
|
"main": "oj-c/message-toast",
|
|
4819
4865
|
"extension": {
|
|
4820
4866
|
"catalog": {
|
|
@@ -4832,7 +4878,7 @@
|
|
|
4832
4878
|
]
|
|
4833
4879
|
},
|
|
4834
4880
|
"webelement": {
|
|
4835
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
4881
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/MessageToastWebElement.html"
|
|
4836
4882
|
}
|
|
4837
4883
|
},
|
|
4838
4884
|
"propertyLayout": [
|
|
@@ -5063,8 +5109,8 @@
|
|
|
5063
5109
|
},
|
|
5064
5110
|
"oj-c-select-multiple": {
|
|
5065
5111
|
"name": "select-multiple",
|
|
5066
|
-
"version": "17.0
|
|
5067
|
-
"jetVersion": "^17.0
|
|
5112
|
+
"version": "17.1.0",
|
|
5113
|
+
"jetVersion": "^17.1.0",
|
|
5068
5114
|
"pack": "oj-c",
|
|
5069
5115
|
"type": "composite",
|
|
5070
5116
|
"dependencyScope": "runtime",
|
|
@@ -5074,7 +5120,7 @@
|
|
|
5074
5120
|
],
|
|
5075
5121
|
"displayName": "SelectMultiple",
|
|
5076
5122
|
"description": "A select multiple is a dropdown list that supports multiple selections and search filtering.",
|
|
5077
|
-
"help": "oj-c.SelectMultiple.html",
|
|
5123
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.SelectMultiple.html",
|
|
5078
5124
|
"main": "oj-c/select-multiple",
|
|
5079
5125
|
"extension": {
|
|
5080
5126
|
"catalog": {
|
|
@@ -5092,7 +5138,7 @@
|
|
|
5092
5138
|
]
|
|
5093
5139
|
},
|
|
5094
5140
|
"webelement": {
|
|
5095
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
5141
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/SelectMultipleWebElement.html"
|
|
5096
5142
|
}
|
|
5097
5143
|
},
|
|
5098
5144
|
"propertyLayout": [
|
|
@@ -5127,6 +5173,104 @@
|
|
|
5127
5173
|
]
|
|
5128
5174
|
}
|
|
5129
5175
|
],
|
|
5176
|
+
"slots": {
|
|
5177
|
+
"collectionTemplate": {
|
|
5178
|
+
"description": "The collectionTemplate slot is used to specify the template for rendering the items in the dropdown.",
|
|
5179
|
+
"displayName": "collectionTemplate",
|
|
5180
|
+
"help": "#collectionTemplate",
|
|
5181
|
+
"maxItems": 1,
|
|
5182
|
+
"preferredContent": [
|
|
5183
|
+
"CTableElement"
|
|
5184
|
+
],
|
|
5185
|
+
"data": {
|
|
5186
|
+
"data": {
|
|
5187
|
+
"type": "DataProvider|null"
|
|
5188
|
+
},
|
|
5189
|
+
"searchText": {
|
|
5190
|
+
"type": "string"
|
|
5191
|
+
},
|
|
5192
|
+
"currentRowOverride": {
|
|
5193
|
+
"type": "object",
|
|
5194
|
+
"properties": {
|
|
5195
|
+
"rowKey": {
|
|
5196
|
+
"type": "any"
|
|
5197
|
+
}
|
|
5198
|
+
}
|
|
5199
|
+
},
|
|
5200
|
+
"onCurrentRowChanged": {
|
|
5201
|
+
"type": "function"
|
|
5202
|
+
},
|
|
5203
|
+
"selected": {
|
|
5204
|
+
"type": "object"
|
|
5205
|
+
},
|
|
5206
|
+
"onSelectedChanged": {
|
|
5207
|
+
"type": "function"
|
|
5208
|
+
}
|
|
5209
|
+
}
|
|
5210
|
+
},
|
|
5211
|
+
"itemTemplate": {
|
|
5212
|
+
"description": "The itemTemplate slot is used to specify the template for rendering each item in the dropdown. See the Help documentation for more information.",
|
|
5213
|
+
"displayName": "itemTemplate",
|
|
5214
|
+
"help": "#itemTemplate",
|
|
5215
|
+
"maxItems": 1,
|
|
5216
|
+
"data": {
|
|
5217
|
+
"searchText": {
|
|
5218
|
+
"type": "string"
|
|
5219
|
+
},
|
|
5220
|
+
"item": {
|
|
5221
|
+
"type": "object",
|
|
5222
|
+
"properties": {
|
|
5223
|
+
"data": {
|
|
5224
|
+
"type": "any"
|
|
5225
|
+
},
|
|
5226
|
+
"metadata": {
|
|
5227
|
+
"type": "object",
|
|
5228
|
+
"properties": {
|
|
5229
|
+
"indexFromParent": {
|
|
5230
|
+
"type": "number"
|
|
5231
|
+
},
|
|
5232
|
+
"isLeaf": {
|
|
5233
|
+
"type": "boolean"
|
|
5234
|
+
},
|
|
5235
|
+
"key": {
|
|
5236
|
+
"type": "any"
|
|
5237
|
+
},
|
|
5238
|
+
"message": {
|
|
5239
|
+
"type": "object",
|
|
5240
|
+
"properties": {
|
|
5241
|
+
"detail": {
|
|
5242
|
+
"type": "string"
|
|
5243
|
+
},
|
|
5244
|
+
"severity": {
|
|
5245
|
+
"type": "string|number"
|
|
5246
|
+
},
|
|
5247
|
+
"summary": {
|
|
5248
|
+
"type": "string"
|
|
5249
|
+
}
|
|
5250
|
+
}
|
|
5251
|
+
},
|
|
5252
|
+
"parentKey": {
|
|
5253
|
+
"type": "any"
|
|
5254
|
+
},
|
|
5255
|
+
"suggestion": {
|
|
5256
|
+
"type": "object"
|
|
5257
|
+
},
|
|
5258
|
+
"treeDepth": {
|
|
5259
|
+
"type": "number"
|
|
5260
|
+
}
|
|
5261
|
+
}
|
|
5262
|
+
}
|
|
5263
|
+
}
|
|
5264
|
+
},
|
|
5265
|
+
"selectedKeys": {
|
|
5266
|
+
"type": "object"
|
|
5267
|
+
},
|
|
5268
|
+
"onSelectedKeysChanged": {
|
|
5269
|
+
"type": "function"
|
|
5270
|
+
}
|
|
5271
|
+
}
|
|
5272
|
+
}
|
|
5273
|
+
},
|
|
5130
5274
|
"properties": {
|
|
5131
5275
|
"columnSpan": {
|
|
5132
5276
|
"type": "number",
|
|
@@ -5522,70 +5666,6 @@
|
|
|
5522
5666
|
"writeback": true
|
|
5523
5667
|
}
|
|
5524
5668
|
},
|
|
5525
|
-
"slots": {
|
|
5526
|
-
"itemTemplate": {
|
|
5527
|
-
"description": "The itemTemplate slot is used to specify the template for rendering each item in the dropdown. See the Help documentation for more information.",
|
|
5528
|
-
"displayName": "itemTemplate",
|
|
5529
|
-
"help": "#itemTemplate",
|
|
5530
|
-
"maxItems": 1,
|
|
5531
|
-
"data": {
|
|
5532
|
-
"searchText": {
|
|
5533
|
-
"type": "string"
|
|
5534
|
-
},
|
|
5535
|
-
"item": {
|
|
5536
|
-
"type": "object",
|
|
5537
|
-
"properties": {
|
|
5538
|
-
"data": {
|
|
5539
|
-
"type": "any"
|
|
5540
|
-
},
|
|
5541
|
-
"metadata": {
|
|
5542
|
-
"type": "object",
|
|
5543
|
-
"properties": {
|
|
5544
|
-
"indexFromParent": {
|
|
5545
|
-
"type": "number"
|
|
5546
|
-
},
|
|
5547
|
-
"isLeaf": {
|
|
5548
|
-
"type": "boolean"
|
|
5549
|
-
},
|
|
5550
|
-
"key": {
|
|
5551
|
-
"type": "any"
|
|
5552
|
-
},
|
|
5553
|
-
"message": {
|
|
5554
|
-
"type": "object",
|
|
5555
|
-
"properties": {
|
|
5556
|
-
"detail": {
|
|
5557
|
-
"type": "string"
|
|
5558
|
-
},
|
|
5559
|
-
"severity": {
|
|
5560
|
-
"type": "string|number"
|
|
5561
|
-
},
|
|
5562
|
-
"summary": {
|
|
5563
|
-
"type": "string"
|
|
5564
|
-
}
|
|
5565
|
-
}
|
|
5566
|
-
},
|
|
5567
|
-
"parentKey": {
|
|
5568
|
-
"type": "any"
|
|
5569
|
-
},
|
|
5570
|
-
"suggestion": {
|
|
5571
|
-
"type": "object"
|
|
5572
|
-
},
|
|
5573
|
-
"treeDepth": {
|
|
5574
|
-
"type": "number"
|
|
5575
|
-
}
|
|
5576
|
-
}
|
|
5577
|
-
}
|
|
5578
|
-
}
|
|
5579
|
-
},
|
|
5580
|
-
"selectedKeys": {
|
|
5581
|
-
"type": "object"
|
|
5582
|
-
},
|
|
5583
|
-
"onSelectedKeysChanged": {
|
|
5584
|
-
"type": "function"
|
|
5585
|
-
}
|
|
5586
|
-
}
|
|
5587
|
-
}
|
|
5588
|
-
},
|
|
5589
5669
|
"methods": {
|
|
5590
5670
|
"blur": {
|
|
5591
5671
|
"description": "Blurs the input field.",
|
|
@@ -5663,8 +5743,8 @@
|
|
|
5663
5743
|
},
|
|
5664
5744
|
"oj-c-select-single": {
|
|
5665
5745
|
"name": "select-single",
|
|
5666
|
-
"version": "17.0
|
|
5667
|
-
"jetVersion": "^17.0
|
|
5746
|
+
"version": "17.1.0",
|
|
5747
|
+
"jetVersion": "^17.1.0",
|
|
5668
5748
|
"pack": "oj-c",
|
|
5669
5749
|
"type": "composite",
|
|
5670
5750
|
"dependencyScope": "runtime",
|
|
@@ -5674,7 +5754,7 @@
|
|
|
5674
5754
|
],
|
|
5675
5755
|
"displayName": "SelectSingle",
|
|
5676
5756
|
"description": "A select single is a dropdown list that supports single selection and search filtering.",
|
|
5677
|
-
"help": "oj-c.SelectSingle.html",
|
|
5757
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.SelectSingle.html",
|
|
5678
5758
|
"main": "oj-c/select-single",
|
|
5679
5759
|
"status": [
|
|
5680
5760
|
{
|
|
@@ -5698,7 +5778,7 @@
|
|
|
5698
5778
|
]
|
|
5699
5779
|
},
|
|
5700
5780
|
"webelement": {
|
|
5701
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
5781
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/SelectSingleWebElement.html"
|
|
5702
5782
|
}
|
|
5703
5783
|
},
|
|
5704
5784
|
"propertyLayout": [
|
|
@@ -6183,6 +6263,40 @@
|
|
|
6183
6263
|
}
|
|
6184
6264
|
},
|
|
6185
6265
|
"slots": {
|
|
6266
|
+
"collectionTemplate": {
|
|
6267
|
+
"description": "The collectionTemplate slot is used to specify the template for rendering the items in the dropdown.",
|
|
6268
|
+
"displayName": "collectionTemplate",
|
|
6269
|
+
"help": "#collectionTemplate",
|
|
6270
|
+
"maxItems": 1,
|
|
6271
|
+
"preferredContent": [
|
|
6272
|
+
"CTableElement"
|
|
6273
|
+
],
|
|
6274
|
+
"data": {
|
|
6275
|
+
"data": {
|
|
6276
|
+
"type": "DataProvider|null"
|
|
6277
|
+
},
|
|
6278
|
+
"searchText": {
|
|
6279
|
+
"type": "string"
|
|
6280
|
+
},
|
|
6281
|
+
"currentRowOverride": {
|
|
6282
|
+
"type": "object",
|
|
6283
|
+
"properties": {
|
|
6284
|
+
"rowKey": {
|
|
6285
|
+
"type": "any"
|
|
6286
|
+
}
|
|
6287
|
+
}
|
|
6288
|
+
},
|
|
6289
|
+
"onCurrentRowChanged": {
|
|
6290
|
+
"type": "function"
|
|
6291
|
+
},
|
|
6292
|
+
"selected": {
|
|
6293
|
+
"type": "object"
|
|
6294
|
+
},
|
|
6295
|
+
"onRowAction": {
|
|
6296
|
+
"type": "function"
|
|
6297
|
+
}
|
|
6298
|
+
}
|
|
6299
|
+
},
|
|
6186
6300
|
"itemTemplate": {
|
|
6187
6301
|
"description": "The itemTemplate slot is used to specify the template for rendering each item in the dropdown. See the Help documentation for more information.",
|
|
6188
6302
|
"displayName": "itemTemplate",
|
|
@@ -6401,8 +6515,8 @@
|
|
|
6401
6515
|
},
|
|
6402
6516
|
"oj-c-text-area": {
|
|
6403
6517
|
"name": "text-area",
|
|
6404
|
-
"version": "17.0
|
|
6405
|
-
"jetVersion": "^17.0
|
|
6518
|
+
"version": "17.1.0",
|
|
6519
|
+
"jetVersion": "^17.1.0",
|
|
6406
6520
|
"pack": "oj-c",
|
|
6407
6521
|
"type": "composite",
|
|
6408
6522
|
"dependencyScope": "runtime",
|
|
@@ -6412,7 +6526,7 @@
|
|
|
6412
6526
|
],
|
|
6413
6527
|
"displayName": "TextArea",
|
|
6414
6528
|
"description": "A text area allows the user to enter a multi-line text value.",
|
|
6415
|
-
"help": "oj-c.TextArea.html",
|
|
6529
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.TextArea.html",
|
|
6416
6530
|
"main": "oj-c/text-area",
|
|
6417
6531
|
"extension": {
|
|
6418
6532
|
"catalog": {
|
|
@@ -6427,7 +6541,7 @@
|
|
|
6427
6541
|
"icon": "oj-ux-ico-text-input-area"
|
|
6428
6542
|
},
|
|
6429
6543
|
"webelement": {
|
|
6430
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
6544
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/TextAreaWebElement.html"
|
|
6431
6545
|
}
|
|
6432
6546
|
},
|
|
6433
6547
|
"since": "13.0.0",
|
|
@@ -6931,8 +7045,8 @@
|
|
|
6931
7045
|
},
|
|
6932
7046
|
"oj-c-progress-bar": {
|
|
6933
7047
|
"name": "progress-bar",
|
|
6934
|
-
"version": "17.0
|
|
6935
|
-
"jetVersion": "^17.0
|
|
7048
|
+
"version": "17.1.0",
|
|
7049
|
+
"jetVersion": "^17.1.0",
|
|
6936
7050
|
"pack": "oj-c",
|
|
6937
7051
|
"type": "composite",
|
|
6938
7052
|
"dependencyScope": "runtime",
|
|
@@ -6942,7 +7056,7 @@
|
|
|
6942
7056
|
],
|
|
6943
7057
|
"description": "A progress bar allows the user to visualize the progression of an extended computer operation.",
|
|
6944
7058
|
"displayName": "Progress Bar",
|
|
6945
|
-
"help": "oj-c.ProgressBar.html",
|
|
7059
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ProgressBar.html",
|
|
6946
7060
|
"main": "oj-c/progress-bar",
|
|
6947
7061
|
"status": [
|
|
6948
7062
|
{
|
|
@@ -6967,7 +7081,7 @@
|
|
|
6967
7081
|
]
|
|
6968
7082
|
},
|
|
6969
7083
|
"webelement": {
|
|
6970
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
7084
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ProgressBarWebElement.html"
|
|
6971
7085
|
}
|
|
6972
7086
|
},
|
|
6973
7087
|
"propertyLayout": [
|
|
@@ -7071,8 +7185,8 @@
|
|
|
7071
7185
|
},
|
|
7072
7186
|
"oj-c-progress-circle": {
|
|
7073
7187
|
"name": "progress-circle",
|
|
7074
|
-
"version": "17.0
|
|
7075
|
-
"jetVersion": "^17.0
|
|
7188
|
+
"version": "17.1.0",
|
|
7189
|
+
"jetVersion": "^17.1.0",
|
|
7076
7190
|
"pack": "oj-c",
|
|
7077
7191
|
"type": "composite",
|
|
7078
7192
|
"dependencyScope": "runtime",
|
|
@@ -7082,7 +7196,7 @@
|
|
|
7082
7196
|
],
|
|
7083
7197
|
"description": "A progress circle allows the user to visualize the progression of an extended computer operation.",
|
|
7084
7198
|
"displayName": "Progress Circle",
|
|
7085
|
-
"help": "oj-c.ProgressCircle.html",
|
|
7199
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ProgressCircle.html",
|
|
7086
7200
|
"main": "oj-c/progress-circle",
|
|
7087
7201
|
"status": [
|
|
7088
7202
|
{
|
|
@@ -7107,7 +7221,7 @@
|
|
|
7107
7221
|
]
|
|
7108
7222
|
},
|
|
7109
7223
|
"webelement": {
|
|
7110
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
7224
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ProgressCircleWebElement.html"
|
|
7111
7225
|
}
|
|
7112
7226
|
},
|
|
7113
7227
|
"propertyLayout": [
|
|
@@ -7216,8 +7330,8 @@
|
|
|
7216
7330
|
},
|
|
7217
7331
|
"oj-c-avatar": {
|
|
7218
7332
|
"name": "avatar",
|
|
7219
|
-
"version": "17.0
|
|
7220
|
-
"jetVersion": "^17.0
|
|
7333
|
+
"version": "17.1.0",
|
|
7334
|
+
"jetVersion": "^17.1.0",
|
|
7221
7335
|
"pack": "oj-c",
|
|
7222
7336
|
"type": "composite",
|
|
7223
7337
|
"dependencyScope": "runtime",
|
|
@@ -7227,7 +7341,7 @@
|
|
|
7227
7341
|
],
|
|
7228
7342
|
"description": "An avatar represents a person or entity as initials or an image.",
|
|
7229
7343
|
"displayName": "Avatar",
|
|
7230
|
-
"help": "oj-c.Avatar.html",
|
|
7344
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Avatar.html",
|
|
7231
7345
|
"main": "oj-c/avatar",
|
|
7232
7346
|
"status": [
|
|
7233
7347
|
{
|
|
@@ -7252,7 +7366,7 @@
|
|
|
7252
7366
|
]
|
|
7253
7367
|
},
|
|
7254
7368
|
"webelement": {
|
|
7255
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
7369
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/AvatarWebElement.html"
|
|
7256
7370
|
}
|
|
7257
7371
|
},
|
|
7258
7372
|
"propertyLayout": [
|
|
@@ -7460,8 +7574,8 @@
|
|
|
7460
7574
|
},
|
|
7461
7575
|
"oj-c-button": {
|
|
7462
7576
|
"name": "button",
|
|
7463
|
-
"version": "17.0
|
|
7464
|
-
"jetVersion": "^17.0
|
|
7577
|
+
"version": "17.1.0",
|
|
7578
|
+
"jetVersion": "^17.1.0",
|
|
7465
7579
|
"pack": "oj-c",
|
|
7466
7580
|
"type": "composite",
|
|
7467
7581
|
"dependencyScope": "runtime",
|
|
@@ -7471,7 +7585,7 @@
|
|
|
7471
7585
|
],
|
|
7472
7586
|
"description": "Buttons direct users to initiate or take actions and work with a single tap, click, or keystroke.",
|
|
7473
7587
|
"displayName": "Button",
|
|
7474
|
-
"help": "oj-c.Button.html",
|
|
7588
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Button.html",
|
|
7475
7589
|
"main": "oj-c/button",
|
|
7476
7590
|
"extension": {
|
|
7477
7591
|
"catalog": {
|
|
@@ -7487,7 +7601,7 @@
|
|
|
7487
7601
|
]
|
|
7488
7602
|
},
|
|
7489
7603
|
"webelement": {
|
|
7490
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
7604
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ButtonWebElement.html"
|
|
7491
7605
|
}
|
|
7492
7606
|
},
|
|
7493
7607
|
"propertyLayout": [
|
|
@@ -7572,7 +7686,7 @@
|
|
|
7572
7686
|
"help": "#size",
|
|
7573
7687
|
"propertyEditorValues": {
|
|
7574
7688
|
"xs": {
|
|
7575
|
-
"description": "Display an extra small button. Only
|
|
7689
|
+
"description": "Display an extra small button. Only supported for component developers with ghost chroming in icon display mode.",
|
|
7576
7690
|
"displayName": "Extra Small"
|
|
7577
7691
|
},
|
|
7578
7692
|
"sm": {
|
|
@@ -7735,8 +7849,8 @@
|
|
|
7735
7849
|
},
|
|
7736
7850
|
"oj-c-rating-gauge": {
|
|
7737
7851
|
"name": "rating-gauge",
|
|
7738
|
-
"version": "17.0
|
|
7739
|
-
"jetVersion": "^17.0
|
|
7852
|
+
"version": "17.1.0",
|
|
7853
|
+
"jetVersion": "^17.1.0",
|
|
7740
7854
|
"pack": "oj-c",
|
|
7741
7855
|
"type": "composite",
|
|
7742
7856
|
"dependencyScope": "runtime",
|
|
@@ -7747,7 +7861,7 @@
|
|
|
7747
7861
|
"description": "Rating gauges are typically used to display or accept user feedback on a product or service.",
|
|
7748
7862
|
"displayName": "Rating Gauge",
|
|
7749
7863
|
"main": "oj-c/rating-gauge",
|
|
7750
|
-
"help": "oj-c.RatingGauge.html",
|
|
7864
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.RatingGauge.html",
|
|
7751
7865
|
"status": [
|
|
7752
7866
|
{
|
|
7753
7867
|
"type": "supersedes",
|
|
@@ -7771,7 +7885,7 @@
|
|
|
7771
7885
|
]
|
|
7772
7886
|
},
|
|
7773
7887
|
"webelement": {
|
|
7774
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
7888
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/RatingGaugeWebElement.html"
|
|
7775
7889
|
}
|
|
7776
7890
|
},
|
|
7777
7891
|
"propertyLayout": [
|
|
@@ -7988,8 +8102,8 @@
|
|
|
7988
8102
|
},
|
|
7989
8103
|
"oj-c-collapsible": {
|
|
7990
8104
|
"name": "collapsible",
|
|
7991
|
-
"version": "17.0
|
|
7992
|
-
"jetVersion": "^17.0
|
|
8105
|
+
"version": "17.1.0",
|
|
8106
|
+
"jetVersion": "^17.1.0",
|
|
7993
8107
|
"pack": "oj-c",
|
|
7994
8108
|
"type": "composite",
|
|
7995
8109
|
"dependencyScope": "runtime",
|
|
@@ -7999,7 +8113,7 @@
|
|
|
7999
8113
|
],
|
|
8000
8114
|
"description": "A collapsible displays a header that can be expanded to show its content.",
|
|
8001
8115
|
"displayName": "Collapsible",
|
|
8002
|
-
"help": "oj-c.Collapsible.html",
|
|
8116
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Collapsible.html",
|
|
8003
8117
|
"main": "oj-c/collapsible",
|
|
8004
8118
|
"status": [
|
|
8005
8119
|
{
|
|
@@ -8021,7 +8135,7 @@
|
|
|
8021
8135
|
]
|
|
8022
8136
|
},
|
|
8023
8137
|
"webelement": {
|
|
8024
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
8138
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/CollapsibleWebElement.html"
|
|
8025
8139
|
}
|
|
8026
8140
|
},
|
|
8027
8141
|
"propertyLayout": [
|
|
@@ -8204,8 +8318,8 @@
|
|
|
8204
8318
|
},
|
|
8205
8319
|
"oj-c-file-picker": {
|
|
8206
8320
|
"name": "file-picker",
|
|
8207
|
-
"version": "17.0
|
|
8208
|
-
"jetVersion": "^17.0
|
|
8321
|
+
"version": "17.1.0",
|
|
8322
|
+
"jetVersion": "^17.1.0",
|
|
8209
8323
|
"pack": "oj-c",
|
|
8210
8324
|
"type": "composite",
|
|
8211
8325
|
"dependencyScope": "runtime",
|
|
@@ -8215,7 +8329,7 @@
|
|
|
8215
8329
|
],
|
|
8216
8330
|
"description": "A file picker displays a clickable dropzone for selecting files from the device storage.",
|
|
8217
8331
|
"displayName": "File Picker",
|
|
8218
|
-
"help": "oj-c.FilePicker.html",
|
|
8332
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.FilePicker.html",
|
|
8219
8333
|
"main": "oj-c/file-picker",
|
|
8220
8334
|
"status": [
|
|
8221
8335
|
{
|
|
@@ -8240,7 +8354,7 @@
|
|
|
8240
8354
|
]
|
|
8241
8355
|
},
|
|
8242
8356
|
"webelement": {
|
|
8243
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
8357
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/FilePickerWebElement.html"
|
|
8244
8358
|
}
|
|
8245
8359
|
},
|
|
8246
8360
|
"propertyLayout": [
|
|
@@ -8457,8 +8571,8 @@
|
|
|
8457
8571
|
},
|
|
8458
8572
|
"oj-c-meter-bar": {
|
|
8459
8573
|
"name": "meter-bar",
|
|
8460
|
-
"version": "17.0
|
|
8461
|
-
"jetVersion": "^17.0
|
|
8574
|
+
"version": "17.1.0",
|
|
8575
|
+
"jetVersion": "^17.1.0",
|
|
8462
8576
|
"pack": "oj-c",
|
|
8463
8577
|
"type": "composite",
|
|
8464
8578
|
"dependencyScope": "runtime",
|
|
@@ -8469,7 +8583,7 @@
|
|
|
8469
8583
|
"description": "A Meter bar displays information graphically in a rectangular bar, highlighting a specific metric value's progress in relation to its min, max, or thresholds.",
|
|
8470
8584
|
"displayName": "Meter Bar",
|
|
8471
8585
|
"main": "oj-c/meter-bar",
|
|
8472
|
-
"help": "oj-c.MeterBar.html",
|
|
8586
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.MeterBar.html",
|
|
8473
8587
|
"status": [
|
|
8474
8588
|
{
|
|
8475
8589
|
"type": "supersedes",
|
|
@@ -8493,7 +8607,7 @@
|
|
|
8493
8607
|
]
|
|
8494
8608
|
},
|
|
8495
8609
|
"webelement": {
|
|
8496
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
8610
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/MeterBarWebElement.html"
|
|
8497
8611
|
}
|
|
8498
8612
|
},
|
|
8499
8613
|
"propertyLayout": [
|
|
@@ -8549,6 +8663,12 @@
|
|
|
8549
8663
|
"writeback": true,
|
|
8550
8664
|
"value": 0
|
|
8551
8665
|
},
|
|
8666
|
+
"baseline": {
|
|
8667
|
+
"type": "number",
|
|
8668
|
+
"description": "Define the baseline value of the bar. If undefined, defaults to minimum value of the meter bar.",
|
|
8669
|
+
"displayName": "Baseline",
|
|
8670
|
+
"help": "#baseline"
|
|
8671
|
+
},
|
|
8552
8672
|
"step": {
|
|
8553
8673
|
"type": "number",
|
|
8554
8674
|
"displayName": "Step",
|
|
@@ -8644,6 +8764,212 @@
|
|
|
8644
8764
|
},
|
|
8645
8765
|
"value": {
|
|
8646
8766
|
"type": "number"
|
|
8767
|
+
},
|
|
8768
|
+
"label": {
|
|
8769
|
+
"type": "string"
|
|
8770
|
+
},
|
|
8771
|
+
"style": {
|
|
8772
|
+
"type": "object",
|
|
8773
|
+
"properties": {
|
|
8774
|
+
"color": {
|
|
8775
|
+
"type": "string",
|
|
8776
|
+
"propertyEditorValues": {
|
|
8777
|
+
"transparent": {},
|
|
8778
|
+
"inherit": {},
|
|
8779
|
+
"initial": {},
|
|
8780
|
+
"-moz-initial": {},
|
|
8781
|
+
"revert": {},
|
|
8782
|
+
"revert-layer": {},
|
|
8783
|
+
"unset": {},
|
|
8784
|
+
"aliceblue": {},
|
|
8785
|
+
"antiquewhite": {},
|
|
8786
|
+
"aqua": {},
|
|
8787
|
+
"aquamarine": {},
|
|
8788
|
+
"azure": {},
|
|
8789
|
+
"beige": {},
|
|
8790
|
+
"bisque": {},
|
|
8791
|
+
"black": {},
|
|
8792
|
+
"blanchedalmond": {},
|
|
8793
|
+
"blue": {},
|
|
8794
|
+
"blueviolet": {},
|
|
8795
|
+
"brown": {},
|
|
8796
|
+
"burlywood": {},
|
|
8797
|
+
"cadetblue": {},
|
|
8798
|
+
"chartreuse": {},
|
|
8799
|
+
"chocolate": {},
|
|
8800
|
+
"coral": {},
|
|
8801
|
+
"cornflowerblue": {},
|
|
8802
|
+
"cornsilk": {},
|
|
8803
|
+
"crimson": {},
|
|
8804
|
+
"cyan": {},
|
|
8805
|
+
"darkblue": {},
|
|
8806
|
+
"darkcyan": {},
|
|
8807
|
+
"darkgoldenrod": {},
|
|
8808
|
+
"darkgray": {},
|
|
8809
|
+
"darkgreen": {},
|
|
8810
|
+
"darkgrey": {},
|
|
8811
|
+
"darkkhaki": {},
|
|
8812
|
+
"darkmagenta": {},
|
|
8813
|
+
"darkolivegreen": {},
|
|
8814
|
+
"darkorange": {},
|
|
8815
|
+
"darkorchid": {},
|
|
8816
|
+
"darkred": {},
|
|
8817
|
+
"darksalmon": {},
|
|
8818
|
+
"darkseagreen": {},
|
|
8819
|
+
"darkslateblue": {},
|
|
8820
|
+
"darkslategray": {},
|
|
8821
|
+
"darkslategrey": {},
|
|
8822
|
+
"darkturquoise": {},
|
|
8823
|
+
"darkviolet": {},
|
|
8824
|
+
"deeppink": {},
|
|
8825
|
+
"deepskyblue": {},
|
|
8826
|
+
"dimgray": {},
|
|
8827
|
+
"dimgrey": {},
|
|
8828
|
+
"dodgerblue": {},
|
|
8829
|
+
"firebrick": {},
|
|
8830
|
+
"floralwhite": {},
|
|
8831
|
+
"forestgreen": {},
|
|
8832
|
+
"fuchsia": {},
|
|
8833
|
+
"gainsboro": {},
|
|
8834
|
+
"ghostwhite": {},
|
|
8835
|
+
"gold": {},
|
|
8836
|
+
"goldenrod": {},
|
|
8837
|
+
"gray": {},
|
|
8838
|
+
"green": {},
|
|
8839
|
+
"greenyellow": {},
|
|
8840
|
+
"grey": {},
|
|
8841
|
+
"honeydew": {},
|
|
8842
|
+
"hotpink": {},
|
|
8843
|
+
"indianred": {},
|
|
8844
|
+
"indigo": {},
|
|
8845
|
+
"ivory": {},
|
|
8846
|
+
"khaki": {},
|
|
8847
|
+
"lavender": {},
|
|
8848
|
+
"lavenderblush": {},
|
|
8849
|
+
"lawngreen": {},
|
|
8850
|
+
"lemonchiffon": {},
|
|
8851
|
+
"lightblue": {},
|
|
8852
|
+
"lightcoral": {},
|
|
8853
|
+
"lightcyan": {},
|
|
8854
|
+
"lightgoldenrodyellow": {},
|
|
8855
|
+
"lightgray": {},
|
|
8856
|
+
"lightgreen": {},
|
|
8857
|
+
"lightgrey": {},
|
|
8858
|
+
"lightpink": {},
|
|
8859
|
+
"lightsalmon": {},
|
|
8860
|
+
"lightseagreen": {},
|
|
8861
|
+
"lightskyblue": {},
|
|
8862
|
+
"lightslategray": {},
|
|
8863
|
+
"lightslategrey": {},
|
|
8864
|
+
"lightsteelblue": {},
|
|
8865
|
+
"lightyellow": {},
|
|
8866
|
+
"lime": {},
|
|
8867
|
+
"limegreen": {},
|
|
8868
|
+
"linen": {},
|
|
8869
|
+
"magenta": {},
|
|
8870
|
+
"maroon": {},
|
|
8871
|
+
"mediumaquamarine": {},
|
|
8872
|
+
"mediumblue": {},
|
|
8873
|
+
"mediumorchid": {},
|
|
8874
|
+
"mediumpurple": {},
|
|
8875
|
+
"mediumseagreen": {},
|
|
8876
|
+
"mediumslateblue": {},
|
|
8877
|
+
"mediumspringgreen": {},
|
|
8878
|
+
"mediumturquoise": {},
|
|
8879
|
+
"mediumvioletred": {},
|
|
8880
|
+
"midnightblue": {},
|
|
8881
|
+
"mintcream": {},
|
|
8882
|
+
"mistyrose": {},
|
|
8883
|
+
"moccasin": {},
|
|
8884
|
+
"navajowhite": {},
|
|
8885
|
+
"navy": {},
|
|
8886
|
+
"oldlace": {},
|
|
8887
|
+
"olive": {},
|
|
8888
|
+
"olivedrab": {},
|
|
8889
|
+
"orange": {},
|
|
8890
|
+
"orangered": {},
|
|
8891
|
+
"orchid": {},
|
|
8892
|
+
"palegoldenrod": {},
|
|
8893
|
+
"palegreen": {},
|
|
8894
|
+
"paleturquoise": {},
|
|
8895
|
+
"palevioletred": {},
|
|
8896
|
+
"papayawhip": {},
|
|
8897
|
+
"peachpuff": {},
|
|
8898
|
+
"peru": {},
|
|
8899
|
+
"pink": {},
|
|
8900
|
+
"plum": {},
|
|
8901
|
+
"powderblue": {},
|
|
8902
|
+
"purple": {},
|
|
8903
|
+
"rebeccapurple": {},
|
|
8904
|
+
"red": {},
|
|
8905
|
+
"rosybrown": {},
|
|
8906
|
+
"royalblue": {},
|
|
8907
|
+
"saddlebrown": {},
|
|
8908
|
+
"salmon": {},
|
|
8909
|
+
"sandybrown": {},
|
|
8910
|
+
"seagreen": {},
|
|
8911
|
+
"seashell": {},
|
|
8912
|
+
"sienna": {},
|
|
8913
|
+
"silver": {},
|
|
8914
|
+
"skyblue": {},
|
|
8915
|
+
"slateblue": {},
|
|
8916
|
+
"slategray": {},
|
|
8917
|
+
"slategrey": {},
|
|
8918
|
+
"snow": {},
|
|
8919
|
+
"springgreen": {},
|
|
8920
|
+
"steelblue": {},
|
|
8921
|
+
"tan": {},
|
|
8922
|
+
"teal": {},
|
|
8923
|
+
"thistle": {},
|
|
8924
|
+
"tomato": {},
|
|
8925
|
+
"turquoise": {},
|
|
8926
|
+
"violet": {},
|
|
8927
|
+
"wheat": {},
|
|
8928
|
+
"white": {},
|
|
8929
|
+
"whitesmoke": {},
|
|
8930
|
+
"yellow": {},
|
|
8931
|
+
"yellowgreen": {},
|
|
8932
|
+
"ActiveBorder": {},
|
|
8933
|
+
"ActiveCaption": {},
|
|
8934
|
+
"AppWorkspace": {},
|
|
8935
|
+
"Background": {},
|
|
8936
|
+
"ButtonFace": {},
|
|
8937
|
+
"ButtonHighlight": {},
|
|
8938
|
+
"ButtonShadow": {},
|
|
8939
|
+
"ButtonText": {},
|
|
8940
|
+
"CaptionText": {},
|
|
8941
|
+
"GrayText": {},
|
|
8942
|
+
"Highlight": {},
|
|
8943
|
+
"HighlightText": {},
|
|
8944
|
+
"InactiveBorder": {},
|
|
8945
|
+
"InactiveCaption": {},
|
|
8946
|
+
"InactiveCaptionText": {},
|
|
8947
|
+
"InfoBackground": {},
|
|
8948
|
+
"InfoText": {},
|
|
8949
|
+
"Menu": {},
|
|
8950
|
+
"MenuText": {},
|
|
8951
|
+
"Scrollbar": {},
|
|
8952
|
+
"ThreeDDarkShadow": {},
|
|
8953
|
+
"ThreeDFace": {},
|
|
8954
|
+
"ThreeDHighlight": {},
|
|
8955
|
+
"ThreeDLightShadow": {},
|
|
8956
|
+
"ThreeDShadow": {},
|
|
8957
|
+
"Window": {},
|
|
8958
|
+
"WindowFrame": {},
|
|
8959
|
+
"WindowText": {},
|
|
8960
|
+
"currentcolor": {}
|
|
8961
|
+
}
|
|
8962
|
+
},
|
|
8963
|
+
"fontSize": {
|
|
8964
|
+
"type": "string"
|
|
8965
|
+
},
|
|
8966
|
+
"fontStyle": {
|
|
8967
|
+
"type": "string"
|
|
8968
|
+
},
|
|
8969
|
+
"fontWeight": {
|
|
8970
|
+
"type": "string"
|
|
8971
|
+
}
|
|
8972
|
+
}
|
|
8647
8973
|
}
|
|
8648
8974
|
}
|
|
8649
8975
|
}
|
|
@@ -8792,8 +9118,8 @@
|
|
|
8792
9118
|
},
|
|
8793
9119
|
"oj-c-meter-circle": {
|
|
8794
9120
|
"name": "meter-circle",
|
|
8795
|
-
"version": "17.0
|
|
8796
|
-
"jetVersion": "^17.0
|
|
9121
|
+
"version": "17.1.0",
|
|
9122
|
+
"jetVersion": "^17.1.0",
|
|
8797
9123
|
"pack": "oj-c",
|
|
8798
9124
|
"type": "composite",
|
|
8799
9125
|
"dependencyScope": "runtime",
|
|
@@ -8804,7 +9130,7 @@
|
|
|
8804
9130
|
"description": "A Meter circle displays information graphically in a circular bar, highlighting a specific metric value's progress in relation to its min, max, or thresholds.",
|
|
8805
9131
|
"displayName": "Meter circle",
|
|
8806
9132
|
"main": "oj-c/meter-circle",
|
|
8807
|
-
"help": "oj-c.Metercircle.html",
|
|
9133
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Metercircle.html",
|
|
8808
9134
|
"status": [
|
|
8809
9135
|
{
|
|
8810
9136
|
"type": "supersedes",
|
|
@@ -8828,7 +9154,7 @@
|
|
|
8828
9154
|
]
|
|
8829
9155
|
},
|
|
8830
9156
|
"webelement": {
|
|
8831
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
9157
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/MeterCircleWebElement.html"
|
|
8832
9158
|
}
|
|
8833
9159
|
},
|
|
8834
9160
|
"propertyLayout": [
|
|
@@ -8987,6 +9313,212 @@
|
|
|
8987
9313
|
},
|
|
8988
9314
|
"value": {
|
|
8989
9315
|
"type": "number"
|
|
9316
|
+
},
|
|
9317
|
+
"label": {
|
|
9318
|
+
"type": "string"
|
|
9319
|
+
},
|
|
9320
|
+
"style": {
|
|
9321
|
+
"type": "object",
|
|
9322
|
+
"properties": {
|
|
9323
|
+
"color": {
|
|
9324
|
+
"type": "string",
|
|
9325
|
+
"propertyEditorValues": {
|
|
9326
|
+
"transparent": {},
|
|
9327
|
+
"inherit": {},
|
|
9328
|
+
"initial": {},
|
|
9329
|
+
"-moz-initial": {},
|
|
9330
|
+
"revert": {},
|
|
9331
|
+
"revert-layer": {},
|
|
9332
|
+
"unset": {},
|
|
9333
|
+
"aliceblue": {},
|
|
9334
|
+
"antiquewhite": {},
|
|
9335
|
+
"aqua": {},
|
|
9336
|
+
"aquamarine": {},
|
|
9337
|
+
"azure": {},
|
|
9338
|
+
"beige": {},
|
|
9339
|
+
"bisque": {},
|
|
9340
|
+
"black": {},
|
|
9341
|
+
"blanchedalmond": {},
|
|
9342
|
+
"blue": {},
|
|
9343
|
+
"blueviolet": {},
|
|
9344
|
+
"brown": {},
|
|
9345
|
+
"burlywood": {},
|
|
9346
|
+
"cadetblue": {},
|
|
9347
|
+
"chartreuse": {},
|
|
9348
|
+
"chocolate": {},
|
|
9349
|
+
"coral": {},
|
|
9350
|
+
"cornflowerblue": {},
|
|
9351
|
+
"cornsilk": {},
|
|
9352
|
+
"crimson": {},
|
|
9353
|
+
"cyan": {},
|
|
9354
|
+
"darkblue": {},
|
|
9355
|
+
"darkcyan": {},
|
|
9356
|
+
"darkgoldenrod": {},
|
|
9357
|
+
"darkgray": {},
|
|
9358
|
+
"darkgreen": {},
|
|
9359
|
+
"darkgrey": {},
|
|
9360
|
+
"darkkhaki": {},
|
|
9361
|
+
"darkmagenta": {},
|
|
9362
|
+
"darkolivegreen": {},
|
|
9363
|
+
"darkorange": {},
|
|
9364
|
+
"darkorchid": {},
|
|
9365
|
+
"darkred": {},
|
|
9366
|
+
"darksalmon": {},
|
|
9367
|
+
"darkseagreen": {},
|
|
9368
|
+
"darkslateblue": {},
|
|
9369
|
+
"darkslategray": {},
|
|
9370
|
+
"darkslategrey": {},
|
|
9371
|
+
"darkturquoise": {},
|
|
9372
|
+
"darkviolet": {},
|
|
9373
|
+
"deeppink": {},
|
|
9374
|
+
"deepskyblue": {},
|
|
9375
|
+
"dimgray": {},
|
|
9376
|
+
"dimgrey": {},
|
|
9377
|
+
"dodgerblue": {},
|
|
9378
|
+
"firebrick": {},
|
|
9379
|
+
"floralwhite": {},
|
|
9380
|
+
"forestgreen": {},
|
|
9381
|
+
"fuchsia": {},
|
|
9382
|
+
"gainsboro": {},
|
|
9383
|
+
"ghostwhite": {},
|
|
9384
|
+
"gold": {},
|
|
9385
|
+
"goldenrod": {},
|
|
9386
|
+
"gray": {},
|
|
9387
|
+
"green": {},
|
|
9388
|
+
"greenyellow": {},
|
|
9389
|
+
"grey": {},
|
|
9390
|
+
"honeydew": {},
|
|
9391
|
+
"hotpink": {},
|
|
9392
|
+
"indianred": {},
|
|
9393
|
+
"indigo": {},
|
|
9394
|
+
"ivory": {},
|
|
9395
|
+
"khaki": {},
|
|
9396
|
+
"lavender": {},
|
|
9397
|
+
"lavenderblush": {},
|
|
9398
|
+
"lawngreen": {},
|
|
9399
|
+
"lemonchiffon": {},
|
|
9400
|
+
"lightblue": {},
|
|
9401
|
+
"lightcoral": {},
|
|
9402
|
+
"lightcyan": {},
|
|
9403
|
+
"lightgoldenrodyellow": {},
|
|
9404
|
+
"lightgray": {},
|
|
9405
|
+
"lightgreen": {},
|
|
9406
|
+
"lightgrey": {},
|
|
9407
|
+
"lightpink": {},
|
|
9408
|
+
"lightsalmon": {},
|
|
9409
|
+
"lightseagreen": {},
|
|
9410
|
+
"lightskyblue": {},
|
|
9411
|
+
"lightslategray": {},
|
|
9412
|
+
"lightslategrey": {},
|
|
9413
|
+
"lightsteelblue": {},
|
|
9414
|
+
"lightyellow": {},
|
|
9415
|
+
"lime": {},
|
|
9416
|
+
"limegreen": {},
|
|
9417
|
+
"linen": {},
|
|
9418
|
+
"magenta": {},
|
|
9419
|
+
"maroon": {},
|
|
9420
|
+
"mediumaquamarine": {},
|
|
9421
|
+
"mediumblue": {},
|
|
9422
|
+
"mediumorchid": {},
|
|
9423
|
+
"mediumpurple": {},
|
|
9424
|
+
"mediumseagreen": {},
|
|
9425
|
+
"mediumslateblue": {},
|
|
9426
|
+
"mediumspringgreen": {},
|
|
9427
|
+
"mediumturquoise": {},
|
|
9428
|
+
"mediumvioletred": {},
|
|
9429
|
+
"midnightblue": {},
|
|
9430
|
+
"mintcream": {},
|
|
9431
|
+
"mistyrose": {},
|
|
9432
|
+
"moccasin": {},
|
|
9433
|
+
"navajowhite": {},
|
|
9434
|
+
"navy": {},
|
|
9435
|
+
"oldlace": {},
|
|
9436
|
+
"olive": {},
|
|
9437
|
+
"olivedrab": {},
|
|
9438
|
+
"orange": {},
|
|
9439
|
+
"orangered": {},
|
|
9440
|
+
"orchid": {},
|
|
9441
|
+
"palegoldenrod": {},
|
|
9442
|
+
"palegreen": {},
|
|
9443
|
+
"paleturquoise": {},
|
|
9444
|
+
"palevioletred": {},
|
|
9445
|
+
"papayawhip": {},
|
|
9446
|
+
"peachpuff": {},
|
|
9447
|
+
"peru": {},
|
|
9448
|
+
"pink": {},
|
|
9449
|
+
"plum": {},
|
|
9450
|
+
"powderblue": {},
|
|
9451
|
+
"purple": {},
|
|
9452
|
+
"rebeccapurple": {},
|
|
9453
|
+
"red": {},
|
|
9454
|
+
"rosybrown": {},
|
|
9455
|
+
"royalblue": {},
|
|
9456
|
+
"saddlebrown": {},
|
|
9457
|
+
"salmon": {},
|
|
9458
|
+
"sandybrown": {},
|
|
9459
|
+
"seagreen": {},
|
|
9460
|
+
"seashell": {},
|
|
9461
|
+
"sienna": {},
|
|
9462
|
+
"silver": {},
|
|
9463
|
+
"skyblue": {},
|
|
9464
|
+
"slateblue": {},
|
|
9465
|
+
"slategray": {},
|
|
9466
|
+
"slategrey": {},
|
|
9467
|
+
"snow": {},
|
|
9468
|
+
"springgreen": {},
|
|
9469
|
+
"steelblue": {},
|
|
9470
|
+
"tan": {},
|
|
9471
|
+
"teal": {},
|
|
9472
|
+
"thistle": {},
|
|
9473
|
+
"tomato": {},
|
|
9474
|
+
"turquoise": {},
|
|
9475
|
+
"violet": {},
|
|
9476
|
+
"wheat": {},
|
|
9477
|
+
"white": {},
|
|
9478
|
+
"whitesmoke": {},
|
|
9479
|
+
"yellow": {},
|
|
9480
|
+
"yellowgreen": {},
|
|
9481
|
+
"ActiveBorder": {},
|
|
9482
|
+
"ActiveCaption": {},
|
|
9483
|
+
"AppWorkspace": {},
|
|
9484
|
+
"Background": {},
|
|
9485
|
+
"ButtonFace": {},
|
|
9486
|
+
"ButtonHighlight": {},
|
|
9487
|
+
"ButtonShadow": {},
|
|
9488
|
+
"ButtonText": {},
|
|
9489
|
+
"CaptionText": {},
|
|
9490
|
+
"GrayText": {},
|
|
9491
|
+
"Highlight": {},
|
|
9492
|
+
"HighlightText": {},
|
|
9493
|
+
"InactiveBorder": {},
|
|
9494
|
+
"InactiveCaption": {},
|
|
9495
|
+
"InactiveCaptionText": {},
|
|
9496
|
+
"InfoBackground": {},
|
|
9497
|
+
"InfoText": {},
|
|
9498
|
+
"Menu": {},
|
|
9499
|
+
"MenuText": {},
|
|
9500
|
+
"Scrollbar": {},
|
|
9501
|
+
"ThreeDDarkShadow": {},
|
|
9502
|
+
"ThreeDFace": {},
|
|
9503
|
+
"ThreeDHighlight": {},
|
|
9504
|
+
"ThreeDLightShadow": {},
|
|
9505
|
+
"ThreeDShadow": {},
|
|
9506
|
+
"Window": {},
|
|
9507
|
+
"WindowFrame": {},
|
|
9508
|
+
"WindowText": {},
|
|
9509
|
+
"currentcolor": {}
|
|
9510
|
+
}
|
|
9511
|
+
},
|
|
9512
|
+
"fontSize": {
|
|
9513
|
+
"type": "string"
|
|
9514
|
+
},
|
|
9515
|
+
"fontStyle": {
|
|
9516
|
+
"type": "string"
|
|
9517
|
+
},
|
|
9518
|
+
"fontWeight": {
|
|
9519
|
+
"type": "string"
|
|
9520
|
+
}
|
|
9521
|
+
}
|
|
8990
9522
|
}
|
|
8991
9523
|
}
|
|
8992
9524
|
}
|
|
@@ -9178,8 +9710,8 @@
|
|
|
9178
9710
|
},
|
|
9179
9711
|
"oj-c-line-chart": {
|
|
9180
9712
|
"name": "line-chart",
|
|
9181
|
-
"version": "17.0
|
|
9182
|
-
"jetVersion": "^17.0
|
|
9713
|
+
"version": "17.1.0",
|
|
9714
|
+
"jetVersion": "^17.1.0",
|
|
9183
9715
|
"pack": "oj-c",
|
|
9184
9716
|
"type": "composite",
|
|
9185
9717
|
"dependencyScope": "runtime",
|
|
@@ -9190,7 +9722,7 @@
|
|
|
9190
9722
|
"description": "A line chart displays information graphically using data points connected by straight or curved lines, making relationships among the data easier to understand.",
|
|
9191
9723
|
"displayName": "Line Chart",
|
|
9192
9724
|
"main": "oj-c/line-chart",
|
|
9193
|
-
"help": "oj-c.LineChart.html",
|
|
9725
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.LineChart.html",
|
|
9194
9726
|
"status": [
|
|
9195
9727
|
{
|
|
9196
9728
|
"type": "candidate",
|
|
@@ -9213,7 +9745,7 @@
|
|
|
9213
9745
|
]
|
|
9214
9746
|
},
|
|
9215
9747
|
"webelement": {
|
|
9216
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
9748
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/LineChartWebElement.html"
|
|
9217
9749
|
}
|
|
9218
9750
|
},
|
|
9219
9751
|
"propertyLayout": [
|
|
@@ -9322,7 +9854,21 @@
|
|
|
9322
9854
|
"description": "The time axis type of the chart x axis.",
|
|
9323
9855
|
"displayName": "TimeAxisType",
|
|
9324
9856
|
"help": "#timeAxisType",
|
|
9325
|
-
"
|
|
9857
|
+
"propertyEditorValues": {
|
|
9858
|
+
"enabled": {
|
|
9859
|
+
"description": "The regular time axis type. Time values are passed using <a target='_blank' href='oj-c.LineChartItem.html'>oj-c-line-chart-item</a> group-id attribute.",
|
|
9860
|
+
"displayName": "Regular"
|
|
9861
|
+
},
|
|
9862
|
+
"mixedFrequency": {
|
|
9863
|
+
"description": "The mixed frequency time axis type. The mixed frequency time axis type is used when different series have different sampling frequencies. Time values are passed using <a target='_blank' href='oj-c.LineChartItem.html'>oj-c-line-chart-item</a> x attribute.",
|
|
9864
|
+
"displayName": "MixedFrequency"
|
|
9865
|
+
},
|
|
9866
|
+
"skipGaps": {
|
|
9867
|
+
"description": "The regular time axis type. Time values are passed using <a target='_blank' href='oj-c.LineChartItem.html'>oj-c-line-chart-item</a> group-id attribute. Gap between time values will be ignored.",
|
|
9868
|
+
"displayName": "SkipGaps"
|
|
9869
|
+
}
|
|
9870
|
+
},
|
|
9871
|
+
"enumValues": [
|
|
9326
9872
|
"enabled",
|
|
9327
9873
|
"mixedFrequency",
|
|
9328
9874
|
"skipGaps"
|
|
@@ -9717,7 +10263,7 @@
|
|
|
9717
10263
|
"displayName": "Tick Label",
|
|
9718
10264
|
"properties": {
|
|
9719
10265
|
"converter": {
|
|
9720
|
-
"type": "object|",
|
|
10266
|
+
"type": "object|Array<object>",
|
|
9721
10267
|
"description": "The converter to format the axis tick labels.",
|
|
9722
10268
|
"displayName": "Converter"
|
|
9723
10269
|
},
|
|
@@ -9943,7 +10489,18 @@
|
|
|
9943
10489
|
"type": "DataProvider|null",
|
|
9944
10490
|
"description": "Specifies the DataProvider for the sections and items of the line-chart.",
|
|
9945
10491
|
"displayName": "Data",
|
|
9946
|
-
"help": "#data"
|
|
10492
|
+
"help": "#data",
|
|
10493
|
+
"extension": {
|
|
10494
|
+
"webelement": {
|
|
10495
|
+
"exceptionStatus": [
|
|
10496
|
+
{
|
|
10497
|
+
"type": "deprecated",
|
|
10498
|
+
"since": "17.1.0",
|
|
10499
|
+
"description": "Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead."
|
|
10500
|
+
}
|
|
10501
|
+
]
|
|
10502
|
+
}
|
|
10503
|
+
}
|
|
9947
10504
|
},
|
|
9948
10505
|
"selectionMode": {
|
|
9949
10506
|
"type": "string",
|
|
@@ -11012,8 +11569,8 @@
|
|
|
11012
11569
|
},
|
|
11013
11570
|
"oj-c-line-chart-item": {
|
|
11014
11571
|
"name": "line-chart-item",
|
|
11015
|
-
"version": "17.0
|
|
11016
|
-
"jetVersion": "^17.0
|
|
11572
|
+
"version": "17.1.0",
|
|
11573
|
+
"jetVersion": "^17.1.0",
|
|
11017
11574
|
"pack": "oj-c",
|
|
11018
11575
|
"type": "composite",
|
|
11019
11576
|
"dependencyScope": "runtime",
|
|
@@ -11025,7 +11582,7 @@
|
|
|
11025
11582
|
"description": "The oj-c-line-chart-item element is used to declare item properties",
|
|
11026
11583
|
"displayName": "LineChartItem",
|
|
11027
11584
|
"main": "oj-c/line-chart-item",
|
|
11028
|
-
"help": "oj-c.LineChartItem.html",
|
|
11585
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.LineChartItem.html",
|
|
11029
11586
|
"status": [
|
|
11030
11587
|
{
|
|
11031
11588
|
"type": "candidate",
|
|
@@ -11172,8 +11729,8 @@
|
|
|
11172
11729
|
},
|
|
11173
11730
|
"oj-c-line-chart-series": {
|
|
11174
11731
|
"name": "line-chart-series",
|
|
11175
|
-
"version": "17.0
|
|
11176
|
-
"jetVersion": "^17.0
|
|
11732
|
+
"version": "17.1.0",
|
|
11733
|
+
"jetVersion": "^17.1.0",
|
|
11177
11734
|
"pack": "oj-c",
|
|
11178
11735
|
"type": "composite",
|
|
11179
11736
|
"dependencyScope": "runtime",
|
|
@@ -11185,7 +11742,7 @@
|
|
|
11185
11742
|
"description": "The oj-c-line-chart-series element is used to declare series properties in the seriesTemplate",
|
|
11186
11743
|
"displayName": "LineChartSeries",
|
|
11187
11744
|
"main": "oj-c/line-chart-series",
|
|
11188
|
-
"help": "oj-c.LineChartSeries.html",
|
|
11745
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.LineChartSeries.html",
|
|
11189
11746
|
"status": [
|
|
11190
11747
|
{
|
|
11191
11748
|
"type": "candidate",
|
|
@@ -11344,8 +11901,8 @@
|
|
|
11344
11901
|
},
|
|
11345
11902
|
"oj-c-line-chart-group": {
|
|
11346
11903
|
"name": "line-chart-group",
|
|
11347
|
-
"version": "17.0
|
|
11348
|
-
"jetVersion": "^17.0
|
|
11904
|
+
"version": "17.1.0",
|
|
11905
|
+
"jetVersion": "^17.1.0",
|
|
11349
11906
|
"pack": "oj-c",
|
|
11350
11907
|
"type": "composite",
|
|
11351
11908
|
"dependencyScope": "runtime",
|
|
@@ -11357,7 +11914,7 @@
|
|
|
11357
11914
|
"description": "The oj-c-line-chart-group element is used to declare group properties in the groupTemplate",
|
|
11358
11915
|
"displayName": "LineChartGroup",
|
|
11359
11916
|
"main": "oj-c/line-chart-group",
|
|
11360
|
-
"help": "oj-c.LineChartGroup.html",
|
|
11917
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.LineChartGroup.html",
|
|
11361
11918
|
"status": [
|
|
11362
11919
|
{
|
|
11363
11920
|
"type": "candidate",
|
|
@@ -11442,8 +11999,8 @@
|
|
|
11442
11999
|
},
|
|
11443
12000
|
"oj-c-list-item-layout": {
|
|
11444
12001
|
"name": "list-item-layout",
|
|
11445
|
-
"version": "17.0
|
|
11446
|
-
"jetVersion": "^17.0
|
|
12002
|
+
"version": "17.1.0",
|
|
12003
|
+
"jetVersion": "^17.1.0",
|
|
11447
12004
|
"pack": "oj-c",
|
|
11448
12005
|
"type": "composite",
|
|
11449
12006
|
"dependencyScope": "runtime",
|
|
@@ -11454,7 +12011,7 @@
|
|
|
11454
12011
|
"description": "A List Item Layout represents layout used for list view item elements.",
|
|
11455
12012
|
"displayName": "List Item Layout",
|
|
11456
12013
|
"main": "oj-c/list-item-layout",
|
|
11457
|
-
"help": "oj-c.ListItemLayout.html",
|
|
12014
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ListItemLayout.html",
|
|
11458
12015
|
"status": [
|
|
11459
12016
|
{
|
|
11460
12017
|
"type": "supersedes",
|
|
@@ -11473,7 +12030,7 @@
|
|
|
11473
12030
|
"description": "Not accessible to WebDriverJS."
|
|
11474
12031
|
}
|
|
11475
12032
|
],
|
|
11476
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
12033
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ListItemLayoutWebElement.html"
|
|
11477
12034
|
}
|
|
11478
12035
|
},
|
|
11479
12036
|
"since": "14.0.0",
|
|
@@ -11544,6 +12101,16 @@
|
|
|
11544
12101
|
"none",
|
|
11545
12102
|
"listInset"
|
|
11546
12103
|
]
|
|
12104
|
+
},
|
|
12105
|
+
"verticalAlignment": {
|
|
12106
|
+
"type": "string",
|
|
12107
|
+
"description": "Default is 'middle' which vertically aligns layout content to center of the row.",
|
|
12108
|
+
"displayName": "verticalAlignment",
|
|
12109
|
+
"help": "#verticalAlignment",
|
|
12110
|
+
"enumValues": [
|
|
12111
|
+
"top",
|
|
12112
|
+
"middle"
|
|
12113
|
+
]
|
|
11547
12114
|
}
|
|
11548
12115
|
},
|
|
11549
12116
|
"methods": {
|
|
@@ -11592,8 +12159,8 @@
|
|
|
11592
12159
|
},
|
|
11593
12160
|
"oj-c-list-view": {
|
|
11594
12161
|
"name": "list-view",
|
|
11595
|
-
"version": "17.0
|
|
11596
|
-
"jetVersion": "^17.0
|
|
12162
|
+
"version": "17.1.0",
|
|
12163
|
+
"jetVersion": "^17.1.0",
|
|
11597
12164
|
"pack": "oj-c",
|
|
11598
12165
|
"type": "composite",
|
|
11599
12166
|
"dependencyScope": "runtime",
|
|
@@ -11603,7 +12170,7 @@
|
|
|
11603
12170
|
],
|
|
11604
12171
|
"displayName": "List View",
|
|
11605
12172
|
"description": "A list view displays data items as a list or a grid with highly interactive features.",
|
|
11606
|
-
"help": "oj-c.ListView.html",
|
|
12173
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ListView.html",
|
|
11607
12174
|
"main": "oj-c/list-view",
|
|
11608
12175
|
"status": [
|
|
11609
12176
|
{
|
|
@@ -11624,7 +12191,7 @@
|
|
|
11624
12191
|
]
|
|
11625
12192
|
},
|
|
11626
12193
|
"webelement": {
|
|
11627
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
12194
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ListViewWebElement.html"
|
|
11628
12195
|
}
|
|
11629
12196
|
},
|
|
11630
12197
|
"propertyLayout": [
|
|
@@ -11997,6 +12564,9 @@
|
|
|
11997
12564
|
"value": {
|
|
11998
12565
|
"type": "string|Array<string>"
|
|
11999
12566
|
},
|
|
12567
|
+
"menuSelectionGroupKey": {
|
|
12568
|
+
"type": "string"
|
|
12569
|
+
},
|
|
12000
12570
|
"contextMenuContext": {
|
|
12001
12571
|
"type": "object",
|
|
12002
12572
|
"properties": {
|
|
@@ -12115,8 +12685,8 @@
|
|
|
12115
12685
|
},
|
|
12116
12686
|
"oj-c-split-menu-button": {
|
|
12117
12687
|
"name": "split-menu-button",
|
|
12118
|
-
"version": "17.0
|
|
12119
|
-
"jetVersion": "^17.0
|
|
12688
|
+
"version": "17.1.0",
|
|
12689
|
+
"jetVersion": "^17.1.0",
|
|
12120
12690
|
"pack": "oj-c",
|
|
12121
12691
|
"type": "composite",
|
|
12122
12692
|
"dependencyScope": "runtime",
|
|
@@ -12126,11 +12696,11 @@
|
|
|
12126
12696
|
],
|
|
12127
12697
|
"description": "A Split Menu Button combines a push button and menu button.",
|
|
12128
12698
|
"displayName": "Split Menu Button",
|
|
12129
|
-
"help": "oj-c.SplitMenuButton.html",
|
|
12699
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.SplitMenuButton.html",
|
|
12130
12700
|
"main": "oj-c/split-menu-button",
|
|
12131
12701
|
"status": [
|
|
12132
12702
|
{
|
|
12133
|
-
"type": "
|
|
12703
|
+
"type": "production",
|
|
12134
12704
|
"since": "17.0.0"
|
|
12135
12705
|
}
|
|
12136
12706
|
],
|
|
@@ -12148,7 +12718,7 @@
|
|
|
12148
12718
|
]
|
|
12149
12719
|
},
|
|
12150
12720
|
"webelement": {
|
|
12151
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
12721
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/SplitMenuButtonWebElement.html"
|
|
12152
12722
|
}
|
|
12153
12723
|
},
|
|
12154
12724
|
"propertyLayout": [
|
|
@@ -12183,6 +12753,23 @@
|
|
|
12183
12753
|
"help": "#items",
|
|
12184
12754
|
"extension": {
|
|
12185
12755
|
"vbdt": {
|
|
12756
|
+
"pi": {
|
|
12757
|
+
"events": {
|
|
12758
|
+
"suggestions": [
|
|
12759
|
+
{
|
|
12760
|
+
"type": "component",
|
|
12761
|
+
"name": "ojMenuAction",
|
|
12762
|
+
"mappings": [
|
|
12763
|
+
{
|
|
12764
|
+
"variableName": "menuItemKey",
|
|
12765
|
+
"expression": "{{$event.detail.key}}",
|
|
12766
|
+
"type": "string"
|
|
12767
|
+
}
|
|
12768
|
+
]
|
|
12769
|
+
}
|
|
12770
|
+
]
|
|
12771
|
+
}
|
|
12772
|
+
},
|
|
12186
12773
|
"itemProperties": {
|
|
12187
12774
|
"type": {
|
|
12188
12775
|
"description": "Specifies the type of the menu item.",
|
|
@@ -12434,8 +13021,8 @@
|
|
|
12434
13021
|
},
|
|
12435
13022
|
"oj-c-selector": {
|
|
12436
13023
|
"name": "selector",
|
|
12437
|
-
"version": "17.0
|
|
12438
|
-
"jetVersion": "^17.0
|
|
13024
|
+
"version": "17.1.0",
|
|
13025
|
+
"jetVersion": "^17.1.0",
|
|
12439
13026
|
"pack": "oj-c",
|
|
12440
13027
|
"type": "composite",
|
|
12441
13028
|
"dependencyScope": "runtime",
|
|
@@ -12453,10 +13040,10 @@
|
|
|
12453
13040
|
"module": "oj-c/selector"
|
|
12454
13041
|
},
|
|
12455
13042
|
"webelement": {
|
|
12456
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
13043
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/SelectorWebElement.html"
|
|
12457
13044
|
}
|
|
12458
13045
|
},
|
|
12459
|
-
"help": "oj-c.Selector.html",
|
|
13046
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Selector.html",
|
|
12460
13047
|
"since": "15.0.0",
|
|
12461
13048
|
"status": [
|
|
12462
13049
|
{
|
|
@@ -12558,8 +13145,8 @@
|
|
|
12558
13145
|
},
|
|
12559
13146
|
"oj-c-selector-all": {
|
|
12560
13147
|
"name": "selector-all",
|
|
12561
|
-
"version": "17.0
|
|
12562
|
-
"jetVersion": "^17.0
|
|
13148
|
+
"version": "17.1.0",
|
|
13149
|
+
"jetVersion": "^17.1.0",
|
|
12563
13150
|
"pack": "oj-c",
|
|
12564
13151
|
"type": "composite",
|
|
12565
13152
|
"dependencyScope": "runtime",
|
|
@@ -12577,10 +13164,10 @@
|
|
|
12577
13164
|
"module": "oj-c/selectorAll"
|
|
12578
13165
|
},
|
|
12579
13166
|
"webelement": {
|
|
12580
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
13167
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/SelectorAllWebElement.html"
|
|
12581
13168
|
}
|
|
12582
13169
|
},
|
|
12583
|
-
"help": "oj-c.SelectorAll.html",
|
|
13170
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.SelectorAll.html",
|
|
12584
13171
|
"since": "15.0.0",
|
|
12585
13172
|
"status": [
|
|
12586
13173
|
{
|
|
@@ -12658,8 +13245,8 @@
|
|
|
12658
13245
|
},
|
|
12659
13246
|
"oj-c-input-date-text": {
|
|
12660
13247
|
"name": "input-date-text",
|
|
12661
|
-
"version": "17.0
|
|
12662
|
-
"jetVersion": "^17.0
|
|
13248
|
+
"version": "17.1.0",
|
|
13249
|
+
"jetVersion": "^17.1.0",
|
|
12663
13250
|
"pack": "oj-c",
|
|
12664
13251
|
"type": "composite",
|
|
12665
13252
|
"dependencyScope": "runtime",
|
|
@@ -12669,7 +13256,7 @@
|
|
|
12669
13256
|
],
|
|
12670
13257
|
"displayName": "InputDateText",
|
|
12671
13258
|
"description": "An input date text allows the user to enter a date value.",
|
|
12672
|
-
"help": "oj-c.InputDateText.html",
|
|
13259
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.InputDateText.html",
|
|
12673
13260
|
"main": "oj-c/input-date-text",
|
|
12674
13261
|
"status": [
|
|
12675
13262
|
{
|
|
@@ -12693,7 +13280,7 @@
|
|
|
12693
13280
|
]
|
|
12694
13281
|
},
|
|
12695
13282
|
"webelement": {
|
|
12696
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
13283
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/InputDateTextWebElement.html"
|
|
12697
13284
|
}
|
|
12698
13285
|
},
|
|
12699
13286
|
"propertyLayout": [
|
|
@@ -13173,8 +13760,8 @@
|
|
|
13173
13760
|
},
|
|
13174
13761
|
"oj-c-input-date-mask": {
|
|
13175
13762
|
"name": "input-date-mask",
|
|
13176
|
-
"version": "17.0
|
|
13177
|
-
"jetVersion": "^17.0
|
|
13763
|
+
"version": "17.1.0",
|
|
13764
|
+
"jetVersion": "^17.1.0",
|
|
13178
13765
|
"pack": "oj-c",
|
|
13179
13766
|
"type": "composite",
|
|
13180
13767
|
"dependencyScope": "runtime",
|
|
@@ -13184,7 +13771,7 @@
|
|
|
13184
13771
|
],
|
|
13185
13772
|
"displayName": "InputDateMask",
|
|
13186
13773
|
"description": "An input date mask field allows a user to individually edit, step, or spin the values of the month, day, and year fields of a calendar date.",
|
|
13187
|
-
"help": "oj-c.InputDateMask.html",
|
|
13774
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.InputDateMask.html",
|
|
13188
13775
|
"main": "oj-c/input-date-mask",
|
|
13189
13776
|
"status": [
|
|
13190
13777
|
{
|
|
@@ -13208,7 +13795,7 @@
|
|
|
13208
13795
|
]
|
|
13209
13796
|
},
|
|
13210
13797
|
"webelement": {
|
|
13211
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
13798
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/InputDateMaskWebElement.html"
|
|
13212
13799
|
}
|
|
13213
13800
|
},
|
|
13214
13801
|
"propertyLayout": [
|
|
@@ -13660,8 +14247,8 @@
|
|
|
13660
14247
|
},
|
|
13661
14248
|
"oj-c-legend": {
|
|
13662
14249
|
"name": "legend",
|
|
13663
|
-
"version": "17.0
|
|
13664
|
-
"jetVersion": "^17.0
|
|
14250
|
+
"version": "17.1.0",
|
|
14251
|
+
"jetVersion": "^17.1.0",
|
|
13665
14252
|
"pack": "oj-c",
|
|
13666
14253
|
"type": "composite",
|
|
13667
14254
|
"dependencyScope": "runtime",
|
|
@@ -13672,7 +14259,7 @@
|
|
|
13672
14259
|
"description": "A legend displays an interactive description of symbols, colors, etc., used in graphical information representations.",
|
|
13673
14260
|
"displayName": "Legend",
|
|
13674
14261
|
"main": "oj-c/legend",
|
|
13675
|
-
"help": "oj-c.Legend.html",
|
|
14262
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Legend.html",
|
|
13676
14263
|
"status": [
|
|
13677
14264
|
{
|
|
13678
14265
|
"type": "candidate",
|
|
@@ -13695,7 +14282,7 @@
|
|
|
13695
14282
|
]
|
|
13696
14283
|
},
|
|
13697
14284
|
"webelement": {
|
|
13698
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
14285
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/LegendWebElement.html"
|
|
13699
14286
|
}
|
|
13700
14287
|
},
|
|
13701
14288
|
"propertyLayout": [
|
|
@@ -13723,6 +14310,17 @@
|
|
|
13723
14310
|
"description": "Specifies the DataProvider for the sections and items of the legend.",
|
|
13724
14311
|
"displayName": "Data",
|
|
13725
14312
|
"help": "#data",
|
|
14313
|
+
"extension": {
|
|
14314
|
+
"webelement": {
|
|
14315
|
+
"exceptionStatus": [
|
|
14316
|
+
{
|
|
14317
|
+
"type": "deprecated",
|
|
14318
|
+
"since": "17.1.0",
|
|
14319
|
+
"description": "Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead."
|
|
14320
|
+
}
|
|
14321
|
+
]
|
|
14322
|
+
}
|
|
14323
|
+
},
|
|
13726
14324
|
"value": null
|
|
13727
14325
|
},
|
|
13728
14326
|
"drilling": {
|
|
@@ -14076,8 +14674,8 @@
|
|
|
14076
14674
|
},
|
|
14077
14675
|
"oj-c-legend-item": {
|
|
14078
14676
|
"name": "legend-item",
|
|
14079
|
-
"version": "17.0
|
|
14080
|
-
"jetVersion": "^17.0
|
|
14677
|
+
"version": "17.1.0",
|
|
14678
|
+
"jetVersion": "^17.1.0",
|
|
14081
14679
|
"pack": "oj-c",
|
|
14082
14680
|
"type": "composite",
|
|
14083
14681
|
"dependencyScope": "runtime",
|
|
@@ -14089,7 +14687,7 @@
|
|
|
14089
14687
|
"description": "The oj-c-legend-item element is used to declare properties for legend items.",
|
|
14090
14688
|
"displayName": "LegendItem",
|
|
14091
14689
|
"main": "oj-c/legend-item",
|
|
14092
|
-
"help": "oj-c.LegendItem.html",
|
|
14690
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.LegendItem.html",
|
|
14093
14691
|
"status": [
|
|
14094
14692
|
{
|
|
14095
14693
|
"type": "candidate",
|
|
@@ -14347,8 +14945,8 @@
|
|
|
14347
14945
|
},
|
|
14348
14946
|
"oj-c-legend-section": {
|
|
14349
14947
|
"name": "legend-section",
|
|
14350
|
-
"version": "17.0
|
|
14351
|
-
"jetVersion": "^17.0
|
|
14948
|
+
"version": "17.1.0",
|
|
14949
|
+
"jetVersion": "^17.1.0",
|
|
14352
14950
|
"pack": "oj-c",
|
|
14353
14951
|
"type": "composite",
|
|
14354
14952
|
"dependencyScope": "runtime",
|
|
@@ -14360,7 +14958,7 @@
|
|
|
14360
14958
|
"description": "The oj-c-legend-section element is used to declare properties for legend sections.",
|
|
14361
14959
|
"displayName": "LegendSection",
|
|
14362
14960
|
"main": "oj-c/legend-section",
|
|
14363
|
-
"help": "oj-c.LegendSection.html",
|
|
14961
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.LegendSection.html",
|
|
14364
14962
|
"status": [
|
|
14365
14963
|
{
|
|
14366
14964
|
"type": "candidate",
|
|
@@ -14388,7 +14986,6 @@
|
|
|
14388
14986
|
"displayName": "Text",
|
|
14389
14987
|
"help": "#text",
|
|
14390
14988
|
"translatable": true,
|
|
14391
|
-
"required": true,
|
|
14392
14989
|
"value": ""
|
|
14393
14990
|
}
|
|
14394
14991
|
},
|
|
@@ -14438,8 +15035,8 @@
|
|
|
14438
15035
|
},
|
|
14439
15036
|
"oj-c-tag-cloud": {
|
|
14440
15037
|
"name": "tag-cloud",
|
|
14441
|
-
"version": "17.0
|
|
14442
|
-
"jetVersion": "^17.0
|
|
15038
|
+
"version": "17.1.0",
|
|
15039
|
+
"jetVersion": "^17.1.0",
|
|
14443
15040
|
"pack": "oj-c",
|
|
14444
15041
|
"type": "composite",
|
|
14445
15042
|
"dependencyScope": "runtime",
|
|
@@ -14450,7 +15047,7 @@
|
|
|
14450
15047
|
"description": "A tag cloud is an interactive data visualization of textual data, where the importance of each tagged word or phrase is represented by font size or color.",
|
|
14451
15048
|
"displayName": "Tag Cloud",
|
|
14452
15049
|
"main": "oj-c/tag-cloud",
|
|
14453
|
-
"help": "oj-c.TagCloud.html",
|
|
15050
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.TagCloud.html",
|
|
14454
15051
|
"status": [
|
|
14455
15052
|
{
|
|
14456
15053
|
"type": "candidate",
|
|
@@ -14473,7 +15070,7 @@
|
|
|
14473
15070
|
]
|
|
14474
15071
|
},
|
|
14475
15072
|
"webelement": {
|
|
14476
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
15073
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/TagCloudWebElement.html"
|
|
14477
15074
|
}
|
|
14478
15075
|
},
|
|
14479
15076
|
"propertyLayout": [
|
|
@@ -14499,6 +15096,17 @@
|
|
|
14499
15096
|
"description": "Specifies the DataProvider for the sections and items of the tag-cloud",
|
|
14500
15097
|
"displayName": "Data",
|
|
14501
15098
|
"help": "#data",
|
|
15099
|
+
"extension": {
|
|
15100
|
+
"webelement": {
|
|
15101
|
+
"exceptionStatus": [
|
|
15102
|
+
{
|
|
15103
|
+
"type": "deprecated",
|
|
15104
|
+
"since": "17.1.0",
|
|
15105
|
+
"description": "Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead."
|
|
15106
|
+
}
|
|
15107
|
+
]
|
|
15108
|
+
}
|
|
15109
|
+
},
|
|
14502
15110
|
"value": null
|
|
14503
15111
|
},
|
|
14504
15112
|
"datatip": {
|
|
@@ -14671,8 +15279,8 @@
|
|
|
14671
15279
|
},
|
|
14672
15280
|
"oj-c-tag-cloud-item": {
|
|
14673
15281
|
"name": "tag-cloud-item",
|
|
14674
|
-
"version": "17.0
|
|
14675
|
-
"jetVersion": "^17.0
|
|
15282
|
+
"version": "17.1.0",
|
|
15283
|
+
"jetVersion": "^17.1.0",
|
|
14676
15284
|
"pack": "oj-c",
|
|
14677
15285
|
"type": "composite",
|
|
14678
15286
|
"dependencyScope": "runtime",
|
|
@@ -14684,7 +15292,7 @@
|
|
|
14684
15292
|
"description": "The oj-c-tag-cloud-item element is used to declare properties for tag cloud items",
|
|
14685
15293
|
"displayName": "TagCloudItem",
|
|
14686
15294
|
"main": "oj-c/tag-cloud-item",
|
|
14687
|
-
"help": "oj-c.TagCloudItem.html",
|
|
15295
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.TagCloudItem.html",
|
|
14688
15296
|
"status": [
|
|
14689
15297
|
{
|
|
14690
15298
|
"type": "candidate",
|
|
@@ -14782,8 +15390,8 @@
|
|
|
14782
15390
|
},
|
|
14783
15391
|
"oj-c-message-banner": {
|
|
14784
15392
|
"name": "message-banner",
|
|
14785
|
-
"version": "17.0
|
|
14786
|
-
"jetVersion": "^17.0
|
|
15393
|
+
"version": "17.1.0",
|
|
15394
|
+
"jetVersion": "^17.1.0",
|
|
14787
15395
|
"pack": "oj-c",
|
|
14788
15396
|
"type": "composite",
|
|
14789
15397
|
"dependencyScope": "runtime",
|
|
@@ -14794,7 +15402,7 @@
|
|
|
14794
15402
|
"description": "Message Banners are brief, moderately disruptive, semi-permanent messages that help communicate relevant and useful information.",
|
|
14795
15403
|
"displayName": "Message Banner",
|
|
14796
15404
|
"main": "oj-c/message-banner",
|
|
14797
|
-
"help": "oj-c.MessageBanner.html",
|
|
15405
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.MessageBanner.html",
|
|
14798
15406
|
"extension": {
|
|
14799
15407
|
"catalog": {
|
|
14800
15408
|
"category": "Controls"
|
|
@@ -14811,7 +15419,7 @@
|
|
|
14811
15419
|
"module": "oj-c/message-banner"
|
|
14812
15420
|
},
|
|
14813
15421
|
"webelement": {
|
|
14814
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
15422
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/MessageBannerWebElement.html"
|
|
14815
15423
|
}
|
|
14816
15424
|
},
|
|
14817
15425
|
"propertyLayout": [
|
|
@@ -15058,8 +15666,8 @@
|
|
|
15058
15666
|
},
|
|
15059
15667
|
"oj-c-radioset": {
|
|
15060
15668
|
"name": "radioset",
|
|
15061
|
-
"version": "17.0
|
|
15062
|
-
"jetVersion": "^17.0
|
|
15669
|
+
"version": "17.1.0",
|
|
15670
|
+
"jetVersion": "^17.1.0",
|
|
15063
15671
|
"pack": "oj-c",
|
|
15064
15672
|
"type": "composite",
|
|
15065
15673
|
"dependencyScope": "runtime",
|
|
@@ -15069,7 +15677,7 @@
|
|
|
15069
15677
|
],
|
|
15070
15678
|
"description": "A radio set allows the user to select one option from a set of mutually exclusive options.",
|
|
15071
15679
|
"displayName": "Radioset",
|
|
15072
|
-
"help": "oj-c.Radioset.html",
|
|
15680
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Radioset.html",
|
|
15073
15681
|
"main": "oj-c/radioset",
|
|
15074
15682
|
"status": [
|
|
15075
15683
|
{
|
|
@@ -15094,7 +15702,7 @@
|
|
|
15094
15702
|
]
|
|
15095
15703
|
},
|
|
15096
15704
|
"webelement": {
|
|
15097
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
15705
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/RadiosetWebElement.html"
|
|
15098
15706
|
}
|
|
15099
15707
|
},
|
|
15100
15708
|
"propertyLayout": [
|
|
@@ -15478,8 +16086,8 @@
|
|
|
15478
16086
|
},
|
|
15479
16087
|
"oj-c-action-card": {
|
|
15480
16088
|
"name": "action-card",
|
|
15481
|
-
"version": "17.0
|
|
15482
|
-
"jetVersion": "^17.0
|
|
16089
|
+
"version": "17.1.0",
|
|
16090
|
+
"jetVersion": "^17.1.0",
|
|
15483
16091
|
"pack": "oj-c",
|
|
15484
16092
|
"type": "composite",
|
|
15485
16093
|
"dependencyScope": "runtime",
|
|
@@ -15489,12 +16097,12 @@
|
|
|
15489
16097
|
],
|
|
15490
16098
|
"description": "An Action Card is an actionable container rendering related information",
|
|
15491
16099
|
"displayName": "Action Card",
|
|
15492
|
-
"help": "oj-c.ActionCard.html",
|
|
16100
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ActionCard.html",
|
|
15493
16101
|
"main": "oj-c/action-card",
|
|
15494
16102
|
"status": [
|
|
15495
16103
|
{
|
|
15496
16104
|
"type": "candidate",
|
|
15497
|
-
"since": "17.
|
|
16105
|
+
"since": "17.1.0"
|
|
15498
16106
|
}
|
|
15499
16107
|
],
|
|
15500
16108
|
"extension": {
|
|
@@ -15513,7 +16121,7 @@
|
|
|
15513
16121
|
"minColumns": "1"
|
|
15514
16122
|
},
|
|
15515
16123
|
"webelement": {
|
|
15516
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
16124
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ActionCardWebElement.html"
|
|
15517
16125
|
}
|
|
15518
16126
|
},
|
|
15519
16127
|
"since": "16.0.0",
|
|
@@ -15588,8 +16196,8 @@
|
|
|
15588
16196
|
},
|
|
15589
16197
|
"oj-c-selection-card": {
|
|
15590
16198
|
"name": "selection-card",
|
|
15591
|
-
"version": "17.0
|
|
15592
|
-
"jetVersion": "^17.0
|
|
16199
|
+
"version": "17.1.0",
|
|
16200
|
+
"jetVersion": "^17.1.0",
|
|
15593
16201
|
"pack": "oj-c",
|
|
15594
16202
|
"type": "composite",
|
|
15595
16203
|
"dependencyScope": "runtime",
|
|
@@ -15621,7 +16229,7 @@
|
|
|
15621
16229
|
"minColumns": "1"
|
|
15622
16230
|
},
|
|
15623
16231
|
"webelement": {
|
|
15624
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
16232
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/SelectionCardWebElement.html"
|
|
15625
16233
|
}
|
|
15626
16234
|
},
|
|
15627
16235
|
"since": "16.0.0",
|
|
@@ -15687,8 +16295,8 @@
|
|
|
15687
16295
|
},
|
|
15688
16296
|
"oj-c-checkbox": {
|
|
15689
16297
|
"name": "checkbox",
|
|
15690
|
-
"version": "17.0
|
|
15691
|
-
"jetVersion": "^17.0
|
|
16298
|
+
"version": "17.1.0",
|
|
16299
|
+
"jetVersion": "^17.1.0",
|
|
15692
16300
|
"pack": "oj-c",
|
|
15693
16301
|
"type": "composite",
|
|
15694
16302
|
"dependencyScope": "runtime",
|
|
@@ -15698,7 +16306,7 @@
|
|
|
15698
16306
|
],
|
|
15699
16307
|
"displayName": "Checkbox",
|
|
15700
16308
|
"description": "Checkbox is a single standalone checkbox control. It represents a boolean value.",
|
|
15701
|
-
"help": "oj-c.Checkbox.html",
|
|
16309
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Checkbox.html",
|
|
15702
16310
|
"main": "oj-c/checkbox",
|
|
15703
16311
|
"status": [
|
|
15704
16312
|
{
|
|
@@ -15722,7 +16330,7 @@
|
|
|
15722
16330
|
]
|
|
15723
16331
|
},
|
|
15724
16332
|
"webelement": {
|
|
15725
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
16333
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/CheckboxWebElement.html"
|
|
15726
16334
|
}
|
|
15727
16335
|
},
|
|
15728
16336
|
"propertyLayout": [
|
|
@@ -16013,8 +16621,8 @@
|
|
|
16013
16621
|
},
|
|
16014
16622
|
"oj-c-checkboxset": {
|
|
16015
16623
|
"name": "checkboxset",
|
|
16016
|
-
"version": "17.0
|
|
16017
|
-
"jetVersion": "^17.0
|
|
16624
|
+
"version": "17.1.0",
|
|
16625
|
+
"jetVersion": "^17.1.0",
|
|
16018
16626
|
"pack": "oj-c",
|
|
16019
16627
|
"type": "composite",
|
|
16020
16628
|
"dependencyScope": "runtime",
|
|
@@ -16024,7 +16632,7 @@
|
|
|
16024
16632
|
],
|
|
16025
16633
|
"displayName": "Checkboxset",
|
|
16026
16634
|
"description": "A checkbox set allows the user to select one or more options from a set.",
|
|
16027
|
-
"help": "oj-c.Checkboxset.html",
|
|
16635
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Checkboxset.html",
|
|
16028
16636
|
"main": "oj-c/checkboxset",
|
|
16029
16637
|
"status": [
|
|
16030
16638
|
{
|
|
@@ -16051,7 +16659,7 @@
|
|
|
16051
16659
|
]
|
|
16052
16660
|
},
|
|
16053
16661
|
"webelement": {
|
|
16054
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
16662
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/CheckboxsetWebElement.html"
|
|
16055
16663
|
}
|
|
16056
16664
|
},
|
|
16057
16665
|
"propertyLayout": [
|
|
@@ -16432,8 +17040,8 @@
|
|
|
16432
17040
|
},
|
|
16433
17041
|
"oj-c-popup": {
|
|
16434
17042
|
"name": "popup",
|
|
16435
|
-
"version": "17.0
|
|
16436
|
-
"jetVersion": "^17.0
|
|
17043
|
+
"version": "17.1.0",
|
|
17044
|
+
"jetVersion": "^17.1.0",
|
|
16437
17045
|
"pack": "oj-c",
|
|
16438
17046
|
"type": "composite",
|
|
16439
17047
|
"dependencyScope": "runtime",
|
|
@@ -16443,7 +17051,7 @@
|
|
|
16443
17051
|
],
|
|
16444
17052
|
"description": "A popup temporarily 'pops up' content in the foreground.",
|
|
16445
17053
|
"displayName": "Popup",
|
|
16446
|
-
"help": "oj-c.Popup.html",
|
|
17054
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Popup.html",
|
|
16447
17055
|
"main": "oj-c/popup",
|
|
16448
17056
|
"status": [
|
|
16449
17057
|
{
|
|
@@ -16465,7 +17073,7 @@
|
|
|
16465
17073
|
]
|
|
16466
17074
|
},
|
|
16467
17075
|
"webelement": {
|
|
16468
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
17076
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/PopupWebElement.html"
|
|
16469
17077
|
}
|
|
16470
17078
|
},
|
|
16471
17079
|
"propertyLayout": [
|
|
@@ -16742,8 +17350,8 @@
|
|
|
16742
17350
|
},
|
|
16743
17351
|
"oj-c-drawer-popup": {
|
|
16744
17352
|
"name": "drawer-popup",
|
|
16745
|
-
"version": "17.0
|
|
16746
|
-
"jetVersion": "^17.0
|
|
17353
|
+
"version": "17.1.0",
|
|
17354
|
+
"jetVersion": "^17.1.0",
|
|
16747
17355
|
"pack": "oj-c",
|
|
16748
17356
|
"type": "composite",
|
|
16749
17357
|
"dependencyScope": "runtime",
|
|
@@ -16753,7 +17361,7 @@
|
|
|
16753
17361
|
],
|
|
16754
17362
|
"description": "A Drawer Popup is a panel that slides into the viewport.",
|
|
16755
17363
|
"displayName": "Drawer Popup",
|
|
16756
|
-
"help": "oj-c.DrawerPopup.html",
|
|
17364
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.DrawerPopup.html",
|
|
16757
17365
|
"main": "oj-c/drawer-popup",
|
|
16758
17366
|
"status": [
|
|
16759
17367
|
{
|
|
@@ -16805,7 +17413,7 @@
|
|
|
16805
17413
|
]
|
|
16806
17414
|
},
|
|
16807
17415
|
"webelement": {
|
|
16808
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
17416
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/DrawerPopupWebElement.html"
|
|
16809
17417
|
}
|
|
16810
17418
|
},
|
|
16811
17419
|
"since": "16.0.0",
|
|
@@ -16941,8 +17549,8 @@
|
|
|
16941
17549
|
},
|
|
16942
17550
|
"oj-c-drawer-layout": {
|
|
16943
17551
|
"name": "drawer-layout",
|
|
16944
|
-
"version": "17.0
|
|
16945
|
-
"jetVersion": "^17.0
|
|
17552
|
+
"version": "17.1.0",
|
|
17553
|
+
"jetVersion": "^17.1.0",
|
|
16946
17554
|
"pack": "oj-c",
|
|
16947
17555
|
"type": "composite",
|
|
16948
17556
|
"dependencyScope": "runtime",
|
|
@@ -16952,7 +17560,7 @@
|
|
|
16952
17560
|
],
|
|
16953
17561
|
"description": "A Drawer Layout adds expandable side contents (drawers) alongside some primary content.",
|
|
16954
17562
|
"displayName": "Drawer Layout",
|
|
16955
|
-
"help": "oj-c.DrawerLayout.html",
|
|
17563
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.DrawerLayout.html",
|
|
16956
17564
|
"main": "oj-c/drawer-layout",
|
|
16957
17565
|
"status": [
|
|
16958
17566
|
{
|
|
@@ -16977,7 +17585,7 @@
|
|
|
16977
17585
|
]
|
|
16978
17586
|
},
|
|
16979
17587
|
"webelement": {
|
|
16980
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
17588
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/DrawerLayoutWebElement.html"
|
|
16981
17589
|
}
|
|
16982
17590
|
},
|
|
16983
17591
|
"propertyLayout": [
|
|
@@ -17149,8 +17757,8 @@
|
|
|
17149
17757
|
},
|
|
17150
17758
|
"oj-c-form-layout": {
|
|
17151
17759
|
"name": "form-layout",
|
|
17152
|
-
"version": "17.0
|
|
17153
|
-
"jetVersion": "^17.0
|
|
17760
|
+
"version": "17.1.0",
|
|
17761
|
+
"jetVersion": "^17.1.0",
|
|
17154
17762
|
"pack": "oj-c",
|
|
17155
17763
|
"type": "composite",
|
|
17156
17764
|
"dependencyScope": "runtime",
|
|
@@ -17160,7 +17768,7 @@
|
|
|
17160
17768
|
],
|
|
17161
17769
|
"displayName": "Form Layout",
|
|
17162
17770
|
"description": "A form layout manages the layout of labels and fields in a form.",
|
|
17163
|
-
"help": "oj-c.FormLayout.html",
|
|
17771
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.FormLayout.html",
|
|
17164
17772
|
"main": "oj-c/form-layout",
|
|
17165
17773
|
"status": [
|
|
17166
17774
|
{
|
|
@@ -17184,7 +17792,7 @@
|
|
|
17184
17792
|
]
|
|
17185
17793
|
},
|
|
17186
17794
|
"webelement": {
|
|
17187
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
17795
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/FormLayoutWebElement.html"
|
|
17188
17796
|
}
|
|
17189
17797
|
},
|
|
17190
17798
|
"propertyLayout": [
|
|
@@ -17455,8 +18063,8 @@
|
|
|
17455
18063
|
},
|
|
17456
18064
|
"oj-c-labelled-link": {
|
|
17457
18065
|
"name": "labelled-link",
|
|
17458
|
-
"version": "17.0
|
|
17459
|
-
"jetVersion": "^17.0
|
|
18066
|
+
"version": "17.1.0",
|
|
18067
|
+
"jetVersion": "^17.1.0",
|
|
17460
18068
|
"pack": "oj-c",
|
|
17461
18069
|
"type": "composite",
|
|
17462
18070
|
"dependencyScope": "runtime",
|
|
@@ -17466,7 +18074,7 @@
|
|
|
17466
18074
|
],
|
|
17467
18075
|
"displayName": "LabelledLink",
|
|
17468
18076
|
"description": "The Labelled Link component displays a readonly field that has a link for its content.",
|
|
17469
|
-
"help": "oj-c.LabelledLink.html",
|
|
18077
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.LabelledLink.html",
|
|
17470
18078
|
"main": "oj-c/labelled-link",
|
|
17471
18079
|
"status": [
|
|
17472
18080
|
{
|
|
@@ -17493,7 +18101,7 @@
|
|
|
17493
18101
|
]
|
|
17494
18102
|
},
|
|
17495
18103
|
"webelement": {
|
|
17496
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
18104
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/LabelledLinkWebElement.html"
|
|
17497
18105
|
}
|
|
17498
18106
|
},
|
|
17499
18107
|
"propertyLayout": [
|
|
@@ -17750,8 +18358,8 @@
|
|
|
17750
18358
|
},
|
|
17751
18359
|
"oj-c-menu-button": {
|
|
17752
18360
|
"name": "menu-button",
|
|
17753
|
-
"version": "17.0
|
|
17754
|
-
"jetVersion": "^17.0
|
|
18361
|
+
"version": "17.1.0",
|
|
18362
|
+
"jetVersion": "^17.1.0",
|
|
17755
18363
|
"pack": "oj-c",
|
|
17756
18364
|
"type": "composite",
|
|
17757
18365
|
"dependencyScope": "runtime",
|
|
@@ -17761,14 +18369,47 @@
|
|
|
17761
18369
|
],
|
|
17762
18370
|
"description": "A menu button launches a menu when clicked.",
|
|
17763
18371
|
"displayName": "Menu Button",
|
|
17764
|
-
"help": "oj-c.MenuButton.html",
|
|
18372
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.MenuButton.html",
|
|
17765
18373
|
"main": "oj-c/menu-button",
|
|
17766
18374
|
"extension": {
|
|
17767
18375
|
"catalog": {
|
|
17768
18376
|
"category": "Controls"
|
|
17769
18377
|
},
|
|
17770
18378
|
"vbdt": {
|
|
17771
|
-
"module": "oj-c/menu-button"
|
|
18379
|
+
"module": "oj-c/menu-button",
|
|
18380
|
+
"pi": {
|
|
18381
|
+
"events": {
|
|
18382
|
+
"suggestions": [
|
|
18383
|
+
{
|
|
18384
|
+
"type": "component",
|
|
18385
|
+
"name": "ojMenuAction",
|
|
18386
|
+
"mappings": [
|
|
18387
|
+
{
|
|
18388
|
+
"variableName": "menuItemKey",
|
|
18389
|
+
"expression": "{{$event.detail.key}}",
|
|
18390
|
+
"type": "string"
|
|
18391
|
+
}
|
|
18392
|
+
]
|
|
18393
|
+
},
|
|
18394
|
+
{
|
|
18395
|
+
"type": "component",
|
|
18396
|
+
"name": "onOjMenuSelection",
|
|
18397
|
+
"mappings": [
|
|
18398
|
+
{
|
|
18399
|
+
"variableName": "menuSelectionValue",
|
|
18400
|
+
"expression": "{{$event.detail.value}}",
|
|
18401
|
+
"type": "string"
|
|
18402
|
+
},
|
|
18403
|
+
{
|
|
18404
|
+
"variableName": "menuSelectionGroupKey",
|
|
18405
|
+
"expression": "{{$event.detail.menuSelectionGroupKey}}",
|
|
18406
|
+
"type": "string"
|
|
18407
|
+
}
|
|
18408
|
+
]
|
|
18409
|
+
}
|
|
18410
|
+
]
|
|
18411
|
+
}
|
|
18412
|
+
}
|
|
17772
18413
|
},
|
|
17773
18414
|
"oracle": {
|
|
17774
18415
|
"icon": "oj-ux-ico-menu-button",
|
|
@@ -17777,7 +18418,7 @@
|
|
|
17777
18418
|
]
|
|
17778
18419
|
},
|
|
17779
18420
|
"webelement": {
|
|
17780
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
18421
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/MenuButtonWebElement.html"
|
|
17781
18422
|
}
|
|
17782
18423
|
},
|
|
17783
18424
|
"propertyLayout": [
|
|
@@ -17840,6 +18481,18 @@
|
|
|
17840
18481
|
"type": "object",
|
|
17841
18482
|
"description": "An array containing key/value objects for menu selection groups.",
|
|
17842
18483
|
"help": "#selection",
|
|
18484
|
+
"extension": {
|
|
18485
|
+
"vbdt": {
|
|
18486
|
+
"keyedProperties": {
|
|
18487
|
+
"keys": {
|
|
18488
|
+
"type": "string"
|
|
18489
|
+
},
|
|
18490
|
+
"values": {
|
|
18491
|
+
"type": "string|Array<string>"
|
|
18492
|
+
}
|
|
18493
|
+
}
|
|
18494
|
+
}
|
|
18495
|
+
},
|
|
17843
18496
|
"writeback": true
|
|
17844
18497
|
},
|
|
17845
18498
|
"display": {
|
|
@@ -17880,7 +18533,7 @@
|
|
|
17880
18533
|
"help": "#size",
|
|
17881
18534
|
"propertyEditorValues": {
|
|
17882
18535
|
"xs": {
|
|
17883
|
-
"description": "Display an extra small button. Only
|
|
18536
|
+
"description": "Display an extra small button. Only supported for component developers with ghost chroming in icon display mode.",
|
|
17884
18537
|
"displayName": "Extra Small"
|
|
17885
18538
|
},
|
|
17886
18539
|
"sm": {
|
|
@@ -18023,8 +18676,8 @@
|
|
|
18023
18676
|
},
|
|
18024
18677
|
"oj-c-input-month-mask": {
|
|
18025
18678
|
"name": "input-month-mask",
|
|
18026
|
-
"version": "17.0
|
|
18027
|
-
"jetVersion": "^17.0
|
|
18679
|
+
"version": "17.1.0",
|
|
18680
|
+
"jetVersion": "^17.1.0",
|
|
18028
18681
|
"pack": "oj-c",
|
|
18029
18682
|
"type": "composite",
|
|
18030
18683
|
"dependencyScope": "runtime",
|
|
@@ -18034,7 +18687,7 @@
|
|
|
18034
18687
|
],
|
|
18035
18688
|
"displayName": "InputMonthMask",
|
|
18036
18689
|
"description": "An input month mask field allows a user to individually edit, step, or spin the values of the month and year fields.",
|
|
18037
|
-
"help": "oj-c.InputMonthMask.html",
|
|
18690
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.InputMonthMask.html",
|
|
18038
18691
|
"main": "oj-c/input-month-mask",
|
|
18039
18692
|
"status": [
|
|
18040
18693
|
{
|
|
@@ -18058,7 +18711,7 @@
|
|
|
18058
18711
|
]
|
|
18059
18712
|
},
|
|
18060
18713
|
"webelement": {
|
|
18061
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
18714
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/InputMonthMaskWebElement.html"
|
|
18062
18715
|
}
|
|
18063
18716
|
},
|
|
18064
18717
|
"propertyLayout": [
|
|
@@ -18526,8 +19179,8 @@
|
|
|
18526
19179
|
},
|
|
18527
19180
|
"oj-c-tab-bar": {
|
|
18528
19181
|
"name": "tab-bar",
|
|
18529
|
-
"version": "17.0
|
|
18530
|
-
"jetVersion": "^17.0
|
|
19182
|
+
"version": "17.1.0",
|
|
19183
|
+
"jetVersion": "^17.1.0",
|
|
18531
19184
|
"pack": "oj-c",
|
|
18532
19185
|
"type": "composite",
|
|
18533
19186
|
"dependencyScope": "runtime",
|
|
@@ -18537,7 +19190,7 @@
|
|
|
18537
19190
|
],
|
|
18538
19191
|
"description": "A tab bar allows navigation between different content sections.",
|
|
18539
19192
|
"displayName": "Tab Bar",
|
|
18540
|
-
"help": "oj-c.TabBar.html",
|
|
19193
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.TabBar.html",
|
|
18541
19194
|
"main": "oj-c/tab-bar",
|
|
18542
19195
|
"status": [
|
|
18543
19196
|
{
|
|
@@ -18699,6 +19352,16 @@
|
|
|
18699
19352
|
}
|
|
18700
19353
|
},
|
|
18701
19354
|
"methods": {
|
|
19355
|
+
"_doReorderHelper": {
|
|
19356
|
+
"description": "This is a private method that should only be called by the webelement API.",
|
|
19357
|
+
"params": [
|
|
19358
|
+
{
|
|
19359
|
+
"name": "tabBarKeys",
|
|
19360
|
+
"type": "Array<string|number>"
|
|
19361
|
+
}
|
|
19362
|
+
],
|
|
19363
|
+
"return": "void"
|
|
19364
|
+
},
|
|
18702
19365
|
"setProperty": {
|
|
18703
19366
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
18704
19367
|
"help": "#setProperty",
|
|
@@ -18743,14 +19406,14 @@
|
|
|
18743
19406
|
},
|
|
18744
19407
|
"extension": {
|
|
18745
19408
|
"webelement": {
|
|
18746
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
19409
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/TabBarWebElement.html"
|
|
18747
19410
|
}
|
|
18748
19411
|
}
|
|
18749
19412
|
},
|
|
18750
19413
|
"oj-c-tab-bar-mixed": {
|
|
18751
19414
|
"name": "tab-bar-mixed",
|
|
18752
|
-
"version": "17.0
|
|
18753
|
-
"jetVersion": "^17.0
|
|
19415
|
+
"version": "17.1.0",
|
|
19416
|
+
"jetVersion": "^17.1.0",
|
|
18754
19417
|
"pack": "oj-c",
|
|
18755
19418
|
"type": "composite",
|
|
18756
19419
|
"dependencyScope": "runtime",
|
|
@@ -18760,7 +19423,7 @@
|
|
|
18760
19423
|
],
|
|
18761
19424
|
"description": "A navigation component that enables horizontal navigation between distinct content with a mixture of static and dynamic tabs.",
|
|
18762
19425
|
"displayName": "Tab Bar Mixed",
|
|
18763
|
-
"help": "oj-c.TabBarMixed.html",
|
|
19426
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.TabBarMixed.html",
|
|
18764
19427
|
"main": "oj-c/tab-bar-mixed",
|
|
18765
19428
|
"status": [
|
|
18766
19429
|
{
|
|
@@ -18776,7 +19439,7 @@
|
|
|
18776
19439
|
"module": "oj-c/tab-bar-mixed"
|
|
18777
19440
|
},
|
|
18778
19441
|
"webelement": {
|
|
18779
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
19442
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/TabBarMixedWebElement.html"
|
|
18780
19443
|
}
|
|
18781
19444
|
},
|
|
18782
19445
|
"since": "16.1.0",
|
|
@@ -18994,8 +19657,8 @@
|
|
|
18994
19657
|
},
|
|
18995
19658
|
"oj-c-card-view": {
|
|
18996
19659
|
"name": "card-view",
|
|
18997
|
-
"version": "17.0
|
|
18998
|
-
"jetVersion": "^17.0
|
|
19660
|
+
"version": "17.1.0",
|
|
19661
|
+
"jetVersion": "^17.1.0",
|
|
18999
19662
|
"pack": "oj-c",
|
|
19000
19663
|
"type": "composite",
|
|
19001
19664
|
"dependencyScope": "runtime",
|
|
@@ -19005,7 +19668,7 @@
|
|
|
19005
19668
|
],
|
|
19006
19669
|
"displayName": "Card View",
|
|
19007
19670
|
"description": "A CardView displays data items as a grid with highly interactive features.",
|
|
19008
|
-
"help": "oj-c.CardView.html",
|
|
19671
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.CardView.html",
|
|
19009
19672
|
"main": "oj-c/card-view",
|
|
19010
19673
|
"status": [
|
|
19011
19674
|
{
|
|
@@ -19023,7 +19686,7 @@
|
|
|
19023
19686
|
]
|
|
19024
19687
|
},
|
|
19025
19688
|
"webelement": {
|
|
19026
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
19689
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/CardViewWebElement.html"
|
|
19027
19690
|
}
|
|
19028
19691
|
},
|
|
19029
19692
|
"propertyLayout": [
|
|
@@ -19317,8 +19980,8 @@
|
|
|
19317
19980
|
},
|
|
19318
19981
|
"oj-c-conveyor-belt": {
|
|
19319
19982
|
"name": "conveyor-belt",
|
|
19320
|
-
"version": "17.0
|
|
19321
|
-
"jetVersion": "^17.0
|
|
19983
|
+
"version": "17.1.0",
|
|
19984
|
+
"jetVersion": "^17.1.0",
|
|
19322
19985
|
"pack": "oj-c",
|
|
19323
19986
|
"type": "composite",
|
|
19324
19987
|
"dependencyScope": "runtime",
|
|
@@ -19329,7 +19992,7 @@
|
|
|
19329
19992
|
"displayName": "Conveyor Belt",
|
|
19330
19993
|
"description": "A conveyor belt manages overflow for its child elements and allows scrolling among them.",
|
|
19331
19994
|
"main": "oj-c/conveyor-belt",
|
|
19332
|
-
"help": "oj-c.ConveyorBelt.html",
|
|
19995
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ConveyorBelt.html",
|
|
19333
19996
|
"status": [
|
|
19334
19997
|
{
|
|
19335
19998
|
"type": "supersedes",
|
|
@@ -19492,14 +20155,14 @@
|
|
|
19492
20155
|
},
|
|
19493
20156
|
"extension": {
|
|
19494
20157
|
"webelement": {
|
|
19495
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
20158
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ConveyorBeltWebElement.html"
|
|
19496
20159
|
}
|
|
19497
20160
|
}
|
|
19498
20161
|
},
|
|
19499
20162
|
"oj-c-input-date-picker": {
|
|
19500
20163
|
"name": "input-date-picker",
|
|
19501
|
-
"version": "17.0
|
|
19502
|
-
"jetVersion": "^17.0
|
|
20164
|
+
"version": "17.1.0",
|
|
20165
|
+
"jetVersion": "^17.1.0",
|
|
19503
20166
|
"pack": "oj-c",
|
|
19504
20167
|
"type": "composite",
|
|
19505
20168
|
"dependencyScope": "runtime",
|
|
@@ -19509,12 +20172,15 @@
|
|
|
19509
20172
|
],
|
|
19510
20173
|
"displayName": "InputDatePicker",
|
|
19511
20174
|
"description": "An input date picker allows users to enter or select a single date using a calendar interface.",
|
|
19512
|
-
"help": "oj-c.InputDatePicker.html",
|
|
20175
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.InputDatePicker.html",
|
|
19513
20176
|
"main": "oj-c/input-date-picker",
|
|
19514
20177
|
"status": [
|
|
19515
20178
|
{
|
|
19516
|
-
"type": "
|
|
19517
|
-
"since": "17.
|
|
20179
|
+
"type": "supersedes",
|
|
20180
|
+
"since": "17.1.0",
|
|
20181
|
+
"value": [
|
|
20182
|
+
"oj-input-date"
|
|
20183
|
+
]
|
|
19518
20184
|
}
|
|
19519
20185
|
],
|
|
19520
20186
|
"extension": {
|
|
@@ -19530,7 +20196,7 @@
|
|
|
19530
20196
|
"icon": "oj-ux-ico-type-date-input"
|
|
19531
20197
|
},
|
|
19532
20198
|
"webelement": {
|
|
19533
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
20199
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/InputDatePickerWebElement.html"
|
|
19534
20200
|
}
|
|
19535
20201
|
},
|
|
19536
20202
|
"propertyLayout": [
|
|
@@ -19943,6 +20609,27 @@
|
|
|
19943
20609
|
"writeback": true,
|
|
19944
20610
|
"value": null
|
|
19945
20611
|
},
|
|
20612
|
+
"weekDisplay": {
|
|
20613
|
+
"type": "string",
|
|
20614
|
+
"propertyEditorValues": {
|
|
20615
|
+
"none": {
|
|
20616
|
+
"description": "The week of the year column will not be shown.",
|
|
20617
|
+
"displayName": "None"
|
|
20618
|
+
},
|
|
20619
|
+
"number": {
|
|
20620
|
+
"description": "Will show the week of the year as a number.",
|
|
20621
|
+
"displayName": "Number"
|
|
20622
|
+
}
|
|
20623
|
+
},
|
|
20624
|
+
"description": "Whether week of the year will be shown in the DatePicker.",
|
|
20625
|
+
"displayName": "Week Display",
|
|
20626
|
+
"help": "#weekDisplay",
|
|
20627
|
+
"enumValues": [
|
|
20628
|
+
"number",
|
|
20629
|
+
"none"
|
|
20630
|
+
],
|
|
20631
|
+
"value": "none"
|
|
20632
|
+
},
|
|
19946
20633
|
"rawValue": {
|
|
19947
20634
|
"type": "object",
|
|
19948
20635
|
"description": "Specifies how the raw value of the component",
|
|
@@ -20061,8 +20748,8 @@
|
|
|
20061
20748
|
},
|
|
20062
20749
|
"oj-c-drag-handle": {
|
|
20063
20750
|
"name": "drag-handle",
|
|
20064
|
-
"version": "17.0
|
|
20065
|
-
"jetVersion": "^17.0
|
|
20751
|
+
"version": "17.1.0",
|
|
20752
|
+
"jetVersion": "^17.1.0",
|
|
20066
20753
|
"pack": "oj-c",
|
|
20067
20754
|
"type": "composite",
|
|
20068
20755
|
"dependencyScope": "runtime",
|
|
@@ -20072,7 +20759,7 @@
|
|
|
20072
20759
|
],
|
|
20073
20760
|
"displayName": "Drag Handle",
|
|
20074
20761
|
"description": "A drag handle is a draggable icon used in components with reorder features.",
|
|
20075
|
-
"help": "oj-c.DragHandle.html",
|
|
20762
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.DragHandle.html",
|
|
20076
20763
|
"main": "oj-c/drag-handle",
|
|
20077
20764
|
"status": [
|
|
20078
20765
|
{
|
|
@@ -20093,7 +20780,7 @@
|
|
|
20093
20780
|
]
|
|
20094
20781
|
},
|
|
20095
20782
|
"webelement": {
|
|
20096
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
20783
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/DragHandleWebElement.html"
|
|
20097
20784
|
}
|
|
20098
20785
|
},
|
|
20099
20786
|
"since": "17.0.0",
|
|
@@ -20143,8 +20830,8 @@
|
|
|
20143
20830
|
},
|
|
20144
20831
|
"oj-c-toggle-button": {
|
|
20145
20832
|
"name": "toggle-button",
|
|
20146
|
-
"version": "17.0
|
|
20147
|
-
"jetVersion": "^17.0
|
|
20833
|
+
"version": "17.1.0",
|
|
20834
|
+
"jetVersion": "^17.1.0",
|
|
20148
20835
|
"pack": "oj-c",
|
|
20149
20836
|
"type": "composite",
|
|
20150
20837
|
"dependencyScope": "runtime",
|
|
@@ -20154,7 +20841,7 @@
|
|
|
20154
20841
|
],
|
|
20155
20842
|
"description": "Toggle Buttons allow users to switch between states when clicked or tapped.",
|
|
20156
20843
|
"displayName": "Toggle Button",
|
|
20157
|
-
"help": "oj-c.ToggleButton.html",
|
|
20844
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ToggleButton.html",
|
|
20158
20845
|
"main": "oj-c/toggle-button",
|
|
20159
20846
|
"extension": {
|
|
20160
20847
|
"catalog": {
|
|
@@ -20170,7 +20857,7 @@
|
|
|
20170
20857
|
]
|
|
20171
20858
|
},
|
|
20172
20859
|
"webelement": {
|
|
20173
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
20860
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ToggleButtonWebElement.html"
|
|
20174
20861
|
}
|
|
20175
20862
|
},
|
|
20176
20863
|
"propertyLayout": [
|
|
@@ -20372,8 +21059,8 @@
|
|
|
20372
21059
|
},
|
|
20373
21060
|
"oj-c-buttonset-single": {
|
|
20374
21061
|
"name": "buttonset-single",
|
|
20375
|
-
"version": "17.0
|
|
20376
|
-
"jetVersion": "^17.0
|
|
21062
|
+
"version": "17.1.0",
|
|
21063
|
+
"jetVersion": "^17.1.0",
|
|
20377
21064
|
"pack": "oj-c",
|
|
20378
21065
|
"type": "composite",
|
|
20379
21066
|
"dependencyScope": "runtime",
|
|
@@ -20383,7 +21070,7 @@
|
|
|
20383
21070
|
],
|
|
20384
21071
|
"description": "A Buttonset Single allows a user to select the state of one or more related options.",
|
|
20385
21072
|
"displayName": "Buttonset Single",
|
|
20386
|
-
"help": "oj-c.ButtonsetSingle.html",
|
|
21073
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ButtonsetSingle.html",
|
|
20387
21074
|
"main": "oj-c/buttonset-single",
|
|
20388
21075
|
"extension": {
|
|
20389
21076
|
"catalog": {
|
|
@@ -20399,13 +21086,13 @@
|
|
|
20399
21086
|
]
|
|
20400
21087
|
},
|
|
20401
21088
|
"webelement": {
|
|
20402
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
21089
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ButtonsetSingleWebElement.html"
|
|
20403
21090
|
}
|
|
20404
21091
|
},
|
|
20405
21092
|
"since": "17.0.0",
|
|
20406
21093
|
"status": [
|
|
20407
21094
|
{
|
|
20408
|
-
"type": "
|
|
21095
|
+
"type": "candidate",
|
|
20409
21096
|
"since": "17.0.0",
|
|
20410
21097
|
"value": [
|
|
20411
21098
|
"oj-buttonset-one"
|
|
@@ -20600,8 +21287,8 @@
|
|
|
20600
21287
|
},
|
|
20601
21288
|
"oj-c-buttonset-multiple": {
|
|
20602
21289
|
"name": "buttonset-multiple",
|
|
20603
|
-
"version": "17.0
|
|
20604
|
-
"jetVersion": "^17.0
|
|
21290
|
+
"version": "17.1.0",
|
|
21291
|
+
"jetVersion": "^17.1.0",
|
|
20605
21292
|
"pack": "oj-c",
|
|
20606
21293
|
"type": "composite",
|
|
20607
21294
|
"dependencyScope": "runtime",
|
|
@@ -20611,7 +21298,7 @@
|
|
|
20611
21298
|
],
|
|
20612
21299
|
"description": "A Buttonset Multiple allows a user to select the states of one or more related options.",
|
|
20613
21300
|
"displayName": "Buttonset Multiple",
|
|
20614
|
-
"help": "oj-c.ButtonsetMultiple.html",
|
|
21301
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ButtonsetMultiple.html",
|
|
20615
21302
|
"main": "oj-c/buttonset-multiple",
|
|
20616
21303
|
"extension": {
|
|
20617
21304
|
"catalog": {
|
|
@@ -20627,13 +21314,13 @@
|
|
|
20627
21314
|
]
|
|
20628
21315
|
},
|
|
20629
21316
|
"webelement": {
|
|
20630
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-
|
|
21317
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ButtonsetMultipleWebElement.html"
|
|
20631
21318
|
}
|
|
20632
21319
|
},
|
|
20633
21320
|
"since": "17.0.0",
|
|
20634
21321
|
"status": [
|
|
20635
21322
|
{
|
|
20636
|
-
"type": "
|
|
21323
|
+
"type": "candidate",
|
|
20637
21324
|
"since": "17.0.0",
|
|
20638
21325
|
"value": [
|
|
20639
21326
|
"oj-buttonset-many"
|
|
@@ -20825,6 +21512,967 @@
|
|
|
20825
21512
|
"return": "void"
|
|
20826
21513
|
}
|
|
20827
21514
|
}
|
|
21515
|
+
},
|
|
21516
|
+
"oj-c-progress-button": {
|
|
21517
|
+
"name": "progress-button",
|
|
21518
|
+
"version": "17.1.0",
|
|
21519
|
+
"jetVersion": "^17.1.0",
|
|
21520
|
+
"pack": "oj-c",
|
|
21521
|
+
"type": "composite",
|
|
21522
|
+
"dependencyScope": "runtime",
|
|
21523
|
+
"license": "https://opensource.org/licenses/UPL",
|
|
21524
|
+
"implements": [
|
|
21525
|
+
"CProgressButtonElement"
|
|
21526
|
+
],
|
|
21527
|
+
"description": "A Progress button represents button-level initiation.",
|
|
21528
|
+
"displayName": "Progress Button",
|
|
21529
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.ProgressButton.html",
|
|
21530
|
+
"main": "oj-c/progress-button",
|
|
21531
|
+
"since": "17.1.0",
|
|
21532
|
+
"status": [
|
|
21533
|
+
{
|
|
21534
|
+
"type": "production",
|
|
21535
|
+
"since": "17.1.0"
|
|
21536
|
+
}
|
|
21537
|
+
],
|
|
21538
|
+
"extension": {
|
|
21539
|
+
"catalog": {
|
|
21540
|
+
"category": "Controls"
|
|
21541
|
+
},
|
|
21542
|
+
"vbdt": {
|
|
21543
|
+
"module": "oj-c/progress-button"
|
|
21544
|
+
},
|
|
21545
|
+
"oracle": {
|
|
21546
|
+
"icon": "oj-ux-ico-button",
|
|
21547
|
+
"uxSpecs": [
|
|
21548
|
+
"button"
|
|
21549
|
+
]
|
|
21550
|
+
},
|
|
21551
|
+
"webelement": {
|
|
21552
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/ProgressButtonWebElement.html"
|
|
21553
|
+
}
|
|
21554
|
+
},
|
|
21555
|
+
"propertyLayout": [
|
|
21556
|
+
{
|
|
21557
|
+
"propertyGroup": "common",
|
|
21558
|
+
"items": [
|
|
21559
|
+
"label",
|
|
21560
|
+
"tooltip",
|
|
21561
|
+
"display",
|
|
21562
|
+
"chroming",
|
|
21563
|
+
"isloading",
|
|
21564
|
+
"size",
|
|
21565
|
+
"width",
|
|
21566
|
+
"edge",
|
|
21567
|
+
"disabled"
|
|
21568
|
+
]
|
|
21569
|
+
}
|
|
21570
|
+
],
|
|
21571
|
+
"properties": {
|
|
21572
|
+
"label": {
|
|
21573
|
+
"type": "string",
|
|
21574
|
+
"description": "Text to show in the button or as tooltip for icon mode.",
|
|
21575
|
+
"help": "#label",
|
|
21576
|
+
"required": true,
|
|
21577
|
+
"translatable": true
|
|
21578
|
+
},
|
|
21579
|
+
"tooltip": {
|
|
21580
|
+
"type": "string",
|
|
21581
|
+
"description": "Text to show in the tooltip. This overrides the default tooltip that renders the label when in icon mode.",
|
|
21582
|
+
"help": "#tooltip",
|
|
21583
|
+
"translatable": true
|
|
21584
|
+
},
|
|
21585
|
+
"disabled": {
|
|
21586
|
+
"type": "boolean",
|
|
21587
|
+
"description": "Specifies that the button element should be disabled.",
|
|
21588
|
+
"help": "#disabled",
|
|
21589
|
+
"value": false
|
|
21590
|
+
},
|
|
21591
|
+
"isLoading": {
|
|
21592
|
+
"type": "boolean",
|
|
21593
|
+
"description": "Specifies if progress should be shown.",
|
|
21594
|
+
"help": "#isLoading"
|
|
21595
|
+
},
|
|
21596
|
+
"width": {
|
|
21597
|
+
"type": "number|string",
|
|
21598
|
+
"description": "Specifies that the button style width",
|
|
21599
|
+
"help": "#width"
|
|
21600
|
+
},
|
|
21601
|
+
"display": {
|
|
21602
|
+
"type": "string",
|
|
21603
|
+
"description": "Display just the label, the icons, or all. Label is used as tooltip and should be set in all cases.",
|
|
21604
|
+
"help": "#display",
|
|
21605
|
+
"propertyEditorValues": {
|
|
21606
|
+
"all": {
|
|
21607
|
+
"description": "Display both the label and icons.",
|
|
21608
|
+
"displayName": "All"
|
|
21609
|
+
},
|
|
21610
|
+
"icons": {
|
|
21611
|
+
"description": "Display only the icons.",
|
|
21612
|
+
"displayName": "Icons"
|
|
21613
|
+
},
|
|
21614
|
+
"label": {
|
|
21615
|
+
"description": "Display only the text label.",
|
|
21616
|
+
"displayName": "label"
|
|
21617
|
+
}
|
|
21618
|
+
},
|
|
21619
|
+
"enumValues": [
|
|
21620
|
+
"all",
|
|
21621
|
+
"label",
|
|
21622
|
+
"icons"
|
|
21623
|
+
],
|
|
21624
|
+
"value": "all"
|
|
21625
|
+
},
|
|
21626
|
+
"size": {
|
|
21627
|
+
"type": "string",
|
|
21628
|
+
"description": "Size of button",
|
|
21629
|
+
"help": "#size",
|
|
21630
|
+
"propertyEditorValues": {
|
|
21631
|
+
"sm": {
|
|
21632
|
+
"description": "Display a small button.",
|
|
21633
|
+
"displayName": "Small"
|
|
21634
|
+
},
|
|
21635
|
+
"md": {
|
|
21636
|
+
"description": "Display a default size button.",
|
|
21637
|
+
"displayName": "Medium"
|
|
21638
|
+
},
|
|
21639
|
+
"lg": {
|
|
21640
|
+
"description": "Display a large button.",
|
|
21641
|
+
"displayName": "Large"
|
|
21642
|
+
}
|
|
21643
|
+
},
|
|
21644
|
+
"enumValues": [
|
|
21645
|
+
"sm",
|
|
21646
|
+
"md",
|
|
21647
|
+
"lg"
|
|
21648
|
+
],
|
|
21649
|
+
"value": "md"
|
|
21650
|
+
},
|
|
21651
|
+
"edge": {
|
|
21652
|
+
"type": "string",
|
|
21653
|
+
"description": "Specifies whether the button is attached to an edge. For example setting edge='bottom' can be used to attach a button to the bottom of a card. The button is then stretched to 100% width, and borders adjusted.",
|
|
21654
|
+
"help": "#edge",
|
|
21655
|
+
"propertyEditorValues": {
|
|
21656
|
+
"none": {
|
|
21657
|
+
"description": "Display a default standalone button.",
|
|
21658
|
+
"displayName": "Small"
|
|
21659
|
+
},
|
|
21660
|
+
"bottom": {
|
|
21661
|
+
"description": "Stretch the button to 100% width and adjust borders for usage at bottom of container.",
|
|
21662
|
+
"displayName": "Bottom"
|
|
21663
|
+
}
|
|
21664
|
+
},
|
|
21665
|
+
"enumValues": [
|
|
21666
|
+
"none",
|
|
21667
|
+
"bottom"
|
|
21668
|
+
],
|
|
21669
|
+
"value": "none"
|
|
21670
|
+
},
|
|
21671
|
+
"chroming": {
|
|
21672
|
+
"type": "string",
|
|
21673
|
+
"description": "Indicates in what states the button has variants in background and border.",
|
|
21674
|
+
"help": "#chroming",
|
|
21675
|
+
"propertyEditorValues": {
|
|
21676
|
+
"borderless": {
|
|
21677
|
+
"description": "Borderless buttons are a more prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.",
|
|
21678
|
+
"displayName": "Borderless"
|
|
21679
|
+
},
|
|
21680
|
+
"outlined": {
|
|
21681
|
+
"description": "Outlined buttons are salient, but lighter weight than solid buttons. Outlined buttons are useful for secondary actions.",
|
|
21682
|
+
"displayName": "Outlined"
|
|
21683
|
+
},
|
|
21684
|
+
"solid": {
|
|
21685
|
+
"description": "Solid buttons stand out, and direct the user's attention to the most important actions in the UI.",
|
|
21686
|
+
"displayName": "Solid"
|
|
21687
|
+
},
|
|
21688
|
+
"callToAction": {
|
|
21689
|
+
"description": "A Call To Action (CTA) button guides the user to take or complete the action that is the main goal of the page or page section. There should only be one CTA button on a page at any given time.",
|
|
21690
|
+
"displayName": "Call To Action"
|
|
21691
|
+
}
|
|
21692
|
+
},
|
|
21693
|
+
"enumValues": [
|
|
21694
|
+
"solid",
|
|
21695
|
+
"borderless",
|
|
21696
|
+
"outlined",
|
|
21697
|
+
"callToAction"
|
|
21698
|
+
],
|
|
21699
|
+
"binding": {
|
|
21700
|
+
"consume": {
|
|
21701
|
+
"name": "containerChroming"
|
|
21702
|
+
}
|
|
21703
|
+
},
|
|
21704
|
+
"value": "outlined"
|
|
21705
|
+
}
|
|
21706
|
+
},
|
|
21707
|
+
"slots": {
|
|
21708
|
+
"startIcon": {
|
|
21709
|
+
"description": "The startIcon slot is the button's start icon. The oj-c-progress-button element accepts DOM nodes as children with the startIcon slot.",
|
|
21710
|
+
"help": "#startIcon"
|
|
21711
|
+
}
|
|
21712
|
+
},
|
|
21713
|
+
"events": {
|
|
21714
|
+
"ojAction": {
|
|
21715
|
+
"bubbles": true,
|
|
21716
|
+
"description": "Triggered when a button is clicked, whether by keyboard, mouse, or touch events. To meet accessibility requirements, the only supported way to react to the click of a button is to listen for this event.",
|
|
21717
|
+
"eventGroup": "common",
|
|
21718
|
+
"help": "#event:action"
|
|
21719
|
+
}
|
|
21720
|
+
},
|
|
21721
|
+
"methods": {
|
|
21722
|
+
"focus": {
|
|
21723
|
+
"return": "void"
|
|
21724
|
+
},
|
|
21725
|
+
"blur": {
|
|
21726
|
+
"return": "void"
|
|
21727
|
+
},
|
|
21728
|
+
"click": {
|
|
21729
|
+
"return": "void"
|
|
21730
|
+
},
|
|
21731
|
+
"setProperty": {
|
|
21732
|
+
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
21733
|
+
"help": "#setProperty",
|
|
21734
|
+
"params": [
|
|
21735
|
+
{
|
|
21736
|
+
"name": "property",
|
|
21737
|
+
"description": "The property name to set. Supports dot notation for subproperty access.",
|
|
21738
|
+
"type": "string"
|
|
21739
|
+
},
|
|
21740
|
+
{
|
|
21741
|
+
"name": "value",
|
|
21742
|
+
"description": "The new value to set the property to.",
|
|
21743
|
+
"type": "any"
|
|
21744
|
+
}
|
|
21745
|
+
],
|
|
21746
|
+
"return": "void"
|
|
21747
|
+
},
|
|
21748
|
+
"getProperty": {
|
|
21749
|
+
"description": "Retrieves the value of a property or a subproperty.",
|
|
21750
|
+
"help": "#getProperty",
|
|
21751
|
+
"params": [
|
|
21752
|
+
{
|
|
21753
|
+
"name": "property",
|
|
21754
|
+
"description": "The property name to get. Supports dot notation for subproperty access.",
|
|
21755
|
+
"type": "string"
|
|
21756
|
+
}
|
|
21757
|
+
],
|
|
21758
|
+
"return": "any"
|
|
21759
|
+
},
|
|
21760
|
+
"setProperties": {
|
|
21761
|
+
"description": "Performs a batch set of properties.",
|
|
21762
|
+
"help": "#setProperties",
|
|
21763
|
+
"params": [
|
|
21764
|
+
{
|
|
21765
|
+
"name": "properties",
|
|
21766
|
+
"description": "An object containing the property and value pairs to set.",
|
|
21767
|
+
"type": "object"
|
|
21768
|
+
}
|
|
21769
|
+
],
|
|
21770
|
+
"return": "void"
|
|
21771
|
+
}
|
|
21772
|
+
}
|
|
21773
|
+
},
|
|
21774
|
+
"oj-c-table": {
|
|
21775
|
+
"name": "table",
|
|
21776
|
+
"version": "17.1.0",
|
|
21777
|
+
"jetVersion": "^17.1.0",
|
|
21778
|
+
"pack": "oj-c",
|
|
21779
|
+
"type": "composite",
|
|
21780
|
+
"dependencyScope": "runtime",
|
|
21781
|
+
"license": "https://opensource.org/licenses/UPL",
|
|
21782
|
+
"implements": [
|
|
21783
|
+
"CTableElement"
|
|
21784
|
+
],
|
|
21785
|
+
"displayName": "Table",
|
|
21786
|
+
"description": "A table displays data items in a tabular format with highly interactive features.",
|
|
21787
|
+
"help": "https://docs.oracle.com/en/middleware/developer-tools/jet/17.1/reference-api/oj-c.Table.html",
|
|
21788
|
+
"main": "oj-c/table",
|
|
21789
|
+
"status": [
|
|
21790
|
+
{
|
|
21791
|
+
"type": "candidate",
|
|
21792
|
+
"since": "17.1.0"
|
|
21793
|
+
}
|
|
21794
|
+
],
|
|
21795
|
+
"extension": {
|
|
21796
|
+
"catalog": {
|
|
21797
|
+
"category": "Collections"
|
|
21798
|
+
},
|
|
21799
|
+
"vbdt": {
|
|
21800
|
+
"module": "oj-c/table",
|
|
21801
|
+
"defaultColumns": 12,
|
|
21802
|
+
"minColumns": 2
|
|
21803
|
+
},
|
|
21804
|
+
"oracle": {
|
|
21805
|
+
"uxSpecs": [
|
|
21806
|
+
"table"
|
|
21807
|
+
],
|
|
21808
|
+
"icon": "oj-ux-ico-tables-basic"
|
|
21809
|
+
},
|
|
21810
|
+
"webelement": {
|
|
21811
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet-1710/cpwdtsdoc/classes/TableWebElement.html"
|
|
21812
|
+
}
|
|
21813
|
+
},
|
|
21814
|
+
"propertyLayout": [
|
|
21815
|
+
{
|
|
21816
|
+
"propertyGroup": "common",
|
|
21817
|
+
"items": [
|
|
21818
|
+
"selectionMode.row",
|
|
21819
|
+
"selectionMode.column",
|
|
21820
|
+
"horizontalGridVisible",
|
|
21821
|
+
"verticalGridVisible"
|
|
21822
|
+
]
|
|
21823
|
+
},
|
|
21824
|
+
{
|
|
21825
|
+
"propertyGroup": "data",
|
|
21826
|
+
"items": [
|
|
21827
|
+
"data",
|
|
21828
|
+
"columns",
|
|
21829
|
+
"selected.row",
|
|
21830
|
+
"selected.column"
|
|
21831
|
+
]
|
|
21832
|
+
}
|
|
21833
|
+
],
|
|
21834
|
+
"since": "17.1.0",
|
|
21835
|
+
"properties": {
|
|
21836
|
+
"layout": {
|
|
21837
|
+
"type": "string",
|
|
21838
|
+
"propertyEditorValues": {
|
|
21839
|
+
"contents": {
|
|
21840
|
+
"description": "When specified, the initial column sizes are determined by the contents of the data. Does not require an overall width set on the Table. Can have performance issues when large numbers of columns and/or rows are initially rendered.",
|
|
21841
|
+
"displayName": "Contents"
|
|
21842
|
+
},
|
|
21843
|
+
"fixed": {
|
|
21844
|
+
"description": "When specified, the initial column sizes are determined by column weights. Requires an overall width set on the Table (width='100%', width='200rem', etc.) Very performant when rendering large numbers of columns and/or rows.",
|
|
21845
|
+
"displayName": "Fixed"
|
|
21846
|
+
}
|
|
21847
|
+
},
|
|
21848
|
+
"description": "The column sizing method used for the Table's columns.",
|
|
21849
|
+
"displayName": "Layout",
|
|
21850
|
+
"help": "#layout",
|
|
21851
|
+
"enumValues": [
|
|
21852
|
+
"fixed",
|
|
21853
|
+
"contents"
|
|
21854
|
+
],
|
|
21855
|
+
"value": "contents"
|
|
21856
|
+
},
|
|
21857
|
+
"data": {
|
|
21858
|
+
"type": "DataProvider",
|
|
21859
|
+
"description": "The data provider for Table.",
|
|
21860
|
+
"displayName": "Data",
|
|
21861
|
+
"help": "#data"
|
|
21862
|
+
},
|
|
21863
|
+
"columns": {
|
|
21864
|
+
"type": "object",
|
|
21865
|
+
"description": "The set of columns that can be displayed in the Table.",
|
|
21866
|
+
"displayName": "Columns",
|
|
21867
|
+
"help": "#columns",
|
|
21868
|
+
"extension": {
|
|
21869
|
+
"vbdt": {
|
|
21870
|
+
"keyedProperties": {
|
|
21871
|
+
"keys": {
|
|
21872
|
+
"type": "string"
|
|
21873
|
+
},
|
|
21874
|
+
"values": {
|
|
21875
|
+
"type": "object",
|
|
21876
|
+
"properties": {
|
|
21877
|
+
"field": {
|
|
21878
|
+
"type": "string|number",
|
|
21879
|
+
"displayName": "Field",
|
|
21880
|
+
"description": "Specifies the field attribute of the row item data that is mapped to the column."
|
|
21881
|
+
},
|
|
21882
|
+
"headerText": {
|
|
21883
|
+
"type": "string",
|
|
21884
|
+
"displayName": "Header Text",
|
|
21885
|
+
"description": "Text to display in the header cell of the column."
|
|
21886
|
+
},
|
|
21887
|
+
"footerText": {
|
|
21888
|
+
"type": "string",
|
|
21889
|
+
"displayName": "Footer Text",
|
|
21890
|
+
"description": "Text to display in the footer cell of the column"
|
|
21891
|
+
},
|
|
21892
|
+
"template": {
|
|
21893
|
+
"type": "string",
|
|
21894
|
+
"description": "The name of the slot used to specify the template for rendering data cells in the column. See the Help documentation for more information.",
|
|
21895
|
+
"displayName": "Template",
|
|
21896
|
+
"dynamicSlotDef": "CellTemplateContext"
|
|
21897
|
+
},
|
|
21898
|
+
"headerTemplate": {
|
|
21899
|
+
"type": "string",
|
|
21900
|
+
"description": "The name of the slot used to specify the template for rendering the header cell in the column. See the Help documentation for more information.",
|
|
21901
|
+
"displayName": "Header Template",
|
|
21902
|
+
"dynamicSlotDef": "HeaderTemplateContext"
|
|
21903
|
+
},
|
|
21904
|
+
"footerTemplate": {
|
|
21905
|
+
"type": "string",
|
|
21906
|
+
"description": "The name of the slot used to specify the template for rendering the footer cell in the column. See the Help documentation for more information.",
|
|
21907
|
+
"displayName": "Footer Template",
|
|
21908
|
+
"dynamicSlotDef": "FooterTemplateContext"
|
|
21909
|
+
},
|
|
21910
|
+
"maxWidth": {
|
|
21911
|
+
"type": "number",
|
|
21912
|
+
"description": "The maximum width in pixels of the column. See the Help documentation for more information.",
|
|
21913
|
+
"displayName": "Max Width"
|
|
21914
|
+
},
|
|
21915
|
+
"minWidth": {
|
|
21916
|
+
"type": "number",
|
|
21917
|
+
"description": "The minimum width in pixels of the column. See the Help documentation for more information.",
|
|
21918
|
+
"displayName": "Min Width"
|
|
21919
|
+
},
|
|
21920
|
+
"weight": {
|
|
21921
|
+
"type": "number",
|
|
21922
|
+
"description": "Specifies the relative sizing weight of the column. See the Help documentation for more information.",
|
|
21923
|
+
"displayName": "Weight"
|
|
21924
|
+
},
|
|
21925
|
+
"padding": {
|
|
21926
|
+
"type": "string|object|function",
|
|
21927
|
+
"description": "Specifies padding for data cells in this column.",
|
|
21928
|
+
"displayName": "Padding",
|
|
21929
|
+
"propertyEditorValues": {
|
|
21930
|
+
"disabled": {},
|
|
21931
|
+
"enabled": {}
|
|
21932
|
+
}
|
|
21933
|
+
},
|
|
21934
|
+
"headerPadding": {
|
|
21935
|
+
"type": "string|object",
|
|
21936
|
+
"description": "Specifies padding for the header cell in this column.",
|
|
21937
|
+
"displayName": "Header Padding",
|
|
21938
|
+
"propertyEditorValues": {
|
|
21939
|
+
"disabled": {},
|
|
21940
|
+
"enabled": {}
|
|
21941
|
+
}
|
|
21942
|
+
},
|
|
21943
|
+
"footerPadding": {
|
|
21944
|
+
"type": "string|object",
|
|
21945
|
+
"description": "Specifies padding for the footer cell in this column.",
|
|
21946
|
+
"displayName": "Footer Padding",
|
|
21947
|
+
"propertyEditorValues": {
|
|
21948
|
+
"disabled": {},
|
|
21949
|
+
"enabled": {}
|
|
21950
|
+
}
|
|
21951
|
+
}
|
|
21952
|
+
}
|
|
21953
|
+
}
|
|
21954
|
+
}
|
|
21955
|
+
}
|
|
21956
|
+
}
|
|
21957
|
+
},
|
|
21958
|
+
"row": {
|
|
21959
|
+
"type": "object",
|
|
21960
|
+
"description": "A subset of attributes for controlling certain behaviors on a per row basis.",
|
|
21961
|
+
"displayName": "Row",
|
|
21962
|
+
"help": "#row",
|
|
21963
|
+
"properties": {
|
|
21964
|
+
"accessibleRowHeader": {
|
|
21965
|
+
"type": "any",
|
|
21966
|
+
"description": "The column key(s) to be used as the accessible row header(s) for assistive technologies. See the Help documentation for more information.",
|
|
21967
|
+
"displayName": "Accessible Row Header",
|
|
21968
|
+
"help": "#row.accessibleRowHeader"
|
|
21969
|
+
}
|
|
21970
|
+
}
|
|
21971
|
+
},
|
|
21972
|
+
"horizontalGridVisible": {
|
|
21973
|
+
"type": "string",
|
|
21974
|
+
"propertyEditorValues": {
|
|
21975
|
+
"enabled": {
|
|
21976
|
+
"description": "Display horizontal gridlines",
|
|
21977
|
+
"displayName": "Enabled"
|
|
21978
|
+
},
|
|
21979
|
+
"disabled": {
|
|
21980
|
+
"description": "Do not display horizontal gridlines",
|
|
21981
|
+
"displayName": "Disabled"
|
|
21982
|
+
}
|
|
21983
|
+
},
|
|
21984
|
+
"description": "Controls the display of the Table's horizontal gridlines.",
|
|
21985
|
+
"displayName": "Horizontal Grid Visible",
|
|
21986
|
+
"help": "#horizontalGridVisible",
|
|
21987
|
+
"enumValues": [
|
|
21988
|
+
"disabled",
|
|
21989
|
+
"enabled"
|
|
21990
|
+
],
|
|
21991
|
+
"value": "enabled"
|
|
21992
|
+
},
|
|
21993
|
+
"verticalGridVisible": {
|
|
21994
|
+
"type": "string",
|
|
21995
|
+
"propertyEditorValues": {
|
|
21996
|
+
"enabled": {
|
|
21997
|
+
"description": "Display vertical gridlines",
|
|
21998
|
+
"displayName": "Enabled"
|
|
21999
|
+
},
|
|
22000
|
+
"disabled": {
|
|
22001
|
+
"description": "Do not display vertical gridlines",
|
|
22002
|
+
"displayName": "Disabled"
|
|
22003
|
+
}
|
|
22004
|
+
},
|
|
22005
|
+
"description": "Controls the display of the Table's vertical gridlines.",
|
|
22006
|
+
"displayName": "Vertical Grid Visible",
|
|
22007
|
+
"help": "#verticalGridVisible",
|
|
22008
|
+
"enumValues": [
|
|
22009
|
+
"disabled",
|
|
22010
|
+
"enabled"
|
|
22011
|
+
],
|
|
22012
|
+
"value": "disabled"
|
|
22013
|
+
},
|
|
22014
|
+
"selected": {
|
|
22015
|
+
"type": "object",
|
|
22016
|
+
"description": "The selected rows and/or columns. See the Help documentation for more information.",
|
|
22017
|
+
"displayName": "Selected",
|
|
22018
|
+
"help": "#selected",
|
|
22019
|
+
"properties": {
|
|
22020
|
+
"column": {
|
|
22021
|
+
"type": "object",
|
|
22022
|
+
"description": "The selected columns. See the Help documentation for more information.",
|
|
22023
|
+
"displayName": "Selected Columns",
|
|
22024
|
+
"help": "#selected.column"
|
|
22025
|
+
},
|
|
22026
|
+
"row": {
|
|
22027
|
+
"type": "object",
|
|
22028
|
+
"description": "The selected rows. See the Help documentation for more information.",
|
|
22029
|
+
"displayName": "Selected Rows",
|
|
22030
|
+
"help": "#selected.row"
|
|
22031
|
+
}
|
|
22032
|
+
},
|
|
22033
|
+
"writeback": true
|
|
22034
|
+
},
|
|
22035
|
+
"selectionMode": {
|
|
22036
|
+
"type": "object",
|
|
22037
|
+
"description": "Specifies whether row and/or column selection gestures are enabled on the Table, and the cardinality of each (single/multiple/none).",
|
|
22038
|
+
"displayName": "Selection Mode",
|
|
22039
|
+
"help": "#selectionMode",
|
|
22040
|
+
"properties": {
|
|
22041
|
+
"column": {
|
|
22042
|
+
"type": "string",
|
|
22043
|
+
"propertyEditorValues": {
|
|
22044
|
+
"none": {
|
|
22045
|
+
"description": "Column selection gestures are disabled.",
|
|
22046
|
+
"displayName": "None"
|
|
22047
|
+
},
|
|
22048
|
+
"single": {
|
|
22049
|
+
"description": "A maximum of 1 column can be selected via user gestures.",
|
|
22050
|
+
"displayName": "Single"
|
|
22051
|
+
},
|
|
22052
|
+
"multiple": {
|
|
22053
|
+
"description": "Any number of columns can be selected via user gestures.",
|
|
22054
|
+
"displayName": "Multiple"
|
|
22055
|
+
}
|
|
22056
|
+
},
|
|
22057
|
+
"description": "Specifies whether column selection gestures are enabled on the Table.",
|
|
22058
|
+
"displayName": "Column Selection Mode",
|
|
22059
|
+
"help": "#selectionMode.column",
|
|
22060
|
+
"enumValues": [
|
|
22061
|
+
"none",
|
|
22062
|
+
"multiple",
|
|
22063
|
+
"single"
|
|
22064
|
+
],
|
|
22065
|
+
"value": "none"
|
|
22066
|
+
},
|
|
22067
|
+
"row": {
|
|
22068
|
+
"type": "string",
|
|
22069
|
+
"propertyEditorValues": {
|
|
22070
|
+
"none": {
|
|
22071
|
+
"description": "Row selection gestures are disabled.",
|
|
22072
|
+
"displayName": "None"
|
|
22073
|
+
},
|
|
22074
|
+
"single": {
|
|
22075
|
+
"description": "A maximum of 1 row can be selected via user gestures.",
|
|
22076
|
+
"displayName": "Single"
|
|
22077
|
+
},
|
|
22078
|
+
"multiple": {
|
|
22079
|
+
"description": "Any number of rows can be selected via user gestures.",
|
|
22080
|
+
"displayName": "Multiple"
|
|
22081
|
+
}
|
|
22082
|
+
},
|
|
22083
|
+
"description": "Specifies whether row selection gestures are enabled on the Table.",
|
|
22084
|
+
"displayName": "Row Selection Mode",
|
|
22085
|
+
"help": "#selectionMode.row",
|
|
22086
|
+
"enumValues": [
|
|
22087
|
+
"none",
|
|
22088
|
+
"multiple",
|
|
22089
|
+
"single"
|
|
22090
|
+
],
|
|
22091
|
+
"value": "none"
|
|
22092
|
+
}
|
|
22093
|
+
}
|
|
22094
|
+
},
|
|
22095
|
+
"selectAllControl": {
|
|
22096
|
+
"type": "string",
|
|
22097
|
+
"propertyEditorValues": {
|
|
22098
|
+
"hidden": {
|
|
22099
|
+
"description": "Do not display the select all control",
|
|
22100
|
+
"displayName": "Hidden"
|
|
22101
|
+
},
|
|
22102
|
+
"visible": {
|
|
22103
|
+
"description": "Display the select all control",
|
|
22104
|
+
"displayName": "Visible"
|
|
22105
|
+
}
|
|
22106
|
+
},
|
|
22107
|
+
"description": "Controls the display of the Table's select all control when multiple row selection is enabled.",
|
|
22108
|
+
"displayName": "Select All Control",
|
|
22109
|
+
"help": "#selectAllControl",
|
|
22110
|
+
"enumValues": [
|
|
22111
|
+
"hidden",
|
|
22112
|
+
"visible"
|
|
22113
|
+
],
|
|
22114
|
+
"value": "visible"
|
|
22115
|
+
},
|
|
22116
|
+
"columnOrder": {
|
|
22117
|
+
"type": "Array<string>",
|
|
22118
|
+
"description": "Display and order of columns. See the Help documentation for more information.",
|
|
22119
|
+
"displayName": "Column Order",
|
|
22120
|
+
"help": "#columnOrder",
|
|
22121
|
+
"writeback": true
|
|
22122
|
+
},
|
|
22123
|
+
"currentCellOverride": {
|
|
22124
|
+
"type": "object",
|
|
22125
|
+
"description": "The cell override to apply to the current cell of the Table. In order for this property to be honored, a new object instance must be set.",
|
|
22126
|
+
"displayName": "Current Cell Override",
|
|
22127
|
+
"help": "#currentCellOverride"
|
|
22128
|
+
},
|
|
22129
|
+
"currentCell": {
|
|
22130
|
+
"type": "object",
|
|
22131
|
+
"description": "The cell currently being used as the target for keyboard gestures made on the Table.",
|
|
22132
|
+
"displayName": "Current Cell",
|
|
22133
|
+
"help": "#currentCell",
|
|
22134
|
+
"readOnly": true,
|
|
22135
|
+
"writeback": true
|
|
22136
|
+
},
|
|
22137
|
+
"columnWidths": {
|
|
22138
|
+
"type": "object",
|
|
22139
|
+
"description": "The desired widths of table columns. A record mapping column keys to numbers representing pixel widths for each column.",
|
|
22140
|
+
"displayName": "Column Widths",
|
|
22141
|
+
"help": "#columnWidths",
|
|
22142
|
+
"extension": {
|
|
22143
|
+
"vbdt": {
|
|
22144
|
+
"keyedProperties": {
|
|
22145
|
+
"keys": {
|
|
22146
|
+
"type": "string"
|
|
22147
|
+
},
|
|
22148
|
+
"values": {
|
|
22149
|
+
"type": "number"
|
|
22150
|
+
}
|
|
22151
|
+
}
|
|
22152
|
+
}
|
|
22153
|
+
},
|
|
22154
|
+
"writeback": true
|
|
22155
|
+
},
|
|
22156
|
+
"scrollPolicyOptions": {
|
|
22157
|
+
"type": "object",
|
|
22158
|
+
"description": "Options related to the Table's fetching and scrolling behaviors.",
|
|
22159
|
+
"displayName": "Scroll Policy Options",
|
|
22160
|
+
"help": "#scrollPolicyOptions",
|
|
22161
|
+
"properties": {
|
|
22162
|
+
"fetchSize": {
|
|
22163
|
+
"type": "number",
|
|
22164
|
+
"description": "The number of records the Table will request during each data fetch.",
|
|
22165
|
+
"displayName": "Fetch Size",
|
|
22166
|
+
"help": "#scrollPolicyOptions.fetchSize",
|
|
22167
|
+
"value": 25
|
|
22168
|
+
}
|
|
22169
|
+
}
|
|
22170
|
+
}
|
|
22171
|
+
},
|
|
22172
|
+
"slots": {
|
|
22173
|
+
"cellTemplate": {
|
|
22174
|
+
"description": "Named slot for the table's global cell template. See the Help documentation for more information.",
|
|
22175
|
+
"displayName": "Cell Template",
|
|
22176
|
+
"help": "#cellTemplate",
|
|
22177
|
+
"data": {
|
|
22178
|
+
"columnKey": {
|
|
22179
|
+
"type": "any"
|
|
22180
|
+
},
|
|
22181
|
+
"item": {
|
|
22182
|
+
"type": "object",
|
|
22183
|
+
"properties": {
|
|
22184
|
+
"data": {
|
|
22185
|
+
"type": "any"
|
|
22186
|
+
},
|
|
22187
|
+
"metadata": {
|
|
22188
|
+
"type": "object",
|
|
22189
|
+
"properties": {
|
|
22190
|
+
"indexFromParent": {
|
|
22191
|
+
"type": "number"
|
|
22192
|
+
},
|
|
22193
|
+
"isLeaf": {
|
|
22194
|
+
"type": "boolean"
|
|
22195
|
+
},
|
|
22196
|
+
"key": {
|
|
22197
|
+
"type": "any"
|
|
22198
|
+
},
|
|
22199
|
+
"message": {
|
|
22200
|
+
"type": "object",
|
|
22201
|
+
"properties": {
|
|
22202
|
+
"detail": {
|
|
22203
|
+
"type": "string"
|
|
22204
|
+
},
|
|
22205
|
+
"severity": {
|
|
22206
|
+
"type": "string|number"
|
|
22207
|
+
},
|
|
22208
|
+
"summary": {
|
|
22209
|
+
"type": "string"
|
|
22210
|
+
}
|
|
22211
|
+
}
|
|
22212
|
+
},
|
|
22213
|
+
"parentKey": {
|
|
22214
|
+
"type": "any"
|
|
22215
|
+
},
|
|
22216
|
+
"suggestion": {
|
|
22217
|
+
"type": "object"
|
|
22218
|
+
},
|
|
22219
|
+
"treeDepth": {
|
|
22220
|
+
"type": "number"
|
|
22221
|
+
}
|
|
22222
|
+
}
|
|
22223
|
+
}
|
|
22224
|
+
}
|
|
22225
|
+
},
|
|
22226
|
+
"data": {
|
|
22227
|
+
"type": "any"
|
|
22228
|
+
},
|
|
22229
|
+
"isTabbable": {
|
|
22230
|
+
"type": "boolean"
|
|
22231
|
+
}
|
|
22232
|
+
}
|
|
22233
|
+
},
|
|
22234
|
+
"headerTemplate": {
|
|
22235
|
+
"description": "Named slot for the table's global header template. See the Help documentation for more information.",
|
|
22236
|
+
"displayName": "Header Template",
|
|
22237
|
+
"help": "#headerTemplate",
|
|
22238
|
+
"data": {
|
|
22239
|
+
"key": {
|
|
22240
|
+
"type": "any"
|
|
22241
|
+
},
|
|
22242
|
+
"headerText": {
|
|
22243
|
+
"type": "string"
|
|
22244
|
+
},
|
|
22245
|
+
"isTabbable": {
|
|
22246
|
+
"type": "boolean"
|
|
22247
|
+
}
|
|
22248
|
+
}
|
|
22249
|
+
},
|
|
22250
|
+
"footerTemplate": {
|
|
22251
|
+
"description": "Named slot for the Table's global footer template. See the Help documentation for more information.",
|
|
22252
|
+
"displayName": "Footer Template",
|
|
22253
|
+
"help": "#footerTemplate",
|
|
22254
|
+
"data": {
|
|
22255
|
+
"key": {
|
|
22256
|
+
"type": "any"
|
|
22257
|
+
},
|
|
22258
|
+
"footerText": {
|
|
22259
|
+
"type": "string"
|
|
22260
|
+
},
|
|
22261
|
+
"isTabbable": {
|
|
22262
|
+
"type": "boolean"
|
|
22263
|
+
}
|
|
22264
|
+
}
|
|
22265
|
+
},
|
|
22266
|
+
"noData": {
|
|
22267
|
+
"description": "The template for rendering content when the table has an empty data set. See the Help documentation for more information.",
|
|
22268
|
+
"displayName": "No Data",
|
|
22269
|
+
"help": "#noData",
|
|
22270
|
+
"templateSlotRenderType": "RenderNoDataTemplate",
|
|
22271
|
+
"data": {
|
|
22272
|
+
"isTabbable": {
|
|
22273
|
+
"type": "boolean"
|
|
22274
|
+
}
|
|
22275
|
+
}
|
|
22276
|
+
}
|
|
22277
|
+
},
|
|
22278
|
+
"dynamicSlots": {
|
|
22279
|
+
"CellTemplateContext": {
|
|
22280
|
+
"description": "A set of dynamic templates for rendering the table content.",
|
|
22281
|
+
"displayName": "Dynamic Template Slots",
|
|
22282
|
+
"help": "#dynamicTemplates",
|
|
22283
|
+
"data": {
|
|
22284
|
+
"columnKey": {
|
|
22285
|
+
"type": "any"
|
|
22286
|
+
},
|
|
22287
|
+
"item": {
|
|
22288
|
+
"type": "object",
|
|
22289
|
+
"properties": {
|
|
22290
|
+
"data": {
|
|
22291
|
+
"type": "any"
|
|
22292
|
+
},
|
|
22293
|
+
"metadata": {
|
|
22294
|
+
"type": "object",
|
|
22295
|
+
"properties": {
|
|
22296
|
+
"indexFromParent": {
|
|
22297
|
+
"type": "number"
|
|
22298
|
+
},
|
|
22299
|
+
"isLeaf": {
|
|
22300
|
+
"type": "boolean"
|
|
22301
|
+
},
|
|
22302
|
+
"key": {
|
|
22303
|
+
"type": "any"
|
|
22304
|
+
},
|
|
22305
|
+
"message": {
|
|
22306
|
+
"type": "object",
|
|
22307
|
+
"properties": {
|
|
22308
|
+
"detail": {
|
|
22309
|
+
"type": "string"
|
|
22310
|
+
},
|
|
22311
|
+
"severity": {
|
|
22312
|
+
"type": "string|number"
|
|
22313
|
+
},
|
|
22314
|
+
"summary": {
|
|
22315
|
+
"type": "string"
|
|
22316
|
+
}
|
|
22317
|
+
}
|
|
22318
|
+
},
|
|
22319
|
+
"parentKey": {
|
|
22320
|
+
"type": "any"
|
|
22321
|
+
},
|
|
22322
|
+
"suggestion": {
|
|
22323
|
+
"type": "object"
|
|
22324
|
+
},
|
|
22325
|
+
"treeDepth": {
|
|
22326
|
+
"type": "number"
|
|
22327
|
+
}
|
|
22328
|
+
}
|
|
22329
|
+
}
|
|
22330
|
+
}
|
|
22331
|
+
},
|
|
22332
|
+
"data": {
|
|
22333
|
+
"type": "any"
|
|
22334
|
+
},
|
|
22335
|
+
"isTabbable": {
|
|
22336
|
+
"type": "boolean"
|
|
22337
|
+
}
|
|
22338
|
+
}
|
|
22339
|
+
},
|
|
22340
|
+
"HeaderTemplateContext": {
|
|
22341
|
+
"description": "A set of dynamic templates for rendering the table content.",
|
|
22342
|
+
"displayName": "Dynamic Template Slots",
|
|
22343
|
+
"help": "#dynamicTemplates",
|
|
22344
|
+
"data": {
|
|
22345
|
+
"key": {
|
|
22346
|
+
"type": "any"
|
|
22347
|
+
},
|
|
22348
|
+
"headerText": {
|
|
22349
|
+
"type": "string"
|
|
22350
|
+
},
|
|
22351
|
+
"isTabbable": {
|
|
22352
|
+
"type": "boolean"
|
|
22353
|
+
}
|
|
22354
|
+
}
|
|
22355
|
+
},
|
|
22356
|
+
"FooterTemplateContext": {
|
|
22357
|
+
"description": "A set of dynamic templates for rendering the table content.",
|
|
22358
|
+
"displayName": "Dynamic Template Slots",
|
|
22359
|
+
"help": "#dynamicTemplates",
|
|
22360
|
+
"data": {
|
|
22361
|
+
"key": {
|
|
22362
|
+
"type": "any"
|
|
22363
|
+
},
|
|
22364
|
+
"footerText": {
|
|
22365
|
+
"type": "string"
|
|
22366
|
+
},
|
|
22367
|
+
"isTabbable": {
|
|
22368
|
+
"type": "boolean"
|
|
22369
|
+
}
|
|
22370
|
+
}
|
|
22371
|
+
}
|
|
22372
|
+
},
|
|
22373
|
+
"events": {
|
|
22374
|
+
"ojRowAction": {
|
|
22375
|
+
"bubbles": true,
|
|
22376
|
+
"description": "Triggered when a user performs an action gesture on a row. See the Help documentation for more information.",
|
|
22377
|
+
"displayName": "On OjRowAction",
|
|
22378
|
+
"help": "#event:ojRowAction",
|
|
22379
|
+
"detail": {
|
|
22380
|
+
"context": {
|
|
22381
|
+
"type": "object",
|
|
22382
|
+
"properties": {
|
|
22383
|
+
"item": {
|
|
22384
|
+
"type": "object",
|
|
22385
|
+
"properties": {
|
|
22386
|
+
"data": {
|
|
22387
|
+
"type": "any"
|
|
22388
|
+
},
|
|
22389
|
+
"metadata": {
|
|
22390
|
+
"type": "object",
|
|
22391
|
+
"properties": {
|
|
22392
|
+
"indexFromParent": {
|
|
22393
|
+
"type": "number"
|
|
22394
|
+
},
|
|
22395
|
+
"isLeaf": {
|
|
22396
|
+
"type": "boolean"
|
|
22397
|
+
},
|
|
22398
|
+
"key": {
|
|
22399
|
+
"type": "any"
|
|
22400
|
+
},
|
|
22401
|
+
"message": {
|
|
22402
|
+
"type": "object",
|
|
22403
|
+
"properties": {
|
|
22404
|
+
"detail": {
|
|
22405
|
+
"type": "string"
|
|
22406
|
+
},
|
|
22407
|
+
"severity": {
|
|
22408
|
+
"type": "string|number"
|
|
22409
|
+
},
|
|
22410
|
+
"summary": {
|
|
22411
|
+
"type": "string"
|
|
22412
|
+
}
|
|
22413
|
+
}
|
|
22414
|
+
},
|
|
22415
|
+
"parentKey": {
|
|
22416
|
+
"type": "any"
|
|
22417
|
+
},
|
|
22418
|
+
"suggestion": {
|
|
22419
|
+
"type": "object"
|
|
22420
|
+
},
|
|
22421
|
+
"treeDepth": {
|
|
22422
|
+
"type": "number"
|
|
22423
|
+
}
|
|
22424
|
+
}
|
|
22425
|
+
}
|
|
22426
|
+
}
|
|
22427
|
+
}
|
|
22428
|
+
}
|
|
22429
|
+
}
|
|
22430
|
+
}
|
|
22431
|
+
}
|
|
22432
|
+
},
|
|
22433
|
+
"methods": {
|
|
22434
|
+
"setProperty": {
|
|
22435
|
+
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
22436
|
+
"help": "#setProperty",
|
|
22437
|
+
"params": [
|
|
22438
|
+
{
|
|
22439
|
+
"name": "property",
|
|
22440
|
+
"description": "The property name to set. Supports dot notation for subproperty access.",
|
|
22441
|
+
"type": "string"
|
|
22442
|
+
},
|
|
22443
|
+
{
|
|
22444
|
+
"name": "value",
|
|
22445
|
+
"description": "The new value to set the property to.",
|
|
22446
|
+
"type": "any"
|
|
22447
|
+
}
|
|
22448
|
+
],
|
|
22449
|
+
"return": "void"
|
|
22450
|
+
},
|
|
22451
|
+
"getProperty": {
|
|
22452
|
+
"description": "Retrieves the value of a property or a subproperty.",
|
|
22453
|
+
"help": "#getProperty",
|
|
22454
|
+
"params": [
|
|
22455
|
+
{
|
|
22456
|
+
"name": "property",
|
|
22457
|
+
"description": "The property name to get. Supports dot notation for subproperty access.",
|
|
22458
|
+
"type": "string"
|
|
22459
|
+
}
|
|
22460
|
+
],
|
|
22461
|
+
"return": "any"
|
|
22462
|
+
},
|
|
22463
|
+
"setProperties": {
|
|
22464
|
+
"description": "Performs a batch set of properties.",
|
|
22465
|
+
"help": "#setProperties",
|
|
22466
|
+
"params": [
|
|
22467
|
+
{
|
|
22468
|
+
"name": "properties",
|
|
22469
|
+
"description": "An object containing the property and value pairs to set.",
|
|
22470
|
+
"type": "object"
|
|
22471
|
+
}
|
|
22472
|
+
],
|
|
22473
|
+
"return": "void"
|
|
22474
|
+
}
|
|
22475
|
+
}
|
|
20828
22476
|
}
|
|
20829
22477
|
}
|
|
20830
22478
|
}
|