@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "line-chart",
|
|
3
|
-
"version": "
|
|
4
|
-
"jetVersion": "^
|
|
3
|
+
"version": "18.0.0",
|
|
4
|
+
"jetVersion": "^18.0.0",
|
|
5
5
|
"pack": "oj-c",
|
|
6
6
|
"type": "composite",
|
|
7
7
|
"dependencyScope": "runtime",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
]
|
|
36
36
|
},
|
|
37
37
|
"webelement": {
|
|
38
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet
|
|
38
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet/cpwdtsdoc/classes/LineChartWebElement.html"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"propertyLayout": [
|
|
@@ -833,10 +833,10 @@
|
|
|
833
833
|
"help": "#dragMode",
|
|
834
834
|
"enumValues": [
|
|
835
835
|
"pan",
|
|
836
|
+
"zoom",
|
|
836
837
|
"select",
|
|
837
838
|
"off",
|
|
838
|
-
"user"
|
|
839
|
-
"zoom"
|
|
839
|
+
"user"
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
842
|
"hiddenCategories": {
|
|
@@ -962,6 +962,20 @@
|
|
|
962
962
|
"type": "number"
|
|
963
963
|
}
|
|
964
964
|
}
|
|
965
|
+
},
|
|
966
|
+
"contextMenuConfig": {
|
|
967
|
+
"type": "object",
|
|
968
|
+
"description": "Specifies a context menu configuration.",
|
|
969
|
+
"displayName": "Context Menu Config",
|
|
970
|
+
"help": "#contextMenuConfig",
|
|
971
|
+
"properties": {
|
|
972
|
+
"accessibleLabel": {
|
|
973
|
+
"type": "string"
|
|
974
|
+
},
|
|
975
|
+
"items": {
|
|
976
|
+
"type": "function"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
965
979
|
}
|
|
966
980
|
},
|
|
967
981
|
"slots": {
|
|
@@ -1811,6 +1825,39 @@
|
|
|
1811
1825
|
"description": "The minimum y value of the new viewport."
|
|
1812
1826
|
}
|
|
1813
1827
|
}
|
|
1828
|
+
},
|
|
1829
|
+
"ojContextMenuAction": {
|
|
1830
|
+
"bubbles": true,
|
|
1831
|
+
"description": "Triggered when a menu item is clicked, whether by keyboard, mouse, or touch events.",
|
|
1832
|
+
"eventGroup": "common",
|
|
1833
|
+
"displayName": "onOjContextMenuAction",
|
|
1834
|
+
"help": "#event:ojContextMenuAction",
|
|
1835
|
+
"detail": {
|
|
1836
|
+
"menuItemKey": {
|
|
1837
|
+
"type": "string"
|
|
1838
|
+
},
|
|
1839
|
+
"contextMenuContext": {
|
|
1840
|
+
"type": "any"
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
"ojContextMenuSelection": {
|
|
1845
|
+
"bubbles": true,
|
|
1846
|
+
"description": "Triggered when a select menu item is clicked, whether by keyboard, mouse, or touch events.",
|
|
1847
|
+
"eventGroup": "common",
|
|
1848
|
+
"displayName": "onOjContextMenuSelection",
|
|
1849
|
+
"help": "#event:ojContextMenuSelection",
|
|
1850
|
+
"detail": {
|
|
1851
|
+
"value": {
|
|
1852
|
+
"type": "string|Array<string>"
|
|
1853
|
+
},
|
|
1854
|
+
"contextMenuContext": {
|
|
1855
|
+
"type": "any"
|
|
1856
|
+
},
|
|
1857
|
+
"menuSelectionGroupKey": {
|
|
1858
|
+
"type": "string"
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1814
1861
|
}
|
|
1815
1862
|
},
|
|
1816
1863
|
"methods": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/translationBundle', "preact/hooks", "../hooks/UNSAFE_useVisBusyState/useVisBusyState", "@oracle/oraclejet-preact/UNSAFE_VisProgressiveLoader", "@oracle/oraclejet-preact/UNSAFE_LineAreaChart", "@oracle/oraclejet-preact/UNSAFE_VisStatusMessage", "ojs/ojvcomponent", "../hooks/UNSAFE_useChartData/useChartData", "../utils/PRIVATE_chartUtils/events", "../utils/PRIVATE_chartUtils/legendUtils", "../hooks/UNSAFE_useLegendPosition/useLegendPosition", "../hooks/UNSAFE_useVizCategories/useVizCategories", "@oracle/oraclejet-preact/UNSAFE_Legend", "@oracle/oraclejet-preact/UNSAFE_ChartWithLegend", "../utils/PRIVATE_chartUtils/lineAreaUtils", "oj-c/utils/PRIVATE_chartUtils/plotAreaUtils", "../utils/PRIVATE_chartUtils/axisUtils", "css!oj-c/line-chart/line-chart-styles.css"], function (require, exports, jsx_runtime_1, translationBundle_1, hooks_1, useVisBusyState_1, UNSAFE_VisProgressiveLoader_1, UNSAFE_LineAreaChart_1, UNSAFE_VisStatusMessage_1, ojvcomponent_1, useChartData_1, events_1, legendUtils_1, useLegendPosition_1, useVizCategories_1, UNSAFE_Legend_1, UNSAFE_ChartWithLegend_1, lineAreaUtils_1, plotAreaUtils_1, axisUtils_1) {
|
|
1
|
+
define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/translationBundle', "preact/hooks", "@oracle/oraclejet-preact/hooks/UNSAFE_useVisBusyStateContext", "../hooks/UNSAFE_useVisBusyState/useVisBusyState", "@oracle/oraclejet-preact/UNSAFE_VisProgressiveLoader", "@oracle/oraclejet-preact/UNSAFE_LineAreaChart", "@oracle/oraclejet-preact/UNSAFE_VisStatusMessage", "ojs/ojvcomponent", "../hooks/UNSAFE_useChartData/useChartData", "../utils/PRIVATE_chartUtils/events", "../utils/PRIVATE_chartUtils/legendUtils", "../hooks/UNSAFE_useLegendPosition/useLegendPosition", "../hooks/UNSAFE_useVizCategories/useVizCategories", "@oracle/oraclejet-preact/UNSAFE_Legend", "@oracle/oraclejet-preact/UNSAFE_ChartWithLegend", "../utils/PRIVATE_chartUtils/lineAreaUtils", "oj-c/utils/PRIVATE_chartUtils/plotAreaUtils", "../utils/PRIVATE_chartUtils/axisUtils", "oj-c/hooks/PRIVATE_useVisContextMenu/useVisContextMenu", "css!oj-c/line-chart/line-chart-styles.css"], function (require, exports, jsx_runtime_1, translationBundle_1, hooks_1, UNSAFE_useVisBusyStateContext_1, useVisBusyState_1, UNSAFE_VisProgressiveLoader_1, UNSAFE_LineAreaChart_1, UNSAFE_VisStatusMessage_1, ojvcomponent_1, useChartData_1, events_1, legendUtils_1, useLegendPosition_1, useVizCategories_1, UNSAFE_Legend_1, UNSAFE_ChartWithLegend_1, lineAreaUtils_1, plotAreaUtils_1, axisUtils_1, useVisContextMenu_1) {
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.LineChart = void 0;
|
|
@@ -6,10 +6,10 @@ define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/tr
|
|
|
6
6
|
const SELECTION_DEFAULT = [];
|
|
7
7
|
const HIDDEN_DEFAULT = [];
|
|
8
8
|
const LEGEND_DEFAULT = { rendered: 'on', position: 'auto' };
|
|
9
|
-
function LineChartComp({ data, hideAndShowBehavior = 'none', orientation = 'vertical', xAxis, yAxis, hoverBehavior = 'none', valueFormats, plotArea, zoomAndScroll, itemTemplate, seriesTemplate, groupTemplate, seriesComparator, groupComparator, drilling = 'off', hiddenCategories = HIDDEN_DEFAULT, timeAxisType, highlightedCategories = HIGHLIGHTED_DEFAULT, highlightMatch = 'any', selection = SELECTION_DEFAULT, selectionMode = 'none', stack = 'off', legend = LEGEND_DEFAULT, ...props }) {
|
|
9
|
+
function LineChartComp({ data, hideAndShowBehavior = 'none', orientation = 'vertical', xAxis, yAxis, hoverBehavior = 'none', valueFormats, plotArea, zoomAndScroll, itemTemplate, seriesTemplate, groupTemplate, seriesComparator, groupComparator, drilling = 'off', hiddenCategories = HIDDEN_DEFAULT, timeAxisType, highlightedCategories = HIGHLIGHTED_DEFAULT, highlightMatch = 'any', selection = SELECTION_DEFAULT, selectionMode = 'none', stack = 'off', legend = LEGEND_DEFAULT, contextMenuConfig, onOjContextMenuAction, onOjContextMenuSelection, ...props }) {
|
|
10
10
|
const rootRef = (0, hooks_1.useRef)(null);
|
|
11
|
-
const
|
|
12
|
-
const { series, groups, getDataItem, isLoading } = (0, useChartData_1.useChartData)(data, addBusyState, itemTemplate, seriesTemplate, groupTemplate, 'oj-c-line-chart-item', 'oj-c-line-chart-series', 'oj-c-line-chart-group', seriesComparator, groupComparator);
|
|
11
|
+
const busyStateContext = (0, useVisBusyState_1.useVisBusyState)(rootRef, 'oj-c-line-chart: ');
|
|
12
|
+
const { series, groups, getDataItem, isLoading, idToDPItemMap } = (0, useChartData_1.useChartData)(data, busyStateContext.addBusyState, itemTemplate, seriesTemplate, groupTemplate, 'oj-c-line-chart-item', 'oj-c-line-chart-series', 'oj-c-line-chart-group', seriesComparator, groupComparator);
|
|
13
13
|
const { majorTick: xMajorTick, ...xAxisRest } = xAxis ?? {};
|
|
14
14
|
const { majorTick: yMajorTick, minorTick: yMinorTick, ...yAxisRest } = yAxis ?? {};
|
|
15
15
|
const { seriesDrillHandler, itemDrillHandler, groupDrillHandler } = (0, events_1.getChartEventsHandler)(series, groups, drilling, props.onOjItemDrill, props.onOjGroupDrill, props.onOjSeriesDrill);
|
|
@@ -43,11 +43,12 @@ define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/tr
|
|
|
43
43
|
updateHighlighted(detail.itemId);
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
|
|
46
|
+
const { preactContextMenuConfig } = (0, useVisContextMenu_1.useVisContextMenu)(idToDPItemMap, contextMenuConfig, onOjContextMenuAction, onOjContextMenuSelection);
|
|
47
|
+
const chart = series.length > 0 && groups.length > 0 ? ((0, jsx_runtime_1.jsx)(UNSAFE_LineAreaChart_1.LineAreaChart, { type: "line", width: "100%", height: "100%", series: series, groups: groups, getDataItem: getDataItem, onItemHover: onItemInput, onItemFocus: onItemInput, dragMode: props.dragMode, drilling: drilling !== 'seriesOnly' ? drilling : undefined, onItemDrill: itemDrillHandler, onGroupDrill: groupDrillHandler, onSelectionChange: selectionChangeHandler, selectionMode: selectionMode, selectedIds: selectionMode === 'none' ? undefined : selection, orientation: orientation, xAxis: (0, axisUtils_1.getPreactAxisProps)({ ...xAxisRest, timeAxisType }), yAxis: (0, axisUtils_1.getPreactAxisProps)(yAxisRest), highlightedIds: highlightedIds.length === 0 ? undefined : highlightedIds, hiddenIds: hiddenIds, plotArea: (0, plotAreaUtils_1.getPlotArea)(plotArea, yMajorTick, yMinorTick, xMajorTick), hideAndShowBehavior: hideAndShowBehavior, hoverBehavior: hoverBehavior, isStacked: stack === 'on', valueFormats: (0, lineAreaUtils_1.transformValueFormats)(valueFormats), "aria-label": props['aria-label'], "aria-describedBy": props['aria-describedby'], "aria-labelledBy": props['aria-labelledby'], contextMenuConfig: contextMenuConfig ? preactContextMenuConfig : undefined })) : (!isLoading && ((0, jsx_runtime_1.jsx)(UNSAFE_VisStatusMessage_1.VisNoData, { "aria-label": props['aria-label'], "aria-describedby": props['aria-describedby'], "aria-labelledby": props['aria-labelledby'] })));
|
|
48
|
+
const chartLegend = isLegendRendered && legendData.length > 0 ? ((0, jsx_runtime_1.jsx)(UNSAFE_Legend_1.Legend, { items: legendData, orientation: legendPosition === 'start' || legendPosition === 'end' ? 'vertical' : 'horizontal', hideAndShowBehavior: hideAndShowBehavior === 'none' ? 'off' : 'on', hoverBehavior: hoverBehavior, isReadOnly: !isLegendInteractive, highlightedIds: highlightedIds.length === 0 ? undefined : highlightedIds, hiddenIds: hiddenIds.length === 0 ? undefined : hiddenIds, symbolHeight: legend.symbolHeight, symbolWidth: legend.symbolWidth, halign: "center", valign: "middle", onItemAction: legendItemActionHandler, onItemHover: legendItemInputHandler, onItemFocus: legendItemInputHandler })) : undefined;
|
|
49
|
+
return ((0, jsx_runtime_1.jsx)(ojvcomponent_1.Root, { ref: rootRef, children: (0, jsx_runtime_1.jsx)(UNSAFE_useVisBusyStateContext_1.VisBusyStateContext.Provider, { value: busyStateContext, children: (0, jsx_runtime_1.jsx)(UNSAFE_VisProgressiveLoader_1.VisProgressiveLoader, { isLoading: isLoading, type: "line", "aria-label": props['aria-label'], "aria-describedBy": props['aria-describedby'], "aria-labelledBy": props['aria-labelledby'], children: (0, jsx_runtime_1.jsx)(UNSAFE_ChartWithLegend_1.ChartWithLegend, { chart: chart, position: legendPosition, maxSize: legend.maxSize, size: legend.size, legend: chartLegend }) }) }) }));
|
|
49
50
|
}
|
|
50
|
-
exports.LineChart = (0, ojvcomponent_1.registerCustomElement)('oj-c-line-chart', LineChartComp, "LineChart", { "properties": { "groupComparator": { "type": "function" }, "stack": { "type": "string", "enumValues": ["off", "on"] }, "drilling": { "type": "string", "enumValues": ["off", "on", "groupsOnly", "seriesOnly"] }, "orientation": { "type": "string", "enumValues": ["horizontal", "vertical"] }, "timeAxisType": { "type": "string", "enumValues": ["enabled", "mixedFrequency", "skipGaps"] }, "yAxis": { "type": "object", "properties": { "dataMax": { "type": "number" }, "dataMin": { "type": "number" }, "max": { "type": "number" }, "min": { "type": "number" }, "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "xAxis": { "type": "object", "properties": { "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object|Array<object>" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "rotation": { "type": "string", "enumValues": ["auto", "none"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "plotArea": { "type": "object", "properties": { "backgroundColor": { "type": "string" } } }, "zoomAndScroll": { "type": "string", "enumValues": ["off", "live"] }, "valueFormats": { "type": "object", "properties": { "group": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "series": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "value": { "type": "object", "properties": { "converter": { "type": "object" }, "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } } } }, "seriesComparator": { "type": "function" }, "data": { "type": "DataProvider|null" }, "selectionMode": { "type": "string", "enumValues": ["none", "multiple", "single"] }, "selection": { "type": "Array<any>", "writeback": true }, "dragMode": { "type": "string", "enumValues": ["pan", "
|
|
51
|
+
exports.LineChart = (0, ojvcomponent_1.registerCustomElement)('oj-c-line-chart', LineChartComp, "LineChart", { "properties": { "groupComparator": { "type": "function" }, "stack": { "type": "string", "enumValues": ["off", "on"] }, "drilling": { "type": "string", "enumValues": ["off", "on", "groupsOnly", "seriesOnly"] }, "orientation": { "type": "string", "enumValues": ["horizontal", "vertical"] }, "timeAxisType": { "type": "string", "enumValues": ["enabled", "mixedFrequency", "skipGaps"] }, "yAxis": { "type": "object", "properties": { "dataMax": { "type": "number" }, "dataMin": { "type": "number" }, "max": { "type": "number" }, "min": { "type": "number" }, "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "xAxis": { "type": "object", "properties": { "majorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "minorTick": { "type": "object", "properties": { "lineColor": { "type": "string" }, "lineStyle": { "type": "string", "enumValues": ["dashed", "solid", "dotted"] }, "lineWidth": { "type": "number" }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] } } }, "tickLabel": { "type": "object", "properties": { "converter": { "type": "object|Array<object>" }, "rendered": { "type": "string", "enumValues": ["off", "on"] }, "rotation": { "type": "string", "enumValues": ["auto", "none"] }, "style": { "type": "object" } } }, "viewportMin": { "type": "number" }, "viewportMax": { "type": "number" }, "step": { "type": "number" }, "size": { "type": "number" }, "scale": { "type": "string", "enumValues": ["linear", "log"] }, "title": { "type": "string" }, "titleStyle": { "type": "object" } } }, "plotArea": { "type": "object", "properties": { "backgroundColor": { "type": "string" } } }, "zoomAndScroll": { "type": "string", "enumValues": ["off", "live"] }, "valueFormats": { "type": "object", "properties": { "group": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "series": { "type": "object", "properties": { "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } }, "value": { "type": "object", "properties": { "converter": { "type": "object" }, "tooltipLabel": { "type": "string" }, "tooltipDisplay": { "type": "string", "enumValues": ["auto", "off"] } } } } }, "seriesComparator": { "type": "function" }, "data": { "type": "DataProvider|null" }, "selectionMode": { "type": "string", "enumValues": ["none", "multiple", "single"] }, "selection": { "type": "Array<any>", "writeback": true }, "dragMode": { "type": "string", "enumValues": ["pan", "zoom", "select", "off", "user"] }, "hiddenCategories": { "type": "Array<string>", "writeback": true }, "highlightedCategories": { "type": "Array<string>", "writeback": true }, "hideAndShowBehavior": { "type": "string", "enumValues": ["none", "withoutRescale", "withRescale"] }, "hoverBehavior": { "type": "string", "enumValues": ["none", "dim"] }, "highlightMatch": { "type": "string", "enumValues": ["all", "any"] }, "legend": { "type": "object", "properties": { "position": { "type": "string", "enumValues": ["auto", "end", "start", "top", "bottom"] }, "rendered": { "type": "string", "enumValues": ["auto", "off", "on"] }, "maxSize": { "type": "number|string" }, "size": { "type": "number|string" }, "symbolHeight": { "type": "number" }, "symbolWidth": { "type": "number" } } }, "contextMenuConfig": { "type": "object", "properties": { "accessibleLabel": { "type": "string" }, "items": { "type": "function" } } } }, "slots": { "itemTemplate": { "data": {} }, "seriesTemplate": { "data": {} }, "groupTemplate": { "data": {} } }, "events": { "ojItemDrill": {}, "ojSeriesDrill": {}, "ojGroupDrill": {}, "ojViewportChange": {}, "ojContextMenuAction": { "bubbles": true }, "ojContextMenuSelection": { "bubbles": true } }, "extension": { "_WRITEBACK_PROPS": ["selection", "hiddenCategories", "highlightedCategories"], "_READ_ONLY_PROPS": [], "_OBSERVED_GLOBAL_PROPS": ["aria-label", "aria-describedby", "aria-labelledby"] } }, { "hideAndShowBehavior": "none", "orientation": "vertical", "hoverBehavior": "none", "drilling": "off", "hiddenCategories": [], "highlightedCategories": [], "highlightMatch": "any", "selection": [], "selectionMode": "none", "stack": "off", "legend": { "rendered": "on", "position": "auto" } }, {
|
|
51
52
|
'@oracle/oraclejet-preact': translationBundle_1.default
|
|
52
53
|
});
|
|
53
54
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListItemLayoutWebElement = void 0;
|
|
4
|
-
|
|
4
|
+
const ListItemLayoutWebElementBase_1 = require("./ListItemLayoutWebElementBase");
|
|
5
5
|
/**
|
|
6
6
|
* ListItemLayout is not accessible to WebDriverJS.
|
|
7
7
|
* These methods are deprecated since 16.0.0 and are not to be used.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemLayoutWebElement.js","sourceRoot":"","sources":["ListItemLayoutWebElement.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"ListItemLayoutWebElement.js","sourceRoot":"","sources":["ListItemLayoutWebElement.ts"],"names":[],"mappings":";;;AAAA,iFAA8E;AAE9E;;;GAGG;AACH,MAAa,wBAAyB,SAAQ,2DAA4B;IACxE;;;;;;;OAOG;IACI,UAAU;QACf,OAAO,IAAI,CAAC,WAAW,CAAS,SAAS,CAAC,CAAC;IAC7C,CAAC;IACD;;;;;;;OAOG;IACI,YAAY;QACjB,OAAO,IAAI,CAAC,WAAW,CAAS,WAAW,CAAC,CAAC;IAC/C,CAAC;IACD;;;;;;;OAOG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAS,UAAU,CAAC,CAAC;IAC9C,CAAC;IACD;;;;;;;OAOG;IACI,aAAa;QAClB,OAAO,IAAI,CAAC,WAAW,CAAS,YAAY,CAAC,CAAC;IAChD,CAAC;IACD;;;;;;;OAOG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAS,UAAU,CAAC,CAAC;IAC9C,CAAC;CACF;AAxDD,4DAwDC","sourcesContent":["import { ListItemLayoutWebElementBase } from './ListItemLayoutWebElementBase';\n\n/**\n * ListItemLayout is not accessible to WebDriverJS.\n * These methods are deprecated since 16.0.0 and are not to be used.\n */\nexport class ListItemLayoutWebElement extends ListItemLayoutWebElementBase {\n /**\n * This method is deprecated since 16.0.0\n *\n * Gets the value of <code>primary</code> property.\n * Returns primary text.\n * @return The value of <code>primary</code> property.\n *\n */\n public getPrimary(): Promise<string> {\n return this.getProperty<string>('primary');\n }\n /**\n * This method is deprecated since 16.0.0\n *\n * Gets the value of <code>secondary</code> property.\n * Returns secondary text.\n * @return The value of <code>secondary</code> property.\n *\n */\n public getSecondary(): Promise<string> {\n return this.getProperty<string>('secondary');\n }\n /**\n * This method is deprecated since 16.0.0\n *\n * Gets the value of <code>tertiary</code> property.\n * Returns tertiary text.\n * @return The value of <code>tertiary</code> property.\n *\n */\n public getTertiary(): Promise<string> {\n return this.getProperty<string>('tertiary');\n }\n /**\n * This method is deprecated since 16.0.0\n *\n * Gets the value of <code>quaternary</code> property.\n * Returns quaternary text.\n * @return The value of <code>quaternary</code> property.\n *\n */\n public getQuaternary(): Promise<string> {\n return this.getProperty<string>('quaternary');\n }\n /**\n * This method is deprecated since 16.0.0\n *\n * Gets the value of <code>overline</code> property.\n * Returns overline text.\n * @return The value of <code>overline</code> property.\n *\n */\n public getOverline(): Promise<string> {\n return this.getProperty<string>('overline');\n }\n}\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListItemLayoutWebElementBase = void 0;
|
|
4
|
-
|
|
4
|
+
const elements_1 = require("@oracle/oraclejet-webdriver/elements");
|
|
5
5
|
/**
|
|
6
6
|
* This is the base class for oj-c-list-item-layout WebElement, and is generated from the
|
|
7
7
|
* component's metadata. Do not modify these contents since they'll be replaced
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemLayoutWebElementBase.js","sourceRoot":"","sources":["ListItemLayoutWebElementBase.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"ListItemLayoutWebElementBase.js","sourceRoot":"","sources":["ListItemLayoutWebElementBase.ts"],"names":[],"mappings":";;;AAAA,mEAAoE;AAEpE;;;;;GAKG;AACH,MAAa,4BAA6B,SAAQ,uBAAY;IAC5D;;;;;OAKG;IACI,QAAQ;QACb,OAAO,IAAI,CAAC,WAAW,CAAS,OAAO,CAAC,CAAC;IAC3C,CAAC;IAED;;;;;OAKG;IACI,oBAAoB;QACzB,OAAO,IAAI,CAAC,WAAW,CAAS,mBAAmB,CAAC,CAAC;IACvD,CAAC;CACF;AApBD,oEAoBC","sourcesContent":["import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';\n\n/**\n * This is the base class for oj-c-list-item-layout WebElement, and is generated from the\n * component's metadata. Do not modify these contents since they'll be replaced\n * during the next generation.\n * Put overrides into the WebElements's subclass, ListItemLayoutWebElement.ts.\n */\nexport class ListItemLayoutWebElementBase extends OjWebElement {\n /**\n * Gets the value of <code>inset</code> property.\n * Controls padding around outside of list item layouts.\n * @return The value of <code>inset</code> property.\n *\n */\n public getInset(): Promise<string> {\n return this.getProperty<string>('inset');\n }\n\n /**\n * Gets the value of <code>verticalAlignment</code> property.\n * Default is 'middle' which vertically aligns layout content to center of the row.\n * @return The value of <code>verticalAlignment</code> property.\n *\n */\n public getVerticalAlignment(): Promise<string> {\n return this.getProperty<string>('verticalAlignment');\n }\n}\n"]}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
exports.ListItemLayoutWebElement = void 0;
|
|
4
|
+
exports.findListItemLayout = findListItemLayout;
|
|
5
|
+
const oraclejet_webdriver_1 = require("@oracle/oraclejet-webdriver");
|
|
6
|
+
const ListItemLayoutWebElement_1 = require("./ListItemLayoutWebElement");
|
|
6
7
|
Object.defineProperty(exports, "ListItemLayoutWebElement", { enumerable: true, get: function () { return ListItemLayoutWebElement_1.ListItemLayoutWebElement; } });
|
|
7
8
|
/**
|
|
8
9
|
* Retrieve an instance of [ListItemLayoutWebElement](../classes/ListItemLayoutWebElement.html).
|
|
@@ -29,6 +30,5 @@ async function findListItemLayout(driver, by) {
|
|
|
29
30
|
}
|
|
30
31
|
return webEl;
|
|
31
32
|
}
|
|
32
|
-
exports.findListItemLayout = findListItemLayout;
|
|
33
33
|
(0, oraclejet_webdriver_1.register)('oj-c-list-item-layout', ListItemLayoutWebElement_1.ListItemLayoutWebElement);
|
|
34
34
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AAiBA,gDAiBC;AAjCD,qEAAmE;AACnE,yEAAsE;AAC7D,yGADA,mDAAwB,OACA;AAEjC;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,kBAAkB,CACtC,MAAkB,EAClB,EAAM;IAEN,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,6DAA6D;IAC7D,IAAI,CAAC,CAAC,KAAK,YAAY,mDAAwB,CAAC,EAAE,CAAC;QACjD,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,0BAA0B,EAAE,CAAC;YAC1D,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,sBAAsB,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,mDAAwB,CAAC,IAAI,KAAK,YAAY,EAAE,CAC/I,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,IAAA,8BAAQ,EAAC,uBAAuB,EAAE,mDAAwB,CAAC,CAAC","sourcesContent":["import { By } from 'selenium-webdriver';\nimport { DriverLike, register } from '@oracle/oraclejet-webdriver';\nimport { ListItemLayoutWebElement } from './ListItemLayoutWebElement';\nexport { ListItemLayoutWebElement };\n\n/**\n * Retrieve an instance of [ListItemLayoutWebElement](../classes/ListItemLayoutWebElement.html).\n * @example\n * ```javascript\n * import { findListItemLayout } from '@oracle/oraclejet-core-pack/webdriver';\n * const el = await findListItemLayout(driver, By.id('my-oj-c-list-item-layout'));\n * ```\n * @param driver A WebDriver/WebElement instance from where the element will be\n * searched. If WebDriver is passed, the element will be searched globally in the\n * document. If WebElement is passed, the search will be relative to this element.\n * @param by The locator with which to find the element\n */\nexport async function findListItemLayout(\n driver: DriverLike,\n by: By\n): Promise<ListItemLayoutWebElement> {\n const webEl = await driver.findElement(by);\n // Check that the element is of type ListItemLayoutWebElement\n if (!(webEl instanceof ListItemLayoutWebElement)) {\n const tagName = await webEl.getTagName();\n let supplemental = '';\n if (webEl.constructor.name === 'ListItemLayoutWebElement') {\n supplemental = 'You likely have multiple installations of this package.';\n }\n throw Error(\n `findListItemLayout(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${ListItemLayoutWebElement.name}. ${supplemental}`\n );\n }\n return webEl;\n}\n\nregister('oj-c-list-item-layout', ListItemLayoutWebElement);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "list-item-layout",
|
|
3
|
-
"version": "
|
|
4
|
-
"jetVersion": "^
|
|
3
|
+
"version": "18.0.0",
|
|
4
|
+
"jetVersion": "^18.0.0",
|
|
5
5
|
"pack": "oj-c",
|
|
6
6
|
"type": "composite",
|
|
7
7
|
"dependencyScope": "runtime",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"description": "Not accessible to WebDriverJS."
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
|
-
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet
|
|
34
|
+
"docUrl": "https://www.oracle.com/webfolder/technetwork/jet/cpwdtsdoc/classes/ListItemLayoutWebElement.html"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"since": "14.0.0",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ListViewWebElementBase } from './ListViewWebElementBase';
|
|
2
2
|
import { SlotProxy } from '@oracle/oraclejet-webdriver';
|
|
3
|
+
import { doContextMenuAction as MenuUtilsDoContextMenuAction, doContextMenuGroupAction as MenuUtilsDoContextMenuGroupAction } from './contextMenuUtils';
|
|
3
4
|
/**
|
|
4
5
|
* The component WebElement for [oj-c-list-view](../../../oj-c/docs/oj.ListView.html).
|
|
5
6
|
* Do not instantiate this class directly, instead, use
|
|
@@ -29,4 +30,22 @@ export declare class ListViewWebElement extends ListViewWebElementBase {
|
|
|
29
30
|
findItem<T>(itemLocator: {
|
|
30
31
|
key: T;
|
|
31
32
|
}): Promise<SlotProxy>;
|
|
33
|
+
/**
|
|
34
|
+
* Find a listviewitem, trigger a context menu from it and click a menu item.
|
|
35
|
+
* @param itemLocator The item locator key within the Collection's dataset associated with the item.
|
|
36
|
+
* @param path Path that consist of the label/key of the menu item and the label/key of the submenu that leads to the menu item.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
doContextMenuAction<T>(itemLocator: {
|
|
40
|
+
key: T;
|
|
41
|
+
}, path: Parameters<typeof MenuUtilsDoContextMenuAction>[0]): Promise<void>;
|
|
42
|
+
/**
|
|
43
|
+
* Find a listviewitem, trigger a context menu from it and click a select menu item.
|
|
44
|
+
* @param itemLocator The item locator key within the Collection's dataset associated with the item.
|
|
45
|
+
* @param path Path that consist of the label/key of the menu item and the label/key of the submenu that leads to the menu item. If key is specified it also include item value of the select menu item that is going to be clicked.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
doContextMenuGroupAction<T>(itemLocator: {
|
|
49
|
+
key: T;
|
|
50
|
+
}, path: Parameters<typeof MenuUtilsDoContextMenuGroupAction>[0]): Promise<void>;
|
|
32
51
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListViewWebElement = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
const ListViewWebElementBase_1 = require("./ListViewWebElementBase");
|
|
5
|
+
const selenium_webdriver_1 = require("selenium-webdriver");
|
|
6
|
+
const oraclejet_webdriver_1 = require("@oracle/oraclejet-webdriver");
|
|
7
|
+
const oj_module_proxy_1 = require("@oracle/oraclejet-webdriver/lib/oj-module-proxy");
|
|
8
|
+
const contextMenuUtils_1 = require("./contextMenuUtils");
|
|
8
9
|
/**
|
|
9
10
|
* The component WebElement for [oj-c-list-view](../../../oj-c/docs/oj.ListView.html).
|
|
10
11
|
* Do not instantiate this class directly, instead, use
|
|
@@ -21,9 +22,7 @@ class ListViewWebElement extends ListViewWebElementBase_1.ListViewWebElementBase
|
|
|
21
22
|
*/
|
|
22
23
|
async changeSelected(selected) {
|
|
23
24
|
await this.whenReady();
|
|
24
|
-
return (0, oj_module_proxy_1.executeWithModules)(this.getDriver(), ['KeySet'], [this, selected],
|
|
25
|
-
({ KeySetImpl }, ele, selected) => ele.selected = new KeySetImpl(selected)
|
|
26
|
-
`);
|
|
25
|
+
return (0, oj_module_proxy_1.executeWithModules)(this.getDriver(), ['KeySet'], [this, selected], ({ KeySetImpl }, ele, selected) => (ele.selected = new KeySetImpl(selected)));
|
|
27
26
|
}
|
|
28
27
|
/**
|
|
29
28
|
* Gets the value of "selected" property.
|
|
@@ -34,12 +33,9 @@ class ListViewWebElement extends ListViewWebElementBase_1.ListViewWebElementBase
|
|
|
34
33
|
*/
|
|
35
34
|
async getSelected() {
|
|
36
35
|
await this.whenReady();
|
|
37
|
-
const selected = await this.getDriver().executeScript(
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
: Array.from(ele.selected.values())
|
|
41
|
-
return selected;
|
|
42
|
-
`, this);
|
|
36
|
+
const selected = await this.getDriver().executeScript((ele) => ele.selected.isAddAll()
|
|
37
|
+
? Array.from(ele.selected.deletedValues())
|
|
38
|
+
: Array.from(ele.selected.values()), this);
|
|
43
39
|
return selected;
|
|
44
40
|
}
|
|
45
41
|
/**
|
|
@@ -55,6 +51,40 @@ class ListViewWebElement extends ListViewWebElementBase_1.ListViewWebElementBase
|
|
|
55
51
|
throw Error(`No corresponding item found for the itemLocator ${JSON.stringify(itemLocator, null, 2)}`);
|
|
56
52
|
}
|
|
57
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* Find a listviewitem, trigger a context menu from it and click a menu item.
|
|
56
|
+
* @param itemLocator The item locator key within the Collection's dataset associated with the item.
|
|
57
|
+
* @param path Path that consist of the label/key of the menu item and the label/key of the submenu that leads to the menu item.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
async doContextMenuAction(itemLocator, path) {
|
|
61
|
+
await this.whenReady();
|
|
62
|
+
let el;
|
|
63
|
+
try {
|
|
64
|
+
el = await this.findElement(selenium_webdriver_1.By.css(`[data-oj-key="${itemLocator.key}"] [role="gridcell"]`));
|
|
65
|
+
}
|
|
66
|
+
catch (ex) {
|
|
67
|
+
throw Error(`No corresponding item found for the itemLocator ${JSON.stringify(itemLocator, null, 2)}`);
|
|
68
|
+
}
|
|
69
|
+
await (0, contextMenuUtils_1.doContextMenuAction)(path, el, this);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Find a listviewitem, trigger a context menu from it and click a select menu item.
|
|
73
|
+
* @param itemLocator The item locator key within the Collection's dataset associated with the item.
|
|
74
|
+
* @param path Path that consist of the label/key of the menu item and the label/key of the submenu that leads to the menu item. If key is specified it also include item value of the select menu item that is going to be clicked.
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
async doContextMenuGroupAction(itemLocator, path) {
|
|
78
|
+
await this.whenReady();
|
|
79
|
+
let el;
|
|
80
|
+
try {
|
|
81
|
+
el = await this.findElement(selenium_webdriver_1.By.css(`[data-oj-key="${itemLocator.key}"] [role="gridcell"]`));
|
|
82
|
+
}
|
|
83
|
+
catch (ex) {
|
|
84
|
+
throw Error(`No corresponding item found for the itemLocator ${JSON.stringify(itemLocator, null, 2)}`);
|
|
85
|
+
}
|
|
86
|
+
await (0, contextMenuUtils_1.doContextMenuGroupAction)(path, el, this);
|
|
87
|
+
}
|
|
58
88
|
}
|
|
59
89
|
exports.ListViewWebElement = ListViewWebElement;
|
|
60
90
|
//# sourceMappingURL=ListViewWebElement.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListViewWebElement.js","sourceRoot":"","sources":["ListViewWebElement.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"ListViewWebElement.js","sourceRoot":"","sources":["ListViewWebElement.ts"],"names":[],"mappings":";;;AAAA,qEAAkE;AAClE,2DAAoD;AACpD,qEAAmE;AACnE,qFAAqF;AACrF,yDAG4B;AAC5B;;;;GAIG;AACH,MAAa,kBAAmB,SAAQ,+CAAsB;IAC5D,qBAAqB;IACrB;;;;;;OAMG;IACH,KAAK,CAAC,cAAc,CAAI,QAAkB;QACxC,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;QACvB,OAAO,IAAA,oCAAkB,EACvB,IAAI,CAAC,SAAS,EAAE,EAChB,CAAC,QAAQ,CAAC,EACV,CAAC,IAAI,EAAE,QAAQ,CAAC,EAChB,CAAC,EAAE,UAAU,EAAE,EAAE,GAAG,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,QAAQ,GAAG,IAAI,UAAU,CAAC,QAAQ,CAAC,CAAC,CAC7E,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,WAAW;QACf,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;QACvB,MAAM,QAAQ,GAAa,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC,aAAa,CAC7D,CAAC,GAAQ,EAAE,EAAE,CACX,GAAG,CAAC,QAAQ,CAAC,QAAQ,EAAE;YACrB,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,aAAa,EAAE,CAAC;YAC1C,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EACvC,IAAI,CACL,CAAC;QACF,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,QAAQ,CAAI,WAAuB;QACvC,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;QACvB,IAAI,CAAC;YACH,OAAO,IAAA,+BAAS,EACd,MAAM,IAAI,CAAC,WAAW,CAAC,uBAAE,CAAC,GAAG,CAAC,iBAAiB,WAAW,CAAC,GAAG,sBAAsB,CAAC,CAAC,CACvF,CAAC;QACJ,CAAC;QAAC,OAAO,EAAE,EAAE,CAAC;YACZ,MAAM,KAAK,CACT,mDAAmD,IAAI,CAAC,SAAS,CAAC,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAC1F,CAAC;QACJ,CAAC;IACH,CAAC;IAED;;;;;OAKG;IACI,KAAK,CAAC,mBAAmB,CAC9B,WAAuB,EACvB,IAAwD;QAExD,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;QACvB,IAAI,EAAc,CAAC;QACnB,IAAI,CAAC;YACH,EAAE,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,uBAAE,CAAC,GAAG,CAAC,iBAAiB,WAAW,CAAC,GAAG,sBAAsB,CAAC,CAAC,CAAC;QAC9F,CAAC;QAAC,OAAO,EAAE,EAAE,CAAC;YACZ,MAAM,KAAK,CACT,mDAAmD,IAAI,CAAC,SAAS,CAAC,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAC1F,CAAC;QACJ,CAAC;QACD,MAAM,IAAA,sCAA4B,EAAC,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACrD,CAAC;IAED;;;;;OAKG;IACI,KAAK,CAAC,wBAAwB,CACnC,WAAuB,EACvB,IAA6D;QAE7D,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;QACvB,IAAI,EAAc,CAAC;QACnB,IAAI,CAAC;YACH,EAAE,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,uBAAE,CAAC,GAAG,CAAC,iBAAiB,WAAW,CAAC,GAAG,sBAAsB,CAAC,CAAC,CAAC;QAC9F,CAAC;QAAC,OAAO,EAAE,EAAE,CAAC;YACZ,MAAM,KAAK,CACT,mDAAmD,IAAI,CAAC,SAAS,CAAC,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAC1F,CAAC;QACJ,CAAC;QACD,MAAM,IAAA,2CAAiC,EAAC,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;CACF;AAlGD,gDAkGC","sourcesContent":["import { ListViewWebElementBase } from './ListViewWebElementBase';\nimport { By, WebElement } from 'selenium-webdriver';\nimport { SlotProxy, slotProxy } from '@oracle/oraclejet-webdriver';\nimport { executeWithModules } from '@oracle/oraclejet-webdriver/lib/oj-module-proxy';\nimport {\n doContextMenuAction as MenuUtilsDoContextMenuAction,\n doContextMenuGroupAction as MenuUtilsDoContextMenuGroupAction\n} from './contextMenuUtils';\n/**\n * The component WebElement for [oj-c-list-view](../../../oj-c/docs/oj.ListView.html).\n * Do not instantiate this class directly, instead, use\n * [findListView](../functions/findListView.html).\n */\nexport class ListViewWebElement extends ListViewWebElementBase {\n // Put overrides here\n /**\n * Sets the value of \"selected\" property.\n * Specifies the current selected items in the listview. See the Help documentation for more information.\n * @param selected The value to set for \"selected\"\n * @override\n * @typeparam K Type of keys\n */\n async changeSelected<K>(selected: Array<K>) {\n await this.whenReady();\n return executeWithModules<K>(\n this.getDriver(),\n ['KeySet'],\n [this, selected],\n ({ KeySetImpl }, ele, selected) => (ele.selected = new KeySetImpl(selected))\n );\n }\n\n /**\n * Gets the value of \"selected\" property.\n * Retrieves the current selected items in the listview. See the Help documentation for more information.\n * @override\n * @typeparam K Type of keys\n * @return The value of \"selected\" property.\n */\n async getSelected<K>(): Promise<Array<K>> {\n await this.whenReady();\n const selected: Array<K> = await this.getDriver().executeScript(\n (ele: any) =>\n ele.selected.isAddAll()\n ? Array.from(ele.selected.deletedValues())\n : Array.from(ele.selected.values()),\n this\n );\n return selected;\n }\n\n /**\n * Retrieve a SlotProxy which represents a single listview item.\n * @param key The key within the Collection's dataset associated with the item.\n */\n async findItem<T>(itemLocator: { key: T }): Promise<SlotProxy> {\n await this.whenReady();\n try {\n return slotProxy(\n await this.findElement(By.css(`[data-oj-key=\"${itemLocator.key}\"] [role=\"gridcell\"]`))\n );\n } catch (ex) {\n throw Error(\n `No corresponding item found for the itemLocator ${JSON.stringify(itemLocator, null, 2)}`\n );\n }\n }\n\n /**\n * Find a listviewitem, trigger a context menu from it and click a menu item.\n * @param itemLocator The item locator key within the Collection's dataset associated with the item.\n * @param path Path that consist of the label/key of the menu item and the label/key of the submenu that leads to the menu item.\n *\n */\n public async doContextMenuAction<T>(\n itemLocator: { key: T },\n path: Parameters<typeof MenuUtilsDoContextMenuAction>[0]\n ): Promise<void> {\n await this.whenReady();\n let el: WebElement;\n try {\n el = await this.findElement(By.css(`[data-oj-key=\"${itemLocator.key}\"] [role=\"gridcell\"]`));\n } catch (ex) {\n throw Error(\n `No corresponding item found for the itemLocator ${JSON.stringify(itemLocator, null, 2)}`\n );\n }\n await MenuUtilsDoContextMenuAction(path, el, this);\n }\n\n /**\n * Find a listviewitem, trigger a context menu from it and click a select menu item.\n * @param itemLocator The item locator key within the Collection's dataset associated with the item.\n * @param path Path that consist of the label/key of the menu item and the label/key of the submenu that leads to the menu item. If key is specified it also include item value of the select menu item that is going to be clicked.\n *\n */\n public async doContextMenuGroupAction<T>(\n itemLocator: { key: T },\n path: Parameters<typeof MenuUtilsDoContextMenuGroupAction>[0]\n ): Promise<void> {\n await this.whenReady();\n let el: WebElement;\n try {\n el = await this.findElement(By.css(`[data-oj-key=\"${itemLocator.key}\"] [role=\"gridcell\"]`));\n } catch (ex) {\n throw Error(\n `No corresponding item found for the itemLocator ${JSON.stringify(itemLocator, null, 2)}`\n );\n }\n await MenuUtilsDoContextMenuGroupAction(path, el, this);\n }\n}\n"]}
|
|
@@ -8,11 +8,18 @@ import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';
|
|
|
8
8
|
export declare class ListViewWebElementBase extends OjWebElement {
|
|
9
9
|
/**
|
|
10
10
|
* Gets the value of <code>currentItem</code> property.
|
|
11
|
-
* The item that currently has keyboard focus
|
|
11
|
+
* The key of the item that currently has keyboard focus
|
|
12
12
|
* @return The value of <code>currentItem</code> property.
|
|
13
13
|
*
|
|
14
14
|
*/
|
|
15
|
-
getCurrentItem(): Promise<
|
|
15
|
+
getCurrentItem(): Promise<string | number>;
|
|
16
|
+
/**
|
|
17
|
+
* Gets the value of <code>currentItemOverride</code> property.
|
|
18
|
+
* The key of the item that will have keyboard focus
|
|
19
|
+
* @return The value of <code>currentItemOverride</code> property.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
getCurrentItemOverride(): Promise<CurrentItemOverride>;
|
|
16
23
|
/**
|
|
17
24
|
* Gets the value of <code>gridlines</code> property.
|
|
18
25
|
* Specifies whether the grid lines should be visible.
|
|
@@ -62,6 +69,19 @@ export declare class ListViewWebElementBase extends OjWebElement {
|
|
|
62
69
|
*
|
|
63
70
|
*/
|
|
64
71
|
getReorderable(): Promise<Reorderable>;
|
|
72
|
+
/**
|
|
73
|
+
* Gets the value of <code>item</code> property.
|
|
74
|
+
* The item option contains a subset of options for items.
|
|
75
|
+
* @return The value of <code>item</code> property.
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
getItem(): Promise<Item>;
|
|
79
|
+
}
|
|
80
|
+
export interface CurrentItemOverride {
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
rowKey: string | number;
|
|
65
85
|
}
|
|
66
86
|
export interface Gridlines {
|
|
67
87
|
/**
|
|
@@ -99,3 +119,9 @@ export interface Reorderable {
|
|
|
99
119
|
*/
|
|
100
120
|
items: string;
|
|
101
121
|
}
|
|
122
|
+
export interface Item {
|
|
123
|
+
/**
|
|
124
|
+
* It controls the padding around the list item
|
|
125
|
+
*/
|
|
126
|
+
padding: string | object;
|
|
127
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListViewWebElementBase = void 0;
|
|
4
|
-
|
|
4
|
+
const elements_1 = require("@oracle/oraclejet-webdriver/elements");
|
|
5
5
|
/**
|
|
6
6
|
* This is the base class for oj-c-list-view WebElement, and is generated from the
|
|
7
7
|
* component's metadata. Do not modify these contents since they'll be replaced
|
|
@@ -11,13 +11,22 @@ var elements_1 = require("@oracle/oraclejet-webdriver/elements");
|
|
|
11
11
|
class ListViewWebElementBase extends elements_1.OjWebElement {
|
|
12
12
|
/**
|
|
13
13
|
* Gets the value of <code>currentItem</code> property.
|
|
14
|
-
* The item that currently has keyboard focus
|
|
14
|
+
* The key of the item that currently has keyboard focus
|
|
15
15
|
* @return The value of <code>currentItem</code> property.
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
getCurrentItem() {
|
|
19
19
|
return this.getProperty('currentItem');
|
|
20
20
|
}
|
|
21
|
+
/**
|
|
22
|
+
* Gets the value of <code>currentItemOverride</code> property.
|
|
23
|
+
* The key of the item that will have keyboard focus
|
|
24
|
+
* @return The value of <code>currentItemOverride</code> property.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
getCurrentItemOverride() {
|
|
28
|
+
return this.getProperty('currentItemOverride');
|
|
29
|
+
}
|
|
21
30
|
/**
|
|
22
31
|
* Gets the value of <code>gridlines</code> property.
|
|
23
32
|
* Specifies whether the grid lines should be visible.
|
|
@@ -81,6 +90,15 @@ class ListViewWebElementBase extends elements_1.OjWebElement {
|
|
|
81
90
|
getReorderable() {
|
|
82
91
|
return this.getProperty('reorderable');
|
|
83
92
|
}
|
|
93
|
+
/**
|
|
94
|
+
* Gets the value of <code>item</code> property.
|
|
95
|
+
* The item option contains a subset of options for items.
|
|
96
|
+
* @return The value of <code>item</code> property.
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
getItem() {
|
|
100
|
+
return this.getProperty('item');
|
|
101
|
+
}
|
|
84
102
|
}
|
|
85
103
|
exports.ListViewWebElementBase = ListViewWebElementBase;
|
|
86
104
|
//# sourceMappingURL=ListViewWebElementBase.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListViewWebElementBase.js","sourceRoot":"","sources":["ListViewWebElementBase.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"ListViewWebElementBase.js","sourceRoot":"","sources":["ListViewWebElementBase.ts"],"names":[],"mappings":";;;AAAA,mEAAoE;AAEpE;;;;;GAKG;AACH,MAAa,sBAAuB,SAAQ,uBAAY;IACtD;;;;;OAKG;IACI,cAAc;QACnB,OAAO,IAAI,CAAC,WAAW,CAAkB,aAAa,CAAC,CAAC;IAC1D,CAAC;IAED;;;;;OAKG;IACI,sBAAsB;QAC3B,OAAO,IAAI,CAAC,WAAW,CAAsB,qBAAqB,CAAC,CAAC;IACtE,CAAC;IAED;;;;;OAKG;IACI,YAAY;QACjB,OAAO,IAAI,CAAC,WAAW,CAAY,WAAW,CAAC,CAAC;IAClD,CAAC;IAED;;;;;OAKG;IACI,sBAAsB;QAC3B,OAAO,IAAI,CAAC,WAAW,CAAsB,qBAAqB,CAAC,CAAC;IACtE,CAAC;IAED;;;;;OAKG;IACI,cAAc,CAAC,QAAgB;QACpC,OAAO,IAAI,CAAC,WAAW,CAAS,UAAU,EAAE,QAAQ,CAAC,CAAC;IACxD,CAAC;IAED;;;;;OAKG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAS,UAAU,CAAC,CAAC;IAC9C,CAAC;IAED;;;;;OAKG;IACI,gBAAgB;QACrB,OAAO,IAAI,CAAC,WAAW,CAAS,eAAe,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,oBAAoB;QACzB,OAAO,IAAI,CAAC,WAAW,CAAoB,mBAAmB,CAAC,CAAC;IAClE,CAAC;IAED;;;;;OAKG;IACI,cAAc;QACnB,OAAO,IAAI,CAAC,WAAW,CAAc,aAAa,CAAC,CAAC;IACtD,CAAC;IAED;;;;;OAKG;IACI,OAAO;QACZ,OAAO,IAAI,CAAC,WAAW,CAAO,MAAM,CAAC,CAAC;IACxC,CAAC;CACF;AApGD,wDAoGC","sourcesContent":["import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';\n\n/**\n * This is the base class for oj-c-list-view WebElement, and is generated from the\n * component's metadata. Do not modify these contents since they'll be replaced\n * during the next generation.\n * Put overrides into the WebElements's subclass, ListViewWebElement.ts.\n */\nexport class ListViewWebElementBase extends OjWebElement {\n /**\n * Gets the value of <code>currentItem</code> property.\n * The key of the item that currently has keyboard focus\n * @return The value of <code>currentItem</code> property.\n *\n */\n public getCurrentItem(): Promise<string | number> {\n return this.getProperty<string | number>('currentItem');\n }\n\n /**\n * Gets the value of <code>currentItemOverride</code> property.\n * The key of the item that will have keyboard focus\n * @return The value of <code>currentItemOverride</code> property.\n *\n */\n public getCurrentItemOverride(): Promise<CurrentItemOverride> {\n return this.getProperty<CurrentItemOverride>('currentItemOverride');\n }\n\n /**\n * Gets the value of <code>gridlines</code> property.\n * Specifies whether the grid lines should be visible.\n * @return The value of <code>gridlines</code> property.\n *\n */\n public getGridlines(): Promise<Gridlines> {\n return this.getProperty<Gridlines>('gridlines');\n }\n\n /**\n * Gets the value of <code>scrollPolicyOptions</code> property.\n * Specifies fetch options for scrolling behaviors that trigger data fetches.\n * @return The value of <code>scrollPolicyOptions</code> property.\n *\n */\n public getScrollPolicyOptions(): Promise<ScrollPolicyOptions> {\n return this.getProperty<ScrollPolicyOptions>('scrollPolicyOptions');\n }\n\n /**\n * Sets the value of <code>selected</code> property.\n * The selected property\n * @param selected The value to set for <code>selected</code>\n *\n */\n public changeSelected(selected: object): Promise<void> {\n return this.setProperty<object>('selected', selected);\n }\n\n /**\n * Gets the value of <code>selected</code> property.\n * The selected property\n * @return The value of <code>selected</code> property.\n *\n */\n public getSelected(): Promise<object> {\n return this.getProperty<object>('selected');\n }\n\n /**\n * Gets the value of <code>selectionMode</code> property.\n * Type of selection behavior for the ListView\n * @return The value of <code>selectionMode</code> property.\n *\n */\n public getSelectionMode(): Promise<string> {\n return this.getProperty<string>('selectionMode');\n }\n\n /**\n * Gets the value of <code>contextMenuConfig</code> property.\n * Specifies a context menu configuration.\n * @return The value of <code>contextMenuConfig</code> property.\n *\n */\n public getContextMenuConfig(): Promise<ContextMenuConfig> {\n return this.getProperty<ContextMenuConfig>('contextMenuConfig');\n }\n\n /**\n * Gets the value of <code>reorderable</code> property.\n * Specify the item reordering functionality.\n * @return The value of <code>reorderable</code> property.\n *\n */\n public getReorderable(): Promise<Reorderable> {\n return this.getProperty<Reorderable>('reorderable');\n }\n\n /**\n * Gets the value of <code>item</code> property.\n * The item option contains a subset of options for items.\n * @return The value of <code>item</code> property.\n *\n */\n public getItem(): Promise<Item> {\n return this.getProperty<Item>('item');\n }\n}\nexport interface CurrentItemOverride {\n /**\n *\n */\n rowKey: string | number;\n}\nexport interface Gridlines {\n /**\n *\n */\n item: string;\n /**\n *\n */\n top: string;\n /**\n *\n */\n bottom: string;\n}\nexport interface ScrollPolicyOptions {\n /**\n *\n */\n fetchSize: number;\n /**\n *\n */\n scroller: string;\n}\nexport interface ContextMenuConfig {\n /**\n *\n */\n accessibleLabel: string;\n}\nexport interface Reorderable {\n /**\n *\n */\n items: string;\n}\nexport interface Item {\n /**\n * It controls the padding around the list item\n */\n padding: string | object;\n}\n"]}
|