@oracle/oraclejet-core-pack 16.0.5 → 16.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oj-c/ActionCard.json +6 -6
- package/oj-c/AreaChart.json +458 -1546
- package/oj-c/AreaChartGroup.json +8 -7
- package/oj-c/AreaChartItem.json +35 -16
- package/oj-c/AreaChartSeries.json +15 -14
- package/oj-c/Avatar.json +10 -10
- package/oj-c/Button.json +19 -19
- package/oj-c/Checkbox.json +29 -29
- package/oj-c/Checkboxset.json +35 -35
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/DrawerPopup.json +12 -12
- package/oj-c/FilePicker.json +20 -20
- package/oj-c/FormLayout.json +15 -15
- package/oj-c/HighlightText.json +6 -6
- package/oj-c/InputDateMask.json +75 -75
- package/oj-c/InputDateText.json +44 -44
- package/oj-c/InputMonthMask.json +1402 -0
- package/oj-c/InputNumber.json +51 -51
- package/oj-c/InputPassword.json +42 -42
- package/oj-c/InputSensitiveText.json +1420 -0
- package/oj-c/InputText.json +48 -48
- package/oj-c/LabelledLink.json +21 -21
- package/oj-c/Legend.json +36 -36
- package/oj-c/LegendItem.json +20 -15
- package/oj-c/LegendSection.json +6 -5
- package/oj-c/LineChart.json +459 -1546
- package/oj-c/LineChartGroup.json +8 -7
- package/oj-c/LineChartItem.json +35 -16
- package/oj-c/LineChartSeries.json +17 -16
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/ListView.json +18 -18
- package/oj-c/MenuButton.json +21 -21
- package/oj-c/MessageBanner.json +11 -11
- package/oj-c/MessageToast.json +13 -13
- package/oj-c/MeterBar.json +26 -26
- package/oj-c/MeterCircle.json +30 -30
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/Radioset.json +35 -35
- package/oj-c/RatingGauge.json +21 -21
- package/oj-c/SelectMultiple.json +41 -41
- package/oj-c/SelectSingle.json +45 -45
- package/oj-c/SelectionCard.json +6 -6
- package/oj-c/Selector.json +8 -8
- package/oj-c/SelectorAll.json +25 -5
- package/oj-c/SplitMenuButton.json +60 -17
- package/oj-c/TabBarMixed.json +606 -0
- package/oj-c/TagCloud.json +18 -18
- package/oj-c/TagCloudItem.json +11 -10
- package/oj-c/TextArea.json +45 -45
- package/oj-c/action-card/component.json +2 -2
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +175 -38
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +16 -7
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +4 -4
- package/oj-c/area-chart/component.json +552 -770
- package/oj-c/area-chart-group/area-chart-group.js +1 -1
- package/oj-c/area-chart-group/component.json +4 -3
- package/oj-c/area-chart-item/area-chart-item.js +1 -1
- package/oj-c/area-chart-item/component.json +10 -4
- package/oj-c/area-chart-series/area-chart-series.js +1 -1
- package/oj-c/area-chart-series/component.json +4 -3
- package/oj-c/avatar/component.json +2 -2
- package/oj-c/button/button.js +7 -7
- package/oj-c/button/component.json +2 -2
- package/oj-c/checkbox/component.json +2 -2
- package/oj-c/checkboxset/component.json +2 -2
- package/oj-c/collapsible/component.json +2 -2
- package/oj-c/component.json +15 -3
- package/oj-c/corepackbundle.js +883 -353
- package/oj-c/docs/action-card.html +59 -50
- package/oj-c/docs/area-chart-group.html +59 -50
- package/oj-c/docs/area-chart-item.html +59 -50
- package/oj-c/docs/area-chart-series.html +59 -50
- package/oj-c/docs/area-chart.html +59 -50
- package/oj-c/docs/avatar.html +59 -50
- package/oj-c/docs/button.html +59 -50
- package/oj-c/docs/checkbox.html +59 -50
- package/oj-c/docs/checkboxset.html +59 -50
- package/oj-c/docs/collapsible.html +59 -50
- package/oj-c/docs/drawer-popup.html +59 -50
- package/oj-c/docs/file-picker.html +59 -50
- package/oj-c/docs/form-layout.html +59 -50
- package/oj-c/docs/highlight-text.html +59 -50
- package/oj-c/docs/index.html +59 -50
- package/oj-c/docs/input-date-mask.html +59 -50
- package/oj-c/docs/input-date-text.html +59 -50
- package/oj-c/docs/input-month-mask.html +249 -0
- package/oj-c/docs/input-number.html +59 -50
- package/oj-c/docs/input-password.html +59 -50
- package/oj-c/docs/input-sensitive-text.html +249 -0
- package/oj-c/docs/input-text.html +59 -50
- package/oj-c/docs/jsDocMd.json +1 -1
- package/oj-c/docs/labelled-link.html +59 -50
- package/oj-c/docs/legend-item.html +59 -50
- package/oj-c/docs/legend-section.html +59 -50
- package/oj-c/docs/legend.html +59 -50
- package/oj-c/docs/line-chart-group.html +59 -50
- package/oj-c/docs/line-chart-item.html +59 -50
- package/oj-c/docs/line-chart-series.html +59 -50
- package/oj-c/docs/line-chart.html +59 -50
- package/oj-c/docs/list-item-layout.html +59 -50
- package/oj-c/docs/list-view.html +59 -50
- package/oj-c/docs/menu-button.html +59 -50
- package/oj-c/docs/message-banner.html +59 -50
- package/oj-c/docs/message-toast.html +59 -50
- package/oj-c/docs/meter-bar.html +59 -50
- package/oj-c/docs/meter-circle.html +59 -50
- package/oj-c/docs/oj-c.ActionCard.html +60 -51
- package/oj-c/docs/oj-c.AreaChart.html +1452 -214
- package/oj-c/docs/oj-c.AreaChartGroup.html +63 -51
- package/oj-c/docs/oj-c.AreaChartItem.html +125 -54
- package/oj-c/docs/oj-c.AreaChartSeries.html +63 -51
- package/oj-c/docs/oj-c.Avatar.html +60 -51
- package/oj-c/docs/oj-c.Button.html +60 -51
- package/oj-c/docs/oj-c.Checkbox.html +60 -51
- package/oj-c/docs/oj-c.Checkboxset.html +60 -51
- package/oj-c/docs/oj-c.Collapsible.html +60 -51
- package/oj-c/docs/oj-c.DrawerPopup.html +60 -51
- package/oj-c/docs/oj-c.FilePicker.html +60 -51
- package/oj-c/docs/oj-c.FormLayout.html +60 -51
- package/oj-c/docs/oj-c.HighlightText.html +60 -51
- package/oj-c/docs/oj-c.InputDateMask.html +81 -64
- package/oj-c/docs/oj-c.InputDateText.html +60 -51
- package/oj-c/docs/oj-c.InputMonthMask.html +5940 -0
- package/oj-c/docs/oj-c.InputNumber.html +60 -51
- package/oj-c/docs/oj-c.InputPassword.html +80 -62
- package/oj-c/docs/oj-c.InputSensitiveText.html +5723 -0
- package/oj-c/docs/oj-c.InputText.html +60 -51
- package/oj-c/docs/oj-c.LabelledLink.html +60 -51
- package/oj-c/docs/oj-c.Legend.html +60 -51
- package/oj-c/docs/oj-c.LegendItem.html +75 -51
- package/oj-c/docs/oj-c.LegendSection.html +63 -51
- package/oj-c/docs/oj-c.LineChart.html +1455 -217
- package/oj-c/docs/oj-c.LineChartGroup.html +63 -51
- package/oj-c/docs/oj-c.LineChartItem.html +125 -54
- package/oj-c/docs/oj-c.LineChartSeries.html +63 -51
- package/oj-c/docs/oj-c.ListItemLayout.html +60 -51
- package/oj-c/docs/oj-c.ListView.html +60 -51
- package/oj-c/docs/oj-c.MenuButton.html +60 -51
- package/oj-c/docs/oj-c.MessageBanner.html +60 -51
- package/oj-c/docs/oj-c.MessageToast.html +60 -51
- package/oj-c/docs/oj-c.MeterBar.html +60 -51
- package/oj-c/docs/oj-c.MeterCircle.html +60 -51
- package/oj-c/docs/oj-c.ProgressBar.html +60 -51
- package/oj-c/docs/oj-c.ProgressCircle.html +60 -51
- package/oj-c/docs/oj-c.Radioset.html +60 -51
- package/oj-c/docs/oj-c.RatingGauge.html +60 -51
- package/oj-c/docs/oj-c.SelectMultiple.html +60 -51
- package/oj-c/docs/oj-c.SelectSingle.html +60 -51
- package/oj-c/docs/oj-c.Selector.html +60 -51
- package/oj-c/docs/oj-c.SelectorAll.html +149 -52
- package/oj-c/docs/oj-c.SplitMenuButton.html +299 -52
- package/oj-c/docs/oj-c.TabBarMixed.html +2660 -0
- package/oj-c/docs/oj-c.TagCloud.html +60 -51
- package/oj-c/docs/oj-c.TagCloudItem.html +63 -51
- package/oj-c/docs/oj-c.TextArea.html +60 -51
- package/oj-c/docs/progress-bar.html +59 -50
- package/oj-c/docs/progress-circle.html +59 -50
- package/oj-c/docs/radioset.html +59 -50
- package/oj-c/docs/rating-gauge.html +59 -50
- package/oj-c/docs/select-multiple.html +59 -50
- package/oj-c/docs/select-single.html +59 -50
- package/oj-c/docs/selection-card.html +59 -50
- package/oj-c/docs/selector-all.html +59 -50
- package/oj-c/docs/selector.html +59 -50
- package/oj-c/docs/split-menu-button.html +59 -50
- package/oj-c/docs/tab-bar-mixed.html +249 -0
- package/oj-c/docs/tag-cloud-item.html +59 -50
- package/oj-c/docs/tag-cloud.html +59 -50
- package/oj-c/docs/text-area.html +59 -50
- package/oj-c/drawer-popup/component.json +2 -2
- package/oj-c/file-picker/component.json +2 -2
- package/oj-c/form-layout/component.json +2 -2
- package/oj-c/highlight-text/component.json +2 -2
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +5 -2
- package/oj-c/input-date-mask/component.json +17 -15
- package/oj-c/input-date-mask/input-date-mask.js +45 -88
- package/oj-c/input-date-text/component.json +3 -6
- package/oj-c/input-month-mask/CalendarMonthConverter.js +32 -0
- package/oj-c/input-month-mask/CalendarMonthRangeValidator.js +56 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.d.ts +16 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +23 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +275 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +248 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-month-mask/__webdriver__/index.js +34 -0
- package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -0
- package/oj-c/input-month-mask/component.json +493 -0
- package/oj-c/input-month-mask/index.js +6 -0
- package/oj-c/input-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/input-month-mask/input-month-mask.js +69 -0
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +26 -0
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +88 -0
- package/oj-c/input-month-mask.js +6 -0
- package/oj-c/input-number/component.json +2 -2
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/component.json +5 -5
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +50 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +259 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +266 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js +34 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -0
- package/oj-c/input-sensitive-text/component.json +574 -0
- package/oj-c/input-sensitive-text/index.js +6 -0
- package/oj-c/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/input-sensitive-text/input-sensitive-text.js +74 -0
- package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +52 -0
- package/oj-c/input-sensitive-text.js +6 -0
- package/oj-c/input-text/component.json +2 -2
- package/oj-c/labelled-link/component.json +2 -2
- package/oj-c/legend/component.json +2 -2
- package/oj-c/legend/legend-styles.css +1 -0
- package/oj-c/legend-item/component.json +12 -7
- package/oj-c/legend-item/legend-item.js +1 -1
- package/oj-c/legend-section/component.json +4 -3
- package/oj-c/legend-section/legend-section.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +172 -35
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +13 -4
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +558 -775
- package/oj-c/line-chart/line-chart.js +4 -4
- package/oj-c/line-chart-group/component.json +4 -3
- package/oj-c/line-chart-group/line-chart-group.js +1 -1
- package/oj-c/line-chart-item/component.json +11 -5
- package/oj-c/line-chart-item/line-chart-item.js +1 -1
- package/oj-c/line-chart-series/component.json +4 -3
- package/oj-c/line-chart-series/line-chart-series.js +1 -1
- package/oj-c/list-item-layout/component.json +2 -2
- package/oj-c/list-view/component.json +2 -2
- package/oj-c/menu-button/component.json +2 -2
- package/oj-c/menu-button/menu-button.js +2 -2
- package/oj-c/message-banner/component.json +2 -2
- package/oj-c/message-toast/component.json +2 -2
- package/oj-c/metadata/allComponents.json +3619 -2700
- package/oj-c/meter-bar/component.json +2 -2
- package/oj-c/meter-circle/component.json +2 -2
- package/oj-c/min/area-chart-group.js +1 -1
- package/oj-c/min/area-chart-group.js.map +1 -1
- package/oj-c/min/area-chart-item.js +1 -1
- package/oj-c/min/area-chart-item.js.map +1 -1
- package/oj-c/min/area-chart-series.js +1 -1
- package/oj-c/min/area-chart-series.js.map +1 -1
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/corepackbundle.css +28 -1
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +5 -2
- 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-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/min/input-month-mask.js +2 -0
- package/oj-c/min/input-month-mask.js.map +1 -0
- package/oj-c/min/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/min/input-sensitive-text.js +2 -0
- package/oj-c/min/input-sensitive-text.js.map +1 -0
- package/oj-c/min/legend/legend-styles.css +1 -0
- package/oj-c/min/legend-item.js +1 -1
- package/oj-c/min/legend-item.js.map +1 -1
- package/oj-c/min/legend-section.js +1 -1
- package/oj-c/min/legend-section.js.map +1 -1
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart-group.js +1 -1
- package/oj-c/min/line-chart-group.js.map +1 -1
- package/oj-c/min/line-chart-item.js +1 -1
- package/oj-c/min/line-chart-item.js.map +1 -1
- package/oj-c/min/line-chart-series.js +1 -1
- package/oj-c/min/line-chart-series.js.map +1 -1
- package/oj-c/min/line-chart.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-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/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/split-menu-button.js +1 -1
- package/oj-c/min/split-menu-button.js.map +1 -1
- package/oj-c/min/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/min/tab-bar-mixed.js +2 -0
- package/oj-c/min/tab-bar-mixed.js.map +1 -0
- package/oj-c/min/tag-cloud-item.js +1 -1
- package/oj-c/min/tag-cloud-item.js.map +1 -1
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- package/oj-c/progress-bar/component.json +2 -2
- package/oj-c/progress-circle/component.json +2 -2
- package/oj-c/radioset/component.json +2 -2
- package/oj-c/rating-gauge/component.json +2 -2
- package/oj-c/select-multiple/component.json +2 -2
- package/oj-c/select-single/component.json +2 -2
- package/oj-c/selection-card/component.json +2 -2
- package/oj-c/selector/component.json +2 -2
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +7 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +9 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
- package/oj-c/selector-all/component.json +12 -2
- package/oj-c/selector-all/selector-all.js +3 -3
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +7 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +9 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/component.json +21 -2
- package/oj-c/split-menu-button/split-menu-button.js +18 -27
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +43 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixed.types.js +4 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +16 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +10 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +8 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +13 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +116 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +95 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.d.ts +17 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -0
- package/oj-c/tab-bar-mixed/component.json +236 -0
- package/oj-c/tab-bar-mixed/environment.js +13 -0
- package/oj-c/tab-bar-mixed/index.js +6 -0
- package/oj-c/tab-bar-mixed/sumBadge.js +23 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +39 -0
- package/oj-c/tab-bar-mixed.js +6 -0
- package/oj-c/tag-cloud/component.json +2 -2
- package/oj-c/tag-cloud-item/component.json +4 -3
- package/oj-c/tag-cloud-item/tag-cloud-item.js +1 -1
- package/oj-c/text-area/component.json +2 -2
- package/oj-c/types/area-chart/area-chart.d.ts +7 -2
- package/oj-c/types/area-chart-item/area-chart-item.d.ts +5 -0
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +15 -20
- package/oj-c/types/input-month-mask/CalendarMonthConverter.d.ts +19 -0
- package/oj-c/types/input-month-mask/CalendarMonthRangeValidator.d.ts +34 -0
- package/oj-c/types/input-month-mask/index.d.ts +2 -0
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +184 -0
- package/oj-c/types/input-month-mask/useImplicitCalendarMonthRangeValidator.d.ts +13 -0
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +39 -0
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
- package/oj-c/types/input-sensitive-text/index.d.ts +2 -0
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +199 -0
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +41 -0
- package/oj-c/types/line-chart/line-chart.d.ts +7 -2
- package/oj-c/types/line-chart-item/line-chart-item.d.ts +5 -0
- package/oj-c/types/selector-all/selector-all.d.ts +10 -3
- package/oj-c/types/split-menu-button/index.d.ts +1 -1
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +18 -14
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.types.d.ts +27 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixedIcon.d.ts +12 -0
- package/oj-c/types/tab-bar-mixed/environment.d.ts +1 -0
- package/oj-c/types/tab-bar-mixed/index.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/sumBadge.d.ts +6 -0
- package/oj-c/types/tab-bar-mixed/tab-bar-mixed.d.ts +104 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -2
- package/oj-c/types/utils/PRIVATE_chartUtils/axisUtils.d.ts +3 -0
- package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +55 -19
- package/oj-c/types/utils/UNSAFE_vizTypes/index.d.ts +1 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- 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 +19 -8
- package/webdriver/docs/classes/AvatarWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
- package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
- package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
- package/webdriver/docs/classes/FilePickerWebElement.html +1 -1
- package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +211 -0
- package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
- package/webdriver/docs/classes/InputPasswordWebElement.html +2 -2
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +215 -0
- package/webdriver/docs/classes/InputTextWebElement.html +1 -1
- package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
- package/webdriver/docs/classes/LegendWebElement.html +1 -1
- package/webdriver/docs/classes/LineChartWebElement.html +12 -6
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/ListViewWebElement.html +1 -1
- 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/ProgressBarWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
- package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
- package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
- package/webdriver/docs/classes/SelectMultipleWebElement.html +1 -1
- package/webdriver/docs/classes/SelectSingleWebElement.html +1 -1
- package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorAllWebElement.html +6 -2
- package/webdriver/docs/classes/SelectorWebElement.html +1 -1
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +7 -3
- package/webdriver/docs/classes/TabBarMixedWebElement.html +139 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
- package/webdriver/docs/classes/TextAreaWebElement.html +1 -1
- 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/findCheckbox.html +1 -1
- package/webdriver/docs/functions/findCheckboxset.html +1 -1
- package/webdriver/docs/functions/findCollapsible.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/findInputDateText.html +1 -1
- package/webdriver/docs/functions/findInputMonthMask.html +8 -0
- package/webdriver/docs/functions/findInputNumber.html +1 -1
- package/webdriver/docs/functions/findInputPassword.html +1 -1
- package/webdriver/docs/functions/findInputSensitiveText.html +8 -0
- 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/findProgressBar.html +1 -1
- package/webdriver/docs/functions/findProgressCircle.html +1 -1
- package/webdriver/docs/functions/findRadioset.html +1 -1
- package/webdriver/docs/functions/findRatingGauge.html +1 -1
- package/webdriver/docs/functions/findSelectMultiple.html +1 -1
- package/webdriver/docs/functions/findSelectSingle.html +1 -1
- package/webdriver/docs/functions/findSelectionCard.html +1 -1
- package/webdriver/docs/functions/findSelector.html +1 -1
- package/webdriver/docs/functions/findSelectorAll.html +1 -1
- package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
- package/webdriver/docs/functions/findTabBarMixed.html +8 -0
- package/webdriver/docs/functions/findTagCloud.html +1 -1
- package/webdriver/docs/functions/findTextArea.html +1 -1
- 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 +3 -0
package/oj-c/InputDateMask.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"memberof": "oj-c",
|
|
7
7
|
"longname": "oj-c.InputDateMask",
|
|
8
8
|
"kind": "class",
|
|
9
|
-
"classdesc": "<h3 id=\"InputDateMaskOverview-section\">\n JET Input Date Mask Component\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#InputDateMaskOverview-section\"></a>\n</h3>\n\n<p>Description: A JET Input Date Mask allows a user to individually edit, step, or spin the\nvalues of the month, day, and year fields of a calendar date.</p>\n\n<pre class=\"prettyprint\"><code><oj-c-input-date-mask label-hint=\"Date\"></oj-c-input-date-mask></code></pre>\n\n<h3 id=\"validation-section\">\n Validation and Messaging\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#validation-section\"></a>\n</h3>\n\n<p>\nAn editable component runs validation (normal or deferred) based on the action performed on it\n(either by end-user or page author), and the state it was in when the action occurred. Examples\nof actions are - creating a component, user changing the value of the component by interacting\nwith it, the app setting a value programmatically, the app calling the validate() method etc. At\nthe time the action occurs, the component could already be showing errors, or can have a deferred\nerror or have no errors.\n</p>\n<p>\nThese factors also determine whether validation errors/messages get shown to the user immediately\nor get deferred. The following sections highlight the kinds of validation that are run and how\nmessages get handled.\n</p>\n\n<h4 id=\"normal-validation-section\">\n Normal Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#normal-validation-section\"></a>\n</h4>\nNormal validation is run in the following cases on the display value, using the converter and\nvalidators (this includes async-validators) set on the component,\nand validation errors are reported to user immediately.\n<ul>\n<li>When value changes as a result of user interaction all messages are cleared, including custom\nmessages added by the app, and full validation is run on the UI value. The steps performed are\noutlined below.\n<ol>\n<li>All messages are cleared and <code class=\"prettyprint\">messagesCustom</code> property is cleared</li>\n<li>If no converter is present then processing continues to next step. If a converter is\npresent, the UI value is first converted (i.e., parsed). If there is a parse error then\nthe messages are shown and processing returns.</li>\n<li>If there are no validators setup for the component then the value is set on the component.\nOtherwise all validators are run in sequence using the parsed value from the previous step. The\nimplicit required is run first if the component is marked required. When a validation error is\nencountered it is remembered and the next validator in the sequence is run.\n<ul><li>NOTE: The value is trimmed before required validation is run</li></ul>\n</li>\n<li>At the end of the validation run if there are errors, the messages are shown\nand processing returns. If there are async-validators, those errors are shown as soon as they\ncome in, and not until all validators, sync and async validators, are complete, does processing\nreturn, that is, value and valid are updated. If there are no errors, then the\n<code class=\"prettyprint\">value</code> property is updated and the formatted value displayed on the\nUI.</li>\n</ol>\n</li>\n<li>When the <code class=\"prettyprint\">validate</code> method is called by app, all messages are\ncleared and full validation run using the display value. See <code class=\"prettyprint\">validate</code>\nmethod on the sub-classes for details. Note: JET validation is designed to catch user input errors, and not invalid\ndata passed from the server; this should be caught on the server.</li>\n<li>When certain properties change through programmatic intervention by app, the component\ndetermines whether it needs to run normal validation based on the state the component is in.\nRefer to the <a href=\"#mixed-validation-section\">Mixed Validation</a> section below for details. </li>\n</ul>\n\n<h4 id=\"deferred-validation-section\">\n Deferred Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-validation-section\"></a>\n</h4>\nDeferred validation is run in the following cases on the component value using the implicit\nrequired validator if required is true, and validation errors are deferred, i.e., not shown to user immediately.\nRefer to the <a href=\"#deferred-messages-section\">Showing Deferred Messages</a> section to\nunderstand how deferred messages can be shown.\n<ul>\n <li>When a component is created and it is required deferred validation is run and no messages are cleared\n prior to running validation.\n Refer to the <a href=\"#deferred-validators-section\">Validators\n Participating in Deferred Validation</a> section for details.</li>\n <li>When the <code class=\"prettyprint\">value</code> property changes due to programmatic\n intervention deferred validation is run, after all messages and messagesCustom property are cleared.</li>\n <li>When the <code class=\"prettyprint\">reset</code> method is called, deferred validation is run\n after all messages and messagesCustom property are cleared.</li>\n <li>When certain properties change through programmatic intervention by app, the component\n determines whether it needs to run deferred validation based on the state the component is in.\n Refer to the <a href=\"#mixed-validation-section\">Mixed Validation</a> section below for details.</li>\n</ul>\n\n<h4 id=\"mixed-validation-section\">\n Mixed Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#mixed-validation-section\"></a>\n</h4>\nEither deferred or normal validation is run in the following cases based on the state the\ncomponent is in and any validation errors encountered are either hidden or shown to user.\n<ul>\n <li>when disabled property changes. See <a href=\"#disabled\">disabled</a> property for details.</li>\n <li>when converter property changes. See <a href=\"#converter\">converter</a> property for details.</li>\n <li>when required property changes. See <a href=\"#required\">required</a> property for details.</li>\n <li>when validators property changes. See <a href=\"#validators\">validators</a> property for details.</li>\n</ul>\n\n<h3 id=\"deferred-messages-section\">\n Showing Deferred Messages\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-messages-section\"></a>\n</h3>\nDeferred validation messages are displayed only when page author requests for it explicitly in\none of the following ways:\n<ul>\n<li>calls the <a href=\"#showMessages\"><code class=\"prettyprint\">showMessages</code></a> method on the component</li>\n</ul>\n\n<h3 id=\"deferred-validators-section\">\n Validators Participating in Deferred Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-validators-section\"></a>\n</h3>\nThe required validator is the only validator type that participates in deferred validation.\nThe required property needs to be set to true for the required validator to run.\n\n<h3 id=\"user-assistance-text-section\">\n User Assistance Text\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#user-assistance-text-section\"></a>\n</h3>\n<p>\nUser assistive text provides guidance to help the user understand what data to enter or select.\n</p>\n<p>\nBy default all user assistance text shows inline.\nFor input components, it shows when the field takes focus. In other components\nit shows all the time. See the user-assistance-density property for other ways\nthe user assistance text can render, like in 'compact' mode, it will render as an icon on the label\nwhich when clicked will show the user assistance text in a notewindow.\n</p>\n<p>\nThe JET form component properties that are used for user assistance text are help.instruction,\nvalidator and converter hints, and help-hints.\nIn the Redwood theme for clarity only one user assistance text shows to the user.\nThe precedence rules are:\n<ul>\n<li>help.instruction shows;</li>\n<li>if no help.instruction, then validator hint shows;</li>\n<li>if no help.instruction or validator hint, then help-hints.definition shows;</li>\n<li>if no help.instruction, validator hint, or help-hints.definition, then converter hint shows.</li>\n<li>help-hints.source always shows along side the above.</li>\n</ul>\n</p>\n<p>Sometimes a validator or converter hint shows that you do not want to show. To not show it,\n set the display-options.validator-hint and/or display-options.converter-hint property to 'none'.\n</p>\n<p>required property can be used to guide the user.\nIn Redwood, a required field shows the word Required under the field\nwhen the field is empty and does not have focus.\nThe mask placeholder is shown when the field is empty and has focus. The mask placeholder is not configurable.\n</p>\n\n<h3 id=\"touch-section\">\n Touch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Field (Not a Segment)</td>\n <td><kbd>Tap</kbd></td>\n <td>Sets focus to first segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>Segment</td>\n <td><kbd>Tap</kbd></td>\n <td>Sets focus to segment. Show user assistance text.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Field</td>\n <td><kbd>Tab In</kbd></td>\n <td>Sets focus to first segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>Complete Date Selected</td>\n <td><kbd>Backspace/Delete</kbd></td>\n <td>If the date is complete, double click on the field selects the entire date. Backspace or delete key clears the date. The mask placeholders will be shown again and focus will be on the first segment.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>Backspace/Delete</kbd></td>\n <td>Clears the date segment. Focus remains on the date segment.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>RightArrow</kbd></td>\n <td>Moves focus to the segment on the right. If focus is on the rightmost segment, the focus does not move.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>LeftArrow</kbd></td>\n <td>Moves focus to the segment on the left. If focus is on the leftmost segment, the focus does not move.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>UpArrow/DownArrow</kbd></td>\n <td>Increments or decrements the number by one in the segment. If there is no number in the segment, it initializes it to the current date.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>End</kbd></td>\n <td>Increments the segment to the maximum number for the segment. For example, if on the month segment, this will set the number to 12. If on the year segment, this will set the number to 2100.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>Home</kbd></td>\n <td>Decrements the segment to the minimum number for the segment. For example, if on the month segment, this will set the number to 1. If on the year segment, this will set the number to 1900.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>Page Up/Page Down</kbd></td>\n <td>Increments or decrements the number by two in the month segment, by seven in the day segment, or by five in the year segment. If there is no number in the segment, it initializes it to the current date.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n\n<p>\nFor accessibility, set the <a href=\"#labelHint\">label-hint</a> property.\nIf there is no visible label, then to make this accessible to screen reader users,\nset the <a href=\"#labelHint\">label-hint</a> and <a href=\"#labelEdge\">label-edge</a>='none'\nwhich renders an aria-label with the label-hint text.\n</p>\n\n\n<p>\nDisabled content: JET supports an accessible luminosity contrast ratio,\nas specified in <a href=\"http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\">WCAG 2.0 - Section 1.4.3 \"Contrast\"</a>,\nin the themes that are accessible. (See the \"Theming\" chapter of the JET Developer Guide for more information on which\nthemes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user\ninterface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio\nrequired of enabled content, it cannot be used to convey meaningful information.\n</p>",
|
|
9
|
+
"classdesc": "<h3 id=\"InputDateMaskOverview-section\">\n JET Input Date Mask Component\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#InputDateMaskOverview-section\"></a>\n</h3>\n\n<p>Description: A JET Input Date Mask allows a user to individually edit, step, or spin the\nvalues of the month, day, and year fields of a calendar date.</p>\n\n<pre class=\"prettyprint\"><code><oj-c-input-date-mask label-hint=\"Date\"></oj-c-input-date-mask></code></pre>\n\n<h3 id=\"validation-section\">\n Validation and Messaging\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#validation-section\"></a>\n</h3>\n\n<p>\nAn editable component runs validation (normal or deferred) based on the action performed on it\n(either by end-user or page author), and the state it was in when the action occurred. Examples\nof actions are - creating a component, user changing the value of the component by interacting\nwith it, the app setting a value programmatically, the app calling the validate() method etc. At\nthe time the action occurs, the component could already be showing errors, or can have a deferred\nerror or have no errors.\n</p>\n<p>\nThese factors also determine whether validation errors/messages get shown to the user immediately\nor get deferred. The following sections highlight the kinds of validation that are run and how\nmessages get handled.\n</p>\n\n<h4 id=\"normal-validation-section\">\n Normal Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#normal-validation-section\"></a>\n</h4>\nNormal validation is run in the following cases on the display value, using the converter and\nvalidators (this includes async-validators) set on the component,\nand validation errors are reported to user immediately.\n<ul>\n<li>When value changes as a result of user interaction all messages are cleared, including custom\nmessages added by the app, and full validation is run on the UI value. The steps performed are\noutlined below.\n<ol>\n<li>All messages are cleared and <code class=\"prettyprint\">messagesCustom</code> property is cleared</li>\n<li>If no converter is present then processing continues to next step. If a converter is\npresent, the UI value is first converted (i.e., parsed). If there is a parse error then\nthe messages are shown and processing returns.</li>\n<li>If there are no validators setup for the component then the value is set on the component.\nOtherwise all validators are run in sequence using the parsed value from the previous step. The\nimplicit required validator is run first if the component is marked required. When a validation error is\nencountered it is remembered and the next validator in the sequence is run.\n<ul><li>NOTE: The value is trimmed before required validation is run</li></ul>\n</li>\n<li>At the end of the validation run if there are errors, the messages are shown\nand processing returns. If there are async-validators, those errors are shown as soon as they\ncome in, and not until all validators, sync and async validators, are complete, does processing\nreturn, that is, value and valid are updated. If there are no errors, then the\n<code class=\"prettyprint\">value</code> property is updated and the formatted value displayed on the\nUI.</li>\n</ol>\n</li>\n<li>When the <code class=\"prettyprint\">validate</code> method is called by app, all messages are\ncleared and full validation is run using the display value. See <code class=\"prettyprint\">validate</code>\nmethod on the sub-classes for details. Note: JET validation is designed to catch user input errors, and not invalid\ndata passed from the server; this should be caught on the server.</li>\n<li>When certain properties change through programmatic intervention by app, the component\ndetermines whether it needs to run normal validation based on the state the component is in.\nRefer to the <a href=\"#mixed-validation-section\">Mixed Validation</a> section below for details. </li>\n</ul>\n\n<h4 id=\"deferred-validation-section\">\n Deferred Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-validation-section\"></a>\n</h4>\nDeferred validation is run in the following cases on the component value using the implicit\nrequired validator if required is true, and validation errors are deferred, i.e., not shown to user immediately.\nRefer to the <a href=\"#deferred-messages-section\">Showing Deferred Messages</a> section to\nunderstand how deferred messages can be shown.\n<ul>\n <li>When a component is created and it is required deferred validation is run and no messages are cleared\n prior to running validation.\n Refer to the <a href=\"#deferred-validators-section\">Validators\n Participating in Deferred Validation</a> section for details.</li>\n <li>When the <code class=\"prettyprint\">value</code> property changes due to programmatic\n intervention deferred validation is run, after all messages and messagesCustom property are cleared.</li>\n <li>When the <code class=\"prettyprint\">reset</code> method is called, deferred validation is run\n after all messages and messagesCustom property are cleared.</li>\n <li>When certain properties change through programmatic intervention by app, the component\n determines whether it needs to run deferred validation based on the state the component is in.\n Refer to the <a href=\"#mixed-validation-section\">Mixed Validation</a> section below for details.</li>\n</ul>\n\n<h4 id=\"mixed-validation-section\">\n Mixed Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#mixed-validation-section\"></a>\n</h4>\nEither deferred or normal validation is run in the following cases based on the state the\ncomponent is in and any validation errors encountered are either hidden or shown to user.\n<ul>\n <li>when disabled property changes. See <a href=\"#disabled\">disabled</a> property for details.</li>\n <li>when converter property (if available) changes.</li>\n <li>when required property changes. See <a href=\"#required\">required</a> property for details.</li>\n <li>when validators property changes. See <a href=\"#validators\">validators</a> property for details.</li>\n</ul>\n\n<h3 id=\"deferred-messages-section\">\n Showing Deferred Messages\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-messages-section\"></a>\n</h3>\nDeferred validation messages are displayed only when page author requests for it explicitly in\none of the following ways:\n<ul>\n<li>calls the <a href=\"#showMessages\"><code class=\"prettyprint\">showMessages</code></a> method on the component</li>\n</ul>\n\n<h3 id=\"deferred-validators-section\">\n Validators Participating in Deferred Validation\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#deferred-validators-section\"></a>\n</h3>\nThe required validator is the only validator type that participates in deferred validation.\nThe required property needs to be set to true for the required validator to run.\n\n<h3 id=\"user-assistance-text-section\">\n User Assistance Text\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#user-assistance-text-section\"></a>\n</h3>\n<p>\nUser assistive text provides guidance to help the user understand what data to enter or select.\n</p>\n<p>\nBy default all user assistance text shows inline.\nFor input components, it shows when the field takes focus. In other components\nit shows all the time. See the user-assistance-density property for other ways\nthe user assistance text can render, like in 'compact' mode, it will render as an icon on the label\nwhich when clicked will show the user assistance text in a notewindow.\n</p>\n<p>\nThe JET form component properties that are used for user assistance text are help.instruction,\nvalidator and converter hints, and help-hints.\nIn the Redwood theme for clarity only one user assistance text shows to the user.\nThe precedence rules are:\n<ul>\n<li>help.instruction shows;</li>\n<li>if no help.instruction, then validator hint shows;</li>\n<li>if no help.instruction or validator hint, then help-hints.definition shows;</li>\n<li>if no help.instruction, validator hint, or help-hints.definition, then converter hint shows.</li>\n<li>help-hints.source always shows along side the above.</li>\n</ul>\n</p>\n<p>Sometimes a validator or converter hint shows that you do not want to show. To not show it,\n set the display-options.validator-hint and/or display-options.converter-hint property to 'none'.\n</p>\n<p>required property can be used to guide the user.\nIn Redwood, a required field shows the word Required under the field\nwhen the field is empty and does not have focus.\nThe mask placeholder is shown when the field is empty and has focus. The mask placeholder is not configurable.\n</p>\n\n<h3 id=\"touch-section\">\n Touch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Field (Not a Segment)</td>\n <td><kbd>Tap</kbd></td>\n <td>Sets focus to first segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>Segment</td>\n <td><kbd>Tap</kbd></td>\n <td>Sets focus to segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>Segment</td>\n <td><kbd>Double Tap</kbd></td>\n <td>If the date is complete, selects the entire date. Hitting backspace clears it.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Field</td>\n <td><kbd>Tab In</kbd></td>\n <td>Sets focus to first segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>Field</td>\n <td><kbd>Ctrl + A</kbd> or <kbd>Command + A</kbd></td>\n <td>If the date is complete, selects the entire date. Double clicking on the field also selects the date.</td>\n </tr>\n <tr>\n <td>Field with date selected</td>\n <td><kbd>Backspace/Delete</kbd></td>\n <td>Backspace or delete key clears the date. The mask placeholders will be shown again and focus will be on the first segment.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>Backspace/Delete</kbd></td>\n <td>Clears the date segment. Focus remains on the date segment.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>RightArrow</kbd></td>\n <td>Moves focus to the segment on the right. If focus is on the rightmost segment, the focus does not move.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>LeftArrow</kbd></td>\n <td>Moves focus to the segment on the left. If focus is on the leftmost segment, the focus does not move.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>UpArrow/DownArrow</kbd></td>\n <td>Increments or decrements the number by one in the segment. If there is no number in the segment, it initializes it to the current date.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>End</kbd></td>\n <td>Increments the segment to the maximum number for the segment. For example, if on the month segment, this will set the number to 12. If on the year segment, this will set the number to 2100.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>Home</kbd></td>\n <td>Decrements the segment to the minimum number for the segment. For example, if on the month segment, this will set the number to 1. If on the year segment, this will set the number to 1900.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>Page Up/Page Down</kbd></td>\n <td>Increments or decrements the number by two in the month segment, by seven in the day segment, or by five in the year segment. If there is no number in the segment, it initializes it to the current date.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n\n<p>\nFor accessibility, set the <a href=\"#labelHint\">label-hint</a> property.\nIf there is no visible label, then to make this accessible to screen reader users,\nset the <a href=\"#labelHint\">label-hint</a> and <a href=\"#labelEdge\">label-edge</a>='none'\nwhich renders an aria-label with the label-hint text.\n</p>\n\n\n<p>\nDisabled content: JET supports an accessible luminosity contrast ratio,\nas specified in <a href=\"http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\">WCAG 2.0 - Section 1.4.3 \"Contrast\"</a>,\nin the themes that are accessible. (See the \"Theming\" chapter of the JET Developer Guide for more information on which\nthemes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user\ninterface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio\nrequired of enabled content, it cannot be used to convey meaningful information.\n</p>",
|
|
10
10
|
"scope": "static",
|
|
11
11
|
"tagWithoutBrackets": "oj-c-input-date-mask",
|
|
12
12
|
"tagWithBrackets": "<oj-c-input-date-mask>",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "16.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "input-date-mask.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "input-date-mask"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"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'.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "input-date-mask.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
49
49
|
},
|
|
50
50
|
"defaultvalue": 1,
|
|
51
51
|
"type": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"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.",
|
|
66
66
|
"meta": {
|
|
67
67
|
"filename": "input-date-mask.tsx",
|
|
68
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
69
69
|
},
|
|
70
70
|
"type": {
|
|
71
71
|
"names": [
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"description": "<p>\nThe component-specific message detail when the date range validation fails when user's input date 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}.",
|
|
85
85
|
"meta": {
|
|
86
86
|
"filename": "input-date-mask.tsx",
|
|
87
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
87
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
88
88
|
},
|
|
89
89
|
"type": {
|
|
90
90
|
"names": [
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"description": "<p>\nThe component-specific message detail when the date range validation fails when the user's input date 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}.",
|
|
104
104
|
"meta": {
|
|
105
105
|
"filename": "input-date-mask.tsx",
|
|
106
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
106
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
107
107
|
},
|
|
108
108
|
"type": {
|
|
109
109
|
"names": [
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"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>",
|
|
123
123
|
"meta": {
|
|
124
124
|
"filename": "input-date-mask.tsx",
|
|
125
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
125
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
126
126
|
},
|
|
127
127
|
"defaultvalue": false,
|
|
128
128
|
"type": {
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"description": "Display options for auxiliary content that determines whether or not it should be displayed.",
|
|
143
143
|
"meta": {
|
|
144
144
|
"filename": "input-date-mask.tsx",
|
|
145
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
145
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
146
146
|
},
|
|
147
147
|
"type": {
|
|
148
148
|
"names": [
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"description": "Form component help information.",
|
|
169
169
|
"meta": {
|
|
170
170
|
"filename": "input-date-mask.tsx",
|
|
171
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
171
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
172
172
|
},
|
|
173
173
|
"type": {
|
|
174
174
|
"names": [
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"description": "The helpHints object contains a definition property and a source property.",
|
|
195
195
|
"meta": {
|
|
196
196
|
"filename": "input-date-mask.tsx",
|
|
197
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
197
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
198
198
|
},
|
|
199
199
|
"type": {
|
|
200
200
|
"names": [
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"description": "Specifies how the label of the component is positioned when the label-hint\nattribute is set on the component.",
|
|
221
221
|
"meta": {
|
|
222
222
|
"filename": "input-date-mask.tsx",
|
|
223
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
223
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
224
224
|
},
|
|
225
225
|
"ojvalues": [
|
|
226
226
|
{
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
"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.",
|
|
285
285
|
"meta": {
|
|
286
286
|
"filename": "input-date-mask.tsx",
|
|
287
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
287
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
288
288
|
},
|
|
289
289
|
"type": {
|
|
290
290
|
"names": [
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"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>",
|
|
304
304
|
"meta": {
|
|
305
305
|
"filename": "input-date-mask.tsx",
|
|
306
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
306
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
307
307
|
},
|
|
308
308
|
"type": {
|
|
309
309
|
"names": [
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"description": "Should the labels wrap or truncate when there is not enough available space.",
|
|
330
330
|
"meta": {
|
|
331
331
|
"filename": "input-date-mask.tsx",
|
|
332
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
332
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
333
333
|
},
|
|
334
334
|
"ojvalues": [
|
|
335
335
|
{
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
"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.",
|
|
372
372
|
"meta": {
|
|
373
373
|
"filename": "input-date-mask.tsx",
|
|
374
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
374
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
375
375
|
},
|
|
376
376
|
"type": {
|
|
377
377
|
"names": [
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"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>",
|
|
392
392
|
"meta": {
|
|
393
393
|
"filename": "input-date-mask.tsx",
|
|
394
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
394
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
395
395
|
},
|
|
396
396
|
"defaultvalue": "[]",
|
|
397
397
|
"type": {
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"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.",
|
|
419
419
|
"meta": {
|
|
420
420
|
"filename": "input-date-mask.tsx",
|
|
421
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
421
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
422
422
|
},
|
|
423
423
|
"type": {
|
|
424
424
|
"names": [
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"description": "Whether 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.",
|
|
438
438
|
"meta": {
|
|
439
439
|
"filename": "input-date-mask.tsx",
|
|
440
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
440
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
441
441
|
},
|
|
442
442
|
"defaultvalue": false,
|
|
443
443
|
"type": {
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"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>",
|
|
458
458
|
"meta": {
|
|
459
459
|
"filename": "input-date-mask.tsx",
|
|
460
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
460
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
461
461
|
},
|
|
462
462
|
"defaultvalue": false,
|
|
463
463
|
"type": {
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"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>",
|
|
478
478
|
"meta": {
|
|
479
479
|
"filename": "input-date-mask.tsx",
|
|
480
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
480
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
481
481
|
},
|
|
482
482
|
"type": {
|
|
483
483
|
"names": [
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
"description": "Specifies how the text is aligned within the text field",
|
|
497
497
|
"meta": {
|
|
498
498
|
"filename": "input-date-mask.tsx",
|
|
499
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
499
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
500
500
|
},
|
|
501
501
|
"ojvalues": [
|
|
502
502
|
{
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
"description": "Specifies 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.",
|
|
550
550
|
"meta": {
|
|
551
551
|
"filename": "input-date-mask.tsx",
|
|
552
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
552
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
553
553
|
},
|
|
554
554
|
"ojvalues": [
|
|
555
555
|
{
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"description": "List of validators, synchronous or asynchronous, used by the component\nwhen performing validation. Each item is either an\ninstance that duck types oj.Validator or oj.AsyncValidator.\n<p>\nAt runtime when the component runs validation, it\ncombines 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>",
|
|
604
604
|
"meta": {
|
|
605
605
|
"filename": "input-date-mask.tsx",
|
|
606
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
606
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
607
607
|
},
|
|
608
608
|
"defaultvalue": "[]",
|
|
609
609
|
"type": {
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"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>",
|
|
632
632
|
"meta": {
|
|
633
633
|
"filename": "input-date-mask.tsx",
|
|
634
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
634
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
635
635
|
},
|
|
636
636
|
"defaultvalue": null,
|
|
637
637
|
"type": {
|
|
@@ -653,7 +653,7 @@
|
|
|
653
653
|
"description": "<p>The <code class=\"prettyprint\">rawValue</code> is the read-only property for retrieving\nthe current displayed value from the component.</p>\n<p>\nThe <code class=\"prettyprint\">rawValue</code> updates when the user types into the field,\nso the <code class=\"prettyprint\">rawValue</code> changes as the value of the field is changed,\nwhether or not it is valid.\nIf the user types '2023' into the year field in an otherwise empty field,\nthe rawValue will be {year:2, month:undefined, day:undefined}, then {year:20, month:undefined, day:undefined},\nthen {year:202, month:undefined, day:undefined},\nand finally {year:2023, month:undefined, day:undefined}. 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 with the date only ISO string.\n</p>\n<p>If the user clears the field, rawValue is undefined.\n</p>\n<p>This is a read-only attribute so page authors cannot set or change it directly.</p>",
|
|
654
654
|
"meta": {
|
|
655
655
|
"filename": "input-date-mask.tsx",
|
|
656
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
656
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
657
657
|
},
|
|
658
658
|
"type": {
|
|
659
659
|
"names": [
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"description": "",
|
|
673
673
|
"meta": {
|
|
674
674
|
"filename": "input-date-mask.tsx",
|
|
675
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
675
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
676
676
|
},
|
|
677
677
|
"type": {
|
|
678
678
|
"names": [
|
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
"description": "",
|
|
692
692
|
"meta": {
|
|
693
693
|
"filename": "input-date-mask.tsx",
|
|
694
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
694
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
695
695
|
},
|
|
696
696
|
"type": {
|
|
697
697
|
"names": [
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
"description": "",
|
|
711
711
|
"meta": {
|
|
712
712
|
"filename": "input-date-mask.tsx",
|
|
713
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
713
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
714
714
|
},
|
|
715
715
|
"type": {
|
|
716
716
|
"names": [
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
"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>",
|
|
732
732
|
"meta": {
|
|
733
733
|
"filename": "input-date-mask.tsx",
|
|
734
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
734
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
735
735
|
},
|
|
736
736
|
"ojvalues": [
|
|
737
737
|
{
|
|
@@ -786,21 +786,22 @@
|
|
|
786
786
|
},
|
|
787
787
|
{
|
|
788
788
|
"memberof": "oj-c.InputDateMask",
|
|
789
|
-
"id": "oj-c.InputDateMask#
|
|
790
|
-
"name": "
|
|
789
|
+
"id": "oj-c.InputDateMask#blur",
|
|
790
|
+
"name": "blur",
|
|
791
791
|
"kind": "function",
|
|
792
|
-
"longname": "oj-c.InputDateMask#
|
|
793
|
-
"description": "
|
|
792
|
+
"longname": "oj-c.InputDateMask#blur",
|
|
793
|
+
"description": "Blurs the date field.",
|
|
794
|
+
"ojhidden": true,
|
|
794
795
|
"meta": {
|
|
795
796
|
"filename": "input-date-mask.tsx",
|
|
796
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
797
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
797
798
|
},
|
|
798
799
|
"scope": "instance",
|
|
799
800
|
"returns": [
|
|
800
801
|
{
|
|
801
802
|
"type": {
|
|
802
803
|
"names": [
|
|
803
|
-
"
|
|
804
|
+
"void"
|
|
804
805
|
]
|
|
805
806
|
}
|
|
806
807
|
}
|
|
@@ -808,21 +809,22 @@
|
|
|
808
809
|
},
|
|
809
810
|
{
|
|
810
811
|
"memberof": "oj-c.InputDateMask",
|
|
811
|
-
"id": "oj-c.InputDateMask#
|
|
812
|
-
"name": "
|
|
812
|
+
"id": "oj-c.InputDateMask#focus",
|
|
813
|
+
"name": "focus",
|
|
813
814
|
"kind": "function",
|
|
814
|
-
"longname": "oj-c.InputDateMask#
|
|
815
|
-
"description": "
|
|
815
|
+
"longname": "oj-c.InputDateMask#focus",
|
|
816
|
+
"description": "Focuses the date field.",
|
|
817
|
+
"ojhidden": true,
|
|
816
818
|
"meta": {
|
|
817
819
|
"filename": "input-date-mask.tsx",
|
|
818
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
820
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
819
821
|
},
|
|
820
822
|
"scope": "instance",
|
|
821
823
|
"returns": [
|
|
822
824
|
{
|
|
823
825
|
"type": {
|
|
824
826
|
"names": [
|
|
825
|
-
"
|
|
827
|
+
"void"
|
|
826
828
|
]
|
|
827
829
|
}
|
|
828
830
|
}
|
|
@@ -830,45 +832,43 @@
|
|
|
830
832
|
},
|
|
831
833
|
{
|
|
832
834
|
"memberof": "oj-c.InputDateMask",
|
|
833
|
-
"id": "oj-c.InputDateMask#
|
|
834
|
-
"name": "
|
|
835
|
+
"id": "oj-c.InputDateMask#showMessages",
|
|
836
|
+
"name": "showMessages",
|
|
835
837
|
"kind": "function",
|
|
836
|
-
"longname": "oj-c.InputDateMask#
|
|
837
|
-
"description": "
|
|
838
|
+
"longname": "oj-c.InputDateMask#showMessages",
|
|
839
|
+
"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.",
|
|
838
840
|
"meta": {
|
|
839
841
|
"filename": "input-date-mask.tsx",
|
|
840
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
842
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
841
843
|
},
|
|
842
844
|
"scope": "instance",
|
|
843
845
|
"returns": [
|
|
844
846
|
{
|
|
845
847
|
"type": {
|
|
846
848
|
"names": [
|
|
847
|
-
"
|
|
849
|
+
"void"
|
|
848
850
|
]
|
|
849
|
-
}
|
|
850
|
-
"description": "Promise resolves to \"valid\" if there were no converter parse errors and the component\npassed all validations. The Promise resolves to \"valid\" if the component is disabled or readonly.\nThe Promise resolves to \"invalid\" if there were converter\nparse errors or if there were validation errors"
|
|
851
|
+
}
|
|
851
852
|
}
|
|
852
853
|
]
|
|
853
854
|
},
|
|
854
855
|
{
|
|
855
856
|
"memberof": "oj-c.InputDateMask",
|
|
856
|
-
"id": "oj-c.InputDateMask#
|
|
857
|
-
"name": "
|
|
857
|
+
"id": "oj-c.InputDateMask#reset",
|
|
858
|
+
"name": "reset",
|
|
858
859
|
"kind": "function",
|
|
859
|
-
"longname": "oj-c.InputDateMask#
|
|
860
|
-
"description": "
|
|
861
|
-
"ojhidden": true,
|
|
860
|
+
"longname": "oj-c.InputDateMask#reset",
|
|
861
|
+
"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.",
|
|
862
862
|
"meta": {
|
|
863
863
|
"filename": "input-date-mask.tsx",
|
|
864
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
864
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
865
865
|
},
|
|
866
866
|
"scope": "instance",
|
|
867
867
|
"returns": [
|
|
868
868
|
{
|
|
869
869
|
"type": {
|
|
870
870
|
"names": [
|
|
871
|
-
"
|
|
871
|
+
"void"
|
|
872
872
|
]
|
|
873
873
|
}
|
|
874
874
|
}
|
|
@@ -876,24 +876,24 @@
|
|
|
876
876
|
},
|
|
877
877
|
{
|
|
878
878
|
"memberof": "oj-c.InputDateMask",
|
|
879
|
-
"id": "oj-c.InputDateMask#
|
|
880
|
-
"name": "
|
|
879
|
+
"id": "oj-c.InputDateMask#validate",
|
|
880
|
+
"name": "validate",
|
|
881
881
|
"kind": "function",
|
|
882
|
-
"longname": "oj-c.InputDateMask#
|
|
883
|
-
"description": "
|
|
884
|
-
"ojhidden": true,
|
|
882
|
+
"longname": "oj-c.InputDateMask#validate",
|
|
883
|
+
"description": "If enabled, validates the component's display value using the component's implicit converter which converts from\na CalendarDate object to a date only ISO string and all validators registered on the component and updates the value\noption by performing the following steps.\n<ol>\n<li>All messages are cleared, including custom messages added by the app.</li>\n<li>If the UI display value is empty, then the component normalizes the value to null.</li>\n<li>\n If 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 (the field does not contain a complete date)\n then the message is 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.\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>",
|
|
885
884
|
"meta": {
|
|
886
885
|
"filename": "input-date-mask.tsx",
|
|
887
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
886
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
888
887
|
},
|
|
889
888
|
"scope": "instance",
|
|
890
889
|
"returns": [
|
|
891
890
|
{
|
|
892
891
|
"type": {
|
|
893
892
|
"names": [
|
|
894
|
-
"
|
|
893
|
+
"Promise"
|
|
895
894
|
]
|
|
896
|
-
}
|
|
895
|
+
},
|
|
896
|
+
"description": "Promise resolves to \"valid\" if there were no converter parse errors and the component\npassed all validations. The Promise resolves to \"valid\" if the component is disabled or readonly.\nThe Promise resolves to \"invalid\" if there were converter\nparse errors or if there were validation errors"
|
|
897
897
|
}
|
|
898
898
|
]
|
|
899
899
|
},
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
907
907
|
"meta": {
|
|
908
908
|
"filename": "input-date-mask.tsx",
|
|
909
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
909
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
910
910
|
},
|
|
911
911
|
"scope": "instance",
|
|
912
912
|
"params": [
|
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
941
941
|
"meta": {
|
|
942
942
|
"filename": "input-date-mask.tsx",
|
|
943
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
943
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
944
944
|
},
|
|
945
945
|
"scope": "instance",
|
|
946
946
|
"params": [
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
"description": "Performs a batch set of properties.",
|
|
970
970
|
"meta": {
|
|
971
971
|
"filename": "input-date-mask.tsx",
|
|
972
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
972
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
973
973
|
},
|
|
974
974
|
"scope": "instance",
|
|
975
975
|
"params": [
|
|
@@ -994,11 +994,11 @@
|
|
|
994
994
|
"name": "touchDoc",
|
|
995
995
|
"kind": "member",
|
|
996
996
|
"longname": "oj-c.InputDateMask.touchDoc",
|
|
997
|
-
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Field (Not a Segment)</td>\n <td><kbd>Tap</kbd></td>\n <td>Sets focus to first segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>Segment</td>\n <td><kbd>Tap</kbd></td>\n <td>Sets focus to segment. Show user assistance text.</td>\n </tr>\n </tbody>\n</table>",
|
|
997
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Field (Not a Segment)</td>\n <td><kbd>Tap</kbd></td>\n <td>Sets focus to first segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>Segment</td>\n <td><kbd>Tap</kbd></td>\n <td>Sets focus to segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>Segment</td>\n <td><kbd>Double Tap</kbd></td>\n <td>If the date is complete, selects the entire date. Hitting backspace clears it.</td>\n </tr>\n </tbody>\n</table>",
|
|
998
998
|
"memberof": "oj-c.InputDateMask",
|
|
999
999
|
"meta": {
|
|
1000
1000
|
"filename": "input-date-mask.tsx",
|
|
1001
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1001
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
1002
1002
|
},
|
|
1003
1003
|
"ojfragment": true
|
|
1004
1004
|
},
|
|
@@ -1007,11 +1007,11 @@
|
|
|
1007
1007
|
"name": "keyboardDoc",
|
|
1008
1008
|
"kind": "member",
|
|
1009
1009
|
"longname": "oj-c.InputDateMask.keyboardDoc",
|
|
1010
|
-
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Field</td>\n <td><kbd>Tab In</kbd></td>\n <td>Sets focus to first segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>
|
|
1010
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Field</td>\n <td><kbd>Tab In</kbd></td>\n <td>Sets focus to first segment. Show user assistance text.</td>\n </tr>\n <tr>\n <td>Field</td>\n <td><kbd>Ctrl + A</kbd> or <kbd>Command + A</kbd></td>\n <td>If the date is complete, selects the entire date. Double clicking on the field also selects the date.</td>\n </tr>\n <tr>\n <td>Field with date selected</td>\n <td><kbd>Backspace/Delete</kbd></td>\n <td>Backspace or delete key clears the date. The mask placeholders will be shown again and focus will be on the first segment.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>Backspace/Delete</kbd></td>\n <td>Clears the date segment. Focus remains on the date segment.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>RightArrow</kbd></td>\n <td>Moves focus to the segment on the right. If focus is on the rightmost segment, the focus does not move.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>LeftArrow</kbd></td>\n <td>Moves focus to the segment on the left. If focus is on the leftmost segment, the focus does not move.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>UpArrow/DownArrow</kbd></td>\n <td>Increments or decrements the number by one in the segment. If there is no number in the segment, it initializes it to the current date.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>End</kbd></td>\n <td>Increments the segment to the maximum number for the segment. For example, if on the month segment, this will set the number to 12. If on the year segment, this will set the number to 2100.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>Home</kbd></td>\n <td>Decrements the segment to the minimum number for the segment. For example, if on the month segment, this will set the number to 1. If on the year segment, this will set the number to 1900.</td>\n </tr>\n <tr>\n <td>Date Segment</td>\n <td><kbd>Page Up/Page Down</kbd></td>\n <td>Increments or decrements the number by two in the month segment, by seven in the day segment, or by five in the year segment. If there is no number in the segment, it initializes it to the current date.</td>\n </tr>\n </tbody>\n</table>",
|
|
1011
1011
|
"memberof": "oj-c.InputDateMask",
|
|
1012
1012
|
"meta": {
|
|
1013
1013
|
"filename": "input-date-mask.tsx",
|
|
1014
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1014
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
1015
1015
|
},
|
|
1016
1016
|
"ojfragment": true
|
|
1017
1017
|
},
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
},
|
|
1031
1031
|
"meta": {
|
|
1032
1032
|
"filename": "input-date-mask.tsx",
|
|
1033
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1033
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
1034
1034
|
},
|
|
1035
1035
|
"properties": [
|
|
1036
1036
|
{
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
},
|
|
1075
1075
|
"meta": {
|
|
1076
1076
|
"filename": "input-date-mask.tsx",
|
|
1077
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1077
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
1078
1078
|
},
|
|
1079
1079
|
"properties": [
|
|
1080
1080
|
{
|
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
},
|
|
1105
1105
|
"meta": {
|
|
1106
1106
|
"filename": "input-date-mask.tsx",
|
|
1107
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1107
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
1108
1108
|
},
|
|
1109
1109
|
"properties": [
|
|
1110
1110
|
{
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
},
|
|
1155
1155
|
"meta": {
|
|
1156
1156
|
"filename": "input-date-mask.tsx",
|
|
1157
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.0
|
|
1157
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/input-date-mask"
|
|
1158
1158
|
},
|
|
1159
1159
|
"properties": [
|
|
1160
1160
|
{
|