Files
supplier-dispatch-h5/node_modules/.cache/babel-loader/366a5a1a0574418a631465cea55ebcc77a377f5f2a869b4795686a3ba2fef313.json
2023-08-11 10:45:20 +08:00

1 line
3.2 KiB
JSON

{"ast":null,"code":"import { createNamespace } from '../utils';\nimport { ParentMixin } from '../mixins/relation';\nvar _createNamespace = createNamespace('steps'),\n createComponent = _createNamespace[0],\n bem = _createNamespace[1];\nexport default createComponent({\n mixins: [ParentMixin('vanSteps')],\n props: {\n center: Boolean,\n iconPrefix: String,\n finishIcon: String,\n activeColor: String,\n inactiveIcon: String,\n inactiveColor: String,\n active: {\n type: [Number, String],\n default: 0\n },\n direction: {\n type: String,\n default: 'horizontal'\n },\n activeIcon: {\n type: String,\n default: 'checked'\n }\n },\n render: function render() {\n var h = arguments[0];\n return h(\"div\", {\n \"class\": bem([this.direction])\n }, [h(\"div\", {\n \"class\": bem('items')\n }, [this.slots()])]);\n }\n});","map":{"version":3,"names":["createNamespace","ParentMixin","_createNamespace","createComponent","bem","mixins","props","center","Boolean","iconPrefix","String","finishIcon","activeColor","inactiveIcon","inactiveColor","active","type","Number","default","direction","activeIcon","render","h","arguments","slots"],"sources":["E:/work/sino/sino-h5/node_modules/vant/es/steps/index.js"],"sourcesContent":["import { createNamespace } from '../utils';\nimport { ParentMixin } from '../mixins/relation';\n\nvar _createNamespace = createNamespace('steps'),\n createComponent = _createNamespace[0],\n bem = _createNamespace[1];\n\nexport default createComponent({\n mixins: [ParentMixin('vanSteps')],\n props: {\n center: Boolean,\n iconPrefix: String,\n finishIcon: String,\n activeColor: String,\n inactiveIcon: String,\n inactiveColor: String,\n active: {\n type: [Number, String],\n default: 0\n },\n direction: {\n type: String,\n default: 'horizontal'\n },\n activeIcon: {\n type: String,\n default: 'checked'\n }\n },\n render: function render() {\n var h = arguments[0];\n return h(\"div\", {\n \"class\": bem([this.direction])\n }, [h(\"div\", {\n \"class\": bem('items')\n }, [this.slots()])]);\n }\n});"],"mappings":"AAAA,SAASA,eAAe,QAAQ,UAAU;AAC1C,SAASC,WAAW,QAAQ,oBAAoB;AAEhD,IAAIC,gBAAgB,GAAGF,eAAe,CAAC,OAAO,CAAC;EAC3CG,eAAe,GAAGD,gBAAgB,CAAC,CAAC,CAAC;EACrCE,GAAG,GAAGF,gBAAgB,CAAC,CAAC,CAAC;AAE7B,eAAeC,eAAe,CAAC;EAC7BE,MAAM,EAAE,CAACJ,WAAW,CAAC,UAAU,CAAC,CAAC;EACjCK,KAAK,EAAE;IACLC,MAAM,EAAEC,OAAO;IACfC,UAAU,EAAEC,MAAM;IAClBC,UAAU,EAAED,MAAM;IAClBE,WAAW,EAAEF,MAAM;IACnBG,YAAY,EAAEH,MAAM;IACpBI,aAAa,EAAEJ,MAAM;IACrBK,MAAM,EAAE;MACNC,IAAI,EAAE,CAACC,MAAM,EAAEP,MAAM,CAAC;MACtBQ,OAAO,EAAE;IACX,CAAC;IACDC,SAAS,EAAE;MACTH,IAAI,EAAEN,MAAM;MACZQ,OAAO,EAAE;IACX,CAAC;IACDE,UAAU,EAAE;MACVJ,IAAI,EAAEN,MAAM;MACZQ,OAAO,EAAE;IACX;EACF,CAAC;EACDG,MAAM,EAAE,SAASA,MAAMA,CAAA,EAAG;IACxB,IAAIC,CAAC,GAAGC,SAAS,CAAC,CAAC,CAAC;IACpB,OAAOD,CAAC,CAAC,KAAK,EAAE;MACd,OAAO,EAAElB,GAAG,CAAC,CAAC,IAAI,CAACe,SAAS,CAAC;IAC/B,CAAC,EAAE,CAACG,CAAC,CAAC,KAAK,EAAE;MACX,OAAO,EAAElB,GAAG,CAAC,OAAO;IACtB,CAAC,EAAE,CAAC,IAAI,CAACoB,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EACtB;AACF,CAAC,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}