@nsshunt/stsuxvue 1.0.113 → 1.0.115

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/dist/stsuxvue.css CHANGED
@@ -19,47 +19,47 @@
19
19
  font-size: smaller;
20
20
  }
21
21
 
22
- .stdWidth[data-v-6113fa18] {
22
+ .stdWidth[data-v-d2a49147] {
23
23
  width: 70px;
24
24
  }
25
- .instDisplay[data-v-6113fa18] {
25
+ .instDisplay[data-v-d2a49147] {
26
26
  display: inline-block;
27
27
  width: 70px;
28
28
  }
29
- .instDisplayWide[data-v-6113fa18] {
29
+ .instDisplayWide[data-v-d2a49147] {
30
30
  display: inline-block;
31
31
  width: 300px;
32
32
  max-width: 400px;
33
33
  }
34
- .instDisplayXWide[data-v-6113fa18] {
34
+ .instDisplayXWide[data-v-d2a49147] {
35
35
  width: 300px;
36
36
  max-width: 400px;
37
37
  }
38
- .subDisplay[data-v-6113fa18] {
38
+ .subDisplay[data-v-d2a49147] {
39
39
  font-size: smaller;
40
40
  }
41
41
 
42
- .stsinfo[data-v-0eacfaa2] {
42
+ .stsinfo[data-v-40b280ab] {
43
43
  }
44
- .stsbiginfo[data-v-0eacfaa2] {
44
+ .stsbiginfo[data-v-40b280ab] {
45
45
  font-size: x-large;
46
46
  font-weight: bold;
47
47
  text-align: right;
48
48
  width: 130px;
49
49
  }
50
- .stsbiginfolabel[data-v-0eacfaa2] {
50
+ .stsbiginfolabel[data-v-40b280ab] {
51
51
  text-align: right;
52
52
  white-space: nowrap;
53
53
  width: 130px;
54
54
  }
55
- .ststitle[data-v-0eacfaa2] {
55
+ .ststitle[data-v-40b280ab] {
56
56
  font-size: large;
57
57
  font-weight: bold;
58
58
  text-align: center;
59
59
  border-bottom: 2px solid lightgray;
60
60
  margin-bottom: 5px;
61
61
  }
62
- .stssubtitle[data-v-0eacfaa2] {
62
+ .stssubtitle[data-v-40b280ab] {
63
63
  font-size: small;
64
64
  font-weight: bold;
65
65
  text-align: center;
package/dist/stsuxvue.mjs CHANGED
@@ -8472,11 +8472,11 @@ var UXModelInstrumentServiceCommon_default = /* @__PURE__ */ _plugin_vue_export_
8472
8472
  const _component_v_row = resolveComponent("v-row");
8473
8473
  const _component_v_sheet = resolveComponent("v-sheet");
8474
8474
  return openBlock(), createBlock(_component_v_sheet, {
8475
- variant: "outlined",
8476
8475
  theme: "light",
8477
8476
  rounded: "lg",
8478
8477
  class: "mx-2 mt-2 mb-4 pa-2 pr-4",
8479
- elevation: 10,
8478
+ elevation: 2,
8479
+ border: "",
8480
8480
  onClick: _cache[0] || (_cache[0] = ($event) => clicked(__props.nodeid))
8481
8481
  }, {
8482
8482
  default: withCtx(() => [
@@ -8764,7 +8764,7 @@ var UXModelInstrumentServiceCommon_default = /* @__PURE__ */ _plugin_vue_export_
8764
8764
  });
8765
8765
  };
8766
8766
  }
8767
- }), [["__scopeId", "data-v-6113fa18"]]);
8767
+ }), [["__scopeId", "data-v-d2a49147"]]);
8768
8768
  //#endregion
8769
8769
  //#region src/components/UXModelInstrumentServiceSmall.vue?vue&type=script&setup=true&lang.ts
8770
8770
  var _hoisted_1$3 = { class: "ststitle" };
@@ -9127,11 +9127,11 @@ var UXModelInstrumentServiceSmall_default = /* @__PURE__ */ _plugin_vue_export_h
9127
9127
  const _component_v_row = resolveComponent("v-row");
9128
9128
  const _component_v_sheet = resolveComponent("v-sheet");
9129
9129
  return openBlock(), createBlock(_component_v_sheet, {
9130
- variant: "outlined",
9131
9130
  theme: "light",
9132
9131
  rounded: "lg",
9133
9132
  class: "mx-2 mt-2 mb-4 pa-2",
9134
- elevation: 10,
9133
+ elevation: 2,
9134
+ border: "",
9135
9135
  onClick: _cache[0] || (_cache[0] = ($event) => clicked(__props.nodeid))
9136
9136
  }, {
9137
9137
  default: withCtx(() => [
@@ -9329,7 +9329,7 @@ var UXModelInstrumentServiceSmall_default = /* @__PURE__ */ _plugin_vue_export_h
9329
9329
  });
9330
9330
  };
9331
9331
  }
9332
- }), [["__scopeId", "data-v-0eacfaa2"]]);
9332
+ }), [["__scopeId", "data-v-40b280ab"]]);
9333
9333
  //#endregion
9334
9334
  //#region src/components/UXModelNode.vue?vue&type=script&setup=true&lang.ts
9335
9335
  var _hoisted_1$2 = ["value"];
@@ -15098,7 +15098,8 @@ var UXModelNavigator_default = /* @__PURE__ */ defineComponent({
15098
15098
  theme: "light",
15099
15099
  rounded: "lg",
15100
15100
  class: "ma-4 mr-0 pa-2",
15101
- elevation: 10
15101
+ border: "",
15102
+ elevation: 2
15102
15103
  }, {
15103
15104
  default: withCtx(() => [
15104
15105
  createTextVNode(" UXModelNavigator - Path: " + toDisplayString(navigationPath.value) + " ", 1),