@oracle/oraclejet-webdriver 11.1.0 → 12.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/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/OjWebElement.js +5 -2
- package/elements/OjWebElement.js.map +1 -1
- package/elements/OjWebElement.ts +5 -2
- 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.map +1 -1
- package/elements/oj-data-grid/OjDataGrid.ts +3 -5
- 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 -563
- 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 +28 -22
- package/elements/oj-timeline/OjTimelineBase.js.map +1 -1
- package/elements/oj-timeline/OjTimelineBase.ts +709 -606
- 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/Expectation.js.map +1 -1
- package/lib/Expectation.ts +1 -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/driver-override.js +1 -1
- package/lib/driver-override.ts +1 -1
- package/lib/input-utils.js.map +1 -1
- package/lib/input-utils.ts +3 -0
- 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 OjTable, and is generated from
|
|
@@ -9,764 +9,805 @@ import {OjWebElement} from "../";
|
|
|
9
9
|
*/
|
|
10
10
|
export class OjTableBase extends OjWebElement {
|
|
11
11
|
/**
|
|
12
|
-
* Gets the value of accessibility property.
|
|
12
|
+
* Gets the value of <code>accessibility</code> property.
|
|
13
13
|
* Accessibility attributes.
|
|
14
|
-
* @return The value of accessibility property.
|
|
14
|
+
* @return The value of <code>accessibility</code> property.
|
|
15
15
|
*
|
|
16
16
|
*/
|
|
17
|
-
public getAccessibility(): Promise<
|
|
18
|
-
return this.getProperty<
|
|
17
|
+
public getAccessibility(): Promise<Accessibility|null> {
|
|
18
|
+
return this.getProperty<Accessibility|null>('accessibility');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Gets the value of
|
|
22
|
+
* Gets the value of <code>addRowDisplay</code> property.
|
|
23
|
+
* Specifies whether to show or hide add new row when addRowTemplate or addRowCellTemplate is present.
|
|
24
|
+
* @return The value of <code>addRowDisplay</code> property.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
public getAddRowDisplay(): Promise<string> {
|
|
28
|
+
return this.getProperty<string>('addRowDisplay');
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Gets the value of <code>as</code> property.
|
|
23
33
|
* An alias for the '$current' context variable passed to the content of the cell template.
|
|
24
|
-
* @return The value of as property.
|
|
34
|
+
* @return The value of <code>as</code> property.
|
|
25
35
|
* @deprecated Since 6.2.0. Set the alias directly on the template element using the data-oj-as attribute instead.
|
|
26
36
|
*/
|
|
27
37
|
public getAs(): Promise<string> {
|
|
28
|
-
return this.getProperty<string>(
|
|
38
|
+
return this.getProperty<string>('as');
|
|
29
39
|
}
|
|
30
40
|
|
|
31
41
|
/**
|
|
32
|
-
* Sets the value of
|
|
42
|
+
* Sets the value of <code>columns</code> property.
|
|
33
43
|
* An array of column definitions. See the Help documentation for more information.
|
|
34
|
-
* @param columns The value to set for
|
|
44
|
+
* @param columns The value to set for <code>columns</code>
|
|
35
45
|
*
|
|
36
46
|
*/
|
|
37
|
-
public changeColumns(columns: Array<
|
|
38
|
-
return this.setProperty<Array<
|
|
47
|
+
public changeColumns(columns: Array<Columns>|null): Promise<void> {
|
|
48
|
+
return this.setProperty<Array<Columns>|null>('columns', columns);
|
|
39
49
|
}
|
|
40
50
|
|
|
41
51
|
/**
|
|
42
|
-
* Gets the value of columns property.
|
|
52
|
+
* Gets the value of <code>columns</code> property.
|
|
43
53
|
* An array of column definitions. See the Help documentation for more information.
|
|
44
|
-
* @return The value of columns property.
|
|
54
|
+
* @return The value of <code>columns</code> property.
|
|
45
55
|
*
|
|
46
56
|
*/
|
|
47
|
-
public getColumns(): Promise<Array<
|
|
48
|
-
return this.getProperty<Array<
|
|
57
|
+
public getColumns(): Promise<Array<Columns>|null> {
|
|
58
|
+
return this.getProperty<Array<Columns>|null>('columns');
|
|
49
59
|
}
|
|
50
60
|
|
|
51
61
|
/**
|
|
52
|
-
* Gets the value of columnsDefault property.
|
|
62
|
+
* Gets the value of <code>columnsDefault</code> property.
|
|
53
63
|
* Default values to apply to all column objects.
|
|
54
|
-
* @return The value of columnsDefault property.
|
|
64
|
+
* @return The value of <code>columnsDefault</code> property.
|
|
55
65
|
*
|
|
56
66
|
*/
|
|
57
|
-
public getColumnsDefault(): Promise<
|
|
58
|
-
return this.getProperty<
|
|
67
|
+
public getColumnsDefault(): Promise<ColumnsDefault|null> {
|
|
68
|
+
return this.getProperty<ColumnsDefault|null>('columnsDefault');
|
|
59
69
|
}
|
|
60
70
|
|
|
61
71
|
/**
|
|
62
|
-
* Sets the value of
|
|
72
|
+
* Sets the value of <code>currentRow</code> property.
|
|
63
73
|
* Specifies the row that currently has keyboard focus. See the Help documentation for more information.
|
|
64
|
-
* @param currentRow The value to set for
|
|
74
|
+
* @param currentRow The value to set for <code>currentRow</code>
|
|
65
75
|
*
|
|
66
76
|
*/
|
|
67
77
|
public changeCurrentRow(currentRow: object): Promise<void> {
|
|
68
|
-
return this.setProperty<object>(
|
|
78
|
+
return this.setProperty<object>('currentRow', currentRow);
|
|
69
79
|
}
|
|
70
80
|
|
|
71
81
|
/**
|
|
72
|
-
* Gets the value of currentRow property.
|
|
82
|
+
* Gets the value of <code>currentRow</code> property.
|
|
73
83
|
* Specifies the row that currently has keyboard focus. See the Help documentation for more information.
|
|
74
|
-
* @return The value of currentRow property.
|
|
84
|
+
* @return The value of <code>currentRow</code> property.
|
|
75
85
|
*
|
|
76
86
|
*/
|
|
77
87
|
public getCurrentRow(): Promise<object> {
|
|
78
|
-
return this.getProperty<object>(
|
|
88
|
+
return this.getProperty<object>('currentRow');
|
|
79
89
|
}
|
|
80
90
|
|
|
81
91
|
/**
|
|
82
|
-
* Gets the value of data property.
|
|
92
|
+
* Gets the value of <code>data</code> property.
|
|
83
93
|
* Specifies the data for the table. See the Help documentation for more information.
|
|
84
|
-
* @return The value of data property.
|
|
94
|
+
* @return The value of <code>data</code> property.
|
|
85
95
|
* @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
|
|
86
96
|
*/
|
|
87
97
|
public getData(): Promise<object|null> {
|
|
88
|
-
return this.getProperty<object|null>(
|
|
98
|
+
return this.getProperty<object|null>('data');
|
|
89
99
|
}
|
|
90
100
|
|
|
91
101
|
/**
|
|
92
|
-
* Gets the value of display property.
|
|
102
|
+
* Gets the value of <code>display</code> property.
|
|
93
103
|
* Specifies whether to display this table in list or grid mode. See the Help documentation for more information.
|
|
94
|
-
* @return The value of display property.
|
|
104
|
+
* @return The value of <code>display</code> property.
|
|
95
105
|
*
|
|
96
106
|
*/
|
|
97
107
|
public getDisplay(): Promise<string> {
|
|
98
|
-
return this.getProperty<string>(
|
|
108
|
+
return this.getProperty<string>('display');
|
|
99
109
|
}
|
|
100
110
|
|
|
101
111
|
/**
|
|
102
|
-
* Gets the value of dnd property.
|
|
112
|
+
* Gets the value of <code>dnd</code> property.
|
|
103
113
|
* Specifies drag and drop features. See the Help documentation for more information.
|
|
104
|
-
* @return The value of dnd property.
|
|
114
|
+
* @return The value of <code>dnd</code> property.
|
|
105
115
|
*
|
|
106
116
|
*/
|
|
107
|
-
public getDnd(): Promise<
|
|
108
|
-
return this.getProperty<
|
|
117
|
+
public getDnd(): Promise<Dnd> {
|
|
118
|
+
return this.getProperty<Dnd>('dnd');
|
|
109
119
|
}
|
|
110
120
|
|
|
111
121
|
/**
|
|
112
|
-
* Gets the value of editMode property.
|
|
122
|
+
* Gets the value of <code>editMode</code> property.
|
|
113
123
|
* Specifies if the table is read-only or editable. See the Help documentation for more information.
|
|
114
|
-
* @return The value of editMode property.
|
|
124
|
+
* @return The value of <code>editMode</code> property.
|
|
115
125
|
*
|
|
116
126
|
*/
|
|
117
127
|
public getEditMode(): Promise<string> {
|
|
118
|
-
return this.getProperty<string>(
|
|
128
|
+
return this.getProperty<string>('editMode');
|
|
119
129
|
}
|
|
120
130
|
|
|
121
131
|
/**
|
|
122
|
-
* Sets the value of
|
|
132
|
+
* Sets the value of <code>editRow</code> property.
|
|
123
133
|
* Specifies the row that is currently being edited. See the Help documentation for more information.
|
|
124
|
-
* @param editRow The value to set for
|
|
134
|
+
* @param editRow The value to set for <code>editRow</code>
|
|
125
135
|
*
|
|
126
136
|
*/
|
|
127
137
|
public changeEditRow(editRow: object): Promise<void> {
|
|
128
|
-
return this.setProperty<object>(
|
|
138
|
+
return this.setProperty<object>('editRow', editRow);
|
|
129
139
|
}
|
|
130
140
|
|
|
131
141
|
/**
|
|
132
|
-
* Gets the value of editRow property.
|
|
142
|
+
* Gets the value of <code>editRow</code> property.
|
|
133
143
|
* Specifies the row that is currently being edited. See the Help documentation for more information.
|
|
134
|
-
* @return The value of editRow property.
|
|
144
|
+
* @return The value of <code>editRow</code> property.
|
|
135
145
|
*
|
|
136
146
|
*/
|
|
137
147
|
public getEditRow(): Promise<object> {
|
|
138
|
-
return this.getProperty<object>(
|
|
148
|
+
return this.getProperty<object>('editRow');
|
|
139
149
|
}
|
|
140
150
|
|
|
141
151
|
/**
|
|
142
|
-
* Gets the value of firstSelectedRow property.
|
|
152
|
+
* Gets the value of <code>firstSelectedRow</code> property.
|
|
143
153
|
* Read-only property used for retrieving the key and data of the first selected row. See the Help documentation for more information.
|
|
144
|
-
* @return The value of firstSelectedRow property.
|
|
154
|
+
* @return The value of <code>firstSelectedRow</code> property.
|
|
145
155
|
*
|
|
146
156
|
*/
|
|
147
|
-
public getFirstSelectedRow(): Promise<
|
|
148
|
-
return this.getProperty<
|
|
157
|
+
public getFirstSelectedRow(): Promise<FirstSelectedRow> {
|
|
158
|
+
return this.getProperty<FirstSelectedRow>('firstSelectedRow');
|
|
149
159
|
}
|
|
150
160
|
|
|
151
161
|
/**
|
|
152
|
-
* Gets the value of horizontalGridVisible property.
|
|
162
|
+
* Gets the value of <code>horizontalGridVisible</code> property.
|
|
153
163
|
* Specifies the visibility of the horizontal gridlines. See the Help documentation for more information.
|
|
154
|
-
* @return The value of horizontalGridVisible property.
|
|
164
|
+
* @return The value of <code>horizontalGridVisible</code> property.
|
|
155
165
|
*
|
|
156
166
|
*/
|
|
157
167
|
public getHorizontalGridVisible(): Promise<string> {
|
|
158
|
-
return this.getProperty<string>(
|
|
168
|
+
return this.getProperty<string>('horizontalGridVisible');
|
|
159
169
|
}
|
|
160
170
|
|
|
161
171
|
/**
|
|
162
|
-
* Gets the value of layout property.
|
|
172
|
+
* Gets the value of <code>layout</code> property.
|
|
163
173
|
* The column sizing method used for the Table and its columns.
|
|
164
|
-
* @return The value of layout property.
|
|
174
|
+
* @return The value of <code>layout</code> property.
|
|
165
175
|
*
|
|
166
176
|
*/
|
|
167
177
|
public getLayout(): Promise<string> {
|
|
168
|
-
return this.getProperty<string>(
|
|
178
|
+
return this.getProperty<string>('layout');
|
|
169
179
|
}
|
|
170
180
|
|
|
171
181
|
/**
|
|
172
|
-
* Gets the value of rowRenderer property.
|
|
182
|
+
* Gets the value of <code>rowRenderer</code> property.
|
|
173
183
|
* A function that returns row content. The function takes a context argument, provided by the table. See the Help documentation for more information.
|
|
174
|
-
* @return The value of rowRenderer property.
|
|
184
|
+
* @return The value of <code>rowRenderer</code> property.
|
|
175
185
|
*
|
|
176
186
|
*/
|
|
177
187
|
public getRowRenderer(): Promise<null|null> {
|
|
178
|
-
return this.getProperty<null|null>(
|
|
188
|
+
return this.getProperty<null|null>('rowRenderer');
|
|
179
189
|
}
|
|
180
190
|
|
|
181
191
|
/**
|
|
182
|
-
* Gets the value of scrollPolicy property.
|
|
192
|
+
* Gets the value of <code>scrollPolicy</code> property.
|
|
183
193
|
* Specifies how data are fetched as user scrolls down the table.
|
|
184
|
-
* @return The value of scrollPolicy property.
|
|
194
|
+
* @return The value of <code>scrollPolicy</code> property.
|
|
185
195
|
*
|
|
186
196
|
*/
|
|
187
197
|
public getScrollPolicy(): Promise<string> {
|
|
188
|
-
return this.getProperty<string>(
|
|
198
|
+
return this.getProperty<string>('scrollPolicy');
|
|
189
199
|
}
|
|
190
200
|
|
|
191
201
|
/**
|
|
192
|
-
* Gets the value of scrollPolicyOptions property.
|
|
202
|
+
* Gets the value of <code>scrollPolicyOptions</code> property.
|
|
193
203
|
* Specifies fetch options for scrolling behaviors that trigger data fetches.
|
|
194
|
-
* @return The value of scrollPolicyOptions property.
|
|
204
|
+
* @return The value of <code>scrollPolicyOptions</code> property.
|
|
195
205
|
*
|
|
196
206
|
*/
|
|
197
|
-
public getScrollPolicyOptions(): Promise<
|
|
198
|
-
return this.getProperty<
|
|
207
|
+
public getScrollPolicyOptions(): Promise<ScrollPolicyOptions|null> {
|
|
208
|
+
return this.getProperty<ScrollPolicyOptions|null>('scrollPolicyOptions');
|
|
199
209
|
}
|
|
200
210
|
|
|
201
211
|
/**
|
|
202
|
-
* Sets the value of
|
|
212
|
+
* Sets the value of <code>scrollPosition</code> property.
|
|
203
213
|
* Specifies the scroll position of the table. See the Help documentation for more information.
|
|
204
|
-
* @param scrollPosition The value to set for
|
|
214
|
+
* @param scrollPosition The value to set for <code>scrollPosition</code>
|
|
205
215
|
*
|
|
206
216
|
*/
|
|
207
|
-
public changeScrollPosition(scrollPosition:
|
|
208
|
-
return this.setProperty<
|
|
217
|
+
public changeScrollPosition(scrollPosition: ScrollPosition): Promise<void> {
|
|
218
|
+
return this.setProperty<ScrollPosition>('scrollPosition', scrollPosition);
|
|
209
219
|
}
|
|
210
220
|
|
|
211
221
|
/**
|
|
212
|
-
* Gets the value of scrollPosition property.
|
|
222
|
+
* Gets the value of <code>scrollPosition</code> property.
|
|
213
223
|
* Specifies the scroll position of the table. See the Help documentation for more information.
|
|
214
|
-
* @return The value of scrollPosition property.
|
|
224
|
+
* @return The value of <code>scrollPosition</code> property.
|
|
215
225
|
*
|
|
216
226
|
*/
|
|
217
|
-
public getScrollPosition(): Promise<
|
|
218
|
-
return this.getProperty<
|
|
227
|
+
public getScrollPosition(): Promise<ScrollPosition> {
|
|
228
|
+
return this.getProperty<ScrollPosition>('scrollPosition');
|
|
219
229
|
}
|
|
220
230
|
|
|
221
231
|
/**
|
|
222
|
-
* Gets the value of scrollToKey property.
|
|
232
|
+
* Gets the value of <code>scrollToKey</code> property.
|
|
223
233
|
* Specifies the behavior when Table needs to scroll to a position based on an item key.
|
|
224
|
-
* @return The value of scrollToKey property.
|
|
234
|
+
* @return The value of <code>scrollToKey</code> property.
|
|
225
235
|
*
|
|
226
236
|
*/
|
|
227
237
|
public getScrollToKey(): Promise<string|null> {
|
|
228
|
-
return this.getProperty<string|null>(
|
|
238
|
+
return this.getProperty<string|null>('scrollToKey');
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Gets the value of <code>selectAllControl</code> property.
|
|
243
|
+
* Specifies the visibility of the select all control. See the Help documentation for more information.
|
|
244
|
+
* @return The value of <code>selectAllControl</code> property.
|
|
245
|
+
*
|
|
246
|
+
*/
|
|
247
|
+
public getSelectAllControl(): Promise<string> {
|
|
248
|
+
return this.getProperty<string>('selectAllControl');
|
|
229
249
|
}
|
|
230
250
|
|
|
231
251
|
/**
|
|
232
|
-
* Sets the value of
|
|
252
|
+
* Sets the value of <code>selected</code> property.
|
|
233
253
|
* Specifies the current selected rows and/or columns in the table. See the Help documentation for more information.
|
|
234
|
-
* @param selected The value to set for
|
|
254
|
+
* @param selected The value to set for <code>selected</code>
|
|
235
255
|
*
|
|
236
256
|
*/
|
|
237
|
-
public changeSelected(selected:
|
|
238
|
-
return this.setProperty<
|
|
257
|
+
public changeSelected(selected: Selected): Promise<void> {
|
|
258
|
+
return this.setProperty<Selected>('selected', selected);
|
|
239
259
|
}
|
|
240
260
|
|
|
241
261
|
/**
|
|
242
|
-
* Gets the value of selected property.
|
|
262
|
+
* Gets the value of <code>selected</code> property.
|
|
243
263
|
* Specifies the current selected rows and/or columns in the table. See the Help documentation for more information.
|
|
244
|
-
* @return The value of selected property.
|
|
264
|
+
* @return The value of <code>selected</code> property.
|
|
245
265
|
*
|
|
246
266
|
*/
|
|
247
|
-
public getSelected(): Promise<
|
|
248
|
-
return this.getProperty<
|
|
267
|
+
public getSelected(): Promise<Selected> {
|
|
268
|
+
return this.getProperty<Selected>('selected');
|
|
249
269
|
}
|
|
250
270
|
|
|
251
271
|
/**
|
|
252
|
-
* Sets the value of
|
|
272
|
+
* Sets the value of <code>selection</code> property.
|
|
253
273
|
* Specifies the current selections in the table. See the Help documentation for more information.
|
|
254
|
-
* @param selection The value to set for
|
|
274
|
+
* @param selection The value to set for <code>selection</code>
|
|
255
275
|
* @deprecated Since 7.0.0. Use selected attribute instead.
|
|
256
276
|
*/
|
|
257
277
|
public changeSelection(selection: Array<object>): Promise<void> {
|
|
258
|
-
return this.setProperty<Array<object>>(
|
|
278
|
+
return this.setProperty<Array<object>>('selection', selection);
|
|
259
279
|
}
|
|
260
280
|
|
|
261
281
|
/**
|
|
262
|
-
* Gets the value of selection property.
|
|
282
|
+
* Gets the value of <code>selection</code> property.
|
|
263
283
|
* Specifies the current selections in the table. See the Help documentation for more information.
|
|
264
|
-
* @return The value of selection property.
|
|
284
|
+
* @return The value of <code>selection</code> property.
|
|
265
285
|
* @deprecated Since 7.0.0. Use selected attribute instead.
|
|
266
286
|
*/
|
|
267
287
|
public getSelection(): Promise<Array<object>> {
|
|
268
|
-
return this.getProperty<Array<object>>(
|
|
288
|
+
return this.getProperty<Array<object>>('selection');
|
|
269
289
|
}
|
|
270
290
|
|
|
271
291
|
/**
|
|
272
|
-
* Gets the value of selectionMode property.
|
|
292
|
+
* Gets the value of <code>selectionMode</code> property.
|
|
273
293
|
* Specifies the row and column selection modes.
|
|
274
|
-
* @return The value of selectionMode property.
|
|
294
|
+
* @return The value of <code>selectionMode</code> property.
|
|
275
295
|
*
|
|
276
296
|
*/
|
|
277
297
|
public getSelectionMode(): Promise<unknown|null> {
|
|
278
|
-
return this.getProperty<unknown|null>(
|
|
298
|
+
return this.getProperty<unknown|null>('selectionMode');
|
|
279
299
|
}
|
|
280
300
|
|
|
281
301
|
/**
|
|
282
|
-
* Gets the value of selectionRequired property.
|
|
302
|
+
* Gets the value of <code>selectionRequired</code> property.
|
|
283
303
|
* Specifies whether selection is required on the Table.
|
|
284
|
-
* @return The value of selectionRequired property.
|
|
304
|
+
* @return The value of <code>selectionRequired</code> property.
|
|
285
305
|
*
|
|
286
306
|
*/
|
|
287
307
|
public getSelectionRequired(): Promise<boolean> {
|
|
288
|
-
return this.getProperty<boolean>(
|
|
308
|
+
return this.getProperty<boolean>('selectionRequired');
|
|
289
309
|
}
|
|
290
310
|
|
|
291
311
|
/**
|
|
292
|
-
* Gets the value of translations property.
|
|
312
|
+
* Gets the value of <code>translations</code> property.
|
|
293
313
|
* A collection of translated resources from the translation bundle, or null if this component has no resources.
|
|
294
|
-
* @return The value of translations property.
|
|
314
|
+
* @return The value of <code>translations</code> property.
|
|
295
315
|
*
|
|
296
316
|
*/
|
|
297
|
-
public getTranslations(): Promise<
|
|
298
|
-
return this.getProperty<
|
|
317
|
+
public getTranslations(): Promise<Translations|null> {
|
|
318
|
+
return this.getProperty<Translations|null>('translations');
|
|
299
319
|
}
|
|
300
320
|
|
|
301
321
|
/**
|
|
302
|
-
* Gets the value of verticalGridVisible property.
|
|
322
|
+
* Gets the value of <code>verticalGridVisible</code> property.
|
|
303
323
|
* Specifies the visibility of the vertical gridlines. See the Help documentation for more information.
|
|
304
|
-
* @return The value of verticalGridVisible property.
|
|
324
|
+
* @return The value of <code>verticalGridVisible</code> property.
|
|
305
325
|
*
|
|
306
326
|
*/
|
|
307
327
|
public getVerticalGridVisible(): Promise<string> {
|
|
308
|
-
return this.getProperty<string>(
|
|
328
|
+
return this.getProperty<string>('verticalGridVisible');
|
|
309
329
|
}
|
|
310
330
|
|
|
311
331
|
}
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
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
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
332
|
+
export interface Accessibility {
|
|
333
|
+
/**
|
|
334
|
+
* Specifies the column ids to be used as the row headers by screen readers. See the Help documentation for more information.
|
|
335
|
+
*/
|
|
336
|
+
"rowHeader": string|Array<string>;
|
|
337
|
+
}
|
|
338
|
+
export interface Columns {
|
|
339
|
+
/**
|
|
340
|
+
* The CSS class to apply to the column cells.
|
|
341
|
+
*/
|
|
342
|
+
"className": string|null;
|
|
343
|
+
/**
|
|
344
|
+
* The data field that this column refers to.
|
|
345
|
+
*/
|
|
346
|
+
"field": string|null;
|
|
347
|
+
/**
|
|
348
|
+
* The CSS class to apply to the footer cell.
|
|
349
|
+
*/
|
|
350
|
+
"footerClassName": string|null;
|
|
351
|
+
/**
|
|
352
|
+
* A function that renders the content of the footer cell. The function takes a context argument, provided by the Table. See the Help documentation for more information.
|
|
353
|
+
*/
|
|
354
|
+
"footerRenderer": null|null;
|
|
355
|
+
/**
|
|
356
|
+
* The CSS styling to apply to the footer cell.
|
|
357
|
+
*/
|
|
358
|
+
"footerStyle": string|null;
|
|
359
|
+
/**
|
|
360
|
+
* The slot name used to specify the template for rendering the footer cell. See the Help documentation for more information.
|
|
361
|
+
*/
|
|
362
|
+
"footerTemplate": string|null;
|
|
363
|
+
/**
|
|
364
|
+
* The edge that this column is frozen against. If present, the column will not be allowed to scroll past the specified edge of the Table.
|
|
365
|
+
*/
|
|
366
|
+
"frozenEdge": string|null;
|
|
367
|
+
/**
|
|
368
|
+
* The CSS class to apply to the column header text.
|
|
369
|
+
*/
|
|
370
|
+
"headerClassName": string|null;
|
|
371
|
+
/**
|
|
372
|
+
* A function that renders the content of the header. The function takes a context argument, provided by the Table. See the Help documentation for more information.
|
|
373
|
+
*/
|
|
374
|
+
"headerRenderer": null|null;
|
|
375
|
+
/**
|
|
376
|
+
* The CSS styling to apply to the column header text.
|
|
377
|
+
*/
|
|
378
|
+
"headerStyle": string|null;
|
|
379
|
+
/**
|
|
380
|
+
* The slot name used to specify the template for rendering the header cell. See the Help documentation for more information.
|
|
381
|
+
*/
|
|
382
|
+
"headerTemplate": string|null;
|
|
383
|
+
/**
|
|
384
|
+
* Text to display in the header of the column.
|
|
385
|
+
*/
|
|
386
|
+
"headerText": string|null;
|
|
387
|
+
/**
|
|
388
|
+
* The identifier for the column.
|
|
389
|
+
*/
|
|
390
|
+
"id": string|null;
|
|
391
|
+
/**
|
|
392
|
+
* The maximum width style string of the column. See the Help documentation for more information.
|
|
393
|
+
*/
|
|
394
|
+
"maxWidth": string|number|null;
|
|
395
|
+
/**
|
|
396
|
+
* The minimum width style string of the column. See the Help documentation for more information.
|
|
397
|
+
*/
|
|
398
|
+
"minWidth": string|number|null;
|
|
399
|
+
/**
|
|
400
|
+
* A function that renders the content of the cell. The function takes a context argument, provided by the Table. See the Help documentation for more information.
|
|
401
|
+
*/
|
|
402
|
+
"renderer": null|null;
|
|
403
|
+
/**
|
|
404
|
+
* Enable or disable width resizing along the column end headers.
|
|
405
|
+
*/
|
|
406
|
+
"resizable": string;
|
|
407
|
+
/**
|
|
408
|
+
* Whether the column header should display a required icon. When set to true, the Table's default column header rendering, tooltip, and assistive text will convey this information to the user as per the specified theme. If a custom header renderer or header template is specified, the application is responsible for rendering the icon.
|
|
409
|
+
*/
|
|
410
|
+
"showRequired": boolean;
|
|
411
|
+
/**
|
|
412
|
+
* Specifies the row attribute used for sorting when a sort is invoked on this column. See the Help documentation for more information.
|
|
413
|
+
*/
|
|
414
|
+
"sortProperty": string|null;
|
|
415
|
+
/**
|
|
416
|
+
* Specifies whether a column is sortable. See the Help documentation for more information.
|
|
417
|
+
*/
|
|
418
|
+
"sortable": string;
|
|
419
|
+
/**
|
|
420
|
+
* The CSS styling to apply to the column cells.
|
|
421
|
+
*/
|
|
422
|
+
"style": string|null;
|
|
423
|
+
/**
|
|
424
|
+
* The slot name used to specify the template for rendering the cell. See the Help documentation for more information.
|
|
425
|
+
*/
|
|
426
|
+
"template": string|null;
|
|
427
|
+
/**
|
|
428
|
+
* The sizing weight of the column in a fixed layout. See the Help documentation for more information.
|
|
429
|
+
*/
|
|
430
|
+
"weight": number|null;
|
|
431
|
+
/**
|
|
432
|
+
* The width style string of the column. See the Help documentation for more information.
|
|
433
|
+
*/
|
|
434
|
+
"width": string|number|null;
|
|
435
|
+
}
|
|
436
|
+
export interface ColumnsDefault {
|
|
437
|
+
/**
|
|
438
|
+
* The CSS class to apply to the column cells.
|
|
439
|
+
*/
|
|
440
|
+
"className": string|null;
|
|
441
|
+
/**
|
|
442
|
+
* The data field that this column refers to.
|
|
443
|
+
*/
|
|
444
|
+
"field": string|null;
|
|
445
|
+
/**
|
|
446
|
+
* The CSS class to apply to the footer cell.
|
|
447
|
+
*/
|
|
448
|
+
"footerClassName": string|null;
|
|
449
|
+
/**
|
|
450
|
+
* A function that renders the content of the footer cell. The function takes a context argument, provided by the Table. See the Help documentation for more information.
|
|
451
|
+
*/
|
|
452
|
+
"footerRenderer": null|null;
|
|
453
|
+
/**
|
|
454
|
+
* The CSS styling to apply to the footer cell.
|
|
455
|
+
*/
|
|
456
|
+
"footerStyle": string|null;
|
|
457
|
+
/**
|
|
458
|
+
* The slot name used to specify the template for rendering the footer cell. See the Help documentation for more information.
|
|
459
|
+
*/
|
|
460
|
+
"footerTemplate": string|null;
|
|
461
|
+
/**
|
|
462
|
+
* The CSS class to apply to the column header text.
|
|
463
|
+
*/
|
|
464
|
+
"headerClassName": string|null;
|
|
465
|
+
/**
|
|
466
|
+
* A function that renders the content of the header. The function takes a context argument, provided by the Table. See the Help documentation for more information.
|
|
467
|
+
*/
|
|
468
|
+
"headerRenderer": null|null;
|
|
469
|
+
/**
|
|
470
|
+
* The CSS styling to apply to the column header text.
|
|
471
|
+
*/
|
|
472
|
+
"headerStyle": string|null;
|
|
473
|
+
/**
|
|
474
|
+
* The slot name used to specify the template for rendering the header cell. See the Help documentation for more information.
|
|
475
|
+
*/
|
|
476
|
+
"headerTemplate": string|null;
|
|
477
|
+
/**
|
|
478
|
+
* Text to display in the header of the column.
|
|
479
|
+
*/
|
|
480
|
+
"headerText": string|null;
|
|
481
|
+
/**
|
|
482
|
+
* The maximum width style string of the column. See the Help documentation for more information.
|
|
483
|
+
*/
|
|
484
|
+
"maxWidth": string|number|null;
|
|
485
|
+
/**
|
|
486
|
+
* The minimum width style string of the column. See the Help documentation for more information.
|
|
487
|
+
*/
|
|
488
|
+
"minWidth": string|number|null;
|
|
489
|
+
/**
|
|
490
|
+
* A function that renders the content of the cell. The function takes a context argument, provided by the Table. See the Help documentation for more information.
|
|
491
|
+
*/
|
|
492
|
+
"renderer": null|null;
|
|
493
|
+
/**
|
|
494
|
+
* Enable or disable width resizing along the column end headers.
|
|
495
|
+
*/
|
|
496
|
+
"resizable": string;
|
|
497
|
+
/**
|
|
498
|
+
* Whether the column header should display a required icon. When set to true, the Table's default column header rendering, tooltip, and assistive text will convey this information to the user as per the specified theme. If a custom header renderer or header template is specified, the application is responsible for rendering the icon.
|
|
499
|
+
*/
|
|
500
|
+
"showRequired": boolean;
|
|
501
|
+
/**
|
|
502
|
+
* Specifies the row attribute used for sorting when a sort is invoked on this column. See the Help documentation for more information.
|
|
503
|
+
*/
|
|
504
|
+
"sortProperty": string|null;
|
|
505
|
+
/**
|
|
506
|
+
* Specifies whether a column is sortable. See the Help documentation for more information.
|
|
507
|
+
*/
|
|
508
|
+
"sortable": string;
|
|
509
|
+
/**
|
|
510
|
+
* The CSS styling to apply to the column cells.
|
|
511
|
+
*/
|
|
512
|
+
"style": string|null;
|
|
513
|
+
/**
|
|
514
|
+
* The slot name used to specify the template for rendering the cell. See the Help documentation for more information.
|
|
515
|
+
*/
|
|
516
|
+
"template": string|null;
|
|
517
|
+
/**
|
|
518
|
+
* The sizing weight of the column in a fixed layout. See the Help documentation for more information.
|
|
519
|
+
*/
|
|
520
|
+
"weight": number|null;
|
|
521
|
+
/**
|
|
522
|
+
* The width style string of the column. See the Help documentation for more information.
|
|
523
|
+
*/
|
|
524
|
+
"width": string|number|null;
|
|
525
|
+
}
|
|
526
|
+
export interface Dnd {
|
|
527
|
+
/**
|
|
528
|
+
* An object that describes drag functionality.
|
|
529
|
+
*/
|
|
530
|
+
"drag": DndDrag;
|
|
531
|
+
/**
|
|
532
|
+
* An object that describes drop functionality.
|
|
533
|
+
*/
|
|
534
|
+
"drop": DndDrop;
|
|
535
|
+
/**
|
|
536
|
+
* An object that describes reorder functionality.
|
|
537
|
+
*/
|
|
538
|
+
"reorder": DndReorder;
|
|
539
|
+
}
|
|
540
|
+
export interface DndDrag {
|
|
541
|
+
/**
|
|
542
|
+
* An object that describes drag functionality for a selected set of rows. See the Help documentation for more information.
|
|
543
|
+
*/
|
|
544
|
+
"rows": DndDragRows;
|
|
545
|
+
}
|
|
546
|
+
export interface DndDragRows {
|
|
547
|
+
/**
|
|
548
|
+
* The MIME types to use for the dragged data in the dataTransfer object. This can be a string if there is only one type, or an array of strings if multiple types are needed.
|
|
549
|
+
*/
|
|
550
|
+
"dataTypes": string|Array<string>;
|
|
551
|
+
}
|
|
552
|
+
export interface DndDrop {
|
|
553
|
+
/**
|
|
554
|
+
* An object that describes drop functionality for a selected set of columns. See the Help documentation for more information.
|
|
555
|
+
*/
|
|
556
|
+
"columns": DndDropColumns;
|
|
557
|
+
/**
|
|
558
|
+
* An object that describes drop functionality for a selected set of rows. See the Help documentation for more information.
|
|
559
|
+
*/
|
|
560
|
+
"rows": DndDropRows;
|
|
561
|
+
}
|
|
562
|
+
export interface DndDropColumns {
|
|
563
|
+
/**
|
|
564
|
+
* A data type or an array of data types this element can accept.
|
|
565
|
+
*/
|
|
566
|
+
"dataTypes": string|Array<string>;
|
|
567
|
+
}
|
|
568
|
+
export interface DndDropRows {
|
|
569
|
+
/**
|
|
570
|
+
* A data type or an array of data types this element can accept.
|
|
571
|
+
*/
|
|
572
|
+
"dataTypes": string|Array<string>;
|
|
573
|
+
}
|
|
574
|
+
export interface DndReorder {
|
|
575
|
+
/**
|
|
576
|
+
* An object that describes reorder functionality for a selected column. See the Help documentation for more information.
|
|
577
|
+
*/
|
|
578
|
+
"columns": string;
|
|
579
|
+
}
|
|
580
|
+
export interface FirstSelectedRow {
|
|
581
|
+
/**
|
|
582
|
+
* The data for first selected row.
|
|
583
|
+
*/
|
|
584
|
+
"data": any;
|
|
585
|
+
/**
|
|
586
|
+
* The key of first selected row.
|
|
587
|
+
*/
|
|
588
|
+
"key": any;
|
|
589
|
+
}
|
|
590
|
+
export interface ScrollPolicyOptions {
|
|
591
|
+
/**
|
|
592
|
+
* The number of data rows to fetch in each block.
|
|
593
|
+
*/
|
|
594
|
+
"fetchSize": number;
|
|
595
|
+
/**
|
|
596
|
+
* The maximum number of rows to display before fetching more data rows will be stopped.
|
|
597
|
+
*/
|
|
598
|
+
"maxCount": number;
|
|
599
|
+
/**
|
|
600
|
+
* The CSS selector string to an element used to determine the scroll position as well as the maximum scroll position. See the Help documentation for more information.
|
|
601
|
+
*/
|
|
602
|
+
"scroller": string|null;
|
|
603
|
+
/**
|
|
604
|
+
* The bottom offset value (in pixels) used for the Table's external scroller. This value is used to specify the location where the Table's footer region becomes 'sticky' when the 'scroller' attribute is specified.
|
|
605
|
+
*/
|
|
606
|
+
"scrollerOffsetBottom": number|null;
|
|
607
|
+
/**
|
|
608
|
+
* The end offset value (in pixels) used for the Table's external scroller. This value is used to specify the location where the Table's frozen 'end' columns (or frozen 'start' columns in RTL) become 'sticky' when the 'scroller' attribute is specified.
|
|
609
|
+
*/
|
|
610
|
+
"scrollerOffsetEnd": number|null;
|
|
611
|
+
/**
|
|
612
|
+
* The start offset value (in pixels) used for the Table's external scroller. This value is used to specify the location where the Table's frozen 'start' columns (or frozen 'end' columns in RTL) become 'sticky' when the 'scroller' attribute is specified.
|
|
613
|
+
*/
|
|
614
|
+
"scrollerOffsetStart": number|null;
|
|
615
|
+
/**
|
|
616
|
+
* The top offset value (in pixels) used for the Table's external scroller. This value is used to specify the location where the Table's header region becomes 'sticky' when the 'scroller' attribute is specified.
|
|
617
|
+
*/
|
|
618
|
+
"scrollerOffsetTop": number|null;
|
|
619
|
+
}
|
|
620
|
+
export interface ScrollPosition {
|
|
621
|
+
/**
|
|
622
|
+
* The zero-based index of the cell at the origin of the table.
|
|
623
|
+
*/
|
|
624
|
+
"columnIndex": number;
|
|
625
|
+
/**
|
|
626
|
+
* The key of the column. This corresponds to the identifier of the column specified in columns. If the column does not exists then the value is ignored.
|
|
627
|
+
*/
|
|
628
|
+
"columnKey": any;
|
|
629
|
+
/**
|
|
630
|
+
* The horizontal offset in pixels relative to the column identified by columnKey/columnIndex.
|
|
631
|
+
*/
|
|
632
|
+
"offsetX": number;
|
|
633
|
+
/**
|
|
634
|
+
* The vertical offset in pixels relative to the row identified by rowKey/rowIndex.
|
|
635
|
+
*/
|
|
636
|
+
"offsetY": number;
|
|
637
|
+
/**
|
|
638
|
+
* The zero-based index of the cell at the origin of the table. If scrollPolicy is set to 'loadMoreOnScroll and the row index is greater than maxCount set in scrollPolicyOptions, then it will scroll and fetch until the end of the table is reached and there are no more rows to fetch.
|
|
639
|
+
*/
|
|
640
|
+
"rowIndex": number;
|
|
641
|
+
/**
|
|
642
|
+
* The key of the row. If DataProvider is used for data and the key does not exists in the DataProvider, then the value is ignored. If DataProvider is not used then Table will fetch and scroll until the item is found or the end of the table is reached and there's no more items to fetch.
|
|
643
|
+
*/
|
|
644
|
+
"rowKey": any;
|
|
645
|
+
/**
|
|
646
|
+
* The horizontal position in pixels.
|
|
647
|
+
*/
|
|
648
|
+
"x": number;
|
|
649
|
+
/**
|
|
650
|
+
* The vertical position in pixels.
|
|
651
|
+
*/
|
|
652
|
+
"y": number;
|
|
653
|
+
}
|
|
654
|
+
export interface Selected {
|
|
655
|
+
}
|
|
656
|
+
export interface Translations {
|
|
657
|
+
/**
|
|
658
|
+
* Provides properties to customize the accessible context for the column index.
|
|
659
|
+
*/
|
|
660
|
+
"accessibleColumnContext": string;
|
|
661
|
+
/**
|
|
662
|
+
* Provides properties to customize the accessible context for the column footer index.
|
|
663
|
+
*/
|
|
664
|
+
"accessibleColumnFooterContext": string;
|
|
665
|
+
/**
|
|
666
|
+
* Provides properties to customize the accessible context for the column header index.
|
|
667
|
+
*/
|
|
668
|
+
"accessibleColumnHeaderContext": string;
|
|
669
|
+
/**
|
|
670
|
+
* Provides properties to customize the accessible context for the row index.
|
|
671
|
+
*/
|
|
672
|
+
"accessibleRowContext": string;
|
|
673
|
+
/**
|
|
674
|
+
* Provides properties to customize the accesible text when a header is sorted ascending.
|
|
675
|
+
*/
|
|
676
|
+
"accessibleSortAscending": string;
|
|
677
|
+
/**
|
|
678
|
+
* Provides properties to customize the accesible text when a header is sorted descending.
|
|
679
|
+
*/
|
|
680
|
+
"accessibleSortDescending": string;
|
|
681
|
+
/**
|
|
682
|
+
* Provides properties to customize the accesible text when a header is able to be sorted.
|
|
683
|
+
*/
|
|
684
|
+
"accessibleSortable": string;
|
|
685
|
+
/**
|
|
686
|
+
* Provides properties to customize the accessible context when an item has been selected.
|
|
687
|
+
*/
|
|
688
|
+
"accessibleStateSelected": string;
|
|
689
|
+
/**
|
|
690
|
+
* Provides properties to customize the accessible context read when the exact row count is unknown.
|
|
691
|
+
*/
|
|
692
|
+
"accessibleSummaryEstimate": string;
|
|
693
|
+
/**
|
|
694
|
+
* Provides properties to customize the accessible context read when the exact row count is known.
|
|
695
|
+
*/
|
|
696
|
+
"accessibleSummaryExact": string;
|
|
697
|
+
/**
|
|
698
|
+
* Label for the bottom selection affordance on touch devices.
|
|
699
|
+
*/
|
|
700
|
+
"labelAccSelectionAffordanceBottom": string;
|
|
701
|
+
/**
|
|
702
|
+
* Label for the top selection affordance on touch devices.
|
|
703
|
+
*/
|
|
704
|
+
"labelAccSelectionAffordanceTop": string;
|
|
705
|
+
/**
|
|
706
|
+
* Provides properties to customize the resize column input label.
|
|
707
|
+
*/
|
|
708
|
+
"labelColumnWidth": string;
|
|
709
|
+
/**
|
|
710
|
+
* Provides properties to customize the context menu label for exiting non-contiguous selection.
|
|
711
|
+
*/
|
|
712
|
+
"labelDisableNonContiguousSelection": string;
|
|
713
|
+
/**
|
|
714
|
+
* Edit row label.
|
|
715
|
+
*/
|
|
716
|
+
"labelEditRow": string;
|
|
717
|
+
/**
|
|
718
|
+
* Provides properties to customize the context menu label for entering non-contiguous selection.
|
|
719
|
+
*/
|
|
720
|
+
"labelEnableNonContiguousSelection": string;
|
|
721
|
+
/**
|
|
722
|
+
* Provides properties to customize the context menu label for column resize.
|
|
723
|
+
*/
|
|
724
|
+
"labelResize": string;
|
|
725
|
+
/**
|
|
726
|
+
* Provides properties to customize the context menu label for column resize.
|
|
727
|
+
*/
|
|
728
|
+
"labelResizeColumn": string;
|
|
729
|
+
/**
|
|
730
|
+
* Provides properties to customize the resize dialog title.
|
|
731
|
+
*/
|
|
732
|
+
"labelResizeColumnDialog": string;
|
|
733
|
+
/**
|
|
734
|
+
* Provides properties to customize the resize dialog apply button label.
|
|
735
|
+
*/
|
|
736
|
+
"labelResizeDialogApply": string;
|
|
737
|
+
/**
|
|
738
|
+
* Provides properties to customize the resize popup cancel button.
|
|
739
|
+
*/
|
|
740
|
+
"labelResizePopupCancel": string;
|
|
741
|
+
/**
|
|
742
|
+
* Provides properties to customize the resize popup spinner label.
|
|
743
|
+
*/
|
|
744
|
+
"labelResizePopupSpinner": string;
|
|
745
|
+
/**
|
|
746
|
+
* Provides properties to customize the resize popup submit button.
|
|
747
|
+
*/
|
|
748
|
+
"labelResizePopupSubmit": string;
|
|
749
|
+
/**
|
|
750
|
+
* Select all rows label.
|
|
751
|
+
*/
|
|
752
|
+
"labelSelectAllRows": string;
|
|
753
|
+
/**
|
|
754
|
+
* Select and Edit row label.
|
|
755
|
+
*/
|
|
756
|
+
"labelSelectAndEditRow": string;
|
|
757
|
+
/**
|
|
758
|
+
* Select column label.
|
|
759
|
+
*/
|
|
760
|
+
"labelSelectColum": string;
|
|
761
|
+
/**
|
|
762
|
+
* Select row label.
|
|
763
|
+
*/
|
|
764
|
+
"labelSelectRow": string;
|
|
765
|
+
/**
|
|
766
|
+
* Context menu label for sort.
|
|
767
|
+
*/
|
|
768
|
+
"labelSort": string;
|
|
769
|
+
/**
|
|
770
|
+
* Context menu label for sort ascending.
|
|
771
|
+
*/
|
|
772
|
+
"labelSortAsc": string;
|
|
773
|
+
/**
|
|
774
|
+
* Context menu label for sort descending.
|
|
775
|
+
*/
|
|
776
|
+
"labelSortDsc": string;
|
|
777
|
+
/**
|
|
778
|
+
* Column resize input width validation.
|
|
779
|
+
*/
|
|
780
|
+
"msgColumnResizeWidthValidation": string;
|
|
781
|
+
/**
|
|
782
|
+
* Fetching data message.
|
|
783
|
+
*/
|
|
784
|
+
"msgFetchingData": string;
|
|
785
|
+
/**
|
|
786
|
+
* Table initializing message.
|
|
787
|
+
*/
|
|
788
|
+
"msgInitializing": string;
|
|
789
|
+
/**
|
|
790
|
+
* No data to display message.
|
|
791
|
+
*/
|
|
792
|
+
"msgNoData": string;
|
|
793
|
+
/**
|
|
794
|
+
* Warning message detail that maxCount has been reached for scrollPolicy=loadMoreOnScroll.
|
|
795
|
+
*/
|
|
796
|
+
"msgScrollPolicyMaxCountDetail": string;
|
|
797
|
+
/**
|
|
798
|
+
* Warning message summary that maxCount has been reached for scrollPolicy=loadMoreOnScroll.
|
|
799
|
+
*/
|
|
800
|
+
"msgScrollPolicyMaxCountSummary": string;
|
|
801
|
+
/**
|
|
802
|
+
* Sort ascending status notification for accessibility.
|
|
803
|
+
*/
|
|
804
|
+
"msgStatusSortAscending": string;
|
|
805
|
+
/**
|
|
806
|
+
* Sort descending status notification for accessibility.
|
|
807
|
+
*/
|
|
808
|
+
"msgStatusSortDescending": string;
|
|
809
|
+
/**
|
|
810
|
+
* Used for the default required icon tooltip.
|
|
811
|
+
*/
|
|
812
|
+
"tooltipRequired": string;
|
|
772
813
|
}
|