@cniot/mdd-editor 0.2.0-beta.44 → 0.2.0-beta.45
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 +3 -0
- package/build/index.cjs.js +2 -2
- package/build/index.es.js +27 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -24212,6 +24212,19 @@ var cncardSchema = {
|
|
|
24212
24212
|
name: "icon",
|
|
24213
24213
|
"x-designable-id": "hso2ft3bll3"
|
|
24214
24214
|
},
|
|
24215
|
+
cardTitleExtra: {
|
|
24216
|
+
type: "string",
|
|
24217
|
+
title: "\u5361\u7247\u6807\u9898\u989D\u5916\u5185\u5BB9",
|
|
24218
|
+
"x-decorator": "CnFormItem",
|
|
24219
|
+
"x-component": "Input",
|
|
24220
|
+
"x-component-props": {
|
|
24221
|
+
placeholder: "\u4EE5\u81EA\u5B9A\u4E49\u6E32\u67D3\u6A21\u5F0F\u5B9A\u4E49"
|
|
24222
|
+
},
|
|
24223
|
+
"x-decorator-props": {
|
|
24224
|
+
tip: "\u4EE5\u81EA\u5B9A\u4E49\u6E32\u67D3\u6A21\u5F0F \u5B9A\u4E49"
|
|
24225
|
+
},
|
|
24226
|
+
name: "cardTitleExtra"
|
|
24227
|
+
},
|
|
24215
24228
|
transparent: {
|
|
24216
24229
|
type: "string",
|
|
24217
24230
|
title: "\u80CC\u666F\u900F\u660E",
|
|
@@ -24251,6 +24264,19 @@ var cncardSubSchema = {
|
|
|
24251
24264
|
name: "icon",
|
|
24252
24265
|
"x-designable-id": "hso2ft3bll3"
|
|
24253
24266
|
},
|
|
24267
|
+
cardTitleExtra: {
|
|
24268
|
+
type: "string",
|
|
24269
|
+
title: "\u5361\u7247\u6807\u9898\u989D\u5916\u5185\u5BB9",
|
|
24270
|
+
"x-decorator": "CnFormItem",
|
|
24271
|
+
"x-component": "Input",
|
|
24272
|
+
"x-component-props": {
|
|
24273
|
+
placeholder: "\u4EE5\u81EA\u5B9A\u4E49\u6E32\u67D3\u6A21\u5F0F\u5B9A\u4E49"
|
|
24274
|
+
},
|
|
24275
|
+
"x-decorator-props": {
|
|
24276
|
+
tip: "\u4EE5\u81EA\u5B9A\u4E49\u6E32\u67D3\u6A21\u5F0F \u5B9A\u4E49"
|
|
24277
|
+
},
|
|
24278
|
+
name: "cardTitleExtra"
|
|
24279
|
+
},
|
|
24254
24280
|
transparent: {
|
|
24255
24281
|
type: "string",
|
|
24256
24282
|
title: "\u80CC\u666F\u900F\u660E",
|
|
@@ -28935,7 +28961,7 @@ function getDefaultIndexStyle() {
|
|
|
28935
28961
|
`;
|
|
28936
28962
|
}
|
|
28937
28963
|
const name = "@cniot/mdd-editor";
|
|
28938
|
-
const version = "0.2.0-beta.
|
|
28964
|
+
const version = "0.2.0-beta.45";
|
|
28939
28965
|
const description = "\u6A21\u578B\u9A71\u52A8\u7F16\u8F91\u5668";
|
|
28940
28966
|
const scripts = {
|
|
28941
28967
|
build: "vite build"
|