@genesislcap/foundation-comms 14.301.0 → 14.302.1-alpha-d11831b.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/auth/loginDTOMapper.d.ts.map +1 -1
- package/dist/dts/connect/message.d.ts.map +1 -1
- package/dist/dts/connect/reconnectStrategy.d.ts.map +1 -1
- package/dist/dts/connect/socket.d.ts.map +1 -1
- package/dist/dts/connect/ticker.d.ts +1 -1
- package/dist/dts/connect/ticker.d.ts.map +1 -1
- package/dist/dts/connect/updateState.d.ts.map +1 -1
- package/dist/dts/credentialManager/credentialManager.types.d.ts +0 -1
- package/dist/dts/credentialManager/credentialManager.types.d.ts.map +1 -1
- package/dist/dts/datasource/datasource.mixins.d.ts +259 -218
- package/dist/dts/datasource/datasource.mixins.d.ts.map +1 -1
- package/dist/dts/datasource/entityDatasource.d.ts.map +1 -1
- package/dist/dts/metadata/metadata.utils.d.ts.map +1 -1
- package/dist/dts/networkMonitor/service.d.ts.map +1 -1
- package/dist/dts/testing/mocks/auth/auth.d.ts +1 -2
- package/dist/dts/testing/mocks/auth/auth.d.ts.map +1 -1
- package/dist/dts/testing/mocks/connect/socket.d.ts +1 -1
- package/dist/dts/testing/mocks/connect/socket.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/esm/auth/auth.js +2 -2
- package/dist/esm/connect/connect.js +8 -8
- package/dist/esm/connect/http.connect.js +8 -7
- package/dist/esm/connect/socket.js +16 -19
- package/dist/esm/connect/ticker.js +8 -6
- package/dist/esm/credentialManager/credentialManager.js +2 -2
- package/dist/esm/datasource/datasource.js +7 -7
- package/dist/esm/networkMonitor/config.js +1 -2
- package/dist/esm/resources/genesis/genesis.js +1 -1
- package/dist/esm/storage/kv/kv.service.js +3 -3
- package/dist/foundation-comms.api.json +3341 -626
- package/dist/foundation-comms.d.ts +261 -222
- package/docs/api/foundation-comms.auth.login.md +33 -3
- package/docs/api/foundation-comms.auth.md +128 -10
- package/docs/api/foundation-comms.autherror._constructor_.md +63 -5
- package/docs/api/foundation-comms.autherror.haserrorcode.md +31 -3
- package/docs/api/foundation-comms.autherror.md +178 -15
- package/docs/api/foundation-comms.authtype.md +73 -6
- package/docs/api/foundation-comms.connect.commitevent.md +47 -4
- package/docs/api/foundation-comms.connect.connect.md +33 -3
- package/docs/api/foundation-comms.connect.datalogoff.md +33 -3
- package/docs/api/foundation-comms.connect.getavailableresources.md +33 -3
- package/docs/api/foundation-comms.connect.getjsonschema.md +33 -3
- package/docs/api/foundation-comms.connect.getmetadata.md +49 -4
- package/docs/api/foundation-comms.connect.getmorecolumns.md +33 -3
- package/docs/api/foundation-comms.connect.getmorerows.md +49 -4
- package/docs/api/foundation-comms.connect.md +287 -22
- package/docs/api/foundation-comms.connect.request.md +49 -4
- package/docs/api/foundation-comms.connect.snapshot.md +49 -4
- package/docs/api/foundation-comms.connect.stream.md +81 -6
- package/docs/api/foundation-comms.connect.streamstate.md +97 -7
- package/docs/api/foundation-comms.connect.streamwithoutautoteardown.md +112 -0
- package/docs/api/foundation-comms.connectconfig.md +79 -5
- package/docs/api/foundation-comms.connectevents.addcommitlistener.md +33 -3
- package/docs/api/foundation-comms.connectevents.addcommitresponselistener.md +33 -3
- package/docs/api/foundation-comms.connectevents.addmetadatalistener.md +33 -3
- package/docs/api/foundation-comms.connectevents.addstreamlistener.md +65 -5
- package/docs/api/foundation-comms.connectevents.md +56 -6
- package/docs/api/foundation-comms.connecteventsemitter.md +78 -8
- package/docs/api/foundation-comms.connecteventsemitter.oncommitevent.md +49 -4
- package/docs/api/foundation-comms.connecteventsemitter.oncommitresponseevent.md +49 -4
- package/docs/api/foundation-comms.connecteventsemitter.onmetadataevent.md +65 -5
- package/docs/api/foundation-comms.connecteventsemitter.onstreamcompleteevent.md +49 -4
- package/docs/api/foundation-comms.connecteventsemitter.onstreamerrorevent.md +65 -5
- package/docs/api/foundation-comms.connecteventsemitter.onstreamevent.md +81 -6
- package/docs/api/foundation-comms.credentialmanager.createbasiccredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.createrefreshcredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.createssocredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.getcredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.getcredentialsfromcontainer.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.md +287 -27
- package/docs/api/foundation-comms.credentialmanager.normaliselegacycredentialdata.md +49 -4
- package/docs/api/foundation-comms.credentialmanager.storecredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.storecredentialsincontainer.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.storecredentialsincookie.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.validatebasiccredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.validaterefreshcredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.validatessocredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.validateusercredentialdata.md +49 -4
- package/docs/api/foundation-comms.credentialmanagerconfig.md +39 -3
- package/docs/api/foundation-comms.credentialmanagercookieconfig.md +92 -6
- package/docs/api/foundation-comms.criteriafilterstofields.md +33 -3
- package/docs/api/foundation-comms.dataserverresultfilter.md +49 -4
- package/docs/api/foundation-comms.datasource.addview.md +33 -3
- package/docs/api/foundation-comms.datasource.clearfilter.md +33 -3
- package/docs/api/foundation-comms.datasource.createitem.md +33 -3
- package/docs/api/foundation-comms.datasource.datahandler.md +33 -3
- package/docs/api/foundation-comms.datasource.deleteitem.md +33 -3
- package/docs/api/foundation-comms.datasource.dropview.md +33 -3
- package/docs/api/foundation-comms.datasource.getmetadata.md +33 -3
- package/docs/api/foundation-comms.datasource.init.md +65 -5
- package/docs/api/foundation-comms.datasource.md +304 -25
- package/docs/api/foundation-comms.datasource.setfilter.md +65 -5
- package/docs/api/foundation-comms.datasource.snapshot.md +33 -3
- package/docs/api/foundation-comms.datasource.snapshotfiltered.md +33 -3
- package/docs/api/foundation-comms.datasource.updatedata.md +33 -3
- package/docs/api/foundation-comms.datasource.updateitem.md +49 -4
- package/docs/api/foundation-comms.datasource.validresourcename.md +31 -3
- package/docs/api/foundation-comms.datasourceconfig.criteriatofields.md +31 -3
- package/docs/api/foundation-comms.datasourceconfig.dataserverresultfilter.md +47 -4
- package/docs/api/foundation-comms.datasourceconfig.md +88 -8
- package/docs/api/foundation-comms.datasourcedefaults.md +148 -8
- package/docs/api/foundation-comms.datasourceeventhandler.md +300 -219
- package/docs/api/foundation-comms.datasourcemetadata.md +151 -9
- package/docs/api/foundation-comms.datasourceoptions.md +307 -17
- package/docs/api/foundation-comms.dataupdate.md +79 -5
- package/docs/api/foundation-comms.dataview.md +98 -6
- package/docs/api/foundation-comms.defaultauth._constructor_.md +87 -7
- package/docs/api/foundation-comms.defaultauth.login.md +31 -3
- package/docs/api/foundation-comms.defaultauth.md +195 -15
- package/docs/api/foundation-comms.defaultconnect._constructor_.md +87 -7
- package/docs/api/foundation-comms.defaultconnect.commitevent.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.connect.md +33 -3
- package/docs/api/foundation-comms.defaultconnect.datalogoff.md +31 -3
- package/docs/api/foundation-comms.defaultconnect.getavailableresources.md +33 -3
- package/docs/api/foundation-comms.defaultconnect.getjsonschema.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.getmetadata.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.getmorecolumns.md +31 -3
- package/docs/api/foundation-comms.defaultconnect.getmorerows.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.md +384 -30
- package/docs/api/foundation-comms.defaultconnect.request.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.send.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.setvalidsession.md +31 -3
- package/docs/api/foundation-comms.defaultconnect.snapshot.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.stream.md +75 -6
- package/docs/api/foundation-comms.defaultconnect.streamstate.md +95 -7
- package/docs/api/foundation-comms.defaultconnect.streamwithoutautoteardown.md +75 -6
- package/docs/api/foundation-comms.defaultconnectevents.addcommitlistener.md +33 -3
- package/docs/api/foundation-comms.defaultconnectevents.addcommitresponselistener.md +33 -3
- package/docs/api/foundation-comms.defaultconnectevents.addmetadatalistener.md +33 -3
- package/docs/api/foundation-comms.defaultconnectevents.addstreamlistener.md +65 -5
- package/docs/api/foundation-comms.defaultconnectevents.md +157 -12
- package/docs/api/foundation-comms.defaultconnectevents.oncommitevent.md +47 -4
- package/docs/api/foundation-comms.defaultconnectevents.oncommitresponseevent.md +49 -4
- package/docs/api/foundation-comms.defaultconnectevents.onmetadataevent.md +65 -5
- package/docs/api/foundation-comms.defaultconnectevents.onstreamcompleteevent.md +49 -4
- package/docs/api/foundation-comms.defaultconnectevents.onstreamerrorevent.md +65 -5
- package/docs/api/foundation-comms.defaultconnectevents.onstreamevent.md +81 -6
- package/docs/api/foundation-comms.defaultcredentialmanager._constructor_.md +47 -4
- package/docs/api/foundation-comms.defaultcredentialmanager.createbasiccredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.createrefreshcredentials.md +33 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.createssocredentials.md +33 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.getcredentials.md +33 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.getcredentialsfromcontainer.md +33 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.md +348 -30
- package/docs/api/foundation-comms.defaultcredentialmanager.normaliselegacycredentialdata.md +49 -4
- package/docs/api/foundation-comms.defaultcredentialmanager.storecredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincontainer.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincookie.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.validatebasiccredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.validaterefreshcredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.validatessocredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.validateusercredentialdata.md +47 -4
- package/docs/api/foundation-comms.defaultdatasource._constructor_.md +87 -7
- package/docs/api/foundation-comms.defaultdatasource.fetchandapplymetadata.md +31 -3
- package/docs/api/foundation-comms.defaultdatasource.init.md +63 -5
- package/docs/api/foundation-comms.defaultdatasource.md +488 -32
- package/docs/api/foundation-comms.defaultdatasource.snapshot.md +33 -3
- package/docs/api/foundation-comms.defaultdatasource.snapshotfiltered.md +33 -3
- package/docs/api/foundation-comms.defaultdatasource.validresourcename.md +31 -3
- package/docs/api/foundation-comms.defaultentitydatasource._initialized.md +15 -0
- package/docs/api/foundation-comms.defaultentitydatasource.cache.md +19 -0
- package/docs/api/foundation-comms.defaultentitydatasource.disconnect.md +19 -0
- package/docs/api/foundation-comms.defaultentitydatasource.entitycache.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.entitymap.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.initialize.md +19 -0
- package/docs/api/foundation-comms.defaultentitydatasource.initialized.md +16 -0
- package/docs/api/foundation-comms.defaultentitydatasource.isempty.md +19 -0
- package/docs/api/foundation-comms.defaultentitydatasource.mapper.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.md +312 -0
- package/docs/api/foundation-comms.defaultentitydatasource.rowid.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.sourceref.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.subscription.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.subscriptionloggedoff.md +14 -0
- package/docs/api/foundation-comms.defaultfoundationanalytics._constructor_.md +31 -3
- package/docs/api/foundation-comms.defaultfoundationanalytics.md +74 -7
- package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent.md +45 -4
- package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent_1.md +45 -4
- package/docs/api/foundation-comms.defaultgenesisresources._constructor_.md +45 -4
- package/docs/api/foundation-comms.defaultgenesisresources.getresourcetypefor.md +33 -3
- package/docs/api/foundation-comms.defaultgenesisresources.isvalidresource.md +33 -3
- package/docs/api/foundation-comms.defaultgenesisresources.md +230 -17
- package/docs/api/foundation-comms.defaulthttp._constructor_.md +31 -3
- package/docs/api/foundation-comms.defaulthttp.get.md +45 -4
- package/docs/api/foundation-comms.defaulthttp.md +72 -7
- package/docs/api/foundation-comms.defaulthttp.post.md +45 -4
- package/docs/api/foundation-comms.defaulthttpconnect._constructor_.md +101 -8
- package/docs/api/foundation-comms.defaulthttpconnect.commitevent.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.connect.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.datalogoff.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.getavailableresources.md +33 -3
- package/docs/api/foundation-comms.defaulthttpconnect.getjsonschema.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.getmetadata.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.getmorecolumns.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.getmorerows.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.md +376 -30
- package/docs/api/foundation-comms.defaulthttpconnect.request.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.send.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.setvalidsession.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.snapshot.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.stream.md +75 -6
- package/docs/api/foundation-comms.defaulthttpconnect.streamstate.md +95 -7
- package/docs/api/foundation-comms.defaulthttpconnect.streamwithoutautoteardown.md +75 -6
- package/docs/api/foundation-comms.defaultkvstorage._constructor_.md +81 -0
- package/docs/api/foundation-comms.defaultkvstorage.md +98 -0
- package/docs/api/foundation-comms.defaultkvstorage.user.md +14 -0
- package/docs/api/foundation-comms.defaultkvstorageconfig.md +16 -0
- package/docs/api/foundation-comms.defaultmessagebuilder._constructor_.md +45 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createchangepasswordmessage.md +59 -5
- package/docs/api/foundation-comms.defaultmessagebuilder.createcommitmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogoffmessage.md +31 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogonmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordmessage.md +61 -5
- package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordtokenmessage.md +75 -6
- package/docs/api/foundation-comms.defaultmessagebuilder.createheartbeatpingmessage.md +33 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createhttpheadersfrommessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createloginmessage.md +31 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createlogoutmessage.md +33 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createmetarequestmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createmorecolumnsmessage.md +31 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createmorerowsmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createrequestmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createresourcesmessage.md +33 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.md +240 -21
- package/docs/api/foundation-comms.defaultmetacache.getjsonschemafor.md +31 -3
- package/docs/api/foundation-comms.defaultmetacache.getmetadatafor.md +31 -3
- package/docs/api/foundation-comms.defaultmetacache.hasjsonschemafor.md +31 -3
- package/docs/api/foundation-comms.defaultmetacache.hasmetadatafor.md +31 -3
- package/docs/api/foundation-comms.defaultmetacache.md +145 -12
- package/docs/api/foundation-comms.defaultmetacache.setjsonschemafor.md +45 -4
- package/docs/api/foundation-comms.defaultmetacache.setmetadatafor.md +45 -4
- package/docs/api/foundation-comms.defaultnetworkmonitor.addresource.md +49 -4
- package/docs/api/foundation-comms.defaultnetworkmonitor.md +155 -13
- package/docs/api/foundation-comms.defaultnetworkmonitor.removeresource.md +33 -3
- package/docs/api/foundation-comms.defaultsession.getitem.md +45 -4
- package/docs/api/foundation-comms.defaultsession.getlocalstorageitem.md +31 -3
- package/docs/api/foundation-comms.defaultsession.getsessionstorageitem.md +31 -3
- package/docs/api/foundation-comms.defaultsession.md +212 -18
- package/docs/api/foundation-comms.defaultsession.removeitem.md +45 -4
- package/docs/api/foundation-comms.defaultsession.removelocalstorageitem.md +31 -3
- package/docs/api/foundation-comms.defaultsession.removesessionstorageitem.md +31 -3
- package/docs/api/foundation-comms.defaultsession.setauthresult.md +31 -3
- package/docs/api/foundation-comms.defaultsession.setitem.md +59 -5
- package/docs/api/foundation-comms.defaultsession.setlocalstorageitem.md +45 -4
- package/docs/api/foundation-comms.defaultsession.setsessionstorageitem.md +45 -4
- package/docs/api/foundation-comms.defaultsession.setstoragekeyprefix.md +31 -3
- package/docs/api/foundation-comms.defaultsocket._constructor_.md +115 -9
- package/docs/api/foundation-comms.defaultsocket.connect.md +65 -5
- package/docs/api/foundation-comms.defaultsocket.md +373 -25
- package/docs/api/foundation-comms.defaultsocket.send.md +47 -4
- package/docs/api/foundation-comms.defaultsocket.sendforstream.md +75 -6
- package/docs/api/foundation-comms.defaultsocket.sendforstreamwithoutteardown.md +59 -5
- package/docs/api/foundation-comms.defaultsocketstatus.md +334 -22
- package/docs/api/foundation-comms.defaultsocketstatus.onclose.md +31 -3
- package/docs/api/foundation-comms.entitydatasource.cache.md +19 -0
- package/docs/api/foundation-comms.entitydatasource.disconnect.md +22 -0
- package/docs/api/foundation-comms.entitydatasource.initialize.md +57 -0
- package/docs/api/foundation-comms.entitydatasource.isempty.md +19 -0
- package/docs/api/foundation-comms.entitydatasource.md +171 -0
- package/docs/api/foundation-comms.entitydatasourceinit.fetchmeta.md +14 -0
- package/docs/api/foundation-comms.entitydatasourceinit.mapper.md +14 -0
- package/docs/api/foundation-comms.entitydatasourceinit.md +99 -0
- package/docs/api/foundation-comms.entitydatasourceinit.options.md +14 -0
- package/docs/api/foundation-comms.eventmessagetype.md +213 -16
- package/docs/api/foundation-comms.extractfielddefinitions.md +44 -1
- package/docs/api/foundation-comms.fieldtypeenum.md +129 -10
- package/docs/api/foundation-comms.foundationanalytics.md +45 -5
- package/docs/api/foundation-comms.foundationanalytics.trackevent.md +49 -4
- package/docs/api/foundation-comms.foundationanalytics.trackevent_1.md +49 -4
- package/docs/api/foundation-comms.foundationanalytics.trackevent_2.md +49 -4
- package/docs/api/foundation-comms.foundationanalyticsevent.controlclicked.md +39 -3
- package/docs/api/foundation-comms.foundationanalyticsevent.md +34 -4
- package/docs/api/foundation-comms.foundationanalyticsevent.routechanged.md +58 -4
- package/docs/api/foundation-comms.foundationanalyticseventtype.md +45 -4
- package/docs/api/foundation-comms.genesisresources.md +98 -6
- package/docs/api/foundation-comms.genesisresourcesconfig.md +60 -4
- package/docs/api/foundation-comms.genesisresourcesmock.getresourcetypefor.md +33 -3
- package/docs/api/foundation-comms.genesisresourcesmock.isvalidresource.md +33 -3
- package/docs/api/foundation-comms.genesisresourcesmock.md +142 -11
- package/docs/api/foundation-comms.getkvstorage.md +1 -1
- package/docs/api/foundation-comms.http.get.md +45 -4
- package/docs/api/foundation-comms.http.md +30 -4
- package/docs/api/foundation-comms.http.post.md +45 -4
- package/docs/api/foundation-comms.httprequestinit.md +41 -3
- package/docs/api/foundation-comms.jsonschemacache.getjsonschemafor.md +31 -3
- package/docs/api/foundation-comms.jsonschemacache.hasjsonschemafor.md +31 -3
- package/docs/api/foundation-comms.jsonschemacache.md +78 -8
- package/docs/api/foundation-comms.jsonschemacache.setjsonschemafor.md +45 -4
- package/docs/api/foundation-comms.keyvalue.base64.md +16 -0
- package/docs/api/foundation-comms.keyvalue.expiration.md +16 -0
- package/docs/api/foundation-comms.keyvalue.key.md +16 -0
- package/docs/api/foundation-comms.keyvalue.md +137 -0
- package/docs/api/foundation-comms.keyvalue.metadata.md +18 -0
- package/docs/api/foundation-comms.keyvalue.value.md +16 -0
- package/docs/api/foundation-comms.keyvaluetransfer.deserialize.md +53 -0
- package/docs/api/foundation-comms.keyvaluetransfer.kv.md +14 -0
- package/docs/api/foundation-comms.keyvaluetransfer.md +98 -0
- package/docs/api/foundation-comms.keyvaluetransfer.serialize.md +53 -0
- package/docs/api/foundation-comms.kveventfailureresponse.md +21 -0
- package/docs/api/foundation-comms.kveventmessagetype.md +69 -0
- package/docs/api/foundation-comms.kvmessagetype.md +69 -0
- package/docs/api/foundation-comms.kvstorage.delete.md +53 -0
- package/docs/api/foundation-comms.kvstorage.get.md +18 -0
- package/docs/api/foundation-comms.kvstorage.get_1.md +53 -0
- package/docs/api/foundation-comms.kvstorage.list.md +18 -0
- package/docs/api/foundation-comms.kvstorage.md +91 -0
- package/docs/api/foundation-comms.kvstorage.put.md +53 -0
- package/docs/api/foundation-comms.kvstorageconfig.account.md +16 -0
- package/docs/api/foundation-comms.kvstorageconfig.authemail.md +21 -0
- package/docs/api/foundation-comms.kvstorageconfig.authkey.md +16 -0
- package/docs/api/foundation-comms.kvstorageconfig.md +118 -0
- package/docs/api/foundation-comms.kvstorageconfig.namespace.md +16 -0
- package/docs/api/foundation-comms.kvvalue.md +16 -0
- package/docs/api/foundation-comms.logoutresult.md +60 -4
- package/docs/api/foundation-comms.md +2081 -189
- package/docs/api/foundation-comms.messagebuilder.createchangepasswordmessage.md +65 -5
- package/docs/api/foundation-comms.messagebuilder.createcommitmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createdatalogoffmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createdatalogonmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createforgotpasswordmessage.md +65 -5
- package/docs/api/foundation-comms.messagebuilder.createforgotpasswordtokenmessage.md +81 -6
- package/docs/api/foundation-comms.messagebuilder.createheartbeatpingmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createhttpheadersfrommessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createloginmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createlogoutmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createmetarequestmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createmorecolumnsmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createmorerowsmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createrequestmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createresourcesmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.md +186 -18
- package/docs/api/foundation-comms.messagecode.md +45 -4
- package/docs/api/foundation-comms.messagedetails.md +188 -18
- package/docs/api/foundation-comms.messagehaserrorcode.md +58 -1
- package/docs/api/foundation-comms.messageorthrow.md +44 -1
- package/docs/api/foundation-comms.messagetype.md +213 -16
- package/docs/api/foundation-comms.metadatacache.getmetadatafor.md +33 -3
- package/docs/api/foundation-comms.metadatacache.hasmetadatafor.md +33 -3
- package/docs/api/foundation-comms.metadatacache.md +86 -8
- package/docs/api/foundation-comms.metadatacache.setmetadatafor.md +49 -4
- package/docs/api/foundation-comms.monitoredresourcechecksresult.md +94 -6
- package/docs/api/foundation-comms.networkmonitor.addresource.md +49 -4
- package/docs/api/foundation-comms.networkmonitor.md +96 -10
- package/docs/api/foundation-comms.networkmonitor.removeresource.md +33 -3
- package/docs/api/foundation-comms.networkmonitor.runallchecks.md +49 -4
- package/docs/api/foundation-comms.networkmonitorconfig.md +231 -13
- package/docs/api/foundation-comms.normalisecriteria.md +49 -4
- package/docs/api/foundation-comms.resourcetype.md +59 -5
- package/docs/api/foundation-comms.retryinterval.md +60 -1
- package/docs/api/foundation-comms.serializedsocketstatus.md +217 -13
- package/docs/api/foundation-comms.serializer.deserialize.md +33 -3
- package/docs/api/foundation-comms.serializer.deserialize_1.md +33 -3
- package/docs/api/foundation-comms.serializer.deserialize_2.md +33 -3
- package/docs/api/foundation-comms.serializer.md +56 -6
- package/docs/api/foundation-comms.serializer.serialize.md +33 -3
- package/docs/api/foundation-comms.session.getitem.md +49 -4
- package/docs/api/foundation-comms.session.getlocalstorageitem.md +33 -3
- package/docs/api/foundation-comms.session.getsessionstorageitem.md +33 -3
- package/docs/api/foundation-comms.session.md +196 -18
- package/docs/api/foundation-comms.session.removeitem.md +49 -4
- package/docs/api/foundation-comms.session.removelocalstorageitem.md +33 -3
- package/docs/api/foundation-comms.session.removesessionstorageitem.md +33 -3
- package/docs/api/foundation-comms.session.setauthresult.md +33 -3
- package/docs/api/foundation-comms.session.setitem.md +65 -5
- package/docs/api/foundation-comms.session.setlocalstorageitem.md +49 -4
- package/docs/api/foundation-comms.session.setsessionstorageitem.md +49 -4
- package/docs/api/foundation-comms.session.setstoragekeyprefix.md +33 -3
- package/docs/api/foundation-comms.socket.connect.md +63 -5
- package/docs/api/foundation-comms.socket.md +109 -10
- package/docs/api/foundation-comms.socket.send.md +47 -4
- package/docs/api/foundation-comms.socket.sendforstream.md +75 -6
- package/docs/api/foundation-comms.socket.sendforstreamwithoutteardown.md +91 -0
- package/docs/api/foundation-comms.socketmessagehandler._constructor_.md +73 -6
- package/docs/api/foundation-comms.socketmessagehandler.md +137 -9
- package/docs/api/foundation-comms.socketobservable._constructor_.md +31 -3
- package/docs/api/foundation-comms.socketobservable.md +31 -3
- package/docs/api/foundation-comms.socketreconnectstrategy.md +45 -4
- package/docs/api/foundation-comms.socketstatus.md +69 -7
- package/docs/api/foundation-comms.socketstatus.onclose.md +31 -3
- package/docs/api/foundation-comms.socketsubject.md +31 -3
- package/docs/api/foundation-comms.tofieldmetadata.md +44 -1
- package/docs/api/foundation-comms.until.md +49 -4
- package/docs/api/index.md +21 -3
- package/docs/api-report.md.api.md +2909 -0
- package/package.json +14 -14
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-comms](./foundation-comms.md) > [DatasourceEventHandler](./foundation-comms.datasourceeventhandler.md)
|
|
4
4
|
|
|
5
|
-
## DatasourceEventHandler
|
|
5
|
+
## DatasourceEventHandler() function
|
|
6
6
|
|
|
7
7
|
Datasource event handler mixin for target classes that use or are interested in datasource status changes.
|
|
8
8
|
|
|
@@ -20,6 +20,7 @@ DatasourceEventHandler: (Target: new () => HTMLElement & FASTElement) => {
|
|
|
20
20
|
accessKey: string;
|
|
21
21
|
readonly accessKeyLabel: string;
|
|
22
22
|
autocapitalize: string;
|
|
23
|
+
autocorrect: boolean;
|
|
23
24
|
dir: string;
|
|
24
25
|
draggable: boolean;
|
|
25
26
|
hidden: boolean;
|
|
@@ -28,74 +29,90 @@ DatasourceEventHandler: (Target: new () => HTMLElement & FASTElement) => {
|
|
|
28
29
|
lang: string;
|
|
29
30
|
readonly offsetHeight: number;
|
|
30
31
|
readonly offsetLeft: number;
|
|
31
|
-
readonly offsetParent: Element;
|
|
32
|
+
readonly offsetParent: Element | null;
|
|
32
33
|
readonly offsetTop: number;
|
|
33
34
|
readonly offsetWidth: number;
|
|
34
35
|
outerText: string;
|
|
36
|
+
popover: string | null;
|
|
35
37
|
spellcheck: boolean;
|
|
36
38
|
title: string;
|
|
37
39
|
translate: boolean;
|
|
40
|
+
writingSuggestions: string;
|
|
38
41
|
attachInternals(): ElementInternals;
|
|
39
42
|
click(): void;
|
|
43
|
+
hidePopover(): void;
|
|
44
|
+
showPopover(): void;
|
|
45
|
+
togglePopover(options?: boolean): boolean;
|
|
40
46
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
41
47
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
42
|
-
removeEventListener<
|
|
48
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
43
49
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
44
50
|
readonly attributes: NamedNodeMap;
|
|
45
|
-
|
|
51
|
+
get classList(): DOMTokenList;
|
|
52
|
+
set classList(value: string);
|
|
46
53
|
className: string;
|
|
47
54
|
readonly clientHeight: number;
|
|
48
55
|
readonly clientLeft: number;
|
|
49
56
|
readonly clientTop: number;
|
|
50
57
|
readonly clientWidth: number;
|
|
58
|
+
readonly currentCSSZoom: number;
|
|
51
59
|
id: string;
|
|
60
|
+
innerHTML: string;
|
|
52
61
|
readonly localName: string;
|
|
53
|
-
readonly namespaceURI: string;
|
|
54
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
55
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
62
|
+
readonly namespaceURI: string | null;
|
|
63
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
64
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
56
65
|
outerHTML: string;
|
|
57
66
|
readonly ownerDocument: Document;
|
|
58
|
-
|
|
59
|
-
|
|
67
|
+
get part(): DOMTokenList;
|
|
68
|
+
set part(value: string);
|
|
69
|
+
readonly prefix: string | null;
|
|
60
70
|
readonly scrollHeight: number;
|
|
61
71
|
scrollLeft: number;
|
|
62
72
|
scrollTop: number;
|
|
63
73
|
readonly scrollWidth: number;
|
|
64
|
-
readonly shadowRoot: ShadowRoot;
|
|
74
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
65
75
|
slot: string;
|
|
66
76
|
readonly tagName: string;
|
|
67
77
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
68
|
-
|
|
69
|
-
closest<
|
|
70
|
-
closest<
|
|
71
|
-
|
|
72
|
-
|
|
78
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
79
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
80
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
81
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
82
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
83
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
84
|
+
getAttribute(qualifiedName: string): string | null;
|
|
85
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
73
86
|
getAttributeNames(): string[];
|
|
74
|
-
getAttributeNode(qualifiedName: string): Attr;
|
|
75
|
-
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
87
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
88
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
76
89
|
getBoundingClientRect(): DOMRect;
|
|
77
90
|
getClientRects(): DOMRectList;
|
|
78
91
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
79
|
-
getElementsByTagName<
|
|
80
|
-
getElementsByTagName<
|
|
92
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
93
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
94
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
95
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
81
96
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
82
97
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
83
98
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
84
|
-
getElementsByTagNameNS(
|
|
99
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
100
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
101
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
85
102
|
hasAttribute(qualifiedName: string): boolean;
|
|
86
|
-
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
103
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
87
104
|
hasAttributes(): boolean;
|
|
88
105
|
hasPointerCapture(pointerId: number): boolean;
|
|
89
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
90
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
106
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
107
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
91
108
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
92
109
|
matches(selectors: string): boolean;
|
|
93
110
|
releasePointerCapture(pointerId: number): void;
|
|
94
111
|
removeAttribute(qualifiedName: string): void;
|
|
95
|
-
removeAttributeNS(namespace: string, localName: string): void;
|
|
112
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
96
113
|
removeAttributeNode(attr: Attr): Attr;
|
|
97
114
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
98
|
-
requestPointerLock(): void
|
|
115
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
99
116
|
scroll(options?: ScrollToOptions): void;
|
|
100
117
|
scroll(x: number, y: number): void;
|
|
101
118
|
scrollBy(options?: ScrollToOptions): void;
|
|
@@ -104,221 +121,245 @@ DatasourceEventHandler: (Target: new () => HTMLElement & FASTElement) => {
|
|
|
104
121
|
scrollTo(options?: ScrollToOptions): void;
|
|
105
122
|
scrollTo(x: number, y: number): void;
|
|
106
123
|
setAttribute(qualifiedName: string, value: string): void;
|
|
107
|
-
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
108
|
-
setAttributeNode(attr: Attr): Attr;
|
|
109
|
-
setAttributeNodeNS(attr: Attr): Attr;
|
|
124
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
125
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
126
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
127
|
+
setHTMLUnsafe(html: string): void;
|
|
110
128
|
setPointerCapture(pointerId: number): void;
|
|
111
129
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
112
130
|
webkitMatchesSelector(selectors: string): boolean;
|
|
131
|
+
textContent: string;
|
|
113
132
|
readonly baseURI: string;
|
|
114
133
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
115
|
-
readonly firstChild: ChildNode;
|
|
134
|
+
readonly firstChild: ChildNode | null;
|
|
116
135
|
readonly isConnected: boolean;
|
|
117
|
-
readonly lastChild: ChildNode;
|
|
118
|
-
readonly nextSibling: ChildNode;
|
|
136
|
+
readonly lastChild: ChildNode | null;
|
|
137
|
+
readonly nextSibling: ChildNode | null;
|
|
119
138
|
readonly nodeName: string;
|
|
120
139
|
readonly nodeType: number;
|
|
121
|
-
nodeValue: string;
|
|
122
|
-
readonly parentElement: HTMLElement;
|
|
123
|
-
readonly parentNode: ParentNode;
|
|
124
|
-
readonly previousSibling: ChildNode;
|
|
125
|
-
textContent: string;
|
|
140
|
+
nodeValue: string | null;
|
|
141
|
+
readonly parentElement: HTMLElement | null;
|
|
142
|
+
readonly parentNode: ParentNode | null;
|
|
143
|
+
readonly previousSibling: ChildNode | null;
|
|
126
144
|
appendChild<T extends Node>(node: T): T;
|
|
127
|
-
cloneNode(
|
|
145
|
+
cloneNode(subtree?: boolean): Node;
|
|
128
146
|
compareDocumentPosition(other: Node): number;
|
|
129
|
-
contains(other: Node): boolean;
|
|
147
|
+
contains(other: Node | null): boolean;
|
|
130
148
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
131
149
|
hasChildNodes(): boolean;
|
|
132
|
-
insertBefore<
|
|
133
|
-
isDefaultNamespace(namespace: string): boolean;
|
|
134
|
-
isEqualNode(otherNode: Node): boolean;
|
|
135
|
-
isSameNode(otherNode: Node): boolean;
|
|
136
|
-
lookupNamespaceURI(prefix: string): string;
|
|
137
|
-
lookupPrefix(namespace: string): string;
|
|
150
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
151
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
152
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
153
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
154
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
155
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
138
156
|
normalize(): void;
|
|
139
|
-
removeChild<
|
|
140
|
-
replaceChild<
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
157
|
+
removeChild<T extends Node>(child: T): T;
|
|
158
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
159
|
+
readonly ELEMENT_NODE: 1;
|
|
160
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
161
|
+
readonly TEXT_NODE: 3;
|
|
162
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
163
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
164
|
+
readonly ENTITY_NODE: 6;
|
|
165
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
166
|
+
readonly COMMENT_NODE: 8;
|
|
167
|
+
readonly DOCUMENT_NODE: 9;
|
|
168
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
169
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
170
|
+
readonly NOTATION_NODE: 12;
|
|
171
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
172
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
173
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
174
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
175
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
176
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
159
177
|
dispatchEvent(event: Event): boolean;
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
178
|
+
ariaActiveDescendantElement: Element | null;
|
|
179
|
+
ariaAtomic: string | null;
|
|
180
|
+
ariaAutoComplete: string | null;
|
|
181
|
+
ariaBrailleLabel: string | null;
|
|
182
|
+
ariaBrailleRoleDescription: string | null;
|
|
183
|
+
ariaBusy: string | null;
|
|
184
|
+
ariaChecked: string | null;
|
|
185
|
+
ariaColCount: string | null;
|
|
186
|
+
ariaColIndex: string | null;
|
|
187
|
+
ariaColIndexText: string | null;
|
|
188
|
+
ariaColSpan: string | null;
|
|
189
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
190
|
+
ariaCurrent: string | null;
|
|
191
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
192
|
+
ariaDescription: string | null;
|
|
193
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
194
|
+
ariaDisabled: string | null;
|
|
195
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
196
|
+
ariaExpanded: string | null;
|
|
197
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
198
|
+
ariaHasPopup: string | null;
|
|
199
|
+
ariaHidden: string | null;
|
|
200
|
+
ariaInvalid: string | null;
|
|
201
|
+
ariaKeyShortcuts: string | null;
|
|
202
|
+
ariaLabel: string | null;
|
|
203
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
204
|
+
ariaLevel: string | null;
|
|
205
|
+
ariaLive: string | null;
|
|
206
|
+
ariaModal: string | null;
|
|
207
|
+
ariaMultiLine: string | null;
|
|
208
|
+
ariaMultiSelectable: string | null;
|
|
209
|
+
ariaOrientation: string | null;
|
|
210
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
211
|
+
ariaPlaceholder: string | null;
|
|
212
|
+
ariaPosInSet: string | null;
|
|
213
|
+
ariaPressed: string | null;
|
|
214
|
+
ariaReadOnly: string | null;
|
|
215
|
+
ariaRelevant: string | null;
|
|
216
|
+
ariaRequired: string | null;
|
|
217
|
+
ariaRoleDescription: string | null;
|
|
218
|
+
ariaRowCount: string | null;
|
|
219
|
+
ariaRowIndex: string | null;
|
|
220
|
+
ariaRowIndexText: string | null;
|
|
221
|
+
ariaRowSpan: string | null;
|
|
222
|
+
ariaSelected: string | null;
|
|
223
|
+
ariaSetSize: string | null;
|
|
224
|
+
ariaSort: string | null;
|
|
225
|
+
ariaValueMax: string | null;
|
|
226
|
+
ariaValueMin: string | null;
|
|
227
|
+
ariaValueNow: string | null;
|
|
228
|
+
ariaValueText: string | null;
|
|
229
|
+
role: string | null;
|
|
230
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
201
231
|
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
202
|
-
after(...nodes: (
|
|
203
|
-
before(...nodes: (
|
|
232
|
+
after(...nodes: (Node | string)[]): void;
|
|
233
|
+
before(...nodes: (Node | string)[]): void;
|
|
204
234
|
remove(): void;
|
|
205
|
-
replaceWith(...nodes: (
|
|
206
|
-
|
|
207
|
-
readonly
|
|
208
|
-
readonly previousElementSibling: Element;
|
|
235
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
236
|
+
readonly nextElementSibling: Element | null;
|
|
237
|
+
readonly previousElementSibling: Element | null;
|
|
209
238
|
readonly childElementCount: number;
|
|
210
239
|
readonly children: HTMLCollection;
|
|
211
|
-
readonly firstElementChild: Element;
|
|
212
|
-
readonly lastElementChild: Element;
|
|
213
|
-
append(...nodes: (
|
|
214
|
-
prepend(...nodes: (
|
|
215
|
-
querySelector<
|
|
216
|
-
querySelector<
|
|
217
|
-
querySelector<
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
querySelectorAll<
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
readonly
|
|
240
|
+
readonly firstElementChild: Element | null;
|
|
241
|
+
readonly lastElementChild: Element | null;
|
|
242
|
+
append(...nodes: (Node | string)[]): void;
|
|
243
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
244
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
245
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
246
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
247
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
248
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
249
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
250
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
251
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
252
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
253
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
254
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
255
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
256
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
257
|
+
get style(): CSSStyleDeclaration;
|
|
258
|
+
set style(cssText: string);
|
|
227
259
|
contentEditable: string;
|
|
228
260
|
enterKeyHint: string;
|
|
229
261
|
inputMode: string;
|
|
230
262
|
readonly isContentEditable: boolean;
|
|
231
|
-
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
232
|
-
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
233
|
-
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
234
|
-
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
235
|
-
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
236
|
-
onauxclick: (this: GlobalEventHandlers, ev:
|
|
237
|
-
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
263
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
264
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
265
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
266
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
267
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
268
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
269
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
270
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
271
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
272
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
273
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
274
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
276
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
277
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
278
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
281
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
282
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
283
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
285
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
286
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
287
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
288
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
289
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
290
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
291
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
292
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
293
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
295
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
|
+
onerror: OnErrorEventHandler;
|
|
297
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
298
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
299
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
300
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
301
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
302
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
303
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
304
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
305
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
308
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
310
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
311
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
312
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
313
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
314
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
315
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
316
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
317
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
318
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
320
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
321
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
322
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
323
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
324
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
325
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
326
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
327
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
328
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
329
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
330
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
331
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
334
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
337
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
345
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
347
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
348
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
349
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
350
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
351
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
352
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
353
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
354
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
355
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
356
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
360
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
361
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
362
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
322
363
|
autofocus: boolean;
|
|
323
364
|
readonly dataset: DOMStringMap;
|
|
324
365
|
nonce?: string;
|
|
@@ -326,12 +367,52 @@ DatasourceEventHandler: (Target: new () => HTMLElement & FASTElement) => {
|
|
|
326
367
|
blur(): void;
|
|
327
368
|
focus(options?: FocusOptions): void;
|
|
328
369
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
329
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
370
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
330
371
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
331
372
|
};
|
|
332
373
|
}
|
|
333
374
|
```
|
|
334
375
|
|
|
376
|
+
## Parameters
|
|
377
|
+
|
|
378
|
+
<table><thead><tr><th>
|
|
379
|
+
|
|
380
|
+
Parameter
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
</th><th>
|
|
384
|
+
|
|
385
|
+
Type
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
</th><th>
|
|
389
|
+
|
|
390
|
+
Description
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
</th></tr></thead>
|
|
394
|
+
<tbody><tr><td>
|
|
395
|
+
|
|
396
|
+
Target
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
</td><td>
|
|
400
|
+
|
|
401
|
+
new () => HTMLElement & FASTElement
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
</td><td>
|
|
405
|
+
|
|
406
|
+
The class to mix the event handler with.
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
</td></tr>
|
|
410
|
+
</tbody></table>
|
|
411
|
+
|
|
412
|
+
**Returns:**
|
|
413
|
+
|
|
414
|
+
{ new (): { datasourceStatus: [DatasourceStatus](./foundation-comms.datasourcestatus.md)<!-- -->; resourceName: string; onDatasourceStatusChanged: (event: [DatasourceStatusChangedEvent](./foundation-comms.datasourcestatuschangedevent.md)<!-- -->) => void; datasourceStatusChanged(prev: [DatasourceStatus](./foundation-comms.datasourcestatus.md)<!-- -->, next: [DatasourceStatus](./foundation-comms.datasourcestatus.md)<!-- -->): void; connectedCallback(): void; disconnectedCallback(): void; accessKey: string; readonly accessKeyLabel: string; autocapitalize: string; autocorrect: boolean; dir: string; draggable: boolean; hidden: boolean; inert: boolean; innerText: string; lang: string; readonly offsetHeight: number; readonly offsetLeft: number; readonly offsetParent: Element \| null; readonly offsetTop: number; readonly offsetWidth: number; outerText: string; popover: string \| null; spellcheck: boolean; title: string; translate: boolean; writingSuggestions: string; attachInternals(): ElementInternals; click(): void; hidePopover(): void; showPopover(): void; togglePopover(options?: boolean): boolean; addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap\[K\]) => any, options?: boolean \| AddEventListenerOptions): void; addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean \| AddEventListenerOptions): void; removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap\[K\]) => any, options?: boolean \| EventListenerOptions): void; removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean \| EventListenerOptions): void; readonly attributes: NamedNodeMap; get classList(): DOMTokenList; set classList(value: string); className: string; readonly clientHeight: number; readonly clientLeft: number; readonly clientTop: number; readonly clientWidth: number; readonly currentCSSZoom: number; id: string; innerHTML: string; readonly localName: string; readonly namespaceURI: string \| null; onfullscreenchange: ((this: Element, ev: Event) => any) \| null; onfullscreenerror: ((this: Element, ev: Event) => any) \| null; outerHTML: string; readonly ownerDocument: Document; get part(): DOMTokenList; set part(value: string); readonly prefix: string \| null; readonly scrollHeight: number; scrollLeft: number; scrollTop: number; readonly scrollWidth: number; readonly shadowRoot: ShadowRoot \| null; slot: string; readonly tagName: string; attachShadow(init: ShadowRootInit): ShadowRoot; checkVisibility(options?: CheckVisibilityOptions): boolean; closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap\[K\] \| null; closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap\[K\] \| null; closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap\[K\] \| null; closest<E extends Element = Element>(selectors: string): E \| null; computedStyleMap(): StylePropertyMapReadOnly; getAttribute(qualifiedName: string): string \| null; getAttributeNS(namespace: string \| null, localName: string): string \| null; getAttributeNames(): string\[\]; getAttributeNode(qualifiedName: string): Attr \| null; getAttributeNodeNS(namespace: string \| null, localName: string): Attr \| null; getBoundingClientRect(): DOMRect; getClientRects(): DOMRectList; getElementsByClassName(classNames: string): HTMLCollectionOf<Element>; getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap\[K\]>; getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap\[K\]>; getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap\[K\]>; getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap\[K\]>; getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>; getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>; getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>; getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>; getElementsByTagNameNS(namespace: string \| null, localName: string): HTMLCollectionOf<Element>; getHTML(options?: GetHTMLOptions): string; hasAttribute(qualifiedName: string): boolean; hasAttributeNS(namespace: string \| null, localName: string): boolean; hasAttributes(): boolean; hasPointerCapture(pointerId: number): boolean; insertAdjacentElement(where: InsertPosition, element: Element): Element \| null; insertAdjacentHTML(position: InsertPosition, string: string): void; insertAdjacentText(where: InsertPosition, data: string): void; matches(selectors: string): boolean; releasePointerCapture(pointerId: number): void; removeAttribute(qualifiedName: string): void; removeAttributeNS(namespace: string \| null, localName: string): void; removeAttributeNode(attr: Attr): Attr; requestFullscreen(options?: FullscreenOptions): Promise<void>; requestPointerLock(options?: PointerLockOptions): Promise<void>; scroll(options?: ScrollToOptions): void; scroll(x: number, y: number): void; scrollBy(options?: ScrollToOptions): void; scrollBy(x: number, y: number): void; scrollIntoView(arg?: boolean \| ScrollIntoViewOptions): void; scrollTo(options?: ScrollToOptions): void; scrollTo(x: number, y: number): void; setAttribute(qualifiedName: string, value: string): void; setAttributeNS(namespace: string \| null, qualifiedName: string, value: string): void; setAttributeNode(attr: Attr): Attr \| null; setAttributeNodeNS(attr: Attr): Attr \| null; setHTMLUnsafe(html: string): void; setPointerCapture(pointerId: number): void; toggleAttribute(qualifiedName: string, force?: boolean): boolean; webkitMatchesSelector(selectors: string): boolean; textContent: string; readonly baseURI: string; readonly childNodes: NodeListOf<ChildNode>; readonly firstChild: ChildNode \| null; readonly isConnected: boolean; readonly lastChild: ChildNode \| null; readonly nextSibling: ChildNode \| null; readonly nodeName: string; readonly nodeType: number; nodeValue: string \| null; readonly parentElement: HTMLElement \| null; readonly parentNode: ParentNode \| null; readonly previousSibling: ChildNode \| null; appendChild<T extends Node>(node: T): T; cloneNode(subtree?: boolean): Node; compareDocumentPosition(other: Node): number; contains(other: Node \| null): boolean; getRootNode(options?: GetRootNodeOptions): Node; hasChildNodes(): boolean; insertBefore<T extends Node>(node: T, child: Node \| null): T; isDefaultNamespace(namespace: string \| null): boolean; isEqualNode(otherNode: Node \| null): boolean; isSameNode(otherNode: Node \| null): boolean; lookupNamespaceURI(prefix: string \| null): string \| null; lookupPrefix(namespace: string \| null): string \| null; normalize(): void; removeChild<T extends Node>(child: T): T; replaceChild<T extends Node>(node: Node, child: T): T; readonly ELEMENT\_NODE: 1; readonly ATTRIBUTE\_NODE: 2; readonly TEXT\_NODE: 3; readonly CDATA\_SECTION\_NODE: 4; readonly ENTITY\_REFERENCE\_NODE: 5; readonly ENTITY\_NODE: 6; readonly PROCESSING\_INSTRUCTION\_NODE: 7; readonly COMMENT\_NODE: 8; readonly DOCUMENT\_NODE: 9; readonly DOCUMENT\_TYPE\_NODE: 10; readonly DOCUMENT\_FRAGMENT\_NODE: 11; readonly NOTATION\_NODE: 12; readonly DOCUMENT\_POSITION\_DISCONNECTED: 1; readonly DOCUMENT\_POSITION\_PRECEDING: 2; readonly DOCUMENT\_POSITION\_FOLLOWING: 4; readonly DOCUMENT\_POSITION\_CONTAINS: 8; readonly DOCUMENT\_POSITION\_CONTAINED\_BY: 16; readonly DOCUMENT\_POSITION\_IMPLEMENTATION\_SPECIFIC: 32; dispatchEvent(event: Event): boolean; ariaActiveDescendantElement: Element \| null; ariaAtomic: string \| null; ariaAutoComplete: string \| null; ariaBrailleLabel: string \| null; ariaBrailleRoleDescription: string \| null; ariaBusy: string \| null; ariaChecked: string \| null; ariaColCount: string \| null; ariaColIndex: string \| null; ariaColIndexText: string \| null; ariaColSpan: string \| null; ariaControlsElements: ReadonlyArray<Element> \| null; ariaCurrent: string \| null; ariaDescribedByElements: ReadonlyArray<Element> \| null; ariaDescription: string \| null; ariaDetailsElements: ReadonlyArray<Element> \| null; ariaDisabled: string \| null; ariaErrorMessageElements: ReadonlyArray<Element> \| null; ariaExpanded: string \| null; ariaFlowToElements: ReadonlyArray<Element> \| null; ariaHasPopup: string \| null; ariaHidden: string \| null; ariaInvalid: string \| null; ariaKeyShortcuts: string \| null; ariaLabel: string \| null; ariaLabelledByElements: ReadonlyArray<Element> \| null; ariaLevel: string \| null; ariaLive: string \| null; ariaModal: string \| null; ariaMultiLine: string \| null; ariaMultiSelectable: string \| null; ariaOrientation: string \| null; ariaOwnsElements: ReadonlyArray<Element> \| null; ariaPlaceholder: string \| null; ariaPosInSet: string \| null; ariaPressed: string \| null; ariaReadOnly: string \| null; ariaRelevant: string \| null; ariaRequired: string \| null; ariaRoleDescription: string \| null; ariaRowCount: string \| null; ariaRowIndex: string \| null; ariaRowIndexText: string \| null; ariaRowSpan: string \| null; ariaSelected: string \| null; ariaSetSize: string \| null; ariaSort: string \| null; ariaValueMax: string \| null; ariaValueMin: string \| null; ariaValueNow: string \| null; ariaValueText: string \| null; role: string \| null; animate(keyframes: Keyframe\[\] \| PropertyIndexedKeyframes \| null, options?: number \| KeyframeAnimationOptions): Animation; getAnimations(options?: GetAnimationsOptions): Animation\[\]; after(...nodes: (Node \| string)\[\]): void; before(...nodes: (Node \| string)\[\]): void; remove(): void; replaceWith(...nodes: (Node \| string)\[\]): void; readonly nextElementSibling: Element \| null; readonly previousElementSibling: Element \| null; readonly childElementCount: number; readonly children: HTMLCollection; readonly firstElementChild: Element \| null; readonly lastElementChild: Element \| null; append(...nodes: (Node \| string)\[\]): void; prepend(...nodes: (Node \| string)\[\]): void; querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap\[K\] \| null; querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap\[K\] \| null; querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap\[K\] \| null; querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap\[K\] \| null; querySelector<E extends Element = Element>(selectors: string): E \| null; querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap\[K\]>; querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap\[K\]>; querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap\[K\]>; querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap\[K\]>; querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>; replaceChildren(...nodes: (Node \| string)\[\]): void; readonly assignedSlot: HTMLSlotElement \| null; readonly attributeStyleMap: StylePropertyMap; get style(): CSSStyleDeclaration; set style(cssText: string); contentEditable: string; enterKeyHint: string; inputMode: string; readonly isContentEditable: boolean; onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) \| null; onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) \| null; onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) \| null; onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) \| null; onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) \| null; onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) \| null; onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) \| null; onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) \| null; oncancel: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onchange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onclose: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) \| null; oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) \| null; ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onemptied: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onended: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onerror: OnErrorEventHandler; onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) \| null; onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) \| null; ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; oninput: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) \| null; onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) \| null; onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) \| null; onload: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) \| null; onpause: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onplay: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onplaying: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) \| null; onratechange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onreset: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) \| null; onscroll: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) \| null; onseeked: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onseeking: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onselect: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onstalled: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) \| null; onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) \| null; ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) \| null; ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) \| null; ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) \| null \| undefined; ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) \| null \| undefined; ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) \| null \| undefined; ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) \| null \| undefined; ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) \| null; ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) \| null; ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) \| null; ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) \| null; onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) \| null; autofocus: boolean; readonly dataset: DOMStringMap; nonce?: string; tabIndex: number; blur(): void; focus(options?: FocusOptions): void; readonly $fastController: import("@microsoft/fast-element").Controller; $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean \| void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; }; }
|
|
415
|
+
|
|
335
416
|
## Remarks
|
|
336
417
|
|
|
337
418
|
Classes that use the mixin are not required to own the datasource itself, there may be several interested parties.
|