@microsoft/sp-top-actions 1.16.0-beta.1

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.
Files changed (56) hide show
  1. package/CHANGELOG.json +5 -0
  2. package/CHANGELOG.md +0 -0
  3. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Basque.docx +0 -0
  4. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Bulgarian.docx +0 -0
  5. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Catalan.docx +0 -0
  6. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Chinese (Simplified).docx +0 -0
  7. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Chinese (Traditional).docx +0 -0
  8. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Croatian.docx +0 -0
  9. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Czech.docx +0 -0
  10. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Danish.docx +0 -0
  11. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Dutch.docx +0 -0
  12. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Estonian.docx +0 -0
  13. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Finnish.docx +0 -0
  14. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - French.docx +0 -0
  15. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Galician.docx +0 -0
  16. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - German.docx +0 -0
  17. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Greek.docx +0 -0
  18. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Hindi.docx +0 -0
  19. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Hungarian.docx +0 -0
  20. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Indonesian.docx +0 -0
  21. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Italian.docx +0 -0
  22. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Japanese.docx +0 -0
  23. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Kazakh.docx +0 -0
  24. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Korean.docx +0 -0
  25. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Latvian.docx +0 -0
  26. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Lithuanian.docx +0 -0
  27. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Malaysian.docx +0 -0
  28. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Norwegian.docx +0 -0
  29. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Polish.docx +0 -0
  30. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Portuguese (Brazil).docx +0 -0
  31. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Portuguese (Portugal).docx +0 -0
  32. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Romanian.docx +0 -0
  33. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Russian.docx +0 -0
  34. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Serbian (Cyrillic).docx +0 -0
  35. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Serbian (Latin).docx +0 -0
  36. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Slovak.docx +0 -0
  37. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Slovenian.docx +0 -0
  38. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Spanish.docx +0 -0
  39. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Swedish.docx +0 -0
  40. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Thai.docx +0 -0
  41. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Turkish.docx +0 -0
  42. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Ukrainian.docx +0 -0
  43. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Valencian.docx +0 -0
  44. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms - Vietnamese.docx +0 -0
  45. package/EULA/Microsoft Sharepoint Framework - Standalone (free) Use Terms.docx +0 -0
  46. package/README.md +9 -0
  47. package/dist/d5c7f2a5-a8e2-431c-9161-70d4d6396f79.manifest.json +19 -0
  48. package/dist/index-internal-beta.d.ts +27 -0
  49. package/dist/index-internal-public.d.ts +7 -0
  50. package/dist/index-internal.d.ts +27 -0
  51. package/dist/sp-top-actions_none_e28b87eb167c7bb5c8fd.js +1 -0
  52. package/dist/tsdoc-metadata.json +11 -0
  53. package/lib-commonjs/ITopActions.js +4 -0
  54. package/lib-commonjs/index.js +10 -0
  55. package/lib-commonjs/sp-top-actions.manifest.json +14 -0
  56. package/package.json +14 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "@microsoft/sp-top-actions",
3
+ "entries": [
4
+ ]
5
+ }
package/CHANGELOG.md ADDED
File without changes
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # sp-top-actios
2
+
3
+ This package exposes the SharePoint web part top actions for usage by third-party components. The Top Actions allow developers to add custom commands to web part's command bar that is available during editing session of the page.
4
+
5
+ *This package is part of the [SharePoint Framework](http://aka.ms/spfx),
6
+ which is a collection of NPM packages that empower developers to create client-side experiences
7
+ for [Microsoft SharePoint](https://products.office.com/en-us/sharepoint/collaboration).
8
+ For more information, including complete API documentation and code samples, please visit
9
+ the [SharePoint Framework](http://aka.ms/spfx) web site.*
@@ -0,0 +1,19 @@
1
+ {
2
+ "manifestVersion": 2,
3
+ "id": "d5c7f2a5-a8e2-431c-9161-70d4d6396f79",
4
+ "alias": "SpTopActions",
5
+ "componentType": "Library",
6
+ "version": "1.16.0",
7
+ "loaderConfig": {
8
+ "internalModuleBaseUrls": [
9
+ "https://localhost:4321/dist/"
10
+ ],
11
+ "entryModuleId": "sp-top-actions",
12
+ "scriptResources": {
13
+ "sp-top-actions": {
14
+ "type": "path",
15
+ "path": "sp-top-actions_none_e28b87eb167c7bb5c8fd.js"
16
+ }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,27 @@
1
+ import { IPropertyPaneField } from '@microsoft/sp-property-pane/lib/propertyPaneFields/propertyPaneField/IPropertyPaneField';
2
+
3
+ /**
4
+ * @beta
5
+ */
6
+ export declare type ActionConfiguration = IPropertyPaneField<any>;
7
+
8
+ /**
9
+ * The configurations used to define a webpart's top actions.
10
+ * For consistency between the Property Pane and the CanvasTopAction,
11
+ * top action configurations are based on IPropertyPaneField data structure.
12
+ * @beta
13
+ */
14
+ export declare interface ITopActions {
15
+ /**
16
+ * List of PropertyPane top actions
17
+ */
18
+ readonly topActions: ActionConfiguration[];
19
+ /**
20
+ * Fired once the top action configuration state has changed for the specified property path
21
+ * @param actionName - the specified property path that has been altered
22
+ * @param newValue - the new value for the specified actionName
23
+ */
24
+ onExecute(actionName: string, newValue: any): void;
25
+ }
26
+
27
+ export { }
@@ -0,0 +1,7 @@
1
+ import { IPropertyPaneField } from '@microsoft/sp-property-pane/lib/propertyPaneFields/propertyPaneField/IPropertyPaneField';
2
+
3
+ /* Excluded from this release type: ActionConfiguration */
4
+
5
+ /* Excluded from this release type: ITopActions */
6
+
7
+ export { }
@@ -0,0 +1,27 @@
1
+ import { IPropertyPaneField } from '@microsoft/sp-property-pane/lib/propertyPaneFields/propertyPaneField/IPropertyPaneField';
2
+
3
+ /**
4
+ * @beta
5
+ */
6
+ export declare type ActionConfiguration = IPropertyPaneField<any>;
7
+
8
+ /**
9
+ * The configurations used to define a webpart's top actions.
10
+ * For consistency between the Property Pane and the CanvasTopAction,
11
+ * top action configurations are based on IPropertyPaneField data structure.
12
+ * @beta
13
+ */
14
+ export declare interface ITopActions {
15
+ /**
16
+ * List of PropertyPane top actions
17
+ */
18
+ readonly topActions: ActionConfiguration[];
19
+ /**
20
+ * Fired once the top action configuration state has changed for the specified property path
21
+ * @param actionName - the specified property path that has been altered
22
+ * @param newValue - the new value for the specified actionName
23
+ */
24
+ onExecute(actionName: string, newValue: any): void;
25
+ }
26
+
27
+ export { }
@@ -0,0 +1 @@
1
+ define("d5c7f2a5-a8e2-431c-9161-70d4d6396f79_1.16.0",[],function(){return function(e){var t={};function n(a){if(t[a])return t[a].exports;var i=t[a]={i:a,l:!1,exports:{}};return e[a].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(a,i,function(t){return e[t]}.bind(null,i));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s="mwqp")}({mwqp:function(e,t,n){"use strict";n.r(t)}})});
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.29.0"
9
+ }
10
+ ]
11
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation. All rights reserved.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=ITopActions.js.map
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright (c) Microsoft Corporation. All rights reserved.
4
+ *
5
+ * TopActions modules index
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ var tslib_1 = require("tslib");
9
+ tslib_1.__exportStar(require("./ITopActions"), exports);
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,14 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-component-manifest.schema.json",
3
+
4
+ "manifestVersion": 2,
5
+
6
+ "id": "d5c7f2a5-a8e2-431c-9161-70d4d6396f79", // <-- Generate a GUID using https://www.guidgen.com/
7
+ "alias": "SpTopActions", // <-- [YOUR NAME HERE]
8
+ "componentType": "Library",
9
+
10
+ // The "*" instructs the tools take the version from package.json when generating the output manifest.
11
+ // For a first party web part that is deployed with sp-client, this version is not very meaningful.
12
+ // We recommend to put "1.0.0" in your package.json and not worry about incrementing it.
13
+ "version": "*"
14
+ }
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@microsoft/sp-top-actions",
3
+ "version": "1.16.0-beta.1",
4
+ "description": "SharePoint Framework support for the web part top actions user interface.",
5
+ "license": "SEE LICENSE IN \"EULA\" FOLDER",
6
+ "homepage": "http://aka.ms/spfx",
7
+ "main": "lib-commonjs/index.js",
8
+ "module": "lib/index.js",
9
+ "typings": "dist/index-internal.d.ts",
10
+ "dependencies": {
11
+ "@microsoft/sp-property-pane": "1.16.0-beta.1"
12
+ },
13
+ "scripts": {}
14
+ }