@budibase/shared-core 3.37.3 → 3.37.4

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.
@@ -12,6 +12,7 @@ export * as structuredOutput from "./structuredOutput";
12
12
  export * as views from "./views";
13
13
  export * as roles from "./roles";
14
14
  export * as lists from "./lists";
15
+ export * from "./preview";
15
16
  export * from "./duplicate";
16
17
  export { accountPortalAccountUrl, accountPortalBillingUrl, accountPortalUpgradeUrl, builderWorkspacesUrl, builderSettingsEmailUrl, builderSettingsAuthUrl, builderSettingsPeopleUsersUrl, builderAppsUrl, appChatUrl, appAgentUrl, agentChatUrl, urlHelpers, applyBaseUrl, } from "./url";
17
18
  export * from "./readableHelpers";
@@ -0,0 +1,4 @@
1
+ import { PreviewDevice } from "@budibase/types";
2
+ export declare const getNextPreviewDevice: (device: PreviewDevice | null | undefined) => PreviewDevice;
3
+ export declare const getPreviewDeviceIcon: (device: PreviewDevice | null | undefined) => string;
4
+ export declare const getPreviewModalDevice: (device: PreviewDevice | null | undefined) => PreviewDevice | null;
package/dist/index.d.ts CHANGED
@@ -9,6 +9,7 @@ export * as automations from "./automations";
9
9
  export * from "./ids";
10
10
  export * from "./login";
11
11
  export * from "./helpers/rowsHelper";
12
+ export * from "./helpers/preview";
12
13
  export { applyBaseUrl } from "./helpers/url";
13
14
  export * from "./translations";
14
15
  export * from "./globFilters";