@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,34 @@
|
|
|
1
|
+
import { CdkTreeNodeOutlet, CDK_TREE_NODE_OUTLET_NODE, } from '@angular/cdk/tree';
|
|
2
|
+
import { Directive, Inject, Optional, ViewContainerRef } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class TreeNodeOutletDirective {
|
|
5
|
+
constructor(viewContainer, _node) {
|
|
6
|
+
this.viewContainer = viewContainer;
|
|
7
|
+
this._node = _node;
|
|
8
|
+
}
|
|
9
|
+
static { this.ɵfac = function TreeNodeOutletDirective_Factory(t) { return new (t || TreeNodeOutletDirective)(i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(CDK_TREE_NODE_OUTLET_NODE, 8)); }; }
|
|
10
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: TreeNodeOutletDirective, selectors: [["", "aclTreeNodeOutlet", ""]], features: [i0.ɵɵProvidersFeature([
|
|
11
|
+
{
|
|
12
|
+
provide: CdkTreeNodeOutlet,
|
|
13
|
+
useExisting: TreeNodeOutletDirective,
|
|
14
|
+
},
|
|
15
|
+
])] }); }
|
|
16
|
+
}
|
|
17
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TreeNodeOutletDirective, [{
|
|
18
|
+
type: Directive,
|
|
19
|
+
args: [{
|
|
20
|
+
selector: '[aclTreeNodeOutlet]',
|
|
21
|
+
providers: [
|
|
22
|
+
{
|
|
23
|
+
provide: CdkTreeNodeOutlet,
|
|
24
|
+
useExisting: TreeNodeOutletDirective,
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
}]
|
|
28
|
+
}], function () { return [{ type: i0.ViewContainerRef }, { type: undefined, decorators: [{
|
|
29
|
+
type: Inject,
|
|
30
|
+
args: [CDK_TREE_NODE_OUTLET_NODE]
|
|
31
|
+
}, {
|
|
32
|
+
type: Optional
|
|
33
|
+
}] }]; }, null); })();
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3V0bGV0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL2NvcmUvY29tcG9uZW50cy90cmVlL291dGxldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsaUJBQWlCLEVBQ2pCLHlCQUF5QixHQUMxQixNQUFNLG1CQUFtQixDQUFDO0FBQzNCLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFXOUUsTUFBTSxPQUFPLHVCQUF1QjtJQUNsQyxZQUNTLGFBQStCLEVBQ2dCLEtBQVc7UUFEMUQsa0JBQWEsR0FBYixhQUFhLENBQWtCO1FBQ2dCLFVBQUssR0FBTCxLQUFLLENBQU07SUFDaEUsQ0FBQzt3RkFKTyx1QkFBdUIsa0VBR3hCLHlCQUF5QjtvRUFIeEIsdUJBQXVCLCtFQVB2QjtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsaUJBQWlCO29CQUMxQixXQUFXLEVBQUUsdUJBQXVCO2lCQUNyQzthQUNGOzt1RkFFVSx1QkFBdUI7Y0FUbkMsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSxxQkFBcUI7Z0JBQy9CLFNBQVMsRUFBRTtvQkFDVDt3QkFDRSxPQUFPLEVBQUUsaUJBQWlCO3dCQUMxQixXQUFXLHlCQUF5QjtxQkFDckM7aUJBQ0Y7YUFDRjs7c0JBSUksTUFBTTt1QkFBQyx5QkFBeUI7O3NCQUFHLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDZGtUcmVlTm9kZU91dGxldCxcbiAgQ0RLX1RSRUVfTk9ERV9PVVRMRVRfTk9ERSxcbn0gZnJvbSAnQGFuZ3VsYXIvY2RrL3RyZWUnO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBJbmplY3QsIE9wdGlvbmFsLCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1thY2xUcmVlTm9kZU91dGxldF0nLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBDZGtUcmVlTm9kZU91dGxldCxcbiAgICAgIHVzZUV4aXN0aW5nOiBUcmVlTm9kZU91dGxldERpcmVjdGl2ZSxcbiAgICB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBUcmVlTm9kZU91dGxldERpcmVjdGl2ZSBpbXBsZW1lbnRzIENka1RyZWVOb2RlT3V0bGV0IHtcbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHZpZXdDb250YWluZXI6IFZpZXdDb250YWluZXJSZWYsXG4gICAgQEluamVjdChDREtfVFJFRV9OT0RFX09VVExFVF9OT0RFKSBAT3B0aW9uYWwoKSBwdWJsaWMgX25vZGU/OiBhbnksXG4gICkge31cbn1cbiJdfQ==
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { CdkTreeNodePadding } from '@angular/cdk/tree';
|
|
2
|
+
import { Directive, Input } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class TreeNodePaddingDirective extends CdkTreeNodePadding {
|
|
5
|
+
constructor() {
|
|
6
|
+
super(...arguments);
|
|
7
|
+
this._indent = 24;
|
|
8
|
+
}
|
|
9
|
+
get level() {
|
|
10
|
+
return this._level;
|
|
11
|
+
}
|
|
12
|
+
set level(value) {
|
|
13
|
+
this._setLevelInput(value);
|
|
14
|
+
}
|
|
15
|
+
get indent() {
|
|
16
|
+
return this._indent;
|
|
17
|
+
}
|
|
18
|
+
set indent(indent) {
|
|
19
|
+
this._setIndentInput(indent);
|
|
20
|
+
}
|
|
21
|
+
static { this.ɵfac = /*@__PURE__*/ function () { let ɵTreeNodePaddingDirective_BaseFactory; return function TreeNodePaddingDirective_Factory(t) { return (ɵTreeNodePaddingDirective_BaseFactory || (ɵTreeNodePaddingDirective_BaseFactory = i0.ɵɵgetInheritedFactory(TreeNodePaddingDirective)))(t || TreeNodePaddingDirective); }; }(); }
|
|
22
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: TreeNodePaddingDirective, selectors: [["", "aclTreeNodePadding", ""]], inputs: { level: ["aclTreeNodePadding", "level"], indent: ["aclTreeNodePaddingIndent", "indent"] }, features: [i0.ɵɵProvidersFeature([
|
|
23
|
+
{ provide: CdkTreeNodePadding, useExisting: TreeNodePaddingDirective },
|
|
24
|
+
]), i0.ɵɵInheritDefinitionFeature] }); }
|
|
25
|
+
}
|
|
26
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TreeNodePaddingDirective, [{
|
|
27
|
+
type: Directive,
|
|
28
|
+
args: [{
|
|
29
|
+
selector: '[aclTreeNodePadding]',
|
|
30
|
+
providers: [
|
|
31
|
+
{ provide: CdkTreeNodePadding, useExisting: TreeNodePaddingDirective },
|
|
32
|
+
],
|
|
33
|
+
}]
|
|
34
|
+
}], null, { level: [{
|
|
35
|
+
type: Input,
|
|
36
|
+
args: ['aclTreeNodePadding']
|
|
37
|
+
}], indent: [{
|
|
38
|
+
type: Input,
|
|
39
|
+
args: ['aclTreeNodePaddingIndent']
|
|
40
|
+
}] }); })();
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFkZGluZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL3NyYy9jb3JlL2NvbXBvbmVudHMvdHJlZS9wYWRkaW5nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVFqRCxNQUFNLE9BQU8sd0JBQTRCLFNBQVEsa0JBQXFCO0lBTnRFOztRQU9XLFlBQU8sR0FBRyxFQUFFLENBQUM7S0FtQnZCO0lBakJDLElBQ2EsS0FBSztRQUNoQixPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDckIsQ0FBQztJQUVELElBQWEsS0FBSyxDQUFDLEtBQWtCO1FBQ25DLElBQUksQ0FBQyxjQUFjLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDN0IsQ0FBQztJQUVELElBQ2EsTUFBTTtRQUNqQixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUM7SUFDdEIsQ0FBQztJQUVELElBQWEsTUFBTSxDQUFDLE1BQXVCO1FBQ3pDLElBQUksQ0FBQyxlQUFlLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDL0IsQ0FBQzt5UUFuQlUsd0JBQXdCLFNBQXhCLHdCQUF3QjtvRUFBeEIsd0JBQXdCLG9MQUp4QjtnQkFDVCxFQUFFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxXQUFXLEVBQUUsd0JBQXdCLEVBQUU7YUFDdkU7O3VGQUVVLHdCQUF3QjtjQU5wQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLHNCQUFzQjtnQkFDaEMsU0FBUyxFQUFFO29CQUNULEVBQUUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLFdBQVcsMEJBQTBCLEVBQUU7aUJBQ3ZFO2FBQ0Y7Z0JBS2MsS0FBSztrQkFEakIsS0FBSzttQkFBQyxvQkFBb0I7WUFVZCxNQUFNO2tCQURsQixLQUFLO21CQUFDLDBCQUEwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE51bWJlcklucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcbmltcG9ydCB7IENka1RyZWVOb2RlUGFkZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2Nkay90cmVlJztcbmltcG9ydCB7IERpcmVjdGl2ZSwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2FjbFRyZWVOb2RlUGFkZGluZ10nLFxuICBwcm92aWRlcnM6IFtcbiAgICB7IHByb3ZpZGU6IENka1RyZWVOb2RlUGFkZGluZywgdXNlRXhpc3Rpbmc6IFRyZWVOb2RlUGFkZGluZ0RpcmVjdGl2ZSB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBUcmVlTm9kZVBhZGRpbmdEaXJlY3RpdmU8VD4gZXh0ZW5kcyBDZGtUcmVlTm9kZVBhZGRpbmc8VD4ge1xuICBvdmVycmlkZSBfaW5kZW50ID0gMjQ7XG5cbiAgQElucHV0KCdhY2xUcmVlTm9kZVBhZGRpbmcnKVxuICBvdmVycmlkZSBnZXQgbGV2ZWwoKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5fbGV2ZWw7XG4gIH1cblxuICBvdmVycmlkZSBzZXQgbGV2ZWwodmFsdWU6IE51bWJlcklucHV0KSB7XG4gICAgdGhpcy5fc2V0TGV2ZWxJbnB1dCh2YWx1ZSk7XG4gIH1cblxuICBASW5wdXQoJ2FjbFRyZWVOb2RlUGFkZGluZ0luZGVudCcpXG4gIG92ZXJyaWRlIGdldCBpbmRlbnQoKTogbnVtYmVyIHwgc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5faW5kZW50O1xuICB9XG5cbiAgb3ZlcnJpZGUgc2V0IGluZGVudChpbmRlbnQ6IG51bWJlciB8IHN0cmluZykge1xuICAgIHRoaXMuX3NldEluZGVudElucHV0KGluZGVudCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './tree/component';
|
|
2
|
+
export * from './node/component';
|
|
3
|
+
export * from './outlet';
|
|
4
|
+
export * from './padding';
|
|
5
|
+
export * from './toggle';
|
|
6
|
+
export * from './module';
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL3NyYy9jb3JlL2NvbXBvbmVudHMvdHJlZS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLFVBQVUsQ0FBQztBQUN6QixjQUFjLFdBQVcsQ0FBQztBQUMxQixjQUFjLFVBQVUsQ0FBQztBQUN6QixjQUFjLFVBQVUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdHJlZS9jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9ub2RlL2NvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL291dGxldCc7XG5leHBvcnQgKiBmcm9tICcuL3BhZGRpbmcnO1xuZXhwb3J0ICogZnJvbSAnLi90b2dnbGUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2R1bGUnO1xuIl19
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
2
|
+
import { CdkTreeNodeToggle } from '@angular/cdk/tree';
|
|
3
|
+
import { Directive, Input } from '@angular/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class TreeNodeToggleDirective extends CdkTreeNodeToggle {
|
|
6
|
+
get recursive() {
|
|
7
|
+
return this._recursive;
|
|
8
|
+
}
|
|
9
|
+
set recursive(value) {
|
|
10
|
+
this._recursive = coerceBooleanProperty(value);
|
|
11
|
+
}
|
|
12
|
+
get isExpanded() {
|
|
13
|
+
return this._treeNode.isExpanded;
|
|
14
|
+
}
|
|
15
|
+
_toggle(event) {
|
|
16
|
+
if (this.aclTreeNodeToggleObservable) {
|
|
17
|
+
this.aclTreeNodeToggleObservable().subscribe(() => {
|
|
18
|
+
super._toggle(event);
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
super._toggle(event);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
static { this.ɵfac = /*@__PURE__*/ function () { let ɵTreeNodeToggleDirective_BaseFactory; return function TreeNodeToggleDirective_Factory(t) { return (ɵTreeNodeToggleDirective_BaseFactory || (ɵTreeNodeToggleDirective_BaseFactory = i0.ɵɵgetInheritedFactory(TreeNodeToggleDirective)))(t || TreeNodeToggleDirective); }; }(); }
|
|
26
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: TreeNodeToggleDirective, selectors: [["", "aclTreeNodeToggle", ""]], inputs: { recursive: ["aclTreeNodeToggleRecursive", "recursive"], aclTreeNodeToggleObservable: "aclTreeNodeToggleObservable" }, features: [i0.ɵɵProvidersFeature([
|
|
27
|
+
{ provide: CdkTreeNodeToggle, useExisting: TreeNodeToggleDirective },
|
|
28
|
+
]), i0.ɵɵInheritDefinitionFeature] }); }
|
|
29
|
+
}
|
|
30
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TreeNodeToggleDirective, [{
|
|
31
|
+
type: Directive,
|
|
32
|
+
args: [{
|
|
33
|
+
selector: '[aclTreeNodeToggle]',
|
|
34
|
+
providers: [
|
|
35
|
+
{ provide: CdkTreeNodeToggle, useExisting: TreeNodeToggleDirective },
|
|
36
|
+
],
|
|
37
|
+
}]
|
|
38
|
+
}], null, { recursive: [{
|
|
39
|
+
type: Input,
|
|
40
|
+
args: ['aclTreeNodeToggleRecursive']
|
|
41
|
+
}], aclTreeNodeToggleObservable: [{
|
|
42
|
+
type: Input
|
|
43
|
+
}] }); })();
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9nZ2xlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL2NvcmUvY29tcG9uZW50cy90cmVlL3RvZ2dsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTakQsTUFBTSxPQUFPLHVCQUEyQixTQUFRLGlCQUFvQjtJQUNsRSxJQUNhLFNBQVM7UUFDcEIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxJQUFhLFNBQVMsQ0FBQyxLQUFjO1FBQ25DLElBQUksQ0FBQyxVQUFVLEdBQUcscUJBQXFCLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDakQsQ0FBQztJQUtELElBQUksVUFBVTtRQUNaLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUM7SUFDbkMsQ0FBQztJQUVRLE9BQU8sQ0FBQyxLQUFZO1FBQzNCLElBQUksSUFBSSxDQUFDLDJCQUEyQixFQUFFO1lBQ3BDLElBQUksQ0FBQywyQkFBMkIsRUFBRSxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7Z0JBQ2hELEtBQUssQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDdkIsQ0FBQyxDQUFDLENBQUM7U0FDSjthQUFNO1lBQ0wsS0FBSyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUN0QjtJQUNILENBQUM7cVFBekJVLHVCQUF1QixTQUF2Qix1QkFBdUI7b0VBQXZCLHVCQUF1QiwrTUFKdkI7Z0JBQ1QsRUFBRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsV0FBVyxFQUFFLHVCQUF1QixFQUFFO2FBQ3JFOzt1RkFFVSx1QkFBdUI7Y0FObkMsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSxxQkFBcUI7Z0JBQy9CLFNBQVMsRUFBRTtvQkFDVCxFQUFFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxXQUFXLHlCQUF5QixFQUFFO2lCQUNyRTthQUNGO2dCQUdjLFNBQVM7a0JBRHJCLEtBQUs7bUJBQUMsNEJBQTRCO1lBVW5DLDJCQUEyQjtrQkFEMUIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5pbXBvcnQgeyBDZGtUcmVlTm9kZVRvZ2dsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay90cmVlJztcbmltcG9ydCB7IERpcmVjdGl2ZSwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2FjbFRyZWVOb2RlVG9nZ2xlXScsXG4gIHByb3ZpZGVyczogW1xuICAgIHsgcHJvdmlkZTogQ2RrVHJlZU5vZGVUb2dnbGUsIHVzZUV4aXN0aW5nOiBUcmVlTm9kZVRvZ2dsZURpcmVjdGl2ZSB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBUcmVlTm9kZVRvZ2dsZURpcmVjdGl2ZTxUPiBleHRlbmRzIENka1RyZWVOb2RlVG9nZ2xlPFQ+IHtcbiAgQElucHV0KCdhY2xUcmVlTm9kZVRvZ2dsZVJlY3Vyc2l2ZScpXG4gIG92ZXJyaWRlIGdldCByZWN1cnNpdmUoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX3JlY3Vyc2l2ZTtcbiAgfVxuXG4gIG92ZXJyaWRlIHNldCByZWN1cnNpdmUodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9yZWN1cnNpdmUgPSBjb2VyY2VCb29sZWFuUHJvcGVydHkodmFsdWUpO1xuICB9XG5cbiAgQElucHV0KClcbiAgYWNsVHJlZU5vZGVUb2dnbGVPYnNlcnZhYmxlOiAoKSA9PiBPYnNlcnZhYmxlPGJvb2xlYW4+O1xuXG4gIGdldCBpc0V4cGFuZGVkKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl90cmVlTm9kZS5pc0V4cGFuZGVkO1xuICB9XG5cbiAgb3ZlcnJpZGUgX3RvZ2dsZShldmVudDogRXZlbnQpIHtcbiAgICBpZiAodGhpcy5hY2xUcmVlTm9kZVRvZ2dsZU9ic2VydmFibGUpIHtcbiAgICAgIHRoaXMuYWNsVHJlZU5vZGVUb2dnbGVPYnNlcnZhYmxlKCkuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgc3VwZXIuX3RvZ2dsZShldmVudCk7XG4gICAgICB9KTtcbiAgICB9IGVsc2Uge1xuICAgICAgc3VwZXIuX3RvZ2dsZShldmVudCk7XG4gICAgfVxuICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* eslint-disable @angular-eslint/prefer-on-push-component-change-detection */
|
|
2
|
+
import { CdkTree } from '@angular/cdk/tree';
|
|
3
|
+
import { ChangeDetectionStrategy, Component, ViewChild, ViewEncapsulation, } from '@angular/core';
|
|
4
|
+
import { TreeNodeOutletDirective } from '../outlet';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "../outlet";
|
|
7
|
+
export class TreeComponent extends CdkTree {
|
|
8
|
+
static { this.ɵfac = /*@__PURE__*/ function () { let ɵTreeComponent_BaseFactory; return function TreeComponent_Factory(t) { return (ɵTreeComponent_BaseFactory || (ɵTreeComponent_BaseFactory = i0.ɵɵgetInheritedFactory(TreeComponent)))(t || TreeComponent); }; }(); }
|
|
9
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TreeComponent, selectors: [["acl-tree"]], viewQuery: function TreeComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10
|
+
i0.ɵɵviewQuery(TreeNodeOutletDirective, 7);
|
|
11
|
+
} if (rf & 2) {
|
|
12
|
+
let _t;
|
|
13
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._nodeOutlet = _t.first);
|
|
14
|
+
} }, exportAs: ["aclTree"], features: [i0.ɵɵProvidersFeature([{ provide: CdkTree, useExisting: TreeComponent }]), i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 0, consts: [[1, "tree-list"], ["aclTreeNodeOutlet", ""]], template: function TreeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
16
|
+
i0.ɵɵelementContainer(1, 1);
|
|
17
|
+
i0.ɵɵelementEnd();
|
|
18
|
+
} }, dependencies: [i1.TreeNodeOutletDirective], encapsulation: 2 }); }
|
|
19
|
+
}
|
|
20
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TreeComponent, [{
|
|
21
|
+
type: Component,
|
|
22
|
+
args: [{ selector: 'acl-tree', exportAs: 'aclTree', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, providers: [{ provide: CdkTree, useExisting: TreeComponent }], template: "<div class=\"tree-list\">\n <ng-container aclTreeNodeOutlet></ng-container>\n</div>\n" }]
|
|
23
|
+
}], null, { _nodeOutlet: [{
|
|
24
|
+
type: ViewChild,
|
|
25
|
+
args: [TreeNodeOutletDirective, { static: true }]
|
|
26
|
+
}] }); })();
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL2NvcmUvY29tcG9uZW50cy90cmVlL3RyZWUvY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL2NvcmUvY29tcG9uZW50cy90cmVlL3RyZWUvdGVtcGxhdGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw4RUFBOEU7QUFDOUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQzVDLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFNBQVMsRUFDVCxpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sV0FBVyxDQUFDOzs7QUFVcEQsTUFBTSxPQUFPLGFBQW9CLFNBQVEsT0FBYTs2TkFBekMsYUFBYSxTQUFiLGFBQWE7b0VBQWIsYUFBYTsyQkFDYix1QkFBdUI7Ozs7cUVBSHZCLENBQUMsRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxhQUFhLEVBQUUsQ0FBQztZQ2pCL0QsOEJBQXVCO1lBQ3JCLDJCQUErQztZQUNqRCxpQkFBTTs7O3VGRGlCTyxhQUFhO2NBUnpCLFNBQVM7MkJBQ0UsVUFBVSxZQUNWLFNBQVMsaUJBRUosaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsT0FBTyxhQUNyQyxDQUFDLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxXQUFXLGVBQWUsRUFBRSxDQUFDO2dCQUlwRCxXQUFXO2tCQURuQixTQUFTO21CQUFDLHVCQUF1QixFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIEBhbmd1bGFyLWVzbGludC9wcmVmZXItb24tcHVzaC1jb21wb25lbnQtY2hhbmdlLWRldGVjdGlvbiAqL1xuaW1wb3J0IHsgQ2RrVHJlZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay90cmVlJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIFZpZXdDaGlsZCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBUcmVlTm9kZU91dGxldERpcmVjdGl2ZSB9IGZyb20gJy4uL291dGxldCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FjbC10cmVlJyxcbiAgZXhwb3J0QXM6ICdhY2xUcmVlJyxcbiAgdGVtcGxhdGVVcmw6ICd0ZW1wbGF0ZS5odG1sJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5EZWZhdWx0LFxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IENka1RyZWUsIHVzZUV4aXN0aW5nOiBUcmVlQ29tcG9uZW50IH1dLFxufSlcbmV4cG9ydCBjbGFzcyBUcmVlQ29tcG9uZW50PFQsIEs+IGV4dGVuZHMgQ2RrVHJlZTxULCBLPiB7XG4gIEBWaWV3Q2hpbGQoVHJlZU5vZGVPdXRsZXREaXJlY3RpdmUsIHsgc3RhdGljOiB0cnVlIH0pXG4gIG92ZXJyaWRlIF9ub2RlT3V0bGV0OiBUcmVlTm9kZU91dGxldERpcmVjdGl2ZTtcbn1cbiIsIjxkaXYgY2xhc3M9XCJ0cmVlLWxpc3RcIj5cbiAgPG5nLWNvbnRhaW5lciBhY2xUcmVlTm9kZU91dGxldD48L25nLWNvbnRhaW5lcj5cbjwvZGl2PlxuIl19
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @packageDocumentation
|
|
3
|
+
* @module utils
|
|
4
|
+
*/
|
|
5
|
+
export const API_GATEWAY = '{{API_GATEWAY}}';
|
|
6
|
+
export const TRUE = 'true';
|
|
7
|
+
export const FALSE = 'false';
|
|
8
|
+
export const EMPTY = '';
|
|
9
|
+
export const SPACE = ' ';
|
|
10
|
+
export const DOT = '.';
|
|
11
|
+
export const SLASH = '/';
|
|
12
|
+
export const HYPHEN = '-';
|
|
13
|
+
export const UNDERSCORE = '_';
|
|
14
|
+
export const DELIMITER = ':';
|
|
15
|
+
export const WILDCARD = '.*';
|
|
16
|
+
export const DATE_FORMAT = 'YYYY-MM-DD';
|
|
17
|
+
export const TIME_FORMAT = 'HH:mm:ss';
|
|
18
|
+
export const DATE_TIME_FORMAT = `${DATE_FORMAT} ${TIME_FORMAT}`;
|
|
19
|
+
export const WORKSPACE_PARAMS = 'workspace_params_v1';
|
|
20
|
+
export const PUBLIC_NAMESPACE = 'kube-public';
|
|
21
|
+
export const Bracket = {
|
|
22
|
+
PARENTHESES: ['(', ')'],
|
|
23
|
+
BRACES: ['{', '}'],
|
|
24
|
+
SQUARE_BRACKETS: ['[', ']'],
|
|
25
|
+
POINTY_BRACKETS: ['<', '>'],
|
|
26
|
+
};
|
|
27
|
+
export const TEMPLATE_OPTIONS = Object.freeze({
|
|
28
|
+
// eslint-disable-next-line regexp/match-any, regexp/strict
|
|
29
|
+
interpolate: /{{([\S\s]+?)}}/g,
|
|
30
|
+
});
|
|
31
|
+
export const DEFAULT_CODE_EDITOR_OPTIONS = {
|
|
32
|
+
fontSize: 12,
|
|
33
|
+
folding: true,
|
|
34
|
+
scrollBeyondLastLine: false,
|
|
35
|
+
minimap: { enabled: false },
|
|
36
|
+
find: {
|
|
37
|
+
seedSearchStringFromSelection: 'never',
|
|
38
|
+
autoFindInSelection: 'never',
|
|
39
|
+
},
|
|
40
|
+
mouseWheelZoom: true,
|
|
41
|
+
scrollbar: {
|
|
42
|
+
vertical: 'visible',
|
|
43
|
+
horizontal: 'visible',
|
|
44
|
+
},
|
|
45
|
+
fixedOverflowWidgets: true,
|
|
46
|
+
};
|
|
47
|
+
export const NOTIFY_ON_ERROR_HEADER = '__NOTIFICATION_ON_ERROR__';
|
|
48
|
+
export const NOTIFY_DURATION_HEADER = '__NOTIFICATION_DURATION__';
|
|
49
|
+
export const NOTIFY_ON_ERROR_HEADERS = {
|
|
50
|
+
[NOTIFY_ON_ERROR_HEADER]: TRUE,
|
|
51
|
+
};
|
|
52
|
+
export const NOT_NOTIFY_ON_ERROR_HEADERS = {
|
|
53
|
+
[NOTIFY_ON_ERROR_HEADER]: FALSE,
|
|
54
|
+
};
|
|
55
|
+
// 当前环境是否允许降级
|
|
56
|
+
// 'enabled_downgrade_watch' 主要提供本地开发强制打开需要
|
|
57
|
+
export const DOWNGRADE_WATCH_ENABLED = localStorage.getItem('enabled_downgrade_watch') === TRUE ||
|
|
58
|
+
(document.location.protocol !== 'https:' &&
|
|
59
|
+
document.location.hostname !== 'localhost');
|
|
60
|
+
export const DOWNGRADE_WATCH_POLLING = 5000;
|
|
61
|
+
export const CREATED_AT = 'created_at';
|
|
62
|
+
export const UPDATED_AT = 'updated_at';
|
|
63
|
+
export const ACTION = 'action';
|
|
64
|
+
export const SPEC = 'spec';
|
|
65
|
+
export const CREATE = 'create';
|
|
66
|
+
export const UPDATE = 'update';
|
|
67
|
+
export const LINK = 'link';
|
|
68
|
+
export const ESCAPE_DEACTIVATE_CHECK = 'escape';
|
|
69
|
+
export const CUSTOMIZED = 'customized';
|
|
70
|
+
export const GLOBAL_CLUSTER = 'global';
|
|
71
|
+
export const PACKAGE_RUNTIME_VALUE = 'Runtime';
|
|
72
|
+
export const CRYPTO_HEADER_KEY = 'X-Param-Response';
|
|
73
|
+
export var CRYPTO_TYPE;
|
|
74
|
+
(function (CRYPTO_TYPE) {
|
|
75
|
+
CRYPTO_TYPE["Enable"] = "Force";
|
|
76
|
+
CRYPTO_TYPE["Drop"] = "Drop";
|
|
77
|
+
CRYPTO_TYPE["Disable"] = "None";
|
|
78
|
+
})(CRYPTO_TYPE || (CRYPTO_TYPE = {}));
|
|
79
|
+
export const CRYPTO_RANDOM_HEADER_KEY = 'X-Param-Init';
|
|
80
|
+
export const CRYPTO_KEY = 'alauda';
|
|
81
|
+
export const PLATFORM_OPS_MODE = 'platform-ops-mode';
|
|
82
|
+
// https://kubernetes.io/docs/reference/labels-annotations-taints/#kubectl-kubernetes-io-default-container
|
|
83
|
+
export const DEFAULT_CONTAINER_ANNOTATION = 'kubectl.kubernetes.io/default-container';
|
|
84
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL2NvcmUvY29uc3RhbnRzL2NvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFFSCxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsaUJBQWlCLENBQUM7QUFFN0MsTUFBTSxDQUFDLE1BQU0sSUFBSSxHQUFHLE1BQU0sQ0FBQztBQUMzQixNQUFNLENBQUMsTUFBTSxLQUFLLEdBQUcsT0FBTyxDQUFDO0FBRTdCLE1BQU0sQ0FBQyxNQUFNLEtBQUssR0FBRyxFQUFFLENBQUM7QUFDeEIsTUFBTSxDQUFDLE1BQU0sS0FBSyxHQUFHLEdBQUcsQ0FBQztBQUN6QixNQUFNLENBQUMsTUFBTSxHQUFHLEdBQUcsR0FBRyxDQUFDO0FBQ3ZCLE1BQU0sQ0FBQyxNQUFNLEtBQUssR0FBRyxHQUFHLENBQUM7QUFDekIsTUFBTSxDQUFDLE1BQU0sTUFBTSxHQUFHLEdBQUcsQ0FBQztBQUMxQixNQUFNLENBQUMsTUFBTSxVQUFVLEdBQUcsR0FBRyxDQUFDO0FBQzlCLE1BQU0sQ0FBQyxNQUFNLFNBQVMsR0FBRyxHQUFHLENBQUM7QUFFN0IsTUFBTSxDQUFDLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQztBQUU3QixNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsWUFBWSxDQUFDO0FBQ3hDLE1BQU0sQ0FBQyxNQUFNLFdBQVcsR0FBRyxVQUFVLENBQUM7QUFDdEMsTUFBTSxDQUFDLE1BQU0sZ0JBQWdCLEdBQUcsR0FBRyxXQUFXLElBQUksV0FBVyxFQUFFLENBQUM7QUFFaEUsTUFBTSxDQUFDLE1BQU0sZ0JBQWdCLEdBQUcscUJBQXFCLENBQUM7QUFFdEQsTUFBTSxDQUFDLE1BQU0sZ0JBQWdCLEdBQUcsYUFBYSxDQUFDO0FBRTlDLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBRztJQUNyQixXQUFXLEVBQUUsQ0FBQyxH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RyxtQkFBbUIsQ0FBQztBQUVyRCwwR0FBMEc7QUFDMUcsTUFBTSxDQUFDLE1BQU0sNEJBQTRCLEdBQ3ZDLHlDQUF5QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAcGFja2FnZURvY3VtZW50YXRpb25cbiAqIEBtb2R1bGUgdXRpbHNcbiAqL1xuXG5leHBvcnQgY29uc3QgQVBJX0dBVEVXQVkgPSAne3tBUElfR0FURVdBWX19JztcblxuZXhwb3J0IGNvbnN0IFRSVUUgPSAndHJ1ZSc7XG5leHBvcnQgY29uc3QgRkFMU0UgPSAnZmFsc2UnO1xuXG5leHBvcnQgY29uc3QgRU1QVFkgPSAnJztcbmV4cG9ydCBjb25zdCBTUEFDRSA9ICcgJztcbmV4cG9ydCBjb25zdCBET1QgPSAnLic7XG5leHBvcnQgY29uc3QgU0xBU0ggPSAnLyc7XG5leHBvcnQgY29uc3QgSFlQSEVOID0gJy0nO1xuZXhwb3J0IGNvbnN0IFVOREVSU0NPUkUgPSAnXyc7XG5leHBvcnQgY29uc3QgREVMSU1JVEVSID0gJzonO1xuXG5leHBvcnQgY29uc3QgV0lMRENBUkQgPSAnLionO1xuXG5leHBvcnQgY29uc3QgREFURV9GT1JNQVQgPSAnWVlZWS1NTS1ERCc7XG5leHBvcnQgY29uc3QgVElNRV9GT1JNQVQgPSAnSEg6bW06c3MnO1xuZXhwb3J0IGNvbnN0IERBVEVfVElNRV9GT1JNQVQgPSBgJHtEQVRFX0ZPUk1BVH0gJHtUSU1FX0ZPUk1BVH1gO1xuXG5leHBvcnQgY29uc3QgV09SS1NQQUNFX1BBUkFNUyA9ICd3b3Jrc3BhY2VfcGFyYW1zX3YxJztcblxuZXhwb3J0IGNvbnN0IFBVQkxJQ19OQU1FU1BBQ0UgPSAna3ViZS1wdWJsaWMnO1xuXG5leHBvcnQgY29uc3QgQnJhY2tldCA9IHtcbiAgUEFSRU5USEVTRVM6IFsnKCcsICcpJ10sXG4gIEJSQUNFUzogWyd7JywgJ30nXSxcbiAgU1FVQVJFX0JSQUNLRVRTOiBbJ1snLCAnXSddLFxuICBQT0lOVFlfQlJBQ0tFVFM6IFsnPCcsICc+J10sXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgY29uc3QgVEVNUExBVEVfT1BUSU9OUyA9IE9iamVjdC5mcmVlemUoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgcmVnZXhwL21hdGNoLWFueSwgcmVnZXhwL3N0cmljdFxuICBpbnRlcnBvbGF0ZTogL3t7KFtcXFNcXHNdKz8pfX0vZyxcbn0pO1xuXG5leHBvcnQgY29uc3QgREVGQVVMVF9DT0RFX0VESVRPUl9PUFRJT05TOiBpbXBvcnQoJ0BhbGF1ZGEvY29kZS1lZGl0b3InKS5Nb25hY29FZGl0b3JPcHRpb25zID1cbiAge1xuICAgIGZvbnRTaXplOiAxMixcbiAgICBmb2xkaW5nOiB0cnVlLFxuICAgIHNjcm9sbEJleW9uZExhc3RMaW5lOiBmYWxzZSxcbiAgICBtaW5pbWFwOiB7IGVuYWJsZWQ6IGZhbHNlIH0sXG4gICAgZmluZDoge1xuICAgICAgc2VlZFNlYXJjaFN0cmluZ0Zyb21TZWxlY3Rpb246ICduZXZlcicsXG4gICAgICBhdXRvRmluZEluU2VsZWN0aW9uOiAnbmV2ZXInLFxuICAgIH0sXG4gICAgbW91c2VXaGVlbFpvb206IHRydWUsXG4gICAgc2Nyb2xsYmFyOiB7XG4gICAgICB2ZXJ0aWNhbDogJ3Zpc2libGUnLFxuICAgICAgaG9yaXpvbnRhbDogJ3Zpc2libGUnLFxuICAgIH0sXG4gICAgZml4ZWRPdmVyZmxvd1dpZGdldHM6IHRydWUsXG4gIH07XG5cbmV4cG9ydCBjb25zdCBOT1RJRllfT05fRVJST1JfSEVBREVSID0gJ19fTk9USUZJQ0FUSU9OX09OX0VSUk9SX18nO1xuXG5leHBvcnQgY29uc3QgTk9USUZZX0RVUkFUSU9OX0hFQURFUiA9ICdfX05PVElGSUNBVElPTl9EVVJBVElPTl9fJztcblxuZXhwb3J0IGNvbnN0IE5PVElGWV9PTl9FUlJPUl9IRUFERVJTID0ge1xuICBbTk9USUZZX09OX0VSUk9SX0hFQURFUl06IFRSVUUsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgY29uc3QgTk9UX05PVElGWV9PTl9FUlJPUl9IRUFERVJTID0ge1xuICBbTk9USUZZX09OX0VSUk9SX0hFQURFUl06IEZBTFNFLFxufSBhcyBjb25zdDtcblxuLy8g5b2T5YmN546v5aKD5piv5ZCm5YWB6K646ZmN57qnXG4vLyAnZW5hYmxlZF9kb3duZ3JhZGVfd2F0Y2gnIOS4u+imgeaPkOS+m+acrOWcsOW8gOWPkeW8uuWItuaJk+W8gOmcgOimgVxuZXhwb3J0IGNvbnN0IERPV05HUkFERV9XQVRDSF9FTkFCTEVEID1cbiAgbG9jYWxTdG9yYWdlLmdldEl0ZW0oJ2VuYWJsZWRfZG93bmdyYWRlX3dhdGNoJykgPT09IFRSVUUgfHxcbiAgKGRvY3VtZW50LmxvY2F0aW9uLnByb3RvY29sICE9PSAnaHR0cHM6JyAmJlxuICAgIGRvY3VtZW50LmxvY2F0aW9uLmhvc3RuYW1lICE9PSAnbG9jYWxob3N0Jyk7XG5cbmV4cG9ydCBjb25zdCBET1dOR1JBREVfV0FUQ0hfUE9MTElORyA9IDUwMDAgYXMgY29uc3Q7XG5cbmV4cG9ydCBjb25zdCBDUkVBVEVEX0FUID0gJ2NyZWF0ZWRfYXQnO1xuZXhwb3J0IGNvbnN0IFVQREFURURfQVQgPSAndXBkYXRlZF9hdCc7XG5leHBvcnQgY29uc3QgQUNUSU9OID0gJ2FjdGlvbic7XG5leHBvcnQgY29uc3QgU1BFQyA9ICdzcGVjJztcbmV4cG9ydCBjb25zdCBDUkVBVEUgPSAnY3JlYXRlJztcbmV4cG9ydCBjb25zdCBVUERBVEUgPSAndXBkYXRlJztcbmV4cG9ydCBjb25zdCBMSU5LID0gJ2xpbmsnO1xuXG5leHBvcnQgY29uc3QgRVNDQVBFX0RFQUNUSVZBVEVfQ0hFQ0sgPSAnZXNjYXBlJztcblxuZXhwb3J0IGNvbnN0IENVU1RPTUlaRUQgPSAnY3VzdG9taXplZCc7XG5cbmV4cG9ydCBjb25zdCBHTE9CQUxfQ0xVU1RFUiA9ICdnbG9iYWwnO1xuXG5leHBvcnQgY29uc3QgUEFDS0FHRV9SVU5USU1FX1ZBTFVFID0gJ1J1bnRpbWUnO1xuXG5leHBvcnQgY29uc3QgQ1JZUFRPX0hFQURFUl9LRVkgPSAnWC1QYXJhbS1SZXNwb25zZSc7XG5leHBvcnQgZW51bSBDUllQVE9fVFlQRSB7XG4gIEVuYWJsZSA9ICdGb3JjZScsXG4gIERyb3AgPSAnRHJvcCcsXG4gIERpc2FibGUgPSAnTm9uZScsXG59XG5leHBvcnQgY29uc3QgQ1JZUFRPX1JBTkRPTV9IRUFERVJfS0VZID0gJ1gtUGFyYW0tSW5pdCc7XG5leHBvcnQgY29uc3QgQ1JZUFRPX0tFWSA9ICdhbGF1ZGEnO1xuXG5leHBvcnQgY29uc3QgUExBVEZPUk1fT1BTX01PREUgPSAncGxhdGZvcm0tb3BzLW1vZGUnO1xuXG4vLyBodHRwczovL2t1YmVybmV0ZXMuaW8vZG9jcy9yZWZlcmVuY2UvbGFiZWxzLWFubm90YXRpb25zLXRhaW50cy8ja3ViZWN0bC1rdWJlcm5ldGVzLWlvLWRlZmF1bHQtY29udGFpbmVyXG5leHBvcnQgY29uc3QgREVGQVVMVF9DT05UQUlORVJfQU5OT1RBVElPTiA9XG4gICdrdWJlY3RsLmt1YmVybmV0ZXMuaW8vZGVmYXVsdC1jb250YWluZXInO1xuIl19
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './constants';
|
|
2
|
+
export * from './patterns';
|
|
3
|
+
export * from './status-icons';
|
|
4
|
+
export * from './tokens';
|
|
5
|
+
export * from './timezones';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9zcmMvY29yZS9jb25zdGFudHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLFVBQVUsQ0FBQztBQUN6QixjQUFjLGFBQWEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29uc3RhbnRzJztcbmV4cG9ydCAqIGZyb20gJy4vcGF0dGVybnMnO1xuZXhwb3J0ICogZnJvbSAnLi9zdGF0dXMtaWNvbnMnO1xuZXhwb3J0ICogZnJvbSAnLi90b2tlbnMnO1xuZXhwb3J0ICogZnJvbSAnLi90aW1lem9uZXMnO1xuIl19
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export const K8S_RESOURCE_NAME_BASE = {
|
|
2
|
+
pattern: /^[\da-z]([\da-z-]*[\da-z])?$/,
|
|
3
|
+
tip: 'regexp_tip_k8s_resource_name_base',
|
|
4
|
+
};
|
|
5
|
+
export const IP_ADDRESS_PATTERN = {
|
|
6
|
+
pattern: /^(?:(?:25[0-5]|2[0-4]\d|[01]?\d{1,2})\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d{1,2})$/,
|
|
7
|
+
placeholder: 'ip_address_placeholder',
|
|
8
|
+
tip: 'regexp_tip_ip_address',
|
|
9
|
+
};
|
|
10
|
+
export const HTTP_IP_OR_DOMAIN_PATTERN = {
|
|
11
|
+
pattern: /^((http|https):\/\/)((((2(5[0-5]|[0-4]\d))|[01]?\d{1,2})(\.((2(5[0-5]|[0-4]\d))|[01]?\d{1,2})){3})|((([\dA-Za-z-]*[\dA-Za-z])\.)*([A-Za-z]|[A-Za-z][\dA-Za-z-]*[\dA-Za-z])))(:(([1-9]\d{0,3})|([1-5]\d{4})|(6[0-4]\d{3})|(65[0-4]\d{2})|(655[0-2]\d)|(6553[0-5])))?(\/\S*)*$/,
|
|
12
|
+
tip: 'domain_ip_placeholder',
|
|
13
|
+
};
|
|
14
|
+
export const HTTP_DUAL_IP_OR_DOMAIN_PATTERN = {
|
|
15
|
+
pattern:
|
|
16
|
+
// eslint-disable-next-line unicorn/better-regex
|
|
17
|
+
/^((http|https):\/\/)((((2(5[0-5]|[0-4]\d))|[01]?\d{1,2})(\.((2(5[0-5]|[0-4]\d))|[01]?\d{1,2})){3})|((([\dA-Za-z-]*[\dA-Za-z])\.)*([A-Za-z]|[A-Za-z][\dA-Za-z-]*[\dA-Za-z]))|(\[((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:)(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\]))(:(([1-9]\d{0,3})|([1-5]\d{4})|(6[0-4]\d{3})|(65[0-4]\d{2})|(655[0-2]\d)|(6553[0-5])))?(\/\S*)*$/,
|
|
18
|
+
tip: 'domain_ip_placeholder',
|
|
19
|
+
};
|
|
20
|
+
export const HTTP_ADDRESS_PATTERN = {
|
|
21
|
+
pattern: /^(http|https):\/\/([\w.])\S*$/,
|
|
22
|
+
tip: 'http_address_format_limit',
|
|
23
|
+
};
|
|
24
|
+
export const EMAIL_PATTERN = {
|
|
25
|
+
pattern: /^[\w.-]+@[\w-]+(\.[\w-]+)+$/,
|
|
26
|
+
tip: 'invalid_email',
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF0dGVybnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9zcmMvY29yZS9jb25zdGFudHMvcGF0dGVybnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0sc0JBQXNCLEdBQUc7SUFDcEMsT0FBTyxFQUFFLDhCQUE4QjtJQUN2QyxHQUFHLEVBQUUsbUNBQW1DO0NBQ3pDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxrQkFBa0IsR0FBRztJQUNoQyxPQUFPLEVBQ0wsK0VBQStFO0lBQ2pGLFdBQVcsRUFBRSx3QkFBd0I7SUFDckMsR0FBRyxFQUFFLHVCQUF1QjtDQUM3QixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0seUJBQXlCLEdBQUc7SUFDdkMsT0FBTyxFQUNMLDhRQUE4UTtJQUNoUixHQUFHLEVBQUUsdUJBQXVCO0NBQzdCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSw4QkFBOEIsR0FBRztJQUM1QyxPQUFPO0lBQ0wsZ0RBQWdEO0lBQ2hELGkwQ0FBaTBDO0lBQ24wQyxHQUFHLEVBQUUsdUJBQXVCO0NBQzdCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxvQkFBb0IsR0FBRztJQUNsQyxPQUFPLEVBQUUsK0JBQStCO0lBQ3hDLEdBQUcsRUFBRSwyQkFBMkI7Q0FDakMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLGFBQWEsR0FBRztJQUMzQixPQUFPLEVBQUUsNkJBQTZCO0lBQ3RDLEdBQUcsRUFBRSxlQUFlO0NBQ3JCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgSzhTX1JFU09VUkNFX05BTUVfQkFTRSA9IHtcbiAgcGF0dGVybjogL15bXFxkYS16XShbXFxkYS16LV0qW1xcZGEtel0pPyQvLFxuICB0aXA6ICdyZWdleHBfdGlwX2s4c19yZXNvdXJjZV9uYW1lX2Jhc2UnLFxufTtcblxuZXhwb3J0IGNvbnN0IElQX0FERFJFU1NfUEFUVEVSTiA9IHtcbiAgcGF0dGVybjpcbiAgICAvXig/Oig/OjI1WzAtNV18MlswLTRdXFxkfFswMV0/XFxkezEsMn0pXFwuKXszfSg/OjI1WzAtNV18MlswLTRdXFxkfFswMV0/XFxkezEsMn0pJC8sXG4gIHBsYWNlaG9sZGVyOiAnaXBfYWRkcmVzc19wbGFjZWhvbGRlcicsXG4gIHRpcDogJ3JlZ2V4cF90aXBfaXBfYWRkcmVzcycsXG59O1xuXG5leHBvcnQgY29uc3QgSFRUUF9JUF9PUl9ET01BSU5fUEFUVEVSTiA9IHtcbiAgcGF0dGVybjpcbiAgICAvXigoaHR0cHxodHRwcyk6XFwvXFwvKSgoKCgyKDVbMC01XXxbMC00XVxcZCkpfFswMV0/XFxkezEsMn0pKFxcLigoMig1WzAtNV18WzAtNF1cXGQpKXxbMDFdP1xcZHsxLDJ9KSl7M30pfCgoKFtcXGRBLVphLXotXSpbXFxkQS1aYS16XSlcXC4pKihbQS1aYS16XXxbQS1aYS16XVtcXGRBLVphLXotXSpbXFxkQS1aYS16XSkpKSg6KChbMS05XVxcZHswLDN9KXwoWzEtNV1cXGR7NH0pfCg2WzAtNF1cXGR7M30pfCg2NVswLTRdXFxkezJ9KXwoNjU1WzAtMl1cXGQpfCg2NTUzWzAtNV0pKSk/KFxcL1xcUyopKiQvLFxuICB0aXA6ICdkb21haW5faXBfcGxhY2Vob2xkZXInLFxufTtcblxuZXhwb3J0IGNvbnN0IEhUVFBfRFVBTF9JUF9PUl9ET01BSU5fUEFUVEVSTiA9IHtcbiAgcGF0dGVybjpcbiAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgdW5pY29ybi9iZXR0ZXItcmVnZXhcbiAgICAvXigoaHR0cHxodHRwcyk6XFwvXFwvKSgoKCgyKDVbMC01XXxbMC00XVxcZCkpfFswMV0/XFxkezEsMn0pKFxcLigoMig1WzAtNV18WzAtNF1cXGQpKXxbMDFdP1xcZHsxLDJ9KSl7M30pfCgoKFtcXGRBLVphLXotXSpbXFxkQS1aYS16XSlcXC4pKihbQS1aYS16XXxbQS1aYS16XVtcXGRBLVphLXotXSpbXFxkQS1aYS16XSkpfChcXFsoKChbMC05QS1GYS1mXXsxLDR9Oil7N30oWzAtOUEtRmEtZl17MSw0fXw6KSl8KChbMC05QS1GYS1mXXsxLDR9Oil7Nn0oOlswLTlBLUZhLWZdezEsNH18KCgyNVswLTVdfDJbMC00XVxcZHwxXFxkXFxkfFsxLTldP1xcZCkoXFwuKDI1WzAtNV18MlswLTRdXFxkfDFcXGRcXGR8WzEtOV0/XFxkKSl7M30pfDopKXwoKFswLTlBLUZhLWZdezEsNH06KXs1fSgoKDpbMC05QS1GYS1mXXsxLDR9KXsxLDJ9KXw6KCgyNVswLTVdfDJbMC00XVxcZHwxXFxkXFxkfFsxLTldP1xcZCkoXFwuKDI1WzAtNV18MlswLTRdXFxkfDFcXGRcXGR8WzEtOV0/XFxkKSl7M30pfDopKXwoKFswLTlBLUZhLWZdezEsNH06KXs0fSgoKDpbMC05QS1GYS1mXXsxLDR9KXsxLDN9KXwoKDpbMC05QS1GYS1mXXsxLDR9KT86KCgyNVswLTVdfDJbMC00XVxcZHwxXFxkXFxkfFsxLTldP1xcZCkoXFwuKDI1WzAtNV18MlswLTRdXFxkfDFcXGRcXGR8WzEtOV0/XFxkKSl7M30pKXw6KSl8KChbMC05QS1GYS1mXXsxLDR9Oil7M30oKCg6WzAtOUEtRmEtZl17MSw0fSl7MSw0fSl8KCg6WzAtOUEtRmEtZl17MSw0fSl7MCwyfTooKDI1WzAtNV18MlswLTRdXFxkfDFcXGRcXGR8WzEtOV0/XFxkKShcXC4oMjVbMC01XXwyWzAtNF1cXGR8MVxcZFxcZHxbMS05XT9cXGQpKXszfSkpfDopKXwoKFswLTlBLUZhLWZdezEsNH06KXsyfSgoKDpbMC05QS1GYS1mXXsxLDR9KXsxLDV9KXwoKDpbMC05QS1GYS1mXXsxLDR9KXswLDN9OigoMjVbMC01XXwyWzAtNF1cXGR8MVxcZFxcZHxbMS05XT9cXGQpKFxcLigyNVswLTVdfDJbMC00XVxcZHwxXFxkXFxkfFsxLTldP1xcZCkpezN9KSl8OikpfCgoWzAtOUEtRmEtZl17MSw0fTopKCgoOlswLTlBLUZhLWZdezEsNH0pezEsNn0pfCgoOlswLTlBLUZhLWZdezEsNH0pezAsNH06KCgyNVswLTVdfDJbMC00XVxcZHwxXFxkXFxkfFsxLTldP1xcZCkoXFwuKDI1WzAtNV18MlswLTRdXFxkfDFcXGRcXGR8WzEtOV0/XFxkKSl7M30pKXw6KSl8KDooKCg6WzAtOUEtRmEtZl17MSw0fSl7MSw3fSl8KCg6WzAtOUEtRmEtZl17MSw0fSl7MCw1fTooKDI1WzAtNV18MlswLTRdXFxkfDFcXGRcXGR8WzEtOV0/XFxkKShcXC4oMjVbMC01XXwyWzAtNF1cXGR8MVxcZFxcZHxbMS05XT9cXGQpKXszfSkpfDopKSkoJS4rKT9cXF0pKSg6KChbMS05XVxcZHswLDN9KXwoWzEtNV1cXGR7NH0pfCg2WzAtNF1cXGR7M30pfCg2NVswLTRdXFxkezJ9KXwoNjU1WzAtMl1cXGQpfCg2NTUzWzAtNV0pKSk/KFxcL1xcUyopKiQvLFxuICB0aXA6ICdkb21haW5faXBfcGxhY2Vob2xkZXInLFxufTtcblxuZXhwb3J0IGNvbnN0IEhUVFBfQUREUkVTU19QQVRURVJOID0ge1xuICBwYXR0ZXJuOiAvXihodHRwfGh0dHBzKTpcXC9cXC8oW1xcdy5dKVxcUyokLyxcbiAgdGlwOiAnaHR0cF9hZGRyZXNzX2Zvcm1hdF9saW1pdCcsXG59O1xuXG5leHBvcnQgY29uc3QgRU1BSUxfUEFUVEVSTiA9IHtcbiAgcGF0dGVybjogL15bXFx3Li1dK0BbXFx3LV0rKFxcLltcXHctXSspKyQvLFxuICB0aXA6ICdpbnZhbGlkX2VtYWlsJyxcbn07XG4iXX0=
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export var GenericStatusIcon;
|
|
2
|
+
(function (GenericStatusIcon) {
|
|
3
|
+
GenericStatusIcon["Check"] = "check_circle_s";
|
|
4
|
+
GenericStatusIcon["Running"] = "arrow_right_circle_s";
|
|
5
|
+
GenericStatusIcon["Error"] = "xmark_circle_s";
|
|
6
|
+
GenericStatusIcon["Stopped"] = "stop_circle_s";
|
|
7
|
+
GenericStatusIcon["Pending"] = "rotate_circle_s";
|
|
8
|
+
GenericStatusIcon["Question"] = "question_circle_s";
|
|
9
|
+
GenericStatusIcon["Exclamation"] = "exclamation_circle_s";
|
|
10
|
+
GenericStatusIcon["Warning"] = "exclamation_triangle_s";
|
|
11
|
+
GenericStatusIcon["Deleting"] = "trash_circle_s";
|
|
12
|
+
GenericStatusIcon["Invalid"] = "minus_circle_s";
|
|
13
|
+
GenericStatusIcon["Pause"] = "pause_circle_s";
|
|
14
|
+
GenericStatusIcon["Alarm"] = "siren";
|
|
15
|
+
GenericStatusIcon["Upgradeable"] = "prod:upgradable_s";
|
|
16
|
+
GenericStatusIcon["Provisioning"] = "hourglass_circle_s";
|
|
17
|
+
GenericStatusIcon["Circle"] = "circle";
|
|
18
|
+
GenericStatusIcon["Healthy"] = "prod:heart_pulse_circle_s";
|
|
19
|
+
})(GenericStatusIcon || (GenericStatusIcon = {}));
|
|
20
|
+
export var GenericStatusColor;
|
|
21
|
+
(function (GenericStatusColor) {
|
|
22
|
+
GenericStatusColor["Pending"] = "rgb(var(--aui-color-blue))";
|
|
23
|
+
GenericStatusColor["Running"] = "rgb(var(--aui-color-green))";
|
|
24
|
+
GenericStatusColor["Succeeded"] = "rgb(var(--aui-color-green))";
|
|
25
|
+
GenericStatusColor["Warning"] = "rgb(var(--aui-color-yellow))";
|
|
26
|
+
GenericStatusColor["Failed"] = "rgb(var(--aui-color-red))";
|
|
27
|
+
GenericStatusColor["Stopped"] = "rgb(var(--aui-color-n-3))";
|
|
28
|
+
GenericStatusColor["Empty"] = "rgb(var(--aui-color-n-4))";
|
|
29
|
+
GenericStatusColor["Missing"] = "rgb(var(--aui-color-n-6))";
|
|
30
|
+
})(GenericStatusColor || (GenericStatusColor = {}));
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdHVzLWljb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL2NvcmUvY29uc3RhbnRzL3N0YXR1cy1pY29ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxpQkFpQlg7QUFqQkQsV0FBWSxpQkFBaUI7SUFDM0IsNkNBQXdCLENBQUE7SUFDeEIscURBQWdDLENBQUE7SUFDaEMsNkNBQXdCLENBQUE7SUFDeEIsOENBQXlCLENBQUE7SUFDekIsZ0RBQTJCLENBQUE7SUFDM0IsbURBQThCLENBQUE7SUFDOUIseURBQW9DLENBQUE7SUFDcEMsdURBQWtDLENBQUE7SUFDbEMsZ0RBQTJCLENBQUE7SUFDM0IsK0NBQTBCLENBQUE7SUFDMUIsNkNBQXdCLENBQUE7SUFDeEIsb0NBQWUsQ0FBQTtJQUNmLHNEQUFpQyxDQUFBO0lBQ2pDLHdEQUFtQyxDQUFBO0lBQ25DLHNDQUFpQixDQUFBO0lBQ2pCLDBEQUFxQyxDQUFBO0FBQ3ZDLENBQUMsRUFqQlcsaUJBQWlCLEtBQWpCLGlCQUFpQixRQWlCNUI7QUFFRCxNQUFNLENBQU4sSUFBWSxrQkFTWDtBQVRELFdBQVksa0JBQWtCO0lBQzVCLDREQUFzQyxDQUFBO0lBQ3RDLDZEQUF1QyxDQUFBO0lBQ3ZDLCtEQUF5QyxDQUFBO0lBQ3pDLDhEQUF3QyxDQUFBO0lBQ3hDLDBEQUFvQyxDQUFBO0lBQ3BDLDJEQUFxQyxDQUFBO0lBQ3JDLHlEQUFtQyxDQUFBO0lBQ25DLDJEQUFxQyxDQUFBO0FBQ3ZDLENBQUMsRUFUVyxrQkFBa0IsS0FBbEIsa0JBQWtCLFFBUzdCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gR2VuZXJpY1N0YXR1c0ljb24ge1xuICBDaGVjayA9ICdjaGVja19jaXJjbGVfcycsXG4gIFJ1bm5pbmcgPSAnYXJyb3dfcmlnaHRfY2lyY2xlX3MnLFxuICBFcnJvciA9ICd4bWFya19jaXJjbGVfcycsXG4gIFN0b3BwZWQgPSAnc3RvcF9jaXJjbGVfcycsXG4gIFBlbmRpbmcgPSAncm90YXRlX2NpcmNsZV9zJyxcbiAgUXVlc3Rpb24gPSAncXVlc3Rpb25fY2lyY2xlX3MnLFxuICBFeGNsYW1hdGlvbiA9ICdleGNsYW1hdGlvbl9jaXJjbGVfcycsXG4gIFdhcm5pbmcgPSAnZXhjbGFtYXRpb25fdHJpYW5nbGVfcycsXG4gIERlbGV0aW5nID0gJ3RyYXNoX2NpcmNsZV9zJyxcbiAgSW52YWxpZCA9ICdtaW51c19jaXJjbGVfcycsXG4gIFBhdXNlID0gJ3BhdXNlX2NpcmNsZV9zJyxcbiAgQWxhcm0gPSAnc2lyZW4nLFxuICBVcGdyYWRlYWJsZSA9ICdwcm9kOnVwZ3JhZGFibGVfcycsXG4gIFByb3Zpc2lvbmluZyA9ICdob3VyZ2xhc3NfY2lyY2xlX3MnLFxuICBDaXJjbGUgPSAnY2lyY2xlJyxcbiAgSGVhbHRoeSA9ICdwcm9kOmhlYXJ0X3B1bHNlX2NpcmNsZV9zJyxcbn1cblxuZXhwb3J0IGVudW0gR2VuZXJpY1N0YXR1c0NvbG9yIHtcbiAgUGVuZGluZyA9ICdyZ2IodmFyKC0tYXVpLWNvbG9yLWJsdWUpKScsXG4gIFJ1bm5pbmcgPSAncmdiKHZhcigtLWF1aS1jb2xvci1ncmVlbikpJyxcbiAgU3VjY2VlZGVkID0gJ3JnYih2YXIoLS1hdWktY29sb3ItZ3JlZW4pKScsXG4gIFdhcm5pbmcgPSAncmdiKHZhcigtLWF1aS1jb2xvci15ZWxsb3cpKScsXG4gIEZhaWxlZCA9ICdyZ2IodmFyKC0tYXVpLWNvbG9yLXJlZCkpJyxcbiAgU3RvcHBlZCA9ICdyZ2IodmFyKC0tYXVpLWNvbG9yLW4tMykpJyxcbiAgRW1wdHkgPSAncmdiKHZhcigtLWF1aS1jb2xvci1uLTQpKScsXG4gIE1pc3NpbmcgPSAncmdiKHZhcigtLWF1aS1jb2xvci1uLTYpKScsXG59XG4iXX0=
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
export const BASE_TIMEZONE = 'Etc/UTC';
|
|
2
|
+
export const TIMEZONES = [
|
|
3
|
+
{
|
|
4
|
+
name: '(UTC-12:00) International Date Line West',
|
|
5
|
+
name_zh: '(UTC-12:00) 国际日期变更线西',
|
|
6
|
+
tzCode: 'Etc/GMT+12',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: '(UTC-11:00) Coordinated Universal Time-1',
|
|
10
|
+
name_zh: '(UTC-11:00) 协调世界时-1',
|
|
11
|
+
tzCode: 'Etc/GMT+11',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: '(UTC-10:00) Hawaii',
|
|
15
|
+
name_zh: '(UTC-10:00) 夏威夷',
|
|
16
|
+
tzCode: 'Pacific/Honolulu',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
name: '(UTC-07:00) Arizona',
|
|
20
|
+
name_zh: '(UTC-07:00) 亚利桑那州',
|
|
21
|
+
tzCode: 'America/Phoenix',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
name: '(UTC-06:00) Saskatchewan',
|
|
25
|
+
name_zh: '(UTC-06:00) 萨斯喀彻温省',
|
|
26
|
+
tzCode: 'America/Regina',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: '(UTC-06:00) Central America',
|
|
30
|
+
name_zh: '(UTC-06:00) 中部美洲',
|
|
31
|
+
tzCode: 'America/Belize',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: '(UTC-05:00) Bogota, Lima, Quito',
|
|
35
|
+
name_zh: '(UTC-05:00) 波哥大,利马,基多',
|
|
36
|
+
tzCode: 'America/Bogota',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '(UTC-04:30) Caracas',
|
|
40
|
+
name_zh: '(UTC-04:30) 加拉加斯',
|
|
41
|
+
tzCode: 'America/Caracas',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: '(UTC-04:00) Georgetown, La Paz, Manaus, San Juan',
|
|
45
|
+
name_zh: '(UTC-04:00) 乔治敦,拉巴斯,马瑙斯,圣胡安',
|
|
46
|
+
tzCode: 'America/La_Paz',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: '(UTC-03:00) Cayenne, Fortaleza',
|
|
50
|
+
name_zh: '(UTC-03:00) 卡宴,福塔莱萨',
|
|
51
|
+
tzCode: 'America/Fortaleza',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
name: '(UTC-03:00) Buenos Aires',
|
|
55
|
+
name_zh: '(UTC-03:00) 布宜诺斯艾利斯',
|
|
56
|
+
tzCode: 'America/Argentina/Buenos_Aires',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: '(UTC-02:00) Coordinated Universal Time-02',
|
|
60
|
+
name_zh: '(UTC-02:00) 协调世界时-02',
|
|
61
|
+
tzCode: 'Etc/GMT+2',
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: '(UTC-01:00) Cabo Verde Is.',
|
|
65
|
+
name_zh: '(UTC-01:00) 佛得角',
|
|
66
|
+
tzCode: 'Atlantic/Cape_Verde',
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: '(UTC+00:00) Coordinated Universal Time',
|
|
70
|
+
name_zh: '(UTC) 协调世界时',
|
|
71
|
+
tzCode: 'Etc/UTC',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: '(UTC+00:00) Monrovia, Reykjavik',
|
|
75
|
+
name_zh: '(UTC) 蒙罗维亚,雷克雅维克',
|
|
76
|
+
tzCode: 'Africa/Monrovia',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: '(UTC+01:00) West Central Africa',
|
|
80
|
+
name_zh: '(UTC+01:00) 中西非洲',
|
|
81
|
+
tzCode: 'Africa/Lagos',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: '(UTC+02:00) Harare, Pretoria',
|
|
85
|
+
name_zh: '(UTC+02:00) 哈拉雷,比勒陀利亚',
|
|
86
|
+
tzCode: 'Africa/Harare',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: '(UTC+03:00) Baghdad',
|
|
90
|
+
name_zh: '(UTC+03:00) 巴格达',
|
|
91
|
+
tzCode: 'Asia/Baghdad',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
name: '(UTC+03:00) Kuwait, Riyadh',
|
|
95
|
+
name_zh: '(UTC+03:00) 科威特,利雅得',
|
|
96
|
+
tzCode: 'Asia/Riyadh',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: '(UTC+03:00) Nairobi',
|
|
100
|
+
name_zh: '(UTC+03:00) 内罗毕',
|
|
101
|
+
tzCode: 'Africa/Nairobi',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: '(UTC+04:00) Abu Dhabi, Muscat',
|
|
105
|
+
name_zh: '(UTC+04:00) 阿布扎比,马斯喀特',
|
|
106
|
+
tzCode: 'Asia/Dubai',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
name: '(UTC+04:00) Port Louis',
|
|
110
|
+
name_zh: '(UTC+04:00) 路易港',
|
|
111
|
+
tzCode: 'Indian/Mauritius',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
name: '(UTC+04:00) Tbilisi',
|
|
115
|
+
name_zh: '(UTC+04:00) 第比利斯',
|
|
116
|
+
tzCode: 'Asia/Tbilisi',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
name: '(UTC+04:30) Kabul',
|
|
120
|
+
name_zh: '(UTC+04:30) 喀布尔',
|
|
121
|
+
tzCode: 'Asia/Kabul',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
name: '(UTC+05:00) Islamabad, Karachi',
|
|
125
|
+
name_zh: '(UTC+05:00) 伊斯兰堡,卡拉奇',
|
|
126
|
+
tzCode: 'Asia/Karachi',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
name: '(UTC+05:00) Toshkent',
|
|
130
|
+
name_zh: '(UTC+05:00) Toshkent',
|
|
131
|
+
tzCode: 'Asia/Tashkent',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
name: '(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi',
|
|
135
|
+
name_zh: '(UTC+05:30) 金奈,加尔各答,孟买,新德里',
|
|
136
|
+
tzCode: 'Asia/Kolkata',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
name: '(UTC+05:30) Sri Jayawardenepura',
|
|
140
|
+
name_zh: '(UTC+05:30) 斯里哈亚华登尼普拉',
|
|
141
|
+
tzCode: 'Asia/Colombo',
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
name: '(UTC+05:45) Kathmandu',
|
|
145
|
+
name_zh: '(UTC+05:45) 加德满都',
|
|
146
|
+
tzCode: 'Asia/Kathmandu',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
name: '(UTC+06:00) Nur-Sultan',
|
|
150
|
+
name_zh: '(UTC+06:00) Nur-Sultan',
|
|
151
|
+
tzCode: 'Asia/Almaty',
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
name: '(UTC+06:00) Dhaka',
|
|
155
|
+
name_zh: '(UTC+06:00) 达卡',
|
|
156
|
+
tzCode: 'Asia/Dhaka',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
name: '(UTC+06:30) Yangon (Rangoon)',
|
|
160
|
+
name_zh: '(UTC+06:30) 仰光',
|
|
161
|
+
tzCode: 'Asia/Yangon',
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
name: '(UTC+07:00) Bangkok, Hanoi, Jakarta',
|
|
165
|
+
name_zh: '(UTC+07:00) 曼谷,河内,雅加达',
|
|
166
|
+
tzCode: 'Asia/Bangkok',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: '(UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi',
|
|
170
|
+
name_zh: '(UTC+08:00) 北京,重庆,香港,乌鲁木齐',
|
|
171
|
+
tzCode: 'Asia/Shanghai',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: '(UTC+08:00) Kuala Lumpur, Singapore',
|
|
175
|
+
name_zh: '(UTC+08:00) 吉隆坡,新加坡',
|
|
176
|
+
tzCode: 'Asia/Kuala_Lumpur',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
name: '(UTC+08:00) Perth',
|
|
180
|
+
name_zh: '(UTC+08:00) 珀斯',
|
|
181
|
+
tzCode: 'Australia/Perth',
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
name: '(UTC+08:00) Taipei',
|
|
185
|
+
name_zh: '(UTC+08:00) 台北',
|
|
186
|
+
tzCode: 'Asia/Taipei',
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
name: '(UTC+08:00) Ulaanbaatar',
|
|
190
|
+
name_zh: '(UTC+08:00) 乌兰巴托',
|
|
191
|
+
tzCode: 'Asia/Ulaanbaatar',
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
name: '(UTC+09:00) Osaka, Sapporo, Tokyo',
|
|
195
|
+
name_zh: '(UTC+09:00) 大阪,札幌,东京',
|
|
196
|
+
tzCode: 'Asia/Tokyo',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
name: '(UTC+09:00) Seoul',
|
|
200
|
+
name_zh: '(UTC+09:00) 首尔',
|
|
201
|
+
tzCode: 'Asia/Seoul',
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
name: '(UTC+09:30) Darwin',
|
|
205
|
+
name_zh: '(UTC+09:30) 达尔文',
|
|
206
|
+
tzCode: 'Australia/Darwin',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
name: '(UTC+10:00) Brisbane',
|
|
210
|
+
name_zh: '(UTC+10:00) 布里斯班',
|
|
211
|
+
tzCode: 'Australia/Brisbane',
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
name: '(UTC+10:00) Guam, Port Moresby',
|
|
215
|
+
name_zh: '(UTC+10:00) 关岛,莫尔兹比港',
|
|
216
|
+
tzCode: 'Pacific/Guam',
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
name: '(UTC+11:00) Magadan, Solomon Is., New Caledonia',
|
|
220
|
+
name_zh: '(UTC+11:00) 马加丹,所罗门群岛,新喀里多尼亚',
|
|
221
|
+
tzCode: 'Asia/Magadan',
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
name: '(UTC+12:00) Coordinated Universal Time+12',
|
|
225
|
+
name_zh: '(UTC+12:00) 协调世界时+12',
|
|
226
|
+
tzCode: 'Etc/GMT-12',
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
name: "(UTC+13:00) Nuku'alofa",
|
|
230
|
+
name_zh: '(UTC+13:00) 努库阿洛法',
|
|
231
|
+
tzCode: 'Pacific/Tongatapu',
|
|
232
|
+
},
|
|
233
|
+
];
|
|
234
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXpvbmVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vc3JjL2NvcmUvY29uc3RhbnRzL3RpbWV6b25lcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsU0FBUyxDQUFDO0FBRXZDLE1BQU0sQ0FBQyxNQUFNLFNBQVMsR0FBRztJQUN2QjtRQUNFLElBQUksRUFBRSwwQ0FBMEM7UUFDaEQsT0FBTyxFQUFFLHNCQUFzQjtRQUMvQixNQUFNLEVBQUUsWUFBWTtLQUNyQjtJQUNEO1FBQ0UsSUFBSSxFQUFFLDBDQUEwQztRQUNoRCxPQUFPLEVBQUUscUJBQXFCO1FBQzlCLE1BQU0sRUFBRSxZQUFZO0tBQ3JCO0lBQ0Q7UUFDRSxJQUFJLEVBQUUsb0JBQW9CO1FBQzFCLE9BQU8sRUFBRSxpQkFBaUI7UUFDMUIsTUFBTSxFQUFFLGtCQUFrQjtLQUMzQjtJQUNEO1FBQ0UsSUFBSSxFQUFFLHFCQUFxQjtRQUMzQixPQUFPLEVBQUUsbUJBQW1CO1FBQzVCLE1BQU0sRUFBRSxpQkFBaUI7S0FDMUI7SUFFRDtRQUNFLElBQUksRUFBRSwwQkFBMEI7UUFDaEMsT0FBTyxFQUFFLG9CQUFvQjtRQUM3QixNQUFNLEVBQUUsZ0JBQWdCO0tBQ3pCO0lBQ0Q7UUFDRSxJQUFJLEVBQUUsNkJBQTZCO1FBQ25DLE9BQU8sRUFBRSxrQkFBa0I7UUFDM0IsTUFBTSxFQUFFLGdCQUFnQjtLQUN6QjtJQUVEO1FBQ0UsSUFBSSxFQUFFLGlDQUFpQztRQUN2QyxPQUFPLEVBQUUsdUJBQXVCO1FBQ2hDLE1BQU0sRUFBRSxnQkFBZ0I7S0FDekI7SUFFRDtRQUNFLElBQUksRUFBRSxxQkFBcUI7UUFDM0IsT0FBTyxFQUFFLGtCQUFrQjtRQUMzQixNQUFNLEVBQUUsaUJBQWlCO0tBQzFCO0lBQ0Q7UUFDRSxJQUFJLEVBQUUsa0RBQWtEO1FBQ3hELE9BQU8sRUFBRSw2QkFBNkI7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RCxPQUFPLEVBQUUsOEJBQThCO1FBQ3ZDLE1BQU0sRUFBRSxjQUFjO0tBQ3ZCO0lBQ0Q7UUFDRSxJQUFJLEVBQUUsMkNBQTJDO1FBQ2pELE9BQU8sRUFBRSxzQkFBc0I7UUFDL0IsTUFBTSxFQUFFLFlBQVk7S0FDckI7SUFDRDtRQUNFLElBQUksRUFBRSx3QkFBd0I7UUFDOUIsT0FBTyxFQUFFLG1CQUFtQjtRQUM1QixNQUFNLEVBQUUsbUJBQW1CO0tBQzVCO0NBQ0YsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjb25zdCBCQVNFX1RJTUVaT05FID0gJ0V0Yy9VVEMnO1xuXG5leHBvcnQgY29uc3QgVElNRVpPTkVTID0gW1xuICB7XG4gICAgbmFtZTogJyhVVEMtMTI6MDApIEludGVybmF0aW9uYWwgRGF0ZSBMaW5lIFdlc3QnLFxuICAgIG5hbWVfemg6ICcoVVRDLTEyOjAwKSDlm73pmYXml6XmnJ/lj5jmm7Tnur/opb8nLFxuICAgIHR6Q29kZTogJ0V0Yy9HTVQrMTInLFxuICB9LFxuICB7XG4gICAgbmFtZTogJyhVVEMtMTE6MDApIENvb3JkaW5hdGVkIFVuaXZlcnNhbCBUaW1lLTEnLFxuICAgIG5hbWVfemg6ICcoVVRDLTExOjAwKSDljY/osIPkuJbnlYzml7YtMScsXG4gICAgdHpDb2RlOiAnRXRjL0dNVCsxMScsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQy0xMDowMCkgSGF3YWlpJyxcbiAgICBuYW1lX3poOiAnKFVUQy0xMDowMCkg5aSP5aiB5aS3JyxcbiAgICB0ekNvZGU6ICdQYWNpZmljL0hvbm9sdWx1JyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDLTA3OjAwKSBBcml6b25hJyxcbiAgICBuYW1lX3poOiAnKFVUQy0wNzowMCkg5Lqa5Yip5qGR6YKj5beeJyxcbiAgICB0ekNvZGU6ICdBbWVyaWNhL1Bob2VuaXgnLFxuICB9LFxuXG4gIHtcbiAgICBuYW1lOiAnKFVUQy0wNjowMCkgU2Fza2F0Y2hld2FuJyxcbiAgICBuYW1lX3poOiAnKFVUQy0wNjowMCkg6JCo5pav5ZaA5b275rip55yBJyxcbiAgICB0ekNvZGU6ICdBbWVyaWNhL1JlZ2luYScsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQy0wNjowMCkgQ2VudHJhbCBBbWVyaWNhJyxcbiAgICBuYW1lX3poOiAnKFVUQy0wNjowMCkg5Lit6YOo576O5rSyJyxcbiAgICB0ekNvZGU6ICdBbWVyaWNhL0JlbGl6ZScsXG4gIH0sXG5cbiAge1xuICAgIG5hbWU6ICcoVVRDLTA1OjAwKSBCb2dvdGEsIExpbWEsIFF1aXRvJyxcbiAgICBuYW1lX3poOiAnKFVUQy0wNTowMCkg5rOi5ZOl5aSn77yM5Yip6ams77yM5Z+65aSaJyxcbiAgICB0ekNvZGU6ICdBbWVyaWNhL0JvZ290YScsXG4gIH0sXG5cbiAge1xuICAgIG5hbWU6ICcoVVRDLTA0OjMwKSBDYXJhY2FzJyxcbiAgICBuYW1lX3poOiAnKFVUQy0wNDozMCkg5Yqg5ouJ5Yqg5pavJyxcbiAgICB0ekNvZGU6ICdBbWVyaWNhL0NhcmFjYXMnLFxuICB9LFxuICB7XG4gICAgbmFtZTogJyhVVEMtMDQ6MDApIEdlb3JnZXRvd24sIExhIFBheiwgTWFuYXVzLCBTYW4gSnVhbicsXG4gICAgbmFtZV96aDogJyhVVEMtMDQ6MDApIOS5lOayu+aVpu+8jOaLieW3tOaWr++8jOmprOeRmeaWr++8jOWco+iDoeWuiScsXG4gICAgdHpDb2RlOiAnQW1lcmljYS9MYV9QYXonLFxuICB9LFxuICB7XG4gICAgbmFtZTogJyhVVEMtMDM6MDApIENheWVubmUsIEZvcnRhbGV6YScsXG4gICAgbmFtZV96aDogJyhVVEMtMDM6MDApIOWNoeWutO+8jOemj+WhlOiOseiQqCcsXG4gICAgdHpDb2RlOiAnQW1lcmljYS9Gb3J0YWxlemEnLFxuICB9LFxuICB7XG4gICAgbmFtZTogJyhVVEMtMDM6MDApIEJ1ZW5vcyBBaXJlcycsXG4gICAgbmFtZV96aDogJyhVVEMtMDM6MDApIOW4g+WunOivuuaWr+iJvuWIqeaWrycsXG4gICAgdHpDb2RlOiAnQW1lcmljYS9BcmdlbnRpbmEvQnVlbm9zX0FpcmVzJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDLTAyOjAwKSBDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZS0wMicsXG4gICAgbmFtZV96aDogJyhVVEMtMDI6MDApIOWNj+iwg+S4lueVjOaXti0wMicsXG4gICAgdHpDb2RlOiAnRXRjL0dNVCsyJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDLTAxOjAwKSBDYWJvIFZlcmRlIElzLicsXG4gICAgbmFtZV96aDogJyhVVEMtMDE6MDApIOS9m+W+l+inkicsXG4gICAgdHpDb2RlOiAnQXRsYW50aWMvQ2FwZV9WZXJkZScsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswMDowMCkgQ29vcmRpbmF0ZWQgVW5pdmVyc2FsIFRpbWUnLFxuICAgIG5hbWVfemg6ICcoVVRDKSDljY/osIPkuJbnlYzml7YnLFxuICAgIHR6Q29kZTogJ0V0Yy9VVEMnLFxuICB9LFxuICB7XG4gICAgbmFtZTogJyhVVEMrMDA6MDApIE1vbnJvdmlhLCBSZXlramF2aWsnLFxuICAgIG5hbWVfemg6ICcoVVRDKSDokpnnvZfnu7TkuprvvIzpm7flhYvpm4Xnu7TlhYsnLFxuICAgIHR6Q29kZTogJ0FmcmljYS9Nb25yb3ZpYScsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswMTowMCkgV2VzdCBDZW50cmFsIEFmcmljYScsXG4gICAgbmFtZV96aDogJyhVVEMrMDE6MDApIOS4reilv+mdnua0sicsXG4gICAgdHpDb2RlOiAnQWZyaWNhL0xhZ29zJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzAyOjAwKSBIYXJhcmUsIFByZXRvcmlhJyxcbiAgICBuYW1lX3poOiAnKFVUQyswMjowMCkg5ZOI5ouJ6Zu377yM5q+U5YuS6ZmA5Yip5LqaJyxcbiAgICB0ekNvZGU6ICdBZnJpY2EvSGFyYXJlJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzAzOjAwKSBCYWdoZGFkJyxcbiAgICBuYW1lX3poOiAnKFVUQyswMzowMCkg5be05qC86L6+JyxcbiAgICB0ekNvZGU6ICdBc2lhL0JhZ2hkYWQnLFxuICB9LFxuICB7XG4gICAgbmFtZTogJyhVVEMrMDM6MDApIEt1d2FpdCwgUml5YWRoJyxcbiAgICBuYW1lX3poOiAnKFVUQyswMzowMCkg56eR5aiB54m577yM5Yip6ZuF5b6XJyxcbiAgICB0ekNvZGU6ICdBc2lhL1JpeWFkaCcsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswMzowMCkgTmFpcm9iaScsXG4gICAgbmFtZV96aDogJyhVVEMrMDM6MDApIOWGhee9l+avlScsXG4gICAgdHpDb2RlOiAnQWZyaWNhL05haXJvYmknLFxuICB9LFxuICB7XG4gICAgbmFtZTogJyhVVEMrMDQ6MDApIEFidSBEaGFiaSwgTXVzY2F0JyxcbiAgICBuYW1lX3poOiAnKFVUQyswNDowMCkg6Zi/5biD5omO5q+U77yM6ams5pav5ZaA54m5JyxcbiAgICB0ekNvZGU6ICdBc2lhL0R1YmFpJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA0OjAwKSBQb3J0IExvdWlzJyxcbiAgICBuYW1lX3poOiAnKFVUQyswNDowMCkg6Lev5piT5rivJyxcbiAgICB0ekNvZGU6ICdJbmRpYW4vTWF1cml0aXVzJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA0OjAwKSBUYmlsaXNpJyxcbiAgICBuYW1lX3poOiAnKFVUQyswNDowMCkg56ys5q+U5Yip5pavJyxcbiAgICB0ekNvZGU6ICdBc2lhL1RiaWxpc2knLFxuICB9LFxuICB7XG4gICAgbmFtZTogJyhVVEMrMDQ6MzApIEthYnVsJyxcbiAgICBuYW1lX3poOiAnKFVUQyswNDozMCkg5ZaA5biD5bCUJyxcbiAgICB0ekNvZGU6ICdBc2lhL0thYnVsJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA1OjAwKSBJc2xhbWFiYWQsIEthcmFjaGknLFxuICAgIG5hbWVfemg6ICcoVVRDKzA1OjAwKSDkvIrmlq/lhbDloKHvvIzljaHmi4nlpYcnLFxuICAgIHR6Q29kZTogJ0FzaWEvS2FyYWNoaScsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswNTowMCkgVG9zaGtlbnQnLFxuICAgIG5hbWVfemg6ICcoVVRDKzA1OjAwKSBUb3Noa2VudCcsXG4gICAgdHpDb2RlOiAnQXNpYS9UYXNoa2VudCcsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswNTozMCkgQ2hlbm5haSwgS29sa2F0YSwgTXVtYmFpLCBOZXcgRGVsaGknLFxuICAgIG5hbWVfemg6ICcoVVRDKzA1OjMwKSDph5HlpYjvvIzliqDlsJTlkITnrZTvvIzlrZ/kubDvvIzmlrDlvrfph4wnLFxuICAgIHR6Q29kZTogJ0FzaWEvS29sa2F0YScsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswNTozMCkgU3JpIEpheWF3YXJkZW5lcHVyYScsXG4gICAgbmFtZV96aDogJyhVVEMrMDU6MzApIOaWr+mHjOWTiOS6muWNjueZu+WwvOaZruaLiScsXG4gICAgdHpDb2RlOiAnQXNpYS9Db2xvbWJvJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA1OjQ1KSBLYXRobWFuZHUnLFxuICAgIG5hbWVfemg6ICcoVVRDKzA1OjQ1KSDliqDlvrfmu6Hpg70nLFxuICAgIHR6Q29kZTogJ0FzaWEvS2F0aG1hbmR1JyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA2OjAwKSBOdXItU3VsdGFuJyxcbiAgICBuYW1lX3poOiAnKFVUQyswNjowMCkgTnVyLVN1bHRhbicsXG4gICAgdHpDb2RlOiAnQXNpYS9BbG1hdHknLFxuICB9LFxuICB7XG4gICAgbmFtZTogJyhVVEMrMDY6MDApIERoYWthJyxcbiAgICBuYW1lX3poOiAnKFVUQyswNjowMCkg6L6+5Y2hJyxcbiAgICB0ekNvZGU6ICdBc2lhL0RoYWthJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA2OjMwKSBZYW5nb24gKFJhbmdvb24pJyxcbiAgICBuYW1lX3poOiAnKFVUQyswNjozMCkg5Luw5YWJJyxcbiAgICB0ekNvZGU6ICdBc2lhL1lhbmdvbicsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswNzowMCkgQmFuZ2tvaywgSGFub2ksIEpha2FydGEnLFxuICAgIG5hbWVfemg6ICcoVVRDKzA3OjAwKSDmm7zosLfvvIzmsrPlhoXvvIzpm4XliqDovr4nLFxuICAgIHR6Q29kZTogJ0FzaWEvQmFuZ2tvaycsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswODowMCkgQmVpamluZywgQ2hvbmdxaW5nLCBIb25nIEtvbmcsIFVydW1xaScsXG4gICAgbmFtZV96aDogJyhVVEMrMDg6MDApIOWMl+S6rO+8jOmHjeW6hu+8jOmmmea4r++8jOS5jOmygeacqOm9kCcsXG4gICAgdHpDb2RlOiAnQXNpYS9TaGFuZ2hhaScsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswODowMCkgS3VhbGEgTHVtcHVyLCBTaW5nYXBvcmUnLFxuICAgIG5hbWVfemg6ICcoVVRDKzA4OjAwKSDlkInpmoblnaHvvIzmlrDliqDlnaEnLFxuICAgIHR6Q29kZTogJ0FzaWEvS3VhbGFfTHVtcHVyJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA4OjAwKSBQZXJ0aCcsXG4gICAgbmFtZV96aDogJyhVVEMrMDg6MDApIOePgOaWrycsXG4gICAgdHpDb2RlOiAnQXVzdHJhbGlhL1BlcnRoJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA4OjAwKSBUYWlwZWknLFxuICAgIG5hbWVfemg6ICcoVVRDKzA4OjAwKSDlj7DljJcnLFxuICAgIHR6Q29kZTogJ0FzaWEvVGFpcGVpJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA4OjAwKSBVbGFhbmJhYXRhcicsXG4gICAgbmFtZV96aDogJyhVVEMrMDg6MDApIOS5jOWFsOW3tOaJmCcsXG4gICAgdHpDb2RlOiAnQXNpYS9VbGFhbmJhYXRhcicsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswOTowMCkgT3Nha2EsIFNhcHBvcm8sIFRva3lvJyxcbiAgICBuYW1lX3poOiAnKFVUQyswOTowMCkg5aSn6Ziq77yM5pyt5bmM77yM5Lic5LqsJyxcbiAgICB0ekNvZGU6ICdBc2lhL1Rva3lvJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzA5OjAwKSBTZW91bCcsXG4gICAgbmFtZV96aDogJyhVVEMrMDk6MDApIOmmluWwlCcsXG4gICAgdHpDb2RlOiAnQXNpYS9TZW91bCcsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQyswOTozMCkgRGFyd2luJyxcbiAgICBuYW1lX3poOiAnKFVUQyswOTozMCkg6L6+5bCU5paHJyxcbiAgICB0ekNvZGU6ICdBdXN0cmFsaWEvRGFyd2luJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzEwOjAwKSBCcmlzYmFuZScsXG4gICAgbmFtZV96aDogJyhVVEMrMTA6MDApIOW4g+mHjOaWr+ePrScsXG4gICAgdHpDb2RlOiAnQXVzdHJhbGlhL0JyaXNiYW5lJyxcbiAgfSxcbiAge1xuICAgIG5hbWU6ICcoVVRDKzEwOjAwKSBHdWFtLCBQb3J0IE1vcmVzYnknLFxuICAgIG5hbWVfemg6ICcoVVRDKzEwOjAwKSDlhbPlspvvvIzojqvlsJTlhbnmr5TmuK8nLFxuICAgIHR6Q29kZTogJ1BhY2lmaWMvR3VhbScsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQysxMTowMCkgTWFnYWRhbiwgU29sb21vbiBJcy4sIE5ldyBDYWxlZG9uaWEnLFxuICAgIG5hbWVfemg6ICcoVVRDKzExOjAwKSDpqazliqDkuLnvvIzmiYDnvZfpl6jnvqTlspvvvIzmlrDlloDph4zlpJrlsLzkuponLFxuICAgIHR6Q29kZTogJ0FzaWEvTWFnYWRhbicsXG4gIH0sXG4gIHtcbiAgICBuYW1lOiAnKFVUQysxMjowMCkgQ29vcmRpbmF0ZWQgVW5pdmVyc2FsIFRpbWUrMTInLFxuICAgIG5hbWVfemg6ICcoVVRDKzEyOjAwKSDljY/osIPkuJbnlYzml7YrMTInLFxuICAgIHR6Q29kZTogJ0V0Yy9HTVQtMTInLFxuICB9LFxuICB7XG4gICAgbmFtZTogXCIoVVRDKzEzOjAwKSBOdWt1J2Fsb2ZhXCIsXG4gICAgbmFtZV96aDogJyhVVEMrMTM6MDApIOWKquW6k+mYv+a0m+azlScsXG4gICAgdHpDb2RlOiAnUGFjaWZpYy9Ub25nYXRhcHUnLFxuICB9LFxuXTtcbiJdfQ==
|