@ddd-tool/domain-designer-ui-component 0.0.0-alpha.0 → 0.0.0-alpha.1
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/index.d.ts +2 -0
- package/index.js +2 -2
- package/package.json +1 -1
- package/style.css +1 -0
- package/index.css +0 -1
- /package/{Index.vue.d.ts → UI.vue.d.ts} +0 -0
package/index.d.ts
ADDED
package/index.js
CHANGED
|
@@ -13201,7 +13201,7 @@ function kp() {
|
|
|
13201
13201
|
return wp.api;
|
|
13202
13202
|
}
|
|
13203
13203
|
const Sp = ["for"], xp = ["for"], _p = /* @__PURE__ */ hi({
|
|
13204
|
-
__name: "
|
|
13204
|
+
__name: "UI",
|
|
13205
13205
|
props: {
|
|
13206
13206
|
designs: {}
|
|
13207
13207
|
},
|
|
@@ -13424,7 +13424,7 @@ const Sp = ["for"], xp = ["for"], _p = /* @__PURE__ */ hi({
|
|
|
13424
13424
|
], 64);
|
|
13425
13425
|
};
|
|
13426
13426
|
}
|
|
13427
|
-
}), Op = /* @__PURE__ */ Ni(_p, [["__scopeId", "data-v-
|
|
13427
|
+
}), Op = /* @__PURE__ */ Ni(_p, [["__scopeId", "data-v-417fb022"]]);
|
|
13428
13428
|
export {
|
|
13429
13429
|
Op as Ui
|
|
13430
13430
|
};
|
package/package.json
CHANGED
package/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nomnoml[data-v-7b5a77ff]{height:100%;overflow:auto}.container[data-v-417fb022]{width:auto;height:auto}.focus-all-btn[data-v-417fb022]{font-weight:700}
|
package/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.nomnoml[data-v-7b5a77ff]{height:100%;overflow:auto}.container[data-v-1d95a0ae]{width:auto;height:auto}.focus-all-btn[data-v-1d95a0ae]{font-weight:700}
|
|
File without changes
|