@oracle/oraclejet-core-pack 15.0.2 → 15.0.4
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/Avatar.json +10 -10
- package/oj-c/Button.json +19 -19
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/FilePicker.json +19 -19
- package/oj-c/HighlightText.json +6 -6
- package/oj-c/InputDateText.json +43 -43
- package/oj-c/InputNumber.json +49 -49
- package/oj-c/InputPassword.json +40 -40
- package/oj-c/InputText.json +47 -47
- package/oj-c/Legend.json +34 -34
- package/oj-c/LegendItem.json +15 -15
- package/oj-c/LegendSection.json +5 -5
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/ListView.json +18 -18
- package/oj-c/MessageToast.json +36 -16
- 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/RatingGauge.json +21 -21
- package/oj-c/SelectMultiple.json +39 -39
- package/oj-c/SelectSingle.json +39 -39
- package/oj-c/Selector.json +8 -8
- package/oj-c/SelectorAll.json +5 -5
- package/oj-c/SplitMenuButton.json +17 -17
- package/oj-c/TagCloud.json +18 -18
- package/oj-c/TagCloudItem.json +10 -10
- package/oj-c/TextArea.json +44 -44
- package/oj-c/avatar/__webdriver__/AvatarWebElement.d.ts +8 -0
- package/oj-c/avatar/__webdriver__/AvatarWebElement.js +3 -22
- package/oj-c/avatar/__webdriver__/AvatarWebElement.js.map +1 -0
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.d.ts +51 -0
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js +15 -34
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js.map +1 -0
- package/oj-c/avatar/__webdriver__/index.d.ts +17 -0
- package/oj-c/avatar/__webdriver__/index.js +9 -53
- package/oj-c/avatar/__webdriver__/index.js.map +1 -0
- package/oj-c/avatar/component.json +2 -2
- package/oj-c/button/__webdriver__/ButtonWebElement.d.ts +65 -0
- package/oj-c/button/__webdriver__/ButtonWebElement.js +32 -36
- package/oj-c/button/__webdriver__/ButtonWebElement.js.map +1 -0
- package/oj-c/button/__webdriver__/ButtonWebElementBase.d.ts +65 -0
- package/oj-c/button/__webdriver__/ButtonWebElementBase.js +19 -38
- package/oj-c/button/__webdriver__/ButtonWebElementBase.js.map +1 -0
- package/oj-c/button/__webdriver__/index.d.ts +17 -0
- package/oj-c/button/__webdriver__/index.js +9 -53
- package/oj-c/button/__webdriver__/index.js.map +1 -0
- package/oj-c/button/component.json +2 -2
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.d.ts +21 -0
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js +17 -90
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js.map +1 -0
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.d.ts +30 -0
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +9 -28
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js.map +1 -0
- package/oj-c/collapsible/__webdriver__/index.d.ts +17 -0
- package/oj-c/collapsible/__webdriver__/index.js +9 -53
- package/oj-c/collapsible/__webdriver__/index.js.map +1 -0
- package/oj-c/collapsible/component.json +2 -2
- package/oj-c/component.json +3 -3
- package/oj-c/corepackbundle.js +7 -4
- package/oj-c/docs/avatar.html +3 -3
- package/oj-c/docs/button.html +3 -3
- package/oj-c/docs/collapsible.html +3 -3
- package/oj-c/docs/file-picker.html +3 -3
- package/oj-c/docs/highlight-text.html +3 -3
- package/oj-c/docs/index.html +3 -3
- package/oj-c/docs/input-date-text.html +3 -3
- package/oj-c/docs/input-number.html +3 -3
- package/oj-c/docs/input-password.html +3 -3
- package/oj-c/docs/input-text.html +3 -3
- package/oj-c/docs/legend-item.html +3 -3
- package/oj-c/docs/legend-section.html +3 -3
- package/oj-c/docs/legend.html +3 -3
- package/oj-c/docs/list-item-layout.html +3 -3
- package/oj-c/docs/list-view.html +3 -3
- package/oj-c/docs/message-toast.html +3 -3
- package/oj-c/docs/meter-bar.html +3 -3
- package/oj-c/docs/meter-circle.html +3 -3
- package/oj-c/docs/oj-c.Avatar.html +3 -3
- package/oj-c/docs/oj-c.Button.html +3 -3
- package/oj-c/docs/oj-c.Collapsible.html +3 -3
- package/oj-c/docs/oj-c.FilePicker.html +3 -3
- package/oj-c/docs/oj-c.HighlightText.html +3 -3
- package/oj-c/docs/oj-c.InputDateText.html +3 -3
- package/oj-c/docs/oj-c.InputNumber.html +3 -3
- package/oj-c/docs/oj-c.InputPassword.html +3 -3
- package/oj-c/docs/oj-c.InputText.html +3 -3
- package/oj-c/docs/oj-c.Legend.html +3 -3
- package/oj-c/docs/oj-c.LegendItem.html +3 -3
- package/oj-c/docs/oj-c.LegendSection.html +3 -3
- package/oj-c/docs/oj-c.ListItemLayout.html +3 -3
- package/oj-c/docs/oj-c.ListView.html +3 -3
- package/oj-c/docs/oj-c.MessageToast.html +11 -6
- package/oj-c/docs/oj-c.MeterBar.html +3 -3
- package/oj-c/docs/oj-c.MeterCircle.html +3 -3
- package/oj-c/docs/oj-c.ProgressBar.html +3 -3
- package/oj-c/docs/oj-c.ProgressCircle.html +3 -3
- package/oj-c/docs/oj-c.RatingGauge.html +3 -3
- package/oj-c/docs/oj-c.SelectMultiple.html +3 -3
- package/oj-c/docs/oj-c.SelectSingle.html +3 -3
- package/oj-c/docs/oj-c.Selector.html +3 -3
- package/oj-c/docs/oj-c.SelectorAll.html +3 -3
- package/oj-c/docs/oj-c.SplitMenuButton.html +3 -3
- package/oj-c/docs/oj-c.TagCloud.html +3 -3
- package/oj-c/docs/oj-c.TagCloudItem.html +3 -3
- package/oj-c/docs/oj-c.TextArea.html +3 -3
- package/oj-c/docs/progress-bar.html +3 -3
- package/oj-c/docs/progress-circle.html +3 -3
- package/oj-c/docs/rating-gauge.html +3 -3
- package/oj-c/docs/select-multiple.html +3 -3
- package/oj-c/docs/select-single.html +3 -3
- package/oj-c/docs/selector-all.html +3 -3
- package/oj-c/docs/selector.html +3 -3
- package/oj-c/docs/split-menu-button.html +3 -3
- package/oj-c/docs/tag-cloud-item.html +3 -3
- package/oj-c/docs/tag-cloud.html +3 -3
- package/oj-c/docs/text-area.html +3 -3
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +8 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +3 -22
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.d.ts +51 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js +15 -34
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js.map +1 -0
- package/oj-c/file-picker/__webdriver__/index.d.ts +17 -0
- package/oj-c/file-picker/__webdriver__/index.js +9 -53
- package/oj-c/file-picker/__webdriver__/index.js.map +1 -0
- package/oj-c/file-picker/component.json +2 -2
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.d.ts +8 -0
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js +3 -22
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js.map +1 -0
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.d.ts +23 -0
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js +7 -26
- package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js.map +1 -0
- package/oj-c/highlight-text/__webdriver__/index.d.ts +17 -0
- package/oj-c/highlight-text/__webdriver__/index.js +9 -53
- package/oj-c/highlight-text/__webdriver__/index.js.map +1 -0
- package/oj-c/highlight-text/component.json +2 -2
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.d.ts +8 -0
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js +3 -22
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js.map +1 -0
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +246 -0
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +57 -76
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -0
- package/oj-c/input-date-text/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-date-text/__webdriver__/index.js +9 -53
- package/oj-c/input-date-text/__webdriver__/index.js.map +1 -0
- package/oj-c/input-date-text/component.json +2 -2
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.d.ts +8 -0
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.js +3 -22
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.js.map +1 -0
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +302 -0
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +73 -92
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -0
- package/oj-c/input-number/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-number/__webdriver__/index.js +9 -53
- package/oj-c/input-number/__webdriver__/index.js.map +1 -0
- package/oj-c/input-number/component.json +2 -2
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.d.ts +8 -0
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js +3 -22
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js.map +1 -0
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +239 -0
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +55 -74
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -0
- package/oj-c/input-password/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-password/__webdriver__/index.js +9 -53
- package/oj-c/input-password/__webdriver__/index.js.map +1 -0
- package/oj-c/input-password/component.json +2 -2
- package/oj-c/input-text/__webdriver__/InputTextWebElement.d.ts +8 -0
- package/oj-c/input-text/__webdriver__/InputTextWebElement.js +3 -22
- package/oj-c/input-text/__webdriver__/InputTextWebElement.js.map +1 -0
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.d.ts +277 -0
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js +63 -82
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js.map +1 -0
- package/oj-c/input-text/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-text/__webdriver__/index.js +9 -53
- package/oj-c/input-text/__webdriver__/index.js.map +1 -0
- package/oj-c/input-text/component.json +2 -2
- package/oj-c/legend/__webdriver__/LegendWebElement.d.ts +8 -0
- package/oj-c/legend/__webdriver__/LegendWebElement.js +3 -22
- package/oj-c/legend/__webdriver__/LegendWebElement.js.map +1 -0
- package/oj-c/legend/__webdriver__/LegendWebElementBase.d.ts +173 -0
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js +35 -54
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js.map +1 -0
- package/oj-c/legend/__webdriver__/index.d.ts +17 -0
- package/oj-c/legend/__webdriver__/index.js +9 -53
- package/oj-c/legend/__webdriver__/index.js.map +1 -0
- package/oj-c/legend/component.json +2 -2
- package/oj-c/legend-item/component.json +2 -2
- package/oj-c/legend-section/component.json +2 -2
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.d.ts +8 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +3 -22
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.d.ts +16 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +5 -24
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js.map +1 -0
- package/oj-c/list-item-layout/__webdriver__/index.d.ts +17 -0
- package/oj-c/list-item-layout/__webdriver__/index.js +9 -53
- package/oj-c/list-item-layout/__webdriver__/index.js.map +1 -0
- package/oj-c/list-item-layout/component.json +2 -2
- package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +8 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js +3 -22
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +75 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +15 -34
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -0
- package/oj-c/list-view/__webdriver__/index.d.ts +17 -0
- package/oj-c/list-view/__webdriver__/index.js +9 -53
- package/oj-c/list-view/__webdriver__/index.js.map +1 -0
- package/oj-c/list-view/component.json +2 -2
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.d.ts +52 -0
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js +87 -21
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js.map +1 -0
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.d.ts +44 -0
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js +13 -32
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js.map +1 -0
- package/oj-c/message-toast/__webdriver__/index.d.ts +17 -0
- package/oj-c/message-toast/__webdriver__/index.js +9 -53
- package/oj-c/message-toast/__webdriver__/index.js.map +1 -0
- package/oj-c/message-toast/component.json +2 -2
- package/oj-c/message-toast/message-toast.js +7 -4
- package/oj-c/metadata/allComponents.json +57 -57
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.d.ts +8 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js +3 -22
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js.map +1 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.d.ts +173 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +39 -58
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js.map +1 -0
- package/oj-c/meter-bar/__webdriver__/index.d.ts +17 -0
- package/oj-c/meter-bar/__webdriver__/index.js +9 -53
- package/oj-c/meter-bar/__webdriver__/index.js.map +1 -0
- package/oj-c/meter-bar/component.json +2 -2
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.d.ts +8 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js +3 -22
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js.map +1 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.d.ts +183 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js +43 -62
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js.map +1 -0
- package/oj-c/meter-circle/__webdriver__/index.d.ts +17 -0
- package/oj-c/meter-circle/__webdriver__/index.js +9 -53
- package/oj-c/meter-circle/__webdriver__/index.js.map +1 -0
- package/oj-c/meter-circle/component.json +2 -2
- package/oj-c/min/corepackbundle.js +4 -4
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/message-toast.js +1 -1
- package/oj-c/min/message-toast.js.map +1 -1
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.d.ts +8 -0
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js +3 -22
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js.map +1 -0
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.d.ts +30 -0
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js +9 -28
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js.map +1 -0
- package/oj-c/progress-bar/__webdriver__/index.d.ts +17 -0
- package/oj-c/progress-bar/__webdriver__/index.js +9 -53
- package/oj-c/progress-bar/__webdriver__/index.js.map +1 -0
- package/oj-c/progress-bar/component.json +2 -2
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.d.ts +8 -0
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js +3 -22
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js.map +1 -0
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.d.ts +30 -0
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js +9 -28
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js.map +1 -0
- package/oj-c/progress-circle/__webdriver__/index.d.ts +17 -0
- package/oj-c/progress-circle/__webdriver__/index.js +9 -53
- package/oj-c/progress-circle/__webdriver__/index.js.map +1 -0
- package/oj-c/progress-circle/component.json +2 -2
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.d.ts +8 -0
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js +3 -22
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js.map +1 -0
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.d.ts +135 -0
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +35 -54
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js.map +1 -0
- package/oj-c/rating-gauge/__webdriver__/index.d.ts +17 -0
- package/oj-c/rating-gauge/__webdriver__/index.js +9 -53
- package/oj-c/rating-gauge/__webdriver__/index.js.map +1 -0
- package/oj-c/rating-gauge/component.json +2 -2
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.d.ts +8 -0
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js +3 -22
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js.map +1 -0
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +231 -0
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +55 -74
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -0
- package/oj-c/select-multiple/__webdriver__/index.d.ts +17 -0
- package/oj-c/select-multiple/__webdriver__/index.js +9 -53
- package/oj-c/select-multiple/__webdriver__/index.js.map +1 -0
- package/oj-c/select-multiple/component.json +2 -2
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.d.ts +8 -0
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js +3 -22
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js.map +1 -0
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +289 -0
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +55 -74
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -0
- package/oj-c/select-single/__webdriver__/index.d.ts +17 -0
- package/oj-c/select-single/__webdriver__/index.js +9 -53
- package/oj-c/select-single/__webdriver__/index.js.map +1 -0
- package/oj-c/select-single/component.json +2 -2
- package/oj-c/selector/__webdriver__/SelectorWebElement.d.ts +8 -0
- package/oj-c/selector/__webdriver__/SelectorWebElement.js +3 -22
- package/oj-c/selector/__webdriver__/SelectorWebElement.js.map +1 -0
- package/oj-c/selector/__webdriver__/SelectorWebElementBase.d.ts +44 -0
- package/oj-c/selector/__webdriver__/SelectorWebElementBase.js +13 -32
- package/oj-c/selector/__webdriver__/SelectorWebElementBase.js.map +1 -0
- package/oj-c/selector/__webdriver__/index.d.ts +17 -0
- package/oj-c/selector/__webdriver__/index.js +9 -53
- package/oj-c/selector/__webdriver__/index.js.map +1 -0
- package/oj-c/selector/component.json +2 -2
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.d.ts +8 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js +3 -22
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js.map +1 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +23 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +7 -26
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -0
- package/oj-c/selector-all/__webdriver__/index.d.ts +17 -0
- package/oj-c/selector-all/__webdriver__/index.js +9 -53
- package/oj-c/selector-all/__webdriver__/index.js.map +1 -0
- package/oj-c/selector-all/component.json +2 -2
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +8 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +3 -22
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +65 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +15 -34
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -0
- package/oj-c/split-menu-button/__webdriver__/index.d.ts +17 -0
- package/oj-c/split-menu-button/__webdriver__/index.js +9 -53
- package/oj-c/split-menu-button/__webdriver__/index.js.map +1 -0
- package/oj-c/split-menu-button/component.json +2 -2
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.d.ts +8 -0
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js +3 -22
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js.map +1 -0
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.d.ts +100 -0
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js +29 -48
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js.map +1 -0
- package/oj-c/tag-cloud/__webdriver__/index.d.ts +17 -0
- package/oj-c/tag-cloud/__webdriver__/index.js +9 -53
- package/oj-c/tag-cloud/__webdriver__/index.js.map +1 -0
- package/oj-c/tag-cloud/component.json +2 -2
- package/oj-c/tag-cloud-item/component.json +2 -2
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.d.ts +8 -0
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.js +3 -22
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.js.map +1 -0
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +274 -0
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +61 -80
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -0
- package/oj-c/text-area/__webdriver__/index.d.ts +17 -0
- package/oj-c/text-area/__webdriver__/index.js +9 -53
- package/oj-c/text-area/__webdriver__/index.js.map +1 -0
- package/oj-c/text-area/component.json +2 -2
- package/oj-c/types/message-toast/message-toast.d.ts +44 -44
- package/package.json +3 -3
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +17 -7
- package/webdriver/docs/classes/MessageToastWebElement.html +89 -0
- package/webdriver/index.d.ts +25 -0
- package/webdriver/index.js +1 -0
- package/webdriver/index.js.map +1 -0
package/oj-c/TextArea.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "13.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "text-area.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "text-area"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Dictates component's autocomplete state. This attribute indicates whether the value of\nthe control can be automatically completed by the browser. The common values are 'on' and 'off'.\n\nSince this attribute passes through to the textarea element unchanged, you can look at the html specs for\ndetailed information for how browsers behave and what values besides 'on' and 'off' you can set.\nThe html spec says the default is 'on', so when autocomplete is not explicitly set, the browsers treat it as 'on'.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "text-area.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
49
49
|
},
|
|
50
50
|
"defaultvalue": "\"on\"",
|
|
51
51
|
"type": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "Specifies whether an ancestor container, like oj-form-layout, is readonly.\nThis affects whether a readonly component renders in full or mixed readonly mode.\nThis is also currently used to determine if there is an ancestor container by checking if the value\nis not equal to undefined.",
|
|
66
66
|
"meta": {
|
|
67
67
|
"filename": "text-area.tsx",
|
|
68
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
69
69
|
},
|
|
70
70
|
"type": {
|
|
71
71
|
"names": [
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"description": "A converter instance or one that duck types oj.Converter.\n<p>\nWhen <code class=\"prettyprint\">converter</code> property changes due to programmatic\nintervention, the element performs various tasks based on the current state it is in. </br>\n\n<h4>Steps Performed Always</h4>\n<ul>\n<li>Any cached converter instance is cleared and new converter created. The converter hint is\npushed to messaging. E.g., notewindow displays the new hint(s).\n</li>\n</ul>\n\n<h4>Running Validation</h4>\n<ul>\n<li>if element is valid when <code class=\"prettyprint\">converter</code> property changes, the\n display value is refreshed.</li>\n<li>if element is invalid and is showing messages when\n<code class=\"prettyprint\">converter</code> property changes then all element messages are\ncleared and full validation run using the current display value on the element.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated, and the error is shown.\n The display value is not refreshed in this case. </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors. The\n display value is refreshed with the formatted value provided by converter.</li>\n</ul>\n</li>\n<li>if element is invalid and has deferred messages when converter property changes, the\n display value is again refreshed with the formatted value provided by converter.</li>\n</ul>\n\n<h4>Clearing Messages</h4>\n<ul>\n<li>Only messages created by the element are cleared.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.\nPage authors can\nchoose to clear it explicitly when setting the converter option.</li>\n</ul>\n</p>\n<p>\n During validation, the converter takes the input value which is a string\n and parses it into the type of the component's value property\n (e.g. a number)\n before it passes it to the validator. It then takes the validated value property\n and formats it into a string to be displayed and puts it into the input.\n If the converter's format or parse functions\n throw an error, it will be displayed to the user inline on the field.\n</p>\n<p>\nThe hint exposed by the converter is shown inline by default in the Redwood theme when\nthe field has focus.\nYou can turn off showing converter hints by using the\n'converterHint' property set to 'none' on the <code class=\"prettyprint\">display-options</code>\nattribute.\n</p>\n<p>\nIn the Redwood theme, only one hint shows at a time, so the precedence rules are:\nhelp.instruction shows; if no help.instruction then validator hints show;\nif none, then help-hints.definition shows; if none, then converter hint shows.\nhelp-hints.source always shows along with the other help or hint.\n</p>",
|
|
85
85
|
"meta": {
|
|
86
86
|
"filename": "text-area.tsx",
|
|
87
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
87
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
88
88
|
},
|
|
89
89
|
"defaultvalue": null,
|
|
90
90
|
"type": {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"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>",
|
|
112
112
|
"meta": {
|
|
113
113
|
"filename": "text-area.tsx",
|
|
114
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
114
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
115
115
|
},
|
|
116
116
|
"defaultvalue": false,
|
|
117
117
|
"type": {
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"description": "Display options for auxiliary content that determines whether or not it should be displayed.",
|
|
132
132
|
"meta": {
|
|
133
133
|
"filename": "text-area.tsx",
|
|
134
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
134
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
135
135
|
},
|
|
136
136
|
"type": {
|
|
137
137
|
"names": [
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"description": "Form component help information.",
|
|
158
158
|
"meta": {
|
|
159
159
|
"filename": "text-area.tsx",
|
|
160
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
160
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
161
161
|
},
|
|
162
162
|
"type": {
|
|
163
163
|
"names": [
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"description": "The helpHints object contains a definition property and a source property.",
|
|
184
184
|
"meta": {
|
|
185
185
|
"filename": "text-area.tsx",
|
|
186
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
186
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
187
187
|
},
|
|
188
188
|
"type": {
|
|
189
189
|
"names": [
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"description": "Specifies how the label of the component is positioned when the label-hint\nattribute is set on the component.",
|
|
210
210
|
"meta": {
|
|
211
211
|
"filename": "text-area.tsx",
|
|
212
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
212
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
213
213
|
},
|
|
214
214
|
"ojvalues": [
|
|
215
215
|
{
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"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.",
|
|
274
274
|
"meta": {
|
|
275
275
|
"filename": "text-area.tsx",
|
|
276
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
276
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
277
277
|
},
|
|
278
278
|
"type": {
|
|
279
279
|
"names": [
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"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>",
|
|
293
293
|
"meta": {
|
|
294
294
|
"filename": "text-area.tsx",
|
|
295
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
295
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
296
296
|
},
|
|
297
297
|
"type": {
|
|
298
298
|
"names": [
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"description": "Should the labels wrap or truncate when there is not enough available space.",
|
|
319
319
|
"meta": {
|
|
320
320
|
"filename": "text-area.tsx",
|
|
321
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
321
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
322
322
|
},
|
|
323
323
|
"ojvalues": [
|
|
324
324
|
{
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"description": "Defines the length limit for the field",
|
|
361
361
|
"meta": {
|
|
362
362
|
"filename": "text-area.tsx",
|
|
363
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
363
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
364
364
|
},
|
|
365
365
|
"type": {
|
|
366
366
|
"names": [
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
"description": "The maximum number of visible text lines of the textarea. The textarea will change its height in\nresponse to content change. If this is 0, the number of visible text lines is always as specified\nby the \"rows\" attribute, and the textarea will never change its size. If this is -1, there is no\nmaximum and the textarea will grow to show all the content. If this is a positive number larger\nthan the \"rows\" attribute, the textarea will grow to fit the content, up to the maximum number of\ntext lines. The height will never be less than the number of rows specified by the \"rows\" attribute.",
|
|
387
387
|
"meta": {
|
|
388
388
|
"filename": "text-area.tsx",
|
|
389
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
389
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
390
390
|
},
|
|
391
391
|
"type": {
|
|
392
392
|
"names": [
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"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>",
|
|
407
407
|
"meta": {
|
|
408
408
|
"filename": "text-area.tsx",
|
|
409
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
409
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
410
410
|
},
|
|
411
411
|
"defaultvalue": "[]",
|
|
412
412
|
"type": {
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"description": "The placeholder text to set on the element.",
|
|
434
434
|
"meta": {
|
|
435
435
|
"filename": "text-area.tsx",
|
|
436
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
436
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
437
437
|
},
|
|
438
438
|
"type": {
|
|
439
439
|
"names": [
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
"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.",
|
|
453
453
|
"meta": {
|
|
454
454
|
"filename": "text-area.tsx",
|
|
455
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
455
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
456
456
|
},
|
|
457
457
|
"defaultvalue": false,
|
|
458
458
|
"type": {
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"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\nit 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\nrequired 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 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>",
|
|
473
473
|
"meta": {
|
|
474
474
|
"filename": "text-area.tsx",
|
|
475
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
475
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
476
476
|
},
|
|
477
477
|
"defaultvalue": false,
|
|
478
478
|
"type": {
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
"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>",
|
|
493
493
|
"meta": {
|
|
494
494
|
"filename": "text-area.tsx",
|
|
495
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
495
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
496
496
|
},
|
|
497
497
|
"type": {
|
|
498
498
|
"names": [
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
"description": "Defines the resizeBehavior of the textarea. Note that this is implemented via the native browser support\nfor resize on the textarea element. If a browser doesn't support this (IE, Edge, iOS, Android), then\nthis attribute has no effect.",
|
|
512
512
|
"meta": {
|
|
513
513
|
"filename": "text-area.tsx",
|
|
514
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
514
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
515
515
|
},
|
|
516
516
|
"ojvalues": [
|
|
517
517
|
{
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"description": "The number of visible text lines in the textarea. It can also be used to give specific height to the\ntextarea. When used in conjuction with max-rows, the rows attribnute will be the minimum height of\nthe textarea.",
|
|
577
577
|
"meta": {
|
|
578
578
|
"filename": "text-area.tsx",
|
|
579
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
579
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
580
580
|
},
|
|
581
581
|
"type": {
|
|
582
582
|
"names": [
|
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
"description": "Specifies how the text is aligned within the text field",
|
|
596
596
|
"meta": {
|
|
597
597
|
"filename": "text-area.tsx",
|
|
598
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
598
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
599
599
|
},
|
|
600
600
|
"ojvalues": [
|
|
601
601
|
{
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
"ojhidden": true,
|
|
650
650
|
"meta": {
|
|
651
651
|
"filename": "text-area.tsx",
|
|
652
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
652
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
653
653
|
},
|
|
654
654
|
"type": {
|
|
655
655
|
"names": [
|
|
@@ -668,7 +668,7 @@
|
|
|
668
668
|
"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.",
|
|
669
669
|
"meta": {
|
|
670
670
|
"filename": "text-area.tsx",
|
|
671
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
671
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
672
672
|
},
|
|
673
673
|
"ojvalues": [
|
|
674
674
|
{
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
"description": "List of validators, synchronous or asynchronous,\nused by the component\nand the implicit component validators when performing validation. Each item is either an\ninstance that duck types oj.Validator or oj.AsyncValidator.\n<p>\nImplicit validators are created by the element when certain attributes are present.\nFor example, if the <code class=\"prettyprint\">required</code> attribute\nis set, an implicit oj.RequiredValidator is created.\nAt runtime when the component runs validation, it\ncombines all the implicit validators with all the validators\nspecified through this <code class=\"prettyprint\">validators</code> attribute\nand the <code class=\"prettyprint\">async-validators</code> attribute, and\nruns all of them.\n</p>\n<p>\nHints exposed by validators are shown inline by default in the Redwood theme when the\nfield has focus.\nYou can turn off showing validator hints by using the\n'validatorHint' property set to 'none' on the <code class=\"prettyprint\">display-options</code>\nattribute.\n</p>\n<p>\nIn the Redwood theme, only one hint shows at a time, so the precedence rules are:\nhelp.instruction shows; if no help.instruction then validator hints show;\nif none, then help-hints.definition shows; if none, then converter hint shows.\nhelp-hints.source always shows along with the other help or hint.\n</p>\n\n<p>\nWhen <code class=\"prettyprint\">validators</code> property changes due to programmatic\nintervention, the component may decide to clear messages and run validation, based on the\ncurrent state it is in. </br>\n\n<h4>Steps Performed Always</h4>\n<ul>\n<li>The cached list of validator instances are cleared and new validator hints is pushed to\nmessaging.\n</li>\n</ul>\n\n<h4>Running Validation</h4>\n<ul>\n<li>if component is valid when validators changes, component does nothing other than the\nsteps it always performs.</li>\n<li>if component is invalid and is showing messages when\n<code class=\"prettyprint\">validators</code> or\n<code class=\"prettyprint\">async-validators</code> changes then all component messages\n are cleared and full validation run using the display value on the component.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated and the error is shown.\n </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors.</li>\n</ul>\n</li>\n<li>if component is invalid and has deferred messages when validators changes, it does\nnothing other than the steps it performs always.</li>\n</ul>\n</p>\n\n<h4>Clearing Messages</h4>\n<ul>\n<li>Only messages created by the component are cleared.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.</li>\n</ul>\n</p>",
|
|
723
723
|
"meta": {
|
|
724
724
|
"filename": "text-area.tsx",
|
|
725
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
725
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
726
726
|
},
|
|
727
727
|
"defaultvalue": "[]",
|
|
728
728
|
"type": {
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
"description": "The value of the component.\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 textarea 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>",
|
|
751
751
|
"meta": {
|
|
752
752
|
"filename": "text-area.tsx",
|
|
753
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
753
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
754
754
|
},
|
|
755
755
|
"defaultvalue": null,
|
|
756
756
|
"type": {
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
"description": "<p>The <code class=\"prettyprint\">rawValue</code> is the read-only property for retrieving\nthe current value from the input field in string form. The main consumer of\n<code class=\"prettyprint\">rawValue</code> is a converter.</p>\n<p>\nThe <code class=\"prettyprint\">rawValue</code> updates on the 'input' javascript event,\nso the <code class=\"prettyprint\">rawValue</code> changes as the value of the input is changed.\nIf the user types in '1,200' into the field, the rawValue will be '1', then '1,', then '1,2',\n..., and finally '1,200'. Then when the user blurs or presses\nEnter the <code class=\"prettyprint\">value</code> property gets converted and validated\n(if there is a converter or validators) and then gets updated if valid.\n</p>\n<p>This is a read-only attribute so page authors cannot set or change it directly.</p>",
|
|
780
780
|
"meta": {
|
|
781
781
|
"filename": "text-area.tsx",
|
|
782
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
782
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
783
783
|
},
|
|
784
784
|
"type": {
|
|
785
785
|
"names": [
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
"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>",
|
|
801
801
|
"meta": {
|
|
802
802
|
"filename": "text-area.tsx",
|
|
803
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
803
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
804
804
|
},
|
|
805
805
|
"ojvalues": [
|
|
806
806
|
{
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
"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.",
|
|
863
863
|
"meta": {
|
|
864
864
|
"filename": "text-area.tsx",
|
|
865
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
865
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
866
866
|
},
|
|
867
867
|
"scope": "instance",
|
|
868
868
|
"returns": [
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
"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.",
|
|
885
885
|
"meta": {
|
|
886
886
|
"filename": "text-area.tsx",
|
|
887
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
887
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
888
888
|
},
|
|
889
889
|
"scope": "instance",
|
|
890
890
|
"returns": [
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"description": "If enabled, validates the component's display value using the converter and\nall 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 no converter is present, or the normalized value is null, then processing continues to next step. Otherwise,\n the UI value is first converted (i.e., parsed). If there is a parse error then the messages are shown and processing stops.\n</li>\n<li>\n If required is true, the implicit required validator is run. If the required validator throws an error, the message is shown.\n</li>\n<li>\n If there are no other validators registered on the component, or if the UI display value is empty,\n the value option is updated using the display value (an empty field's display value is null).\n\n Otherwise all validators are run in sequence\n 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>",
|
|
907
907
|
"meta": {
|
|
908
908
|
"filename": "text-area.tsx",
|
|
909
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
909
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
910
910
|
},
|
|
911
911
|
"scope": "instance",
|
|
912
912
|
"returns": [
|
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
"ojhidden": true,
|
|
931
931
|
"meta": {
|
|
932
932
|
"filename": "text-area.tsx",
|
|
933
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
933
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
934
934
|
},
|
|
935
935
|
"scope": "instance",
|
|
936
936
|
"returns": [
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
"ojhidden": true,
|
|
954
954
|
"meta": {
|
|
955
955
|
"filename": "text-area.tsx",
|
|
956
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
956
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
957
957
|
},
|
|
958
958
|
"scope": "instance",
|
|
959
959
|
"returns": [
|
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
976
976
|
"meta": {
|
|
977
977
|
"filename": "text-area.tsx",
|
|
978
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
978
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
979
979
|
},
|
|
980
980
|
"scope": "instance",
|
|
981
981
|
"params": [
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
1010
1010
|
"meta": {
|
|
1011
1011
|
"filename": "text-area.tsx",
|
|
1012
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1012
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1013
1013
|
},
|
|
1014
1014
|
"scope": "instance",
|
|
1015
1015
|
"params": [
|
|
@@ -1038,7 +1038,7 @@
|
|
|
1038
1038
|
"description": "Performs a batch set of properties.",
|
|
1039
1039
|
"meta": {
|
|
1040
1040
|
"filename": "text-area.tsx",
|
|
1041
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1041
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1042
1042
|
},
|
|
1043
1043
|
"scope": "instance",
|
|
1044
1044
|
"params": [
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
"memberof": "oj-c.TextArea",
|
|
1068
1068
|
"meta": {
|
|
1069
1069
|
"filename": "text-area.tsx",
|
|
1070
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1070
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1071
1071
|
},
|
|
1072
1072
|
"ojfragment": true
|
|
1073
1073
|
},
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
"memberof": "oj-c.TextArea",
|
|
1081
1081
|
"meta": {
|
|
1082
1082
|
"filename": "text-area.tsx",
|
|
1083
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1083
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1084
1084
|
},
|
|
1085
1085
|
"ojfragment": true
|
|
1086
1086
|
},
|
|
@@ -1096,7 +1096,7 @@
|
|
|
1096
1096
|
"description": "Autofocus is a Boolean that reflects the autofocus attribute.\nIf it is set to true then the associated component will get input focus when the page is loaded.\nSetting this property doesn't set the focus to the component:\nit tells the browser to focus to it when the element is inserted in the document.",
|
|
1097
1097
|
"meta": {
|
|
1098
1098
|
"filename": "text-area.tsx",
|
|
1099
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1099
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1100
1100
|
},
|
|
1101
1101
|
"type": {
|
|
1102
1102
|
"names": [
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
},
|
|
1120
1120
|
"meta": {
|
|
1121
1121
|
"filename": "text-area.tsx",
|
|
1122
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1122
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1123
1123
|
},
|
|
1124
1124
|
"properties": [
|
|
1125
1125
|
{
|
|
@@ -1175,7 +1175,7 @@
|
|
|
1175
1175
|
},
|
|
1176
1176
|
"meta": {
|
|
1177
1177
|
"filename": "text-area.tsx",
|
|
1178
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1178
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1179
1179
|
},
|
|
1180
1180
|
"properties": [
|
|
1181
1181
|
{
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
},
|
|
1206
1206
|
"meta": {
|
|
1207
1207
|
"filename": "text-area.tsx",
|
|
1208
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1208
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1209
1209
|
},
|
|
1210
1210
|
"properties": [
|
|
1211
1211
|
{
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
},
|
|
1256
1256
|
"meta": {
|
|
1257
1257
|
"filename": "text-area.tsx",
|
|
1258
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1258
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1259
1259
|
},
|
|
1260
1260
|
"properties": [
|
|
1261
1261
|
{
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
},
|
|
1309
1309
|
"meta": {
|
|
1310
1310
|
"filename": "text-area.tsx",
|
|
1311
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.
|
|
1311
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/text-area"
|
|
1312
1312
|
},
|
|
1313
1313
|
"properties": [
|
|
1314
1314
|
{
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AvatarWebElementBase } from './AvatarWebElementBase';
|
|
2
|
+
/**
|
|
3
|
+
* The component WebElement for [oj-c-avatar](../../../oj-c/docs/oj.Avatar.html).
|
|
4
|
+
* Do not instantiate this class directly, instead, use
|
|
5
|
+
* [findAvatar](../modules.html#findAvatar).
|
|
6
|
+
*/
|
|
7
|
+
export declare class AvatarWebElement extends AvatarWebElementBase {
|
|
8
|
+
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
3
|
exports.AvatarWebElement = void 0;
|
|
19
4
|
var AvatarWebElementBase_1 = require("./AvatarWebElementBase");
|
|
@@ -22,11 +7,7 @@ var AvatarWebElementBase_1 = require("./AvatarWebElementBase");
|
|
|
22
7
|
* Do not instantiate this class directly, instead, use
|
|
23
8
|
* [findAvatar](../modules.html#findAvatar).
|
|
24
9
|
*/
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
function AvatarWebElement() {
|
|
28
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
29
|
-
}
|
|
30
|
-
return AvatarWebElement;
|
|
31
|
-
}(AvatarWebElementBase_1.AvatarWebElementBase));
|
|
10
|
+
class AvatarWebElement extends AvatarWebElementBase_1.AvatarWebElementBase {
|
|
11
|
+
}
|
|
32
12
|
exports.AvatarWebElement = AvatarWebElement;
|
|
13
|
+
//# sourceMappingURL=AvatarWebElement.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarWebElement.js","sourceRoot":"","sources":["AvatarWebElement.ts"],"names":[],"mappings":";;;AAAA,+DAA8D;AAE9D;;;;GAIG;AACH,MAAa,gBAAiB,SAAQ,2CAAoB;CAEzD;AAFD,4CAEC","sourcesContent":["import { AvatarWebElementBase } from './AvatarWebElementBase';\n\n/**\n * The component WebElement for [oj-c-avatar](../../../oj-c/docs/oj.Avatar.html).\n * Do not instantiate this class directly, instead, use\n * [findAvatar](../modules.html#findAvatar).\n */\nexport class AvatarWebElement extends AvatarWebElementBase {\n // Put overrides here\n}\n"]}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';
|
|
2
|
+
/**
|
|
3
|
+
* This is the base class for oj-c-avatar WebElement, and is generated from the
|
|
4
|
+
* component's metadata. Do not modify these contents since they'll be replaced
|
|
5
|
+
* during the next generation.
|
|
6
|
+
* Put overrides into the WebElements's subclass, AvatarWebElement.ts.
|
|
7
|
+
*/
|
|
8
|
+
export declare class AvatarWebElementBase extends OjWebElement {
|
|
9
|
+
/**
|
|
10
|
+
* Gets the value of <code>background</code> property.
|
|
11
|
+
* Specifies the background of the avatar.
|
|
12
|
+
* @return The value of <code>background</code> property.
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
getBackground(): Promise<string>;
|
|
16
|
+
/**
|
|
17
|
+
* Gets the value of <code>initials</code> property.
|
|
18
|
+
* Specifies the initials of the avatar.
|
|
19
|
+
* @return The value of <code>initials</code> property.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
getInitials(): Promise<string | null>;
|
|
23
|
+
/**
|
|
24
|
+
* Gets the value of <code>size</code> property.
|
|
25
|
+
* Specifies the size of the avatar.
|
|
26
|
+
* @return The value of <code>size</code> property.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
getSizeProperty(): Promise<string>;
|
|
30
|
+
/**
|
|
31
|
+
* Gets the value of <code>src</code> property.
|
|
32
|
+
* Specifies the source for the image of the avatar.
|
|
33
|
+
* @return The value of <code>src</code> property.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
getSrc(): Promise<string | null>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets the value of <code>iconClass</code> property.
|
|
39
|
+
* The icon class to be displayed.
|
|
40
|
+
* @return The value of <code>iconClass</code> property.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
getIconClass(): Promise<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Gets the value of <code>shape</code> property.
|
|
46
|
+
* Specifies the shape of the avatar.
|
|
47
|
+
* @return The value of <code>shape</code> property.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
getShape(): Promise<string>;
|
|
51
|
+
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
3
|
exports.AvatarWebElementBase = void 0;
|
|
19
4
|
var elements_1 = require("@oracle/oraclejet-webdriver/elements");
|
|
@@ -23,65 +8,61 @@ var elements_1 = require("@oracle/oraclejet-webdriver/elements");
|
|
|
23
8
|
* during the next generation.
|
|
24
9
|
* Put overrides into the WebElements's subclass, AvatarWebElement.ts.
|
|
25
10
|
*/
|
|
26
|
-
|
|
27
|
-
__extends(AvatarWebElementBase, _super);
|
|
28
|
-
function AvatarWebElementBase() {
|
|
29
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
30
|
-
}
|
|
11
|
+
class AvatarWebElementBase extends elements_1.OjWebElement {
|
|
31
12
|
/**
|
|
32
13
|
* Gets the value of <code>background</code> property.
|
|
33
14
|
* Specifies the background of the avatar.
|
|
34
15
|
* @return The value of <code>background</code> property.
|
|
35
16
|
*
|
|
36
17
|
*/
|
|
37
|
-
|
|
18
|
+
getBackground() {
|
|
38
19
|
return this.getProperty('background');
|
|
39
|
-
}
|
|
20
|
+
}
|
|
40
21
|
/**
|
|
41
22
|
* Gets the value of <code>initials</code> property.
|
|
42
23
|
* Specifies the initials of the avatar.
|
|
43
24
|
* @return The value of <code>initials</code> property.
|
|
44
25
|
*
|
|
45
26
|
*/
|
|
46
|
-
|
|
27
|
+
getInitials() {
|
|
47
28
|
return this.getProperty('initials');
|
|
48
|
-
}
|
|
29
|
+
}
|
|
49
30
|
/**
|
|
50
31
|
* Gets the value of <code>size</code> property.
|
|
51
32
|
* Specifies the size of the avatar.
|
|
52
33
|
* @return The value of <code>size</code> property.
|
|
53
34
|
*
|
|
54
35
|
*/
|
|
55
|
-
|
|
36
|
+
getSizeProperty() {
|
|
56
37
|
return this.getProperty('size');
|
|
57
|
-
}
|
|
38
|
+
}
|
|
58
39
|
/**
|
|
59
40
|
* Gets the value of <code>src</code> property.
|
|
60
41
|
* Specifies the source for the image of the avatar.
|
|
61
42
|
* @return The value of <code>src</code> property.
|
|
62
43
|
*
|
|
63
44
|
*/
|
|
64
|
-
|
|
45
|
+
getSrc() {
|
|
65
46
|
return this.getProperty('src');
|
|
66
|
-
}
|
|
47
|
+
}
|
|
67
48
|
/**
|
|
68
49
|
* Gets the value of <code>iconClass</code> property.
|
|
69
50
|
* The icon class to be displayed.
|
|
70
51
|
* @return The value of <code>iconClass</code> property.
|
|
71
52
|
*
|
|
72
53
|
*/
|
|
73
|
-
|
|
54
|
+
getIconClass() {
|
|
74
55
|
return this.getProperty('iconClass');
|
|
75
|
-
}
|
|
56
|
+
}
|
|
76
57
|
/**
|
|
77
58
|
* Gets the value of <code>shape</code> property.
|
|
78
59
|
* Specifies the shape of the avatar.
|
|
79
60
|
* @return The value of <code>shape</code> property.
|
|
80
61
|
*
|
|
81
62
|
*/
|
|
82
|
-
|
|
63
|
+
getShape() {
|
|
83
64
|
return this.getProperty('shape');
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
}(elements_1.OjWebElement));
|
|
65
|
+
}
|
|
66
|
+
}
|
|
87
67
|
exports.AvatarWebElementBase = AvatarWebElementBase;
|
|
68
|
+
//# sourceMappingURL=AvatarWebElementBase.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarWebElementBase.js","sourceRoot":"","sources":["AvatarWebElementBase.ts"],"names":[],"mappings":";;;AAAA,iEAAoE;AAEpE;;;;;GAKG;AACH,MAAa,oBAAqB,SAAQ,uBAAY;IACpD;;;;;OAKG;IACI,aAAa;QAClB,OAAO,IAAI,CAAC,WAAW,CAAS,YAAY,CAAC,CAAC;IAChD,CAAC;IAED;;;;;OAKG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAgB,UAAU,CAAC,CAAC;IACrD,CAAC;IAED;;;;;OAKG;IACI,eAAe;QACpB,OAAO,IAAI,CAAC,WAAW,CAAS,MAAM,CAAC,CAAC;IAC1C,CAAC;IAED;;;;;OAKG;IACI,MAAM;QACX,OAAO,IAAI,CAAC,WAAW,CAAgB,KAAK,CAAC,CAAC;IAChD,CAAC;IAED;;;;;OAKG;IACI,YAAY;QACjB,OAAO,IAAI,CAAC,WAAW,CAAS,WAAW,CAAC,CAAC;IAC/C,CAAC;IAED;;;;;OAKG;IACI,QAAQ;QACb,OAAO,IAAI,CAAC,WAAW,CAAS,OAAO,CAAC,CAAC;IAC3C,CAAC;CACF;AA5DD,oDA4DC","sourcesContent":["import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';\n\n/**\n * This is the base class for oj-c-avatar WebElement, and is generated from the\n * component's metadata. Do not modify these contents since they'll be replaced\n * during the next generation.\n * Put overrides into the WebElements's subclass, AvatarWebElement.ts.\n */\nexport class AvatarWebElementBase extends OjWebElement {\n /**\n * Gets the value of <code>background</code> property.\n * Specifies the background of the avatar.\n * @return The value of <code>background</code> property.\n *\n */\n public getBackground(): Promise<string> {\n return this.getProperty<string>('background');\n }\n\n /**\n * Gets the value of <code>initials</code> property.\n * Specifies the initials of the avatar.\n * @return The value of <code>initials</code> property.\n *\n */\n public getInitials(): Promise<string | null> {\n return this.getProperty<string | null>('initials');\n }\n\n /**\n * Gets the value of <code>size</code> property.\n * Specifies the size of the avatar.\n * @return The value of <code>size</code> property.\n *\n */\n public getSizeProperty(): Promise<string> {\n return this.getProperty<string>('size');\n }\n\n /**\n * Gets the value of <code>src</code> property.\n * Specifies the source for the image of the avatar.\n * @return The value of <code>src</code> property.\n *\n */\n public getSrc(): Promise<string | null> {\n return this.getProperty<string | null>('src');\n }\n\n /**\n * Gets the value of <code>iconClass</code> property.\n * The icon class to be displayed.\n * @return The value of <code>iconClass</code> property.\n *\n */\n public getIconClass(): Promise<string> {\n return this.getProperty<string>('iconClass');\n }\n\n /**\n * Gets the value of <code>shape</code> property.\n * Specifies the shape of the avatar.\n * @return The value of <code>shape</code> property.\n *\n */\n public getShape(): Promise<string> {\n return this.getProperty<string>('shape');\n }\n}\n"]}
|