@v1nt1248/3nclient-lib 0.2.84 → 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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@v1nt1248/3nclient-lib",
3
3
  "license": "AGPL-3.0-or-later",
4
4
  "author": "v1nt1248",
5
- "version": "0.2.84",
5
+ "version": "0.2.85",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "type": "module",
8
8
  "files": [
@@ -42,6 +42,7 @@ import type {
42
42
  Ui3nTableEmits,
43
43
  Ui3nTableExpose,
44
44
  } from './ui3n-table/types';
45
+ import Ui3nDialogProvider from '../plugins/dialogs/ui3n-dialog-provider.vue';
45
46
  import Ui3nDialog from './ui3n-dialog/ui3n-dialog.vue';
46
47
  import type {
47
48
  Ui3nDialogComponentProps,
@@ -154,6 +155,7 @@ export {
154
155
  Ui3nTableProps,
155
156
  Ui3nTableEmits,
156
157
  Ui3nTableExpose,
158
+ Ui3nDialogProvider,
157
159
  Ui3nDialog,
158
160
  Ui3nDialogComponentProps,
159
161
  Ui3nDialogComponentEmits,