@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.cjs.js
CHANGED
|
@@ -32180,6 +32180,13 @@ const RemarkConfigToggle = ({ label, onChange }) => {
|
|
|
32180
32180
|
] }) });
|
|
32181
32181
|
};
|
|
32182
32182
|
|
|
32183
|
+
const clickRemarkBtn = () => {
|
|
32184
|
+
const remarkBtn = document.getElementById("remark-btn");
|
|
32185
|
+
if (remarkBtn) {
|
|
32186
|
+
remarkBtn.click();
|
|
32187
|
+
}
|
|
32188
|
+
};
|
|
32189
|
+
|
|
32183
32190
|
var __defProp$a = Object.defineProperty;
|
|
32184
32191
|
var __defProps$3 = Object.defineProperties;
|
|
32185
32192
|
var __getOwnPropDescs$3 = Object.getOwnPropertyDescriptors;
|
|
@@ -60202,6 +60209,7 @@ exports.THLabel = THLabel;
|
|
|
60202
60209
|
exports.Ticket = Ticket;
|
|
60203
60210
|
exports.TicketModal = TicketModal;
|
|
60204
60211
|
exports.TransferTicket = TransferTicket;
|
|
60212
|
+
exports.clickRemarkBtn = clickRemarkBtn;
|
|
60205
60213
|
exports.getS3ImgPrint = getS3ImgPrint;
|
|
60206
60214
|
exports.getStoredIsRemark = getStoredIsRemark;
|
|
60207
60215
|
exports.isVNType = isVNType;
|