@realtek/core-theme 0.0.73 → 0.0.75
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 +3 -2
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -9379,7 +9379,7 @@ function wp({ moduleName: e, action: t, clientId: n, region: r, formGroups: i, l
|
|
|
9379
9379
|
})]
|
|
9380
9380
|
}),
|
|
9381
9381
|
v && oe.searched && /* @__PURE__ */ Q(vf, {
|
|
9382
|
-
moduleName: e
|
|
9382
|
+
moduleName: e,
|
|
9383
9383
|
breadcrumbItems: [],
|
|
9384
9384
|
dataSource: oe.rows,
|
|
9385
9385
|
fields: dt,
|
|
@@ -30017,7 +30017,8 @@ var sw = {
|
|
|
30017
30017
|
label: "Hiring stage",
|
|
30018
30018
|
type: "select",
|
|
30019
30019
|
required: !0,
|
|
30020
|
-
fetchOptionsKey: "hiringStages"
|
|
30020
|
+
fetchOptionsKey: "hiringStages",
|
|
30021
|
+
initialValueKey: "hiringStage"
|
|
30021
30022
|
}]
|
|
30022
30023
|
}, lw = {
|
|
30023
30024
|
searchOptions: async (e, t) => e.searchFetchKey === "tagToJobJobList" ? Em(t) : [],
|