@v1nt1248/3nclient-lib 0.2.83 → 0.2.85

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,6 +1,7 @@
1
1
  import { default as Ui3nButton } from './components/ui3n-button/ui3n-button.vue';
2
2
  import { default as Ui3nChip } from './components/ui3n-chip/ui3n-chip.vue';
3
3
  import { default as Ui3nCheckbox } from './components/ui3n-checkbox/ui3n-checkbox.vue';
4
+ import { default as Ui3nDialogProvider } from './plugins/dialogs/ui3n-dialog-provider.vue';
4
5
  import { default as Ui3nDialog } from './components/ui3n-dialog/ui3n-dialog.vue';
5
6
  import { default as Ui3nDropFiles } from './components/ui3n-drop-files/ui3n-drop-files.vue';
6
7
  import { default as Ui3nEmoji } from './components/ui3n-emoji/ui3n-emoji.vue';
@@ -47,6 +48,7 @@ declare module '../vue/dist/vue.esm-bundler.js' {
47
48
  Ui3nCheckbox: typeof Ui3nCheckbox;
48
49
  Ui3nChip: typeof Ui3nChip;
49
50
  Ui3nDialog: typeof Ui3nDialog;
51
+ Ui3nDialogProvider: typeof Ui3nDialogProvider;
50
52
  Ui3nDropFiles: typeof Ui3nDropFiles;
51
53
  Ui3nEditable: typeof Ui3nEditable;
52
54
  Ui3nEmoji: typeof Ui3nEmoji;