UNPKG

@i4mi/ionic-on-fhir

Version:

IONIC wrapper for the I4MI fhir resource library

53 lines 3.03 kB
export var AUTH_RES_KEY = 'AUTH_RES'; /** * Settings dok : https://github.com/apache/cordova-plugin-inappbrowser */ export var InAppBrowserSettingsAll; (function (InAppBrowserSettingsAll) { InAppBrowserSettingsAll["location"] = "location"; InAppBrowserSettingsAll["hidden"] = "hidden"; InAppBrowserSettingsAll["beforeload"] = "beforeload"; InAppBrowserSettingsAll["clearcache"] = "clearcache"; InAppBrowserSettingsAll["clearsessioncache"] = "clearsessioncache"; InAppBrowserSettingsAll["closebuttoncolor"] = "closebuttoncolor"; InAppBrowserSettingsAll["closebuttoncaption"] = "closebuttoncaption"; InAppBrowserSettingsAll["hidenavigationbuttons"] = "hidenavigationbuttons"; InAppBrowserSettingsAll["navigationbuttoncolor"] = "navigationbuttoncolor"; InAppBrowserSettingsAll["toolbarcolor"] = "toolbarcolor"; InAppBrowserSettingsAll["mediaPlaybackRequiresUserAction"] = "mediaPlaybackRequiresUserAction"; })(InAppBrowserSettingsAll || (InAppBrowserSettingsAll = {})); /** * Settings dok : https://github.com/apache/cordova-plugin-inappbrowser */ export var InAppBrowserSettingsAndroid; (function (InAppBrowserSettingsAndroid) { InAppBrowserSettingsAndroid["footer"] = "footer"; InAppBrowserSettingsAndroid["footercolor"] = "footercolor"; InAppBrowserSettingsAndroid["hardwareback"] = "hardwareback"; InAppBrowserSettingsAndroid["hideurlbar"] = "hideurlbar"; InAppBrowserSettingsAndroid["lefttoright"] = "lefttoright"; InAppBrowserSettingsAndroid["zoom"] = "zoom"; InAppBrowserSettingsAndroid["shouldPauseOnSuspend"] = "shouldPauseOnSuspend"; InAppBrowserSettingsAndroid["useWideViewPort"] = "useWideViewPort"; })(InAppBrowserSettingsAndroid || (InAppBrowserSettingsAndroid = {})); /** * Settings dok : https://github.com/apache/cordova-plugin-inappbrowser */ export var InAppBrowserSettingsIos; (function (InAppBrowserSettingsIos) { InAppBrowserSettingsIos["usewkwebview"] = "usewkwebview"; InAppBrowserSettingsIos["cleardata"] = "cleardata"; InAppBrowserSettingsIos["disallowoverscroll"] = "disallowoverscroll"; InAppBrowserSettingsIos["toolbar"] = "toolbar"; InAppBrowserSettingsIos["toolbartranslucent"] = "toolbartranslucent"; InAppBrowserSettingsIos["lefttoright"] = "lefttoright"; InAppBrowserSettingsIos["enableViewportScale"] = "enableViewportScale"; InAppBrowserSettingsIos["allowInlineMediaPlayback"] = "allowInlineMediaPlayback"; InAppBrowserSettingsIos["keyboardDisplayRequiresUserAction"] = "keyboardDisplayRequiresUserAction"; InAppBrowserSettingsIos["suppressesIncrementalRendering"] = "suppressesIncrementalRendering"; InAppBrowserSettingsIos["presentationstyle"] = "presentationstyle"; InAppBrowserSettingsIos["transitionstyle"] = "transitionstyle"; InAppBrowserSettingsIos["toolbarposition"] = "toolbarposition"; InAppBrowserSettingsIos["hidespinner"] = "hidespinner"; })(InAppBrowserSettingsIos || (InAppBrowserSettingsIos = {})); //# sourceMappingURL=ionic-on-fhir.types.js.map