resolver-egretimp-plus 0.1.88 → 0.1.90

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.
@@ -22,6 +22,10 @@ const props = defineProps({
22
22
  type: [Object, Function],
23
23
  default: () => null
24
24
  },
25
+ copyModal: {
26
+ type: [Object, Function],
27
+ default: () => null
28
+ },
25
29
  requestTraceId: {
26
30
  type: String,
27
31
  },
@@ -103,6 +107,7 @@ defineExpose({
103
107
  :loadingInstance="props.loadingInstance"
104
108
  :messageInstance="props.messageInstance"
105
109
  :getNativeComps="props.getNativeComps"
110
+ :copyModal="props.copyModal"
106
111
  :config="pageConfig || null"
107
112
  :selects="allSelects"
108
113
  :builtPolyfillReq="props.builtPolyfillReq"
@@ -6,6 +6,7 @@ import { computed, ref, useAttrs } from 'vue';
6
6
  import Resolver from './resolver-common.vue'
7
7
  import { generateOpenChildDialog } from './components/childDialog';
8
8
  import { generateUniqueId } from './utils/common.js';
9
+ import { copyModal } from './components/modal';
9
10
 
10
11
  const props = defineProps({
11
12
  loadingInstance: {
@@ -17,6 +18,10 @@ const props = defineProps({
17
18
  type: [Object, Function],
18
19
  default: () => ElMessage
19
20
  },
21
+ copyModal: {
22
+ type: [Object, Function],
23
+ default: () => copyModal
24
+ },
20
25
  confirmInstance: {
21
26
  type: [Object, Function],
22
27
  default: () => {
@@ -74,6 +79,7 @@ defineExpose({
74
79
  v-bind="attrs"
75
80
  :getNativeComps="getNativeComps"
76
81
  :messageInstance="props.messageInstance"
82
+ :copyModal="props.copyModal"
77
83
  :confirmInstance="props.confirmInstance"
78
84
  :openChildDialogInstance="props.openChildDialogInstance"
79
85
  :loadingInstance="props.loadingInstance"
@@ -116,7 +116,7 @@
116
116
  }
117
117
 
118
118
  .CustomComponentCollapse:has(+ .CustomComponentCollapse) {
119
- margin-bottom: 12px;
119
+ margin-bottom: 16px;
120
120
  }
121
121
 
122
122
  // 选择第一个