@pnkx-lib/ui 1.9.335 → 1.9.337
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/es/fields/index.js +1 -0
- package/es/index.js +1 -0
- package/es/ui/ExportFile.js +1 -1
- package/package.json +1 -1
- package/types/components/fields/index.d.ts +1 -0
package/es/fields/index.js
CHANGED
package/es/index.js
CHANGED
|
@@ -77,5 +77,6 @@ export { SliderSingle } from './fields/SliderSingle.js';
|
|
|
77
77
|
export { SliderRange } from './fields/SliderRanger.js';
|
|
78
78
|
export { TimeRangePicker } from './fields/TimeRangePicker.js';
|
|
79
79
|
export { TimePicker } from './fields/TimePicker.js';
|
|
80
|
+
export { Cascader } from './fields/CascaderField.js';
|
|
80
81
|
export { useToast } from './hooks/useToast.js';
|
|
81
82
|
export { useMessage } from './hooks/useMessage.js';
|
package/es/ui/ExportFile.js
CHANGED
|
@@ -48,7 +48,7 @@ const ExportFile = ({
|
|
|
48
48
|
/* @__PURE__ */ jsx(Spin, { indicator: /* @__PURE__ */ jsx(RefIcon, { spin: true }), size: "large" }),
|
|
49
49
|
/* @__PURE__ */ jsx("p", { className: "text-sm mt-2", children: "Vui lòng chờ trong giây lát. Chúng tôi đang chuẩn bị file của bạn!" })
|
|
50
50
|
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
51
|
-
/* @__PURE__ */ jsx("p", { className: "text-sm", children: "Chọn kiểu export file" }),
|
|
51
|
+
/* @__PURE__ */ jsx("p", { className: "text-sm text-[#5C657D] mt-4", children: "Chọn kiểu export file" }),
|
|
52
52
|
/* @__PURE__ */ jsxs("div", { className: "mt-2", children: [
|
|
53
53
|
/* @__PURE__ */ jsx(
|
|
54
54
|
PnkxField,
|
package/package.json
CHANGED