@microsoft/applicationinsights-debugplugin-js 3.0.0-beta.2302-01 → 3.0.0-beta.2302-02

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 (60) hide show
  1. package/browser/{ai.dbg.3.0.0-beta.2302-01.cjs.js → ai.dbg.3.0.0-beta.2302-02.cjs.js} +58 -16
  2. package/browser/ai.dbg.3.0.0-beta.2302-02.cjs.js.map +1 -0
  3. package/browser/ai.dbg.3.0.0-beta.2302-02.cjs.min.js +6 -0
  4. package/browser/ai.dbg.3.0.0-beta.2302-02.cjs.min.js.map +1 -0
  5. package/browser/{ai.dbg.3.0.0-beta.2302-01.gbl.js → ai.dbg.3.0.0-beta.2302-02.gbl.js} +58 -16
  6. package/browser/ai.dbg.3.0.0-beta.2302-02.gbl.js.map +1 -0
  7. package/browser/ai.dbg.3.0.0-beta.2302-02.gbl.min.js +6 -0
  8. package/browser/ai.dbg.3.0.0-beta.2302-02.gbl.min.js.map +1 -0
  9. package/browser/ai.dbg.3.0.0-beta.2302-02.integrity.json +66 -0
  10. package/browser/{ai.dbg.3.0.0-beta.2302-01.js → ai.dbg.3.0.0-beta.2302-02.js} +58 -16
  11. package/browser/ai.dbg.3.0.0-beta.2302-02.js.map +1 -0
  12. package/browser/ai.dbg.3.0.0-beta.2302-02.min.js +6 -0
  13. package/browser/ai.dbg.3.0.0-beta.2302-02.min.js.map +1 -0
  14. package/browser/ai.dbg.3.cjs.js +57 -15
  15. package/browser/ai.dbg.3.cjs.js.map +1 -1
  16. package/browser/ai.dbg.3.cjs.min.js +2 -2
  17. package/browser/ai.dbg.3.cjs.min.js.map +1 -1
  18. package/browser/ai.dbg.3.gbl.js +57 -15
  19. package/browser/ai.dbg.3.gbl.js.map +1 -1
  20. package/browser/ai.dbg.3.gbl.min.js +2 -2
  21. package/browser/ai.dbg.3.gbl.min.js.map +1 -1
  22. package/browser/ai.dbg.3.js +57 -15
  23. package/browser/ai.dbg.3.js.map +1 -1
  24. package/browser/ai.dbg.3.min.js +2 -2
  25. package/browser/ai.dbg.3.min.js.map +1 -1
  26. package/dist/applicationinsights-debugplugin-js.d.ts +1 -1
  27. package/dist/applicationinsights-debugplugin-js.js +57 -15
  28. package/dist/applicationinsights-debugplugin-js.js.map +1 -1
  29. package/dist/applicationinsights-debugplugin-js.min.js +2 -2
  30. package/dist/applicationinsights-debugplugin-js.min.js.map +1 -1
  31. package/dist/applicationinsights-debugplugin-js.rollup.d.ts +1 -1
  32. package/dist-esm/DebugPlugin.js +1 -1
  33. package/dist-esm/__DynamicConstants.js +4 -4
  34. package/dist-esm/__DynamicConstants.js.map +1 -1
  35. package/dist-esm/applicationinsights-debugplugin-js.js +1 -1
  36. package/dist-esm/components/Dashboard.js +1 -1
  37. package/dist-esm/components/LogEntry.js +1 -1
  38. package/dist-esm/components/debugBins.js +1 -1
  39. package/dist-esm/components/filterList.js +1 -1
  40. package/dist-esm/components/helpers.js +1 -1
  41. package/dist-esm/components/styleNodeSrc.js +1 -1
  42. package/dist-esm/interfaces/IDebugPluginConfig.js +1 -1
  43. package/package.json +6 -6
  44. package/src/DebugPlugin.ts +16 -16
  45. package/src/__DynamicConstants.ts +51 -51
  46. package/src/components/Dashboard.ts +9 -9
  47. package/src/components/LogEntry.ts +4 -4
  48. package/src/components/debugBins.ts +6 -6
  49. package/src/components/filterList.ts +6 -6
  50. package/src/components/helpers.ts +10 -10
  51. package/browser/ai.dbg.3.0.0-beta.2302-01.cjs.js.map +0 -1
  52. package/browser/ai.dbg.3.0.0-beta.2302-01.cjs.min.js +0 -6
  53. package/browser/ai.dbg.3.0.0-beta.2302-01.cjs.min.js.map +0 -1
  54. package/browser/ai.dbg.3.0.0-beta.2302-01.gbl.js.map +0 -1
  55. package/browser/ai.dbg.3.0.0-beta.2302-01.gbl.min.js +0 -6
  56. package/browser/ai.dbg.3.0.0-beta.2302-01.gbl.min.js.map +0 -1
  57. package/browser/ai.dbg.3.0.0-beta.2302-01.integrity.json +0 -66
  58. package/browser/ai.dbg.3.0.0-beta.2302-01.js.map +0 -1
  59. package/browser/ai.dbg.3.0.0-beta.2302-01.min.js +0 -6
  60. package/browser/ai.dbg.3.0.0-beta.2302-01.min.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 3.0.0-beta.2302-01
2
+ * Microsoft.ApplicationInsights, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -8,9 +8,9 @@
8
8
  // ##############################################################
9
9
  // AUTO GENERATED FILE: This file is Auto Generated during build.
10
10
  // ##############################################################
11
- // ###########################################################################################################################################
12
- // Note: DON'T Export these const from the package as we are still targeting IE this will export a mutable variables that someone could change
13
- // ###########################################################################################################################################
11
+ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
+ // Note: DON'T Export these const from the package as we are still targeting ES3 this will export a mutable variables that someone could change!!!
13
+ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
14
  export var _DYN_IDENTIFIER = "identifier"; // Count: 4
15
15
  export var _DYN_TRACKERS = "trackers"; // Count: 4
16
16
  export var _DYN_DISABLE_NOTIFICATION0 = "disableNotifications"; // Count: 2
@@ -1 +1 @@
1
- {"version":3,"file":"__DynamicConstants.js.map","sources":["__DynamicConstants.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n// @skip-file-minify\r\n// ##############################################################\r\n// AUTO GENERATED FILE: This file is Auto Generated during build.\r\n// ##############################################################\r\n// ###########################################################################################################################################\r\n// Note: DON'T Export these const from the package as we are still targeting IE this will export a mutable variables that someone could change\r\n// ###########################################################################################################################################\r\nexport var _DYN_IDENTIFIER = \"identifier\"; // Count: 4\r\nexport var _DYN_TRACKERS = \"trackers\"; // Count: 4\r\nexport var _DYN_DISABLE_NOTIFICATION0 = \"disableNotifications\"; // Count: 2\r\nexport var _DYN_NEW_LOG_ENTRY = \"newLogEntry\"; // Count: 7\r\nexport var _DYN_PUSH = \"push\"; // Count: 21\r\nexport var _DYN_EXCLUDE_KEYS = \"excludeKeys\"; // Count: 5\r\nexport var _DYN_MAX_MESSAGES = \"maxMessages\"; // Count: 4\r\nexport var _DYN_CREATE_ELEMENT = \"createElement\"; // Count: 35\r\nexport var _DYN_CLASS_NAME = \"className\"; // Count: 40\r\nexport var _DYN_INNER_HTML = \"innerHTML\"; // Count: 3\r\nexport var _DYN_APPEND_CHILD = \"appendChild\"; // Count: 32\r\nexport var _DYN_STOP_PROPAGATION = \"stopPropagation\"; // Count: 9\r\nexport var _DYN_IS_DISPLAYED = \"isDisplayed\"; // Count: 5\r\nexport var _DYN_NAME = \"name\"; // Count: 9\r\nexport var _DYN_LENGTH = \"length\"; // Count: 12\r\nexport var _DYN_SHOW_CHILDREN = \"showChildren\"; // Count: 8\r\nexport var _DYN_DUMP_TO_CONSOLE = \"dumpToConsole\"; // Count: 4\r\nexport var _DYN_LOG_PROCESS_TELEMETR1 = \"logProcessTelemetry\"; // Count: 2\r\nexport var _DYN_INCLUDE_FUNCTIONS = \"includeFunctions\"; // Count: 3\r\nexport var _DYN_POINTER_EVENTS = \"pointerEvents\"; // Count: 3\r\nexport var _DYN_PARENT_ELEMENT = \"parentElement\"; // Count: 9\r\nexport var _DYN_SET_TEXT_FILTER = \"setTextFilter\"; // Count: 4\r\nexport var _DYN_RENDER = \"render\"; // Count: 11\r\nexport var _DYN_GET_EL = \"getEl\"; // Count: 5\r\nexport var _DYN_REMOVE_CHILD = \"removeChild\"; // Count: 10\r\nexport var _DYN_SET_ATTRIBUTE = \"setAttribute\"; // Count: 7\r\nexport var _DYN_ONKEYUP = \"onkeyup\"; // Count: 4\r\nexport var _DYN_INNER_TEXT = \"innerText\"; // Count: 17\r\nexport var _DYN_ONCLICK = \"onclick\"; // Count: 9\r\nexport var _DYN_ONTOUCHEND = \"ontouchend\"; // Count: 5\r\nexport var _DYN_ONKEYDOWN = \"onkeydown\"; // Count: 3\r\nexport var _DYN_PREVENT_DEFAULT = \"preventDefault\"; // Count: 3\r\nexport var _DYN_TARGET = \"target\"; // Count: 4\r\nexport var _DYN_CHILDREN = \"children\"; // Count: 5\r\nexport var _DYN_FILTER_LIST = \"filterList\"; // Count: 5\r\nexport var _DYN_FOCUS = \"focus\"; // Count: 7\r\nexport var _DYN_REPLACE = \"replace\"; // Count: 6\r\nexport var _DYN_SUBSTRING = \"substring\"; // Count: 5\r\nexport var _DYN_TO_STRING = \"toString\"; // Count: 4\r\n//# sourceMappingURL=__DynamicConstants.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"__DynamicConstants.js.map","sources":["__DynamicConstants.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n// @skip-file-minify\r\n// ##############################################################\r\n// AUTO GENERATED FILE: This file is Auto Generated during build.\r\n// ##############################################################\r\n// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\n// Note: DON'T Export these const from the package as we are still targeting ES3 this will export a mutable variables that someone could change!!!\r\n// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\nexport var _DYN_IDENTIFIER = \"identifier\"; // Count: 4\r\nexport var _DYN_TRACKERS = \"trackers\"; // Count: 4\r\nexport var _DYN_DISABLE_NOTIFICATION0 = \"disableNotifications\"; // Count: 2\r\nexport var _DYN_NEW_LOG_ENTRY = \"newLogEntry\"; // Count: 7\r\nexport var _DYN_PUSH = \"push\"; // Count: 21\r\nexport var _DYN_EXCLUDE_KEYS = \"excludeKeys\"; // Count: 5\r\nexport var _DYN_MAX_MESSAGES = \"maxMessages\"; // Count: 4\r\nexport var _DYN_CREATE_ELEMENT = \"createElement\"; // Count: 35\r\nexport var _DYN_CLASS_NAME = \"className\"; // Count: 40\r\nexport var _DYN_INNER_HTML = \"innerHTML\"; // Count: 3\r\nexport var _DYN_APPEND_CHILD = \"appendChild\"; // Count: 32\r\nexport var _DYN_STOP_PROPAGATION = \"stopPropagation\"; // Count: 9\r\nexport var _DYN_IS_DISPLAYED = \"isDisplayed\"; // Count: 5\r\nexport var _DYN_NAME = \"name\"; // Count: 9\r\nexport var _DYN_LENGTH = \"length\"; // Count: 12\r\nexport var _DYN_SHOW_CHILDREN = \"showChildren\"; // Count: 8\r\nexport var _DYN_DUMP_TO_CONSOLE = \"dumpToConsole\"; // Count: 4\r\nexport var _DYN_LOG_PROCESS_TELEMETR1 = \"logProcessTelemetry\"; // Count: 2\r\nexport var _DYN_INCLUDE_FUNCTIONS = \"includeFunctions\"; // Count: 3\r\nexport var _DYN_POINTER_EVENTS = \"pointerEvents\"; // Count: 3\r\nexport var _DYN_PARENT_ELEMENT = \"parentElement\"; // Count: 9\r\nexport var _DYN_SET_TEXT_FILTER = \"setTextFilter\"; // Count: 4\r\nexport var _DYN_RENDER = \"render\"; // Count: 11\r\nexport var _DYN_GET_EL = \"getEl\"; // Count: 5\r\nexport var _DYN_REMOVE_CHILD = \"removeChild\"; // Count: 10\r\nexport var _DYN_SET_ATTRIBUTE = \"setAttribute\"; // Count: 7\r\nexport var _DYN_ONKEYUP = \"onkeyup\"; // Count: 4\r\nexport var _DYN_INNER_TEXT = \"innerText\"; // Count: 17\r\nexport var _DYN_ONCLICK = \"onclick\"; // Count: 9\r\nexport var _DYN_ONTOUCHEND = \"ontouchend\"; // Count: 5\r\nexport var _DYN_ONKEYDOWN = \"onkeydown\"; // Count: 3\r\nexport var _DYN_PREVENT_DEFAULT = \"preventDefault\"; // Count: 3\r\nexport var _DYN_TARGET = \"target\"; // Count: 4\r\nexport var _DYN_CHILDREN = \"children\"; // Count: 5\r\nexport var _DYN_FILTER_LIST = \"filterList\"; // Count: 5\r\nexport var _DYN_FOCUS = \"focus\"; // Count: 7\r\nexport var _DYN_REPLACE = \"replace\"; // Count: 6\r\nexport var _DYN_SUBSTRING = \"substring\"; // Count: 5\r\nexport var _DYN_TO_STRING = \"toString\"; // Count: 4\r\n//# sourceMappingURL=__DynamicConstants.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  import dynamicProto from "@microsoft/dynamicproto-js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  import { isArray, isBoolean, isError, isNumber, isObject, isString, objToString } from "@microsoft/applicationinsights-core-js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-01
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2302-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-debugplugin-js",
3
- "version": "3.0.0-beta.2302-01",
3
+ "version": "3.0.0-beta.2302-02",
4
4
  "description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension",
5
5
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
6
  "author": "Microsoft Application Insights Team",
@@ -28,11 +28,11 @@
28
28
  "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
29
29
  "@microsoft/applicationinsights-rollup-es5": "1.0.0",
30
30
  "@microsoft/api-extractor": "^7.18.1",
31
- "typescript": "^4.3.4",
31
+ "typescript": "^4.9.3",
32
32
  "tslib": "^2.0.0",
33
33
  "grunt": "^1.5.3",
34
34
  "grunt-cli": "^1.4.3",
35
- "grunt-contrib-qunit": "^5.0.1",
35
+ "grunt-contrib-qunit": "^6.2.1",
36
36
  "@nevware21/grunt-ts-plugin": "^0.4.3",
37
37
  "@nevware21/grunt-eslint-ts": "^0.2.2",
38
38
  "globby": "^11.0.0",
@@ -48,10 +48,10 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@microsoft/dynamicproto-js": "^1.1.7",
51
- "@microsoft/applicationinsights-common": "3.0.0-beta.2302-01",
52
- "@microsoft/applicationinsights-core-js": "3.0.0-beta.2302-01",
51
+ "@microsoft/applicationinsights-common": "3.0.0-beta.2302-02",
52
+ "@microsoft/applicationinsights-core-js": "3.0.0-beta.2302-02",
53
53
  "@microsoft/applicationinsights-shims": "2.0.2",
54
- "@nevware21/ts-utils": "^0.6.0"
54
+ "@nevware21/ts-utils": "^0.7.0"
55
55
  },
56
56
  "license": "MIT",
57
57
  "publishConfig": {
@@ -1,18 +1,18 @@
1
- // Copyright (c) Microsoft Corporation. All rights reserved.
2
- // Licensed under the MIT License.
3
-
4
- import dynamicProto from "@microsoft/dynamicproto-js";
5
- import {
6
- BaseTelemetryPlugin, IAppInsightsCore, IChannelControls, IConfiguration, IInstrumentCallDetails, IPerfEvent, IPlugin,
7
- IProcessTelemetryContext, ITelemetryItem, ITelemetryPluginChain, InstrumentFunc, InstrumentorHooksCallback, arrForEach, arrIndexOf,
8
- dateNow, getDebugExt, isArray, isFunction, isUndefined, objForEachKey
9
- } from "@microsoft/applicationinsights-core-js";
10
- import { Dashboard } from "./components/Dashboard";
11
- import { DebugBin, DebugBinParent } from "./components/debugBins";
12
- import { getTargetName } from "./components/helpers";
13
- import { permStyle } from "./components/styleNodeSrc";
14
- import { IDebugPluginConfig } from "./interfaces/IDebugPluginConfig";
15
-
1
+ // Copyright (c) Microsoft Corporation. All rights reserved.
2
+ // Licensed under the MIT License.
3
+
4
+ import dynamicProto from "@microsoft/dynamicproto-js";
5
+ import {
6
+ BaseTelemetryPlugin, IAppInsightsCore, IChannelControls, IConfiguration, IInstrumentCallDetails, IPerfEvent, IPlugin,
7
+ IProcessTelemetryContext, ITelemetryItem, ITelemetryPluginChain, InstrumentFunc, InstrumentorHooksCallback, arrForEach, arrIndexOf,
8
+ dateNow, getDebugExt, isArray, isFunction, isUndefined, objForEachKey
9
+ } from "@microsoft/applicationinsights-core-js";
10
+ import { Dashboard } from "./components/Dashboard";
11
+ import { DebugBin, DebugBinParent } from "./components/debugBins";
12
+ import { getTargetName } from "./components/helpers";
13
+ import { permStyle } from "./components/styleNodeSrc";
14
+ import { IDebugPluginConfig } from "./interfaces/IDebugPluginConfig";
15
+
16
16
  interface IDebugConfig {
17
17
 
18
18
  trackers: () => string[];
@@ -394,4 +394,4 @@ export default class DebugPlugin extends BaseTelemetryPlugin {
394
394
  processTelemetry(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext) {
395
395
  // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
396
396
  }
397
- }
397
+ }
@@ -1,51 +1,51 @@
1
- // Copyright (c) Microsoft Corporation. All rights reserved.
2
- // Licensed under the MIT License.
3
- // @skip-file-minify
4
-
5
- // ##############################################################
6
- // AUTO GENERATED FILE: This file is Auto Generated during build.
7
- // ##############################################################
8
-
9
- // ###########################################################################################################################################
10
- // Note: DON'T Export these const from the package as we are still targeting IE this will export a mutable variables that someone could change
11
- // ###########################################################################################################################################
12
-
13
- export const _DYN_IDENTIFIER = "identifier"; // Count: 4
14
- export const _DYN_TRACKERS = "trackers"; // Count: 4
15
- export const _DYN_DISABLE_NOTIFICATION0 = "disableNotifications"; // Count: 2
16
- export const _DYN_NEW_LOG_ENTRY = "newLogEntry"; // Count: 7
17
- export const _DYN_PUSH = "push"; // Count: 21
18
- export const _DYN_EXCLUDE_KEYS = "excludeKeys"; // Count: 5
19
- export const _DYN_MAX_MESSAGES = "maxMessages"; // Count: 4
20
- export const _DYN_CREATE_ELEMENT = "createElement"; // Count: 35
21
- export const _DYN_CLASS_NAME = "className"; // Count: 40
22
- export const _DYN_INNER_HTML = "innerHTML"; // Count: 3
23
- export const _DYN_APPEND_CHILD = "appendChild"; // Count: 32
24
- export const _DYN_STOP_PROPAGATION = "stopPropagation"; // Count: 9
25
- export const _DYN_IS_DISPLAYED = "isDisplayed"; // Count: 5
26
- export const _DYN_NAME = "name"; // Count: 9
27
- export const _DYN_LENGTH = "length"; // Count: 12
28
- export const _DYN_SHOW_CHILDREN = "showChildren"; // Count: 8
29
- export const _DYN_DUMP_TO_CONSOLE = "dumpToConsole"; // Count: 4
30
- export const _DYN_LOG_PROCESS_TELEMETR1 = "logProcessTelemetry"; // Count: 2
31
- export const _DYN_INCLUDE_FUNCTIONS = "includeFunctions"; // Count: 3
32
- export const _DYN_POINTER_EVENTS = "pointerEvents"; // Count: 3
33
- export const _DYN_PARENT_ELEMENT = "parentElement"; // Count: 9
34
- export const _DYN_SET_TEXT_FILTER = "setTextFilter"; // Count: 4
35
- export const _DYN_RENDER = "render"; // Count: 11
36
- export const _DYN_GET_EL = "getEl"; // Count: 5
37
- export const _DYN_REMOVE_CHILD = "removeChild"; // Count: 10
38
- export const _DYN_SET_ATTRIBUTE = "setAttribute"; // Count: 7
39
- export const _DYN_ONKEYUP = "onkeyup"; // Count: 4
40
- export const _DYN_INNER_TEXT = "innerText"; // Count: 17
41
- export const _DYN_ONCLICK = "onclick"; // Count: 9
42
- export const _DYN_ONTOUCHEND = "ontouchend"; // Count: 5
43
- export const _DYN_ONKEYDOWN = "onkeydown"; // Count: 3
44
- export const _DYN_PREVENT_DEFAULT = "preventDefault"; // Count: 3
45
- export const _DYN_TARGET = "target"; // Count: 4
46
- export const _DYN_CHILDREN = "children"; // Count: 5
47
- export const _DYN_FILTER_LIST = "filterList"; // Count: 5
48
- export const _DYN_FOCUS = "focus"; // Count: 7
49
- export const _DYN_REPLACE = "replace"; // Count: 6
50
- export const _DYN_SUBSTRING = "substring"; // Count: 5
51
- export const _DYN_TO_STRING = "toString"; // Count: 4
1
+ // Copyright (c) Microsoft Corporation. All rights reserved.
2
+ // Licensed under the MIT License.
3
+ // @skip-file-minify
4
+
5
+ // ##############################################################
6
+ // AUTO GENERATED FILE: This file is Auto Generated during build.
7
+ // ##############################################################
8
+
9
+ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
+ // Note: DON'T Export these const from the package as we are still targeting ES3 this will export a mutable variables that someone could change!!!
11
+ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
+
13
+ export const _DYN_IDENTIFIER = "identifier"; // Count: 4
14
+ export const _DYN_TRACKERS = "trackers"; // Count: 4
15
+ export const _DYN_DISABLE_NOTIFICATION0 = "disableNotifications"; // Count: 2
16
+ export const _DYN_NEW_LOG_ENTRY = "newLogEntry"; // Count: 7
17
+ export const _DYN_PUSH = "push"; // Count: 21
18
+ export const _DYN_EXCLUDE_KEYS = "excludeKeys"; // Count: 5
19
+ export const _DYN_MAX_MESSAGES = "maxMessages"; // Count: 4
20
+ export const _DYN_CREATE_ELEMENT = "createElement"; // Count: 35
21
+ export const _DYN_CLASS_NAME = "className"; // Count: 40
22
+ export const _DYN_INNER_HTML = "innerHTML"; // Count: 3
23
+ export const _DYN_APPEND_CHILD = "appendChild"; // Count: 32
24
+ export const _DYN_STOP_PROPAGATION = "stopPropagation"; // Count: 9
25
+ export const _DYN_IS_DISPLAYED = "isDisplayed"; // Count: 5
26
+ export const _DYN_NAME = "name"; // Count: 9
27
+ export const _DYN_LENGTH = "length"; // Count: 12
28
+ export const _DYN_SHOW_CHILDREN = "showChildren"; // Count: 8
29
+ export const _DYN_DUMP_TO_CONSOLE = "dumpToConsole"; // Count: 4
30
+ export const _DYN_LOG_PROCESS_TELEMETR1 = "logProcessTelemetry"; // Count: 2
31
+ export const _DYN_INCLUDE_FUNCTIONS = "includeFunctions"; // Count: 3
32
+ export const _DYN_POINTER_EVENTS = "pointerEvents"; // Count: 3
33
+ export const _DYN_PARENT_ELEMENT = "parentElement"; // Count: 9
34
+ export const _DYN_SET_TEXT_FILTER = "setTextFilter"; // Count: 4
35
+ export const _DYN_RENDER = "render"; // Count: 11
36
+ export const _DYN_GET_EL = "getEl"; // Count: 5
37
+ export const _DYN_REMOVE_CHILD = "removeChild"; // Count: 10
38
+ export const _DYN_SET_ATTRIBUTE = "setAttribute"; // Count: 7
39
+ export const _DYN_ONKEYUP = "onkeyup"; // Count: 4
40
+ export const _DYN_INNER_TEXT = "innerText"; // Count: 17
41
+ export const _DYN_ONCLICK = "onclick"; // Count: 9
42
+ export const _DYN_ONTOUCHEND = "ontouchend"; // Count: 5
43
+ export const _DYN_ONKEYDOWN = "onkeydown"; // Count: 3
44
+ export const _DYN_PREVENT_DEFAULT = "preventDefault"; // Count: 3
45
+ export const _DYN_TARGET = "target"; // Count: 4
46
+ export const _DYN_CHILDREN = "children"; // Count: 5
47
+ export const _DYN_FILTER_LIST = "filterList"; // Count: 5
48
+ export const _DYN_FOCUS = "focus"; // Count: 7
49
+ export const _DYN_REPLACE = "replace"; // Count: 6
50
+ export const _DYN_SUBSTRING = "substring"; // Count: 5
51
+ export const _DYN_TO_STRING = "toString"; // Count: 4
@@ -1,11 +1,11 @@
1
- import dynamicProto from "@microsoft/dynamicproto-js";
2
- import { arrForEach, arrIndexOf } from "@microsoft/applicationinsights-core-js";
3
- import { ITimerHandler, scheduleTimeout } from "@nevware21/ts-utils";
4
- import { LogEntry } from "./LogEntry";
5
- import { FilterList } from "./filterList";
6
- import { copySelectedTree } from "./helpers";
7
- import { tempStyle } from "./styleNodeSrc";
8
-
1
+ import dynamicProto from "@microsoft/dynamicproto-js";
2
+ import { arrForEach, arrIndexOf } from "@microsoft/applicationinsights-core-js";
3
+ import { ITimerHandler, scheduleTimeout } from "@nevware21/ts-utils";
4
+ import { LogEntry } from "./LogEntry";
5
+ import { FilterList } from "./filterList";
6
+ import { copySelectedTree } from "./helpers";
7
+ import { tempStyle } from "./styleNodeSrc";
8
+
9
9
  export interface IDashboardConfig {
10
10
  prefix: string;
11
11
  trackers: string[];
@@ -285,4 +285,4 @@ export class Dashboard {
285
285
  public hide(): void {
286
286
  // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
287
287
  }
288
- }
288
+ }
@@ -1,6 +1,6 @@
1
- import { isArray, isBoolean, isError, isNumber, isObject, isString, objToString } from "@microsoft/applicationinsights-core-js";
2
- import { MAX_DEPTH, formatLogElements, getTargetKeys, getTargetName, makeRegex, toggleClassName, traverseAndReplace } from "./helpers";
3
-
1
+ import { isArray, isBoolean, isError, isNumber, isObject, isString, objToString } from "@microsoft/applicationinsights-core-js";
2
+ import { MAX_DEPTH, formatLogElements, getTargetKeys, getTargetName, makeRegex, toggleClassName, traverseAndReplace } from "./helpers";
3
+
4
4
  export class LogEntry {
5
5
  isKeep: () => boolean;
6
6
  isMatch: (textFilter: string, excludedKeys: string[], includeFunctions: boolean) => boolean;
@@ -99,4 +99,4 @@ export class LogEntry {
99
99
  return kind;
100
100
  }
101
101
  }
102
- }
102
+ }
@@ -1,8 +1,8 @@
1
- // Copyright (c) Microsoft Corporation. All rights reserved.
2
- // Licensed under the MIT License.
3
-
4
- import { scheduleTimeout } from "@nevware21/ts-utils";
5
-
1
+ // Copyright (c) Microsoft Corporation. All rights reserved.
2
+ // Licensed under the MIT License.
3
+
4
+ import { scheduleTimeout } from "@nevware21/ts-utils";
5
+
6
6
  export class DebugBinParent {
7
7
  public showChildren: boolean = false;
8
8
 
@@ -124,4 +124,4 @@ export class DebugBin {
124
124
  _self.elValue.className = "el-value incremented";
125
125
  scheduleTimeout(() => _self.elValue.className = "el-value", 1);
126
126
  }
127
- }
127
+ }
@@ -1,8 +1,8 @@
1
- // Copyright (c) Microsoft Corporation. All rights reserved.
2
- // Licensed under the MIT License.
3
-
4
- import { arrIndexOf } from "@microsoft/applicationinsights-core-js";
5
-
1
+ // Copyright (c) Microsoft Corporation. All rights reserved.
2
+ // Licensed under the MIT License.
3
+
4
+ import { arrIndexOf } from "@microsoft/applicationinsights-core-js";
5
+
6
6
  export class FilterList {
7
7
 
8
8
  private el: HTMLElement;
@@ -125,4 +125,4 @@ export class FilterList {
125
125
  getCurrentFilter = () => {
126
126
  return this.filterList;
127
127
  }
128
- }
128
+ }
@@ -1,12 +1,12 @@
1
- // Copyright (c) Microsoft Corporation. All rights reserved.
2
- // Licensed under the MIT License.
3
-
4
- import {
5
- arrForEach, arrIndexOf, getIEVersion, isArray, isError, isFunction, isObject, isString, isSymbol, objKeys
6
- } from "@microsoft/applicationinsights-core-js";
7
- import { strShimPrototype } from "@microsoft/applicationinsights-shims";
8
- import { objHasOwnProperty } from "@nevware21/ts-utils";
9
-
1
+ // Copyright (c) Microsoft Corporation. All rights reserved.
2
+ // Licensed under the MIT License.
3
+
4
+ import {
5
+ arrForEach, arrIndexOf, getIEVersion, isArray, isError, isFunction, isObject, isString, isSymbol, objKeys
6
+ } from "@microsoft/applicationinsights-core-js";
7
+ import { strShimPrototype } from "@microsoft/applicationinsights-shims";
8
+ import { objHasOwnProperty } from "@nevware21/ts-utils";
9
+
10
10
  const strConstructor = "constructor";
11
11
  const strGetOwnPropertyNames = "getOwnPropertyNames";
12
12
 
@@ -471,4 +471,4 @@ export function formatLogElements(target: Object, tmLabel: string, key: string,
471
471
  isErr: isErr,
472
472
  matched: matched || childOpened
473
473
  };
474
- }
474
+ }