You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 line
2.3 KiB

  1. "use strict";(self.webpackChunk_ihk24_storybook=self.webpackChunk_ihk24_storybook||[]).push([[7152],{"./stories/atoms/input-checkbox-radio/InputCheckboxRadio.stories.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{InputCheckbox:()=>InputCheckbox,InputRadio:()=>InputRadio,__namedExportsOrder:()=>__namedExportsOrder,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/core-js/modules/es.object.assign.js"),__webpack_require__("./node_modules/core-js/modules/es.function.bind.js"),__webpack_require__("./node_modules/core-js/modules/es.error.cause.js"),__webpack_require__("./node_modules/core-js/modules/es.error.to-string.js");var _InputCheckboxRadioComponent__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("./stories/atoms/input-checkbox-radio/InputCheckboxRadioComponent.js");function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source)Object.prototype.hasOwnProperty.call(source,key)&&(target[key]=source[key])}return target},_extends.apply(this,arguments)}const __WEBPACK_DEFAULT_EXPORT__={title:"Atoms/Input Checkbox Radio",args:{type:"checkbox"},argTypes:{type:{name:"Checkbox oder Radio",control:"select",options:["checkbox","radio"],defaultValue:"checkbox"}}};var Template=function Template(_ref){var args=_extends({},(function _objectDestructuringEmpty(obj){if(null==obj)throw new TypeError("Cannot destructure "+obj)}(_ref),_ref));return(0,_InputCheckboxRadioComponent__WEBPACK_IMPORTED_MODULE_4__.a)(Object.assign({},args))},InputCheckbox=Template.bind({});InputCheckbox.args={type:"checkbox"};var InputRadio=Template.bind({});InputRadio.args={type:"radio"};var __namedExportsOrder=["InputCheckbox","InputRadio"];InputCheckbox.parameters={...InputCheckbox.parameters,docs:{...InputCheckbox.parameters?.docs,source:{originalSource:"({\n ...args\n}) => {\n return createInputCheckboxRadio({\n ...args\n });\n}",...InputCheckbox.parameters?.docs?.source}}},InputRadio.parameters={...InputRadio.parameters,docs:{...InputRadio.parameters?.docs,source:{originalSource:"({\n ...args\n}) => {\n return createInputCheckboxRadio({\n ...args\n });\n}",...InputRadio.parameters?.docs?.source}}}}}]);