@jingx/lottery-components-react-jsx 1.0.36 → 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 +8 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -32160,6 +32160,13 @@ const RemarkConfigToggle = ({ label, onChange }) => {
|
|
|
32160
32160
|
] }) });
|
|
32161
32161
|
};
|
|
32162
32162
|
|
|
32163
|
+
const clickRemarkBtn = () => {
|
|
32164
|
+
const remarkBtn = document.getElementById("remark-btn");
|
|
32165
|
+
if (remarkBtn) {
|
|
32166
|
+
remarkBtn.click();
|
|
32167
|
+
}
|
|
32168
|
+
};
|
|
32169
|
+
|
|
32163
32170
|
var __defProp$a = Object.defineProperty;
|
|
32164
32171
|
var __defProps$3 = Object.defineProperties;
|
|
32165
32172
|
var __getOwnPropDescs$3 = Object.getOwnPropertyDescriptors;
|
|
@@ -60164,5 +60171,5 @@ MoreMenu.propTypes = {
|
|
|
60164
60171
|
])
|
|
60165
60172
|
};
|
|
60166
60173
|
|
|
60167
|
-
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 };
|
|
60168
60175
|
//# sourceMappingURL=index.esm.js.map
|