@fewangsit/wangsvue-fats 1.0.0-alpha.73 → 1.0.0-alpha.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.73",
3
+ "version": "1.0.0-alpha.74",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",
@@ -90,7 +90,7 @@ interface ComponentLocaleConfig {
90
90
  ImageCompressor?: ImageCompressorLocaleConfig;
91
91
  }
92
92
  export interface LocaleConfig {
93
- global: typeof DEFAULT_GLOBAL_LOCALE_CONFIG;
93
+ global: Partial<typeof DEFAULT_GLOBAL_LOCALE_CONFIG>;
94
94
  components: ComponentLocaleConfig;
95
95
  }
96
96
  export interface ComponentPresetOptions {