ados-rcm 1.1.654 → 1.1.655

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.es.js CHANGED
@@ -30004,7 +30004,7 @@ const b1 = (n) => {
30004
30004
  n < 0 && (e += "-", n = -n);
30005
30005
  const t = Math.floor(n / 3600), r = Math.floor(n % 3600 / 60), i = n % 60;
30006
30006
  return t > 0 && (e += t.toString().padStart(2, "0") + ":"), e += r.toString().padStart(2, "0") + ":", e += i.toString().padStart(2, "0"), e;
30007
- }, OU = /[a-zA-Z0-9]/, PU = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9]{2,}$/, DU = /^[a-zA-Z0-9._-]+$/, NU = /^[0-9a-fA-F-]+$/i, FU = /[가-힣ㄱ-ㅎㅏ-ㅣ]/, BU = /^\S*$/, zU = /^([^ㄱ-ㅎㅏ-ㅣ])*$/i, HU = /[!@#$%^&*+=;:?/<>\\[\](){}~\-_.(),]/, WU = /^(?=.*[A-Za-z])(?=.*\d)(?=.*[\W_])[A-Za-z\d\W_]{8,}$/, UU = /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$/, CA = {
30007
+ }, OU = /[a-zA-Z0-9]/, PU = /^[a-zA-Z0-9]*$/, DU = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9]{2,}$/, NU = /^[a-zA-Z0-9._-]+$/, FU = /^[0-9a-fA-F-]+$/i, BU = /[가-힣ㄱ-ㅎㅏ-ㅣ]/, zU = /^\S*$/, HU = /^([^ㄱ-ㅎㅏ-ㅣ])*$/i, WU = /[!@#$%^&*+=;:?/<>\\[\](){}~\-_.(),]/, UU = /^(?=.*[A-Za-z])(?=.*\d)(?=.*[\W_])[A-Za-z\d\W_]{8,}$/, GU = /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$/, CA = {
30008
30008
  hasKr: (n) => /[가-힣ㄱ-ㅎㅏ-ㅣ]/.test(n),
30009
30009
  hasMalKr: (n) => /[ㄱ-ㅎㅏ-ㅣ]/.test(n),
30010
30010
  hasBlank: (n) => /\s/.test(n),
@@ -30025,7 +30025,7 @@ const b1 = (n) => {
30025
30025
  validate: CA,
30026
30026
  FileSizeTrans: b1,
30027
30027
  uuid: _A
30028
- }, GU = (n) => {
30028
+ }, YU = (n) => {
30029
30029
  const e = Zn.c(52);
30030
30030
  let t, r, i, o, l, a;
30031
30031
  if (e[0] !== n) {
@@ -30178,7 +30178,7 @@ const Qn = {
30178
30178
  ReadOnly: NA,
30179
30179
  Error: "_Error_16eoo_57",
30180
30180
  ANumInputUnitSelect: FA
30181
- }, YU = ["Primary", "Secondary", "ReadOnly", "Error"], Ng = (n) => {
30181
+ }, VU = ["Primary", "Secondary", "ReadOnly", "Error"], Ng = (n) => {
30182
30182
  const {
30183
30183
  onEnterPress: e,
30184
30184
  type: t = "Primary",
@@ -30206,11 +30206,20 @@ const Qn = {
30206
30206
  ...K
30207
30207
  }, G] = F1(B), X = Tt(() => BA(K.errorMessage) ? "Error" : t, [K.errorMessage, t]), ue = Tt(() => X === "ReadOnly" ? !0 : o, [X, o]), Z = Tt(() => G.isDisabled || G.isLoading, [G.isDisabled, G.isLoading]), [ee, te] = Qo(i, ""), ce = Rt((j) => {
30208
30208
  var ne;
30209
- Z || ((ne = _ == null ? void 0 : _.onKeyDown) == null || ne.call(_, j), ["Escape", "Enter", "ArrowUp", "ArrowDown"].includes(j.key) || j.stopPropagation(), j.key === "Enter" && e && e(j.currentTarget.value));
30210
- }, [Z, _, e]), le = Rt((j) => {
30209
+ if (!Z) {
30210
+ if (O && j.key.length === 1) {
30211
+ const de = j.currentTarget.value, ye = de.slice(0, j.currentTarget.selectionStart || 0) + j.key + de.slice(j.currentTarget.selectionEnd || 0);
30212
+ if (!new RegExp(O).test(ye)) {
30213
+ j.preventDefault();
30214
+ return;
30215
+ }
30216
+ }
30217
+ (ne = _ == null ? void 0 : _.onKeyDown) == null || ne.call(_, j), ["Escape", "Enter", "ArrowUp", "ArrowDown"].includes(j.key) || j.stopPropagation(), j.key === "Enter" && e && e(j.currentTarget.value);
30218
+ }
30219
+ }, [Z, _, e, O]), le = Rt((j) => {
30211
30220
  var ne;
30212
- Z || a && j.target.value.length < a || (te == null || te(j.target.value), (ne = _ == null ? void 0 : _.onChange) == null || ne.call(_, j));
30213
- }, [Z, a, te, _]);
30221
+ Z || O && !new RegExp(O).test(j.target.value) || a && j.target.value.length < a || (te == null || te(j.target.value), (ne = _ == null ? void 0 : _.onChange) == null || ne.call(_, j));
30222
+ }, [Z, a, te, _, O]);
30214
30223
  return x ? /* @__PURE__ */ L.jsx(Dg, { wrapId: z, wrapProps: U, labelProps: N, ...K, children: /* @__PURE__ */ L.jsx("form", { onSubmit: (j) => j.preventDefault(), children: /* @__PURE__ */ L.jsxs(ji, { ...G, className: gt.clsx(cu.InputContainer, cu[X], Z && cu.UnAvailable, G.className), children: [
30215
30224
  T && /* @__PURE__ */ L.jsx("div", { className: cu.LeftAddon, children: T }),
30216
30225
  /* @__PURE__ */ L.jsx("input", { ..._, ref: r, autoComplete: w, autoFocus: m, className: gt.clsx(cu.AInput, X === "Error" && cu.InputError, _ == null ? void 0 : _.className), id: P, list: `${P}-datalist`, maxLength: h, placeholder: l, readOnly: ue, tabIndex: G.isDisabled || G.isLoading ? -1 : g, type: "password", value: ee, onChange: le, onKeyDown: ce }),
@@ -30241,7 +30250,7 @@ const zA = "_ASelect_1gbzd_1", HA = "_Arrow_1gbzd_14", WA = "_Primary_1gbzd_23",
30241
30250
  Option: QA,
30242
30251
  Selected: qA,
30243
30252
  CheckBox: jA
30244
- }, VU = ["Primary", "Secondary", "Raw"], ug = (n) => {
30253
+ }, ZU = ["Primary", "Secondary", "Raw"], ug = (n) => {
30245
30254
  const {
30246
30255
  options: e,
30247
30256
  useSelect: t,
@@ -30779,7 +30788,7 @@ const x0 = (n) => {
30779
30788
  e[0] === Symbol.for("react.memo_cache_sentinel") ? (t = gt.clsx(qi.ChoiceButton, "Headline2"), e[0] = t) : t = e[0];
30780
30789
  let r;
30781
30790
  return e[1] !== n ? (r = /* @__PURE__ */ L.jsx(fu, { className: t, type: "Secondary", ...n }), e[1] = n, e[2] = r) : r = e[2], r;
30782
- }, ZU = ["Primary", "Secondary", "Raw"], tC = (n) => {
30791
+ }, XU = ["Primary", "Secondary", "Raw"], tC = (n) => {
30783
30792
  const e = Zn.c(255);
30784
30793
  let t, r, i, o, l, a, h, g, m, x, w, _, T, R, k, O;
30785
30794
  e[0] !== n ? ({
@@ -31178,7 +31187,7 @@ const x0 = (n) => {
31178
31187
  Content: t8,
31179
31188
  Action: n8,
31180
31189
  Button: r8
31181
- }, XU = ["okCancel", "cancelOk", "ok", "cancel", "none"], KU = (n) => {
31190
+ }, KU = ["okCancel", "cancelOk", "ok", "cancel", "none"], JU = (n) => {
31182
31191
  const e = Zn.c(129), {
31183
31192
  dlgCore: t,
31184
31193
  type: r,
@@ -31452,7 +31461,7 @@ const x0 = (n) => {
31452
31461
  X
31453
31462
  ] }, t), e[37] = G, e[38] = X, e[39] = t, e[40] = ue) : ue = e[40], ue;
31454
31463
  }
31455
- }, JU = (n) => {
31464
+ }, QU = (n) => {
31456
31465
  const e = Tt(() => Math.random().toFixed(32), []), t = Tt(() => {
31457
31466
  const _ = {};
31458
31467
  return n.forEach((T) => {
@@ -31521,7 +31530,7 @@ const x0 = (n) => {
31521
31530
  const T = Object.keys(w), R = Oh.filter((k) => T.includes(k.id));
31522
31531
  Oh.length = 0, Oh.push(...R);
31523
31532
  }), [w, t]), w;
31524
- }, QU = () => {
31533
+ }, qU = () => {
31525
31534
  const n = Tt(() => Math.random().toFixed(32), []), [e, t] = mn(!1), r = _n({
31526
31535
  open: () => t(!0),
31527
31536
  close: () => {
@@ -31564,14 +31573,14 @@ const x0 = (n) => {
31564
31573
  const h = i && r;
31565
31574
  let g;
31566
31575
  return e[3] !== h ? (g = /* @__PURE__ */ L.jsx(F3, { children: h }), e[3] = h, e[4] = g) : g = e[4], g;
31567
- }, qU = (n) => (e) => {
31576
+ }, jU = (n) => (e) => {
31568
31577
  const {
31569
31578
  dlgCore: t
31570
31579
  } = e;
31571
31580
  return /* @__PURE__ */ L.jsx(l8, { dlgCore: t, children: ii.cloneElement(/* @__PURE__ */ L.jsx(n, { ...e }), {
31572
31581
  dlgCore: t
31573
31582
  }) });
31574
- }, Oh = [], jU = {
31583
+ }, Oh = [], $U = {
31575
31584
  closeAllDlgs: () => {
31576
31585
  Oh.forEach((n) => {
31577
31586
  n.core.action.close();
@@ -31581,7 +31590,7 @@ const x0 = (n) => {
31581
31590
  AFileBox: s8,
31582
31591
  SelectedFile: a8,
31583
31592
  Dropping: c8
31584
- }, $U = (n) => {
31593
+ }, eG = (n) => {
31585
31594
  const e = Zn.c(60);
31586
31595
  let t, r, i, o, l, a, h, g, m, x, w, _;
31587
31596
  e[0] !== n ? ({
@@ -31810,7 +31819,7 @@ const y8 = (n) => n.idx ? n.idx.toString() : `${n.name}-${n.size}-${n.lastModifi
31810
31819
  e[7] === Symbol.for("react.memo_cache_sentinel") ? (T = () => g(!0), R = () => g(!1), e[7] = T, e[8] = R) : (T = e[7], R = e[8]);
31811
31820
  let k;
31812
31821
  return e[9] !== m || e[10] !== x || e[11] !== w || e[12] !== _ ? (k = /* @__PURE__ */ L.jsx(Ga, { className: m, icon: x, iconSize: "sm", tooltip: w, type: "Raw", onClick: _, onMouseEnter: T, onMouseLeave: R }), e[9] = m, e[10] = x, e[11] = w, e[12] = _, e[13] = k) : k = e[13], k;
31813
- }, eG = (n) => {
31822
+ }, tG = (n) => {
31814
31823
  const {
31815
31824
  useFiles: e,
31816
31825
  accept: t,
@@ -32197,7 +32206,7 @@ function G8(n) {
32197
32206
  }
32198
32207
  const db = {
32199
32208
  parseInt: G8
32200
- }, Y8 = `${Number.MAX_SAFE_INTEGER}`.length - 1, tG = (n) => {
32209
+ }, Y8 = `${Number.MAX_SAFE_INTEGER}`.length - 1, nG = (n) => {
32201
32210
  const e = Zn.c(58);
32202
32211
  let t, r, i, o, l, a, h, g, m, x, w, _, T;
32203
32212
  if (e[0] !== n) {
@@ -32322,7 +32331,7 @@ const db = {
32322
32331
  Row: Z8,
32323
32332
  Label: X8,
32324
32333
  Content: K8
32325
- }, nG = (n) => {
32334
+ }, rG = (n) => {
32326
32335
  const e = Zn.c(48);
32327
32336
  let t, r, i, o, l, a, h, g, m, x, w, _, T, R, k, O, P, B;
32328
32337
  if (e[0] !== n) {
@@ -32460,7 +32469,7 @@ const db = {
32460
32469
  RadioButton: r9,
32461
32470
  InnerCircle: i9,
32462
32471
  isChecked: o9
32463
- }, rG = (n) => {
32472
+ }, iG = (n) => {
32464
32473
  const {
32465
32474
  options: e,
32466
32475
  useSelect: t,
@@ -32516,7 +32525,7 @@ const db = {
32516
32525
  Option: y9,
32517
32526
  Selected: m9,
32518
32527
  CheckBox: x9
32519
- }, iG = (n) => {
32528
+ }, oG = (n) => {
32520
32529
  const {
32521
32530
  options: e,
32522
32531
  useSelect: t,
@@ -32675,7 +32684,7 @@ const C9 = (n) => {
32675
32684
  Right: M9,
32676
32685
  ContentContainer: O9,
32677
32686
  Content: P9
32678
- }, oG = (n) => {
32687
+ }, lG = (n) => {
32679
32688
  const e = Zn.c(26), {
32680
32689
  useSelect: t,
32681
32690
  steps: r,
@@ -32738,7 +32747,7 @@ const C9 = (n) => {
32738
32747
  IsDisabled: Y9,
32739
32748
  Tertiary: V9,
32740
32749
  Quaternary: Z9
32741
- }, lG = ["Primary", "Secondary", "Tertiary", "Quaternary"], X9 = (n) => {
32750
+ }, sG = ["Primary", "Secondary", "Tertiary", "Quaternary"], X9 = (n) => {
32742
32751
  const {
32743
32752
  options: e,
32744
32753
  useSelect: t,
@@ -34362,7 +34371,7 @@ const r7 = "_ATableHeader_1hzfz_1", i7 = "_LeftHeaderContent_1hzfz_11", o7 = "_R
34362
34371
  ] }),
34363
34372
  /* @__PURE__ */ L.jsx(W8, { actionRef: Z, defs: j, position: Zp.S, width: 100, onClose: () => te(void 0) })
34364
34373
  ] });
34365
- }, sG = (n) => {
34374
+ }, aG = (n) => {
34366
34375
  const e = Zn.c(253), {
34367
34376
  defs: t,
34368
34377
  pk: r,
@@ -34903,7 +34912,7 @@ const p7 = "_Base_cpm4t_7", v7 = "_ATextArea_cpm4t_11", b7 = "_Primary_cpm4t_34"
34903
34912
  Secondary: m7,
34904
34913
  ReadOnly: x7,
34905
34914
  Error: "_Error_cpm4t_66"
34906
- }, aG = ["Primary", "Secondary", "ReadOnly", "Error"], cG = (n) => {
34915
+ }, cG = ["Primary", "Secondary", "ReadOnly", "Error"], uG = (n) => {
34907
34916
  const e = Zn.c(60);
34908
34917
  let t, r, i, o, l, a, h, g, m, x, w, _, T;
34909
34918
  if (e[0] !== n) {
@@ -48806,7 +48815,7 @@ const d1 = {
48806
48815
  }
48807
48816
  return e;
48808
48817
  }
48809
- }, mG = (n) => {
48818
+ }, xG = (n) => {
48810
48819
  const {
48811
48820
  type: e = "Primary",
48812
48821
  editorRef: t,
@@ -52589,7 +52598,7 @@ const Ig = {
52589
52598
  ] }) : /* @__PURE__ */ L.jsx(Ga, { className: Wo.RightAddonIcon, icon: "Search", style: {
52590
52599
  marginRight: 4
52591
52600
  }, tooltip: a["Search(Button)"], type: "Raw", onClick: U }) }), e[12] = R, e[13] = _, e[14] = x, e[15] = B, e[16] = U, e[17] = O, e[18] = g, e[19] = a, e[20] = r, e[21] = K) : K = e[21], K;
52592
- }, xG = (n) => {
52601
+ }, wG = (n) => {
52593
52602
  var ai;
52594
52603
  const {
52595
52604
  pk: e,
@@ -54567,22 +54576,22 @@ export {
54567
54576
  Q3 as AChip,
54568
54577
  C6 as AChipKeys,
54569
54578
  MU as AChips,
54570
- GU as AClock,
54579
+ YU as AClock,
54571
54580
  rA as AColFrame,
54572
54581
  tC as ADatePicker,
54573
54582
  d6 as ADatePickerStyleKeys,
54574
- ZU as ADatePickerTypes,
54583
+ XU as ADatePickerTypes,
54575
54584
  $3 as ADateRangePicker,
54576
54585
  g6 as ADateRangePickerStyleKeys,
54577
- KU as ADialog,
54586
+ JU as ADialog,
54578
54587
  r6 as ADialogStyleKeys,
54579
- XU as ADialogTypes,
54588
+ KU as ADialogTypes,
54580
54589
  oA as ADivideFrame,
54581
- mG as AEditor,
54590
+ xG as AEditor,
54582
54591
  t6 as AEditorStyleKeys,
54583
- $U as AFileBox,
54592
+ eG as AFileBox,
54584
54593
  c6 as AFileBoxStyleKeys,
54585
- eG as AFileUploader,
54594
+ tG as AFileUploader,
54586
54595
  u6 as AFileUploaderStyleKeys,
54587
54596
  W8 as AFloatMenu,
54588
54597
  y6 as AFloatMenuKeys,
@@ -54596,42 +54605,42 @@ export {
54596
54605
  W3 as AIcons,
54597
54606
  Ng as AInput,
54598
54607
  $E as AInputStyleKeys,
54599
- YU as AInputTypes,
54600
- nG as AListView,
54608
+ VU as AInputTypes,
54609
+ rG as AListView,
54601
54610
  f6 as AListViewStyleKeys,
54602
54611
  nC as ALoadingBorder,
54603
54612
  m6 as ALoadingBorderKeys,
54604
- iG as AMultiSelect,
54613
+ oG as AMultiSelect,
54605
54614
  o6 as AMultiSelectStyleKeys,
54606
- tG as ANumInput,
54615
+ nG as ANumInput,
54607
54616
  kd as AOverflowFrame,
54608
54617
  nE as AProgressBar,
54609
- rG as ARadioSelect,
54618
+ iG as ARadioSelect,
54610
54619
  w6 as ARadioSelectKeys,
54611
54620
  $l as ARowFrame,
54612
54621
  ug as ASelect,
54613
54622
  i6 as ASelectStyleKeys,
54614
- VU as ASelectTypes,
54623
+ ZU as ASelectTypes,
54615
54624
  Is as ASpace,
54616
- oG as AStepper,
54625
+ lG as AStepper,
54617
54626
  h6 as AStepperStyleKeys,
54618
54627
  zE as ASwitch,
54619
54628
  iA as ASwitchFrame,
54620
54629
  s6 as ASwitchStyleKeys,
54621
54630
  X9 as ATab,
54622
54631
  a6 as ATabStyleKeys,
54623
- lG as ATabTypes,
54624
- sG as ATable,
54632
+ sG as ATabTypes,
54633
+ aG as ATable,
54625
54634
  v6 as ATableStyleKeys,
54626
54635
  g7 as AText,
54627
- cG as ATextArea,
54636
+ uG as ATextArea,
54628
54637
  e6 as ATextAreaStyleKeys,
54629
- aG as ATextAreaTypes,
54638
+ cG as ATextAreaTypes,
54630
54639
  LU as AThemeButton,
54631
54640
  m0 as AThemes,
54632
54641
  hE as ATooltip,
54633
54642
  qE as ATooltipStyleKeys,
54634
- xG as ATree,
54643
+ wG as ATree,
54635
54644
  l6 as ATreeStyleKeys,
54636
54645
  Dg as AWrap,
54637
54646
  x6 as AWrapKeys,
@@ -54639,7 +54648,7 @@ export {
54639
54648
  IU as AWrapTypes,
54640
54649
  xU as ApiContext,
54641
54650
  JE as BodyStyleKeys,
54642
- qU as CreateADC,
54651
+ jU as CreateADC,
54643
54652
  l9 as DefaultOptionRenderer,
54644
54653
  Zp as EDir12,
54645
54654
  Mc as EDir4,
@@ -54661,41 +54670,42 @@ export {
54661
54670
  Qn as dateF,
54662
54671
  Qh as dbF,
54663
54672
  q9 as defaultPredicate,
54664
- jU as dlgF,
54665
- DU as emailIdRegex,
54666
- PU as emailRegex,
54673
+ $U as dlgF,
54674
+ NU as emailIdRegex,
54675
+ DU as emailRegex,
54667
54676
  t1 as fileF,
54668
54677
  y8 as getFileKey,
54669
54678
  hv as getMonthsOptions,
54670
54679
  eC as getYearsOptions,
54671
- FU as hangulRegex,
54672
- NU as hexRegex,
54680
+ BU as hangulRegex,
54681
+ FU as hexRegex,
54673
54682
  aS as key,
54674
- zU as noHanguljamoRegex,
54675
- BU as noSpaceRegex,
54683
+ HU as noHanguljamoRegex,
54684
+ zU as noSpaceRegex,
54676
54685
  db as numF,
54677
54686
  rr as objF,
54687
+ PU as onlyAlphanumericRegex,
54678
54688
  WE as paletteKeys,
54679
54689
  Rm as paletteModes,
54680
- WU as passwordRegex,
54690
+ UU as passwordRegex,
54681
54691
  Pc as refinedDesignTokens,
54682
54692
  gt as sF,
54683
54693
  VE as semanticKeys,
54684
54694
  kp as semanticModes,
54685
54695
  G3 as setDir12Style,
54686
54696
  cE as setDir12StyleElem,
54687
- HU as specialCharRegex,
54697
+ WU as specialCharRegex,
54688
54698
  j3 as strF,
54689
54699
  jd as tableF,
54690
54700
  p1 as textMeasurement,
54691
54701
  Ig as treeF,
54692
- QU as useADialogCore,
54693
- JU as useADialogCores,
54702
+ qU as useADialogCore,
54703
+ QU as useADialogCores,
54694
54704
  D6 as useDB,
54695
54705
  aI as useEvent,
54696
54706
  J9 as useInit,
54697
54707
  B6 as useLayoutDB,
54698
54708
  aE as useOffset,
54699
54709
  Qo as useValues,
54700
- UU as uuidRegex
54710
+ GU as uuidRegex
54701
54711
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.654",
3
+ "version": "1.1.655",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",