@oracle/oraclejet-core-pack 17.1.4 → 18.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oj-c/ActionCard.json +2 -2
- package/oj-c/AreaChart.json +174 -6
- package/oj-c/Button.json +12 -16
- package/oj-c/ButtonsetMultiple.json +17 -14
- package/oj-c/ButtonsetSingle.json +17 -14
- package/oj-c/CardView.json +31 -4
- package/oj-c/Checkboxset.json +9 -2
- package/oj-c/Dialog.json +891 -0
- package/oj-c/DrawerLayout.json +1 -1
- package/oj-c/DrawerPopup.json +20 -1
- package/oj-c/Dropdown/Dropdown.js +1 -2
- package/oj-c/FilePicker.json +2 -2
- package/oj-c/FormControlWrapper/FormControlWrapper.js +1 -2
- package/oj-c/FormLayout.json +7 -0
- package/oj-c/InputDateMask.json +8 -1
- package/oj-c/InputDatePicker.json +7 -0
- package/oj-c/InputDateText.json +51 -44
- package/oj-c/InputMonthMask.json +8 -1
- package/oj-c/InputNumber.json +8 -1
- package/oj-c/InputPassword.json +7 -0
- package/oj-c/InputSensitiveText.json +8 -1
- package/oj-c/InputText.json +7 -0
- package/oj-c/LabelledLink.json +8 -1
- package/oj-c/Legend.json +203 -2
- package/oj-c/LineChart.json +174 -6
- package/oj-c/ListView.json +143 -5
- package/oj-c/MenuButton.json +80 -9
- package/oj-c/MessageBanner.json +3 -3
- package/oj-c/MessageToast.json +4 -4
- package/oj-c/Popup.json +7 -45
- package/oj-c/ProgressBar.json +1 -1
- package/oj-c/ProgressCircle.json +1 -1
- package/oj-c/Radioset.json +9 -2
- package/oj-c/SelectMultiple.json +33 -3
- package/oj-c/SelectSingle.json +31 -1
- package/oj-c/SelectionCard.json +1 -1
- package/oj-c/Selector.json +7 -8
- package/oj-c/Sheet/Sheet.js +1 -2
- package/oj-c/Skeleton.json +192 -0
- package/oj-c/SplitMenuButton.json +15 -19
- package/oj-c/TabBar.json +154 -8
- package/oj-c/TabBarMixed.json +7 -7
- package/oj-c/Table.json +155 -2
- package/oj-c/TagCloud.json +171 -3
- package/oj-c/TextArea.json +7 -0
- package/oj-c/ToggleButton.json +12 -16
- package/oj-c/Toolbar.json +2214 -0
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js +2 -2
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js.map +1 -1
- package/oj-c/action-card/__webdriver__/ActionCardWebElementBase.js +1 -1
- package/oj-c/action-card/__webdriver__/ActionCardWebElementBase.js.map +1 -1
- package/oj-c/action-card/__webdriver__/index.js +4 -4
- package/oj-c/action-card/__webdriver__/index.js.map +1 -1
- package/oj-c/action-card/component.json +6 -6
- package/oj-c/area-chart/__webdriver__/AreaChartWebElement.js +1 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElement.js.map +1 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +13 -0
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +10 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/__webdriver__/index.js +4 -4
- package/oj-c/area-chart/__webdriver__/index.js.map +1 -1
- package/oj-c/area-chart/area-chart-styles.css +1 -1
- package/oj-c/area-chart/area-chart.js +9 -8
- package/oj-c/area-chart/component.json +52 -5
- package/oj-c/area-chart-group/component.json +2 -2
- package/oj-c/area-chart-item/component.json +2 -2
- package/oj-c/area-chart-series/component.json +2 -2
- package/oj-c/avatar/__webdriver__/AvatarWebElement.js +1 -1
- package/oj-c/avatar/__webdriver__/AvatarWebElement.js.map +1 -1
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js +1 -1
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js.map +1 -1
- package/oj-c/avatar/__webdriver__/index.js +4 -4
- package/oj-c/avatar/__webdriver__/index.js.map +1 -1
- package/oj-c/avatar/component.json +3 -3
- package/oj-c/button/__webdriver__/ButtonWebElement.js +3 -3
- package/oj-c/button/__webdriver__/ButtonWebElement.js.map +1 -1
- package/oj-c/button/__webdriver__/ButtonWebElementBase.js +1 -1
- package/oj-c/button/__webdriver__/ButtonWebElementBase.js.map +1 -1
- package/oj-c/button/__webdriver__/index.js +4 -4
- package/oj-c/button/__webdriver__/index.js.map +1 -1
- package/oj-c/button/button.js +23 -52
- package/oj-c/button/component.json +9 -10
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js.map +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.d.ts +5 -5
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js.map +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/index.js +4 -4
- package/oj-c/buttonset-multiple/__webdriver__/index.js.map +1 -1
- package/oj-c/buttonset-multiple/buttonset-multiple.js +17 -42
- package/oj-c/buttonset-multiple/component.json +18 -13
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js +1 -1
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js.map +1 -1
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.d.ts +5 -5
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js +1 -1
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js.map +1 -1
- package/oj-c/buttonset-single/__webdriver__/index.js +4 -4
- package/oj-c/buttonset-single/__webdriver__/index.js.map +1 -1
- package/oj-c/buttonset-single/buttonset-single.js +17 -42
- package/oj-c/buttonset-single/component.json +18 -13
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js +11 -14
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -1
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.d.ts +1 -1
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js +1 -1
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js.map +1 -1
- package/oj-c/card-view/__webdriver__/index.js +4 -4
- package/oj-c/card-view/__webdriver__/index.js.map +1 -1
- package/oj-c/card-view/card-view.js +12 -8
- package/oj-c/card-view/cardViewItem.js +2 -2
- package/oj-c/card-view/component.json +18 -5
- package/oj-c/card-view/useCardViewPreact.js +9 -16
- package/oj-c/checkbox/__webdriver__/CheckboxWebElement.js +2 -2
- package/oj-c/checkbox/__webdriver__/CheckboxWebElement.js.map +1 -1
- package/oj-c/checkbox/__webdriver__/CheckboxWebElementBase.js +1 -1
- package/oj-c/checkbox/__webdriver__/CheckboxWebElementBase.js.map +1 -1
- package/oj-c/checkbox/__webdriver__/index.js +4 -4
- package/oj-c/checkbox/__webdriver__/index.js.map +1 -1
- package/oj-c/checkbox/component.json +3 -3
- package/oj-c/checkbox/useCheckboxPreact.js +1 -2
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElement.js +2 -2
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElement.js.map +1 -1
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElementBase.d.ts +3 -3
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElementBase.js +2 -2
- package/oj-c/checkboxset/__webdriver__/CheckboxsetWebElementBase.js.map +1 -1
- package/oj-c/checkboxset/__webdriver__/index.js +4 -4
- package/oj-c/checkboxset/__webdriver__/index.js.map +1 -1
- package/oj-c/checkboxset/checkboxset.js +1 -1
- package/oj-c/checkboxset/component.json +11 -4
- package/oj-c/checkboxset/useCheckboxsetPreact.js +1 -2
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js +2 -2
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js.map +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js.map +1 -1
- package/oj-c/collapsible/__webdriver__/index.js +4 -4
- package/oj-c/collapsible/__webdriver__/index.js.map +1 -1
- package/oj-c/collapsible/collapsible.js +2 -2
- package/oj-c/collapsible/component.json +3 -3
- package/oj-c/component.json +17 -5
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js +1 -1
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js.map +1 -1
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js +1 -1
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js.map +1 -1
- package/oj-c/conveyor-belt/__webdriver__/index.js +4 -4
- package/oj-c/conveyor-belt/__webdriver__/index.js.map +1 -1
- package/oj-c/conveyor-belt/component.json +3 -3
- package/oj-c/corepackbundle.js +1684 -1882
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js +1 -1
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js.map +1 -1
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +1 -1
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -1
- package/oj-c/date-picker/__webdriver__/index.js +4 -4
- package/oj-c/date-picker/__webdriver__/index.js.map +1 -1
- package/oj-c/date-picker/component.json +3 -3
- package/oj-c/dialog/__webdriver__/DialogWebElement.d.ts +20 -0
- package/oj-c/dialog/__webdriver__/DialogWebElement.js +55 -0
- package/oj-c/dialog/__webdriver__/DialogWebElement.js.map +1 -0
- package/oj-c/dialog/__webdriver__/DialogWebElementBase.d.ts +128 -0
- package/oj-c/dialog/__webdriver__/DialogWebElementBase.js +167 -0
- package/oj-c/dialog/__webdriver__/DialogWebElementBase.js.map +1 -0
- package/oj-c/dialog/__webdriver__/index.d.ts +17 -0
- package/oj-c/dialog/__webdriver__/index.js +34 -0
- package/oj-c/dialog/__webdriver__/index.js.map +1 -0
- package/oj-c/dialog/component.json +363 -0
- package/oj-c/dialog/dialog-styles.css +12 -0
- package/oj-c/dialog/dialog.js +148 -0
- package/oj-c/dialog/index.js +6 -0
- package/oj-c/dialog.js +6 -0
- package/oj-c/drag-handle/component.json +3 -3
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js +1 -1
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js.map +1 -1
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js +1 -1
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js.map +1 -1
- package/oj-c/drawer-layout/__webdriver__/index.js +4 -4
- package/oj-c/drawer-layout/__webdriver__/index.js.map +1 -1
- package/oj-c/drawer-layout/component.json +3 -3
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElement.d.ts +19 -0
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElement.js +59 -1
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElement.js.map +1 -1
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElementBase.d.ts +7 -0
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElementBase.js +10 -1
- package/oj-c/drawer-popup/__webdriver__/DrawerPopupWebElementBase.js.map +1 -1
- package/oj-c/drawer-popup/__webdriver__/index.js +4 -4
- package/oj-c/drawer-popup/__webdriver__/index.js.map +1 -1
- package/oj-c/drawer-popup/component.json +9 -3
- package/oj-c/drawer-popup/drawer-popup-styles.css +1 -1
- package/oj-c/drawer-popup/drawer-popup.js +24 -6
- package/oj-c/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +1 -2
- package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +1 -2
- package/oj-c/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +1 -2
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +2 -2
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +4 -93
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.d.ts +2 -2
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js +1 -1
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js.map +1 -1
- package/oj-c/file-picker/__webdriver__/index.js +4 -4
- package/oj-c/file-picker/__webdriver__/index.js.map +1 -1
- package/oj-c/file-picker/component.json +5 -5
- package/oj-c/file-picker/file-picker.js +2 -2
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElement.js +1 -1
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElement.js.map +1 -1
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElementBase.d.ts +1 -1
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElementBase.js +2 -2
- package/oj-c/form-layout/__webdriver__/FormLayoutWebElementBase.js.map +1 -1
- package/oj-c/form-layout/__webdriver__/index.js +4 -4
- package/oj-c/form-layout/__webdriver__/index.js.map +1 -1
- package/oj-c/form-layout/component.json +10 -3
- package/oj-c/form-layout/form-layout.js +1 -1
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js +1 -1
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js.map +1 -1
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js +1 -1
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js.map +1 -1
- package/oj-c/highlight-text/__webdriver__/index.js +4 -4
- package/oj-c/highlight-text/__webdriver__/index.js.map +1 -1
- package/oj-c/highlight-text/component.json +3 -3
- package/oj-c/hooks/PRIVATE_useSelectionContext/ItemKeyContext.js +6 -0
- package/oj-c/hooks/PRIVATE_useSelectionContext/SelectionContext.js +6 -0
- package/oj-c/hooks/PRIVATE_useSelectionContext/useItemKeyContext.js +8 -0
- package/oj-c/hooks/PRIVATE_useSelectionContext/useSelectionContext.js +8 -0
- package/oj-c/hooks/PRIVATE_useVisContextMenu/useVisContextMenu.js +41 -0
- package/oj-c/hooks/PRIVATE_useVisData/useVisData.js +1 -2
- package/oj-c/hooks/UNSAFE_useChartData/useChartData.js +3 -3
- package/oj-c/hooks/UNSAFE_useDataProvider/useDataProvider.js +1 -2
- package/oj-c/hooks/UNSAFE_useDataProvider/utils.js +1 -2
- package/oj-c/hooks/UNSAFE_useEditableValue/converterUtils.js +5 -5
- package/oj-c/hooks/UNSAFE_useEditableValue/index.js +4 -2
- package/oj-c/hooks/UNSAFE_useEditableValue/reducer.js +26 -17
- package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +91 -51
- package/oj-c/hooks/UNSAFE_useEditableValue/utils.js +13 -1
- package/oj-c/hooks/UNSAFE_useEditableValue/validationUtils.js +2 -3
- package/oj-c/hooks/UNSAFE_useLegendPosition/useLegendPosition.js +1 -2
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +48 -13
- package/oj-c/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +1 -2
- package/oj-c/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +6 -6
- package/oj-c/hooks/UNSAFE_useVizCategories/useVizCategories.js +17 -4
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElement.js +1 -1
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElement.js.map +1 -1
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElementBase.d.ts +1 -1
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElementBase.js +2 -2
- package/oj-c/input-date-mask/__webdriver__/InputDateMaskWebElementBase.js.map +1 -1
- package/oj-c/input-date-mask/__webdriver__/index.js +4 -4
- package/oj-c/input-date-mask/__webdriver__/index.js.map +1 -1
- package/oj-c/input-date-mask/component.json +11 -4
- package/oj-c/input-date-mask/useInputDateMaskPreact.js +6 -6
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js +4 -4
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js.map +1 -1
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +1 -1
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +2 -2
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -1
- package/oj-c/input-date-picker/__webdriver__/index.js +4 -4
- package/oj-c/input-date-picker/__webdriver__/index.js.map +1 -1
- package/oj-c/input-date-picker/component.json +10 -3
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js +4 -8
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js.map +1 -1
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +1 -1
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +2 -2
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -1
- package/oj-c/input-date-text/__webdriver__/index.js +4 -4
- package/oj-c/input-date-text/__webdriver__/index.js.map +1 -1
- package/oj-c/input-date-text/component.json +11 -4
- package/oj-c/input-date-text/useImplicitDateConverter.js +1 -2
- package/oj-c/input-date-text/useImplicitDateRangeValidator.js +1 -2
- package/oj-c/input-date-text/useInputDateTextPreact.js +5 -6
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +1 -1
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -1
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +1 -1
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +2 -2
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -1
- package/oj-c/input-month-mask/__webdriver__/index.js +4 -4
- package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -1
- package/oj-c/input-month-mask/component.json +11 -4
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +1 -2
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +5 -6
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.js +4 -8
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.js.map +1 -1
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +2 -2
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +2 -2
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
- package/oj-c/input-number/__webdriver__/index.js +4 -4
- package/oj-c/input-number/__webdriver__/index.js.map +1 -1
- package/oj-c/input-number/component.json +11 -4
- package/oj-c/input-number/input-number.js +1 -1
- package/oj-c/input-number/stepBasisUtils.js +1 -2
- package/oj-c/input-number/useImplicitNumberConverter.js +1 -2
- package/oj-c/input-number/useImplicitNumberRangeValidator.js +9 -3
- package/oj-c/input-number/useNumberInputTextPreact.js +96 -56
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js +4 -8
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js.map +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +2 -2
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/__webdriver__/index.js +4 -4
- package/oj-c/input-password/__webdriver__/index.js.map +1 -1
- package/oj-c/input-password/component.json +10 -3
- package/oj-c/input-password/useInputPasswordPreact.js +3 -4
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +4 -8
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -1
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +1 -1
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +2 -2
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -1
- package/oj-c/input-sensitive-text/__webdriver__/index.js +4 -4
- package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -1
- package/oj-c/input-sensitive-text/component.json +11 -4
- package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +4 -5
- package/oj-c/input-text/__webdriver__/InputTextWebElement.js +4 -8
- package/oj-c/input-text/__webdriver__/InputTextWebElement.js.map +1 -1
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.d.ts +1 -1
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js +2 -2
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js.map +1 -1
- package/oj-c/input-text/__webdriver__/index.js +4 -4
- package/oj-c/input-text/__webdriver__/index.js.map +1 -1
- package/oj-c/input-text/component.json +10 -3
- package/oj-c/input-text/useInputTextPreact.js +5 -6
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElement.js +1 -1
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElement.js.map +1 -1
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElementBase.d.ts +1 -1
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElementBase.js +2 -2
- package/oj-c/labelled-link/__webdriver__/LabelledLinkWebElementBase.js.map +1 -1
- package/oj-c/labelled-link/__webdriver__/index.js +4 -4
- package/oj-c/labelled-link/__webdriver__/index.js.map +1 -1
- package/oj-c/labelled-link/component.json +11 -4
- package/oj-c/labelled-link/useLabelledLinkPreact.js +1 -2
- package/oj-c/legend/__webdriver__/LegendWebElement.js +1 -1
- package/oj-c/legend/__webdriver__/LegendWebElement.js.map +1 -1
- package/oj-c/legend/__webdriver__/LegendWebElementBase.d.ts +13 -0
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js +10 -1
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js.map +1 -1
- package/oj-c/legend/__webdriver__/index.js +4 -4
- package/oj-c/legend/__webdriver__/index.js.map +1 -1
- package/oj-c/legend/component.json +63 -3
- package/oj-c/legend/events.js +4 -4
- package/oj-c/legend/legend-styles.css +2 -26
- package/oj-c/legend/legend.js +82 -35
- package/oj-c/legend/useSectionData.js +6 -3
- package/oj-c/legend/utils.js +18 -14
- package/oj-c/legend-item/component.json +2 -2
- package/oj-c/legend-section/component.json +2 -2
- package/oj-c/legend-utils/index.js +6 -0
- package/oj-c/legend-utils/legendUtils.js +9 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElement.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElement.js.map +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +13 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +10 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/__webdriver__/index.js +4 -4
- package/oj-c/line-chart/__webdriver__/index.js.map +1 -1
- package/oj-c/line-chart/component.json +52 -5
- package/oj-c/line-chart/line-chart-styles.css +1 -1
- package/oj-c/line-chart/line-chart.js +9 -8
- package/oj-c/line-chart-group/component.json +2 -2
- package/oj-c/line-chart-item/component.json +2 -2
- package/oj-c/line-chart-series/component.json +2 -2
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +1 -1
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -1
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +1 -1
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js.map +1 -1
- package/oj-c/list-item-layout/__webdriver__/index.js +4 -4
- package/oj-c/list-item-layout/__webdriver__/index.js.map +1 -1
- package/oj-c/list-item-layout/component.json +3 -3
- package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +19 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js +43 -13
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +28 -2
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +20 -2
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -1
- package/oj-c/list-view/__webdriver__/contextMenuUtils.d.ts +33 -0
- package/oj-c/list-view/__webdriver__/contextMenuUtils.js +88 -0
- package/oj-c/list-view/__webdriver__/contextMenuUtils.js.map +1 -0
- package/oj-c/list-view/__webdriver__/index.js +4 -4
- package/oj-c/list-view/__webdriver__/index.js.map +1 -1
- package/oj-c/list-view/component.json +35 -5
- package/oj-c/list-view/list-view-styles.css +2 -1
- package/oj-c/list-view/list-view.js +11 -5
- package/oj-c/list-view/listViewItem.js +2 -2
- package/oj-c/list-view/useCurrentItemOverride.js +23 -0
- package/oj-c/list-view/useHandleRemoveCurrentKey.js +8 -9
- package/oj-c/list-view/useListViewPreact.js +16 -36
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js +2 -2
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js.map +1 -1
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElementBase.js +1 -1
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElementBase.js.map +1 -1
- package/oj-c/menu-button/__webdriver__/index.js +4 -4
- package/oj-c/menu-button/__webdriver__/index.js.map +1 -1
- package/oj-c/menu-button/component.json +23 -6
- package/oj-c/menu-button/menu-button.js +23 -44
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElement.js +3 -3
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElement.js.map +1 -1
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js +1 -1
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js.map +1 -1
- package/oj-c/message-banner/__webdriver__/index.js +4 -4
- package/oj-c/message-banner/__webdriver__/index.js.map +1 -1
- package/oj-c/message-banner/component.json +8 -8
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js +3 -3
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js.map +1 -1
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js +1 -1
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js.map +1 -1
- package/oj-c/message-toast/__webdriver__/index.js +4 -4
- package/oj-c/message-toast/__webdriver__/index.js.map +1 -1
- package/oj-c/message-toast/component.json +7 -7
- package/oj-c/message-toast/message-toast.js +1 -1
- package/oj-c/metadata/allComponents.json +3426 -2273
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js +1 -1
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js.map +1 -1
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +1 -1
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js.map +1 -1
- package/oj-c/meter-bar/__webdriver__/index.js +4 -4
- package/oj-c/meter-bar/__webdriver__/index.js.map +1 -1
- package/oj-c/meter-bar/component.json +3 -3
- package/oj-c/meter-bar/meter-bar.js +8 -6
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js +1 -1
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js.map +1 -1
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js +1 -1
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js.map +1 -1
- package/oj-c/meter-circle/__webdriver__/index.js +4 -4
- package/oj-c/meter-circle/__webdriver__/index.js.map +1 -1
- package/oj-c/meter-circle/component.json +3 -3
- package/oj-c/meter-circle/meter-circle.js +10 -8
- package/oj-c/min/Dropdown/Dropdown.js +1 -2
- package/oj-c/min/FormControlWrapper/FormControlWrapper.js +1 -2
- package/oj-c/min/Sheet/Sheet.js +1 -2
- package/oj-c/min/area-chart/area-chart-styles.css +1 -1
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/buttonset-multiple.js +1 -1
- package/oj-c/min/buttonset-multiple.js.map +1 -1
- package/oj-c/min/buttonset-single.js +1 -1
- package/oj-c/min/buttonset-single.js.map +1 -1
- package/oj-c/min/card-view.js +1 -1
- package/oj-c/min/card-view.js.map +1 -1
- package/oj-c/min/checkbox.js +1 -1
- package/oj-c/min/checkbox.js.map +1 -1
- package/oj-c/min/checkboxset.js +1 -1
- package/oj-c/min/checkboxset.js.map +1 -1
- package/oj-c/min/collapsible.js +1 -1
- package/oj-c/min/collapsible.js.map +1 -1
- package/oj-c/min/conveyor-belt.js +1 -1
- package/oj-c/min/conveyor-belt.js.map +1 -1
- package/oj-c/min/corepackbundle.css +40 -53
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/dialog/dialog-styles.css +12 -0
- package/oj-c/min/dialog.js +2 -0
- package/oj-c/min/dialog.js.map +1 -0
- package/oj-c/min/drawer-popup/drawer-popup-styles.css +1 -1
- package/oj-c/min/drawer-popup.js +1 -1
- package/oj-c/min/drawer-popup.js.map +1 -1
- package/oj-c/min/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +1 -2
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +1 -2
- package/oj-c/min/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +1 -2
- package/oj-c/min/file-picker.js +1 -1
- package/oj-c/min/file-picker.js.map +1 -1
- package/oj-c/min/form-layout.js +1 -1
- package/oj-c/min/form-layout.js.map +1 -1
- package/oj-c/min/hooks/PRIVATE_useSelectionContext/ItemKeyContext.js +6 -0
- package/oj-c/min/hooks/PRIVATE_useSelectionContext/SelectionContext.js +6 -0
- package/oj-c/min/hooks/PRIVATE_useSelectionContext/useItemKeyContext.js +8 -0
- package/oj-c/min/hooks/PRIVATE_useSelectionContext/useSelectionContext.js +8 -0
- package/oj-c/min/hooks/PRIVATE_useVisContextMenu/useVisContextMenu.js +41 -0
- package/oj-c/min/hooks/PRIVATE_useVisData/useVisData.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useChartData/useChartData.js +3 -3
- package/oj-c/min/hooks/UNSAFE_useDataProvider/useDataProvider.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useDataProvider/utils.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useEditableValue/converterUtils.js +5 -5
- package/oj-c/min/hooks/UNSAFE_useEditableValue/index.js +4 -2
- package/oj-c/min/hooks/UNSAFE_useEditableValue/reducer.js +26 -17
- package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +91 -51
- package/oj-c/min/hooks/UNSAFE_useEditableValue/utils.js +13 -1
- package/oj-c/min/hooks/UNSAFE_useEditableValue/validationUtils.js +2 -3
- package/oj-c/min/hooks/UNSAFE_useLegendPosition/useLegendPosition.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +48 -13
- package/oj-c/min/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +1 -2
- package/oj-c/min/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +6 -6
- package/oj-c/min/hooks/UNSAFE_useVizCategories/useVizCategories.js +17 -4
- package/oj-c/min/input-date-mask.js +1 -1
- package/oj-c/min/input-date-mask.js.map +1 -1
- package/oj-c/min/input-date-picker.js +2 -2
- package/oj-c/min/input-date-picker.js.map +1 -1
- package/oj-c/min/input-date-text.js +1 -1
- package/oj-c/min/input-date-text.js.map +1 -1
- package/oj-c/min/input-month-mask.js +1 -1
- package/oj-c/min/input-month-mask.js.map +1 -1
- package/oj-c/min/input-number.js +1 -1
- package/oj-c/min/input-number.js.map +1 -1
- package/oj-c/min/input-password.js +1 -1
- package/oj-c/min/input-password.js.map +1 -1
- package/oj-c/min/input-sensitive-text.js +1 -1
- package/oj-c/min/input-sensitive-text.js.map +1 -1
- package/oj-c/min/input-text.js +1 -1
- package/oj-c/min/input-text.js.map +1 -1
- package/oj-c/min/labelled-link.js +1 -1
- package/oj-c/min/labelled-link.js.map +1 -1
- package/oj-c/min/legend/legend-styles.css +2 -26
- package/oj-c/min/legend-utils/index.js +6 -0
- package/oj-c/min/legend-utils/legendUtils.js +9 -0
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart/line-chart-styles.css +1 -1
- package/oj-c/min/line-chart.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-view/list-view-styles.css +2 -1
- package/oj-c/min/list-view.js +1 -1
- package/oj-c/min/list-view.js.map +1 -1
- package/oj-c/min/menu-button.js +1 -1
- package/oj-c/min/menu-button.js.map +1 -1
- package/oj-c/min/message-banner.js +1 -1
- package/oj-c/min/message-banner.js.map +1 -1
- package/oj-c/min/message-toast.js +1 -1
- package/oj-c/min/message-toast.js.map +1 -1
- package/oj-c/min/meter-bar.js +1 -1
- package/oj-c/min/meter-bar.js.map +1 -1
- package/oj-c/min/meter-circle.js +1 -1
- package/oj-c/min/meter-circle.js.map +1 -1
- package/oj-c/min/popup.js +1 -1
- package/oj-c/min/popup.js.map +1 -1
- package/oj-c/min/progress-bar.js +1 -1
- package/oj-c/min/progress-bar.js.map +1 -1
- package/oj-c/min/progress-circle.js +1 -1
- package/oj-c/min/progress-circle.js.map +1 -1
- package/oj-c/min/radioset.js +1 -1
- package/oj-c/min/radioset.js.map +1 -1
- package/oj-c/min/select-common/PRIVATE_useCache/useCache.js +1 -2
- package/oj-c/min/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +1 -2
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +1 -2
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +1 -2
- package/oj-c/min/select-common/utils/utils.js +4 -4
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/selector-all.js +1 -1
- package/oj-c/min/selector-all.js.map +1 -1
- package/oj-c/min/selector.js +1 -1
- package/oj-c/min/selector.js.map +1 -1
- package/oj-c/min/skeleton.js +2 -0
- package/oj-c/min/skeleton.js.map +1 -0
- package/oj-c/min/split-menu-button.js +1 -1
- package/oj-c/min/split-menu-button.js.map +1 -1
- package/oj-c/min/tab-bar-mixed.js +1 -1
- package/oj-c/min/tab-bar-mixed.js.map +1 -1
- package/oj-c/min/tab-bar.js +1 -1
- package/oj-c/min/tab-bar.js.map +1 -1
- package/oj-c/min/table/table-styles.css +0 -13
- package/oj-c/min/table.js +1 -1
- package/oj-c/min/table.js.map +1 -1
- package/oj-c/min/tag-cloud/tag-cloud-styles.css +1 -1
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/text-area.js +1 -1
- package/oj-c/min/text-area.js.map +1 -1
- package/oj-c/min/toggle-button.js +1 -1
- package/oj-c/min/toggle-button.js.map +1 -1
- package/oj-c/min/toolbar/toolbar-styles.css +21 -0
- package/oj-c/min/toolbar.js +2 -0
- package/oj-c/min/toolbar.js.map +1 -0
- package/oj-c/min/unsafe/InputGroup/InputGroup.js +1 -2
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +5 -5
- package/oj-c/min/utils/PRIVATE_ItemsMenu/menu-item-icon.js +1 -2
- package/oj-c/min/utils/PRIVATE_ItemsMenu/menu-select-items.js +1 -2
- package/oj-c/min/utils/PRIVATE_chartUtils/events.js +2 -2
- package/oj-c/min/utils/PRIVATE_chartUtils/legendUtils.js +3 -3
- package/oj-c/min/utils/PRIVATE_chartUtils/lineAreaUtils.js +4 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/plotAreaUtils.js +1 -2
- package/oj-c/min/utils/PRIVATE_collectionUtils/collectionUtils.js +31 -0
- package/oj-c/min/utils/PRIVATE_collectionUtils/index.js +19 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/toggle-item-icon.js +1 -2
- package/oj-c/min/utils/PRIVATE_toggleUtils/widthStyle.js +1 -2
- package/oj-c/popup/__webdriver__/PopupWebElement.d.ts +12 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.js +43 -1
- package/oj-c/popup/__webdriver__/PopupWebElement.js.map +1 -1
- package/oj-c/popup/__webdriver__/PopupWebElementBase.d.ts +3 -20
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js +3 -12
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js.map +1 -1
- package/oj-c/popup/__webdriver__/index.js +4 -4
- package/oj-c/popup/__webdriver__/index.js.map +1 -1
- package/oj-c/popup/component.json +18 -17
- package/oj-c/popup/popup.js +77 -36
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js +1 -1
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js.map +1 -1
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js +1 -1
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js.map +1 -1
- package/oj-c/progress-bar/__webdriver__/index.js +4 -4
- package/oj-c/progress-bar/__webdriver__/index.js.map +1 -1
- package/oj-c/progress-bar/component.json +4 -4
- package/oj-c/progress-bar/progress-bar.js +2 -2
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js +2 -2
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js.map +1 -1
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js +1 -1
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js.map +1 -1
- package/oj-c/progress-button/__webdriver__/index.js +4 -4
- package/oj-c/progress-button/__webdriver__/index.js.map +1 -1
- package/oj-c/progress-button/component.json +3 -3
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js +1 -1
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js.map +1 -1
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js +1 -1
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js.map +1 -1
- package/oj-c/progress-circle/__webdriver__/index.js +4 -4
- package/oj-c/progress-circle/__webdriver__/index.js.map +1 -1
- package/oj-c/progress-circle/component.json +4 -4
- package/oj-c/progress-circle/progress-circle.js +2 -2
- package/oj-c/radioset/__webdriver__/RadiosetWebElement.js +6 -9
- package/oj-c/radioset/__webdriver__/RadiosetWebElement.js.map +1 -1
- package/oj-c/radioset/__webdriver__/RadiosetWebElementBase.d.ts +3 -3
- package/oj-c/radioset/__webdriver__/RadiosetWebElementBase.js +2 -2
- package/oj-c/radioset/__webdriver__/RadiosetWebElementBase.js.map +1 -1
- package/oj-c/radioset/__webdriver__/index.js +4 -4
- package/oj-c/radioset/__webdriver__/index.js.map +1 -1
- package/oj-c/radioset/component.json +11 -4
- package/oj-c/radioset/radioset.js +1 -1
- package/oj-c/radioset/useRadiosetPreact.js +1 -2
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js +1 -1
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js.map +1 -1
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +1 -1
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js.map +1 -1
- package/oj-c/rating-gauge/__webdriver__/index.js +4 -4
- package/oj-c/rating-gauge/__webdriver__/index.js.map +1 -1
- package/oj-c/rating-gauge/component.json +4 -4
- package/oj-c/select-common/PRIVATE_useCache/useCache.js +1 -2
- package/oj-c/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +1 -2
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +1 -2
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +1 -2
- package/oj-c/select-common/utils/utils.js +4 -4
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js +7 -16
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js.map +1 -1
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +5 -5
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +2 -2
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -1
- package/oj-c/select-multiple/__webdriver__/index.js +4 -4
- package/oj-c/select-multiple/__webdriver__/index.js.map +1 -1
- package/oj-c/select-multiple/component.json +81 -7
- package/oj-c/select-multiple/select-multiple.js +9 -1
- package/oj-c/select-multiple/useSelectMultiplePreact.js +24 -21
- package/oj-c/select-multiple/useSyncValueAndValueItems.js +4 -5
- package/oj-c/select-multiple/useValueItems.js +1 -2
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js +9 -27
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js.map +1 -1
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +3 -3
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +2 -2
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -1
- package/oj-c/select-single/__webdriver__/index.js +4 -4
- package/oj-c/select-single/__webdriver__/index.js.map +1 -1
- package/oj-c/select-single/component.json +15 -5
- package/oj-c/select-single/select-single.js +9 -1
- package/oj-c/select-single/useSelectSinglePreact.js +31 -30
- package/oj-c/select-single/useSyncValueAndValueItem.js +4 -5
- package/oj-c/select-single/useValueItem.js +1 -2
- package/oj-c/selection-card/__webdriver__/SelectionCardWebElement.js +1 -1
- package/oj-c/selection-card/__webdriver__/SelectionCardWebElement.js.map +1 -1
- package/oj-c/selection-card/__webdriver__/SelectionCardWebElementBase.js +1 -1
- package/oj-c/selection-card/__webdriver__/SelectionCardWebElementBase.js.map +1 -1
- package/oj-c/selection-card/__webdriver__/index.js +4 -4
- package/oj-c/selection-card/__webdriver__/index.js.map +1 -1
- package/oj-c/selection-card/component.json +5 -5
- package/oj-c/selector/__webdriver__/SelectorWebElement.js +2 -2
- package/oj-c/selector/__webdriver__/SelectorWebElement.js.map +1 -1
- package/oj-c/selector/__webdriver__/SelectorWebElementBase.d.ts +3 -3
- package/oj-c/selector/__webdriver__/SelectorWebElementBase.js +3 -3
- package/oj-c/selector/__webdriver__/SelectorWebElementBase.js.map +1 -1
- package/oj-c/selector/__webdriver__/index.js +4 -4
- package/oj-c/selector/__webdriver__/index.js.map +1 -1
- package/oj-c/selector/component.json +6 -8
- package/oj-c/selector/selector.js +25 -7
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js +2 -2
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js.map +1 -1
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +1 -1
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
- package/oj-c/selector-all/__webdriver__/index.js +4 -4
- package/oj-c/selector-all/__webdriver__/index.js.map +1 -1
- package/oj-c/selector-all/component.json +3 -3
- package/oj-c/selector-all/selector-all.js +1 -1
- package/oj-c/skeleton/__webdriver__/SkeletonWebElement.d.ts +8 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElement.js +13 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElement.js.map +1 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElementBase.d.ts +30 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElementBase.js +41 -0
- package/oj-c/skeleton/__webdriver__/SkeletonWebElementBase.js.map +1 -0
- package/oj-c/skeleton/__webdriver__/index.d.ts +17 -0
- package/oj-c/skeleton/__webdriver__/index.js +34 -0
- package/oj-c/skeleton/__webdriver__/index.js.map +1 -0
- package/oj-c/skeleton/component.json +94 -0
- package/oj-c/skeleton/index.js +6 -0
- package/oj-c/skeleton/skeleton.js +11 -0
- package/oj-c/skeleton.js +6 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +2 -2
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/index.js +4 -4
- package/oj-c/split-menu-button/__webdriver__/index.js.map +1 -1
- package/oj-c/split-menu-button/component.json +15 -11
- package/oj-c/split-menu-button/split-menu-button.js +16 -43
- package/oj-c/tab-bar/ContentRenderer.js +32 -13
- package/oj-c/tab-bar/DataTabBar.js +5 -3
- package/oj-c/tab-bar/DataTabBarIcon.js +1 -2
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +37 -43
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -1
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.d.ts +9 -2
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js +10 -1
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js.map +1 -1
- package/oj-c/tab-bar/__webdriver__/index.js +4 -4
- package/oj-c/tab-bar/__webdriver__/index.js.map +1 -1
- package/oj-c/tab-bar/component.json +19 -9
- package/oj-c/tab-bar/tab-bar.js +13 -13
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -2
- package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +1 -2
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +1 -2
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +5 -5
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +4 -4
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -1
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +4 -4
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +1 -1
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -1
- package/oj-c/tab-bar-mixed/__webdriver__/index.js +4 -4
- package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -1
- package/oj-c/tab-bar-mixed/component.json +11 -11
- package/oj-c/tab-bar-mixed/environment.js +1 -2
- package/oj-c/tab-bar-mixed/sumBadge.js +1 -2
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +7 -7
- package/oj-c/table/__webdriver__/TableWebElement.js +14 -14
- package/oj-c/table/__webdriver__/TableWebElement.js.map +1 -1
- package/oj-c/table/__webdriver__/TableWebElementBase.d.ts +1 -1
- package/oj-c/table/__webdriver__/TableWebElementBase.js +1 -1
- package/oj-c/table/__webdriver__/TableWebElementBase.js.map +1 -1
- package/oj-c/table/__webdriver__/index.js +4 -4
- package/oj-c/table/__webdriver__/index.js.map +1 -1
- package/oj-c/table/component.json +52 -4
- package/oj-c/table/table-styles.css +0 -13
- package/oj-c/table/table.js +45 -24
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js +1 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js.map +1 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.d.ts +13 -0
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js +10 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js.map +1 -1
- package/oj-c/tag-cloud/__webdriver__/index.js +4 -4
- package/oj-c/tag-cloud/__webdriver__/index.js.map +1 -1
- package/oj-c/tag-cloud/component.json +52 -3
- package/oj-c/tag-cloud/tag-cloud-styles.css +1 -1
- package/oj-c/tag-cloud/tag-cloud.js +8 -6
- package/oj-c/tag-cloud/utils.js +2 -3
- package/oj-c/tag-cloud-item/component.json +2 -2
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.js +4 -8
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.js.map +1 -1
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +1 -1
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +2 -2
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -1
- package/oj-c/text-area/__webdriver__/index.js +4 -4
- package/oj-c/text-area/__webdriver__/index.js.map +1 -1
- package/oj-c/text-area/component.json +10 -3
- package/oj-c/text-area/useTextAreaAutosizePreact.js +3 -4
- package/oj-c/text-area/useTextAreaPreact.js +3 -4
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js +1 -1
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js.map +1 -1
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js +1 -1
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js.map +1 -1
- package/oj-c/toggle-button/__webdriver__/index.js +4 -4
- package/oj-c/toggle-button/__webdriver__/index.js.map +1 -1
- package/oj-c/toggle-button/component.json +9 -10
- package/oj-c/toggle-button/toggle-button.js +26 -54
- package/oj-c/toolbar/__webdriver__/ToolbarWebElement.d.ts +8 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElement.js +13 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElement.js.map +1 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElementBase.d.ts +51 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElementBase.js +68 -0
- package/oj-c/toolbar/__webdriver__/ToolbarWebElementBase.js.map +1 -0
- package/oj-c/toolbar/__webdriver__/index.d.ts +17 -0
- package/oj-c/toolbar/__webdriver__/index.js +34 -0
- package/oj-c/toolbar/__webdriver__/index.js.map +1 -0
- package/oj-c/toolbar/component.json +183 -0
- package/oj-c/toolbar/index.js +6 -0
- package/oj-c/toolbar/items-toolbar.js +100 -0
- package/oj-c/toolbar/itemsTypes.js +4 -0
- package/oj-c/toolbar/toolbar-styles.css +21 -0
- package/oj-c/toolbar/toolbar.js +10 -0
- package/oj-c/toolbar.js +6 -0
- package/oj-c/types/area-chart/area-chart.d.ts +37 -2
- package/oj-c/types/area-chart/index.d.ts +1 -1
- package/oj-c/types/avatar/avatar.d.ts +6 -6
- package/oj-c/types/button/button.d.ts +11 -12
- package/oj-c/types/buttonset-multiple/buttonset-multiple.d.ts +9 -10
- package/oj-c/types/buttonset-single/buttonset-single.d.ts +9 -10
- package/oj-c/types/card-view/card-view.d.ts +6 -1
- package/oj-c/types/card-view/useCardViewPreact.d.ts +6 -22
- package/oj-c/types/checkbox/useCheckboxPreact.d.ts +11 -11
- package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +6 -23
- package/oj-c/types/date-picker/date-picker.d.ts +15 -15
- package/oj-c/types/dialog/dialog.d.ts +184 -0
- package/oj-c/types/dialog/index.d.ts +2 -0
- package/oj-c/types/drawer-popup/drawer-popup.d.ts +5 -0
- package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +3 -1
- package/oj-c/types/file-picker/file-picker.d.ts +2 -2
- package/oj-c/types/form-layout/form-layout.d.ts +1 -0
- package/oj-c/types/hooks/PRIVATE_useSelectionContext/ItemKeyContext.d.ts +3 -0
- package/oj-c/types/hooks/PRIVATE_useSelectionContext/SelectionContext.d.ts +11 -0
- package/oj-c/types/hooks/PRIVATE_useSelectionContext/useItemKeyContext.d.ts +1 -0
- package/oj-c/types/hooks/PRIVATE_useSelectionContext/useSelectionContext.d.ts +1 -0
- package/oj-c/types/hooks/PRIVATE_useVisContextMenu/useVisContextMenu.d.ts +24 -0
- package/oj-c/types/hooks/PRIVATE_useVisData/useVisData.d.ts +1 -1
- package/oj-c/types/hooks/UNSAFE_useChartData/useChartData.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/converterUtils.d.ts +3 -3
- package/oj-c/types/hooks/UNSAFE_useEditableValue/index.d.ts +2 -1
- package/oj-c/types/hooks/UNSAFE_useEditableValue/reducer.d.ts +8 -2
- package/oj-c/types/hooks/UNSAFE_useEditableValue/types.d.ts +3 -1
- package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +12 -3
- package/oj-c/types/hooks/UNSAFE_useEditableValue/utils.d.ts +3 -1
- package/oj-c/types/hooks/UNSAFE_useLegendPosition/useLegendPosition.d.ts +2 -2
- package/oj-c/types/hooks/UNSAFE_useListData/useListData.d.ts +1 -1
- package/oj-c/types/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.d.ts +1 -1
- package/oj-c/types/hooks/UNSAFE_useVisBusyState/useVisBusyState.d.ts +3 -1
- package/oj-c/types/input-date-mask/useInputDateMaskPreact.d.ts +4 -29
- package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +9 -43
- package/oj-c/types/input-date-text/useImplicitDateConverter.d.ts +1 -1
- package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +4 -36
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +4 -28
- package/oj-c/types/input-number/input-number.d.ts +2 -2
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +6 -46
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +4 -29
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +6 -32
- package/oj-c/types/input-text/useInputTextPreact.d.ts +6 -36
- package/oj-c/types/labelled-link/useLabelledLinkPreact.d.ts +5 -14
- package/oj-c/types/legend/events.d.ts +1 -1
- package/oj-c/types/legend/legend.d.ts +63 -20
- package/oj-c/types/legend/useSectionData.d.ts +4 -1
- package/oj-c/types/legend/utils.d.ts +3 -3
- package/oj-c/types/legend-utils/index.d.ts +1 -0
- package/oj-c/types/legend-utils/legendUtils.d.ts +5 -0
- package/oj-c/types/line-chart/index.d.ts +1 -1
- package/oj-c/types/line-chart/line-chart.d.ts +38 -2
- package/oj-c/types/list-item-layout/list-item-layout.d.ts +2 -2
- package/oj-c/types/list-view/list-view.d.ts +16 -2
- package/oj-c/types/list-view/useCurrentItemOverride.d.ts +6 -0
- package/oj-c/types/list-view/useHandleRemoveCurrentKey.d.ts +2 -2
- package/oj-c/types/list-view/useListViewPreact.d.ts +6 -10
- package/oj-c/types/menu-button/menu-button.d.ts +19 -13
- package/oj-c/types/meter-bar/meter-bar.d.ts +20 -20
- package/oj-c/types/meter-circle/meter-circle.d.ts +22 -22
- package/oj-c/types/popup/popup.d.ts +3 -7
- package/oj-c/types/progress-bar/progress-bar.d.ts +4 -4
- package/oj-c/types/progress-circle/progress-circle.d.ts +4 -4
- package/oj-c/types/radioset/useRadiosetPreact.d.ts +6 -22
- package/oj-c/types/rating-gauge/rating-gauge.d.ts +17 -17
- package/oj-c/types/select-multiple/select-multiple.d.ts +1 -0
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +6 -6
- package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +3 -4
- package/oj-c/types/select-single/select-single.d.ts +1 -0
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +9 -9
- package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +3 -4
- package/oj-c/types/selector/selector.d.ts +4 -4
- package/oj-c/types/skeleton/index.d.ts +2 -0
- package/oj-c/types/skeleton/skeleton.d.ts +53 -0
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +11 -12
- package/oj-c/types/tab-bar/ContentRenderer.d.ts +1 -2
- package/oj-c/types/tab-bar/DataTabBar.types.d.ts +12 -1
- package/oj-c/types/tab-bar/tab-bar.d.ts +17 -2
- package/oj-c/types/table/table.d.ts +5 -0
- package/oj-c/types/tag-cloud/index.d.ts +1 -1
- package/oj-c/types/tag-cloud/tag-cloud.d.ts +28 -2
- package/oj-c/types/tag-cloud/utils.d.ts +2 -1
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +4 -33
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +4 -33
- package/oj-c/types/toggle-button/toggle-button.d.ts +11 -12
- package/oj-c/types/toolbar/index.d.ts +2 -0
- package/oj-c/types/toolbar/items-toolbar.d.ts +15 -0
- package/oj-c/types/toolbar/itemsTypes.d.ts +70 -0
- package/oj-c/types/toolbar/toolbar.d.ts +74 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/menuTypes.d.ts +2 -0
- package/oj-c/types/utils/PRIVATE_chartUtils/events.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_collectionUtils/collectionUtils.d.ts +17 -0
- package/oj-c/types/utils/PRIVATE_collectionUtils/index.d.ts +1 -0
- package/oj-c/unsafe/InputGroup/InputGroup.js +1 -2
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +5 -5
- package/oj-c/utils/PRIVATE_ItemsMenu/menu-item-icon.js +1 -2
- package/oj-c/utils/PRIVATE_ItemsMenu/menu-select-items.js +1 -2
- package/oj-c/utils/PRIVATE_chartUtils/events.js +2 -2
- package/oj-c/utils/PRIVATE_chartUtils/legendUtils.js +3 -3
- package/oj-c/utils/PRIVATE_chartUtils/lineAreaUtils.js +4 -5
- package/oj-c/utils/PRIVATE_chartUtils/plotAreaUtils.js +1 -2
- package/oj-c/utils/PRIVATE_collectionUtils/collectionUtils.js +31 -0
- package/oj-c/utils/PRIVATE_collectionUtils/index.js +19 -0
- package/oj-c/utils/PRIVATE_toggleUtils/toggle-item-icon.js +1 -2
- package/oj-c/utils/PRIVATE_toggleUtils/widthStyle.js +1 -2
- package/package.json +4 -4
- package/webdriver/docs/assets/navigation.js +1 -1
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
- package/webdriver/docs/classes/AreaChartWebElement.html +6 -2
- package/webdriver/docs/classes/AvatarWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonsetMultipleWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonsetSingleWebElement.html +1 -1
- package/webdriver/docs/classes/CardViewWebElement.html +3 -3
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +7 -6
- package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
- package/webdriver/docs/classes/ConveyorBeltWebElement.html +1 -1
- package/webdriver/docs/classes/DatePickerWebElement.html +1 -1
- package/webdriver/docs/classes/DialogWebElement.html +173 -0
- package/webdriver/docs/classes/DrawerLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/DrawerPopupWebElement.html +22 -15
- package/webdriver/docs/classes/FilePickerWebElement.html +6 -6
- package/webdriver/docs/classes/FormLayoutWebElement.html +5 -4
- package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateMaskWebElement.html +5 -4
- package/webdriver/docs/classes/InputDatePickerWebElement.html +5 -4
- package/webdriver/docs/classes/InputDateTextWebElement.html +5 -4
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +5 -4
- package/webdriver/docs/classes/InputNumberWebElement.html +7 -6
- package/webdriver/docs/classes/InputPasswordWebElement.html +5 -4
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +5 -4
- package/webdriver/docs/classes/InputTextWebElement.html +5 -4
- package/webdriver/docs/classes/LabelledLinkWebElement.html +5 -4
- package/webdriver/docs/classes/LegendWebElement.html +6 -2
- package/webdriver/docs/classes/LineChartWebElement.html +6 -2
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/ListViewWebElement.html +23 -7
- package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
- package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
- package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
- package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
- package/webdriver/docs/classes/PopupWebElement.html +19 -21
- package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressButtonWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
- package/webdriver/docs/classes/RadiosetWebElement.html +7 -6
- package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
- package/webdriver/docs/classes/SelectMultipleWebElement.html +10 -9
- package/webdriver/docs/classes/SelectSingleWebElement.html +7 -6
- package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorAllWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorWebElement.html +5 -5
- package/webdriver/docs/classes/SkeletonWebElement.html +115 -0
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/TabBarMixedWebElement.html +4 -4
- package/webdriver/docs/classes/TabBarWebElement.html +9 -5
- package/webdriver/docs/classes/TableWebElement.html +1 -1
- package/webdriver/docs/classes/TagCloudWebElement.html +6 -2
- package/webdriver/docs/classes/TextAreaWebElement.html +5 -4
- package/webdriver/docs/classes/ToggleButtonWebElement.html +1 -1
- package/webdriver/docs/classes/ToolbarWebElement.html +127 -0
- package/webdriver/docs/functions/findActionCard.html +1 -1
- package/webdriver/docs/functions/findAreaChart.html +1 -1
- package/webdriver/docs/functions/findAvatar.html +1 -1
- package/webdriver/docs/functions/findButton.html +1 -1
- package/webdriver/docs/functions/findButtonsetMultiple.html +1 -1
- package/webdriver/docs/functions/findButtonsetSingle.html +1 -1
- package/webdriver/docs/functions/findCardView.html +1 -1
- package/webdriver/docs/functions/findCheckbox.html +1 -1
- package/webdriver/docs/functions/findCheckboxset.html +1 -1
- package/webdriver/docs/functions/findCollapsible.html +1 -1
- package/webdriver/docs/functions/findConveyorBelt.html +1 -1
- package/webdriver/docs/functions/findDatePicker.html +1 -1
- package/webdriver/docs/functions/findDialog.html +8 -0
- package/webdriver/docs/functions/findDrawerLayout.html +1 -1
- package/webdriver/docs/functions/findDrawerPopup.html +1 -1
- package/webdriver/docs/functions/findFilePicker.html +1 -1
- package/webdriver/docs/functions/findFormLayout.html +1 -1
- package/webdriver/docs/functions/findHighlightText.html +1 -1
- package/webdriver/docs/functions/findInputDateMask.html +1 -1
- package/webdriver/docs/functions/findInputDatePicker.html +1 -1
- package/webdriver/docs/functions/findInputDateText.html +1 -1
- package/webdriver/docs/functions/findInputMonthMask.html +1 -1
- package/webdriver/docs/functions/findInputNumber.html +1 -1
- package/webdriver/docs/functions/findInputPassword.html +1 -1
- package/webdriver/docs/functions/findInputSensitiveText.html +1 -1
- package/webdriver/docs/functions/findInputText.html +1 -1
- package/webdriver/docs/functions/findLabelledLink.html +1 -1
- package/webdriver/docs/functions/findLegend.html +1 -1
- package/webdriver/docs/functions/findLineChart.html +1 -1
- package/webdriver/docs/functions/findListItemLayout.html +1 -1
- package/webdriver/docs/functions/findListView.html +1 -1
- package/webdriver/docs/functions/findMenuButton.html +1 -1
- package/webdriver/docs/functions/findMessageBanner.html +1 -1
- package/webdriver/docs/functions/findMessageToast.html +1 -1
- package/webdriver/docs/functions/findMeterBar.html +1 -1
- package/webdriver/docs/functions/findMeterCircle.html +1 -1
- package/webdriver/docs/functions/findPopup.html +1 -1
- package/webdriver/docs/functions/findProgressBar.html +1 -1
- package/webdriver/docs/functions/findProgressButton.html +1 -1
- package/webdriver/docs/functions/findProgressCircle.html +1 -1
- package/webdriver/docs/functions/findRadioset.html +1 -1
- package/webdriver/docs/functions/findRatingGauge.html +1 -1
- package/webdriver/docs/functions/findSelectMultiple.html +1 -1
- package/webdriver/docs/functions/findSelectSingle.html +1 -1
- package/webdriver/docs/functions/findSelectionCard.html +1 -1
- package/webdriver/docs/functions/findSelector.html +1 -1
- package/webdriver/docs/functions/findSelectorAll.html +1 -1
- package/webdriver/docs/functions/findSkeleton.html +8 -0
- package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
- package/webdriver/docs/functions/findTabBar.html +1 -1
- package/webdriver/docs/functions/findTabBarMixed.html +1 -1
- package/webdriver/docs/functions/findTable.html +1 -1
- package/webdriver/docs/functions/findTagCloud.html +1 -1
- package/webdriver/docs/functions/findTextArea.html +1 -1
- package/webdriver/docs/functions/findToggleButton.html +1 -1
- package/webdriver/docs/functions/findToolbar.html +8 -0
- package/webdriver/docs/index.html +1 -1
- package/webdriver/docs/modules.html +7 -1
- package/webdriver/index.d.ts +3 -0
- package/webdriver/index.js +3 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +4 -1
- package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +0 -80
- package/oj-c/editable-value/UNSAFE_useConverter/useConverter.js +0 -55
- package/oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +0 -26
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +0 -152
- package/oj-c/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +0 -138
- package/oj-c/editable-value/UNSAFE_useValidators/useValidators.js +0 -168
- package/oj-c/editable-value/UNSAFE_useValue/useValue.js +0 -42
- package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +0 -24
- package/oj-c/editable-value/utils/utils.js +0 -43
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +0 -80
- package/oj-c/min/editable-value/UNSAFE_useConverter/useConverter.js +0 -55
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +0 -26
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +0 -152
- package/oj-c/min/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +0 -138
- package/oj-c/min/editable-value/UNSAFE_useValidators/useValidators.js +0 -168
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.js +0 -42
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +0 -24
- package/oj-c/min/editable-value/utils/utils.js +0 -43
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/index.js +0 -6
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +0 -27
- package/oj-c/select-common/UNSAFE_useWrapValueState/index.js +0 -6
- package/oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +0 -27
- package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +0 -24
- package/oj-c/types/editable-value/UNSAFE_useConverter/useConverter.d.ts +0 -13
- package/oj-c/types/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +0 -11
- package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +0 -50
- package/oj-c/types/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.d.ts +0 -17
- package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +0 -33
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +0 -23
- package/oj-c/types/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.d.ts +0 -9
- package/oj-c/types/editable-value/utils/utils.d.ts +0 -8
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/index.d.ts +0 -1
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +0 -23
- /package/oj-c/min/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/index.js +0 -0
- /package/oj-c/min/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/keySetUtils.js +0 -0
- /package/oj-c/types/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/index.d.ts +0 -0
- /package/oj-c/types/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/keySetUtils.d.ts +0 -0
- /package/oj-c/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/index.js +0 -0
- /package/oj-c/utils/{UNSAFE_keyUtils → PRIVATE_keyUtils}/keySetUtils.js +0 -0
package/oj-c/DrawerLayout.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"memberof": "oj-c",
|
|
7
7
|
"longname": "oj-c.DrawerLayout",
|
|
8
8
|
"kind": "class",
|
|
9
|
-
"classdesc": "<h3 id=\"drawerLayoutOverview-section\">\n JET Drawer Layout\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#drawerLayoutOverview-section\"></a>\n</h3>\n<p>Description: A Drawer Layout adds expandable side contents (drawers) alongside some primary content.\nThese drawers automatically swap 'reflow' and 'overlay' display mode based on width of the page and can be placed at the 'start', 'end' or 'bottom' edge.\n</p>\n<pre class=\"prettyprint\">\n<code>\n<oj-drawer-layout end-opened=\"true\">\n\n <div slot=\"start\">Start drawer content </div>\n <div slot=\"end\">End drawer content </div>\n\n Main section content\n\n</oj-drawer-layout>\n</code></pre>\n\n<p id=\"drawer-layout-popup-section\">JET Drawer Popup and Drawer Layout look similar, but are intended to be used\nfor different purposes.</p>\n<p>Use Drawer Layout</p>\n<ul>\n <li>If you need to switch between the ‘reflow’ display mode (big screens) and ‘overlay’ (small screens).</li>\n <li>If the drawer should only fill a specific part of the viewport rather than take its full height (start/end) or full width (bottom).</li>\n <li>If modality is not required.</li>\n</ul>\n<p>Use Drawer Popup</p>\n<ul>\n <li>If you need to display ‘overlay’ drawers attached to the edge of the viewport that stretch over the full viewport height or width.</li>\n <li>If you need modality.</li>\n</ul>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Drawer element</td>\n <td><kbd>Esc</kbd></td>\n <td>Close the drawer</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\nIt is developer’s responsibility to define respective aria properties to meet accessibility requirements.\nUse <code class=\"prettyprint\">aria-labelledby</code>, <code class=\"prettyprint\">aria-describedby</code> or <code class=\"prettyprint\">aria-label</code> attributes\non drawer elements (slots of the Drawer Layout) to make them accessible.\n\n<h4>aria-labelledby </h4>\nIf a drawer already has a visible title bar, the text inside that bar can be used to label the dialog itself.\nSet the value of the <code class=\"prettyprint\">aria-labelledby</code> attribute to be the id of the element used to title the drawer.\nIf there isn't appropriate text visible in the DOM that could be referenced with <code class=\"prettyprint\">aria-labelledby</code>\nuse the <code class=\"prettyprint\">aria-label</code> attribute to define the accessible name of an element.\n\n<h4> aria-describedby </h4>\nIf the drawer contains additional descriptive text besides the drawer title,\nthis text can be associated with the drawer using the <code class=\"prettyprint\">aria-describedby</code> attribute.\n\n<h3 id=\"rtl-section\">\n Reading direction\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#rtl-section\"></a>\n</h3>\n\n<p> Setting the reading direction (LTR or RTL) is supported by setting the <code class=\"prettyprint\">\"dir\"</code> attribute on the\n<code class=\"prettyprint\"><html></code> element of the page. As with any JET component, in the unusual case that the reading direction\nis changed post-init, the page must be reloaded.",
|
|
9
|
+
"classdesc": "<h3 id=\"drawerLayoutOverview-section\">\n JET Drawer Layout\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#drawerLayoutOverview-section\"></a>\n</h3>\n<p>Description: A Drawer Layout adds expandable side contents (drawers) alongside some primary content.\nThese drawers automatically swap 'reflow' and 'overlay' display mode based on width of the page and can be placed at the 'start', 'end' or 'bottom' edge.\n</p>\n<pre class=\"prettyprint\">\n<code>\n<oj-drawer-layout end-opened=\"true\">\n\n <div slot=\"start\">Start drawer content </div>\n <div slot=\"end\">End drawer content </div>\n\n Main section content\n\n</oj-drawer-layout>\n</code></pre>\n\n<p id=\"drawer-layout-popup-section\">JET Drawer Popup and Drawer Layout look similar, but are intended to be used\nfor different purposes.</p>\n<p>Use Drawer Layout</p>\n<ul>\n <li>If you need to switch between the ‘reflow’ display mode (big screens) and ‘overlay’ (small screens).</li>\n <li>If the drawer should only fill a specific part of the viewport rather than take its full height (start/end) or full width (bottom).</li>\n <li>If modality is not required.</li>\n</ul>\n<p>Use Drawer Popup</p>\n<ul>\n <li>If you need to display ‘overlay’ drawers attached to the edge of the viewport that stretch over the full viewport height or width.</li>\n <li>If you need modality.</li>\n</ul>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Drawer element</td>\n <td><kbd>Esc</kbd></td>\n <td>Close the drawer</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\nIt is developer’s responsibility to define respective aria properties to meet accessibility requirements.\nUse <code class=\"prettyprint\">aria-labelledby</code>, <code class=\"prettyprint\">aria-describedby</code> or <code class=\"prettyprint\">aria-label</code> attributes\non drawer elements (slots of the Drawer Layout) to make them accessible.\n\n<h4>aria-labelledby </h4>\nIf a drawer already has a visible title bar, the text inside that bar can be used to label the dialog itself.\nSet the value of the <code class=\"prettyprint\">aria-labelledby</code> attribute to be the id of the element used to title the drawer.\nIf there isn't appropriate text visible in the DOM that could be referenced with <code class=\"prettyprint\">aria-labelledby</code>\nuse the <code class=\"prettyprint\">aria-label</code> attribute to define the accessible name of an element.\n\n<h4> aria-describedby </h4>\nIf the drawer contains additional descriptive text besides the drawer title,\nthis text can be associated with the drawer using the <code class=\"prettyprint\">aria-describedby</code> attribute.\n\n<h3 id=\"rtl-section\">\n Reading direction\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#rtl-section\"></a>\n</h3>\n\n<p> Setting the reading direction (LTR or RTL) is supported by setting the <code class=\"prettyprint\">\"dir\"</code> attribute on the\n<code class=\"prettyprint\"><html></code> element of the page. As with any JET component, in the unusual case that the reading direction\nis changed post-init, the page must be reloaded.</p>\n\n<h3 id=\"sizing\">\n Sizing\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#sizing\"></a>\n</h3>\n\n<p>Side drawers stretch to Drawer Layout container's height and the bottom one to its width.\nThe other axis dimension is not predefined. This dimension's size is determined by its content.\nIf you want to set a custom size you can use units like px, rem, etc.\nHowever because there is no fixed-size parent percentages (%) won’t work,\nbut you can use vw (viewport width) or vh (viewport height) units to achieve a similar effect.</p>\n<ul>\n <li>Note the side drawer's built-in minimal width limit in the 'Overlay' mode.</li>\n <li>Note that DrawerLayout animates opening and closing. However, it is app developer's responsibility to add animations for custom runtime changes to a drawer size. See the 'Sizing' cookbook demo for an example.</li>\n</ul>",
|
|
10
10
|
"scope": "static",
|
|
11
11
|
"tagWithoutBrackets": "oj-c-drawer-layout",
|
|
12
12
|
"tagWithBrackets": "<oj-c-drawer-layout>",
|
package/oj-c/DrawerPopup.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"memberof": "oj-c",
|
|
7
7
|
"longname": "oj-c.DrawerPopup",
|
|
8
8
|
"kind": "class",
|
|
9
|
-
"classdesc": "<h3 id=\"drawerPopupOverview-section\">\n JET Drawer Popup\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#drawerPopupOverview-section\"></a>\n</h3>\n<p>Description: Drawer Popup adds a single slide-in side content alongside some primary content to an application window. It can be placed at 'start', 'end' or 'bottom' edge and it always overlays the page.</p>\n<pre class=\"prettyprint\">\n<code>\n<oj-c-drawer-popup>\n Start drawer content\n</oj-c-drawer-popup>\n\n<oj-c-drawer-popup edge=\"end\" opened=\"true\">\n End drawer content\n</oj-c-drawer-popup>\n\n<oj-c-drawer-popup edge=\"bottom\">\n Bottom drawer content\n</oj-c-drawer-popup>\n\nMain section content\n</code></pre>\n\n<p id=\"drawer-popup-layout-section\">JET Drawer Popup and Drawer Layout look similar, but are intended to be used\nfor different purposes.</p>\n<p>Use Drawer Popup</p>\n<ul>\n <li>If you need to display ‘overlay’ drawers attached to the edge of the viewport that stretch over the full viewport height or width.</li>\n <li>If you need modality.</li>\n</ul>\n<p>Use Drawer Layout</p>\n<ul>\n <li>If you need to switch between the ‘reflow’ display mode (big screens) and ‘overlay’ (small screens).</li>\n <li>If the drawer should only fill a specific part of the viewport rather than take its full height (start/end) or full width (bottom).</li>\n <li>If modality is not required.</li>\n</ul>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Drawer element</td>\n <td><kbd>Esc</kbd></td>\n <td>Close the drawer</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"rtl-section\">\n Reading direction\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#rtl-section\"></a>\n</h3>\n\n<p> Setting the reading direction (LTR or RTL) is supported by setting the <code class=\"prettyprint\">\"dir\"</code> attribute on the\n<code class=\"prettyprint\"><html></code> element of the page. As with any JET component, in the unusual case that the reading direction\nis changed post-init, the page must be reloaded.",
|
|
9
|
+
"classdesc": "<h3 id=\"drawerPopupOverview-section\">\n JET Drawer Popup\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#drawerPopupOverview-section\"></a>\n</h3>\n<p>Description: Drawer Popup adds a single slide-in side content alongside some primary content to an application window. It can be placed at 'start', 'end' or 'bottom' edge and it always overlays the page.</p>\n<pre class=\"prettyprint\">\n<code>\n<oj-c-drawer-popup>\n Start drawer content\n</oj-c-drawer-popup>\n\n<oj-c-drawer-popup edge=\"end\" opened=\"true\">\n End drawer content\n</oj-c-drawer-popup>\n\n<oj-c-drawer-popup edge=\"bottom\">\n Bottom drawer content\n</oj-c-drawer-popup>\n\nMain section content\n</code></pre>\n\n<p id=\"drawer-popup-layout-section\">JET Drawer Popup and Drawer Layout look similar, but are intended to be used\nfor different purposes.</p>\n<p>Use Drawer Popup</p>\n<ul>\n <li>If you need to display ‘overlay’ drawers attached to the edge of the viewport that stretch over the full viewport height or width.</li>\n <li>If you need modality.</li>\n</ul>\n<p>Use Drawer Layout</p>\n<ul>\n <li>If you need to switch between the ‘reflow’ display mode (big screens) and ‘overlay’ (small screens).</li>\n <li>If the drawer should only fill a specific part of the viewport rather than take its full height (start/end) or full width (bottom).</li>\n <li>If modality is not required.</li>\n</ul>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Drawer element</td>\n <td><kbd>Esc</kbd></td>\n <td>Close the drawer</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"rtl-section\">\n Reading direction\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#rtl-section\"></a>\n</h3>\n\n<p> Setting the reading direction (LTR or RTL) is supported by setting the <code class=\"prettyprint\">\"dir\"</code> attribute on the\n<code class=\"prettyprint\"><html></code> element of the page. As with any JET component, in the unusual case that the reading direction\nis changed post-init, the page must be reloaded.</p>\n\n<h3 id=\"sizing\">\n Sizing\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#sizing\"></a>\n</h3>\n\n<p>Side drawers always stretch to viewport's height and the bottom one to its width.\nThe other axis dimension is not predefined. This dimension's size is determined by its content.\nIf you want to set a custom size you can use units like px, rem, etc.\nHowever because there is no fixed-size parent percentages (%) won’t work,\nbut you can use vw (viewport width) or vh (viewport height) units to achieve a similar effect.</p>\n<ul>\n <li>Note the built-in minimal and maximal width of side drawers.</li>\n <li>Note that DrawerPopup animates opening and closing. However, it is app developer's responsibility to add animations for custom runtime changes to a drawer size. See the 'Sizing' cookbook demo for an example.</li>\n</ul>",
|
|
10
10
|
"scope": "static",
|
|
11
11
|
"tagWithoutBrackets": "oj-c-drawer-popup",
|
|
12
12
|
"tagWithBrackets": "<oj-c-drawer-popup>",
|
|
@@ -149,6 +149,25 @@
|
|
|
149
149
|
]
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"memberof": "oj-c.DrawerPopup",
|
|
154
|
+
"id": "oj-c.DrawerPopup#backgroundColor",
|
|
155
|
+
"name": "backgroundColor",
|
|
156
|
+
"kind": "member",
|
|
157
|
+
"longname": "oj-c.DrawerPopup#backgroundColor",
|
|
158
|
+
"optional": true,
|
|
159
|
+
"scope": "instance",
|
|
160
|
+
"description": "Specifies background color of the Drawer.",
|
|
161
|
+
"meta": {
|
|
162
|
+
"filename": "drawer-popup.tsx",
|
|
163
|
+
"path": "web/components/oj-c/drawer-popup"
|
|
164
|
+
},
|
|
165
|
+
"type": {
|
|
166
|
+
"names": [
|
|
167
|
+
"string"
|
|
168
|
+
]
|
|
169
|
+
}
|
|
170
|
+
},
|
|
152
171
|
{
|
|
153
172
|
"memberof": "oj-c.DrawerPopup",
|
|
154
173
|
"id": "oj-c.DrawerPopup#setProperty",
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
define(["require", "exports", "preact/jsx-runtime", "@oracle/oraclejet-preact/UNSAFE_Dropdown"], function (require, exports, jsx_runtime_1, UNSAFE_Dropdown_1) {
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Dropdown =
|
|
4
|
+
exports.Dropdown = Dropdown;
|
|
5
5
|
function Dropdown({ anchorRef, isOpen, children, onClose, initialFocus }) {
|
|
6
6
|
return ((0, jsx_runtime_1.jsx)(UNSAFE_Dropdown_1.Dropdown, { anchorRef: anchorRef, isOpen: isOpen, onClose: onClose, initialFocus: initialFocus, children: children }));
|
|
7
7
|
}
|
|
8
|
-
exports.Dropdown = Dropdown;
|
|
9
8
|
});
|
package/oj-c/FilePicker.json
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"type": {
|
|
60
60
|
"names": [
|
|
61
|
-
"Array<string
|
|
61
|
+
"Array<string>|null"
|
|
62
62
|
]
|
|
63
63
|
}
|
|
64
64
|
},
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
],
|
|
120
|
-
"defaultvalue": "
|
|
120
|
+
"defaultvalue": "none",
|
|
121
121
|
"type": {
|
|
122
122
|
"names": [
|
|
123
123
|
"\"none\"",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
define(["require", "exports", "preact/jsx-runtime", "preact/hooks", "@oracle/oraclejet-preact/hooks/UNSAFE_useFormContext", "ojs/ojvcomponent", "@oracle/oraclejet-preact/UNSAFE_UserAssistance", "@oracle/oraclejet-preact/UNSAFE_Label", "@oracle/oraclejet-preact/UNSAFE_LabelValueLayout", "oj-c/hooks/UNSAFE_useEditableValue/index", "oj-c/hooks/UNSAFE_useMergedFormContext/useMergedFormContext"], function (require, exports, jsx_runtime_1, hooks_1, UNSAFE_useFormContext_1, ojvcomponent_1, UNSAFE_UserAssistance_1, UNSAFE_Label_1, UNSAFE_LabelValueLayout_1, index_1, useMergedFormContext_1) {
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.FormControlWrapper =
|
|
4
|
+
exports.FormControlWrapper = FormControlWrapper;
|
|
5
5
|
const messagesDefault = [];
|
|
6
6
|
const displayOptions = {
|
|
7
7
|
messages: 'display'
|
|
@@ -50,5 +50,4 @@ define(["require", "exports", "preact/jsx-runtime", "preact/hooks", "@oracle/ora
|
|
|
50
50
|
};
|
|
51
51
|
return ((0, jsx_runtime_1.jsx)(UNSAFE_useFormContext_1.FormContext.Provider, { value: containerProps, children: (0, jsx_runtime_1.jsxs)(UNSAFE_LabelValueLayout_1.LabelValueLayout, { hasTopUserAssistance: false, label: (0, jsx_runtime_1.jsx)(UNSAFE_Label_1.Label, { id: labelId, isRequiredShown: requiredShown, onClick: onLabelClick, parentComponentVariant: "formComponentWrapper", userAssistanceDensity: userAssistanceDensity, variant: labelEdge, children: labelHint }), labelEdge: labelEdge, labelStartWidth: labelStartWidth, parentComponentVariant: "formComponentWrapper", children: [children(rendererContext), inlineUserAssistance] }) }));
|
|
52
52
|
}
|
|
53
|
-
exports.FormControlWrapper = FormControlWrapper;
|
|
54
53
|
});
|
package/oj-c/FormLayout.json
CHANGED
|
@@ -228,6 +228,13 @@
|
|
|
228
228
|
"filename": "form-layout.tsx",
|
|
229
229
|
"path": "web/components/oj-c/form-layout"
|
|
230
230
|
},
|
|
231
|
+
"tsdeprecated": [
|
|
232
|
+
{
|
|
233
|
+
"type": "deprecated",
|
|
234
|
+
"since": "18.0.0",
|
|
235
|
+
"description": "Label truncation for 'start' and 'top' aligned labels is no longer recommended by the Redwood Design System. The default for labelWrapping was 'wrap' and that is now the only suggested pattern by UX design for 'start' and 'top' aligned labels. 'inside' aligned labels are always truncated per UX design and are not affected by this property's value."
|
|
236
|
+
}
|
|
237
|
+
],
|
|
231
238
|
"ojvalues": [
|
|
232
239
|
{
|
|
233
240
|
"name": "truncate",
|
package/oj-c/InputDateMask.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "16.0.0",
|
|
31
31
|
"tsdeprecated": [
|
|
32
32
|
{
|
|
33
|
-
"type": "
|
|
33
|
+
"type": "production",
|
|
34
34
|
"since": "17.0.0"
|
|
35
35
|
}
|
|
36
36
|
],
|
|
@@ -330,6 +330,13 @@
|
|
|
330
330
|
"filename": "input-date-mask.tsx",
|
|
331
331
|
"path": "web/components/oj-c/input-date-mask"
|
|
332
332
|
},
|
|
333
|
+
"tsdeprecated": [
|
|
334
|
+
{
|
|
335
|
+
"type": "deprecated",
|
|
336
|
+
"since": "18.0.0",
|
|
337
|
+
"description": "Label truncation for 'start' and 'top' aligned labels is no longer recommended by the Redwood Design System. The default for labelWrapping was 'wrap' and that is now the only suggested pattern by UX design for 'start' and 'top' aligned labels. 'inside' aligned labels are always truncated per UX design and are not affected by this property's value."
|
|
338
|
+
}
|
|
339
|
+
],
|
|
333
340
|
"ojvalues": [
|
|
334
341
|
{
|
|
335
342
|
"name": "truncate",
|
|
@@ -442,6 +442,13 @@
|
|
|
442
442
|
"filename": "input-date-picker.tsx",
|
|
443
443
|
"path": "web/components/oj-c/input-date-picker"
|
|
444
444
|
},
|
|
445
|
+
"tsdeprecated": [
|
|
446
|
+
{
|
|
447
|
+
"type": "deprecated",
|
|
448
|
+
"since": "18.0.0",
|
|
449
|
+
"description": "Label truncation for 'start' and 'top' aligned labels is no longer recommended by the Redwood Design System. The default for labelWrapping was 'wrap' and that is now the only suggested pattern by UX design for 'start' and 'top' aligned labels. 'inside' aligned labels are always truncated per UX design and are not affected by this property's value."
|
|
450
|
+
}
|
|
451
|
+
],
|
|
445
452
|
"ojvalues": [
|
|
446
453
|
{
|
|
447
454
|
"name": "truncate",
|
package/oj-c/InputDateText.json
CHANGED
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"since": "15.0.0",
|
|
31
31
|
"tsdeprecated": [
|
|
32
32
|
{
|
|
33
|
-
"type": "
|
|
33
|
+
"type": "production",
|
|
34
34
|
"since": "17.0.0"
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
"meta": {
|
|
38
38
|
"filename": "input-date-text.tsx",
|
|
39
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
39
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
40
40
|
},
|
|
41
41
|
"ojmodule": "input-date-text"
|
|
42
42
|
},
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"description": "Dictates component's autocomplete state. This attribute indicates whether the value of\nthe control can be automatically completed by the browser. The common values are 'on' and 'off'.\n\nSince this attribute passes through to the input element unchanged, you can look at the html specs for\ndetailed information for how browsers behave and what values besides 'on' and 'off' you can set.\nThe html spec says the default is 'on', so when autocomplete is not explicitly set, the browsers treat it as 'on'.",
|
|
52
52
|
"meta": {
|
|
53
53
|
"filename": "input-date-text.tsx",
|
|
54
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
54
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
55
55
|
},
|
|
56
56
|
"defaultvalue": "\"on\"",
|
|
57
57
|
"type": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"description": "Specifies how many columns this component should span.\nThis only takes effect when this component is a child of a form layout\nthat has direction 'row'.",
|
|
72
72
|
"meta": {
|
|
73
73
|
"filename": "input-date-text.tsx",
|
|
74
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
74
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
75
75
|
},
|
|
76
76
|
"defaultvalue": 1,
|
|
77
77
|
"type": {
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"description": "Specifies whether an ancestor container, like oj-c-form-layout, is readonly.\nThis affects whether a readonly component renders in full or mixed readonly mode.",
|
|
92
92
|
"meta": {
|
|
93
93
|
"filename": "input-date-text.tsx",
|
|
94
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
94
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
95
95
|
},
|
|
96
96
|
"type": {
|
|
97
97
|
"names": [
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"description": "If no converter is specified, the default is to use\n<code>new LocalDateConverter({ dateStyle: 'short' })</code>.\n<p>\nWhen <code class=\"prettyprint\">converter</code> property changes due to programmatic\nintervention, the element performs various tasks based on the current state it is in. </br>\n\n<h4>Steps Performed Always</h4>\n<ul>\n<li>Any cached converter instance is cleared and new converter created. The converter hint is\npushed to messaging. E.g., notewindow displays the new hint(s).\n</li>\n</ul>\n\n<h4>Running Validation</h4>\n<ul>\n<li>if element is valid when <code class=\"prettyprint\">converter</code> property changes, the\n display value is refreshed.</li>\n<li>if element is invalid and is showing messages when\n<code class=\"prettyprint\">converter</code> property changes then all element messages are\ncleared and full validation run using the current display value on the element.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated, and the error is shown.\n The display value is not refreshed in this case. </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors. The\n display value is refreshed with the formatted value provided by converter.</li>\n</ul>\n</li>\n<li>if element is invalid and has deferred messages when converter property changes, the\n display value is again refreshed with the formatted value provided by converter.</li>\n</ul>\n\n<h4>Clearing Messages</h4>\n<ul>\n<li>Only messages created by the element are cleared.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.\nPage authors can\nchoose to clear it explicitly when setting the converter option.</li>\n</ul>\n</p>\n<p>\n During validation, the converter takes the input value which is a string\n and parses it into the type of the component's value property\n (e.g. a number)\n before it passes it to the validator. It then takes the validated value property\n and formats it into a string to be displayed and puts it into the input.\n If the converter's format or parse functions\n throw an error, it will be displayed to the user inline on the field.\n</p>\n<p>\nThe hint exposed by the converter is shown inline by default in the Redwood theme when\nthe field has focus.\nYou can turn off showing converter hints by using the\n'converterHint' property set to 'none' on the <code class=\"prettyprint\">display-options</code>\nattribute.\n</p>\n<p>\nIn the Redwood theme, only one hint shows at a time, so the precedence rules are:\nhelp.instruction shows; if no help.instruction then validator hints show;\nif none, then help-hints.definition shows; if none, then converter hint shows.\nhelp-hints.source always shows along with the other help or hint.\n</p>\n<p>The default converter is an instance of LocalDateConverter(). LocalDateConverter has a dateStyle option which can be set to\n'short', 'medium', 'long', or 'full'.\n</p>",
|
|
111
111
|
"meta": {
|
|
112
112
|
"filename": "input-date-text.tsx",
|
|
113
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
113
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
114
114
|
},
|
|
115
115
|
"defaultvalue": null,
|
|
116
116
|
"type": {
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"description": "<p>\nThe component-specific message detail when the date range validation fails when the input value is greater than the max.\nIf the component needs a date range validation error message for overflow that is different from the default,\nset this property. It should be a translated string.\n</p>\nTokens:<br/>\n{value} - value entered by the user<br/>\n{max} - the maximum allowed value<p>\nUsage: <br/>\nThe date must be less than or equal to {max}.",
|
|
138
138
|
"meta": {
|
|
139
139
|
"filename": "input-date-text.tsx",
|
|
140
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
140
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
141
141
|
},
|
|
142
142
|
"type": {
|
|
143
143
|
"names": [
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"description": "<p>\nThe component-specific message detail when the date range validation fails when the input value is less than the min.\nIf the component needs a date range validation error message for underflow that is different from the default,\nset this property. It should be a translated string.\n</p>\nTokens:<br/>\n{value} - value entered by the user<br/>\n{min} - the minimum allowed value<p>\nUsage: <br/>\nThe date must be greater than or equal to {min}.",
|
|
157
157
|
"meta": {
|
|
158
158
|
"filename": "input-date-text.tsx",
|
|
159
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
159
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
160
160
|
},
|
|
161
161
|
"type": {
|
|
162
162
|
"names": [
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"description": "Whether the component is disabled. The default is false.\n\n<p>\nWhen the <code class=\"prettyprint\">disabled</code> property changes due to programmatic\nintervention, the component may clear messages and run validation in some cases. </br>\n<ul>\n<li>when a required component is initialized as disabled\n<code class=\"prettyprint\">value=\"{{currentValue}}\" required disabled</code>,\ndeferred validation is skipped.</li>\n<li>when a disabled component is enabled,\n <ul>\n <li>if component is invalid and showing messages then all component messages are cleared,\n and full validation run using the display value.\n <ul>\n <li>if there are validation errors, they are shown.</li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated. Page authors can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors.</li>\n </ul>\n </li>\n\n <li>if component is valid and has no errors then deferred validation is run.\n <ul>\n <li>if there is a deferred validation error, then the valid property is updated. </li>\n </ul>\n </li>\n <li>if component is invalid and deferred errors then component messages are cleared and\n deferred validation re-run.\n <ul>\n <li>if there is a deferred validation error, then the valid property is updated.</li>\n </ul>\n </li>\n </ul>\n</li>\n<li>when enabled component is disabled then no validation is run and the component appears\ndisabled.</li>\n</ul>\n</p>",
|
|
176
176
|
"meta": {
|
|
177
177
|
"filename": "input-date-text.tsx",
|
|
178
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
178
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
179
179
|
},
|
|
180
180
|
"defaultvalue": false,
|
|
181
181
|
"type": {
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"description": "Display options for auxiliary content that determines whether or not it should be displayed.",
|
|
196
196
|
"meta": {
|
|
197
197
|
"filename": "input-date-text.tsx",
|
|
198
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
198
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
199
199
|
},
|
|
200
200
|
"type": {
|
|
201
201
|
"names": [
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"description": "Form component help information.",
|
|
222
222
|
"meta": {
|
|
223
223
|
"filename": "input-date-text.tsx",
|
|
224
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
224
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
225
225
|
},
|
|
226
226
|
"type": {
|
|
227
227
|
"names": [
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"description": "The helpHints object contains a definition property and a source property.",
|
|
248
248
|
"meta": {
|
|
249
249
|
"filename": "input-date-text.tsx",
|
|
250
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
250
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
251
251
|
},
|
|
252
252
|
"type": {
|
|
253
253
|
"names": [
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"description": "Specifies how the label of the component is positioned when the label-hint\nattribute is set on the component.",
|
|
274
274
|
"meta": {
|
|
275
275
|
"filename": "input-date-text.tsx",
|
|
276
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
276
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
277
277
|
},
|
|
278
278
|
"ojvalues": [
|
|
279
279
|
{
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"description": "Represents a hint for rendering a label on the component.\nThis is used in combination with the label-edge attribute to control how the label should be rendered.",
|
|
338
338
|
"meta": {
|
|
339
339
|
"filename": "input-date-text.tsx",
|
|
340
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
340
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
341
341
|
},
|
|
342
342
|
"type": {
|
|
343
343
|
"names": [
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"description": "<p> The width of the label when labelEdge is 'start'.</p>\n<p> This attribute accepts values of type\n<code>0 | `--${string}` | `${number}%` | `${number}x` | `calc(${string})`</code></p>",
|
|
357
357
|
"meta": {
|
|
358
358
|
"filename": "input-date-text.tsx",
|
|
359
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
359
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
360
360
|
},
|
|
361
361
|
"type": {
|
|
362
362
|
"names": [
|
|
@@ -375,8 +375,15 @@
|
|
|
375
375
|
"description": "Should the labels wrap or truncate when there is not enough available space.",
|
|
376
376
|
"meta": {
|
|
377
377
|
"filename": "input-date-text.tsx",
|
|
378
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
378
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
379
379
|
},
|
|
380
|
+
"tsdeprecated": [
|
|
381
|
+
{
|
|
382
|
+
"type": "deprecated",
|
|
383
|
+
"since": "18.0.0",
|
|
384
|
+
"description": "Label truncation for 'start' and 'top' aligned labels is no longer recommended by the Redwood Design System. The default for labelWrapping was 'wrap' and that is now the only suggested pattern by UX design for 'start' and 'top' aligned labels. 'inside' aligned labels are always truncated per UX design and are not affected by this property's value."
|
|
385
|
+
}
|
|
386
|
+
],
|
|
380
387
|
"ojvalues": [
|
|
381
388
|
{
|
|
382
389
|
"name": "truncate",
|
|
@@ -417,7 +424,7 @@
|
|
|
417
424
|
"description": "The maximum selectable date, in date only ISO string format.\nThe date the user enters must be less than or equal to the max date, otherwise the user will see an error.\nThis must be a date only ISO string with no time, otherwise an error is thrown and the component will not render.\nWhen set to null, there is no maximum.",
|
|
418
425
|
"meta": {
|
|
419
426
|
"filename": "input-date-text.tsx",
|
|
420
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
427
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
421
428
|
},
|
|
422
429
|
"type": {
|
|
423
430
|
"names": [
|
|
@@ -437,7 +444,7 @@
|
|
|
437
444
|
"description": "List of messages an app would add to the component when it has business/custom validation\nerrors that it wants the component to show. This allows the app to perform further validation\nbefore sending data to the server. When this option is set the message shows to the\nuser right away. To clear the custom message, set <code class=\"prettyprint\">messagesCustom</code>\nback to an empty array.<br/>\n<p>\nSee the <a href=\"#validation-section\">Validation and Messages</a> section\nfor details on when the component clears <code class=\"prettyprint\">messagesCustom</code>;\nfor example, when full validation is run.\n</p>",
|
|
438
445
|
"meta": {
|
|
439
446
|
"filename": "input-date-text.tsx",
|
|
440
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
447
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
441
448
|
},
|
|
442
449
|
"defaultvalue": "[]",
|
|
443
450
|
"type": {
|
|
@@ -464,7 +471,7 @@
|
|
|
464
471
|
"description": "The minimum selectable date, in date only ISO string format.\nThe date the user enters must be greater than or equal to the min date, otherwise the user will see an error.\nThis must be a date only ISO string with no time, otherwise an error is thrown and the component will not render.\nWhen set to null, there is no minimum.",
|
|
465
472
|
"meta": {
|
|
466
473
|
"filename": "input-date-text.tsx",
|
|
467
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
474
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
468
475
|
},
|
|
469
476
|
"type": {
|
|
470
477
|
"names": [
|
|
@@ -483,7 +490,7 @@
|
|
|
483
490
|
"description": "<p>\nWhether the component is readonly. The readonly property sets or returns whether an element\nis readonly, or not. A readonly element cannot be modified. However, a user can tab to it,\nhighlight it, focus on it, and copy the text from it. If you want to prevent the user from\ninteracting with the element, use the disabled property instead.\n</p>\n<p>\nIf the property value is not set either directly on the component or inherited from\na parent form layout, then the property is treated as if its value were false.\n</p>",
|
|
484
491
|
"meta": {
|
|
485
492
|
"filename": "input-date-text.tsx",
|
|
486
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
493
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
487
494
|
},
|
|
488
495
|
"type": {
|
|
489
496
|
"names": [
|
|
@@ -502,7 +509,7 @@
|
|
|
502
509
|
"description": "<p>\nThis property set to <code class=\"prettyprint\">false</code> implies that a value is not required to be provided by the user.\nThis is the default.\nThis property set to <code class=\"prettyprint\">true</code> implies that a value is required to be provided by the user.\n</p>\n<p>\nIn the Redwood theme, by default, a Required text is rendered inline when the field is empty.\nIf user-assistance-density is 'compact', it will show on the label as an icon.\n</p>\n<p>The Required error text is based on Redwood UX designs, and it is not recommended that it be changed.\nTo override the required error message,\nuse the <code class=\"prettyprint\">required-message-detail</code> attribute.\nThe component's label text is passed in as a token {label} and can be used in the message detail.\n</p>\n<p>When required is set to true, an implicit required validator is created, i.e.,\n<code class=\"prettyprint\">new RequiredValidator()</code>. The required validator is the only\nvalidator to run during initial render, and its error is not shown to the user at this time;\nthis is called deferred validation. The required validator also runs during normal validation;\nthis is when the errors are shown to the user.\nSee the <a href=\"#validation-section\">Validation and Messaging</a> section for details.\n</p>\n<p>\nWhen the <code class=\"prettyprint\">required</code> property changes due to programmatic intervention,\nthe component may clear component messages and run validation, based on the current state it's in. </br>\n\n<h4>Running Validation when required property changes</h4>\n<ul>\n<li>if component is valid when required is set to true, then it runs deferred validation on\nthe value property. If the field is empty, the valid state is invalidHidden. No errors are\nshown to the user.\n</li>\n<li>if component is valid when required is set from true to false, then no validation is run.\n</li>\n<li>if component is invalid and has deferred messages (invalidHidden) when required is set to false, then\ncomponent messages are cleared (messages-custom messages are not cleared)\nbut no deferred validation is run because required is false.\n</li>\n<li>if component is invalid and currently showing invalid messages (invalidShown) when required is changed\nto either true or false, then\ncomponent messages are cleared and normal validation is run using the current display value.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated and the error is shown.\n </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event on the component to clear custom errors.</li>\n</ul>\n</li>\n</ul>\n\n<h4>Clearing Messages when required property changes</h4>\n<ul>\n<li>Only messages created by the component, like validation messages, are cleared when the required property changes.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.</li>\n</ul>\n\n</p>",
|
|
503
510
|
"meta": {
|
|
504
511
|
"filename": "input-date-text.tsx",
|
|
505
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
512
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
506
513
|
},
|
|
507
514
|
"defaultvalue": false,
|
|
508
515
|
"type": {
|
|
@@ -522,7 +529,7 @@
|
|
|
522
529
|
"description": "<p>\nThe component-specific message detail when the required validation fails.\nIf the component needs a required validation error message that is different from the default,\nset this property. It should be a translated string.\n</p>",
|
|
523
530
|
"meta": {
|
|
524
531
|
"filename": "input-date-text.tsx",
|
|
525
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
532
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
526
533
|
},
|
|
527
534
|
"type": {
|
|
528
535
|
"names": [
|
|
@@ -541,7 +548,7 @@
|
|
|
541
548
|
"description": "Specifies how the text is aligned within the text field",
|
|
542
549
|
"meta": {
|
|
543
550
|
"filename": "input-date-text.tsx",
|
|
544
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
551
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
545
552
|
},
|
|
546
553
|
"ojvalues": [
|
|
547
554
|
{
|
|
@@ -594,7 +601,7 @@
|
|
|
594
601
|
"description": "<p>\nSpecifies the density of the form component's user assistance presentation. It can be shown inline with\nreserved rows to prevent reflow if a user assistance text shows up, inline without reserved rows that would\nreflow if a user assistance text shows up, or it can be shown compactly in a popup instead.\n</p>\n<p>\nIf the property value is not set either directly on the component or inherited from\na parent form layout, then the property is treated as if its value were \"reflow\".\n</p>",
|
|
595
602
|
"meta": {
|
|
596
603
|
"filename": "input-date-text.tsx",
|
|
597
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
604
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
598
605
|
},
|
|
599
606
|
"ojvalues": [
|
|
600
607
|
{
|
|
@@ -647,7 +654,7 @@
|
|
|
647
654
|
"description": "List of validators, synchronous or asynchronous, used by the component\nand the implicit component validators when performing validation. Each item is either an\ninstance that duck types oj.Validator or oj.AsyncValidator.\n<p>\nImplicit validators are created by the element when certain attributes are present.\nFor example, if the <code class=\"prettyprint\">required</code> attribute\nis set, an implicit oj.RequiredValidator is created. If the min and/or max attribute\nis set, an implicit oj.LocalDateRangeValidator is created.\nAt runtime when the component runs validation, it\ncombines all the implicit validators with all the validators\nspecified through this <code class=\"prettyprint\">validators</code> attribute\nand the <code class=\"prettyprint\">async-validators</code> attribute, and\nruns all of them.\n</p>\n<p>\nHints exposed by validators are shown inline by default in the Redwood theme when the\nfield has focus.\nYou can turn off showing validator hints by using the\n'validatorHint' property set to 'none' on the <code class=\"prettyprint\">display-options</code>\nattribute.\n</p>\n<p>\nIn the Redwood theme, only one hint shows at a time, so the precedence rules are:\nhelp.instruction shows; if no help.instruction then validator hints show;\nif none, then help-hints.definition shows; if none, then converter hint shows.\nhelp-hints.source always shows along with the other help or hint.\n</p>\n\n<p>\nWhen <code class=\"prettyprint\">validators</code> property changes due to programmatic\nintervention, the component may decide to clear messages and run validation, based on the\ncurrent state it is in. </br>\n\n<h4>Steps Performed Always</h4>\n<ul>\n<li>The cached list of validator instances are cleared and new validator hints is pushed to\nmessaging.\n</li>\n</ul>\n\n<h4>Running Validation</h4>\n<ul>\n<li>if component is valid when validators changes, component does nothing other than the\nsteps it always performs.</li>\n<li>if component is invalid and is showing messages when\n<code class=\"prettyprint\">validators</code> or\n<code class=\"prettyprint\">async-validators</code> changes then all component messages\n are cleared and full validation run using the display value on the component.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated and the error is shown.\n </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors.</li>\n</ul>\n</li>\n<li>if component is invalid and has deferred messages when validators changes, it does\nnothing other than the steps it performs always.</li>\n</ul>\n</p>\n\n<h4>Clearing Messages</h4>\n<ul>\n<li>Only messages created by the component are cleared.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.</li>\n</ul>\n</p>",
|
|
648
655
|
"meta": {
|
|
649
656
|
"filename": "input-date-text.tsx",
|
|
650
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
657
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
651
658
|
},
|
|
652
659
|
"defaultvalue": "[]",
|
|
653
660
|
"type": {
|
|
@@ -679,7 +686,7 @@
|
|
|
679
686
|
"description": "The value of the component.\n<p>The value must be a local date (no time) ISO string such as '2021-03-14',\notherwise the component will throw an error.</p>\n<p>\nIf needed, use IntlConverterUtils.dateToLocalIsoDateString to convert a Date to\na local ISO string that contains only the date to set as the initial value.\nIntlConverterUtils.dateToLocalIsoDateString(new Date(2014, 1, 1)));\n</p>\n\n<p>\nWhen <code class=\"prettyprint\">value</code> property changes due to programmatic\nintervention, the component always clears all messages\nincluding <code class=\"prettyprint\">messagesCustom</code>, runs deferred validation, and\nalways refreshes UI display value.\n</p>\n\n<p>\nWhen the input field is cleared and the value is committed, the <code class=\"prettyprint\">value</code>\nproperty is set to <code>null</code>.\n</p>\n\n<h4>Running Validation</h4>\n<ul>\n<li>component always runs deferred validation; the\n<code class=\"prettyprint\">valid</code> property is updated with the result.</li>\n</ul>",
|
|
680
687
|
"meta": {
|
|
681
688
|
"filename": "input-date-text.tsx",
|
|
682
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
689
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
683
690
|
},
|
|
684
691
|
"defaultvalue": null,
|
|
685
692
|
"type": {
|
|
@@ -701,7 +708,7 @@
|
|
|
701
708
|
"description": "<p>The <code class=\"prettyprint\">rawValue</code> is the read-only property for retrieving\nthe current value from the input field in string form. The main consumer of\n<code class=\"prettyprint\">rawValue</code> is a converter.</p>\n<p>\nThe <code class=\"prettyprint\">rawValue</code> updates on the 'input' javascript event,\nso the <code class=\"prettyprint\">rawValue</code> changes as the value of the input is changed.\nIf the user types in '1,200' into the field, the rawValue will be '1', then '1,', then '1,2',\n..., and finally '1,200'. When the user blurs or presses\nEnter the <code class=\"prettyprint\">rawValue</code> property gets parsed into an date only ISO string (an error is thrown if\nthe date is not complete), and the date only ISO string gets validated. If valid, the <code class=\"prettyprint\">value</code> property\ngets updated.\n</p>\n<p>This is a read-only attribute so page authors cannot set or change it directly.</p>",
|
|
702
709
|
"meta": {
|
|
703
710
|
"filename": "input-date-text.tsx",
|
|
704
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
711
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
705
712
|
},
|
|
706
713
|
"type": {
|
|
707
714
|
"names": [
|
|
@@ -722,7 +729,7 @@
|
|
|
722
729
|
"description": "<p>\nThe current valid state of the component. It is evaluated on initial render.\nIt is re-evaluated\n<ul>\n <li>after each validator (validators or async-validators) is run (full or deferred)</li>\n <li>when messagesCustom is updated,\n since messagesCustom can be added by the app developer any time.</li>\n <li>when showMessages() is called. Since showMessages() moves the\n hidden messages into messages shown,\n if the valid state was \"invalidHidden\" then it would become \"invalidShown\".</li>\n <li>when the required property has changed. If a component is empty and has required\n set, the valid state may be \"invalidHidden\" (if no invalid messages are being shown as well).\n If required property is removed, the valid state would change to \"valid\".</li>\n</ul>\n</p>\n<p>\n Note: New valid states may be added to the list of valid values in future releases.\n Any new values will start with \"invalid\"\n if it is an invalid state, \"pending\" if it is pending state,\n and \"valid\" if it is a valid state.\n</p>",
|
|
723
730
|
"meta": {
|
|
724
731
|
"filename": "input-date-text.tsx",
|
|
725
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
732
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
726
733
|
},
|
|
727
734
|
"ojvalues": [
|
|
728
735
|
{
|
|
@@ -785,7 +792,7 @@
|
|
|
785
792
|
"ojhidden": true,
|
|
786
793
|
"meta": {
|
|
787
794
|
"filename": "input-date-text.tsx",
|
|
788
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
795
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
789
796
|
},
|
|
790
797
|
"scope": "instance",
|
|
791
798
|
"returns": [
|
|
@@ -808,7 +815,7 @@
|
|
|
808
815
|
"ojhidden": true,
|
|
809
816
|
"meta": {
|
|
810
817
|
"filename": "input-date-text.tsx",
|
|
811
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
818
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
812
819
|
},
|
|
813
820
|
"scope": "instance",
|
|
814
821
|
"returns": [
|
|
@@ -830,7 +837,7 @@
|
|
|
830
837
|
"description": "Takes all deferred messages and shows them.\nIt then updates the valid property;\ne.g., if the valid state was \"invalidHidden\" before showMessages(),\nthe valid state will become \"invalidShown\" after showMessages().\nIf there were no deferred messages this method simply returns.",
|
|
831
838
|
"meta": {
|
|
832
839
|
"filename": "input-date-text.tsx",
|
|
833
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
840
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
834
841
|
},
|
|
835
842
|
"scope": "instance",
|
|
836
843
|
"returns": [
|
|
@@ -852,7 +859,7 @@
|
|
|
852
859
|
"description": "Resets the component by clearing all messages and messagesCustom attribute\nand updates the component's display value using the attribute value.\nUser entered values will be erased when this method is called.",
|
|
853
860
|
"meta": {
|
|
854
861
|
"filename": "input-date-text.tsx",
|
|
855
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
862
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
856
863
|
},
|
|
857
864
|
"scope": "instance",
|
|
858
865
|
"returns": [
|
|
@@ -874,7 +881,7 @@
|
|
|
874
881
|
"description": "If enabled, validates the component's display value using the converter and all validators registered\non the component and updates the value option by performing the following steps.\n<ol>\n<li>All messages are cleared, including custom messages added by the app.</li>\n<li>If the UI display value is empty, then the component normalizes the value to null.</li>\n<li>\n If no converter is present, or the normalized value is null, then processing continues to next step. Otherwise,\n the UI value is first converted (i.e., parsed). If there is a parse error then the messages are shown and processing stops.\n</li>\n<li>\n If required is true, the implicit required validator is run. If the required validator throws an error, the message is shown.\n</li>\n<li>\n If there are no other validators registered on the component, or if the UI display value is empty,\n the value option is updated using the display value (an empty field's display value is null).\n\n Otherwise all validators are run in sequence using the parsed value from the previous step.\n When a validation error is encountered it is remembered and the next validator in the sequence is run.\n</li>\n<li>\n At the end of validation if there are errors, the messages are shown.\n If there were no errors, then the value option is updated.\n</li>\n</ol>\n<p>If the component is readonly or disabled, returns a Promise that resolves to 'valid'\nwithout doing any validation.</p>",
|
|
875
882
|
"meta": {
|
|
876
883
|
"filename": "input-date-text.tsx",
|
|
877
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
884
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
878
885
|
},
|
|
879
886
|
"scope": "instance",
|
|
880
887
|
"returns": [
|
|
@@ -897,7 +904,7 @@
|
|
|
897
904
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
898
905
|
"meta": {
|
|
899
906
|
"filename": "input-date-text.tsx",
|
|
900
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
907
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
901
908
|
},
|
|
902
909
|
"scope": "instance",
|
|
903
910
|
"params": [
|
|
@@ -931,7 +938,7 @@
|
|
|
931
938
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
932
939
|
"meta": {
|
|
933
940
|
"filename": "input-date-text.tsx",
|
|
934
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
941
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
935
942
|
},
|
|
936
943
|
"scope": "instance",
|
|
937
944
|
"params": [
|
|
@@ -960,7 +967,7 @@
|
|
|
960
967
|
"description": "Performs a batch set of properties.",
|
|
961
968
|
"meta": {
|
|
962
969
|
"filename": "input-date-text.tsx",
|
|
963
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
970
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
964
971
|
},
|
|
965
972
|
"scope": "instance",
|
|
966
973
|
"params": [
|
|
@@ -989,7 +996,7 @@
|
|
|
989
996
|
"memberof": "oj-c.InputDateText",
|
|
990
997
|
"meta": {
|
|
991
998
|
"filename": "input-date-text.tsx",
|
|
992
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
999
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
993
1000
|
},
|
|
994
1001
|
"ojfragment": true
|
|
995
1002
|
},
|
|
@@ -1002,7 +1009,7 @@
|
|
|
1002
1009
|
"memberof": "oj-c.InputDateText",
|
|
1003
1010
|
"meta": {
|
|
1004
1011
|
"filename": "input-date-text.tsx",
|
|
1005
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
1012
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
1006
1013
|
},
|
|
1007
1014
|
"ojfragment": true
|
|
1008
1015
|
},
|
|
@@ -1018,7 +1025,7 @@
|
|
|
1018
1025
|
"description": "Autofocus is a Boolean that reflects the autofocus attribute.\nIf it is set to true then the associated component will get input focus when the page is loaded.\nSetting this property doesn't set the focus to the component:\nit tells the browser to focus to it when the element is inserted in the document.",
|
|
1019
1026
|
"meta": {
|
|
1020
1027
|
"filename": "input-date-text.tsx",
|
|
1021
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
1028
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
1022
1029
|
},
|
|
1023
1030
|
"type": {
|
|
1024
1031
|
"names": [
|
|
@@ -1041,7 +1048,7 @@
|
|
|
1041
1048
|
},
|
|
1042
1049
|
"meta": {
|
|
1043
1050
|
"filename": "input-date-text.tsx",
|
|
1044
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
1051
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
1045
1052
|
},
|
|
1046
1053
|
"properties": [
|
|
1047
1054
|
{
|
|
@@ -1095,7 +1102,7 @@
|
|
|
1095
1102
|
},
|
|
1096
1103
|
"meta": {
|
|
1097
1104
|
"filename": "input-date-text.tsx",
|
|
1098
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
1105
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
1099
1106
|
},
|
|
1100
1107
|
"properties": [
|
|
1101
1108
|
{
|
|
@@ -1151,7 +1158,7 @@
|
|
|
1151
1158
|
},
|
|
1152
1159
|
"meta": {
|
|
1153
1160
|
"filename": "input-date-text.tsx",
|
|
1154
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
1161
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
1155
1162
|
},
|
|
1156
1163
|
"properties": [
|
|
1157
1164
|
{
|
|
@@ -1181,7 +1188,7 @@
|
|
|
1181
1188
|
},
|
|
1182
1189
|
"meta": {
|
|
1183
1190
|
"filename": "input-date-text.tsx",
|
|
1184
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
1191
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
1185
1192
|
},
|
|
1186
1193
|
"properties": [
|
|
1187
1194
|
{
|
|
@@ -1231,7 +1238,7 @@
|
|
|
1231
1238
|
},
|
|
1232
1239
|
"meta": {
|
|
1233
1240
|
"filename": "input-date-text.tsx",
|
|
1234
|
-
"path": "/home/jenkins/uitech/workspace/
|
|
1241
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.0.1/packages/oraclejet-core-pack/web/components/oj-c/input-date-text"
|
|
1235
1242
|
},
|
|
1236
1243
|
"properties": [
|
|
1237
1244
|
{
|