openstack-uicore-foundation 5.0.1 → 5.0.3

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.
@@ -1,2 +1,2 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("openstack-uicore-foundation",[],t):"object"==typeof exports?exports["openstack-uicore-foundation"]=t():e["openstack-uicore-foundation"]=t()}(this,(()=>(()=>{"use strict";var e={6611:(e,t,r)=>{r.d(t,{A:()=>y});var l=r(1116),n=r.n(l),a=r(6031),o=r.n(a),i=r(2015),u=r.n(i),s=r(8619),m=r(7994),c=r(2522),d=r(8672),p=r(6915),b=r(3099),v=r(9314),f=r(2359);function h(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t&&(l=l.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,l)}return r}function x(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?h(Object(r),!0).forEach((function(t){n()(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}const y=({rowId:e,field:t,timeZone:r,label:l="",disabled:n=!1})=>{const a={name:`i-${e}-c-${t.class_field}-f-${t.type_id}`,label:l,disabled:n};switch(t.type){case"CheckBox":return u().createElement(m.default,a);case"CheckBoxList":return u().createElement(c.default,o()({},a,{size:"small",options:t.values.map((e=>({value:e.id,label:e.value})))}));case"RadioButtonList":return u().createElement(d.default,o()({},a,{size:"small",options:t.values.map((e=>({value:e.id,label:e.value})))}));case"DateTime":return u().createElement(p.default,a);case"Time":return u().createElement(b.default,o()({},a,{timeZone:r}));case"Quantity":return u().createElement(v.default,o()({},a,{fullWidth:!0,size:"small",type:"number",slotProps:{htmlInput:x({min:t.minimum_quantity},t.maximum_quantity>0?{max:t.maximum_quantity}:{})}}));case"ComboBox":return u().createElement(f.default,o()({},a,{size:"small"}),t.values.map((e=>u().createElement(s.MenuItem,{key:`ddopt-${e.id}`,value:e.id},e.value))));case"Text":return u().createElement(v.default,o()({},a,{fullWidth:!0,size:"small"}));case"TextArea":return u().createElement(v.default,o()({},a,{fullWidth:!0,size:"small",multiline:!0,rows:3}))}}},7994:(e,t,r)=>{r.d(t,{default:()=>v});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(9825),m=r.n(s),c=r(8619),d=r(3294);const p=["name","label"],b=e=>{let{name:t,label:r}=e,l=o()(e,p);const[a,i]=(0,d.useField)({name:t,type:"checkbox"});return u().createElement(c.FormControl,{fullWidth:!0,margin:"normal",error:i.touched&&Boolean(i.error)},u().createElement(c.FormControlLabel,{control:u().createElement(c.Checkbox,n()({name:t},a,{checked:a.value},l)),label:r}),i.touched&&i.error&&u().createElement(c.FormHelperText,null,i.error))};b.propTypes={name:m().string.isRequired,label:m().string.isRequired};const v=b},6915:(e,t,r)=>{r.d(t,{default:()=>h});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(9825),m=r.n(s);const c=require("@mui/x-date-pickers/DatePicker");var d=r(4),p=r(5643),b=r(3294);const v=["name","label","required","disabled"],f=e=>{let{name:t,label:r,required:l,disabled:a=!1}=e,i=o()(e,v);const[s,m,f]=(0,b.useField)(t),h=`${r} *`,x=()=>{f.setTouched(!0,!0)};return u().createElement(d.LocalizationProvider,{dateAdapter:p.AdapterMoment},u().createElement(c.DatePicker,n()({value:s.value,onChange:f.setValue,onClose:x,slotProps:{textField:{name:t,label:l?h:r,onBlur:x,error:m.touched&&Boolean(m.error),helperText:m.touched&&m.error,fullWidth:!0,disabled:a},day:{sx:{fontSize:"1.2rem",fontWeight:600}},layout:{sx:{"& .MuiDayCalendar-weekDayLabel":{fontSize:"1rem"}}}},margin:"normal"},i)))};f.propTypes={name:m().string.isRequired,label:m().string,required:m().bool,disabled:m().bool};const h=f},2522:(e,t,r)=>{r.d(t,{default:()=>b});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(8619),m=r(3294),c=r(6842),d=r.n(c);const p=["name","options"],b=e=>{let{name:t,options:r}=e,l=o()(e,p);const[a,i,c]=(0,m.useField)(t),b=r.every((({value:e})=>{var t;return null===(t=a.value)||void 0===t?void 0:t.includes(e)}));return u().createElement(s.FormControl,{fullWidth:!0,error:i.touched&&Boolean(i.error)},u().createElement(s.Select,n()({variant:"outlined",name:t,multiple:!0,value:a.value||[],onChange:e=>{const{value:t}=e.target;t.includes("all")?b?c.setValue([]):c.setValue(r.map((e=>e.value))):c.setValue(t)},onBlur:a.onBlur,displayEmpty:!0},l,{renderValue:e=>{if(null==e||!e.length)return l.placeholder||"";if(b)return d().translate("general.all");return r.filter((({value:t})=>null==e?void 0:e.includes(t))).map((({label:e})=>e)).join(", ")}}),u().createElement(s.MenuItem,{key:"all",value:"all"},u().createElement(s.Checkbox,{checked:b}),u().createElement(s.ListItemText,{primary:d().translate("general.all")})),u().createElement(s.Divider,null),r.map((({label:e,value:t})=>{var r;return u().createElement(s.MenuItem,{key:`ckbx-ddl-${t}`,value:t},u().createElement(s.Checkbox,{checked:null===(r=a.value)||void 0===r?void 0:r.includes(t)}),u().createElement(s.ListItemText,{primary:e}))}))))}},8672:(e,t,r)=>{r.d(t,{default:()=>b});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(8619),m=r(3294),c=r(6842),d=r.n(c);const p=["name","options","placeholder"],b=e=>{let{name:t,options:r,placeholder:l}=e,a=o()(e,p);const i=l||d().translate("general.select_an_option"),[c,b,v]=(0,m.useField)(t);return u().createElement(s.FormControl,{fullWidth:!0,error:b.touched&&Boolean(b.error)},u().createElement(s.Select,n()({variant:"outlined",name:t,value:c.value||"",onChange:e=>{v.setValue(e.target.value)},displayEmpty:!0},a,{renderValue:e=>{if(!e)return u().createElement("em",null,i);const t=r.find((({value:t})=>t===e));return t?t.label:""}}),r.map((({label:e,value:t})=>u().createElement(s.MenuItem,{key:`radio-ddl-${t}`,value:t},u().createElement(s.Radio,{checked:c.value===t}),u().createElement(s.ListItemText,{primary:e}))))))}},2359:(e,t,r)=>{r.d(t,{default:()=>h});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(9825),m=r.n(s),c=r(8619),d=r(692),p=r.n(d),b=r(3294);const v=["name","label","placeholder","children","isClearable"],f=e=>{let{name:t,label:r,placeholder:l,children:a,isClearable:i}=e,s=o()(e,v);const[m,d,f]=(0,b.useField)(t),h=(null==m?void 0:m.value)&&""!==m.value||Boolean(l);return u().createElement(c.FormControl,{fullWidth:!0,error:d.touched&&Boolean(d.error)},r&&u().createElement(c.InputLabel,{htmlFor:t,id:`${t}-label`,shrink:h},r),u().createElement(c.Select,n()({name:t,id:t},m,{labelId:`${t}-label`,label:r,notched:h,displayEmpty:!0,renderValue:e=>e&&""!==e?e:u().createElement("span",{style:{color:"#aaa"}},l),endAdornment:i&&m.value?u().createElement(c.InputAdornment,{position:"end",sx:{mr:2}},u().createElement(c.IconButton,{size:"small",onClick:e=>{e.stopPropagation(),f.setValue("")}},u().createElement(p(),{fontSize:"small"}))):null},s),a),d.touched&&d.error&&u().createElement(c.FormHelperText,null,d.error))};f.propTypes={name:m().string.isRequired,children:m().node.isRequired,placeholder:m().string,isClearable:m().bool};const h=f},9314:(e,t,r)=>{r.d(t,{default:()=>v});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(9825),m=r.n(s),c=r(8619),d=r(3294);const p=["name","label","maxLength","required"],b=e=>{var t;let{name:r,label:l,maxLength:a,required:i=!1}=e,s=o()(e,p);const[m,b]=(0,d.useField)(r),v=(null===(t=m.value)||void 0===t?void 0:t.length)||0;let f="";return l&&(f=i?`${l} *`:l),u().createElement(c.Box,null,u().createElement(c.TextField,n()({name:r,label:f},m,{onBlur:m.onBlur,margin:"normal",error:b.touched&&Boolean(b.error),helperText:b.touched&&b.error,slotProps:{htmlInput:{maxLength:a}}},s)),a&&u().createElement(c.Typography,{sx:{fontSize:"1.2rem",color:"#00000099",pl:2}},a-v+" characters left"))};b.propTypes={name:m().string.isRequired,label:m().string,maxLength:m().number,required:m().bool};const v=b},3099:(e,t,r)=>{r.d(t,{default:()=>d});var l=r(2015),n=r.n(l),a=r(9825),o=r.n(a),i=r(4),u=r(5643);const s=require("@mui/x-date-pickers/TimePicker");var m=r(3294);const c=({name:e,minTime:t,maxTime:r,timeZone:l,disabled:a=!1})=>{const[o,c,d]=(0,m.useField)(e);return n().createElement(i.LocalizationProvider,{dateAdapter:u.AdapterMoment},n().createElement(s.TimePicker,{value:o.value,onChange:d.setValue,minTime:t,maxTime:r,timezone:l,label:l,views:["hours","minutes"],slotProps:{textField:{name:e,error:c.touched&&Boolean(c.error),helperText:c.touched&&c.error,size:"small",fullWidth:!0,disabled:a,sx:{"& .MuiPickersSectionList-root":{width:"100%"},"& .MuiFormHelperText-root":{marginLeft:"4px",marginRight:"4px"}}}}}))};c.propTypes={name:o().string.isRequired};const d=c},1116:e=>{e.exports=require("@babel/runtime/helpers/defineProperty")},6031:e=>{e.exports=require("@babel/runtime/helpers/extends")},2462:e=>{e.exports=require("@babel/runtime/helpers/objectWithoutProperties")},692:e=>{e.exports=require("@mui/icons-material/Clear")},4325:e=>{e.exports=require("@mui/icons-material/Close")},8619:e=>{e.exports=require("@mui/material")},6368:e=>{e.exports=require("@mui/material/Button")},1624:e=>{e.exports=require("@mui/material/Dialog")},8843:e=>{e.exports=require("@mui/material/DialogActions")},6809:e=>{e.exports=require("@mui/material/DialogContent")},8926:e=>{e.exports=require("@mui/material/DialogTitle")},5643:e=>{e.exports=require("@mui/x-date-pickers/AdapterMoment")},4:e=>{e.exports=require("@mui/x-date-pickers/LocalizationProvider")},3294:e=>{e.exports=require("formik")},6842:e=>{e.exports=require("i18n-react/dist/i18n-react")},9825:e=>{e.exports=require("prop-types")},2015:e=>{e.exports=require("react")}},t={};function r(l){var n=t[l];if(void 0!==n)return n.exports;var a=t[l]={exports:{}};return e[l](a,a.exports,r),a.exports}(()=>{r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t}})(),(()=>{r.d=(e,t)=>{for(var l in t)r.o(t,l)&&!r.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:t[l]})}})(),(()=>{r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})();var l={};r.r(l),r.d(l,{default:()=>C});var n=r(2015),a=r.n(n),o=r(9825),i=r.n(o),u=r(6842),s=r.n(u),m=r(6368),c=r.n(m),d=r(1624),p=r.n(d),b=r(8843),v=r.n(b),f=r(6809),h=r.n(f),x=r(8926),y=r.n(x),g=r(8619),E=r(4325),q=r.n(E),k=r(6611);const T=({item:e,timeZone:t,open:r,onClose:l})=>{const n=(null==e?void 0:e.meta_fields.filter((e=>"Item"===e.class_field)))||[];return a().createElement(p(),{open:r,onClose:l,maxWidth:"sm",fullWidth:!0},a().createElement(y(),null,s().translate("general.settings")),a().createElement(g.IconButton,{"aria-label":"close",onClick:l,sx:e=>({position:"absolute",right:8,top:8,color:e.palette.grey[500]})},a().createElement(q(),null)),a().createElement(g.Divider,null),a().createElement(h(),null,a().createElement(g.Typography,{variant:"body2",component:"div",sx:{marginBottom:"20px"}},null==e?void 0:e.name),a().createElement(g.Divider,{sx:{marginBottom:"20px",marginLeft:"-24px",marginRight:"-24px"}}),n.map((r=>a().createElement(a().Fragment,{key:`item-field-${r.type_id}`},a().createElement(k.A,{field:r,rowId:e.form_item_id,timeZone:t,label:r.name}))))),a().createElement(v(),null,a().createElement(c(),{onClick:()=>{l()},variant:"contained",fullWidth:!0},s().translate("general.save"))))};T.propTypes={item:i().object.isRequired,open:i().bool.isRequired,onClose:i().func.isRequired};const C=T;return l})()));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("openstack-uicore-foundation",[],t):"object"==typeof exports?exports["openstack-uicore-foundation"]=t():e["openstack-uicore-foundation"]=t()}(this,(()=>(()=>{"use strict";var e={6611:(e,t,r)=>{r.d(t,{A:()=>y});var l=r(1116),n=r.n(l),a=r(6031),o=r.n(a),i=r(2015),u=r.n(i),s=r(8619),m=r(7994),c=r(2522),d=r(8672),p=r(6915),b=r(3099),v=r(9314),f=r(2359);function h(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t&&(l=l.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,l)}return r}function x(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?h(Object(r),!0).forEach((function(t){n()(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}const y=({rowId:e,field:t,timeZone:r,label:l="",disabled:n=!1})=>{const a={name:`i-${e}-c-${t.class_field}-f-${t.type_id}`,label:l,disabled:n};switch(t.type){case"CheckBox":return u().createElement(m.default,a);case"CheckBoxList":return u().createElement(c.default,o()({},a,{size:"small",options:t.values.map((e=>({value:e.id,label:e.value})))}));case"RadioButtonList":return u().createElement(d.default,o()({},a,{size:"small",options:t.values.map((e=>({value:e.id,label:e.value})))}));case"DateTime":return u().createElement(p.default,a);case"Time":return u().createElement(b.default,o()({},a,{timeZone:r}));case"Quantity":return u().createElement(v.default,o()({},a,{fullWidth:!0,size:"small",type:"number",slotProps:{htmlInput:x({min:t.minimum_quantity},t.maximum_quantity>0?{max:t.maximum_quantity}:{})}}));case"ComboBox":return u().createElement(f.default,o()({},a,{size:"small"}),t.values.map((e=>u().createElement(s.MenuItem,{key:`ddopt-${e.id}`,value:e.id},e.value))));case"Text":return u().createElement(v.default,o()({},a,{fullWidth:!0,size:"small"}));case"TextArea":return u().createElement(v.default,o()({},a,{fullWidth:!0,size:"small",multiline:!0,rows:3}))}}},7994:(e,t,r)=>{r.d(t,{default:()=>v});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(9825),m=r.n(s),c=r(8619),d=r(3294);const p=["name","label"],b=e=>{let{name:t,label:r}=e,l=o()(e,p);const[a,i]=(0,d.useField)({name:t,type:"checkbox"});return u().createElement(c.FormControl,{fullWidth:!0,margin:"normal",error:i.touched&&Boolean(i.error)},u().createElement(c.FormControlLabel,{control:u().createElement(c.Checkbox,n()({name:t},a,{checked:a.value},l)),label:r}),i.touched&&i.error&&u().createElement(c.FormHelperText,null,i.error))};b.propTypes={name:m().string.isRequired,label:m().string.isRequired};const v=b},6915:(e,t,r)=>{r.d(t,{default:()=>h});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(9825),m=r.n(s);const c=require("@mui/x-date-pickers/DatePicker");var d=r(4),p=r(5643),b=r(3294);const v=["name","label","required","disabled"],f=e=>{let{name:t,label:r,required:l,disabled:a=!1}=e,i=o()(e,v);const[s,m,f]=(0,b.useField)(t),h=`${r} *`;return u().createElement(d.LocalizationProvider,{dateAdapter:p.AdapterMoment},u().createElement(c.DatePicker,n()({value:s.value,onChange:f.setValue,slotProps:{textField:{name:t,label:l?h:r,error:m.touched&&Boolean(m.error),helperText:m.touched&&m.error,fullWidth:!0,disabled:a},day:{sx:{fontSize:"1.2rem",fontWeight:600}},layout:{sx:{"& .MuiDayCalendar-weekDayLabel":{fontSize:"1rem"}}}},margin:"normal"},i)))};f.propTypes={name:m().string.isRequired,label:m().string,required:m().bool,disabled:m().bool};const h=f},2522:(e,t,r)=>{r.d(t,{default:()=>b});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(8619),m=r(3294),c=r(6842),d=r.n(c);const p=["name","options"],b=e=>{let{name:t,options:r}=e,l=o()(e,p);const[a,i,c]=(0,m.useField)(t),b=r.every((({value:e})=>{var t;return null===(t=a.value)||void 0===t?void 0:t.includes(e)}));return u().createElement(s.FormControl,{fullWidth:!0,error:i.touched&&Boolean(i.error)},u().createElement(s.Select,n()({variant:"outlined",name:t,multiple:!0,value:a.value||[],onChange:e=>{const{value:t}=e.target;t.includes("all")?b?c.setValue([]):c.setValue(r.map((e=>e.value))):c.setValue(t)},onBlur:a.onBlur,displayEmpty:!0},l,{renderValue:e=>{if(null==e||!e.length)return l.placeholder||"";if(b)return d().translate("general.all");return r.filter((({value:t})=>null==e?void 0:e.includes(t))).map((({label:e})=>e)).join(", ")}}),u().createElement(s.MenuItem,{key:"all",value:"all"},u().createElement(s.Checkbox,{checked:b}),u().createElement(s.ListItemText,{primary:d().translate("general.all")})),u().createElement(s.Divider,null),r.map((({label:e,value:t})=>{var r;return u().createElement(s.MenuItem,{key:`ckbx-ddl-${t}`,value:t},u().createElement(s.Checkbox,{checked:null===(r=a.value)||void 0===r?void 0:r.includes(t)}),u().createElement(s.ListItemText,{primary:e}))}))))}},8672:(e,t,r)=>{r.d(t,{default:()=>b});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(8619),m=r(3294),c=r(6842),d=r.n(c);const p=["name","options","placeholder"],b=e=>{let{name:t,options:r,placeholder:l}=e,a=o()(e,p);const i=l||d().translate("general.select_an_option"),[c,b,v]=(0,m.useField)(t);return u().createElement(s.FormControl,{fullWidth:!0,error:b.touched&&Boolean(b.error)},u().createElement(s.Select,n()({variant:"outlined",name:t,value:c.value||"",onChange:e=>{v.setValue(e.target.value)},displayEmpty:!0},a,{renderValue:e=>{if(!e)return u().createElement("em",null,i);const t=r.find((({value:t})=>t===e));return t?t.label:""}}),r.map((({label:e,value:t})=>u().createElement(s.MenuItem,{key:`radio-ddl-${t}`,value:t},u().createElement(s.Radio,{checked:c.value===t}),u().createElement(s.ListItemText,{primary:e}))))))}},2359:(e,t,r)=>{r.d(t,{default:()=>h});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(9825),m=r.n(s),c=r(8619),d=r(692),p=r.n(d),b=r(3294);const v=["name","label","placeholder","children","isClearable"],f=e=>{let{name:t,label:r,placeholder:l,children:a,isClearable:i}=e,s=o()(e,v);const[m,d,f]=(0,b.useField)(t),h=(null==m?void 0:m.value)&&""!==m.value||Boolean(l);return u().createElement(c.FormControl,{fullWidth:!0,error:d.touched&&Boolean(d.error)},r&&u().createElement(c.InputLabel,{htmlFor:t,id:`${t}-label`,shrink:h},r),u().createElement(c.Select,n()({name:t,id:t},m,{labelId:`${t}-label`,label:r,notched:h,displayEmpty:!0,renderValue:e=>e&&""!==e?e:u().createElement("span",{style:{color:"#aaa"}},l),endAdornment:i&&m.value?u().createElement(c.InputAdornment,{position:"end",sx:{mr:2}},u().createElement(c.IconButton,{size:"small",onClick:e=>{e.stopPropagation(),f.setValue("")}},u().createElement(p(),{fontSize:"small"}))):null},s),a),d.touched&&d.error&&u().createElement(c.FormHelperText,null,d.error))};f.propTypes={name:m().string.isRequired,children:m().node.isRequired,placeholder:m().string,isClearable:m().bool};const h=f},9314:(e,t,r)=>{r.d(t,{default:()=>v});var l=r(6031),n=r.n(l),a=r(2462),o=r.n(a),i=r(2015),u=r.n(i),s=r(9825),m=r.n(s),c=r(8619),d=r(3294);const p=["name","label","maxLength","required"],b=e=>{var t;let{name:r,label:l,maxLength:a,required:i=!1}=e,s=o()(e,p);const[m,b]=(0,d.useField)(r),v=(null===(t=m.value)||void 0===t?void 0:t.length)||0;let f="";return l&&(f=i?`${l} *`:l),u().createElement(c.Box,null,u().createElement(c.TextField,n()({name:r,label:f},m,{onBlur:m.onBlur,margin:"normal",error:b.touched&&Boolean(b.error),helperText:b.touched&&b.error,slotProps:{htmlInput:{maxLength:a}}},s)),a&&u().createElement(c.Typography,{sx:{fontSize:"1.2rem",color:"#00000099",pl:2}},a-v+" characters left"))};b.propTypes={name:m().string.isRequired,label:m().string,maxLength:m().number,required:m().bool};const v=b},3099:(e,t,r)=>{r.d(t,{default:()=>d});var l=r(2015),n=r.n(l),a=r(9825),o=r.n(a),i=r(4),u=r(5643);const s=require("@mui/x-date-pickers/TimePicker");var m=r(3294);const c=({name:e,minTime:t,maxTime:r,timeZone:l,disabled:a=!1})=>{const[o,c,d]=(0,m.useField)(e);return n().createElement(i.LocalizationProvider,{dateAdapter:u.AdapterMoment},n().createElement(s.TimePicker,{value:o.value,onChange:d.setValue,minTime:t,maxTime:r,timezone:l,label:l,views:["hours","minutes"],slotProps:{textField:{name:e,error:c.touched&&Boolean(c.error),helperText:c.touched&&c.error,size:"small",fullWidth:!0,disabled:a,sx:{"& .MuiPickersSectionList-root":{width:"100%"},"& .MuiFormHelperText-root":{marginLeft:"4px",marginRight:"4px"}}}}}))};c.propTypes={name:o().string.isRequired};const d=c},1116:e=>{e.exports=require("@babel/runtime/helpers/defineProperty")},6031:e=>{e.exports=require("@babel/runtime/helpers/extends")},2462:e=>{e.exports=require("@babel/runtime/helpers/objectWithoutProperties")},692:e=>{e.exports=require("@mui/icons-material/Clear")},4325:e=>{e.exports=require("@mui/icons-material/Close")},8619:e=>{e.exports=require("@mui/material")},6368:e=>{e.exports=require("@mui/material/Button")},1624:e=>{e.exports=require("@mui/material/Dialog")},8843:e=>{e.exports=require("@mui/material/DialogActions")},6809:e=>{e.exports=require("@mui/material/DialogContent")},8926:e=>{e.exports=require("@mui/material/DialogTitle")},5643:e=>{e.exports=require("@mui/x-date-pickers/AdapterMoment")},4:e=>{e.exports=require("@mui/x-date-pickers/LocalizationProvider")},3294:e=>{e.exports=require("formik")},6842:e=>{e.exports=require("i18n-react/dist/i18n-react")},9825:e=>{e.exports=require("prop-types")},2015:e=>{e.exports=require("react")}},t={};function r(l){var n=t[l];if(void 0!==n)return n.exports;var a=t[l]={exports:{}};return e[l](a,a.exports,r),a.exports}(()=>{r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t}})(),(()=>{r.d=(e,t)=>{for(var l in t)r.o(t,l)&&!r.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:t[l]})}})(),(()=>{r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})();var l={};r.r(l),r.d(l,{default:()=>C});var n=r(2015),a=r.n(n),o=r(9825),i=r.n(o),u=r(6842),s=r.n(u),m=r(6368),c=r.n(m),d=r(1624),p=r.n(d),b=r(8843),v=r.n(b),f=r(6809),h=r.n(f),x=r(8926),y=r.n(x),g=r(8619),E=r(4325),q=r.n(E),k=r(6611);const T=({item:e,timeZone:t,open:r,onClose:l})=>{const n=(null==e?void 0:e.meta_fields.filter((e=>"Item"===e.class_field)))||[];return a().createElement(p(),{open:r,onClose:l,maxWidth:"sm",fullWidth:!0},a().createElement(y(),null,s().translate("general.settings")),a().createElement(g.IconButton,{"aria-label":"close",onClick:l,sx:e=>({position:"absolute",right:8,top:8,color:e.palette.grey[500]})},a().createElement(q(),null)),a().createElement(g.Divider,null),a().createElement(h(),null,a().createElement(g.Typography,{variant:"body2",component:"div",sx:{marginBottom:"20px"}},null==e?void 0:e.name),a().createElement(g.Divider,{sx:{marginBottom:"20px",marginLeft:"-24px",marginRight:"-24px"}}),n.map((r=>a().createElement(a().Fragment,{key:`item-field-${r.type_id}`},a().createElement(k.A,{field:r,rowId:e.form_item_id,timeZone:t,label:r.name}))))),a().createElement(v(),null,a().createElement(c(),{onClick:()=>{l()},variant:"contained",fullWidth:!0},s().translate("general.save"))))};T.propTypes={item:i().object.isRequired,open:i().bool.isRequired,onClose:i().func.isRequired};const C=T;return l})()));
2
2
  //# sourceMappingURL=item-settings-modal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"components/mui/item-settings-modal.js","mappings":"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","sources":["webpack://openstack-uicore-foundation/webpack/universalModuleDefinition","webpack://openstack-uicore-foundation/./src/components/mui/FormItemTable/components/ItemTableField.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-checkbox.js","webpack://openstack-uicore-foundation/external commonjs \"@mui/x-date-pickers/DatePicker\"","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-datepicker.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-dropdown-checkbox.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-dropdown-radio.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-select.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-textfield.js","webpack://openstack-uicore-foundation/external commonjs \"@mui/x-date-pickers/TimePicker\"","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-timepicker.js","webpack://openstack-uicore-foundation/external commonjs \"@babel/runtime/helpers/defineProperty\"","webpack://openstack-uicore-foundation/external commonjs \"@babel/runtime/helpers/extends\"","webpack://openstack-uicore-foundation/external commonjs \"@babel/runtime/helpers/objectWithoutProperties\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Clear\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Close\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/Button\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/Dialog\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/DialogActions\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/DialogContent\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/DialogTitle\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/x-date-pickers/AdapterMoment\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/x-date-pickers/LocalizationProvider\"","webpack://openstack-uicore-foundation/external commonjs \"formik\"","webpack://openstack-uicore-foundation/external commonjs \"i18n-react/dist/i18n-react\"","webpack://openstack-uicore-foundation/external commonjs \"prop-types\"","webpack://openstack-uicore-foundation/external commonjs \"react\"","webpack://openstack-uicore-foundation/webpack/bootstrap","webpack://openstack-uicore-foundation/webpack/runtime/compat get default export","webpack://openstack-uicore-foundation/webpack/runtime/define property getters","webpack://openstack-uicore-foundation/webpack/runtime/hasOwnProperty shorthand","webpack://openstack-uicore-foundation/webpack/runtime/make namespace object","webpack://openstack-uicore-foundation/./src/components/mui/ItemSettingsModal/index.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"openstack-uicore-foundation\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"openstack-uicore-foundation\"] = factory();\n\telse\n\t\troot[\"openstack-uicore-foundation\"] = factory();\n})(this, () => {\nreturn ","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport { MenuItem } from \"@mui/material\";\nimport MuiFormikCheckbox from \"../../formik-inputs/mui-formik-checkbox\";\nimport MuiFormikDropdownCheckbox from \"../../formik-inputs/mui-formik-dropdown-checkbox\";\nimport MuiFormikDropdownRadio from \"../../formik-inputs/mui-formik-dropdown-radio\";\nimport MuiFormikDatepicker from \"../../formik-inputs/mui-formik-datepicker\";\nimport MuiFormikTimepicker from \"../../formik-inputs/mui-formik-timepicker\";\nimport MuiFormikTextField from \"../../formik-inputs/mui-formik-textfield\";\nimport MuiFormikSelect from \"../../formik-inputs/mui-formik-select\";\n\nconst ItemTableField = ({\n rowId,\n field,\n timeZone,\n label = \"\",\n disabled = false\n}) => {\n const name = `i-${rowId}-c-${field.class_field}-f-${field.type_id}`;\n const commonProps = { name, label, disabled };\n\n switch (field.type) {\n case \"CheckBox\":\n return <MuiFormikCheckbox {...commonProps} />;\n case \"CheckBoxList\":\n return (\n <MuiFormikDropdownCheckbox\n {...commonProps}\n size=\"small\"\n options={field.values.map((v) => ({ value: v.id, label: v.value }))}\n />\n );\n case \"RadioButtonList\":\n return (\n <MuiFormikDropdownRadio\n {...commonProps}\n size=\"small\"\n options={field.values.map((v) => ({ value: v.id, label: v.value }))}\n />\n );\n case \"DateTime\":\n return <MuiFormikDatepicker {...commonProps} />;\n case \"Time\":\n return <MuiFormikTimepicker {...commonProps} timeZone={timeZone} />;\n case \"Quantity\":\n return (\n <MuiFormikTextField\n {...commonProps}\n fullWidth\n size=\"small\"\n type=\"number\"\n slotProps={{\n htmlInput: {\n min: field.minimum_quantity,\n ...(field.maximum_quantity > 0\n ? { max: field.maximum_quantity }\n : {})\n }\n }}\n />\n );\n case \"ComboBox\":\n return (\n <MuiFormikSelect {...commonProps} size=\"small\">\n {field.values.map((v) => (\n <MenuItem key={`ddopt-${v.id}`} value={v.id}>\n {v.value}\n </MenuItem>\n ))}\n </MuiFormikSelect>\n );\n case \"Text\":\n return <MuiFormikTextField {...commonProps} fullWidth size=\"small\" />;\n case \"TextArea\":\n return (\n <MuiFormikTextField\n {...commonProps}\n fullWidth\n size=\"small\"\n multiline\n rows={3}\n />\n );\n }\n};\n\nexport default ItemTableField;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport {\n Checkbox,\n FormControl,\n FormControlLabel,\n FormHelperText\n} from \"@mui/material\";\nimport { useField } from \"formik\";\n\nconst MuiFormikCheckbox = ({ name, label, ...props }) => {\n const [field, meta] = useField({ name, type: \"checkbox\" });\n\n return (\n <FormControl\n fullWidth\n margin=\"normal\"\n error={meta.touched && Boolean(meta.error)}\n >\n <FormControlLabel\n control={\n <Checkbox\n name={name}\n {...field}\n checked={field.value}\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...props}\n />\n }\n label={label}\n />\n {meta.touched && meta.error && (\n <FormHelperText>{meta.error}</FormHelperText>\n )}\n </FormControl>\n );\n};\n\nMuiFormikCheckbox.propTypes = {\n name: PropTypes.string.isRequired,\n label: PropTypes.string.isRequired\n};\n\nexport default MuiFormikCheckbox;\n","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/x-date-pickers/DatePicker\");","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { DatePicker } from \"@mui/x-date-pickers/DatePicker\";\nimport { LocalizationProvider } from \"@mui/x-date-pickers/LocalizationProvider\";\nimport { AdapterMoment } from \"@mui/x-date-pickers/AdapterMoment\";\nimport { useField } from \"formik\";\n\nconst MuiFormikDatepicker = ({\n name,\n label,\n required,\n disabled = false,\n ...props\n}) => {\n const [field, meta, helpers] = useField(name);\n const requiredLabel = `${label} *`;\n const handleBlur = () => {\n helpers.setTouched(true, true);\n };\n\n return (\n <LocalizationProvider dateAdapter={AdapterMoment}>\n <DatePicker\n value={field.value}\n onChange={helpers.setValue}\n onClose={handleBlur}\n slotProps={{\n textField: {\n name,\n label: required ? requiredLabel : label,\n onBlur: handleBlur,\n error: meta.touched && Boolean(meta.error),\n helperText: meta.touched && meta.error,\n fullWidth: true,\n disabled\n },\n day: {\n sx: {\n fontSize: \"1.2rem\",\n fontWeight: 600\n }\n },\n layout: {\n sx: {\n \"& .MuiDayCalendar-weekDayLabel\": {\n fontSize: \"1rem\"\n }\n }\n }\n }}\n margin=\"normal\"\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...props}\n />\n </LocalizationProvider>\n );\n};\n\nMuiFormikDatepicker.propTypes = {\n name: PropTypes.string.isRequired,\n label: PropTypes.string,\n required: PropTypes.bool,\n disabled: PropTypes.bool\n};\n\nexport default MuiFormikDatepicker;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport {\n Checkbox,\n Divider,\n FormControl,\n ListItemText,\n MenuItem,\n Select\n} from \"@mui/material\";\nimport { useField } from \"formik\";\nimport T from \"i18n-react/dist/i18n-react\";\n\nconst MuiFormikDropdownCheckbox = ({ name, options, ...rest }) => {\n const [field, meta, helpers] = useField(name);\n const allSelected = options.every(({ value }) =>\n field.value?.includes(value)\n );\n\n const handleChange = (event) => {\n const { value } = event.target;\n\n // If \"all\" was clicked\n if (value.includes(\"all\")) {\n if (allSelected) {\n helpers.setValue([]);\n } else {\n helpers.setValue(options.map((opt) => opt.value));\n }\n } else {\n helpers.setValue(value);\n }\n };\n\n return (\n <FormControl fullWidth error={meta.touched && Boolean(meta.error)}>\n <Select\n variant=\"outlined\"\n name={name}\n multiple\n value={field.value || []}\n onChange={handleChange}\n onBlur={field.onBlur}\n displayEmpty\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...rest}\n renderValue={(selected) => {\n if (!selected?.length) {\n return rest.placeholder || \"\";\n }\n if (allSelected) {\n return T.translate(\"general.all\");\n }\n const selectedNames = options\n .filter(({ value }) => selected?.includes(value))\n .map(({ label }) => label);\n return selectedNames.join(\", \");\n }}\n >\n <MenuItem key=\"all\" value=\"all\">\n <Checkbox checked={allSelected} />\n <ListItemText primary={T.translate(\"general.all\")} />\n </MenuItem>\n <Divider />\n {options.map(({ label, value }) => (\n <MenuItem key={`ckbx-ddl-${value}`} value={value}>\n <Checkbox checked={field.value?.includes(value)} />\n <ListItemText primary={label} />\n </MenuItem>\n ))}\n </Select>\n </FormControl>\n );\n};\n\nexport default MuiFormikDropdownCheckbox;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport {\n FormControl,\n ListItemText,\n MenuItem,\n Radio,\n Select\n} from \"@mui/material\";\nimport { useField } from \"formik\";\nimport T from \"i18n-react/dist/i18n-react\";\n\nconst MuiFormikDropdownRadio = ({ name, options, placeholder, ...rest }) => {\n const finalPlaceholder =\n placeholder || T.translate(\"general.select_an_option\");\n const [field, meta, helpers] = useField(name);\n\n const handleChange = (event) => {\n helpers.setValue(event.target.value);\n };\n\n return (\n <FormControl fullWidth error={meta.touched && Boolean(meta.error)}>\n <Select\n variant=\"outlined\"\n name={name}\n value={field.value || \"\"}\n onChange={handleChange}\n displayEmpty\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...rest}\n renderValue={(selected) => {\n if (!selected) {\n return <em>{finalPlaceholder}</em>;\n }\n const selectedOption = options.find(\n ({ value }) => value === selected\n );\n return selectedOption ? selectedOption.label : \"\";\n }}\n >\n {options.map(({ label, value }) => (\n <MenuItem key={`radio-ddl-${value}`} value={value}>\n <Radio checked={field.value === value} />\n <ListItemText primary={label} />\n </MenuItem>\n ))}\n </Select>\n </FormControl>\n );\n};\n\nexport default MuiFormikDropdownRadio;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport {\n Select,\n FormHelperText,\n FormControl,\n InputAdornment,\n IconButton,\n InputLabel\n} from \"@mui/material\";\nimport ClearIcon from \"@mui/icons-material/Clear\";\nimport { useField } from \"formik\";\n\nconst MuiFormikSelect = ({\n name,\n label,\n placeholder,\n children,\n isClearable,\n ...rest\n}) => {\n const [field, meta, helpers] = useField(name);\n\n const handleClear = (ev) => {\n ev.stopPropagation();\n helpers.setValue(\"\");\n };\n\n const hasValue = field?.value && field.value !== \"\";\n const shouldShrink = hasValue || Boolean(placeholder);\n\n return (\n <FormControl fullWidth error={meta.touched && Boolean(meta.error)}>\n {label && (\n <InputLabel htmlFor={name} id={`${name}-label`} shrink={shouldShrink}>\n {label}\n </InputLabel>\n )}\n <Select\n name={name}\n id={name}\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...field}\n labelId={`${name}-label`}\n label={label}\n notched={shouldShrink}\n displayEmpty\n renderValue={(selected) => {\n if (!selected || selected === \"\") {\n return <span style={{ color: \"#aaa\" }}>{placeholder}</span>;\n }\n return selected;\n }}\n endAdornment={\n isClearable && field.value ? (\n <InputAdornment position=\"end\" sx={{ mr: 2 }}>\n <IconButton size=\"small\" onClick={handleClear}>\n <ClearIcon fontSize=\"small\" />\n </IconButton>\n </InputAdornment>\n ) : null\n }\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...rest}\n >\n {children}\n </Select>\n {meta.touched && meta.error && (\n <FormHelperText>{meta.error}</FormHelperText>\n )}\n </FormControl>\n );\n};\n\nMuiFormikSelect.propTypes = {\n name: PropTypes.string.isRequired,\n children: PropTypes.node.isRequired,\n placeholder: PropTypes.string,\n isClearable: PropTypes.bool\n};\n\nexport default MuiFormikSelect;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { Box, TextField, Typography } from \"@mui/material\";\nimport { useField } from \"formik\";\n\nconst MuiFormikTextField = ({\n name,\n label,\n maxLength,\n required = false,\n ...props\n}) => {\n const [field, meta] = useField(name);\n const currentLength = field.value?.length || 0;\n\n let finalLabel = \"\";\n\n if (label) {\n finalLabel = required ? `${label} *` : label;\n }\n\n return (\n <Box>\n <TextField\n name={name}\n label={finalLabel}\n {...field}\n onBlur={field.onBlur}\n margin=\"normal\"\n error={meta.touched && Boolean(meta.error)}\n helperText={meta.touched && meta.error}\n slotProps={{\n htmlInput: {\n maxLength\n }\n }}\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...props}\n />\n {maxLength && (\n <Typography sx={{ fontSize: \"1.2rem\", color: \"#00000099\", pl: 2 }}>\n {`${maxLength - currentLength} characters left`}\n </Typography>\n )}\n </Box>\n );\n};\n\nMuiFormikTextField.propTypes = {\n name: PropTypes.string.isRequired,\n label: PropTypes.string,\n maxLength: PropTypes.number,\n required: PropTypes.bool\n};\n\nexport default MuiFormikTextField;\n","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/x-date-pickers/TimePicker\");","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { LocalizationProvider } from \"@mui/x-date-pickers/LocalizationProvider\";\nimport { AdapterMoment } from \"@mui/x-date-pickers/AdapterMoment\";\nimport { TimePicker } from \"@mui/x-date-pickers/TimePicker\";\n\nimport { useField } from \"formik\";\n\nconst MuiFormikTimepicker = ({\n name,\n minTime,\n maxTime,\n timeZone,\n disabled = false\n}) => {\n const [field, meta, helpers] = useField(name);\n\n return (\n <LocalizationProvider dateAdapter={AdapterMoment}>\n <TimePicker\n value={field.value}\n onChange={helpers.setValue}\n minTime={minTime}\n maxTime={maxTime}\n timezone={timeZone}\n label={timeZone}\n views={[\"hours\", \"minutes\"]}\n slotProps={{\n textField: {\n name,\n error: meta.touched && Boolean(meta.error),\n helperText: meta.touched && meta.error,\n size: \"small\",\n fullWidth: true,\n disabled,\n sx: {\n \"& .MuiPickersSectionList-root\": {\n width: \"100%\"\n },\n \"& .MuiFormHelperText-root\": {\n marginLeft: \"4px\",\n marginRight: \"4px\"\n }\n }\n }\n }}\n />\n </LocalizationProvider>\n );\n};\n\nMuiFormikTimepicker.propTypes = {\n name: PropTypes.string.isRequired\n};\n\nexport default MuiFormikTimepicker;\n","module.exports = require(\"@babel/runtime/helpers/defineProperty\");","module.exports = require(\"@babel/runtime/helpers/extends\");","module.exports = require(\"@babel/runtime/helpers/objectWithoutProperties\");","module.exports = require(\"@mui/icons-material/Clear\");","module.exports = require(\"@mui/icons-material/Close\");","module.exports = require(\"@mui/material\");","module.exports = require(\"@mui/material/Button\");","module.exports = require(\"@mui/material/Dialog\");","module.exports = require(\"@mui/material/DialogActions\");","module.exports = require(\"@mui/material/DialogContent\");","module.exports = require(\"@mui/material/DialogTitle\");","module.exports = require(\"@mui/x-date-pickers/AdapterMoment\");","module.exports = require(\"@mui/x-date-pickers/LocalizationProvider\");","module.exports = require(\"formik\");","module.exports = require(\"i18n-react/dist/i18n-react\");","module.exports = require(\"prop-types\");","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport T from \"i18n-react/dist/i18n-react\";\nimport Button from \"@mui/material/Button\";\nimport Dialog from \"@mui/material/Dialog\";\nimport DialogActions from \"@mui/material/DialogActions\";\nimport DialogContent from \"@mui/material/DialogContent\";\nimport DialogTitle from \"@mui/material/DialogTitle\";\nimport { Divider, IconButton, Typography } from \"@mui/material\";\nimport CloseIcon from \"@mui/icons-material/Close\";\nimport ItemTableField from \"../FormItemTable/components/ItemTableField\";\n\nconst ItemSettingsModal = ({ item, timeZone, open, onClose }) => {\n const itemFields =\n item?.meta_fields.filter((f) => f.class_field === \"Item\") || [];\n\n const handleSave = () => {\n onClose();\n };\n\n return (\n <Dialog open={open} onClose={onClose} maxWidth=\"sm\" fullWidth>\n <DialogTitle>{T.translate(\"general.settings\")}</DialogTitle>\n <IconButton\n aria-label=\"close\"\n onClick={onClose}\n sx={(theme) => ({\n position: \"absolute\",\n right: 8,\n top: 8,\n color: theme.palette.grey[500]\n })}\n >\n <CloseIcon />\n </IconButton>\n <Divider />\n <DialogContent>\n <Typography\n variant=\"body2\"\n component=\"div\"\n sx={{ marginBottom: \"20px\" }}\n >\n {item?.name}\n </Typography>\n <Divider\n sx={{\n marginBottom: \"20px\",\n marginLeft: \"-24px\",\n marginRight: \"-24px\"\n }}\n />\n {itemFields.map((exc) => (\n <React.Fragment key={`item-field-${exc.type_id}`}>\n <ItemTableField\n field={exc}\n rowId={item.form_item_id}\n timeZone={timeZone}\n label={exc.name}\n />\n </React.Fragment>\n ))}\n </DialogContent>\n <DialogActions>\n <Button onClick={handleSave} variant=\"contained\" fullWidth>\n {T.translate(\"general.save\")}\n </Button>\n </DialogActions>\n </Dialog>\n );\n};\n\nItemSettingsModal.propTypes = {\n item: PropTypes.object.isRequired,\n open: PropTypes.bool.isRequired,\n onClose: PropTypes.func.isRequired\n};\n\nexport default ItemSettingsModal;\n"],"names":["root","factory","exports","module","define","amd","this","rowId","field","timeZone","label","disabled","commonProps","name","class_field","type_id","type","size","options","values","map","v","value","id","fullWidth","slotProps","htmlInput","min","minimum_quantity","maximum_quantity","max","MenuItem","key","multiline","rows","MuiFormikCheckbox","props","meta","useField","FormControl","margin","error","touched","Boolean","FormControlLabel","control","Checkbox","checked","FormHelperText","propTypes","PropTypes","isRequired","require","MuiFormikDatepicker","required","helpers","requiredLabel","handleBlur","setTouched","LocalizationProvider","dateAdapter","AdapterMoment","DatePicker","onChange","setValue","onClose","textField","onBlur","helperText","day","sx","fontSize","fontWeight","layout","rest","allSelected","every","includes","Select","variant","multiple","event","target","opt","displayEmpty","renderValue","selected","length","placeholder","T","filter","join","ListItemText","primary","Divider","finalPlaceholder","selectedOption","find","Radio","MuiFormikSelect","children","isClearable","shouldShrink","InputLabel","htmlFor","shrink","labelId","notched","style","color","endAdornment","InputAdornment","position","mr","IconButton","onClick","ev","stopPropagation","MuiFormikTextField","maxLength","currentLength","finalLabel","Box","TextField","Typography","pl","MuiFormikTimepicker","minTime","maxTime","TimePicker","timezone","views","width","marginLeft","marginRight","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","ItemSettingsModal","item","open","itemFields","meta_fields","f","maxWidth","theme","right","top","palette","grey","component","marginBottom","exc","form_item_id"],"sourceRoot":""}
1
+ {"version":3,"file":"components/mui/item-settings-modal.js","mappings":"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","sources":["webpack://openstack-uicore-foundation/webpack/universalModuleDefinition","webpack://openstack-uicore-foundation/./src/components/mui/FormItemTable/components/ItemTableField.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-checkbox.js","webpack://openstack-uicore-foundation/external commonjs \"@mui/x-date-pickers/DatePicker\"","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-datepicker.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-dropdown-checkbox.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-dropdown-radio.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-select.js","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-textfield.js","webpack://openstack-uicore-foundation/external commonjs \"@mui/x-date-pickers/TimePicker\"","webpack://openstack-uicore-foundation/./src/components/mui/formik-inputs/mui-formik-timepicker.js","webpack://openstack-uicore-foundation/external commonjs \"@babel/runtime/helpers/defineProperty\"","webpack://openstack-uicore-foundation/external commonjs \"@babel/runtime/helpers/extends\"","webpack://openstack-uicore-foundation/external commonjs \"@babel/runtime/helpers/objectWithoutProperties\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Clear\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Close\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/Button\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/Dialog\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/DialogActions\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/DialogContent\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material/DialogTitle\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/x-date-pickers/AdapterMoment\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/x-date-pickers/LocalizationProvider\"","webpack://openstack-uicore-foundation/external commonjs \"formik\"","webpack://openstack-uicore-foundation/external commonjs \"i18n-react/dist/i18n-react\"","webpack://openstack-uicore-foundation/external commonjs \"prop-types\"","webpack://openstack-uicore-foundation/external commonjs \"react\"","webpack://openstack-uicore-foundation/webpack/bootstrap","webpack://openstack-uicore-foundation/webpack/runtime/compat get default export","webpack://openstack-uicore-foundation/webpack/runtime/define property getters","webpack://openstack-uicore-foundation/webpack/runtime/hasOwnProperty shorthand","webpack://openstack-uicore-foundation/webpack/runtime/make namespace object","webpack://openstack-uicore-foundation/./src/components/mui/ItemSettingsModal/index.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"openstack-uicore-foundation\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"openstack-uicore-foundation\"] = factory();\n\telse\n\t\troot[\"openstack-uicore-foundation\"] = factory();\n})(this, () => {\nreturn ","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport { MenuItem } from \"@mui/material\";\nimport MuiFormikCheckbox from \"../../formik-inputs/mui-formik-checkbox\";\nimport MuiFormikDropdownCheckbox from \"../../formik-inputs/mui-formik-dropdown-checkbox\";\nimport MuiFormikDropdownRadio from \"../../formik-inputs/mui-formik-dropdown-radio\";\nimport MuiFormikDatepicker from \"../../formik-inputs/mui-formik-datepicker\";\nimport MuiFormikTimepicker from \"../../formik-inputs/mui-formik-timepicker\";\nimport MuiFormikTextField from \"../../formik-inputs/mui-formik-textfield\";\nimport MuiFormikSelect from \"../../formik-inputs/mui-formik-select\";\n\nconst ItemTableField = ({\n rowId,\n field,\n timeZone,\n label = \"\",\n disabled = false\n}) => {\n const name = `i-${rowId}-c-${field.class_field}-f-${field.type_id}`;\n const commonProps = { name, label, disabled };\n\n switch (field.type) {\n case \"CheckBox\":\n return <MuiFormikCheckbox {...commonProps} />;\n case \"CheckBoxList\":\n return (\n <MuiFormikDropdownCheckbox\n {...commonProps}\n size=\"small\"\n options={field.values.map((v) => ({ value: v.id, label: v.value }))}\n />\n );\n case \"RadioButtonList\":\n return (\n <MuiFormikDropdownRadio\n {...commonProps}\n size=\"small\"\n options={field.values.map((v) => ({ value: v.id, label: v.value }))}\n />\n );\n case \"DateTime\":\n return <MuiFormikDatepicker {...commonProps} />;\n case \"Time\":\n return <MuiFormikTimepicker {...commonProps} timeZone={timeZone} />;\n case \"Quantity\":\n return (\n <MuiFormikTextField\n {...commonProps}\n fullWidth\n size=\"small\"\n type=\"number\"\n slotProps={{\n htmlInput: {\n min: field.minimum_quantity,\n ...(field.maximum_quantity > 0\n ? { max: field.maximum_quantity }\n : {})\n }\n }}\n />\n );\n case \"ComboBox\":\n return (\n <MuiFormikSelect {...commonProps} size=\"small\">\n {field.values.map((v) => (\n <MenuItem key={`ddopt-${v.id}`} value={v.id}>\n {v.value}\n </MenuItem>\n ))}\n </MuiFormikSelect>\n );\n case \"Text\":\n return <MuiFormikTextField {...commonProps} fullWidth size=\"small\" />;\n case \"TextArea\":\n return (\n <MuiFormikTextField\n {...commonProps}\n fullWidth\n size=\"small\"\n multiline\n rows={3}\n />\n );\n }\n};\n\nexport default ItemTableField;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport {\n Checkbox,\n FormControl,\n FormControlLabel,\n FormHelperText\n} from \"@mui/material\";\nimport { useField } from \"formik\";\n\nconst MuiFormikCheckbox = ({ name, label, ...props }) => {\n const [field, meta] = useField({ name, type: \"checkbox\" });\n\n return (\n <FormControl\n fullWidth\n margin=\"normal\"\n error={meta.touched && Boolean(meta.error)}\n >\n <FormControlLabel\n control={\n <Checkbox\n name={name}\n {...field}\n checked={field.value}\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...props}\n />\n }\n label={label}\n />\n {meta.touched && meta.error && (\n <FormHelperText>{meta.error}</FormHelperText>\n )}\n </FormControl>\n );\n};\n\nMuiFormikCheckbox.propTypes = {\n name: PropTypes.string.isRequired,\n label: PropTypes.string.isRequired\n};\n\nexport default MuiFormikCheckbox;\n","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/x-date-pickers/DatePicker\");","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { DatePicker } from \"@mui/x-date-pickers/DatePicker\";\nimport { LocalizationProvider } from \"@mui/x-date-pickers/LocalizationProvider\";\nimport { AdapterMoment } from \"@mui/x-date-pickers/AdapterMoment\";\nimport { useField } from \"formik\";\n\nconst MuiFormikDatepicker = ({\n name,\n label,\n required,\n disabled = false,\n ...props\n}) => {\n const [field, meta, helpers] = useField(name);\n const requiredLabel = `${label} *`;\n\n return (\n <LocalizationProvider dateAdapter={AdapterMoment}>\n <DatePicker\n value={field.value}\n onChange={helpers.setValue}\n slotProps={{\n textField: {\n name,\n label: required ? requiredLabel : label,\n error: meta.touched && Boolean(meta.error),\n helperText: meta.touched && meta.error,\n fullWidth: true,\n disabled\n },\n day: {\n sx: {\n fontSize: \"1.2rem\",\n fontWeight: 600\n }\n },\n layout: {\n sx: {\n \"& .MuiDayCalendar-weekDayLabel\": {\n fontSize: \"1rem\"\n }\n }\n }\n }}\n margin=\"normal\"\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...props}\n />\n </LocalizationProvider>\n );\n};\n\nMuiFormikDatepicker.propTypes = {\n name: PropTypes.string.isRequired,\n label: PropTypes.string,\n required: PropTypes.bool,\n disabled: PropTypes.bool\n};\n\nexport default MuiFormikDatepicker;","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport {\n Checkbox,\n Divider,\n FormControl,\n ListItemText,\n MenuItem,\n Select\n} from \"@mui/material\";\nimport { useField } from \"formik\";\nimport T from \"i18n-react/dist/i18n-react\";\n\nconst MuiFormikDropdownCheckbox = ({ name, options, ...rest }) => {\n const [field, meta, helpers] = useField(name);\n const allSelected = options.every(({ value }) =>\n field.value?.includes(value)\n );\n\n const handleChange = (event) => {\n const { value } = event.target;\n\n // If \"all\" was clicked\n if (value.includes(\"all\")) {\n if (allSelected) {\n helpers.setValue([]);\n } else {\n helpers.setValue(options.map((opt) => opt.value));\n }\n } else {\n helpers.setValue(value);\n }\n };\n\n return (\n <FormControl fullWidth error={meta.touched && Boolean(meta.error)}>\n <Select\n variant=\"outlined\"\n name={name}\n multiple\n value={field.value || []}\n onChange={handleChange}\n onBlur={field.onBlur}\n displayEmpty\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...rest}\n renderValue={(selected) => {\n if (!selected?.length) {\n return rest.placeholder || \"\";\n }\n if (allSelected) {\n return T.translate(\"general.all\");\n }\n const selectedNames = options\n .filter(({ value }) => selected?.includes(value))\n .map(({ label }) => label);\n return selectedNames.join(\", \");\n }}\n >\n <MenuItem key=\"all\" value=\"all\">\n <Checkbox checked={allSelected} />\n <ListItemText primary={T.translate(\"general.all\")} />\n </MenuItem>\n <Divider />\n {options.map(({ label, value }) => (\n <MenuItem key={`ckbx-ddl-${value}`} value={value}>\n <Checkbox checked={field.value?.includes(value)} />\n <ListItemText primary={label} />\n </MenuItem>\n ))}\n </Select>\n </FormControl>\n );\n};\n\nexport default MuiFormikDropdownCheckbox;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport {\n FormControl,\n ListItemText,\n MenuItem,\n Radio,\n Select\n} from \"@mui/material\";\nimport { useField } from \"formik\";\nimport T from \"i18n-react/dist/i18n-react\";\n\nconst MuiFormikDropdownRadio = ({ name, options, placeholder, ...rest }) => {\n const finalPlaceholder =\n placeholder || T.translate(\"general.select_an_option\");\n const [field, meta, helpers] = useField(name);\n\n const handleChange = (event) => {\n helpers.setValue(event.target.value);\n };\n\n return (\n <FormControl fullWidth error={meta.touched && Boolean(meta.error)}>\n <Select\n variant=\"outlined\"\n name={name}\n value={field.value || \"\"}\n onChange={handleChange}\n displayEmpty\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...rest}\n renderValue={(selected) => {\n if (!selected) {\n return <em>{finalPlaceholder}</em>;\n }\n const selectedOption = options.find(\n ({ value }) => value === selected\n );\n return selectedOption ? selectedOption.label : \"\";\n }}\n >\n {options.map(({ label, value }) => (\n <MenuItem key={`radio-ddl-${value}`} value={value}>\n <Radio checked={field.value === value} />\n <ListItemText primary={label} />\n </MenuItem>\n ))}\n </Select>\n </FormControl>\n );\n};\n\nexport default MuiFormikDropdownRadio;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport {\n Select,\n FormHelperText,\n FormControl,\n InputAdornment,\n IconButton,\n InputLabel\n} from \"@mui/material\";\nimport ClearIcon from \"@mui/icons-material/Clear\";\nimport { useField } from \"formik\";\n\nconst MuiFormikSelect = ({\n name,\n label,\n placeholder,\n children,\n isClearable,\n ...rest\n}) => {\n const [field, meta, helpers] = useField(name);\n\n const handleClear = (ev) => {\n ev.stopPropagation();\n helpers.setValue(\"\");\n };\n\n const hasValue = field?.value && field.value !== \"\";\n const shouldShrink = hasValue || Boolean(placeholder);\n\n return (\n <FormControl fullWidth error={meta.touched && Boolean(meta.error)}>\n {label && (\n <InputLabel htmlFor={name} id={`${name}-label`} shrink={shouldShrink}>\n {label}\n </InputLabel>\n )}\n <Select\n name={name}\n id={name}\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...field}\n labelId={`${name}-label`}\n label={label}\n notched={shouldShrink}\n displayEmpty\n renderValue={(selected) => {\n if (!selected || selected === \"\") {\n return <span style={{ color: \"#aaa\" }}>{placeholder}</span>;\n }\n return selected;\n }}\n endAdornment={\n isClearable && field.value ? (\n <InputAdornment position=\"end\" sx={{ mr: 2 }}>\n <IconButton size=\"small\" onClick={handleClear}>\n <ClearIcon fontSize=\"small\" />\n </IconButton>\n </InputAdornment>\n ) : null\n }\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...rest}\n >\n {children}\n </Select>\n {meta.touched && meta.error && (\n <FormHelperText>{meta.error}</FormHelperText>\n )}\n </FormControl>\n );\n};\n\nMuiFormikSelect.propTypes = {\n name: PropTypes.string.isRequired,\n children: PropTypes.node.isRequired,\n placeholder: PropTypes.string,\n isClearable: PropTypes.bool\n};\n\nexport default MuiFormikSelect;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { Box, TextField, Typography } from \"@mui/material\";\nimport { useField } from \"formik\";\n\nconst MuiFormikTextField = ({\n name,\n label,\n maxLength,\n required = false,\n ...props\n}) => {\n const [field, meta] = useField(name);\n const currentLength = field.value?.length || 0;\n\n let finalLabel = \"\";\n\n if (label) {\n finalLabel = required ? `${label} *` : label;\n }\n\n return (\n <Box>\n <TextField\n name={name}\n label={finalLabel}\n {...field}\n onBlur={field.onBlur}\n margin=\"normal\"\n error={meta.touched && Boolean(meta.error)}\n helperText={meta.touched && meta.error}\n slotProps={{\n htmlInput: {\n maxLength\n }\n }}\n // eslint-disable-next-line react/jsx-props-no-spreading\n {...props}\n />\n {maxLength && (\n <Typography sx={{ fontSize: \"1.2rem\", color: \"#00000099\", pl: 2 }}>\n {`${maxLength - currentLength} characters left`}\n </Typography>\n )}\n </Box>\n );\n};\n\nMuiFormikTextField.propTypes = {\n name: PropTypes.string.isRequired,\n label: PropTypes.string,\n maxLength: PropTypes.number,\n required: PropTypes.bool\n};\n\nexport default MuiFormikTextField;\n","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/x-date-pickers/TimePicker\");","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { LocalizationProvider } from \"@mui/x-date-pickers/LocalizationProvider\";\nimport { AdapterMoment } from \"@mui/x-date-pickers/AdapterMoment\";\nimport { TimePicker } from \"@mui/x-date-pickers/TimePicker\";\n\nimport { useField } from \"formik\";\n\nconst MuiFormikTimepicker = ({\n name,\n minTime,\n maxTime,\n timeZone,\n disabled = false\n}) => {\n const [field, meta, helpers] = useField(name);\n\n return (\n <LocalizationProvider dateAdapter={AdapterMoment}>\n <TimePicker\n value={field.value}\n onChange={helpers.setValue}\n minTime={minTime}\n maxTime={maxTime}\n timezone={timeZone}\n label={timeZone}\n views={[\"hours\", \"minutes\"]}\n slotProps={{\n textField: {\n name,\n error: meta.touched && Boolean(meta.error),\n helperText: meta.touched && meta.error,\n size: \"small\",\n fullWidth: true,\n disabled,\n sx: {\n \"& .MuiPickersSectionList-root\": {\n width: \"100%\"\n },\n \"& .MuiFormHelperText-root\": {\n marginLeft: \"4px\",\n marginRight: \"4px\"\n }\n }\n }\n }}\n />\n </LocalizationProvider>\n );\n};\n\nMuiFormikTimepicker.propTypes = {\n name: PropTypes.string.isRequired\n};\n\nexport default MuiFormikTimepicker;\n","module.exports = require(\"@babel/runtime/helpers/defineProperty\");","module.exports = require(\"@babel/runtime/helpers/extends\");","module.exports = require(\"@babel/runtime/helpers/objectWithoutProperties\");","module.exports = require(\"@mui/icons-material/Clear\");","module.exports = require(\"@mui/icons-material/Close\");","module.exports = require(\"@mui/material\");","module.exports = require(\"@mui/material/Button\");","module.exports = require(\"@mui/material/Dialog\");","module.exports = require(\"@mui/material/DialogActions\");","module.exports = require(\"@mui/material/DialogContent\");","module.exports = require(\"@mui/material/DialogTitle\");","module.exports = require(\"@mui/x-date-pickers/AdapterMoment\");","module.exports = require(\"@mui/x-date-pickers/LocalizationProvider\");","module.exports = require(\"formik\");","module.exports = require(\"i18n-react/dist/i18n-react\");","module.exports = require(\"prop-types\");","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport T from \"i18n-react/dist/i18n-react\";\nimport Button from \"@mui/material/Button\";\nimport Dialog from \"@mui/material/Dialog\";\nimport DialogActions from \"@mui/material/DialogActions\";\nimport DialogContent from \"@mui/material/DialogContent\";\nimport DialogTitle from \"@mui/material/DialogTitle\";\nimport { Divider, IconButton, Typography } from \"@mui/material\";\nimport CloseIcon from \"@mui/icons-material/Close\";\nimport ItemTableField from \"../FormItemTable/components/ItemTableField\";\n\nconst ItemSettingsModal = ({ item, timeZone, open, onClose }) => {\n const itemFields =\n item?.meta_fields.filter((f) => f.class_field === \"Item\") || [];\n\n const handleSave = () => {\n onClose();\n };\n\n return (\n <Dialog open={open} onClose={onClose} maxWidth=\"sm\" fullWidth>\n <DialogTitle>{T.translate(\"general.settings\")}</DialogTitle>\n <IconButton\n aria-label=\"close\"\n onClick={onClose}\n sx={(theme) => ({\n position: \"absolute\",\n right: 8,\n top: 8,\n color: theme.palette.grey[500]\n })}\n >\n <CloseIcon />\n </IconButton>\n <Divider />\n <DialogContent>\n <Typography\n variant=\"body2\"\n component=\"div\"\n sx={{ marginBottom: \"20px\" }}\n >\n {item?.name}\n </Typography>\n <Divider\n sx={{\n marginBottom: \"20px\",\n marginLeft: \"-24px\",\n marginRight: \"-24px\"\n }}\n />\n {itemFields.map((exc) => (\n <React.Fragment key={`item-field-${exc.type_id}`}>\n <ItemTableField\n field={exc}\n rowId={item.form_item_id}\n timeZone={timeZone}\n label={exc.name}\n />\n </React.Fragment>\n ))}\n </DialogContent>\n <DialogActions>\n <Button onClick={handleSave} variant=\"contained\" fullWidth>\n {T.translate(\"general.save\")}\n </Button>\n </DialogActions>\n </Dialog>\n );\n};\n\nItemSettingsModal.propTypes = {\n item: PropTypes.object.isRequired,\n open: PropTypes.bool.isRequired,\n onClose: PropTypes.func.isRequired\n};\n\nexport default ItemSettingsModal;\n"],"names":["root","factory","exports","module","define","amd","this","rowId","field","timeZone","label","disabled","commonProps","name","class_field","type_id","type","size","options","values","map","v","value","id","fullWidth","slotProps","htmlInput","min","minimum_quantity","maximum_quantity","max","MenuItem","key","multiline","rows","MuiFormikCheckbox","props","meta","useField","FormControl","margin","error","touched","Boolean","FormControlLabel","control","Checkbox","checked","FormHelperText","propTypes","PropTypes","isRequired","require","MuiFormikDatepicker","required","helpers","requiredLabel","LocalizationProvider","dateAdapter","AdapterMoment","DatePicker","onChange","setValue","textField","helperText","day","sx","fontSize","fontWeight","layout","rest","allSelected","every","includes","Select","variant","multiple","event","target","opt","onBlur","displayEmpty","renderValue","selected","length","placeholder","T","filter","join","ListItemText","primary","Divider","finalPlaceholder","selectedOption","find","Radio","MuiFormikSelect","children","isClearable","shouldShrink","InputLabel","htmlFor","shrink","labelId","notched","style","color","endAdornment","InputAdornment","position","mr","IconButton","onClick","ev","stopPropagation","MuiFormikTextField","maxLength","currentLength","finalLabel","Box","TextField","Typography","pl","MuiFormikTimepicker","minTime","maxTime","TimePicker","timezone","views","width","marginLeft","marginRight","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","ItemSettingsModal","item","open","onClose","itemFields","meta_fields","f","maxWidth","theme","right","top","palette","grey","component","marginBottom","exc","form_item_id"],"sourceRoot":""}
@@ -1,2 +1,2 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("openstack-uicore-foundation",[],t):"object"==typeof exports?exports["openstack-uicore-foundation"]=t():e["openstack-uicore-foundation"]=t()}(this,(()=>(()=>{"use strict";var e={692:e=>{e.exports=require("@mui/icons-material/Clear")},8619:e=>{e.exports=require("@mui/material")},2015:e=>{e.exports=require("react")}},t={};function o(r){var n=t[r];if(void 0!==n)return n.exports;var a=t[r]={exports:{}};return e[r](a,a.exports,o),a.exports}(()=>{o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t}})(),(()=>{o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}})(),(()=>{o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})();var r={};o.r(r),o.d(r,{default:()=>p});var n=o(2015),a=o.n(n),i=o(8619);const u=require("@mui/icons-material/Search");var l=o.n(u),s=o(692),c=o.n(s);const p=({term:e,onSearch:t,placeholder:o="Search..."})=>{const[r,u]=(0,n.useState)(e);(0,n.useEffect)((()=>{u(e||"")}),[e]);return a().createElement(i.TextField,{variant:"outlined",value:r,placeholder:o,slotProps:{input:{endAdornment:e?a().createElement(i.IconButton,{size:"small",onClick:()=>{u(""),t("")},sx:{position:"absolute",right:0}},a().createElement(c(),{sx:{color:"#0000008F"}})):a().createElement(l(),{sx:{mr:1,color:"#0000008F",position:"absolute",right:0}})}},onChange:e=>u(e.target.value),onKeyDown:e=>{"Enter"===e.key&&t(r)},fullWidth:!0,sx:{"& .MuiOutlinedInput-root":{height:"36px"}}})};return r})()));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("openstack-uicore-foundation",[],t):"object"==typeof exports?exports["openstack-uicore-foundation"]=t():e["openstack-uicore-foundation"]=t()}(this,(()=>(()=>{"use strict";var e={3209:(e,t,r)=>{r.d(t,{wU:()=>o});const o=500},692:e=>{e.exports=require("@mui/icons-material/Clear")},8619:e=>{e.exports=require("@mui/material")},7825:e=>{e.exports=require("lodash")},2015:e=>{e.exports=require("react")}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var a=t[o]={exports:{}};return e[o](a,a.exports,r),a.exports}(()=>{r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t}})(),(()=>{r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})}})(),(()=>{r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})();var o={};r.r(o),r.d(o,{default:()=>f});var n=r(2015),a=r.n(n),u=r(8619);const c=require("@mui/icons-material/Search");var i=r.n(c),l=r(692),s=r.n(l),d=r(7825),p=r(3209);const f=({term:e,onSearch:t,placeholder:r="Search...",debounced:o})=>{const[c,l]=(0,n.useState)(e),f=(0,n.useRef)(t);(0,n.useEffect)((()=>{f.current=t}),[t]);const m=(0,n.useRef)((0,d.debounce)((e=>f.current(e)),p.wU));(0,n.useEffect)((()=>{l(e||"")}),[e]),(0,n.useEffect)((()=>()=>{var e;return null===(e=m.current)||void 0===e?void 0:e.cancel()}),[]);return a().createElement(u.TextField,{variant:"outlined",value:c,placeholder:r,slotProps:{input:{startAdornment:o&&a().createElement(u.InputAdornment,{position:"start"},a().createElement(i(),{sx:{color:"#0000008F"}})),endAdornment:a().createElement(u.InputAdornment,{position:"end"},c?a().createElement(u.IconButton,{size:"small",onClick:()=>{var e;null===(e=m.current)||void 0===e||e.cancel(),l(""),t("")}},a().createElement(s(),{fontSize:"small",sx:{color:"#0000008F"}})):!o&&a().createElement(i(),{sx:{mr:1,color:"#0000008F",position:"absolute",right:0}}))}},onChange:e=>(e=>{var t;l(e),o&&(null===(t=m.current)||void 0===t||t.call(m,e))})(e.target.value),onKeyDown:e=>{o||"Enter"!==e.key||t(c)},fullWidth:!0,sx:{"& .MuiOutlinedInput-root":{height:"36px"}}})};return o})()));
2
2
  //# sourceMappingURL=search-input.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"components/mui/search-input.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,8BAA+B,GAAIH,GAChB,iBAAZC,QACdA,QAAQ,+BAAiCD,IAEzCD,EAAK,+BAAiCC,GACvC,CATD,CASGK,MAAM,I,kCCTTH,EAAOD,QAAUK,QAAQ,4B,WCAzBJ,EAAOD,QAAUK,QAAQ,gB,WCAzBJ,EAAOD,QAAUK,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaT,QAGrB,IAAIC,EAASK,EAAyBE,GAAY,CAGjDR,QAAS,CAAC,GAOX,OAHAW,EAAoBH,GAAUP,EAAQA,EAAOD,QAASO,GAG/CN,EAAOD,OACf,C,MCrBAO,EAAoBK,EAAKX,IACxB,IAAIY,EAASZ,GAAUA,EAAOa,WAC7B,IAAOb,EAAiB,QACxB,IAAM,EAEP,OADAM,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,C,WCLdN,EAAoBQ,EAAI,CAACf,EAASiB,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEnB,EAASkB,IAC5EE,OAAOC,eAAerB,EAASkB,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,C,WCNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,E,WCClFlB,EAAoBsB,EAAK7B,IACH,oBAAX8B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAerB,EAAS8B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAerB,EAAS,aAAc,CAAEgC,OAAO,GAAO,C,6ECL9D,MAAM,EAA+B3B,QAAQ,8B,+BCkB7C,MAoDA,EApDoB,EAAG4B,OAAMC,WAAUC,cAAc,gBACnD,MAAOC,EAAYC,IAAiBC,EAAAA,EAAAA,UAASL,IAE7CM,EAAAA,EAAAA,YAAU,KACRF,EAAcJ,GAAQ,GAAtB,GACC,CAACA,IAaJ,OACE,kBAAC,EAAAO,UAAD,CACEC,QAAQ,WACRT,MAAOI,EACPD,YAAaA,EACbO,UAAW,CACTC,MAAO,CACLC,aAAcX,EACZ,kBAAC,EAAAY,WAAD,CACEC,KAAK,QACLC,QAfQ,KAClBV,EAAc,IACdH,EAAS,GAAT,EAcUc,GAAI,CAAEC,SAAU,WAAYC,MAAO,IAEnC,kBAAC,IAAD,CAAWF,GAAI,CAAEG,MAAO,gBAG1B,kBAAC,IAAD,CACEH,GAAI,CAAEI,GAAI,EAAGD,MAAO,YAAaF,SAAU,WAAYC,MAAO,OAKtEG,SAAWC,GAAUjB,EAAciB,EAAMC,OAAOvB,OAChDwB,UAlCkBC,IACL,UAAXA,EAAGvC,KACLgB,EAASE,EACV,EAgCCsB,WAAS,EACTV,GAAI,CACF,2BAA4B,CAC1BW,OAAQ,UA3BhB,E","sources":["webpack://openstack-uicore-foundation/webpack/universalModuleDefinition","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Clear\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material\"","webpack://openstack-uicore-foundation/external commonjs \"react\"","webpack://openstack-uicore-foundation/webpack/bootstrap","webpack://openstack-uicore-foundation/webpack/runtime/compat get default export","webpack://openstack-uicore-foundation/webpack/runtime/define property getters","webpack://openstack-uicore-foundation/webpack/runtime/hasOwnProperty shorthand","webpack://openstack-uicore-foundation/webpack/runtime/make namespace object","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Search\"","webpack://openstack-uicore-foundation/./src/components/mui/search-input.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"openstack-uicore-foundation\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"openstack-uicore-foundation\"] = factory();\n\telse\n\t\troot[\"openstack-uicore-foundation\"] = factory();\n})(this, () => {\nreturn ","module.exports = require(\"@mui/icons-material/Clear\");","module.exports = require(\"@mui/material\");","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/icons-material/Search\");","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React, { useEffect, useState } from \"react\";\nimport { TextField, IconButton } from \"@mui/material\";\nimport SearchIcon from \"@mui/icons-material/Search\";\nimport ClearIcon from \"@mui/icons-material/Clear\";\n\nconst SearchInput = ({ term, onSearch, placeholder = \"Search...\" }) => {\n const [searchTerm, setSearchTerm] = useState(term);\n\n useEffect(() => {\n setSearchTerm(term || \"\");\n }, [term]);\n\n const handleSearch = (ev) => {\n if (ev.key === \"Enter\") {\n onSearch(searchTerm);\n }\n };\n\n const handleClear = () => {\n setSearchTerm(\"\");\n onSearch(\"\");\n };\n\n return (\n <TextField\n variant=\"outlined\"\n value={searchTerm}\n placeholder={placeholder}\n slotProps={{\n input: {\n endAdornment: term ? (\n <IconButton\n size=\"small\"\n onClick={handleClear}\n sx={{ position: \"absolute\", right: 0 }}\n >\n <ClearIcon sx={{ color: \"#0000008F\" }} />\n </IconButton>\n ) : (\n <SearchIcon\n sx={{ mr: 1, color: \"#0000008F\", position: \"absolute\", right: 0 }}\n />\n )\n }\n }}\n onChange={(event) => setSearchTerm(event.target.value)}\n onKeyDown={handleSearch}\n fullWidth\n sx={{\n \"& .MuiOutlinedInput-root\": {\n height: \"36px\"\n }\n }}\n />\n );\n};\n\nexport default SearchInput;\n"],"names":["root","factory","exports","module","define","amd","this","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","term","onSearch","placeholder","searchTerm","setSearchTerm","useState","useEffect","TextField","variant","slotProps","input","endAdornment","IconButton","size","onClick","sx","position","right","color","mr","onChange","event","target","onKeyDown","ev","fullWidth","height"],"sourceRoot":""}
1
+ {"version":3,"file":"components/mui/search-input.js","mappings":"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","sources":["webpack://openstack-uicore-foundation/webpack/universalModuleDefinition","webpack://openstack-uicore-foundation/./src/utils/constants.js","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Clear\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material\"","webpack://openstack-uicore-foundation/external commonjs \"lodash\"","webpack://openstack-uicore-foundation/external commonjs \"react\"","webpack://openstack-uicore-foundation/webpack/bootstrap","webpack://openstack-uicore-foundation/webpack/runtime/compat get default export","webpack://openstack-uicore-foundation/webpack/runtime/define property getters","webpack://openstack-uicore-foundation/webpack/runtime/hasOwnProperty shorthand","webpack://openstack-uicore-foundation/webpack/runtime/make namespace object","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Search\"","webpack://openstack-uicore-foundation/./src/components/mui/search-input.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"openstack-uicore-foundation\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"openstack-uicore-foundation\"] = factory();\n\telse\n\t\troot[\"openstack-uicore-foundation\"] = factory();\n})(this, () => {\nreturn ","export const CENTS_FACTOR = 100n;\nexport const TWO_DECIMAL_PLACES = 2;\nexport const THREE_DECIMAL_PLACES = 3;\nexport const ONE_CENT = 1n;\nexport const ZERO_INT = 0;\n\nexport const CODE_200 = 200;\n\nexport const DEBOUNCE_WAIT_250 = 250;\nexport const DEBOUNCE_WAIT = 500;\n\nexport const NOTIFICATION_TIMEOUT = 2000;\nexport const DEFAULT_PER_PAGE = 10;\nexport const TWENTY_PER_PAGE = 20;\nexport const FIFTY_PER_PAGE = 50;\nexport const MAX_PER_PAGE = 100;\n\nexport const INT_BASE = 10;\n\nexport const ONE_HUNDRED = 100;\nexport const MILLISECONDS_IN_SECOND = 1000;\n\nexport const MILLISECONDS_TO_SECONDS = 1000;\n\nexport const BYTES_PER_MB = 1_048_576; // 1024 * 1024\n\nexport const MAX_INVENTORY_IMAGE_UPLOAD_SIZE = 512000;\nexport const MAX_INVENTORY_IMAGES_UPLOAD_QTY = 5;\nexport const ALLOWED_INVENTORY_IMAGE_FORMATS = [\"jpg\", \"jpeg\", \"png\"];\n\nexport const METAFIELD_TYPES_WITH_OPTIONS = [\n \"CheckBoxList\",\n \"ComboBox\",\n \"RadioButtonList\"\n];\n\nexport const METAFIELD_TYPES = [\n \"CheckBox\",\n ...METAFIELD_TYPES_WITH_OPTIONS,\n \"Text\",\n \"TextArea\",\n \"Quantity\",\n \"DateTime\",\n \"Time\"\n];\n\nexport const DISCOUNT_TYPES = {\n AMOUNT: \"Amount\",\n RATE: \"Rate\"\n};\n\nexport const RATE_FIELDS = {\n EARLY_BIRD: \"early_bird_rate\",\n STANDARD: \"standard_rate\",\n ONSITE: \"onsite_rate\"\n};\n\nexport const DECIMAL_DIGITS = 2;\n","module.exports = require(\"@mui/icons-material/Clear\");","module.exports = require(\"@mui/material\");","module.exports = require(\"lodash\");","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/icons-material/Search\");","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React, { useEffect, useState, useRef } from \"react\";\nimport { TextField, IconButton, InputAdornment } from \"@mui/material\";\nimport SearchIcon from \"@mui/icons-material/Search\";\nimport ClearIcon from \"@mui/icons-material/Clear\";\nimport { debounce } from \"lodash\";\nimport { DEBOUNCE_WAIT } from \"../../utils/constants\";\n\nconst SearchInput = ({ term, onSearch, placeholder = \"Search...\", debounced }) => {\n const [searchTerm, setSearchTerm] = useState(term);\n\n const onSearchRef = useRef(onSearch);\n useEffect(() => {\n onSearchRef.current = onSearch;\n }, [onSearch]);\n\n const onSearchDebouncedRef = useRef(\n debounce((value) => onSearchRef.current(value), DEBOUNCE_WAIT)\n );\n\n useEffect(() => {\n setSearchTerm(term || \"\");\n }, [term]);\n\n useEffect(() => () => onSearchDebouncedRef.current?.cancel(), []);\n\n const handleClear = () => {\n onSearchDebouncedRef.current?.cancel();\n setSearchTerm(\"\");\n onSearch(\"\");\n };\n\n const handleChange = (value) => {\n setSearchTerm(value);\n if (debounced) onSearchDebouncedRef.current?.(value);\n };\n\n const handleKeyDown = (ev) => {\n if (!debounced && ev.key === \"Enter\") {\n onSearch(searchTerm);\n }\n };\n\n return (\n <TextField\n variant=\"outlined\"\n value={searchTerm}\n placeholder={placeholder}\n slotProps={{\n input: { \n startAdornment: debounced && (\n <InputAdornment position=\"start\">\n <SearchIcon sx={{ color: \"#0000008F\" }} />\n </InputAdornment>\n ),\n endAdornment: (\n <InputAdornment position=\"end\">\n {searchTerm ? (\n <IconButton size=\"small\" onClick={handleClear}>\n <ClearIcon fontSize=\"small\" sx={{ color: \"#0000008F\" }} />\n </IconButton>\n ) : \n (\n !debounced && <SearchIcon\n sx={{ mr: 1, color: \"#0000008F\", position: \"absolute\", right: 0 }}\n />\n )}\n </InputAdornment>\n )\n }\n }}\n onChange={(ev) => handleChange(ev.target.value)}\n onKeyDown={handleKeyDown}\n fullWidth\n sx={{\n \"& .MuiOutlinedInput-root\": {\n height: \"36px\"\n }\n }}\n />\n );\n};\n\nexport default SearchInput;\n"],"names":["root","factory","exports","module","define","amd","this","DEBOUNCE_WAIT","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","term","onSearch","placeholder","debounced","searchTerm","setSearchTerm","useState","onSearchRef","useRef","useEffect","current","onSearchDebouncedRef","debounce","cancel","TextField","variant","slotProps","input","startAdornment","InputAdornment","position","sx","color","endAdornment","IconButton","size","onClick","fontSize","mr","right","onChange","ev","handleChange","target","onKeyDown","fullWidth","height"],"sourceRoot":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openstack-uicore-foundation",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "ui reactjs components for openstack marketing site",
5
5
  "main": "lib/openstack-uicore-foundation.js",
6
6
  "scripts": {