{"version":3,"sources":["webpack:///../docs/src/pages/vue-components/notification.vue","webpack:///../examples/notification/NotificationAPI.js","webpack:///../docs/src/pages/vue-components/notification.vue?67cc"],"names":["title","$options","description","status","api","package-name","packageName","component-name","componentName","api-data","apiData","demos","demo","i","file","id","NotificationAPI","props","name","type","default","head","meta","charset","content","property","link","rel","href","data","components","DocsCardVue","DocsCard","GettingStarted","DocsPageLayout","DocsAllApi","__exports__","render"],"mappings":"2VACE,eASmB,GATAA,MAAO,EAAAC,SAASD,MAAQE,YAAa,EAAAD,SAASC,YAAcC,OAAQ,EAAAF,SAASE,Q,CAInFC,IAAG,gBACZ,iBAAiG,CAAjG,eAAiG,GAA/EC,eAAc,EAAAJ,SAASK,YAAcC,iBAAgB,EAAAN,SAASO,e,0CAEhF,eAA6C,GAA9BC,WAAU,EAAAR,SAASS,S,iDAN1B,iBAA0B,E,mBAApC,eAEW,2BAFmB,EAAAC,OAAK,SAAjBC,EAAMC,G,wBACtB,eAAqG,GAArFb,MAAOY,EAAKZ,MAAQE,YAAaU,EAAKV,YAAcY,KAAMF,EAAKE,KAAOC,GAAIH,EAAKG,I,kKCH/FC,EAAkB,CACtBC,MAAO,CACL,CACEC,KAAM,QACNC,KAAM,SACNC,QAAS,GACTlB,YAAa,4CAEf,CACEgB,KAAM,WACNC,KAAM,SACNC,QAAS,YACTlB,YAAa,4CAEf,CACEgB,KAAM,aACNC,KAAM,SACNC,QAAS,IACTlB,YAAa,gDAEf,CACEgB,KAAM,aACNC,KAAM,UACNC,QAAS,OACTlB,YAAa,uEAiHJc,IDpHA,GACbK,KAAM,CACJrB,MAAO,0CACPsB,KAAM,CACJ,CAAEC,QAAS,SACX,CAAEL,KAAM,WAAYM,QAAS,uCAC7B,CAAEC,SAAU,WAAYD,QAAS,YACjC,CAAEC,SAAU,WAAYD,QAAS,iCACjC,CACEC,SAAU,eACVD,QAAS,2CAEX,CACEC,SAAU,iBACVD,QAAS,oHAGbE,KAAM,CAAC,CAAEC,IAAK,OAAQR,KAAM,eAAgBS,KAAM,kBAEpDC,KAnBa,WAoBX,MAAO,CACLlB,MAAO,CACL,CACEX,MAAO,WACPc,KAAM,gCACNZ,YAAa,oaAEf,CACEF,MAAO,YACPc,KAAM,yCACNZ,YAAa,sEAEf,CACEF,MAAO,UACPc,KAAM,uCACNZ,YAAa,wGAEf,CACEF,MAAO,aACPc,KAAM,0CACNZ,YAAa,8GAMrB4B,WAAY,CACVC,cAAA,KACAC,WAAA,KACAC,iBAAA,KACAC,iBAAA,KACAC,aAAA,MAEFnC,MAAO,eACPE,YAAa,iHACbI,YAAa,eACbE,cAAe,iBAEfE,QAAS,G,qBE1EX,MAAM0B,EAA2B,IAAgB,EAAQ,CAAC,CAAC,SAASC,KAErD","file":"js/chunk-2d22d444.c47995ee.js","sourcesContent":["\n\n\n","const NotificationAPI = {\n props: [\n {\n name: 'group',\n type: 'Strung',\n default: '',\n description: 'Configures the grouping of notification.',\n },\n {\n name: 'position',\n type: 'String',\n default: 'top-right',\n description: 'Configures the position of notification.',\n },\n {\n name: 'baseZindex',\n type: 'Number',\n default: '0',\n description: 'Configures the base Z index of notification.',\n },\n {\n name: 'autoZindex',\n type: 'Boolean',\n default: 'true',\n description: 'Configures if the z indexing of notification will be auto or not.',\n },\n // {\n // name: 'disabled',\n // type: 'Boolean',\n // default: 'false',\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'dense',\n // type: 'Boolean',\n // default: 'false',\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'label',\n // type: 'String',\n // default: '',\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'icon',\n // type: 'String',\n // default: '',\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'checked-icon',\n // type: 'String',\n // default: '',\n // description: 'Input element with rounded corners',\n // },\n ],\n // events: [\n // {\n // name: 'input-native',\n // params: [\n // {\n // name: 'value',\n // type: 'String',\n // description: 'Value of the input field, at any time.',\n // },\n // ],\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'input',\n // params: [\n // {\n // name: 'value',\n // type: 'String',\n // description: 'Value of the input field, at any time.',\n // },\n // ],\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'update:modelValue',\n // params: [\n // {\n // name: 'value',\n // type: 'String',\n // description: 'Value of the input field, at any time.',\n // },\n // ],\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'change',\n // params: [\n // {\n // name: 'value',\n // type: 'String',\n // description: 'Value of the input field, at any time.',\n // },\n // ],\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'click',\n // params: [\n // {\n // name: 'value',\n // type: 'String',\n // description: 'Value of the input field, at any time.',\n // },\n // ],\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'focus',\n // params: [\n // {\n // name: 'value',\n // type: 'String',\n // description: 'Value of the input field, at any time.',\n // },\n // ],\n // description: 'Input element with rounded corners',\n // },\n // {\n // name: 'blur',\n // params: [\n // {\n // name: 'value',\n // type: 'String',\n // description: 'Value of the input field, at any time.',\n // },\n // ],\n // description: 'Input element with rounded corners',\n // },\n // ],\n};\nexport default NotificationAPI;\n","import { render } from \"./notification.vue?vue&type=template&id=3194838e\"\nimport script from \"./notification.vue?vue&type=script&lang=js\"\nexport * from \"./notification.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"/opt/build/repo/docs-v3/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__"],"sourceRoot":""}