@jingx/lottery-components-react-jsx 1.0.35 → 1.0.37
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.cjs.js +12 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +12 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
- package/readme.md +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -32137,7 +32137,10 @@ const RemarkConfigToggle = ({ label, onChange }) => {
|
|
|
32137
32137
|
}
|
|
32138
32138
|
};
|
|
32139
32139
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(ScopeHost, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "d-flex align-items-center", children: [
|
|
32140
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", {
|
|
32140
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { style: {
|
|
32141
|
+
color: "#686c71",
|
|
32142
|
+
fontSize: "14px"
|
|
32143
|
+
}, className: "mr-3", children: [
|
|
32141
32144
|
" ",
|
|
32142
32145
|
label
|
|
32143
32146
|
] }),
|
|
@@ -32157,6 +32160,13 @@ const RemarkConfigToggle = ({ label, onChange }) => {
|
|
|
32157
32160
|
] }) });
|
|
32158
32161
|
};
|
|
32159
32162
|
|
|
32163
|
+
const clickRemarkBtn = () => {
|
|
32164
|
+
const remarkBtn = document.getElementById("remark-btn");
|
|
32165
|
+
if (remarkBtn) {
|
|
32166
|
+
remarkBtn.click();
|
|
32167
|
+
}
|
|
32168
|
+
};
|
|
32169
|
+
|
|
32160
32170
|
var __defProp$a = Object.defineProperty;
|
|
32161
32171
|
var __defProps$3 = Object.defineProperties;
|
|
32162
32172
|
var __getOwnPropDescs$3 = Object.getOwnPropertyDescriptors;
|
|
@@ -60161,5 +60171,5 @@ MoreMenu.propTypes = {
|
|
|
60161
60171
|
])
|
|
60162
60172
|
};
|
|
60163
60173
|
|
|
60164
|
-
export { DeleteModal, DeleteTicketButton, MoreMenu as DropdownMenu, KPLO, KPPostCode, Printer, ProtestButton, ProtestModal, ProtestTicket, RemarkConfigToggle, RemarkModal, SCPostCode, SaryLottery, SaryPrintAll, THLabel, Ticket, TicketModal, TransferTicket, getS3ImgPrint, getStoredIsRemark, isVNType, lType, lotteryLabel, lotteryLabelOnline, lotteryLabelVN, mapBetTitle, mapLabels, mapStrPost };
|
|
60174
|
+
export { DeleteModal, DeleteTicketButton, MoreMenu as DropdownMenu, KPLO, KPPostCode, Printer, ProtestButton, ProtestModal, ProtestTicket, RemarkConfigToggle, RemarkModal, SCPostCode, SaryLottery, SaryPrintAll, THLabel, Ticket, TicketModal, TransferTicket, clickRemarkBtn, getS3ImgPrint, getStoredIsRemark, isVNType, lType, lotteryLabel, lotteryLabelOnline, lotteryLabelVN, mapBetTitle, mapLabels, mapStrPost };
|
|
60165
60175
|
//# sourceMappingURL=index.esm.js.map
|