@fluid-app/portal-sdk 0.1.345 → 0.1.346
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-CBarjPh2.mjs → SubscriptionsScreen-1lmFXxOj.mjs} +1 -1
- package/dist/{SubscriptionsScreen-Bhvhbdh3.mjs → SubscriptionsScreen-BDBYmSR2.mjs} +13 -18
- package/dist/SubscriptionsScreen-BDBYmSR2.mjs.map +1 -0
- package/dist/{SubscriptionsScreen-DPh8mKe0.cjs → SubscriptionsScreen-BFihupo4.cjs} +13 -18
- package/dist/SubscriptionsScreen-BFihupo4.cjs.map +1 -0
- package/dist/{SubscriptionsScreen-DkYV9l07.cjs → SubscriptionsScreen-D8GiMk_3.cjs} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +13 -13
- package/dist/SubscriptionsScreen-Bhvhbdh3.mjs.map +0 -1
- package/dist/SubscriptionsScreen-DPh8mKe0.cjs.map +0 -1
|
@@ -47,6 +47,6 @@ require("./ShopWidget-BPIGFn9J.cjs");
|
|
|
47
47
|
require("./ScreenHeaderContext-C0AmEhfh.cjs");
|
|
48
48
|
require("./AddressAutocompleteInput-DeBqa_LT.cjs");
|
|
49
49
|
require("./Combobox-y-f7byc7.cjs");
|
|
50
|
-
const require_SubscriptionsScreen = require("./SubscriptionsScreen-
|
|
50
|
+
const require_SubscriptionsScreen = require("./SubscriptionsScreen-BFihupo4.cjs");
|
|
51
51
|
exports.SubscriptionsScreen = require_SubscriptionsScreen.SubscriptionsScreen;
|
|
52
52
|
exports.subscriptionsScreenPropertySchema = require_SubscriptionsScreen.subscriptionsScreenPropertySchema;
|
package/dist/index.cjs
CHANGED
|
@@ -55,7 +55,7 @@ require("./AddressAutocompleteInput-DeBqa_LT.cjs");
|
|
|
55
55
|
require("./Combobox-y-f7byc7.cjs");
|
|
56
56
|
require("./use-mysite-portal-KmGcVU7K.cjs");
|
|
57
57
|
const require_ProfileScreen = require("./ProfileScreen-7kM4pKIp.cjs");
|
|
58
|
-
const require_SubscriptionsScreen = require("./SubscriptionsScreen-
|
|
58
|
+
const require_SubscriptionsScreen = require("./SubscriptionsScreen-BFihupo4.cjs");
|
|
59
59
|
require("./dist-D_3_ZuC5.cjs");
|
|
60
60
|
require("./es-B5heQ57j.cjs");
|
|
61
61
|
const require_ContactsScreen = require("./ContactsScreen-DJ-hbDrK.cjs");
|
|
@@ -2180,7 +2180,7 @@ const BuilderScreenView = (0, react.memo)(BuilderScreenViewImpl);
|
|
|
2180
2180
|
//#region src/shell/system-screen-map.ts
|
|
2181
2181
|
const ProfileScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ProfileScreen-DX5rTwbq.cjs")).then((m) => ({ default: m.ProfileScreen })));
|
|
2182
2182
|
const OrdersScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./OrdersScreen-CGkYtFWv.cjs")).then((m) => ({ default: m.OrdersScreen })));
|
|
2183
|
-
const SubscriptionsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./SubscriptionsScreen-
|
|
2183
|
+
const SubscriptionsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./SubscriptionsScreen-D8GiMk_3.cjs")).then((m) => ({ default: m.SubscriptionsScreen })));
|
|
2184
2184
|
const MessagingScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./MessagingScreen-DsFKV9-U.cjs")).then((m) => ({ default: m.MessagingScreen })));
|
|
2185
2185
|
const ContactsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ContactsScreen-Dym_ca0T.cjs")).then((m) => ({ default: m.ContactsScreen })));
|
|
2186
2186
|
const ShopScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ShopScreen-BWTwivGh.cjs")).then((m) => ({ default: m.ShopScreen })));
|
|
@@ -4094,7 +4094,7 @@ const screenPropertySchemas = {
|
|
|
4094
4094
|
MessagingScreen: () => Promise.resolve().then(() => require("./MessagingScreen-DsFKV9-U.cjs")).then((m) => m.messagingScreenPropertySchema),
|
|
4095
4095
|
ContactsScreen: () => Promise.resolve().then(() => require("./ContactsScreen-Dym_ca0T.cjs")).then((m) => m.contactsScreenPropertySchema),
|
|
4096
4096
|
OrdersScreen: () => Promise.resolve().then(() => require("./OrdersScreen-CGkYtFWv.cjs")).then((m) => m.ordersScreenPropertySchema),
|
|
4097
|
-
SubscriptionsScreen: () => Promise.resolve().then(() => require("./SubscriptionsScreen-
|
|
4097
|
+
SubscriptionsScreen: () => Promise.resolve().then(() => require("./SubscriptionsScreen-D8GiMk_3.cjs")).then((m) => m.subscriptionsScreenPropertySchema),
|
|
4098
4098
|
CustomersScreen: () => Promise.resolve().then(() => require("./CustomersScreen-Du8bcqys.cjs")).then((n) => n.CustomersScreen_exports).then((m) => m.customersScreenPropertySchema),
|
|
4099
4099
|
MySiteScreen: () => Promise.resolve().then(() => require("./MySiteScreen-DchSwvIq.cjs")).then((m) => m.mySiteScreenPropertySchema),
|
|
4100
4100
|
ShareablesScreen: () => Promise.resolve().then(() => require("./ShareablesScreen-UY20K5SI.cjs")).then((m) => m.shareablesScreenPropertySchema),
|
package/dist/index.mjs
CHANGED
|
@@ -27,7 +27,7 @@ import { r as carouselWidgetPropertySchema, t as CarouselWidget } from "./Carous
|
|
|
27
27
|
import { r as catchUpWidgetPropertySchema, t as CatchUpWidget } from "./CatchUpWidget-B_in7Bjq.mjs";
|
|
28
28
|
import { Dt as CardHeader, Et as CardFooter, Ot as CardTitle, St as Card, Tt as CardDescription, at as Popover, ct as PopoverTrigger, gt as CollapsibleTrigger, h as Skeleton$1, ht as CollapsibleContent, kn as cn$1, mt as Collapsible, p as Toaster, st as PopoverContent, wn as Button } from "./src-CJw6JbdS.mjs";
|
|
29
29
|
import { a as useMessagingAuth, i as useMessagingConfig, n as messagingScreenPropertySchema, r as createFluidFileUploader, t as MessagingScreen } from "./MessagingScreen-D8AaIKVy.mjs";
|
|
30
|
-
import { n as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-
|
|
30
|
+
import { n as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-BDBYmSR2.mjs";
|
|
31
31
|
import { r as chartWidgetPropertySchema, t as ChartWidget } from "./ChartWidget-CIr3v8x6.mjs";
|
|
32
32
|
import { r as containerWidgetPropertySchema, t as ContainerWidget } from "./ContainerWidget-BHWPtBmF.mjs";
|
|
33
33
|
import { r as imageWidgetPropertySchema, t as ImageWidget } from "./ImageWidget-B3ZTuy4v.mjs";
|
|
@@ -2178,7 +2178,7 @@ const BuilderScreenView = memo(BuilderScreenViewImpl);
|
|
|
2178
2178
|
//#region src/shell/system-screen-map.ts
|
|
2179
2179
|
const ProfileScreen$1 = lazy(() => import("./ProfileScreen-Bd6H9TBM.mjs").then((m) => ({ default: m.ProfileScreen })));
|
|
2180
2180
|
const OrdersScreen$1 = lazy(() => import("./OrdersScreen-mDG5e8n6.mjs").then((m) => ({ default: m.OrdersScreen })));
|
|
2181
|
-
const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-
|
|
2181
|
+
const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-1lmFXxOj.mjs").then((m) => ({ default: m.SubscriptionsScreen })));
|
|
2182
2182
|
const MessagingScreen$1 = lazy(() => import("./MessagingScreen-CAf7YZGt.mjs").then((m) => ({ default: m.MessagingScreen })));
|
|
2183
2183
|
const ContactsScreen$1 = lazy(() => import("./ContactsScreen-Cwyt5qIf.mjs").then((n) => n.n).then((m) => ({ default: m.ContactsScreen })));
|
|
2184
2184
|
const ShopScreen$1 = lazy(() => import("./ShopScreen-D16Q8kIF.mjs").then((m) => ({ default: m.ShopScreen })));
|
|
@@ -4092,7 +4092,7 @@ const screenPropertySchemas = {
|
|
|
4092
4092
|
MessagingScreen: () => import("./MessagingScreen-CAf7YZGt.mjs").then((m) => m.messagingScreenPropertySchema),
|
|
4093
4093
|
ContactsScreen: () => import("./ContactsScreen-Cwyt5qIf.mjs").then((n) => n.n).then((m) => m.contactsScreenPropertySchema),
|
|
4094
4094
|
OrdersScreen: () => import("./OrdersScreen-mDG5e8n6.mjs").then((m) => m.ordersScreenPropertySchema),
|
|
4095
|
-
SubscriptionsScreen: () => import("./SubscriptionsScreen-
|
|
4095
|
+
SubscriptionsScreen: () => import("./SubscriptionsScreen-1lmFXxOj.mjs").then((m) => m.subscriptionsScreenPropertySchema),
|
|
4096
4096
|
CustomersScreen: () => import("./CustomersScreen-BNkOLCJx.mjs").then((n) => n.n).then((m) => m.customersScreenPropertySchema),
|
|
4097
4097
|
MySiteScreen: () => import("./MySiteScreen-BlTSt7a0.mjs").then((n) => n.n).then((m) => m.mySiteScreenPropertySchema),
|
|
4098
4098
|
ShareablesScreen: () => import("./ShareablesScreen-C3K5ed-X.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.346",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -79,47 +79,47 @@
|
|
|
79
79
|
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
80
80
|
"@fluid-app/contacts-core": "0.1.0",
|
|
81
81
|
"@fluid-app/contacts-ui": "0.1.0",
|
|
82
|
-
"@fluid-app/file-picker-core": "0.1.0",
|
|
83
82
|
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
83
|
+
"@fluid-app/file-picker-core": "0.1.0",
|
|
84
84
|
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
85
85
|
"@fluid-app/fluid-pay-ui": "0.1.0",
|
|
86
86
|
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
87
87
|
"@fluid-app/i18n": "0.1.0",
|
|
88
|
+
"@fluid-app/messaging-api-client": "0.1.0",
|
|
88
89
|
"@fluid-app/messaging-core": "0.1.0",
|
|
89
90
|
"@fluid-app/messaging-ui": "0.1.0",
|
|
90
91
|
"@fluid-app/mysite-core": "0.1.0",
|
|
91
|
-
"@fluid-app/messaging-api-client": "0.1.0",
|
|
92
92
|
"@fluid-app/mysite-ui": "0.1.0",
|
|
93
93
|
"@fluid-app/orders-core": "0.1.0",
|
|
94
|
-
"@fluid-app/orders-ui": "0.1.0",
|
|
95
94
|
"@fluid-app/permissions": "0.1.0",
|
|
96
95
|
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
96
|
+
"@fluid-app/orders-ui": "0.1.0",
|
|
97
97
|
"@fluid-app/portal-core": "0.1.23",
|
|
98
98
|
"@fluid-app/portal-preview": "0.1.0",
|
|
99
|
-
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
100
99
|
"@fluid-app/portal-react": "0.1.0",
|
|
100
|
+
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
101
101
|
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
102
102
|
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
103
103
|
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
104
|
+
"@fluid-app/portal-tenant-pay-api-client": "0.1.0",
|
|
104
105
|
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
105
106
|
"@fluid-app/portal-tenant-store-api-client": "0.1.0",
|
|
106
107
|
"@fluid-app/portal-widgets": "0.1.22",
|
|
107
108
|
"@fluid-app/products-api-client": "0.1.0",
|
|
108
|
-
"@fluid-app/portal-tenant-pay-api-client": "0.1.0",
|
|
109
|
-
"@fluid-app/products-core": "0.1.0",
|
|
110
109
|
"@fluid-app/profile-core": "0.1.0",
|
|
111
|
-
"@fluid-app/
|
|
110
|
+
"@fluid-app/products-core": "0.1.0",
|
|
111
|
+
"@fluid-app/query-persister": "0.1.0",
|
|
112
112
|
"@fluid-app/profile-ui": "0.1.0",
|
|
113
|
+
"@fluid-app/shareables-core": "0.1.0",
|
|
113
114
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
114
|
-
"@fluid-app/query-persister": "0.1.0",
|
|
115
115
|
"@fluid-app/shop-core": "0.1.0",
|
|
116
|
-
"@fluid-app/store-api-client": "0.1.0",
|
|
117
116
|
"@fluid-app/shop-ui": "0.1.0",
|
|
117
|
+
"@fluid-app/store-api-client": "0.1.0",
|
|
118
|
+
"@fluid-app/subscriptions-core": "0.1.0",
|
|
118
119
|
"@fluid-app/store-core": "0.1.0",
|
|
120
|
+
"@fluid-app/typescript-config": "0.0.0",
|
|
119
121
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
120
|
-
"@fluid-app/
|
|
121
|
-
"@fluid-app/ui-primitives": "0.1.13",
|
|
122
|
-
"@fluid-app/typescript-config": "0.0.0"
|
|
122
|
+
"@fluid-app/ui-primitives": "0.1.13"
|
|
123
123
|
},
|
|
124
124
|
"peerDependencies": {
|
|
125
125
|
"@hookform/resolvers": "^5.2.2",
|