@microsoft/sp-listview-extensibility 1.13.0-beta.22 → 1.13.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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "d37b65ee-c7d8-4570-bc74-2b294ff3b380",
|
|
3
3
|
"alias": "SPListViewExtensibility",
|
|
4
4
|
"componentType": "Library",
|
|
5
|
-
"version": "1.13.
|
|
5
|
+
"version": "1.13.1",
|
|
6
6
|
"manifestVersion": 2,
|
|
7
7
|
"loaderConfig": {
|
|
8
8
|
"internalModuleBaseUrls": [
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"scriptResources": {
|
|
13
13
|
"sp-listview-extensibility": {
|
|
14
14
|
"type": "path",
|
|
15
|
-
"path": "sp-listview-
|
|
15
|
+
"path": "sp-listview-extensibility_none_abbcd32929f87f9a82df.js"
|
|
16
16
|
},
|
|
17
17
|
"tslib": {
|
|
18
18
|
"type": "component",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"@microsoft/sp-core-library": {
|
|
23
23
|
"type": "component",
|
|
24
24
|
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
25
|
-
"version": "1.13.
|
|
25
|
+
"version": "1.13.1"
|
|
26
26
|
},
|
|
27
27
|
"@microsoft/sp-extension-base": {
|
|
28
28
|
"type": "component",
|
|
29
29
|
"id": "0773bd53-a69e-4293-87e6-ba80ea4d614b",
|
|
30
|
-
"version": "1.13.
|
|
30
|
+
"version": "1.13.1"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
define("d37b65ee-c7d8-4570-bc74-2b294ff3b380_1.13.
|
|
1
|
+
define("d37b65ee-c7d8-4570-bc74-2b294ff3b380_1.13.1",["tslib","@microsoft/sp-core-library","@microsoft/sp-extension-base"],function(n,a,i){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")}({"17wl":function(e,t){e.exports=n},UWqr:function(e,t){e.exports=a},ZFc5:function(e,t){e.exports=i},mwqp:function(e,t,n){"use strict";n.r(t),n.d(t,"BaseListViewCommandSet",function(){return o}),n.d(t,"Command",function(){return s}),n.d(t,"ListViewCommandSetContext",function(){return c}),n.d(t,"BaseFieldCustomizer",function(){return d}),n.d(t,"FieldCustomizerContext",function(){return l}),n.d(t,"ListItemAccessor",function(){return u}),n.d(t,"ColumnAccessor",function(){return f}),n.d(t,"RowAccessor",function(){return p}),n.d(t,"SelectedRowsChangedEventArgs",function(){return m}),n.d(t,"ListViewAccessor",function(){return _});var a=n("17wl"),i=n("UWqr"),r=n("ZFc5"),o=function(e){function t(){return e.call(this)||this}return Object(a.__extends)(t,e),t.prototype.tryGetCommand=function(e){return i.Validate.isNonemptyString(e,"id"),this.context._commands.filter(function(t){return t.id===e})[0]},t.prototype.onListViewUpdated=function(e){},t.prototype.onExecute=function(e){},t}(r.BaseExtension),s=function(){},c=function(e){function t(t,n){var a=e.call(this,t)||this;a._listView=n.listView,a._commandArray=[];for(var r=a.manifest.items,o=0,s=Object.keys(r);o<s.length;o++){var c=s[o];if("command"===r[c].type){var d=r[c].iconImageUrl;d&&!i.UrlUtilities.isDataUrl(d)&&(d=i.UrlUtilities.resolve(d,a.manifest.loaderConfig.internalModuleBaseUrls[0])),a._commandArray.push({id:c,title:r[c].title.default||"",ariaLabel:r[c].ariaLabel?r[c].ariaLabel.default:void 0,iconImageUrl:d,visible:!0})}}return a}return Object(a.__extends)(t,e),Object.defineProperty(t.prototype,"listView",{get:function(){return this._listView},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"_commands",{get:function(){return this._commandArray},enumerable:!1,configurable:!0}),t}(r.ExtensionContext),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(a.__extends)(t,e),t.prototype.onRenderCell=function(e){var t=""+e.fieldValue;e.fieldValue.innerText=t},t.prototype.onDisposeCell=function(e){},t}(r.BaseExtension),l=function(e){function t(t,n){var a=e.call(this,t)||this;return a._listView=n.listView,a._field=n.field,a}return Object(a.__extends)(t,e),t.prototype.tryGetListView=function(){return this._listView},Object.defineProperty(t.prototype,"field",{get:function(){return this._field},enumerable:!1,configurable:!0}),t}(r.ExtensionContext),u=function(){},f=function(){},p=function(e){function t(){return e.call(this)||this}return Object(a.__extends)(t,e),t}(u),m=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(a.__extends)(t,e),t}(i.SPEventArgs),_=function(){function e(){this._selectedRowsChangedEvent=new i.SPEvent(e._selectedRowsChangedEventName)}return Object.defineProperty(e.prototype,"selectedRowsChangedEvent",{get:function(){return this._selectedRowsChangedEvent},enumerable:!1,configurable:!0}),e._selectedRowsChangedEventName="listView.selectedRowsChanged",e}()}})});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/sp-listview-extensibility",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"description": "SharePoint Framework developer support for customizing the list view",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "lib-commonjs/index.js",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"tsdocFlavor": "AEDoc"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@microsoft/sp-core-library": "1.13.
|
|
14
|
-
"@microsoft/sp-extension-base": "1.13.
|
|
15
|
-
"@microsoft/sp-module-interfaces": "1.13.
|
|
16
|
-
"@microsoft/sp-page-context": "1.13.
|
|
13
|
+
"@microsoft/sp-core-library": "1.13.1",
|
|
14
|
+
"@microsoft/sp-extension-base": "1.13.1",
|
|
15
|
+
"@microsoft/sp-module-interfaces": "1.13.1",
|
|
16
|
+
"@microsoft/sp-page-context": "1.13.1",
|
|
17
17
|
"tslib": "~1.10.0"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {},
|