@gingkoo/pandora-metabase 1.0.0-alpha.23 → 1.0.0-alpha.25
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 +4 -4
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.25
|
|
3
3
|
*/
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
import * as React from 'react';
|
|
@@ -2216,13 +2216,13 @@ const LeftJoinIcon = ({
|
|
|
2216
2216
|
})
|
|
2217
2217
|
});
|
|
2218
2218
|
const InnerJoinIcon = ({
|
|
2219
|
-
width:
|
|
2220
|
-
height:
|
|
2219
|
+
width: _width10 = 32,
|
|
2220
|
+
height: _height10 = 32,
|
|
2221
2221
|
style
|
|
2222
2222
|
}) => jsx("svg", {
|
|
2223
2223
|
viewBox: '0 0 32 32',
|
|
2224
|
-
width:
|
|
2225
|
-
height:
|
|
2224
|
+
width: _width10,
|
|
2225
|
+
height: _height10,
|
|
2226
2226
|
fill: 'currentcolor',
|
|
2227
2227
|
role: 'img',
|
|
2228
2228
|
"aria-label": 'join_inner icon',
|
|
@@ -2232,13 +2232,13 @@ const InnerJoinIcon = ({
|
|
|
2232
2232
|
})
|
|
2233
2233
|
});
|
|
2234
2234
|
const UpArrowIcon = ({
|
|
2235
|
-
width:
|
|
2236
|
-
height:
|
|
2235
|
+
width: _width11 = 16,
|
|
2236
|
+
height: _height11 = 17
|
|
2237
2237
|
}) => jsx("svg", {
|
|
2238
2238
|
className: 'sort-arrow',
|
|
2239
2239
|
viewBox: '0 0 32 34',
|
|
2240
|
-
width:
|
|
2241
|
-
height:
|
|
2240
|
+
width: _width11,
|
|
2241
|
+
height: _height11,
|
|
2242
2242
|
fill: 'currentcolor',
|
|
2243
2243
|
role: 'img',
|
|
2244
2244
|
"aria-label": 'arrow_up icon',
|
|
@@ -2247,13 +2247,13 @@ const UpArrowIcon = ({
|
|
|
2247
2247
|
})
|
|
2248
2248
|
});
|
|
2249
2249
|
const DownArrowIcon = ({
|
|
2250
|
-
width:
|
|
2251
|
-
height:
|
|
2250
|
+
width: _width12 = 16,
|
|
2251
|
+
height: _height12 = 17
|
|
2252
2252
|
}) => jsx("svg", {
|
|
2253
2253
|
className: 'sort-arrow',
|
|
2254
2254
|
viewBox: '0 0 32 34',
|
|
2255
|
-
width:
|
|
2256
|
-
height:
|
|
2255
|
+
width: _width12,
|
|
2256
|
+
height: _height12,
|
|
2257
2257
|
fill: 'currentcolor',
|
|
2258
2258
|
role: 'img',
|
|
2259
2259
|
"aria-label": 'arrow_down icon',
|
|
@@ -2262,13 +2262,13 @@ const DownArrowIcon = ({
|
|
|
2262
2262
|
})
|
|
2263
2263
|
});
|
|
2264
2264
|
const CloseIcon = ({
|
|
2265
|
-
width:
|
|
2266
|
-
height:
|
|
2265
|
+
width: _width13 = 16,
|
|
2266
|
+
height: _height13 = 16
|
|
2267
2267
|
}) => jsx("svg", {
|
|
2268
2268
|
className: 'closeIcon',
|
|
2269
2269
|
viewBox: '0 0 32 32',
|
|
2270
|
-
width:
|
|
2271
|
-
height:
|
|
2270
|
+
width: _width13,
|
|
2271
|
+
height: _height13,
|
|
2272
2272
|
fill: 'currentcolor',
|
|
2273
2273
|
role: 'img',
|
|
2274
2274
|
"aria-label": 'close icon',
|
|
@@ -2277,12 +2277,12 @@ const CloseIcon = ({
|
|
|
2277
2277
|
})
|
|
2278
2278
|
});
|
|
2279
2279
|
const AddIcon = ({
|
|
2280
|
-
width:
|
|
2281
|
-
height:
|
|
2280
|
+
width: _width14 = 16,
|
|
2281
|
+
height: _height14 = 16
|
|
2282
2282
|
}) => jsx("svg", {
|
|
2283
2283
|
viewBox: '0 0 32 32',
|
|
2284
|
-
width:
|
|
2285
|
-
height:
|
|
2284
|
+
width: _width14,
|
|
2285
|
+
height: _height14,
|
|
2286
2286
|
fill: 'currentcolor',
|
|
2287
2287
|
role: 'img',
|
|
2288
2288
|
"aria-label": 'add icon',
|
|
@@ -2291,12 +2291,12 @@ const AddIcon = ({
|
|
|
2291
2291
|
})
|
|
2292
2292
|
});
|
|
2293
2293
|
const TableIcon = ({
|
|
2294
|
-
width:
|
|
2295
|
-
height:
|
|
2294
|
+
width: _width15 = 18,
|
|
2295
|
+
height: _height15 = 18
|
|
2296
2296
|
}) => jsx("svg", {
|
|
2297
2297
|
viewBox: '0 0 32 32',
|
|
2298
|
-
width:
|
|
2299
|
-
height:
|
|
2298
|
+
width: _width15,
|
|
2299
|
+
height: _height15,
|
|
2300
2300
|
fill: 'currentcolor',
|
|
2301
2301
|
role: 'img',
|
|
2302
2302
|
"aria-label": 'table2 icon',
|
|
@@ -2305,12 +2305,12 @@ const TableIcon = ({
|
|
|
2305
2305
|
})
|
|
2306
2306
|
});
|
|
2307
2307
|
const SearchIcon = ({
|
|
2308
|
-
width:
|
|
2309
|
-
height:
|
|
2308
|
+
width: _width16 = 16,
|
|
2309
|
+
height: _height16 = 16
|
|
2310
2310
|
}) => jsx("svg", {
|
|
2311
2311
|
viewBox: '0 0 32 32',
|
|
2312
|
-
width:
|
|
2313
|
-
height:
|
|
2312
|
+
width: _width16,
|
|
2313
|
+
height: _height16,
|
|
2314
2314
|
fill: 'currentcolor',
|
|
2315
2315
|
role: 'img',
|
|
2316
2316
|
"aria-label": 'search icon',
|
|
@@ -3695,6 +3695,7 @@ function generateTrigger(PortalComponent) {
|
|
|
3695
3695
|
borderRadius: 6
|
|
3696
3696
|
},
|
|
3697
3697
|
onClick: e => this.props.closable && e.stopPropagation(),
|
|
3698
|
+
onMouseDown: e => e.stopPropagation(),
|
|
3698
3699
|
children: /*#__PURE__*/React.cloneElement(this.props.children, {
|
|
3699
3700
|
key: posKey,
|
|
3700
3701
|
didUpdate: this.didUpdate
|