@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.
@@ -20,12 +20,12 @@ import {
20
20
  SelectWithSearchInput_default,
21
21
  Switcher_default,
22
22
  TimeInput_default
23
- } from "./chunk-HAGCF2RO.mjs";
23
+ } from "./chunk-6F7QBX3H.mjs";
24
24
  import {
25
25
  Hyperlink,
26
26
  Icon_default,
27
27
  InputControlType_default
28
- } from "./chunk-BAGK3UOE.mjs";
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-TMVO22U3.mjs";
6
+ } from "./chunk-6MHIZOLR.mjs";
7
7
  import {
8
8
  Constants,
9
9
  Hyperlink,
10
10
  Icon_default
11
- } from "./chunk-BAGK3UOE.mjs";
11
+ } from "./chunk-GFVCUX6O.mjs";
12
12
  import "./chunk-IMNQO57B.mjs";
13
13
 
14
14
  // src/components/Pagination.tsx
@@ -2,7 +2,7 @@
2
2
 
3
3
  import {
4
4
  Icon_default
5
- } from "./chunk-BAGK3UOE.mjs";
5
+ } from "./chunk-GFVCUX6O.mjs";
6
6
 
7
7
  // src/components/controls/edit/MultilineTextInput.tsx
8
8
  import React from "react";
@@ -2,7 +2,7 @@
2
2
 
3
3
  import {
4
4
  Constants
5
- } from "./chunk-BAGK3UOE.mjs";
5
+ } from "./chunk-GFVCUX6O.mjs";
6
6
 
7
7
  // src/clients/OdataBuilder.tsx
8
8
  var OdataBuilder = class {
@@ -9,19 +9,19 @@ var Constants = {
9
9
  pagesize: 10
10
10
  };
11
11
  var InputControlType = {
12
- lineTextInput: "text",
13
- multilineTextInput: "multilinetext",
14
- emailInput: "email",
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: "number",
22
- checkboxInput: "boolean",
21
+ numberInput: "numberInput",
22
+ checkboxInput: "checkboxInput",
23
23
  otpInput: "otp",
24
- datetimeInput: "datetime",
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: "text",
1000
- multilineTextInput: "multilinetext",
1001
- emailInput: "email",
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: "number",
1009
- checkboxInput: "boolean",
1008
+ numberInput: "numberInput",
1009
+ checkboxInput: "checkboxInput",
1010
1010
  otpInput: "otp",
1011
- datetimeInput: "datetime",
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-TMVO22U3.mjs";
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-HAGCF2RO.mjs";
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-BAGK3UOE.mjs";
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-J2NUB5BS.mjs"), {
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-BETIPTVF.mjs"), { ssr: true });
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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clyrex-digital/clyrex-controls-dev",
3
- "version": "0.8.1-dev.20260724060217",
3
+ "version": "0.8.1-dev.20260724091901",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",