@cniot/mdd-editor 0.2.0-beta.47 → 0.2.0-beta.48
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/README.MD +1 -1
- package/build/index.cjs.js +2 -2
- package/build/index.es.js +2 -7
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -18575,11 +18575,6 @@ const formilySchema = ({ moduleDataSource = {} }) => {
|
|
|
18575
18575
|
label: "\u6253\u5F00\u62BD\u5C49",
|
|
18576
18576
|
value: "drawer"
|
|
18577
18577
|
},
|
|
18578
|
-
{
|
|
18579
|
-
children: [],
|
|
18580
|
-
label: "\u81EA\u5B9A\u4E49",
|
|
18581
|
-
value: "custom"
|
|
18582
|
-
},
|
|
18583
18578
|
{
|
|
18584
18579
|
children: [],
|
|
18585
18580
|
label: "\u5185\u7F6E\u6A21\u5757",
|
|
@@ -19162,7 +19157,7 @@ const formilySchema = ({ moduleDataSource = {} }) => {
|
|
|
19162
19157
|
"x-component-props": {},
|
|
19163
19158
|
name: "btn-type",
|
|
19164
19159
|
default: "batch-add",
|
|
19165
|
-
"x-
|
|
19160
|
+
"x-display": "hidden",
|
|
19166
19161
|
"x-designable-id": "jtk111555522nqweqe2221",
|
|
19167
19162
|
"x-reactions": {
|
|
19168
19163
|
dependencies: [
|
|
@@ -30258,7 +30253,7 @@ function getDefaultIndexStyle() {
|
|
|
30258
30253
|
`;
|
|
30259
30254
|
}
|
|
30260
30255
|
const name = "@cniot/mdd-editor";
|
|
30261
|
-
const version = "0.2.0-beta.
|
|
30256
|
+
const version = "0.2.0-beta.48";
|
|
30262
30257
|
const description = "\u6A21\u578B\u9A71\u52A8\u7F16\u8F91\u5668";
|
|
30263
30258
|
const scripts = {
|
|
30264
30259
|
build: "vite build"
|