@microsoft/sp-adaptive-card-extension-base 1.17.0-rc.1 → 1.17.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.
|
@@ -748,10 +748,7 @@ export declare abstract class BaseView<TProperties = {}, TState = {}, TData = {}
|
|
|
748
748
|
setVisibility(isVisible: boolean): void;
|
|
749
749
|
}
|
|
750
750
|
|
|
751
|
-
|
|
752
|
-
* @public
|
|
753
|
-
*/
|
|
754
|
-
export declare type CardActionType = ISubmitAction | IOpenUrlAction | IShowCardAction | ISelectMediaAction | IGetLocationAction | IShowLocationAction;
|
|
751
|
+
/* Excluded from this release type: _CardActionType */
|
|
755
752
|
|
|
756
753
|
/**
|
|
757
754
|
* Size of the Card view.
|
|
@@ -670,10 +670,7 @@ export declare abstract class BaseView<TProperties = {}, TState = {}, TData = {}
|
|
|
670
670
|
setVisibility(isVisible: boolean): void;
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
-
|
|
674
|
-
* @public
|
|
675
|
-
*/
|
|
676
|
-
export declare type CardActionType = ISubmitAction | IOpenUrlAction | IShowCardAction | ISelectMediaAction | IGetLocationAction | IShowLocationAction;
|
|
673
|
+
/* Excluded from this release type: _CardActionType */
|
|
677
674
|
|
|
678
675
|
/**
|
|
679
676
|
* Size of the Card view.
|
package/dist/index-internal.d.ts
CHANGED
|
@@ -670,10 +670,7 @@ export declare abstract class BaseView<TProperties = {}, TState = {}, TData = {}
|
|
|
670
670
|
setVisibility(isVisible: boolean): void;
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
-
|
|
674
|
-
* @public
|
|
675
|
-
*/
|
|
676
|
-
export declare type CardActionType = ISubmitAction | IOpenUrlAction | IShowCardAction | ISelectMediaAction | IGetLocationAction | IShowLocationAction;
|
|
673
|
+
/* Excluded from this release type: _CardActionType */
|
|
677
674
|
|
|
678
675
|
/**
|
|
679
676
|
* Size of the Card view.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/sp-adaptive-card-extension-base",
|
|
3
|
-
"version": "1.17.0
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"description": "SharePoint Framework Adaptive Card Extensions",
|
|
5
5
|
"license": "https://aka.ms/spfx/license",
|
|
6
6
|
"homepage": "http://aka.ms/spfx",
|
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"adaptivecards": "2.11.1",
|
|
18
18
|
"tslib": "2.3.1",
|
|
19
|
-
"@microsoft/sp-component-base": "1.17.0
|
|
20
|
-
"@microsoft/sp-core-library": "1.17.0
|
|
21
|
-
"@microsoft/sp-diagnostics": "1.17.0
|
|
22
|
-
"@microsoft/sp-http": "1.17.0
|
|
23
|
-
"@microsoft/sp-http-base": "1.17.0
|
|
24
|
-
"@microsoft/sp-loader": "1.17.0
|
|
25
|
-
"@microsoft/sp-lodash-subset": "1.17.0
|
|
26
|
-
"@microsoft/sp-module-interfaces": "1.17.0
|
|
27
|
-
"@microsoft/sp-property-pane": "1.17.0
|
|
19
|
+
"@microsoft/sp-component-base": "1.17.0",
|
|
20
|
+
"@microsoft/sp-core-library": "1.17.0",
|
|
21
|
+
"@microsoft/sp-diagnostics": "1.17.0",
|
|
22
|
+
"@microsoft/sp-http": "1.17.0",
|
|
23
|
+
"@microsoft/sp-http-base": "1.17.0",
|
|
24
|
+
"@microsoft/sp-loader": "1.17.0",
|
|
25
|
+
"@microsoft/sp-lodash-subset": "1.17.0",
|
|
26
|
+
"@microsoft/sp-module-interfaces": "1.17.0",
|
|
27
|
+
"@microsoft/sp-property-pane": "1.17.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@rushstack/heft": "0.49.7",
|
|
31
31
|
"@types/react": "17.0.45",
|
|
32
|
-
"@microsoft/sp-page-context": "1.17.0
|
|
33
|
-
"@microsoft/sp-webpart-base": "1.17.0
|
|
32
|
+
"@microsoft/sp-page-context": "1.17.0",
|
|
33
|
+
"@microsoft/sp-webpart-base": "1.17.0",
|
|
34
34
|
"@ms/sp-bingmap": "0.0.1",
|
|
35
35
|
"@ms/sp-pages-core": "0.1.0",
|
|
36
36
|
"@ms/sp-secure-broker-lib": "0.1.0",
|