@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/dist/components/index.d.ts +2 -1
- package/dist/style.css +1 -1
- package/dist/ui3n-components.js +4459 -4423
- package/package.json +1 -1
- package/src/components/index.ts +2 -0
package/package.json
CHANGED
package/src/components/index.ts
CHANGED
|
@@ -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,
|