@nsshunt/stsvueutils 1.0.120 → 1.1.2
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/stsvueutils.mjs +2 -0
- package/dist/stsvueutils.mjs.map +1 -1
- package/dist/stsvueutils.umd.js +2 -0
- package/dist/stsvueutils.umd.js.map +1 -1
- package/package.json +19 -5
- package/types/commonTypes.d.ts +1 -0
- package/types/commonTypes.d.ts.map +1 -1
- package/types/main.d.ts +2 -0
- package/types/main.d.ts.map +1 -0
- package/types/plugins/vuetify.d.ts +78 -0
- package/types/plugins/vuetify.d.ts.map +1 -0
- package/types/plugins/webfontloader.d.ts +7 -0
- package/types/plugins/webfontloader.d.ts.map +1 -0
- package/types/stores/modelStore.d.ts +21 -0
- package/types/stores/modelStore.d.ts.map +1 -0
package/dist/stsvueutils.mjs
CHANGED
|
@@ -343,6 +343,7 @@ const STSStoragePlugin = {
|
|
|
343
343
|
app.provide(STSStoragePluginKey, pluginInstance);
|
|
344
344
|
}
|
|
345
345
|
};
|
|
346
|
+
const URI_BASE_VUEUTILS = "/";
|
|
346
347
|
var eIWMessageCommands = /* @__PURE__ */ ((eIWMessageCommands2) => {
|
|
347
348
|
eIWMessageCommands2["InstrumentTelemetry"] = "__STS__InstrumentTelemetry";
|
|
348
349
|
eIWMessageCommands2["MessagePort"] = "__STS__MessagePort";
|
|
@@ -7301,6 +7302,7 @@ export {
|
|
|
7301
7302
|
STSWorkerManagerPlugin,
|
|
7302
7303
|
STSWorkerManagerPluginKey,
|
|
7303
7304
|
TelemetryStore,
|
|
7305
|
+
URI_BASE_VUEUTILS,
|
|
7304
7306
|
_sfc_main as UXTestForm,
|
|
7305
7307
|
WorkerInstance,
|
|
7306
7308
|
eIWMessageCommands,
|