@cagatayfdn/flora-components 0.0.154 → 0.0.156
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/{ErrorLogModal-BuEoLLI7.js → ErrorLogModal-CQFdcFKP.js} +10 -9
- package/dist/ReactToastify.css +1 -1
- package/dist/components/ErrorLogModal/ErrorLogModal.js +3 -2
- package/dist/components/RealtimeLogModal/RealtimeLogModal.js +3 -2
- package/dist/components/StatusTag/StatusTag.js +11 -9
- package/dist/components/index.js +1 -1
- package/dist/index.d.mts +261 -0
- package/dist/index.d.ts +261 -0
- package/dist/index.js +18 -16
- package/dist/main.js +6 -5
- package/dist/utils/index.js +17 -15
- package/dist/utils/table.js +1 -1
- package/dist/utils/test.js +14 -0
- package/package.json +1 -1
|
@@ -33,6 +33,7 @@ import { S as Hn } from "./Select-nhp2PiJK.js";
|
|
|
33
33
|
import kn from "./components/StatusTag/StatusTag.js";
|
|
34
34
|
import "./components/Switch/Switch.js";
|
|
35
35
|
import "./components/Textarea/Textarea.js";
|
|
36
|
+
import "./utils/test.js";
|
|
36
37
|
import { AppearanceButton as ho, NotificationAppearanceType as Rn } from "./enums/appearance.js";
|
|
37
38
|
import go from "./components/Button/Button.js";
|
|
38
39
|
import { Notification as _n } from "./components/Notification/Notification.js";
|
|
@@ -3084,7 +3085,7 @@ const Zr = /* @__PURE__ */ ee(() => {
|
|
|
3084
3085
|
/* @__PURE__ */ I.jsx(ti, {})
|
|
3085
3086
|
] }) });
|
|
3086
3087
|
}), {
|
|
3087
|
-
Component:
|
|
3088
|
+
Component: Cs,
|
|
3088
3089
|
useEmitter: vn,
|
|
3089
3090
|
useEmitterValue: re,
|
|
3090
3091
|
usePublisher: Be
|
|
@@ -3158,7 +3159,7 @@ const li = "_realTimeLogModalStyle_1f0fd_2", ci = "_customHeader_1f0fd_10", ai =
|
|
|
3158
3159
|
copyIconBtn__disabled: Ri,
|
|
3159
3160
|
iconGroup: _i,
|
|
3160
3161
|
activeIcon: Ei
|
|
3161
|
-
},
|
|
3162
|
+
}, Ss = {
|
|
3162
3163
|
status: (e) => ({
|
|
3163
3164
|
title: et.t("label.status"),
|
|
3164
3165
|
dataIndex: "status",
|
|
@@ -3170,7 +3171,7 @@ const li = "_realTimeLogModalStyle_1f0fd_2", ci = "_customHeader_1f0fd_10", ai =
|
|
|
3170
3171
|
dataIndex: "created_date",
|
|
3171
3172
|
render: (e) => /* @__PURE__ */ I.jsx(Pt, { date: e })
|
|
3172
3173
|
}
|
|
3173
|
-
},
|
|
3174
|
+
}, ys = {
|
|
3174
3175
|
edit: (e, t) => ({
|
|
3175
3176
|
title: et.t("label.edit"),
|
|
3176
3177
|
dataIndex: e,
|
|
@@ -3640,7 +3641,7 @@ const li = "_realTimeLogModalStyle_1f0fd_2", ci = "_customHeader_1f0fd_10", ai =
|
|
|
3640
3641
|
)
|
|
3641
3642
|
}
|
|
3642
3643
|
);
|
|
3643
|
-
},
|
|
3644
|
+
}, bs = No.create(Bi), Li = ({ id: e, onClose: t, errors: o }) => {
|
|
3644
3645
|
const { t: n } = En(), [r, i] = Qe(!1), [, s] = Wo(e), l = () => {
|
|
3645
3646
|
s(), t && t();
|
|
3646
3647
|
}, c = () => {
|
|
@@ -3690,10 +3691,10 @@ const li = "_realTimeLogModalStyle_1f0fd_2", ci = "_customHeader_1f0fd_10", ai =
|
|
|
3690
3691
|
] }, a == null ? void 0 : a.id)) : /* @__PURE__ */ I.jsx(zn, { i18nKey: "text.not_found", values: { dataname: "Log" } }) })
|
|
3691
3692
|
}
|
|
3692
3693
|
);
|
|
3693
|
-
},
|
|
3694
|
+
}, Hs = No.create(Li);
|
|
3694
3695
|
export {
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3696
|
+
Hs as E,
|
|
3697
|
+
bs as R,
|
|
3698
|
+
ys as T,
|
|
3699
|
+
Ss as a
|
|
3699
3700
|
};
|