@oracle/oraclejet-webdriver 11.1.5 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -11
- package/bin/generate +12 -12
- package/bin/templates/baseclass.ts-template +1 -1
- package/bin/templates/class.ts-template +4 -6
- package/bin/templates/element-test.spec.ts-template +2 -2
- package/bin/templates/index.ts-template +14 -13
- package/bin/templates/property-getter.ts-template +3 -3
- package/bin/templates/property-setter.ts-template +3 -3
- package/elements/index.js +12 -3
- package/elements/index.js.map +1 -1
- package/elements/index.ts +3 -0
- package/elements/oj-accordion/OjAccordion.js.map +1 -1
- package/elements/oj-accordion/OjAccordion.ts +3 -5
- package/elements/oj-accordion/OjAccordionBase.js +4 -4
- package/elements/oj-accordion/OjAccordionBase.js.map +1 -1
- package/elements/oj-accordion/OjAccordionBase.ts +13 -13
- package/elements/oj-accordion/index.js +2 -2
- package/elements/oj-accordion/index.js.map +1 -1
- package/elements/oj-accordion/index.ts +14 -13
- package/elements/oj-action-card/OjActionCard.js +11 -0
- package/elements/oj-action-card/OjActionCard.js.map +1 -0
- package/elements/oj-action-card/OjActionCard.ts +15 -0
- package/elements/oj-action-card/OjActionCardBase.js +8 -0
- package/elements/oj-action-card/OjActionCardBase.js.map +1 -0
- package/elements/oj-action-card/OjActionCardBase.ts +13 -0
- package/elements/oj-action-card/index.js +17 -0
- package/elements/oj-action-card/index.js.map +1 -0
- package/elements/oj-action-card/index.ts +28 -0
- package/elements/oj-button/OjButton.js.map +1 -1
- package/elements/oj-button/OjButton.ts +3 -5
- package/elements/oj-button/OjButtonBase.js +5 -5
- package/elements/oj-button/OjButtonBase.js.map +1 -1
- package/elements/oj-button/OjButtonBase.ts +16 -16
- package/elements/oj-button/index.js +2 -2
- package/elements/oj-button/index.js.map +1 -1
- package/elements/oj-button/index.ts +14 -13
- package/elements/oj-buttonset-many/OjButtonsetMany.js.map +1 -1
- package/elements/oj-buttonset-many/OjButtonsetMany.ts +3 -5
- package/elements/oj-buttonset-many/OjButtonsetManyBase.js +9 -9
- package/elements/oj-buttonset-many/OjButtonsetManyBase.js.map +1 -1
- package/elements/oj-buttonset-many/OjButtonsetManyBase.ts +28 -28
- package/elements/oj-buttonset-many/index.js +2 -2
- package/elements/oj-buttonset-many/index.js.map +1 -1
- package/elements/oj-buttonset-many/index.ts +14 -13
- package/elements/oj-buttonset-one/OjButtonsetOne.js.map +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOne.ts +3 -5
- package/elements/oj-buttonset-one/OjButtonsetOneBase.js +9 -9
- package/elements/oj-buttonset-one/OjButtonsetOneBase.js.map +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOneBase.ts +28 -28
- package/elements/oj-buttonset-one/index.js +2 -2
- package/elements/oj-buttonset-one/index.js.map +1 -1
- package/elements/oj-buttonset-one/index.ts +14 -13
- package/elements/oj-chart/OjChart.js.map +1 -1
- package/elements/oj-chart/OjChart.ts +3 -5
- package/elements/oj-chart/OjChartBase.js +55 -55
- package/elements/oj-chart/OjChartBase.js.map +1 -1
- package/elements/oj-chart/OjChartBase.ts +2149 -2152
- package/elements/oj-chart/index.js +2 -2
- package/elements/oj-chart/index.js.map +1 -1
- package/elements/oj-chart/index.ts +14 -13
- package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxset.ts +3 -5
- package/elements/oj-checkboxset/OjCheckboxsetBase.js +20 -20
- package/elements/oj-checkboxset/OjCheckboxsetBase.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxsetBase.ts +133 -136
- package/elements/oj-checkboxset/index.js +2 -2
- package/elements/oj-checkboxset/index.js.map +1 -1
- package/elements/oj-checkboxset/index.ts +14 -13
- package/elements/oj-collapsible/OjCollapsible.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsible.ts +3 -5
- package/elements/oj-collapsible/OjCollapsibleBase.js +5 -5
- package/elements/oj-collapsible/OjCollapsibleBase.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsibleBase.ts +16 -16
- package/elements/oj-collapsible/index.js +2 -2
- package/elements/oj-collapsible/index.js.map +1 -1
- package/elements/oj-collapsible/index.ts +14 -13
- package/elements/oj-color-palette/OjColorPalette.js.map +1 -1
- package/elements/oj-color-palette/OjColorPalette.ts +3 -5
- package/elements/oj-color-palette/OjColorPaletteBase.js +19 -19
- package/elements/oj-color-palette/OjColorPaletteBase.js.map +1 -1
- package/elements/oj-color-palette/OjColorPaletteBase.ts +114 -117
- package/elements/oj-color-palette/index.js +2 -2
- package/elements/oj-color-palette/index.js.map +1 -1
- package/elements/oj-color-palette/index.ts +14 -13
- package/elements/oj-color-spectrum/OjColorSpectrum.js.map +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrum.ts +3 -5
- package/elements/oj-color-spectrum/OjColorSpectrumBase.js +16 -16
- package/elements/oj-color-spectrum/OjColorSpectrumBase.js.map +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrumBase.ts +106 -109
- package/elements/oj-color-spectrum/index.js +2 -2
- package/elements/oj-color-spectrum/index.js.map +1 -1
- package/elements/oj-color-spectrum/index.ts +14 -13
- package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxMany.ts +3 -5
- package/elements/oj-combobox-many/OjComboboxManyBase.js +30 -30
- package/elements/oj-combobox-many/OjComboboxManyBase.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxManyBase.ts +247 -250
- package/elements/oj-combobox-many/index.js +2 -2
- package/elements/oj-combobox-many/index.js.map +1 -1
- package/elements/oj-combobox-many/index.ts +14 -13
- package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOne.ts +3 -5
- package/elements/oj-combobox-one/OjComboboxOneBase.js +31 -31
- package/elements/oj-combobox-one/OjComboboxOneBase.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOneBase.ts +246 -249
- package/elements/oj-combobox-one/index.js +2 -2
- package/elements/oj-combobox-one/index.js.map +1 -1
- package/elements/oj-combobox-one/index.ts +14 -13
- package/elements/oj-conveyor-belt/OjConveyorBelt.js.map +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBelt.ts +3 -5
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.js +13 -7
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.js.map +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.ts +52 -35
- package/elements/oj-conveyor-belt/index.js +2 -2
- package/elements/oj-conveyor-belt/index.js.map +1 -1
- package/elements/oj-conveyor-belt/index.ts +14 -13
- package/elements/oj-data-grid/OjDataGrid.js.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 OjNBox, and is generated from
|
|
@@ -9,908 +9,905 @@ import {OjWebElement} from "../";
|
|
|
9
9
|
*/
|
|
10
10
|
export class OjNBoxBase 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 as property.
|
|
32
|
+
* Gets the value of <code>as</code> property.
|
|
33
33
|
* Specifies the alias for the current item when referenced inside the nodeTemplate.
|
|
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 cellContent property.
|
|
42
|
+
* Gets the value of <code>cellContent</code> property.
|
|
43
43
|
* Specifies the content displayed in cells. See the Help documentation for more information.
|
|
44
|
-
* @return The value of cellContent property.
|
|
44
|
+
* @return The value of <code>cellContent</code> property.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
public getCellContent(): Promise<string> {
|
|
48
|
-
return this.getProperty<string>(
|
|
48
|
+
return this.getProperty<string>('cellContent');
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Gets the value of cellMaximize property.
|
|
52
|
+
* Gets the value of <code>cellMaximize</code> property.
|
|
53
53
|
* Specifies whether cell maximize/de-maximize gestures are enabled.
|
|
54
|
-
* @return The value of cellMaximize property.
|
|
54
|
+
* @return The value of <code>cellMaximize</code> property.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
public getCellMaximize(): Promise<string> {
|
|
58
|
-
return this.getProperty<string>(
|
|
58
|
+
return this.getProperty<string>('cellMaximize');
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* Gets the value of cells property.
|
|
62
|
+
* Gets the value of <code>cells</code> property.
|
|
63
63
|
* Specifies the list of cells. Also accepts a Promise for deferred data rendering.
|
|
64
|
-
* @return The value of cells property.
|
|
64
|
+
* @return The value of <code>cells</code> property.
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
|
-
public getCells(): Promise<Array<
|
|
68
|
-
return this.getProperty<Array<
|
|
67
|
+
public getCells(): Promise<Array<Cells>|null|null> {
|
|
68
|
+
return this.getProperty<Array<Cells>|null|null>('cells');
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
|
-
* Gets the value of columns property.
|
|
72
|
+
* Gets the value of <code>columns</code> property.
|
|
73
73
|
* Specifies the list of columns. Also accepts a Promise for deferred data rendering.
|
|
74
|
-
* @return The value of columns property.
|
|
74
|
+
* @return The value of <code>columns</code> property.
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
|
-
public getColumns(): Promise<Array<
|
|
78
|
-
return this.getProperty<Array<
|
|
77
|
+
public getColumns(): Promise<Array<Columns>|null|null> {
|
|
78
|
+
return this.getProperty<Array<Columns>|null|null>('columns');
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/**
|
|
82
|
-
* Gets the value of columnsTitle property.
|
|
82
|
+
* Gets the value of <code>columnsTitle</code> property.
|
|
83
83
|
* The text for the title on the column edge.
|
|
84
|
-
* @return The value of columnsTitle property.
|
|
84
|
+
* @return The value of <code>columnsTitle</code> property.
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
public getColumnsTitle(): Promise<string> {
|
|
88
|
-
return this.getProperty<string>(
|
|
88
|
+
return this.getProperty<string>('columnsTitle');
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
* Gets the value of countLabel property.
|
|
92
|
+
* Gets the value of <code>countLabel</code> property.
|
|
93
93
|
* A function that returns custom text for the cell count labels.
|
|
94
|
-
* @return The value of countLabel property.
|
|
94
|
+
* @return The value of <code>countLabel</code> property.
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
public getCountLabel(): Promise<null|null> {
|
|
98
|
-
return this.getProperty<null|null>(
|
|
98
|
+
return this.getProperty<null|null>('countLabel');
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
/**
|
|
102
|
-
* Gets the value of data property.
|
|
102
|
+
* Gets the value of <code>data</code> property.
|
|
103
103
|
* Specifies the data provider for the NBox. See the Help documentation for more information.
|
|
104
|
-
* @return The value of data property.
|
|
104
|
+
* @return The value of <code>data</code> property.
|
|
105
105
|
* @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
|
|
106
106
|
*/
|
|
107
107
|
public getData(): Promise<object|null> {
|
|
108
|
-
return this.getProperty<object|null>(
|
|
108
|
+
return this.getProperty<object|null>('data');
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
|
-
* Gets the value of groupAttributes property.
|
|
112
|
+
* Gets the value of <code>groupAttributes</code> property.
|
|
113
113
|
* An array of attributes for styling the group nodes.
|
|
114
|
-
* @return The value of groupAttributes property.
|
|
114
|
+
* @return The value of <code>groupAttributes</code> property.
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
117
|
public getGroupAttributes(): Promise<Array<string>> {
|
|
118
|
-
return this.getProperty<Array<string>>(
|
|
118
|
+
return this.getProperty<Array<string>>('groupAttributes');
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* Gets the value of groupBehavior property.
|
|
122
|
+
* Gets the value of <code>groupBehavior</code> property.
|
|
123
123
|
* Specifies how nodes should be grouped.
|
|
124
|
-
* @return The value of groupBehavior property.
|
|
124
|
+
* @return The value of <code>groupBehavior</code> property.
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
public getGroupBehavior(): Promise<string> {
|
|
128
|
-
return this.getProperty<string>(
|
|
128
|
+
return this.getProperty<string>('groupBehavior');
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* Sets the value of
|
|
132
|
+
* Sets the value of <code>hiddenCategories</code> property.
|
|
133
133
|
* An array of category strings used for filtering. Data items with any category matching an item in this array will be filtered.
|
|
134
|
-
* @param hiddenCategories The value to set for
|
|
134
|
+
* @param hiddenCategories The value to set for <code>hiddenCategories</code>
|
|
135
135
|
*
|
|
136
136
|
*/
|
|
137
137
|
public changeHiddenCategories(hiddenCategories: Array<string>): Promise<void> {
|
|
138
|
-
return this.setProperty<Array<string>>(
|
|
138
|
+
return this.setProperty<Array<string>>('hiddenCategories', hiddenCategories);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
|
-
* Gets the value of hiddenCategories property.
|
|
142
|
+
* Gets the value of <code>hiddenCategories</code> property.
|
|
143
143
|
* An array of category strings used for filtering. Data items with any category matching an item in this array will be filtered.
|
|
144
|
-
* @return The value of hiddenCategories property.
|
|
144
|
+
* @return The value of <code>hiddenCategories</code> property.
|
|
145
145
|
*
|
|
146
146
|
*/
|
|
147
147
|
public getHiddenCategories(): Promise<Array<string>> {
|
|
148
|
-
return this.getProperty<Array<string>>(
|
|
148
|
+
return this.getProperty<Array<string>>('hiddenCategories');
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
* Gets the value of highlightMatch property.
|
|
152
|
+
* Gets the value of <code>highlightMatch</code> property.
|
|
153
153
|
* The matching condition for the highlightedCategories property. See the Help documentation for more information.
|
|
154
|
-
* @return The value of highlightMatch property.
|
|
154
|
+
* @return The value of <code>highlightMatch</code> property.
|
|
155
155
|
*
|
|
156
156
|
*/
|
|
157
157
|
public getHighlightMatch(): Promise<string> {
|
|
158
|
-
return this.getProperty<string>(
|
|
158
|
+
return this.getProperty<string>('highlightMatch');
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
|
-
* Sets the value of
|
|
162
|
+
* Sets the value of <code>highlightedCategories</code> property.
|
|
163
163
|
* An array of category strings used for highlighting. Data items matching categories in this array will be highlighted.
|
|
164
|
-
* @param highlightedCategories The value to set for
|
|
164
|
+
* @param highlightedCategories The value to set for <code>highlightedCategories</code>
|
|
165
165
|
*
|
|
166
166
|
*/
|
|
167
167
|
public changeHighlightedCategories(highlightedCategories: Array<string>): Promise<void> {
|
|
168
|
-
return this.setProperty<Array<string>>(
|
|
168
|
+
return this.setProperty<Array<string>>('highlightedCategories', highlightedCategories);
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
|
-
* Gets the value of highlightedCategories property.
|
|
172
|
+
* Gets the value of <code>highlightedCategories</code> property.
|
|
173
173
|
* An array of category strings used for highlighting. Data items matching categories in this array will be highlighted.
|
|
174
|
-
* @return The value of highlightedCategories property.
|
|
174
|
+
* @return The value of <code>highlightedCategories</code> property.
|
|
175
175
|
*
|
|
176
176
|
*/
|
|
177
177
|
public getHighlightedCategories(): Promise<Array<string>> {
|
|
178
|
-
return this.getProperty<Array<string>>(
|
|
178
|
+
return this.getProperty<Array<string>>('highlightedCategories');
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* Gets the value of hoverBehavior property.
|
|
182
|
+
* Gets the value of <code>hoverBehavior</code> property.
|
|
183
183
|
* Defines the behavior applied when hovering over data items.
|
|
184
|
-
* @return The value of hoverBehavior property.
|
|
184
|
+
* @return The value of <code>hoverBehavior</code> property.
|
|
185
185
|
*
|
|
186
186
|
*/
|
|
187
187
|
public getHoverBehavior(): Promise<string> {
|
|
188
|
-
return this.getProperty<string>(
|
|
188
|
+
return this.getProperty<string>('hoverBehavior');
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
* Gets the value of labelTruncation property.
|
|
192
|
+
* Gets the value of <code>labelTruncation</code> property.
|
|
193
193
|
* Specifies node label truncation behavior. See the Help documentation for more information.
|
|
194
|
-
* @return The value of labelTruncation property.
|
|
194
|
+
* @return The value of <code>labelTruncation</code> property.
|
|
195
195
|
*
|
|
196
196
|
*/
|
|
197
197
|
public getLabelTruncation(): Promise<string> {
|
|
198
|
-
return this.getProperty<string>(
|
|
198
|
+
return this.getProperty<string>('labelTruncation');
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
|
-
* Sets the value of
|
|
202
|
+
* Sets the value of <code>maximizedColumn</code> property.
|
|
203
203
|
* The id of the column to be maximized.
|
|
204
|
-
* @param maximizedColumn The value to set for
|
|
204
|
+
* @param maximizedColumn The value to set for <code>maximizedColumn</code>
|
|
205
205
|
*
|
|
206
206
|
*/
|
|
207
207
|
public changeMaximizedColumn(maximizedColumn: string): Promise<void> {
|
|
208
|
-
return this.setProperty<string>(
|
|
208
|
+
return this.setProperty<string>('maximizedColumn', maximizedColumn);
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
/**
|
|
212
|
-
* Gets the value of maximizedColumn property.
|
|
212
|
+
* Gets the value of <code>maximizedColumn</code> property.
|
|
213
213
|
* The id of the column to be maximized.
|
|
214
|
-
* @return The value of maximizedColumn property.
|
|
214
|
+
* @return The value of <code>maximizedColumn</code> property.
|
|
215
215
|
*
|
|
216
216
|
*/
|
|
217
217
|
public getMaximizedColumn(): Promise<string> {
|
|
218
|
-
return this.getProperty<string>(
|
|
218
|
+
return this.getProperty<string>('maximizedColumn');
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
* Sets the value of
|
|
222
|
+
* Sets the value of <code>maximizedRow</code> property.
|
|
223
223
|
* The id of the row to be maximized.
|
|
224
|
-
* @param maximizedRow The value to set for
|
|
224
|
+
* @param maximizedRow The value to set for <code>maximizedRow</code>
|
|
225
225
|
*
|
|
226
226
|
*/
|
|
227
227
|
public changeMaximizedRow(maximizedRow: string): Promise<void> {
|
|
228
|
-
return this.setProperty<string>(
|
|
228
|
+
return this.setProperty<string>('maximizedRow', maximizedRow);
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
|
-
* Gets the value of maximizedRow property.
|
|
232
|
+
* Gets the value of <code>maximizedRow</code> property.
|
|
233
233
|
* The id of the row to be maximized.
|
|
234
|
-
* @return The value of maximizedRow property.
|
|
234
|
+
* @return The value of <code>maximizedRow</code> property.
|
|
235
235
|
*
|
|
236
236
|
*/
|
|
237
237
|
public getMaximizedRow(): Promise<string> {
|
|
238
|
-
return this.getProperty<string>(
|
|
238
|
+
return this.getProperty<string>('maximizedRow');
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
|
-
* Gets the value of nodes property.
|
|
242
|
+
* Gets the value of <code>nodes</code> property.
|
|
243
243
|
* The list of nodes. Also accepts a Promise for deferred data rendering.
|
|
244
|
-
* @return The value of nodes property.
|
|
244
|
+
* @return The value of <code>nodes</code> property.
|
|
245
245
|
*
|
|
246
246
|
*/
|
|
247
|
-
public getNodes(): Promise<Array<
|
|
248
|
-
return this.getProperty<Array<
|
|
247
|
+
public getNodes(): Promise<Array<Nodes>|null|null> {
|
|
248
|
+
return this.getProperty<Array<Nodes>|null|null>('nodes');
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
|
-
* Gets the value of otherColor property.
|
|
252
|
+
* Gets the value of <code>otherColor</code> property.
|
|
253
253
|
* The color for the "other" group nodes. See the Help documentation for more information.
|
|
254
|
-
* @return The value of otherColor property.
|
|
254
|
+
* @return The value of <code>otherColor</code> property.
|
|
255
255
|
*
|
|
256
256
|
*/
|
|
257
257
|
public getOtherColor(): Promise<string> {
|
|
258
|
-
return this.getProperty<string>(
|
|
258
|
+
return this.getProperty<string>('otherColor');
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
|
-
* Gets the value of otherThreshold property.
|
|
262
|
+
* Gets the value of <code>otherThreshold</code> property.
|
|
263
263
|
* The threshold for aggregating nodes into an "other" group node. See the Help documentation for more information.
|
|
264
|
-
* @return The value of otherThreshold property.
|
|
264
|
+
* @return The value of <code>otherThreshold</code> property.
|
|
265
265
|
*
|
|
266
266
|
*/
|
|
267
267
|
public getOtherThreshold(): Promise<number> {
|
|
268
|
-
return this.getProperty<number>(
|
|
268
|
+
return this.getProperty<number>('otherThreshold');
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
/**
|
|
272
|
-
* Gets the value of rows property.
|
|
272
|
+
* Gets the value of <code>rows</code> property.
|
|
273
273
|
* The list of rows. Also accepts a Promise for deferred data rendering.
|
|
274
|
-
* @return The value of rows property.
|
|
274
|
+
* @return The value of <code>rows</code> property.
|
|
275
275
|
*
|
|
276
276
|
*/
|
|
277
|
-
public getRows(): Promise<Array<
|
|
278
|
-
return this.getProperty<Array<
|
|
277
|
+
public getRows(): Promise<Array<Rows>|null|null> {
|
|
278
|
+
return this.getProperty<Array<Rows>|null|null>('rows');
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
|
-
* Gets the value of rowsTitle property.
|
|
282
|
+
* Gets the value of <code>rowsTitle</code> property.
|
|
283
283
|
* The text for the title on the row edge.
|
|
284
|
-
* @return The value of rowsTitle property.
|
|
284
|
+
* @return The value of <code>rowsTitle</code> property.
|
|
285
285
|
*
|
|
286
286
|
*/
|
|
287
287
|
public getRowsTitle(): Promise<string> {
|
|
288
|
-
return this.getProperty<string>(
|
|
288
|
+
return this.getProperty<string>('rowsTitle');
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
/**
|
|
292
|
-
* Sets the value of
|
|
292
|
+
* Sets the value of <code>selection</code> property.
|
|
293
293
|
* Specifies the ids of the selected nodes.
|
|
294
|
-
* @param selection The value to set for
|
|
294
|
+
* @param selection The value to set for <code>selection</code>
|
|
295
295
|
*
|
|
296
296
|
*/
|
|
297
297
|
public changeSelection(selection: Array<any>): Promise<void> {
|
|
298
|
-
return this.setProperty<Array<any>>(
|
|
298
|
+
return this.setProperty<Array<any>>('selection', selection);
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
/**
|
|
302
|
-
* Gets the value of selection property.
|
|
302
|
+
* Gets the value of <code>selection</code> property.
|
|
303
303
|
* Specifies the ids of the selected nodes.
|
|
304
|
-
* @return The value of selection property.
|
|
304
|
+
* @return The value of <code>selection</code> property.
|
|
305
305
|
*
|
|
306
306
|
*/
|
|
307
307
|
public getSelection(): Promise<Array<any>> {
|
|
308
|
-
return this.getProperty<Array<any>>(
|
|
308
|
+
return this.getProperty<Array<any>>('selection');
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
|
-
* Gets the value of selectionMode property.
|
|
312
|
+
* Gets the value of <code>selectionMode</code> property.
|
|
313
313
|
* Specifies the selection behavior on the NBox. See the Help documentation for more information.
|
|
314
|
-
* @return The value of selectionMode property.
|
|
314
|
+
* @return The value of <code>selectionMode</code> property.
|
|
315
315
|
*
|
|
316
316
|
*/
|
|
317
317
|
public getSelectionMode(): Promise<string> {
|
|
318
|
-
return this.getProperty<string>(
|
|
318
|
+
return this.getProperty<string>('selectionMode');
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
/**
|
|
322
|
-
* Gets the value of styleDefaults property.
|
|
322
|
+
* Gets the value of <code>styleDefaults</code> property.
|
|
323
323
|
* An object defining the style defaults for this NBox.
|
|
324
|
-
* @return The value of styleDefaults property.
|
|
324
|
+
* @return The value of <code>styleDefaults</code> property.
|
|
325
325
|
*
|
|
326
326
|
*/
|
|
327
|
-
public getStyleDefaults(): Promise<
|
|
328
|
-
return this.getProperty<
|
|
327
|
+
public getStyleDefaults(): Promise<StyleDefaults> {
|
|
328
|
+
return this.getProperty<StyleDefaults>('styleDefaults');
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
/**
|
|
332
|
-
* Gets the value of tooltip property.
|
|
332
|
+
* Gets the value of <code>tooltip</code> property.
|
|
333
333
|
* An object containing an optional callback function for tooltip customization.
|
|
334
|
-
* @return The value of tooltip property.
|
|
334
|
+
* @return The value of <code>tooltip</code> property.
|
|
335
335
|
*
|
|
336
336
|
*/
|
|
337
|
-
public getTooltip(): Promise<
|
|
338
|
-
return this.getProperty<
|
|
337
|
+
public getTooltip(): Promise<Tooltip> {
|
|
338
|
+
return this.getProperty<Tooltip>('tooltip');
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
/**
|
|
342
|
-
* Gets the value of touchResponse property.
|
|
342
|
+
* Gets the value of <code>touchResponse</code> property.
|
|
343
343
|
* Specifies configuration options for touch and hold delays on mobile devices. See the Help documentation for more information.
|
|
344
|
-
* @return The value of touchResponse property.
|
|
344
|
+
* @return The value of <code>touchResponse</code> property.
|
|
345
345
|
*
|
|
346
346
|
*/
|
|
347
347
|
public getTouchResponse(): Promise<string> {
|
|
348
|
-
return this.getProperty<string>(
|
|
348
|
+
return this.getProperty<string>('touchResponse');
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
/**
|
|
352
|
-
* Gets the value of trackResize property.
|
|
352
|
+
* Gets the value of <code>trackResize</code> property.
|
|
353
353
|
* Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.
|
|
354
|
-
* @return The value of trackResize property.
|
|
354
|
+
* @return The value of <code>trackResize</code> property.
|
|
355
355
|
*
|
|
356
356
|
*/
|
|
357
357
|
public getTrackResize(): Promise<string> {
|
|
358
|
-
return this.getProperty<string>(
|
|
358
|
+
return this.getProperty<string>('trackResize');
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
/**
|
|
362
|
-
* Gets the value of translations property.
|
|
362
|
+
* Gets the value of <code>translations</code> property.
|
|
363
363
|
* A collection of translated resources from the translation bundle, or null if this component has no resources.
|
|
364
|
-
* @return The value of translations property.
|
|
364
|
+
* @return The value of <code>translations</code> property.
|
|
365
365
|
*
|
|
366
366
|
*/
|
|
367
|
-
public getTranslations(): Promise<
|
|
368
|
-
return this.getProperty<
|
|
367
|
+
public getTranslations(): Promise<Translations|null> {
|
|
368
|
+
return this.getProperty<Translations|null>('translations');
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
}
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
*/
|
|
914
|
-
"stateVisible": string;
|
|
915
|
-
}
|
|
372
|
+
export interface Cells {
|
|
373
|
+
/**
|
|
374
|
+
* The id of the column containing this cell.
|
|
375
|
+
*/
|
|
376
|
+
"column": string;
|
|
377
|
+
/**
|
|
378
|
+
* The text for the cell label.
|
|
379
|
+
*/
|
|
380
|
+
"label": string;
|
|
381
|
+
/**
|
|
382
|
+
* The horizontal alignment value for the cell label.
|
|
383
|
+
*/
|
|
384
|
+
"labelHalign": string;
|
|
385
|
+
/**
|
|
386
|
+
* The CSS style object defining the style of the cell label. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration. The default value comes from the CSS and varies based on theme.
|
|
387
|
+
*/
|
|
388
|
+
"labelStyle": object;
|
|
389
|
+
/**
|
|
390
|
+
* The CSS style class for this cell. Used for customizing the minimized cell background and border.
|
|
391
|
+
*/
|
|
392
|
+
"maximizedSvgClassName": string;
|
|
393
|
+
/**
|
|
394
|
+
* The CSS style object for this cell. Used for customizing the maximized cell background and border. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.
|
|
395
|
+
*/
|
|
396
|
+
"maximizedSvgStyle": object;
|
|
397
|
+
/**
|
|
398
|
+
* The CSS style class for this cell. Used for customizing the minimized cell background and border.
|
|
399
|
+
*/
|
|
400
|
+
"minimizedSvgClassName": string;
|
|
401
|
+
/**
|
|
402
|
+
* The CSS style object for this cell. Used for customizing the minimized cell background and border. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.
|
|
403
|
+
*/
|
|
404
|
+
"minimizedSvgStyle": object;
|
|
405
|
+
/**
|
|
406
|
+
* The id of the row containing this cell.
|
|
407
|
+
*/
|
|
408
|
+
"row": string;
|
|
409
|
+
/**
|
|
410
|
+
* The description of this cell. This is used for accessibility.
|
|
411
|
+
*/
|
|
412
|
+
"shortDesc": string;
|
|
413
|
+
/**
|
|
414
|
+
* Determines when to display the cell count label (extra info displayed after primary cell label). "off" never show the count label. "on" always show the count label. Show countLabel value if specified, otherwise use a simple node count. "auto" show the count label if countLabel attribute is defined.
|
|
415
|
+
*/
|
|
416
|
+
"showCount": string;
|
|
417
|
+
/**
|
|
418
|
+
* The CSS style class for this cell. Used for customizing the cell background and border.
|
|
419
|
+
*/
|
|
420
|
+
"svgClassName": string;
|
|
421
|
+
/**
|
|
422
|
+
* The CSS style object for this cell. Used for customizing the cell background and border. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.
|
|
423
|
+
*/
|
|
424
|
+
"svgStyle": object;
|
|
425
|
+
}
|
|
426
|
+
export interface Columns {
|
|
427
|
+
/**
|
|
428
|
+
* The id of the column. Used to identify this column.
|
|
429
|
+
*/
|
|
430
|
+
"id": string;
|
|
431
|
+
/**
|
|
432
|
+
* The text for the column label.
|
|
433
|
+
*/
|
|
434
|
+
"label": string;
|
|
435
|
+
/**
|
|
436
|
+
* The CSS style object defining the style of the column label. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
|
|
437
|
+
*/
|
|
438
|
+
"labelStyle": object;
|
|
439
|
+
}
|
|
440
|
+
export interface Nodes {
|
|
441
|
+
/**
|
|
442
|
+
* The border color of the node. Does not apply if custom image is specified.
|
|
443
|
+
*/
|
|
444
|
+
"borderColor": string;
|
|
445
|
+
/**
|
|
446
|
+
* The border width of the node in pixels. Does not apply if custom image is specified.
|
|
447
|
+
*/
|
|
448
|
+
"borderWidth": number;
|
|
449
|
+
/**
|
|
450
|
+
* An optional array of additional category strings corresponding to this data item. This enables highlighting and filtering of individual data items through interactions with other visualization elements. Defaults to node's id if unspecified.
|
|
451
|
+
*/
|
|
452
|
+
"categories": Array<string>;
|
|
453
|
+
/**
|
|
454
|
+
* The color of the node. Does not apply if custom image is specified.
|
|
455
|
+
*/
|
|
456
|
+
"color": string;
|
|
457
|
+
/**
|
|
458
|
+
* The column id for this node.
|
|
459
|
+
*/
|
|
460
|
+
"column": string;
|
|
461
|
+
/**
|
|
462
|
+
* The group category this node belongs to. Nodes with the same groupCategory will be grouped together.
|
|
463
|
+
*/
|
|
464
|
+
"groupCategory": string;
|
|
465
|
+
/**
|
|
466
|
+
* Defines the primary icon for this node.
|
|
467
|
+
*/
|
|
468
|
+
"icon": NodesIcon;
|
|
469
|
+
/**
|
|
470
|
+
* The node id. The node id should be set by the application if the DataProvider is not being used.
|
|
471
|
+
*/
|
|
472
|
+
"id": any;
|
|
473
|
+
/**
|
|
474
|
+
* The background color for the indicator section of this node.
|
|
475
|
+
*/
|
|
476
|
+
"indicatorColor": string;
|
|
477
|
+
/**
|
|
478
|
+
* Defines the indicator icon for this node.
|
|
479
|
+
*/
|
|
480
|
+
"indicatorIcon": NodesIndicatorIcon;
|
|
481
|
+
/**
|
|
482
|
+
* The text for the node label.
|
|
483
|
+
*/
|
|
484
|
+
"label": string;
|
|
485
|
+
/**
|
|
486
|
+
* The row id for this node.
|
|
487
|
+
*/
|
|
488
|
+
"row": string;
|
|
489
|
+
/**
|
|
490
|
+
* The text for the secondary node label.
|
|
491
|
+
*/
|
|
492
|
+
"secondaryLabel": string;
|
|
493
|
+
/**
|
|
494
|
+
* The description of this node. This is used for accessibility and also for customizing the tooltip text.
|
|
495
|
+
*/
|
|
496
|
+
"shortDesc": string|null;
|
|
497
|
+
/**
|
|
498
|
+
* The CSS style class defining the style of this node.
|
|
499
|
+
*/
|
|
500
|
+
"svgClassName": string;
|
|
501
|
+
/**
|
|
502
|
+
* The CSS style object defining the style of this node. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.
|
|
503
|
+
*/
|
|
504
|
+
"svgStyle": object;
|
|
505
|
+
/**
|
|
506
|
+
* An optional horizontal position (as a percentage) to be used in the average position calculation when grouping across cells.
|
|
507
|
+
*/
|
|
508
|
+
"xPercentage": number;
|
|
509
|
+
/**
|
|
510
|
+
* An optional vertical position (as a percentage) to be used in the average position calculation when grouping across cells.
|
|
511
|
+
*/
|
|
512
|
+
"yPercentage": number;
|
|
513
|
+
}
|
|
514
|
+
export interface NodesIcon {
|
|
515
|
+
/**
|
|
516
|
+
* The background of initials
|
|
517
|
+
*/
|
|
518
|
+
"background": string;
|
|
519
|
+
/**
|
|
520
|
+
* The border color of this icon.
|
|
521
|
+
*/
|
|
522
|
+
"borderColor": string;
|
|
523
|
+
/**
|
|
524
|
+
* The border radius of this icon. CSS border-radius values accepted. Note that non-% values (including unitless) get interpreted as 'px'.
|
|
525
|
+
*/
|
|
526
|
+
"borderRadius": string;
|
|
527
|
+
/**
|
|
528
|
+
* The border width of this icon.
|
|
529
|
+
*/
|
|
530
|
+
"borderWidth": number;
|
|
531
|
+
/**
|
|
532
|
+
* The fill color of this icon.
|
|
533
|
+
*/
|
|
534
|
+
"color": string;
|
|
535
|
+
/**
|
|
536
|
+
* The height of this icon.
|
|
537
|
+
*/
|
|
538
|
+
"height": number;
|
|
539
|
+
/**
|
|
540
|
+
* The initials displayed for this icon.
|
|
541
|
+
*/
|
|
542
|
+
"initials": string;
|
|
543
|
+
/**
|
|
544
|
+
* The opacity of this icon.
|
|
545
|
+
*/
|
|
546
|
+
"opacity": number;
|
|
547
|
+
/**
|
|
548
|
+
* The pattern of this icon.
|
|
549
|
+
*/
|
|
550
|
+
"pattern": string;
|
|
551
|
+
/**
|
|
552
|
+
* The shape of this icon. Can take the name of a built-in shape or the SVG path commands for a custom shape.
|
|
553
|
+
*/
|
|
554
|
+
"shape": string;
|
|
555
|
+
/**
|
|
556
|
+
* The URL of an image to display for this icon.
|
|
557
|
+
*/
|
|
558
|
+
"source": string;
|
|
559
|
+
/**
|
|
560
|
+
* The CSS style class defining the style of this icon. Will not be applied if initials are specified.
|
|
561
|
+
*/
|
|
562
|
+
"svgClassName": string;
|
|
563
|
+
/**
|
|
564
|
+
* The CSS style object defining the style of this icon. Only SVG CSS style properties are supported. Will not be applied if initials are specified. The default value comes from the CSS and varies based on theme.
|
|
565
|
+
*/
|
|
566
|
+
"svgStyle": object;
|
|
567
|
+
/**
|
|
568
|
+
* The width of this icon.
|
|
569
|
+
*/
|
|
570
|
+
"width": number;
|
|
571
|
+
}
|
|
572
|
+
export interface NodesIndicatorIcon {
|
|
573
|
+
/**
|
|
574
|
+
* The border color of this indicator icon.
|
|
575
|
+
*/
|
|
576
|
+
"borderColor": string;
|
|
577
|
+
/**
|
|
578
|
+
* The border radius of this indicator icon. CSS border-radius values accepted. Note that non-% values (including unitless) get interpreted as 'px'.
|
|
579
|
+
*/
|
|
580
|
+
"borderRadius": string;
|
|
581
|
+
/**
|
|
582
|
+
* The border width of this indicator icon.
|
|
583
|
+
*/
|
|
584
|
+
"borderWidth": number;
|
|
585
|
+
/**
|
|
586
|
+
* The fill color of this indicator icon.
|
|
587
|
+
*/
|
|
588
|
+
"color": string;
|
|
589
|
+
/**
|
|
590
|
+
* The height of this indicator icon.
|
|
591
|
+
*/
|
|
592
|
+
"height": number;
|
|
593
|
+
/**
|
|
594
|
+
* The opacity of this indicator icon.
|
|
595
|
+
*/
|
|
596
|
+
"opacity": number;
|
|
597
|
+
/**
|
|
598
|
+
* The pattern of this indicator icon.
|
|
599
|
+
*/
|
|
600
|
+
"pattern": string;
|
|
601
|
+
/**
|
|
602
|
+
* The shape of this indicator icon. Can take the name of a built-in shape or the SVG path commands for a custom shape.
|
|
603
|
+
*/
|
|
604
|
+
"shape": string;
|
|
605
|
+
/**
|
|
606
|
+
* The URL of an image to display for this indicator icon.
|
|
607
|
+
*/
|
|
608
|
+
"source": string;
|
|
609
|
+
/**
|
|
610
|
+
* The CSS style class defining the style of this indicator icon.
|
|
611
|
+
*/
|
|
612
|
+
"svgClassName": string;
|
|
613
|
+
/**
|
|
614
|
+
* The CSS style object defining the style of this indicator icon. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.
|
|
615
|
+
*/
|
|
616
|
+
"svgStyle": object;
|
|
617
|
+
/**
|
|
618
|
+
* The width of this indicator icon.
|
|
619
|
+
*/
|
|
620
|
+
"width": number;
|
|
621
|
+
}
|
|
622
|
+
export interface Rows {
|
|
623
|
+
/**
|
|
624
|
+
* The id of the row. Used to identify this row.
|
|
625
|
+
*/
|
|
626
|
+
"id": string;
|
|
627
|
+
/**
|
|
628
|
+
* The text for the row label.
|
|
629
|
+
*/
|
|
630
|
+
"label": string;
|
|
631
|
+
/**
|
|
632
|
+
* The CSS style object defining the style of the row label. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
|
|
633
|
+
*/
|
|
634
|
+
"labelStyle": object;
|
|
635
|
+
}
|
|
636
|
+
export interface StyleDefaults {
|
|
637
|
+
/**
|
|
638
|
+
* The duration of the animations in milliseconds.
|
|
639
|
+
*/
|
|
640
|
+
"animationDuration": number;
|
|
641
|
+
/**
|
|
642
|
+
* An object defining the style defaults for cells.
|
|
643
|
+
*/
|
|
644
|
+
"cellDefaults": StyleDefaultsCellDefaults;
|
|
645
|
+
/**
|
|
646
|
+
* The CSS style object defining the style of the column labels.
|
|
647
|
+
*/
|
|
648
|
+
"columnLabelStyle": object;
|
|
649
|
+
/**
|
|
650
|
+
* The CSS style object defining the style of the columns title.
|
|
651
|
+
*/
|
|
652
|
+
"columnsTitleStyle": object;
|
|
653
|
+
/**
|
|
654
|
+
* Specifies initial hover delay in milliseconds for highlighting data items.
|
|
655
|
+
*/
|
|
656
|
+
"hoverBehaviorDelay": number;
|
|
657
|
+
/**
|
|
658
|
+
* An object defining the style defaults for nodes.
|
|
659
|
+
*/
|
|
660
|
+
"nodeDefaults": StyleDefaultsNodeDefaults;
|
|
661
|
+
/**
|
|
662
|
+
* The CSS style object defining the style of the row labels.
|
|
663
|
+
*/
|
|
664
|
+
"rowLabelStyle": object;
|
|
665
|
+
/**
|
|
666
|
+
* The CSS style object defining the style of the rows title.
|
|
667
|
+
*/
|
|
668
|
+
"rowsTitleStyle": object;
|
|
669
|
+
}
|
|
670
|
+
export interface StyleDefaultsCellDefaults {
|
|
671
|
+
/**
|
|
672
|
+
* The horizontal alignment value for the cell label.
|
|
673
|
+
*/
|
|
674
|
+
"labelHalign": string;
|
|
675
|
+
/**
|
|
676
|
+
* The CSS style object defining the style of the cell labels.
|
|
677
|
+
*/
|
|
678
|
+
"labelStyle": object;
|
|
679
|
+
/**
|
|
680
|
+
* The CSS style object defining the styles of the cell background and border when the cell is maximized.
|
|
681
|
+
*/
|
|
682
|
+
"maximizedSvgStyle": object;
|
|
683
|
+
/**
|
|
684
|
+
* The CSS style object defining the styles of the cell background and border when the cell is minimized.
|
|
685
|
+
*/
|
|
686
|
+
"minimizedSvgStyle": object;
|
|
687
|
+
/**
|
|
688
|
+
* Specifies when to display the cell count label. See the Help documentation for more information.
|
|
689
|
+
*/
|
|
690
|
+
"showCount": string;
|
|
691
|
+
/**
|
|
692
|
+
* The CSS style object defining the styles of the cell background and border.
|
|
693
|
+
*/
|
|
694
|
+
"svgStyle": object;
|
|
695
|
+
}
|
|
696
|
+
export interface StyleDefaultsNodeDefaults {
|
|
697
|
+
/**
|
|
698
|
+
* The default color of the node borders. The default value varies based on theme.
|
|
699
|
+
*/
|
|
700
|
+
"borderColor": string;
|
|
701
|
+
/**
|
|
702
|
+
* The default width of the node borders. The default value varies based on theme.
|
|
703
|
+
*/
|
|
704
|
+
"borderWidth": number;
|
|
705
|
+
/**
|
|
706
|
+
* The default background color of the nodes.
|
|
707
|
+
*/
|
|
708
|
+
"color": string;
|
|
709
|
+
/**
|
|
710
|
+
* An object defining the style defaults for the node icons.
|
|
711
|
+
*/
|
|
712
|
+
"iconDefaults": StyleDefaultsNodeDefaultsIconDefaults;
|
|
713
|
+
/**
|
|
714
|
+
* The default background color of the node indicator sections.
|
|
715
|
+
*/
|
|
716
|
+
"indicatorColor": string;
|
|
717
|
+
/**
|
|
718
|
+
* An object defining the style defaults for the node indicator icons.
|
|
719
|
+
*/
|
|
720
|
+
"indicatorIconDefaults": StyleDefaultsNodeDefaultsIndicatorIconDefaults;
|
|
721
|
+
/**
|
|
722
|
+
* The CSS style object defining the style of the node labels.
|
|
723
|
+
*/
|
|
724
|
+
"labelStyle": object;
|
|
725
|
+
/**
|
|
726
|
+
* The CSS style object defining the style of the node secondary labels.
|
|
727
|
+
*/
|
|
728
|
+
"secondaryLabelStyle": object;
|
|
729
|
+
}
|
|
730
|
+
export interface StyleDefaultsNodeDefaultsIconDefaults {
|
|
731
|
+
/**
|
|
732
|
+
* The URL of an image to display by default for the node icons.
|
|
733
|
+
*/
|
|
734
|
+
"background": string;
|
|
735
|
+
/**
|
|
736
|
+
* The default border color of the node icons. The default value varies based on theme.
|
|
737
|
+
*/
|
|
738
|
+
"borderColor": string;
|
|
739
|
+
/**
|
|
740
|
+
* The default border radius of the node icons. See the Help documentation for more information.
|
|
741
|
+
*/
|
|
742
|
+
"borderRadius": string;
|
|
743
|
+
/**
|
|
744
|
+
* The default border width of the node icons. The default value varies based on theme.
|
|
745
|
+
*/
|
|
746
|
+
"borderWidth": number;
|
|
747
|
+
/**
|
|
748
|
+
* The default fill color of the node icons.
|
|
749
|
+
*/
|
|
750
|
+
"color": string;
|
|
751
|
+
/**
|
|
752
|
+
* The default height of the node icons. If the value is 0, the height will be automatically based on the remaining node contents.
|
|
753
|
+
*/
|
|
754
|
+
"height": number;
|
|
755
|
+
/**
|
|
756
|
+
* The default opacity of the node icons.
|
|
757
|
+
*/
|
|
758
|
+
"opacity": number;
|
|
759
|
+
/**
|
|
760
|
+
* The default fill pattern of the node icons.
|
|
761
|
+
*/
|
|
762
|
+
"pattern": string;
|
|
763
|
+
/**
|
|
764
|
+
* The default shape of the node icons. Can take the name of a built-in shape or the SVG path commands for a custom shape.
|
|
765
|
+
*/
|
|
766
|
+
"shape": string;
|
|
767
|
+
/**
|
|
768
|
+
* The URL of an image to display by default for the node icons.
|
|
769
|
+
*/
|
|
770
|
+
"source": string;
|
|
771
|
+
/**
|
|
772
|
+
* The default width of the node icons. If the value is 0, the width will be automatically based on the remaining node contents.
|
|
773
|
+
*/
|
|
774
|
+
"width": number;
|
|
775
|
+
}
|
|
776
|
+
export interface StyleDefaultsNodeDefaultsIndicatorIconDefaults {
|
|
777
|
+
/**
|
|
778
|
+
* The default border color of the node indicator icons. The default value varies based on theme.
|
|
779
|
+
*/
|
|
780
|
+
"borderColor": string;
|
|
781
|
+
/**
|
|
782
|
+
* The default border radius of the node indicator icons. See the Help documentation for more information.
|
|
783
|
+
*/
|
|
784
|
+
"borderRadius": string;
|
|
785
|
+
/**
|
|
786
|
+
* The default border width of the node indicator icons. The default value varies based on theme.
|
|
787
|
+
*/
|
|
788
|
+
"borderWidth": number;
|
|
789
|
+
/**
|
|
790
|
+
* The default fill color of the node indicator icons.
|
|
791
|
+
*/
|
|
792
|
+
"color": string;
|
|
793
|
+
/**
|
|
794
|
+
* The default height of the node indicator icons. The default value varies based on theme.
|
|
795
|
+
*/
|
|
796
|
+
"height": number;
|
|
797
|
+
/**
|
|
798
|
+
* The default opacity of the node indicator icons.
|
|
799
|
+
*/
|
|
800
|
+
"opacity": number;
|
|
801
|
+
/**
|
|
802
|
+
* The default fill pattern of the node indicator icons.
|
|
803
|
+
*/
|
|
804
|
+
"pattern": string;
|
|
805
|
+
/**
|
|
806
|
+
* The default shape of the node indicator icons. Can take the name of a built-in shape or the SVG path commands for a custom shape.
|
|
807
|
+
*/
|
|
808
|
+
"shape": string;
|
|
809
|
+
/**
|
|
810
|
+
* The URL of an image to display by default for the node indicator icons.
|
|
811
|
+
*/
|
|
812
|
+
"source": string;
|
|
813
|
+
/**
|
|
814
|
+
* The default width of the node indicator icons. The default value varies based on theme.
|
|
815
|
+
*/
|
|
816
|
+
"width": number;
|
|
817
|
+
}
|
|
818
|
+
export interface Tooltip {
|
|
819
|
+
/**
|
|
820
|
+
* A function that returns a custom tooltip. See the Help documentation for more information.
|
|
821
|
+
*/
|
|
822
|
+
"renderer": null|null;
|
|
823
|
+
}
|
|
824
|
+
export interface Translations {
|
|
825
|
+
/**
|
|
826
|
+
* Used to describe the data visualization type for accessibility.
|
|
827
|
+
*/
|
|
828
|
+
"componentName": string;
|
|
829
|
+
/**
|
|
830
|
+
* Used to indicate number of highlighted nodes in a cell.
|
|
831
|
+
*/
|
|
832
|
+
"highlightedCount": string;
|
|
833
|
+
/**
|
|
834
|
+
* Used for node overflow button.
|
|
835
|
+
*/
|
|
836
|
+
"labelAdditionalData": string;
|
|
837
|
+
/**
|
|
838
|
+
* Used to display a label and its value.
|
|
839
|
+
*/
|
|
840
|
+
"labelAndValue": string;
|
|
841
|
+
/**
|
|
842
|
+
* Text shown for clearing multiple selection on touch devices.
|
|
843
|
+
*/
|
|
844
|
+
"labelClearSelection": string;
|
|
845
|
+
/**
|
|
846
|
+
* Used to display a count out of a total.
|
|
847
|
+
*/
|
|
848
|
+
"labelCountWithTotal": string;
|
|
849
|
+
/**
|
|
850
|
+
* Label for data visualizations used for accessibility.
|
|
851
|
+
*/
|
|
852
|
+
"labelDataVisualization": string;
|
|
853
|
+
/**
|
|
854
|
+
* Used to indicate group info for nbox drawer and group nodes for accessibility.
|
|
855
|
+
*/
|
|
856
|
+
"labelGroup": string;
|
|
857
|
+
/**
|
|
858
|
+
* Text shown when the component receives invalid data.
|
|
859
|
+
*/
|
|
860
|
+
"labelInvalidData": string;
|
|
861
|
+
/**
|
|
862
|
+
* Text shown when the component receives no data.
|
|
863
|
+
*/
|
|
864
|
+
"labelNoData": string;
|
|
865
|
+
/**
|
|
866
|
+
* Used for the other label which aggregates small data values.
|
|
867
|
+
*/
|
|
868
|
+
"labelOther": string;
|
|
869
|
+
/**
|
|
870
|
+
* Used to indicate size of node drawer and group nodes for accessibility.
|
|
871
|
+
*/
|
|
872
|
+
"labelSize": string;
|
|
873
|
+
/**
|
|
874
|
+
* Used to describe the collapsed state for accessibility.
|
|
875
|
+
*/
|
|
876
|
+
"stateCollapsed": string;
|
|
877
|
+
/**
|
|
878
|
+
* Used to describe a drillable object for accessibility.
|
|
879
|
+
*/
|
|
880
|
+
"stateDrillable": string;
|
|
881
|
+
/**
|
|
882
|
+
* Used to describe the expanded state for accessibility.
|
|
883
|
+
*/
|
|
884
|
+
"stateExpanded": string;
|
|
885
|
+
/**
|
|
886
|
+
* Used to describe the hidden state for accessibility.
|
|
887
|
+
*/
|
|
888
|
+
"stateHidden": string;
|
|
889
|
+
/**
|
|
890
|
+
* Used to describe the isolated state for accessibility.
|
|
891
|
+
*/
|
|
892
|
+
"stateIsolated": string;
|
|
893
|
+
/**
|
|
894
|
+
* Used to describe the maximized state for accessibility.
|
|
895
|
+
*/
|
|
896
|
+
"stateMaximized": string;
|
|
897
|
+
/**
|
|
898
|
+
* Used to describe the minimized state for accessibility.
|
|
899
|
+
*/
|
|
900
|
+
"stateMinimized": string;
|
|
901
|
+
/**
|
|
902
|
+
* Used to describe the selected state for accessibility.
|
|
903
|
+
*/
|
|
904
|
+
"stateSelected": string;
|
|
905
|
+
/**
|
|
906
|
+
* Used to describe the unselected state for accessibility.
|
|
907
|
+
*/
|
|
908
|
+
"stateUnselected": string;
|
|
909
|
+
/**
|
|
910
|
+
* Used to describe the visible state for accessibility.
|
|
911
|
+
*/
|
|
912
|
+
"stateVisible": string;
|
|
916
913
|
}
|