xmlui 0.9.39 → 0.9.40
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/lib/{apiInterceptorWorker-CuqdinHT.mjs → apiInterceptorWorker-B8TTzBdN.mjs} +1 -1
- package/dist/lib/{index-DAE4_Ivq.mjs → index-DGZ1xviB.mjs} +2 -3
- package/dist/lib/language-server-web-worker.mjs +1 -1
- package/dist/lib/language-server.mjs +1 -1
- package/dist/lib/{server-common-GEz8hGWu.mjs → server-common-Cb_e1fYU.mjs} +2464 -2548
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/metadata/xmlui-metadata.mjs +0 -1
- package/dist/metadata/xmlui-metadata.umd.js +0 -1
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components/Select/Select.js +0 -1
- package/dist/standalone/xmlui-standalone.umd.js +5 -6
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { setupWorker } from "./index-DCbaK7GI.mjs";
|
|
2
2
|
import { delay as delay$1, HttpResponse, http } from "msw";
|
|
3
3
|
import { isArray, isObject, mapValues } from "lodash-es";
|
|
4
|
-
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-
|
|
4
|
+
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-DGZ1xviB.mjs";
|
|
5
5
|
import Dexie from "dexie";
|
|
6
6
|
var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
|
|
7
7
|
HttpStatusCode2[HttpStatusCode2["Continue"] = 100] = "Continue";
|
|
@@ -21729,7 +21729,7 @@ function ApiInterceptorProvider({
|
|
|
21729
21729
|
let interceptorWorker;
|
|
21730
21730
|
(async () => {
|
|
21731
21731
|
if (process.env.VITE_MOCK_ENABLED) {
|
|
21732
|
-
const { createApiInterceptorWorker } = await import("./apiInterceptorWorker-
|
|
21732
|
+
const { createApiInterceptorWorker } = await import("./apiInterceptorWorker-B8TTzBdN.mjs");
|
|
21733
21733
|
if (interceptor) {
|
|
21734
21734
|
interceptorWorker = await createApiInterceptorWorker(interceptor, apiWorker);
|
|
21735
21735
|
if (!apiWorker) {
|
|
@@ -23098,7 +23098,6 @@ const SelectMd = createMetadata({
|
|
|
23098
23098
|
props: {
|
|
23099
23099
|
placeholder: dPlaceholder(),
|
|
23100
23100
|
initialValue: dInitialValue(),
|
|
23101
|
-
maxLength: dMaxLength(),
|
|
23102
23101
|
autoFocus: dAutoFocus(),
|
|
23103
23102
|
required: dRequired(),
|
|
23104
23103
|
readOnly: dReadonly(),
|
|
@@ -32861,7 +32860,7 @@ function IconProvider({ children }) {
|
|
|
32861
32860
|
/* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
32862
32861
|
] });
|
|
32863
32862
|
}
|
|
32864
|
-
const version = "0.9.
|
|
32863
|
+
const version = "0.9.40";
|
|
32865
32864
|
const miscellaneousUtils = {
|
|
32866
32865
|
capitalize,
|
|
32867
32866
|
pluralize: pluralize$1,
|