@fluid-app/portal-sdk 0.1.23 → 0.1.25
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.
|
@@ -27,6 +27,5 @@ import "./SpacerWidget-DXXnYNIX.mjs";
|
|
|
27
27
|
import "./TableWidget-D_6Qi3m8.mjs";
|
|
28
28
|
import "./ToDoWidget-CmJIUKr0.mjs";
|
|
29
29
|
import "./VideoWidget-D6aWKmRN.mjs";
|
|
30
|
-
import "./use-fluid-api-dCyPDaGZ.mjs";
|
|
31
30
|
import "./es-BL8VBBDa.mjs";
|
|
32
31
|
export { MessagingScreen, messagingScreenPropertySchema };
|
|
@@ -26,9 +26,6 @@ import "./SpacerWidget-DXXnYNIX.mjs";
|
|
|
26
26
|
import "./TableWidget-D_6Qi3m8.mjs";
|
|
27
27
|
import "./ToDoWidget-CmJIUKr0.mjs";
|
|
28
28
|
import "./VideoWidget-D6aWKmRN.mjs";
|
|
29
|
-
import "./use-fluid-api-dCyPDaGZ.mjs";
|
|
30
|
-
import "./products-Bu0IiW0A.mjs";
|
|
31
|
-
import "./AppNavigationContext-2nkMoO8F.mjs";
|
|
32
29
|
import "./es-BL8VBBDa.mjs";
|
|
33
30
|
import "./src-BFKgg3tf.mjs";
|
|
34
31
|
import { n as productsScreenPropertySchema, t as ProductsScreen } from "./ProductsScreen-DwcIB1Tp.mjs";
|
|
@@ -26,9 +26,6 @@ import "./SpacerWidget-DXXnYNIX.mjs";
|
|
|
26
26
|
import "./TableWidget-D_6Qi3m8.mjs";
|
|
27
27
|
import "./ToDoWidget-CmJIUKr0.mjs";
|
|
28
28
|
import "./VideoWidget-D6aWKmRN.mjs";
|
|
29
|
-
import "./use-fluid-api-dCyPDaGZ.mjs";
|
|
30
|
-
import "./products-Bu0IiW0A.mjs";
|
|
31
|
-
import "./AppNavigationContext-2nkMoO8F.mjs";
|
|
32
29
|
import "./es-BL8VBBDa.mjs";
|
|
33
30
|
import "./src-BFKgg3tf.mjs";
|
|
34
31
|
import { n as shareablesScreenPropertySchema, t as ShareablesScreen } from "./ShareablesScreen-8gKrJQn3.mjs";
|
package/dist/index.mjs
CHANGED
|
@@ -2029,12 +2029,12 @@ function RequireAuth({ children, fallback = /* @__PURE__ */ jsx(AuthLoading, {})
|
|
|
2029
2029
|
//#region src/screens/index.ts
|
|
2030
2030
|
const screenPropertySchemas = {
|
|
2031
2031
|
AccountScreen: () => import("./AccountScreen-BigIbqV5.mjs").then((n) => n.n).then((m) => m.accountScreenPropertySchema),
|
|
2032
|
-
MessagingScreen: () => import("./MessagingScreen-
|
|
2032
|
+
MessagingScreen: () => import("./MessagingScreen-9VsNB4fn.mjs").then((m) => m.messagingScreenPropertySchema),
|
|
2033
2033
|
ContactsScreen: () => import("./ContactsScreen-BicHZ37M.mjs").then((n) => n.n).then((m) => m.contactsScreenPropertySchema),
|
|
2034
2034
|
OrdersScreen: () => import("./OrdersScreen-DGt-CTBS.mjs").then((n) => n.n).then((m) => m.ordersScreenPropertySchema),
|
|
2035
2035
|
CustomersScreen: () => import("./CustomersScreen-Brz5zLkq.mjs").then((n) => n.n).then((m) => m.customersScreenPropertySchema),
|
|
2036
|
-
ProductsScreen: () => import("./ProductsScreen-
|
|
2037
|
-
ShareablesScreen: () => import("./ShareablesScreen-
|
|
2036
|
+
ProductsScreen: () => import("./ProductsScreen-BKDPaw5H.mjs").then((m) => m.productsScreenPropertySchema),
|
|
2037
|
+
ShareablesScreen: () => import("./ShareablesScreen-ClC3YfjZ.mjs").then((m) => m.shareablesScreenPropertySchema),
|
|
2038
2038
|
ShopScreen: () => import("./ShopScreen-BMCb4k-O.mjs").then((n) => n.n).then((m) => m.shopScreenPropertySchema)
|
|
2039
2039
|
};
|
|
2040
2040
|
/**
|
|
@@ -3489,12 +3489,12 @@ const BuilderScreenView = memo(BuilderScreenViewImpl);
|
|
|
3489
3489
|
//#endregion
|
|
3490
3490
|
//#region src/shell/PageRouter.tsx
|
|
3491
3491
|
const AccountScreen$1 = lazy(() => import("./AccountScreen-BigIbqV5.mjs").then((n) => n.n).then((m) => ({ default: m.AccountScreen })));
|
|
3492
|
-
const MessagingScreen$1 = lazy(() => import("./MessagingScreen-
|
|
3492
|
+
const MessagingScreen$1 = lazy(() => import("./MessagingScreen-9VsNB4fn.mjs").then((m) => ({ default: m.MessagingScreen })));
|
|
3493
3493
|
const ContactsScreen$1 = lazy(() => import("./ContactsScreen-BicHZ37M.mjs").then((n) => n.n).then((m) => ({ default: m.ContactsScreen })));
|
|
3494
3494
|
const ShopScreen$1 = lazy(() => import("./ShopScreen-BMCb4k-O.mjs").then((n) => n.n).then((m) => ({ default: m.ShopScreen })));
|
|
3495
3495
|
const CustomersScreen$1 = lazy(() => import("./CustomersScreen-Brz5zLkq.mjs").then((n) => n.n).then((m) => ({ default: m.CustomersScreen })));
|
|
3496
|
-
const ProductsScreen$1 = lazy(() => import("./ProductsScreen-
|
|
3497
|
-
const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-
|
|
3496
|
+
const ProductsScreen$1 = lazy(() => import("./ProductsScreen-BKDPaw5H.mjs").then((m) => ({ default: m.ProductsScreen })));
|
|
3497
|
+
const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-ClC3YfjZ.mjs").then((m) => ({ default: m.ShareablesScreen })));
|
|
3498
3498
|
const SYSTEM_SLUG_SCREEN_MAP = {
|
|
3499
3499
|
account: AccountScreen$1,
|
|
3500
3500
|
"account/profile": AccountScreen$1,
|
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.25",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
61
61
|
"@fluid-app/messaging-api-client": "0.1.0",
|
|
62
62
|
"@fluid-app/messaging-core": "0.1.0",
|
|
63
|
+
"@fluid-app/orders-core": "0.1.0",
|
|
63
64
|
"@fluid-app/orders-api-client": "0.1.0",
|
|
64
65
|
"@fluid-app/messaging-ui": "0.1.0",
|
|
65
66
|
"@fluid-app/orders-ui": "0.1.0",
|
|
66
|
-
"@fluid-app/orders-core": "0.1.0",
|
|
67
67
|
"@fluid-app/portal-core": "0.1.23",
|
|
68
|
-
"@fluid-app/portal-widgets": "0.1.22",
|
|
69
68
|
"@fluid-app/products-api-client": "0.1.0",
|
|
69
|
+
"@fluid-app/portal-widgets": "0.1.22",
|
|
70
70
|
"@fluid-app/products-core": "0.1.0",
|
|
71
71
|
"@fluid-app/profile-core": "0.1.0",
|
|
72
72
|
"@fluid-app/profile-ui": "0.1.0",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
77
77
|
"@fluid-app/shop-ui": "0.1.0",
|
|
78
78
|
"@fluid-app/subscriptions-api-client": "0.1.0",
|
|
79
|
-
"@fluid-app/subscriptions-core": "0.1.0",
|
|
80
79
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
80
|
+
"@fluid-app/subscriptions-core": "0.1.0",
|
|
81
81
|
"@fluid-app/typescript-config": "0.0.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|