g-ui-web 1.3.31 → 1.3.32

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.
@@ -1,4 +1,4 @@
1
- declare const GFloatingAI: ({
1
+ declare const GFloatingAi: ({
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
3
  url: {
4
4
  type: StringConstructor;
@@ -101,4 +101,4 @@ declare const GFloatingAI: ({
101
101
  position: Record<string, any>;
102
102
  url: string;
103
103
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
104
- export default GFloatingAI;
104
+ export default GFloatingAi;