Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ExampleVue.umd.1.js.map « dist « vue « ExampleVue « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: daa8cbbf88bc780ef2bb133b56e14819a99946ce (plain)
1
{"version":3,"sources":["webpack://ExampleVue/./plugins/ExampleVue/vue/src/ExampleComponent/ExampleComponent.vue","webpack://ExampleVue/./plugins/ExampleVue/vue/src/ExampleComponent/ExampleComponent.vue?d4ac","webpack://ExampleVue/./plugins/ExampleVue/vue/src/ExampleComponent/ExampleComponent.vue?748c","webpack://ExampleVue/./plugins/ExampleVue/vue/src/ExampleComponent/ExampleComponent.vue?d496"],"names":[],"mappings":";;;;;;;;;;;;;;;gCAcM,4EAOM,KAPN,EAOM;AAPD,OAAK,EAAC;AAOL,CAPN,EAAqC,C,aACnC,4EAAc,IAAd,EAAc,IAAd,EAAI,OAAJ,CADmC,E,aAEnC,4EAEI,GAFJ,EAEI,IAFJ,EAAG,0CAAH,CAFmC,E,aAMnC,4EAA4C,OAA5C,EAA4C;AAArC,MAAI,EAAC,QAAgC;AAAvB,OAAK,EAAC,IAAiB;AAAZ,MAAI,EAAC;AAAO,CAA5C,CANmC,CAArC,E,EAAA,C;;;;;+EANJ,4EAeM,KAfN,EAeM,IAfN,EAeM,CAdJ,4EAAyC,QAAzC,EAAyC;AAA5B,WAAK,yCAAE,yCAAF;AAAuB,GAAzC,EAA+B,GAA/B,CAcI,E,yEAdqC,MACzC,yEAAG,UAAH,CADyC,GAC9B,G,EACX,C,CAYI,EAZJ,4EAAyC,QAAzC,EAAyC;AAA5B,WAAK,yCAAE,yCAAF;AAAuB,GAAzC,EAA+B,GAA/B,CAYI,EAVJ,qEASe,uBATf,EASe;AATA,QAAI,EAAE;AASN,GATf,EAA+B;8EAC7B,MAOM,CAPN,UAOM,C,CARuB;;AAAA,GAA/B,E,CAAA,E,QAAA,CAUI,CAfN,C;;;;;;;;ACPF;AACA;AAEe,oJAAe,CAAC;AAC7B,YAAU,EAAE;AACV,oDAAY;AADF,GADiB;AAI7B,UAAQ,EAAE;AACR,cAAU;AACR,aAAO,KAAK,KAAL,GAAa,EAApB;AACD;;AAHO,GAJmB;;AAS7B,MAAI;AACF,WAAO;AACL,WAAK,EAAE;AADF,KAAP;AAGD,GAb4B;;AAe7B,OAAK;AACH,WAAO;AACL,eAAS;AACP,aAAK,KAAL,IAAc,CAAd;AACD,OAHI;;AAIL,eAAS;AACP,aAAK,KAAL,IAAc,CAAd;AACD;;AANI,KAAP;AAQD;;AAxB4B,CAAD,CAA9B,E;;ACJumB,C;;ACA1hB;AACV;AACL;AAC9D,uCAAM,UAAU,MAAM;;AAEP,6H","file":"ExampleVue.umd.1.js","sourcesContent":["<!--\n  Matomo - free/libre analytics platform\n\n  @link https://matomo.org\n  @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later\n-->\n\n<template>\n  <div>\n    <button v-on:click=\"decrement\">-</button>\n    {{ count }}\n    <button v-on:click=\"increment\">+</button>\n\n    <MatomoDialog :show=\"showDialog\">\n      <div class=\"ui-confirm exampleDialog\">\n        <h2>Alert</h2>\n        <p>\n          The count is greater than 1 right now!\n        </p>\n\n        <input type=\"button\" value=\"OK\" role=\"yes\"/>\n      </div>\n    </MatomoDialog>\n  </div>\n</template>\n\n<script lang=\"ts\">\nimport { defineComponent } from 'vue';\nimport { MatomoDialog } from 'CoreHome';\n\nexport default defineComponent({\n  components: {\n    MatomoDialog,\n  },\n  computed: {\n    showDialog() {\n      return this.count > 15;\n    },\n  },\n  data() {\n    return {\n      count: 12,\n    };\n  },\n\n  setup() {\n    return {\n      increment() {\n        this.count += 1;\n      },\n      decrement() {\n        this.count -= 1;\n      },\n    };\n  },\n});\n</script>\n","\nimport { defineComponent } from 'vue';\nimport { MatomoDialog } from 'CoreHome';\n\nexport default defineComponent({\n  components: {\n    MatomoDialog,\n  },\n  computed: {\n    showDialog() {\n      return this.count > 15;\n    },\n  },\n  data() {\n    return {\n      count: 12,\n    };\n  },\n\n  setup() {\n    return {\n      increment() {\n        this.count += 1;\n      },\n      decrement() {\n        this.count -= 1;\n      },\n    };\n  },\n});\n","export { default } from \"-!../../../../../node_modules/@vue/cli-plugin-typescript/node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../../../node_modules/@vue/cli-plugin-typescript/node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??ref--14-3!../../../../../node_modules/@vue/cli-service/node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./ExampleComponent.vue?vue&type=script&lang=ts\"; export * from \"-!../../../../../node_modules/@vue/cli-plugin-typescript/node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../../../node_modules/@vue/cli-plugin-typescript/node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??ref--14-3!../../../../../node_modules/@vue/cli-service/node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./ExampleComponent.vue?vue&type=script&lang=ts\"","import { render } from \"./ExampleComponent.vue?vue&type=template&id=9a0bba80\"\nimport script from \"./ExampleComponent.vue?vue&type=script&lang=ts\"\nexport * from \"./ExampleComponent.vue?vue&type=script&lang=ts\"\nscript.render = render\n\nexport default script"],"sourceRoot":""}