@oracle/oraclejet-webdriver 15.1.9 → 16.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/templates/class.ts-template +1 -1
- package/bin/templates/index.ts-template +2 -2
- package/elements/OjWebElement.js.map +1 -1
- package/elements/oj-accordion/OjAccordion.js +1 -1
- package/elements/oj-accordion/OjAccordion.ts +1 -1
- package/elements/oj-accordion/index.js +2 -2
- package/elements/oj-accordion/index.js.map +1 -1
- package/elements/oj-accordion/index.ts +2 -2
- package/elements/oj-action-card/OjActionCard.js +1 -1
- package/elements/oj-action-card/OjActionCard.ts +1 -1
- package/elements/oj-action-card/index.js +2 -2
- package/elements/oj-action-card/index.js.map +1 -1
- package/elements/oj-action-card/index.ts +2 -2
- package/elements/oj-button/OjButton.js +1 -1
- package/elements/oj-button/OjButton.ts +1 -1
- package/elements/oj-button/index.js +2 -2
- package/elements/oj-button/index.js.map +1 -1
- package/elements/oj-button/index.ts +2 -2
- package/elements/oj-buttonset-many/OjButtonsetMany.js +1 -1
- package/elements/oj-buttonset-many/OjButtonsetMany.ts +1 -1
- package/elements/oj-buttonset-many/index.js +2 -2
- package/elements/oj-buttonset-many/index.js.map +1 -1
- package/elements/oj-buttonset-many/index.ts +2 -2
- package/elements/oj-buttonset-one/OjButtonsetOne.js +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOne.ts +1 -1
- package/elements/oj-buttonset-one/index.js +2 -2
- package/elements/oj-buttonset-one/index.js.map +1 -1
- package/elements/oj-buttonset-one/index.ts +2 -2
- package/elements/oj-chart/OjChart.js +4 -4
- package/elements/oj-chart/OjChart.js.map +1 -1
- package/elements/oj-chart/OjChart.ts +4 -4
- package/elements/oj-chart/OjChartBase.js +1 -1
- package/elements/oj-chart/OjChartBase.ts +5 -5
- package/elements/oj-chart/index.js +2 -2
- package/elements/oj-chart/index.js.map +1 -1
- package/elements/oj-chart/index.ts +2 -2
- package/elements/oj-checkboxset/OjCheckboxset.js +1 -1
- package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxset.ts +1 -1
- package/elements/oj-checkboxset/index.js +2 -2
- package/elements/oj-checkboxset/index.js.map +1 -1
- package/elements/oj-checkboxset/index.ts +2 -2
- package/elements/oj-collapsible/OjCollapsible.js +1 -1
- package/elements/oj-collapsible/OjCollapsible.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsible.ts +1 -1
- package/elements/oj-collapsible/index.js +2 -2
- package/elements/oj-collapsible/index.js.map +1 -1
- package/elements/oj-collapsible/index.ts +2 -2
- package/elements/oj-color-palette/OjColorPalette.js +1 -1
- package/elements/oj-color-palette/OjColorPalette.ts +1 -1
- package/elements/oj-color-palette/index.js +2 -2
- package/elements/oj-color-palette/index.js.map +1 -1
- package/elements/oj-color-palette/index.ts +2 -2
- package/elements/oj-color-spectrum/OjColorSpectrum.js +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrum.ts +1 -1
- package/elements/oj-color-spectrum/index.js +2 -2
- package/elements/oj-color-spectrum/index.js.map +1 -1
- package/elements/oj-color-spectrum/index.ts +2 -2
- package/elements/oj-combobox-many/OjComboboxMany.js +1 -1
- package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxMany.ts +1 -1
- package/elements/oj-combobox-many/index.js +2 -2
- package/elements/oj-combobox-many/index.js.map +1 -1
- package/elements/oj-combobox-many/index.ts +2 -2
- package/elements/oj-combobox-one/OjComboboxOne.js +1 -1
- package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOne.ts +1 -1
- package/elements/oj-combobox-one/index.js +2 -2
- package/elements/oj-combobox-one/index.js.map +1 -1
- package/elements/oj-combobox-one/index.ts +2 -2
- package/elements/oj-conveyor-belt/OjConveyorBelt.js +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBelt.ts +1 -1
- package/elements/oj-conveyor-belt/index.js +2 -2
- package/elements/oj-conveyor-belt/index.js.map +1 -1
- package/elements/oj-conveyor-belt/index.ts +2 -2
- package/elements/oj-data-grid/OjDataGrid.js +126 -79
- package/elements/oj-data-grid/OjDataGrid.js.map +1 -1
- package/elements/oj-data-grid/OjDataGrid.ts +186 -118
- package/elements/oj-data-grid/OjDataGridBase.js +18 -0
- package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
- package/elements/oj-data-grid/OjDataGridBase.ts +263 -0
- package/elements/oj-data-grid/index.js +2 -2
- package/elements/oj-data-grid/index.js.map +1 -1
- package/elements/oj-data-grid/index.ts +2 -2
- package/elements/oj-date-picker/OjDatePicker.js +1 -1
- package/elements/oj-date-picker/OjDatePicker.ts +1 -1
- package/elements/oj-date-picker/index.js +2 -2
- package/elements/oj-date-picker/index.js.map +1 -1
- package/elements/oj-date-picker/index.ts +2 -2
- package/elements/oj-date-time-picker/OjDateTimePicker.js +1 -1
- package/elements/oj-date-time-picker/OjDateTimePicker.ts +1 -1
- package/elements/oj-date-time-picker/index.js +2 -2
- package/elements/oj-date-time-picker/index.js.map +1 -1
- package/elements/oj-date-time-picker/index.ts +2 -2
- package/elements/oj-diagram/OjDiagram.js +1 -1
- package/elements/oj-diagram/OjDiagram.ts +1 -1
- package/elements/oj-diagram/index.js +2 -2
- package/elements/oj-diagram/index.js.map +1 -1
- package/elements/oj-diagram/index.ts +2 -2
- package/elements/oj-dialog/OjDialog.js +1 -1
- package/elements/oj-dialog/OjDialog.ts +1 -1
- package/elements/oj-dialog/index.js +2 -2
- package/elements/oj-dialog/index.js.map +1 -1
- package/elements/oj-dialog/index.ts +2 -2
- package/elements/oj-drawer-layout/OjDrawerLayout.js +1 -1
- package/elements/oj-drawer-layout/OjDrawerLayout.ts +1 -1
- package/elements/oj-drawer-layout/index.js +2 -2
- package/elements/oj-drawer-layout/index.js.map +1 -1
- package/elements/oj-drawer-layout/index.ts +2 -2
- package/elements/oj-drawer-popup/OjDrawerPopup.js +1 -1
- package/elements/oj-drawer-popup/OjDrawerPopup.ts +1 -1
- package/elements/oj-drawer-popup/index.js +2 -2
- package/elements/oj-drawer-popup/index.js.map +1 -1
- package/elements/oj-drawer-popup/index.ts +2 -2
- package/elements/oj-file-picker/OjFilePicker.js +1 -1
- package/elements/oj-file-picker/OjFilePicker.js.map +1 -1
- package/elements/oj-file-picker/OjFilePicker.ts +1 -1
- package/elements/oj-file-picker/index.js +2 -2
- package/elements/oj-file-picker/index.js.map +1 -1
- package/elements/oj-file-picker/index.ts +2 -2
- package/elements/oj-film-strip/OjFilmStrip.js +1 -1
- package/elements/oj-film-strip/OjFilmStrip.ts +1 -1
- package/elements/oj-film-strip/index.js +2 -2
- package/elements/oj-film-strip/index.js.map +1 -1
- package/elements/oj-film-strip/index.ts +2 -2
- package/elements/oj-gantt/OjGantt.js +1 -1
- package/elements/oj-gantt/OjGantt.ts +1 -1
- package/elements/oj-gantt/index.js +2 -2
- package/elements/oj-gantt/index.js.map +1 -1
- package/elements/oj-gantt/index.ts +2 -2
- package/elements/oj-indexer/OjIndexer.js +1 -1
- package/elements/oj-indexer/OjIndexer.ts +1 -1
- package/elements/oj-indexer/index.js +2 -2
- package/elements/oj-indexer/index.js.map +1 -1
- package/elements/oj-indexer/index.ts +2 -2
- package/elements/oj-input-date/OjInputDate.js +1 -1
- package/elements/oj-input-date/OjInputDate.ts +1 -1
- package/elements/oj-input-date/index.js +2 -2
- package/elements/oj-input-date/index.js.map +1 -1
- package/elements/oj-input-date/index.ts +2 -2
- package/elements/oj-input-date-time/OjInputDateTime.js +1 -1
- package/elements/oj-input-date-time/OjInputDateTime.ts +1 -1
- package/elements/oj-input-date-time/index.js +2 -2
- package/elements/oj-input-date-time/index.js.map +1 -1
- package/elements/oj-input-date-time/index.ts +2 -2
- package/elements/oj-input-number/OjInputNumber.js +1 -1
- package/elements/oj-input-number/OjInputNumber.ts +1 -1
- package/elements/oj-input-number/index.js +2 -2
- package/elements/oj-input-number/index.js.map +1 -1
- package/elements/oj-input-number/index.ts +2 -2
- package/elements/oj-input-password/OjInputPassword.js +1 -1
- package/elements/oj-input-password/OjInputPassword.ts +1 -1
- package/elements/oj-input-password/index.js +2 -2
- package/elements/oj-input-password/index.js.map +1 -1
- package/elements/oj-input-password/index.ts +2 -2
- package/elements/oj-input-search/OjInputSearch.js +1 -1
- package/elements/oj-input-search/OjInputSearch.ts +1 -1
- package/elements/oj-input-search/index.js +2 -2
- package/elements/oj-input-search/index.js.map +1 -1
- package/elements/oj-input-search/index.ts +2 -2
- package/elements/oj-input-text/OjInputText.js +1 -1
- package/elements/oj-input-text/OjInputText.ts +1 -1
- package/elements/oj-input-text/index.js +2 -2
- package/elements/oj-input-text/index.js.map +1 -1
- package/elements/oj-input-text/index.ts +2 -2
- package/elements/oj-input-time/OjInputTime.js +1 -1
- package/elements/oj-input-time/OjInputTime.ts +1 -1
- package/elements/oj-input-time/index.js +2 -2
- package/elements/oj-input-time/index.js.map +1 -1
- package/elements/oj-input-time/index.ts +2 -2
- package/elements/oj-label/OjLabel.js +1 -1
- package/elements/oj-label/OjLabel.ts +1 -1
- package/elements/oj-label/index.js +2 -2
- package/elements/oj-label/index.js.map +1 -1
- package/elements/oj-label/index.ts +2 -2
- package/elements/oj-led-gauge/OjLedGauge.js +1 -1
- package/elements/oj-led-gauge/OjLedGauge.ts +1 -1
- package/elements/oj-led-gauge/index.js +2 -2
- package/elements/oj-led-gauge/index.js.map +1 -1
- package/elements/oj-led-gauge/index.ts +2 -2
- package/elements/oj-legend/OjLegend.js +1 -1
- package/elements/oj-legend/OjLegend.ts +1 -1
- package/elements/oj-legend/OjLegendBase.js +2 -2
- package/elements/oj-legend/OjLegendBase.ts +6 -5
- package/elements/oj-legend/index.js +2 -2
- package/elements/oj-legend/index.js.map +1 -1
- package/elements/oj-legend/index.ts +2 -2
- package/elements/oj-list-view/OjListView.js +1 -1
- package/elements/oj-list-view/OjListView.js.map +1 -1
- package/elements/oj-list-view/OjListView.ts +1 -1
- package/elements/oj-list-view/index.js +2 -2
- package/elements/oj-list-view/index.js.map +1 -1
- package/elements/oj-list-view/index.ts +2 -2
- package/elements/oj-masonry-layout/OjMasonryLayout.js +1 -1
- package/elements/oj-masonry-layout/OjMasonryLayout.ts +1 -1
- package/elements/oj-masonry-layout/index.js +2 -2
- package/elements/oj-masonry-layout/index.js.map +1 -1
- package/elements/oj-masonry-layout/index.ts +2 -2
- package/elements/oj-menu/OjMenu.js +1 -1
- package/elements/oj-menu/OjMenu.js.map +1 -1
- package/elements/oj-menu/OjMenu.ts +1 -1
- package/elements/oj-menu/index.js +2 -2
- package/elements/oj-menu/index.js.map +1 -1
- package/elements/oj-menu/index.ts +2 -2
- package/elements/oj-menu-button/OjMenuButton.js +1 -1
- package/elements/oj-menu-button/OjMenuButton.ts +1 -1
- package/elements/oj-menu-button/index.js +2 -2
- package/elements/oj-menu-button/index.js.map +1 -1
- package/elements/oj-menu-button/index.ts +2 -2
- package/elements/oj-message/OjMessage.js +1 -1
- package/elements/oj-message/OjMessage.ts +1 -1
- package/elements/oj-message/index.js +2 -2
- package/elements/oj-message/index.js.map +1 -1
- package/elements/oj-message/index.ts +2 -2
- package/elements/oj-message-banner/OjMessageBanner.js +1 -1
- package/elements/oj-message-banner/OjMessageBanner.js.map +1 -1
- package/elements/oj-message-banner/OjMessageBanner.ts +1 -1
- package/elements/oj-message-banner/index.js +2 -2
- package/elements/oj-message-banner/index.js.map +1 -1
- package/elements/oj-message-banner/index.ts +2 -2
- package/elements/oj-n-box/OjNBox.js +1 -1
- package/elements/oj-n-box/OjNBox.ts +1 -1
- package/elements/oj-n-box/index.js +2 -2
- package/elements/oj-n-box/index.js.map +1 -1
- package/elements/oj-n-box/index.ts +2 -2
- package/elements/oj-navigation-list/OjNavigationList.js +1 -1
- package/elements/oj-navigation-list/OjNavigationList.js.map +1 -1
- package/elements/oj-navigation-list/OjNavigationList.ts +1 -1
- package/elements/oj-navigation-list/OjNavigationListBase.ts +4 -0
- package/elements/oj-navigation-list/index.js +2 -2
- package/elements/oj-navigation-list/index.js.map +1 -1
- package/elements/oj-navigation-list/index.ts +2 -2
- package/elements/oj-paging-control/OjPagingControl.js +1 -1
- package/elements/oj-paging-control/OjPagingControl.ts +1 -1
- package/elements/oj-paging-control/index.js +2 -2
- package/elements/oj-paging-control/index.js.map +1 -1
- package/elements/oj-paging-control/index.ts +2 -2
- package/elements/oj-picto-chart/OjPictoChart.js +1 -1
- package/elements/oj-picto-chart/OjPictoChart.ts +1 -1
- package/elements/oj-picto-chart/index.js +2 -2
- package/elements/oj-picto-chart/index.js.map +1 -1
- package/elements/oj-picto-chart/index.ts +2 -2
- package/elements/oj-popup/OjPopup.js +1 -1
- package/elements/oj-popup/OjPopup.ts +1 -1
- package/elements/oj-popup/index.js +2 -2
- package/elements/oj-popup/index.js.map +1 -1
- package/elements/oj-popup/index.ts +2 -2
- package/elements/oj-progress/OjProgress.js +1 -1
- package/elements/oj-progress/OjProgress.ts +1 -1
- package/elements/oj-progress/index.js +2 -2
- package/elements/oj-progress/index.js.map +1 -1
- package/elements/oj-progress/index.ts +2 -2
- package/elements/oj-progress-list/OjProgressList.js +1 -1
- package/elements/oj-progress-list/OjProgressList.ts +1 -1
- package/elements/oj-progress-list/index.js +2 -2
- package/elements/oj-progress-list/index.js.map +1 -1
- package/elements/oj-progress-list/index.ts +2 -2
- package/elements/oj-radioset/OjRadioset.js +1 -1
- package/elements/oj-radioset/OjRadioset.js.map +1 -1
- package/elements/oj-radioset/OjRadioset.ts +1 -1
- package/elements/oj-radioset/index.js +2 -2
- package/elements/oj-radioset/index.js.map +1 -1
- package/elements/oj-radioset/index.ts +2 -2
- package/elements/oj-rating-gauge/OjRatingGauge.js +1 -1
- package/elements/oj-rating-gauge/OjRatingGauge.ts +1 -1
- package/elements/oj-rating-gauge/index.js +2 -2
- package/elements/oj-rating-gauge/index.js.map +1 -1
- package/elements/oj-rating-gauge/index.ts +2 -2
- package/elements/oj-refresher/OjRefresher.js +1 -1
- package/elements/oj-refresher/OjRefresher.ts +1 -1
- package/elements/oj-refresher/index.js +2 -2
- package/elements/oj-refresher/index.js.map +1 -1
- package/elements/oj-refresher/index.ts +2 -2
- package/elements/oj-row-expander/OjRowExpander.js +1 -1
- package/elements/oj-row-expander/OjRowExpander.ts +1 -1
- package/elements/oj-row-expander/index.js +2 -2
- package/elements/oj-row-expander/index.js.map +1 -1
- package/elements/oj-row-expander/index.ts +2 -2
- package/elements/oj-select-many/OjSelectMany.js +1 -1
- package/elements/oj-select-many/OjSelectMany.js.map +1 -1
- package/elements/oj-select-many/OjSelectMany.ts +1 -1
- package/elements/oj-select-many/index.js +2 -2
- package/elements/oj-select-many/index.js.map +1 -1
- package/elements/oj-select-many/index.ts +2 -2
- package/elements/oj-select-one/OjSelectOne.js +1 -1
- package/elements/oj-select-one/OjSelectOne.js.map +1 -1
- package/elements/oj-select-one/OjSelectOne.ts +1 -1
- package/elements/oj-select-one/index.js +2 -2
- package/elements/oj-select-one/index.js.map +1 -1
- package/elements/oj-select-one/index.ts +2 -2
- package/elements/oj-select-single/OjSelectSingle.js +1 -1
- package/elements/oj-select-single/OjSelectSingle.js.map +1 -1
- package/elements/oj-select-single/OjSelectSingle.ts +1 -1
- package/elements/oj-select-single/index.js +2 -2
- package/elements/oj-select-single/index.js.map +1 -1
- package/elements/oj-select-single/index.ts +2 -2
- package/elements/oj-selector/OjSelector.js +1 -1
- package/elements/oj-selector/OjSelector.ts +1 -1
- package/elements/oj-selector/index.js +2 -2
- package/elements/oj-selector/index.js.map +1 -1
- package/elements/oj-selector/index.ts +2 -2
- package/elements/oj-slider/OjSlider.js +1 -1
- package/elements/oj-slider/OjSlider.js.map +1 -1
- package/elements/oj-slider/OjSlider.ts +1 -1
- package/elements/oj-slider/index.js +2 -2
- package/elements/oj-slider/index.js.map +1 -1
- package/elements/oj-slider/index.ts +2 -2
- package/elements/oj-spark-chart/OjSparkChart.js +1 -1
- package/elements/oj-spark-chart/OjSparkChart.ts +1 -1
- package/elements/oj-spark-chart/index.js +2 -2
- package/elements/oj-spark-chart/index.js.map +1 -1
- package/elements/oj-spark-chart/index.ts +2 -2
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js +1 -1
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +1 -1
- package/elements/oj-status-meter-gauge/index.js +2 -2
- package/elements/oj-status-meter-gauge/index.js.map +1 -1
- package/elements/oj-status-meter-gauge/index.ts +2 -2
- package/elements/oj-stream-list/OjStreamList.js +1 -1
- package/elements/oj-stream-list/OjStreamList.ts +1 -1
- package/elements/oj-stream-list/index.js +2 -2
- package/elements/oj-stream-list/index.js.map +1 -1
- package/elements/oj-stream-list/index.ts +2 -2
- package/elements/oj-sunburst/OjSunburst.js +1 -1
- package/elements/oj-sunburst/OjSunburst.ts +1 -1
- package/elements/oj-sunburst/index.js +2 -2
- package/elements/oj-sunburst/index.js.map +1 -1
- package/elements/oj-sunburst/index.ts +2 -2
- package/elements/oj-swipe-actions/OjSwipeActions.js +1 -1
- package/elements/oj-swipe-actions/OjSwipeActions.ts +1 -1
- package/elements/oj-swipe-actions/index.js +2 -2
- package/elements/oj-swipe-actions/index.js.map +1 -1
- package/elements/oj-swipe-actions/index.ts +2 -2
- package/elements/oj-switch/OjSwitch.js +1 -1
- package/elements/oj-switch/OjSwitch.js.map +1 -1
- package/elements/oj-switch/OjSwitch.ts +1 -1
- package/elements/oj-switch/index.js +2 -2
- package/elements/oj-switch/index.js.map +1 -1
- package/elements/oj-switch/index.ts +2 -2
- package/elements/oj-tab-bar/OjTabBar.js +1 -1
- package/elements/oj-tab-bar/OjTabBar.ts +1 -1
- package/elements/oj-tab-bar/index.js +2 -2
- package/elements/oj-tab-bar/index.js.map +1 -1
- package/elements/oj-tab-bar/index.ts +2 -2
- package/elements/oj-table/OjTable.js +50 -1
- package/elements/oj-table/OjTable.js.map +1 -1
- package/elements/oj-table/OjTable.ts +56 -1
- package/elements/oj-table/OjTableBase.ts +2 -1
- package/elements/oj-table/index.js +2 -2
- package/elements/oj-table/index.js.map +1 -1
- package/elements/oj-table/index.ts +2 -2
- package/elements/oj-tag-cloud/OjTagCloud.js +1 -1
- package/elements/oj-tag-cloud/OjTagCloud.ts +1 -1
- package/elements/oj-tag-cloud/index.js +2 -2
- package/elements/oj-tag-cloud/index.js.map +1 -1
- package/elements/oj-tag-cloud/index.ts +2 -2
- package/elements/oj-text-area/OjTextArea.js +1 -1
- package/elements/oj-text-area/OjTextArea.ts +1 -1
- package/elements/oj-text-area/index.js +2 -2
- package/elements/oj-text-area/index.js.map +1 -1
- package/elements/oj-text-area/index.ts +2 -2
- package/elements/oj-thematic-map/OjThematicMap.js +1 -1
- package/elements/oj-thematic-map/OjThematicMap.ts +1 -1
- package/elements/oj-thematic-map/index.js +2 -2
- package/elements/oj-thematic-map/index.js.map +1 -1
- package/elements/oj-thematic-map/index.ts +2 -2
- package/elements/oj-time-axis/OjTimeAxis.js +1 -1
- package/elements/oj-time-axis/OjTimeAxis.ts +1 -1
- package/elements/oj-time-axis/index.js +2 -2
- package/elements/oj-time-axis/index.js.map +1 -1
- package/elements/oj-time-axis/index.ts +2 -2
- package/elements/oj-timeline/OjTimeline.js +1 -1
- package/elements/oj-timeline/OjTimeline.ts +1 -1
- package/elements/oj-timeline/index.js +2 -2
- package/elements/oj-timeline/index.js.map +1 -1
- package/elements/oj-timeline/index.ts +2 -2
- package/elements/oj-train/OjTrain.js +1 -1
- package/elements/oj-train/OjTrain.ts +1 -1
- package/elements/oj-train/index.js +2 -2
- package/elements/oj-train/index.js.map +1 -1
- package/elements/oj-train/index.ts +2 -2
- package/elements/oj-tree-view/OjTreeView.js +1 -1
- package/elements/oj-tree-view/OjTreeView.js.map +1 -1
- package/elements/oj-tree-view/OjTreeView.ts +1 -1
- package/elements/oj-tree-view/index.js +2 -2
- package/elements/oj-tree-view/index.js.map +1 -1
- package/elements/oj-tree-view/index.ts +2 -2
- package/elements/oj-treemap/OjTreemap.js +1 -1
- package/elements/oj-treemap/OjTreemap.ts +1 -1
- package/elements/oj-treemap/index.js +2 -2
- package/elements/oj-treemap/index.js.map +1 -1
- package/elements/oj-treemap/index.ts +2 -2
- package/elements/oj-waterfall-layout/OjWaterfallLayout.js +1 -1
- package/elements/oj-waterfall-layout/OjWaterfallLayout.ts +1 -1
- package/elements/oj-waterfall-layout/index.js +2 -2
- package/elements/oj-waterfall-layout/index.js.map +1 -1
- package/elements/oj-waterfall-layout/index.ts +2 -2
- package/index.js.map +1 -1
- package/lib/OjFetch.js.map +1 -1
- package/lib/ScreenshotManager.js.map +1 -1
- package/lib/busy-context-utils.js.map +1 -1
- package/lib/driver-manager.js.map +1 -1
- package/lib/driver-override.js.map +1 -1
- package/lib/input-utils.js.map +1 -1
- package/lib/slot-proxy.js +2 -0
- package/lib/slot-proxy.js.map +1 -1
- package/lib/slot-proxy.ts +2 -0
- package/lib/stale-element.js.map +1 -1
- package/package.json +10 -9
- package/tsconfig.json +10 -2
- package/wdtsdoc/assets/main.js +4 -3
- package/wdtsdoc/assets/navigation.js +1 -0
- package/wdtsdoc/assets/search.js +1 -1
- package/wdtsdoc/assets/style.css +32 -14
- package/wdtsdoc/classes/elements.OjAccordion.html +86 -762
- package/wdtsdoc/classes/elements.OjActionCard.html +76 -718
- package/wdtsdoc/classes/elements.OjButton.html +94 -788
- package/wdtsdoc/classes/elements.OjButtonsetMany.html +101 -822
- package/wdtsdoc/classes/elements.OjButtonsetOne.html +101 -822
- package/wdtsdoc/classes/elements.OjChart.html +252 -1460
- package/wdtsdoc/classes/elements.OjCheckboxset.html +136 -964
- package/wdtsdoc/classes/elements.OjCollapsible.html +95 -797
- package/wdtsdoc/classes/elements.OjColorPalette.html +131 -948
- package/wdtsdoc/classes/elements.OjColorSpectrum.html +122 -912
- package/wdtsdoc/classes/elements.OjComboboxMany.html +166 -1088
- package/wdtsdoc/classes/elements.OjComboboxOne.html +169 -1101
- package/wdtsdoc/classes/elements.OjConveyorBelt.html +104 -857
- package/wdtsdoc/classes/elements.OjDataGrid.html +195 -1155
- package/wdtsdoc/classes/elements.OjDatePicker.html +174 -1112
- package/wdtsdoc/classes/elements.OjDateTimePicker.html +177 -1124
- package/wdtsdoc/classes/elements.OjDiagram.html +199 -1216
- package/wdtsdoc/classes/elements.OjDialog.html +100 -814
- package/wdtsdoc/classes/elements.OjDrawerLayout.html +101 -834
- package/wdtsdoc/classes/elements.OjDrawerPopup.html +91 -778
- package/wdtsdoc/classes/elements.OjFilePicker.html +99 -811
- package/wdtsdoc/classes/elements.OjFilmStrip.html +98 -810
- package/wdtsdoc/classes/elements.OjGantt.html +174 -1118
- package/wdtsdoc/classes/elements.OjIndexer.html +81 -734
- package/wdtsdoc/classes/elements.OjInputDate.html +176 -1122
- package/wdtsdoc/classes/elements.OjInputDateTime.html +179 -1134
- package/wdtsdoc/classes/elements.OjInputNumber.html +166 -1084
- package/wdtsdoc/classes/elements.OjInputPassword.html +151 -1024
- package/wdtsdoc/classes/elements.OjInputSearch.html +92 -791
- package/wdtsdoc/classes/elements.OjInputText.html +164 -1074
- package/wdtsdoc/classes/elements.OjInputTime.html +170 -1098
- package/wdtsdoc/classes/elements.OjLabel.html +89 -768
- package/wdtsdoc/classes/elements.OjLedGauge.html +133 -946
- package/wdtsdoc/classes/elements.OjLegend.html +149 -1010
- package/wdtsdoc/classes/elements.OjListView.html +147 -1037
- package/wdtsdoc/classes/elements.OjMasonryLayout.html +80 -732
- package/wdtsdoc/classes/elements.OjMenu.html +93 -797
- package/wdtsdoc/classes/elements.OjMenuButton.html +91 -778
- package/wdtsdoc/classes/elements.OjMessage.html +85 -754
- package/wdtsdoc/classes/elements.OjMessageBanner.html +89 -787
- package/wdtsdoc/classes/elements.OjNBox.html +180 -1160
- package/wdtsdoc/classes/elements.OjNavigationList.html +129 -976
- package/wdtsdoc/classes/elements.OjPagingControl.html +101 -814
- package/wdtsdoc/classes/elements.OjPictoChart.html +150 -1028
- package/wdtsdoc/classes/elements.OjPopup.html +95 -792
- package/wdtsdoc/classes/elements.OjProgress.html +89 -774
- package/wdtsdoc/classes/elements.OjProgressList.html +78 -722
- package/wdtsdoc/classes/elements.OjRadioset.html +136 -964
- package/wdtsdoc/classes/elements.OjRatingGauge.html +151 -1018
- package/wdtsdoc/classes/elements.OjRefresher.html +86 -756
- package/wdtsdoc/classes/elements.OjRowExpander.html +88 -766
- package/wdtsdoc/classes/elements.OjSelectMany.html +157 -1052
- package/wdtsdoc/classes/elements.OjSelectOne.html +157 -1052
- package/wdtsdoc/classes/elements.OjSelectSingle.html +145 -1004
- package/wdtsdoc/classes/elements.OjSelector.html +94 -793
- package/wdtsdoc/classes/elements.OjSlider.html +137 -972
- package/wdtsdoc/classes/elements.OjSparkChart.html +159 -1046
- package/wdtsdoc/classes/elements.OjStatusMeterGauge.html +182 -1134
- package/wdtsdoc/classes/elements.OjStreamList.html +94 -836
- package/wdtsdoc/classes/elements.OjSunburst.html +171 -1118
- package/wdtsdoc/classes/elements.OjSwipeActions.html +80 -737
- package/wdtsdoc/classes/elements.OjSwitch.html +122 -912
- package/wdtsdoc/classes/elements.OjTabBar.html +118 -892
- package/wdtsdoc/classes/elements.OjTable.html +193 -1252
- package/wdtsdoc/classes/elements.OjTagCloud.html +133 -958
- package/wdtsdoc/classes/elements.OjTextArea.html +163 -1072
- package/wdtsdoc/classes/elements.OjThematicMap.html +177 -1136
- package/wdtsdoc/classes/elements.OjTimeAxis.html +92 -780
- package/wdtsdoc/classes/elements.OjTimeline.html +143 -990
- package/wdtsdoc/classes/elements.OjTrain.html +86 -762
- package/wdtsdoc/classes/elements.OjTreeView.html +117 -948
- package/wdtsdoc/classes/elements.OjTreemap.html +177 -1142
- package/wdtsdoc/classes/elements.OjWaterfallLayout.html +86 -762
- package/wdtsdoc/classes/elements.OjWebElement.html +73 -701
- package/wdtsdoc/classes/index.DriverManager.html +24 -350
- package/wdtsdoc/classes/index.Expectation.html +63 -889
- package/wdtsdoc/functions/elements.ojAccordion-1.html +6 -230
- package/wdtsdoc/functions/elements.ojActionCard-1.html +6 -230
- package/wdtsdoc/functions/elements.ojButton-1.html +6 -230
- package/wdtsdoc/functions/elements.ojButtonsetMany-1.html +6 -230
- package/wdtsdoc/functions/elements.ojButtonsetOne-1.html +6 -230
- package/wdtsdoc/functions/elements.ojChart-1.html +6 -230
- package/wdtsdoc/functions/elements.ojCheckboxset-1.html +6 -230
- package/wdtsdoc/functions/elements.ojCollapsible-1.html +6 -230
- package/wdtsdoc/functions/elements.ojColorPalette-1.html +6 -230
- package/wdtsdoc/functions/elements.ojColorSpectrum-1.html +6 -230
- package/wdtsdoc/functions/elements.ojComboboxMany-1.html +6 -230
- package/wdtsdoc/functions/elements.ojComboboxOne-1.html +6 -230
- package/wdtsdoc/functions/elements.ojConveyorBelt-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDataGrid-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDatePicker-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDateTimePicker-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDiagram-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDialog-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDrawerLayout-1.html +6 -230
- package/wdtsdoc/functions/elements.ojDrawerPopup-1.html +6 -230
- package/wdtsdoc/functions/elements.ojFilePicker-1.html +6 -230
- package/wdtsdoc/functions/elements.ojFilmStrip-1.html +6 -230
- package/wdtsdoc/functions/elements.ojGantt-1.html +6 -230
- package/wdtsdoc/functions/elements.ojIndexer-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputDate-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputDateTime-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputNumber-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputPassword-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputSearch-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputText-1.html +6 -230
- package/wdtsdoc/functions/elements.ojInputTime-1.html +6 -230
- package/wdtsdoc/functions/elements.ojLabel-1.html +6 -230
- package/wdtsdoc/functions/elements.ojLedGauge-1.html +6 -230
- package/wdtsdoc/functions/elements.ojLegend-1.html +6 -230
- package/wdtsdoc/functions/elements.ojListView-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMasonryLayout-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMenu-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMenuButton-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMessage-1.html +6 -230
- package/wdtsdoc/functions/elements.ojMessageBanner-1.html +6 -230
- package/wdtsdoc/functions/elements.ojNBox-1.html +6 -230
- package/wdtsdoc/functions/elements.ojNavigationList-1.html +6 -230
- package/wdtsdoc/functions/elements.ojPagingControl-1.html +6 -230
- package/wdtsdoc/functions/elements.ojPictoChart-1.html +6 -230
- package/wdtsdoc/functions/elements.ojPopup-1.html +6 -230
- package/wdtsdoc/functions/elements.ojProgress-1.html +6 -230
- package/wdtsdoc/functions/elements.ojProgressList-1.html +6 -230
- package/wdtsdoc/functions/elements.ojRadioset-1.html +6 -230
- package/wdtsdoc/functions/elements.ojRatingGauge-1.html +6 -230
- package/wdtsdoc/functions/elements.ojRefresher-1.html +6 -230
- package/wdtsdoc/functions/elements.ojRowExpander-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSelectMany-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSelectOne-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSelectSingle-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSelector-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSlider-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSparkChart-1.html +6 -230
- package/wdtsdoc/functions/elements.ojStatusMeterGauge-1.html +6 -230
- package/wdtsdoc/functions/elements.ojStreamList-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSunburst-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSwipeActions-1.html +6 -230
- package/wdtsdoc/functions/elements.ojSwitch-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTabBar-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTable-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTagCloud-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTextArea-1.html +6 -230
- package/wdtsdoc/functions/elements.ojThematicMap-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTimeAxis-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTimeline-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTrain-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTreeView-1.html +6 -230
- package/wdtsdoc/functions/elements.ojTreemap-1.html +6 -230
- package/wdtsdoc/functions/elements.ojWaterfallLayout-1.html +6 -230
- package/wdtsdoc/functions/elements.ojWebElement-1.html +4 -227
- package/wdtsdoc/functions/index.ScreenshotManager.create.html +3 -224
- package/wdtsdoc/functions/index.ScreenshotManager.get.html +3 -218
- package/wdtsdoc/functions/index.ScreenshotManager.set.html +3 -224
- package/wdtsdoc/functions/index.fetchKeyByFilter.html +9 -254
- package/wdtsdoc/functions/index.register.html +4 -240
- package/wdtsdoc/functions/index.slotProxy-1.html +5 -228
- package/wdtsdoc/index.html +2 -222
- package/wdtsdoc/interfaces/index.DriverLike.html +8 -270
- package/wdtsdoc/interfaces/index.SlotProxy.html +13 -285
- package/wdtsdoc/modules/elements.html +149 -367
- package/wdtsdoc/modules/index.ScreenshotManager.html +4 -218
- package/wdtsdoc/modules/index.html +10 -237
- package/wdtsdoc/variables/index.default.html +20 -330
|
@@ -5,7 +5,7 @@ const __1 = require("../../");
|
|
|
5
5
|
const OjNavigationList_1 = require("./OjNavigationList");
|
|
6
6
|
Object.defineProperty(exports, "OjNavigationList", { enumerable: true, get: function () { return OjNavigationList_1.OjNavigationList; } });
|
|
7
7
|
/**
|
|
8
|
-
* Retrieve an instance of [
|
|
8
|
+
* Retrieve an instance of [OjNavigationList](../classes/elements.OjNavigationList.html).
|
|
9
9
|
* @example
|
|
10
10
|
* ```javascript
|
|
11
11
|
* import { ojNavigationList } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -22,7 +22,7 @@ async function ojNavigationList(driver, by) {
|
|
|
22
22
|
if (!(webEl instanceof OjNavigationList_1.OjNavigationList)) {
|
|
23
23
|
const tagName = await webEl.getTagName();
|
|
24
24
|
let supplemental = '';
|
|
25
|
-
if (
|
|
25
|
+
if (webEl.constructor.name === 'OjNavigationList') {
|
|
26
26
|
supplemental = 'You likely have multiple installations of this package.';
|
|
27
27
|
}
|
|
28
28
|
throw Error(`ojNavigationList(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${OjNavigationList_1.OjNavigationList.name}. ${supplemental}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-navigation-list/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,yDAAsD;AAC7C,iGADA,mCAAgB,OACA;AAEzB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,gBAAgB,CAAC,MAAkB,EAAE,EAAM;IAC/D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,qDAAqD;IACrD,IAAI,CAAC,CAAC,KAAK,YAAY,mCAAgB,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-navigation-list/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,yDAAsD;AAC7C,iGADA,mCAAgB,OACA;AAEzB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,gBAAgB,CAAC,MAAkB,EAAE,EAAM;IAC/D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,qDAAqD;IACrD,IAAI,CAAC,CAAC,KAAK,YAAY,mCAAgB,CAAC,EAAE,CAAC;QACzC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,kBAAkB,EAAE,CAAC;YAClD,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,oBAAoB,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,mCAAgB,CAAC,IAAI,KAAK,YAAY,EAAE,CACrI,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,4CAcC;AAED,IAAA,YAAQ,EAAC,oBAAoB,EAAE,mCAAgB,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { OjNavigationList } from './OjNavigationList';
|
|
|
4
4
|
export { OjNavigationList };
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Retrieve an instance of [
|
|
7
|
+
* Retrieve an instance of [OjNavigationList](../classes/elements.OjNavigationList.html).
|
|
8
8
|
* @example
|
|
9
9
|
* ```javascript
|
|
10
10
|
* import { ojNavigationList } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -21,7 +21,7 @@ export async function ojNavigationList(driver: DriverLike, by: By): Promise<OjNa
|
|
|
21
21
|
if (!(webEl instanceof OjNavigationList)) {
|
|
22
22
|
const tagName = await webEl.getTagName();
|
|
23
23
|
let supplemental = '';
|
|
24
|
-
if (
|
|
24
|
+
if (webEl.constructor.name === 'OjNavigationList') {
|
|
25
25
|
supplemental = 'You likely have multiple installations of this package.';
|
|
26
26
|
}
|
|
27
27
|
throw Error(
|
|
@@ -5,7 +5,7 @@ const OjPagingControlBase_1 = require("./OjPagingControlBase");
|
|
|
5
5
|
/**
|
|
6
6
|
* The component WebElement for [oj-paging-control](../../jsdocs/oj.ojPagingControl.html).
|
|
7
7
|
* Do not instantiate this class directly, instead, use
|
|
8
|
-
* [ojPagingControl](../
|
|
8
|
+
* [ojPagingControl](../functions/elements.ojPagingControl-1.html).
|
|
9
9
|
*/
|
|
10
10
|
class OjPagingControl extends OjPagingControlBase_1.OjPagingControlBase {
|
|
11
11
|
/**
|
|
@@ -3,7 +3,7 @@ import { OjPagingControlBase } from './OjPagingControlBase';
|
|
|
3
3
|
/**
|
|
4
4
|
* The component WebElement for [oj-paging-control](../../jsdocs/oj.ojPagingControl.html).
|
|
5
5
|
* Do not instantiate this class directly, instead, use
|
|
6
|
-
* [ojPagingControl](../
|
|
6
|
+
* [ojPagingControl](../functions/elements.ojPagingControl-1.html).
|
|
7
7
|
*/
|
|
8
8
|
export class OjPagingControl extends OjPagingControlBase {
|
|
9
9
|
/**
|
|
@@ -5,7 +5,7 @@ const __1 = require("../../");
|
|
|
5
5
|
const OjPagingControl_1 = require("./OjPagingControl");
|
|
6
6
|
Object.defineProperty(exports, "OjPagingControl", { enumerable: true, get: function () { return OjPagingControl_1.OjPagingControl; } });
|
|
7
7
|
/**
|
|
8
|
-
* Retrieve an instance of [
|
|
8
|
+
* Retrieve an instance of [OjPagingControl](../classes/elements.OjPagingControl.html).
|
|
9
9
|
* @example
|
|
10
10
|
* ```javascript
|
|
11
11
|
* import { ojPagingControl } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -22,7 +22,7 @@ async function ojPagingControl(driver, by) {
|
|
|
22
22
|
if (!(webEl instanceof OjPagingControl_1.OjPagingControl)) {
|
|
23
23
|
const tagName = await webEl.getTagName();
|
|
24
24
|
let supplemental = '';
|
|
25
|
-
if (
|
|
25
|
+
if (webEl.constructor.name === 'OjPagingControl') {
|
|
26
26
|
supplemental = 'You likely have multiple installations of this package.';
|
|
27
27
|
}
|
|
28
28
|
throw Error(`ojPagingControl(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${OjPagingControl_1.OjPagingControl.name}. ${supplemental}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-paging-control/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,uDAAoD;AAC3C,gGADA,iCAAe,OACA;AAExB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,eAAe,CAAC,MAAkB,EAAE,EAAM;IAC9D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,oDAAoD;IACpD,IAAI,CAAC,CAAC,KAAK,YAAY,iCAAe,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-paging-control/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,uDAAoD;AAC3C,gGADA,iCAAe,OACA;AAExB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,eAAe,CAAC,MAAkB,EAAE,EAAM;IAC9D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,oDAAoD;IACpD,IAAI,CAAC,CAAC,KAAK,YAAY,iCAAe,CAAC,EAAE,CAAC;QACxC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,iBAAiB,EAAE,CAAC;YACjD,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,mBAAmB,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,iCAAe,CAAC,IAAI,KAAK,YAAY,EAAE,CACnI,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,0CAcC;AAED,IAAA,YAAQ,EAAC,mBAAmB,EAAE,iCAAe,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { OjPagingControl } from './OjPagingControl';
|
|
|
4
4
|
export { OjPagingControl };
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Retrieve an instance of [
|
|
7
|
+
* Retrieve an instance of [OjPagingControl](../classes/elements.OjPagingControl.html).
|
|
8
8
|
* @example
|
|
9
9
|
* ```javascript
|
|
10
10
|
* import { ojPagingControl } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -21,7 +21,7 @@ export async function ojPagingControl(driver: DriverLike, by: By): Promise<OjPag
|
|
|
21
21
|
if (!(webEl instanceof OjPagingControl)) {
|
|
22
22
|
const tagName = await webEl.getTagName();
|
|
23
23
|
let supplemental = '';
|
|
24
|
-
if (
|
|
24
|
+
if (webEl.constructor.name === 'OjPagingControl') {
|
|
25
25
|
supplemental = 'You likely have multiple installations of this package.';
|
|
26
26
|
}
|
|
27
27
|
throw Error(
|
|
@@ -5,7 +5,7 @@ const OjPictoChartBase_1 = require("./OjPictoChartBase");
|
|
|
5
5
|
/**
|
|
6
6
|
* The component WebElement for [oj-picto-chart](../../jsdocs/oj.ojPictoChart.html).
|
|
7
7
|
* Do not instantiate this class directly, instead, use
|
|
8
|
-
* [ojPictoChart](../
|
|
8
|
+
* [ojPictoChart](../functions/elements.ojPictoChart-1.html).
|
|
9
9
|
*/
|
|
10
10
|
class OjPictoChart extends OjPictoChartBase_1.OjPictoChartBase {
|
|
11
11
|
}
|
|
@@ -3,7 +3,7 @@ import { OjPictoChartBase } from './OjPictoChartBase';
|
|
|
3
3
|
/**
|
|
4
4
|
* The component WebElement for [oj-picto-chart](../../jsdocs/oj.ojPictoChart.html).
|
|
5
5
|
* Do not instantiate this class directly, instead, use
|
|
6
|
-
* [ojPictoChart](../
|
|
6
|
+
* [ojPictoChart](../functions/elements.ojPictoChart-1.html).
|
|
7
7
|
*/
|
|
8
8
|
export class OjPictoChart extends OjPictoChartBase {
|
|
9
9
|
// Put overrides here
|
|
@@ -5,7 +5,7 @@ const __1 = require("../../");
|
|
|
5
5
|
const OjPictoChart_1 = require("./OjPictoChart");
|
|
6
6
|
Object.defineProperty(exports, "OjPictoChart", { enumerable: true, get: function () { return OjPictoChart_1.OjPictoChart; } });
|
|
7
7
|
/**
|
|
8
|
-
* Retrieve an instance of [
|
|
8
|
+
* Retrieve an instance of [OjPictoChart](../classes/elements.OjPictoChart.html).
|
|
9
9
|
* @example
|
|
10
10
|
* ```javascript
|
|
11
11
|
* import { ojPictoChart } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -22,7 +22,7 @@ async function ojPictoChart(driver, by) {
|
|
|
22
22
|
if (!(webEl instanceof OjPictoChart_1.OjPictoChart)) {
|
|
23
23
|
const tagName = await webEl.getTagName();
|
|
24
24
|
let supplemental = '';
|
|
25
|
-
if (
|
|
25
|
+
if (webEl.constructor.name === 'OjPictoChart') {
|
|
26
26
|
supplemental = 'You likely have multiple installations of this package.';
|
|
27
27
|
}
|
|
28
28
|
throw Error(`ojPictoChart(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${OjPictoChart_1.OjPictoChart.name}. ${supplemental}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-picto-chart/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,iDAA8C;AACrC,6FADA,2BAAY,OACA;AAErB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,YAAY,CAAC,MAAkB,EAAE,EAAM;IAC3D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,iDAAiD;IACjD,IAAI,CAAC,CAAC,KAAK,YAAY,2BAAY,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-picto-chart/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,iDAA8C;AACrC,6FADA,2BAAY,OACA;AAErB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,YAAY,CAAC,MAAkB,EAAE,EAAM;IAC3D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,iDAAiD;IACjD,IAAI,CAAC,CAAC,KAAK,YAAY,2BAAY,CAAC,EAAE,CAAC;QACrC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,cAAc,EAAE,CAAC;YAC9C,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,gBAAgB,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,2BAAY,CAAC,IAAI,KAAK,YAAY,EAAE,CAC7H,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,oCAcC;AAED,IAAA,YAAQ,EAAC,gBAAgB,EAAE,2BAAY,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { OjPictoChart } from './OjPictoChart';
|
|
|
4
4
|
export { OjPictoChart };
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Retrieve an instance of [
|
|
7
|
+
* Retrieve an instance of [OjPictoChart](../classes/elements.OjPictoChart.html).
|
|
8
8
|
* @example
|
|
9
9
|
* ```javascript
|
|
10
10
|
* import { ojPictoChart } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -21,7 +21,7 @@ export async function ojPictoChart(driver: DriverLike, by: By): Promise<OjPictoC
|
|
|
21
21
|
if (!(webEl instanceof OjPictoChart)) {
|
|
22
22
|
const tagName = await webEl.getTagName();
|
|
23
23
|
let supplemental = '';
|
|
24
|
-
if (
|
|
24
|
+
if (webEl.constructor.name === 'OjPictoChart') {
|
|
25
25
|
supplemental = 'You likely have multiple installations of this package.';
|
|
26
26
|
}
|
|
27
27
|
throw Error(
|
|
@@ -5,7 +5,7 @@ const OjPopupBase_1 = require("./OjPopupBase");
|
|
|
5
5
|
/**
|
|
6
6
|
* The component WebElement for [oj-popup](../../jsdocs/oj.ojPopup.html).
|
|
7
7
|
* Do not instantiate this class directly, instead, use
|
|
8
|
-
* [ojPopup](../
|
|
8
|
+
* [ojPopup](../functions/elements.ojPopup-1.html).
|
|
9
9
|
*/
|
|
10
10
|
class OjPopup extends OjPopupBase_1.OjPopupBase {
|
|
11
11
|
}
|
|
@@ -3,6 +3,6 @@ import { OjPopupBase } from './OjPopupBase';
|
|
|
3
3
|
/**
|
|
4
4
|
* The component WebElement for [oj-popup](../../jsdocs/oj.ojPopup.html).
|
|
5
5
|
* Do not instantiate this class directly, instead, use
|
|
6
|
-
* [ojPopup](../
|
|
6
|
+
* [ojPopup](../functions/elements.ojPopup-1.html).
|
|
7
7
|
*/
|
|
8
8
|
export class OjPopup extends OjPopupBase {}
|
|
@@ -5,7 +5,7 @@ const __1 = require("../../");
|
|
|
5
5
|
const OjPopup_1 = require("./OjPopup");
|
|
6
6
|
Object.defineProperty(exports, "OjPopup", { enumerable: true, get: function () { return OjPopup_1.OjPopup; } });
|
|
7
7
|
/**
|
|
8
|
-
* Retrieve an instance of [
|
|
8
|
+
* Retrieve an instance of [OjPopup](../classes/elements.OjPopup.html).
|
|
9
9
|
* @example
|
|
10
10
|
* ```javascript
|
|
11
11
|
* import { ojPopup } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -22,7 +22,7 @@ async function ojPopup(driver, by) {
|
|
|
22
22
|
if (!(webEl instanceof OjPopup_1.OjPopup)) {
|
|
23
23
|
const tagName = await webEl.getTagName();
|
|
24
24
|
let supplemental = '';
|
|
25
|
-
if (
|
|
25
|
+
if (webEl.constructor.name === 'OjPopup') {
|
|
26
26
|
supplemental = 'You likely have multiple installations of this package.';
|
|
27
27
|
}
|
|
28
28
|
throw Error(`ojPopup(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${OjPopup_1.OjPopup.name}. ${supplemental}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-popup/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,uCAAoC;AAC3B,wFADA,iBAAO,OACA;AAEhB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,OAAO,CAAC,MAAkB,EAAE,EAAM;IACtD,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,4CAA4C;IAC5C,IAAI,CAAC,CAAC,KAAK,YAAY,iBAAO,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-popup/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,uCAAoC;AAC3B,wFADA,iBAAO,OACA;AAEhB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,OAAO,CAAC,MAAkB,EAAE,EAAM;IACtD,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,4CAA4C;IAC5C,IAAI,CAAC,CAAC,KAAK,YAAY,iBAAO,CAAC,EAAE,CAAC;QAChC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;YACzC,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,WAAW,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,iBAAO,CAAC,IAAI,KAAK,YAAY,EAAE,CACnH,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,0BAcC;AAED,IAAA,YAAQ,EAAC,UAAU,EAAE,iBAAO,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { OjPopup } from './OjPopup';
|
|
|
4
4
|
export { OjPopup };
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Retrieve an instance of [
|
|
7
|
+
* Retrieve an instance of [OjPopup](../classes/elements.OjPopup.html).
|
|
8
8
|
* @example
|
|
9
9
|
* ```javascript
|
|
10
10
|
* import { ojPopup } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -21,7 +21,7 @@ export async function ojPopup(driver: DriverLike, by: By): Promise<OjPopup> {
|
|
|
21
21
|
if (!(webEl instanceof OjPopup)) {
|
|
22
22
|
const tagName = await webEl.getTagName();
|
|
23
23
|
let supplemental = '';
|
|
24
|
-
if (
|
|
24
|
+
if (webEl.constructor.name === 'OjPopup') {
|
|
25
25
|
supplemental = 'You likely have multiple installations of this package.';
|
|
26
26
|
}
|
|
27
27
|
throw Error(
|
|
@@ -5,7 +5,7 @@ const OjProgressBase_1 = require("./OjProgressBase");
|
|
|
5
5
|
/**
|
|
6
6
|
* The component WebElement for [oj-progress](../../jsdocs/oj.ojProgress.html).
|
|
7
7
|
* Do not instantiate this class directly, instead, use
|
|
8
|
-
* [ojProgress](../
|
|
8
|
+
* [ojProgress](../functions/elements.ojProgress-1.html).
|
|
9
9
|
*/
|
|
10
10
|
class OjProgress extends OjProgressBase_1.OjProgressBase {
|
|
11
11
|
}
|
|
@@ -3,7 +3,7 @@ import { OjProgressBase } from './OjProgressBase';
|
|
|
3
3
|
/**
|
|
4
4
|
* The component WebElement for [oj-progress](../../jsdocs/oj.ojProgress.html).
|
|
5
5
|
* Do not instantiate this class directly, instead, use
|
|
6
|
-
* [ojProgress](../
|
|
6
|
+
* [ojProgress](../functions/elements.ojProgress-1.html).
|
|
7
7
|
*/
|
|
8
8
|
export class OjProgress extends OjProgressBase {
|
|
9
9
|
// Put overrides here
|
|
@@ -5,7 +5,7 @@ const __1 = require("../../");
|
|
|
5
5
|
const OjProgress_1 = require("./OjProgress");
|
|
6
6
|
Object.defineProperty(exports, "OjProgress", { enumerable: true, get: function () { return OjProgress_1.OjProgress; } });
|
|
7
7
|
/**
|
|
8
|
-
* Retrieve an instance of [
|
|
8
|
+
* Retrieve an instance of [OjProgress](../classes/elements.OjProgress.html).
|
|
9
9
|
* @example
|
|
10
10
|
* ```javascript
|
|
11
11
|
* import { ojProgress } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -22,7 +22,7 @@ async function ojProgress(driver, by) {
|
|
|
22
22
|
if (!(webEl instanceof OjProgress_1.OjProgress)) {
|
|
23
23
|
const tagName = await webEl.getTagName();
|
|
24
24
|
let supplemental = '';
|
|
25
|
-
if (
|
|
25
|
+
if (webEl.constructor.name === 'OjProgress') {
|
|
26
26
|
supplemental = 'You likely have multiple installations of this package.';
|
|
27
27
|
}
|
|
28
28
|
throw Error(`ojProgress(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${OjProgress_1.OjProgress.name}. ${supplemental}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-progress/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,6CAA0C;AACjC,2FADA,uBAAU,OACA;AAEnB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,UAAU,CAAC,MAAkB,EAAE,EAAM;IACzD,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,+CAA+C;IAC/C,IAAI,CAAC,CAAC,KAAK,YAAY,uBAAU,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-progress/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,6CAA0C;AACjC,2FADA,uBAAU,OACA;AAEnB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,UAAU,CAAC,MAAkB,EAAE,EAAM;IACzD,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,+CAA+C;IAC/C,IAAI,CAAC,CAAC,KAAK,YAAY,uBAAU,CAAC,EAAE,CAAC;QACnC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,YAAY,EAAE,CAAC;YAC5C,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,cAAc,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,uBAAU,CAAC,IAAI,KAAK,YAAY,EAAE,CACzH,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,gCAcC;AAED,IAAA,YAAQ,EAAC,aAAa,EAAE,uBAAU,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { OjProgress } from './OjProgress';
|
|
|
4
4
|
export { OjProgress };
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Retrieve an instance of [
|
|
7
|
+
* Retrieve an instance of [OjProgress](../classes/elements.OjProgress.html).
|
|
8
8
|
* @example
|
|
9
9
|
* ```javascript
|
|
10
10
|
* import { ojProgress } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -21,7 +21,7 @@ export async function ojProgress(driver: DriverLike, by: By): Promise<OjProgress
|
|
|
21
21
|
if (!(webEl instanceof OjProgress)) {
|
|
22
22
|
const tagName = await webEl.getTagName();
|
|
23
23
|
let supplemental = '';
|
|
24
|
-
if (
|
|
24
|
+
if (webEl.constructor.name === 'OjProgress') {
|
|
25
25
|
supplemental = 'You likely have multiple installations of this package.';
|
|
26
26
|
}
|
|
27
27
|
throw Error(
|
|
@@ -5,7 +5,7 @@ const OjProgressListBase_1 = require("./OjProgressListBase");
|
|
|
5
5
|
/**
|
|
6
6
|
* The component WebElement for [oj-progress-list](../../jsdocs/oj.ojProgressList.html).
|
|
7
7
|
* Do not instantiate this class directly, instead, use
|
|
8
|
-
* [ojProgressList](../
|
|
8
|
+
* [ojProgressList](../functions/elements.ojProgressList-1.html).
|
|
9
9
|
*/
|
|
10
10
|
class OjProgressList extends OjProgressListBase_1.OjProgressListBase {
|
|
11
11
|
}
|
|
@@ -3,7 +3,7 @@ import { OjProgressListBase } from './OjProgressListBase';
|
|
|
3
3
|
/**
|
|
4
4
|
* The component WebElement for [oj-progress-list](../../jsdocs/oj.ojProgressList.html).
|
|
5
5
|
* Do not instantiate this class directly, instead, use
|
|
6
|
-
* [ojProgressList](../
|
|
6
|
+
* [ojProgressList](../functions/elements.ojProgressList-1.html).
|
|
7
7
|
*/
|
|
8
8
|
export class OjProgressList extends OjProgressListBase {
|
|
9
9
|
// Put overrides here
|
|
@@ -5,7 +5,7 @@ const __1 = require("../../");
|
|
|
5
5
|
const OjProgressList_1 = require("./OjProgressList");
|
|
6
6
|
Object.defineProperty(exports, "OjProgressList", { enumerable: true, get: function () { return OjProgressList_1.OjProgressList; } });
|
|
7
7
|
/**
|
|
8
|
-
* Retrieve an instance of [
|
|
8
|
+
* Retrieve an instance of [OjProgressList](../classes/elements.OjProgressList.html).
|
|
9
9
|
* @example
|
|
10
10
|
* ```javascript
|
|
11
11
|
* import { ojProgressList } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -22,7 +22,7 @@ async function ojProgressList(driver, by) {
|
|
|
22
22
|
if (!(webEl instanceof OjProgressList_1.OjProgressList)) {
|
|
23
23
|
const tagName = await webEl.getTagName();
|
|
24
24
|
let supplemental = '';
|
|
25
|
-
if (
|
|
25
|
+
if (webEl.constructor.name === 'OjProgressList') {
|
|
26
26
|
supplemental = 'You likely have multiple installations of this package.';
|
|
27
27
|
}
|
|
28
28
|
throw Error(`ojProgressList(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${OjProgressList_1.OjProgressList.name}. ${supplemental}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-progress-list/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,qDAAkD;AACzC,+FADA,+BAAc,OACA;AAEvB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,cAAc,CAAC,MAAkB,EAAE,EAAM;IAC7D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,mDAAmD;IACnD,IAAI,CAAC,CAAC,KAAK,YAAY,+BAAc,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-progress-list/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,qDAAkD;AACzC,+FADA,+BAAc,OACA;AAEvB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,cAAc,CAAC,MAAkB,EAAE,EAAM;IAC7D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,mDAAmD;IACnD,IAAI,CAAC,CAAC,KAAK,YAAY,+BAAc,CAAC,EAAE,CAAC;QACvC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,gBAAgB,EAAE,CAAC;YAChD,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,kBAAkB,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,+BAAc,CAAC,IAAI,KAAK,YAAY,EAAE,CACjI,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,wCAcC;AAED,IAAA,YAAQ,EAAC,kBAAkB,EAAE,+BAAc,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { OjProgressList } from './OjProgressList';
|
|
|
4
4
|
export { OjProgressList };
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Retrieve an instance of [
|
|
7
|
+
* Retrieve an instance of [OjProgressList](../classes/elements.OjProgressList.html).
|
|
8
8
|
* @example
|
|
9
9
|
* ```javascript
|
|
10
10
|
* import { ojProgressList } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -21,7 +21,7 @@ export async function ojProgressList(driver: DriverLike, by: By): Promise<OjProg
|
|
|
21
21
|
if (!(webEl instanceof OjProgressList)) {
|
|
22
22
|
const tagName = await webEl.getTagName();
|
|
23
23
|
let supplemental = '';
|
|
24
|
-
if (
|
|
24
|
+
if (webEl.constructor.name === 'OjProgressList') {
|
|
25
25
|
supplemental = 'You likely have multiple installations of this package.';
|
|
26
26
|
}
|
|
27
27
|
throw Error(
|
|
@@ -6,7 +6,7 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
6
6
|
/**
|
|
7
7
|
* The component WebElement for [oj-radioset](../../jsdocs/oj.ojRadioset.html).
|
|
8
8
|
* Do not instantiate this class directly, instead, use
|
|
9
|
-
* [ojRadioset](../
|
|
9
|
+
* [ojRadioset](../functions/elements.ojRadioset-1.html).
|
|
10
10
|
*/
|
|
11
11
|
class OjRadioset extends OjRadiosetBase_1.OjRadiosetBase {
|
|
12
12
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OjRadioset.js","sourceRoot":"","sources":["../../../elements/oj-radioset/OjRadioset.ts"],"names":[],"mappings":";;;AAAA,qDAAkD;AAClD,2DAA4D;AAE5D;;;;GAIG;AACH,MAAa,UAAW,SAAQ,+BAAc;IAC5C;;;;;;OAMG;IACH,KAAK,CAAC,WAAW,CAAC,KAAU;QAC1B,uCAAuC;QACvC,IAAI,CAAC,CAAC,MAAM,IAAI,CAAC,cAAc,EAAE,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"OjRadioset.js","sourceRoot":"","sources":["../../../elements/oj-radioset/OjRadioset.ts"],"names":[],"mappings":";;;AAAA,qDAAkD;AAClD,2DAA4D;AAE5D;;;;GAIG;AACH,MAAa,UAAW,SAAQ,+BAAc;IAC5C;;;;;;OAMG;IACH,KAAK,CAAC,WAAW,CAAC,KAAU;QAC1B,uCAAuC;QACvC,IAAI,CAAC,CAAC,MAAM,IAAI,CAAC,cAAc,EAAE,CAAC,EAAE,CAAC;YACnC,2DAA2D;YAC3D,OAAO,OAAO,CAAC,MAAM,CACnB,IAAI,0BAAK,CAAC,2BAA2B,CACnC,8EAA8E,CAC/E,CACF,CAAC;QACJ,CAAC;QAED,iDAAiD;QACjD,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QAEzC,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAClB,2EAA2E;YAC3E,sBAAsB;YACtB,OAAO,OAAO,CAAC,MAAM,CACnB,IAAI,0BAAK,CAAC,oBAAoB,CAAC,eAAe,KAAK,wBAAwB,CAAC,CAC7E,CAAC;QACJ,CAAC;QAED,iEAAiE;QACjE,OAAO,KAAK,CAAC,QAAQ,CAAC,wBAAG,CAAC,KAAK,CAAC,CAAC;IACnC,CAAC;IAED;;OAEG;IACK,KAAK,CAAC,cAAc;QAC1B,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,WAAW,EAAE,CAAC;QAC5C,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,WAAW,EAAE,CAAC;QAE5C,OAAO,CAAC,CAAC,UAAU,IAAI,UAAU,CAAC,CAAC;IACrC,CAAC;IAED;;;;;OAKG;IACK,KAAK,CAAC,QAAQ,CAAC,KAAU;QAC/B,MAAM,KAAK,GAAG,EAAE,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC;QAC3D,OAAO,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC,aAAa,CACzC;;;;KAID,EACC,IAAI,EACJ,KAAK,CACN,CAAC;IACJ,CAAC;CACF;AA9DD,gCA8DC"}
|
|
@@ -4,7 +4,7 @@ import { error, Key, WebElement } from 'selenium-webdriver';
|
|
|
4
4
|
/**
|
|
5
5
|
* The component WebElement for [oj-radioset](../../jsdocs/oj.ojRadioset.html).
|
|
6
6
|
* Do not instantiate this class directly, instead, use
|
|
7
|
-
* [ojRadioset](../
|
|
7
|
+
* [ojRadioset](../functions/elements.ojRadioset-1.html).
|
|
8
8
|
*/
|
|
9
9
|
export class OjRadioset extends OjRadiosetBase {
|
|
10
10
|
/**
|
|
@@ -5,7 +5,7 @@ const __1 = require("../../");
|
|
|
5
5
|
const OjRadioset_1 = require("./OjRadioset");
|
|
6
6
|
Object.defineProperty(exports, "OjRadioset", { enumerable: true, get: function () { return OjRadioset_1.OjRadioset; } });
|
|
7
7
|
/**
|
|
8
|
-
* Retrieve an instance of [
|
|
8
|
+
* Retrieve an instance of [OjRadioset](../classes/elements.OjRadioset.html).
|
|
9
9
|
* @example
|
|
10
10
|
* ```javascript
|
|
11
11
|
* import { ojRadioset } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -22,7 +22,7 @@ async function ojRadioset(driver, by) {
|
|
|
22
22
|
if (!(webEl instanceof OjRadioset_1.OjRadioset)) {
|
|
23
23
|
const tagName = await webEl.getTagName();
|
|
24
24
|
let supplemental = '';
|
|
25
|
-
if (
|
|
25
|
+
if (webEl.constructor.name === 'OjRadioset') {
|
|
26
26
|
supplemental = 'You likely have multiple installations of this package.';
|
|
27
27
|
}
|
|
28
28
|
throw Error(`ojRadioset(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${OjRadioset_1.OjRadioset.name}. ${supplemental}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-radioset/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,6CAA0C;AACjC,2FADA,uBAAU,OACA;AAEnB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,UAAU,CAAC,MAAkB,EAAE,EAAM;IACzD,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,+CAA+C;IAC/C,IAAI,CAAC,CAAC,KAAK,YAAY,uBAAU,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-radioset/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,6CAA0C;AACjC,2FADA,uBAAU,OACA;AAEnB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,UAAU,CAAC,MAAkB,EAAE,EAAM;IACzD,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,+CAA+C;IAC/C,IAAI,CAAC,CAAC,KAAK,YAAY,uBAAU,CAAC,EAAE,CAAC;QACnC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,YAAY,EAAE,CAAC;YAC5C,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,cAAc,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,uBAAU,CAAC,IAAI,KAAK,YAAY,EAAE,CACzH,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,gCAcC;AAED,IAAA,YAAQ,EAAC,aAAa,EAAE,uBAAU,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { OjRadioset } from './OjRadioset';
|
|
|
4
4
|
export { OjRadioset };
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Retrieve an instance of [
|
|
7
|
+
* Retrieve an instance of [OjRadioset](../classes/elements.OjRadioset.html).
|
|
8
8
|
* @example
|
|
9
9
|
* ```javascript
|
|
10
10
|
* import { ojRadioset } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -21,7 +21,7 @@ export async function ojRadioset(driver: DriverLike, by: By): Promise<OjRadioset
|
|
|
21
21
|
if (!(webEl instanceof OjRadioset)) {
|
|
22
22
|
const tagName = await webEl.getTagName();
|
|
23
23
|
let supplemental = '';
|
|
24
|
-
if (
|
|
24
|
+
if (webEl.constructor.name === 'OjRadioset') {
|
|
25
25
|
supplemental = 'You likely have multiple installations of this package.';
|
|
26
26
|
}
|
|
27
27
|
throw Error(
|
|
@@ -5,7 +5,7 @@ const OjRatingGaugeBase_1 = require("./OjRatingGaugeBase");
|
|
|
5
5
|
/**
|
|
6
6
|
* The component WebElement for [oj-rating-gauge](../../jsdocs/oj.ojRatingGauge.html).
|
|
7
7
|
* Do not instantiate this class directly, instead, use
|
|
8
|
-
* [ojRatingGauge](../
|
|
8
|
+
* [ojRatingGauge](../functions/elements.ojRatingGauge-1.html).
|
|
9
9
|
*/
|
|
10
10
|
class OjRatingGauge extends OjRatingGaugeBase_1.OjRatingGaugeBase {
|
|
11
11
|
}
|
|
@@ -3,7 +3,7 @@ import { OjRatingGaugeBase } from './OjRatingGaugeBase';
|
|
|
3
3
|
/**
|
|
4
4
|
* The component WebElement for [oj-rating-gauge](../../jsdocs/oj.ojRatingGauge.html).
|
|
5
5
|
* Do not instantiate this class directly, instead, use
|
|
6
|
-
* [ojRatingGauge](../
|
|
6
|
+
* [ojRatingGauge](../functions/elements.ojRatingGauge-1.html).
|
|
7
7
|
*/
|
|
8
8
|
export class OjRatingGauge extends OjRatingGaugeBase {
|
|
9
9
|
// Put overrides here
|
|
@@ -5,7 +5,7 @@ const __1 = require("../../");
|
|
|
5
5
|
const OjRatingGauge_1 = require("./OjRatingGauge");
|
|
6
6
|
Object.defineProperty(exports, "OjRatingGauge", { enumerable: true, get: function () { return OjRatingGauge_1.OjRatingGauge; } });
|
|
7
7
|
/**
|
|
8
|
-
* Retrieve an instance of [
|
|
8
|
+
* Retrieve an instance of [OjRatingGauge](../classes/elements.OjRatingGauge.html).
|
|
9
9
|
* @example
|
|
10
10
|
* ```javascript
|
|
11
11
|
* import { ojRatingGauge } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -22,7 +22,7 @@ async function ojRatingGauge(driver, by) {
|
|
|
22
22
|
if (!(webEl instanceof OjRatingGauge_1.OjRatingGauge)) {
|
|
23
23
|
const tagName = await webEl.getTagName();
|
|
24
24
|
let supplemental = '';
|
|
25
|
-
if (
|
|
25
|
+
if (webEl.constructor.name === 'OjRatingGauge') {
|
|
26
26
|
supplemental = 'You likely have multiple installations of this package.';
|
|
27
27
|
}
|
|
28
28
|
throw Error(`ojRatingGauge(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${OjRatingGauge_1.OjRatingGauge.name}. ${supplemental}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-rating-gauge/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,mDAAgD;AACvC,8FADA,6BAAa,OACA;AAEtB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,aAAa,CAAC,MAAkB,EAAE,EAAM;IAC5D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,kDAAkD;IAClD,IAAI,CAAC,CAAC,KAAK,YAAY,6BAAa,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-rating-gauge/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,mDAAgD;AACvC,8FADA,6BAAa,OACA;AAEtB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,aAAa,CAAC,MAAkB,EAAE,EAAM;IAC5D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,kDAAkD;IAClD,IAAI,CAAC,CAAC,KAAK,YAAY,6BAAa,CAAC,EAAE,CAAC;QACtC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,eAAe,EAAE,CAAC;YAC/C,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,iBAAiB,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,6BAAa,CAAC,IAAI,KAAK,YAAY,EAAE,CAC/H,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,sCAcC;AAED,IAAA,YAAQ,EAAC,iBAAiB,EAAE,6BAAa,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { OjRatingGauge } from './OjRatingGauge';
|
|
|
4
4
|
export { OjRatingGauge };
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Retrieve an instance of [
|
|
7
|
+
* Retrieve an instance of [OjRatingGauge](../classes/elements.OjRatingGauge.html).
|
|
8
8
|
* @example
|
|
9
9
|
* ```javascript
|
|
10
10
|
* import { ojRatingGauge } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -21,7 +21,7 @@ export async function ojRatingGauge(driver: DriverLike, by: By): Promise<OjRatin
|
|
|
21
21
|
if (!(webEl instanceof OjRatingGauge)) {
|
|
22
22
|
const tagName = await webEl.getTagName();
|
|
23
23
|
let supplemental = '';
|
|
24
|
-
if (
|
|
24
|
+
if (webEl.constructor.name === 'OjRatingGauge') {
|
|
25
25
|
supplemental = 'You likely have multiple installations of this package.';
|
|
26
26
|
}
|
|
27
27
|
throw Error(
|
|
@@ -5,7 +5,7 @@ const OjRefresherBase_1 = require("./OjRefresherBase");
|
|
|
5
5
|
/**
|
|
6
6
|
* The component WebElement for [oj-refresher](../../jsdocs/oj.ojRefresher.html).
|
|
7
7
|
* Do not instantiate this class directly, instead, use
|
|
8
|
-
* [ojRefresher](../
|
|
8
|
+
* [ojRefresher](../functions/elements.ojRefresher-1.html).
|
|
9
9
|
*/
|
|
10
10
|
class OjRefresher extends OjRefresherBase_1.OjRefresherBase {
|
|
11
11
|
}
|
|
@@ -3,7 +3,7 @@ import { OjRefresherBase } from './OjRefresherBase';
|
|
|
3
3
|
/**
|
|
4
4
|
* The component WebElement for [oj-refresher](../../jsdocs/oj.ojRefresher.html).
|
|
5
5
|
* Do not instantiate this class directly, instead, use
|
|
6
|
-
* [ojRefresher](../
|
|
6
|
+
* [ojRefresher](../functions/elements.ojRefresher-1.html).
|
|
7
7
|
*/
|
|
8
8
|
export class OjRefresher extends OjRefresherBase {
|
|
9
9
|
// Put overrides here
|
|
@@ -5,7 +5,7 @@ const __1 = require("../../");
|
|
|
5
5
|
const OjRefresher_1 = require("./OjRefresher");
|
|
6
6
|
Object.defineProperty(exports, "OjRefresher", { enumerable: true, get: function () { return OjRefresher_1.OjRefresher; } });
|
|
7
7
|
/**
|
|
8
|
-
* Retrieve an instance of [
|
|
8
|
+
* Retrieve an instance of [OjRefresher](../classes/elements.OjRefresher.html).
|
|
9
9
|
* @example
|
|
10
10
|
* ```javascript
|
|
11
11
|
* import { ojRefresher } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -22,7 +22,7 @@ async function ojRefresher(driver, by) {
|
|
|
22
22
|
if (!(webEl instanceof OjRefresher_1.OjRefresher)) {
|
|
23
23
|
const tagName = await webEl.getTagName();
|
|
24
24
|
let supplemental = '';
|
|
25
|
-
if (
|
|
25
|
+
if (webEl.constructor.name === 'OjRefresher') {
|
|
26
26
|
supplemental = 'You likely have multiple installations of this package.';
|
|
27
27
|
}
|
|
28
28
|
throw Error(`ojRefresher(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${OjRefresher_1.OjRefresher.name}. ${supplemental}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-refresher/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,+CAA4C;AACnC,4FADA,yBAAW,OACA;AAEpB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,WAAW,CAAC,MAAkB,EAAE,EAAM;IAC1D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,gDAAgD;IAChD,IAAI,CAAC,CAAC,KAAK,YAAY,yBAAW,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../elements/oj-refresher/index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,+CAA4C;AACnC,4FADA,yBAAW,OACA;AAEpB;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,WAAW,CAAC,MAAkB,EAAE,EAAM;IAC1D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,gDAAgD;IAChD,IAAI,CAAC,CAAC,KAAK,YAAY,yBAAW,CAAC,EAAE,CAAC;QACpC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,KAAK,aAAa,EAAE,CAAC;YAC7C,YAAY,GAAG,yDAAyD,CAAC;QAC3E,CAAC;QACD,MAAM,KAAK,CACT,eAAe,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,yBAAW,CAAC,IAAI,KAAK,YAAY,EAAE,CAC3H,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,kCAcC;AAED,IAAA,YAAQ,EAAC,cAAc,EAAE,yBAAW,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { OjRefresher } from './OjRefresher';
|
|
|
4
4
|
export { OjRefresher };
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Retrieve an instance of [
|
|
7
|
+
* Retrieve an instance of [OjRefresher](../classes/elements.OjRefresher.html).
|
|
8
8
|
* @example
|
|
9
9
|
* ```javascript
|
|
10
10
|
* import { ojRefresher } from '@oracle/oraclejet-webdriver/elements';
|
|
@@ -21,7 +21,7 @@ export async function ojRefresher(driver: DriverLike, by: By): Promise<OjRefresh
|
|
|
21
21
|
if (!(webEl instanceof OjRefresher)) {
|
|
22
22
|
const tagName = await webEl.getTagName();
|
|
23
23
|
let supplemental = '';
|
|
24
|
-
if (
|
|
24
|
+
if (webEl.constructor.name === 'OjRefresher') {
|
|
25
25
|
supplemental = 'You likely have multiple installations of this package.';
|
|
26
26
|
}
|
|
27
27
|
throw Error(
|
|
@@ -5,7 +5,7 @@ const OjRowExpanderBase_1 = require("./OjRowExpanderBase");
|
|
|
5
5
|
/**
|
|
6
6
|
* The component WebElement for [oj-row-expander](../../jsdocs/oj.ojRowExpander.html).
|
|
7
7
|
* Do not instantiate this class directly, instead, use
|
|
8
|
-
* [ojRowExpander](../
|
|
8
|
+
* [ojRowExpander](../functions/elements.ojRowExpander-1.html).
|
|
9
9
|
*/
|
|
10
10
|
class OjRowExpander extends OjRowExpanderBase_1.OjRowExpanderBase {
|
|
11
11
|
}
|
|
@@ -3,7 +3,7 @@ import { OjRowExpanderBase } from './OjRowExpanderBase';
|
|
|
3
3
|
/**
|
|
4
4
|
* The component WebElement for [oj-row-expander](../../jsdocs/oj.ojRowExpander.html).
|
|
5
5
|
* Do not instantiate this class directly, instead, use
|
|
6
|
-
* [ojRowExpander](../
|
|
6
|
+
* [ojRowExpander](../functions/elements.ojRowExpander-1.html).
|
|
7
7
|
*/
|
|
8
8
|
export class OjRowExpander extends OjRowExpanderBase {
|
|
9
9
|
// Put overrides here
|