@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
package/api/types.d.ts
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @packageDocumentation
|
|
3
|
+
* @module api
|
|
4
|
+
*/
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import { CRYPTO_TYPE, DeepPartial, KubernetesResource, ResourceListParams } from '../core';
|
|
7
|
+
export type K8sResourceDefinition = Readonly<{
|
|
8
|
+
type: string;
|
|
9
|
+
apiGroup?: string;
|
|
10
|
+
apiVersion?: string;
|
|
11
|
+
}>;
|
|
12
|
+
export type K8sResourceDefinitions = Readonly<Record<string, K8sResourceDefinition>>;
|
|
13
|
+
export interface ApiDefinitionBaseParams {
|
|
14
|
+
definition: K8sResourceDefinition;
|
|
15
|
+
}
|
|
16
|
+
export interface ApiTypeBaseParams<T extends string> {
|
|
17
|
+
type: T;
|
|
18
|
+
}
|
|
19
|
+
export type ApiBaseParams<T extends string> = {
|
|
20
|
+
notifyOnError?: boolean;
|
|
21
|
+
onlyMetadata?: boolean;
|
|
22
|
+
customAccept?: string;
|
|
23
|
+
crypto?: CRYPTO_TYPE;
|
|
24
|
+
} & (ApiDefinitionBaseParams | ApiTypeBaseParams<T>);
|
|
25
|
+
export type ResourceBaseParams<T extends string> = ApiBaseParams<T> & {
|
|
26
|
+
name: string;
|
|
27
|
+
};
|
|
28
|
+
export type ResourceListBaseParams<T extends string> = ApiBaseParams<T> & {
|
|
29
|
+
queryParams?: ResourceListParams;
|
|
30
|
+
};
|
|
31
|
+
export interface WatchApiParams {
|
|
32
|
+
active$?: Observable<boolean>;
|
|
33
|
+
keepalive?: boolean;
|
|
34
|
+
downgradePolling?: number;
|
|
35
|
+
retry?: true | {
|
|
36
|
+
count?: number;
|
|
37
|
+
delay?: number;
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export interface GlobalResourceBaseParams {
|
|
41
|
+
namespaced?: boolean;
|
|
42
|
+
namespace?: string;
|
|
43
|
+
}
|
|
44
|
+
export type GlobalResourceParams<T extends string> = ResourceBaseParams<T> & GlobalResourceBaseParams;
|
|
45
|
+
export type WatchGlobalResourceParams<T extends string> = GlobalResourceParams<T> & WatchApiParams;
|
|
46
|
+
export type GlobalResourceListParams<T extends string> = ResourceListBaseParams<T> & GlobalResourceBaseParams;
|
|
47
|
+
export type WatchGlobalResourceListParams<T extends string> = GlobalResourceListParams<T> & WatchApiParams;
|
|
48
|
+
export interface ErebusResourceBaseParams {
|
|
49
|
+
cluster?: string;
|
|
50
|
+
namespace?: string;
|
|
51
|
+
}
|
|
52
|
+
export type ErebusResourceParams<T extends string> = ResourceBaseParams<T> & ErebusResourceBaseParams;
|
|
53
|
+
export type WatchErebusResourceParams<T extends string> = ErebusResourceParams<T> & WatchApiParams;
|
|
54
|
+
export type ErebusResourceListParams<T extends string> = ResourceListBaseParams<T> & ErebusResourceBaseParams;
|
|
55
|
+
export type WatchErebusResourceListParams<T extends string> = ErebusResourceListParams<T> & WatchApiParams;
|
|
56
|
+
export type ResourceReadParams<T extends string> = GlobalResourceParams<T> | ErebusResourceParams<T>;
|
|
57
|
+
export type WatchResourceReadParams<T extends string> = WatchGlobalResourceParams<T> | WatchErebusResourceParams<T>;
|
|
58
|
+
export type ResourceListReadParams<T extends string> = GlobalResourceListParams<T> | ErebusResourceListParams<T>;
|
|
59
|
+
export type WatchResourceListReadParams<T extends string> = WatchGlobalResourceListParams<T> | WatchErebusResourceListParams<T>;
|
|
60
|
+
export type ResourceBaseWriteParams<T extends KubernetesResource, R extends string> = ApiBaseParams<R> & {
|
|
61
|
+
resource: T;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* patch 资源时需要传递完整的原始资源 (resource) 和更新的部分 (part)
|
|
65
|
+
*/
|
|
66
|
+
export type ResourceBasePatchParams<T extends KubernetesResource, R extends string> = (ResourceBaseWriteParams<T, R> | ResourceBaseParams<R>) & {
|
|
67
|
+
operation?: PatchOperation;
|
|
68
|
+
part: DeepPartial<T> | JSONPatch[];
|
|
69
|
+
};
|
|
70
|
+
export interface ResourceDeleteAdditionalParams {
|
|
71
|
+
body?: unknown;
|
|
72
|
+
}
|
|
73
|
+
export type GlobalResourceWriteParams<T extends KubernetesResource, R extends string> = ResourceBaseWriteParams<T, R> & GlobalResourceBaseParams;
|
|
74
|
+
export type GlobalResourcePatchParams<T extends KubernetesResource, R extends string> = ResourceBasePatchParams<T, R> & GlobalResourceBaseParams;
|
|
75
|
+
export type GlobalResourceDeleteParams<T extends KubernetesResource, R extends string> = (GlobalResourceWriteParams<T, R> | GlobalResourceParams<R>) & ResourceDeleteAdditionalParams;
|
|
76
|
+
export type ErebusResourceWriteParams<T extends KubernetesResource, R extends string> = ResourceBaseWriteParams<T, R> & ErebusResourceBaseParams;
|
|
77
|
+
export type ErebusResourcePatchParams<T extends KubernetesResource, R extends string> = ResourceBasePatchParams<T, R> & ErebusResourceBaseParams;
|
|
78
|
+
export type ErebusResourceDeleteParams<T extends KubernetesResource, R extends string> = (ErebusResourceWriteParams<T, R> | ErebusResourceParams<R>) & ResourceDeleteAdditionalParams;
|
|
79
|
+
export type ErebusResourceBatchDeleteParams<R extends string> = ErebusResourceListParams<R> & ResourceDeleteAdditionalParams;
|
|
80
|
+
export type ResourceWriteParams<R extends string, T extends KubernetesResource = KubernetesResource> = GlobalResourceWriteParams<T, R> | ErebusResourceWriteParams<T, R>;
|
|
81
|
+
export type ResourcePatchParams<R extends string, T extends KubernetesResource = KubernetesResource> = GlobalResourcePatchParams<T, R> | ErebusResourcePatchParams<T, R>;
|
|
82
|
+
export type ResourceDeleteParams<R extends string, T extends KubernetesResource = KubernetesResource> = GlobalResourceDeleteParams<T, R> | ErebusResourceDeleteParams<T, R>;
|
|
83
|
+
export type ResourceApiParams<T extends string> = GlobalResourceListParams<T> | ErebusResourceListParams<T> | ResourceReadParams<T> | ResourceWriteParams<T> | ResourcePatchParams<T> | ResourceDeleteParams<T>;
|
|
84
|
+
export declare enum PatchOperation {
|
|
85
|
+
JSON = "application/json-patch+json",
|
|
86
|
+
Merge = "application/merge-patch+json",
|
|
87
|
+
StrategicMerge = "application/strategic-merge-patch+json"
|
|
88
|
+
}
|
|
89
|
+
export declare enum JSONPatchOp {
|
|
90
|
+
Test = "test",
|
|
91
|
+
Remove = "remove",
|
|
92
|
+
Add = "add",
|
|
93
|
+
Replace = "replace",
|
|
94
|
+
Move = "move",
|
|
95
|
+
Copy = "copy"
|
|
96
|
+
}
|
|
97
|
+
export type JSONPatch = {
|
|
98
|
+
op: JSONPatchOp.Test | JSONPatchOp.Add | JSONPatchOp.Replace;
|
|
99
|
+
path: string;
|
|
100
|
+
value: unknown;
|
|
101
|
+
} | {
|
|
102
|
+
op: JSONPatchOp.Remove;
|
|
103
|
+
path: string;
|
|
104
|
+
} | {
|
|
105
|
+
op: JSONPatchOp.Move | JSONPatchOp.Copy;
|
|
106
|
+
from: string;
|
|
107
|
+
path: string;
|
|
108
|
+
};
|
|
109
|
+
export interface WatchAPIResponse<T extends KubernetesResource> {
|
|
110
|
+
type: WatchEvent;
|
|
111
|
+
object: T;
|
|
112
|
+
}
|
|
113
|
+
export declare enum WatchEvent {
|
|
114
|
+
Added = "ADDED",
|
|
115
|
+
Modified = "MODIFIED",
|
|
116
|
+
Deleted = "DELETED",
|
|
117
|
+
Error = "ERROR",
|
|
118
|
+
Bookmark = "BOOKMARK"
|
|
119
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FormArray, ValidatorFn } from '@angular/forms';
|
|
2
|
+
import { BaseResourceFormComponent } from 'ng-resource-form-util';
|
|
3
|
+
import { StringMap } from '../core';
|
|
4
|
+
import { ValidateRowDuplicateService } from '../core/services/form-row-duplicate/form-row-duplicate.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export type KeyValueTuple = [string, string];
|
|
7
|
+
export declare class BaseStringMapFormComponent extends BaseResourceFormComponent<StringMap, KeyValueTuple[], FormArray> {
|
|
8
|
+
rowDupService: ValidateRowDuplicateService;
|
|
9
|
+
createForm(): FormArray<import("@angular/forms").FormControl<unknown>>;
|
|
10
|
+
getDefaultFormModel(): KeyValueTuple[];
|
|
11
|
+
adaptResourceModel(resource: StringMap): [string, string][];
|
|
12
|
+
adaptFormModel(formModel: KeyValueTuple[]): {};
|
|
13
|
+
getOnFormArrayResizeFn(): () => FormArray<import("@angular/forms").FormControl<string>>;
|
|
14
|
+
add(index?: number): void;
|
|
15
|
+
remove(index: number): void;
|
|
16
|
+
protected getPreviousKeys(index: number): string[];
|
|
17
|
+
protected getKeyValidators(): ValidatorFn | ValidatorFn[];
|
|
18
|
+
protected getValueValidators(): ValidatorFn | ValidatorFn[];
|
|
19
|
+
protected createNewControl(): FormArray<import("@angular/forms").FormControl<string>>;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseStringMapFormComponent, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseStringMapFormComponent, never, never, {}, {}, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, Injector, OnDestroy, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormGroupDirective, NgForm } from '@angular/forms';
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const ARRAY_TABLE_FORM_ERROR_BG: string;
|
|
6
|
+
export declare const rowBackgroundColorFn: <T extends AbstractControl<any, any>>({ invalid, }: T) => string;
|
|
7
|
+
export declare const noShowRowError: () => boolean;
|
|
8
|
+
export declare class ArrayFormTableHeaderDirective {
|
|
9
|
+
templateRef: TemplateRef<any>;
|
|
10
|
+
constructor(templateRef: TemplateRef<any>);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableHeaderDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableHeaderDirective, "[aclArrayFormTableHeader]", never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
14
|
+
export declare class ArrayFormTableRowErrorDirective {
|
|
15
|
+
templateRef: TemplateRef<any>;
|
|
16
|
+
constructor(templateRef: TemplateRef<any>);
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableRowErrorDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableRowErrorDirective, "[aclArrayFormTableRowError]", never, {}, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
export declare class ArrayFormTableRowDirective {
|
|
21
|
+
templateRef: TemplateRef<any>;
|
|
22
|
+
constructor(templateRef: TemplateRef<any>);
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableRowDirective, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableRowDirective, "[aclArrayFormTableRow]", never, {}, {}, never, never, true, never>;
|
|
25
|
+
}
|
|
26
|
+
export declare class ArrayFormTableZeroStateDirective {
|
|
27
|
+
templateRef: TemplateRef<any>;
|
|
28
|
+
constructor(templateRef: TemplateRef<any>);
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableZeroStateDirective, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableZeroStateDirective, "[aclArrayFormTableZeroState]", never, {}, {}, never, never, true, never>;
|
|
31
|
+
}
|
|
32
|
+
export declare class ArrayFormTableRowControlDirective {
|
|
33
|
+
templateRef: TemplateRef<any>;
|
|
34
|
+
constructor(templateRef: TemplateRef<any>);
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableRowControlDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableRowControlDirective, "[aclArrayFormTableRowControl]", never, {}, {}, never, never, true, never>;
|
|
37
|
+
}
|
|
38
|
+
export declare class ArrayFormTableFooterDirective {
|
|
39
|
+
templateRef: TemplateRef<any>;
|
|
40
|
+
constructor(templateRef: TemplateRef<any>);
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableFooterDirective, never>;
|
|
42
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableFooterDirective, "[aclArrayFormTableFooter]", never, {}, {}, never, never, true, never>;
|
|
43
|
+
}
|
|
44
|
+
export declare class ArrayFormTableComponent implements OnDestroy {
|
|
45
|
+
injector: Injector;
|
|
46
|
+
headerTemplate: TemplateRef<any>;
|
|
47
|
+
rowTemplates: QueryList<TemplateRef<any>>;
|
|
48
|
+
rowErrorTemplate: TemplateRef<any>;
|
|
49
|
+
/**
|
|
50
|
+
* 表单默认提供删除按键; 假如用户提供模板, 将使用用户的模板
|
|
51
|
+
*/
|
|
52
|
+
rowControlTemplate: TemplateRef<any>;
|
|
53
|
+
/**
|
|
54
|
+
* 表单默认提供添加按键; 假如用户提供模板, 将使用用户的模板
|
|
55
|
+
*/
|
|
56
|
+
footerTemplate: TemplateRef<any>;
|
|
57
|
+
/**
|
|
58
|
+
* 表单默认为空数据提供无xxx的模板; 假如用户提供模板, 将使用用户的模板
|
|
59
|
+
*/
|
|
60
|
+
zeroStateTemplate: TemplateRef<any>;
|
|
61
|
+
ngFormGroupDirective: FormGroupDirective;
|
|
62
|
+
rows: any[];
|
|
63
|
+
resourceName: string;
|
|
64
|
+
resourceNameTranslated: string;
|
|
65
|
+
add: EventEmitter<void>;
|
|
66
|
+
remove: EventEmitter<number>;
|
|
67
|
+
readonly: boolean | '';
|
|
68
|
+
addDisabled: boolean | '';
|
|
69
|
+
actionColumnDivider: boolean | '';
|
|
70
|
+
get formDirective(): NgForm | FormGroupDirective;
|
|
71
|
+
/**
|
|
72
|
+
* 自定义是否展示错误内容
|
|
73
|
+
* 例如 control 是 FormGroup,只有在内部子 control 错误时才需要展示错误内容
|
|
74
|
+
*/
|
|
75
|
+
showRowError<T extends AbstractControl>(control: T, formDirective?: NgForm | FormGroupDirective): boolean;
|
|
76
|
+
/**
|
|
77
|
+
* @deprecated use {@link showRowError} instead
|
|
78
|
+
*/
|
|
79
|
+
rowBackgroundColorFn<T extends AbstractControl>(control: T, formDirective?: NgForm | FormGroupDirective): string;
|
|
80
|
+
minRow: number;
|
|
81
|
+
minRowTooltip: string;
|
|
82
|
+
maxRow: number;
|
|
83
|
+
maxRowTooltip: string;
|
|
84
|
+
destroy$$: Subject<void>;
|
|
85
|
+
cdr: ChangeDetectorRef;
|
|
86
|
+
constructor(injector: Injector);
|
|
87
|
+
ngOnDestroy(): void;
|
|
88
|
+
shouldShowRowError: (control: AbstractControl) => import("rxjs").Observable<boolean>;
|
|
89
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableComponent, never>;
|
|
90
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArrayFormTableComponent, "acl-array-form-table", never, { "rows": { "alias": "rows"; "required": false; }; "resourceName": { "alias": "resourceName"; "required": false; }; "resourceNameTranslated": { "alias": "resourceNameTranslated"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "addDisabled": { "alias": "addDisabled"; "required": false; }; "actionColumnDivider": { "alias": "actionColumnDivider"; "required": false; }; "showRowError": { "alias": "showRowError"; "required": false; }; "rowBackgroundColorFn": { "alias": "rowBackgroundColorFn"; "required": false; }; "minRow": { "alias": "minRow"; "required": false; }; "minRowTooltip": { "alias": "minRowTooltip"; "required": false; }; "maxRow": { "alias": "maxRow"; "required": false; }; "maxRowTooltip": { "alias": "maxRowTooltip"; "required": false; }; }, { "add": "add"; "remove": "remove"; }, ["headerTemplate", "rowErrorTemplate", "rowControlTemplate", "footerTemplate", "zeroStateTemplate", "ngFormGroupDirective", "rowTemplates"], never, true, never>;
|
|
91
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./component";
|
|
3
|
+
export declare class ArrayFormTableModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArrayFormTableModule, never, [typeof i1.ArrayFormTableComponent, typeof i1.ArrayFormTableFooterDirective, typeof i1.ArrayFormTableHeaderDirective, typeof i1.ArrayFormTableRowControlDirective, typeof i1.ArrayFormTableRowDirective, typeof i1.ArrayFormTableRowErrorDirective, typeof i1.ArrayFormTableZeroStateDirective], [typeof i1.ArrayFormTableComponent, typeof i1.ArrayFormTableFooterDirective, typeof i1.ArrayFormTableHeaderDirective, typeof i1.ArrayFormTableRowControlDirective, typeof i1.ArrayFormTableRowDirective, typeof i1.ArrayFormTableRowErrorDirective, typeof i1.ArrayFormTableZeroStateDirective]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArrayFormTableModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { StringMap } from '../../core';
|
|
4
|
+
import { BaseStringMapFormComponent } from '../base-string-map-form.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class KeyValueFormTableComponent extends BaseStringMapFormComponent implements OnInit {
|
|
7
|
+
resourceName: string;
|
|
8
|
+
resourceNameTranslated: string;
|
|
9
|
+
multiLineValue: boolean;
|
|
10
|
+
validator: {
|
|
11
|
+
key?: ValidatorFn | ValidatorFn[];
|
|
12
|
+
value?: ValidatorFn | ValidatorFn[];
|
|
13
|
+
};
|
|
14
|
+
errorMapper: {
|
|
15
|
+
key?: StringMap;
|
|
16
|
+
value?: StringMap;
|
|
17
|
+
};
|
|
18
|
+
placeholder: {
|
|
19
|
+
key?: string;
|
|
20
|
+
value?: string;
|
|
21
|
+
};
|
|
22
|
+
readonly: boolean;
|
|
23
|
+
textKey: boolean;
|
|
24
|
+
maxRow: number;
|
|
25
|
+
minRow: number;
|
|
26
|
+
readonlyKeys: Array<string | RegExp>;
|
|
27
|
+
isReadonly(key: string): boolean;
|
|
28
|
+
getDataValueByIndex(index: number): any;
|
|
29
|
+
adaptResourceModel(resource: {
|
|
30
|
+
[key: string]: string;
|
|
31
|
+
}): [string, string][];
|
|
32
|
+
getKeyValidators(): ValidatorFn | ValidatorFn[];
|
|
33
|
+
getValueValidators(): ValidatorFn | ValidatorFn[];
|
|
34
|
+
isLabelReadonly(index: number): boolean;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeyValueFormTableComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KeyValueFormTableComponent, "acl-key-value-form-table", never, { "resourceName": { "alias": "resourceName"; "required": false; }; "resourceNameTranslated": { "alias": "resourceNameTranslated"; "required": false; }; "multiLineValue": { "alias": "multiLineValue"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; "errorMapper": { "alias": "errorMapper"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "textKey": { "alias": "textKey"; "required": false; }; "maxRow": { "alias": "maxRow"; "required": false; }; "minRow": { "alias": "minRow"; "required": false; }; "readonlyKeys": { "alias": "readonlyKeys"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class KeyValueTableComponent<T> {
|
|
3
|
+
value: T;
|
|
4
|
+
resourceName: string;
|
|
5
|
+
resourceNameTranslated: string;
|
|
6
|
+
entries: (value: T) => [string, any][];
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeyValueTableComponent<any>, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KeyValueTableComponent<any>, "acl-key-value-table", never, { "value": { "alias": "value"; "required": false; }; "resourceName": { "alias": "resourceName"; "required": false; }; "resourceNameTranslated": { "alias": "resourceNameTranslated"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @packageDocumentation
|
|
3
|
+
* @module array-form-table
|
|
4
|
+
* @preferred
|
|
5
|
+
*/
|
|
6
|
+
export * from './form/component';
|
|
7
|
+
export * from './key-value-form/component';
|
|
8
|
+
export * from './key-value-table/component';
|
|
9
|
+
export * from './base-string-map-form.component';
|
|
10
|
+
export * from './form/module';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path d="M0 0h32v32H0z"/><path fill="#007AF5" d="M28 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24ZM12 4.5H6a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1Zm8.5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm4 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"/><path fill="#B3D7FC" d="M28 22a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h24Zm-16 2.5H6a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1Zm8.5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm4 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM28 12a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h24Zm-16 2.5H6a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1Zm8.5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm4 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path d="M0 0h32v32H0z"/><path fill="#B3D7FC" d="M28 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24ZM12 4.5H6a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1Zm8.5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm4 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"/><path fill="#FFF" d="M28 22a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h24Zm-16 2.5H6a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1Zm8.5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm4 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM28 12a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h24Zm-16 2.5H6a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1Zm8.5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm4 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path fill="#007AF5" d="M8 2.5a2 2 0 0 1 2 2v23a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-25h5Zm19 0a2 2 0 0 1 2 2v25h-5a2 2 0 0 1-2-2v-23a2 2 0 0 1 2-2h3Z"/><path fill="#B3D7FC" fill-rule="nonzero" d="M11.195 4.198 29 29.5h-4.924a4 4 0 0 1-3.27-1.698L3 2.5h4.924a4 4 0 0 1 3.27 1.698Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path fill="#FFF" d="M8 2.5a2 2 0 0 1 2 2v23a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-25h5Zm19 0a2 2 0 0 1 2 2v25h-5a2 2 0 0 1-2-2v-23a2 2 0 0 1 2-2h3Z"/><path fill="#B3D7FC" fill-rule="nonzero" d="M11.195 4.198 29 29.5h-4.924a4 4 0 0 1-3.27-1.698L3 2.5h4.924a4 4 0 0 1 3.27 1.698Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient x1="20.54%" y1="65.753%" x2="108.268%" y2="-2.185%" id="c"><stop stop-color="#315676" offset="0%"/><stop stop-color="#E1B9E0" offset="100%"/></linearGradient><linearGradient x1="44.164%" y1="-32.05%" x2="58.766%" y2="173.225%" id="d"><stop stop-color="#315676" offset="0%"/><stop stop-color="#E1B9E0" offset="100%"/></linearGradient><circle id="a" cx="16" cy="16" r="16"/></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><use fill="#DFDFFF" xlink:href="#a"/><path d="M24.676 28.4c-6.376 4.935-7.757 1.368-14.067-.317l.482-1.414c.22-.105-.032-.877.17-1.016.06-.042 1.84.11.264-.741.505-.389.123-.901.421-1.466.226-.434.252-.938.218-1.508-.018-.316-.087-.49-.177-.98-.099-.543-.03-1.097-.035-1.646l-.01-.912.191.096.496.258.23.04 2.659.453 2.968.509.09 3.067.571 1.042-.104.455.274 1.144 5.359 2.936Z" fill="#F2D4CF" fill-rule="nonzero" mask="url(#b)"/><path d="M19.2 23.98a1.484 1.484 0 0 1-.92-.141l-5.456-4.39c-.007-.203-.012.01-.015-.193L12.8 18.4l.183.09.475.242.22.037 2.548.432 2.845.477.086 2.88.028.94.014.458v.03l.001-.007Z" fill="#DAAEA8" fill-rule="nonzero" mask="url(#b)"/><path d="m24.8 4.8-.026.01-.29 5.664c-.153 3.007-2.017 5.64-4.753 6.713L11.819 20c0-.071-.503-.585-1.137-1.21a8.992 8.992 0 0 1-2.68-6.235c-.09-4.123 3.032-7.627 7.044-7.753h.228L24.8 4.8Z" fill="url(#c)" fill-rule="nonzero" mask="url(#b)"/><path d="m24.8 4.8-.048 4.936c-.03 3.16-1.921 5.972-4.752 7.064v-6.484s2.235-5.49 4.8-5.516Z" fill="url(#d)" fill-rule="nonzero" mask="url(#b)"/><circle fill="#F2D4CF" fill-rule="nonzero" mask="url(#b)" cx="11.2" cy="16" r="1.6"/><circle fill="#DAAEA8" fill-rule="nonzero" mask="url(#b)" cx="12" cy="16" r="1.6"/><path d="m12 14.648.414 5.492 6.276 3.74a1.853 1.853 0 0 0 2.332-.95c.903-1.887 2.352-4.866 2.16-5.974-.283-1.637-1.038-2.216-1.038-2.216l.314-1.92c.118-.724.27-1.48.095-2.207-.201-.834-.82-1.19-1.327-1.813-1.338 1.757-3.537 2.75-5.458 3.757-.99.532-3.768 2.091-3.768 2.091Z" fill="#F2D4CF" fill-rule="nonzero" mask="url(#b)"/><path d="M15.2 13.2c.79-.46 1.602-.524 2.4-.19m2.4.19c.524-.371 1.064-.485 1.6-.337" stroke="#00214E" mask="url(#b)"/><circle fill="#00214E" fill-rule="nonzero" mask="url(#b)" transform="rotate(-85.77 16.8 15.2)" cx="16.8" cy="15.2" r="1"/><circle fill="#00214E" fill-rule="nonzero" mask="url(#b)" transform="rotate(-7.27 20.8 15.2)" cx="20.8" cy="15.2" r="1"/><path d="M27.044 27.644c-6.144 6.045-16.577 5.476-22.12-.079l4.689-2.006a4.752 4.752 0 0 0 .844-.472 4.324 4.324 0 0 0 1.264-1.37c.234-.412.39-.857.46-1.317.07.062.142.12.219.176a9.663 9.663 0 0 0 1.96 1.022 10.038 10.038 0 0 0 4.298.652c.153-.01.306-.024.458-.034l.015.461v.03l1.197.447 6.716 2.49Z" fill="#00214E" fill-rule="nonzero" mask="url(#b)"/><path d="M16.825 19.297a.193.193 0 0 1 .288-.056c.224.163.632.509 1.213.628.791.164 1.477-.165 1.641.047.093.12-.02.264-.236.446a2.065 2.065 0 0 1-1.598.412c-.761-.149-1.333-1.063-1.333-1.388 0-.031.01-.062.025-.089Z" fill="#FFF" fill-rule="nonzero" mask="url(#b)"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" viewBox="0 0 72 72"><g fill="none" fill-rule="evenodd"><path fill="#B3D7FC" d="M67.5 22.5v38.25a4.5 4.5 0 0 1-4.5 4.5H9a4.5 4.5 0 0 1-4.5-4.5V22.5h63ZM56.25 47.25H27a2.25 2.25 0 0 0-2.214 1.846l-.036.404v2.25a2.25 2.25 0 0 0 1.846 2.214L27 54h29.25a2.25 2.25 0 0 0 2.214-1.846l.036-.404V49.5a2.25 2.25 0 0 0-1.846-2.214l-.404-.036Zm-39.375 0a3.375 3.375 0 1 0 0 6.75 3.375 3.375 0 0 0 0-6.75ZM56.25 31.5H27a2.25 2.25 0 0 0-2.214 1.846l-.036.404V36a2.25 2.25 0 0 0 1.846 2.214l.404.036h29.25a2.25 2.25 0 0 0 2.214-1.846L58.5 36v-2.25a2.25 2.25 0 0 0-1.846-2.214l-.404-.036Zm-39.375 0a3.375 3.375 0 1 0 0 6.75 3.375 3.375 0 0 0 0-6.75Z"/><path fill="#007AF5" d="M29.337 6.75a4.5 4.5 0 0 1 3.514 1.689L40.5 18h-36v-6.75A4.5 4.5 0 0 1 9 6.75h20.337ZM65.25 13.5a2.25 2.25 0 1 1 0 4.5h-22.5l-3.6-4.5h26.1Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path fill="#FFF" d="M30 10v17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10h28Zm-5 11H12a1 1 0 0 0-.984.82L11 22v1a1 1 0 0 0 .82.984L12 24h13a1 1 0 0 0 .984-.82L26 23v-1a1 1 0 0 0-.82-.984L25 21ZM7.5 21a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM25 14H12a1 1 0 0 0-.984.82L11 15v1a1 1 0 0 0 .82.984L12 17h13a1 1 0 0 0 .984-.82L26 16v-1a1 1 0 0 0-.82-.984L25 14ZM7.5 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"/><path fill="#B3D7FC" d="M13.039 3a2 2 0 0 1 1.561.75L18 8H2V5a2 2 0 0 1 2-2h9.039ZM29 6a1 1 0 0 1 0 2H19l-1.6-2H29Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#B3D7FC" d="M13.75 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2.25a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11.5ZM9.5 2.75h-6a.5.5 0 0 0-.492.41L3 3.25v1.5a.5.5 0 0 0 .41.492l.09.008h6a.5.5 0 0 0 .492-.41L10 4.75v-1.5a.5.5 0 0 0-.41-.492L9.5 2.75Z"/><path fill="#007AF5" d="M6.5 4a.5.5 0 0 1 .5.5V9h6.75a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2.25a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1H5V4.5a.5.5 0 0 1 .5-.5h1Zm3 6.75H7v.75a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-.75H3.5a.5.5 0 0 0-.492.41L3 11.25v1.5a.5.5 0 0 0 .41.492l.09.008h6a.5.5 0 0 0 .492-.41l.008-.09v-1.5a.5.5 0 0 0-.41-.492l-.09-.008Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#B3D7FC" d="M13.75 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2.25a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11.5ZM9.5 2.75h-6a.5.5 0 0 0-.492.41L3 3.25v1.5a.5.5 0 0 0 .41.492l.09.008h6a.5.5 0 0 0 .492-.41L10 4.75v-1.5a.5.5 0 0 0-.41-.492L9.5 2.75Z"/><path fill="#FFF" d="M6.5 4a.5.5 0 0 1 .5.5V9h6.75a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2.25a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1H5V4.5a.5.5 0 0 1 .5-.5h1Zm3 6.75H7v.75a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-.75H3.5a.5.5 0 0 0-.492.41L3 11.25v1.5a.5.5 0 0 0 .41.492l.09.008h6a.5.5 0 0 0 .492-.41l.008-.09v-1.5a.5.5 0 0 0-.41-.492l-.09-.008Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg height="2222" viewBox="0 0 9 8" width="2500" xmlns="http://www.w3.org/2000/svg"><path d="m0 7h1v1h-1z" fill="#f00"/><path d="m0 0h1v7h-1zm2 0h1v8h-1zm2 0h1v8h-1zm2 0h1v8h-1zm2 3.25h1v1.5h-1z" fill="#fc0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" x="135" y="190" viewBox="0 0 135 190"><path d="M4.5 4.5v181.8h126.8V4.5H4.5zm105.7 160.7H25.6V84.8h59.2V55.2h25.4v110z"/><path d="M51 106h33.8v38.1H51V106z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36" height="28" viewBox="0 0 36 28"><defs><path id="a" d="M0 0h36v36H0z"/></defs><g transform="translate(0 -4)" fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)"><path fill="#0F4F72" fill-rule="nonzero" d="m28.46 11.418.46.376c1.16.948 2.135 2.27 2.307 3.779 1.397-.418 3.036-.319 4.268.404l.505.295-.265.527c-1.042 2.065-3.218 2.705-5.346 2.592-3.185 8.06-10.118 11.875-18.524 11.875-4.343 0-8.328-1.649-10.596-5.565l-.038-.064-.33-.684c-.768-1.722-1.022-3.61-.85-5.497l.052-.565h24.131c.86 0 1.743-.156 2.556-.435.399-.138.847-.33 1.242-.571-.52-.688-.783-1.56-.862-2.416-.105-1.166.125-2.684.902-3.597l.388-.454zM7.135 22.225c-1.07 0-1.941.885-1.941 1.972s.87 1.972 1.941 1.972c1.07-.001 1.94-.886 1.94-1.973 0-1.087-.87-1.971-1.94-1.971zm0 .933c.563 0 1.022.466 1.022 1.04 0 .572-.459 1.037-1.022 1.037-.564 0-1.023-.465-1.023-1.038s.458-1.039 1.023-1.039zm-1.455-9.11v3.728H2.012v-3.728H5.68zm4.5 0v3.728H6.513v-3.728h3.667zm4.501 0v3.728h-3.669v-3.728h3.67zm4.5 0v3.728h-3.668v-3.728h3.668zm4.5 0v3.728h-3.668v-3.728h3.669zm-13.5-4.778v3.726H6.512V9.27h3.667zm4.5 0v3.726h-3.669V9.27h3.67zm4.5 0v3.726h-3.668V9.27h3.668zm0-4.781v3.727h-3.668V4.489h3.668z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36" height="36" viewBox="0 0 36 36"><defs><path id="a" d="M0 0h36v36H0z"/></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g fill="#429DDB" mask="url(#b)"><path d="M24.713 0c3.486 1.623 4.759 2.534 7.18 5.306-1.584 1.027-2.523 1.992-2.817 2.895 1.394 1.41 2.527 2.713 3.399 3.909.093 1.425-.065 3.192-.476 5.3.563.482 1.897.722 4.001.722-.104 3.06-.771 4.927-2.64 8.379-1.485-1.033-2.707-1.659-3.665-1.877-.51 1.25-1.415 2.785-2.714 4.601-1.969.61-3.689 1.033-5.16 1.273 0 2.136.227 3.448.681 3.935-4.064.646-5.525.833-8.828 0 .399-1.058.598-2.37.598-3.935-1.975-.38-3.708-.804-5.197-1.273-.964-1.245-1.888-2.78-2.771-4.601-1.119.28-2.281.906-3.489 1.877C.648 23.766-.143 19.009.021 18.202c1.514.072 2.845-.15 3.993-.664-.287-2.447-.43-4.206-.43-5.275 1.23-2.098 2.525-3.24 3.43-4.062-.295-.59-.572-1.507-2.859-2.895C6.521 2.55 8.54 1.197 11.31 0c.52 1.96 1.136 3.149 1.846 3.566 2.733-1.23 4.332-1.877 4.8-1.943 1.63.425 3.293 1.114 4.99 2.066.843-.895 1.432-2.125 1.768-3.689zm-6.685 7.47c-.793.26-5.523 1.949-8.927 6.59.279 4.317 1.388 7.357 3.404 10.418 3.492 1.23 6.965.852 11.122 0 3.275-4.933 3.311-10.48 3.293-10.51-1.715-2.817-7.224-6.233-8.892-6.497zm-3.92 6.141a2.431 2.431 0 1 1-2.432 2.431 2.43 2.43 0 0 1 2.432-2.43zm7.784 0a2.431 2.431 0 1 1 0 4.861 2.431 2.431 0 0 1-2.433-2.43c0-1.343 1.09-2.43 2.433-2.43z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="33" height="36" viewBox="0 0 33 36"><defs><path id="a" d="M0 0h36v36H0z"/></defs><g transform="translate(-2)" fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)"><path fill="#01A9E5" d="M28.079 12.592c3.395.983 4.41 3.707 4.41 5.408 0 1.701-.835 3.977-4.052 5.41l.021-.01H2.821a18.02 18.02 0 0 1-.814-4.889L2 18c0-1.879.287-3.69.819-5.394z"/><path fill="#FED10D" d="M34.996 8.338C31.812 3.325 26.224 0 19.86 0 12.732 0 6.575 4.175 3.683 10.221c-.086.18-.168.36-.248.542 10.95.025 19.863.037 26.736.037 1.272 0 3.335-1.344 4.825-2.462z"/><path fill="#00BFB3" d="M34.996 27.662C31.812 32.675 26.224 36 19.86 36c-7.129 0-13.286-4.175-16.178-10.221-.086-.18-.168-.36-.248-.542 10.95-.025 19.863-.037 26.736-.037 1.272 0 3.335 1.344 4.825 2.462z"/><path fill="#F9B10F" d="M9.477 3.323c3.25 1.435 5.91 4.104 7.48 7.465-4.096-.005-8.603-.014-13.522-.025a18.066 18.066 0 0 1 5.869-7.316z"/><path fill="#231F20" d="M17.673 12.598c.535 1.633.827 3.39.827 5.222a16.69 16.69 0 0 1-.95 5.58H2.822A18.04 18.04 0 0 1 2 18c0-1.879.287-3.69.819-5.394z"/><path fill="#019C8F" d="M16.783 25.211c-1.64 3.297-4.344 5.888-7.617 7.239a18.059 18.059 0 0 1-5.731-7.213c4.831-.011 9.266-.02 13.303-.026z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="34" height="36" viewBox="0 0 34 36"><defs><linearGradient id="b" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#FC5B2D"/><stop offset="100%" stop-color="#F8CF0D"/></linearGradient><path id="a" d="M0 0h36v36H0z"/></defs><g transform="translate(-1)" fill="none" fill-rule="evenodd"><mask id="c" fill="#fff"><use xlink:href="#a"/></mask><path fill="url(#b)" d="M33.999 17.42c-1.048-2.88-3.148-9.105-11.379-9.837-3.869-.344-7.757 1.367-9.718 4.38-2.204 3.388-2.583 7.876-1.575 10.468 1.007 2.59 3.723 6.17 9.405 6.5 5.682.33 10.662-7.599 5.257-12.17-1.232-1.043-3.473-1.575-5.321-.788-1.848.788-3.172 3.003-2.714 4.902.899 3.724 4.432 3.308 5.497 2.603.303 0 .453.287.303.625-1.134 1.195-4.909 1.794-7.077-1.567-2.169-3.36.21-8.567 4.265-9.635 2.747-.723 5.78.052 7.913 1.796 1.016.83 2.657 3.163 3.024 4.837.436 1.992.237 2.093.237 3.42 1.109 1.15 1.744 2.347 1.988 3.618-1.001.818-2.25 1.298-3.745 1.439-.499.825-.921 1.417-1.268 1.775-.347.359-.969.882-1.866 1.57 0 1.581-.66 3.13-1.98 4.644-1.75-.333-3.119-1.16-4.106-2.48-1.143.011-2.126-.041-2.947-.157a11.51 11.51 0 0 1-2.366-.59c-1.694 1.146-3.6 1.718-5.72 1.718-.778-1.96-.832-3.779-.16-5.454a8.34 8.34 0 0 1-2.127-2.928c-2.483-.312-4.59-1.503-6.319-3.573.628-2.175 2.123-3.922 4.486-5.239.07-.779.174-1.47.31-2.075.137-.605.318-1.208.544-1.81-1.512-2.496-2.108-4.82-1.787-6.97 2.448-1.076 4.874-1.168 7.276-.274.697-.518 1.319-.912 1.866-1.182.547-.271 1.197-.492 1.949-.664.471-1.81 1.552-3.251 3.242-4.322 1.682 1.041 2.76 2.326 3.234 3.854a9.041 9.041 0 0 1 3.617 1.026 6.837 6.837 0 0 1 3.641-1.026c.599 1.336.794 2.614.586 3.835a13.112 13.112 0 0 1 2.884 4.274c1.046 2.465.856 2.77 1.15 5.228.032.27-.285.4-.499.229z" mask="url(#c)"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="36" viewBox="0 0 24 36"><defs><filter id="b"><feColorMatrix in="SourceGraphic" values="0 0 0 0 0.270588 0 0 0 0 0.415686 0 0 0 0 0.690196 0 0 0 1.000000 0"/></filter><path id="a" d="M0 0h36v36H0z"/></defs><g transform="translate(-6)" fill="none" fill-rule="evenodd"><mask id="c" fill="#fff"><use xlink:href="#a"/></mask><g filter="url(#b)"><g mask="url(#c)"><path fill="#F42C2C" d="m16.356 0 13.552 29.92-13.552-1.476zM14.95 12.077 6 29.92l8.95-1.448z"/><path fill="#DC2424" d="m14.95 35.853 14.958-4.486H6z"/></g></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0.15 0.4 51.95 70.07" style="enable-background:new 0 0 52.6666679 72.75"><style>.st0{fill:none}.st1{fill:#221f1f}.st2{fill:#67cfe3}.st3{fill:#dfcaa3}</style><path d="M29.015 23.501a4.812 4.812 0 1 0 0 9.624 4.812 4.812 0 0 0 0-9.624zm-.65 7.933a1.517 1.517 0 1 1 0-3.034 1.517 1.517 0 0 1 0 3.034zm-.21 3.473c-.776-.317-1.798-.483-3.035-.494l-.544-.005c-.32-.593-1.343-.919-2.51-.774 1.167-.145 2.19.181 2.51.774a.852.852 0 0 1 .103.414c-.01.713-.917 1.425-2.15 1.678-.03.007-.06.012-.091.018l-.084.015c-1.328.22-2.514-.17-2.756-.88l-.446.151c-.276.094-2.71.962-2.936 2.666a1.847 1.847 0 0 0 .442 1.503c.438.501 1.155.8 1.918.8.412 0 .795-.09 1.107-.263.194-.108.402-.238.622-.375.753-.472 1.69-1.06 2.825-1.209.101-.013.27-.02.503-.02.252 0 .556.008.878.016.37.01.791.02 1.2.02 1.2 0 1.923-.093 2.413-.312 1.038-.463 1.553-1.367 1.378-2.416-.087-.524-.566-.988-1.347-1.307zm-.33 3.053c-.452.201-1.268.249-2.115.249-.745 0-1.514-.037-2.077-.037-.245 0-.45.007-.6.026-1.646.217-2.882 1.214-3.706 1.67a1.574 1.574 0 0 1-.751.171c-.826 0-1.762-.5-1.633-1.472.174-1.3 2.444-2.067 2.444-2.067.292.36.788.775 2.048.775.332 0 .717-.03 1.165-.095 2.37-.35 2.513-2.033 2.513-2.033 2.558.022 3.593.755 3.665 1.187.065.39.065 1.17-.954 1.626z" class="st0"/><path d="M22.315 39.714c-.617.237-1.164.575-1.637.872l-.021.013c.109.505.474 1.671 1.487 1.37.525-.157.535-.798.422-1.383a5.678 5.678 0 0 0-.251-.872zm2.643-.264a163.54 163.54 0 0 1-.283-.006c-.32-.009-.621-.016-.87-.016-.272 0-.402.01-.463.017a4.074 4.074 0 0 0-.364.066c.043.27.12.686.236 1.075.136.457.326.876.578.97.264.1 1.277.189 1.263-.97l-.006-.135a26.163 26.163 0 0 0-.09-1zm-7.445-4.274zm-3.843-.187a1.517 1.517 0 1 1 0-3.034 1.517 1.517 0 0 1 0 3.034z" class="st0"/><path d="M13.898 52.705c-.823.188-3.247 1.506-5.341 1.906-2.095.4-3.907.611-4.542.847s-1.13.706.118 1.176c1.247.471 7.295.636 7.836 0 .541-.635-.373-.91-1.695-.894-.94.012-.825-.316-.823-.353 0 0 .059-.412 1.506-.612 1.445-.2 7.836-.8 7.719-1.482-.118-.683-3.954-.777-4.778-.588z" class="st1"/><ellipse cx="9.751" cy="57.74" class="st1" rx="1.253" ry=".365" transform="rotate(-12.278 9.75 57.74)"/><ellipse cx="6.851" cy="57.576" class="st1" rx="1.318" ry=".353" transform="rotate(-4.551 6.85 57.576)"/><ellipse cx="4.533" cy="57.287" class="st1" rx=".882" ry=".277" transform="rotate(-7.758 4.533 57.287)"/><ellipse cx="2.821" cy="57.023" class="st1" rx=".853" ry=".224" transform="rotate(-8.26 2.82 57.023)"/><ellipse cx="2.432" cy="56.54" class="st1" rx=".853" ry=".224" transform="rotate(-8.26 2.432 56.54)"/><ellipse cx="2.331" cy="55.995" class="st1" rx=".742" ry=".194" transform="rotate(-8.261 2.33 55.995)"/><path d="M26.465 53.363c-1.436.071-4.683-.094-5.13.66-.447.752 1.317 1.035 4.094.8 2.777-.236 6.707-.542 6.872-1.389.165-.847-.73-.682-.824-1.224-.094-.54.989-.54 1.2-1.341.212-.8-1.459-.706-2.941-.706-1.483 0-3.954.141-4.189.918-.235.776 1.13.776 2.094.965.965.188.683.54.683.54-.047.495-.424.707-1.86.777z" class="st1"/><ellipse cx="22.626" cy="55.428" class="st1" rx="1.244" ry=".406"/><ellipse cx="25.829" cy="55.34" class="st1" rx=".83" ry=".371"/><ellipse cx="28.415" cy="55.075" class="st1" rx=".909" ry=".3"/><ellipse cx="30.409" cy="54.74" class="st1" rx=".662" ry=".318"/><ellipse cx="32.13" cy="54.378" class="st1" rx=".671" ry=".309"/><path d="M2.867 45.7c0 .402.875.781 2.43 1.12-.11-.806-.042-1.618.061-2.25-1.592.34-2.49.724-2.49 1.13zm45.87-1.039a3.502 3.502 0 0 1-.891 1.366c-.702.665-1.317 1.064-1.867 1.21 3.038-.428 4.841-.96 4.841-1.536 0-.37-.746-.722-2.083-1.04z" class="st1"/><path d="M43.54 43.817c-.192-1.416-.796-2.051-1.33-2.612-.495-.522-.964-1.015-.813-1.92.14-.837.805-1.352 1.893-1.485-.661-4.466-1.63-10.1-2.874-14.905-.621-2.4-1.604-4.068-2.922-5.176a94.615 94.615 0 0 1-5.349 2.498 140.081 140.081 0 0 1-4.412 1.821c-1.156 1.242-2.42 2.465-3.195 2.813-.552.249-1.042.347-1.468.347-.922 0-1.545-.462-1.846-.874a6.01 6.01 0 0 1-.818.173c-.227.024-.562.052-.98.082.16.421.096.914-.212 1.285-.339.409-.885.614-1.66.614-1.114 0-2.701-.425-4.823-1.282a43.525 43.525 0 0 0-.862-.338l-.487.002h-.001c-2.027 0-3.611-.064-4.853-.166-1.36 2.816-.769 5.938-.271 8.518.477 2.472 2.132 6.87 3.667 10.65.57 1.401 1.123 2.718 1.593 3.82 4.156.367 9.484.588 15.294.588 6.914 0 13.142-.313 17.528-.814-.32-1.315-.724-3.145-.794-3.61l-.004-.029zM9.292 31.781a4.812 4.812 0 1 1 9.624 0 4.812 4.812 0 0 1-9.624 0zm12.853 10.187c-1.013.302-1.378-.864-1.487-1.37l.021-.012c.473-.297 1.02-.635 1.637-.872.073.196.184.524.251.872.113.585.103 1.226-.422 1.382zm1.648-.411c-.252-.095-.442-.514-.578-.971a8.764 8.764 0 0 1-.236-1.075c.12-.027.24-.05.364-.066.061-.008.19-.017.463-.017.249 0 .55.007.87.016l.283.007c.026.218.056.536.091 1l.006.135c.014 1.159-.999 1.07-1.263.97zm4.332-2.927c-.49.22-1.212.313-2.414.313-.408 0-.828-.011-1.2-.02-.32-.009-.625-.017-.877-.017-.233 0-.402.007-.503.02-1.135.15-2.072.737-2.825 1.209-.22.137-.428.267-.622.375a2.293 2.293 0 0 1-1.107.263c-.763 0-1.48-.299-1.918-.8a1.847 1.847 0 0 1-.442-1.503c.227-1.704 2.66-2.572 2.936-2.666l.446-.15a.835.835 0 0 1-.034-.133c-.132-.793.904-1.626 2.313-1.86.064-.01.126-.02.189-.027 1.167-.145 2.19.181 2.51.774l.544.005c1.237.01 2.259.177 3.035.494.781.32 1.26.783 1.347 1.307.175 1.05-.34 1.953-1.378 2.416zm.891-5.505a4.812 4.812 0 1 1 0-9.624 4.812 4.812 0 0 1 0 9.624z" class="st2"/><path d="m35.178 12.1-.036-.062-.047-.06a.795.795 0 0 0-.235-.184l-.018-.01-.009-.004-.034-.015-.003-.001-.007-.002-.048-.018-.099-.033c-.064-.024-.138-.033-.208-.047-.071-.013-.146-.012-.22-.017a2.114 2.114 0 0 0-.222.018 1.604 1.604 0 0 0-.755.366c-.202.17-.353.364-.476.557-.244.388-.38.775-.471 1.109-.09.335-.127.62-.143.82-.01.098-.009.178-.011.232v.082l.151-.273c.096-.172.23-.417.396-.698.166-.28.365-.6.607-.89.12-.144.253-.278.393-.382.142-.102.286-.173.43-.196.036-.004.072-.008.109-.01.037.003.073-.001.111.006.038.01.076.009.115.021l.093.025.029.014-.004-.004h.005c0 .003.002.004.003.006l.004.001.008.004h-.004a.028.028 0 0 1-.005-.002c.004.003.008.01.012.019.02.035.035.106.042.183.009.161-.01.346-.04.522-.03.176-.067.347-.104.506-.075.318-.147.588-.194.78-.05.19-.076.303-.076.303s.083-.08.207-.238c.125-.156.293-.387.461-.69.083-.152.167-.321.24-.513.073-.191.139-.403.16-.66a1.105 1.105 0 0 0-.052-.439.617.617 0 0 0-.055-.125z"/><path d="m34.574 12.45-.004-.002.005.004.002.001-.001-.001z"/><path d="M5.334 21.296H5.4a13.66 13.66 0 0 1-.066-.119v.12zm.59-1.864c.142.285.292.499.405.643.054.073.104.126.136.163l.052.056-.056-.28c-.034-.176-.086-.425-.133-.715a4.972 4.972 0 0 1-.056-.457 1.471 1.471 0 0 1 .026-.44.349.349 0 0 1 .06-.131.153.153 0 0 1 .068-.04l.023-.004.037-.007c.01-.002-.003.006-.004.006a.024.024 0 0 1-.013.003h-.006l.005.002c.007.003.013.003.02.004.036.013.09.042.147.085.118.086.241.22.359.355.116.139.23.284.338.43.215.293.413.578.588.824a20.504 20.504 0 0 0 .613.82l-.009-.075c-.007-.049-.015-.121-.034-.21a6.087 6.087 0 0 0-.605-1.708 4.26 4.26 0 0 0-.33-.524 2.45 2.45 0 0 0-.48-.503 1.29 1.29 0 0 0-.386-.196 1.636 1.636 0 0 0-.127-.025l-.032-.004h-.044a1.112 1.112 0 0 0-.166.013l-.036.01-.036.01-.048.014-.014.006-.028.013a.808.808 0 0 0-.376.324.95.95 0 0 0-.129.408 1.72 1.72 0 0 0 .076.643c.055.183.124.344.195.487z" class="st1"/><path d="M8.143 48.99c1.128 0 1.922-.613 2.48-1.41a166.394 166.394 0 0 1-2.684-6.596c-.27.23-.58.576-.917 1.098-.839 1.3-1.53 4.323-.66 5.92.363.665.945.989 1.78.989zm39.825-7.492c-.66-1.711-2.067-2.926-3.42-2.954l-.048-.004c-.002 0-.262-.04-.61-.04-.737 0-1.641.158-1.766.906-.087.52.14.786.621 1.291.55.578 1.301 1.369 1.526 3.02.258 1.892.72 2.852 1.373 2.852.305 0 .86-.183 1.78-1.053 1.132-1.073 1.023-2.779.544-4.018z" class="st3"/><circle cx="13.67" cy="33.472" r="1.517" class="st1"/><circle cx="28.365" cy="29.917" r="1.517" class="st1"/><path fill="#648c1a" d="M9.554 16.522c1.184.32 2.522.482 3.979.482 2.34 0 7.307-.455 14.29-3.5l.157-.068a4.184 4.184 0 0 1 .096-1.15c.155-.705.462-1.301.838-1.697a5.539 5.539 0 0 0-.174-.567c-.805-.43-7.448-2.904-10.912-2.904-.346 0-.649.026-.899.077-3.07.626-7.735 5.964-7.903 6.72-.05.328-.035 1.355.002 2.465l.526.142zm-.06 7.58a2.617 2.617 0 0 0-.3-.05A1.291 1.291 0 0 1 7.829 22.8c-.348.197-.696.41-1.022.637l-.58.401-.427-.562c-.129-.169-.723-.97-1.27-2.024-1.027.485-1.83 1.015-2.026 1.517-.037.095-.022.147.016.203.168.246 1.163.996 6.974 1.13zm12.066-1.646a1.29 1.29 0 0 1 1.582.153 1.36 1.36 0 0 0 .337-.11c.636-.303 2.93-2.753 4.674-4.85a1.27 1.27 0 0 1 .207-.199c-3.983 1.721-9.55 3.603-14.85 3.603-.852 0-1.66-.05-2.412-.147l.117.342-.663.254c-.005.002-.119.046-.31.125.854.2 2.007.592 3.456 1.177 2.65 1.07 3.665 1.111 3.919 1.096a1.29 1.29 0 0 1 1.169-.016 42.325 42.325 0 0 0 1.543-.12 5 5 0 0 0 .636-.132 1.29 1.29 0 0 1 .595-1.176zm15.433-7.874c-.193 1.151-.564 2.414-.81 2.759l-.231.323a54.803 54.803 0 0 0 2.77-1.436c2.753-1.544 3.095-2.22 3.134-2.39.026-.111-.001-.146-.013-.16-.03-.038-.223-.226-1.093-.226-.95 0-2.28.217-3.668.519a13.62 13.62 0 0 1-.089.611zM35.92 17.68l-.397-.033c-.007 0-.736-.059-1.725-.059-1.026 0-2.38.062-3.491.325.212.441.164.984-.17 1.384-.271.328-.731.874-1.282 1.5a139.62 139.62 0 0 0 2.997-1.256c1.484-.644 2.852-1.27 4.068-1.862z"/><path d="M28.117 14.18c-2.79 1.217-8.903 3.56-14.584 3.56-1.439 0-2.85-.15-4.171-.506.138.209.274.431.41.669.49.863.85 1.716 1.046 2.219a17.46 17.46 0 0 0 2.692.193c3.263 0 8.364-.747 15.363-3.897.11-.345.256-.777.437-1.257l-.042.003a1.03 1.03 0 0 1-.221-.024c-.435-.096-.756-.45-.93-.96z" class="st3"/><path d="M5.4 21.296c.504.898.987 1.534.987 1.534 1.69-1.17 3.901-2.016 3.901-2.016s-.056-.167-.163-.44a16.668 16.668 0 0 0-.552-1.263 15.51 15.51 0 0 0-.284-.557c-.17-.317-.36-.64-.566-.95-.679-1.017-1.539-1.883-2.502-1.883-.304 0-.618.087-.94.28-1.77 1.071-.856 3.521.053 5.176l.066.12zm.253-2.994a.95.95 0 0 1 .13-.408.808.808 0 0 1 .375-.324l.028-.013.014-.006.048-.014.036-.01.036-.01a1.111 1.111 0 0 1 .166-.014l.044.001.032.004c.042.007.086.015.127.025.157.047.28.12.385.196.204.157.351.328.48.503.13.173.236.35.33.524a6.087 6.087 0 0 1 .606 1.708c.019.089.027.161.034.21l.009.075s-.068-.081-.177-.225c-.11-.143-.261-.35-.436-.595-.175-.246-.373-.531-.588-.824a9.09 9.09 0 0 0-.338-.43 2.374 2.374 0 0 0-.36-.355.627.627 0 0 0-.146-.085.048.048 0 0 1-.02-.004l-.005-.003.006.001c.004 0 .009 0 .013-.003 0 0 .014-.008.004-.006l-.037.007-.023.005a.153.153 0 0 0-.068.039.349.349 0 0 0-.06.13 1.471 1.471 0 0 0-.026.441c.011.158.032.313.056.457.047.29.1.539.133.715.037.176.056.28.056.28s-.02-.019-.052-.056c-.032-.037-.082-.09-.136-.163a3.786 3.786 0 0 1-.405-.643 3.116 3.116 0 0 1-.195-.487 1.72 1.72 0 0 1-.076-.643zm.568-2.949v.368z" class="st2"/><path d="M29.934 10.077c.074 0 .148.008.22.024.541.12.907.64 1.03 1.362 1.031-1.448 2.156-2.18 3.359-2.18.506 0 .951.119 1.324.35.634-.772 1.038-1.304 1.038-1.304-.477.087-1.474.217-1.474.217C39.203 7.159 38.9 3.387 38.9 3.387c0 .65-1.95 2.211-1.95 2.211.086-.564-.217-1.3-.217-1.3.086.736-2.254 2.644-2.254 2.644.173-.347.043-.954.043-.954-.13.694-1.17.954-1.17.954.65-.78 1.863-4.899.953-5.159-.91-.26-2.167 2.688-2.167 2.688-.044-.694-.434-.694-.434-.694.174 2.168-1.56 3.902-1.56 3.902-.13-.434-.824-.65-.824-.65.223.482-.031 2.678-.109 3.301.23-.162.476-.253.724-.253z" class="st3"/><path d="m29.007 14.294.003.003c.018.02.038.039.057.054l.022.015.044.028a.299.299 0 0 0 .118.032c.024.001.05 0 .075-.004a.728.728 0 0 0 .364-.204 17.129 17.129 0 0 1 .736-1.531c.185-.98-.064-1.785-.43-1.866a.284.284 0 0 0-.062-.006c-.377 0-.923.654-1.138 1.629-.155.707-.083 1.336.1 1.687v.001a.79.79 0 0 0 .11.162z"/><ellipse cx="34.57" cy="12.446" class="st2" rx=".001" ry=".005" transform="rotate(-68.467 34.57 12.446)"/><path d="m34.586 12.455-.008-.004-.004-.001.002.002v.001l.006.002z" class="st2"/><path d="M34.543 10.02c-2.147 0-3.727 3.231-4.552 5.427a24.671 24.671 0 0 0-.588 1.762c.104.02.205.056.303.103 1.251-.374 2.87-.461 4.092-.461 1.035 0 1.785.061 1.785.061.325-.455 2.21-6.892-1.04-6.892zm.742 2.646a2.348 2.348 0 0 1-.16.66 4.23 4.23 0 0 1-.24.512 4.909 4.909 0 0 1-.461.69c-.124.157-.207.238-.207.238s.026-.112.076-.303c.047-.192.119-.462.194-.78.037-.159.074-.33.103-.506.03-.176.05-.361.04-.522a.534.534 0 0 0-.04-.183.055.055 0 0 0-.013-.019h-.002l-.005-.005-.03-.014-.092-.025c-.039-.012-.077-.012-.115-.021-.038-.007-.074-.003-.111-.007a3.019 3.019 0 0 0-.11.011 1.024 1.024 0 0 0-.429.196c-.14.104-.272.238-.393.382-.242.29-.44.61-.607.89-.166.281-.3.526-.396.698l-.15.273s-.002-.028-.001-.082c.002-.054.001-.134.011-.233.016-.2.054-.484.143-.819.09-.334.227-.72.471-1.109.123-.193.274-.388.476-.557.199-.17.46-.314.755-.366.073-.01.149-.015.222-.018.074.005.149.004.22.017.07.014.144.023.208.047l.099.033.048.018.007.002h.003l.034.016.009.005.018.01c.014 0 .19.111.235.183l.047.06.036.063a.617.617 0 0 1 .055.125c.056.166.06.31.052.44z" class="st2"/><path d="M23.07 24.418c.351 0 .737-.093 1.148-.278.855-.385 2.943-2.482 5.32-5.341a.506.506 0 0 0-.067-.718.51.51 0 0 0-.718.066c-1.034 1.245-3.939 4.58-4.939 5.056l-.015.007a2.143 2.143 0 0 1-.536.17l-.38.06-.28-.266a.515.515 0 0 0-.624-.06.506.506 0 0 0-.156.705c.039.06.405.6 1.247.6zm-4.848.112a.514.514 0 0 0-.24.06l-.15.079-.169.01a2.078 2.078 0 0 1-.122.003c-.476 0-1.646-.15-4.136-1.155-2.745-1.109-3.832-1.274-4.236-1.274a.824.824 0 0 0-.142.01.507.507 0 0 0-.41.592.515.515 0 0 0 .529.419l.056-.004.056.005c.303.025 1.276.192 3.766 1.198 2.012.813 3.537 1.225 4.53 1.225.52 0 .877-.112 1.06-.332a.506.506 0 0 0-.067-.718.504.504 0 0 0-.325-.118z"/><path d="M25.113 35.147S24.97 36.83 22.6 37.18a8.034 8.034 0 0 1-1.165.095c-1.26 0-1.756-.415-2.048-.775 0 0-2.27.766-2.444 2.067-.13.972.807 1.472 1.633 1.472.278 0 .544-.057.751-.172.824-.455 2.06-1.452 3.707-1.669.149-.02.354-.026.599-.026.563 0 1.332.037 2.077.037.847 0 1.663-.048 2.114-.249 1.019-.455 1.019-1.235.954-1.626-.072-.432-1.107-1.165-3.665-1.187z" class="st3"/><path d="m22.354 36.533.084-.015.092-.018c1.232-.253 2.139-.965 2.149-1.678a.838.838 0 0 0-.103-.414c-.32-.593-1.343-.919-2.51-.774a4.644 4.644 0 0 0-.189.027c-1.41.234-2.445 1.067-2.313 1.86.007.045.02.09.034.133.242.71 1.428 1.1 2.756.88zM10.45 66.814c0 .333-.074.653-.215.926-.327.636-.903.959-1.711.959-.539 0-.958-.153-1.247-.453-.472-.49-.45-1.229-.449-1.236l-.345-.015c-.001.036-.031.888.543 1.488.356.372.86.56 1.498.56 1.181 0 1.75-.622 2.019-1.145a2.38 2.38 0 0 0 .252-1.084v-6.66h-.345v6.66zm4.65-6.647a.21.21 0 0 0-.199.143l-2.856 8.635h.363l.832-2.455h3.735l.84 2.455h.364l-2.881-8.635a.208.208 0 0 0-.198-.143zm-1.747 5.978 1.747-5.332 1.761 5.332h-3.508zm6.465 2.779h4.175v-.345h-3.829v-3.9h3.604v-.346h-3.604v-3.9h3.829v-.346h-4.175zm11.322-6.438c.002-.04.034-.996-.637-1.696-.446-.466-1.092-.703-1.917-.703-.83 0-1.478.237-1.925.703-.664.693-.631 1.633-.63 1.666v4.264c0 .512.142.993.41 1.39.32.475.951 1.04 2.14 1.04.39 0 .747-.04 1.06-.117a1.984 1.984 0 0 0 1.5-1.94V64.95h-2.21v.346h1.864v1.795a1.64 1.64 0 0 1-1.236 1.606 4.15 4.15 0 0 1-.978.106c-.832 0-1.456-.298-1.853-.887a2.127 2.127 0 0 1-.352-1.197v-4.272c0-.008-.028-.831.535-1.419.379-.396.943-.596 1.675-.596.726 0 1.287.2 1.666.593.57.592.544 1.438.544 1.446l.344.014zm2.3 6.438h4.222v-.345h-3.877v-3.9h3.549v-.346h-3.549v-3.9h3.877v-.346H33.44zm11.336.014-1.867-3.805c.363-.106.689-.268.945-.52.385-.376.58-.92.58-1.619 0-1.72-.879-2.509-1.403-2.744a1.884 1.884 0 0 0-.778-.163h-2.517v8.837h.345v-3.626c.145.001.294.004.45.008.672.014 1.394.03 2.034-.09l1.829 3.722h.382zm-4.238-3.977a39.445 39.445 0 0 0-.457-.009v-4.52h2.172c.227 0 .442.045.636.133.548.246 1.2.98 1.2 2.43 0 .61-.156 1.058-.476 1.372-.66.646-1.943.618-3.075.594z" class="st1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22" height="36" viewBox="0 0 22 36"><defs><path id="a" d="M0 0h36v36H0z"/></defs><g transform="translate(-7)" fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g fill="#231F20" fill-rule="nonzero" mask="url(#b)"><path d="M14.618 3.242a2.121 2.121 0 0 0-1.532-.656c-.577 0-1.114.238-1.511.656-.398.418-.637.975-.617 1.551 0 .577.219 1.134.617 1.552a2.09 2.09 0 0 0 1.511.636c.577 0 1.134-.219 1.532-.636.397-.418.636-.975.616-1.552.02-.576-.219-1.133-.616-1.551zm-1.532 30.073c.577 0 1.134-.239 1.532-.637.397-.417.636-.974.616-1.55 0-.598-.219-1.155-.616-1.572a2.103 2.103 0 0 0-1.532-.637c-.577 0-1.114.22-1.511.637a2.124 2.124 0 0 0-.617 1.571c0 .577.239 1.114.636 1.512.398.417.955.636 1.512.636l-.02.04zm11.755-6.643a2.11 2.11 0 0 0 1.313-1.015l.04-.08a2.155 2.155 0 0 0 .178-1.57 2.129 2.129 0 0 0-1.014-1.333l-.04-.02a2.154 2.154 0 0 0-2.924.836 2.205 2.205 0 0 0 .796 3.003 2.26 2.26 0 0 0 1.65.179zm-9.547-10.98c-1.194-1.212-3.144-1.252-4.356-.058l-.06.06a3.177 3.177 0 0 0-.914 2.247c0 .836.318 1.651.914 2.248a3.104 3.104 0 0 0 4.376.04l.04-.04a3.261 3.261 0 0 0 .915-2.248c0-.835-.318-1.63-.915-2.247zm-1.254-3.737a5.991 5.991 0 0 1 3.242 1.71c.14.14.278.298.398.438l2.148-1.273c-.677-2.109.179-4.436 2.108-5.57l.04-.02a4.576 4.576 0 0 1 3.5-.457c1.194.338 2.228 1.134 2.825 2.208a4.8 4.8 0 0 1 .457 3.58 4.741 4.741 0 0 1-2.168 2.884l-.298.18h-.04a4.57 4.57 0 0 1-5.45-1.115l-2.148 1.273c.259.677.398 1.412.398 2.148 0 .736-.14 1.472-.398 2.148l2.148 1.253a4.633 4.633 0 0 1 2.248-1.412 4.504 4.504 0 0 1 3.54.478l.08.04a4.666 4.666 0 0 1 2.088 2.844 4.771 4.771 0 0 1-.457 3.58l-.04.08a4.714 4.714 0 0 1-2.785 2.147 4.596 4.596 0 0 1-3.54-.477 4.785 4.785 0 0 1-2.108-5.57L17.68 21.78c-.12.16-.259.298-.398.438a5.84 5.84 0 0 1-3.242 1.69v2.526c.875.199 1.69.637 2.327 1.293 1.83 1.85 1.83 4.833 0 6.703a4.61 4.61 0 0 1-6.504.08l-.08-.08c-1.83-1.85-1.83-4.833 0-6.703a4.755 4.755 0 0 1 2.328-1.293v-2.526a5.836 5.836 0 0 1-3.242-1.69 6.137 6.137 0 0 1 0-8.573 5.988 5.988 0 0 1 3.242-1.71V9.448a4.682 4.682 0 0 1-2.327-1.293c-1.83-1.85-1.83-4.833 0-6.703a4.586 4.586 0 0 1 6.484-.08c.04.02.06.06.08.08a4.78 4.78 0 0 1 0 6.703 4.755 4.755 0 0 1-2.328 1.293l.02 2.506zm12.113-1.671v-.02a2.093 2.093 0 0 0-1.293-.994 2.088 2.088 0 0 0-1.651.218 2.177 2.177 0 0 0-.995 1.333 2.23 2.23 0 0 0 .22 1.67c.278.498.755.856 1.312 1.015.557.16 1.134.08 1.63-.219h.02c.478-.298.836-.776.975-1.313.14-.596.06-1.193-.218-1.69"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="29" height="36" viewBox="0 0 29 36"><defs><path id="a" d="M0 0h36v36H0z"/></defs><g transform="translate(-4)" fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)"><path fill="#3FBEB0" d="M32.6 36C31.317 23.362 20.593 13.5 7.554 13.5c-.965 0-1.917.054-2.854.16V36h27.9z"/><path fill="#069B8F" d="M7.52 13.5c5.183 0 9.996 1.595 13.98 4.323L5.943 36H4.7V13.66a24.79 24.79 0 0 1 2.82-.16z"/><path fill="#F04F98" d="M4.7 0h27.6L4.7 31.8z"/><path fill="#353535" d="M7.547 13.5c3.927 0 7.643.9 10.954 2.503L4.7 31.8V13.659a25.764 25.764 0 0 1 2.271-.153z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="246" height="246" viewBox="0 0 246 246" xml:space="preserve"><image width="246" height="246" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPYAAAD2CAMAAADSzIr6AAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAaVBMVEX///8Ab/8Ab/8Ab/8A b/8Ab/8Ab/8Ab/8Ab/8Ab/8Ab/8Ab/8Ab/8Ab/8Ab/8Ab/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAATbEAAAAAAAAAAAAAAAAAb/8AAAD///8sNYnTAAAAIHRSTlMAELDA0JBg8DDg gEBwoCBQIIBQQDDg0MCwcKDQEGDwkIh9ziQAAAABYktHRACIBR1IAAAACXBIWXMAABYlAAAWJQFJ UiTwAAAAB3RJTUUH5QMYBi0UZi3XEQAABfFJREFUeNrtnG1jojAMgKe4+TYdiPjCCeb+/588wW2n CDQp0LQlz+ferk9bmjTt9vYmCIIgCIIgCIIgCIIgCIIgCIIgCIIgdGTC3QEepuP0Dmaj9A5gyt0F Hm145+4DjzZ8cHeCR3u+4O4FizYsR7etldoQcHeDRxtW3P3g0YY1d0d4tOfj+rx/tEf2ef9qj+vz /q8NY4reD9pjit4P2mNKzh+1RxTFnrTHs8yftMezzJ+1R7PMK9pjWeYV7bEs86r2SJKWF+0Zd494 tOGTu0uDsmnS9voIuoEmbdhw921I62Ztf4P3zbpF29eKQ2Hdou3pfUFp3abtZa72ASptHwtM39at 2v4FsQUgtL1LzRdzlDZsuTvaK5MZ4LT9yln+Wyu0vZruDaC1PZruD8Br+zPdC6Bo+zLdkzlJ25fp rhgqtf2Y7hUQtb2Y7jWQtT1I1SofNkrbg8x8CnRt9w9in6CjveTudke2cy1t18ssM9DTdruqtgJN baevhragre1yyhLoa4O7MewTOmg7eyNWt4vjtZ2NYVPoou3qzdAaumk7uqktO2q7mZivoKO2k5la 035G0HYxU9tAZ20Hqw0L6EHbvdAd9KHtXOheQx/azp1HZv1oO1ZT+4B+tB1b5cuetN1a5e2TTdF2 apUve9N26R2qYrIp2i5lLMsetd3JWNYqFYq2O3m50oei7UxJTTnZNO0vbh8kG6UJSduRGstWbULS diRRW6lNSNqOJGpztQhN24kQpkpV6NpO/AkijAxNe86thACxoVG1Xfi43wfQduDjRmxoZG37P+4v lAdR2/6Pe4ryIGpb/3FPcBpUbdsvhTBBW0Pb9rQct8bJ2pZXlpBrnKwN3GLtINc4Xdvudw3INU7X tjphwa5xurbVexp2jdO1rd7T1NUkXW3gVmsDlY/raVu8p6krpvraFudpiCKatrbFv0wwQ0vQte29 G0GHLx1te6vGuKO2pjZw2zWCKidpa1t75MZ/2jratt6EET5tHW1bt3J81NbStvUNCz5qa2nbGsHo GTZJ29YIhk7I9bSB268e1CVQF20733IQkhU9bTvPYJQdzSNtjUyTpm1n4Fa9wPNUm6Sgo21lFZGS o+lpW5mvoIumfmmTNnItbWM14zC6sYtv7JVtsfch+tpgbAqTv08cjjdOxVhExVjE4UNTnUTTVu3z XwTFWBzTP8GNAevkJrUvGO07ye8/mqwLPlc33oOGwdDSNldWSvHecftPehiMTRBoaZvLTvd47VTn 52/LwVh9D8YNO7TfjnjvsLf/tByMr3IwpsVYzIxrZ3jtaOCuLEweuHO0dm6wV4MT4ac74+5rj4R4 7SN3X/ukvxjmFDFe+3Dh7myPHPDeSeaPOCGGlRt6maNfi/PKuTywcPdfkws+hrWsg3IwysNb5shg XHvQVg4G8lhvEEIM64WHYz3rYJwMe6sGw9BI7LiVXxg6/7+TdO9or+Rm4iSquGQQM5PdTwzrD0OT TUrMDWBoss3HsFaMTTapuDQ4xiabnJgPicHJtimGGZxsUnFpWIxOtj0x7GzS2poM1XjBbrjzJwGz S7zEgpwl5ziEsnuzWLev8+I43F5tLFq0xsFc0SLhKjjs6vfz/PrdocuuYUUkvy2yhqJFcv5t0ZAS nvjKspeaCc+fYkpYI55ktBZxjXjCW3UMr88znpwvihaHl8uxMH1ucXxpEVeG5rRjlb73KTreu52c zvWf2+6nxeF0DutbXH9apFlti8utxfegpB7dOgiCIAiCafaxMWwK2OZO3gzH62YuxuqJFqSkDxCe 8XRC6x3rgJgpmx+4NV8wUWix8b3X8NuajdbDr3PGWkor++b9PEmLV1hZ2nalcGgvrBm+BaAQ1Ws9 FIiyerP8eq8QNZbNjiG3WxvV8lFFukE8jx7Wb1xTUTxa/1ivUghN0tci0+5preenat0sPD/VmQ8N VSjriLMoLZ+Z7po6vN9F1+KXxaKsvvR2iaPoVL5HtCoJFwRBEARBEARBEARBEARBEARBEARBEARB EARBEAShwj/hAHza9hlZhgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wMy0yNFQwNjo0NToyMCsw MDowMAzfOL0AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMDMtMjRUMDY6NDU6MjArMDA6MDB9goAB AAAAAElFTkSuQmCC"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36" height="35" viewBox="0 0 36 35"><defs><path id="a" d="M0 0h36v36H0z"/></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path fill="#326DE6" fill-rule="nonzero" d="M17.948 0c.33 0 .7.041 1.03.206l12.555 6.01c.618.33 1.112.865 1.318 1.524l3.128 13.46c.083.7-.082 1.4-.494 1.976L26.8 33.922c-.453.618-1.153.947-1.894.865H11.073c-.7-.042-1.4-.37-1.894-.865L.493 23.177a2.597 2.597 0 0 1-.453-1.976L3.128 7.657c.164-.7.617-1.235 1.235-1.523L16.919.082c.33-.082.7-.082 1.029-.082zm-.618 4.693a.837.837 0 0 0-.237.453l-.01.123v.206c0 .165.042.33.083.494.041.083.041.165.041.247v.041c.082.453.082.906.082 1.4-.04.124-.082.247-.206.33v.082l-.04.33c-.454.04-.906.123-1.4.205-1.935.412-3.705 1.44-5.064 2.882l-.247-.165h-.041c-.041 0-.082.041-.165.041a.577.577 0 0 1-.247-.082 8.245 8.245 0 0 1-.847-.75l-.182-.197c-.041-.082-.124-.123-.165-.165-.123-.123-.206-.247-.329-.37-.041-.041-.082-.041-.124-.082l-.036-.036-.004-.005a.983.983 0 0 0-.577-.206c-.247 0-.453.082-.576.288a.882.882 0 0 0 .08 1.069l.084.083c.041 0 .041.042.041.042s.083.082.124.082c.123.082.288.165.453.247l.123.062.124.061c.411.247.823.494 1.152.824.07.068.138.194.135.306l-.006.029.242.241c-.041.082-.082.124-.124.206-1.276 2.017-1.81 4.405-1.44 6.751l-.33.083c0 .04-.04.04-.04.04-.042.124-.166.207-.29.29a7.803 7.803 0 0 1-1.035.208l-.364.038c-.082 0-.164 0-.247.041-.164 0-.33.041-.494.041-.04 0-.082.042-.164.042-.028 0-.037 0-.052.012l-.03.029a.802.802 0 0 0-.672.843l.013.104c.082.37.452.617.823.576.055 0 .091 0 .134-.012l.072-.03c.04 0 .04 0 .04-.04 0-.042.124 0 .166 0 .164-.042.329-.124.452-.165.083-.041.165-.082.247-.082h.042a7.188 7.188 0 0 1 1.358-.37h.041c.124 0 .247.04.33.123.027 0 .036.018.04.03v.01l.371-.04c.618 1.893 1.77 3.581 3.376 4.816.37.288.7.535 1.112.741l-.206.288c0 .042.04.042.04.042a.484.484 0 0 1 .042.411c-.165.412-.412.824-.659 1.194v.041c-.04.083-.082.124-.164.206-.083.082-.165.247-.288.412-.042.041-.042.082-.083.123 0 0 0 .019-.012.03l-.029.012a.847.847 0 0 0 .33 1.111.76.76 0 0 0 .288.082c.288 0 .544-.157.714-.39l.068-.104s0-.04.04-.04c0-.042.042-.083.083-.124.041-.165.124-.288.165-.453l.082-.247c.124-.453.33-.865.535-1.276a.639.639 0 0 1 .33-.247c.03 0 .038 0 .04-.018v-.024l.166-.329a9.682 9.682 0 0 0 3.581.659c.741 0 1.482-.083 2.223-.288.453-.083.906-.247 1.318-.37l.164.287c.041 0 .041 0 .041.041a.65.65 0 0 1 .33.247c.206.412.411.824.535 1.277v.04l.082.248c.041.165.083.33.165.453.041.04.041.082.082.123 0 0 0 .018.012.03l.03.011c.164.289.452.494.782.494.123 0 .205-.04.329-.082.165-.082.33-.247.37-.453.033-.164.04-.33 0-.494l-.04-.123c0-.041-.042-.041-.042-.041 0-.042-.041-.083-.082-.124a1.507 1.507 0 0 0-.288-.412c-.042-.082-.083-.123-.165-.206v-.082a4.867 4.867 0 0 1-.659-1.194.495.495 0 0 1 .041-.411c0-.028.019-.037.031-.04l.01-.002-.123-.329c2.1-1.276 3.705-3.252 4.446-5.599l.33.041c.04 0 .04-.04.04-.04a.469.469 0 0 1 .33-.124h.041c.453.082.906.206 1.318.37h.04c.083.041.165.083.248.083.164.082.288.164.453.205.04 0 .082.042.164.042.028 0 .037 0 .052.012l.03.029c.083.041.124.041.206.041.371 0 .7-.247.824-.576a.975.975 0 0 0-.641-.836l-.1-.029c-.041 0-.083 0-.083-.041s-.082-.041-.164-.041c-.165-.041-.33-.041-.494-.041-.083 0-.165 0-.247-.042h-.041a8.159 8.159 0 0 1-1.4-.247.494.494 0 0 1-.254-.214l-.034-.074-.33-.082c.165-1.194.083-2.429-.164-3.623a11.15 11.15 0 0 0-1.441-3.376l.247-.247v-.04c0-.124.041-.289.123-.371.297-.264.593-.474.91-.675l.243-.149.247-.123c.165-.082.288-.165.453-.247.041-.041.082-.041.123-.082.031-.031.016-.039.006-.058l-.006-.025c.37-.288.453-.782.165-1.152a.784.784 0 0 0-.576-.289.947.947 0 0 0-.473.137l-.104.07-.04.04c-.042.042-.083.083-.124.083a2.679 2.679 0 0 0-.33.37.36.36 0 0 1-.112.122l-.052.043c-.288.33-.659.659-1.03.906-.082.04-.164.082-.246.082-.042 0-.124 0-.165-.041h-.041l-.33.206c-.329-.33-.7-.66-1.029-.988-1.523-1.194-3.417-1.935-5.352-2.141l-.04-.33v.042c-.124-.083-.165-.206-.207-.33 0-.453 0-.905.083-1.4v-.04c0-.083.04-.165.04-.248.042-.164.042-.329.083-.494V5.27c.041-.411-.288-.823-.7-.864-.247-.041-.494.082-.7.288zm.824 17.62c.082.055.146.11.216.177l.113.111 1.976 3.582c-.247.04-.494.082-.782.164a8.298 8.298 0 0 1-1.77.206c-.865 0-1.77-.165-2.594-.412l2.017-3.663c.206-.248.536-.33.824-.165zm-3.746-1.77c.329 0 .658.205.7.535a.52.52 0 0 1-.002.333l-.04.078-1.564 3.788c-1.441-.947-2.594-2.388-3.17-4.035l4.076-.7zm6.957-.042 4.117.7c-.206.577-.453 1.112-.783 1.565a7.86 7.86 0 0 1-2.47 2.47l-1.605-3.87a.669.669 0 0 1 .37-.782c.124-.041.247-.083.37-.083zm-2.84-3.293.782.988-.289 1.194-1.111.535-1.112-.535-.288-1.194.782-.988h1.235zm6.216-2.923c.453.741.782 1.565.988 2.429.206.865.247 1.73.164 2.594l-3.91-1.112c-.371-.082-.577-.453-.495-.823a.67.67 0 0 1 .165-.288l3.088-2.8zm-13.71 0 3.047 2.717c.288.247.33.659.083.947-.083.124-.165.165-.33.206l-3.993 1.153a8.66 8.66 0 0 1 1.194-5.023zm5.847-3.787-.206 4.116c0 .371-.33.66-.7.66-.124 0-.206-.042-.33-.083l-3.416-2.429c1.07-1.03 2.387-1.77 3.828-2.1l.824-.164zm1.976.04c1.811.207 3.417.989 4.652 2.224L20.13 15.15c-.288.164-.7.123-.906-.165a.374.374 0 0 1-.123-.288l-.247-4.158z" mask="url(#b)"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="26" height="36" viewBox="0 0 26 36"><defs><path id="a" d="M0 0h36v36H0z"/></defs><g transform="translate(-5)" fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g fill="#E6522C" mask="url(#b)"><path d="M23.7 20.514c1.584-2.277 2.217-4.454 1.899-6.53-.476-3.113-1.899-4.365-2.461-5.978-.375-1.075-.474-2.613-.299-4.613-1.226 1.687-1.903 3.124-2.031 4.311-.192 1.78-.35 3.702-.527 4.45-.07 0-.118-3.479-.627-4.955-.51-1.475-1.224-2.675-1.725-4.33-.335-1.103-.335-2.06 0-2.869-1.246.717-1.945 1.754-2.098 3.111-.23 2.036-.523 6.03-1.803 7.397 0-2.299-.859-5.15-2.44-5.678.447 2.11-.296 4.748-.94 6.074-.643 1.327-1.38 4.9-.69 6.536.46 1.09 1.152 2.115 2.077 3.074L5.4 19.026c.555 1.759 1.608 3.52 3.159 5.28h18.796c1.44-1.79 2.457-3.55 3.05-5.28L23.7 20.514zM8.2 25.875h19.04v3.375H8.2zm3.64 5.085c.64 2.73 3.082 4.764 5.996 4.764 2.923 0 5.37-2.044 6.002-4.786"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="30" height="36" viewBox="0 0 30 36" xmlns="http://www.w3.org/2000/svg"><g fill="#111" fill-rule="evenodd"><path d="M14.318 16.363 1.174 4.096a1 1 0 0 1 .344-1.672C6.012.808 10.506 0 15 0s8.988.808 13.482 2.424a1 1 0 0 1 .344 1.672L15.682 16.363a1 1 0 0 1-1.364 0Z"/><path d="M.812 8.5v4.586l11.915 11.113c.737.667 1.473 1 2.21 1 .737 0 1.474-.333 2.211-1l11.765-11.113V8.5L17.148 19.663c-.737.667-1.474 1-2.21 1-.738 0-1.474-.333-2.211-1L.812 8.5Z"/><path d="M.812 18.5v4.586l11.915 11.113c.737.667 1.473 1 2.21 1 .737 0 1.474-.333 2.211-1l11.765-11.113V18.5L17.148 29.663c-.737.667-1.474 1-2.21 1-.738 0-1.474-.333-2.211-1L.812 18.5Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="36" viewBox="0 0 27 36"><defs><linearGradient id="c" x1="-.001%" x2="99.999%" y1="50%" y2="50%"><stop offset="0%" stop-color="#442B1F"/><stop offset="100%" stop-color="#442B1F"/></linearGradient><linearGradient id="d" x1="-.002%" x2="100%" y1="50%" y2="50%"><stop offset="0%" stop-color="#C8B091"/><stop offset="19.87%" stop-color="#C5A788"/><stop offset="52.9%" stop-color="#BC8E6E"/><stop offset="94.79%" stop-color="#AD6745"/><stop offset="99.44%" stop-color="#AB6240"/></linearGradient><linearGradient id="e" x1="0%" x2="100.003%" y1="50.003%" y2="50.003%"><stop offset="0%" stop-color="#88786F"/><stop offset="10.54%" stop-color="#806F66"/><stop offset="28.06%" stop-color="#6B574C"/><stop offset="50.27%" stop-color="#493023"/><stop offset="62.19%" stop-color="#34180A"/><stop offset="100%" stop-color="#3E2316"/></linearGradient><linearGradient id="f" x1="-.007%" x2="100.007%" y1="49.999%" y2="49.999%"><stop offset="0%" stop-color="#F8FB9B"/><stop offset="12.55%" stop-color="#F5F892"/><stop offset="33.43%" stop-color="#EFEF78"/><stop offset="60.05%" stop-color="#E3E14F"/><stop offset="91.08%" stop-color="#D4CE16"/><stop offset="100%" stop-color="#CFC804"/></linearGradient><linearGradient id="g" x1=".005%" x2="99.992%" y1="49.997%" y2="49.997%"><stop offset="0%" stop-color="#F8FB9B"/><stop offset="12.55%" stop-color="#F5F892"/><stop offset="33.43%" stop-color="#EFEF78"/><stop offset="60.05%" stop-color="#E3E14F"/><stop offset="91.08%" stop-color="#D4CE16"/><stop offset="100%" stop-color="#CFC804"/></linearGradient><linearGradient id="h" x1=".005%" x2="100.004%" y1="50.003%" y2="50.003%"><stop offset="0%" stop-color="#F8FB9B"/><stop offset="12.55%" stop-color="#F5F892"/><stop offset="33.43%" stop-color="#EFEF78"/><stop offset="60.05%" stop-color="#E3E14F"/><stop offset="91.08%" stop-color="#D4CE16"/><stop offset="100%" stop-color="#CFC804"/></linearGradient><linearGradient id="i" x1="50%" x2="50%" y1="99.999%" y2="-.002%"><stop offset="37.24%" stop-color="#1D2739"/><stop offset="99.44%" stop-color="#1D2739"/></linearGradient><path id="a" d="M0 0h36v36H0z"/></defs><g transform="translate(-4)" fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)"><g stroke="#000" stroke-width=".5" transform="translate(13.95 28.588)"><ellipse cx="10.098" cy="2.066" fill="#331E09" fill-rule="nonzero" rx="1.088" ry="1"/><path fill="#F9C89A" fill-rule="nonzero" d="M1.956.045s.433 1.848.49 2.396c.059.549 1.156.809 1.271.174.116-.636.52-2.195.52-2.195L1.957.045zM8.857.45s.577 1.385.577 2.164c0 .78 1.386.896 1.501.376.116-.52.289-2.57.289-2.57L8.857.45z"/><path fill="#A15813" fill-rule="nonzero" d="M3.65 1.69c-.231.097-.885.174-1.136.078-.25-.097.02.904.097 1.212.077.308.885.25.885.25l.154-1.54z"/><ellipse cx="2.281" cy="2.485" fill="#4F2E0E" fill-rule="nonzero" rx="1" ry="1.155"/><ellipse cx="3.797" cy="2.607" fill="#4F2E0E" fill-rule="nonzero" rx="1" ry="1.133"/><path fill="#9E5613" fill-rule="nonzero" d="M.411 5.834s0-.606-.014-1.357c-.014-.75.78-1.704 2.396-1.66 1.617.043 2.368.938 2.368 1.804 0 .866-.072 1.56-.16 1.732-.086.174-4.229.231-4.387.073-.16-.16-.203-.592-.203-.592z"/><path fill="#4F2E0E" fill-rule="nonzero" d="M.411 7.003c-.274-.072-.375-.36-.39-.635-.014-.274.217-.505.39-.534.13.173.39.245.621.289.231.043 3.19.072 3.537.043.346-.03.433-.231.49-.318.246.087.347.347.362.592.014.246-.101.477-.347.563-.245.087-1.545.289-2.44.274C1.74 7.263.412 7.003.412 7.003z"/><path fill="#9E5613" fill-rule="nonzero" d="M11.18 2.326s-.779.462-1.775.115c-.65-.086-.823-.086-.808.231.014.318.1 1.184-.202 1.545-.304.36-.621 1.3-.16 1.732.463.433 7.146.39 7.406.318.26-.072.419-.534.419-.534s.086-.982.058-1.502c-.03-.52-.751-1.472-1.978-1.429-1.227.044-1.732.91-2.281 1.025-.462-.433-.635-.938-.635-1.04 0-.1-.043-.461-.043-.461z"/><path fill="#4F2E0E" fill-rule="nonzero" d="M9.687 3.906c.433 0 .743-.194.78-.642.035-.447-.073-.693-.39-.714-.318-.022-.708-.087-.896-.21-.187-.122-.21-.346-.13-.44.08-.094.217-.18.217-.18l-.05-.138s-.715.275-.65 1.04c.065.765.447 1.284 1.119 1.284zm.786-1.356c.238.093.289.274.253.469-.036.195-.116.758.296.736.411-.022.52-.823.484-1.19-.037-.37-.275-.723-.383-.81-.015.058-.022.109-.022.109s.082.058.085.202c.002.144-.244.419-.713.484z"/><path d="M11.86 3.827c-.222.481-.434 2.021-.241 2.445"/><path fill="#4F2E0E" fill-rule="nonzero" d="M8.236 5.95s-.332.201-.303.519c.028.317.274.39.635.476.36.087 3.782.188 4.403.217.62.029 2.742-.13 3.103-.274.361-.145.679-.78-.014-1.155-.274.303-.49.36-.938.418-.448.058-2.541.073-3.407.044-.866-.03-2.96-.058-3.176-.072-.217-.015-.303-.174-.303-.174z"/></g><g transform="translate(4.52 7.246)"><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M16.136 1.133c-.102.115-.578.664-.347 1.126.231.462 1.545 2.483 1.545 2.483s2.901-1.473 2.815-2.166c-.087-.693-.679-1.515-.679-1.515l-3.334.072zm7.135 10.485c.097-.096.308-.568-.26-.741-.452-.058-.779.154-.875.26-.096.106.202.674.385.693.183.019.75-.212.75-.212z"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M23.666 12.138c.087-.125.27-.443-.154-.655-.423-.211-.991.01-1.136.231-.144.222.241.712.318.712.077 0 .972-.288.972-.288z"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="m22.718 9.809-.534.938s.298.39.414.88c.115.492-.077.665.086.636.164-.029 1.117-.289 1.3-.173.182.115.433.587.26.904-.174.318-.674.972-1.377 1.146-.702.173-1.549-.145-1.867-.588-.317-.442-.818-1.867-.837-2.117-.02-.25.318-1.01.318-1.01l1.308-.587.93-.03z"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M22.04 10.675c.24.135.625.433.721.943.097.51-.105 1.155-.433 1.424"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M23.695 12.946s-.231.327-.77.25c-.539-.077-.5-.75-.24-.933.26-.183.673-.327.952-.28.28.049.414.174.414.174"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="m22.964 12.398.26.48s-.164.136-.357.049c-.192-.087-.192-.231-.144-.356.048-.125.24-.173.24-.173z"/><path fill="#6D9758" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M20.99 1.984s1.07.563 1.242 1.256c.52.174 1.131.936 1.073 1.495.559.23.806.554.806.92.308.27.769.96.21 1.961a32.473 32.473 0 0 0-.885 1.693l-2.233-.193-.193-.674 1.04-1.925s-.462-.75-1.001-.77c-.135.578-.27 1.405-.27 1.405l.058 3.176-.289.174-.058.712.713 1.482.25.23-.655 1.021.155.289.885 2.175-.02.27.52.673-.019.289.289.712-.558 1.27-.347.693.327 1s-.904.829-2.406.81c-1.5-.02-2.521-.79-2.521-.79l-.289-.173s.328-1.886.25-2.945c-.077-1.059-.308-2.656-.308-3.022 0-.366-.096-1.405-.096-1.405s-.135 2.214-.154 3.33c-.02 1.116-.173 2.637-.366 2.945-.192.308-.404.404-.404.404l.212.366.058.442-.231.29-.424-.116s-.827.962-2.329.789c-1.501-.173-2.425-.924-2.521-1.54-.347-.25-.385-.423-.385-.423l.982-1.136-.559-.327.462-.828s.328-.808.385-1.078c.058-.27.231-.924.231-.924l-.481.02.79-1.232-.059-.847 1.444-3.06-.058-.501-.194-.27-.157-1.068.101-.577s.5-.607.557-1.107c.058-.5-.24-1-.24-1L9.947 8.557l-.483.038-1.387.616-.328-.135s-.116-.192-.154-.5c-.039-.308 0-1.694.115-1.887.115-.192.385-.192.385-.192s.442-.077.789-.308c.347-.231 2.483-1.81 3.003-2.214.52-.404 2.329-1.963 2.329-1.963s.615-.481.962-.596c.346-.116.577-.097.577-.097l.02 1.656 1.559 1.766 1.693-1.016 1.348-1.25.616-.492z"/><path fill="#6D9758" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="m15.876 1.19-.231.145-.997 1.66 1.083.101-.39.75 2.05 1.083.173-.202s-1.14-1.4-1.486-1.833c-.347-.433-.448-1.4-.058-1.66s-.144-.044-.144-.044"/><path fill="#6D9758" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="m16.8 5.153 3.096-.516-.365-1.319 1.325.168.115-1.53-1.37-.881-.13-.014s.331.433.345.967c.015.534-.476.938-.88 1.285-.404.346-2.137 1.84-2.137 1.84zm4.2.383.217 1.097-1.92 1.227-.347-1.646zm-4.263-.347.077 4.485-.347 1.27-.019 1.232-.057 1.213.269.404.731-.173m.212-2.945.077.539 1.136.212-.077-.655zm2.945-.173-1.001.25.135.674.808-.212m-4.234-.597.038.693-1.02-.096.116-.674zm-3.003-.25 1.251.038-.058.713-1.135-.174m0-4.6 2.098 1.636.635-1.559-2.252-.943zm10.143 3.45s0-.62.188-.866c-.462-.202-1.573-.65-2.18-.577-.288.346-.803 1.357-.625 1.977.668-.23 2.617-.534 2.617-.534zM8.86 6.113l.664.967.418 1.083s-.26.36-.548.49c-.29.13-1.319.559-1.319.559l-.327-.135s.303-.192.347-1.29c.043-1.096-.231-1.24-.231-1.24l.65-.246.346-.188zm9.802 10.177s.418 1.458 1.025 2.397c.303-.202 2.41-.347 2.92-.332"/><path stroke="#000" stroke-width=".5" d="M10.54 18.817c.384.1 2.015.332 2.015.332s.881.216 1.357.014c.246-.548.982-3.09.982-3.09s-.707-.822-1.343-.952c-.635-.13-1.63-.476-1.63-.476"/><path fill="#6D9758" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M11.617 15.987c.346-.043 2.064 0 3.046.708"/><path stroke="#000" stroke-width=".5" d="m11.097 19.144.275.958"/><path fill="#6D9758" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M10.563 20.693c.65.462 2.353 1.386 4.648.361"/><path stroke="#000" stroke-width=".5" d="M17.175 21.372c.794.317 2.757.404 3.782-.173"/><path fill="#6D9758" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M20.553 21.04c1.025.332 2.512.39 2.685.029.173-.361-1.535-.75-1.535-.75"/><path fill="#6D9758" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M19.773 20.39c1.256.188 2.67-.057 2.67-.49 0-.434-1.933-.376-1.933-.376m.39-5.327c.418.506.736.982 1.096 1.097-.866.145-2.944.578-3.262.939-.144-.332-.26-.506-.447-.635.375-.506 2.612-1.4 2.612-1.4z"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M7.95 6.82c-.52-.057-1.588-.274-1.977-1.284-.246-.506-.65-.592-.838-.722-.245-.217-.592-.375-1.083-.303-.49.072-1.27-.044-1.76-.332-.491-.29-1.011-.101-1.184.144-.174.245-.188.592-.015.78.173.187.289.303.289.303s-.679.1-.736.606c-.058.505.303.75.534.852.23.1.433.115.433.115s-.26.347-.072.679c.187.332.65.476.65.476s.216.303.447.347c.23.043 1.631.115 1.631.115s.577-.216.91-.245c.331-.03 1.111-.044 1.37.072.26.115 1.401.144 1.401.144s.144-.62.13-.952a4.913 4.913 0 0 0-.13-.795z"/><path fill="url(#c)" fill-rule="nonzero" d="M5.862 22.185c-.79.077-4.985-.058-5.832-.558.058 2.887.866 5.447 1.386 6.005.52.558 2.136 1.04 3.81 1.04 1.675 0 2.702-.503 2.272-1.175-1.27-1.982-1.636-5.312-1.636-5.312z"/><path fill="url(#d)" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M4.02 25.746V.05H2.782s.031 20.99.031 22.087c0 1.097.031 1.905.156 2.368.125.461.525 1.068.712 1.154.188.087.34.087.34.087z"/><path fill="url(#e)" fill-rule="nonzero" d="M3.937 22.632H2.878s0 1.576.135 1.807c.183.01.934.025.934.025l-.01-1.832z"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M2.417 5.95s-.318.548-.299.721c.02.174.616.049.655-.173.038-.221-.356-.548-.356-.548zm.307 2.56c.26.014.737.043.91-.188.173-.231.592-.448.592-.707 0-.26-.072-.405-.332-.607-.26-.202-1.53.29-1.603.419-.072.13-.173.49-.13.592.044.1.13.288.26.375.13.087.303.116.303.116z"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="m3.475 7.441.347.246s.346-.275.028-.477c-.317-.202-.404.101-.404.101l.03.13z"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M1.993 8.067c.173.048.154.163.597.048.442-.116.943-.5 1.087-.847.145-.347-.664-.914-1-.837-.338.077-.915.356-1.064.548-.15.193-.178.568-.082.712.096.145.462.376.462.376zm1.569-2.685c-.106-.154-.212-.462-.347-.549-.134-.087-.577-.433-.712-.52-.135-.086-.549-.404-.905-.308-.356.097-.683.299-.635.78.048.481.356.53.52.693.163.163.395.395.53.471.134.078.519.26.808.29a.747.747 0 0 0 .673-.338c.106-.182.068-.52.068-.52z"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="m2.994 5.093-.49.808s.535.198.73-.096c.27-.404-.24-.712-.24-.712z"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M4.27 4.655c-.434.13-1.517 1.126-1.733 1.66-.217.534-.145.996.289 1.17.433.173 1.068-.217 1.241-.534.173-.318.447-1.343.447-1.343"/><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="m2.82 6.43.973.492s-.145.269-.443.308c-.298.038-.635-.203-.645-.405-.01-.202.116-.394.116-.394zm1.483-.086c.096.173.625.674.914.703M5.13 8.356c.202-.049.337-.164.462-.26"/><circle cx="17.658" cy="5.702" r="1" fill="url(#f)" fill-rule="nonzero" stroke="#000" stroke-width=".5"/><circle cx="17.656" cy="5.699" r="1" stroke="#000" stroke-width=".5"/><circle cx="17.543" cy="7.78" r="1" fill="url(#g)" fill-rule="nonzero" stroke="#000" stroke-width=".5"/><circle cx="17.54" cy="7.778" r="1" stroke="#000" stroke-width=".5"/><circle cx="17.427" cy="9.859" r="1" fill="url(#h)" fill-rule="nonzero" stroke="#000" stroke-width=".5"/><circle cx="17.425" cy="9.857" r="1" stroke="#000" stroke-width=".5"/></g><g transform="translate(17.92)"><path fill="#F9C89A" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="m1.344 4.611-.317-.087s-.174.039-.154.126c.019.086.144.192.134.346-.01.154-.029.452.087.645.116.192.395.481.54.558.143.077.182-.038.182-.038s.135 1.385.173 1.53c.039.144.24.5.568.78.327.279.886.914 1.145 1.106.26.193 1.117.356 1.482-.02.366-.374 1.155-1.24 1.242-1.366.087-.125.337-.423.327-.539a84.343 84.343 0 0 1-.048-1.395c.058.019.183-.048.25-.106.068-.058.491-.52.482-.722-.01-.202-.135-.76-.087-.799.048-.038.115-.192.029-.23-.087-.04-.597.336-.597.336S6.68 3.42 6.205 3.081c-.474-.34-4.312-.578-4.543-.27-.231.309-.318 1.8-.318 1.8z"/><path fill="#000" fill-rule="nonzero" d="m2.031 6.209-.113-.246-.166-.661-.502-.731-.059-1.057v-.202l1.39-.452-.402.606-.307.953-.015.442.128.231v.645z"/><path fill="#161616" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M7.08 4.02c.996.649-.303.461-1.371.1-1.068-.36-3.205-.981-3.696-.996-.49-.014 3.248-.303 3.826-.115.577.187 1.241 1.01 1.241 1.01z"/><path fill="url(#i)" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M.95 3.004C-.282 2.407-.282 1.637 1.027.81 2.336-.018 4.722-.056 5.839.252 6.955.56 8.687 1.657 8.476 2.735 8.264 3.562 7.3 3.774 7.3 3.774l-6.35-.77z"/><path fill="#03468B" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M1.06 3.413s-.086-.448-.144-.65c1.776-1.054 5.053-1.082 6.525.708-.043.13-.23.447-.36.548-2.527-1.876-6.02-.606-6.02-.606z"/><path fill="#FFF" fill-rule="nonzero" d="m4.337 2.633-.029.174-1.183-.101.866-.78-.592-.029.015-.188 1.082.13-.823.708zm1.076-.642c.325.188.433.49.317.75-.115.26-.534.282-.714.224-.18-.057-.6-.332-.404-.765a.567.567 0 0 1 .8-.209zm-.59.326c-.12.266.137.434.248.47.11.035.368.022.439-.137.07-.16.004-.346-.195-.461a.35.35 0 0 0-.492.128zm1.686 0a.741.741 0 0 1 .395.77c-.048.297-.386.377-.544.34a.679.679 0 0 1-.467-.775c.06-.291.317-.495.616-.335zm-.423.433c-.05.305.19.452.287.475.097.024.304-.026.333-.208a.454.454 0 0 0-.242-.473c-.183-.097-.34.027-.378.206z"/><path fill="#000" fill-rule="nonzero" d="m6.452 6.199.16-.231.066-.808.302-.549.026-.318-.535-.076.126.673-.178.491.033.539z"/><path stroke="#000" stroke-width=".5" d="M6.224 5.025c-.097-.058-.337-.289-.453-.289-.115 0-.433.097-.577.106-.144.01-.587.183-.626.221m-.991.02c-.096 0-.385-.096-.443-.125-.057-.03-.346-.02-.346-.02l-.221-.144-.299.28m1.482.288c.068.038.222.25.212.365-.01.116-.173 1.223-.154 1.252.02.028.375.086.424.048m.259-.116c.068-.01.154-.029.222.059M3.539 5.535c-.164-.346-.828-.346-1.078.01m2.319.019c.077-.423 1.05-.51 1.26-.087"/><circle cx="3.019" cy="5.53" r="1" fill="#000" fill-rule="nonzero"/><circle cx="5.372" cy="5.434" r="1" fill="#000" fill-rule="nonzero"/><path fill="#D8D8D8" fill-rule="nonzero" stroke="#000" stroke-width=".5" d="M3.163 7.643c.462.587 1.838.567 2.154-.097-.106.03-.273.092-.273.092s-.572.024-.697.091c-.087 0-.202.02-.202.02s-.568-.078-.655-.02c-.086.058-.327-.086-.327-.086z"/><path stroke="#000" stroke-width=".5" d="M4.992 8.105c-.308.365-1.097.356-1.415.077"/><path fill="#FCFCFC" fill-rule="nonzero" d="m5.064 5.395.356.044-.303.134c-.058-.057-.053-.178-.053-.178zm-2.31.115.356.044-.303.135c-.058-.058-.053-.178-.053-.178z"/><path stroke="#000" stroke-width=".5" d="M7.138 4.784c-.065.116-.253.354-.267.47-.015.115.08.41.072.469m.116-.217c-.015-.08-.065-.296-.145-.34m-5.767-.389c.072.101.44.404.455.527.014.123-.08.31-.05.419.028.108.1.274.1.274m-.238-.383c-.022-.115.007-.368.116-.397"/></g></g></g></svg>
|