@jingx/lottery-components-react-jsx 1.0.37 → 1.0.39

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.esm.js CHANGED
@@ -32160,8 +32160,8 @@ const RemarkConfigToggle = ({ label, onChange }) => {
32160
32160
  ] }) });
32161
32161
  };
32162
32162
 
32163
- const clickRemarkBtn = () => {
32164
- const remarkBtn = document.getElementById("remark-btn");
32163
+ const clickRemarkBtn = (id) => {
32164
+ const remarkBtn = document.getElementById("remark-btn-" + id);
32165
32165
  if (remarkBtn) {
32166
32166
  remarkBtn.click();
32167
32167
  }
@@ -32170,17 +32170,17 @@ const clickRemarkBtn = () => {
32170
32170
  var __defProp$a = Object.defineProperty;
32171
32171
  var __defProps$3 = Object.defineProperties;
32172
32172
  var __getOwnPropDescs$3 = Object.getOwnPropertyDescriptors;
32173
- var __getOwnPropSymbols$b = Object.getOwnPropertySymbols;
32174
- var __hasOwnProp$b = Object.prototype.hasOwnProperty;
32175
- var __propIsEnum$b = Object.prototype.propertyIsEnumerable;
32173
+ var __getOwnPropSymbols$c = Object.getOwnPropertySymbols;
32174
+ var __hasOwnProp$c = Object.prototype.hasOwnProperty;
32175
+ var __propIsEnum$c = Object.prototype.propertyIsEnumerable;
32176
32176
  var __defNormalProp$a = (obj, key, value) => key in obj ? __defProp$a(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
32177
32177
  var __spreadValues$a = (a, b) => {
32178
32178
  for (var prop in b || (b = {}))
32179
- if (__hasOwnProp$b.call(b, prop))
32179
+ if (__hasOwnProp$c.call(b, prop))
32180
32180
  __defNormalProp$a(a, prop, b[prop]);
32181
- if (__getOwnPropSymbols$b)
32182
- for (var prop of __getOwnPropSymbols$b(b)) {
32183
- if (__propIsEnum$b.call(b, prop))
32181
+ if (__getOwnPropSymbols$c)
32182
+ for (var prop of __getOwnPropSymbols$c(b)) {
32183
+ if (__propIsEnum$c.call(b, prop))
32184
32184
  __defNormalProp$a(a, prop, b[prop]);
32185
32185
  }
32186
32186
  return a;
@@ -32768,35 +32768,35 @@ const TicketPrintBody = (props) => {
32768
32768
  };
32769
32769
 
32770
32770
  var __defProp$9 = Object.defineProperty;
32771
- var __getOwnPropSymbols$a = Object.getOwnPropertySymbols;
32772
- var __hasOwnProp$a = Object.prototype.hasOwnProperty;
32773
- var __propIsEnum$a = Object.prototype.propertyIsEnumerable;
32771
+ var __getOwnPropSymbols$b = Object.getOwnPropertySymbols;
32772
+ var __hasOwnProp$b = Object.prototype.hasOwnProperty;
32773
+ var __propIsEnum$b = Object.prototype.propertyIsEnumerable;
32774
32774
  var __defNormalProp$9 = (obj, key, value) => key in obj ? __defProp$9(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
32775
32775
  var __spreadValues$9 = (a, b) => {
32776
32776
  for (var prop in b || (b = {}))
32777
- if (__hasOwnProp$a.call(b, prop))
32777
+ if (__hasOwnProp$b.call(b, prop))
32778
32778
  __defNormalProp$9(a, prop, b[prop]);
32779
- if (__getOwnPropSymbols$a)
32780
- for (var prop of __getOwnPropSymbols$a(b)) {
32781
- if (__propIsEnum$a.call(b, prop))
32779
+ if (__getOwnPropSymbols$b)
32780
+ for (var prop of __getOwnPropSymbols$b(b)) {
32781
+ if (__propIsEnum$b.call(b, prop))
32782
32782
  __defNormalProp$9(a, prop, b[prop]);
32783
32783
  }
32784
32784
  return a;
32785
32785
  };
32786
- var __objRest$6 = (source, exclude) => {
32786
+ var __objRest$7 = (source, exclude) => {
32787
32787
  var target = {};
32788
32788
  for (var prop in source)
32789
- if (__hasOwnProp$a.call(source, prop) && exclude.indexOf(prop) < 0)
32789
+ if (__hasOwnProp$b.call(source, prop) && exclude.indexOf(prop) < 0)
32790
32790
  target[prop] = source[prop];
32791
- if (source != null && __getOwnPropSymbols$a)
32792
- for (var prop of __getOwnPropSymbols$a(source)) {
32793
- if (exclude.indexOf(prop) < 0 && __propIsEnum$a.call(source, prop))
32791
+ if (source != null && __getOwnPropSymbols$b)
32792
+ for (var prop of __getOwnPropSymbols$b(source)) {
32793
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$b.call(source, prop))
32794
32794
  target[prop] = source[prop];
32795
32795
  }
32796
32796
  return target;
32797
32797
  };
32798
32798
  const PrintTicket58 = (props) => {
32799
- const _a = props, { postGroup, bodyClass, lotteryType, isNight, isProtest } = _a, ticketPrintBodyProps = __objRest$6(_a, ["postGroup", "bodyClass", "lotteryType", "isNight", "isProtest"]);
32799
+ const _a = props, { postGroup, bodyClass, lotteryType, isNight, isProtest } = _a, ticketPrintBodyProps = __objRest$7(_a, ["postGroup", "bodyClass", "lotteryType", "isNight", "isProtest"]);
32800
32800
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "f-mid-print black-c font-weight-bold float-left w-100", children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "bg-white rounded w-bet-card-ticket w-100", children: postGroup == null ? void 0 : postGroup.map((item, index) => {
32801
32801
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(
32802
32802
  "div",
@@ -38862,17 +38862,17 @@ var lib = {exports: {}};
38862
38862
 
38863
38863
  var libExports = lib.exports;
38864
38864
 
38865
- var __getOwnPropSymbols$9 = Object.getOwnPropertySymbols;
38866
- var __hasOwnProp$9 = Object.prototype.hasOwnProperty;
38867
- var __propIsEnum$9 = Object.prototype.propertyIsEnumerable;
38868
- var __objRest$5 = (source, exclude) => {
38865
+ var __getOwnPropSymbols$a = Object.getOwnPropertySymbols;
38866
+ var __hasOwnProp$a = Object.prototype.hasOwnProperty;
38867
+ var __propIsEnum$a = Object.prototype.propertyIsEnumerable;
38868
+ var __objRest$6 = (source, exclude) => {
38869
38869
  var target = {};
38870
38870
  for (var prop in source)
38871
- if (__hasOwnProp$9.call(source, prop) && exclude.indexOf(prop) < 0)
38871
+ if (__hasOwnProp$a.call(source, prop) && exclude.indexOf(prop) < 0)
38872
38872
  target[prop] = source[prop];
38873
- if (source != null && __getOwnPropSymbols$9)
38874
- for (var prop of __getOwnPropSymbols$9(source)) {
38875
- if (exclude.indexOf(prop) < 0 && __propIsEnum$9.call(source, prop))
38873
+ if (source != null && __getOwnPropSymbols$a)
38874
+ for (var prop of __getOwnPropSymbols$a(source)) {
38875
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$a.call(source, prop))
38876
38876
  target[prop] = source[prop];
38877
38877
  }
38878
38878
  return target;
@@ -38886,7 +38886,7 @@ const BasePrinter = (_a) => {
38886
38886
  id,
38887
38887
  onAfterPrint = () => {
38888
38888
  }
38889
- } = _b; __objRest$5(_b, [
38889
+ } = _b; __objRest$6(_b, [
38890
38890
  "children",
38891
38891
  "component",
38892
38892
  "className",
@@ -38919,36 +38919,36 @@ const BasePrinter = (_a) => {
38919
38919
  var __defProp$8 = Object.defineProperty;
38920
38920
  var __defProps$2 = Object.defineProperties;
38921
38921
  var __getOwnPropDescs$2 = Object.getOwnPropertyDescriptors;
38922
- var __getOwnPropSymbols$8 = Object.getOwnPropertySymbols;
38923
- var __hasOwnProp$8 = Object.prototype.hasOwnProperty;
38924
- var __propIsEnum$8 = Object.prototype.propertyIsEnumerable;
38922
+ var __getOwnPropSymbols$9 = Object.getOwnPropertySymbols;
38923
+ var __hasOwnProp$9 = Object.prototype.hasOwnProperty;
38924
+ var __propIsEnum$9 = Object.prototype.propertyIsEnumerable;
38925
38925
  var __defNormalProp$8 = (obj, key, value) => key in obj ? __defProp$8(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
38926
38926
  var __spreadValues$8 = (a, b) => {
38927
38927
  for (var prop in b || (b = {}))
38928
- if (__hasOwnProp$8.call(b, prop))
38928
+ if (__hasOwnProp$9.call(b, prop))
38929
38929
  __defNormalProp$8(a, prop, b[prop]);
38930
- if (__getOwnPropSymbols$8)
38931
- for (var prop of __getOwnPropSymbols$8(b)) {
38932
- if (__propIsEnum$8.call(b, prop))
38930
+ if (__getOwnPropSymbols$9)
38931
+ for (var prop of __getOwnPropSymbols$9(b)) {
38932
+ if (__propIsEnum$9.call(b, prop))
38933
38933
  __defNormalProp$8(a, prop, b[prop]);
38934
38934
  }
38935
38935
  return a;
38936
38936
  };
38937
38937
  var __spreadProps$2 = (a, b) => __defProps$2(a, __getOwnPropDescs$2(b));
38938
- var __objRest$4 = (source, exclude) => {
38938
+ var __objRest$5 = (source, exclude) => {
38939
38939
  var target = {};
38940
38940
  for (var prop in source)
38941
- if (__hasOwnProp$8.call(source, prop) && exclude.indexOf(prop) < 0)
38941
+ if (__hasOwnProp$9.call(source, prop) && exclude.indexOf(prop) < 0)
38942
38942
  target[prop] = source[prop];
38943
- if (source != null && __getOwnPropSymbols$8)
38944
- for (var prop of __getOwnPropSymbols$8(source)) {
38945
- if (exclude.indexOf(prop) < 0 && __propIsEnum$8.call(source, prop))
38943
+ if (source != null && __getOwnPropSymbols$9)
38944
+ for (var prop of __getOwnPropSymbols$9(source)) {
38945
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$9.call(source, prop))
38946
38946
  target[prop] = source[prop];
38947
38947
  }
38948
38948
  return target;
38949
38949
  };
38950
38950
  const Printer = (_a) => {
38951
- var _b = _a, { children } = _b, props = __objRest$4(_b, ["children"]);
38951
+ var _b = _a, { children } = _b, props = __objRest$5(_b, ["children"]);
38952
38952
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
38953
38953
  BasePrinter,
38954
38954
  __spreadProps$2(__spreadValues$8({
@@ -46942,17 +46942,17 @@ const exportToImageShare = async (reportRef, actionButtonsRef, lotteryType, tick
46942
46942
  };
46943
46943
 
46944
46944
  var __defProp$7 = Object.defineProperty;
46945
- var __getOwnPropSymbols$7 = Object.getOwnPropertySymbols;
46946
- var __hasOwnProp$7 = Object.prototype.hasOwnProperty;
46947
- var __propIsEnum$7 = Object.prototype.propertyIsEnumerable;
46945
+ var __getOwnPropSymbols$8 = Object.getOwnPropertySymbols;
46946
+ var __hasOwnProp$8 = Object.prototype.hasOwnProperty;
46947
+ var __propIsEnum$8 = Object.prototype.propertyIsEnumerable;
46948
46948
  var __defNormalProp$7 = (obj, key, value) => key in obj ? __defProp$7(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
46949
46949
  var __spreadValues$7 = (a, b) => {
46950
46950
  for (var prop in b || (b = {}))
46951
- if (__hasOwnProp$7.call(b, prop))
46951
+ if (__hasOwnProp$8.call(b, prop))
46952
46952
  __defNormalProp$7(a, prop, b[prop]);
46953
- if (__getOwnPropSymbols$7)
46954
- for (var prop of __getOwnPropSymbols$7(b)) {
46955
- if (__propIsEnum$7.call(b, prop))
46953
+ if (__getOwnPropSymbols$8)
46954
+ for (var prop of __getOwnPropSymbols$8(b)) {
46955
+ if (__propIsEnum$8.call(b, prop))
46956
46956
  __defNormalProp$7(a, prop, b[prop]);
46957
46957
  }
46958
46958
  return a;
@@ -47046,35 +47046,35 @@ const TicketModalWrapper = (props) => {
47046
47046
  };
47047
47047
 
47048
47048
  var __defProp$6 = Object.defineProperty;
47049
- var __getOwnPropSymbols$6 = Object.getOwnPropertySymbols;
47050
- var __hasOwnProp$6 = Object.prototype.hasOwnProperty;
47051
- var __propIsEnum$6 = Object.prototype.propertyIsEnumerable;
47049
+ var __getOwnPropSymbols$7 = Object.getOwnPropertySymbols;
47050
+ var __hasOwnProp$7 = Object.prototype.hasOwnProperty;
47051
+ var __propIsEnum$7 = Object.prototype.propertyIsEnumerable;
47052
47052
  var __defNormalProp$6 = (obj, key, value) => key in obj ? __defProp$6(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
47053
47053
  var __spreadValues$6 = (a, b) => {
47054
47054
  for (var prop in b || (b = {}))
47055
- if (__hasOwnProp$6.call(b, prop))
47055
+ if (__hasOwnProp$7.call(b, prop))
47056
47056
  __defNormalProp$6(a, prop, b[prop]);
47057
- if (__getOwnPropSymbols$6)
47058
- for (var prop of __getOwnPropSymbols$6(b)) {
47059
- if (__propIsEnum$6.call(b, prop))
47057
+ if (__getOwnPropSymbols$7)
47058
+ for (var prop of __getOwnPropSymbols$7(b)) {
47059
+ if (__propIsEnum$7.call(b, prop))
47060
47060
  __defNormalProp$6(a, prop, b[prop]);
47061
47061
  }
47062
47062
  return a;
47063
47063
  };
47064
- var __objRest$3 = (source, exclude) => {
47064
+ var __objRest$4 = (source, exclude) => {
47065
47065
  var target = {};
47066
47066
  for (var prop in source)
47067
- if (__hasOwnProp$6.call(source, prop) && exclude.indexOf(prop) < 0)
47067
+ if (__hasOwnProp$7.call(source, prop) && exclude.indexOf(prop) < 0)
47068
47068
  target[prop] = source[prop];
47069
- if (source != null && __getOwnPropSymbols$6)
47070
- for (var prop of __getOwnPropSymbols$6(source)) {
47071
- if (exclude.indexOf(prop) < 0 && __propIsEnum$6.call(source, prop))
47069
+ if (source != null && __getOwnPropSymbols$7)
47070
+ for (var prop of __getOwnPropSymbols$7(source)) {
47071
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$7.call(source, prop))
47072
47072
  target[prop] = source[prop];
47073
47073
  }
47074
47074
  return target;
47075
47075
  };
47076
47076
  function TicketModal(_a) {
47077
- var _b = _a, { object, toggle } = _b, props = __objRest$3(_b, ["object", "toggle"]);
47077
+ var _b = _a, { object, toggle } = _b, props = __objRest$4(_b, ["object", "toggle"]);
47078
47078
  if (!object) return null;
47079
47079
  return /* @__PURE__ */ jsxRuntimeExports.jsx(ScopeHost, { children: (container) => container && /* @__PURE__ */ jsxRuntimeExports.jsx(
47080
47080
  Modal,
@@ -47215,17 +47215,17 @@ const PostTable = memo(({ data = [], fallbackTwo = "", fallbackThree = "", usePo
47215
47215
  var __defProp$5 = Object.defineProperty;
47216
47216
  var __defProps$1 = Object.defineProperties;
47217
47217
  var __getOwnPropDescs$1 = Object.getOwnPropertyDescriptors;
47218
- var __getOwnPropSymbols$5 = Object.getOwnPropertySymbols;
47219
- var __hasOwnProp$5 = Object.prototype.hasOwnProperty;
47220
- var __propIsEnum$5 = Object.prototype.propertyIsEnumerable;
47218
+ var __getOwnPropSymbols$6 = Object.getOwnPropertySymbols;
47219
+ var __hasOwnProp$6 = Object.prototype.hasOwnProperty;
47220
+ var __propIsEnum$6 = Object.prototype.propertyIsEnumerable;
47221
47221
  var __defNormalProp$5 = (obj, key, value) => key in obj ? __defProp$5(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
47222
47222
  var __spreadValues$5 = (a, b) => {
47223
47223
  for (var prop in b || (b = {}))
47224
- if (__hasOwnProp$5.call(b, prop))
47224
+ if (__hasOwnProp$6.call(b, prop))
47225
47225
  __defNormalProp$5(a, prop, b[prop]);
47226
- if (__getOwnPropSymbols$5)
47227
- for (var prop of __getOwnPropSymbols$5(b)) {
47228
- if (__propIsEnum$5.call(b, prop))
47226
+ if (__getOwnPropSymbols$6)
47227
+ for (var prop of __getOwnPropSymbols$6(b)) {
47228
+ if (__propIsEnum$6.call(b, prop))
47229
47229
  __defNormalProp$5(a, prop, b[prop]);
47230
47230
  }
47231
47231
  return a;
@@ -59071,29 +59071,29 @@ const PaidApi = "api/v1.0.0/order/paid";
59071
59071
  const PayoutApi = "api/v1.0.0/order/payout";
59072
59072
 
59073
59073
  var __defProp$4 = Object.defineProperty;
59074
- var __getOwnPropSymbols$4 = Object.getOwnPropertySymbols;
59075
- var __hasOwnProp$4 = Object.prototype.hasOwnProperty;
59076
- var __propIsEnum$4 = Object.prototype.propertyIsEnumerable;
59074
+ var __getOwnPropSymbols$5 = Object.getOwnPropertySymbols;
59075
+ var __hasOwnProp$5 = Object.prototype.hasOwnProperty;
59076
+ var __propIsEnum$5 = Object.prototype.propertyIsEnumerable;
59077
59077
  var __defNormalProp$4 = (obj, key, value) => key in obj ? __defProp$4(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
59078
59078
  var __spreadValues$4 = (a, b) => {
59079
59079
  for (var prop in b || (b = {}))
59080
- if (__hasOwnProp$4.call(b, prop))
59080
+ if (__hasOwnProp$5.call(b, prop))
59081
59081
  __defNormalProp$4(a, prop, b[prop]);
59082
- if (__getOwnPropSymbols$4)
59083
- for (var prop of __getOwnPropSymbols$4(b)) {
59084
- if (__propIsEnum$4.call(b, prop))
59082
+ if (__getOwnPropSymbols$5)
59083
+ for (var prop of __getOwnPropSymbols$5(b)) {
59084
+ if (__propIsEnum$5.call(b, prop))
59085
59085
  __defNormalProp$4(a, prop, b[prop]);
59086
59086
  }
59087
59087
  return a;
59088
59088
  };
59089
- var __objRest$2 = (source, exclude) => {
59089
+ var __objRest$3 = (source, exclude) => {
59090
59090
  var target = {};
59091
59091
  for (var prop in source)
59092
- if (__hasOwnProp$4.call(source, prop) && exclude.indexOf(prop) < 0)
59092
+ if (__hasOwnProp$5.call(source, prop) && exclude.indexOf(prop) < 0)
59093
59093
  target[prop] = source[prop];
59094
- if (source != null && __getOwnPropSymbols$4)
59095
- for (var prop of __getOwnPropSymbols$4(source)) {
59096
- if (exclude.indexOf(prop) < 0 && __propIsEnum$4.call(source, prop))
59094
+ if (source != null && __getOwnPropSymbols$5)
59095
+ for (var prop of __getOwnPropSymbols$5(source)) {
59096
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$5.call(source, prop))
59097
59097
  target[prop] = source[prop];
59098
59098
  }
59099
59099
  return target;
@@ -59112,7 +59112,7 @@ function DeleteModal(_a) {
59112
59112
  accessToken,
59113
59113
  isRemoveReason,
59114
59114
  isSystem = false
59115
- } = _b; __objRest$2(_b, [
59115
+ } = _b; __objRest$3(_b, [
59116
59116
  "ticket",
59117
59117
  "isOpen",
59118
59118
  "onClose",
@@ -59289,17 +59289,17 @@ DeleteModal.propTypes = {
59289
59289
  };
59290
59290
 
59291
59291
  var __defProp$3 = Object.defineProperty;
59292
- var __getOwnPropSymbols$3 = Object.getOwnPropertySymbols;
59293
- var __hasOwnProp$3 = Object.prototype.hasOwnProperty;
59294
- var __propIsEnum$3 = Object.prototype.propertyIsEnumerable;
59292
+ var __getOwnPropSymbols$4 = Object.getOwnPropertySymbols;
59293
+ var __hasOwnProp$4 = Object.prototype.hasOwnProperty;
59294
+ var __propIsEnum$4 = Object.prototype.propertyIsEnumerable;
59295
59295
  var __defNormalProp$3 = (obj, key, value) => key in obj ? __defProp$3(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
59296
59296
  var __spreadValues$3 = (a, b) => {
59297
59297
  for (var prop in b || (b = {}))
59298
- if (__hasOwnProp$3.call(b, prop))
59298
+ if (__hasOwnProp$4.call(b, prop))
59299
59299
  __defNormalProp$3(a, prop, b[prop]);
59300
- if (__getOwnPropSymbols$3)
59301
- for (var prop of __getOwnPropSymbols$3(b)) {
59302
- if (__propIsEnum$3.call(b, prop))
59300
+ if (__getOwnPropSymbols$4)
59301
+ for (var prop of __getOwnPropSymbols$4(b)) {
59302
+ if (__propIsEnum$4.call(b, prop))
59303
59303
  __defNormalProp$3(a, prop, b[prop]);
59304
59304
  }
59305
59305
  return a;
@@ -59383,17 +59383,17 @@ DeleteTicketButton.propTypes = {
59383
59383
  };
59384
59384
 
59385
59385
  var __defProp$2 = Object.defineProperty;
59386
- var __getOwnPropSymbols$2 = Object.getOwnPropertySymbols;
59387
- var __hasOwnProp$2 = Object.prototype.hasOwnProperty;
59388
- var __propIsEnum$2 = Object.prototype.propertyIsEnumerable;
59386
+ var __getOwnPropSymbols$3 = Object.getOwnPropertySymbols;
59387
+ var __hasOwnProp$3 = Object.prototype.hasOwnProperty;
59388
+ var __propIsEnum$3 = Object.prototype.propertyIsEnumerable;
59389
59389
  var __defNormalProp$2 = (obj, key, value) => key in obj ? __defProp$2(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
59390
59390
  var __spreadValues$2 = (a, b) => {
59391
59391
  for (var prop in b || (b = {}))
59392
- if (__hasOwnProp$2.call(b, prop))
59392
+ if (__hasOwnProp$3.call(b, prop))
59393
59393
  __defNormalProp$2(a, prop, b[prop]);
59394
- if (__getOwnPropSymbols$2)
59395
- for (var prop of __getOwnPropSymbols$2(b)) {
59396
- if (__propIsEnum$2.call(b, prop))
59394
+ if (__getOwnPropSymbols$3)
59395
+ for (var prop of __getOwnPropSymbols$3(b)) {
59396
+ if (__propIsEnum$3.call(b, prop))
59397
59397
  __defNormalProp$2(a, prop, b[prop]);
59398
59398
  }
59399
59399
  return a;
@@ -59681,29 +59681,29 @@ ProtestButton.propTypes = {
59681
59681
  };
59682
59682
 
59683
59683
  var __defProp$1 = Object.defineProperty;
59684
- var __getOwnPropSymbols$1 = Object.getOwnPropertySymbols;
59685
- var __hasOwnProp$1 = Object.prototype.hasOwnProperty;
59686
- var __propIsEnum$1 = Object.prototype.propertyIsEnumerable;
59684
+ var __getOwnPropSymbols$2 = Object.getOwnPropertySymbols;
59685
+ var __hasOwnProp$2 = Object.prototype.hasOwnProperty;
59686
+ var __propIsEnum$2 = Object.prototype.propertyIsEnumerable;
59687
59687
  var __defNormalProp$1 = (obj, key, value) => key in obj ? __defProp$1(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
59688
59688
  var __spreadValues$1 = (a, b) => {
59689
59689
  for (var prop in b || (b = {}))
59690
- if (__hasOwnProp$1.call(b, prop))
59690
+ if (__hasOwnProp$2.call(b, prop))
59691
59691
  __defNormalProp$1(a, prop, b[prop]);
59692
- if (__getOwnPropSymbols$1)
59693
- for (var prop of __getOwnPropSymbols$1(b)) {
59694
- if (__propIsEnum$1.call(b, prop))
59692
+ if (__getOwnPropSymbols$2)
59693
+ for (var prop of __getOwnPropSymbols$2(b)) {
59694
+ if (__propIsEnum$2.call(b, prop))
59695
59695
  __defNormalProp$1(a, prop, b[prop]);
59696
59696
  }
59697
59697
  return a;
59698
59698
  };
59699
- var __objRest$1 = (source, exclude) => {
59699
+ var __objRest$2 = (source, exclude) => {
59700
59700
  var target = {};
59701
59701
  for (var prop in source)
59702
- if (__hasOwnProp$1.call(source, prop) && exclude.indexOf(prop) < 0)
59702
+ if (__hasOwnProp$2.call(source, prop) && exclude.indexOf(prop) < 0)
59703
59703
  target[prop] = source[prop];
59704
- if (source != null && __getOwnPropSymbols$1)
59705
- for (var prop of __getOwnPropSymbols$1(source)) {
59706
- if (exclude.indexOf(prop) < 0 && __propIsEnum$1.call(source, prop))
59704
+ if (source != null && __getOwnPropSymbols$2)
59705
+ for (var prop of __getOwnPropSymbols$2(source)) {
59706
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$2.call(source, prop))
59707
59707
  target[prop] = source[prop];
59708
59708
  }
59709
59709
  return target;
@@ -59720,7 +59720,7 @@ function RemarkModal(_a) {
59720
59720
  Env = {},
59721
59721
  isSubmitting: externalSubmitting = false,
59722
59722
  accessToken
59723
- } = _b; __objRest$1(_b, [
59723
+ } = _b; __objRest$2(_b, [
59724
59724
  "object",
59725
59725
  "ticket",
59726
59726
  "onClose",
@@ -59847,6 +59847,58 @@ RemarkModal.propTypes = {
59847
59847
  accessToken: PropTypes$2.string.isRequired
59848
59848
  };
59849
59849
 
59850
+ var __getOwnPropSymbols$1 = Object.getOwnPropertySymbols;
59851
+ var __hasOwnProp$1 = Object.prototype.hasOwnProperty;
59852
+ var __propIsEnum$1 = Object.prototype.propertyIsEnumerable;
59853
+ var __objRest$1 = (source, exclude) => {
59854
+ var target = {};
59855
+ for (var prop in source)
59856
+ if (__hasOwnProp$1.call(source, prop) && exclude.indexOf(prop) < 0)
59857
+ target[prop] = source[prop];
59858
+ if (source != null && __getOwnPropSymbols$1)
59859
+ for (var prop of __getOwnPropSymbols$1(source)) {
59860
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$1.call(source, prop))
59861
+ target[prop] = source[prop];
59862
+ }
59863
+ return target;
59864
+ };
59865
+ function RemarkModalShowOnly(_a) {
59866
+ var _b = _a, {
59867
+ remark,
59868
+ isOpen,
59869
+ onClose
59870
+ } = _b; __objRest$1(_b, [
59871
+ "remark",
59872
+ "isOpen",
59873
+ "onClose"
59874
+ ]);
59875
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(ScopeHost, { children: (container) => container && /* @__PURE__ */ jsxRuntimeExports.jsx(
59876
+ Modal,
59877
+ {
59878
+ isOpen,
59879
+ toggle: onClose,
59880
+ container,
59881
+ backdropClassName: "modal-backdrop",
59882
+ modalClassName: "modal scroll-modal",
59883
+ contentClassName: "",
59884
+ style: { width: 380 },
59885
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(ModalBody, { className: "d-inline-flex justify-content-center p-0 font-Hanuman", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "w-75", children: [
59886
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
59887
+ FeatherIcon,
59888
+ {
59889
+ icon: "alert-circle",
59890
+ className: "text-warning px-1",
59891
+ style: { width: 110, height: 110, marginTop: 20, marginBottom: 0 }
59892
+ }
59893
+ ) }),
59894
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "f-25 text-center mb-2", style: { color: "#000000a6" }, children: "\u1780\u17C6\u178E\u178F\u17CB\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB :" }),
59895
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "f-15", children: remark }),
59896
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "my-3 d-flex justify-content-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx("button", { type: "button", className: "btn-cancel", onClick: onClose, children: "\u1794\u17B7\u1791" }) })
59897
+ ] }) })
59898
+ }
59899
+ ) });
59900
+ }
59901
+
59850
59902
  var __defProp = Object.defineProperty;
59851
59903
  var __defProps = Object.defineProperties;
59852
59904
  var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
@@ -60073,7 +60125,7 @@ function MoreMenu(_a) {
60073
60125
  !isSystem && /* @__PURE__ */ jsxRuntimeExports.jsxs(
60074
60126
  DropdownItem,
60075
60127
  {
60076
- id: "remark-btn",
60128
+ id: `remark-btn-${ticket == null ? void 0 : ticket.ticketNumber}`,
60077
60129
  type: "button",
60078
60130
  onClick: () => openModal("remark"),
60079
60131
  disabled: !object,
@@ -60171,5 +60223,5 @@ MoreMenu.propTypes = {
60171
60223
  ])
60172
60224
  };
60173
60225
 
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 };
60226
+ export { DeleteModal, DeleteTicketButton, MoreMenu as DropdownMenu, KPLO, KPPostCode, Printer, ProtestButton, ProtestModal, ProtestTicket, RemarkConfigToggle, RemarkModal, RemarkModalShowOnly, SCPostCode, SaryLottery, SaryPrintAll, THLabel, Ticket, TicketModal, TransferTicket, clickRemarkBtn, getS3ImgPrint, getStoredIsRemark, isVNType, lType, lotteryLabel, lotteryLabelOnline, lotteryLabelVN, mapBetTitle, mapLabels, mapStrPost };
60175
60227
  //# sourceMappingURL=index.esm.js.map