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