cm-reporting 0.7.7 → 0.7.8
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/cm-reporting.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12302,7 +12302,7 @@ function Ok({ steps: e, currentKey: t, purposeTip: n, onChange: o }) {
|
|
|
12302
12302
|
flexShrink: 0
|
|
12303
12303
|
},
|
|
12304
12304
|
children: /* @__PURE__ */ B("div", { className: "step-nav-inner", children: [
|
|
12305
|
-
i && /* @__PURE__ */ f("
|
|
12305
|
+
i && /* @__PURE__ */ f($e, { color: "blue", className: "step-nav-purpose-tip", children: n }),
|
|
12306
12306
|
/* @__PURE__ */ f(
|
|
12307
12307
|
Gu,
|
|
12308
12308
|
{
|
|
@@ -12547,6 +12547,7 @@ function Yk({
|
|
|
12547
12547
|
onStepChange: A,
|
|
12548
12548
|
purposeTip: C ? u(C) : void 0,
|
|
12549
12549
|
maxContentWidth: s,
|
|
12550
|
+
className: t ? "cm-reporting-readonly" : void 0,
|
|
12550
12551
|
bottomSlot: t || !n ? void 0 : /* @__PURE__ */ f(
|
|
12551
12552
|
Bk,
|
|
12552
12553
|
{
|