@alauda-fe/common 1.0.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +55 -0
- package/a-chart/components/base-component.d.ts +12 -0
- package/a-chart/components/index.d.ts +3 -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/index.d.ts +3 -0
- package/a-chart/components/legend/legend.component.d.ts +17 -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 +28 -0
- package/a-chart/utils.d.ts +13 -0
- package/a-metric-chart/a-metric-chart.component.d.ts +108 -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 +13 -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 +113 -0
- package/a-metric-chart/utils/index.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 +38 -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-gateway.interceptor.d.ts +14 -0
- package/api/api-gateway.service.d.ts +23 -0
- package/api/cluster-version.service.d.ts +22 -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 +103 -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 +20 -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 +91 -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 +10 -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 +52 -0
- package/business/module-info/api.service.d.ts +24 -0
- package/business/module-info/public-api.d.ts +1 -0
- package/business/public-api.d.ts +7 -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 +26 -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 +65 -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 +16 -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 +63 -0
- package/chart/common/index.d.ts +17 -0
- package/chart/common/legend/legend.component.d.ts +41 -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 +9 -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 +18 -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 +22 -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/index.d.ts +2 -0
- package/core/components/index.d.ts +1 -0
- package/core/components/tree/index.d.ts +1 -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/public-api.d.ts +6 -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 +61 -0
- package/core/constants/index.d.ts +5 -0
- package/core/constants/patterns.d.ts +25 -0
- package/core/constants/status-icons.d.ts +28 -0
- package/core/constants/timezones.d.ts +6 -0
- package/core/constants/tokens.d.ts +44 -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/index.d.ts +10 -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/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/index.d.ts +4 -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/index.d.ts +1 -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/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/index.d.ts +17 -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/safe.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/pipes/trust-url.pipe.d.ts +19 -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/index.d.ts +14 -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/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/index.d.ts +10 -0
- package/core/types/k8s/core.d.ts +91 -0
- package/core/types/k8s/crd.d.ts +444 -0
- package/core/types/k8s/index.d.ts +3 -0
- package/core/types/k8s/raw.d.ts +978 -0
- package/core/types/resource-definitions.d.ts +734 -0
- package/core/types/schema.d.ts +14 -0
- package/core/utils/browser.d.ts +3 -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 +54 -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 +12 -0
- package/core/utils/format-number.d.ts +11 -0
- package/core/utils/index.d.ts +22 -0
- package/core/utils/k8s-pattern.d.ts +12 -0
- package/core/utils/k8s-util.d.ts +28 -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 +4 -0
- package/core/utils/operators.d.ts +19 -0
- package/core/utils/request-pool.d.ts +12 -0
- package/core/utils/resources.d.ts +19 -0
- package/core/utils/tree.d.ts +16 -0
- package/core/utils/unit.d.ts +23 -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 +10 -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/index.d.ts +2 -0
- package/editable-text/module.d.ts +11 -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 +283 -0
- package/esm2022/a-chart/components/base-component.mjs +23 -0
- package/esm2022/a-chart/components/index.mjs +4 -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/index.mjs +4 -0
- package/esm2022/a-chart/components/legend/legend.component.mjs +102 -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 +2 -0
- package/esm2022/a-chart/utils.mjs +37 -0
- package/esm2022/a-metric-chart/a-metric-chart.component.mjs +853 -0
- package/esm2022/a-metric-chart/a-metric-chart.module.mjs +76 -0
- package/esm2022/a-metric-chart/bar-gauge/bar-gauge.component.mjs +165 -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 +14 -0
- package/esm2022/a-metric-chart/stat-chart/stat-chart.component.mjs +70 -0
- package/esm2022/a-metric-chart/table-chart/table-chart.component.mjs +201 -0
- package/esm2022/a-metric-chart/types.mjs +17 -0
- package/esm2022/a-metric-chart/utils/index.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 +219 -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-gateway.interceptor.mjs +28 -0
- package/esm2022/api/api-gateway.service.mjs +38 -0
- package/esm2022/api/cluster-version.service.mjs +67 -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 +21 -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 +466 -0
- package/esm2022/array-form-table/form/module.mjs +38 -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 +11 -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 +254 -0
- package/esm2022/business/module-info/api.service.mjs +39 -0
- package/esm2022/business/module-info/public-api.mjs +2 -0
- package/esm2022/business/public-api.mjs +8 -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 +65 -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 +25 -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/index.mjs +18 -0
- package/esm2022/chart/common/legend/legend.component.mjs +269 -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 +10 -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 +62 -0
- package/esm2022/code/code.module.mjs +73 -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 +114 -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/index.mjs +3 -0
- package/esm2022/core/components/index.mjs +2 -0
- package/esm2022/core/components/tree/index.mjs +2 -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/public-api.mjs +7 -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 +84 -0
- package/esm2022/core/constants/index.mjs +6 -0
- package/esm2022/core/constants/patterns.mjs +28 -0
- package/esm2022/core/constants/status-icons.mjs +31 -0
- package/esm2022/core/constants/timezones.mjs +234 -0
- package/esm2022/core/constants/tokens.mjs +129 -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/index.mjs +11 -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/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 +60 -0
- package/esm2022/core/guards/index.mjs +5 -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/index.mjs +2 -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/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 +37 -0
- package/esm2022/core/pipes/index.mjs +18 -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/safe.pipe.mjs +44 -0
- package/esm2022/core/pipes/time.pipe.mjs +115 -0
- package/esm2022/core/pipes/timezone-display.pipe.mjs +21 -0
- package/esm2022/core/pipes/trust-url.pipe.mjs +28 -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/index.mjs +15 -0
- package/esm2022/core/services/intercept-deactivate.service.mjs +78 -0
- package/esm2022/core/services/k8s-util.service.mjs +181 -0
- package/esm2022/core/services/on-resize.service.mjs +52 -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 +97 -0
- package/esm2022/core/types/commons.mjs +6 -0
- package/esm2022/core/types/helpers.mjs +12 -0
- package/esm2022/core/types/index.mjs +11 -0
- package/esm2022/core/types/k8s/core.mjs +2 -0
- package/esm2022/core/types/k8s/crd.mjs +26 -0
- package/esm2022/core/types/k8s/index.mjs +4 -0
- package/esm2022/core/types/k8s/raw.mjs +123 -0
- package/esm2022/core/types/resource-definitions.mjs +408 -0
- package/esm2022/core/types/schema.mjs +2 -0
- package/esm2022/core/utils/browser.mjs +15 -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 +261 -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 +116 -0
- package/esm2022/core/utils/format-number.mjs +229 -0
- package/esm2022/core/utils/index.mjs +23 -0
- package/esm2022/core/utils/k8s-pattern.mjs +13 -0
- package/esm2022/core/utils/k8s-util.mjs +97 -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 +23 -0
- package/esm2022/core/utils/operators.mjs +32 -0
- package/esm2022/core/utils/request-pool.mjs +37 -0
- package/esm2022/core/utils/resources.mjs +66 -0
- package/esm2022/core/utils/tree.mjs +79 -0
- package/esm2022/core/utils/unit.mjs +199 -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 +46 -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/index.mjs +3 -0
- package/esm2022/editable-text/module.mjs +44 -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/index.mjs +8 -0
- package/esm2022/exec/module.mjs +82 -0
- package/esm2022/exec/placeholder/component.mjs +42 -0
- package/esm2022/exec/service.mjs +38 -0
- package/esm2022/exec/terminal/component.mjs +571 -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/index.mjs +3 -0
- package/esm2022/feature-gate-forbidden/module.mjs +28 -0
- package/esm2022/form/index.mjs +5 -0
- package/esm2022/form/labels-editor/component.mjs +240 -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/index.mjs +4 -0
- package/esm2022/form/validators/strong-password/strong-password-tooltip/component.mjs +102 -0
- package/esm2022/form/validators/strong-password/strong-password-tooltip/index.mjs +2 -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 +354 -0
- package/esm2022/graph-canvas/components/graph-link.component.mjs +140 -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 +45 -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/index.mjs +11 -0
- package/esm2022/grid-layout/module.mjs +38 -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 +265 -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 +103 -0
- package/esm2022/help-document/directive.mjs +128 -0
- package/esm2022/help-document/module.mjs +47 -0
- package/esm2022/help-document/public-api.mjs +10 -0
- package/esm2022/help-document/service.mjs +57 -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 +176 -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/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 +344 -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 +14 -0
- package/esm2022/metric-chart/range-util.mjs +35 -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/index.mjs +5 -0
- package/esm2022/multi-search/multi-search-tags/component.mjs +129 -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/index.mjs +5 -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/index.mjs +5 -0
- package/esm2022/page-scaffold/navigation/breadcrumb/module.mjs +44 -0
- package/esm2022/page-scaffold/navigation/index.mjs +7 -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/index.mjs +3 -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/replace-lottie-colors.mjs +70 -0
- package/esm2022/page-scaffold/navigation/module.mjs +18 -0
- package/esm2022/page-scaffold/navigation/nav-menu/index.mjs +4 -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/navconfig-loader/index.mjs +8 -0
- package/esm2022/page-scaffold/navigation/navconfig-loader/navconfig-loader.service.mjs +175 -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/index.mjs +5 -0
- package/esm2022/page-scaffold/page/notices/maintenance.component.mjs +146 -0
- package/esm2022/page-scaffold/page/notices/notice.component.mjs +129 -0
- package/esm2022/page-scaffold/page/page.component.mjs +140 -0
- package/esm2022/page-scaffold/page/page.module.mjs +67 -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 +271 -0
- package/esm2022/page-scaffold/page-header/common-layout/product-select/component.mjs +273 -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/index.mjs +14 -0
- package/esm2022/page-scaffold/page-header/module.mjs +61 -0
- package/esm2022/permission/admin.guard.mjs +43 -0
- package/esm2022/permission/constants.mjs +2 -0
- package/esm2022/permission/helpers.mjs +43 -0
- package/esm2022/permission/k8s-permission.service.mjs +110 -0
- package/esm2022/permission/permission.guard.mjs +108 -0
- package/esm2022/permission/public-api.mjs +13 -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 +44 -0
- package/esm2022/scm/index.mjs +9 -0
- package/esm2022/scm/password-input/component.mjs +224 -0
- package/esm2022/scm/password-input/index.mjs +3 -0
- package/esm2022/scm/password-input/module.mjs +64 -0
- package/esm2022/scm/pure-pipe/calc.pipe.mjs +20 -0
- package/esm2022/scm/pure-pipe/index.mjs +4 -0
- package/esm2022/scm/pure-pipe/module.mjs +19 -0
- package/esm2022/scm/pure-pipe/pure.pipe.mjs +26 -0
- package/esm2022/scm/resource-multi-select/component.mjs +214 -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 +275 -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 +533 -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 +533 -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/units.mjs +28 -0
- package/esm2022/view-zchart/view-zchart.component.mjs +999 -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 +317 -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/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 +20 -0
- package/esm2022/widget/relative-time/component.mjs +60 -0
- package/esm2022/widget/select-prefix-label/directive.mjs +89 -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/index.mjs +5 -0
- package/esm2022/window-channel/plugin-window-channel.service.mjs +38 -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 +128 -0
- package/exec/constants.d.ts +13 -0
- package/exec/index.d.ts +7 -0
- package/exec/module.d.ts +17 -0
- package/exec/placeholder/component.d.ts +20 -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/index.d.ts +2 -0
- package/feature-gate-forbidden/module.d.ts +11 -0
- package/form/index.d.ts +4 -0
- package/form/labels-editor/component.d.ts +31 -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/index.d.ts +3 -0
- package/form/validators/strong-password/strong-password-tooltip/component.d.ts +6 -0
- package/form/validators/strong-password/strong-password-tooltip/index.d.ts +1 -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 +47 -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 +19 -0
- package/graph-canvas/public-api.d.ts +7 -0
- package/graph-canvas/types.d.ts +30 -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/index.d.ts +10 -0
- package/grid-layout/module.d.ts +14 -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 +30 -0
- package/help-document/directive.d.ts +38 -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/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 +115 -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 +13 -0
- package/metric-chart/range-util.d.ts +1 -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/index.d.ts +4 -0
- package/multi-search/multi-search-tags/component.d.ts +26 -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 +8 -0
- package/page-guard/public-api.d.ts +10 -0
- package/page-scaffold/index.d.ts +4 -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/index.d.ts +4 -0
- package/page-scaffold/navigation/breadcrumb/module.d.ts +13 -0
- package/page-scaffold/navigation/index.d.ts +6 -0
- package/page-scaffold/navigation/lottie-icons/animation-data.d.ts +2 -0
- package/page-scaffold/navigation/lottie-icons/index.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/replace-lottie-colors.d.ts +1 -0
- package/page-scaffold/navigation/module.d.ts +7 -0
- package/page-scaffold/navigation/nav-menu/index.d.ts +3 -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/navconfig-loader/index.d.ts +7 -0
- package/page-scaffold/navigation/navconfig-loader/navconfig-loader.service.d.ts +61 -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/index.d.ts +4 -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 +23 -0
- package/page-scaffold/page/page.module.d.ts +14 -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 +37 -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/index.d.ts +13 -0
- package/page-scaffold/page-header/module.d.ts +15 -0
- package/permission/admin.guard.d.ts +14 -0
- package/permission/constants.d.ts +1 -0
- package/permission/helpers.d.ts +11 -0
- package/permission/k8s-permission.service.d.ts +80 -0
- package/permission/permission.guard.d.ts +22 -0
- package/permission/public-api.d.ts +12 -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 +43 -0
- package/scm/index.d.ts +8 -0
- package/scm/password-input/component.d.ts +35 -0
- package/scm/password-input/index.d.ts +2 -0
- package/scm/password-input/module.d.ts +14 -0
- package/scm/pure-pipe/calc.pipe.d.ts +11 -0
- package/scm/pure-pipe/index.d.ts +3 -0
- package/scm/pure-pipe/module.d.ts +8 -0
- package/scm/pure-pipe/pure.pipe.d.ts +17 -0
- package/scm/resource-multi-select/component.d.ts +40 -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 +890 -0
- package/styles/markdown-body.scss +105 -0
- package/styles/mixins.scss +640 -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 +1084 -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/units.d.ts +2 -0
- package/view-zchart/view-zchart.component.d.ts +209 -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/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 +19 -0
- package/widget/relative-time/component.d.ts +15 -0
- package/widget/select-prefix-label/directive.d.ts +17 -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/index.d.ts +4 -0
- package/window-channel/plugin-window-channel.service.d.ts +10 -0
- package/window-channel/utils.d.ts +37 -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,374 @@
|
|
|
1
|
+
import { __decorate, __metadata } from "tslib";
|
|
2
|
+
import { IconModule, TagModule, TagType, TooltipModule } from '@alauda/ui';
|
|
3
|
+
import { AsyncPipe, NgFor, NgIf, NgTemplateOutlet } from '@angular/common';
|
|
4
|
+
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ElementRef, EventEmitter, Injector, Input, NgZone, Output, TemplateRef, ViewChild, } from '@angular/core';
|
|
5
|
+
import { debounce } from 'lodash-es';
|
|
6
|
+
import { Observable, ReplaySubject, animationFrameScheduler, combineLatest, merge, auditTime, delay, distinctUntilChanged, filter, map, takeUntil, tap, } from 'rxjs';
|
|
7
|
+
import { isEqual, ListenResizeDirective, ObservableInput, publishRef, } from '../../core';
|
|
8
|
+
import { PurePipe } from '../../scm';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
import * as i1 from "@alauda/ui";
|
|
11
|
+
const _c0 = ["tagTemplate"];
|
|
12
|
+
const _c1 = ["tagsContainerMirror"];
|
|
13
|
+
const _c2 = ["tagsContainer"];
|
|
14
|
+
function TagsLabelComponent_div_2_ng_container_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
i0.ɵɵelementContainer(0);
|
|
16
|
+
} }
|
|
17
|
+
const _c3 = function (a0, a1) { return { $implicit: a0, index: a1 }; };
|
|
18
|
+
function TagsLabelComponent_div_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
const _r16 = i0.ɵɵgetCurrentView();
|
|
20
|
+
i0.ɵɵelementContainerStart(0);
|
|
21
|
+
i0.ɵɵelementStart(1, "aui-tag", 11);
|
|
22
|
+
i0.ɵɵlistener("click", function TagsLabelComponent_div_2_ng_container_1_Template_aui_tag_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r16); const tag_r12 = restoredCtx.$implicit; const ctx_r15 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r15.tagClick.next(tag_r12)); });
|
|
23
|
+
i0.ɵɵpipe(2, "pure");
|
|
24
|
+
i0.ɵɵtemplate(3, TagsLabelComponent_div_2_ng_container_1_ng_container_3_Template, 1, 0, "ng-container", 12);
|
|
25
|
+
i0.ɵɵelementEnd();
|
|
26
|
+
i0.ɵɵelementContainerEnd();
|
|
27
|
+
} if (rf & 2) {
|
|
28
|
+
const tag_r12 = ctx.$implicit;
|
|
29
|
+
const index_r13 = ctx.index;
|
|
30
|
+
const ctx_r11 = i0.ɵɵnextContext(2);
|
|
31
|
+
const _r9 = i0.ɵɵreference(15);
|
|
32
|
+
i0.ɵɵadvance(1);
|
|
33
|
+
i0.ɵɵclassProp("last-display-tag", ctx_r11.shouldRenderCount - index_r13 === 1)("tag-clickable", ctx_r11.tagClickable);
|
|
34
|
+
i0.ɵɵproperty("type", ctx_r11.tagType)("border", !ctx_r11.tagClickable)("title", i0.ɵɵpipeBind2(2, 11, tag_r12, ctx_r11.tagRender))("round", ctx_r11.tagRound)("hidden", index_r13 >= ctx_r11.shouldRenderCount);
|
|
35
|
+
i0.ɵɵadvance(2);
|
|
36
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r11.tagTemplate || _r9)("ngTemplateOutletContext", i0.ɵɵpureFunction2(14, _c3, tag_r12, index_r13));
|
|
37
|
+
} }
|
|
38
|
+
function TagsLabelComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
39
|
+
i0.ɵɵelementStart(0, "div", 10);
|
|
40
|
+
i0.ɵɵtemplate(1, TagsLabelComponent_div_2_ng_container_1_Template, 4, 17, "ng-container", 6);
|
|
41
|
+
i0.ɵɵpipe(2, "async");
|
|
42
|
+
i0.ɵɵelementEnd();
|
|
43
|
+
} if (rf & 2) {
|
|
44
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
45
|
+
i0.ɵɵclassProp("tags-container--multiline", ctx_r1.isWrapped);
|
|
46
|
+
i0.ɵɵadvance(1);
|
|
47
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(2, 3, ctx_r1.tagsValue$));
|
|
48
|
+
} }
|
|
49
|
+
function TagsLabelComponent_aui_tag_4_Template(rf, ctx) { if (rf & 1) {
|
|
50
|
+
i0.ɵɵelementStart(0, "aui-tag", 13);
|
|
51
|
+
i0.ɵɵelement(1, "aui-icon", 14);
|
|
52
|
+
i0.ɵɵelementEnd();
|
|
53
|
+
} if (rf & 2) {
|
|
54
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
55
|
+
const _r7 = i0.ɵɵreference(13);
|
|
56
|
+
i0.ɵɵproperty("round", ctx_r2.tagRound)("auiTooltip", _r7)("auiTooltipPosition", ctx_r2.tooltipPosition)("type", ctx_r2.tagType);
|
|
57
|
+
} }
|
|
58
|
+
function TagsLabelComponent_ng_container_8_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
59
|
+
i0.ɵɵelementContainer(0);
|
|
60
|
+
} }
|
|
61
|
+
const _c4 = function (a0) { return { $implicit: a0 }; };
|
|
62
|
+
function TagsLabelComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
|
|
63
|
+
i0.ɵɵelementContainerStart(0);
|
|
64
|
+
i0.ɵɵelementStart(1, "aui-tag", 15);
|
|
65
|
+
i0.ɵɵtemplate(2, TagsLabelComponent_ng_container_8_ng_container_2_Template, 1, 0, "ng-container", 12);
|
|
66
|
+
i0.ɵɵelementEnd();
|
|
67
|
+
i0.ɵɵelementContainerEnd();
|
|
68
|
+
} if (rf & 2) {
|
|
69
|
+
const tag_r17 = ctx.$implicit;
|
|
70
|
+
const ctx_r4 = i0.ɵɵnextContext();
|
|
71
|
+
const _r9 = i0.ɵɵreference(15);
|
|
72
|
+
i0.ɵɵadvance(1);
|
|
73
|
+
i0.ɵɵproperty("type", ctx_r4.tagType)("border", true);
|
|
74
|
+
i0.ɵɵadvance(1);
|
|
75
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r4.tagTemplate || _r9)("ngTemplateOutletContext", i0.ɵɵpureFunction1(4, _c4, tag_r17));
|
|
76
|
+
} }
|
|
77
|
+
function TagsLabelComponent_ng_template_10_Template(rf, ctx) { if (rf & 1) {
|
|
78
|
+
i0.ɵɵelementStart(0, "div");
|
|
79
|
+
i0.ɵɵtext(1, "-");
|
|
80
|
+
i0.ɵɵelementEnd();
|
|
81
|
+
} }
|
|
82
|
+
function TagsLabelComponent_ng_template_12_div_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
83
|
+
i0.ɵɵelementContainer(0);
|
|
84
|
+
} }
|
|
85
|
+
function TagsLabelComponent_ng_template_12_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
86
|
+
const _r24 = i0.ɵɵgetCurrentView();
|
|
87
|
+
i0.ɵɵelementStart(0, "div", 18)(1, "aui-tag", 19);
|
|
88
|
+
i0.ɵɵlistener("click", function TagsLabelComponent_ng_template_12_div_1_Template_aui_tag_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r24); const tag_r20 = restoredCtx.$implicit; const ctx_r23 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r23.tagClick.next(tag_r20)); });
|
|
89
|
+
i0.ɵɵpipe(2, "pure");
|
|
90
|
+
i0.ɵɵtemplate(3, TagsLabelComponent_ng_template_12_div_1_ng_container_3_Template, 1, 0, "ng-container", 12);
|
|
91
|
+
i0.ɵɵelementEnd()();
|
|
92
|
+
} if (rf & 2) {
|
|
93
|
+
const tag_r20 = ctx.$implicit;
|
|
94
|
+
const index_r21 = ctx.index;
|
|
95
|
+
const ctx_r19 = i0.ɵɵnextContext(2);
|
|
96
|
+
const _r9 = i0.ɵɵreference(15);
|
|
97
|
+
i0.ɵɵadvance(1);
|
|
98
|
+
i0.ɵɵclassProp("tag-clickable", ctx_r19.tagClickable);
|
|
99
|
+
i0.ɵɵproperty("type", ctx_r19.tagType)("title", i0.ɵɵpipeBind2(2, 8, tag_r20, ctx_r19.tagRender))("border", !ctx_r19.tagClickable)("round", ctx_r19.tagRound);
|
|
100
|
+
i0.ɵɵadvance(2);
|
|
101
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r19.tagTemplate || _r9)("ngTemplateOutletContext", i0.ɵɵpureFunction2(11, _c3, tag_r20, index_r21));
|
|
102
|
+
} }
|
|
103
|
+
function TagsLabelComponent_ng_template_12_Template(rf, ctx) { if (rf & 1) {
|
|
104
|
+
i0.ɵɵelementStart(0, "div", 16);
|
|
105
|
+
i0.ɵɵtemplate(1, TagsLabelComponent_ng_template_12_div_1_Template, 4, 14, "div", 17);
|
|
106
|
+
i0.ɵɵpipe(2, "async");
|
|
107
|
+
i0.ɵɵelementEnd();
|
|
108
|
+
} if (rf & 2) {
|
|
109
|
+
const ctx_r8 = i0.ɵɵnextContext();
|
|
110
|
+
i0.ɵɵadvance(1);
|
|
111
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(2, 1, ctx_r8.tagsValue$));
|
|
112
|
+
} }
|
|
113
|
+
function TagsLabelComponent_ng_template_14_Template(rf, ctx) { if (rf & 1) {
|
|
114
|
+
i0.ɵɵtext(0);
|
|
115
|
+
i0.ɵɵpipe(1, "pure");
|
|
116
|
+
} if (rf & 2) {
|
|
117
|
+
const tag_r25 = ctx.$implicit;
|
|
118
|
+
const ctx_r10 = i0.ɵɵnextContext();
|
|
119
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(1, 1, tag_r25, ctx_r10.tagRender), "\n");
|
|
120
|
+
} }
|
|
121
|
+
const _c5 = ["*"];
|
|
122
|
+
const ELLIPSE_TAG_WIDTH = 28;
|
|
123
|
+
const ELLIPSE_TAG_MARGIN = 6;
|
|
124
|
+
const MIN_TAG_WIDTH = 40;
|
|
125
|
+
const RESIZE_SCHEDULER = animationFrameScheduler;
|
|
126
|
+
const stringify = (value) => typeof value === 'string' ? value : JSON.stringify(value);
|
|
127
|
+
/**
|
|
128
|
+
* User could provide two types of tags to use this component.
|
|
129
|
+
* Tags requires a map of tags, while tagList requires a list of key/value pairs.
|
|
130
|
+
*/
|
|
131
|
+
export const tagRenderDefault = (tag) => Array.isArray(tag)
|
|
132
|
+
? tag
|
|
133
|
+
.filter(t => !!t)
|
|
134
|
+
.map(stringify)
|
|
135
|
+
.join(': ')
|
|
136
|
+
: stringify(tag);
|
|
137
|
+
export class TagsLabelComponent extends ListenResizeDirective {
|
|
138
|
+
constructor(injector, cdr, ngZone) {
|
|
139
|
+
super(injector);
|
|
140
|
+
this.cdr = cdr;
|
|
141
|
+
this.ngZone = ngZone;
|
|
142
|
+
this.tagType = TagType.Info;
|
|
143
|
+
this.tagRound = true;
|
|
144
|
+
this.tagClick = new EventEmitter();
|
|
145
|
+
this.tooltipPosition = 'top end';
|
|
146
|
+
this.showMore = true;
|
|
147
|
+
// display all tags,line by line
|
|
148
|
+
this.isWrapped = false;
|
|
149
|
+
// 由于无法确切知道是否传递controlSize,暂采用指定的方式
|
|
150
|
+
this.isControlSize = false;
|
|
151
|
+
this.tagRender = tagRenderDefault;
|
|
152
|
+
this.tagsContainerSize$$ = new ReplaySubject(1);
|
|
153
|
+
// 在没有传入受控尺寸时,根据自身计算
|
|
154
|
+
this.selfContainerSize$ = this.tagsContainerSize$$
|
|
155
|
+
.asObservable()
|
|
156
|
+
.pipe(takeUntil(this.controlSize$.pipe(filter(i => i != null))));
|
|
157
|
+
this.containerSize$ = merge(this.controlSize$, this.selfContainerSize$).pipe(filter(i => i != null));
|
|
158
|
+
this.tagsValue$ = this.tags$.pipe(map(value => (Array.isArray(value) ? value : Object.entries(value ?? {}))), tap(val => {
|
|
159
|
+
this.tagsTotalCount = val.length;
|
|
160
|
+
}), distinctUntilChanged(isEqual), publishRef());
|
|
161
|
+
// 仅当内容变更时,需要计算位置信息,统计所有子元素右边距相对父容器左边延距离
|
|
162
|
+
this.tagsPositionInfo$$ = new ReplaySubject(1);
|
|
163
|
+
this.ELLIPSE_TAG_WIDTH = ELLIPSE_TAG_WIDTH;
|
|
164
|
+
// 根据tag size和容器size计算要显示的个数
|
|
165
|
+
this.renderCount$ = combineLatest([
|
|
166
|
+
this.tagsPositionInfo$$,
|
|
167
|
+
this.containerSize$,
|
|
168
|
+
]).pipe(map(([tagsPosInfo, containerSize]) => {
|
|
169
|
+
this.shouldRenderEllipse = false;
|
|
170
|
+
if (!tagsPosInfo) {
|
|
171
|
+
return this.tagsTotalCount;
|
|
172
|
+
}
|
|
173
|
+
const candidateInd = tagsPosInfo.findIndex(right => right > containerSize);
|
|
174
|
+
if (candidateInd === -1) {
|
|
175
|
+
// 无溢出
|
|
176
|
+
return tagsPosInfo.length;
|
|
177
|
+
}
|
|
178
|
+
// 设计上至少显示一个,不可能出现低于最小宽度的情况
|
|
179
|
+
if (candidateInd === 0) {
|
|
180
|
+
this.shouldRenderEllipse = tagsPosInfo.length > 1;
|
|
181
|
+
return 1;
|
|
182
|
+
}
|
|
183
|
+
// 计算后 tags 中不展示的 tag 只有一个,判断最后一个 tag 是否不完整显示
|
|
184
|
+
if (tagsPosInfo.length - candidateInd === 1 &&
|
|
185
|
+
containerSize - tagsPosInfo[candidateInd - 1] >=
|
|
186
|
+
MIN_TAG_WIDTH + ELLIPSE_TAG_MARGIN) {
|
|
187
|
+
// 1 剩余一个,不完整显示
|
|
188
|
+
return tagsPosInfo.length;
|
|
189
|
+
}
|
|
190
|
+
this.shouldRenderEllipse = true;
|
|
191
|
+
const displaySize = containerSize - ELLIPSE_TAG_WIDTH - ELLIPSE_TAG_MARGIN;
|
|
192
|
+
const lastTagSize = candidateInd - 1 === 0
|
|
193
|
+
? tagsPosInfo[candidateInd - 1]
|
|
194
|
+
: tagsPosInfo[candidateInd - 1] - tagsPosInfo[candidateInd - 2];
|
|
195
|
+
// ELLIPSE_TAG 是否占用最后一个显示 tag 的位置
|
|
196
|
+
if (displaySize >=
|
|
197
|
+
tagsPosInfo[candidateInd - 1] -
|
|
198
|
+
lastTagSize +
|
|
199
|
+
MIN_TAG_WIDTH +
|
|
200
|
+
ELLIPSE_TAG_MARGIN) {
|
|
201
|
+
// 2 显示最后一个 tag
|
|
202
|
+
return candidateInd;
|
|
203
|
+
}
|
|
204
|
+
// 3 最后一个 tag 不展示,展示 ELLIPSE_TAG
|
|
205
|
+
return candidateInd - 1;
|
|
206
|
+
}), auditTime(0, RESIZE_SCHEDULER));
|
|
207
|
+
this._isChangeDetectionPending = false;
|
|
208
|
+
// onResize 函数防抖,防止组件在表格内可能出现的高度抖动问题
|
|
209
|
+
// e.g. 行尾 action 列使用 ellipsis_v_s 产生行高变化,此时组件读取 offsetWidth 导致 reflow 产生了高度抖动
|
|
210
|
+
this.debounceResize = debounce(() => {
|
|
211
|
+
if (!this.isControlSize) {
|
|
212
|
+
// 当尺寸变更时应该让隐藏恢复原状,使其填充到最大宽度,然后再重新判定宽度
|
|
213
|
+
this.shouldRenderCount = undefined;
|
|
214
|
+
this.shouldRenderEllipse = false;
|
|
215
|
+
this.cdr.detectChanges();
|
|
216
|
+
this.tagsContainerSize$$.next(this.tagsContainer.nativeElement.offsetWidth);
|
|
217
|
+
}
|
|
218
|
+
}, 0);
|
|
219
|
+
}
|
|
220
|
+
markNeedRender() {
|
|
221
|
+
// Use a Promise to batch together calls to `_doChangeDetection`. This way if we set a bunch of
|
|
222
|
+
// properties sequentially we only have to run `_doChangeDetection` once at the end.
|
|
223
|
+
if (!this._isChangeDetectionPending) {
|
|
224
|
+
this._isChangeDetectionPending = true;
|
|
225
|
+
this.ngZone.runOutsideAngular(() => Promise.resolve().then(() => {
|
|
226
|
+
this._doChangeDetection();
|
|
227
|
+
}));
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
/** Run change detection. */
|
|
231
|
+
_doChangeDetection() {
|
|
232
|
+
this._isChangeDetectionPending = false;
|
|
233
|
+
this.ngZone.run(() => this.cdr.markForCheck());
|
|
234
|
+
}
|
|
235
|
+
ngOnInit() {
|
|
236
|
+
this.ngZone.runOutsideAngular(() => Promise.resolve().then(() => {
|
|
237
|
+
this.renderCount$.subscribe(count => {
|
|
238
|
+
this.shouldRenderCount = count;
|
|
239
|
+
this.markNeedRender();
|
|
240
|
+
});
|
|
241
|
+
}));
|
|
242
|
+
}
|
|
243
|
+
onResize() {
|
|
244
|
+
this.debounceResize();
|
|
245
|
+
}
|
|
246
|
+
ngAfterViewInit() {
|
|
247
|
+
super.ngAfterViewInit();
|
|
248
|
+
if (!this.showMore) {
|
|
249
|
+
return;
|
|
250
|
+
}
|
|
251
|
+
this.ngZone.runOutsideAngular(() => Promise.resolve().then(() => {
|
|
252
|
+
this.tagsValue$
|
|
253
|
+
.pipe(
|
|
254
|
+
// 增加此delay,解决container size随着label增加动态变化的问题
|
|
255
|
+
delay(0), map(_ => {
|
|
256
|
+
if (this.isWrapped || !this.showMore) {
|
|
257
|
+
return null;
|
|
258
|
+
}
|
|
259
|
+
const containerEle = this.tagsContainerMirror
|
|
260
|
+
.nativeElement;
|
|
261
|
+
const { children: renderChildren, offsetLeft: baseOffset } = containerEle;
|
|
262
|
+
const rightEdges = [];
|
|
263
|
+
const childrenSize = renderChildren.length;
|
|
264
|
+
for (let i = 0; i < childrenSize; i++) {
|
|
265
|
+
const { offsetLeft, clientWidth } = renderChildren.item(i);
|
|
266
|
+
const currentRightEdge = offsetLeft + clientWidth - baseOffset;
|
|
267
|
+
rightEdges.push(currentRightEdge);
|
|
268
|
+
}
|
|
269
|
+
return rightEdges;
|
|
270
|
+
}))
|
|
271
|
+
.subscribe(values => {
|
|
272
|
+
this.onResize();
|
|
273
|
+
this.tagsPositionInfo$$.next(values);
|
|
274
|
+
});
|
|
275
|
+
}));
|
|
276
|
+
}
|
|
277
|
+
static { this.ɵfac = function TagsLabelComponent_Factory(t) { return new (t || TagsLabelComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
|
|
278
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TagsLabelComponent, selectors: [["acl-tags-label"]], contentQueries: function TagsLabelComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
279
|
+
i0.ɵɵcontentQuery(dirIndex, _c0, 5);
|
|
280
|
+
} if (rf & 2) {
|
|
281
|
+
let _t;
|
|
282
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.tagTemplate = _t.first);
|
|
283
|
+
} }, viewQuery: function TagsLabelComponent_Query(rf, ctx) { if (rf & 1) {
|
|
284
|
+
i0.ɵɵviewQuery(_c1, 5);
|
|
285
|
+
i0.ɵɵviewQuery(_c2, 7);
|
|
286
|
+
} if (rf & 2) {
|
|
287
|
+
let _t;
|
|
288
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.tagsContainerMirror = _t.first);
|
|
289
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.tagsContainer = _t.first);
|
|
290
|
+
} }, inputs: { tagClickable: "tagClickable", tagType: "tagType", tagRound: "tagRound", tags: "tags", tooltipPosition: "tooltipPosition", showMore: "showMore", isWrapped: "isWrapped", controlSize: "controlSize", isControlSize: "isControlSize", tagRender: "tagRender" }, outputs: { tagClick: "tagClick" }, standalone: true, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c5, decls: 17, vars: 10, consts: [[1, "tags-strut"], ["tagsContainer", ""], ["class", "tags-container", 3, "tags-container--multiline", 4, "ngIf", "ngIfElse"], ["class", "tooltip-toggle", "auiTooltipType", "info", "auiTooltipClass", "tag-tooltip", "size", "mini", 3, "round", "auiTooltip", "auiTooltipPosition", "type", 4, "ngIf"], [1, "tags-container--mirror"], ["tagsContainerMirror", ""], [4, "ngFor", "ngForOf"], ["noData", ""], ["labels", ""], ["defaultTagTemplate", ""], [1, "tags-container"], ["size", "mini", 3, "type", "border", "title", "round", "hidden", "click"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["auiTooltipType", "info", "auiTooltipClass", "tag-tooltip", "size", "mini", 1, "tooltip-toggle", 3, "round", "auiTooltip", "auiTooltipPosition", "type"], ["icon", "ellipsis_s"], ["size", "mini", 3, "type", "border"], [1, "tooltip-container"], ["class", "tooltip-tag", 4, "ngFor", "ngForOf"], [1, "tooltip-tag"], ["size", "mini", 3, "type", "title", "border", "round", "click"]], template: function TagsLabelComponent_Template(rf, ctx) { if (rf & 1) {
|
|
291
|
+
i0.ɵɵprojectionDef();
|
|
292
|
+
i0.ɵɵelementStart(0, "div", 0, 1);
|
|
293
|
+
i0.ɵɵtemplate(2, TagsLabelComponent_div_2_Template, 3, 5, "div", 2);
|
|
294
|
+
i0.ɵɵpipe(3, "async");
|
|
295
|
+
i0.ɵɵtemplate(4, TagsLabelComponent_aui_tag_4_Template, 2, 4, "aui-tag", 3);
|
|
296
|
+
i0.ɵɵpipe(5, "async");
|
|
297
|
+
i0.ɵɵelementEnd();
|
|
298
|
+
i0.ɵɵelementStart(6, "div", 4, 5);
|
|
299
|
+
i0.ɵɵtemplate(8, TagsLabelComponent_ng_container_8_Template, 3, 6, "ng-container", 6);
|
|
300
|
+
i0.ɵɵpipe(9, "async");
|
|
301
|
+
i0.ɵɵelementEnd();
|
|
302
|
+
i0.ɵɵtemplate(10, TagsLabelComponent_ng_template_10_Template, 2, 0, "ng-template", null, 7, i0.ɵɵtemplateRefExtractor);
|
|
303
|
+
i0.ɵɵtemplate(12, TagsLabelComponent_ng_template_12_Template, 3, 3, "ng-template", null, 8, i0.ɵɵtemplateRefExtractor);
|
|
304
|
+
i0.ɵɵtemplate(14, TagsLabelComponent_ng_template_14_Template, 2, 4, "ng-template", null, 9, i0.ɵɵtemplateRefExtractor);
|
|
305
|
+
i0.ɵɵprojection(16);
|
|
306
|
+
} if (rf & 2) {
|
|
307
|
+
const _r5 = i0.ɵɵreference(11);
|
|
308
|
+
let tmp_0_0;
|
|
309
|
+
let tmp_2_0;
|
|
310
|
+
i0.ɵɵadvance(2);
|
|
311
|
+
i0.ɵɵproperty("ngIf", (tmp_0_0 = i0.ɵɵpipeBind1(3, 4, ctx.tagsValue$)) == null ? null : tmp_0_0.length)("ngIfElse", _r5);
|
|
312
|
+
i0.ɵɵadvance(2);
|
|
313
|
+
i0.ɵɵproperty("ngIf", !ctx.isWrapped && ctx.showMore && ((tmp_2_0 = i0.ɵɵpipeBind1(5, 6, ctx.tagsValue$)) == null ? null : tmp_2_0.length) && ctx.shouldRenderEllipse);
|
|
314
|
+
i0.ɵɵadvance(4);
|
|
315
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(9, 8, ctx.tagsValue$));
|
|
316
|
+
} }, dependencies: [AsyncPipe,
|
|
317
|
+
NgIf,
|
|
318
|
+
NgFor,
|
|
319
|
+
NgTemplateOutlet,
|
|
320
|
+
TagModule, i1.TagComponent, TooltipModule, i1.TooltipDirective, IconModule, i1.IconComponent, PurePipe], styles: ["[_nghost-%COMP%]{display:inline-flex;align-items:center;position:relative;max-width:100%;min-width:0;width:auto;line-height:1.4285714286}.tags-container[_ngcontent-%COMP%], .tags-container--mirror[_ngcontent-%COMP%]{border-radius:var(--aui-border-radius-m);min-width:0;display:flex;overflow:hidden;flex-wrap:nowrap}.tags-container--multiline[_ngcontent-%COMP%]{flex-wrap:wrap;margin-bottom:-12px;margin-right:-8px}.tags-container--multiline[_ngcontent-%COMP%] aui-tag[_ngcontent-%COMP%]{margin-right:8px;margin-bottom:12px}.tags-container--multiline[_ngcontent-%COMP%] aui-tag[_ngcontent-%COMP%] .aui-tag{margin-left:0}.tags-strut[_ngcontent-%COMP%]{width:100%;display:flex;overflow:hidden}.tags-container--mirror[_ngcontent-%COMP%]{position:absolute;z-index:-99;opacity:0;width:100%;flex-wrap:nowrap;overflow:hidden}.tooltip-container[_ngcontent-%COMP%]{display:flex;max-width:600px;flex-wrap:wrap;margin:-14px -6px -8px 0}.tooltip-tag[_ngcontent-%COMP%]{margin:6px 6px 0 0}.tooltip-toggle[_ngcontent-%COMP%]{margin-left:6px}.tooltip-toggle[_ngcontent-%COMP%] .aui-tag__content, .tooltip-toggle[_ngcontent-%COMP%] aui-icon{display:inline-flex;align-items:center}.tooltip-toggle[_ngcontent-%COMP%]:hover .aui-tag{color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-p-6))} .aui-tooltip.tag-tooltip{max-height:calc(100vh - 8px);overflow-y:auto}.tag-clickable[_ngcontent-%COMP%]{cursor:pointer}.tags-container[_ngcontent-%COMP%] aui-tag[_ngcontent-%COMP%]{flex:0 0 auto}.tags-container[_ngcontent-%COMP%] aui-tag[_ngcontent-%COMP%] .aui-tag{width:100%}.tags-container[_ngcontent-%COMP%]:not(.tags-container--multiline) aui-tag[_ngcontent-%COMP%] + aui-tag[_ngcontent-%COMP%] .aui-tag{width:calc(100% - 6px)}.tags-container[_ngcontent-%COMP%]:not(.tags-container--multiline) .last-display-tag[_ngcontent-%COMP%]{overflow:hidden;flex:1 1 0%}"], changeDetection: 0 }); }
|
|
321
|
+
}
|
|
322
|
+
__decorate([
|
|
323
|
+
ObservableInput(),
|
|
324
|
+
__metadata("design:type", Observable)
|
|
325
|
+
], TagsLabelComponent.prototype, "tags$", void 0);
|
|
326
|
+
__decorate([
|
|
327
|
+
ObservableInput(),
|
|
328
|
+
__metadata("design:type", Observable)
|
|
329
|
+
], TagsLabelComponent.prototype, "controlSize$", void 0);
|
|
330
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TagsLabelComponent, [{
|
|
331
|
+
type: Component,
|
|
332
|
+
args: [{ selector: 'acl-tags-label', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
|
333
|
+
AsyncPipe,
|
|
334
|
+
NgIf,
|
|
335
|
+
NgFor,
|
|
336
|
+
NgTemplateOutlet,
|
|
337
|
+
TagModule,
|
|
338
|
+
TooltipModule,
|
|
339
|
+
IconModule,
|
|
340
|
+
PurePipe,
|
|
341
|
+
], template: "<div\n #tagsContainer\n class=\"tags-strut\"\n>\n <div\n *ngIf=\"(tagsValue$ | async)?.length; else noData\"\n class=\"tags-container\"\n [class.tags-container--multiline]=\"isWrapped\"\n >\n <ng-container *ngFor=\"let tag of tagsValue$ | async; let index = index\">\n <!-- \u4FEE\u6539 tag \u65F6\u5FC5\u987B\u540C\u65F6\u8C03\u6574 mirror \u5185\u7684 tag \u6837\u5F0F\uFF0C\u4FDD\u8BC1\u6E32\u67D3\u4E00\u81F4 -->\n <aui-tag\n [type]=\"tagType\"\n size=\"mini\"\n [border]=\"!tagClickable\"\n [title]=\"tag | pure: tagRender\"\n [round]=\"tagRound\"\n [hidden]=\"index >= shouldRenderCount\"\n [class.last-display-tag]=\"shouldRenderCount - index === 1\"\n [class.tag-clickable]=\"tagClickable\"\n (click)=\"tagClick.next(tag)\"\n >\n <!-- {{ tag | pure: renderTag }} -->\n <ng-container\n *ngTemplateOutlet=\"\n tagTemplate || defaultTagTemplate;\n context: { $implicit: tag, index }\n \"\n ></ng-container>\n </aui-tag>\n </ng-container>\n </div>\n\n <aui-tag\n class=\"tooltip-toggle\"\n *ngIf=\"\n !isWrapped &&\n showMore &&\n (tagsValue$ | async)?.length &&\n shouldRenderEllipse\n \"\n [round]=\"tagRound\"\n [auiTooltip]=\"labels\"\n auiTooltipType=\"info\"\n auiTooltipClass=\"tag-tooltip\"\n [auiTooltipPosition]=\"tooltipPosition\"\n [type]=\"tagType\"\n size=\"mini\"\n >\n <aui-icon icon=\"ellipsis_s\"></aui-icon>\n </aui-tag>\n</div>\n\n<!-- \u901A\u8FC7\u521B\u5EFA\u955C\u50CF\u5143\u7D20\uFF0C\u6765\u8BA1\u7B97\u6240\u6709\u5B50tag\u5BBD\u5EA6\uFF0C\u8FD9\u6837\u65E2\u80FD\u4FDD\u8BC1\u5B50tag\u6A2A\u5411\u6392\u5217\uFF0C\u540C\u65F6\u7531\u4E8E\u662Fabsolute\u5143\u7D20\uFF0C\u5BF9\u5176\u4EE5\u53CA\u5176\u5B50\u5143\u7D20\u8FDB\u884CDOM\u67E5\u8BE2\uFF0C\u4EE3\u4EF7\u8F83\u4F4E -->\n<div\n class=\"tags-container--mirror\"\n #tagsContainerMirror\n>\n <ng-container *ngFor=\"let tag of tagsValue$ | async\">\n <aui-tag\n [type]=\"tagType\"\n size=\"mini\"\n [border]=\"true\"\n >\n <ng-container\n *ngTemplateOutlet=\"\n tagTemplate || defaultTagTemplate;\n context: { $implicit: tag }\n \"\n ></ng-container>\n </aui-tag>\n </ng-container>\n</div>\n\n<ng-template #noData>\n <div>-</div>\n</ng-template>\n\n<ng-template #labels>\n <div class=\"tooltip-container\">\n <div\n *ngFor=\"let tag of tagsValue$ | async; let index = index\"\n class=\"tooltip-tag\"\n >\n <aui-tag\n [type]=\"tagType\"\n size=\"mini\"\n [title]=\"tag | pure: tagRender\"\n [class.tag-clickable]=\"tagClickable\"\n [border]=\"!tagClickable\"\n [round]=\"tagRound\"\n (click)=\"tagClick.next(tag)\"\n >\n <ng-container\n *ngTemplateOutlet=\"\n tagTemplate || defaultTagTemplate;\n context: { $implicit: tag, index }\n \"\n ></ng-container>\n </aui-tag>\n </div>\n </div>\n</ng-template>\n\n<ng-template\n #defaultTagTemplate\n let-tag\n>\n {{ tag | pure: tagRender }}\n</ng-template>\n\n<ng-content></ng-content>\n", styles: [":host{display:inline-flex;align-items:center;position:relative;max-width:100%;min-width:0;width:auto;line-height:1.4285714286}.tags-container,.tags-container--mirror{border-radius:var(--aui-border-radius-m);min-width:0;display:flex;overflow:hidden;flex-wrap:nowrap}.tags-container--multiline{flex-wrap:wrap;margin-bottom:-12px;margin-right:-8px}.tags-container--multiline aui-tag{margin-right:8px;margin-bottom:12px}.tags-container--multiline aui-tag ::ng-deep .aui-tag{margin-left:0}.tags-strut{width:100%;display:flex;overflow:hidden}.tags-container--mirror{position:absolute;z-index:-99;opacity:0;width:100%;flex-wrap:nowrap;overflow:hidden}.tooltip-container{display:flex;max-width:600px;flex-wrap:wrap;margin:-14px -6px -8px 0}.tooltip-tag{margin:6px 6px 0 0}.tooltip-toggle{margin-left:6px}.tooltip-toggle ::ng-deep .aui-tag__content,.tooltip-toggle ::ng-deep aui-icon{display:inline-flex;align-items:center}.tooltip-toggle:hover ::ng-deep .aui-tag{color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-p-6))}::ng-deep .aui-tooltip.tag-tooltip{max-height:calc(100vh - 8px);overflow-y:auto}.tag-clickable{cursor:pointer}.tags-container aui-tag{flex:0 0 auto}.tags-container aui-tag ::ng-deep .aui-tag{width:100%}.tags-container:not(.tags-container--multiline) aui-tag+aui-tag ::ng-deep .aui-tag{width:calc(100% - 6px)}.tags-container:not(.tags-container--multiline) .last-display-tag{overflow:hidden;flex:1 1 0%}\n"] }]
|
|
342
|
+
}], function () { return [{ type: i0.Injector }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }]; }, { tagsContainerMirror: [{
|
|
343
|
+
type: ViewChild,
|
|
344
|
+
args: ['tagsContainerMirror', { static: false }]
|
|
345
|
+
}], tagsContainer: [{
|
|
346
|
+
type: ViewChild,
|
|
347
|
+
args: ['tagsContainer', { static: true }]
|
|
348
|
+
}], tagClickable: [{
|
|
349
|
+
type: Input
|
|
350
|
+
}], tagType: [{
|
|
351
|
+
type: Input
|
|
352
|
+
}], tagRound: [{
|
|
353
|
+
type: Input
|
|
354
|
+
}], tagClick: [{
|
|
355
|
+
type: Output
|
|
356
|
+
}], tagTemplate: [{
|
|
357
|
+
type: ContentChild,
|
|
358
|
+
args: ['tagTemplate']
|
|
359
|
+
}], tags: [{
|
|
360
|
+
type: Input
|
|
361
|
+
}], tags$: [], tooltipPosition: [{
|
|
362
|
+
type: Input
|
|
363
|
+
}], showMore: [{
|
|
364
|
+
type: Input
|
|
365
|
+
}], isWrapped: [{
|
|
366
|
+
type: Input
|
|
367
|
+
}], controlSize: [{
|
|
368
|
+
type: Input
|
|
369
|
+
}], controlSize$: [], isControlSize: [{
|
|
370
|
+
type: Input
|
|
371
|
+
}], tagRender: [{
|
|
372
|
+
type: Input
|
|
373
|
+
}] }); })();
|
|
374
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL3dpZGdldC90YWdzLWxhYmVsL2NvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL3NyYy93aWRnZXQvdGFncy1sYWJlbC90ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sWUFBWSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzNFLE9BQU8sRUFFTCx1QkFBdUIsRUFDdkIsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxZQUFZLEVBQ1osVUFBVSxFQUNWLFlBQVksRUFDWixRQUFRLEVBQ1IsS0FBSyxFQUNMLE1BQU0sRUFHTixNQUFNLEVBQ04sV0FBVyxFQUNYLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sV0FBVyxDQUFDO0FBQ3JDLE9BQU8sRUFDTCxVQUFVLEVBQ1YsYUFBYSxFQUNiLHVCQUF1QixFQUN2QixhQUFhLEVBQ2IsS0FBSyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBQ0wsb0JBQW9CLEVBQ3BCLE1BQU0sRUFDTixHQUFHLEVBQ0gsU0FBUyxFQUNULEdBQUcsR0FDSixNQUFNLE1BQU0sQ0FBQztBQUVkLE9BQU8sRUFDTCxPQUFPLEVBQ1AscUJBQXFCLEVBQ3JCLGVBQWUsRUFDZixVQUFVLEdBQ1gsTUFBTSxZQUFZLENBQUM7QUFDcEIsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7Ozs7OztJQ2xCN0Isd0JBS2dCOzs7OztJQW5CcEIsNkJBQXdFO0lBRXRFLG1DQVVDO0lBREMsNk9BQVMsZUFBQSw4QkFBa0IsQ0FBQSxJQUFDOztJQUc1QiwyR0FLZ0I7SUFDbEIsaUJBQVU7SUFDWiwwQkFBZTs7Ozs7O0lBWlgsZUFBMEQ7SUFBMUQsK0VBQTBELHVDQUFBO0lBTjFELHNDQUFnQixpQ0FBQSw0REFBQSwyQkFBQSxrREFBQTtJQVliLGVBRWM7SUFGZCw2REFFYyw0RUFBQTs7O0lBdEJ2QiwrQkFJQztJQUNDLDRGQXFCZTs7SUFDakIsaUJBQU07OztJQXhCSiw2REFBNkM7SUFFZixlQUF1QjtJQUF2QixpRUFBdUI7OztJQXdCdkQsbUNBZUM7SUFDQywrQkFBdUM7SUFDekMsaUJBQVU7Ozs7SUFUUix1Q0FBa0IsbUJBQUEsOENBQUEsd0JBQUE7OztJQXVCaEIsd0JBS2dCOzs7O0lBWHBCLDZCQUFxRDtJQUNuRCxtQ0FJQztJQUNDLHFHQUtnQjtJQUNsQixpQkFBVTtJQUNaLDBCQUFlOzs7OztJQVhYLGVBQWdCO0lBQWhCLHFDQUFnQixnQkFBQTtJQUtiLGVBRVk7SUFGWiw0REFFWSxnRUFBQTs7O0lBUW5CLDJCQUFLO0lBQUEsaUJBQUM7SUFBQSxpQkFBTTs7O0lBa0JOLHdCQUtnQjs7OztJQWxCcEIsK0JBR0Msa0JBQUE7SUFRRyw2T0FBUyxlQUFBLDhCQUFrQixDQUFBLElBQUM7O0lBRTVCLDJHQUtnQjtJQUNsQixpQkFBVSxFQUFBOzs7Ozs7SUFYUixlQUFvQztJQUFwQyxxREFBb0M7SUFIcEMsc0NBQWdCLDJEQUFBLGlDQUFBLDJCQUFBO0lBU2IsZUFFYztJQUZkLDZEQUVjLDRFQUFBOzs7SUFqQnZCLCtCQUErQjtJQUM3QixvRkFvQk07O0lBQ1IsaUJBQU07OztJQXBCYyxlQUF1QjtJQUF2QixpRUFBdUI7OztJQTJCM0MsWUFDRjs7Ozs7SUFERSxrRkFDRjs7O0FEbEVBLE1BQU0saUJBQWlCLEdBQUcsRUFBRSxDQUFDO0FBQzdCLE1BQU0sa0JBQWtCLEdBQUcsQ0FBQyxDQUFDO0FBQzdCLE1BQU0sYUFBYSxHQUFHLEVBQUUsQ0FBQztBQUN6QixNQUFNLGdCQUFnQixHQUFHLHVCQUF1QixDQUFDO0FBRWpELE1BQU0sU0FBUyxHQUFHLENBQUMsS0FBYyxFQUFFLEVBQUUsQ0FDbkMsT0FBTyxLQUFLLEtBQUssUUFBUSxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7QUFFNUQ7OztHQUdHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sZ0JBQWdCLEdBQUcsQ0FBSSxHQUF3QixFQUFFLEVBQUUsQ0FDOUQsS0FBSyxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUM7SUFDaEIsQ0FBQyxDQUFDLEdBQUc7U0FDQSxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1NBQ2hCLEdBQUcsQ0FBQyxTQUFTLENBQUM7U0FDZCxJQUFJLENBQUMsSUFBSSxDQUFDO0lBQ2YsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsQ0FBQztBQW1CckIsTUFBTSxPQUFPLGtCQUNYLFNBQVEscUJBQXFCO0lBd0I3QixZQUNFLFFBQWtCLEVBQ0QsR0FBc0IsRUFDdEIsTUFBYztRQUUvQixLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7UUFIQyxRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQUN0QixXQUFNLEdBQU4sTUFBTSxDQUFRO1FBZGpDLFlBQU8sR0FBWSxPQUFPLENBQUMsSUFBSSxDQUFDO1FBR2hDLGFBQVEsR0FBRyxJQUFJLENBQUM7UUFHaEIsYUFBUSxHQUFHLElBQUksWUFBWSxFQUF1QixDQUFDO1FBb0JuRCxvQkFBZSxHQUFHLFNBQVMsQ0FBQztRQUc1QixhQUFRLEdBQUcsSUFBSSxDQUFDO1FBRWhCLGdDQUFnQztRQUVoQyxjQUFTLEdBQUcsS0FBSyxDQUFDO1FBUWxCLG1DQUFtQztRQUVuQyxrQkFBYSxHQUFHLEtBQUssQ0FBQztRQUd0QixjQUFTLEdBSWdDLGdCQUFnQixDQUFDO1FBRXpDLHdCQUFtQixHQUFHLElBQUksYUFBYSxDQUFTLENBQUMsQ0FBQyxDQUFDO1FBQ3BFLG9CQUFvQjtRQUNILHVCQUFrQixHQUFHLElBQUksQ0FBQyxtQkFBbUI7YUFDM0QsWUFBWSxFQUFFO2FBQ2QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLElBQUksSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFbEQsbUJBQWMsR0FBRyxLQUFLLENBQ3JDLElBQUksQ0FBQyxZQUFZLEVBQ2pCLElBQUksQ0FBQyxrQkFBa0IsQ0FDeEIsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxJQUFJLElBQUksQ0FBQyxDQUFDLENBQUM7UUFPL0IsZUFBVSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUMxQixHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxLQUFLLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUMxRSxHQUFHLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDUixJQUFJLENBQUMsY0FBYyxHQUFHLEdBQUcsQ0FBQyxNQUFNLENBQUM7UUFDbkMsQ0FBQyxDQUFDLEVBQ0Ysb0JBQW9CLENBQUMsT0FBTyxDQUFDLEVBQzdCLFVBQVUsRUFBRSxDQUNiLENBQUM7UUFFRix3Q0FBd0M7UUFDdkIsdUJBQWtCLEdBQUcsSUFBSSxhQUFhLENBQVcsQ0FBQyxDQUFDLENBQUM7UUFFckUsc0JBQWlCLEdBQUcsaUJBQWlCLENBQUM7UUFFdEMsNEJBQTRCO1FBQ1gsaUJBQVksR0FBRyxhQUFhLENBQUM7WUFDNUMsSUFBSSxDQUFDLGtCQUFrQjtZQUN2QixJQUFJLENBQUMsY0FBYztTQUNwQixDQUFDLENBQUMsSUFBSSxDQUNMLEdBQUcsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLGFBQWEsQ0FBQyxFQUFFLEVBQUU7WUFDbkMsSUFBSSxDQUFDLG1CQUFtQixHQUFHLEtBQUssQ0FBQztZQUNqQyxJQUFJLENBQUMsV0FBVyxFQUFFO2dCQUNoQixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUM7YUFDNUI7WUFDRCxNQUFNLFlBQVksR0FBRyxXQUFXLENBQUMsU0FBUyxDQUN4QyxLQUFLLENBQUMsRUFBRSxDQUFDLEtBQUssR0FBRyxhQUFhLENBQy9CLENBQUM7WUFDRixJQUFJLFlBQVksS0FBSyxDQUFDLENBQUMsRUFBRTtnQkFDdkIsTUFBTTtnQkFDTixPQUFPLFdBQVcsQ0FBQyxNQUFNLENBQUM7YUFDM0I7WUFDRCwyQkFBMkI7WUFDM0IsSUFBSSxZQUFZLEtBQUssQ0FBQyxFQUFFO2dCQUN0QixJQUFJLENBQUMsbUJBQW1CLEdBQUcsV0FBVyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7Z0JBQ2xELE9BQU8sQ0FBQyxDQUFDO2FBQ1Y7WUFFRCw2Q0FBNkM7WUFDN0MsSUFDRSxXQUFXLENBQUMsTUFBTSxHQUFHLFlBQVksS0FBSyxDQUFDO2dCQUN2QyxhQUFhLEdBQUcsV0FBVyxDQUFDLFlBQVksR0FBRyxDQUFDLENBQUM7b0JBQzNDLGFBQWEsR0FBRyxrQkFBa0IsRUFDcEM7Z0JBQ0EsZUFBZTtnQkFDZixPQUFPLFdBQVcsQ0FBQyxNQUFNLENBQUM7YUFDM0I7WUFDRCxJQUFJLENBQUMsbUJBQW1CLEdBQUcsSUFBSSxDQUFDO1lBRWhDLE1BQU0sV0FBVyxHQUNmLGFBQWEsR0FBRyxpQkFBaUIsR0FBRyxrQkFBa0IsQ0FBQztZQUV6RCxNQUFNLFdBQVcsR0FDZixZQUFZLEdBQUcsQ0FBQyxLQUFLLENBQUM7Z0JBQ3BCLENBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxHQUFHLENBQUMsQ0FBQztnQkFDL0IsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxZQUFZLEdBQUcsQ0FBQyxDQUFDLEdBQUcsV0FBVyxDQUFDLFlBQVksR0FBRyxDQUFDLENBQUMsQ0FBQztZQUVwRSxpQ0FBaUM7WUFDakMsSUFDRSxXQUFXO2dCQUNYLFdBQVcsQ0FBQyxZQUFZLEdBQUcsQ0FBQyxDQUFDO29CQUMzQixXQUFXO29CQUNYLGFBQWE7b0JBQ2Isa0JBQWtCLEVBQ3BCO2dCQUNBLGVBQWU7Z0JBQ2YsT0FBTyxZQUFZLENBQUM7YUFDckI7WUFDRCxnQ0FBZ0M7WUFDaEMsT0FBTyxZQUFZLEdBQUcsQ0FBQyxDQUFDO1FBQzFCLENBQUMsQ0FBQyxFQUNGLFNBQVMsQ0FBQyxDQUFDLEVBQUUsZ0JBQWdCLENBQUMsQ0FDL0IsQ0FBQztRQUVGLDhCQUF5QixHQUFHLEtBQUssQ0FBQztRQUVsQyxvQ0FBb0M7UUFDcEMsOEVBQThFO1FBQzlFLG1CQUFjLEdBQUcsUUFBUSxDQUFDLEdBQUcsRUFBRTtZQUM3QixJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRTtnQkFDdkIsc0NBQXNDO2dCQUN0QyxJQUFJLENBQUMsaUJBQWlCLEdBQUcsU0FBUyxDQUFDO2dCQUNuQyxJQUFJLENBQUMsbUJBQW1CLEdBQUcsS0FBSyxDQUFDO2dCQUNqQyxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO2dCQUN6QixJQUFJLENBQUMsbUJBQW1CLENBQUMsSUFBSSxDQUMzQixJQUFJLENBQUMsYUFBYSxDQUFDLGFBQWEsQ0FBQyxXQUFXLENBQzdDLENBQUM7YUFDSDtRQUNILENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztJQTFJTixDQUFDO0lBNElPLGNBQWM7UUFDcEIsK0ZBQStGO1FBQy9GLG9GQUFvRjtRQUNwRixJQUFJLENBQUMsSUFBSSxDQUFDLHlCQUF5QixFQUFFO1lBQ25DLElBQUksQ0FBQyx5QkFBeUIsR0FBRyxJQUFJLENBQUM7WUFDdEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLEVBQUUsQ0FDakMsT0FBTyxDQUFDLE9BQU8sRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzFCLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO1lBQzVCLENBQUMsQ0FBQyxDQUNILENBQUM7U0FDSDtJQUNILENBQUM7SUFFRCw0QkFBNEI7SUFDcEIsa0JBQWtCO1FBQ3hCLElBQUksQ0FBQyx5QkFBeUIsR0FBRyxLQUFLLENBQUM7UUFDdkMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxZQUFZLEVBQUUsQ0FBQyxDQUFDO0lBQ2pELENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLEVBQUUsQ0FDakMsT0FBTyxDQUFDLE9BQU8sRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7WUFDMUIsSUFBSSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLEVBQUU7Z0JBQ2xDLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxLQUFLLENBQUM7Z0JBQy9CLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztZQUN4QixDQUFDLENBQUMsQ0FBQztRQUNMLENBQUMsQ0FBQyxDQUNILENBQUM7SUFDSixDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN4QixDQUFDO0lBRVEsZUFBZTtRQUN0QixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDeEIsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUU7WUFDbEIsT0FBTztTQUNSO1FBQ0QsSUFBSSxDQUFDLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLEVBQUUsQ0FDakMsT0FBTyxDQUFDLE9BQU8sRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7WUFDMUIsSUFBSSxDQUFDLFVBQVU7aUJBQ1osSUFBSTtZQUNILDRDQUE0QztZQUM1QyxLQUFLLENBQUMsQ0FBQyxDQUFDLEVBQ1IsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFO2dCQUNOLElBQUksSUFBSSxDQUFDLFNBQVMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUU7b0JBQ3BDLE9BQU8sSUFBSSxDQUFDO2lCQUNiO2dCQUNELE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxtQkFBbUI7cUJBQzFDLGFBQTRCLENBQUM7Z0JBQ2hDLE1BQU0sRUFBRSxRQUFRLEVBQUUsY0FBYyxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsR0FDeEQsWUFBWSxDQUFDO2dCQUNmLE1BQU0sVUFBVSxHQUFHLEVBQUUsQ0FBQztnQkFDdEIsTUFBTSxZQUFZLEdBQUcsY0FBYyxDQUFDLE1BQU0sQ0FBQztnQkFDM0MsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLFlBQVksRUFBRSxDQUFDLEVBQUUsRUFBRTtvQkFDckMsTUFBTSxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsR0FBRyxjQUFjLENBQUMsSUFBSSxDQUNyRCxDQUFDLENBQ2EsQ0FBQztvQkFDakIsTUFBTSxnQkFBZ0IsR0FBRyxVQUFVLEdBQUcsV0FBVyxHQUFHLFVBQVUsQ0FBQztvQkFDL0QsVUFBVSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO2lCQUNuQztnQkFDRCxPQUFPLFVBQVUsQ0FBQztZQUNwQixDQUFDLENBQUMsQ0FDSDtpQkFDQSxTQUFTLENBQUMsTUFBTSxDQUFDLEVBQUU7Z0JBQ2xCLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztnQkFDaEIsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUN2QyxDQUFDLENBQUMsQ0FBQztRQUNQLENBQUMsQ0FBQyxDQUNILENBQUM7SUFDSixDQUFDO21GQWxQVSxrQkFBa0I7b0VBQWxCLGtCQUFrQjs7Ozs7Ozs7Ozs7Ozs7WUNoRi9CLGlDQUdDO1lBQ0MsbUVBMkJNOztZQUVOLDJFQWlCVTs7WUFDWixpQkFBTTtZQUdOLGlDQUdDO1lBQ0MscUZBYWU7O1lBQ2pCLGlCQUFNO1lBRU4sc0hBRWM7WUFFZCxzSEF3QmM7WUFFZCxzSEFLYztZQUVkLG1CQUF5Qjs7Ozs7WUExR3BCLGVBQW9DO1lBQXBDLHVHQUFvQyxpQkFBQTtZQThCcEMsZUFNTDtZQU5LLHNLQU1MO1lBaUJnQyxlQUFxQjtZQUFyQiw4REFBcUI7NEJEWWpELFNBQVM7WUFDVCxJQUFJO1lBQ0osS0FBSztZQUNMLGdCQUFnQjtZQUNoQixTQUFTLG1CQUNULGFBQWEsdUJBQ2IsVUFBVSxvQkFDVixRQUFROztBQXdDVjtJQURDLGVBQWUsRUFBRTs4QkFDVixVQUFVO2lEQUFpRDtBQWdCbkU7SUFEQyxlQUFlLEVBQUU7OEJBQ0gsVUFBVTt3REFBUzt1RkFyRHZCLGtCQUFrQjtjQWpCOUIsU0FBUzsyQkFDRSxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1A7b0JBQ1AsU0FBUztvQkFDVCxJQUFJO29CQUNKLEtBQUs7b0JBQ0wsZ0JBQWdCO29CQUNoQixTQUFTO29CQUNULGFBQWE7b0JBQ2IsVUFBVTtvQkFDVixRQUFRO2lCQUNUO2dIQU9ELG1CQUFtQjtrQkFEbEIsU0FBUzttQkFBQyxxQkFBcUIsRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7WUFJbkQsYUFBYTtrQkFEWixTQUFTO21CQUFDLGVBQWUsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUU7WUFJNUMsWUFBWTtrQkFEWCxLQUFLO1lBSU4sT0FBTztrQkFETixLQUFLO1lBSU4sUUFBUTtrQkFEUCxLQUFLO1lBSU4sUUFBUTtrQkFEUCxNQUFNO1lBSVAsV0FBVztrQkFEVixZQUFZO21CQUFDLGFBQWE7WUFZM0IsSUFBSTtrQkFESCxLQUFLO1lBSU4sS0FBSyxNQUdMLGVBQWU7a0JBRGQsS0FBSztZQUlOLFFBQVE7a0JBRFAsS0FBSztZQUtOLFNBQVM7a0JBRFIsS0FBSztZQUlOLFdBQVc7a0JBRFYsS0FBSztZQUlOLFlBQVksTUFJWixhQUFhO2tCQURaLEtBQUs7WUFJTixTQUFTO2tCQURSLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJY29uTW9kdWxlLCBUYWdNb2R1bGUsIFRhZ1R5cGUsIFRvb2x0aXBNb2R1bGUgfSBmcm9tICdAYWxhdWRhL3VpJztcbmltcG9ydCB7IEFzeW5jUGlwZSwgTmdGb3IsIE5nSWYsIE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZCxcbiAgRWxlbWVudFJlZixcbiAgRXZlbnRFbWl0dGVyLFxuICBJbmplY3RvcixcbiAgSW5wdXQsXG4gIE5nWm9uZSxcbiAgT25EZXN0cm95LFxuICBPbkluaXQsXG4gIE91dHB1dCxcbiAgVGVtcGxhdGVSZWYsXG4gIFZpZXdDaGlsZCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBkZWJvdW5jZSB9IGZyb20gJ2xvZGFzaC1lcyc7XG5pbXBvcnQge1xuICBPYnNlcnZhYmxlLFxuICBSZXBsYXlTdWJqZWN0LFxuICBhbmltYXRpb25GcmFtZVNjaGVkdWxlcixcbiAgY29tYmluZUxhdGVzdCxcbiAgbWVyZ2UsXG4gIGF1ZGl0VGltZSxcbiAgZGVsYXksXG4gIGRpc3RpbmN0VW50aWxDaGFuZ2VkLFxuICBmaWx0ZXIsXG4gIG1hcCxcbiAgdGFrZVVudGlsLFxuICB0YXAsXG59IGZyb20gJ3J4anMnO1xuXG5pbXBvcnQge1xuICBpc0VxdWFsLFxuICBMaXN0ZW5SZXNpemVEaXJlY3RpdmUsXG4gIE9ic2VydmFibGVJbnB1dCxcbiAgcHVibGlzaFJlZixcbn0gZnJvbSAnLi4vLi4vY29yZSc7XG5pbXBvcnQgeyBQdXJlUGlwZSB9IGZyb20gJy4uLy4uL3NjbSc7XG5cbmNvbnN0IEVMTElQU0VfVEFHX1dJRFRIID0gMjg7XG5jb25zdCBFTExJUFNFX1RBR19NQVJHSU4gPSA2O1xuY29uc3QgTUlOX1RBR19XSURUSCA9IDQwO1xuY29uc3QgUkVTSVpFX1NDSEVEVUxFUiA9IGFuaW1hdGlvbkZyYW1lU2NoZWR1bGVyO1xuXG5jb25zdCBzdHJpbmdpZnkgPSAodmFsdWU6IHVua25vd24pID0+XG4gIHR5cGVvZiB2YWx1ZSA9PT0gJ3N0cmluZycgPyB2YWx1ZSA6IEpTT04uc3RyaW5naWZ5KHZhbHVlKTtcblxuLyoqXG4gKiBVc2VyIGNvdWxkIHByb3ZpZGUgdHdvIHR5cGVzIG9mIHRhZ3MgdG8gdXNlIHRoaXMgY29tcG9uZW50LlxuICogVGFncyByZXF1aXJlcyBhIG1hcCBvZiB0YWdzLCB3aGlsZSB0YWdMaXN0IHJlcXVpcmVzIGEgbGlzdCBvZiBrZXkvdmFsdWUgcGFpcnMuXG4gKi9cbmV4cG9ydCBjb25zdCB0YWdSZW5kZXJEZWZhdWx0ID0gPFQ+KHRhZzogVCB8IFtzdHJpbmcgfCBULCBUXSkgPT5cbiAgQXJyYXkuaXNBcnJheSh0YWcpXG4gICAgPyB0YWdcbiAgICAgICAgLmZpbHRlcih0ID0+ICEhdClcbiAgICAgICAgLm1hcChzdHJpbmdpZnkpXG4gICAgICAgIC5qb2luKCc6ICcpXG4gICAgOiBzdHJpbmdpZnkodGFnKTtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWNsLXRhZ3MtbGFiZWwnLFxuICB0ZW1wbGF0ZVVybDogJ3RlbXBsYXRlLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnc3R5bGVzLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBBc3luY1BpcGUsXG4gICAgTmdJZixcbiAgICBOZ0ZvcixcbiAgICBOZ1RlbXBsYXRlT3V0bGV0LFxuICAgIFRhZ01vZHVsZSxcbiAgICBUb29sdGlwTW9kdWxlLFxuICAgIEljb25Nb2R1bGUsXG4gICAgUHVyZVBpcGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFRhZ3NMYWJlbENvbXBvbmVudDxUID0gc3RyaW5nPlxuICBleHRlbmRzIExpc3RlblJlc2l6ZURpcmVjdGl2ZVxuICBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveSwgT25Jbml0XG57XG4gIEBWaWV3Q2hpbGQoJ3RhZ3NDb250YWluZXJNaXJyb3InLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgdGFnc0NvbnRhaW5lck1pcnJvcjogRWxlbWVudFJlZjtcblxuICBAVmlld0NoaWxkKCd0YWdzQ29udGFpbmVyJywgeyBzdGF0aWM6IHRydWUgfSlcbiAgdGFnc0NvbnRhaW5lcjogRWxlbWVudFJlZjtcblxuICBASW5wdXQoKVxuICB0YWdDbGlja2FibGU6IGJvb2xlYW47XG5cbiAgQElucHV0KClcbiAgdGFnVHlwZTogVGFnVHlwZSA9IFRhZ1R5cGUuSW5mbztcblxuICBASW5wdXQoKVxuICB0YWdSb3VuZCA9IHRydWU7XG5cbiAgQE91dHB1dCgpXG4gIHRhZ0NsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjxUIHwgW3N0cmluZyB8IFQsIFRdPigpO1xuXG4gIEBDb250ZW50Q2hpbGQoJ3RhZ1RlbXBsYXRlJylcbiAgdGFnVGVtcGxhdGU6IFRlbXBsYXRlUmVmPHVua25vd24+O1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIGluamVjdG9yOiBJbmplY3RvcixcbiAgICBwcml2YXRlIHJlYWRvbmx5IGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgcHJpdmF0ZSByZWFkb25seSBuZ1pvbmU6IE5nWm9uZSxcbiAgKSB7XG4gICAgc3VwZXIoaW5qZWN0b3IpO1xuICB9XG5cbiAgQElucHV0KClcbiAgdGFnczogUmVjb3JkPHN0cmluZywgVD4gfCBBcnJheTxUIHwgW3N0cmluZyB8IFQsIFRdPjtcblxuICBAT2JzZXJ2YWJsZUlucHV0KClcbiAgdGFncyQhOiBPYnNlcnZhYmxlPFJlY29yZDxzdHJpbmcsIFQ+IHwgQXJyYXk8VCB8IFtzdHJpbmcgfCBULCBUXT4+O1xuXG4gIEBJbnB1dCgpXG4gIHRvb2x0aXBQb3NpdGlvbiA9ICd0b3AgZW5kJztcblxuICBASW5wdXQoKVxuICBzaG93TW9yZSA9IHRydWU7XG5cbiAgLy8gZGlzcGxheSBhbGwgdGFnc++8jGxpbmUgYnkgbGluZVxuICBASW5wdXQoKVxuICBpc1dyYXBwZWQgPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBjb250cm9sU2l6ZTogbnVtYmVyO1xuXG4gIEBPYnNlcnZhYmxlSW5wdXQoKVxuICBjb250cm9sU2l6ZSQhOiBPYnNlcnZhYmxlPG51bWJlcj47XG5cbiAgLy8g55Sx5LqO5peg5rOV56Gu5YiH55+l6YGT5piv5ZCm5Lyg6YCSY29udHJvbFNpemXvvIzmmoLph4fnlKjmjIflrprnmoTmlrnlvI9cbiAgQElucHV0KClcbiAgaXNDb250cm9sU2l6ZSA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIHRhZ1JlbmRlcjpcbiAgICB8ICgodGFnOiBUKSA9PiBzdHJpbmcpXG4gICAgfCAoKHRhZzogW3N0cmluZywgVF0pID0+IHN0cmluZylcbiAgICB8ICgodGFnOiBbVCwgVF0pID0+IHN0cmluZylcbiAgICB8ICgodGFnOiBbc3RyaW5nIHwgVCwgVF0pID0+IHN0cmluZykgPSB0YWdSZW5kZXJEZWZhdWx0O1xuXG4gIHByaXZhdGUgcmVhZG9ubHkgdGFnc0NvbnRhaW5lclNpemUkJCA9IG5ldyBSZXBsYXlTdWJqZWN0PG51bWJlcj4oMSk7XG4gIC8vIOWcqOayoeacieS8oOWFpeWPl+aOp+WwuuWvuOaXtu+8jOagueaNruiHqui6q+iuoeeul1xuICBwcml2YXRlIHJlYWRvbmx5IHNlbGZDb250YWluZXJTaXplJCA9IHRoaXMudGFnc0NvbnRhaW5lclNpemUkJFxuICAgIC5hc09ic2VydmFibGUoKVxuICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLmNvbnRyb2xTaXplJC5waXBlKGZpbHRlcihpID0+IGkgIT0gbnVsbCkpKSk7XG5cbiAgcHJpdmF0ZSByZWFkb25seSBjb250YWluZXJTaXplJCA9IG1lcmdlKFxuICAgIHRoaXMuY29udHJvbFNpemUkLFxuICAgIHRoaXMuc2VsZkNvbnRhaW5lclNpemUkLFxuICApLnBpcGUoZmlsdGVyKGkgPT4gaSAhPSBudWxsKSk7XG5cbiAgcHJpdmF0ZSB0YWdzVG90YWxDb3VudDogbnVtYmVyO1xuXG4gIHNob3VsZFJlbmRlckNvdW50OiBudW1iZXI7XG4gIHNob3VsZFJlbmRlckVsbGlwc2U6IGJvb2xlYW47XG5cbiAgdGFnc1ZhbHVlJCA9IHRoaXMudGFncyQucGlwZShcbiAgICBtYXAodmFsdWUgPT4gKEFycmF5LmlzQXJyYXkodmFsdWUpID8gdmFsdWUgOiBPYmplY3QuZW50cmllcyh2YWx1ZSA/PyB7fSkpKSxcbiAgICB0YXAodmFsID0+IHtcbiAgICAgIHRoaXMudGFnc1RvdGFsQ291bnQgPSB2YWwubGVuZ3RoO1xuICAgIH0pLFxuICAgIGRpc3RpbmN0VW50aWxDaGFuZ2VkKGlzRXF1YWwpLFxuICAgIHB1Ymxpc2hSZWYoKSxcbiAgKTtcblxuICAvLyDku4XlvZPlhoXlrrnlj5jmm7Tml7bvvIzpnIDopoHorqHnrpfkvY3nva7kv6Hmga/vvIznu5/orqHmiYDmnInlrZDlhYPntKDlj7Povrnot53nm7jlr7nniLblrrnlmajlt6bovrnlu7bot53nprtcbiAgcHJpdmF0ZSByZWFkb25seSB0YWdzUG9zaXRpb25JbmZvJCQgPSBuZXcgUmVwbGF5U3ViamVjdDxudW1iZXJbXT4oMSk7XG5cbiAgRUxMSVBTRV9UQUdfV0lEVEggPSBFTExJUFNFX1RBR19XSURUSDtcblxuICAvLyDmoLnmja50YWcgc2l6ZeWSjOWuueWZqHNpemXorqHnrpfopoHmmL7npLrnmoTkuKrmlbBcbiAgcHJpdmF0ZSByZWFkb25seSByZW5kZXJDb3VudCQgPSBjb21iaW5lTGF0ZXN0KFtcbiAgICB0aGlzLnRhZ3NQb3NpdGlvbkluZm8kJCxcbiAgICB0aGlzLmNvbnRhaW5lclNpemUkLFxuICBdKS5waXBlKFxuICAgIG1hcCgoW3RhZ3NQb3NJbmZvLCBjb250YWluZXJTaXplXSkgPT4ge1xuICAgICAgdGhpcy5zaG91bGRSZW5kZXJFbGxpcHNlID0gZmFsc2U7XG4gICAgICBpZiAoIXRhZ3NQb3NJbmZvKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnRhZ3NUb3RhbENvdW50O1xuICAgICAgfVxuICAgICAgY29uc3QgY2FuZGlkYXRlSW5kID0gdGFnc1Bvc0luZm8uZmluZEluZGV4KFxuICAgICAgICByaWdodCA9PiByaWdodCA+IGNvbnRhaW5lclNpemUsXG4gICAgICApO1xuICAgICAgaWYgKGNhbmRpZGF0ZUluZCA9PT0gLTEpIHtcbiAgICAgICAgLy8g5peg5rqi5Ye6XG4gICAgICAgIHJldHVybiB0YWdzUG9zSW5mby5sZW5ndGg7XG4gICAgICB9XG4gICAgICAvLyDorr7orqHkuIroh7PlsJHmmL7npLrkuIDkuKos5LiN5Y+v6IO95Ye6546w5L2O5LqO5pyA5bCP5a695bqm55qE5oOF5Ya1XG4gICAgICBpZiAoY2FuZGlkYXRlSW5kID09PSAwKSB7XG4gICAgICAgIHRoaXMuc2hvdWxkUmVuZGVyRWxsaXBzZSA9IHRhZ3NQb3NJbmZvLmxlbmd0aCA+IDE7XG4gICAgICAgIHJldHVybiAxO1xuICAgICAgfVxuXG4gICAgICAvLyDorqHnrpflkI4gdGFncyDkuK3kuI3lsZXnpLrnmoQgdGFnIOWPquacieS4gOS4qu+8jOWIpOaWreacgOWQjuS4gOS4qiB0YWcg5piv5ZCm5LiN5a6M5pW05pi+56S6XG4gICAgICBpZiAoXG4gICAgICAgIHRhZ3NQb3NJbmZvLmxlbmd0aCAtIGNhbmRpZGF0ZUluZCA9PT0gMSAmJlxuICAgICAgICBjb250YWluZXJTaXplIC0gdGFnc1Bvc0luZm9bY2FuZGlkYXRlSW5kIC0gMV0gPj1cbiAgICAgICAgICBNSU5fVEFHX1dJRFRIICsgRUxMSVBTRV9UQUdfTUFSR0lOXG4gICAgICApIHtcbiAgICAgICAgLy8gMSDliankvZnkuIDkuKos5LiN5a6M5pW05pi+56S6XG4gICAgICAgIHJldHVybiB0YWdzUG9zSW5mby5sZW5ndGg7XG4gICAgICB9XG4gICAgICB0aGlzLnNob3VsZFJlbmRlckVsbGlwc2UgPSB0cnVlO1xuXG4gICAgICBjb25zdCBkaXNwbGF5U2l6ZSA9XG4gICAgICAgIGNvbnRhaW5lclNpemUgLSBFTExJUFNFX1RBR19XSURUSCAtIEVMTElQU0VfVEFHX01BUkdJTjtcblxuICAgICAgY29uc3QgbGFzdFRhZ1NpemUgPVxuICAgICAgICBjYW5kaWRhdGVJbmQgLSAxID09PSAwXG4gICAgICAgICAgPyB0YWdzUG9zSW5mb1tjYW5kaWRhdGVJbmQgLSAxXVxuICAgICAgICAgIDogdGFnc1Bvc0luZm9bY2FuZGlkYXRlSW5kIC0gMV0gLSB0YWdzUG9zSW5mb1tjYW5kaWRhdGVJbmQgLSAyXTtcblxuICAgICAgLy8gRUxMSVBTRV9UQUcg5piv5ZCm5Y2g55So5pyA5ZCO5LiA5Liq5pi+56S6IHRhZyDnmoTkvY3nva5cbiAgICAgIGlmIChcbiAgICAgICAgZGlzcGxheVNpemUgPj1cbiAgICAgICAgdGFnc1Bvc0luZm9bY2FuZGlkYXRlSW5kIC0gMV0gLVxuICAgICAgICAgIGxhc3RUYWdTaXplICtcbiAgICAgICAgICBNSU5fVEFHX1dJRFRIICtcbiAgICAgICAgICBFTExJUFNFX1RBR19NQVJHSU5cbiAgICAgICkge1xuICAgICAgICAvLyAyIOaYvuekuuacgOWQjuS4gOS4qiB0YWdcbiAgICAgICAgcmV0dXJuIGNhbmRpZGF0ZUluZDtcbiAgICAgIH1cbiAgICAgIC8vIDMg5pyA5ZCO5LiA5LiqIHRhZyDkuI3lsZXnpLrvvIzlsZXnpLogRUxMSVBTRV9UQUdcbiAgICAgIHJldHVybiBjYW5kaWRhdGVJbmQgLSAxO1xuICAgIH0pLFxuICAgIGF1ZGl0VGltZSgwLCBSRVNJWkVfU0NIRURVTEVSKSxcbiAgKTtcblxuICBfaXNDaGFuZ2VEZXRlY3Rpb25QZW5kaW5nID0gZmFsc2U7XG5cbiAgLy8gb25SZXNpemUg5Ye95pWw6Ziy5oqW77yM6Ziy5q2i57uE5Lu25Zyo6KGo5qC85YaF5Y+v6IO95Ye6546w55qE6auY5bqm5oqW5Yqo6Zeu6aKYXG4gIC8vIGUuZy4g6KGM5bC+IGFjdGlvbiDliJfkvb/nlKggZWxsaXBzaXNfdl9zIOS6p+eUn+ihjOmrmOWPmOWMlu+8jOatpOaXtue7hOS7tuivu+WPliBvZmZzZXRXaWR0aCDlr7zoh7QgcmVmbG93IOS6p+eUn+S6humrmOW6puaKluWKqFxuICBkZWJvdW5jZVJlc2l6ZSA9IGRlYm91bmNlKCgpID0+IHtcbiAgICBpZiAoIXRoaXMuaXNDb250cm9sU2l6ZSkge1xuICAgICAgLy8g5b2T5bC65a+45Y+Y5pu05pe25bqU6K+l6K6p6ZqQ6JeP5oGi5aSN5Y6f54q2LOS9v+WFtuWhq+WFheWIsOacgOWkp+WuveW6piznhLblkI7lho3ph43mlrDliKTlrprlrr3luqZcbiAgICAgIHRoaXMuc2hvdWxkUmVuZGVyQ291bnQgPSB1bmRlZmluZWQ7XG4gICAgICB0aGlzLnNob3VsZFJlbmRlckVsbGlwc2UgPSBmYWxzZTtcbiAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICAgIHRoaXMudGFnc0NvbnRhaW5lclNpemUkJC5uZXh0KFxuICAgICAgICB0aGlzLnRhZ3NDb250YWluZXIubmF0aXZlRWxlbWVudC5vZmZzZXRXaWR0aCxcbiAgICAgICk7XG4gICAgfVxuICB9LCAwKTtcblxuICBwcml2YXRlIG1hcmtOZWVkUmVuZGVyKCkge1xuICAgIC8vIFVzZSBhIFByb21pc2UgdG8gYmF0Y2ggdG9nZXRoZXIgY2FsbHMgdG8gYF9kb0NoYW5nZURldGVjdGlvbmAuIFRoaXMgd2F5IGlmIHdlIHNldCBhIGJ1bmNoIG9mXG4gICAgLy8gcHJvcGVydGllcyBzZXF1ZW50aWFsbHkgd2Ugb25seSBoYXZlIHRvIHJ1biBgX2RvQ2hhbmdlRGV0ZWN0aW9uYCBvbmNlIGF0IHRoZSBlbmQuXG4gICAgaWYgKCF0aGlzLl9pc0NoYW5nZURldGVjdGlvblBlbmRpbmcpIHtcbiAgICAgIHRoaXMuX2lzQ2hhbmdlRGV0ZWN0aW9uUGVuZGluZyA9IHRydWU7XG4gICAgICB0aGlzLm5nWm9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PlxuICAgICAgICBQcm9taXNlLnJlc29sdmUoKS50aGVuKCgpID0+IHtcbiAgICAgICAgICB0aGlzLl9kb0NoYW5nZURldGVjdGlvbigpO1xuICAgICAgICB9KSxcbiAgICAgICk7XG4gICAgfVxuICB9XG5cbiAgLyoqIFJ1biBjaGFuZ2UgZGV0ZWN0aW9uLiAqL1xuICBwcml2YXRlIF9kb0NoYW5nZURldGVjdGlvbigpIHtcbiAgICB0aGlzLl9pc0NoYW5nZURldGVjdGlvblBlbmRpbmcgPSBmYWxzZTtcbiAgICB0aGlzLm5nWm9uZS5ydW4oKCkgPT4gdGhpcy5jZHIubWFya0ZvckNoZWNrKCkpO1xuICB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5uZ1pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT5cbiAgICAgIFByb21pc2UucmVzb2x2ZSgpLnRoZW4oKCkgPT4ge1xuICAgICAgICB0aGlzLnJlbmRlckNvdW50JC5zdWJzY3JpYmUoY291bnQgPT4ge1xuICAgICAgICAgIHRoaXMuc2hvdWxkUmVuZGVyQ291bnQgPSBjb3VudDtcbiAgICAgICAgICB0aGlzLm1hcmtOZWVkUmVuZGVyKCk7XG4gICAgICAgIH0pO1xuICAgICAgfSksXG4gICAgKTtcbiAgfVxuXG4gIG9uUmVzaXplKCkge1xuICAgIHRoaXMuZGVib3VuY2VSZXNpemUoKTtcbiAgfVxuXG4gIG92ZXJyaWRlIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICBzdXBlci5uZ0FmdGVyVmlld0luaXQoKTtcbiAgICBpZiAoIXRoaXMuc2hvd01vcmUpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgdGhpcy5uZ1pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT5cbiAgICAgIFByb21pc2UucmVzb2x2ZSgpLnRoZW4oKCkgPT4ge1xuICAgICAgICB0aGlzLnRhZ3NWYWx1ZSRcbiAgICAgICAgICAucGlwZShcbiAgICAgICAgICAgIC8vIOWinuWKoOatpGRlbGF577yM6Kej5YazY29udGFpbmVyIHNpemXpmo/nnYBsYWJlbOWinuWKoOWKqOaAgeWPmOWMlueahOmXrumimFxuICAgICAgICAgICAgZGVsYXkoMCksXG4gICAgICAgICAgICBtYXAoXyA9PiB7XG4gICAgICAgICAgICAgIGlmICh0aGlzLmlzV3JhcHBlZCB8fCAhdGhpcy5zaG93TW9yZSkge1xuICAgICAgICAgICAgICAgIHJldHVybiBudWxsO1xuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgIGNvbnN0IGNvbnRhaW5lckVsZSA9IHRoaXMudGFnc0NvbnRhaW5lck1pcnJvclxuICAgICAgICAgICAgICAgIC5uYXRpdmVFbGVtZW50IGFzIEhUTUxFbGVtZW50O1xuICAgICAgICAgICAgICBjb25zdCB7IGNoaWxkcmVuOiByZW5kZXJDaGlsZHJlbiwgb2Zmc2V0TGVmdDogYmFzZU9mZnNldCB9ID1cbiAgICAgICAgICAgICAgICBjb250YWluZXJFbGU7XG4gICAgICAgICAgICAgIGNvbnN0IHJpZ2h0RWRnZXMgPSBbXTtcbiAgICAgICAgICAgICAgY29uc3QgY2hpbGRyZW5TaXplID0gcmVuZGVyQ2hpbGRyZW4ubGVuZ3RoO1xuICAgICAgICAgICAgICBmb3IgKGxldCBpID0gMDsgaSA8IGNoaWxkcmVuU2l6ZTsgaSsrKSB7XG4gICAgICAgICAgICAgICAgY29uc3QgeyBvZmZzZXRMZWZ0LCBjbGllbnRXaWR0aCB9ID0gcmVuZGVyQ2hpbGRyZW4uaXRlbShcbiAgICAgICAgICAgICAgICAgIGksXG4gICAgICAgICAgICAgICAgKSBhcyBIVE1MRWxlbWVudDtcbiAgICAgICAgICAgICAgICBjb25zdCBjdXJyZW50UmlnaHRFZGdlID0gb2Zmc2V0TGVmdCArIGNsaWVudFdpZHRoIC0gYmFzZU9mZnNldDtcbiAgICAgICAgICAgICAgICByaWdodEVkZ2VzLnB1c2goY3VycmVudFJpZ2h0RWRnZSk7XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgcmV0dXJuIHJpZ2h0RWRnZXM7XG4gICAgICAgICAgICB9KSxcbiAgICAgICAgICApXG4gICAgICAgICAgLnN1YnNjcmliZSh2YWx1ZXMgPT4ge1xuICAgICAgICAgICAgdGhpcy5vblJlc2l6ZSgpO1xuICAgICAgICAgICAgdGhpcy50YWdzUG9zaXRpb25JbmZvJCQubmV4dCh2YWx1ZXMpO1xuICAgICAgICAgIH0pO1xuICAgICAgfSksXG4gICAgKTtcbiAgfVxufVxuIiwiPGRpdlxuICAjdGFnc0NvbnRhaW5lclxuICBjbGFzcz1cInRhZ3Mtc3RydXRcIlxuPlxuICA8ZGl2XG4gICAgKm5nSWY9XCIodGFnc1ZhbHVlJCB8IGFzeW5jKT8ubGVuZ3RoOyBlbHNlIG5vRGF0YVwiXG4gICAgY2xhc3M9XCJ0YWdzLWNvbnRhaW5lclwiXG4gICAgW2NsYXNzLnRhZ3MtY29udGFpbmVyLS1tdWx0aWxpbmVdPVwiaXNXcmFwcGVkXCJcbiAgPlxuICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHRhZyBvZiB0YWdzVmFsdWUkIHwgYXN5bmM7IGxldCBpbmRleCA9IGluZGV4XCI+XG4gICAgICA8IS0tIOS/ruaUuSB0YWcg5pe25b+F6aG75ZCM5pe26LCD5pW0IG1pcnJvciDlhoXnmoQgdGFnIOagt+W8j++8jOS/neivgea4suafk+S4gOiHtCAtLT5cbiAgICAgIDxhdWktdGFnXG4gICAgICAgIFt0eXBlXT1cInRhZ1R5cGVcIlxuICAgICAgICBzaXplPVwibWluaVwiXG4gICAgICAgIFtib3JkZXJdPVwiIXRhZ0NsaWNrYWJsZVwiXG4gICAgICAgIFt0aXRsZV09XCJ0YWcgfCBwdXJlOiB0YWdSZW5kZXJcIlxuICAgICAgICBbcm91bmRdPVwidGFnUm91bmRcIlxuICAgICAgICBbaGlkZGVuXT1cImluZGV4ID49IHNob3VsZFJlbmRlckNvdW50XCJcbiAgICAgICAgW2NsYXNzLmxhc3QtZGlzcGxheS10YWddPVwic2hvdWxkUmVuZGVyQ291bnQgLSBpbmRleCA9PT0gMVwiXG4gICAgICAgIFtjbGFzcy50YWctY2xpY2thYmxlXT1cInRhZ0NsaWNrYWJsZVwiXG4gICAgICAgIChjbGljayk9XCJ0YWdDbGljay5uZXh0KHRhZylcIlxuICAgICAgPlxuICAgICAgICA8IS0tIHt7IHRhZyB8IHB1cmU6IHJlbmRlclRhZyB9fSAtLT5cbiAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICpuZ1RlbXBsYXRlT3V0bGV0PVwiXG4gICAgICAgICAgICB0YWdUZW1wbGF0ZSB8fCBkZWZhdWx0VGFnVGVtcGxhdGU7XG4gICAgICAgICAgICBjb250ZXh0OiB7ICRpbXBsaWNpdDogdGFnLCBpbmRleCB9XG4gICAgICAgICAgXCJcbiAgICAgICAgPjwvbmctY29udGFpbmVyPlxuICAgICAgPC9hdWktdGFnPlxuICAgIDwvbmctY29udGFpbmVyPlxuICA8L2Rpdj5cblxuICA8YXVpLXRhZ1xuICAgIGNsYXNzPVwidG9vbHRpcC10b2dnbGVcIlxuICAgICpuZ0lmPVwiXG4gICAgICAhaXNXcmFwcGVkICYmXG4gICAgICBzaG93TW9yZSAmJlxuICAgICAgKHRhZ3NWYWx1ZSQgfCBhc3luYyk/Lmxlbmd0aCAmJlxuICAgICAgc2hvdWxkUmVuZGVyRWxsaXBzZVxuICAgIFwiXG4gICAgW3JvdW5kXT1cInRhZ1JvdW5kXCJcbiAgICBbYXVpVG9vbHRpcF09XCJsYWJlbHNcIlxuICAgIGF1aVRvb2x0aXBUeXBlPVwiaW5mb1wiXG4gICAgYXVpVG9vbHRpcENsYXNzPVwidGFnLXRvb2x0aXBcIlxuICAgIFthdWlUb29sdGlwUG9zaXRpb25dPVwidG9vbHRpcFBvc2l0aW9uXCJcbiAgICBbdHlwZV09XCJ0YWdUeXBlXCJcbiAgICBzaXplPVwibWluaVwiXG4gID5cbiAgICA8YXVpLWljb24gaWNvbj1cImVsbGlwc2lzX3NcIj48L2F1aS1pY29uPlxuICA8L2F1aS10YWc+XG48L2Rpdj5cblxuPCEtLSDpgJrov4fliJvlu7rplZzlg4/lhYPntKDvvIzmnaXorqHnrpfmiYDmnInlrZB0YWflrr3luqbvvIzov5nmoLfml6Log73kv53or4HlrZB0YWfmqKrlkJHmjpLliJfvvIzlkIzml7bnlLHkuo7mmK9hYnNvbHV0ZeWFg+e0oO+8jOWvueWFtuS7peWPiuWFtuWtkOWFg+e0oOi/m+ihjERPTeafpeivou+8jOS7o+S7t+i+g+S9jiAtLT5cbjxkaXZcbiAgY2xhc3M9XCJ0YWdzLWNvbnRhaW5lci0tbWlycm9yXCJcbiAgI3RhZ3NDb250YWluZXJNaXJyb3Jcbj5cbiAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgdGFnIG9mIHRhZ3NWYWx1ZSQgfCBhc3luY1wiPlxuICAgIDxhdWktdGFnXG4gICAgICBbdHlwZV09XCJ0YWdUeXBlXCJcbiAgICAgIHNpemU9XCJtaW5pXCJcbiAgICAgIFtib3JkZXJdPVwidHJ1ZVwiXG4gICAgPlxuICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAqbmdUZW1wbGF0ZU91dGxldD1cIlxuICAgICAgICAgIHRhZ1RlbXBsYXRlIHx8IGRlZmF1bHRUYWdUZW1wbGF0ZTtcbiAgICAgICAgICBjb250ZXh0OiB7ICRpbXBsaWNpdDogdGFnIH1cbiAgICAgICAgXCJcbiAgICAgID48L25nLWNvbnRhaW5lcj5cbiAgICA8L2F1aS10YWc+XG4gIDwvbmctY29udGFpbmVyPlxuPC9kaXY+XG5cbjxuZy10ZW1wbGF0ZSAjbm9EYXRhPlxuICA8ZGl2Pi08L2Rpdj5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjbGFiZWxzPlxuICA8ZGl2IGNsYXNzPVwidG9vbHRpcC1jb250YWluZXJcIj5cbiAgICA8ZGl2XG4gICAgICAqbmdGb3I9XCJsZXQgdGFnIG9mIHRhZ3NWYWx1ZSQgfCBhc3luYzsgbGV0IGluZGV4ID0gaW5kZXhcIlxuICAgICAgY2xhc3M9XCJ0b29sdGlwLXRhZ1wiXG4gICAgPlxuICAgICAgPGF1aS10YWdcbiAgICAgICAgW3R5cGVdPVwidGFnVHlwZVwiXG4gICAgICAgIHNpemU9XCJtaW5pXCJcbiAgICAgICAgW3RpdGxlXT1cInRhZyB8IHB1cmU6IHRhZ1JlbmRlclwiXG4gICAgICAgIFtjbGFzcy50YWctY2xpY2thYmxlXT1cInRhZ0NsaWNrYWJsZVwiXG4gICAgICAgIFtib3JkZXJdPVwiIXRhZ0NsaWNrYWJsZVwiXG4gICAgICAgIFtyb3VuZF09XCJ0YWdSb3VuZFwiXG4gICAgICAgIChjbGljayk9XCJ0YWdDbGljay5uZXh0KHRhZylcIlxuICAgICAgPlxuICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgKm5nVGVtcGxhdGVPdXRsZXQ9XCJcbiAgICAgICAgICAgIHRhZ1RlbXBsYXRlIHx8IGRlZmF1bHRUYWdUZW1wbGF0ZTtcbiAgICAgICAgICAgIGNvbnRleHQ6IHsgJGltcGxpY2l0OiB0YWcsIGluZGV4IH1cbiAgICAgICAgICBcIlxuICAgICAgICA+PC9uZy1jb250YWluZXI+XG4gICAgICA8L2F1aS10YWc+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlXG4gICNkZWZhdWx0VGFnVGVtcGxhdGVcbiAgbGV0LXRhZ1xuPlxuICB7eyB0YWcgfCBwdXJlOiB0YWdSZW5kZXIgfX1cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiJdfQ==
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
function TerminatingTagComponent_aui_tag_0_Template(rf, ctx) { if (rf & 1) {
|
|
4
|
+
i0.ɵɵelementStart(0, "aui-tag", 1);
|
|
5
|
+
i0.ɵɵtext(1);
|
|
6
|
+
i0.ɵɵpipe(2, "translate");
|
|
7
|
+
i0.ɵɵelementEnd();
|
|
8
|
+
} if (rf & 2) {
|
|
9
|
+
i0.ɵɵproperty("border", true);
|
|
10
|
+
i0.ɵɵadvance(1);
|
|
11
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "deleting"), "\n");
|
|
12
|
+
} }
|
|
13
|
+
export class TerminatingTagComponent {
|
|
14
|
+
static { this.ɵfac = function TerminatingTagComponent_Factory(t) { return new (t || TerminatingTagComponent)(); }; }
|
|
15
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TerminatingTagComponent, selectors: [["acl-deleting-tag"]], inputs: { resource: "resource" }, decls: 1, vars: 1, consts: [["type", "error", "size", "mini", 3, "border", 4, "ngIf"], ["type", "error", "size", "mini", 3, "border"]], template: function TerminatingTagComponent_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
+
i0.ɵɵtemplate(0, TerminatingTagComponent_aui_tag_0_Template, 3, 4, "aui-tag", 0);
|
|
17
|
+
} if (rf & 2) {
|
|
18
|
+
i0.ɵɵproperty("ngIf", ctx.resource == null ? null : ctx.resource.metadata == null ? null : ctx.resource.metadata.deletionTimestamp);
|
|
19
|
+
} }, styles: ["aui-tag[_ngcontent-%COMP%]{display:inline-block;margin-left:8px;vertical-align:2px}"], changeDetection: 0 }); }
|
|
20
|
+
}
|
|
21
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TerminatingTagComponent, [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{ selector: 'acl-deleting-tag', changeDetection: ChangeDetectionStrategy.OnPush, template: "<aui-tag\n *ngIf=\"resource?.metadata?.deletionTimestamp\"\n type=\"error\"\n size=\"mini\"\n [border]=\"true\"\n>\n {{ 'deleting' | translate }}\n</aui-tag>\n", styles: ["aui-tag{display:inline-block;margin-left:8px;vertical-align:2px}\n"] }]
|
|
24
|
+
}], null, { resource: [{
|
|
25
|
+
type: Input
|
|
26
|
+
}] }); })();
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL3dpZGdldC90ZXJtaW5hdGluZy10YWcvY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL3dpZGdldC90ZXJtaW5hdGluZy10YWcvdGVtcGxhdGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0lDQTFFLGtDQUtDO0lBQ0MsWUFDRjs7SUFBQSxpQkFBVTs7SUFIUiw2QkFBZTtJQUVmLGVBQ0Y7SUFERSxrRUFDRjs7QURHQSxNQUFNLE9BQU8sdUJBQXVCO3dGQUF2Qix1QkFBdUI7b0VBQXZCLHVCQUF1QjtZQ1ZwQyxnRkFPVTs7WUFOUCxtSUFBMkM7Ozt1RkRTakMsdUJBQXVCO2NBTm5DLFNBQVM7MkJBQ0Usa0JBQWtCLG1CQUdYLHVCQUF1QixDQUFDLE1BQU07Z0JBSS9DLFFBQVE7a0JBRFAsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEt1YmVybmV0ZXNSZXNvdXJjZSB9IGZyb20gJy4uLy4uL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhY2wtZGVsZXRpbmctdGFnJyxcbiAgdGVtcGxhdGVVcmw6ICd0ZW1wbGF0ZS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJ3N0eWxlLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFRlcm1pbmF0aW5nVGFnQ29tcG9uZW50IHtcbiAgQElucHV0KClcbiAgcmVzb3VyY2U6IEt1YmVybmV0ZXNSZXNvdXJjZTtcbn1cbiIsIjxhdWktdGFnXG4gICpuZ0lmPVwicmVzb3VyY2U/Lm1ldGFkYXRhPy5kZWxldGlvblRpbWVzdGFtcFwiXG4gIHR5cGU9XCJlcnJvclwiXG4gIHNpemU9XCJtaW5pXCJcbiAgW2JvcmRlcl09XCJ0cnVlXCJcbj5cbiAge3sgJ2RlbGV0aW5nJyB8IHRyYW5zbGF0ZSB9fVxuPC9hdWktdGFnPlxuIl19
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { TooltipDirective } from '@alauda/ui';
|
|
2
|
+
import { Directive, HostListener, Input, inject } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@alauda/ui";
|
|
5
|
+
const CLONE_ELEMENT_BASE_STYLES = {
|
|
6
|
+
position: 'absolute',
|
|
7
|
+
visibility: 'hidden',
|
|
8
|
+
zIndex: -999,
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* 使用场景:
|
|
12
|
+
* 文案需要单行显示,过长时截取的情况。
|
|
13
|
+
* 效果:
|
|
14
|
+
* 发生截取的文案会显示完整内容的 tooltip。未发生截取的文案不显示 tooltip。
|
|
15
|
+
* @example:
|
|
16
|
+
* <span class="tw-text-overflow" aclTextTooltip>TEXT...</span>
|
|
17
|
+
*
|
|
18
|
+
* tooltip 的一些设置(位置、类型)可以使用 aui 相同设置。未传 tooltip content 则取元素 text content
|
|
19
|
+
*/
|
|
20
|
+
export class TextTooltipDirective {
|
|
21
|
+
constructor() {
|
|
22
|
+
this.tooltipDirective = inject(TooltipDirective);
|
|
23
|
+
}
|
|
24
|
+
onMouseEnter(e) {
|
|
25
|
+
const el = e.target;
|
|
26
|
+
const displayWidth = el.offsetWidth;
|
|
27
|
+
const fullWidth = this.calcFullTextWidth(el);
|
|
28
|
+
this.tooltipDirective.content = this.content || el.textContent;
|
|
29
|
+
this.tooltipDirective.disabled = fullWidth <= displayWidth;
|
|
30
|
+
}
|
|
31
|
+
calcFullTextWidth(el) {
|
|
32
|
+
const computedStyle = window.getComputedStyle(el);
|
|
33
|
+
const contentContainer = document.createElement('div');
|
|
34
|
+
contentContainer.textContent = this.content || el.textContent;
|
|
35
|
+
Object.assign(contentContainer.style, {
|
|
36
|
+
...CLONE_ELEMENT_BASE_STYLES,
|
|
37
|
+
fontSize: computedStyle.fontSize,
|
|
38
|
+
fontWeight: computedStyle.fontWeight,
|
|
39
|
+
});
|
|
40
|
+
document.body.append(contentContainer);
|
|
41
|
+
const width = contentContainer.offsetWidth;
|
|
42
|
+
contentContainer.remove();
|
|
43
|
+
return width;
|
|
44
|
+
}
|
|
45
|
+
static { this.ɵfac = function TextTooltipDirective_Factory(t) { return new (t || TextTooltipDirective)(); }; }
|
|
46
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: TextTooltipDirective, selectors: [["", "aclTextTooltip", ""]], hostBindings: function TextTooltipDirective_HostBindings(rf, ctx) { if (rf & 1) {
|
|
47
|
+
i0.ɵɵlistener("mouseenter", function TextTooltipDirective_mouseenter_HostBindingHandler($event) { return ctx.onMouseEnter($event); });
|
|
48
|
+
} }, inputs: { content: ["aclTextTooltip", "content"] }, standalone: true, features: [i0.ɵɵHostDirectivesFeature([{ directive: i1.TooltipDirective, inputs: ["auiTooltip", "aclTextTooltip", "auiTooltipPosition", "auiTooltipPosition", "auiTooltipType", "auiTooltipType"] }])] }); }
|
|
49
|
+
}
|
|
50
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextTooltipDirective, [{
|
|
51
|
+
type: Directive,
|
|
52
|
+
args: [{
|
|
53
|
+
selector: '[aclTextTooltip]',
|
|
54
|
+
hostDirectives: [
|
|
55
|
+
{
|
|
56
|
+
directive: TooltipDirective,
|
|
57
|
+
inputs: [
|
|
58
|
+
'auiTooltip:aclTextTooltip',
|
|
59
|
+
'auiTooltipPosition',
|
|
60
|
+
'auiTooltipType',
|
|
61
|
+
],
|
|
62
|
+
},
|
|
63
|
+
],
|
|
64
|
+
standalone: true,
|
|
65
|
+
}]
|
|
66
|
+
}], null, { content: [{
|
|
67
|
+
type: Input,
|
|
68
|
+
args: ['aclTextTooltip']
|
|
69
|
+
}], onMouseEnter: [{
|
|
70
|
+
type: HostListener,
|
|
71
|
+
args: ['mouseenter', ['$event']]
|
|
72
|
+
}] }); })();
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL3dpZGdldC90ZXh0LXRvb2x0aXAvZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUM5QyxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFFdkUsTUFBTSx5QkFBeUIsR0FBRztJQUNoQyxRQUFRLEVBQUUsVUFBVTtJQUNwQixVQUFVLEVBQUUsUUFBUTtJQUNwQixNQUFNLEVBQUUsQ0FBQyxHQUFHO0NBQ2IsQ0FBQztBQUVGOzs7Ozs7Ozs7R0FTRztBQWVILE1BQU0sT0FBTyxvQkFBb0I7SUFkakM7UUEyQkUscUJBQWdCLEdBQUcsTUFBTSxDQUFDLGdCQUFnQixDQUFDLENBQUM7S0FnQjdDO0lBeEJDLFlBQVksQ0FBQyxDQUFhO1FBQ3hCLE1BQU0sRUFBRSxHQUFHLENBQUMsQ0FBQyxNQUFxQixDQUFDO1FBQ25DLE1BQU0sWUFBWSxHQUFHLEVBQUUsQ0FBQyxXQUFXLENBQUM7UUFDcEMsTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQzdDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLE9BQU8sSUFBSSxFQUFFLENBQUMsV0FBVyxDQUFDO1FBQy9ELElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLEdBQUcsU0FBUyxJQUFJLFlBQVksQ0FBQztJQUM3RCxDQUFDO0lBSU8saUJBQWlCLENBQUMsRUFBZTtRQUN2QyxNQUFNLGFBQWEsR0FBRyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDbEQsTUFBTSxnQkFBZ0IsR0FBRyxRQUFRLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3ZELGdCQUFnQixDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsT0FBTyxJQUFJLEVBQUUsQ0FBQyxXQUFXLENBQUM7UUFDOUQsTUFBTSxDQUFDLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxLQUFLLEVBQUU7WUFDcEMsR0FBRyx5QkFBeUI7WUFDNUIsUUFBUSxFQUFFLGFBQWEsQ0FBQyxRQUFRO1lBQ2hDLFVBQVUsRUFBRSxhQUFhLENBQUMsVUFBVTtTQUNyQyxDQUFDLENBQUM7UUFDSCxRQUFRLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQ3ZDLE1BQU0sS0FBSyxHQUFHLGdCQUFnQixDQUFDLFdBQVcsQ0FBQztRQUMzQyxnQkFBZ0IsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUMxQixPQUFPLEtBQUssQ0FBQztJQUNmLENBQUM7cUZBNUJVLG9CQUFvQjtvRUFBcEIsb0JBQW9CO3FIQUFwQix3QkFBb0I7Ozt1RkFBcEIsb0JBQW9CO2NBZGhDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsa0JBQWtCO2dCQUM1QixjQUFjLEVBQUU7b0JBQ2Q7d0JBQ0UsU0FBUyxFQUFFLGdCQUFnQjt3QkFDM0IsTUFBTSxFQUFFOzRCQUNOLDJCQUEyQjs0QkFDM0Isb0JBQW9COzRCQUNwQixnQkFBZ0I7eUJBQ2pCO3FCQUNGO2lCQUNGO2dCQUNELFVBQVUsRUFBRSxJQUFJO2FBQ2pCO2dCQUdDLE9BQU87a0JBRE4sS0FBSzttQkFBQyxnQkFBZ0I7WUFJdkIsWUFBWTtrQkFEWCxZQUFZO21CQUFDLFlBQVksRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFRvb2x0aXBEaXJlY3RpdmUgfSBmcm9tICdAYWxhdWRhL3VpJztcbmltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdExpc3RlbmVyLCBJbnB1dCwgaW5qZWN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmNvbnN0IENMT05FX0VMRU1FTlRfQkFTRV9TVFlMRVMgPSB7XG4gIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICB2aXNpYmlsaXR5OiAnaGlkZGVuJyxcbiAgekluZGV4OiAtOTk5LFxufTtcblxuLyoqXG4gKiDkvb/nlKjlnLrmma/vvJpcbiAqIOaWh+ahiOmcgOimgeWNleihjOaYvuekuu+8jOi/h+mVv+aXtuaIquWPlueahOaDheWGteOAglxuICog5pWI5p6c77yaXG4gKiDlj5HnlJ/miKrlj5bnmoTmlofmoYjkvJrmmL7npLrlrozmlbTlhoXlrrnnmoQgdG9vbHRpcOOAguacquWPkeeUn+aIquWPlueahOaWh+ahiOS4jeaYvuekuiB0b29sdGlw44CCXG4gKiBAZXhhbXBsZTpcbiAqIDxzcGFuIGNsYXNzPVwidHctdGV4dC1vdmVyZmxvd1wiIGFjbFRleHRUb29sdGlwPlRFWFQuLi48L3NwYW4+XG4gKlxuICogdG9vbHRpcCDnmoTkuIDkupvorr7nva7vvIjkvY3nva7jgIHnsbvlnovvvInlj6/ku6Xkvb/nlKggYXVpIOebuOWQjOiuvue9ruOAguacquS8oCB0b29sdGlwIGNvbnRlbnQg5YiZ5Y+W5YWD57SgIHRleHQgY29udGVudFxuICovXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYWNsVGV4dFRvb2x0aXBdJyxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IFRvb2x0aXBEaXJlY3RpdmUsXG4gICAgICBpbnB1dHM6IFtcbiAgICAgICAgJ2F1aVRvb2x0aXA6YWNsVGV4dFRvb2x0aXAnLFxuICAgICAgICAnYXVpVG9vbHRpcFBvc2l0aW9uJyxcbiAgICAgICAgJ2F1aVRvb2x0aXBUeXBlJyxcbiAgICAgIF0sXG4gICAgfSxcbiAgXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgVGV4dFRvb2x0aXBEaXJlY3RpdmUge1xuICBASW5wdXQoJ2FjbFRleHRUb29sdGlwJylcbiAgY29udGVudDogc3RyaW5nO1xuXG4gIEBIb3N0TGlzdGVuZXIoJ21vdXNlZW50ZXInLCBbJyRldmVudCddKVxuICBvbk1vdXNlRW50ZXIoZTogTW91c2VFdmVudCkge1xuICAgIGNvbnN0IGVsID0gZS50YXJnZXQgYXMgSFRNTEVsZW1lbnQ7XG4gICAgY29uc3QgZGlzcGxheVdpZHRoID0gZWwub2Zmc2V0V2lkdGg7XG4gICAgY29uc3QgZnVsbFdpZHRoID0gdGhpcy5jYWxjRnVsbFRleHRXaWR0aChlbCk7XG4gICAgdGhpcy50b29sdGlwRGlyZWN0aXZlLmNvbnRlbnQgPSB0aGlzLmNvbnRlbnQgfHwgZWwudGV4dENvbnRlbnQ7XG4gICAgdGhpcy50b29sdGlwRGlyZWN0aXZlLmRpc2FibGVkID0gZnVsbFdpZHRoIDw9IGRpc3BsYXlXaWR0aDtcbiAgfVxuXG4gIHRvb2x0aXBEaXJlY3RpdmUgPSBpbmplY3QoVG9vbHRpcERpcmVjdGl2ZSk7XG5cbiAgcHJpdmF0ZSBjYWxjRnVsbFRleHRXaWR0aChlbDogSFRNTEVsZW1lbnQpIHtcbiAgICBjb25zdCBjb21wdXRlZFN0eWxlID0gd2luZG93LmdldENvbXB1dGVkU3R5bGUoZWwpO1xuICAgIGNvbnN0IGNvbnRlbnRDb250YWluZXIgPSBkb2N1bWVudC5jcmVhdGVFbGVtZW50KCdkaXYnKTtcbiAgICBjb250ZW50Q29udGFpbmVyLnRleHRDb250ZW50ID0gdGhpcy5jb250ZW50IHx8IGVsLnRleHRDb250ZW50O1xuICAgIE9iamVjdC5hc3NpZ24oY29udGVudENvbnRhaW5lci5zdHlsZSwge1xuICAgICAgLi4uQ0xPTkVfRUxFTUVOVF9CQVNFX1NUWUxFUyxcbiAgICAgIGZvbnRTaXplOiBjb21wdXRlZFN0eWxlLmZvbnRTaXplLFxuICAgICAgZm9udFdlaWdodDogY29tcHV0ZWRTdHlsZS5mb250V2VpZ2h0LFxuICAgIH0pO1xuICAgIGRvY3VtZW50LmJvZHkuYXBwZW5kKGNvbnRlbnRDb250YWluZXIpO1xuICAgIGNvbnN0IHdpZHRoID0gY29udGVudENvbnRhaW5lci5vZmZzZXRXaWR0aDtcbiAgICBjb250ZW50Q29udGFpbmVyLnJlbW92ZSgpO1xuICAgIHJldHVybiB3aWR0aDtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
function TextWithUrlComponent_ng_container_0_span_1_Template(rf, ctx) { if (rf & 1) {
|
|
4
|
+
i0.ɵɵelementStart(0, "span");
|
|
5
|
+
i0.ɵɵtext(1);
|
|
6
|
+
i0.ɵɵelementEnd();
|
|
7
|
+
} if (rf & 2) {
|
|
8
|
+
const item_r1 = i0.ɵɵnextContext().$implicit;
|
|
9
|
+
i0.ɵɵadvance(1);
|
|
10
|
+
i0.ɵɵtextInterpolate(item_r1.value);
|
|
11
|
+
} }
|
|
12
|
+
function TextWithUrlComponent_ng_container_0_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
i0.ɵɵelementStart(0, "a", 3);
|
|
14
|
+
i0.ɵɵtext(1);
|
|
15
|
+
i0.ɵɵelementEnd();
|
|
16
|
+
} if (rf & 2) {
|
|
17
|
+
const item_r1 = i0.ɵɵnextContext().$implicit;
|
|
18
|
+
i0.ɵɵproperty("href", item_r1.value, i0.ɵɵsanitizeUrl);
|
|
19
|
+
i0.ɵɵadvance(1);
|
|
20
|
+
i0.ɵɵtextInterpolate(item_r1.value);
|
|
21
|
+
} }
|
|
22
|
+
function TextWithUrlComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
i0.ɵɵelementContainerStart(0);
|
|
24
|
+
i0.ɵɵtemplate(1, TextWithUrlComponent_ng_container_0_span_1_Template, 2, 1, "span", 1);
|
|
25
|
+
i0.ɵɵtemplate(2, TextWithUrlComponent_ng_container_0_a_2_Template, 2, 2, "a", 2);
|
|
26
|
+
i0.ɵɵelementContainerEnd();
|
|
27
|
+
} if (rf & 2) {
|
|
28
|
+
const item_r1 = ctx.$implicit;
|
|
29
|
+
i0.ɵɵadvance(1);
|
|
30
|
+
i0.ɵɵproperty("ngIf", item_r1.type === "plain");
|
|
31
|
+
i0.ɵɵadvance(1);
|
|
32
|
+
i0.ɵɵproperty("ngIf", item_r1.type === "url");
|
|
33
|
+
} }
|
|
34
|
+
export class TextWithUrlComponent {
|
|
35
|
+
constructor() {
|
|
36
|
+
this.parseUrlInText = parseUrlInText;
|
|
37
|
+
}
|
|
38
|
+
static { this.ɵfac = function TextWithUrlComponent_Factory(t) { return new (t || TextWithUrlComponent)(); }; }
|
|
39
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TextWithUrlComponent, selectors: [["acl-text-with-url"]], inputs: { text: "text" }, decls: 2, vars: 4, consts: [[4, "ngFor", "ngForOf"], [4, "ngIf"], ["target", "_blank", 3, "href", 4, "ngIf"], ["target", "_blank", 3, "href"]], template: function TextWithUrlComponent_Template(rf, ctx) { if (rf & 1) {
|
|
40
|
+
i0.ɵɵtemplate(0, TextWithUrlComponent_ng_container_0_Template, 3, 2, "ng-container", 0);
|
|
41
|
+
i0.ɵɵpipe(1, "pure");
|
|
42
|
+
} if (rf & 2) {
|
|
43
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind2(1, 1, ctx.text, ctx.parseUrlInText));
|
|
44
|
+
} }, encapsulation: 2, changeDetection: 0 }); }
|
|
45
|
+
}
|
|
46
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextWithUrlComponent, [{
|
|
47
|
+
type: Component,
|
|
48
|
+
args: [{ selector: 'acl-text-with-url', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngFor=\"let item of text | pure: parseUrlInText\">\n <span *ngIf=\"item.type === 'plain'\">{{ item.value }}</span>\n <a\n *ngIf=\"item.type === 'url'\"\n [href]=\"item.value\"\n target=\"_blank\"\n >{{ item.value }}</a\n >\n</ng-container>\n" }]
|
|
49
|
+
}], null, { text: [{
|
|
50
|
+
type: Input
|
|
51
|
+
}] }); })();
|
|
52
|
+
export function parseUrlInText(text) {
|
|
53
|
+
const urlRegex =
|
|
54
|
+
// eslint-disable-next-line regexp/no-useless-quantifier
|
|
55
|
+
/((([A-Za-z]{3,9}:(?:\/\/)?)(?:[\w$&+,:;=-]+@)?[\d.A-Za-z-]+|(?:www.|[\w$&+,:;=-]+@)[\d.A-Za-z-]+)((?:\/[\w%+./~-]*)?\??[\w%&+.;=@-]*#?\w*)?)/g;
|
|
56
|
+
const urlMatches = text.match(urlRegex);
|
|
57
|
+
if (!urlMatches) {
|
|
58
|
+
return [{ value: text, type: 'plain' }];
|
|
59
|
+
}
|
|
60
|
+
const result = [];
|
|
61
|
+
let i = 0;
|
|
62
|
+
while (text?.length) {
|
|
63
|
+
const url = urlMatches[i++];
|
|
64
|
+
if (url) {
|
|
65
|
+
const index = text.indexOf(url);
|
|
66
|
+
result.push({ value: text.slice(0, Math.max(0, index)), type: 'plain' }, { value: url, type: 'url' });
|
|
67
|
+
text = text.slice(Math.max(0, index + url.length));
|
|
68
|
+
}
|
|
69
|
+
else {
|
|
70
|
+
result.push({ value: text, type: 'plain' });
|
|
71
|
+
break;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
return result;
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL3dpZGdldC90ZXh0LXdpdGgtdXJsL2NvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL3NyYy93aWRnZXQvdGV4dC13aXRoLXVybC90ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7SUNDeEUsNEJBQW9DO0lBQUEsWUFBZ0I7SUFBQSxpQkFBTzs7O0lBQXZCLGVBQWdCO0lBQWhCLG1DQUFnQjs7O0lBQ3BELDRCQUlHO0lBQUEsWUFBZ0I7SUFBQSxpQkFDbEI7OztJQUhDLHNEQUFtQjtJQUVsQixlQUFnQjtJQUFoQixtQ0FBZ0I7OztJQU5yQiw2QkFBK0Q7SUFDN0Qsc0ZBQTJEO0lBQzNELGdGQUtDO0lBQ0gsMEJBQWU7OztJQVBOLGVBQTJCO0lBQTNCLCtDQUEyQjtJQUUvQixlQUF5QjtJQUF6Qiw2Q0FBeUI7O0FESTlCLE1BQU0sT0FBTyxvQkFBb0I7SUFMakM7UUFRRSxtQkFBYyxHQUFHLGNBQWMsQ0FBQztLQUNqQztxRkFKWSxvQkFBb0I7b0VBQXBCLG9CQUFvQjtZQ1BqQyx1RkFRZTs7O1lBUmdCLDRFQUE4Qjs7O3VGRE9oRCxvQkFBb0I7Y0FMaEMsU0FBUzsyQkFDRSxtQkFBbUIsbUJBRVosdUJBQXVCLENBQUMsTUFBTTtnQkFHdEMsSUFBSTtrQkFBWixLQUFLOztBQUtSLE1BQU0sVUFBVSxjQUFjLENBQUMsSUFBWTtJQUN6QyxNQUFNLFFBQVE7SUFDWix3REFBd0Q7SUFDeEQsK0lBQStJLENBQUM7SUFDbEosTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUV4QyxJQUFJLENBQUMsVUFBVSxFQUFFO1FBQ2YsT0FBTyxDQUFDLEVBQUUsS0FBSyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsT0FBTyxFQUFFLENBQUMsQ0FBQztLQUN6QztJQUVELE1BQU0sTUFBTSxHQUFXLEVBQUUsQ0FBQztJQUMxQixJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDVixPQUFPLElBQUksRUFBRSxNQUFNLEVBQUU7UUFDbkIsTUFBTSxHQUFHLEdBQUcsVUFBVSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDNUIsSUFBSSxHQUFHLEVBQUU7WUFDUCxNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1lBQ2hDLE1BQU0sQ0FBQyxJQUFJLENBQ1QsRUFBRSxLQUFLLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEVBQUUsS0FBSyxDQUFDLENBQUMsRUFBRSxJQUFJLEVBQUUsT0FBTyxFQUFFLEVBQzNELEVBQUUsS0FBSyxFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLENBQzVCLENBQUM7WUFDRixJQUFJLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsRUFBRSxLQUFLLEdBQUcsR0FBRyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7U0FDcEQ7YUFBTTtZQUNMLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxPQUFPLEVBQUUsQ0FBQyxDQUFDO1lBQzVDLE1BQU07U0FDUDtLQUNGO0lBQ0QsT0FBTyxNQUFNLENBQUM7QUFDaEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FjbC10ZXh0LXdpdGgtdXJsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RlbXBsYXRlLmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgVGV4dFdpdGhVcmxDb21wb25lbnQge1xuICBASW5wdXQoKSB0ZXh0OiBzdHJpbmc7XG5cbiAgcGFyc2VVcmxJblRleHQgPSBwYXJzZVVybEluVGV4dDtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHBhcnNlVXJsSW5UZXh0KHRleHQ6IHN0cmluZyk6IFRleHRbXSB7XG4gIGNvbnN0IHVybFJlZ2V4ID1cbiAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgcmVnZXhwL25vLXVzZWxlc3MtcXVhbnRpZmllclxuICAgIC8oKChbQS1aYS16XXszLDl9Oig/OlxcL1xcLyk/KSg/OltcXHckJissOjs9LV0rQCk/W1xcZC5BLVphLXotXSt8KD86d3d3LnxbXFx3JCYrLDo7PS1dK0ApW1xcZC5BLVphLXotXSspKCg/OlxcL1tcXHclKy4vfi1dKik/XFw/P1tcXHclJisuOz1ALV0qIz9cXHcqKT8pL2c7XG4gIGNvbnN0IHVybE1hdGNoZXMgPSB0ZXh0Lm1hdGNoKHVybFJlZ2V4KTtcblxuICBpZiAoIXVybE1hdGNoZXMpIHtcbiAgICByZXR1cm4gW3sgdmFsdWU6IHRleHQsIHR5cGU6ICdwbGFpbicgfV07XG4gIH1cblxuICBjb25zdCByZXN1bHQ6IFRleHRbXSA9IFtdO1xuICBsZXQgaSA9IDA7XG4gIHdoaWxlICh0ZXh0Py5sZW5ndGgpIHtcbiAgICBjb25zdCB1cmwgPSB1cmxNYXRjaGVzW2krK107XG4gICAgaWYgKHVybCkge1xuICAgICAgY29uc3QgaW5kZXggPSB0ZXh0LmluZGV4T2YodXJsKTtcbiAgICAgIHJlc3VsdC5wdXNoKFxuICAgICAgICB7IHZhbHVlOiB0ZXh0LnNsaWNlKDAsIE1hdGgubWF4KDAsIGluZGV4KSksIHR5cGU6ICdwbGFpbicgfSxcbiAgICAgICAgeyB2YWx1ZTogdXJsLCB0eXBlOiAndXJsJyB9LFxuICAgICAgKTtcbiAgICAgIHRleHQgPSB0ZXh0LnNsaWNlKE1hdGgubWF4KDAsIGluZGV4ICsgdXJsLmxlbmd0aCkpO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXN1bHQucHVzaCh7IHZhbHVlOiB0ZXh0LCB0eXBlOiAncGxhaW4nIH0pO1xuICAgICAgYnJlYWs7XG4gICAgfVxuICB9XG4gIHJldHVybiByZXN1bHQ7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGV4dCB7XG4gIHZhbHVlOiBzdHJpbmc7XG4gIHR5cGU6ICdwbGFpbicgfCAndXJsJztcbn1cbiIsIjxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGl0ZW0gb2YgdGV4dCB8IHB1cmU6IHBhcnNlVXJsSW5UZXh0XCI+XG4gIDxzcGFuICpuZ0lmPVwiaXRlbS50eXBlID09PSAncGxhaW4nXCI+e3sgaXRlbS52YWx1ZSB9fTwvc3Bhbj5cbiAgPGFcbiAgICAqbmdJZj1cIml0ZW0udHlwZSA9PT0gJ3VybCdcIlxuICAgIFtocmVmXT1cIml0ZW0udmFsdWVcIlxuICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgPnt7IGl0ZW0udmFsdWUgfX08L2FcbiAgPlxuPC9uZy1jb250YWluZXI+XG4iXX0=
|