@nsshunt/stsvueutils 1.2.11 → 1.2.12
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.
|
@@ -2464,28 +2464,28 @@ textarea.v-field__input::placeholder {
|
|
|
2464
2464
|
transform: rotate(270deg);
|
|
2465
2465
|
}
|
|
2466
2466
|
}
|
|
2467
|
-
.stsinfo[data-v-
|
|
2468
|
-
}
|
|
2469
|
-
.stsbiginfo[data-v-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
}
|
|
2475
|
-
.stsbiginfolabel[data-v-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
}
|
|
2480
|
-
.ststitle[data-v-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
}
|
|
2487
|
-
.stssubtitle[data-v-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2467
|
+
.stsinfo[data-v-ad136411] {
|
|
2468
|
+
}
|
|
2469
|
+
.stsbiginfo[data-v-ad136411] {
|
|
2470
|
+
font-size: x-large;
|
|
2471
|
+
font-weight: bold;
|
|
2472
|
+
text-align: right;
|
|
2473
|
+
width: 130px;
|
|
2474
|
+
}
|
|
2475
|
+
.stsbiginfolabel[data-v-ad136411] {
|
|
2476
|
+
text-align: right;
|
|
2477
|
+
white-space: nowrap;
|
|
2478
|
+
width: 130px;
|
|
2479
|
+
}
|
|
2480
|
+
.ststitle[data-v-ad136411] {
|
|
2481
|
+
font-size: large;
|
|
2482
|
+
font-weight: bold;
|
|
2483
|
+
text-align: center;
|
|
2484
|
+
border-bottom: 2px solid lightgray;
|
|
2485
|
+
margin-bottom: 5px;
|
|
2486
|
+
}
|
|
2487
|
+
.stssubtitle[data-v-ad136411] {
|
|
2488
|
+
font-size: small;
|
|
2489
|
+
font-weight: bold;
|
|
2490
|
+
text-align: center;
|
|
2491
2491
|
}
|
package/dist/stsvueutils.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import './index.css';
|
|
1
2
|
var __defProp = Object.defineProperty;
|
|
2
3
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
4
|
var __publicField = (obj, key, value) => {
|
|
@@ -14861,7 +14862,7 @@ const VProgressCircular = genericComponent()({
|
|
|
14861
14862
|
return {};
|
|
14862
14863
|
}
|
|
14863
14864
|
});
|
|
14864
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
14865
|
+
const _withScopeId = (n) => (pushScopeId("data-v-ad136411"), n = n(), popScopeId(), n);
|
|
14865
14866
|
const _hoisted_1$1 = { class: "ststitle" };
|
|
14866
14867
|
const _hoisted_2$1 = {
|
|
14867
14868
|
key: 0,
|
|
@@ -15428,7 +15429,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent$1({
|
|
|
15428
15429
|
};
|
|
15429
15430
|
}
|
|
15430
15431
|
});
|
|
15431
|
-
const UXModelInstrumentServiceSmall = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
15432
|
+
const UXModelInstrumentServiceSmall = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-ad136411"]]);
|
|
15432
15433
|
const _hoisted_1 = ["value"];
|
|
15433
15434
|
const _hoisted_2 = { key: 0 };
|
|
15434
15435
|
const _sfc_main = /* @__PURE__ */ defineComponent$1({
|