mali-ui-plus 1.0.119 → 1.0.121
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/lib/mali-ui-plus.common.js +7 -3
- package/lib/mali-ui-plus.css +1 -1
- package/lib/mali-ui-plus.umd.js +7 -3
- package/lib/mali-ui-plus.umd.min.js +3 -3
- package/package.json +1 -1
- package/style/modules/button.scss +3 -0
- package/style/modules/card.scss +5 -3
- package/style/modules/image-swiper.scss +4 -0
- package/style/modules/upload.scss +1 -0
- package/types/button.d.ts +1 -0
|
@@ -39506,8 +39506,8 @@ const MaliPermission = {
|
|
|
39506
39506
|
status: String,
|
|
39507
39507
|
round: Boolean,
|
|
39508
39508
|
circle: Boolean,
|
|
39509
|
+
underline: Boolean,
|
|
39509
39510
|
icon: String,
|
|
39510
|
-
htmlType: String,
|
|
39511
39511
|
size: String,
|
|
39512
39512
|
permissionCode: String,
|
|
39513
39513
|
content: String,
|
|
@@ -39527,7 +39527,9 @@ const MaliPermission = {
|
|
|
39527
39527
|
const _component_vxe_button = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("vxe-button");
|
|
39528
39528
|
return !__props.permissionCode || (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(permission).checkPermissionByCode(__props.permissionCode) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_vxe_button, {
|
|
39529
39529
|
key: 0,
|
|
39530
|
-
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["ml-button", [__props.size ? `size-${__props.size}` : ''
|
|
39530
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["ml-button", [__props.size ? `size-${__props.size}` : '', {
|
|
39531
|
+
'is-underline': 'underline'
|
|
39532
|
+
}]]),
|
|
39531
39533
|
type: __props.type,
|
|
39532
39534
|
status: __props.status,
|
|
39533
39535
|
round: __props.round,
|
|
@@ -68899,6 +68901,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
68899
68901
|
"node-key": (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nodeOpts).key,
|
|
68900
68902
|
props: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nodeOpts),
|
|
68901
68903
|
"highlight-current": __props.selectable,
|
|
68904
|
+
"expand-on-click-node": false,
|
|
68902
68905
|
"default-expanded-keys": expandRowKeys.value,
|
|
68903
68906
|
data: __props.data,
|
|
68904
68907
|
onCurrentChange: selectEvent,
|
|
@@ -68919,6 +68922,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
68919
68922
|
"node-key": (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nodeOpts).key,
|
|
68920
68923
|
props: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nodeOpts),
|
|
68921
68924
|
"highlight-current": __props.selectable,
|
|
68925
|
+
"expand-on-click-node": false,
|
|
68922
68926
|
"default-expanded-keys": expandRowKeys.value,
|
|
68923
68927
|
data: __props.data,
|
|
68924
68928
|
onCurrentChange: selectEvent,
|
|
@@ -75411,7 +75415,7 @@ function index_config(options) {
|
|
|
75411
75415
|
return config_0;
|
|
75412
75416
|
}
|
|
75413
75417
|
const MaliUI = {
|
|
75414
|
-
version: "1.0.
|
|
75418
|
+
version: "1.0.120",
|
|
75415
75419
|
install: index_install,
|
|
75416
75420
|
config: index_config,
|
|
75417
75421
|
renderer: index_esm.renderer,
|