@oracle/oraclejet-core-pack 16.1.4 → 17.0.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 +82 -7
- package/oj-c/AreaChart.json +866 -382
- package/oj-c/AreaChartGroup.json +13 -7
- package/oj-c/AreaChartItem.json +23 -31
- package/oj-c/AreaChartSeries.json +21 -22
- package/oj-c/Avatar.json +11 -11
- package/oj-c/Button.json +55 -28
- package/oj-c/ButtonsetMultiple.json +567 -0
- package/oj-c/ButtonsetSingle.json +567 -0
- package/oj-c/CardView.json +638 -0
- package/oj-c/Checkbox.json +100 -85
- package/oj-c/Checkboxset.json +73 -81
- package/oj-c/Collapsible.json +70 -32
- package/oj-c/ConveyorBelt.json +325 -0
- package/oj-c/DatePicker.json +454 -0
- package/oj-c/DragHandle.json +135 -0
- package/oj-c/DrawerLayout.json +401 -0
- package/oj-c/DrawerPopup.json +36 -22
- package/oj-c/Dropdown/Dropdown.js +9 -0
- package/oj-c/Dropdown/index.js +6 -0
- package/oj-c/FilePicker.json +24 -83
- package/oj-c/FormLayout.json +27 -32
- package/oj-c/HighlightText.json +6 -6
- package/oj-c/InputDateMask.json +104 -117
- package/oj-c/InputDatePicker.json +1514 -0
- package/oj-c/InputDateText.json +104 -117
- package/oj-c/InputMonthMask.json +106 -130
- package/oj-c/InputNumber.json +87 -130
- package/oj-c/InputPassword.json +76 -112
- package/oj-c/InputSensitiveText.json +54 -64
- package/oj-c/InputText.json +85 -108
- package/oj-c/LabelledLink.json +31 -30
- package/oj-c/Legend.json +350 -356
- package/oj-c/LegendItem.json +79 -26
- package/oj-c/LegendSection.json +11 -5
- package/oj-c/LineChart.json +869 -385
- package/oj-c/LineChartGroup.json +13 -7
- package/oj-c/LineChartItem.json +23 -31
- package/oj-c/LineChartSeries.json +25 -26
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/ListView.json +393 -33
- package/oj-c/MenuButton.json +46 -38
- package/oj-c/MessageBanner.json +162 -15
- package/oj-c/MessageToast.json +123 -26
- package/oj-c/MeterBar.json +40 -29
- package/oj-c/MeterCircle.json +44 -33
- package/oj-c/Popup.json +628 -0
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/Radioset.json +42 -51
- package/oj-c/RatingGauge.json +23 -23
- package/oj-c/SelectMultiple.json +100 -117
- package/oj-c/SelectSingle.json +109 -112
- package/oj-c/SelectionCard.json +12 -6
- package/oj-c/Selector.json +9 -16
- package/oj-c/SelectorAll.json +7 -14
- package/oj-c/Sheet/Sheet.js +9 -0
- package/oj-c/Sheet/index.js +6 -0
- package/oj-c/SplitMenuButton.json +351 -27
- package/oj-c/TabBar.json +553 -0
- package/oj-c/TabBarMixed.json +43 -29
- package/oj-c/TagCloud.json +36 -36
- package/oj-c/TagCloudItem.json +17 -18
- package/oj-c/TextArea.json +84 -126
- package/oj-c/ToggleButton.json +513 -0
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js +1 -1
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js.map +1 -1
- package/oj-c/action-card/action-card.js +41 -4
- package/oj-c/action-card/component.json +20 -2
- package/oj-c/action-card.js +1 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +11 -0
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +9 -0
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +7 -13
- package/oj-c/area-chart/component.json +51 -12
- package/oj-c/area-chart-group/component.json +8 -2
- package/oj-c/area-chart-group.js +1 -1
- package/oj-c/area-chart-item/component.json +8 -2
- package/oj-c/area-chart-item.js +1 -1
- package/oj-c/area-chart-series/component.json +8 -2
- package/oj-c/area-chart-series.js +1 -1
- package/oj-c/area-chart.js +1 -1
- package/oj-c/avatar/avatar-styles.css +1 -0
- package/oj-c/avatar/component.json +5 -2
- package/oj-c/avatar.js +1 -1
- package/oj-c/button/button.js +36 -34
- package/oj-c/button/component.json +18 -19
- package/oj-c/button.js +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.d.ts +8 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js +13 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js.map +1 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.d.ts +101 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js +104 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js.map +1 -0
- package/oj-c/buttonset-multiple/__webdriver__/index.d.ts +17 -0
- package/oj-c/buttonset-multiple/__webdriver__/index.js +34 -0
- package/oj-c/buttonset-multiple/__webdriver__/index.js.map +1 -0
- package/oj-c/buttonset-multiple/buttonset-multiple-styles.css +12 -0
- package/oj-c/buttonset-multiple/buttonset-multiple.js +55 -0
- package/oj-c/buttonset-multiple/component.json +228 -0
- package/oj-c/buttonset-multiple/index.js +6 -0
- package/oj-c/buttonset-multiple.js +6 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.d.ts +8 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js +13 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js.map +1 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.d.ts +101 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js +104 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js.map +1 -0
- package/oj-c/buttonset-single/__webdriver__/index.d.ts +17 -0
- package/oj-c/buttonset-single/__webdriver__/index.js +34 -0
- package/oj-c/buttonset-single/__webdriver__/index.js.map +1 -0
- package/oj-c/buttonset-single/buttonset-single-styles.css +12 -0
- package/oj-c/buttonset-single/buttonset-single.js +55 -0
- package/oj-c/buttonset-single/component.json +228 -0
- package/oj-c/buttonset-single/index.js +6 -0
- package/oj-c/buttonset-single.js +6 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElement.d.ts +33 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js +70 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.d.ts +95 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js +104 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js.map +1 -0
- package/oj-c/card-view/__webdriver__/index.d.ts +17 -0
- package/oj-c/card-view/__webdriver__/index.js +34 -0
- package/oj-c/card-view/__webdriver__/index.js.map +1 -0
- package/oj-c/card-view/card-view-styles.css +15 -0
- package/oj-c/card-view/card-view.js +71 -0
- package/oj-c/card-view/cardViewItem.js +15 -0
- package/oj-c/card-view/component.json +323 -0
- package/oj-c/card-view/index.js +6 -0
- package/oj-c/card-view/useCardViewPreact.js +80 -0
- package/oj-c/card-view.js +6 -0
- package/oj-c/checkbox/checkbox.js +51 -91
- package/oj-c/checkbox/component.json +32 -19
- package/oj-c/checkbox/useCheckboxPreact.js +2 -4
- package/oj-c/checkbox.js +1 -1
- package/oj-c/checkboxset/checkboxset.js +38 -77
- package/oj-c/checkboxset/component.json +32 -24
- package/oj-c/checkboxset/useCheckboxsetPreact.js +1 -1
- package/oj-c/checkboxset.js +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.d.ts +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js.map +1 -1
- package/oj-c/collapsible/collapsible.js +9 -6
- package/oj-c/collapsible/component.json +40 -13
- package/oj-c/collapsible.js +1 -1
- package/oj-c/component.json +49 -5
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.d.ts +8 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js +13 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js.map +1 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.d.ts +44 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js +59 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js.map +1 -0
- package/oj-c/conveyor-belt/__webdriver__/index.d.ts +17 -0
- package/oj-c/conveyor-belt/__webdriver__/index.js +34 -0
- package/oj-c/conveyor-belt/__webdriver__/index.js.map +1 -0
- package/oj-c/conveyor-belt/component.json +181 -0
- package/oj-c/conveyor-belt/conveyor-belt-styles.css +20 -0
- package/oj-c/conveyor-belt/conveyor-belt.js +125 -0
- package/oj-c/conveyor-belt/conveyorBeltItem.js +13 -0
- package/oj-c/conveyor-belt/index.js +6 -0
- package/oj-c/conveyor-belt.js +6 -0
- package/oj-c/corepackbundle.js +6975 -5062
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.d.ts +8 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js +13 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js.map +1 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.d.ts +93 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +122 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -0
- package/oj-c/date-picker/__webdriver__/index.d.ts +17 -0
- package/oj-c/date-picker/__webdriver__/index.js +34 -0
- package/oj-c/date-picker/__webdriver__/index.js.map +1 -0
- package/oj-c/date-picker/component.json +179 -0
- package/oj-c/date-picker/date-picker-styles.css +14 -0
- package/oj-c/date-picker/date-picker.js +34 -0
- package/oj-c/date-picker/index.js +6 -0
- package/oj-c/date-picker.js +6 -0
- package/oj-c/drag-handle/component.json +82 -0
- package/oj-c/drag-handle/drag-handle.js +11 -0
- package/oj-c/drag-handle/index.js +6 -0
- package/oj-c/drag-handle.js +6 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.d.ts +8 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js +13 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js.map +1 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.d.ts +72 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js +95 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js.map +1 -0
- package/oj-c/drawer-layout/__webdriver__/index.d.ts +17 -0
- package/oj-c/drawer-layout/__webdriver__/index.js +34 -0
- package/oj-c/drawer-layout/__webdriver__/index.js.map +1 -0
- package/oj-c/drawer-layout/component.json +208 -0
- package/oj-c/drawer-layout/drawer-layout-styles.css +11 -0
- package/oj-c/drawer-layout/drawer-layout.js +37 -0
- package/oj-c/drawer-layout/index.js +6 -0
- package/oj-c/drawer-layout.js +6 -0
- package/oj-c/drawer-popup/component.json +53 -15
- package/oj-c/drawer-popup/drawer-popup.js +33 -5
- package/oj-c/drawer-popup.js +1 -1
- package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +2 -2
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +2 -5
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +15 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +89 -19
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
- package/oj-c/file-picker/component.json +10 -19
- package/oj-c/file-picker/file-picker.js +1 -9
- package/oj-c/file-picker.js +1 -1
- package/oj-c/form-layout/component.json +16 -11
- package/oj-c/form-layout/form-layout.js +11 -43
- package/oj-c/form-layout.js +1 -1
- package/oj-c/highlight-text/component.json +5 -2
- package/oj-c/highlight-text.js +1 -1
- package/oj-c/hooks/PRIVATE_useVisData/useVisData.js +44 -0
- package/oj-c/hooks/UNSAFE_useChartData/useChartData.js +4 -4
- package/oj-c/hooks/UNSAFE_useEditableValue/converterUtils.js +50 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/index.js +6 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/reducer.js +164 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/types.js +4 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +336 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/utils.js +35 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/validationUtils.js +53 -0
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +4 -1
- package/oj-c/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +23 -0
- package/oj-c/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +16 -0
- package/oj-c/input-date-mask/component.json +17 -7
- package/oj-c/input-date-mask/input-date-mask.js +11 -10
- package/oj-c/input-date-mask/useInputDateMaskPreact.js +22 -15
- package/oj-c/input-date-mask.js +1 -1
- package/oj-c/input-date-picker/DateRangeValidator.js +53 -0
- package/oj-c/input-date-picker/DateRestrictionValidator.js +35 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.d.ts +17 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js +73 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js.map +1 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +291 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +302 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -0
- package/oj-c/input-date-picker/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-date-picker/__webdriver__/index.js +34 -0
- package/oj-c/input-date-picker/__webdriver__/index.js.map +1 -0
- package/oj-c/input-date-picker/component.json +563 -0
- package/oj-c/input-date-picker/index.js +6 -0
- package/oj-c/input-date-picker/input-date-picker-styles.css +13 -0
- package/oj-c/input-date-picker/input-date-picker.js +39 -0
- package/oj-c/input-date-picker/useCombinedImplicitValidators.js +13 -0
- package/oj-c/input-date-picker/useImplicitCalendarDateConverter.js +17 -0
- package/oj-c/input-date-picker/useImplicitDateRangeValidator.js +29 -0
- package/oj-c/input-date-picker/useImplicitDateRestrictionValidator.js +16 -0
- package/oj-c/input-date-picker/useInputDatePicker.js +141 -0
- package/oj-c/input-date-picker/utils.js +23 -0
- package/oj-c/input-date-picker.js +6 -0
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +0 -7
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +0 -9
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -1
- package/oj-c/input-date-text/component.json +34 -21
- package/oj-c/input-date-text/input-date-text.js +52 -94
- package/oj-c/input-date-text/useInputDateTextPreact.js +19 -13
- package/oj-c/input-date-text.js +1 -1
- package/oj-c/input-month-mask/component.json +17 -7
- package/oj-c/input-month-mask/input-month-mask.js +11 -10
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +9 -1
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +19 -13
- package/oj-c/input-month-mask.js +1 -1
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +0 -7
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +0 -9
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
- package/oj-c/input-number/component.json +22 -19
- package/oj-c/input-number/input-number.js +52 -96
- package/oj-c/input-number.js +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +0 -7
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +0 -9
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/component.json +22 -19
- package/oj-c/input-password/input-password.js +47 -90
- package/oj-c/input-password.js +1 -1
- package/oj-c/input-sensitive-text/component.json +13 -6
- package/oj-c/input-sensitive-text/input-sensitive-text.js +11 -10
- package/oj-c/input-sensitive-text.js +1 -1
- package/oj-c/input-text/component.json +22 -16
- package/oj-c/input-text/input-text.js +57 -96
- package/oj-c/input-text/useInputTextPreact.js +15 -12
- package/oj-c/input-text.js +1 -1
- package/oj-c/labelled-link/component.json +12 -3
- package/oj-c/labelled-link.js +1 -1
- package/oj-c/legend/component.json +17 -2
- package/oj-c/legend/events.js +3 -2
- package/oj-c/legend/legend.js +28 -16
- package/oj-c/legend/utils.js +28 -6
- package/oj-c/legend-item/component.json +41 -6
- package/oj-c/legend-item/legend-item.js +4 -3
- package/oj-c/legend-item.js +1 -1
- package/oj-c/legend-section/component.json +18 -2
- package/oj-c/legend-section.js +1 -1
- package/oj-c/legend.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +11 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +9 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +55 -16
- package/oj-c/line-chart/line-chart.js +7 -13
- package/oj-c/line-chart-group/component.json +8 -2
- package/oj-c/line-chart-group.js +1 -1
- package/oj-c/line-chart-item/component.json +8 -2
- package/oj-c/line-chart-item.js +1 -1
- package/oj-c/line-chart-series/component.json +10 -4
- package/oj-c/line-chart-series/line-chart-series.js +1 -1
- package/oj-c/line-chart-series.js +1 -1
- package/oj-c/line-chart.js +1 -1
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.d.ts +12 -3
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +12 -3
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -1
- package/oj-c/list-item-layout/component.json +10 -14
- package/oj-c/list-item-layout/list-item-layout.js +3 -3
- package/oj-c/list-item-layout.js +1 -1
- package/oj-c/list-view/DataFetchLiveRegion.js +30 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +1 -1
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js +4 -7
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +26 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +18 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -1
- package/oj-c/list-view/component.json +207 -3
- package/oj-c/list-view/list-view.js +32 -7
- package/oj-c/list-view/useListViewPreact.js +101 -10
- package/oj-c/list-view.js +1 -1
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.d.ts +1 -0
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js +14 -8
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js.map +1 -1
- package/oj-c/menu-button/component.json +21 -17
- package/oj-c/menu-button/menu-button.js +5 -8
- package/oj-c/menu-button.js +1 -1
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.d.ts +7 -0
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js +9 -0
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js.map +1 -1
- package/oj-c/message-banner/component.json +28 -3
- package/oj-c/message-banner/message-banner.js +30 -3
- package/oj-c/message-banner.js +1 -1
- package/oj-c/message-toast/component.json +9 -4
- package/oj-c/message-toast.js +1 -1
- package/oj-c/metadata/allComponents.json +4181 -637
- package/oj-c/meter-bar/component.json +11 -3
- package/oj-c/meter-bar/meter-bar-styles.css +14 -2
- package/oj-c/meter-bar/meter-bar.js +2 -2
- package/oj-c/meter-bar.js +1 -1
- package/oj-c/meter-circle/component.json +11 -3
- package/oj-c/meter-circle/meter-circle-styles.css +5 -0
- package/oj-c/meter-circle/meter-circle.js +2 -2
- package/oj-c/meter-circle.js +1 -1
- package/oj-c/min/Dropdown/Dropdown.js +9 -0
- package/oj-c/min/Dropdown/index.js +6 -0
- package/oj-c/min/Sheet/Sheet.js +9 -0
- package/oj-c/min/Sheet/index.js +6 -0
- package/oj-c/min/action-card.js +1 -1
- package/oj-c/min/action-card.js.map +1 -1
- package/oj-c/min/area-chart-group.js +1 -1
- package/oj-c/min/area-chart-group.js.map +1 -1
- package/oj-c/min/area-chart-item.js +1 -1
- package/oj-c/min/area-chart-item.js.map +1 -1
- package/oj-c/min/area-chart-series.js +1 -1
- package/oj-c/min/area-chart-series.js.map +1 -1
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/avatar/avatar-styles.css +1 -0
- package/oj-c/min/avatar.js +1 -1
- package/oj-c/min/avatar.js.map +1 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/buttonset-multiple/buttonset-multiple-styles.css +12 -0
- package/oj-c/min/buttonset-multiple.js +2 -0
- package/oj-c/min/buttonset-multiple.js.map +1 -0
- package/oj-c/min/buttonset-single/buttonset-single-styles.css +12 -0
- package/oj-c/min/buttonset-single.js +2 -0
- package/oj-c/min/buttonset-single.js.map +1 -0
- package/oj-c/min/card-view/card-view-styles.css +15 -0
- package/oj-c/min/card-view.js +2 -0
- package/oj-c/min/card-view.js.map +1 -0
- 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/collapsible.js +1 -1
- package/oj-c/min/collapsible.js.map +1 -1
- package/oj-c/min/conveyor-belt/conveyor-belt-styles.css +20 -0
- package/oj-c/min/conveyor-belt.js +2 -0
- package/oj-c/min/conveyor-belt.js.map +1 -0
- package/oj-c/min/corepackbundle.css +121 -16
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/date-picker/date-picker-styles.css +14 -0
- package/oj-c/min/date-picker.js +2 -0
- package/oj-c/min/date-picker.js.map +1 -0
- package/oj-c/min/drag-handle.js +2 -0
- package/oj-c/min/drag-handle.js.map +1 -0
- package/oj-c/min/drawer-layout/drawer-layout-styles.css +11 -0
- package/oj-c/min/drawer-layout.js +2 -0
- package/oj-c/min/drawer-layout.js.map +1 -0
- package/oj-c/min/drawer-popup.js +1 -1
- package/oj-c/min/drawer-popup.js.map +1 -1
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +2 -2
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +2 -5
- package/oj-c/min/file-picker.js +1 -1
- package/oj-c/min/file-picker.js.map +1 -1
- package/oj-c/min/form-layout.js +1 -1
- package/oj-c/min/form-layout.js.map +1 -1
- package/oj-c/min/highlight-text.js +1 -1
- package/oj-c/min/highlight-text.js.map +1 -1
- package/oj-c/min/hooks/PRIVATE_useVisData/useVisData.js +44 -0
- package/oj-c/min/hooks/UNSAFE_useChartData/useChartData.js +4 -4
- package/oj-c/min/hooks/UNSAFE_useEditableValue/converterUtils.js +50 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/index.js +6 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/reducer.js +164 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/types.js +4 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +336 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/utils.js +35 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/validationUtils.js +53 -0
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +4 -1
- package/oj-c/min/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +23 -0
- package/oj-c/min/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +16 -0
- 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/input-date-picker-styles.css +13 -0
- package/oj-c/min/input-date-picker.js +3 -0
- package/oj-c/min/input-date-picker.js.map +1 -0
- 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/labelled-link.js +1 -1
- package/oj-c/min/labelled-link.js.map +1 -1
- package/oj-c/min/legend-item.js +1 -1
- package/oj-c/min/legend-item.js.map +1 -1
- package/oj-c/min/legend-section.js +1 -1
- package/oj-c/min/legend-section.js.map +1 -1
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart-group.js +1 -1
- package/oj-c/min/line-chart-group.js.map +1 -1
- package/oj-c/min/line-chart-item.js +1 -1
- package/oj-c/min/line-chart-item.js.map +1 -1
- package/oj-c/min/line-chart-series.js +1 -1
- package/oj-c/min/line-chart-series.js.map +1 -1
- package/oj-c/min/line-chart.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-item-layout.js +1 -1
- package/oj-c/min/list-item-layout.js.map +1 -1
- package/oj-c/min/list-view.js +1 -1
- package/oj-c/min/list-view.js.map +1 -1
- package/oj-c/min/menu-button.js +1 -1
- package/oj-c/min/menu-button.js.map +1 -1
- package/oj-c/min/message-banner.js +1 -1
- package/oj-c/min/message-banner.js.map +1 -1
- package/oj-c/min/message-toast.js +1 -1
- package/oj-c/min/message-toast.js.map +1 -1
- package/oj-c/min/meter-bar/meter-bar-styles.css +14 -2
- 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/meter-circle-styles.css +5 -0
- package/oj-c/min/meter-circle.js +1 -1
- package/oj-c/min/meter-circle.js.map +1 -1
- package/oj-c/min/popup/popup-styles.css +12 -0
- package/oj-c/min/popup/resources/nls/popup-strings.d.ts +8 -0
- package/oj-c/min/popup/resources/nls/popup-strings.js +10 -0
- package/oj-c/min/popup.js +2 -0
- package/oj-c/min/popup.js.map +1 -0
- package/oj-c/min/progress-bar.js +1 -1
- package/oj-c/min/progress-bar.js.map +1 -1
- package/oj-c/min/progress-circle.js +1 -1
- package/oj-c/min/progress-circle.js.map +1 -1
- package/oj-c/min/radioset/radioset-styles.css +5 -6
- 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/utils/utils.js +40 -2
- 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/selection-card.js +1 -1
- package/oj-c/min/selection-card.js.map +1 -1
- package/oj-c/min/selector-all.js +1 -1
- package/oj-c/min/selector-all.js.map +1 -1
- package/oj-c/min/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/tab-bar-styles.css +11 -0
- 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 +2 -0
- package/oj-c/min/tab-bar.js.map +1 -0
- package/oj-c/min/tag-cloud-item.js +1 -1
- package/oj-c/min/tag-cloud-item.js.map +1 -1
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/text-area.js +1 -1
- package/oj-c/min/text-area.js.map +1 -1
- package/oj-c/min/toggle-button/toggle-button-styles.css +12 -0
- package/oj-c/min/toggle-button.js +2 -0
- package/oj-c/min/toggle-button.js.map +1 -0
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +1 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/index.js +7 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/toggle-item-icon.js +14 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/toggleTypes.js +4 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/widthStyle.js +19 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.js +21 -1
- package/oj-c/min/utils/UNSAFE_vizUtils/TemplateHandler.js +15 -3
- package/oj-c/popup/README.md +6 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.d.ts +8 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.js +13 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.js.map +1 -0
- package/oj-c/popup/__webdriver__/PopupWebElementBase.d.ts +138 -0
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js +167 -0
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js.map +1 -0
- package/oj-c/popup/__webdriver__/index.d.ts +17 -0
- package/oj-c/popup/__webdriver__/index.js +34 -0
- package/oj-c/popup/__webdriver__/index.js.map +1 -0
- package/oj-c/popup/component.json +310 -0
- package/oj-c/popup/index.js +6 -0
- package/oj-c/popup/popup-styles.css +12 -0
- package/oj-c/popup/popup.js +127 -0
- package/oj-c/popup/resources/nls/popup-strings.js +10 -0
- package/oj-c/popup/themes/base/_popup.scss +22 -0
- package/oj-c/popup/themes/redwood/_popup.scss +19 -0
- package/oj-c/popup/themes/stable/_popup.scss +19 -0
- package/oj-c/popup.js +6 -0
- package/oj-c/progress-bar/component.json +5 -2
- package/oj-c/progress-bar.js +1 -1
- package/oj-c/progress-circle/component.json +5 -2
- package/oj-c/progress-circle.js +1 -1
- package/oj-c/radioset/component.json +10 -9
- package/oj-c/radioset/radioset-styles.css +5 -6
- package/oj-c/radioset/radioset.js +24 -17
- package/oj-c/radioset.js +1 -1
- package/oj-c/rating-gauge/component.json +5 -2
- package/oj-c/rating-gauge.js +1 -1
- package/oj-c/select-common/utils/utils.js +40 -2
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +7 -7
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +9 -9
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -1
- package/oj-c/select-multiple/component.json +31 -20
- package/oj-c/select-multiple/select-multiple.js +44 -91
- package/oj-c/select-multiple/useSelectMultiplePreact.js +17 -12
- package/oj-c/select-multiple/useSyncValueAndValueItems.js +32 -8
- package/oj-c/select-multiple.js +1 -1
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +7 -7
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +9 -9
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -1
- package/oj-c/select-single/component.json +39 -21
- package/oj-c/select-single/select-single.js +45 -94
- package/oj-c/select-single/useSelectSinglePreact.js +25 -12
- package/oj-c/select-single/useSyncValueAndValueItem.js +32 -7
- package/oj-c/select-single.js +1 -1
- package/oj-c/selection-card/component.json +11 -2
- package/oj-c/selection-card.js +1 -1
- package/oj-c/selector/component.json +5 -2
- package/oj-c/selector-all/component.json +5 -2
- package/oj-c/selector-all/selector-all.js +1 -1
- package/oj-c/selector-all.js +1 -1
- package/oj-c/selector.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +13 -8
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +59 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/component.json +125 -13
- package/oj-c/split-menu-button/split-menu-button.js +3 -4
- package/oj-c/split-menu-button.js +1 -1
- package/oj-c/tab-bar/ContentRenderer.js +41 -0
- package/oj-c/tab-bar/DataTabBar.js +54 -0
- package/oj-c/tab-bar/DataTabBar.types.js +4 -0
- package/oj-c/tab-bar/DataTabBarIcon.js +16 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.d.ts +8 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +13 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.d.ts +65 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js +86 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js.map +1 -0
- package/oj-c/tab-bar/__webdriver__/index.d.ts +17 -0
- package/oj-c/tab-bar/__webdriver__/index.js +34 -0
- package/oj-c/tab-bar/__webdriver__/index.js.map +1 -0
- package/oj-c/tab-bar/component.json +223 -0
- package/oj-c/tab-bar/index.js +6 -0
- package/oj-c/tab-bar/tab-bar-styles.css +11 -0
- package/oj-c/tab-bar/tab-bar.js +70 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -1
- package/oj-c/tab-bar-mixed/component.json +11 -2
- package/oj-c/tab-bar-mixed/sumBadge.js +3 -3
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +1 -1
- package/oj-c/tab-bar-mixed.js +1 -1
- package/oj-c/tab-bar.js +6 -0
- package/oj-c/tag-cloud/component.json +11 -2
- package/oj-c/tag-cloud/tag-cloud.js +3 -9
- package/oj-c/tag-cloud-item/component.json +8 -2
- package/oj-c/tag-cloud-item.js +1 -1
- package/oj-c/tag-cloud.js +1 -1
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +0 -7
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +0 -9
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -1
- package/oj-c/text-area/component.json +24 -20
- package/oj-c/text-area/text-area.js +70 -98
- package/oj-c/text-area/useTextAreaAutosizePreact.js +12 -9
- package/oj-c/text-area/useTextAreaPreact.js +12 -9
- package/oj-c/text-area.js +1 -1
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.d.ts +8 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js +13 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js.map +1 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.d.ts +72 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js +95 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js.map +1 -0
- package/oj-c/toggle-button/__webdriver__/index.d.ts +17 -0
- package/oj-c/toggle-button/__webdriver__/index.js +34 -0
- package/oj-c/toggle-button/__webdriver__/index.js.map +1 -0
- package/oj-c/toggle-button/component.json +229 -0
- package/oj-c/toggle-button/index.js +6 -0
- package/oj-c/toggle-button/toggle-button-styles.css +12 -0
- package/oj-c/toggle-button/toggle-button.js +83 -0
- package/oj-c/toggle-button.js +6 -0
- package/oj-c/types/Dropdown/Dropdown.d.ts +5 -0
- package/oj-c/types/Dropdown/index.d.ts +1 -0
- package/oj-c/types/Sheet/Sheet.d.ts +5 -0
- package/oj-c/types/Sheet/index.d.ts +1 -0
- package/oj-c/types/action-card/action-card.d.ts +12 -4
- package/oj-c/types/area-chart/area-chart.d.ts +12 -4
- package/oj-c/types/button/button.d.ts +5 -3
- package/oj-c/types/buttonset-multiple/buttonset-multiple.d.ts +95 -0
- package/oj-c/types/buttonset-multiple/index.d.ts +2 -0
- package/oj-c/types/buttonset-single/buttonset-single.d.ts +95 -0
- package/oj-c/types/buttonset-single/index.d.ts +2 -0
- package/oj-c/types/card-view/card-view.d.ts +120 -0
- package/oj-c/types/card-view/cardViewItem.d.ts +9 -0
- package/oj-c/types/card-view/index.d.ts +2 -0
- package/oj-c/types/card-view/useCardViewPreact.d.ts +25 -0
- package/oj-c/types/checkbox/checkbox.d.ts +23 -39
- package/oj-c/types/checkbox/useCheckboxPreact.d.ts +3 -3
- package/oj-c/types/checkboxset/checkboxset.d.ts +29 -41
- package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +2 -2
- package/oj-c/types/conveyor-belt/conveyor-belt.d.ts +77 -0
- package/oj-c/types/conveyor-belt/conveyorBeltItem.d.ts +24 -0
- package/oj-c/types/conveyor-belt/index.d.ts +2 -0
- package/oj-c/types/date-picker/date-picker.d.ts +113 -0
- package/oj-c/types/date-picker/index.d.ts +2 -0
- package/oj-c/types/drag-handle/drag-handle.d.ts +24 -0
- package/oj-c/types/drag-handle/index.d.ts +2 -0
- package/oj-c/types/drawer-layout/drawer-layout.d.ts +91 -0
- package/oj-c/types/drawer-layout/index.d.ts +2 -0
- package/oj-c/types/drawer-popup/drawer-popup.d.ts +7 -2
- package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +3 -3
- package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +4 -3
- package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +2 -2
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +4 -4
- package/oj-c/types/file-picker/file-picker.d.ts +0 -1
- package/oj-c/types/form-layout/form-layout.d.ts +3 -8
- package/oj-c/types/hooks/PRIVATE_useVisData/useVisData.d.ts +10 -0
- package/oj-c/types/hooks/UNSAFE_useChartData/dataUtil.d.ts +1 -1
- package/oj-c/types/hooks/UNSAFE_useChartData/useChartData.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/converterUtils.d.ts +14 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/index.d.ts +2 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/reducer.d.ts +106 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/types.d.ts +7 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +43 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/utils.d.ts +8 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/validationUtils.d.ts +27 -0
- package/oj-c/types/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.d.ts +16 -0
- package/oj-c/types/hooks/UNSAFE_useVisBusyState/useVisBusyState.d.ts +1 -0
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +3 -3
- package/oj-c/types/input-date-mask/useInputDateMaskPreact.d.ts +6 -5
- package/oj-c/types/input-date-picker/DateRangeValidator.d.ts +31 -0
- package/oj-c/types/input-date-picker/DateRestrictionValidator.d.ts +25 -0
- package/oj-c/types/input-date-picker/index.d.ts +2 -0
- package/oj-c/types/input-date-picker/input-date-picker.d.ts +219 -0
- package/oj-c/types/input-date-picker/useCombinedImplicitValidators.d.ts +2 -0
- package/oj-c/types/input-date-picker/useImplicitCalendarDateConverter.d.ts +7 -0
- package/oj-c/types/input-date-picker/useImplicitDateRangeValidator.d.ts +4 -0
- package/oj-c/types/input-date-picker/useImplicitDateRestrictionValidator.d.ts +6 -0
- package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +45 -0
- package/oj-c/types/input-date-picker/utils.d.ts +3 -0
- package/oj-c/types/input-date-text/input-date-text.d.ts +16 -26
- package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +3 -5
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +3 -3
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +5 -6
- package/oj-c/types/input-number/input-number.d.ts +15 -25
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +3 -3
- package/oj-c/types/input-password/input-password.d.ts +16 -26
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +3 -3
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +3 -3
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +3 -3
- package/oj-c/types/input-text/input-text.d.ts +16 -21
- package/oj-c/types/input-text/useInputTextPreact.d.ts +5 -10
- package/oj-c/types/legend/events.d.ts +2 -2
- package/oj-c/types/legend/legend.d.ts +4 -2
- package/oj-c/types/legend/utils.d.ts +5 -3
- package/oj-c/types/legend-item/legend-item.d.ts +6 -1
- package/oj-c/types/line-chart/line-chart.d.ts +9 -1
- package/oj-c/types/list-view/DataFetchLiveRegion.d.ts +5 -0
- package/oj-c/types/list-view/index.d.ts +1 -1
- package/oj-c/types/list-view/list-view.d.ts +60 -3
- package/oj-c/types/list-view/useListViewPreact.d.ts +5 -2
- package/oj-c/types/menu-button/menu-button.d.ts +10 -9
- package/oj-c/types/message-banner/message-banner.d.ts +7 -1
- package/oj-c/types/message-toast/message-toast.d.ts +2 -0
- package/oj-c/types/meter-circle/meter-circle.d.ts +1 -0
- package/oj-c/types/popup/index.d.ts +2 -0
- package/oj-c/types/popup/popup.d.ts +150 -0
- package/oj-c/types/popup/resources/nls/popup-strings.d.ts +8 -0
- package/oj-c/types/radioset/useRadiosetPreact.d.ts +2 -2
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +4 -4
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +5 -5
- package/oj-c/types/select-common/utils/utils.d.ts +2 -0
- package/oj-c/types/select-multiple/select-multiple.d.ts +15 -28
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +4 -7
- package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +7 -4
- package/oj-c/types/select-single/select-single.d.ts +16 -30
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +4 -8
- package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +7 -4
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +6 -8
- package/oj-c/types/tab-bar/ContentRenderer.d.ts +5 -0
- package/oj-c/types/tab-bar/DataTabBar.d.ts +2 -0
- package/oj-c/types/tab-bar/DataTabBar.types.d.ts +32 -0
- package/oj-c/types/tab-bar/DataTabBarIcon.d.ts +10 -0
- package/oj-c/types/tab-bar/index.d.ts +2 -0
- package/oj-c/types/tab-bar/tab-bar.d.ts +125 -0
- package/oj-c/types/tag-cloud/tag-cloud.d.ts +1 -0
- package/oj-c/types/text-area/text-area.d.ts +16 -26
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +3 -5
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +3 -5
- package/oj-c/types/toggle-button/index.d.ts +2 -0
- package/oj-c/types/toggle-button/toggle-button.d.ts +94 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +8 -4
- package/oj-c/types/utils/PRIVATE_ItemsMenu/menuTypes.d.ts +20 -1
- package/oj-c/types/utils/PRIVATE_chartUtils/events.d.ts +4 -5
- package/oj-c/types/utils/PRIVATE_chartUtils/lineAreaUtils.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_chartUtils/plotAreaUtils.d.ts +2 -25
- package/oj-c/types/utils/PRIVATE_toggleUtils/index.d.ts +3 -0
- package/oj-c/types/utils/PRIVATE_toggleUtils/toggle-item-icon.d.ts +6 -0
- package/oj-c/types/utils/PRIVATE_toggleUtils/toggleTypes.d.ts +14 -0
- package/oj-c/types/utils/PRIVATE_toggleUtils/widthStyle.d.ts +11 -0
- package/oj-c/types/utils/UNSAFE_keyUtils/keySetUtils.d.ts +2 -0
- package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +1 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +1 -0
- package/oj-c/utils/PRIVATE_toggleUtils/index.js +7 -0
- package/oj-c/utils/PRIVATE_toggleUtils/toggle-item-icon.js +14 -0
- package/oj-c/utils/PRIVATE_toggleUtils/toggleTypes.js +4 -0
- package/oj-c/utils/PRIVATE_toggleUtils/widthStyle.js +19 -0
- package/oj-c/utils/UNSAFE_keyUtils/keySetUtils.js +21 -1
- package/oj-c/utils/UNSAFE_vizUtils/TemplateHandler.js +15 -3
- package/package.json +4 -4
- package/webdriver/docs/assets/navigation.js +1 -1
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
- package/webdriver/docs/classes/AreaChartWebElement.html +6 -2
- package/webdriver/docs/classes/AvatarWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonsetMultipleWebElement.html +143 -0
- package/webdriver/docs/classes/ButtonsetSingleWebElement.html +143 -0
- package/webdriver/docs/classes/CardViewWebElement.html +150 -0
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
- package/webdriver/docs/classes/CollapsibleWebElement.html +2 -2
- package/webdriver/docs/classes/ConveyorBeltWebElement.html +122 -0
- package/webdriver/docs/classes/DatePickerWebElement.html +143 -0
- package/webdriver/docs/classes/DrawerLayoutWebElement.html +139 -0
- package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
- package/webdriver/docs/classes/FilePickerWebElement.html +10 -1
- package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputDatePickerWebElement.html +231 -0
- package/webdriver/docs/classes/InputDateTextWebElement.html +2 -5
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputNumberWebElement.html +2 -5
- package/webdriver/docs/classes/InputPasswordWebElement.html +2 -5
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputTextWebElement.html +1 -1
- package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
- package/webdriver/docs/classes/LegendWebElement.html +1 -1
- package/webdriver/docs/classes/LineChartWebElement.html +6 -2
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +13 -9
- package/webdriver/docs/classes/ListViewWebElement.html +13 -5
- package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/MessageBannerWebElement.html +6 -2
- package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
- package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
- package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
- package/webdriver/docs/classes/PopupWebElement.html +171 -0
- package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
- package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
- package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
- package/webdriver/docs/classes/SelectMultipleWebElement.html +7 -6
- package/webdriver/docs/classes/SelectSingleWebElement.html +7 -6
- package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorAllWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorWebElement.html +1 -1
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +3 -3
- package/webdriver/docs/classes/TabBarMixedWebElement.html +1 -1
- package/webdriver/docs/classes/TabBarWebElement.html +135 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
- package/webdriver/docs/classes/TextAreaWebElement.html +2 -5
- package/webdriver/docs/classes/ToggleButtonWebElement.html +139 -0
- package/webdriver/docs/functions/findActionCard.html +1 -1
- package/webdriver/docs/functions/findAreaChart.html +1 -1
- package/webdriver/docs/functions/findAvatar.html +1 -1
- package/webdriver/docs/functions/findButton.html +1 -1
- package/webdriver/docs/functions/findButtonsetMultiple.html +8 -0
- package/webdriver/docs/functions/findButtonsetSingle.html +8 -0
- package/webdriver/docs/functions/findCardView.html +8 -0
- package/webdriver/docs/functions/findCheckbox.html +1 -1
- package/webdriver/docs/functions/findCheckboxset.html +1 -1
- package/webdriver/docs/functions/findCollapsible.html +1 -1
- package/webdriver/docs/functions/findConveyorBelt.html +8 -0
- package/webdriver/docs/functions/findDatePicker.html +8 -0
- package/webdriver/docs/functions/findDrawerLayout.html +8 -0
- package/webdriver/docs/functions/findDrawerPopup.html +1 -1
- package/webdriver/docs/functions/findFilePicker.html +1 -1
- package/webdriver/docs/functions/findFormLayout.html +1 -1
- package/webdriver/docs/functions/findHighlightText.html +1 -1
- package/webdriver/docs/functions/findInputDateMask.html +1 -1
- package/webdriver/docs/functions/findInputDatePicker.html +8 -0
- package/webdriver/docs/functions/findInputDateText.html +1 -1
- package/webdriver/docs/functions/findInputMonthMask.html +1 -1
- package/webdriver/docs/functions/findInputNumber.html +1 -1
- package/webdriver/docs/functions/findInputPassword.html +1 -1
- package/webdriver/docs/functions/findInputSensitiveText.html +1 -1
- package/webdriver/docs/functions/findInputText.html +1 -1
- package/webdriver/docs/functions/findLabelledLink.html +1 -1
- package/webdriver/docs/functions/findLegend.html +1 -1
- package/webdriver/docs/functions/findLineChart.html +1 -1
- package/webdriver/docs/functions/findListItemLayout.html +1 -1
- package/webdriver/docs/functions/findListView.html +1 -1
- package/webdriver/docs/functions/findMenuButton.html +1 -1
- package/webdriver/docs/functions/findMessageBanner.html +1 -1
- package/webdriver/docs/functions/findMessageToast.html +1 -1
- package/webdriver/docs/functions/findMeterBar.html +1 -1
- package/webdriver/docs/functions/findMeterCircle.html +1 -1
- package/webdriver/docs/functions/findPopup.html +8 -0
- package/webdriver/docs/functions/findProgressBar.html +1 -1
- package/webdriver/docs/functions/findProgressCircle.html +1 -1
- package/webdriver/docs/functions/findRadioset.html +1 -1
- package/webdriver/docs/functions/findRatingGauge.html +1 -1
- package/webdriver/docs/functions/findSelectMultiple.html +1 -1
- package/webdriver/docs/functions/findSelectSingle.html +1 -1
- package/webdriver/docs/functions/findSelectionCard.html +1 -1
- package/webdriver/docs/functions/findSelector.html +1 -1
- package/webdriver/docs/functions/findSelectorAll.html +1 -1
- package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
- package/webdriver/docs/functions/findTabBar.html +8 -0
- package/webdriver/docs/functions/findTabBarMixed.html +1 -1
- package/webdriver/docs/functions/findTagCloud.html +1 -1
- package/webdriver/docs/functions/findTextArea.html +1 -1
- package/webdriver/docs/functions/findToggleButton.html +8 -0
- package/webdriver/docs/index.html +1 -1
- package/webdriver/docs/modules.html +21 -1
- package/webdriver/index.d.ts +10 -0
- package/webdriver/index.js +10 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +11 -1
- package/oj-c/docs/action-card.html +0 -249
- package/oj-c/docs/area-chart-group.html +0 -249
- package/oj-c/docs/area-chart-item.html +0 -249
- package/oj-c/docs/area-chart-series.html +0 -249
- package/oj-c/docs/area-chart.html +0 -249
- package/oj-c/docs/avatar.html +0 -249
- package/oj-c/docs/button.html +0 -249
- package/oj-c/docs/checkbox.html +0 -249
- package/oj-c/docs/checkboxset.html +0 -249
- package/oj-c/docs/collapsible.html +0 -249
- package/oj-c/docs/drawer-popup.html +0 -249
- package/oj-c/docs/file-picker.html +0 -249
- package/oj-c/docs/form-layout.html +0 -249
- package/oj-c/docs/highlight-text.html +0 -249
- package/oj-c/docs/index.html +0 -247
- package/oj-c/docs/input-date-mask.html +0 -249
- package/oj-c/docs/input-date-text.html +0 -249
- package/oj-c/docs/input-month-mask.html +0 -249
- package/oj-c/docs/input-number.html +0 -249
- package/oj-c/docs/input-password.html +0 -249
- package/oj-c/docs/input-sensitive-text.html +0 -249
- package/oj-c/docs/input-text.html +0 -249
- package/oj-c/docs/jsDocMd.json +0 -1
- package/oj-c/docs/labelled-link.html +0 -249
- package/oj-c/docs/legend-item.html +0 -249
- package/oj-c/docs/legend-section.html +0 -249
- package/oj-c/docs/legend.html +0 -249
- package/oj-c/docs/line-chart-group.html +0 -249
- package/oj-c/docs/line-chart-item.html +0 -249
- package/oj-c/docs/line-chart-series.html +0 -249
- package/oj-c/docs/line-chart.html +0 -249
- package/oj-c/docs/list-item-layout.html +0 -249
- package/oj-c/docs/list-view.html +0 -249
- package/oj-c/docs/menu-button.html +0 -249
- package/oj-c/docs/message-banner.html +0 -249
- package/oj-c/docs/message-toast.html +0 -249
- package/oj-c/docs/meter-bar.html +0 -249
- package/oj-c/docs/meter-circle.html +0 -249
- package/oj-c/docs/oj-c.ActionCard.html +0 -1045
- package/oj-c/docs/oj-c.AreaChart.html +0 -9396
- package/oj-c/docs/oj-c.AreaChartGroup.html +0 -610
- package/oj-c/docs/oj-c.AreaChartItem.html +0 -1104
- package/oj-c/docs/oj-c.AreaChartSeries.html +0 -1044
- package/oj-c/docs/oj-c.Avatar.html +0 -1907
- package/oj-c/docs/oj-c.Button.html +0 -2301
- package/oj-c/docs/oj-c.Checkbox.html +0 -3493
- package/oj-c/docs/oj-c.Checkboxset.html +0 -4589
- package/oj-c/docs/oj-c.Collapsible.html +0 -2064
- package/oj-c/docs/oj-c.DrawerPopup.html +0 -1631
- package/oj-c/docs/oj-c.FilePicker.html +0 -2664
- package/oj-c/docs/oj-c.FormLayout.html +0 -2159
- package/oj-c/docs/oj-c.HighlightText.html +0 -1078
- package/oj-c/docs/oj-c.InputDateMask.html +0 -5271
- package/oj-c/docs/oj-c.InputDateText.html +0 -5534
- package/oj-c/docs/oj-c.InputMonthMask.html +0 -5940
- package/oj-c/docs/oj-c.InputNumber.html +0 -6369
- package/oj-c/docs/oj-c.InputPassword.html +0 -5261
- package/oj-c/docs/oj-c.InputSensitiveText.html +0 -5723
- package/oj-c/docs/oj-c.InputText.html +0 -6124
- package/oj-c/docs/oj-c.LabelledLink.html +0 -2552
- package/oj-c/docs/oj-c.Legend.html +0 -5146
- package/oj-c/docs/oj-c.LegendItem.html +0 -1493
- package/oj-c/docs/oj-c.LegendSection.html +0 -460
- package/oj-c/docs/oj-c.LineChart.html +0 -9491
- package/oj-c/docs/oj-c.LineChartGroup.html +0 -610
- package/oj-c/docs/oj-c.LineChartItem.html +0 -1104
- package/oj-c/docs/oj-c.LineChartSeries.html +0 -1168
- package/oj-c/docs/oj-c.ListItemLayout.html +0 -1680
- package/oj-c/docs/oj-c.ListView.html +0 -2733
- package/oj-c/docs/oj-c.MenuButton.html +0 -2444
- package/oj-c/docs/oj-c.MessageBanner.html +0 -2107
- package/oj-c/docs/oj-c.MessageToast.html +0 -2254
- package/oj-c/docs/oj-c.MeterBar.html +0 -3308
- package/oj-c/docs/oj-c.MeterCircle.html +0 -3845
- package/oj-c/docs/oj-c.ProgressBar.html +0 -1250
- package/oj-c/docs/oj-c.ProgressCircle.html +0 -1266
- package/oj-c/docs/oj-c.Radioset.html +0 -4585
- package/oj-c/docs/oj-c.RatingGauge.html +0 -2738
- package/oj-c/docs/oj-c.SelectMultiple.html +0 -5381
- package/oj-c/docs/oj-c.SelectSingle.html +0 -5691
- package/oj-c/docs/oj-c.Selector.html +0 -1363
- package/oj-c/docs/oj-c.SelectorAll.html +0 -1128
- package/oj-c/docs/oj-c.SplitMenuButton.html +0 -1990
- package/oj-c/docs/oj-c.TabBarMixed.html +0 -2660
- package/oj-c/docs/oj-c.TagCloud.html +0 -2441
- package/oj-c/docs/oj-c.TagCloudItem.html +0 -794
- package/oj-c/docs/oj-c.TextArea.html +0 -5809
- package/oj-c/docs/progress-bar.html +0 -249
- package/oj-c/docs/progress-circle.html +0 -249
- package/oj-c/docs/radioset.html +0 -249
- package/oj-c/docs/rating-gauge.html +0 -249
- package/oj-c/docs/scripts/deprecated.js +0 -268
- package/oj-c/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
- package/oj-c/docs/scripts/prettify/lang-css.js +0 -9
- package/oj-c/docs/scripts/prettify/prettify.js +0 -35
- package/oj-c/docs/select-multiple.html +0 -249
- package/oj-c/docs/select-single.html +0 -249
- package/oj-c/docs/selection-card.html +0 -249
- package/oj-c/docs/selector-all.html +0 -249
- package/oj-c/docs/selector.html +0 -249
- package/oj-c/docs/split-menu-button.html +0 -249
- package/oj-c/docs/styles/images/bookmark.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_blue.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_hov.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_white.png +0 -0
- package/oj-c/docs/styles/images/oracle_logo_sm.png +0 -0
- package/oj-c/docs/styles/jsdoc-default.css +0 -851
- package/oj-c/docs/styles/prettify-jsdoc.css +0 -111
- package/oj-c/docs/styles/prettify-tomorrow.css +0 -132
- package/oj-c/docs/tab-bar-mixed.html +0 -249
- package/oj-c/docs/tag-cloud-item.html +0 -249
- package/oj-c/docs/tag-cloud.html +0 -249
- package/oj-c/docs/text-area.html +0 -249
- package/oj-c/editable-value/UNSAFE_useConverterObject/useConverterObject.js +0 -42
- package/oj-c/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.js +0 -147
- package/oj-c/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.js +0 -40
- package/oj-c/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.js +0 -27
- package/oj-c/min/editable-value/UNSAFE_useConverterObject/useConverterObject.js +0 -42
- package/oj-c/min/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.js +0 -147
- package/oj-c/min/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.js +0 -40
- package/oj-c/min/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.js +0 -27
- package/oj-c/types/editable-value/UNSAFE_useConverterObject/useConverterObject.d.ts +0 -15
- package/oj-c/types/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.d.ts +0 -49
- package/oj-c/types/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.d.ts +0 -23
- package/oj-c/types/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.d.ts +0 -9
|
@@ -1,1990 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Element: <oj-c-split-menu-button></title>
|
|
6
|
-
|
|
7
|
-
<script src="scripts/prettify/prettify.js"> </script>
|
|
8
|
-
<script src="scripts/prettify/lang-css.js"> </script>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<script src="scripts/deprecated.js"></script>
|
|
13
|
-
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
|
15
|
-
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<nav id="nav" data-current-item="navItem93">
|
|
22
|
-
|
|
23
|
-
<h2>Oracle® JET</h2>
|
|
24
|
-
<h2>Core Pack Components</h2>
|
|
25
|
-
<h3>16.1.4</h3>
|
|
26
|
-
|
|
27
|
-
<div class="deprecation-checkboxes" style="display: none">
|
|
28
|
-
<ul style="list-style: none; display: none;">
|
|
29
|
-
<li style="margin-top:0px">
|
|
30
|
-
<label for="deprecated">
|
|
31
|
-
<div class="deprecated-cb-common"><input type="checkbox" id="deprecated"><span style="padding:2px">Show Deprecated APIs</span></div>
|
|
32
|
-
</label>
|
|
33
|
-
</li>
|
|
34
|
-
<li style="margin-top:0px">
|
|
35
|
-
<label for="jsonly"></label>
|
|
36
|
-
<div class="deprecated-cb-common"><input type="checkbox" id="jsonly"><span style="padding:2px 12px 2px 2px">Javascript Only APIs</span></div>
|
|
37
|
-
</li>
|
|
38
|
-
</ul>
|
|
39
|
-
</div>
|
|
40
|
-
<ul><li id="idx"><h2 id="navIndex"><a href="index.html" id="navIndexFocusable">Index</a></h2></li><li><div id="nav_toggle">
|
|
41
|
-
<input type="radio" id="elements_rb" name="toggle" value="Elements">
|
|
42
|
-
<label for="elements">Elements</label>
|
|
43
|
-
<input type="radio" id="modules_rb" name="toggle" value="Modules">
|
|
44
|
-
<label for="modules">Modules</label><br>
|
|
45
|
-
</div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.ActionCard.html"><oj-c-action-card></a></li><li id="navItem1"><a href="oj-c.AreaChart.html"><oj-c-area-chart></a></li><li id="navItem2"><a href="oj-c.AreaChartGroup.html"><oj-c-area-chart-group></a></li><li id="navItem3"><a href="oj-c.AreaChartItem.html"><oj-c-area-chart-item></a></li><li id="navItem4"><a href="oj-c.AreaChartSeries.html"><oj-c-area-chart-series></a></li><li class="deprecated-hidden" id="navItem5"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li><li class="deprecated-hidden" id="navItem6"><a href="oj-c.Button.html"><oj-c-button></a></li><li id="navItem7"><a href="oj-c.Checkbox.html"><oj-c-checkbox></a></li><li class="deprecated-hidden" id="navItem8"><a href="oj-c.Checkboxset.html"><oj-c-checkboxset></a></li><li id="navItem9"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li><li id="navItem10"><a href="oj-c.DrawerPopup.html"><oj-c-drawer-popup></a></li><li class="deprecated-hidden" id="navItem11"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li><li id="navItem12"><a href="oj-c.FormLayout.html"><oj-c-form-layout></a></li><li class="deprecated-hidden" id="navItem13"><a href="oj-c.HighlightText.html"><oj-c-highlight-text></a></li><li id="navItem14"><a href="oj-c.InputDateMask.html"><oj-c-input-date-mask></a></li><li id="navItem15"><a href="oj-c.InputDateText.html"><oj-c-input-date-text></a></li><li id="navItem16"><a href="oj-c.InputMonthMask.html"><oj-c-input-month-mask></a></li><li class="deprecated-hidden" id="navItem17"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li><li class="deprecated-hidden" id="navItem18"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li><li id="navItem19"><a href="oj-c.InputSensitiveText.html"><oj-c-input-sensitive-text></a></li><li class="deprecated-hidden" id="navItem20"><a href="oj-c.InputText.html"><oj-c-input-text></a></li><li id="navItem21"><a href="oj-c.LabelledLink.html"><oj-c-labelled-link></a></li><li id="navItem22"><a href="oj-c.Legend.html"><oj-c-legend></a></li><li id="navItem23"><a href="oj-c.LegendItem.html"><oj-c-legend-item></a></li><li id="navItem24"><a href="oj-c.LegendSection.html"><oj-c-legend-section></a></li><li id="navItem25"><a href="oj-c.LineChart.html"><oj-c-line-chart></a></li><li id="navItem26"><a href="oj-c.LineChartGroup.html"><oj-c-line-chart-group></a></li><li id="navItem27"><a href="oj-c.LineChartItem.html"><oj-c-line-chart-item></a></li><li id="navItem28"><a href="oj-c.LineChartSeries.html"><oj-c-line-chart-series></a></li><li class="deprecated-hidden" id="navItem29"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li><li id="navItem30"><a href="oj-c.ListView.html"><oj-c-list-view></a></li><li class="deprecated-hidden" id="navItem31"><a href="oj-c.MenuButton.html"><oj-c-menu-button></a></li><li class="deprecated-hidden" id="navItem32"><a href="oj-c.MessageBanner.html"><oj-c-message-banner></a></li><li class="deprecated-hidden" id="navItem33"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li><li class="deprecated-hidden" id="navItem34"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li><li class="deprecated-hidden" id="navItem35"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li><li class="deprecated-hidden" id="navItem36"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li><li class="deprecated-hidden" id="navItem37"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li><li class="deprecated-hidden" id="navItem38"><a href="oj-c.Radioset.html"><oj-c-radioset></a></li><li class="deprecated-hidden" id="navItem39"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li><li class="deprecated-hidden" id="navItem40"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li><li class="deprecated-hidden" id="navItem41"><a href="oj-c.Selector.html"><oj-c-selector></a></li><li class="deprecated-hidden" id="navItem42"><a href="oj-c.SelectorAll.html"><oj-c-selector-all></a></li><li id="navItem43"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li><li id="navItem44"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li><li id="navItem45"><a href="oj-c.TabBarMixed.html"><oj-c-tab-bar-mixed></a></li><li id="navItem46"><a href="oj-c.TagCloud.html"><oj-c-tag-cloud></a></li><li id="navItem47"><a href="oj-c.TagCloudItem.html"><oj-c-tag-cloud-item></a></li><li class="deprecated-hidden" id="navItem48"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li><li id="nav_modules" style="display: none"><h3 id="navElements">Modules</h3><ul class="subList_lev2"><li class="module">
|
|
46
|
-
<div id="action-card" class="module_element">
|
|
47
|
-
<a href="action-card.html">action-card</a>
|
|
48
|
-
</div><ul class="subList_lev3"><li id="navItem49"><a href="oj-c.ActionCard.html"><oj-c-action-card></a></li></ul></li><li class="module">
|
|
49
|
-
<div id="area-chart" class="module_element">
|
|
50
|
-
<a href="area-chart.html">area-chart</a>
|
|
51
|
-
</div><ul class="subList_lev3"><li id="navItem50"><a href="oj-c.AreaChart.html"><oj-c-area-chart></a></li></ul></li><li class="module">
|
|
52
|
-
<div id="area-chart-group" class="module_element">
|
|
53
|
-
<a href="area-chart-group.html">area-chart-group</a>
|
|
54
|
-
</div><ul class="subList_lev3"><li id="navItem51"><a href="oj-c.AreaChartGroup.html"><oj-c-area-chart-group></a></li></ul></li><li class="module">
|
|
55
|
-
<div id="area-chart-item" class="module_element">
|
|
56
|
-
<a href="area-chart-item.html">area-chart-item</a>
|
|
57
|
-
</div><ul class="subList_lev3"><li id="navItem52"><a href="oj-c.AreaChartItem.html"><oj-c-area-chart-item></a></li></ul></li><li class="module">
|
|
58
|
-
<div id="area-chart-series" class="module_element">
|
|
59
|
-
<a href="area-chart-series.html">area-chart-series</a>
|
|
60
|
-
</div><ul class="subList_lev3"><li id="navItem53"><a href="oj-c.AreaChartSeries.html"><oj-c-area-chart-series></a></li></ul></li><li class="deprecated-hidden">
|
|
61
|
-
<div id="avatar" class="module_element">
|
|
62
|
-
<a href="avatar.html">avatar</a>
|
|
63
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem54"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li></ul></li><li class="deprecated-hidden">
|
|
64
|
-
<div id="button" class="module_element">
|
|
65
|
-
<a href="button.html">button</a>
|
|
66
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem55"><a href="oj-c.Button.html"><oj-c-button></a></li></ul></li><li class="module">
|
|
67
|
-
<div id="checkbox" class="module_element">
|
|
68
|
-
<a href="checkbox.html">checkbox</a>
|
|
69
|
-
</div><ul class="subList_lev3"><li id="navItem56"><a href="oj-c.Checkbox.html"><oj-c-checkbox></a></li></ul></li><li class="deprecated-hidden">
|
|
70
|
-
<div id="checkboxset" class="module_element">
|
|
71
|
-
<a href="checkboxset.html">checkboxset</a>
|
|
72
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem57"><a href="oj-c.Checkboxset.html"><oj-c-checkboxset></a></li></ul></li><li class="module">
|
|
73
|
-
<div id="collapsible" class="module_element">
|
|
74
|
-
<a href="collapsible.html">collapsible</a>
|
|
75
|
-
</div><ul class="subList_lev3"><li id="navItem58"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li></ul></li><li class="module">
|
|
76
|
-
<div id="drawer-popup" class="module_element">
|
|
77
|
-
<a href="drawer-popup.html">drawer-popup</a>
|
|
78
|
-
</div><ul class="subList_lev3"><li id="navItem59"><a href="oj-c.DrawerPopup.html"><oj-c-drawer-popup></a></li></ul></li><li class="deprecated-hidden">
|
|
79
|
-
<div id="file-picker" class="module_element">
|
|
80
|
-
<a href="file-picker.html">file-picker</a>
|
|
81
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem60"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li></ul></li><li class="module">
|
|
82
|
-
<div id="form-layout" class="module_element">
|
|
83
|
-
<a href="form-layout.html">form-layout</a>
|
|
84
|
-
</div><ul class="subList_lev3"><li id="navItem61"><a href="oj-c.FormLayout.html"><oj-c-form-layout></a></li></ul></li><li class="deprecated-hidden">
|
|
85
|
-
<div id="highlight-text" class="module_element">
|
|
86
|
-
<a href="highlight-text.html">highlight-text</a>
|
|
87
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem62"><a href="oj-c.HighlightText.html"><oj-c-highlight-text></a></li></ul></li><li class="module">
|
|
88
|
-
<div id="input-date-mask" class="module_element">
|
|
89
|
-
<a href="input-date-mask.html">input-date-mask</a>
|
|
90
|
-
</div><ul class="subList_lev3"><li id="navItem63"><a href="oj-c.InputDateMask.html"><oj-c-input-date-mask></a></li></ul></li><li class="module">
|
|
91
|
-
<div id="input-date-text" class="module_element">
|
|
92
|
-
<a href="input-date-text.html">input-date-text</a>
|
|
93
|
-
</div><ul class="subList_lev3"><li id="navItem64"><a href="oj-c.InputDateText.html"><oj-c-input-date-text></a></li></ul></li><li class="module">
|
|
94
|
-
<div id="input-month-mask" class="module_element">
|
|
95
|
-
<a href="input-month-mask.html">input-month-mask</a>
|
|
96
|
-
</div><ul class="subList_lev3"><li id="navItem65"><a href="oj-c.InputMonthMask.html"><oj-c-input-month-mask></a></li></ul></li><li class="deprecated-hidden">
|
|
97
|
-
<div id="input-number" class="module_element">
|
|
98
|
-
<a href="input-number.html">input-number</a>
|
|
99
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem66"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li></ul></li><li class="deprecated-hidden">
|
|
100
|
-
<div id="input-password" class="module_element">
|
|
101
|
-
<a href="input-password.html">input-password</a>
|
|
102
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem67"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li></ul></li><li class="module">
|
|
103
|
-
<div id="input-sensitive-text" class="module_element">
|
|
104
|
-
<a href="input-sensitive-text.html">input-sensitive-text</a>
|
|
105
|
-
</div><ul class="subList_lev3"><li id="navItem68"><a href="oj-c.InputSensitiveText.html"><oj-c-input-sensitive-text></a></li></ul></li><li class="deprecated-hidden">
|
|
106
|
-
<div id="input-text" class="module_element">
|
|
107
|
-
<a href="input-text.html">input-text</a>
|
|
108
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem69"><a href="oj-c.InputText.html"><oj-c-input-text></a></li></ul></li><li class="module">
|
|
109
|
-
<div id="labelled-link" class="module_element">
|
|
110
|
-
<a href="labelled-link.html">labelled-link</a>
|
|
111
|
-
</div><ul class="subList_lev3"><li id="navItem70"><a href="oj-c.LabelledLink.html"><oj-c-labelled-link></a></li></ul></li><li class="module">
|
|
112
|
-
<div id="legend" class="module_element">
|
|
113
|
-
<a href="legend.html">legend</a>
|
|
114
|
-
</div><ul class="subList_lev3"><li id="navItem71"><a href="oj-c.Legend.html"><oj-c-legend></a></li></ul></li><li class="module">
|
|
115
|
-
<div id="legend-item" class="module_element">
|
|
116
|
-
<a href="legend-item.html">legend-item</a>
|
|
117
|
-
</div><ul class="subList_lev3"><li id="navItem72"><a href="oj-c.LegendItem.html"><oj-c-legend-item></a></li></ul></li><li class="module">
|
|
118
|
-
<div id="legend-section" class="module_element">
|
|
119
|
-
<a href="legend-section.html">legend-section</a>
|
|
120
|
-
</div><ul class="subList_lev3"><li id="navItem73"><a href="oj-c.LegendSection.html"><oj-c-legend-section></a></li></ul></li><li class="module">
|
|
121
|
-
<div id="line-chart" class="module_element">
|
|
122
|
-
<a href="line-chart.html">line-chart</a>
|
|
123
|
-
</div><ul class="subList_lev3"><li id="navItem74"><a href="oj-c.LineChart.html"><oj-c-line-chart></a></li></ul></li><li class="module">
|
|
124
|
-
<div id="line-chart-group" class="module_element">
|
|
125
|
-
<a href="line-chart-group.html">line-chart-group</a>
|
|
126
|
-
</div><ul class="subList_lev3"><li id="navItem75"><a href="oj-c.LineChartGroup.html"><oj-c-line-chart-group></a></li></ul></li><li class="module">
|
|
127
|
-
<div id="line-chart-item" class="module_element">
|
|
128
|
-
<a href="line-chart-item.html">line-chart-item</a>
|
|
129
|
-
</div><ul class="subList_lev3"><li id="navItem76"><a href="oj-c.LineChartItem.html"><oj-c-line-chart-item></a></li></ul></li><li class="module">
|
|
130
|
-
<div id="line-chart-series" class="module_element">
|
|
131
|
-
<a href="line-chart-series.html">line-chart-series</a>
|
|
132
|
-
</div><ul class="subList_lev3"><li id="navItem77"><a href="oj-c.LineChartSeries.html"><oj-c-line-chart-series></a></li></ul></li><li class="deprecated-hidden">
|
|
133
|
-
<div id="list-item-layout" class="module_element">
|
|
134
|
-
<a href="list-item-layout.html">list-item-layout</a>
|
|
135
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem78"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li></ul></li><li class="module">
|
|
136
|
-
<div id="list-view" class="module_element">
|
|
137
|
-
<a href="list-view.html">list-view</a>
|
|
138
|
-
</div><ul class="subList_lev3"><li id="navItem79"><a href="oj-c.ListView.html"><oj-c-list-view></a></li></ul></li><li class="deprecated-hidden">
|
|
139
|
-
<div id="menu-button" class="module_element">
|
|
140
|
-
<a href="menu-button.html">menu-button</a>
|
|
141
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem80"><a href="oj-c.MenuButton.html"><oj-c-menu-button></a></li></ul></li><li class="deprecated-hidden">
|
|
142
|
-
<div id="message-banner" class="module_element">
|
|
143
|
-
<a href="message-banner.html">message-banner</a>
|
|
144
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem81"><a href="oj-c.MessageBanner.html"><oj-c-message-banner></a></li></ul></li><li class="deprecated-hidden">
|
|
145
|
-
<div id="message-toast" class="module_element">
|
|
146
|
-
<a href="message-toast.html">message-toast</a>
|
|
147
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem82"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li></ul></li><li class="deprecated-hidden">
|
|
148
|
-
<div id="meter-bar" class="module_element">
|
|
149
|
-
<a href="meter-bar.html">meter-bar</a>
|
|
150
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem83"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li></ul></li><li class="deprecated-hidden">
|
|
151
|
-
<div id="meter-circle" class="module_element">
|
|
152
|
-
<a href="meter-circle.html">meter-circle</a>
|
|
153
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem84"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li></ul></li><li class="deprecated-hidden">
|
|
154
|
-
<div id="progress-bar" class="module_element">
|
|
155
|
-
<a href="progress-bar.html">progress-bar</a>
|
|
156
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem85"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li></ul></li><li class="deprecated-hidden">
|
|
157
|
-
<div id="progress-circle" class="module_element">
|
|
158
|
-
<a href="progress-circle.html">progress-circle</a>
|
|
159
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem86"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li></ul></li><li class="deprecated-hidden">
|
|
160
|
-
<div id="radioset" class="module_element">
|
|
161
|
-
<a href="radioset.html">radioset</a>
|
|
162
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem87"><a href="oj-c.Radioset.html"><oj-c-radioset></a></li></ul></li><li class="deprecated-hidden">
|
|
163
|
-
<div id="rating-gauge" class="module_element">
|
|
164
|
-
<a href="rating-gauge.html">rating-gauge</a>
|
|
165
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem88"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li></ul></li><li class="deprecated-hidden">
|
|
166
|
-
<div id="select-multiple" class="module_element">
|
|
167
|
-
<a href="select-multiple.html">select-multiple</a>
|
|
168
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem89"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li></ul></li><li class="module">
|
|
169
|
-
<div id="select-single" class="module_element">
|
|
170
|
-
<a href="select-single.html">select-single</a>
|
|
171
|
-
</div><ul class="subList_lev3"><li id="navItem90"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li></ul></li><li class="module">
|
|
172
|
-
<div id="selection-card" class="module_element">
|
|
173
|
-
<a href="selection-card.html">selection-card</a>
|
|
174
|
-
</div><ul class="subList_lev3"></ul></li><li class="deprecated-hidden">
|
|
175
|
-
<div id="selector" class="module_element">
|
|
176
|
-
<a href="selector.html">selector</a>
|
|
177
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem91"><a href="oj-c.Selector.html"><oj-c-selector></a></li></ul></li><li class="deprecated-hidden">
|
|
178
|
-
<div id="selector-all" class="module_element">
|
|
179
|
-
<a href="selector-all.html">selector-all</a>
|
|
180
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem92"><a href="oj-c.SelectorAll.html"><oj-c-selector-all></a></li></ul></li><li class="module">
|
|
181
|
-
<div id="split-menu-button" class="module_element">
|
|
182
|
-
<a href="split-menu-button.html">split-menu-button</a>
|
|
183
|
-
</div><ul class="subList_lev3"><li id="navItem93"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li></ul></li><li class="module">
|
|
184
|
-
<div id="tab-bar-mixed" class="module_element">
|
|
185
|
-
<a href="tab-bar-mixed.html">tab-bar-mixed</a>
|
|
186
|
-
</div><ul class="subList_lev3"><li id="navItem94"><a href="oj-c.TabBarMixed.html"><oj-c-tab-bar-mixed></a></li></ul></li><li class="module">
|
|
187
|
-
<div id="tag-cloud" class="module_element">
|
|
188
|
-
<a href="tag-cloud.html">tag-cloud</a>
|
|
189
|
-
</div><ul class="subList_lev3"><li id="navItem95"><a href="oj-c.TagCloud.html"><oj-c-tag-cloud></a></li></ul></li><li class="module">
|
|
190
|
-
<div id="tag-cloud-item" class="module_element">
|
|
191
|
-
<a href="tag-cloud-item.html">tag-cloud-item</a>
|
|
192
|
-
</div><ul class="subList_lev3"><li id="navItem96"><a href="oj-c.TagCloudItem.html"><oj-c-tag-cloud-item></a></li></ul></li><li class="deprecated-hidden">
|
|
193
|
-
<div id="text-area" class="module_element">
|
|
194
|
-
<a href="text-area.html">text-area</a>
|
|
195
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem97"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li></ul></li></ul>
|
|
196
|
-
</nav>
|
|
197
|
-
|
|
198
|
-
<div id="main">
|
|
199
|
-
|
|
200
|
-
<button onclick="topFunction()" id="jump-to-top-btn" title="Go to top"></button>
|
|
201
|
-
<div class="page-title">
|
|
202
|
-
<h1>Element: <oj-c-split-menu-button></h1>
|
|
203
|
-
</div>
|
|
204
|
-
|
|
205
|
-
<p class="product-docs-header">
|
|
206
|
-
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
207
|
-
16.1.4</span><br>
|
|
208
|
-
</p>
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
<dl class="details">
|
|
222
|
-
|
|
223
|
-
<dt class="tag-since">Since:</dt>
|
|
224
|
-
<dd class="tag-since"><ul class="dummy"><li>14.0.0</li></ul></dd>
|
|
225
|
-
|
|
226
|
-
<dt class="tag-module">Module:</dt>
|
|
227
|
-
<dd class="tag-module"><ul class="dummy"><li>split-menu-button</li></ul></dd>
|
|
228
|
-
|
|
229
|
-
</dl>
|
|
230
|
-
|
|
231
|
-
<section id="quick-nav" class="">
|
|
232
|
-
<header><h2>QuickNav</h2></header>
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
<div class="quick-nav-section4">
|
|
237
|
-
<h3> <a href="#members-section">Attributes</a></h3>
|
|
238
|
-
<ul class="optionsSubList">
|
|
239
|
-
|
|
240
|
-
<li><div><a href="#chroming">chroming</a></div>
|
|
241
|
-
|
|
242
|
-
</li>
|
|
243
|
-
|
|
244
|
-
<li><div><a href="#disabled">disabled</a></div>
|
|
245
|
-
|
|
246
|
-
</li>
|
|
247
|
-
|
|
248
|
-
<li><div><a href="#items">items</a></div>
|
|
249
|
-
|
|
250
|
-
</li>
|
|
251
|
-
|
|
252
|
-
<li><div><a href="#label">label</a></div>
|
|
253
|
-
|
|
254
|
-
</li>
|
|
255
|
-
|
|
256
|
-
<li><div><a href="#size">size</a></div>
|
|
257
|
-
|
|
258
|
-
</li>
|
|
259
|
-
|
|
260
|
-
<li><div><a href="#tooltip">tooltip</a></div>
|
|
261
|
-
|
|
262
|
-
</li>
|
|
263
|
-
|
|
264
|
-
<li><div><a href="#width">width</a></div>
|
|
265
|
-
|
|
266
|
-
</ul>
|
|
267
|
-
<script type="text/javascript" >
|
|
268
|
-
var innerSubLists = document.getElementsByClassName('optionsInnerSubList');
|
|
269
|
-
for (var i=0; i<innerSubLists.length; i++) {
|
|
270
|
-
innerSubLists[i].parentNode.onclick=function(event) {
|
|
271
|
-
event.stopPropagation();
|
|
272
|
-
// Only interpret the click event if the <a> element is the target and do nothing if click occurred elsewhere on the div
|
|
273
|
-
if (event.target.parentNode == this.firstChild.firstChild) {
|
|
274
|
-
// toggle only the clicked sub properties list and not any nested ones
|
|
275
|
-
var subProperties = this.getElementsByClassName('optionsInnerSubList');
|
|
276
|
-
subProperties[0].style.display = (subProperties[0].style.display=='block' ? 'none' : 'block');
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
</script>
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
</div>
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
<div class="quick-nav-section4">
|
|
291
|
-
<h3><a href="#events-section">Events</a></h3>
|
|
292
|
-
<ul class="subList">
|
|
293
|
-
|
|
294
|
-
<li><a href="#event:ojAction">ojAction</a></li>
|
|
295
|
-
|
|
296
|
-
<li><a href="#event:ojMenuAction">ojMenuAction</a></li>
|
|
297
|
-
|
|
298
|
-
</ul>
|
|
299
|
-
</div>
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
<div class="quick-nav-section4">
|
|
304
|
-
<h3><a href="#methods-section">Methods</a></h3>
|
|
305
|
-
<ul class="subList">
|
|
306
|
-
|
|
307
|
-
<li><a href="#getProperty">getProperty</a></li>
|
|
308
|
-
|
|
309
|
-
<li><a href="#setProperties">setProperties</a></li>
|
|
310
|
-
|
|
311
|
-
<li><a href="#setProperty">setProperty</a></li>
|
|
312
|
-
|
|
313
|
-
</ul>
|
|
314
|
-
|
|
315
|
-
</div>
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
<div class="quick-nav-section4">
|
|
320
|
-
<h3>Other Topics</h3>
|
|
321
|
-
<ul class="subList">
|
|
322
|
-
|
|
323
|
-
<li><a href="#touch-section">Touch Section</a></li>
|
|
324
|
-
|
|
325
|
-
<li><a href="#keyboard-section">Keyboard Section</a></li>
|
|
326
|
-
|
|
327
|
-
<li><a href="#a11y-section">Accessibility Section</a></li>
|
|
328
|
-
|
|
329
|
-
</ul>
|
|
330
|
-
</div>
|
|
331
|
-
|
|
332
|
-
</section>
|
|
333
|
-
|
|
334
|
-
<section class="">
|
|
335
|
-
<header>
|
|
336
|
-
|
|
337
|
-
</br>
|
|
338
|
-
|
|
339
|
-
<div class="class-description">
|
|
340
|
-
<p><h3 id="splitMenuButtonOverview-section">
|
|
341
|
-
JET Split Menu Button
|
|
342
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#buttonOverview-section"></a>
|
|
343
|
-
</h3>
|
|
344
|
-
|
|
345
|
-
<p>Description: A Split Menu Button combines a push button and menu button.
|
|
346
|
-
|
|
347
|
-
<pre class="prettyprint"><code><oj-c-split-menu-button label="Copy" onAction="[[action]]" items="[[items]]">
|
|
348
|
-
</oj-c-split-menu-button>
|
|
349
|
-
</code></pre>
|
|
350
|
-
|
|
351
|
-
<h3 id="touch-section">
|
|
352
|
-
Touch End User Information
|
|
353
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#touch-section"></a>
|
|
354
|
-
</h3>
|
|
355
|
-
|
|
356
|
-
<table class="keyboard-table">
|
|
357
|
-
<thead>
|
|
358
|
-
<tr>
|
|
359
|
-
<th>Target</th>
|
|
360
|
-
<th>Gesture</th>
|
|
361
|
-
<th>Action</th>
|
|
362
|
-
</tr>
|
|
363
|
-
</thead>
|
|
364
|
-
<tbody>
|
|
365
|
-
<tr>
|
|
366
|
-
<td>Button</td>
|
|
367
|
-
<td><kbd>Tap on action side</kbd></td>
|
|
368
|
-
<td>Invoke the action.</td>
|
|
369
|
-
</tr>
|
|
370
|
-
<tr>
|
|
371
|
-
<td>Button</td>
|
|
372
|
-
<td><kbd>Tap on menu side</kbd></td>
|
|
373
|
-
<td>Invoke the menu.</td>
|
|
374
|
-
</tr>
|
|
375
|
-
</tbody>
|
|
376
|
-
</table>
|
|
377
|
-
|
|
378
|
-
<h3 id="keyboard-section">
|
|
379
|
-
Keyboard End User Information
|
|
380
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#keyboard-section"></a>
|
|
381
|
-
</h3>
|
|
382
|
-
|
|
383
|
-
<table class="keyboard-table">
|
|
384
|
-
<thead>
|
|
385
|
-
<tr>
|
|
386
|
-
<th>Target</th>
|
|
387
|
-
<th>Key</th>
|
|
388
|
-
<th>Action</th>
|
|
389
|
-
</tr>
|
|
390
|
-
</thead>
|
|
391
|
-
<tbody>
|
|
392
|
-
<tr>
|
|
393
|
-
<td>Split Menu Button</td>
|
|
394
|
-
<td><kbd>Enter</kbd> or <kbd>Space</kbd></td>
|
|
395
|
-
<td>Invoke the Button action.</td>
|
|
396
|
-
</tr>
|
|
397
|
-
<tr>
|
|
398
|
-
<td>Split Menu Button</td>
|
|
399
|
-
<td><kbd>Down Arrow</kbd></td>
|
|
400
|
-
<td>Invoke the Button menu.</td>
|
|
401
|
-
</tr>
|
|
402
|
-
</tbody>
|
|
403
|
-
</table>
|
|
404
|
-
|
|
405
|
-
<h3 id="a11y-section">
|
|
406
|
-
Accessibility
|
|
407
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#a11y-section"></a>
|
|
408
|
-
</h3>
|
|
409
|
-
|
|
410
|
-
<p>For accessibility, the label is used as the accessible aria label. This is required
|
|
411
|
-
as persistent split menu buttons modify the label depending on the last menu item selection.
|
|
412
|
-
|
|
413
|
-
<p>Disabled content: JET supports an accessible luminosity contrast ratio,
|
|
414
|
-
as specified in <a href="http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast">WCAG 2.0 - Section 1.4.3 "Contrast"</a>,
|
|
415
|
-
in the themes that are accessible. (See the "Theming" chapter of the JET Developer Guide for more information on which
|
|
416
|
-
themes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user
|
|
417
|
-
interface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio
|
|
418
|
-
required of enabled content, it cannot be used to convey meaningful information.<p></p>
|
|
419
|
-
</div>
|
|
420
|
-
</br>
|
|
421
|
-
|
|
422
|
-
</header>
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
<article>
|
|
426
|
-
<div class="container-overview">
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
<div class="usage-section">
|
|
430
|
-
<h3 id="usage-section">Usage<a class="bookmarkable-link" title="Bookmarkable Link" href="#usage-section"></a></h3>
|
|
431
|
-
|
|
432
|
-
<dt class="null" style="margin-right: 100px;"><h5><span>Signature: </span><p> <span class="name type-signature">interface CSplitMenuButtonElement</span></p></h5></dt>
|
|
433
|
-
|
|
434
|
-
<dl>
|
|
435
|
-
<dt><h5>Typescript Import Format</h5></dt>
|
|
436
|
-
<dd><pre class="prettyprint"><code>//To typecheck the element APIs, import as below.<br>import {CSplitMenuButtonElement} from "oj-c/split-menu-button";<br><br>//For the transpiled javascript to load the element's module, import as below<br>import "oj-c/split-menu-button";</code></pre></dd>
|
|
437
|
-
</dl>
|
|
438
|
-
|
|
439
|
-
<p>For additional information visit:</p>
|
|
440
|
-
<ul>
|
|
441
|
-
|
|
442
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview" target="_blank">Using JET Custom Elements</a></li>
|
|
443
|
-
|
|
444
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=typescriptoverview" target="_blank">Using JET with TypeScript</a></li>
|
|
445
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=moduleloadingoverview" target="_blank">JET Module Loading</a></li>
|
|
446
|
-
</ul>
|
|
447
|
-
|
|
448
|
-
<p class="important">Note: Application logic should not interact with the component's properties or invoke its methods
|
|
449
|
-
until the <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=ojbusycontext" target="_blank">BusyContext</a> indicates that the component is ready for interaction.</p>
|
|
450
|
-
|
|
451
|
-
</div>
|
|
452
|
-
<br>
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
<dl class="details">
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
</dl>
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
</div>
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
<h3 id="members-section" class="subsection-title">
|
|
509
|
-
Attributes
|
|
510
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#members-section"></a>
|
|
511
|
-
</h3>
|
|
512
|
-
|
|
513
|
-
<dl>
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
<dt class="">
|
|
517
|
-
|
|
518
|
-
<h4 id="chroming" class="name">
|
|
519
|
-
|
|
520
|
-
<span class="type-signature"></span>chroming<span class="type-signature"> :"outlined"|"solid"|"callToAction"</span>
|
|
521
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#chroming"></a>
|
|
522
|
-
|
|
523
|
-
</h4>
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
</dt>
|
|
527
|
-
|
|
528
|
-
<dd class="">
|
|
529
|
-
|
|
530
|
-
<div class="description">
|
|
531
|
-
Indicates in what states the button has chromings in background and border.
|
|
532
|
-
</div>
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
<dl class="details">
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
<h5 class="subsection-title">Supported Values:</h5>
|
|
543
|
-
|
|
544
|
-
<dl>
|
|
545
|
-
|
|
546
|
-
<table class="props">
|
|
547
|
-
<thead>
|
|
548
|
-
<tr>
|
|
549
|
-
|
|
550
|
-
<th>Value</th>
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
<th class="last">Description</th>
|
|
559
|
-
|
|
560
|
-
</tr>
|
|
561
|
-
</thead>
|
|
562
|
-
|
|
563
|
-
<tbody>
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
<tr>
|
|
567
|
-
|
|
568
|
-
<td class="name"><code>callToAction</code></td>
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
<td class="description last">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.
|
|
577
|
-
</td>
|
|
578
|
-
|
|
579
|
-
</tr>
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
<tr>
|
|
584
|
-
|
|
585
|
-
<td class="name"><code>outlined</code></td>
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
<td class="description last">Outlined buttons are salient, but lighter weight than solid buttons. Outlined buttons are useful for secondary actions.
|
|
594
|
-
</td>
|
|
595
|
-
|
|
596
|
-
</tr>
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
<tr>
|
|
601
|
-
|
|
602
|
-
<td class="name"><code>solid</code></td>
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
<td class="description last">Solid buttons stand out, and direct the user's attention to the most important actions in the UI.
|
|
611
|
-
</td>
|
|
612
|
-
|
|
613
|
-
</tr>
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
</tbody>
|
|
617
|
-
</table></dl>
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
<dt class="tag-default">Default Value:</dt>
|
|
623
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"outlined"</code></li></ul></dd>
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
</dl>
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
<h5>Names</h5>
|
|
654
|
-
<table class="keyboard-table">
|
|
655
|
-
<thead>
|
|
656
|
-
<tr>
|
|
657
|
-
<th>Item</th>
|
|
658
|
-
<th>Name</th>
|
|
659
|
-
</tr>
|
|
660
|
-
</thead>
|
|
661
|
-
<tbody>
|
|
662
|
-
<tr>
|
|
663
|
-
<td>Property</td>
|
|
664
|
-
<td><code class="prettyprint">chroming</code></td>
|
|
665
|
-
</tr>
|
|
666
|
-
|
|
667
|
-
<tr>
|
|
668
|
-
<td>Property change event</td>
|
|
669
|
-
<td><code class="prettyprint">chromingChanged</code></td>
|
|
670
|
-
</tr>
|
|
671
|
-
<tr>
|
|
672
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
673
|
-
<td><code class="pretty-print-noprettify">on-chroming-changed</code></td>
|
|
674
|
-
</tr>
|
|
675
|
-
|
|
676
|
-
</tbody>
|
|
677
|
-
</table>
|
|
678
|
-
|
|
679
|
-
</dd>
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
<dt class="">
|
|
683
|
-
|
|
684
|
-
<h4 id="disabled" class="name">
|
|
685
|
-
|
|
686
|
-
<span class="type-signature"></span>disabled<span class="type-signature"> :boolean</span>
|
|
687
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#disabled"></a>
|
|
688
|
-
|
|
689
|
-
</h4>
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
</dt>
|
|
693
|
-
|
|
694
|
-
<dd class="">
|
|
695
|
-
|
|
696
|
-
<div class="description">
|
|
697
|
-
Specifies that the button element should be disabled.
|
|
698
|
-
</div>
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
<dl class="details">
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
<dt class="tag-default">Default Value:</dt>
|
|
710
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
</dl>
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
<h5>Names</h5>
|
|
741
|
-
<table class="keyboard-table">
|
|
742
|
-
<thead>
|
|
743
|
-
<tr>
|
|
744
|
-
<th>Item</th>
|
|
745
|
-
<th>Name</th>
|
|
746
|
-
</tr>
|
|
747
|
-
</thead>
|
|
748
|
-
<tbody>
|
|
749
|
-
<tr>
|
|
750
|
-
<td>Property</td>
|
|
751
|
-
<td><code class="prettyprint">disabled</code></td>
|
|
752
|
-
</tr>
|
|
753
|
-
|
|
754
|
-
<tr>
|
|
755
|
-
<td>Property change event</td>
|
|
756
|
-
<td><code class="prettyprint">disabledChanged</code></td>
|
|
757
|
-
</tr>
|
|
758
|
-
<tr>
|
|
759
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
760
|
-
<td><code class="pretty-print-noprettify">on-disabled-changed</code></td>
|
|
761
|
-
</tr>
|
|
762
|
-
|
|
763
|
-
</tbody>
|
|
764
|
-
</table>
|
|
765
|
-
|
|
766
|
-
</dd>
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
<dt class="">
|
|
770
|
-
|
|
771
|
-
<h4 id="items" class="name">
|
|
772
|
-
|
|
773
|
-
<span class="type-signature"></span>items<span class="type-signature"> :Array<MenuSeparator|MenuItem></span>
|
|
774
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#items"></a>
|
|
775
|
-
|
|
776
|
-
</h4>
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
</dt>
|
|
780
|
-
|
|
781
|
-
<dd class="">
|
|
782
|
-
|
|
783
|
-
<div class="description">
|
|
784
|
-
Items describe the menu items rendered by the menu button.
|
|
785
|
-
</div>
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
<dl class="details">
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
<dt class="tag-default">Default Value:</dt>
|
|
797
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">[]</code></li></ul></dd>
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
</dl>
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
<h5>Names</h5>
|
|
828
|
-
<table class="keyboard-table">
|
|
829
|
-
<thead>
|
|
830
|
-
<tr>
|
|
831
|
-
<th>Item</th>
|
|
832
|
-
<th>Name</th>
|
|
833
|
-
</tr>
|
|
834
|
-
</thead>
|
|
835
|
-
<tbody>
|
|
836
|
-
<tr>
|
|
837
|
-
<td>Property</td>
|
|
838
|
-
<td><code class="prettyprint">items</code></td>
|
|
839
|
-
</tr>
|
|
840
|
-
|
|
841
|
-
<tr>
|
|
842
|
-
<td>Property change event</td>
|
|
843
|
-
<td><code class="prettyprint">itemsChanged</code></td>
|
|
844
|
-
</tr>
|
|
845
|
-
<tr>
|
|
846
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
847
|
-
<td><code class="pretty-print-noprettify">on-items-changed</code></td>
|
|
848
|
-
</tr>
|
|
849
|
-
|
|
850
|
-
</tbody>
|
|
851
|
-
</table>
|
|
852
|
-
|
|
853
|
-
</dd>
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
<dt class="">
|
|
857
|
-
|
|
858
|
-
<h4 id="label" class="name">
|
|
859
|
-
|
|
860
|
-
<span class="type-signature"></span>label<span class="type-signature"> :string</span>
|
|
861
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#label"></a>
|
|
862
|
-
|
|
863
|
-
</h4>
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
</dt>
|
|
867
|
-
|
|
868
|
-
<dd class="">
|
|
869
|
-
|
|
870
|
-
<div class="description">
|
|
871
|
-
Text to show in the button.
|
|
872
|
-
</div>
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
<dl class="details">
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
<dt class="tag-default">Default Value:</dt>
|
|
884
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">""</code></li></ul></dd>
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
</dl>
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
<h5>Names</h5>
|
|
915
|
-
<table class="keyboard-table">
|
|
916
|
-
<thead>
|
|
917
|
-
<tr>
|
|
918
|
-
<th>Item</th>
|
|
919
|
-
<th>Name</th>
|
|
920
|
-
</tr>
|
|
921
|
-
</thead>
|
|
922
|
-
<tbody>
|
|
923
|
-
<tr>
|
|
924
|
-
<td>Property</td>
|
|
925
|
-
<td><code class="prettyprint">label</code></td>
|
|
926
|
-
</tr>
|
|
927
|
-
|
|
928
|
-
<tr>
|
|
929
|
-
<td>Property change event</td>
|
|
930
|
-
<td><code class="prettyprint">labelChanged</code></td>
|
|
931
|
-
</tr>
|
|
932
|
-
<tr>
|
|
933
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
934
|
-
<td><code class="pretty-print-noprettify">on-label-changed</code></td>
|
|
935
|
-
</tr>
|
|
936
|
-
|
|
937
|
-
</tbody>
|
|
938
|
-
</table>
|
|
939
|
-
|
|
940
|
-
</dd>
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
<dt class="">
|
|
944
|
-
|
|
945
|
-
<h4 id="size" class="name">
|
|
946
|
-
|
|
947
|
-
<span class="type-signature"></span>size<span class="type-signature"> :"sm"|"md"|"lg"</span>
|
|
948
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#size"></a>
|
|
949
|
-
|
|
950
|
-
</h4>
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
</dt>
|
|
954
|
-
|
|
955
|
-
<dd class="">
|
|
956
|
-
|
|
957
|
-
<div class="description">
|
|
958
|
-
Size of button
|
|
959
|
-
</div>
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
<dl class="details">
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
<h5 class="subsection-title">Supported Values:</h5>
|
|
970
|
-
|
|
971
|
-
<dl>
|
|
972
|
-
|
|
973
|
-
<table class="props">
|
|
974
|
-
<thead>
|
|
975
|
-
<tr>
|
|
976
|
-
|
|
977
|
-
<th>Value</th>
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
<th class="last">Description</th>
|
|
986
|
-
|
|
987
|
-
</tr>
|
|
988
|
-
</thead>
|
|
989
|
-
|
|
990
|
-
<tbody>
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
<tr>
|
|
994
|
-
|
|
995
|
-
<td class="name"><code>lg</code></td>
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
<td class="description last">Display a large button.
|
|
1004
|
-
</td>
|
|
1005
|
-
|
|
1006
|
-
</tr>
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
<tr>
|
|
1011
|
-
|
|
1012
|
-
<td class="name"><code>md</code></td>
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
<td class="description last">Display a default size button.
|
|
1021
|
-
</td>
|
|
1022
|
-
|
|
1023
|
-
</tr>
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
<tr>
|
|
1028
|
-
|
|
1029
|
-
<td class="name"><code>sm</code></td>
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
<td class="description last">Display a small button.
|
|
1038
|
-
</td>
|
|
1039
|
-
|
|
1040
|
-
</tr>
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
</tbody>
|
|
1044
|
-
</table></dl>
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1050
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"md"</code></li></ul></dd>
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
</dl>
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
<h5>Names</h5>
|
|
1081
|
-
<table class="keyboard-table">
|
|
1082
|
-
<thead>
|
|
1083
|
-
<tr>
|
|
1084
|
-
<th>Item</th>
|
|
1085
|
-
<th>Name</th>
|
|
1086
|
-
</tr>
|
|
1087
|
-
</thead>
|
|
1088
|
-
<tbody>
|
|
1089
|
-
<tr>
|
|
1090
|
-
<td>Property</td>
|
|
1091
|
-
<td><code class="prettyprint">size</code></td>
|
|
1092
|
-
</tr>
|
|
1093
|
-
|
|
1094
|
-
<tr>
|
|
1095
|
-
<td>Property change event</td>
|
|
1096
|
-
<td><code class="prettyprint">sizeChanged</code></td>
|
|
1097
|
-
</tr>
|
|
1098
|
-
<tr>
|
|
1099
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1100
|
-
<td><code class="pretty-print-noprettify">on-size-changed</code></td>
|
|
1101
|
-
</tr>
|
|
1102
|
-
|
|
1103
|
-
</tbody>
|
|
1104
|
-
</table>
|
|
1105
|
-
|
|
1106
|
-
</dd>
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
<dt class="">
|
|
1110
|
-
|
|
1111
|
-
<h4 id="tooltip" class="name">
|
|
1112
|
-
|
|
1113
|
-
<span class="type-signature"></span>tooltip<span class="type-signature"> :string</span>
|
|
1114
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#tooltip"></a>
|
|
1115
|
-
|
|
1116
|
-
</h4>
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
</dt>
|
|
1120
|
-
|
|
1121
|
-
<dd class="">
|
|
1122
|
-
|
|
1123
|
-
<div class="description">
|
|
1124
|
-
Text to show in the tooltip.
|
|
1125
|
-
</div>
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
<dl class="details">
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
</dl>
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
<h5>Names</h5>
|
|
1165
|
-
<table class="keyboard-table">
|
|
1166
|
-
<thead>
|
|
1167
|
-
<tr>
|
|
1168
|
-
<th>Item</th>
|
|
1169
|
-
<th>Name</th>
|
|
1170
|
-
</tr>
|
|
1171
|
-
</thead>
|
|
1172
|
-
<tbody>
|
|
1173
|
-
<tr>
|
|
1174
|
-
<td>Property</td>
|
|
1175
|
-
<td><code class="prettyprint">tooltip</code></td>
|
|
1176
|
-
</tr>
|
|
1177
|
-
|
|
1178
|
-
<tr>
|
|
1179
|
-
<td>Property change event</td>
|
|
1180
|
-
<td><code class="prettyprint">tooltipChanged</code></td>
|
|
1181
|
-
</tr>
|
|
1182
|
-
<tr>
|
|
1183
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1184
|
-
<td><code class="pretty-print-noprettify">on-tooltip-changed</code></td>
|
|
1185
|
-
</tr>
|
|
1186
|
-
|
|
1187
|
-
</tbody>
|
|
1188
|
-
</table>
|
|
1189
|
-
|
|
1190
|
-
</dd>
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
<dt class="">
|
|
1194
|
-
|
|
1195
|
-
<h4 id="width" class="name">
|
|
1196
|
-
|
|
1197
|
-
<span class="type-signature"></span>width<span class="type-signature"> :Size</span>
|
|
1198
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#width"></a>
|
|
1199
|
-
|
|
1200
|
-
</h4>
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
</dt>
|
|
1204
|
-
|
|
1205
|
-
<dd class="">
|
|
1206
|
-
|
|
1207
|
-
<div class="description">
|
|
1208
|
-
Specifies that the button style width
|
|
1209
|
-
</div>
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
<dl class="details">
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
</dl>
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
<h5>Names</h5>
|
|
1249
|
-
<table class="keyboard-table">
|
|
1250
|
-
<thead>
|
|
1251
|
-
<tr>
|
|
1252
|
-
<th>Item</th>
|
|
1253
|
-
<th>Name</th>
|
|
1254
|
-
</tr>
|
|
1255
|
-
</thead>
|
|
1256
|
-
<tbody>
|
|
1257
|
-
<tr>
|
|
1258
|
-
<td>Property</td>
|
|
1259
|
-
<td><code class="prettyprint">width</code></td>
|
|
1260
|
-
</tr>
|
|
1261
|
-
|
|
1262
|
-
<tr>
|
|
1263
|
-
<td>Property change event</td>
|
|
1264
|
-
<td><code class="prettyprint">widthChanged</code></td>
|
|
1265
|
-
</tr>
|
|
1266
|
-
<tr>
|
|
1267
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1268
|
-
<td><code class="pretty-print-noprettify">on-width-changed</code></td>
|
|
1269
|
-
</tr>
|
|
1270
|
-
|
|
1271
|
-
</tbody>
|
|
1272
|
-
</table>
|
|
1273
|
-
|
|
1274
|
-
</dd>
|
|
1275
|
-
|
|
1276
|
-
</dl>
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
<h3 id="events-section" class="subsection-title">
|
|
1280
|
-
Events
|
|
1281
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#events-section"></a>
|
|
1282
|
-
</h3>
|
|
1283
|
-
|
|
1284
|
-
<dl>
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
<dt class="">
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
<h4 id="event:ojAction" class="name">
|
|
1292
|
-
|
|
1293
|
-
ojAction
|
|
1294
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#event:ojAction"></a>
|
|
1295
|
-
|
|
1296
|
-
</h4>
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
</dt>
|
|
1303
|
-
<dd class="">
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
<div class="description">
|
|
1307
|
-
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.
|
|
1308
|
-
|
|
1309
|
-
<p>See <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</p>
|
|
1310
|
-
|
|
1311
|
-
</div>
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
<dl class="details">
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
</dl>
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
</dd>
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
<dt class="">
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
<h4 id="event:ojMenuAction" class="name">
|
|
1374
|
-
|
|
1375
|
-
ojMenuAction
|
|
1376
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#event:ojMenuAction"></a>
|
|
1377
|
-
|
|
1378
|
-
</h4>
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
</dt>
|
|
1385
|
-
<dd class="">
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
<div class="description">
|
|
1389
|
-
Triggered when a menu item is clicked, whether by keyboard, mouse, or touch events. Detail indicates which menu item was clicked.
|
|
1390
|
-
|
|
1391
|
-
</div>
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
<dl class="details">
|
|
1406
|
-
|
|
1407
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
<p>All of the event payloads listed below can be found under <code class="prettyprint">event.detail</code>.
|
|
1411
|
-
See <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.
|
|
1412
|
-
</p>
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
<dl>
|
|
1416
|
-
|
|
1417
|
-
<table class="props">
|
|
1418
|
-
<thead>
|
|
1419
|
-
<tr>
|
|
1420
|
-
|
|
1421
|
-
<th>Name</th>
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
<th>Type</th>
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
<th>Argument</th>
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
</tr>
|
|
1434
|
-
</thead>
|
|
1435
|
-
|
|
1436
|
-
<tbody>
|
|
1437
|
-
|
|
1438
|
-
<tr>
|
|
1439
|
-
|
|
1440
|
-
<td class="name"><code>key</code></td>
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
<td class="type">
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
<span class="param-type">string</span>
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
</td>
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
<td class="attributes">
|
|
1457
|
-
|
|
1458
|
-
<optional><br>
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
</td>
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
</tr>
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
</tbody>
|
|
1472
|
-
</table></dl>
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
</dl>
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
</dd>
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
</dl>
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
<h3 id="methods-section" class="subsection-title">
|
|
1520
|
-
Methods
|
|
1521
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#methods-section"></a>
|
|
1522
|
-
</h3>
|
|
1523
|
-
|
|
1524
|
-
<dl>
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
<dt class="">
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
<h4 id="getProperty" class="name">
|
|
1532
|
-
|
|
1533
|
-
<span class="type-signature"></span>getProperty<span class="signature">(property)</span><span class="type-signature"> : {<a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a>}</span>
|
|
1534
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#getProperty"></a>
|
|
1535
|
-
|
|
1536
|
-
</h4>
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
</dt>
|
|
1543
|
-
<dd class="">
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
<div class="description">
|
|
1547
|
-
Retrieves the value of a property or a subproperty.
|
|
1548
|
-
|
|
1549
|
-
</div>
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
<h5>Parameters:</h5>
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
<table class="params">
|
|
1565
|
-
<thead>
|
|
1566
|
-
<tr>
|
|
1567
|
-
|
|
1568
|
-
<th>Name</th>
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
<th>Type</th>
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
<th class="last">Description</th>
|
|
1578
|
-
</tr>
|
|
1579
|
-
</thead>
|
|
1580
|
-
|
|
1581
|
-
<tbody>
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
<tr>
|
|
1585
|
-
|
|
1586
|
-
<td class="name"><code>property</code></td>
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
<td class="type">
|
|
1590
|
-
|
|
1591
|
-
</td>
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
<td class="description last">The property name to get. Supports dot notation for subproperty access.
|
|
1597
|
-
</td>
|
|
1598
|
-
</tr>
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
</tbody>
|
|
1602
|
-
</table>
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
<dl class="details">
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
</dl>
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
<h5>Returns:</h5>
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
<dl>
|
|
1650
|
-
<dt>
|
|
1651
|
-
Type
|
|
1652
|
-
</dt>
|
|
1653
|
-
<dd>
|
|
1654
|
-
|
|
1655
|
-
<span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
</dd>
|
|
1659
|
-
</dl>
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
</dd>
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
<dt class="">
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
<h4 id="setProperties" class="name">
|
|
1674
|
-
|
|
1675
|
-
<span class="type-signature"></span>setProperties<span class="signature">(properties)</span><span class="type-signature"> : {void}</span>
|
|
1676
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperties"></a>
|
|
1677
|
-
|
|
1678
|
-
</h4>
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
</dt>
|
|
1685
|
-
<dd class="">
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
<div class="description">
|
|
1689
|
-
Performs a batch set of properties.
|
|
1690
|
-
|
|
1691
|
-
</div>
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
<h5>Parameters:</h5>
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
<table class="params">
|
|
1707
|
-
<thead>
|
|
1708
|
-
<tr>
|
|
1709
|
-
|
|
1710
|
-
<th>Name</th>
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
<th>Type</th>
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
<th class="last">Description</th>
|
|
1720
|
-
</tr>
|
|
1721
|
-
</thead>
|
|
1722
|
-
|
|
1723
|
-
<tbody>
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
<tr>
|
|
1727
|
-
|
|
1728
|
-
<td class="name"><code>properties</code></td>
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
<td class="type">
|
|
1732
|
-
|
|
1733
|
-
</td>
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
<td class="description last">An object containing the property and value pairs to set.
|
|
1739
|
-
</td>
|
|
1740
|
-
</tr>
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
</tbody>
|
|
1744
|
-
</table>
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
<dl class="details">
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
</dl>
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
<h5>Returns:</h5>
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
<dl>
|
|
1792
|
-
<dt>
|
|
1793
|
-
Type
|
|
1794
|
-
</dt>
|
|
1795
|
-
<dd>
|
|
1796
|
-
|
|
1797
|
-
<span class="param-type">void</span>
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
</dd>
|
|
1801
|
-
</dl>
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
</dd>
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
<dt class="">
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
<h4 id="setProperty" class="name">
|
|
1816
|
-
|
|
1817
|
-
<span class="type-signature"></span>setProperty<span class="signature">(property, value)</span><span class="type-signature"> : {void}</span>
|
|
1818
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperty"></a>
|
|
1819
|
-
|
|
1820
|
-
</h4>
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
</dt>
|
|
1827
|
-
<dd class="">
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
<div class="description">
|
|
1831
|
-
Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.
|
|
1832
|
-
|
|
1833
|
-
</div>
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
<h5>Parameters:</h5>
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
<table class="params">
|
|
1849
|
-
<thead>
|
|
1850
|
-
<tr>
|
|
1851
|
-
|
|
1852
|
-
<th>Name</th>
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
<th>Type</th>
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
<th class="last">Description</th>
|
|
1862
|
-
</tr>
|
|
1863
|
-
</thead>
|
|
1864
|
-
|
|
1865
|
-
<tbody>
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
<tr>
|
|
1869
|
-
|
|
1870
|
-
<td class="name"><code>property</code></td>
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
<td class="type">
|
|
1874
|
-
|
|
1875
|
-
</td>
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
<td class="description last">The property name to set. Supports dot notation for subproperty access.
|
|
1881
|
-
</td>
|
|
1882
|
-
</tr>
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
<tr>
|
|
1887
|
-
|
|
1888
|
-
<td class="name"><code>value</code></td>
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
<td class="type">
|
|
1892
|
-
|
|
1893
|
-
</td>
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
<td class="description last">The new value to set the property to.
|
|
1899
|
-
</td>
|
|
1900
|
-
</tr>
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
</tbody>
|
|
1904
|
-
</table>
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
<dl class="details">
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
</dl>
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
<h5>Returns:</h5>
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
<dl>
|
|
1952
|
-
<dt>
|
|
1953
|
-
Type
|
|
1954
|
-
</dt>
|
|
1955
|
-
<dd>
|
|
1956
|
-
|
|
1957
|
-
<span class="param-type">void</span>
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
</dd>
|
|
1961
|
-
</dl>
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
</dd>
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
</dl>
|
|
1971
|
-
|
|
1972
|
-
</article>
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
</section>
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
<footer>
|
|
1982
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Jul 02 2024 05:14:15 GMT+0000 (Coordinated Universal Time)<br>
|
|
1983
|
-
<span class="product-docs-footer">Copyright © 2014, 2024 Oracle. All rights reserved.<span>
|
|
1984
|
-
</footer>
|
|
1985
|
-
|
|
1986
|
-
</div>
|
|
1987
|
-
|
|
1988
|
-
<script> prettyPrint(); </script>
|
|
1989
|
-
</body>
|
|
1990
|
-
</html>
|