pull/7064/merge
tugcekucukoglu 2025-01-14 14:49:12 +03:00
commit b401aff773
3 changed files with 343 additions and 354 deletions

View File

@ -23073,14 +23073,6 @@
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached."
},
{
"name": "id",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Identifier of the element."
},
{
"name": "inputId",
"optional": true,

View File

@ -13,6 +13,7 @@
</template>
<script>
import { uuid } from '@primeuix/utils';
import Dialog from 'primevue/dialog';
import DynamicDialogEventBus from 'primevue/dynamicdialogeventbus';
import BaseDynamicDialog from './BaseDynamicDialog.vue';
@ -31,7 +32,7 @@ export default {
currentInstance: null,
mounted() {
this.openListener = ({ instance }) => {
const key = this.$attrSelector + '_dynamic_dialog';
const key = uuid() + '_dynamic_dialog';
instance.visible = true;
instance.key = key;

File diff suppressed because it is too large Load Diff