@microsoft/teams-js 2.0.0-beta.7-dev.5 → 2.0.0-beta.7-dev.6
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/MicrosoftTeams.js
CHANGED
@@ -1122,7 +1122,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
1122
1122
|
});
|
1123
1123
|
|
1124
1124
|
;// CONCATENATED MODULE: ./src/internal/constants.ts
|
1125
|
-
var version = "2.0.0-beta.7-dev.
|
1125
|
+
var version = "2.0.0-beta.7-dev.6";
|
1126
1126
|
/**
|
1127
1127
|
* @hidden
|
1128
1128
|
* The client version when all SDK APIs started to check platform compatibility for the APIs was 1.6.0.
|
@@ -1351,7 +1351,7 @@ var HostClientType;
|
|
1351
1351
|
HostClientType["ipados"] = "ipados";
|
1352
1352
|
/**
|
1353
1353
|
* @deprecated
|
1354
|
-
* As of 2.0.0
|
1354
|
+
* As of 2.0.0, please use {@link teamsRoomsWindows} instead.
|
1355
1355
|
*/
|
1356
1356
|
HostClientType["rigel"] = "rigel";
|
1357
1357
|
HostClientType["surfaceHub"] = "surfaceHub";
|
@@ -1412,7 +1412,7 @@ var DialogDimension;
|
|
1412
1412
|
|
1413
1413
|
/**
|
1414
1414
|
* @deprecated
|
1415
|
-
* As of 2.0.0
|
1415
|
+
* As of 2.0.0, please use {@link DialogDimension} instead.
|
1416
1416
|
*/
|
1417
1417
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
1418
1418
|
var TaskModuleDimension = DialogDimension;
|
@@ -6355,31 +6355,31 @@ var call;
|
|
6355
6355
|
|
6356
6356
|
/**
|
6357
6357
|
* @deprecated
|
6358
|
-
* As of 2.0.0
|
6358
|
+
* As of 2.0.0, please use {@link app} namespace instead.
|
6359
6359
|
*/
|
6360
6360
|
var appInitialization;
|
6361
6361
|
(function (appInitialization) {
|
6362
6362
|
/**
|
6363
6363
|
* @deprecated
|
6364
|
-
* As of 2.0.0
|
6364
|
+
* As of 2.0.0, please use {@link app.Messages} instead.
|
6365
6365
|
*/
|
6366
6366
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
6367
6367
|
appInitialization.Messages = app_app.Messages;
|
6368
6368
|
/**
|
6369
6369
|
* @deprecated
|
6370
|
-
* As of 2.0.0
|
6370
|
+
* As of 2.0.0, please use {@link app.FailedReason} instead.
|
6371
6371
|
*/
|
6372
6372
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
6373
6373
|
appInitialization.FailedReason = app_app.FailedReason;
|
6374
6374
|
/**
|
6375
6375
|
* @deprecated
|
6376
|
-
* As of 2.0.0
|
6376
|
+
* As of 2.0.0, please use {@link app.ExpectedFailureReason} instead.
|
6377
6377
|
*/
|
6378
6378
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
6379
6379
|
appInitialization.ExpectedFailureReason = app_app.ExpectedFailureReason;
|
6380
6380
|
/**
|
6381
6381
|
* @deprecated
|
6382
|
-
* As of 2.0.0
|
6382
|
+
* As of 2.0.0, please use {@link app.notifyAppLoaded app.notifyAppLoaded(): void} instead.
|
6383
6383
|
*
|
6384
6384
|
* Notifies the frame that app has loaded and to hide the loading indicator if one is shown.
|
6385
6385
|
*/
|
@@ -6389,7 +6389,7 @@ var appInitialization;
|
|
6389
6389
|
appInitialization.notifyAppLoaded = notifyAppLoaded;
|
6390
6390
|
/**
|
6391
6391
|
* @deprecated
|
6392
|
-
* As of 2.0.0
|
6392
|
+
* As of 2.0.0, please use {@link app.notifySuccess app.notifySuccess(): void} instead.
|
6393
6393
|
*
|
6394
6394
|
* Notifies the frame that app initialization is successful and is ready for user interaction.
|
6395
6395
|
*/
|
@@ -6399,7 +6399,7 @@ var appInitialization;
|
|
6399
6399
|
appInitialization.notifySuccess = notifySuccess;
|
6400
6400
|
/**
|
6401
6401
|
* @deprecated
|
6402
|
-
* As of 2.0.0
|
6402
|
+
* As of 2.0.0, please use {@link app.notifyFailure app.notifyFailure(appInitializationFailedRequest: IFailedRequest): void} instead.
|
6403
6403
|
*
|
6404
6404
|
* Notifies the frame that app initialization has failed and to show an error page in its place.
|
6405
6405
|
* @param appInitializationFailedRequest - The failure request containing the reason for why the app failed
|
@@ -6411,7 +6411,7 @@ var appInitialization;
|
|
6411
6411
|
appInitialization.notifyFailure = notifyFailure;
|
6412
6412
|
/**
|
6413
6413
|
* @deprecated
|
6414
|
-
* As of 2.0.0
|
6414
|
+
* As of 2.0.0, please use {@link app.notifyExpectedFailure app.notifyExpectedFailure(expectedFailureRequest: IExpectedFailureRequest): void} instead.
|
6415
6415
|
*
|
6416
6416
|
* Notifies the frame that app initialized with some expected errors.
|
6417
6417
|
* @param expectedFailureRequest - The expected failure request containing the reason and an optional message
|
@@ -6431,7 +6431,7 @@ var appInitialization;
|
|
6431
6431
|
|
6432
6432
|
/**
|
6433
6433
|
* @deprecated
|
6434
|
-
* As of 2.0.0
|
6434
|
+
* As of 2.0.0, please use {@link app.initialize app.initialize(validMessageOrigins?: string[]): Promise\<void\>} instead.
|
6435
6435
|
*
|
6436
6436
|
* Initializes the library. This must be called before any other SDK calls
|
6437
6437
|
* but after the frame is loaded successfully.
|
@@ -6448,7 +6448,7 @@ function initialize(callback, validMessageOrigins) {
|
|
6448
6448
|
}
|
6449
6449
|
/**
|
6450
6450
|
* @deprecated
|
6451
|
-
* As of 2.0.0
|
6451
|
+
* As of 2.0.0, please use {@link app._initialize app._initialize(hostWindow: any): void} instead.
|
6452
6452
|
*
|
6453
6453
|
* @hidden
|
6454
6454
|
* Hide from docs.
|
@@ -6463,7 +6463,7 @@ function _initialize(hostWindow) {
|
|
6463
6463
|
}
|
6464
6464
|
/**
|
6465
6465
|
* @deprecated
|
6466
|
-
* As of 2.0.0
|
6466
|
+
* As of 2.0.0, please use {@link app._uninitialize app._uninitialize(): void} instead.
|
6467
6467
|
*
|
6468
6468
|
* @hidden
|
6469
6469
|
* Hide from docs.
|
@@ -6477,7 +6477,7 @@ function _uninitialize() {
|
|
6477
6477
|
}
|
6478
6478
|
/**
|
6479
6479
|
* @deprecated
|
6480
|
-
* As of 2.0.0
|
6480
|
+
* As of 2.0.0, please use {@link teamsCore.enablePrintCapability teamsCore.enablePrintCapability(): void} instead.
|
6481
6481
|
*
|
6482
6482
|
* Enable print capability to support printing page using Ctrl+P and cmd+P
|
6483
6483
|
*/
|
@@ -6486,7 +6486,7 @@ function enablePrintCapability() {
|
|
6486
6486
|
}
|
6487
6487
|
/**
|
6488
6488
|
* @deprecated
|
6489
|
-
* As of 2.0.0
|
6489
|
+
* As of 2.0.0, please use {@link teamsCore.print teamsCore.print(): void} instead.
|
6490
6490
|
*
|
6491
6491
|
* Default print handler
|
6492
6492
|
*/
|
@@ -6495,7 +6495,7 @@ function print() {
|
|
6495
6495
|
}
|
6496
6496
|
/**
|
6497
6497
|
* @deprecated
|
6498
|
-
* As of 2.0.0
|
6498
|
+
* As of 2.0.0, please use {@link app.getContext app.getContext(): Promise\<app.Context\>} instead.
|
6499
6499
|
*
|
6500
6500
|
* Retrieves the current context the frame is running in.
|
6501
6501
|
*
|
@@ -6511,7 +6511,7 @@ function getContext(callback) {
|
|
6511
6511
|
}
|
6512
6512
|
/**
|
6513
6513
|
* @deprecated
|
6514
|
-
* As of 2.0.0
|
6514
|
+
* As of 2.0.0, please use {@link app.registerOnThemeChangeHandler app.registerOnThemeChangeHandler(handler: (theme: string) => void): void} instead.
|
6515
6515
|
*
|
6516
6516
|
* Registers a handler for theme changes.
|
6517
6517
|
* Only one handler can be registered at a time. A subsequent registration replaces an existing registration.
|
@@ -6523,7 +6523,7 @@ function registerOnThemeChangeHandler(handler) {
|
|
6523
6523
|
}
|
6524
6524
|
/**
|
6525
6525
|
* @deprecated
|
6526
|
-
* As of 2.0.0
|
6526
|
+
* As of 2.0.0, please use {@link pages.registerFullScreenHandler pages.registerFullScreenHandler(handler: (isFullScreen: boolean) => void): void} instead.
|
6527
6527
|
*
|
6528
6528
|
* Registers a handler for changes from or to full-screen view for a tab.
|
6529
6529
|
* Only one handler can be registered at a time. A subsequent registration replaces an existing registration.
|
@@ -6535,7 +6535,7 @@ function registerFullScreenHandler(handler) {
|
|
6535
6535
|
}
|
6536
6536
|
/**
|
6537
6537
|
* @deprecated
|
6538
|
-
* As of 2.0.0
|
6538
|
+
* As of 2.0.0, please use {@link pages.appButton.onClick pages.appButton.onClick(handler: () => void): void} instead.
|
6539
6539
|
*
|
6540
6540
|
* Registers a handler for clicking the app button.
|
6541
6541
|
* Only one handler can be registered at a time. A subsequent registration replaces an existing registration.
|
@@ -6547,7 +6547,7 @@ function registerAppButtonClickHandler(handler) {
|
|
6547
6547
|
}
|
6548
6548
|
/**
|
6549
6549
|
* @deprecated
|
6550
|
-
* As of 2.0.0
|
6550
|
+
* As of 2.0.0, please use {@link pages.appButton.onHoverEnter pages.appButton.onHoverEnter(handler: () => void): void} instead.
|
6551
6551
|
*
|
6552
6552
|
* Registers a handler for entering hover of the app button.
|
6553
6553
|
* Only one handler can be registered at a time. A subsequent registration replaces an existing registration.
|
@@ -6559,7 +6559,7 @@ function registerAppButtonHoverEnterHandler(handler) {
|
|
6559
6559
|
}
|
6560
6560
|
/**
|
6561
6561
|
* @deprecated
|
6562
|
-
* As of 2.0.0
|
6562
|
+
* As of 2.0.0, please use {@link pages.appButton.onHoverLeave pages.appButton.onHoverLeave(handler: () => void): void} instead.
|
6563
6563
|
*
|
6564
6564
|
* Registers a handler for exiting hover of the app button.
|
6565
6565
|
* Only one handler can be registered at a time. A subsequent registration replaces an existing registration.
|
@@ -6571,7 +6571,7 @@ function registerAppButtonHoverLeaveHandler(handler) {
|
|
6571
6571
|
}
|
6572
6572
|
/**
|
6573
6573
|
* @deprecated
|
6574
|
-
* As of 2.0.0
|
6574
|
+
* As of 2.0.0, please use {@link pages.backStack.registerBackButtonHandler pages.backStack.registerBackButtonHandler(handler: () => boolean): void} instead.
|
6575
6575
|
*
|
6576
6576
|
* Registers a handler for user presses of the Team client's back button. Experiences that maintain an internal
|
6577
6577
|
* navigation stack should use this handler to navigate the user back within their frame. If an app finds
|
@@ -6585,7 +6585,7 @@ function registerBackButtonHandler(handler) {
|
|
6585
6585
|
}
|
6586
6586
|
/**
|
6587
6587
|
* @deprecated
|
6588
|
-
* As of 2.0.0
|
6588
|
+
* As of 2.0.0, please use {@link teamsCore.registerOnLoadHandler teamsCore.registerOnLoadHandler(handler: (context: LoadContext) => void): void} instead.
|
6589
6589
|
*
|
6590
6590
|
* @hidden
|
6591
6591
|
* Registers a handler to be called when the page has been requested to load.
|
@@ -6597,7 +6597,7 @@ function registerOnLoadHandler(handler) {
|
|
6597
6597
|
}
|
6598
6598
|
/**
|
6599
6599
|
* @deprecated
|
6600
|
-
* As of 2.0.0
|
6600
|
+
* As of 2.0.0, please use {@link teamsCore.registerBeforeUnloadHandler teamsCore.registerBeforeUnloadHandler(handler: (readyToUnload: () => void) => boolean): void} instead.
|
6601
6601
|
*
|
6602
6602
|
* @hidden
|
6603
6603
|
* Registers a handler to be called before the page is unloaded.
|
@@ -6610,7 +6610,7 @@ function registerBeforeUnloadHandler(handler) {
|
|
6610
6610
|
}
|
6611
6611
|
/**
|
6612
6612
|
* @deprecated
|
6613
|
-
* As of 2.0.0
|
6613
|
+
* As of 2.0.0, please use {@link pages.registerFocusEnterHandler pages.registerFocusEnterHandler(handler: (navigateForward: boolean) => void): void} instead.
|
6614
6614
|
*
|
6615
6615
|
* @hidden
|
6616
6616
|
* Registers a handler when focus needs to be passed from teams to the place of choice on app.
|
@@ -6622,7 +6622,7 @@ function registerFocusEnterHandler(handler) {
|
|
6622
6622
|
}
|
6623
6623
|
/**
|
6624
6624
|
* @deprecated
|
6625
|
-
* As of 2.0.0
|
6625
|
+
* As of 2.0.0, please use {@link pages.config.registerChangeConfigHandler pages.config.registerChangeConfigHandler(handler: () => void): void} instead.
|
6626
6626
|
*
|
6627
6627
|
* Registers a handler for when the user reconfigurated tab.
|
6628
6628
|
*
|
@@ -6633,7 +6633,7 @@ function registerEnterSettingsHandler(handler) {
|
|
6633
6633
|
}
|
6634
6634
|
/**
|
6635
6635
|
* @deprecated
|
6636
|
-
* As of 2.0.0
|
6636
|
+
* As of 2.0.0, please use {@link pages.tabs.getTabInstances pages.tabs.getTabInstances(tabInstanceParameters?: TabInstanceParameters): Promise\<TabInformation\>} instead.
|
6637
6637
|
*
|
6638
6638
|
* Allows an app to retrieve for this user tabs that are owned by this app.
|
6639
6639
|
* If no TabInstanceParameters are passed, the app defaults to favorite teams and favorite channels.
|
@@ -6649,7 +6649,7 @@ function getTabInstances(callback, tabInstanceParameters) {
|
|
6649
6649
|
}
|
6650
6650
|
/**
|
6651
6651
|
* @deprecated
|
6652
|
-
* As of 2.0.0
|
6652
|
+
* As of 2.0.0, please use {@link pages.tabs.getMruTabInstances pages.tabs.getMruTabInstances(tabInstanceParameters?: TabInstanceParameters): Promise\<TabInformation\>} instead.
|
6653
6653
|
*
|
6654
6654
|
* Allows an app to retrieve the most recently used tabs for this user.
|
6655
6655
|
*
|
@@ -6664,7 +6664,7 @@ function getMruTabInstances(callback, tabInstanceParameters) {
|
|
6664
6664
|
}
|
6665
6665
|
/**
|
6666
6666
|
* @deprecated
|
6667
|
-
* As of 2.0.0
|
6667
|
+
* As of 2.0.0, please use {@link pages.shareDeepLink pages.shareDeepLink(deepLinkParameters: DeepLinkParameters): void} instead.
|
6668
6668
|
*
|
6669
6669
|
* Shares a deep link that a user can use to navigate back to a specific state in this page.
|
6670
6670
|
*
|
@@ -6679,7 +6679,7 @@ function shareDeepLink(deepLinkParameters) {
|
|
6679
6679
|
}
|
6680
6680
|
/**
|
6681
6681
|
* @deprecated
|
6682
|
-
* As of 2.0.0
|
6682
|
+
* As of 2.0.0, please use {@link app.openLink core.openLink(deepLink: string): Promise\<void\>} instead.
|
6683
6683
|
*
|
6684
6684
|
* Execute deep link API.
|
6685
6685
|
*
|
@@ -6698,7 +6698,7 @@ function executeDeepLink(deepLink, onComplete) {
|
|
6698
6698
|
}
|
6699
6699
|
/**
|
6700
6700
|
* @deprecated
|
6701
|
-
* As of 2.0.0
|
6701
|
+
* As of 2.0.0, please use {@link pages.setCurrentFrame pages.setCurrentFrame(frameInfo: FrameInfo): void} instead.
|
6702
6702
|
*
|
6703
6703
|
* Set the current Frame Context
|
6704
6704
|
*
|
@@ -6709,7 +6709,7 @@ function setFrameContext(frameContext) {
|
|
6709
6709
|
}
|
6710
6710
|
/**
|
6711
6711
|
* @deprecated
|
6712
|
-
* As of 2.0.0
|
6712
|
+
* As of 2.0.0, please use {@link pages.initializeWithFrameContext pages.initializeWithFrameContext(frameInfo: FrameInfo, callback?: () => void, validMessageOrigins?: string[],): void} instead.
|
6713
6713
|
*
|
6714
6714
|
* Initilize with FrameContext
|
6715
6715
|
*
|
@@ -6808,7 +6808,7 @@ function transformAppContextToLegacyContext(appContext) {
|
|
6808
6808
|
*/
|
6809
6809
|
/**
|
6810
6810
|
* @deprecated
|
6811
|
-
* As of 2.0.0
|
6811
|
+
* As of 2.0.0, please use {@link pages.returnFocus pages.returnFocus(navigateForward?: boolean): void} instead.
|
6812
6812
|
*
|
6813
6813
|
* Return focus to the main Teams app. Will focus search bar if navigating foward and app bar if navigating back.
|
6814
6814
|
*
|
@@ -6819,7 +6819,7 @@ function returnFocus(navigateForward) {
|
|
6819
6819
|
}
|
6820
6820
|
/**
|
6821
6821
|
* @deprecated
|
6822
|
-
* As of 2.0.0
|
6822
|
+
* As of 2.0.0, please use {@link pages.tabs.navigateToTab pages.tabs.navigateToTab(tabInstance: TabInstance): Promise\<void\>} instead.
|
6823
6823
|
*
|
6824
6824
|
* Navigates the Microsoft Teams app to the specified tab instance.
|
6825
6825
|
*
|
@@ -6839,7 +6839,7 @@ function navigateToTab(tabInstance, onComplete) {
|
|
6839
6839
|
}
|
6840
6840
|
/**
|
6841
6841
|
* @deprecated
|
6842
|
-
* As of 2.0.0
|
6842
|
+
* As of 2.0.0, please use {@link pages.navigateCrossDomain pages.navigateCrossDomain(url: string): Promise\<void\>} instead.
|
6843
6843
|
*
|
6844
6844
|
* Navigates the frame to a new cross-domain URL. The domain of this URL must match at least one of the
|
6845
6845
|
* valid domains specified in the validDomains block of the manifest; otherwise, an exception will be
|
@@ -6863,7 +6863,7 @@ function navigateCrossDomain(url, onComplete) {
|
|
6863
6863
|
}
|
6864
6864
|
/**
|
6865
6865
|
* @deprecated
|
6866
|
-
* As of 2.0.0
|
6866
|
+
* As of 2.0.0, please use {@link pages.backStack.navigateBack pages.backStack.navigateBack(): Promise\<void\>} instead.
|
6867
6867
|
*
|
6868
6868
|
* Navigates back in the Teams client.
|
6869
6869
|
* See registerBackButtonHandler for more information on when it's appropriate to use this method.
|
@@ -6889,7 +6889,7 @@ function navigateBack(onComplete) {
|
|
6889
6889
|
|
6890
6890
|
/**
|
6891
6891
|
* @deprecated
|
6892
|
-
* As of 2.0.0
|
6892
|
+
* As of 2.0.0, please use {@link pages.config} namespace instead.
|
6893
6893
|
*
|
6894
6894
|
* Namespace to interact with the settings-specific part of the SDK.
|
6895
6895
|
* This object is usable only on the settings frame.
|
@@ -6898,7 +6898,7 @@ var settings;
|
|
6898
6898
|
(function (settings) {
|
6899
6899
|
/**
|
6900
6900
|
* @deprecated
|
6901
|
-
* As of 2.0.0
|
6901
|
+
* As of 2.0.0, please use {@link pages.config.setValidityState pages.config.setValidityState(validityState: boolean): void} instead.
|
6902
6902
|
*
|
6903
6903
|
* Sets the validity state for the settings.
|
6904
6904
|
* The initial value is false, so the user cannot save the settings until this is called with true.
|
@@ -6911,7 +6911,7 @@ var settings;
|
|
6911
6911
|
settings.setValidityState = setValidityState;
|
6912
6912
|
/**
|
6913
6913
|
* @deprecated
|
6914
|
-
* As of 2.0.0
|
6914
|
+
* As of 2.0.0, please use {@link pages.config.getConfig pages.config.getConfig(): Promise\<Config\>} instead.
|
6915
6915
|
*
|
6916
6916
|
* Gets the settings for the current instance.
|
6917
6917
|
*
|
@@ -6926,7 +6926,7 @@ var settings;
|
|
6926
6926
|
settings.getSettings = getSettings;
|
6927
6927
|
/**
|
6928
6928
|
* @deprecated
|
6929
|
-
* As of 2.0.0
|
6929
|
+
* As of 2.0.0, please use {@link pages.config.setConfig pages.config.setConfig(instanceSettings: Config): Promise\<void\>} instead.
|
6930
6930
|
*
|
6931
6931
|
* Sets the settings for the current instance.
|
6932
6932
|
* This is an asynchronous operation; calls to getSettings are not guaranteed to reflect the changed state.
|
@@ -6947,7 +6947,7 @@ var settings;
|
|
6947
6947
|
settings.setSettings = setSettings;
|
6948
6948
|
/**
|
6949
6949
|
* @deprecated
|
6950
|
-
* As of 2.0.0
|
6950
|
+
* As of 2.0.0, please use {@link pages.config.registerOnSaveHandler pages.config.registerOnSaveHandler(handler: (evt: SaveEvent) => void): void} instead.
|
6951
6951
|
*
|
6952
6952
|
* Registers a handler for when the user attempts to save the settings. This handler should be used
|
6953
6953
|
* to create or update the underlying resource powering the content.
|
@@ -6962,7 +6962,7 @@ var settings;
|
|
6962
6962
|
settings.registerOnSaveHandler = registerOnSaveHandler;
|
6963
6963
|
/**
|
6964
6964
|
* @deprecated
|
6965
|
-
* As of 2.0.0
|
6965
|
+
* As of 2.0.0, please use {@link pages.config.registerOnRemoveHandler pages.config.registerOnRemoveHandler(handler: (evt: RemoveEvent) => void): void} instead.
|
6966
6966
|
*
|
6967
6967
|
* Registers a handler for user attempts to remove content. This handler should be used
|
6968
6968
|
* to remove the underlying resource powering the content.
|
@@ -6997,7 +6997,7 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
6997
6997
|
|
6998
6998
|
/**
|
6999
6999
|
* @deprecated
|
7000
|
-
* As of 2.0.0
|
7000
|
+
* As of 2.0.0, please use {@link dialog} namespace instead.
|
7001
7001
|
*
|
7002
7002
|
* Namespace to interact with the task module-specific part of the SDK.
|
7003
7003
|
* This object is usable only on the content frame.
|
@@ -7007,7 +7007,7 @@ var tasks;
|
|
7007
7007
|
(function (tasks) {
|
7008
7008
|
/**
|
7009
7009
|
* @deprecated
|
7010
|
-
* As of 2.0.0
|
7010
|
+
* As of 2.0.0, please use {@link dialog.open(urlDialogInfo: UrlDialogInfo, submitHandler?: DialogSubmitHandler, messageFromChildHandler?: PostMessageChannel): PostMessageChannel} for url based dialogs
|
7011
7011
|
* and {@link dialog.bot.open(botUrlDialogInfo: BotUrlDialogInfo, submitHandler?: DialogSubmitHandler, messageFromChildHandler?: PostMessageChannel): PostMessageChannel} for bot based dialogs.
|
7012
7012
|
*
|
7013
7013
|
* Allows an app to open the task module.
|
@@ -7035,7 +7035,7 @@ var tasks;
|
|
7035
7035
|
tasks.startTask = startTask;
|
7036
7036
|
/**
|
7037
7037
|
* @deprecated
|
7038
|
-
* As of 2.0.0
|
7038
|
+
* As of 2.0.0, please use {@link dialog.update.resize dialog.update.resize(dimensions: DialogSize): void} instead.
|
7039
7039
|
*
|
7040
7040
|
* Update height/width task info properties.
|
7041
7041
|
*
|
@@ -7053,7 +7053,7 @@ var tasks;
|
|
7053
7053
|
tasks.updateTask = updateTask;
|
7054
7054
|
/**
|
7055
7055
|
* @deprecated
|
7056
|
-
* As of 2.0.0
|
7056
|
+
* As of 2.0.0, please use {@link dialog.submit dialog.submit(result?: string | object, appIds?: string | string[]): void} instead.
|
7057
7057
|
*
|
7058
7058
|
* Submit the task module.
|
7059
7059
|
*
|