@nodert-win10-cu/windows.ui.xaml.controls
Version:
Use the Windows.UI.Xaml.Controls UWP API directly from Node.js
1,901 lines (1,516 loc) • 1.37 MB
JavaScript
Point = (function () {
var cls = function Point() {
};
return cls;
}) ();
exports.Point = Point;
Rect = (function () {
var cls = function Rect() {
};
return cls;
}) ();
exports.Rect = Rect;
GeneratorPosition = (function () {
var cls = function GeneratorPosition() {
};
return cls;
}) ();
exports.GeneratorPosition = GeneratorPosition;
GridLength = (function () {
var cls = function GridLength() {
};
return cls;
}) ();
exports.GridLength = GridLength;
Size = (function () {
var cls = function Size() {
};
return cls;
}) ();
exports.Size = Size;
Thickness = (function () {
var cls = function Thickness() {
};
return cls;
}) ();
exports.Thickness = Thickness;
CornerRadius = (function () {
var cls = function CornerRadius() {
};
return cls;
}) ();
exports.CornerRadius = CornerRadius;
FontWeight = (function () {
var cls = function FontWeight() {
this.weight = new Number();
};
return cls;
}) ();
exports.FontWeight = FontWeight;
Duration = (function () {
var cls = function Duration() {
};
return cls;
}) ();
exports.Duration = Duration;
Color = (function () {
var cls = function Color() {
};
return cls;
}) ();
exports.Color = Color;
LoadMoreItemsResult = (function () {
var cls = function LoadMoreItemsResult() {
this.count = new Number();
};
return cls;
}) ();
exports.LoadMoreItemsResult = LoadMoreItemsResult;
_CandidateWindowAlignment = function () {
this.default = 0;
this.bottomEdge = 1;
}
exports.CandidateWindowAlignment = new _CandidateWindowAlignment();
_ClickMode = function () {
this.release = 0;
this.press = 1;
this.hover = 2;
}
exports.ClickMode = new _ClickMode();
_ComboBoxSelectionChangedTrigger = function () {
this.committed = 0;
this.always = 1;
}
exports.ComboBoxSelectionChangedTrigger = new _ComboBoxSelectionChangedTrigger();
_IncrementalLoadingTrigger = function () {
this.none = 0;
this.edge = 1;
}
exports.IncrementalLoadingTrigger = new _IncrementalLoadingTrigger();
_ItemsUpdatingScrollMode = function () {
this.keepItemsInView = 0;
this.keepScrollOffset = 1;
this.keepLastItemInView = 2;
}
exports.ItemsUpdatingScrollMode = new _ItemsUpdatingScrollMode();
_ListViewReorderMode = function () {
this.disabled = 0;
this.enabled = 1;
}
exports.ListViewReorderMode = new _ListViewReorderMode();
_ListViewSelectionMode = function () {
this.none = 0;
this.single = 1;
this.multiple = 2;
this.extended = 3;
}
exports.ListViewSelectionMode = new _ListViewSelectionMode();
_Orientation = function () {
this.vertical = 0;
this.horizontal = 1;
}
exports.Orientation = new _Orientation();
_PanelScrollingDirection = function () {
this.none = 0;
this.forward = 1;
this.backward = 2;
}
exports.PanelScrollingDirection = new _PanelScrollingDirection();
_PasswordRevealMode = function () {
this.peek = 0;
this.hidden = 1;
this.visible = 2;
}
exports.PasswordRevealMode = new _PasswordRevealMode();
_RichEditClipboardFormat = function () {
this.allFormats = 0;
this.plainText = 1;
}
exports.RichEditClipboardFormat = new _RichEditClipboardFormat();
_ScrollBarVisibility = function () {
this.disabled = 0;
this.auto = 1;
this.hidden = 2;
this.visible = 3;
}
exports.ScrollBarVisibility = new _ScrollBarVisibility();
_ScrollIntoViewAlignment = function () {
this.default = 0;
this.leading = 1;
}
exports.ScrollIntoViewAlignment = new _ScrollIntoViewAlignment();
_ScrollMode = function () {
this.disabled = 0;
this.enabled = 1;
this.auto = 2;
}
exports.ScrollMode = new _ScrollMode();
_SelectionMode = function () {
this.single = 0;
this.multiple = 1;
this.extended = 2;
}
exports.SelectionMode = new _SelectionMode();
_SnapPointsType = function () {
this.none = 0;
this.optional = 1;
this.mandatory = 2;
this.optionalSingle = 3;
this.mandatorySingle = 4;
}
exports.SnapPointsType = new _SnapPointsType();
_StretchDirection = function () {
this.upOnly = 0;
this.downOnly = 1;
this.both = 2;
}
exports.StretchDirection = new _StretchDirection();
_VirtualizationMode = function () {
this.standard = 0;
this.recycling = 1;
}
exports.VirtualizationMode = new _VirtualizationMode();
_ZoomMode = function () {
this.disabled = 0;
this.enabled = 1;
}
exports.ZoomMode = new _ZoomMode();
_AppBarClosedDisplayMode = function () {
this.compact = 0;
this.minimal = 1;
this.hidden = 2;
}
exports.AppBarClosedDisplayMode = new _AppBarClosedDisplayMode();
_AutoSuggestionBoxTextChangeReason = function () {
this.userInput = 0;
this.programmaticChange = 1;
this.suggestionChosen = 2;
}
exports.AutoSuggestionBoxTextChangeReason = new _AutoSuggestionBoxTextChangeReason();
_CalendarViewDisplayMode = function () {
this.month = 0;
this.year = 1;
this.decade = 2;
}
exports.CalendarViewDisplayMode = new _CalendarViewDisplayMode();
_CalendarViewSelectionMode = function () {
this.none = 0;
this.single = 1;
this.multiple = 2;
}
exports.CalendarViewSelectionMode = new _CalendarViewSelectionMode();
_CommandBarDefaultLabelPosition = function () {
this.bottom = 0;
this.right = 1;
this.collapsed = 2;
}
exports.CommandBarDefaultLabelPosition = new _CommandBarDefaultLabelPosition();
_CommandBarDynamicOverflowAction = function () {
this.addingToOverflow = 0;
this.removingFromOverflow = 1;
}
exports.CommandBarDynamicOverflowAction = new _CommandBarDynamicOverflowAction();
_CommandBarLabelPosition = function () {
this.default = 0;
this.collapsed = 1;
}
exports.CommandBarLabelPosition = new _CommandBarLabelPosition();
_CommandBarOverflowButtonVisibility = function () {
this.auto = 0;
this.visible = 1;
this.collapsed = 2;
}
exports.CommandBarOverflowButtonVisibility = new _CommandBarOverflowButtonVisibility();
_ContentDialogButton = function () {
this.none = 0;
this.primary = 1;
this.secondary = 2;
this.close = 3;
}
exports.ContentDialogButton = new _ContentDialogButton();
_ContentDialogResult = function () {
this.none = 0;
this.primary = 1;
this.secondary = 2;
}
exports.ContentDialogResult = new _ContentDialogResult();
_SplitViewDisplayMode = function () {
this.overlay = 0;
this.inline = 1;
this.compactOverlay = 2;
this.compactInline = 3;
}
exports.SplitViewDisplayMode = new _SplitViewDisplayMode();
_SplitViewPanePlacement = function () {
this.left = 0;
this.right = 1;
}
exports.SplitViewPanePlacement = new _SplitViewPanePlacement();
_Symbol = function () {
this.previous = 0;
this.next = 1;
this.play = 2;
this.pause = 3;
this.edit = 4;
this.save = 5;
this.clear = 6;
this.delete = 7;
this.remove = 8;
this.add = 9;
this.cancel = 10;
this.accept = 11;
this.more = 12;
this.redo = 13;
this.undo = 14;
this.home = 15;
this.up = 16;
this.forward = 17;
this.back = 18;
this.favorite = 19;
this.camera = 20;
this.setting = 21;
this.video = 22;
this.sync = 23;
this.download = 24;
this.mail = 25;
this.find = 26;
this.help = 27;
this.upload = 28;
this.emoji = 29;
this.twoPage = 30;
this.leaveChat = 31;
this.mailForward = 32;
this.clock = 33;
this.send = 34;
this.crop = 35;
this.rotateCamera = 36;
this.people = 37;
this.openPane = 38;
this.closePane = 39;
this.world = 40;
this.flag = 41;
this.previewLink = 42;
this.globe = 43;
this.trim = 44;
this.attachCamera = 45;
this.zoomIn = 46;
this.bookmarks = 47;
this.document = 48;
this.protectedDocument = 49;
this.page = 50;
this.bullets = 51;
this.comment = 52;
this.mailFilled = 53;
this.contactInfo = 54;
this.hangUp = 55;
this.viewAll = 56;
this.mapPin = 57;
this.phone = 58;
this.videoChat = 59;
this.switch = 60;
this.contact = 61;
this.rename = 62;
this.pin = 63;
this.musicInfo = 64;
this.go = 65;
this.keyboard = 66;
this.dockLeft = 67;
this.dockRight = 68;
this.dockBottom = 69;
this.remote = 70;
this.refresh = 71;
this.rotate = 72;
this.shuffle = 73;
this.list = 74;
this.shop = 75;
this.selectAll = 76;
this.orientation = 77;
this.import = 78;
this.importAll = 79;
this.browsePhotos = 80;
this.webCam = 81;
this.pictures = 82;
this.saveLocal = 83;
this.caption = 84;
this.stop = 85;
this.showResults = 86;
this.volume = 87;
this.repair = 88;
this.message = 89;
this.page2 = 90;
this.calendarDay = 91;
this.calendarWeek = 92;
this.calendar = 93;
this.character = 94;
this.mailReplyAll = 95;
this.read = 96;
this.link = 97;
this.account = 98;
this.showBcc = 99;
this.hideBcc = 100;
this.cut = 101;
this.attach = 102;
this.paste = 103;
this.filter = 104;
this.copy = 105;
this.emoji2 = 106;
this.important = 107;
this.mailReply = 108;
this.slideShow = 109;
this.sort = 110;
this.manage = 111;
this.allApps = 112;
this.disconnectDrive = 113;
this.mapDrive = 114;
this.newWindow = 115;
this.openWith = 116;
this.contactPresence = 117;
this.priority = 118;
this.goToToday = 119;
this.font = 120;
this.fontColor = 121;
this.contact2 = 122;
this.folder = 123;
this.audio = 124;
this.placeholder = 125;
this.view = 126;
this.setLockScreen = 127;
this.setTile = 128;
this.closedCaption = 129;
this.stopSlideShow = 130;
this.permissions = 131;
this.highlight = 132;
this.disableUpdates = 133;
this.unFavorite = 134;
this.unPin = 135;
this.openLocal = 136;
this.mute = 137;
this.italic = 138;
this.underline = 139;
this.bold = 140;
this.moveToFolder = 141;
this.likeDislike = 142;
this.dislike = 143;
this.like = 144;
this.alignRight = 145;
this.alignCenter = 146;
this.alignLeft = 147;
this.zoom = 148;
this.zoomOut = 149;
this.openFile = 150;
this.otherUser = 151;
this.admin = 152;
this.street = 153;
this.map = 154;
this.clearSelection = 155;
this.fontDecrease = 156;
this.fontIncrease = 157;
this.fontSize = 158;
this.cellPhone = 159;
this.reShare = 160;
this.tag = 161;
this.repeatOne = 162;
this.repeatAll = 163;
this.outlineStar = 164;
this.solidStar = 165;
this.calculator = 166;
this.directions = 167;
this.target = 168;
this.library = 169;
this.phoneBook = 170;
this.memo = 171;
this.microphone = 172;
this.postUpdate = 173;
this.backToWindow = 174;
this.fullScreen = 175;
this.newFolder = 176;
this.calendarReply = 177;
this.unSyncFolder = 178;
this.reportHacked = 179;
this.syncFolder = 180;
this.blockContact = 181;
this.switchApps = 182;
this.addFriend = 183;
this.touchPointer = 184;
this.goToStart = 185;
this.zeroBars = 186;
this.oneBar = 187;
this.twoBars = 188;
this.threeBars = 189;
this.fourBars = 190;
this.scan = 191;
this.preview = 192;
}
exports.Symbol = new _Symbol();
_WebViewExecutionMode = function () {
this.sameThread = 0;
this.separateThread = 1;
}
exports.WebViewExecutionMode = new _WebViewExecutionMode();
_WebViewPermissionState = function () {
this.unknown = 0;
this.defer = 1;
this.allow = 2;
this.deny = 3;
}
exports.WebViewPermissionState = new _WebViewPermissionState();
_WebViewPermissionType = function () {
this.geolocation = 0;
this.unlimitedIndexedDBQuota = 1;
this.media = 2;
this.pointerLock = 3;
this.webNotifications = 4;
}
exports.WebViewPermissionType = new _WebViewPermissionType();
_LightDismissOverlayMode = function () {
this.auto = 0;
this.on = 1;
this.off = 2;
}
exports.LightDismissOverlayMode = new _LightDismissOverlayMode();
_RequiresPointer = function () {
this.never = 0;
this.whenEngaged = 1;
this.whenFocused = 2;
}
exports.RequiresPointer = new _RequiresPointer();
_InkToolbarButtonFlyoutPlacement = function () {
this.auto = 0;
this.top = 1;
this.bottom = 2;
this.left = 3;
this.right = 4;
}
exports.InkToolbarButtonFlyoutPlacement = new _InkToolbarButtonFlyoutPlacement();
_InkToolbarFlyoutItemKind = function () {
this.simple = 0;
this.radio = 1;
this.check = 2;
this.radioCheck = 3;
}
exports.InkToolbarFlyoutItemKind = new _InkToolbarFlyoutItemKind();
_InkToolbarInitialControls = function () {
this.all = 0;
this.none = 1;
this.pensOnly = 2;
this.allExceptPens = 3;
}
exports.InkToolbarInitialControls = new _InkToolbarInitialControls();
_InkToolbarMenuKind = function () {
this.stencil = 0;
}
exports.InkToolbarMenuKind = new _InkToolbarMenuKind();
_InkToolbarStencilKind = function () {
this.ruler = 0;
this.protractor = 1;
}
exports.InkToolbarStencilKind = new _InkToolbarStencilKind();
_InkToolbarToggle = function () {
this.ruler = 0;
this.custom = 1;
}
exports.InkToolbarToggle = new _InkToolbarToggle();
_InkToolbarTool = function () {
this.ballpointPen = 0;
this.pencil = 1;
this.highlighter = 2;
this.eraser = 3;
this.customPen = 4;
this.customTool = 5;
}
exports.InkToolbarTool = new _InkToolbarTool();
_ListPickerFlyoutSelectionMode = function () {
this.single = 0;
this.multiple = 1;
}
exports.ListPickerFlyoutSelectionMode = new _ListPickerFlyoutSelectionMode();
_PivotHeaderFocusVisualPlacement = function () {
this.itemHeaders = 0;
this.selectedItemHeader = 1;
}
exports.PivotHeaderFocusVisualPlacement = new _PivotHeaderFocusVisualPlacement();
_PivotSlideInAnimationGroup = function () {
this.default = 0;
this.groupOne = 1;
this.groupTwo = 2;
this.groupThree = 3;
}
exports.PivotSlideInAnimationGroup = new _PivotSlideInAnimationGroup();
BackClickEventArgs = (function () {
var cls = function BackClickEventArgs() {
this.handled = new Boolean();
};
return cls;
}) ();
exports.BackClickEventArgs = BackClickEventArgs;
DragItemsStartingEventArgs = (function () {
var cls = function DragItemsStartingEventArgs() {
this.cancel = new Boolean();
this.data = new Object();
this.items = new Object();
};
return cls;
}) ();
exports.DragItemsStartingEventArgs = DragItemsStartingEventArgs;
NotifyEventArgs = (function () {
var cls = function NotifyEventArgs() {
this.value = new String();
this.callingUri = new Object();
};
return cls;
}) ();
exports.NotifyEventArgs = NotifyEventArgs;
SemanticZoomViewChangedEventArgs = (function () {
var cls = function SemanticZoomViewChangedEventArgs() {
this.sourceItem = new SemanticZoomLocation();
this.isSourceZoomedInView = new Boolean();
this.destinationItem = new SemanticZoomLocation();
};
return cls;
}) ();
exports.SemanticZoomViewChangedEventArgs = SemanticZoomViewChangedEventArgs;
TextControlPasteEventArgs = (function () {
var cls = function TextControlPasteEventArgs() {
this.handled = new Boolean();
};
return cls;
}) ();
exports.TextControlPasteEventArgs = TextControlPasteEventArgs;
ContainerContentChangingEventArgs = (function () {
var cls = function ContainerContentChangingEventArgs() {
this.handled = new Boolean();
this.inRecycleQueue = new Boolean();
this.item = new Object();
this.itemContainer = new Object();
this.itemIndex = new Number();
this.phase = new Number();
};
cls.prototype.registerUpdateCallback = function registerUpdateCallback(callback) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="callback" type="Object">A param.</param>
/// </signature>
}
cls.prototype.registerUpdateCallback = function registerUpdateCallback(callbackPhase, callback) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="callbackPhase" type="Number">A param.</param>
/// <param name="callback" type="Object">A param.</param>
/// </signature>
}
return cls;
}) ();
exports.ContainerContentChangingEventArgs = ContainerContentChangingEventArgs;
IInsertionPanel = (function () {
var cls = function IInsertionPanel() {
};
cls.prototype.getInsertionIndexes = function getInsertionIndexes(position, first, second) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="position" type="Object">A param.</param>
/// <param name="first" type="Number">A param.</param>
/// <param name="second" type="Number">A param.</param>
/// </signature>
}
return cls;
}) ();
exports.IInsertionPanel = IInsertionPanel;
IItemContainerMapping = (function () {
var cls = function IItemContainerMapping() {
};
cls.prototype.itemFromContainer = function itemFromContainer(container) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="container" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.containerFromItem = function containerFromItem(item) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="item" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexFromContainer = function indexFromContainer(container) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="container" type="Object">A param.</param>
/// <returns type="Number" />
/// </signature>
return new Number();
}
cls.prototype.containerFromIndex = function containerFromIndex(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.IItemContainerMapping = IItemContainerMapping;
INavigate = (function () {
var cls = function INavigate() {
};
cls.prototype.navigate = function navigate(sourcePageType) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="sourcePageType" type="Object">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
return cls;
}) ();
exports.INavigate = INavigate;
ISemanticZoomInformation = (function () {
var cls = function ISemanticZoomInformation() {
this.isActiveView = new Boolean();
this.isZoomedInView = new Boolean();
this.semanticZoomOwner = new SemanticZoom();
};
cls.prototype.initializeViewChange = function initializeViewChange() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.completeViewChange = function completeViewChange() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.makeVisible = function makeVisible(item) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="item" type="SemanticZoomLocation">A param.</param>
/// </signature>
}
cls.prototype.startViewChangeFrom = function startViewChangeFrom(source, destination) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="source" type="SemanticZoomLocation">A param.</param>
/// <param name="destination" type="SemanticZoomLocation">A param.</param>
/// </signature>
}
cls.prototype.startViewChangeTo = function startViewChangeTo(source, destination) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="source" type="SemanticZoomLocation">A param.</param>
/// <param name="destination" type="SemanticZoomLocation">A param.</param>
/// </signature>
}
cls.prototype.completeViewChangeFrom = function completeViewChangeFrom(source, destination) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="source" type="SemanticZoomLocation">A param.</param>
/// <param name="destination" type="SemanticZoomLocation">A param.</param>
/// </signature>
}
cls.prototype.completeViewChangeTo = function completeViewChangeTo(source, destination) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="source" type="SemanticZoomLocation">A param.</param>
/// <param name="destination" type="SemanticZoomLocation">A param.</param>
/// </signature>
}
return cls;
}) ();
exports.ISemanticZoomInformation = ISemanticZoomInformation;
SemanticZoomLocation = (function () {
var cls = function SemanticZoomLocation() {
this.item = new Object();
this.bounds = new Object();
};
return cls;
}) ();
exports.SemanticZoomLocation = SemanticZoomLocation;
CandidateWindowBoundsChangedEventArgs = (function () {
var cls = function CandidateWindowBoundsChangedEventArgs() {
this.bounds = new Object();
};
return cls;
}) ();
exports.CandidateWindowBoundsChangedEventArgs = CandidateWindowBoundsChangedEventArgs;
ChoosingGroupHeaderContainerEventArgs = (function () {
var cls = function ChoosingGroupHeaderContainerEventArgs() {
this.groupHeaderContainer = new ListViewBaseHeaderItem();
this.group = new Object();
this.groupIndex = new Number();
};
return cls;
}) ();
exports.ChoosingGroupHeaderContainerEventArgs = ChoosingGroupHeaderContainerEventArgs;
ChoosingItemContainerEventArgs = (function () {
var cls = function ChoosingItemContainerEventArgs() {
this.itemContainer = new Object();
this.isContainerPrepared = new Boolean();
this.item = new Object();
this.itemIndex = new Number();
};
return cls;
}) ();
exports.ChoosingItemContainerEventArgs = ChoosingItemContainerEventArgs;
ColumnDefinitionCollection = (function () {
var cls = function ColumnDefinitionCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="ColumnDefinition" />
/// </signature>
return new ColumnDefinition();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="ColumnDefinition">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="ColumnDefinition">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="ColumnDefinition">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="ColumnDefinition">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.ColumnDefinitionCollection = ColumnDefinitionCollection;
DataTemplateSelector = (function () {
var cls = function DataTemplateSelector() {
};
cls.prototype.selectTemplate = function selectTemplate(item, container) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="item" type="Object">A param.</param>
/// <param name="container" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.selectTemplate = function selectTemplate(item) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="item" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.selectTemplateCore = function selectTemplateCore(item, container) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="item" type="Object">A param.</param>
/// <param name="container" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.selectTemplateCore = function selectTemplateCore(item) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="item" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.DataTemplateSelector = DataTemplateSelector;
DragItemsCompletedEventArgs = (function () {
var cls = function DragItemsCompletedEventArgs() {
this.dropResult = new Number();
this.items = new Object();
};
return cls;
}) ();
exports.DragItemsCompletedEventArgs = DragItemsCompletedEventArgs;
StyleSelector = (function () {
var cls = function StyleSelector() {
};
cls.prototype.selectStyle = function selectStyle(item, container) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="item" type="Object">A param.</param>
/// <param name="container" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.selectStyleCore = function selectStyleCore(item, container) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="item" type="Object">A param.</param>
/// <param name="container" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.StyleSelector = StyleSelector;
GroupStyle = (function () {
var cls = function GroupStyle() {
this.panel = new ItemsPanelTemplate();
this.hidesIfEmpty = new Boolean();
this.headerTemplateSelector = new DataTemplateSelector();
this.headerTemplate = new Object();
this.containerStyleSelector = new StyleSelector();
this.containerStyle = new Object();
this.headerContainerStyle = new Object();
};
return cls;
}) ();
exports.GroupStyle = GroupStyle;
GroupStyleSelector = (function () {
var cls = function GroupStyleSelector() {
};
cls.prototype.selectGroupStyle = function selectGroupStyle(group, level) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="group" type="Object">A param.</param>
/// <param name="level" type="Number">A param.</param>
/// <returns type="GroupStyle" />
/// </signature>
return new GroupStyle();
}
cls.prototype.selectGroupStyleCore = function selectGroupStyleCore(group, level) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="group" type="Object">A param.</param>
/// <param name="level" type="Number">A param.</param>
/// <returns type="GroupStyle" />
/// </signature>
return new GroupStyle();
}
return cls;
}) ();
exports.GroupStyleSelector = GroupStyleSelector;
ItemCollection = (function () {
var cls = function ItemCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Object">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="Object">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="Object">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Object">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <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.ItemCollection = ItemCollection;
ItemContainerGenerator = (function () {
var cls = function ItemContainerGenerator() {
};
cls.prototype.itemFromContainer = function itemFromContainer(container) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="container" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.containerFromItem = function containerFromItem(item) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="item" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexFromContainer = function indexFromContainer(container) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="container" type="Object">A param.</param>
/// <returns type="Number" />
/// </signature>
return new Number();
}
cls.prototype.containerFromIndex = function containerFromIndex(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.getItemContainerGeneratorForPanel = function getItemContainerGeneratorForPanel(panel) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="panel" type="Panel">A param.</param>
/// <returns type="ItemContainerGenerator" />
/// </signature>
return new ItemContainerGenerator();
}
cls.prototype.startAt = function startAt(position, direction, allowStartAtRealizedItem) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="position" type="GeneratorPosition">A param.</param>
/// <param name="direction" type="Number">A param.</param>
/// <param name="allowStartAtRealizedItem" type="Boolean">A param.</param>
/// </signature>
}
cls.prototype.stop = function stop() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.generateNext = function generateNext(isNewlyRealized) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="isNewlyRealized" type="Boolean">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.prepareItemContainer = function prepareItemContainer(container) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="container" type="Object">A param.</param>
/// </signature>
}
cls.prototype.removeAll = function removeAll() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.remove = function remove(position, count) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="position" type="GeneratorPosition">A param.</param>
/// <param name="count" type="Number">A param.</param>
/// </signature>
}
cls.prototype.generatorPositionFromIndex = function generatorPositionFromIndex(itemIndex) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="itemIndex" type="Number">A param.</param>
/// <returns type="GeneratorPosition" />
/// </signature>
return new GeneratorPosition();
}
cls.prototype.indexFromGeneratorPosition = function indexFromGeneratorPosition(position) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="position" type="GeneratorPosition">A param.</param>
/// <returns type="Number" />
/// </signature>
return new Number();
}
cls.prototype.recycle = function recycle(position, count) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="position" type="GeneratorPosition">A param.</param>
/// <param name="count" type="Number">A param.</param>
/// </signature>
}
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.ItemContainerGenerator = ItemContainerGenerator;
MediaTransportControlsHelper = (function () {
var cls = function MediaTransportControlsHelper() {
};
cls.getDropoutOrder = function getDropoutOrder(element) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <returns type="Number" />
/// </signature>
return new Number();
}
cls.setDropoutOrder = function setDropoutOrder(element, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <param name="value" type="Number">A param.</param>
/// </signature>
}
cls.dropoutOrderProperty = new Object();
return cls;
}) ();
exports.MediaTransportControlsHelper = MediaTransportControlsHelper;
RowDefinitionCollection = (function () {
var cls = function RowDefinitionCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="RowDefinition" />
/// </signature>
return new RowDefinition();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="RowDefinition">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="RowDefinition">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="RowDefinition">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="RowDefinition">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.RowDefinitionCollection = RowDefinitionCollection;
TextBoxTextChangingEventArgs = (function () {
var cls = function TextBoxTextChangingEventArgs() {
this.isContentChanging = new Boolean();
};
return cls;
}) ();
exports.TextBoxTextChangingEventArgs = TextBoxTextChangingEventArgs;
TextCompositionChangedEventArgs = (function () {
var cls = function TextCompositionChangedEventArgs() {
this.length = new Number();
this.startIndex = new Number();
};
return cls;
}) ();
exports.TextCompositionChangedEventArgs = TextCompositionChangedEventArgs;
TextCompositionEndedEventArgs = (function () {
var cls = function TextCompositionEndedEventArgs() {
this.length = new Number();
this.startIndex = new Number();
};
return cls;
}) ();
exports.TextCompositionEndedEventArgs = TextCompositionEndedEventArgs;
TextCompositionStartedEventArgs = (function () {
var cls = function TextCompositionStartedEventArgs() {
this.length = new Number();
this.startIndex = new Number();
};
return cls;
}) ();
exports.TextCompositionStartedEventArgs = TextCompositionStartedEventArgs;
ToolTipService = (function () {
var cls = function ToolTipService() {
};
cls.getPlacement = function getPlacement(element) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <returns type="Number" />
/// </signature>
return new Number();
}
cls.setPlacement = function setPlacement(element, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <param name="value" type="Number">A param.</param>
/// </signature>
}
cls.getPlacementTarget = function getPlacementTarget(element) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.setPlacementTarget = function setPlacementTarget(element, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <param name="value" type="Object">A param.</param>
/// </signature>
}
cls.getToolTip = function getToolTip(element) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.setToolTip = function setToolTip(element, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <param name="value" type="Object">A param.</param>
/// </signature>
}
cls.placementProperty = new Object();
cls.placementTargetProperty = new Object();
cls.toolTipProperty = new Object();
return cls;
}) ();
exports.ToolTipService = ToolTipService;
UIElementCollection = (function () {
var cls = function UIElementCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Object">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="Object">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="Object">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Object">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.move = function move(oldIndex, newIndex) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="oldIndex" type="Number">A param.</param>
/// <param name="newIndex" type="Number">A param.</param>
/// </signature>
}
return cls;
}) ();
exports.UIElementCollection = UIElementCollection;
CalendarViewDayItemChangingEventArgs = (function () {
var cls = function CalendarViewDayItemChangingEventArgs() {
this.inRecycleQueue = new Boolean();
this.item = new CalendarViewDayItem();
this.phase = new Number();
};
cls.prototype.registerUpdateCallback = function registerUpdateCallback(callback) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="callback" type="Object">A param.</param>
/// </signature>
}
cls.prototype.registerUpdateCallback = function registerUpdateCallback(callbackPhase, callback) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="callbackPhase" type="Number">A param.</param>
/// <param name="callback" type="Object">A param.</param>
/// </signature>
}
return cls;
}) ();
exports.CalendarViewDayItemChangingEventArgs = CalendarViewDayItemChangingEventArgs;
HubSectionHeaderClickEventArgs = (function () {
var cls = function HubSectionHeaderClickEventArgs() {
this.section = new HubSection();
};
return cls;
}) ();
exports.HubSectionHeaderClickEventArgs = HubSectionHeaderClickEventArgs;
SectionsInViewChangedEventArgs = (function () {
var cls = function SectionsInViewChangedEventArgs() {
this.addedSections = new Object();
this.removedSections = new Object();
};
return cls;
}) ();
exports.SectionsInViewChangedEventArgs = SectionsInViewChangedEventArgs;
WebViewNavigationFailedEventArgs = (function () {
var cls = function WebViewNavigationFailedEventArgs() {
this.uri = new Object();
this.webErrorStatus = new Number();
};
return cls;
}) ();
exports.WebViewNavigationFailedEventArgs = WebViewNavigationFailedEventArgs;
ICommandBarElement = (function () {
var cls = function ICommandBarElement() {
this.isCompact = new Boolean();
};
return cls;
}) ();
exports.ICommandBarElement = ICommandBarElement;
ICommandBarElement2 = (function () {
var cls = function ICommandBarElement2() {
this.dynamicOverflowOrder = new Number();
this.isInOverflow = new Boolean();
};
return cls;
}) ();
exports.ICommandBarElement2 = ICommandBarElement2;
CalendarDatePickerDateChangedEventArgs = (function () {
var cls = function CalendarDatePickerDateChangedEventArgs() {
this.newDate = new Date();
this.oldDate = new Date();
};
return cls;
}) ();
exports.CalendarDatePickerDateChangedEventArgs = CalendarDatePickerDateChangedEventArgs;
CalendarViewSelectedDatesChangedEventArgs = (function () {
var cls = function CalendarViewSelectedDatesChangedEventArgs() {
this.addedDates = new Object();
this.removedDates = new Object();
};
return cls;
}) ();
exports.CalendarViewSelectedDatesChangedEventArgs = CalendarViewSelectedDatesChangedEventArgs;
ContentDialogButtonClickDeferral = (function () {
var cls = function ContentDialogButtonClickDeferral() {
};
cls.prototype.complete = function complete() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
return cls;
}) ();
exports.ContentDialogButtonClickDeferral = ContentDialogButtonClickDeferral;
ContentDialogButtonClickEventArgs = (function () {
var cls = function ContentDialogButtonClickEventArgs() {
this.cancel = new Boolean();
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="ContentDialogButtonClickDeferral" />
/// </signature>
return new ContentDialogButtonClickDefe