@oracle/oraclejet-webdriver 11.0.9 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -11
- package/bin/generate +12 -12
- package/bin/templates/baseclass.ts-template +1 -1
- package/bin/templates/class.ts-template +4 -6
- package/bin/templates/element-test.spec.ts-template +2 -2
- package/bin/templates/index.ts-template +14 -13
- package/bin/templates/property-getter.ts-template +3 -3
- package/bin/templates/property-setter.ts-template +3 -3
- package/elements/index.js +12 -3
- package/elements/index.js.map +1 -1
- package/elements/index.ts +3 -0
- package/elements/oj-accordion/OjAccordion.js.map +1 -1
- package/elements/oj-accordion/OjAccordion.ts +3 -5
- package/elements/oj-accordion/OjAccordionBase.js +4 -4
- package/elements/oj-accordion/OjAccordionBase.js.map +1 -1
- package/elements/oj-accordion/OjAccordionBase.ts +13 -13
- package/elements/oj-accordion/index.js +2 -2
- package/elements/oj-accordion/index.js.map +1 -1
- package/elements/oj-accordion/index.ts +14 -13
- package/elements/oj-action-card/OjActionCard.js +11 -0
- package/elements/oj-action-card/OjActionCard.js.map +1 -0
- package/elements/oj-action-card/OjActionCard.ts +15 -0
- package/elements/oj-action-card/OjActionCardBase.js +8 -0
- package/elements/oj-action-card/OjActionCardBase.js.map +1 -0
- package/elements/oj-action-card/OjActionCardBase.ts +13 -0
- package/elements/oj-action-card/index.js +17 -0
- package/elements/oj-action-card/index.js.map +1 -0
- package/elements/oj-action-card/index.ts +28 -0
- package/elements/oj-button/OjButton.js.map +1 -1
- package/elements/oj-button/OjButton.ts +3 -5
- package/elements/oj-button/OjButtonBase.js +5 -5
- package/elements/oj-button/OjButtonBase.js.map +1 -1
- package/elements/oj-button/OjButtonBase.ts +16 -16
- package/elements/oj-button/index.js +2 -2
- package/elements/oj-button/index.js.map +1 -1
- package/elements/oj-button/index.ts +14 -13
- package/elements/oj-buttonset-many/OjButtonsetMany.js.map +1 -1
- package/elements/oj-buttonset-many/OjButtonsetMany.ts +3 -5
- package/elements/oj-buttonset-many/OjButtonsetManyBase.js +9 -9
- package/elements/oj-buttonset-many/OjButtonsetManyBase.js.map +1 -1
- package/elements/oj-buttonset-many/OjButtonsetManyBase.ts +28 -28
- 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 +14 -13
- package/elements/oj-buttonset-one/OjButtonsetOne.js.map +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOne.ts +3 -5
- package/elements/oj-buttonset-one/OjButtonsetOneBase.js +9 -9
- package/elements/oj-buttonset-one/OjButtonsetOneBase.js.map +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOneBase.ts +28 -28
- 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 +14 -13
- package/elements/oj-chart/OjChart.js.map +1 -1
- package/elements/oj-chart/OjChart.ts +3 -5
- package/elements/oj-chart/OjChartBase.js +55 -55
- package/elements/oj-chart/OjChartBase.js.map +1 -1
- package/elements/oj-chart/OjChartBase.ts +2149 -2152
- package/elements/oj-chart/index.js +2 -2
- package/elements/oj-chart/index.js.map +1 -1
- package/elements/oj-chart/index.ts +14 -13
- package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxset.ts +3 -5
- package/elements/oj-checkboxset/OjCheckboxsetBase.js +20 -20
- package/elements/oj-checkboxset/OjCheckboxsetBase.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxsetBase.ts +133 -136
- package/elements/oj-checkboxset/index.js +2 -2
- package/elements/oj-checkboxset/index.js.map +1 -1
- package/elements/oj-checkboxset/index.ts +14 -13
- package/elements/oj-collapsible/OjCollapsible.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsible.ts +3 -5
- package/elements/oj-collapsible/OjCollapsibleBase.js +5 -5
- package/elements/oj-collapsible/OjCollapsibleBase.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsibleBase.ts +16 -16
- package/elements/oj-collapsible/index.js +2 -2
- package/elements/oj-collapsible/index.js.map +1 -1
- package/elements/oj-collapsible/index.ts +14 -13
- package/elements/oj-color-palette/OjColorPalette.js.map +1 -1
- package/elements/oj-color-palette/OjColorPalette.ts +3 -5
- package/elements/oj-color-palette/OjColorPaletteBase.js +19 -19
- package/elements/oj-color-palette/OjColorPaletteBase.js.map +1 -1
- package/elements/oj-color-palette/OjColorPaletteBase.ts +114 -117
- 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 +14 -13
- package/elements/oj-color-spectrum/OjColorSpectrum.js.map +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrum.ts +3 -5
- package/elements/oj-color-spectrum/OjColorSpectrumBase.js +16 -16
- package/elements/oj-color-spectrum/OjColorSpectrumBase.js.map +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrumBase.ts +106 -109
- 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 +14 -13
- package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxMany.ts +3 -5
- package/elements/oj-combobox-many/OjComboboxManyBase.js +30 -30
- package/elements/oj-combobox-many/OjComboboxManyBase.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxManyBase.ts +247 -250
- 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 +14 -13
- package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOne.ts +3 -5
- package/elements/oj-combobox-one/OjComboboxOneBase.js +31 -31
- package/elements/oj-combobox-one/OjComboboxOneBase.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOneBase.ts +246 -249
- 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 +14 -13
- package/elements/oj-conveyor-belt/OjConveyorBelt.js.map +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBelt.ts +3 -5
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.js +13 -7
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.js.map +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.ts +52 -35
- 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 +14 -13
- package/elements/oj-data-grid/OjDataGrid.js +1 -1
- package/elements/oj-data-grid/OjDataGrid.js.map +1 -1
- package/elements/oj-data-grid/OjDataGrid.ts +4 -6
- package/elements/oj-data-grid/OjDataGridBase.js +22 -19
- package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
- package/elements/oj-data-grid/OjDataGridBase.ts +683 -590
- 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 +14 -13
- package/elements/oj-date-picker/OjDatePicker.js.map +1 -1
- package/elements/oj-date-picker/OjDatePicker.ts +3 -5
- package/elements/oj-date-picker/OjDatePickerBase.js +32 -32
- package/elements/oj-date-picker/OjDatePickerBase.js.map +1 -1
- package/elements/oj-date-picker/OjDatePickerBase.ts +338 -341
- 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 +14 -13
- package/elements/oj-date-time-picker/OjDateTimePicker.js.map +1 -1
- package/elements/oj-date-time-picker/OjDateTimePicker.ts +3 -5
- package/elements/oj-date-time-picker/OjDateTimePickerBase.js +33 -33
- package/elements/oj-date-time-picker/OjDateTimePickerBase.js.map +1 -1
- package/elements/oj-date-time-picker/OjDateTimePickerBase.ts +366 -365
- 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 +14 -13
- package/elements/oj-diagram/OjDiagram.js.map +1 -1
- package/elements/oj-diagram/OjDiagram.ts +3 -5
- package/elements/oj-diagram/OjDiagramBase.js +40 -40
- package/elements/oj-diagram/OjDiagramBase.js.map +1 -1
- package/elements/oj-diagram/OjDiagramBase.ts +505 -508
- package/elements/oj-diagram/index.js +2 -2
- package/elements/oj-diagram/index.js.map +1 -1
- package/elements/oj-diagram/index.ts +14 -13
- package/elements/oj-dialog/OjDialog.js.map +1 -1
- package/elements/oj-dialog/OjDialog.ts +3 -5
- package/elements/oj-dialog/OjDialogBase.js +8 -8
- package/elements/oj-dialog/OjDialogBase.js.map +1 -1
- package/elements/oj-dialog/OjDialogBase.ts +84 -87
- package/elements/oj-dialog/index.js +2 -2
- package/elements/oj-dialog/index.js.map +1 -1
- package/elements/oj-dialog/index.ts +14 -13
- package/elements/oj-drawer-layout/OjDrawerLayout.js +8 -0
- package/elements/oj-drawer-layout/OjDrawerLayout.js.map +1 -0
- package/elements/oj-drawer-layout/OjDrawerLayout.ts +10 -0
- package/elements/oj-drawer-layout/OjDrawerLayoutBase.js +26 -0
- package/elements/oj-drawer-layout/OjDrawerLayoutBase.js.map +1 -0
- package/elements/oj-drawer-layout/OjDrawerLayoutBase.ts +72 -0
- package/elements/oj-drawer-layout/index.js +17 -0
- package/elements/oj-drawer-layout/index.js.map +1 -0
- package/elements/oj-drawer-layout/index.ts +28 -0
- package/elements/oj-drawer-popup/OjDrawerPopup.js +11 -0
- package/elements/oj-drawer-popup/OjDrawerPopup.js.map +1 -0
- package/elements/oj-drawer-popup/OjDrawerPopup.ts +17 -0
- package/elements/oj-drawer-popup/OjDrawerPopupBase.js +23 -0
- package/elements/oj-drawer-popup/OjDrawerPopupBase.js.map +1 -0
- package/elements/oj-drawer-popup/OjDrawerPopupBase.ts +62 -0
- package/elements/oj-drawer-popup/index.js +17 -0
- package/elements/oj-drawer-popup/index.js.map +1 -0
- package/elements/oj-drawer-popup/index.ts +28 -0
- package/elements/oj-file-picker/OjFilePicker.js.map +1 -1
- package/elements/oj-file-picker/OjFilePicker.ts +3 -5
- package/elements/oj-file-picker/OjFilePickerBase.js +7 -7
- package/elements/oj-file-picker/OjFilePickerBase.js.map +1 -1
- package/elements/oj-file-picker/OjFilePickerBase.ts +22 -22
- 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 +14 -13
- package/elements/oj-film-strip/OjFilmStrip.js.map +1 -1
- package/elements/oj-film-strip/OjFilmStrip.ts +3 -5
- package/elements/oj-film-strip/OjFilmStripBase.js +8 -8
- package/elements/oj-film-strip/OjFilmStripBase.js.map +1 -1
- package/elements/oj-film-strip/OjFilmStripBase.ts +59 -62
- 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 +14 -13
- package/elements/oj-gantt/OjGantt.js.map +1 -1
- package/elements/oj-gantt/OjGantt.ts +3 -5
- package/elements/oj-gantt/OjGanttBase.js +48 -30
- package/elements/oj-gantt/OjGanttBase.js.map +1 -1
- package/elements/oj-gantt/OjGanttBase.ts +1033 -816
- package/elements/oj-gantt/index.js +2 -2
- package/elements/oj-gantt/index.js.map +1 -1
- package/elements/oj-gantt/index.ts +14 -13
- package/elements/oj-indexer/OjIndexer.js.map +1 -1
- package/elements/oj-indexer/OjIndexer.ts +3 -5
- package/elements/oj-indexer/OjIndexerBase.js +2 -2
- package/elements/oj-indexer/OjIndexerBase.js.map +1 -1
- package/elements/oj-indexer/OjIndexerBase.ts +37 -40
- package/elements/oj-indexer/index.js +2 -2
- package/elements/oj-indexer/index.js.map +1 -1
- package/elements/oj-indexer/index.ts +14 -13
- package/elements/oj-input-date/OjInputDate.js.map +1 -1
- package/elements/oj-input-date/OjInputDate.ts +3 -5
- package/elements/oj-input-date/OjInputDateBase.js +33 -33
- package/elements/oj-input-date/OjInputDateBase.js.map +1 -1
- package/elements/oj-input-date/OjInputDateBase.ts +341 -344
- 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 +14 -13
- package/elements/oj-input-date-time/OjInputDateTime.js.map +1 -1
- package/elements/oj-input-date-time/OjInputDateTime.ts +3 -5
- package/elements/oj-input-date-time/OjInputDateTimeBase.js +34 -34
- package/elements/oj-input-date-time/OjInputDateTimeBase.js.map +1 -1
- package/elements/oj-input-date-time/OjInputDateTimeBase.ts +369 -368
- 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 +14 -13
- package/elements/oj-input-number/OjInputNumber.js.map +1 -1
- package/elements/oj-input-number/OjInputNumber.ts +3 -5
- package/elements/oj-input-number/OjInputNumberBase.js +30 -30
- package/elements/oj-input-number/OjInputNumberBase.js.map +1 -1
- package/elements/oj-input-number/OjInputNumberBase.ts +216 -219
- 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 +14 -13
- package/elements/oj-input-password/OjInputPassword.js.map +1 -1
- package/elements/oj-input-password/OjInputPassword.ts +3 -5
- package/elements/oj-input-password/OjInputPasswordBase.js +25 -25
- package/elements/oj-input-password/OjInputPasswordBase.js.map +1 -1
- package/elements/oj-input-password/OjInputPasswordBase.ts +163 -166
- 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 +14 -13
- package/elements/oj-input-search/OjInputSearch.js.map +1 -1
- package/elements/oj-input-search/OjInputSearch.ts +3 -5
- package/elements/oj-input-search/OjInputSearchBase.js +6 -6
- package/elements/oj-input-search/OjInputSearchBase.js.map +1 -1
- package/elements/oj-input-search/OjInputSearchBase.ts +19 -19
- 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 +14 -13
- package/elements/oj-input-text/OjInputText.js.map +1 -1
- package/elements/oj-input-text/OjInputText.ts +3 -5
- package/elements/oj-input-text/OjInputTextBase.js +29 -29
- package/elements/oj-input-text/OjInputTextBase.js.map +1 -1
- package/elements/oj-input-text/OjInputTextBase.ts +178 -181
- 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 +14 -13
- package/elements/oj-input-time/OjInputTime.js.map +1 -1
- package/elements/oj-input-time/OjInputTime.ts +3 -5
- package/elements/oj-input-time/OjInputTimeBase.js +31 -31
- package/elements/oj-input-time/OjInputTimeBase.js.map +1 -1
- package/elements/oj-input-time/OjInputTimeBase.ts +283 -286
- 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 +14 -13
- package/elements/oj-label/OjLabel.js.map +1 -1
- package/elements/oj-label/OjLabel.ts +3 -5
- package/elements/oj-label/OjLabelBase.js +5 -5
- package/elements/oj-label/OjLabelBase.js.map +1 -1
- package/elements/oj-label/OjLabelBase.ts +37 -40
- package/elements/oj-label/index.js +2 -2
- package/elements/oj-label/index.js.map +1 -1
- package/elements/oj-label/index.ts +14 -13
- package/elements/oj-led-gauge/OjLedGauge.js.map +1 -1
- package/elements/oj-led-gauge/OjLedGauge.ts +3 -5
- package/elements/oj-led-gauge/OjLedGaugeBase.js +21 -18
- package/elements/oj-led-gauge/OjLedGaugeBase.js.map +1 -1
- package/elements/oj-led-gauge/OjLedGaugeBase.ts +196 -189
- 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 +14 -13
- package/elements/oj-legend/OjLegend.js.map +1 -1
- package/elements/oj-legend/OjLegend.ts +3 -5
- package/elements/oj-legend/OjLegendBase.js +22 -22
- package/elements/oj-legend/OjLegendBase.js.map +1 -1
- package/elements/oj-legend/OjLegendBase.ts +180 -183
- package/elements/oj-legend/index.js +2 -2
- package/elements/oj-legend/index.js.map +1 -1
- package/elements/oj-legend/index.ts +14 -13
- package/elements/oj-list-view/OjListView.js +20 -2
- package/elements/oj-list-view/OjListView.js.map +1 -1
- package/elements/oj-list-view/OjListView.ts +39 -7
- package/elements/oj-list-view/OjListViewBase.js +21 -21
- package/elements/oj-list-view/OjListViewBase.js.map +1 -1
- package/elements/oj-list-view/OjListViewBase.ts +221 -224
- 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 +14 -13
- package/elements/oj-masonry-layout/OjMasonryLayout.js.map +1 -1
- package/elements/oj-masonry-layout/OjMasonryLayout.ts +3 -5
- package/elements/oj-masonry-layout/OjMasonryLayoutBase.js +2 -2
- package/elements/oj-masonry-layout/OjMasonryLayoutBase.js.map +1 -1
- package/elements/oj-masonry-layout/OjMasonryLayoutBase.ts +21 -24
- 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 +14 -13
- package/elements/oj-menu/OjMenu.js +12 -0
- package/elements/oj-menu/OjMenu.js.map +1 -1
- package/elements/oj-menu/OjMenu.ts +21 -5
- package/elements/oj-menu/OjMenuBase.js +3 -3
- package/elements/oj-menu/OjMenuBase.js.map +1 -1
- package/elements/oj-menu/OjMenuBase.ts +91 -94
- package/elements/oj-menu/index.js +2 -2
- package/elements/oj-menu/index.js.map +1 -1
- package/elements/oj-menu/index.ts +14 -13
- package/elements/oj-menu-button/OjMenuButton.js.map +1 -1
- package/elements/oj-menu-button/OjMenuButton.ts +3 -5
- package/elements/oj-menu-button/OjMenuButtonBase.js +5 -5
- package/elements/oj-menu-button/OjMenuButtonBase.js.map +1 -1
- package/elements/oj-menu-button/OjMenuButtonBase.ts +16 -16
- 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 +14 -13
- package/elements/oj-message/OjMessage.js.map +1 -1
- package/elements/oj-message/OjMessage.ts +3 -5
- package/elements/oj-message/OjMessageBase.js +3 -3
- package/elements/oj-message/OjMessageBase.js.map +1 -1
- package/elements/oj-message/OjMessageBase.ts +84 -87
- package/elements/oj-message/index.js +2 -2
- package/elements/oj-message/index.js.map +1 -1
- package/elements/oj-message/index.ts +14 -13
- package/elements/oj-n-box/OjNBox.js.map +1 -1
- package/elements/oj-n-box/OjNBox.ts +3 -5
- package/elements/oj-n-box/OjNBoxBase.js +36 -36
- package/elements/oj-n-box/OjNBoxBase.js.map +1 -1
- package/elements/oj-n-box/OjNBoxBase.ts +657 -660
- 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 +14 -13
- package/elements/oj-navigation-list/OjNavigationList.js +7 -7
- package/elements/oj-navigation-list/OjNavigationList.js.map +1 -1
- package/elements/oj-navigation-list/OjNavigationList.ts +13 -18
- package/elements/oj-navigation-list/OjNavigationListBase.js +14 -14
- package/elements/oj-navigation-list/OjNavigationListBase.js.map +1 -1
- package/elements/oj-navigation-list/OjNavigationListBase.ts +84 -87
- 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 +14 -13
- package/elements/oj-paging-control/OjPagingControl.js.map +1 -1
- package/elements/oj-paging-control/OjPagingControl.ts +3 -5
- package/elements/oj-paging-control/OjPagingControlBase.js +7 -7
- package/elements/oj-paging-control/OjPagingControlBase.js.map +1 -1
- package/elements/oj-paging-control/OjPagingControlBase.ts +182 -185
- 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 +14 -13
- package/elements/oj-picto-chart/OjPictoChart.js.map +1 -1
- package/elements/oj-picto-chart/OjPictoChart.ts +3 -5
- package/elements/oj-picto-chart/OjPictoChartBase.js +26 -26
- package/elements/oj-picto-chart/OjPictoChartBase.js.map +1 -1
- package/elements/oj-picto-chart/OjPictoChartBase.ts +227 -230
- 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 +14 -13
- package/elements/oj-popup/OjPopup.js.map +1 -1
- package/elements/oj-popup/OjPopup.ts +3 -5
- package/elements/oj-popup/OjPopupBase.js +7 -7
- package/elements/oj-popup/OjPopupBase.js.map +1 -1
- package/elements/oj-popup/OjPopupBase.ts +101 -104
- package/elements/oj-popup/index.js +2 -2
- package/elements/oj-popup/index.js.map +1 -1
- package/elements/oj-popup/index.ts +14 -13
- package/elements/oj-progress/OjProgress.js.map +1 -1
- package/elements/oj-progress/OjProgress.ts +3 -5
- package/elements/oj-progress/OjProgressBase.js +5 -5
- package/elements/oj-progress/OjProgressBase.js.map +1 -1
- package/elements/oj-progress/OjProgressBase.ts +22 -25
- package/elements/oj-progress/index.js +2 -2
- package/elements/oj-progress/index.js.map +1 -1
- package/elements/oj-progress/index.ts +14 -13
- package/elements/oj-progress-list/OjProgressList.js.map +1 -1
- package/elements/oj-progress-list/OjProgressList.ts +3 -5
- package/elements/oj-progress-list/OjProgressListBase.js +1 -1
- package/elements/oj-progress-list/OjProgressListBase.js.map +1 -1
- package/elements/oj-progress-list/OjProgressListBase.ts +4 -4
- 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 +14 -13
- package/elements/oj-radioset/OjRadioset.js.map +1 -1
- package/elements/oj-radioset/OjRadioset.ts +3 -5
- package/elements/oj-radioset/OjRadiosetBase.js +20 -20
- package/elements/oj-radioset/OjRadiosetBase.js.map +1 -1
- package/elements/oj-radioset/OjRadiosetBase.ts +133 -136
- package/elements/oj-radioset/index.js +2 -2
- package/elements/oj-radioset/index.js.map +1 -1
- package/elements/oj-radioset/index.ts +14 -13
- package/elements/oj-rating-gauge/OjRatingGauge.js.map +1 -1
- package/elements/oj-rating-gauge/OjRatingGauge.ts +3 -5
- package/elements/oj-rating-gauge/OjRatingGaugeBase.js +24 -24
- package/elements/oj-rating-gauge/OjRatingGaugeBase.js.map +1 -1
- package/elements/oj-rating-gauge/OjRatingGaugeBase.ts +275 -278
- 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 +14 -13
- package/elements/oj-refresher/OjRefresher.js.map +1 -1
- package/elements/oj-refresher/OjRefresher.ts +3 -5
- package/elements/oj-refresher/OjRefresherBase.js +4 -4
- package/elements/oj-refresher/OjRefresherBase.js.map +1 -1
- package/elements/oj-refresher/OjRefresherBase.ts +27 -30
- package/elements/oj-refresher/index.js +2 -2
- package/elements/oj-refresher/index.js.map +1 -1
- package/elements/oj-refresher/index.ts +14 -13
- package/elements/oj-row-expander/OjRowExpander.js.map +1 -1
- package/elements/oj-row-expander/OjRowExpander.ts +3 -5
- package/elements/oj-row-expander/OjRowExpanderBase.js +4 -4
- package/elements/oj-row-expander/OjRowExpanderBase.js.map +1 -1
- package/elements/oj-row-expander/OjRowExpanderBase.ts +39 -42
- 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 +14 -13
- package/elements/oj-select-many/OjSelectMany.js.map +1 -1
- package/elements/oj-select-many/OjSelectMany.ts +3 -5
- package/elements/oj-select-many/OjSelectManyBase.js +27 -27
- package/elements/oj-select-many/OjSelectManyBase.js.map +1 -1
- package/elements/oj-select-many/OjSelectManyBase.ts +224 -227
- 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 +14 -13
- package/elements/oj-select-one/OjSelectOne.js.map +1 -1
- package/elements/oj-select-one/OjSelectOne.ts +3 -5
- package/elements/oj-select-one/OjSelectOneBase.js +27 -27
- package/elements/oj-select-one/OjSelectOneBase.js.map +1 -1
- package/elements/oj-select-one/OjSelectOneBase.ts +220 -223
- 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 +14 -13
- package/elements/oj-select-single/OjSelectSingle.js.map +1 -1
- package/elements/oj-select-single/OjSelectSingle.ts +3 -5
- package/elements/oj-select-single/OjSelectSingleBase.js +23 -23
- package/elements/oj-select-single/OjSelectSingleBase.js.map +1 -1
- package/elements/oj-select-single/OjSelectSingleBase.ts +156 -159
- 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 +14 -13
- package/elements/oj-selector/OjSelector.js.map +1 -1
- package/elements/oj-selector/OjSelector.ts +3 -5
- package/elements/oj-selector/OjSelectorBase.js +6 -6
- package/elements/oj-selector/OjSelectorBase.js.map +1 -1
- package/elements/oj-selector/OjSelectorBase.ts +19 -19
- package/elements/oj-selector/index.js +2 -2
- package/elements/oj-selector/index.js.map +1 -1
- package/elements/oj-selector/index.ts +14 -13
- package/elements/oj-slider/OjSlider.js.map +1 -1
- package/elements/oj-slider/OjSlider.ts +3 -5
- package/elements/oj-slider/OjSliderBase.js +21 -21
- package/elements/oj-slider/OjSliderBase.js.map +1 -1
- package/elements/oj-slider/OjSliderBase.ts +123 -126
- package/elements/oj-slider/index.js +2 -2
- package/elements/oj-slider/index.js.map +1 -1
- package/elements/oj-slider/index.ts +14 -13
- package/elements/oj-spark-chart/OjSparkChart.js.map +1 -1
- package/elements/oj-spark-chart/OjSparkChart.ts +3 -5
- package/elements/oj-spark-chart/OjSparkChartBase.js +29 -29
- package/elements/oj-spark-chart/OjSparkChartBase.js.map +1 -1
- package/elements/oj-spark-chart/OjSparkChartBase.ts +247 -250
- 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 +14 -13
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js.map +1 -1
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +3 -5
- package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js +36 -33
- package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js.map +1 -1
- package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.ts +298 -291
- 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 +14 -13
- package/elements/oj-stream-list/OjStreamList.js.map +1 -1
- package/elements/oj-stream-list/OjStreamList.ts +3 -5
- package/elements/oj-stream-list/OjStreamListBase.js +7 -7
- package/elements/oj-stream-list/OjStreamListBase.js.map +1 -1
- package/elements/oj-stream-list/OjStreamListBase.ts +56 -59
- 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 +14 -13
- package/elements/oj-sunburst/OjSunburst.js.map +1 -1
- package/elements/oj-sunburst/OjSunburst.ts +3 -5
- package/elements/oj-sunburst/OjSunburstBase.js +33 -33
- package/elements/oj-sunburst/OjSunburstBase.js.map +1 -1
- package/elements/oj-sunburst/OjSunburstBase.ts +314 -317
- package/elements/oj-sunburst/index.js +2 -2
- package/elements/oj-sunburst/index.js.map +1 -1
- package/elements/oj-sunburst/index.ts +14 -13
- package/elements/oj-swipe-actions/OjSwipeActions.js.map +1 -1
- package/elements/oj-swipe-actions/OjSwipeActions.ts +3 -5
- package/elements/oj-swipe-actions/OjSwipeActionsBase.js +1 -1
- package/elements/oj-swipe-actions/OjSwipeActionsBase.js.map +1 -1
- package/elements/oj-swipe-actions/OjSwipeActionsBase.ts +18 -21
- 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 +14 -13
- package/elements/oj-switch/OjSwitch.js.map +1 -1
- package/elements/oj-switch/OjSwitch.ts +3 -5
- package/elements/oj-switch/OjSwitchBase.js +16 -16
- package/elements/oj-switch/OjSwitchBase.js.map +1 -1
- package/elements/oj-switch/OjSwitchBase.ts +96 -99
- package/elements/oj-switch/index.js +2 -2
- package/elements/oj-switch/index.js.map +1 -1
- package/elements/oj-switch/index.ts +14 -13
- package/elements/oj-tab-bar/OjTabBar.js.map +1 -1
- package/elements/oj-tab-bar/OjTabBar.ts +3 -5
- package/elements/oj-tab-bar/OjTabBarBase.js +14 -14
- package/elements/oj-tab-bar/OjTabBarBase.js.map +1 -1
- package/elements/oj-tab-bar/OjTabBarBase.ts +104 -107
- 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 +14 -13
- package/elements/oj-table/OjTable.js +5 -6
- package/elements/oj-table/OjTable.js.map +1 -1
- package/elements/oj-table/OjTable.ts +8 -11
- package/elements/oj-table/OjTableBase.js +36 -30
- package/elements/oj-table/OjTableBase.js.map +1 -1
- package/elements/oj-table/OjTableBase.ts +604 -547
- package/elements/oj-table/index.js +2 -2
- package/elements/oj-table/index.js.map +1 -1
- package/elements/oj-table/index.ts +14 -13
- package/elements/oj-tag-cloud/OjTagCloud.js.map +1 -1
- package/elements/oj-tag-cloud/OjTagCloud.ts +3 -5
- package/elements/oj-tag-cloud/OjTagCloudBase.js +20 -20
- package/elements/oj-tag-cloud/OjTagCloudBase.js.map +1 -1
- package/elements/oj-tag-cloud/OjTagCloudBase.ts +188 -191
- 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 +14 -13
- package/elements/oj-text-area/OjTextArea.js.map +1 -1
- package/elements/oj-text-area/OjTextArea.ts +3 -5
- package/elements/oj-text-area/OjTextAreaBase.js +29 -29
- package/elements/oj-text-area/OjTextAreaBase.js.map +1 -1
- package/elements/oj-text-area/OjTextAreaBase.ts +182 -185
- 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 +14 -13
- package/elements/oj-thematic-map/OjThematicMap.js.map +1 -1
- package/elements/oj-thematic-map/OjThematicMap.ts +3 -5
- package/elements/oj-thematic-map/OjThematicMapBase.js +37 -37
- package/elements/oj-thematic-map/OjThematicMapBase.js.map +1 -1
- package/elements/oj-thematic-map/OjThematicMapBase.ts +548 -551
- 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 +14 -13
- package/elements/oj-time-axis/OjTimeAxis.js.map +1 -1
- package/elements/oj-time-axis/OjTimeAxis.ts +3 -5
- package/elements/oj-time-axis/OjTimeAxisBase.js +6 -6
- package/elements/oj-time-axis/OjTimeAxisBase.js.map +1 -1
- package/elements/oj-time-axis/OjTimeAxisBase.ts +128 -131
- 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 +14 -13
- package/elements/oj-timeline/OjTimeline.js.map +1 -1
- package/elements/oj-timeline/OjTimeline.ts +3 -5
- package/elements/oj-timeline/OjTimelineBase.js +30 -21
- package/elements/oj-timeline/OjTimelineBase.js.map +1 -1
- package/elements/oj-timeline/OjTimelineBase.ts +716 -583
- package/elements/oj-timeline/index.js +2 -2
- package/elements/oj-timeline/index.js.map +1 -1
- package/elements/oj-timeline/index.ts +14 -13
- package/elements/oj-train/OjTrain.js.map +1 -1
- package/elements/oj-train/OjTrain.ts +3 -5
- package/elements/oj-train/OjTrainBase.js +4 -4
- package/elements/oj-train/OjTrainBase.js.map +1 -1
- package/elements/oj-train/OjTrainBase.ts +35 -38
- package/elements/oj-train/index.js +2 -2
- package/elements/oj-train/index.js.map +1 -1
- package/elements/oj-train/index.ts +14 -13
- package/elements/oj-tree-view/OjTreeView.js +23 -6
- package/elements/oj-tree-view/OjTreeView.js.map +1 -1
- package/elements/oj-tree-view/OjTreeView.ts +40 -11
- package/elements/oj-tree-view/OjTreeViewBase.js +9 -9
- package/elements/oj-tree-view/OjTreeViewBase.js.map +1 -1
- package/elements/oj-tree-view/OjTreeViewBase.ts +80 -75
- 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 +14 -13
- package/elements/oj-treemap/OjTreemap.js.map +1 -1
- package/elements/oj-treemap/OjTreemap.ts +3 -5
- package/elements/oj-treemap/OjTreemapBase.js +35 -35
- package/elements/oj-treemap/OjTreemapBase.js.map +1 -1
- package/elements/oj-treemap/OjTreemapBase.ts +384 -387
- package/elements/oj-treemap/index.js +2 -2
- package/elements/oj-treemap/index.js.map +1 -1
- package/elements/oj-treemap/index.ts +14 -13
- package/elements/oj-waterfall-layout/OjWaterfallLayout.js.map +1 -1
- package/elements/oj-waterfall-layout/OjWaterfallLayout.ts +3 -5
- package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js +5 -5
- package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js.map +1 -1
- package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.ts +46 -49
- 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 +14 -13
- package/index.ts +2 -2
- package/lib/driver-manager.js +6 -2
- package/lib/driver-manager.js.map +1 -1
- package/lib/driver-manager.ts +12 -8
- package/lib/input-utils.js +11 -1
- package/lib/input-utils.js.map +1 -1
- package/lib/input-utils.ts +18 -5
- package/lib/slot-proxy.js.map +1 -1
- package/lib/slot-proxy.ts +2 -1
- package/package.json +6 -5
- package/tsconfig.json +2 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {OjWebElement} from
|
|
1
|
+
import { OjWebElement } from '../';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* This is the base class for OjInputDateTime, and is generated from
|
|
@@ -9,602 +9,603 @@ import {OjWebElement} from "../";
|
|
|
9
9
|
*/
|
|
10
10
|
export class OjInputDateTimeBase extends OjWebElement {
|
|
11
11
|
/**
|
|
12
|
-
* Gets the value of asyncValidators property.
|
|
12
|
+
* Gets the value of <code>asyncValidators</code> property.
|
|
13
13
|
* Specifies a list of asynchronous validators used by the component when performing validation. Use async-validators when you need to perform some validation work on the server. See the Help documentation for more information.
|
|
14
|
-
* @return The value of asyncValidators property.
|
|
14
|
+
* @return The value of <code>asyncValidators</code> property.
|
|
15
15
|
* @deprecated Since 8.0.0. Use the validators property instead for either regular Validators or AsyncValidators.
|
|
16
16
|
*/
|
|
17
17
|
public getAsyncValidators(): Promise<Array<object>> {
|
|
18
|
-
return this.getProperty<Array<object>>(
|
|
18
|
+
return this.getProperty<Array<object>>('asyncValidators');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Gets the value of autocomplete property.
|
|
22
|
+
* Gets the value of <code>autocomplete</code> property.
|
|
23
23
|
* Specifies a component's autocomplete state. See the Help documentation for more information.
|
|
24
|
-
* @return The value of autocomplete property.
|
|
24
|
+
* @return The value of <code>autocomplete</code> property.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
public getAutocomplete(): Promise<string> {
|
|
28
|
-
return this.getProperty<string>(
|
|
28
|
+
return this.getProperty<string>('autocomplete');
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
* Gets the value of autofocus property.
|
|
32
|
+
* Gets the value of <code>autofocus</code> property.
|
|
33
33
|
* Specifies whether the component will get input focus when the page is loaded. See the Help documentation for more information.
|
|
34
|
-
* @return The value of autofocus property.
|
|
34
|
+
* @return The value of <code>autofocus</code> property.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
public getAutofocus(): Promise<boolean> {
|
|
38
|
-
return this.getProperty<boolean>(
|
|
38
|
+
return this.getProperty<boolean>('autofocus');
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
* Gets the value of converter property.
|
|
42
|
+
* Gets the value of <code>converter</code> property.
|
|
43
43
|
* An object that converts the datetime value. See the Help documentation for more information.
|
|
44
|
-
* @return The value of converter property.
|
|
44
|
+
* @return The value of <code>converter</code> property.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
public getConverter(): Promise<object> {
|
|
48
|
-
return this.getProperty<object>(
|
|
48
|
+
return this.getProperty<object>('converter');
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Gets the value of datePicker property.
|
|
52
|
+
* Gets the value of <code>datePicker</code> property.
|
|
53
53
|
* An object whose properties describe the appearance and behavior of the date picker. See the Help documentation for more information.
|
|
54
|
-
* @return The value of datePicker property.
|
|
54
|
+
* @return The value of <code>datePicker</code> property.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
|
-
public getDatePicker(): Promise<
|
|
58
|
-
return this.getProperty<
|
|
57
|
+
public getDatePicker(): Promise<DatePicker> {
|
|
58
|
+
return this.getProperty<DatePicker>('datePicker');
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* Gets the value of dayFormatter property.
|
|
62
|
+
* Gets the value of <code>dayFormatter</code> property.
|
|
63
63
|
* Specifies a callback function used when rendering the day. See the Help documentation for more information.
|
|
64
|
-
* @return The value of dayFormatter property.
|
|
64
|
+
* @return The value of <code>dayFormatter</code> property.
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
public getDayFormatter(): Promise<null> {
|
|
68
|
-
return this.getProperty<null>(
|
|
68
|
+
return this.getProperty<null>('dayFormatter');
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
|
-
* Gets the value of dayMetaData property.
|
|
72
|
+
* Gets the value of <code>dayMetaData</code> property.
|
|
73
73
|
* Specifies additional information to be used when rendering the day. See the Help documentation for more information.
|
|
74
|
-
* @return The value of dayMetaData property.
|
|
74
|
+
* @return The value of <code>dayMetaData</code> property.
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
public getDayMetaData(): Promise<object> {
|
|
78
|
-
return this.getProperty<object>(
|
|
78
|
+
return this.getProperty<object>('dayMetaData');
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/**
|
|
82
|
-
* Gets the value of describedBy property.
|
|
82
|
+
* Gets the value of <code>describedBy</code> property.
|
|
83
83
|
* The form component's oj-label automatically sets described-by to make it accessible. It is not meant to be set by application developer.
|
|
84
|
-
* @return The value of describedBy property.
|
|
84
|
+
* @return The value of <code>describedBy</code> property.
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
public getDescribedBy(): Promise<string> {
|
|
88
|
-
return this.getProperty<string>(
|
|
88
|
+
return this.getProperty<string>('describedBy');
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
* Gets the value of disabled property.
|
|
92
|
+
* Gets the value of <code>disabled</code> property.
|
|
93
93
|
* Specifies whether the component is disabled. The default is false.
|
|
94
|
-
* @return The value of disabled property.
|
|
94
|
+
* @return The value of <code>disabled</code> property.
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
public getDisabled(): Promise<boolean> {
|
|
98
|
-
return this.getProperty<boolean>(
|
|
98
|
+
return this.getProperty<boolean>('disabled');
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
/**
|
|
102
|
-
* Gets the value of displayOptions property.
|
|
102
|
+
* Gets the value of <code>displayOptions</code> property.
|
|
103
103
|
* Display options for auxiliary content that determines whether or not it should be displayed.
|
|
104
|
-
* @return The value of displayOptions property.
|
|
104
|
+
* @return The value of <code>displayOptions</code> property.
|
|
105
105
|
*
|
|
106
106
|
*/
|
|
107
|
-
public getDisplayOptions(): Promise<
|
|
108
|
-
return this.getProperty<
|
|
107
|
+
public getDisplayOptions(): Promise<DisplayOptions> {
|
|
108
|
+
return this.getProperty<DisplayOptions>('displayOptions');
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
|
-
* Gets the value of help property.
|
|
112
|
+
* Gets the value of <code>help</code> property.
|
|
113
113
|
* Form component help information.
|
|
114
|
-
* @return The value of help property.
|
|
114
|
+
* @return The value of <code>help</code> property.
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
|
-
public getHelp(): Promise<
|
|
118
|
-
return this.getProperty<
|
|
117
|
+
public getHelp(): Promise<Help> {
|
|
118
|
+
return this.getProperty<Help>('help');
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* Gets the value of helpHints property.
|
|
122
|
+
* Gets the value of <code>helpHints</code> property.
|
|
123
123
|
* Represents hints for an oj-form-layout element to render help information on the label of the editable component.
|
|
124
|
-
* @return The value of helpHints property.
|
|
124
|
+
* @return The value of <code>helpHints</code> property.
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
|
-
public getHelpHints(): Promise<
|
|
128
|
-
return this.getProperty<
|
|
127
|
+
public getHelpHints(): Promise<HelpHints> {
|
|
128
|
+
return this.getProperty<HelpHints>('helpHints');
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* Gets the value of keyboardEdit property.
|
|
132
|
+
* Gets the value of <code>keyboardEdit</code> property.
|
|
133
133
|
* Determines if keyboard entry of the text is allowed. When disabled, the picker must be used to select the date. See the Help documentation for more information.
|
|
134
|
-
* @return The value of keyboardEdit property.
|
|
134
|
+
* @return The value of <code>keyboardEdit</code> property.
|
|
135
135
|
*
|
|
136
136
|
*/
|
|
137
137
|
public getKeyboardEdit(): Promise<string> {
|
|
138
|
-
return this.getProperty<string>(
|
|
138
|
+
return this.getProperty<string>('keyboardEdit');
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
|
-
* Gets the value of labelEdge property.
|
|
142
|
+
* Gets the value of <code>labelEdge</code> property.
|
|
143
143
|
* Defines how the label of a component is created. See the Help documentation for more information.
|
|
144
|
-
* @return The value of labelEdge property.
|
|
144
|
+
* @return The value of <code>labelEdge</code> property.
|
|
145
145
|
*
|
|
146
146
|
*/
|
|
147
147
|
public getLabelEdge(): Promise<string> {
|
|
148
|
-
return this.getProperty<string>(
|
|
148
|
+
return this.getProperty<string>('labelEdge');
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
* Gets the value of labelHint property.
|
|
152
|
+
* Gets the value of <code>labelHint</code> property.
|
|
153
153
|
* Represents a hint for oj-form-layout element to render a label on the editable component.
|
|
154
|
-
* @return The value of labelHint property.
|
|
154
|
+
* @return The value of <code>labelHint</code> property.
|
|
155
155
|
*
|
|
156
156
|
*/
|
|
157
157
|
public getLabelHint(): Promise<string> {
|
|
158
|
-
return this.getProperty<string>(
|
|
158
|
+
return this.getProperty<string>('labelHint');
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
|
-
* Gets the value of labelledBy property.
|
|
162
|
+
* Gets the value of <code>labelledBy</code> property.
|
|
163
163
|
* The oj-label sets the labelledBy property programmatically on the form component. See the Help documentation for more information.
|
|
164
|
-
* @return The value of labelledBy property.
|
|
164
|
+
* @return The value of <code>labelledBy</code> property.
|
|
165
165
|
*
|
|
166
166
|
*/
|
|
167
167
|
public getLabelledBy(): Promise<string|null> {
|
|
168
|
-
return this.getProperty<string|null>(
|
|
168
|
+
return this.getProperty<string|null>('labelledBy');
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
|
-
* Gets the value of max property.
|
|
172
|
+
* Gets the value of <code>max</code> property.
|
|
173
173
|
* The maximum selectable datetime, in ISO string format. When set to null, there is no maximum.
|
|
174
|
-
* @return The value of max property.
|
|
174
|
+
* @return The value of <code>max</code> property.
|
|
175
175
|
*
|
|
176
176
|
*/
|
|
177
177
|
public getMax(): Promise<string|null> {
|
|
178
|
-
return this.getProperty<string|null>(
|
|
178
|
+
return this.getProperty<string|null>('max');
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* Sets the value of
|
|
182
|
+
* Sets the value of <code>messagesCustom</code> property.
|
|
183
183
|
* A list of messages added by an application to the component. See the Help documentation for more information.
|
|
184
|
-
* @param messagesCustom The value to set for
|
|
184
|
+
* @param messagesCustom The value to set for <code>messagesCustom</code>
|
|
185
185
|
*
|
|
186
186
|
*/
|
|
187
187
|
public changeMessagesCustom(messagesCustom: Array<object>): Promise<void> {
|
|
188
|
-
return this.setProperty<Array<object>>(
|
|
188
|
+
return this.setProperty<Array<object>>('messagesCustom', messagesCustom);
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
* Gets the value of messagesCustom property.
|
|
192
|
+
* Gets the value of <code>messagesCustom</code> property.
|
|
193
193
|
* A list of messages added by an application to the component. See the Help documentation for more information.
|
|
194
|
-
* @return The value of messagesCustom property.
|
|
194
|
+
* @return The value of <code>messagesCustom</code> property.
|
|
195
195
|
*
|
|
196
196
|
*/
|
|
197
197
|
public getMessagesCustom(): Promise<Array<object>> {
|
|
198
|
-
return this.getProperty<Array<object>>(
|
|
198
|
+
return this.getProperty<Array<object>>('messagesCustom');
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
|
-
* Gets the value of min property.
|
|
202
|
+
* Gets the value of <code>min</code> property.
|
|
203
203
|
* The minimum selectable datetime, in ISO string format. When set to null, there is no minimum.
|
|
204
|
-
* @return The value of min property.
|
|
204
|
+
* @return The value of <code>min</code> property.
|
|
205
205
|
*
|
|
206
206
|
*/
|
|
207
207
|
public getMin(): Promise<string|null> {
|
|
208
|
-
return this.getProperty<string|null>(
|
|
208
|
+
return this.getProperty<string|null>('min');
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
/**
|
|
212
|
-
* Gets the value of name property.
|
|
212
|
+
* Gets the value of <code>name</code> property.
|
|
213
213
|
* Specifies the name of the component.
|
|
214
|
-
* @return The value of name property.
|
|
214
|
+
* @return The value of <code>name</code> property.
|
|
215
215
|
* @deprecated Since 6.0.0. JET does not use form submit, so this is not needed.
|
|
216
216
|
*/
|
|
217
217
|
public getName(): Promise<string> {
|
|
218
|
-
return this.getProperty<string>(
|
|
218
|
+
return this.getProperty<string>('name');
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
* Gets the value of pickerAttributes property.
|
|
222
|
+
* Gets the value of <code>pickerAttributes</code> property.
|
|
223
223
|
* Specifies attributes to be set on the picker DOM element when it is launched. See the Help documentation for more information.
|
|
224
|
-
* @return The value of pickerAttributes property.
|
|
224
|
+
* @return The value of <code>pickerAttributes</code> property.
|
|
225
225
|
*
|
|
226
226
|
*/
|
|
227
|
-
public getPickerAttributes(): Promise<
|
|
228
|
-
return this.getProperty<
|
|
227
|
+
public getPickerAttributes(): Promise<PickerAttributes> {
|
|
228
|
+
return this.getProperty<PickerAttributes>('pickerAttributes');
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
|
-
* Gets the value of placeholder property.
|
|
232
|
+
* Gets the value of <code>placeholder</code> property.
|
|
233
233
|
* The placeholder text to set on the element.
|
|
234
|
-
* @return The value of placeholder property.
|
|
234
|
+
* @return The value of <code>placeholder</code> property.
|
|
235
235
|
*
|
|
236
236
|
*/
|
|
237
237
|
public getPlaceholder(): Promise<string> {
|
|
238
|
-
return this.getProperty<string>(
|
|
238
|
+
return this.getProperty<string>('placeholder');
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
|
-
* Gets the value of rawValue property.
|
|
242
|
+
* Gets the value of <code>rawValue</code> property.
|
|
243
243
|
* Read-only property used for retrieving the current value from the input field in string form. See the Help documentation for more information.
|
|
244
|
-
* @return The value of rawValue property.
|
|
244
|
+
* @return The value of <code>rawValue</code> property.
|
|
245
245
|
*
|
|
246
246
|
*/
|
|
247
247
|
public getRawValue(): Promise<string> {
|
|
248
|
-
return this.getProperty<string>(
|
|
248
|
+
return this.getProperty<string>('rawValue');
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
|
-
* Gets the value of readonly property.
|
|
252
|
+
* Gets the value of <code>readonly</code> property.
|
|
253
253
|
* Specifies whether the component is read-only. A read-only element cannot be modified, but user interaction is allowed. See the Help documentation for more information.
|
|
254
|
-
* @return The value of readonly property.
|
|
254
|
+
* @return The value of <code>readonly</code> property.
|
|
255
255
|
*
|
|
256
256
|
*/
|
|
257
257
|
public getReadonly(): Promise<boolean> {
|
|
258
|
-
return this.getProperty<boolean>(
|
|
258
|
+
return this.getProperty<boolean>('readonly');
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
|
-
* Gets the value of renderMode property.
|
|
262
|
+
* Gets the value of <code>renderMode</code> property.
|
|
263
263
|
* Specifies whether to render the date picker in JET, or as a native picker control. See the Help documentation for more information.
|
|
264
|
-
* @return The value of renderMode property.
|
|
264
|
+
* @return The value of <code>renderMode</code> property.
|
|
265
265
|
* @deprecated Since 8.0.0. The "native" mode rendering is deprecated because JET is promoting a consistent Oracle UX over native look and feel in Redwood. Since this property takes only two values the property itself is deprecated. The theme variable "$inputDateTimeRenderModeOptionDefault" is also deprecated for the same reason.
|
|
266
266
|
*/
|
|
267
267
|
public getRenderMode(): Promise<string> {
|
|
268
|
-
return this.getProperty<string>(
|
|
268
|
+
return this.getProperty<string>('renderMode');
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
/**
|
|
272
|
-
* Gets the value of required property.
|
|
272
|
+
* Gets the value of <code>required</code> property.
|
|
273
273
|
* Specifies whether the component is required or optional. See the Help documentation for more information.
|
|
274
|
-
* @return The value of required property.
|
|
274
|
+
* @return The value of <code>required</code> property.
|
|
275
275
|
*
|
|
276
276
|
*/
|
|
277
277
|
public getRequired(): Promise<boolean> {
|
|
278
|
-
return this.getProperty<boolean>(
|
|
278
|
+
return this.getProperty<boolean>('required');
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
|
-
* Gets the value of timePicker property.
|
|
282
|
+
* Gets the value of <code>timePicker</code> property.
|
|
283
283
|
* An object whose properties describe the appearance and behavior of the time picker. See the Help documentation for more information.
|
|
284
|
-
* @return The value of timePicker property.
|
|
284
|
+
* @return The value of <code>timePicker</code> property.
|
|
285
285
|
*
|
|
286
286
|
*/
|
|
287
|
-
public getTimePicker(): Promise<
|
|
288
|
-
return this.getProperty<
|
|
287
|
+
public getTimePicker(): Promise<TimePicker> {
|
|
288
|
+
return this.getProperty<TimePicker>('timePicker');
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
/**
|
|
292
|
-
* Gets the value of translations property.
|
|
292
|
+
* Gets the value of <code>translations</code> property.
|
|
293
293
|
* A collection of translated resources from the translation bundle, or null if this component has no resources.
|
|
294
|
-
* @return The value of translations property.
|
|
294
|
+
* @return The value of <code>translations</code> property.
|
|
295
295
|
*
|
|
296
296
|
*/
|
|
297
|
-
public getTranslations(): Promise<
|
|
298
|
-
return this.getProperty<
|
|
297
|
+
public getTranslations(): Promise<Translations|null> {
|
|
298
|
+
return this.getProperty<Translations|null>('translations');
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
/**
|
|
302
|
-
* Gets the value of userAssistanceDensity property.
|
|
302
|
+
* Gets the value of <code>userAssistanceDensity</code> property.
|
|
303
303
|
* Specifies the density of the form component's user assistance presentation.
|
|
304
|
-
* @return The value of userAssistanceDensity property.
|
|
304
|
+
* @return The value of <code>userAssistanceDensity</code> property.
|
|
305
305
|
*
|
|
306
306
|
*/
|
|
307
307
|
public getUserAssistanceDensity(): Promise<string> {
|
|
308
|
-
return this.getProperty<string>(
|
|
308
|
+
return this.getProperty<string>('userAssistanceDensity');
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
|
-
* Gets the value of valid property.
|
|
312
|
+
* Gets the value of <code>valid</code> property.
|
|
313
313
|
* The validity state of the component
|
|
314
|
-
* @return The value of valid property.
|
|
314
|
+
* @return The value of <code>valid</code> property.
|
|
315
315
|
*
|
|
316
316
|
*/
|
|
317
317
|
public getValid(): Promise<string> {
|
|
318
|
-
return this.getProperty<string>(
|
|
318
|
+
return this.getProperty<string>('valid');
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
/**
|
|
322
|
-
* Gets the value of validators property.
|
|
322
|
+
* Gets the value of <code>validators</code> property.
|
|
323
323
|
* A list of validators used by the element, along with any implicit component validators, when performing validation. See the Help documentation for more information.
|
|
324
|
-
* @return The value of validators property.
|
|
324
|
+
* @return The value of <code>validators</code> property.
|
|
325
325
|
*
|
|
326
326
|
*/
|
|
327
327
|
public getValidators(): Promise<Array<object>> {
|
|
328
|
-
return this.getProperty<Array<object>>(
|
|
328
|
+
return this.getProperty<Array<object>>('validators');
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
/**
|
|
332
|
-
* Sets the value of
|
|
332
|
+
* Sets the value of <code>value</code> property.
|
|
333
333
|
* The value of the input datetime element, which must be an ISOString. See the Help documentation for more information.
|
|
334
|
-
* @param value The value to set for
|
|
334
|
+
* @param value The value to set for <code>value</code>
|
|
335
335
|
*
|
|
336
336
|
*/
|
|
337
337
|
public changeValue(value: string): Promise<void> {
|
|
338
|
-
return this.setProperty<string>(
|
|
338
|
+
return this.setProperty<string>('value', value);
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
/**
|
|
342
|
-
* Gets the value of value property.
|
|
342
|
+
* Gets the value of <code>value</code> property.
|
|
343
343
|
* The value of the input datetime element, which must be an ISOString. See the Help documentation for more information.
|
|
344
|
-
* @return The value of value property.
|
|
344
|
+
* @return The value of <code>value</code> property.
|
|
345
345
|
*
|
|
346
346
|
*/
|
|
347
347
|
public getValue(): Promise<string> {
|
|
348
|
-
return this.getProperty<string>(
|
|
348
|
+
return this.getProperty<string>('value');
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
}
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
352
|
+
export interface DatePicker {
|
|
353
|
+
/**
|
|
354
|
+
* Specifies whether the month should be rendered as a button to allow selection, instead of as text.
|
|
355
|
+
*/
|
|
356
|
+
"changeMonth": string;
|
|
357
|
+
/**
|
|
358
|
+
* Specifies whether the year should be rendered as a button to allow selection, instead of as text.
|
|
359
|
+
*/
|
|
360
|
+
"changeYear": string;
|
|
361
|
+
/**
|
|
362
|
+
* Specifies the position in multiple months at which to show the current month (starting at 0).
|
|
363
|
+
*/
|
|
364
|
+
"currentMonthPos": number;
|
|
365
|
+
/**
|
|
366
|
+
* Specifies the behavior of days outside the current viewing month.
|
|
367
|
+
*/
|
|
368
|
+
"daysOutsideMonth": string;
|
|
369
|
+
/**
|
|
370
|
+
* Specifies what content is shown within the footer of the calendar.
|
|
371
|
+
*/
|
|
372
|
+
"footerLayout": string;
|
|
373
|
+
/**
|
|
374
|
+
* Specifies the number of months to show at once. See the Help documentation for more information.
|
|
375
|
+
*/
|
|
376
|
+
"numberOfMonths": number;
|
|
377
|
+
/**
|
|
378
|
+
* Specifies when the date picker should be shown.
|
|
379
|
+
*/
|
|
380
|
+
"showOn": string;
|
|
381
|
+
/**
|
|
382
|
+
* Specifies the number of months to step backwards and forwards for the Ctrl+Alt+Page Up and Ctrl+Alt+Page Down keystrokes.
|
|
383
|
+
*/
|
|
384
|
+
"stepBigMonths": number;
|
|
385
|
+
/**
|
|
386
|
+
* Specifies how the prev and next keys will step backwards and forwards through the months. See the Help documentation for more information.
|
|
387
|
+
*/
|
|
388
|
+
"stepMonths": string|number;
|
|
389
|
+
/**
|
|
390
|
+
* Specifies whether the week of the year will be shown.
|
|
391
|
+
*/
|
|
392
|
+
"weekDisplay": string;
|
|
393
|
+
/**
|
|
394
|
+
* Specifies the range of years displayed in the year drop-down. See the Help documentation for more information.
|
|
395
|
+
*/
|
|
396
|
+
"yearRange": string;
|
|
397
|
+
}
|
|
398
|
+
export interface DisplayOptions {
|
|
399
|
+
/**
|
|
400
|
+
* Display options for auxiliary converter hint text that determines whether it should be displayed.
|
|
401
|
+
*/
|
|
402
|
+
"converterHint": Array<string>|string;
|
|
403
|
+
/**
|
|
404
|
+
* Display options for auxiliary help instruction text that determines whether it should be displayed.
|
|
405
|
+
*/
|
|
406
|
+
"helpInstruction": Array<string>|string;
|
|
407
|
+
/**
|
|
408
|
+
* Display options for auxiliary message text that determines whether it should be displayed.
|
|
409
|
+
*/
|
|
410
|
+
"messages": Array<string>|string;
|
|
411
|
+
/**
|
|
412
|
+
* Display options for auxiliary validator hint text that determines whether it should be displayed.
|
|
413
|
+
*/
|
|
414
|
+
"validatorHint": Array<string>|string;
|
|
415
|
+
}
|
|
416
|
+
export interface Help {
|
|
417
|
+
/**
|
|
418
|
+
* Represents advisory information for the component, such as would be appropriate for a tooltip.
|
|
419
|
+
*/
|
|
420
|
+
"instruction": string;
|
|
421
|
+
}
|
|
422
|
+
export interface HelpHints {
|
|
423
|
+
/**
|
|
424
|
+
* Hint for help definition text associated with the label.
|
|
425
|
+
*/
|
|
426
|
+
"definition": string;
|
|
427
|
+
/**
|
|
428
|
+
* Help source URL associated with the component.
|
|
429
|
+
*/
|
|
430
|
+
"source": string;
|
|
431
|
+
}
|
|
432
|
+
export interface PickerAttributes {
|
|
433
|
+
/**
|
|
434
|
+
*
|
|
435
|
+
*/
|
|
436
|
+
"class": string;
|
|
437
|
+
/**
|
|
438
|
+
*
|
|
439
|
+
*/
|
|
440
|
+
"style": string;
|
|
441
|
+
}
|
|
442
|
+
export interface TimePicker {
|
|
443
|
+
/**
|
|
444
|
+
* Specifies what content is shown within the footer of the wheel time picker.
|
|
445
|
+
*/
|
|
446
|
+
"footerLayout": string;
|
|
447
|
+
/**
|
|
448
|
+
* Specifies when the time picker should be shown.
|
|
449
|
+
*/
|
|
450
|
+
"showOn": string;
|
|
451
|
+
/**
|
|
452
|
+
* Specifies the time increment used for InputDateTime. See the Help documentation for more information.
|
|
453
|
+
*/
|
|
454
|
+
"timeIncrement": string;
|
|
455
|
+
}
|
|
456
|
+
export interface Translations {
|
|
457
|
+
/**
|
|
458
|
+
* Message to announce to AT via aria-live when the length.max is exceeded.
|
|
459
|
+
*/
|
|
460
|
+
"accessibleMaxLengthExceeded": string;
|
|
461
|
+
/**
|
|
462
|
+
* Message to annnouce to AT via aria-live for the remaining character count.
|
|
463
|
+
*/
|
|
464
|
+
"accessibleMaxLengthRemaining": string;
|
|
465
|
+
/**
|
|
466
|
+
* The text to display for the Cancel link.
|
|
467
|
+
*/
|
|
468
|
+
"cancel": string;
|
|
469
|
+
/**
|
|
470
|
+
* The text to display for the current day link.
|
|
471
|
+
*/
|
|
472
|
+
"currentText": string;
|
|
473
|
+
/**
|
|
474
|
+
* Provides properties to customize the hint and message text used by the implicit date restriction validator associated to the InputDateTime and InputDate components.
|
|
475
|
+
*/
|
|
476
|
+
"dateRestriction": TranslationsDateRestriction;
|
|
477
|
+
/**
|
|
478
|
+
* Provides properties to customize the hint and message text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components.
|
|
479
|
+
*/
|
|
480
|
+
"dateTimeRange": TranslationsDateTimeRange;
|
|
481
|
+
/**
|
|
482
|
+
* The text to display for the switcher's Done link.
|
|
483
|
+
*/
|
|
484
|
+
"done": string;
|
|
485
|
+
/**
|
|
486
|
+
* The text to display for the next month link.
|
|
487
|
+
*/
|
|
488
|
+
"nextText": string;
|
|
489
|
+
/**
|
|
490
|
+
* The text to display for the previous month link.
|
|
491
|
+
*/
|
|
492
|
+
"prevText": string;
|
|
493
|
+
/**
|
|
494
|
+
* Provides properties to customize the message text used by the implicit regexp validator associated to the InputText and TextArea components.
|
|
495
|
+
*/
|
|
496
|
+
"regexp": TranslationsRegexp;
|
|
497
|
+
/**
|
|
498
|
+
* Provides properties to customize the summary, detail and hint text used by the implicit required validator associated to any editable component that supports the required option.
|
|
499
|
+
*/
|
|
500
|
+
"required": TranslationsRequired;
|
|
501
|
+
/**
|
|
502
|
+
* The aria-label text for the time input in a oj-date-time-picker. When the screen reader user tabs to the input, they will hear 'Time' so that they know they are on the time field of the oj-date-time-picker.
|
|
503
|
+
*/
|
|
504
|
+
"time": string;
|
|
505
|
+
/**
|
|
506
|
+
* Tooltip text for the calendar icon.
|
|
507
|
+
*/
|
|
508
|
+
"tooltipCalendar": string;
|
|
509
|
+
/**
|
|
510
|
+
* Tooltip text for the calendar icon when the component is disabled.
|
|
511
|
+
*/
|
|
512
|
+
"tooltipCalendarDisabled": string;
|
|
513
|
+
/**
|
|
514
|
+
* Tooltip text for the calendar + time icon.
|
|
515
|
+
*/
|
|
516
|
+
"tooltipCalendarTime": string;
|
|
517
|
+
/**
|
|
518
|
+
* Tooltip text for the calendar + time icon when the component is disabled.
|
|
519
|
+
*/
|
|
520
|
+
"tooltipCalendarTimeDisabled": string;
|
|
521
|
+
/**
|
|
522
|
+
* The text to display for the week of the year column heading.
|
|
523
|
+
*/
|
|
524
|
+
"weekHeader": string;
|
|
525
|
+
}
|
|
526
|
+
export interface TranslationsDateRestriction {
|
|
527
|
+
/**
|
|
528
|
+
* Hint text used by the implicit date restriction validator associated to the InputDateTime and InputDate components.
|
|
529
|
+
*/
|
|
530
|
+
"hint": string;
|
|
531
|
+
/**
|
|
532
|
+
* Message detail for the implicit date restriction validator associated to the InputDateTime and InputDate components.
|
|
533
|
+
*/
|
|
534
|
+
"messageDetail": string;
|
|
535
|
+
/**
|
|
536
|
+
* Message summary for the implicit date restriction validator associated to the InputDateTime and InputDate components.
|
|
537
|
+
*/
|
|
538
|
+
"messageSummary": string;
|
|
539
|
+
}
|
|
540
|
+
export interface TranslationsDateTimeRange {
|
|
541
|
+
/**
|
|
542
|
+
* Provides properties to customize the hint text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components.
|
|
543
|
+
*/
|
|
544
|
+
"hint": TranslationsDateTimeRangeHint;
|
|
545
|
+
/**
|
|
546
|
+
* Provides properties to customize the error message text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components.
|
|
547
|
+
*/
|
|
548
|
+
"messageDetail": TranslationsDateTimeRangeMessageDetail;
|
|
549
|
+
/**
|
|
550
|
+
* Provides properties to customize the error message summary text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components.
|
|
551
|
+
*/
|
|
552
|
+
"messageSummary": TranslationsDateTimeRangeMessageSummary;
|
|
553
|
+
}
|
|
554
|
+
export interface TranslationsDateTimeRangeHint {
|
|
555
|
+
/**
|
|
556
|
+
* Hint text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. hint.inRange is shown when both min and max are set, and is used to tell the user the allowed number range.
|
|
557
|
+
*/
|
|
558
|
+
"inRange": string;
|
|
559
|
+
/**
|
|
560
|
+
* Hint text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. hint.max is shown when max is set and min is not set, and is used to tell the user the allowed maximum.
|
|
561
|
+
*/
|
|
562
|
+
"max": string;
|
|
563
|
+
/**
|
|
564
|
+
* Hint text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. hint.min is shown when min is set and max is not set, and is used to tell the user the allowed minimum.
|
|
565
|
+
*/
|
|
566
|
+
"min": string;
|
|
567
|
+
}
|
|
568
|
+
export interface TranslationsDateTimeRangeMessageDetail {
|
|
569
|
+
/**
|
|
570
|
+
* Error message text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. messageDetail.rangeOverflow is shown when max is set, and the value is greater than the maximum.
|
|
571
|
+
*/
|
|
572
|
+
"rangeOverflow": string;
|
|
573
|
+
/**
|
|
574
|
+
* Error message text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. messageDetail.rangeUnderflow is shown when min is set, and the value is less than the minimum.
|
|
575
|
+
*/
|
|
576
|
+
"rangeUnderflow": string;
|
|
577
|
+
}
|
|
578
|
+
export interface TranslationsDateTimeRangeMessageSummary {
|
|
579
|
+
/**
|
|
580
|
+
* Error message summary text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. messageSummary.rangeOverflow is shown when max is set, and the value is greater than the maximum.
|
|
581
|
+
*/
|
|
582
|
+
"rangeOverflow": string;
|
|
583
|
+
/**
|
|
584
|
+
* Error message summary text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. messageSummary.rangeUnderflow is shown when min is set, and the value is less than the minimum.
|
|
585
|
+
*/
|
|
586
|
+
"rangeUnderflow": string;
|
|
587
|
+
}
|
|
588
|
+
export interface TranslationsRegexp {
|
|
589
|
+
/**
|
|
590
|
+
* Provides properties to customize the error message detail used by the implicit regexp validator associated to the InputText and TextArea components.
|
|
591
|
+
*/
|
|
592
|
+
"messageDetail": string;
|
|
593
|
+
/**
|
|
594
|
+
* Provides properties to customize the error message summary used by the implicit regexp validator associated to the InputText and TextArea components.
|
|
595
|
+
*/
|
|
596
|
+
"messageSummary": string;
|
|
597
|
+
}
|
|
598
|
+
export interface TranslationsRequired {
|
|
599
|
+
/**
|
|
600
|
+
* Hint text used by required validation error.
|
|
601
|
+
*/
|
|
602
|
+
"hint": string;
|
|
603
|
+
/**
|
|
604
|
+
* Message text that describes the details of the required validation error.
|
|
605
|
+
*/
|
|
606
|
+
"messageDetail": string;
|
|
607
|
+
/**
|
|
608
|
+
* Message text for summarizing a required validation error.
|
|
609
|
+
*/
|
|
610
|
+
"messageSummary": string;
|
|
610
611
|
}
|