@microsoft/applicationinsights-debugplugin-js 2.7.3-nightly.2201-01 → 2.7.4-nightly.2202-01
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/browser/{ai.dbg.2.7.3-nightly.2201-01.cjs.js → ai.dbg.2.7.4-nightly.2202-01.cjs.js} +41 -31
- package/browser/ai.dbg.2.7.4-nightly.2202-01.cjs.js.map +1 -0
- package/browser/ai.dbg.2.7.4-nightly.2202-01.cjs.min.js +6 -0
- package/browser/ai.dbg.2.7.4-nightly.2202-01.cjs.min.js.map +1 -0
- package/browser/{ai.dbg.2.7.3-nightly.2201-01.gbl.js → ai.dbg.2.7.4-nightly.2202-01.gbl.js} +41 -31
- package/browser/ai.dbg.2.7.4-nightly.2202-01.gbl.js.map +1 -0
- package/browser/ai.dbg.2.7.4-nightly.2202-01.gbl.min.js +6 -0
- package/browser/ai.dbg.2.7.4-nightly.2202-01.gbl.min.js.map +1 -0
- package/browser/ai.dbg.2.7.4-nightly.2202-01.integrity.json +66 -0
- package/browser/{ai.dbg.2.7.3-nightly.2201-01.js → ai.dbg.2.7.4-nightly.2202-01.js} +41 -31
- package/browser/ai.dbg.2.7.4-nightly.2202-01.js.map +1 -0
- package/browser/ai.dbg.2.7.4-nightly.2202-01.min.js +6 -0
- package/browser/ai.dbg.2.7.4-nightly.2202-01.min.js.map +1 -0
- package/browser/ai.dbg.2.cjs.js +40 -30
- package/browser/ai.dbg.2.cjs.js.map +1 -1
- package/browser/ai.dbg.2.cjs.min.js +2 -2
- package/browser/ai.dbg.2.cjs.min.js.map +1 -1
- package/browser/ai.dbg.2.gbl.js +40 -30
- package/browser/ai.dbg.2.gbl.js.map +1 -1
- package/browser/ai.dbg.2.gbl.min.js +2 -2
- package/browser/ai.dbg.2.gbl.min.js.map +1 -1
- package/browser/ai.dbg.2.js +40 -30
- package/browser/ai.dbg.2.js.map +1 -1
- package/browser/ai.dbg.2.min.js +2 -2
- package/browser/ai.dbg.2.min.js.map +1 -1
- package/dist/applicationinsights-debugplugin-js.api.json +1 -1
- package/dist/applicationinsights-debugplugin-js.d.ts +1 -1
- package/dist/applicationinsights-debugplugin-js.js +40 -30
- package/dist/applicationinsights-debugplugin-js.js.map +1 -1
- package/dist/applicationinsights-debugplugin-js.min.js +2 -2
- package/dist/applicationinsights-debugplugin-js.min.js.map +1 -1
- package/dist/applicationinsights-debugplugin-js.rollup.d.ts +1 -1
- package/dist-esm/DebugPlugin.js +1 -1
- package/dist-esm/applicationinsights-debugplugin-js.js +1 -1
- package/dist-esm/components/Dashboard.js +1 -1
- package/dist-esm/components/LogEntry.js +1 -1
- package/dist-esm/components/debugBins.js +1 -1
- package/dist-esm/components/filterList.js +1 -1
- package/dist-esm/components/helpers.js +1 -1
- package/dist-esm/components/styleNodeSrc.js +1 -1
- package/dist-esm/interfaces/IDebugPluginConfig.js +1 -1
- package/package.json +4 -4
- package/src/components/Dashboard.ts +6 -6
- package/src/interfaces/IDebugPluginConfig.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
- package/browser/ai.dbg.2.7.3-nightly.2201-01.cjs.js.map +0 -1
- package/browser/ai.dbg.2.7.3-nightly.2201-01.cjs.min.js +0 -6
- package/browser/ai.dbg.2.7.3-nightly.2201-01.cjs.min.js.map +0 -1
- package/browser/ai.dbg.2.7.3-nightly.2201-01.gbl.js.map +0 -1
- package/browser/ai.dbg.2.7.3-nightly.2201-01.gbl.min.js +0 -6
- package/browser/ai.dbg.2.7.3-nightly.2201-01.gbl.min.js.map +0 -1
- package/browser/ai.dbg.2.7.3-nightly.2201-01.integrity.json +0 -66
- package/browser/ai.dbg.2.7.3-nightly.2201-01.js.map +0 -1
- package/browser/ai.dbg.2.7.3-nightly.2201-01.min.js +0 -6
- package/browser/ai.dbg.2.7.3-nightly.2201-01.min.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Debug Plugin, 2.7.
|
|
2
|
+
* Application Insights JavaScript SDK - Debug Plugin, 2.7.4-nightly.2202-01
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
this.Microsoft = this.Microsoft || {};
|
|
@@ -17,20 +17,24 @@ this.Microsoft = this.Microsoft || {};
|
|
|
17
17
|
var ObjDefineProperty = ObjClass["defineProperty"];
|
|
18
18
|
var ObjHasOwnProperty = ObjProto[strShimHasOwnProperty];
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
20
|
+
var _cachedGlobal = null;
|
|
21
|
+
function getGlobal(useCached) {
|
|
22
|
+
if (useCached === void 0) { useCached = true; }
|
|
23
|
+
if (!_cachedGlobal || !useCached) {
|
|
24
|
+
if (typeof globalThis !== strShimUndefined && globalThis) {
|
|
25
|
+
_cachedGlobal = globalThis;
|
|
26
|
+
}
|
|
27
|
+
if (typeof self !== strShimUndefined && self) {
|
|
28
|
+
_cachedGlobal = self;
|
|
29
|
+
}
|
|
30
|
+
if (typeof window !== strShimUndefined && window) {
|
|
31
|
+
_cachedGlobal = window;
|
|
32
|
+
}
|
|
33
|
+
if (typeof global !== strShimUndefined && global) {
|
|
34
|
+
_cachedGlobal = global;
|
|
35
|
+
}
|
|
32
36
|
}
|
|
33
|
-
return
|
|
37
|
+
return _cachedGlobal;
|
|
34
38
|
}
|
|
35
39
|
function throwTypeError(message) {
|
|
36
40
|
throw new TypeError(message);
|
|
@@ -409,6 +413,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
409
413
|
var strOnPrefix = "on";
|
|
410
414
|
var strAttachEvent = "attachEvent";
|
|
411
415
|
var strAddEventHelper = "addEventListener";
|
|
416
|
+
var strToISOString = "toISOString";
|
|
412
417
|
var _objDefineProperty = ObjDefineProperty;
|
|
413
418
|
function objToString(obj) {
|
|
414
419
|
return ObjProto.toString.call(obj);
|
|
@@ -510,22 +515,27 @@ this.Microsoft = this.Microsoft || {};
|
|
|
510
515
|
return typeof value === "symbol";
|
|
511
516
|
}
|
|
512
517
|
function toISOString(date) {
|
|
513
|
-
if (
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
518
|
+
if (date) {
|
|
519
|
+
if (date[strToISOString]) {
|
|
520
|
+
return date[strToISOString]();
|
|
521
|
+
}
|
|
522
|
+
if (isDate(date)) {
|
|
523
|
+
var pad = function (num) {
|
|
524
|
+
var r = String(num);
|
|
525
|
+
if (r.length === 1) {
|
|
526
|
+
r = "0" + r;
|
|
527
|
+
}
|
|
528
|
+
return r;
|
|
529
|
+
};
|
|
530
|
+
return date.getUTCFullYear()
|
|
531
|
+
+ "-" + pad(date.getUTCMonth() + 1)
|
|
532
|
+
+ "-" + pad(date.getUTCDate())
|
|
533
|
+
+ "T" + pad(date.getUTCHours())
|
|
534
|
+
+ ":" + pad(date.getUTCMinutes())
|
|
535
|
+
+ ":" + pad(date.getUTCSeconds())
|
|
536
|
+
+ "." + String((date.getUTCMilliseconds() / 1000).toFixed(3)).slice(2, 5)
|
|
537
|
+
+ "Z";
|
|
538
|
+
}
|
|
529
539
|
}
|
|
530
540
|
}
|
|
531
541
|
function arrForEach(arr, callbackfn, thisArg) {
|
|
@@ -3367,4 +3377,4 @@ this.Microsoft = this.Microsoft || {};
|
|
|
3367
3377
|
(function(obj, prop, descriptor) { /* ai_es3_polyfil defineProperty */ var func = Object["defineProperty"]; if (func) { try { return func(obj, prop, descriptor); } catch(e) { /* IE8 defines defineProperty, but will throw */ } } if (descriptor && typeof descriptor.value !== undefined) { obj[prop] = descriptor.value; } return obj; })(exports, '__esModule', { value: true });
|
|
3368
3378
|
|
|
3369
3379
|
})(this.Microsoft.ApplicationInsights = this.Microsoft.ApplicationInsights || {});
|
|
3370
|
-
//# sourceMappingURL=ai.dbg.2.7.
|
|
3380
|
+
//# sourceMappingURL=ai.dbg.2.7.4-nightly.2202-01.gbl.js.map
|