@microsoft/sp-top-actions 1.18.0-beta.3 → 1.18.0-beta.5
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { IMultiStepCoachmark } from '@ms/sp-coachmark-utility';
|
|
1
2
|
import type * as React_2 from 'react';
|
|
2
3
|
|
|
3
4
|
/**
|
|
@@ -11,6 +12,7 @@ export declare interface ITopActions {
|
|
|
11
12
|
*/
|
|
12
13
|
readonly topActions: ITopActionsField[];
|
|
13
14
|
/* Excluded from this release type: coachmarks */
|
|
15
|
+
/* Excluded from this release type: coachmarksFromUtility */
|
|
14
16
|
/**
|
|
15
17
|
* Triggered once the top action configuration state has been executed for the specified property path
|
|
16
18
|
* @param actionName - the specified property path that has been altered
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { IMultiStepCoachmark } from '@ms/sp-coachmark-utility';
|
|
1
2
|
import type * as React_2 from 'react';
|
|
2
3
|
|
|
3
4
|
/**
|
|
@@ -11,6 +12,7 @@ export declare interface ITopActions {
|
|
|
11
12
|
*/
|
|
12
13
|
readonly topActions: ITopActionsField[];
|
|
13
14
|
/* Excluded from this release type: coachmarks */
|
|
15
|
+
/* Excluded from this release type: coachmarksFromUtility */
|
|
14
16
|
/**
|
|
15
17
|
* Triggered once the top action configuration state has been executed for the specified property path
|
|
16
18
|
* @param actionName - the specified property path that has been altered
|
package/dist/index-internal.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { IMultiStepCoachmark } from '@ms/sp-coachmark-utility';
|
|
1
2
|
import type * as React_2 from 'react';
|
|
2
3
|
|
|
3
4
|
/**
|
|
@@ -11,6 +12,7 @@ export declare interface ITopActions {
|
|
|
11
12
|
*/
|
|
12
13
|
readonly topActions: ITopActionsField[];
|
|
13
14
|
/* Excluded from this release type: coachmarks */
|
|
15
|
+
/* Excluded from this release type: coachmarksFromUtility */
|
|
14
16
|
/**
|
|
15
17
|
* Triggered once the top action configuration state has been executed for the specified property path
|
|
16
18
|
* @param actionName - the specified property path that has been altered
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/sp-top-actions",
|
|
3
|
-
"version": "1.18.0-beta.
|
|
3
|
+
"version": "1.18.0-beta.5",
|
|
4
4
|
"description": "SharePoint Framework support for the web part top actions user interface.",
|
|
5
5
|
"license": "https://aka.ms/spfx/license",
|
|
6
6
|
"homepage": "http://aka.ms/spfx",
|
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
"module": "lib/index.js",
|
|
9
9
|
"typings": "dist/index-internal.d.ts",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@rushstack/heft": "0.
|
|
11
|
+
"@rushstack/heft": "0.58.1",
|
|
12
12
|
"@types/react": "17.0.45",
|
|
13
13
|
"@types/react-dom": "17.0.17",
|
|
14
14
|
"eslint": "8.7.0",
|
|
15
|
-
"@ms/spfx-internal-web-build-
|
|
15
|
+
"@ms/spfx-internal-web-build-rig": "0.1.0",
|
|
16
|
+
"@ms/sp-coachmark-utility": "0.1.0"
|
|
16
17
|
},
|
|
17
18
|
"scripts": {
|
|
18
19
|
"build": "heft build --clean",
|