@cubejs-client/playground 1.2.31 → 1.2.33
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/build/assets/{index-D5mqsNRh.js → index-D-LJk-ox.js} +74 -113
- package/build/index.html +1 -1
- package/build/vizard/download/react-typescript-antd-table.zip +0 -0
- package/build/vizard/download/react-typescript-chartjs-area+bar+doughnut+line+pie.zip +0 -0
- package/lib/.tsbuildinfo +1 -1
- package/lib/QueryBuilderV2/components/ListButton.d.ts +8 -8
- package/lib/QueryBuilderV2/components/ListMemberButton.d.ts +8 -8
- package/lib/QueryBuilderV2/components/ScrollableArea.d.ts +8 -8
- package/package.json +4 -4
- package/public/vizard/download/react-typescript-antd-table.zip +0 -0
- package/public/vizard/download/react-typescript-chartjs-area+bar+doughnut+line+pie.zip +0 -0
|
@@ -66,7 +66,7 @@ export declare const ListButton: import("react").ComponentType<{
|
|
|
66
66
|
"aria-colindextext"?: string | undefined;
|
|
67
67
|
"aria-colspan"?: number | undefined;
|
|
68
68
|
"aria-controls"?: string | undefined;
|
|
69
|
-
"aria-current"?: boolean | "time" | "location" | "
|
|
69
|
+
"aria-current"?: boolean | "time" | "location" | "page" | "step" | "true" | "false" | "date" | undefined;
|
|
70
70
|
"aria-describedby"?: string | undefined;
|
|
71
71
|
"aria-description"?: string | undefined;
|
|
72
72
|
"aria-details"?: string | undefined;
|
|
@@ -289,15 +289,11 @@ export declare const ListButton: import("react").ComponentType<{
|
|
|
289
289
|
fontStyle?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.FontStyle | undefined>;
|
|
290
290
|
fontWeight?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.FontWeight | undefined>;
|
|
291
291
|
height?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | undefined>;
|
|
292
|
-
inset?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
293
292
|
justifyContent?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.JustifyContent | undefined>;
|
|
294
293
|
justifyItems?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.JustifyItems | undefined>;
|
|
295
294
|
justifySelf?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
|
296
295
|
opacity?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
|
297
296
|
order?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
|
298
|
-
paddingBlock?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
299
|
-
paddingInline?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
300
|
-
placeContent?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
|
301
297
|
position?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
|
302
298
|
rowGap?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
|
303
299
|
textAlign?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
|
@@ -312,9 +308,13 @@ export declare const ListButton: import("react").ComponentType<{
|
|
|
312
308
|
gridColumn?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
|
313
309
|
gridRow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
|
314
310
|
gridTemplate?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
|
311
|
+
inset?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
315
312
|
margin?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
316
313
|
overflow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
|
317
314
|
padding?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
315
|
+
paddingBlock?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
316
|
+
paddingInline?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
317
|
+
placeContent?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
|
318
318
|
placeItems?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
|
319
319
|
placeSelf?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
320
320
|
fade?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | undefined>;
|
|
@@ -322,13 +322,13 @@ export declare const ListButton: import("react").ComponentType<{
|
|
|
322
322
|
hide?: import("@cube-dev/ui-kit").ResponsiveStyleValue<boolean | undefined>;
|
|
323
323
|
shadow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | undefined>;
|
|
324
324
|
radius?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | true | undefined>;
|
|
325
|
-
flow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "wrap" | "row" | "column" | "column-reverse" | "nowrap" | "row-reverse" | "wrap-reverse" | "dense" | undefined>;
|
|
325
|
+
flow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "wrap" | "row" | "column" | "column-reverse" | "nowrap" | "row-reverse" | "wrap-reverse" | "dense" | undefined>;
|
|
326
326
|
gridAreas?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplateAreas | undefined>;
|
|
327
327
|
gridColumns?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | undefined>;
|
|
328
328
|
gridRows?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | undefined>;
|
|
329
329
|
preset?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | undefined>;
|
|
330
|
-
align?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
|
|
331
|
-
justify?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "left" | "right" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
|
|
330
|
+
align?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
|
|
331
|
+
justify?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "left" | "right" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
|
|
332
332
|
styles?: import("@cube-dev/ui-kit").Styles | undefined;
|
|
333
333
|
block?: boolean | undefined;
|
|
334
334
|
inline?: boolean | undefined;
|
|
@@ -66,7 +66,7 @@ export declare const ListMemberButton: import("react").ComponentType<{
|
|
|
66
66
|
"aria-colindextext"?: string | undefined;
|
|
67
67
|
"aria-colspan"?: number | undefined;
|
|
68
68
|
"aria-controls"?: string | undefined;
|
|
69
|
-
"aria-current"?: boolean | "time" | "location" | "
|
|
69
|
+
"aria-current"?: boolean | "time" | "location" | "page" | "step" | "true" | "false" | "date" | undefined;
|
|
70
70
|
"aria-describedby"?: string | undefined;
|
|
71
71
|
"aria-description"?: string | undefined;
|
|
72
72
|
"aria-details"?: string | undefined;
|
|
@@ -289,15 +289,11 @@ export declare const ListMemberButton: import("react").ComponentType<{
|
|
|
289
289
|
fontStyle?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.FontStyle | undefined>;
|
|
290
290
|
fontWeight?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.FontWeight | undefined>;
|
|
291
291
|
height?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | undefined>;
|
|
292
|
-
inset?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
293
292
|
justifyContent?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.JustifyContent | undefined>;
|
|
294
293
|
justifyItems?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.JustifyItems | undefined>;
|
|
295
294
|
justifySelf?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
|
296
295
|
opacity?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
|
297
296
|
order?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
|
298
|
-
paddingBlock?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
299
|
-
paddingInline?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
300
|
-
placeContent?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
|
301
297
|
position?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
|
302
298
|
rowGap?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
|
303
299
|
textAlign?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
|
@@ -312,9 +308,13 @@ export declare const ListMemberButton: import("react").ComponentType<{
|
|
|
312
308
|
gridColumn?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
|
313
309
|
gridRow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
|
314
310
|
gridTemplate?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
|
311
|
+
inset?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
315
312
|
margin?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
316
313
|
overflow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
|
317
314
|
padding?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
315
|
+
paddingBlock?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
316
|
+
paddingInline?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
317
|
+
placeContent?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
|
318
318
|
placeItems?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
|
319
319
|
placeSelf?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
320
320
|
fade?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | undefined>;
|
|
@@ -322,13 +322,13 @@ export declare const ListMemberButton: import("react").ComponentType<{
|
|
|
322
322
|
hide?: import("@cube-dev/ui-kit").ResponsiveStyleValue<boolean | undefined>;
|
|
323
323
|
shadow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | undefined>;
|
|
324
324
|
radius?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | true | undefined>;
|
|
325
|
-
flow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "wrap" | "row" | "column" | "column-reverse" | "nowrap" | "row-reverse" | "wrap-reverse" | "dense" | undefined>;
|
|
325
|
+
flow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "wrap" | "row" | "column" | "column-reverse" | "nowrap" | "row-reverse" | "wrap-reverse" | "dense" | undefined>;
|
|
326
326
|
gridAreas?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplateAreas | undefined>;
|
|
327
327
|
gridColumns?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | undefined>;
|
|
328
328
|
gridRows?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | undefined>;
|
|
329
329
|
preset?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | undefined>;
|
|
330
|
-
align?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
|
|
331
|
-
justify?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "left" | "right" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
|
|
330
|
+
align?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
|
|
331
|
+
justify?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "left" | "right" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
|
|
332
332
|
styles?: import("@cube-dev/ui-kit").Styles | undefined;
|
|
333
333
|
block?: boolean | undefined;
|
|
334
334
|
inline?: boolean | undefined;
|
|
@@ -66,7 +66,7 @@ export declare const ScrollableArea: import("react").ComponentType<{
|
|
|
66
66
|
"aria-colindextext"?: string | undefined;
|
|
67
67
|
"aria-colspan"?: number | undefined;
|
|
68
68
|
"aria-controls"?: string | undefined;
|
|
69
|
-
"aria-current"?: boolean | "time" | "location" | "
|
|
69
|
+
"aria-current"?: boolean | "time" | "location" | "page" | "step" | "true" | "false" | "date" | undefined;
|
|
70
70
|
"aria-describedby"?: string | undefined;
|
|
71
71
|
"aria-description"?: string | undefined;
|
|
72
72
|
"aria-details"?: string | undefined;
|
|
@@ -286,15 +286,11 @@ export declare const ScrollableArea: import("react").ComponentType<{
|
|
|
286
286
|
flexGrow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.FlexGrow | undefined>;
|
|
287
287
|
flexShrink?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.FlexShrink | undefined>;
|
|
288
288
|
height?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | undefined>;
|
|
289
|
-
inset?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
290
289
|
justifyContent?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.JustifyContent | undefined>;
|
|
291
290
|
justifyItems?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.JustifyItems | undefined>;
|
|
292
291
|
justifySelf?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
|
293
292
|
opacity?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
|
294
293
|
order?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
|
295
|
-
paddingBlock?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
296
|
-
paddingInline?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
297
|
-
placeContent?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
|
298
294
|
position?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
|
299
295
|
rowGap?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
|
300
296
|
textAlign?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
|
@@ -308,9 +304,13 @@ export declare const ScrollableArea: import("react").ComponentType<{
|
|
|
308
304
|
gridColumn?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
|
309
305
|
gridRow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
|
310
306
|
gridTemplate?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
|
307
|
+
inset?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
311
308
|
margin?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
312
309
|
overflow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
|
313
310
|
padding?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
311
|
+
paddingBlock?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
312
|
+
paddingInline?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
313
|
+
placeContent?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
|
314
314
|
placeItems?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
|
315
315
|
placeSelf?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
316
316
|
fade?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | undefined>;
|
|
@@ -318,13 +318,13 @@ export declare const ScrollableArea: import("react").ComponentType<{
|
|
|
318
318
|
hide?: import("@cube-dev/ui-kit").ResponsiveStyleValue<boolean | undefined>;
|
|
319
319
|
shadow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | undefined>;
|
|
320
320
|
radius?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | true | undefined>;
|
|
321
|
-
flow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "wrap" | "row" | "column" | "column-reverse" | "nowrap" | "row-reverse" | "wrap-reverse" | "dense" | undefined>;
|
|
321
|
+
flow?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "wrap" | "row" | "column" | "column-reverse" | "nowrap" | "row-reverse" | "wrap-reverse" | "dense" | undefined>;
|
|
322
322
|
gridAreas?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplateAreas | undefined>;
|
|
323
323
|
gridColumns?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | undefined>;
|
|
324
324
|
gridRows?: import("@cube-dev/ui-kit").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | undefined>;
|
|
325
325
|
preset?: import("@cube-dev/ui-kit").ResponsiveStyleValue<string | undefined>;
|
|
326
|
-
align?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
|
|
327
|
-
justify?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "left" | "right" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
|
|
326
|
+
align?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
|
|
327
|
+
justify?: import("@cube-dev/ui-kit").ResponsiveStyleValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "left" | "right" | "center" | "start" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
|
|
328
328
|
styles?: import("@cube-dev/ui-kit").Styles | undefined;
|
|
329
329
|
block?: boolean | undefined;
|
|
330
330
|
inline?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/playground",
|
|
3
3
|
"author": "Cube Dev, Inc.",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.33",
|
|
5
5
|
"engines": {},
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@ant-design/compatible": "^1.0.1",
|
|
69
69
|
"@ant-design/icons": "^5.3.5",
|
|
70
70
|
"@cube-dev/ui-kit": "0.52.3",
|
|
71
|
-
"@cubejs-client/core": "1.2.
|
|
72
|
-
"@cubejs-client/react": "1.2.
|
|
71
|
+
"@cubejs-client/core": "1.2.33",
|
|
72
|
+
"@cubejs-client/react": "1.2.33",
|
|
73
73
|
"@types/flexsearch": "^0.7.3",
|
|
74
74
|
"@types/node": "^18",
|
|
75
75
|
"@types/react": "^18.3.4",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"react-dom": ">=18.0.0",
|
|
109
109
|
"styled-components": ">=6.0.0"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "4d1b17ad5da5fc662e6249a43546aecd954cdfc2"
|
|
112
112
|
}
|
|
Binary file
|