This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch bump-angular-v20-standalone
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from ac0bf61756 Migrate editor, login, assets, info components to standalone
add f15c52bb1a Migrate chart, dashboard, notifications to standalone
No new revisions were added by this update.
Summary of changes:
ui/src/app/chart-shared/chart-shared.module.ts | 2 -
.../color-mapping-options-config.component.ts | 41 ++++++++++++--
.../data-zoom-config/data-zoom-config.component.ts | 24 +++++++-
.../echarts-widget-appearance-config.component.ts | 6 +-
.../select-axis-options-config.component.ts | 17 +++++-
.../select-color-properties-config.component.ts | 13 ++++-
.../time-series-item-config.component.ts | 36 +++++++++++-
.../select-multiple-properties-config.component.ts | 14 ++++-
.../select-single-property-config.component.ts | 13 ++++-
.../visualization-config-outer.component.ts | 13 ++++-
.../chart-container/chart-container.component.ts | 42 ++++++++++++--
.../components/chart-container/chart.directive.ts | 5 +-
.../charts/base/echarts-widget.component.ts | 15 ++++-
.../invalid-configuration.component.ts | 15 ++++-
.../no-data/no-data-in-date-range.component.ts | 17 +++++-
.../base/too-much-data/too-much-data.component.ts | 15 ++++-
.../correlation-chart-widget-config.component.ts | 23 +++++++-
.../gauge/config/gauge-widget-config.component.ts | 23 +++++++-
.../config/heatmap-widget-config.component.ts | 23 +++++++-
.../histogram-chart-widget-config.component.ts | 23 +++++++-
.../image/config/image-widget-config.component.ts | 11 +++-
.../image-bar-preview.component.ts | 4 +-
.../charts/image/image-bar/image-bar.component.ts | 19 ++++++-
.../image-container/image-container.component.ts | 6 +-
.../image/image-viewer/image-viewer.component.ts | 14 ++++-
.../charts/image/image-widget.component.ts | 19 ++++++-
.../indicator-chart-widget-config.component.ts | 16 +++++-
.../map/config/map-widget-config.component.ts | 35 +++++++++++-
.../components/charts/map/map-widget.component.ts | 23 +++++++-
.../config/pie-chart-widget-config.component.ts | 27 ++++++++-
.../status-heatmap-widget-config.component.ts | 13 ++++-
.../config/status-widget-config.component.ts | 29 +++++++++-
.../charts/status/status-widget.component.ts | 22 +++++++-
.../table/config/table-widget-config.component.ts | 20 ++++++-
.../charts/table/table-widget.component.ts | 46 +++++++++++++++-
.../time-series-appearance-config.component.ts | 9 ++-
.../time-series-chart-widget-config.component.ts | 17 +++++-
.../traffic-light-widget-config.component.ts | 27 ++++++++-
.../traffic-light-widget.component.ts | 19 ++++++-
.../value-heatmap-chart-widget-config.component.ts | 23 +++++++-
ui/src/app/chart/chart.module.ts | 2 -
.../chart-overview-table.component.ts | 46 ++++++++++++++--
.../chart-overview/chart-overview.component.ts | 18 +++++-
.../components/chart-view/chart-view.component.ts | 32 ++++++++++-
.../chart-appearance-settings.component.ts | 23 +++++++-
.../chart-designer-panel.component.ts | 26 ++++++++-
.../aggregate-configuration.component.ts | 25 ++++++++-
.../data-settings/chart-data-settings.component.ts | 64 +++++++++++++++++++++-
.../field-selection-panel.component.ts | 24 +++++++-
.../field-selection/field-selection.component.ts | 22 +++++++-
.../filter-selection-panel-row.component.ts | 21 ++++++-
...tion-panel-row-operation-selection.component.ts | 4 +-
...ction-panel-row-property-selection.component.ts | 5 +-
...ction-panel-row-value-autocomplete.component.ts | 19 ++++++-
...er-selection-panel-row-value-input.component.ts | 6 +-
.../filter-selection-panel.component.ts | 19 ++++++-
.../group-selection-panel.component.ts | 15 ++++-
.../order-selection-panel.component.ts | 12 +++-
.../chart-visualisation-settings.component.ts | 26 ++++++++-
.../toolbar/chart-view-toolbar.component.ts | 34 +++++++++++-
ui/src/app/chart/dialog/asset-dialog.component.ts | 25 ++++++++-
.../components/kiosk/dashboard-kiosk.component.ts | 15 ++++-
.../app/dashboard-kiosk/dashboard-kiosk.module.ts | 2 +-
.../grid-view/dashboard-grid-view.component.ts | 9 ++-
.../slide-view/dashboard-slide-view.component.ts | 17 +++++-
.../dashboard-shared/dashboard-shared.module.ts | 3 +-
.../dashboard-overview-table.component.ts | 44 +++++++++++++--
.../overview/dashboard-overview.component.ts | 19 ++++++-
.../chart-selection-panel.component.ts | 18 +++++-
.../chart-preview/chart-preview.component.ts | 15 ++++-
.../chart-selection/chart-selection.component.ts | 21 ++++++-
.../components/panel/dashboard-panel.component.ts | 30 +++++++++-
.../dashboard-toolbar.component.ts | 28 +++++++++-
ui/src/app/dashboard/dashboard.module.ts | 2 -
.../clone-dashboard-dialog.component.ts | 42 +++++++++++++-
.../edit-dashboard-dialog.component.ts | 33 ++++++++++-
.../components/notification-item.component.ts | 3 +-
.../app/notifications/notifications.component.ts | 28 +++++++++-
ui/src/app/notifications/notifications.module.ts | 3 +-
79 files changed, 1465 insertions(+), 114 deletions(-)