@v1nt1248/3nclient-lib 0.2.85 → 0.2.87
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 +1 -1
- package/dist/components/ui3n-dialog/types.d.ts +1 -0
- package/dist/components/ui3n-notification/ui3n-notification.vue.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/plugins/dialogs/dialogs.d.ts +4 -4
- package/dist/plugins/dialogs/store-dialog.d.ts +2 -2
- package/dist/plugins/dialogs/types.d.ts +3 -3
- package/dist/style.css +1 -1
- package/dist/ui3n-components.d.ts +1 -1
- package/dist/ui3n-components.js +1744 -1725
- package/dist/ui3n-plugins.d.ts +4 -4
- package/package.json +1 -1
- package/src/components/index.ts +1 -1
- package/src/components/ui3n-dialog/types.ts +1 -0
- package/src/components/ui3n-dialog/ui3n-dialog-provider.vue +52 -0
- package/src/components/ui3n-dialog/ui3n-dialog.vue +16 -11
- /package/dist/{plugins/dialogs → components/ui3n-dialog}/ui3n-dialog-provider.vue.d.ts +0 -0
|
@@ -1,7 +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 './
|
|
4
|
+
import { default as Ui3nDialogProvider } from './components/ui3n-dialog/ui3n-dialog-provider.vue';
|
|
5
5
|
import { default as Ui3nDialog } from './components/ui3n-dialog/ui3n-dialog.vue';
|
|
6
6
|
import { default as Ui3nDropFiles } from './components/ui3n-drop-files/ui3n-drop-files.vue';
|
|
7
7
|
import { default as Ui3nEmoji } from './components/ui3n-emoji/ui3n-emoji.vue';
|