@oracle/oraclejet-core-pack 16.1.3 → 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/ListView.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"memberof": "oj-c",
|
|
7
7
|
"longname": "oj-c.ListView",
|
|
8
8
|
"kind": "class",
|
|
9
|
-
"classdesc": "<h3 id=\"listViewOverview-section\">\n JET ListView Component\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#listViewOverview-section\"></a>\n</h3>\n\n<p>Description: The JET ListView enhances a HTML list element into a themable, WAI-ARIA compliant, mobile friendly component with advance interactive features.\nThe child content can be configured via a DataProvider which should be used for mutable data.</p>\n\n<p>For migration information from <code>oj-list-view</code> refer to the <a href=\"https://jet.oraclecorp.com/trunk/jsdocs/oj.ojListView.html#styling-section\">migration section</a> in the API docs.\n\n<h3 id=\"data-section\">\n Data\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#data-section\"></a>\n</h3>\n<p>The JET ListView gets its data from a DataProvider.</p>\n\n<p><b>ArrayDataProvider</b> - Use this when the underlying data is an array object or an observableArray. In the observableArray case, ListView will automatically react\nwhen items are added or removed from the array. See the documentation for ArrayDataProvider for more details on the available options.</p>\n\n<p>Example of data provider content</p>\n<pre class=\"prettyprint\"><code>\n <oj-c-list-view aria-label=\"Accessible Summary\" data=\"[[dataProvider]]\">\n </oj-c-list-view>\n</code></pre>\n\n<p>Check out the Listview Basic demo</a>\n\n<h3 id=\"keyboard-section\">\n Coming Features\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#coming-features-section\"></a>\n</h3>\n\n<p>These features will be the domain of new, specialized components</p>\n<ul>\n <li>Cards in grid layout</li>\n <li>Cards in waterfall layout</li>\n <li>Grouped list</li>\n <li>Expandable list</li>\n</ul>\n\n<p>These features will be available in forthcoming versions</p>\n<ul>\n <li>Context menu</li>\n <li>Selection required</li>\n <li>First selected item</li>\n <li>Reordering, drag and drop with move, copy and paste functionalities</li>\n <li>Managing scroll position</li>\n</ul>\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 rowspan = \"20\" nowrap>List Item</td>\n <td><kbd>F2</kbd></td>\n <td>Enters tabbable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. It can also be used to exit tabbable mode if already in tabbable mode.</td>\n </tr>\n <tr>\n <td><kbd>Esc</kbd></td>\n <td>Exits tabbable mode.</td>\n </tr>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>When in tabbable mode, navigates to next focusable element within the item. If the last focusable element is reached, shift focus back to the first focusable element.\n When not in tabbable mode, navigates to next focusable element on page (outside ListView).</td>\n </tr>\n <tr>\n <td><kbd>Shift+Tab</kbd></td>\n <td>When in tabbable mode, navigates to previous focusable element within the item. If the first focusable element is reached, shift focus back to the last focusable element.\n When not in tabbable mode, navigates to previous focusable element on page (outside ListView).</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Move focus to the item below.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Move focus to the item above.</td>\n </tr>\n <tr>\n <td><kbd>Shift+DownArrow</kbd></td>\n <td>Extend the selection to the item below.</td>\n </tr>\n <tr>\n <td><kbd>Shift+UpArrow</kbd></td>\n <td>Extend the selection to the item above.</td>\n </tr>\n <tr>\n <td><kbd>Space</kbd></td>\n <td>Toggles to select and deselect the current item. If previous items have been selected, deselects them and selects the current item.</td>\n </tr>\n <tr>\n <td><kbd>Shift+Space</kbd></td>\n <td>Selects contiguous items from the last selected item to the current item.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl+Space</kbd></td>\n <td>Toggles to select and deselect the current item while maintaining previous selected items.</td>\n </tr>\n </tbody>\n</table>\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>Application should specify a value for the aria-label attribute with a meaningful description of the purpose of this list.</p>\n\n<p>Note that ListView uses the grid role and follows the <a href=\"https://www.w3.org/TR/wai-aria-practices/examples/grid/LayoutGrids.html\">Layout Grid</a> design as outlined in the <a href=\"https://www.w3.org/TR/wai-aria-practices/#grid\">grid design pattern</a></p>\n<p>Nesting collection components such as ListView, Table, TreeView, and ListView inside of ListView is not supported.</p>\n<h4>Custom Colours</h4>\n<p>Using colors, including background and text colors, is not accessible if it is the only way information is conveyed.\nLow vision users may not be able to see the different colors, and in high contrast mode the colors are removed.\nThe Redwood approved way to show status is to use badge.</p>\n\n<h3 id=\"context-section\">\n Item Context\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#context-section\"></a>\n</h3>\n\n<p>For all item options, developers can specify a function as the return value. The function takes a single argument, which is an object that contains contextual information about the particular item. This gives developers the flexibility to return different value depending on the context.</p>\n\n<p>The context parameter contains the following keys:</p>\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>data</kbd></td>\n <td>The data of the item. Note this is made available primarily to ease migration.\n Applications should get the data from the item property instead.</td>\n </tr>\n <tr>\n <td><kbd>item</kbd></td>\n <td>An object that contains the data and metadata for the item.</td>\n </tr>\n <tr>\n <td><kbd>isTabbable</kbd></td>\n <td>A boolean indicating whether the item is in tabbable mode or not.\n This should be used to implement conditional behavior for all tabbable elements, this avoids creating a keyboard trap when tabbing through a List.<br/>\n This can be implemented as a conditional tabindex, for example <code>tabindex=\"[[!item.isTabbable && '-1']]\"</code>.<br/>\n When composing with core pack components, this is not needed, as they are tabbable mode aware.\n </td>\n </tr>\n </tbody>\n</table>\n\n<p>The following keys are not currently supported:</p>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>componentElement</kbd></td>\n <td>A reference to the root element of ListView.</td>\n </tr>\n <tr>\n <td><kbd>datasource</kbd></td>\n <td>A reference to the data source object.</td>\n </tr>\n <tr>\n <td><kbd>index</kbd></td>\n <td>The index of the item, where 0 is the index of the first item. In the hierarchical case the index is relative to its parent.</td>\n </tr>\n <tr>\n <td><kbd>key</kbd></td>\n <td>The key of the item (this duplicates item.metadata.key and has been deprecated)</td>\n </tr>\n <tr>\n <td><kbd>metadata</kbd></td>\n <td>The metadata of the item (this is instead available in item)</td>\n </tr>\n <tr>\n <td><kbd>parentElement</kbd></td>\n <td>This will be supported by the Hierarchical list component and no longer applies to list view..</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"data-attributes-section\">\n Custom Data Attributes\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#data-attributes-section\"></a>\n</h3>\n\n<p>ListView supports the following custom data attributes.\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>data-oj-as</kbd></td>\n <td>Provides an alias for a specific template instance and has the same subproperties as the $current variable.</td>\n <td>\n <pre class=\"prettyprint\"><code><oj-c-list-view id=\"listView\">\n <template slot=\"itemTemplate\" data-oj-as=\"item\">\n </template>\n</oj-c-list-view></code></pre>\n </td>\n </tr>\n <tr>\n <td><kbd>data-oj-clickthrough</kbd></td>\n <td><p>Specify on any element inside an item where you want to control whether ListView should perform actions triggered by\n a click event originating from the element or one of its descendants.</p>\n <p>For example, if you specify this attribute with a value of \"disabled\" on a link inside an item, then ListView\n will not select or trigger itemAction event to be fired when user clicks on the link.</p>\n <p>Note that the currentItem will still be updated to the item that the user clicked on.</p>\n <p>Also note you do not need to set this attribute on core pack components such as oj-c-button, as it natively supports\n disabling clickthrough.</p>\n </td>\n <td>\n <pre class=\"prettyprint\"><code><oj-c-list-view id=\"listView\">\n <template slot=\"itemTemplate\">\n <a href=\"#\" data-oj-clickthrough=\"disabled\"></a>\n </template>\n</oj-c-list-view></code></pre>\n </td>\n </tr>\n <tr>\n <td><kbd>data-oj-manage-tabs</kbd></td>\n <td><p>ListView does not manipulate the tabindex of the item content. Applications should set the tabIndex of any focusable\n element based on the isTabbableMode property from the context pass to the itemTemplate.</p>\n <p>However, there will be cases where you can't control the tabindex of the content, for example, if you are using components from another team.</p>\n <p>In that case, applications can specify this attribute on the element or one of its ancestors so that when the itemTemplate is processed,\n it will scan and manipulate the tabindex of any focusable elements.</p>\n </td>\n <td>\n <pre class=\"prettyprint\"><code><oj-c-list-view id=\"listView\">\n <template slot=\"itemTemplate\">\n <some-component-with-focusable-elements data-oj-manage-tabs></some-component-with-focusable-elements>\n </template>\n</oj-c-list-view></code></pre>\n </td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"suggestion-items-section\">\n Suggestion Items\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#suggestion-items-section\"></a>\n</h3>\n\n<p>If <a href=\"ItemMetadata.html\">ItemMetadata</a> returned by the DataProvider contains suggestion field, ListView will apply special visual to those\n items. The DataProvider must ensure the suggestion items are the first items returned by the initial fetchFirst call.</p>",
|
|
9
|
+
"classdesc": "<h3 id=\"listViewOverview-section\">\n JET ListView Component\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#listViewOverview-section\"></a>\n</h3>\n\n<p>Description: The JET ListView enhances a HTML list element into a themable, WAI-ARIA compliant, mobile friendly component with advance interactive features.\nThe child content can be configured via a DataProvider which should be used for mutable data.</p>\n\n<p>For migration information from <code>oj-list-view</code> refer to the <a href=\"https://jet.oraclecorp.com/trunk/jsdocs/oj.ojListView.html#styling-section\">migration section</a> in the API docs.\n\n<h3 id=\"data-section\">\n Data\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#data-section\"></a>\n</h3>\n<p>The JET ListView gets its data from a DataProvider.</p>\n\n<p><b>ArrayDataProvider</b> - Use this when the underlying data is an array object or an observableArray. In the observableArray case, ListView will automatically react\nwhen items are added or removed from the array. See the documentation for ArrayDataProvider for more details on the available options.</p>\n\n<p>Example of data provider content</p>\n<pre class=\"prettyprint\"><code>\n <oj-c-list-view aria-label=\"Accessible Summary\" data=\"[[dataProvider]]\">\n </oj-c-list-view>\n</code></pre>\n\n<p>Check out the Listview Basic demo</a>\n\n<h3 id=\"keyboard-section\">\n Coming Features\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#coming-features-section\"></a>\n</h3>\n\n<p>These features will be the domain of new, specialized components</p>\n<ul>\n <li>Cards in grid layout</li>\n <li>Cards in waterfall layout</li>\n <li>Grouped list</li>\n <li>Expandable list</li>\n</ul>\n\n<p>These features will be available in forthcoming versions</p>\n<ul>\n <li>Context menu</li>\n <li>Selection required</li>\n <li>First selected item</li>\n <li>Reordering, drag and drop with move, copy and paste functionalities</li>\n <li>Managing scroll position</li>\n</ul>\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 rowspan = \"20\" nowrap>List Item</td>\n <td><kbd>F2</kbd></td>\n <td>Enters tabbable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. It can also be used to exit tabbable mode if already in tabbable mode.</td>\n </tr>\n <tr>\n <td><kbd>Esc</kbd></td>\n <td>Exits tabbable mode.</td>\n </tr>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>When in tabbable mode, navigates to next focusable element within the item. If the last focusable element is reached, shift focus back to the first focusable element.\n When not in tabbable mode, navigates to next focusable element on page (outside ListView).</td>\n </tr>\n <tr>\n <td><kbd>Shift+Tab</kbd></td>\n <td>When in tabbable mode, navigates to previous focusable element within the item. If the first focusable element is reached, shift focus back to the last focusable element.\n When not in tabbable mode, navigates to previous focusable element on page (outside ListView).</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Move focus to the item below.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Move focus to the item above.</td>\n </tr>\n <tr>\n <td><kbd>Shift+DownArrow</kbd></td>\n <td>Extend the selection to the item below.</td>\n </tr>\n <tr>\n <td><kbd>Shift+UpArrow</kbd></td>\n <td>Extend the selection to the item above.</td>\n </tr>\n <tr>\n <td><kbd>Space</kbd></td>\n <td>Toggles to select and deselect the current item. If previous items have been selected, deselects them and selects the current item.</td>\n </tr>\n <tr>\n <td><kbd>Shift+Space</kbd></td>\n <td>Selects contiguous items from the last selected item to the current item.</td>\n </tr>\n <tr>\n <td><kbd>Shift+Cmd/Ctrl+UpArrow</kbd></td>\n <td>Reorder the current item up.</td>\n </tr>\n <tr>\n <td><kbd>Shift+Cmd/Ctrl+DownArrow</kbd></td>\n <td>Reorder the current item down.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl+Space</kbd></td>\n <td>Toggles to select and deselect the current item while maintaining previous selected items.</td>\n </tr>\n </tbody>\n</table>\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>Application should specify a value for the aria-label attribute with a meaningful description of the purpose of this list.</p>\n<p>Note that ListView uses the grid role and follows the <a href=\"https://www.w3.org/TR/wai-aria-practices/examples/grid/LayoutGrids.html\">Layout Grid</a> design as outlined in the <a href=\"https://www.w3.org/TR/wai-aria-practices/#grid\">grid design pattern</a></p>\n<p>Nesting collection components such as ListView, Table, TreeView, and ListView inside of ListView is not supported.</p>\n<p>When reorder feature is enabled, application should specify a live region which contains an announcement to notify assistive technologies that the item reordering happens.</p>\n\n<h4>Custom Colours</h4>\n<p>Using colors, including background and text colors, is not accessible if it is the only way information is conveyed.\nLow vision users may not be able to see the different colors, and in high contrast mode the colors are removed.\nThe Redwood approved way to show status is to use badge.</p>\n\n<h3 id=\"context-section\">\n Item Context\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#context-section\"></a>\n</h3>\n\n<p>For all item options, developers can specify a function as the return value. The function takes a single argument, which is an object that contains contextual information about the particular item. This gives developers the flexibility to return different value depending on the context.</p>\n\n<p>The context parameter contains the following keys:</p>\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>data</kbd></td>\n <td>The data of the item. Note this is made available primarily to ease migration.\n Applications should get the data from the item property instead.</td>\n </tr>\n <tr>\n <td><kbd>item</kbd></td>\n <td>An object that contains the data and metadata for the item.</td>\n </tr>\n <tr>\n <td><kbd>isTabbable</kbd></td>\n <td>A boolean indicating whether the item is in tabbable mode or not.\n This should be used to implement conditional behavior for all tabbable elements, this avoids creating a keyboard trap when tabbing through a List.<br/>\n This can be implemented as a conditional tabindex, for example <code>tabindex=\"[[!item.isTabbable && '-1']]\"</code>.<br/>\n When composing with core pack components, this is not needed, as they are tabbable mode aware.\n </td>\n </tr>\n </tbody>\n</table>\n\n<p>The following keys are not currently supported:</p>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>componentElement</kbd></td>\n <td>A reference to the root element of ListView.</td>\n </tr>\n <tr>\n <td><kbd>datasource</kbd></td>\n <td>A reference to the data source object.</td>\n </tr>\n <tr>\n <td><kbd>index</kbd></td>\n <td>The index of the item, where 0 is the index of the first item. In the hierarchical case the index is relative to its parent.</td>\n </tr>\n <tr>\n <td><kbd>key</kbd></td>\n <td>The key of the item (this duplicates item.metadata.key and has been deprecated)</td>\n </tr>\n <tr>\n <td><kbd>metadata</kbd></td>\n <td>The metadata of the item (this is instead available in item)</td>\n </tr>\n <tr>\n <td><kbd>parentElement</kbd></td>\n <td>This will be supported by the Hierarchical list component and no longer applies to list view..</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"data-attributes-section\">\n Custom Data Attributes\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#data-attributes-section\"></a>\n</h3>\n\n<p>ListView supports the following custom data attributes.\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>data-oj-as</kbd></td>\n <td>Provides an alias for a specific template instance and has the same subproperties as the $current variable.</td>\n <td>\n <pre class=\"prettyprint\"><code><oj-c-list-view id=\"listView\">\n <template slot=\"itemTemplate\" data-oj-as=\"item\">\n </template>\n</oj-c-list-view></code></pre>\n </td>\n </tr>\n <tr>\n <td><kbd>data-oj-clickthrough</kbd></td>\n <td><p>Specify on any element inside an item where you want to control whether ListView should perform actions triggered by\n a click event originating from the element or one of its descendants.</p>\n <p>For example, if you specify this attribute with a value of \"disabled\" on a link inside an item, then ListView\n will not select or trigger itemAction event to be fired when user clicks on the link.</p>\n <p>Note that the currentItem will still be updated to the item that the user clicked on.</p>\n <p>Also note you do not need to set this attribute on core pack components such as oj-c-button, as it natively supports\n disabling clickthrough.</p>\n </td>\n <td>\n <pre class=\"prettyprint\"><code><oj-c-list-view id=\"listView\">\n <template slot=\"itemTemplate\">\n <a href=\"#\" data-oj-clickthrough=\"disabled\"></a>\n </template>\n</oj-c-list-view></code></pre>\n </td>\n </tr>\n <tr>\n <td><kbd>data-oj-manage-tabs</kbd></td>\n <td><p>ListView does not manipulate the tabindex of the item content. Applications should set the tabIndex of any focusable\n element based on the isTabbableMode property from the context pass to the itemTemplate.</p>\n <p>However, there will be cases where you can't control the tabindex of the content, for example, if you are using components from another team.</p>\n <p>In that case, applications can specify this attribute on the element or one of its ancestors so that when the itemTemplate is processed,\n it will scan and manipulate the tabindex of any focusable elements.</p>\n </td>\n <td>\n <pre class=\"prettyprint\"><code><oj-c-list-view id=\"listView\">\n <template slot=\"itemTemplate\">\n <some-component-with-focusable-elements data-oj-manage-tabs></some-component-with-focusable-elements>\n </template>\n</oj-c-list-view></code></pre>\n </td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"suggestion-items-section\">\n Suggestion Items\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#suggestion-items-section\"></a>\n</h3>\n\n<p>If <a href=\"ItemMetadata.html\">ItemMetadata</a> returned by the DataProvider contains suggestion field, ListView will apply special visual to those\n items. The DataProvider must ensure the suggestion items are the first items returned by the initial fetchFirst call.</p>",
|
|
10
10
|
"scope": "static",
|
|
11
11
|
"tagWithoutBrackets": "oj-c-list-view",
|
|
12
12
|
"tagWithBrackets": "<oj-c-list-view>",
|
|
@@ -28,9 +28,15 @@
|
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"since": "15.0.0",
|
|
31
|
+
"tsdeprecated": [
|
|
32
|
+
{
|
|
33
|
+
"type": "candidate",
|
|
34
|
+
"since": "17.0.0"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
31
37
|
"meta": {
|
|
32
38
|
"filename": "list-view.tsx",
|
|
33
|
-
"path": "
|
|
39
|
+
"path": "web/components/oj-c/list-view"
|
|
34
40
|
},
|
|
35
41
|
"ojmodule": "list-view"
|
|
36
42
|
},
|
|
@@ -47,13 +53,20 @@
|
|
|
47
53
|
"description": "The item that currently has keyboard focus",
|
|
48
54
|
"meta": {
|
|
49
55
|
"filename": "list-view.tsx",
|
|
50
|
-
"path": "
|
|
56
|
+
"path": "web/components/oj-c/list-view"
|
|
51
57
|
},
|
|
52
58
|
"type": {
|
|
53
59
|
"names": [
|
|
54
60
|
"any"
|
|
55
61
|
]
|
|
56
|
-
}
|
|
62
|
+
},
|
|
63
|
+
"tstype": [
|
|
64
|
+
{
|
|
65
|
+
"target": "Type",
|
|
66
|
+
"value": "ReadOnlyPropertyChanged",
|
|
67
|
+
"jsdocOverride": true
|
|
68
|
+
}
|
|
69
|
+
]
|
|
57
70
|
},
|
|
58
71
|
{
|
|
59
72
|
"memberof": "oj-c.ListView",
|
|
@@ -66,7 +79,7 @@
|
|
|
66
79
|
"description": "The data source for ListView. Must be of type DataProvider.",
|
|
67
80
|
"meta": {
|
|
68
81
|
"filename": "list-view.tsx",
|
|
69
|
-
"path": "
|
|
82
|
+
"path": "web/components/oj-c/list-view"
|
|
70
83
|
},
|
|
71
84
|
"type": {
|
|
72
85
|
"names": [
|
|
@@ -92,7 +105,7 @@
|
|
|
92
105
|
"description": "Specifies whether the horizontal grid lines should be visible. By default gridlines\nare hidden.\n\nIt takes the keys `item`, `top` and `bottom`,\neach of which are optional and take a value of \"hidden\" or \"visible\". `item`\ntoggles the presence of bottom gridlines except the last item,\nand `top` and `bottom` toggle the initial and trailing gridlines.\nBy default all gridlines are hidden.",
|
|
93
106
|
"meta": {
|
|
94
107
|
"filename": "list-view.tsx",
|
|
95
|
-
"path": "
|
|
108
|
+
"path": "web/components/oj-c/list-view"
|
|
96
109
|
},
|
|
97
110
|
"type": {
|
|
98
111
|
"names": [
|
|
@@ -118,7 +131,7 @@
|
|
|
118
131
|
"description": "scrollPolicy options.\n<p>\nThe following options are supported:\n<ul>\n <li>fetchSize: The number of items fetched each time when scroll to the end.</li>\n <li>scroller: The css selector that locates the element in which listview uses to determine the scroll position as well as the maximum scroll position where scroll to the end will trigger a fetch. If not specified then the root element of listview is used.</li>\n</ul>\nBy default, the next block of rows is fetched when the user scrolls to the end of the list/scroller. The fetchSize option determines how many rows are fetched in each block.",
|
|
119
132
|
"meta": {
|
|
120
133
|
"filename": "list-view.tsx",
|
|
121
|
-
"path": "
|
|
134
|
+
"path": "web/components/oj-c/list-view"
|
|
122
135
|
},
|
|
123
136
|
"type": {
|
|
124
137
|
"names": [
|
|
@@ -144,7 +157,7 @@
|
|
|
144
157
|
"description": "",
|
|
145
158
|
"meta": {
|
|
146
159
|
"filename": "list-view.tsx",
|
|
147
|
-
"path": "
|
|
160
|
+
"path": "web/components/oj-c/list-view"
|
|
148
161
|
},
|
|
149
162
|
"type": {
|
|
150
163
|
"names": [
|
|
@@ -163,7 +176,7 @@
|
|
|
163
176
|
"description": "",
|
|
164
177
|
"meta": {
|
|
165
178
|
"filename": "list-view.tsx",
|
|
166
|
-
"path": "
|
|
179
|
+
"path": "web/components/oj-c/list-view"
|
|
167
180
|
},
|
|
168
181
|
"type": {
|
|
169
182
|
"names": [
|
|
@@ -183,20 +196,13 @@
|
|
|
183
196
|
"description": "The current selected items in the ListView. An empty KeySet indicates nothing is selected.\nNote that property change event for the deprecated selection property will still be fire when\nselected property has changed. In addition, <a href=\"AllKeySetImpl.html\">AllKeySetImpl</a> set\ncan be used to represent select all state. In this case, the value for selection would have an\n'inverted' property set to true, and would contain the keys of the items that are not selected.",
|
|
184
197
|
"meta": {
|
|
185
198
|
"filename": "list-view.tsx",
|
|
186
|
-
"path": "
|
|
199
|
+
"path": "web/components/oj-c/list-view"
|
|
187
200
|
},
|
|
188
201
|
"type": {
|
|
189
202
|
"names": [
|
|
190
203
|
"object"
|
|
191
204
|
]
|
|
192
|
-
}
|
|
193
|
-
"tstype": [
|
|
194
|
-
{
|
|
195
|
-
"target": "Type",
|
|
196
|
-
"value": "ImmutableKeySet<K>",
|
|
197
|
-
"jsdocOverride": true
|
|
198
|
-
}
|
|
199
|
-
]
|
|
205
|
+
}
|
|
200
206
|
},
|
|
201
207
|
{
|
|
202
208
|
"memberof": "oj-c.ListView",
|
|
@@ -206,10 +212,10 @@
|
|
|
206
212
|
"longname": "oj-c.ListView#selectionMode",
|
|
207
213
|
"optional": true,
|
|
208
214
|
"scope": "instance",
|
|
209
|
-
"description": "<p>The type of selection behavior that is enabled on the ListView. This attribute controls the number of selections that can be made via selection gestures at any given time.\n\n<p>If <code class=\"prettyprint\">single</code> or <code class=\"prettyprint\">multiple</code> is specified, selection gestures will be enabled, and the ListView's selection styling will be applied to all items specified by the <a href=\"#
|
|
215
|
+
"description": "<p>The type of selection behavior that is enabled on the ListView. This attribute controls the number of selections that can be made via selection gestures at any given time.\n\n<p>If <code class=\"prettyprint\">single</code> or <code class=\"prettyprint\">multiple</code> is specified, selection gestures will be enabled, and the ListView's selection styling will be applied to all items specified by the <a href=\"#selected\">selected</a> attribute.\nIf <code class=\"prettyprint\">singleRequired</code> is specified, then the behavior is the same as single except that ListView will ensure there is an item selected at all time. Specifically, user will not be able to de-selected a selected item. And if selection is initially empty, ListView will select the first item.\nIf <code class=\"prettyprint\">none</code> is specified, selection gestures will be disabled, and the ListView's selection styling will not be applied to any items specified by the <a href=\"#selected\">selected</a> attribute.\n<p>Changing the value of this attribute will not affect the value of the <a href=\"#selected\">selected</a> attribute.",
|
|
210
216
|
"meta": {
|
|
211
217
|
"filename": "list-view.tsx",
|
|
212
|
-
"path": "
|
|
218
|
+
"path": "web/components/oj-c/list-view"
|
|
213
219
|
},
|
|
214
220
|
"ojvalues": [
|
|
215
221
|
{
|
|
@@ -241,6 +247,16 @@
|
|
|
241
247
|
"string"
|
|
242
248
|
]
|
|
243
249
|
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "singleRequired",
|
|
253
|
+
"description": "Only a single item can be selected at a time. In addition, ListView will also ensure that an item is selected at all time.",
|
|
254
|
+
"displayName": "Single Required",
|
|
255
|
+
"type": {
|
|
256
|
+
"names": [
|
|
257
|
+
"string"
|
|
258
|
+
]
|
|
259
|
+
}
|
|
244
260
|
}
|
|
245
261
|
],
|
|
246
262
|
"defaultvalue": "\"none\"",
|
|
@@ -248,7 +264,81 @@
|
|
|
248
264
|
"names": [
|
|
249
265
|
"\"none\"",
|
|
250
266
|
"\"multiple\"",
|
|
251
|
-
"\"single\""
|
|
267
|
+
"\"single\"",
|
|
268
|
+
"\"singleRequired\""
|
|
269
|
+
]
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"memberof": "oj-c.ListView",
|
|
274
|
+
"id": "oj-c.ListView#contextMenuConfig",
|
|
275
|
+
"name": "contextMenuConfig",
|
|
276
|
+
"kind": "member",
|
|
277
|
+
"longname": "oj-c.ListView#contextMenuConfig",
|
|
278
|
+
"optional": true,
|
|
279
|
+
"scope": "instance",
|
|
280
|
+
"description": "Specifies a context menu configuration.\nIt takes the keys `accessibleLabel` and `items`,\nwhere `accessibleLabel` is optional and items required . `items` function returns an array\nof menu item object representations that indicates what menu items are going to be part of\nmenu based on some specific context menu context.\n<table>\n<tr><th>Context Menu Item Type</th><th>Def</th></tr>\n<tr><td>ContextMenuSeparator</td><td>{ type: 'separator'}</td></tr>\n<tr><td>MenuItem</td><td>{\ntype?: 'item';\nlabel: string;\nkey: string;\ndisabled?: boolean;\nonAction?: () => void;\nstartIcon?: MenuIcon;\nendIcon?: MenuIcon;\nvariant?: 'standard' | 'destructive';\n};</td></tr>\n<tr><td>ContextMenuSubMenu</td><td>{\ntype: 'submenu';\nlabel?: string;\ndisabled?: boolean;\nstartIcon?: string;\nitems?: Array<ContextMenuItems>;\n};</td></tr>\n<tr><td>ContextMenuSelectSingle</td><td>{\ntype: 'selectsingle';\nkey?: string;\nitems?: Array<MenuSelectItem>;\nselection?: string;\nonSelection?: (detail: { value: string }) => void;\n};</td></tr>\n<tr><td>ContextMenuSelectMultiple</td><td>{\ntype: 'selectmultiple';\nkey?: string;\nitems?: Array<MenuSelectItem>;\nselection?: Array<string>;\nonSelection?: (detail: { value: Array<string> }) => void;\n};</td></tr>\n<tr><td>MenuIcon</td><td>{\ntype?: 'class';\n class: string;\n }\n| {\n type: 'img';\n src: string;\n };</td></tr>\n<tr><td>MenuSelectItem</td><td>{\nlabel: string;\ndisabled?: boolean;\nendIcon?: MenuIcon;\nvalue: string;\n}</td></tr>\n</table>",
|
|
281
|
+
"meta": {
|
|
282
|
+
"filename": "list-view.tsx",
|
|
283
|
+
"path": "web/components/oj-c/list-view"
|
|
284
|
+
},
|
|
285
|
+
"type": {
|
|
286
|
+
"names": [
|
|
287
|
+
"object"
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
"tstype": [
|
|
291
|
+
{
|
|
292
|
+
"target": "Type",
|
|
293
|
+
"value": "oj-c.ListView.ContextMenuConfig",
|
|
294
|
+
"jsdocOverride": true
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"memberof": "oj-c.ListView",
|
|
300
|
+
"id": "oj-c.ListView#reorderable",
|
|
301
|
+
"name": "reorderable",
|
|
302
|
+
"kind": "member",
|
|
303
|
+
"longname": "oj-c.ListView#reorderable",
|
|
304
|
+
"optional": true,
|
|
305
|
+
"scope": "instance",
|
|
306
|
+
"description": "The reorder option contains a subset of options for reordering items.\n\n<p>The following options are supported:</p>\n<ul>\n <li>items: Enable or disable reordering the items within the same ListView using drag and drop or keyboard. Specify 'enabled' to enable reordering. Setting the value to <code class=\"prettyprint\">\"disabled\"</code> or setting the <code class=\"prettyprint\">\"reorderable\"</code> property\n to <code class=\"prettyprint\">null</code> (or omitting it), disables reordering support.</li>\n</ul>",
|
|
307
|
+
"meta": {
|
|
308
|
+
"filename": "list-view.tsx",
|
|
309
|
+
"path": "web/components/oj-c/list-view"
|
|
310
|
+
},
|
|
311
|
+
"type": {
|
|
312
|
+
"names": [
|
|
313
|
+
"object"
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
"tstype": [
|
|
317
|
+
{
|
|
318
|
+
"target": "Type",
|
|
319
|
+
"value": "{ items?: 'enabled' | 'disabled' }",
|
|
320
|
+
"jsdocOverride": true
|
|
321
|
+
}
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"memberof": "oj-c.ListView",
|
|
326
|
+
"id": "oj-c.ListView#reorderable.items",
|
|
327
|
+
"name": "reorderable.items",
|
|
328
|
+
"kind": "member",
|
|
329
|
+
"longname": "oj-c.ListView#reorderable.items",
|
|
330
|
+
"optional": true,
|
|
331
|
+
"scope": "instance",
|
|
332
|
+
"description": "",
|
|
333
|
+
"meta": {
|
|
334
|
+
"filename": "list-view.tsx",
|
|
335
|
+
"path": "web/components/oj-c/list-view"
|
|
336
|
+
},
|
|
337
|
+
"defaultvalue": "\"disabled\"",
|
|
338
|
+
"type": {
|
|
339
|
+
"names": [
|
|
340
|
+
"\"disabled\"",
|
|
341
|
+
"\"enabled\""
|
|
252
342
|
]
|
|
253
343
|
}
|
|
254
344
|
},
|
|
@@ -261,7 +351,7 @@
|
|
|
261
351
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
262
352
|
"meta": {
|
|
263
353
|
"filename": "list-view.tsx",
|
|
264
|
-
"path": "
|
|
354
|
+
"path": "web/components/oj-c/list-view"
|
|
265
355
|
},
|
|
266
356
|
"scope": "instance",
|
|
267
357
|
"params": [
|
|
@@ -295,7 +385,7 @@
|
|
|
295
385
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
296
386
|
"meta": {
|
|
297
387
|
"filename": "list-view.tsx",
|
|
298
|
-
"path": "
|
|
388
|
+
"path": "web/components/oj-c/list-view"
|
|
299
389
|
},
|
|
300
390
|
"scope": "instance",
|
|
301
391
|
"params": [
|
|
@@ -324,7 +414,7 @@
|
|
|
324
414
|
"description": "Performs a batch set of properties.",
|
|
325
415
|
"meta": {
|
|
326
416
|
"filename": "list-view.tsx",
|
|
327
|
-
"path": "
|
|
417
|
+
"path": "web/components/oj-c/list-view"
|
|
328
418
|
},
|
|
329
419
|
"scope": "instance",
|
|
330
420
|
"params": [
|
|
@@ -353,7 +443,7 @@
|
|
|
353
443
|
"description": "Triggered when user performs an action gesture on an item while ListView is in navigation mode. The action gestures include:\n<ul>\n <li>User clicks anywhere in an item</li>\n <li>User taps anywhere in an item</li>\n <li>User pressed spacebar on an item</li>\n</ul>",
|
|
354
444
|
"meta": {
|
|
355
445
|
"filename": "list-view.tsx",
|
|
356
|
-
"path": "
|
|
446
|
+
"path": "web/components/oj-c/list-view"
|
|
357
447
|
},
|
|
358
448
|
"scope": "instance",
|
|
359
449
|
"properties": [
|
|
@@ -376,6 +466,206 @@
|
|
|
376
466
|
}
|
|
377
467
|
]
|
|
378
468
|
},
|
|
469
|
+
{
|
|
470
|
+
"memberof": "oj-c.ListView",
|
|
471
|
+
"id": "oj-c.ListView#event:ojFirstSelectedItem",
|
|
472
|
+
"name": "ojFirstSelectedItem",
|
|
473
|
+
"kind": "event",
|
|
474
|
+
"longname": "oj-c.ListView#event:ojFirstSelectedItem",
|
|
475
|
+
"description": "Triggered when data for the first selected item is available. This can occurred when:\n<ul>\n <li>ListView is initialized with a selection or first item is selected due to singleRequired selection mode.</li>\n <li>Selection has changed.</li>\n <li>Data for the first selected item is updated.</li>\n</ul>\nNote this event will only be enabled if selection-mode is set to <code class=\"prettyprint\">singleRequired</code>.",
|
|
476
|
+
"meta": {
|
|
477
|
+
"filename": "list-view.tsx",
|
|
478
|
+
"path": "web/components/oj-c/list-view"
|
|
479
|
+
},
|
|
480
|
+
"scope": "instance",
|
|
481
|
+
"properties": [
|
|
482
|
+
{
|
|
483
|
+
"name": "key",
|
|
484
|
+
"optional": false,
|
|
485
|
+
"type": {
|
|
486
|
+
"names": [
|
|
487
|
+
"any"
|
|
488
|
+
]
|
|
489
|
+
},
|
|
490
|
+
"tstype": [
|
|
491
|
+
{
|
|
492
|
+
"target": "Type",
|
|
493
|
+
"value": "K",
|
|
494
|
+
"for": "key",
|
|
495
|
+
"jsdocOverride": true
|
|
496
|
+
}
|
|
497
|
+
]
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "data",
|
|
501
|
+
"optional": false,
|
|
502
|
+
"type": {
|
|
503
|
+
"names": [
|
|
504
|
+
"any"
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
"tstype": [
|
|
508
|
+
{
|
|
509
|
+
"target": "Type",
|
|
510
|
+
"value": "D",
|
|
511
|
+
"for": "data",
|
|
512
|
+
"jsdocOverride": true
|
|
513
|
+
}
|
|
514
|
+
]
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"memberof": "oj-c.ListView",
|
|
520
|
+
"id": "oj-c.ListView#event:ojContextMenuAction",
|
|
521
|
+
"name": "ojContextMenuAction",
|
|
522
|
+
"kind": "event",
|
|
523
|
+
"longname": "oj-c.ListView#event:ojContextMenuAction",
|
|
524
|
+
"description": "Triggered when a menu item is clicked, whether by keyboard, mouse, or touch events.",
|
|
525
|
+
"meta": {
|
|
526
|
+
"filename": "list-view.tsx",
|
|
527
|
+
"path": "web/components/oj-c/list-view"
|
|
528
|
+
},
|
|
529
|
+
"scope": "instance",
|
|
530
|
+
"properties": [
|
|
531
|
+
{
|
|
532
|
+
"name": "menuItemKey",
|
|
533
|
+
"optional": false,
|
|
534
|
+
"type": {
|
|
535
|
+
"names": [
|
|
536
|
+
"string"
|
|
537
|
+
]
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "contextMenuContext",
|
|
542
|
+
"optional": false,
|
|
543
|
+
"type": {
|
|
544
|
+
"names": [
|
|
545
|
+
"object"
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
"tstype": [
|
|
549
|
+
{
|
|
550
|
+
"target": "Type",
|
|
551
|
+
"value": "oj-c.ListView.ListItemContext",
|
|
552
|
+
"for": "contextMenuContext",
|
|
553
|
+
"jsdocOverride": true
|
|
554
|
+
}
|
|
555
|
+
]
|
|
556
|
+
}
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"memberof": "oj-c.ListView",
|
|
561
|
+
"id": "oj-c.ListView#event:ojContextMenuSelection",
|
|
562
|
+
"name": "ojContextMenuSelection",
|
|
563
|
+
"kind": "event",
|
|
564
|
+
"longname": "oj-c.ListView#event:ojContextMenuSelection",
|
|
565
|
+
"description": "Triggered when a select menu item is clicked, whether by keyboard, mouse, or touch events.",
|
|
566
|
+
"meta": {
|
|
567
|
+
"filename": "list-view.tsx",
|
|
568
|
+
"path": "web/components/oj-c/list-view"
|
|
569
|
+
},
|
|
570
|
+
"scope": "instance",
|
|
571
|
+
"properties": [
|
|
572
|
+
{
|
|
573
|
+
"name": "value",
|
|
574
|
+
"optional": false,
|
|
575
|
+
"type": {
|
|
576
|
+
"names": [
|
|
577
|
+
"string|Array<string>"
|
|
578
|
+
]
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "contextMenuContext",
|
|
583
|
+
"optional": false,
|
|
584
|
+
"type": {
|
|
585
|
+
"names": [
|
|
586
|
+
"object"
|
|
587
|
+
]
|
|
588
|
+
},
|
|
589
|
+
"tstype": [
|
|
590
|
+
{
|
|
591
|
+
"target": "Type",
|
|
592
|
+
"value": "oj-c.ListView.ListItemContext",
|
|
593
|
+
"for": "contextMenuContext",
|
|
594
|
+
"jsdocOverride": true
|
|
595
|
+
}
|
|
596
|
+
]
|
|
597
|
+
}
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"memberof": "oj-c.ListView",
|
|
602
|
+
"id": "oj-c.ListView#event:ojReorder",
|
|
603
|
+
"name": "ojReorder",
|
|
604
|
+
"kind": "event",
|
|
605
|
+
"longname": "oj-c.ListView#event:ojReorder",
|
|
606
|
+
"description": "Triggered after items are reordered within ListView via drag and drop or keyboard.",
|
|
607
|
+
"meta": {
|
|
608
|
+
"filename": "list-view.tsx",
|
|
609
|
+
"path": "web/components/oj-c/list-view"
|
|
610
|
+
},
|
|
611
|
+
"scope": "instance",
|
|
612
|
+
"properties": [
|
|
613
|
+
{
|
|
614
|
+
"name": "reorderedKeys",
|
|
615
|
+
"description": "An array of keys matching the new order of items",
|
|
616
|
+
"optional": false,
|
|
617
|
+
"type": {
|
|
618
|
+
"names": [
|
|
619
|
+
"Array<any>"
|
|
620
|
+
]
|
|
621
|
+
},
|
|
622
|
+
"tstype": [
|
|
623
|
+
{
|
|
624
|
+
"target": "Type",
|
|
625
|
+
"value": "Array<K>",
|
|
626
|
+
"for": "reorderedKeys",
|
|
627
|
+
"jsdocOverride": true
|
|
628
|
+
}
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"name": "itemKeys",
|
|
633
|
+
"description": "An array of keys of the items that are moved",
|
|
634
|
+
"optional": false,
|
|
635
|
+
"type": {
|
|
636
|
+
"names": [
|
|
637
|
+
"Array<any>"
|
|
638
|
+
]
|
|
639
|
+
},
|
|
640
|
+
"tstype": [
|
|
641
|
+
{
|
|
642
|
+
"target": "Type",
|
|
643
|
+
"value": "Array<K>",
|
|
644
|
+
"for": "itemKeys",
|
|
645
|
+
"jsdocOverride": true
|
|
646
|
+
}
|
|
647
|
+
]
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "referenceKey",
|
|
651
|
+
"description": "The key of the item where the moved items will be dropped after. If the moved items were dropped at the very beginning, the referenceKey will be null.",
|
|
652
|
+
"optional": false,
|
|
653
|
+
"type": {
|
|
654
|
+
"names": [
|
|
655
|
+
"any"
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
"tstype": [
|
|
659
|
+
{
|
|
660
|
+
"target": "Type",
|
|
661
|
+
"value": "K|null",
|
|
662
|
+
"for": "referenceKey",
|
|
663
|
+
"jsdocOverride": true
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
}
|
|
667
|
+
]
|
|
668
|
+
},
|
|
379
669
|
{
|
|
380
670
|
"memberof": "oj-c.ListView",
|
|
381
671
|
"id": "oj-c.ListView#itemTemplate",
|
|
@@ -385,7 +675,7 @@
|
|
|
385
675
|
"description": "<p>The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for rendering each item in the List. The slot content must be a <template> element.\n<p>When the template is executed for each item, it will have access to the binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item.</li>\n</ul>",
|
|
386
676
|
"meta": {
|
|
387
677
|
"filename": "list-view.tsx",
|
|
388
|
-
"path": "
|
|
678
|
+
"path": "web/components/oj-c/list-view"
|
|
389
679
|
},
|
|
390
680
|
"scope": "instance",
|
|
391
681
|
"ojchild": false,
|
|
@@ -451,7 +741,7 @@
|
|
|
451
741
|
"description": "<p>The <code class=\"prettyprint\">noData</code> slot is used to specify the content to display when the list is empty. The slot content\nmust be a <template> element. If not specified then a default no data message will be displayed.",
|
|
452
742
|
"meta": {
|
|
453
743
|
"filename": "list-view.tsx",
|
|
454
|
-
"path": "
|
|
744
|
+
"path": "web/components/oj-c/list-view"
|
|
455
745
|
},
|
|
456
746
|
"scope": "instance",
|
|
457
747
|
"ojchild": false,
|
|
@@ -463,11 +753,11 @@
|
|
|
463
753
|
"name": "keyboardDoc",
|
|
464
754
|
"kind": "member",
|
|
465
755
|
"longname": "oj-c.ListView.keyboardDoc",
|
|
466
|
-
"description": "<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 rowspan = \"20\" nowrap>List Item</td>\n <td><kbd>F2</kbd></td>\n <td>Enters tabbable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. It can also be used to exit tabbable mode if already in tabbable mode.</td>\n </tr>\n <tr>\n <td><kbd>Esc</kbd></td>\n <td>Exits tabbable mode.</td>\n </tr>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>When in tabbable mode, navigates to next focusable element within the item. If the last focusable element is reached, shift focus back to the first focusable element.\n When not in tabbable mode, navigates to next focusable element on page (outside ListView).</td>\n </tr>\n <tr>\n <td><kbd>Shift+Tab</kbd></td>\n <td>When in tabbable mode, navigates to previous focusable element within the item. If the first focusable element is reached, shift focus back to the last focusable element.\n When not in tabbable mode, navigates to previous focusable element on page (outside ListView).</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Move focus to the item below.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Move focus to the item above.</td>\n </tr>\n <tr>\n <td><kbd>Shift+DownArrow</kbd></td>\n <td>Extend the selection to the item below.</td>\n </tr>\n <tr>\n <td><kbd>Shift+UpArrow</kbd></td>\n <td>Extend the selection to the item above.</td>\n </tr>\n <tr>\n <td><kbd>Space</kbd></td>\n <td>Toggles to select and deselect the current item. If previous items have been selected, deselects them and selects the current item.</td>\n </tr>\n <tr>\n <td><kbd>Shift+Space</kbd></td>\n <td>Selects contiguous items from the last selected item to the current item.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl+Space</kbd></td>\n <td>Toggles to select and deselect the current item while maintaining previous selected items.</td>\n </tr>\n </tbody>\n</table>",
|
|
756
|
+
"description": "<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 rowspan = \"20\" nowrap>List Item</td>\n <td><kbd>F2</kbd></td>\n <td>Enters tabbable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. It can also be used to exit tabbable mode if already in tabbable mode.</td>\n </tr>\n <tr>\n <td><kbd>Esc</kbd></td>\n <td>Exits tabbable mode.</td>\n </tr>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>When in tabbable mode, navigates to next focusable element within the item. If the last focusable element is reached, shift focus back to the first focusable element.\n When not in tabbable mode, navigates to next focusable element on page (outside ListView).</td>\n </tr>\n <tr>\n <td><kbd>Shift+Tab</kbd></td>\n <td>When in tabbable mode, navigates to previous focusable element within the item. If the first focusable element is reached, shift focus back to the last focusable element.\n When not in tabbable mode, navigates to previous focusable element on page (outside ListView).</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Move focus to the item below.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Move focus to the item above.</td>\n </tr>\n <tr>\n <td><kbd>Shift+DownArrow</kbd></td>\n <td>Extend the selection to the item below.</td>\n </tr>\n <tr>\n <td><kbd>Shift+UpArrow</kbd></td>\n <td>Extend the selection to the item above.</td>\n </tr>\n <tr>\n <td><kbd>Space</kbd></td>\n <td>Toggles to select and deselect the current item. If previous items have been selected, deselects them and selects the current item.</td>\n </tr>\n <tr>\n <td><kbd>Shift+Space</kbd></td>\n <td>Selects contiguous items from the last selected item to the current item.</td>\n </tr>\n <tr>\n <td><kbd>Shift+Cmd/Ctrl+UpArrow</kbd></td>\n <td>Reorder the current item up.</td>\n </tr>\n <tr>\n <td><kbd>Shift+Cmd/Ctrl+DownArrow</kbd></td>\n <td>Reorder the current item down.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl+Space</kbd></td>\n <td>Toggles to select and deselect the current item while maintaining previous selected items.</td>\n </tr>\n </tbody>\n</table>",
|
|
467
757
|
"memberof": "oj-c.ListView",
|
|
468
758
|
"meta": {
|
|
469
759
|
"filename": "list-view.tsx",
|
|
470
|
-
"path": "
|
|
760
|
+
"path": "web/components/oj-c/list-view"
|
|
471
761
|
},
|
|
472
762
|
"ojfragment": true
|
|
473
763
|
},
|
|
@@ -486,7 +776,7 @@
|
|
|
486
776
|
},
|
|
487
777
|
"meta": {
|
|
488
778
|
"filename": "list-view.tsx",
|
|
489
|
-
"path": "
|
|
779
|
+
"path": "web/components/oj-c/list-view"
|
|
490
780
|
},
|
|
491
781
|
"properties": [
|
|
492
782
|
{
|
|
@@ -521,6 +811,57 @@
|
|
|
521
811
|
}
|
|
522
812
|
]
|
|
523
813
|
},
|
|
814
|
+
{
|
|
815
|
+
"memberof": "oj-c.ListView",
|
|
816
|
+
"id": "oj-c.ListView.ContextMenuConfig",
|
|
817
|
+
"name": "ContextMenuConfig",
|
|
818
|
+
"kind": "typedef",
|
|
819
|
+
"longname": "oj-c.ListView.ContextMenuConfig",
|
|
820
|
+
"scope": "static",
|
|
821
|
+
"description": "",
|
|
822
|
+
"tsgenerictype": {
|
|
823
|
+
"target": "Type",
|
|
824
|
+
"value": "<K,D>",
|
|
825
|
+
"for": "genericTypeParameters"
|
|
826
|
+
},
|
|
827
|
+
"type": {
|
|
828
|
+
"names": [
|
|
829
|
+
"Object"
|
|
830
|
+
]
|
|
831
|
+
},
|
|
832
|
+
"meta": {
|
|
833
|
+
"filename": "list-view.tsx",
|
|
834
|
+
"path": "web/components/oj-c/list-view"
|
|
835
|
+
},
|
|
836
|
+
"properties": [
|
|
837
|
+
{
|
|
838
|
+
"name": "accessibleLabel",
|
|
839
|
+
"optional": true,
|
|
840
|
+
"type": {
|
|
841
|
+
"names": [
|
|
842
|
+
"string"
|
|
843
|
+
]
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "items",
|
|
848
|
+
"optional": false,
|
|
849
|
+
"type": {
|
|
850
|
+
"names": [
|
|
851
|
+
"function"
|
|
852
|
+
]
|
|
853
|
+
},
|
|
854
|
+
"tstype": [
|
|
855
|
+
{
|
|
856
|
+
"target": "Type",
|
|
857
|
+
"value": "(context: Omit<ListItemContext<K, D>, \"isTabbable\">) => ContextMenuItems[]",
|
|
858
|
+
"for": "items",
|
|
859
|
+
"jsdocOverride": true
|
|
860
|
+
}
|
|
861
|
+
]
|
|
862
|
+
}
|
|
863
|
+
]
|
|
864
|
+
},
|
|
524
865
|
{
|
|
525
866
|
"memberof": "oj-c.ListView",
|
|
526
867
|
"id": "oj-c.ListView.ListItemContext",
|
|
@@ -541,7 +882,7 @@
|
|
|
541
882
|
},
|
|
542
883
|
"meta": {
|
|
543
884
|
"filename": "list-view.tsx",
|
|
544
|
-
"path": "
|
|
885
|
+
"path": "web/components/oj-c/list-view"
|
|
545
886
|
},
|
|
546
887
|
"properties": [
|
|
547
888
|
{
|
|
@@ -552,7 +893,15 @@
|
|
|
552
893
|
"names": [
|
|
553
894
|
"any"
|
|
554
895
|
]
|
|
555
|
-
}
|
|
896
|
+
},
|
|
897
|
+
"tstype": [
|
|
898
|
+
{
|
|
899
|
+
"target": "Type",
|
|
900
|
+
"value": "D",
|
|
901
|
+
"for": "data",
|
|
902
|
+
"jsdocOverride": true
|
|
903
|
+
}
|
|
904
|
+
]
|
|
556
905
|
},
|
|
557
906
|
{
|
|
558
907
|
"name": "item",
|
|
@@ -562,7 +911,18 @@
|
|
|
562
911
|
"names": [
|
|
563
912
|
"object"
|
|
564
913
|
]
|
|
565
|
-
}
|
|
914
|
+
},
|
|
915
|
+
"tstype": [
|
|
916
|
+
{
|
|
917
|
+
"target": "Type",
|
|
918
|
+
"value": "Item<K, D>",
|
|
919
|
+
"for": "item",
|
|
920
|
+
"jsdocOverride": true,
|
|
921
|
+
"module": {
|
|
922
|
+
"Item": "ojdataprovider"
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
]
|
|
566
926
|
}
|
|
567
927
|
]
|
|
568
928
|
}
|