@clyrex-digital/clyrex-controls-dev 0.8.1-dev.20260724060217 → 0.8.1-dev.20260724091901
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/{InputControlClient-J2NUB5BS.mjs → InputControlClient-YOSLWB3V.mjs} +3 -3
- package/dist/{Pagination-BETIPTVF.mjs → Pagination-Y7PNQUJ2.mjs} +2 -2
- package/dist/{chunk-HAGCF2RO.mjs → chunk-6F7QBX3H.mjs} +1 -1
- package/dist/{chunk-TMVO22U3.mjs → chunk-6MHIZOLR.mjs} +1 -1
- package/dist/{chunk-BAGK3UOE.mjs → chunk-GFVCUX6O.mjs} +6 -6
- package/dist/index.js +7 -7
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
|
@@ -20,12 +20,12 @@ import {
|
|
|
20
20
|
SelectWithSearchInput_default,
|
|
21
21
|
Switcher_default,
|
|
22
22
|
TimeInput_default
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-6F7QBX3H.mjs";
|
|
24
24
|
import {
|
|
25
25
|
Hyperlink,
|
|
26
26
|
Icon_default,
|
|
27
27
|
InputControlType_default
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-GFVCUX6O.mjs";
|
|
29
29
|
import {
|
|
30
30
|
Button_default,
|
|
31
31
|
ClientButton_default
|
|
@@ -707,7 +707,7 @@ var InputControl = React5.forwardRef(
|
|
|
707
707
|
[InputControlType_default.switcher]: Switcher_default
|
|
708
708
|
};
|
|
709
709
|
const SelectedControlComponent = ControlComponents[props.controlType];
|
|
710
|
-
return /* @__PURE__ */ jsx5(React5.Fragment, { children: SelectedControlComponent ? /* @__PURE__ */ jsx5(SelectedControlComponent, { ...props }) : "Control not found" });
|
|
710
|
+
return /* @__PURE__ */ jsx5(React5.Fragment, { children: SelectedControlComponent ? /* @__PURE__ */ jsx5(SelectedControlComponent, { ...props }) : "Control not found:" + props.controlType });
|
|
711
711
|
}
|
|
712
712
|
);
|
|
713
713
|
InputControl.displayName = "InputControl";
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"use client";
|
|
4
4
|
import {
|
|
5
5
|
OdataBuilder
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-6MHIZOLR.mjs";
|
|
7
7
|
import {
|
|
8
8
|
Constants,
|
|
9
9
|
Hyperlink,
|
|
10
10
|
Icon_default
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-GFVCUX6O.mjs";
|
|
12
12
|
import "./chunk-IMNQO57B.mjs";
|
|
13
13
|
|
|
14
14
|
// src/components/Pagination.tsx
|
|
@@ -9,19 +9,19 @@ var Constants = {
|
|
|
9
9
|
pagesize: 10
|
|
10
10
|
};
|
|
11
11
|
var InputControlType = {
|
|
12
|
-
lineTextInput: "
|
|
13
|
-
multilineTextInput: "
|
|
14
|
-
emailInput: "
|
|
12
|
+
lineTextInput: "lineTextInput",
|
|
13
|
+
multilineTextInput: "multilineTextInput",
|
|
14
|
+
emailInput: "emailInput",
|
|
15
15
|
moneyInput: "money",
|
|
16
16
|
select: "select",
|
|
17
17
|
percentageInput: "percentage",
|
|
18
18
|
asset: "asset",
|
|
19
19
|
assetUpload: "assetUpload",
|
|
20
20
|
phoneInput: "phone",
|
|
21
|
-
numberInput: "
|
|
22
|
-
checkboxInput: "
|
|
21
|
+
numberInput: "numberInput",
|
|
22
|
+
checkboxInput: "checkboxInput",
|
|
23
23
|
otpInput: "otp",
|
|
24
|
-
datetimeInput: "
|
|
24
|
+
datetimeInput: "datetimeInput",
|
|
25
25
|
timeInput: "time",
|
|
26
26
|
colorInput: "colorInput",
|
|
27
27
|
selectWithSearchInput: "selectWithSearchInput",
|
package/dist/index.js
CHANGED
|
@@ -996,19 +996,19 @@ var init_InputControlType = __esm({
|
|
|
996
996
|
pagesize: 10
|
|
997
997
|
};
|
|
998
998
|
InputControlType = {
|
|
999
|
-
lineTextInput: "
|
|
1000
|
-
multilineTextInput: "
|
|
1001
|
-
emailInput: "
|
|
999
|
+
lineTextInput: "lineTextInput",
|
|
1000
|
+
multilineTextInput: "multilineTextInput",
|
|
1001
|
+
emailInput: "emailInput",
|
|
1002
1002
|
moneyInput: "money",
|
|
1003
1003
|
select: "select",
|
|
1004
1004
|
percentageInput: "percentage",
|
|
1005
1005
|
asset: "asset",
|
|
1006
1006
|
assetUpload: "assetUpload",
|
|
1007
1007
|
phoneInput: "phone",
|
|
1008
|
-
numberInput: "
|
|
1009
|
-
checkboxInput: "
|
|
1008
|
+
numberInput: "numberInput",
|
|
1009
|
+
checkboxInput: "checkboxInput",
|
|
1010
1010
|
otpInput: "otp",
|
|
1011
|
-
datetimeInput: "
|
|
1011
|
+
datetimeInput: "datetimeInput",
|
|
1012
1012
|
timeInput: "time",
|
|
1013
1013
|
colorInput: "colorInput",
|
|
1014
1014
|
selectWithSearchInput: "selectWithSearchInput",
|
|
@@ -3279,7 +3279,7 @@ var init_InputControlClient = __esm({
|
|
|
3279
3279
|
[InputControlType_default.switcher]: Switcher_default
|
|
3280
3280
|
};
|
|
3281
3281
|
const SelectedControlComponent = ControlComponents[props.controlType];
|
|
3282
|
-
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react40.default.Fragment, { children: SelectedControlComponent ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SelectedControlComponent, { ...props }) : "Control not found" });
|
|
3282
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react40.default.Fragment, { children: SelectedControlComponent ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SelectedControlComponent, { ...props }) : "Control not found:" + props.controlType });
|
|
3283
3283
|
}
|
|
3284
3284
|
);
|
|
3285
3285
|
InputControl.displayName = "InputControl";
|
package/dist/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
OdataBuilder
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6MHIZOLR.mjs";
|
|
6
6
|
import {
|
|
7
7
|
AssetUtility_default,
|
|
8
8
|
BooleanSelect_default,
|
|
@@ -22,13 +22,13 @@ import {
|
|
|
22
22
|
SelectWithSearchInput_default,
|
|
23
23
|
Switcher_default,
|
|
24
24
|
TimeInput_default
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-6F7QBX3H.mjs";
|
|
26
26
|
import {
|
|
27
27
|
Constants,
|
|
28
28
|
Hyperlink,
|
|
29
29
|
Icon_default,
|
|
30
30
|
InputControlType_default
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-GFVCUX6O.mjs";
|
|
32
32
|
import {
|
|
33
33
|
ServiceClient_default
|
|
34
34
|
} from "./chunk-WEV5U33G.mjs";
|
|
@@ -412,7 +412,7 @@ var ViewControl_default = ViewControl;
|
|
|
412
412
|
|
|
413
413
|
// src/components/controls/edit/InputControl.tsx
|
|
414
414
|
import dynamic4 from "next/dynamic";
|
|
415
|
-
var InputControl = dynamic4(() => import("./InputControlClient-
|
|
415
|
+
var InputControl = dynamic4(() => import("./InputControlClient-YOSLWB3V.mjs"), {
|
|
416
416
|
ssr: false
|
|
417
417
|
});
|
|
418
418
|
var InputControl_default = InputControl;
|
|
@@ -2245,7 +2245,7 @@ var DocumentNode_default = DocumentNode;
|
|
|
2245
2245
|
|
|
2246
2246
|
// src/components/pageRenderingEngine/nodes/DivContainer.tsx
|
|
2247
2247
|
import { jsx as jsx34, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
2248
|
-
var Pagination = dynamic10(() => import("./Pagination-
|
|
2248
|
+
var Pagination = dynamic10(() => import("./Pagination-Y7PNQUJ2.mjs"), { ssr: true });
|
|
2249
2249
|
var Slider = dynamic10(() => import("./Slider-554BKC7N.mjs"), {
|
|
2250
2250
|
ssr: false
|
|
2251
2251
|
});
|