@tekkare/auriga 0.1.100 → 0.1.101

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/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.1.100"
7
+ "version": "0.1.101"
8
8
  }
@@ -310,8 +310,12 @@ import {
310
310
  defineComponent,
311
311
  onUnmounted
312
312
  } from "vue";
313
+ import argIcon from "./argIcon.vue";
314
+ import argSimpleLabel from "./argSimpleLabel.vue";
315
+ import argDataLoader from "./argDataLoader.vue";
313
316
  export default defineComponent({
314
317
  name: "argMultipleSelect",
318
+ components: { argIcon, argSimpleLabel, argDataLoader },
315
319
  props: {
316
320
  element_table: { type: Array, required: true },
317
321
  nested: { type: Boolean, default: false },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.1.100",
3
+ "version": "0.1.101",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",