@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageToastWebElement.js","sourceRoot":"","sources":["MessageToastWebElement.ts"],"names":[],"mappings":";;;AAAA,mEAAmE;AACnE,yDAA+C;AAC/C,2EAA0E;AAE1E;;;;GAIG;AACH,MAAa,sBAAuB,SAAQ,uDAA0B;IACpE;;;;;;OAMG;IACH,KAAK,CAAC,UAAU,CAAI,cAA0B;QAC5C,MAAM,GAAG,GAAG,cAAc,CAAC,GAAG,CAAC;QAC/B,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,2BAA2B,CAAC,CAAC;QACrE,MAAM,iBAAiB,GAAG,MAAM,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;QACnE,MAAM,eAAe,GAAG,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC;QACrD,MAAM,2BAA2B,GAAG,iCAAiC,CAAC;QAEtE,IAAI;YACF,MAAM,EAAE,GAAG,MAAM,iBAAiB,CAAC,WAAW,CAC5C,uBAAE,CAAC,GAAG,CAAC,GAAG,eAAe,IAAI,2BAA2B,EAAE,CAAC,CAC5D,CAAC;YACF,OAAO,IAAA,+BAAS,EAAC,EAAE,EAAE,IAAI,CAAC,CAAC;SAC5B;QAAC,OAAO,CAAC,EAAE;YACV,MAAM,IAAI,0BAAK,CAAC,kBAAkB,CAChC,4EAA4E,CAC7E,CAAC;SACH;IACH,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,QAAQ,CAAI,cAA0B;QAC1C,MAAM,GAAG,GAAG,cAAc,CAAC,GAAG,CAAC;QAC/B,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,2BAA2B,CAAC,CAAC;QACrE,MAAM,iBAAiB,GAAG,MAAM,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;QACnE,MAAM,eAAe,GAAG,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC;QACrD,MAAM,yBAAyB,GAAG,+BAA+B,CAAC;QAElE,IAAI;YACF,MAAM,EAAE,GAAG,MAAM,iBAAiB,CAAC,WAAW,CAC5C,uBAAE,CAAC,GAAG,CAAC,GAAG,eAAe,IAAI,yBAAyB,EAAE,CAAC,CAC1D,CAAC;YACF,OAAO,IAAA,+BAAS,EAAC,EAAE,EAAE,IAAI,CAAC,CAAC;SAC5B;QAAC,OAAO,CAAC,EAAE;YACV,MAAM,IAAI,0BAAK,CAAC,kBAAkB,CAChC,0EAA0E,CAC3E,CAAC;SACH;IACH,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,OAAO,CAAI,cAA0B;QACzC,MAAM,GAAG,GAAG,cAAc,CAAC,GAAG,CAAC;QAC/B,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,2BAA2B,CAAC,CAAC;QACrE,MAAM,iBAAiB,GAAG,MAAM,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;QACnE,MAAM,eAAe,GAAG,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC;QACrD,MAAM,mBAAmB,GAAG,uCAAuC,CAAC;QAEpE,IAAI;YACF,MAAM,EAAE,GAAG,MAAM,iBAAiB,CAAC,WAAW,CAC5C,uBAAE,CAAC,GAAG,CAAC,GAAG,eAAe,IAAI,mBAAmB,EAAE,CAAC,CACpD,CAAC;YACF,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC;SAClB;QAAC,OAAO,CAAC,EAAE;YACV,MAAM,IAAI,0BAAK,CAAC,yBAAyB,CACvC,+DAA+D,CAChE,CAAC;SACH;IACH,CAAC;IAED;;;;;OAKG;IACK,oBAAoB,CAAC,EAAU;QACrC,MAAM,MAAM,GAAG,IAAI,CAAC,SAAS,EAAE,CAAC;QAChC,OAAO,MAAM,CAAC,WAAW,CAAC,uBAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACvC,CAAC;IAED;;;;;OAKG;IACK,kBAAkB,CAAI,GAAM;QAClC,OAAO,OAAO,GAAG,KAAK,QAAQ;YAC5B,CAAC,CAAC,wBAAwB,GAAG,IAAI;YACjC,CAAC,CAAC,wBAAwB,GAAG,IAAI,CAAC;IACtC,CAAC;CACF;AApGD,wDAoGC","sourcesContent":["import { SlotProxy, slotProxy } from '@oracle/oraclejet-webdriver';\nimport { By, error } from 'selenium-webdriver';\nimport { MessageToastWebElementBase } from './MessageToastWebElementBase';\n\n/**\n * The component WebElement for [oj-c-message-toast](../../../oj-c/docs/oj.MessageToast.html).\n * Do not instantiate this class directly, instead, use\n * [findMessageToast](../modules.html#findMessageToast).\n */\nexport class MessageToastWebElement extends MessageToastWebElementBase {\n /**\n * Retrieve a SlotProxy which represents the custom detail content of a single message.\n * @param messageLocator.key The key within the MessageToast's dataset associated with the individual message.\n * @throws {Error} when the detail content rendered is not provided by the application\n * @returns The detail content of the message rendered by the application\n * @since \"15.0.4\"\n */\n async findDetail<K>(messageLocator: { key: K }): Promise<SlotProxy> {\n const key = messageLocator.key;\n const layerId = await this.getAttribute('data-oj-messages-layer-id');\n const messagesContainer = await this.getMessagesContainer(layerId);\n const messageSelector = this.getMessageSelector(key);\n const customDetailContentSelector = '[data-oj-message-custom-detail]';\n\n try {\n const el = await messagesContainer.findElement(\n By.css(`${messageSelector} ${customDetailContentSelector}`)\n );\n return slotProxy(el, this);\n } catch (e) {\n throw new error.NoSuchElementError(\n 'No corresponding detail template or renderer found for the messageLocator.'\n );\n }\n }\n\n /**\n * Retrieve a SlotProxy which represents the custom icon content of a single message.\n * @param messageLocator.key The key within the MessageToast's dataset associated with the individual message.\n * @throws {Error} when the icon content rendered is not provided by the application\n * @returns The icon content of the message rendered by the application\n * @since \"15.0.4\"\n */\n async findIcon<K>(messageLocator: { key: K }): Promise<SlotProxy> {\n const key = messageLocator.key;\n const layerId = await this.getAttribute('data-oj-messages-layer-id');\n const messagesContainer = await this.getMessagesContainer(layerId);\n const messageSelector = this.getMessageSelector(key);\n const customIconContentSelector = '[data-oj-message-custom-icon]';\n\n try {\n const el = await messagesContainer.findElement(\n By.css(`${messageSelector} ${customIconContentSelector}`)\n );\n return slotProxy(el, this);\n } catch (e) {\n throw new error.NoSuchElementError(\n 'No corresponding icon template or renderer found for the messageLocator.'\n );\n }\n }\n\n /**\n * Closes the message identified by the provided key.\n * @param messageLocator.key The key within the MessageToast's dataset associated with the individual message.\n * @throws {Error} when the specified is not closable (closeAffordance set to \"off\")\n * @since \"15.0.4\"\n */\n async doClose<K>(messageLocator: { key: K }): Promise<void> {\n const key = messageLocator.key;\n const layerId = await this.getAttribute('data-oj-messages-layer-id');\n const messagesContainer = await this.getMessagesContainer(layerId);\n const messageSelector = this.getMessageSelector(key);\n const closeButtonSelector = '[data-oj-message-close-button] button';\n\n try {\n const el = await messagesContainer.findElement(\n By.css(`${messageSelector} ${closeButtonSelector}`)\n );\n await el.click();\n } catch (e) {\n throw new error.UnsupportedOperationError(\n 'The close operation is not applicable for the messageLocator.'\n );\n }\n }\n\n /**\n * Finds the layered content of this messages instance.\n *\n * @param id The layer id for this instance of the message\n * @returns The layer content\n */\n private getMessagesContainer(id: string) {\n const driver = this.getDriver();\n return driver.findElement(By.id(id));\n }\n\n /**\n * Creates the CSS selector for the message with the provided key.\n *\n * @param key The key of the message\n * @returns the css selector that can used to fetch the message\n */\n private getMessageSelector<K>(key: K) {\n return typeof key === 'number'\n ? `[data-oj-key=\"number-${key}\"]`\n : `[data-oj-key=\"string-${key}\"]`;\n }\n}\n"]}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';
|
|
2
|
+
/**
|
|
3
|
+
* This is the base class for oj-c-message-toast 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, MessageToastWebElement.ts.
|
|
7
|
+
*/
|
|
8
|
+
export declare class MessageToastWebElementBase extends OjWebElement {
|
|
9
|
+
/**
|
|
10
|
+
* Gets the value of <code>data</code> property.
|
|
11
|
+
* Data for the Message Toast component.
|
|
12
|
+
* @return The value of <code>data</code> property.
|
|
13
|
+
* @deprecated Since 15.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
|
|
14
|
+
*/
|
|
15
|
+
getData(): Promise<unknown>;
|
|
16
|
+
/**
|
|
17
|
+
* Gets the value of <code>detailTemplateValue</code> property.
|
|
18
|
+
* A dynamic template key or a function that determines the detail template for the current row.
|
|
19
|
+
* @return The value of <code>detailTemplateValue</code> property.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
getDetailTemplateValue(): Promise<string | null>;
|
|
23
|
+
/**
|
|
24
|
+
* Gets the value of <code>iconTemplateValue</code> property.
|
|
25
|
+
* A dynamic template key or a function that determines the icon template for the current row.
|
|
26
|
+
* @return The value of <code>iconTemplateValue</code> property.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
getIconTemplateValue(): Promise<string | null>;
|
|
30
|
+
/**
|
|
31
|
+
* Gets the value of <code>offset</code> property.
|
|
32
|
+
* Offset for the Message Toast component's position.
|
|
33
|
+
* @return The value of <code>offset</code> property.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
getOffset(): Promise<number | object>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets the value of <code>position</code> property.
|
|
39
|
+
* Position for the Message Toast component.
|
|
40
|
+
* @return The value of <code>position</code> property.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
getPosition(): Promise<string>;
|
|
44
|
+
}
|
|
@@ -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.MessageToastWebElementBase = void 0;
|
|
19
4
|
var elements_1 = require("@oracle/oraclejet-webdriver/elements");
|
|
@@ -23,56 +8,52 @@ var elements_1 = require("@oracle/oraclejet-webdriver/elements");
|
|
|
23
8
|
* during the next generation.
|
|
24
9
|
* Put overrides into the WebElements's subclass, MessageToastWebElement.ts.
|
|
25
10
|
*/
|
|
26
|
-
|
|
27
|
-
__extends(MessageToastWebElementBase, _super);
|
|
28
|
-
function MessageToastWebElementBase() {
|
|
29
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
30
|
-
}
|
|
11
|
+
class MessageToastWebElementBase extends elements_1.OjWebElement {
|
|
31
12
|
/**
|
|
32
13
|
* Gets the value of <code>data</code> property.
|
|
33
14
|
* Data for the Message Toast component.
|
|
34
15
|
* @return The value of <code>data</code> property.
|
|
35
16
|
* @deprecated Since 15.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
|
|
36
17
|
*/
|
|
37
|
-
|
|
18
|
+
getData() {
|
|
38
19
|
return this.getProperty('data');
|
|
39
|
-
}
|
|
20
|
+
}
|
|
40
21
|
/**
|
|
41
22
|
* Gets the value of <code>detailTemplateValue</code> property.
|
|
42
23
|
* A dynamic template key or a function that determines the detail template for the current row.
|
|
43
24
|
* @return The value of <code>detailTemplateValue</code> property.
|
|
44
25
|
*
|
|
45
26
|
*/
|
|
46
|
-
|
|
27
|
+
getDetailTemplateValue() {
|
|
47
28
|
return this.getProperty('detailTemplateValue');
|
|
48
|
-
}
|
|
29
|
+
}
|
|
49
30
|
/**
|
|
50
31
|
* Gets the value of <code>iconTemplateValue</code> property.
|
|
51
32
|
* A dynamic template key or a function that determines the icon template for the current row.
|
|
52
33
|
* @return The value of <code>iconTemplateValue</code> property.
|
|
53
34
|
*
|
|
54
35
|
*/
|
|
55
|
-
|
|
36
|
+
getIconTemplateValue() {
|
|
56
37
|
return this.getProperty('iconTemplateValue');
|
|
57
|
-
}
|
|
38
|
+
}
|
|
58
39
|
/**
|
|
59
40
|
* Gets the value of <code>offset</code> property.
|
|
60
41
|
* Offset for the Message Toast component's position.
|
|
61
42
|
* @return The value of <code>offset</code> property.
|
|
62
43
|
*
|
|
63
44
|
*/
|
|
64
|
-
|
|
45
|
+
getOffset() {
|
|
65
46
|
return this.getProperty('offset');
|
|
66
|
-
}
|
|
47
|
+
}
|
|
67
48
|
/**
|
|
68
49
|
* Gets the value of <code>position</code> property.
|
|
69
50
|
* Position for the Message Toast component.
|
|
70
51
|
* @return The value of <code>position</code> property.
|
|
71
52
|
*
|
|
72
53
|
*/
|
|
73
|
-
|
|
54
|
+
getPosition() {
|
|
74
55
|
return this.getProperty('position');
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
}(elements_1.OjWebElement));
|
|
56
|
+
}
|
|
57
|
+
}
|
|
78
58
|
exports.MessageToastWebElementBase = MessageToastWebElementBase;
|
|
59
|
+
//# sourceMappingURL=MessageToastWebElementBase.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageToastWebElementBase.js","sourceRoot":"","sources":["MessageToastWebElementBase.ts"],"names":[],"mappings":";;;AAAA,iEAAoE;AAEpE;;;;;GAKG;AACH,MAAa,0BAA2B,SAAQ,uBAAY;IAC1D;;;;;OAKG;IACI,OAAO;QACZ,OAAO,IAAI,CAAC,WAAW,CAAU,MAAM,CAAC,CAAC;IAC3C,CAAC;IAED;;;;;OAKG;IACI,sBAAsB;QAC3B,OAAO,IAAI,CAAC,WAAW,CAAgB,qBAAqB,CAAC,CAAC;IAChE,CAAC;IAED;;;;;OAKG;IACI,oBAAoB;QACzB,OAAO,IAAI,CAAC,WAAW,CAAgB,mBAAmB,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;OAKG;IACI,SAAS;QACd,OAAO,IAAI,CAAC,WAAW,CAAkB,QAAQ,CAAC,CAAC;IACrD,CAAC;IAED;;;;;OAKG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAS,UAAU,CAAC,CAAC;IAC9C,CAAC;CACF;AAlDD,gEAkDC","sourcesContent":["import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';\n\n/**\n * This is the base class for oj-c-message-toast 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, MessageToastWebElement.ts.\n */\nexport class MessageToastWebElementBase extends OjWebElement {\n /**\n * Gets the value of <code>data</code> property.\n * Data for the Message Toast component.\n * @return The value of <code>data</code> property.\n * @deprecated Since 15.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.\n */\n public getData(): Promise<unknown> {\n return this.getProperty<unknown>('data');\n }\n\n /**\n * Gets the value of <code>detailTemplateValue</code> property.\n * A dynamic template key or a function that determines the detail template for the current row.\n * @return The value of <code>detailTemplateValue</code> property.\n *\n */\n public getDetailTemplateValue(): Promise<string | null> {\n return this.getProperty<string | null>('detailTemplateValue');\n }\n\n /**\n * Gets the value of <code>iconTemplateValue</code> property.\n * A dynamic template key or a function that determines the icon template for the current row.\n * @return The value of <code>iconTemplateValue</code> property.\n *\n */\n public getIconTemplateValue(): Promise<string | null> {\n return this.getProperty<string | null>('iconTemplateValue');\n }\n\n /**\n * Gets the value of <code>offset</code> property.\n * Offset for the Message Toast component's position.\n * @return The value of <code>offset</code> property.\n *\n */\n public getOffset(): Promise<number | object> {\n return this.getProperty<number | object>('offset');\n }\n\n /**\n * Gets the value of <code>position</code> property.\n * Position for the Message Toast component.\n * @return The value of <code>position</code> property.\n *\n */\n public getPosition(): Promise<string> {\n return this.getProperty<string>('position');\n }\n}\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { By } from 'selenium-webdriver';
|
|
2
|
+
import { DriverLike } from '@oracle/oraclejet-webdriver';
|
|
3
|
+
import { MessageToastWebElement } from './MessageToastWebElement';
|
|
4
|
+
export { MessageToastWebElement };
|
|
5
|
+
/**
|
|
6
|
+
* Retrieve an instance of [[MessageToastWebElement]].
|
|
7
|
+
* @example
|
|
8
|
+
* ```javascript
|
|
9
|
+
* import { findMessageToast } from '@oracle/oraclejet-core-pack/webdriver';
|
|
10
|
+
* const el = await findMessageToast(driver, By.id('my-oj-c-message-toast'));
|
|
11
|
+
* ```
|
|
12
|
+
* @param driver A WebDriver/WebElement instance from where the element will be
|
|
13
|
+
* searched. If WebDriver is passed, the element will be searched globally in the
|
|
14
|
+
* document. If WebElement is passed, the search will be relative to this element.
|
|
15
|
+
* @param by The locator with which to find the element
|
|
16
|
+
*/
|
|
17
|
+
export declare function findMessageToast(driver: DriverLike, by: By): Promise<MessageToastWebElement>;
|
|
@@ -1,40 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
-
function step(op) {
|
|
16
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
-
switch (op[0]) {
|
|
21
|
-
case 0: case 1: t = op; break;
|
|
22
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
-
default:
|
|
26
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
-
if (t[2]) _.ops.pop();
|
|
31
|
-
_.trys.pop(); continue;
|
|
32
|
-
}
|
|
33
|
-
op = body.call(thisArg, _);
|
|
34
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
3
|
exports.findMessageToast = exports.MessageToastWebElement = void 0;
|
|
40
4
|
var oraclejet_webdriver_1 = require("@oracle/oraclejet-webdriver");
|
|
@@ -52,23 +16,15 @@ Object.defineProperty(exports, "MessageToastWebElement", { enumerable: true, get
|
|
|
52
16
|
* document. If WebElement is passed, the search will be relative to this element.
|
|
53
17
|
* @param by The locator with which to find the element
|
|
54
18
|
*/
|
|
55
|
-
function findMessageToast(driver, by) {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
if (!!(webEl instanceof MessageToastWebElement_1.MessageToastWebElement)) return [3 /*break*/, 3];
|
|
64
|
-
return [4 /*yield*/, webEl.getTagName()];
|
|
65
|
-
case 2:
|
|
66
|
-
tagName = _a.sent();
|
|
67
|
-
throw Error("findMessageToast(".concat(by, ") created ").concat(webEl.constructor.name, " for <").concat(tagName, ">, but expected ").concat(MessageToastWebElement_1.MessageToastWebElement.name));
|
|
68
|
-
case 3: return [2 /*return*/, webEl];
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
});
|
|
19
|
+
async function findMessageToast(driver, by) {
|
|
20
|
+
const webEl = await driver.findElement(by);
|
|
21
|
+
// Check that the element is of type MessageToastWebElement
|
|
22
|
+
if (!(webEl instanceof MessageToastWebElement_1.MessageToastWebElement)) {
|
|
23
|
+
const tagName = await webEl.getTagName();
|
|
24
|
+
throw Error(`findMessageToast(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${MessageToastWebElement_1.MessageToastWebElement.name}`);
|
|
25
|
+
}
|
|
26
|
+
return webEl;
|
|
72
27
|
}
|
|
73
28
|
exports.findMessageToast = findMessageToast;
|
|
74
29
|
(0, oraclejet_webdriver_1.register)('oj-c-message-toast', MessageToastWebElement_1.MessageToastWebElement);
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AACA,mEAAmE;AACnE,mEAAkE;AACzD,uGADA,+CAAsB,OACA;AAE/B;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,gBAAgB,CACpC,MAAkB,EAClB,EAAM;IAEN,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,2DAA2D;IAC3D,IAAI,CAAC,CAAC,KAAK,YAAY,+CAAsB,CAAC,EAAE;QAC9C,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,MAAM,KAAK,CACT,oBAAoB,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,+CAAsB,CAAC,IAAI,EAAE,CAC1H,CAAC;KACH;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAbD,4CAaC;AAED,IAAA,8BAAQ,EAAC,oBAAoB,EAAE,+CAAsB,CAAC,CAAC","sourcesContent":["import { By } from 'selenium-webdriver';\nimport { DriverLike, register } from '@oracle/oraclejet-webdriver';\nimport { MessageToastWebElement } from './MessageToastWebElement';\nexport { MessageToastWebElement };\n\n/**\n * Retrieve an instance of [[MessageToastWebElement]].\n * @example\n * ```javascript\n * import { findMessageToast } from '@oracle/oraclejet-core-pack/webdriver';\n * const el = await findMessageToast(driver, By.id('my-oj-c-message-toast'));\n * ```\n * @param driver A WebDriver/WebElement instance from where the element will be\n * searched. If WebDriver is passed, the element will be searched globally in the\n * document. If WebElement is passed, the search will be relative to this element.\n * @param by The locator with which to find the element\n */\nexport async function findMessageToast(\n driver: DriverLike,\n by: By\n): Promise<MessageToastWebElement> {\n const webEl = await driver.findElement(by);\n // Check that the element is of type MessageToastWebElement\n if (!(webEl instanceof MessageToastWebElement)) {\n const tagName = await webEl.getTagName();\n throw Error(\n `findMessageToast(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${MessageToastWebElement.name}`\n );\n }\n return webEl;\n}\n\nregister('oj-c-message-toast', MessageToastWebElement);\n"]}
|
|
@@ -7,8 +7,9 @@ define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/tr
|
|
|
7
7
|
exports.MessageToast = void 0;
|
|
8
8
|
translationBundle_1 = __importDefault(translationBundle_1);
|
|
9
9
|
ojcontext_1 = __importDefault(ojcontext_1);
|
|
10
|
-
|
|
10
|
+
function MessageToastImpl({ data, detailTemplateValue, iconTemplateValue, messageTemplates, offset = 0, position = 'bottom', onOjClose }) {
|
|
11
11
|
const initialRender = (0, hooks_1.useRef)(true);
|
|
12
|
+
const uniqueId = (0, hooks_1.useRef)((0, ojvcomponent_1.getUniqueId)());
|
|
12
13
|
const rootRef = (0, hooks_1.useRef)();
|
|
13
14
|
const [dpKey, setDpKey] = (0, hooks_1.useState)(Symbol());
|
|
14
15
|
const addBusyState = (0, hooks_1.useCallback)((description = 'MessageToast: busyState') => {
|
|
@@ -27,9 +28,11 @@ define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/tr
|
|
|
27
28
|
data,
|
|
28
29
|
addBusyState
|
|
29
30
|
});
|
|
30
|
-
const
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
const UNSAFE_messagesLayerId = `messageToastLayer_${uniqueId.current}`;
|
|
32
|
+
const messagesContext = (0, hooks_1.useMemo)(() => ({ addBusyState, UNSAFE_messagesLayerId }), [addBusyState, UNSAFE_messagesLayerId]);
|
|
33
|
+
return ((0, jsx_runtime_1.jsx)(ojvcomponent_1.Root, { ref: rootRef, "data-oj-messages-layer-id": UNSAFE_messagesLayerId, children: (0, jsx_runtime_1.jsx)(UNSAFE_useMessagesContext_1.MessagesContext.Provider, { value: messagesContext, children: (0, jsx_runtime_1.jsx)(UNSAFE_MessageToast_1.MessageToast, { data: dataArr, detailRendererKey: detailTemplateValue, iconRendererKey: iconTemplateValue, offset: offset, onClose: onOjClose, position: position, renderers: messageTemplates }, dpKey) }) }));
|
|
34
|
+
}
|
|
35
|
+
exports.MessageToast = (0, ojvcomponent_1.registerCustomElement)('oj-c-message-toast', MessageToastImpl, "MessageToast", { "properties": { "data": { "type": "DataProvider" }, "detailTemplateValue": { "type": "string|function" }, "iconTemplateValue": { "type": "string|function" }, "offset": { "type": "number|object" }, "position": { "type": "string", "enumValues": ["bottom", "top", "top-start", "top-end", "bottom-start", "bottom-end", "top-left", "bottom-left", "top-right", "bottom-right"] } }, "extension": { "_DYNAMIC_SLOT": { "prop": "messageTemplates", "isTemplate": 1 } }, "events": { "ojClose": {} } }, { "offset": 0, "position": "bottom" }, {
|
|
33
36
|
'@oracle/oraclejet-preact': translationBundle_1.default
|
|
34
37
|
});
|
|
35
38
|
});
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oj-c",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.4",
|
|
4
4
|
"components": {
|
|
5
5
|
"oj-c-highlight-text": {
|
|
6
6
|
"name": "highlight-text",
|
|
7
|
-
"version": "15.0.
|
|
8
|
-
"jetVersion": "^15.0.
|
|
7
|
+
"version": "15.0.4",
|
|
8
|
+
"jetVersion": "^15.0.4",
|
|
9
9
|
"pack": "oj-c",
|
|
10
10
|
"type": "composite",
|
|
11
11
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
},
|
|
99
99
|
"oj-c-input-number": {
|
|
100
100
|
"name": "input-number",
|
|
101
|
-
"version": "15.0.
|
|
102
|
-
"jetVersion": "^15.0.
|
|
101
|
+
"version": "15.0.4",
|
|
102
|
+
"jetVersion": "^15.0.4",
|
|
103
103
|
"pack": "oj-c",
|
|
104
104
|
"type": "composite",
|
|
105
105
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -643,8 +643,8 @@
|
|
|
643
643
|
},
|
|
644
644
|
"oj-c-input-password": {
|
|
645
645
|
"name": "input-password",
|
|
646
|
-
"version": "15.0.
|
|
647
|
-
"jetVersion": "^15.0.
|
|
646
|
+
"version": "15.0.4",
|
|
647
|
+
"jetVersion": "^15.0.4",
|
|
648
648
|
"pack": "oj-c",
|
|
649
649
|
"type": "composite",
|
|
650
650
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -1140,8 +1140,8 @@
|
|
|
1140
1140
|
},
|
|
1141
1141
|
"oj-c-input-text": {
|
|
1142
1142
|
"name": "input-text",
|
|
1143
|
-
"version": "15.0.
|
|
1144
|
-
"jetVersion": "^15.0.
|
|
1143
|
+
"version": "15.0.4",
|
|
1144
|
+
"jetVersion": "^15.0.4",
|
|
1145
1145
|
"pack": "oj-c",
|
|
1146
1146
|
"type": "composite",
|
|
1147
1147
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -1729,8 +1729,8 @@
|
|
|
1729
1729
|
},
|
|
1730
1730
|
"oj-c-message-toast": {
|
|
1731
1731
|
"name": "message-toast",
|
|
1732
|
-
"version": "15.0.
|
|
1733
|
-
"jetVersion": "^15.0.
|
|
1732
|
+
"version": "15.0.4",
|
|
1733
|
+
"jetVersion": "^15.0.4",
|
|
1734
1734
|
"pack": "oj-c",
|
|
1735
1735
|
"type": "composite",
|
|
1736
1736
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -1980,8 +1980,8 @@
|
|
|
1980
1980
|
},
|
|
1981
1981
|
"oj-c-select-multiple": {
|
|
1982
1982
|
"name": "select-multiple",
|
|
1983
|
-
"version": "15.0.
|
|
1984
|
-
"jetVersion": "^15.0.
|
|
1983
|
+
"version": "15.0.4",
|
|
1984
|
+
"jetVersion": "^15.0.4",
|
|
1985
1985
|
"pack": "oj-c",
|
|
1986
1986
|
"type": "composite",
|
|
1987
1987
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -2548,8 +2548,8 @@
|
|
|
2548
2548
|
},
|
|
2549
2549
|
"oj-c-select-single": {
|
|
2550
2550
|
"name": "select-single",
|
|
2551
|
-
"version": "15.0.
|
|
2552
|
-
"jetVersion": "^15.0.
|
|
2551
|
+
"version": "15.0.4",
|
|
2552
|
+
"jetVersion": "^15.0.4",
|
|
2553
2553
|
"pack": "oj-c",
|
|
2554
2554
|
"type": "composite",
|
|
2555
2555
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -3158,8 +3158,8 @@
|
|
|
3158
3158
|
},
|
|
3159
3159
|
"oj-c-text-area": {
|
|
3160
3160
|
"name": "text-area",
|
|
3161
|
-
"version": "15.0.
|
|
3162
|
-
"jetVersion": "^15.0.
|
|
3161
|
+
"version": "15.0.4",
|
|
3162
|
+
"jetVersion": "^15.0.4",
|
|
3163
3163
|
"pack": "oj-c",
|
|
3164
3164
|
"type": "composite",
|
|
3165
3165
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -3664,8 +3664,8 @@
|
|
|
3664
3664
|
},
|
|
3665
3665
|
"oj-c-progress-bar": {
|
|
3666
3666
|
"name": "progress-bar",
|
|
3667
|
-
"version": "15.0.
|
|
3668
|
-
"jetVersion": "^15.0.
|
|
3667
|
+
"version": "15.0.4",
|
|
3668
|
+
"jetVersion": "^15.0.4",
|
|
3669
3669
|
"pack": "oj-c",
|
|
3670
3670
|
"type": "composite",
|
|
3671
3671
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -3797,8 +3797,8 @@
|
|
|
3797
3797
|
},
|
|
3798
3798
|
"oj-c-progress-circle": {
|
|
3799
3799
|
"name": "progress-circle",
|
|
3800
|
-
"version": "15.0.
|
|
3801
|
-
"jetVersion": "^15.0.
|
|
3800
|
+
"version": "15.0.4",
|
|
3801
|
+
"jetVersion": "^15.0.4",
|
|
3802
3802
|
"pack": "oj-c",
|
|
3803
3803
|
"type": "composite",
|
|
3804
3804
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -3935,8 +3935,8 @@
|
|
|
3935
3935
|
},
|
|
3936
3936
|
"oj-c-avatar": {
|
|
3937
3937
|
"name": "avatar",
|
|
3938
|
-
"version": "15.0.
|
|
3939
|
-
"jetVersion": "^15.0.
|
|
3938
|
+
"version": "15.0.4",
|
|
3939
|
+
"jetVersion": "^15.0.4",
|
|
3940
3940
|
"pack": "oj-c",
|
|
3941
3941
|
"type": "composite",
|
|
3942
3942
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -4172,8 +4172,8 @@
|
|
|
4172
4172
|
},
|
|
4173
4173
|
"oj-c-button": {
|
|
4174
4174
|
"name": "button",
|
|
4175
|
-
"version": "15.0.
|
|
4176
|
-
"jetVersion": "^15.0.
|
|
4175
|
+
"version": "15.0.4",
|
|
4176
|
+
"jetVersion": "^15.0.4",
|
|
4177
4177
|
"pack": "oj-c",
|
|
4178
4178
|
"type": "composite",
|
|
4179
4179
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -4439,8 +4439,8 @@
|
|
|
4439
4439
|
},
|
|
4440
4440
|
"oj-c-rating-gauge": {
|
|
4441
4441
|
"name": "rating-gauge",
|
|
4442
|
-
"version": "15.0.
|
|
4443
|
-
"jetVersion": "^15.0.
|
|
4442
|
+
"version": "15.0.4",
|
|
4443
|
+
"jetVersion": "^15.0.4",
|
|
4444
4444
|
"pack": "oj-c",
|
|
4445
4445
|
"type": "composite",
|
|
4446
4446
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -4685,8 +4685,8 @@
|
|
|
4685
4685
|
},
|
|
4686
4686
|
"oj-c-collapsible": {
|
|
4687
4687
|
"name": "collapsible",
|
|
4688
|
-
"version": "15.0.
|
|
4689
|
-
"jetVersion": "^15.0.
|
|
4688
|
+
"version": "15.0.4",
|
|
4689
|
+
"jetVersion": "^15.0.4",
|
|
4690
4690
|
"pack": "oj-c",
|
|
4691
4691
|
"type": "composite",
|
|
4692
4692
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -4870,8 +4870,8 @@
|
|
|
4870
4870
|
},
|
|
4871
4871
|
"oj-c-file-picker": {
|
|
4872
4872
|
"name": "file-picker",
|
|
4873
|
-
"version": "15.0.
|
|
4874
|
-
"jetVersion": "^15.0.
|
|
4873
|
+
"version": "15.0.4",
|
|
4874
|
+
"jetVersion": "^15.0.4",
|
|
4875
4875
|
"pack": "oj-c",
|
|
4876
4876
|
"type": "composite",
|
|
4877
4877
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -5118,8 +5118,8 @@
|
|
|
5118
5118
|
},
|
|
5119
5119
|
"oj-c-meter-bar": {
|
|
5120
5120
|
"name": "meter-bar",
|
|
5121
|
-
"version": "15.0.
|
|
5122
|
-
"jetVersion": "^15.0.
|
|
5121
|
+
"version": "15.0.4",
|
|
5122
|
+
"jetVersion": "^15.0.4",
|
|
5123
5123
|
"pack": "oj-c",
|
|
5124
5124
|
"type": "composite",
|
|
5125
5125
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -5423,8 +5423,8 @@
|
|
|
5423
5423
|
},
|
|
5424
5424
|
"oj-c-meter-circle": {
|
|
5425
5425
|
"name": "meter-circle",
|
|
5426
|
-
"version": "15.0.
|
|
5427
|
-
"jetVersion": "^15.0.
|
|
5426
|
+
"version": "15.0.4",
|
|
5427
|
+
"jetVersion": "^15.0.4",
|
|
5428
5428
|
"pack": "oj-c",
|
|
5429
5429
|
"type": "composite",
|
|
5430
5430
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -5770,8 +5770,8 @@
|
|
|
5770
5770
|
},
|
|
5771
5771
|
"oj-c-list-item-layout": {
|
|
5772
5772
|
"name": "list-item-layout",
|
|
5773
|
-
"version": "15.0.
|
|
5774
|
-
"jetVersion": "^15.0.
|
|
5773
|
+
"version": "15.0.4",
|
|
5774
|
+
"jetVersion": "^15.0.4",
|
|
5775
5775
|
"pack": "oj-c",
|
|
5776
5776
|
"type": "composite",
|
|
5777
5777
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -5919,8 +5919,8 @@
|
|
|
5919
5919
|
},
|
|
5920
5920
|
"oj-c-list-view": {
|
|
5921
5921
|
"name": "list-view",
|
|
5922
|
-
"version": "15.0.
|
|
5923
|
-
"jetVersion": "^15.0.
|
|
5922
|
+
"version": "15.0.4",
|
|
5923
|
+
"jetVersion": "^15.0.4",
|
|
5924
5924
|
"pack": "oj-c",
|
|
5925
5925
|
"type": "composite",
|
|
5926
5926
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -6234,8 +6234,8 @@
|
|
|
6234
6234
|
},
|
|
6235
6235
|
"oj-c-split-menu-button": {
|
|
6236
6236
|
"name": "split-menu-button",
|
|
6237
|
-
"version": "15.0.
|
|
6238
|
-
"jetVersion": "^15.0.
|
|
6237
|
+
"version": "15.0.4",
|
|
6238
|
+
"jetVersion": "^15.0.4",
|
|
6239
6239
|
"pack": "oj-c",
|
|
6240
6240
|
"type": "composite",
|
|
6241
6241
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -6440,8 +6440,8 @@
|
|
|
6440
6440
|
},
|
|
6441
6441
|
"oj-c-selector": {
|
|
6442
6442
|
"name": "selector",
|
|
6443
|
-
"version": "15.0.
|
|
6444
|
-
"jetVersion": "^15.0.
|
|
6443
|
+
"version": "15.0.4",
|
|
6444
|
+
"jetVersion": "^15.0.4",
|
|
6445
6445
|
"pack": "oj-c",
|
|
6446
6446
|
"type": "composite",
|
|
6447
6447
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -6548,8 +6548,8 @@
|
|
|
6548
6548
|
},
|
|
6549
6549
|
"oj-c-selector-all": {
|
|
6550
6550
|
"name": "selector-all",
|
|
6551
|
-
"version": "15.0.
|
|
6552
|
-
"jetVersion": "^15.0.
|
|
6551
|
+
"version": "15.0.4",
|
|
6552
|
+
"jetVersion": "^15.0.4",
|
|
6553
6553
|
"pack": "oj-c",
|
|
6554
6554
|
"type": "composite",
|
|
6555
6555
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -6622,8 +6622,8 @@
|
|
|
6622
6622
|
},
|
|
6623
6623
|
"oj-c-input-date-text": {
|
|
6624
6624
|
"name": "input-date-text",
|
|
6625
|
-
"version": "15.0.
|
|
6626
|
-
"jetVersion": "^15.0.
|
|
6625
|
+
"version": "15.0.4",
|
|
6626
|
+
"jetVersion": "^15.0.4",
|
|
6627
6627
|
"pack": "oj-c",
|
|
6628
6628
|
"type": "composite",
|
|
6629
6629
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -7113,8 +7113,8 @@
|
|
|
7113
7113
|
},
|
|
7114
7114
|
"oj-c-legend": {
|
|
7115
7115
|
"name": "legend",
|
|
7116
|
-
"version": "15.0.
|
|
7117
|
-
"jetVersion": "^15.0.
|
|
7116
|
+
"version": "15.0.4",
|
|
7117
|
+
"jetVersion": "^15.0.4",
|
|
7118
7118
|
"pack": "oj-c",
|
|
7119
7119
|
"type": "composite",
|
|
7120
7120
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -7510,8 +7510,8 @@
|
|
|
7510
7510
|
},
|
|
7511
7511
|
"oj-c-legend-item": {
|
|
7512
7512
|
"name": "legend-item",
|
|
7513
|
-
"version": "15.0.
|
|
7514
|
-
"jetVersion": "^15.0.
|
|
7513
|
+
"version": "15.0.4",
|
|
7514
|
+
"jetVersion": "^15.0.4",
|
|
7515
7515
|
"pack": "oj-c",
|
|
7516
7516
|
"type": "composite",
|
|
7517
7517
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -7735,8 +7735,8 @@
|
|
|
7735
7735
|
},
|
|
7736
7736
|
"oj-c-legend-section": {
|
|
7737
7737
|
"name": "legend-section",
|
|
7738
|
-
"version": "15.0.
|
|
7739
|
-
"jetVersion": "^15.0.
|
|
7738
|
+
"version": "15.0.4",
|
|
7739
|
+
"jetVersion": "^15.0.4",
|
|
7740
7740
|
"pack": "oj-c",
|
|
7741
7741
|
"type": "composite",
|
|
7742
7742
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -7803,8 +7803,8 @@
|
|
|
7803
7803
|
},
|
|
7804
7804
|
"oj-c-tag-cloud": {
|
|
7805
7805
|
"name": "tag-cloud",
|
|
7806
|
-
"version": "15.0.
|
|
7807
|
-
"jetVersion": "^15.0.
|
|
7806
|
+
"version": "15.0.4",
|
|
7807
|
+
"jetVersion": "^15.0.4",
|
|
7808
7808
|
"pack": "oj-c",
|
|
7809
7809
|
"type": "composite",
|
|
7810
7810
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -8023,8 +8023,8 @@
|
|
|
8023
8023
|
},
|
|
8024
8024
|
"oj-c-tag-cloud-item": {
|
|
8025
8025
|
"name": "tag-cloud-item",
|
|
8026
|
-
"version": "15.0.
|
|
8027
|
-
"jetVersion": "^15.0.
|
|
8026
|
+
"version": "15.0.4",
|
|
8027
|
+
"jetVersion": "^15.0.4",
|
|
8028
8028
|
"pack": "oj-c",
|
|
8029
8029
|
"type": "composite",
|
|
8030
8030
|
"license": "https://opensource.org/licenses/UPL",
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { MeterBarWebElementBase } from './MeterBarWebElementBase';
|
|
2
|
+
/**
|
|
3
|
+
* The component WebElement for [oj-c-meter-bar](../../../oj-c/docs/oj.MeterBar.html).
|
|
4
|
+
* Do not instantiate this class directly, instead, use
|
|
5
|
+
* [findMeterBar](../modules.html#findMeterBar).
|
|
6
|
+
*/
|
|
7
|
+
export declare class MeterBarWebElement extends MeterBarWebElementBase {
|
|
8
|
+
}
|