@ivandt/importer-vue 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
require("@ivandt/importer/importer");
|
|
5
|
+
const _hoisted_1 = ["schema"];
|
|
5
6
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
6
7
|
__name: "IvtImporter",
|
|
7
8
|
props: {
|
|
@@ -9,8 +10,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
9
10
|
},
|
|
10
11
|
setup(__props) {
|
|
11
12
|
return (_ctx, _cache) => {
|
|
12
|
-
|
|
13
|
-
return vue.openBlock(), vue.createBlock(_component_ivt_importer, { schema: __props.schema }, null, 8, ["schema"]);
|
|
13
|
+
return vue.openBlock(), vue.createElementBlock("ivt-importer", { schema: __props.schema }, null, 8, _hoisted_1);
|
|
14
14
|
};
|
|
15
15
|
}
|
|
16
16
|
});
|
package/dist/index.cjs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs.js","sources":["../src/IvtImporter.vue"],"sourcesContent":["<template>\n <ivt-importer :schema=\"schema\" />\n</template>\n\n<script setup lang=\"ts\">\nimport \"@ivandt/importer/importer\";\nimport type { DefaultTableRowType, IvtSchema } from \"@ivandt/importer\";\n\ninterface Props<TableRow = DefaultTableRowType> {\n schema: IvtSchema<TableRow>;\n}\n\ndefineProps<Props>();\n</script>\n"],"names":["
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":["../src/IvtImporter.vue"],"sourcesContent":["<template>\n <ivt-importer :schema=\"schema\" />\n</template>\n\n<script setup lang=\"ts\">\nimport \"@ivandt/importer/importer\";\nimport type { DefaultTableRowType, IvtSchema } from \"@ivandt/importer\";\n\ninterface Props<TableRow = DefaultTableRowType> {\n schema: IvtSchema<TableRow>;\n}\n\ndefineProps<Props>();\n</script>\n"],"names":["_createElementBlock"],"mappings":";;;;;;;;;;;;8BACEA,uBAAiC,gBAAA,EAAlB,QAAQ,QAAA,OAAA,GAAM,MAAA,GAAA,UAAA;AAAA;;;;"}
|
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { defineComponent,
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock } from "vue";
|
|
2
2
|
import "@ivandt/importer/importer";
|
|
3
|
+
const _hoisted_1 = ["schema"];
|
|
3
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
5
|
__name: "IvtImporter",
|
|
5
6
|
props: {
|
|
@@ -7,8 +8,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
7
8
|
},
|
|
8
9
|
setup(__props) {
|
|
9
10
|
return (_ctx, _cache) => {
|
|
10
|
-
|
|
11
|
-
return openBlock(), createBlock(_component_ivt_importer, { schema: __props.schema }, null, 8, ["schema"]);
|
|
11
|
+
return openBlock(), createElementBlock("ivt-importer", { schema: __props.schema }, null, 8, _hoisted_1);
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
14
|
});
|
package/dist/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":["../src/IvtImporter.vue"],"sourcesContent":["<template>\n <ivt-importer :schema=\"schema\" />\n</template>\n\n<script setup lang=\"ts\">\nimport \"@ivandt/importer/importer\";\nimport type { DefaultTableRowType, IvtSchema } from \"@ivandt/importer\";\n\ninterface Props<TableRow = DefaultTableRowType> {\n schema: IvtSchema<TableRow>;\n}\n\ndefineProps<Props>();\n</script>\n"],"names":["
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../src/IvtImporter.vue"],"sourcesContent":["<template>\n <ivt-importer :schema=\"schema\" />\n</template>\n\n<script setup lang=\"ts\">\nimport \"@ivandt/importer/importer\";\nimport type { DefaultTableRowType, IvtSchema } from \"@ivandt/importer\";\n\ninterface Props<TableRow = DefaultTableRowType> {\n schema: IvtSchema<TableRow>;\n}\n\ndefineProps<Props>();\n</script>\n"],"names":["_createElementBlock"],"mappings":";;;;;;;;;;0BACEA,mBAAiC,gBAAA,EAAlB,QAAQ,QAAA,OAAA,GAAM,MAAA,GAAA,UAAA;AAAA;;;"}
|