@nodert-win8.1/windows.ui.webui
Version:
Use the Windows.UI.WebUI UWP API directly from Node.js
602 lines (468 loc) • 18.4 kB
JavaScript
_PrintContent = function () {
this.allPages = 0;
this.currentPage = 1;
this.customPageRange = 2;
this.currentSelection = 3;
}
exports.PrintContent = new _PrintContent();
ActivatedDeferral = (function () {
var cls = function ActivatedDeferral() {
};
cls.prototype.complete = function complete() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
return cls;
}) ();
exports.ActivatedDeferral = ActivatedDeferral;
ActivatedOperation = (function () {
var cls = function ActivatedOperation() {
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="ActivatedDeferral" />
/// </signature>
return new ActivatedDeferral();
}
return cls;
}) ();
exports.ActivatedOperation = ActivatedOperation;
IActivatedEventArgsDeferral = (function () {
var cls = function IActivatedEventArgsDeferral() {
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.IActivatedEventArgsDeferral = IActivatedEventArgsDeferral;
WebUILaunchActivatedEventArgs = (function () {
var cls = function WebUILaunchActivatedEventArgs() {
this.arguments = new String();
this.tileId = new String();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.prelaunchActivated = new Boolean();
this.currentlyShownApplicationViewId = new Number();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUILaunchActivatedEventArgs = WebUILaunchActivatedEventArgs;
WebUISearchActivatedEventArgs = (function () {
var cls = function WebUISearchActivatedEventArgs() {
this.language = new String();
this.queryText = new String();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.linguisticDetails = new Object();
this.currentlyShownApplicationViewId = new Number();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUISearchActivatedEventArgs = WebUISearchActivatedEventArgs;
WebUIShareTargetActivatedEventArgs = (function () {
var cls = function WebUIShareTargetActivatedEventArgs() {
this.shareOperation = new Object();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIShareTargetActivatedEventArgs = WebUIShareTargetActivatedEventArgs;
WebUIFileActivatedEventArgs = (function () {
var cls = function WebUIFileActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.files = new Object();
this.verb = new String();
this.currentlyShownApplicationViewId = new Number();
this.neighboringFilesQuery = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIFileActivatedEventArgs = WebUIFileActivatedEventArgs;
WebUIProtocolActivatedEventArgs = (function () {
var cls = function WebUIProtocolActivatedEventArgs() {
this.activatedOperation = new ActivatedOperation();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.currentlyShownApplicationViewId = new Number();
this.uri = new Object();
};
return cls;
}) ();
exports.WebUIProtocolActivatedEventArgs = WebUIProtocolActivatedEventArgs;
WebUIFileOpenPickerActivatedEventArgs = (function () {
var cls = function WebUIFileOpenPickerActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.fileOpenPickerUI = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIFileOpenPickerActivatedEventArgs = WebUIFileOpenPickerActivatedEventArgs;
WebUIFileSavePickerActivatedEventArgs = (function () {
var cls = function WebUIFileSavePickerActivatedEventArgs() {
this.activatedOperation = new ActivatedOperation();
this.fileSavePickerUI = new Object();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
};
return cls;
}) ();
exports.WebUIFileSavePickerActivatedEventArgs = WebUIFileSavePickerActivatedEventArgs;
WebUICachedFileUpdaterActivatedEventArgs = (function () {
var cls = function WebUICachedFileUpdaterActivatedEventArgs() {
this.activatedOperation = new ActivatedOperation();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.cachedFileUpdaterUI = new Object();
};
return cls;
}) ();
exports.WebUICachedFileUpdaterActivatedEventArgs = WebUICachedFileUpdaterActivatedEventArgs;
WebUIContactPickerActivatedEventArgs = (function () {
var cls = function WebUIContactPickerActivatedEventArgs() {
this.contactPickerUI = new Object();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIContactPickerActivatedEventArgs = WebUIContactPickerActivatedEventArgs;
WebUIDeviceActivatedEventArgs = (function () {
var cls = function WebUIDeviceActivatedEventArgs() {
this.currentlyShownApplicationViewId = new Number();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.activatedOperation = new ActivatedOperation();
this.deviceInformationId = new String();
this.verb = new String();
};
return cls;
}) ();
exports.WebUIDeviceActivatedEventArgs = WebUIDeviceActivatedEventArgs;
WebUIPrintTaskSettingsActivatedEventArgs = (function () {
var cls = function WebUIPrintTaskSettingsActivatedEventArgs() {
this.activatedOperation = new ActivatedOperation();
this.configuration = new Object();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
};
return cls;
}) ();
exports.WebUIPrintTaskSettingsActivatedEventArgs = WebUIPrintTaskSettingsActivatedEventArgs;
WebUICameraSettingsActivatedEventArgs = (function () {
var cls = function WebUICameraSettingsActivatedEventArgs() {
this.videoDeviceController = new Object();
this.videoDeviceExtension = new Object();
this.activatedOperation = new ActivatedOperation();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
};
return cls;
}) ();
exports.WebUICameraSettingsActivatedEventArgs = WebUICameraSettingsActivatedEventArgs;
WebUIAppointmentsProviderAddAppointmentActivatedEventArgs = (function () {
var cls = function WebUIAppointmentsProviderAddAppointmentActivatedEventArgs() {
this.activatedOperation = new ActivatedOperation();
this.addAppointmentOperation = new Object();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.verb = new String();
};
return cls;
}) ();
exports.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs = WebUIAppointmentsProviderAddAppointmentActivatedEventArgs;
WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs = (function () {
var cls = function WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs() {
this.replaceAppointmentOperation = new Object();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.activatedOperation = new ActivatedOperation();
this.verb = new String();
};
return cls;
}) ();
exports.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs = WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs;
WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs = (function () {
var cls = function WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs() {
this.removeAppointmentOperation = new Object();
this.activatedOperation = new ActivatedOperation();
this.verb = new String();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
};
return cls;
}) ();
exports.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs = WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs;
WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs = (function () {
var cls = function WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs() {
this.verb = new String();
this.duration = new Number();
this.timeToShow = new Date();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs = WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs;
WebUIContactCallActivatedEventArgs = (function () {
var cls = function WebUIContactCallActivatedEventArgs() {
this.contact = new Object();
this.serviceId = new String();
this.serviceUserId = new String();
this.activatedOperation = new ActivatedOperation();
this.verb = new String();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
};
return cls;
}) ();
exports.WebUIContactCallActivatedEventArgs = WebUIContactCallActivatedEventArgs;
WebUIContactMessageActivatedEventArgs = (function () {
var cls = function WebUIContactMessageActivatedEventArgs() {
this.verb = new String();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.activatedOperation = new ActivatedOperation();
this.contact = new Object();
this.serviceId = new String();
this.serviceUserId = new String();
};
return cls;
}) ();
exports.WebUIContactMessageActivatedEventArgs = WebUIContactMessageActivatedEventArgs;
WebUIContactMapActivatedEventArgs = (function () {
var cls = function WebUIContactMapActivatedEventArgs() {
this.address = new Object();
this.contact = new Object();
this.activatedOperation = new ActivatedOperation();
this.verb = new String();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
};
return cls;
}) ();
exports.WebUIContactMapActivatedEventArgs = WebUIContactMapActivatedEventArgs;
WebUIContactPostActivatedEventArgs = (function () {
var cls = function WebUIContactPostActivatedEventArgs() {
this.contact = new Object();
this.serviceId = new String();
this.serviceUserId = new String();
this.verb = new String();
this.activatedOperation = new ActivatedOperation();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
};
return cls;
}) ();
exports.WebUIContactPostActivatedEventArgs = WebUIContactPostActivatedEventArgs;
WebUIContactVideoCallActivatedEventArgs = (function () {
var cls = function WebUIContactVideoCallActivatedEventArgs() {
this.activatedOperation = new ActivatedOperation();
this.contact = new Object();
this.serviceId = new String();
this.serviceUserId = new String();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.verb = new String();
};
return cls;
}) ();
exports.WebUIContactVideoCallActivatedEventArgs = WebUIContactVideoCallActivatedEventArgs;
WebUILockScreenCallActivatedEventArgs = (function () {
var cls = function WebUILockScreenCallActivatedEventArgs() {
this.activatedOperation = new ActivatedOperation();
this.currentlyShownApplicationViewId = new Number();
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.callUI = new Object();
this.arguments = new String();
this.tileId = new String();
};
return cls;
}) ();
exports.WebUILockScreenCallActivatedEventArgs = WebUILockScreenCallActivatedEventArgs;
WebUIRestrictedLaunchActivatedEventArgs = (function () {
var cls = function WebUIRestrictedLaunchActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.activatedOperation = new ActivatedOperation();
this.sharedContext = new Object();
};
return cls;
}) ();
exports.WebUIRestrictedLaunchActivatedEventArgs = WebUIRestrictedLaunchActivatedEventArgs;
IWebUINavigatedEventArgs = (function () {
var cls = function IWebUINavigatedEventArgs() {
this.navigatedOperation = new WebUINavigatedOperation();
};
return cls;
}) ();
exports.IWebUINavigatedEventArgs = IWebUINavigatedEventArgs;
WebUINavigatedOperation = (function () {
var cls = function WebUINavigatedOperation() {
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="WebUINavigatedDeferral" />
/// </signature>
return new WebUINavigatedDeferral();
}
return cls;
}) ();
exports.WebUINavigatedOperation = WebUINavigatedOperation;
SuspendingDeferral = (function () {
var cls = function SuspendingDeferral() {
};
cls.prototype.complete = function complete() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
return cls;
}) ();
exports.SuspendingDeferral = SuspendingDeferral;
SuspendingOperation = (function () {
var cls = function SuspendingOperation() {
this.deadline = new Date();
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.SuspendingOperation = SuspendingOperation;
SuspendingEventArgs = (function () {
var cls = function SuspendingEventArgs() {
this.suspendingOperation = new Object();
};
return cls;
}) ();
exports.SuspendingEventArgs = SuspendingEventArgs;
IWebUIBackgroundTaskInstance = (function () {
var cls = function IWebUIBackgroundTaskInstance() {
this.succeeded = new Boolean();
};
return cls;
}) ();
exports.IWebUIBackgroundTaskInstance = IWebUIBackgroundTaskInstance;
WebUIBackgroundTaskInstanceRuntimeClass = (function () {
var cls = function WebUIBackgroundTaskInstanceRuntimeClass() {
this.succeeded = new Boolean();
this.progress = new Number();
this.instanceId = new String();
this.suspendedCount = new Number();
this.task = new Object();
this.triggerDetails = new Object();
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.WebUIBackgroundTaskInstanceRuntimeClass = WebUIBackgroundTaskInstanceRuntimeClass;
WebUIBackgroundTaskInstance = (function () {
var cls = function WebUIBackgroundTaskInstance() {
};
cls.current = new IWebUIBackgroundTaskInstance();
return cls;
}) ();
exports.WebUIBackgroundTaskInstance = WebUIBackgroundTaskInstance;
WebUINavigatedDeferral = (function () {
var cls = function WebUINavigatedDeferral() {
};
cls.prototype.complete = function complete() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
return cls;
}) ();
exports.WebUINavigatedDeferral = WebUINavigatedDeferral;
WebUINavigatedEventArgs = (function () {
var cls = function WebUINavigatedEventArgs() {
this.navigatedOperation = new WebUINavigatedOperation();
};
return cls;
}) ();
exports.WebUINavigatedEventArgs = WebUINavigatedEventArgs;
WebUIApplication = (function () {
var cls = function WebUIApplication() {
};
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.WebUIApplication = WebUIApplication;
HtmlPrintDocumentSource = (function () {
var cls = function HtmlPrintDocumentSource() {
this.topMargin = new Number();
this.shrinkToFit = new Boolean();
this.rightMargin = new Number();
this.percentScale = new Number();
this.leftMargin = new Number();
this.enableHeaderFooter = new Boolean();
this.content = new PrintContent();
this.bottomMargin = new Number();
this.pageRange = new String();
};
cls.prototype.trySetPageRange = function trySetPageRange(strPageRange) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="strPageRange" type="String">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.close = function close() {
}
return cls;
}) ();
exports.HtmlPrintDocumentSource = HtmlPrintDocumentSource;