@ansible/ansible-ui-framework 2.4.389 → 2.4.391

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.
@@ -19,7 +19,7 @@ export interface PageFormAsyncSelectProps<TFieldValues extends FieldValues = Fie
19
19
  valueToDescription?: (value: SelectionType | undefined) => ReactNode;
20
20
  isRequired?: boolean;
21
21
  isReadOnly?: boolean;
22
- openSelectDialog?: (onSelect: (value: SelectionType | undefined) => void, defaultSelection?: SelectionType) => void;
22
+ openSelectDialog?: (onSelect: (value: SelectionType | null) => void, defaultSelection?: SelectionType) => void;
23
23
  limit: number;
24
24
  }
25
25
  export declare function PageFormAsyncSelect<TFieldValues extends FieldValues = FieldValues, TFieldName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>, SelectionType = any>(props: PageFormAsyncSelectProps<TFieldValues, TFieldName, SelectionType>): import("react/jsx-runtime").JSX.Element;
@@ -28,7 +28,7 @@ export interface AsyncSelectProps<SelectionType> {
28
28
  value: SelectionType | undefined;
29
29
  valueToString: (value: SelectionType | undefined) => string;
30
30
  valueToDescription?: (value: SelectionType | undefined) => ReactNode;
31
- onSelect: (value: SelectionType | undefined) => void;
31
+ onSelect: (value: SelectionType | null) => void;
32
32
  query: (pageSize: number) => Promise<{
33
33
  total: number;
34
34
  values: SelectionType[];
@@ -44,6 +44,6 @@ export interface AsyncSelectProps<SelectionType> {
44
44
  isRequired?: boolean;
45
45
  limit: number;
46
46
  loadingError?: boolean;
47
- openSelectDialog?: (onSelect: (value: SelectionType | undefined) => void, defaultSelection?: SelectionType) => void;
47
+ openSelectDialog?: (onSelect: (value: SelectionType | null) => void, defaultSelection?: SelectionType) => void;
48
48
  }
49
49
  export declare function AsyncSelect<SelectionType>(props: AsyncSelectProps<SelectionType>): import("react/jsx-runtime").JSX.Element;
package/index.js CHANGED
@@ -114393,7 +114393,7 @@ function zCt(n) {
114393
114393
  id: D,
114394
114394
  placeholder: a,
114395
114395
  onChange: oe,
114396
- value: ae,
114396
+ value: ae ?? "",
114397
114397
  "aria-describedby": D ? `${D}-form-group` : void 0,
114398
114398
  validated: Q ? "error" : void 0,
114399
114399
  type: e === "password" ? M ? "text" : "password" : e,
package/index.umd.cjs CHANGED
@@ -1124,7 +1124,7 @@ ${e.toString()}`}}class Rk{constructor(e=new u1,t=!1,i,r=ddt){var o;this._servic
1124
1124
  color: var(--pf-c-form__helper-text--m-error--Color);
1125
1125
  font-size: var(--pf-c-form__helper-text--FontSize);
1126
1126
  `;function Fgt(n){const{t:e}=Ji(),{handleCopy:t,handleDownload:i,handleUpload:r,allowCopy:o,allowDownload:s,allowUpload:a,toggleLanguages:l,setLanguage:c,selectedLanguage:u,errors:d,name:h}=n,f=[];o&&f.push(x.jsx(F.Tooltip,{content:e("Copy"),children:x.jsx(eD,{id:"copy-button","aria-label":e("Copy to clipboard"),icon:x.jsx(yt.CopyIcon,{}),type:"button",onClick:()=>t()},"copy-button")},"copy-file")),a&&f.push(x.jsx(F.Tooltip,{content:e("Upload"),children:x.jsx(eD,{id:"upload-button","aria-label":e("Upload from file"),icon:x.jsx(yt.UploadIcon,{}),type:"button",onClick:()=>r()},"upload-button")},"upload-file")),s&&f.push(x.jsx(F.Tooltip,{content:e("Download"),children:x.jsx(eD,{id:"download-button","aria-label":e("Download file"),icon:x.jsx(yt.DownloadIcon,{}),type:"button",onClick:()=>i()},"download-button")},"download-file"));const g=(l==null?void 0:l.map(m=>x.jsx(eD,{id:`toggle-${m}`,"aria-label":e("Toggle to {{language}}",{language:m}),isSelected:u===m,isDisabled:!!d[h],text:m,type:"button",onChange:()=>c(m)},m)))||[];return x.jsxs(F.Flex,{justifyContent:{default:"justifyContentSpaceBetween"},children:[x.jsx(F.FlexItem,{children:x.jsx(F.ToggleGroup,{isCompact:!0,children:f})}),x.jsx(F.FlexItem,{align:{default:"alignRight"},children:x.jsx(F.ToggleGroup,{isCompact:!0,children:g})})]})}function Bgt(n){const{t:e}=Ji(),{allowCopy:t=!0,allowDownload:i=!0,allowUpload:r=!0,defaultExpanded:o,isExpandable:s,isReadOnly:a,isRequired:l,label:c,name:u,toggleLanguages:d,validate:h,...f}=n,{formState:{isSubmitting:g,isValidating:m,errors:p},setError:_,clearErrors:v,getValues:b,control:y,setValue:C}=Pc(),[k,L]=E.useState("yaml"),[D,T]=E.useState(!o),O=E.useRef(null),N=MD(),{writeToClipboard:I}=UR(),P=n.id??u.split(".").join("-");E.useEffect(()=>{p[u]||v(u)},[p,u,v]);const B=E.useCallback(ae=>{const q=b(u);if(!(ae!=="json"&&ae!=="yaml"||!q)){if(HUe(q))return ae==="json"?C(u,q):C(u,tY(q));if(jUe(q))return ae==="json"?C(u,q):C(u,tY(JSON.stringify(q)));ae==="json"?C(u,$Ue(q)):C(u,q)}},[b,u,C]),V=E.useCallback(ae=>{try{B(ae),L(ae)}catch(q){q instanceof Error?_(u,{message:q.message}):_(u,{message:e("Invalid syntax")})}},[B,u,_,e]),te=E.useCallback(()=>{I(b(u))},[b,u,I]),le=E.useCallback(()=>{O.current&&O.current.click()},[]),ce=E.useCallback(()=>{Pgt(u||"codeEditorData",b(u));const q={variant:"success",title:e("File downloaded")};N.addAlert(q)},[N,b,u,e]),ne=E.useCallback(ae=>{const q=ae[0],G=new FileReader;G.onload=()=>{const oe=G.result;if(typeof oe=="string"){C(u,oe);const De={variant:"success",title:e("File uploaded")};N.addAlert(De)}},G.onerror=()=>{const oe={variant:"danger",title:e("Failed to upload file"),children:e("Unable to upload")};N.addAlert(oe)},G.readAsText(q)},[C,u,e,N]),J=ZK({onDrop:ne,multiple:!1});return x.jsx(Tm,{name:u,control:y,shouldUnregister:!0,render:({field:{name:ae,onChange:q,value:G},fieldState:{error:oe}})=>{var xe;const De=[...new Set((xe=oe==null?void 0:oe.message)==null?void 0:xe.split(`
1127
- `))],ee=G!=null&&G!=="";return x.jsx(Dy,{...f,label:s?x.jsxs("span",{style:{alignItems:"center"},children:[x.jsx(yt.AngleRightIcon,{style:{transform:D?"rotate(0deg)":"rotate(90deg)",transition:"transform"},onClick:()=>T(he=>!he),"aria-label":e("Expand or collapse extra variables")}),n.label]}):n.label,id:P,helperTextInvalid:!(h&&m)&&(De==null?void 0:De.map(he=>x.jsx(Rgt,{children:he},he))),children:(!s||!D)&&x.jsxs(x.Fragment,{children:[x.jsx(Fgt,{allowCopy:t,allowDownload:i,allowUpload:r,errors:p,handleCopy:()=>te(),handleDownload:ce,handleUpload:le,name:ae,selectedLanguage:k,setLanguage:V,toggleLanguages:d},"actions-row"),x.jsxs("div",{id:"code-editor-dropzone",...J.getRootProps({disabled:ee}),style:{width:"100%",height:"100%"},children:[x.jsx("input",{id:"code-editor-dropzone-input",...J.getInputProps(),ref:O}),x.jsx(Mgt,{setError:_,clearErrors:v,id:P,name:ae,language:k,value:G,onChange:q,isReadOnly:a||g,invalid:!(h&&m)&&(oe==null?void 0:oe.message)!==void 0})]})]})})},rules:{required:typeof c=="string"&&l===!0?{value:!0,message:`${Sl(c.toLocaleLowerCase())} is required.`}:void 0,validate:n.validate}})}function Wgt(n){const{name:e,label:t,labelHelpTitle:i,labelHelp:r,additionalControls:o,placeholderText:s,options:a,footer:l,helperText:c,isDisabled:u,isReadOnly:d,isRequired:h,validate:f,fieldNameToResetOnFieldChange:g}=n,m=n.id??e.split(".").join("-"),{control:p,formState:{isSubmitting:_,isValidating:v},resetField:b}=Pc(),[y,C]=E.useState(!1),k=E.useCallback(()=>C(D=>!D),[]),[L]=Si();return x.jsx(Tm,{name:e,control:p,shouldUnregister:!0,render:({field:{onChange:D,value:T},fieldState:{error:O}})=>{T===""&&a.length===1&&h&&D(a[0].value);const N=(B,V)=>{var te;D((te=a.find(le=>le.label===V.toString()))==null?void 0:te.value),g&&b(g),C(!1)},I=O!=null&&O.message?f&&v?L.validating:O==null?void 0:O.message:void 0,P=a.find(B=>B.value===T);return x.jsx(F.FormGroup,{id:`${m??""}-form-group`,fieldId:m,label:t,labelIcon:r?x.jsx(Tg,{title:i,help:r}):void 0,labelInfo:o,helperText:c,helperTextInvalid:I,validated:I?"error":void 0,isRequired:h,children:x.jsx(F.Select,{id:m,label:void 0,placeholderText:s,variant:"single","aria-describedby":m?`${m}-form-group`:void 0,selections:P==null?void 0:P.label,onSelect:N,isOpen:y,onToggle:k,maxHeight:280,validated:I?"error":void 0,isDisabled:u||d||_,hasPlaceholderStyle:!0,footer:l,children:a.map(B=>x.jsx(F.SelectOption,{value:B.label,label:B.label,description:B.description,children:B.label},B.label))})})},rules:{required:typeof t=="string"&&h===!0?{value:!0,message:`${Sl(t.toLocaleLowerCase())} is required.`}:void 0,validate:f}})}function Vgt(n){const{name:e,id:t,helperText:i,validate:r,additionalControls:o,formLabel:s,labelHelp:a,labelHelpTitle:l,...c}=n,{control:u,formState:{isSubmitting:d,isValidating:h}}=Pc();return x.jsx(Tm,{name:e,control:u,shouldUnregister:!0,render:({field:{onChange:f,value:g},fieldState:{error:m}})=>x.jsx(F.FormGroup,{helperTextInvalid:!(r&&h)&&(m==null?void 0:m.message),fieldId:t,label:s,helperText:i,validated:m!=null&&m.message?"error":void 0,labelInfo:o,labelIcon:a?x.jsx(Tg,{title:l,help:a}):void 0,children:x.jsx(F.Switch,{...c,isChecked:g,onChange:p=>f(p),isDisabled:d})})})}function $gt(n){const{name:e,label:t,isReadOnly:i,isRequired:r,minLength:o,maxLength:s,pattern:a,validate:l}=n,{control:c,formState:{isSubmitting:u}}=Pc();return x.jsx(Tm,{name:e,control:c,shouldUnregister:!0,render:({field:{onChange:d,value:h},fieldState:{error:f}})=>x.jsx(sK,{...n,id:n.id??e,value:h,onChange:d,helperTextInvalid:f==null?void 0:f.message,isReadOnly:i||u,minLength:void 0,maxLength:void 0}),rules:{required:typeof t=="string"&&r===!0?{value:!0,message:`${Sl(t.toLocaleLowerCase())} is required.`}:void 0,minLength:typeof t=="string"&&typeof o=="number"?{value:o,message:`${Sl(t.toLocaleLowerCase())} must be at least ${o} characters.`}:o,maxLength:typeof t=="string"&&typeof s=="number"?{value:s,message:`${Sl(t.toLocaleLowerCase())} cannot be greater than ${s} characters.`}:s,pattern:a,validate:l}})}function jgt(n){const{type:e,name:t,label:i,labelHelpTitle:r,labelHelp:o,additionalControls:s,placeholder:a,button:l,helperText:c,isDisabled:u,isReadOnly:d,isRequired:h,validate:f,minLength:g,maxLength:m,min:p,max:_,pattern:v,selectTitle:b,selectOpen:y,selectValue:C,autoFocus:k,autoComplete:L}=n,D=n.id??t.split(".").join("-"),{control:T,setValue:O,formState:{isSubmitting:N,isValidating:I}}=Pc(),[P,B]=E.useState(!1),[V]=Si();return x.jsx(Tm,{name:t,control:T,shouldUnregister:!0,render:({field:{onChange:te,value:le,name:ce},fieldState:{error:ne}})=>{const J=ne!=null&&ne.message?f&&I?V.validating:ne==null?void 0:ne.message:void 0;function ae(q){te(q.trimStart())}return x.jsx(F.FormGroup,{id:`${D??""}-form-group`,fieldId:D,label:i,helperText:c,helperTextInvalid:J,validated:J?"error":void 0,isRequired:h,labelIcon:o?x.jsx(Tg,{title:r,help:o}):void 0,labelInfo:s,children:x.jsxs(F.InputGroup,{children:[x.jsx(F.TextInput,{id:D,placeholder:a,onChange:ae,value:le,"aria-describedby":D?`${D}-form-group`:void 0,validated:J?"error":void 0,type:e==="password"?P?"text":"password":e,readOnlyVariant:d?"default":void 0,isDisabled:u,autoFocus:k,autoComplete:L}),e==="password"&&x.jsx(F.Button,{variant:"control",onClick:()=>B(!P),isDisabled:u||d,children:P?x.jsx(yt.EyeIcon,{}):x.jsx(yt.EyeSlashIcon,{})}),b&&x.jsx(F.Button,{ouiaId:`lookup-${ce}-button`,variant:"control",onClick:()=>y==null?void 0:y(q=>{if(C){const G=C(q);O(ce,G,{shouldValidate:!0})}},b),"aria-label":"Options menu",isDisabled:u||N,children:x.jsx(yt.SearchIcon,{})}),l&&l]})})},rules:{required:typeof i=="string"&&h===!0?{value:!0,message:`${Sl(i.toLocaleLowerCase())} is required.`}:void 0,validate:f,minLength:typeof i=="string"&&typeof g=="number"?{value:g,message:`${Sl(i.toLocaleLowerCase())} must be at least ${g} characters.`}:g,maxLength:typeof i=="string"&&typeof m=="number"?{value:m,message:`${Sl(i.toLocaleLowerCase())} cannot be greater than ${m} characters.`}:m,min:typeof i=="string"&&(typeof p=="number"||typeof p=="string")?{value:p,message:`${Sl(i.toLocaleLowerCase())} must be less than ${p}.`}:g,max:typeof i=="string"&&(typeof _=="number"||typeof _=="string")?{value:_,message:`${Sl(i.toLocaleLowerCase())} cannot be greater than ${_}.`}:g,pattern:v}})}const D7=Symbol.for("yaml.alias"),Hgt=Symbol.for("yaml.document"),hg=Symbol.for("yaml.map"),Hoe=Symbol.for("yaml.pair"),E7=Symbol.for("yaml.scalar"),uy=Symbol.for("yaml.seq"),sc=Symbol.for("yaml.node.type"),E0=n=>!!n&&typeof n=="object"&&n[sc]===D7,tD=n=>!!n&&typeof n=="object"&&n[sc]===Hgt,zoe=n=>!!n&&typeof n=="object"&&n[sc]===hg,Br=n=>!!n&&typeof n=="object"&&n[sc]===Hoe,fr=n=>!!n&&typeof n=="object"&&n[sc]===E7,T7=n=>!!n&&typeof n=="object"&&n[sc]===uy;function Ds(n){if(n&&typeof n=="object")switch(n[sc]){case hg:case uy:return!0}return!1}function Yo(n){if(n&&typeof n=="object")switch(n[sc]){case D7:case hg:case E7:case uy:return!0}return!1}const zgt=n=>(fr(n)||Ds(n))&&!!n.anchor,fg=Symbol("break visit"),Ugt=Symbol("skip children"),dy=Symbol("remove node");function hy(n,e){const t=qgt(e);tD(n)?T0(null,n.contents,t,Object.freeze([n]))===dy&&(n.contents=null):T0(null,n,t,Object.freeze([]))}hy.BREAK=fg,hy.SKIP=Ugt,hy.REMOVE=dy;function T0(n,e,t,i){const r=Kgt(n,e,t,i);if(Yo(r)||Br(r))return Ggt(n,i,r),T0(n,r,t,i);if(typeof r!="symbol"){if(Ds(e)){i=Object.freeze(i.concat(e));for(let o=0;o<e.items.length;++o){const s=T0(o,e.items[o],t,i);if(typeof s=="number")o=s-1;else{if(s===fg)return fg;s===dy&&(e.items.splice(o,1),o-=1)}}}else if(Br(e)){i=Object.freeze(i.concat(e));const o=T0("key",e.key,t,i);if(o===fg)return fg;o===dy&&(e.key=null);const s=T0("value",e.value,t,i);if(s===fg)return fg;s===dy&&(e.value=null)}}return r}function qgt(n){return typeof n=="object"&&(n.Collection||n.Node||n.Value)?Object.assign({Alias:n.Node,Map:n.Node,Scalar:n.Node,Seq:n.Node},n.Value&&{Map:n.Value,Scalar:n.Value,Seq:n.Value},n.Collection&&{Map:n.Collection,Seq:n.Collection},n):n}function Kgt(n,e,t,i){var r,o,s,a,l;if(typeof t=="function")return t(n,e,i);if(zoe(e))return(r=t.Map)==null?void 0:r.call(t,n,e,i);if(T7(e))return(o=t.Seq)==null?void 0:o.call(t,n,e,i);if(Br(e))return(s=t.Pair)==null?void 0:s.call(t,n,e,i);if(fr(e))return(a=t.Scalar)==null?void 0:a.call(t,n,e,i);if(E0(e))return(l=t.Alias)==null?void 0:l.call(t,n,e,i)}function Ggt(n,e,t){const i=e[e.length-1];if(Ds(i))i.items[n]=t;else if(Br(i))n==="key"?i.key=t:i.value=t;else if(tD(i))i.contents=t;else{const r=E0(i)?"alias":"scalar";throw new Error(`Cannot replace node with ${r} parent`)}}function Uoe(n){if(/[\x00-\x19\s,[\]{}]/.test(n)){const t=`Anchor must not contain whitespace or control characters: ${JSON.stringify(n)}`;throw new Error(t)}return!0}function fy(n,e,t,i){if(i&&typeof i=="object")if(Array.isArray(i))for(let r=0,o=i.length;r<o;++r){const s=i[r],a=fy(n,i,String(r),s);a===void 0?delete i[r]:a!==s&&(i[r]=a)}else if(i instanceof Map)for(const r of Array.from(i.keys())){const o=i.get(r),s=fy(n,i,r,o);s===void 0?i.delete(r):s!==o&&i.set(r,s)}else if(i instanceof Set)for(const r of Array.from(i)){const o=fy(n,i,r,r);o===void 0?i.delete(r):o!==r&&(i.delete(r),i.add(o))}else for(const[r,o]of Object.entries(i)){const s=fy(n,i,r,o);s===void 0?delete i[r]:s!==o&&(i[r]=s)}return n.call(e,t,i)}function el(n,e,t){if(Array.isArray(n))return n.map((i,r)=>el(i,String(r),t));if(n&&typeof n.toJSON=="function"){if(!t||!zgt(n))return n.toJSON(e,t);const i={aliasCount:0,count:1,res:void 0};t.anchors.set(n,i),t.onCreate=o=>{i.res=o,delete t.onCreate};const r=n.toJSON(e,t);return t.onCreate&&t.onCreate(r),r}return typeof n=="bigint"&&!(t!=null&&t.keep)?Number(n):n}class I7{constructor(e){Object.defineProperty(this,sc,{value:e})}clone(){const e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:t,maxAliasCount:i,onAnchor:r,reviver:o}={}){if(!tD(e))throw new TypeError("A document argument is required");const s={anchors:new Map,doc:e,keep:!0,mapAsMap:t===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},a=el(this,"",s);if(typeof r=="function")for(const{count:l,res:c}of s.anchors.values())r(c,l);return typeof o=="function"?fy(o,{"":a},"",a):a}}class Ygt extends I7{constructor(e){super(D7),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e){let t;return hy(e,{Node:(i,r)=>{if(r===this)return hy.BREAK;r.anchor===this.source&&(t=r)}}),t}toJSON(e,t){if(!t)return{source:this.source};const{anchors:i,doc:r,maxAliasCount:o}=t,s=this.resolve(r);if(!s){const l=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(l)}let a=i.get(s);if(a||(el(s,null,t),a=i.get(s)),!a||a.res===void 0){const l="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(l)}if(o>=0&&(a.count+=1,a.aliasCount===0&&(a.aliasCount=nD(r,s,i)),a.count*a.aliasCount>o)){const l="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(l)}return a.res}toString(e,t,i){const r=`*${this.source}`;if(e){if(Uoe(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){const o=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(o)}if(e.implicitKey)return`${r} `}return r}}function nD(n,e,t){if(E0(e)){const i=e.resolve(n),r=t&&i&&t.get(i);return r?r.count*r.aliasCount:0}else if(Ds(e)){let i=0;for(const r of e.items){const o=nD(n,r,t);o>i&&(i=o)}return i}else if(Br(e)){const i=nD(n,e.key,t),r=nD(n,e.value,t);return Math.max(i,r)}return 1}const qoe=n=>!n||typeof n!="function"&&typeof n!="object";class Yi extends I7{constructor(e){super(E7),this.value=e}toJSON(e,t){return t!=null&&t.keep?this.value:el(this.value,e,t)}toString(){return String(this.value)}}Yi.BLOCK_FOLDED="BLOCK_FOLDED",Yi.BLOCK_LITERAL="BLOCK_LITERAL",Yi.PLAIN="PLAIN",Yi.QUOTE_DOUBLE="QUOTE_DOUBLE",Yi.QUOTE_SINGLE="QUOTE_SINGLE";const Zgt="tag:yaml.org,2002:";function Xgt(n,e,t){if(e){const i=t.filter(o=>o.tag===e),r=i.find(o=>!o.format)??i[0];if(!r)throw new Error(`Tag ${e} not found`);return r}return t.find(i=>{var r;return((r=i.identify)==null?void 0:r.call(i,n))&&!i.format})}function iD(n,e,t){var d,h,f;if(tD(n)&&(n=n.contents),Yo(n))return n;if(Br(n)){const g=(h=(d=t.schema[hg]).createNode)==null?void 0:h.call(d,t.schema,null,t);return g.items.push(n),g}(n instanceof String||n instanceof Number||n instanceof Boolean||typeof BigInt<"u"&&n instanceof BigInt)&&(n=n.valueOf());const{aliasDuplicateObjects:i,onAnchor:r,onTagObj:o,schema:s,sourceObjects:a}=t;let l;if(i&&n&&typeof n=="object"){if(l=a.get(n),l)return l.anchor||(l.anchor=r(n)),new Ygt(l.anchor);l={anchor:null,node:null},a.set(n,l)}e!=null&&e.startsWith("!!")&&(e=Zgt+e.slice(2));let c=Xgt(n,e,s.tags);if(!c){if(n&&typeof n.toJSON=="function"&&(n=n.toJSON()),!n||typeof n!="object"){const g=new Yi(n);return l&&(l.node=g),g}c=n instanceof Map?s[hg]:Symbol.iterator in Object(n)?s[uy]:s[hg]}o&&(o(c),delete t.onTagObj);const u=c!=null&&c.createNode?c.createNode(t.schema,n,t):typeof((f=c==null?void 0:c.nodeClass)==null?void 0:f.from)=="function"?c.nodeClass.from(t.schema,n,t):new Yi(n);return e?u.tag=e:c.default||(u.tag=c.tag),l&&(l.node=u),u}function Koe(n,e,t){let i=t;for(let r=e.length-1;r>=0;--r){const o=e[r];if(typeof o=="number"&&Number.isInteger(o)&&o>=0){const s=[];s[o]=i,i=s}else i=new Map([[o,i]])}return iD(i,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:n,sourceObjects:new Map})}const Qgt=n=>n==null||typeof n=="object"&&!!n[Symbol.iterator]().next().done;class rD extends I7{constructor(e,t){super(e),Object.defineProperty(this,"schema",{value:t,configurable:!0,enumerable:!1,writable:!0})}clone(e){const t=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(t.schema=e),t.items=t.items.map(i=>Yo(i)||Br(i)?i.clone(e):i),this.range&&(t.range=this.range.slice()),t}addIn(e,t){if(Qgt(e))this.add(t);else{const[i,...r]=e,o=this.get(i,!0);if(Ds(o))o.addIn(r,t);else if(o===void 0&&this.schema)this.set(i,Koe(this.schema,r,t));else throw new Error(`Expected YAML collection at ${i}. Remaining path: ${r}`)}}deleteIn(e){const[t,...i]=e;if(i.length===0)return this.delete(t);const r=this.get(t,!0);if(Ds(r))return r.deleteIn(i);throw new Error(`Expected YAML collection at ${t}. Remaining path: ${i}`)}getIn(e,t){const[i,...r]=e,o=this.get(i,!0);return r.length===0?!t&&fr(o)?o.value:o:Ds(o)?o.getIn(r,t):void 0}hasAllNullValues(e){return this.items.every(t=>{if(!Br(t))return!1;const i=t.value;return i==null||e&&fr(i)&&i.value==null&&!i.commentBefore&&!i.comment&&!i.tag})}hasIn(e){const[t,...i]=e;if(i.length===0)return this.has(t);const r=this.get(t,!0);return Ds(r)?r.hasIn(i):!1}setIn(e,t){const[i,...r]=e;if(r.length===0)this.set(i,t);else{const o=this.get(i,!0);if(Ds(o))o.setIn(r,t);else if(o===void 0&&this.schema)this.set(i,Koe(this.schema,r,t));else throw new Error(`Expected YAML collection at ${i}. Remaining path: ${r}`)}}}rD.maxFlowStringSingleLineLength=60;const Jgt=n=>n.replace(/^(?!$)(?: $)?/gm,"#");function gy(n,e){return/^\n+$/.test(n)?n.substring(1):e?n.replace(/^(?! *$)/gm,e):n}const gg=(n,e,t)=>n.endsWith(`
1127
+ `))],ee=G!=null&&G!=="";return x.jsx(Dy,{...f,label:s?x.jsxs("span",{style:{alignItems:"center"},children:[x.jsx(yt.AngleRightIcon,{style:{transform:D?"rotate(0deg)":"rotate(90deg)",transition:"transform"},onClick:()=>T(he=>!he),"aria-label":e("Expand or collapse extra variables")}),n.label]}):n.label,id:P,helperTextInvalid:!(h&&m)&&(De==null?void 0:De.map(he=>x.jsx(Rgt,{children:he},he))),children:(!s||!D)&&x.jsxs(x.Fragment,{children:[x.jsx(Fgt,{allowCopy:t,allowDownload:i,allowUpload:r,errors:p,handleCopy:()=>te(),handleDownload:ce,handleUpload:le,name:ae,selectedLanguage:k,setLanguage:V,toggleLanguages:d},"actions-row"),x.jsxs("div",{id:"code-editor-dropzone",...J.getRootProps({disabled:ee}),style:{width:"100%",height:"100%"},children:[x.jsx("input",{id:"code-editor-dropzone-input",...J.getInputProps(),ref:O}),x.jsx(Mgt,{setError:_,clearErrors:v,id:P,name:ae,language:k,value:G,onChange:q,isReadOnly:a||g,invalid:!(h&&m)&&(oe==null?void 0:oe.message)!==void 0})]})]})})},rules:{required:typeof c=="string"&&l===!0?{value:!0,message:`${Sl(c.toLocaleLowerCase())} is required.`}:void 0,validate:n.validate}})}function Wgt(n){const{name:e,label:t,labelHelpTitle:i,labelHelp:r,additionalControls:o,placeholderText:s,options:a,footer:l,helperText:c,isDisabled:u,isReadOnly:d,isRequired:h,validate:f,fieldNameToResetOnFieldChange:g}=n,m=n.id??e.split(".").join("-"),{control:p,formState:{isSubmitting:_,isValidating:v},resetField:b}=Pc(),[y,C]=E.useState(!1),k=E.useCallback(()=>C(D=>!D),[]),[L]=Si();return x.jsx(Tm,{name:e,control:p,shouldUnregister:!0,render:({field:{onChange:D,value:T},fieldState:{error:O}})=>{T===""&&a.length===1&&h&&D(a[0].value);const N=(B,V)=>{var te;D((te=a.find(le=>le.label===V.toString()))==null?void 0:te.value),g&&b(g),C(!1)},I=O!=null&&O.message?f&&v?L.validating:O==null?void 0:O.message:void 0,P=a.find(B=>B.value===T);return x.jsx(F.FormGroup,{id:`${m??""}-form-group`,fieldId:m,label:t,labelIcon:r?x.jsx(Tg,{title:i,help:r}):void 0,labelInfo:o,helperText:c,helperTextInvalid:I,validated:I?"error":void 0,isRequired:h,children:x.jsx(F.Select,{id:m,label:void 0,placeholderText:s,variant:"single","aria-describedby":m?`${m}-form-group`:void 0,selections:P==null?void 0:P.label,onSelect:N,isOpen:y,onToggle:k,maxHeight:280,validated:I?"error":void 0,isDisabled:u||d||_,hasPlaceholderStyle:!0,footer:l,children:a.map(B=>x.jsx(F.SelectOption,{value:B.label,label:B.label,description:B.description,children:B.label},B.label))})})},rules:{required:typeof t=="string"&&h===!0?{value:!0,message:`${Sl(t.toLocaleLowerCase())} is required.`}:void 0,validate:f}})}function Vgt(n){const{name:e,id:t,helperText:i,validate:r,additionalControls:o,formLabel:s,labelHelp:a,labelHelpTitle:l,...c}=n,{control:u,formState:{isSubmitting:d,isValidating:h}}=Pc();return x.jsx(Tm,{name:e,control:u,shouldUnregister:!0,render:({field:{onChange:f,value:g},fieldState:{error:m}})=>x.jsx(F.FormGroup,{helperTextInvalid:!(r&&h)&&(m==null?void 0:m.message),fieldId:t,label:s,helperText:i,validated:m!=null&&m.message?"error":void 0,labelInfo:o,labelIcon:a?x.jsx(Tg,{title:l,help:a}):void 0,children:x.jsx(F.Switch,{...c,isChecked:g,onChange:p=>f(p),isDisabled:d})})})}function $gt(n){const{name:e,label:t,isReadOnly:i,isRequired:r,minLength:o,maxLength:s,pattern:a,validate:l}=n,{control:c,formState:{isSubmitting:u}}=Pc();return x.jsx(Tm,{name:e,control:c,shouldUnregister:!0,render:({field:{onChange:d,value:h},fieldState:{error:f}})=>x.jsx(sK,{...n,id:n.id??e,value:h,onChange:d,helperTextInvalid:f==null?void 0:f.message,isReadOnly:i||u,minLength:void 0,maxLength:void 0}),rules:{required:typeof t=="string"&&r===!0?{value:!0,message:`${Sl(t.toLocaleLowerCase())} is required.`}:void 0,minLength:typeof t=="string"&&typeof o=="number"?{value:o,message:`${Sl(t.toLocaleLowerCase())} must be at least ${o} characters.`}:o,maxLength:typeof t=="string"&&typeof s=="number"?{value:s,message:`${Sl(t.toLocaleLowerCase())} cannot be greater than ${s} characters.`}:s,pattern:a,validate:l}})}function jgt(n){const{type:e,name:t,label:i,labelHelpTitle:r,labelHelp:o,additionalControls:s,placeholder:a,button:l,helperText:c,isDisabled:u,isReadOnly:d,isRequired:h,validate:f,minLength:g,maxLength:m,min:p,max:_,pattern:v,selectTitle:b,selectOpen:y,selectValue:C,autoFocus:k,autoComplete:L}=n,D=n.id??t.split(".").join("-"),{control:T,setValue:O,formState:{isSubmitting:N,isValidating:I}}=Pc(),[P,B]=E.useState(!1),[V]=Si();return x.jsx(Tm,{name:t,control:T,shouldUnregister:!0,render:({field:{onChange:te,value:le,name:ce},fieldState:{error:ne}})=>{const J=ne!=null&&ne.message?f&&I?V.validating:ne==null?void 0:ne.message:void 0;function ae(q){te(q.trimStart())}return x.jsx(F.FormGroup,{id:`${D??""}-form-group`,fieldId:D,label:i,helperText:c,helperTextInvalid:J,validated:J?"error":void 0,isRequired:h,labelIcon:o?x.jsx(Tg,{title:r,help:o}):void 0,labelInfo:s,children:x.jsxs(F.InputGroup,{children:[x.jsx(F.TextInput,{id:D,placeholder:a,onChange:ae,value:le??"","aria-describedby":D?`${D}-form-group`:void 0,validated:J?"error":void 0,type:e==="password"?P?"text":"password":e,readOnlyVariant:d?"default":void 0,isDisabled:u,autoFocus:k,autoComplete:L}),e==="password"&&x.jsx(F.Button,{variant:"control",onClick:()=>B(!P),isDisabled:u||d,children:P?x.jsx(yt.EyeIcon,{}):x.jsx(yt.EyeSlashIcon,{})}),b&&x.jsx(F.Button,{ouiaId:`lookup-${ce}-button`,variant:"control",onClick:()=>y==null?void 0:y(q=>{if(C){const G=C(q);O(ce,G,{shouldValidate:!0})}},b),"aria-label":"Options menu",isDisabled:u||N,children:x.jsx(yt.SearchIcon,{})}),l&&l]})})},rules:{required:typeof i=="string"&&h===!0?{value:!0,message:`${Sl(i.toLocaleLowerCase())} is required.`}:void 0,validate:f,minLength:typeof i=="string"&&typeof g=="number"?{value:g,message:`${Sl(i.toLocaleLowerCase())} must be at least ${g} characters.`}:g,maxLength:typeof i=="string"&&typeof m=="number"?{value:m,message:`${Sl(i.toLocaleLowerCase())} cannot be greater than ${m} characters.`}:m,min:typeof i=="string"&&(typeof p=="number"||typeof p=="string")?{value:p,message:`${Sl(i.toLocaleLowerCase())} must be less than ${p}.`}:g,max:typeof i=="string"&&(typeof _=="number"||typeof _=="string")?{value:_,message:`${Sl(i.toLocaleLowerCase())} cannot be greater than ${_}.`}:g,pattern:v}})}const D7=Symbol.for("yaml.alias"),Hgt=Symbol.for("yaml.document"),hg=Symbol.for("yaml.map"),Hoe=Symbol.for("yaml.pair"),E7=Symbol.for("yaml.scalar"),uy=Symbol.for("yaml.seq"),sc=Symbol.for("yaml.node.type"),E0=n=>!!n&&typeof n=="object"&&n[sc]===D7,tD=n=>!!n&&typeof n=="object"&&n[sc]===Hgt,zoe=n=>!!n&&typeof n=="object"&&n[sc]===hg,Br=n=>!!n&&typeof n=="object"&&n[sc]===Hoe,fr=n=>!!n&&typeof n=="object"&&n[sc]===E7,T7=n=>!!n&&typeof n=="object"&&n[sc]===uy;function Ds(n){if(n&&typeof n=="object")switch(n[sc]){case hg:case uy:return!0}return!1}function Yo(n){if(n&&typeof n=="object")switch(n[sc]){case D7:case hg:case E7:case uy:return!0}return!1}const zgt=n=>(fr(n)||Ds(n))&&!!n.anchor,fg=Symbol("break visit"),Ugt=Symbol("skip children"),dy=Symbol("remove node");function hy(n,e){const t=qgt(e);tD(n)?T0(null,n.contents,t,Object.freeze([n]))===dy&&(n.contents=null):T0(null,n,t,Object.freeze([]))}hy.BREAK=fg,hy.SKIP=Ugt,hy.REMOVE=dy;function T0(n,e,t,i){const r=Kgt(n,e,t,i);if(Yo(r)||Br(r))return Ggt(n,i,r),T0(n,r,t,i);if(typeof r!="symbol"){if(Ds(e)){i=Object.freeze(i.concat(e));for(let o=0;o<e.items.length;++o){const s=T0(o,e.items[o],t,i);if(typeof s=="number")o=s-1;else{if(s===fg)return fg;s===dy&&(e.items.splice(o,1),o-=1)}}}else if(Br(e)){i=Object.freeze(i.concat(e));const o=T0("key",e.key,t,i);if(o===fg)return fg;o===dy&&(e.key=null);const s=T0("value",e.value,t,i);if(s===fg)return fg;s===dy&&(e.value=null)}}return r}function qgt(n){return typeof n=="object"&&(n.Collection||n.Node||n.Value)?Object.assign({Alias:n.Node,Map:n.Node,Scalar:n.Node,Seq:n.Node},n.Value&&{Map:n.Value,Scalar:n.Value,Seq:n.Value},n.Collection&&{Map:n.Collection,Seq:n.Collection},n):n}function Kgt(n,e,t,i){var r,o,s,a,l;if(typeof t=="function")return t(n,e,i);if(zoe(e))return(r=t.Map)==null?void 0:r.call(t,n,e,i);if(T7(e))return(o=t.Seq)==null?void 0:o.call(t,n,e,i);if(Br(e))return(s=t.Pair)==null?void 0:s.call(t,n,e,i);if(fr(e))return(a=t.Scalar)==null?void 0:a.call(t,n,e,i);if(E0(e))return(l=t.Alias)==null?void 0:l.call(t,n,e,i)}function Ggt(n,e,t){const i=e[e.length-1];if(Ds(i))i.items[n]=t;else if(Br(i))n==="key"?i.key=t:i.value=t;else if(tD(i))i.contents=t;else{const r=E0(i)?"alias":"scalar";throw new Error(`Cannot replace node with ${r} parent`)}}function Uoe(n){if(/[\x00-\x19\s,[\]{}]/.test(n)){const t=`Anchor must not contain whitespace or control characters: ${JSON.stringify(n)}`;throw new Error(t)}return!0}function fy(n,e,t,i){if(i&&typeof i=="object")if(Array.isArray(i))for(let r=0,o=i.length;r<o;++r){const s=i[r],a=fy(n,i,String(r),s);a===void 0?delete i[r]:a!==s&&(i[r]=a)}else if(i instanceof Map)for(const r of Array.from(i.keys())){const o=i.get(r),s=fy(n,i,r,o);s===void 0?i.delete(r):s!==o&&i.set(r,s)}else if(i instanceof Set)for(const r of Array.from(i)){const o=fy(n,i,r,r);o===void 0?i.delete(r):o!==r&&(i.delete(r),i.add(o))}else for(const[r,o]of Object.entries(i)){const s=fy(n,i,r,o);s===void 0?delete i[r]:s!==o&&(i[r]=s)}return n.call(e,t,i)}function el(n,e,t){if(Array.isArray(n))return n.map((i,r)=>el(i,String(r),t));if(n&&typeof n.toJSON=="function"){if(!t||!zgt(n))return n.toJSON(e,t);const i={aliasCount:0,count:1,res:void 0};t.anchors.set(n,i),t.onCreate=o=>{i.res=o,delete t.onCreate};const r=n.toJSON(e,t);return t.onCreate&&t.onCreate(r),r}return typeof n=="bigint"&&!(t!=null&&t.keep)?Number(n):n}class I7{constructor(e){Object.defineProperty(this,sc,{value:e})}clone(){const e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:t,maxAliasCount:i,onAnchor:r,reviver:o}={}){if(!tD(e))throw new TypeError("A document argument is required");const s={anchors:new Map,doc:e,keep:!0,mapAsMap:t===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},a=el(this,"",s);if(typeof r=="function")for(const{count:l,res:c}of s.anchors.values())r(c,l);return typeof o=="function"?fy(o,{"":a},"",a):a}}class Ygt extends I7{constructor(e){super(D7),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e){let t;return hy(e,{Node:(i,r)=>{if(r===this)return hy.BREAK;r.anchor===this.source&&(t=r)}}),t}toJSON(e,t){if(!t)return{source:this.source};const{anchors:i,doc:r,maxAliasCount:o}=t,s=this.resolve(r);if(!s){const l=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(l)}let a=i.get(s);if(a||(el(s,null,t),a=i.get(s)),!a||a.res===void 0){const l="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(l)}if(o>=0&&(a.count+=1,a.aliasCount===0&&(a.aliasCount=nD(r,s,i)),a.count*a.aliasCount>o)){const l="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(l)}return a.res}toString(e,t,i){const r=`*${this.source}`;if(e){if(Uoe(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){const o=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(o)}if(e.implicitKey)return`${r} `}return r}}function nD(n,e,t){if(E0(e)){const i=e.resolve(n),r=t&&i&&t.get(i);return r?r.count*r.aliasCount:0}else if(Ds(e)){let i=0;for(const r of e.items){const o=nD(n,r,t);o>i&&(i=o)}return i}else if(Br(e)){const i=nD(n,e.key,t),r=nD(n,e.value,t);return Math.max(i,r)}return 1}const qoe=n=>!n||typeof n!="function"&&typeof n!="object";class Yi extends I7{constructor(e){super(E7),this.value=e}toJSON(e,t){return t!=null&&t.keep?this.value:el(this.value,e,t)}toString(){return String(this.value)}}Yi.BLOCK_FOLDED="BLOCK_FOLDED",Yi.BLOCK_LITERAL="BLOCK_LITERAL",Yi.PLAIN="PLAIN",Yi.QUOTE_DOUBLE="QUOTE_DOUBLE",Yi.QUOTE_SINGLE="QUOTE_SINGLE";const Zgt="tag:yaml.org,2002:";function Xgt(n,e,t){if(e){const i=t.filter(o=>o.tag===e),r=i.find(o=>!o.format)??i[0];if(!r)throw new Error(`Tag ${e} not found`);return r}return t.find(i=>{var r;return((r=i.identify)==null?void 0:r.call(i,n))&&!i.format})}function iD(n,e,t){var d,h,f;if(tD(n)&&(n=n.contents),Yo(n))return n;if(Br(n)){const g=(h=(d=t.schema[hg]).createNode)==null?void 0:h.call(d,t.schema,null,t);return g.items.push(n),g}(n instanceof String||n instanceof Number||n instanceof Boolean||typeof BigInt<"u"&&n instanceof BigInt)&&(n=n.valueOf());const{aliasDuplicateObjects:i,onAnchor:r,onTagObj:o,schema:s,sourceObjects:a}=t;let l;if(i&&n&&typeof n=="object"){if(l=a.get(n),l)return l.anchor||(l.anchor=r(n)),new Ygt(l.anchor);l={anchor:null,node:null},a.set(n,l)}e!=null&&e.startsWith("!!")&&(e=Zgt+e.slice(2));let c=Xgt(n,e,s.tags);if(!c){if(n&&typeof n.toJSON=="function"&&(n=n.toJSON()),!n||typeof n!="object"){const g=new Yi(n);return l&&(l.node=g),g}c=n instanceof Map?s[hg]:Symbol.iterator in Object(n)?s[uy]:s[hg]}o&&(o(c),delete t.onTagObj);const u=c!=null&&c.createNode?c.createNode(t.schema,n,t):typeof((f=c==null?void 0:c.nodeClass)==null?void 0:f.from)=="function"?c.nodeClass.from(t.schema,n,t):new Yi(n);return e?u.tag=e:c.default||(u.tag=c.tag),l&&(l.node=u),u}function Koe(n,e,t){let i=t;for(let r=e.length-1;r>=0;--r){const o=e[r];if(typeof o=="number"&&Number.isInteger(o)&&o>=0){const s=[];s[o]=i,i=s}else i=new Map([[o,i]])}return iD(i,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:n,sourceObjects:new Map})}const Qgt=n=>n==null||typeof n=="object"&&!!n[Symbol.iterator]().next().done;class rD extends I7{constructor(e,t){super(e),Object.defineProperty(this,"schema",{value:t,configurable:!0,enumerable:!1,writable:!0})}clone(e){const t=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(t.schema=e),t.items=t.items.map(i=>Yo(i)||Br(i)?i.clone(e):i),this.range&&(t.range=this.range.slice()),t}addIn(e,t){if(Qgt(e))this.add(t);else{const[i,...r]=e,o=this.get(i,!0);if(Ds(o))o.addIn(r,t);else if(o===void 0&&this.schema)this.set(i,Koe(this.schema,r,t));else throw new Error(`Expected YAML collection at ${i}. Remaining path: ${r}`)}}deleteIn(e){const[t,...i]=e;if(i.length===0)return this.delete(t);const r=this.get(t,!0);if(Ds(r))return r.deleteIn(i);throw new Error(`Expected YAML collection at ${t}. Remaining path: ${i}`)}getIn(e,t){const[i,...r]=e,o=this.get(i,!0);return r.length===0?!t&&fr(o)?o.value:o:Ds(o)?o.getIn(r,t):void 0}hasAllNullValues(e){return this.items.every(t=>{if(!Br(t))return!1;const i=t.value;return i==null||e&&fr(i)&&i.value==null&&!i.commentBefore&&!i.comment&&!i.tag})}hasIn(e){const[t,...i]=e;if(i.length===0)return this.has(t);const r=this.get(t,!0);return Ds(r)?r.hasIn(i):!1}setIn(e,t){const[i,...r]=e;if(r.length===0)this.set(i,t);else{const o=this.get(i,!0);if(Ds(o))o.setIn(r,t);else if(o===void 0&&this.schema)this.set(i,Koe(this.schema,r,t));else throw new Error(`Expected YAML collection at ${i}. Remaining path: ${r}`)}}}rD.maxFlowStringSingleLineLength=60;const Jgt=n=>n.replace(/^(?!$)(?: $)?/gm,"#");function gy(n,e){return/^\n+$/.test(n)?n.substring(1):e?n.replace(/^(?! *$)/gm,e):n}const gg=(n,e,t)=>n.endsWith(`
1128
1128
  `)?gy(t,e):t.includes(`
1129
1129
  `)?`
1130
1130
  `+gy(t,e):(n.endsWith(" ")?"":" ")+t,Goe="flow",A7="block",oD="quoted";function sD(n,e,t="flow",{indentAtStart:i,lineWidth:r=80,minContentWidth:o=20,onFold:s,onOverflow:a}={}){if(!r||r<0)return n;const l=Math.max(1+o,1+r-e.length);if(n.length<=l)return n;const c=[],u={};let d=r-e.length;typeof i=="number"&&(i>r-Math.max(2,o)?c.push(0):d=r-i);let h,f,g=!1,m=-1,p=-1,_=-1;t===A7&&(m=Yoe(n,m),m!==-1&&(d=m+l));for(let b;b=n[m+=1];){if(t===oD&&b==="\\"){switch(p=m,n[m+1]){case"x":m+=3;break;case"u":m+=5;break;case"U":m+=9;break;default:m+=1}_=m}if(b===`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.389",
4
+ "version": "2.4.391",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",