@fluid-app/portal-sdk 0.1.433 → 0.1.435
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/{SubscriptionsScreen-DiLP88lX.cjs → SubscriptionsScreen-B-_roNpR.cjs} +7 -5
- package/dist/SubscriptionsScreen-B-_roNpR.cjs.map +1 -0
- package/dist/{SubscriptionsScreen-CJJe0giN.mjs → SubscriptionsScreen-CWFdOYEg.mjs} +1 -1
- package/dist/{SubscriptionsScreen-CWXKytKn.cjs → SubscriptionsScreen-CooYSf-y.cjs} +1 -1
- package/dist/{SubscriptionsScreen-DpOk1RbV.mjs → SubscriptionsScreen-zgrsLRUN.mjs} +7 -5
- package/dist/SubscriptionsScreen-zgrsLRUN.mjs.map +1 -0
- package/dist/adapters/subscriptions-api-adapter.d.ts.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +20 -20
- package/dist/SubscriptionsScreen-DiLP88lX.cjs.map +0 -1
- package/dist/SubscriptionsScreen-DpOk1RbV.mjs.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptions-api-adapter.d.ts","sourceRoot":"","sources":["../../src/adapters/subscriptions-api-adapter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAenE,KAAK,uBAAuB,GAAG,OAAO,CACpC,UAAU,CAAC,OAAO,YAAY,CAAC,kBAAkB,CAAC,CACnD,CAAC;AAUF,KAAK,eAAe,GAAG,WAAW,CAAC,uBAAuB,CAAC,cAAc,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"subscriptions-api-adapter.d.ts","sourceRoot":"","sources":["../../src/adapters/subscriptions-api-adapter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAenE,KAAK,uBAAuB,GAAG,OAAO,CACpC,UAAU,CAAC,OAAO,YAAY,CAAC,kBAAkB,CAAC,CACnD,CAAC;AAUF,KAAK,eAAe,GAAG,WAAW,CAAC,uBAAuB,CAAC,cAAc,CAAC,CAAC,CAAC;AAmC5E;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CACnC,GAAG,EAAE,eAAe,GACnB,aAAa,CAAC,8BAA8B,CAgO9C;AAuGD;;;;;;GAMG;AACH,wBAAgB,gCAAgC,CAC9C,MAAM,EAAE,WAAW,GAClB,gBAAgB,CAiKlB"}
|
package/dist/index.cjs
CHANGED
|
@@ -72,7 +72,7 @@ require("./Combobox-CMWzBod7.cjs");
|
|
|
72
72
|
require("./prop-types-BL9DoSxF.cjs");
|
|
73
73
|
require("./use-mysite-portal-C_V5cNaa.cjs");
|
|
74
74
|
const require_ProfileScreen = require("./ProfileScreen-CH1kda7_.cjs");
|
|
75
|
-
const require_SubscriptionsScreen = require("./SubscriptionsScreen-
|
|
75
|
+
const require_SubscriptionsScreen = require("./SubscriptionsScreen-B-_roNpR.cjs");
|
|
76
76
|
require("./dist-BY7oIoRh.cjs");
|
|
77
77
|
require("./es-C0D2Nzch.cjs");
|
|
78
78
|
require("./dist-D2JCrLWW.cjs");
|
|
@@ -1850,7 +1850,7 @@ function resolveMemberTypePage(registry, memberTypeSlug, currentSlug, baseSlug)
|
|
|
1850
1850
|
//#region src/shell/system-screen-map.ts
|
|
1851
1851
|
const ProfileScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ProfileScreen-CA9d10n5.cjs")).then((m) => ({ default: m.ProfileScreen })));
|
|
1852
1852
|
const OrdersScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./OrdersScreen-B54rTEGH.cjs")).then((m) => ({ default: m.OrdersScreen })));
|
|
1853
|
-
const SubscriptionsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./SubscriptionsScreen-
|
|
1853
|
+
const SubscriptionsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./SubscriptionsScreen-CooYSf-y.cjs")).then((m) => ({ default: m.SubscriptionsScreen })));
|
|
1854
1854
|
const MessagingScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./MessagingScreen-BcZCQrvY.cjs")).then((m) => ({ default: m.MessagingScreen })));
|
|
1855
1855
|
const ContactsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ContactsScreen-CHZ0KEUy.cjs")).then((m) => ({ default: m.ContactsScreen })));
|
|
1856
1856
|
const ShopScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ShopScreen-5sc3-yXc.cjs")).then((m) => ({ default: m.ShopScreen })));
|
|
@@ -3495,7 +3495,7 @@ const screenPropertySchemas = {
|
|
|
3495
3495
|
MessagingScreen: () => Promise.resolve().then(() => require("./MessagingScreen-BcZCQrvY.cjs")).then((m) => m.messagingScreenPropertySchema),
|
|
3496
3496
|
ContactsScreen: () => Promise.resolve().then(() => require("./ContactsScreen-CHZ0KEUy.cjs")).then((m) => m.contactsScreenPropertySchema),
|
|
3497
3497
|
OrdersScreen: () => Promise.resolve().then(() => require("./OrdersScreen-B54rTEGH.cjs")).then((m) => m.ordersScreenPropertySchema),
|
|
3498
|
-
SubscriptionsScreen: () => Promise.resolve().then(() => require("./SubscriptionsScreen-
|
|
3498
|
+
SubscriptionsScreen: () => Promise.resolve().then(() => require("./SubscriptionsScreen-CooYSf-y.cjs")).then((m) => m.subscriptionsScreenPropertySchema),
|
|
3499
3499
|
CustomersScreen: () => Promise.resolve().then(() => require("./CustomersScreen-BM08PF8p.cjs")).then((m) => m.customersScreenPropertySchema),
|
|
3500
3500
|
MySiteScreen: () => Promise.resolve().then(() => require("./MySiteScreen-ClWFu_8I.cjs")).then((m) => m.mySiteScreenPropertySchema),
|
|
3501
3501
|
ShareablesScreen: () => Promise.resolve().then(() => require("./ShareablesScreen-DsrEWLn5.cjs")).then((m) => m.shareablesScreenPropertySchema),
|
package/dist/index.mjs
CHANGED
|
@@ -38,7 +38,7 @@ import { r as carouselWidgetPropertySchema, t as CarouselWidget } from "./Carous
|
|
|
38
38
|
import { r as catchUpWidgetPropertySchema, t as CatchUpWidget } from "./CatchUpWidget-CEDOOF9V.mjs";
|
|
39
39
|
import { Gn as cn$1, bt as CollapsibleTrigger, ct as Popover, dt as PopoverTrigger, g as Skeleton$1, jn as Button, m as Toaster, ut as PopoverContent, vt as Collapsible, yt as CollapsibleContent } from "./src-CAi8-qUm.mjs";
|
|
40
40
|
import { i as useMessagingAuth, n as messagingScreenPropertySchema, r as useMessagingConfig, t as MessagingScreen } from "./MessagingScreen-XnkjjPHe.mjs";
|
|
41
|
-
import { n as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-
|
|
41
|
+
import { n as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-zgrsLRUN.mjs";
|
|
42
42
|
import { r as chartWidgetPropertySchema, t as ChartWidget } from "./ChartWidget-5NR50o-9.mjs";
|
|
43
43
|
import { r as containerWidgetPropertySchema, t as ContainerWidget } from "./ContainerWidget-sfWLzdpC.mjs";
|
|
44
44
|
import { r as embedWidgetPropertySchema, t as EmbedWidget } from "./EmbedWidget-CVqRlRwv.mjs";
|
|
@@ -1847,7 +1847,7 @@ function resolveMemberTypePage(registry, memberTypeSlug, currentSlug, baseSlug)
|
|
|
1847
1847
|
//#region src/shell/system-screen-map.ts
|
|
1848
1848
|
const ProfileScreen$1 = lazy(() => import("./ProfileScreen-Fs4ec6-G.mjs").then((m) => ({ default: m.ProfileScreen })));
|
|
1849
1849
|
const OrdersScreen$1 = lazy(() => import("./OrdersScreen-3noAB3V0.mjs").then((m) => ({ default: m.OrdersScreen })));
|
|
1850
|
-
const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-
|
|
1850
|
+
const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-CWFdOYEg.mjs").then((m) => ({ default: m.SubscriptionsScreen })));
|
|
1851
1851
|
const MessagingScreen$1 = lazy(() => import("./MessagingScreen-ejDib6ar.mjs").then((m) => ({ default: m.MessagingScreen })));
|
|
1852
1852
|
const ContactsScreen$1 = lazy(() => import("./ContactsScreen-DGfXoe6l.mjs").then((n) => n.n).then((m) => ({ default: m.ContactsScreen })));
|
|
1853
1853
|
const ShopScreen$1 = lazy(() => import("./ShopScreen-bLpx5NtE.mjs").then((m) => ({ default: m.ShopScreen })));
|
|
@@ -3492,7 +3492,7 @@ const screenPropertySchemas = {
|
|
|
3492
3492
|
MessagingScreen: () => import("./MessagingScreen-ejDib6ar.mjs").then((m) => m.messagingScreenPropertySchema),
|
|
3493
3493
|
ContactsScreen: () => import("./ContactsScreen-DGfXoe6l.mjs").then((n) => n.n).then((m) => m.contactsScreenPropertySchema),
|
|
3494
3494
|
OrdersScreen: () => import("./OrdersScreen-3noAB3V0.mjs").then((m) => m.ordersScreenPropertySchema),
|
|
3495
|
-
SubscriptionsScreen: () => import("./SubscriptionsScreen-
|
|
3495
|
+
SubscriptionsScreen: () => import("./SubscriptionsScreen-CWFdOYEg.mjs").then((m) => m.subscriptionsScreenPropertySchema),
|
|
3496
3496
|
CustomersScreen: () => import("./CustomersScreen-D9pyLiMp.mjs").then((n) => n.n).then((m) => m.customersScreenPropertySchema),
|
|
3497
3497
|
MySiteScreen: () => import("./MySiteScreen-DjmiBa2F.mjs").then((n) => n.n).then((m) => m.mySiteScreenPropertySchema),
|
|
3498
3498
|
ShareablesScreen: () => import("./ShareablesScreen-Cos9n7CI.mjs").then((m) => m.shareablesScreenPropertySchema),
|
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.435",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -84,53 +84,53 @@
|
|
|
84
84
|
"tsdown": "^0.21.0",
|
|
85
85
|
"typescript": "^5",
|
|
86
86
|
"zod": "4.3.5",
|
|
87
|
-
"@fluid-app/address-autocomplete": "0.1.0",
|
|
88
87
|
"@fluid-app/address-fields": "0.1.0",
|
|
89
88
|
"@fluid-app/api-client-core": "0.1.0",
|
|
90
|
-
"@fluid-app/
|
|
91
|
-
"@fluid-app/contacts-core": "0.1.0",
|
|
89
|
+
"@fluid-app/address-autocomplete": "0.1.0",
|
|
92
90
|
"@fluid-app/auth": "0.1.0",
|
|
91
|
+
"@fluid-app/cart-ui": "0.1.25",
|
|
93
92
|
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
94
|
-
"@fluid-app/contacts-
|
|
93
|
+
"@fluid-app/contacts-core": "0.1.0",
|
|
95
94
|
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
95
|
+
"@fluid-app/contacts-ui": "0.1.0",
|
|
96
96
|
"@fluid-app/file-picker-core": "0.1.0",
|
|
97
|
-
"@fluid-app/fluid-pay-ui": "0.1.0",
|
|
98
97
|
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
98
|
+
"@fluid-app/fluid-pay-ui": "0.1.0",
|
|
99
99
|
"@fluid-app/i18n": "0.1.0",
|
|
100
100
|
"@fluid-app/messaging-api-client": "0.1.0",
|
|
101
|
-
"@fluid-app/messaging-ui": "0.1.0",
|
|
102
101
|
"@fluid-app/messaging-core": "0.1.0",
|
|
102
|
+
"@fluid-app/messaging-ui": "0.1.0",
|
|
103
|
+
"@fluid-app/mysite-ui": "0.1.0",
|
|
103
104
|
"@fluid-app/mysite-core": "0.1.0",
|
|
104
|
-
"@fluid-app/orders-core": "0.1.0",
|
|
105
105
|
"@fluid-app/orders-ui": "0.1.0",
|
|
106
|
-
"@fluid-app/mysite-ui": "0.1.0",
|
|
107
106
|
"@fluid-app/payments-display": "0.1.0",
|
|
107
|
+
"@fluid-app/orders-core": "0.1.0",
|
|
108
108
|
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
109
|
-
"@fluid-app/portal-preview": "0.1.0",
|
|
110
109
|
"@fluid-app/portal-core": "0.1.23",
|
|
110
|
+
"@fluid-app/portal-preview": "0.1.0",
|
|
111
111
|
"@fluid-app/portal-react": "0.1.0",
|
|
112
112
|
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
113
|
-
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
114
113
|
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
115
|
-
"@fluid-app/portal-tenant-
|
|
114
|
+
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
116
115
|
"@fluid-app/portal-tenant-pay-api-client": "0.1.0",
|
|
116
|
+
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
117
117
|
"@fluid-app/portal-tenant-store-api-client": "0.1.0",
|
|
118
|
+
"@fluid-app/products-api-client": "0.1.0",
|
|
118
119
|
"@fluid-app/portal-widgets": "0.1.22",
|
|
119
120
|
"@fluid-app/products-core": "0.1.0",
|
|
120
|
-
"@fluid-app/products-api-client": "0.1.0",
|
|
121
|
-
"@fluid-app/profile-core": "0.1.0",
|
|
122
121
|
"@fluid-app/profile-ui": "0.1.0",
|
|
123
|
-
"@fluid-app/
|
|
122
|
+
"@fluid-app/profile-core": "0.1.0",
|
|
124
123
|
"@fluid-app/query-persister": "0.1.0",
|
|
124
|
+
"@fluid-app/shareables-core": "0.1.0",
|
|
125
125
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
126
|
-
"@fluid-app/shop-ui": "0.1.0",
|
|
127
126
|
"@fluid-app/shop-core": "0.1.0",
|
|
128
|
-
"@fluid-app/subscriptions-core": "0.1.0",
|
|
129
127
|
"@fluid-app/store-core": "0.1.0",
|
|
130
|
-
"@fluid-app/
|
|
128
|
+
"@fluid-app/subscriptions-core": "0.1.0",
|
|
129
|
+
"@fluid-app/shop-ui": "0.1.0",
|
|
131
130
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
132
|
-
"@fluid-app/
|
|
133
|
-
"@fluid-app/widget-runtime": "0.1.0"
|
|
131
|
+
"@fluid-app/typescript-config": "0.0.0",
|
|
132
|
+
"@fluid-app/widget-runtime": "0.1.0",
|
|
133
|
+
"@fluid-app/ui-primitives": "0.1.13"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"@hookform/resolvers": "^5.2.2",
|