@tekkare/auriga 0.2.47 → 0.2.48

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.2.47"
7
+ "version": "0.2.48"
8
8
  }
@@ -783,7 +783,8 @@ export default defineComponent({
783
783
  hasReadMore,
784
784
  tableKey,
785
785
  alternateColor,
786
- cropKey
786
+ cropKey,
787
+ langData
787
788
  };
788
789
  }
789
790
  });
@@ -217,6 +217,7 @@ declare const _default: import("vue").DefineComponent<{
217
217
  tableKey: import("vue").Ref<number>;
218
218
  alternateColor: import("vue").ComputedRef<boolean>;
219
219
  cropKey: import("vue").Ref<number>;
220
+ langData: import("vue").Ref<any>;
220
221
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeInputValue"[], "changeInputValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
221
222
  heads: {
222
223
  type: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.47",
3
+ "version": "0.2.48",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",