@microsoft/sp-top-actions 1.19.0 → 1.20.0-rc.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/d5c7f2a5-a8e2-431c-9161-70d4d6396f79.manifest.json +3 -3
- package/dist/index-internal-beta.d.ts +4 -0
- package/dist/index-internal-public.d.ts +4 -0
- package/dist/index-internal.d.ts +4 -0
- package/dist/{sp-top-actions_none_ab58f213730b30bd0ea9.js → sp-top-actions_none_3f25e062ecdede1e283c.js} +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/lib-commonjs/topActionsFields/topActionsField/topActionsField.js +1 -1
- package/package.json +5 -5
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"id": "d5c7f2a5-a8e2-431c-9161-70d4d6396f79",
|
|
4
4
|
"alias": "SpTopActions",
|
|
5
5
|
"componentType": "Library",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.20.0",
|
|
7
7
|
"loaderConfig": {
|
|
8
8
|
"internalModuleBaseUrls": [
|
|
9
9
|
"https://localhost:4321/dist/"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"sp-top-actions": {
|
|
14
14
|
"type": "path",
|
|
15
15
|
"path": {
|
|
16
|
-
"path": "sp-top-
|
|
17
|
-
"integrity": "sha256-
|
|
16
|
+
"path": "sp-top-actions_none_3f25e062ecdede1e283c.js",
|
|
17
|
+
"integrity": "sha256-zu9joY5E6tGTL+JgKJcXI0OIEYZDm/mcvFv7It3cxLw="
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -110,6 +110,10 @@ export declare interface ITopActionsDropdownOption {
|
|
|
110
110
|
*/
|
|
111
111
|
readonly ariaLabel?: string;
|
|
112
112
|
/* Excluded from this release type: themableSvg */
|
|
113
|
+
/**
|
|
114
|
+
* The data-automation-id property for the dropdown option.
|
|
115
|
+
*/
|
|
116
|
+
readonly dataAutomationId?: string;
|
|
113
117
|
}
|
|
114
118
|
|
|
115
119
|
/**
|
|
@@ -110,6 +110,10 @@ export declare interface ITopActionsDropdownOption {
|
|
|
110
110
|
*/
|
|
111
111
|
readonly ariaLabel?: string;
|
|
112
112
|
/* Excluded from this release type: themableSvg */
|
|
113
|
+
/**
|
|
114
|
+
* The data-automation-id property for the dropdown option.
|
|
115
|
+
*/
|
|
116
|
+
readonly dataAutomationId?: string;
|
|
113
117
|
}
|
|
114
118
|
|
|
115
119
|
/**
|
package/dist/index-internal.d.ts
CHANGED
|
@@ -110,6 +110,10 @@ export declare interface ITopActionsDropdownOption {
|
|
|
110
110
|
*/
|
|
111
111
|
readonly ariaLabel?: string;
|
|
112
112
|
/* Excluded from this release type: themableSvg */
|
|
113
|
+
/**
|
|
114
|
+
* The data-automation-id property for the dropdown option.
|
|
115
|
+
*/
|
|
116
|
+
readonly dataAutomationId?: string;
|
|
113
117
|
}
|
|
114
118
|
|
|
115
119
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
define("d5c7f2a5-a8e2-431c-9161-70d4d6396f79_1.
|
|
1
|
+
define("d5c7f2a5-a8e2-431c-9161-70d4d6396f79_1.20.0",[],()=>(()=>{"use strict";var e,t={d:(e,n)=>{for(var a in n)t.o(n,a)&&!t.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:n[a]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},n={};return t.r(n),t.d(n,{TopActionsFieldType:()=>e}),function(e){e[e.Dropdown=10]="Dropdown",e[e.Button=11]="Button"}(e||(e={})),n})());
|
package/dist/tsdoc-metadata.json
CHANGED
|
@@ -19,5 +19,5 @@ var TopActionsFieldType;
|
|
|
19
19
|
* Button field.
|
|
20
20
|
*/
|
|
21
21
|
TopActionsFieldType[TopActionsFieldType["Button"] = 11] = "Button";
|
|
22
|
-
})(TopActionsFieldType
|
|
22
|
+
})(TopActionsFieldType || (exports.TopActionsFieldType = TopActionsFieldType = {}));
|
|
23
23
|
//# sourceMappingURL=topActionsField.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/sp-top-actions",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0-rc.0",
|
|
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,12 +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.67.0",
|
|
12
12
|
"@types/react": "17.0.45",
|
|
13
13
|
"@types/react-dom": "17.0.17",
|
|
14
|
-
"eslint": "8.
|
|
15
|
-
"@ms/
|
|
16
|
-
"@ms/
|
|
14
|
+
"eslint": "8.57.0",
|
|
15
|
+
"@ms/sp-coachmark-utility": "0.1.0",
|
|
16
|
+
"@ms/spfx-internal-web-build-rig": "0.1.0"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "heft build --clean",
|