@oracle/oraclejet-core-pack 17.1.3 → 18.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 +2 -2
- package/oj-c/AreaChart.json +174 -6
- package/oj-c/Button.json +12 -16
- package/oj-c/ButtonsetMultiple.json +17 -14
- package/oj-c/ButtonsetSingle.json +17 -14
- package/oj-c/CardView.json +31 -4
- package/oj-c/Checkboxset.json +9 -2
- package/oj-c/Dialog.json +891 -0
- package/oj-c/DrawerLayout.json +1 -1
- package/oj-c/DrawerPopup.json +20 -1
- package/oj-c/Dropdown/Dropdown.js +1 -2
- package/oj-c/FilePicker.json +2 -2
- package/oj-c/FormControlWrapper/FormControlWrapper.js +1 -2
- package/oj-c/FormLayout.json +7 -0
- package/oj-c/InputDateMask.json +8 -1
- package/oj-c/InputDatePicker.json +7 -0
- package/oj-c/InputDateText.json +51 -44
- package/oj-c/InputMonthMask.json +8 -1
- package/oj-c/InputNumber.json +8 -1
- package/oj-c/InputPassword.json +7 -0
- package/oj-c/InputSensitiveText.json +8 -1
- package/oj-c/InputText.json +7 -0
- package/oj-c/LabelledLink.json +8 -1
- package/oj-c/Legend.json +203 -2
- package/oj-c/LineChart.json +174 -6
- package/oj-c/ListView.json +143 -5
- package/oj-c/MenuButton.json +80 -9
- package/oj-c/MessageBanner.json +3 -3
- package/oj-c/MessageToast.json +4 -4
- package/oj-c/Popup.json +7 -45
- package/oj-c/ProgressBar.json +1 -1
- package/oj-c/ProgressCircle.json +1 -1
- package/oj-c/Radioset.json +9 -2
- package/oj-c/SelectMultiple.json +33 -3
- package/oj-c/SelectSingle.json +31 -1
- package/oj-c/SelectionCard.json +1 -1
- package/oj-c/Selector.json +7 -8
- package/oj-c/Sheet/Sheet.js +1 -2
- package/oj-c/Skeleton.json +192 -0
- package/oj-c/SplitMenuButton.json +15 -19
- package/oj-c/TabBar.json +154 -8
- package/oj-c/TabBarMixed.json +7 -7
- package/oj-c/Table.json +155 -2
- package/oj-c/TagCloud.json +171 -3
- package/oj-c/TextArea.json +7 -0
- package/oj-c/ToggleButton.json +12 -16
- package/oj-c/Toolbar.json +2214 -0
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js +2 -2
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js.map +1 -1
- package/oj-c/action-card/__webdriver__/ActionCardWebElementBase.js +1 -1
- package/oj-c/action-card/__webdriver__/ActionCardWebElementBase.js.map +1 -1
- package/oj-c/action-card/__webdriver__/index.js +4 -4
- package/oj-c/action-card/__webdriver__/index.js.map +1 -1
- package/oj-c/action-card/component.json +6 -6
- package/oj-c/area-chart/__webdriver__/AreaChartWebElement.js +1 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElement.js.map +1 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +13 -0
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +10 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/__webdriver__/index.js +4 -4
- package/oj-c/area-chart/__webdriver__/index.js.map +1 -1
- package/oj-c/area-chart/area-chart-styles.css +1 -1
- package/oj-c/area-chart/area-chart.js +9 -8
- package/oj-c/area-chart/component.json +52 -5
- package/oj-c/area-chart-group/component.json +2 -2
- package/oj-c/area-chart-item/component.json +2 -2
- package/oj-c/area-chart-series/component.json +2 -2
- package/oj-c/avatar/__webdriver__/AvatarWebElement.js +1 -1
- package/oj-c/avatar/__webdriver__/AvatarWebElement.js.map +1 -1
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js +1 -1
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js.map +1 -1
- package/oj-c/avatar/__webdriver__/index.js +4 -4
- package/oj-c/avatar/__webdriver__/index.js.map +1 -1
- package/oj-c/avatar/component.json +3 -3
- package/oj-c/button/__webdriver__/ButtonWebElement.js +3 -3
- package/oj-c/button/__webdriver__/ButtonWebElement.js.map +1 -1
- package/oj-c/button/__webdriver__/ButtonWebElementBase.js +1 -1
- package/oj-c/button/__webdriver__/ButtonWebElementBase.js.map +1 -1
- package/oj-c/button/__webdriver__/index.js +4 -4
- package/oj-c/button/__webdriver__/index.js.map +1 -1
- package/oj-c/button/button.js +23 -52
- package/oj-c/button/component.json +9 -10
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js.map +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.d.ts +5 -5
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js.map +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/index.js +4 -4
- package/oj-c/buttonset-multiple/__webdriver__/index.js.map +1 -1
- package/oj-c/buttonset-multiple/buttonset-multiple.js +17 -42
- package/oj-c/buttonset-multiple/component.json +18 -13
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js +1 -1
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js.map +1 -1
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.d.ts +5 -5
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js +1 -1
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js.map +1 -1
- package/oj-c/buttonset-single/__webdriver__/index.js +4 -4
- package/oj-c/buttonset-single/__webdriver__/index.js.map +1 -1
- package/oj-c/buttonset-single/buttonset-single.js +17 -42
- package/oj-c/buttonset-single/component.json +18 -13
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js +11 -14
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -1
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.d.ts +1 -1
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js +1 -1
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js.map +1 -1
- package/oj-c/card-view/__webdriver__/index.js +4 -4
- package/oj-c/card-view/__webdriver__/index.js.map +1 -1
- package/oj-c/card-view/card-view.js +12 -8
- package/oj-c/card-view/cardViewItem.js +2 -2
- package/oj-c/card-view/component.json +18 -5
- package/oj-c/card-view/useCardViewPreact.js +9 -16
- package/oj-c/checkbox/__webdriver__/CheckboxWebElement.js +2 -2
- package/oj-c/checkbox/__webdriver__/CheckboxWebElement.js.map +1 -1
- package/oj-c/checkbox/__webdriver__/CheckboxWebElementBase.js +1 -1
- package/oj-c/checkbox/__webdriver__/CheckboxWebElementBase.js.map +1 -1
- package/oj-c/checkbox/__webdriver__/index.js +4 -4
- package/oj-c/checkbox/__webdriver__/index.js.map +1 -1
- package/oj-c/checkbox/component.json +3 -3
- package/oj-c/checkbox/useCheckboxPreact.js +1 -2
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElement.js +2 -2
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElement.js.map +1 -1
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElementBase.d.ts +3 -3
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElementBase.js +2 -2
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElementBase.js.map +1 -1
- package/oj-c/checkboxset/__webdriver__/index.js +4 -4
- package/oj-c/checkboxset/__webdriver__/index.js.map +1 -1
- package/oj-c/checkboxset/checkboxset.js +1 -1
- package/oj-c/checkboxset/component.json +11 -4
- package/oj-c/checkboxset/useCheckboxsetPreact.js +1 -2
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js +2 -2
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js.map +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/__webdriver__/index.js +4 -4
- package/oj-c/collapsible/__webdriver__/index.js.map +1 -1
- package/oj-c/collapsible/collapsible.js +2 -2
- package/oj-c/collapsible/component.json +3 -3
- package/oj-c/component.json +17 -5
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js +1 -1
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js.map +1 -1
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js +1 -1
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js.map +1 -1
- package/oj-c/conveyor-belt/__webdriver__/index.js +4 -4
- package/oj-c/conveyor-belt/__webdriver__/index.js.map +1 -1
- package/oj-c/conveyor-belt/component.json +3 -3
- package/oj-c/corepackbundle.js +1684 -1882
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js +1 -1
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js.map +1 -1
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +1 -1
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -1
- package/oj-c/date-picker/__webdriver__/index.js +4 -4
- package/oj-c/date-picker/__webdriver__/index.js.map +1 -1
- package/oj-c/date-picker/component.json +3 -3
- package/oj-c/dialog/__webdriver__/DialogWebElement.d.ts +20 -0
- package/oj-c/dialog/__webdriver__/DialogWebElement.js +55 -0
- package/oj-c/dialog/__webdriver__/DialogWebElement.js.map +1 -0
- package/oj-c/dialog/__webdriver__/DialogWebElementBase.d.ts +128 -0
- package/oj-c/dialog/__webdriver__/DialogWebElementBase.js +167 -0
- package/oj-c/dialog/__webdriver__/DialogWebElementBase.js.map +1 -0
- package/oj-c/dialog/__webdriver__/index.d.ts +17 -0
- package/oj-c/dialog/__webdriver__/index.js +34 -0
- package/oj-c/dialog/__webdriver__/index.js.map +1 -0
- package/oj-c/dialog/component.json +363 -0
- package/oj-c/dialog/dialog-styles.css +12 -0
- package/oj-c/dialog/dialog.js +148 -0
- package/oj-c/dialog/index.js +6 -0
- package/oj-c/dialog.js +6 -0
- package/oj-c/drag-handle/component.json +3 -3
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js +1 -1
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js.map +1 -1
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js +1 -1
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js.map +1 -1
- package/oj-c/drawer-layout/__webdriver__/index.js +4 -4
- package/oj-c/drawer-layout/__webdriver__/index.js.map +1 -1
- package/oj-c/drawer-layout/component.json +3 -3
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElement.d.ts +19 -0
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElement.js +59 -1
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElement.js.map +1 -1
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElementBase.d.ts +7 -0
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElementBase.js +10 -1
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElementBase.js.map +1 -1
- package/oj-c/drawer-popup/__webdriver__/index.js +4 -4
- package/oj-c/drawer-popup/__webdriver__/index.js.map +1 -1
- package/oj-c/drawer-popup/component.json +9 -3
- package/oj-c/drawer-popup/drawer-popup-styles.css +1 -1
- package/oj-c/drawer-popup/drawer-popup.js +24 -6
- package/oj-c/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +1 -2
- package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +1 -2
- package/oj-c/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +1 -2
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +2 -2
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +4 -93
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.d.ts +2 -2
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js +1 -1
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js.map +1 -1
- package/oj-c/file-picker/__webdriver__/index.js +4 -4
- package/oj-c/file-picker/__webdriver__/index.js.map +1 -1
- package/oj-c/file-picker/component.json +5 -5
- package/oj-c/file-picker/file-picker.js +2 -2
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElement.js +1 -1
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElement.js.map +1 -1
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElementBase.d.ts +1 -1
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElementBase.js +2 -2
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElementBase.js.map +1 -1
- package/oj-c/form-layout/__webdriver__/index.js +4 -4
- package/oj-c/form-layout/__webdriver__/index.js.map +1 -1
- package/oj-c/form-layout/component.json +10 -3
- package/oj-c/form-layout/form-layout.js +1 -1
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js +1 -1
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js.map +1 -1
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js +1 -1
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js.map +1 -1
- package/oj-c/highlight-text/__webdriver__/index.js +4 -4
- package/oj-c/highlight-text/__webdriver__/index.js.map +1 -1
- package/oj-c/highlight-text/component.json +3 -3
- package/oj-c/hooks/PRIVATE_useSelectionContext/ItemKeyContext.js +6 -0
- package/oj-c/hooks/PRIVATE_useSelectionContext/SelectionContext.js +6 -0
- package/oj-c/hooks/PRIVATE_useSelectionContext/useItemKeyContext.js +8 -0
- package/oj-c/hooks/PRIVATE_useSelectionContext/useSelectionContext.js +8 -0
- package/oj-c/hooks/PRIVATE_useVisContextMenu/useVisContextMenu.js +41 -0
- package/oj-c/hooks/PRIVATE_useVisData/useVisData.js +1 -2
- package/oj-c/hooks/UNSAFE_useChartData/useChartData.js +3 -3
- package/oj-c/hooks/UNSAFE_useDataProvider/useDataProvider.js +1 -2
- package/oj-c/hooks/UNSAFE_useDataProvider/utils.js +1 -2
- package/oj-c/hooks/UNSAFE_useEditableValue/converterUtils.js +5 -5
- package/oj-c/hooks/UNSAFE_useEditableValue/index.js +4 -2
- package/oj-c/hooks/UNSAFE_useEditableValue/reducer.js +26 -17
- package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +91 -51
- package/oj-c/hooks/UNSAFE_useEditableValue/utils.js +13 -1
- package/oj-c/hooks/UNSAFE_useEditableValue/validationUtils.js +2 -3
- package/oj-c/hooks/UNSAFE_useLegendPosition/useLegendPosition.js +1 -2
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +48 -13
- package/oj-c/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +1 -2
- package/oj-c/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +6 -6
- package/oj-c/hooks/UNSAFE_useVizCategories/useVizCategories.js +17 -4
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElement.js +1 -1
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElement.js.map +1 -1
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElementBase.d.ts +1 -1
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElementBase.js +2 -2
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElementBase.js.map +1 -1
- package/oj-c/input-date-mask/__webdriver__/index.js +4 -4
- package/oj-c/input-date-mask/__webdriver__/index.js.map +1 -1
- package/oj-c/input-date-mask/component.json +11 -4
- package/oj-c/input-date-mask/useInputDateMaskPreact.js +6 -6
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js +4 -4
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js.map +1 -1
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +1 -1
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +2 -2
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -1
- package/oj-c/input-date-picker/__webdriver__/index.js +4 -4
- package/oj-c/input-date-picker/__webdriver__/index.js.map +1 -1
- package/oj-c/input-date-picker/component.json +10 -3
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js +4 -8
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js.map +1 -1
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +1 -1
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +2 -2
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -1
- package/oj-c/input-date-text/__webdriver__/index.js +4 -4
- package/oj-c/input-date-text/__webdriver__/index.js.map +1 -1
- package/oj-c/input-date-text/component.json +11 -4
- package/oj-c/input-date-text/useImplicitDateConverter.js +1 -2
- package/oj-c/input-date-text/useImplicitDateRangeValidator.js +1 -2
- package/oj-c/input-date-text/useInputDateTextPreact.js +5 -6
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +1 -1
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -1
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +1 -1
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +2 -2
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -1
- package/oj-c/input-month-mask/__webdriver__/index.js +4 -4
- package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -1
- package/oj-c/input-month-mask/component.json +11 -4
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +1 -2
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +5 -6
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.js +4 -8
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.js.map +1 -1
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +2 -2
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +2 -2
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
- package/oj-c/input-number/__webdriver__/index.js +4 -4
- package/oj-c/input-number/__webdriver__/index.js.map +1 -1
- package/oj-c/input-number/component.json +11 -4
- package/oj-c/input-number/input-number.js +1 -1
- package/oj-c/input-number/stepBasisUtils.js +1 -2
- package/oj-c/input-number/useImplicitNumberConverter.js +1 -2
- package/oj-c/input-number/useImplicitNumberRangeValidator.js +9 -3
- package/oj-c/input-number/useNumberInputTextPreact.js +96 -56
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js +4 -8
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js.map +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +2 -2
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/__webdriver__/index.js +4 -4
- package/oj-c/input-password/__webdriver__/index.js.map +1 -1
- package/oj-c/input-password/component.json +10 -3
- package/oj-c/input-password/useInputPasswordPreact.js +3 -4
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +4 -8
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -1
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +1 -1
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +2 -2
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -1
- package/oj-c/input-sensitive-text/__webdriver__/index.js +4 -4
- package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -1
- package/oj-c/input-sensitive-text/component.json +11 -4
- package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +4 -5
- package/oj-c/input-text/__webdriver__/InputTextWebElement.js +4 -8
- package/oj-c/input-text/__webdriver__/InputTextWebElement.js.map +1 -1
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.d.ts +1 -1
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js +2 -2
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js.map +1 -1
- package/oj-c/input-text/__webdriver__/index.js +4 -4
- package/oj-c/input-text/__webdriver__/index.js.map +1 -1
- package/oj-c/input-text/component.json +10 -3
- package/oj-c/input-text/useInputTextPreact.js +5 -6
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElement.js +1 -1
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElement.js.map +1 -1
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElementBase.d.ts +1 -1
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElementBase.js +2 -2
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElementBase.js.map +1 -1
- package/oj-c/labelled-link/__webdriver__/index.js +4 -4
- package/oj-c/labelled-link/__webdriver__/index.js.map +1 -1
- package/oj-c/labelled-link/component.json +11 -4
- package/oj-c/labelled-link/useLabelledLinkPreact.js +1 -2
- package/oj-c/legend/__webdriver__/LegendWebElement.js +1 -1
- package/oj-c/legend/__webdriver__/LegendWebElement.js.map +1 -1
- package/oj-c/legend/__webdriver__/LegendWebElementBase.d.ts +13 -0
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js +10 -1
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js.map +1 -1
- package/oj-c/legend/__webdriver__/index.js +4 -4
- package/oj-c/legend/__webdriver__/index.js.map +1 -1
- package/oj-c/legend/component.json +63 -3
- package/oj-c/legend/events.js +4 -4
- package/oj-c/legend/legend-styles.css +2 -26
- package/oj-c/legend/legend.js +82 -35
- package/oj-c/legend/useSectionData.js +6 -3
- package/oj-c/legend/utils.js +18 -14
- package/oj-c/legend-item/component.json +2 -2
- package/oj-c/legend-section/component.json +2 -2
- package/oj-c/legend-utils/index.js +6 -0
- package/oj-c/legend-utils/legendUtils.js +9 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElement.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElement.js.map +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +13 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +10 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/__webdriver__/index.js +4 -4
- package/oj-c/line-chart/__webdriver__/index.js.map +1 -1
- package/oj-c/line-chart/component.json +52 -5
- package/oj-c/line-chart/line-chart-styles.css +1 -1
- package/oj-c/line-chart/line-chart.js +9 -8
- package/oj-c/line-chart-group/component.json +2 -2
- package/oj-c/line-chart-item/component.json +2 -2
- package/oj-c/line-chart-series/component.json +2 -2
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +1 -1
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -1
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +1 -1
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js.map +1 -1
- package/oj-c/list-item-layout/__webdriver__/index.js +4 -4
- package/oj-c/list-item-layout/__webdriver__/index.js.map +1 -1
- package/oj-c/list-item-layout/component.json +3 -3
- package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +19 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js +43 -13
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +28 -2
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +20 -2
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -1
- package/oj-c/list-view/__webdriver__/contextMenuUtils.d.ts +33 -0
- package/oj-c/list-view/__webdriver__/contextMenuUtils.js +88 -0
- package/oj-c/list-view/__webdriver__/contextMenuUtils.js.map +1 -0
- package/oj-c/list-view/__webdriver__/index.js +4 -4
- package/oj-c/list-view/__webdriver__/index.js.map +1 -1
- package/oj-c/list-view/component.json +35 -5
- package/oj-c/list-view/list-view-styles.css +2 -1
- package/oj-c/list-view/list-view.js +11 -5
- package/oj-c/list-view/listViewItem.js +2 -2
- package/oj-c/list-view/useCurrentItemOverride.js +23 -0
- package/oj-c/list-view/useHandleRemoveCurrentKey.js +8 -9
- package/oj-c/list-view/useListViewPreact.js +16 -36
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js +2 -2
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js.map +1 -1
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElementBase.js +1 -1
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElementBase.js.map +1 -1
- package/oj-c/menu-button/__webdriver__/index.js +4 -4
- package/oj-c/menu-button/__webdriver__/index.js.map +1 -1
- package/oj-c/menu-button/component.json +23 -6
- package/oj-c/menu-button/menu-button.js +23 -44
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElement.js +3 -3
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElement.js.map +1 -1
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js +1 -1
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js.map +1 -1
- package/oj-c/message-banner/__webdriver__/index.js +4 -4
- package/oj-c/message-banner/__webdriver__/index.js.map +1 -1
- package/oj-c/message-banner/component.json +8 -8
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js +3 -3
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js.map +1 -1
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js +1 -1
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js.map +1 -1
- package/oj-c/message-toast/__webdriver__/index.js +4 -4
- package/oj-c/message-toast/__webdriver__/index.js.map +1 -1
- package/oj-c/message-toast/component.json +7 -7
- package/oj-c/message-toast/message-toast.js +1 -1
- package/oj-c/metadata/allComponents.json +3426 -2273
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js +1 -1
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js.map +1 -1
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +1 -1
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js.map +1 -1
- package/oj-c/meter-bar/__webdriver__/index.js +4 -4
- package/oj-c/meter-bar/__webdriver__/index.js.map +1 -1
- package/oj-c/meter-bar/component.json +3 -3
- package/oj-c/meter-bar/meter-bar.js +8 -6
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js +1 -1
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js.map +1 -1
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js +1 -1
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js.map +1 -1
- package/oj-c/meter-circle/__webdriver__/index.js +4 -4
- package/oj-c/meter-circle/__webdriver__/index.js.map +1 -1
- package/oj-c/meter-circle/component.json +3 -3
- package/oj-c/meter-circle/meter-circle.js +10 -8
- package/oj-c/min/Dropdown/Dropdown.js +1 -2
- package/oj-c/min/FormControlWrapper/FormControlWrapper.js +1 -2
- package/oj-c/min/Sheet/Sheet.js +1 -2
- package/oj-c/min/area-chart/area-chart-styles.css +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/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/buttonset-multiple.js +1 -1
- package/oj-c/min/buttonset-multiple.js.map +1 -1
- package/oj-c/min/buttonset-single.js +1 -1
- package/oj-c/min/buttonset-single.js.map +1 -1
- package/oj-c/min/card-view.js +1 -1
- package/oj-c/min/card-view.js.map +1 -1
- package/oj-c/min/checkbox.js +1 -1
- package/oj-c/min/checkbox.js.map +1 -1
- package/oj-c/min/checkboxset.js +1 -1
- package/oj-c/min/checkboxset.js.map +1 -1
- package/oj-c/min/collapsible.js +1 -1
- package/oj-c/min/collapsible.js.map +1 -1
- package/oj-c/min/conveyor-belt.js +1 -1
- package/oj-c/min/conveyor-belt.js.map +1 -1
- package/oj-c/min/corepackbundle.css +40 -53
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/dialog/dialog-styles.css +12 -0
- package/oj-c/min/dialog.js +2 -0
- package/oj-c/min/dialog.js.map +1 -0
- package/oj-c/min/drawer-popup/drawer-popup-styles.css +1 -1
- 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_useAssistiveText/useAssistiveText.js +1 -2
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +1 -2
- package/oj-c/min/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +1 -2
- 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/hooks/PRIVATE_useSelectionContext/ItemKeyContext.js +6 -0
- package/oj-c/min/hooks/PRIVATE_useSelectionContext/SelectionContext.js +6 -0
- package/oj-c/min/hooks/PRIVATE_useSelectionContext/useItemKeyContext.js +8 -0
- package/oj-c/min/hooks/PRIVATE_useSelectionContext/useSelectionContext.js +8 -0
- package/oj-c/min/hooks/PRIVATE_useVisContextMenu/useVisContextMenu.js +41 -0
- package/oj-c/min/hooks/PRIVATE_useVisData/useVisData.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useChartData/useChartData.js +3 -3
- package/oj-c/min/hooks/UNSAFE_useDataProvider/useDataProvider.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useDataProvider/utils.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useEditableValue/converterUtils.js +5 -5
- package/oj-c/min/hooks/UNSAFE_useEditableValue/index.js +4 -2
- package/oj-c/min/hooks/UNSAFE_useEditableValue/reducer.js +26 -17
- package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +91 -51
- package/oj-c/min/hooks/UNSAFE_useEditableValue/utils.js +13 -1
- package/oj-c/min/hooks/UNSAFE_useEditableValue/validationUtils.js +2 -3
- package/oj-c/min/hooks/UNSAFE_useLegendPosition/useLegendPosition.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +48 -13
- package/oj-c/min/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +6 -6
- package/oj-c/min/hooks/UNSAFE_useVizCategories/useVizCategories.js +17 -4
- package/oj-c/min/input-date-mask.js +1 -1
- package/oj-c/min/input-date-mask.js.map +1 -1
- package/oj-c/min/input-date-picker.js +2 -2
- package/oj-c/min/input-date-picker.js.map +1 -1
- package/oj-c/min/input-date-text.js +1 -1
- package/oj-c/min/input-date-text.js.map +1 -1
- package/oj-c/min/input-month-mask.js +1 -1
- package/oj-c/min/input-month-mask.js.map +1 -1
- package/oj-c/min/input-number.js +1 -1
- package/oj-c/min/input-number.js.map +1 -1
- package/oj-c/min/input-password.js +1 -1
- package/oj-c/min/input-password.js.map +1 -1
- package/oj-c/min/input-sensitive-text.js +1 -1
- package/oj-c/min/input-sensitive-text.js.map +1 -1
- package/oj-c/min/input-text.js +1 -1
- package/oj-c/min/input-text.js.map +1 -1
- package/oj-c/min/labelled-link.js +1 -1
- package/oj-c/min/labelled-link.js.map +1 -1
- package/oj-c/min/legend/legend-styles.css +2 -26
- package/oj-c/min/legend-utils/index.js +6 -0
- package/oj-c/min/legend-utils/legendUtils.js +9 -0
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart/line-chart-styles.css +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-view/list-view-styles.css +2 -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.js +1 -1
- package/oj-c/min/meter-bar.js.map +1 -1
- package/oj-c/min/meter-circle.js +1 -1
- package/oj-c/min/meter-circle.js.map +1 -1
- package/oj-c/min/popup.js +1 -1
- package/oj-c/min/popup.js.map +1 -1
- 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.js +1 -1
- package/oj-c/min/radioset.js.map +1 -1
- package/oj-c/min/select-common/PRIVATE_useCache/useCache.js +1 -2
- package/oj-c/min/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +1 -2
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +1 -2
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +1 -2
- package/oj-c/min/select-common/utils/utils.js +4 -4
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/selector-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/skeleton.js +2 -0
- package/oj-c/min/skeleton.js.map +1 -0
- package/oj-c/min/split-menu-button.js +1 -1
- package/oj-c/min/split-menu-button.js.map +1 -1
- package/oj-c/min/tab-bar-mixed.js +1 -1
- package/oj-c/min/tab-bar-mixed.js.map +1 -1
- package/oj-c/min/tab-bar.js +1 -1
- package/oj-c/min/tab-bar.js.map +1 -1
- package/oj-c/min/table/table-styles.css +0 -13
- package/oj-c/min/table.js +1 -1
- package/oj-c/min/table.js.map +1 -1
- package/oj-c/min/tag-cloud/tag-cloud-styles.css +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.js +1 -1
- package/oj-c/min/toggle-button.js.map +1 -1
- package/oj-c/min/toolbar/toolbar-styles.css +21 -0
- package/oj-c/min/toolbar.js +2 -0
- package/oj-c/min/toolbar.js.map +1 -0
- package/oj-c/min/unsafe/InputGroup/InputGroup.js +1 -2
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +5 -5
- package/oj-c/min/utils/PRIVATE_ItemsMenu/menu-item-icon.js +1 -2
- package/oj-c/min/utils/PRIVATE_ItemsMenu/menu-select-items.js +1 -2
- package/oj-c/min/utils/PRIVATE_chartUtils/events.js +2 -2
- package/oj-c/min/utils/PRIVATE_chartUtils/legendUtils.js +3 -3
- package/oj-c/min/utils/PRIVATE_chartUtils/lineAreaUtils.js +4 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/plotAreaUtils.js +1 -2
- package/oj-c/min/utils/PRIVATE_collectionUtils/collectionUtils.js +31 -0
- package/oj-c/min/utils/PRIVATE_collectionUtils/index.js +19 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/toggle-item-icon.js +1 -2
- package/oj-c/min/utils/PRIVATE_toggleUtils/widthStyle.js +1 -2
- package/oj-c/popup/__webdriver__/PopupWebElement.d.ts +12 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.js +43 -1
- package/oj-c/popup/__webdriver__/PopupWebElement.js.map +1 -1
- package/oj-c/popup/__webdriver__/PopupWebElementBase.d.ts +3 -20
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js +3 -12
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js.map +1 -1
- package/oj-c/popup/__webdriver__/index.js +4 -4
- package/oj-c/popup/__webdriver__/index.js.map +1 -1
- package/oj-c/popup/component.json +18 -17
- package/oj-c/popup/popup.js +77 -36
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js +1 -1
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js.map +1 -1
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js +1 -1
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js.map +1 -1
- package/oj-c/progress-bar/__webdriver__/index.js +4 -4
- package/oj-c/progress-bar/__webdriver__/index.js.map +1 -1
- package/oj-c/progress-bar/component.json +4 -4
- package/oj-c/progress-bar/progress-bar.js +2 -2
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js +2 -2
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js.map +1 -1
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js +1 -1
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js.map +1 -1
- package/oj-c/progress-button/__webdriver__/index.js +4 -4
- package/oj-c/progress-button/__webdriver__/index.js.map +1 -1
- package/oj-c/progress-button/component.json +3 -3
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js +1 -1
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js.map +1 -1
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js +1 -1
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js.map +1 -1
- package/oj-c/progress-circle/__webdriver__/index.js +4 -4
- package/oj-c/progress-circle/__webdriver__/index.js.map +1 -1
- package/oj-c/progress-circle/component.json +4 -4
- package/oj-c/progress-circle/progress-circle.js +2 -2
- package/oj-c/radioset/__webdriver__/RadiosetWebElement.js +6 -9
- package/oj-c/radioset/__webdriver__/RadiosetWebElement.js.map +1 -1
- package/oj-c/radioset/__webdriver__/RadiosetWebElementBase.d.ts +3 -3
- package/oj-c/radioset/__webdriver__/RadiosetWebElementBase.js +2 -2
- package/oj-c/radioset/__webdriver__/RadiosetWebElementBase.js.map +1 -1
- package/oj-c/radioset/__webdriver__/index.js +4 -4
- package/oj-c/radioset/__webdriver__/index.js.map +1 -1
- package/oj-c/radioset/component.json +11 -4
- package/oj-c/radioset/radioset.js +1 -1
- package/oj-c/radioset/useRadiosetPreact.js +1 -2
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js +1 -1
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js.map +1 -1
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +1 -1
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js.map +1 -1
- package/oj-c/rating-gauge/__webdriver__/index.js +4 -4
- package/oj-c/rating-gauge/__webdriver__/index.js.map +1 -1
- package/oj-c/rating-gauge/component.json +4 -4
- package/oj-c/select-common/PRIVATE_useCache/useCache.js +1 -2
- package/oj-c/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +1 -2
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +1 -2
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +1 -2
- package/oj-c/select-common/utils/utils.js +4 -4
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js +7 -16
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js.map +1 -1
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +5 -5
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +2 -2
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -1
- package/oj-c/select-multiple/__webdriver__/index.js +4 -4
- package/oj-c/select-multiple/__webdriver__/index.js.map +1 -1
- package/oj-c/select-multiple/component.json +81 -7
- package/oj-c/select-multiple/select-multiple.js +9 -1
- package/oj-c/select-multiple/useSelectMultiplePreact.js +24 -21
- package/oj-c/select-multiple/useSyncValueAndValueItems.js +4 -5
- package/oj-c/select-multiple/useValueItems.js +1 -2
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js +9 -27
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js.map +1 -1
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +3 -3
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +2 -2
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -1
- package/oj-c/select-single/__webdriver__/index.js +4 -4
- package/oj-c/select-single/__webdriver__/index.js.map +1 -1
- package/oj-c/select-single/component.json +15 -5
- package/oj-c/select-single/select-single.js +9 -1
- package/oj-c/select-single/useSelectSinglePreact.js +31 -30
- package/oj-c/select-single/useSyncValueAndValueItem.js +4 -5
- package/oj-c/select-single/useValueItem.js +1 -2
- package/oj-c/selection-card/__webdriver__/SelectionCardWebElement.js +1 -1
- package/oj-c/selection-card/__webdriver__/SelectionCardWebElement.js.map +1 -1
- package/oj-c/selection-card/__webdriver__/SelectionCardWebElementBase.js +1 -1
- package/oj-c/selection-card/__webdriver__/SelectionCardWebElementBase.js.map +1 -1
- package/oj-c/selection-card/__webdriver__/index.js +4 -4
- package/oj-c/selection-card/__webdriver__/index.js.map +1 -1
- package/oj-c/selection-card/component.json +5 -5
- package/oj-c/selector/__webdriver__/SelectorWebElement.js +2 -2
- package/oj-c/selector/__webdriver__/SelectorWebElement.js.map +1 -1
- package/oj-c/selector/__webdriver__/SelectorWebElementBase.d.ts +3 -3
- package/oj-c/selector/__webdriver__/SelectorWebElementBase.js +3 -3
- package/oj-c/selector/__webdriver__/SelectorWebElementBase.js.map +1 -1
- package/oj-c/selector/__webdriver__/index.js +4 -4
- package/oj-c/selector/__webdriver__/index.js.map +1 -1
- package/oj-c/selector/component.json +6 -8
- package/oj-c/selector/selector.js +25 -7
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js +2 -2
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js.map +1 -1
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +1 -1
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
- package/oj-c/selector-all/__webdriver__/index.js +4 -4
- package/oj-c/selector-all/__webdriver__/index.js.map +1 -1
- package/oj-c/selector-all/component.json +3 -3
- package/oj-c/selector-all/selector-all.js +1 -1
- package/oj-c/skeleton/__webdriver__/SkeletonWebElement.d.ts +8 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElement.js +13 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElement.js.map +1 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElementBase.d.ts +30 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElementBase.js +41 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElementBase.js.map +1 -0
- package/oj-c/skeleton/__webdriver__/index.d.ts +17 -0
- package/oj-c/skeleton/__webdriver__/index.js +34 -0
- package/oj-c/skeleton/__webdriver__/index.js.map +1 -0
- package/oj-c/skeleton/component.json +94 -0
- package/oj-c/skeleton/index.js +6 -0
- package/oj-c/skeleton/skeleton.js +11 -0
- package/oj-c/skeleton.js +6 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +2 -2
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/index.js +4 -4
- package/oj-c/split-menu-button/__webdriver__/index.js.map +1 -1
- package/oj-c/split-menu-button/component.json +15 -11
- package/oj-c/split-menu-button/split-menu-button.js +16 -43
- package/oj-c/tab-bar/ContentRenderer.js +32 -13
- package/oj-c/tab-bar/DataTabBar.js +5 -3
- package/oj-c/tab-bar/DataTabBarIcon.js +1 -2
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +37 -43
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -1
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.d.ts +9 -2
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js +10 -1
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js.map +1 -1
- package/oj-c/tab-bar/__webdriver__/index.js +4 -4
- package/oj-c/tab-bar/__webdriver__/index.js.map +1 -1
- package/oj-c/tab-bar/component.json +19 -9
- package/oj-c/tab-bar/tab-bar.js +13 -13
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -2
- package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +1 -2
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +1 -2
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +5 -5
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +4 -4
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -1
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +4 -4
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +1 -1
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -1
- package/oj-c/tab-bar-mixed/__webdriver__/index.js +4 -4
- package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -1
- package/oj-c/tab-bar-mixed/component.json +11 -11
- package/oj-c/tab-bar-mixed/environment.js +1 -2
- package/oj-c/tab-bar-mixed/sumBadge.js +1 -2
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +7 -7
- package/oj-c/table/__webdriver__/TableWebElement.js +14 -14
- package/oj-c/table/__webdriver__/TableWebElement.js.map +1 -1
- package/oj-c/table/__webdriver__/TableWebElementBase.d.ts +1 -1
- package/oj-c/table/__webdriver__/TableWebElementBase.js +1 -1
- package/oj-c/table/__webdriver__/TableWebElementBase.js.map +1 -1
- package/oj-c/table/__webdriver__/index.js +4 -4
- package/oj-c/table/__webdriver__/index.js.map +1 -1
- package/oj-c/table/component.json +52 -4
- package/oj-c/table/table-styles.css +0 -13
- package/oj-c/table/table.js +45 -24
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js +1 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js.map +1 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.d.ts +13 -0
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js +10 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js.map +1 -1
- package/oj-c/tag-cloud/__webdriver__/index.js +4 -4
- package/oj-c/tag-cloud/__webdriver__/index.js.map +1 -1
- package/oj-c/tag-cloud/component.json +52 -3
- package/oj-c/tag-cloud/tag-cloud-styles.css +1 -1
- package/oj-c/tag-cloud/tag-cloud.js +8 -6
- package/oj-c/tag-cloud/utils.js +2 -3
- package/oj-c/tag-cloud-item/component.json +2 -2
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.js +4 -8
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.js.map +1 -1
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +1 -1
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +2 -2
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -1
- package/oj-c/text-area/__webdriver__/index.js +4 -4
- package/oj-c/text-area/__webdriver__/index.js.map +1 -1
- package/oj-c/text-area/component.json +10 -3
- package/oj-c/text-area/useTextAreaAutosizePreact.js +3 -4
- package/oj-c/text-area/useTextAreaPreact.js +3 -4
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js +1 -1
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js.map +1 -1
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js +1 -1
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js.map +1 -1
- package/oj-c/toggle-button/__webdriver__/index.js +4 -4
- package/oj-c/toggle-button/__webdriver__/index.js.map +1 -1
- package/oj-c/toggle-button/component.json +9 -10
- package/oj-c/toggle-button/toggle-button.js +26 -54
- package/oj-c/toolbar/__webdriver__/ToolbarWebElement.d.ts +8 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElement.js +13 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElement.js.map +1 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElementBase.d.ts +51 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElementBase.js +68 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElementBase.js.map +1 -0
- package/oj-c/toolbar/__webdriver__/index.d.ts +17 -0
- package/oj-c/toolbar/__webdriver__/index.js +34 -0
- package/oj-c/toolbar/__webdriver__/index.js.map +1 -0
- package/oj-c/toolbar/component.json +183 -0
- package/oj-c/toolbar/index.js +6 -0
- package/oj-c/toolbar/items-toolbar.js +100 -0
- package/oj-c/toolbar/itemsTypes.js +4 -0
- package/oj-c/toolbar/toolbar-styles.css +21 -0
- package/oj-c/toolbar/toolbar.js +10 -0
- package/oj-c/toolbar.js +6 -0
- package/oj-c/types/area-chart/area-chart.d.ts +37 -2
- package/oj-c/types/area-chart/index.d.ts +1 -1
- package/oj-c/types/avatar/avatar.d.ts +6 -6
- package/oj-c/types/button/button.d.ts +11 -12
- package/oj-c/types/buttonset-multiple/buttonset-multiple.d.ts +9 -10
- package/oj-c/types/buttonset-single/buttonset-single.d.ts +9 -10
- package/oj-c/types/card-view/card-view.d.ts +6 -1
- package/oj-c/types/card-view/useCardViewPreact.d.ts +6 -22
- package/oj-c/types/checkbox/useCheckboxPreact.d.ts +11 -11
- package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +6 -23
- package/oj-c/types/date-picker/date-picker.d.ts +15 -15
- package/oj-c/types/dialog/dialog.d.ts +184 -0
- package/oj-c/types/dialog/index.d.ts +2 -0
- package/oj-c/types/drawer-popup/drawer-popup.d.ts +5 -0
- package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +3 -1
- package/oj-c/types/file-picker/file-picker.d.ts +2 -2
- package/oj-c/types/form-layout/form-layout.d.ts +1 -0
- package/oj-c/types/hooks/PRIVATE_useSelectionContext/ItemKeyContext.d.ts +3 -0
- package/oj-c/types/hooks/PRIVATE_useSelectionContext/SelectionContext.d.ts +11 -0
- package/oj-c/types/hooks/PRIVATE_useSelectionContext/useItemKeyContext.d.ts +1 -0
- package/oj-c/types/hooks/PRIVATE_useSelectionContext/useSelectionContext.d.ts +1 -0
- package/oj-c/types/hooks/PRIVATE_useVisContextMenu/useVisContextMenu.d.ts +24 -0
- package/oj-c/types/hooks/PRIVATE_useVisData/useVisData.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 +3 -3
- package/oj-c/types/hooks/UNSAFE_useEditableValue/index.d.ts +2 -1
- package/oj-c/types/hooks/UNSAFE_useEditableValue/reducer.d.ts +8 -2
- package/oj-c/types/hooks/UNSAFE_useEditableValue/types.d.ts +3 -1
- package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +12 -3
- package/oj-c/types/hooks/UNSAFE_useEditableValue/utils.d.ts +3 -1
- package/oj-c/types/hooks/UNSAFE_useLegendPosition/useLegendPosition.d.ts +2 -2
- package/oj-c/types/hooks/UNSAFE_useListData/useListData.d.ts +1 -1
- package/oj-c/types/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.d.ts +1 -1
- package/oj-c/types/hooks/UNSAFE_useVisBusyState/useVisBusyState.d.ts +3 -1
- package/oj-c/types/input-date-mask/useInputDateMaskPreact.d.ts +4 -29
- package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +9 -43
- package/oj-c/types/input-date-text/useImplicitDateConverter.d.ts +1 -1
- package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +4 -36
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +4 -28
- package/oj-c/types/input-number/input-number.d.ts +2 -2
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +6 -46
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +4 -29
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +6 -32
- package/oj-c/types/input-text/useInputTextPreact.d.ts +6 -36
- package/oj-c/types/labelled-link/useLabelledLinkPreact.d.ts +5 -14
- package/oj-c/types/legend/events.d.ts +1 -1
- package/oj-c/types/legend/legend.d.ts +63 -20
- package/oj-c/types/legend/useSectionData.d.ts +4 -1
- package/oj-c/types/legend/utils.d.ts +3 -3
- package/oj-c/types/legend-utils/index.d.ts +1 -0
- package/oj-c/types/legend-utils/legendUtils.d.ts +5 -0
- package/oj-c/types/line-chart/index.d.ts +1 -1
- package/oj-c/types/line-chart/line-chart.d.ts +38 -2
- package/oj-c/types/list-item-layout/list-item-layout.d.ts +2 -2
- package/oj-c/types/list-view/list-view.d.ts +16 -2
- package/oj-c/types/list-view/useCurrentItemOverride.d.ts +6 -0
- package/oj-c/types/list-view/useHandleRemoveCurrentKey.d.ts +2 -2
- package/oj-c/types/list-view/useListViewPreact.d.ts +6 -10
- package/oj-c/types/menu-button/menu-button.d.ts +19 -13
- package/oj-c/types/meter-bar/meter-bar.d.ts +20 -20
- package/oj-c/types/meter-circle/meter-circle.d.ts +22 -22
- package/oj-c/types/popup/popup.d.ts +3 -7
- package/oj-c/types/progress-bar/progress-bar.d.ts +4 -4
- package/oj-c/types/progress-circle/progress-circle.d.ts +4 -4
- package/oj-c/types/radioset/useRadiosetPreact.d.ts +6 -22
- package/oj-c/types/rating-gauge/rating-gauge.d.ts +17 -17
- package/oj-c/types/select-multiple/select-multiple.d.ts +1 -0
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +6 -6
- package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +3 -4
- package/oj-c/types/select-single/select-single.d.ts +1 -0
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +9 -9
- package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +3 -4
- package/oj-c/types/selector/selector.d.ts +4 -4
- package/oj-c/types/skeleton/index.d.ts +2 -0
- package/oj-c/types/skeleton/skeleton.d.ts +53 -0
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +11 -12
- package/oj-c/types/tab-bar/ContentRenderer.d.ts +1 -2
- package/oj-c/types/tab-bar/DataTabBar.types.d.ts +12 -1
- package/oj-c/types/tab-bar/tab-bar.d.ts +17 -2
- package/oj-c/types/table/table.d.ts +5 -0
- package/oj-c/types/tag-cloud/index.d.ts +1 -1
- package/oj-c/types/tag-cloud/tag-cloud.d.ts +28 -2
- package/oj-c/types/tag-cloud/utils.d.ts +2 -1
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +4 -33
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +4 -33
- package/oj-c/types/toggle-button/toggle-button.d.ts +11 -12
- package/oj-c/types/toolbar/index.d.ts +2 -0
- package/oj-c/types/toolbar/items-toolbar.d.ts +15 -0
- package/oj-c/types/toolbar/itemsTypes.d.ts +70 -0
- package/oj-c/types/toolbar/toolbar.d.ts +74 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/menuTypes.d.ts +2 -0
- package/oj-c/types/utils/PRIVATE_chartUtils/events.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_collectionUtils/collectionUtils.d.ts +17 -0
- package/oj-c/types/utils/PRIVATE_collectionUtils/index.d.ts +1 -0
- package/oj-c/unsafe/InputGroup/InputGroup.js +1 -2
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +5 -5
- package/oj-c/utils/PRIVATE_ItemsMenu/menu-item-icon.js +1 -2
- package/oj-c/utils/PRIVATE_ItemsMenu/menu-select-items.js +1 -2
- package/oj-c/utils/PRIVATE_chartUtils/events.js +2 -2
- package/oj-c/utils/PRIVATE_chartUtils/legendUtils.js +3 -3
- package/oj-c/utils/PRIVATE_chartUtils/lineAreaUtils.js +4 -5
- package/oj-c/utils/PRIVATE_chartUtils/plotAreaUtils.js +1 -2
- package/oj-c/utils/PRIVATE_collectionUtils/collectionUtils.js +31 -0
- package/oj-c/utils/PRIVATE_collectionUtils/index.js +19 -0
- package/oj-c/utils/PRIVATE_toggleUtils/toggle-item-icon.js +1 -2
- package/oj-c/utils/PRIVATE_toggleUtils/widthStyle.js +1 -2
- package/package.json +4 -4
- package/webdriver/docs/assets/navigation.js +1 -1
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/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 +1 -1
- package/webdriver/docs/classes/ButtonsetSingleWebElement.html +1 -1
- package/webdriver/docs/classes/CardViewWebElement.html +3 -3
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +7 -6
- package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
- package/webdriver/docs/classes/ConveyorBeltWebElement.html +1 -1
- package/webdriver/docs/classes/DatePickerWebElement.html +1 -1
- package/webdriver/docs/classes/DialogWebElement.html +173 -0
- package/webdriver/docs/classes/DrawerLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/DrawerPopupWebElement.html +22 -15
- package/webdriver/docs/classes/FilePickerWebElement.html +6 -6
- package/webdriver/docs/classes/FormLayoutWebElement.html +5 -4
- package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateMaskWebElement.html +5 -4
- package/webdriver/docs/classes/InputDatePickerWebElement.html +5 -4
- package/webdriver/docs/classes/InputDateTextWebElement.html +5 -4
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +5 -4
- package/webdriver/docs/classes/InputNumberWebElement.html +7 -6
- package/webdriver/docs/classes/InputPasswordWebElement.html +5 -4
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +5 -4
- package/webdriver/docs/classes/InputTextWebElement.html +5 -4
- package/webdriver/docs/classes/LabelledLinkWebElement.html +5 -4
- package/webdriver/docs/classes/LegendWebElement.html +6 -2
- package/webdriver/docs/classes/LineChartWebElement.html +6 -2
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/ListViewWebElement.html +23 -7
- package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
- 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 +19 -21
- package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressButtonWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
- package/webdriver/docs/classes/RadiosetWebElement.html +7 -6
- package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
- package/webdriver/docs/classes/SelectMultipleWebElement.html +10 -9
- 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 +5 -5
- package/webdriver/docs/classes/SkeletonWebElement.html +115 -0
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/TabBarMixedWebElement.html +4 -4
- package/webdriver/docs/classes/TabBarWebElement.html +9 -5
- package/webdriver/docs/classes/TableWebElement.html +1 -1
- package/webdriver/docs/classes/TagCloudWebElement.html +6 -2
- package/webdriver/docs/classes/TextAreaWebElement.html +5 -4
- package/webdriver/docs/classes/ToggleButtonWebElement.html +1 -1
- package/webdriver/docs/classes/ToolbarWebElement.html +127 -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 +1 -1
- package/webdriver/docs/functions/findButtonsetSingle.html +1 -1
- package/webdriver/docs/functions/findCardView.html +1 -1
- 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 +1 -1
- package/webdriver/docs/functions/findDatePicker.html +1 -1
- package/webdriver/docs/functions/findDialog.html +8 -0
- package/webdriver/docs/functions/findDrawerLayout.html +1 -1
- 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 +1 -1
- 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 +1 -1
- package/webdriver/docs/functions/findProgressBar.html +1 -1
- package/webdriver/docs/functions/findProgressButton.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/findSkeleton.html +8 -0
- package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
- package/webdriver/docs/functions/findTabBar.html +1 -1
- package/webdriver/docs/functions/findTabBarMixed.html +1 -1
- package/webdriver/docs/functions/findTable.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 +1 -1
- package/webdriver/docs/functions/findToolbar.html +8 -0
- package/webdriver/docs/index.html +1 -1
- package/webdriver/docs/modules.html +7 -1
- package/webdriver/index.d.ts +3 -0
- package/webdriver/index.js +3 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +4 -1
- package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +0 -80
- package/oj-c/editable-value/UNSAFE_useConverter/useConverter.js +0 -55
- package/oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +0 -26
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +0 -152
- package/oj-c/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +0 -138
- package/oj-c/editable-value/UNSAFE_useValidators/useValidators.js +0 -168
- package/oj-c/editable-value/UNSAFE_useValue/useValue.js +0 -42
- package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +0 -24
- package/oj-c/editable-value/utils/utils.js +0 -43
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +0 -80
- package/oj-c/min/editable-value/UNSAFE_useConverter/useConverter.js +0 -55
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +0 -26
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +0 -152
- package/oj-c/min/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +0 -138
- package/oj-c/min/editable-value/UNSAFE_useValidators/useValidators.js +0 -168
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.js +0 -42
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +0 -24
- package/oj-c/min/editable-value/utils/utils.js +0 -43
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/index.js +0 -6
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +0 -27
- package/oj-c/select-common/UNSAFE_useWrapValueState/index.js +0 -6
- package/oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +0 -27
- package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +0 -24
- package/oj-c/types/editable-value/UNSAFE_useConverter/useConverter.d.ts +0 -13
- package/oj-c/types/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +0 -11
- package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +0 -50
- package/oj-c/types/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.d.ts +0 -17
- package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +0 -33
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +0 -23
- package/oj-c/types/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.d.ts +0 -9
- package/oj-c/types/editable-value/utils/utils.d.ts +0 -8
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/index.d.ts +0 -1
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +0 -23
- /package/oj-c/min/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/index.js +0 -0
- /package/oj-c/min/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/keySetUtils.js +0 -0
- /package/oj-c/types/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/index.d.ts +0 -0
- /package/oj-c/types/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/keySetUtils.d.ts +0 -0
- /package/oj-c/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/index.js +0 -0
- /package/oj-c/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/keySetUtils.js +0 -0
package/oj-c/LineChart.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"memberof": "oj-c",
|
|
7
7
|
"longname": "oj-c.LineChart",
|
|
8
8
|
"kind": "class",
|
|
9
|
-
"classdesc": "<h3 id=\"lineChartOverview-section\">\n JET Line Chart\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#lineChartOverview-section\"></a>\n</h3>\n\n<p>A line chart displays information graphically using data points connected by straight or curved lines, making relationships among the data easier to understand.</p>\n\n<pre class=\"prettyprint\">\n<code>\n<oj-c-line-chart\n data=\"[[dataProvider]]\">\n</oj-c-line-chart>\n</code>\n</pre>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\nTo make your component accessible, the application is required to include contextual information for screender readers using one or more the following methods as appropriate:\n <ul>\n <li>aria-describedby</li>\n <li>aria-labelledby</li>\n <li>aria-label</li>\n <li>short-desc property of your items</li>\n </ul>\n<p>\n If your application has custom keyboard and touch shortcuts implemented for the component, these shortcuts can conflict with those of the component. It is the application's responsibility to disclose these custom shortcuts, possibly via a datatip or help popup.\n</p>\n<p>\n When setting color, applications are responsible for making sure that the color meets the <a target=\"_blank\" href=\"https://www.w3.org/TR/WCAG21/#contrast-minimum\">minimum contrast requirements</a>.\n</p>\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<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>Move focus to next element.</td>\n </tr>\n <tr>\n <td><kbd>Shift + Tab</kbd></td>\n <td>Move focus to previous element.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Move focus and selection to previous data item.</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Move focus and selection to next data item.</td>\n </tr>\n <tr>\n <td><kbd>LeftArrow</kbd></td>\n <td>Move focus and selection to previous data item.</td>\n </tr>\n <tr>\n <td><kbd>RightArrow</kbd></td>\n <td>Move focus and selection to next data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + UpArrow</kbd></td>\n <td>Move focus and multi-select previous data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + DownArrow</kbd></td>\n <td>Move focus and multi-select next data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + LeftArrow</kbd></td>\n <td>Move focus and multi-select previous data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + RightArrow</kbd></td>\n <td>Move focus and multi-select next data item.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + UpArrow</kbd></td>\n <td>Move focus to previous data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + DownArrow</kbd></td>\n <td>Move focus to next data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + LeftArrow</kbd></td>\n <td>Move focus to previous data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + RightArrow</kbd></td>\n <td>Move focus to next data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + Spacebar</kbd></td>\n <td>Multi-select data item with focus.</td>\n </tr>\n <tr>\n <td><kbd>= or +</kbd></td>\n <td>Zoom in one level if zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>- or _</kbd></td>\n <td>Zoom out one level if zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Enter</kbd></td>\n <td>Drill on data item, categorical axis label, or legend item when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"perf-section\">\n Performance\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#perf-section\"></a>\n</h3>\n\n<h4>Data Set Size</h4>\n<p>As a rule of thumb, it's recommended that applications only set usable data densities on the chart. For example,\n it's not recommended to show more than 500 lines on a 500 pixel wide chart, since the lines will be unusably thin.\n While there are several optimizations within the chart to deal with large data sets, it's always more efficient to\n reduce the data set size as early as possible. Future optimizations will focus on improving end user experience as\n well as developer productivity for common use cases.\n</p>\n\n<h4>Styling</h4>\n<p>Use the highest level property available. For example, consider setting styling properties on\n <code class=\"prettyprint\">styleDefaults</code> or <code class=\"prettyprint\">series</code>, instead of styling properties\n on the individual data items. The chart can take advantage of these higher level properties to apply the style properties on\n containers, saving expensive DOM calls.\n</p>\n\n\n<h3 id=\"touch-section\">\nTouch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"5\">Data Item</td>\n <td rowspan=\"2\"><kbd>Tap</kbd></td>\n <td>Select when <code class=\"prettyprint\">selectionMode</code> is enabled.</td>\n </tr>\n <tr>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled and <code class=\"prettyprint\">selectionMode</code> is <code class=\"prettyprint\">none</code>.</td>\n </tr>\n <tr>\n <td><kbd>Double Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled and <code class=\"prettyprint\">selectionMode</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"2\"><kbd>Press & Hold</kbd></td>\n <td>Display tooltip.</td>\n </tr>\n <tr>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td>Categorical Axis Item</td>\n <td><kbd>Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"2\">Legend Item</td>\n <td rowspan=\"2\"><kbd>Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td>Filter when <code class=\"prettyprint\">hideAndShowBehavior</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"
|
|
9
|
+
"classdesc": "<h3 id=\"lineChartOverview-section\">\n JET Line Chart\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#lineChartOverview-section\"></a>\n</h3>\n\n<p>A line chart displays information graphically using data points connected by straight or curved lines, making relationships among the data easier to understand.</p>\n\n<pre class=\"prettyprint\">\n<code>\n<oj-c-line-chart\n data=\"[[dataProvider]]\">\n</oj-c-line-chart>\n</code>\n</pre>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\nTo make your component accessible, the application is required to include contextual information for screender readers using one or more the following methods as appropriate:\n <ul>\n <li>aria-describedby</li>\n <li>aria-labelledby</li>\n <li>aria-label</li>\n <li>short-desc property of your items</li>\n </ul>\n<p>\n If your application has custom keyboard and touch shortcuts implemented for the component, these shortcuts can conflict with those of the component. It is the application's responsibility to disclose these custom shortcuts, possibly via a datatip or help popup.\n</p>\n<p>\n When setting color, applications are responsible for making sure that the color meets the <a target=\"_blank\" href=\"https://www.w3.org/TR/WCAG21/#contrast-minimum\">minimum contrast requirements</a>.\n</p>\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<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>Move focus to next element.</td>\n </tr>\n <tr>\n <td><kbd>Shift + Tab</kbd></td>\n <td>Move focus to previous element.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Move focus and selection to previous data item.</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Move focus and selection to next data item.</td>\n </tr>\n <tr>\n <td><kbd>LeftArrow</kbd></td>\n <td>Move focus and selection to previous data item.</td>\n </tr>\n <tr>\n <td><kbd>RightArrow</kbd></td>\n <td>Move focus and selection to next data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + UpArrow</kbd></td>\n <td>Move focus and multi-select previous data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + DownArrow</kbd></td>\n <td>Move focus and multi-select next data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + LeftArrow</kbd></td>\n <td>Move focus and multi-select previous data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + RightArrow</kbd></td>\n <td>Move focus and multi-select next data item.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + UpArrow</kbd></td>\n <td>Move focus to previous data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + DownArrow</kbd></td>\n <td>Move focus to next data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + LeftArrow</kbd></td>\n <td>Move focus to previous data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + RightArrow</kbd></td>\n <td>Move focus to next data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + Spacebar</kbd></td>\n <td>Multi-select data item with focus.</td>\n </tr>\n <tr>\n <td><kbd>= or +</kbd></td>\n <td>Zoom in one level if zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>- or _</kbd></td>\n <td>Zoom out one level if zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>PageUp or Shift + PageUp</kbd></td>\n <td>Pan left in left-to-right locales. Pan right in right-to-left locales.</td>\n </tr>\n <tr>\n <td><kbd>PageDown or Shift + PageDown</kbd></td>\n <td>Pan right in left-to-right locales. Pan left in right-to-left locales.</td>\n </tr>\n <tr>\n <td><kbd>Enter</kbd></td>\n <td>Drill on data item, categorical axis label, or legend item when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Shift+F10</kbd></td>\n <td>Launch the context menu if there is one associated with the current item.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"perf-section\">\n Performance\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#perf-section\"></a>\n</h3>\n\n<h4>Data Set Size</h4>\n<p>As a rule of thumb, it's recommended that applications only set usable data densities on the chart. For example,\n it's not recommended to show more than 500 lines on a 500 pixel wide chart, since the lines will be unusably thin.\n While there are several optimizations within the chart to deal with large data sets, it's always more efficient to\n reduce the data set size as early as possible. Future optimizations will focus on improving end user experience as\n well as developer productivity for common use cases.\n</p>\n\n<h4>Styling</h4>\n<p>Use the highest level property available. For example, consider setting styling properties on\n <code class=\"prettyprint\">styleDefaults</code> or <code class=\"prettyprint\">series</code>, instead of styling properties\n on the individual data items. The chart can take advantage of these higher level properties to apply the style properties on\n containers, saving expensive DOM calls.\n</p>\n\n\n<h3 id=\"touch-section\">\nTouch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"5\">Data Item</td>\n <td rowspan=\"2\"><kbd>Tap</kbd></td>\n <td>Select when <code class=\"prettyprint\">selectionMode</code> is enabled.</td>\n </tr>\n <tr>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled and <code class=\"prettyprint\">selectionMode</code> is <code class=\"prettyprint\">none</code>.</td>\n </tr>\n <tr>\n <td><kbd>Double Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled and <code class=\"prettyprint\">selectionMode</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"2\"><kbd>Press & Hold</kbd></td>\n <td>Display tooltip.</td>\n </tr>\n <tr>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td rowspan=\"2\">Categorical Axis Item</td>\n <td><kbd>Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Press & Hold</kbd></td>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td rowspan=\"2\">Legend Item</td>\n <td rowspan=\"2\"><kbd>Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td>Filter when <code class=\"prettyprint\">hideAndShowBehavior</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"5\">Plot Area</td>\n <td rowspan=\"2\"><kbd>Drag</kbd></td>\n <td>Pan when panning is enabled and toggled into that mode.</td>\n </tr>\n <tr>\n <td>Marquee select when <code class=\"prettyprint\">selectionMode</code> is <code class=\"prettyprint\">multiple</code> and toggled into that mode.</td>\n </tr>\n <tr>\n <td><kbd>Pinch-close</kbd></td>\n <td>Zoom out when zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Spread-open</kbd></td>\n <td>Zoom in when zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Press & Hold</kbd></td>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td>Series Line</td>\n <td><kbd>Press & Hold</kbd></td>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td>Axis Title</td>\n <td><kbd>Press & Hold</kbd></td>\n <td>Display context menu on release.</td>\n </tr>\n </tbody>\n</table>",
|
|
10
10
|
"scope": "static",
|
|
11
11
|
"tagWithoutBrackets": "oj-c-line-chart",
|
|
12
12
|
"tagWithBrackets": "<oj-c-line-chart>",
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"longname": "oj-c.LineChart#selectionMode",
|
|
458
458
|
"optional": true,
|
|
459
459
|
"scope": "instance",
|
|
460
|
-
"description": "The type of selection behavior that is enabled on the
|
|
460
|
+
"description": "The type of selection behavior that is enabled on the line chart. This attribute controls the number of selections that can be made via selection gestures at any given time.",
|
|
461
461
|
"meta": {
|
|
462
462
|
"filename": "line-chart.tsx",
|
|
463
463
|
"path": "web/components/oj-c/line-chart"
|
|
@@ -547,10 +547,10 @@
|
|
|
547
547
|
"type": {
|
|
548
548
|
"names": [
|
|
549
549
|
"\"pan\"",
|
|
550
|
+
"\"zoom\"",
|
|
550
551
|
"\"select\"",
|
|
551
552
|
"\"off\"",
|
|
552
|
-
"\"user\""
|
|
553
|
-
"\"zoom\""
|
|
553
|
+
"\"user\""
|
|
554
554
|
]
|
|
555
555
|
}
|
|
556
556
|
},
|
|
@@ -762,6 +762,32 @@
|
|
|
762
762
|
}
|
|
763
763
|
]
|
|
764
764
|
},
|
|
765
|
+
{
|
|
766
|
+
"memberof": "oj-c.LineChart",
|
|
767
|
+
"id": "oj-c.LineChart#contextMenuConfig",
|
|
768
|
+
"name": "contextMenuConfig",
|
|
769
|
+
"kind": "member",
|
|
770
|
+
"longname": "oj-c.LineChart#contextMenuConfig",
|
|
771
|
+
"optional": true,
|
|
772
|
+
"scope": "instance",
|
|
773
|
+
"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 align='left'>Context Menu Item Type</th><th align='left'>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>",
|
|
774
|
+
"meta": {
|
|
775
|
+
"filename": "line-chart.tsx",
|
|
776
|
+
"path": "web/components/oj-c/line-chart"
|
|
777
|
+
},
|
|
778
|
+
"type": {
|
|
779
|
+
"names": [
|
|
780
|
+
"object"
|
|
781
|
+
]
|
|
782
|
+
},
|
|
783
|
+
"tstype": [
|
|
784
|
+
{
|
|
785
|
+
"target": "Type",
|
|
786
|
+
"value": "oj-c.LineChart.LineChartContextMenuConfig<K, D>",
|
|
787
|
+
"jsdocOverride": true
|
|
788
|
+
}
|
|
789
|
+
]
|
|
790
|
+
},
|
|
765
791
|
{
|
|
766
792
|
"memberof": "oj-c.LineChart",
|
|
767
793
|
"id": "oj-c.LineChart#setProperty",
|
|
@@ -1244,6 +1270,97 @@
|
|
|
1244
1270
|
}
|
|
1245
1271
|
]
|
|
1246
1272
|
},
|
|
1273
|
+
{
|
|
1274
|
+
"memberof": "oj-c.LineChart",
|
|
1275
|
+
"id": "oj-c.LineChart#event:ojContextMenuAction",
|
|
1276
|
+
"name": "ojContextMenuAction",
|
|
1277
|
+
"kind": "event",
|
|
1278
|
+
"longname": "oj-c.LineChart#event:ojContextMenuAction",
|
|
1279
|
+
"description": "Triggered when a menu item is clicked, whether by keyboard, mouse, or touch events.",
|
|
1280
|
+
"meta": {
|
|
1281
|
+
"filename": "line-chart.tsx",
|
|
1282
|
+
"path": "web/components/oj-c/line-chart"
|
|
1283
|
+
},
|
|
1284
|
+
"scope": "instance",
|
|
1285
|
+
"properties": [
|
|
1286
|
+
{
|
|
1287
|
+
"name": "menuItemKey",
|
|
1288
|
+
"optional": false,
|
|
1289
|
+
"type": {
|
|
1290
|
+
"names": [
|
|
1291
|
+
"string"
|
|
1292
|
+
]
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "contextMenuContext",
|
|
1297
|
+
"optional": false,
|
|
1298
|
+
"type": {
|
|
1299
|
+
"names": [
|
|
1300
|
+
"any"
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
|
+
"tstype": [
|
|
1304
|
+
{
|
|
1305
|
+
"target": "Type",
|
|
1306
|
+
"value": "C",
|
|
1307
|
+
"jsdocOverride": true,
|
|
1308
|
+
"for": "contextMenuContext"
|
|
1309
|
+
}
|
|
1310
|
+
]
|
|
1311
|
+
}
|
|
1312
|
+
]
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"memberof": "oj-c.LineChart",
|
|
1316
|
+
"id": "oj-c.LineChart#event:ojContextMenuSelection",
|
|
1317
|
+
"name": "ojContextMenuSelection",
|
|
1318
|
+
"kind": "event",
|
|
1319
|
+
"longname": "oj-c.LineChart#event:ojContextMenuSelection",
|
|
1320
|
+
"description": "Triggered when a select menu item is clicked, whether by keyboard, mouse, or touch events.",
|
|
1321
|
+
"meta": {
|
|
1322
|
+
"filename": "line-chart.tsx",
|
|
1323
|
+
"path": "web/components/oj-c/line-chart"
|
|
1324
|
+
},
|
|
1325
|
+
"scope": "instance",
|
|
1326
|
+
"properties": [
|
|
1327
|
+
{
|
|
1328
|
+
"name": "value",
|
|
1329
|
+
"optional": false,
|
|
1330
|
+
"type": {
|
|
1331
|
+
"names": [
|
|
1332
|
+
"string|Array<string>"
|
|
1333
|
+
]
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "contextMenuContext",
|
|
1338
|
+
"optional": false,
|
|
1339
|
+
"type": {
|
|
1340
|
+
"names": [
|
|
1341
|
+
"any"
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
"tstype": [
|
|
1345
|
+
{
|
|
1346
|
+
"target": "Type",
|
|
1347
|
+
"value": "C",
|
|
1348
|
+
"jsdocOverride": true,
|
|
1349
|
+
"for": "contextMenuContext"
|
|
1350
|
+
}
|
|
1351
|
+
]
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "menuSelectionGroupKey",
|
|
1355
|
+
"optional": false,
|
|
1356
|
+
"type": {
|
|
1357
|
+
"names": [
|
|
1358
|
+
"string"
|
|
1359
|
+
]
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
]
|
|
1363
|
+
},
|
|
1247
1364
|
{
|
|
1248
1365
|
"memberof": "oj-c.LineChart",
|
|
1249
1366
|
"id": "oj-c.LineChart#itemTemplate",
|
|
@@ -1432,7 +1549,7 @@
|
|
|
1432
1549
|
"name": "touchDoc",
|
|
1433
1550
|
"kind": "member",
|
|
1434
1551
|
"longname": "oj-c.LineChart.touchDoc",
|
|
1435
|
-
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"5\">Data Item</td>\n <td rowspan=\"2\"><kbd>Tap</kbd></td>\n <td>Select when <code class=\"prettyprint\">selectionMode</code> is enabled.</td>\n </tr>\n <tr>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled and <code class=\"prettyprint\">selectionMode</code> is <code class=\"prettyprint\">none</code>.</td>\n </tr>\n <tr>\n <td><kbd>Double Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled and <code class=\"prettyprint\">selectionMode</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"2\"><kbd>Press & Hold</kbd></td>\n <td>Display tooltip.</td>\n </tr>\n <tr>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td>Categorical Axis Item</td>\n <td><kbd>Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"2\">Legend Item</td>\n <td rowspan=\"2\"><kbd>Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td>Filter when <code class=\"prettyprint\">hideAndShowBehavior</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"
|
|
1552
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"5\">Data Item</td>\n <td rowspan=\"2\"><kbd>Tap</kbd></td>\n <td>Select when <code class=\"prettyprint\">selectionMode</code> is enabled.</td>\n </tr>\n <tr>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled and <code class=\"prettyprint\">selectionMode</code> is <code class=\"prettyprint\">none</code>.</td>\n </tr>\n <tr>\n <td><kbd>Double Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled and <code class=\"prettyprint\">selectionMode</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"2\"><kbd>Press & Hold</kbd></td>\n <td>Display tooltip.</td>\n </tr>\n <tr>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td rowspan=\"2\">Categorical Axis Item</td>\n <td><kbd>Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Press & Hold</kbd></td>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td rowspan=\"2\">Legend Item</td>\n <td rowspan=\"2\"><kbd>Tap</kbd></td>\n <td>Drill when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td>Filter when <code class=\"prettyprint\">hideAndShowBehavior</code> is enabled.</td>\n </tr>\n <tr>\n <td rowspan=\"5\">Plot Area</td>\n <td rowspan=\"2\"><kbd>Drag</kbd></td>\n <td>Pan when panning is enabled and toggled into that mode.</td>\n </tr>\n <tr>\n <td>Marquee select when <code class=\"prettyprint\">selectionMode</code> is <code class=\"prettyprint\">multiple</code> and toggled into that mode.</td>\n </tr>\n <tr>\n <td><kbd>Pinch-close</kbd></td>\n <td>Zoom out when zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Spread-open</kbd></td>\n <td>Zoom in when zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Press & Hold</kbd></td>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td>Series Line</td>\n <td><kbd>Press & Hold</kbd></td>\n <td>Display context menu on release.</td>\n </tr>\n <tr>\n <td>Axis Title</td>\n <td><kbd>Press & Hold</kbd></td>\n <td>Display context menu on release.</td>\n </tr>\n </tbody>\n</table>",
|
|
1436
1553
|
"memberof": "oj-c.LineChart",
|
|
1437
1554
|
"meta": {
|
|
1438
1555
|
"filename": "line-chart.tsx",
|
|
@@ -1445,7 +1562,7 @@
|
|
|
1445
1562
|
"name": "keyboardDoc",
|
|
1446
1563
|
"kind": "member",
|
|
1447
1564
|
"longname": "oj-c.LineChart.keyboardDoc",
|
|
1448
|
-
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>Move focus to next element.</td>\n </tr>\n <tr>\n <td><kbd>Shift + Tab</kbd></td>\n <td>Move focus to previous element.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Move focus and selection to previous data item.</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Move focus and selection to next data item.</td>\n </tr>\n <tr>\n <td><kbd>LeftArrow</kbd></td>\n <td>Move focus and selection to previous data item.</td>\n </tr>\n <tr>\n <td><kbd>RightArrow</kbd></td>\n <td>Move focus and selection to next data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + UpArrow</kbd></td>\n <td>Move focus and multi-select previous data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + DownArrow</kbd></td>\n <td>Move focus and multi-select next data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + LeftArrow</kbd></td>\n <td>Move focus and multi-select previous data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + RightArrow</kbd></td>\n <td>Move focus and multi-select next data item.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + UpArrow</kbd></td>\n <td>Move focus to previous data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + DownArrow</kbd></td>\n <td>Move focus to next data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + LeftArrow</kbd></td>\n <td>Move focus to previous data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + RightArrow</kbd></td>\n <td>Move focus to next data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + Spacebar</kbd></td>\n <td>Multi-select data item with focus.</td>\n </tr>\n <tr>\n <td><kbd>= or +</kbd></td>\n <td>Zoom in one level if zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>- or _</kbd></td>\n <td>Zoom out one level if zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Enter</kbd></td>\n <td>Drill on data item, categorical axis label, or legend item when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n </tbody>\n</table>",
|
|
1565
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>Move focus to next element.</td>\n </tr>\n <tr>\n <td><kbd>Shift + Tab</kbd></td>\n <td>Move focus to previous element.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Move focus and selection to previous data item.</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Move focus and selection to next data item.</td>\n </tr>\n <tr>\n <td><kbd>LeftArrow</kbd></td>\n <td>Move focus and selection to previous data item.</td>\n </tr>\n <tr>\n <td><kbd>RightArrow</kbd></td>\n <td>Move focus and selection to next data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + UpArrow</kbd></td>\n <td>Move focus and multi-select previous data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + DownArrow</kbd></td>\n <td>Move focus and multi-select next data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + LeftArrow</kbd></td>\n <td>Move focus and multi-select previous data item.</td>\n </tr>\n <tr>\n <td><kbd>Shift + RightArrow</kbd></td>\n <td>Move focus and multi-select next data item.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + UpArrow</kbd></td>\n <td>Move focus to previous data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + DownArrow</kbd></td>\n <td>Move focus to next data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + LeftArrow</kbd></td>\n <td>Move focus to previous data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + RightArrow</kbd></td>\n <td>Move focus to next data item, without changing the current selection.</td>\n </tr>\n <tr>\n <td><kbd>Ctrl + Spacebar</kbd></td>\n <td>Multi-select data item with focus.</td>\n </tr>\n <tr>\n <td><kbd>= or +</kbd></td>\n <td>Zoom in one level if zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>- or _</kbd></td>\n <td>Zoom out one level if zooming is enabled.</td>\n </tr>\n <tr>\n <td><kbd>PageUp or Shift + PageUp</kbd></td>\n <td>Pan left in left-to-right locales. Pan right in right-to-left locales.</td>\n </tr>\n <tr>\n <td><kbd>PageDown or Shift + PageDown</kbd></td>\n <td>Pan right in left-to-right locales. Pan left in right-to-left locales.</td>\n </tr>\n <tr>\n <td><kbd>Enter</kbd></td>\n <td>Drill on data item, categorical axis label, or legend item when <code class=\"prettyprint\">drilling</code> is enabled.</td>\n </tr>\n <tr>\n <td><kbd>Shift+F10</kbd></td>\n <td>Launch the context menu if there is one associated with the current item.</td>\n </tr>\n </tbody>\n</table>",
|
|
1449
1566
|
"memberof": "oj-c.LineChart",
|
|
1450
1567
|
"meta": {
|
|
1451
1568
|
"filename": "line-chart.tsx",
|
|
@@ -3242,5 +3359,56 @@
|
|
|
3242
3359
|
}
|
|
3243
3360
|
}
|
|
3244
3361
|
]
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"memberof": "oj-c.LineChart",
|
|
3365
|
+
"id": "oj-c.LineChart.LineChartContextMenuConfig",
|
|
3366
|
+
"name": "LineChartContextMenuConfig",
|
|
3367
|
+
"kind": "typedef",
|
|
3368
|
+
"longname": "oj-c.LineChart.LineChartContextMenuConfig",
|
|
3369
|
+
"scope": "static",
|
|
3370
|
+
"description": "",
|
|
3371
|
+
"tsgenerictype": {
|
|
3372
|
+
"target": "Type",
|
|
3373
|
+
"value": "<K,D>",
|
|
3374
|
+
"for": "genericTypeParameters"
|
|
3375
|
+
},
|
|
3376
|
+
"type": {
|
|
3377
|
+
"names": [
|
|
3378
|
+
"Object"
|
|
3379
|
+
]
|
|
3380
|
+
},
|
|
3381
|
+
"meta": {
|
|
3382
|
+
"filename": "line-chart.tsx",
|
|
3383
|
+
"path": "web/components/oj-c/line-chart"
|
|
3384
|
+
},
|
|
3385
|
+
"properties": [
|
|
3386
|
+
{
|
|
3387
|
+
"name": "accessibleLabel",
|
|
3388
|
+
"optional": true,
|
|
3389
|
+
"type": {
|
|
3390
|
+
"names": [
|
|
3391
|
+
"string"
|
|
3392
|
+
]
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"name": "items",
|
|
3397
|
+
"optional": false,
|
|
3398
|
+
"type": {
|
|
3399
|
+
"names": [
|
|
3400
|
+
"function"
|
|
3401
|
+
]
|
|
3402
|
+
},
|
|
3403
|
+
"tstype": [
|
|
3404
|
+
{
|
|
3405
|
+
"target": "Type",
|
|
3406
|
+
"value": "(context: C) => ContextMenuItems[]",
|
|
3407
|
+
"jsdocOverride": true,
|
|
3408
|
+
"for": "items"
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3411
|
+
}
|
|
3412
|
+
]
|
|
3245
3413
|
}
|
|
3246
3414
|
]
|
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>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>",
|
|
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>Drag and drop between components</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>",
|
|
@@ -50,14 +50,66 @@
|
|
|
50
50
|
"scope": "instance",
|
|
51
51
|
"ojwriteback": true,
|
|
52
52
|
"readonly": true,
|
|
53
|
-
"description": "The item that currently has keyboard focus",
|
|
53
|
+
"description": "The key of the item that currently has keyboard focus",
|
|
54
54
|
"meta": {
|
|
55
55
|
"filename": "list-view.tsx",
|
|
56
56
|
"path": "web/components/oj-c/list-view"
|
|
57
57
|
},
|
|
58
58
|
"type": {
|
|
59
59
|
"names": [
|
|
60
|
-
"
|
|
60
|
+
"string|number"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"tstype": [
|
|
64
|
+
{
|
|
65
|
+
"target": "Type",
|
|
66
|
+
"value": "K",
|
|
67
|
+
"jsdocOverride": true
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"memberof": "oj-c.ListView",
|
|
73
|
+
"id": "oj-c.ListView#currentItemOverride",
|
|
74
|
+
"name": "currentItemOverride",
|
|
75
|
+
"kind": "member",
|
|
76
|
+
"longname": "oj-c.ListView#currentItemOverride",
|
|
77
|
+
"optional": true,
|
|
78
|
+
"scope": "instance",
|
|
79
|
+
"description": "The key of the item that will have keyboard focus",
|
|
80
|
+
"meta": {
|
|
81
|
+
"filename": "list-view.tsx",
|
|
82
|
+
"path": "web/components/oj-c/list-view"
|
|
83
|
+
},
|
|
84
|
+
"type": {
|
|
85
|
+
"names": [
|
|
86
|
+
"object"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"tstype": [
|
|
90
|
+
{
|
|
91
|
+
"target": "Type",
|
|
92
|
+
"value": "{ rowKey: K }",
|
|
93
|
+
"jsdocOverride": true
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"memberof": "oj-c.ListView",
|
|
99
|
+
"id": "oj-c.ListView#currentItemOverride.rowKey",
|
|
100
|
+
"name": "currentItemOverride.rowKey",
|
|
101
|
+
"kind": "member",
|
|
102
|
+
"longname": "oj-c.ListView#currentItemOverride.rowKey",
|
|
103
|
+
"optional": false,
|
|
104
|
+
"scope": "instance",
|
|
105
|
+
"description": "",
|
|
106
|
+
"meta": {
|
|
107
|
+
"filename": "list-view.tsx",
|
|
108
|
+
"path": "web/components/oj-c/list-view"
|
|
109
|
+
},
|
|
110
|
+
"type": {
|
|
111
|
+
"names": [
|
|
112
|
+
"string|number"
|
|
61
113
|
]
|
|
62
114
|
},
|
|
63
115
|
"tstype": [
|
|
@@ -225,7 +277,7 @@
|
|
|
225
277
|
"longname": "oj-c.ListView#selectionMode",
|
|
226
278
|
"optional": true,
|
|
227
279
|
"scope": "instance",
|
|
228
|
-
"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
|
|
280
|
+
"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 times. Specifically, the 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.",
|
|
229
281
|
"meta": {
|
|
230
282
|
"filename": "list-view.tsx",
|
|
231
283
|
"path": "web/components/oj-c/list-view"
|
|
@@ -355,6 +407,32 @@
|
|
|
355
407
|
]
|
|
356
408
|
}
|
|
357
409
|
},
|
|
410
|
+
{
|
|
411
|
+
"memberof": "oj-c.ListView",
|
|
412
|
+
"id": "oj-c.ListView#item",
|
|
413
|
+
"name": "item",
|
|
414
|
+
"kind": "member",
|
|
415
|
+
"longname": "oj-c.ListView#item",
|
|
416
|
+
"optional": true,
|
|
417
|
+
"scope": "instance",
|
|
418
|
+
"description": "The item option contains a subset of options for items.",
|
|
419
|
+
"meta": {
|
|
420
|
+
"filename": "list-view.tsx",
|
|
421
|
+
"path": "web/components/oj-c/list-view"
|
|
422
|
+
},
|
|
423
|
+
"type": {
|
|
424
|
+
"names": [
|
|
425
|
+
"object"
|
|
426
|
+
]
|
|
427
|
+
},
|
|
428
|
+
"tstype": [
|
|
429
|
+
{
|
|
430
|
+
"target": "Type",
|
|
431
|
+
"value": "{ padding?: 'disabled' | 'enabled' | oj-c.ListView.ItemPadding; }",
|
|
432
|
+
"jsdocOverride": true
|
|
433
|
+
}
|
|
434
|
+
]
|
|
435
|
+
},
|
|
358
436
|
{
|
|
359
437
|
"memberof": "oj-c.ListView",
|
|
360
438
|
"id": "oj-c.ListView#setProperty",
|
|
@@ -453,7 +531,7 @@
|
|
|
453
531
|
"name": "ojItemAction",
|
|
454
532
|
"kind": "event",
|
|
455
533
|
"longname": "oj-c.ListView#event:ojItemAction",
|
|
456
|
-
"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
|
|
534
|
+
"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 enter key while item has focus</li>\n</ul>",
|
|
457
535
|
"meta": {
|
|
458
536
|
"filename": "list-view.tsx",
|
|
459
537
|
"path": "web/components/oj-c/list-view"
|
|
@@ -947,5 +1025,65 @@
|
|
|
947
1025
|
]
|
|
948
1026
|
}
|
|
949
1027
|
]
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"memberof": "oj-c.ListView",
|
|
1031
|
+
"id": "oj-c.ListView.ItemPadding",
|
|
1032
|
+
"name": "ItemPadding",
|
|
1033
|
+
"kind": "typedef",
|
|
1034
|
+
"longname": "oj-c.ListView.ItemPadding",
|
|
1035
|
+
"scope": "static",
|
|
1036
|
+
"description": "",
|
|
1037
|
+
"type": {
|
|
1038
|
+
"names": [
|
|
1039
|
+
"Object"
|
|
1040
|
+
]
|
|
1041
|
+
},
|
|
1042
|
+
"meta": {
|
|
1043
|
+
"filename": "list-view.tsx",
|
|
1044
|
+
"path": "web/components/oj-c/list-view"
|
|
1045
|
+
},
|
|
1046
|
+
"properties": [
|
|
1047
|
+
{
|
|
1048
|
+
"name": "bottom",
|
|
1049
|
+
"optional": true,
|
|
1050
|
+
"type": {
|
|
1051
|
+
"names": [
|
|
1052
|
+
"\"disabled\"",
|
|
1053
|
+
"\"enabled\""
|
|
1054
|
+
]
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "end",
|
|
1059
|
+
"optional": true,
|
|
1060
|
+
"type": {
|
|
1061
|
+
"names": [
|
|
1062
|
+
"\"disabled\"",
|
|
1063
|
+
"\"enabled\""
|
|
1064
|
+
]
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "start",
|
|
1069
|
+
"optional": true,
|
|
1070
|
+
"type": {
|
|
1071
|
+
"names": [
|
|
1072
|
+
"\"disabled\"",
|
|
1073
|
+
"\"enabled\""
|
|
1074
|
+
]
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "top",
|
|
1079
|
+
"optional": true,
|
|
1080
|
+
"type": {
|
|
1081
|
+
"names": [
|
|
1082
|
+
"\"disabled\"",
|
|
1083
|
+
"\"enabled\""
|
|
1084
|
+
]
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
]
|
|
950
1088
|
}
|
|
951
1089
|
]
|