@apexcura/ui-components 0.0.12-Beta98 → 0.0.12-Beta99
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -102,6 +102,6 @@ declare const Navbar: (props: ElementType) => React$1.JSX.Element;
|
|
|
102
102
|
|
|
103
103
|
declare const TableElement: (props: ElementType) => React$1.JSX.Element;
|
|
104
104
|
|
|
105
|
-
declare const DatePickerElement: (props: ElementType) =>
|
|
105
|
+
declare const DatePickerElement: (props: ElementType) => React$1.JSX.Element;
|
|
106
106
|
|
|
107
107
|
export { AddMoreTable, ButtonElement, CheckboxElement, CkEditor, DatePickerElement, MultipleSelectElement, Navbar, NumberElement, PasswordElement, RadioElement, SelectElement, Sidebar, SingleSelectElement, TableElement, TextElement, TextareaElement };
|
package/dist/index.d.ts
CHANGED
|
@@ -102,6 +102,6 @@ declare const Navbar: (props: ElementType) => React$1.JSX.Element;
|
|
|
102
102
|
|
|
103
103
|
declare const TableElement: (props: ElementType) => React$1.JSX.Element;
|
|
104
104
|
|
|
105
|
-
declare const DatePickerElement: (props: ElementType) =>
|
|
105
|
+
declare const DatePickerElement: (props: ElementType) => React$1.JSX.Element;
|
|
106
106
|
|
|
107
107
|
export { AddMoreTable, ButtonElement, CheckboxElement, CkEditor, DatePickerElement, MultipleSelectElement, Navbar, NumberElement, PasswordElement, RadioElement, SelectElement, Sidebar, SingleSelectElement, TableElement, TextElement, TextareaElement };
|
package/dist/index.js
CHANGED
|
@@ -634,7 +634,7 @@ var DatePickerElement = (props) => {
|
|
|
634
634
|
props.onChange(value);
|
|
635
635
|
}
|
|
636
636
|
};
|
|
637
|
-
/* @__PURE__ */ import_react20.default.createElement("div", null, /* @__PURE__ */ import_react20.default.createElement(import_icons4.LeftOutlined, null), /* @__PURE__ */ import_react20.default.createElement(import_antd15.DatePicker, { placeholder: props.placeholder, variant: "borderless", value: props.value, nextIcon: true, prevIcon: true, onChange: handleChange }), /* @__PURE__ */ import_react20.default.createElement(import_icons4.RightOutlined, null));
|
|
637
|
+
return /* @__PURE__ */ import_react20.default.createElement("div", null, /* @__PURE__ */ import_react20.default.createElement(import_icons4.LeftOutlined, null), /* @__PURE__ */ import_react20.default.createElement(import_antd15.DatePicker, { placeholder: props.placeholder, variant: "borderless", value: props.value, nextIcon: true, prevIcon: true, onChange: handleChange }), /* @__PURE__ */ import_react20.default.createElement(import_icons4.RightOutlined, null));
|
|
638
638
|
};
|
|
639
639
|
// Annotate the CommonJS export names for ESM import in node:
|
|
640
640
|
0 && (module.exports = {
|
package/dist/index.mjs
CHANGED
|
@@ -583,7 +583,7 @@ var DatePickerElement = (props) => {
|
|
|
583
583
|
props.onChange(value);
|
|
584
584
|
}
|
|
585
585
|
};
|
|
586
|
-
/* @__PURE__ */ React19.createElement("div", null, /* @__PURE__ */ React19.createElement(LeftOutlined, null), /* @__PURE__ */ React19.createElement(DatePicker, { placeholder: props.placeholder, variant: "borderless", value: props.value, nextIcon: true, prevIcon: true, onChange: handleChange }), /* @__PURE__ */ React19.createElement(RightOutlined, null));
|
|
586
|
+
return /* @__PURE__ */ React19.createElement("div", null, /* @__PURE__ */ React19.createElement(LeftOutlined, null), /* @__PURE__ */ React19.createElement(DatePicker, { placeholder: props.placeholder, variant: "borderless", value: props.value, nextIcon: true, prevIcon: true, onChange: handleChange }), /* @__PURE__ */ React19.createElement(RightOutlined, null));
|
|
587
587
|
};
|
|
588
588
|
export {
|
|
589
589
|
AddMoreTable,
|