@carto/ps-react-ui 5.0.0-widgets.5 → 5.0.0-widgets.6
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/dist/{error-DGzuzmn1.js → error-G3sy6lw3.js} +2 -2
- package/dist/{error-DGzuzmn1.js.map → error-G3sy6lw3.js.map} +1 -1
- package/dist/{no-data-BBAoT1vK.js → no-data-DfkC_Kc_.js} +2 -2
- package/dist/{no-data-BBAoT1vK.js.map → no-data-DfkC_Kc_.js.map} +1 -1
- package/dist/{row-C_m1ovHv.js → row-B9hTUitn.js} +2 -2
- package/dist/{row-C_m1ovHv.js.map → row-B9hTUitn.js.map} +1 -1
- package/dist/{series-6xp-KQ0S.js → series-DojKkd_o.js} +3 -3
- package/dist/{series-6xp-KQ0S.js.map → series-DojKkd_o.js.map} +1 -1
- package/dist/types/widgets/category/config.d.ts +1 -0
- package/dist/types/widgets/category/types.d.ts +1 -0
- package/dist/types/widgets/stores/types.d.ts +0 -75
- package/dist/types/widgets/table/hooks/use-pagination.d.ts +1 -7
- package/dist/types/widgets/table/hooks/use-selection.d.ts +0 -2
- package/dist/types/widgets/table/hooks/use-sort.d.ts +1 -7
- package/dist/types/widgets/table/types.d.ts +16 -5
- package/dist/widget-store-Dd7_sWZT.js +132 -0
- package/dist/widget-store-Dd7_sWZT.js.map +1 -0
- package/dist/widgets/actions.js +1 -1
- package/dist/widgets/bar.js +1 -1
- package/dist/widgets/category.js +134 -128
- package/dist/widgets/category.js.map +1 -1
- package/dist/widgets/echart.js +1 -1
- package/dist/widgets/error.js +1 -1
- package/dist/widgets/formula.js +3 -3
- package/dist/widgets/histogram.js +1 -1
- package/dist/widgets/markdown.js +1 -1
- package/dist/widgets/no-data.js +1 -1
- package/dist/widgets/pie.js +1 -1
- package/dist/widgets/range.js +2 -2
- package/dist/widgets/root.js +1 -1
- package/dist/widgets/scatterplot.js +1 -1
- package/dist/widgets/skeleton-loader.js +1 -1
- package/dist/widgets/spread.js +3 -3
- package/dist/widgets/stores.js +1 -1
- package/dist/widgets/table.js +499 -488
- package/dist/widgets/table.js.map +1 -1
- package/dist/widgets/timeseries.js +1 -1
- package/dist/widgets/wrapper.js +1 -1
- package/dist/widgets.js +3 -3
- package/package.json +1 -1
- package/dist/widget-store-DNyVElxd.js +0 -190
- package/dist/widget-store-DNyVElxd.js.map +0 -1
package/dist/widgets/formula.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { I as F, S as D, P, a as W } from "../series-
|
|
1
|
+
import { I as F, S as D, P, a as W } from "../series-DojKkd_o.js";
|
|
2
2
|
import { jsx as l, jsxs as k, Fragment as C } from "react/jsx-runtime";
|
|
3
3
|
import { c as S } from "react/compiler-runtime";
|
|
4
|
-
import { u as y } from "../widget-store-
|
|
4
|
+
import { u as y } from "../widget-store-Dd7_sWZT.js";
|
|
5
5
|
import { useShallow as R } from "zustand/shallow";
|
|
6
|
-
import { R as T, s as _ } from "../row-
|
|
6
|
+
import { R as T, s as _ } from "../row-B9hTUitn.js";
|
|
7
7
|
import { Box as p, Skeleton as $ } from "@mui/material";
|
|
8
8
|
import "@mui/icons-material";
|
|
9
9
|
import { useRef as b, useEffect as j } from "react";
|
|
@@ -2,7 +2,7 @@ import { jsx as o, jsxs as c } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as f } from "react/compiler-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "echarts";
|
|
5
|
-
import "../widget-store-
|
|
5
|
+
import "../widget-store-Dd7_sWZT.js";
|
|
6
6
|
import "zustand/shallow";
|
|
7
7
|
import { g as m } from "../options-D9wflre6.js";
|
|
8
8
|
import { m as g } from "../utils-Dv5Z47UQ.js";
|
package/dist/widgets/markdown.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as i, jsxs as f } from "react/jsx-runtime";
|
|
2
2
|
import { c } from "react/compiler-runtime";
|
|
3
|
-
import { u } from "../widget-store-
|
|
3
|
+
import { u } from "../widget-store-Dd7_sWZT.js";
|
|
4
4
|
import { useShallow as g } from "zustand/shallow";
|
|
5
5
|
import { ListItem as w, List as d, Link as k, Typography as m, Skeleton as s, Box as y } from "@mui/material";
|
|
6
6
|
import S from "react-markdown";
|
package/dist/widgets/no-data.js
CHANGED
package/dist/widgets/pie.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsxs as c, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as x } from "react/compiler-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "echarts";
|
|
5
|
-
import "../widget-store-
|
|
5
|
+
import "../widget-store-Dd7_sWZT.js";
|
|
6
6
|
import "zustand/shallow";
|
|
7
7
|
import { g as y } from "../options-D9wflre6.js";
|
|
8
8
|
import { m as _ } from "../utils-Dv5Z47UQ.js";
|
package/dist/widgets/range.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as g, jsxs as P } from "react/jsx-runtime";
|
|
2
2
|
import { c as j } from "react/compiler-runtime";
|
|
3
|
-
import { R as Z } from "../row-
|
|
3
|
+
import { R as Z } from "../row-B9hTUitn.js";
|
|
4
4
|
import { Box as $, Slider as ee, TextField as te, Skeleton as G } from "@mui/material";
|
|
5
5
|
import { useState as Q } from "react";
|
|
6
|
-
import { u as H } from "../widget-store-
|
|
6
|
+
import { u as H } from "../widget-store-Dd7_sWZT.js";
|
|
7
7
|
import { useShallow as ne } from "zustand/shallow";
|
|
8
8
|
const _ = {
|
|
9
9
|
rangeItem: {
|
package/dist/widgets/root.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as L } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as W } from "react/compiler-runtime";
|
|
3
3
|
import { Box as _ } from "@mui/material";
|
|
4
4
|
import { useEffect as n } from "react";
|
|
5
|
-
import { u as b } from "../widget-store-
|
|
5
|
+
import { u as b } from "../widget-store-Dd7_sWZT.js";
|
|
6
6
|
import { d as w } from "../cjs-D9ro6BXv.js";
|
|
7
7
|
const P = {
|
|
8
8
|
root: {
|
|
@@ -2,7 +2,7 @@ import { jsxs as p, jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as f } from "react/compiler-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "echarts";
|
|
5
|
-
import "../widget-store-
|
|
5
|
+
import "../widget-store-Dd7_sWZT.js";
|
|
6
6
|
import "zustand/shallow";
|
|
7
7
|
import { g } from "../options-D9wflre6.js";
|
|
8
8
|
import { m } from "../utils-Dv5Z47UQ.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { c as f } from "react/compiler-runtime";
|
|
3
|
-
import { u as m } from "../widget-store-
|
|
3
|
+
import { u as m } from "../widget-store-Dd7_sWZT.js";
|
|
4
4
|
import { Suspense as u } from "react";
|
|
5
5
|
import { useShallow as d } from "zustand/shallow";
|
|
6
6
|
function h(l) {
|
package/dist/widgets/spread.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as f, jsxs as W, Fragment as v } from "react/jsx-runtime";
|
|
2
2
|
import { c as h } from "react/compiler-runtime";
|
|
3
|
-
import { I as w, S as M, P as k, a as C } from "../series-
|
|
4
|
-
import { u as y } from "../widget-store-
|
|
3
|
+
import { I as w, S as M, P as k, a as C } from "../series-DojKkd_o.js";
|
|
4
|
+
import { u as y } from "../widget-store-Dd7_sWZT.js";
|
|
5
5
|
import { useShallow as P } from "zustand/shallow";
|
|
6
6
|
import { Box as T, Skeleton as F } from "@mui/material";
|
|
7
|
-
import { R } from "../row-
|
|
7
|
+
import { R } from "../row-B9hTUitn.js";
|
|
8
8
|
import "@mui/icons-material";
|
|
9
9
|
import { useRef as V, useEffect as _ } from "react";
|
|
10
10
|
import "react-markdown";
|
package/dist/widgets/stores.js
CHANGED