@gingkoo/pandora-metabase 1.0.0-alpha.26 → 1.0.0-alpha.28
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 +30 -29
- package/lib/es/index.js.map +1 -1
- package/package.json +2 -2
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.28
|
|
3
3
|
*/
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
import * as React from 'react';
|
|
@@ -2264,13 +2264,13 @@ const LeftJoinIcon = ({
|
|
|
2264
2264
|
})
|
|
2265
2265
|
});
|
|
2266
2266
|
const InnerJoinIcon = ({
|
|
2267
|
-
width:
|
|
2268
|
-
height:
|
|
2267
|
+
width: _width10 = 32,
|
|
2268
|
+
height: _height10 = 32,
|
|
2269
2269
|
style
|
|
2270
2270
|
}) => jsx("svg", {
|
|
2271
2271
|
viewBox: '0 0 32 32',
|
|
2272
|
-
width:
|
|
2273
|
-
height:
|
|
2272
|
+
width: _width10,
|
|
2273
|
+
height: _height10,
|
|
2274
2274
|
fill: 'currentcolor',
|
|
2275
2275
|
role: 'img',
|
|
2276
2276
|
"aria-label": 'join_inner icon',
|
|
@@ -2280,13 +2280,13 @@ const InnerJoinIcon = ({
|
|
|
2280
2280
|
})
|
|
2281
2281
|
});
|
|
2282
2282
|
const UpArrowIcon = ({
|
|
2283
|
-
width:
|
|
2284
|
-
height:
|
|
2283
|
+
width: _width11 = 16,
|
|
2284
|
+
height: _height11 = 17
|
|
2285
2285
|
}) => jsx("svg", {
|
|
2286
2286
|
className: 'sort-arrow',
|
|
2287
2287
|
viewBox: '0 0 32 34',
|
|
2288
|
-
width:
|
|
2289
|
-
height:
|
|
2288
|
+
width: _width11,
|
|
2289
|
+
height: _height11,
|
|
2290
2290
|
fill: 'currentcolor',
|
|
2291
2291
|
role: 'img',
|
|
2292
2292
|
"aria-label": 'arrow_up icon',
|
|
@@ -2295,13 +2295,13 @@ const UpArrowIcon = ({
|
|
|
2295
2295
|
})
|
|
2296
2296
|
});
|
|
2297
2297
|
const DownArrowIcon = ({
|
|
2298
|
-
width:
|
|
2299
|
-
height:
|
|
2298
|
+
width: _width12 = 16,
|
|
2299
|
+
height: _height12 = 17
|
|
2300
2300
|
}) => jsx("svg", {
|
|
2301
2301
|
className: 'sort-arrow',
|
|
2302
2302
|
viewBox: '0 0 32 34',
|
|
2303
|
-
width:
|
|
2304
|
-
height:
|
|
2303
|
+
width: _width12,
|
|
2304
|
+
height: _height12,
|
|
2305
2305
|
fill: 'currentcolor',
|
|
2306
2306
|
role: 'img',
|
|
2307
2307
|
"aria-label": 'arrow_down icon',
|
|
@@ -2310,13 +2310,13 @@ const DownArrowIcon = ({
|
|
|
2310
2310
|
})
|
|
2311
2311
|
});
|
|
2312
2312
|
const CloseIcon = ({
|
|
2313
|
-
width:
|
|
2314
|
-
height:
|
|
2313
|
+
width: _width13 = 16,
|
|
2314
|
+
height: _height13 = 16
|
|
2315
2315
|
}) => jsx("svg", {
|
|
2316
2316
|
className: 'closeIcon',
|
|
2317
2317
|
viewBox: '0 0 32 32',
|
|
2318
|
-
width:
|
|
2319
|
-
height:
|
|
2318
|
+
width: _width13,
|
|
2319
|
+
height: _height13,
|
|
2320
2320
|
fill: 'currentcolor',
|
|
2321
2321
|
role: 'img',
|
|
2322
2322
|
"aria-label": 'close icon',
|
|
@@ -2325,12 +2325,12 @@ const CloseIcon = ({
|
|
|
2325
2325
|
})
|
|
2326
2326
|
});
|
|
2327
2327
|
const AddIcon = ({
|
|
2328
|
-
width:
|
|
2329
|
-
height:
|
|
2328
|
+
width: _width14 = 16,
|
|
2329
|
+
height: _height14 = 16
|
|
2330
2330
|
}) => jsx("svg", {
|
|
2331
2331
|
viewBox: '0 0 32 32',
|
|
2332
|
-
width:
|
|
2333
|
-
height:
|
|
2332
|
+
width: _width14,
|
|
2333
|
+
height: _height14,
|
|
2334
2334
|
fill: 'currentcolor',
|
|
2335
2335
|
role: 'img',
|
|
2336
2336
|
"aria-label": 'add icon',
|
|
@@ -2339,12 +2339,12 @@ const AddIcon = ({
|
|
|
2339
2339
|
})
|
|
2340
2340
|
});
|
|
2341
2341
|
const TableIcon = ({
|
|
2342
|
-
width:
|
|
2343
|
-
height:
|
|
2342
|
+
width: _width15 = 18,
|
|
2343
|
+
height: _height15 = 18
|
|
2344
2344
|
}) => jsx("svg", {
|
|
2345
2345
|
viewBox: '0 0 32 32',
|
|
2346
|
-
width:
|
|
2347
|
-
height:
|
|
2346
|
+
width: _width15,
|
|
2347
|
+
height: _height15,
|
|
2348
2348
|
fill: 'currentcolor',
|
|
2349
2349
|
role: 'img',
|
|
2350
2350
|
"aria-label": 'table2 icon',
|
|
@@ -2353,12 +2353,12 @@ const TableIcon = ({
|
|
|
2353
2353
|
})
|
|
2354
2354
|
});
|
|
2355
2355
|
const SearchIcon = ({
|
|
2356
|
-
width:
|
|
2357
|
-
height:
|
|
2356
|
+
width: _width16 = 16,
|
|
2357
|
+
height: _height16 = 16
|
|
2358
2358
|
}) => jsx("svg", {
|
|
2359
2359
|
viewBox: '0 0 32 32',
|
|
2360
|
-
width:
|
|
2361
|
-
height:
|
|
2360
|
+
width: _width16,
|
|
2361
|
+
height: _height16,
|
|
2362
2362
|
fill: 'currentcolor',
|
|
2363
2363
|
role: 'img',
|
|
2364
2364
|
"aria-label": 'search icon',
|
|
@@ -3743,6 +3743,7 @@ function generateTrigger(PortalComponent) {
|
|
|
3743
3743
|
borderRadius: 6
|
|
3744
3744
|
},
|
|
3745
3745
|
onClick: e => this.props.closable && e.stopPropagation(),
|
|
3746
|
+
onMouseDown: e => e.stopPropagation(),
|
|
3746
3747
|
children: /*#__PURE__*/React.cloneElement(this.props.children, {
|
|
3747
3748
|
key: posKey,
|
|
3748
3749
|
didUpdate: this.didUpdate
|