@microsoft/sp-core-library
Advanced tools
Comparing version 1.8.2 to 1.9.0-plusbeta
@@ -5,32 +5,11 @@ { | ||
{ | ||
"version": "1.8.2", | ||
"tag": "@microsoft/sp-core-library_v1.8.2", | ||
"date": "Mon, 06 May 2019 22:35:04 GMT", | ||
"version": "1.9.0", | ||
"tag": "@microsoft/sp-core-library_v1.9.0", | ||
"date": "Mon, 22 Jul 2019 19:07:47 GMT", | ||
"comments": { | ||
"dependency": [ | ||
"none": [ | ||
{ | ||
"comment": "Updating dependency \"@ms/sp-build-internal-web\" from `~0.23.26` to `~0.23.27`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.8.1", | ||
"tag": "@microsoft/sp-core-library_v1.8.1", | ||
"date": "Fri, 12 Apr 2019 16:07:20 GMT", | ||
"comments": { | ||
"dependency": [ | ||
"comment": "Update build dependencies." | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@ms/sp-build-internal-web\" from `~0.23.21` to `~0.23.22`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.8.0", | ||
"tag": "@microsoft/sp-core-library_v1.8.0", | ||
"date": "Thu, 14 Mar 2019 01:04:21 GMT", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Upgrade Typescript to 2.7.2" | ||
@@ -45,3 +24,24 @@ }, | ||
{ | ||
"comment": "Update Validate.isNotNullOrUndefined to type guard function" | ||
}, | ||
{ | ||
"comment": "Upgrate TypeScript to 3.3" | ||
}, | ||
{ | ||
"comment": "changed embedded logic for SPD" | ||
}, | ||
{ | ||
"comment": "Add \"manifest\" to _IQosExtraData" | ||
}, | ||
{ | ||
"comment": "Create a new library function to check if a URL is a relative URL" | ||
}, | ||
{ | ||
"comment": "api extractor config changes" | ||
}, | ||
{ | ||
"comment": "remove unused isSharePointDesktop method/var" | ||
}, | ||
{ | ||
"comment": "Replace spdesktop with Magellan" | ||
} | ||
@@ -51,3 +51,3 @@ ], | ||
{ | ||
"comment": "Updating dependency \"@ms/sp-build-internal-web\" from `~0.23.19` to `~0.23.20`" | ||
"comment": "Updating dependency \"@ms/sp-build-internal-web\" from `~0.27.5` to `~0.27.6`" | ||
} | ||
@@ -54,0 +54,0 @@ ] |
# Change Log - @microsoft/sp-core-library | ||
This log was last generated on Mon, 06 May 2019 22:35:04 GMT and should not be manually modified. | ||
This log was last generated on Mon, 22 Jul 2019 19:07:47 GMT and should not be manually modified. | ||
## 1.8.2 | ||
Mon, 06 May 2019 22:35:04 GMT | ||
## 1.9.0 | ||
Mon, 22 Jul 2019 19:07:47 GMT | ||
*Version update only* | ||
## 1.8.1 | ||
Fri, 12 Apr 2019 16:07:20 GMT | ||
*Version update only* | ||
## 1.8.0 | ||
Thu, 14 Mar 2019 01:04:21 GMT | ||
### Updates | ||
- Update build dependencies. | ||
- Upgrade Typescript to 2.7.2 | ||
- Upgrade Typescript to 2.7.2 | ||
- Upgrade to fabric 6 | ||
- Update Validate.isNotNullOrUndefined to type guard function | ||
- Upgrate TypeScript to 3.3 | ||
- changed embedded logic for SPD | ||
- Add "manifest" to _IQosExtraData | ||
- Create a new library function to check if a URL is a relative URL | ||
- api extractor config changes | ||
- remove unused isSharePointDesktop method/var | ||
- Replace spdesktop with Magellan | ||
@@ -25,0 +23,0 @@ ## 1.7.0 |
@@ -5,3 +5,3 @@ { | ||
"componentType": "Library", | ||
"version": "1.8.2", | ||
"version": "1.9.0", | ||
"manifestVersion": 2, | ||
@@ -20,3 +20,3 @@ "loaderConfig": { | ||
"type": "component", | ||
"version": "1.8.2", | ||
"version": "1.9.0", | ||
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a" | ||
@@ -23,0 +23,0 @@ } |
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
@@ -6,0 +9,0 @@ extendStatics(d, b); |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.0.42" | ||
"packageVersion": "7.1.8" | ||
} | ||
] | ||
} |
@@ -11,5 +11,6 @@ /** | ||
private static _isTeamsWebView; | ||
private static _isSharePointDesktopApp; | ||
private static _isMagellan; | ||
private static _isEmbedded; | ||
private static readonly _sharePointDesktopAppString; | ||
private static readonly _sharePointDesktopString; | ||
private static readonly _magellanString; | ||
private static readonly _serviceWorkerProperty; | ||
@@ -21,3 +22,3 @@ static isWebViewHosted(): boolean; | ||
static isMobileBrowser(): boolean; | ||
static isSharePointDesktopApp(): boolean; | ||
static isMagellan(): boolean; | ||
static isEmbedded(): boolean; | ||
@@ -27,3 +28,4 @@ static supportsServiceWorker(): boolean; | ||
private static _isMobileIntuneBrowser; | ||
private static _handleErrorForParentWindowCheck; | ||
} | ||
//# sourceMappingURL=BrowserUtilities.d.ts.map |
@@ -42,3 +42,4 @@ import SPFlight from './SPFlight'; | ||
/(Android ).* Version\/((?:(\d+)\.)?(?:(\d+)\.)?(?:(\d+)\.\d+))/.test(ua) || | ||
((navigator.userAgent.indexOf(BrowserUtilities._sharePointDesktopAppString) === -1) && | ||
((navigator.userAgent.indexOf(BrowserUtilities._magellanString) === -1) && | ||
(navigator.userAgent.indexOf(BrowserUtilities._sharePointDesktopString) === -1) && | ||
(/(Windows ).*; WebView\/((?:(\d+)\.)?(?:(\d+)\.)?(?:(\d+)\.\d+))/.test(ua) || | ||
@@ -61,9 +62,10 @@ /(Windows ).*; MSAppHost\/((?:(\d+)\.)?(?:(\d+)\.)?(?:(\d+)\.\d+))/.test(ua))) || | ||
}; | ||
BrowserUtilities.isSharePointDesktopApp = function () { | ||
if (typeof BrowserUtilities._isSharePointDesktopApp === 'undefined') { | ||
BrowserUtilities._isSharePointDesktopApp = SPFlight.isEnabled(219 ) && | ||
(navigator.userAgent.indexOf(BrowserUtilities._sharePointDesktopAppString) !== -1 || | ||
BrowserUtilities.isMagellan = function () { | ||
if (typeof BrowserUtilities._isMagellan === 'undefined') { | ||
BrowserUtilities._isMagellan = SPFlight.isEnabled(219 ) && | ||
(navigator.userAgent.indexOf(BrowserUtilities._sharePointDesktopString) !== -1 || | ||
navigator.userAgent.indexOf(BrowserUtilities._magellanString) !== -1 || | ||
(/[?&]env=Desktop/.test(location.search))); | ||
} | ||
return BrowserUtilities._isSharePointDesktopApp; | ||
return BrowserUtilities._isMagellan; | ||
}; | ||
@@ -78,4 +80,9 @@ BrowserUtilities.isEmbedded = function () { | ||
} | ||
else if (BrowserUtilities.isSharePointDesktopApp()) { | ||
BrowserUtilities._isEmbedded = false; | ||
else if (BrowserUtilities.isMagellan()) { | ||
try { | ||
BrowserUtilities._isEmbedded = !!(window.parent && window.parent !== window); | ||
} | ||
catch (e) { | ||
BrowserUtilities._handleErrorForParentWindowCheck(); | ||
} | ||
} | ||
@@ -90,3 +97,3 @@ else { | ||
catch (e) { | ||
BrowserUtilities._isEmbedded = true; | ||
BrowserUtilities._handleErrorForParentWindowCheck(); | ||
} | ||
@@ -106,3 +113,7 @@ } | ||
}; | ||
BrowserUtilities._sharePointDesktopAppString = 'SharePointDesktop'; | ||
BrowserUtilities._handleErrorForParentWindowCheck = function () { | ||
BrowserUtilities._isEmbedded = true; | ||
}; | ||
BrowserUtilities._sharePointDesktopString = 'SharePointDesktop'; | ||
BrowserUtilities._magellanString = 'Magellan'; | ||
BrowserUtilities._serviceWorkerProperty = 'serviceWorker'; | ||
@@ -109,0 +120,0 @@ return BrowserUtilities; |
import { IDisposable } from '../IDisposable'; | ||
import { IClientSideComponentManifest } from '@microsoft/sp-module-interfaces'; | ||
/** | ||
@@ -32,3 +33,13 @@ * Used with the {@link SPEvent} system, this interface is implemented by components that | ||
readonly componentId: string; | ||
/** | ||
* Optional, only client-side components have a manifest. | ||
* Provides access to the manifest for the client-side component. | ||
* | ||
* @remarks | ||
* Child classes can override this with more specialized manifest types. | ||
* | ||
* @internal | ||
*/ | ||
readonly manifest?: IClientSideComponentManifest; | ||
} | ||
//# sourceMappingURL=ISPEventObserver.d.ts.map |
@@ -32,3 +32,3 @@ import Validate from '../Validate'; | ||
Validate.isNonemptyString(eventName, 'eventName'); | ||
Validate.isNotNullOrUndefined(observer, 'component'); | ||
Validate.isNotNullOrUndefined(observer, 'observer'); | ||
Validate.isNotNullOrUndefined(eventHandler, 'eventHandler'); | ||
@@ -45,3 +45,3 @@ if (!this._listeners.has(eventName)) { | ||
Validate.isNonemptyString(eventName, 'eventName'); | ||
Validate.isNotNullOrUndefined(observer, 'component'); | ||
Validate.isNotNullOrUndefined(observer, 'observer'); | ||
Validate.isNotNullOrUndefined(eventHandler, 'eventHandler'); | ||
@@ -48,0 +48,0 @@ if (!this._listeners.has(eventName)) { |
@@ -26,3 +26,3 @@ import { IRandomNumberGenerator } from './serviceScope/provider/RandomNumberGenerator'; | ||
/** | ||
* @member _guid - Internal guid value | ||
* Internal guid value | ||
*/ | ||
@@ -44,2 +44,4 @@ private _guid; | ||
* | ||
* - `"d5369f3bbd7a412a9c0f7f0650bb5489"` | ||
* | ||
* - `"d5369f3b-bd7a-412a-9c0f-7f0650bb5489"` | ||
@@ -62,2 +64,4 @@ * | ||
* | ||
* - `"d5369f3bbd7a412a9c0f7f0650bb5489"` | ||
* | ||
* - `"d5369f3b-bd7a-412a-9c0f-7f0650bb5489"` | ||
@@ -84,11 +88,9 @@ * | ||
* SharePoint can have guids in the form: | ||
* - Guid(...) | ||
* - {...} | ||
* - `Guid(...)` | ||
* - `{...}` | ||
* _normalize transforms guids in this format to the standard | ||
* guid format. | ||
* | ||
* Example: '/Guid(d5369f3b-bd7a-412a-9c0f-7f0650bb5489)/' | ||
* -> 'd5369f3b-bd7a-412a-9c0f-7f0650bb5489' | ||
* Example: '{d5369f3b-bd7a-412a-9c0f-7f0650bb5489}' | ||
* -> 'd5369f3b-bd7a-412a-9c0f-7f0650bb5489' | ||
* Example: `Guid(d5369f3b-bd7a-412a-9c0f-7f0650bb5489)` becomes `d5369f3b-bd7a-412a-9c0f-7f0650bb5489` | ||
* Example: `{d5369f3b-bd7a-412a-9c0f-7f0650bb5489}` becomes `d5369f3b-bd7a-412a-9c0f-7f0650bb5489` | ||
* | ||
@@ -95,0 +97,0 @@ * @param guid - Guid to be normalized, could already be normalized. |
@@ -64,5 +64,5 @@ import Validate from './Validate'; | ||
Guid.empty = new Guid('00000000-0000-0000-0000-000000000000'); | ||
Guid._guidRegEx = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i; | ||
Guid._guidRegEx = /^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$/i; | ||
return Guid; | ||
}()); | ||
export default Guid; |
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
@@ -6,0 +9,0 @@ extendStatics(d, b); |
define([], function() { | ||
var strings = { | ||
"_gIErrcTokcw+/VVwa+ReIA": { | ||
"invalidEnvironmentTypeError": "[!!--##***ĔņvĩŗōňmĕʼnţŦŷƿė īŝ īņvāļıď##--!!]", | ||
"invalidGuidStringError": "[!!--##***İńvāłīđ ĢŰĪƊ ŝŧřįņģ: \"{0}\"##--!!]", | ||
"isFalseValidateError": "[!!--##***Ťĥȇ väļūȇ ƒőŗ \"{0}\" įš ƒåłşē##--!!]", | ||
"isNullValidateError": "[!!--##***Ťħĕ vâľũȅ ƒōŕ \"{0}\" műşŧ ņơţ ƃė ʼnųĺŀ##--!!]", | ||
"isUndefinedValidateError": "[!!--##***Ťħě vąłũė ƒŏŗ \"{0}\" mūŝŧ ņơŧ ɓȅ ŭŋďěƒĭňěđ##--!!]", | ||
"isEmptyStringValidateError": "[!!--##***Ťħė väļųē ƒŏŗ \"{0}\" műšţ ņōţ ɓȅ ȃŋ ęmƿŧƴ šţŕįʼnĝ##--!!]", | ||
"isDisposedValidateError": "[!!--##***Ťħě \"{0}\" őƄĴĕċŧ ćāńńőţ ƀė ŭŝęď Ƅēċȃũšě īţ ħǻś Ƃėęƞ ďĩŝƿŏśėď.##--!!]", | ||
"invalidVersionStringError": "[!!--##***İʼnvąŀıď vėŕšĭōń şŧřīʼnğ: \"{0}\"##--!!]", | ||
"logVerboseLevelMessage": "[!!--##***{0}: VĚŘƁƠŜĔ {1}##--!!]", | ||
"invalidEnvironmentTypeError": "[!!--##***ȆʼnvīřơŋmȇņţŤȳƿȅ ĭš īʼnvăĺįđ##--!!]", | ||
"invalidGuidStringError": "[!!--##***Ĩňvȁļĭď ĠŪĮƉ šŧŗĭņģ: \"{0}\"##--!!]", | ||
"isFalseValidateError": "[!!--##***Ŧĥē văłűȅ ƒŏŕ \"{0}\" ĭş ƒȁŀšȅ##--!!]", | ||
"isNullValidateError": "[!!--##***Ţħȅ văĺũȅ ƒŏŗ \"{0}\" műśť ňőŧ ƅė ŋũłļ##--!!]", | ||
"isUndefinedValidateError": "[!!--##***Ťĥȇ váĺůȇ ƒōř \"{0}\" műšť ʼnŏţ ƅȇ ūńđĕƒįʼnēđ##--!!]", | ||
"isEmptyStringValidateError": "[!!--##***Ŧĥē väľųě ƒőř \"{0}\" mũŝť ńőť ɓȅ ãń ěmƿŧȳ şŧŕıńğ##--!!]", | ||
"isDisposedValidateError": "[!!--##***Ţħȅ \"{0}\" őƅĴěčť čăņńơť Ƃę ŭŝĕđ ƃēċàūšė įŧ ħȁŝ ƃěěń đĭšƥōšēđ.##--!!]", | ||
"invalidVersionStringError": "[!!--##***Ĩńvȃŀıđ vĕŕšĭōņ şŧŗįƞģ: \"{0}\"##--!!]", | ||
"logVerboseLevelMessage": "[!!--##***{0}: VȄƦßŎŚĖ {1}##--!!]", | ||
"logInfoLevelMessage": "[!!--##***{0}: {1}##--!!]", | ||
"logWarningLevelMessage": "[!!--##***{0}: ŴĂŘŅĪŊĠ {1}##--!!]", | ||
"logErrorLevelMessage": "[!!--##***{0}: ȆƦŔŐŖ: {1}##--!!]", | ||
"serviceScopeConsumingBeforeFinished": "[!!--##***Ćáŋƞōŧ ćŏņšųmě şȅŕvįčȇš ƃȇčąűŝē ťħę šċőƥĕ ĩś ƞőţ ƒĭņĩšħėđ ŷĕť##--!!]", | ||
"serviceScopeConsumingDuringAutoCreation": "[!!--##***Čȁňňơť ċơŋşūmȇ śĕŕvĩčĕŝ ďŭŕıňğ ŚēŕvīċęŞćőƥě åũťŏčřęâţįơň##--!!]", | ||
"serviceScopeAlreadyFinishedError": "[!!--##***Ŧħȅ ŜĕŗvĩčĕŜĉơƿȇ įŝ ăŀŗȇąđƴ ƒįƞĩŝħȅď##--!!]", | ||
"serviceScopeProvideServiceAfterFinishedError": "[!!--##***Ĉãňņőť ŕėğĩšťȅŕ šěřvīćě Ƅēĉãūšȅ ťħė śċőƿě įš âłŕęǻđɏ ƒīňįŝĥėď##--!!]", | ||
"serviceScopeProvideServiceThatAlreadyExists": "[!!--##***Ţĥĕ şĕŕvĩĉě ƙĕŷ \"{0}\" ĥãŝ àĺŕȇăđŷ ƅęȇņ ŗĕĝīŝŧėŗĕđ ĭń ţĥıŝ ščőƥȅ##--!!]", | ||
"spErrorInnerErrorText": "[!!--##***İŅŊĘŖĚŖƦŌƦ:##--!!]", | ||
"spErrorCallStackText": "[!!--##***ĊǺĽĽŞŤǺĊĶ:##--!!]", | ||
"spErrorLogPropertiesText": "[!!--##***ĻŐĢƤŘŐƤĘƦŤİĘŞ:##--!!]", | ||
"dynamicDataManagerSourceAlreadyExists": "[!!--##***Ă śőũŗĉĕ ŵīŧħ ıđ \"{0}\" áĺŕęäđƴ ȅxĭśťś.##--!!]", | ||
"dynamicDataManagerSourceDoesntExist": "[!!--##***Ɲŏ şőŭřĉě ŵįťĥ ĩď \"{0}\" ƒŏůŋđ.##--!!]" | ||
"logWarningLevelMessage": "[!!--##***{0}: ŴÄŘƝĮŊĠ {1}##--!!]", | ||
"logErrorLevelMessage": "[!!--##***{0}: ĒŖŘŎƦ: {1}##--!!]", | ||
"serviceScopeConsumingBeforeFinished": "[!!--##***Čáńŋőť čōňşŭmě şȇŕvįćȅś ƅȅċąūşȇ ţĥę šĉōƥȅ ış ńŏŧ ƒĭʼnįşħȅď ƴėť##--!!]", | ||
"serviceScopeConsumingDuringAutoCreation": "[!!--##***Ċâʼnʼnŏŧ ćơňşūmȇ šĕŕvĭċȅś ďűřįŋĝ ŚęřvĭċěŠćŏƥȇ äůţōċřĕăţĩōŋ##--!!]", | ||
"serviceScopeAlreadyFinishedError": "[!!--##***Ţĥě ŜȇŗvĭċȇŞċőƥȇ īş ąľŗėâďŷ ƒīƞışħěđ##--!!]", | ||
"serviceScopeProvideServiceAfterFinishedError": "[!!--##***Čâʼnńōŧ ŕěğįŝťȅŕ šĕŕvıćĕ ƀȇĉåųśē ťħė şčōƿē ĩś ȁŀřėàďƴ ƒīƞıšħĕđ##--!!]", | ||
"serviceScopeProvideServiceThatAlreadyExists": "[!!--##***Ŧĥȇ şȅřvĩċę ĸēŷ \"{0}\" ħāş ȃŀŕęǻđɏ Ƅėěŋ řȅğıśŧĕřĕď ĩʼn ŧĥĭŝ šċōƿē##--!!]", | ||
"spErrorInnerErrorText": "[!!--##***ĬŊƝȆŔȆƦŘŌŔ:##--!!]", | ||
"spErrorCallStackText": "[!!--##***ĊÄĽĽŚŤÃĈƘ:##--!!]", | ||
"spErrorLogPropertiesText": "[!!--##***ĿƠĜƤŔŌƤĚƦŤĮĖŚ:##--!!]", | ||
"dynamicDataManagerSourceAlreadyExists": "[!!--##***Ă ŝőůŗćē ŵĩŧħ įđ \"{0}\" ãłŕȇąďɏ ēxĩšţś.##--!!]", | ||
"dynamicDataManagerSourceDoesntExist": "[!!--##***Ŋŏ ŝōūŗċė ŵĩţĥ ĩđ \"{0}\" ƒōūňđ.##--!!]" | ||
} | ||
@@ -27,0 +27,0 @@ }; |
{ | ||
"_gIErrcTokcw+/VVwa+ReIA": { | ||
"invalidEnvironmentTypeError": "[!!--##***ĔņvĩŗōňmĕʼnţŦŷƿė īŝ īņvāļıď##--!!]", | ||
"invalidGuidStringError": "[!!--##***İńvāłīđ ĢŰĪƊ ŝŧřįņģ: \"{0}\"##--!!]", | ||
"isFalseValidateError": "[!!--##***Ťĥȇ väļūȇ ƒőŗ \"{0}\" įš ƒåłşē##--!!]", | ||
"isNullValidateError": "[!!--##***Ťħĕ vâľũȅ ƒōŕ \"{0}\" műşŧ ņơţ ƃė ʼnųĺŀ##--!!]", | ||
"isUndefinedValidateError": "[!!--##***Ťħě vąłũė ƒŏŗ \"{0}\" mūŝŧ ņơŧ ɓȅ ŭŋďěƒĭňěđ##--!!]", | ||
"isEmptyStringValidateError": "[!!--##***Ťħė väļųē ƒŏŗ \"{0}\" műšţ ņōţ ɓȅ ȃŋ ęmƿŧƴ šţŕįʼnĝ##--!!]", | ||
"isDisposedValidateError": "[!!--##***Ťħě \"{0}\" őƄĴĕċŧ ćāńńőţ ƀė ŭŝęď Ƅēċȃũšě īţ ħǻś Ƃėęƞ ďĩŝƿŏśėď.##--!!]", | ||
"invalidVersionStringError": "[!!--##***İʼnvąŀıď vėŕšĭōń şŧřīʼnğ: \"{0}\"##--!!]", | ||
"logVerboseLevelMessage": "[!!--##***{0}: VĚŘƁƠŜĔ {1}##--!!]", | ||
"invalidEnvironmentTypeError": "[!!--##***ȆʼnvīřơŋmȇņţŤȳƿȅ ĭš īʼnvăĺįđ##--!!]", | ||
"invalidGuidStringError": "[!!--##***Ĩňvȁļĭď ĠŪĮƉ šŧŗĭņģ: \"{0}\"##--!!]", | ||
"isFalseValidateError": "[!!--##***Ŧĥē văłűȅ ƒŏŕ \"{0}\" ĭş ƒȁŀšȅ##--!!]", | ||
"isNullValidateError": "[!!--##***Ţħȅ văĺũȅ ƒŏŗ \"{0}\" műśť ňőŧ ƅė ŋũłļ##--!!]", | ||
"isUndefinedValidateError": "[!!--##***Ťĥȇ váĺůȇ ƒōř \"{0}\" műšť ʼnŏţ ƅȇ ūńđĕƒįʼnēđ##--!!]", | ||
"isEmptyStringValidateError": "[!!--##***Ŧĥē väľųě ƒőř \"{0}\" mũŝť ńőť ɓȅ ãń ěmƿŧȳ şŧŕıńğ##--!!]", | ||
"isDisposedValidateError": "[!!--##***Ţħȅ \"{0}\" őƅĴěčť čăņńơť Ƃę ŭŝĕđ ƃēċàūšė įŧ ħȁŝ ƃěěń đĭšƥōšēđ.##--!!]", | ||
"invalidVersionStringError": "[!!--##***Ĩńvȃŀıđ vĕŕšĭōņ şŧŗįƞģ: \"{0}\"##--!!]", | ||
"logVerboseLevelMessage": "[!!--##***{0}: VȄƦßŎŚĖ {1}##--!!]", | ||
"logInfoLevelMessage": "[!!--##***{0}: {1}##--!!]", | ||
"logWarningLevelMessage": "[!!--##***{0}: ŴĂŘŅĪŊĠ {1}##--!!]", | ||
"logErrorLevelMessage": "[!!--##***{0}: ȆƦŔŐŖ: {1}##--!!]", | ||
"serviceScopeConsumingBeforeFinished": "[!!--##***Ćáŋƞōŧ ćŏņšųmě şȅŕvįčȇš ƃȇčąűŝē ťħę šċőƥĕ ĩś ƞőţ ƒĭņĩšħėđ ŷĕť##--!!]", | ||
"serviceScopeConsumingDuringAutoCreation": "[!!--##***Čȁňňơť ċơŋşūmȇ śĕŕvĩčĕŝ ďŭŕıňğ ŚēŕvīċęŞćőƥě åũťŏčřęâţįơň##--!!]", | ||
"serviceScopeAlreadyFinishedError": "[!!--##***Ŧħȅ ŜĕŗvĩčĕŜĉơƿȇ įŝ ăŀŗȇąđƴ ƒįƞĩŝħȅď##--!!]", | ||
"serviceScopeProvideServiceAfterFinishedError": "[!!--##***Ĉãňņőť ŕėğĩšťȅŕ šěřvīćě Ƅēĉãūšȅ ťħė śċőƿě įš âłŕęǻđɏ ƒīňįŝĥėď##--!!]", | ||
"serviceScopeProvideServiceThatAlreadyExists": "[!!--##***Ţĥĕ şĕŕvĩĉě ƙĕŷ \"{0}\" ĥãŝ àĺŕȇăđŷ ƅęȇņ ŗĕĝīŝŧėŗĕđ ĭń ţĥıŝ ščőƥȅ##--!!]", | ||
"spErrorInnerErrorText": "[!!--##***İŅŊĘŖĚŖƦŌƦ:##--!!]", | ||
"spErrorCallStackText": "[!!--##***ĊǺĽĽŞŤǺĊĶ:##--!!]", | ||
"spErrorLogPropertiesText": "[!!--##***ĻŐĢƤŘŐƤĘƦŤİĘŞ:##--!!]", | ||
"dynamicDataManagerSourceAlreadyExists": "[!!--##***Ă śőũŗĉĕ ŵīŧħ ıđ \"{0}\" áĺŕęäđƴ ȅxĭśťś.##--!!]", | ||
"dynamicDataManagerSourceDoesntExist": "[!!--##***Ɲŏ şőŭřĉě ŵįťĥ ĩď \"{0}\" ƒŏůŋđ.##--!!]" | ||
"logWarningLevelMessage": "[!!--##***{0}: ŴÄŘƝĮŊĠ {1}##--!!]", | ||
"logErrorLevelMessage": "[!!--##***{0}: ĒŖŘŎƦ: {1}##--!!]", | ||
"serviceScopeConsumingBeforeFinished": "[!!--##***Čáńŋőť čōňşŭmě şȇŕvįćȅś ƅȅċąūşȇ ţĥę šĉōƥȅ ış ńŏŧ ƒĭʼnįşħȅď ƴėť##--!!]", | ||
"serviceScopeConsumingDuringAutoCreation": "[!!--##***Ċâʼnʼnŏŧ ćơňşūmȇ šĕŕvĭċȅś ďűřįŋĝ ŚęřvĭċěŠćŏƥȇ äůţōċřĕăţĩōŋ##--!!]", | ||
"serviceScopeAlreadyFinishedError": "[!!--##***Ţĥě ŜȇŗvĭċȇŞċőƥȇ īş ąľŗėâďŷ ƒīƞışħěđ##--!!]", | ||
"serviceScopeProvideServiceAfterFinishedError": "[!!--##***Čâʼnńōŧ ŕěğįŝťȅŕ šĕŕvıćĕ ƀȇĉåųśē ťħė şčōƿē ĩś ȁŀřėàďƴ ƒīƞıšħĕđ##--!!]", | ||
"serviceScopeProvideServiceThatAlreadyExists": "[!!--##***Ŧĥȇ şȅřvĩċę ĸēŷ \"{0}\" ħāş ȃŀŕęǻđɏ Ƅėěŋ řȅğıśŧĕřĕď ĩʼn ŧĥĭŝ šċōƿē##--!!]", | ||
"spErrorInnerErrorText": "[!!--##***ĬŊƝȆŔȆƦŘŌŔ:##--!!]", | ||
"spErrorCallStackText": "[!!--##***ĊÄĽĽŚŤÃĈƘ:##--!!]", | ||
"spErrorLogPropertiesText": "[!!--##***ĿƠĜƤŔŌƤĚƦŤĮĖŚ:##--!!]", | ||
"dynamicDataManagerSourceAlreadyExists": "[!!--##***Ă ŝőůŗćē ŵĩŧħ įđ \"{0}\" ãłŕȇąďɏ ēxĩšţś.##--!!]", | ||
"dynamicDataManagerSourceDoesntExist": "[!!--##***Ŋŏ ŝōūŗċė ŵĩţĥ ĩđ \"{0}\" ƒōūňđ.##--!!]" | ||
} | ||
} |
define([], function() { | ||
var strings = { | ||
"_gIErrcTokcw+/VVwa+ReIA": { | ||
"invalidEnvironmentTypeError": "***ĚņvĩŕōņmęńťŢɏƿē īś ĩńvåĺĩđ", | ||
"invalidGuidStringError": "***Įňvâĺĭď ĢŮİƊ šťřıňğ: \"{0}\"", | ||
"isFalseValidateError": "***Ŧĥȅ vãľűę ƒōŗ \"{0}\" ĭş ƒąļşė", | ||
"isNullValidateError": "***Ŧħė väľűė ƒŏŗ \"{0}\" műśť ňőť Ƃȅ ńųŀĺ", | ||
"isUndefinedValidateError": "***Ţħę väŀũĕ ƒŏŗ \"{0}\" můşţ ʼnőţ ƅȅ ŭŋďęƒıņėđ", | ||
"isEmptyStringValidateError": "***Ťĥė vąľŭė ƒőŕ \"{0}\" mųśť ņŏť ƃē ȁƞ ĕmƿŧɏ śŧŗĩņĝ", | ||
"isDisposedValidateError": "***Ŧĥȇ \"{0}\" őɓĴēĉť ĉäńŋōţ ƃě ųşĕđ ɓęčăűŝȇ įŧ ħåŝ ƀĕȇń ďīšƿơšėđ.", | ||
"invalidVersionStringError": "***Īƞváĺĩď vȇŕśıőƞ şťŕīŋĝ: \"{0}\"", | ||
"logVerboseLevelMessage": "***{0}: VĖƦßŌŚĖ {1}", | ||
"invalidEnvironmentTypeError": "***ȆňvıřōńměŋţŢɏƿȅ ıš įƞväĺĩđ", | ||
"invalidGuidStringError": "***Ĩʼnváļĩđ ĞŪĬƊ şťřıʼnġ: \"{0}\"", | ||
"isFalseValidateError": "***Ťĥȅ vàľűē ƒōŕ \"{0}\" įş ƒąļŝę", | ||
"isNullValidateError": "***Ţħē vǻļũę ƒơŕ \"{0}\" műşŧ ňōţ Ƅē ňūłł", | ||
"isUndefinedValidateError": "***Ţħę văŀůě ƒơŗ \"{0}\" mŭšţ ńŏť ƃě ūʼnďĕƒĩńĕď", | ||
"isEmptyStringValidateError": "***Ţħĕ váŀůȇ ƒơŕ \"{0}\" mųśţ ņōţ ƃě ȁŋ ȅmƥŧŷ śťŗīƞģ", | ||
"isDisposedValidateError": "***Ťĥȇ \"{0}\" ŏƅĴěċť ċâʼnňőŧ ƅĕ űśēđ ƀĕćąųşē ıť ħåŝ Ƅȇȅň ďĩšƿơŝęď.", | ||
"invalidVersionStringError": "***Īňvȃļīđ vēřşıőń šţŗĭňģ: \"{0}\"", | ||
"logVerboseLevelMessage": "***{0}: VĒŘƁŌŚȄ {1}", | ||
"logInfoLevelMessage": "***{0}: {1}", | ||
"logWarningLevelMessage": "***{0}: ŴȀŔŇĬƝĢ {1}", | ||
"logErrorLevelMessage": "***{0}: ĒƦŔŌŘ: {1}", | ||
"serviceScopeConsumingBeforeFinished": "***Čàƞʼnơţ ĉơņşůmě šėřvıčȅś ƀēċȃůśě ţĥě śćơƿĕ ĭş ņơŧ ƒĭņĩśĥȅđ ƴėŧ", | ||
"serviceScopeConsumingDuringAutoCreation": "***Ċàńňơť ćŏņŝũmĕ şȅŕvįĉȅş ďųřıƞġ ŜěŕvĩčȅŚčơƿē åųťōċŕȇàţīơƞ", | ||
"serviceScopeAlreadyFinishedError": "***Ţħȇ ŞĕŗvįĉȅŚĉŏƥȅ įŝ âłŕȅáďŷ ƒıŋįşħėđ", | ||
"serviceScopeProvideServiceAfterFinishedError": "***Ĉǻňńőť řȅġıšťȅŗ şĕŗvıċȇ ƃěċáųšę ŧĥȅ śćőƥȇ īš ąŀřēąđɏ ƒīņĭşħęđ", | ||
"serviceScopeProvideServiceThatAlreadyExists": "***Ťĥę šęŗvĩĉĕ ĸĕƴ \"{0}\" ĥâś àĺřȇȃđƴ ɓēȅń řěğĩśťȅřĕď ĭņ ťħıŝ ščơƿĕ", | ||
"spErrorInnerErrorText": "***İŇŃĒŖȄŔƦƠŘ:", | ||
"spErrorCallStackText": "***ĊȀŁŁŠŤÄĆƘ:", | ||
"spErrorLogPropertiesText": "***ĽƠĢƤŘŌƤĒŔŦİĚŞ:", | ||
"dynamicDataManagerSourceAlreadyExists": "***Å śőŭŗćē ŵįţħ īđ \"{0}\" äłŗĕãđɏ ĕxīŝťś.", | ||
"dynamicDataManagerSourceDoesntExist": "***Ňơ ŝőųŗćě ŵįťĥ ıđ \"{0}\" ƒőűƞđ." | ||
"logWarningLevelMessage": "***{0}: ŴĄŖƝĨŃĜ {1}", | ||
"logErrorLevelMessage": "***{0}: ĖŘŔŎƦ: {1}", | ||
"serviceScopeConsumingBeforeFinished": "***Čäņŋōţ čōŋšūmę ŝĕŗvĩčěś ɓȇćâůşē ţħȇ śċơƿě ĭś ńōť ƒĭňıśħēď ƴȇť", | ||
"serviceScopeConsumingDuringAutoCreation": "***Čáŋńơť ćōńŝųmė šĕŗvıĉĕş ďűŕīʼnģ ŞēŗvĭčěŠċőƿė ăŭŧőćŕěąŧĩơŋ", | ||
"serviceScopeAlreadyFinishedError": "***Ťĥē ŞėŕvīćȅŚĉőƥē ıś àŀŕȅȃďŷ ƒįʼnįšĥȅď", | ||
"serviceScopeProvideServiceAfterFinishedError": "***Ćåƞʼnőŧ ŕĕģışŧēř ŝęŗvīčȇ ɓēċàūśē ťĥę ŝċőƿĕ īš åłŕȅâďƴ ƒıʼnīŝĥēđ", | ||
"serviceScopeProvideServiceThatAlreadyExists": "***Ţĥē ŝěřvĩĉě ĸěŷ \"{0}\" ħăŝ āŀřĕąđȳ ƅȇȇń ŕȅġışŧėřȇď ĭņ ŧħįŝ šćőƥȅ", | ||
"spErrorInnerErrorText": "***ĬŊŃĚƦĒŔƦŐŖ:", | ||
"spErrorCallStackText": "***ĆÄĽĽŜŢÀČƘ:", | ||
"spErrorLogPropertiesText": "***ĹŐĞƤŔŐƤĘŖŢİĖŚ:", | ||
"dynamicDataManagerSourceAlreadyExists": "***Ȁ şōųŕćĕ ŵĭţħ ıď \"{0}\" āŀŕęąđȳ ėxĩşŧŝ.", | ||
"dynamicDataManagerSourceDoesntExist": "***Ňơ šōūřċě ŵĭťĥ ĭď \"{0}\" ƒőūńď." | ||
} | ||
@@ -27,0 +27,0 @@ }; |
{ | ||
"_gIErrcTokcw+/VVwa+ReIA": { | ||
"invalidEnvironmentTypeError": "***ĚņvĩŕōņmęńťŢɏƿē īś ĩńvåĺĩđ", | ||
"invalidGuidStringError": "***Įňvâĺĭď ĢŮİƊ šťřıňğ: \"{0}\"", | ||
"isFalseValidateError": "***Ŧĥȅ vãľűę ƒōŗ \"{0}\" ĭş ƒąļşė", | ||
"isNullValidateError": "***Ŧħė väľűė ƒŏŗ \"{0}\" műśť ňőť Ƃȅ ńųŀĺ", | ||
"isUndefinedValidateError": "***Ţħę väŀũĕ ƒŏŗ \"{0}\" můşţ ʼnőţ ƅȅ ŭŋďęƒıņėđ", | ||
"isEmptyStringValidateError": "***Ťĥė vąľŭė ƒőŕ \"{0}\" mųśť ņŏť ƃē ȁƞ ĕmƿŧɏ śŧŗĩņĝ", | ||
"isDisposedValidateError": "***Ŧĥȇ \"{0}\" őɓĴēĉť ĉäńŋōţ ƃě ųşĕđ ɓęčăűŝȇ įŧ ħåŝ ƀĕȇń ďīšƿơšėđ.", | ||
"invalidVersionStringError": "***Īƞváĺĩď vȇŕśıőƞ şťŕīŋĝ: \"{0}\"", | ||
"logVerboseLevelMessage": "***{0}: VĖƦßŌŚĖ {1}", | ||
"invalidEnvironmentTypeError": "***ȆňvıřōńměŋţŢɏƿȅ ıš įƞväĺĩđ", | ||
"invalidGuidStringError": "***Ĩʼnváļĩđ ĞŪĬƊ şťřıʼnġ: \"{0}\"", | ||
"isFalseValidateError": "***Ťĥȅ vàľűē ƒōŕ \"{0}\" įş ƒąļŝę", | ||
"isNullValidateError": "***Ţħē vǻļũę ƒơŕ \"{0}\" műşŧ ňōţ Ƅē ňūłł", | ||
"isUndefinedValidateError": "***Ţħę văŀůě ƒơŗ \"{0}\" mŭšţ ńŏť ƃě ūʼnďĕƒĩńĕď", | ||
"isEmptyStringValidateError": "***Ţħĕ váŀůȇ ƒơŕ \"{0}\" mųśţ ņōţ ƃě ȁŋ ȅmƥŧŷ śťŗīƞģ", | ||
"isDisposedValidateError": "***Ťĥȇ \"{0}\" ŏƅĴěċť ċâʼnňőŧ ƅĕ űśēđ ƀĕćąųşē ıť ħåŝ Ƅȇȅň ďĩšƿơŝęď.", | ||
"invalidVersionStringError": "***Īňvȃļīđ vēřşıőń šţŗĭňģ: \"{0}\"", | ||
"logVerboseLevelMessage": "***{0}: VĒŘƁŌŚȄ {1}", | ||
"logInfoLevelMessage": "***{0}: {1}", | ||
"logWarningLevelMessage": "***{0}: ŴȀŔŇĬƝĢ {1}", | ||
"logErrorLevelMessage": "***{0}: ĒƦŔŌŘ: {1}", | ||
"serviceScopeConsumingBeforeFinished": "***Čàƞʼnơţ ĉơņşůmě šėřvıčȅś ƀēċȃůśě ţĥě śćơƿĕ ĭş ņơŧ ƒĭņĩśĥȅđ ƴėŧ", | ||
"serviceScopeConsumingDuringAutoCreation": "***Ċàńňơť ćŏņŝũmĕ şȅŕvįĉȅş ďųřıƞġ ŜěŕvĩčȅŚčơƿē åųťōċŕȇàţīơƞ", | ||
"serviceScopeAlreadyFinishedError": "***Ţħȇ ŞĕŗvįĉȅŚĉŏƥȅ įŝ âłŕȅáďŷ ƒıŋįşħėđ", | ||
"serviceScopeProvideServiceAfterFinishedError": "***Ĉǻňńőť řȅġıšťȅŗ şĕŗvıċȇ ƃěċáųšę ŧĥȅ śćőƥȇ īš ąŀřēąđɏ ƒīņĭşħęđ", | ||
"serviceScopeProvideServiceThatAlreadyExists": "***Ťĥę šęŗvĩĉĕ ĸĕƴ \"{0}\" ĥâś àĺřȇȃđƴ ɓēȅń řěğĩśťȅřĕď ĭņ ťħıŝ ščơƿĕ", | ||
"spErrorInnerErrorText": "***İŇŃĒŖȄŔƦƠŘ:", | ||
"spErrorCallStackText": "***ĊȀŁŁŠŤÄĆƘ:", | ||
"spErrorLogPropertiesText": "***ĽƠĢƤŘŌƤĒŔŦİĚŞ:", | ||
"dynamicDataManagerSourceAlreadyExists": "***Å śőŭŗćē ŵįţħ īđ \"{0}\" äłŗĕãđɏ ĕxīŝťś.", | ||
"dynamicDataManagerSourceDoesntExist": "***Ňơ ŝőųŗćě ŵįťĥ ıđ \"{0}\" ƒőűƞđ." | ||
"logWarningLevelMessage": "***{0}: ŴĄŖƝĨŃĜ {1}", | ||
"logErrorLevelMessage": "***{0}: ĖŘŔŎƦ: {1}", | ||
"serviceScopeConsumingBeforeFinished": "***Čäņŋōţ čōŋšūmę ŝĕŗvĩčěś ɓȇćâůşē ţħȇ śċơƿě ĭś ńōť ƒĭňıśħēď ƴȇť", | ||
"serviceScopeConsumingDuringAutoCreation": "***Čáŋńơť ćōńŝųmė šĕŗvıĉĕş ďűŕīʼnģ ŞēŗvĭčěŠċőƿė ăŭŧőćŕěąŧĩơŋ", | ||
"serviceScopeAlreadyFinishedError": "***Ťĥē ŞėŕvīćȅŚĉőƥē ıś àŀŕȅȃďŷ ƒįʼnįšĥȅď", | ||
"serviceScopeProvideServiceAfterFinishedError": "***Ćåƞʼnőŧ ŕĕģışŧēř ŝęŗvīčȇ ɓēċàūśē ťĥę ŝċőƿĕ īš åłŕȅâďƴ ƒıʼnīŝĥēđ", | ||
"serviceScopeProvideServiceThatAlreadyExists": "***Ţĥē ŝěřvĩĉě ĸěŷ \"{0}\" ħăŝ āŀřĕąđȳ ƅȇȇń ŕȅġışŧėřȇď ĭņ ŧħįŝ šćőƥȅ", | ||
"spErrorInnerErrorText": "***ĬŊŃĚƦĒŔƦŐŖ:", | ||
"spErrorCallStackText": "***ĆÄĽĽŜŢÀČƘ:", | ||
"spErrorLogPropertiesText": "***ĹŐĞƤŔŐƤĘŖŢİĖŚ:", | ||
"dynamicDataManagerSourceAlreadyExists": "***Ȁ şōųŕćĕ ŵĭţħ ıď \"{0}\" āŀŕęąđȳ ėxĩşŧŝ.", | ||
"dynamicDataManagerSourceDoesntExist": "***Ňơ šōūřċě ŵĭťĥ ĭď \"{0}\" ƒőūńď." | ||
} | ||
} |
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
@@ -6,0 +9,0 @@ extendStatics(d, b); |
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
@@ -6,0 +9,0 @@ extendStatics(d, b); |
import * as lodash from '@microsoft/sp-lodash-subset'; | ||
import Validate from '../Validate'; | ||
var URL_PROTOCOL_REGEX = /^\w+\:\/\//; | ||
var BASE64_IMAGE_REGEX = /^data:(\w+\/\w+)?(;charset=[\w-]+)?(;base64)?,.*/i; | ||
var BASE64_IMAGE_REGEX = /^data:(\w+\/\w+(\+\w+)?)?(;charset=[\w-]+)?(;base64)?,.*/i; | ||
var UrlUtilities = (function () { | ||
@@ -6,0 +6,0 @@ function UrlUtilities() { |
{ | ||
"name": "@microsoft/sp-core-library", | ||
"version": "1.8.2", | ||
"version": "1.9.0-plusbeta", | ||
"description": "SharePoint Framework core libraries", | ||
@@ -13,3 +13,3 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER", | ||
"devDependencies": { | ||
"@ms/sp-build-internal-web": "~0.23.27", | ||
"@ms/sp-build-internal-web": "~0.27.6", | ||
"gulp": "~3.9.1", | ||
@@ -19,7 +19,7 @@ "ts-jest": "~22.4.3", | ||
"@types/jest": "21.1.10", | ||
"@ms/sp-build-compiler-2.9": "1.8.2" | ||
"@ms/sp-build-compiler-3.3": "1.9.0-dev.4" | ||
}, | ||
"dependencies": { | ||
"@microsoft/sp-lodash-subset": "1.8.2", | ||
"@microsoft/sp-module-interfaces": "1.8.2", | ||
"@microsoft/sp-lodash-subset": "1.9.0-plusbeta", | ||
"@microsoft/sp-module-interfaces": "1.9.0-plusbeta", | ||
"@types/es6-promise": "0.0.33", | ||
@@ -26,0 +26,0 @@ "@types/webpack-env": "1.13.1" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2236099
11174
1
+ Added@microsoft/sp-lodash-subset@1.9.0-plusbeta(transitive)
+ Added@microsoft/sp-module-interfaces@1.9.0-plusbeta(transitive)
- Removed@microsoft/sp-lodash-subset@1.8.2(transitive)
- Removed@microsoft/sp-module-interfaces@1.8.2(transitive)