@realtek/core-theme-live 0.0.364 → 0.0.365
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 +4 -4
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +24 -26
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -1379,7 +1379,6 @@ function Tl({ item: e, group: t, color: n }) {
|
|
|
1379
1379
|
return /* @__PURE__ */ Z(Pi, {
|
|
1380
1380
|
className: `dyn-card-item ${c.className}`.trim(),
|
|
1381
1381
|
style: c.style,
|
|
1382
|
-
bordered: !0,
|
|
1383
1382
|
children: [
|
|
1384
1383
|
i.map((e, n) => /* @__PURE__ */ X(Kc, {
|
|
1385
1384
|
className: "dyn-card-title",
|
|
@@ -1389,7 +1388,7 @@ function Tl({ item: e, group: t, color: n }) {
|
|
|
1389
1388
|
a.map((e, n) => /* @__PURE__ */ X(ia, {
|
|
1390
1389
|
value: e,
|
|
1391
1390
|
className: "dyn-card-stat",
|
|
1392
|
-
|
|
1391
|
+
styles: { content: Yc(t, "cardValue") }
|
|
1393
1392
|
}, `c${n}`)),
|
|
1394
1393
|
o.map((e, n) => /* @__PURE__ */ X(Kc, {
|
|
1395
1394
|
className: "dyn-card-name",
|
|
@@ -1470,7 +1469,6 @@ function Dl({ group: e, items: t }) {
|
|
|
1470
1469
|
children: /* @__PURE__ */ Z(Pi, {
|
|
1471
1470
|
className: `dyn-card-item ${r.className}`.trim(),
|
|
1472
1471
|
style: r.style,
|
|
1473
|
-
bordered: !0,
|
|
1474
1472
|
children: [
|
|
1475
1473
|
/* @__PURE__ */ X(Kc, {
|
|
1476
1474
|
className: "dyn-card-title",
|
|
@@ -1481,7 +1479,7 @@ function Dl({ group: e, items: t }) {
|
|
|
1481
1479
|
value: t.value,
|
|
1482
1480
|
groupSeparator: e.groupSeparator ?? ",",
|
|
1483
1481
|
className: "dyn-card-stat",
|
|
1484
|
-
|
|
1482
|
+
styles: { content: Yc(e, "cardValue") }
|
|
1485
1483
|
}),
|
|
1486
1484
|
Jc(vl(e, [t.key, t.label])) && /* @__PURE__ */ X(Kc, {
|
|
1487
1485
|
className: "dyn-card-sub",
|
|
@@ -1852,7 +1850,7 @@ function Vl({ text: e, lines: t, style: n }) {
|
|
|
1852
1850
|
return /* @__PURE__ */ X(Xi, {
|
|
1853
1851
|
trigger: "hover",
|
|
1854
1852
|
placement: "topLeft",
|
|
1855
|
-
|
|
1853
|
+
classNames: { root: "sticky-note-popover" },
|
|
1856
1854
|
content: i ? /* @__PURE__ */ X("div", {
|
|
1857
1855
|
className: "sticky-note-popover-content",
|
|
1858
1856
|
children: e
|
|
@@ -3782,7 +3780,7 @@ function Kf({ moduleName: e, open: t, onClose: n }) {
|
|
|
3782
3780
|
role: "presentation",
|
|
3783
3781
|
children: [/* @__PURE__ */ X("div", { className: "view-summary-scrim" }), /* @__PURE__ */ Z(Pi, {
|
|
3784
3782
|
"aria-label": `${r} summary`,
|
|
3785
|
-
|
|
3783
|
+
variant: "borderless",
|
|
3786
3784
|
className: `view-summary-card view-summary-card--${a ? "submission" : "simple"}`,
|
|
3787
3785
|
children: [
|
|
3788
3786
|
/* @__PURE__ */ X(z, {
|
|
@@ -4414,7 +4412,7 @@ function ip({ moduleName: e, open: t = !1, filters: n = [], onClose: r, onApply:
|
|
|
4414
4412
|
showIcon: !0
|
|
4415
4413
|
}), /* @__PURE__ */ X(ra, {
|
|
4416
4414
|
spinning: l,
|
|
4417
|
-
|
|
4415
|
+
description: "Loading fields…",
|
|
4418
4416
|
children: /* @__PURE__ */ X(V, {
|
|
4419
4417
|
form: o,
|
|
4420
4418
|
layout: "vertical",
|
|
@@ -5021,14 +5019,14 @@ function lm(e, t) {
|
|
|
5021
5019
|
return /* @__PURE__ */ Z("span", {
|
|
5022
5020
|
className: "job-avatar-group",
|
|
5023
5021
|
children: [r.map((e, t) => /* @__PURE__ */ X(q, {
|
|
5024
|
-
|
|
5022
|
+
classNames: { root: "job-avatar-tooltip-overlay" },
|
|
5025
5023
|
title: /* @__PURE__ */ X(Op, { item: e }),
|
|
5026
5024
|
children: /* @__PURE__ */ X(ji, {
|
|
5027
5025
|
className: `job-avatar job-avatar--${t + 1}`,
|
|
5028
5026
|
children: e.initial
|
|
5029
5027
|
})
|
|
5030
5028
|
}, e.key)), i.length > 0 && /* @__PURE__ */ X(q, {
|
|
5031
|
-
|
|
5029
|
+
classNames: { root: "job-avatar-tooltip-overlay job-avatar-more-tooltip-overlay" },
|
|
5032
5030
|
title: /* @__PURE__ */ X(kp, { items: i }),
|
|
5033
5031
|
children: /* @__PURE__ */ Z(ji, {
|
|
5034
5032
|
className: "job-avatar job-avatar--more",
|
|
@@ -5202,7 +5200,7 @@ function Vm({ label: e, sortDir: t, sortable: n, onSort: r }) {
|
|
|
5202
5200
|
}), /* @__PURE__ */ X(q, {
|
|
5203
5201
|
title: i,
|
|
5204
5202
|
mouseEnterDelay: .08,
|
|
5205
|
-
|
|
5203
|
+
classNames: { root: "job-sort-tooltip" },
|
|
5206
5204
|
children: /* @__PURE__ */ X("button", {
|
|
5207
5205
|
type: "button",
|
|
5208
5206
|
className: `job-table-sort-trigger${t ? " job-table-sort-trigger--active" : ""}`,
|
|
@@ -6079,9 +6077,9 @@ function $m({ moduleName: e, authToken: t, actions: n = [], actionRules: r = [],
|
|
|
6079
6077
|
open: ct,
|
|
6080
6078
|
onOpenChange: lt,
|
|
6081
6079
|
trigger: ["click"],
|
|
6082
|
-
|
|
6080
|
+
popupRender: () => sr,
|
|
6083
6081
|
placement: "bottomLeft",
|
|
6084
|
-
|
|
6082
|
+
classNames: { root: "column-visibility-dropdown" },
|
|
6085
6083
|
children: /* @__PURE__ */ X(z, {
|
|
6086
6084
|
"aria-label": "Display columns",
|
|
6087
6085
|
type: "text",
|
|
@@ -7300,7 +7298,7 @@ function yg({ field: e, form: t, name: n, moduleName: r, value: i, checked: a, o
|
|
|
7300
7298
|
}
|
|
7301
7299
|
}
|
|
7302
7300
|
},
|
|
7303
|
-
|
|
7301
|
+
popupRender: ct.footer ? (e) => /* @__PURE__ */ Z(Y, { children: [e, ct.footer] }) : void 0
|
|
7304
7302
|
}), ct.modal] });
|
|
7305
7303
|
}
|
|
7306
7304
|
if (m === "radio") return /* @__PURE__ */ X(Qi.Group, {
|
|
@@ -9049,7 +9047,7 @@ var Eg = Ci(function({ moduleName: e, action: t, authToken: n, clientId: r, regi
|
|
|
9049
9047
|
label: e.clientName ?? e.name ?? e.clientRefrenceId ?? e._id
|
|
9050
9048
|
})).filter((e) => e.value),
|
|
9051
9049
|
onChange: Xt,
|
|
9052
|
-
|
|
9050
|
+
popupRender: $t.footer ? (e) => /* @__PURE__ */ Z(Y, { children: [e, $t.footer] }) : void 0
|
|
9053
9051
|
}), $t.modal]
|
|
9054
9052
|
})
|
|
9055
9053
|
})
|
|
@@ -11675,7 +11673,7 @@ function ry({ moduleName: e, id: t, refreshKey: n = 0, onDescriptionSaved: r })
|
|
|
11675
11673
|
}, [i]), Oe = (e) => De ? String(e.name ?? "").trim().toLowerCase() === De : /current_employer|employer_details/i.test(e.name || "") || (e.fields || []).some((e) => e.field === "employerId");
|
|
11676
11674
|
return /* @__PURE__ */ X(ra, {
|
|
11677
11675
|
spinning: o,
|
|
11678
|
-
|
|
11676
|
+
description: "Loading detail fields...",
|
|
11679
11677
|
children: /* @__PURE__ */ Z("div", {
|
|
11680
11678
|
className: "v1-detail-left",
|
|
11681
11679
|
children: [
|
|
@@ -14600,7 +14598,7 @@ function cS({ field: e, form: t, name: n, value: r, checked: i, fileList: a, mod
|
|
|
14600
14598
|
}
|
|
14601
14599
|
}
|
|
14602
14600
|
},
|
|
14603
|
-
|
|
14601
|
+
popupRender: ft.footer ? (e) => /* @__PURE__ */ Z(Y, { children: [e, ft.footer] }) : void 0
|
|
14604
14602
|
}), ft.modal] });
|
|
14605
14603
|
}
|
|
14606
14604
|
if (h === "radio") return /* @__PURE__ */ X(Qi.Group, {
|
|
@@ -15855,10 +15853,10 @@ function dS({ moduleName: e, groupName: t, recordId: n, authToken: r, clientId:
|
|
|
15855
15853
|
fullscreen: !0,
|
|
15856
15854
|
spinning: ke.busy,
|
|
15857
15855
|
size: "large",
|
|
15858
|
-
|
|
15856
|
+
description: ke.loadingText || "Reading the file…"
|
|
15859
15857
|
}), /* @__PURE__ */ Z(ra, {
|
|
15860
15858
|
spinning: k,
|
|
15861
|
-
|
|
15859
|
+
description: "Loading form fields…",
|
|
15862
15860
|
children: [
|
|
15863
15861
|
A && /* @__PURE__ */ X(ki, {
|
|
15864
15862
|
type: "error",
|
|
@@ -16177,7 +16175,7 @@ function ES({ record: e, fields: t, selected: n, onSelect: r }) {
|
|
|
16177
16175
|
}), x.length > 0 && /* @__PURE__ */ X(Xi, {
|
|
16178
16176
|
trigger: "click",
|
|
16179
16177
|
placement: "bottomLeft",
|
|
16180
|
-
|
|
16178
|
+
classNames: { root: "sourcing-skills-popover" },
|
|
16181
16179
|
content: /* @__PURE__ */ X("div", {
|
|
16182
16180
|
className: "sourcing-skills-popup",
|
|
16183
16181
|
children: x.map((e) => /* @__PURE__ */ X(K, {
|
|
@@ -16591,9 +16589,9 @@ function NS({ listName: e = "List", fields: t = [], actions: n = [], dataSource:
|
|
|
16591
16589
|
open: ee,
|
|
16592
16590
|
onOpenChange: A,
|
|
16593
16591
|
trigger: ["click"],
|
|
16594
|
-
|
|
16592
|
+
popupRender: () => ue,
|
|
16595
16593
|
placement: "bottomLeft",
|
|
16596
|
-
|
|
16594
|
+
classNames: { root: "column-visibility-dropdown" },
|
|
16597
16595
|
children: /* @__PURE__ */ X(z, {
|
|
16598
16596
|
type: "text",
|
|
16599
16597
|
icon: /* @__PURE__ */ X("img", {
|
|
@@ -21446,7 +21444,7 @@ function fE({ type: e, record: t, lookups: n, identity: r, referralOptions: i, o
|
|
|
21446
21444
|
onDropdownVisibleChange: de,
|
|
21447
21445
|
onOpenChange: de,
|
|
21448
21446
|
popupRender: $e,
|
|
21449
|
-
|
|
21447
|
+
popupRender: $e
|
|
21450
21448
|
})]
|
|
21451
21449
|
}),
|
|
21452
21450
|
/* @__PURE__ */ Z("div", {
|
|
@@ -22326,7 +22324,7 @@ function cD({ leftOffset: e }) {
|
|
|
22326
22324
|
menu: { items: u },
|
|
22327
22325
|
trigger: ["click"],
|
|
22328
22326
|
placement: "bottomRight",
|
|
22329
|
-
|
|
22327
|
+
classNames: { root: "app-layout-user-dropdown" },
|
|
22330
22328
|
children: /* @__PURE__ */ X("button", {
|
|
22331
22329
|
type: "button",
|
|
22332
22330
|
className: "app-layout-dropdown-btn",
|
|
@@ -24153,7 +24151,7 @@ function dk({ field: e, collections: t, collFields: n, subfields: r, onCollectio
|
|
|
24153
24151
|
onSearch: (e) => {
|
|
24154
24152
|
r.includes(e);
|
|
24155
24153
|
},
|
|
24156
|
-
|
|
24154
|
+
popupRender: (e) => /* @__PURE__ */ Z(Y, { children: [e, /* @__PURE__ */ X("div", {
|
|
24157
24155
|
style: {
|
|
24158
24156
|
padding: "8px 10px",
|
|
24159
24157
|
borderTop: "1px solid var(--color-border-muted)"
|
|
@@ -50001,7 +49999,7 @@ function PF() {
|
|
|
50001
49999
|
}),
|
|
50002
50000
|
children: /* @__PURE__ */ X(ra, {
|
|
50003
50001
|
spinning: C,
|
|
50004
|
-
|
|
50002
|
+
description: "Loading mail content...",
|
|
50005
50003
|
size: "large",
|
|
50006
50004
|
children: /* @__PURE__ */ X(yF, {
|
|
50007
50005
|
value: y,
|
|
@@ -59977,7 +59975,7 @@ async function yH(e, t, n, r = 10, i = 0, a = {}) {
|
|
|
59977
59975
|
}
|
|
59978
59976
|
//#endregion
|
|
59979
59977
|
//#region src/index.js
|
|
59980
|
-
typeof window < "u" && (window.__CORE_THEME_BUILD__ = "2026-08-
|
|
59978
|
+
typeof window < "u" && (window.__CORE_THEME_BUILD__ = "2026-08-29T20:31:32.293Z");
|
|
59981
59979
|
var bH = Iz, xH = yO(PB), SH = yO(IB), CH = yO(ZB), wH = yO(lV), TH = yO(vV), EH = yO(xV), DH = yO(wV), OH = yO(DV), kH = yO(kV), AH = yO(HV), jH = yO(WV);
|
|
59982
59980
|
//#endregion
|
|
59983
59981
|
export { D as ADMIN_API_URL, ee as ADMIN_APP_ID, u as APP_ID, k as AUTH_URL, Jg as ActivityNotesCard, Ug as ActivityTab, gz as AddBatchCandidatePopup, Eg as AddFormV1, Iz as AdminDashboard, tF as AdminDashboardContent, bH as AdminPage, Dg as AppAlert, qr as AppButton, HD as AppShell, iT as ApprovalActionBar, Yg as AssigneeAvatars, FD as AuthGuard, ib as BILLING_STATUS_FLOW, WC as BOOLEAN_API_KEYS, JS as BOOLEAN_PARSEABLE_API_KEYS, Xg as BULK_UPLOAD_DEFAULT_ACCEPT, Zg as BULK_UPLOAD_DEFAULT_MAX_SIZE_MB, Rr as Breadcrumb, CH as BulkUploadPage, a_ as BulkUploadPanel, o as CANDIDATES_URL, OT as CONTRACT_C2C, DT as CONTRACT_W2, n as CORE_URL, pv as CURRENCY_SYMBOLS, Hs as CalendarCard, aF as CoreThemeAdminApp, iF as CoreThemeAdminRoutes, Wc as CustomPagination, Ew as DEFAULT_HOURS_POLICY, Xw as DayLogModal, v_ as DescriptionBlock, ox as DetailHeaderCard, px as DetailViewPage, ry as DetailViewV1, ei as DocumentViewer, Kl as DynamicCards, iL as DynamicPopup, xz as DynamicPopupRoute, Ks as DynamicTabs, dS as EditFormV1, kC as FIELD_TYPE_REGISTRY, yT as FINANCE_APPROVAL_CONFIG, fT as FINANCE_TYPE_CFO, dT as FINANCE_TYPE_ONBOARDING_MANAGER, hT as FINANCE_TYPE_ONBOARDING_MANAGER_REAPPROVE, pT as FINANCE_TYPE_ONLY_FINANCE, uT as FINANCE_TYPE_SUBMISSION_MANAGER, mT as FINANCE_TYPE_SUBMISSION_MANAGER_REAPPROVE, NE as FileListCard, fE as FinanceApprovalPanel, zb as FinanceAvatar, Ub as FinanceBadge, oT as FinanceDayCell, jb as FinanceDivider, Bb as FinanceEmployeeCell, Ob as FinanceEmptyState, Mb as FinanceEquation, Ib as FinanceHistoryTimeline, Db as FinanceHoursGrid, Eb as FinanceKpiRow, Ab as FinanceLine, Tw as FinanceListToolbar, Wb as FinanceMarginBadge, Hb as FinanceMoneyCell, qb as FinanceRecordsTable, Gb as FinanceRowChevron, kb as FinanceSection, Tb as FinanceStatusPill, Vb as FinanceTextCell, cT as FinanceTimesheetAnalysis, Nb as FinanceWorkflowSteps, O as GATEWAY_URL, yP as GLOBAL_DEFAULT_FIELDS, Dw as HOURS_MESSAGES, cD as Header, Zl as HierarchyUserFilter, s as JOBS_URL, xH as LegacyAdminPage, $m as ListView, jH as LmsHomePage, AH as LmsTestForm, UD as Login, PF as MailPopup, EH as ManageModules, DH as ManageSubmodules, bS as ModuleRowActions, rT as NotesPanel, qg as NotesTab, ab as PAYROLL_STATUS_FLOW, gP as PLATFORM_SCOPES, sz as POPUP_CONFIGS, i as PYOPS_URL, DS as ParamCardView, NS as ParamListView, zw as PeriodBadgeTag, kP as PlatformSection, GF as PreviewPopup, vO as ProjectSelect, nT as ProofUploadPreview, $w as QuickLogBar, Zw as QuickLogSelectionBar, Fz as RegionBanner, Qw as RejectionReasonModal, r as SUBMISSIONS_URL, gw as SearchBuilderV1, jD as Sidebar, vw as StatusBadge, Rw as StatusBadgeTag, SH as StickyNotesFullPage, bw as StylishDynamicTabs, Sw as TemplateEditor, wH as TestForm, kH as TestingHomePage, Fg as TimelineGroups, qw as TimesheetDayCell, St as TipTapEditor, Pz as UserForm, Tz as VendorShareDrawer, Kf as ViewSummaryWidget, ZF as WizardPopup, a as ZINNEXT_URL, OH as ZinnextTableView, TH as ZinnextTestForm, Xn as appNow, we as applyIntegrationStatus, wc as approveSubmission, n_ as buildAcceptAttr, YC as buildBooleanRequest, yb as buildCsv, pb as buildDailyRows, Gw as buildDayGradient, $T as buildRateHistoryEntries, gb as buildWeeklyRollup, g as clearSelectedProject, nt as colors, GT as computeFinance, Nw as computeHoursPolicy, _b as computeMarginBand, Bn as conditionMatches, v as configureCoreTheme, en as configuredFieldLabel, _H as createAllWorkflowsListFetcher, dH as createMergedListFetcher, iH as createModuleListFetchAdapter, fH as createWorkflowStageListFetcher, mv as currencySymbol, aP as deactivateRegion, XV as defaultMergeRow, fr as deleteIntegrationConfig, fb as deriveDayStats, Fw as describeCapacity, Cb as downloadCsv, mr as evaluateShowIfWith, zT as findEmployerRow, LT as flattenGroups, bv as formatAmount, N as formatApp, Kn as formatAppDateTime, t_ as formatFileSize, eE as formatFinanceMoney, Yy as formatHours, xv as formatMoney, Zy as formatPercent, Sv as formatRate, vn as getActivity, vH as getAllWorkflowsModuleList, Je as getAppTimeZone, tb as getApprovalDate, ln as getBgcIntegrationConfig, ai as getBgcIntegrationSummary, ob as getBillingActionStates, FC as getBooleanEligibleTypes, d as getCurrentRoleName, ae as getDetailDisplayDefaults, xb as getFieldLabel, jC as getFieldType, e_ as getFileExtension, wT as getFinanceApprovalConfig, SE as getFormGroupsRaw, bP as getGlobalAiServices, _P as getGlobalDefaults, me as getIntegrationConfig, rt as getIntegrationConfigs, Zn as getIntegrationSummary, Bc as getModuleConfig, xr as getModuleDataDetail, sb as getPayrollActionStates, Hc as getPeriodBadgeConfig, fP as getRegionDetailDefaults, y as getSelectedProject, E as getStoredToken, f as getStoredUser, p as getUserRoles, Tc as getVMSApprove, Sb as getValueStyle, yH as getWorkflowStageModuleList, cb as getWorkflowSteps, sP as grantPlatformAccess, lP as hasPlatformAccess, eb as humanizeEvent, wh as i, bb as indexFieldConfig, Qy as initialsOf, QS as insertTokenAtCursor, MC as isBooleanEligible, XS as isBooleanParsable, S as isTester, oP as listPlatformAccess, dP as listPlatformAudit, uP as listPlatformUsers, hP as listRegionRoles, mP as listRegionUsers, rP as listRegions, At as loadDetailDefaults, h as logout, ET as marginIncludesReferral, WT as matchLocationTax, xx as n, VT as normalizeContract, o_ as r, gv as rateUnitLabel, vv as rateUnitShort, Pw as reconcileHours, nP as regionPath, AC as registerFieldType, Dc as rejectSubmission, Bg as resolveActivityMeta, KT as resolveAndCompute, jw as resolveDayKind, UT as resolveFinanceInputs, JV as resolveMergeKey, JV as resolveMergedListKey, TT as resolveRejectionReason, CE as resolveSubmissionFinance, cP as revokePlatformAccess, dt as saveBgcIntegrationConfig, xP as saveGlobalAiServices, vP as saveGlobalDefaults, zr as saveIntegrationConfig, iP as saveRegion, pP as saveRegionDetailDefaults, c as setSelectedProject, dn as showIfConditions, pH as stageCountKey, WD as t, Pr as testIntegrationConnection, ot as toApp, yv as toNumber, be as tzLabel, Me as tzShortLabel, od as useDropdownFields, qf as useDropdownValues, PE as useEditForm, sd as useFieldConfig, cd as useFilterFields, _d as useMenuPermission, pS as useModuleActions, ux as useRecordRefresh, ZS as validateBooleanQuery, r_ as validateBulkFile, t as withAdminAppId, _ as withAppId, yO as withAuthGuard };
|