@pod-os/elements 0.26.0 → 0.26.1-rc.d4c6cc6.0
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/cjs/ion-icon_31.cjs.entry.js +11 -2
- package/dist/cjs/ion-icon_31.cjs.entry.js.map +1 -1
- package/dist/collection/apps/pos-app-browser/pos-app-browser.js +12 -3
- package/dist/collection/apps/pos-app-browser/pos-app-browser.js.map +1 -1
- package/dist/components/pos-app-browser.js +11 -2
- package/dist/components/pos-app-browser.js.map +1 -1
- package/dist/elements/elements.esm.js +1 -1
- package/dist/elements/{p-b34f1af4.entry.js → p-02068369.entry.js} +2 -2
- package/dist/elements/p-02068369.entry.js.map +1 -0
- package/dist/esm/ion-icon_31.entry.js +11 -2
- package/dist/esm/ion-icon_31.entry.js.map +1 -1
- package/dist/types/apps/pos-app-browser/pos-app-browser.d.ts +2 -1
- package/dist/types/components.d.ts +2 -2
- package/package.json +1 -1
- package/dist/elements/p-b34f1af4.entry.js.map +0 -1
|
@@ -3,10 +3,11 @@ export declare class PosAppBrowser {
|
|
|
3
3
|
/**
|
|
4
4
|
* The mode the app is running in:
|
|
5
5
|
*
|
|
6
|
-
* - standalone:
|
|
6
|
+
* - standalone: use this when you deploy it as a standalone web application
|
|
7
7
|
* - pod: use this when you host this app as a default interface for you pod
|
|
8
8
|
*/
|
|
9
9
|
mode: 'standalone' | 'pod';
|
|
10
10
|
uri: string;
|
|
11
11
|
render(): any;
|
|
12
|
+
private mainContent;
|
|
12
13
|
}
|
|
@@ -16,7 +16,7 @@ export namespace Components {
|
|
|
16
16
|
}
|
|
17
17
|
interface PosAppBrowser {
|
|
18
18
|
/**
|
|
19
|
-
* The mode the app is running in: - standalone:
|
|
19
|
+
* The mode the app is running in: - standalone: use this when you deploy it as a standalone web application - pod: use this when you host this app as a default interface for you pod
|
|
20
20
|
*/
|
|
21
21
|
"mode": 'standalone' | 'pod';
|
|
22
22
|
"restorePreviousSession": boolean;
|
|
@@ -923,7 +923,7 @@ declare namespace LocalJSX {
|
|
|
923
923
|
}
|
|
924
924
|
interface PosAppBrowser {
|
|
925
925
|
/**
|
|
926
|
-
* The mode the app is running in: - standalone:
|
|
926
|
+
* The mode the app is running in: - standalone: use this when you deploy it as a standalone web application - pod: use this when you host this app as a default interface for you pod
|
|
927
927
|
*/
|
|
928
928
|
"mode"?: 'standalone' | 'pod';
|
|
929
929
|
"restorePreviousSession"?: boolean;
|