@realtek/core-theme 0.0.251 → 0.0.252
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-lib/index.cjs +2 -2
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +8 -8
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -6636,12 +6636,12 @@ function Rp({ field: e, form: t, name: n, moduleName: r, value: i, checked: s, o
|
|
|
6636
6636
|
onChange: ve
|
|
6637
6637
|
});
|
|
6638
6638
|
if (f === "select") {
|
|
6639
|
-
let r = e.dataSource === "lookup", a = e.dataSource === "master", o = r || a, s =
|
|
6639
|
+
let r = e.dataSource === "lookup", a = e.dataSource === "master", o = r || a, s = mn(e);
|
|
6640
6640
|
return /* @__PURE__ */ Z(Y, { children: [/* @__PURE__ */ X(U, {
|
|
6641
6641
|
value: Ce(e, i, pe),
|
|
6642
|
-
labelInValue:
|
|
6642
|
+
labelInValue: s || void 0,
|
|
6643
6643
|
allowClear: !0,
|
|
6644
|
-
showSearch:
|
|
6644
|
+
showSearch: e.showSearch !== !1,
|
|
6645
6645
|
optionFilterProp: "label",
|
|
6646
6646
|
filterOption: o ? !1 : void 0,
|
|
6647
6647
|
disabled: le,
|
|
@@ -13149,14 +13149,14 @@ function Ov({ field: e, form: t, name: n, value: r, checked: i, fileList: s, mod
|
|
|
13149
13149
|
onChange: be
|
|
13150
13150
|
});
|
|
13151
13151
|
if (p === "select") {
|
|
13152
|
-
let i = e.dataSource === "lookup", a = e.dataSource === "master", o = i || a, s =
|
|
13152
|
+
let i = e.dataSource === "lookup", a = e.dataSource === "master", o = i || a, s = mn(e);
|
|
13153
13153
|
return /* @__PURE__ */ Z(Y, { children: [/* @__PURE__ */ X(U, {
|
|
13154
13154
|
value: Ce(e, r, me),
|
|
13155
13155
|
allowClear: !0,
|
|
13156
13156
|
disabled: fe,
|
|
13157
13157
|
loading: _,
|
|
13158
|
-
labelInValue:
|
|
13159
|
-
showSearch:
|
|
13158
|
+
labelInValue: s || void 0,
|
|
13159
|
+
showSearch: e.showSearch !== !1,
|
|
13160
13160
|
optionFilterProp: "label",
|
|
13161
13161
|
filterOption: o ? !1 : void 0,
|
|
13162
13162
|
mode: he,
|
|
@@ -17699,7 +17699,7 @@ function Ob({ type: e, record: t, lookups: n, identity: r, referralOptions: i, o
|
|
|
17699
17699
|
"."
|
|
17700
17700
|
] }) : e === "cfo" ? /* @__PURE__ */ Z(Y, { children: [
|
|
17701
17701
|
"Approving finalizes payroll at ",
|
|
17702
|
-
/* @__PURE__ */ Z("b", { children: [bb(F.
|
|
17702
|
+
/* @__PURE__ */ Z("b", { children: [bb(F.netProposedRate, le), "/hr"] }),
|
|
17703
17703
|
oe ? /* @__PURE__ */ Z(Y, { children: [
|
|
17704
17704
|
" including the ",
|
|
17705
17705
|
String(S).toLowerCase(),
|
|
@@ -17710,7 +17710,7 @@ function Ob({ type: e, record: t, lookups: n, identity: r, referralOptions: i, o
|
|
|
17710
17710
|
"."
|
|
17711
17711
|
] }) : /* @__PURE__ */ Z(Y, { children: [
|
|
17712
17712
|
"Approving locks the ",
|
|
17713
|
-
/* @__PURE__ */ Z("b", { children: [bb(F.
|
|
17713
|
+
/* @__PURE__ */ Z("b", { children: [bb(F.netProposedRate, le), "/hr"] }),
|
|
17714
17714
|
" proposed rate and moves this forward."
|
|
17715
17715
|
] })
|
|
17716
17716
|
}), /* @__PURE__ */ Z("div", {
|