@odigos/ui-kit 0.0.219 → 0.0.221
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 +30 -0
- package/lib/chunks/{index-YIqbBRyO.js → index-B0bRHrR6.js} +1 -1
- package/lib/chunks/ui-components-BRgXOh8V.js +2469 -0
- package/lib/components/_v2/cards/section-card/index.d.ts +3 -2
- package/lib/components/styled.d.ts +1 -0
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers/_v2/_drawers/add-destination-drawer/lists-column/index.d.ts +3 -2
- package/lib/containers/_v2/settings/index.d.ts +2 -0
- package/lib/containers/_v2/settings/toolbar/index.d.ts +12 -0
- package/lib/containers/v2.js +68 -63
- package/lib/containers.js +127 -127
- package/lib/contexts/odigos-context.d.ts +1 -0
- package/lib/contexts.js +1 -1
- package/lib/functions/get-entity-id/index.d.ts +2 -0
- package/lib/functions.js +1 -1
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/useScrollTo.d.ts +11 -0
- package/lib/hooks.js +1 -1
- package/lib/snippets/_v2/dynamic-field/index.d.ts +2 -0
- package/lib/snippets/v2.js +7 -7
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/common/index.d.ts +0 -1
- package/lib/types/config/index.d.ts +3 -2
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/ui-components-Dj10kYlT.js +0 -2469
|
@@ -10,6 +10,7 @@ export declare const checkVersionSupport: (currentVersion: string, minSupportedV
|
|
|
10
10
|
export declare const useOdigos: (minSupportedVersion?: number) => {
|
|
11
11
|
isVersionSupported: boolean;
|
|
12
12
|
isVm: boolean;
|
|
13
|
+
isEnterprise: boolean;
|
|
13
14
|
version: string;
|
|
14
15
|
platformType: PlatformType;
|
|
15
16
|
tier: Tier;
|
package/lib/contexts.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{f8 as OdigosProvider,f9 as StorybookProvider,bN as checkVersionSupport,a2 as useOdigos,fa as useStorybook}from"./chunks/ui-components-BRgXOh8V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
import type { AnyObj, WorkloadId } from '@/types';
|
|
2
2
|
export declare const getEntityId: (item: AnyObj) => string | WorkloadId | undefined;
|
|
3
|
+
export declare const entityIdKey: (id: string | WorkloadId | undefined) => string;
|
|
4
|
+
export declare const getEntityIdKey: (item: AnyObj) => string;
|
package/lib/functions.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{dK as capitalizeFirstLetter,eH as cleanObjectEmptyStringsValues,z as compareCondition,v as deepClone,de as entityIdKey,cX as filterActions,dp as filterDestinations,dm as filterDestinationsByStream,dn as filterSources,dl as filterSourcesByStream,eI as flattenObjectKeys,dg as formatBytes,ei as formatDuration,g as generateId,cI as getActionIcon,cR as getConditionsBooleans,ec as getContainersIcons,ef as getContainersInstrumentedCount,eJ as getDeepValue,bg as getDestinationIcon,eK as getDetectedLanguageIcons,d2 as getEntityIcon,cE as getEntityId,dd as getEntityIdKey,cZ as getEntityLabel,eL as getIdFromSseTarget,dh as getInstrumentationRuleIcon,eM as getMainContainerLanguage,dO as getMetricForEntity,eN as getMonitorIcon,eO as getPlatformIcon,eP as getPlatformLabel,a1 as getProgrammingLanguageIcon,ek as getRecursiveValues,di as getSourceLanguageIcons,eQ as getSseTargetFromId,eR as getStatusColor,bU as getStatusFromPodStatus,cV as getStatusIcon,e1 as getStatusTypeFromOdigosHealth,eS as getValueForRange,dX as getVirtualServiceIcon,dU as getWorkloadId,dJ as getYamlFieldsForDestination,e2 as hasUnhealthyInstances,l as isEmpty,eT as isLegalK8sLabel,bF as isOverTime,e7 as isStringABoolean,eU as isTimeElapsed,eV as isValidVersion,cU as mapConditions,dH as mapDestinationFieldsForDisplay,L as mapExportedSignals,H as mapSupportedSignals,eW as numbersOnly,e8 as parseBooleanFromString,eX as parseJsonStringToPrettyString,eY as removeEmptyValuesFromObject,M as safeJsonParse,eZ as safeJsonStringify,e_ as setDeepValue,d8 as sleep,dw as splitCamelString,e$ as stringifyNonStringValues,cL as trimVersion}from"./chunks/ui-components-BRgXOh8V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
package/lib/hooks/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from './useGenericForm';
|
|
|
10
10
|
export * from './useInstrumentationRuleFormData';
|
|
11
11
|
export * from './useKeyDown';
|
|
12
12
|
export * from './useOnClickOutside';
|
|
13
|
+
export * from './useScrollTo';
|
|
13
14
|
export * from './usePopup';
|
|
14
15
|
export * from './useSessionStorage';
|
|
15
16
|
export * from './useSourceFormData';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
interface UseScrollToProps {
|
|
2
|
+
sectionNames: string[];
|
|
3
|
+
/** Minimum visible ratio (0–1) of a section required to consider it "in view". Defaults to 0.4. */
|
|
4
|
+
threshold?: number;
|
|
5
|
+
}
|
|
6
|
+
export declare const useScrollTo: ({ sectionNames, threshold }: UseScrollToProps) => {
|
|
7
|
+
selectedSection: string;
|
|
8
|
+
setSelectedSection: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
9
|
+
setSectionRef: (name: string, el: HTMLDivElement | null) => void;
|
|
10
|
+
};
|
|
11
|
+
export {};
|
package/lib/hooks.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{cD as useActionFormData,fb as useBodyScroll,dq as useClickNode,dV as useClickNotification,dk as useContainerSize,u as useCopy,dB as useDataStreamFormData,dI as useDestinationFormData,t as useGenericForm,dR as useInstrumentationRuleFormData,bD as useKeyDown,dv as useOnClickOutside,dr as usePopup,ch as useScrollTo,dA as useSessionStorage,e9 as useSourceFormData,ed as useSourceSelectionFormData,bE as useTimeAgo}from"./chunks/ui-components-BRgXOh8V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
|
@@ -15,5 +15,7 @@ export interface DynamicFieldProps extends FieldMessageProps {
|
|
|
15
15
|
value: any;
|
|
16
16
|
setValue: (value: any) => void;
|
|
17
17
|
dropdownOptions?: DropdownProps['options'];
|
|
18
|
+
dropdownNoSearch?: boolean;
|
|
19
|
+
dropdownNoCheckbox?: boolean;
|
|
18
20
|
}
|
|
19
21
|
export declare const DynamicField: FC<DynamicFieldProps>;
|
package/lib/snippets/v2.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import{cc as e,r as a,n as r,o as s,d as i,bh as t,y as n,m as o,M as l,p as d,I as c,k as p,a2 as
|
|
1
|
+
import{cc as e,r as a,n as r,o as s,d as i,bh as t,y as n,m as o,M as l,p as d,I as c,k as p,a2 as h,a8 as u,v as g,dy as m,F as v,i as b,c as f,j as x,em as y,df as w,b as $,N as C,Q as M,a as L,bp as S,be as k,e as O,bY as D,e0 as N}from"../chunks/ui-components-BRgXOh8V.js";export{A as ActionType,bZ as Actions}from"../chunks/ui-components-BRgXOh8V.js";import{jsx as I,Fragment as H,jsxs as T}from"react/jsx-runtime";import j from"styled-components";import{OdigosLogoTextEnterprise as q,OdigosLogoTextCommunity as V,ArrowLeftIcon as z,ArrowRightIcon as R,VSquareIcon as E}from"../icons.js";import{useState as F,useRef as P,useEffect as B,forwardRef as K,useImperativeHandle as X,useCallback as Z,useMemo as G}from"react";export{Y as YamlSectionCard}from"../chunks/index-B0bRHrR6.js";import"zustand";import"javascript-time-ago";import"../chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";const J=({isOpen:a,onClose:r,onDeny:s,onApprove:i})=>I(e,{title:"Discard changes?",description:"You have unsaved changes.\nIf you cancel now, your changes won't be saved.",isOpen:a,onClose:r,onDeny:s,denyLabel:"Keep editing",onApprove:i,approveLabel:"Discard changes"});var U;!function(e){e.Default="default",e.Action="action",e.Endpoint="endpoint",e.Scope="scope",e.Duration="duration"}(U||(U={}));const _=[U.Action,U.Endpoint,U.Scope,U.Duration],Q=j.span`
|
|
2
2
|
font-family: ${({theme:e,$isMono:a})=>a?e.font_family.secondary:e.font_family.primary};
|
|
3
3
|
font-size: ${({theme:e})=>e.v2.text.size.xxs}px;
|
|
4
4
|
line-height: 20px;
|
|
5
5
|
color: ${({theme:e,$variant:a})=>{const r=e.v2.colors;switch(a){case"action":return r.green[400];case"endpoint":return r.purple[300];case"scope":return r.yellow[400];case"duration":return r.orange[600];default:return r.white[500]}}};
|
|
6
|
-
`,W=({parts:e})=>H
|
|
6
|
+
`,W=({parts:e})=>I(H,{children:e.map((e,a)=>I(Q,{$variant:e.variant,$isMono:_.includes(e.variant),children:e.text},a))}),ee=({isOpen:a,onClose:r,onDeny:s,onApprove:i,action:t="delete",target:n})=>{const o=t.charAt(0).toUpperCase()+t.substring(1),l=n?.endsWith("s")?"these":"this";return I(e,{title:`${o}${n?` ${n}`:""}?`,description:`Are you sure you want to ${t}${n?` ${l} ${n}`:""}?`,isOpen:a,onClose:r,onDeny:s,denyLabel:"Go back",onApprove:i,approveLabel:o})},ae=({componentType:e,inputType:h,name:u,label:g,tooltip:m,badge:v,placeholder:b,required:f,disabled:x,value:y,setValue:w,errorMessage:$,warnMessage:C,helpMessage:M,dropdownOptions:L,dropdownNoSearch:S,dropdownNoCheckbox:k})=>{switch(e){case a.Input:return I(c,{name:u,type:h,label:g,tooltip:m,badge:v,placeholder:b,required:f,disabled:x,value:y??"",onChange:e=>{const a=e.target.value;w(h===p.Number?""===a?null:Number(a):a)},errorMessage:$,warnMessage:C,helpMessage:M},u);case a.MultiInput:return I(d,{name:u,label:g,tooltip:m,badge:v,placeholder:b,required:f,disabled:x,values:Array.isArray(y)?y:l(y,[]),setValues:e=>w(e),errorMessage:$,warnMessage:C,helpMessage:M},u);case a.KeyValuePair:return I(o,{name:u,label:g,tooltip:m,badge:v,required:f,disabled:x,limitFieldsPerRow:2,columns:[{keyName:"key",label:"Key"},{keyName:"value",label:"Value"}],values:Array.isArray(y)?y:l(y,[]),setValues:e=>w(e),errorMessage:$,warnMessage:C,helpMessage:M},u);case a.TextArea:return I(n,{name:u,label:g,tooltip:m,badge:v,required:f,disabled:x,placeholder:b,value:y??"",onChange:e=>w(e.target.value),errorMessage:$,warnMessage:C,helpMessage:M},u);case a.Dropdown:return I(t,{name:u,label:g,tooltip:m,badge:v,placeholder:b,required:f,disabled:x,withSearch:!S,options:L?.map(e=>({id:e.id||"",label:e.value||"",withCheckbox:!k}))||[],values:y?[String(y)]:[],setValues:e=>w(e[0]),errorMessage:$,warnMessage:C,helpMessage:M},u);case a.Checkbox:return I(i,{name:u,label:g,tooltip:m,badge:v,value:!0===y||"true"===y,onChange:e=>w(e),disabled:x,errorMessage:$,warnMessage:C,helpMessage:M},u);case a.Toggle:return I(r,{name:u,labelAlign:s.Right,label:g,tooltip:m,badge:v,value:!0===y||"true"===y,onChange:e=>w(e),disabled:x,errorMessage:$,warnMessage:C,helpMessage:M},u);default:return null}},re=({size:e=200})=>{const{tier:a}=h();return a===u.Onprem?I(q,{size:e}):I(V,{size:e})},se=(e,a)=>!a?.length||!!a?.find(a=>a===e),ie=({title:e="Signals",required:a,errorMessage:r,allowedSignals:s,selectedSignals:t,setSelectedSignals:n,disabled:o})=>{const[l,d]=F(1===t.length),c=P(JSON.stringify(t));B(()=>{const e=g(t);e.length||m.forEach(({id:a})=>{se(a,s)&&e.push(a)});const a=JSON.stringify(e);c.current!==a&&(c.current=a,n(e),d(1===e.length))},[s,t]);return T(v,{$gap:12,children:[I(b,{label:e,required:a}),I(f,{$gap:12,children:m.map(e=>{const a=se(e.id,s),r=((e,a)=>!!a?.find(a=>a===e))(e.id,t);return a?I(i,{label:e.value,disabled:o||!a||l&&r,value:r,onChange:a=>((e,a)=>{const r=e,s=a?[...t,r]:t.filter(e=>e!==r);n(s),d(1===s.length)})(e.id,a)},e.id):null})}),I(x,{errorMessage:r})]})},te=({minSupportedVersion:a,currentVersion:r})=>I(e,{isOpen:!0,onClose:()=>{},relativeToParent:!0,visual:()=>I(y,{scale:2.4,icon:()=>I("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"21",viewBox:"0 0 22 21",fill:"none",children:I("path",{fill:"#151618",d:"M9.4844 0.730003C9.99694 -0.243259 11.4076 -0.24341 11.92 0.730003L11.9685 0.831353L14.3039 6.22012L20.153 6.77755C21.3553 6.89211 21.841 8.38683 20.9358 9.18621L16.5314 13.0731L17.8091 18.8079C18.0716 19.9868 16.8005 20.9109 15.7605 20.2969L10.7017 17.3093L5.64282 20.2969C4.60289 20.9104 3.33173 19.9866 3.59427 18.8079L4.87192 13.0741L0.468608 9.18621C-0.43662 8.38693 0.0482932 6.8924 1.25029 6.77755L7.09837 6.22012L9.43588 0.831353L9.4844 0.730003ZM8.55284 7.02876C8.35287 7.48992 7.9179 7.80589 7.41751 7.85357L2.03952 8.36571L6.09027 11.941C6.46691 12.2737 6.63296 12.7852 6.5237 13.2758L5.34956 18.5459L10.0008 15.8009L10.1669 15.7179C10.5087 15.574 10.8945 15.5741 11.2364 15.7179L11.4036 15.8009L16.0538 18.5459L14.8807 13.2758C14.7714 12.7851 14.9374 12.2737 15.3141 11.941L19.3627 8.36571L13.9858 7.85357C13.4855 7.80587 13.0505 7.4899 12.8505 7.02876L10.7017 2.07342L8.55284 7.02876Z"})})}),title:"Upgrade Required",description:`To use this feature, please upgrade to Odigos v${a} or later.\nCurrent version: ${r}.`}),ne=j.div`
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
justify-content: flex-end;
|
|
@@ -27,27 +27,27 @@ import{cc as e,r as a,n as r,o as s,d as i,bh as t,y as n,m as o,M as l,p as d,I
|
|
|
27
27
|
background-color: ${({theme:e})=>e.v2.colors.silver[900]};
|
|
28
28
|
overflow-y: auto;
|
|
29
29
|
overflow-x: hidden;
|
|
30
|
-
`,de=({isLeft:e,isRight:a,heightOffset:r=0,width:s,header:i,list:t})=>T(ne,{$width:s,$columnHasHeader:!!i,children:[i&&
|
|
30
|
+
`,de=({isLeft:e,isRight:a,heightOffset:r=0,width:s,header:i,list:t})=>T(ne,{$width:s,$columnHasHeader:!!i,children:[i&&I(oe,{children:i}),I(le,{$gap:8,$isLeft:e,$isRight:a,$heightOffset:r,$columnHasHeader:!!i,children:t.length?t.length>1?I(w,{gap:8,elements:t}):I(H,{children:t[0]}):I($,{$height:"100%",children:I(C,{})})})]}),ce="75vw",pe=j.div`
|
|
31
31
|
display: flex;
|
|
32
32
|
flex-direction: column;
|
|
33
33
|
border-radius: 16px;
|
|
34
34
|
background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
|
|
35
35
|
overflow: hidden;
|
|
36
|
-
`,
|
|
36
|
+
`,he=j.div`
|
|
37
37
|
display: flex;
|
|
38
38
|
gap: 12px;
|
|
39
39
|
padding: 16px 16px 0 16px;
|
|
40
40
|
background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
|
|
41
41
|
position: sticky;
|
|
42
42
|
top: 0;
|
|
43
|
-
`,
|
|
43
|
+
`,ue=j.div`
|
|
44
44
|
padding: 12px 12px 0 12px;
|
|
45
45
|
`,ge=j.div`
|
|
46
46
|
display: flex;
|
|
47
47
|
gap: 12px;
|
|
48
48
|
padding: 16px;
|
|
49
|
-
`,
|
|
49
|
+
`,me=j.div`
|
|
50
50
|
padding: 5vh 10vw;
|
|
51
51
|
border-radius: 12px;
|
|
52
52
|
background-color: ${({theme:e})=>e.v2.colors.silver[800]};
|
|
53
|
-
`,
|
|
53
|
+
`,ve=K(({isOpen:e,withOverlay:a,disableAnimation:r,onClose:s,onBack:i,onNext:t,nextIsSkip:n,onSave:o,disableSave:l,connectionIds:d,header:c,subHeader:p,leftColumn:h,rightColumn:u,search:g,filters:m,errorMessage:v,isFormDirty:b,hideDirtyNote:f,isFetching:x,progress:y},w)=>{const[C,A]=F(!1),[H,j]=F(!1),[q,V]=F(void 0);X(w,()=>({clearErrors:()=>V(void 0)}));const P=H,Y=Z(()=>{b&&!C?A(!0):(A(!1),s?.())},[b,C,s]),B=l||H||"boolean"==typeof b&&!b,K=Z(async()=>{j(!0);const e=await o();j(!1),e?.error?V(e.error):(d?.setValue([]),s?.())},[o,d,s]),U=!!g||!!d||!!m,_=!!p,Q=(U?48:0)+(_?50:0),W=G(()=>x?{status:M.Info,message:"Fetching Data..."}:H&&!y?{status:M.Info,message:"Saving Changes..."}:q||v?{status:M.Error,message:q||v}:"boolean"==typeof b&&b&&!f?{status:M.Info,message:'The values don\'t reflect the current configurations of the selected clusters.\n"Save" will override the current configurations.'}:"boolean"!=typeof b||b||f?void 0:{status:M.Success,message:"The values reflect the current configuration of the selected cluster."},[x,H,y,q,v,b,f]),ee=G(()=>i?{label:"Back",leftIcon:z,variant:L.Secondary,onClick:i}:{label:"Cancel",variant:L.Secondary,onClick:Y,disabled:P},[i,Y,P]),ae=G(()=>t?n?{"data-id":"wide-drawer-skip",label:"Skip",rightIcon:R,variant:L.Secondary,onClick:t}:{"data-id":"wide-drawer-next",label:"Next",rightIcon:R,variant:L.Primary,onClick:t}:{"data-id":"wide-drawer-save",label:"Save",variant:L.Primary,onClick:K,disabled:B},[t,n,K,B]);return T(S,{width:ce,isOpen:e,disableAnimation:r,hideOverlay:!H&&!a,header:{...c,onClose:s?Y:void 0,onCloseDisabled:P},footer:{note:W,actions:[ee,ae]},children:[H?I($,{$height:"calc(100vh - 136px)",children:I(me,{children:I(k,{titleSize:O.S,subTitleSize:O.XXXS,withGradient:!0,withSpinner:!0,...y})})}):T(pe,{children:[U&&T(he,{children:[d&&I(D,{icon:E,title:"Selected Clusters",badge:{label:d.value.length}}),g&&I(N,{width:"100%",...g}),m]}),_&&I(ue,{children:I(D,{icon:p.icon,title:p.title,subTitle:p.description,badge:p.badge})}),T(ge,{children:[I(de,{isLeft:!0,heightOffset:Q,...h}),I(de,{isRight:!0,heightOffset:Q,...u})]})]}),I(J,{isOpen:C,onClose:()=>A(!1),onApprove:Y})]})});ve.displayName=ve.name;export{J as CancelModal,W as ColoredSpan,U as ColoredSpanVariant,ee as DeleteModal,ae as DynamicField,re as OdigosLogoTextByTier,D as RichTitle,ie as SignalsCheckboxList,te as UpgradeModal,ce as WIDE_DRAWER_WIDTH,ve as WideDrawer};
|
package/lib/snippets.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{cs as AddButton,e3 as CopyText,d_ as EditButton,dZ as Flow,fc as MapItemNode,fd as NoDataNode,dF as NoteBackToSummary,e5 as PodContainer,eb as SourceContainer}from"./chunks/ui-components-BRgXOh8V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
package/lib/store.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{bo as ProgressKeys,
|
|
1
|
+
export{bo as ProgressKeys,dY as useActiveNodeStore,eh as useDarkMode,E as useDataStreamStore,cz as useDrawerStore,bi as useEntityStore,cW as useFilterStore,cK as useModalStore,dQ as useNotificationStore,bn as useProgressStore,da as useSelectedStore,dC as useSetupStore}from"./chunks/ui-components-BRgXOh8V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
package/lib/theme.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{f4 as Provider,f5 as animations,f6 as opacity,f7 as palettes}from"./chunks/ui-components-BRgXOh8V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
|
@@ -2,8 +2,9 @@ import { FieldTypes } from '../common';
|
|
|
2
2
|
export interface ConfigYamlField {
|
|
3
3
|
displayName: string;
|
|
4
4
|
componentType: FieldTypes;
|
|
5
|
-
isHelmOnly
|
|
6
|
-
|
|
5
|
+
isHelmOnly?: boolean;
|
|
6
|
+
isEnterpriseOnly?: boolean;
|
|
7
|
+
description?: string;
|
|
7
8
|
helmValuePath: string;
|
|
8
9
|
docsLink?: string | null;
|
|
9
10
|
componentProps?: string | null;
|
package/lib/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{en as ActionCategory,f as ActionKeyTypes,s as ActionType,eo as AddNodeTypes,ep as BooleanOperation,R as CodeAttributesKeyTypes,cJ as Crud,Z as CustomInstrumentationsKeyTypes,dc as DesiredStateProgress,eq as DestinationTypes,er as EdgeTypes,a9 as EntityTypes,r as FieldTypes,X as GolangCustomProbe,V as HeadersCollectionKeyTypes,k as InputTypes,es as InstallationMethod,_ as InstrumentationRuleType,et as IntrumentationStatus,Y as JavaCustomProbe,eu as JsonOperation,K as K8sAttributesFrom,ea as K8sResourceKind,ev as ListDirection,dW as NodeTypes,ew as NumberOperation,ex as OtelDistroName,dG as OtherEntityTypes,cT as OtherStatus,bk as OtherStatusType,W as PayloadCollectionKeyTypes,ey as PlatformType,ez as PodContainerLifecycleStatus,eA as PodContainerStatus,eB as PodPhase,eC as Profile,aG as ProgrammingLanguages,eD as SIGNAL_KEY_TO_TYPE,dL as SIGNAL_TYPE_TO_KEY,eE as SignalKey,J as SignalType,eF as SortDirection,Q as StatusType,eG as StringOperation,a8 as Tier,c0 as WorkloadRolloutStatus}from"./chunks/ui-components-BRgXOh8V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
package/lib/visuals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{fq as VISUAL_ODIGOS_LOGO_HEIGHT,fr as VISUAL_ODIGOS_LOGO_WIDTH,em as VisualGreenRings,fs as VisualOdigosLogo}from"./chunks/ui-components-BRgXOh8V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|