@elevasis/ui 2.72.0 → 2.74.0
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/api/index.js +3 -3
- package/dist/app/index.d.ts +172 -20
- package/dist/app/index.js +9 -10
- package/dist/auth/index.js +5 -6
- package/dist/charts/index.js +5 -6
- package/dist/chunk-2GIJBHZT.js +60 -0
- package/dist/{chunk-2454MK7P.js → chunk-2MRRDF32.js} +115 -8
- package/dist/chunk-3LOKYZJC.js +231 -0
- package/dist/chunk-3QHX4ZKV.js +224 -0
- package/dist/chunk-43LC6XAX.js +69 -0
- package/dist/chunk-4M2BSHVT.js +116 -0
- package/dist/{chunk-SV4M2BUI.js → chunk-4MXNHJTA.js} +111 -46
- package/dist/{chunk-LEQGGX2U.js → chunk-5A6KCFS5.js} +36 -43
- package/dist/{chunk-KIDZXZM5.js → chunk-6JN2TLV2.js} +1480 -4200
- package/dist/{chunk-UZ5JO5TK.js → chunk-7ARBBELS.js} +1 -1
- package/dist/{chunk-DJWIIPKW.js → chunk-7RJ7P6S6.js} +6 -3
- package/dist/chunk-ARAFQBNI.js +515 -0
- package/dist/{chunk-DKVGO6RJ.js → chunk-BA3AZJUR.js} +1 -1
- package/dist/chunk-BRTGCFBH.js +305 -0
- package/dist/{chunk-7ESZKTQG.js → chunk-CQPULKKL.js} +5 -3
- package/dist/chunk-CRA7WQZH.js +49 -0
- package/dist/{chunk-XZIOCB5D.js → chunk-DCQKTDIG.js} +2 -52
- package/dist/{chunk-A3JHFZDP.js → chunk-E6YGA5WH.js} +1 -1
- package/dist/chunk-FA7LMNQO.js +439 -0
- package/dist/chunk-FZSG6M6W.js +45 -0
- package/dist/chunk-GDOR57D7.js +165 -0
- package/dist/{chunk-RRS2QR3W.js → chunk-GO4XJ5D4.js} +1 -1
- package/dist/chunk-GPQQGQGT.js +645 -0
- package/dist/chunk-HYQOGRWG.js +54 -0
- package/dist/{chunk-LCHL5SM2.js → chunk-LN4UW6S4.js} +1 -1
- package/dist/chunk-N6K2Q5BM.js +393 -0
- package/dist/{chunk-Z2W5VNN3.js → chunk-O32UQ26A.js} +3 -2
- package/dist/{chunk-M7WWRZ5Z.js → chunk-QFGNRKIE.js} +1 -78
- package/dist/{chunk-Q3O3WY7Q.js → chunk-R5UGIFYU.js} +74 -18
- package/dist/{chunk-753MKWFV.js → chunk-RFNJ2PTO.js} +1 -1
- package/dist/chunk-VM2OWOXL.js +24 -0
- package/dist/{chunk-ZBXCEWKF.js → chunk-W2QRBQQA.js} +5 -3
- package/dist/chunk-WDBNW44Z.js +49 -0
- package/dist/{chunk-IXBRUIYI.js → chunk-WZU3MCKI.js} +1 -1
- package/dist/chunk-YQQ5GRUR.js +21 -0
- package/dist/{chunk-IMZTRDY2.js → chunk-ZFA56VSR.js} +2 -2
- package/dist/{chunk-AFBFSXP3.js → chunk-ZWI62BQ6.js} +7 -4
- package/dist/chunk-ZYNVCWDZ.js +286 -0
- package/dist/components/index.d.ts +490 -22
- package/dist/components/index.js +335 -35
- package/dist/components/navigation/index.js +6 -7
- package/dist/features/auth/index.d.ts +154 -2
- package/dist/features/auth/index.js +18 -9
- package/dist/features/clients/index.js +7 -7
- package/dist/features/content/index.d.ts +718 -34
- package/dist/features/content/index.js +1345 -51
- package/dist/features/crm/index.d.ts +172 -20
- package/dist/features/crm/index.js +10 -8
- package/dist/features/dashboard/index.d.ts +19 -10
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +134 -0
- package/dist/features/delivery/index.js +23 -7
- package/dist/features/knowledge/index.js +5 -6
- package/dist/features/lead-gen/index.d.ts +47 -35
- package/dist/features/lead-gen/index.js +12 -8
- package/dist/features/monitoring/index.js +11 -9
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +38 -20
- package/dist/features/operations/index.js +15 -11
- package/dist/features/public-agent-chat/index.js +3 -1
- package/dist/features/settings/index.d.ts +134 -0
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/access/index.js +5 -6
- package/dist/hooks/delivery/index.d.ts +134 -0
- package/dist/hooks/delivery/index.js +3 -2
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -11
- package/dist/hooks/published.d.ts +1421 -29
- package/dist/hooks/published.js +22 -6
- package/dist/initialization/index.d.ts +134 -0
- package/dist/knowledge/index.d.ts +38 -20
- package/dist/knowledge/index.js +167 -11
- package/dist/{knowledge-search-index-RZLIVWPJ.js → knowledge-search-index-6GQK55IQ.js} +1 -1
- package/dist/layout/index.js +8 -9
- package/dist/profile/index.d.ts +134 -0
- package/dist/provider/index.d.ts +191 -21
- package/dist/provider/index.js +5 -6
- package/dist/provider/published.d.ts +219 -21
- package/dist/provider/published.js +5 -6
- package/dist/test-utils/index.d.ts +16 -5
- package/dist/test-utils/index.js +17 -18
- package/dist/types/index.d.ts +184 -14
- package/dist/utils/index.d.ts +102 -13
- package/dist/utils/index.js +1 -1
- package/package.json +7 -6
- package/dist/chunk-6M6OLGQY.js +0 -36
- package/dist/chunk-MKH2KOAO.js +0 -39
- package/dist/hooks/index.css +0 -659
- package/dist/hooks/index.d.ts +0 -12853
- package/dist/hooks/index.js +0 -27
- package/dist/supabase/index.d.ts +0 -6969
- package/dist/supabase/index.js +0 -3
- package/dist/typeform/index.d.ts +0 -462
- package/dist/typeform/index.js +0 -2051
- package/dist/typeform/schemas.d.ts +0 -67
- package/dist/typeform/schemas.js +0 -2
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { AppShellError } from '../../chunk-
|
|
2
|
-
import { computeProtectedRouteGate, DEFAULT_WAIT_FOR_ORGANIZATION, ProtectedRoute, AppearanceContext, useAppearance } from '../../chunk-
|
|
3
|
-
export { AccessGuard } from '../../chunk-
|
|
1
|
+
import { AppShellError } from '../../chunk-E6YGA5WH.js';
|
|
2
|
+
import { computeProtectedRouteGate, DEFAULT_WAIT_FOR_ORGANIZATION, ProtectedRoute, AppearanceContext, AccessGuard, SystemUnavailableState, useAppearance } from '../../chunk-6JN2TLV2.js';
|
|
3
|
+
export { AccessGuard } from '../../chunk-6JN2TLV2.js';
|
|
4
4
|
import '../../chunk-R6NMRXNO.js';
|
|
5
5
|
import '../../chunk-RBGVNPA6.js';
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-Z2W5VNN3.js';
|
|
6
|
+
import '../../chunk-O32UQ26A.js';
|
|
8
7
|
import '../../chunk-L7BZZ4SI.js';
|
|
9
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-HYQOGRWG.js';
|
|
10
9
|
import '../../chunk-MISHPEJX.js';
|
|
11
10
|
import '../../chunk-62GVNH5U.js';
|
|
12
11
|
import { useInitialization } from '../../chunk-P45GQ3ZW.js';
|
|
13
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-2GIJBHZT.js';
|
|
14
13
|
import '../../chunk-3KMDHCAR.js';
|
|
15
14
|
import '../../chunk-2IFYDILW.js';
|
|
16
15
|
import '../../chunk-BLXJEIQS.js';
|
|
@@ -18,7 +17,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
18
17
|
import '../../chunk-DD3CCMCZ.js';
|
|
19
18
|
import '../../chunk-RNP5R5I3.js';
|
|
20
19
|
export { USER_PROFILE_QUERY_KEY, useUserProfile } from '../../chunk-RT4KRGZT.js';
|
|
21
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-R5UGIFYU.js';
|
|
22
21
|
import '../../chunk-Y6I3IC45.js';
|
|
23
22
|
import '../../chunk-6SSQGWK7.js';
|
|
24
23
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -146,6 +145,16 @@ function AuthRedirectLoadingScreen({
|
|
|
146
145
|
}
|
|
147
146
|
);
|
|
148
147
|
}
|
|
148
|
+
function ProtectedSystemRoute({ accessKey, children }) {
|
|
149
|
+
return /* @__PURE__ */ jsx(ProtectedRoute2, { children: /* @__PURE__ */ jsx(
|
|
150
|
+
AccessGuard,
|
|
151
|
+
{
|
|
152
|
+
accessKey,
|
|
153
|
+
fallback: (answer) => /* @__PURE__ */ jsx(SystemUnavailableState, { accessKey, reason: answer.reason }),
|
|
154
|
+
children
|
|
155
|
+
}
|
|
156
|
+
) });
|
|
157
|
+
}
|
|
149
158
|
function getStringSearchParam(value) {
|
|
150
159
|
return typeof value === "string" ? value : void 0;
|
|
151
160
|
}
|
|
@@ -279,4 +288,4 @@ function LoginScreen({ lightModeLogo, darkModeLogo, appName, appConfig }) {
|
|
|
279
288
|
);
|
|
280
289
|
}
|
|
281
290
|
|
|
282
|
-
export { AuthRedirectLoadingScreen, LoginScreen, ProtectedRoute2 as ProtectedRoute, validateLoginSearch };
|
|
291
|
+
export { AuthRedirectLoadingScreen, LoginScreen, ProtectedRoute2 as ProtectedRoute, ProtectedSystemRoute, validateLoginSearch };
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import '../../chunk-DLR4SDZW.js';
|
|
2
|
+
import { useClientStatus, useCreateClient, useUpdateClient, useDeleteClient, useClients, useClient } from '../../chunk-4M2BSHVT.js';
|
|
2
3
|
import { PageContainer } from '../../chunk-BZZCNLT6.js';
|
|
3
4
|
import '../../chunk-TUMSNGTX.js';
|
|
4
5
|
import { FilterBar } from '../../chunk-PDHTXPSF.js';
|
|
5
|
-
import {
|
|
6
|
-
export { clientsManifest } from '../../chunk-
|
|
6
|
+
import { StatCard, EmptyState, CustomModal, usePaginationState, SubshellContentContainer, PageTitleCaption, CenteredErrorState } from '../../chunk-6JN2TLV2.js';
|
|
7
|
+
export { clientsManifest } from '../../chunk-6JN2TLV2.js';
|
|
7
8
|
import '../../chunk-R6NMRXNO.js';
|
|
8
9
|
import '../../chunk-RBGVNPA6.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-Z2W5VNN3.js';
|
|
10
|
+
import '../../chunk-O32UQ26A.js';
|
|
11
11
|
import '../../chunk-L7BZZ4SI.js';
|
|
12
|
-
import { showApiErrorNotification } from '../../chunk-
|
|
12
|
+
import { showApiErrorNotification } from '../../chunk-HYQOGRWG.js';
|
|
13
13
|
import '../../chunk-MISHPEJX.js';
|
|
14
14
|
import { CardHeader } from '../../chunk-62GVNH5U.js';
|
|
15
15
|
import '../../chunk-P45GQ3ZW.js';
|
|
16
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-2GIJBHZT.js';
|
|
17
17
|
import '../../chunk-3KMDHCAR.js';
|
|
18
18
|
import '../../chunk-2IFYDILW.js';
|
|
19
19
|
import '../../chunk-BLXJEIQS.js';
|
|
@@ -21,7 +21,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
21
21
|
import '../../chunk-DD3CCMCZ.js';
|
|
22
22
|
import '../../chunk-RNP5R5I3.js';
|
|
23
23
|
import '../../chunk-RT4KRGZT.js';
|
|
24
|
-
import { PAGE_SIZE_DEFAULT, formatTimeAgo } from '../../chunk-
|
|
24
|
+
import { PAGE_SIZE_DEFAULT, formatTimeAgo } from '../../chunk-R5UGIFYU.js';
|
|
25
25
|
import '../../chunk-Y6I3IC45.js';
|
|
26
26
|
import '../../chunk-6SSQGWK7.js';
|
|
27
27
|
import '../../chunk-BI5VDO2K.js';
|