@fluid-app/portal-sdk 0.1.299 → 0.1.300
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/{MessagingScreen-BD8ERG5Y.cjs → MessagingScreen-2M2ETWXp.cjs} +54 -48
- package/dist/{MessagingScreen-BD8ERG5Y.cjs.map → MessagingScreen-2M2ETWXp.cjs.map} +1 -1
- package/dist/{MessagingScreen-BcV-HK8F.mjs → MessagingScreen-B4vUvkRg.mjs} +1 -1
- package/dist/{MessagingScreen-DoeAiV25.cjs → MessagingScreen-BI4AufwC.cjs} +1 -1
- package/dist/{MessagingScreen-ZvDwEc5y.mjs → MessagingScreen-CwzSY_G8.mjs} +54 -48
- package/dist/{MessagingScreen-ZvDwEc5y.mjs.map → MessagingScreen-CwzSY_G8.mjs.map} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +3 -3
- package/package.json +19 -19
package/dist/index.mjs
CHANGED
|
@@ -25,7 +25,7 @@ import "./MediaRenderer-Db1KsIza.mjs";
|
|
|
25
25
|
import { r as carouselWidgetPropertySchema, t as CarouselWidget } from "./CarouselWidget-BOWNV3rj.mjs";
|
|
26
26
|
import { r as catchUpWidgetPropertySchema, t as CatchUpWidget } from "./CatchUpWidget-BtEH9EHQ.mjs";
|
|
27
27
|
import { Cn as cn$1, St as CardTitle, at as Popover, bt as CardFooter, ct as Collapsible, gt as Card, h as Skeleton$1, lt as CollapsibleContent, ot as PopoverContent, p as Toaster, st as PopoverTrigger, ut as CollapsibleTrigger, vn as Button, xt as CardHeader, yt as CardDescription } from "./src-Dk1FJOX0.mjs";
|
|
28
|
-
import { a as useMessagingAuth, i as useMessagingConfig, n as messagingScreenPropertySchema, r as createFluidFileUploader, t as MessagingScreen } from "./MessagingScreen-
|
|
28
|
+
import { a as useMessagingAuth, i as useMessagingConfig, n as messagingScreenPropertySchema, r as createFluidFileUploader, t as MessagingScreen } from "./MessagingScreen-CwzSY_G8.mjs";
|
|
29
29
|
import { r as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-Cjd2aGeW.mjs";
|
|
30
30
|
import { r as chartWidgetPropertySchema, t as ChartWidget } from "./ChartWidget-rCUOwT7v.mjs";
|
|
31
31
|
import { r as containerWidgetPropertySchema, t as ContainerWidget } from "./ContainerWidget-DBRBSg15.mjs";
|
|
@@ -2117,7 +2117,7 @@ const BuilderScreenView = memo(BuilderScreenViewImpl);
|
|
|
2117
2117
|
const ProfileScreen$1 = lazy(() => import("./ProfileScreen-wj0KTaQF.mjs").then((m) => ({ default: m.ProfileScreen })));
|
|
2118
2118
|
const OrdersScreen$1 = lazy(() => import("./OrdersScreen-DoopejMR.mjs").then((m) => ({ default: m.OrdersScreen })));
|
|
2119
2119
|
const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-Cjd2aGeW.mjs").then((n) => n.n).then((m) => ({ default: m.SubscriptionsScreen })));
|
|
2120
|
-
const MessagingScreen$1 = lazy(() => import("./MessagingScreen-
|
|
2120
|
+
const MessagingScreen$1 = lazy(() => import("./MessagingScreen-B4vUvkRg.mjs").then((m) => ({ default: m.MessagingScreen })));
|
|
2121
2121
|
const ContactsScreen$1 = lazy(() => import("./ContactsScreen-Cj2okxTE.mjs").then((n) => n.n).then((m) => ({ default: m.ContactsScreen })));
|
|
2122
2122
|
const ShopScreen$1 = lazy(() => import("./ShopScreen-BKMR1rdM.mjs").then((m) => ({ default: m.ShopScreen })));
|
|
2123
2123
|
const CustomersScreen$1 = lazy(() => import("./CustomersScreen-DsRK0m2L.mjs").then((n) => n.n).then((m) => ({ default: m.CustomersScreen })));
|
|
@@ -3861,7 +3861,7 @@ z.object({
|
|
|
3861
3861
|
//#region src/screens/index.ts
|
|
3862
3862
|
const screenPropertySchemas = {
|
|
3863
3863
|
ProfileScreen: () => import("./ProfileScreen-wj0KTaQF.mjs").then((m) => m.profileScreenPropertySchema),
|
|
3864
|
-
MessagingScreen: () => import("./MessagingScreen-
|
|
3864
|
+
MessagingScreen: () => import("./MessagingScreen-B4vUvkRg.mjs").then((m) => m.messagingScreenPropertySchema),
|
|
3865
3865
|
ContactsScreen: () => import("./ContactsScreen-Cj2okxTE.mjs").then((n) => n.n).then((m) => m.contactsScreenPropertySchema),
|
|
3866
3866
|
OrdersScreen: () => import("./OrdersScreen-DoopejMR.mjs").then((m) => m.ordersScreenPropertySchema),
|
|
3867
3867
|
SubscriptionsScreen: () => import("./SubscriptionsScreen-Cjd2aGeW.mjs").then((n) => n.n).then((m) => m.subscriptionsScreenPropertySchema),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-app/portal-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.300",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -71,55 +71,55 @@
|
|
|
71
71
|
"tsdown": "^0.21.0",
|
|
72
72
|
"typescript": "^5",
|
|
73
73
|
"zod": "4.3.5",
|
|
74
|
-
"@fluid-app/
|
|
74
|
+
"@fluid-app/auth": "0.1.0",
|
|
75
75
|
"@fluid-app/api-client-core": "0.1.0",
|
|
76
|
-
"@fluid-app/cart-ui": "0.1.21",
|
|
77
76
|
"@fluid-app/company-switcher-core": "0.1.0",
|
|
78
|
-
"@fluid-app/
|
|
77
|
+
"@fluid-app/address-autocomplete": "0.1.0",
|
|
78
|
+
"@fluid-app/cart-ui": "0.1.21",
|
|
79
79
|
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
80
80
|
"@fluid-app/contacts-ui": "0.1.0",
|
|
81
81
|
"@fluid-app/contacts-core": "0.1.0",
|
|
82
82
|
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
83
83
|
"@fluid-app/file-picker-core": "0.1.0",
|
|
84
|
-
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
85
84
|
"@fluid-app/fluid-pay-ui": "0.1.0",
|
|
85
|
+
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
86
|
+
"@fluid-app/messaging-api-client": "0.1.0",
|
|
86
87
|
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
87
88
|
"@fluid-app/i18n": "0.1.0",
|
|
88
|
-
"@fluid-app/messaging-api-client": "0.1.0",
|
|
89
|
-
"@fluid-app/messaging-ui": "0.1.0",
|
|
90
89
|
"@fluid-app/mysite-core": "0.1.0",
|
|
90
|
+
"@fluid-app/messaging-ui": "0.1.0",
|
|
91
91
|
"@fluid-app/messaging-core": "0.1.0",
|
|
92
|
-
"@fluid-app/mysite-ui": "0.1.0",
|
|
93
|
-
"@fluid-app/orders-ui": "0.1.0",
|
|
94
92
|
"@fluid-app/orders-core": "0.1.0",
|
|
93
|
+
"@fluid-app/mysite-ui": "0.1.0",
|
|
95
94
|
"@fluid-app/permissions": "0.1.0",
|
|
96
|
-
"@fluid-app/
|
|
95
|
+
"@fluid-app/orders-ui": "0.1.0",
|
|
97
96
|
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
97
|
+
"@fluid-app/portal-core": "0.1.23",
|
|
98
98
|
"@fluid-app/portal-preview": "0.1.0",
|
|
99
99
|
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
100
|
-
"@fluid-app/portal-react": "0.1.0",
|
|
101
100
|
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
101
|
+
"@fluid-app/portal-react": "0.1.0",
|
|
102
102
|
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
103
|
-
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
104
103
|
"@fluid-app/portal-tenant-pay-api-client": "0.1.0",
|
|
105
|
-
"@fluid-app/portal-tenant-
|
|
104
|
+
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
106
105
|
"@fluid-app/portal-tenant-store-api-client": "0.1.0",
|
|
107
|
-
"@fluid-app/portal-
|
|
106
|
+
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
108
107
|
"@fluid-app/products-api-client": "0.1.0",
|
|
109
108
|
"@fluid-app/products-core": "0.1.0",
|
|
109
|
+
"@fluid-app/portal-widgets": "0.1.22",
|
|
110
110
|
"@fluid-app/profile-core": "0.1.0",
|
|
111
|
-
"@fluid-app/
|
|
111
|
+
"@fluid-app/shareables-ui": "0.1.0",
|
|
112
112
|
"@fluid-app/query-persister": "0.1.0",
|
|
113
|
+
"@fluid-app/profile-ui": "0.1.0",
|
|
114
|
+
"@fluid-app/shop-core": "0.1.0",
|
|
113
115
|
"@fluid-app/shareables-core": "0.1.0",
|
|
114
|
-
"@fluid-app/shareables-ui": "0.1.0",
|
|
115
116
|
"@fluid-app/shop-ui": "0.1.0",
|
|
116
|
-
"@fluid-app/shop-core": "0.1.0",
|
|
117
|
-
"@fluid-app/store-api-client": "0.1.0",
|
|
118
117
|
"@fluid-app/subscriptions-core": "0.1.0",
|
|
119
118
|
"@fluid-app/store-core": "0.1.0",
|
|
120
119
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
121
120
|
"@fluid-app/typescript-config": "0.0.0",
|
|
122
|
-
"@fluid-app/ui-primitives": "0.1.13"
|
|
121
|
+
"@fluid-app/ui-primitives": "0.1.13",
|
|
122
|
+
"@fluid-app/store-api-client": "0.1.0"
|
|
123
123
|
},
|
|
124
124
|
"peerDependencies": {
|
|
125
125
|
"@hookform/resolvers": "^5.2.2",
|