@odigos/ui-kit 0.0.194 → 0.0.196
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/CHANGELOG.md +24 -0
- package/lib/chunks/index-CjudHPMe.js +3 -0
- package/lib/chunks/ui-components-OrgB9V7b.js +2381 -0
- package/lib/chunks/vendor-DUWBN0Mg.js +1 -0
- package/lib/components/_v2/drawer/header/index.d.ts +1 -0
- package/lib/components/_v2/index.d.ts +1 -0
- package/lib/components/_v2/loader/index.d.ts +1 -0
- package/lib/components/_v2/no-data/index.d.ts +10 -0
- package/lib/components/_v2/table/styled.d.ts +5 -8
- package/lib/components/_v2/table/table-rows/index.d.ts +1 -1
- package/lib/components/_v2/typography/index.d.ts +2 -0
- package/lib/components/scroll-y/index.d.ts +5 -3
- package/lib/components/styled.d.ts +1 -0
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants/actions/index.d.ts +2 -0
- package/lib/constants/destinations/index.d.ts +10 -4
- package/lib/constants/sources/index.d.ts +1 -1
- package/lib/constants/strings/index.d.ts +16 -0
- package/lib/constants.js +1 -1
- package/lib/containers/_v2/_drawers/add-action-drawer/helpers.d.ts +7 -0
- package/lib/containers/_v2/_drawers/add-action-drawer/index.d.ts +10 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/form-column/index.d.ts +9 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/helpers.d.ts +14 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/index.d.ts +12 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/lists-column/index.d.ts +13 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/lists-filters/index.d.ts +9 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/types.d.ts +11 -0
- package/lib/containers/_v2/_drawers/add-source-drawer/index.d.ts +2 -2
- package/lib/containers/_v2/_drawers/add-source-drawer/namespaces-column/index.d.ts +6 -7
- package/lib/containers/_v2/_drawers/add-source-drawer/namespaces-column/list/index.d.ts +12 -0
- package/lib/containers/_v2/_drawers/add-source-drawer/namespaces-column/list/list-item/index.d.ts +20 -0
- package/lib/containers/_v2/_drawers/add-source-drawer/utils.d.ts +15 -0
- package/lib/containers/_v2/_drawers/index.d.ts +2 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/add-cluster-info/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/delete-attributes/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/error-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/index.d.ts +7 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/k8s-attributes/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/latency-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/pii-masking/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/probabilistic-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/rename-attributes/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/service-name-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/span-attribute-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/index.d.ts +7 -0
- package/lib/containers/_v2/_forms/add-destination-form/dynamic-fields/index.d.ts +8 -0
- package/lib/containers/_v2/_forms/add-destination-form/index.d.ts +8 -0
- package/lib/containers/_v2/_forms/index.d.ts +2 -0
- package/lib/containers/_v2/central-connections/index.d.ts +5 -1
- package/lib/containers/v2.js +76 -27
- package/lib/containers.js +111 -121
- package/lib/contexts.js +1 -1
- package/lib/functions/compare-condition/index.d.ts +2 -1
- package/lib/functions.js +1 -1
- package/lib/hooks/index.d.ts +0 -1
- package/lib/hooks.js +1 -1
- package/lib/snippets/_v2/wide-drawer/column/index.d.ts +0 -1
- package/lib/snippets/_v2/wide-drawer/column-list-collapse/index.d.ts +8 -0
- package/lib/snippets/_v2/wide-drawer/column-list-item/index.d.ts +2 -0
- package/lib/snippets/_v2/wide-drawer/index.d.ts +6 -5
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/actions/index.d.ts +4 -1
- package/lib/types/destinations/index.d.ts +28 -11
- package/lib/types/enum/index.d.ts +0 -1
- package/lib/types/instrumentation-rules/index.d.ts +1 -1
- package/lib/types/snapshot/index.d.ts +2 -1
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +12 -12
- package/lib/chunks/index-CAnSZt6a.js +0 -3
- package/lib/chunks/ui-components-DzbQmwE9.js +0 -2365
- package/lib/chunks/vendor-C-kwkNJP.js +0 -1
- package/lib/hooks/useInfiniteScroll.d.ts +0 -10
|
@@ -0,0 +1,2381 @@
|
|
|
1
|
+
import{SamplerIcon as e,PiiMaskingIcon as t,RenameAttributeIcon as i,DeleteAttributeIcon as n,AddClusterInfoIcon as o,K8sLogo as r,ImageErrorIcon as a,KafkaLogo as s,RedisLogo as l,PostgresLogo as c,NginxLogo as d,MysqlLogo as p,ElixirLogo as u,SwiftLogo as h,RustLogo as m,RubyLogo as g,PhpLogo as $,CPlusPlusLogo as x,CSharpLogo as f,DotnetLogo as b,PythonLogo as y,NodejsLogo as w,GoLogo as v,JavaLogo as C,AwsXrayLogo as k,VictoriaMetricsLogo as S,UptraceLogo as E,TraceloopLogo as A,TingyunLogo as T,TempoLogo as D,TelemetryHubLogo as I,SumoLogicLogo as N,SplunkLogo as O,SignozLogo as F,SeqLogo as z,AwsS3Logo as _,QuickwitLogo as R,GigapipeLogo as B,QrynLogo as M,PrometheusLogo as P,OpenTelemetryLogo as L,OracleLogo as j,OpsVerseLogo as U,OpenObserveLogo as W,OneUptimeLogo as V,OdigosLogo as q,ObserveLogo as G,NewRelicLogo as H,MiddlewareLogo as K,LumigoLogo as Y,LokiLogo as J,LogzioLogo as X,LightstepLogo as Z,Last9Logo as Q,KloudmateLogo as ee,JaegerLogo as te,InstanaLogo as ie,HyperDxLogo as ne,HoneycombLogo as oe,GroundcoverLogo as re,GreptimeLogo as ae,GrafanaLogo as se,GoogleCloudPlatformLogo as le,ElasticSearchLogo as ce,ElasticApmLogo as de,DynatraceLogo as pe,DatadogLogo as ue,Dash0Logo as he,CoralogixLogo as me,AwsCloudwatchLogo as ge,ClickhouseLogo as $e,ChronosphereLogo as xe,ChecklyLogo as fe,CauselyLogo as be,BonreeLogo as ye,BetterStackLogo as we,AzureMonitorLogo as ve,AzureBlobLogo as Ce,AxiomLogo as ke,AppDynamicsLogo as Se,AlibabaCloudLogo as Ee,AlaudaLogo as Ae,InstrumentationRuleIcon as Te,ActionIcon as De,DestinationIcon as Ie,SourceIcon as Ne,NamespacesIcon as Oe,PayloadCollectionIcon as Fe,HeadersCollectionIcon as ze,CustomInstrumentationIcon as _e,CodeAttributesIcon as Re,TracesIcon as Be,MetricsIcon as Me,LogsIcon as Pe,VmLogo as Le,QuestionCircleIcon as je,XSquareIcon as Ue,VSquareIcon as We,ExclamationTriangleIcon as Ve,ExclamationCircleIcon as qe,ISquareIcon as Ge,VIcon as He,CopyIcon as Ke,XIcon as Ye,MinusIcon as Je,ListIcon as Xe,CodeIcon as Ze,ExtendArrowIcon as Qe,PlusIcon as et,EditIcon as tt,NoDataIcon as it,EyeClosedIcon as nt,EyeOpenIcon as ot,SearchIcon as rt,TrashIcon as at,EditedIcon as st,SortArrowsIcon as lt,NotebookIcon as ct,ArrowIcon as dt,ChevronUpIcon as pt,ChevronDownIcon as ut,DotsVerticalIcon as ht,DotsHorizontalIcon as mt,DotIcon as gt,FilterIcon as $t}from"../icons.js";import{create as xt}from"zustand";import{Fragment as ft,useMemo as bt,useState as yt,useEffect as wt,useRef as vt,useCallback as Ct,forwardRef as kt,memo as St,useContext as Et,createContext as At}from"react";import Tt from"javascript-time-ago";import{p as Dt,c as It,s as Nt,e as Ot}from"./vendor-DUWBN0Mg.js";import{jsx as Ft,jsxs as zt,Fragment as _t}from"react/jsx-runtime";import Rt,{css as Bt,useTheme as Mt,ThemeProvider as Pt,keyframes as Lt}from"styled-components";import{Handle as jt,Position as Ut,ReactFlow as Wt,Controls as Vt}from"@xyflow/react";import qt,{createPortal as Gt}from"react-dom";import{Highlight as Ht,themes as Kt}from"prism-react-renderer";import{ErrorBoundary as Yt}from"react-error-boundary";import Jt from"lottie-react";import{VList as Xt}from"virtua";const Zt=e=>e.charAt(0).toUpperCase()+e.slice(1),Qt=e=>{const t=e=>e.filter(e=>"object"==typeof e&&null!==e?""!==e.key&&""!==e.value:""!==e),i=e=>Object.fromEntries(Object.entries(e).filter(([e,t])=>""!==e&&""!==t).map(([e,n])=>Array.isArray(n)?[e,t(n)]:"object"==typeof n&&null!==n?[e,i(n)]:[e,n]));return Object.entries(e).reduce((e,[n,o])=>{try{const r=JSON.parse(o);Array.isArray(r)?e[n]=JSON.stringify(t(r)):e[n]="object"==typeof r&&null!==r?JSON.stringify(i(r)):o}catch(r){"object"==typeof o&&null!==o?Array.isArray(o)?e[n]=JSON.stringify(t(o)):e[n]=JSON.stringify(i(o)):e[n]=o}return e},{})};var ei;!function(e){e.SIGNALS="SIGNALS"}(ei||(ei={}));const ti=(e,t,i)=>{if(!e||!e.length)return!0;if(1===e.length)return"true"==e[0];const[n,o,r]=e;if(n===ei.SIGNALS)switch(o){case"INCLUDES":return t?.includes(r);case"EXCLUDES":return!t?.includes(r);default:return!0}const a=i.find(e=>e.name===n||e.key===n);if(!a)return!1;switch(o){case"===":case"==":return a.value===r;case"!==":case"!=":return a.value!==r;case">":return Number(a.value)>Number(r);case"<":return Number(a.value)<Number(r);case">=":return Number(a.value)>=Number(r);case"<=":return Number(a.value)<=Number(r);default:return!0}},ii=e=>JSON.parse(JSON.stringify(e)),ni=(e,t)=>{let i=[...e];return t.monitors?.length&&(i=i.filter(e=>!!t.monitors?.find(t=>e.signals?.find(e=>e.toLowerCase()===t.id)))),i},oi=(e,t)=>{let i=[...e];return t.monitors?.length&&(i=i.filter(e=>!!t.monitors?.find(t=>e.exportedSignals[t.id]))),i},ri=(e,t)=>t?e.filter(e=>e.dataStreamNames.includes(t)||!e.dataStreamNames.length):[];var ai,si,li,ci,di,pi,ui,hi,mi,gi,$i,xi,fi,bi,yi,wi,vi,Ci,ki,Si,Ei,Ai,Ti,Di,Ii,Ni,Oi,Fi,zi,_i,Ri,Bi,Mi,Pi,Li,ji,Ui,Wi,Vi,qi,Gi,Hi;!function(e){e.Attributes="attributes",e.Samplers="samplers"}(ai||(ai={})),function(e){e.K8sAttributes="K8sAttributesResolver",e.AddClusterInfo="AddClusterInfo",e.DeleteAttributes="DeleteAttribute",e.RenameAttributes="RenameAttribute",e.PiiMasking="PiiMasking",e.ErrorSampler="ErrorSampler",e.ProbabilisticSampler="ProbabilisticSampler",e.LatencySampler="LatencySampler",e.ServiceNameSampler="ServiceNameSampler",e.SpanAttributeSampler="SpanAttributeSampler"}(si||(si={})),function(e){e.CollectContainerAttributes="collectContainerAttributes",e.CollectReplicaSetAttributes="collectReplicaSetAttributes",e.CollectWorkloadId="collectWorkloadId",e.CollectClusterId="collectClusterId",e.LabelsAttributes="labelsAttributes",e.AnnotationsAttributes="annotationsAttributes",e.ClusterAttributes="clusterAttributes",e.OverwriteExistingValues="overwriteExistingValues",e.AttributeNamesToDelete="attributeNamesToDelete",e.Renames="renames",e.PiiCategories="piiCategories",e.FallbackSamplingRatio="fallbackSamplingRatio",e.SamplingPercentage="samplingPercentage",e.EndpointsFilters="endpointsFilters",e.ServicesNameFilters="servicesNameFilters",e.AttributeFilters="attributeFilters"}(li||(li={})),function(e){e.Pod="pod",e.Namespace="namespace",e.Node="node"}(ci||(ci={})),function(e){e.EXISTS="exists",e.EQUALS="equals",e.NOT_EQUALS="not_equals",e.CONTAINS="contains",e.NOT_CONTAINS="not_contains",e.REGEX="regex"}(di||(di={})),function(e){e.EXISTS="exists",e.EQUALS="equals",e.NOT_EQUALS="not_equals",e.GREATER_THAN="greater_than",e.LESS_THAN="less_than",e.GREATER_THAN_OR_EQUAL="greater_than_or_equal",e.LESS_THAN_OR_EQUAL="less_than_or_equal"}(pi||(pi={})),function(e){e.EXISTS="exists",e.EQUALS="equals"}(ui||(ui={})),function(e){e.EXISTS="exists",e.EQUALS="equals",e.NOT_EQUALS="not_equals",e.IS_VALID_JSON="is_valid_json",e.IS_INVALID_JSON="is_invalid_json",e.JSONPATH_EXISTS="jsonpath_exists",e.KEY_EQUALS="key_equals",e.KEY_NOT_EQUALS="key_not_equals"}(hi||(hi={})),function(e){e.Horizontal="horizontal",e.Vertical="vertical"}(mi||(mi={})),function(e){e.Ascending="ascending",e.Descending="descending"}(gi||(gi={})),function(e){e.Community="community",e.Cloud="cloud",e.Onprem="onprem"}($i||($i={})),function(e){e.K8s="k8s",e.Vm="vm"}(xi||(xi={})),function(e){e.Cli="odigos-cli",e.Helm="helm",e.Operator="odigos-operator"}(fi||(fi={})),function(e){e.Go="go",e.JavaScript="javascript",e.Python="python",e.Java="java",e.DotNet="dotnet",e.CSharp="csharp",e.CPlusPlus="cplusplus",e.Php="php",e.Ruby="ruby",e.Rust="rust",e.Swift="swift",e.Elixir="elixir",e.MySql="mysql",e.Nginx="nginx",e.Postgres="postgres",e.Redis="redis",e.Kafka="kafka",e.Ignored="ignored",e.Unknown="unknown",e.Processing="processing",e.NoContainers="no containers",e.NoRunningPods="no running pods"}(bi||(bi={})),function(e){e.Create="Create",e.Read="Read",e.Update="Update",e.Delete="Delete"}(yi||(yi={})),function(e){e.Namespace="Namespace",e.Source="Source",e.Destination="Destination",e.Action="Action",e.InstrumentationRule="InstrumentationRule"}(wi||(wi={})),function(e){e.DataStream="DataStream"}(vi||(vi={})),function(e){e.Input="input",e.MultiInput="multiInput",e.MultiTabledInput="multiTabledInput",e.KeyValuePair="keyValuePairs",e.TextArea="textarea",e.Dropdown="dropdown",e.Checkbox="checkbox",e.Toggle="toggle"}(Ci||(Ci={})),function(e){e.Text="text",e.Password="password",e.Number="number"}(ki||(ki={})),function(e){e.Warning="warning",e.Error="error",e.Success="success",e.Info="info",e.Default="default"}(Si||(Si={})),function(e){e.INSTRUMENTED="Instrumented",e.INSTRUMENTING="Instrumenting",e.UNINSTRUMENTED="Uninstrumented",e.NOT_INSTRUMENTED="Not Instrumented"}(Ei||(Ei={})),function(e){e.Loading="loading",e.Disabled="disabled"}(Ai||(Ai={})),function(e){e.Disabled="disabled",e.Unknown="unknown"}(Ti||(Ti={})),function(e){e.CodeAttributes="code-attributes",e.FullPayloadCollection="full-payload-collection",e.DbPayloadCollection="db-payload-collection",e.QueryOperationDetector="query-operation-detector",e.AllowConcurrentAgents="allow_concurrent_agents",e.JavaEbpfInstrumentations="java-ebpf-instrumentations",e.JavaNativeInstrumentations="java-native-instrumentations",e.SizeS="size_s",e.SizeM="size_m",e.SizeL="size_l"}(Di||(Di={})),function(e){e.Header="header",e.Add="add",e.Base="base",e.Edged="edged",e.Frame="frame",e.Scroll="scroll",e.Skeleton="skeleton",e.MapItem="map-item",e.NoData="no-data",e.OdiLogo="odilogo"}(Ii||(Ii={})),function(e){e.Labeled="labeled"}(Ni||(Ni={})),function(e){e.AddRule="addRule",e.AddSource="addSource",e.AddAction="addAction",e.AddDestination="addDestination"}(Oi||(Oi={})),function(e){e.Alauda="alauda",e.AlibabaCloud="alibabacloud",e.AppDynamics="appdynamics",e.Axiom="axiom",e.AzureBlob="azureblob",e.AzureMonitor="azuremonitor",e.BetterStack="betterstack",e.Bonree="bonree",e.Causely="causely",e.Checkly="checkly",e.Chronosphere="chronosphere",e.ClickHouse="clickhouse",e.CloudWatch="cloudwatch",e.Coralogix="coralogix",e.Dash0="dash0",e.Datadog="datadog",e.Dynamic="dynamic",e.Dynatrace="dynatrace",e.ElasticApm="elasticapm",e.ElasticSearch="elasticsearch",e.GoogleCloud="googlecloud",e.GoogleCloudOTLP="googlecloudotlp",e.GrafanaCloudLoki="grafanacloudloki",e.GrafanaCloudPrometheus="grafanacloudprometheus",e.GrafanaCloudTempo="grafanacloudtempo",e.Greptime="greptime",e.Groundcover="groundcover",e.Honeycomb="honeycomb",e.HyperDX="hyperdx",e.Instana="instana",e.Jaeger="jaeger",e.Kafka="kafka",e.Kloudmate="kloudmate",e.Last9="last9",e.Lightstep="lightstep",e.LogzIo="logzio",e.Loki="loki",e.Lumigo="lumigo",e.Middleware="middleware",e.NewRelic="newrelic",e.Observe="observe",e.Odigos="odigos",e.OneUptime="oneuptime",e.OpenObserve="openobserve",e.Opsverse="opsverse",e.Oracle="oracle",e.OTLP="otlp",e.OTLPHttp="otlphttp",e.Prometheus="prometheus",e.Qryn="qryn",e.QrynOss="qryn-oss",e.Quickwit="quickwit",e.S3="s3",e.Seq="seq",e.Signalfx="signalfx",e.Signoz="signoz",e.Splunk="splunk",e.SplunkSapm="splunksapm",e.SplunkOtlp="splunkotlp",e.SumoLogic="sumologic",e.TelemetryHub="telemetryhub",e.Tempo="tempo",e.Tingyun="tingyun",e.Traceloop="traceloop",e.Uptrace="uptrace",e.VictoriaMetrics="victoriametrics",e.VictoriaMetricsCloud="victoriametricscloud",e.XRay="xray"}(Fi||(Fi={})),function(e){e.Deployment="Deployment",e.DaemonSet="DaemonSet",e.StatefulSet="StatefulSet",e.CronJob="CronJob",e.Pod="Pod",e.StaticPod="StaticPod",e.Rollout="Rollout",e.ConfigMap="ConfigMap",e.DeploymentConfig="DeploymentConfig"}(zi||(zi={})),function(e){e.GolangCommunity="golang-community",e.NodejsCommunity="nodejs-community",e.PythonCommunity="python-community",e.JavaCommunity="java-community",e.DotNetCommunity="dotnet-community",e.RubyCommunity="ruby-community",e.PhpCommunity="php-community",e.GolangEnterprise="golang-enterprise",e.NodejsEnterprise="nodejs-enterprise",e.PythonEnterprise="python-enterprise",e.JavaEnterprise="java-enterprise",e.JavaEbpfInstrumentations="java-ebpf-instrumentations",e.DotNetLegacy="dotnet-legacy",e.DotNetEnterprise="dotnet-enterprise",e.RubyEnterprise="ruby-enterprise",e.CPlusPlusEnterprise="cplusplus-enterprise",e.MySqlEnterprise="mysql-enterprise"}(_i||(_i={})),function(e){e.Error="Error",e.Failure="Failure",e.Notice="Notice",e.Pending="Pending",e.Waiting="Waiting",e.Unsupported="Unsupported",e.Disabled="Disabled",e.Success="Success",e.Irrelevant="Irrelevant",e.Unknown="Unknown"}(Ri||(Ri={})),function(e){e.CodeAttributes="CodeAttributes",e.HeadersCollection="HeadersCollection",e.PayloadCollection="PayloadCollection",e.CustomInstrumentation="CustomInstrumentation",e.UnknownType="UnknownType"}(Bi||(Bi={})),function(e){e.Column="column",e.FilePath="filePath",e.Function="function",e.LineNumber="lineNumber",e.Namespace="namespace",e.StackTrace="stacktrace"}(Mi||(Mi={})),function(e){e.HeaderKeys="headerKeys"}(Pi||(Pi={})),function(e){e.Java="java",e.Golang="golang"}(Li||(Li={}));class Ki{className;methodName;constructor(e,t){this.className=e,this.methodName=t}Verify(){return!!this.className&&!!this.methodName}toString(){return this.Verify()?`${this.className}.${this.methodName}`:"[Faulty Java Probe]"}}class Yi{packageName;functionName;receiverName;receiverMethodName;constructor(e,t,i,n){this.packageName=e,this.functionName=t||"",this.receiverName=i||"",this.receiverMethodName=n||""}Verify(){return!(!this.packageName||(this.functionName?this.receiverMethodName||this.receiverName:!this.receiverMethodName||!this.receiverName))}toString(){return this.Verify()?this.functionName?`${this.packageName}.${this.functionName}`:this.receiverName&&this.receiverMethodName?`${this.packageName}.(${this.receiverName}).${this.receiverMethodName}`:"":"[Faulty Golang Probe]"}}!function(e){e.HttpRequest="httpRequest",e.HttpResponse="httpResponse",e.DbQuery="dbQuery",e.Messaging="messaging"}(ji||(ji={})),function(e){e.Healthy="Healthy",e.Updating="Updating",e.Degraded="Degraded",e.Failed="Failed",e.Down="Down",e.Unknown="Unknown"}(Ui||(Ui={})),function(e){e.Pending="Pending",e.Running="Running",e.Succeeded="Succeeded",e.Failed="Failed",e.Unknown="Unknown"}(Wi||(Wi={})),function(e){e.ContainerCreating="ContainerCreating",e.CrashLoopBackOff="CrashLoopBackOff",e.CreateContainerError="CreateContainerError",e.CreateContainerConfigError="CreateContainerConfigError",e.ErrImagePull="ErrImagePull",e.ErrImageNeverPull="ErrImageNeverPull",e.ImagePullBackOff="ImagePullBackOff",e.InvalidImageName="InvalidImageName",e.RegistryUnavailable="RegistryUnavailable",e.NetworkNotReady="NetworkNotReady",e.Running="Running",e.Completed="Completed",e.Error="Error",e.OOMKilled="OOMKilled",e.ContainerCannotRun="ContainerCannotRun",e.DeadlineExceeded="DeadlineExceeded",e.StartError="StartError"}(Vi||(Vi={})),function(e){e.Running="Running",e.Waiting="Waiting",e.Terminated="Terminated"}(qi||(qi={})),function(e){e.Logs="LOGS",e.Metrics="METRICS",e.Traces="TRACES"}(Gi||(Gi={})),function(e){e.Logs="logs",e.Metrics="metrics",e.Traces="traces"}(Hi||(Hi={}));const Ji={[Gi.Logs]:Hi.Logs,[Gi.Metrics]:Hi.Metrics,[Gi.Traces]:Hi.Traces},Xi={[Hi.Logs]:Gi.Logs,[Hi.Metrics]:Gi.Metrics,[Hi.Traces]:Gi.Traces},Zi=(e,t)=>{let i=[...e];return t.namespaces?.length&&(i=i.filter(({namespace:e})=>!!t.namespaces?.find(({id:t})=>t===e))),t.kinds?.length&&(i=i.filter(({kind:e})=>!!t.kinds?.find(({id:t})=>t===e))),t.languages?.length&&(i=i.filter(({containers:e})=>!!t.languages?.find(({id:t})=>!!e?.find(({language:e})=>t===e)))),t.conditions?.length&&(i=i.filter(({conditions:e})=>!!t.conditions?.find(({id:t})=>!!e?.find(({type:e,reason:i})=>t===`${e}#${i}`)))),t.podsAgentInjectionStatus?.length&&(i=i.filter(({podsAgentInjectionStatus:e})=>!!t.podsAgentInjectionStatus?.find(({id:t})=>t===e?.reasonEnum||t===e?.message))),t.onlyErrors&&(i=i.filter(e=>!!e.conditions?.find(e=>e.status===Si.Error))),t.errors?.length&&(i=i.filter(e=>!!t.errors?.find(t=>!!e.conditions?.find(e=>e.message===t.id)))),i},Qi="https://docs.odigos.io",en="default",tn={SELECTED_DATA_STREAM:"SELECTED_DATA_STREAM",SELECTED_DATA_STREAM_WITH_PROXY:e=>`SELECTED_DATA_STREAM_${e}`,OVERVIEW_FILTERS:"OVERVIEW_FILTERS",DARK_MODE:"DARK_MODE"},nn={REQUIRED_FIELDS:"Required fields are missing",FIELD_IS_REQUIRED:"This field is required",FORBIDDEN:"Forbidden",ENTERPRISE_ONLY:(e="This")=>`${e} is an Enterprise feature. Please upgrade your plan.`,DEFINED_FOR_ALL_STREAMS:e=>`${e} are defined for all Data Streams.`,CANNOT_EDIT_RULE:"Cannot edit a system-managed instrumentation rule",CANNOT_DELETE_RULE:"Cannot delete a system-managed instrumentation rule",LATENCY_HTTP_ROUTE:'HTTP route must start with a forward slash "/"',READONLY_WARNING:"You're not allowed to create/update/delete in readonly mode",ILLEGAL_K8S_LABEL:'Must be 63 characters or less, must consist of alphanumeric characters, "-", "_", or ".", and must start & end with an alphanumeric character (e.g., my-name, 123.abc).',INVALID_VERSION:'Invalid version format, must be in the format of "major.minor.patch" (e.g. 1.0.0)'},on={NAMESPACE:"Namespace",NAME:"Name",KIND:"Kind",CONNECTION:"Connection",CONNECTIONS:"Connections",DATA_STREAM:"Data Stream",DATA_STREAMS:"Data Streams",STREAM_NAME:"Data Stream Name",NAME_YOUR_STREAM:"Name your Data Stream",NAME_YOUR_STREAM_PLACEHOLDER:"e.g. Highest priority",STREAM_DESCRIPTION:"Provide a clear and descriptive name for your pipeline to ensure its purpose is easily understood by you and your team.",STREAM_CONFIRM:"Confirm your new Data Stream",DATA_STREAM_EXISTS_WARNING:(e,t)=>`A Data Stream with this name already exists, you can still rename the current "${e}", but it will merge into the existing "${t}".`,ACTION:"Action",ACTIONS:"Actions",ADD_ACTION:"Add Action",ACTION_DETAILS:"Action Details",INSTRUMENTATION_RULE:"Instrumentation Rule",INSTRUMENTATION_RULES:"Instrumentation Rules",ADD_INSTRUMENTATION_RULE:"Add Instrumentation Rule",INSTRUMENTATION_RULE_DETAILS:"Instrumentation Rule Details",DESTINATION:"Destination",DESTINATIONS:"Destinations",ADD_DESTINATION:"Add Destination",ADD_DESTINATIONS:"Add Destinations",ADD_DESTINATION_DESCRIPTION:"Add a destination to send your telemetry data to. You can add multiple destinations.",DESTINATION_DETAILS:"Destination Details",SELECTED_DESTINATIONS:"Selected Destinations",SOURCE:"Source",SOURCES:"Sources",ADD_SOURCE:"Add Source",SOURCE_DETAILS:"Source Details",SELECT_SOURCES:"Select Sources",SELECTED_SOURCES:"Selected Sources",SELECT_SOURCES_DESCRIPTION:"Choose which sources to monitor in your pipeline.",NO_SOURCES:"No sources",NO_SOURCES_GO_BACK:"No sources selected. Please go back to select sources.",PLEASE_ADD_SOURCE:"Please add a source",NO_SOURCES_NAMESPACE:"No sources available in this namespace",TRY_SEARCH_OR_OTHER_NAMESPACE:"Try searching again or select another namespace.",PLEASE_MAKE_SURE_UNIGNORED_NAMESPACES:"Please make sure your cluster has unignored namespaces",INSTALLATION:"Installation",SUMMARY:"Summary",TYPE:"Type",NOTES:"Notes",STATUS:"Status",READONLY:"Readonly",LANGUAGE:"Language",VERSION:"Version",RUNTIME_VERSION:"Runtime Version",VERSION_PLACEHOLDER:"1.0.0",MONITORS:"Monitors",SIGNALS_FOR_PROCESSING:"Signals for Processing",MANAGED_BY_PROFILE:"Managed by Profile",TIER:"Tier",ENTERPRISE:"Enterprise",ENTERPRISE_TIER:"Enterprise Tier",COMMUNITY:"Community",COMMUNITY_TIER:"Community Tier",API_TOKEN:"API Token",API_TOKENS:"API Tokens",DESCRIBE_ODIGOS:"Describe Odigos",DESCRIBE_SOURCE:"Describe Source",DETECTED_CONTAINERS:"Detected Containers",DETECTED_CONTAINERS_DESCRIPTION:"The system automatically instruments the containers it detects with a supported programming language.",DETECTED_PROCESSES:"Detected Processes",DETECTED_PROCESSES_DESCRIPTION:"The system automatically instruments the processes it detects with a supported programming language.",CONTAINER_NAME:"Container Name",FILTERED_COUNT_TOOLTIP:"Represents filtered amount, out of total amount",SEARCH_NAMESPACES:"Search Namespaces",SEARCH_SOURCES:"Search Sources",SELECT_ALL:"Select All",ONLY_SELECTED:"Only selected",ONLY_RUNNING_INSTANCES:"Only running instances",TO_COLLECT_OTEL_DATA:"To collect OpenTelemetry data",TO_MONITOR_OTEL_DATA:"To monitor OpenTelemetry data",TO_MODIFY_OTEL_DATA:"To modify OpenTelemetry data",QUICK_BACK_TO_SUMMARY:"When you finish editing you can quickly go back to the summary.",GO_TO_SUMMARY:"Go to summary",FUTURE_APPS_TITLE:"Instrument entire namespace",FUTURE_APPS_DESCRIPTION:"When enabled, all applications in the namespace and new applications will be instrumented automatically and included in the current data stream using a Namespace Source.",OVERIDE:"Override",OVERIDDEN:"Overridden",OVERRIDE_RUNTIME_DETAILS:"Override Runtime Details",OVERRIDE_RUNTIME_WARNING:"This is an advanced configuration. If the selected programming language is incorrect, data collection may be incomplete or may not occur at all.",ACTIVE:"Active",INACTIVE:"Inactive",ENABLED:"Enabled",DISABLED:"Disabled",NO_TRACES_FOUND:"No traces found",ARE_SERVICES_INSTRUMENTED_AND_PRODUCING_TRAFFIC:"Are your services instrumented & producing traffic?",JAVA_CUSTOM_PROBES:"Java Custom Probes",GOLANG_CUSTOM_PROBES:"Golang Custom Probes",FETCHING_NAMESPACES:"Fetching namespaces",FETCHING_NAMESPACES_SUBTITLE:"Please wait while we fetch the namespaces",ADD_SOURCES_DESCRIPTION:"Choose which sources to monitor in your pipeline.",CREATING_SOURCES:"Creating Sources...",CREATING_SOURCES_SUBTITLE:"This may take a few moments while sources are being created.",SELECT_NAMESPACE:"Select namespace from the list",SELECT_NAMESPACE_SUBTITLE:"Add namespace so you can select workloads from it.",CREATING_ACTION:"Creating action",CREATING_ACTION_SUBTITLE:"Please wait while we create the action",ADD_ACTION_DESCRIPTION:"Select an action to modify telemetry data before it's sent to destinations. Choose an action type and configure its details.",CREATING_INSTRUMENTATION_RULE:"Creating instrumentation rule",CREATING_INSTRUMENTATION_RULE_SUBTITLE:"Please wait while we create the instrumentation rule",ADD_INSTRUMENTATION_RULE_DESCRIPTION:"Define how telemetry is recorded from your application. Choose a rule type and configure the details.",CREATING_DESTINATION:"Creating destination",CREATING_DESTINATION_SUBTITLE:"Please wait while we create the destination",ADD_DESTINATION_DRAWER_DESCRIPTION:"Add backend destination you want to connect with Odigos."},rn={ADD:"Add",ADD_NEW:"Add New",NEW:"New",SELECT:"Select",CREATE:"Create",UPDATE:"Update",EDIT:"Edit",DELETE:"Delete",CANCEL:"Cancel",DONE:"Done",SAVE:"Save",BACK:"Back",NEXT:"Next",TEST:"Test",TEST_CONNECTION:"Test Connection",INSTRUMENT:"Instrument",UNINSTRUMENT:"Uninstrument"},an=(e,t)=>t?e.filter(e=>e.dataStreamNames.includes(t)||t===en&&!e.dataStreamNames.length):[],sn=(e,t="",i={})=>{for(const n in e)if(e.hasOwnProperty(n)){const o=e[n],r=t?`${t}.${n}`:n;null===o||"object"!=typeof o||Array.isArray(o)?Array.isArray(o)?o.forEach((e,t)=>{const n=`${r}[${t}]`;null!==e&&"object"==typeof e?sn(e,n,i):i[n]=e}):i[r]=o:sn(o,r,i)}return i},ln=e=>{if(!e)return"0 KB/s";const t=Math.floor(Math.log(e)/Math.log(1024));return`${(e/Math.pow(1024,t)).toFixed(0===t?0:1)} ${["Bytes/s","KB/s","MB/s","GB/s","TB/s"][t]}`},cn=e=>{if(!e)return"0 ns";if(e<1e3)return`${e.toFixed(0)} ns`;if(e<1e6){const t=e/1e3;return`${t.toFixed(t<10?2:0)} μs`}if(e<1e9){const t=e/1e6;return`${t.toFixed(t<10?2:0)} ms`}if(e<6e10){const t=e/1e9;return`${t.toFixed(t<10?2:0)} s`}if(e<36e11){const t=e/6e10;return`${t.toFixed(t<10?2:0)} m`}if(e<864e11){const t=e/36e11;return`${t.toFixed(t<10?2:0)} h`}{const t=e/864e11;return`${t.toFixed(t<10?2:0)} d`}},dn=()=>{const e=crypto.getRandomValues(new Uint8Array(16));let t=0;return"10000000-1000-4000-8000-100000000000".replace(/[018]/g,i=>{const n=e[t%16];return t++,("1"===i?n:"0"===i?63&n|128:15&n|64).toString(16)})},pn=s=>{const l=s?.toLowerCase(),c=l?.includes(ai.Samplers),d=l===ai.Attributes;return c?e:d?t:{[si.K8sAttributes]:r,[si.AddClusterInfo]:o,[si.DeleteAttributes]:n,[si.PiiMasking]:t,[si.RenameAttributes]:i,[si.ErrorSampler]:e,[si.ProbabilisticSampler]:e,[si.LatencySampler]:e,[si.ServiceNameSampler]:e,[si.SpanAttributeSampler]:e}[s]||a},un=e=>{const t=e?.filter(({status:e})=>e===Si.Error),i=e?.filter(({status:e})=>e===Si.Warning),n=e?.filter(({status:e})=>e===Ai.Disabled),o=e?.filter(({status:e})=>e===Ai.Loading),r=t.length>0,a=i.length>0,s=n.length>0;return{errors:t,hasErrors:r,warnings:i,hasWarnings:a,disableds:n,hasDisableds:s,loadings:o,hasLoadings:o.length>0,priorotizedStatus:r?Si.Error:a?Si.Warning:s?Si.Info:void 0}},hn=e=>{const t=e?.reduce((e,t)=>t.instrumented?e+1:e,0);return`${t}/${e?.length||0} instrumented`},mn=e=>({[bi.Java]:C,[bi.Go]:v,[bi.JavaScript]:w,[bi.Python]:y,[bi.DotNet]:b,[bi.CSharp]:f,[bi.CPlusPlus]:x,[bi.Php]:$,[bi.Ruby]:g,[bi.Rust]:m,[bi.Swift]:h,[bi.Elixir]:u,[bi.MySql]:p,[bi.Nginx]:d,[bi.Postgres]:c,[bi.Redis]:l,[bi.Kafka]:s,[bi.Ignored]:a,[bi.Unknown]:a,[bi.Processing]:a,[bi.NoContainers]:a,[bi.NoRunningPods]:a}[e]||a),gn=e=>e?.map(({language:e})=>mn(e))||[],$n=(e,t)=>{const i={[Fi.Alauda]:Ae,[Fi.AlibabaCloud]:Ee,[Fi.AppDynamics]:Se,[Fi.Axiom]:ke,[Fi.AzureBlob]:Ce,[Fi.AzureMonitor]:ve,[Fi.BetterStack]:we,[Fi.Bonree]:ye,[Fi.Causely]:be,[Fi.Checkly]:fe,[Fi.Chronosphere]:xe,[Fi.ClickHouse]:$e,[Fi.CloudWatch]:ge,[Fi.Coralogix]:me,[Fi.Dash0]:he,[Fi.Datadog]:ue,[Fi.Dynamic]:L,[Fi.Dynatrace]:pe,[Fi.ElasticApm]:de,[Fi.ElasticSearch]:ce,[Fi.GoogleCloud]:le,[Fi.GoogleCloudOTLP]:le,[Fi.GrafanaCloudLoki]:se,[Fi.GrafanaCloudPrometheus]:se,[Fi.GrafanaCloudTempo]:se,[Fi.Greptime]:ae,[Fi.Groundcover]:re,[Fi.Honeycomb]:oe,[Fi.HyperDX]:ne,[Fi.Instana]:ie,[Fi.Jaeger]:te,[Fi.Kafka]:s,[Fi.Kloudmate]:ee,[Fi.Last9]:Q,[Fi.Lightstep]:Z,[Fi.LogzIo]:X,[Fi.Loki]:J,[Fi.Lumigo]:Y,[Fi.Middleware]:K,[Fi.NewRelic]:H,[Fi.Observe]:G,[Fi.Odigos]:q,[Fi.OneUptime]:V,[Fi.OpenObserve]:W,[Fi.Opsverse]:U,[Fi.Oracle]:j,[Fi.OTLP]:L,[Fi.OTLPHttp]:L,[Fi.Prometheus]:P,[Fi.Qryn]:M,[Fi.QrynOss]:B,[Fi.Quickwit]:R,[Fi.S3]:_,[Fi.Seq]:z,[Fi.Signalfx]:O,[Fi.Signoz]:F,[Fi.Splunk]:O,[Fi.SplunkSapm]:O,[Fi.SplunkOtlp]:O,[Fi.SumoLogic]:N,[Fi.TelemetryHub]:I,[Fi.Tempo]:D,[Fi.Tingyun]:T,[Fi.Traceloop]:A,[Fi.Uptrace]:E,[Fi.VictoriaMetrics]:S,[Fi.VictoriaMetricsCloud]:S,[Fi.XRay]:k}[e];return i&&!t?{icon:i}:{iconSrc:`https://d15jtxgb40qetw.cloudfront.net/${e}.svg`}},xn=e=>({[wi.Namespace]:Oe,[wi.Source]:Ne,[wi.Destination]:Ie,[wi.Action]:De,[wi.InstrumentationRule]:Te}[e]),fn=e=>"ruleId"in e&&e.ruleId?e.ruleId:"id"in e&&e.id?e.id:"namespace"in e&&e.namespace&&"kind"in e&&e.kind&&"name"in e&&e.name?{namespace:e.namespace,name:e.name,kind:e.kind}:"name"in e&&e.name?e.name:void 0,bn=(e,t,i)=>{const{extended:n,prioritizeDisplayName:o}=i||{};let r="",a="";switch(t){case wi.InstrumentationRule:const t=e;r=t.type,a=t.ruleName;break;case wi.Source:const i=e;r=i.name,a=i.otelServiceName;break;case wi.Action:const n=e;r=n.type,a=n.name;break;case wi.Destination:const o=e;r=o.destinationType.displayName,a=o.name;break;case wi.Namespace:const s=e;r=s.name,a=s.name}return n?r+(a&&a!==r?` (${a})`:""):o&&a||r},yn=(e,t)=>{if(t===wi.Source){const t={namespace:"",name:"",kind:""};return e.split("&").forEach(e=>{const[i,n]=e.split("=");t[i]=n}),t}return e},wn=e=>({[Bi.CodeAttributes]:Re,[Bi.CustomInstrumentation]:_e,[Bi.HeadersCollection]:ze,[Bi.PayloadCollection]:Fe,[Bi.UnknownType]:a}[e]||a),vn=e=>{const{numberOfInstances:t,containers:i}=e;if(!i)return t&&t>0?bi.Processing:bi.NoRunningPods;const n=i?.filter(e=>e.language!==bi.Ignored);if(!n.length)return bi.NoContainers;const o=n.find(e=>e.language!==bi.Unknown);return o?o.language:bi.Unknown},Cn=(e,t,i)=>(t===wi.Source?e?.sources.find(e=>e.kind===i.kind&&e.name===i.name&&e.namespace===i.namespace):e?.destinations.find(e=>e.id===i))||{throughput:0},kn=e=>({[Gi.Logs]:Pe,[Gi.Metrics]:Me,[Gi.Traces]:Be}[e]),Sn=e=>e?{[xi.K8s]:r,[xi.Vm]:Le}[e]:q,En=e=>e?{[xi.K8s]:"Kubernetes Cluster",[xi.Vm]:"Virtual Machine"}[e]:"Unknown",An=(e,t,i)=>{const n=e[t];return n?n.flatMap(e=>{const n=e[i],o=[];return void 0!==n&&(Array.isArray(n)?o.push(...n):o.push(n)),o.push(...An(e,t,i)),o}):[]},Tn=(e,t)=>{if(t===wi.Source){let t="";return Object.entries(e).forEach(([e,i])=>{t+=`${e}=${i}&`}),t.slice(0,-1),t}return e},Dn=(e,t,i)=>{switch(t){case Si.Default:return e.v2.colors.purple[i];case Si.Info:return e.v2.colors.blue[i];case Si.Error:return e.v2.colors.red[i];case Si.Warning:return e.v2.colors.yellow[i];case Si.Success:return e.v2.colors.green[i];case Ti.Disabled:case Ti.Unknown:return e.v2.colors.silver[i];default:return e.v2.colors.white[500]}},In=e=>{switch(e){case Ui.Updating:case Wi.Pending:case Vi.ContainerCreating:case qi.Waiting:return Si.Info;case Ui.Healthy:case Wi.Succeeded:case Wi.Running:case Vi.Running:case qi.Running:return Si.Success;case Ui.Degraded:return Si.Warning;case Ui.Failed:case Wi.Failed:case Vi.Error:case Vi.CrashLoopBackOff:case Vi.CreateContainerError:case Vi.CreateContainerConfigError:case Vi.ErrImagePull:case Vi.ErrImageNeverPull:case Vi.ImagePullBackOff:case Vi.InvalidImageName:case Vi.RegistryUnavailable:case Vi.NetworkNotReady:case Vi.OOMKilled:case Vi.ContainerCannotRun:case qi.Terminated:case Vi.DeadlineExceeded:case Vi.StartError:return Si.Error;case Ui.Down:case Vi.Completed:return Ti.Disabled;case Ui.Unknown:case Wi.Unknown:default:return Ti.Unknown}},Nn=(e,t)=>({[Si.Default]:i=>q({fill:Dn(t,e,"300"),...i}),[Si.Info]:i=>Ge({fill:Dn(t,e,"400"),...i}),[Si.Error]:i=>qe({fill:Dn(t,e,"500"),...i}),[Si.Warning]:i=>Ve({fill:Dn(t,e,"500"),...i}),[Si.Success]:i=>We({fill:Dn(t,e,"500"),...i}),[Ti.Disabled]:i=>Ue({fill:Dn(t,e,"400"),...i}),[Ti.Unknown]:i=>je({fill:Dn(t,e,"300"),...i})}[e]),On=e=>{switch(e){case Ri.Success:return Si.Success;case Ri.Error:case Ri.Failure:return Si.Error;case Ri.Notice:return Si.Warning;case Ri.Unsupported:case Ri.Unknown:return Si.Info;case Ri.Irrelevant:case Ri.Disabled:return Ai.Disabled;case Ri.Waiting:return Ai.Loading;case Ri.Pending:default:return Si.Default}},Fn=(e,t)=>{const i=t.find(([t,i])=>e>=t&&(null===i||e<=i));return i?.[2]||null},zn=({namespace:e,name:t,kind:i})=>({namespace:e,name:t,kind:i});function _n(e,t){if(!e)return t;if("object"==typeof e)return e;try{return JSON.parse(e)}catch(e){return t}}const Rn=(e,t)=>{const i=[],n=JSON.parse(JSON.stringify(e));for(const e of n){const n=_n(t.fields,{}),o=e.items.findIndex(e=>e.type===t.destinationType.type);-1!==o&&i.push(...e.items[o].fields.map(e=>({...e,initialValue:n[e.name]})))}return i},Bn=(e,t)=>{const i=e=>e?.some(({healthy:e})=>e.status!==Si.Success);return e?.length?e.some(({instrumentationInstances:e})=>i(e)):i(t)??!1},Mn=e=>Array.isArray(e)?!e?.length:"object"==typeof e?!Object.keys(e||{}).length:[void 0,null,""].includes(e),Pn=e=>!!e&&(!(e.length>63)&&/^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$/.test(e)),Ln=(e,t=0)=>{const i=(new Date).getTime();return new Date(e).getTime()-i<=t},jn=e=>{const t=String(e).trim().toLowerCase();return["true","false","1","0"].includes(t)},Un=(e,t=0)=>(new Date).getTime()-new Date(e).getTime()>=t,Wn=/^(\d+\.)?(\d+\.)?(\*|\d+)$/,Vn=e=>Wn.test(e),qn=e=>e?e.replace(/([a-z0-9])([A-Z])/g,"$1 $2"):"",Gn=e=>e?.map(({status:e,type:t,reason:i,message:n,lastTransitionTime:o})=>({status:e,type:qn(t),reason:i?qn(i):"",message:n,lastTransitionTime:o}))||[],Hn=(e,t)=>{const i=_n(e.fields,{});return t.length?t.map(e=>({key:e.name,name:e.displayName||e.name,value:i[e.name]??null})).filter(e=>null!==e.value):Object.entries(i).map(([e,t])=>({key:e,name:e,value:t}))},Kn=e=>e?Object.keys(e).filter(t=>e[t]).map(e=>Xi[e]):[],Yn=e=>e?Object.keys(e).filter(t=>e[t].supported).map(e=>Xi[e]):[],Jn=e=>e.replace(/[^\d]/g,""),Xn=e=>{const t=String(e).trim().toLowerCase();return"true"===t||"1"===t},Zn=e=>{let t="";try{const i=JSON.parse(e);t=Array.isArray(i)?i.map(e=>"object"==typeof e&&null!==e?`${e.key}: ${e.value}`:e).join(", "):"object"==typeof i&&null!==i?Object.entries(i).map(([e,t])=>`${e}: ${t}`).join(", "):e}catch(i){t=e}return t},Qn=e=>{if("object"!=typeof e)return e;const t=Array.isArray(e)?[]:{};return Object.keys(e).forEach(i=>{const n=e[i];if(Array.isArray(n)){const e=n.filter(e=>null!=e&&""!==e);e.length>0&&(t[i]=e.map(e=>Qn(e)))}else if("object"==typeof n&&null!==n){const e=Qn(n);Object.keys(e).length>0&&(t[i]=e)}else[void 0,null,""].includes(n)||(t[i]=n)}),t},eo=(e,t=2)=>JSON.stringify(e||{},null,t),to=async(e=1e3)=>new Promise(t=>setTimeout(t,e)),io=e=>Object.entries(e).reduce((e,[t,i])=>(e[t]="string"==typeof i?i:JSON.stringify(i),e),{}),no=e=>{let t=e.toString().replace("v","").split("-")[0];t=t.match(/[\d.]+/)?.[0]||"";const i=t.split(".");return 1e4*parseInt(i[0]||"0",10)+parseInt(i[1]||"0",10)};var oo,ro;!function(e){e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.P="p",e.Span="span"}(oo||(oo={})),function(e){e.XXXS="xxxs",e.XXS="xxs",e.XS="xs",e.S="s",e.M="m",e.L="l",e.XL="xl",e.XXL="xxl",e.XXXL="xxxl"}(ro||(ro={}));const ao=Rt.p`
|
|
2
|
+
margin: 0;
|
|
3
|
+
color: ${({$color:e,theme:t})=>e||t.v2.colors.grey[50]};
|
|
4
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
5
|
+
font-size: ${({theme:e,$size:t})=>e.v2.text.size[t]}px;
|
|
6
|
+
font-weight: ${({$weight:e})=>e};
|
|
7
|
+
text-align: ${({$align:e})=>e};
|
|
8
|
+
text-transform: ${({$transform:e})=>e};
|
|
9
|
+
line-height: ${({theme:e,$lineHeight:t,$size:i})=>t||`${e.v2.text.size[i]+2}px`};
|
|
10
|
+
|
|
11
|
+
${({$nowrap:e})=>e&&Bt`
|
|
12
|
+
text-wrap: nowrap;
|
|
13
|
+
white-space: nowrap;
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
text-overflow: ellipsis;
|
|
16
|
+
`}
|
|
17
|
+
|
|
18
|
+
${({$underline:e})=>e&&Bt`
|
|
19
|
+
text-decoration: underline;
|
|
20
|
+
`}
|
|
21
|
+
|
|
22
|
+
${({$withClick:e})=>e&&Bt`
|
|
23
|
+
cursor: pointer;
|
|
24
|
+
&:hover {
|
|
25
|
+
text-decoration: underline;
|
|
26
|
+
}
|
|
27
|
+
`}
|
|
28
|
+
`,so=({children:e,variant:t=oo.P,color:i,size:n=ro.S,weight:o=400,align:r="left",lineHeight:a,transform:s,nowrap:l,underline:c,onClick:d,disabled:p,...u})=>{const h=e?.toString().split("\n")||[];return Ft(ao,{as:t,$color:i,$size:n,$weight:o,$align:r,$lineHeight:a,$transform:s,$nowrap:l,$underline:c,$withClick:!!d&&!p,onClick:p?void 0:d,...u,children:h.map((e,t)=>zt(ft,{children:[e,t!==h.length-1&&Ft("br",{})]},`typography-${t}-${e}`))})},lo=Rt.div`
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
justify-content: center;
|
|
32
|
+
gap: 4px;
|
|
33
|
+
min-width: ${({$minWidth:e})=>e};
|
|
34
|
+
width: fit-content;
|
|
35
|
+
padding: 4px 8px;
|
|
36
|
+
border-radius: 100px;
|
|
37
|
+
background-color: ${({$backgroundColor:e})=>e};
|
|
38
|
+
`,co=({label:e,leftIcon:t,rightIcon:i,status:n=Ti.Unknown,useSecondaryTone:o=!1,invertColors:r=!1,textSize:a,textColor:s,backgroundColor:l,minWidth:c="unset"})=>{const d=Mt(),p=n?[Ti.Disabled].includes(n)?Dn(d,n,r?"400":"700"):[Ti.Unknown].includes(n)?Dn(d,n,"600"):Dn(d,n,r?o?"400":"300":o?"700":"500"):d.v2.colors.grey[200],u=s||(r&&![Ti.Unknown].includes(n)?p:[Ti.Disabled].includes(n)?d.v2.colors.grey[400]:[Si.Error,Si.Warning,Si.Success].includes(n)?d.v2.colors.black[500]:d.v2.colors.white[500]),h=l||(r&&![Ti.Unknown].includes(n)?[Ti.Disabled].includes(n)?d.v2.colors.grey[700]:d.v2.colors.silver[600]:p);return zt(lo,{$backgroundColor:h,$minWidth:c,children:[t&&Ft(t,{fill:u,size:14}),Ft(so,{color:u,size:a||ro.XXS,nowrap:!0,children:e}),i&&Ft(i,{fill:u,size:14})]})},po=Rt.div`
|
|
39
|
+
color: ${({$color:e,theme:t})=>e||t.text.secondary};
|
|
40
|
+
font-size: ${({$size:e})=>void 0!==e?e:16}px;
|
|
41
|
+
font-weight: ${({$weight:e})=>void 0!==e?e:300};
|
|
42
|
+
text-align: ${({$align:e})=>e||"left"};
|
|
43
|
+
opacity: ${({$opacity:e})=>void 0!==e?e:1};
|
|
44
|
+
text-decoration: ${({$decoration:e})=>e||"none"};
|
|
45
|
+
text-transform: ${({$transform:e,$family:t})=>e||("secondary"===t?"uppercase":"none")};
|
|
46
|
+
font-family: ${({theme:e,$family:t="primary"})=>e.font_family[t]};
|
|
47
|
+
white-space: ${({$nowrap:e})=>e?"nowrap":"unset"};
|
|
48
|
+
text-wrap: ${({$nowrap:e})=>e?"nowrap":"unset"};
|
|
49
|
+
`,uo=e=>{const t=e.match(/<a[^>]*href="([^"]*)"[^>]*>(.*?)<\/a>/g);return t?.map(e=>{const[t,i,n]=e.split('"');return{original:e,href:i,label:n.replace("</a>","").replace(">","")}})},ho=e=>{const t=e.match(/<strong[^>]*>(.*?)<\/strong>/g);return t?.map(e=>{const t=e.replace(/<strong[^>]*>/,"").replace(/<\/strong>/,"");return{original:e,label:t}})},mo=(e,t)=>{const i=uo(e);i?.forEach((t,i)=>{e=e.replace(t.original,`LINK-${i}###`)});const n=ho(e);return n?.forEach((t,i)=>{e=e.replace(t.original,`STRONG-${i}###`)}),e.split(" ").map(e=>{if(e.includes("LINK-")){const[n,o]=e.split("###"),r=i?.[parseInt(n.replace("LINK-",""))];return zt(ft,{children:[Ft("a",{href:r?.href,target:"_blank",rel:"noreferrer",style:{color:t.colors.majestic_blue_soft},children:r?.label}),o?`${o} `:" "]},e)}if(e.includes("STRONG-")){const[t,i]=e.split("###"),o=n?.[parseInt(t.replace("STRONG-",""))];return zt(ft,{children:[Ft("strong",{style:{fontWeight:600},children:o?.label}),i?`${i} `:" "]},e)}return e+" "})},go=({children:e,color:t,size:i,weight:n,align:o,family:r,opacity:a,decoration:s,transform:l,nowrap:c,...d})=>{const p=Mt(),u=bt(()=>(e?["string","number"].includes(typeof e)?e.toString():Array.isArray(e)?e.map(e=>"object"==typeof e&&Object.hasOwn(e,"props")?e.props.children:e).filter(e=>e&&["string","number"].includes(typeof e)).join(" "):"":"").split("\n"),[e]);return Ft(po,{$color:t,$size:i,$weight:n,$align:o,$family:r,$opacity:a,$decoration:s,$transform:l,$nowrap:c,...d,children:u.length?u.map((e,t)=>zt(ft,{children:[mo(e,p),t!==u.length-1?Ft("br",{}):null]},`text-${t}-${e}`)):e})},$o=Rt.div`
|
|
50
|
+
padding: 4px 0 0 0;
|
|
51
|
+
`,xo=Rt(go)`
|
|
52
|
+
font-size: 12px;
|
|
53
|
+
color: ${({theme:e})=>e.text.error};
|
|
54
|
+
`,fo=({children:e})=>Ft($o,{children:Ft(xo,{children:e})}),bo=Rt.div`
|
|
55
|
+
position: relative;
|
|
56
|
+
width: 100%;
|
|
57
|
+
`,yo=Rt.div`
|
|
58
|
+
width: calc(100% - 16px);
|
|
59
|
+
display: flex;
|
|
60
|
+
align-items: center;
|
|
61
|
+
height: 36px;
|
|
62
|
+
gap: 8px;
|
|
63
|
+
padding-left: 12px;
|
|
64
|
+
transition: border-color 0.3s;
|
|
65
|
+
border-radius: 32px;
|
|
66
|
+
border: 1px solid ${({theme:e,$hasError:t})=>t?e.text.error:e.colors.border};
|
|
67
|
+
|
|
68
|
+
&:hover {
|
|
69
|
+
border-color: ${({theme:e,$hasError:t})=>t?e.text.error_secondary:e.colors.secondary};
|
|
70
|
+
}
|
|
71
|
+
&:focus-within {
|
|
72
|
+
border-color: ${({theme:e,$hasError:t})=>t?e.text.error_secondary:e.colors.secondary};
|
|
73
|
+
}
|
|
74
|
+
`,wo=Rt.input`
|
|
75
|
+
flex: 1;
|
|
76
|
+
border: none;
|
|
77
|
+
outline: none;
|
|
78
|
+
background: none;
|
|
79
|
+
color: ${({theme:e})=>e.text.secondary};
|
|
80
|
+
font-size: 14px;
|
|
81
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
82
|
+
font-weight: 300;
|
|
83
|
+
&::placeholder {
|
|
84
|
+
color: ${({theme:e})=>e.text.secondary};
|
|
85
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
86
|
+
opacity: 0.4;
|
|
87
|
+
font-size: 14px;
|
|
88
|
+
font-weight: 300;
|
|
89
|
+
line-height: 22px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&:disabled {
|
|
93
|
+
cursor: not-allowed;
|
|
94
|
+
}
|
|
95
|
+
`,vo=Rt.ul`
|
|
96
|
+
position: absolute;
|
|
97
|
+
max-height: 500px;
|
|
98
|
+
top: 32px;
|
|
99
|
+
border-radius: 24px;
|
|
100
|
+
width: calc(100% - 32px);
|
|
101
|
+
overflow-y: auto;
|
|
102
|
+
background-color: ${({theme:e})=>e.colors.dropdown_bg};
|
|
103
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
104
|
+
z-index: 9999;
|
|
105
|
+
padding: 12px;
|
|
106
|
+
`,Co=Rt.li`
|
|
107
|
+
width: calc(100% - 24px);
|
|
108
|
+
padding: 8px 12px;
|
|
109
|
+
cursor: ${({$isList:e})=>e?"default":"pointer"};
|
|
110
|
+
border-radius: 24px;
|
|
111
|
+
gap: 8px;
|
|
112
|
+
display: flex;
|
|
113
|
+
align-items: ${({$isList:e})=>e?"flex-start":"center"};
|
|
114
|
+
background: transparent;
|
|
115
|
+
&:hover {
|
|
116
|
+
background: ${({theme:e,$isList:t})=>!t&&e.colors.dropdown_bg_2};
|
|
117
|
+
}
|
|
118
|
+
`,ko=Rt.div`
|
|
119
|
+
width: 100%;
|
|
120
|
+
`,So=Rt.div`
|
|
121
|
+
display: flex;
|
|
122
|
+
width: 100%;
|
|
123
|
+
`,Eo=Rt.div`
|
|
124
|
+
width: 1px;
|
|
125
|
+
height: 52px;
|
|
126
|
+
background-color: ${({theme:e})=>e.colors.dropdown_bg_2};
|
|
127
|
+
position: absolute;
|
|
128
|
+
left: 33px;
|
|
129
|
+
`,Ao=Rt.div`
|
|
130
|
+
display: flex;
|
|
131
|
+
flex-direction: column;
|
|
132
|
+
gap: 4px;
|
|
133
|
+
`,To=Rt(go)`
|
|
134
|
+
flex: 1;
|
|
135
|
+
font-size: 14px;
|
|
136
|
+
`,Do=Rt(go)`
|
|
137
|
+
color: ${({theme:e})=>e.text.grey};
|
|
138
|
+
font-size: 10px;
|
|
139
|
+
line-height: 150%;
|
|
140
|
+
`,Io=Rt.ul`
|
|
141
|
+
padding-left: 0px;
|
|
142
|
+
margin: 4px 0 0 0;
|
|
143
|
+
list-style: none;
|
|
144
|
+
width: 100%;
|
|
145
|
+
`,No=(e,t)=>t?e.reduce((e,i)=>{if(i.items){const n=No(i.items,t);n.length&&e.push({...i,items:n})}else i.label.toLowerCase().includes(t.toLowerCase())&&e.push(i);return e},[]):e,Oo=({placeholder:e="Type to search...",options:t,selectedOption:i,onOptionSelect:n,defaultText:o,onTextChange:r,style:a,disabled:s,errorMessage:l,...c})=>{const[d,p]=yt(i?.label||o||""),[u,h]=yt(No(t,d)),[m,g]=yt(!1);yt(-1),wt(()=>h(No(t,d)),[t]);const $=i?.icon,x=e=>{e&&(p(e.label),r?.(e.label)),g(!e),n?.(e)};return zt(bo,{style:a,children:[zt(yo,{$hasError:!!l,children:[$&&Ft($,{}),Ft(wo,{type:"text",value:d,placeholder:e,onChange:e=>{e.stopPropagation();const i=e.target.value,n=No(t,i),o=1===n.length&&n[0].label===i?n[0]:void 0;p(i),r?.(i),h(n),x(o)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},disabled:s,onBlur:()=>!s&&g(!1),onFocus:()=>!s&&g(!0),...c})]}),m&&u.length?Ft(vo,{children:u.map(e=>Ft(Fo,{option:e,onClick:x},e.type||e.label))}):null,l&&Ft(fo,{children:l})]})},Fo=({option:e,renderIcon:t=!0,onClick:i})=>{const n=!!e.items&&e.items.length>0,o=e.icon;return zt(Co,{"data-id":`option-${e.type||e.label}`,$isList:n,onMouseDown:()=>n?null:i(e),children:[o&&t&&Ft(o,{}),zt(ko,{children:[zt(Ao,{children:[Ft(To,{children:e.label}),Ft(Do,{children:e.description})]}),n&&Ft(Io,{children:e.items?.map(e=>zt(So,{children:[Ft(Eo,{}),Ft(Fo,{option:e,renderIcon:!1,onClick:i})]},e.type||e.label))})]})]})},zo=xt(e=>({activeNodeType:null,activeNodeId:null,setActiveNodeType:t=>e({activeNodeType:t}),setActiveNodeId:t=>e({activeNodeId:t})})),_o=[{type:si.K8sAttributes,icon:pn(si.K8sAttributes),label:"Kubernetes Attributes",description:"Add dynamic k8s resource attributes to your data.",allowedSignals:[Gi.Traces,Gi.Metrics,Gi.Logs],docsEndpoint:"/pipeline/actions/attributes/k8sattributes",docsDescription:"This action adds kubernetes related resource attributes to spans, metrics data points and log records."},{type:si.AddClusterInfo,icon:pn(si.AddClusterInfo),label:"Add Cluster Info",description:"Add static cluster-scoped attributes to your data.",allowedSignals:[Gi.Traces,Gi.Metrics,Gi.Logs],docsEndpoint:"/pipeline/actions/attributes/addclusterinfo",docsDescription:"This action adds static resource attributes to spans, metrics data points and log records. It is useful to add cluster-wide attributes to all telemetry signals."},{type:si.DeleteAttributes,icon:pn(si.DeleteAttributes),label:"Delete Attribute",description:"Delete attributes from logs, metrics, and traces.",allowedSignals:[Gi.Traces,Gi.Metrics,Gi.Logs],docsEndpoint:"/pipeline/actions/attributes/deleteattribute",docsDescription:"This action will delete the specified attributes from all telemetry signals that are specified in the signals field, regardless of the source, or any other condition."},{type:si.RenameAttributes,icon:pn(si.RenameAttributes),label:"Rename Attribute",description:"Rename attributes in logs, metrics, and traces.",allowedSignals:[Gi.Traces,Gi.Metrics,Gi.Logs],docsEndpoint:"/pipeline/actions/attributes/renameattribute",docsDescription:"This action will rename the specified attributes from all telemetry signals that are specified in the signals field, regardless of the source, or any other condition."},{type:si.PiiMasking,icon:pn(si.PiiMasking),label:"PII Masking",description:"Mask PII data in your traces.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/attributes/piimasking",docsDescription:"This action processes a list of PII categories to be masked from the traces."}],Ro=[{type:si.ErrorSampler,icon:pn(ai.Samplers),label:"Error Sampler",description:"Sample errors based on percentage.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/errorsampler",docsDescription:"This action is a Global Action that supports error sampling by filtering out non-error traces."},{type:si.LatencySampler,icon:pn(ai.Samplers),label:"Latency Sampler",description:"Add latency to your traces.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/latencysampler",docsDescription:"This action is an Endpoint Action that samples traces based on their duration for a specific service and endpoint (HTTP route) filter."},{type:si.ProbabilisticSampler,icon:pn(ai.Samplers),label:"Probabilistic Sampler",description:"Sample traces based on percentage.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/probabilisticsampler",docsDescription:"This action supports probabilistic sampling based on a configured sampling percentage applied to the TraceID."},{type:si.ServiceNameSampler,icon:pn(ai.Samplers),label:"Service Name Sampler",description:"Sample traces based on the presence of specified services within a trace.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/servicenamesampler",docsDescription:"This action supports service name sampling based on the presence of specified services within a trace."},{type:si.SpanAttributeSampler,icon:pn(ai.Samplers),label:"Span Attributes Sampler",description:"Sample traces based on the presence or value of specific attributes within a trace.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/spanattributesampler",docsDescription:"This action supports service name sampling based on the presence or value of specific attributes within a trace."}],Bo=[{label:"Attributes",icon:pn(ai.Attributes),items:_o},{label:"Samplers",icon:pn(ai.Samplers),items:Ro}];var Mo;!function(e){e.EXISTS="exists",e.DETECTED="detected",e.SELF_HOSTED="self-hosted",e.MANAGED="managed"}(Mo||(Mo={}));const Po={[Mo.EXISTS]:{TITLE:"Already configured",DESCRIPTION:"These are destinations that you have already configured in other data-streams and can reuse them."},[Mo.DETECTED]:{TITLE:"Detected by system",DESCRIPTION:"Odigos found these destinations in your cluster and pre-filled their details. Review and enable them to start sending data."},[Mo.SELF_HOSTED]:{TITLE:"Self hosted",DESCRIPTION:"Full control and customization for advanced application monitoring."},[Mo.MANAGED]:{TITLE:"Managed",DESCRIPTION:"Effortless monitoring with scalable performance management."}},Lo=[{type:Bi.CodeAttributes,icon:wn(Bi.CodeAttributes),label:"Code Attributes",description:"Collect code attributes containing payload data to traces.",docsEndpoint:"/pipeline/rules/codeattributes",docsDescription:'The "Code Attributes" rule can be used to add code attributes containing payload data to traces.',supportedLanguages:[bi.Go,bi.Python]},{type:Bi.CustomInstrumentation,icon:wn(Bi.CustomInstrumentation),label:"Custom Instrumentation",description:"Define custom instrumentation for specific class and methods (i.e. for Java) or explicit symbol (i.e. for Golang).",docsEndpoint:"/pipeline/rules/custominstrumentation",docsDescription:'The "Custom Instrumentation" rule can be used to instrument a specific symbol (i.e. for Golang), or a class and method combination (i.e. for Java) for detailed tracing.',supportedLanguages:[bi.Go,bi.Java]},{type:Bi.HeadersCollection,icon:wn(Bi.HeadersCollection),label:"Headers Collection",description:"Collect span attributes containing HTTP Headers data to traces.",docsEndpoint:"/pipeline/rules/headerscollection",docsDescription:'The "Headers Collection" rule can be used to add span attributes containing HTTP Headers data to traces.',supportedLanguages:[bi.Go,bi.Java,bi.JavaScript]},{type:Bi.PayloadCollection,icon:wn(Bi.PayloadCollection),label:"Payload Collection",description:"Collect span attributes containing payload data to traces.",docsEndpoint:"/pipeline/rules/payloadcollection",docsDescription:'The "Payload Collection" rule can be used to add span attributes containing payload data to traces.',supportedLanguages:[bi.Go]}],jo=[{id:Gi.Logs,value:"Logs"},{id:Gi.Metrics,value:"Metrics"},{id:Gi.Traces,value:"Traces"}],Uo={[bi.Go]:"Go",[bi.Java]:"Java",[bi.JavaScript]:"Node.js",[bi.Python]:"Python",[bi.DotNet]:".NET",[bi.CSharp]:"C#",[bi.CPlusPlus]:"C++",[bi.Php]:"PHP",[bi.Ruby]:"Ruby",[bi.Rust]:"Rust",[bi.Swift]:"Swift",[bi.Elixir]:"Elixir",[bi.MySql]:"MySQL",[bi.Nginx]:"Nginx",[bi.Postgres]:"PostgreSQL",[bi.Redis]:"Redis",[bi.Kafka]:"Kafka",[bi.Ignored]:"Ignored",[bi.Unknown]:"Unknown",[bi.Processing]:"Processing",[bi.NoContainers]:"No Containers",[bi.NoRunningPods]:"No Running Pods"},Wo=[{id:bi.Go,value:Uo[bi.Go],icon:mn(bi.Go)},{id:bi.Java,value:Uo[bi.Java],icon:mn(bi.Java)},{id:bi.JavaScript,value:Uo[bi.JavaScript],icon:mn(bi.JavaScript)},{id:bi.Python,value:Uo[bi.Python],icon:mn(bi.Python)},{id:bi.Php,value:Uo[bi.Php],icon:mn(bi.Php)},{id:bi.Ruby,value:Uo[bi.Ruby],icon:mn(bi.Ruby)},{id:bi.Rust,value:Uo[bi.Rust],icon:mn(bi.Rust)},{id:bi.DotNet,value:Uo[bi.DotNet],icon:mn(bi.DotNet)},{id:bi.CSharp,value:Uo[bi.CSharp],icon:mn(bi.CSharp)},{id:bi.CPlusPlus,value:Uo[bi.CPlusPlus],icon:mn(bi.CPlusPlus)},{id:bi.Swift,value:Uo[bi.Swift],icon:mn(bi.Swift)},{id:bi.Elixir,value:Uo[bi.Elixir],icon:mn(bi.Elixir)}],Vo={[bi.Go]:{community:[{id:_i.GolangCommunity,value:_i.GolangCommunity,icon:mn(bi.Go)}],enterprise:[{id:_i.GolangEnterprise,value:_i.GolangEnterprise,icon:mn(bi.Go)}]},[bi.JavaScript]:{community:[{id:_i.NodejsCommunity,value:_i.NodejsCommunity,icon:mn(bi.JavaScript)}],enterprise:[{id:_i.NodejsEnterprise,value:_i.NodejsEnterprise,icon:mn(bi.JavaScript)}]},[bi.Python]:{community:[{id:_i.PythonCommunity,value:_i.PythonCommunity,icon:mn(bi.Python)}],enterprise:[{id:_i.PythonEnterprise,value:_i.PythonEnterprise,icon:mn(bi.Python)}]},[bi.Java]:{community:[{id:_i.JavaCommunity,value:_i.JavaCommunity,icon:mn(bi.Java)}],enterprise:[{id:_i.JavaEnterprise,value:_i.JavaEnterprise,icon:mn(bi.Java)},{id:_i.JavaEbpfInstrumentations,value:_i.JavaEbpfInstrumentations,icon:mn(bi.Java)}]},[bi.DotNet]:{community:[{id:_i.DotNetCommunity,value:_i.DotNetCommunity,icon:mn(bi.DotNet)}],enterprise:[{id:_i.DotNetEnterprise,value:_i.DotNetEnterprise,icon:mn(bi.DotNet)}]},[bi.Ruby]:{community:[{id:_i.RubyCommunity,value:_i.RubyCommunity,icon:mn(bi.Ruby)}],enterprise:[{id:_i.RubyEnterprise,value:_i.RubyEnterprise,icon:mn(bi.Ruby)}]},[bi.Php]:{community:[{id:_i.PhpCommunity,value:_i.PhpCommunity,icon:mn(bi.Php)}],enterprise:[]},[bi.CSharp]:{community:[],enterprise:[{id:_i.CPlusPlusEnterprise,value:_i.CPlusPlusEnterprise,icon:mn(bi.CSharp)}]},[bi.MySql]:{community:[],enterprise:[{id:_i.MySqlEnterprise,value:_i.MySqlEnterprise,icon:mn(bi.MySql)}]},[bi.CPlusPlus]:{community:[],enterprise:[]},[bi.Rust]:{community:[],enterprise:[]},[bi.Swift]:{community:[],enterprise:[]},[bi.Elixir]:{community:[],enterprise:[]},[bi.Nginx]:{community:[],enterprise:[]},[bi.Postgres]:{community:[],enterprise:[]},[bi.Redis]:{community:[],enterprise:[]},[bi.Kafka]:{community:[],enterprise:[]},[bi.Ignored]:{community:[],enterprise:[]},[bi.Unknown]:{community:[],enterprise:[]},[bi.Processing]:{community:[],enterprise:[]},[bi.NoContainers]:{community:[],enterprise:[]},[bi.NoRunningPods]:{community:[],enterprise:[]}},qo=6048e5,Go=xt()(Dt(e=>({darkMode:!0,setDarkMode:t=>e({darkMode:t})}),{name:tn.DARK_MODE,storage:"undefined"!=typeof window?It(()=>localStorage):void 0})),Ho={dataStreamsLoading:!1,dataStreams:[],selectedStreamName:""},Ko=xt(e=>({...Ho,setDataStreamsLoading:t=>e({dataStreamsLoading:t}),setDataStreams:t=>e({dataStreams:t}),addDataStreams:t=>e(e=>{const i=[...e.dataStreams,...t].map(e=>[e.name,e]);return{dataStreams:Array.from(new Map(i).values())}}),removeDataStreams:t=>e(e=>({dataStreams:e.dataStreams.filter(e=>!t.find(t=>t.name===e.name))})),setSelectedStreamName:t=>e({selectedStreamName:t}),resetDataStreamStore:()=>e(Ho)})),Yo=xt(e=>({drawerType:null,drawerEntityId:null,setDrawerType:t=>e({drawerType:t}),setDrawerEntityId:t=>e({drawerEntityId:t})})),Jo=xt(e=>({namespacesLoading:!1,namespaces:[],sourcesLoading:!1,sources:[],destinationsLoading:!1,destinations:[],actionsLoading:!1,actions:[],instrumentationRulesLoading:!1,instrumentationRules:[],setEntitiesLoading:(t,i)=>{const n=t===wi.Namespace?"namespacesLoading":t===wi.Source?"sourcesLoading":t===wi.Destination?"destinationsLoading":t===wi.Action?"actionsLoading":t===wi.InstrumentationRule?"instrumentationRulesLoading":"NONE";"NONE"!==n&&e({[n]:i})},setEntities:(t,i)=>{const n=t===wi.Namespace?"namespaces":t===wi.Source?"sources":t===wi.Destination?"destinations":t===wi.Action?"actions":t===wi.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==n&&e({[n]:i})},addEntities:(t,i)=>{const n=t===wi.Namespace?"namespaces":t===wi.Source?"sources":t===wi.Destination?"destinations":t===wi.Action?"actions":t===wi.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==n&&e(e=>{const t=[...e[n]],o=new Map;return t.forEach((e,t)=>{o.set(JSON.stringify(fn(e)),t)}),i.forEach(e=>{const i=JSON.stringify(fn(e)),n=o.get(i);void 0!==n?t[n]={...t[n],...e}:(o.set(i,t.length),t.push(e))}),{[n]:t}})},removeEntities:(t,i)=>{const n=t===wi.Namespace?"namespaces":t===wi.Source?"sources":t===wi.Destination?"destinations":t===wi.Action?"actions":t===wi.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==n&&e(e=>{const o=new Set;i.forEach(e=>{const i=t===wi.Source?JSON.stringify(fn(e)):String(e);o.add(i)});const r=e[n].filter(e=>{const i=t===wi.Source?JSON.stringify(fn(e)):String(fn(e));return!o.has(i)});return{[n]:r}})},resetEntityStore:()=>{e({namespacesLoading:!1,namespaces:[],sourcesLoading:!1,sources:[],destinationsLoading:!1,destinations:[],actionsLoading:!1,actions:[],instrumentationRulesLoading:!1,instrumentationRules:[]})}})),Xo=()=>({searchText:"",statuses:[],platformTypes:[],namespaces:[],kinds:[],monitors:[],languages:[],conditions:[],podsAgentInjectionStatus:[],errors:[],onlyErrors:!1}),Zo=xt(e=>({searchText:"",setSearchText:t=>e({searchText:t}),statuses:[],setStatuses:t=>e({statuses:t}),platformTypes:[],setPlatformTypes:t=>e({platformTypes:t}),namespaces:[],setNamespaces:t=>e({namespaces:t}),kinds:[],setKinds:t=>e({kinds:t}),monitors:[],setMonitors:t=>e({monitors:t}),languages:[],setLanguages:t=>e({languages:t}),conditions:[],setConditions:t=>e({conditions:t}),podsAgentInjectionStatus:[],setPodsAgentInjectionStatus:t=>e({podsAgentInjectionStatus:t}),errors:[],setErrors:t=>e({errors:t}),onlyErrors:!1,setOnlyErrors:t=>e({onlyErrors:t}),setAll:t=>e(t),clearAll:()=>e({searchText:"",statuses:[],platformTypes:[],namespaces:[],kinds:[],monitors:[],languages:[],conditions:[],podsAgentInjectionStatus:[],errors:[],onlyErrors:!1}),getEmptyState:Xo})),Qo=xt(e=>({currentModal:"",setCurrentModal:t=>e({currentModal:t})})),er=xt((e,t)=>({notifications:[],addNotification:i=>{const n=new Date,o=`${n.getTime().toString()}${i.target?`#${i.target}`:""}`,{notifications:r}=t();r.some(e=>e.type===i.type&&e.title===i.title&&e.message===i.message&&!e.dismissed)||e(e=>({notifications:[{...i,id:o,time:n.toISOString(),dismissed:!1,seen:!1},...e.notifications]}))},markAsDismissed:t=>{e(e=>{const i=e.notifications.findIndex(e=>e.id===t);return-1!==i&&(e.notifications[i].dismissed=!0),{notifications:e.notifications}})},markAsSeen:t=>{e(e=>{const i=e.notifications.findIndex(e=>e.id===t);return-1!==i&&(e.notifications[i].seen=!0),{notifications:e.notifications}})},removeNotification:t=>{e(e=>{const i=e.notifications.findIndex(e=>e.id===t);return-1!==i&&e.notifications.splice(i,1),{notifications:e.notifications}})},removeNotifications:t=>{t&&e(e=>({notifications:e.notifications.filter(e=>e.id.split("#")[1]!==t)}))}}));var tr;!function(e){e.Instrumenting="instrumenting",e.Uninstrumenting="uninstrumenting",e.BulkInstrumenting="bulk-instrumenting",e.BulkUninstrumenting="bulk-uninstrumenting"}(tr||(tr={}));const ir=(e,t)=>({...t?.[e]||{total:0,current:0,percentage:0}}),nr=e=>(e.total<e.current&&(e.total=e.current+1),e.percentage=Math.round(e.current/e.total*100),e),or=xt((e,t)=>({progress:{},setProgress:(i,n)=>{const o=t(),r=ir();return"number"==typeof n.total&&(r.total=n.total),"number"==typeof n.current&&(r.current=n.current),e({progress:{...o.progress,[i]:nr(r)}})},addProgress:(i,n)=>{const o=t(),r=ir(i,o.progress);return r.current+=n,e({progress:{...o.progress,[i]:nr(r)}})},resetProgress:t=>e({progress:{[t]:void 0}})})),rr=xt(e=>({selectedSources:{},setSelectedSources:t=>e({selectedSources:t}),resetSelectedState:()=>e(()=>({selectedSources:{},selectedConnection:null}))})),ar={availableSources:{},configuredSources:{},configuredFutureApps:{},configuredDestinations:[],configuredDestinationsUpdateOnly:[]},sr=(e,t)=>e.destinationType.type!==t.destinationType.type,lr=xt(e=>({...ar,setAvailableSources:t=>e({availableSources:t}),setConfiguredSources:t=>e({configuredSources:t}),setConfiguredFutureApps:t=>e({configuredFutureApps:t}),setConfiguredDestinations:t=>e({configuredDestinations:t}),addConfiguredDestination:t=>e(e=>({configuredDestinations:[...e.configuredDestinations,t]})),removeConfiguredDestination:t=>e(e=>({configuredDestinations:e.configuredDestinations.filter(e=>sr(e,t))})),setConfiguredDestinationsUpdateOnly:t=>e({configuredDestinationsUpdateOnly:t}),addConfiguredDestinationUpdateOnly:t=>e(e=>{const i=[...e.configuredDestinationsUpdateOnly,t].map(e=>[e.id,e]);return{configuredDestinationsUpdateOnly:Array.from(new Map(i).values())}}),removeConfiguredDestinationUpdateOnly:t=>e(e=>({configuredDestinationsUpdateOnly:e.configuredDestinationsUpdateOnly.filter(e=>sr(e,t))})),clearStore:()=>e(()=>({...ar}))})),cr={v2:{text:{size:{xxxs:10,xxs:12,xs:14,s:16,m:20,l:24,xl:32,xxl:40,xxxl:48}},colors:{black:{500:"#151618"},white:{500:"#FFFFFF"},purple:{100:"#E1D4FF",200:"#C3AAFF",300:"#A57FFF",400:"#8854FF",500:"#6A2AFF",600:"#5925D0",700:"#4822A2",800:"#371E73",900:"#271A45"},green:{100:"#DCFDFA",200:"#B9FBF6",300:"#96FAF1",400:"#73F8ED",500:"#50F6E8",600:"#44C9BE",700:"#399D94",800:"#2D6F6A",900:"#224340"},grey:{25:"#F6F6F6",50:"#ECECED",100:"#DADADB",150:"#B8B8B8",200:"#B4B5B7",300:"#8F9093",400:"#696B6F",500:"#44464B",600:"#3A3C40",700:"#313236",800:"#282A2E",900:"#1B1B1C"},silver:{25:"#F6F6F7",50:"#EDEDEE",100:"#DADCDE",200:"#B6B8BD",300:"#91959C",400:"#6D717B",500:"#484E5A",600:"#3E424C",700:"#34383F",750:"#2C2F36",800:"#26292F",900:"#1F2125",1e3:"#1B1C1D"},red:{100:"#FFE5E7",200:"#FFCBD0",300:"#FFB0B8",400:"#FF96A1",500:"#FF7C89",600:"#D06772",700:"#A2535B",800:"#733F44",900:"#452B2D",1e3:"#2E2022"},blue:{100:"#EBF0FA",200:"#D6E1F4",300:"#ADC3EA",400:"#84A4DF",500:"#5C86D5",600:"#3368CA",700:"#2D57A6",800:"#274782",900:"#21375E",1e3:"#1C273A"},yellow:{100:"#FFFBF1",200:"#FFF7E2",300:"#FFEFC6",400:"#FFE7A9",500:"#FFDF8D",600:"#FFD770",700:"#D0B05E",800:"#A28A4C",900:"#73633A",1e3:"#453D28"},beige:{600:"#EEC990"},pink:{600:"#F576A2"},orange:{600:"#F29142"}}},colors:{majestic_blue:"#444AD9",majestic_blue_soft:"#6C7AE8",orange_og:"#FE9239",orange_soft:"#FFB160",dark_red:"#802828",darker_red:"#611F1F",darkest_red:"#281515",darkest_red_hover:"#351515",dark_green:"#2D4323"},text:{},font_family:{primary:"Inter, sans-serif",secondary:"Kode Mono, sans-serif",code:"IBM Plex Mono, monospace"}},dr={v2:cr.v2,darkMode:!0,colors:{...cr.colors,primary:"#111111",secondary:"#F9F9F9",border:"#525252",dark_grey:"#151515",translucent_bg:"#1A1A1A",dropdown_bg:"#242424",dropdown_bg_2:"#333333",warning:"#472300",error:"#431919",success:"#172013",info:"#242424",default:"#181944"},text:{white:"#FFFFFF",primary:"#111111",secondary:"#F9F9F9",grey:"#B8B8B8",dark_grey:"#8F8F8F",darker_grey:"#7A7A7A",light_grey:"#CCD0D2",dark_button:"#0A1824",warning:"#E9CF35",warning_secondary:"#FFA349",error:"#EF7676",error_secondary:"#DB5151",success:"#81AF65",success_secondary:"#51DB51",info:"#B8B8B8",info_secondary:"#CCDDDD",default:"#AABEF7",default_secondary:"#8CBEFF"},font_family:cr.font_family},pr={v2:cr.v2,darkMode:!1,colors:{...cr.colors,primary:"#EEEEEE",secondary:"#060606",border:"#ADADAD",dark_grey:"#EAEAEA",translucent_bg:"#E5E5E5",dropdown_bg:"#DBDBDB",dropdown_bg_2:"#CCCCCC",warning:"#F6F092",error:"#FACECE",success:"#C8DEB8",info:"#E0E0E0",default:"#CAD9FB"},text:{white:"#FFFFFF",primary:"#EEEEEE",secondary:"#060606",grey:"#474747",dark_grey:"#707070",darker_grey:"#858585",light_grey:"#332F2D",dark_button:"#F5E7DB",warning:"#A56F12",warning_secondary:"#CA9416",error:"#B63A3A",error_secondary:"#DB5151",success:"#4E763A",success_secondary:"#67964C",info:"#525252",info_secondary:"#7A7A7A",default:"#444AD9",default_secondary:"#6C7AE8"},font_family:cr.font_family},ur=e=>e?dr:pr;var hr=Object.freeze({__proto__:null,baseTheme:cr,darkModeTheme:dr,getTheme:ur,lightModeTheme:pr});Nt('@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kode+Mono:wght@100;200;300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}*{animation-duration:.3s;animation-fill-mode:forwards;transition:all .3s}input{all:unset}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:all 50000s ease-in-out 0s;transition:all 50000s ease-in-out 0s}');const mr=({children:e})=>{const{darkMode:t}=Go();return Ft(Pt,{theme:ur(t),children:e})},gr={100:"FF","099":"FC","098":"FA","097":"F7","096":"F5","095":"F2","094":"F0","093":"ED","092":"EB","091":"E8","090":"E6","089":"E3","088":"E0","087":"DE","086":"DB","085":"D9","084":"D6","083":"D4","082":"D1","081":"CF","080":"CC","079":"C9","078":"C7","077":"C4","076":"C2","075":"BF","074":"BD","073":"BA","072":"B8","071":"B5","070":"B3","069":"B0","068":"AD","067":"AB","066":"A8","065":"A6","064":"A3","063":"A1","062":"9E","061":"9C","060":"99","059":"96","058":"94","057":"91","056":"8F","055":"8C","054":"8A","053":"87","052":"85","051":"82","050":"80","049":"7D","048":"7A","047":"78","046":"75","045":"73","044":"70","043":"6E","042":"6B","041":"69","040":"66","039":"63","038":"61","037":"5E","036":"5C","035":"59","034":"57","033":"54","032":"52","031":"4F","030":"4D","029":"4A","028":"47","027":"45","026":"42","025":"40","024":"3D","023":"3B","022":"38","021":"36","020":"33","019":"30","018":"2E","017":"2B","016":"29","015":"26","014":"24","013":"21","012":"1F","011":"1C","010":"1A","009":"17","008":"14","007":"12","006":"0F","005":"0D","004":"0A","003":"08","002":"05","001":"03","000":"00"};var $r=Object.freeze({__proto__:null,hex:gr});const xr={in:{left:Lt`
|
|
146
|
+
from { transform: translateX(-100%); }
|
|
147
|
+
to { transform: translateX(0); }
|
|
148
|
+
`,right:Lt`
|
|
149
|
+
from { transform: translateX(100%); }
|
|
150
|
+
to { transform: translateX(0); }
|
|
151
|
+
`,top:Lt`
|
|
152
|
+
from { transform: translateY(-100%); }
|
|
153
|
+
to { transform: translateY(0); }
|
|
154
|
+
`,bottom:Lt`
|
|
155
|
+
from { transform: translateY(100%); }
|
|
156
|
+
to { transform: translateY(0); }
|
|
157
|
+
`,center:Lt`
|
|
158
|
+
from { transform: translate(-50%, 100%); }
|
|
159
|
+
to { transform: translate(-50%, -50%); }
|
|
160
|
+
`},out:{left:Lt`
|
|
161
|
+
from { transform: translateX(0); }
|
|
162
|
+
to { transform: translateX(-100%); }
|
|
163
|
+
`,right:Lt`
|
|
164
|
+
from { transform: translateX(0); }
|
|
165
|
+
to { transform: translateX(100%); }
|
|
166
|
+
`,top:Lt`
|
|
167
|
+
from { transform: translateY(0); }
|
|
168
|
+
to { transform: translateY(-100%); }
|
|
169
|
+
`,bottom:Lt`
|
|
170
|
+
from { transform: translateY(0); }
|
|
171
|
+
to { transform: translateY(100%); }
|
|
172
|
+
`,center:Lt`
|
|
173
|
+
from { transform: translate(-50%, -50%); }
|
|
174
|
+
to { transform: translate(-50%, 100%); }
|
|
175
|
+
`}},fr={in:Lt`
|
|
176
|
+
from {
|
|
177
|
+
width: 0%;
|
|
178
|
+
}
|
|
179
|
+
to {
|
|
180
|
+
width: 100%;
|
|
181
|
+
}
|
|
182
|
+
`,out:Lt`
|
|
183
|
+
from {
|
|
184
|
+
width: 100%;
|
|
185
|
+
}
|
|
186
|
+
to {
|
|
187
|
+
width: 0%;
|
|
188
|
+
}
|
|
189
|
+
`},br=Lt`
|
|
190
|
+
0% {
|
|
191
|
+
transform: scale(1);
|
|
192
|
+
opacity: 1;
|
|
193
|
+
}
|
|
194
|
+
75%, 100% {
|
|
195
|
+
transform: scale(2);
|
|
196
|
+
opacity: 0;
|
|
197
|
+
}
|
|
198
|
+
`,yr=Lt`
|
|
199
|
+
0% {
|
|
200
|
+
background-position: -500px 0;
|
|
201
|
+
}
|
|
202
|
+
100% {
|
|
203
|
+
background-position: 500px 0;
|
|
204
|
+
}
|
|
205
|
+
`,wr={in:Lt`
|
|
206
|
+
from {
|
|
207
|
+
opacity: 0;
|
|
208
|
+
}
|
|
209
|
+
to {
|
|
210
|
+
opacity: 1;
|
|
211
|
+
}
|
|
212
|
+
`,out:Lt`
|
|
213
|
+
from {
|
|
214
|
+
opacity: 1;
|
|
215
|
+
}
|
|
216
|
+
to {
|
|
217
|
+
opacity: 0;
|
|
218
|
+
}
|
|
219
|
+
`};var vr=Object.freeze({__proto__:null,fade:wr,ping:br,progress:fr,shimmer:yr,slide:xr});const Cr=Rt.span`
|
|
220
|
+
display: flex;
|
|
221
|
+
align-items: center;
|
|
222
|
+
justify-content: center;
|
|
223
|
+
|
|
224
|
+
min-height: 16px;
|
|
225
|
+
min-width: 16px;
|
|
226
|
+
width: fit-content;
|
|
227
|
+
padding: 4px;
|
|
228
|
+
gap: 2px;
|
|
229
|
+
|
|
230
|
+
border-radius: 50px;
|
|
231
|
+
border: 1px solid ${({theme:e,$filled:t,$status:i})=>i?e.text[i]+(t?"":gr["050"]):t?"transparent":e.colors.border};
|
|
232
|
+
background-color: ${({theme:e,$filled:t,$status:i})=>t?i?e.colors[i]:e.colors.majestic_blue:"transparent"};
|
|
233
|
+
color: ${({theme:e,$filled:t,$status:i})=>t&&i?e.text.secondary:t?e.text.white:i?e.text[i]:e.text.grey};
|
|
234
|
+
font-family: ${({theme:e})=>e.font_family.secondary};
|
|
235
|
+
font-size: 12px;
|
|
236
|
+
white-space: nowrap;
|
|
237
|
+
|
|
238
|
+
${({theme:e,$filled:t,$status:i,$clickable:n})=>n&&`&:hover {\n cursor: pointer;\n background-color: ${i?e.colors[i]+gr["020"]:t?e.colors.majestic_blue_soft:e.colors.secondary+gr["020"]};\n }`}
|
|
239
|
+
`,kr=({label:e,filled:t,status:i,withIcon:n,onClick:o})=>{const r=Mt(),a=i&&n?Nn(i,r):null;return zt(Cr,{$filled:t,$status:i,$clickable:!!o,onClick:o,children:[!!a&&Ft(a,{}),e]})},Sr=Rt.div`
|
|
240
|
+
height: fit-content;
|
|
241
|
+
border: 2px solid transparent;
|
|
242
|
+
padding: 2px;
|
|
243
|
+
border-radius: 32px;
|
|
244
|
+
background-color: transparent;
|
|
245
|
+
transition: border-color 0.3s ease;
|
|
246
|
+
&:focus-within {
|
|
247
|
+
border-color: ${({theme:e})=>e.colors.secondary};
|
|
248
|
+
}
|
|
249
|
+
`,Er={primary:Bt`
|
|
250
|
+
border: 1px solid ${({theme:e})=>e.text.secondary+gr["024"]};
|
|
251
|
+
background: ${({theme:e})=>e.colors.secondary};
|
|
252
|
+
color: ${({theme:e})=>e.colors.primary};
|
|
253
|
+
&:hover {
|
|
254
|
+
background: ${({theme:e})=>e.colors.secondary+gr["080"]};
|
|
255
|
+
}
|
|
256
|
+
&:active {
|
|
257
|
+
background: ${({theme:e})=>e.text.secondary+gr["060"]};
|
|
258
|
+
}
|
|
259
|
+
`,secondary:Bt`
|
|
260
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
261
|
+
background: ${({theme:e})=>e.colors.primary};
|
|
262
|
+
color: ${({theme:e})=>e.colors.secondary};
|
|
263
|
+
&:hover {
|
|
264
|
+
border: 1px solid ${({theme:e})=>e.text.darker_grey};
|
|
265
|
+
background: ${({theme:e})=>e.colors.secondary+gr["010"]};
|
|
266
|
+
}
|
|
267
|
+
&:active {
|
|
268
|
+
border: 1px solid ${({theme:e})=>e.text.dark_grey};
|
|
269
|
+
background: ${({theme:e})=>e.colors.secondary+gr["015"]};
|
|
270
|
+
}
|
|
271
|
+
`,tertiary:Bt`
|
|
272
|
+
border-color: transparent;
|
|
273
|
+
background: transparent;
|
|
274
|
+
&:hover {
|
|
275
|
+
background: ${({theme:e})=>e.colors.dropdown_bg_2+gr["040"]};
|
|
276
|
+
}
|
|
277
|
+
&:active {
|
|
278
|
+
background: ${({theme:e})=>e.colors.dropdown_bg_2};
|
|
279
|
+
}
|
|
280
|
+
`,danger:Bt`
|
|
281
|
+
border-color: transparent;
|
|
282
|
+
background: ${({theme:e})=>e.text.error};
|
|
283
|
+
&:hover {
|
|
284
|
+
background: ${({theme:e})=>e.text.error+gr["090"]};
|
|
285
|
+
}
|
|
286
|
+
&:active {
|
|
287
|
+
background: ${({theme:e})=>e.text.error+gr["080"]};
|
|
288
|
+
}
|
|
289
|
+
`,warning:Bt`
|
|
290
|
+
border-color: transparent;
|
|
291
|
+
background: ${({theme:e})=>e.text.warning};
|
|
292
|
+
&:hover {
|
|
293
|
+
background: ${({theme:e})=>e.text.warning+gr["090"]};
|
|
294
|
+
}
|
|
295
|
+
&:active {
|
|
296
|
+
background: ${({theme:e})=>e.text.warning+gr["080"]};
|
|
297
|
+
}
|
|
298
|
+
`},Ar=Rt.button`
|
|
299
|
+
height: 36px;
|
|
300
|
+
border-radius: 32px;
|
|
301
|
+
cursor: pointer;
|
|
302
|
+
display: flex;
|
|
303
|
+
align-items: center;
|
|
304
|
+
justify-content: center;
|
|
305
|
+
gap: 8px;
|
|
306
|
+
padding: 0 12px;
|
|
307
|
+
font-family: ${({theme:e})=>e.font_family.secondary};
|
|
308
|
+
text-transform: uppercase;
|
|
309
|
+
text-decoration: underline;
|
|
310
|
+
font-weight: 600;
|
|
311
|
+
outline: none;
|
|
312
|
+
${({$variant:e})=>e&&Er[e]}
|
|
313
|
+
${({disabled:e,$variant:t})=>e&&Bt`
|
|
314
|
+
opacity: 0.5;
|
|
315
|
+
cursor: not-allowed;
|
|
316
|
+
|
|
317
|
+
${"primary"===t?Bt`
|
|
318
|
+
color: ${({theme:e})=>e.colors.secondary};
|
|
319
|
+
background: ${({theme:e})=>e.text.secondary+gr["010"]};
|
|
320
|
+
&:hover {
|
|
321
|
+
background: ${({theme:e})=>e.text.secondary+gr["015"]};
|
|
322
|
+
}
|
|
323
|
+
`:""}
|
|
324
|
+
`}
|
|
325
|
+
`,Tr=({children:e,variant:t="primary",onClick:i,...n})=>{const o=vt(null);return Ft(Sr,{$variant:t,children:Ft(Ar,{ref:o,$variant:t,onClick:e=>{i&&i(e),o.current?.blur()},...n,children:e})})},Dr=e=>{function t(){return void 0===e?{}:ii(e)}const[i,n]=yt(t()),[o,r]=yt({}),a=(e,t)=>Object.entries(e).every(([e,i])=>Array.isArray(i)?i.length===t[e].length&&i.every((i,n)=>a(i,t[e][n])):"object"==typeof i&&null!==i?a(i,t[e]):i===t[e]),s=bt(()=>void 0!==e&&!a(e,i),[e,i]);return wt(()=>{const o=t();void 0!==e&&"{}"===JSON.stringify(i)&&"{}"!==JSON.stringify(o)&&n(o)},[e,i]),{formData:i,formErrors:o,areFormValuesEqual:a,isFormDirty:s,handleFormChange:(e,t,i)=>{if(e){const i=e.toString().split(".");1===i.length?n(i=>({...i,[e]:t})):n(e=>{const n=ii(e);let o=n;for(let e=0;e<i.length-1;e++){const t=i[e];o[t]&&"object"==typeof o[t]||(o[t]={}),o=o[t]}return o[i[i.length-1]]=t,n})}else i&&n({...i})},handleErrorChange:(e,t,i)=>{e?r(i=>({...i,[e]:t})):i&&r({...i})},resetFormData:e=>{n(e||t()),r({})}}},Ir={type:"",name:"",notes:"",signals:[],disabled:!1,fields:{clusterAttributes:null,overwriteExistingValues:null,renames:null,attributeNamesToDelete:null,piiCategories:null,fallbackSamplingRatio:null,samplingPercentage:null,endpointsFilters:null,servicesNameFilters:null,attributeFilters:null}},Nr=()=>{const{addNotification:e}=er(),{formData:t,formErrors:i,handleFormChange:n,handleErrorChange:o,resetFormData:r}=Dr(Ir);return{formData:t,formErrors:i,handleFormChange:n,resetFormData:r,validateForm:i=>{const n={};let r=!0;return Object.entries(t).forEach(([e,t])=>{switch(e){case"type":case"signals":Mn(t)&&(n[e]=nn.FIELD_IS_REQUIRED)}}),r=!Object.values(n).length,!r&&i?.withAlert&&e({type:Si.Warning,title:i.alertTitle,message:nn.REQUIRED_FIELDS,hideFromHistory:!0}),o(void 0,void 0,n),r},loadFormWithDrawerItem:({type:e,signals:t,name:i,notes:o,disabled:r,fields:a})=>{const s={...ii(Ir),type:e,signals:t,name:i,notes:o,disabled:r};Object.entries(a).forEach(([e,t])=>{if(t)switch(e){case li.LabelsAttributes:case li.AnnotationsAttributes:s.fields||(s.fields={}),s.fields[e]=(i=t)&&Array.isArray(i)?i.map(e=>!e.fromSources?.length&&e.from?{...e,fromSources:[e.from]}:e):i;break;case li.CollectContainerAttributes:case li.CollectReplicaSetAttributes:case li.CollectWorkloadId:case li.CollectClusterId:case li.ClusterAttributes:case li.OverwriteExistingValues:case li.AttributeNamesToDelete:case li.Renames:case li.PiiCategories:case li.FallbackSamplingRatio:case li.SamplingPercentage:case li.EndpointsFilters:case li.ServicesNameFilters:case li.AttributeFilters:s.fields||(s.fields={}),s.fields[e]=t}var i}),n(void 0,void 0,s)}}},Or=e=>{wt(()=>{if(e){const e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}}},[e])},Fr=()=>{const{setCurrentModal:e}=Qo(),{setDrawerType:t,setDrawerEntityId:i}=Yo(),{setActiveNodeType:n,setActiveNodeId:o,activeNodeId:r}=zo();return{onClickNode:(a,s)=>{const{id:l,type:c,data:{id:d,type:p}}=s;switch(r===l?(n(null),o(null)):(n(c),o(l)),p){case wi.Source:case wi.Destination:case wi.Action:case wi.InstrumentationRule:t(p),i(d);break;case Oi.AddSource:e(wi.Source);break;case Oi.AddDestination:e(wi.Destination);break;case Oi.AddAction:e(wi.Action);break;case Oi.AddRule:e(wi.InstrumentationRule)}}}},zr=()=>{const{setDrawerType:e,setDrawerEntityId:t}=Yo(),{markAsDismissed:i,markAsSeen:n}=er();return{onClickNotification:(o,r)=>{const{id:a,crdType:s,target:l}=o,{dismissToast:c}=r||{};if(s&&l)switch(s){case wi.InstrumentationRule:e(wi.InstrumentationRule),t(yn(l,wi.InstrumentationRule));break;case wi.Source:case"InstrumentationConfig":case"InstrumentationInstance":e(wi.Source),t(yn(l,wi.Source));break;case wi.Action:e(wi.Action),t(yn(l,wi.Action));break;case wi.Destination:case"Destination":e(wi.Destination),t(yn(l,wi.Destination))}n(a),c&&i(a)}}},_r=()=>{const e=vt(null),[t,i]=yt(0),[n,o]=yt(0);return wt(()=>{const t=()=>{if(e.current){const{width:t,height:n}=e.current.getBoundingClientRect();i(t),o(n)}};return t(),window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)},[]),{containerRef:e,containerWidth:t,containerHeight:n}};var Rr;!function(e){e[e.XS=16]="XS",e[e.S=18]="S",e[e.M=24]="M",e[e.L=32]="L"}(Rr||(Rr={}));const Br=Rt.div`
|
|
326
|
+
width: ${({$size:e})=>1.5*e}px;
|
|
327
|
+
height: ${({$size:e})=>1.5*e}px;
|
|
328
|
+
display: flex;
|
|
329
|
+
align-items: center;
|
|
330
|
+
justify-content: center;
|
|
331
|
+
border-radius: 100%;
|
|
332
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
333
|
+
&:hover {
|
|
334
|
+
background: ${({theme:e})=>e.v2.colors.silver[900]};
|
|
335
|
+
}
|
|
336
|
+
`,Mr=({icon:e,size:t=Rr.S,onClick:i,disabled:n})=>Ft(Br,{$size:t,$disabled:n,onClick:e=>{i&&!n&&(e.stopPropagation(),i(e))},children:Ft(e,{size:t})}),Pr=({onDone:e}={})=>{const[t,i]=yt(!1),[n,o]=yt(-1),r=Ct(async(n,r)=>{if(!t){if(i(!0),void 0!==r&&o(r),navigator?.clipboard&&navigator.clipboard.writeText)try{await navigator.clipboard.writeText(n)}catch(e){}else{const e=document.createElement("textarea");e.value=n,document.body.appendChild(e),e.select();try{document.execCommand("copy")}catch(e){}document.body.removeChild(e)}e?.(),setTimeout(()=>{i(!1),o(-1)},1e3)}},[t,e]);return{CopyButton:Ct(({value:e,size:i})=>Ft(Mr,{icon:t?He:Ke,size:i,onClick:()=>r(e)}),[t]),isCopied:t,copiedIndex:n,clickCopy:r}},Lr=e=>{const{addNotification:t}=er(),{formData:i,handleFormChange:n,formErrors:o,handleErrorChange:r,resetFormData:a}=Dr(e);return{formData:i,formErrors:o,handleFormChange:n,resetFormData:a,validateForm:e=>{const n={};let o=!0;return i.name?Pn(i.name)?n.name=void 0:(o=!1,n.name=nn.ILLEGAL_K8S_LABEL):(o=!1,n.name=nn.FIELD_IS_REQUIRED),!o&&e?.withAlert&&t({type:Si.Warning,title:e.alertTitle,message:nn.REQUIRED_FIELDS,hideFromHistory:!0}),r(void 0,void 0,n),o},loadFormWithDrawerItem:({name:t})=>{const i={...ii(e),name:t};n(void 0,void 0,i)}}},jr={type:"",name:"",exportedSignals:{logs:!1,metrics:!1,traces:!1},fields:[],disabled:!1},Ur=e=>{const{supportedSignals:t,preLoadedFields:i}=e||{},{addNotification:n}=er(),{formData:o,formErrors:r,handleFormChange:a,handleErrorChange:s,resetFormData:l}=Dr(jr),[c,d]=yt([]),[p,u]=yt([]);return wt(()=>{var e;u(c?(e=c,e.filter(e=>!!e).map(e=>{const{name:t,componentType:i,componentProperties:n,displayName:o,initialValue:r,renderCondition:a}=e;if(i===Ci.Dropdown){const e=_n(n,{}),s=Array.isArray(e.values)?e.values.map(e=>({id:e,value:e})):Object.entries(e.values).map(([e,t])=>({id:e,value:t}));return{name:t,componentType:i,title:o,value:r,placeholder:e.placeholder||"Select an option",options:s,renderCondition:a,...e}}return{name:t,componentType:i,title:o,value:r,renderCondition:a,..._n(n,{})}})).map(e=>{if(i){const t="string"==typeof i?_n(i,{}):i;if(e.name in t)return{...e,value:t[e.name]}}return e}):[])},[c,i]),wt(()=>{if(p){const e=p.map(e=>({key:e.name,value:e.value}));a("fields",e)}},[p]),wt(()=>{if(t&&0===Kn(o.exportedSignals).length){const{logs:e,metrics:i,traces:n}=t;a("exportedSignals",{logs:e.supported,metrics:i.supported,traces:n.supported})}},[t,o.exportedSignals]),{formData:o,formErrors:r,handleFormChange:a,resetFormData:l,validateForm:e=>{const t={};let i=!0;return p.forEach(({name:e,value:n,required:o})=>{o&&!n&&(i=!1,t[e]=nn.FIELD_IS_REQUIRED)}),!i&&e?.withAlert&&n({type:Si.Warning,title:e.alertTitle,message:nn.REQUIRED_FIELDS,hideFromHistory:!0}),s(void 0,void 0,t),i},loadFormWithDrawerItem:({destinationType:{type:e},name:t,disabled:i,exportedSignals:n,fields:o})=>{const r={...ii(jr),type:e,name:t,disabled:i,exportedSignals:n,fields:Object.entries(_n(o,{})).map(([e,t])=>({key:e,value:t}))};return a(void 0,void 0,r),r},yamlFields:c,setYamlFields:d,dynamicFields:p,setDynamicFields:u}},Wr={ruleName:"",notes:"",disabled:!1,workloads:null,instrumentationLibraries:null,payloadCollection:{[ji.HttpRequest]:null,[ji.HttpResponse]:null,[ji.DbQuery]:null,[ji.Messaging]:null},codeAttributes:{[Mi.Column]:null,[Mi.FilePath]:null,[Mi.Function]:null,[Mi.LineNumber]:null,[Mi.Namespace]:null,[Mi.StackTrace]:null},headersCollection:null,customInstrumentations:{[Li.Java]:null,[Li.Golang]:null}},Vr=()=>{const{formData:e,formErrors:t,handleFormChange:i,handleErrorChange:n,resetFormData:o}=Dr(Wr);return{formData:e,formErrors:t,handleFormChange:i,resetFormData:o,validateForm:()=>(n(void 0,void 0,{}),!0),loadFormWithDrawerItem:({ruleName:e,notes:t,disabled:n,payloadCollection:o,codeAttributes:r,headersCollection:a,customInstrumentations:s})=>{const l={...ii(Wr),ruleName:e,notes:t,disabled:n};o&&(l.payloadCollection={[ji.HttpRequest]:o[ji.HttpRequest]?{}:null,[ji.HttpResponse]:o[ji.HttpResponse]?{}:null,[ji.DbQuery]:o[ji.DbQuery]?{}:null,[ji.Messaging]:o[ji.Messaging]?{}:null}),r&&(l.codeAttributes={[Mi.Column]:r[Mi.Column]||null,[Mi.FilePath]:r[Mi.FilePath]||null,[Mi.Function]:r[Mi.Function]||null,[Mi.LineNumber]:r[Mi.LineNumber]||null,[Mi.Namespace]:r[Mi.Namespace]||null,[Mi.StackTrace]:r[Mi.StackTrace]||null}),a&&(l.headersCollection=a),s&&(l.customInstrumentations={[Li.Java]:s[Li.Java]||null,[Li.Golang]:s[Li.Golang]||null}),i(void 0,void 0,l)}}},qr=({active:e,key:t,withAltKey:i,withCtrlKey:n,withShiftKey:o,withMetaKey:r},a)=>(wt(()=>{const s=s=>{e&&t===s.key&&(!i||i&&s.altKey)&&(!n||n&&s.ctrlKey)&&(!o||o&&s.shiftKey)&&(!r||r&&s.metaKey)&&(s.preventDefault(),s.stopPropagation(),a(s))};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[t,e,i,n,o,r,a]),null),Gr=(e,t)=>{wt(()=>{const i=i=>{e.current&&!e.current.contains(i.target)&&t()};return document.addEventListener("mousedown",i),document.addEventListener("touchstart",i),()=>{document.removeEventListener("mousedown",i),document.removeEventListener("touchstart",i)}},[e,t])},Hr=({defaultClientHeight:e=0,defaultClientwidth:t=0,onClickOutside:i}={})=>{const n=vt(null),[o,r]=yt(!1),[a,s]=yt({top:0,left:0});return Gr(n,()=>{o&&(r(!1),i?.())}),{popupRef:n,popupOpen:o,setPopupOpen:r,popupPosition:a,handlePosition:(i,o)=>{const{innerWidth:r,innerHeight:a}=window;let l=o,c=i;l>=a/2&&(l+=-(n.current?.clientHeight||e)),c>=r/2&&(c+=-(n.current?.clientWidth||t)),s({top:l,left:c})}}},Kr=()=>({getItemSS:(e,t)=>{const i=sessionStorage.getItem(e);return i?_n(i,t):t},setItemSS:(e,t)=>{sessionStorage.setItem(e,JSON.stringify(t))},removeItemSS:e=>{sessionStorage.removeItem(e)}}),Yr={otelServiceName:"",currentStreamName:""},Jr=()=>{const{formData:e,formErrors:t,handleFormChange:i,handleErrorChange:n,resetFormData:o}=Dr(Yr);return{formData:e,formErrors:t,handleFormChange:i,resetFormData:o,validateForm:()=>(n(void 0,void 0,{}),!0),loadFormWithDrawerItem:({otelServiceName:e,name:t})=>{const n={...ii(Yr),otelServiceName:e||t||""};i(void 0,void 0,n)}}},Xr=(e,t,i)=>{const n="boolean"==typeof i,o=!!e.dataStreamNames?.length||!!e.currentStreamName?.length,r=o&&e.dataStreamNames?.includes(t)||e.currentStreamName===t,a=(n?i:e.selected&&(!o||r))||!1;return{namespace:e.namespace,name:e.name,kind:e.kind,selected:a,numberOfInstances:e.numberOfInstances}},Zr=(e,t,i)=>({...Xr(e,t,i),currentStreamName:t}),Qr=(e,t,i)=>{const n="boolean"==typeof i,o=e.dataStreamNames?.includes(t),r=(n?i:e.selected)||!1;return{namespace:e.name,selected:!(!o&&!n)&&r,currentStreamName:t}},ea=e=>{const{fetchSingleNamespace:t}=e||{},{selectedStreamName:i}=Ko(),{namespaces:n,addEntities:o}=Jo(),r=vt(!1),{configuredSources:a,configuredFutureApps:s,availableSources:l,setAvailableSources:c}=lr(),[d,p]=yt(l),[u,h]=yt(""),[m,g]=yt(!1),[$,x]=yt([]),[f,b]=yt(""),[y,w]=yt(s),[v,C]=yt(((e,t,i)=>{const n={};return Object.entries(e).forEach(([e,t])=>{n[e]=t.map(e=>Zr(e,i))}),Object.entries(t).forEach(([e,t])=>{t.forEach(t=>{const o=n[e].findIndex(e=>e.name===t.name&&e.kind===t.kind),r=Zr(t,i);-1!==o?n[e][o]=r:n[e].push(r)})}),n})(l,a,i)),k=async(e,n)=>{if(t)if($.includes(e.name))C(t=>({...t,[e.name]:t[e.name].map(e=>({...e,selected:"boolean"==typeof n?n:e.selected,currentStreamName:i}))}));else{h(e.name);const{data:a}=await t({namespaceName:e.name});h("");const s=a?.computePlatform?.k8sActualNamespace;if(!s||!r.current)return;o(wi.Namespace,[{...s,sources:[]}]);const l=s.sources?.map(e=>Xr(e,i))||[];x(e=>[...e,s.name]),c({...lr.getState().availableSources,[s.name]:l}),p(e=>({...e,[s.name]:l})),C(e=>({...e,[s.name]:"boolean"!=typeof n&&e[s.name]?.length?e[s.name]:s.sources?.map(e=>Zr(e,i,n))||[]})),w(e=>({...e,[s.name]:Qr(s,i,n)}))}};wt(()=>(n?.length&&(p(e=>{const t={...e};return n.forEach(({name:e})=>t[e]=t[e]||[]),t}),C(e=>{const t={...e};return n.forEach(({name:e})=>t[e]=t[e]||[]),t}),w(e=>{const t={...e};return n.forEach(e=>t[e.name]=t[e.name]||Qr(e,i)),t}),r.current=!0,(async()=>{for await(const e of n){if(!r.current)break;await k(e)}})()),()=>{r.current=!1}),[n.length,i]);const[S,E]=yt(""),[A,T]=yt(wi.Source),[D,I]=yt(!1),[N,O]=yt(!1),F=bt(()=>{const e=(e,t)=>!S||A!==t||A===t&&e.toLowerCase().includes(S),t={};return Object.entries(v).filter(([t])=>e(t,wi.Namespace)).forEach(([i,n])=>{const o=n.filter(t=>e(t.name,wi.Source)&&(!D||t.selected)&&(e=>!N||(e.numberOfInstances||0)>0)(t));(!S||S&&(A===wi.Namespace||A===wi.Source&&o.length))&&(t[i]=o)}),t},[v,S,A,D,N]);return{fetchingNamespace:u,fetchedNamespaces:$,availableSources:d,filteredNamespacesAndSources:F,getApiSourcesPayload:()=>{const e={};return Object.entries(v).forEach(([t,i])=>{i.forEach(i=>{const n=d[t]?.find(e=>e.name===i.name&&e.kind===i.kind);n?.selected!==i.selected&&(e[t]||(e[t]=[]),e[t].push(i))})}),e},getApiFutureAppsPayload:()=>{const e={};return Object.entries(y).forEach(([t,o])=>{const r=n?.find(e=>e.name===t);(o.selected&&!r?.dataStreamNames?.includes(i)||!o.selected&&r?.dataStreamNames?.includes(i))&&(e[t]=o)}),e},selectedNamespace:f,onSelectNamespace:(e,t)=>{const i=n.find(t=>t.name===e);if(i){const n="boolean"==typeof t;b(t=>t!==e||n?e:""),k(i,t),n&&g(!1)}},selectedAllNamespaces:m,onSelectAllNamespaces:e=>{g(e),n.forEach(t=>k(t,e))},selectedSources:v,onSelectSource:(e,t)=>{const n=t||f;if(!n)return;const o=[...v[n]||[]],r=o.findIndex(({name:t,kind:i})=>t===e.name&&i===e.kind);if(-1!==r){const e={...o[r],selected:!o[r].selected,currentStreamName:i};o[r]=e}else o.push({...e,selected:!0,currentStreamName:i});C(e=>({...e,[n]:o})),g(!1)},selectedFutureApps:y,onSelectFutureApps:(e,t)=>{const o=t||f;if(!o)return;const r=n.find(e=>e.name===t);r&&w(t=>({...t,[o]:Qr(r,i,e)}))},searchText:S,setSearchText:E,searchBy:A,setSearchBy:T,showSelectedOnly:D,setShowSelectedOnly:I,showRunningOnly:N,setShowRunningOnly:O}};try{Tt.addDefaultLocale(Ot)}catch(e){}const ta=()=>{const e=vt(new Tt(Ot.locale));return{formatTimeAgo:Ct(t=>{try{return"string"==typeof t&&(t=t.replace("t","T").replace("z","Z")),e.current.format(new Date(t))}catch(e){return"-"}},[])}},ia=Rt.div`
|
|
337
|
+
flex: 1;
|
|
338
|
+
align-self: stretch;
|
|
339
|
+
display: flex;
|
|
340
|
+
flex-direction: column;
|
|
341
|
+
gap: 24px;
|
|
342
|
+
padding: 24px 24px 0 24px;
|
|
343
|
+
overflow-x: scroll;
|
|
344
|
+
`,na=Rt.div`
|
|
345
|
+
position: relative;
|
|
346
|
+
|
|
347
|
+
// inherit all the properties of the parent (PageContent)
|
|
348
|
+
flex: inherit;
|
|
349
|
+
align-self: inherit;
|
|
350
|
+
display: inherit;
|
|
351
|
+
flex-direction: inherit;
|
|
352
|
+
gap: inherit;
|
|
353
|
+
overflow-x: inherit;
|
|
354
|
+
`,oa=Rt.div`
|
|
355
|
+
display: flex;
|
|
356
|
+
flex-direction: row;
|
|
357
|
+
flex-wrap: ${({$wrap:e="unset"})=>e};
|
|
358
|
+
align-items: ${({$alignItems:e="center"})=>e};
|
|
359
|
+
justify-content: ${({$justifyContent:e="unset"})=>e};
|
|
360
|
+
gap: ${({$gap:e=2})=>e}px;
|
|
361
|
+
width: ${({$width:e})=>e||"unset"};
|
|
362
|
+
height: ${({$height:e})=>e||"unset"};
|
|
363
|
+
margin: ${({$margin:e="unset"})=>e};
|
|
364
|
+
padding: ${({$padding:e="unset"})=>e};
|
|
365
|
+
`,ra=Rt.div`
|
|
366
|
+
display: flex;
|
|
367
|
+
flex-direction: column;
|
|
368
|
+
flex-wrap: ${({$wrap:e="unset"})=>e};
|
|
369
|
+
align-items: ${({$alignItems:e="unset"})=>e};
|
|
370
|
+
justify-content: ${({$justifyContent:e="unset"})=>e};
|
|
371
|
+
gap: ${({$gap:e=2})=>e}px;
|
|
372
|
+
width: ${({$width:e})=>e||"unset"};
|
|
373
|
+
height: ${({$height:e})=>e||"unset"};
|
|
374
|
+
margin: ${({$margin:e="unset"})=>e};
|
|
375
|
+
padding: ${({$padding:e="unset"})=>e};
|
|
376
|
+
`,aa=Rt(ra)`
|
|
377
|
+
width: ${({$width:e})=>e||"100%"};
|
|
378
|
+
height: ${({$height:e})=>e||"unset"};
|
|
379
|
+
padding: ${({$padding:e})=>e||"unset"};
|
|
380
|
+
align-items: center;
|
|
381
|
+
justify-content: center;
|
|
382
|
+
`,sa=Rt.div`
|
|
383
|
+
display: flex;
|
|
384
|
+
flex-direction: column;
|
|
385
|
+
padding: 12px;
|
|
386
|
+
overflow-y: scroll;
|
|
387
|
+
`,la=Rt.div`
|
|
388
|
+
position: ${({$relativeToParent:e})=>e?"absolute":"fixed"};
|
|
389
|
+
top: 0;
|
|
390
|
+
left: 0;
|
|
391
|
+
right: 0;
|
|
392
|
+
bottom: 0;
|
|
393
|
+
z-index: 1000;
|
|
394
|
+
background: rgba(0, 0, 0, 0.6);
|
|
395
|
+
backdrop-filter: blur(2px);
|
|
396
|
+
`,ca=Rt.div`
|
|
397
|
+
width: 800px;
|
|
398
|
+
min-height: ${({$minHeight:e})=>e||"unset"};
|
|
399
|
+
height: ${({$isNotModal:e})=>e?"fit-content":"calc(100vh - 350px)"};
|
|
400
|
+
margin: ${({$isNotModal:e})=>e?"64px 0 0 0":"64px 7vw 32px 7vw"};
|
|
401
|
+
padding: 0 2px;
|
|
402
|
+
overflow-y: scroll;
|
|
403
|
+
`,da=Rt(ra)`
|
|
404
|
+
max-width: ${({$maxWidth:e})=>e||"unset"};
|
|
405
|
+
width: 100%;
|
|
406
|
+
`,pa=Rt(oa)`
|
|
407
|
+
gap: 16px;
|
|
408
|
+
padding: 16px;
|
|
409
|
+
`,ua=Rt.div`
|
|
410
|
+
width: 100%;
|
|
411
|
+
max-height: ${({$maxHeight:e})=>e||"unset"};
|
|
412
|
+
overflow-y: auto;
|
|
413
|
+
`,ha=Rt.div`
|
|
414
|
+
width: ${({$width:e})=>e||"unset"};
|
|
415
|
+
height: ${({$height:e})=>e||"unset"};
|
|
416
|
+
`,ma=Rt.div`
|
|
417
|
+
position: fixed;
|
|
418
|
+
top: 50%;
|
|
419
|
+
left: 50%;
|
|
420
|
+
transform: translate(-50%, -50%);
|
|
421
|
+
z-index: 1000;
|
|
422
|
+
width: fit-content;
|
|
423
|
+
background: ${({theme:e})=>e.colors.translucent_bg};
|
|
424
|
+
border: ${({theme:e})=>`1px solid ${e.colors.border}`};
|
|
425
|
+
border-radius: 40px;
|
|
426
|
+
box-shadow: ${({theme:e})=>{const t=e.colors.primary+gr["010"];return`0px 1px 1px 0px ${t}, 0px 2px 2px 0px ${t}, 0px 5px 5px 0px ${t}, 0px 10px 10px 0px ${t}, 0px 0px 8px 0px ${t}`}};
|
|
427
|
+
animation-name: ${xr.in.center};
|
|
428
|
+
`,ga=Rt.div`
|
|
429
|
+
display: flex;
|
|
430
|
+
justify-content: space-between;
|
|
431
|
+
align-items: center;
|
|
432
|
+
height: 80px;
|
|
433
|
+
border-bottom: 1px solid ${({theme:e})=>e.colors.border};
|
|
434
|
+
padding: 0 24px;
|
|
435
|
+
`,$a=Rt.div`
|
|
436
|
+
cursor: pointer;
|
|
437
|
+
display: flex;
|
|
438
|
+
align-items: center;
|
|
439
|
+
gap: 8px;
|
|
440
|
+
`,xa=Rt.div`
|
|
441
|
+
display: flex;
|
|
442
|
+
align-items: center;
|
|
443
|
+
gap: 8px;
|
|
444
|
+
`,fa=Rt(aa)`
|
|
445
|
+
min-width: 350px;
|
|
446
|
+
min-height: 150px;
|
|
447
|
+
`,ba=Rt.div`
|
|
448
|
+
position: absolute;
|
|
449
|
+
left: 50%;
|
|
450
|
+
transform: translateX(-50%);
|
|
451
|
+
display: flex;
|
|
452
|
+
align-items: center;
|
|
453
|
+
justify-content: center;
|
|
454
|
+
width: 100%;
|
|
455
|
+
pointer-events: none;
|
|
456
|
+
`,ya=Rt(go)`
|
|
457
|
+
text-transform: uppercase;
|
|
458
|
+
font-family: ${({theme:e})=>e.font_family.secondary};
|
|
459
|
+
pointer-events: auto;
|
|
460
|
+
`,wa=Rt(go)`
|
|
461
|
+
text-transform: uppercase;
|
|
462
|
+
font-weight: 500;
|
|
463
|
+
font-size: 14px;
|
|
464
|
+
font-family: ${({theme:e})=>e.font_family.secondary};
|
|
465
|
+
text-decoration: underline;
|
|
466
|
+
cursor: pointer;
|
|
467
|
+
`,va=({isOpen:e,noOverlay:t,header:i,actionComponent:n,onClose:o,children:r,closeOnEscape:a=!0})=>(qr({key:"Escape",active:e&&a},()=>o()),Or(e),e?qt.createPortal(zt(_t,{children:[Ft(la,{hidden:!e,onClick:o,style:{opacity:t?0:1}}),zt(ma,{"data-id":"modal"+(i?`-${i.title.replaceAll(" ","-")}`:""),children:[i&&zt(ga,{children:[zt($a,{onClick:o,children:[Ft(Ye,{}),Ft(wa,{children:"Cancel"})]}),Ft(ba,{children:Ft(ya,{children:i.title})}),Ft(xa,{children:n})]}),Ft(fa,{children:r})]})]}),document.body):null),Ca=Rt.div`
|
|
468
|
+
width: ${({$orientation:e,$thickness:t,$length:i})=>"vertical"===e?`${t}px`:i||"100%"};
|
|
469
|
+
height: ${({$orientation:e,$thickness:t,$length:i})=>"horizontal"===e?`${t}px`:i||"100%"};
|
|
470
|
+
margin: ${({$orientation:e,$margin:t})=>t||("horizontal"===e?"8px 0":"0 8px")};
|
|
471
|
+
background-color: ${({$type:e,theme:t})=>(e?t.text[e]:t.colors.border)+gr["050"]};
|
|
472
|
+
opacity: ${({$opacity:e})=>e||1};
|
|
473
|
+
`,ka=({orientation:e="horizontal",type:t,thickness:i=1,length:n,margin:o,opacity:r})=>Ft(Ca,{$orientation:e,$type:t,$thickness:i,$length:n,$margin:o,$opacity:r}),Sa=Rt.div`
|
|
474
|
+
position: absolute;
|
|
475
|
+
${({$top:e})=>void 0!==e&&`top: ${e}px;`}
|
|
476
|
+
${({$bottom:e})=>void 0!==e&&`bottom: ${e}px;`}
|
|
477
|
+
${({$left:e})=>void 0!==e&&`left: ${e}px;`}
|
|
478
|
+
${({$right:e})=>void 0!==e&&`right: ${e}px;`}
|
|
479
|
+
z-index: 9999;
|
|
480
|
+
|
|
481
|
+
background-color: ${({theme:e})=>e.colors.info};
|
|
482
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
483
|
+
border-radius: ${({$borderRadius:e})=>void 0!==e?e:"24px"};
|
|
484
|
+
max-width: ${({$maxWidth:e})=>void 0!==e?e:"unset"};
|
|
485
|
+
width: ${({$width:e})=>void 0!==e?e:"unset"};
|
|
486
|
+
|
|
487
|
+
${({$asPortal:e,$withPointerEvents:t})=>e&&!t&&"pointer-events: none;"}
|
|
488
|
+
`,Ea=Rt.div`
|
|
489
|
+
padding: ${({$padding:e})=>void 0!==e?e:"12px"};
|
|
490
|
+
border-bottom: 1px solid ${({theme:e})=>e.colors.border};
|
|
491
|
+
`,Aa=Rt.div`
|
|
492
|
+
padding: ${({$padding:e})=>void 0!==e?e:"12px"};
|
|
493
|
+
`,Ta=Rt.div`
|
|
494
|
+
padding: ${({$padding:e})=>void 0!==e?e:"12px"};
|
|
495
|
+
border-top: 1px solid ${({theme:e})=>e.colors.border};
|
|
496
|
+
`,Da=kt(({isOpen:e,asPortal:t,...i},n)=>{const o=bt(()=>{const{children:e,top:o,bottom:r,left:a,right:s,borderRadius:l,padding:c,maxWidth:d,width:p,header:u,footer:h,withPointerEvents:m,...g}=i;return zt(Sa,{ref:n,$top:o,$bottom:r,$left:a,$right:s,$borderRadius:l,$padding:c,$maxWidth:d,$width:p,$asPortal:t,$withPointerEvents:m,...g,children:[u&&Ft(Ea,{$padding:c,children:u}),Ft(Aa,{$padding:c,children:e}),h&&Ft(Ta,{$padding:c,children:h})]})},[n,i,t]);return e?t?qt.createPortal(o,document.body):o:null});Da.displayName=Da.name;const Ia=Rt.div`
|
|
497
|
+
width: fit-content;
|
|
498
|
+
position: relative;
|
|
499
|
+
display: flex;
|
|
500
|
+
align-items: center;
|
|
501
|
+
gap: 4px;
|
|
502
|
+
cursor: help;
|
|
503
|
+
`,Na=Rt(go)`
|
|
504
|
+
word-break: break-word;
|
|
505
|
+
white-space: pre-wrap;
|
|
506
|
+
`,Oa=({withIcon:e,titleIcon:t,title:i,text:n,timestamp:o,children:r})=>{const a=Mt(),{popupRef:s,popupOpen:l,setPopupOpen:c,popupPosition:d,handlePosition:p}=Hr({defaultClientHeight:40,defaultClientwidth:Math.min(7.5*(n?.length||0),300)}),u=bt(()=>!!uo(n||"")?.length,[n]),h=e=>{const{type:t,clientX:i,clientY:n}=e;u?p(d.left||i,d.top||n):p(i,n),c("mouseleave"!==t)};return n?zt(Ia,{onMouseEnter:h,onMouseMove:h,onMouseLeave:h,children:[r,e&&Ft(je,{fill:a.v2.colors.silver[200]}),zt(Da,{ref:s,isOpen:l,top:d.top,left:d.left,asPortal:!0,withPointerEvents:u,onMouseEnter:u?h:void 0,maxWidth:"270px",borderRadius:"16px",padding:"8px 12px",children:[(!!t||!!i)&&zt(oa,{style:{marginBottom:"4px"},$gap:4,children:[t&&Ft(t,{size:12,fill:a.text.secondary},"icon"),i&&Ft(go,{size:12,color:a.text.secondary,children:i},"title")]}),Ft(Na,{size:12,color:a.text.info,children:n}),!!o&&Ft(go,{size:10,color:a.text.darker_grey,family:"secondary",style:{marginTop:"8px"},children:new Date(o).toLocaleString()})]})]}):Ft(_t,{children:r})},Fa=Rt.button`
|
|
507
|
+
position: relative;
|
|
508
|
+
width: ${({$size:e})=>e}px;
|
|
509
|
+
height: ${({$size:e})=>e}px;
|
|
510
|
+
border: ${({theme:e,$withBorder:t})=>t?`1px solid ${e.colors.border}`:"none"};
|
|
511
|
+
border-radius: 100%;
|
|
512
|
+
background-color: ${({$backgroundColor:e})=>e||"transparent"};
|
|
513
|
+
display: flex;
|
|
514
|
+
align-items: center;
|
|
515
|
+
justify-content: center;
|
|
516
|
+
cursor: pointer;
|
|
517
|
+
&:hover {
|
|
518
|
+
background-color: ${({theme:e,$backgroundColor:t})=>t?t+gr["070"]:e.colors.dropdown_bg_2};
|
|
519
|
+
}
|
|
520
|
+
`,za=Rt.div`
|
|
521
|
+
position: absolute;
|
|
522
|
+
top: ${({$size:e})=>e/5}px;
|
|
523
|
+
right: ${({$size:e})=>e/5}px;
|
|
524
|
+
width: 6px;
|
|
525
|
+
height: 6px;
|
|
526
|
+
border-radius: 100%;
|
|
527
|
+
background-color: ${({theme:e,$color:t})=>t||e.colors.secondary};
|
|
528
|
+
|
|
529
|
+
&::after {
|
|
530
|
+
content: '';
|
|
531
|
+
position: absolute;
|
|
532
|
+
inset: 0;
|
|
533
|
+
border-radius: 100%;
|
|
534
|
+
background-color: ${({theme:e,$color:t})=>t||e.colors.secondary};
|
|
535
|
+
animation: ${br} 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
|
|
536
|
+
}
|
|
537
|
+
`,_a=({children:e,onClick:t,tooltip:i,size:n=36,withPing:o,pingColor:r,withBorder:a,backgroundColor:s,...l})=>Ft(Oa,{text:i,children:zt(Fa,{$size:n,$withBorder:a,$backgroundColor:s,onClick:t,...l,children:[o&&Ft(za,{$size:n,$color:r}),e]})}),Ra=Rt.div`
|
|
538
|
+
position: relative;
|
|
539
|
+
&.animated {
|
|
540
|
+
overflow: hidden;
|
|
541
|
+
padding-bottom: 1px;
|
|
542
|
+
border-radius: 32px;
|
|
543
|
+
animation: ${({$isLeaving:e})=>e?xr.out.bottom:xr.in.bottom} ${({$duration:e})=>e/10}ms forwards;
|
|
544
|
+
}
|
|
545
|
+
`,Ba=Rt.div`
|
|
546
|
+
position: absolute;
|
|
547
|
+
bottom: -1px;
|
|
548
|
+
left: 0;
|
|
549
|
+
z-index: -1;
|
|
550
|
+
width: 100%;
|
|
551
|
+
height: 100%;
|
|
552
|
+
border-radius: 32px;
|
|
553
|
+
background-color: ${({$type:e,theme:t})=>t.text[e]};
|
|
554
|
+
animation: ${fr.out} ${({$duration:e})=>""+(e-e/10)}ms forwards;
|
|
555
|
+
`,Ma=Rt.div`
|
|
556
|
+
display: flex;
|
|
557
|
+
align-items: center;
|
|
558
|
+
flex: 1;
|
|
559
|
+
gap: 8px;
|
|
560
|
+
padding: 0 12px;
|
|
561
|
+
border-radius: 32px;
|
|
562
|
+
background-color: ${({$type:e,theme:t})=>t.colors[e]};
|
|
563
|
+
`,Pa=Rt.div`
|
|
564
|
+
display: flex;
|
|
565
|
+
align-items: center;
|
|
566
|
+
margin: 0 auto 0 0;
|
|
567
|
+
padding: 8px 0;
|
|
568
|
+
max-width: ${({$withAction:e,$overrideMaxWidth:t})=>t||(e?"400px":"500px")};
|
|
569
|
+
min-height: 12px;
|
|
570
|
+
`,La=Rt(go)`
|
|
571
|
+
font-size: 14px;
|
|
572
|
+
color: ${({$type:e,theme:t})=>t.text[e]};
|
|
573
|
+
`,ja=Rt(go)`
|
|
574
|
+
color: ${({$type:e,theme:t})=>t.text[e]};
|
|
575
|
+
font-size: 12px;
|
|
576
|
+
`,Ua=Rt(oa)``,Wa=Rt(go)`
|
|
577
|
+
text-transform: uppercase;
|
|
578
|
+
text-decoration: underline;
|
|
579
|
+
font-size: 12px;
|
|
580
|
+
font-family: ${({theme:e})=>e.font_family.secondary};
|
|
581
|
+
white-space: nowrap;
|
|
582
|
+
cursor: pointer;
|
|
583
|
+
&:hover {
|
|
584
|
+
transform: scale(1.1);
|
|
585
|
+
transition: transform 0.3s;
|
|
586
|
+
}
|
|
587
|
+
`,Va=({type:e,icon:t,title:i,message:n,action:o,onClose:r,duration:a=5e3,overrideMaxWidth:s,style:l})=>{const c=Mt(),[d,p]=yt(!1),u=vt(null),h=vt(null),m=e=>{r&&(p(!0),r({asSeen:e?.asSeen}))};wt(()=>(u.current=setTimeout(()=>m({asSeen:!1}),a),()=>{u.current&&clearTimeout(u.current)}),[a]);const g=t||Nn(e,c);return zt(Ra,{className:r?"animated":"",$duration:a,$isLeaving:d,onMouseEnter:()=>{u.current&&clearTimeout(u.current),h.current&&(h.current.style.animationPlayState="paused")},onMouseLeave:()=>{if(h.current){const e=h.current.offsetWidth/h.current.parentElement.offsetWidth*a;u.current=setTimeout(()=>m({asSeen:!1}),e),h.current.style.animationPlayState="running"}},children:[zt(Ma,{"data-id":"toast",$type:e,style:l,children:[Ft(g,{fill:c.text[e]}),zt(Pa,{$withAction:!!o,$overrideMaxWidth:s,children:[i&&Ft(La,{$type:e,children:i}),i&&n&&Ft(ka,{orientation:"vertical",type:e}),n&&Ft(ja,{$type:e,children:n})]}),(!!o||!!r)&&zt(Ua,{children:[o&&Ft(Wa,{"data-id":"toast-action",onClick:o.onClick,children:o.label}),r&&Ft(_a,{"data-id":"toast-close",onClick:()=>m({asSeen:!0}),children:Ft(Ye,{size:12})})]})]}),r&&Ft(Ba,{ref:h,$duration:a,$type:e})]})},qa=Rt.div`
|
|
588
|
+
padding: 24px 32px;
|
|
589
|
+
`,Ga=Rt.div`
|
|
590
|
+
padding: ${({$withNote:e})=>e?"12px 0px":"12px 0px 32px 0"};
|
|
591
|
+
`,Ha=Rt(go)`
|
|
592
|
+
font-size: 20px;
|
|
593
|
+
line-height: 28px;
|
|
594
|
+
`,Ka=Rt(go)`
|
|
595
|
+
color: ${({theme:e})=>e.text.grey};
|
|
596
|
+
width: 416px;
|
|
597
|
+
font-style: normal;
|
|
598
|
+
font-weight: 300;
|
|
599
|
+
line-height: 24px;
|
|
600
|
+
`,Ya=Rt.div`
|
|
601
|
+
display: flex;
|
|
602
|
+
justify-content: space-between;
|
|
603
|
+
gap: 12px;
|
|
604
|
+
`,Ja=Rt(Tr)`
|
|
605
|
+
width: 250px;
|
|
606
|
+
`,Xa=Rt.div`
|
|
607
|
+
margin-bottom: 12px;
|
|
608
|
+
`,Za=({isOpen:e,noOverlay:t,title:i="",description:n="",note:o,approveButton:r,denyButton:a,closeOnEscape:s=!0})=>{qr({key:"Enter",active:e&&s},()=>r.onClick());const l=()=>a.onClick();return Ft(va,{isOpen:e,noOverlay:t,onClose:l,children:zt(qa,{children:[Ft(Ha,{children:i}),Ft(Ga,{$withNote:!!o,children:Ft(Ka,{children:n})}),!!o&&Ft(Xa,{children:Ft(Va,{type:o.type,title:o.title,message:o.message})}),zt(Ya,{children:[Ft(Ja,{"data-id":"approve",variant:r.variant||"primary",onClick:()=>r.onClick(),children:r.text}),Ft(Ja,{"data-id":"deny",variant:a.variant||"secondary",onClick:l,children:a.text})]})]})})},Qa=({isOpen:e,noOverlay:t,name:i,onApprove:n,onDeny:o})=>Ft(Za,{isOpen:e,noOverlay:t,title:"Cancel"+(i?` ${i}`:""),description:"Are you sure you want to cancel?",approveButton:{text:"Confirm",variant:Si.Warning,onClick:n},denyButton:{text:"Go Back",onClick:o}}),es=Rt.div`
|
|
609
|
+
display: flex;
|
|
610
|
+
align-items: center;
|
|
611
|
+
gap: 8px;
|
|
612
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
613
|
+
opacity: ${({$disabled:e})=>e?.6:1};
|
|
614
|
+
`,ts=Rt.div`
|
|
615
|
+
width: 18px;
|
|
616
|
+
height: 18px;
|
|
617
|
+
border-radius: 6px;
|
|
618
|
+
border: 1px dashed ${({$isChecked:e,$isPartiallyChecked:t,theme:i})=>e||t?"transparent":i.colors.secondary};
|
|
619
|
+
display: flex;
|
|
620
|
+
align-items: center;
|
|
621
|
+
justify-content: center;
|
|
622
|
+
background-color: ${({$isChecked:e,$isPartiallyChecked:t,theme:i})=>e?i.colors.majestic_blue:t?i.colors.majestic_blue_soft:i.colors.secondary+gr["020"]};
|
|
623
|
+
pointer-events: ${({$disabled:e})=>e?"none":"auto"};
|
|
624
|
+
transition: border 0.3s;
|
|
625
|
+
&:hover {
|
|
626
|
+
border: 1px solid ${({theme:e})=>e.colors.secondary};
|
|
627
|
+
}
|
|
628
|
+
`,is=({title:e,titleColor:t,tooltip:i,value:n=!1,partiallyChecked:o=!1,onChange:r,disabled:a,style:s,errorMessage:l,allowPropagation:c=!1})=>{const d=Mt(),[p,u]=yt(n);return wt(()=>u(n),[n]),zt(ra,{children:[zt(es,{"data-id":"checkbox"+(e?`-${e}`:""),$disabled:a,onClick:e=>{a||(c||e.stopPropagation(),r?r(!!o||!p):u(e=>!!o||!e))},style:s,children:[Ft(ts,{$isChecked:p,$isPartiallyChecked:o,$disabled:a,children:o?Ft(Je,{fill:d.text.white}):p?Ft(He,{fill:d.text.white}):null}),e&&Ft(Oa,{text:i,withIcon:!0,children:Ft(go,{size:12,color:t||d.text.grey,style:{maxWidth:"90%"},children:e})})]}),!!l&&Ft(fo,{children:l})]})},ns=Rt(oa)`
|
|
629
|
+
gap: 0;
|
|
630
|
+
`,os=Rt.button`
|
|
631
|
+
padding: 4px 8px;
|
|
632
|
+
background-color: ${({theme:e,$selected:t})=>t?e.colors.dropdown_bg_2:"transparent"};
|
|
633
|
+
border-radius: ${({$position:e})=>"left"===e?"32px 0px 0px 32px":"right"===e?"0px 32px 32px 0px":"0"};
|
|
634
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
635
|
+
display: flex;
|
|
636
|
+
align-items: center;
|
|
637
|
+
justify-content: center;
|
|
638
|
+
cursor: pointer;
|
|
639
|
+
&:hover {
|
|
640
|
+
border: 1px solid ${({theme:e})=>e.colors.secondary};
|
|
641
|
+
}
|
|
642
|
+
`,rs=({isPrettyMode:e,setIsPrettyMode:t})=>zt(ns,{children:[Ft(os,{$position:"left",$selected:e,onClick:()=>t(!0),children:Ft(Xe,{})}),Ft(os,{$position:"right",$selected:!e,onClick:()=>t(!1),children:Ft(Ze,{})})]}),as=Rt.table`
|
|
643
|
+
border-collapse: collapse;
|
|
644
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
645
|
+
`,ss=Rt.tbody``,ls=Rt.tr`
|
|
646
|
+
td:first-child {
|
|
647
|
+
padding-left: 0 !important;
|
|
648
|
+
}
|
|
649
|
+
td:last-child {
|
|
650
|
+
padding-right: 0 !important;
|
|
651
|
+
}
|
|
652
|
+
`,cs=Rt.td`
|
|
653
|
+
vertical-align: top;
|
|
654
|
+
padding: 4px 6px;
|
|
655
|
+
`,ds=Rt(go)`
|
|
656
|
+
white-space: nowrap;
|
|
657
|
+
`,ps=Rt.span`
|
|
658
|
+
white-space: ${({$noWrap:e})=>e?"nowrap":"pre-wrap"};
|
|
659
|
+
overflow-wrap: break-word;
|
|
660
|
+
word-break: break-word;
|
|
661
|
+
word-wrap: break-word;
|
|
662
|
+
/* Fallback for older browsers */
|
|
663
|
+
-ms-word-break: break-all;
|
|
664
|
+
font-size: 12px;
|
|
665
|
+
`,us=({language:e,code:t,theme:i,flatten:n,pretty:o})=>{const{darkMode:r}=Mt(),a=i?Kt[i]:r?Kt.palenight:Kt.vsLight;let s="";if("json"===e){const e=_n(t,{}),i=Qn(e);s=eo(n?sn(i):i)}else s=t;return o&&"json"===e?Ft(hs,{darkMode:r,str:s}):Ft(Ht,{theme:a||(r?Kt.palenight:Kt.vsLight),language:e,code:s,children:({getLineProps:e,getTokenProps:t,tokens:i})=>Ft("pre",{children:i.map((i,n)=>Ft("div",{...e({line:i}),children:i.map((e,i)=>Ft(ps,{...t({token:e})},`line-${n}-token-${i}`))},`line-${n}`))})})},hs=({darkMode:e,str:t})=>{const i=Mt(),n=(e,t)=>{const n=new Array(e).fill(e=>zt(ls,{...e,children:[Ft(cs,{}),Ft(cs,{})]}));return Ft(ft,{children:n.map((e,n)=>Ft(e,{style:0===n?{borderBottom:`1px solid ${i.colors.border}`}:{}},`empty-row-${t}-${n}`))})};return Ft(Ht,{theme:e?Kt.palenight:Kt.vsLight,language:"json",code:t,children:({getLineProps:e,getTokenProps:t,tokens:o})=>Ft(as,{children:Ft(ss,{children:o.map((o,r)=>{const a=(e=>{const t=["punctuation","plain","operator"];return e.filter(e=>!t.includes(e.types[0])).map(({types:e,content:t})=>{const i=[...e],n=["property","string"].includes(i[0])?t.replace(/"/g,""):t;return"string"===i[0]&&(["true","false"].includes(n.split("@")[0])&&(i[0]="boolean"),n.split("@")[0].match(/^[0-9]+$/)&&(i[0]="number")),{types:i,content:n}})})(o),s=e({line:a});return 1===a.length&&"property"===a[0].types[0]?zt(ft,{children:[n(2,r),zt(ls,{...s,children:[Ft(cs,{children:Ft(ds,{children:a[0].content})}),Ft(cs,{})]})]},`line-${r}`):2===a.length?Ft(ls,{...s,children:a.map((e,n)=>{const{text:o,components:a}=((e,t)=>{const[i,...n]=e.split("@");return{text:i,components:n?.map((e,i)=>{if(!e.includes("="))return null;const[n,o]=e.split("=");switch(n){case"tooltip":return Ft(Oa,{withIcon:!0,text:o},`${n}-${o}-${i}`);case"status":if("none"===o)return Ft("div",{style:{width:16,height:16}},`${n}-${o}-${i}`);let e=Nn(o,t);return e||(e=Nn(Si.Warning,t)),Ft(e,{},`${n}-${o}-${i}`);default:return null}})?.filter(e=>!!e)||[]}})(e.content,i),s=0===n;return Ft(cs,{children:zt(oa,{children:[Ft(oa,{children:a}),Ft(ps,{$noWrap:s,...t({token:e}),children:o})]})},`line-${r}-token-${n}`)})},`line-${r}`):(a.length,null)})})})})},ms={cm:!0,mm:!0,in:!0,px:!0,pt:!0,pc:!0,em:!0,ex:!0,ch:!0,rem:!0,vw:!0,vh:!0,vmin:!0,vmax:!0,"%":!0};function gs(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const i=(e.match(/^[0-9.]*/)||"").toString();t=i.includes(".")?parseFloat(i):parseInt(i,10);const n=(e.match(/[^0-9]*$/)||"").toString();return ms[n]?{value:t,unit:n}:{value:t,unit:"px"}}function $s(e){const t=gs(e);return`${t.value}${t.unit}`}const xs=(()=>{const e="react-spinners-FadeLoader-fade";if("undefined"==typeof window||!window.document)return e;const t=document.createElement("style");document.head.appendChild(t);const i=t.sheet,n=`\n @keyframes ${e} {\n 50% {opacity: 0.3} 100% {opacity: 1}\n }\n `;return i&&i.insertRule(n,0),e})(),fs=({loading:e=!0,color:t,scale:i=1,speedMultiplier:n=1,cssOverride:o={},style:r={},...a})=>{const s=Mt(),l=t||s.text.secondary;if(!e)return null;const{value:c}=gs(2),d=c+4.2,p=d/2+d/5.5,u=4*d*i,h={position:"relative",width:`${u}px`,height:`${u}px`,scale:i,...r,...o},m=(e,t)=>({position:"absolute",width:$s(1.5),height:$s(4),borderRadius:$s(2),backgroundColor:l,transition:"2s",animationFillMode:"both",animation:`${xs} ${1.2/n}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return zt("span",{style:h,...a,children:[Ft("span",{style:{...m(1,0),top:`calc(50% + ${d}px)`,left:"50%"}}),Ft("span",{style:{...m(2,-45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${p}px)`}}),Ft("span",{style:{...m(3,90),top:"50%",left:`calc(50% + ${d}px)`}}),Ft("span",{style:{...m(4,45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${p}px)`}}),Ft("span",{style:{...m(5,0),top:`calc(50% + ${-1*d}px)`,left:"50%"}}),Ft("span",{style:{...m(6,-45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${-1*p}px)`}}),Ft("span",{style:{...m(7,90),top:"50%",left:`calc(50% + ${-1*d}px)`}}),Ft("span",{style:{...m(8,45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${-1*p}px)`}})]})},bs=Rt.div`
|
|
666
|
+
margin: ${({$align:e})=>"right"===e?"auto 6px auto auto":"left"===e?"auto auto auto 6px":"auto"};
|
|
667
|
+
display: flex;
|
|
668
|
+
align-items: center;
|
|
669
|
+
justify-content: center;
|
|
670
|
+
`,ys=({extend:e,size:t=14,align:i="center"})=>Ft(bs,{$align:i,children:Ft(Qe,{size:t,rotate:e?180:0})}),ws=Rt.div`
|
|
671
|
+
border-radius: 24px;
|
|
672
|
+
background-color: ${({theme:e,$status:t})=>t===Si.Error?e.text.error+gr["010"]:t===Si.Warning?e.text.warning+gr["010"]:e.colors.secondary+gr["005"]};
|
|
673
|
+
&:hover {
|
|
674
|
+
background-color: ${({theme:e,$status:t})=>t===Si.Error?e.text.error+gr["020"]:t===Si.Warning?e.text.warning+gr["020"]:e.colors.secondary+gr["010"]};
|
|
675
|
+
}
|
|
676
|
+
cursor: pointer;
|
|
677
|
+
transition: background 0.3s;
|
|
678
|
+
`,vs=Rt.div`
|
|
679
|
+
display: flex;
|
|
680
|
+
align-items: center;
|
|
681
|
+
gap: 12px;
|
|
682
|
+
padding: 12px 18px;
|
|
683
|
+
`,Cs=Rt.div`
|
|
684
|
+
display: flex;
|
|
685
|
+
flex-direction: column;
|
|
686
|
+
gap: 8px;
|
|
687
|
+
padding: 6px 18px 12px 18px;
|
|
688
|
+
`,ks=Rt.div`
|
|
689
|
+
display: flex;
|
|
690
|
+
align-items: center;
|
|
691
|
+
gap: 12px;
|
|
692
|
+
`,Ss=Rt(go)`
|
|
693
|
+
white-space: nowrap;
|
|
694
|
+
`,Es=Rt(ra)`
|
|
695
|
+
width: 16px;
|
|
696
|
+
`,As=({conditions:e,headerLabelError:t="Something Failed",headerLabelWarning:i="Something isn't right",headerLabelSuccess:n="Everything Successful"})=>{const o=Mt(),[r,a]=yt(!1),s=bt(()=>Gn(e),[e]),{errors:l,hasErrors:c,warnings:d,hasWarnings:p,hasDisableds:u,hasLoadings:h}=bt(()=>un(s),[s]);wt(()=>{a(c||p||u||h)},[c,p,u,h]);const m=(!s.length||h)&&!c&&!p&&!u,g=c?Si.Error:p?Si.Warning:u?Si.Info:Si.Success,$=Nn(g,o),x=c?t:p||u?i:m?"Loading...":n,f=c?o.text.error:p?o.text.warning:o.text.info,b=`(${c?l.length:p?d.length:s.length}/${s.length})`,y=c?o.text.error_secondary:p?o.text.warning_secondary:o.text.info_secondary,w=Ct(()=>a(e=>!e),[]);return zt(ws,{onClick:w,$status:g,children:[zt(vs,{children:[Ft(m?fs:$,{}),Ft(go,{color:f,size:14,children:x}),Ft(go,{color:y,size:12,family:"secondary",children:b}),Ft(ys,{extend:r,align:"right"})]}),r&&Ft(Cs,{children:s.map(({status:e,type:t,reason:i,message:n,lastTransitionTime:r},a)=>{const s=e===Ai.Loading?()=>Ft(fs,{scale:.8}):e===Ai.Disabled?Nn(Si.Info,o):Nn(e,o),l=e===Ai.Disabled?o.text.info:e===Si.Error?o.text.error:e===Si.Warning?o.text.warning:o.text.info,c=e===Ai.Disabled?o.text.info_secondary:e===Si.Error?o.text.error_secondary:e===Si.Warning?o.text.warning_secondary:o.text.info_secondary;return zt(ks,{children:[Ft(Es,{children:Ft(s,{})}),zt(oa,{$gap:12,style:{width:"100%",justifyContent:"space-between"},children:[zt(go,{color:l,size:12,children:[Ft(Ss,{color:c,size:12,weight:700,children:t}),n||i]}),Ft(Ss,{color:l,size:12,children:new Date(r).toLocaleString()})]})]},`condition-${a}`)})})]})},Ts=Rt.div`
|
|
697
|
+
display: flex;
|
|
698
|
+
align-items: center;
|
|
699
|
+
gap: ${({$size:e})=>e/3}px;
|
|
700
|
+
padding: ${({$size:e,$withBorder:t,$withBackground:i})=>t||i?`${e/(t?3:2)}px ${e/(t?1.5:1)}px`:"0"};
|
|
701
|
+
width: ${({$width:e})=>e||"fit-content"};
|
|
702
|
+
border-radius: 360px;
|
|
703
|
+
border: ${({$withBorder:e,$status:t,theme:i})=>e?`1px solid ${i.text[t]+gr["050"]}`:"none"};
|
|
704
|
+
background: ${({$withBackground:e,$status:t,theme:i})=>e?`linear-gradient(90deg, transparent 0%, ${i.text[t]+gr["030"]} 100%)`:"transparent"};
|
|
705
|
+
`,Ds=Rt.div`
|
|
706
|
+
display: flex;
|
|
707
|
+
align-items: center;
|
|
708
|
+
`,Is=Rt.div`
|
|
709
|
+
display: flex;
|
|
710
|
+
align-items: center;
|
|
711
|
+
`,Ns=({title:e,subtitle:t,status:i=Si.Default,forceIcon:n,withIcon:o,withBorder:r,withBackground:a,width:s,size:l=12,family:c="secondary",nowrap:d=!1})=>{const p=Mt(),u=[Ai.Loading,Ai.Disabled].includes(i)?Si.Info:i,h=n?()=>Ft(n,{size:l+2,fill:p.text[u]}):i===Ai.Loading?()=>Ft(fs,{scale:.8}):()=>Nn(u,p)?.({size:l+2});return zt(Ts,{$status:u,$width:s,$size:l,$withIcon:o,$withBorder:r,$withBackground:a,children:[o&&Ft(Ds,{children:Ft(h,{})}),(!!e||!!t)&&zt(Is,{children:[!!e&&Ft(go,{size:l,family:c,color:p.text[u],nowrap:d,children:e}),!!e&&!!t&&Ft(ka,{orientation:"vertical",length:l-2+"px",type:u}),!!t&&Ft(go,{size:l-2,family:c,color:p.text[`${u}_secondary`],nowrap:d,children:t})]})]})},Os=({label:e,onClick:t,variant:i="tertiary",textProps:n,...o})=>{const r=Mt();return zt(Tr,{onClick:t,variant:i,...o,children:[Ft(et,{fill:"primary"===i?r.text.primary:r.text.info}),Ft(go,{size:14,family:"secondary",decoration:"underline",color:"primary"===i?r.text.primary:void 0,...n,children:e||rn.ADD})]})},Fs=Rt(oa)`
|
|
712
|
+
width: 100%;
|
|
713
|
+
border-radius: 8px;
|
|
714
|
+
background-color: ${({theme:e})=>e.colors.secondary+gr["010"]};
|
|
715
|
+
pre {
|
|
716
|
+
color: ${({theme:e})=>e.text.default};
|
|
717
|
+
font-size: 12px;
|
|
718
|
+
overflow-x: auto;
|
|
719
|
+
width: 100%;
|
|
720
|
+
padding-left: 12px;
|
|
721
|
+
}
|
|
722
|
+
`,zs=({value:e,callbackCopyDone:t})=>{const{clickCopy:i,isCopied:n}=Pr();return zt(Fs,{children:[Ft("pre",{children:e}),Ft(_a,{onClick:n=>{n.stopPropagation(),i(e),t?.()},tooltip:n?"Copied!":"Copy",children:Ft(n?He:Ke,{})})]})},_s=({label:e,onClick:t,variant:i="tertiary",...n})=>{const o=Mt();return zt(Tr,{onClick:t,variant:i,...n,children:[Ft(tt,{fill:"primary"===i?o.text.primary:o.text.info}),Ft(go,{size:14,family:"secondary",decoration:"underline",color:"primary"===i?o.text.primary:void 0,children:e||rn.EDIT})]})},Rs=({onClick:e})=>Ft(Va,{type:Si.Default,icon:Ge,message:on.QUICK_BACK_TO_SUMMARY,action:{label:on.GO_TO_SUMMARY,onClick:e}}),Bs=Rt(go)`
|
|
723
|
+
max-width: ${({$maxWidth:e})=>e?`${e}px`:"unset"};
|
|
724
|
+
white-space: nowrap;
|
|
725
|
+
overflow-x: auto;
|
|
726
|
+
|
|
727
|
+
&::after {
|
|
728
|
+
// This is to prevent the "browser default tooltip" from appearing when the title is too long
|
|
729
|
+
content: '';
|
|
730
|
+
display: block;
|
|
731
|
+
}
|
|
732
|
+
`,Ms=({maxWidth:e,text:t,textSize:i=16,textColor:n})=>{const[o,r]=yt(!1),a=vt(null);return wt(()=>{if(a.current){const{clientWidth:t}=a.current;r(t<1.05*(e-i)&&t>.95*(e-i))}},[e,i,t]),zt(oa,{$gap:0,children:[t&&Ft(Oa,{text:o?t:void 0,children:Ft(Bs,{ref:a,$maxWidth:e-i,size:i,color:n,children:t})}),o&&Ft(Bs,{$maxWidth:i,size:i,color:n,children:"..."})]})},Ps=({src:e="",alt:t="",size:i=16})=>{const[n,o]=yt(!1);return e&&!n?Ft("img",{src:e,alt:t,width:i,height:i,onError:()=>o(!0)}):Ft(a,{size:i})},Ls=Rt.div`
|
|
733
|
+
display: flex;
|
|
734
|
+
align-items: center;
|
|
735
|
+
justify-content: center;
|
|
736
|
+
width: ${({$size:e})=>e}px;
|
|
737
|
+
height: ${({$size:e})=>e}px;
|
|
738
|
+
border-radius: 8px;
|
|
739
|
+
background: ${({$status:e,theme:t})=>{const i=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${i} 0%, ${i+gr["030"]} 100%)`}};
|
|
740
|
+
`,js=({icon:e,src:t="",alt:i="",status:n,size:o=36})=>Ft(Ls,{$status:n,$size:o,children:t?Ft(Ps,{src:t,alt:i,size:o-12}):Ft(e||a,{size:o-12})}),Us=Rt.div`
|
|
741
|
+
position: relative;
|
|
742
|
+
display: flex;
|
|
743
|
+
flex-wrap: wrap;
|
|
744
|
+
align-items: center;
|
|
745
|
+
justify-content: center;
|
|
746
|
+
width: ${({$size:e})=>e}px;
|
|
747
|
+
height: ${({$size:e})=>e}px;
|
|
748
|
+
`,Ws=Rt.div`
|
|
749
|
+
position: absolute;
|
|
750
|
+
top: ${({$top:e})=>e}px;
|
|
751
|
+
left: ${({$left:e})=>e}px;
|
|
752
|
+
z-index: ${({$zIndex:e})=>e};
|
|
753
|
+
display: flex;
|
|
754
|
+
align-items: center;
|
|
755
|
+
justify-content: center;
|
|
756
|
+
width: ${({$size:e})=>e}px;
|
|
757
|
+
height: ${({$size:e})=>e}px;
|
|
758
|
+
border-radius: 100%;
|
|
759
|
+
border: 1px solid ${({theme:e,$status:t})=>(t?e.text[t]:e.colors.border)+gr["030"]};
|
|
760
|
+
background: ${({$status:e,theme:t})=>{const i=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${i} 0%, ${i+gr["030"]} 100%)`}};
|
|
761
|
+
`,Vs=({icons:e=[],iconSrcs:t=[],status:i,size:n=36,id:o})=>{const r=Mt(),a=1===e.length||1===t.length?n-12:n/2.7;if(t.length>0)return Ft(Vs,{icons:t.map(e=>()=>Ft(Ps,{src:e,size:a})),status:i,size:n,id:o});if(1===e.length)return Ft(js,{icon:e[0],status:i,size:n});const s=t=>e.length<=2?.5*a:0===t||1===t?0:1.15*a,l=e=>0===e?0:1===e?1.15*a:1.15*a*.5;return Ft(Us,{$status:i,$size:n,children:e.map((t,n)=>n>2?null:Ft(Ws,{$status:i,$size:1.5*a,$top:s(n),$left:l(n),$zIndex:n+1,children:2===n&&e.length>3?zt(go,{family:"secondary",color:r.text.dark_grey,size:.8*a,children:["+",e.length-2]}):Ft(t,{size:a})},`icon-${o}-${n}`))})},qs=jo.map(({id:e})=>e),Gs=({monitors:e=qs,withTooltips:t,withLabels:i,size:n=12,color:o})=>{const r=Mt(),a=o||r.text.grey;return Ft(oa,{$gap:i?n:n/2,children:e.map(e=>{const o=Zt(e.toLowerCase()),r=kn(e);return r?Ft(Oa,{text:t?o:"",children:zt(oa,{$gap:n/3,children:[Ft(r,{size:i?n+2:n,fill:a}),i&&Ft(go,{size:n,color:a,children:o})]})},e):null})})},Hs=Rt.div`
|
|
762
|
+
visibility: hidden;
|
|
763
|
+
`,Ks=Rt.div`
|
|
764
|
+
display: flex;
|
|
765
|
+
flex-direction: column;
|
|
766
|
+
align-self: stretch;
|
|
767
|
+
padding: 16px;
|
|
768
|
+
width: calc(100% - 32px);
|
|
769
|
+
border-radius: 16px;
|
|
770
|
+
background-color: ${({theme:e,$status:t,$bgColor:i})=>i||(t?e.text[t]+gr["010"]:e.colors.secondary+gr["005"])};
|
|
771
|
+
opacity: ${({$faded:e})=>e?.5:1};
|
|
772
|
+
|
|
773
|
+
${({theme:e,$status:t,$bgColorHover:i,$withClick:n})=>n?Bt`
|
|
774
|
+
&:hover {
|
|
775
|
+
cursor: pointer;
|
|
776
|
+
background-color: ${i||(t?e.text[t]+gr["020"]:e.colors.secondary+gr["010"])};
|
|
777
|
+
${Hs} {
|
|
778
|
+
visibility: visible;
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
`:`\n &:hover {\n ${Hs} {\n visibility: visible;\n }\n }\n `}
|
|
782
|
+
`,Ys=Rt.div`
|
|
783
|
+
display: flex;
|
|
784
|
+
align-items: center;
|
|
785
|
+
gap: 8px;
|
|
786
|
+
margin-left: auto;
|
|
787
|
+
`,Js=Rt(go)`
|
|
788
|
+
margin-right: 16px;
|
|
789
|
+
`,Xs=Rt(go)`
|
|
790
|
+
font-size: 10px;
|
|
791
|
+
color: ${({theme:e})=>e.text.grey};
|
|
792
|
+
`,Zs=({title:e,subTitle:t,hoverText:i,onClick:n,renderActions:o,iconProps:{icon:r,icons:a,iconSrc:s,iconSrcs:l}={},visualProps:{status:c,faded:d,bgColor:p,bgColorHover:u,monitors:h,monitorsWithLabels:m,componentsUnderTitles:g}={},checkboxProps:{withCheckbox:$,isCheckboxDisabled:x,isChecked:f,isLoading:b,onCheckboxChange:y}={},extendableProps:{withExtend:w,isExtended:v,renderExtended:C}={},...k})=>{const S=Mt(),[E,A]=yt(v||!1),[T,D]=yt(0),I=vt(null),N=vt(null),O=vt(null);return wt(()=>{if(I.current){const e=I.current.clientWidth,t=N.current?.clientWidth||0;D(e-(($?125:85)+t))}},[$]),zt(Ks,{ref:I,$status:c,$faded:d,$bgColor:p,$bgColorHover:u,$withClick:!!n,onClick:n,...k,children:[zt(oa,{$gap:8,children:[zt(oa,{$gap:16,children:[b?Ft(fs,{}):$?Ft(is,{value:f,onChange:y,disabled:x}):null,a?.length||l?.length?Ft(Vs,{icons:a,iconSrcs:l,status:c,id:`${e}-${t}`}):r||s?Ft(js,{icon:r,src:s,status:c}):null]}),zt(ra,{$gap:4,children:[e&&Ft(Ms,{maxWidth:T,text:e,textSize:14}),zt(oa,{$gap:4,children:[t&&Ft(Ms,{maxWidth:T-(O.current?.clientWidth||0),text:t,textSize:10,textColor:S.text.grey}),h&&h.length>0&&zt(oa,{$gap:4,ref:O,children:[t&&Ft(Xs,{children:"•"}),Ft(Gs,{monitors:h,withLabels:m,size:10})]})]}),g&&g.length>0?Ft(oa,{$gap:4,children:g?.map((e,t)=>Ft(ft,{children:e},`componentsUnderTitles-${t}`))}):null]}),zt(Ys,{ref:N,children:[!!i&&Ft(Hs,{children:Ft(Js,{size:14,family:"secondary",children:i})}),o&&o(),w&&zt(ft,{children:[Ft(ka,{orientation:"vertical",length:"16px",margin:"0 2px"}),Ft(_a,{onClick:()=>A(e=>!e),children:Ft(ys,{extend:E})})]})]})]}),E&&C&&zt(ra,{children:[Ft(ka,{margin:"16px 0"}),C()]})]})},Qs=Rt(oa)`
|
|
793
|
+
width: 100%;
|
|
794
|
+
justify-content: space-between;
|
|
795
|
+
`,el=Rt(go)`
|
|
796
|
+
font-size: 12px;
|
|
797
|
+
color: ${({theme:e})=>e.text.grey};
|
|
798
|
+
`,tl=Rt(go)`
|
|
799
|
+
font-size: 10px;
|
|
800
|
+
color: ${({theme:e})=>e.text.darker_grey};
|
|
801
|
+
`,il=Rt.div`
|
|
802
|
+
display: flex;
|
|
803
|
+
align-items: center;
|
|
804
|
+
gap: 8px;
|
|
805
|
+
margin-left: auto;
|
|
806
|
+
`,nl=Rt(go)`
|
|
807
|
+
font-size: 12px;
|
|
808
|
+
text-align: right;
|
|
809
|
+
`,ol=({title:e,subTitle:t,tooltip:i,value:n})=>zt(Qs,{children:[Ft(ra,{$gap:4,children:zt(Oa,{text:i||"",children:[e&&Ft(el,{children:e},"title"),t&&Ft(tl,{children:t},"subtitle")]})}),Ft(il,{children:n?.status?Ft(Ns,{status:"transitioning"===n.status?Ai.Loading:n.status,title:n.text||n.status,withBorder:!0,withIcon:!0}):Ft(nl,{children:n?.text||"-"})})]}),rl=Rt(ra)`
|
|
810
|
+
width: 100%;
|
|
811
|
+
`,al=({containerName:e,actualDevices:t,started:i,ready:n,instrumentationInstances:o})=>{const r=bt(()=>{const e=[];return i?.name&&e.push(Ft(Ns,{status:jn(i.value)?Xn(i.value)?Si.Success:Si.Error:Si.Default,title:i.name,withIcon:!0,withBorder:!0,size:8},"started")),n?.name&&e.push(Ft(Ns,{status:jn(n.value)?Xn(n.value)?Si.Success:Si.Error:Si.Default,title:n.name,withIcon:!0,withBorder:!0,size:8},"ready")),e},[i?.name,i?.value,n?.name,n?.value]);return Ft(Zs,{title:e.value,subTitle:o.length?`${o.length} Instrumented Processes`:void 0,visualProps:{componentsUnderTitles:r},renderActions:()=>Ft(Ns,{status:Si.Info,title:"Instrumentation Device",subtitle:t.value&&"[]"!==t.value?t.value:"none",withBorder:!0}),extendableProps:{isExtended:!!o.length,renderExtended:()=>Ft(rl,{$gap:24,children:o.map((e,t)=>zt(rl,{$gap:8,children:[Ft(ol,{title:`Instrumented Process #${t+1}`,subTitle:e.message?.value||"",value:{status:e.healthy.status,text:e.healthy.status===Si.Success?"healthy":"unhealthy"}}),e.identifyingAttributes?.map(({name:e,value:t})=>Ft(ol,{title:e,subTitle:"",value:{text:t,status:void 0}},`describe-${e}-${t}`))]},`process-${t}`))})}})},sl=({title:e="Data not found",subTitle:t})=>{const i=Mt().v2.colors.grey[400];return zt(aa,{children:[zt(oa,{$gap:8,children:[Ft(it,{fill:i}),Ft(so,{size:ro.XS,color:i,align:"center",children:e})]}),t&&Ft(so,{size:ro.XXS,color:i,align:"center",children:t})]})},ll=Rt(ra)`
|
|
812
|
+
max-width: 300px;
|
|
813
|
+
padding: 12px;
|
|
814
|
+
border-radius: 12px;
|
|
815
|
+
background-color: ${({theme:e})=>e.colors.dropdown_bg};
|
|
816
|
+
justify-content: center;
|
|
817
|
+
`,cl=St(({id:e,data:t})=>{const{title:i,subTitle:n}=t;return Ft(ll,{"data-id":e,children:Ft(sl,{title:i,subTitle:n})})});cl.displayName=cl.name;const dl=Rt.div`
|
|
818
|
+
padding: 6px;
|
|
819
|
+
border-radius: 12px;
|
|
820
|
+
background-color: ${({theme:e})=>e.colors.dropdown_bg};
|
|
821
|
+
cursor: pointer;
|
|
822
|
+
`,pl=Rt.div`
|
|
823
|
+
position: relative;
|
|
824
|
+
`,ul=Rt(oa)`
|
|
825
|
+
position: absolute;
|
|
826
|
+
bottom: -24px;
|
|
827
|
+
left: 50%;
|
|
828
|
+
transform: translateX(-50%);
|
|
829
|
+
gap: 4px;
|
|
830
|
+
`,hl=Rt.div`
|
|
831
|
+
position: absolute;
|
|
832
|
+
bottom: 100%;
|
|
833
|
+
left: 100%;
|
|
834
|
+
width: 300px;
|
|
835
|
+
padding: 12px;
|
|
836
|
+
border-radius: 16px;
|
|
837
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
838
|
+
background-color: ${({theme:e})=>e.colors.dropdown_bg};
|
|
839
|
+
`,ml=({title:e,value:t})=>{const i=Mt();return zt(oa,{$justifyContent:"space-between",children:[Ft(go,{size:12,color:i.text.info,children:e}),Ft(go,{size:12,family:"secondary",children:t})]})},gl=St(({id:e,data:t})=>{const{id:i,status:n,title:o,icons:r,serviceMapEntry:a}=t,{activeNodeType:s,activeNodeId:l}=zo(),c=Mt(),d=n===Si.Error?Nn(n,c):null;return zt(_t,{children:[Ft(jt,{type:"source",position:Ut.Bottom,style:{visibility:"hidden"}}),Ft(jt,{type:"target",position:Ut.Top,style:{visibility:"hidden"}}),zt(pl,{"data-id":e,children:[Ft(dl,{children:Ft(Vs,{id:i,icons:r,status:n})}),zt(ul,{children:[d&&Ft(d,{}),Ft(Ms,{maxWidth:100,text:o})]}),s===Ii.MapItem&&l===e&&zt(hl,{children:[zt(oa,{$gap:12,children:[Ft(Vs,{id:i,icons:r,status:n}),Ft(go,{size:20,children:o})]}),a&&a.services.length>0?a.services.map(({serviceName:e,requests:t,dateTime:n})=>zt("div",{children:[Ft(ka,{}),Ft(ml,{title:"Connected Service",value:e}),Ft(ml,{title:"Outgoing Requests",value:t}),Ft(ml,{title:"Last Requested At",value:new Date(n).toLocaleString()})]},`from-${i}-to-${e}`)):zt(_t,{children:[Ft(ka,{}),Ft(sl,{title:"No outgoing connections",subTitle:" "})]})]})]})]})});gl.displayName=gl.name;const $l=Rt.div`
|
|
840
|
+
height: calc(100vh - 160px);
|
|
841
|
+
.react-flow__attribution {
|
|
842
|
+
visibility: hidden;
|
|
843
|
+
}
|
|
844
|
+
`,xl=Rt.div`
|
|
845
|
+
button {
|
|
846
|
+
padding: 8px;
|
|
847
|
+
margin: 8px;
|
|
848
|
+
border-radius: 8px;
|
|
849
|
+
border: 1px solid ${({theme:e})=>e.colors.border} !important;
|
|
850
|
+
background-color: ${({theme:e})=>e.colors.dropdown_bg};
|
|
851
|
+
path {
|
|
852
|
+
fill: ${({theme:e})=>e.text.secondary};
|
|
853
|
+
}
|
|
854
|
+
&:hover {
|
|
855
|
+
background-color: ${({theme:e})=>e.colors.dropdown_bg_2};
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
`,fl={[Ii.MapItem]:gl,[Ii.NoData]:cl},bl=({nodes:e,edges:t,onNodesChange:i,onEdgesChange:n,fitView:o=!1,zoomOnScroll:r=!1})=>{const{onClickNode:a}=Fr(),{setActiveNodeType:s,setActiveNodeId:l}=zo();return Ft($l,{children:Ft(Wt,{fitView:o,zoomOnScroll:r,nodes:e,nodeTypes:fl,edges:t,onNodeClick:a,onNodesChange:e=>{setTimeout(()=>i(e),0)},onEdgesChange:e=>{setTimeout(()=>n(e),0)},onBlur:()=>{s(null),l(null)},onlyRenderVisibleElements:!0,children:Ft(xl,{children:Ft(Vt,{position:"bottom-right",orientation:"horizontal",showInteractive:!1,showZoom:!0,showFitView:!0,fitViewOptions:{duration:300,padding:.02,includeHiddenNodes:!0}})})})})},yl=At({platformType:xi.K8s,tier:$i.Community,version:"v0.0.0"}),wl=({children:e,platformType:t,tier:i,version:n})=>{const o=bt(()=>({platformType:t,tier:i,version:n}),[t,i,n]);return Ft(yl.Provider,{value:o,children:e})},vl=(e,t)=>!t||no(e)>=no(t),Cl=e=>{const t=Et(yl),i=vl(t.version,e),n=t.platformType===xi.Vm;return{...t,isVersionSupported:i,isVm:n}},kl=At({formType:void 0}),Sl=({children:e,formType:t})=>{const i=bt(()=>({formType:t}),[t]);return Ft(kl.Provider,{value:i,children:e})},El=()=>Et(kl),Al=Rt.div`
|
|
859
|
+
display: flex;
|
|
860
|
+
|
|
861
|
+
align-items: center;
|
|
862
|
+
gap: 6px;
|
|
863
|
+
margin-bottom: 4px;
|
|
864
|
+
`,Tl=Rt(go)`
|
|
865
|
+
font-size: 14px;
|
|
866
|
+
opacity: 0.8;
|
|
867
|
+
line-height: 22px;
|
|
868
|
+
overflow: hidden;
|
|
869
|
+
white-space: nowrap;
|
|
870
|
+
text-overflow: ellipsis;
|
|
871
|
+
color: ${({$status:e,theme:t})=>e?t.text[e]:t.text.secondary};
|
|
872
|
+
`,Dl=Rt(go)`
|
|
873
|
+
font-size: 12px;
|
|
874
|
+
color: ${({theme:e})=>e.text.darker_grey};
|
|
875
|
+
opacity: 0.8;
|
|
876
|
+
`,Il=({title:e,required:t,tooltip:i,style:n,status:o})=>e?Ft(Al,{style:n,children:zt(Oa,{text:i,withIcon:!0,children:[Ft(Tl,{$status:o,children:e}),!t&&Ft(Dl,{children:"(optional)"})]})}):null,Nl=Rt.div`
|
|
877
|
+
display: flex;
|
|
878
|
+
flex-direction: column;
|
|
879
|
+
position: relative;
|
|
880
|
+
width: 100%;
|
|
881
|
+
`,Ol=Rt.div`
|
|
882
|
+
width: 100%;
|
|
883
|
+
display: flex;
|
|
884
|
+
align-items: center;
|
|
885
|
+
height: 36px;
|
|
886
|
+
gap: 12px;
|
|
887
|
+
transition: border-color 0.3s;
|
|
888
|
+
border-radius: 32px;
|
|
889
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
890
|
+
${({$disabled:e})=>e&&Bt`
|
|
891
|
+
cursor: not-allowed;
|
|
892
|
+
opacity: 0.6;
|
|
893
|
+
`}
|
|
894
|
+
${({$isActive:e,$hasError:t,$status:i})=>e?Bt`
|
|
895
|
+
border-color: ${({theme:e})=>e.colors.secondary};
|
|
896
|
+
`:t?Bt`
|
|
897
|
+
border-color: ${({theme:e})=>e.text.error};
|
|
898
|
+
`:i?Bt`
|
|
899
|
+
border-color: ${({theme:e})=>e.text[i]};
|
|
900
|
+
`:""}
|
|
901
|
+
&:hover {
|
|
902
|
+
border-color: ${({theme:e})=>e.colors.secondary};
|
|
903
|
+
}
|
|
904
|
+
&:focus-within {
|
|
905
|
+
border-color: ${({theme:e})=>e.colors.secondary};
|
|
906
|
+
}
|
|
907
|
+
`,Fl=Rt.input`
|
|
908
|
+
padding-left: ${({$hasIcon:e})=>e?"0":"16px"};
|
|
909
|
+
flex: 1;
|
|
910
|
+
min-width: 150px;
|
|
911
|
+
width: 100%;
|
|
912
|
+
border: none;
|
|
913
|
+
outline: none;
|
|
914
|
+
background: none;
|
|
915
|
+
color: ${({theme:e})=>e.text.secondary};
|
|
916
|
+
font-size: 14px;
|
|
917
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
918
|
+
font-weight: 300;
|
|
919
|
+
&::placeholder {
|
|
920
|
+
color: ${({theme:e})=>e.text.secondary};
|
|
921
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
922
|
+
opacity: 0.4;
|
|
923
|
+
font-size: 14px;
|
|
924
|
+
font-weight: 300;
|
|
925
|
+
line-height: 22px; /* 157.143% */
|
|
926
|
+
}
|
|
927
|
+
&:disabled {
|
|
928
|
+
cursor: not-allowed;
|
|
929
|
+
opacity: 0.6;
|
|
930
|
+
}
|
|
931
|
+
&::-webkit-inner-spin-button,
|
|
932
|
+
&::-webkit-outer-spin-button {
|
|
933
|
+
-webkit-appearance: none;
|
|
934
|
+
margin: 0;
|
|
935
|
+
}
|
|
936
|
+
`,zl=Rt.div`
|
|
937
|
+
display: flex;
|
|
938
|
+
align-items: center;
|
|
939
|
+
margin-left: 12px;
|
|
940
|
+
`,_l=Rt(zl)`
|
|
941
|
+
cursor: pointer;
|
|
942
|
+
`,Rl=Rt.button`
|
|
943
|
+
background-color: ${({theme:e})=>e.colors.primary};
|
|
944
|
+
border: none;
|
|
945
|
+
color: ${({theme:e})=>e.text.secondary};
|
|
946
|
+
padding: 8px 16px;
|
|
947
|
+
border-radius: 20px;
|
|
948
|
+
cursor: pointer;
|
|
949
|
+
margin-left: 8px;
|
|
950
|
+
&:hover {
|
|
951
|
+
background-color: ${({theme:e})=>e.colors.secondary};
|
|
952
|
+
}
|
|
953
|
+
&:disabled {
|
|
954
|
+
background-color: ${({theme:e})=>e.colors.border};
|
|
955
|
+
cursor: not-allowed;
|
|
956
|
+
}
|
|
957
|
+
`,Bl=({icon:e,buttonLabel:t,onButtonClick:i,hasError:n,errorMessage:o,title:r,tooltip:a,required:s,value:l,onChange:c,type:d=ki.Text,name:p,status:u,...h})=>{const m=Mt(),g=d===ki.Password,[$,x]=yt(!1);return zt(Nl,{children:[Ft(Il,{title:r,required:s,tooltip:a,status:u}),zt(Ol,{$disabled:h.disabled,$hasError:n||!!o,$isActive:!!h.autoFocus,$status:u,children:[g?Ft(_l,{onClick:()=>x(e=>!e),children:Ft($?nt:ot,{size:14,fill:m.text.grey})}):e?Ft(zl,{children:Ft(e,{size:14,fill:m.text.grey})}):null,Ft(Fl,{"data-id":p,type:$||d===ki.Number?ki.Text:d,$hasIcon:!!e||g,name:p,value:l,onChange:e=>{e.stopPropagation(),d===ki.Number&&(e.target.value=Jn(e.target.value)),c?.(e)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},...h}),t&&i&&Ft(Rl,{onClick:i,disabled:h.disabled,children:t})]}),!!o&&Ft(fo,{children:o})]})},Ml=Rt.div`
|
|
958
|
+
display: flex;
|
|
959
|
+
flex-direction: column;
|
|
960
|
+
min-width: 120px;
|
|
961
|
+
width: 100%;
|
|
962
|
+
opacity: ${({$disabled:e})=>e?.5:1};
|
|
963
|
+
`,Pl=Rt.div`
|
|
964
|
+
position: relative;
|
|
965
|
+
`,Ll=Rt.div`
|
|
966
|
+
display: flex;
|
|
967
|
+
align-items: center;
|
|
968
|
+
justify-content: space-between;
|
|
969
|
+
height: 36px;
|
|
970
|
+
padding: ${({$isMulti:e,$hasSelections:t})=>e&&t?"0 16px 0 6px":"0 16px"};
|
|
971
|
+
border-radius: 32px;
|
|
972
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
973
|
+
|
|
974
|
+
${({$isOpen:e,$isMulti:t,theme:i})=>e&&!t?Bt`
|
|
975
|
+
border: 1px solid ${i.text.grey};
|
|
976
|
+
background: ${i.colors.dropdown_bg_2};
|
|
977
|
+
`:Bt`
|
|
978
|
+
border: 1px solid ${i.colors.border};
|
|
979
|
+
background: transparent;
|
|
980
|
+
`};
|
|
981
|
+
|
|
982
|
+
${({$hasError:e,$status:t})=>e?Bt`
|
|
983
|
+
border-color: ${({theme:e})=>e.text.error};
|
|
984
|
+
`:t?Bt`
|
|
985
|
+
border-color: ${({theme:e})=>e.text[t]};
|
|
986
|
+
`:""}
|
|
987
|
+
|
|
988
|
+
&:hover {
|
|
989
|
+
border-color: ${({$isMulti:e,$hasSelections:t,$disabled:i,theme:n})=>i?"auto":e&&t?n.colors.border:n.colors.secondary};
|
|
990
|
+
}
|
|
991
|
+
`,jl=Rt.div`
|
|
992
|
+
display: flex;
|
|
993
|
+
align-items: center;
|
|
994
|
+
gap: 4px;
|
|
995
|
+
`,Ul=({options:e,value:t,onSelect:i,onDeselect:n,title:o,tooltip:r,placeholder:a,disabled:s=!1,isMulti:l=!1,showSearch:c=!1,required:d=!1,errorMessage:p,hasError:u=!1,status:h})=>{const[m,g]=yt(!1),[$,x]=yt(!1),f=vt(null);Gr(f,()=>g(!1));const b=()=>{(()=>{if(f.current){const e=f.current.getBoundingClientRect().bottom+300>window.innerHeight;x(e)}})(),g(e=>!e)},y=Array.isArray(t)?t.length:0;return zt(Ml,{$disabled:s,children:[Ft(Il,{title:o,required:d,tooltip:r,status:h}),zt(Pl,{ref:f,children:[zt(Ll,{$isOpen:m,$isMulti:l,$hasSelections:!!Array.isArray(t)&&!!t.length,$hasError:!!p||u,$status:h,$disabled:s,onClick:()=>!s&&b(),children:[Ft(Gl,{value:t,placeholder:a,onDeselect:n}),zt(jl,{children:[l&&Ft(kr,{label:y,filled:!!y}),Ft(ys,{extend:m})]})]}),m&&Ft(Yl,{openUpwards:$,options:e,value:t,onSelect:e=>{i?.(e),l||b()},onDeselect:e=>{n?.(e),l||b()},isMulti:l,showSearch:c})]}),!!p&&Ft(fo,{children:p})]})},Wl=Rt(jl)`
|
|
996
|
+
max-width: calc(100% - 50px);
|
|
997
|
+
overflow-x: auto;
|
|
998
|
+
`,Vl=Rt(go)`
|
|
999
|
+
display: flex;
|
|
1000
|
+
align-items: center;
|
|
1001
|
+
gap: 2px;
|
|
1002
|
+
padding: 4px 12px;
|
|
1003
|
+
background: ${({theme:e})=>e.colors.dropdown_bg_2};
|
|
1004
|
+
border-radius: 360px;
|
|
1005
|
+
white-space: nowrap;
|
|
1006
|
+
text-overflow: ellipsis;
|
|
1007
|
+
img {
|
|
1008
|
+
&:hover {
|
|
1009
|
+
transform: scale(2);
|
|
1010
|
+
transition: transform 0.3s;
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
`,ql=Rt(go)``,Gl=({value:e,placeholder:t,onDeselect:i})=>{const n=Mt();return Array.isArray(e)?e.length?Ft(Wl,{children:e.map(e=>zt(Vl,{size:14,children:[e.value,Ft(ka,{orientation:"vertical",length:"10px",margin:"0 4px"}),Ft(Ye,{size:12,onClick:t=>{t.stopPropagation(),i?.(e)}})]},`multi-label-${e.id}`))}):Ft(ql,{size:14,color:n.text.darker_grey,children:t}):Ft(ql,{size:14,color:e?.value?void 0:n.text.darker_grey,children:e?.value||t})},Hl=Rt.div`
|
|
1014
|
+
position: absolute;
|
|
1015
|
+
${({$openUpwards:e})=>e?"bottom":"top"}: calc(100% + 8px);
|
|
1016
|
+
left: 0;
|
|
1017
|
+
z-index: 1;
|
|
1018
|
+
display: flex;
|
|
1019
|
+
flex-direction: column;
|
|
1020
|
+
overflow-y: auto;
|
|
1021
|
+
width: calc(100% - 16px);
|
|
1022
|
+
max-height: 200px;
|
|
1023
|
+
gap: 8px;
|
|
1024
|
+
padding: 8px;
|
|
1025
|
+
background-color: ${({theme:e})=>e.colors.dropdown_bg_2};
|
|
1026
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
1027
|
+
border-radius: 24px;
|
|
1028
|
+
`,Kl=Rt.div`
|
|
1029
|
+
display: flex;
|
|
1030
|
+
flex-direction: column;
|
|
1031
|
+
align-items: center;
|
|
1032
|
+
`,Yl=({openUpwards:e,options:t,value:i,onSelect:n,onDeselect:o,isMulti:r,showSearch:a})=>{const[s,l]=yt(""),c=t.filter(e=>e.value?.toLowerCase().includes(s?.toLowerCase()));return zt(Hl,{$openUpwards:e,children:[a&&zt(Kl,{children:[Ft(Bl,{placeholder:"Search...",icon:rt,value:s,onChange:e=>l(e.target.value)}),Ft(ka,{thickness:1,margin:"8px 0 0 0"})]}),0===c.length?Ft(sl,{subTitle:a&&s?void 0:" "}):c.map((e,t)=>Ft(Xl,{option:e,value:i,isMulti:r,onSelect:n,onDeselect:o},`dropdown-option-${e.id||t}`))]})},Jl=Rt.div`
|
|
1033
|
+
padding: 8px 12px;
|
|
1034
|
+
cursor: pointer;
|
|
1035
|
+
display: flex;
|
|
1036
|
+
justify-content: space-between;
|
|
1037
|
+
align-items: center;
|
|
1038
|
+
border-radius: 32px;
|
|
1039
|
+
&:hover,
|
|
1040
|
+
&.selected {
|
|
1041
|
+
background: ${({theme:e})=>e.colors.majestic_blue+gr["024"]};
|
|
1042
|
+
}
|
|
1043
|
+
`,Xl=({option:e,value:t,isMulti:i,onSelect:n,onDeselect:o})=>{const r=Mt(),a=Array.isArray(t)?!!t?.find(t=>t.id===e.id):t?.id===e.id,s=t=>t?n?.(e):o?.(e);return i?Ft(Jl,{className:a?"selected":"",onClick:()=>s(!a),children:Ft(is,{title:e.value||"",titleColor:r.text.secondary,value:a,onChange:s,style:{width:"100%"}})}):zt(Jl,{className:a?"selected":"",onClick:()=>a?o?.(e):n?.(e),children:[zt(oa,{$gap:8,children:[e.icon&&Ft(e.icon,{}),Ft(go,{size:14,children:e.value})]}),a&&Ft(He,{})]})},Zl=Rt(ra)`
|
|
1044
|
+
gap: 12px;
|
|
1045
|
+
`,Ql=Rt(oa)`
|
|
1046
|
+
width: 100%;
|
|
1047
|
+
gap: 12px;
|
|
1048
|
+
align-items: flex-end;
|
|
1049
|
+
`,ec=({clientX:e=0,flipX:t,clientY:i=0,flipY:n,isOpen:o,onClose:r,onSave:a,withDelete:s,onDelete:l,title:c,titleTooltip:d,warning:p,children:u})=>{const h=Mt(),{popupRef:m,popupPosition:g,handlePosition:$}=Hr({onClickOutside:r});return qr({key:"Enter",active:o},a),wt(()=>$(e,i),[e,i]),0===g.top&&0!==i||0===g.left&&0!==e?null:Ft(Da,{ref:m,isOpen:o,top:n?void 0:g.top,bottom:n?g.top:void 0,left:t?void 0:g.left,right:t?g.left:void 0,padding:"24px",children:zt(Zl,{children:[Ft(Oa,{text:d,withIcon:!0,children:Ft(go,{size:14,children:c})}),zt(Ql,{children:[u,zt(oa,{$gap:6,children:[Ft(_a,{withBorder:!0,onClick:r,tooltip:"Cancel",children:Ft(Ye,{})}),Ft(_a,{withBorder:!0,backgroundColor:h.colors.secondary,onClick:a,tooltip:"Save",children:Ft(He,{fill:h.text.primary})}),s&&Ft(_a,{onClick:l,tooltip:"Undo",children:Ft(at,{})})]})]}),p&&Ft(Va,{type:Si.Warning,message:p})]})})},tc=Rt.div`
|
|
1050
|
+
position: relative;
|
|
1051
|
+
`,ic=({defaultLanguage:e=bi.Unknown,defaultVersion:t="",defaultOtelDistroName:i=null,handleSave:n})=>{const{tier:o}=Cl(),{addNotification:r}=er(),{formData:a,handleFormChange:s,resetFormData:l}=Dr({language:e,version:t,otelDistroName:i}),[c,d]=yt(!1),p=()=>{d(!1),l()},u=bt(()=>{if(!a.language)return[];const e=Vo[a.language].community,t=o===$i.Onprem?Vo[a.language].enterprise:[];return e.concat(t)},[a.language,o]);return zt(tc,{children:[Ft(_a,{tooltip:on.OVERRIDE_RUNTIME_DETAILS,size:32,onClick:()=>{d(!0)},children:Ft(tt,{})}),Ft(ec,{flipX:!0,clientX:36,isOpen:c,onClose:p,onSave:async()=>{!a.version||Vn(a.version)?(await n({...a}),p()):r({type:Si.Warning,message:nn.INVALID_VERSION,hideFromHistory:!0})},withDelete:!0,onDelete:async()=>{await n({language:null,version:"",otelDistroName:null}),p()},title:on.OVERRIDE_RUNTIME_DETAILS,warning:on.OVERRIDE_RUNTIME_WARNING,children:zt(ra,{$gap:12,children:[zt(oa,{$gap:12,children:[Ft(Ul,{title:on.LANGUAGE,options:Wo,value:Wo.find(e=>e.id===a.language),onSelect:e=>{s("language",e.id),s("version",""),s("otelDistroName",null)},required:!0}),Ft(Bl,{title:on.RUNTIME_VERSION,placeholder:on.VERSION_PLACEHOLDER,value:a.version,onChange:e=>s("version",e.target.value),required:!1})]}),a.language&&Ft(Ul,{title:"Otel Distro Name",options:u,value:u.find(e=>e.id===a.otelDistroName),onSelect:e=>s("otelDistroName",e.id),required:!1})]})})]})},nc=Rt(oa)`
|
|
1052
|
+
width: 100%;
|
|
1053
|
+
justify-content: center;
|
|
1054
|
+
`,oc=({containerName:e,language:t,runtimeVersion:i,overriden:n,instrumented:o,instrumentationMessage:r,otelDistroName:a,callbackRuntimeOverride:s})=>{const l=Mt(),c=o?Si.Success:r?Si.Info:Si.Warning,d=o?Ei.INSTRUMENTED:r?Ei.NOT_INSTRUMENTED:Ei.INSTRUMENTING;return Ft(Zs,{title:e,subTitle:`${t?Uo[t]:"no runtime info"}`+(i?` • Runtime Version: ${i}`:""),iconProps:{icon:mn(t)},extendableProps:{isExtended:!!r,renderExtended:()=>Ft(nc,{children:Ft(go,{size:12,family:"secondary",color:l.text.info,children:qn(r)})})},renderActions:()=>zt(_t,{children:[Ft(Ns,{status:c,title:d,subtitle:a||void 0,withIcon:!0,withBorder:!0}),n&&Ft(Ns,{status:Si.Default,forceIcon:st,title:on.OVERIDDEN,withIcon:!0,withBorder:!0}),s&&Ft(ic,{defaultLanguage:t,defaultVersion:i,defaultOtelDistroName:a,handleSave:t=>s({...t,containerName:e})})]})})},rc=Rt.tr`
|
|
1055
|
+
cursor: ${({$withHover:e})=>e?"pointer":"default"};
|
|
1056
|
+
opacity: ${({$faded:e})=>e?.5:1};
|
|
1057
|
+
`,ac=Rt.td`
|
|
1058
|
+
position: relative;
|
|
1059
|
+
width: fit-content;
|
|
1060
|
+
padding: 16px 8px 16px ${({$isFirst:e})=>e?"16px":"8px"};
|
|
1061
|
+
color: ${({theme:e})=>e.text.secondary};
|
|
1062
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
1063
|
+
font-size: 14px;
|
|
1064
|
+
white-space: nowrap;
|
|
1065
|
+
`,sc=Rt(go)`
|
|
1066
|
+
font-size: 14px;
|
|
1067
|
+
color: ${({$color:e,theme:t})=>e??t.text.secondary};
|
|
1068
|
+
line-height: 16px;
|
|
1069
|
+
|
|
1070
|
+
overflow: hidden;
|
|
1071
|
+
overflow-wrap: break-word;
|
|
1072
|
+
white-space: wrap;
|
|
1073
|
+
text-wrap: wrap;
|
|
1074
|
+
text-overflow: ellipsis;
|
|
1075
|
+
display: -webkit-box;
|
|
1076
|
+
-webkit-line-clamp: 2;
|
|
1077
|
+
-webkit-box-orient: vertical;
|
|
1078
|
+
`,lc=Rt.div`
|
|
1079
|
+
position: absolute;
|
|
1080
|
+
top: 0;
|
|
1081
|
+
left: 0;
|
|
1082
|
+
z-index: -1;
|
|
1083
|
+
width: ${({$width:e})=>e}px;
|
|
1084
|
+
height: ${({$height:e})=>e}px;
|
|
1085
|
+
border-radius: 16px;
|
|
1086
|
+
background-color: ${({theme:e,$hovered:t,$status:i})=>t?i?e.text[i]+gr["020"]:e.colors.majestic_blue+gr["030"]:i?e.text[i]+gr["010"]:e.colors.secondary+gr["005"]};
|
|
1087
|
+
`,cc=({index:e,columns:t,cells:i,onClick:n,status:o,faded:r})=>{const{containerRef:a,containerHeight:s,containerWidth:l}=_r(),[c,d]=yt(!1);return Ft(rc,{ref:a,onMouseEnter:()=>!!n&&d(!0),onMouseLeave:()=>!!n&&d(!1),onClick:()=>!!n&&n(),$withHover:!!n,$faded:r,children:t.map(({key:t},n)=>{const r=i.find(({columnKey:e})=>e===t);if(!r)return null;const{value:a,textColor:d,withTooltip:p,icon:u,component:h}=r;return zt(ac,{$isFirst:0===n,children:[u?Ft(js,{icon:u}):h?Ft(h,{}):Ft(Oa,{text:p&&a?String(a):"",children:Ft(sc,{$color:d,children:Mn(a)?"-":a})}),0===n&&Ft(lc,{$height:s,$width:l,$top:s*e,$hovered:c,$status:o})]},`table-row-${t}-${a}-${e}-${n}`)})})},dc=Rt.div`
|
|
1088
|
+
width: 100%;
|
|
1089
|
+
`,pc=Rt.table`
|
|
1090
|
+
position: relative;
|
|
1091
|
+
z-index: 0;
|
|
1092
|
+
width: 100%;
|
|
1093
|
+
border-collapse: separate;
|
|
1094
|
+
border-spacing: 0 12px;
|
|
1095
|
+
`,uc=Rt.thead`
|
|
1096
|
+
// only supported with "border-collapse: collapse;"
|
|
1097
|
+
// border-top: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
|
|
1098
|
+
// border-bottom: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
|
|
1099
|
+
`,hc=Rt.th`
|
|
1100
|
+
// only required with "border-collapse: separate;"
|
|
1101
|
+
border-top: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
|
|
1102
|
+
border-bottom: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
|
|
1103
|
+
|
|
1104
|
+
padding: 8px;
|
|
1105
|
+
`,mc=Rt(oa)`
|
|
1106
|
+
cursor: pointer;
|
|
1107
|
+
&:hover {
|
|
1108
|
+
* {
|
|
1109
|
+
color: ${({theme:e})=>e.text.secondary};
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
`,gc=Rt(go)`
|
|
1113
|
+
color: ${({theme:e})=>e.text.darker_grey};
|
|
1114
|
+
font-family: ${({theme:e})=>e.font_family.secondary};
|
|
1115
|
+
text-transform: uppercase;
|
|
1116
|
+
font-size: 12px;
|
|
1117
|
+
font-weight: 500;
|
|
1118
|
+
text-wrap: nowrap;
|
|
1119
|
+
`,$c=Rt.tbody``,xc=({columns:e,rows:t})=>{const[i,n]=yt(gi.Ascending),[o,r]=yt("name"),a=Ct(e=>{o===e?n(e=>e===gi.Ascending?gi.Descending:gi.Ascending):(r(e),n(gi.Ascending))},[o]),s=bt(()=>{const n=(e,t)=>e.cells.find(({columnKey:e})=>e===t)?.value??null;return(o?[...t].sort((e,t)=>{const r=n(e,o),a=n(t,o);return(i===gi.Ascending?1:-1)*((e,t)=>"number"==typeof e&&"number"==typeof t?e-t:"string"==typeof e&&"string"==typeof t?e.localeCompare(t):"boolean"==typeof e&&"boolean"==typeof t?e===t?0:e?1:-1:String(e).localeCompare(String(t)))(r,a)}):t).map(({status:t,faded:i,cells:n,onClick:o},r)=>Ft(cc,{index:r,columns:e,cells:n,onClick:o,status:t,faded:i},`row-${r}`))},[e,t,o,i]);return Ft(dc,{children:zt(pc,{children:[Ft(uc,{children:Ft("tr",{children:e.map(({key:e,title:t,sortable:i})=>Ft(hc,{children:i?zt(mc,{onClick:()=>a(e),children:[Ft(lt,{}),Ft(gc,{children:t})]}):Ft(gc,{children:t})},`column-${e}`))})}),Ft($c,{children:s})]})})};var fc;!function(e){e.Code="code",e.Table="table",e.Badge="badge",e.Loader="loader",e.Divider="divider",e.Monitors="monitors",e.CopyText="copy-text",e.ActiveStatus="active-status"}(fc||(fc={}));const bc=Rt.div`
|
|
1120
|
+
display: flex;
|
|
1121
|
+
flex-wrap: wrap;
|
|
1122
|
+
gap: 16px 32px;
|
|
1123
|
+
width: 100%;
|
|
1124
|
+
`,yc=Rt.div`
|
|
1125
|
+
display: flex;
|
|
1126
|
+
flex-direction: column;
|
|
1127
|
+
gap: 2px;
|
|
1128
|
+
width: ${({$width:e})=>e};
|
|
1129
|
+
`,wc=Rt(go)`
|
|
1130
|
+
color: ${({theme:e})=>e.text.grey};
|
|
1131
|
+
font-size: 10px;
|
|
1132
|
+
line-height: 16px;
|
|
1133
|
+
`,vc=Rt(go)`
|
|
1134
|
+
font-size: 12px;
|
|
1135
|
+
white-space: pre-wrap;
|
|
1136
|
+
`,Cc=({data:e})=>Ft(bc,{children:e?.map(({type:e,title:t,titleIcon:i,tooltip:n,value:o},r)=>zt(yc,{$width:e&&[fc.Code,fc.Table].includes(e)?"inherit":e&&[fc.Loader,fc.Divider,fc.CopyText].includes(e)?"100%":"unset",children:[Ft(Oa,{text:n,withIcon:!0,children:zt(oa,{$alignItems:"center",$gap:4,children:[i&&Ft(i,{size:14}),!!t&&Ft(wc,{transform:"capitalize",children:t})]})}),Ft(kc,{type:e,value:o})]},`data-field-${t||(o?JSON.stringify(o):r)}`))}),kc=({type:e,value:t})=>{const i=Mt();switch(e){case fc.Divider:return Ft(ka,{length:"100%",margin:"0"});case fc.Loader:return Ft(aa,{children:Ft(fs,{scale:1.2})});case fc.Monitors:return Ft(Gs,{monitors:t?.split(", ")||[],withLabels:!0,color:i.colors.secondary});case fc.Badge:{const{label:e,filled:i,...n}=_n(t,{label:"-",filled:!1});return Ft(kr,{label:e,filled:i,...n})}case fc.Code:{const{language:e,code:i,...n}=_n(t,{language:"",code:""});return Ft(us,{language:e,code:i,...n})}case fc.Table:{const{columns:e,rows:i,...n}=_n(t,{columns:[],rows:[{status:void 0,cells:[]}]});return Ft(xc,{columns:e,rows:i,...n})}case fc.ActiveStatus:return Ft(Ns,{status:"true"==t?Si.Success:Si.Error,title:"true"==t?on.ENABLED:on.DISABLED,size:10,withIcon:!0,withBorder:!0});case fc.CopyText:{const e="string"==typeof t?t:JSON.stringify(t);return Ft(zs,{value:e})}default:return Ft(vc,{children:Zn("string"==typeof t?t||"-":"")})}},Sc=Rt.div`
|
|
1137
|
+
display: flex;
|
|
1138
|
+
flex-direction: column;
|
|
1139
|
+
align-items: flex-start;
|
|
1140
|
+
align-self: stretch;
|
|
1141
|
+
gap: 16px;
|
|
1142
|
+
padding: 24px;
|
|
1143
|
+
border-radius: 24px;
|
|
1144
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
1145
|
+
background-color: ${({theme:e,$hovered:t})=>t?e.colors.secondary+gr["010"]:"transparent"};
|
|
1146
|
+
transition: background-color 0.3s;
|
|
1147
|
+
`,Ec=Rt.div`
|
|
1148
|
+
width: 100%;
|
|
1149
|
+
display: flex;
|
|
1150
|
+
flex-direction: column;
|
|
1151
|
+
gap: 4px;
|
|
1152
|
+
cursor: ${({$clickable:e})=>e?"pointer":"default"};
|
|
1153
|
+
`,Ac=Rt(go)`
|
|
1154
|
+
width: 100%;
|
|
1155
|
+
display: flex;
|
|
1156
|
+
align-items: center;
|
|
1157
|
+
gap: 8px;
|
|
1158
|
+
font-size: 16px;
|
|
1159
|
+
`,Tc=Rt(go)`
|
|
1160
|
+
font-size: 12px;
|
|
1161
|
+
color: ${({theme:e})=>e.text.grey};
|
|
1162
|
+
`,Dc=Rt(oa)`
|
|
1163
|
+
margin-left: auto;
|
|
1164
|
+
gap: 8px;
|
|
1165
|
+
`,Ic=({title:e="Details",titleBadge:t,titleIcon:i,description:n,action:o,withExtend:r,initialExtended:a=!1,data:s,children:l})=>{const[c,d]=yt(a),[p,u]=yt(!1);return zt(Sc,{$hovered:p,children:[e||i||n||o?zt(Ec,{$clickable:r||!1,onClick:()=>r&&d(e=>!e),onMouseEnter:()=>r&&u(!0),onMouseLeave:()=>r&&u(!1),children:[zt(oa,{children:[zt(oa,{$alignItems:"center",$gap:8,children:[i&&Ft(oa,{$alignItems:"center",children:Ft(i,{size:20})}),!!e&&Ft(Ac,{transform:"capitalize",children:e}),t===Ai.Loading?Ft(fs,{}):void 0!==t&&Ft(kr,{label:t})]}),(!!o||r)&&zt(Dc,{children:["function"==typeof o?Ft(o,{hovered:p}):o,r&&Ft(ys,{extend:c})]})]}),!!n&&Ft(Tc,{children:n})]}):null,(!r||r&&c)&&(l||Ft(Cc,{data:s}))]})},Nc=Rt.div`
|
|
1166
|
+
visibility: hidden;
|
|
1167
|
+
`,Oc=Rt(oa)`
|
|
1168
|
+
align-self: stretch;
|
|
1169
|
+
width: calc(100% - 32px);
|
|
1170
|
+
padding: 16px;
|
|
1171
|
+
border-radius: 16px;
|
|
1172
|
+
background-color: ${({theme:e})=>e.colors.secondary+gr["005"]};
|
|
1173
|
+
${({theme:e,$withClick:t})=>t?Bt`
|
|
1174
|
+
&:hover {
|
|
1175
|
+
cursor: pointer;
|
|
1176
|
+
background-color: ${e.colors.secondary+gr["010"]};
|
|
1177
|
+
${Nc} {
|
|
1178
|
+
visibility: visible;
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
`:`\n &:hover {\n ${Nc} {\n visibility: visible;\n }\n }\n `}
|
|
1182
|
+
`,Fc=Rt(oa)`
|
|
1183
|
+
margin-left: auto;
|
|
1184
|
+
gap: 8px;
|
|
1185
|
+
`,zc=Rt(go)`
|
|
1186
|
+
font-size: 10px;
|
|
1187
|
+
color: ${({theme:e})=>e.text.grey};
|
|
1188
|
+
`,_c=({title:e,subTitle:t,icons:i,iconSrcs:n,onClick:o,renderActions:r})=>{const a=Mt(),[s,l]=yt(0),c=vt(null),d=vt(null);return wt(()=>{if(c.current){const e=c.current.clientWidth,t=d.current?.clientWidth||0;l(e-(85+t))}},[]),zt(Oc,{ref:c,$gap:8,$withClick:!!o,onClick:o,children:[Ft(Vs,{id:`${e}-${t}`,icons:i,iconSrcs:n}),e&&Ft(Ms,{maxWidth:s/2,text:e,textSize:14}),e&&t&&Ft(zc,{children:"•"}),t&&Ft(Ms,{maxWidth:s/2,text:t,textSize:10,textColor:a.text.grey}),Ft(Fc,{ref:d,children:r&&zt(_t,{children:[Ft(ka,{orientation:"vertical",length:"24px",margin:"0"}),r()]})})]})},Rc=({isOpen:e,noOverlay:t,name:i,type:n,isLastItem:o,onApprove:r,onDeny:a})=>{const s=n===wi.Source?"uninstrument":"delete";return Ft(Za,{isOpen:e,noOverlay:t,title:`${s.charAt(0).toUpperCase()+s.substring(1)}${i?` ${i}`:""}`,description:`Are you sure you want to ${s}?`,note:o?{type:Si.Warning,title:`You're about to ${s} the last ${n||i}`,message:""}:void 0,approveButton:{text:"Confirm",variant:"danger",onClick:r},denyButton:{text:"Go Back",onClick:a}})},Bc=Rt(Tr)`
|
|
1189
|
+
display: flex;
|
|
1190
|
+
align-items: center;
|
|
1191
|
+
justify-content: center;
|
|
1192
|
+
font-size: 14px;
|
|
1193
|
+
gap: 6px;
|
|
1194
|
+
min-width: 100px;
|
|
1195
|
+
`,Mc=({endpoint:e="/",variant:t="secondary"})=>zt(Bc,{variant:t,onClick:()=>window.open(`https://docs.odigos.io${e}`,"_blank","noopener noreferrer"),children:[Ft(ct,{size:18}),"Docs"]}),Pc=Rt(oa)`
|
|
1196
|
+
border-bottom: ${({$hideBorder:e,theme:t})=>e?"none":`1px solid ${t.colors.border}`};
|
|
1197
|
+
`,Lc=Rt.div`
|
|
1198
|
+
display: flex;
|
|
1199
|
+
align-items: center;
|
|
1200
|
+
border-bottom: 2px solid ${({theme:e,$selected:t})=>t?e.colors.majestic_blue:"transparent"};
|
|
1201
|
+
cursor: pointer;
|
|
1202
|
+
`,jc=Rt(go)`
|
|
1203
|
+
padding: 12px;
|
|
1204
|
+
font-size: 14px;
|
|
1205
|
+
color: ${({theme:e,$selected:t})=>t?e.text.secondary:e.text.grey};
|
|
1206
|
+
`,Uc=({tabs:e,hideBorder:t=!1})=>e?.length?Ft(Pc,{$hideBorder:t,children:e.map(({label:e,icon:t,onClick:i,selected:n})=>zt(Lc,{onClick:i,$selected:n,children:[Ft(jc,{$selected:n,children:e}),t&&Ft(t,{})]},`tab-${e}`))}):null,Wc=Rt.section`
|
|
1207
|
+
padding: 0px 32px;
|
|
1208
|
+
border-bottom: 1px solid ${({theme:e})=>e.colors.border};
|
|
1209
|
+
`,Vc=Rt.div`
|
|
1210
|
+
height: 76px;
|
|
1211
|
+
display: flex;
|
|
1212
|
+
justify-content: space-between;
|
|
1213
|
+
flex-shrink: 0;
|
|
1214
|
+
align-self: stretch;
|
|
1215
|
+
`,qc=Rt.div`
|
|
1216
|
+
display: flex;
|
|
1217
|
+
align-items: center;
|
|
1218
|
+
gap: ${({$gap:e})=>e||16}px;
|
|
1219
|
+
`,Gc=Rt(go)`
|
|
1220
|
+
font-size: 18px;
|
|
1221
|
+
line-height: 26px;
|
|
1222
|
+
max-width: ${({$maxWidth:e})=>e};
|
|
1223
|
+
overflow: hidden;
|
|
1224
|
+
white-space: nowrap;
|
|
1225
|
+
text-overflow: ellipsis;
|
|
1226
|
+
`,Hc=Rt(Tr)`
|
|
1227
|
+
gap: 8px;
|
|
1228
|
+
`,Kc=Rt(Tr)``,Yc=({onClose:e,width:t,icons:i,iconSrcs:n,title:o,titleTooltip:r,replaceTitleWith:a,actions:s,actionButtons:l=[],tabs:c})=>zt(Wc,{children:[zt(Vc,{children:[zt(qc,{children:[i?.length||n?.length?Ft(Vs,{icons:i,iconSrcs:n,id:`drawer-header-${o}`}):null,("function"==typeof a?Ft(a,{}):a||null)||Ft(Oa,{text:r||o,withIcon:!!r,children:o&&Ft(Gc,{$maxWidth:`calc(${t} ${s||l.length?"/ 5":"- 192px"})`,children:o})})]}),zt(qc,{$gap:2,children:[s,l.map((e,t)=>Ft(Hc,{...e},`header-action-button-${t}`)),Ft(Kc,{"data-id":"drawer-close",variant:"secondary",onClick:e,children:Ft(Ye,{size:12})})]})]}),Ft(Uc,{tabs:c,hideBorder:!0})]}),Jc=Rt.div`
|
|
1229
|
+
display: flex;
|
|
1230
|
+
justify-content: space-between;
|
|
1231
|
+
gap: 8px;
|
|
1232
|
+
padding: 24px 18px 24px 32px;
|
|
1233
|
+
border-top: 1px solid ${({theme:e})=>e.colors.border};
|
|
1234
|
+
background-color: ${({theme:e})=>e.colors.translucent_bg};
|
|
1235
|
+
transform: translateY(100%);
|
|
1236
|
+
animation-name: ${xr.in.bottom};
|
|
1237
|
+
`,Xc=Rt(oa)`
|
|
1238
|
+
margin-right: auto;
|
|
1239
|
+
`,Zc=Rt(oa)`
|
|
1240
|
+
margin: 0 auto;
|
|
1241
|
+
`,Qc=Rt(oa)`
|
|
1242
|
+
margin-left: auto;
|
|
1243
|
+
`,ed=Rt(Tr)`
|
|
1244
|
+
min-width: 140px;
|
|
1245
|
+
font-size: 14px;
|
|
1246
|
+
`,td=({isOpen:e,leftButtons:t=[],centerButtons:i=[],rightButtons:n=[]})=>e?zt(Jc,{children:[Ft(Xc,{children:t.map((e,t)=>Ft(ed,{...e},`footer-left-button-${t}`))}),Ft(Zc,{children:i.map((e,t)=>Ft(ed,{...e},`footer-center-button-${t}`))}),Ft(Qc,{children:n.map((e,t)=>Ft(ed,{...e},`footer-right-button-${t}`))})]}):null,id=Rt.div`
|
|
1247
|
+
position: fixed;
|
|
1248
|
+
top: 0;
|
|
1249
|
+
bottom: 0;
|
|
1250
|
+
${({$position:e})=>e}: 0;
|
|
1251
|
+
z-index: 1000;
|
|
1252
|
+
width: ${({$width:e})=>e};
|
|
1253
|
+
background: ${({theme:e})=>e.colors.translucent_bg};
|
|
1254
|
+
box-shadow: 0 2px 10px ${({theme:e})=>e.colors.primary+gr["010"]};
|
|
1255
|
+
overflow-y: auto;
|
|
1256
|
+
animation-name: ${({$position:e})=>xr.in[e]};
|
|
1257
|
+
`,nd=Rt.div`
|
|
1258
|
+
display: flex;
|
|
1259
|
+
flex-direction: column;
|
|
1260
|
+
height: 100%;
|
|
1261
|
+
`,od=Rt.div`
|
|
1262
|
+
flex-grow: 1;
|
|
1263
|
+
padding: 24px 32px;
|
|
1264
|
+
overflow-y: auto;
|
|
1265
|
+
`,rd=({isOpen:e,onClose:t,closeOnEscape:i=!0,position:n="right",width:o="300px",children:r,header:a,footer:s})=>(qr({key:"Escape",active:e&&i},()=>t()),Or(e),e?qt.createPortal(zt(_t,{children:[Ft(la,{hidden:!e,onClick:t}),Ft(id,{"data-id":"drawer",$position:n,$width:o,children:zt(nd,{children:[Ft(Yc,{onClose:t,width:o,...a}),Ft(od,{children:r}),Ft(td,{...s})]})})]}),document.body):null),ad=({error:e})=>{const t=Mt(),i={container:{display:"flex",flexDirection:"column",alignItems:"center",textAlign:"center",color:t.text.error,fontFamily:t.font_family.primary},errorMessage:{padding:10,borderRadius:5,whiteSpace:"pre-wrap",background:t.colors.error},errorStack:{whiteSpace:"pre-wrap",fontSize:"12px"},errorStackWrapper:{textAlign:"left",marginTop:10},infoText:{marginTop:100,color:t.text.secondary,fontSize:"14px"}};return zt("div",{style:i.container,children:[Ft("h2",{children:"Something went wrong!"}),Ft("pre",{style:i.errorMessage,children:e?.message||"Unknown Error"}),zt("details",{style:i.errorStackWrapper,children:[Ft("summary",{children:"Stack Trace"}),Ft("pre",{style:i.errorStack,children:e?.stack||"Unknown Stack"})]}),Ft("p",{style:i.infoText,children:"Try refreshing the page or contact support"}),Ft(Tr,{variant:"secondary",onClick:()=>window.location.reload(),style:{fontSize:"1rem"},children:"Reload"})]})},sd=({children:e})=>Ft(Yt,{FallbackComponent:({error:e,...t})=>Ft(mr,{children:Ft(ad,{...t,error:e})}),children:e}),ld=Rt(oa)`
|
|
1266
|
+
position: relative;
|
|
1267
|
+
width: calc(100% - 24px);
|
|
1268
|
+
padding: 12px;
|
|
1269
|
+
background-color: ${({theme:e})=>e.colors.dark_grey};
|
|
1270
|
+
border-bottom: 1px solid ${({theme:e})=>e.colors.border+gr["050"]};
|
|
1271
|
+
`,cd=Rt(oa)`
|
|
1272
|
+
margin-right: auto;
|
|
1273
|
+
margin-left: 32px;
|
|
1274
|
+
gap: 12px;
|
|
1275
|
+
`,dd=Rt(oa)`
|
|
1276
|
+
margin-left: auto;
|
|
1277
|
+
margin-right: 32px;
|
|
1278
|
+
gap: 12px;
|
|
1279
|
+
`,pd=Rt(oa)`
|
|
1280
|
+
position: absolute;
|
|
1281
|
+
left: 50%;
|
|
1282
|
+
transform: translateX(-50%);
|
|
1283
|
+
gap: 12px;
|
|
1284
|
+
`,ud=({left:e=[],center:t=[],right:i=[]})=>zt(ld,{children:[Ft(cd,{children:e.map((e,t)=>e&&Ft(ft,{children:e},t))}),Ft(pd,{children:t.map((e,t)=>e&&Ft(ft,{children:e},t))}),Ft(dd,{children:i.map((e,t)=>e&&Ft(ft,{children:e},t))})]}),hd=Rt(go)`
|
|
1285
|
+
color: ${({theme:e})=>e.text.grey};
|
|
1286
|
+
`,md=({icon:e,title:t,badge:i,badgeTooltip:n,loading:o})=>zt(oa,{$gap:6,children:[e&&Ft(e,{}),Ft(hd,{size:14,children:t}),void 0!==i&&Ft(Oa,{text:n,children:Ft(kr,{label:i})}),o&&Ft(fs,{})]}),gd=Rt.div`
|
|
1287
|
+
width: fit-content;
|
|
1288
|
+
height: fit-content;
|
|
1289
|
+
padding: 4px;
|
|
1290
|
+
gap: 4px;
|
|
1291
|
+
border-radius: 32px;
|
|
1292
|
+
border: 1px solid ${({theme:e})=>e.colors.border+gr["070"]};
|
|
1293
|
+
|
|
1294
|
+
display: flex;
|
|
1295
|
+
flex-direction: ${({$orientation:e,$flip:t})=>("horizontal"===e?"row":"column")+(t?"-reverse":"")};
|
|
1296
|
+
align-items: center;
|
|
1297
|
+
justify-content: center;
|
|
1298
|
+
`,$d=Rt.div`
|
|
1299
|
+
width: 32px;
|
|
1300
|
+
height: 32px;
|
|
1301
|
+
|
|
1302
|
+
border-radius: 100%;
|
|
1303
|
+
background-color: ${({theme:e,$selected:t})=>t?e.colors.majestic_blue+gr["070"]:e.colors.secondary+gr["012"]};
|
|
1304
|
+
transition: background-color 0.3s;
|
|
1305
|
+
|
|
1306
|
+
display: flex;
|
|
1307
|
+
align-items: center;
|
|
1308
|
+
justify-content: center;
|
|
1309
|
+
|
|
1310
|
+
cursor: pointer;
|
|
1311
|
+
`,xd=({orientation:e="vertical",flip:t,mainIcons:i,subIcons:n})=>zt(gd,{$orientation:e,$flip:t,children:[i.map(({icon:e,selected:t,onClick:i,tooltip:n},o)=>Ft(Oa,{text:n,children:Ft($d,{$selected:t,onClick:i,children:Ft(e,{size:20})})},`main-nav-icon-${o}`)),!!i.length&&!!n.length&&Ft(ka,{orientation:"vertical"===e?"horizontal":"vertical",margin:"0",length:"20px"}),n.map(({icon:e,selected:t,onClick:i,tooltip:n},o)=>Ft(Oa,{text:n,children:Ft($d,{$selected:t,onClick:i,children:Ft(e,{size:20})})},`sub-nav-icon-${o}`))]}),fd=Rt.div`
|
|
1312
|
+
display: flex;
|
|
1313
|
+
flex-direction: column;
|
|
1314
|
+
width: 100%;
|
|
1315
|
+
`,bd=Rt.div`
|
|
1316
|
+
display: flex;
|
|
1317
|
+
flex-direction: column;
|
|
1318
|
+
gap: 8px;
|
|
1319
|
+
`,yd=Rt.div`
|
|
1320
|
+
display: flex;
|
|
1321
|
+
align-items: center;
|
|
1322
|
+
gap: 16px;
|
|
1323
|
+
`,wd=Rt(_a)`
|
|
1324
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
1325
|
+
opacity: ${({$disabled:e})=>e?.5:1};
|
|
1326
|
+
`,vd=({initialValues:e=[],value:t,onChange:i,title:n,tooltip:o,required:r,errorMessage:a})=>{const[s,l]=yt(t||e);wt(()=>{s.length||l([""])},[]);const c=s.filter(e=>!!e.trim()),d=vt(JSON.stringify(c));wt(()=>{const e=JSON.stringify(c);d.current!==e&&(d.current=e,i&&i(c))},[c]);const p=(e,t)=>{l(i=>{const n=[...i];return n[t]=e,n})},u=s.length<=1,h=s.some(e=>""===e.trim()),m=u&&h;return zt(fd,{children:[Ft(Il,{title:n,required:r,tooltip:o}),Ft(bd,{children:s.map((e,t)=>{const i=t===s.length-1;return zt(yd,{children:[Ft(Bl,{value:e,onChange:e=>p(e.target.value,t),hasError:!!a,autoFocus:Mn(e)&&!u&&i}),t===s.length-1&&Ft(wd,{withBorder:!0,size:30,$disabled:h,onClick:h?void 0:()=>{l(e=>{const t=[...e];return t.push(""),t})},children:Ft(et,{})}),Ft(wd,{size:30,$disabled:m,onClick:m?void 0:()=>(e=>{u?p("",e):l(t=>t.filter((t,i)=>i!==e))})(t),children:Ft(at,{})})]},`input-list-${t}`)})}),!!a&&Ft(fo,{children:a})]})},Cd=({col:e,colIdx:t,row:i,rowIdx:n,rowsLength:o,maxWidth:r,handleChange:a,errorMessage:s,limitFieldsPerRow:l})=>{const{keyName:c,title:d,tooltip:p,placeholder:u,required:h,type:m,componentType:g,options:$,renderCondition:x}=e,f=i[c];return x&&!x(i)?null:Ft("td",{style:{maxWidth:r,padding:"4px 6px 4px 0"},children:(()=>{switch(g){case Ci.Dropdown:const e=$?.find(e=>e.id===f);return Ft(Ul,{title:l?d:void 0,tooltip:l?p:void 0,placeholder:u,required:h,options:$||[],value:e,onSelect:e=>a(c,e.id,n),onDeselect:()=>a(c,"",n),hasError:!!s&&(!h||h&&Mn(f))});case"multi-dropdown":const i=Array.isArray(f)&&$?.filter(e=>f.includes(e.id))||[];return Ft(Ul,{title:l?d:void 0,tooltip:l?p:void 0,placeholder:u,required:h,options:$||[],value:i,isMulti:!0,onSelect:e=>{const t=[...Array.isArray(f)?f:[],e.id];a(c,t,n)},onDeselect:e=>{const t=(Array.isArray(f)?f:[]).filter(t=>t!==e.id);a(c,t,n)},hasError:!!s&&(!h||h&&Mn(f))});default:const g=o>1&&n===o-1&&0===t&&Mn(f);return Ft(Bl,{title:l?d:void 0,tooltip:l?p:void 0,placeholder:u,type:m,required:h,autoFocus:g,value:f,onChange:({target:{value:e}})=>a(c,e,n),style:{maxWidth:r,paddingLeft:10},hasError:!!s&&(!h||h&&Mn(f))})}})()},`input-table-${n}-${c}`)},kd=Rt.div`
|
|
1327
|
+
display: flex;
|
|
1328
|
+
flex-direction: column;
|
|
1329
|
+
width: 100%;
|
|
1330
|
+
`,Sd=Rt.button`
|
|
1331
|
+
margin-top: ${({$marginTop:e})=>e};
|
|
1332
|
+
background: none;
|
|
1333
|
+
border: none;
|
|
1334
|
+
cursor: ${({disabled:e})=>e?"not-allowed":"pointer"};
|
|
1335
|
+
opacity: ${({disabled:e})=>e?.5:1};
|
|
1336
|
+
`,Ed=({columns:e,initialValues:t=[],value:i,onChange:n,errorMessage:o,limitFieldsPerRow:r,title:a=""})=>{const[s,l]=yt({}),[c,d]=yt(i||t),p=bt(()=>new Map(e.map(e=>[e.keyName,e])),[e]);wt(()=>{if(!c.length){const t={};e.forEach(({keyName:e})=>t[e]=""),l(t),d([t])}},[]);const u=c.filter(e=>{for(const[t,i]of Object.entries(e)){const n=p.get(t);if((!n?.renderCondition||n.renderCondition(e))&&n?.required&&Mn(i))return!1}return!0}),h=vt(JSON.stringify(u)),m=u.length!==c.length,g=`${Math.floor(640/((r||e.length)+.4))}px`;wt(()=>{const e=JSON.stringify(u);h.current!==e&&(h.current=e,n&&n(u))},[u]);const $=(e,t,i)=>{d(n=>{const o=ii(n);return o[i][e]=t,o})},x=bt(()=>{if(r){const t=[];for(let i=0;;i+=r){const n=e.slice(i,i+r);if(!n.length)break;t.push(n)}return t}return[e]},[r,e]);return zt(kd,{children:[Ft(Il,{title:a}),zt("table",{style:{borderCollapse:"collapse"},children:[!r&&Ft("thead",{children:zt("tr",{children:[e.map(({title:e,tooltip:t,required:i})=>Ft("th",{style:{maxWidth:g},children:Ft(Il,{title:e,required:i,tooltip:t})},`input-table-head-${e}`)),Ft("th",{})]})}),Ft("tbody",{children:c.map((t,i)=>zt(ft,{children:[r&&i>0?Ft("tr",{children:Ft("td",{colSpan:x.length,children:Ft(ka,{})})}):null,x.map((n,a)=>zt("tr",{children:[n.map((e,n)=>Ft(Cd,{col:e,colIdx:n,row:t,rowIdx:i,rowsLength:c.length,maxWidth:g,limitFieldsPerRow:r,errorMessage:o,handleChange:$},`input-table-row-${i}-col-${n}`)),0===a&&Ft("td",{children:Ft(Sd,{$marginTop:r?"24px":"0",onClick:()=>{return t=i,void(c.length>1?d(e=>e.filter((e,i)=>i!==t)):e.forEach(({keyName:e,type:i})=>$(e,i===ki.Number?"0":"",t)));var t},children:Ft(at,{})})})]},`input-table-matrix-${i}-${a}`))]},`input-table-row-${i}`))})]}),!!o&&Ft(fo,{children:o}),Ft(Os,{onClick:()=>{d(e=>{const t=ii(e);return t.push(ii(s)),t})},disabled:m})]})},Ad=Rt.div`
|
|
1337
|
+
display: flex;
|
|
1338
|
+
flex-direction: column;
|
|
1339
|
+
width: 100%;
|
|
1340
|
+
`,Td=Rt.div`
|
|
1341
|
+
display: flex;
|
|
1342
|
+
flex-direction: column;
|
|
1343
|
+
gap: 8px;
|
|
1344
|
+
`,Dd=Rt.div`
|
|
1345
|
+
display: flex;
|
|
1346
|
+
align-items: center;
|
|
1347
|
+
gap: 8px;
|
|
1348
|
+
`,Id=Rt.div`
|
|
1349
|
+
width: 100%;
|
|
1350
|
+
max-width: ${({$maxWidth:e})=>e?`${e}px`:"unset"};
|
|
1351
|
+
`,Nd=Rt(_a)`
|
|
1352
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
1353
|
+
opacity: ${({$disabled:e})=>e?.5:1};
|
|
1354
|
+
`,Od={key:"",value:""},Fd=({initialKeyValuePairs:e=[],value:t,onChange:i,title:n,tooltip:o,disabled:r,required:a,errorMessage:s,keyPlaceholder:l="Key",valuePlaceholder:c="Value",inputMaxWidth:d=300})=>{const[p,u]=yt(t||e);wt(()=>{p.length||u([{...Od}])},[]);const h=p.filter(({key:e,value:t})=>!Mn(e.trim())&&!Mn(t.trim())),m=vt(JSON.stringify(h));wt(()=>{const e=JSON.stringify(h);m.current!==e&&(m.current=e,i&&i(h))},[h]);const g=(e,t,i)=>{u(n=>{const o=[...n];return o[i][e]=t,o})},$=p.length<=1,x=r||p.some(({key:e,value:t})=>""===e.trim()||""===t.trim()),f=r||$&&x;return zt(Ad,{children:[Ft(Il,{title:n,required:a,tooltip:o}),Ft(Td,{children:p.map(({key:e,value:t},i)=>zt(Dd,{children:[Ft(Id,{$maxWidth:d,children:Ft(Bl,{placeholder:l,disabled:r,value:e,onChange:e=>g("key",e.target.value,i),hasError:!!s&&(!a||a&&!e),autoFocus:Mn(t)&&!$&&i===p.length-1})}),Ft(Id,{$maxWidth:i===p.length-1?d-38:d,children:Ft(Bl,{placeholder:c,disabled:r,value:t,onChange:e=>g("value",e.target.value,i),hasError:!!s&&(!a||a&&Mn(t)),autoFocus:!1})}),i===p.length-1&&Ft(Nd,{withBorder:!0,size:30,$disabled:x,onClick:x?void 0:()=>{u(e=>{const t=[...e];return t.push({...Od}),t})},children:Ft(et,{})}),Ft(Nd,{size:30,$disabled:f,onClick:f?void 0:()=>(e=>{$?(g("key","",e),g("value","",e)):u(t=>t.filter((t,i)=>i!==e))})(i),children:Ft(at,{})})]},`key-value-input-list-${i}`))}),!!s&&Ft(fo,{children:s})]})},zd=Lt`
|
|
1355
|
+
0% {
|
|
1356
|
+
background-position: 0% 50%;
|
|
1357
|
+
}
|
|
1358
|
+
100% {
|
|
1359
|
+
background-position: 100% 50%;
|
|
1360
|
+
}
|
|
1361
|
+
`,_d=Rt(go)`
|
|
1362
|
+
background: ${({$textColor:e,$stripColor:t})=>`linear-gradient(45deg, ${e} 0%, ${e} 40%, ${t} 50%, ${e} 60%, ${e} 100%)`};
|
|
1363
|
+
background-size: 250% 100%; /* Expand background to allow movement */
|
|
1364
|
+
background-clip: text;
|
|
1365
|
+
color: transparent;
|
|
1366
|
+
animation: ${zd} 1s reverse linear infinite;
|
|
1367
|
+
`,Rd=({children:e="Loading...",textColor:t,stripColor:i,...n})=>{const o=Mt(),r=t||o.v2.colors.white[500],a=i||o.v2.colors.black[500];return Ft(_d,{$textColor:r,$stripColor:a,...n,children:e})},Bd=Rt.div`
|
|
1368
|
+
display: flex;
|
|
1369
|
+
flex-direction: ${({$isVertical:e})=>e?"column":"row"};
|
|
1370
|
+
gap: ${({$isVertical:e})=>e?"12px":"24px"};
|
|
1371
|
+
${({$hasError:e})=>e&&Bt`
|
|
1372
|
+
border: 1px solid ${({theme:e})=>e.text.error};
|
|
1373
|
+
border-radius: 32px;
|
|
1374
|
+
padding: 8px;
|
|
1375
|
+
`}
|
|
1376
|
+
`,Md=(e,t)=>!t?.length||!!t?.find(t=>t===e),Pd=({isVertical:e,title:t="Monitors",required:i,errorMessage:n,allowedSignals:o,selectedSignals:r,setSelectedSignals:a})=>{const[s,l]=yt(1===r.length),c=vt(JSON.stringify(r));return wt(()=>{const e=r;e.length||jo.forEach(({id:t})=>{Md(t,o)&&e.push(t)});const t=JSON.stringify(e);return c.current!==t&&(c.current=t,a(e),l(1===e.length)),()=>{c.current=""}},[o]),zt("div",{children:[t&&Ft(Il,{title:t,required:i}),Ft(Bd,{$isVertical:e,$hasError:!!n,children:jo.map(e=>{const t=Md(e.id,o),i=((e,t)=>!!t?.find(t=>t===e))(e.id,r);return t?Ft(is,{title:e.value,disabled:!t||s&&i,value:i,onChange:t=>((e,t)=>{const i=e,n=t?[...r,i]:r.filter(e=>e!==i);a(n),l(1===n.length)})(e.id,t)},e.id):null})}),!!n&&Ft(fo,{children:n})]})},Ld=Rt.div`
|
|
1377
|
+
display: flex;
|
|
1378
|
+
gap: 8px;
|
|
1379
|
+
align-items: center;
|
|
1380
|
+
`,jd=Rt(Tr)`
|
|
1381
|
+
display: flex;
|
|
1382
|
+
align-items: center;
|
|
1383
|
+
justify-content: center;
|
|
1384
|
+
gap: 8px;
|
|
1385
|
+
min-width: 90px;
|
|
1386
|
+
`,Ud=({buttons:e})=>{const t=Mt(),i=({button:t,index:i})=>e.length>1&&0===i&&(t.icon||t.iconSrc),n=({button:e,rotate:i})=>e.icon?Ft(e.icon,{size:14,rotate:i,fill:t.text[e.variant||"secondary"]}):e.iconSrc?Ft("img",{src:e.iconSrc,alt:e.label,width:8,height:12}):null;return Ft(Ld,{children:e.map((e,t)=>Ft(Oa,{text:e.tooltip||"",children:zt(jd,{variant:e.variant||"secondary",onClick:e.onClick,disabled:e.disabled,children:[i({button:e,index:t})&&n({button:e,rotate:0}),e.label,!i({button:e,index:t})&&n({button:e,rotate:180})]},t)},t))})},Wd=Rt.div`
|
|
1387
|
+
width: 100%;
|
|
1388
|
+
height: 100%;
|
|
1389
|
+
|
|
1390
|
+
* {
|
|
1391
|
+
animation: none !important;
|
|
1392
|
+
transition: none !important;
|
|
1393
|
+
}
|
|
1394
|
+
`,Vd=({width:e="100%",height:t="100%",gap:i=0,elements:n,noAnimation:o=!1})=>{const r=bt(()=>i?n.map((e,t)=>Ft("div",{style:{paddingBottom:i},children:e},`scroll-y-item-${t}`)):n,[n,i]),a=Ft(Xt,{style:{width:e,height:t},children:r});return o?Ft(Wd,{children:a}):a},qd=Rt.div`
|
|
1395
|
+
display: flex;
|
|
1396
|
+
justify-content: space-between;
|
|
1397
|
+
align-items: center;
|
|
1398
|
+
gap: 16px;
|
|
1399
|
+
`,Gd=Rt.div`
|
|
1400
|
+
display: flex;
|
|
1401
|
+
flex-direction: column;
|
|
1402
|
+
gap: 4px;
|
|
1403
|
+
`,Hd=Rt.div`
|
|
1404
|
+
display: flex;
|
|
1405
|
+
align-items: center;
|
|
1406
|
+
gap: 8px;
|
|
1407
|
+
`,Kd=Rt(go)``,Yd=Rt(go)``,Jd=({title:e,description:t,badgeLabel:i,icon:n,actionButton:o,size:r="medium"})=>{const a="small"===r?16:"medium"===r?20:24,s="small"===r?12:"medium"===r?14:16;return zt(qd,{children:[zt(Gd,{children:[zt(Hd,{children:[n&&Ft(n,{size:a}),Ft(Kd,{weight:300,size:a,children:e}),void 0!==i&&Ft(kr,{label:i,filled:!!i})]}),Ft(Yd,{weight:200,opacity:.8,size:s,children:t})]}),o&&Ft("div",{children:o})]})},Xd=Rt.div`
|
|
1408
|
+
position: relative;
|
|
1409
|
+
gap: 0;
|
|
1410
|
+
z-index: 0;
|
|
1411
|
+
display: grid;
|
|
1412
|
+
grid-template-columns: repeat(${({$count:e})=>e}, 1fr);
|
|
1413
|
+
`,Zd=Rt.button`
|
|
1414
|
+
flex: 1;
|
|
1415
|
+
display: flex;
|
|
1416
|
+
align-items: center;
|
|
1417
|
+
justify-content: center;
|
|
1418
|
+
gap: 4px;
|
|
1419
|
+
padding: 6px 12px;
|
|
1420
|
+
background-color: transparent;
|
|
1421
|
+
border-radius: ${({$isFirstItem:e,$isLastItem:t})=>e?"32px 0px 0px 32px":t?"0px 32px 32px 0px":"0"};
|
|
1422
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
1423
|
+
cursor: pointer;
|
|
1424
|
+
&:hover {
|
|
1425
|
+
border: 1px solid ${({theme:e})=>e.colors.secondary};
|
|
1426
|
+
}
|
|
1427
|
+
`,Qd=Rt.div`
|
|
1428
|
+
position: absolute;
|
|
1429
|
+
top: ${({$y:e})=>e}px;
|
|
1430
|
+
left: ${({$x:e})=>e}px;
|
|
1431
|
+
z-index: -1;
|
|
1432
|
+
width: ${({$width:e})=>e}px;
|
|
1433
|
+
height: ${({$height:e})=>e}px;
|
|
1434
|
+
background-color: ${({theme:e,$bgColor:t})=>t||e.colors.dropdown_bg_2};
|
|
1435
|
+
border-radius: ${({$isFirstItem:e,$isLastItem:t})=>e?"32px 0px 0px 32px":t?"0px 32px 32px 0px":"0"};
|
|
1436
|
+
transition: all 0.3s;
|
|
1437
|
+
`,ep=({options:e=[],selected:t,setSelected:i})=>{const n=e.findIndex(e=>e.value===t),[o,r]=yt(e[n]?.selectedBgColor||""),[a,s]=yt({width:0,height:0}),[l,c]=yt({x:0,y:0}),d=vt(null);return wt(()=>{d.current&&(s({width:d.current.offsetWidth,height:d.current.offsetHeight}),c({x:d.current.offsetWidth*n,y:0}))},[t,n]),zt(Xd,{$count:e.length,children:[e.map(({icon:n,label:o,value:a,selectedBgColor:s,selectedTextColor:l},c)=>{const p=t===a;return zt(Zd,{ref:p?d:void 0,$isFirstItem:0===c,$isLastItem:c===e.length-1,onClick:()=>{i(a),r(s||"")},children:[n&&Ft(n,{}),o&&Ft(go,{size:12,family:"secondary",decoration:"underline",color:p?l:void 0,children:o})]},`segment-${o||c}-${a}`)}),Ft(Qd,{$bgColor:o,$width:a.width,$height:a.height,$x:l.x,$y:l.y,$isFirstItem:0===n,$isLastItem:n===e.length-1})]})},tp=Rt(Tr)`
|
|
1438
|
+
gap: 8px;
|
|
1439
|
+
text-transform: none;
|
|
1440
|
+
text-decoration: none;
|
|
1441
|
+
border: ${({theme:e,$withBorder:t})=>`1px solid ${t?e.colors.border:"transparent"}`};
|
|
1442
|
+
&.not-selected {
|
|
1443
|
+
background-color: ${({theme:e,$color:t})=>t||e.colors.dropdown_bg_2+gr["060"]};
|
|
1444
|
+
&:hover {
|
|
1445
|
+
background-color: ${({theme:e,$hoverColor:t})=>t||e.colors.dropdown_bg_2};
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
&.selected {
|
|
1449
|
+
background-color: ${({theme:e})=>e.colors.majestic_blue+gr["030"]};
|
|
1450
|
+
}
|
|
1451
|
+
`,ip=Rt(go)`
|
|
1452
|
+
white-space: nowrap;
|
|
1453
|
+
overflow: hidden;
|
|
1454
|
+
text-overflow: ellipsis;
|
|
1455
|
+
font-size: 14px;
|
|
1456
|
+
`,np=({label:e,onClick:t,icon:i,iconSrc:n,badgeLabel:o,badgeFilled:r,isSelected:a,withBorder:s,color:l,hoverColor:c,style:d})=>{const p=Mt();return zt(tp,{onClick:t,className:a?"selected":"not-selected",$withBorder:s,$color:l,$hoverColor:c,style:d,children:[i&&Ft("div",{children:Ft(i,{fill:p.text.info})}),n&&Ft("div",{children:Ft("img",{src:n,alt:"",width:16,height:16})}),Ft(ip,{children:e}),a&&Ft("div",{children:Ft(He,{fill:p.colors.majestic_blue_soft})}),void 0!==o&&Ft(kr,{label:o,filled:r||a})]})},op=Rt.div`
|
|
1457
|
+
display: flex;
|
|
1458
|
+
flex-direction: column;
|
|
1459
|
+
gap: 16px;
|
|
1460
|
+
${({$maxWidth:e})=>e&&`max-width: ${e};`}
|
|
1461
|
+
`,rp=Rt.div`
|
|
1462
|
+
display: flex;
|
|
1463
|
+
align-items: center;
|
|
1464
|
+
gap: 16px;
|
|
1465
|
+
`,ap=Rt.div`
|
|
1466
|
+
width: 50px;
|
|
1467
|
+
height: 50px;
|
|
1468
|
+
border-radius: 8px;
|
|
1469
|
+
background: ${({theme:e})=>`linear-gradient(90deg, ${e.colors.dropdown_bg_2} 25%, ${e.colors.dropdown_bg_2} 50%, ${e.colors.border} 75%)`};
|
|
1470
|
+
background-size: 200% 100%;
|
|
1471
|
+
animation: ${yr} 10s infinite linear;
|
|
1472
|
+
`,sp=Rt(ra)`
|
|
1473
|
+
flex: 1;
|
|
1474
|
+
gap: 12px;
|
|
1475
|
+
`,lp=Rt.div`
|
|
1476
|
+
width: ${({$width:e})=>e};
|
|
1477
|
+
height: 16px;
|
|
1478
|
+
background: ${({theme:e})=>`linear-gradient(90deg, ${e.colors.dropdown_bg_2} 25%, ${e.colors.dropdown_bg_2} 50%, ${e.colors.border} 75%)`};
|
|
1479
|
+
background-size: 200% 100%;
|
|
1480
|
+
animation: ${yr} 1.5s infinite linear;
|
|
1481
|
+
border-radius: 4px;
|
|
1482
|
+
`,cp=({size:e=5,maxWidth:t})=>Ft(op,{$maxWidth:t,children:[...Array(e)].map((e,t)=>zt(rp,{children:[Ft(ap,{}),zt(sp,{children:[Ft(lp,{$width:"80%"}),Ft(lp,{$width:"100%"})]})]},t))});var dp;!function(e){e.Active="active",e.Disabled="disabled",e.Finished="finish"}(dp||(dp={}));const pp=Rt.div`
|
|
1483
|
+
display: flex;
|
|
1484
|
+
flex-direction: column;
|
|
1485
|
+
gap: 32px;
|
|
1486
|
+
`,up=Rt.div`
|
|
1487
|
+
display: flex;
|
|
1488
|
+
gap: 16px;
|
|
1489
|
+
padding: 8px;
|
|
1490
|
+
opacity: ${({$state:e})=>e===dp.Active?1:e===dp.Disabled?.5:.8};
|
|
1491
|
+
transition: all 0.3s;
|
|
1492
|
+
`,hp=Rt(oa)`
|
|
1493
|
+
justify-content: center;
|
|
1494
|
+
width: 24px;
|
|
1495
|
+
height: 24px;
|
|
1496
|
+
border-radius: 32px;
|
|
1497
|
+
border: ${({theme:e,$state:t})=>t===dp.Disabled?`1px dashed ${e.text.dark_grey}`:`1px solid ${e.colors.secondary}`};
|
|
1498
|
+
opacity: ${({$state:e})=>e===dp.Finished?.8:1};
|
|
1499
|
+
`,mp=Rt(ra)`
|
|
1500
|
+
justify-content: center;
|
|
1501
|
+
gap: 8px;
|
|
1502
|
+
`,gp=Rt(go)``,$p=Rt(go)``,xp=({data:e,currentStep:t=0})=>{const[i,n]=yt([]);return wt(()=>{n(e.map((e,i)=>i<t-1?{...e,state:dp.Finished,subtitle:e.subtitle||Si.Success}:i===t-1?{...e,state:dp.Active,subtitle:""}:{...e,state:dp.Disabled,subtitle:""}))},[t,e]),Ft(pp,{children:i.map((e,t)=>zt(up,{$state:e.state,children:[Ft(hp,{$state:e.state,children:[dp.Active,dp.Disabled].includes(e.state)?Ft(go,{size:12,children:e.stepNumber}):e.state===dp.Finished?Ft(He,{size:20}):null}),zt(mp,{children:[Ft(gp,{family:"secondary",children:e.title}),e.subtitle&&Ft($p,{size:10,weight:300,children:e.subtitle})]})]},t))})},fp=Rt(oa)`
|
|
1503
|
+
width: fit-content;
|
|
1504
|
+
gap: 6px;
|
|
1505
|
+
padding: 6px 12px;
|
|
1506
|
+
border-radius: 360px;
|
|
1507
|
+
background-color: ${({$type:e,theme:t})=>t.colors[e]};
|
|
1508
|
+
`,bp=Rt(go)`
|
|
1509
|
+
color: ${({$type:e,theme:t})=>t.text[e]};
|
|
1510
|
+
`,yp=({type:e=Si.Info,icon:t,title:i,size:n,family:o,children:r,...a})=>zt(fp,{$type:e,children:[t&&Ft(t,{}),Ft(bp,{$type:e,size:n||12,family:o||"secondary",...a,children:r||i})]}),wp=Rt.div`
|
|
1511
|
+
display: flex;
|
|
1512
|
+
flex-direction: column;
|
|
1513
|
+
position: relative;
|
|
1514
|
+
width: 100%;
|
|
1515
|
+
`,vp=Rt.div`
|
|
1516
|
+
width: 100%;
|
|
1517
|
+
display: flex;
|
|
1518
|
+
align-items: center;
|
|
1519
|
+
gap: 12px;
|
|
1520
|
+
transition: border-color 0.3s;
|
|
1521
|
+
border-radius: 24px;
|
|
1522
|
+
border: 1px solid ${({theme:e})=>e.colors.border};
|
|
1523
|
+
${({$disabled:e})=>e&&Bt`
|
|
1524
|
+
background-color: ${({theme:e})=>e.colors.border};
|
|
1525
|
+
cursor: not-allowed;
|
|
1526
|
+
opacity: 0.6;
|
|
1527
|
+
`}
|
|
1528
|
+
|
|
1529
|
+
${({$hasError:e})=>e&&Bt`
|
|
1530
|
+
border-color: ${({theme:e})=>e.text.error};
|
|
1531
|
+
`}
|
|
1532
|
+
|
|
1533
|
+
${({$isActive:e})=>e&&Bt`
|
|
1534
|
+
border-color: ${({theme:e})=>e.colors.secondary};
|
|
1535
|
+
`}
|
|
1536
|
+
|
|
1537
|
+
&:hover {
|
|
1538
|
+
border-color: ${({theme:e})=>e.colors.secondary};
|
|
1539
|
+
}
|
|
1540
|
+
&:focus-within {
|
|
1541
|
+
border-color: ${({theme:e})=>e.colors.secondary};
|
|
1542
|
+
}
|
|
1543
|
+
`,Cp=Rt.textarea`
|
|
1544
|
+
flex: 1;
|
|
1545
|
+
border: none;
|
|
1546
|
+
outline: none;
|
|
1547
|
+
background: none;
|
|
1548
|
+
color: ${({theme:e})=>e.text.secondary};
|
|
1549
|
+
font-size: 14px;
|
|
1550
|
+
padding: 12px 20px 0;
|
|
1551
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
1552
|
+
font-weight: 300;
|
|
1553
|
+
line-height: 22px;
|
|
1554
|
+
&::placeholder {
|
|
1555
|
+
color: ${({theme:e})=>e.text.secondary};
|
|
1556
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
1557
|
+
opacity: 0.4;
|
|
1558
|
+
font-size: 14px;
|
|
1559
|
+
font-weight: 300;
|
|
1560
|
+
line-height: 22px; /* 157.143% */
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
&:disabled {
|
|
1564
|
+
background-color: ${({theme:e})=>e.colors.border};
|
|
1565
|
+
cursor: not-allowed;
|
|
1566
|
+
}
|
|
1567
|
+
`,kp=({errorMessage:e,title:t,tooltip:i,required:n,onChange:o,name:r,...a})=>{const s=vt(null),l=e=>{s.current&&(s.current.style.height="auto",e&&(s.current.style.height=`${s.current.scrollHeight}px`))};return zt(wp,{children:[Ft(Il,{title:t,required:n,tooltip:i}),Ft(vp,{$disabled:a.disabled,$hasError:!!e,$isActive:!!a.autoFocus,children:Ft(Cp,{ref:s,"data-id":r,name:r,onFocus:()=>l(!0),onBlur:()=>l(!1),onChange:e=>{e.stopPropagation(),l(!0),o?.(e)},onKeyDown:e=>{e.stopPropagation()},...a})}),!!e&&Ft(fo,{children:e})]})},Sp=Rt.div`
|
|
1568
|
+
display: flex;
|
|
1569
|
+
align-items: center;
|
|
1570
|
+
gap: 12px;
|
|
1571
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
1572
|
+
opacity: ${({$disabled:e})=>e?.6:1};
|
|
1573
|
+
`,Ep=Rt.div`
|
|
1574
|
+
width: 24px;
|
|
1575
|
+
height: 12px;
|
|
1576
|
+
border: 1px ${({$isActive:e,theme:t})=>e?`solid ${t.colors.majestic_blue}`:`dashed ${t.text.grey}`};
|
|
1577
|
+
border-radius: 20px;
|
|
1578
|
+
display: flex;
|
|
1579
|
+
align-items: center;
|
|
1580
|
+
padding: 2px;
|
|
1581
|
+
background-color: transparent;
|
|
1582
|
+
pointer-events: ${({$disabled:e})=>e?"none":"auto"};
|
|
1583
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
1584
|
+
opacity: ${({$isActive:e})=>e?1:.5};
|
|
1585
|
+
transition: border-color 0.3s, opacity 0.3s;
|
|
1586
|
+
&::before {
|
|
1587
|
+
content: '';
|
|
1588
|
+
width: 12px;
|
|
1589
|
+
height: 12px;
|
|
1590
|
+
border-radius: 50%;
|
|
1591
|
+
background-color: ${({$isActive:e,theme:t})=>e?t.colors.majestic_blue:t.colors.secondary};
|
|
1592
|
+
transform: ${({$isActive:e})=>e?"translateX(12px)":"translateX(0)"};
|
|
1593
|
+
transition: background-color 0.3s, transform 0.3s;
|
|
1594
|
+
}
|
|
1595
|
+
`,Ap=({title:e,tooltip:t,initialValue:i=!1,onChange:n,disabled:o,allowPropagation:r=!1,flipHorizontally:a})=>{const[s,l]=yt(i);return wt(()=>l(i),[i]),zt(Sp,{$disabled:o,onClick:e=>{o||(r||e.stopPropagation(),n?n(!s):l(e=>!e))},children:[!a&&Ft(Ep,{$disabled:o,$isActive:s}),(e||t)&&Ft(Oa,{text:t,withIcon:!0,children:e&&Ft(go,{size:14,children:e})}),a&&Ft(Ep,{$disabled:o,$isActive:s})]})};var Tp={v:"5.12.1",fr:60,ip:0,op:80,w:220,h:620,nm:"Odigos - Trace Loader",ddd:0,assets:[{id:"comp_0",nm:"moving lines-5",fr:60,layers:[{ddd:0,ind:1,ty:4,nm:"moving lines-5",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[6.097,.571,0],ix:2,l:2},a:{a:0,k:[-.046,-149.04,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[-.055,-173.88],[.095,546.629]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"st",c:{a:0,k:[.976470588235,.976470588235,.976470588235,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:6,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[85.714,85.714],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Vector",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"tm",s:{a:1,k:[{i:{x:[.757],y:[.459]},o:{x:[.441],y:[0]},t:2.4,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:18.172,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:36.174,s:[85.889]},{t:51,s:[100]}],ix:1},e:{a:1,k:[{i:{x:[.757],y:[.582]},o:{x:[.441],y:[0]},t:0,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:12.174,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:30.174,s:[85.889]},{t:45,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:!1}],ip:0,op:51,st:-26,ct:1,bm:0}]},{id:"comp_1",nm:"moving lines-4",fr:60,layers:[{ddd:0,ind:1,ty:4,nm:"moving lines-4",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[5.475,.571,0],ix:2,l:2},a:{a:0,k:[.144,-156.04,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[.167,-182.047],[.314,547.797]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"st",c:{a:0,k:[.976470588235,.976470588235,.976470588235,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:6,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[85.714,85.714],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Vector",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"tm",s:{a:1,k:[{i:{x:[.757],y:[.459]},o:{x:[.441],y:[0]},t:17.9,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:38.055,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:61.053,s:[85.889]},{t:80,s:[100]}],ix:1},e:{a:1,k:[{i:{x:[.757],y:[.582]},o:{x:[.441],y:[0]},t:0,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:15.553,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:38.555,s:[85.889]},{t:57.5,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:!1}],ip:0,op:80,st:-26,ct:1,bm:0}]},{id:"comp_2",nm:"moving lines-3",fr:60,layers:[{ddd:0,ind:1,ty:4,nm:"moving lines-3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[5.841,.571,0],ix:2,l:2},a:{a:0,k:[.324,-150.04,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[.382,-175.047],[-.051,538.464]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"st",c:{a:0,k:[.976470588235,.976470588235,.976470588235,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:6,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[85.714,85.714],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Vector",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"tm",s:{a:1,k:[{i:{x:[.757],y:[.459]},o:{x:[.441],y:[0]},t:6,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:23.525,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:43.525,s:[85.889]},{t:60,s:[100]}],ix:1},e:{a:1,k:[{i:{x:[.757],y:[.582]},o:{x:[.441],y:[0]},t:0,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:13.525,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:33.525,s:[85.889]},{t:50,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:!1}],ip:0,op:60,st:-26,ct:1,bm:0}]}],layers:[{ddd:0,ind:1,ty:0,nm:"moving lines-5",refId:"comp_0",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[213,1,0],ix:2,l:2},a:{a:0,k:[6,0,0],ix:1,l:2},s:{a:0,k:[100,99.4,100],ix:6,l:2}},ao:0,w:12,h:619,ip:-22,op:29,st:-22,ct:1,bm:0},{ddd:0,ind:2,ty:0,nm:"moving lines-5",refId:"comp_0",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[213,1,0],ix:2,l:2},a:{a:0,k:[6,0,0],ix:1,l:2},s:{a:0,k:[100,99.4,100],ix:6,l:2}},ao:0,w:12,h:619,ip:56,op:107,st:56,ct:1,bm:0},{ddd:0,ind:3,ty:0,nm:"moving lines-5",refId:"comp_0",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[213,1,0],ix:2,l:2},a:{a:0,k:[6,0,0],ix:1,l:2},s:{a:0,k:[100,99.4,100],ix:6,l:2}},ao:0,w:12,h:619,ip:22,op:73,st:22,ct:1,bm:0},{ddd:0,ind:4,ty:0,nm:"moving lines-4",refId:"comp_1",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[110.5,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,98.2,100],ix:6,l:2}},ao:0,w:11,h:627,ip:-65,op:15,st:-65,ct:1,bm:0},{ddd:0,ind:5,ty:0,nm:"moving lines-4",refId:"comp_1",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[110.5,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,98.2,100],ix:6,l:2}},ao:0,w:11,h:627,ip:14,op:94,st:14,ct:1,bm:0},{ddd:0,ind:6,ty:0,nm:"moving lines-3",refId:"comp_2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[7,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,100.4,100],ix:6,l:2}},ao:0,w:11,h:613,ip:2,op:62,st:2,ct:1,bm:0},{ddd:0,ind:7,ty:0,nm:"moving lines-3",refId:"comp_2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[7,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,100.4,100],ix:6,l:2}},ao:0,w:11,h:613,ip:-36,op:20,st:-40,ct:1,bm:0},{ddd:0,ind:8,ty:0,nm:"moving lines-3",refId:"comp_2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[7,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,100.4,100],ix:6,l:2}},ao:0,w:11,h:613,ip:39,op:99,st:39,ct:1,bm:0},{ddd:0,ind:9,ty:4,nm:"Vector :M",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[110,309.736,0],ix:2,l:2},a:{a:0,k:[308.5,313.236,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[205.677,618.844],[205.677,4.807]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[411.428,618.822],[411.333,4.99]],c:!1},ix:2},nm:"Path 6",mn:"ADBE Vector Shape - Group",hd:!1},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[308.5,618.796],[308.5,5.145]],c:!1},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"st",c:{a:0,k:[.975244164467,.975244164467,.975244164467,.639999985695],ix:3},o:{a:0,k:64,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 7",mn:"ADBE Vector Graphic - Stroke",hd:!1}],ip:0,op:684,st:0,ct:1,bm:0}],markers:[],props:{}};const Dp=Rt.div`
|
|
1596
|
+
width: ${({$width:e})=>e}px;
|
|
1597
|
+
height: ${({$height:e})=>e}px;
|
|
1598
|
+
position: relative;
|
|
1599
|
+
`,Ip=({width:e=620})=>{const{darkMode:t}=Mt(),i=e/(620/220);return Ft(Dp,{$width:e,$height:i,children:Ft(Jt,{autoplay:!0,loop:!0,animationData:Tp,style:{width:i,height:e,transform:"rotate(-90deg)",position:"absolute",top:-(i-i/10),left:i-i/10,filter:t?"invert(0)":"invert(1)"}})})};var Np,Op;!function(e){e.Primary="primary",e.Secondary="secondary",e.Text="text"}(Np||(Np={})),function(e){e.S="small",e.M="medium",e.L="large"}(Op||(Op={}));const Fp=Rt.button`
|
|
1600
|
+
display: flex;
|
|
1601
|
+
align-items: center;
|
|
1602
|
+
justify-content: center;
|
|
1603
|
+
gap: 8px;
|
|
1604
|
+
${({$fullWidth:e})=>e&&Bt`
|
|
1605
|
+
width: 100%;
|
|
1606
|
+
`}
|
|
1607
|
+
border: none;
|
|
1608
|
+
border-radius: 6px;
|
|
1609
|
+
${({$size:e,$hasLabel:t})=>e===Op.S?Bt`
|
|
1610
|
+
height: 32px;
|
|
1611
|
+
${t?Bt`
|
|
1612
|
+
padding: 8px 16px;
|
|
1613
|
+
`:Bt`
|
|
1614
|
+
width: 32px;
|
|
1615
|
+
`}
|
|
1616
|
+
`:e===Op.M?Bt`
|
|
1617
|
+
height: 38px;
|
|
1618
|
+
${t?Bt`
|
|
1619
|
+
padding: 8px 18px;
|
|
1620
|
+
`:Bt`
|
|
1621
|
+
width: 38px;
|
|
1622
|
+
`}
|
|
1623
|
+
`:Bt`
|
|
1624
|
+
height: 44px;
|
|
1625
|
+
${t?Bt`
|
|
1626
|
+
padding: 8px 22px;
|
|
1627
|
+
`:Bt`
|
|
1628
|
+
width: 44px;
|
|
1629
|
+
`}
|
|
1630
|
+
`}
|
|
1631
|
+
|
|
1632
|
+
cursor: pointer;
|
|
1633
|
+
&:disabled {
|
|
1634
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[800]};
|
|
1635
|
+
cursor: not-allowed;
|
|
1636
|
+
}
|
|
1637
|
+
&:enabled {
|
|
1638
|
+
${({$withShadow:e})=>e?Bt`
|
|
1639
|
+
box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.32);
|
|
1640
|
+
`:""}
|
|
1641
|
+
${({$variant:e})=>e===Np.Primary?Bt`
|
|
1642
|
+
background-color: ${({theme:e})=>e.v2.colors.purple[500]};
|
|
1643
|
+
&:hover {
|
|
1644
|
+
background-color: ${({theme:e})=>e.v2.colors.purple[600]};
|
|
1645
|
+
}
|
|
1646
|
+
&:active {
|
|
1647
|
+
background-color: ${({theme:e})=>e.v2.colors.purple[700]};
|
|
1648
|
+
}
|
|
1649
|
+
`:e===Np.Secondary?Bt`
|
|
1650
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[750]};
|
|
1651
|
+
&:hover {
|
|
1652
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[600]};
|
|
1653
|
+
}
|
|
1654
|
+
&:active {
|
|
1655
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[500]};
|
|
1656
|
+
}
|
|
1657
|
+
`:e===Np.Text?Bt`
|
|
1658
|
+
background-color: transparent;
|
|
1659
|
+
&:hover {
|
|
1660
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[800]};
|
|
1661
|
+
}
|
|
1662
|
+
&:active {
|
|
1663
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[900]};
|
|
1664
|
+
}
|
|
1665
|
+
`:""}
|
|
1666
|
+
}
|
|
1667
|
+
`,zp=kt(({label:e,leftIcon:t,rightIcon:i,variant:n=Np.Primary,size:o=Op.M,iconSize:r,loading:a,fullWidth:s,withShadow:l,disabled:c,onClick:d,...p},u)=>{const h=Mt(),m=r||(o===Op.L?18:16),g=o===Op.L?ro.S:ro.XS,$=c?h.v2.colors.grey[400]:h.v2.colors.white[500];return Ft(Fp,{ref:u,$variant:n,$size:o,$fullWidth:s,$withShadow:l,$hasLabel:!!e,disabled:c,onClick:a?void 0:e=>{e.stopPropagation(),d?.(e)},...p,children:a?e?Ft(Rd,{size:h.v2.text.size[g],textColor:$}):Ft(fs,{}):zt(_t,{children:[t&&Ft(t,{size:m,fill:$}),e?Ft(so,{size:g,weight:500,color:$,nowrap:!0,children:e}):null,i&&Ft(i,{size:m,fill:$})]})})});zp.displayName=zp.name;const _p=Rt.button`
|
|
1668
|
+
width: 100%;
|
|
1669
|
+
padding: 0;
|
|
1670
|
+
padding-right: 12px;
|
|
1671
|
+
display: flex;
|
|
1672
|
+
align-items: center;
|
|
1673
|
+
justify-content: flex-start;
|
|
1674
|
+
gap: 12px;
|
|
1675
|
+
border-radius: 8px;
|
|
1676
|
+
border: none;
|
|
1677
|
+
${({$hovered:e})=>e?Bt`
|
|
1678
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[750]};
|
|
1679
|
+
`:Bt`
|
|
1680
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[800]};
|
|
1681
|
+
`}
|
|
1682
|
+
overflow: hidden;
|
|
1683
|
+
cursor: pointer;
|
|
1684
|
+
&:disabled {
|
|
1685
|
+
cursor: not-allowed;
|
|
1686
|
+
opacity: 0.5;
|
|
1687
|
+
}
|
|
1688
|
+
`,Rp=Rt.div`
|
|
1689
|
+
width: ${({$hasIcon:e})=>e?"56px":"0"};
|
|
1690
|
+
height: 56px;
|
|
1691
|
+
display: flex;
|
|
1692
|
+
align-items: center;
|
|
1693
|
+
justify-content: center;
|
|
1694
|
+
${({$hovered:e})=>e?Bt`
|
|
1695
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[600]};
|
|
1696
|
+
`:Bt`
|
|
1697
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[700]};
|
|
1698
|
+
`}
|
|
1699
|
+
`,Bp=Rt.div`
|
|
1700
|
+
width: ${({$hasIcon:e})=>e?"calc(100% - 56px)":"100%"};
|
|
1701
|
+
display: flex;
|
|
1702
|
+
justify-content: space-between;
|
|
1703
|
+
align-items: center;
|
|
1704
|
+
gap: 8px;
|
|
1705
|
+
`,Mp=({label:e,icon:t,loading:i,disabled:n,onClick:o})=>{const[r,a]=yt(!1);return zt(_p,{$hovered:r,type:"button",disabled:n||i,onClick:o,onMouseEnter:()=>a(!0),onMouseLeave:()=>a(!1),children:[Ft(Rp,{$hovered:r,$hasIcon:!!t,children:t&&Ft(t,{size:36})}),zt(Bp,{$hasIcon:!!t,children:[i?Ft(Rd,{size:16}):Ft(so,{variant:oo.Span,align:"center",children:e}),Ft(dt,{rotate:90,size:24})]})]})},Pp=({buttons:e})=>Ft(ra,{$gap:12,children:e.map(e=>Ft(Mp,{...e},e.label))}),Lp=Rt.div`
|
|
1706
|
+
display: flex;
|
|
1707
|
+
align-items: center;
|
|
1708
|
+
flex-wrap: wrap;
|
|
1709
|
+
width: calc(100% - 24px);
|
|
1710
|
+
padding: 4px 12px;
|
|
1711
|
+
border-radius: 12px;
|
|
1712
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[800]};
|
|
1713
|
+
`,jp=Rt.div`
|
|
1714
|
+
width: calc(${({$cellsPerRow:e})=>100/e+"%"} - 16px);
|
|
1715
|
+
margin: 8px;
|
|
1716
|
+
display: flex;
|
|
1717
|
+
flex-direction: column;
|
|
1718
|
+
gap: 4px;
|
|
1719
|
+
`,Up=({cellsPerRow:e,items:t})=>{const i=Mt(),{CopyButton:n}=Pr();return Ft(Lp,{children:t.map(({id:o,title:r,label:a,withCopy:s,badge:l})=>zt(jp,{$cellsPerRow:e||t.length,children:[Ft(so,{size:ro.XXXS,color:i.v2.colors.silver[200],nowrap:!0,children:r}),zt(oa,{$gap:4,children:[l&&Ft(co,{...l}),a&&Ft(so,{size:ro.XS,nowrap:!0,children:a}),s&&Ft(n,{value:a||l?.label?.toString()||"",size:Rr.XS})]})]},o))})};var Wp;!function(e){e.S="s",e.L="l"}(Wp||(Wp={}));const Vp=Rt.div`
|
|
1720
|
+
display: flex;
|
|
1721
|
+
align-items: center;
|
|
1722
|
+
gap: 2px;
|
|
1723
|
+
padding: 3px;
|
|
1724
|
+
border-radius: 8px;
|
|
1725
|
+
border: 1px solid ${({theme:e})=>e.v2.colors.grey[500]};
|
|
1726
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[700]};
|
|
1727
|
+
`,qp=Rt.button`
|
|
1728
|
+
flex: 1;
|
|
1729
|
+
display: flex;
|
|
1730
|
+
align-items: center;
|
|
1731
|
+
justify-content: center;
|
|
1732
|
+
gap: 8px;
|
|
1733
|
+
padding: ${({$size:e})=>e===Wp.S?"4px 8px":"8px 16px"};
|
|
1734
|
+
border-radius: 6px;
|
|
1735
|
+
border: none;
|
|
1736
|
+
background-color: ${({theme:e,$isSelected:t,$selectedBgColor:i})=>t?i||e.v2.colors.black[500]:"transparent"};
|
|
1737
|
+
box-shadow: ${({$isSelected:e})=>e?"0 0 11px 0 rgba(0, 0, 0, 0.32)":"none"};
|
|
1738
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
1739
|
+
&:hover {
|
|
1740
|
+
background-color: ${({theme:e,$isSelected:t,$selectedBgColor:i})=>t?i||e.v2.colors.black[500]:e.v2.colors.silver[800]};
|
|
1741
|
+
}
|
|
1742
|
+
`,Gp=({size:e=Wp.L,options:t=[],selected:i,setSelected:n,disabled:o})=>{const r=Mt(),a=o?r.v2.colors.grey[400]:r.v2.colors.white[500],s=e===Wp.S?ro.XXS:ro.XS,l=e===Wp.S?400:500;return Ft(Vp,{$count:t.length,children:t.map(({value:t,label:r,icon:c,selectedBgColor:d},p)=>zt(qp,{onClick:()=>!o&&n(t),$size:e,$disabled:o,$isSelected:i===t,$selectedBgColor:d,children:[c&&Ft(c,{fill:a}),r&&Ft(so,{size:s,weight:l,color:a,nowrap:!0,children:r})]},`segment-${r||p}-${t}`))})},Hp=Rt.div`
|
|
1743
|
+
box-sizing: border-box !important;
|
|
1744
|
+
width: ${({$width:e})=>e??"fit-content"};
|
|
1745
|
+
padding: ${({$withSegment:e})=>e?"2px 2px 2px 12px":"6px 12px"};
|
|
1746
|
+
display: flex;
|
|
1747
|
+
align-self: stretch;
|
|
1748
|
+
align-items: center;
|
|
1749
|
+
gap: 8px;
|
|
1750
|
+
overflow: hidden;
|
|
1751
|
+
border-radius: 6px;
|
|
1752
|
+
|
|
1753
|
+
border: none;
|
|
1754
|
+
border-radius: 6px;
|
|
1755
|
+
background: ${({$isHovered:e,$isActive:t,theme:i})=>e||t?i.v2.colors.silver[700]:i.v2.colors.silver[800]};
|
|
1756
|
+
`,Kp=Rt.input`
|
|
1757
|
+
min-width: 0;
|
|
1758
|
+
flex: 1;
|
|
1759
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
1760
|
+
font-size: 14px;
|
|
1761
|
+
font-weight: 400;
|
|
1762
|
+
line-height: 20px;
|
|
1763
|
+
|
|
1764
|
+
cursor: text;
|
|
1765
|
+
color: ${({$textColor:e})=>e};
|
|
1766
|
+
&::placeholder {
|
|
1767
|
+
color: ${({$textColor:e})=>e};
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
overflow: hidden;
|
|
1771
|
+
text-overflow: ellipsis;
|
|
1772
|
+
white-space: nowrap;
|
|
1773
|
+
`,Yp=({value:e,onChange:t,placeholder:i,width:n,segment:o})=>{const r=Mt(),[a,s]=yt(!1),[l,c]=yt(!1),[d,p]=yt(!1),u=a?r.v2.colors.white[500]:r.v2.colors.silver[200],h=!!o?.options?.length,m=bt(()=>{if(h)return o?.options.find(e=>e.value===o.selected)?.label},[h,o?.options,o?.selected]),g=bt(()=>i||(h&&m?`Search by ${m.toLowerCase()}`:"Search..."),[i,h,m]);return zt(Hp,{$width:n,$withSegment:h,onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),$isHovered:l&&!d,$isActive:a,children:[Ft(rt,{size:18,fill:u}),Ft(Kp,{"data-id":"search",name:"search",type:"text",placeholder:g,value:e,onChange:e=>{e.stopPropagation(),t(e.target.value)},onFocus:()=>s(!0),onBlur:()=>s(!1),$textColor:u}),h&&Ft("div",{style:{flexShrink:0},onMouseEnter:()=>p(!0),onMouseLeave:()=>p(!1),children:Ft(Gp,{options:o.options,selected:o.selected,setSelected:o.setSelected,size:Wp.S})})]})};var Jp;!function(e){e.S="small",e.L="large"}(Jp||(Jp={}));const Xp=Rt.div`
|
|
1774
|
+
width: fit-content;
|
|
1775
|
+
display: flex;
|
|
1776
|
+
align-items: center;
|
|
1777
|
+
gap: 8px;
|
|
1778
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
1779
|
+
`,Zp=Rt.div`
|
|
1780
|
+
width: ${({$size:e})=>e===Jp.S?"16px":"20px"};
|
|
1781
|
+
height: ${({$size:e})=>e===Jp.S?"16px":"20px"};
|
|
1782
|
+
display: flex;
|
|
1783
|
+
align-items: center;
|
|
1784
|
+
justify-content: center;
|
|
1785
|
+
border-radius: 4px;
|
|
1786
|
+
border: 1px solid ${({$borderColor:e})=>e};
|
|
1787
|
+
background-color: ${({$backgroundColor:e})=>e};
|
|
1788
|
+
`,Qp=({label:e,size:t=Jp.L,disabled:i,partiallyChecked:n,value:o,onChange:r})=>{const a=Mt(),[s,l]=yt(!1),c=n||o,d=t===Jp.S?12:16,p=i?a.v2.colors.grey[400]:a.v2.colors.white[500],u=c?"transparent":i?a.v2.colors.grey[700]:s?a.v2.colors.silver[400]:a.v2.colors.silver[600],h=i?a.v2.colors.grey[600]:c?a.v2.colors.purple[500]:a.v2.colors.silver[900];return zt(Xp,{"data-id":"checkbox"+(e?`-${e}`:""),onClick:e=>{e.stopPropagation(),i||r(!!n||!o)},$disabled:i,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),children:[Ft(Zp,{$size:t,$borderColor:u,$backgroundColor:h,children:n?Ft(Je,{size:d,fill:p}):o?Ft(He,{size:d,fill:p}):null}),e&&Ft(so,{size:t===Jp.S?ro.XXS:ro.XS,nowrap:!0,children:e})]})},eu=Rt.div`
|
|
1789
|
+
display: flex;
|
|
1790
|
+
flex-direction: ${({$direction:e})=>e===mi.Horizontal?"row":"column"};
|
|
1791
|
+
gap: ${({$direction:e})=>e===mi.Horizontal?16:8}px;
|
|
1792
|
+
`,tu=({direction:e=mi.Vertical,title:t,size:i,disabled:n,withSelectAll:o,options:r,values:a,setValues:s})=>{const l=i===Jp.S?ro.XXS:ro.XS,c=bt(()=>r.every(e=>a[e.id]),[r,a]),d=bt(()=>r.some(e=>a[e.id])&&r.some(e=>!a[e.id]),[r,a]),p=(e,t)=>{s(i=>{const n={...i};return e?n[e]=t:r.forEach(e=>n[e.id]=t),n})};return zt(eu,{$direction:e,children:[t&&o?Ft(Qp,{label:t,partiallyChecked:d,value:c,onChange:e=>p("",e),size:i}):t&&!o?Ft(so,{size:l,children:t}):null,r.map(e=>Ft(Qp,{...e,value:a[e.id],onChange:t=>p(e.id,t),disabled:n,size:i},`${t}-checkbox-${e.id}`))]})};var iu,nu;!function(e){e.Left="left",e.Right="right"}(iu||(iu={})),function(e){e.Top="top",e.Bottom="bottom"}(nu||(nu={}));const ou=Rt.div`
|
|
1793
|
+
position: relative;
|
|
1794
|
+
`,ru=Rt.div`
|
|
1795
|
+
display: flex;
|
|
1796
|
+
flex-direction: column;
|
|
1797
|
+
gap: 0;
|
|
1798
|
+
|
|
1799
|
+
min-width: 120px;
|
|
1800
|
+
width: ${({$fullWidth:e})=>e?"calc(100% - 16px)":"fit-content"};
|
|
1801
|
+
padding: 8px;
|
|
1802
|
+
border-radius: 6px;
|
|
1803
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[900]};
|
|
1804
|
+
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
|
|
1805
|
+
|
|
1806
|
+
position: absolute;
|
|
1807
|
+
${({$alignX:e})=>`${e}: 0;`}
|
|
1808
|
+
${({$alignY:e,$withOffsetY:t})=>`${e===nu.Bottom?"top":"bottom"}: ${t?"calc(100% + 8px)":"0"};`}
|
|
1809
|
+
z-index: 1;
|
|
1810
|
+
`,au=Rt.div`
|
|
1811
|
+
display: flex;
|
|
1812
|
+
flex-direction: column;
|
|
1813
|
+
gap: 0;
|
|
1814
|
+
|
|
1815
|
+
width: 100%;
|
|
1816
|
+
max-height: ${({$maxHeight:e})=>e||"230px"};
|
|
1817
|
+
overflow-y: auto;
|
|
1818
|
+
`,su=Rt.div`
|
|
1819
|
+
display: flex;
|
|
1820
|
+
align-items: center;
|
|
1821
|
+
gap: 8px;
|
|
1822
|
+
width: calc(100% - 16px);
|
|
1823
|
+
padding: 8px;
|
|
1824
|
+
border-radius: 6px;
|
|
1825
|
+
cursor: pointer;
|
|
1826
|
+
${({$selected:e})=>e?Bt`
|
|
1827
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[500]};
|
|
1828
|
+
`:Bt`
|
|
1829
|
+
background-color: transparent;
|
|
1830
|
+
&:hover {
|
|
1831
|
+
background-color: ${({theme:e})=>e.v2.colors.grey[700]};
|
|
1832
|
+
}
|
|
1833
|
+
`}
|
|
1834
|
+
`,lu=({defaultOpen:e,alignX:t,alignY:i,items:n,selectedIds:o,setSelectedIds:r,withMultiSelect:a,withSearch:s,fullWidth:l,maxHeight:c,buttonProps:d,iconButtonProps:p,children:u})=>{const h=Mt(),m=!!d||!!p||!!u,[g,$]=yt(e??!m),[x,f]=yt({x:t||iu.Left,y:i||nu.Bottom}),b=e=>{$(e=>!e),f({x:t||(e.clientX>window.innerWidth/2?iu.Right:iu.Left),y:i||(e.clientY>window.innerHeight/2?nu.Top:nu.Bottom)})},y=e=>{r(a?o.includes(e)?o.filter(t=>t!==e):[...o,e]:[e]),m&&!a&&$(!1)},w=vt(null);Gr(w,()=>$(!1));const[v,C]=yt(""),k=bt(()=>v?n.filter(e=>e?.label?.toLowerCase().includes(v.toLowerCase())):n,[n.length,v]);return zt(ou,{ref:w,children:[d&&Ft(zp,{...d,fullWidth:l,rightIcon:g?pt:ut,onClick:b}),p&&Ft(Mr,{...p,onClick:b}),"function"==typeof u?u({ChevronIcon:g?pt:ut,handleClick:b}):u,g&&zt(ru,{$alignX:x.x,$alignY:x.y,$fullWidth:l,$withOffsetY:m,children:[s&&Ft(Yp,{value:v,onChange:C,width:"100%"}),Ft(au,{$maxHeight:c,children:k.map(e=>{if(!e)return null;const{id:t,label:i,icon:n,withCheckbox:r}=e,a=o.includes(t);return zt(su,{$selected:a&&!r,onClick:()=>y(t),children:[r&&Ft(Qp,{value:a,onChange:()=>y(t)}),n&&Ft(n,{size:14,fill:h.v2.colors.white[500]}),Ft(so,{size:ro.XS,nowrap:!0,children:i})]},t)})}),a&&Ft(zp,{label:"Done",onClick:()=>$(!1)})]})]})};var cu;!function(e){e.Button="button",e.ButtonDropData="button-drop-data"}(cu||(cu={}));const du=({onAnyClick:e,actions:t})=>Ft(oa,{$gap:8,$alignItems:"center",children:t?.map(t=>{if(!t)return null;switch(t.type){case cu.Button:return Ft(zp,{...t.buttonProps,onClick:i=>{t.buttonProps?.onClick?.(i),e?.()}},t.id);case cu.ButtonDropData:return Ft(lu,{...t.dropDataProps,items:t.dropDataProps?.items??[],withMultiSelect:!1,selectedIds:[],setSelectedIds:i=>{t.buttonProps?.onClick?.(i[0]),e?.()},buttonProps:t.buttonProps},t.id);default:return null}})}),pu=Rt.div`
|
|
1835
|
+
display: flex;
|
|
1836
|
+
align-items: center;
|
|
1837
|
+
justify-content: center;
|
|
1838
|
+
padding: 8px;
|
|
1839
|
+
border-radius: 8px;
|
|
1840
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[900]};
|
|
1841
|
+
`,uu=({icon:e,title:t,subTitle:i,withCopy:n,badge:o,children:r})=>{const a=Mt(),{CopyButton:s}=Pr();return zt(oa,{$gap:i?8:6,$alignItems:"center",children:[i?Ft(pu,{children:Ft(e,{size:24})}):Ft(e,{size:24}),zt(ra,{children:[zt(oa,{$gap:6,$alignItems:"center",children:[Ft(so,{nowrap:!0,children:t}),n&&Ft(s,{value:t,size:Rr.XS}),o&&Ft(co,{...o})]}),i&&Ft(so,{size:ro.XXS,color:a.v2.colors.silver[200],nowrap:!0,children:i})]}),r]})};var hu;!function(e){e.S="small",e.M="medium"}(hu||(hu={}));const mu=Rt.div`
|
|
1842
|
+
display: flex;
|
|
1843
|
+
flex-direction: column;
|
|
1844
|
+
gap: ${({$gap:e})=>e}px;
|
|
1845
|
+
width: ${({$padding:e})=>`calc(100% - ${2*e}px)`};
|
|
1846
|
+
padding: ${({$padding:e})=>e}px;
|
|
1847
|
+
border-radius: 16px;
|
|
1848
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
|
|
1849
|
+
`,gu=({size:e=hu.M,richTitle:t,search:i,actions:n,children:o})=>{const r=e===hu.S?4:16,a=e===hu.S?12:16;return zt(mu,{$padding:a,$gap:r,children:[zt(oa,{$gap:r,$justifyContent:"space-between",children:[Ft(uu,{...t,children:i&&Ft(Yp,{...i})}),Ft(du,{actions:n??[]})]}),o]})},$u=Rt.div`
|
|
1850
|
+
flex: 1;
|
|
1851
|
+
align-self: stretch;
|
|
1852
|
+
display: flex;
|
|
1853
|
+
align-items: center;
|
|
1854
|
+
gap: 8px;
|
|
1855
|
+
padding: 16px;
|
|
1856
|
+
border-radius: 12px;
|
|
1857
|
+
background-color: ${({theme:e,$status:t})=>Dn(e,t,t===Ti.Unknown?"750":"500")};
|
|
1858
|
+
`,xu=Rt.div`
|
|
1859
|
+
display: flex;
|
|
1860
|
+
align-items: center;
|
|
1861
|
+
justify-content: center;
|
|
1862
|
+
width: fit-content;
|
|
1863
|
+
height: fit-content;
|
|
1864
|
+
padding: 8px;
|
|
1865
|
+
border-radius: 12px;
|
|
1866
|
+
background-color: ${({theme:e,$status:t})=>t===Ti.Unknown?Dn(e,t,"800"):Dn(e,t,"900")+gr["015"]};
|
|
1867
|
+
`,fu=({status:e,icon:t,title:i,description:n})=>{const o=Mt(),r=t??Nn(e,o),a=[Si.Default,Si.Info,Ti.Disabled,Ti.Unknown].includes(e)?o.v2.colors.white[500]:o.v2.colors.black[500];return zt($u,{$status:e,children:[Ft(xu,{$status:e,children:Ft(r,{size:32,fill:a})}),zt(ra,{$gap:2,$justifyContent:"center",children:[Ft(so,{size:ro.M,weight:500,color:a,nowrap:!0,children:i}),Ft(so,{size:ro.XXS,weight:300,color:a,nowrap:!0,children:n})]})]})},bu=Rt.div`
|
|
1868
|
+
flex: 1;
|
|
1869
|
+
align-self: stretch;
|
|
1870
|
+
display: flex;
|
|
1871
|
+
flex-direction: column;
|
|
1872
|
+
gap: 12px;
|
|
1873
|
+
padding: 12px;
|
|
1874
|
+
border-radius: 12px;
|
|
1875
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[800]};
|
|
1876
|
+
`,yu=["-","N/A"],wu=({title:e,cells:t})=>{const i=Mt();return zt(bu,{children:[Ft(so,{size:ro.XXS,color:i.v2.colors.grey[150],children:e}),Ft(oa,{$gap:32,children:t.map(t=>zt(ra,{$gap:2,children:[!t.isLoading||t.value&&!yu.includes(t.value)?Ft(so,{size:t.label?ro.M:ro.L,children:t.value}):Ft(fs,{scale:.9}),t.label&&Ft(so,{size:ro.XXS,children:t.label})]},`${e}-${t.label}-${t.value}`))})]})},vu=Rt(oa)`
|
|
1877
|
+
width: calc(100% - 20px);
|
|
1878
|
+
padding: 10px;
|
|
1879
|
+
border-radius: 6px;
|
|
1880
|
+
background-color: ${({theme:e})=>e.v2.colors.grey[800]};
|
|
1881
|
+
display: flex;
|
|
1882
|
+
align-items: center;
|
|
1883
|
+
justify-content: space-between;
|
|
1884
|
+
gap: 12px;
|
|
1885
|
+
`,Cu=Rt.div`
|
|
1886
|
+
position: relative;
|
|
1887
|
+
width: ${({$hideCopy:e})=>e?"100%":"calc(100% - 24px - 12px)"};
|
|
1888
|
+
display: flex;
|
|
1889
|
+
align-items: center;
|
|
1890
|
+
gap: 4px;
|
|
1891
|
+
`,ku=Rt.pre`
|
|
1892
|
+
flex: 1;
|
|
1893
|
+
margin: 0;
|
|
1894
|
+
padding: 0;
|
|
1895
|
+
font-size: 14px;
|
|
1896
|
+
color: #5ffb98; // TODO: add to theme
|
|
1897
|
+
overflow-x: auto;
|
|
1898
|
+
`,Su=Rt.span`
|
|
1899
|
+
flex-shrink: 0;
|
|
1900
|
+
font-size: 14px;
|
|
1901
|
+
color: #5ffb98; // TODO: add to theme
|
|
1902
|
+
`,Eu=({value:e,hideCopy:t=!1,onDone:i})=>{const{CopyButton:n}=Pr({onDone:i}),o=vt(null),[r,a]=yt(!1);return wt(()=>{const e=()=>{if(o.current){const{scrollWidth:e,clientWidth:t}=o.current;a(e>t)}};e();const t=new ResizeObserver(e);return o.current&&t.observe(o.current),()=>{t.disconnect()}},[e]),zt(vu,{children:[zt(Cu,{$hideCopy:t,children:[Ft(ku,{ref:o,children:e}),r&&Ft(Su,{children:"..."})]}),!t&&Ft(n,{value:e,size:Rr.XS})]})},Au=Rt.div`
|
|
1903
|
+
display: flex;
|
|
1904
|
+
align-items: center;
|
|
1905
|
+
justify-content: space-between;
|
|
1906
|
+
width: calc(100%);
|
|
1907
|
+
`,Tu=Rt.div`
|
|
1908
|
+
display: flex;
|
|
1909
|
+
align-items: center;
|
|
1910
|
+
gap: 16px;
|
|
1911
|
+
padding: 6px 0;
|
|
1912
|
+
`,Du=Rt.div`
|
|
1913
|
+
display: flex;
|
|
1914
|
+
align-items: center;
|
|
1915
|
+
justify-content: center;
|
|
1916
|
+
width: 36px;
|
|
1917
|
+
height: 36px;
|
|
1918
|
+
border-radius: 8px;
|
|
1919
|
+
background: ${({theme:e})=>e.v2.colors.silver[800]};
|
|
1920
|
+
`,Iu=Rt.div`
|
|
1921
|
+
display: flex;
|
|
1922
|
+
align-items: center;
|
|
1923
|
+
gap: 12px;
|
|
1924
|
+
`,Nu=({icon:e,title:t,subTitle:i,actions:n,onClose:o,onCloseDisabled:r})=>zt(Au,{children:[zt(Tu,{children:[Ft(Du,{children:Ft(e,{size:24})}),zt(ra,{$gap:6,children:[Ft(so,{size:ro.S,weight:500,children:t}),i&&Ft(so,{size:ro.XXS,children:i})]})]}),zt(Iu,{children:[n?.length?Ft(Mr,{icon:ht,size:Rr.M,onClick:()=>alert("todo")}):null,Ft(Mr,{icon:Ye,size:Rr.M,onClick:o,disabled:r})]})]}),Ou=Rt.div`
|
|
1925
|
+
position: fixed;
|
|
1926
|
+
top: 0;
|
|
1927
|
+
bottom: 0;
|
|
1928
|
+
${({$position:e})=>e}: 0;
|
|
1929
|
+
z-index: 1000;
|
|
1930
|
+
|
|
1931
|
+
display: flex;
|
|
1932
|
+
flex-direction: column;
|
|
1933
|
+
gap: 12px;
|
|
1934
|
+
|
|
1935
|
+
width: calc(${({$width:e})=>e} - 32px);
|
|
1936
|
+
padding: 12px;
|
|
1937
|
+
border-radius: ${({$position:e})=>"left"===e?"0 20px 20px 0":"20px 0 0 20px"};
|
|
1938
|
+
background: ${({theme:e})=>e.v2.colors.black[500]};
|
|
1939
|
+
box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.7);
|
|
1940
|
+
overflow: hidden;
|
|
1941
|
+
|
|
1942
|
+
animation-name: ${({$position:e})=>xr.in[e]};
|
|
1943
|
+
`,Fu=Rt.div`
|
|
1944
|
+
display: flex;
|
|
1945
|
+
flex-direction: column;
|
|
1946
|
+
gap: 12px;
|
|
1947
|
+
|
|
1948
|
+
height: calc(100% - ${56}px);
|
|
1949
|
+
overflow-y: auto;
|
|
1950
|
+
`,zu=({isOpen:e,hideOverlay:t=!1,position:i="right",width:n="600px",header:o,children:r})=>(Or(e),e?Gt(zt(_t,{children:[!t&&Ft(la,{onClick:o.onCloseDisabled?void 0:o.onClose}),zt(Ou,{$position:i,$width:n,children:[Ft(Nu,{...o}),Ft(Fu,{children:r})]})]}),document.body):null),_u=Rt.span`
|
|
1951
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
1952
|
+
font-size: ${({$smallAndDark:e})=>e?"12px":"14px"};
|
|
1953
|
+
font-weight: 400;
|
|
1954
|
+
color: ${({theme:e,$smallAndDark:t})=>t?e.v2.colors.grey[400]:e.v2.colors.silver[200]};
|
|
1955
|
+
`,Ru=Rt.span`
|
|
1956
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
1957
|
+
font-size: 14px;
|
|
1958
|
+
font-weight: 400;
|
|
1959
|
+
color: ${({theme:e})=>e.v2.colors.red[500]};
|
|
1960
|
+
`,Bu=({label:e,tooltip:t,required:i,width:n,smallAndDark:o})=>e||t||i?zt(oa,{$width:n,$justifyContent:"space-between",children:[e&&Ft(_u,{$smallAndDark:o,children:e}),zt(oa,{$gap:4,children:[i&&Ft(Ru,{children:"*"}),t&&Ft(Oa,{text:t,withIcon:!0})]})]}):null,Mu=({errorMessage:e,helpMessage:t})=>{const i=Mt(),n=e?i.v2.colors.red[500]:i.v2.colors.silver[200],o=Ft(Ge,{size:12,fill:n});return e||t?zt(oa,{$gap:4,children:[Ft("div",{children:o}),Ft(so,{size:ro.XXS,weight:400,color:n,children:e||t})]}):null},Pu=Rt.div`
|
|
1961
|
+
padding: ${({$small:e})=>e?"4px":"8px 12px"};
|
|
1962
|
+
|
|
1963
|
+
display: flex;
|
|
1964
|
+
align-self: stretch;
|
|
1965
|
+
align-items: center;
|
|
1966
|
+
gap: 8px;
|
|
1967
|
+
border-radius: 6px;
|
|
1968
|
+
|
|
1969
|
+
border: 1px solid ${({theme:e,$disabled:t,$error:i})=>t?e.v2.colors.grey[600]:i?e.v2.colors.red[500]:e.v2.colors.silver[500]};
|
|
1970
|
+
background: ${({theme:e,$disabled:t})=>t?e.v2.colors.grey[800]:e.v2.colors.black[500]};
|
|
1971
|
+
${({$disabled:e,$error:t})=>!e&&!t&&Bt`
|
|
1972
|
+
&:hover,
|
|
1973
|
+
&:active,
|
|
1974
|
+
&:focus-within {
|
|
1975
|
+
border: 1px solid ${({theme:e})=>e.v2.colors.silver[300]};
|
|
1976
|
+
}
|
|
1977
|
+
`}
|
|
1978
|
+
`,Lu=Rt.input`
|
|
1979
|
+
max-width: ${({$maxWidth:e})=>e||"unset"};
|
|
1980
|
+
width: ${({$width:e})=>e||"unset"};
|
|
1981
|
+
|
|
1982
|
+
flex: 1;
|
|
1983
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
1984
|
+
font-size: ${({$small:e})=>e?"12px":"14px"};
|
|
1985
|
+
font-weight: 400;
|
|
1986
|
+
|
|
1987
|
+
cursor: text;
|
|
1988
|
+
color: ${({theme:e})=>e.v2.colors.white[500]};
|
|
1989
|
+
&::placeholder {
|
|
1990
|
+
color: ${({theme:e})=>e.v2.colors.silver[600]};
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
&:disabled {
|
|
1994
|
+
cursor: not-allowed;
|
|
1995
|
+
color: ${({theme:e})=>e.v2.colors.grey[400]};
|
|
1996
|
+
&::placeholder {
|
|
1997
|
+
color: ${({theme:e})=>e.v2.colors.grey[400]};
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
overflow: hidden;
|
|
2002
|
+
text-overflow: ellipsis;
|
|
2003
|
+
white-space: nowrap;
|
|
2004
|
+
`,ju=Rt.div`
|
|
2005
|
+
display: flex;
|
|
2006
|
+
align-items: center;
|
|
2007
|
+
justify-content: center;
|
|
2008
|
+
cursor: pointer;
|
|
2009
|
+
`,Uu=({label:e,required:t,tooltip:i,leftIcon:n,rightIcon:o,hasError:r,errorMessage:a,helpMessage:s,type:l=ki.Text,name:c,value:d,onChange:p,disabled:u,maxWidth:h,width:m,small:g=!1,...$})=>{const x=Mt(),f=l===ki.Password,[b,y]=yt(!1),w=d?x.v2.colors.white[500]:u?x.v2.colors.grey[400]:x.v2.colors.silver[200],v=g?14:18;return zt(ra,{$width:m,$gap:6,children:[Ft(Bu,{label:e,tooltip:i,required:t}),zt(Pu,{$small:g,$disabled:u,$error:r||!!a,children:[n?Ft(n,{size:v,fill:w}):null,Ft(Lu,{"data-id":c,type:b||l===ki.Number?ki.Text:l,name:c,value:d,onChange:e=>{e.stopPropagation(),l===ki.Number&&(e.target.value=Jn(e.target.value)),p?.(e)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},disabled:u,$maxWidth:h,$width:m,$small:g,...$}),f?Ft(ju,{onClick:()=>y(e=>!e),children:Ft(b?nt:ot,{size:v,fill:w})}):o?Ft(o,{size:v,fill:w}):null]}),Ft(Mu,{errorMessage:a,helpMessage:s})]})},Wu=({options:e,values:t,setValues:i,withMultiSelect:n,withSearch:o,...r})=>{const a=bt(()=>e.map(e=>({...e,withCheckbox:!0})),[e]),s=bt(()=>t?.length?`Selected: ${e.filter(e=>t.includes(e.id)).map(e=>e.label).join(", ")}`:"",[e,t]);return Ft(lu,{withMultiSelect:n,withSearch:o,alignX:iu.Left,items:a,selectedIds:t,setSelectedIds:i,children:({ChevronIcon:e,handleClick:t})=>Ft(Uu,{placeholder:"Select options...",...r,rightIcon:e,value:s,onChange:()=>{},onClick:t})})},Vu=Rt.header`
|
|
2010
|
+
position: relative;
|
|
2011
|
+
width: calc(100% - 36px);
|
|
2012
|
+
padding: 12px 18px;
|
|
2013
|
+
background-color: ${({theme:e})=>e.v2.colors.black[500]};
|
|
2014
|
+
display: flex;
|
|
2015
|
+
align-items: center;
|
|
2016
|
+
justify-content: space-between;
|
|
2017
|
+
`,qu=Rt(oa)`
|
|
2018
|
+
position: absolute;
|
|
2019
|
+
left: 50%;
|
|
2020
|
+
transform: translateX(-50%);
|
|
2021
|
+
gap: 16px;
|
|
2022
|
+
`,Gu=({left:e=[],center:t=[],right:i=[]})=>zt(Vu,{children:[Ft(oa,{$gap:16,children:e}),Ft(qu,{children:t}),Ft(oa,{$gap:16,children:i})]}),Hu=Rt.div`
|
|
2023
|
+
display: flex;
|
|
2024
|
+
align-items: center;
|
|
2025
|
+
gap: 2px;
|
|
2026
|
+
width: fit-content;
|
|
2027
|
+
padding: 4px;
|
|
2028
|
+
border-radius: 8px;
|
|
2029
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[600]};
|
|
2030
|
+
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
|
|
2031
|
+
|
|
2032
|
+
position: absolute;
|
|
2033
|
+
right: ${({$right:e})=>e||"12px"};
|
|
2034
|
+
top: 50%;
|
|
2035
|
+
transform: translateY(-50%);
|
|
2036
|
+
`,Ku=({isOpen:e,actions:t,positionRight:i})=>e?Ft(Hu,{$right:i,children:t.map(e=>e?Ft(Oa,{text:e.tooltip||"",children:Ft(zp,{...e,variant:Np.Secondary,size:Op.S,label:e.label})},e.id):null)}):null,Yu=({values:e,setValues:t,label:i,tooltip:n,required:o,errorMessage:r,helpMessage:a,placeholder:s,disabled:l})=>{const c=Mt(),d=e.length<=1,p=l,u=l||d&&p;return zt(ra,{$gap:6,children:[Ft(Bu,{label:i,tooltip:n,required:o}),Ft(ra,{$gap:8,children:(e.length?e:[""]).map((i,n)=>{const o=n===e.length-1;return zt(oa,{$gap:8,$alignItems:"center",children:[Ft(Uu,{width:"100%",autoFocus:Mn(i)&&!d&&o,value:i,onChange:i=>((i,n)=>{const o=[...e||[]];o[n]=i,t(o)})(i.target.value,n),disabled:l,placeholder:s,hasError:!!r}),Ft(zp,{leftIcon:et,variant:Np.Secondary,size:Op.S,disabled:p,onClick:()=>(()=>{const i=[...e||[]];i.push(""),t(i)})()}),Ft(zp,{leftIcon:u?at:()=>Ft(at,{fill:c.v2.colors.red[500]}),variant:Np.Secondary,size:Op.S,disabled:u,onClick:()=>(i=>{const n=[...e||[]].filter((e,t)=>t!==i);n.length||n.push(""),t(n)})(n)})]},`input-list-${n}`)})}),Ft(Mu,{errorMessage:r,helpMessage:a})]})},Ju=({col:e,colIdx:t,row:i,rowIdx:n,rowsLength:o,handleChange:r,errorMessage:a,disabled:s})=>{const{keyName:l,placeholder:c,inputType:d,componentType:p,options:u,renderCondition:h}=e,m=i[l];if(h&&!h(i))return null;switch(p){case Ci.Dropdown:case"multi-dropdown":const e=Array.isArray(m)&&u?.filter(e=>m.includes(e.id)).map(e=>e.id)||[],i="multi-dropdown"===p;return Ft(Wu,{placeholder:c,options:u||[],withMultiSelect:i,withSearch:i,values:e,setValues:e=>r(l,e,n),disabled:s,hasError:!!a});default:const h=o>1&&0===n&&0===t&&Mn(m);return Ft(Uu,{placeholder:c,autoFocus:h,type:d,value:m,onChange:({target:{value:e}})=>r(l,e,n),disabled:s,hasError:!!a})}},Xu=Rt.table`
|
|
2037
|
+
width: 100%;
|
|
2038
|
+
border-collapse: separate;
|
|
2039
|
+
border-spacing: 0 8px;
|
|
2040
|
+
`,Zu=Rt.td`
|
|
2041
|
+
padding: 0 8px 0 0;
|
|
2042
|
+
`,Qu=Rt.td`
|
|
2043
|
+
width: 72px;
|
|
2044
|
+
padding-bottom: ${({$limitFieldsPerRow:e})=>e?"4px":"0"};
|
|
2045
|
+
vertical-align: ${({$limitFieldsPerRow:e})=>e?"bottom":"middle"};
|
|
2046
|
+
`,eh=({columns:e,values:t,setValues:i,label:n,tooltip:o,required:r,disabled:a,errorMessage:s,helpMessage:l,limitFieldsPerRow:c})=>{const d=Mt(),p=bt(()=>{const t={};return e.forEach(({keyName:e})=>t[e]=""),t},[e]),u=(e,n,o)=>{const r=t.length?ii(t):[ii(p)];r[o][e]=n,i(r)},h=bt(()=>{if(c){const t=[];for(let i=0;;i+=c){const n=e.slice(i,i+c);if(!n.length)break;t.push(n)}return t}return[e]},[c,e]),m=t.length?t:[p];return zt(ra,{$gap:6,children:[Ft(Bu,{label:n,tooltip:o,required:r}),Ft(Xu,{children:Ft("tbody",{children:m.map((e,n)=>zt(ft,{children:[c&&n>0?Ft("tr",{children:Ft(Zu,{colSpan:h.length})}):null,h.map((o,r)=>zt("tr",{children:[o.map((t,i)=>t.renderCondition&&!t.renderCondition(e)?null:zt(Zu,{children:[Ft(Bu,{label:t.label,tooltip:t.tooltip,smallAndDark:!0}),Ft(ha,{$height:"4px"}),Ft(Ju,{col:t,colIdx:i,row:e,rowIdx:n,rowsLength:m.length,handleChange:u,disabled:a,errorMessage:s})]},`input-table-row-${n}-col-${r}-${i}`)),0===r&&Ft(Qu,{$limitFieldsPerRow:c,children:zt(oa,{$gap:8,$justifyContent:"center",children:[Ft(zp,{leftIcon:et,variant:Np.Secondary,size:Op.S,disabled:a,onClick:()=>(()=>{const e=ii(t);e.push(ii(p)),i(e)})()}),Ft(zp,{leftIcon:a?at:()=>Ft(at,{fill:d.v2.colors.red[500]}),variant:Np.Secondary,size:Op.S,disabled:a,onClick:()=>(e=>{const n=t.filter((t,i)=>i!==e);n.length||n.push(ii(p)),i(n)})(n)})]})})]},`input-table-matrix-${n}-${r}`))]},`input-table-row-${n}`))})}),Ft(Mu,{errorMessage:s,helpMessage:l})]})},th=Rt.div`
|
|
2047
|
+
display: flex;
|
|
2048
|
+
align-items: center;
|
|
2049
|
+
justify-content: space-between;
|
|
2050
|
+
gap: 32px;
|
|
2051
|
+
|
|
2052
|
+
padding: 18px 16px;
|
|
2053
|
+
border-radius: 18px;
|
|
2054
|
+
background-color: ${({theme:e})=>e.v2.colors.black[500]+gr["095"]};
|
|
2055
|
+
box-shadow: 0 4px 16.7px 0 rgba(0, 0, 0, 0.83);
|
|
2056
|
+
|
|
2057
|
+
position: fixed;
|
|
2058
|
+
bottom: 0;
|
|
2059
|
+
left: 50%;
|
|
2060
|
+
animation-name: ${xr.in.center};
|
|
2061
|
+
`,ih=({isOpen:e,onClose:t,richTitle:i,actions:n})=>e?zt(th,{children:[Ft(uu,{...i}),Ft(du,{onAnyClick:t,actions:n})]}):null,nh=Rt.div`
|
|
2062
|
+
border-radius: 100%;
|
|
2063
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[700]};
|
|
2064
|
+
position: relative;
|
|
2065
|
+
`,oh=Rt.div`
|
|
2066
|
+
width: 80px;
|
|
2067
|
+
height: 80px;
|
|
2068
|
+
border-radius: 100%;
|
|
2069
|
+
border: 4px solid ${({theme:e})=>e.v2.colors.green[300]};
|
|
2070
|
+
border-right-color: transparent;
|
|
2071
|
+
border-left-color: transparent;
|
|
2072
|
+
border-bottom-color: transparent;
|
|
2073
|
+
animation: spin 1s linear infinite;
|
|
2074
|
+
@keyframes spin {
|
|
2075
|
+
to {
|
|
2076
|
+
transform: rotate(360deg);
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
`,rh=Rt(so)`
|
|
2080
|
+
position: absolute;
|
|
2081
|
+
top: 50%;
|
|
2082
|
+
left: 50%;
|
|
2083
|
+
transform: translate(-50%, -50%);
|
|
2084
|
+
`,ah=({percentage:e})=>zt(nh,{children:[Ft(oh,{}),"number"==typeof e?Ft(rh,{size:ro.M,weight:500,children:`${e}%`}):null]}),sh={cm:!0,mm:!0,in:!0,px:!0,pt:!0,pc:!0,em:!0,ex:!0,ch:!0,rem:!0,vw:!0,vh:!0,vmin:!0,vmax:!0,"%":!0};function lh(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const i=(e.match(/^[0-9.]*/)||"").toString();t=i.includes(".")?parseFloat(i):parseInt(i,10);const n=(e.match(/[^0-9]*$/)||"").toString();return sh[n]?{value:t,unit:n}:{value:t,unit:"px"}}function ch(e){const t=lh(e);return`${t.value}${t.unit}`}const dh=(()=>{const e="react-spinners-SpinnerOld-fade";if("undefined"==typeof window||!window.document)return e;const t=document.createElement("style");document.head.appendChild(t);const i=t.sheet,n=`\n @keyframes ${e} {\n 50% {opacity: 0.3} 100% {opacity: 1}\n }\n `;return i&&i.insertRule(n,0),e})(),ph=({loading:e=!0,color:t,scale:i=1,speedMultiplier:n=1,cssOverride:o={},style:r={},...a})=>{const s=Mt(),l=t||s.text.secondary;if(!e)return null;const{value:c}=lh(2),d=c+4.2,p=d/2+d/5.5,u=4*d*i,h={position:"relative",width:`${u}px`,height:`${u}px`,scale:i,...r,...o},m=(e,t)=>({position:"absolute",width:ch(1.5),height:ch(4),borderRadius:ch(2),backgroundColor:l,transition:"2s",animationFillMode:"both",animation:`${dh} ${1.2/n}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return zt("span",{style:h,...a,children:[Ft("span",{style:{...m(1,0),top:`calc(50% + ${d}px)`,left:"50%"}}),Ft("span",{style:{...m(2,-45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${p}px)`}}),Ft("span",{style:{...m(3,90),top:"50%",left:`calc(50% + ${d}px)`}}),Ft("span",{style:{...m(4,45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${p}px)`}}),Ft("span",{style:{...m(5,0),top:`calc(50% + ${-1*d}px)`,left:"50%"}}),Ft("span",{style:{...m(6,-45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${-1*p}px)`}}),Ft("span",{style:{...m(7,90),top:"50%",left:`calc(50% + ${-1*d}px)`}}),Ft("span",{style:{...m(8,45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${-1*p}px)`}})]})},uh=Rt.div`
|
|
2085
|
+
width: ${({$size:e})=>e}px;
|
|
2086
|
+
height: ${({$size:e})=>e}px;
|
|
2087
|
+
border-radius: 100%;
|
|
2088
|
+
background: ${({$color:e})=>e};
|
|
2089
|
+
display: flex;
|
|
2090
|
+
align-items: center;
|
|
2091
|
+
justify-content: center;
|
|
2092
|
+
`,hh=({scale:e,icon:t})=>{const i=Mt();return Ft(uh,{$size:45*e,$color:"rgba(80, 246, 232, 0.10)",children:Ft(uh,{$size:43*e,$color:"rgba(80, 246, 232, 0.20)",children:Ft(uh,{$size:39*e,$color:"rgba(80, 246, 232, 0.40)",children:Ft(uh,{$size:33*e,$color:"rgba(80, 246, 232, 0.60)",children:Ft(uh,{$size:23*e,$color:"#50F6E8",children:Ft(t,{size:16*e,fill:i.v2.colors.black[500]})})})})})})},mh=434,gh=635,$h=Rt.div`
|
|
2093
|
+
width: ${434}px;
|
|
2094
|
+
height: ${635}px;
|
|
2095
|
+
display: flex;
|
|
2096
|
+
flex-direction: column;
|
|
2097
|
+
align-items: center;
|
|
2098
|
+
justify-content: center;
|
|
2099
|
+
padding: 16px;
|
|
2100
|
+
background: linear-gradient(180deg, #0b0517 2.82%, #190d31 100%);
|
|
2101
|
+
position: relative;
|
|
2102
|
+
`,xh=Rt.div`
|
|
2103
|
+
position: absolute;
|
|
2104
|
+
top: 50%;
|
|
2105
|
+
left: 50%;
|
|
2106
|
+
transform: translate(-50%, -50%);
|
|
2107
|
+
`,fh=()=>zt($h,{children:[Ft(xh,{children:zt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"464",height:"464",viewBox:"0 0 464 464",fill:"none",children:[Ft("path",{opacity:"0.1",d:"M231.567 463.134C359.458 463.134 463.134 359.458 463.134 231.567C463.134 103.676 359.458 0 231.567 0C103.676 0 0 103.676 0 231.567C0 359.458 103.676 463.134 231.567 463.134Z",fill:"url(#paint0_radial_164_65835)"}),Ft("defs",{children:zt("radialGradient",{id:"paint0_radial_164_65835",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(201.232 229.641) scale(231.217)",children:[Ft("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),Ft("stop",{offset:"0.41",stopColor:"#7C3BFF",stopOpacity:"0.11"}),Ft("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.13"}),Ft("stop",{offset:"0.67",stopColor:"#7C3BFF",stopOpacity:"0.18"}),Ft("stop",{offset:"0.75",stopColor:"#7C3BFF",stopOpacity:"0.25"}),Ft("stop",{offset:"0.83",stopColor:"#7C3BFF",stopOpacity:"0.33"}),Ft("stop",{offset:"0.89",stopColor:"#7C3BFF",stopOpacity:"0.44"}),Ft("stop",{offset:"0.95",stopColor:"#7C3BFF",stopOpacity:"0.56"}),Ft("stop",{offset:"1",stopColor:"#7C3BFF",stopOpacity:"0.7"})]})})]})}),Ft(xh,{children:zt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"432",height:"432",viewBox:"0 0 432 432",fill:"none",children:[Ft("path",{opacity:"0.3",d:"M215.921 431.841C335.17 431.841 431.841 335.17 431.841 215.921C431.841 96.6709 335.17 0 215.921 0C96.6709 0 0 96.6709 0 215.921C0 335.17 96.6709 431.841 215.921 431.841Z",fill:"url(#paint0_radial_164_65836)"}),Ft("defs",{children:zt("radialGradient",{id:"paint0_radial_164_65836",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(204.229 214.376) scale(216.276)",children:[Ft("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),Ft("stop",{offset:"0.38",stopColor:"#7C3BFF",stopOpacity:"0.11"}),Ft("stop",{offset:"0.52",stopColor:"#7C3BFF",stopOpacity:"0.13"}),Ft("stop",{offset:"0.62",stopColor:"#7C3BFF",stopOpacity:"0.18"}),Ft("stop",{offset:"0.69",stopColor:"#7C3BFF",stopOpacity:"0.25"}),Ft("stop",{offset:"0.76",stopColor:"#7C3BFF",stopOpacity:"0.33"}),Ft("stop",{offset:"0.82",stopColor:"#7C3BFF",stopOpacity:"0.44"}),Ft("stop",{offset:"0.88",stopColor:"#7C3BFF",stopOpacity:"0.57"}),Ft("stop",{offset:"0.93",stopColor:"#7C3BFF",stopOpacity:"0.72"}),Ft("stop",{offset:"0.97",stopColor:"#7C3BFF",stopOpacity:"0.88"}),Ft("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),Ft(xh,{children:zt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"374",height:"374",viewBox:"0 0 374 374",fill:"none",children:[Ft("path",{opacity:"0.5",d:"M186.963 373.927C290.22 373.927 373.927 290.22 373.927 186.963C373.927 83.7063 290.22 0 186.963 0C83.7063 0 0 83.7063 0 186.963C0 290.22 83.7063 373.927 186.963 373.927Z",fill:"url(#paint0_radial_164_65837)"}),Ft("defs",{children:zt("radialGradient",{id:"paint0_radial_164_65837",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(166.792 184.246) scale(186.963)",children:[Ft("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),Ft("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),Ft("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),Ft("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),Ft("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),Ft("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),Ft("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),Ft("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),Ft("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),Ft("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),Ft("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),Ft(xh,{children:zt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"257",height:"257",viewBox:"0 0 257 257",fill:"none",children:[Ft("path",{opacity:"0.7",d:"M128.193 256.387C198.992 256.387 256.387 198.992 256.387 128.193C256.387 57.3941 198.992 0 128.193 0C57.3941 0 0 57.3941 0 128.193C0 198.992 57.3941 256.387 128.193 256.387Z",fill:"url(#paint0_radial_164_65838)"}),Ft("defs",{children:zt("radialGradient",{id:"paint0_radial_164_65838",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(113.263 126.219) scale(128.08)",children:[Ft("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),Ft("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),Ft("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),Ft("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),Ft("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),Ft("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),Ft("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),Ft("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),Ft("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),Ft("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),Ft("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),Ft(xh,{children:Ft(q,{size:112})})]}),bh=Lt`
|
|
2108
|
+
0% {
|
|
2109
|
+
background-position: 0% 50%;
|
|
2110
|
+
}
|
|
2111
|
+
100% {
|
|
2112
|
+
background-position: 100% 50%;
|
|
2113
|
+
}
|
|
2114
|
+
`,yh=Rt(so)`
|
|
2115
|
+
background: ${({$titleColor:e,$gradientColor:t})=>`linear-gradient(45deg, ${e} 0%, ${e} 40%, ${t} 50%, ${e} 60%, ${e} 100%)`};
|
|
2116
|
+
background-size: 250% 100%; /* Expand background to allow movement */
|
|
2117
|
+
background-clip: text;
|
|
2118
|
+
color: transparent;
|
|
2119
|
+
animation: ${bh} 1s reverse linear infinite;
|
|
2120
|
+
`,wh=e=>{const t=Math.max(0,Date.now()-e),i=Math.floor(t/1e3),n=Math.floor(i/60),o=i%60;return`${String(n).padStart(2,"0")}:${String(o).padStart(2,"0")}`},vh=({icon:e,title:t,titleColor:i,titleSize:n=ro.S,subTitle:o,subTitleColor:r,subTitleSize:a=ro.XXXS,startedAt:s,withGradient:l,gradientColor:c,withSpinner:d,withSpinnerOld:p,percentage:u,withVisual:h,visualIcon:m=mt})=>{const g=Mt(),[$,x]=yt(()=>s?wh(s):"");wt(()=>{if(!s)return;x(wh(s));const e=setInterval(()=>x(wh(s)),1e3);return()=>clearInterval(e)},[s]);const f=i||g.v2.colors.white[500],b=r||g.v2.colors.silver[200],y=c||g.v2.colors.black[500];return zt(ra,{$gap:16,$alignItems:"center",children:[h?Ft(hh,{scale:1.7,icon:m}):d?Ft(ah,{percentage:u}):p?Ft(ph,{scale:1}):null,(t||o||s||e)&&zt(ra,{$gap:8,$alignItems:"center",children:[zt(oa,{$gap:4,children:[e&&Ft(e,{}),l?Ft(yh,{align:"center",size:n,$titleColor:f,$gradientColor:y,children:t}):Ft(so,{align:"center",size:n,color:f,children:t})]}),o?Ft(so,{align:"center",size:a,color:b,children:o}):null,$?Ft(so,{align:"center",size:a,color:f,children:$}):null]})]})},Ch=Rt.div`
|
|
2121
|
+
position: ${({$relativeToParent:e})=>e?"absolute":"fixed"};
|
|
2122
|
+
top: 50%;
|
|
2123
|
+
left: 50%;
|
|
2124
|
+
transform: translate(-50%, -50%);
|
|
2125
|
+
z-index: 1000;
|
|
2126
|
+
width: fit-content;
|
|
2127
|
+
border-radius: 20px;
|
|
2128
|
+
background: ${({theme:e})=>e.v2.colors.black[500]};
|
|
2129
|
+
box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.7);
|
|
2130
|
+
overflow: hidden;
|
|
2131
|
+
|
|
2132
|
+
animation-name: ${xr.in.center};
|
|
2133
|
+
`,kh=Rt.div`
|
|
2134
|
+
position: relative;
|
|
2135
|
+
`,Sh=Rt.div`
|
|
2136
|
+
position: absolute;
|
|
2137
|
+
top: 16px;
|
|
2138
|
+
left: 16px;
|
|
2139
|
+
`,Eh=({isOpen:e,hideOverlay:t=!1,relativeToParent:i=!1,onBack:n,onClose:o,children:r})=>{if(Or(e),!e)return null;const a=zt(_t,{children:[!t&&Ft(la,{$relativeToParent:i,onClick:o}),Ft(Ch,{$relativeToParent:i,children:zt(kh,{children:[n&&Ft(Sh,{children:Ft(Mr,{icon:e=>Ft(dt,{rotate:-90,...e}),size:Rr.L,onClick:n})}),r]})})]});return i?a:Gt(a,document.body)},Ah=Rt.aside`
|
|
2140
|
+
display: flex;
|
|
2141
|
+
flex-direction: column;
|
|
2142
|
+
gap: 8px;
|
|
2143
|
+
height: ${({$height:e})=>e};
|
|
2144
|
+
width: fit-content;
|
|
2145
|
+
padding: 16px 12px;
|
|
2146
|
+
background-color: ${({theme:e})=>e.v2.colors.black[500]};
|
|
2147
|
+
overflow-y: auto;
|
|
2148
|
+
`,Th=({height:e,icons:t})=>Ft(Ah,{$height:e,children:t.map(({id:e,selected:t,icon:i,onClick:n})=>Ft(zp,{label:"",leftIcon:i,iconSize:24,onClick:n,variant:t?Np.Primary:Np.Text},e))}),Dh=Rt.div`
|
|
2149
|
+
display: flex;
|
|
2150
|
+
align-items: center;
|
|
2151
|
+
justify-content: center;
|
|
2152
|
+
width: fit-content;
|
|
2153
|
+
height: fit-content;
|
|
2154
|
+
padding: 8px;
|
|
2155
|
+
border-radius: 100%;
|
|
2156
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[700]};
|
|
2157
|
+
`,Ih=({icon:e=Ye,title:t="No data",subTitle:i,button:n})=>{const o=Mt().v2.colors.silver[200];return zt(ra,{$gap:12,$alignItems:"center",children:[Ft(Dh,{children:Ft(e,{size:32,fill:o})}),zt(ra,{$gap:4,$alignItems:"center",children:[Ft(so,{size:ro.S,align:"center",children:t}),i&&Ft(so,{size:ro.XXS,align:"center",color:o,children:i})]}),n&&Ft(zp,{variant:Np.Secondary,...n})]})},Nh=Rt.div`
|
|
2158
|
+
display: flex;
|
|
2159
|
+
align-items: center;
|
|
2160
|
+
gap: 10px;
|
|
2161
|
+
${({$fullWidth:e})=>e&&Bt`
|
|
2162
|
+
width: calc(100% - 16px);
|
|
2163
|
+
`}
|
|
2164
|
+
padding: 4px 12px 4px 4px;
|
|
2165
|
+
border-radius: 8px;
|
|
2166
|
+
background-color: ${({theme:e,$status:t})=>Dn(e,t,[Si.Info].includes(t)?"1000":"900")};
|
|
2167
|
+
`,Oh=Rt.div`
|
|
2168
|
+
width: 32px;
|
|
2169
|
+
height: 32px;
|
|
2170
|
+
display: flex;
|
|
2171
|
+
align-items: center;
|
|
2172
|
+
justify-content: center;
|
|
2173
|
+
border-radius: 6px;
|
|
2174
|
+
background-color: ${({theme:e,$status:t})=>Dn(e,t,[Si.Info].includes(t)?"900":"800")};
|
|
2175
|
+
`,Fh=Rt.div`
|
|
2176
|
+
margin-left: auto;
|
|
2177
|
+
margin-right: 8px;
|
|
2178
|
+
cursor: pointer;
|
|
2179
|
+
&:hover {
|
|
2180
|
+
transform: scale(1.2);
|
|
2181
|
+
}
|
|
2182
|
+
`,zh=({status:e,message:t,action:i,fullWidth:n})=>{const o=Mt(),r=Nn(e,o),a=Dn(o,e,e===Si.Default?"300":e===Si.Info?"400":"500");return zt(Nh,{$status:e,$fullWidth:n,children:[Ft("div",{children:Ft(Oh,{$status:e,children:Ft(r,{size:24})})}),Ft(so,{color:a,size:ro.XXXS,weight:400,children:t}),i&&Ft(Fh,{onClick:i.onClick,children:Ft(so,{color:a,size:ro.XXS,weight:500,underline:!0,children:i.label})})]})};var _h;!function(e){e.S="small",e.L="large"}(_h||(_h={}));const Rh=Rt.div`
|
|
2183
|
+
width: fit-content;
|
|
2184
|
+
display: flex;
|
|
2185
|
+
align-items: center;
|
|
2186
|
+
gap: 8px;
|
|
2187
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
2188
|
+
`,Bh=Rt.div`
|
|
2189
|
+
width: ${({$size:e})=>e===_h.S?"16px":"20px"};
|
|
2190
|
+
height: ${({$size:e})=>e===_h.S?"16px":"20px"};
|
|
2191
|
+
display: flex;
|
|
2192
|
+
align-items: center;
|
|
2193
|
+
justify-content: center;
|
|
2194
|
+
border-radius: 100%;
|
|
2195
|
+
border: 1px solid ${({$borderColor:e})=>e};
|
|
2196
|
+
background-color: ${({$backgroundColor:e})=>e};
|
|
2197
|
+
`,Mh=({label:e,value:t,onChange:i,disabled:n,size:o=_h.L})=>{const r=Mt(),[a,s]=yt(!1),l=t,c=o===_h.S?6:8,d=n?r.v2.colors.grey[400]:r.v2.colors.white[500],p=l?"transparent":n?r.v2.colors.grey[700]:a?r.v2.colors.silver[400]:r.v2.colors.silver[600],u=n?r.v2.colors.grey[600]:l?r.v2.colors.purple[500]:r.v2.colors.silver[900];return zt(Rh,{"data-id":"radio"+(e?`-${e}`:""),onClick:e=>{e.stopPropagation(),n||i(!t)},$disabled:n,onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),children:[Ft(Bh,{$size:o,$borderColor:p,$backgroundColor:u,children:t?Ft(gt,{size:c,fill:d}):null}),e&&Ft(so,{size:o===_h.S?ro.XXS:ro.XS,children:e})]})},Ph=Rt.div`
|
|
2198
|
+
display: flex;
|
|
2199
|
+
flex-direction: ${({$flexDirection:e})=>e};
|
|
2200
|
+
gap: ${({$gap:e})=>e}px;
|
|
2201
|
+
`,Lh=({label:e,direction:t,disabled:i,size:n,options:o,values:r,setValues:a})=>zt(Ph,{$flexDirection:t===mi.Horizontal?"row":"column",$gap:t===mi.Horizontal?16:8,children:[e&&Ft(so,{children:e}),o.map(t=>Ft(Mh,{...t,value:r[t.id],onChange:e=>{return i=t.id,n=e,void a(e=>{const t={...e};return Object.keys(t).forEach(e=>t[e]=!1),t[i]=n,t});var i,n},disabled:i,size:n},`${e}-radio-${t.id}`))]});var jh;!function(e){e.Data="data",e.Pretty="pretty"}(jh||(jh={}));const Uh=Rt.div`
|
|
2202
|
+
height: ${({$maxHeight:e})=>e};
|
|
2203
|
+
width: 100%;
|
|
2204
|
+
display: flex;
|
|
2205
|
+
flex-direction: column;
|
|
2206
|
+
overflow: hidden;
|
|
2207
|
+
`,Wh=Rt.div`
|
|
2208
|
+
width: 100%;
|
|
2209
|
+
flex: 1;
|
|
2210
|
+
display: flex;
|
|
2211
|
+
flex-direction: column;
|
|
2212
|
+
overflow: hidden;
|
|
2213
|
+
`,Vh=Rt.div`
|
|
2214
|
+
flex-shrink: 0;
|
|
2215
|
+
z-index: 1;
|
|
2216
|
+
`,qh=Rt.div`
|
|
2217
|
+
display: flex;
|
|
2218
|
+
width: 100%;
|
|
2219
|
+
`,Gh=Rt.div`
|
|
2220
|
+
position: relative;
|
|
2221
|
+
min-width: ${({$minWidth:e})=>e?`${e}px`:"auto"};
|
|
2222
|
+
flex: 1;
|
|
2223
|
+
padding: 18px 24px;
|
|
2224
|
+
border: none;
|
|
2225
|
+
border-radius: ${({$isFirst:e,$isLast:t})=>e?"4px 0 0 0":t?"0 4px 0 0":"0"};
|
|
2226
|
+
box-sizing: border-box;
|
|
2227
|
+
|
|
2228
|
+
${({$variant:e,$backgroundColor:t})=>{if(t)return Bt`
|
|
2229
|
+
background-color: ${t};
|
|
2230
|
+
`;switch(e){case jh.Data:return Bt`
|
|
2231
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[750]};
|
|
2232
|
+
`;case jh.Pretty:return Bt`
|
|
2233
|
+
background-color: transparent;
|
|
2234
|
+
`;default:return""}}}
|
|
2235
|
+
`,Hh=Rt.div`
|
|
2236
|
+
position: absolute;
|
|
2237
|
+
top: 50%;
|
|
2238
|
+
right: 0;
|
|
2239
|
+
transform: translateY(-50%);
|
|
2240
|
+
width: 1px;
|
|
2241
|
+
height: 18px;
|
|
2242
|
+
background: ${({theme:e})=>e.v2.colors.silver[500]};
|
|
2243
|
+
`,Kh=Rt.div`
|
|
2244
|
+
position: relative;
|
|
2245
|
+
|
|
2246
|
+
flex: 1;
|
|
2247
|
+
display: flex;
|
|
2248
|
+
align-items: center;
|
|
2249
|
+
|
|
2250
|
+
padding: 18px 24px;
|
|
2251
|
+
cursor: ${({$withClick:e})=>e?"pointer":"default"};
|
|
2252
|
+
box-sizing: border-box;
|
|
2253
|
+
|
|
2254
|
+
${({$variant:e,$selected:t,$hovered:i,$isLastRow:n,$isFirstCell:o,$isLastCell:r})=>{switch(e){case jh.Data:return Bt`
|
|
2255
|
+
border-bottom: ${({theme:e})=>n?"none":`1px solid ${e.v2.colors.silver[500]}`};
|
|
2256
|
+
border-radius: ${n?o?"0 0 0 4px":r?"0 0 4px 0":"0":"0"};
|
|
2257
|
+
background-color: ${({theme:e})=>t?e.v2.colors.blue[1e3]:i?e.v2.colors.silver[700]:e.v2.colors.silver[800]};
|
|
2258
|
+
`;case jh.Pretty:return Bt`
|
|
2259
|
+
border: none;
|
|
2260
|
+
border-radius: ${o?"12px 0 0 12px":r?"0 12px 12px 0":"0"};
|
|
2261
|
+
background-color: ${({theme:e})=>t?e.v2.colors.blue[1e3]:i?e.v2.colors.silver[700]:e.v2.colors.silver[900]};
|
|
2262
|
+
`;default:return""}}}
|
|
2263
|
+
`,Yh=Rt.div`
|
|
2264
|
+
width: 100%;
|
|
2265
|
+
display: flex;
|
|
2266
|
+
align-items: center;
|
|
2267
|
+
justify-content: ${({$textAlign:e})=>"right"===e?"flex-end":"left"===e?"flex-start":"center"===e?"center":"unset"};
|
|
2268
|
+
gap: 4px;
|
|
2269
|
+
text-align: ${({$textAlign:e})=>e||"left"};
|
|
2270
|
+
`,Jh=({variant:e,columns:t,rows:i,getRowActions:n,rowActionsPushRightPosition:o,withCheckboxes:r})=>{const[a,s]=yt(null),l=bt(()=>i.map((l,c)=>{const{cells:d,onClick:p,isSelected:u=!1,onSelect:h,onDeselect:m,hideCheckbox:g}=l,$=a===c,x=n(l),f=(e,t)=>({$isLastRow:c===i.length-1,$isFirstCell:e,$isLastCell:t,$selected:u,$withClick:!!p,onClick:()=>p?.(),$hovered:!!p&&$,onMouseEnter:()=>s(c),onMouseLeave:()=>s(null)});return zt(qh,{children:[r&&Ft(Kh,{$variant:e,...f(!0,!1),children:!g&&Ft(Qp,{value:u,onChange:()=>u?m?.():h?.()})},"checkbox-column"),t.map(({key:i,textAlign:n},a)=>{const s=d.find(e=>e.key===i),l=0===a&&!r,p=a===t.length-1;return zt(Kh,{$variant:e,...f(l,p),children:[s?.component?Ft(oa,{$justifyContent:"right"===n?"flex-end":"flex-start",children:Ft(s.component,{})}):Ft(so,{size:ro.XS,align:n,children:s?.rawValue||"-"}),x.length?Ft(Ku,{isOpen:$&&p,actions:x,positionRight:o}):null]},`row-${c}-cell-${a}`)})]},`row-${c}`)}),[i,a,n,o,r,t]);return Ft(Vd,{gap:e===jh.Pretty?8:0,elements:l})},Xh=({columnKey:e,sortDirection:t,sortByKey:i,onSort:n})=>{const o=Mt(),r=i===e?o.v2.colors.white[500]:o.v2.colors.grey[400],a=t===gi.Ascending?0:180;return Ft(Mr,{icon:e=>Ft(dt,{fill:r,rotate:a,...e}),onClick:()=>n(e)})},Zh=({columnKey:e,filters:t,onFilter:i,rowsUnfiltered:n})=>{const o=Mt(),r=t[e]?.length?o.v2.colors.white[500]:o.v2.colors.grey[400],a=bt(()=>Array.from(new Set(n.map(t=>t.cells.find(t=>t.key===e)?.rawValue?.toString()).filter(e=>!!e))).sort((e,t)=>e.localeCompare(t)).map(e=>({id:e,label:e,withCheckbox:!0})),[n,e]);return Ft(lu,{items:a,withMultiSelect:!0,selectedIds:t[e]?.map(e=>e.toString())??[],setSelectedIds:t=>i(e,t),defaultOpen:!1,iconButtonProps:{icon:e=>Ft($t,{fill:r,...e})}})},Qh=({variant:e,backgroundColor:t,columns:i,rowsUnfiltered:n,sortDirection:o,sortByKey:r,onSort:a,filters:s,onFilter:l,withCheckboxes:c,partiallySelected:d,allSelected:p,onSelectAll:u})=>zt(qh,{children:[c&&Ft(Gh,{$variant:e,$backgroundColor:t,$minWidth:24,$isFirst:!0,$isLast:!1,children:Ft(Qp,{partiallyChecked:d&&!p,value:p||!1,onChange:u})},"checkbox-column"),i.map(({key:d,label:p,noSort:u,noFilter:h,minWidth:m,textAlign:g},$)=>{const x=0===$&&!c,f=$===i.length-1;return zt(Gh,{$variant:e,$backgroundColor:t,$minWidth:m,$isFirst:x,$isLast:f,children:[zt(Yh,{$textAlign:g,children:[Ft(so,{size:ro.XS,align:g,children:p}),!u&&Ft(Xh,{columnKey:d,sortDirection:o,sortByKey:r,onSort:a}),!h&&Ft(Zh,{columnKey:d,filters:s,onFilter:l,rowsUnfiltered:n})]}),!f&&e===jh.Data&&Ft(Hh,{})]},`column-${d}`)})]}),em=({variant:e,maxHeight:t="256px",headerBackgroundColor:i,isLoading:n,columns:o,rows:r,getRowActions:a,rowActionsPushRightPosition:s,withCheckboxes:l})=>{const[c,d]=yt(gi.Ascending),[p,u]=yt(""),[h,m]=yt({}),g=Ct(e=>{u(e),d(e=>e===gi.Ascending?gi.Descending:gi.Ascending)},[]),$=Ct((e,t)=>{m(i=>({...i,[e]:t}))},[]),x=bt(()=>{const e=(e,t)=>{const i=e.cells.find(e=>e.key===t);return i&&(i.rawValue?.toString()||i.component?.({})?.props?.children?.toString())||""};return(p?[...r].sort((t,i)=>{const n=e(t,p),o=e(i,p);return(c===gi.Ascending?1:-1)*((e,t)=>"string"==typeof e&&"string"==typeof t?e.localeCompare(t):"number"==typeof e&&"number"==typeof t?e-t:"boolean"==typeof e&&"boolean"==typeof t?e===t?0:e?1:-1:String(e).localeCompare(String(t)))(n,o)}):r).filter(t=>{for(const[i,n]of Object.entries(h))if(n.length&&!n.includes(e(t,i)))return!1;return!0})},[r,p,c,h]),{partiallySelected:f,allSelected:b}=bt(()=>{const e=x.filter(e=>!e.hideCheckbox);return{partiallySelected:e.length>0&&e.some(e=>e.isSelected),allSelected:e.length>0&&e.every(e=>e.isSelected)}},[x]);return Ft(Uh,{$maxHeight:t,children:zt(Wh,{$variant:e,children:[Ft(Vh,{children:Ft(Qh,{variant:e,backgroundColor:i,columns:o,rowsUnfiltered:r,sortDirection:c,sortByKey:p,onSort:g,filters:h,onFilter:$,withCheckboxes:l,partiallySelected:f,allSelected:b,onSelectAll:e=>{e?x.forEach(e=>!e.hideCheckbox&&e.onSelect?.()):x.forEach(e=>!e.hideCheckbox&&e.onDeselect?.())}})}),x.length?Ft(Jh,{variant:e,columns:o,rows:x,getRowActions:a||(()=>[]),rowActionsPushRightPosition:s,withCheckboxes:l}):Ft(aa,{style:{marginTop:"0.5rem"},children:n?Ft(vh,{withSpinner:!0}):Ft(Ih,{})})]})})},tm=Rt.div`
|
|
2271
|
+
display: flex;
|
|
2272
|
+
align-items: center;
|
|
2273
|
+
justify-content: center;
|
|
2274
|
+
gap: 8px;
|
|
2275
|
+
width: fit-content;
|
|
2276
|
+
padding: 8px;
|
|
2277
|
+
border-radius: 4px;
|
|
2278
|
+
${({$disabled:e,$withClick:t})=>e?Bt`
|
|
2279
|
+
cursor: not-allowed;
|
|
2280
|
+
background-color: ${({theme:e})=>e.v2.colors.grey[800]};
|
|
2281
|
+
`:t?Bt`
|
|
2282
|
+
cursor: pointer;
|
|
2283
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[300]};
|
|
2284
|
+
&:hover {
|
|
2285
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[400]};
|
|
2286
|
+
}
|
|
2287
|
+
&:active {
|
|
2288
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[500]};
|
|
2289
|
+
}
|
|
2290
|
+
`:Bt`
|
|
2291
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[300]};
|
|
2292
|
+
`}
|
|
2293
|
+
`,im=({label:e,leftIcon:t,rightIcon:i,onClick:n,disabled:o})=>{const r=Mt(),a=o?r.v2.colors.grey[400]:r.v2.colors.white[500];return zt(tm,{$disabled:o,$withClick:!!n,onClick:()=>!o&&n?.(),children:[t&&Ft(t,{fill:a,size:16}),Ft(so,{color:a,size:ro.XS,nowrap:!0,children:e}),i&&Ft(i,{fill:a,size:16})]})},nm=Rt.div`
|
|
2294
|
+
padding: 8px 12px;
|
|
2295
|
+
|
|
2296
|
+
display: flex;
|
|
2297
|
+
align-self: stretch;
|
|
2298
|
+
align-items: flex-start;
|
|
2299
|
+
gap: 8px;
|
|
2300
|
+
border-radius: 6px;
|
|
2301
|
+
|
|
2302
|
+
border: 1px solid ${({theme:e,$disabled:t,$error:i})=>t?e.v2.colors.grey[600]:i?e.v2.colors.red[500]:e.v2.colors.silver[500]};
|
|
2303
|
+
background: ${({theme:e,$disabled:t})=>t?e.v2.colors.grey[800]:e.v2.colors.black[500]};
|
|
2304
|
+
${({$disabled:e,$error:t})=>!e&&!t&&Bt`
|
|
2305
|
+
&:hover,
|
|
2306
|
+
&:active,
|
|
2307
|
+
&:focus-within {
|
|
2308
|
+
border: 1px solid ${({theme:e})=>e.v2.colors.silver[300]};
|
|
2309
|
+
}
|
|
2310
|
+
`}
|
|
2311
|
+
`,om=Rt.textarea`
|
|
2312
|
+
max-width: ${({$maxWidth:e})=>e||"unset"};
|
|
2313
|
+
min-height: ${({$minHeight:e})=>e||"50px"};
|
|
2314
|
+
flex: 1;
|
|
2315
|
+
font-family: ${({theme:e})=>e.font_family.primary};
|
|
2316
|
+
font-size: 14px;
|
|
2317
|
+
font-weight: 400;
|
|
2318
|
+
resize: none;
|
|
2319
|
+
|
|
2320
|
+
background: transparent;
|
|
2321
|
+
border: none;
|
|
2322
|
+
outline: none;
|
|
2323
|
+
cursor: text;
|
|
2324
|
+
color: ${({theme:e})=>e.v2.colors.white[500]};
|
|
2325
|
+
&::placeholder {
|
|
2326
|
+
color: ${({theme:e})=>e.v2.colors.silver[600]};
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
&:disabled {
|
|
2330
|
+
cursor: not-allowed;
|
|
2331
|
+
color: ${({theme:e})=>e.v2.colors.grey[400]};
|
|
2332
|
+
&::placeholder {
|
|
2333
|
+
color: ${({theme:e})=>e.v2.colors.grey[400]};
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
`,rm=({label:e,required:t,tooltip:i,errorMessage:n,helpMessage:o,name:r,value:a,onChange:s,disabled:l,maxWidth:c,minHeight:d,...p})=>{const u=vt(null),h=()=>{u.current&&(u.current.style.height="auto",u.current.style.height=`${u.current.scrollHeight}px`)};return zt(ra,{$gap:6,children:[Ft(Bu,{label:e,tooltip:i,required:t}),Ft(nm,{$disabled:l,$error:!!n,children:Ft(om,{ref:u,"data-id":r,name:r,value:a,onChange:e=>{e.stopPropagation(),h(),s?.(e)},onKeyDown:e=>{e.stopPropagation()},onFocus:h,onBlur:h,disabled:l,$maxWidth:c,$minHeight:d,...p})}),Ft(Mu,{errorMessage:n,helpMessage:o})]})};var am,sm,lm;!function(e){e.Default="default",e.SuccessError="successError"}(am||(am={})),function(e){e.S="small",e.L="large"}(sm||(sm={})),function(e){e.Left="left",e.Right="right"}(lm||(lm={}));const cm=Rt.div`
|
|
2337
|
+
display: flex;
|
|
2338
|
+
align-items: center;
|
|
2339
|
+
gap: ${({$gap:e})=>e}px;
|
|
2340
|
+
`,dm=Rt.div`
|
|
2341
|
+
position: relative;
|
|
2342
|
+
display: flex;
|
|
2343
|
+
align-items: center;
|
|
2344
|
+
justify-content: space-between;
|
|
2345
|
+
|
|
2346
|
+
width: ${({$size:e})=>2*e+2}px;
|
|
2347
|
+
height: ${({$size:e})=>e}px;
|
|
2348
|
+
padding: ${4}px;
|
|
2349
|
+
border-radius: ${({$size:e})=>2*e}px;
|
|
2350
|
+
background-color: ${({$disabled:e,$onBgColor:t,$offBgColor:i,$variant:n,$value:o,theme:r})=>{if(e)return r.v2.colors.grey[800];if(t&&o)return t;if(i&&!o)return i;switch(n){case am.SuccessError:return o?r.v2.colors.green[500]:r.v2.colors.red[500];case am.Default:default:return o?r.v2.colors.purple[500]:r.v2.colors.grey[400]}}};
|
|
2351
|
+
|
|
2352
|
+
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
2353
|
+
`,pm=Rt.div`
|
|
2354
|
+
position: absolute;
|
|
2355
|
+
top: 50%;
|
|
2356
|
+
left: ${({$value:e,$size:t})=>e?`calc(100% - ${t}px - 4px)`:"4px"};
|
|
2357
|
+
transform: translateY(-50%);
|
|
2358
|
+
width: ${({$size:e})=>e}px;
|
|
2359
|
+
height: ${({$size:e})=>e}px;
|
|
2360
|
+
border-radius: 100%;
|
|
2361
|
+
background-color: ${({$color:e})=>e};
|
|
2362
|
+
box-shadow: ${({$disabled:e})=>e?"0 0 40px 0 rgba(0, 0, 0, 0.07)":"0 0 10px 0 rgba(0, 0, 0, 0.50)"};
|
|
2363
|
+
`,um=({variant:e=am.Default,size:t=sm.L,label:i,labelAlign:n=lm.Left,labelColor:o,tooltip:r,value:a,onChange:s,disabled:l,withIcon:c,onIcon:d=He,offIcon:p=Ye,onBgColor:u,offBgColor:h})=>{const m=Mt(),g=l?m.v2.colors.grey[400]:m.v2.colors.white[500],$=t===sm.S?10:16,x=o||m.v2.colors.white[500],f=t===sm.S?ro.XXXS:ro.XS,b=t===sm.S?8:12;return zt(cm,{$gap:b,children:[i&&n===lm.Left&&Ft(so,{color:x,size:f,nowrap:!0,children:i}),zt(dm,{$onBgColor:u,$offBgColor:h,$variant:e,$size:$,$value:a,$disabled:l,onClick:e=>{e.stopPropagation(),l||s(!a)},children:[Ft(pm,{$color:g,$size:$,$value:a,$disabled:l}),c&&zt(_t,{children:[Ft(d,{size:$,fill:g}),Ft(p,{size:$,fill:g})]})]}),i&&n===lm.Right&&Ft(so,{color:x,size:f,nowrap:!0,children:i}),r&&Ft(Oa,{text:r,withIcon:!0})]})},hm=Rt.div`
|
|
2364
|
+
display: flex;
|
|
2365
|
+
flex-direction: ${({$direction:e})=>e===mi.Horizontal?"row":"column"};
|
|
2366
|
+
gap: ${({$direction:e})=>e===mi.Horizontal?16:8}px;
|
|
2367
|
+
`,mm=({direction:e=mi.Vertical,title:t,size:i,disabled:n,options:o,values:r,setValues:a})=>{const s=i===sm.S?ro.XS:ro.S;return zt(hm,{$direction:e,children:[t&&Ft(so,{size:s,children:t}),o.map(e=>Ft(um,{...e,labelAlign:lm.Right,value:r[e.id],onChange:t=>{return i=e.id,n=t,void a(e=>{const t={...e};return i?t[i]=n:o.forEach(e=>t[e.id]=n),t});var i,n},disabled:n,size:i},`${t}-toggle-${e.id}`))]})},gm=Rt.div`
|
|
2368
|
+
min-width: 530px;
|
|
2369
|
+
`,$m=Rt.div`
|
|
2370
|
+
display: flex;
|
|
2371
|
+
flex-direction: column;
|
|
2372
|
+
align-items: center;
|
|
2373
|
+
gap: 16px;
|
|
2374
|
+
padding: 24px;
|
|
2375
|
+
`,xm=Rt.div`
|
|
2376
|
+
display: flex;
|
|
2377
|
+
justify-content: center;
|
|
2378
|
+
gap: 16px;
|
|
2379
|
+
padding: 16px 24px;
|
|
2380
|
+
background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
|
|
2381
|
+
`,fm=({visual:e,title:t,description:i,isOpen:n,onClose:o,onDeny:r,denyLabel:a="Deny",onApprove:s,approveLabel:l="Approve",...c})=>{const d=Mt();return Ft(Eh,{isOpen:n,onClose:o,...c,children:zt(gm,{children:[zt($m,{children:[e&&Ft(e,{}),Ft(so,{size:ro.M,weight:500,color:d.v2.colors.white[500],children:t}),Ft(ra,{$alignItems:"center",$gap:4,children:i.split("\n").map(e=>Ft(so,{size:ro.XS,weight:400,color:d.v2.colors.silver[200],children:e},e))})]}),(r||s)&&zt(xm,{children:[Ft(zp,{variant:Np.Secondary,label:a,onClick:()=>{r?.(),o()}}),s&&Ft(zp,{variant:Np.Primary,label:l,onClick:()=>{s(),o()}})]})]})})};export{mn as $,li as A,zp as B,Qp as C,zu as D,Gi as E,ra as F,Kn as G,Mi as H,Uu as I,Oa as J,ci as K,vh as L,jo as M,Ih as N,Pi as O,ji as P,Yi as Q,uu as R,Vd as S,um as T,Ki as U,hh as V,fm as W,Li as X,Bi as Y,co as Z,Uo as _,Bu as a,go as a$,gr as a0,_o as a1,Ro as a2,Dr as a3,on as a4,nn as a5,Mr as a6,Rr as a7,Mo as a8,Po as a9,ia as aA,em as aB,jh as aC,ih as aD,In as aE,fs as aF,Eu as aG,wr as aH,du as aI,fu as aJ,wu as aK,Ui as aL,na as aM,fc as aN,Il as aO,is as aP,fo as aQ,Bl as aR,Ed as aS,Ap as aT,Fd as aU,vd as aV,ep as aW,Jd as aX,Mc as aY,Pd as aZ,kp as a_,$n as aa,Wp as ab,Ko as ac,Lo as ad,Ti as ae,sm as af,oo as ag,or as ah,en as ai,wi as aj,tr as ak,Pr as al,qr as am,ta as an,Ln as ao,gu as ap,Jo as aq,lu as ar,nu as as,iu as at,Cl as au,Up as av,dn as aw,vl as ax,cu as ay,rn as az,Mu as b,_a as b$,Yo as b0,rd as b1,Rc as b2,Qa as b3,Nr as b4,fn as b5,Bo as b6,As as b7,Ic as b8,pn as b9,kr as bA,to as bB,Tr as bC,rr as bD,Zs as bE,ln as bF,wn as bG,gn as bH,Ri as bI,cp as bJ,_r as bK,an as bL,ri as bM,Zi as bN,oi as bO,Fr as bP,Hr as bQ,Da as bR,sa as bS,np as bT,Gr as bU,qn as bV,Ul as bW,tn as bX,Kr as bY,Lr as bZ,lr as b_,yi as ba,Qo as bb,va as bc,ca as bd,Va as be,Oo as bf,ka as bg,Ud as bh,un as bi,Ns as bj,Ai as bk,Gn as bl,Nn as bm,Zo as bn,ni as bo,js as bp,bn as bq,Gs as br,da as bs,pa as bt,md as bu,xn as bv,ua as bw,xc as bx,sl as by,Ip as bz,ki as c,Xi as c$,ys as c0,Os as c1,Rs as c2,vi as c3,Hn as c4,Ur as c5,Rn as c6,Zt as c7,Ji as c8,xp as c9,oc as cA,ea as cB,Vs as cC,hn as cD,ec as cE,Go as cF,cn as cG,rs as cH,An as cI,Ms as cJ,us as cK,ai as cL,Oi as cM,ui as cN,Fi as cO,Ni as cP,fi as cQ,Ei as cR,hi as cS,mi as cT,pi as cU,_i as cV,xi as cW,qi as cX,Vi as cY,Wi as cZ,Di as c_,Cc as ca,Cn as cb,yp as cc,er as cd,Vr as ce,$i as cf,Za as cg,xr as ch,zn as ci,zr as cj,Ii as ck,bl as cl,Rd as cm,_s as cn,xd as co,On as cp,Bn as cq,zs as cr,ol as cs,al as ct,Ku as cu,jn as cv,Xn as cw,Jr as cx,zi as cy,bi as cz,eh as d,im as d$,Hi as d0,gi as d1,di as d2,Qt as d3,sn as d4,yn as d5,vn as d6,kn as d7,Sn as d8,En as d9,cl as dA,_c as dB,td as dC,Yc as dD,sd as dE,ud as dF,Ps as dG,la as dH,Uc as dI,ha as dJ,uo as dK,ho as dL,mo as dM,gh as dN,mh as dO,fh as dP,Mp as dQ,Pp as dR,tu as dS,Jp as dT,Gu as dU,Eh as dV,Th as dW,Mh as dX,Lh as dY,_h as dZ,hu as d_,Tn as da,Dn as db,Fn as dc,Pn as dd,Un as de,Vn as df,Jn as dg,Zn as dh,Qn as di,eo as dj,io as dk,no as dl,Wo as dm,Vo as dn,qo as dp,zo as dq,mr as dr,vr as ds,$r as dt,hr as du,Or as dv,wl as dw,Sl as dx,El as dy,gl as dz,lm as e,mm as e0,am as e1,Yu as f,Ci as g,si as h,Mn as i,ii as j,oa as k,aa as l,ro as m,Yp as n,zh as o,Si as p,Np as q,so as r,Op as s,Qi as t,Gp as u,rm as v,ti as w,Wu as x,_n as y,Yn as z};
|