@blueking/monitor-trace-log 2.0.7 → 2.0.8

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 (2) hide show
  1. package/main.js +6 -0
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -153204,6 +153204,7 @@ const CommonList = () => null;
153204
153204
 
153205
153205
 
153206
153206
 
153207
+
153207
153208
  /* harmony default export */ const index_set_choice = ((0,vue_esm.defineComponent)({
153208
153209
  props: {
153209
153210
  height: {
@@ -153265,6 +153266,7 @@ const CommonList = () => null;
153265
153266
  let {
153266
153267
  emit
153267
153268
  } = _ref;
153269
+ const store = use_store();
153268
153270
  const isOpened = (0,vue_esm.ref)(false);
153269
153271
  const refRootElement = (0,vue_esm.ref)(null);
153270
153272
  const shortcutKey = `${getOsCommandLabel()}+O`;
@@ -153316,6 +153318,9 @@ const CommonList = () => null;
153316
153318
  };
153317
153319
  (0,vue_esm.watch)(() => props.indexSetValue, () => {
153318
153320
  selectedValues.value = getSelectedValues();
153321
+ if (selectedValues.value.length === 1 && window.__IS_MONITOR_APM__) {
153322
+ store.commit('updateSpace', selectedValues.value[0]);
153323
+ }
153319
153324
  }, {
153320
153325
  immediate: true
153321
153326
  });
@@ -154367,6 +154372,7 @@ var sub_bar_component = normalizeComponent(
154367
154372
  item.index_set_id = `${item.index_set_id}`;
154368
154373
  item.indexName = item.index_set_name;
154369
154374
  item.lightenName = ` (${item.indices.map(newItem => newItem.result_table_id).join(';')})`;
154375
+ item.unique_id = `#_${item.index_set_id}`;
154370
154376
  }
154371
154377
  store.commit('retrieve/updateIndexSetList', indexSetList);
154372
154378
  return indexSetList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/monitor-trace-log",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {