This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a change to branch chore/formatting-inting-editor
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 391eff4eb Merge branch 'dev' into chore/formatting-inting-editor
add 8e2a4c3ed Bump proton-j from 0.30.0 to 0.34.0
add 8a4f9df82 Merge pull request #1130 from
apache/dependabot/maven/org.apache.qpid-proton-j-0.34.0
add d1df87d77 Bump javapoet from 1.6.1 to 1.13.0
add 6270a449d remove javapoet
add 21ebe64ef Merge branch 'dev' into
dependabot/maven/com.squareup-javapoet-1.13.0
add 4b0636995 Merge pull request #1131 from
apache/dependabot/maven/com.squareup-javapoet-1.13.0
add 10e0e720c Bump ua-parser-js from 0.7.32 to 0.7.33 in /ui
add 09ff63830 Merge pull request #1156 from
apache/dependabot/npm_and_yarn/ui/ua-parser-js-0.7.33
add a43b05635 Bump @angular-eslint/eslint-plugin from 15.1.0 to 15.2.0 in
/ui (#1152)
add 381465a10 [#877] apply formatting and linting to data-explorer module
(#1139)
add b89ab89ab [#877] Format and lint dashboard module (#1154)
add 768fb8dbd Merge branch 'dev' into chore/formatting-inting-editor
No new revisions were added by this update.
Summary of changes:
pom.xml | 8 +-
.../pom.xml | 2 +-
ui/.eslintignore | 5 -
ui/.prettierignore | 5 -
ui/package-lock.json | 158 ++--
ui/package.json | 2 +-
.../components/grid/dashboard-grid.component.css | 2 +-
.../components/grid/dashboard-grid.component.html | 32 +-
.../components/grid/dashboard-grid.component.ts | 255 +++---
.../overview/dashboard-overview.component.css | 4 +-
.../overview/dashboard-overview.component.html | 262 ++++--
.../overview/dashboard-overview.component.ts | 240 ++---
.../components/panel/dashboard-panel.component.css | 6 +-
.../panel/dashboard-panel.component.html | 81 +-
.../components/panel/dashboard-panel.component.ts | 136 +--
.../standalone/standalone-dashboard.component.css | 2 +-
.../standalone/standalone-dashboard.component.html | 10 +-
.../standalone/standalone-dashboard.component.ts | 20 +-
.../widget/dashboard-widget.component.css | 17 +-
.../widget/dashboard-widget.component.html | 385 +++++---
.../widget/dashboard-widget.component.ts | 311 +++----
.../components/widgets/area/area-config.ts | 3 -
.../widgets/area/area-widget.component.css | 6 +-
.../widgets/area/area-widget.component.html | 49 +-
.../widgets/area/area-widget.component.ts | 15 +-
.../components/widgets/bar-race/bar-race-config.ts | 49 +-
.../bar-race/bar-race-widget.component.html | 26 +-
.../bar-race/bar-race-widget.component.scss | 30 +-
.../widgets/bar-race/bar-race-widget.component.ts | 276 +++---
.../components/widgets/base/base-config.ts | 1 -
.../components/widgets/base/base-echarts-widget.ts | 40 +-
.../widgets/base/base-ngx-charts-widget.ts | 27 +-
.../widgets/base/base-ngx-line-charts-widget.ts | 46 +-
.../widgets/base/base-ngx-line-config.ts | 60 +-
.../components/widgets/base/base-widget.ts | 437 ++++++----
.../components/widgets/gauge/gauge-config.ts | 33 +-
.../widgets/gauge/gauge-widget.component.css | 10 +-
.../widgets/gauge/gauge-widget.component.html | 38 +-
.../widgets/gauge/gauge-widget.component.ts | 26 +-
.../components/widgets/html/html-config.ts | 21 +-
.../widgets/html/html-widget.component.css | 10 +-
.../widgets/html/html-widget.component.html | 17 +-
.../widgets/html/html-widget.component.ts | 20 +-
.../components/widgets/image/image-config.ts | 16 +-
.../widgets/image/image-widget.component.css | 6 +-
.../widgets/image/image-widget.component.html | 4 +-
.../widgets/image/image-widget.component.ts | 25 +-
.../components/widgets/line/line-config.ts | 13 +-
.../widgets/line/line-widget.component.css | 10 +-
.../widgets/line/line-widget.component.html | 49 +-
.../widgets/line/line-widget.component.ts | 16 +-
.../dashboard/components/widgets/map/map-config.ts | 66 +-
.../widgets/map/map-widget.component.css | 8 +-
.../widgets/map/map-widget.component.html | 29 +-
.../components/widgets/map/map-widget.component.ts | 90 +-
.../components/widgets/number/number-config.ts | 21 +-
.../widgets/number/number-widget.component.css | 15 +-
.../widgets/number/number-widget.component.html | 16 +-
.../widgets/number/number-widget.component.ts | 105 ++-
.../dashboard/components/widgets/raw/raw-config.ts | 33 +-
.../widgets/raw/raw-widget.component.css | 10 +-
.../widgets/raw/raw-widget.component.html | 23 +-
.../components/widgets/raw/raw-widget.component.ts | 30 +-
.../stacked-line-chart-config.ts | 42 +-
.../stacked-line-chart-widget.component.html | 26 +-
.../stacked-line-chart-widget.component.scss | 30 +-
.../stacked-line-chart-widget.component.ts | 203 +++--
.../components/widgets/status/status-config.ts | 34 +-
.../widgets/status/status-widget.component.html | 19 +-
.../widgets/status/status-widget.component.scss | 42 +-
.../widgets/status/status-widget.component.ts | 94 +-
.../components/widgets/table/table-config.ts | 43 +-
.../widgets/table/table-widget.component.css | 10 +-
.../widgets/table/table-widget.component.html | 50 +-
.../widgets/table/table-widget.component.ts | 52 +-
.../widgets/trafficlight/traffic-light-config.ts | 48 +-
.../traffic-light-widget.component.css | 14 +-
.../traffic-light-widget.component.html | 54 +-
.../trafficlight/traffic-light-widget.component.ts | 52 +-
.../widgets/wordcloud/wordcloud-config.ts | 57 +-
.../wordcloud/wordcloud-widget.component.html | 22 +-
.../wordcloud/wordcloud-widget.component.scss | 32 +-
.../wordcloud/wordcloud-widget.component.ts | 245 +++---
.../dashboard/dashboard.can-deactivate.guard.ts | 28 +-
ui/src/app/dashboard/dashboard.module.ts | 156 ++--
ui/src/app/dashboard/dashboard.routes.ts | 9 +-
.../add-visualization-dialog.component.html | 116 ++-
.../add-visualization-dialog.component.scss | 8 +-
.../add-visualization-dialog.component.ts | 476 +++++-----
.../edit-dashboard-dialog.component.html | 71 +-
.../edit-dashboard-dialog.component.scss | 4 +-
.../edit-dashboard-dialog.component.ts | 17 +-
.../dashboard/registry/widget-config-builder.ts | 190 +++-
ui/src/app/dashboard/registry/widget-registry.ts | 20 +-
.../dashboard/sdk/collected-schema-requirements.ts | 14 +-
ui/src/app/dashboard/sdk/ep-requirements.ts | 182 ++--
.../sdk/extractor/static-property-extractor.ts | 54 +-
.../app/dashboard/sdk/matching/datatype-match.ts | 20 +-
.../sdk/matching/domain-property-match.ts | 15 +-
.../dashboard/sdk/matching/list-property-match.ts | 16 +-
.../sdk/matching/mapping-property-generator.ts | 15 +-
.../sdk/matching/primitive-property-match.ts | 13 +-
.../app/dashboard/sdk/matching/property-match.ts | 13 +-
ui/src/app/dashboard/sdk/matching/schema-match.ts | 11 +-
ui/src/app/dashboard/sdk/model/datatypes.ts | 10 +-
ui/src/app/dashboard/sdk/model/vocabulary.ts | 1 -
.../dashboard/sdk/schema-requirements-builder.ts | 55 +-
ui/src/app/dashboard/services/edit-mode.service.ts | 9 +-
.../services/refresh-dashboard.service.ts | 1 -
.../dashboard/services/reload-pipeline.service.ts | 9 +-
ui/src/app/dashboard/services/resize.service.ts | 1 -
...lorer-widget-appearance-settings.component.html | 41 +-
...xplorer-widget-appearance-settings.component.ts | 60 +-
.../data-explorer-designer-panel.component.html | 136 ++-
.../data-explorer-designer-panel.component.scss | 10 +-
.../data-explorer-designer-panel.component.ts | 119 +--
...ta-explorer-widget-data-settings.component.html | 259 ++++--
...ta-explorer-widget-data-settings.component.scss | 43 +-
...data-explorer-widget-data-settings.component.ts | 375 ++++----
.../field-selection-panel.component.html | 77 +-
.../field-selection-panel.component.scss | 11 +-
.../field-selection-panel.component.ts | 188 ++--
.../field-selection/field-selection.component.html | 27 +-
.../field-selection/field-selection.component.scss | 2 +-
.../field-selection/field-selection.component.ts | 44 +-
.../filter-selection-panel.component.html | 125 ++-
.../filter-selection-panel.component.ts | 150 ++--
.../group-selection-panel.component.html | 45 +-
.../group-selection-panel.component.scss | 2 +-
.../group-selection-panel.component.ts | 108 ++-
...-explorer-visualisation-settings.component.html | 80 +-
...ta-explorer-visualisation-settings.component.ts | 33 +-
...data-explorer-dashboard-overview.component.html | 244 ++++--
...data-explorer-dashboard-overview.component.scss | 4 +-
.../data-explorer-dashboard-overview.component.ts | 224 ++---
.../data-explorer-dashboard-panel.component.css | 8 +-
.../data-explorer-dashboard-panel.component.html | 276 +++---
.../data-explorer-dashboard-panel.component.ts | 617 ++++++-------
.../time-selector/timeRangeSelector.component.html | 81 +-
.../time-selector/timeRangeSelector.component.scss | 6 +-
.../time-selector/timeRangeSelector.component.ts | 267 +++---
.../widget-view/abstract-widget-view.directive.ts | 252 +++---
.../data-explorer-dashboard-grid.component.html | 41 +-
.../data-explorer-dashboard-grid.component.scss | 7 +-
.../data-explorer-dashboard-grid.component.ts | 136 +--
...ta-explorer-dashboard-slide-view.component.html | 88 +-
...ta-explorer-dashboard-slide-view.component.scss | 32 +-
...data-explorer-dashboard-slide-view.component.ts | 163 ++--
.../data-explorer-dashboard-widget.component.html | 220 +++--
.../data-explorer-dashboard-widget.component.scss | 14 +-
.../data-explorer-dashboard-widget.component.ts | 379 ++++----
.../components/widget/widget.directive.ts | 4 +-
.../base/base-data-explorer-widget.directive.ts | 513 ++++++-----
.../components/widgets/base/base-widget-config.ts | 272 +++---
.../widgets/base/data-explorer-widget-data.ts | 33 +-
.../correlation-chart-widget-config.component.html | 46 +-
.../correlation-chart-widget-config.component.ts | 75 +-
.../correlation-chart-widget.component.html | 40 +-
.../correlation-chart-widget.component.ts | 426 ++++-----
.../model/correlation-chart-widget.model.ts | 16 +-
...distribution-chart-widget-config.component.html | 115 ++-
.../distribution-chart-widget-config.component.ts | 97 ++-
.../distribution-chart-widget.component.html | 55 +-
.../distribution-chart-widget.component.ts | 371 ++++----
.../model/distribution-chart-widget.model.ts | 19 +-
.../value-heatmap/value-heatmap.component.html | 14 +-
.../value-heatmap/value-heatmap.component.ts | 300 ++++---
.../config/heatmap-widget-config.component.html | 20 +-
.../config/heatmap-widget-config.component.ts | 72 +-
.../widgets/heatmap/heatmap-widget.component.html | 40 +-
.../widgets/heatmap/heatmap-widget.component.scss | 6 +-
.../widgets/heatmap/heatmap-widget.component.ts | 500 ++++++-----
.../widgets/heatmap/model/heatmap-widget.model.ts | 14 +-
.../config/image-widget-config.component.html | 12 +-
.../image/config/image-widget-config.component.ts | 65 +-
.../widgets/image/image-widget.component.css | 10 +-
.../widgets/image/image-widget.component.html | 31 +-
.../widgets/image/image-widget.component.ts | 160 ++--
.../widgets/image/model/image-widget.model.ts | 12 +-
.../indicator-chart-widget-config.component.html | 25 +-
.../indicator-chart-widget-config.component.ts | 63 +-
.../indicator-chart-widget.component.html | 36 +-
.../indicator/indicator-chart-widget.component.ts | 218 +++--
.../model/indicator-chart-widget.model.ts | 16 +-
.../map/config/map-widget-config.component.html | 100 ++-
.../map/config/map-widget-config.component.ts | 114 +--
.../widgets/map/map-widget.component.html | 31 +-
.../widgets/map/map-widget.component.scss | 8 +-
.../components/widgets/map/map-widget.component.ts | 401 +++++----
.../widgets/map/model/map-widget.model.ts | 25 +-
.../config/table-widget-config.component.html | 25 +-
.../table/config/table-widget-config.component.ts | 75 +-
.../widgets/table/model/table-widget.model.ts | 16 +-
.../widgets/table/table-widget.component.html | 111 ++-
.../widgets/table/table-widget.component.scss | 7 +-
.../widgets/table/table-widget.component.ts | 201 +++--
.../time-series-chart-widget-config.component.html | 19 +-
.../time-series-chart-widget-config.component.ts | 277 +++---
.../model/time-series-chart-widget.model.ts | 39 +-
.../time-series-chart/services/color.service.ts | 1 -
.../time-series-chart-widget.component.html | 49 +-
.../time-series-chart-widget.component.scss | 12 +-
.../time-series-chart-widget.component.ts | 968 ++++++++++++---------
.../aggregate-configuration.component.css | 1 -
.../aggregate-configuration.component.html | 27 +-
.../aggregate-configuration.component.ts | 43 +-
.../components/widgets/utils/color-utils.ts | 35 +-
.../group-configuration.component.css | 1 -
.../group-configuration.component.html | 39 +-
.../group-configuration.component.ts | 63 +-
.../load-data-spinner.component.ts | 17 +-
.../no-data/no-data-in-date-range.component.html | 15 +-
.../no-data/no-data-in-date-range.component.ts | 21 +-
.../select-color-properties.component.html | 167 ++--
.../select-color-properties.component.scss | 14 +-
.../select-color-properties.component.ts | 133 +--
.../select-properties.component.css | 3 +-
.../select-properties.component.html | 39 +-
.../select-properties.component.ts | 81 +-
.../select-property/select-property.component.html | 25 +-
.../select-property/select-property.component.ts | 31 +-
.../too-much-data/too-much-data.component.html | 33 +-
.../too-much-data/too-much-data.component.scss | 3 +-
.../utils/too-much-data/too-much-data.component.ts | 33 +-
.../data-explorer-panel.can-deactivate.guard.ts | 28 +-
ui/src/app/data-explorer/data-explorer.module.ts | 282 +++---
ui/src/app/data-explorer/data-explorer.routes.ts | 9 +-
...a-explorer-edit-data-view-dialog.component.html | 54 +-
...a-explorer-edit-data-view-dialog.component.scss | 4 +-
...ata-explorer-edit-data-view-dialog.component.ts | 64 +-
.../models/dataview-dashboard.model.ts | 45 +-
.../app/data-explorer/models/multi-series.model.ts | 1 -
.../registry/data-explorer-widget-registry.ts | 1 -
.../registry/data-explorer-widgets.ts | 112 ++-
.../data-explorer-field-provider-service.ts | 314 ++++---
.../services/refresh-dashboard.service.ts | 1 -
.../app/data-explorer/services/resize.service.ts | 1 -
.../services/time-selection.service.ts | 10 +-
.../services/widget-configuration.service.ts | 10 +-
.../data-explorer/services/widget-type.service.ts | 12 +-
240 files changed, 11343 insertions(+), 8069 deletions(-)