@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
package/oj-c/SelectSingle.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"memberof": "oj-c",
|
|
7
7
|
"longname": "oj-c.SelectSingle",
|
|
8
8
|
"kind": "class",
|
|
9
|
-
"classdesc": "<h3 id=\"selectSingleOverview-section\">\n JET Select Single\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#selectSingleOverview-section\"></a>\n</h3>\n<p>Description: JET Select Single provides support for single-select and search filtering.</p>\n\n<p>A JET Select Single can be created with the following markup.</p>\n\n<pre class=\"prettyprint\"><code>\n<oj-c-select-single data=\"[[dataProvider]]\" item-text=\"label\" label-hint=\"Select Single\">\n</oj-c-select-single>\n</code></pre>\n\n<h4>Data</h4>\n<p>The only way to provide data to JET Select Single is through a\n<a href=\"DataProvider.html\">DataProvider</a>. For cases with\na small set of fixed data, use an <a href=\"ArrayDataProvider.html\">ArrayDataProvider</a>.</p>\n\n<h3 id=\"diff-section\">\n Differences between Select and Combobox components\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#diff-section\"></a>\n</h3>\n\n<p>\noj-c-select-* components and oj-combobox-* components may look and feel similar,\nbut these components are different and are intended for very different use cases.\n</p>\n\n<p>\nWhile oj-c-select-* components allow a user to filter the data in the dropdown,\nit is not possible to enter values that are not available in the data.\nThis makes oj-c-select-* components ideal for usecases where the user can only\nselect values that are available in the dropdown, but not provide custom\nvalues of their own.\n</p>\n\n<p>\nIn contrast, oj-combobox-* components allow a user to enter new values that are\nnot available in the data in addition to using the text field for filtering dropdown data.\nThis makes oj-combobox-* components ideal for usecases where the users can provide\ncustom values in addition to those that are already available in the dropdown data.\n</p>\n\n<p>\nApplication developers should consider the above differences when choosing between\nSelect and Combobox components.\nAdditionally, applications are advised to use oj-c-select-single instead of oj-select-single.\n</p>\n\n<h3 id=\"validation-section\">\n Validation and Messaging\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#validation-section\"></a>\n</h3>\n\n<p>\nAn editable component runs validation (normal or deferred) based on the action performed on it\n(either by end-user or page author), and the state it was in when the action occurred. Examples\nof actions are - creating a component, user changing the value of the component by interacting\nwith it, the app setting a value programmatically, the app calling the validate() method etc. At\nthe time the action occurs, the component could already be showing errors, or can have a deferred\nerror or have no errors.\n</p>\n<p>\nThese factors also determine whether validation errors/messages get shown to the user immediately\nor get deferred. The following sections highlight the kinds of validation that are run and how\nmessages get handled.\n</p>\n\n<h4 id=\"normal-validation-section\">\n Normal Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#normal-validation-section\"></a>\n</h4>\nNormal validation is run in the following cases on the display value, using the converter and\nvalidators (this includes async-validators) set on the component,\nand validation errors are reported to user immediately.\n<ul>\n<li>When value changes as a result of user interaction all messages are cleared, including custom\nmessages added by the app, and full validation is run on the UI value. The steps performed are\noutlined below.\n<ol>\n<li>All messages are cleared and <code class=\"prettyprint\">messagesCustom</code> property is cleared</li>\n<li>If no converter is present then processing continues to next step. If a converter is\npresent, the UI value is first converted (i.e., parsed). If there is a parse error then\nthe messages are shown and processing returns.</li>\n<li>If there are no validators setup for the component then the value is set on the component.\nOtherwise all validators are run in sequence using the parsed value from the previous step. The\nimplicit required is run first if the component is marked required. When a validation error is\nencountered it is remembered and the next validator in the sequence is run.\n<ul><li>NOTE: The value is trimmed before required validation is run</li></ul>\n</li>\n<li>At the end of the validation run if there are errors, the messages are shown\nand processing returns. If there are async-validators, those errors are shown as soon as they\ncome in, and not until all validators, sync and async validators, are complete, does processing\nreturn, that is, value and valid are updated. If there are no errors, then the\n<code class=\"prettyprint\">value</code> property is updated and the formatted value displayed on the\nUI.</li>\n</ol>\n</li>\n<li>When the <code class=\"prettyprint\">validate</code> method is called by app, all messages are\ncleared and full validation run using the display value. See <code class=\"prettyprint\">validate</code>\nmethod on the sub-classes for details. Note: JET validation is designed to catch user input errors, and not invalid\ndata passed from the server; this should be caught on the server.</li>\n<li>When certain properties change through programmatic intervention by app, the component\ndetermines whether it needs to run normal validation based on the state the component is in.\nRefer to the <a href=\"#mixed-validation-section\">Mixed Validation</a> section below for details. </li>\n</ul>\n\n<h4 id=\"deferred-validation-section\">\n Deferred Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-validation-section\"></a>\n</h4>\nDeferred validation is run in the following cases on the component value using the implicit\nrequired validator if required is true, and validation errors are deferred, i.e., not shown to user immediately.\nRefer to the <a href=\"#deferred-messages-section\">Showing Deferred Messages</a> section to\nunderstand how deferred messages can be shown.\n<ul>\n <li>When a component is created and it is required deferred validation is run and no messages are cleared\n prior to running validation.\n Refer to the <a href=\"#deferred-validators-section\">Validators\n Participating in Deferred Validation</a> section for details.</li>\n <li>When the <code class=\"prettyprint\">value</code> property changes due to programmatic\n intervention deferred validation is run, after all messages and messagesCustom property are cleared.</li>\n <li>When the <code class=\"prettyprint\">reset</code> method is called, deferred validation is run\n after all messages and messagesCustom property are cleared.</li>\n <li>When certain properties change through programmatic intervention by app, the component\n determines whether it needs to run deferred validation based on the state the component is in.\n Refer to the <a href=\"#mixed-validation-section\">Mixed Validation</a> section below for details.</li>\n</ul>\n\n<h4 id=\"mixed-validation-section\">\n Mixed Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#mixed-validation-section\"></a>\n</h4>\nEither deferred or normal validation is run in the following cases based on the state the\ncomponent is in and any validation errors encountered are either hidden or shown to user.\n<ul>\n <li>when disabled property changes. See <a href=\"#disabled\">disabled</a> property for details.</li>\n <li>when converter property changes. See <a href=\"#converter\">converter</a> property for details.</li>\n <li>when required property changes. See <a href=\"#required\">required</a> property for details.</li>\n <li>when validators property changes. See <a href=\"#validators\">validators</a> property for details.</li>\n</ul>\n\n<h3 id=\"deferred-messages-section\">\n Showing Deferred Messages\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-messages-section\"></a>\n</h3>\nDeferred validation messages are displayed only when page author requests for it explicitly in\none of the following ways:\n<ul>\n<li>calls the <a href=\"#showMessages\"><code class=\"prettyprint\">showMessages</code></a> method on the component</li>\n</ul>\n\n<h3 id=\"deferred-validators-section\">\n Validators Participating in Deferred Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-validators-section\"></a>\n</h3>\nThe required validator is the only validator type that participates in deferred validation.\nThe required property needs to be set to true for the required validator to run.\n\n<h3 id=\"user-assistance-text-section\">\n User Assistance Text\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#user-assistance-text-section\"></a>\n</h3>\n<p>\nUser assistive text provides guidance to help the user understand what data to enter or select.\n</p>\n<p>\nBy default all user assistance text shows inline.\nFor input components, it shows when the field takes focus. In other components\nit shows all the time. See the user-assistance-density property for other ways\nthe user assistance text can render, like in 'compact' mode, it will render as an icon on the label\nwhich when clicked will show the user assistance text in a notewindow.\n</p>\n<p>\nThe JET form component properties that are used for user assistance text are help.instruction,\nvalidator and converter hints, and help-hints.\nIn the Redwood theme for clarity only one user assistance text shows to the user.\nThe precedence rules are:\n<ul>\n<li>help.instruction shows;</li>\n<li>if no help.instruction, then validator hint shows;</li>\n<li>if no help.instruction or validator hint, then help-hints.definition shows;</li>\n<li>if no help.instruction, validator hint, or help-hints.definition, then converter hint shows.</li>\n<li>help-hints.source always shows along side the above.</li>\n</ul>\n</p>\n<p>Sometimes a validator or converter hints shows that you do not want. To not show it,\n set the display-options.validator-hint and/or display-options.converter-hint property to 'none'.\n</p>\n<p>required and placeholder properties also can be used to guide the user.\nIn Redwood, a required field shows the word Required under the field\nwhen the field is empty and does not have focus.\nPlaceholder is shown when the field is empty and has focus.\n</p>\n\n<h3 id=\"touch-section\">\n Touch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Input field</td>\n <td><kbd>Tap</kbd></td>\n <td> If the dropdown is not open, expand the dropdown list.\n If hints, title or messages exist in a notewindow,\n pop up the notewindow.</td>\n </tr>\n <tr>\n <td>Arrow button</td>\n <td><kbd>Tap</kbd></td>\n <td> If the dropdown is not open, expand the dropdown list. Otherwise, close the dropdown list.</td>\n </tr>\n <tr>\n <td>Option item</td>\n <td><kbd>Tap</kbd></td>\n <td> Tap on an option item in the dropdown list to select.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Option item</td>\n <td><kbd>Enter or Space</kbd></td>\n <td> Select the highlighted choice from the dropdown and close the dropdown.</td>\n </tr>\n <tr>\n <td>Option item</td>\n <td><kbd>Tab</kbd></td>\n <td> Select the highlighted choice from the dropdown and transfer focus to the next\n tabbable element on the page.</td>\n </tr>\n <tr>\n <td>Input field</td>\n <td><kbd>Esc</kbd></td>\n <td> Collapse the dropdown list. If the dropdown is already closed, do nothing.</td>\n </tr>\n <tr>\n <td>Input field</td>\n <td><kbd>Enter</kbd></td>\n <td> If the selected value text has been deleted, clear the value and close the dropdown.\n If filtering, select the highlighted choice from the dropdown and close the\n dropdown.</td>\n </tr>\n <tr>\n <td>Input field</td>\n <td><kbd>Tab</kbd></td>\n <td> If the selected value text has been deleted, clear the value and transfer focus\n to the next tabbable element on the page. If filtering, select the highlighted choice\n from the dropdown and transfer focus to the next tabbable element on the page.</td>\n </tr>\n <tr>\n <td>Input field</td>\n <td><kbd>UpArrow or DownArrow</kbd></td>\n <td> If the dropdown is not open, expand the dropdown list. Otherwise, transfer\n focus into the dropdown list.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>UpArrow or DownArrow</kbd></td>\n <td> Highlight the option item in the dropdown list in the direction of the arrow.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>Esc</kbd></td>\n <td> Collapse the dropdown list.</td>\n </tr>\n <tr>\n <td>Select</td>\n <td><kbd>Tab In</kbd></td>\n <td>Set focus to the Select. If hints, title or messages exist in a notewindow,\n pop up the notewindow.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"perf-section\">\n Performance\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#perf-section\"></a>\n</h3>\n\n<h4>Page Load</h4>\n<p>If there is an initially selected value, setting the <a href=\"#valueItem\">valueItem</a> attribute initially can improve page load performance because the element will not have to fetch the selected data from the data provider.</p>\n<p>The dropdown data isn't fetched until the user opens the dropdown.</p>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n\n<p>\nFor accessibility, set the <a href=\"#labelHint\">label-hint</a> property.\nIf there is no visible label, then to make this accessible to screen reader users,\nset the <a href=\"#labelHint\">label-hint</a> and <a href=\"#labelEdge\">label-edge</a>='none'\nwhich renders an aria-label with the label-hint text.\n</p>\n\n<p>\nThe placeholder text is not read reliably by the screen reader. For accessibility reasons,\nyou need to associate the text to its JET form component using aria-describedby.\n</p>\n\n<p>\nDisabled content: JET supports an accessible luminosity contrast ratio,\nas specified in <a href=\"http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\">WCAG 2.0 - Section 1.4.3 \"Contrast\"</a>,\nin the themes that are accessible. (See the \"Theming\" chapter of the JET Developer Guide for more information on which\nthemes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user\ninterface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio\nrequired of enabled content, it cannot be used to convey meaningful information.\n</p>",
|
|
9
|
+
"classdesc": "<h3 id=\"selectSingleOverview-section\">\n JET Select Single\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#selectSingleOverview-section\"></a>\n</h3>\n<p>Description: JET Select Single provides support for single-select and search filtering.</p>\n\n<p>A JET Select Single can be created with the following markup.</p>\n\n<pre class=\"prettyprint\"><code>\n<oj-c-select-single data=\"[[dataProvider]]\" item-text=\"label\" label-hint=\"Select Single\">\n</oj-c-select-single>\n</code></pre>\n\n<h4>Data</h4>\n<p>The only way to provide data to JET Select Single is through a\n<a href=\"DataProvider.html\">DataProvider</a>. For cases with\na small set of fixed data, use an <a href=\"ArrayDataProvider.html\">ArrayDataProvider</a>.</p>\n\n<h3 id=\"diff-section\">\n Differences between Select and Combobox components\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#diff-section\"></a>\n</h3>\n\n<p>\noj-c-select-* components and oj-combobox-* components may look and feel similar,\nbut these components are different and are intended for very different use cases.\n</p>\n\n<p>\nWhile oj-c-select-* components allow a user to filter the data in the dropdown,\nit is not possible to enter values that are not available in the data.\nThis makes oj-c-select-* components ideal for usecases where the user can only\nselect values that are available in the dropdown, but not provide custom\nvalues of their own.\n</p>\n\n<p>\nIn contrast, oj-combobox-* components allow a user to enter new values that are\nnot available in the data in addition to using the text field for filtering dropdown data.\nThis makes oj-combobox-* components ideal for usecases where the users can provide\ncustom values in addition to those that are already available in the dropdown data.\n</p>\n\n<p>\nApplication developers should consider the above differences when choosing between\nSelect and Combobox components.\nAdditionally, applications are advised to use oj-c-select-single instead of oj-select-single.\n</p>\n\n<h3 id=\"disableditems-section\">\n Disabled Items\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#disableditems-section\"></a>\n</h3>\n\n<p>\nDisabled items are not supported in oj-c-select-* components; items that aren't selectable\nshould be removed rather than shown as disabled. Keep in mind disabled items usually don't pass\ncontrast and therefore people with low vision can't see them, so for accessibility reasons\nyou can't use disabled for \"meaningful content\".\n</p>\n\n<h3 id=\"validation-section\">\n Validation and Messaging\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#validation-section\"></a>\n</h3>\n\n<p>\nAn editable component runs validation (normal or deferred) based on the action performed on it\n(either by end-user or page author), and the state it was in when the action occurred. Examples\nof actions are - creating a component, user changing the value of the component by interacting\nwith it, the app setting a value programmatically, the app calling the validate() method etc. At\nthe time the action occurs, the component could already be showing errors, or can have a deferred\nerror or have no errors.\n</p>\n<p>\nThese factors also determine whether validation errors/messages get shown to the user immediately\nor get deferred. The following sections highlight the kinds of validation that are run and how\nmessages get handled.\n</p>\n\n<h4 id=\"normal-validation-section\">\n Normal Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#normal-validation-section\"></a>\n</h4>\nNormal validation is run in the following cases on the display value, using the converter and\nvalidators (this includes async-validators) set on the component,\nand validation errors are reported to user immediately.\n<ul>\n<li>When value changes as a result of user interaction all messages are cleared, including custom\nmessages added by the app, and full validation is run on the UI value. The steps performed are\noutlined below.\n<ol>\n<li>All messages are cleared and <code class=\"prettyprint\">messagesCustom</code> property is cleared</li>\n<li>If no converter is present then processing continues to next step. If a converter is\npresent, the UI value is first converted (i.e., parsed). If there is a parse error then\nthe messages are shown and processing returns.</li>\n<li>If there are no validators setup for the component then the value is set on the component.\nOtherwise all validators are run in sequence using the parsed value from the previous step. The\nimplicit required is run first if the component is marked required. When a validation error is\nencountered it is remembered and the next validator in the sequence is run.\n<ul><li>NOTE: The value is trimmed before required validation is run</li></ul>\n</li>\n<li>At the end of the validation run if there are errors, the messages are shown\nand processing returns. If there are async-validators, those errors are shown as soon as they\ncome in, and not until all validators, sync and async validators, are complete, does processing\nreturn, that is, value and valid are updated. If there are no errors, then the\n<code class=\"prettyprint\">value</code> property is updated and the formatted value displayed on the\nUI.</li>\n</ol>\n</li>\n<li>When the <code class=\"prettyprint\">validate</code> method is called by app, all messages are\ncleared and full validation run using the display value. See <code class=\"prettyprint\">validate</code>\nmethod on the sub-classes for details. Note: JET validation is designed to catch user input errors, and not invalid\ndata passed from the server; this should be caught on the server.</li>\n<li>When certain properties change through programmatic intervention by app, the component\ndetermines whether it needs to run normal validation based on the state the component is in.\nRefer to the <a href=\"#mixed-validation-section\">Mixed Validation</a> section below for details. </li>\n</ul>\n\n<h4 id=\"deferred-validation-section\">\n Deferred Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-validation-section\"></a>\n</h4>\nDeferred validation is run in the following cases on the component value using the implicit\nrequired validator if required is true, and validation errors are deferred, i.e., not shown to user immediately.\nRefer to the <a href=\"#deferred-messages-section\">Showing Deferred Messages</a> section to\nunderstand how deferred messages can be shown.\n<ul>\n <li>When a component is created and it is required deferred validation is run and no messages are cleared\n prior to running validation.\n Refer to the <a href=\"#deferred-validators-section\">Validators\n Participating in Deferred Validation</a> section for details.</li>\n <li>When the <code class=\"prettyprint\">value</code> property changes due to programmatic\n intervention deferred validation is run, after all messages and messagesCustom property are cleared.</li>\n <li>When the <code class=\"prettyprint\">reset</code> method is called, deferred validation is run\n after all messages and messagesCustom property are cleared.</li>\n <li>When certain properties change through programmatic intervention by app, the component\n determines whether it needs to run deferred validation based on the state the component is in.\n Refer to the <a href=\"#mixed-validation-section\">Mixed Validation</a> section below for details.</li>\n</ul>\n\n<h4 id=\"mixed-validation-section\">\n Mixed Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#mixed-validation-section\"></a>\n</h4>\nEither deferred or normal validation is run in the following cases based on the state the\ncomponent is in and any validation errors encountered are either hidden or shown to user.\n<ul>\n <li>when disabled property changes. See <a href=\"#disabled\">disabled</a> property for details.</li>\n <li>when converter property changes. See <a href=\"#converter\">converter</a> property for details.</li>\n <li>when required property changes. See <a href=\"#required\">required</a> property for details.</li>\n <li>when validators property changes. See <a href=\"#validators\">validators</a> property for details.</li>\n</ul>\n\n<h3 id=\"deferred-messages-section\">\n Showing Deferred Messages\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-messages-section\"></a>\n</h3>\nDeferred validation messages are displayed only when page author requests for it explicitly in\none of the following ways:\n<ul>\n<li>calls the <a href=\"#showMessages\"><code class=\"prettyprint\">showMessages</code></a> method on the component</li>\n</ul>\n\n<h3 id=\"deferred-validators-section\">\n Validators Participating in Deferred Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-validators-section\"></a>\n</h3>\nThe required validator is the only validator type that participates in deferred validation.\nThe required property needs to be set to true for the required validator to run.\n\n<h3 id=\"user-assistance-text-section\">\n User Assistance Text\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#user-assistance-text-section\"></a>\n</h3>\n<p>\nUser assistive text provides guidance to help the user understand what data to enter or select.\n</p>\n<p>\nBy default all user assistance text shows inline.\nFor input components, it shows when the field takes focus. In other components\nit shows all the time. See the user-assistance-density property for other ways\nthe user assistance text can render, like in 'compact' mode, it will render as an icon on the label\nwhich when clicked will show the user assistance text in a notewindow.\n</p>\n<p>\nThe JET form component properties that are used for user assistance text are help.instruction,\nvalidator and converter hints, and help-hints.\nIn the Redwood theme for clarity only one user assistance text shows to the user.\nThe precedence rules are:\n<ul>\n<li>help.instruction shows;</li>\n<li>if no help.instruction, then validator hint shows;</li>\n<li>if no help.instruction or validator hint, then help-hints.definition shows;</li>\n<li>if no help.instruction, validator hint, or help-hints.definition, then converter hint shows.</li>\n<li>help-hints.source always shows along side the above.</li>\n</ul>\n</p>\n<p>Sometimes a validator or converter hints shows that you do not want. To not show it,\n set the display-options.validator-hint and/or display-options.converter-hint property to 'none'.\n</p>\n<p>The required and placeholder properties also can be used to guide the user.\nIn Redwood, a required field shows the word Required under the field\nwhen the field is empty and does not have focus.\nPlaceholder is shown when the field is empty and has focus.\n</p>\n\n<h3 id=\"touch-section\">\n Touch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Input field</td>\n <td><kbd>Tap</kbd></td>\n <td> If the dropdown is not open, expand the dropdown list.\n If hints, title or messages exist in a notewindow,\n pop up the notewindow.</td>\n </tr>\n <tr>\n <td>Arrow button</td>\n <td><kbd>Tap</kbd></td>\n <td> If the dropdown is not open, expand the dropdown list. Otherwise, close the dropdown list.</td>\n </tr>\n <tr>\n <td>Option item</td>\n <td><kbd>Tap</kbd></td>\n <td> Tap on an option item in the dropdown list to select.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Option item</td>\n <td><kbd>Enter or Space</kbd></td>\n <td> Select the highlighted choice from the dropdown and close the dropdown.</td>\n </tr>\n <tr>\n <td>Option item</td>\n <td><kbd>Tab</kbd></td>\n <td> Select the highlighted choice from the dropdown and transfer focus to the next\n tabbable element on the page.</td>\n </tr>\n <tr>\n <td>Input field</td>\n <td><kbd>Esc</kbd></td>\n <td> Collapse the dropdown list. If the dropdown is already closed, do nothing.</td>\n </tr>\n <tr>\n <td>Input field</td>\n <td><kbd>Enter</kbd></td>\n <td> If the selected value text has been deleted, clear the value and close the dropdown.\n If filtering, select the highlighted choice from the dropdown and close the\n dropdown.</td>\n </tr>\n <tr>\n <td>Input field</td>\n <td><kbd>Tab</kbd></td>\n <td> If the selected value text has been deleted, clear the value and transfer focus\n to the next tabbable element on the page. If filtering, select the highlighted choice\n from the dropdown and transfer focus to the next tabbable element on the page.</td>\n </tr>\n <tr>\n <td>Input field</td>\n <td><kbd>UpArrow or DownArrow</kbd></td>\n <td> If the dropdown is not open, expand the dropdown list. Otherwise, transfer\n focus into the dropdown list.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>UpArrow or DownArrow</kbd></td>\n <td> Highlight the option item in the dropdown list in the direction of the arrow.</td>\n </tr>\n <tr>\n <td>Dropdown</td>\n <td><kbd>Esc</kbd></td>\n <td> Collapse the dropdown list.</td>\n </tr>\n <tr>\n <td>Select</td>\n <td><kbd>Tab In</kbd></td>\n <td>Set focus to the Select. If hints, title or messages exist in a notewindow,\n pop up the notewindow.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"perf-section\">\n Performance\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#perf-section\"></a>\n</h3>\n\n<h4>Page Load</h4>\n<p>If there is an initially selected value, setting the <a href=\"#valueItem\">valueItem</a> attribute initially can improve page load performance because the element will not have to fetch the selected data from the data provider.</p>\n<p>The dropdown data isn't fetched until the user opens the dropdown.</p>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n\n<p>\nFor accessibility, set the <a href=\"#labelHint\">label-hint</a> property.\nIf there is no visible label, then to make this accessible to screen reader users,\nset the <a href=\"#labelHint\">label-hint</a> and <a href=\"#labelEdge\">label-edge</a>='none'\nwhich renders an aria-label with the label-hint text.\n</p>\n\n<p>\nThe placeholder text is not read reliably by the screen reader. For accessibility reasons,\nyou need to associate the text to its JET form component using aria-describedby.\n</p>\n\n<p>\nDisabled content: JET supports an accessible luminosity contrast ratio,\nas specified in <a href=\"http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\">WCAG 2.0 - Section 1.4.3 \"Contrast\"</a>,\nin the themes that are accessible. (See the \"Theming\" chapter of the JET Developer Guide for more information on which\nthemes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user\ninterface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio\nrequired of enabled content, it cannot be used to convey meaningful information.\n</p>",
|
|
10
10
|
"scope": "static",
|
|
11
11
|
"tagWithoutBrackets": "oj-c-select-single",
|
|
12
12
|
"tagWithBrackets": "<oj-c-select-single>",
|
|
@@ -28,9 +28,15 @@
|
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"since": "14.0.0",
|
|
31
|
+
"tsdeprecated": [
|
|
32
|
+
{
|
|
33
|
+
"type": "candidate",
|
|
34
|
+
"since": "17.0.0"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
31
37
|
"meta": {
|
|
32
38
|
"filename": "select-single.tsx",
|
|
33
|
-
"path": "
|
|
39
|
+
"path": "web/components/oj-c/select-single"
|
|
34
40
|
},
|
|
35
41
|
"ojmodule": "select-single"
|
|
36
42
|
},
|
|
@@ -45,7 +51,7 @@
|
|
|
45
51
|
"description": "<p>\nSpecifies whether the advanced search link is shown in the dropdown when the user filters.\nIt is up to the application to show its own UI when the link is triggered.\n</p>",
|
|
46
52
|
"meta": {
|
|
47
53
|
"filename": "select-single.tsx",
|
|
48
|
-
"path": "
|
|
54
|
+
"path": "web/components/oj-c/select-single"
|
|
49
55
|
},
|
|
50
56
|
"defaultvalue": "\"off\"",
|
|
51
57
|
"type": {
|
|
@@ -66,7 +72,7 @@
|
|
|
66
72
|
"description": "Specifies how many columns this component should span.\nThis only takes effect when this component is a child of a form layout\nthat has direction 'row'.",
|
|
67
73
|
"meta": {
|
|
68
74
|
"filename": "select-single.tsx",
|
|
69
|
-
"path": "
|
|
75
|
+
"path": "web/components/oj-c/select-single"
|
|
70
76
|
},
|
|
71
77
|
"defaultvalue": 1,
|
|
72
78
|
"type": {
|
|
@@ -86,7 +92,7 @@
|
|
|
86
92
|
"description": "Specifies whether an ancestor container, like oj-c-form-layout, is readonly.\nThis affects whether a readonly component renders in full or mixed readonly mode.\nThis is also currently used to determine if there is an ancestor container by checking if the value\nis not equal to undefined.",
|
|
87
93
|
"meta": {
|
|
88
94
|
"filename": "select-single.tsx",
|
|
89
|
-
"path": "
|
|
95
|
+
"path": "web/components/oj-c/select-single"
|
|
90
96
|
},
|
|
91
97
|
"type": {
|
|
92
98
|
"names": [
|
|
@@ -105,7 +111,7 @@
|
|
|
105
111
|
"description": "The data for the Select Single.",
|
|
106
112
|
"meta": {
|
|
107
113
|
"filename": "select-single.tsx",
|
|
108
|
-
"path": "
|
|
114
|
+
"path": "web/components/oj-c/select-single"
|
|
109
115
|
},
|
|
110
116
|
"defaultvalue": null,
|
|
111
117
|
"type": {
|
|
@@ -132,7 +138,7 @@
|
|
|
132
138
|
"description": "Whether the component is disabled. The default is false.\n\n<p>\nWhen the <code class=\"prettyprint\">disabled</code> property changes due to programmatic\nintervention, the component may clear messages and run validation in some cases. </br>\n<ul>\n<li>when a required component is initialized as disabled\n<code class=\"prettyprint\">value=\"{{currentValue}}\" required disabled</code>,\ndeferred validation is skipped.</li>\n<li>when a disabled component is enabled,\n <ul>\n <li>if component is invalid and showing messages then all component messages are cleared,\n and full validation run using the display value.\n <ul>\n <li>if there are validation errors, they are shown.</li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated. Page authors can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors.</li>\n </ul>\n </li>\n\n <li>if component is valid and has no errors then deferred validation is run.\n <ul>\n <li>if there is a deferred validation error, then the valid property is updated. </li>\n </ul>\n </li>\n <li>if component is invalid and deferred errors then component messages are cleared and\n deferred validation re-run.\n <ul>\n <li>if there is a deferred validation error, then the valid property is updated.</li>\n </ul>\n </li>\n </ul>\n</li>\n<li>when enabled component is disabled then no validation is run and the component appears\ndisabled.</li>\n</ul>\n</p>",
|
|
133
139
|
"meta": {
|
|
134
140
|
"filename": "select-single.tsx",
|
|
135
|
-
"path": "
|
|
141
|
+
"path": "web/components/oj-c/select-single"
|
|
136
142
|
},
|
|
137
143
|
"defaultvalue": false,
|
|
138
144
|
"type": {
|
|
@@ -152,7 +158,7 @@
|
|
|
152
158
|
"description": "Display options for auxiliary content that determines whether or not it should be displayed.",
|
|
153
159
|
"meta": {
|
|
154
160
|
"filename": "select-single.tsx",
|
|
155
|
-
"path": "
|
|
161
|
+
"path": "web/components/oj-c/select-single"
|
|
156
162
|
},
|
|
157
163
|
"type": {
|
|
158
164
|
"names": [
|
|
@@ -178,7 +184,7 @@
|
|
|
178
184
|
"description": "Form component help information.",
|
|
179
185
|
"meta": {
|
|
180
186
|
"filename": "select-single.tsx",
|
|
181
|
-
"path": "
|
|
187
|
+
"path": "web/components/oj-c/select-single"
|
|
182
188
|
},
|
|
183
189
|
"type": {
|
|
184
190
|
"names": [
|
|
@@ -204,7 +210,7 @@
|
|
|
204
210
|
"description": "The helpHints object contains a definition property and a source property.",
|
|
205
211
|
"meta": {
|
|
206
212
|
"filename": "select-single.tsx",
|
|
207
|
-
"path": "
|
|
213
|
+
"path": "web/components/oj-c/select-single"
|
|
208
214
|
},
|
|
209
215
|
"type": {
|
|
210
216
|
"names": [
|
|
@@ -230,7 +236,7 @@
|
|
|
230
236
|
"description": "Specifies how to get the text string to render for a data item.\nThis attribute can be set to either:\n<ul>\n<li>a string that specifies the name of a top level data attribute to render as text, or</li>\n<li>a callback function that takes a properties object and returns the text string to\ndisplay</li>\n</ul>\n\n<p>This text will be rendered for the selected value of the component and for each data item\nin the dropdown. When rendered for the dropdown items, default matching search term\nhighlighting will be applied.</p>",
|
|
231
237
|
"meta": {
|
|
232
238
|
"filename": "select-single.tsx",
|
|
233
|
-
"path": "
|
|
239
|
+
"path": "web/components/oj-c/select-single"
|
|
234
240
|
},
|
|
235
241
|
"type": {
|
|
236
242
|
"names": [
|
|
@@ -259,7 +265,7 @@
|
|
|
259
265
|
"description": "Specifies how the label of the component is positioned when the label-hint\nattribute is set on the component.",
|
|
260
266
|
"meta": {
|
|
261
267
|
"filename": "select-single.tsx",
|
|
262
|
-
"path": "
|
|
268
|
+
"path": "web/components/oj-c/select-single"
|
|
263
269
|
},
|
|
264
270
|
"ojvalues": [
|
|
265
271
|
{
|
|
@@ -323,7 +329,7 @@
|
|
|
323
329
|
"description": "Represents a hint for rendering a label on the component.\nThis is used in combination with the label-edge attribute to control how the label should be rendered.",
|
|
324
330
|
"meta": {
|
|
325
331
|
"filename": "select-single.tsx",
|
|
326
|
-
"path": "
|
|
332
|
+
"path": "web/components/oj-c/select-single"
|
|
327
333
|
},
|
|
328
334
|
"type": {
|
|
329
335
|
"names": [
|
|
@@ -342,20 +348,13 @@
|
|
|
342
348
|
"description": "<p> The width of the label when labelEdge is 'start'.</p>\n<p> This attribute accepts values of type\n<code>0 | `--${string}` | `${number}%` | `${number}x` | `calc(${string})`</code></p>",
|
|
343
349
|
"meta": {
|
|
344
350
|
"filename": "select-single.tsx",
|
|
345
|
-
"path": "
|
|
351
|
+
"path": "web/components/oj-c/select-single"
|
|
346
352
|
},
|
|
347
353
|
"type": {
|
|
348
354
|
"names": [
|
|
349
355
|
"number|string"
|
|
350
356
|
]
|
|
351
|
-
}
|
|
352
|
-
"tstype": [
|
|
353
|
-
{
|
|
354
|
-
"target": "Type",
|
|
355
|
-
"value": "Size",
|
|
356
|
-
"jsdocOverride": true
|
|
357
|
-
}
|
|
358
|
-
]
|
|
357
|
+
}
|
|
359
358
|
},
|
|
360
359
|
{
|
|
361
360
|
"memberof": "oj-c.SelectSingle",
|
|
@@ -368,7 +367,7 @@
|
|
|
368
367
|
"description": "Should the labels wrap or truncate when there is not enough available space.",
|
|
369
368
|
"meta": {
|
|
370
369
|
"filename": "select-single.tsx",
|
|
371
|
-
"path": "
|
|
370
|
+
"path": "web/components/oj-c/select-single"
|
|
372
371
|
},
|
|
373
372
|
"ojvalues": [
|
|
374
373
|
{
|
|
@@ -399,6 +398,26 @@
|
|
|
399
398
|
]
|
|
400
399
|
}
|
|
401
400
|
},
|
|
401
|
+
{
|
|
402
|
+
"memberof": "oj-c.SelectSingle",
|
|
403
|
+
"id": "oj-c.SelectSingle#matchBy",
|
|
404
|
+
"name": "matchBy",
|
|
405
|
+
"kind": "member",
|
|
406
|
+
"longname": "oj-c.SelectSingle#matchBy",
|
|
407
|
+
"optional": true,
|
|
408
|
+
"scope": "instance",
|
|
409
|
+
"description": "The list of <a href=\"TextFilter.html#matchBy\">TextFilter.matchBy</a> behaviors to use\nwhen fetching data filtered by a user's typed search text, in order of descending priority\nwith the preferred behavior first.\nIf the preferred behavior is not supported by the DataProvider, then the component will\ncheck the next behavior, and so on, until it finds one that is supported.\nIf none of the specified behaviors are supported or if this property is not specified,\nthen the behavior will effectively be \"unknown\".",
|
|
410
|
+
"meta": {
|
|
411
|
+
"filename": "select-single.tsx",
|
|
412
|
+
"path": "web/components/oj-c/select-single"
|
|
413
|
+
},
|
|
414
|
+
"defaultvalue": null,
|
|
415
|
+
"type": {
|
|
416
|
+
"names": [
|
|
417
|
+
"Array<string>|null"
|
|
418
|
+
]
|
|
419
|
+
}
|
|
420
|
+
},
|
|
402
421
|
{
|
|
403
422
|
"memberof": "oj-c.SelectSingle",
|
|
404
423
|
"id": "oj-c.SelectSingle#messagesCustom",
|
|
@@ -411,7 +430,7 @@
|
|
|
411
430
|
"description": "List of messages an app would add to the component when it has business/custom validation\nerrors that it wants the component to show. This allows the app to perform further validation\nbefore sending data to the server. When this option is set the message shows to the\nuser right away. To clear the custom message, set <code class=\"prettyprint\">messagesCustom</code>\nback to an empty array.<br/>\n<p>\nSee the <a href=\"#validation-section\">Validation and Messages</a> section\nfor details on when the component clears <code class=\"prettyprint\">messagesCustom</code>;\nfor example, when full validation is run.\n</p>",
|
|
412
431
|
"meta": {
|
|
413
432
|
"filename": "select-single.tsx",
|
|
414
|
-
"path": "
|
|
433
|
+
"path": "web/components/oj-c/select-single"
|
|
415
434
|
},
|
|
416
435
|
"defaultvalue": "[]",
|
|
417
436
|
"type": {
|
|
@@ -438,7 +457,7 @@
|
|
|
438
457
|
"description": "The placeholder text to set on the element.",
|
|
439
458
|
"meta": {
|
|
440
459
|
"filename": "select-single.tsx",
|
|
441
|
-
"path": "
|
|
460
|
+
"path": "web/components/oj-c/select-single"
|
|
442
461
|
},
|
|
443
462
|
"type": {
|
|
444
463
|
"names": [
|
|
@@ -454,12 +473,11 @@
|
|
|
454
473
|
"longname": "oj-c.SelectSingle#readonly",
|
|
455
474
|
"optional": true,
|
|
456
475
|
"scope": "instance",
|
|
457
|
-
"description": "
|
|
476
|
+
"description": "<p>\nWhether the component is readonly. The readonly property sets or returns whether an element\nis readonly, or not. A readonly element cannot be modified. However, a user can tab to it,\nhighlight it, focus on it, and copy the text from it. If you want to prevent the user from\ninteracting with the element, use the disabled property instead.\n</p>\n<p>\nIf the property value is not set either directly on the component or inherited from\na parent form layout, then the property is treated as if its value were false.\n</p>",
|
|
458
477
|
"meta": {
|
|
459
478
|
"filename": "select-single.tsx",
|
|
460
|
-
"path": "
|
|
479
|
+
"path": "web/components/oj-c/select-single"
|
|
461
480
|
},
|
|
462
|
-
"defaultvalue": false,
|
|
463
481
|
"type": {
|
|
464
482
|
"names": [
|
|
465
483
|
"boolean"
|
|
@@ -477,7 +495,7 @@
|
|
|
477
495
|
"description": "<p>\nThis property set to <code class=\"prettyprint\">false</code> implies that a value is not required to be provided by the user.\nThis is the default.\nThis property set to <code class=\"prettyprint\">true</code> implies that a value is required to be provided by the user.\n</p>\n<p>\nIn the Redwood theme, by default, a Required text is rendered inline when the field is empty.\nIf user-assistance-density is 'compact', it will show on the label as an icon.\n</p>\n<p>The Required error text is based on Redwood UX designs, and it is not recommended that\nit be changed.\nTo override the required error message,\nuse the <code class=\"prettyprint\">required-message-detail</code> attribute.\nThe component's label text is passed in as a token {label} and can be used in the message detail.\n</p>\n<p>When required is set to true, an implicit\nrequired validator is created, i.e.,\n<code class=\"prettyprint\">new RequiredValidator()</code>. The required validator is the only\nvalidator to run during initial render, and its error is not shown to the user at this time;\nthis is called deferred validation. The required validator also runs during normal validation;\nthis is when the errors are shown to the user.\nSee the <a href=\"#validation-section\">Validation and Messaging</a> section for details.\n</p>\n<p>\nWhen the <code class=\"prettyprint\">required</code> property changes due to programmatic intervention,\nthe component may clear component messages and run validation, based on the current state it's in. </br>\n\n<h4>Running Validation when required property changes</h4>\n<ul>\n<li>if component is valid when required is set to true, then it runs deferred validation on\nthe value property. If the field is empty, the valid state is invalidHidden. No errors are\nshown to the user.\n</li>\n<li>if component is valid when required is set from true to false, then no validation is run.\n</li>\n<li>if component is invalid and has deferred messages (invalidHidden) when required is set to false, then\ncomponent messages are cleared (messages-custom messages are not cleared)\nbut no deferred validation is run because required is false.\n</li>\n<li>if component is invalid and currently showing invalid messages (invalidShown) when required is changed\nto either true or false, then\ncomponent messages are cleared and normal validation is run using the current display value.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated and the error is shown.\n </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event on the component to clear custom errors.</li>\n</ul>\n</li>\n</ul>\n\n<h4>Clearing Messages when required property changes</h4>\n<ul>\n<li>Only messages created by the component, like validation messages, are cleared when the required property changes.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.</li>\n</ul>\n\n</p>",
|
|
478
496
|
"meta": {
|
|
479
497
|
"filename": "select-single.tsx",
|
|
480
|
-
"path": "
|
|
498
|
+
"path": "web/components/oj-c/select-single"
|
|
481
499
|
},
|
|
482
500
|
"defaultvalue": false,
|
|
483
501
|
"type": {
|
|
@@ -497,7 +515,7 @@
|
|
|
497
515
|
"description": "<p>\nThe component-specific message detail when the required validation fails.\nIf the component needs a required validation error message that is different from the default,\nset this property. It should be a translated string.\n</p>",
|
|
498
516
|
"meta": {
|
|
499
517
|
"filename": "select-single.tsx",
|
|
500
|
-
"path": "
|
|
518
|
+
"path": "web/components/oj-c/select-single"
|
|
501
519
|
},
|
|
502
520
|
"type": {
|
|
503
521
|
"names": [
|
|
@@ -516,7 +534,7 @@
|
|
|
516
534
|
"description": "Specifies how the text is aligned within the text field",
|
|
517
535
|
"meta": {
|
|
518
536
|
"filename": "select-single.tsx",
|
|
519
|
-
"path": "
|
|
537
|
+
"path": "web/components/oj-c/select-single"
|
|
520
538
|
},
|
|
521
539
|
"ojvalues": [
|
|
522
540
|
{
|
|
@@ -558,26 +576,6 @@
|
|
|
558
576
|
]
|
|
559
577
|
}
|
|
560
578
|
},
|
|
561
|
-
{
|
|
562
|
-
"memberof": "oj-c.SelectSingle",
|
|
563
|
-
"id": "oj-c.SelectSingle#unsafe_labelledBy",
|
|
564
|
-
"name": "unsafe_labelledBy",
|
|
565
|
-
"kind": "member",
|
|
566
|
-
"longname": "oj-c.SelectSingle#unsafe_labelledBy",
|
|
567
|
-
"optional": true,
|
|
568
|
-
"scope": "instance",
|
|
569
|
-
"description": "This is temporary unsafe API for JET-52089. It enables a wrapper VComponent to pass\nthe id of an external label that it wants to associate with the inner input.",
|
|
570
|
-
"ojhidden": true,
|
|
571
|
-
"meta": {
|
|
572
|
-
"filename": "select-single.tsx",
|
|
573
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.4/packages/oraclejet-core-pack/web/components/oj-c/select-single"
|
|
574
|
-
},
|
|
575
|
-
"type": {
|
|
576
|
-
"names": [
|
|
577
|
-
"string"
|
|
578
|
-
]
|
|
579
|
-
}
|
|
580
|
-
},
|
|
581
579
|
{
|
|
582
580
|
"memberof": "oj-c.SelectSingle",
|
|
583
581
|
"id": "oj-c.SelectSingle#userAssistanceDensity",
|
|
@@ -586,10 +584,10 @@
|
|
|
586
584
|
"longname": "oj-c.SelectSingle#userAssistanceDensity",
|
|
587
585
|
"optional": true,
|
|
588
586
|
"scope": "instance",
|
|
589
|
-
"description": "
|
|
587
|
+
"description": "<p>\nSpecifies the density of the form component's user assistance presentation. It can be shown inline with\nreserved rows to prevent reflow if a user assistance text shows up, inline without reserved rows that would\nreflow if a user assistance text shows up, or it can be shown compactly in a popup instead.\n</p>\n<p>\nIf the property value is not set either directly on the component or inherited from\na parent form layout, then the property is treated as if its value were \"reflow\".\n</p>",
|
|
590
588
|
"meta": {
|
|
591
589
|
"filename": "select-single.tsx",
|
|
592
|
-
"path": "
|
|
590
|
+
"path": "web/components/oj-c/select-single"
|
|
593
591
|
},
|
|
594
592
|
"ojvalues": [
|
|
595
593
|
{
|
|
@@ -623,7 +621,6 @@
|
|
|
623
621
|
}
|
|
624
622
|
}
|
|
625
623
|
],
|
|
626
|
-
"defaultvalue": "\"reflow\"",
|
|
627
624
|
"type": {
|
|
628
625
|
"names": [
|
|
629
626
|
"\"compact\"",
|
|
@@ -644,7 +641,7 @@
|
|
|
644
641
|
"description": "The value of the component.\n\n<p>\nWhen the <code class=\"prettyprint\">value</code> property changes due to programmatic\nintervention, the component always clears all messages\nincluding <code class=\"prettyprint\">messagesCustom</code>, runs deferred validation, and\nalways refreshes the UI display value.</br>\n\n<h4>Running Validation</h4>\n<ul>\n<li>component always runs deferred validation; the\n<code class=\"prettyprint\">valid</code> property is updated with the result.</li>\n</ul>\n</p>",
|
|
645
642
|
"meta": {
|
|
646
643
|
"filename": "select-single.tsx",
|
|
647
|
-
"path": "
|
|
644
|
+
"path": "web/components/oj-c/select-single"
|
|
648
645
|
},
|
|
649
646
|
"defaultvalue": null,
|
|
650
647
|
"type": {
|
|
@@ -672,7 +669,7 @@
|
|
|
672
669
|
"description": "The <code class=\"prettyprint\">valueItem</code> is similar to the\n<code class=\"prettyprint\">value</code>, but is a an object that\ncontain both a key and data, and optional metadata.\nThe key will be set as the <code class=\"prettyprint\">value</code> of the element.\nThe <code class=\"prettyprint\">value</code> and <code class=\"prettyprint\">valueItem</code>\nare kept in sync, both during programmatic property sets as well as during interactive user\nselection.\nIf initially both are set, the selected value in the <code class=\"prettyprint\">value</code>\nattribute have precedence.\n<p>Note: If there is an initial selection, setting it via the\n<code class=\"prettyprint\">valueItem</code> attribute initially can improve page load\nperformance because the element will not have to fetch the selected data from the data\nprovider.</p>\n<p>If <code class=\"prettyprint\">valueItem</code> is not specified or the selected value is\nmissing, then the selected data will be fetched from the data provider.</p>",
|
|
673
670
|
"meta": {
|
|
674
671
|
"filename": "select-single.tsx",
|
|
675
|
-
"path": "
|
|
672
|
+
"path": "web/components/oj-c/select-single"
|
|
676
673
|
},
|
|
677
674
|
"defaultvalue": null,
|
|
678
675
|
"type": {
|
|
@@ -702,7 +699,7 @@
|
|
|
702
699
|
"description": "The type of virtual keyboard to display for entering a value on mobile browsers. This attribute has no effect on desktop browsers.",
|
|
703
700
|
"meta": {
|
|
704
701
|
"filename": "select-single.tsx",
|
|
705
|
-
"path": "
|
|
702
|
+
"path": "web/components/oj-c/select-single"
|
|
706
703
|
},
|
|
707
704
|
"ojvalues": [
|
|
708
705
|
{
|
|
@@ -802,7 +799,7 @@
|
|
|
802
799
|
"description": "<p>\nThe current valid state of the component. It is evaluated on initial render.\nIt is re-evaluated\n<ul>\n <li>after each validator (validators or async-validators) is run (full or deferred)</li>\n <li>when messagesCustom is updated,\n since messagesCustom can be added by the app developer any time.</li>\n <li>when showMessages() is called. Since showMessages() moves the\n hidden messages into messages shown,\n if the valid state was \"invalidHidden\" then it would become \"invalidShown\".</li>\n <li>when the required property has changed. If a component is empty and has required\n set, the valid state may be \"invalidHidden\" (if no invalid messages are being shown as well).\n If required property is removed, the valid state would change to \"valid\".</li>\n</ul>\n</p>\n<p>\n Note: New valid states may be added to the list of valid values in future releases.\n Any new values will start with \"invalid\"\n if it is an invalid state, \"pending\" if it is pending state,\n and \"valid\" if it is a valid state.\n</p>",
|
|
803
800
|
"meta": {
|
|
804
801
|
"filename": "select-single.tsx",
|
|
805
|
-
"path": "
|
|
802
|
+
"path": "web/components/oj-c/select-single"
|
|
806
803
|
},
|
|
807
804
|
"ojvalues": [
|
|
808
805
|
{
|
|
@@ -857,21 +854,22 @@
|
|
|
857
854
|
},
|
|
858
855
|
{
|
|
859
856
|
"memberof": "oj-c.SelectSingle",
|
|
860
|
-
"id": "oj-c.SelectSingle#
|
|
861
|
-
"name": "
|
|
857
|
+
"id": "oj-c.SelectSingle#blur",
|
|
858
|
+
"name": "blur",
|
|
862
859
|
"kind": "function",
|
|
863
|
-
"longname": "oj-c.SelectSingle#
|
|
864
|
-
"description": "
|
|
860
|
+
"longname": "oj-c.SelectSingle#blur",
|
|
861
|
+
"description": "Blurs the input field.",
|
|
862
|
+
"ojhidden": true,
|
|
865
863
|
"meta": {
|
|
866
864
|
"filename": "select-single.tsx",
|
|
867
|
-
"path": "
|
|
865
|
+
"path": "web/components/oj-c/select-single"
|
|
868
866
|
},
|
|
869
867
|
"scope": "instance",
|
|
870
868
|
"returns": [
|
|
871
869
|
{
|
|
872
870
|
"type": {
|
|
873
871
|
"names": [
|
|
874
|
-
"
|
|
872
|
+
"void"
|
|
875
873
|
]
|
|
876
874
|
}
|
|
877
875
|
}
|
|
@@ -879,21 +877,22 @@
|
|
|
879
877
|
},
|
|
880
878
|
{
|
|
881
879
|
"memberof": "oj-c.SelectSingle",
|
|
882
|
-
"id": "oj-c.SelectSingle#
|
|
883
|
-
"name": "
|
|
880
|
+
"id": "oj-c.SelectSingle#focus",
|
|
881
|
+
"name": "focus",
|
|
884
882
|
"kind": "function",
|
|
885
|
-
"longname": "oj-c.SelectSingle#
|
|
886
|
-
"description": "
|
|
883
|
+
"longname": "oj-c.SelectSingle#focus",
|
|
884
|
+
"description": "Focuses the input field.",
|
|
885
|
+
"ojhidden": true,
|
|
887
886
|
"meta": {
|
|
888
887
|
"filename": "select-single.tsx",
|
|
889
|
-
"path": "
|
|
888
|
+
"path": "web/components/oj-c/select-single"
|
|
890
889
|
},
|
|
891
890
|
"scope": "instance",
|
|
892
891
|
"returns": [
|
|
893
892
|
{
|
|
894
893
|
"type": {
|
|
895
894
|
"names": [
|
|
896
|
-
"
|
|
895
|
+
"void"
|
|
897
896
|
]
|
|
898
897
|
}
|
|
899
898
|
}
|
|
@@ -901,45 +900,43 @@
|
|
|
901
900
|
},
|
|
902
901
|
{
|
|
903
902
|
"memberof": "oj-c.SelectSingle",
|
|
904
|
-
"id": "oj-c.SelectSingle#
|
|
905
|
-
"name": "
|
|
903
|
+
"id": "oj-c.SelectSingle#showMessages",
|
|
904
|
+
"name": "showMessages",
|
|
906
905
|
"kind": "function",
|
|
907
|
-
"longname": "oj-c.SelectSingle#
|
|
908
|
-
"description": "
|
|
906
|
+
"longname": "oj-c.SelectSingle#showMessages",
|
|
907
|
+
"description": "Takes all deferred messages and shows them.\nIt then updates the valid property;\ne.g., if the valid state was \"invalidHidden\" before showMessages(),\nthe valid state will become \"invalidShown\" after showMessages().\nIf there were no deferred messages this method simply returns.",
|
|
909
908
|
"meta": {
|
|
910
909
|
"filename": "select-single.tsx",
|
|
911
|
-
"path": "
|
|
910
|
+
"path": "web/components/oj-c/select-single"
|
|
912
911
|
},
|
|
913
912
|
"scope": "instance",
|
|
914
913
|
"returns": [
|
|
915
914
|
{
|
|
916
915
|
"type": {
|
|
917
916
|
"names": [
|
|
918
|
-
"
|
|
917
|
+
"void"
|
|
919
918
|
]
|
|
920
|
-
}
|
|
921
|
-
"description": "Promise resolves to \"valid\" if there were no converter parse errors and the component\npassed all validations. The Promise resolves to \"valid\" if the component is disabled or readonly.\nThe Promise resolves to \"invalid\" if there were converter\nparse errors or if there were validation errors."
|
|
919
|
+
}
|
|
922
920
|
}
|
|
923
921
|
]
|
|
924
922
|
},
|
|
925
923
|
{
|
|
926
924
|
"memberof": "oj-c.SelectSingle",
|
|
927
|
-
"id": "oj-c.SelectSingle#
|
|
928
|
-
"name": "
|
|
925
|
+
"id": "oj-c.SelectSingle#reset",
|
|
926
|
+
"name": "reset",
|
|
929
927
|
"kind": "function",
|
|
930
|
-
"longname": "oj-c.SelectSingle#
|
|
931
|
-
"description": "
|
|
932
|
-
"ojhidden": true,
|
|
928
|
+
"longname": "oj-c.SelectSingle#reset",
|
|
929
|
+
"description": "Resets the component by clearing all messages and messagesCustom attribute\nand updates the component's display value using the attribute value.\nUser entered values will be erased when this method is called.",
|
|
933
930
|
"meta": {
|
|
934
931
|
"filename": "select-single.tsx",
|
|
935
|
-
"path": "
|
|
932
|
+
"path": "web/components/oj-c/select-single"
|
|
936
933
|
},
|
|
937
934
|
"scope": "instance",
|
|
938
935
|
"returns": [
|
|
939
936
|
{
|
|
940
937
|
"type": {
|
|
941
938
|
"names": [
|
|
942
|
-
"
|
|
939
|
+
"void"
|
|
943
940
|
]
|
|
944
941
|
}
|
|
945
942
|
}
|
|
@@ -947,24 +944,24 @@
|
|
|
947
944
|
},
|
|
948
945
|
{
|
|
949
946
|
"memberof": "oj-c.SelectSingle",
|
|
950
|
-
"id": "oj-c.SelectSingle#
|
|
951
|
-
"name": "
|
|
947
|
+
"id": "oj-c.SelectSingle#validate",
|
|
948
|
+
"name": "validate",
|
|
952
949
|
"kind": "function",
|
|
953
|
-
"longname": "oj-c.SelectSingle#
|
|
954
|
-
"description": "
|
|
955
|
-
"ojhidden": true,
|
|
950
|
+
"longname": "oj-c.SelectSingle#validate",
|
|
951
|
+
"description": "If enabled, validates the component's display value (or null if display value is empty) using the converter and\nall validators registered on the component and updates the value\noption by performing the following steps.\n<ol>\n<li>All messages are cleared, including custom messages added by the app.</li>\n<li>\n If no converter is present then processing continues to next step. If a converter is present,\n the UI value is first converted (i.e., parsed). If there is a parse error then the messages are shown.</li>\n<li>\n If there are no validators setup for the component the value option is updated using the display value.\n Otherwise all validators are run in sequence using the parsed value from the previous step.\n The implicit required validator is run first if the component is marked required.\n When a validation error is encountered it is remembered and the next validator in the sequence is run.\n</li>\n<li>\n At the end of validation if there are errors, the messages are shown.\n If there were no errors, then the value option is updated.\n</li>\n</ol>\n<p>If the component is readonly or disabled, returns a Promise that resolves to 'valid'\nwithout doing any validation.</p>",
|
|
956
952
|
"meta": {
|
|
957
953
|
"filename": "select-single.tsx",
|
|
958
|
-
"path": "
|
|
954
|
+
"path": "web/components/oj-c/select-single"
|
|
959
955
|
},
|
|
960
956
|
"scope": "instance",
|
|
961
957
|
"returns": [
|
|
962
958
|
{
|
|
963
959
|
"type": {
|
|
964
960
|
"names": [
|
|
965
|
-
"
|
|
961
|
+
"Promise"
|
|
966
962
|
]
|
|
967
|
-
}
|
|
963
|
+
},
|
|
964
|
+
"description": "Promise resolves to \"valid\" if there were no converter parse errors and the component\npassed all validations. The Promise resolves to \"valid\" if the component is disabled or readonly.\nThe Promise resolves to \"invalid\" if there were converter\nparse errors or if there were validation errors."
|
|
968
965
|
}
|
|
969
966
|
]
|
|
970
967
|
},
|
|
@@ -974,7 +971,7 @@
|
|
|
974
971
|
"name": "_doAdvancedSearchAction",
|
|
975
972
|
"kind": "function",
|
|
976
973
|
"longname": "oj-c.SelectSingle#_doAdvancedSearchAction",
|
|
977
|
-
"description": "This method imitates triggering the advanced search link in the dropdown
|
|
974
|
+
"description": "This method imitates triggering the advanced search link in the dropdown. This is used by the WebElement implementation of oj-c-select-single.",
|
|
978
975
|
"ojhidden": true,
|
|
979
976
|
"params": [
|
|
980
977
|
{
|
|
@@ -985,14 +982,14 @@
|
|
|
985
982
|
],
|
|
986
983
|
"meta": {
|
|
987
984
|
"filename": "select-single.tsx",
|
|
988
|
-
"path": "
|
|
985
|
+
"path": "web/components/oj-c/select-single"
|
|
989
986
|
},
|
|
990
987
|
"scope": "instance",
|
|
991
988
|
"returns": [
|
|
992
989
|
{
|
|
993
990
|
"type": {
|
|
994
991
|
"names": [
|
|
995
|
-
"
|
|
992
|
+
"void"
|
|
996
993
|
]
|
|
997
994
|
}
|
|
998
995
|
}
|
|
@@ -1004,7 +1001,7 @@
|
|
|
1004
1001
|
"name": "_selectItemByValue",
|
|
1005
1002
|
"kind": "function",
|
|
1006
1003
|
"longname": "oj-c.SelectSingle#_selectItemByValue",
|
|
1007
|
-
"description": "This method imitates an option selection from the dropdown by using the key of an item
|
|
1004
|
+
"description": "This method imitates an option selection from the dropdown by using the key of an item. This is used by the WebElement implementation of oj-c-select-single.",
|
|
1008
1005
|
"ojhidden": true,
|
|
1009
1006
|
"params": [
|
|
1010
1007
|
{
|
|
@@ -1015,14 +1012,14 @@
|
|
|
1015
1012
|
],
|
|
1016
1013
|
"meta": {
|
|
1017
1014
|
"filename": "select-single.tsx",
|
|
1018
|
-
"path": "
|
|
1015
|
+
"path": "web/components/oj-c/select-single"
|
|
1019
1016
|
},
|
|
1020
1017
|
"scope": "instance",
|
|
1021
1018
|
"returns": [
|
|
1022
1019
|
{
|
|
1023
1020
|
"type": {
|
|
1024
1021
|
"names": [
|
|
1025
|
-
"
|
|
1022
|
+
"Promise"
|
|
1026
1023
|
]
|
|
1027
1024
|
},
|
|
1028
1025
|
"description": "A Promise that resolves once the operation is completed"
|
|
@@ -1038,7 +1035,7 @@
|
|
|
1038
1035
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
1039
1036
|
"meta": {
|
|
1040
1037
|
"filename": "select-single.tsx",
|
|
1041
|
-
"path": "
|
|
1038
|
+
"path": "web/components/oj-c/select-single"
|
|
1042
1039
|
},
|
|
1043
1040
|
"scope": "instance",
|
|
1044
1041
|
"params": [
|
|
@@ -1072,7 +1069,7 @@
|
|
|
1072
1069
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
1073
1070
|
"meta": {
|
|
1074
1071
|
"filename": "select-single.tsx",
|
|
1075
|
-
"path": "
|
|
1072
|
+
"path": "web/components/oj-c/select-single"
|
|
1076
1073
|
},
|
|
1077
1074
|
"scope": "instance",
|
|
1078
1075
|
"params": [
|
|
@@ -1101,7 +1098,7 @@
|
|
|
1101
1098
|
"description": "Performs a batch set of properties.",
|
|
1102
1099
|
"meta": {
|
|
1103
1100
|
"filename": "select-single.tsx",
|
|
1104
|
-
"path": "
|
|
1101
|
+
"path": "web/components/oj-c/select-single"
|
|
1105
1102
|
},
|
|
1106
1103
|
"scope": "instance",
|
|
1107
1104
|
"params": [
|
|
@@ -1130,7 +1127,7 @@
|
|
|
1130
1127
|
"description": "Event triggered when the user clicks or presses Enter on the advanced search link in the\ndropdown.\nSet the <code class=\"prettyprint\">advancedSearch</code> property to\n<code class=\"prettyprint\">'on'</code> to enable this feature.",
|
|
1131
1128
|
"meta": {
|
|
1132
1129
|
"filename": "select-single.tsx",
|
|
1133
|
-
"path": "
|
|
1130
|
+
"path": "web/components/oj-c/select-single"
|
|
1134
1131
|
},
|
|
1135
1132
|
"scope": "instance",
|
|
1136
1133
|
"properties": [
|
|
@@ -1154,7 +1151,7 @@
|
|
|
1154
1151
|
"description": "Event triggered when a value is submitted by the user, even if the value is the same as the previous value.",
|
|
1155
1152
|
"meta": {
|
|
1156
1153
|
"filename": "select-single.tsx",
|
|
1157
|
-
"path": "
|
|
1154
|
+
"path": "web/components/oj-c/select-single"
|
|
1158
1155
|
},
|
|
1159
1156
|
"scope": "instance",
|
|
1160
1157
|
"properties": [
|
|
@@ -1223,7 +1220,7 @@
|
|
|
1223
1220
|
"description": "<p>The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template\nfor rendering each item in the dropdown list.\nThe slot must be a <template> element.\n<p>When the template is executed for each item, it will have access to the binding context\ncontaining the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table\nbelow for a list of properties available on $current)</li>\n <li>alias - if the data-oj-as attribute was specified on the template, the value will be\nused to provide an application-named alias for $current.</li>\n</ul>\n<p>If no <code class=\"prettyprint\">itemTemplate</code> is specified, the component will\nrender based on the value of the <code class=\"prettyprint\">itemText</code> property.</p>",
|
|
1224
1221
|
"meta": {
|
|
1225
1222
|
"filename": "select-single.tsx",
|
|
1226
|
-
"path": "
|
|
1223
|
+
"path": "web/components/oj-c/select-single"
|
|
1227
1224
|
},
|
|
1228
1225
|
"scope": "instance",
|
|
1229
1226
|
"ojchild": false,
|
|
@@ -1271,7 +1268,7 @@
|
|
|
1271
1268
|
"memberof": "oj-c.SelectSingle",
|
|
1272
1269
|
"meta": {
|
|
1273
1270
|
"filename": "select-single.tsx",
|
|
1274
|
-
"path": "
|
|
1271
|
+
"path": "web/components/oj-c/select-single"
|
|
1275
1272
|
},
|
|
1276
1273
|
"ojfragment": true
|
|
1277
1274
|
},
|
|
@@ -1284,7 +1281,7 @@
|
|
|
1284
1281
|
"memberof": "oj-c.SelectSingle",
|
|
1285
1282
|
"meta": {
|
|
1286
1283
|
"filename": "select-single.tsx",
|
|
1287
|
-
"path": "
|
|
1284
|
+
"path": "web/components/oj-c/select-single"
|
|
1288
1285
|
},
|
|
1289
1286
|
"ojfragment": true
|
|
1290
1287
|
},
|
|
@@ -1303,7 +1300,7 @@
|
|
|
1303
1300
|
},
|
|
1304
1301
|
"meta": {
|
|
1305
1302
|
"filename": "select-single.tsx",
|
|
1306
|
-
"path": "
|
|
1303
|
+
"path": "web/components/oj-c/select-single"
|
|
1307
1304
|
},
|
|
1308
1305
|
"properties": [
|
|
1309
1306
|
{
|
|
@@ -1335,7 +1332,7 @@
|
|
|
1335
1332
|
},
|
|
1336
1333
|
"meta": {
|
|
1337
1334
|
"filename": "select-single.tsx",
|
|
1338
|
-
"path": "
|
|
1335
|
+
"path": "web/components/oj-c/select-single"
|
|
1339
1336
|
},
|
|
1340
1337
|
"properties": [
|
|
1341
1338
|
{
|
|
@@ -1365,7 +1362,7 @@
|
|
|
1365
1362
|
},
|
|
1366
1363
|
"meta": {
|
|
1367
1364
|
"filename": "select-single.tsx",
|
|
1368
|
-
"path": "
|
|
1365
|
+
"path": "web/components/oj-c/select-single"
|
|
1369
1366
|
},
|
|
1370
1367
|
"properties": [
|
|
1371
1368
|
{
|
|
@@ -1407,7 +1404,7 @@
|
|
|
1407
1404
|
"kind": "typedef",
|
|
1408
1405
|
"longname": "oj-c.SelectSingle.ComponentMessageItem",
|
|
1409
1406
|
"scope": "static",
|
|
1410
|
-
"description": "",
|
|
1407
|
+
"description": "A type for a single component message",
|
|
1411
1408
|
"type": {
|
|
1412
1409
|
"names": [
|
|
1413
1410
|
"Object"
|
|
@@ -1415,7 +1412,7 @@
|
|
|
1415
1412
|
},
|
|
1416
1413
|
"meta": {
|
|
1417
1414
|
"filename": "select-single.tsx",
|
|
1418
|
-
"path": "
|
|
1415
|
+
"path": "web/components/oj-c/select-single"
|
|
1419
1416
|
},
|
|
1420
1417
|
"properties": [
|
|
1421
1418
|
{
|