@bsgoal/common 2.5.3 → 2.5.5
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/index.mjs
CHANGED
|
@@ -6144,7 +6144,7 @@ const _v = { class: "bsgoal-base-button" }, dv = {
|
|
|
6144
6144
|
},
|
|
6145
6145
|
content: {
|
|
6146
6146
|
type: [String],
|
|
6147
|
-
default: "
|
|
6147
|
+
default: ""
|
|
6148
6148
|
},
|
|
6149
6149
|
mode: {
|
|
6150
6150
|
type: [String],
|
|
@@ -6175,6 +6175,7 @@ const _v = { class: "bsgoal-base-button" }, dv = {
|
|
|
6175
6175
|
case "cancel":
|
|
6176
6176
|
return "";
|
|
6177
6177
|
case "confirm":
|
|
6178
|
+
case "add":
|
|
6178
6179
|
return "primary";
|
|
6179
6180
|
}
|
|
6180
6181
|
return O;
|
|
@@ -6200,6 +6201,8 @@ const _v = { class: "bsgoal-base-button" }, dv = {
|
|
|
6200
6201
|
return "确认";
|
|
6201
6202
|
case "add":
|
|
6202
6203
|
return "新增";
|
|
6204
|
+
case "delete":
|
|
6205
|
+
return "删除";
|
|
6203
6206
|
}
|
|
6204
6207
|
return O;
|
|
6205
6208
|
});
|