@gingkoo/pandora-metabase 0.0.21 → 0.0.23
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/lib/es/index.js +2 -2
- package/lib/es/index.js.map +1 -1
- package/package.json +1 -1
package/lib/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @gingkoo/pandora-metabase v0.0.
|
|
2
|
+
* @gingkoo/pandora-metabase v0.0.23
|
|
3
3
|
*/
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
import * as React from 'react';
|
|
@@ -5755,6 +5755,7 @@ const JoinData = props => {
|
|
|
5755
5755
|
let o = Modal2.openModal({
|
|
5756
5756
|
title: __('SqlQueryBuilder.subquery'),
|
|
5757
5757
|
transparentMask: true,
|
|
5758
|
+
zIndex: 200,
|
|
5758
5759
|
content: jsx(Fragment, {
|
|
5759
5760
|
children: jsx(SqlVisionBuilder, {
|
|
5760
5761
|
...other,
|
|
@@ -5762,7 +5763,6 @@ const JoinData = props => {
|
|
|
5762
5763
|
toolbar: subToolbar || toolbar,
|
|
5763
5764
|
btnText: __('SqlQueryBuilder.confirm'),
|
|
5764
5765
|
value: val,
|
|
5765
|
-
zIndex: 9999,
|
|
5766
5766
|
onOk: newList => {
|
|
5767
5767
|
try {
|
|
5768
5768
|
// 子查询未改变不做操作
|