@alauda-fe/common 1.0.0-hotfix-znx-3.16.1-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/a-chart/a-chart.module.d.ts +16 -0
- package/a-chart/base-chart.d.ts +23 -0
- package/a-chart/chart-status.component.d.ts +15 -0
- package/a-chart/chart.component.d.ts +56 -0
- package/a-chart/components/base-component.d.ts +12 -0
- package/a-chart/components/legend/base-legend.component.d.ts +32 -0
- package/a-chart/components/legend/dropdown-legend.d.ts +17 -0
- package/a-chart/components/legend/legend.component.d.ts +17 -0
- package/a-chart/components/legend/public-api.d.ts +3 -0
- package/a-chart/components/public-api.d.ts +3 -0
- package/a-chart/components/title.component.d.ts +17 -0
- package/a-chart/constant.d.ts +3 -0
- package/a-chart/public-api.d.ts +12 -0
- package/a-chart/types.d.ts +33 -0
- package/a-chart/utils.d.ts +13 -0
- package/a-metric-chart/a-metric-chart.component.d.ts +151 -0
- package/a-metric-chart/a-metric-chart.module.d.ts +16 -0
- package/a-metric-chart/bar-gauge/bar-gauge.component.d.ts +25 -0
- package/a-metric-chart/base-chart.component.d.ts +14 -0
- package/a-metric-chart/metric-chart-refresh.service.d.ts +8 -0
- package/a-metric-chart/public-api.d.ts +14 -0
- package/a-metric-chart/stat-chart/stat-chart.component.d.ts +7 -0
- package/a-metric-chart/table-chart/table-chart.component.d.ts +29 -0
- package/a-metric-chart/types.d.ts +115 -0
- package/a-metric-chart/utils/public-api.d.ts +3 -0
- package/a-metric-chart/utils/range.d.ts +1 -0
- package/a-metric-chart/utils/unit.d.ts +48 -0
- package/a-metric-chart/utils/util.d.ts +40 -0
- package/abnormal-page/abnormal-page.component.d.ts +19 -0
- package/abnormal-page/abnormal-page.module.d.ts +11 -0
- package/abnormal-page/public-api.d.ts +2 -0
- package/api/api-compatible.interceptor.d.ts +46 -0
- package/api/api-gateway.interceptor.d.ts +14 -0
- package/api/api-gateway.service.d.ts +13 -0
- package/api/cluster-version.service.d.ts +19 -0
- package/api/crypto.interceptor.d.ts +18 -0
- package/api/helpers.d.ts +31 -0
- package/api/k8s-api-resource.service.d.ts +29 -0
- package/api/k8s-api.service.d.ts +112 -0
- package/api/monitor-api.service.d.ts +104 -0
- package/api/page-visibility.service.d.ts +7 -0
- package/api/platform-ui.service.d.ts +45 -0
- package/api/product.service.d.ts +13 -0
- package/api/project-api.service.d.ts +16 -0
- package/api/public-api.d.ts +21 -0
- package/api/resource-update.service.d.ts +31 -0
- package/api/types.d.ts +119 -0
- package/array-form-table/base-string-map-form.component.d.ts +22 -0
- package/array-form-table/form/component.d.ts +102 -0
- package/array-form-table/form/module.d.ts +7 -0
- package/array-form-table/key-value-form/component.d.ts +37 -0
- package/array-form-table/key-value-table/component.d.ts +9 -0
- package/array-form-table/public-api.d.ts +11 -0
- package/array-form-table/string-array-form/component.d.ts +39 -0
- package/assets/header/cluster-blue.svg +1 -0
- package/assets/header/cluster-white.svg +1 -0
- package/assets/header/namespace-blue.svg +1 -0
- package/assets/header/namespace-white.svg +1 -0
- package/assets/header/portrait.svg +1 -0
- package/assets/header/project-blue.svg +1 -0
- package/assets/header/project-white.svg +1 -0
- package/assets/header/servicemesh-blue.svg +1 -0
- package/assets/header/servicemesh-white.svg +1 -0
- package/assets/icons/ClickHouse.svg +1 -0
- package/assets/icons/Containerd.svg +1 -0
- package/assets/icons/Docker.svg +1 -0
- package/assets/icons/ETCD.svg +1 -0
- package/assets/icons/ElasticSearch.svg +1 -0
- package/assets/icons/Grafana.svg +1 -0
- package/assets/icons/Istio.svg +1 -0
- package/assets/icons/Jaeger.svg +1 -0
- package/assets/icons/Kafka.svg +1 -0
- package/assets/icons/Kibana.svg +1 -0
- package/assets/icons/KubeVela.svg +1 -0
- package/assets/icons/Kubernetes.svg +1 -0
- package/assets/icons/Prometheus.svg +1 -0
- package/assets/icons/VictoriaMetrics.svg +1 -0
- package/assets/icons/Zookeeper.svg +1 -0
- package/assets/icons/bicolor-icons.js +1 -0
- package/assets/icons/icon-card-blue.svg +1 -0
- package/assets/icons/icon-card.svg +1 -0
- package/assets/icons/icon-cluster-small-white.svg +1 -0
- package/assets/icons/icon-cluster-small.svg +1 -0
- package/assets/icons/icon-list-blue.svg +1 -0
- package/assets/icons/icon-list.svg +1 -0
- package/assets/icons/icon-namespace-small-white.svg +1 -0
- package/assets/icons/icon-namespace-small.svg +1 -0
- package/assets/icons/icon-project-small-white.svg +1 -0
- package/assets/icons/icon-project-small.svg +1 -0
- package/assets/icons/icon-servicemesh-small-white.svg +1 -0
- package/assets/icons/icon-servicemesh-small.svg +1 -0
- package/assets/icons/navigation-icons.js +1 -0
- package/assets/icons/os/centos.svg +1 -0
- package/assets/icons/os/debian.svg +1 -0
- package/assets/icons/os/linux.svg +1 -0
- package/assets/icons/os/other.svg +1 -0
- package/assets/icons/os/red-hat.svg +1 -0
- package/assets/icons/os/t-linux.svg +1 -0
- package/assets/icons/os/ubuntu.svg +1 -0
- package/assets/icons/os/windows.svg +1 -0
- package/assets/icons/prod-icons.js +1 -0
- package/assets/icons/time.svg +1 -0
- package/assets/images/abnormal.svg +1 -0
- package/assets/images/alarm_critical.png +0 -0
- package/assets/images/avatar.svg +1 -0
- package/assets/images/dark/disconnected.svg +1 -0
- package/assets/images/dark/feature-reach-bg.svg +1 -0
- package/assets/images/dark/license-abnormal.svg +1 -0
- package/assets/images/dark/network-abnormal.svg +1 -0
- package/assets/images/dark/no-data.svg +1 -0
- package/assets/images/dark/no-message.svg +1 -0
- package/assets/images/dark/no-permission.svg +1 -0
- package/assets/images/dark/no_realtime_alarm.svg +1 -0
- package/assets/images/dark/not-deployed.svg +1 -0
- package/assets/images/dark/not-found.svg +1 -0
- package/assets/images/dark/not-supported.svg +1 -0
- package/assets/images/dark/system-abnormal.svg +1 -0
- package/assets/images/light/disconnected.svg +1 -0
- package/assets/images/light/feature-reach-bg.svg +1 -0
- package/assets/images/light/license-abnormal.svg +1 -0
- package/assets/images/light/network-abnormal.svg +1 -0
- package/assets/images/light/no-data.svg +1 -0
- package/assets/images/light/no-message.svg +1 -0
- package/assets/images/light/no-permission.svg +1 -0
- package/assets/images/light/no_realtime_alarm.svg +1 -0
- package/assets/images/light/not-deployed.svg +1 -0
- package/assets/images/light/not-found.svg +1 -0
- package/assets/images/light/not-supported.svg +1 -0
- package/assets/images/light/system-abnormal.svg +1 -0
- package/assets/images/no-data.png +0 -0
- package/assets/images/overview-banner.svg +1 -0
- package/assets/images/platform_version_bg.svg +1 -0
- package/assets/images/product-default-logo.png +0 -0
- package/assets/logos/favicon.ico +0 -0
- package/assets/logos/logo.svg +1 -0
- package/assets/logos/tke_logo_white.svg +1 -0
- package/assets/themes/override-theme.js +11 -0
- package/assets/themes/refresh-favicon.js +6 -0
- package/async-data/async-data-loader.d.ts +31 -0
- package/async-data/async-data.module.d.ts +8 -0
- package/async-data/error-page/component.d.ts +30 -0
- package/async-data/page-state/component.d.ts +21 -0
- package/async-data/public-api.d.ts +11 -0
- package/async-data/types.d.ts +29 -0
- package/authorization/app-init-url.d.ts +6 -0
- package/authorization/guard.service.d.ts +22 -0
- package/authorization/interceptor.service.d.ts +34 -0
- package/authorization/public-api.d.ts +11 -0
- package/authorization/session-manage.service.d.ts +18 -0
- package/authorization/state.service.d.ts +45 -0
- package/authorization/storage-token.d.ts +11 -0
- package/business/module-info/api.service.d.ts +24 -0
- package/business/module-info/public-api.d.ts +1 -0
- package/business/notification-disabled-container/component.d.ts +14 -0
- package/business/notification-disabled-container/public-api.d.ts +1 -0
- package/business/public-api.d.ts +8 -0
- package/business/resource-select/base-list.d.ts +32 -0
- package/business/resource-select/context.service.d.ts +47 -0
- package/business/resource-select/exports/cluster-selector/component.d.ts +23 -0
- package/business/resource-select/exports/mesh-group-selector/component.d.ts +23 -0
- package/business/resource-select/exports/namespace-page/component.d.ts +25 -0
- package/business/resource-select/exports/namespace-selector/component.d.ts +33 -0
- package/business/resource-select/exports/project-page/component.d.ts +18 -0
- package/business/resource-select/exports/project-selector/component.d.ts +27 -0
- package/business/resource-select/helpers.directive.d.ts +5 -0
- package/business/resource-select/internals/cluster-list/component.d.ts +25 -0
- package/business/resource-select/internals/data-grid/component.d.ts +42 -0
- package/business/resource-select/internals/icon/component.d.ts +12 -0
- package/business/resource-select/internals/meshgroup-list/component.d.ts +22 -0
- package/business/resource-select/internals/namespace-list/component.d.ts +64 -0
- package/business/resource-select/internals/no-data/component.d.ts +11 -0
- package/business/resource-select/internals/project-list/component.d.ts +22 -0
- package/business/resource-select/internals/resource-dashboard/component.d.ts +14 -0
- package/business/resource-select/internals/selector-popup/component.d.ts +14 -0
- package/business/resource-select/internals/selector-popup/ref.d.ts +10 -0
- package/business/resource-select/internals/selector-popup/service.d.ts +21 -0
- package/business/resource-select/module.d.ts +31 -0
- package/business/resource-select/project.service.d.ts +17 -0
- package/business/resource-select/public-api.d.ts +16 -0
- package/business/resource-select/types.d.ts +77 -0
- package/business/resource-select/utils.d.ts +5 -0
- package/chart/chart.module.d.ts +29 -0
- package/chart/chart.service.d.ts +72 -0
- package/chart/common/axis/axis-label.component.d.ts +23 -0
- package/chart/common/axis/x-axis-ticks.component.d.ts +24 -0
- package/chart/common/axis/x-axis.component.d.ts +26 -0
- package/chart/common/axis/x-plot-lines.component.d.ts +23 -0
- package/chart/common/axis/y-axis-ticks.component.d.ts +33 -0
- package/chart/common/axis/y-axis.component.d.ts +28 -0
- package/chart/common/axis/y-plot-lines.component.d.ts +31 -0
- package/chart/common/chart/chart.component.d.ts +62 -0
- package/chart/common/legend/legend.component.d.ts +41 -0
- package/chart/common/public-api.d.ts +16 -0
- package/chart/common/range-area/range-area.component.d.ts +48 -0
- package/chart/common/reference-area/reference-area.component.d.ts +12 -0
- package/chart/common/series/area-series.component.d.ts +21 -0
- package/chart/common/series/bar-path.component.d.ts +47 -0
- package/chart/common/series/bar-series.component.d.ts +29 -0
- package/chart/common/series/line-series.component.d.ts +8 -0
- package/chart/common/series/series.component.d.ts +39 -0
- package/chart/common/tooltip/tooltip.component.d.ts +119 -0
- package/chart/constants.d.ts +10 -0
- package/chart/custom-template/dropdown-legend.d.ts +11 -0
- package/chart/public-api.d.ts +10 -0
- package/chart/types.d.ts +47 -0
- package/chart/utils.d.ts +36 -0
- package/code/code-display-dialog/component.d.ts +17 -0
- package/code/code-editor-configs.d.ts +19 -0
- package/code/code.module.d.ts +14 -0
- package/code/k8s-yaml-display-dialog/component.d.ts +16 -0
- package/code/public-api.d.ts +11 -0
- package/code/resource-yaml-display/component.d.ts +20 -0
- package/core/abstract/base-form-container.d.ts +41 -0
- package/core/abstract/base-nested-form-control.d.ts +58 -0
- package/core/abstract/public-api.d.ts +2 -0
- package/core/components/public-api.d.ts +6 -0
- package/core/components/tree/module.d.ts +12 -0
- package/core/components/tree/node/component.d.ts +12 -0
- package/core/components/tree/outlet.d.ts +10 -0
- package/core/components/tree/padding.d.ts +12 -0
- package/core/components/tree/toggle.d.ts +12 -0
- package/core/components/tree/tree/component.d.ts +8 -0
- package/core/constants/constants.d.ts +62 -0
- package/core/constants/patterns.d.ts +107 -0
- package/core/constants/public-api.d.ts +5 -0
- package/core/constants/status-icons.d.ts +31 -0
- package/core/constants/timezones.d.ts +6 -0
- package/core/constants/tokens.d.ts +26 -0
- package/core/directives/click-outside.directive.d.ts +12 -0
- package/core/directives/disabled.directive.d.ts +28 -0
- package/core/directives/feature-gate.directive.d.ts +30 -0
- package/core/directives/intercept-deactivate.directive.d.ts +18 -0
- package/core/directives/last-form-item.directive.d.ts +8 -0
- package/core/directives/page-header-content.directive.d.ts +25 -0
- package/core/directives/public-api.d.ts +10 -0
- package/core/directives/readonly-field.directive.d.ts +39 -0
- package/core/directives/resize.directive.d.ts +17 -0
- package/core/directives/scroll-border-observer.directive.d.ts +23 -0
- package/core/directives/scroll-to-first-invalid.directive.d.ts +24 -0
- package/core/guards/feature.guard.d.ts +28 -0
- package/core/guards/intercept-deactivate.guard.d.ts +13 -0
- package/core/guards/leave-edit-page.guard.d.ts +13 -0
- package/core/guards/project-namespace.guard.d.ts +23 -0
- package/core/guards/public-api.d.ts +4 -0
- package/core/module.d.ts +33 -0
- package/core/pipes/cron-human-readable.pipe.d.ts +14 -0
- package/core/pipes/crontab-next.pipe.d.ts +18 -0
- package/core/pipes/duration.pipe.d.ts +10 -0
- package/core/pipes/field-not-available.pipe.d.ts +13 -0
- package/core/pipes/img-header.pipe.d.ts +7 -0
- package/core/pipes/img-theme.pipe.d.ts +13 -0
- package/core/pipes/k8s-util.pipe.d.ts +98 -0
- package/core/pipes/k8s-util.pipe.module.d.ts +7 -0
- package/core/pipes/keyvalue.pipe.d.ts +9 -0
- package/core/pipes/marked.pipe.d.ts +8 -0
- package/core/pipes/minimum-format.pipe.d.ts +10 -0
- package/core/pipes/page-env.pipe.d.ts +34 -0
- package/core/pipes/parse-json-translate.pipe.d.ts +9 -0
- package/core/pipes/parse-json.pipe.d.ts +7 -0
- package/core/pipes/public-api.d.ts +18 -0
- package/core/pipes/safe.pipe.d.ts +10 -0
- package/core/pipes/sanitize.pipe.d.ts +10 -0
- package/core/pipes/time.pipe.d.ts +41 -0
- package/core/pipes/timezone-display.pipe.d.ts +10 -0
- package/core/public-api.d.ts +16 -0
- package/core/services/aui-paginator-intl.service.d.ts +13 -0
- package/core/services/aui-tooltip-copy-intl.service.d.ts +11 -0
- package/core/services/context.service.d.ts +33 -0
- package/core/services/custom-code-editor-intl.service.d.ts +33 -0
- package/core/services/feature-gate.service.d.ts +35 -0
- package/core/services/form-row-duplicate/form-row-duplicate.service.d.ts +45 -0
- package/core/services/intercept-deactivate.service.d.ts +28 -0
- package/core/services/k8s-util.service.d.ts +78 -0
- package/core/services/on-resize.service.d.ts +20 -0
- package/core/services/public-api.d.ts +14 -0
- package/core/services/silently-navigate.service.d.ts +11 -0
- package/core/services/time.service.d.ts +17 -0
- package/core/services/ui-state.service.d.ts +41 -0
- package/core/services/workspace-helper.service.d.ts +12 -0
- package/core/services/yaml-util.service.d.ts +20 -0
- package/core/types/commons.d.ts +40 -0
- package/core/types/helpers.d.ts +35 -0
- package/core/types/k8s/core.d.ts +101 -0
- package/core/types/k8s/crd.d.ts +539 -0
- package/core/types/k8s/public-api.d.ts +3 -0
- package/core/types/k8s/raw.d.ts +975 -0
- package/core/types/public-api.d.ts +10 -0
- package/core/types/resource-definitions.d.ts +759 -0
- package/core/types/schema.d.ts +14 -0
- package/core/utils/browser.d.ts +4 -0
- package/core/utils/cache-store.d.ts +33 -0
- package/core/utils/color-helpers.d.ts +4 -0
- package/core/utils/common.d.ts +65 -0
- package/core/utils/create-recursive-filter.d.ts +41 -0
- package/core/utils/cron-util.d.ts +8 -0
- package/core/utils/decorators.d.ts +14 -0
- package/core/utils/format-number.d.ts +11 -0
- package/core/utils/k8s-util.d.ts +30 -0
- package/core/utils/local-storage-constants.d.ts +1 -0
- package/core/utils/node.d.ts +8 -0
- package/core/utils/observable.d.ts +5 -0
- package/core/utils/operators.d.ts +19 -0
- package/core/utils/public-api.d.ts +22 -0
- package/core/utils/request-pool.d.ts +12 -0
- package/core/utils/resources.d.ts +19 -0
- package/core/utils/sort-fn.d.ts +2 -0
- package/core/utils/tree.d.ts +16 -0
- package/core/utils/unit.d.ts +20 -0
- package/core/utils/version.d.ts +39 -0
- package/core/utils/with-load-state.d.ts +11 -0
- package/core/utils/workspace.d.ts +28 -0
- package/core/utils/yaml.d.ts +11 -0
- package/custom-columns-setting/component.d.ts +16 -0
- package/custom-columns-setting/public-api.d.ts +1 -0
- package/disabled-container/disabled-container.component.d.ts +21 -0
- package/disabled-container/disabled-container.module.d.ts +10 -0
- package/disabled-container/public-api.d.ts +8 -0
- package/editable-text/component.d.ts +24 -0
- package/editable-text/module.d.ts +11 -0
- package/editable-text/public-api.d.ts +2 -0
- package/effect-directive/coerce-number.directive.d.ts +8 -0
- package/effect-directive/e2e-attribute-binding.directive.d.ts +10 -0
- package/effect-directive/event.directive.d.ts +11 -0
- package/effect-directive/min-max.directive.d.ts +30 -0
- package/effect-directive/module.d.ts +20 -0
- package/effect-directive/public-api.d.ts +7 -0
- package/effect-directive/trim.directive.d.ts +7 -0
- package/effect-directive/validators.directive.d.ts +12 -0
- package/errors-mapper/base-errors-mapper.d.ts +13 -0
- package/errors-mapper/default-errors-mapper.service.d.ts +10 -0
- package/errors-mapper/errors-mapper-component/component.d.ts +19 -0
- package/errors-mapper/errors-mapper.directive.d.ts +39 -0
- package/errors-mapper/errors-mapper.module.d.ts +8 -0
- package/errors-mapper/public-api.d.ts +4 -0
- package/errors-mapper/types.d.ts +16 -0
- package/esm2022/a-chart/a-chart.module.mjs +76 -0
- package/esm2022/a-chart/base-chart.mjs +84 -0
- package/esm2022/a-chart/chart-status.component.mjs +195 -0
- package/esm2022/a-chart/chart.component.mjs +292 -0
- package/esm2022/a-chart/components/base-component.mjs +23 -0
- package/esm2022/a-chart/components/legend/base-legend.component.mjs +110 -0
- package/esm2022/a-chart/components/legend/dropdown-legend.mjs +199 -0
- package/esm2022/a-chart/components/legend/legend.component.mjs +102 -0
- package/esm2022/a-chart/components/legend/public-api.mjs +4 -0
- package/esm2022/a-chart/components/public-api.mjs +4 -0
- package/esm2022/a-chart/components/title.component.mjs +99 -0
- package/esm2022/a-chart/constant.mjs +22 -0
- package/esm2022/a-chart/public-api.mjs +13 -0
- package/esm2022/a-chart/types.mjs +7 -0
- package/esm2022/a-chart/utils.mjs +37 -0
- package/esm2022/a-metric-chart/a-metric-chart.component.mjs +903 -0
- package/esm2022/a-metric-chart/a-metric-chart.module.mjs +76 -0
- package/esm2022/a-metric-chart/bar-gauge/bar-gauge.component.mjs +166 -0
- package/esm2022/a-metric-chart/base-chart.component.mjs +30 -0
- package/esm2022/a-metric-chart/metric-chart-refresh.service.mjs +18 -0
- package/esm2022/a-metric-chart/public-api.mjs +15 -0
- package/esm2022/a-metric-chart/stat-chart/stat-chart.component.mjs +84 -0
- package/esm2022/a-metric-chart/table-chart/table-chart.component.mjs +201 -0
- package/esm2022/a-metric-chart/types.mjs +18 -0
- package/esm2022/a-metric-chart/utils/public-api.mjs +4 -0
- package/esm2022/a-metric-chart/utils/range.mjs +35 -0
- package/esm2022/a-metric-chart/utils/unit.mjs +83 -0
- package/esm2022/a-metric-chart/utils/util.mjs +225 -0
- package/esm2022/abnormal-page/abnormal-page.component.mjs +66 -0
- package/esm2022/abnormal-page/abnormal-page.module.mjs +27 -0
- package/esm2022/abnormal-page/public-api.mjs +3 -0
- package/esm2022/alauda-fe-common.mjs +5 -0
- package/esm2022/api/api-compatible.interceptor.mjs +101 -0
- package/esm2022/api/api-gateway.interceptor.mjs +28 -0
- package/esm2022/api/api-gateway.service.mjs +28 -0
- package/esm2022/api/cluster-version.service.mjs +61 -0
- package/esm2022/api/crypto.interceptor.mjs +186 -0
- package/esm2022/api/helpers.mjs +101 -0
- package/esm2022/api/k8s-api-resource.service.mjs +73 -0
- package/esm2022/api/k8s-api.service.mjs +394 -0
- package/esm2022/api/monitor-api.service.mjs +158 -0
- package/esm2022/api/page-visibility.service.mjs +18 -0
- package/esm2022/api/platform-ui.service.mjs +95 -0
- package/esm2022/api/product.service.mjs +36 -0
- package/esm2022/api/project-api.service.mjs +32 -0
- package/esm2022/api/public-api.mjs +22 -0
- package/esm2022/api/resource-update.service.mjs +62 -0
- package/esm2022/api/types.mjs +30 -0
- package/esm2022/array-form-table/base-string-map-form.component.mjs +92 -0
- package/esm2022/array-form-table/form/component.mjs +509 -0
- package/esm2022/array-form-table/form/module.mjs +41 -0
- package/esm2022/array-form-table/key-value-form/component.mjs +280 -0
- package/esm2022/array-form-table/key-value-table/component.mjs +74 -0
- package/esm2022/array-form-table/public-api.mjs +12 -0
- package/esm2022/array-form-table/string-array-form/component.mjs +267 -0
- package/esm2022/async-data/async-data-loader.mjs +63 -0
- package/esm2022/async-data/async-data.module.mjs +22 -0
- package/esm2022/async-data/error-page/component.mjs +152 -0
- package/esm2022/async-data/page-state/component.mjs +129 -0
- package/esm2022/async-data/public-api.mjs +12 -0
- package/esm2022/async-data/types.mjs +6 -0
- package/esm2022/authorization/app-init-url.mjs +33 -0
- package/esm2022/authorization/guard.service.mjs +42 -0
- package/esm2022/authorization/interceptor.service.mjs +149 -0
- package/esm2022/authorization/public-api.mjs +12 -0
- package/esm2022/authorization/session-manage.service.mjs +60 -0
- package/esm2022/authorization/state.service.mjs +227 -0
- package/esm2022/authorization/storage-token.mjs +98 -0
- package/esm2022/business/module-info/api.service.mjs +39 -0
- package/esm2022/business/module-info/public-api.mjs +2 -0
- package/esm2022/business/notification-disabled-container/component.mjs +87 -0
- package/esm2022/business/notification-disabled-container/public-api.mjs +2 -0
- package/esm2022/business/public-api.mjs +9 -0
- package/esm2022/business/resource-select/base-list.mjs +84 -0
- package/esm2022/business/resource-select/context.service.mjs +69 -0
- package/esm2022/business/resource-select/exports/cluster-selector/component.mjs +98 -0
- package/esm2022/business/resource-select/exports/mesh-group-selector/component.mjs +96 -0
- package/esm2022/business/resource-select/exports/namespace-page/component.mjs +78 -0
- package/esm2022/business/resource-select/exports/namespace-selector/component.mjs +186 -0
- package/esm2022/business/resource-select/exports/project-page/component.mjs +53 -0
- package/esm2022/business/resource-select/exports/project-selector/component.mjs +124 -0
- package/esm2022/business/resource-select/helpers.directive.mjs +13 -0
- package/esm2022/business/resource-select/internals/cluster-list/component.mjs +74 -0
- package/esm2022/business/resource-select/internals/data-grid/component.mjs +584 -0
- package/esm2022/business/resource-select/internals/icon/component.mjs +56 -0
- package/esm2022/business/resource-select/internals/meshgroup-list/component.mjs +64 -0
- package/esm2022/business/resource-select/internals/namespace-list/component.mjs +432 -0
- package/esm2022/business/resource-select/internals/no-data/component.mjs +142 -0
- package/esm2022/business/resource-select/internals/project-list/component.mjs +75 -0
- package/esm2022/business/resource-select/internals/resource-dashboard/component.mjs +79 -0
- package/esm2022/business/resource-select/internals/selector-popup/component.mjs +45 -0
- package/esm2022/business/resource-select/internals/selector-popup/ref.mjs +20 -0
- package/esm2022/business/resource-select/internals/selector-popup/service.mjs +60 -0
- package/esm2022/business/resource-select/module.mjs +166 -0
- package/esm2022/business/resource-select/project.service.mjs +47 -0
- package/esm2022/business/resource-select/public-api.mjs +17 -0
- package/esm2022/business/resource-select/types.mjs +17 -0
- package/esm2022/business/resource-select/utils.mjs +30 -0
- package/esm2022/chart/chart.module.mjs +120 -0
- package/esm2022/chart/chart.service.mjs +237 -0
- package/esm2022/chart/common/axis/axis-label.component.mjs +106 -0
- package/esm2022/chart/common/axis/x-axis-ticks.component.mjs +217 -0
- package/esm2022/chart/common/axis/x-axis.component.mjs +109 -0
- package/esm2022/chart/common/axis/x-plot-lines.component.mjs +101 -0
- package/esm2022/chart/common/axis/y-axis-ticks.component.mjs +233 -0
- package/esm2022/chart/common/axis/y-axis.component.mjs +122 -0
- package/esm2022/chart/common/axis/y-plot-lines.component.mjs +126 -0
- package/esm2022/chart/common/chart/chart.component.mjs +269 -0
- package/esm2022/chart/common/legend/legend.component.mjs +269 -0
- package/esm2022/chart/common/public-api.mjs +17 -0
- package/esm2022/chart/common/range-area/range-area.component.mjs +144 -0
- package/esm2022/chart/common/reference-area/reference-area.component.mjs +46 -0
- package/esm2022/chart/common/series/area-series.component.mjs +89 -0
- package/esm2022/chart/common/series/bar-path.component.mjs +156 -0
- package/esm2022/chart/common/series/bar-series.component.mjs +88 -0
- package/esm2022/chart/common/series/line-series.component.mjs +59 -0
- package/esm2022/chart/common/series/series.component.mjs +166 -0
- package/esm2022/chart/common/tooltip/tooltip.component.mjs +520 -0
- package/esm2022/chart/constants.mjs +22 -0
- package/esm2022/chart/custom-template/dropdown-legend.mjs +112 -0
- package/esm2022/chart/public-api.mjs +11 -0
- package/esm2022/chart/types.mjs +6 -0
- package/esm2022/chart/utils.mjs +117 -0
- package/esm2022/code/code-display-dialog/component.mjs +59 -0
- package/esm2022/code/code-editor-configs.mjs +66 -0
- package/esm2022/code/code.module.mjs +74 -0
- package/esm2022/code/k8s-yaml-display-dialog/component.mjs +53 -0
- package/esm2022/code/public-api.mjs +12 -0
- package/esm2022/code/resource-yaml-display/component.mjs +133 -0
- package/esm2022/core/abstract/base-form-container.mjs +131 -0
- package/esm2022/core/abstract/base-nested-form-control.mjs +195 -0
- package/esm2022/core/abstract/public-api.mjs +3 -0
- package/esm2022/core/components/public-api.mjs +7 -0
- package/esm2022/core/components/tree/module.mjs +41 -0
- package/esm2022/core/components/tree/node/component.mjs +47 -0
- package/esm2022/core/components/tree/outlet.mjs +34 -0
- package/esm2022/core/components/tree/padding.mjs +41 -0
- package/esm2022/core/components/tree/toggle.mjs +44 -0
- package/esm2022/core/components/tree/tree/component.mjs +27 -0
- package/esm2022/core/constants/constants.mjs +85 -0
- package/esm2022/core/constants/patterns.mjs +126 -0
- package/esm2022/core/constants/public-api.mjs +6 -0
- package/esm2022/core/constants/status-icons.mjs +60 -0
- package/esm2022/core/constants/timezones.mjs +234 -0
- package/esm2022/core/constants/tokens.mjs +84 -0
- package/esm2022/core/directives/click-outside.directive.mjs +51 -0
- package/esm2022/core/directives/disabled.directive.mjs +76 -0
- package/esm2022/core/directives/feature-gate.directive.mjs +87 -0
- package/esm2022/core/directives/intercept-deactivate.directive.mjs +52 -0
- package/esm2022/core/directives/last-form-item.directive.mjs +18 -0
- package/esm2022/core/directives/page-header-content.directive.mjs +41 -0
- package/esm2022/core/directives/public-api.mjs +11 -0
- package/esm2022/core/directives/readonly-field.directive.mjs +157 -0
- package/esm2022/core/directives/resize.directive.mjs +39 -0
- package/esm2022/core/directives/scroll-border-observer.directive.mjs +77 -0
- package/esm2022/core/directives/scroll-to-first-invalid.directive.mjs +130 -0
- package/esm2022/core/guards/feature.guard.mjs +58 -0
- package/esm2022/core/guards/intercept-deactivate.guard.mjs +40 -0
- package/esm2022/core/guards/leave-edit-page.guard.mjs +32 -0
- package/esm2022/core/guards/project-namespace.guard.mjs +70 -0
- package/esm2022/core/guards/public-api.mjs +5 -0
- package/esm2022/core/module.mjs +145 -0
- package/esm2022/core/pipes/cron-human-readable.pipe.mjs +33 -0
- package/esm2022/core/pipes/crontab-next.pipe.mjs +62 -0
- package/esm2022/core/pipes/duration.pipe.mjs +51 -0
- package/esm2022/core/pipes/field-not-available.pipe.mjs +25 -0
- package/esm2022/core/pipes/img-header.pipe.mjs +18 -0
- package/esm2022/core/pipes/img-theme.pipe.mjs +38 -0
- package/esm2022/core/pipes/k8s-util.pipe.mjs +196 -0
- package/esm2022/core/pipes/k8s-util.pipe.module.mjs +56 -0
- package/esm2022/core/pipes/keyvalue.pipe.mjs +20 -0
- package/esm2022/core/pipes/marked.pipe.mjs +17 -0
- package/esm2022/core/pipes/minimum-format.pipe.mjs +24 -0
- package/esm2022/core/pipes/page-env.pipe.mjs +66 -0
- package/esm2022/core/pipes/parse-json-translate.pipe.mjs +29 -0
- package/esm2022/core/pipes/parse-json.pipe.mjs +22 -0
- package/esm2022/core/pipes/public-api.mjs +19 -0
- package/esm2022/core/pipes/safe.pipe.mjs +49 -0
- package/esm2022/core/pipes/sanitize.pipe.mjs +31 -0
- package/esm2022/core/pipes/time.pipe.mjs +115 -0
- package/esm2022/core/pipes/timezone-display.pipe.mjs +21 -0
- package/esm2022/core/public-api.mjs +17 -0
- package/esm2022/core/services/aui-paginator-intl.service.mjs +26 -0
- package/esm2022/core/services/aui-tooltip-copy-intl.service.mjs +24 -0
- package/esm2022/core/services/context.service.mjs +48 -0
- package/esm2022/core/services/custom-code-editor-intl.service.mjs +54 -0
- package/esm2022/core/services/feature-gate.service.mjs +73 -0
- package/esm2022/core/services/form-row-duplicate/form-row-duplicate.service.mjs +280 -0
- package/esm2022/core/services/intercept-deactivate.service.mjs +78 -0
- package/esm2022/core/services/k8s-util.service.mjs +179 -0
- package/esm2022/core/services/on-resize.service.mjs +52 -0
- package/esm2022/core/services/public-api.mjs +15 -0
- package/esm2022/core/services/silently-navigate.service.mjs +28 -0
- package/esm2022/core/services/time.service.mjs +46 -0
- package/esm2022/core/services/ui-state.service.mjs +68 -0
- package/esm2022/core/services/workspace-helper.service.mjs +21 -0
- package/esm2022/core/services/yaml-util.service.mjs +98 -0
- package/esm2022/core/types/commons.mjs +6 -0
- package/esm2022/core/types/helpers.mjs +12 -0
- package/esm2022/core/types/k8s/core.mjs +2 -0
- package/esm2022/core/types/k8s/crd.mjs +41 -0
- package/esm2022/core/types/k8s/public-api.mjs +4 -0
- package/esm2022/core/types/k8s/raw.mjs +124 -0
- package/esm2022/core/types/public-api.mjs +11 -0
- package/esm2022/core/types/resource-definitions.mjs +423 -0
- package/esm2022/core/types/schema.mjs +2 -0
- package/esm2022/core/utils/browser.mjs +19 -0
- package/esm2022/core/utils/cache-store.mjs +55 -0
- package/esm2022/core/utils/color-helpers.mjs +6 -0
- package/esm2022/core/utils/common.mjs +313 -0
- package/esm2022/core/utils/create-recursive-filter.mjs +57 -0
- package/esm2022/core/utils/cron-util.mjs +44 -0
- package/esm2022/core/utils/decorators.mjs +137 -0
- package/esm2022/core/utils/format-number.mjs +229 -0
- package/esm2022/core/utils/k8s-util.mjs +99 -0
- package/esm2022/core/utils/local-storage-constants.mjs +2 -0
- package/esm2022/core/utils/node.mjs +18 -0
- package/esm2022/core/utils/observable.mjs +32 -0
- package/esm2022/core/utils/operators.mjs +32 -0
- package/esm2022/core/utils/public-api.mjs +23 -0
- package/esm2022/core/utils/request-pool.mjs +37 -0
- package/esm2022/core/utils/resources.mjs +66 -0
- package/esm2022/core/utils/sort-fn.mjs +7 -0
- package/esm2022/core/utils/tree.mjs +79 -0
- package/esm2022/core/utils/unit.mjs +187 -0
- package/esm2022/core/utils/version.mjs +76 -0
- package/esm2022/core/utils/with-load-state.mjs +21 -0
- package/esm2022/core/utils/workspace.mjs +59 -0
- package/esm2022/core/utils/yaml.mjs +54 -0
- package/esm2022/custom-columns-setting/component.mjs +107 -0
- package/esm2022/custom-columns-setting/public-api.mjs +2 -0
- package/esm2022/disabled-container/disabled-container.component.mjs +88 -0
- package/esm2022/disabled-container/disabled-container.module.mjs +28 -0
- package/esm2022/disabled-container/public-api.mjs +9 -0
- package/esm2022/editable-text/component.mjs +96 -0
- package/esm2022/editable-text/module.mjs +44 -0
- package/esm2022/editable-text/public-api.mjs +3 -0
- package/esm2022/effect-directive/coerce-number.directive.mjs +57 -0
- package/esm2022/effect-directive/e2e-attribute-binding.directive.mjs +57 -0
- package/esm2022/effect-directive/event.directive.mjs +56 -0
- package/esm2022/effect-directive/min-max.directive.mjs +111 -0
- package/esm2022/effect-directive/module.mjs +46 -0
- package/esm2022/effect-directive/public-api.mjs +8 -0
- package/esm2022/effect-directive/trim.directive.mjs +43 -0
- package/esm2022/effect-directive/validators.directive.mjs +43 -0
- package/esm2022/errors-mapper/base-errors-mapper.mjs +42 -0
- package/esm2022/errors-mapper/default-errors-mapper.service.mjs +65 -0
- package/esm2022/errors-mapper/errors-mapper-component/component.mjs +71 -0
- package/esm2022/errors-mapper/errors-mapper.directive.mjs +115 -0
- package/esm2022/errors-mapper/errors-mapper.module.mjs +18 -0
- package/esm2022/errors-mapper/public-api.mjs +5 -0
- package/esm2022/errors-mapper/types.mjs +2 -0
- package/esm2022/exec/constants.mjs +64 -0
- package/esm2022/exec/module.mjs +82 -0
- package/esm2022/exec/placeholder/component.mjs +42 -0
- package/esm2022/exec/public-api.mjs +8 -0
- package/esm2022/exec/service.mjs +37 -0
- package/esm2022/exec/terminal/component.mjs +567 -0
- package/esm2022/exec/terminal-group/component.mjs +206 -0
- package/esm2022/exec/types.mjs +2 -0
- package/esm2022/feature-gate-forbidden/component/component.mjs +36 -0
- package/esm2022/feature-gate-forbidden/module.mjs +28 -0
- package/esm2022/feature-gate-forbidden/public-api.mjs +3 -0
- package/esm2022/form/labels-editor/component.mjs +239 -0
- package/esm2022/form/public-api.mjs +5 -0
- package/esm2022/form/taints-editor/component.mjs +210 -0
- package/esm2022/form/utils.mjs +61 -0
- package/esm2022/form/validators/async-function-validator.directive.mjs +48 -0
- package/esm2022/form/validators/dns1123-subdomain.mjs +42 -0
- package/esm2022/form/validators/function-validator.directive.mjs +48 -0
- package/esm2022/form/validators/maxlength-minlength-validator.directive.mjs +69 -0
- package/esm2022/form/validators/module.mjs +42 -0
- package/esm2022/form/validators/not-be-validator.directive.mjs +55 -0
- package/esm2022/form/validators/one-of-validator.directive.mjs +56 -0
- package/esm2022/form/validators/public-api.mjs +11 -0
- package/esm2022/form/validators/resource-limit.mjs +79 -0
- package/esm2022/form/validators/strong-password/public-api.mjs +4 -0
- package/esm2022/form/validators/strong-password/strong-password-tooltip/component.mjs +102 -0
- package/esm2022/form/validators/strong-password/strong-password-validator.directive.mjs +172 -0
- package/esm2022/form/validators/strong-password/strong-password-validator.module.mjs +42 -0
- package/esm2022/form/validators/utils.mjs +107 -0
- package/esm2022/graph-canvas/components/graph-actions.component.mjs +48 -0
- package/esm2022/graph-canvas/components/graph-canvas.component.mjs +357 -0
- package/esm2022/graph-canvas/components/graph-link.component.mjs +146 -0
- package/esm2022/graph-canvas/components/graph-links.component.mjs +19 -0
- package/esm2022/graph-canvas/components/graph-node.directive.mjs +30 -0
- package/esm2022/graph-canvas/graph-canvas.module.mjs +49 -0
- package/esm2022/graph-canvas/graph-store.service.mjs +56 -0
- package/esm2022/graph-canvas/public-api.mjs +8 -0
- package/esm2022/graph-canvas/types.mjs +2 -0
- package/esm2022/graph-canvas/utils.mjs +16 -0
- package/esm2022/grid-layout/components/grid/component.mjs +286 -0
- package/esm2022/grid-layout/components/grid-items/component.mjs +228 -0
- package/esm2022/grid-layout/constant.mjs +7 -0
- package/esm2022/grid-layout/directives/drag-handler.directive.mjs +29 -0
- package/esm2022/grid-layout/directives/placeholder.directive.mjs +36 -0
- package/esm2022/grid-layout/directives/remove-handler.directive.mjs +22 -0
- package/esm2022/grid-layout/directives/resize-handler.directive.mjs +29 -0
- package/esm2022/grid-layout/grid-layout.service.mjs +85 -0
- package/esm2022/grid-layout/grid-placeholder.service.mjs +45 -0
- package/esm2022/grid-layout/module.mjs +38 -0
- package/esm2022/grid-layout/public-api.mjs +11 -0
- package/esm2022/grid-layout/type.mjs +6 -0
- package/esm2022/grid-layout/utils/client-rect.utils.mjs +12 -0
- package/esm2022/grid-layout/utils/grid.utils.mjs +247 -0
- package/esm2022/grid-layout/utils/mouse.utils.mjs +50 -0
- package/esm2022/grid-layout/utils/operator.mjs +6 -0
- package/esm2022/grid-layout/utils/react-grid-layout.utils.mjs +471 -0
- package/esm2022/grid-layout/utils/scroll.utils.mjs +209 -0
- package/esm2022/help-document/component.mjs +101 -0
- package/esm2022/help-document/directive.mjs +141 -0
- package/esm2022/help-document/module.mjs +46 -0
- package/esm2022/help-document/public-api.mjs +10 -0
- package/esm2022/help-document/service.mjs +60 -0
- package/esm2022/iframe-config/config.service.mjs +49 -0
- package/esm2022/iframe-config/constants.mjs +8 -0
- package/esm2022/iframe-config/public-api.mjs +9 -0
- package/esm2022/k8s-resource-list/footer/component.mjs +331 -0
- package/esm2022/k8s-resource-list/k8s-resource-list.mjs +226 -0
- package/esm2022/k8s-resource-list/k8s-resource-list.module.mjs +43 -0
- package/esm2022/k8s-resource-list/k8s-resource-paged-list.mjs +175 -0
- package/esm2022/k8s-resource-list/public-api.mjs +13 -0
- package/esm2022/k8s-resource-list/types.mjs +11 -0
- package/esm2022/k8s-resource-list/utils.mjs +81 -0
- package/esm2022/k8s-shared/k8s-shared-util.service.mjs +152 -0
- package/esm2022/k8s-shared/public-api.mjs +10 -0
- package/esm2022/k8s-shared/update-description-dialog/component.mjs +112 -0
- package/esm2022/k8s-shared/update-display-name-dialog/component.mjs +133 -0
- package/esm2022/k8s-shared/update-key-value-dialog/component.mjs +111 -0
- package/esm2022/license/license-api.mjs +55 -0
- package/esm2022/license/license-error/component.mjs +113 -0
- package/esm2022/license/license-error/module.mjs +55 -0
- package/esm2022/license/license.guard.mjs +54 -0
- package/esm2022/license/license.service.mjs +53 -0
- package/esm2022/license/license.type.mjs +24 -0
- package/esm2022/license/public-api.mjs +12 -0
- package/esm2022/metric-chart/common-chart.service.mjs +77 -0
- package/esm2022/metric-chart/helpers.mjs +111 -0
- package/esm2022/metric-chart/metric-chart.component.mjs +346 -0
- package/esm2022/metric-chart/metric-chart.module.mjs +61 -0
- package/esm2022/metric-chart/metric-time-pick.mjs +114 -0
- package/esm2022/metric-chart/public-api.mjs +13 -0
- package/esm2022/metric-chart/types.mjs +2 -0
- package/esm2022/metric-chart/utils.mjs +220 -0
- package/esm2022/multi-search/action-input/component.mjs +1055 -0
- package/esm2022/multi-search/form/component.mjs +379 -0
- package/esm2022/multi-search/multi-search-tags/component.mjs +129 -0
- package/esm2022/multi-search/public-api.mjs +5 -0
- package/esm2022/multi-search/types.mjs +2 -0
- package/esm2022/multi-search/utils.mjs +48 -0
- package/esm2022/mutable/element.mjs +23 -0
- package/esm2022/mutable/mosaic/mosaic.component.mjs +98 -0
- package/esm2022/mutable/mosaic/mosaic.directive.mjs +23 -0
- package/esm2022/mutable/mutable.directive.mjs +356 -0
- package/esm2022/mutable/mutable.module.mjs +41 -0
- package/esm2022/mutable/public-api.mjs +6 -0
- package/esm2022/mutable/util.mjs +16 -0
- package/esm2022/notification/errors-mapper.mjs +28 -0
- package/esm2022/notification/feedback-notification/component.mjs +95 -0
- package/esm2022/notification/helpers.mjs +4 -0
- package/esm2022/notification/notification-util.module.mjs +32 -0
- package/esm2022/notification/notification-util.service.mjs +156 -0
- package/esm2022/notification/public-api.mjs +13 -0
- package/esm2022/notification/resource-error.interceptor.mjs +60 -0
- package/esm2022/overview-banner/overview-banner.component.mjs +34 -0
- package/esm2022/overview-banner/overview-banner.module.mjs +20 -0
- package/esm2022/overview-banner/overview-banner.types.mjs +2 -0
- package/esm2022/overview-banner/public-api.mjs +4 -0
- package/esm2022/page-guard/component/component.mjs +295 -0
- package/esm2022/page-guard/component/helper-directives.mjs +51 -0
- package/esm2022/page-guard/component/page-guard.type.mjs +82 -0
- package/esm2022/page-guard/module.mjs +37 -0
- package/esm2022/page-guard/public-api.mjs +11 -0
- package/esm2022/page-scaffold/module.mjs +21 -0
- package/esm2022/page-scaffold/navigation/breadcrumb/breadcrumb-slot.directive.mjs +26 -0
- package/esm2022/page-scaffold/navigation/breadcrumb/breadcrumb.component.mjs +266 -0
- package/esm2022/page-scaffold/navigation/breadcrumb/breadcrumb.service.mjs +27 -0
- package/esm2022/page-scaffold/navigation/breadcrumb/module.mjs +44 -0
- package/esm2022/page-scaffold/navigation/breadcrumb/public-api.mjs +5 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animation-data.mjs +113 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/alarm.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/app.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/application.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/artifactory.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/audit.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/auxiliary_function.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/backup.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/bar_chart.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/bill.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/catalog.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/certificate.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/ci.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/code.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/data_service.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/devops.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/devops_tools.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/events.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/file.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/gateway.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/gitops.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/inspection.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/internet.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/kafka.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/log.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/member.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/mongodb.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/monitor.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/mysql.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/namespace.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/notice.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/oam.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/operation_center.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/params_template.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/pipeline.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/platform_settings.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/postgresql.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/product.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/proj.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/rabbitmq.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/redis.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/resource_list.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/rocketmq.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/scrum.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/secrets.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/security.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/server.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/service_mesh.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/sitemap.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/sliders_up.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/storage.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/test_management.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/topology.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/user_role.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/view_jaeger.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/animations/virtualization.json +1 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/lottie-icon.directive.mjs +91 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/module.mjs +17 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/public-api.mjs +3 -0
- package/esm2022/page-scaffold/navigation/lottie-icons/replace-lottie-colors.mjs +70 -0
- package/esm2022/page-scaffold/navigation/module.mjs +18 -0
- package/esm2022/page-scaffold/navigation/nav-menu/nav-item-li/nav-item-li.component.mjs +443 -0
- package/esm2022/page-scaffold/navigation/nav-menu/nav-item-ul/nav-item-ul.component.mjs +83 -0
- package/esm2022/page-scaffold/navigation/nav-menu/nav-menu.component.mjs +185 -0
- package/esm2022/page-scaffold/navigation/nav-menu/nav-menu.module.mjs +63 -0
- package/esm2022/page-scaffold/navigation/nav-menu/nav-menu.types.mjs +2 -0
- package/esm2022/page-scaffold/navigation/nav-menu/public-api.mjs +4 -0
- package/esm2022/page-scaffold/navigation/navconfig-loader/navconfig-loader.service.mjs +175 -0
- package/esm2022/page-scaffold/navigation/navconfig-loader/public-api.mjs +8 -0
- package/esm2022/page-scaffold/navigation/public-api.mjs +7 -0
- package/esm2022/page-scaffold/navigation/utils.mjs +12 -0
- package/esm2022/page-scaffold/page/context.service.mjs +22 -0
- package/esm2022/page-scaffold/page/helper-directives.mjs +66 -0
- package/esm2022/page-scaffold/page/notices/maintenance.component.mjs +152 -0
- package/esm2022/page-scaffold/page/notices/notice.component.mjs +129 -0
- package/esm2022/page-scaffold/page/page.component.mjs +148 -0
- package/esm2022/page-scaffold/page/page.module.mjs +67 -0
- package/esm2022/page-scaffold/page/public-api.mjs +5 -0
- package/esm2022/page-scaffold/page-header/account-menu/component/component.mjs +199 -0
- package/esm2022/page-scaffold/page-header/account-menu/module.mjs +43 -0
- package/esm2022/page-scaffold/page-header/account-menu/public-api.mjs +8 -0
- package/esm2022/page-scaffold/page-header/common-layout/common-layout.module.mjs +75 -0
- package/esm2022/page-scaffold/page-header/common-layout/context.service.mjs +86 -0
- package/esm2022/page-scaffold/page-header/common-layout/namespace-select/component.mjs +270 -0
- package/esm2022/page-scaffold/page-header/common-layout/product-select/component.mjs +272 -0
- package/esm2022/page-scaffold/page-header/common-layout/product-select/service.mjs +19 -0
- package/esm2022/page-scaffold/page-header/common-layout/project-select/base-selection.mjs +122 -0
- package/esm2022/page-scaffold/page-header/common-layout/public-api.mjs +14 -0
- package/esm2022/page-scaffold/page-header/common-layout/store.service.mjs +58 -0
- package/esm2022/page-scaffold/page-header/common-layout/utils.mjs +7 -0
- package/esm2022/page-scaffold/page-header/component.mjs +104 -0
- package/esm2022/page-scaffold/page-header/enterprise-support-status/component.mjs +131 -0
- package/esm2022/page-scaffold/page-header/header-notify/component/header-notify.component.mjs +136 -0
- package/esm2022/page-scaffold/page-header/header-notify/component/notification-list/notification-list.component.mjs +95 -0
- package/esm2022/page-scaffold/page-header/header-notify/header-notify.module.mjs +71 -0
- package/esm2022/page-scaffold/page-header/header-notify/notify.service.mjs +282 -0
- package/esm2022/page-scaffold/page-header/header-notify/public-api.mjs +10 -0
- package/esm2022/page-scaffold/page-header/header-notify/utils.mjs +44 -0
- package/esm2022/page-scaffold/page-header/help-menu/component/component.mjs +306 -0
- package/esm2022/page-scaffold/page-header/help-menu/module.mjs +65 -0
- package/esm2022/page-scaffold/page-header/help-menu/public-api.mjs +8 -0
- package/esm2022/page-scaffold/page-header/module.mjs +61 -0
- package/esm2022/page-scaffold/page-header/public-api.mjs +14 -0
- package/esm2022/page-scaffold/public-api.mjs +5 -0
- package/esm2022/permission/constants.mjs +2 -0
- package/esm2022/permission/helpers.mjs +40 -0
- package/esm2022/permission/k8s-permission.service.mjs +109 -0
- package/esm2022/permission/permission.guard.mjs +108 -0
- package/esm2022/permission/public-api.mjs +12 -0
- package/esm2022/permission/types.mjs +38 -0
- package/esm2022/pie-derivative-chart/donut-status/component.mjs +195 -0
- package/esm2022/pie-derivative-chart/indicator-color.directive.mjs +30 -0
- package/esm2022/pie-derivative-chart/numerical-limit.pipe.mjs +26 -0
- package/esm2022/pie-derivative-chart/pie-derivative-chart.module.mjs +67 -0
- package/esm2022/pie-derivative-chart/public-api.mjs +11 -0
- package/esm2022/pie-derivative-chart/radial-bar/radial-bar-chart.component.mjs +244 -0
- package/esm2022/public-api.mjs +45 -0
- package/esm2022/scm/declare.directive.mjs +27 -0
- package/esm2022/scm/password-input/component.mjs +261 -0
- package/esm2022/scm/password-input/module.mjs +68 -0
- package/esm2022/scm/password-input/public-api.mjs +3 -0
- package/esm2022/scm/public-api.mjs +10 -0
- package/esm2022/scm/pure-pipe/calc.pipe.mjs +21 -0
- package/esm2022/scm/pure-pipe/module.mjs +18 -0
- package/esm2022/scm/pure-pipe/public-api.mjs +4 -0
- package/esm2022/scm/pure-pipe/pure.pipe.mjs +26 -0
- package/esm2022/scm/resource-multi-select/component.mjs +212 -0
- package/esm2022/scm/resource-multi-select/util.mjs +24 -0
- package/esm2022/scm/search-panel/component.mjs +86 -0
- package/esm2022/scm/search-panel/helper.directive.mjs +14 -0
- package/esm2022/scm/search-panel/search-item/component.mjs +28 -0
- package/esm2022/scm/text-ellipsis/component.mjs +55 -0
- package/esm2022/searchable-selector/component.mjs +277 -0
- package/esm2022/searchable-selector/module.mjs +63 -0
- package/esm2022/searchable-selector/public-api.mjs +3 -0
- package/esm2022/skeleton/item/component.mjs +44 -0
- package/esm2022/skeleton/module.mjs +26 -0
- package/esm2022/skeleton/nav-skeleton/component.mjs +35 -0
- package/esm2022/skeleton/public-api.mjs +4 -0
- package/esm2022/table/component.mjs +821 -0
- package/esm2022/table/constants.mjs +4 -0
- package/esm2022/table/helper.mjs +16 -0
- package/esm2022/table/helpers.directive.mjs +18 -0
- package/esm2022/table/module.mjs +82 -0
- package/esm2022/table/public-api.mjs +7 -0
- package/esm2022/table/types.mjs +2 -0
- package/esm2022/table/util.service.mjs +81 -0
- package/esm2022/translate/constants.mjs +13 -0
- package/esm2022/translate/en.json +559 -0
- package/esm2022/translate/helpers.mjs +22 -0
- package/esm2022/translate/pick-locale.pipe.mjs +34 -0
- package/esm2022/translate/public-api.mjs +16 -0
- package/esm2022/translate/tokens.mjs +13 -0
- package/esm2022/translate/translate.directive.mjs +164 -0
- package/esm2022/translate/translate.module.mjs +91 -0
- package/esm2022/translate/translate.pipe.mjs +72 -0
- package/esm2022/translate/translate.service.mjs +327 -0
- package/esm2022/translate/types.mjs +6 -0
- package/esm2022/translate/zh.json +559 -0
- package/esm2022/view-chart/custom-template/dropdown-legend.mjs +115 -0
- package/esm2022/view-chart/legend/legend.component.mjs +263 -0
- package/esm2022/view-chart/public-api.mjs +9 -0
- package/esm2022/view-chart/types.mjs +2 -0
- package/esm2022/view-chart/view-chart.component.mjs +845 -0
- package/esm2022/view-chart/view-chart.module.mjs +63 -0
- package/esm2022/view-zchart/custom-template/dropdown-legend.mjs +115 -0
- package/esm2022/view-zchart/legend/legend.component.mjs +270 -0
- package/esm2022/view-zchart/public-api.mjs +8 -0
- package/esm2022/view-zchart/types.mjs +2 -0
- package/esm2022/view-zchart/units.mjs +28 -0
- package/esm2022/view-zchart/view-zchart.component.mjs +1004 -0
- package/esm2022/view-zchart/view-zchart.module.mjs +63 -0
- package/esm2022/widget/card-section/card-section.component.mjs +33 -0
- package/esm2022/widget/confirm-delete/confirm-delete.component.mjs +342 -0
- package/esm2022/widget/confirm-delete/utils.mjs +8 -0
- package/esm2022/widget/current-time/component.mjs +42 -0
- package/esm2022/widget/date-range-picker/component.mjs +316 -0
- package/esm2022/widget/date-range-picker/public-api.mjs +4 -0
- package/esm2022/widget/date-range-picker/type.mjs +2 -0
- package/esm2022/widget/date-range-picker/util.mjs +57 -0
- package/esm2022/widget/field-set/column/component.mjs +34 -0
- package/esm2022/widget/field-set/group/component.mjs +22 -0
- package/esm2022/widget/field-set/index.mjs +14 -0
- package/esm2022/widget/field-set/item/component.mjs +60 -0
- package/esm2022/widget/foldable-block/component.mjs +109 -0
- package/esm2022/widget/foldable-item-in-table/component.mjs +126 -0
- package/esm2022/widget/loading-mask/loading-mask.component.mjs +75 -0
- package/esm2022/widget/public-api.mjs +19 -0
- package/esm2022/widget/relative-time/component.mjs +60 -0
- package/esm2022/widget/select-prefix-label/directive.mjs +89 -0
- package/esm2022/widget/status-icon/status-icon.component.mjs +102 -0
- package/esm2022/widget/tags-label/component.mjs +374 -0
- package/esm2022/widget/terminating-tag/component.mjs +27 -0
- package/esm2022/widget/text-tooltip/directive.mjs +73 -0
- package/esm2022/widget/text-with-url/component.mjs +76 -0
- package/esm2022/widget/widget.module.mjs +140 -0
- package/esm2022/widget/zero-state/zero-state.component.mjs +96 -0
- package/esm2022/window-channel/base-window-channel.mjs +38 -0
- package/esm2022/window-channel/directives/host-link.directive.mjs +43 -0
- package/esm2022/window-channel/host-window-channel.service.mjs +83 -0
- package/esm2022/window-channel/plugin-window-channel.service.mjs +38 -0
- package/esm2022/window-channel/public-api.mjs +5 -0
- package/esm2022/window-channel/utils.mjs +12 -0
- package/esm2022/xterm/public-api.mjs +4 -0
- package/esm2022/xterm/xterm-terminal/xterm-terminal.component.mjs +284 -0
- package/esm2022/xterm/xterm-terminal/xterm-terminal.directive.mjs +25 -0
- package/esm2022/xterm/xterm.component.mjs +131 -0
- package/exec/constants.d.ts +13 -0
- package/exec/module.d.ts +17 -0
- package/exec/placeholder/component.d.ts +20 -0
- package/exec/public-api.d.ts +7 -0
- package/exec/service.d.ts +12 -0
- package/exec/terminal/component.d.ts +95 -0
- package/exec/terminal-group/component.d.ts +41 -0
- package/exec/types.d.ts +14 -0
- package/feature-gate-forbidden/component/component.d.ts +6 -0
- package/feature-gate-forbidden/module.d.ts +11 -0
- package/feature-gate-forbidden/public-api.d.ts +2 -0
- package/form/labels-editor/component.d.ts +31 -0
- package/form/public-api.d.ts +4 -0
- package/form/taints-editor/component.d.ts +22 -0
- package/form/utils.d.ts +40 -0
- package/form/validators/async-function-validator.directive.d.ts +11 -0
- package/form/validators/dns1123-subdomain.d.ts +28 -0
- package/form/validators/function-validator.directive.d.ts +11 -0
- package/form/validators/maxlength-minlength-validator.directive.d.ts +20 -0
- package/form/validators/module.d.ts +13 -0
- package/form/validators/not-be-validator.directive.d.ts +12 -0
- package/form/validators/one-of-validator.directive.d.ts +12 -0
- package/form/validators/public-api.d.ts +10 -0
- package/form/validators/resource-limit.d.ts +16 -0
- package/form/validators/strong-password/public-api.d.ts +3 -0
- package/form/validators/strong-password/strong-password-tooltip/component.d.ts +6 -0
- package/form/validators/strong-password/strong-password-validator.directive.d.ts +34 -0
- package/form/validators/strong-password/strong-password-validator.module.d.ts +12 -0
- package/form/validators/utils.d.ts +57 -0
- package/graph-canvas/components/graph-actions.component.d.ts +8 -0
- package/graph-canvas/components/graph-canvas.component.d.ts +48 -0
- package/graph-canvas/components/graph-link.component.d.ts +26 -0
- package/graph-canvas/components/graph-links.component.d.ts +5 -0
- package/graph-canvas/components/graph-node.directive.d.ts +15 -0
- package/graph-canvas/graph-canvas.module.d.ts +14 -0
- package/graph-canvas/graph-store.service.d.ts +21 -0
- package/graph-canvas/public-api.d.ts +7 -0
- package/graph-canvas/types.d.ts +32 -0
- package/graph-canvas/utils.d.ts +2 -0
- package/grid-layout/components/grid/component.d.ts +53 -0
- package/grid-layout/components/grid-items/component.d.ts +56 -0
- package/grid-layout/constant.d.ts +3 -0
- package/grid-layout/directives/drag-handler.directive.d.ts +11 -0
- package/grid-layout/directives/placeholder.directive.d.ts +12 -0
- package/grid-layout/directives/remove-handler.directive.d.ts +9 -0
- package/grid-layout/directives/resize-handler.directive.d.ts +11 -0
- package/grid-layout/grid-layout.service.d.ts +49 -0
- package/grid-layout/grid-placeholder.service.d.ts +17 -0
- package/grid-layout/module.d.ts +14 -0
- package/grid-layout/public-api.d.ts +10 -0
- package/grid-layout/type.d.ts +65 -0
- package/grid-layout/utils/client-rect.utils.d.ts +2 -0
- package/grid-layout/utils/grid.utils.d.ts +30 -0
- package/grid-layout/utils/mouse.utils.d.ts +24 -0
- package/grid-layout/utils/operator.d.ts +3 -0
- package/grid-layout/utils/react-grid-layout.utils.d.ts +171 -0
- package/grid-layout/utils/scroll.utils.d.ts +28 -0
- package/help-document/component.d.ts +29 -0
- package/help-document/directive.d.ts +47 -0
- package/help-document/module.d.ts +13 -0
- package/help-document/public-api.d.ts +9 -0
- package/help-document/service.d.ts +30 -0
- package/iframe-config/config.service.d.ts +20 -0
- package/iframe-config/constants.d.ts +7 -0
- package/iframe-config/public-api.d.ts +8 -0
- package/index.d.ts +5 -0
- package/k8s-resource-list/footer/component.d.ts +37 -0
- package/k8s-resource-list/k8s-resource-list.d.ts +42 -0
- package/k8s-resource-list/k8s-resource-list.module.d.ts +10 -0
- package/k8s-resource-list/k8s-resource-paged-list.d.ts +61 -0
- package/k8s-resource-list/public-api.d.ts +12 -0
- package/k8s-resource-list/types.d.ts +70 -0
- package/k8s-resource-list/utils.d.ts +19 -0
- package/k8s-shared/k8s-shared-util.service.d.ts +40 -0
- package/k8s-shared/public-api.d.ts +9 -0
- package/k8s-shared/update-description-dialog/component.d.ts +25 -0
- package/k8s-shared/update-display-name-dialog/component.d.ts +27 -0
- package/k8s-shared/update-key-value-dialog/component.d.ts +39 -0
- package/license/license-api.d.ts +19 -0
- package/license/license-error/component.d.ts +33 -0
- package/license/license-error/module.d.ts +13 -0
- package/license/license.guard.d.ts +23 -0
- package/license/license.service.d.ts +21 -0
- package/license/license.type.d.ts +19 -0
- package/license/public-api.d.ts +11 -0
- package/metric-chart/common-chart.service.d.ts +30 -0
- package/metric-chart/helpers.d.ts +54 -0
- package/metric-chart/metric-chart.component.d.ts +116 -0
- package/metric-chart/metric-chart.module.d.ts +14 -0
- package/metric-chart/metric-time-pick.d.ts +12 -0
- package/metric-chart/public-api.d.ts +12 -0
- package/metric-chart/types.d.ts +69 -0
- package/metric-chart/utils.d.ts +86 -0
- package/multi-search/action-input/component.d.ts +119 -0
- package/multi-search/form/component.d.ts +63 -0
- package/multi-search/multi-search-tags/component.d.ts +26 -0
- package/multi-search/public-api.d.ts +4 -0
- package/multi-search/types.d.ts +32 -0
- package/multi-search/utils.d.ts +24 -0
- package/mutable/element.d.ts +10 -0
- package/mutable/mosaic/mosaic.component.d.ts +32 -0
- package/mutable/mosaic/mosaic.directive.d.ts +9 -0
- package/mutable/mutable.directive.d.ts +83 -0
- package/mutable/mutable.module.d.ts +10 -0
- package/mutable/public-api.d.ts +5 -0
- package/mutable/util.d.ts +18 -0
- package/notification/errors-mapper.d.ts +7 -0
- package/notification/feedback-notification/component.d.ts +17 -0
- package/notification/helpers.d.ts +2 -0
- package/notification/notification-util.module.d.ts +10 -0
- package/notification/notification-util.service.d.ts +39 -0
- package/notification/public-api.d.ts +12 -0
- package/notification/resource-error.interceptor.d.ts +21 -0
- package/overview-banner/overview-banner.component.d.ts +7 -0
- package/overview-banner/overview-banner.module.d.ts +9 -0
- package/overview-banner/overview-banner.types.d.ts +5 -0
- package/overview-banner/public-api.d.ts +3 -0
- package/package.json +65 -0
- package/page-guard/component/component.d.ts +40 -0
- package/page-guard/component/helper-directives.d.ts +17 -0
- package/page-guard/component/page-guard.type.d.ts +86 -0
- package/page-guard/module.d.ts +11 -0
- package/page-guard/public-api.d.ts +10 -0
- package/page-scaffold/module.d.ts +10 -0
- package/page-scaffold/navigation/breadcrumb/breadcrumb-slot.directive.d.ts +12 -0
- package/page-scaffold/navigation/breadcrumb/breadcrumb.component.d.ts +40 -0
- package/page-scaffold/navigation/breadcrumb/breadcrumb.service.d.ts +13 -0
- package/page-scaffold/navigation/breadcrumb/module.d.ts +13 -0
- package/page-scaffold/navigation/breadcrumb/public-api.d.ts +4 -0
- package/page-scaffold/navigation/lottie-icons/animation-data.d.ts +2 -0
- package/page-scaffold/navigation/lottie-icons/lottie-icon.directive.d.ts +24 -0
- package/page-scaffold/navigation/lottie-icons/module.d.ts +7 -0
- package/page-scaffold/navigation/lottie-icons/public-api.d.ts +2 -0
- package/page-scaffold/navigation/lottie-icons/replace-lottie-colors.d.ts +1 -0
- package/page-scaffold/navigation/module.d.ts +7 -0
- package/page-scaffold/navigation/nav-menu/nav-item-li/nav-item-li.component.d.ts +52 -0
- package/page-scaffold/navigation/nav-menu/nav-item-ul/nav-item-ul.component.d.ts +10 -0
- package/page-scaffold/navigation/nav-menu/nav-menu.component.d.ts +47 -0
- package/page-scaffold/navigation/nav-menu/nav-menu.module.d.ts +16 -0
- package/page-scaffold/navigation/nav-menu/nav-menu.types.d.ts +21 -0
- package/page-scaffold/navigation/nav-menu/public-api.d.ts +3 -0
- package/page-scaffold/navigation/navconfig-loader/navconfig-loader.service.d.ts +61 -0
- package/page-scaffold/navigation/navconfig-loader/public-api.d.ts +7 -0
- package/page-scaffold/navigation/public-api.d.ts +6 -0
- package/page-scaffold/navigation/utils.d.ts +11 -0
- package/page-scaffold/page/context.service.d.ts +9 -0
- package/page-scaffold/page/helper-directives.d.ts +30 -0
- package/page-scaffold/page/notices/maintenance.component.d.ts +26 -0
- package/page-scaffold/page/notices/notice.component.d.ts +22 -0
- package/page-scaffold/page/page.component.d.ts +24 -0
- package/page-scaffold/page/page.module.d.ts +14 -0
- package/page-scaffold/page/public-api.d.ts +4 -0
- package/page-scaffold/page-header/account-menu/component/component.d.ts +38 -0
- package/page-scaffold/page-header/account-menu/module.d.ts +10 -0
- package/page-scaffold/page-header/account-menu/public-api.d.ts +7 -0
- package/page-scaffold/page-header/common-layout/common-layout.module.d.ts +16 -0
- package/page-scaffold/page-header/common-layout/context.service.d.ts +51 -0
- package/page-scaffold/page-header/common-layout/namespace-select/component.d.ts +49 -0
- package/page-scaffold/page-header/common-layout/product-select/component.d.ts +38 -0
- package/page-scaffold/page-header/common-layout/product-select/service.d.ts +9 -0
- package/page-scaffold/page-header/common-layout/project-select/base-selection.d.ts +24 -0
- package/page-scaffold/page-header/common-layout/public-api.d.ts +13 -0
- package/page-scaffold/page-header/common-layout/store.service.d.ts +31 -0
- package/page-scaffold/page-header/common-layout/utils.d.ts +2 -0
- package/page-scaffold/page-header/component.d.ts +21 -0
- package/page-scaffold/page-header/enterprise-support-status/component.d.ts +24 -0
- package/page-scaffold/page-header/header-notify/component/header-notify.component.d.ts +27 -0
- package/page-scaffold/page-header/header-notify/component/notification-list/notification-list.component.d.ts +19 -0
- package/page-scaffold/page-header/header-notify/header-notify.module.d.ts +14 -0
- package/page-scaffold/page-header/header-notify/notify.service.d.ts +60 -0
- package/page-scaffold/page-header/header-notify/public-api.d.ts +9 -0
- package/page-scaffold/page-header/header-notify/utils.d.ts +35 -0
- package/page-scaffold/page-header/help-menu/component/component.d.ts +45 -0
- package/page-scaffold/page-header/help-menu/module.d.ts +13 -0
- package/page-scaffold/page-header/help-menu/public-api.d.ts +7 -0
- package/page-scaffold/page-header/module.d.ts +15 -0
- package/page-scaffold/page-header/public-api.d.ts +13 -0
- package/page-scaffold/public-api.d.ts +4 -0
- package/permission/constants.d.ts +1 -0
- package/permission/helpers.d.ts +2 -0
- package/permission/k8s-permission.service.d.ts +80 -0
- package/permission/permission.guard.d.ts +22 -0
- package/permission/public-api.d.ts +11 -0
- package/permission/types.d.ts +74 -0
- package/pie-derivative-chart/donut-status/component.d.ts +79 -0
- package/pie-derivative-chart/indicator-color.directive.d.ts +10 -0
- package/pie-derivative-chart/numerical-limit.pipe.d.ts +7 -0
- package/pie-derivative-chart/pie-derivative-chart.module.d.ts +15 -0
- package/pie-derivative-chart/public-api.d.ts +10 -0
- package/pie-derivative-chart/radial-bar/radial-bar-chart.component.d.ts +55 -0
- package/public-api.d.ts +44 -0
- package/scm/declare.directive.d.ts +8 -0
- package/scm/password-input/component.d.ts +39 -0
- package/scm/password-input/module.d.ts +14 -0
- package/scm/password-input/public-api.d.ts +2 -0
- package/scm/public-api.d.ts +9 -0
- package/scm/pure-pipe/calc.pipe.d.ts +11 -0
- package/scm/pure-pipe/module.d.ts +8 -0
- package/scm/pure-pipe/public-api.d.ts +3 -0
- package/scm/pure-pipe/pure.pipe.d.ts +17 -0
- package/scm/resource-multi-select/component.d.ts +41 -0
- package/scm/resource-multi-select/util.d.ts +10 -0
- package/scm/search-panel/component.d.ts +16 -0
- package/scm/search-panel/helper.directive.d.ts +5 -0
- package/scm/search-panel/search-item/component.d.ts +7 -0
- package/scm/text-ellipsis/component.d.ts +9 -0
- package/searchable-selector/component.d.ts +54 -0
- package/searchable-selector/module.d.ts +12 -0
- package/searchable-selector/public-api.d.ts +2 -0
- package/skeleton/item/component.d.ts +12 -0
- package/skeleton/module.d.ts +10 -0
- package/skeleton/nav-skeleton/component.d.ts +6 -0
- package/skeleton/public-api.d.ts +3 -0
- package/styles/global.scss +889 -0
- package/styles/markdown-body.scss +105 -0
- package/styles/mixins.scss +679 -0
- package/styles/reset-browser.scss +88 -0
- package/styles/tailwind-preset.scss +1 -0
- package/styles/var.scss +29 -0
- package/table/component.d.ts +84 -0
- package/table/constants.d.ts +3 -0
- package/table/helper.d.ts +2 -0
- package/table/helpers.directive.d.ts +21 -0
- package/table/module.d.ts +19 -0
- package/table/public-api.d.ts +6 -0
- package/table/types.d.ts +69 -0
- package/table/util.service.d.ts +13 -0
- package/translate/constants.d.ts +13 -0
- package/translate/helpers.d.ts +14 -0
- package/translate/pick-locale.pipe.d.ts +12 -0
- package/translate/public-api.d.ts +15 -0
- package/translate/tokens.d.ts +12 -0
- package/translate/translate.directive.d.ts +52 -0
- package/translate/translate.module.d.ts +1136 -0
- package/translate/translate.pipe.d.ts +25 -0
- package/translate/translate.service.d.ts +68 -0
- package/translate/types.d.ts +20 -0
- package/view-chart/custom-template/dropdown-legend.d.ts +11 -0
- package/view-chart/legend/legend.component.d.ts +36 -0
- package/view-chart/public-api.d.ts +8 -0
- package/view-chart/types.d.ts +37 -0
- package/view-chart/view-chart.component.d.ts +187 -0
- package/view-chart/view-chart.module.d.ts +15 -0
- package/view-zchart/custom-template/dropdown-legend.d.ts +11 -0
- package/view-zchart/legend/legend.component.d.ts +42 -0
- package/view-zchart/public-api.d.ts +7 -0
- package/view-zchart/types.d.ts +22 -0
- package/view-zchart/units.d.ts +2 -0
- package/view-zchart/view-zchart.component.d.ts +214 -0
- package/view-zchart/view-zchart.module.d.ts +15 -0
- package/widget/card-section/card-section.component.d.ts +7 -0
- package/widget/confirm-delete/confirm-delete.component.d.ts +57 -0
- package/widget/confirm-delete/utils.d.ts +25 -0
- package/widget/current-time/component.d.ts +14 -0
- package/widget/date-range-picker/component.d.ts +54 -0
- package/widget/date-range-picker/public-api.d.ts +3 -0
- package/widget/date-range-picker/type.d.ts +36 -0
- package/widget/date-range-picker/util.d.ts +11 -0
- package/widget/field-set/column/component.d.ts +10 -0
- package/widget/field-set/group/component.d.ts +6 -0
- package/widget/field-set/index.d.ts +7 -0
- package/widget/field-set/item/component.d.ts +13 -0
- package/widget/foldable-block/component.d.ts +17 -0
- package/widget/foldable-item-in-table/component.d.ts +22 -0
- package/widget/loading-mask/loading-mask.component.d.ts +13 -0
- package/widget/public-api.d.ts +18 -0
- package/widget/relative-time/component.d.ts +15 -0
- package/widget/select-prefix-label/directive.d.ts +17 -0
- package/widget/status-icon/status-icon.component.d.ts +16 -0
- package/widget/tags-label/component.d.ts +51 -0
- package/widget/terminating-tag/component.d.ts +7 -0
- package/widget/text-tooltip/directive.d.ts +21 -0
- package/widget/text-with-url/component.d.ts +12 -0
- package/widget/widget.module.d.ts +26 -0
- package/widget/zero-state/zero-state.component.d.ts +13 -0
- package/window-channel/base-window-channel.d.ts +9 -0
- package/window-channel/directives/host-link.directive.d.ts +11 -0
- package/window-channel/host-window-channel.service.d.ts +15 -0
- package/window-channel/plugin-window-channel.service.d.ts +10 -0
- package/window-channel/public-api.d.ts +4 -0
- package/window-channel/utils.d.ts +36 -0
- package/xterm/public-api.d.ts +3 -0
- package/xterm/xterm-terminal/xterm-terminal.component.d.ts +31 -0
- package/xterm/xterm-terminal/xterm-terminal.directive.d.ts +9 -0
- package/xterm/xterm.component.d.ts +28 -0
|
@@ -0,0 +1,520 @@
|
|
|
1
|
+
import { BaseTooltip } from '@alauda/ui';
|
|
2
|
+
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, Input, TemplateRef, ViewChild, } from '@angular/core';
|
|
3
|
+
import { get } from 'lodash-es';
|
|
4
|
+
import { Subject, takeUntil } from 'rxjs';
|
|
5
|
+
import { handleDateFormat } from '../../../a-chart/public-api';
|
|
6
|
+
import { DATE_TIME_FORMAT } from '../../../core/public-api';
|
|
7
|
+
import { ContextChartService } from '../../chart.service';
|
|
8
|
+
import { findClosestPointIndex, getXPos, tooltipSuffixFormat, } from '../../utils';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
import * as i1 from "../../chart.service";
|
|
11
|
+
const _c0 = ["tooltip"];
|
|
12
|
+
const _c1 = ["aclTooltip", ""];
|
|
13
|
+
function ChartTooltipComponent__svg_g_0__svg_circle_1_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
+
i0.ɵɵnamespaceSVG();
|
|
15
|
+
i0.ɵɵelement(0, "circle", 7);
|
|
16
|
+
i0.ɵɵpipe(1, "pure");
|
|
17
|
+
} if (rf & 2) {
|
|
18
|
+
const item_r9 = ctx.$implicit;
|
|
19
|
+
const ctx_r8 = i0.ɵɵnextContext(2);
|
|
20
|
+
i0.ɵɵattribute("visibility", ctx_r8.contextService.disabledLegend.has(item_r9.name) ? "hidden" : "")("stroke", item_r9.color)("cx", ctx_r8.anchorPos)("cy", item_r9.y ? i0.ɵɵpipeBind2(1, 4, item_r9.y, ctx_r8.contextService.y) || 0 : 1000);
|
|
21
|
+
} }
|
|
22
|
+
function ChartTooltipComponent__svg_g_0_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
i0.ɵɵnamespaceSVG();
|
|
24
|
+
i0.ɵɵelementStart(0, "g");
|
|
25
|
+
i0.ɵɵtemplate(1, ChartTooltipComponent__svg_g_0__svg_circle_1_Template, 2, 7, "circle", 6);
|
|
26
|
+
i0.ɵɵelementEnd();
|
|
27
|
+
} if (rf & 2) {
|
|
28
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
29
|
+
i0.ɵɵattribute("opacity", ctx_r0.anchorOpacity);
|
|
30
|
+
i0.ɵɵadvance(1);
|
|
31
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.tooltipContext == null ? null : ctx_r0.tooltipContext.values);
|
|
32
|
+
} }
|
|
33
|
+
const _c2 = function (a0) { return { context: a0 }; };
|
|
34
|
+
function ChartTooltipComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
35
|
+
i0.ɵɵnamespaceSVG();
|
|
36
|
+
i0.ɵɵnamespaceHTML();
|
|
37
|
+
i0.ɵɵelementStart(0, "div", 8)(1, "div", 9);
|
|
38
|
+
i0.ɵɵelementContainer(2, 10);
|
|
39
|
+
i0.ɵɵelementEnd();
|
|
40
|
+
i0.ɵɵelementStart(3, "div", 11);
|
|
41
|
+
i0.ɵɵelementContainer(4, 10);
|
|
42
|
+
i0.ɵɵpipe(5, "pure");
|
|
43
|
+
i0.ɵɵelementEnd()();
|
|
44
|
+
i0.ɵɵelement(6, "div", 12);
|
|
45
|
+
} if (rf & 2) {
|
|
46
|
+
const context_r10 = ctx.context;
|
|
47
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
48
|
+
const _r4 = i0.ɵɵreference(6);
|
|
49
|
+
const _r6 = i0.ɵɵreference(8);
|
|
50
|
+
i0.ɵɵadvance(2);
|
|
51
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r3.titleTemplate || _r4)("ngTemplateOutletContext", i0.ɵɵpureFunction1(7, _c2, context_r10));
|
|
52
|
+
i0.ɵɵadvance(2);
|
|
53
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r3.pointTemplate || _r6)("ngTemplateOutletContext", i0.ɵɵpipeBind2(5, 4, context_r10, ctx_r3.mergePointContext));
|
|
54
|
+
} }
|
|
55
|
+
function ChartTooltipComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
56
|
+
i0.ɵɵnamespaceSVG();
|
|
57
|
+
i0.ɵɵtext(0);
|
|
58
|
+
i0.ɵɵpipe(1, "translate");
|
|
59
|
+
i0.ɵɵpipe(2, "pure");
|
|
60
|
+
} if (rf & 2) {
|
|
61
|
+
const context_r11 = ctx.context;
|
|
62
|
+
const ctx_r5 = i0.ɵɵnextContext();
|
|
63
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r5.titleTranslation ? i0.ɵɵpipeBind3(1, 1, context_r11 == null ? null : context_r11.title, null, true) : i0.ɵɵpipeBind3(2, 5, context_r11 == null ? null : context_r11.title, ctx_r5.handleDateFormat, ctx_r5.dateFormat), "\n");
|
|
64
|
+
} }
|
|
65
|
+
function ChartTooltipComponent_ng_template_7_li_1_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
66
|
+
i0.ɵɵelementContainerStart(0);
|
|
67
|
+
i0.ɵɵelementContainer(1, 10);
|
|
68
|
+
i0.ɵɵelementContainerEnd();
|
|
69
|
+
} if (rf & 2) {
|
|
70
|
+
const item_r15 = i0.ɵɵnextContext().$implicit;
|
|
71
|
+
const ctx_r16 = i0.ɵɵnextContext(2);
|
|
72
|
+
i0.ɵɵadvance(1);
|
|
73
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r16.pointNameTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c2, item_r15));
|
|
74
|
+
} }
|
|
75
|
+
const _c3 = function () { return {}; };
|
|
76
|
+
function ChartTooltipComponent_ng_template_7_li_1_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
77
|
+
i0.ɵɵtext(0);
|
|
78
|
+
i0.ɵɵpipe(1, "translate");
|
|
79
|
+
} if (rf & 2) {
|
|
80
|
+
const item_r15 = i0.ɵɵnextContext().$implicit;
|
|
81
|
+
const ctx_r18 = i0.ɵɵnextContext(2);
|
|
82
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r18.translation ? i0.ɵɵpipeBind3(1, 1, item_r15.name, i0.ɵɵpureFunction0(5, _c3), true) : item_r15.name, " ");
|
|
83
|
+
} }
|
|
84
|
+
function ChartTooltipComponent_ng_template_7_li_1_ng_container_8_Template(rf, ctx) { if (rf & 1) {
|
|
85
|
+
i0.ɵɵelementContainerStart(0);
|
|
86
|
+
i0.ɵɵtext(1, ": ");
|
|
87
|
+
i0.ɵɵelementContainerEnd();
|
|
88
|
+
} }
|
|
89
|
+
function ChartTooltipComponent_ng_template_7_li_1_span_9_Template(rf, ctx) { if (rf & 1) {
|
|
90
|
+
i0.ɵɵelementStart(0, "span", 25);
|
|
91
|
+
i0.ɵɵtext(1);
|
|
92
|
+
i0.ɵɵelementEnd();
|
|
93
|
+
} if (rf & 2) {
|
|
94
|
+
const ctx_r20 = i0.ɵɵnextContext(3);
|
|
95
|
+
i0.ɵɵadvance(1);
|
|
96
|
+
i0.ɵɵtextInterpolate(ctx_r20.valuePrefix);
|
|
97
|
+
} }
|
|
98
|
+
function ChartTooltipComponent_ng_template_7_li_1_span_13_Template(rf, ctx) { if (rf & 1) {
|
|
99
|
+
i0.ɵɵelementStart(0, "span", 26);
|
|
100
|
+
i0.ɵɵtext(1);
|
|
101
|
+
i0.ɵɵpipe(2, "pure");
|
|
102
|
+
i0.ɵɵelementEnd();
|
|
103
|
+
} if (rf & 2) {
|
|
104
|
+
const ctx_r21 = i0.ɵɵnextContext(3);
|
|
105
|
+
i0.ɵɵadvance(1);
|
|
106
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 1, ctx_r21.valueSuffix, ctx_r21.tooltipSuffixFormat));
|
|
107
|
+
} }
|
|
108
|
+
function ChartTooltipComponent_ng_template_7_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
109
|
+
i0.ɵɵelementStart(0, "li", 15)(1, "div", 16);
|
|
110
|
+
i0.ɵɵelement(2, "span", 17);
|
|
111
|
+
i0.ɵɵelementStart(3, "span", 18);
|
|
112
|
+
i0.ɵɵtemplate(4, ChartTooltipComponent_ng_template_7_li_1_ng_container_4_Template, 2, 4, "ng-container", 19);
|
|
113
|
+
i0.ɵɵtemplate(5, ChartTooltipComponent_ng_template_7_li_1_ng_template_5_Template, 2, 6, "ng-template", null, 20, i0.ɵɵtemplateRefExtractor);
|
|
114
|
+
i0.ɵɵelementEnd()();
|
|
115
|
+
i0.ɵɵelementStart(7, "div", 21);
|
|
116
|
+
i0.ɵɵtemplate(8, ChartTooltipComponent_ng_template_7_li_1_ng_container_8_Template, 2, 0, "ng-container", 0);
|
|
117
|
+
i0.ɵɵtemplate(9, ChartTooltipComponent_ng_template_7_li_1_span_9_Template, 2, 1, "span", 22);
|
|
118
|
+
i0.ɵɵelementStart(10, "span", 23);
|
|
119
|
+
i0.ɵɵtext(11);
|
|
120
|
+
i0.ɵɵpipe(12, "pure");
|
|
121
|
+
i0.ɵɵelementEnd();
|
|
122
|
+
i0.ɵɵtemplate(13, ChartTooltipComponent_ng_template_7_li_1_span_13_Template, 3, 4, "span", 24);
|
|
123
|
+
i0.ɵɵelementEnd()();
|
|
124
|
+
} if (rf & 2) {
|
|
125
|
+
const item_r15 = ctx.$implicit;
|
|
126
|
+
const _r17 = i0.ɵɵreference(6);
|
|
127
|
+
const ctx_r14 = i0.ɵɵnextContext(2);
|
|
128
|
+
i0.ɵɵclassProp("active", item_r15 == null ? null : item_r15.active);
|
|
129
|
+
i0.ɵɵadvance(2);
|
|
130
|
+
i0.ɵɵstyleProp("background", item_r15.color);
|
|
131
|
+
i0.ɵɵadvance(2);
|
|
132
|
+
i0.ɵɵproperty("ngIf", ctx_r14.pointNameTemplate)("ngIfElse", _r17);
|
|
133
|
+
i0.ɵɵadvance(4);
|
|
134
|
+
i0.ɵɵproperty("ngIf", !ctx_r14.columnLayout);
|
|
135
|
+
i0.ɵɵadvance(1);
|
|
136
|
+
i0.ɵɵproperty("ngIf", ctx_r14.valuePrefix);
|
|
137
|
+
i0.ɵɵadvance(2);
|
|
138
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(12, 10, item_r15, ctx_r14.pointFormat));
|
|
139
|
+
i0.ɵɵadvance(2);
|
|
140
|
+
i0.ɵɵproperty("ngIf", ctx_r14.valueSuffix);
|
|
141
|
+
} }
|
|
142
|
+
function ChartTooltipComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
143
|
+
i0.ɵɵnamespaceSVG();
|
|
144
|
+
i0.ɵɵnamespaceHTML();
|
|
145
|
+
i0.ɵɵelementStart(0, "ul", 13);
|
|
146
|
+
i0.ɵɵtemplate(1, ChartTooltipComponent_ng_template_7_li_1_Template, 14, 13, "li", 14);
|
|
147
|
+
i0.ɵɵelementEnd();
|
|
148
|
+
} if (rf & 2) {
|
|
149
|
+
const context_r12 = ctx.context;
|
|
150
|
+
const ctx_r7 = i0.ɵɵnextContext();
|
|
151
|
+
i0.ɵɵclassProp("column-layout", ctx_r7.columnLayout);
|
|
152
|
+
i0.ɵɵadvance(1);
|
|
153
|
+
i0.ɵɵproperty("ngForOf", context_r12)("ngForTrackBy", ctx_r7.itemTrackBy);
|
|
154
|
+
} }
|
|
155
|
+
export class ChartTooltipComponent {
|
|
156
|
+
get typeStandard() {
|
|
157
|
+
return this.contextService.barOptions.type === 'standard';
|
|
158
|
+
}
|
|
159
|
+
get isBand() {
|
|
160
|
+
return this.contextService.barOptions.isBand;
|
|
161
|
+
}
|
|
162
|
+
get anchorVisibility() {
|
|
163
|
+
return this.contextService.disabledLegend.size ===
|
|
164
|
+
(this.typeStandard
|
|
165
|
+
? this.contextService.innerDomain.length
|
|
166
|
+
: this.contextService.chartData?.length)
|
|
167
|
+
? 'hidden'
|
|
168
|
+
: '';
|
|
169
|
+
}
|
|
170
|
+
get groupPosition() {
|
|
171
|
+
// 计算 group 开始结束位置
|
|
172
|
+
return this.contextService.xSeriesValue.map((item, index) => {
|
|
173
|
+
const x = this.contextService.x;
|
|
174
|
+
const x1 = x(item);
|
|
175
|
+
return { x1, x2: x1 + x.bandwidth(), index, groupName: item };
|
|
176
|
+
});
|
|
177
|
+
}
|
|
178
|
+
get calculationItemPosition() {
|
|
179
|
+
// 根据 group 计算 item 开始结束位置
|
|
180
|
+
return this.groupPosition.reduce((acc, position, index) => [
|
|
181
|
+
...acc,
|
|
182
|
+
...this.contextService.innerDomain.map((inner, i) => {
|
|
183
|
+
const barInnerScale = this.contextService.barInnerScale();
|
|
184
|
+
const x1 = barInnerScale(inner);
|
|
185
|
+
return {
|
|
186
|
+
x1: x1 + position.x1,
|
|
187
|
+
x2: x1 + position.x1 + barInnerScale.bandwidth(),
|
|
188
|
+
name: inner,
|
|
189
|
+
groupName: this.contextService.xSeriesValue[index],
|
|
190
|
+
index: i,
|
|
191
|
+
};
|
|
192
|
+
}),
|
|
193
|
+
], []);
|
|
194
|
+
}
|
|
195
|
+
constructor(contextService, cdr) {
|
|
196
|
+
this.contextService = contextService;
|
|
197
|
+
this.cdr = cdr;
|
|
198
|
+
this.dateFormat = DATE_TIME_FORMAT;
|
|
199
|
+
this.columnLayout = false;
|
|
200
|
+
this.autoSort = false;
|
|
201
|
+
this.translation = true;
|
|
202
|
+
this.pointFormat = d => d.y;
|
|
203
|
+
this.destroy$$ = new Subject();
|
|
204
|
+
this.anchorPos = 0;
|
|
205
|
+
this.anchorOpacity = 0;
|
|
206
|
+
this.anchorHeight = 0;
|
|
207
|
+
this.anchorY = 0;
|
|
208
|
+
this.hacked = false;
|
|
209
|
+
this.handleDateFormat = handleDateFormat;
|
|
210
|
+
this.tooltipSuffixFormat = tooltipSuffixFormat;
|
|
211
|
+
this.calculateY = (_) => 0;
|
|
212
|
+
this.mergePointContext = (context) => ({
|
|
213
|
+
context: this.limitMaxContext(context.values),
|
|
214
|
+
source: context.source,
|
|
215
|
+
...this.pointTemplateContext,
|
|
216
|
+
});
|
|
217
|
+
this.itemTrackBy = (_, value) => value.name;
|
|
218
|
+
}
|
|
219
|
+
ngOnInit() {
|
|
220
|
+
this.contextService.update$$
|
|
221
|
+
.pipe(takeUntil(this.destroy$$))
|
|
222
|
+
.subscribe(() => {
|
|
223
|
+
this.anchorHeight = this.contextService.chartView.height;
|
|
224
|
+
this.view = this.contextService.chartView;
|
|
225
|
+
this.cdr.detectChanges();
|
|
226
|
+
});
|
|
227
|
+
this.contextService.legendActivate$$
|
|
228
|
+
.pipe(takeUntil(this.destroy$$))
|
|
229
|
+
.subscribe(legend => {
|
|
230
|
+
this.activeLegend = legend;
|
|
231
|
+
if (this.tooltipContext?.values) {
|
|
232
|
+
this.tooltipContext = {
|
|
233
|
+
...this.tooltipContext,
|
|
234
|
+
values: this.tooltipContext.values.map(item => ({
|
|
235
|
+
...item,
|
|
236
|
+
active: item.name === legend,
|
|
237
|
+
})),
|
|
238
|
+
};
|
|
239
|
+
}
|
|
240
|
+
this.cdr.detectChanges();
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
mouseMove(e, rectDom) {
|
|
244
|
+
const xPos = getXPos(e, this.contextService, rectDom);
|
|
245
|
+
const closestIndex = findClosestPointIndex(xPos, this.contextService);
|
|
246
|
+
const closestPoint = this.contextService.xSeriesValue[closestIndex];
|
|
247
|
+
if (this.contextService.barOptions.isBand) {
|
|
248
|
+
this.barMouseMove(e);
|
|
249
|
+
return;
|
|
250
|
+
}
|
|
251
|
+
this.anchorPos = xPos;
|
|
252
|
+
if (this.anchorPos !== this.lastAnchorPos && closestPoint) {
|
|
253
|
+
this.tooltipContext = this.getTooltipContext(closestIndex, closestPoint);
|
|
254
|
+
// 值为 null 不展示 tooltip
|
|
255
|
+
const noData = !this.tooltipContext?.values?.some(d => d.y !== null);
|
|
256
|
+
if (noData) {
|
|
257
|
+
this.anchorOpacity = 0;
|
|
258
|
+
this.lastAnchorPos = -1;
|
|
259
|
+
this.hideTooltip();
|
|
260
|
+
}
|
|
261
|
+
else {
|
|
262
|
+
this.lastAnchorPos = this.anchorPos;
|
|
263
|
+
this.anchorOpacity = 0.7;
|
|
264
|
+
this.showTooltip();
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
this.cdr.detectChanges();
|
|
268
|
+
}
|
|
269
|
+
mouseLeave() {
|
|
270
|
+
this.anchorOpacity = 0;
|
|
271
|
+
this.lastAnchorPos = -1;
|
|
272
|
+
this.hideTooltip();
|
|
273
|
+
this.cdr.detectChanges();
|
|
274
|
+
}
|
|
275
|
+
// bar mouseMove 处理
|
|
276
|
+
barMouseMove(e) {
|
|
277
|
+
const xPos = getXPos(e, this.contextService);
|
|
278
|
+
const currPosition = this.getCurrentMouseMovePositionValue(this.typeStandard ? this.calculationItemPosition : this.groupPosition, xPos);
|
|
279
|
+
if (currPosition) {
|
|
280
|
+
this.getBarXAnchorPos(currPosition);
|
|
281
|
+
this.getBarHight(this.contextService.xSeriesValue[currPosition.index], currPosition);
|
|
282
|
+
this.getBarYAnchorPos(currPosition);
|
|
283
|
+
this.tooltipContext = this.getBarTooltipContext(currPosition);
|
|
284
|
+
this.showTooltip();
|
|
285
|
+
this.cdr.detectChanges();
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
getBarHight(groupName, value) {
|
|
289
|
+
this.anchorHeight = this.contextService.horizontal
|
|
290
|
+
? this.typeStandard
|
|
291
|
+
? this.contextService.barInnerScale().bandwidth()
|
|
292
|
+
: this.contextService.x.bandwidth()
|
|
293
|
+
: this.getVerticalBarHeight(groupName, value);
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* 计算 bar 垂直 类型下 高度
|
|
297
|
+
* 标准:直接根据 y(0) - y(value) 计算 bar item 的高度
|
|
298
|
+
* 堆叠:计算 group 下所有item 的高度相加 得到堆叠的 bar 高度
|
|
299
|
+
*/
|
|
300
|
+
getVerticalBarHeight(groupName, value) {
|
|
301
|
+
return this.typeStandard
|
|
302
|
+
? this.contextService.y(0) -
|
|
303
|
+
this.contextService.y(this.getBarYValue(value.groupName, value.name))
|
|
304
|
+
: this.contextService.chartData.reduce((prev, curr) => {
|
|
305
|
+
if (curr.name === groupName) {
|
|
306
|
+
return (curr.values.reduce((acc, val) => {
|
|
307
|
+
if (!this.contextService.disabledLegend.has(val.x)) {
|
|
308
|
+
return (this.contextService.y(0) -
|
|
309
|
+
this.contextService.y(val.y) +
|
|
310
|
+
acc);
|
|
311
|
+
}
|
|
312
|
+
return acc;
|
|
313
|
+
}, 0) + prev);
|
|
314
|
+
}
|
|
315
|
+
return prev;
|
|
316
|
+
}, 0);
|
|
317
|
+
}
|
|
318
|
+
// 获取当前鼠标移入 bar y 值
|
|
319
|
+
getBarYValue(groupName, name) {
|
|
320
|
+
let result = 0;
|
|
321
|
+
for (const [, item] of this.contextService.chartData.entries()) {
|
|
322
|
+
if (item.name === groupName) {
|
|
323
|
+
for (const [, val] of item.values.entries()) {
|
|
324
|
+
if (val.x === name) {
|
|
325
|
+
result = val.y;
|
|
326
|
+
break;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
break;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
return result;
|
|
333
|
+
}
|
|
334
|
+
// line area chart 获取 tooltip 展示数据
|
|
335
|
+
getTooltipContext(index, xValue) {
|
|
336
|
+
const values = this.contextService.chartData.reduce((acc, group) => {
|
|
337
|
+
if (!this.contextService.disabledLegend.has(group.name)) {
|
|
338
|
+
const item = group.values[index];
|
|
339
|
+
return [
|
|
340
|
+
...acc,
|
|
341
|
+
{
|
|
342
|
+
...item,
|
|
343
|
+
name: group.name,
|
|
344
|
+
color: group.color,
|
|
345
|
+
unit: group.unit,
|
|
346
|
+
},
|
|
347
|
+
];
|
|
348
|
+
}
|
|
349
|
+
return acc;
|
|
350
|
+
}, []);
|
|
351
|
+
return {
|
|
352
|
+
title: xValue,
|
|
353
|
+
source: this.contextService.chartData,
|
|
354
|
+
values: this.autoSort ? values.sort((a, b) => b.y - a.y) : values,
|
|
355
|
+
};
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* 获取 bar tooltip 展示数据
|
|
359
|
+
*/
|
|
360
|
+
getBarTooltipContext(value) {
|
|
361
|
+
const values = this.contextService.chartData.reduce((acc, group) => {
|
|
362
|
+
if (group.name === value.groupName) {
|
|
363
|
+
return [
|
|
364
|
+
...acc,
|
|
365
|
+
...group.values.reduce((prev, curr, index) => {
|
|
366
|
+
if (!this.contextService.disabledLegend.has(curr.x) &&
|
|
367
|
+
(value.name ? curr.x === value.name : true)) {
|
|
368
|
+
return [
|
|
369
|
+
...prev,
|
|
370
|
+
{
|
|
371
|
+
...curr,
|
|
372
|
+
name: curr.x,
|
|
373
|
+
color: curr.color ||
|
|
374
|
+
this.contextService.getChartDefaultColor(index),
|
|
375
|
+
},
|
|
376
|
+
];
|
|
377
|
+
}
|
|
378
|
+
return prev;
|
|
379
|
+
}, []),
|
|
380
|
+
];
|
|
381
|
+
}
|
|
382
|
+
return acc;
|
|
383
|
+
}, []);
|
|
384
|
+
return {
|
|
385
|
+
title: value.groupName,
|
|
386
|
+
source: this.contextService.chartData,
|
|
387
|
+
values,
|
|
388
|
+
};
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* 暂时先 通过 hack 方式 修改 pointer event 行为
|
|
392
|
+
* TODO: 后续内部实现 tooltip 不使用 aui tooltip
|
|
393
|
+
*/
|
|
394
|
+
hackOverlayPaneStyle(style) {
|
|
395
|
+
const tooltipPaneDom = get(this.auiTooltipRef.overlayRef, '_pane');
|
|
396
|
+
if (tooltipPaneDom) {
|
|
397
|
+
tooltipPaneDom.style.pointerEvents = style;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* 获取鼠标移动的位置所在的 bar value
|
|
402
|
+
* @param data 当前 bar 开始结束 x 位置
|
|
403
|
+
* @param xPos 当前鼠标位置
|
|
404
|
+
*/
|
|
405
|
+
getCurrentMouseMovePositionValue(data, xPos) {
|
|
406
|
+
let result;
|
|
407
|
+
for (const [, position] of data.entries()) {
|
|
408
|
+
if (xPos >= position.x1 && xPos <= position.x2) {
|
|
409
|
+
result = position;
|
|
410
|
+
break;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
return result;
|
|
414
|
+
}
|
|
415
|
+
/**
|
|
416
|
+
* 计算锚点 x 位置
|
|
417
|
+
* 当前 bar 数据 x 位置 + 当前 bar 宽度的一般
|
|
418
|
+
* @param currPosition 当前鼠标移入的bar 数据
|
|
419
|
+
*/
|
|
420
|
+
getBarXAnchorPos(currPosition) {
|
|
421
|
+
const bandwidth = this.typeStandard
|
|
422
|
+
? this.contextService.barInnerScale().bandwidth() / 2
|
|
423
|
+
: this.contextService.x.bandwidth() / 2;
|
|
424
|
+
this.anchorPos = this.contextService.horizontal
|
|
425
|
+
? Math.abs(this.getVerticalBarHeight(this.contextService.xSeriesValue[currPosition.index], currPosition) / 2)
|
|
426
|
+
: currPosition.x1 + bandwidth;
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* 计算锚点 y 位置
|
|
430
|
+
* 水平:当前 bar 数据 x 位置
|
|
431
|
+
* 垂直:总高度 - bar 高度 (需要先计算出 bar高度)
|
|
432
|
+
*/
|
|
433
|
+
getBarYAnchorPos(currPosition) {
|
|
434
|
+
this.anchorY = this.contextService.horizontal
|
|
435
|
+
? currPosition.x1
|
|
436
|
+
: this.view.height - this.anchorHeight;
|
|
437
|
+
}
|
|
438
|
+
showTooltip() {
|
|
439
|
+
if (!this.auiTooltipRef?.isCreated) {
|
|
440
|
+
this.auiTooltipRef?.show();
|
|
441
|
+
}
|
|
442
|
+
if (!this.hacked) {
|
|
443
|
+
this.hackOverlayPaneStyle('none');
|
|
444
|
+
}
|
|
445
|
+
this.hacked = true;
|
|
446
|
+
}
|
|
447
|
+
hideTooltip() {
|
|
448
|
+
this.hacked = false;
|
|
449
|
+
this.hackOverlayPaneStyle('auto');
|
|
450
|
+
this.auiTooltipRef?.hide();
|
|
451
|
+
}
|
|
452
|
+
limitMaxContext(context, limit = 15) {
|
|
453
|
+
const values = context.slice(0, limit);
|
|
454
|
+
const existActive = values.some(item => item.name === this.activeLegend);
|
|
455
|
+
if (!existActive && this.activeLegend) {
|
|
456
|
+
const data = context.find(item => item.name === this.activeLegend);
|
|
457
|
+
this.activeLegend = '';
|
|
458
|
+
return data ? [...values.slice(0, limit - 1), data] : values;
|
|
459
|
+
}
|
|
460
|
+
return values;
|
|
461
|
+
}
|
|
462
|
+
ngOnDestroy() {
|
|
463
|
+
this.destroy$$.next();
|
|
464
|
+
this.destroy$$.complete();
|
|
465
|
+
}
|
|
466
|
+
static { this.ɵfac = function ChartTooltipComponent_Factory(t) { return new (t || ChartTooltipComponent)(i0.ɵɵdirectiveInject(i1.ContextChartService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
467
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ChartTooltipComponent, selectors: [["g", "aclTooltip", ""]], viewQuery: function ChartTooltipComponent_Query(rf, ctx) { if (rf & 1) {
|
|
468
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
469
|
+
} if (rf & 2) {
|
|
470
|
+
let _t;
|
|
471
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.auiTooltipRef = _t.first);
|
|
472
|
+
} }, inputs: { dateFormat: "dateFormat", valuePrefix: "valuePrefix", valueSuffix: "valueSuffix", columnLayout: "columnLayout", tooltipTemplate: "tooltipTemplate", pointTemplate: "pointTemplate", pointNameTemplate: "pointNameTemplate", pointTemplateContext: "pointTemplateContext", titleTemplate: "titleTemplate", autoSort: "autoSort", translation: "translation", titleTranslation: "titleTranslation", pointFormat: "pointFormat" }, attrs: _c1, decls: 9, vars: 13, consts: [[4, "ngIf"], ["stroke", "#999", "auiTooltipTrigger", "manual", "auiTooltipClass", "tooltipClass", 3, "auiTooltip", "auiTooltipContext", "auiTooltipDisabled", "auiTooltipPosition"], ["tooltip", "auiTooltip"], ["defaultTooltipTemplate", ""], ["defaultTitleTemplate", ""], ["defaultPointTemplate", ""], ["r", "2.5", "stroke-width", "1", "fill", "#fff", 4, "ngFor", "ngForOf"], ["r", "2.5", "stroke-width", "1", "fill", "#fff"], [1, "tooltip-content"], [1, "title"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "context"], [2, "position", "absolute", "pointer-events", "none", "width", "100%", "height", "100%"], [1, "context-list"], ["class", "context-item", 3, "active", 4, "ngFor", "ngForOf", "ngForTrackBy"], [1, "context-item"], [1, "left"], [1, "item-icon"], [1, "item-name"], [4, "ngIf", "ngIfElse"], ["elseTemplate", ""], [1, "right"], ["class", "item-prefix", 4, "ngIf"], [1, "item-value"], ["class", "item-suffix", 4, "ngIf"], [1, "item-prefix"], [1, "item-suffix"]], template: function ChartTooltipComponent_Template(rf, ctx) { if (rf & 1) {
|
|
473
|
+
i0.ɵɵtemplate(0, ChartTooltipComponent__svg_g_0_Template, 2, 2, "g", 0);
|
|
474
|
+
i0.ɵɵnamespaceSVG();
|
|
475
|
+
i0.ɵɵelement(1, "rect", 1, 2);
|
|
476
|
+
i0.ɵɵtemplate(3, ChartTooltipComponent_ng_template_3_Template, 7, 9, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
|
|
477
|
+
i0.ɵɵtemplate(5, ChartTooltipComponent_ng_template_5_Template, 3, 9, "ng-template", null, 4, i0.ɵɵtemplateRefExtractor);
|
|
478
|
+
i0.ɵɵtemplate(7, ChartTooltipComponent_ng_template_7_Template, 2, 4, "ng-template", null, 5, i0.ɵɵtemplateRefExtractor);
|
|
479
|
+
} if (rf & 2) {
|
|
480
|
+
const _r2 = i0.ɵɵreference(4);
|
|
481
|
+
i0.ɵɵproperty("ngIf", !ctx.isBand);
|
|
482
|
+
i0.ɵɵadvance(1);
|
|
483
|
+
i0.ɵɵproperty("auiTooltip", ctx.tooltipTemplate || _r2)("auiTooltipContext", i0.ɵɵpureFunction1(11, _c2, ctx.tooltipContext))("auiTooltipDisabled", ctx.anchorVisibility)("auiTooltipPosition", ctx.typeStandard && ctx.isBand ? "top" : "start");
|
|
484
|
+
i0.ɵɵattribute("x", ctx.anchorPos)("visibility", ctx.anchorVisibility)("y", ctx.anchorY)("width", 0.5)("height", ctx.anchorHeight)("opacity", ctx.anchorOpacity);
|
|
485
|
+
} }, styles: [".tooltipClass{pointer-events:none;max-width:800px!important}.tooltip-content[_ngcontent-%COMP%]{color:rgb(var(--aui-color-n-6))}.tooltip-content[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{margin-bottom:8px}.tooltip-content[_ngcontent-%COMP%] .context[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .tooltip-content[_ngcontent-%COMP%] .context[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:0;margin:0;list-style:none}.tooltip-content[_ngcontent-%COMP%] .context[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]:not(:last-child), .tooltip-content[_ngcontent-%COMP%] .context[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:not(:last-child){margin-bottom:6px}.tooltip-content[_ngcontent-%COMP%] .context-list[_ngcontent-%COMP%]{display:flex;flex-direction:column}.tooltip-content[_ngcontent-%COMP%] .context-list[_ngcontent-%COMP%] .active[_ngcontent-%COMP%]{color:rgb(var(--aui-color-n-10))}.tooltip-content[_ngcontent-%COMP%] .context-item[_ngcontent-%COMP%]{display:flex}.tooltip-content[_ngcontent-%COMP%] .context[_ngcontent-%COMP%] .left[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tooltip-content[_ngcontent-%COMP%] .context[_ngcontent-%COMP%] .right[_ngcontent-%COMP%]{text-align:right;white-space:nowrap}.tooltip-content[_ngcontent-%COMP%] .context[_ngcontent-%COMP%] .column-layout[_ngcontent-%COMP%] .right[_ngcontent-%COMP%]{flex:1 1 auto;text-align:right}.tooltip-content[_ngcontent-%COMP%] .context[_ngcontent-%COMP%] .column-layout[_ngcontent-%COMP%] .left[_ngcontent-%COMP%]{margin-right:8px}.tooltip-content[_ngcontent-%COMP%] .context[_ngcontent-%COMP%] .item-icon[_ngcontent-%COMP%]{margin-right:4px;width:6px;border-radius:50%;height:6px;background-color:rgb(var(--aui-color-n-10));display:inline-block;font-size:6px}"], changeDetection: 0 }); }
|
|
486
|
+
}
|
|
487
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ChartTooltipComponent, [{
|
|
488
|
+
type: Component,
|
|
489
|
+
args: [{ selector: 'g[aclTooltip]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<svg:g\n [attr.opacity]=\"anchorOpacity\"\n *ngIf=\"!isBand\"\n>\n <svg:circle\n [attr.visibility]=\"\n contextService.disabledLegend.has(item.name) ? 'hidden' : ''\n \"\n *ngFor=\"let item of tooltipContext?.values\"\n r=\"2.5\"\n [attr.stroke]=\"item.color\"\n stroke-width=\"1\"\n fill=\"#fff\"\n [attr.cx]=\"anchorPos\"\n [attr.cy]=\"item.y ? (item.y | pure: contextService.y) || 0 : 1000\"\n ></svg:circle>\n</svg:g>\n\n<svg:rect\n stroke=\"#999\"\n [attr.x]=\"anchorPos\"\n [attr.visibility]=\"anchorVisibility\"\n [attr.y]=\"anchorY\"\n [attr.width]=\"0.5\"\n [attr.height]=\"anchorHeight\"\n #tooltip=\"auiTooltip\"\n [attr.opacity]=\"anchorOpacity\"\n [auiTooltip]=\"tooltipTemplate || defaultTooltipTemplate\"\n [auiTooltipContext]=\"{ context: tooltipContext }\"\n [auiTooltipDisabled]=\"anchorVisibility\"\n auiTooltipTrigger=\"manual\"\n [auiTooltipPosition]=\"typeStandard && isBand ? 'top' : 'start'\"\n auiTooltipClass=\"tooltipClass\"\n/>\n\n<ng-template\n #defaultTooltipTemplate\n let-context=\"context\"\n>\n <div class=\"tooltip-content\">\n <div class=\"title\">\n <ng-container\n [ngTemplateOutlet]=\"titleTemplate || defaultTitleTemplate\"\n [ngTemplateOutletContext]=\"{ context: context }\"\n ></ng-container>\n </div>\n <div class=\"context\">\n <ng-container\n [ngTemplateOutlet]=\"pointTemplate || defaultPointTemplate\"\n [ngTemplateOutletContext]=\"context | pure: mergePointContext\"\n ></ng-container>\n </div>\n </div>\n <div\n style=\"position: absolute; pointer-events: none; width: 100%; height: 100%\"\n ></div>\n</ng-template>\n\n<ng-template\n #defaultTitleTemplate\n let-context=\"context\"\n>\n {{\n titleTranslation\n ? (context?.title | translate: null:true)\n : (context?.title | pure: handleDateFormat:dateFormat)\n }}\n</ng-template>\n\n<ng-template\n #defaultPointTemplate\n let-context=\"context\"\n let-source=\"source\"\n>\n <ul\n class=\"context-list\"\n [class.column-layout]=\"columnLayout\"\n >\n <li\n class=\"context-item\"\n *ngFor=\"let item of context; trackBy: itemTrackBy\"\n [class.active]=\"item?.active\"\n >\n <div class=\"left\">\n <span\n class=\"item-icon\"\n [style.background]=\"item.color\"\n ></span>\n <span class=\"item-name\">\n <ng-container *ngIf=\"pointNameTemplate; else elseTemplate\">\n <ng-container\n [ngTemplateOutlet]=\"pointNameTemplate\"\n [ngTemplateOutletContext]=\"{ context: item }\"\n ></ng-container>\n </ng-container>\n <ng-template #elseTemplate>\n {{ translation ? (item.name | translate: {}:true) : item.name }}\n </ng-template>\n </span>\n </div>\n\n <div class=\"right\">\n <ng-container *ngIf=\"!columnLayout\">: </ng-container>\n <span\n class=\"item-prefix\"\n *ngIf=\"valuePrefix\"\n >{{ valuePrefix }}</span\n >\n <span class=\"item-value\">{{ item | pure: pointFormat }}</span>\n <span\n class=\"item-suffix\"\n *ngIf=\"valueSuffix\"\n >{{ valueSuffix | pure: tooltipSuffixFormat }}</span\n >\n </div>\n </li>\n </ul>\n</ng-template>\n", styles: ["::ng-deep .tooltipClass{pointer-events:none;max-width:800px!important}.tooltip-content{color:rgb(var(--aui-color-n-6))}.tooltip-content .title{margin-bottom:8px}.tooltip-content .context ul,.tooltip-content .context li{padding:0;margin:0;list-style:none}.tooltip-content .context ul:not(:last-child),.tooltip-content .context li:not(:last-child){margin-bottom:6px}.tooltip-content .context-list{display:flex;flex-direction:column}.tooltip-content .context-list .active{color:rgb(var(--aui-color-n-10))}.tooltip-content .context-item{display:flex}.tooltip-content .context .left{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tooltip-content .context .right{text-align:right;white-space:nowrap}.tooltip-content .context .column-layout .right{flex:1 1 auto;text-align:right}.tooltip-content .context .column-layout .left{margin-right:8px}.tooltip-content .context .item-icon{margin-right:4px;width:6px;border-radius:50%;height:6px;background-color:rgb(var(--aui-color-n-10));display:inline-block;font-size:6px}\n"] }]
|
|
490
|
+
}], function () { return [{ type: i1.ContextChartService }, { type: i0.ChangeDetectorRef }]; }, { dateFormat: [{
|
|
491
|
+
type: Input
|
|
492
|
+
}], valuePrefix: [{
|
|
493
|
+
type: Input
|
|
494
|
+
}], valueSuffix: [{
|
|
495
|
+
type: Input
|
|
496
|
+
}], columnLayout: [{
|
|
497
|
+
type: Input
|
|
498
|
+
}], tooltipTemplate: [{
|
|
499
|
+
type: Input
|
|
500
|
+
}], pointTemplate: [{
|
|
501
|
+
type: Input
|
|
502
|
+
}], pointNameTemplate: [{
|
|
503
|
+
type: Input
|
|
504
|
+
}], pointTemplateContext: [{
|
|
505
|
+
type: Input
|
|
506
|
+
}], titleTemplate: [{
|
|
507
|
+
type: Input
|
|
508
|
+
}], autoSort: [{
|
|
509
|
+
type: Input
|
|
510
|
+
}], translation: [{
|
|
511
|
+
type: Input
|
|
512
|
+
}], titleTranslation: [{
|
|
513
|
+
type: Input
|
|
514
|
+
}], pointFormat: [{
|
|
515
|
+
type: Input
|
|
516
|
+
}], auiTooltipRef: [{
|
|
517
|
+
type: ViewChild,
|
|
518
|
+
args: ['tooltip']
|
|
519
|
+
}] }); })();
|
|
520
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9zcmMvY2hhcnQvY29tbW9uL3Rvb2x0aXAvdG9vbHRpcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9zcmMvY2hhcnQvY29tbW9uL3Rvb2x0aXAvdG9vbHRpcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sWUFBWSxDQUFDO0FBQ3pDLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxLQUFLLEVBR0wsV0FBVyxFQUVYLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sV0FBVyxDQUFDO0FBQ2hDLE9BQU8sRUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRTFDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxnQkFBZ0IsRUFBYSxNQUFNLDBCQUEwQixDQUFDO0FBRXZFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzFELE9BQU8sRUFDTCxxQkFBcUIsRUFDckIsT0FBTyxFQUNQLG1CQUFtQixHQUNwQixNQUFNLGFBQWEsQ0FBQzs7Ozs7OztJQ3BCbkIsNEJBV2M7Ozs7O0lBVlosb0dBRUMseUJBQUEsd0JBQUEsd0ZBQUE7OztJQVBMLG1CQUdDO0lBSEQseUJBR0M7SUFDQywwRkFXYztJQUNoQixpQkFBUTs7O0lBZk4sK0NBQThCO0lBT1gsZUFBeUI7SUFBekIsNkZBQXlCOzs7OztJQStCNUMsb0JBQTZCO0lBQTdCLDhCQUE2QixhQUFBO0lBRXpCLDRCQUdnQjtJQUNsQixpQkFBTTtJQUNOLCtCQUFxQjtJ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VztRQUNULElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDdEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUM1QixDQUFDO3NGQXpaVSxxQkFBcUI7b0VBQXJCLHFCQUFxQjs7Ozs7O1lDeERsQyx1RUFnQlE7WUFFUixtQkFlRTtZQWZGLDZCQWVFO1lBRUYsdUhBcUJjO1lBRWQsdUhBU2M7WUFFZCx1SEFnRGM7OztZQW5IWCxrQ0FBYTtZQXlCZCxlQUF3RDtZQUF4RCx1REFBd0Qsc0VBQUEsNENBQUEsd0VBQUE7WUFQeEQsa0NBQW9CLG9DQUFBLGtCQUFBLGNBQUEsNEJBQUEsOEJBQUE7Ozt1RkRvQ1QscUJBQXFCO2NBUGpDLFNBQVM7MkJBRUUsZUFBZSxtQkFHUix1QkFBdUIsQ0FBQyxNQUFNO3NHQUd0QyxVQUFVO2tCQUFsQixLQUFLO1lBRUcsV0FBVztrQkFBbkIsS0FBSztZQUVHLFdBQVc7a0JBQW5CLEtBQUs7WUFFRyxZQUFZO2tCQUFwQixLQUFLO1lBRUcsZUFBZTtrQkFBdkIsS0FBSztZQUVHLGFBQWE7a0JBQXJCLEtBQUs7WUFFRyxpQkFBaUI7a0JBQXpCLEtBQUs7WUFFRyxvQkFBb0I7a0JBQTVCLEtBQUs7WUFFRyxhQUFhO2tCQUFyQixLQUFLO1lBRUcsUUFBUTtrQkFBaEIsS0FBSztZQUVHLFdBQVc7a0JBQW5CLEtBQUs7WUFFRyxnQkFBZ0I7a0JBQXhCLEtBQUs7WUFFRyxXQUFXO2tCQUFuQixLQUFLO1lBRWdCLGFBQWE7a0JBQWxDLFNBQVM7bUJBQUMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhc2VUb29sdGlwIH0gZnJvbSAnQGFsYXVkYS91aSc7XG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIE9uRGVzdHJveSxcbiAgT25Jbml0LFxuICBUZW1wbGF0ZVJlZixcbiAgVHJhY2tCeUZ1bmN0aW9uLFxuICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU2NhbGVCYW5kIH0gZnJvbSAnZDMnO1xuaW1wb3J0IHsgZ2V0IH0gZnJvbSAnbG9kYXNoLWVzJztcbmltcG9ydCB7IFN1YmplY3QsIHRha2VVbnRpbCB9IGZyb20gJ3J4anMnO1xuXG5pbXBvcnQgeyBoYW5kbGVEYXRlRm9ybWF0IH0gZnJvbSAnLi4vLi4vLi4vYS1jaGFydC9wdWJsaWMtYXBpJztcbmltcG9ydCB7IERBVEVfVElNRV9GT1JNQVQsIFN0cmluZ01hcCB9IGZyb20gJy4uLy4uLy4uL2NvcmUvcHVibGljLWFwaSc7XG5pbXBvcnQgeyBDaGFydERhdGEsIENoYXJ0RGF0YUl0ZW0gfSBmcm9tICcuLi8uLi8uLi92aWV3LWNoYXJ0L3B1YmxpYy1hcGknO1xuaW1wb3J0IHsgQ29udGV4dENoYXJ0U2VydmljZSB9IGZyb20gJy4uLy4uL2NoYXJ0LnNlcnZpY2UnO1xuaW1wb3J0IHtcbiAgZmluZENsb3Nlc3RQb2ludEluZGV4LFxuICBnZXRYUG9zLFxuICB0b29sdGlwU3VmZml4Rm9ybWF0LFxufSBmcm9tICcuLi8uLi91dGlscyc7XG5cbnR5cGUgWFZhbHVlID0gc3RyaW5nIHwgbnVtYmVyIHwgRGF0ZTtcbmV4cG9ydCBpbnRlcmZhY2UgQ29udGV4dEl0ZW0ge1xuICBuYW1lOiBzdHJpbmc7XG4gIGNvbG9yOiBzdHJpbmc7XG4gIHg6IFhWYWx1ZTtcbiAgeTogbnVtYmVyO1xuICB1bml0Pzogc3RyaW5nO1xuICBhY3RpdmU/OiBib29sZWFuO1xufVxuaW50ZXJmYWNlIEN1cnJlbnRQb3NpdGlvbkl0ZW0ge1xuICB4MTogbnVtYmVyO1xuICB4MjogbnVtYmVyO1xuICBuYW1lPzogc3RyaW5nO1xuICBncm91cE5hbWU6IHN0cmluZztcbiAgaW5kZXg6IG51bWJlcjtcbn1cblxuaW50ZXJmYWNlIFRvb2x0aXBDb250ZXh0IHtcbiAgdGl0bGU6IFhWYWx1ZTtcbiAgc291cmNlOiBDaGFydERhdGFbXTtcbiAgdmFsdWVzOiBDb250ZXh0SXRlbVtdO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdnW2FjbFRvb2x0aXBdJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Rvb2x0aXAuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90b29sdGlwLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBDaGFydFRvb2x0aXBDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gIEBJbnB1dCgpIGRhdGVGb3JtYXQgPSBEQVRFX1RJTUVfRk9STUFUO1xuXG4gIEBJbnB1dCgpIHZhbHVlUHJlZml4OiBzdHJpbmc7XG5cbiAgQElucHV0KCkgdmFsdWVTdWZmaXg6IHN0cmluZztcblxuICBASW5wdXQoKSBjb2x1bW5MYXlvdXQgPSBmYWxzZTtcblxuICBASW5wdXQoKSB0b29sdGlwVGVtcGxhdGU6IFRlbXBsYXRlUmVmPHVua25vd24+O1xuXG4gIEBJbnB1dCgpIHBvaW50VGVtcGxhdGU6IFRlbXBsYXRlUmVmPHVua25vd24+O1xuXG4gIEBJbnB1dCgpIHBvaW50TmFtZVRlbXBsYXRlOiBUZW1wbGF0ZVJlZjx1bmtub3duPjtcblxuICBASW5wdXQoKSBwb2ludFRlbXBsYXRlQ29udGV4dDogdW5rbm93bjtcblxuICBASW5wdXQoKSB0aXRsZVRlbXBsYXRlOiBUZW1wbGF0ZVJlZjx1bmtub3duPjtcblxuICBASW5wdXQoKSBhdXRvU29ydCA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpIHRyYW5zbGF0aW9uID0gdHJ1ZTtcblxuICBASW5wdXQoKSB0aXRsZVRyYW5zbGF0aW9uOiBib29sZWFuO1xuXG4gIEBJbnB1dCgpIHBvaW50Rm9ybWF0OiAoZDogQ29udGV4dEl0ZW0pID0+IHN0cmluZyB8IG51bWJlciA9IGQgPT4gZC55O1xuXG4gIEBWaWV3Q2hpbGQoJ3Rvb2x0aXAnKSBhdWlUb29sdGlwUmVmOiBCYXNlVG9vbHRpcDtcblxuICB2aWV3OiB7XG4gICAgd2lkdGg6IG51bWJlcjtcbiAgICBoZWlnaHQ6IG51bWJlcjtcbiAgfTtcblxuICBkZXN0cm95JCQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuXG4gIGFuY2hvclBvcyA9IDA7XG4gIGFuY2hvck9wYWNpdHkgPSAwO1xuICBhbmNob3JIZWlnaHQgPSAwO1xuICBhbmNob3JZID0gMDtcbiAgbGFzdEFuY2hvclBvczogbnVtYmVyO1xuICB0b29sdGlwQ29udGV4dDogVG9vbHRpcENvbnRleHQ7XG5cbiAgaGFja2VkID0gZmFsc2U7XG5cbiAgaGFuZGxlRGF0ZUZvcm1hdCA9IGhhbmRsZURhdGVGb3JtYXQ7XG5cbiAgdG9vbHRpcFN1ZmZpeEZvcm1hdCA9IHRvb2x0aXBTdWZmaXhGb3JtYXQ7XG5cbiAgYWN0aXZlTGVnZW5kOiBzdHJpbmc7XG5cbiAgZ2V0IHR5cGVTdGFuZGFyZCgpIHtcbiAgICByZXR1cm4gdGhpcy5jb250ZXh0U2VydmljZS5iYXJPcHRpb25zLnR5cGUgPT09ICdzdGFuZGFyZCc7XG4gIH1cblxuICBnZXQgaXNCYW5kKCkge1xuICAgIHJldHVybiB0aGlzLmNvbnRleHRTZXJ2aWNlLmJhck9wdGlvbnMuaXNCYW5kO1xuICB9XG5cbiAgZ2V0IGFuY2hvclZpc2liaWxpdHkoKSB7XG4gICAgcmV0dXJuIHRoaXMuY29udGV4dFNlcnZpY2UuZGlzYWJsZWRMZWdlbmQuc2l6ZSA9PT1cbiAgICAgICh0aGlzLnR5cGVTdGFuZGFyZFxuICAgICAgICA/IHRoaXMuY29udGV4dFNlcnZpY2UuaW5uZXJEb21haW4ubGVuZ3RoXG4gICAgICAgIDogdGhpcy5jb250ZXh0U2VydmljZS5jaGFydERhdGE/Lmxlbmd0aClcbiAgICAgID8gJ2hpZGRlbidcbiAgICAgIDogJyc7XG4gIH1cblxuICBnZXQgZ3JvdXBQb3NpdGlvbigpIHtcbiAgICAvLyDorqHnrpcgZ3JvdXAg5byA5aeL57uT5p2f5L2N572uXG4gICAgcmV0dXJuIHRoaXMuY29udGV4dFNlcnZpY2UueFNlcmllc1ZhbHVlLm1hcCgoaXRlbSwgaW5kZXgpID0+IHtcbiAgICAgIGNvbnN0IHggPSA8U2NhbGVCYW5kPHN0cmluZz4+dGhpcy5jb250ZXh0U2VydmljZS54O1xuICAgICAgY29uc3QgeDEgPSB4KGl0ZW0gYXMgc3RyaW5nKTtcbiAgICAgIHJldHVybiB7IHgxLCB4MjogeDEgKyB4LmJhbmR3aWR0aCgpLCBpbmRleCwgZ3JvdXBOYW1lOiBpdGVtIGFzIHN0cmluZyB9O1xuICAgIH0pO1xuICB9XG5cbiAgZ2V0IGNhbGN1bGF0aW9uSXRlbVBvc2l0aW9uKCkge1xuICAgIC8vIOagueaNriBncm91cCDorqHnrpcgaXRlbSDlvIDlp4vnu5PmnZ/kvY3nva5cbiAgICByZXR1cm4gdGhpcy5ncm91cFBvc2l0aW9uLnJlZHVjZShcbiAgICAgIChhY2MsIHBvc2l0aW9uLCBpbmRleCkgPT4gW1xuICAgICAgICAuLi5hY2MsXG4gICAgICAgIC4uLnRoaXMuY29udGV4dFNlcnZpY2UuaW5uZXJEb21haW4ubWFwKChpbm5lciwgaSkgPT4ge1xuICAgICAgICAgIGNvbnN0IGJhcklubmVyU2NhbGUgPSB0aGlzLmNvbnRleHRTZXJ2aWNlLmJhcklubmVyU2NhbGUoKTtcbiAgICAgICAgICBjb25zdCB4MSA9IGJhcklubmVyU2NhbGUoaW5uZXIpO1xuICAgICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICB4MTogeDEgKyBwb3NpdGlvbi54MSxcbiAgICAgICAgICAgIHgyOiB4MSArIHBvc2l0aW9uLngxICsgYmFySW5uZXJTY2FsZS5iYW5kd2lkdGgoKSxcbiAgICAgICAgICAgIG5hbWU6IGlubmVyLFxuICAgICAgICAgICAgZ3JvdXBOYW1lOiB0aGlzLmNvbnRleHRTZXJ2aWNlLnhTZXJpZXNWYWx1ZVtpbmRleF0sXG4gICAgICAgICAgICBpbmRleDogaSxcbiAgICAgICAgICB9O1xuICAgICAgICB9KSxcbiAgICAgIF0sXG4gICAgICBbXSxcbiAgICApO1xuICB9XG5cbiAgY2FsY3VsYXRlWSA9IChfOiBudW1iZXIpID0+IDA7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHJlYWRvbmx5IGNvbnRleHRTZXJ2aWNlOiBDb250ZXh0Q2hhcnRTZXJ2aWNlLFxuICAgIHByaXZhdGUgcmVhZG9ubHkgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuY29udGV4dFNlcnZpY2UudXBkYXRlJCRcbiAgICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLmRlc3Ryb3kkJCkpXG4gICAgICAuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgdGhpcy5hbmNob3JIZWlnaHQgPSB0aGlzLmNvbnRleHRTZXJ2aWNlLmNoYXJ0Vmlldy5oZWlnaHQ7XG4gICAgICAgIHRoaXMudmlldyA9IHRoaXMuY29udGV4dFNlcnZpY2UuY2hhcnRWaWV3O1xuICAgICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgICB9KTtcbiAgICB0aGlzLmNvbnRleHRTZXJ2aWNlLmxlZ2VuZEFjdGl2YXRlJCRcbiAgICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLmRlc3Ryb3kkJCkpXG4gICAgICAuc3Vic2NyaWJlKGxlZ2VuZCA9PiB7XG4gICAgICAgIHRoaXMuYWN0aXZlTGVnZW5kID0gbGVnZW5kO1xuICAgICAgICBpZiAodGhpcy50b29sdGlwQ29udGV4dD8udmFsdWVzKSB7XG4gICAgICAgICAgdGhpcy50b29sdGlwQ29udGV4dCA9IHtcbiAgICAgICAgICAgIC4uLnRoaXMudG9vbHRpcENvbnRleHQsXG4gICAgICAgICAgICB2YWx1ZXM6IHRoaXMudG9vbHRpcENvbnRleHQudmFsdWVzLm1hcChpdGVtID0+ICh7XG4gICAgICAgICAgICAgIC4uLml0ZW0sXG4gICAgICAgICAgICAgIGFjdGl2ZTogaXRlbS5uYW1lID09PSBsZWdlbmQsXG4gICAgICAgICAgICB9KSksXG4gICAgICAgICAgfTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgICB9KTtcbiAgfVxuXG4gIG1vdXNlTW92ZShlOiBNb3VzZUV2ZW50LCByZWN0RG9tPzogSFRNTEVsZW1lbnQpIHtcbiAgICBjb25zdCB4UG9zID0gZ2V0WFBvcyhlLCB0aGlzLmNvbnRleHRTZXJ2aWNlLCByZWN0RG9tKTtcbiAgICBjb25zdCBjbG9zZXN0SW5kZXggPSBmaW5kQ2xvc2VzdFBvaW50SW5kZXgoeFBvcywgdGhpcy5jb250ZXh0U2VydmljZSk7XG4gICAgY29uc3QgY2xvc2VzdFBvaW50ID0gdGhpcy5jb250ZXh0U2VydmljZS54U2VyaWVzVmFsdWVbY2xvc2VzdEluZGV4XTtcbiAgICBpZiAodGhpcy5jb250ZXh0U2VydmljZS5iYXJPcHRpb25zLmlzQmFuZCkge1xuICAgICAgdGhpcy5iYXJNb3VzZU1vdmUoZSk7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIHRoaXMuYW5jaG9yUG9zID0geFBvcztcbiAgICBpZiAodGhpcy5hbmNob3JQb3MgIT09IHRoaXMubGFzdEFuY2hvclBvcyAmJiBjbG9zZXN0UG9pbnQpIHtcbiAgICAgIHRoaXMudG9vbHRpcENvbnRleHQgPSB0aGlzLmdldFRvb2x0aXBDb250ZXh0KGNsb3Nlc3RJbmRleCwgY2xvc2VzdFBvaW50KTtcbiAgICAgIC8vIOWAvOS4uiBudWxsIOS4jeWxleekuiB0b29sdGlwXG4gICAgICBjb25zdCBub0RhdGEgPSAhdGhpcy50b29sdGlwQ29udGV4dD8udmFsdWVzPy5zb21lKGQgPT4gZC55ICE9PSBudWxsKTtcbiAgICAgIGlmIChub0RhdGEpIHtcbiAgICAgICAgdGhpcy5hbmNob3JPcGFjaXR5ID0gMDtcbiAgICAgICAgdGhpcy5sYXN0QW5jaG9yUG9zID0gLTE7XG4gICAgICAgIHRoaXMuaGlkZVRvb2x0aXAoKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHRoaXMubGFzdEFuY2hvclBvcyA9IHRoaXMuYW5jaG9yUG9zO1xuICAgICAgICB0aGlzLmFuY2hvck9wYWNpdHkgPSAwLjc7XG4gICAgICAgIHRoaXMuc2hvd1Rvb2x0aXAoKTtcbiAgICAgIH1cbiAgICB9XG4gICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xuICB9XG5cbiAgbW91c2VMZWF2ZSgpIHtcbiAgICB0aGlzLmFuY2hvck9wYWNpdHkgPSAwO1xuICAgIHRoaXMubGFzdEFuY2hvclBvcyA9IC0xO1xuICAgIHRoaXMuaGlkZVRvb2x0aXAoKTtcbiAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gIH1cblxuICBtZXJnZVBvaW50Q29udGV4dCA9IChjb250ZXh0OiBUb29sdGlwQ29udGV4dCkgPT4gKHtcbiAgICBjb250ZXh0OiB0aGlzLmxpbWl0TWF4Q29udGV4dChjb250ZXh0LnZhbHVlcyksXG4gICAgc291cmNlOiBjb250ZXh0LnNvdXJjZSxcbiAgICAuLi4odGhpcy5wb2ludFRlbXBsYXRlQ29udGV4dCBhcyBTdHJpbmdNYXApLFxuICB9KTtcblxuICBpdGVtVHJhY2tCeTogVHJhY2tCeUZ1bmN0aW9uPENvbnRleHRJdGVtPiA9IChfOiBudW1iZXIsIHZhbHVlOiBDb250ZXh0SXRlbSkgPT5cbiAgICB2YWx1ZS5uYW1lO1xuXG4gIC8vIGJhciBtb3VzZU1vdmUg5aSE55CGXG4gIHByaXZhdGUgYmFyTW91c2VNb3ZlKGU6IE1vdXNlRXZlbnQpIHtcbiAgICBjb25zdCB4UG9zID0gZ2V0WFBvcyhlLCB0aGlzLmNvbnRleHRTZXJ2aWNlKTtcbiAgICBjb25zdCBjdXJyUG9zaXRpb24gPSB0aGlzLmdldEN1cnJlbnRNb3VzZU1vdmVQb3NpdGlvblZhbHVlKFxuICAgICAgdGhpcy50eXBlU3RhbmRhcmQgPyB0aGlzLmNhbGN1bGF0aW9uSXRlbVBvc2l0aW9uIDogdGhpcy5ncm91cFBvc2l0aW9uLFxuICAgICAgeFBvcyxcbiAgICApO1xuICAgIGlmIChjdXJyUG9zaXRpb24pIHtcbiAgICAgIHRoaXMuZ2V0QmFyWEFuY2hvclBvcyhjdXJyUG9zaXRpb24pO1xuICAgICAgdGhpcy5nZXRCYXJIaWdodChcbiAgICAgICAgdGhpcy5jb250ZXh0U2VydmljZS54U2VyaWVzVmFsdWVbY3VyclBvc2l0aW9uLmluZGV4XSBhcyBzdHJpbmcsXG4gICAgICAgIGN1cnJQb3NpdGlvbixcbiAgICAgICk7XG4gICAgICB0aGlzLmdldEJhcllBbmNob3JQb3MoY3VyclBvc2l0aW9uKTtcbiAgICAgIHRoaXMudG9vbHRpcENvbnRleHQgPSB0aGlzLmdldEJhclRvb2x0aXBDb250ZXh0KGN1cnJQb3NpdGlvbik7XG4gICAgICB0aGlzLnNob3dUb29sdGlwKCk7XG4gICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBnZXRCYXJIaWdodChncm91cE5hbWU6IHN0cmluZywgdmFsdWU/OiBDdXJyZW50UG9zaXRpb25JdGVtKSB7XG4gICAgdGhpcy5hbmNob3JIZWlnaHQgPSB0aGlzLmNvbnRleHRTZXJ2aWNlLmhvcml6b250YWxcbiAgICAgID8gdGhpcy50eXBlU3RhbmRhcmRcbiAgICAgICAgPyB0aGlzLmNvbnRleHRTZXJ2aWNlLmJhcklubmVyU2NhbGUoKS5iYW5kd2lkdGgoKVxuICAgICAgICA6ICg8U2NhbGVCYW5kPHN0cmluZz4+dGhpcy5jb250ZXh0U2VydmljZS54KS5iYW5kd2lkdGgoKVxuICAgICAgOiB0aGlzLmdldFZlcnRpY2FsQmFySGVpZ2h0KGdyb3VwTmFtZSwgdmFsdWUpO1xuICB9XG5cbiAgLyoqXG4gICAqIOiuoeeulyBiYXIg5Z6C55u0IOexu+Wei+S4iyDpq5jluqZcbiAgICog5qCH5YeG77yaXGJcYuebtOaOpeagueaNriB5KDApIC0geSh2YWx1ZSkg6K6h566XIGJhciBpdGVtIOeahOmrmOW6plxuICAgKiDloIblj6DvvJrorqHnrpcgZ3JvdXAg5LiL5omA5pyJaXRlbSDnmoTpq5jluqbnm7jliqAg5b6X5Yiw5aCG5Y+g55qEIGJhciDpq5jluqZcbiAgICovXG4gIHByaXZhdGUgZ2V0VmVydGljYWxCYXJIZWlnaHQoZ3JvdXBOYW1lOiBzdHJpbmcsIHZhbHVlPzogQ3VycmVudFBvc2l0aW9uSXRlbSkge1xuICAgIHJldHVybiB0aGlzLnR5cGVTdGFuZGFyZFxuICAgICAgPyB0aGlzLmNvbnRleHRTZXJ2aWNlLnkoMCkgLVxuICAgICAgICAgIHRoaXMuY29udGV4dFNlcnZpY2UueSh0aGlzLmdldEJhcllWYWx1ZSh2YWx1ZS5ncm91cE5hbWUsIHZhbHVlLm5hbWUpKVxuICAgICAgOiB0aGlzLmNvbnRleHRTZXJ2aWNlLmNoYXJ0RGF0YS5yZWR1Y2UoKHByZXYsIGN1cnIpID0+IHtcbiAgICAgICAgICBpZiAoY3Vyci5uYW1lID09PSBncm91cE5hbWUpIHtcbiAgICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICAgIGN1cnIudmFsdWVzLnJlZHVjZSgoYWNjLCB2YWwpID0+IHtcbiAgICAgICAgICAgICAgICBpZiAoIXRoaXMuY29udGV4dFNlcnZpY2UuZGlzYWJsZWRMZWdlbmQuaGFzKHZhbC54IGFzIHN0cmluZykpIHtcbiAgICAgICAgICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICAgICAgICAgIHRoaXMuY29udGV4dFNlcnZpY2UueSgwKSAtXG4gICAgICAgICAgICAgICAgICAgIHRoaXMuY29udGV4dFNlcnZpY2UueSh2YWwueSkgK1xuICAgICAgICAgICAgICAgICAgICBhY2NcbiAgICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHJldHVybiBhY2M7XG4gICAgICAgICAgICAgIH0sIDApICsgcHJldlxuICAgICAgICAgICAgKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgcmV0dXJuIHByZXY7XG4gICAgICAgIH0sIDApO1xuICB9XG5cbiAgLy8g6I635Y+W5b2T5YmN6byg5qCH56e75YWlIGJhciB5IOWAvFxuICBwcml2YXRlIGdldEJhcllWYWx1ZShncm91cE5hbWU6IHN0cmluZywgbmFtZTogc3RyaW5nKSB7XG4gICAgbGV0IHJlc3VsdCA9IDA7XG4gICAgZm9yIChjb25zdCBbLCBpdGVtXSBvZiB0aGlzLmNvbnRleHRTZXJ2aWNlLmNoYXJ0RGF0YS5lbnRyaWVzKCkpIHtcbiAgICAgIGlmIChpdGVtLm5hbWUgPT09IGdyb3VwTmFtZSkge1xuICAgICAgICBmb3IgKGNvbnN0IFssIHZhbF0gb2YgaXRlbS52YWx1ZXMuZW50cmllcygpKSB7XG4gICAgICAgICAgaWYgKHZhbC54ID09PSBuYW1lKSB7XG4gICAgICAgICAgICByZXN1bHQgPSB2YWwueTtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBicmVhaztcbiAgICAgIH1cbiAgICB9XG4gICAgcmV0dXJuIHJlc3VsdDtcbiAgfVxuXG4gIC8vIGxpbmUgYXJlYSBjaGFydCDojrflj5YgdG9vbHRpcCDlsZXnpLrmlbDmja5cbiAgcHJpdmF0ZSBnZXRUb29sdGlwQ29udGV4dChpbmRleDogbnVtYmVyLCB4VmFsdWU6IG51bWJlciB8IHN0cmluZyB8IERhdGUpIHtcbiAgICBjb25zdCB2YWx1ZXM6IENvbnRleHRJdGVtW10gPSB0aGlzLmNvbnRleHRTZXJ2aWNlLmNoYXJ0RGF0YS5yZWR1Y2UoXG4gICAgICAoYWNjLCBncm91cCkgPT4ge1xuICAgICAgICBpZiAoIXRoaXMuY29udGV4dFNlcnZpY2UuZGlzYWJsZWRMZWdlbmQuaGFzKGdyb3VwLm5hbWUpKSB7XG4gICAgICAgICAgY29uc3QgaXRlbSA9IGdyb3VwLnZhbHVlc1tpbmRleF07XG4gICAgICAgICAgcmV0dXJuIFtcbiAgICAgICAgICAgIC4uLmFjYyxcbiAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgLi4uaXRlbSxcbiAgICAgICAgICAgICAgbmFtZTogZ3JvdXAubmFtZSxcbiAgICAgICAgICAgICAgY29sb3I6IGdyb3VwLmNvbG9yLFxuICAgICAgICAgICAgICB1bml0OiBncm91cC51bml0LFxuICAgICAgICAgICAgfSxcbiAgICAgICAgICBdO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBhY2M7XG4gICAgICB9LFxuICAgICAgW10sXG4gICAgKTtcbiAgICByZXR1cm4ge1xuICAgICAgdGl0bGU6IHhWYWx1ZSxcbiAgICAgIHNvdXJjZTogdGhpcy5jb250ZXh0U2VydmljZS5jaGFydERhdGEsXG4gICAgICB2YWx1ZXM6IHRoaXMuYXV0b1NvcnQgPyB2YWx1ZXMuc29ydCgoYSwgYikgPT4gYi55IC0gYS55KSA6IHZhbHVlcyxcbiAgICB9O1xuICB9XG5cbiAgLyoqXG4gICAqIOiOt+WPliBiYXIgdG9vbHRpcCDlsZXnpLrmlbDmja5cbiAgICovXG4gIHByaXZhdGUgZ2V0QmFyVG9vbHRpcENvbnRleHQodmFsdWU6IEN1cnJlbnRQb3NpdGlvbkl0ZW0pIHtcbiAgICBjb25zdCB2YWx1ZXMgPSB0aGlzLmNvbnRleHRTZXJ2aWNlLmNoYXJ0RGF0YS5yZWR1Y2UoKGFjYywgZ3JvdXApID0+IHtcbiAgICAgIGlmIChncm91cC5uYW1lID09PSB2YWx1ZS5ncm91cE5hbWUpIHtcbiAgICAgICAgcmV0dXJuIFtcbiAgICAgICAgICAuLi5hY2MsXG4gICAgICAgICAgLi4uZ3JvdXAudmFsdWVzLnJlZHVjZShcbiAgICAgICAgICAgIChcbiAgICAgICAgICAgICAgcHJldixcbiAgICAgICAgICAgICAgY3VycjogQ2hhcnREYXRhSXRlbTx7IHg6IHN0cmluZzsgeTogbnVtYmVyOyBjb2xvcj86IHN0cmluZyB9PixcbiAgICAgICAgICAgICAgaW5kZXgsXG4gICAgICAgICAgICApID0+IHtcbiAgICAgICAgICAgICAgaWYgKFxuICAgICAgICAgICAgICAgICF0aGlzLmNvbnRleHRTZXJ2aWNlLmRpc2FibGVkTGVnZW5kLmhhcyhjdXJyLnggYXMgc3RyaW5nKSAmJlxuICAgICAgICAgICAgICAgICh2YWx1ZS5uYW1lID8gY3Vyci54ID09PSB2YWx1ZS5uYW1lIDogdHJ1ZSlcbiAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIFtcbiAgICAgICAgICAgICAgICAgIC4uLnByZXYsXG4gICAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgIC4uLmN1cnIsXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IGN1cnIueCxcbiAgICAgICAgICAgICAgICAgICAgY29sb3I6XG4gICAgICAgICAgICAgICAgICAgICAgY3Vyci5jb2xvciB8fFxuICAgICAgICAgICAgICAgICAgICAgIHRoaXMuY29udGV4dFNlcnZpY2UuZ2V0Q2hhcnREZWZhdWx0Q29sb3IoaW5kZXgpLFxuICAgICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICBdO1xuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgIHJldHVybiBwcmV2O1xuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIFtdLFxuICAgICAgICAgICksXG4gICAgICAgIF07XG4gICAgICB9XG4gICAgICByZXR1cm4gYWNjO1xuICAgIH0sIFtdKTtcbiAgICByZXR1cm4ge1xuICAgICAgdGl0bGU6IHZhbHVlLmdyb3VwTmFtZSxcbiAgICAgIHNvdXJjZTogdGhpcy5jb250ZXh0U2VydmljZS5jaGFydERhdGEsXG4gICAgICB2YWx1ZXMsXG4gICAgfTtcbiAgfVxuXG4gIC8qKlxuICAgKiDmmoLml7blhYgg6YCa6L+HIGhhY2sg5pa55byPIOS/ruaUuSBwb2ludGVyIGV2ZW50IOihjOS4ulxuICAgKiBUT0RPOiDlkI7nu63lhoXpg6jlrp7njrAgdG9vbHRpcCDkuI3kvb/nlKggYXVpIHRvb2x0aXBcbiAgICovXG4gIGhhY2tPdmVybGF5UGFuZVN0eWxlKHN0eWxlOiBzdHJpbmcpIHtcbiAgICBjb25zdCB0b29sdGlwUGFuZURvbSA9IGdldChcbiAgICAgIHRoaXMuYXVpVG9vbHRpcFJlZi5vdmVybGF5UmVmLFxuICAgICAgJ19wYW5lJyxcbiAgICApIGFzIEhUTUxFbGVtZW50O1xuICAgIGlmICh0b29sdGlwUGFuZURvbSkge1xuICAgICAgdG9vbHRpcFBhbmVEb20uc3R5bGUucG9pbnRlckV2ZW50cyA9IHN0eWxlO1xuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiDojrflj5bpvKDmoIfnp7vliqjnmoTkvY3nva7miYDlnKjnmoQgYmFyIHZhbHVlXG4gICAqIEBwYXJhbSBkYXRhIOW9k+WJjVxiIGJhciDlvIDlp4vnu5PmnZ8geCDkvY3nva5cbiAgICogQHBhcmFtIHhQb3Mg5b2T5YmN6byg5qCH5L2N572uXG4gICAqL1xuICBwcml2YXRlIGdldEN1cnJlbnRNb3VzZU1vdmVQb3NpdGlvblZhbHVlKFxuICAgIGRhdGE6IEN1cnJlbnRQb3NpdGlvbkl0ZW1bXSxcbiAgICB4UG9zOiBudW1iZXIsXG4gICkge1xuICAgIGxldCByZXN1bHQ6IEN1cnJlbnRQb3NpdGlvbkl0ZW07XG4gICAgZm9yIChjb25zdCBbLCBwb3NpdGlvbl0gb2YgZGF0YS5lbnRyaWVzKCkpIHtcbiAgICAgIGlmICh4UG9zID49IHBvc2l0aW9uLngxICYmIHhQb3MgPD0gcG9zaXRpb24ueDIpIHtcbiAgICAgICAgcmVzdWx0ID0gcG9zaXRpb247XG4gICAgICAgIGJyZWFrO1xuICAgICAgfVxuICAgIH1cbiAgICByZXR1cm4gcmVzdWx0O1xuICB9XG5cbiAgLyoqXG4gICAqIOiuoeeul+mUmueCuSB4IOS9jee9rlxuICAgKiDlvZPliY0gYmFyIOaVsOaNriB4IOS9jee9riArIOW9k+WJjSBiYXIg5a695bqm55qE5LiA6IisXG4gICAqIEBwYXJhbSBjdXJyUG9zaXRpb24g5b2T5YmN6byg5qCH56e75YWl55qEYmFyIOaVsOaNrlxuICAgKi9cbiAgcHJpdmF0ZSBnZXRCYXJYQW5jaG9yUG9zKGN1cnJQb3NpdGlvbjogQ3VycmVudFBvc2l0aW9uSXRlbSkge1xuICAgIGNvbnN0IGJhbmR3aWR0aCA9IHRoaXMudHlwZVN0YW5kYXJkXG4gICAgICA/IHRoaXMuY29udGV4dFNlcnZpY2UuYmFySW5uZXJTY2FsZSgpLmJhbmR3aWR0aCgpIC8gMlxuICAgICAgOiAoPFNjYWxlQmFuZDxzdHJpbmc+PnRoaXMuY29udGV4dFNlcnZpY2UueCkuYmFuZHdpZHRoKCkgLyAyO1xuICAgIHRoaXMuYW5jaG9yUG9zID0gdGhpcy5jb250ZXh0U2VydmljZS5ob3Jpem9udGFsXG4gICAgICA/IE1hdGguYWJzKFxuICAgICAgICAgIHRoaXMuZ2V0VmVydGljYWxCYXJIZWlnaHQoXG4gICAgICAgICAgICB0aGlzLmNvbnRleHRTZXJ2aWNlLnhTZXJpZXNWYWx1ZVtjdXJyUG9zaXRpb24uaW5kZXhdIGFzIHN0cmluZyxcbiAgICAgICAgICAgIGN1cnJQb3NpdGlvbixcbiAgICAgICAgICApIC8gMixcbiAgICAgICAgKVxuICAgICAgOiBjdXJyUG9zaXRpb24ueDEgKyBiYW5kd2lkdGg7XG4gIH1cblxuICAvKipcbiAgICog6K6h566X6ZSa54K5IHkg5L2N572uXG4gICAqIOawtOW5s++8muW9k+WJjSBiYXIg5pWw5o2uIHgg5L2N572uXG4gICAqIOWeguebtO+8muaAu+mrmOW6piAtIGJhciDpq5jluqYg77yI6ZyA6KaB5YWI6K6h566X5Ye6IGJhcumrmOW6pu+8iVxuICAgKi9cbiAgcHJpdmF0ZSBnZXRCYXJZQW5jaG9yUG9zKGN1cnJQb3NpdGlvbjogQ3VycmVudFBvc2l0aW9uSXRlbSkge1xuICAgIHRoaXMuYW5jaG9yWSA9IHRoaXMuY29udGV4dFNlcnZpY2UuaG9yaXpvbnRhbFxuICAgICAgPyBjdXJyUG9zaXRpb24ueDFcbiAgICAgIDogdGhpcy52aWV3LmhlaWdodCAtIHRoaXMuYW5jaG9ySGVpZ2h0O1xuICB9XG5cbiAgcHJpdmF0ZSBzaG93VG9vbHRpcCgpIHtcbiAgICBpZiAoIXRoaXMuYXVpVG9vbHRpcFJlZj8uaXNDcmVhdGVkKSB7XG4gICAgICB0aGlzLmF1aVRvb2x0aXBSZWY/LnNob3coKTtcbiAgICB9XG4gICAgaWYgKCF0aGlzLmhhY2tlZCkge1xuICAgICAgdGhpcy5oYWNrT3ZlcmxheVBhbmVTdHlsZSgnbm9uZScpO1xuICAgIH1cbiAgICB0aGlzLmhhY2tlZCA9IHRydWU7XG4gIH1cblxuICBwcml2YXRlIGhpZGVUb29sdGlwKCkge1xuICAgIHRoaXMuaGFja2VkID0gZmFsc2U7XG4gICAgdGhpcy5oYWNrT3ZlcmxheVBhbmVTdHlsZSgnYXV0bycpO1xuICAgIHRoaXMuYXVpVG9vbHRpcFJlZj8uaGlkZSgpO1xuICB9XG5cbiAgcHJpdmF0ZSBsaW1pdE1heENvbnRleHQoY29udGV4dDogQ29udGV4dEl0ZW1bXSwgbGltaXQgPSAxNSkge1xuICAgIGNvbnN0IHZhbHVlcyA9IGNvbnRleHQuc2xpY2UoMCwgbGltaXQpO1xuICAgIGNvbnN0IGV4aXN0QWN0aXZlID0gdmFsdWVzLnNvbWUoaXRlbSA9PiBpdGVtLm5hbWUgPT09IHRoaXMuYWN0aXZlTGVnZW5kKTtcbiAgICBpZiAoIWV4aXN0QWN0aXZlICYmIHRoaXMuYWN0aXZlTGVnZW5kKSB7XG4gICAgICBjb25zdCBkYXRhID0gY29udGV4dC5maW5kKGl0ZW0gPT4gaXRlbS5uYW1lID09PSB0aGlzLmFjdGl2ZUxlZ2VuZCk7XG4gICAgICB0aGlzLmFjdGl2ZUxlZ2VuZCA9ICcnO1xuICAgICAgcmV0dXJuIGRhdGEgPyBbLi4udmFsdWVzLnNsaWNlKDAsIGxpbWl0IC0gMSksIGRhdGFdIDogdmFsdWVzO1xuICAgIH1cbiAgICByZXR1cm4gdmFsdWVzO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKSB7XG4gICAgdGhpcy5kZXN0cm95JCQubmV4dCgpO1xuICAgIHRoaXMuZGVzdHJveSQkLmNvbXBsZXRlKCk7XG4gIH1cbn1cbiIsIjxzdmc6Z1xuICBbYXR0ci5vcGFjaXR5XT1cImFuY2hvck9wYWNpdHlcIlxuICAqbmdJZj1cIiFpc0JhbmRcIlxuPlxuICA8c3ZnOmNpcmNsZVxuICAgIFthdHRyLnZpc2liaWxpdHldPVwiXG4gICAgICBjb250ZXh0U2VydmljZS5kaXNhYmxlZExlZ2VuZC5oYXMoaXRlbS5uYW1lKSA/ICdoaWRkZW4nIDogJydcbiAgICBcIlxuICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIHRvb2x0aXBDb250ZXh0Py52YWx1ZXNcIlxuICAgIHI9XCIyLjVcIlxuICAgIFthdHRyLnN0cm9rZV09XCJpdGVtLmNvbG9yXCJcbiAgICBzdHJva2Utd2lkdGg9XCIxXCJcbiAgICBmaWxsPVwiI2ZmZlwiXG4gICAgW2F0dHIuY3hdPVwiYW5jaG9yUG9zXCJcbiAgICBbYXR0ci5jeV09XCJpdGVtLnkgPyAoaXRlbS55IHwgcHVyZTogY29udGV4dFNlcnZpY2UueSkgfHwgMCA6IDEwMDBcIlxuICA+PC9zdmc6Y2lyY2xlPlxuPC9zdmc6Zz5cblxuPHN2ZzpyZWN0XG4gIHN0cm9rZT1cIiM5OTlcIlxuICBbYXR0ci54XT1cImFuY2hvclBvc1wiXG4gIFthdHRyLnZpc2liaWxpdHldPVwiYW5jaG9yVmlzaWJpbGl0eVwiXG4gIFthdHRyLnldPVwiYW5jaG9yWVwiXG4gIFthdHRyLndpZHRoXT1cIjAuNVwiXG4gIFthdHRyLmhlaWdodF09XCJhbmNob3JIZWlnaHRcIlxuICAjdG9vbHRpcD1cImF1aVRvb2x0aXBcIlxuICBbYXR0ci5vcGFjaXR5XT1cImFuY2hvck9wYWNpdHlcIlxuICBbYXVpVG9vbHRpcF09XCJ0b29sdGlwVGVtcGxhdGUgfHwgZGVmYXVsdFRvb2x0aXBUZW1wbGF0ZVwiXG4gIFthdWlUb29sdGlwQ29udGV4dF09XCJ7IGNvbnRleHQ6IHRvb2x0aXBDb250ZXh0IH1cIlxuICBbYXVpVG9vbHRpcERpc2FibGVkXT1cImFuY2hvclZpc2liaWxpdHlcIlxuICBhdWlUb29sdGlwVHJpZ2dlcj1cIm1hbnVhbFwiXG4gIFthdWlUb29sdGlwUG9zaXRpb25dPVwidHlwZVN0YW5kYXJkICYmIGlzQmFuZCA/ICd0b3AnIDogJ3N0YXJ0J1wiXG4gIGF1aVRvb2x0aXBDbGFzcz1cInRvb2x0aXBDbGFzc1wiXG4vPlxuXG48bmctdGVtcGxhdGVcbiAgI2RlZmF1bHRUb29sdGlwVGVtcGxhdGVcbiAgbGV0LWNvbnRleHQ9XCJjb250ZXh0XCJcbj5cbiAgPGRpdiBjbGFzcz1cInRvb2x0aXAtY29udGVudFwiPlxuICAgIDxkaXYgY2xhc3M9XCJ0aXRsZVwiPlxuICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICBbbmdUZW1wbGF0ZU91dGxldF09XCJ0aXRsZVRlbXBsYXRlIHx8IGRlZmF1bHRUaXRsZVRlbXBsYXRlXCJcbiAgICAgICAgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cInsgY29udGV4dDogY29udGV4dCB9XCJcbiAgICAgID48L25nLWNvbnRhaW5lcj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGV4dFwiPlxuICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICBbbmdUZW1wbGF0ZU91dGxldF09XCJwb2ludFRlbXBsYXRlIHx8IGRlZmF1bHRQb2ludFRlbXBsYXRlXCJcbiAgICAgICAgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cImNvbnRleHQgfCBwdXJlOiBtZXJnZVBvaW50Q29udGV4dFwiXG4gICAgICA+PC9uZy1jb250YWluZXI+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuICA8ZGl2XG4gICAgc3R5bGU9XCJwb3NpdGlvbjogYWJzb2x1dGU7IHBvaW50ZXItZXZlbnRzOiBub25lOyB3aWR0aDogMTAwJTsgaGVpZ2h0OiAxMDAlXCJcbiAgPjwvZGl2PlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlXG4gICNkZWZhdWx0VGl0bGVUZW1wbGF0ZVxuICBsZXQtY29udGV4dD1cImNvbnRleHRcIlxuPlxuICB7e1xuICAgIHRpdGxlVHJhbnNsYXRpb25cbiAgICAgID8gKGNvbnRleHQ/LnRpdGxlIHwgdHJhbnNsYXRlOiBudWxsOnRydWUpXG4gICAgICA6IChjb250ZXh0Py50aXRsZSB8IHB1cmU6IGhhbmRsZURhdGVGb3JtYXQ6ZGF0ZUZvcm1hdClcbiAgfX1cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZVxuICAjZGVmYXVsdFBvaW50VGVtcGxhdGVcbiAgbGV0LWNvbnRleHQ9XCJjb250ZXh0XCJcbiAgbGV0LXNvdXJjZT1cInNvdXJjZVwiXG4+XG4gIDx1bFxuICAgIGNsYXNzPVwiY29udGV4dC1saXN0XCJcbiAgICBbY2xhc3MuY29sdW1uLWxheW91dF09XCJjb2x1bW5MYXlvdXRcIlxuICA+XG4gICAgPGxpXG4gICAgICBjbGFzcz1cImNvbnRleHQtaXRlbVwiXG4gICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBjb250ZXh0OyB0cmFja0J5OiBpdGVtVHJhY2tCeVwiXG4gICAgICBbY2xhc3MuYWN0aXZlXT1cIml0ZW0/LmFjdGl2ZVwiXG4gICAgPlxuICAgICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICBjbGFzcz1cIml0ZW0taWNvblwiXG4gICAgICAgICAgW3N0eWxlLmJhY2tncm91bmRdPVwiaXRlbS5jb2xvclwiXG4gICAgICAgID48L3NwYW4+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiaXRlbS1uYW1lXCI+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInBvaW50TmFtZVRlbXBsYXRlOyBlbHNlIGVsc2VUZW1wbGF0ZVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICBbbmdUZW1wbGF0ZU91dGxldF09XCJwb2ludE5hbWVUZW1wbGF0ZVwiXG4gICAgICAgICAgICAgIFtuZ1RlbXBsYXRlT3V0bGV0Q29udGV4dF09XCJ7IGNvbnRleHQ6IGl0ZW0gfVwiXG4gICAgICAgICAgICA+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgPG5nLXRlbXBsYXRlICNlbHNlVGVtcGxhdGU+XG4gICAgICAgICAgICB7eyB0cmFuc2xhdGlvbiA/IChpdGVtLm5hbWUgfCB0cmFuc2xhdGU6IHt9OnRydWUpIDogaXRlbS5uYW1lIH19XG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgPC9kaXY+XG5cbiAgICAgIDxkaXYgY2xhc3M9XCJyaWdodFwiPlxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIWNvbHVtbkxheW91dFwiPjogPC9uZy1jb250YWluZXI+XG4gICAgICAgIDxzcGFuXG4gICAgICAgICAgY2xhc3M9XCJpdGVtLXByZWZpeFwiXG4gICAgICAgICAgKm5nSWY9XCJ2YWx1ZVByZWZpeFwiXG4gICAgICAgICAgPnt7IHZhbHVlUHJlZml4IH19PC9zcGFuXG4gICAgICAgID5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJpdGVtLXZhbHVlXCI+e3sgaXRlbSB8IHB1cmU6IHBvaW50Rm9ybWF0IH19PC9zcGFuPlxuICAgICAgICA8c3BhblxuICAgICAgICAgIGNsYXNzPVwiaXRlbS1zdWZmaXhcIlxuICAgICAgICAgICpuZ0lmPVwidmFsdWVTdWZmaXhcIlxuICAgICAgICAgID57eyB2YWx1ZVN1ZmZpeCB8IHB1cmU6IHRvb2x0aXBTdWZmaXhGb3JtYXQgfX08L3NwYW5cbiAgICAgICAgPlxuICAgICAgPC9kaXY+XG4gICAgPC9saT5cbiAgPC91bD5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const DEFAULT_COLORS = [
|
|
2
|
+
'#006eff',
|
|
3
|
+
'#24b37a',
|
|
4
|
+
'#8b37c1',
|
|
5
|
+
'#ffbb00',
|
|
6
|
+
'#d42d3d',
|
|
7
|
+
'#1fc0cc',
|
|
8
|
+
'#a5d936',
|
|
9
|
+
'#d563c4',
|
|
10
|
+
'#c55a05',
|
|
11
|
+
'#6b8fbb',
|
|
12
|
+
'#1292d2',
|
|
13
|
+
'#36d940',
|
|
14
|
+
'#ea0abb',
|
|
15
|
+
'#ead925',
|
|
16
|
+
'#b0b55c',
|
|
17
|
+
];
|
|
18
|
+
export const basics = {
|
|
19
|
+
margin: { top: 20, right: 10, bottom: 20, left: 40 },
|
|
20
|
+
};
|
|
21
|
+
export const DATE_TIME_FORMAT_X_AXIS = 'HH:mm';
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL2NoYXJ0L2NvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQUc7SUFDNUIsU0FBUztJQUNULFNBQVM7SUFDVCxTQUFTO0lBQ1QsU0FBUztJQUNULFNBQVM7SUFDVCxTQUFTO0lBQ1QsU0FBUztJQUNULFNBQVM7SUFDVCxTQUFTO0lBQ1QsU0FBUztJQUNULFNBQVM7SUFDVCxTQUFTO0lBQ1QsU0FBUztJQUNULFNBQVM7SUFDVCxTQUFTO0NBQ1YsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBRztJQUNwQixNQUFNLEVBQUUsRUFBRSxHQUFHLEVBQUUsRUFBRSxFQUFFLEtBQUssRUFBRSxFQUFFLEVBQUUsTUFBTSxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsRUFBRSxFQUFFO0NBQ3JELENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSx1QkFBdUIsR0FBRyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgREVGQVVMVF9DT0xPUlMgPSBbXG4gICcjMDA2ZWZmJyxcbiAgJyMyNGIzN2EnLFxuICAnIzhiMzdjMScsXG4gICcjZmZiYjAwJyxcbiAgJyNkNDJkM2QnLFxuICAnIzFmYzBjYycsXG4gICcjYTVkOTM2JyxcbiAgJyNkNTYzYzQnLFxuICAnI2M1NWEwNScsXG4gICcjNmI4ZmJiJyxcbiAgJyMxMjkyZDInLFxuICAnIzM2ZDk0MCcsXG4gICcjZWEwYWJiJyxcbiAgJyNlYWQ5MjUnLFxuICAnI2IwYjU1YycsXG5dO1xuXG5leHBvcnQgY29uc3QgYmFzaWNzID0ge1xuICBtYXJnaW46IHsgdG9wOiAyMCwgcmlnaHQ6IDEwLCBib3R0b206IDIwLCBsZWZ0OiA0MCB9LFxufTtcblxuZXhwb3J0IGNvbnN0IERBVEVfVElNRV9GT1JNQVRfWF9BWElTID0gJ0hIOm1tJztcbiJdfQ==
|