cecomponent 1.0.189 → 1.0.191
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.
|
@@ -4182,7 +4182,8 @@ const CEInputBox = ({
|
|
|
4182
4182
|
name: R,
|
|
4183
4183
|
className: `validated-input-field ${ee ? "input-error" : ""}`,
|
|
4184
4184
|
disabled: m,
|
|
4185
|
-
style: X
|
|
4185
|
+
style: X,
|
|
4186
|
+
maxLength: o
|
|
4186
4187
|
}
|
|
4187
4188
|
) : /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
4188
4189
|
"input",
|
|
@@ -40104,7 +40105,7 @@ const CESkeletonTable = ({ columns: e, rows: t }) => /* @__PURE__ */ jsxRuntimeE
|
|
|
40104
40105
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "date-range-field-group", style: u, children: d === "single" ? /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
40105
40106
|
"div",
|
|
40106
40107
|
{
|
|
40107
|
-
className:
|
|
40108
|
+
className: "field-box ",
|
|
40108
40109
|
style: ee,
|
|
40109
40110
|
children: [
|
|
40110
40111
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -40130,7 +40131,7 @@ const CESkeletonTable = ({ columns: e, rows: t }) => /* @__PURE__ */ jsxRuntimeE
|
|
|
40130
40131
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
40131
40132
|
"div",
|
|
40132
40133
|
{
|
|
40133
|
-
className:
|
|
40134
|
+
className: "field-box ",
|
|
40134
40135
|
style: ee,
|
|
40135
40136
|
children: [
|
|
40136
40137
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -40145,7 +40146,7 @@ const CESkeletonTable = ({ columns: e, rows: t }) => /* @__PURE__ */ jsxRuntimeE
|
|
|
40145
40146
|
disabled: g
|
|
40146
40147
|
}
|
|
40147
40148
|
),
|
|
40148
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(X, { text: "From", float:
|
|
40149
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(X, { text: "From", float: !0, showTooltip: !0 })
|
|
40149
40150
|
]
|
|
40150
40151
|
}
|
|
40151
40152
|
),
|
|
@@ -40153,7 +40154,7 @@ const CESkeletonTable = ({ columns: e, rows: t }) => /* @__PURE__ */ jsxRuntimeE
|
|
|
40153
40154
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
40154
40155
|
"div",
|
|
40155
40156
|
{
|
|
40156
|
-
className:
|
|
40157
|
+
className: "field-box ",
|
|
40157
40158
|
style: ee,
|
|
40158
40159
|
children: [
|
|
40159
40160
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -40168,7 +40169,7 @@ const CESkeletonTable = ({ columns: e, rows: t }) => /* @__PURE__ */ jsxRuntimeE
|
|
|
40168
40169
|
disabled: g
|
|
40169
40170
|
}
|
|
40170
40171
|
),
|
|
40171
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(X, { text: "To", float:
|
|
40172
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(X, { text: "To", float: !0, showTooltip: !1 })
|
|
40172
40173
|
]
|
|
40173
40174
|
}
|
|
40174
40175
|
)
|
|
@@ -42730,25 +42731,7 @@ const CESkeletonTable = ({ columns: e, rows: t }) => /* @__PURE__ */ jsxRuntimeE
|
|
|
42730
42731
|
children: "×"
|
|
42731
42732
|
}
|
|
42732
42733
|
),
|
|
42733
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "dropdown-toggle-icon", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
42734
|
-
"svg",
|
|
42735
|
-
{
|
|
42736
|
-
width: "24",
|
|
42737
|
-
height: "25",
|
|
42738
|
-
viewBox: "0 0 24 25",
|
|
42739
|
-
fill: "none",
|
|
42740
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
42741
|
-
className: `dropdown-icon-img ${E ? "rotate-icon" : ""}`,
|
|
42742
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
42743
|
-
"path",
|
|
42744
|
-
{
|
|
42745
|
-
d: "M8.12021 9.79006L12.0002 13.6701L15.8802 9.79006C16.2702 9.40006 16.9002 9.40006 17.2902 9.79006C17.6802 10.1801 17.6802 10.8101 17.2902 11.2001L12.7002 15.7901C12.3102 16.1801 11.6802 16.1801 11.2902 15.7901L6.70021 11.2001C6.31021 10.8101 6.31021 10.1801 6.70021 9.79006C7.09021 9.41006 7.73021 9.40006 8.12021 9.79006Z",
|
|
42746
|
-
fill: "black",
|
|
42747
|
-
fillOpacity: "0.54"
|
|
42748
|
-
}
|
|
42749
|
-
)
|
|
42750
|
-
}
|
|
42751
|
-
) }),
|
|
42734
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "dropdown-toggle-icon", children: /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M6 9l6 6 6-6" }) }) }),
|
|
42752
42735
|
E && /* @__PURE__ */ jsxRuntimeExports.jsxs("ul", { className: "dropdown-options", children: [
|
|
42753
42736
|
i && _ && /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
42754
42737
|
"li",
|
|
@@ -44265,7 +44248,7 @@ const CEAdvancedMultiSelectDropdown = ({
|
|
|
44265
44248
|
{
|
|
44266
44249
|
className: "dropdown-toggle-icon",
|
|
44267
44250
|
onClick: () => p((R) => !R),
|
|
44268
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "
|
|
44251
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M6 9l6 6 6-6" }) })
|
|
44269
44252
|
}
|
|
44270
44253
|
)
|
|
44271
44254
|
] })
|
|
@@ -44355,7 +44338,7 @@ const CEAdvancedMultiSelectDropdown = ({
|
|
|
44355
44338
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
44356
44339
|
"div",
|
|
44357
44340
|
{
|
|
44358
|
-
className: `autocomplete-wrapper ${g || d ? "focused" : ""} ${n.length > 0 ? "has-value" : ""}`,
|
|
44341
|
+
className: `autocomplete-wrapper ${g || d ? "focused" : ""} ${n.length > 0 ? "has-value has-clear" : ""}`,
|
|
44359
44342
|
onClick: () => m(!0),
|
|
44360
44343
|
children: [
|
|
44361
44344
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("label", { className: "autocomplete-label", children: [
|
|
@@ -44399,7 +44382,7 @@ const CEAdvancedMultiSelectDropdown = ({
|
|
|
44399
44382
|
onClick: (I) => {
|
|
44400
44383
|
I.stopPropagation(), m((M) => !M);
|
|
44401
44384
|
},
|
|
44402
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "
|
|
44385
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M6 9l6 6 6-6" }) })
|
|
44403
44386
|
}
|
|
44404
44387
|
)
|
|
44405
44388
|
] })
|
|
@@ -64236,13 +64219,17 @@ const CEBarChart = ({
|
|
|
64236
64219
|
F,
|
|
64237
64220
|
m == null ? void 0 : m.unit
|
|
64238
64221
|
] }),
|
|
64239
|
-
M && /* @__PURE__ */ jsxRuntimeExports.
|
|
64222
|
+
M && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "chart-tooltip-revenue", children: m != null && m.lineValue ? /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
64223
|
+
m == null ? void 0 : m.lineName,
|
|
64224
|
+
": ",
|
|
64225
|
+
m.lineValue
|
|
64226
|
+
] }) : /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
64240
64227
|
m == null ? void 0 : m.lineName,
|
|
64241
64228
|
": ",
|
|
64242
64229
|
(m == null ? void 0 : m.lineCurrencySymbol) ?? "",
|
|
64243
|
-
M.value,
|
|
64230
|
+
M == null ? void 0 : M.value,
|
|
64244
64231
|
(m == null ? void 0 : m.lineUnit) ?? ""
|
|
64245
|
-
] })
|
|
64232
|
+
] }) })
|
|
64246
64233
|
] });
|
|
64247
64234
|
}
|
|
64248
64235
|
return null;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cecomponent",
|
|
3
3
|
"description": "A React component library for building modern UIs for Cleanearth",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.191",
|
|
5
5
|
"main": "dist/ce-component-lib.js",
|
|
6
6
|
"module": "dist/ce-component-lib.mjs",
|
|
7
7
|
"types": "dist/idex.d.ts",
|