@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 OjGantt, and is generated from
|
|
@@ -9,1010 +9,1227 @@ import {OjWebElement} from "../";
|
|
|
9
9
|
*/
|
|
10
10
|
export class OjGanttBase extends OjWebElement {
|
|
11
11
|
/**
|
|
12
|
-
* Gets the value of animationOnDataChange property.
|
|
12
|
+
* Gets the value of <code>animationOnDataChange</code> property.
|
|
13
13
|
* Defines the animation that is applied on data changes.
|
|
14
|
-
* @return The value of animationOnDataChange property.
|
|
14
|
+
* @return The value of <code>animationOnDataChange</code> property.
|
|
15
15
|
*
|
|
16
16
|
*/
|
|
17
17
|
public getAnimationOnDataChange(): Promise<string> {
|
|
18
|
-
return this.getProperty<string>(
|
|
18
|
+
return this.getProperty<string>('animationOnDataChange');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Gets the value of animationOnDisplay property.
|
|
22
|
+
* Gets the value of <code>animationOnDisplay</code> property.
|
|
23
23
|
* Defines the animation that is shown on initial display.
|
|
24
|
-
* @return The value of animationOnDisplay property.
|
|
24
|
+
* @return The value of <code>animationOnDisplay</code> property.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
public getAnimationOnDisplay(): Promise<string> {
|
|
28
|
-
return this.getProperty<string>(
|
|
28
|
+
return this.getProperty<string>('animationOnDisplay');
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
* Gets the value of as property.
|
|
32
|
+
* Gets the value of <code>as</code> property.
|
|
33
33
|
* An alias for the '$current' context variable passed to slot content for the dependencyTemplate, taskTemplate, or rowTemplate slots.
|
|
34
|
-
* @return The value of as property.
|
|
34
|
+
* @return The value of <code>as</code> property.
|
|
35
35
|
* @deprecated Since 6.2.0. Set the alias directly on the template element using the data-oj-as attribute instead.
|
|
36
36
|
*/
|
|
37
37
|
public getAs(): Promise<string> {
|
|
38
|
-
return this.getProperty<string>(
|
|
38
|
+
return this.getProperty<string>('as');
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
* Gets the value of axisPosition property.
|
|
42
|
+
* Gets the value of <code>axisPosition</code> property.
|
|
43
43
|
* The position of the major and minor axis.
|
|
44
|
-
* @return The value of axisPosition property.
|
|
44
|
+
* @return The value of <code>axisPosition</code> property.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
public getAxisPosition(): Promise<string> {
|
|
48
|
-
return this.getProperty<string>(
|
|
48
|
+
return this.getProperty<string>('axisPosition');
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Gets the value of dependencies property.
|
|
52
|
+
* Gets the value of <code>dependencies</code> property.
|
|
53
53
|
* An array of objects that defines dependencies between tasks. See the Help documentation for more information.
|
|
54
|
-
* @return The value of dependencies property.
|
|
54
|
+
* @return The value of <code>dependencies</code> property.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
|
-
public getDependencies(): Promise<Array<
|
|
58
|
-
return this.getProperty<Array<
|
|
57
|
+
public getDependencies(): Promise<Array<Dependencies>|null> {
|
|
58
|
+
return this.getProperty<Array<Dependencies>|null>('dependencies');
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* Gets the value of dependencyData property.
|
|
62
|
+
* Gets the value of <code>dependencyData</code> property.
|
|
63
63
|
* Specifies the DataProvider for the dependencies of the Gantt. See the Help documentation for more information.
|
|
64
|
-
* @return The value of dependencyData property.
|
|
64
|
+
* @return The value of <code>dependencyData</code> property.
|
|
65
65
|
* @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
|
|
66
66
|
*/
|
|
67
67
|
public getDependencyData(): Promise<object> {
|
|
68
|
-
return this.getProperty<object>(
|
|
68
|
+
return this.getProperty<object>('dependencyData');
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
|
-
* Gets the value of
|
|
72
|
+
* Gets the value of <code>dependencyLineShape</code> property.
|
|
73
|
+
* Specifies the shape of the dependency lines.
|
|
74
|
+
* @return The value of <code>dependencyLineShape</code> property.
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
public getDependencyLineShape(): Promise<string> {
|
|
78
|
+
return this.getProperty<string>('dependencyLineShape');
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Gets the value of <code>dnd</code> property.
|
|
73
83
|
* Enables drag and drop functionality.
|
|
74
|
-
* @return The value of dnd property.
|
|
84
|
+
* @return The value of <code>dnd</code> property.
|
|
75
85
|
*
|
|
76
86
|
*/
|
|
77
|
-
public getDnd(): Promise<
|
|
78
|
-
return this.getProperty<
|
|
87
|
+
public getDnd(): Promise<Dnd> {
|
|
88
|
+
return this.getProperty<Dnd>('dnd');
|
|
79
89
|
}
|
|
80
90
|
|
|
81
91
|
/**
|
|
82
|
-
* Gets the value of dragMode property.
|
|
92
|
+
* Gets the value of <code>dragMode</code> property.
|
|
83
93
|
* Specifies the action that is performed when a drag occurs.
|
|
84
|
-
* @return The value of dragMode property.
|
|
94
|
+
* @return The value of <code>dragMode</code> property.
|
|
85
95
|
*
|
|
86
96
|
*/
|
|
87
97
|
public getDragMode(): Promise<string> {
|
|
88
|
-
return this.getProperty<string>(
|
|
98
|
+
return this.getProperty<string>('dragMode');
|
|
89
99
|
}
|
|
90
100
|
|
|
91
101
|
/**
|
|
92
|
-
* Gets the value of end property.
|
|
102
|
+
* Gets the value of <code>end</code> property.
|
|
93
103
|
* The end time of the Gantt. See the Help documentation for more information.
|
|
94
|
-
* @return The value of end property.
|
|
104
|
+
* @return The value of <code>end</code> property.
|
|
95
105
|
*
|
|
96
106
|
*/
|
|
97
107
|
public getEnd(): Promise<string> {
|
|
98
|
-
return this.getProperty<string>(
|
|
108
|
+
return this.getProperty<string>('end');
|
|
99
109
|
}
|
|
100
110
|
|
|
101
111
|
/**
|
|
102
|
-
* Gets the value of gridlines property.
|
|
112
|
+
* Gets the value of <code>gridlines</code> property.
|
|
103
113
|
* An object specifying whether to display or hide the horizontal and vertical grid lines.
|
|
104
|
-
* @return The value of gridlines property.
|
|
114
|
+
* @return The value of <code>gridlines</code> property.
|
|
105
115
|
*
|
|
106
116
|
*/
|
|
107
|
-
public getGridlines(): Promise<
|
|
108
|
-
return this.getProperty<
|
|
117
|
+
public getGridlines(): Promise<Gridlines> {
|
|
118
|
+
return this.getProperty<Gridlines>('gridlines');
|
|
109
119
|
}
|
|
110
120
|
|
|
111
121
|
/**
|
|
112
|
-
* Gets the value of majorAxis property.
|
|
122
|
+
* Gets the value of <code>majorAxis</code> property.
|
|
113
123
|
* Specifies the major time axis. If not specified, no major time axis is shown.
|
|
114
|
-
* @return The value of majorAxis property.
|
|
124
|
+
* @return The value of <code>majorAxis</code> property.
|
|
115
125
|
*
|
|
116
126
|
*/
|
|
117
|
-
public getMajorAxis(): Promise<
|
|
118
|
-
return this.getProperty<
|
|
127
|
+
public getMajorAxis(): Promise<MajorAxis> {
|
|
128
|
+
return this.getProperty<MajorAxis>('majorAxis');
|
|
119
129
|
}
|
|
120
130
|
|
|
121
131
|
/**
|
|
122
|
-
* Gets the value of minorAxis property.
|
|
132
|
+
* Gets the value of <code>minorAxis</code> property.
|
|
123
133
|
* Specifies the minor time axis. This is required for the Gantt to render properly.
|
|
124
|
-
* @return The value of minorAxis property.
|
|
134
|
+
* @return The value of <code>minorAxis</code> property.
|
|
125
135
|
*
|
|
126
136
|
*/
|
|
127
|
-
public getMinorAxis(): Promise<
|
|
128
|
-
return this.getProperty<
|
|
137
|
+
public getMinorAxis(): Promise<MinorAxis> {
|
|
138
|
+
return this.getProperty<MinorAxis>('minorAxis');
|
|
129
139
|
}
|
|
130
140
|
|
|
131
141
|
/**
|
|
132
|
-
* Gets the value of referenceObjects property.
|
|
142
|
+
* Gets the value of <code>referenceObjects</code> property.
|
|
133
143
|
* The array of reference objects associated with the Gantt. See the Help documentation for more information.
|
|
134
|
-
* @return The value of referenceObjects property.
|
|
144
|
+
* @return The value of <code>referenceObjects</code> property.
|
|
135
145
|
*
|
|
136
146
|
*/
|
|
137
|
-
public getReferenceObjects(): Promise<Array<
|
|
138
|
-
return this.getProperty<Array<
|
|
147
|
+
public getReferenceObjects(): Promise<Array<ReferenceObjects>> {
|
|
148
|
+
return this.getProperty<Array<ReferenceObjects>>('referenceObjects');
|
|
139
149
|
}
|
|
140
150
|
|
|
141
151
|
/**
|
|
142
|
-
* Gets the value of rowAxis property.
|
|
152
|
+
* Gets the value of <code>rowAxis</code> property.
|
|
143
153
|
* Specifies properties for the row labels region.
|
|
144
|
-
* @return The value of rowAxis property.
|
|
154
|
+
* @return The value of <code>rowAxis</code> property.
|
|
145
155
|
*
|
|
146
156
|
*/
|
|
147
|
-
public getRowAxis(): Promise<
|
|
148
|
-
return this.getProperty<
|
|
157
|
+
public getRowAxis(): Promise<RowAxis> {
|
|
158
|
+
return this.getProperty<RowAxis>('rowAxis');
|
|
149
159
|
}
|
|
150
160
|
|
|
151
161
|
/**
|
|
152
|
-
* Gets the value of
|
|
162
|
+
* Gets the value of <code>rowData</code> property.
|
|
163
|
+
* Specifies the DataProvider for the rows of the Gantt. See the Help documentation for more information.
|
|
164
|
+
* @return The value of <code>rowData</code> property.
|
|
165
|
+
* @deprecated Since 12.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
|
|
166
|
+
*/
|
|
167
|
+
public getRowData(): Promise<object> {
|
|
168
|
+
return this.getProperty<object>('rowData');
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Gets the value of <code>rowDefaults</code> property.
|
|
153
173
|
* Specifies default styling for rows in the Gantt.
|
|
154
|
-
* @return The value of rowDefaults property.
|
|
174
|
+
* @return The value of <code>rowDefaults</code> property.
|
|
155
175
|
*
|
|
156
176
|
*/
|
|
157
|
-
public getRowDefaults(): Promise<
|
|
158
|
-
return this.getProperty<
|
|
177
|
+
public getRowDefaults(): Promise<RowDefaults> {
|
|
178
|
+
return this.getProperty<RowDefaults>('rowDefaults');
|
|
159
179
|
}
|
|
160
180
|
|
|
161
181
|
/**
|
|
162
|
-
* Gets the value of rows property.
|
|
182
|
+
* Gets the value of <code>rows</code> property.
|
|
163
183
|
* An array of objects used to define rows and tasks within rows. See the Help documentation for more information.
|
|
164
|
-
* @return The value of rows property.
|
|
184
|
+
* @return The value of <code>rows</code> property.
|
|
165
185
|
*
|
|
166
186
|
*/
|
|
167
|
-
public getRows(): Promise<Array<
|
|
168
|
-
return this.getProperty<Array<
|
|
187
|
+
public getRows(): Promise<Array<Rows>|null> {
|
|
188
|
+
return this.getProperty<Array<Rows>|null>('rows');
|
|
169
189
|
}
|
|
170
190
|
|
|
171
191
|
/**
|
|
172
|
-
* Sets the value of
|
|
192
|
+
* Sets the value of <code>scrollPosition</code> property.
|
|
173
193
|
* The current scroll position of the Gantt. See the Help documentation for more information.
|
|
174
|
-
* @param scrollPosition The value to set for
|
|
194
|
+
* @param scrollPosition The value to set for <code>scrollPosition</code>
|
|
175
195
|
*
|
|
176
196
|
*/
|
|
177
|
-
public changeScrollPosition(scrollPosition:
|
|
178
|
-
return this.setProperty<
|
|
197
|
+
public changeScrollPosition(scrollPosition: ScrollPosition): Promise<void> {
|
|
198
|
+
return this.setProperty<ScrollPosition>('scrollPosition', scrollPosition);
|
|
179
199
|
}
|
|
180
200
|
|
|
181
201
|
/**
|
|
182
|
-
* Gets the value of scrollPosition property.
|
|
202
|
+
* Gets the value of <code>scrollPosition</code> property.
|
|
183
203
|
* The current scroll position of the Gantt. See the Help documentation for more information.
|
|
184
|
-
* @return The value of scrollPosition property.
|
|
204
|
+
* @return The value of <code>scrollPosition</code> property.
|
|
185
205
|
*
|
|
186
206
|
*/
|
|
187
|
-
public getScrollPosition(): Promise<
|
|
188
|
-
return this.getProperty<
|
|
207
|
+
public getScrollPosition(): Promise<ScrollPosition> {
|
|
208
|
+
return this.getProperty<ScrollPosition>('scrollPosition');
|
|
189
209
|
}
|
|
190
210
|
|
|
191
211
|
/**
|
|
192
|
-
* Sets the value of
|
|
193
|
-
* An array
|
|
194
|
-
* @param selection The value to set for
|
|
212
|
+
* Sets the value of <code>selection</code> property.
|
|
213
|
+
* An array containing the ids of the initially selected tasks.
|
|
214
|
+
* @param selection The value to set for <code>selection</code>
|
|
195
215
|
*
|
|
196
216
|
*/
|
|
197
217
|
public changeSelection(selection: Array<any>): Promise<void> {
|
|
198
|
-
return this.setProperty<Array<any>>(
|
|
218
|
+
return this.setProperty<Array<any>>('selection', selection);
|
|
199
219
|
}
|
|
200
220
|
|
|
201
221
|
/**
|
|
202
|
-
* Gets the value of selection property.
|
|
203
|
-
* An array
|
|
204
|
-
* @return The value of selection property.
|
|
222
|
+
* Gets the value of <code>selection</code> property.
|
|
223
|
+
* An array containing the ids of the initially selected tasks.
|
|
224
|
+
* @return The value of <code>selection</code> property.
|
|
205
225
|
*
|
|
206
226
|
*/
|
|
207
227
|
public getSelection(): Promise<Array<any>> {
|
|
208
|
-
return this.getProperty<Array<any>>(
|
|
228
|
+
return this.getProperty<Array<any>>('selection');
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* Gets the value of <code>selectionBehavior</code> property.
|
|
233
|
+
* Specifies the action that is performed when a drag occurs.
|
|
234
|
+
* @return The value of <code>selectionBehavior</code> property.
|
|
235
|
+
*
|
|
236
|
+
*/
|
|
237
|
+
public getSelectionBehavior(): Promise<string> {
|
|
238
|
+
return this.getProperty<string>('selectionBehavior');
|
|
209
239
|
}
|
|
210
240
|
|
|
211
241
|
/**
|
|
212
|
-
* Gets the value of selectionMode property.
|
|
242
|
+
* Gets the value of <code>selectionMode</code> property.
|
|
213
243
|
* Specifies the selection behavior of the Gantt. See the Help documentation for more information.
|
|
214
|
-
* @return The value of selectionMode property.
|
|
244
|
+
* @return The value of <code>selectionMode</code> property.
|
|
215
245
|
*
|
|
216
246
|
*/
|
|
217
247
|
public getSelectionMode(): Promise<string> {
|
|
218
|
-
return this.getProperty<string>(
|
|
248
|
+
return this.getProperty<string>('selectionMode');
|
|
219
249
|
}
|
|
220
250
|
|
|
221
251
|
/**
|
|
222
|
-
* Gets the value of start property.
|
|
252
|
+
* Gets the value of <code>start</code> property.
|
|
223
253
|
* The start time of the Gantt. A valid value is required for the Gantt to render properly. See the Help documentation for more information.
|
|
224
|
-
* @return The value of start property.
|
|
254
|
+
* @return The value of <code>start</code> property.
|
|
225
255
|
*
|
|
226
256
|
*/
|
|
227
257
|
public getStart(): Promise<string> {
|
|
228
|
-
return this.getProperty<string>(
|
|
258
|
+
return this.getProperty<string>('start');
|
|
229
259
|
}
|
|
230
260
|
|
|
231
261
|
/**
|
|
232
|
-
* Gets the value of
|
|
262
|
+
* Gets the value of <code>taskAggregation</code> property.
|
|
263
|
+
* Specifies whether to apply a horizontally stacked visual treatment to adjacent tasks.
|
|
264
|
+
* @return The value of <code>taskAggregation</code> property.
|
|
265
|
+
*
|
|
266
|
+
*/
|
|
267
|
+
public getTaskAggregation(): Promise<string> {
|
|
268
|
+
return this.getProperty<string>('taskAggregation');
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* Gets the value of <code>taskData</code> property.
|
|
233
273
|
* Specifies the DataProvider for the tasks of the Gantt. See the Help documentation for more information.
|
|
234
|
-
* @return The value of taskData property.
|
|
274
|
+
* @return The value of <code>taskData</code> property.
|
|
235
275
|
* @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
|
|
236
276
|
*/
|
|
237
277
|
public getTaskData(): Promise<object> {
|
|
238
|
-
return this.getProperty<object>(
|
|
278
|
+
return this.getProperty<object>('taskData');
|
|
239
279
|
}
|
|
240
280
|
|
|
241
281
|
/**
|
|
242
|
-
* Gets the value of taskDefaults property.
|
|
282
|
+
* Gets the value of <code>taskDefaults</code> property.
|
|
243
283
|
* Specifies default styling for tasks in the Gantt.
|
|
244
|
-
* @return The value of taskDefaults property.
|
|
284
|
+
* @return The value of <code>taskDefaults</code> property.
|
|
285
|
+
*
|
|
286
|
+
*/
|
|
287
|
+
public getTaskDefaults(): Promise<TaskDefaults> {
|
|
288
|
+
return this.getProperty<TaskDefaults>('taskDefaults');
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Gets the value of <code>timeCursor</code> property.
|
|
293
|
+
* Specifies whether the time cursor is enabled.
|
|
294
|
+
* @return The value of <code>timeCursor</code> property.
|
|
245
295
|
*
|
|
246
296
|
*/
|
|
247
|
-
public
|
|
248
|
-
return this.getProperty<
|
|
297
|
+
public getTimeCursor(): Promise<string> {
|
|
298
|
+
return this.getProperty<string>('timeCursor');
|
|
249
299
|
}
|
|
250
300
|
|
|
251
301
|
/**
|
|
252
|
-
* Gets the value of tooltip property.
|
|
302
|
+
* Gets the value of <code>tooltip</code> property.
|
|
253
303
|
* An object containing an optional callback function for tooltip customization.
|
|
254
|
-
* @return The value of tooltip property.
|
|
304
|
+
* @return The value of <code>tooltip</code> property.
|
|
255
305
|
*
|
|
256
306
|
*/
|
|
257
|
-
public getTooltip(): Promise<
|
|
258
|
-
return this.getProperty<
|
|
307
|
+
public getTooltip(): Promise<Tooltip> {
|
|
308
|
+
return this.getProperty<Tooltip>('tooltip');
|
|
259
309
|
}
|
|
260
310
|
|
|
261
311
|
/**
|
|
262
|
-
* Gets the value of trackResize property.
|
|
312
|
+
* Gets the value of <code>trackResize</code> property.
|
|
263
313
|
* Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.
|
|
264
|
-
* @return The value of trackResize property.
|
|
314
|
+
* @return The value of <code>trackResize</code> property.
|
|
265
315
|
*
|
|
266
316
|
*/
|
|
267
317
|
public getTrackResize(): Promise<string> {
|
|
268
|
-
return this.getProperty<string>(
|
|
318
|
+
return this.getProperty<string>('trackResize');
|
|
269
319
|
}
|
|
270
320
|
|
|
271
321
|
/**
|
|
272
|
-
* Gets the value of translations property.
|
|
322
|
+
* Gets the value of <code>translations</code> property.
|
|
273
323
|
* A collection of translated resources from the translation bundle, or null if this component has no resources.
|
|
274
|
-
* @return The value of translations property.
|
|
324
|
+
* @return The value of <code>translations</code> property.
|
|
275
325
|
*
|
|
276
326
|
*/
|
|
277
|
-
public getTranslations(): Promise<
|
|
278
|
-
return this.getProperty<
|
|
327
|
+
public getTranslations(): Promise<Translations|null> {
|
|
328
|
+
return this.getProperty<Translations|null>('translations');
|
|
279
329
|
}
|
|
280
330
|
|
|
281
331
|
/**
|
|
282
|
-
* Gets the value of valueFormats property.
|
|
332
|
+
* Gets the value of <code>valueFormats</code> property.
|
|
283
333
|
* An object specifying value formatting and tooltip behavior, whose keys generally correspond to task properties.
|
|
284
|
-
* @return The value of valueFormats property.
|
|
334
|
+
* @return The value of <code>valueFormats</code> property.
|
|
285
335
|
*
|
|
286
336
|
*/
|
|
287
|
-
public getValueFormats(): Promise<
|
|
288
|
-
return this.getProperty<
|
|
337
|
+
public getValueFormats(): Promise<ValueFormats> {
|
|
338
|
+
return this.getProperty<ValueFormats>('valueFormats');
|
|
289
339
|
}
|
|
290
340
|
|
|
291
341
|
/**
|
|
292
|
-
* Gets the value of viewportEnd property.
|
|
342
|
+
* Gets the value of <code>viewportEnd</code> property.
|
|
293
343
|
* The Gantt viewport end time. See the Help documentation for more information.
|
|
294
|
-
* @return The value of viewportEnd property.
|
|
344
|
+
* @return The value of <code>viewportEnd</code> property.
|
|
295
345
|
*
|
|
296
346
|
*/
|
|
297
347
|
public getViewportEnd(): Promise<string> {
|
|
298
|
-
return this.getProperty<string>(
|
|
348
|
+
return this.getProperty<string>('viewportEnd');
|
|
299
349
|
}
|
|
300
350
|
|
|
301
351
|
/**
|
|
302
|
-
* Gets the value of viewportStart property.
|
|
352
|
+
* Gets the value of <code>viewportStart</code> property.
|
|
303
353
|
* The Gantt viewport start time. See the Help documentation for more information.
|
|
304
|
-
* @return The value of viewportStart property.
|
|
354
|
+
* @return The value of <code>viewportStart</code> property.
|
|
305
355
|
*
|
|
306
356
|
*/
|
|
307
357
|
public getViewportStart(): Promise<string> {
|
|
308
|
-
return this.getProperty<string>(
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
/**
|
|
320
|
-
* The identifier for the predecessor task. This must reference a task in Gantt.
|
|
321
|
-
*/
|
|
322
|
-
"predecessorTaskId": any;
|
|
323
|
-
/**
|
|
324
|
-
* The description of the dependency line. This is used for accessibility.
|
|
325
|
-
*/
|
|
326
|
-
"shortDesc": string;
|
|
327
|
-
/**
|
|
328
|
-
* The identifier for the successor task. This must reference a task in Gantt.
|
|
329
|
-
*/
|
|
330
|
-
"successorTaskId": any;
|
|
331
|
-
/**
|
|
332
|
-
* A space delimited list of CSS style classes to apply to the dependency line.
|
|
333
|
-
*/
|
|
334
|
-
"svgClassName": string;
|
|
335
|
-
/**
|
|
336
|
-
* The CSS style defining the style of the dependency line. Only SVG CSS style properties are supported.
|
|
337
|
-
*/
|
|
338
|
-
"svgStyle": object;
|
|
339
|
-
/**
|
|
340
|
-
* The type of dependency.
|
|
341
|
-
*/
|
|
342
|
-
"type": string;
|
|
343
|
-
}
|
|
344
|
-
export interface Dnd {
|
|
345
|
-
/**
|
|
346
|
-
* Defines a subset of high level configurations for moving elements to another location within the Gantt.
|
|
347
|
-
*/
|
|
348
|
-
"move": OjGanttBase.DndMove;
|
|
349
|
-
}
|
|
350
|
-
export interface DndMove {
|
|
351
|
-
/**
|
|
352
|
-
* Enable or disable moving the non-baseline portions of tasks to a different location within the same Gantt.
|
|
353
|
-
*/
|
|
354
|
-
"tasks": string;
|
|
355
|
-
}
|
|
356
|
-
export interface Gridlines {
|
|
357
|
-
/**
|
|
358
|
-
* Specifies whether to show horizontal gridlines.
|
|
359
|
-
*/
|
|
360
|
-
"horizontal": string;
|
|
361
|
-
/**
|
|
362
|
-
* Specifies whether to show vertical gridlines.
|
|
363
|
-
*/
|
|
364
|
-
"vertical": string;
|
|
365
|
-
}
|
|
366
|
-
export interface MajorAxis {
|
|
367
|
-
/**
|
|
368
|
-
* An object used to format the major axis labels. See the Help documentation for more information.
|
|
369
|
-
*/
|
|
370
|
-
"converter": OjGanttBase.MajorAxisConverter;
|
|
371
|
-
/**
|
|
372
|
-
* Specifies the major axis height in pixels. See the Help documentation for more information.
|
|
373
|
-
*/
|
|
374
|
-
"height": number;
|
|
375
|
-
/**
|
|
376
|
-
* Specifies the major axis time scale.
|
|
377
|
-
*/
|
|
378
|
-
"scale": string;
|
|
379
|
-
}
|
|
380
|
-
export interface MajorAxisConverter {
|
|
381
|
-
/**
|
|
382
|
-
* A converter (an instance that duck types Converter) used to format the 'days' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
383
|
-
*/
|
|
384
|
-
"days": object;
|
|
385
|
-
/**
|
|
386
|
-
* The default converter (an object literal or instance that duck types Converter) to use for all 'scale' values that do not otherwise have a converter object provided. See also DateTimeConverter.
|
|
387
|
-
*/
|
|
388
|
-
"default": object;
|
|
389
|
-
/**
|
|
390
|
-
* A converter (an instance that duck types Converter) used to format the 'hours' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
391
|
-
*/
|
|
392
|
-
"hours": object;
|
|
393
|
-
/**
|
|
394
|
-
* A converter (an instance that duck types Converter) used to format the 'minutes' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
395
|
-
*/
|
|
396
|
-
"minutes": object;
|
|
397
|
-
/**
|
|
398
|
-
* A converter (an instance that duck types Converter) used to format the 'months' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
399
|
-
*/
|
|
400
|
-
"months": object;
|
|
401
|
-
/**
|
|
402
|
-
* A converter (an instance that duck types Converter) used to format the 'quarters' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
403
|
-
*/
|
|
404
|
-
"quarters": object;
|
|
405
|
-
/**
|
|
406
|
-
* A converter (an instance that duck types Converter) used to format the 'seconds' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
407
|
-
*/
|
|
408
|
-
"seconds": object;
|
|
409
|
-
/**
|
|
410
|
-
* A converter (an instance that duck types Converter) used to format the 'weeks' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
411
|
-
*/
|
|
412
|
-
"weeks": object;
|
|
413
|
-
/**
|
|
414
|
-
* A converter (an instance that duck types Converter) used to format the 'years' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
415
|
-
*/
|
|
416
|
-
"years": object;
|
|
417
|
-
}
|
|
418
|
-
export interface MinorAxis {
|
|
419
|
-
/**
|
|
420
|
-
* An object used to format the minor axis labels. See the Help documentation for more information.
|
|
421
|
-
*/
|
|
422
|
-
"converter": OjGanttBase.MinorAxisConverter;
|
|
423
|
-
/**
|
|
424
|
-
* Specifies the minor axis height in pixels. See the Help documentation for more information.
|
|
425
|
-
*/
|
|
426
|
-
"height": number;
|
|
427
|
-
/**
|
|
428
|
-
* Specifies the minor axis time scale. This is required for the Gantt to render properly.
|
|
429
|
-
*/
|
|
430
|
-
"scale": string;
|
|
431
|
-
}
|
|
432
|
-
export interface MinorAxisConverter {
|
|
433
|
-
/**
|
|
434
|
-
* A converter (an instance that duck types Converter) used to format the 'days' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
435
|
-
*/
|
|
436
|
-
"days": object;
|
|
437
|
-
/**
|
|
438
|
-
* The default converter (an object literal or instance that duck types Converter) to use for all 'scale' values that do not otherwise have a converter object provided. See also DateTimeConverter.
|
|
439
|
-
*/
|
|
440
|
-
"default": object;
|
|
441
|
-
/**
|
|
442
|
-
* A converter (an instance that duck types Converter) used to format the 'hours' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
443
|
-
*/
|
|
444
|
-
"hours": object;
|
|
445
|
-
/**
|
|
446
|
-
* A converter (an instance that duck types Converter) used to format the 'minutes' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
447
|
-
*/
|
|
448
|
-
"minutes": object;
|
|
449
|
-
/**
|
|
450
|
-
* A converter (an instance that duck types Converter) used to format the 'months' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
451
|
-
*/
|
|
452
|
-
"months": object;
|
|
453
|
-
/**
|
|
454
|
-
* A converter (an instance that duck types Converter) used to format the 'quarters' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
455
|
-
*/
|
|
456
|
-
"quarters": object;
|
|
457
|
-
/**
|
|
458
|
-
* A converter (an instance that duck types Converter) used to format the 'seconds' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
459
|
-
*/
|
|
460
|
-
"seconds": object;
|
|
461
|
-
/**
|
|
462
|
-
* A converter (an instance that duck types Converter) used to format the 'weeks' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
463
|
-
*/
|
|
464
|
-
"weeks": object;
|
|
465
|
-
/**
|
|
466
|
-
* A converter (an instance that duck types Converter) used to format the 'years' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
467
|
-
*/
|
|
468
|
-
"years": object;
|
|
469
|
-
}
|
|
470
|
-
export interface ReferenceObjects {
|
|
471
|
-
/**
|
|
472
|
-
* The end time value of this reference object. See Date and Time Formats for more details on required string formats, and see type for more details.
|
|
473
|
-
*/
|
|
474
|
-
"end": string;
|
|
475
|
-
/**
|
|
476
|
-
* The description of this object. This is used for accessibility and also for customizing the tooltip text.
|
|
477
|
-
*/
|
|
478
|
-
"shortDesc": string;
|
|
479
|
-
/**
|
|
480
|
-
* The start time value of this reference object. See Date and Time Formats for more details on required string formats, and see type for more details.
|
|
481
|
-
*/
|
|
482
|
-
"start": string;
|
|
483
|
-
/**
|
|
484
|
-
* A space delimited list of CSS style classes defining the style of the reference object. Note that only CSS style applicable to SVG elements can be used.
|
|
485
|
-
*/
|
|
486
|
-
"svgClassName": string;
|
|
487
|
-
/**
|
|
488
|
-
* The CSS style defining the style of the reference object. Only SVG CSS style properties are supported.
|
|
489
|
-
*/
|
|
490
|
-
"svgStyle": object;
|
|
491
|
-
/**
|
|
492
|
-
* The type of reference object being shown. If the value is set to "area", use the start and end properties of the reference object. Otherwise, use the value property.
|
|
493
|
-
*/
|
|
494
|
-
"type": string;
|
|
495
|
-
/**
|
|
496
|
-
* The time value of this reference object. If not specified, no reference object will be shown. See Date and Time Formats for more details on required string formats.
|
|
497
|
-
*/
|
|
498
|
-
"value": string;
|
|
499
|
-
}
|
|
500
|
-
export interface RowAxis {
|
|
501
|
-
/**
|
|
502
|
-
* Specifies the properties of the row labels.
|
|
503
|
-
*/
|
|
504
|
-
"label": OjGanttBase.RowAxisLabel;
|
|
505
|
-
/**
|
|
506
|
-
* Specifies the maximum width of the region in pixels or as a percentage of the element width. If 'none', then the width has no maximum value. See the Help documentation for more information.
|
|
507
|
-
*/
|
|
508
|
-
"maxWidth": string;
|
|
509
|
-
/**
|
|
510
|
-
* Specifies whether row labels are rendered.
|
|
511
|
-
*/
|
|
512
|
-
"rendered": string;
|
|
513
|
-
/**
|
|
514
|
-
* Specifies the width of the region in pixels or as a percentage of the element width. If 'max-content', then the width of the widest label is used. See the Help documentation for more information.
|
|
515
|
-
*/
|
|
516
|
-
"width": string;
|
|
517
|
-
}
|
|
518
|
-
export interface RowAxisLabel {
|
|
519
|
-
}
|
|
520
|
-
export interface RowDefaults {
|
|
521
|
-
/**
|
|
522
|
-
* Specifies the default row height in pixels. See the Help documentation for more information.
|
|
523
|
-
*/
|
|
524
|
-
"height": number;
|
|
525
|
-
}
|
|
526
|
-
export interface Rows {
|
|
527
|
-
/**
|
|
528
|
-
* The identifier for the row. Optional if the row contains only one task. This must be unique across all rows in Gantt.
|
|
529
|
-
*/
|
|
530
|
-
"id": any;
|
|
531
|
-
/**
|
|
532
|
-
* The label associated with the row.
|
|
533
|
-
*/
|
|
534
|
-
"label": string;
|
|
535
|
-
/**
|
|
536
|
-
* The CSS style defining the style of the label. Only CSS style applicable to SVG elements can be used. See the Help documentation for more information.
|
|
537
|
-
*/
|
|
538
|
-
"labelStyle": object;
|
|
539
|
-
/**
|
|
540
|
-
* An array of tasks. If not specified, no data will be shown.
|
|
541
|
-
*/
|
|
542
|
-
"tasks": Array<object>;
|
|
543
|
-
}
|
|
544
|
-
export interface ScrollPosition {
|
|
545
|
-
/**
|
|
546
|
-
* The vertical offset in pixels relative to the row identified by 'rowIndex'.
|
|
547
|
-
*/
|
|
548
|
-
"offsetY": number;
|
|
549
|
-
/**
|
|
550
|
-
* The zero-based index of the row.
|
|
551
|
-
*/
|
|
552
|
-
"rowIndex": number;
|
|
553
|
-
/**
|
|
554
|
-
* The vertical position in pixels.
|
|
555
|
-
*/
|
|
556
|
-
"y": number;
|
|
557
|
-
}
|
|
558
|
-
export interface TaskDefaults {
|
|
559
|
-
/**
|
|
560
|
-
* Specifies default styling for task baseline elements.
|
|
561
|
-
*/
|
|
562
|
-
"baseline": OjGanttBase.TaskDefaultsBaseline;
|
|
563
|
-
/**
|
|
564
|
-
* The border radius of the task. Accepts valid CSS border-radius attribute values.
|
|
565
|
-
*/
|
|
566
|
-
"borderRadius": string;
|
|
567
|
-
/**
|
|
568
|
-
* The height of the task in pixels. See the Help documentation for more information.
|
|
569
|
-
*/
|
|
570
|
-
"height": number;
|
|
571
|
-
/**
|
|
572
|
-
* The position of the label relative to the task, or a priority order of label positions for the component to automatically choose from.
|
|
573
|
-
*/
|
|
574
|
-
"labelPosition": string|Array<string>;
|
|
575
|
-
/**
|
|
576
|
-
* Configures the placement of chronologically overlapping tasks.
|
|
577
|
-
*/
|
|
578
|
-
"overlap": OjGanttBase.TaskDefaultsOverlap;
|
|
579
|
-
/**
|
|
580
|
-
* Specifies default styling for progress bars on non-milestone tasks.
|
|
581
|
-
*/
|
|
582
|
-
"progress": OjGanttBase.TaskDefaultsProgress;
|
|
583
|
-
/**
|
|
584
|
-
* Enable or disable resizing of the non-baseline portions of tasks.
|
|
585
|
-
*/
|
|
586
|
-
"resizable": string;
|
|
587
|
-
/**
|
|
588
|
-
* A space delimited list of CSS style classes defining the style of the task.
|
|
589
|
-
*/
|
|
590
|
-
"svgClassName": string;
|
|
591
|
-
/**
|
|
592
|
-
* The CSS style defining the style of the task.
|
|
593
|
-
*/
|
|
594
|
-
"svgStyle": object;
|
|
595
|
-
/**
|
|
596
|
-
* The type of task to be rendered.
|
|
597
|
-
*/
|
|
598
|
-
"type": string;
|
|
599
|
-
}
|
|
600
|
-
export interface TaskDefaultsBaseline {
|
|
601
|
-
/**
|
|
602
|
-
* The border radius of the baseline. Accepts valid CSS border-radius attribute values.
|
|
603
|
-
*/
|
|
604
|
-
"borderRadius": string;
|
|
605
|
-
/**
|
|
606
|
-
* Specifies the height of the baseline in pixels. If not specified, a default height is used based upon the baseline type.
|
|
607
|
-
*/
|
|
608
|
-
"height": number;
|
|
609
|
-
/**
|
|
610
|
-
* A space delimited list of CSS style classes defining the baseline style.
|
|
611
|
-
*/
|
|
612
|
-
"svgClassName": string;
|
|
613
|
-
/**
|
|
614
|
-
* The CSS style defining the baseline style.
|
|
615
|
-
*/
|
|
616
|
-
"svgStyle": object;
|
|
617
|
-
}
|
|
618
|
-
export interface TaskDefaultsOverlap {
|
|
619
|
-
/**
|
|
620
|
-
* Specifies the behavior when a task overlaps a chronologically previous adjacent tasks. See the Help documentation for more information.
|
|
621
|
-
*/
|
|
622
|
-
"behavior": string;
|
|
623
|
-
/**
|
|
624
|
-
* Specifies the vertical offset amount in pixels to be used when laying out overlapping tasks. See the Help documentation for more information.
|
|
625
|
-
*/
|
|
626
|
-
"offset": number;
|
|
627
|
-
}
|
|
628
|
-
export interface TaskDefaultsProgress {
|
|
629
|
-
/**
|
|
630
|
-
* The border radius of the progress bar. Accepts valid CSS border-radius attribute values.
|
|
631
|
-
*/
|
|
632
|
-
"borderRadius": string;
|
|
633
|
-
/**
|
|
634
|
-
* Specifies the height of the progress bar in pixels or as a percentage of the associated task bar height. See the Help documentation for more information.
|
|
635
|
-
*/
|
|
636
|
-
"height": string;
|
|
637
|
-
/**
|
|
638
|
-
* A space delimited list of CSS style classes to apply to the progress bar.
|
|
639
|
-
*/
|
|
640
|
-
"svgClassName": string;
|
|
641
|
-
/**
|
|
642
|
-
* The CSS inline style to apply to the progress bar.
|
|
643
|
-
*/
|
|
644
|
-
"svgStyle": object;
|
|
645
|
-
}
|
|
646
|
-
export interface Tooltip {
|
|
647
|
-
}
|
|
648
|
-
export interface Translations {
|
|
649
|
-
/**
|
|
650
|
-
* Provides properties to customize the screen reader text describing a specific dependency.
|
|
651
|
-
*/
|
|
652
|
-
"accessibleDependencyInfo": string;
|
|
653
|
-
/**
|
|
654
|
-
* Provides properties to customize the screen reader text describing predecessors of a task.
|
|
655
|
-
*/
|
|
656
|
-
"accessiblePredecessorInfo": string;
|
|
657
|
-
/**
|
|
658
|
-
* Provides properties to customize the screen reader text describing successors of a task.
|
|
659
|
-
*/
|
|
660
|
-
"accessibleSuccessorInfo": string;
|
|
661
|
-
/**
|
|
662
|
-
* Used to describe milestone task type for accessibility.
|
|
663
|
-
*/
|
|
664
|
-
"accessibleTaskTypeMilestone": string;
|
|
665
|
-
/**
|
|
666
|
-
* Used to describe summary task type for accessibility.
|
|
667
|
-
*/
|
|
668
|
-
"accessibleTaskTypeSummary": string;
|
|
669
|
-
/**
|
|
670
|
-
* Used to describe the data visualization type for accessibility.
|
|
671
|
-
*/
|
|
672
|
-
"componentName": string;
|
|
673
|
-
/**
|
|
674
|
-
* Used to describe finish to finish dependency type for accessibility.
|
|
675
|
-
*/
|
|
676
|
-
"finishFinishDependencyAriaDesc": string;
|
|
677
|
-
/**
|
|
678
|
-
* Used to describe finish to start dependency type for accessibility.
|
|
679
|
-
*/
|
|
680
|
-
"finishStartDependencyAriaDesc": string;
|
|
681
|
-
/**
|
|
682
|
-
* Used to display a label and its value.
|
|
683
|
-
*/
|
|
684
|
-
"labelAndValue": string;
|
|
685
|
-
/**
|
|
686
|
-
* Used for the default tooltip label for baseline milestone information.
|
|
687
|
-
*/
|
|
688
|
-
"labelBaselineDate": string;
|
|
689
|
-
/**
|
|
690
|
-
* Used for the default tooltip label for baseline end time information.
|
|
691
|
-
*/
|
|
692
|
-
"labelBaselineEnd": string;
|
|
693
|
-
/**
|
|
694
|
-
* Used for the default tooltip label for baseline start time information.
|
|
695
|
-
*/
|
|
696
|
-
"labelBaselineStart": string;
|
|
697
|
-
/**
|
|
698
|
-
* Text shown for clearing multiple selection on touch devices.
|
|
699
|
-
*/
|
|
700
|
-
"labelClearSelection": string;
|
|
701
|
-
/**
|
|
702
|
-
* Used to display a count out of a total.
|
|
703
|
-
*/
|
|
704
|
-
"labelCountWithTotal": string;
|
|
705
|
-
/**
|
|
706
|
-
* Label for data visualizations used for accessibility.
|
|
707
|
-
*/
|
|
708
|
-
"labelDataVisualization": string;
|
|
709
|
-
/**
|
|
710
|
-
* Used for the default tooltip label for milestone information.
|
|
711
|
-
*/
|
|
712
|
-
"labelDate": string;
|
|
713
|
-
/**
|
|
714
|
-
* Used for the default tooltip label for end time information.
|
|
715
|
-
*/
|
|
716
|
-
"labelEnd": string;
|
|
717
|
-
/**
|
|
718
|
-
* Text shown when the component receives invalid data.
|
|
719
|
-
*/
|
|
720
|
-
"labelInvalidData": string;
|
|
721
|
-
/**
|
|
722
|
-
* Used for the default tooltip label for task label information.
|
|
723
|
-
*/
|
|
724
|
-
"labelLabel": string;
|
|
725
|
-
/**
|
|
726
|
-
* Used to describe row level in a hierarchical gantt for accessibility.
|
|
727
|
-
*/
|
|
728
|
-
"labelLevel": string;
|
|
729
|
-
/**
|
|
730
|
-
* Used for the default tooltip label for task move scale change.
|
|
731
|
-
*/
|
|
732
|
-
"labelMoveBy": string;
|
|
733
|
-
/**
|
|
734
|
-
* Text shown when the component receives no data.
|
|
735
|
-
*/
|
|
736
|
-
"labelNoData": string;
|
|
737
|
-
/**
|
|
738
|
-
* Used for the default tooltip label for task progress information.
|
|
739
|
-
*/
|
|
740
|
-
"labelProgress": string;
|
|
741
|
-
/**
|
|
742
|
-
* Used for the default tooltip label for task resize scale change.
|
|
743
|
-
*/
|
|
744
|
-
"labelResizeBy": string;
|
|
745
|
-
/**
|
|
746
|
-
* Used for the default tooltip label for row information.
|
|
747
|
-
*/
|
|
748
|
-
"labelRow": string;
|
|
749
|
-
/**
|
|
750
|
-
* Used for the default tooltip label for start time information.
|
|
751
|
-
*/
|
|
752
|
-
"labelStart": string;
|
|
753
|
-
/**
|
|
754
|
-
* Used to describe start to finish dependency type for accessibility.
|
|
755
|
-
*/
|
|
756
|
-
"startFinishDependencyAriaDesc": string;
|
|
757
|
-
/**
|
|
758
|
-
* Used to describe start to start dependency type for accessibility.
|
|
759
|
-
*/
|
|
760
|
-
"startStartDependencyAriaDesc": string;
|
|
761
|
-
/**
|
|
762
|
-
* Used to describe the collapsed state for accessibility.
|
|
763
|
-
*/
|
|
764
|
-
"stateCollapsed": string;
|
|
765
|
-
/**
|
|
766
|
-
* Used to describe a drillable object for accessibility.
|
|
767
|
-
*/
|
|
768
|
-
"stateDrillable": string;
|
|
769
|
-
/**
|
|
770
|
-
* Used to describe the expanded state for accessibility.
|
|
771
|
-
*/
|
|
772
|
-
"stateExpanded": string;
|
|
773
|
-
/**
|
|
774
|
-
* Used to describe the hidden state for accessibility.
|
|
775
|
-
*/
|
|
776
|
-
"stateHidden": string;
|
|
777
|
-
/**
|
|
778
|
-
* Used to describe the isolated state for accessibility.
|
|
779
|
-
*/
|
|
780
|
-
"stateIsolated": string;
|
|
781
|
-
/**
|
|
782
|
-
* Used to describe the maximized state for accessibility.
|
|
783
|
-
*/
|
|
784
|
-
"stateMaximized": string;
|
|
785
|
-
/**
|
|
786
|
-
* Used to describe the minimized state for accessibility.
|
|
787
|
-
*/
|
|
788
|
-
"stateMinimized": string;
|
|
789
|
-
/**
|
|
790
|
-
* Used to describe the selected state for accessibility.
|
|
791
|
-
*/
|
|
792
|
-
"stateSelected": string;
|
|
793
|
-
/**
|
|
794
|
-
* Used to describe the unselected state for accessibility.
|
|
795
|
-
*/
|
|
796
|
-
"stateUnselected": string;
|
|
797
|
-
/**
|
|
798
|
-
* Used to describe the visible state for accessibility.
|
|
799
|
-
*/
|
|
800
|
-
"stateVisible": string;
|
|
801
|
-
/**
|
|
802
|
-
* Used to indicate task move is cancelled for accessibility.
|
|
803
|
-
*/
|
|
804
|
-
"taskMoveCancelled": string;
|
|
805
|
-
/**
|
|
806
|
-
* Used to indicate task move is finalized for accessibility.
|
|
807
|
-
*/
|
|
808
|
-
"taskMoveFinalized": string;
|
|
809
|
-
/**
|
|
810
|
-
* Used to indicate task move is initiated for accessibility.
|
|
811
|
-
*/
|
|
812
|
-
"taskMoveInitiated": string;
|
|
813
|
-
/**
|
|
814
|
-
* Used to indicate task move instructions for accessibility.
|
|
815
|
-
*/
|
|
816
|
-
"taskMoveInitiatedInstruction": string;
|
|
817
|
-
/**
|
|
818
|
-
* Used to indicate whether other tasks are also selected during move.
|
|
819
|
-
*/
|
|
820
|
-
"taskMoveSelectionInfo": string;
|
|
821
|
-
/**
|
|
822
|
-
* Used to indicate task resize is cancelled for accessibility.
|
|
823
|
-
*/
|
|
824
|
-
"taskResizeCancelled": string;
|
|
825
|
-
/**
|
|
826
|
-
* Used to indicate task end resize handle for accessibility.
|
|
827
|
-
*/
|
|
828
|
-
"taskResizeEndHandle": string;
|
|
829
|
-
/**
|
|
830
|
-
* Used to indicate task resize end is initiated for accessibility.
|
|
831
|
-
*/
|
|
832
|
-
"taskResizeEndInitiated": string;
|
|
833
|
-
/**
|
|
834
|
-
* Used to indicate task resize is finalized for accessibility.
|
|
835
|
-
*/
|
|
836
|
-
"taskResizeFinalized": string;
|
|
837
|
-
/**
|
|
838
|
-
* Used to indicate task resize instructions for accessibility.
|
|
839
|
-
*/
|
|
840
|
-
"taskResizeInitiatedInstruction": string;
|
|
841
|
-
/**
|
|
842
|
-
* Used to indicate whether other tasks are also selected during task resize.
|
|
843
|
-
*/
|
|
844
|
-
"taskResizeSelectionInfo": string;
|
|
845
|
-
/**
|
|
846
|
-
* Used to indicate task start resize handle for accessibility.
|
|
847
|
-
*/
|
|
848
|
-
"taskResizeStartHandle": string;
|
|
849
|
-
/**
|
|
850
|
-
* Used to indicate task resize start is initiated for accessibility.
|
|
851
|
-
*/
|
|
852
|
-
"taskResizeStartInitiated": string;
|
|
853
|
-
/**
|
|
854
|
-
* Used for the zoom in tooltip.
|
|
855
|
-
*/
|
|
856
|
-
"tooltipZoomIn": string;
|
|
857
|
-
/**
|
|
858
|
-
* Used for the zoom out tooltip.
|
|
859
|
-
*/
|
|
860
|
-
"tooltipZoomOut": string;
|
|
861
|
-
}
|
|
862
|
-
export interface ValueFormats {
|
|
863
|
-
/**
|
|
864
|
-
* Specifies tooltip behavior for the milestone baseline date value.
|
|
865
|
-
*/
|
|
866
|
-
"baselineDate": OjGanttBase.ValueFormatsBaselineDate;
|
|
867
|
-
/**
|
|
868
|
-
* Specifies tooltip behavior for the baseline end value.
|
|
869
|
-
*/
|
|
870
|
-
"baselineEnd": OjGanttBase.ValueFormatsBaselineEnd;
|
|
871
|
-
/**
|
|
872
|
-
* Specifies tooltip behavior for the baseline start value.
|
|
873
|
-
*/
|
|
874
|
-
"baselineStart": OjGanttBase.ValueFormatsBaselineStart;
|
|
875
|
-
/**
|
|
876
|
-
* Specifies tooltip behavior for the date value of a milestone task.
|
|
877
|
-
*/
|
|
878
|
-
"date": OjGanttBase.ValueFormatsDate;
|
|
879
|
-
/**
|
|
880
|
-
* Specifies tooltip behavior for the end value.
|
|
881
|
-
*/
|
|
882
|
-
"end": OjGanttBase.ValueFormatsEnd;
|
|
883
|
-
/**
|
|
884
|
-
* Specifies tooltip behavior for the label value.
|
|
885
|
-
*/
|
|
886
|
-
"label": OjGanttBase.ValueFormatsLabel;
|
|
887
|
-
/**
|
|
888
|
-
* Specifies tooltip behavior for the progress value.
|
|
889
|
-
*/
|
|
890
|
-
"progress": OjGanttBase.ValueFormatsProgress;
|
|
891
|
-
/**
|
|
892
|
-
* Specifies tooltip behavior for the row value.
|
|
893
|
-
*/
|
|
894
|
-
"row": OjGanttBase.ValueFormatsRow;
|
|
895
|
-
/**
|
|
896
|
-
* Specifies tooltip behavior for the start value.
|
|
897
|
-
*/
|
|
898
|
-
"start": OjGanttBase.ValueFormatsStart;
|
|
899
|
-
}
|
|
900
|
-
export interface ValueFormatsBaselineDate {
|
|
901
|
-
/**
|
|
902
|
-
* An object used to format the milestone baseline date value. See the Help documentation for more information.
|
|
903
|
-
*/
|
|
904
|
-
"converter": object;
|
|
905
|
-
/**
|
|
906
|
-
* Specifies whether the milestone baseline date value is displayed in the tooltip.
|
|
907
|
-
*/
|
|
908
|
-
"tooltipDisplay": string;
|
|
909
|
-
/**
|
|
910
|
-
* The label to display before the milestone baseline date value in the tooltip. See the Help documentation for more information.
|
|
911
|
-
*/
|
|
912
|
-
"tooltipLabel": string;
|
|
913
|
-
}
|
|
914
|
-
export interface ValueFormatsBaselineEnd {
|
|
915
|
-
/**
|
|
916
|
-
* An object used to format the baseline end value. See the Help documentation for more information.
|
|
917
|
-
*/
|
|
918
|
-
"converter": object;
|
|
919
|
-
/**
|
|
920
|
-
* Specifies whether the baseline end value is displayed in the tooltip.
|
|
921
|
-
*/
|
|
922
|
-
"tooltipDisplay": string;
|
|
923
|
-
/**
|
|
924
|
-
* The label to display before the baseline end value in the tooltip. See the Help documentation for more information.
|
|
925
|
-
*/
|
|
926
|
-
"tooltipLabel": string;
|
|
927
|
-
}
|
|
928
|
-
export interface ValueFormatsBaselineStart {
|
|
929
|
-
/**
|
|
930
|
-
* An object used to format the baseline start value. See the Help documentation for more information.
|
|
931
|
-
*/
|
|
932
|
-
"converter": object;
|
|
933
|
-
/**
|
|
934
|
-
* Specifies whether the baseline start value is displayed in the tooltip.
|
|
935
|
-
*/
|
|
936
|
-
"tooltipDisplay": string;
|
|
937
|
-
/**
|
|
938
|
-
* The label to display before the baseline start value in the tooltip. See the Help documentation for more information.
|
|
939
|
-
*/
|
|
940
|
-
"tooltipLabel": string;
|
|
941
|
-
}
|
|
942
|
-
export interface ValueFormatsDate {
|
|
943
|
-
/**
|
|
944
|
-
* An object used to format the date value. See the Help documentation for more information.
|
|
945
|
-
*/
|
|
946
|
-
"converter": object;
|
|
947
|
-
/**
|
|
948
|
-
* Specifies whether the date value is displayed in the tooltip.
|
|
949
|
-
*/
|
|
950
|
-
"tooltipDisplay": string;
|
|
951
|
-
/**
|
|
952
|
-
* The label to display before the date value in the tooltip. See the Help documentation for more information.
|
|
953
|
-
*/
|
|
954
|
-
"tooltipLabel": string;
|
|
955
|
-
}
|
|
956
|
-
export interface ValueFormatsEnd {
|
|
957
|
-
/**
|
|
958
|
-
* An object used to format the end value. See the Help documentation for more information.
|
|
959
|
-
*/
|
|
960
|
-
"converter": object;
|
|
961
|
-
/**
|
|
962
|
-
* Specifies whether the end value is displayed in the tooltip.
|
|
963
|
-
*/
|
|
964
|
-
"tooltipDisplay": string;
|
|
965
|
-
/**
|
|
966
|
-
* The label to display before the end value in the tooltip. See the Help documentation for more information.
|
|
967
|
-
*/
|
|
968
|
-
"tooltipLabel": string;
|
|
969
|
-
}
|
|
970
|
-
export interface ValueFormatsLabel {
|
|
971
|
-
/**
|
|
972
|
-
* Specifies whether the label value is displayed in the tooltip.
|
|
973
|
-
*/
|
|
974
|
-
"tooltipDisplay": string;
|
|
975
|
-
/**
|
|
976
|
-
* The label to display before the label value in the tooltip. See the Help documentation for more information.
|
|
977
|
-
*/
|
|
978
|
-
"tooltipLabel": string;
|
|
979
|
-
}
|
|
980
|
-
export interface ValueFormatsProgress {
|
|
981
|
-
/**
|
|
982
|
-
* An object used to format the progress value. See the Help documentation for more information.
|
|
983
|
-
*/
|
|
984
|
-
"converter": object;
|
|
985
|
-
/**
|
|
986
|
-
* Specifies whether the progress value is displayed in the tooltip.
|
|
987
|
-
*/
|
|
988
|
-
"tooltipDisplay": string;
|
|
989
|
-
/**
|
|
990
|
-
* The label to display before the progress value in the tooltip. See the Help documentation for more information.
|
|
991
|
-
*/
|
|
992
|
-
"tooltipLabel": string;
|
|
993
|
-
}
|
|
994
|
-
export interface ValueFormatsRow {
|
|
995
|
-
/**
|
|
996
|
-
* Specifies whether the row value is displayed in the tooltip.
|
|
997
|
-
*/
|
|
998
|
-
"tooltipDisplay": string;
|
|
999
|
-
/**
|
|
1000
|
-
* The label to display before the row value in the tooltip. See the Help documentation for more information.
|
|
1001
|
-
*/
|
|
1002
|
-
"tooltipLabel": string;
|
|
1003
|
-
}
|
|
1004
|
-
export interface ValueFormatsStart {
|
|
1005
|
-
/**
|
|
1006
|
-
* An object used to format the start value. See the Help documentation for more information.
|
|
1007
|
-
*/
|
|
1008
|
-
"converter": object;
|
|
1009
|
-
/**
|
|
1010
|
-
* Specifies whether the start value is displayed in the tooltip.
|
|
1011
|
-
*/
|
|
1012
|
-
"tooltipDisplay": string;
|
|
1013
|
-
/**
|
|
1014
|
-
* The label to display before the start value in the tooltip. See the Help documentation for more information.
|
|
1015
|
-
*/
|
|
1016
|
-
"tooltipLabel": string;
|
|
358
|
+
return this.getProperty<string>('viewportStart');
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* Gets the value of <code>zooming</code> property.
|
|
363
|
+
* Specifies whether zooming is allowed on the Gantt.
|
|
364
|
+
* @return The value of <code>zooming</code> property.
|
|
365
|
+
*
|
|
366
|
+
*/
|
|
367
|
+
public getZooming(): Promise<string> {
|
|
368
|
+
return this.getProperty<string>('zooming');
|
|
1017
369
|
}
|
|
370
|
+
|
|
371
|
+
}
|
|
372
|
+
export interface Dependencies {
|
|
373
|
+
/**
|
|
374
|
+
* The identifier for the dependency line. This must be unique across all dependency lines in Gantt. The id should be set by the application if the dependency-data DataProvider is not being used. The row key will be used as id in the case.
|
|
375
|
+
*/
|
|
376
|
+
"id": any;
|
|
377
|
+
/**
|
|
378
|
+
* The identifier for the predecessor task. This must reference a task in Gantt.
|
|
379
|
+
*/
|
|
380
|
+
"predecessorTaskId": any;
|
|
381
|
+
/**
|
|
382
|
+
* The description of the dependency line. This is used for accessibility.
|
|
383
|
+
*/
|
|
384
|
+
"shortDesc": string;
|
|
385
|
+
/**
|
|
386
|
+
* The identifier for the successor task. This must reference a task in Gantt.
|
|
387
|
+
*/
|
|
388
|
+
"successorTaskId": any;
|
|
389
|
+
/**
|
|
390
|
+
* A space delimited list of CSS style classes to apply to the dependency line.
|
|
391
|
+
*/
|
|
392
|
+
"svgClassName": string;
|
|
393
|
+
/**
|
|
394
|
+
* The CSS style defining the style of the dependency line. Only SVG CSS style properties are supported.
|
|
395
|
+
*/
|
|
396
|
+
"svgStyle": object;
|
|
397
|
+
/**
|
|
398
|
+
* The type of dependency.
|
|
399
|
+
*/
|
|
400
|
+
"type": string;
|
|
401
|
+
}
|
|
402
|
+
export interface Dnd {
|
|
403
|
+
/**
|
|
404
|
+
* Defines a subset of high level configurations for moving elements to another location within the Gantt.
|
|
405
|
+
*/
|
|
406
|
+
"move": DndMove;
|
|
407
|
+
}
|
|
408
|
+
export interface DndMove {
|
|
409
|
+
/**
|
|
410
|
+
* Enable or disable moving the non-baseline portions of selected tasks to a different location within the same Gantt.
|
|
411
|
+
*/
|
|
412
|
+
"tasks": string;
|
|
413
|
+
}
|
|
414
|
+
export interface Gridlines {
|
|
415
|
+
/**
|
|
416
|
+
* Specifies whether to show horizontal gridlines.
|
|
417
|
+
*/
|
|
418
|
+
"horizontal": string;
|
|
419
|
+
/**
|
|
420
|
+
* Specifies whether to show vertical gridlines.
|
|
421
|
+
*/
|
|
422
|
+
"vertical": string;
|
|
423
|
+
}
|
|
424
|
+
export interface MajorAxis {
|
|
425
|
+
/**
|
|
426
|
+
* An object used to format the major axis labels. See the Help documentation for more information.
|
|
427
|
+
*/
|
|
428
|
+
"converter": MajorAxisConverter;
|
|
429
|
+
/**
|
|
430
|
+
* Specifies the major axis height in pixels. See the Help documentation for more information.
|
|
431
|
+
*/
|
|
432
|
+
"height": number;
|
|
433
|
+
/**
|
|
434
|
+
* Specifies the major axis time scale.
|
|
435
|
+
*/
|
|
436
|
+
"scale": string;
|
|
437
|
+
}
|
|
438
|
+
export interface MajorAxisConverter {
|
|
439
|
+
/**
|
|
440
|
+
* A converter (an instance that duck types Converter) used to format the 'days' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
441
|
+
*/
|
|
442
|
+
"days": object;
|
|
443
|
+
/**
|
|
444
|
+
* The default converter (an object literal or instance that duck types Converter) to use for all 'scale' values that do not otherwise have a converter object provided. See also DateTimeConverter.
|
|
445
|
+
*/
|
|
446
|
+
"default": object;
|
|
447
|
+
/**
|
|
448
|
+
* A converter (an instance that duck types Converter) used to format the 'hours' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
449
|
+
*/
|
|
450
|
+
"hours": object;
|
|
451
|
+
/**
|
|
452
|
+
* A converter (an instance that duck types Converter) used to format the 'minutes' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
453
|
+
*/
|
|
454
|
+
"minutes": object;
|
|
455
|
+
/**
|
|
456
|
+
* A converter (an instance that duck types Converter) used to format the 'months' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
457
|
+
*/
|
|
458
|
+
"months": object;
|
|
459
|
+
/**
|
|
460
|
+
* A converter (an instance that duck types Converter) used to format the 'quarters' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
461
|
+
*/
|
|
462
|
+
"quarters": object;
|
|
463
|
+
/**
|
|
464
|
+
* A converter (an instance that duck types Converter) used to format the 'seconds' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
465
|
+
*/
|
|
466
|
+
"seconds": object;
|
|
467
|
+
/**
|
|
468
|
+
* A converter (an instance that duck types Converter) used to format the 'weeks' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
469
|
+
*/
|
|
470
|
+
"weeks": object;
|
|
471
|
+
/**
|
|
472
|
+
* A converter (an instance that duck types Converter) used to format the 'years' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
473
|
+
*/
|
|
474
|
+
"years": object;
|
|
475
|
+
}
|
|
476
|
+
export interface MinorAxis {
|
|
477
|
+
/**
|
|
478
|
+
* An object used to format the minor axis labels. See the Help documentation for more information.
|
|
479
|
+
*/
|
|
480
|
+
"converter": MinorAxisConverter;
|
|
481
|
+
/**
|
|
482
|
+
* Specifies the minor axis height in pixels. See the Help documentation for more information.
|
|
483
|
+
*/
|
|
484
|
+
"height": number;
|
|
485
|
+
/**
|
|
486
|
+
* Specifies the minor axis time scale. This is required for the Gantt to render properly.
|
|
487
|
+
*/
|
|
488
|
+
"scale": string;
|
|
489
|
+
}
|
|
490
|
+
export interface MinorAxisConverter {
|
|
491
|
+
/**
|
|
492
|
+
* A converter (an instance that duck types Converter) used to format the 'days' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
493
|
+
*/
|
|
494
|
+
"days": object;
|
|
495
|
+
/**
|
|
496
|
+
* The default converter (an object literal or instance that duck types Converter) to use for all 'scale' values that do not otherwise have a converter object provided. See also DateTimeConverter.
|
|
497
|
+
*/
|
|
498
|
+
"default": object;
|
|
499
|
+
/**
|
|
500
|
+
* A converter (an instance that duck types Converter) used to format the 'hours' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
501
|
+
*/
|
|
502
|
+
"hours": object;
|
|
503
|
+
/**
|
|
504
|
+
* A converter (an instance that duck types Converter) used to format the 'minutes' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
505
|
+
*/
|
|
506
|
+
"minutes": object;
|
|
507
|
+
/**
|
|
508
|
+
* A converter (an instance that duck types Converter) used to format the 'months' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
509
|
+
*/
|
|
510
|
+
"months": object;
|
|
511
|
+
/**
|
|
512
|
+
* A converter (an instance that duck types Converter) used to format the 'quarters' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
513
|
+
*/
|
|
514
|
+
"quarters": object;
|
|
515
|
+
/**
|
|
516
|
+
* A converter (an instance that duck types Converter) used to format the 'seconds' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
517
|
+
*/
|
|
518
|
+
"seconds": object;
|
|
519
|
+
/**
|
|
520
|
+
* A converter (an instance that duck types Converter) used to format the 'weeks' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
521
|
+
*/
|
|
522
|
+
"weeks": object;
|
|
523
|
+
/**
|
|
524
|
+
* A converter (an instance that duck types Converter) used to format the 'years' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
|
|
525
|
+
*/
|
|
526
|
+
"years": object;
|
|
527
|
+
}
|
|
528
|
+
export interface ReferenceObjects {
|
|
529
|
+
/**
|
|
530
|
+
* The end time value of this reference object. See Date and Time Formats for more details on required string formats, and see type for more details.
|
|
531
|
+
*/
|
|
532
|
+
"end": string;
|
|
533
|
+
/**
|
|
534
|
+
* The label of this reference object to be shown. This is not supported for type "area".
|
|
535
|
+
*/
|
|
536
|
+
"label": string;
|
|
537
|
+
/**
|
|
538
|
+
* The description of this object. This is used for accessibility and also for customizing the tooltip text.
|
|
539
|
+
*/
|
|
540
|
+
"shortDesc": string;
|
|
541
|
+
/**
|
|
542
|
+
* The start time value of this reference object. See Date and Time Formats for more details on required string formats, and see type for more details.
|
|
543
|
+
*/
|
|
544
|
+
"start": string;
|
|
545
|
+
/**
|
|
546
|
+
* A space delimited list of CSS style classes defining the style of the reference object. Note that only CSS style applicable to SVG elements can be used.
|
|
547
|
+
*/
|
|
548
|
+
"svgClassName": string;
|
|
549
|
+
/**
|
|
550
|
+
* The CSS style defining the style of the reference object. Only SVG CSS style properties are supported.
|
|
551
|
+
*/
|
|
552
|
+
"svgStyle": object;
|
|
553
|
+
/**
|
|
554
|
+
* The type of reference object being shown. If the value is set to "area", use the start and end properties of the reference object. Otherwise, use the value property.
|
|
555
|
+
*/
|
|
556
|
+
"type": string;
|
|
557
|
+
/**
|
|
558
|
+
* The time value of this reference object. If not specified, no reference object will be shown. See Date and Time Formats for more details on required string formats.
|
|
559
|
+
*/
|
|
560
|
+
"value": string;
|
|
561
|
+
}
|
|
562
|
+
export interface RowAxis {
|
|
563
|
+
/**
|
|
564
|
+
* Specifies the properties of the row labels.
|
|
565
|
+
*/
|
|
566
|
+
"label": RowAxisLabel;
|
|
567
|
+
/**
|
|
568
|
+
* Specifies the maximum width of the region in pixels or as a percentage of the element width. If 'none', then the width has no maximum value. See the Help documentation for more information.
|
|
569
|
+
*/
|
|
570
|
+
"maxWidth": string;
|
|
571
|
+
/**
|
|
572
|
+
* Specifies whether row labels are rendered.
|
|
573
|
+
*/
|
|
574
|
+
"rendered": string;
|
|
575
|
+
/**
|
|
576
|
+
* Specifies the width of the region in pixels or as a percentage of the element width. If 'max-content', then the width of the widest label is used. See the Help documentation for more information.
|
|
577
|
+
*/
|
|
578
|
+
"width": string;
|
|
579
|
+
}
|
|
580
|
+
export interface RowAxisLabel {
|
|
581
|
+
}
|
|
582
|
+
export interface RowDefaults {
|
|
583
|
+
/**
|
|
584
|
+
* Specifies the default row height in pixels. See the Help documentation for more information.
|
|
585
|
+
*/
|
|
586
|
+
"height": number;
|
|
587
|
+
}
|
|
588
|
+
export interface Rows {
|
|
589
|
+
/**
|
|
590
|
+
* The identifier for the row. Optional if the row contains only one task. This must be unique across all rows in Gantt.
|
|
591
|
+
*/
|
|
592
|
+
"id": any;
|
|
593
|
+
/**
|
|
594
|
+
* The label associated with the row.
|
|
595
|
+
*/
|
|
596
|
+
"label": string;
|
|
597
|
+
/**
|
|
598
|
+
* The CSS style defining the style of the label. Only CSS style applicable to SVG elements can be used. See the Help documentation for more information.
|
|
599
|
+
*/
|
|
600
|
+
"labelStyle": object;
|
|
601
|
+
/**
|
|
602
|
+
* An array of reference objects associated with the row.
|
|
603
|
+
*/
|
|
604
|
+
"referenceObjects": Array<object>;
|
|
605
|
+
/**
|
|
606
|
+
* The description of the row. This is used for accessibility.
|
|
607
|
+
*/
|
|
608
|
+
"shortDesc": string|null;
|
|
609
|
+
/**
|
|
610
|
+
* An array of tasks. If not specified, no data will be shown.
|
|
611
|
+
*/
|
|
612
|
+
"tasks": Array<object>;
|
|
613
|
+
}
|
|
614
|
+
export interface ScrollPosition {
|
|
615
|
+
/**
|
|
616
|
+
* The vertical offset in pixels relative to the row identified by 'rowIndex'.
|
|
617
|
+
*/
|
|
618
|
+
"offsetY": number;
|
|
619
|
+
/**
|
|
620
|
+
* The zero-based index of the row.
|
|
621
|
+
*/
|
|
622
|
+
"rowIndex": number;
|
|
623
|
+
/**
|
|
624
|
+
* The vertical position in pixels.
|
|
625
|
+
*/
|
|
626
|
+
"y": number;
|
|
627
|
+
}
|
|
628
|
+
export interface TaskDefaults {
|
|
629
|
+
/**
|
|
630
|
+
* Specifies default styling for task attribute elements.
|
|
631
|
+
*/
|
|
632
|
+
"attribute": TaskDefaultsAttribute;
|
|
633
|
+
/**
|
|
634
|
+
* Specifies default styling for task baseline elements.
|
|
635
|
+
*/
|
|
636
|
+
"baseline": TaskDefaultsBaseline;
|
|
637
|
+
/**
|
|
638
|
+
* The border radius of the task. Accepts valid CSS border-radius attribute values.
|
|
639
|
+
*/
|
|
640
|
+
"borderRadius": string;
|
|
641
|
+
/**
|
|
642
|
+
* Specifies default styling for task downtime elements.
|
|
643
|
+
*/
|
|
644
|
+
"downtime": TaskDefaultsDowntime;
|
|
645
|
+
/**
|
|
646
|
+
* The height of the task in pixels. See the Help documentation for more information.
|
|
647
|
+
*/
|
|
648
|
+
"height": number;
|
|
649
|
+
/**
|
|
650
|
+
* The position of the label relative to the task, or a priority order of label positions for the component to automatically choose from.
|
|
651
|
+
*/
|
|
652
|
+
"labelPosition": string|Array<string>;
|
|
653
|
+
/**
|
|
654
|
+
* Configures the placement of chronologically overlapping tasks.
|
|
655
|
+
*/
|
|
656
|
+
"overlap": TaskDefaultsOverlap;
|
|
657
|
+
/**
|
|
658
|
+
* Specifies default styling for task overtime elements.
|
|
659
|
+
*/
|
|
660
|
+
"overtime": TaskDefaultsOvertime;
|
|
661
|
+
/**
|
|
662
|
+
* Specifies default styling for progress bars on non-milestone tasks.
|
|
663
|
+
*/
|
|
664
|
+
"progress": TaskDefaultsProgress;
|
|
665
|
+
/**
|
|
666
|
+
* Enable or disable resizing of the non-baseline portions of selected tasks.
|
|
667
|
+
*/
|
|
668
|
+
"resizable": string;
|
|
669
|
+
/**
|
|
670
|
+
* A space delimited list of CSS style classes defining the style of the task.
|
|
671
|
+
*/
|
|
672
|
+
"svgClassName": string;
|
|
673
|
+
/**
|
|
674
|
+
* The CSS style defining the style of the task.
|
|
675
|
+
*/
|
|
676
|
+
"svgStyle": object;
|
|
677
|
+
/**
|
|
678
|
+
* The type of task to be rendered.
|
|
679
|
+
*/
|
|
680
|
+
"type": string;
|
|
681
|
+
}
|
|
682
|
+
export interface TaskDefaultsAttribute {
|
|
683
|
+
/**
|
|
684
|
+
* A space delimited list of CSS style classes defining the attribute style.
|
|
685
|
+
*/
|
|
686
|
+
"svgClassName": string;
|
|
687
|
+
/**
|
|
688
|
+
* The CSS style defining the attribute style.
|
|
689
|
+
*/
|
|
690
|
+
"svgStyle": object;
|
|
691
|
+
}
|
|
692
|
+
export interface TaskDefaultsBaseline {
|
|
693
|
+
/**
|
|
694
|
+
* The border radius of the baseline. Accepts valid CSS border-radius attribute values.
|
|
695
|
+
*/
|
|
696
|
+
"borderRadius": string;
|
|
697
|
+
/**
|
|
698
|
+
* Specifies the height of the baseline in pixels. If not specified, a default height is used based upon the baseline type.
|
|
699
|
+
*/
|
|
700
|
+
"height": number;
|
|
701
|
+
/**
|
|
702
|
+
* A space delimited list of CSS style classes defining the baseline style.
|
|
703
|
+
*/
|
|
704
|
+
"svgClassName": string;
|
|
705
|
+
/**
|
|
706
|
+
* The CSS style defining the baseline style.
|
|
707
|
+
*/
|
|
708
|
+
"svgStyle": object;
|
|
709
|
+
}
|
|
710
|
+
export interface TaskDefaultsDowntime {
|
|
711
|
+
/**
|
|
712
|
+
* A space delimited list of CSS style classes defining the downtime style.
|
|
713
|
+
*/
|
|
714
|
+
"svgClassName": string;
|
|
715
|
+
/**
|
|
716
|
+
* The CSS style defining the downtime style.
|
|
717
|
+
*/
|
|
718
|
+
"svgStyle": object;
|
|
719
|
+
}
|
|
720
|
+
export interface TaskDefaultsOverlap {
|
|
721
|
+
/**
|
|
722
|
+
* Specifies the behavior when a task overlaps a chronologically previous adjacent tasks. See the Help documentation for more information.
|
|
723
|
+
*/
|
|
724
|
+
"behavior": string;
|
|
725
|
+
/**
|
|
726
|
+
* Specifies the vertical offset amount in pixels to be used when laying out overlapping tasks. See the Help documentation for more information.
|
|
727
|
+
*/
|
|
728
|
+
"offset": number;
|
|
729
|
+
}
|
|
730
|
+
export interface TaskDefaultsOvertime {
|
|
731
|
+
/**
|
|
732
|
+
* A space delimited list of CSS style classes defining the overtime style.
|
|
733
|
+
*/
|
|
734
|
+
"svgClassName": string;
|
|
735
|
+
/**
|
|
736
|
+
* The CSS style defining the overtime style.
|
|
737
|
+
*/
|
|
738
|
+
"svgStyle": object;
|
|
739
|
+
}
|
|
740
|
+
export interface TaskDefaultsProgress {
|
|
741
|
+
/**
|
|
742
|
+
* The border radius of the progress bar. Accepts valid CSS border-radius attribute values.
|
|
743
|
+
*/
|
|
744
|
+
"borderRadius": string;
|
|
745
|
+
/**
|
|
746
|
+
* Specifies the height of the progress bar in pixels or as a percentage of the associated task bar height. See the Help documentation for more information.
|
|
747
|
+
*/
|
|
748
|
+
"height": string;
|
|
749
|
+
/**
|
|
750
|
+
* A space delimited list of CSS style classes to apply to the progress bar.
|
|
751
|
+
*/
|
|
752
|
+
"svgClassName": string;
|
|
753
|
+
/**
|
|
754
|
+
* The CSS inline style to apply to the progress bar.
|
|
755
|
+
*/
|
|
756
|
+
"svgStyle": object;
|
|
757
|
+
}
|
|
758
|
+
export interface Tooltip {
|
|
759
|
+
}
|
|
760
|
+
export interface Translations {
|
|
761
|
+
/**
|
|
762
|
+
* Provides properties to customize the screen reader text describing a specific dependency.
|
|
763
|
+
*/
|
|
764
|
+
"accessibleDependencyInfo": string;
|
|
765
|
+
/**
|
|
766
|
+
* Provides properties to customize the screen reader text describing predecessors of a task.
|
|
767
|
+
*/
|
|
768
|
+
"accessiblePredecessorInfo": string;
|
|
769
|
+
/**
|
|
770
|
+
* Provides properties to customize the screen reader text describing successors of a task.
|
|
771
|
+
*/
|
|
772
|
+
"accessibleSuccessorInfo": string;
|
|
773
|
+
/**
|
|
774
|
+
* Used to describe milestone task type for accessibility.
|
|
775
|
+
*/
|
|
776
|
+
"accessibleTaskTypeMilestone": string;
|
|
777
|
+
/**
|
|
778
|
+
* Used to describe summary task type for accessibility.
|
|
779
|
+
*/
|
|
780
|
+
"accessibleTaskTypeSummary": string;
|
|
781
|
+
/**
|
|
782
|
+
* Used to describe the data visualization type for accessibility.
|
|
783
|
+
*/
|
|
784
|
+
"componentName": string;
|
|
785
|
+
/**
|
|
786
|
+
* Used to describe finish to finish dependency type for accessibility.
|
|
787
|
+
*/
|
|
788
|
+
"finishFinishDependencyAriaDesc": string;
|
|
789
|
+
/**
|
|
790
|
+
* Used to describe finish to start dependency type for accessibility.
|
|
791
|
+
*/
|
|
792
|
+
"finishStartDependencyAriaDesc": string;
|
|
793
|
+
/**
|
|
794
|
+
* Used to display a label and its value.
|
|
795
|
+
*/
|
|
796
|
+
"labelAndValue": string;
|
|
797
|
+
/**
|
|
798
|
+
* Used for the default tooltip label for task attribute information.
|
|
799
|
+
*/
|
|
800
|
+
"labelAttribute": string;
|
|
801
|
+
/**
|
|
802
|
+
* Used for the default tooltip label for baseline milestone information.
|
|
803
|
+
*/
|
|
804
|
+
"labelBaselineDate": string;
|
|
805
|
+
/**
|
|
806
|
+
* Used for the default tooltip label for baseline end time information.
|
|
807
|
+
*/
|
|
808
|
+
"labelBaselineEnd": string;
|
|
809
|
+
/**
|
|
810
|
+
* Used for the default tooltip label for baseline start time information.
|
|
811
|
+
*/
|
|
812
|
+
"labelBaselineStart": string;
|
|
813
|
+
/**
|
|
814
|
+
* Text shown for clearing multiple selection on touch devices.
|
|
815
|
+
*/
|
|
816
|
+
"labelClearSelection": string;
|
|
817
|
+
/**
|
|
818
|
+
* Used to display a count out of a total.
|
|
819
|
+
*/
|
|
820
|
+
"labelCountWithTotal": string;
|
|
821
|
+
/**
|
|
822
|
+
* Label for data visualizations used for accessibility.
|
|
823
|
+
*/
|
|
824
|
+
"labelDataVisualization": string;
|
|
825
|
+
/**
|
|
826
|
+
* Used for the default tooltip label for milestone information.
|
|
827
|
+
*/
|
|
828
|
+
"labelDate": string;
|
|
829
|
+
/**
|
|
830
|
+
* Used for the default tooltip label for downtime end time information.
|
|
831
|
+
*/
|
|
832
|
+
"labelDowntimeEnd": string;
|
|
833
|
+
/**
|
|
834
|
+
* Used for the default tooltip label for downtime start time information.
|
|
835
|
+
*/
|
|
836
|
+
"labelDowntimeStart": string;
|
|
837
|
+
/**
|
|
838
|
+
* Used for the default tooltip label for end time information.
|
|
839
|
+
*/
|
|
840
|
+
"labelEnd": string;
|
|
841
|
+
/**
|
|
842
|
+
* Text shown when the component receives invalid data.
|
|
843
|
+
*/
|
|
844
|
+
"labelInvalidData": string;
|
|
845
|
+
/**
|
|
846
|
+
* Used for the default tooltip label for task label information.
|
|
847
|
+
*/
|
|
848
|
+
"labelLabel": string;
|
|
849
|
+
/**
|
|
850
|
+
* Used to describe row level in a hierarchical gantt for accessibility.
|
|
851
|
+
*/
|
|
852
|
+
"labelLevel": string;
|
|
853
|
+
/**
|
|
854
|
+
* Used for the default tooltip label for task move scale change.
|
|
855
|
+
*/
|
|
856
|
+
"labelMoveBy": string;
|
|
857
|
+
/**
|
|
858
|
+
* Text shown when the component receives no data.
|
|
859
|
+
*/
|
|
860
|
+
"labelNoData": string;
|
|
861
|
+
/**
|
|
862
|
+
* Used for the default tooltip label for overtime end time information.
|
|
863
|
+
*/
|
|
864
|
+
"labelOvertimeEnd": string;
|
|
865
|
+
/**
|
|
866
|
+
* Used for the default tooltip label for overtime start time information.
|
|
867
|
+
*/
|
|
868
|
+
"labelOvertimeStart": string;
|
|
869
|
+
/**
|
|
870
|
+
* Used for the default tooltip label for task progress information.
|
|
871
|
+
*/
|
|
872
|
+
"labelProgress": string;
|
|
873
|
+
/**
|
|
874
|
+
* Used for the default tooltip label for task resize scale change.
|
|
875
|
+
*/
|
|
876
|
+
"labelResizeBy": string;
|
|
877
|
+
/**
|
|
878
|
+
* Used for the default tooltip label for row information.
|
|
879
|
+
*/
|
|
880
|
+
"labelRow": string;
|
|
881
|
+
/**
|
|
882
|
+
* Used for the default tooltip label for start time information.
|
|
883
|
+
*/
|
|
884
|
+
"labelStart": string;
|
|
885
|
+
/**
|
|
886
|
+
* Used to describe start to finish dependency type for accessibility.
|
|
887
|
+
*/
|
|
888
|
+
"startFinishDependencyAriaDesc": string;
|
|
889
|
+
/**
|
|
890
|
+
* Used to describe start to start dependency type for accessibility.
|
|
891
|
+
*/
|
|
892
|
+
"startStartDependencyAriaDesc": string;
|
|
893
|
+
/**
|
|
894
|
+
* Used to describe the collapsed state for accessibility.
|
|
895
|
+
*/
|
|
896
|
+
"stateCollapsed": string;
|
|
897
|
+
/**
|
|
898
|
+
* Used to describe a drillable object for accessibility.
|
|
899
|
+
*/
|
|
900
|
+
"stateDrillable": string;
|
|
901
|
+
/**
|
|
902
|
+
* Used to describe the expanded state for accessibility.
|
|
903
|
+
*/
|
|
904
|
+
"stateExpanded": string;
|
|
905
|
+
/**
|
|
906
|
+
* Used to describe the hidden state for accessibility.
|
|
907
|
+
*/
|
|
908
|
+
"stateHidden": string;
|
|
909
|
+
/**
|
|
910
|
+
* Used to describe the isolated state for accessibility.
|
|
911
|
+
*/
|
|
912
|
+
"stateIsolated": string;
|
|
913
|
+
/**
|
|
914
|
+
* Used to describe the maximized state for accessibility.
|
|
915
|
+
*/
|
|
916
|
+
"stateMaximized": string;
|
|
917
|
+
/**
|
|
918
|
+
* Used to describe the minimized state for accessibility.
|
|
919
|
+
*/
|
|
920
|
+
"stateMinimized": string;
|
|
921
|
+
/**
|
|
922
|
+
* Used to describe the selected state for accessibility.
|
|
923
|
+
*/
|
|
924
|
+
"stateSelected": string;
|
|
925
|
+
/**
|
|
926
|
+
* Used to describe the unselected state for accessibility.
|
|
927
|
+
*/
|
|
928
|
+
"stateUnselected": string;
|
|
929
|
+
/**
|
|
930
|
+
* Used to describe the visible state for accessibility.
|
|
931
|
+
*/
|
|
932
|
+
"stateVisible": string;
|
|
933
|
+
/**
|
|
934
|
+
* Used to indicate task move is cancelled for accessibility.
|
|
935
|
+
*/
|
|
936
|
+
"taskMoveCancelled": string;
|
|
937
|
+
/**
|
|
938
|
+
* Used to indicate task move is finalized for accessibility.
|
|
939
|
+
*/
|
|
940
|
+
"taskMoveFinalized": string;
|
|
941
|
+
/**
|
|
942
|
+
* Used to indicate task move is initiated for accessibility.
|
|
943
|
+
*/
|
|
944
|
+
"taskMoveInitiated": string;
|
|
945
|
+
/**
|
|
946
|
+
* Used to indicate task move instructions for accessibility.
|
|
947
|
+
*/
|
|
948
|
+
"taskMoveInitiatedInstruction": string;
|
|
949
|
+
/**
|
|
950
|
+
* Used to indicate whether other tasks are also selected during move.
|
|
951
|
+
*/
|
|
952
|
+
"taskMoveSelectionInfo": string;
|
|
953
|
+
/**
|
|
954
|
+
* Used to indicate task resize is cancelled for accessibility.
|
|
955
|
+
*/
|
|
956
|
+
"taskResizeCancelled": string;
|
|
957
|
+
/**
|
|
958
|
+
* Used to indicate task end resize handle for accessibility.
|
|
959
|
+
*/
|
|
960
|
+
"taskResizeEndHandle": string;
|
|
961
|
+
/**
|
|
962
|
+
* Used to indicate task resize end is initiated for accessibility.
|
|
963
|
+
*/
|
|
964
|
+
"taskResizeEndInitiated": string;
|
|
965
|
+
/**
|
|
966
|
+
* Used to indicate task resize is finalized for accessibility.
|
|
967
|
+
*/
|
|
968
|
+
"taskResizeFinalized": string;
|
|
969
|
+
/**
|
|
970
|
+
* Used to indicate task resize instructions for accessibility.
|
|
971
|
+
*/
|
|
972
|
+
"taskResizeInitiatedInstruction": string;
|
|
973
|
+
/**
|
|
974
|
+
* Used to indicate whether other tasks are also selected during task resize.
|
|
975
|
+
*/
|
|
976
|
+
"taskResizeSelectionInfo": string;
|
|
977
|
+
/**
|
|
978
|
+
* Used to indicate task start resize handle for accessibility.
|
|
979
|
+
*/
|
|
980
|
+
"taskResizeStartHandle": string;
|
|
981
|
+
/**
|
|
982
|
+
* Used to indicate task resize start is initiated for accessibility.
|
|
983
|
+
*/
|
|
984
|
+
"taskResizeStartInitiated": string;
|
|
985
|
+
/**
|
|
986
|
+
* Used for the zoom in tooltip.
|
|
987
|
+
*/
|
|
988
|
+
"tooltipZoomIn": string;
|
|
989
|
+
/**
|
|
990
|
+
* Used for the zoom out tooltip.
|
|
991
|
+
*/
|
|
992
|
+
"tooltipZoomOut": string;
|
|
993
|
+
}
|
|
994
|
+
export interface ValueFormats {
|
|
995
|
+
/**
|
|
996
|
+
* Specifies tooltip behavior for the attribute value.
|
|
997
|
+
*/
|
|
998
|
+
"attribute": ValueFormatsAttribute;
|
|
999
|
+
/**
|
|
1000
|
+
* Specifies tooltip behavior for the milestone baseline date value.
|
|
1001
|
+
*/
|
|
1002
|
+
"baselineDate": ValueFormatsBaselineDate;
|
|
1003
|
+
/**
|
|
1004
|
+
* Specifies tooltip behavior for the baseline end value.
|
|
1005
|
+
*/
|
|
1006
|
+
"baselineEnd": ValueFormatsBaselineEnd;
|
|
1007
|
+
/**
|
|
1008
|
+
* Specifies tooltip behavior for the baseline start value.
|
|
1009
|
+
*/
|
|
1010
|
+
"baselineStart": ValueFormatsBaselineStart;
|
|
1011
|
+
/**
|
|
1012
|
+
* Specifies tooltip behavior for the date value of a milestone task.
|
|
1013
|
+
*/
|
|
1014
|
+
"date": ValueFormatsDate;
|
|
1015
|
+
/**
|
|
1016
|
+
* Specifies tooltip behavior for the downtime end value.
|
|
1017
|
+
*/
|
|
1018
|
+
"downtimeEnd": ValueFormatsDowntimeEnd;
|
|
1019
|
+
/**
|
|
1020
|
+
* Specifies tooltip behavior for the downtime start value.
|
|
1021
|
+
*/
|
|
1022
|
+
"downtimeStart": ValueFormatsDowntimeStart;
|
|
1023
|
+
/**
|
|
1024
|
+
* Specifies tooltip behavior for the end value.
|
|
1025
|
+
*/
|
|
1026
|
+
"end": ValueFormatsEnd;
|
|
1027
|
+
/**
|
|
1028
|
+
* Specifies tooltip behavior for the label value.
|
|
1029
|
+
*/
|
|
1030
|
+
"label": ValueFormatsLabel;
|
|
1031
|
+
/**
|
|
1032
|
+
* Specifies tooltip behavior for the overtime end value.
|
|
1033
|
+
*/
|
|
1034
|
+
"overtimeEnd": ValueFormatsOvertimeEnd;
|
|
1035
|
+
/**
|
|
1036
|
+
* Specifies tooltip behavior for the overtime start value.
|
|
1037
|
+
*/
|
|
1038
|
+
"overtimeStart": ValueFormatsOvertimeStart;
|
|
1039
|
+
/**
|
|
1040
|
+
* Specifies tooltip behavior for the progress value.
|
|
1041
|
+
*/
|
|
1042
|
+
"progress": ValueFormatsProgress;
|
|
1043
|
+
/**
|
|
1044
|
+
* Specifies tooltip behavior for the row value.
|
|
1045
|
+
*/
|
|
1046
|
+
"row": ValueFormatsRow;
|
|
1047
|
+
/**
|
|
1048
|
+
* Specifies tooltip behavior for the start value.
|
|
1049
|
+
*/
|
|
1050
|
+
"start": ValueFormatsStart;
|
|
1051
|
+
}
|
|
1052
|
+
export interface ValueFormatsAttribute {
|
|
1053
|
+
/**
|
|
1054
|
+
* Specifies whether the attribute value is displayed in the tooltip.
|
|
1055
|
+
*/
|
|
1056
|
+
"tooltipDisplay": string;
|
|
1057
|
+
/**
|
|
1058
|
+
* The label to display before the attribute value in the tooltip. See the Help documentation for more information.
|
|
1059
|
+
*/
|
|
1060
|
+
"tooltipLabel": string;
|
|
1061
|
+
}
|
|
1062
|
+
export interface ValueFormatsBaselineDate {
|
|
1063
|
+
/**
|
|
1064
|
+
* An object used to format the milestone baseline date value. See the Help documentation for more information.
|
|
1065
|
+
*/
|
|
1066
|
+
"converter": object;
|
|
1067
|
+
/**
|
|
1068
|
+
* Specifies whether the milestone baseline date value is displayed in the tooltip.
|
|
1069
|
+
*/
|
|
1070
|
+
"tooltipDisplay": string;
|
|
1071
|
+
/**
|
|
1072
|
+
* The label to display before the milestone baseline date value in the tooltip. See the Help documentation for more information.
|
|
1073
|
+
*/
|
|
1074
|
+
"tooltipLabel": string;
|
|
1075
|
+
}
|
|
1076
|
+
export interface ValueFormatsBaselineEnd {
|
|
1077
|
+
/**
|
|
1078
|
+
* An object used to format the baseline end value. See the Help documentation for more information.
|
|
1079
|
+
*/
|
|
1080
|
+
"converter": object;
|
|
1081
|
+
/**
|
|
1082
|
+
* Specifies whether the baseline end value is displayed in the tooltip.
|
|
1083
|
+
*/
|
|
1084
|
+
"tooltipDisplay": string;
|
|
1085
|
+
/**
|
|
1086
|
+
* The label to display before the baseline end value in the tooltip. See the Help documentation for more information.
|
|
1087
|
+
*/
|
|
1088
|
+
"tooltipLabel": string;
|
|
1089
|
+
}
|
|
1090
|
+
export interface ValueFormatsBaselineStart {
|
|
1091
|
+
/**
|
|
1092
|
+
* An object used to format the baseline start value. See the Help documentation for more information.
|
|
1093
|
+
*/
|
|
1094
|
+
"converter": object;
|
|
1095
|
+
/**
|
|
1096
|
+
* Specifies whether the baseline start value is displayed in the tooltip.
|
|
1097
|
+
*/
|
|
1098
|
+
"tooltipDisplay": string;
|
|
1099
|
+
/**
|
|
1100
|
+
* The label to display before the baseline start value in the tooltip. See the Help documentation for more information.
|
|
1101
|
+
*/
|
|
1102
|
+
"tooltipLabel": string;
|
|
1103
|
+
}
|
|
1104
|
+
export interface ValueFormatsDate {
|
|
1105
|
+
/**
|
|
1106
|
+
* An object used to format the date value. See the Help documentation for more information.
|
|
1107
|
+
*/
|
|
1108
|
+
"converter": object;
|
|
1109
|
+
/**
|
|
1110
|
+
* Specifies whether the date value is displayed in the tooltip.
|
|
1111
|
+
*/
|
|
1112
|
+
"tooltipDisplay": string;
|
|
1113
|
+
/**
|
|
1114
|
+
* The label to display before the date value in the tooltip. See the Help documentation for more information.
|
|
1115
|
+
*/
|
|
1116
|
+
"tooltipLabel": string;
|
|
1117
|
+
}
|
|
1118
|
+
export interface ValueFormatsDowntimeEnd {
|
|
1119
|
+
/**
|
|
1120
|
+
* An object used to format the downtime end value. See the Help documentation for more information.
|
|
1121
|
+
*/
|
|
1122
|
+
"converter": object;
|
|
1123
|
+
/**
|
|
1124
|
+
* Specifies whether the downtime end value is displayed in the tooltip.
|
|
1125
|
+
*/
|
|
1126
|
+
"tooltipDisplay": string;
|
|
1127
|
+
/**
|
|
1128
|
+
* The label to display before the downtime end value in the tooltip. See the Help documentation for more information.
|
|
1129
|
+
*/
|
|
1130
|
+
"tooltipLabel": string;
|
|
1131
|
+
}
|
|
1132
|
+
export interface ValueFormatsDowntimeStart {
|
|
1133
|
+
/**
|
|
1134
|
+
* An object used to format the downtime start value. See the Help documentation for more information.
|
|
1135
|
+
*/
|
|
1136
|
+
"converter": object;
|
|
1137
|
+
/**
|
|
1138
|
+
* Specifies whether the downtime start value is displayed in the tooltip.
|
|
1139
|
+
*/
|
|
1140
|
+
"tooltipDisplay": string;
|
|
1141
|
+
/**
|
|
1142
|
+
* The label to display before the downtime start value in the tooltip. See the Help documentation for more information.
|
|
1143
|
+
*/
|
|
1144
|
+
"tooltipLabel": string;
|
|
1145
|
+
}
|
|
1146
|
+
export interface ValueFormatsEnd {
|
|
1147
|
+
/**
|
|
1148
|
+
* An object used to format the end value. See the Help documentation for more information.
|
|
1149
|
+
*/
|
|
1150
|
+
"converter": object;
|
|
1151
|
+
/**
|
|
1152
|
+
* Specifies whether the end value is displayed in the tooltip.
|
|
1153
|
+
*/
|
|
1154
|
+
"tooltipDisplay": string;
|
|
1155
|
+
/**
|
|
1156
|
+
* The label to display before the end value in the tooltip. See the Help documentation for more information.
|
|
1157
|
+
*/
|
|
1158
|
+
"tooltipLabel": string;
|
|
1159
|
+
}
|
|
1160
|
+
export interface ValueFormatsLabel {
|
|
1161
|
+
/**
|
|
1162
|
+
* Specifies whether the label value is displayed in the tooltip.
|
|
1163
|
+
*/
|
|
1164
|
+
"tooltipDisplay": string;
|
|
1165
|
+
/**
|
|
1166
|
+
* The label to display before the label value in the tooltip. See the Help documentation for more information.
|
|
1167
|
+
*/
|
|
1168
|
+
"tooltipLabel": string;
|
|
1169
|
+
}
|
|
1170
|
+
export interface ValueFormatsOvertimeEnd {
|
|
1171
|
+
/**
|
|
1172
|
+
* An object used to format the overtime end value. See the Help documentation for more information.
|
|
1173
|
+
*/
|
|
1174
|
+
"converter": object;
|
|
1175
|
+
/**
|
|
1176
|
+
* Specifies whether the overtime end value is displayed in the tooltip.
|
|
1177
|
+
*/
|
|
1178
|
+
"tooltipDisplay": string;
|
|
1179
|
+
/**
|
|
1180
|
+
* The label to display before the overtime end value in the tooltip. See the Help documentation for more information.
|
|
1181
|
+
*/
|
|
1182
|
+
"tooltipLabel": string;
|
|
1183
|
+
}
|
|
1184
|
+
export interface ValueFormatsOvertimeStart {
|
|
1185
|
+
/**
|
|
1186
|
+
* An object used to format the overtime start value. See the Help documentation for more information.
|
|
1187
|
+
*/
|
|
1188
|
+
"converter": object;
|
|
1189
|
+
/**
|
|
1190
|
+
* Specifies whether the overtime start value is displayed in the tooltip.
|
|
1191
|
+
*/
|
|
1192
|
+
"tooltipDisplay": string;
|
|
1193
|
+
/**
|
|
1194
|
+
* The label to display before the overtime start value in the tooltip. See the Help documentation for more information.
|
|
1195
|
+
*/
|
|
1196
|
+
"tooltipLabel": string;
|
|
1197
|
+
}
|
|
1198
|
+
export interface ValueFormatsProgress {
|
|
1199
|
+
/**
|
|
1200
|
+
* An object used to format the progress value. See the Help documentation for more information.
|
|
1201
|
+
*/
|
|
1202
|
+
"converter": object;
|
|
1203
|
+
/**
|
|
1204
|
+
* Specifies whether the progress value is displayed in the tooltip.
|
|
1205
|
+
*/
|
|
1206
|
+
"tooltipDisplay": string;
|
|
1207
|
+
/**
|
|
1208
|
+
* The label to display before the progress value in the tooltip. See the Help documentation for more information.
|
|
1209
|
+
*/
|
|
1210
|
+
"tooltipLabel": string;
|
|
1211
|
+
}
|
|
1212
|
+
export interface ValueFormatsRow {
|
|
1213
|
+
/**
|
|
1214
|
+
* Specifies whether the row value is displayed in the tooltip.
|
|
1215
|
+
*/
|
|
1216
|
+
"tooltipDisplay": string;
|
|
1217
|
+
/**
|
|
1218
|
+
* The label to display before the row value in the tooltip. See the Help documentation for more information.
|
|
1219
|
+
*/
|
|
1220
|
+
"tooltipLabel": string;
|
|
1221
|
+
}
|
|
1222
|
+
export interface ValueFormatsStart {
|
|
1223
|
+
/**
|
|
1224
|
+
* An object used to format the start value. See the Help documentation for more information.
|
|
1225
|
+
*/
|
|
1226
|
+
"converter": object;
|
|
1227
|
+
/**
|
|
1228
|
+
* Specifies whether the start value is displayed in the tooltip.
|
|
1229
|
+
*/
|
|
1230
|
+
"tooltipDisplay": string;
|
|
1231
|
+
/**
|
|
1232
|
+
* The label to display before the start value in the tooltip. See the Help documentation for more information.
|
|
1233
|
+
*/
|
|
1234
|
+
"tooltipLabel": string;
|
|
1018
1235
|
}
|