From 4e08e2f9c5643d2235554b4ecad464833d0434a9 Mon Sep 17 00:00:00 2001 From: Joe Quigley Date: Fri, 23 Nov 2018 17:41:22 -0500 Subject: [PATCH] Fix docs to include datagrid --- docs/api/algorithm/classes/arrayiterator.html | 12 +- docs/api/algorithm/classes/chainiterator.html | 14 +- docs/api/algorithm/classes/emptyiterator.html | 8 +- .../api/algorithm/classes/filteriterator.html | 14 +- docs/api/algorithm/classes/mapiterator.html | 14 +- docs/api/algorithm/classes/rangeiterator.html | 18 +- .../api/algorithm/classes/repeatiterator.html | 12 +- .../algorithm/classes/retroarrayiterator.html | 12 +- .../api/algorithm/classes/strideiterator.html | 12 +- docs/api/algorithm/classes/takeiterator.html | 12 +- docs/api/algorithm/classes/zipiterator.html | 10 +- docs/api/algorithm/globals.html | 56 +- docs/api/algorithm/interfaces/iiterable.html | 2 +- docs/api/algorithm/interfaces/iiterator.html | 6 +- docs/api/algorithm/interfaces/iretroable.html | 2 +- .../interfaces/stringext.imatchresult.html | 4 +- docs/api/algorithm/modules/arrayext.html | 42 +- docs/api/algorithm/modules/stringext.html | 8 +- docs/api/application/classes/application.html | 46 +- .../interfaces/application.ioptions.html | 6 +- .../interfaces/application.istartoptions.html | 8 +- docs/api/application/interfaces/iplugin.html | 14 +- .../linkedlist.forwardnodeiterator.html | 10 +- .../linkedlist.forwardvalueiterator.html | 10 +- docs/api/collections/classes/linkedlist.html | 46 +- .../classes/linkedlist.retronodeiterator.html | 10 +- .../linkedlist.retrovalueiterator.html | 10 +- .../interfaces/linkedlist.inode.html | 8 +- docs/api/commands/assets/js/search.js | 2 +- .../api/commands/classes/commandregistry.html | 126 +- .../commandregistry.icommandchangedargs.html | 4 +- .../commandregistry.icommandexecutedargs.html | 6 +- .../commandregistry.icommandoptions.html | 26 +- .../commandregistry.ikeybinding.html | 8 +- ...ommandregistry.ikeybindingchangedargs.html | 4 +- .../commandregistry.ikeybindingoptions.html | 14 +- .../commandregistry.ikeystrokeparts.html | 10 +- docs/api/coreutils/assets/js/search.js | 2 +- docs/api/coreutils/classes/mimedata.html | 16 +- .../coreutils/classes/promisedelegate.html | 12 +- docs/api/coreutils/classes/token.html | 6 +- docs/api/coreutils/globals.html | 6 +- docs/api/coreutils/interfaces/jsonarray.html | 544 +- .../interfaces/readonlyjsonarray.html | 366 +- docs/api/coreutils/modules/jsonext.html | 18 +- docs/api/coreutils/modules/random.html | 2 +- docs/api/coreutils/modules/uuid.html | 2 +- docs/api/datagrid/assets/css/main.css | 865 +++ docs/api/datagrid/assets/css/main.css.map | 7 + docs/api/datagrid/assets/images/icons.png | Bin 0 -> 9487 bytes docs/api/datagrid/assets/images/icons@2x.png | Bin 0 -> 27740 bytes docs/api/datagrid/assets/images/widgets.png | Bin 0 -> 480 bytes .../api/datagrid/assets/images/widgets@2x.png | Bin 0 -> 855 bytes docs/api/datagrid/assets/js/main.js | 5 + docs/api/datagrid/assets/js/search.js | 3 + docs/api/datagrid/classes/cellrenderer.html | 447 ++ docs/api/datagrid/classes/datagrid.html | 4885 +++++++++++++++++ docs/api/datagrid/classes/datamodel.html | 645 +++ .../api/datagrid/classes/graphicscontext.html | 2294 ++++++++ docs/api/datagrid/classes/jsonmodel.html | 617 +++ docs/api/datagrid/classes/renderermap.html | 500 ++ docs/api/datagrid/classes/sectionlist.html | 818 +++ docs/api/datagrid/classes/textrenderer.html | 1079 ++++ docs/api/datagrid/globals.html | 190 + docs/api/datagrid/index.html | 175 + .../interfaces/cellrenderer.icellconfig.html | 406 ++ .../cellrenderer.icolumnconfig.html | 330 ++ .../interfaces/datagrid.ioptions.html | 377 ++ .../datagrid/interfaces/datagrid.istyle.html | 441 ++ .../datamodel.icellschangedargs.html | 388 ++ .../datamodel.icolumnschangedargs.html | 350 ++ .../datamodel.icolumnsmovedargs.html | 369 ++ .../interfaces/datamodel.imodelresetargs.html | 297 + .../datamodel.irowschangedargs.html | 350 ++ .../interfaces/datamodel.irowsmovedargs.html | 369 ++ ...jsonmodel.datamodel.icellschangedargs.html | 344 ++ ...onmodel.datamodel.icolumnschangedargs.html | 306 ++ ...jsonmodel.datamodel.icolumnsmovedargs.html | 325 ++ .../jsonmodel.datamodel.imodelresetargs.html | 253 + .../jsonmodel.datamodel.irowschangedargs.html | 306 ++ .../jsonmodel.datamodel.irowsmovedargs.html | 325 ++ .../datagrid/interfaces/jsonmodel.ifield.html | 342 ++ .../interfaces/jsonmodel.ioptions.html | 299 + .../interfaces/jsonmodel.ischema.html | 322 ++ .../interfaces/renderermap.ioptions.html | 266 + .../interfaces/sectionlist.ioptions.html | 287 + ...textrenderer.cellrenderer.icellconfig.html | 377 ++ ...xtrenderer.cellrenderer.icolumnconfig.html | 301 + .../textrenderer.formatdate.ioptions.html | 214 + ...xtrenderer.formatexponential.ioptions.html | 234 + .../textrenderer.formatfixed.ioptions.html | 234 + .../textrenderer.formatgeneric.ioptions.html | 214 + ...trenderer.formatintldatetime.ioptions.html | 254 + ...extrenderer.formatintlnumber.ioptions.html | 254 + ...xtrenderer.formatisodatetime.ioptions.html | 214 + ...textrenderer.formatprecision.ioptions.html | 234 + .../textrenderer.formattime.ioptions.html | 214 + ...xtrenderer.formatutcdatetime.ioptions.html | 214 + .../interfaces/textrenderer.ioptions.html | 412 ++ .../api/datagrid/modules/datagrid.widget.html | 159 + .../datagrid/modules/jsonmodel.datamodel.html | 333 ++ .../modules/textrenderer.cellrenderer.html | 304 + .../modules/textrenderer.formatdate.html | 175 + .../textrenderer.formatexponential.html | 175 + .../modules/textrenderer.formatfixed.html | 175 + .../modules/textrenderer.formatgeneric.html | 175 + .../textrenderer.formatintldatetime.html | 175 + .../textrenderer.formatintlnumber.html | 175 + .../textrenderer.formatisodatetime.html | 175 + .../modules/textrenderer.formatprecision.html | 175 + .../modules/textrenderer.formattime.html | 175 + .../textrenderer.formatutcdatetime.html | 175 + docs/api/datastore/classes/action.html | 4 +- docs/api/datastore/classes/datastore.html | 16 +- docs/api/datastore/globals.html | 6 +- docs/api/datastore/interfaces/iaction.html | 2 +- .../classes/disposabledelegate.html | 8 +- .../api/disposable/classes/disposableset.html | 20 +- .../disposable/interfaces/idisposable.html | 4 +- .../interfaces/elementext.iboxsizing.html | 20 +- .../interfaces/elementext.isizelimits.html | 8 +- docs/api/domutils/modules/elementext.html | 8 +- docs/api/domutils/modules/platform.html | 8 +- docs/api/domutils/modules/selector.html | 6 +- docs/api/dragdrop/classes/drag.html | 66 +- docs/api/dragdrop/globals.html | 4 +- .../dragdrop/interfaces/drag.ioptions.html | 10 +- docs/api/dragdrop/interfaces/idragevent.html | 120 +- docs/api/keyboard/classes/keycodelayout.html | 20 +- docs/api/keyboard/globals.html | 6 +- .../keyboard/interfaces/ikeyboardlayout.html | 8 +- .../messaging/classes/conflatablemessage.html | 8 +- docs/api/messaging/classes/message.html | 8 +- docs/api/messaging/globals.html | 2 +- .../messaging/interfaces/imessagehandler.html | 2 +- .../messaging/interfaces/imessagehook.html | 2 +- docs/api/messaging/modules/messageloop.html | 18 +- docs/api/properties/assets/js/search.js | 2 +- .../properties/classes/attachedproperty.html | 30 +- .../interfaces/attachedproperty.ioptions.html | 91 +- docs/api/signaling/classes/signal.html | 26 +- docs/api/signaling/globals.html | 2 +- docs/api/signaling/interfaces/isignal.html | 4 +- .../virtualdom/classes/virtualelement.html | 10 +- docs/api/virtualdom/classes/virtualtext.html | 6 +- docs/api/virtualdom/globals.html | 20 +- .../api/virtualdom/interfaces/h.ifactory.html | 4 +- docs/api/virtualdom/modules/h.html | 202 +- docs/api/virtualdom/modules/virtualdom.html | 4 +- docs/api/widgets/classes/boxlayout.html | 108 +- docs/api/widgets/classes/boxpanel.html | 132 +- docs/api/widgets/classes/boxsizer.html | 12 +- docs/api/widgets/classes/commandpalette.html | 148 +- .../classes/commandpalette.renderer.html | 32 +- .../commandpalette.widget.childmessage.html | 10 +- .../commandpalette.widget.resizemessage.html | 8 +- docs/api/widgets/classes/contextmenu.html | 12 +- docs/api/widgets/classes/docklayout.html | 110 +- docs/api/widgets/classes/dockpanel.html | 194 +- .../widgets/classes/dockpanel.overlay.html | 12 +- .../widgets/classes/dockpanel.renderer.html | 4 +- .../dockpanel.widget.childmessage.html | 10 +- .../dockpanel.widget.resizemessage.html | 8 +- docs/api/widgets/classes/focustracker.html | 50 +- docs/api/widgets/classes/gridlayout.html | 106 +- docs/api/widgets/classes/layout.html | 70 +- docs/api/widgets/classes/layoutitem.html | 44 +- docs/api/widgets/classes/menu.html | 196 +- docs/api/widgets/classes/menu.renderer.html | 22 +- .../classes/menu.widget.childmessage.html | 10 +- .../classes/menu.widget.resizemessage.html | 8 +- docs/api/widgets/classes/menubar.html | 158 +- .../api/widgets/classes/menubar.renderer.html | 16 +- .../classes/menubar.widget.childmessage.html | 10 +- .../classes/menubar.widget.resizemessage.html | 8 +- docs/api/widgets/classes/panel.html | 108 +- .../classes/panel.widget.childmessage.html | 10 +- .../classes/panel.widget.resizemessage.html | 8 +- docs/api/widgets/classes/panellayout.html | 66 +- docs/api/widgets/classes/scrollbar.html | 168 +- .../scrollbar.widget.childmessage.html | 10 +- .../scrollbar.widget.resizemessage.html | 8 +- docs/api/widgets/classes/singletonlayout.html | 60 +- docs/api/widgets/classes/splitlayout.html | 118 +- docs/api/widgets/classes/splitpanel.html | 154 +- .../widgets/classes/splitpanel.renderer.html | 2 +- docs/api/widgets/classes/stackedlayout.html | 74 +- docs/api/widgets/classes/stackedpanel.html | 112 +- docs/api/widgets/classes/tabbar.html | 198 +- docs/api/widgets/classes/tabbar.renderer.html | 26 +- .../classes/tabbar.widget.childmessage.html | 10 +- .../classes/tabbar.widget.resizemessage.html | 8 +- docs/api/widgets/classes/tabpanel.html | 146 +- .../classes/tabpanel.widget.childmessage.html | 10 +- .../tabpanel.widget.resizemessage.html | 8 +- docs/api/widgets/classes/title.html | 62 +- .../widgets/classes/widget.childmessage.html | 10 +- docs/api/widgets/classes/widget.html | 114 +- .../widgets/classes/widget.resizemessage.html | 14 +- .../enums/commandpalette.widget.flag.html | 10 +- .../widgets/enums/dockpanel.widget.flag.html | 10 +- docs/api/widgets/enums/menu.widget.flag.html | 10 +- .../widgets/enums/menubar.widget.flag.html | 10 +- docs/api/widgets/enums/panel.widget.flag.html | 10 +- .../widgets/enums/scrollbar.widget.flag.html | 10 +- .../api/widgets/enums/tabbar.widget.flag.html | 10 +- .../widgets/enums/tabpanel.widget.flag.html | 10 +- docs/api/widgets/enums/widget.flag.html | 10 +- .../interfaces/boxlayout.ioptions.html | 8 +- .../widgets/interfaces/boxpanel.ioptions.html | 10 +- .../interfaces/boxpanel.panel.ioptions.html | 2 +- ...ommandpalette.iemptymessagerenderdata.html | 2 +- .../commandpalette.iheaderrenderdata.html | 4 +- .../interfaces/commandpalette.iitem.html | 28 +- .../commandpalette.iitemoptions.html | 10 +- .../commandpalette.iitemrenderdata.html | 6 +- .../interfaces/commandpalette.ioptions.html | 4 +- .../interfaces/commandpalette.irenderer.html | 6 +- .../commandpalette.widget.ioptions.html | 2 +- .../interfaces/contextmenu.iitemoptions.html | 16 +- .../interfaces/contextmenu.ioptions.html | 4 +- .../interfaces/docklayout.iaddoptions.html | 4 +- .../interfaces/docklayout.ilayoutconfig.html | 2 +- .../interfaces/docklayout.ioptions.html | 6 +- .../interfaces/docklayout.irenderer.html | 4 +- .../docklayout.isplitareaconfig.html | 8 +- .../interfaces/docklayout.itabareaconfig.html | 6 +- .../docklayout.itabareageometry.html | 18 +- .../docklayout.layout.ioptions.html | 2 +- .../interfaces/dockpanel.ioptions.html | 12 +- .../interfaces/dockpanel.ioverlay.html | 6 +- .../dockpanel.ioverlaygeometry.html | 8 +- .../interfaces/dockpanel.widget.ioptions.html | 2 +- .../interfaces/focustracker.ichangedargs.html | 4 +- .../interfaces/gridlayout.icellconfig.html | 8 +- .../interfaces/gridlayout.ioptions.html | 18 +- .../gridlayout.layout.ioptions.html | 2 +- .../widgets/interfaces/layout.ioptions.html | 2 +- docs/api/widgets/interfaces/menu.iitem.html | 32 +- .../widgets/interfaces/menu.iitemoptions.html | 10 +- .../widgets/interfaces/menu.iopenoptions.html | 8 +- .../api/widgets/interfaces/menu.ioptions.html | 4 +- .../widgets/interfaces/menu.irenderdata.html | 6 +- .../widgets/interfaces/menu.irenderer.html | 2 +- .../interfaces/menu.widget.ioptions.html | 2 +- .../widgets/interfaces/menubar.ioptions.html | 2 +- .../interfaces/menubar.irenderdata.html | 4 +- .../widgets/interfaces/menubar.irenderer.html | 2 +- .../interfaces/menubar.widget.ioptions.html | 2 +- .../widgets/interfaces/panel.ioptions.html | 2 +- .../interfaces/panel.widget.ioptions.html | 2 +- .../panellayout.layout.ioptions.html | 2 +- .../interfaces/scrollbar.ioptions.html | 14 +- .../interfaces/scrollbar.widget.ioptions.html | 2 +- .../singletonlayout.layout.ioptions.html | 2 +- .../interfaces/splitlayout.ioptions.html | 10 +- .../interfaces/splitlayout.irenderer.html | 2 +- .../interfaces/splitpanel.ioptions.html | 14 +- .../interfaces/splitpanel.panel.ioptions.html | 2 +- .../interfaces/stackedpanel.ioptions.html | 2 +- .../stackedpanel.panel.ioptions.html | 2 +- .../tabbar.icurrentchangedargs.html | 8 +- .../widgets/interfaces/tabbar.ioptions.html | 16 +- .../interfaces/tabbar.irenderdata.html | 6 +- .../widgets/interfaces/tabbar.irenderer.html | 4 +- .../tabbar.itabactivaterequestedargs.html | 4 +- .../tabbar.itabcloserequestedargs.html | 4 +- .../tabbar.itabdetachrequestedargs.html | 10 +- .../interfaces/tabbar.itabmovedargs.html | 6 +- .../interfaces/tabbar.widget.ioptions.html | 2 +- .../tabpanel.icurrentchangedargs.html | 8 +- .../widgets/interfaces/tabpanel.ioptions.html | 8 +- .../interfaces/tabpanel.widget.ioptions.html | 2 +- .../widgets/interfaces/title.ioptions.html | 36 +- .../widgets/interfaces/widget.ioptions.html | 2 +- docs/api/widgets/modules/boxengine.html | 4 +- .../modules/commandpalette.widget.html | 4 +- .../modules/commandpalette.widget.msg.html | 26 +- .../widgets/modules/docklayout.layout.html | 14 +- .../api/widgets/modules/dockpanel.widget.html | 4 +- .../widgets/modules/dockpanel.widget.msg.html | 26 +- .../widgets/modules/gridlayout.layout.html | 14 +- docs/api/widgets/modules/menu.widget.html | 4 +- docs/api/widgets/modules/menu.widget.msg.html | 26 +- docs/api/widgets/modules/menubar.widget.html | 4 +- .../widgets/modules/menubar.widget.msg.html | 26 +- docs/api/widgets/modules/panel.widget.html | 4 +- .../api/widgets/modules/panel.widget.msg.html | 26 +- .../widgets/modules/panellayout.layout.html | 14 +- .../api/widgets/modules/scrollbar.widget.html | 4 +- .../widgets/modules/scrollbar.widget.msg.html | 26 +- .../modules/singletonlayout.layout.html | 14 +- docs/api/widgets/modules/tabbar.widget.html | 4 +- .../widgets/modules/tabbar.widget.msg.html | 26 +- docs/api/widgets/modules/tabpanel.widget.html | 4 +- .../widgets/modules/tabpanel.widget.msg.html | 26 +- docs/api/widgets/modules/widget.msg.html | 26 +- packages/datagrid/tdoptions.json | 2 +- 298 files changed, 28227 insertions(+), 3536 deletions(-) create mode 100644 docs/api/datagrid/assets/css/main.css create mode 100644 docs/api/datagrid/assets/css/main.css.map create mode 100644 docs/api/datagrid/assets/images/icons.png create mode 100644 docs/api/datagrid/assets/images/icons@2x.png create mode 100644 docs/api/datagrid/assets/images/widgets.png create mode 100644 docs/api/datagrid/assets/images/widgets@2x.png create mode 100644 docs/api/datagrid/assets/js/main.js create mode 100644 docs/api/datagrid/assets/js/search.js create mode 100644 docs/api/datagrid/classes/cellrenderer.html create mode 100644 docs/api/datagrid/classes/datagrid.html create mode 100644 docs/api/datagrid/classes/datamodel.html create mode 100644 docs/api/datagrid/classes/graphicscontext.html create mode 100644 docs/api/datagrid/classes/jsonmodel.html create mode 100644 docs/api/datagrid/classes/renderermap.html create mode 100644 docs/api/datagrid/classes/sectionlist.html create mode 100644 docs/api/datagrid/classes/textrenderer.html create mode 100644 docs/api/datagrid/globals.html create mode 100644 docs/api/datagrid/index.html create mode 100644 docs/api/datagrid/interfaces/cellrenderer.icellconfig.html create mode 100644 docs/api/datagrid/interfaces/cellrenderer.icolumnconfig.html create mode 100644 docs/api/datagrid/interfaces/datagrid.ioptions.html create mode 100644 docs/api/datagrid/interfaces/datagrid.istyle.html create mode 100644 docs/api/datagrid/interfaces/datamodel.icellschangedargs.html create mode 100644 docs/api/datagrid/interfaces/datamodel.icolumnschangedargs.html create mode 100644 docs/api/datagrid/interfaces/datamodel.icolumnsmovedargs.html create mode 100644 docs/api/datagrid/interfaces/datamodel.imodelresetargs.html create mode 100644 docs/api/datagrid/interfaces/datamodel.irowschangedargs.html create mode 100644 docs/api/datagrid/interfaces/datamodel.irowsmovedargs.html create mode 100644 docs/api/datagrid/interfaces/jsonmodel.datamodel.icellschangedargs.html create mode 100644 docs/api/datagrid/interfaces/jsonmodel.datamodel.icolumnschangedargs.html create mode 100644 docs/api/datagrid/interfaces/jsonmodel.datamodel.icolumnsmovedargs.html create mode 100644 docs/api/datagrid/interfaces/jsonmodel.datamodel.imodelresetargs.html create mode 100644 docs/api/datagrid/interfaces/jsonmodel.datamodel.irowschangedargs.html create mode 100644 docs/api/datagrid/interfaces/jsonmodel.datamodel.irowsmovedargs.html create mode 100644 docs/api/datagrid/interfaces/jsonmodel.ifield.html create mode 100644 docs/api/datagrid/interfaces/jsonmodel.ioptions.html create mode 100644 docs/api/datagrid/interfaces/jsonmodel.ischema.html create mode 100644 docs/api/datagrid/interfaces/renderermap.ioptions.html create mode 100644 docs/api/datagrid/interfaces/sectionlist.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.cellrenderer.icellconfig.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.cellrenderer.icolumnconfig.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formatdate.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formatexponential.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formatfixed.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formatgeneric.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formatintldatetime.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formatintlnumber.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formatisodatetime.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formatprecision.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formattime.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.formatutcdatetime.ioptions.html create mode 100644 docs/api/datagrid/interfaces/textrenderer.ioptions.html create mode 100644 docs/api/datagrid/modules/datagrid.widget.html create mode 100644 docs/api/datagrid/modules/jsonmodel.datamodel.html create mode 100644 docs/api/datagrid/modules/textrenderer.cellrenderer.html create mode 100644 docs/api/datagrid/modules/textrenderer.formatdate.html create mode 100644 docs/api/datagrid/modules/textrenderer.formatexponential.html create mode 100644 docs/api/datagrid/modules/textrenderer.formatfixed.html create mode 100644 docs/api/datagrid/modules/textrenderer.formatgeneric.html create mode 100644 docs/api/datagrid/modules/textrenderer.formatintldatetime.html create mode 100644 docs/api/datagrid/modules/textrenderer.formatintlnumber.html create mode 100644 docs/api/datagrid/modules/textrenderer.formatisodatetime.html create mode 100644 docs/api/datagrid/modules/textrenderer.formatprecision.html create mode 100644 docs/api/datagrid/modules/textrenderer.formattime.html create mode 100644 docs/api/datagrid/modules/textrenderer.formatutcdatetime.html diff --git a/docs/api/algorithm/classes/arrayiterator.html b/docs/api/algorithm/classes/arrayiterator.html index 594e9cd34..11e658564 100644 --- a/docs/api/algorithm/classes/arrayiterator.html +++ b/docs/api/algorithm/classes/arrayiterator.html @@ -135,7 +135,7 @@

constructor

  • @@ -167,7 +167,7 @@

    Private _index

    _index: number = 0
    @@ -177,7 +177,7 @@

    Private _source

    _source: ArrayLike<T>
    @@ -195,7 +195,7 @@

    clone

    @@ -219,7 +219,7 @@

    iter

    @@ -243,7 +243,7 @@

    next

    diff --git a/docs/api/algorithm/classes/chainiterator.html b/docs/api/algorithm/classes/chainiterator.html index 32ebc5338..af3368e2b 100644 --- a/docs/api/algorithm/classes/chainiterator.html +++ b/docs/api/algorithm/classes/chainiterator.html @@ -134,7 +134,7 @@

    constructor

  • @@ -166,7 +166,7 @@

    Private _active

    _active: IIterator<T> | undefined
    @@ -176,7 +176,7 @@

    Private _cloned

    _cloned: boolean = false
    @@ -186,7 +186,7 @@

    Private _source

    _source: IIterator<IIterator<T>>
    @@ -204,7 +204,7 @@

    clone

    @@ -228,7 +228,7 @@

    iter

    @@ -252,7 +252,7 @@

    next

    diff --git a/docs/api/algorithm/classes/emptyiterator.html b/docs/api/algorithm/classes/emptyiterator.html index aab1dfebf..f44abf15c 100644 --- a/docs/api/algorithm/classes/emptyiterator.html +++ b/docs/api/algorithm/classes/emptyiterator.html @@ -126,7 +126,7 @@

    constructor

  • @@ -152,7 +152,7 @@

    clone

    @@ -176,7 +176,7 @@

    iter

    @@ -200,7 +200,7 @@

    next

    diff --git a/docs/api/algorithm/classes/filteriterator.html b/docs/api/algorithm/classes/filteriterator.html index e5279af3e..ccfc491db 100644 --- a/docs/api/algorithm/classes/filteriterator.html +++ b/docs/api/algorithm/classes/filteriterator.html @@ -134,7 +134,7 @@

    constructor

  • @@ -195,7 +195,7 @@

    Private _fn

    _fn: function
    @@ -229,7 +229,7 @@

    Private _index

    _index: number = 0
    @@ -239,7 +239,7 @@

    Private _source

    _source: IIterator<T>
    @@ -257,7 +257,7 @@

    clone

    @@ -281,7 +281,7 @@

    iter

    @@ -305,7 +305,7 @@

    next

    diff --git a/docs/api/algorithm/classes/mapiterator.html b/docs/api/algorithm/classes/mapiterator.html index 02fc68037..b1f4b1728 100644 --- a/docs/api/algorithm/classes/mapiterator.html +++ b/docs/api/algorithm/classes/mapiterator.html @@ -137,7 +137,7 @@

    constructor

  • @@ -198,7 +198,7 @@

    Private _fn

    _fn: function
    @@ -232,7 +232,7 @@

    Private _index

    _index: number = 0
    @@ -242,7 +242,7 @@

    Private _source

    _source: IIterator<T>
    @@ -260,7 +260,7 @@

    clone

    @@ -284,7 +284,7 @@

    iter

    @@ -308,7 +308,7 @@

    next

    diff --git a/docs/api/algorithm/classes/rangeiterator.html b/docs/api/algorithm/classes/rangeiterator.html index 1ac579735..c73651b7c 100644 --- a/docs/api/algorithm/classes/rangeiterator.html +++ b/docs/api/algorithm/classes/rangeiterator.html @@ -128,7 +128,7 @@

    constructor

  • @@ -176,7 +176,7 @@

    Private _index

    _index: number = 0
    @@ -186,7 +186,7 @@

    Private _length

    _length: number
    @@ -196,7 +196,7 @@

    Private _start

    _start: number
    @@ -206,7 +206,7 @@

    Private _step

    _step: number
    @@ -216,7 +216,7 @@

    Private _stop

    _stop: number
    @@ -234,7 +234,7 @@

    clone

    @@ -258,7 +258,7 @@

    iter

    @@ -282,7 +282,7 @@

    next

    diff --git a/docs/api/algorithm/classes/repeatiterator.html b/docs/api/algorithm/classes/repeatiterator.html index f95af074d..f8178908a 100644 --- a/docs/api/algorithm/classes/repeatiterator.html +++ b/docs/api/algorithm/classes/repeatiterator.html @@ -133,7 +133,7 @@

    constructor

  • @@ -173,7 +173,7 @@

    Private _count

    _count: number
    @@ -183,7 +183,7 @@

    Private _value

    _value: T
    @@ -201,7 +201,7 @@

    clone

    @@ -225,7 +225,7 @@

    iter

    @@ -249,7 +249,7 @@

    next

    diff --git a/docs/api/algorithm/classes/retroarrayiterator.html b/docs/api/algorithm/classes/retroarrayiterator.html index e51c9e574..a5824fad2 100644 --- a/docs/api/algorithm/classes/retroarrayiterator.html +++ b/docs/api/algorithm/classes/retroarrayiterator.html @@ -135,7 +135,7 @@

    constructor

  • @@ -167,7 +167,7 @@

    Private _index

    _index: number
    @@ -177,7 +177,7 @@

    Private _source

    _source: ArrayLike<T>
    @@ -195,7 +195,7 @@

    clone

    @@ -219,7 +219,7 @@

    iter

    @@ -243,7 +243,7 @@

    next

    diff --git a/docs/api/algorithm/classes/strideiterator.html b/docs/api/algorithm/classes/strideiterator.html index 8662bcda3..846d7236d 100644 --- a/docs/api/algorithm/classes/strideiterator.html +++ b/docs/api/algorithm/classes/strideiterator.html @@ -133,7 +133,7 @@

    constructor

  • @@ -174,7 +174,7 @@

    Private _source

    _source: IIterator<T>
    @@ -184,7 +184,7 @@

    Private _step

    _step: number
    @@ -202,7 +202,7 @@

    clone

    @@ -226,7 +226,7 @@

    iter

    @@ -250,7 +250,7 @@

    next

    diff --git a/docs/api/algorithm/classes/takeiterator.html b/docs/api/algorithm/classes/takeiterator.html index 71bec1c4a..5e76df4ec 100644 --- a/docs/api/algorithm/classes/takeiterator.html +++ b/docs/api/algorithm/classes/takeiterator.html @@ -133,7 +133,7 @@

    constructor

  • @@ -173,7 +173,7 @@

    Private _count

    _count: number
    @@ -183,7 +183,7 @@

    Private _source

    _source: IIterator<T>
    @@ -201,7 +201,7 @@

    clone

    @@ -225,7 +225,7 @@

    iter

    @@ -249,7 +249,7 @@

    next

    diff --git a/docs/api/algorithm/classes/zipiterator.html b/docs/api/algorithm/classes/zipiterator.html index 806e9012a..5da122aa0 100644 --- a/docs/api/algorithm/classes/zipiterator.html +++ b/docs/api/algorithm/classes/zipiterator.html @@ -132,7 +132,7 @@

    constructor

  • @@ -164,7 +164,7 @@

    Private _source

    _source: IIterator<T>[]
    @@ -182,7 +182,7 @@

    clone

    @@ -206,7 +206,7 @@

    iter

    @@ -230,7 +230,7 @@

    next

    diff --git a/docs/api/algorithm/globals.html b/docs/api/algorithm/globals.html index ebee9e4d2..1bac30adf 100644 --- a/docs/api/algorithm/globals.html +++ b/docs/api/algorithm/globals.html @@ -141,7 +141,7 @@

    IterableOrArrayLike

    IterableOrArrayLike: IIterable<T> | ArrayLike<T>
    @@ -156,7 +156,7 @@

    RetroableOrArrayLike

    RetroableOrArrayLike: IRetroable<T> | ArrayLike<T>
    @@ -178,7 +178,7 @@

    chain

  • @@ -226,7 +226,7 @@

    each

  • @@ -304,7 +304,7 @@

    empty

  • @@ -339,7 +339,7 @@

    every

  • @@ -415,7 +415,7 @@

    filter

  • @@ -488,7 +488,7 @@

    find

  • @@ -575,7 +575,7 @@

    iter

  • @@ -616,7 +616,7 @@

    map

  • @@ -692,7 +692,7 @@

    max

  • @@ -775,7 +775,7 @@

    min

  • @@ -858,7 +858,7 @@

    minmax

  • @@ -941,7 +941,7 @@

    once

  • @@ -979,13 +979,13 @@

    Example

    range

      -
    • range(start: number, stop?: number, step?: number): IIterator<number>
    • +
    • range(start: number, stop?: undefined | number, step?: undefined | number): IIterator<number>
    • @@ -1002,13 +1002,13 @@
      start: number
    • -
      Optional stop: number
      +
      Optional stop: undefined | number

      The stopping value for the range, exclusive.

    • -
      Optional step: number
      +
      Optional step: undefined | number

      The distance between each value.

      @@ -1035,7 +1035,7 @@

      reduce

    • @@ -1112,7 +1112,7 @@

      Example

    • Type parameters

      @@ -1174,7 +1174,7 @@

      repeat

    • @@ -1224,7 +1224,7 @@

      retro

    • @@ -1270,7 +1270,7 @@

      some

    • @@ -1346,7 +1346,7 @@

      stride

    • @@ -1399,7 +1399,7 @@

      take

    • @@ -1447,7 +1447,7 @@

      toArray

    • @@ -1493,7 +1493,7 @@

      topologicSort

    • @@ -1545,7 +1545,7 @@

      zip

    • diff --git a/docs/api/algorithm/interfaces/iiterable.html b/docs/api/algorithm/interfaces/iiterable.html index 0144a43f6..e4d149a10 100644 --- a/docs/api/algorithm/interfaces/iiterable.html +++ b/docs/api/algorithm/interfaces/iiterable.html @@ -117,7 +117,7 @@

      iter

    • diff --git a/docs/api/algorithm/interfaces/iiterator.html b/docs/api/algorithm/interfaces/iiterator.html index 820d382fc..5e236ce83 100644 --- a/docs/api/algorithm/interfaces/iiterator.html +++ b/docs/api/algorithm/interfaces/iiterator.html @@ -138,7 +138,7 @@

      clone

    • @@ -167,7 +167,7 @@

      iter

      @@ -195,7 +195,7 @@

      next

    • diff --git a/docs/api/algorithm/interfaces/iretroable.html b/docs/api/algorithm/interfaces/iretroable.html index 82c2cd3aa..f440b2205 100644 --- a/docs/api/algorithm/interfaces/iretroable.html +++ b/docs/api/algorithm/interfaces/iretroable.html @@ -112,7 +112,7 @@

      retro

    • diff --git a/docs/api/algorithm/interfaces/stringext.imatchresult.html b/docs/api/algorithm/interfaces/stringext.imatchresult.html index 8d458519c..8bbc2064d 100644 --- a/docs/api/algorithm/interfaces/stringext.imatchresult.html +++ b/docs/api/algorithm/interfaces/stringext.imatchresult.html @@ -104,7 +104,7 @@

      indices

      indices: number[]
      @@ -120,7 +120,7 @@

      score

      score: number
      diff --git a/docs/api/algorithm/modules/arrayext.html b/docs/api/algorithm/modules/arrayext.html index 49dbd0b2e..64657ca9e 100644 --- a/docs/api/algorithm/modules/arrayext.html +++ b/docs/api/algorithm/modules/arrayext.html @@ -117,7 +117,7 @@

      MutableArrayLike

      MutableArrayLike: object
      @@ -147,7 +147,7 @@

      fill

    • @@ -220,7 +220,7 @@

      findFirstIndex

    • @@ -321,7 +321,7 @@

      findFirstValue

    • @@ -425,7 +425,7 @@

      findLastIndex

    • @@ -523,7 +523,7 @@

      findLastValue

    • @@ -624,7 +624,7 @@

      firstIndexOf

    • @@ -701,7 +701,7 @@

      insert

    • @@ -763,7 +763,7 @@

      lastIndexOf

    • @@ -840,7 +840,7 @@

      lowerBound

    • @@ -958,7 +958,7 @@

      move

    • @@ -1019,7 +1019,7 @@

      removeAllOf

    • @@ -1092,7 +1092,7 @@

      removeAllWhere

    • @@ -1192,7 +1192,7 @@

      removeAt

    • @@ -1252,7 +1252,7 @@

      removeFirstOf

    • @@ -1326,7 +1326,7 @@

      removeFirstWhere

    • @@ -1425,7 +1425,7 @@

      removeLastOf

    • @@ -1499,7 +1499,7 @@

      removeLastWhere

    • @@ -1598,7 +1598,7 @@

      reverse

    • @@ -1662,7 +1662,7 @@

      rotate

    • @@ -1736,7 +1736,7 @@

      upperBound

    • diff --git a/docs/api/algorithm/modules/stringext.html b/docs/api/algorithm/modules/stringext.html index a90885e08..bf521eebd 100644 --- a/docs/api/algorithm/modules/stringext.html +++ b/docs/api/algorithm/modules/stringext.html @@ -105,7 +105,7 @@

      findIndices

    • @@ -158,7 +158,7 @@

      highlight

    • @@ -227,7 +227,7 @@

      matchSumOfDeltas

    • @@ -284,7 +284,7 @@

      matchSumOfSquares

    • diff --git a/docs/api/application/classes/application.html b/docs/api/application/classes/application.html index 004bd1889..b55b8882d 100644 --- a/docs/api/application/classes/application.html +++ b/docs/api/application/classes/application.html @@ -161,7 +161,7 @@

      constructor

    • @@ -193,7 +193,7 @@

      Private _delegate

      _delegate: PromiseDelegate<void> = new PromiseDelegate<void>()
      @@ -203,7 +203,7 @@

      Private _pluginMap

      _pluginMap: object = Private.createPluginMap()
      @@ -221,7 +221,7 @@

      Private _serviceMap

      _serviceMap: Map<Token<any>, string> = Private.createServiceMap()
      @@ -231,7 +231,7 @@

      Private _started

      _started: boolean = false
      @@ -241,7 +241,7 @@

      commands

      commands: CommandRegistry
      @@ -256,7 +256,7 @@

      contextMenu

      contextMenu: ContextMenu
      @@ -271,7 +271,7 @@

      shell

      shell: T
      @@ -297,7 +297,7 @@

      started

    • @@ -325,7 +325,7 @@

      activatePlugin

    • @@ -358,7 +358,7 @@

      Protected addEventL
    • @@ -384,7 +384,7 @@

      Protected attachShell
      @@ -418,7 +418,7 @@

      Protected evtContext
      @@ -453,7 +453,7 @@

      Protected evtKeydown

      @@ -485,7 +485,7 @@

      Protected evtResize

    • @@ -516,7 +516,7 @@

      handleEvent

    • @@ -551,7 +551,7 @@

      hasPlugin

    • @@ -583,7 +583,7 @@

      listPlugins

    • @@ -606,7 +606,7 @@

      registerPlugin

    • @@ -642,7 +642,7 @@

      registerPlugins

    • @@ -675,7 +675,7 @@

      resolveOptionalService

    • @@ -722,7 +722,7 @@

      resolveRequiredService

    • @@ -769,7 +769,7 @@

      start

    • diff --git a/docs/api/application/interfaces/application.ioptions.html b/docs/api/application/interfaces/application.ioptions.html index 1d3bb8e95..430665109 100644 --- a/docs/api/application/interfaces/application.ioptions.html +++ b/docs/api/application/interfaces/application.ioptions.html @@ -109,10 +109,10 @@

      Properties

      Optional contextMenuRenderer

      -
      contextMenuRenderer: IRenderer
      +
      contextMenuRenderer: Menu.IRenderer
      @@ -127,7 +127,7 @@

      shell

      shell: T
      diff --git a/docs/api/application/interfaces/application.istartoptions.html b/docs/api/application/interfaces/application.istartoptions.html index f75b833b5..8d0e6a7c8 100644 --- a/docs/api/application/interfaces/application.istartoptions.html +++ b/docs/api/application/interfaces/application.istartoptions.html @@ -102,10 +102,10 @@

      Properties

      Optional hostID

      -
      hostID: string
      +
      hostID: undefined | string
      @@ -122,7 +122,7 @@

      Optional ignorePluginsignorePlugins: string[]

      @@ -139,7 +139,7 @@

      Optional startPlugins

      startPlugins: string[]
      diff --git a/docs/api/application/interfaces/iplugin.html b/docs/api/application/interfaces/iplugin.html index ef50ed716..eb673aa70 100644 --- a/docs/api/application/interfaces/iplugin.html +++ b/docs/api/application/interfaces/iplugin.html @@ -124,7 +124,7 @@

      activate

      activate: function
      @@ -180,10 +180,10 @@

      Returns U

      Optional autoStart

      -
      autoStart: boolean
      +
      autoStart: undefined | false | true
      @@ -200,7 +200,7 @@

      id

      id: string
      @@ -217,7 +217,7 @@

      Optional optional

      optional: Token<any>[]
      @@ -238,7 +238,7 @@

      Optional provides

      provides: Token<U>
      @@ -257,7 +257,7 @@

      Optional requires

      requires: Token<any>[]
      diff --git a/docs/api/collections/classes/linkedlist.forwardnodeiterator.html b/docs/api/collections/classes/linkedlist.forwardnodeiterator.html index 16d4ae536..ad3afda8a 100644 --- a/docs/api/collections/classes/linkedlist.forwardnodeiterator.html +++ b/docs/api/collections/classes/linkedlist.forwardnodeiterator.html @@ -135,7 +135,7 @@

      constructor

    • @@ -167,7 +167,7 @@

      Private _node

      _node: INode<T> | null
    • @@ -184,7 +184,7 @@

      clone

    • @@ -207,7 +207,7 @@

      iter

    • @@ -230,7 +230,7 @@

      next

    • diff --git a/docs/api/collections/classes/linkedlist.forwardvalueiterator.html b/docs/api/collections/classes/linkedlist.forwardvalueiterator.html index a67f72765..a04211ea6 100644 --- a/docs/api/collections/classes/linkedlist.forwardvalueiterator.html +++ b/docs/api/collections/classes/linkedlist.forwardvalueiterator.html @@ -135,7 +135,7 @@

      constructor

    • @@ -167,7 +167,7 @@

      Private _node

      _node: INode<T> | null
    • @@ -184,7 +184,7 @@

      clone

    • @@ -207,7 +207,7 @@

      iter

    • @@ -230,7 +230,7 @@

      next

    • diff --git a/docs/api/collections/classes/linkedlist.html b/docs/api/collections/classes/linkedlist.html index 9e0e8cd78..686d02c2c 100644 --- a/docs/api/collections/classes/linkedlist.html +++ b/docs/api/collections/classes/linkedlist.html @@ -172,7 +172,7 @@

      constructor

    • @@ -193,7 +193,7 @@

      Private _first

      _first: LinkedListNode<T> | null = null
    • @@ -203,7 +203,7 @@

      Private _last

      _last: LinkedListNode<T> | null = null
      @@ -213,7 +213,7 @@

      Private _length

      _length: number = 0
      @@ -230,7 +230,7 @@

      first

    • @@ -258,7 +258,7 @@

      firstNode

    • @@ -286,7 +286,7 @@

      isEmpty

    • @@ -310,7 +310,7 @@

      last

    • @@ -338,7 +338,7 @@

      lastNode

    • @@ -366,7 +366,7 @@

      length

    • @@ -393,7 +393,7 @@

      addFirst

    • @@ -427,7 +427,7 @@

      addLast

    • @@ -461,7 +461,7 @@

      clear

    • @@ -485,7 +485,7 @@

      insertAfter

    • @@ -528,7 +528,7 @@

      insertBefore

    • @@ -571,7 +571,7 @@

      iter

    • @@ -596,7 +596,7 @@

      nodes

    • @@ -621,7 +621,7 @@

      removeFirst

    • @@ -649,7 +649,7 @@

      removeLast

    • @@ -677,7 +677,7 @@

      removeNode

    • @@ -712,7 +712,7 @@

      retro

    • @@ -737,7 +737,7 @@

      retroNodes

    • @@ -762,7 +762,7 @@

      Static from

    • diff --git a/docs/api/collections/classes/linkedlist.retronodeiterator.html b/docs/api/collections/classes/linkedlist.retronodeiterator.html index 9e0eb9abb..651dd7ea7 100644 --- a/docs/api/collections/classes/linkedlist.retronodeiterator.html +++ b/docs/api/collections/classes/linkedlist.retronodeiterator.html @@ -135,7 +135,7 @@

      constructor

    • @@ -167,7 +167,7 @@

      Private _node

      _node: INode<T> | null
      @@ -184,7 +184,7 @@

      clone

    • @@ -207,7 +207,7 @@

      iter

    • @@ -230,7 +230,7 @@

      next

    • diff --git a/docs/api/collections/classes/linkedlist.retrovalueiterator.html b/docs/api/collections/classes/linkedlist.retrovalueiterator.html index 7edfe95f4..27d363474 100644 --- a/docs/api/collections/classes/linkedlist.retrovalueiterator.html +++ b/docs/api/collections/classes/linkedlist.retrovalueiterator.html @@ -135,7 +135,7 @@

      constructor

    • @@ -167,7 +167,7 @@

      Private _node

      _node: INode<T> | null
      @@ -184,7 +184,7 @@

      clone

    • @@ -207,7 +207,7 @@

      iter

    • @@ -230,7 +230,7 @@

      next

    • diff --git a/docs/api/collections/interfaces/linkedlist.inode.html b/docs/api/collections/interfaces/linkedlist.inode.html index c4d19f88d..25089b772 100644 --- a/docs/api/collections/interfaces/linkedlist.inode.html +++ b/docs/api/collections/interfaces/linkedlist.inode.html @@ -117,7 +117,7 @@

      list

      list: LinkedList<T> | null
      @@ -133,7 +133,7 @@

      next

      next: INode<T> | null
      @@ -150,7 +150,7 @@

      prev

      prev: INode<T> | null
      @@ -167,7 +167,7 @@

      value

      value: T
      diff --git a/docs/api/commands/assets/js/search.js b/docs/api/commands/assets/js/search.js index b0c7639a6..4caf3c6b7 100644 --- a/docs/api/commands/assets/js/search.js +++ b/docs/api/commands/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias"},"rows":[{"id":0,"kind":128,"name":"CommandRegistry","url":"classes/commandregistry.html","classes":"tsd-kind-class"},{"id":1,"kind":512,"name":"constructor","url":"classes/commandregistry.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"CommandRegistry"},{"id":2,"kind":262144,"name":"commandChanged","url":"classes/commandregistry.html#commandchanged","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"CommandRegistry"},{"id":3,"kind":262144,"name":"commandExecuted","url":"classes/commandregistry.html#commandexecuted","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"CommandRegistry"},{"id":4,"kind":262144,"name":"keyBindingChanged","url":"classes/commandregistry.html#keybindingchanged","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"CommandRegistry"},{"id":5,"kind":262144,"name":"keyBindings","url":"classes/commandregistry.html#keybindings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"CommandRegistry"},{"id":6,"kind":2048,"name":"listCommands","url":"classes/commandregistry.html#listcommands","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":7,"kind":2048,"name":"hasCommand","url":"classes/commandregistry.html#hascommand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":8,"kind":2048,"name":"addCommand","url":"classes/commandregistry.html#addcommand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":9,"kind":2048,"name":"notifyCommandChanged","url":"classes/commandregistry.html#notifycommandchanged","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":10,"kind":2048,"name":"label","url":"classes/commandregistry.html#label","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":11,"kind":2048,"name":"mnemonic","url":"classes/commandregistry.html#mnemonic","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":12,"kind":2048,"name":"icon","url":"classes/commandregistry.html#icon","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":13,"kind":2048,"name":"iconClass","url":"classes/commandregistry.html#iconclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":14,"kind":2048,"name":"iconLabel","url":"classes/commandregistry.html#iconlabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":15,"kind":2048,"name":"caption","url":"classes/commandregistry.html#caption","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":16,"kind":2048,"name":"usage","url":"classes/commandregistry.html#usage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":17,"kind":2048,"name":"className","url":"classes/commandregistry.html#classname","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":18,"kind":2048,"name":"dataset","url":"classes/commandregistry.html#dataset-1","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":19,"kind":2048,"name":"isEnabled","url":"classes/commandregistry.html#isenabled","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":20,"kind":2048,"name":"isToggled","url":"classes/commandregistry.html#istoggled","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":21,"kind":2048,"name":"isVisible","url":"classes/commandregistry.html#isvisible","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":22,"kind":2048,"name":"execute","url":"classes/commandregistry.html#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":23,"kind":2048,"name":"addKeyBinding","url":"classes/commandregistry.html#addkeybinding","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":24,"kind":2048,"name":"processKeydownEvent","url":"classes/commandregistry.html#processkeydownevent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":25,"kind":2048,"name":"_startTimer","url":"classes/commandregistry.html#_starttimer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":26,"kind":2048,"name":"_clearTimer","url":"classes/commandregistry.html#_cleartimer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":27,"kind":2048,"name":"_replayKeydownEvents","url":"classes/commandregistry.html#_replaykeydownevents","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":28,"kind":2048,"name":"_executeKeyBinding","url":"classes/commandregistry.html#_executekeybinding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":29,"kind":2048,"name":"_clearPendingState","url":"classes/commandregistry.html#_clearpendingstate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":30,"kind":2048,"name":"_onPendingTimeout","url":"classes/commandregistry.html#_onpendingtimeout","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":31,"kind":1024,"name":"_timerID","url":"classes/commandregistry.html#_timerid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":32,"kind":1024,"name":"_replaying","url":"classes/commandregistry.html#_replaying","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":33,"kind":1024,"name":"_keystrokes","url":"classes/commandregistry.html#_keystrokes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":34,"kind":1024,"name":"_keydownEvents","url":"classes/commandregistry.html#_keydownevents","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":35,"kind":1024,"name":"_keyBindings","url":"classes/commandregistry.html#_keybindings","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":36,"kind":1024,"name":"_exactKeyMatch","url":"classes/commandregistry.html#_exactkeymatch","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":37,"kind":1024,"name":"_commands","url":"classes/commandregistry.html#_commands","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":38,"kind":65536,"name":"__type","url":"classes/commandregistry.html#_commands.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CommandRegistry._commands"},{"id":39,"kind":1024,"name":"_commandChanged","url":"classes/commandregistry.html#_commandchanged","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":40,"kind":1024,"name":"_commandExecuted","url":"classes/commandregistry.html#_commandexecuted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":41,"kind":1024,"name":"_keyBindingChanged","url":"classes/commandregistry.html#_keybindingchanged","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":42,"kind":256,"name":"ICommandOptions","url":"interfaces/commandregistry.icommandoptions.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":43,"kind":1024,"name":"execute","url":"interfaces/commandregistry.icommandoptions.html#execute","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":44,"kind":1024,"name":"label","url":"interfaces/commandregistry.icommandoptions.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":45,"kind":1024,"name":"mnemonic","url":"interfaces/commandregistry.icommandoptions.html#mnemonic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":46,"kind":1024,"name":"icon","url":"interfaces/commandregistry.icommandoptions.html#icon","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":47,"kind":1024,"name":"iconClass","url":"interfaces/commandregistry.icommandoptions.html#iconclass","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":48,"kind":1024,"name":"iconLabel","url":"interfaces/commandregistry.icommandoptions.html#iconlabel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":49,"kind":1024,"name":"caption","url":"interfaces/commandregistry.icommandoptions.html#caption","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":50,"kind":1024,"name":"usage","url":"interfaces/commandregistry.icommandoptions.html#usage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":51,"kind":1024,"name":"className","url":"interfaces/commandregistry.icommandoptions.html#classname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":52,"kind":1024,"name":"dataset","url":"interfaces/commandregistry.icommandoptions.html#dataset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":53,"kind":1024,"name":"isEnabled","url":"interfaces/commandregistry.icommandoptions.html#isenabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":54,"kind":1024,"name":"isToggled","url":"interfaces/commandregistry.icommandoptions.html#istoggled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":55,"kind":1024,"name":"isVisible","url":"interfaces/commandregistry.icommandoptions.html#isvisible","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":56,"kind":256,"name":"ICommandChangedArgs","url":"interfaces/commandregistry.icommandchangedargs.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":57,"kind":1024,"name":"id","url":"interfaces/commandregistry.icommandchangedargs.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandChangedArgs"},{"id":58,"kind":1024,"name":"type","url":"interfaces/commandregistry.icommandchangedargs.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandChangedArgs"},{"id":59,"kind":256,"name":"ICommandExecutedArgs","url":"interfaces/commandregistry.icommandexecutedargs.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":60,"kind":1024,"name":"id","url":"interfaces/commandregistry.icommandexecutedargs.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandExecutedArgs"},{"id":61,"kind":1024,"name":"args","url":"interfaces/commandregistry.icommandexecutedargs.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandExecutedArgs"},{"id":62,"kind":1024,"name":"result","url":"interfaces/commandregistry.icommandexecutedargs.html#result","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandExecutedArgs"},{"id":63,"kind":256,"name":"IKeyBindingOptions","url":"interfaces/commandregistry.ikeybindingoptions.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":64,"kind":1024,"name":"keys","url":"interfaces/commandregistry.ikeybindingoptions.html#keys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":65,"kind":1024,"name":"selector","url":"interfaces/commandregistry.ikeybindingoptions.html#selector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":66,"kind":1024,"name":"command","url":"interfaces/commandregistry.ikeybindingoptions.html#command","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":67,"kind":1024,"name":"args","url":"interfaces/commandregistry.ikeybindingoptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":68,"kind":1024,"name":"winKeys","url":"interfaces/commandregistry.ikeybindingoptions.html#winkeys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":69,"kind":1024,"name":"macKeys","url":"interfaces/commandregistry.ikeybindingoptions.html#mackeys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":70,"kind":1024,"name":"linuxKeys","url":"interfaces/commandregistry.ikeybindingoptions.html#linuxkeys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":71,"kind":256,"name":"IKeyBinding","url":"interfaces/commandregistry.ikeybinding.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":72,"kind":1024,"name":"keys","url":"interfaces/commandregistry.ikeybinding.html#keys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBinding"},{"id":73,"kind":1024,"name":"selector","url":"interfaces/commandregistry.ikeybinding.html#selector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBinding"},{"id":74,"kind":1024,"name":"command","url":"interfaces/commandregistry.ikeybinding.html#command","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBinding"},{"id":75,"kind":1024,"name":"args","url":"interfaces/commandregistry.ikeybinding.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBinding"},{"id":76,"kind":256,"name":"IKeyBindingChangedArgs","url":"interfaces/commandregistry.ikeybindingchangedargs.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":77,"kind":1024,"name":"binding","url":"interfaces/commandregistry.ikeybindingchangedargs.html#binding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingChangedArgs"},{"id":78,"kind":1024,"name":"type","url":"interfaces/commandregistry.ikeybindingchangedargs.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingChangedArgs"},{"id":79,"kind":256,"name":"IKeystrokeParts","url":"interfaces/commandregistry.ikeystrokeparts.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":80,"kind":1024,"name":"cmd","url":"interfaces/commandregistry.ikeystrokeparts.html#cmd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":81,"kind":1024,"name":"ctrl","url":"interfaces/commandregistry.ikeystrokeparts.html#ctrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":82,"kind":1024,"name":"alt","url":"interfaces/commandregistry.ikeystrokeparts.html#alt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":83,"kind":1024,"name":"shift","url":"interfaces/commandregistry.ikeystrokeparts.html#shift","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":84,"kind":1024,"name":"key","url":"interfaces/commandregistry.ikeystrokeparts.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":85,"kind":4194304,"name":"CommandFunc","url":"classes/commandregistry.html#commandfunc","classes":"tsd-kind-type-alias tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"CommandRegistry"},{"id":86,"kind":65536,"name":"__type","url":"classes/commandregistry.html#commandfunc.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"CommandRegistry.CommandFunc"},{"id":87,"kind":4194304,"name":"Dataset","url":"classes/commandregistry.html#dataset","classes":"tsd-kind-type-alias tsd-parent-kind-class tsd-is-static","parent":"CommandRegistry"},{"id":88,"kind":65536,"name":"__type","url":"classes/commandregistry.html#dataset.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"CommandRegistry.Dataset"},{"id":89,"kind":2048,"name":"parseKeystroke","url":"classes/commandregistry.html#parsekeystroke","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"CommandRegistry"},{"id":90,"kind":2048,"name":"normalizeKeystroke","url":"classes/commandregistry.html#normalizekeystroke","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"CommandRegistry"},{"id":91,"kind":2048,"name":"keystrokeForKeydownEvent","url":"classes/commandregistry.html#keystrokeforkeydownevent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"CommandRegistry"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias"},"rows":[{"id":0,"kind":128,"name":"CommandRegistry","url":"classes/commandregistry.html","classes":"tsd-kind-class"},{"id":1,"kind":512,"name":"constructor","url":"classes/commandregistry.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"CommandRegistry"},{"id":2,"kind":262144,"name":"commandChanged","url":"classes/commandregistry.html#commandchanged","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"CommandRegistry"},{"id":3,"kind":262144,"name":"commandExecuted","url":"classes/commandregistry.html#commandexecuted","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"CommandRegistry"},{"id":4,"kind":262144,"name":"keyBindingChanged","url":"classes/commandregistry.html#keybindingchanged","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"CommandRegistry"},{"id":5,"kind":262144,"name":"keyBindings","url":"classes/commandregistry.html#keybindings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"CommandRegistry"},{"id":6,"kind":2048,"name":"listCommands","url":"classes/commandregistry.html#listcommands","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":7,"kind":2048,"name":"hasCommand","url":"classes/commandregistry.html#hascommand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":8,"kind":2048,"name":"addCommand","url":"classes/commandregistry.html#addcommand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":9,"kind":2048,"name":"notifyCommandChanged","url":"classes/commandregistry.html#notifycommandchanged","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":10,"kind":2048,"name":"label","url":"classes/commandregistry.html#label","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":11,"kind":2048,"name":"mnemonic","url":"classes/commandregistry.html#mnemonic","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":12,"kind":2048,"name":"icon","url":"classes/commandregistry.html#icon","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":13,"kind":2048,"name":"iconClass","url":"classes/commandregistry.html#iconclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":14,"kind":2048,"name":"iconLabel","url":"classes/commandregistry.html#iconlabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":15,"kind":2048,"name":"caption","url":"classes/commandregistry.html#caption","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":16,"kind":2048,"name":"usage","url":"classes/commandregistry.html#usage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":17,"kind":2048,"name":"className","url":"classes/commandregistry.html#classname","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":18,"kind":2048,"name":"dataset","url":"classes/commandregistry.html#dataset-1","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":19,"kind":2048,"name":"isEnabled","url":"classes/commandregistry.html#isenabled","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":20,"kind":2048,"name":"isToggled","url":"classes/commandregistry.html#istoggled","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":21,"kind":2048,"name":"isVisible","url":"classes/commandregistry.html#isvisible","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":22,"kind":2048,"name":"execute","url":"classes/commandregistry.html#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":23,"kind":2048,"name":"addKeyBinding","url":"classes/commandregistry.html#addkeybinding","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":24,"kind":2048,"name":"processKeydownEvent","url":"classes/commandregistry.html#processkeydownevent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CommandRegistry"},{"id":25,"kind":2048,"name":"_startTimer","url":"classes/commandregistry.html#_starttimer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":26,"kind":2048,"name":"_clearTimer","url":"classes/commandregistry.html#_cleartimer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":27,"kind":2048,"name":"_replayKeydownEvents","url":"classes/commandregistry.html#_replaykeydownevents","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":28,"kind":2048,"name":"_executeKeyBinding","url":"classes/commandregistry.html#_executekeybinding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":29,"kind":2048,"name":"_clearPendingState","url":"classes/commandregistry.html#_clearpendingstate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":30,"kind":2048,"name":"_onPendingTimeout","url":"classes/commandregistry.html#_onpendingtimeout","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":31,"kind":1024,"name":"_timerID","url":"classes/commandregistry.html#_timerid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":32,"kind":1024,"name":"_replaying","url":"classes/commandregistry.html#_replaying","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":33,"kind":1024,"name":"_keystrokes","url":"classes/commandregistry.html#_keystrokes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":34,"kind":1024,"name":"_keydownEvents","url":"classes/commandregistry.html#_keydownevents","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":35,"kind":1024,"name":"_keyBindings","url":"classes/commandregistry.html#_keybindings","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":36,"kind":1024,"name":"_exactKeyMatch","url":"classes/commandregistry.html#_exactkeymatch","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":37,"kind":1024,"name":"_commands","url":"classes/commandregistry.html#_commands","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":38,"kind":65536,"name":"__type","url":"classes/commandregistry.html#_commands.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CommandRegistry._commands"},{"id":39,"kind":1024,"name":"_commandChanged","url":"classes/commandregistry.html#_commandchanged","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":40,"kind":1024,"name":"_commandExecuted","url":"classes/commandregistry.html#_commandexecuted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":41,"kind":1024,"name":"_keyBindingChanged","url":"classes/commandregistry.html#_keybindingchanged","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CommandRegistry"},{"id":42,"kind":256,"name":"ICommandOptions","url":"interfaces/commandregistry.icommandoptions.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":43,"kind":1024,"name":"execute","url":"interfaces/commandregistry.icommandoptions.html#execute","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":44,"kind":1024,"name":"label","url":"interfaces/commandregistry.icommandoptions.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":45,"kind":1024,"name":"mnemonic","url":"interfaces/commandregistry.icommandoptions.html#mnemonic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":46,"kind":1024,"name":"icon","url":"interfaces/commandregistry.icommandoptions.html#icon","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":47,"kind":1024,"name":"iconClass","url":"interfaces/commandregistry.icommandoptions.html#iconclass","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":48,"kind":1024,"name":"iconLabel","url":"interfaces/commandregistry.icommandoptions.html#iconlabel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":49,"kind":1024,"name":"caption","url":"interfaces/commandregistry.icommandoptions.html#caption","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":50,"kind":1024,"name":"usage","url":"interfaces/commandregistry.icommandoptions.html#usage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":51,"kind":1024,"name":"className","url":"interfaces/commandregistry.icommandoptions.html#classname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":52,"kind":1024,"name":"dataset","url":"interfaces/commandregistry.icommandoptions.html#dataset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":53,"kind":1024,"name":"isEnabled","url":"interfaces/commandregistry.icommandoptions.html#isenabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":54,"kind":1024,"name":"isToggled","url":"interfaces/commandregistry.icommandoptions.html#istoggled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":55,"kind":1024,"name":"isVisible","url":"interfaces/commandregistry.icommandoptions.html#isvisible","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandOptions"},{"id":56,"kind":256,"name":"ICommandChangedArgs","url":"interfaces/commandregistry.icommandchangedargs.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":57,"kind":1024,"name":"id","url":"interfaces/commandregistry.icommandchangedargs.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandChangedArgs"},{"id":58,"kind":1024,"name":"type","url":"interfaces/commandregistry.icommandchangedargs.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandChangedArgs"},{"id":59,"kind":256,"name":"ICommandExecutedArgs","url":"interfaces/commandregistry.icommandexecutedargs.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":60,"kind":1024,"name":"id","url":"interfaces/commandregistry.icommandexecutedargs.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandExecutedArgs"},{"id":61,"kind":1024,"name":"args","url":"interfaces/commandregistry.icommandexecutedargs.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandExecutedArgs"},{"id":62,"kind":1024,"name":"result","url":"interfaces/commandregistry.icommandexecutedargs.html#result","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.ICommandExecutedArgs"},{"id":63,"kind":256,"name":"IKeyBindingOptions","url":"interfaces/commandregistry.ikeybindingoptions.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":64,"kind":1024,"name":"keys","url":"interfaces/commandregistry.ikeybindingoptions.html#keys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":65,"kind":1024,"name":"selector","url":"interfaces/commandregistry.ikeybindingoptions.html#selector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":66,"kind":1024,"name":"command","url":"interfaces/commandregistry.ikeybindingoptions.html#command","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":67,"kind":1024,"name":"args","url":"interfaces/commandregistry.ikeybindingoptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":68,"kind":1024,"name":"winKeys","url":"interfaces/commandregistry.ikeybindingoptions.html#winkeys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":69,"kind":1024,"name":"macKeys","url":"interfaces/commandregistry.ikeybindingoptions.html#mackeys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":70,"kind":1024,"name":"linuxKeys","url":"interfaces/commandregistry.ikeybindingoptions.html#linuxkeys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingOptions"},{"id":71,"kind":256,"name":"IKeyBinding","url":"interfaces/commandregistry.ikeybinding.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":72,"kind":1024,"name":"keys","url":"interfaces/commandregistry.ikeybinding.html#keys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBinding"},{"id":73,"kind":1024,"name":"selector","url":"interfaces/commandregistry.ikeybinding.html#selector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBinding"},{"id":74,"kind":1024,"name":"command","url":"interfaces/commandregistry.ikeybinding.html#command","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBinding"},{"id":75,"kind":1024,"name":"args","url":"interfaces/commandregistry.ikeybinding.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBinding"},{"id":76,"kind":256,"name":"IKeyBindingChangedArgs","url":"interfaces/commandregistry.ikeybindingchangedargs.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":77,"kind":1024,"name":"binding","url":"interfaces/commandregistry.ikeybindingchangedargs.html#binding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingChangedArgs"},{"id":78,"kind":1024,"name":"type","url":"interfaces/commandregistry.ikeybindingchangedargs.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeyBindingChangedArgs"},{"id":79,"kind":256,"name":"IKeystrokeParts","url":"interfaces/commandregistry.ikeystrokeparts.html","classes":"tsd-kind-interface tsd-parent-kind-class","parent":"CommandRegistry"},{"id":80,"kind":1024,"name":"cmd","url":"interfaces/commandregistry.ikeystrokeparts.html#cmd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":81,"kind":1024,"name":"ctrl","url":"interfaces/commandregistry.ikeystrokeparts.html#ctrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":82,"kind":1024,"name":"alt","url":"interfaces/commandregistry.ikeystrokeparts.html#alt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":83,"kind":1024,"name":"shift","url":"interfaces/commandregistry.ikeystrokeparts.html#shift","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":84,"kind":1024,"name":"key","url":"interfaces/commandregistry.ikeystrokeparts.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandRegistry.IKeystrokeParts"},{"id":85,"kind":4194304,"name":"CommandFunc","url":"classes/commandregistry.html#commandfunc","classes":"tsd-kind-type-alias tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"CommandRegistry"},{"id":86,"kind":65536,"name":"__type","url":"classes/commandregistry.html#commandfunc.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"CommandRegistry.CommandFunc"},{"id":87,"kind":4194304,"name":"Dataset","url":"classes/commandregistry.html#dataset","classes":"tsd-kind-type-alias tsd-parent-kind-class tsd-is-static","parent":"CommandRegistry"},{"id":88,"kind":65536,"name":"__type","url":"classes/commandregistry.html#dataset.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"CommandRegistry.Dataset"},{"id":89,"kind":2048,"name":"parseKeystroke","url":"classes/commandregistry.html#parsekeystroke","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"CommandRegistry"},{"id":90,"kind":2048,"name":"normalizeKeystroke","url":"classes/commandregistry.html#normalizekeystroke","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"CommandRegistry"},{"id":91,"kind":2048,"name":"formatKeystroke","url":"classes/commandregistry.html#formatkeystroke","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"CommandRegistry"},{"id":92,"kind":2048,"name":"keystrokeForKeydownEvent","url":"classes/commandregistry.html#keystrokeforkeydownevent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"CommandRegistry"}]}; \ No newline at end of file diff --git a/docs/api/commands/classes/commandregistry.html b/docs/api/commands/classes/commandregistry.html index d4983acd1..cbca5dac4 100644 --- a/docs/api/commands/classes/commandregistry.html +++ b/docs/api/commands/classes/commandregistry.html @@ -164,6 +164,7 @@

      Methods

    • notifyCommandChanged
    • processKeydownEvent
    • usage
    • +
    • formatKeystroke
    • keystrokeForKeydownEvent
    • normalizeKeystroke
    • parseKeystroke
    • @@ -180,7 +181,7 @@

      Static CommandFunc

      CommandFunc: function
      @@ -216,7 +217,7 @@

      Static Dataset

      Dataset: object
      @@ -246,7 +247,7 @@

      constructor

    • @@ -267,7 +268,7 @@

      Private _commandChanged_commandChanged: Signal<this, ICommandChangedArgs> = new Signal<this, CommandRegistry.ICommandChangedArgs>(this)

      @@ -277,7 +278,7 @@

      Private _commandExecuted_commandExecuted: Signal<this, ICommandExecutedArgs> = new Signal<this, CommandRegistry.ICommandExecutedArgs>(this)

    • @@ -287,7 +288,7 @@

      Private _commands

      _commands: object = Object.create(null)
      @@ -305,7 +306,7 @@

      Private _exactKeyMatc
      _exactKeyMatch: IKeyBinding | null = null
      @@ -315,7 +316,7 @@

      Private _keyBindingCh
      _keyBindingChanged: Signal<this, IKeyBindingChangedArgs> = new Signal<this, CommandRegistry.IKeyBindingChangedArgs>(this)
      @@ -325,7 +326,7 @@

      Private _keyBindings

      _keyBindings: IKeyBinding[] = []
      @@ -335,7 +336,7 @@

      Private _keydownEvents

      _keydownEvents: KeyboardEvent[] = []
      @@ -345,7 +346,7 @@

      Private _keystrokes

      _keystrokes: string[] = []
      @@ -355,7 +356,7 @@

      Private _replaying

      _replaying: boolean = false
      @@ -365,7 +366,7 @@

      Private _timerID

      _timerID: number = 0
      @@ -382,7 +383,7 @@

      commandChanged

    • @@ -407,7 +408,7 @@

      commandExecuted

    • @@ -433,7 +434,7 @@

      keyBindingChanged

    • @@ -455,7 +456,7 @@

      keyBindings

    • @@ -480,7 +481,7 @@

      Private _clearPending
    • @@ -502,7 +503,7 @@

      Private _clearTimer

    • @@ -524,7 +525,7 @@

      Private _executeKeyBi
    • @@ -553,7 +554,7 @@

      Private _onPendingTim
    • @@ -575,7 +576,7 @@

      Private _replayKeydown
      @@ -597,7 +598,7 @@

      Private _startTimer

    • @@ -619,7 +620,7 @@

      addCommand

    • @@ -662,7 +663,7 @@

      addKeyBinding

    • @@ -706,7 +707,7 @@

      caption

    • @@ -745,7 +746,7 @@

      className

    • @@ -784,7 +785,7 @@

      dataset

    • @@ -823,7 +824,7 @@

      execute

    • @@ -864,7 +865,7 @@

      hasCommand

    • @@ -896,7 +897,7 @@

      icon

    • @@ -929,7 +930,7 @@

      iconClass

    • @@ -968,7 +969,7 @@

      iconLabel

    • @@ -1007,7 +1008,7 @@

      isEnabled

    • @@ -1046,7 +1047,7 @@

      isToggled

    • @@ -1085,7 +1086,7 @@

      isVisible

    • @@ -1124,7 +1125,7 @@

      label

    • @@ -1163,7 +1164,7 @@

      listCommands

    • @@ -1186,7 +1187,7 @@

      mnemonic

    • @@ -1219,13 +1220,13 @@

      Returns number

      notifyCommandChanged

        -
      • notifyCommandChanged(id?: string): void
      • +
      • notifyCommandChanged(id?: undefined | string): void
      • @@ -1246,7 +1247,7 @@

        Notes

        Parameters

        • -
          Optional id: string
          +
          Optional id: undefined | string

          The id of the command which has changed. If more than one command has changed, this argument should be omitted.

          @@ -1267,7 +1268,7 @@

          processKeydownEvent

        • @@ -1304,7 +1305,7 @@

          usage

        • @@ -1333,6 +1334,34 @@

          Returns string

        +
        + +

        Static formatKeystroke

        +
          +
        • formatKeystroke(keystroke: string): string
        • +
        +
          +
        • + +
          +
          +

          Format a keystroke for display on the local system.

          +
          +
          +

          Parameters

          +
            +
          • +
            keystroke: string
            +
          • +
          +

          Returns string

          +
        • +
        +

        Static keystrokeForKeydownEvent

        @@ -1343,7 +1372,7 @@

        Static keystrokeForKey
      • @@ -1376,7 +1405,7 @@

        Static normalizeKeystroke
        @@ -1412,7 +1441,7 @@

        Static parseKeystroke

      • @@ -1612,6 +1641,9 @@

        Notes

      • usage
      • +
      • + formatKeystroke +
      • keystrokeForKeydownEvent
      • diff --git a/docs/api/commands/interfaces/commandregistry.icommandchangedargs.html b/docs/api/commands/interfaces/commandregistry.icommandchangedargs.html index 573a7e36b..74ffe4f2a 100644 --- a/docs/api/commands/interfaces/commandregistry.icommandchangedargs.html +++ b/docs/api/commands/interfaces/commandregistry.icommandchangedargs.html @@ -104,7 +104,7 @@

        id

        id: string | undefined
        @@ -120,7 +120,7 @@

        type

        type: "added" | "removed" | "changed" | "many-changed"
        diff --git a/docs/api/commands/interfaces/commandregistry.icommandexecutedargs.html b/docs/api/commands/interfaces/commandregistry.icommandexecutedargs.html index a9f31ea4a..f59aa2117 100644 --- a/docs/api/commands/interfaces/commandregistry.icommandexecutedargs.html +++ b/docs/api/commands/interfaces/commandregistry.icommandexecutedargs.html @@ -105,7 +105,7 @@

        args

        args: ReadonlyJSONObject
        @@ -120,7 +120,7 @@

        id

        id: string
        @@ -135,7 +135,7 @@

        result

        result: Promise<any>
        diff --git a/docs/api/commands/interfaces/commandregistry.icommandoptions.html b/docs/api/commands/interfaces/commandregistry.icommandoptions.html index 2e068c2b0..3784dc8c5 100644 --- a/docs/api/commands/interfaces/commandregistry.icommandoptions.html +++ b/docs/api/commands/interfaces/commandregistry.icommandoptions.html @@ -122,7 +122,7 @@

        Optional caption

        caption: string | CommandFunc<string>
        @@ -144,7 +144,7 @@

        Optional className

        className: string | CommandFunc<string>
        @@ -166,7 +166,7 @@

        Optional dataset

        @@ -187,7 +187,7 @@

        execute

        execute: CommandFunc<any | Promise<any>>
        @@ -208,7 +208,7 @@

        Optional icon

        icon: string | CommandFunc<string>
        @@ -225,7 +225,7 @@

        Optional iconClass

        iconClass: string | CommandFunc<string>
        @@ -247,7 +247,7 @@

        Optional iconLabel

        iconLabel: string | CommandFunc<string>
        @@ -268,7 +268,7 @@

        Optional isEnabled

        isEnabled: CommandFunc<boolean>
        @@ -287,7 +287,7 @@

        Optional isToggled

        isToggled: CommandFunc<boolean>
        @@ -307,7 +307,7 @@

        Optional isVisible

        isVisible: CommandFunc<boolean>
        @@ -326,7 +326,7 @@

        Optional label

        label: string | CommandFunc<string>
        @@ -346,7 +346,7 @@

        Optional mnemonic

        mnemonic: number | CommandFunc<number>
        @@ -368,7 +368,7 @@

        Optional usage

        usage: string | CommandFunc<string>
        diff --git a/docs/api/commands/interfaces/commandregistry.ikeybinding.html b/docs/api/commands/interfaces/commandregistry.ikeybinding.html index b8401fb76..ae69959cf 100644 --- a/docs/api/commands/interfaces/commandregistry.ikeybinding.html +++ b/docs/api/commands/interfaces/commandregistry.ikeybinding.html @@ -108,7 +108,7 @@

        args

        args: ReadonlyJSONObject
        @@ -123,7 +123,7 @@

        command

        command: string
        @@ -138,7 +138,7 @@

        keys

        keys: ReadonlyArray<string>
        @@ -153,7 +153,7 @@

        selector

        selector: string
        diff --git a/docs/api/commands/interfaces/commandregistry.ikeybindingchangedargs.html b/docs/api/commands/interfaces/commandregistry.ikeybindingchangedargs.html index 82a1177b5..5605f725e 100644 --- a/docs/api/commands/interfaces/commandregistry.ikeybindingchangedargs.html +++ b/docs/api/commands/interfaces/commandregistry.ikeybindingchangedargs.html @@ -104,7 +104,7 @@

        binding

        binding: IKeyBinding
        @@ -119,7 +119,7 @@

        type

        type: "added" | "removed"
        diff --git a/docs/api/commands/interfaces/commandregistry.ikeybindingoptions.html b/docs/api/commands/interfaces/commandregistry.ikeybindingoptions.html index 93379182a..cdd58352e 100644 --- a/docs/api/commands/interfaces/commandregistry.ikeybindingoptions.html +++ b/docs/api/commands/interfaces/commandregistry.ikeybindingoptions.html @@ -109,7 +109,7 @@

        Optional args

        args: ReadonlyJSONObject
        @@ -125,7 +125,7 @@

        command

        command: string
        @@ -140,7 +140,7 @@

        keys

        keys: string[]
        @@ -168,7 +168,7 @@

        Optional linuxKeys

        linuxKeys: string[]
        @@ -184,7 +184,7 @@

        Optional macKeys

        macKeys: string[]
        @@ -200,7 +200,7 @@

        selector

        selector: string
        @@ -219,7 +219,7 @@

        Optional winKeys

        winKeys: string[]
        diff --git a/docs/api/commands/interfaces/commandregistry.ikeystrokeparts.html b/docs/api/commands/interfaces/commandregistry.ikeystrokeparts.html index 9e6136acf..edff7d839 100644 --- a/docs/api/commands/interfaces/commandregistry.ikeystrokeparts.html +++ b/docs/api/commands/interfaces/commandregistry.ikeystrokeparts.html @@ -107,7 +107,7 @@

        alt

        alt: boolean
        @@ -122,7 +122,7 @@

        cmd

        cmd: boolean
        @@ -137,7 +137,7 @@

        ctrl

        ctrl: boolean
        @@ -152,7 +152,7 @@

        key

        key: string
        @@ -167,7 +167,7 @@

        shift

        shift: boolean
        diff --git a/docs/api/coreutils/assets/js/search.js b/docs/api/coreutils/assets/js/search.js index 6d3602eaa..cd7d2d427 100644 --- a/docs/api/coreutils/assets/js/search.js +++ b/docs/api/coreutils/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"2":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"JSONObject","url":"interfaces/jsonobject.html","classes":"tsd-kind-interface"},{"id":1,"kind":256,"name":"JSONArray","url":"interfaces/jsonarray.html","classes":"tsd-kind-interface"},{"id":2,"kind":1024,"name":"length","url":"interfaces/jsonarray.html#length","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":3,"kind":2048,"name":"toString","url":"interfaces/jsonarray.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":4,"kind":2048,"name":"toLocaleString","url":"interfaces/jsonarray.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":5,"kind":2048,"name":"pop","url":"interfaces/jsonarray.html#pop","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":6,"kind":2048,"name":"push","url":"interfaces/jsonarray.html#push","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":7,"kind":2048,"name":"concat","url":"interfaces/jsonarray.html#concat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":8,"kind":2048,"name":"join","url":"interfaces/jsonarray.html#join","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":9,"kind":2048,"name":"reverse","url":"interfaces/jsonarray.html#reverse","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":10,"kind":2048,"name":"shift","url":"interfaces/jsonarray.html#shift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":11,"kind":2048,"name":"slice","url":"interfaces/jsonarray.html#slice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":12,"kind":2048,"name":"sort","url":"interfaces/jsonarray.html#sort","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":13,"kind":2048,"name":"splice","url":"interfaces/jsonarray.html#splice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":14,"kind":2048,"name":"unshift","url":"interfaces/jsonarray.html#unshift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":15,"kind":2048,"name":"indexOf","url":"interfaces/jsonarray.html#indexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":16,"kind":2048,"name":"lastIndexOf","url":"interfaces/jsonarray.html#lastindexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":17,"kind":2048,"name":"every","url":"interfaces/jsonarray.html#every","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":18,"kind":2048,"name":"some","url":"interfaces/jsonarray.html#some","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":19,"kind":2048,"name":"forEach","url":"interfaces/jsonarray.html#foreach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":20,"kind":2048,"name":"map","url":"interfaces/jsonarray.html#map","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"JSONArray"},{"id":21,"kind":2048,"name":"filter","url":"interfaces/jsonarray.html#filter","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"JSONArray"},{"id":22,"kind":2048,"name":"reduce","url":"interfaces/jsonarray.html#reduce","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"JSONArray"},{"id":23,"kind":2048,"name":"reduceRight","url":"interfaces/jsonarray.html#reduceright","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"JSONArray"},{"id":24,"kind":1024,"name":"Array","url":"interfaces/jsonarray.html#array","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"JSONArray"},{"id":25,"kind":2048,"name":"find","url":"interfaces/jsonarray.html#find","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"JSONArray"},{"id":26,"kind":2048,"name":"findIndex","url":"interfaces/jsonarray.html#findindex","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":27,"kind":2048,"name":"fill","url":"interfaces/jsonarray.html#fill","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":28,"kind":2048,"name":"copyWithin","url":"interfaces/jsonarray.html#copywithin","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":29,"kind":2048,"name":"__@iterator","url":"interfaces/jsonarray.html#___iterator","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":30,"kind":2048,"name":"entries","url":"interfaces/jsonarray.html#entries","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":31,"kind":2048,"name":"keys","url":"interfaces/jsonarray.html#keys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":32,"kind":2048,"name":"values","url":"interfaces/jsonarray.html#values","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":33,"kind":2048,"name":"__@unscopables","url":"interfaces/jsonarray.html#___unscopables","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":34,"kind":256,"name":"ReadonlyJSONObject","url":"interfaces/readonlyjsonobject.html","classes":"tsd-kind-interface"},{"id":35,"kind":256,"name":"ReadonlyJSONArray","url":"interfaces/readonlyjsonarray.html","classes":"tsd-kind-interface"},{"id":36,"kind":1024,"name":"length","url":"interfaces/readonlyjsonarray.html#length","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":37,"kind":2048,"name":"toString","url":"interfaces/readonlyjsonarray.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":38,"kind":2048,"name":"toLocaleString","url":"interfaces/readonlyjsonarray.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":39,"kind":2048,"name":"concat","url":"interfaces/readonlyjsonarray.html#concat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":40,"kind":2048,"name":"join","url":"interfaces/readonlyjsonarray.html#join","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":41,"kind":2048,"name":"slice","url":"interfaces/readonlyjsonarray.html#slice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":42,"kind":2048,"name":"indexOf","url":"interfaces/readonlyjsonarray.html#indexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":43,"kind":2048,"name":"lastIndexOf","url":"interfaces/readonlyjsonarray.html#lastindexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":44,"kind":2048,"name":"every","url":"interfaces/readonlyjsonarray.html#every","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":45,"kind":2048,"name":"some","url":"interfaces/readonlyjsonarray.html#some","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":46,"kind":2048,"name":"forEach","url":"interfaces/readonlyjsonarray.html#foreach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":47,"kind":2048,"name":"map","url":"interfaces/readonlyjsonarray.html#map","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":48,"kind":2048,"name":"filter","url":"interfaces/readonlyjsonarray.html#filter","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":49,"kind":2048,"name":"reduce","url":"interfaces/readonlyjsonarray.html#reduce","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":50,"kind":2048,"name":"reduceRight","url":"interfaces/readonlyjsonarray.html#reduceright","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":51,"kind":2048,"name":"find","url":"interfaces/readonlyjsonarray.html#find","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":52,"kind":2048,"name":"findIndex","url":"interfaces/readonlyjsonarray.html#findindex","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":53,"kind":2048,"name":"__@iterator","url":"interfaces/readonlyjsonarray.html#___iterator","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":54,"kind":2048,"name":"entries","url":"interfaces/readonlyjsonarray.html#entries","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":55,"kind":2048,"name":"keys","url":"interfaces/readonlyjsonarray.html#keys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":56,"kind":2048,"name":"values","url":"interfaces/readonlyjsonarray.html#values","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":57,"kind":4194304,"name":"JSONPrimitive","url":"globals.html#jsonprimitive","classes":"tsd-kind-type-alias"},{"id":58,"kind":4194304,"name":"JSONValue","url":"globals.html#jsonvalue","classes":"tsd-kind-type-alias"},{"id":59,"kind":4194304,"name":"ReadonlyJSONValue","url":"globals.html#readonlyjsonvalue","classes":"tsd-kind-type-alias"},{"id":60,"kind":2,"name":"JSONExt","url":"modules/jsonext.html","classes":"tsd-kind-module"},{"id":61,"kind":32,"name":"emptyObject","url":"modules/jsonext.html#emptyobject","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"JSONExt"},{"id":62,"kind":32,"name":"emptyArray","url":"modules/jsonext.html#emptyarray","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"JSONExt"},{"id":63,"kind":64,"name":"isPrimitive","url":"modules/jsonext.html#isprimitive","classes":"tsd-kind-function tsd-parent-kind-module","parent":"JSONExt"},{"id":64,"kind":64,"name":"isArray","url":"modules/jsonext.html#isarray","classes":"tsd-kind-function tsd-parent-kind-module","parent":"JSONExt"},{"id":65,"kind":64,"name":"isObject","url":"modules/jsonext.html#isobject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"JSONExt"},{"id":66,"kind":64,"name":"deepEqual","url":"modules/jsonext.html#deepequal","classes":"tsd-kind-function tsd-parent-kind-module","parent":"JSONExt"},{"id":67,"kind":64,"name":"deepCopy","url":"modules/jsonext.html#deepcopy","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"JSONExt"},{"id":68,"kind":128,"name":"MimeData","url":"classes/mimedata.html","classes":"tsd-kind-class"},{"id":69,"kind":2048,"name":"types","url":"classes/mimedata.html#types","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":70,"kind":2048,"name":"hasData","url":"classes/mimedata.html#hasdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":71,"kind":2048,"name":"getData","url":"classes/mimedata.html#getdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":72,"kind":2048,"name":"setData","url":"classes/mimedata.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":73,"kind":2048,"name":"clearData","url":"classes/mimedata.html#cleardata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":74,"kind":2048,"name":"clear","url":"classes/mimedata.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":75,"kind":1024,"name":"_types","url":"classes/mimedata.html#_types","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MimeData"},{"id":76,"kind":1024,"name":"_values","url":"classes/mimedata.html#_values","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MimeData"},{"id":77,"kind":128,"name":"PromiseDelegate","url":"classes/promisedelegate.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":78,"kind":512,"name":"constructor","url":"classes/promisedelegate.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"PromiseDelegate"},{"id":79,"kind":1024,"name":"promise","url":"classes/promisedelegate.html#promise","classes":"tsd-kind-property tsd-parent-kind-class","parent":"PromiseDelegate"},{"id":80,"kind":2048,"name":"resolve","url":"classes/promisedelegate.html#resolve","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PromiseDelegate"},{"id":81,"kind":2048,"name":"reject","url":"classes/promisedelegate.html#reject","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PromiseDelegate"},{"id":82,"kind":1024,"name":"_resolve","url":"classes/promisedelegate.html#_resolve","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PromiseDelegate"},{"id":83,"kind":65536,"name":"__type","url":"classes/promisedelegate.html#_resolve.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"PromiseDelegate._resolve"},{"id":84,"kind":1024,"name":"_reject","url":"classes/promisedelegate.html#_reject","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PromiseDelegate"},{"id":85,"kind":65536,"name":"__type","url":"classes/promisedelegate.html#_reject.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"PromiseDelegate._reject"},{"id":86,"kind":2,"name":"Random","url":"modules/random.html","classes":"tsd-kind-module"},{"id":87,"kind":32,"name":"getRandomValues","url":"modules/random.html#getrandomvalues","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"Random"},{"id":88,"kind":128,"name":"Token","url":"classes/token.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":89,"kind":512,"name":"constructor","url":"classes/token.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Token"},{"id":90,"kind":1024,"name":"name","url":"classes/token.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Token"},{"id":91,"kind":1024,"name":"_tokenStructuralPropertyT","url":"classes/token.html#_tokenstructuralpropertyt","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"Token"},{"id":92,"kind":2,"name":"UUID","url":"modules/uuid.html","classes":"tsd-kind-module"},{"id":93,"kind":32,"name":"uuid4","url":"modules/uuid.html#uuid4","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"UUID"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"2":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"JSONObject","url":"interfaces/jsonobject.html","classes":"tsd-kind-interface"},{"id":1,"kind":256,"name":"JSONArray","url":"interfaces/jsonarray.html","classes":"tsd-kind-interface"},{"id":2,"kind":1024,"name":"length","url":"interfaces/jsonarray.html#length","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":3,"kind":2048,"name":"toString","url":"interfaces/jsonarray.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":4,"kind":2048,"name":"toLocaleString","url":"interfaces/jsonarray.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":5,"kind":2048,"name":"pop","url":"interfaces/jsonarray.html#pop","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":6,"kind":2048,"name":"push","url":"interfaces/jsonarray.html#push","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":7,"kind":2048,"name":"concat","url":"interfaces/jsonarray.html#concat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":8,"kind":2048,"name":"join","url":"interfaces/jsonarray.html#join","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":9,"kind":2048,"name":"reverse","url":"interfaces/jsonarray.html#reverse","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":10,"kind":2048,"name":"shift","url":"interfaces/jsonarray.html#shift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":11,"kind":2048,"name":"slice","url":"interfaces/jsonarray.html#slice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":12,"kind":2048,"name":"sort","url":"interfaces/jsonarray.html#sort","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":13,"kind":2048,"name":"splice","url":"interfaces/jsonarray.html#splice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":14,"kind":2048,"name":"unshift","url":"interfaces/jsonarray.html#unshift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":15,"kind":2048,"name":"indexOf","url":"interfaces/jsonarray.html#indexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":16,"kind":2048,"name":"lastIndexOf","url":"interfaces/jsonarray.html#lastindexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":17,"kind":2048,"name":"every","url":"interfaces/jsonarray.html#every","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":18,"kind":2048,"name":"some","url":"interfaces/jsonarray.html#some","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":19,"kind":2048,"name":"forEach","url":"interfaces/jsonarray.html#foreach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"JSONArray"},{"id":20,"kind":2048,"name":"map","url":"interfaces/jsonarray.html#map","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"JSONArray"},{"id":21,"kind":2048,"name":"filter","url":"interfaces/jsonarray.html#filter","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"JSONArray"},{"id":22,"kind":2048,"name":"reduce","url":"interfaces/jsonarray.html#reduce","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"JSONArray"},{"id":23,"kind":2048,"name":"reduceRight","url":"interfaces/jsonarray.html#reduceright","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"JSONArray"},{"id":24,"kind":1024,"name":"Array","url":"interfaces/jsonarray.html#array","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"JSONArray"},{"id":25,"kind":256,"name":"ReadonlyJSONObject","url":"interfaces/readonlyjsonobject.html","classes":"tsd-kind-interface"},{"id":26,"kind":256,"name":"ReadonlyJSONArray","url":"interfaces/readonlyjsonarray.html","classes":"tsd-kind-interface"},{"id":27,"kind":1024,"name":"length","url":"interfaces/readonlyjsonarray.html#length","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":28,"kind":2048,"name":"toString","url":"interfaces/readonlyjsonarray.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":29,"kind":2048,"name":"toLocaleString","url":"interfaces/readonlyjsonarray.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":30,"kind":2048,"name":"concat","url":"interfaces/readonlyjsonarray.html#concat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":31,"kind":2048,"name":"join","url":"interfaces/readonlyjsonarray.html#join","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":32,"kind":2048,"name":"slice","url":"interfaces/readonlyjsonarray.html#slice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":33,"kind":2048,"name":"indexOf","url":"interfaces/readonlyjsonarray.html#indexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":34,"kind":2048,"name":"lastIndexOf","url":"interfaces/readonlyjsonarray.html#lastindexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":35,"kind":2048,"name":"every","url":"interfaces/readonlyjsonarray.html#every","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":36,"kind":2048,"name":"some","url":"interfaces/readonlyjsonarray.html#some","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":37,"kind":2048,"name":"forEach","url":"interfaces/readonlyjsonarray.html#foreach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":38,"kind":2048,"name":"map","url":"interfaces/readonlyjsonarray.html#map","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":39,"kind":2048,"name":"filter","url":"interfaces/readonlyjsonarray.html#filter","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":40,"kind":2048,"name":"reduce","url":"interfaces/readonlyjsonarray.html#reduce","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":41,"kind":2048,"name":"reduceRight","url":"interfaces/readonlyjsonarray.html#reduceright","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"ReadonlyJSONArray"},{"id":42,"kind":4194304,"name":"JSONPrimitive","url":"globals.html#jsonprimitive","classes":"tsd-kind-type-alias"},{"id":43,"kind":4194304,"name":"JSONValue","url":"globals.html#jsonvalue","classes":"tsd-kind-type-alias"},{"id":44,"kind":4194304,"name":"ReadonlyJSONValue","url":"globals.html#readonlyjsonvalue","classes":"tsd-kind-type-alias"},{"id":45,"kind":2,"name":"JSONExt","url":"modules/jsonext.html","classes":"tsd-kind-module"},{"id":46,"kind":32,"name":"emptyObject","url":"modules/jsonext.html#emptyobject","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"JSONExt"},{"id":47,"kind":32,"name":"emptyArray","url":"modules/jsonext.html#emptyarray","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"JSONExt"},{"id":48,"kind":64,"name":"isPrimitive","url":"modules/jsonext.html#isprimitive","classes":"tsd-kind-function tsd-parent-kind-module","parent":"JSONExt"},{"id":49,"kind":64,"name":"isArray","url":"modules/jsonext.html#isarray","classes":"tsd-kind-function tsd-parent-kind-module","parent":"JSONExt"},{"id":50,"kind":64,"name":"isObject","url":"modules/jsonext.html#isobject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"JSONExt"},{"id":51,"kind":64,"name":"deepEqual","url":"modules/jsonext.html#deepequal","classes":"tsd-kind-function tsd-parent-kind-module","parent":"JSONExt"},{"id":52,"kind":64,"name":"deepCopy","url":"modules/jsonext.html#deepcopy","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"JSONExt"},{"id":53,"kind":128,"name":"MimeData","url":"classes/mimedata.html","classes":"tsd-kind-class"},{"id":54,"kind":2048,"name":"types","url":"classes/mimedata.html#types","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":55,"kind":2048,"name":"hasData","url":"classes/mimedata.html#hasdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":56,"kind":2048,"name":"getData","url":"classes/mimedata.html#getdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":57,"kind":2048,"name":"setData","url":"classes/mimedata.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":58,"kind":2048,"name":"clearData","url":"classes/mimedata.html#cleardata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":59,"kind":2048,"name":"clear","url":"classes/mimedata.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MimeData"},{"id":60,"kind":1024,"name":"_types","url":"classes/mimedata.html#_types","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MimeData"},{"id":61,"kind":1024,"name":"_values","url":"classes/mimedata.html#_values","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MimeData"},{"id":62,"kind":128,"name":"PromiseDelegate","url":"classes/promisedelegate.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":63,"kind":512,"name":"constructor","url":"classes/promisedelegate.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"PromiseDelegate"},{"id":64,"kind":1024,"name":"promise","url":"classes/promisedelegate.html#promise","classes":"tsd-kind-property tsd-parent-kind-class","parent":"PromiseDelegate"},{"id":65,"kind":2048,"name":"resolve","url":"classes/promisedelegate.html#resolve","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PromiseDelegate"},{"id":66,"kind":2048,"name":"reject","url":"classes/promisedelegate.html#reject","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PromiseDelegate"},{"id":67,"kind":1024,"name":"_resolve","url":"classes/promisedelegate.html#_resolve","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PromiseDelegate"},{"id":68,"kind":65536,"name":"__type","url":"classes/promisedelegate.html#_resolve.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"PromiseDelegate._resolve"},{"id":69,"kind":1024,"name":"_reject","url":"classes/promisedelegate.html#_reject","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PromiseDelegate"},{"id":70,"kind":65536,"name":"__type","url":"classes/promisedelegate.html#_reject.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"PromiseDelegate._reject"},{"id":71,"kind":2,"name":"Random","url":"modules/random.html","classes":"tsd-kind-module"},{"id":72,"kind":32,"name":"getRandomValues","url":"modules/random.html#getrandomvalues","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"Random"},{"id":73,"kind":128,"name":"Token","url":"classes/token.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":74,"kind":512,"name":"constructor","url":"classes/token.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Token"},{"id":75,"kind":1024,"name":"name","url":"classes/token.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Token"},{"id":76,"kind":1024,"name":"_tokenStructuralPropertyT","url":"classes/token.html#_tokenstructuralpropertyt","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"Token"},{"id":77,"kind":2,"name":"UUID","url":"modules/uuid.html","classes":"tsd-kind-module"},{"id":78,"kind":32,"name":"uuid4","url":"modules/uuid.html#uuid4","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"UUID"}]}; \ No newline at end of file diff --git a/docs/api/coreutils/classes/mimedata.html b/docs/api/coreutils/classes/mimedata.html index 421f2624b..590356353 100644 --- a/docs/api/coreutils/classes/mimedata.html +++ b/docs/api/coreutils/classes/mimedata.html @@ -117,7 +117,7 @@

        Private _types

        _types: string[] = []

      • @@ -127,7 +127,7 @@

        Private _values

        _values: any[] = []
        @@ -144,7 +144,7 @@

        clear

      • @@ -166,7 +166,7 @@

        clearData

      • @@ -199,7 +199,7 @@

        getData

      • @@ -235,7 +235,7 @@

        hasData

      • @@ -268,7 +268,7 @@

        setData

      • @@ -307,7 +307,7 @@

        types

      • diff --git a/docs/api/coreutils/classes/promisedelegate.html b/docs/api/coreutils/classes/promisedelegate.html index 12ef4d2d2..25137fb3a 100644 --- a/docs/api/coreutils/classes/promisedelegate.html +++ b/docs/api/coreutils/classes/promisedelegate.html @@ -130,7 +130,7 @@

        constructor

      • @@ -151,7 +151,7 @@

        Private _reject

        _reject: function
        @@ -182,7 +182,7 @@

        Private _resolve

        _resolve: function
        @@ -213,7 +213,7 @@

        promise

        promise: Promise<T>
        @@ -235,7 +235,7 @@

        reject

      • @@ -270,7 +270,7 @@

        resolve

      • diff --git a/docs/api/coreutils/classes/token.html b/docs/api/coreutils/classes/token.html index b9127a875..6a4ac68d5 100644 --- a/docs/api/coreutils/classes/token.html +++ b/docs/api/coreutils/classes/token.html @@ -122,7 +122,7 @@

        constructor

      • @@ -154,7 +154,7 @@

        Private _tokenStructural_tokenStructuralPropertyT: T

        @@ -164,7 +164,7 @@

        name

        name: string
        diff --git a/docs/api/coreutils/globals.html b/docs/api/coreutils/globals.html index 6569403e0..f14a470ee 100644 --- a/docs/api/coreutils/globals.html +++ b/docs/api/coreutils/globals.html @@ -109,7 +109,7 @@

        JSONPrimitive

        JSONPrimitive: boolean | number | string | null
        @@ -124,7 +124,7 @@

        JSONValue

        @@ -139,7 +139,7 @@

        ReadonlyJSONValue

        diff --git a/docs/api/coreutils/interfaces/jsonarray.html b/docs/api/coreutils/interfaces/jsonarray.html index b0373551e..b420f3bbd 100644 --- a/docs/api/coreutils/interfaces/jsonarray.html +++ b/docs/api/coreutils/interfaces/jsonarray.html @@ -107,20 +107,12 @@

        Properties

        Methods

        @@ -150,7 +141,7 @@

        Array

        Array: ArrayConstructor
        @@ -161,7 +152,7 @@

        length

        @@ -173,55 +164,6 @@

        length

        Methods

        -
        - -

        __@iterator

        -
          -
        • __@iterator(): IterableIterator<JSONValue>
        • -
        -
          -
        • - -
          -
          -

          Iterator

          -
          -
          -

          Returns IterableIterator<JSONValue>

          -
        • -
        -
        -
        - -

        __@unscopables

        -
          -
        • __@unscopables(): object
        • -
        -
          -
        • - -
          -
          -

          Returns an object whose properties have the value 'true' - when they will be absent when used in a 'with' statement.

          -
          -
          -

          Returns object

          -
            -
          -
        • -
        -

        concat

        @@ -234,7 +176,7 @@

        concat

      -
      - -

      copyWithin

      -
        -
      • copyWithin(target: number, start: number, end?: number): this
      • -
      -
        -
      • - -
        -
        -

        Returns the this object after copying a section of the array identified by start and end - to the same array starting at position target

        -
        -
        -

        Parameters

        -
          -
        • -
          target: number
          -
          -

          If target is negative, it is treated as length+target where length is the - length of the array.

          -
          -
        • -
        • -
          start: number
          -
          -

          If start is negative, it is treated as length+start. If end is negative, it - is treated as length+end.

          -
          -
        • -
        • -
          Optional end: number
          -
          -

          If not specified, length of the this object is used as its default value.

          -
          -
        • -
        -

        Returns this

        -
      • -
      -
      -
      - -

      entries

      -
        -
      • entries(): IterableIterator<[number, JSONValue]>
      • -
      -
        -
      • - -
        -
        -

        Returns an iterable of key, value pairs for every entry in the array

        -
        -
        -

        Returns IterableIterator<[number, JSONValue]>

        -
      • -
      -

      every

      @@ -359,7 +231,7 @@

      every

      @@ -410,52 +282,6 @@

      Returns boolean

    -
    - -

    fill

    -
      -
    • fill(value: JSONValue, start?: number, end?: number): this
    • -
    -
      -
    • - -
      -
      -

      Returns the this object after filling the section identified by start and end with value

      -
      -
      -

      Parameters

      -
        -
      • -
        value: JSONValue
        -
        -

        value to fill array section with

        -
        -
      • -
      • -
        Optional start: number
        -
        -

        index to start filling the array at. If start is negative, it is treated as - length+start where length is the length of the array.

        -
        -
      • -
      • -
        Optional end: number
        -
        -

        index to stop filling the array at. If end is negative, it is treated as - length+end.

        -
        -
      • -
      -

      Returns this

      -
    • -
    -

    filter

    @@ -468,7 +294,7 @@

    filter

    @@ -527,7 +353,7 @@

    Returns S<
    @@ -578,196 +404,6 @@

    Returns

    -
    - -

    find

    -
      -
    • find<S>(predicate: function, thisArg?: any): S | undefined
    • -
    • find(predicate: function, thisArg?: any): JSONValue | undefined
    • -
    -
      -
    • - -
      -
      -

      Returns the value of the first element in the array where predicate is true, and undefined - otherwise.

      -
      -
      -

      Type parameters

      - -

      Parameters

      -
        -
      • -
        predicate: function
        -
        -

        find calls predicate once for each element of the array, in ascending - order, until it finds one where predicate returns true. If such an element is found, find - immediately returns that element value. Otherwise, find returns undefined.

        -
        -
          -
        • - -
            -
          • -

            Parameters

            - -

            Returns boolean

            -
          • -
          -
        • -
        -
      • -
      • -
        Optional thisArg: any
        -
        -

        If provided, it will be used as the this value for each invocation of - predicate. If it is not provided, undefined is used instead.

        -
        -
      • -
      -

      Returns S - | - undefined -

      -
    • -
    • - -

      Parameters

      -
        -
      • -
        predicate: function
        -
          -
        • - -
            -
          • -

            Parameters

            - -

            Returns boolean

            -
          • -
          -
        • -
        -
      • -
      • -
        Optional thisArg: any
        -
      • -
      -

      Returns JSONValue - | - undefined -

      -
    • -
    -
    -
    - -

    findIndex

    -
      -
    • findIndex(predicate: function, thisArg?: any): number
    • -
    -
      -
    • - -
      -
      -

      Returns the index of the first element in the array where predicate is true, and -1 - otherwise.

      -
      -
      -

      Parameters

      -
        -
      • -
        predicate: function
        -
        -

        find calls predicate once for each element of the array, in ascending - order, until it finds one where predicate returns true. If such an element is found, - findIndex immediately returns that element index. Otherwise, findIndex returns -1.

        -
        -
          -
        • - -
            -
          • -

            Parameters

            - -

            Returns boolean

            -
          • -
          -
        • -
        -
      • -
      • -
        Optional thisArg: any
        -
        -

        If provided, it will be used as the this value for each invocation of - predicate. If it is not provided, undefined is used instead.

        -
        -
      • -
      -

      Returns number

      -
    • -
    -

    forEach

    @@ -779,7 +415,7 @@

    forEach

    @@ -834,14 +470,14 @@

    Returns void

    indexOf

      -
    • indexOf(searchElement: JSONValue, fromIndex?: number): number
    • +
    • indexOf(searchElement: JSONValue, fromIndex?: undefined | number): number

    -
    - -

    keys

    -
      -
    • keys(): IterableIterator<number>
    • -
    -
      -
    • - -
      -
      -

      Returns an iterable of keys in the array

      -
      -
      -

      Returns IterableIterator<number>

      -
    • -
    -

    lastIndexOf

      -
    • lastIndexOf(searchElement: JSONValue, fromIndex?: number): number
    • +
    • lastIndexOf(searchElement: JSONValue, fromIndex?: undefined | number): number
    -
    - -

    values

    - -
      -
    • - -
      -
      -

      Returns an iterable of values in the array

      -
      -
      -

      Returns IterableIterator<JSONValue>

      -
    • -
    -
  • diff --git a/docs/api/coreutils/interfaces/readonlyjsonarray.html b/docs/api/coreutils/interfaces/readonlyjsonarray.html index 52b921330..9fa6023e7 100644 --- a/docs/api/coreutils/interfaces/readonlyjsonarray.html +++ b/docs/api/coreutils/interfaces/readonlyjsonarray.html @@ -106,17 +106,12 @@

    Properties

    Methods

    @@ -140,7 +134,7 @@

    length

    @@ -152,29 +146,6 @@

    length

    Methods

    -
    - -

    __@iterator

    - -
      -
    • - -
      -
      -

      Iterator of values in the array.

      -
      -
      -

      Returns IterableIterator<ReadonlyJSONValue>

      -
    • -
    -

    concat

    @@ -187,7 +158,7 @@

    concat

    @@ -210,7 +181,7 @@

    Returns

    Inherited from ReadonlyArray.concat

      -
    • Defined in /Users/ssilvester/workspace/phosphor/node_modules/typescript/lib/lib.es5.d.ts:1038
    • +
    • Defined in C:/Source/phosphor/node_modules/typescript/lib/lib.es5.d.ts:1038
    @@ -231,29 +202,6 @@

    Returns - -

    entries

    - -
      -
    • - -
      -
      -

      Returns an iterable of key, value pairs for every entry in the array

      -
      -
      -

      Returns IterableIterator<[number, ReadonlyJSONValue]>

      -
    • -
    -

    every

    @@ -265,7 +213,7 @@

    every

    @@ -328,7 +276,7 @@

    filter

    @@ -387,7 +335,7 @@

    Returns S<
    @@ -438,196 +386,6 @@

    Returns - -

    find

    -
      -
    • find<S>(predicate: function, thisArg?: any): S | undefined
    • -
    • find(predicate: function, thisArg?: any): ReadonlyJSONValue | undefined
    • -
    -
      -
    • - -
      -
      -

      Returns the value of the first element in the array where predicate is true, and undefined - otherwise.

      -
      -
      -

      Type parameters

      - -

      Parameters

      -
        -
      • -
        predicate: function
        -
        -

        find calls predicate once for each element of the array, in ascending - order, until it finds one where predicate returns true. If such an element is found, find - immediately returns that element value. Otherwise, find returns undefined.

        -
        - -
      • -
      • -
        Optional thisArg: any
        -
        -

        If provided, it will be used as the this value for each invocation of - predicate. If it is not provided, undefined is used instead.

        -
        -
      • -
      -

      Returns S - | - undefined -

      -
    • -
    • - -

      Parameters

      - -

      Returns ReadonlyJSONValue - | - undefined -

      -
    • -
    -

    -
    - -

    findIndex

    -
      -
    • findIndex(predicate: function, thisArg?: any): number
    • -
    -
      -
    • - -
      -
      -

      Returns the index of the first element in the array where predicate is true, and -1 - otherwise.

      -
      -
      -

      Parameters

      -
        -
      • -
        predicate: function
        -
        -

        find calls predicate once for each element of the array, in ascending - order, until it finds one where predicate returns true. If such an element is found, - findIndex immediately returns that element index. Otherwise, findIndex returns -1.

        -
        - -
      • -
      • -
        Optional thisArg: any
        -
        -

        If provided, it will be used as the this value for each invocation of - predicate. If it is not provided, undefined is used instead.

        -
        -
      • -
      -

      Returns number

      -
    • -
    -

    forEach

    @@ -639,7 +397,7 @@

    forEach

    @@ -694,14 +452,14 @@

    Returns void

    indexOf

    • @@ -718,7 +476,7 @@
      searchElement: Optional fromIndex: number
      +
      Optional fromIndex: undefined | number

      The array index at which to begin the search. If fromIndex is omitted, the search starts at index 0.

      @@ -732,14 +490,14 @@

      Returns number

      join

        -
      • join(separator?: string): string
      • +
      • join(separator?: undefined | string): string
      • @@ -750,7 +508,7 @@

        join

        Parameters

        • -
          Optional separator: string
          +
          Optional separator: undefined | string

          A string used to separate one element of an array from the next in the resulting String. If omitted, the array elements are separated with a comma.

          @@ -760,41 +518,18 @@

          Returns string

    -
    - -

    keys

    -
      -
    • keys(): IterableIterator<number>
    • -
    -
      -
    • - -
      -
      -

      Returns an iterable of keys in the array

      -
      -
      -

      Returns IterableIterator<number>

      -
    • -
    -

    lastIndexOf

    -
    - -

    values

    - -
      -
    • - -
      -
      -

      Returns an iterable of values in the array

      -
      -
      -

      Returns IterableIterator<ReadonlyJSONValue>

      -
    • -
    -