@clyrex-digital/clyrex-controls-dev 0.8.1-dev.20260810100746 → 0.8.1-dev.20260818060820
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/index.js +0 -10
- package/dist/index.mjs +0 -10
- package/dist/server.js +0 -8
- package/dist/server.mjs +0 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4852,12 +4852,6 @@ var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
|
4852
4852
|
var BooleanView = (props) => {
|
|
4853
4853
|
const { value, customProps } = props;
|
|
4854
4854
|
const showOnlyTrueIcon = customProps?.showOnlyTrueIcon;
|
|
4855
|
-
console.log("BooleanView Debug:", {
|
|
4856
|
-
value,
|
|
4857
|
-
type: typeof value,
|
|
4858
|
-
customProps,
|
|
4859
|
-
showOnlyTrueIcon
|
|
4860
|
-
});
|
|
4861
4855
|
const booleanValue = (() => {
|
|
4862
4856
|
if (typeof value === "boolean") return value;
|
|
4863
4857
|
if (typeof value === "string") {
|
|
@@ -4977,7 +4971,6 @@ var MediaAsset = (props) => {
|
|
|
4977
4971
|
if (props.value != void 0 && props.value != null && props.value != "") {
|
|
4978
4972
|
try {
|
|
4979
4973
|
assets = JSON.parse(props.value);
|
|
4980
|
-
console.log("Parsed Assets: ", assets);
|
|
4981
4974
|
} catch (error) {
|
|
4982
4975
|
console.error("Error parsing assets:", error);
|
|
4983
4976
|
}
|
|
@@ -6926,7 +6919,6 @@ var getFileDetails = (url) => {
|
|
|
6926
6919
|
var DocumentNode = (props) => {
|
|
6927
6920
|
console.log("DocumentNode rendered");
|
|
6928
6921
|
console.log("props", props);
|
|
6929
|
-
console.log("dataitem", props.dataitem);
|
|
6930
6922
|
console.log("node", props.node);
|
|
6931
6923
|
let documents = [];
|
|
6932
6924
|
if (props.dataitem && props.node.documentKey) {
|
|
@@ -8245,12 +8237,10 @@ var DataList = (props) => {
|
|
|
8245
8237
|
}) }) }),
|
|
8246
8238
|
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("tbody", { className: "divide-y divide-gray-200 ", children: props.dataset?.result?.map((dataitem, index) => {
|
|
8247
8239
|
let validityClass = "";
|
|
8248
|
-
console.log("dataitem", dataitem);
|
|
8249
8240
|
if (props.recordValidityColumnName && getNestedProperty2(dataitem, props.recordValidityColumnName) == false) {
|
|
8250
8241
|
validityClass = "bg-alert-200";
|
|
8251
8242
|
}
|
|
8252
8243
|
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("tr", { className: validityClass, children: props?.columns?.map((column, colindex) => {
|
|
8253
|
-
console.log("column", column);
|
|
8254
8244
|
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_react62.default.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
8255
8245
|
"td",
|
|
8256
8246
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -93,12 +93,6 @@ import { jsx as jsx2 } from "react/jsx-runtime";
|
|
|
93
93
|
var BooleanView = (props) => {
|
|
94
94
|
const { value, customProps } = props;
|
|
95
95
|
const showOnlyTrueIcon = customProps?.showOnlyTrueIcon;
|
|
96
|
-
console.log("BooleanView Debug:", {
|
|
97
|
-
value,
|
|
98
|
-
type: typeof value,
|
|
99
|
-
customProps,
|
|
100
|
-
showOnlyTrueIcon
|
|
101
|
-
});
|
|
102
96
|
const booleanValue = (() => {
|
|
103
97
|
if (typeof value === "boolean") return value;
|
|
104
98
|
if (typeof value === "string") {
|
|
@@ -217,7 +211,6 @@ var MediaAsset = (props) => {
|
|
|
217
211
|
if (props.value != void 0 && props.value != null && props.value != "") {
|
|
218
212
|
try {
|
|
219
213
|
assets = JSON.parse(props.value);
|
|
220
|
-
console.log("Parsed Assets: ", assets);
|
|
221
214
|
} catch (error) {
|
|
222
215
|
console.error("Error parsing assets:", error);
|
|
223
216
|
}
|
|
@@ -2151,7 +2144,6 @@ var getFileDetails = (url) => {
|
|
|
2151
2144
|
var DocumentNode = (props) => {
|
|
2152
2145
|
console.log("DocumentNode rendered");
|
|
2153
2146
|
console.log("props", props);
|
|
2154
|
-
console.log("dataitem", props.dataitem);
|
|
2155
2147
|
console.log("node", props.node);
|
|
2156
2148
|
let documents = [];
|
|
2157
2149
|
if (props.dataitem && props.node.documentKey) {
|
|
@@ -3439,12 +3431,10 @@ var DataList = (props) => {
|
|
|
3439
3431
|
}) }) }),
|
|
3440
3432
|
/* @__PURE__ */ jsx41("tbody", { className: "divide-y divide-gray-200 ", children: props.dataset?.result?.map((dataitem, index) => {
|
|
3441
3433
|
let validityClass = "";
|
|
3442
|
-
console.log("dataitem", dataitem);
|
|
3443
3434
|
if (props.recordValidityColumnName && getNestedProperty2(dataitem, props.recordValidityColumnName) == false) {
|
|
3444
3435
|
validityClass = "bg-alert-200";
|
|
3445
3436
|
}
|
|
3446
3437
|
return /* @__PURE__ */ jsx41("tr", { className: validityClass, children: props?.columns?.map((column, colindex) => {
|
|
3447
|
-
console.log("column", column);
|
|
3448
3438
|
return /* @__PURE__ */ jsx41(React27.Fragment, { children: /* @__PURE__ */ jsx41(
|
|
3449
3439
|
"td",
|
|
3450
3440
|
{
|
package/dist/server.js
CHANGED
|
@@ -3162,12 +3162,6 @@ var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
|
3162
3162
|
var BooleanView = (props) => {
|
|
3163
3163
|
const { value, customProps } = props;
|
|
3164
3164
|
const showOnlyTrueIcon = customProps?.showOnlyTrueIcon;
|
|
3165
|
-
console.log("BooleanView Debug:", {
|
|
3166
|
-
value,
|
|
3167
|
-
type: typeof value,
|
|
3168
|
-
customProps,
|
|
3169
|
-
showOnlyTrueIcon
|
|
3170
|
-
});
|
|
3171
3165
|
const booleanValue = (() => {
|
|
3172
3166
|
if (typeof value === "boolean") return value;
|
|
3173
3167
|
if (typeof value === "string") {
|
|
@@ -3208,7 +3202,6 @@ var MediaAsset = (props) => {
|
|
|
3208
3202
|
if (props.value != void 0 && props.value != null && props.value != "") {
|
|
3209
3203
|
try {
|
|
3210
3204
|
assets = JSON.parse(props.value);
|
|
3211
|
-
console.log("Parsed Assets: ", assets);
|
|
3212
3205
|
} catch (error) {
|
|
3213
3206
|
console.error("Error parsing assets:", error);
|
|
3214
3207
|
}
|
|
@@ -4776,7 +4769,6 @@ var getFileDetails = (url) => {
|
|
|
4776
4769
|
var DocumentNode = (props) => {
|
|
4777
4770
|
console.log("DocumentNode rendered");
|
|
4778
4771
|
console.log("props", props);
|
|
4779
|
-
console.log("dataitem", props.dataitem);
|
|
4780
4772
|
console.log("node", props.node);
|
|
4781
4773
|
let documents = [];
|
|
4782
4774
|
if (props.dataitem && props.node.documentKey) {
|
package/dist/server.mjs
CHANGED
|
@@ -524,12 +524,6 @@ import { jsx as jsx9 } from "react/jsx-runtime";
|
|
|
524
524
|
var BooleanView = (props) => {
|
|
525
525
|
const { value, customProps } = props;
|
|
526
526
|
const showOnlyTrueIcon = customProps?.showOnlyTrueIcon;
|
|
527
|
-
console.log("BooleanView Debug:", {
|
|
528
|
-
value,
|
|
529
|
-
type: typeof value,
|
|
530
|
-
customProps,
|
|
531
|
-
showOnlyTrueIcon
|
|
532
|
-
});
|
|
533
527
|
const booleanValue = (() => {
|
|
534
528
|
if (typeof value === "boolean") return value;
|
|
535
529
|
if (typeof value === "string") {
|
|
@@ -570,7 +564,6 @@ var MediaAsset = (props) => {
|
|
|
570
564
|
if (props.value != void 0 && props.value != null && props.value != "") {
|
|
571
565
|
try {
|
|
572
566
|
assets = JSON.parse(props.value);
|
|
573
|
-
console.log("Parsed Assets: ", assets);
|
|
574
567
|
} catch (error) {
|
|
575
568
|
console.error("Error parsing assets:", error);
|
|
576
569
|
}
|
|
@@ -2132,7 +2125,6 @@ var getFileDetails = (url) => {
|
|
|
2132
2125
|
var DocumentNode = (props) => {
|
|
2133
2126
|
console.log("DocumentNode rendered");
|
|
2134
2127
|
console.log("props", props);
|
|
2135
|
-
console.log("dataitem", props.dataitem);
|
|
2136
2128
|
console.log("node", props.node);
|
|
2137
2129
|
let documents = [];
|
|
2138
2130
|
if (props.dataitem && props.node.documentKey) {
|