2024-03-14 18:43:30 +01:00
import { w as d , a as u } from "./chunk-6GSMXRCY-a387bb65.js" ; import { L as g } from "./Login-c422d948.js" ; import "./chunk-WFFRPTHA-ed72344b.js" ; import "./preview-errors-dde4324f.js" ; import "./index-356e4a49.js" ; import "./index-11d98b33.js" ; import "./utils-09ff0c0e.js" ; import "./lifecycle-16e1fb41.js" ; import "./index-b180c43f.js" ; import "./runtime-ea3b2d3b.js" ; import "./index-9ff358fd.js" ; import "./_commonjsHelpers-725317a4.js" ; import "./LoginForm-a4fce076.js" ; import "./each-57bb632b.js" ; const M = { title : "Templates/Login" , component : g , tags : [ "autodocs" ] , args : { sb : "Templates/Profile" } , argTypes : { onSubmit : { action : "submit" } , form : { controls : "object" } , sb : { control : "radio" , options : [ "Templates/Profile" ] } } , decorators : [ d , u ] } , r = { args : { form : { account : "jane.doe@domain.example" , incorrect : ! 1 , missing : ! 1 } } } , o = { args : { form : { account : "" , incorrect : ! 1 , missing : ! 0 } } } , a = { args : { form : { account : "jane.doe@domain.example" , incorrect : ! 0 , missing : ! 1 } } } ; var e , s , n ; r . parameters = { ... r . parameters , docs : { ... ( e = r . parameters ) == null ? void 0 : e . docs , source : { originalSource : ` {
2024-03-03 15:38:10 +01:00
args : {
form : {
account : 'jane.doe@domain.example' ,
incorrect : false ,
missing : false
}
}
} ` ,...(n=(s=r.parameters)==null?void 0:s.docs)==null?void 0:n.source}}};var t,i,m;o.parameters={...o.parameters,docs:{...(t=o.parameters)==null?void 0:t.docs,source:{originalSource: ` {
args : {
form : {
account : '' ,
incorrect : false ,
missing : true
}
}
} ` ,...(m=(i=o.parameters)==null?void 0:i.docs)==null?void 0:m.source}}};var c,p,l;a.parameters={...a.parameters,docs:{...(c=a.parameters)==null?void 0:c.docs,source:{originalSource: ` {
args : {
form : {
account : 'jane.doe@domain.example' ,
incorrect : true ,
missing : false
}
}
2024-03-14 18:43:30 +01:00
} ` ,...(l=(p=a.parameters)==null?void 0:p.docs)==null?void 0:l.source}}};const _=["Plain","MissingInput","InvalidFormData"];export{a as InvalidFormData,o as MissingInput,r as Plain,_ as __namedExportsOrder,M as default};