@gingkoo/pandora-metabase 1.0.0-alpha.8 → 1.0.0-alpha.9
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 -4
- package/lib/es/index.js.map +1 -1
- package/lib/es/store/types.d.ts +0 -1
- package/package.json +1 -1
package/lib/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @gingkoo/pandora-metabase v1.0.0-alpha.
|
|
2
|
+
* @gingkoo/pandora-metabase v1.0.0-alpha.9
|
|
3
3
|
*/
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
import * as React from 'react';
|
|
@@ -6457,7 +6457,6 @@ const JoinData = props => {
|
|
|
6457
6457
|
left_fieldUuid: '',
|
|
6458
6458
|
left_quotes: '',
|
|
6459
6459
|
left_string: '',
|
|
6460
|
-
left_isString: false,
|
|
6461
6460
|
left_type: 'field',
|
|
6462
6461
|
left_constant: '',
|
|
6463
6462
|
right_fieldAlias: '',
|
|
@@ -6504,7 +6503,6 @@ const JoinData = props => {
|
|
|
6504
6503
|
left_fieldUuid: '',
|
|
6505
6504
|
left_quotes: '',
|
|
6506
6505
|
left_string: '',
|
|
6507
|
-
left_isString: false,
|
|
6508
6506
|
left_type: 'field',
|
|
6509
6507
|
left_constant: '',
|
|
6510
6508
|
right_fieldAlias: '',
|
|
@@ -7742,7 +7740,7 @@ const Filter = props => {
|
|
|
7742
7740
|
}, i) : jsxs("div", {
|
|
7743
7741
|
className: `Sqb-TableName purple-name`,
|
|
7744
7742
|
onClick: e => handleUpdate(e, i),
|
|
7745
|
-
children: [v.quotes, jsx("span", {
|
|
7743
|
+
children: [v.type === Filter_TypeEnum.NOT_EXISTS ? 'not exitis ( * )' : v.quotes, jsx("span", {
|
|
7746
7744
|
style: {
|
|
7747
7745
|
fontSize: 0
|
|
7748
7746
|
},
|