resolver-egretimp-plus 0.1.46 → 0.1.47

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resolver-egretimp-plus",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -67,6 +67,7 @@ export default {
67
67
  return getCompEvents(ElPagination)
68
68
  })
69
69
 
70
+ const indectModeRef = inject('indectModeRef', ref(''))
70
71
  const ruleExecuter = inject('_ruleExecuter')
71
72
  const dynamicMapComp = inject('dynamicMapComp')
72
73
  const parentRootValue = inject('_parentRootValue', {})
@@ -192,13 +193,13 @@ export default {
192
193
  retObj.className = `${retObj.className || ''} clear-index`
193
194
  }
194
195
  if (
195
- isPlainColumn({...config, isColumn: true}, calcDisable(config, retObj.mode)) &&
196
+ isPlainColumn({...config, isColumn: true}, true) &&
196
197
  config.showOverflowTooltip != '0' &&
197
198
  config['show-overflow-tooltip'] != '0'
198
199
  ) {
199
200
  const showOverflowTooltipFn = (data) => {
200
201
  const currentConfig = multiPmPageMetaList.value?.[data.$index]?.[idx]
201
- return isPlainColumn({...currentConfig, isColumn: true}, calcDisable(currentConfig, retObj.mode))
202
+ return isPlainColumn({...currentConfig, isColumn: true}, calcDisable(currentConfig, indectModeRef.value))
202
203
  }
203
204
  retObj['show-overflow-tooltip'] = showOverflowTooltipFn
204
205
  retObj.showOverflowTooltip = showOverflowTooltipFn