mali-ui-plus 1.0.135 → 1.0.136
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.
|
@@ -72289,10 +72289,12 @@ const MlTextEllipsisvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
72289
72289
|
/* harmony default export */ var MlTextEllipsisvue_type_script_lang_ts_setup_true = (/*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_.defineComponent)({
|
|
72290
72290
|
__name: 'MlTextEllipsis',
|
|
72291
72291
|
props: {
|
|
72292
|
+
status: String,
|
|
72292
72293
|
content: {
|
|
72293
72294
|
type: String,
|
|
72294
72295
|
default: ''
|
|
72295
72296
|
},
|
|
72297
|
+
underline: Boolean,
|
|
72296
72298
|
lineClamp: {
|
|
72297
72299
|
type: Number,
|
|
72298
72300
|
default: 1
|
|
@@ -72300,7 +72302,8 @@ const MlTextEllipsisvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
72300
72302
|
offsetSize: {
|
|
72301
72303
|
type: Number,
|
|
72302
72304
|
default: 0
|
|
72303
|
-
}
|
|
72305
|
+
},
|
|
72306
|
+
className: String
|
|
72304
72307
|
},
|
|
72305
72308
|
emits: ["click"],
|
|
72306
72309
|
setup(__props, {
|
|
@@ -72396,7 +72399,9 @@ const MlTextEllipsisvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
72396
72399
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", {
|
|
72397
72400
|
ref_key: "contRef",
|
|
72398
72401
|
ref: contRef,
|
|
72399
|
-
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["ml-text-ellipsis", [__props.lineClamp > 1 ? 'multi-line' : 'single-line'
|
|
72402
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["ml-text-ellipsis", [__props.lineClamp > 1 ? 'multi-line' : 'single-line', __props.className || '', __props.status ? `ss-${__props.status}` : '', {
|
|
72403
|
+
'is-underline': __props.underline
|
|
72404
|
+
}]]),
|
|
72400
72405
|
onClick: clickEvent
|
|
72401
72406
|
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", {
|
|
72402
72407
|
ref_key: "simsRef",
|
|
@@ -75779,7 +75784,7 @@ function index_config(options) {
|
|
|
75779
75784
|
return config_0;
|
|
75780
75785
|
}
|
|
75781
75786
|
const MaliUI = {
|
|
75782
|
-
version: "1.0.
|
|
75787
|
+
version: "1.0.135",
|
|
75783
75788
|
install: index_install,
|
|
75784
75789
|
config: index_config,
|
|
75785
75790
|
renderer: index_esm.renderer,
|