@microsoft/1ds-core-js 4.3.8-nightly3.2505-17 → 4.3.8-nightly3.2505-22
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/bundle/es5/{ms.core-4.3.8-nightly3.2505-17.gbl.js → ms.core-4.3.8-nightly3.2505-22.gbl.js} +8 -8
- package/bundle/es5/{ms.core-4.3.8-nightly3.2505-17.gbl.js.map → ms.core-4.3.8-nightly3.2505-22.gbl.js.map} +1 -1
- package/bundle/es5/ms.core-4.3.8-nightly3.2505-22.gbl.min.js +7 -0
- package/bundle/es5/{ms.core-4.3.8-nightly3.2505-17.gbl.min.js.map → ms.core-4.3.8-nightly3.2505-22.gbl.min.js.map} +1 -1
- package/bundle/es5/ms.core-4.3.8-nightly3.2505-22.integrity.json +46 -0
- package/bundle/es5/{ms.core-4.3.8-nightly3.2505-17.js → ms.core-4.3.8-nightly3.2505-22.js} +8 -8
- package/bundle/es5/{ms.core-4.3.8-nightly3.2505-17.js.map → ms.core-4.3.8-nightly3.2505-22.js.map} +1 -1
- package/bundle/es5/ms.core-4.3.8-nightly3.2505-22.min.js +7 -0
- package/bundle/es5/{ms.core-4.3.8-nightly3.2505-17.min.js.map → ms.core-4.3.8-nightly3.2505-22.min.js.map} +1 -1
- package/bundle/es5/ms.core.gbl.js +7 -7
- package/bundle/es5/ms.core.gbl.js.map +1 -1
- package/bundle/es5/ms.core.gbl.min.js +2 -2
- package/bundle/es5/ms.core.gbl.min.js.map +1 -1
- package/bundle/es5/ms.core.integrity.json +17 -17
- package/bundle/es5/ms.core.js +7 -7
- package/bundle/es5/ms.core.js.map +1 -1
- package/bundle/es5/ms.core.min.js +2 -2
- package/bundle/es5/ms.core.min.js.map +1 -1
- package/dist/es5/ms.core.js +5 -5
- package/dist/es5/ms.core.js.map +1 -1
- package/dist/es5/ms.core.min.js +2 -2
- package/dist/es5/ms.core.min.js.map +1 -1
- package/dist-es5/AppInsightsCore.js +1 -1
- package/dist-es5/BaseCore.js +1 -1
- package/dist-es5/DataModels.js +1 -1
- package/dist-es5/Enums.js +1 -1
- package/dist-es5/Index.js +1 -1
- package/dist-es5/InternalConstants.js +1 -1
- package/dist-es5/Utils.js +2 -2
- package/dist-es5/Utils.js.map +1 -1
- package/dist-es5/ValueSanitizer.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/package.json +2 -2
- package/types/1ds-core-js.d.ts +2 -2
- package/types/1ds-core-js.namespaced.d.ts +2 -2
- package/bundle/es5/ms.core-4.3.8-nightly3.2505-17.gbl.min.js +0 -7
- package/bundle/es5/ms.core-4.3.8-nightly3.2505-17.integrity.json +0 -46
- package/bundle/es5/ms.core-4.3.8-nightly3.2505-17.min.js +0 -7
package/bundle/es5/{ms.core-4.3.8-nightly3.2505-17.gbl.js → ms.core-4.3.8-nightly3.2505-22.gbl.js}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* 1DS JS SDK Core, 4.3.8-nightly3.2505-
|
|
2
|
+
* 1DS JS SDK Core, 4.3.8-nightly3.2505-22
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
* (Microsoft Internal Only)
|
|
5
5
|
*/
|
|
6
6
|
(function (global, factory) {
|
|
7
7
|
var undef = "undefined";
|
|
8
|
-
var nsKey, key, nm, theExports = {}, modName = "
|
|
9
|
-
var mods={}, modDetail=mods[modName]={}, ver="4.3.8-nightly3.2505-
|
|
8
|
+
var nsKey, key, nm, theExports = {}, modName = "es5_ms_core_4_3_8_nightly3_2505_22", msMod="__ms$mod__";
|
|
9
|
+
var mods={}, modDetail=mods[modName]={}, ver="4.3.8-nightly3.2505-22";
|
|
10
10
|
// Versioned namespace "oneDS4"
|
|
11
11
|
var exportNs=global, nsKey="oneDS4", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
|
|
12
12
|
// Global namespace "oneDS"
|
|
@@ -33,7 +33,7 @@ var strShimPrototype = "prototype";
|
|
|
33
33
|
var ObjClass$1 = Object;
|
|
34
34
|
var ObjProto$1 = ObjClass$1[strShimPrototype];
|
|
35
35
|
|
|
36
|
-
/*! https://github.com/nevware21/ts-utils v0.12.
|
|
36
|
+
/*! https://github.com/nevware21/ts-utils v0.12.4 */
|
|
37
37
|
/*#__NO_SIDE_EFFECTS__*/
|
|
38
38
|
function _pureAssign(func1, func2) {
|
|
39
39
|
return func1 || func2;
|
|
@@ -2435,7 +2435,7 @@ function newId(maxLength) {
|
|
|
2435
2435
|
return result;
|
|
2436
2436
|
}
|
|
2437
2437
|
|
|
2438
|
-
var version = '3.3.8-nightly3.2505-
|
|
2438
|
+
var version = '3.3.8-nightly3.2505-22';
|
|
2439
2439
|
var instanceName = "." + newId(6);
|
|
2440
2440
|
var _dataUid = 0;
|
|
2441
2441
|
function _canAcceptData(target) {
|
|
@@ -2493,7 +2493,7 @@ function createElmNodeData(name) {
|
|
|
2493
2493
|
}
|
|
2494
2494
|
|
|
2495
2495
|
function _isConfigDefaults(value) {
|
|
2496
|
-
return (value && isObject(value) && (value.isVal || value.fb || objHasOwn(value, "v") || objHasOwn(value, "mrg") || objHasOwn(value, "ref") || value.set));
|
|
2496
|
+
return (value && isObject(value) && !isArray(value) && (value.isVal || value.fb || objHasOwn(value, "v") || objHasOwn(value, "mrg") || objHasOwn(value, "ref") || value.set));
|
|
2497
2497
|
}
|
|
2498
2498
|
function _getDefault(dynamicHandler, theConfig, cfgDefaults) {
|
|
2499
2499
|
var defValue;
|
|
@@ -6606,7 +6606,7 @@ var _DYN_RM_FIELD_SANITIZER = "rmFieldSanitizer";
|
|
|
6606
6606
|
var _DYN_CAN_HANDLE = "canHandle";
|
|
6607
6607
|
|
|
6608
6608
|
var _a;
|
|
6609
|
-
var Version = '4.3.8-nightly3.2505-
|
|
6609
|
+
var Version = '4.3.8-nightly3.2505-22';
|
|
6610
6610
|
var FullVersionString = "1DS-Web-JS-" + Version;
|
|
6611
6611
|
var ObjHasOwnProperty = ObjProto$1.hasOwnProperty;
|
|
6612
6612
|
var strDisabledPropertyName = "Microsoft_ApplicationInsights_BypassAjaxInstrumentation";
|
|
@@ -7363,4 +7363,4 @@ exports.toISOString = toISOString;
|
|
|
7363
7363
|
exports.useXDomainRequest = useXDomainRequest;
|
|
7364
7364
|
|
|
7365
7365
|
}));
|
|
7366
|
-
//# sourceMappingURL=ms.core-4.3.8-nightly3.2505-
|
|
7366
|
+
//# sourceMappingURL=ms.core-4.3.8-nightly3.2505-22.gbl.js.map
|