@oracle/oraclejet-webdriver 11.1.6 → 12.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -11
- package/bin/generate +12 -12
- package/bin/templates/baseclass.ts-template +1 -1
- package/bin/templates/class.ts-template +4 -6
- package/bin/templates/element-test.spec.ts-template +2 -2
- package/bin/templates/index.ts-template +14 -13
- package/bin/templates/property-getter.ts-template +3 -3
- package/bin/templates/property-setter.ts-template +3 -3
- package/elements/index.js +12 -3
- package/elements/index.js.map +1 -1
- package/elements/index.ts +3 -0
- package/elements/oj-accordion/OjAccordion.js.map +1 -1
- package/elements/oj-accordion/OjAccordion.ts +3 -5
- package/elements/oj-accordion/OjAccordionBase.js +4 -4
- package/elements/oj-accordion/OjAccordionBase.js.map +1 -1
- package/elements/oj-accordion/OjAccordionBase.ts +13 -13
- package/elements/oj-accordion/index.js +2 -2
- package/elements/oj-accordion/index.js.map +1 -1
- package/elements/oj-accordion/index.ts +14 -13
- package/elements/oj-action-card/OjActionCard.js +11 -0
- package/elements/oj-action-card/OjActionCard.js.map +1 -0
- package/elements/oj-action-card/OjActionCard.ts +15 -0
- package/elements/oj-action-card/OjActionCardBase.js +8 -0
- package/elements/oj-action-card/OjActionCardBase.js.map +1 -0
- package/elements/oj-action-card/OjActionCardBase.ts +13 -0
- package/elements/oj-action-card/index.js +17 -0
- package/elements/oj-action-card/index.js.map +1 -0
- package/elements/oj-action-card/index.ts +28 -0
- package/elements/oj-button/OjButton.js.map +1 -1
- package/elements/oj-button/OjButton.ts +3 -5
- package/elements/oj-button/OjButtonBase.js +5 -5
- package/elements/oj-button/OjButtonBase.js.map +1 -1
- package/elements/oj-button/OjButtonBase.ts +16 -16
- package/elements/oj-button/index.js +2 -2
- package/elements/oj-button/index.js.map +1 -1
- package/elements/oj-button/index.ts +14 -13
- package/elements/oj-buttonset-many/OjButtonsetMany.js.map +1 -1
- package/elements/oj-buttonset-many/OjButtonsetMany.ts +3 -5
- package/elements/oj-buttonset-many/OjButtonsetManyBase.js +9 -9
- package/elements/oj-buttonset-many/OjButtonsetManyBase.js.map +1 -1
- package/elements/oj-buttonset-many/OjButtonsetManyBase.ts +28 -28
- package/elements/oj-buttonset-many/index.js +2 -2
- package/elements/oj-buttonset-many/index.js.map +1 -1
- package/elements/oj-buttonset-many/index.ts +14 -13
- package/elements/oj-buttonset-one/OjButtonsetOne.js.map +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOne.ts +3 -5
- package/elements/oj-buttonset-one/OjButtonsetOneBase.js +9 -9
- package/elements/oj-buttonset-one/OjButtonsetOneBase.js.map +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOneBase.ts +28 -28
- package/elements/oj-buttonset-one/index.js +2 -2
- package/elements/oj-buttonset-one/index.js.map +1 -1
- package/elements/oj-buttonset-one/index.ts +14 -13
- package/elements/oj-chart/OjChart.js.map +1 -1
- package/elements/oj-chart/OjChart.ts +3 -5
- package/elements/oj-chart/OjChartBase.js +55 -55
- package/elements/oj-chart/OjChartBase.js.map +1 -1
- package/elements/oj-chart/OjChartBase.ts +2149 -2152
- package/elements/oj-chart/index.js +2 -2
- package/elements/oj-chart/index.js.map +1 -1
- package/elements/oj-chart/index.ts +14 -13
- package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxset.ts +3 -5
- package/elements/oj-checkboxset/OjCheckboxsetBase.js +20 -20
- package/elements/oj-checkboxset/OjCheckboxsetBase.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxsetBase.ts +133 -136
- package/elements/oj-checkboxset/index.js +2 -2
- package/elements/oj-checkboxset/index.js.map +1 -1
- package/elements/oj-checkboxset/index.ts +14 -13
- package/elements/oj-collapsible/OjCollapsible.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsible.ts +3 -5
- package/elements/oj-collapsible/OjCollapsibleBase.js +5 -5
- package/elements/oj-collapsible/OjCollapsibleBase.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsibleBase.ts +16 -16
- package/elements/oj-collapsible/index.js +2 -2
- package/elements/oj-collapsible/index.js.map +1 -1
- package/elements/oj-collapsible/index.ts +14 -13
- package/elements/oj-color-palette/OjColorPalette.js.map +1 -1
- package/elements/oj-color-palette/OjColorPalette.ts +3 -5
- package/elements/oj-color-palette/OjColorPaletteBase.js +19 -19
- package/elements/oj-color-palette/OjColorPaletteBase.js.map +1 -1
- package/elements/oj-color-palette/OjColorPaletteBase.ts +114 -117
- package/elements/oj-color-palette/index.js +2 -2
- package/elements/oj-color-palette/index.js.map +1 -1
- package/elements/oj-color-palette/index.ts +14 -13
- package/elements/oj-color-spectrum/OjColorSpectrum.js.map +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrum.ts +3 -5
- package/elements/oj-color-spectrum/OjColorSpectrumBase.js +16 -16
- package/elements/oj-color-spectrum/OjColorSpectrumBase.js.map +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrumBase.ts +106 -109
- package/elements/oj-color-spectrum/index.js +2 -2
- package/elements/oj-color-spectrum/index.js.map +1 -1
- package/elements/oj-color-spectrum/index.ts +14 -13
- package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxMany.ts +3 -5
- package/elements/oj-combobox-many/OjComboboxManyBase.js +30 -30
- package/elements/oj-combobox-many/OjComboboxManyBase.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxManyBase.ts +247 -250
- package/elements/oj-combobox-many/index.js +2 -2
- package/elements/oj-combobox-many/index.js.map +1 -1
- package/elements/oj-combobox-many/index.ts +14 -13
- package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOne.ts +3 -5
- package/elements/oj-combobox-one/OjComboboxOneBase.js +31 -31
- package/elements/oj-combobox-one/OjComboboxOneBase.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOneBase.ts +246 -249
- package/elements/oj-combobox-one/index.js +2 -2
- package/elements/oj-combobox-one/index.js.map +1 -1
- package/elements/oj-combobox-one/index.ts +14 -13
- package/elements/oj-conveyor-belt/OjConveyorBelt.js.map +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBelt.ts +3 -5
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.js +13 -7
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.js.map +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.ts +52 -35
- package/elements/oj-conveyor-belt/index.js +2 -2
- package/elements/oj-conveyor-belt/index.js.map +1 -1
- package/elements/oj-conveyor-belt/index.ts +14 -13
- package/elements/oj-data-grid/OjDataGrid.js.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/driver-manager.js +6 -2
- package/lib/driver-manager.js.map +1 -1
- package/lib/driver-manager.ts +12 -8
- package/lib/input-utils.js.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 OjTimeline, and is generated from
|
|
@@ -9,754 +9,857 @@ import {OjWebElement} from "../";
|
|
|
9
9
|
*/
|
|
10
10
|
export class OjTimelineBase extends OjWebElement {
|
|
11
11
|
/**
|
|
12
|
-
* Gets the value of animationOnDataChange property.
|
|
12
|
+
* Gets the value of <code>animationOnDataChange</code> property.
|
|
13
13
|
* Specifies 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
|
* Specifies 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 data property.
|
|
32
|
+
* Gets the value of <code>data</code> property.
|
|
33
33
|
* Specifies the data provider for the timeline. See the Help documentation for more information.
|
|
34
|
-
* @return The value of data property.
|
|
34
|
+
* @return The value of <code>data</code> property.
|
|
35
35
|
* @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
|
|
36
36
|
*/
|
|
37
37
|
public getData(): Promise<object> {
|
|
38
|
-
return this.getProperty<object>(
|
|
38
|
+
return this.getProperty<object>('data');
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
* Gets the value of
|
|
42
|
+
* Gets the value of <code>dnd</code> property.
|
|
43
|
+
* Enables drag and drop functionality.
|
|
44
|
+
* @return The value of <code>dnd</code> property.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
public getDnd(): Promise<Dnd> {
|
|
48
|
+
return this.getProperty<Dnd>('dnd');
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Gets the value of <code>end</code> property.
|
|
43
53
|
* The end time of the timeline. See the Help documentation for more information.
|
|
44
|
-
* @return The value of end property.
|
|
54
|
+
* @return The value of <code>end</code> property.
|
|
45
55
|
*
|
|
46
56
|
*/
|
|
47
57
|
public getEnd(): Promise<string> {
|
|
48
|
-
return this.getProperty<string>(
|
|
58
|
+
return this.getProperty<string>('end');
|
|
49
59
|
}
|
|
50
60
|
|
|
51
61
|
/**
|
|
52
|
-
* Gets the value of
|
|
62
|
+
* Gets the value of <code>itemDefaults</code> property.
|
|
63
|
+
* Specifies default properties for items in the Timeline.
|
|
64
|
+
* @return The value of <code>itemDefaults</code> property.
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
public getItemDefaults(): Promise<ItemDefaults> {
|
|
68
|
+
return this.getProperty<ItemDefaults>('itemDefaults');
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Gets the value of <code>majorAxis</code> property.
|
|
53
73
|
* An object defining the optional timeline major axis.
|
|
54
|
-
* @return The value of majorAxis property.
|
|
74
|
+
* @return The value of <code>majorAxis</code> property.
|
|
55
75
|
*
|
|
56
76
|
*/
|
|
57
|
-
public getMajorAxis(): Promise<
|
|
58
|
-
return this.getProperty<
|
|
77
|
+
public getMajorAxis(): Promise<MajorAxis> {
|
|
78
|
+
return this.getProperty<MajorAxis>('majorAxis');
|
|
59
79
|
}
|
|
60
80
|
|
|
61
81
|
/**
|
|
62
|
-
* Gets the value of minorAxis property.
|
|
82
|
+
* Gets the value of <code>minorAxis</code> property.
|
|
63
83
|
* An object defining the timeline minor axis.
|
|
64
|
-
* @return The value of minorAxis property.
|
|
84
|
+
* @return The value of <code>minorAxis</code> property.
|
|
65
85
|
*
|
|
66
86
|
*/
|
|
67
|
-
public getMinorAxis(): Promise<
|
|
68
|
-
return this.getProperty<
|
|
87
|
+
public getMinorAxis(): Promise<MinorAxis> {
|
|
88
|
+
return this.getProperty<MinorAxis>('minorAxis');
|
|
69
89
|
}
|
|
70
90
|
|
|
71
91
|
/**
|
|
72
|
-
* Gets the value of orientation property.
|
|
92
|
+
* Gets the value of <code>orientation</code> property.
|
|
73
93
|
* The orientation of the element.
|
|
74
|
-
* @return The value of orientation property.
|
|
94
|
+
* @return The value of <code>orientation</code> property.
|
|
75
95
|
*
|
|
76
96
|
*/
|
|
77
97
|
public getOrientation(): Promise<string> {
|
|
78
|
-
return this.getProperty<string>(
|
|
98
|
+
return this.getProperty<string>('orientation');
|
|
79
99
|
}
|
|
80
100
|
|
|
81
101
|
/**
|
|
82
|
-
* Gets the value of overview property.
|
|
102
|
+
* Gets the value of <code>overview</code> property.
|
|
83
103
|
* An object defining the optional timeline overview.
|
|
84
|
-
* @return The value of overview property.
|
|
104
|
+
* @return The value of <code>overview</code> property.
|
|
85
105
|
*
|
|
86
106
|
*/
|
|
87
|
-
public getOverview(): Promise<
|
|
88
|
-
return this.getProperty<
|
|
107
|
+
public getOverview(): Promise<Overview> {
|
|
108
|
+
return this.getProperty<Overview>('overview');
|
|
89
109
|
}
|
|
90
110
|
|
|
91
111
|
/**
|
|
92
|
-
* Gets the value of referenceObjects property.
|
|
112
|
+
* Gets the value of <code>referenceObjects</code> property.
|
|
93
113
|
* The array of reference objects associated with the timeline. Currently only the first reference object in the array is supported. See the Help documentation for more information.
|
|
94
|
-
* @return The value of referenceObjects property.
|
|
114
|
+
* @return The value of <code>referenceObjects</code> property.
|
|
95
115
|
*
|
|
96
116
|
*/
|
|
97
|
-
public getReferenceObjects(): Promise<Array<
|
|
98
|
-
return this.getProperty<Array<
|
|
117
|
+
public getReferenceObjects(): Promise<Array<ReferenceObjects>> {
|
|
118
|
+
return this.getProperty<Array<ReferenceObjects>>('referenceObjects');
|
|
99
119
|
}
|
|
100
120
|
|
|
101
121
|
/**
|
|
102
|
-
* Sets the value of
|
|
122
|
+
* Sets the value of <code>selection</code> property.
|
|
103
123
|
* An array of strings containing the ids of the initially selected items.
|
|
104
|
-
* @param selection The value to set for
|
|
124
|
+
* @param selection The value to set for <code>selection</code>
|
|
105
125
|
*
|
|
106
126
|
*/
|
|
107
127
|
public changeSelection(selection: Array<any>): Promise<void> {
|
|
108
|
-
return this.setProperty<Array<any>>(
|
|
128
|
+
return this.setProperty<Array<any>>('selection', selection);
|
|
109
129
|
}
|
|
110
130
|
|
|
111
131
|
/**
|
|
112
|
-
* Gets the value of selection property.
|
|
132
|
+
* Gets the value of <code>selection</code> property.
|
|
113
133
|
* An array of strings containing the ids of the initially selected items.
|
|
114
|
-
* @return The value of selection property.
|
|
134
|
+
* @return The value of <code>selection</code> property.
|
|
115
135
|
*
|
|
116
136
|
*/
|
|
117
137
|
public getSelection(): Promise<Array<any>> {
|
|
118
|
-
return this.getProperty<Array<any>>(
|
|
138
|
+
return this.getProperty<Array<any>>('selection');
|
|
119
139
|
}
|
|
120
140
|
|
|
121
141
|
/**
|
|
122
|
-
* Gets the value of selectionMode property.
|
|
142
|
+
* Gets the value of <code>selectionMode</code> property.
|
|
123
143
|
* Specifies the selection mode.
|
|
124
|
-
* @return The value of selectionMode property.
|
|
144
|
+
* @return The value of <code>selectionMode</code> property.
|
|
125
145
|
*
|
|
126
146
|
*/
|
|
127
147
|
public getSelectionMode(): Promise<string> {
|
|
128
|
-
return this.getProperty<string>(
|
|
148
|
+
return this.getProperty<string>('selectionMode');
|
|
129
149
|
}
|
|
130
150
|
|
|
131
151
|
/**
|
|
132
|
-
* Gets the value of series property.
|
|
152
|
+
* Gets the value of <code>series</code> property.
|
|
133
153
|
* An array of objects defining each timeline series. Also accepts a Promise for deferred data rendering.
|
|
134
|
-
* @return The value of series property.
|
|
154
|
+
* @return The value of <code>series</code> property.
|
|
135
155
|
*
|
|
136
156
|
*/
|
|
137
|
-
public getSeries(): Promise<Array<
|
|
138
|
-
return this.getProperty<Array<
|
|
157
|
+
public getSeries(): Promise<Array<Series>|null> {
|
|
158
|
+
return this.getProperty<Array<Series>|null>('series');
|
|
139
159
|
}
|
|
140
160
|
|
|
141
161
|
/**
|
|
142
|
-
* Gets the value of start property.
|
|
162
|
+
* Gets the value of <code>start</code> property.
|
|
143
163
|
* The start time of the timeline. See the Help documentation for more information.
|
|
144
|
-
* @return The value of start property.
|
|
164
|
+
* @return The value of <code>start</code> property.
|
|
145
165
|
*
|
|
146
166
|
*/
|
|
147
167
|
public getStart(): Promise<string> {
|
|
148
|
-
return this.getProperty<string>(
|
|
168
|
+
return this.getProperty<string>('start');
|
|
149
169
|
}
|
|
150
170
|
|
|
151
171
|
/**
|
|
152
|
-
* Gets the value of styleDefaults property.
|
|
172
|
+
* Gets the value of <code>styleDefaults</code> property.
|
|
153
173
|
* An object defining the default styling for this timeline.
|
|
154
|
-
* @return The value of styleDefaults property.
|
|
174
|
+
* @return The value of <code>styleDefaults</code> property.
|
|
155
175
|
*
|
|
156
176
|
*/
|
|
157
|
-
public getStyleDefaults(): Promise<
|
|
158
|
-
return this.getProperty<
|
|
177
|
+
public getStyleDefaults(): Promise<StyleDefaults> {
|
|
178
|
+
return this.getProperty<StyleDefaults>('styleDefaults');
|
|
159
179
|
}
|
|
160
180
|
|
|
161
181
|
/**
|
|
162
|
-
* Gets the value of tooltip property.
|
|
182
|
+
* Gets the value of <code>tooltip</code> property.
|
|
163
183
|
* An object containing an optional callback function for tooltip customization.
|
|
164
|
-
* @return The value of tooltip property.
|
|
184
|
+
* @return The value of <code>tooltip</code> property.
|
|
165
185
|
*
|
|
166
186
|
*/
|
|
167
|
-
public getTooltip(): Promise<
|
|
168
|
-
return this.getProperty<
|
|
187
|
+
public getTooltip(): Promise<Tooltip> {
|
|
188
|
+
return this.getProperty<Tooltip>('tooltip');
|
|
169
189
|
}
|
|
170
190
|
|
|
171
191
|
/**
|
|
172
|
-
* Gets the value of trackResize property.
|
|
192
|
+
* Gets the value of <code>trackResize</code> property.
|
|
173
193
|
* Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.
|
|
174
|
-
* @return The value of trackResize property.
|
|
194
|
+
* @return The value of <code>trackResize</code> property.
|
|
175
195
|
*
|
|
176
196
|
*/
|
|
177
197
|
public getTrackResize(): Promise<string> {
|
|
178
|
-
return this.getProperty<string>(
|
|
198
|
+
return this.getProperty<string>('trackResize');
|
|
179
199
|
}
|
|
180
200
|
|
|
181
201
|
/**
|
|
182
|
-
* Gets the value of translations property.
|
|
202
|
+
* Gets the value of <code>translations</code> property.
|
|
183
203
|
* A collection of translated resources from the translation bundle, or null if this component has no resources.
|
|
184
|
-
* @return The value of translations property.
|
|
204
|
+
* @return The value of <code>translations</code> property.
|
|
185
205
|
*
|
|
186
206
|
*/
|
|
187
|
-
public getTranslations(): Promise<
|
|
188
|
-
return this.getProperty<
|
|
207
|
+
public getTranslations(): Promise<Translations|null> {
|
|
208
|
+
return this.getProperty<Translations|null>('translations');
|
|
189
209
|
}
|
|
190
210
|
|
|
191
211
|
/**
|
|
192
|
-
* Gets the value of valueFormats property.
|
|
212
|
+
* Gets the value of <code>valueFormats</code> property.
|
|
193
213
|
* An object specifying value formatting and tooltip behavior, whose keys generally correspond to item properties.
|
|
194
|
-
* @return The value of valueFormats property.
|
|
214
|
+
* @return The value of <code>valueFormats</code> property.
|
|
195
215
|
*
|
|
196
216
|
*/
|
|
197
|
-
public getValueFormats(): Promise<
|
|
198
|
-
return this.getProperty<
|
|
217
|
+
public getValueFormats(): Promise<ValueFormats> {
|
|
218
|
+
return this.getProperty<ValueFormats>('valueFormats');
|
|
199
219
|
}
|
|
200
220
|
|
|
201
221
|
/**
|
|
202
|
-
* Gets the value of viewportEnd property.
|
|
222
|
+
* Gets the value of <code>viewportEnd</code> property.
|
|
203
223
|
* The end time of the timeline's viewport. See the Help documentation for more information.
|
|
204
|
-
* @return The value of viewportEnd property.
|
|
224
|
+
* @return The value of <code>viewportEnd</code> property.
|
|
205
225
|
*
|
|
206
226
|
*/
|
|
207
227
|
public getViewportEnd(): Promise<string> {
|
|
208
|
-
return this.getProperty<string>(
|
|
228
|
+
return this.getProperty<string>('viewportEnd');
|
|
209
229
|
}
|
|
210
230
|
|
|
211
231
|
/**
|
|
212
|
-
* Gets the value of viewportNavigationMode property.
|
|
232
|
+
* Gets the value of <code>viewportNavigationMode</code> property.
|
|
213
233
|
* The viewport navigation mode of the timeline.
|
|
214
|
-
* @return The value of viewportNavigationMode property.
|
|
234
|
+
* @return The value of <code>viewportNavigationMode</code> property.
|
|
215
235
|
*
|
|
216
236
|
*/
|
|
217
237
|
public getViewportNavigationMode(): Promise<string> {
|
|
218
|
-
return this.getProperty<string>(
|
|
238
|
+
return this.getProperty<string>('viewportNavigationMode');
|
|
219
239
|
}
|
|
220
240
|
|
|
221
241
|
/**
|
|
222
|
-
* Gets the value of viewportStart property.
|
|
242
|
+
* Gets the value of <code>viewportStart</code> property.
|
|
223
243
|
* The start time of the timeline's viewport. See the Help documentation for more information.
|
|
224
|
-
* @return The value of viewportStart property.
|
|
244
|
+
* @return The value of <code>viewportStart</code> property.
|
|
225
245
|
*
|
|
226
246
|
*/
|
|
227
247
|
public getViewportStart(): Promise<string> {
|
|
228
|
-
return this.getProperty<string>(
|
|
248
|
+
return this.getProperty<string>('viewportStart');
|
|
229
249
|
}
|
|
230
250
|
|
|
231
251
|
}
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
252
|
+
export interface Dnd {
|
|
253
|
+
/**
|
|
254
|
+
* Defines a subset of high level configurations for moving elements to another location within the timeline.
|
|
255
|
+
*/
|
|
256
|
+
"move": DndMove;
|
|
257
|
+
}
|
|
258
|
+
export interface DndMove {
|
|
259
|
+
/**
|
|
260
|
+
* Enable or disable moving items to a different location within the same timeline series.
|
|
261
|
+
*/
|
|
262
|
+
"items": string;
|
|
263
|
+
}
|
|
264
|
+
export interface ItemDefaults {
|
|
265
|
+
/**
|
|
266
|
+
* Hide or show item feelers
|
|
267
|
+
*/
|
|
268
|
+
"feelers": string;
|
|
269
|
+
/**
|
|
270
|
+
* Enable or disable resizing of items
|
|
271
|
+
*/
|
|
272
|
+
"resizable": string;
|
|
273
|
+
}
|
|
274
|
+
export interface MajorAxis {
|
|
275
|
+
/**
|
|
276
|
+
* An object that converts the labels of the major axis for all 'scale' values'. See the Help documentation for more information.
|
|
277
|
+
*/
|
|
278
|
+
"converter": MajorAxisConverter;
|
|
279
|
+
/**
|
|
280
|
+
* Specifies the time scale used for the major axis.
|
|
281
|
+
*/
|
|
282
|
+
"scale": string;
|
|
283
|
+
/**
|
|
284
|
+
* The CSS style object defining any additional styling of the major axis.
|
|
285
|
+
*/
|
|
286
|
+
"svgStyle": object;
|
|
287
|
+
}
|
|
288
|
+
export interface MajorAxisConverter {
|
|
289
|
+
/**
|
|
290
|
+
* 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.
|
|
291
|
+
*/
|
|
292
|
+
"days": object;
|
|
293
|
+
/**
|
|
294
|
+
* 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.
|
|
295
|
+
*/
|
|
296
|
+
"default": object;
|
|
297
|
+
/**
|
|
298
|
+
* 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.
|
|
299
|
+
*/
|
|
300
|
+
"hours": object;
|
|
301
|
+
/**
|
|
302
|
+
* 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.
|
|
303
|
+
*/
|
|
304
|
+
"minutes": object;
|
|
305
|
+
/**
|
|
306
|
+
* 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.
|
|
307
|
+
*/
|
|
308
|
+
"months": object;
|
|
309
|
+
/**
|
|
310
|
+
* 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.
|
|
311
|
+
*/
|
|
312
|
+
"quarters": object;
|
|
313
|
+
/**
|
|
314
|
+
* 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.
|
|
315
|
+
*/
|
|
316
|
+
"seconds": object;
|
|
317
|
+
/**
|
|
318
|
+
* 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.
|
|
319
|
+
*/
|
|
320
|
+
"weeks": object;
|
|
321
|
+
/**
|
|
322
|
+
* 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.
|
|
323
|
+
*/
|
|
324
|
+
"years": object;
|
|
325
|
+
}
|
|
326
|
+
export interface MinorAxis {
|
|
327
|
+
/**
|
|
328
|
+
* An object that converts the labels of the minor axis for all 'scale' values. See the Help documentation for more information.
|
|
329
|
+
*/
|
|
330
|
+
"converter": MinorAxisConverter;
|
|
331
|
+
/**
|
|
332
|
+
* Specifies the time scale used for the minor axis.
|
|
333
|
+
*/
|
|
334
|
+
"scale": string;
|
|
335
|
+
/**
|
|
336
|
+
* The CSS style object defining any additional styling of the minor axis.
|
|
337
|
+
*/
|
|
338
|
+
"svgStyle": object;
|
|
339
|
+
}
|
|
340
|
+
export interface MinorAxisConverter {
|
|
341
|
+
/**
|
|
342
|
+
* 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.
|
|
343
|
+
*/
|
|
344
|
+
"days": object;
|
|
345
|
+
/**
|
|
346
|
+
* 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.
|
|
347
|
+
*/
|
|
348
|
+
"default": object;
|
|
349
|
+
/**
|
|
350
|
+
* 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.
|
|
351
|
+
*/
|
|
352
|
+
"hours": object;
|
|
353
|
+
/**
|
|
354
|
+
* 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.
|
|
355
|
+
*/
|
|
356
|
+
"minutes": object;
|
|
357
|
+
/**
|
|
358
|
+
* 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.
|
|
359
|
+
*/
|
|
360
|
+
"months": object;
|
|
361
|
+
/**
|
|
362
|
+
* 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.
|
|
363
|
+
*/
|
|
364
|
+
"quarters": object;
|
|
365
|
+
/**
|
|
366
|
+
* 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.
|
|
367
|
+
*/
|
|
368
|
+
"seconds": object;
|
|
369
|
+
/**
|
|
370
|
+
* 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.
|
|
371
|
+
*/
|
|
372
|
+
"weeks": object;
|
|
373
|
+
/**
|
|
374
|
+
* 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.
|
|
375
|
+
*/
|
|
376
|
+
"years": object;
|
|
377
|
+
}
|
|
378
|
+
export interface Overview {
|
|
379
|
+
/**
|
|
380
|
+
* Specifies whether the overview scrollbar is rendered.
|
|
381
|
+
*/
|
|
382
|
+
"rendered": string;
|
|
383
|
+
/**
|
|
384
|
+
* The CSS style object defining any additional styling of the overview.
|
|
385
|
+
*/
|
|
386
|
+
"svgStyle": object;
|
|
387
|
+
}
|
|
388
|
+
export interface ReferenceObjects {
|
|
389
|
+
/**
|
|
390
|
+
* The label value of this reference object. If not specified, no reference object label will be shown.
|
|
391
|
+
*/
|
|
392
|
+
"label": string;
|
|
393
|
+
/**
|
|
394
|
+
* 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 the required string formats.
|
|
395
|
+
*/
|
|
396
|
+
"value": string;
|
|
397
|
+
}
|
|
398
|
+
export interface Series {
|
|
399
|
+
/**
|
|
400
|
+
* The text of an empty timeline series.
|
|
401
|
+
*/
|
|
402
|
+
"emptyText": string;
|
|
403
|
+
/**
|
|
404
|
+
* The identifier for the timeline series.
|
|
405
|
+
*/
|
|
406
|
+
"id": string;
|
|
407
|
+
/**
|
|
408
|
+
* The direction in which items are laid out when in a horizontal orientation. This attribute is ignored when in a vertical orientation.
|
|
409
|
+
*/
|
|
410
|
+
"itemLayout": string;
|
|
411
|
+
/**
|
|
412
|
+
* An array of items. If not specified, no data will be shown in this series.
|
|
413
|
+
*/
|
|
414
|
+
"items": Array<object>;
|
|
415
|
+
/**
|
|
416
|
+
* The label displayed on the timeline series. In not specified, no label will be shown.
|
|
417
|
+
*/
|
|
418
|
+
"label": string;
|
|
419
|
+
/**
|
|
420
|
+
* The CSS style object defining any additional styling of the series. If not specified, no additional styling will be applied. Only SVG CSS style properties are supported.
|
|
421
|
+
*/
|
|
422
|
+
"svgStyle": object;
|
|
423
|
+
}
|
|
424
|
+
export interface StyleDefaults {
|
|
425
|
+
/**
|
|
426
|
+
* The duration of the animations in milliseconds.
|
|
427
|
+
*/
|
|
428
|
+
"animationDuration": number;
|
|
429
|
+
/**
|
|
430
|
+
* The border color of the timeline.
|
|
431
|
+
*/
|
|
432
|
+
"borderColor": string;
|
|
433
|
+
/**
|
|
434
|
+
* An object defining the default styling for this timeline's items.
|
|
435
|
+
*/
|
|
436
|
+
"item": StyleDefaultsItem;
|
|
437
|
+
/**
|
|
438
|
+
* An object defining the default styling for this timeline's major axis.
|
|
439
|
+
*/
|
|
440
|
+
"majorAxis": StyleDefaultsMajorAxis;
|
|
441
|
+
/**
|
|
442
|
+
* An object defining the default styling for this timeline's minor axis.
|
|
443
|
+
*/
|
|
444
|
+
"minorAxis": StyleDefaultsMinorAxis;
|
|
445
|
+
/**
|
|
446
|
+
* An object defining the default styling for this timeline's overview.
|
|
447
|
+
*/
|
|
448
|
+
"overview": StyleDefaultsOverview;
|
|
449
|
+
/**
|
|
450
|
+
* An object defining the default styling for this timeline's reference objects.
|
|
451
|
+
*/
|
|
452
|
+
"referenceObject": StyleDefaultsReferenceObject;
|
|
453
|
+
/**
|
|
454
|
+
* An object defining the default styling for this timeline's series.
|
|
455
|
+
*/
|
|
456
|
+
"series": StyleDefaultsSeries;
|
|
457
|
+
}
|
|
458
|
+
export interface StyleDefaultsItem {
|
|
459
|
+
/**
|
|
460
|
+
* The background color of the timeline items.
|
|
461
|
+
*/
|
|
462
|
+
"backgroundColor": string;
|
|
463
|
+
/**
|
|
464
|
+
* The border color of the timeline items.
|
|
465
|
+
*/
|
|
466
|
+
"borderColor": string;
|
|
467
|
+
/**
|
|
468
|
+
* The CSS style object defining the style of the timeline item description text.
|
|
469
|
+
*/
|
|
470
|
+
"descriptionStyle": object;
|
|
471
|
+
/**
|
|
472
|
+
* The background color of the highlighted timeline items.
|
|
473
|
+
*/
|
|
474
|
+
"hoverBackgroundColor": string;
|
|
475
|
+
/**
|
|
476
|
+
* The border color of the highlighted timeline items.
|
|
477
|
+
*/
|
|
478
|
+
"hoverBorderColor": string;
|
|
479
|
+
/**
|
|
480
|
+
* The background color of the selected timeline items.
|
|
481
|
+
*/
|
|
482
|
+
"selectedBackgroundColor": string;
|
|
483
|
+
/**
|
|
484
|
+
* The border color of the selected timeline items.
|
|
485
|
+
*/
|
|
486
|
+
"selectedBorderColor": string;
|
|
487
|
+
/**
|
|
488
|
+
* The CSS style object defining the style of the timeline item title text.
|
|
489
|
+
*/
|
|
490
|
+
"titleStyle": object;
|
|
491
|
+
}
|
|
492
|
+
export interface StyleDefaultsMajorAxis {
|
|
493
|
+
/**
|
|
494
|
+
* The CSS style object defining the style of the major axis label text.
|
|
495
|
+
*/
|
|
496
|
+
"labelStyle": object;
|
|
497
|
+
/**
|
|
498
|
+
* The color of the major axis separators.
|
|
499
|
+
*/
|
|
500
|
+
"separatorColor": string;
|
|
501
|
+
}
|
|
502
|
+
export interface StyleDefaultsMinorAxis {
|
|
503
|
+
/**
|
|
504
|
+
* The background color of the minor axis.
|
|
505
|
+
*/
|
|
506
|
+
"backgroundColor": string;
|
|
507
|
+
/**
|
|
508
|
+
* The border color of the minor axis.
|
|
509
|
+
*/
|
|
510
|
+
"borderColor": string;
|
|
511
|
+
/**
|
|
512
|
+
* The CSS style object defining the style of the minor axis label text.
|
|
513
|
+
*/
|
|
514
|
+
"labelStyle": object;
|
|
515
|
+
/**
|
|
516
|
+
* The color of the minor axis separators.
|
|
517
|
+
*/
|
|
518
|
+
"separatorColor": string;
|
|
519
|
+
}
|
|
520
|
+
export interface StyleDefaultsOverview {
|
|
521
|
+
/**
|
|
522
|
+
* The background color of the timeline overview.
|
|
523
|
+
*/
|
|
524
|
+
"backgroundColor": string;
|
|
525
|
+
/**
|
|
526
|
+
* The CSS style object defining the style of the timeline overview label text.
|
|
527
|
+
*/
|
|
528
|
+
"labelStyle": object;
|
|
529
|
+
/**
|
|
530
|
+
* An object defining the default styling for the timeline overview window.
|
|
531
|
+
*/
|
|
532
|
+
"window": StyleDefaultsOverviewWindow;
|
|
533
|
+
}
|
|
534
|
+
export interface StyleDefaultsOverviewWindow {
|
|
535
|
+
/**
|
|
536
|
+
* The background color of the timeline overview window.
|
|
537
|
+
*/
|
|
538
|
+
"backgroundColor": string;
|
|
539
|
+
/**
|
|
540
|
+
* The border color of the timeline overview window.
|
|
541
|
+
*/
|
|
542
|
+
"borderColor": string;
|
|
543
|
+
}
|
|
544
|
+
export interface StyleDefaultsReferenceObject {
|
|
545
|
+
/**
|
|
546
|
+
* The color of the reference objects.
|
|
547
|
+
*/
|
|
548
|
+
"color": string;
|
|
549
|
+
}
|
|
550
|
+
export interface StyleDefaultsSeries {
|
|
551
|
+
/**
|
|
552
|
+
* The background color of the series.
|
|
553
|
+
*/
|
|
554
|
+
"backgroundColor": string;
|
|
555
|
+
/**
|
|
556
|
+
* The array defining the default color ramp for the series items.
|
|
557
|
+
*/
|
|
558
|
+
"colors": Array<string>;
|
|
559
|
+
/**
|
|
560
|
+
* The CSS style object defining the style of the series empty text.
|
|
561
|
+
*/
|
|
562
|
+
"emptyTextStyle": object;
|
|
563
|
+
/**
|
|
564
|
+
* The CSS style object defining the style of the series label text.
|
|
565
|
+
*/
|
|
566
|
+
"labelStyle": object;
|
|
567
|
+
}
|
|
568
|
+
export interface Tooltip {
|
|
569
|
+
}
|
|
570
|
+
export interface Translations {
|
|
571
|
+
/**
|
|
572
|
+
* Provides properties to customize the screen reader text describing an item's description text.
|
|
573
|
+
*/
|
|
574
|
+
"accessibleItemDesc": string;
|
|
575
|
+
/**
|
|
576
|
+
* Provides properties to customize the screen reader text describing an item's end time.
|
|
577
|
+
*/
|
|
578
|
+
"accessibleItemEnd": string;
|
|
579
|
+
/**
|
|
580
|
+
* Provides properties to customize the screen reader text describing an item's start time.
|
|
581
|
+
*/
|
|
582
|
+
"accessibleItemStart": string;
|
|
583
|
+
/**
|
|
584
|
+
* Provides properties to customize the screen reader text describing an item's title text.
|
|
585
|
+
*/
|
|
586
|
+
"accessibleItemTitle": string;
|
|
587
|
+
/**
|
|
588
|
+
* Used to describe the data visualization type for accessibility.
|
|
589
|
+
*/
|
|
590
|
+
"componentName": string;
|
|
591
|
+
/**
|
|
592
|
+
* Used to indicate item move is cancelled for accessibility.
|
|
593
|
+
*/
|
|
594
|
+
"itemMoveCancelled": string;
|
|
595
|
+
/**
|
|
596
|
+
* Used to indicate item move is finalized for accessibility.
|
|
597
|
+
*/
|
|
598
|
+
"itemMoveFinalized": string;
|
|
599
|
+
/**
|
|
600
|
+
* Used to indicate item move is initiated for accessibility.
|
|
601
|
+
*/
|
|
602
|
+
"itemMoveInitiated": string;
|
|
603
|
+
/**
|
|
604
|
+
* Used to indicate item move instructions for accessibility.
|
|
605
|
+
*/
|
|
606
|
+
"itemMoveInitiatedInstruction": string;
|
|
607
|
+
/**
|
|
608
|
+
* Used to indicate whether other items are also selected during move.
|
|
609
|
+
*/
|
|
610
|
+
"itemMoveSelectionInfo": string;
|
|
611
|
+
/**
|
|
612
|
+
* Used to indicate item resize is cancelled for accessibility.
|
|
613
|
+
*/
|
|
614
|
+
"itemResizeCancelled": string;
|
|
615
|
+
/**
|
|
616
|
+
* Used to indicate item end resize handle for accessibility.
|
|
617
|
+
*/
|
|
618
|
+
"itemResizeEndHandle": string;
|
|
619
|
+
/**
|
|
620
|
+
* Used to indicate item resize end is initiated for accessibility.
|
|
621
|
+
*/
|
|
622
|
+
"itemResizeEndInitiated": string;
|
|
623
|
+
/**
|
|
624
|
+
* Used to indicate item resize is finalized for accessibility.
|
|
625
|
+
*/
|
|
626
|
+
"itemResizeFinalized": string;
|
|
627
|
+
/**
|
|
628
|
+
* Used to indicate item resize instructions for accessibility.
|
|
629
|
+
*/
|
|
630
|
+
"itemResizeInitiatedInstruction": string;
|
|
631
|
+
/**
|
|
632
|
+
* Used to indicate whether other items are also selected during item resize.
|
|
633
|
+
*/
|
|
634
|
+
"itemResizeSelectionInfo": string;
|
|
635
|
+
/**
|
|
636
|
+
* Used to indicate item start resize handle for accessibility.
|
|
637
|
+
*/
|
|
638
|
+
"itemResizeStartHandle": string;
|
|
639
|
+
/**
|
|
640
|
+
* Used to indicate item resize start is initiated for accessibility.
|
|
641
|
+
*/
|
|
642
|
+
"itemResizeStartInitiated": string;
|
|
643
|
+
/**
|
|
644
|
+
* Used for the discrete navigation mode next arrow aria-label.
|
|
645
|
+
*/
|
|
646
|
+
"labelAccNavNextPage": string;
|
|
647
|
+
/**
|
|
648
|
+
* Used for the discrete navigation mode previous arrow aria-label.
|
|
649
|
+
*/
|
|
650
|
+
"labelAccNavPreviousPage": string;
|
|
651
|
+
/**
|
|
652
|
+
* Used to display a label and its value.
|
|
653
|
+
*/
|
|
654
|
+
"labelAndValue": string;
|
|
655
|
+
/**
|
|
656
|
+
* Text shown for clearing multiple selection on touch devices.
|
|
657
|
+
*/
|
|
658
|
+
"labelClearSelection": string;
|
|
659
|
+
/**
|
|
660
|
+
* Used to display a count out of a total.
|
|
661
|
+
*/
|
|
662
|
+
"labelCountWithTotal": string;
|
|
663
|
+
/**
|
|
664
|
+
* Label for data visualizations used for accessibility.
|
|
665
|
+
*/
|
|
666
|
+
"labelDataVisualization": string;
|
|
667
|
+
/**
|
|
668
|
+
* Used for the default tooltip label for instance item information.
|
|
669
|
+
*/
|
|
670
|
+
"labelDate": string;
|
|
671
|
+
/**
|
|
672
|
+
* Used for the default tooltip label for item description information.
|
|
673
|
+
*/
|
|
674
|
+
"labelDescription": string;
|
|
675
|
+
/**
|
|
676
|
+
* Used for the default tooltip label for end time information.
|
|
677
|
+
*/
|
|
678
|
+
"labelEnd": string;
|
|
679
|
+
/**
|
|
680
|
+
* Text shown when the component receives invalid data.
|
|
681
|
+
*/
|
|
682
|
+
"labelInvalidData": string;
|
|
683
|
+
/**
|
|
684
|
+
* Used for the default tooltip label for item move scale change.
|
|
685
|
+
*/
|
|
686
|
+
"labelMoveBy": string;
|
|
687
|
+
/**
|
|
688
|
+
* Text shown when the component receives no data.
|
|
689
|
+
*/
|
|
690
|
+
"labelNoData": string;
|
|
691
|
+
/**
|
|
692
|
+
* Used for the default tooltip label for item resize scale change.
|
|
693
|
+
*/
|
|
694
|
+
"labelResizeBy": string;
|
|
695
|
+
/**
|
|
696
|
+
* Used for accessibility.
|
|
697
|
+
*/
|
|
698
|
+
"labelSeries": string;
|
|
699
|
+
/**
|
|
700
|
+
* Used for the default tooltip label for start time information.
|
|
701
|
+
*/
|
|
702
|
+
"labelStart": string;
|
|
703
|
+
/**
|
|
704
|
+
* Used for the default tooltip label for item title information.
|
|
705
|
+
*/
|
|
706
|
+
"labelTitle": string;
|
|
707
|
+
/**
|
|
708
|
+
* Used for the discrete navigation mode arrow ariaLabel text when disabled.
|
|
709
|
+
*/
|
|
710
|
+
"navArrowDisabledState": string;
|
|
711
|
+
/**
|
|
712
|
+
* Used to describe the collapsed state for accessibility.
|
|
713
|
+
*/
|
|
714
|
+
"stateCollapsed": string;
|
|
715
|
+
/**
|
|
716
|
+
* Used to describe a drillable object for accessibility.
|
|
717
|
+
*/
|
|
718
|
+
"stateDrillable": string;
|
|
719
|
+
/**
|
|
720
|
+
* Used to describe the expanded state for accessibility.
|
|
721
|
+
*/
|
|
722
|
+
"stateExpanded": string;
|
|
723
|
+
/**
|
|
724
|
+
* Used to describe the hidden state for accessibility.
|
|
725
|
+
*/
|
|
726
|
+
"stateHidden": string;
|
|
727
|
+
/**
|
|
728
|
+
* Used to describe the isolated state for accessibility.
|
|
729
|
+
*/
|
|
730
|
+
"stateIsolated": string;
|
|
731
|
+
/**
|
|
732
|
+
* Used to describe the maximized state for accessibility.
|
|
733
|
+
*/
|
|
734
|
+
"stateMaximized": string;
|
|
735
|
+
/**
|
|
736
|
+
* Used to describe the minimized state for accessibility.
|
|
737
|
+
*/
|
|
738
|
+
"stateMinimized": string;
|
|
739
|
+
/**
|
|
740
|
+
* Used to describe the selected state for accessibility.
|
|
741
|
+
*/
|
|
742
|
+
"stateSelected": string;
|
|
743
|
+
/**
|
|
744
|
+
* Used to describe the unselected state for accessibility.
|
|
745
|
+
*/
|
|
746
|
+
"stateUnselected": string;
|
|
747
|
+
/**
|
|
748
|
+
* Used to describe the visible state for accessibility.
|
|
749
|
+
*/
|
|
750
|
+
"stateVisible": string;
|
|
751
|
+
/**
|
|
752
|
+
* Used for the discrete navigation mode next arrow alt text.
|
|
753
|
+
*/
|
|
754
|
+
"tipArrowNextPage": string;
|
|
755
|
+
/**
|
|
756
|
+
* Used for the discrete navigation mode previous arrow alt text.
|
|
757
|
+
*/
|
|
758
|
+
"tipArrowPreviousPage": string;
|
|
759
|
+
/**
|
|
760
|
+
* Used for the zoom in tooltip.
|
|
761
|
+
*/
|
|
762
|
+
"tooltipZoomIn": string;
|
|
763
|
+
/**
|
|
764
|
+
* Used for the zoom out tooltip.
|
|
765
|
+
*/
|
|
766
|
+
"tooltipZoomOut": string;
|
|
767
|
+
}
|
|
768
|
+
export interface ValueFormats {
|
|
769
|
+
/**
|
|
770
|
+
* Specifies tooltip behavior for the date value of an instance item.
|
|
771
|
+
*/
|
|
772
|
+
"date": ValueFormatsDate;
|
|
773
|
+
/**
|
|
774
|
+
* Specifies tooltip behavior for the description value.
|
|
775
|
+
*/
|
|
776
|
+
"description": ValueFormatsDescription;
|
|
777
|
+
/**
|
|
778
|
+
* Specifies tooltip behavior for the end value.
|
|
779
|
+
*/
|
|
780
|
+
"end": ValueFormatsEnd;
|
|
781
|
+
/**
|
|
782
|
+
* Specifies tooltip behavior for the series value.
|
|
783
|
+
*/
|
|
784
|
+
"series": ValueFormatsSeries;
|
|
785
|
+
/**
|
|
786
|
+
* Specifies tooltip behavior for the start value.
|
|
787
|
+
*/
|
|
788
|
+
"start": ValueFormatsStart;
|
|
789
|
+
/**
|
|
790
|
+
* Specifies tooltip behavior for the title value.
|
|
791
|
+
*/
|
|
792
|
+
"title": ValueFormatsTitle;
|
|
793
|
+
}
|
|
794
|
+
export interface ValueFormatsDate {
|
|
795
|
+
/**
|
|
796
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
797
|
+
*/
|
|
798
|
+
"converter": object;
|
|
799
|
+
/**
|
|
800
|
+
* Specifies whether the date value is displayed in the tooltip.
|
|
801
|
+
*/
|
|
802
|
+
"tooltipDisplay": string;
|
|
803
|
+
/**
|
|
804
|
+
* A string representing the label that is displayed before the date value in the tooltip. See the Help documentation for more information.
|
|
805
|
+
*/
|
|
806
|
+
"tooltipLabel": string;
|
|
807
|
+
}
|
|
808
|
+
export interface ValueFormatsDescription {
|
|
809
|
+
/**
|
|
810
|
+
* Specifies whether the description value is displayed in the tooltip.
|
|
811
|
+
*/
|
|
812
|
+
"tooltipDisplay": string;
|
|
813
|
+
/**
|
|
814
|
+
* A string representing the label that is displayed before the description value in the tooltip. See the Help documentation for more information.
|
|
815
|
+
*/
|
|
816
|
+
"tooltipLabel": string;
|
|
817
|
+
}
|
|
818
|
+
export interface ValueFormatsEnd {
|
|
819
|
+
/**
|
|
820
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
821
|
+
*/
|
|
822
|
+
"converter": object;
|
|
823
|
+
/**
|
|
824
|
+
* Specifies whether the end value is displayed in the tooltip.
|
|
825
|
+
*/
|
|
826
|
+
"tooltipDisplay": string;
|
|
827
|
+
/**
|
|
828
|
+
* A string representing the label that is displayed before the end value in the tooltip. See the Help documentation for more information.
|
|
829
|
+
*/
|
|
830
|
+
"tooltipLabel": string;
|
|
831
|
+
}
|
|
832
|
+
export interface ValueFormatsSeries {
|
|
833
|
+
/**
|
|
834
|
+
* Specifies whether the series value is displayed in the tooltip.
|
|
835
|
+
*/
|
|
836
|
+
"tooltipDisplay": string;
|
|
837
|
+
/**
|
|
838
|
+
* A string representing the label that is displayed before the series value in the tooltip. See the Help documentation for more information.
|
|
839
|
+
*/
|
|
840
|
+
"tooltipLabel": string;
|
|
841
|
+
}
|
|
842
|
+
export interface ValueFormatsStart {
|
|
843
|
+
/**
|
|
844
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
845
|
+
*/
|
|
846
|
+
"converter": object;
|
|
847
|
+
/**
|
|
848
|
+
* Specifies whether the start value is displayed in the tooltip.
|
|
849
|
+
*/
|
|
850
|
+
"tooltipDisplay": string;
|
|
851
|
+
/**
|
|
852
|
+
* A string representing the label that is displayed before the start value in the tooltip. See the Help documentation for more information.
|
|
853
|
+
*/
|
|
854
|
+
"tooltipLabel": string;
|
|
855
|
+
}
|
|
856
|
+
export interface ValueFormatsTitle {
|
|
857
|
+
/**
|
|
858
|
+
* Specifies whether the title value is displayed in the tooltip.
|
|
859
|
+
*/
|
|
860
|
+
"tooltipDisplay": string;
|
|
861
|
+
/**
|
|
862
|
+
* A string representing the label that is displayed before the title value in the tooltip. See the Help documentation for more information.
|
|
863
|
+
*/
|
|
864
|
+
"tooltipLabel": string;
|
|
762
865
|
}
|