@v1nt1248/3nclient-lib 0.1.76 → 0.1.78

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.
@@ -25,6 +25,7 @@ import { default as Ui3nTooltip } from './components/ui3n-tooltip/ui3n-tooltip.v
25
25
  import { default as Ui3nRadio } from './components/ui3n-radio-group/ui3n-radio.vue';
26
26
  import { default as Ui3nRadioGroup } from './components/ui3n-radio-group/ui3n-radio-group.vue';
27
27
  import { default as Ui3nEditable } from './components/ui3n-editable/ui3n-editable.vue';
28
+ import { default as Ui3nAutocomplete } from './components/ui3n-autocomplete/ui3n-autocomplete.vue';
28
29
  import { default as Ui3nHtml } from './directives/ui3n-html';
29
30
  import { default as Ui3nClickOutside } from './directives/ui3n-click-outside';
30
31
  import { default as Ui3nResize } from './directives/ui3n-resize';
@@ -35,6 +36,7 @@ export * from './components';
35
36
  export * from './components/types';
36
37
  declare module 'vue' {
37
38
  interface GlobalComponents {
39
+ Ui3nAutocomplete: typeof Ui3nAutocomplete;
38
40
  Ui3nBadge: typeof Ui3nBadge;
39
41
  Ui3nBreadcrumb: typeof Ui3nBreadcrumb;
40
42
  Ui3nBreadcrumbs: typeof Ui3nBreadcrumbs;