uilint-react 0.2.150 → 0.2.152
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/{SchemaPanel-RQBsmPjs.js → SchemaPanel-BgWsM1N-.js} +2 -2
- package/dist/{SchemaPanel-RQBsmPjs.js.map → SchemaPanel-BgWsM1N-.js.map} +1 -1
- package/dist/core/plugin-system/loader.d.ts.map +1 -1
- package/dist/devtools.js +1 -1
- package/dist/devtools.js.map +1 -1
- package/dist/{index-DvUhgZLk.js → index-BbRSb5XO.js} +4 -3
- package/dist/{index-DvUhgZLk.js.map → index-BbRSb5XO.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -6
|
@@ -19283,7 +19283,7 @@ function Z1(e) {
|
|
|
19283
19283
|
title: typeof o.title == "string" ? o.title : o.title.binding,
|
|
19284
19284
|
priority: o.priority,
|
|
19285
19285
|
component: se.lazy(
|
|
19286
|
-
() => import("./SchemaPanel-
|
|
19286
|
+
() => import("./SchemaPanel-BgWsM1N-.js").then((i) => ({
|
|
19287
19287
|
default: (s) => {
|
|
19288
19288
|
const l = s.services.getState().plugins?.[t] ?? {}, c = (f, p) => {
|
|
19289
19289
|
const h = It(s.services, t, n);
|
|
@@ -19362,7 +19362,8 @@ async function Q1(e) {
|
|
|
19362
19362
|
const ek = [
|
|
19363
19363
|
"uilint-vision/plugin",
|
|
19364
19364
|
"uilint-semantic/plugin",
|
|
19365
|
-
"uilint-duplicates/plugin"
|
|
19365
|
+
"uilint-duplicates/plugin",
|
|
19366
|
+
"uilint-coverage/plugin"
|
|
19366
19367
|
];
|
|
19367
19368
|
async function tk() {
|
|
19368
19369
|
const e = ek.map(async (o) => {
|
|
@@ -21227,4 +21228,4 @@ export {
|
|
|
21227
21228
|
m1 as y,
|
|
21228
21229
|
h1 as z
|
|
21229
21230
|
};
|
|
21230
|
-
//# sourceMappingURL=index-
|
|
21231
|
+
//# sourceMappingURL=index-BbRSb5XO.js.map
|