@epam/ai-dial-ui-kit 0.11.0-dev.13 → 0.11.0-dev.14
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/{JsonEditor-DUzZy2OV.cjs → JsonEditor-Cmxeh13b.cjs} +1 -1
- package/dist/{JsonEditor-D29cVS2F.js → JsonEditor-D2Rg_3lU.js} +1 -1
- package/dist/{MarkdownEditor-n39NhQsy.js → MarkdownEditor-1wxQm89x.js} +1 -1
- package/dist/{MarkdownEditor-BVPsAfAZ.cjs → MarkdownEditor-CHH35ABu.cjs} +1 -1
- package/dist/components-manifest.json +2 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +1 -1
- package/dist/{index-CS4jKZ5H.cjs → index-BAiMssJX.cjs} +1 -1
- package/dist/{index-Dy3282i_.js → index-eV9vrNOR.js} +12 -8
- package/package.json +1 -1
|
@@ -60149,14 +60149,18 @@ function Pn(e, t, i = 0) {
|
|
|
60149
60149
|
const s = ze(e, t);
|
|
60150
60150
|
if ("default" in s)
|
|
60151
60151
|
return s.default;
|
|
60152
|
-
if (Uo(s)
|
|
60153
|
-
|
|
60154
|
-
|
|
60155
|
-
|
|
60156
|
-
|
|
60157
|
-
|
|
60152
|
+
if (Uo(s)) {
|
|
60153
|
+
if (s.properties) {
|
|
60154
|
+
const n = {};
|
|
60155
|
+
let o = !1;
|
|
60156
|
+
for (const [r, a] of Object.entries(s.properties)) {
|
|
60157
|
+
const l = Pn(a, t, i + 1);
|
|
60158
|
+
l !== void 0 && (n[r] = l, o = !0);
|
|
60159
|
+
}
|
|
60160
|
+
return o ? n : void 0;
|
|
60158
60161
|
}
|
|
60159
|
-
|
|
60162
|
+
if (s.additionalProperties != null && s.additionalProperties !== !1)
|
|
60163
|
+
return {};
|
|
60160
60164
|
}
|
|
60161
60165
|
}
|
|
60162
60166
|
function ln(e, t, i, s = "", n = 0) {
|
|
@@ -61239,7 +61243,7 @@ const Og = ({
|
|
|
61239
61243
|
}) })
|
|
61240
61244
|
}
|
|
61241
61245
|
);
|
|
61242
|
-
}, tz = () => import("./JsonEditor-
|
|
61246
|
+
}, tz = () => import("./JsonEditor-D2Rg_3lU.js"), iz = () => import("./MarkdownEditor-1wxQm89x.js");
|
|
61243
61247
|
export {
|
|
61244
61248
|
ds as $,
|
|
61245
61249
|
cV as A,
|