@nsshunt/stsuxvue 1.0.35 → 1.0.37
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.mjs +9 -15
- package/dist/stsuxvue.mjs.map +1 -1
- package/dist/stsuxvue.umd.js +8 -14
- package/dist/stsuxvue.umd.js.map +1 -1
- package/package.json +17 -17
- package/types/commonTypes.d.ts +1 -36
- package/types/commonTypes.d.ts.map +1 -1
- package/types/plugins/vuetify.d.ts +2 -1
- package/types/plugins/vuetify.d.ts.map +1 -1
package/dist/stsuxvue.mjs
CHANGED
|
@@ -154,15 +154,7 @@ const ModelStore = defineStore("__sts__ModelStore", {
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
});
|
|
157
|
-
const
|
|
158
|
-
var eIWMessageCommands = /* @__PURE__ */ ((eIWMessageCommands2) => {
|
|
159
|
-
eIWMessageCommands2["InstrumentTelemetry"] = "__STS__InstrumentTelemetry";
|
|
160
|
-
eIWMessageCommands2["MessagePort"] = "__STS__MessagePort";
|
|
161
|
-
eIWMessageCommands2["MessagePortResponse"] = "__STS__MessagePortResponse";
|
|
162
|
-
eIWMessageCommands2["AddAsyncRunner"] = "__STS__AddAsyncRunner";
|
|
163
|
-
eIWMessageCommands2["StopAllAsyncRunners"] = "__STS__StopAllAsyncRunners";
|
|
164
|
-
return eIWMessageCommands2;
|
|
165
|
-
})(eIWMessageCommands || {});
|
|
157
|
+
const URI_BASE_STSUXVUE = "/";
|
|
166
158
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
167
159
|
__name: "UXBarChart",
|
|
168
160
|
setup(__props, { expose: __expose }) {
|
|
@@ -5787,7 +5779,7 @@ function requireAnsi_to_html() {
|
|
|
5787
5779
|
}
|
|
5788
5780
|
var ansi_to_htmlExports = requireAnsi_to_html();
|
|
5789
5781
|
const Convert = /* @__PURE__ */ getDefaultExportFromCjs(ansi_to_htmlExports);
|
|
5790
|
-
/*! @license DOMPurify 3.2.
|
|
5782
|
+
/*! @license DOMPurify 3.2.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.5/LICENSE */
|
|
5791
5783
|
const {
|
|
5792
5784
|
entries,
|
|
5793
5785
|
setPrototypeOf,
|
|
@@ -5840,6 +5832,9 @@ const regExpTest = unapply(RegExp.prototype.test);
|
|
|
5840
5832
|
const typeErrorCreate = unconstruct(TypeError);
|
|
5841
5833
|
function unapply(func) {
|
|
5842
5834
|
return function(thisArg) {
|
|
5835
|
+
if (thisArg instanceof RegExp) {
|
|
5836
|
+
thisArg.lastIndex = 0;
|
|
5837
|
+
}
|
|
5843
5838
|
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
5844
5839
|
args[_key - 1] = arguments[_key];
|
|
5845
5840
|
}
|
|
@@ -6009,7 +6004,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
6009
6004
|
function createDOMPurify() {
|
|
6010
6005
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
6011
6006
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
6012
|
-
DOMPurify.version = "3.2.
|
|
6007
|
+
DOMPurify.version = "3.2.5";
|
|
6013
6008
|
DOMPurify.removed = [];
|
|
6014
6009
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
6015
6010
|
DOMPurify.isSupported = false;
|
|
@@ -6421,7 +6416,7 @@ function createDOMPurify() {
|
|
|
6421
6416
|
tagName,
|
|
6422
6417
|
allowedTags: ALLOWED_TAGS
|
|
6423
6418
|
});
|
|
6424
|
-
if (currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w]/g, currentNode.innerHTML) && regExpTest(/<[/\w]/g, currentNode.textContent)) {
|
|
6419
|
+
if (currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w!]/g, currentNode.innerHTML) && regExpTest(/<[/\w!]/g, currentNode.textContent)) {
|
|
6425
6420
|
_forceRemove(currentNode);
|
|
6426
6421
|
return true;
|
|
6427
6422
|
}
|
|
@@ -10874,7 +10869,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
10874
10869
|
});
|
|
10875
10870
|
export {
|
|
10876
10871
|
ModelStore,
|
|
10877
|
-
|
|
10872
|
+
URI_BASE_STSUXVUE,
|
|
10878
10873
|
_sfc_main$9 as UXBarChart,
|
|
10879
10874
|
_sfc_main$8 as UXLineChart,
|
|
10880
10875
|
UXModelInstrumentAgentCommon,
|
|
@@ -10885,7 +10880,6 @@ export {
|
|
|
10885
10880
|
_sfc_main$7 as UXMultiBarChart,
|
|
10886
10881
|
_sfc_main$6 as UXRadialChart,
|
|
10887
10882
|
_sfc_main as UXTestForm,
|
|
10888
|
-
_estate
|
|
10889
|
-
eIWMessageCommands
|
|
10883
|
+
_estate
|
|
10890
10884
|
};
|
|
10891
10885
|
//# sourceMappingURL=stsuxvue.mjs.map
|