@fluid-app/portal-sdk 0.1.388 → 0.1.389
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/{OrdersScreen-DaZiEfa5.mjs → OrdersScreen-BsB2jnzV.mjs} +20 -1
- package/dist/{OrdersScreen-DaZiEfa5.mjs.map → OrdersScreen-BsB2jnzV.mjs.map} +1 -1
- package/dist/{OrdersScreen-DvNRH6EK.mjs → OrdersScreen-C1MgEQQX.mjs} +1 -1
- package/dist/{OrdersScreen-8gzLDwSH.cjs → OrdersScreen-Cl86Q3H-.cjs} +1 -1
- package/dist/{OrdersScreen-DDZw9Irw.cjs → OrdersScreen-CrJ1zwId.cjs} +20 -1
- package/dist/{OrdersScreen-DDZw9Irw.cjs.map → OrdersScreen-CrJ1zwId.cjs.map} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +11 -11
package/dist/index.cjs
CHANGED
|
@@ -76,7 +76,7 @@ const require_SubscriptionsScreen = require("./SubscriptionsScreen-mQSP3T9t.cjs"
|
|
|
76
76
|
require("./dist-BY7oIoRh.cjs");
|
|
77
77
|
require("./es-C0D2Nzch.cjs");
|
|
78
78
|
require("./dist-D2JCrLWW.cjs");
|
|
79
|
-
const require_OrdersScreen = require("./OrdersScreen-
|
|
79
|
+
const require_OrdersScreen = require("./OrdersScreen-CrJ1zwId.cjs");
|
|
80
80
|
const require_MySiteScreen = require("./MySiteScreen-DcuxFuos.cjs");
|
|
81
81
|
require("./dist-CAwmEvDK.cjs");
|
|
82
82
|
const require_ShopScreen = require("./ShopScreen-BJTnBgqC.cjs");
|
|
@@ -1829,7 +1829,7 @@ const BuilderScreenView = (0, react.memo)(BuilderScreenViewImpl);
|
|
|
1829
1829
|
//#endregion
|
|
1830
1830
|
//#region src/shell/system-screen-map.ts
|
|
1831
1831
|
const ProfileScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ProfileScreen-BoMEdiOM.cjs")).then((m) => ({ default: m.ProfileScreen })));
|
|
1832
|
-
const OrdersScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./OrdersScreen-
|
|
1832
|
+
const OrdersScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./OrdersScreen-Cl86Q3H-.cjs")).then((m) => ({ default: m.OrdersScreen })));
|
|
1833
1833
|
const SubscriptionsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./SubscriptionsScreen-CGZZGAOa.cjs")).then((m) => ({ default: m.SubscriptionsScreen })));
|
|
1834
1834
|
const MessagingScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./MessagingScreen-JRadkjXu.cjs")).then((m) => ({ default: m.MessagingScreen })));
|
|
1835
1835
|
const ContactsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ContactsScreen-DeVYEw6N.cjs")).then((m) => ({ default: m.ContactsScreen })));
|
|
@@ -3398,7 +3398,7 @@ const screenPropertySchemas = {
|
|
|
3398
3398
|
ProfileScreen: () => Promise.resolve().then(() => require("./ProfileScreen-BoMEdiOM.cjs")).then((m) => m.profileScreenPropertySchema),
|
|
3399
3399
|
MessagingScreen: () => Promise.resolve().then(() => require("./MessagingScreen-JRadkjXu.cjs")).then((m) => m.messagingScreenPropertySchema),
|
|
3400
3400
|
ContactsScreen: () => Promise.resolve().then(() => require("./ContactsScreen-DeVYEw6N.cjs")).then((m) => m.contactsScreenPropertySchema),
|
|
3401
|
-
OrdersScreen: () => Promise.resolve().then(() => require("./OrdersScreen-
|
|
3401
|
+
OrdersScreen: () => Promise.resolve().then(() => require("./OrdersScreen-Cl86Q3H-.cjs")).then((m) => m.ordersScreenPropertySchema),
|
|
3402
3402
|
SubscriptionsScreen: () => Promise.resolve().then(() => require("./SubscriptionsScreen-CGZZGAOa.cjs")).then((m) => m.subscriptionsScreenPropertySchema),
|
|
3403
3403
|
CustomersScreen: () => Promise.resolve().then(() => require("./CustomersScreen-BP5AcObz.cjs")).then((m) => m.customersScreenPropertySchema),
|
|
3404
3404
|
MySiteScreen: () => Promise.resolve().then(() => require("./MySiteScreen-ARB1ty65.cjs")).then((m) => m.mySiteScreenPropertySchema),
|
package/dist/index.mjs
CHANGED
|
@@ -73,7 +73,7 @@ import { n as profileScreenPropertySchema, t as ProfileScreen } from "./ProfileS
|
|
|
73
73
|
import "./dist-DUZ6wcFa.mjs";
|
|
74
74
|
import "./es-1RCzTjho.mjs";
|
|
75
75
|
import "./dist-B945kDSV.mjs";
|
|
76
|
-
import { n as ordersScreenPropertySchema, t as OrdersScreen } from "./OrdersScreen-
|
|
76
|
+
import { n as ordersScreenPropertySchema, t as OrdersScreen } from "./OrdersScreen-BsB2jnzV.mjs";
|
|
77
77
|
import { r as mySiteScreenPropertySchema, t as MySiteScreen } from "./MySiteScreen-DsDcBDeV.mjs";
|
|
78
78
|
import "./sortable.esm-D6x6JQ25.mjs";
|
|
79
79
|
import { n as shopScreenPropertySchema, t as ShopScreen } from "./ShopScreen-DkabG0ri.mjs";
|
|
@@ -1826,7 +1826,7 @@ const BuilderScreenView = memo(BuilderScreenViewImpl);
|
|
|
1826
1826
|
//#endregion
|
|
1827
1827
|
//#region src/shell/system-screen-map.ts
|
|
1828
1828
|
const ProfileScreen$1 = lazy(() => import("./ProfileScreen-DCLG83Nj.mjs").then((m) => ({ default: m.ProfileScreen })));
|
|
1829
|
-
const OrdersScreen$1 = lazy(() => import("./OrdersScreen-
|
|
1829
|
+
const OrdersScreen$1 = lazy(() => import("./OrdersScreen-C1MgEQQX.mjs").then((m) => ({ default: m.OrdersScreen })));
|
|
1830
1830
|
const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-cdpbCLy_.mjs").then((m) => ({ default: m.SubscriptionsScreen })));
|
|
1831
1831
|
const MessagingScreen$1 = lazy(() => import("./MessagingScreen-TaNsI8dA.mjs").then((m) => ({ default: m.MessagingScreen })));
|
|
1832
1832
|
const ContactsScreen$1 = lazy(() => import("./ContactsScreen-gGKpK4bU.mjs").then((n) => n.n).then((m) => ({ default: m.ContactsScreen })));
|
|
@@ -3395,7 +3395,7 @@ const screenPropertySchemas = {
|
|
|
3395
3395
|
ProfileScreen: () => import("./ProfileScreen-DCLG83Nj.mjs").then((m) => m.profileScreenPropertySchema),
|
|
3396
3396
|
MessagingScreen: () => import("./MessagingScreen-TaNsI8dA.mjs").then((m) => m.messagingScreenPropertySchema),
|
|
3397
3397
|
ContactsScreen: () => import("./ContactsScreen-gGKpK4bU.mjs").then((n) => n.n).then((m) => m.contactsScreenPropertySchema),
|
|
3398
|
-
OrdersScreen: () => import("./OrdersScreen-
|
|
3398
|
+
OrdersScreen: () => import("./OrdersScreen-C1MgEQQX.mjs").then((m) => m.ordersScreenPropertySchema),
|
|
3399
3399
|
SubscriptionsScreen: () => import("./SubscriptionsScreen-cdpbCLy_.mjs").then((m) => m.subscriptionsScreenPropertySchema),
|
|
3400
3400
|
CustomersScreen: () => import("./CustomersScreen-BbQyIVj8.mjs").then((n) => n.n).then((m) => m.customersScreenPropertySchema),
|
|
3401
3401
|
MySiteScreen: () => import("./MySiteScreen-DsDcBDeV.mjs").then((n) => n.n).then((m) => m.mySiteScreenPropertySchema),
|
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.389",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -83,47 +83,47 @@
|
|
|
83
83
|
"zod": "4.3.5",
|
|
84
84
|
"@fluid-app/address-autocomplete": "0.1.0",
|
|
85
85
|
"@fluid-app/address-fields": "0.1.0",
|
|
86
|
-
"@fluid-app/auth": "0.1.0",
|
|
87
86
|
"@fluid-app/api-client-core": "0.1.0",
|
|
87
|
+
"@fluid-app/auth": "0.1.0",
|
|
88
88
|
"@fluid-app/cart-ui": "0.1.25",
|
|
89
89
|
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
90
|
+
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
90
91
|
"@fluid-app/contacts-core": "0.1.0",
|
|
92
|
+
"@fluid-app/file-picker-core": "0.1.0",
|
|
91
93
|
"@fluid-app/contacts-ui": "0.1.0",
|
|
92
|
-
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
93
94
|
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
94
|
-
"@fluid-app/file-picker-core": "0.1.0",
|
|
95
|
-
"@fluid-app/i18n": "0.1.0",
|
|
96
95
|
"@fluid-app/fluid-pay-ui": "0.1.0",
|
|
97
96
|
"@fluid-app/messaging-api-client": "0.1.0",
|
|
98
97
|
"@fluid-app/messaging-core": "0.1.0",
|
|
98
|
+
"@fluid-app/i18n": "0.1.0",
|
|
99
99
|
"@fluid-app/messaging-ui": "0.1.0",
|
|
100
100
|
"@fluid-app/mysite-core": "0.1.0",
|
|
101
|
-
"@fluid-app/orders-core": "0.1.0",
|
|
102
101
|
"@fluid-app/mysite-ui": "0.1.0",
|
|
102
|
+
"@fluid-app/orders-core": "0.1.0",
|
|
103
103
|
"@fluid-app/orders-ui": "0.1.0",
|
|
104
104
|
"@fluid-app/payments-display": "0.1.0",
|
|
105
|
-
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
106
105
|
"@fluid-app/portal-core": "0.1.23",
|
|
107
|
-
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
108
106
|
"@fluid-app/portal-preview": "0.1.0",
|
|
107
|
+
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
108
|
+
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
109
109
|
"@fluid-app/portal-react": "0.1.0",
|
|
110
110
|
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
111
111
|
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
112
|
-
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
113
112
|
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
113
|
+
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
114
114
|
"@fluid-app/portal-tenant-pay-api-client": "0.1.0",
|
|
115
115
|
"@fluid-app/portal-tenant-store-api-client": "0.1.0",
|
|
116
116
|
"@fluid-app/portal-widgets": "0.1.22",
|
|
117
|
-
"@fluid-app/products-core": "0.1.0",
|
|
118
117
|
"@fluid-app/products-api-client": "0.1.0",
|
|
118
|
+
"@fluid-app/products-core": "0.1.0",
|
|
119
119
|
"@fluid-app/profile-core": "0.1.0",
|
|
120
120
|
"@fluid-app/profile-ui": "0.1.0",
|
|
121
121
|
"@fluid-app/query-persister": "0.1.0",
|
|
122
122
|
"@fluid-app/shareables-core": "0.1.0",
|
|
123
123
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
124
124
|
"@fluid-app/shop-core": "0.1.0",
|
|
125
|
-
"@fluid-app/store-core": "0.1.0",
|
|
126
125
|
"@fluid-app/shop-ui": "0.1.0",
|
|
126
|
+
"@fluid-app/store-core": "0.1.0",
|
|
127
127
|
"@fluid-app/subscriptions-core": "0.1.0",
|
|
128
128
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
129
129
|
"@fluid-app/typescript-config": "0.0.0",
|