@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.cjs
CHANGED
|
@@ -8474,11 +8474,11 @@ var UXModelInstrumentServiceCommon_default = /* @__PURE__ */ _plugin_vue_export_
|
|
|
8474
8474
|
const _component_v_row = (0, vue.resolveComponent)("v-row");
|
|
8475
8475
|
const _component_v_sheet = (0, vue.resolveComponent)("v-sheet");
|
|
8476
8476
|
return (0, vue.openBlock)(), (0, vue.createBlock)(_component_v_sheet, {
|
|
8477
|
-
variant: "outlined",
|
|
8478
8477
|
theme: "light",
|
|
8479
8478
|
rounded: "lg",
|
|
8480
8479
|
class: "mx-2 mt-2 mb-4 pa-2 pr-4",
|
|
8481
|
-
elevation:
|
|
8480
|
+
elevation: 2,
|
|
8481
|
+
border: "",
|
|
8482
8482
|
onClick: _cache[0] || (_cache[0] = ($event) => clicked(__props.nodeid))
|
|
8483
8483
|
}, {
|
|
8484
8484
|
default: (0, vue.withCtx)(() => [
|
|
@@ -8766,7 +8766,7 @@ var UXModelInstrumentServiceCommon_default = /* @__PURE__ */ _plugin_vue_export_
|
|
|
8766
8766
|
});
|
|
8767
8767
|
};
|
|
8768
8768
|
}
|
|
8769
|
-
}), [["__scopeId", "data-v-
|
|
8769
|
+
}), [["__scopeId", "data-v-d2a49147"]]);
|
|
8770
8770
|
//#endregion
|
|
8771
8771
|
//#region src/components/UXModelInstrumentServiceSmall.vue?vue&type=script&setup=true&lang.ts
|
|
8772
8772
|
var _hoisted_1$3 = { class: "ststitle" };
|
|
@@ -9129,11 +9129,11 @@ var UXModelInstrumentServiceSmall_default = /* @__PURE__ */ _plugin_vue_export_h
|
|
|
9129
9129
|
const _component_v_row = (0, vue.resolveComponent)("v-row");
|
|
9130
9130
|
const _component_v_sheet = (0, vue.resolveComponent)("v-sheet");
|
|
9131
9131
|
return (0, vue.openBlock)(), (0, vue.createBlock)(_component_v_sheet, {
|
|
9132
|
-
variant: "outlined",
|
|
9133
9132
|
theme: "light",
|
|
9134
9133
|
rounded: "lg",
|
|
9135
9134
|
class: "mx-2 mt-2 mb-4 pa-2",
|
|
9136
|
-
elevation:
|
|
9135
|
+
elevation: 2,
|
|
9136
|
+
border: "",
|
|
9137
9137
|
onClick: _cache[0] || (_cache[0] = ($event) => clicked(__props.nodeid))
|
|
9138
9138
|
}, {
|
|
9139
9139
|
default: (0, vue.withCtx)(() => [
|
|
@@ -9331,7 +9331,7 @@ var UXModelInstrumentServiceSmall_default = /* @__PURE__ */ _plugin_vue_export_h
|
|
|
9331
9331
|
});
|
|
9332
9332
|
};
|
|
9333
9333
|
}
|
|
9334
|
-
}), [["__scopeId", "data-v-
|
|
9334
|
+
}), [["__scopeId", "data-v-40b280ab"]]);
|
|
9335
9335
|
//#endregion
|
|
9336
9336
|
//#region src/components/UXModelNode.vue?vue&type=script&setup=true&lang.ts
|
|
9337
9337
|
var _hoisted_1$2 = ["value"];
|
|
@@ -15100,7 +15100,8 @@ var UXModelNavigator_default = /* @__PURE__ */ (0, vue.defineComponent)({
|
|
|
15100
15100
|
theme: "light",
|
|
15101
15101
|
rounded: "lg",
|
|
15102
15102
|
class: "ma-4 mr-0 pa-2",
|
|
15103
|
-
|
|
15103
|
+
border: "",
|
|
15104
|
+
elevation: 2
|
|
15104
15105
|
}, {
|
|
15105
15106
|
default: (0, vue.withCtx)(() => [
|
|
15106
15107
|
(0, vue.createTextVNode)(" UXModelNavigator - Path: " + (0, vue.toDisplayString)(navigationPath.value) + " ", 1),
|