react-semaphor 0.1.73 → 0.1.74
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/chunks/{dashboard-plus-DwsEdhKP.js → dashboard-plus-A8a3pEVQ.js} +2 -2
- package/dist/chunks/{dashboard-plus-B9WlHlCu.js → dashboard-plus-CC3NzmwJ.js} +4 -4
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/package.json +1 -1
|
@@ -13732,7 +13732,7 @@ function bm({ concept: t }) {
|
|
|
13732
13732
|
] });
|
|
13733
13733
|
case "pivotBy":
|
|
13734
13734
|
return /* @__PURE__ */ a("div", { className: "w-64 space-y-2", children: [
|
|
13735
|
-
/* @__PURE__ */ e("h4", { className: "text-sm font-medium", children: "Columns = Pivot By" }),
|
|
13735
|
+
/* @__PURE__ */ e("h4", { className: "text-sm font-medium", children: "Pivot Columns = Pivot By" }),
|
|
13736
13736
|
/* @__PURE__ */ e("p", { className: "text-xs text-muted-foreground", children: "Fields that split your data into multiple columns or series." }),
|
|
13737
13737
|
/* @__PURE__ */ a("div", { className: "rounded-md border bg-white p-2 dark:border-muted dark:bg-muted", children: [
|
|
13738
13738
|
/* @__PURE__ */ a("div", { className: "flex border-b pb-1 dark:border-border", children: [
|
|
@@ -13757,7 +13757,7 @@ function bm({ concept: t }) {
|
|
|
13757
13757
|
] });
|
|
13758
13758
|
case "metrics":
|
|
13759
13759
|
return /* @__PURE__ */ a("div", { className: "w-64 space-y-2", children: [
|
|
13760
|
-
/* @__PURE__ */ e("h4", { className: "text-sm font-medium", children: "
|
|
13760
|
+
/* @__PURE__ */ e("h4", { className: "text-sm font-medium", children: "Metric Values (Cells)" }),
|
|
13761
13761
|
/* @__PURE__ */ e("p", { className: "text-xs text-muted-foreground", children: "Fields that represent the values shown in your visualization." }),
|
|
13762
13762
|
/* @__PURE__ */ a("div", { className: "rounded-md border bg-white p-2 dark:border-muted dark:bg-muted", children: [
|
|
13763
13763
|
/* @__PURE__ */ a("div", { className: "grid grid-cols-4 gap-1", children: [
|
|
@@ -14363,7 +14363,7 @@ function Cm({
|
|
|
14363
14363
|
label: "Metric",
|
|
14364
14364
|
placeholder: "Drop field for KPI"
|
|
14365
14365
|
} : {
|
|
14366
|
-
label: "
|
|
14366
|
+
label: "Columns",
|
|
14367
14367
|
placeholder: "Drop fields to measure"
|
|
14368
14368
|
};
|
|
14369
14369
|
return /* @__PURE__ */ a(
|
|
@@ -14395,7 +14395,7 @@ function Cm({
|
|
|
14395
14395
|
{
|
|
14396
14396
|
zone: "pivotBy",
|
|
14397
14397
|
fields: s,
|
|
14398
|
-
label: "Columns",
|
|
14398
|
+
label: "Pivot Columns",
|
|
14399
14399
|
placeholder: "Drop fields to pivot data",
|
|
14400
14400
|
activeField: l
|
|
14401
14401
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-C_lgt5ew.js"),v=require("./types/index.cjs"),c=require("./chunks/dashboard-plus-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-C_lgt5ew.js"),v=require("./types/index.cjs"),c=require("./chunks/dashboard-plus-A8a3pEVQ.js"),a=require("react/jsx-runtime"),x=require("react");require("react-dom");function j(r){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const s in r)if(s!=="default"){const i=Object.getOwnPropertyDescriptor(r,s);Object.defineProperty(t,s,i.get?i:{enumerable:!0,get:()=>r[s]})}}return t.default=r,Object.freeze(t)}const p=j(x);/**
|
|
2
2
|
* @license lucide-react v0.453.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as x, E as y, F as N, S as w, U as A, a as L, C as _, u as E, b as v, d as P, P as k, e as W, B as F, f as M, g as R, h as O, i as Q, j as V, I as B, k as I, l as j, m as q, n as U, o as z } from "./chunks/index-DVu3gyw9.js";
|
|
2
2
|
import { D as ne, v as ie, R as de, r as le, r as ce, s as Ye, a0 as ue, L as he, x as pe, z as fe, N as me, M as Me, T as Ce, V as De, K as ve, w as ye, J as ge, O as be, H as Te, G as Se, A as xe, W as Ne, Q as we, t as Ae, Y as Le, _ as _e, Z as Ee, $ as Pe, y as ke, p as We, a2 as Fe, X as Re, a1 as Oe, q as Qe } from "./chunks/index-DVu3gyw9.js";
|
|
3
3
|
import { EMPTY_SELECTION as Be } from "./types/index.js";
|
|
4
|
-
import { A as je, R as qe, S as Ue, D as ze, V as Ge, c as He, g as $e } from "./chunks/dashboard-plus-
|
|
4
|
+
import { A as je, R as qe, S as Ue, D as ze, V as Ge, c as He, g as $e } from "./chunks/dashboard-plus-CC3NzmwJ.js";
|
|
5
5
|
import { jsx as e, jsxs as d } from "react/jsx-runtime";
|
|
6
6
|
import * as h from "react";
|
|
7
7
|
import { useMemo as G } from "react";
|
package/dist/surfboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-A8a3pEVQ.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED