mali-ui-plus 1.0.111 → 1.0.112
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 +65 -5
- package/lib/mali-ui-plus.umd.js +65 -5
- package/lib/mali-ui-plus.umd.min.js +2 -2
- package/package.json +1 -1
- package/types/index.d.ts +4 -0
|
@@ -10157,7 +10157,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
10157
10157
|
"default": function() { return /* binding */ entry_lib; }
|
|
10158
10158
|
});
|
|
10159
10159
|
|
|
10160
|
-
// UNUSED EXPORTS: MaliClipboard, MaliLoading, MaliModal, MaliNotify, MaliStorage, MaliToast, MaliUI, MaliUtils, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCalendar, MlCard, MlCarousel, MlCarouselItem, MlCascader, MlCharts, MlCheckbox, MlCheckboxGroup, MlCol, MlColorPicker, MlDatePicker, MlDateRangePicker, MlDateTimePicker, MlDatetimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlImage, MlImageSwiper, MlInput, MlInvoiceType, MlModal, MlNumberInput, MlPager, MlPasswordInput, MlPopover, MlProvincesPicker, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRangePicker, MlRow, MlSearchInput, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, components
|
|
10160
|
+
// UNUSED EXPORTS: MaliClipboard, MaliLoading, MaliModal, MaliNotify, MaliStorage, MaliToast, MaliUI, MaliUtils, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCalendar, MlCard, MlCarousel, MlCarouselItem, MlCascader, MlCharts, MlCheckbox, MlCheckboxGroup, MlCol, MlColorPicker, MlDatePicker, MlDateRangePicker, MlDateTimePicker, MlDatetimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlImage, MlImageSwiper, MlInput, MlInvoiceType, MlModal, MlNotData, MlNumberInput, MlPager, MlPasswordInput, MlPopover, MlProvincesPicker, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRangePicker, MlRow, MlSearchInput, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, components
|
|
10161
10161
|
|
|
10162
10162
|
// NAMESPACE OBJECT: ./node_modules/vxe-table/es/all.js
|
|
10163
10163
|
var all_namespaceObject = {};
|
|
@@ -39326,6 +39326,10 @@ const globalStore = {
|
|
|
39326
39326
|
// 颜色选择器
|
|
39327
39327
|
colorPicker: {
|
|
39328
39328
|
predefineColors: ['#F0F2F5', '#246BFD', '#00D35C', '#FF5064', '#FF9C00', '#9747FF', '#5e7092']
|
|
39329
|
+
},
|
|
39330
|
+
notData: {
|
|
39331
|
+
// emptyUrl: '',
|
|
39332
|
+
emptyText: '暂无记录'
|
|
39329
39333
|
}
|
|
39330
39334
|
};
|
|
39331
39335
|
/* harmony default export */ var config_0 = (globalStore);
|
|
@@ -72911,6 +72915,62 @@ const MlCalendarvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
72911
72915
|
const MlCalendar_exports_ = MlCalendarvue_type_script_lang_ts_setup_true;
|
|
72912
72916
|
|
|
72913
72917
|
/* harmony default export */ var MlCalendar = (MlCalendar_exports_);
|
|
72918
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-not-data/MlNotData.vue?vue&type=script&lang=ts&setup=true
|
|
72919
|
+
|
|
72920
|
+
|
|
72921
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
72922
|
+
class: "ml-not-data"
|
|
72923
|
+
};
|
|
72924
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
72925
|
+
key: 0,
|
|
72926
|
+
class: "ml-not-data-image"
|
|
72927
|
+
};
|
|
72928
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_3 = ["src"];
|
|
72929
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_4 = {
|
|
72930
|
+
key: 1,
|
|
72931
|
+
class: "ml-not-data-text"
|
|
72932
|
+
};
|
|
72933
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_5 = {
|
|
72934
|
+
key: 2,
|
|
72935
|
+
class: "ml-not-data-hint"
|
|
72936
|
+
};
|
|
72937
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_6 = {
|
|
72938
|
+
class: "ml-not-data-contnet"
|
|
72939
|
+
};
|
|
72940
|
+
|
|
72941
|
+
|
|
72942
|
+
/* harmony default export */ var MlNotDatavue_type_script_lang_ts_setup_true = (/*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_.defineComponent)({
|
|
72943
|
+
__name: 'MlNotData',
|
|
72944
|
+
props: {
|
|
72945
|
+
emptyUrl: String,
|
|
72946
|
+
emptyText: String,
|
|
72947
|
+
emptyHint: String
|
|
72948
|
+
},
|
|
72949
|
+
setup(__props) {
|
|
72950
|
+
const props = __props;
|
|
72951
|
+
const emptyImgUrl = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|
|
72952
|
+
return props.emptyUrl || config_0.notData?.emptyUrl;
|
|
72953
|
+
});
|
|
72954
|
+
const emptyContentText = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|
|
72955
|
+
return props.emptyText || config_0.notData?.emptyText;
|
|
72956
|
+
});
|
|
72957
|
+
return (_ctx, _cache) => {
|
|
72958
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "default", {}, () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(emptyImgUrl) || _ctx.$slots.icon ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "icon", {}, () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("img", {
|
|
72959
|
+
class: "ml-not-data-image-icon",
|
|
72960
|
+
src: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(emptyImgUrl)
|
|
72961
|
+
}, null, 8, MlNotDatavue_type_script_lang_ts_setup_true_hoisted_3)])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(emptyContentText) || _ctx.$slots.text ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_4, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "text", {}, () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(emptyContentText)), 1)])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), __props.emptyHint || _ctx.$slots.hint ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_5, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "hint", {}, () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(__props.emptyHint), 1)])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_6, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "content")])])]);
|
|
72962
|
+
};
|
|
72963
|
+
}
|
|
72964
|
+
}));
|
|
72965
|
+
;// CONCATENATED MODULE: ./components/ml-not-data/MlNotData.vue?vue&type=script&lang=ts&setup=true
|
|
72966
|
+
|
|
72967
|
+
;// CONCATENATED MODULE: ./components/ml-not-data/MlNotData.vue
|
|
72968
|
+
|
|
72969
|
+
|
|
72970
|
+
|
|
72971
|
+
const MlNotData_exports_ = MlNotDatavue_type_script_lang_ts_setup_true;
|
|
72972
|
+
|
|
72973
|
+
/* harmony default export */ var MlNotData = (MlNotData_exports_);
|
|
72914
72974
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-image/MlImage.vue?vue&type=script&lang=ts&setup=true
|
|
72915
72975
|
|
|
72916
72976
|
|
|
@@ -75120,7 +75180,7 @@ VXETable.setup({
|
|
|
75120
75180
|
|
|
75121
75181
|
|
|
75122
75182
|
|
|
75123
|
-
|
|
75183
|
+
|
|
75124
75184
|
|
|
75125
75185
|
|
|
75126
75186
|
|
|
@@ -75193,7 +75253,7 @@ const index_MlTabPane = MlTabPane;
|
|
|
75193
75253
|
const index_MlCard = MlCard;
|
|
75194
75254
|
const index_MlEditor = MlEditor;
|
|
75195
75255
|
const index_MlCalendar = MlCalendar;
|
|
75196
|
-
|
|
75256
|
+
const index_MlNotData = MlNotData;
|
|
75197
75257
|
const index_MlImage = MlImage;
|
|
75198
75258
|
const index_MlCharts = MlCharts;
|
|
75199
75259
|
const index_MlCarousel = MlCarousel;
|
|
@@ -75253,7 +75313,7 @@ const componentMaps = {
|
|
|
75253
75313
|
MlCard: index_MlCard,
|
|
75254
75314
|
MlEditor: index_MlEditor,
|
|
75255
75315
|
MlCalendar: index_MlCalendar,
|
|
75256
|
-
|
|
75316
|
+
MlNotData: index_MlNotData,
|
|
75257
75317
|
MlImage: index_MlImage,
|
|
75258
75318
|
MlCharts: index_MlCharts,
|
|
75259
75319
|
MlCarousel: index_MlCarousel,
|
|
@@ -75279,7 +75339,7 @@ function index_config(options) {
|
|
|
75279
75339
|
return config_0;
|
|
75280
75340
|
}
|
|
75281
75341
|
const MaliUI = {
|
|
75282
|
-
version: "1.0.
|
|
75342
|
+
version: "1.0.111",
|
|
75283
75343
|
install: index_install,
|
|
75284
75344
|
config: index_config,
|
|
75285
75345
|
renderer: index_esm.renderer,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -10167,7 +10167,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
10167
10167
|
"default": function() { return /* binding */ entry_lib; }
|
|
10168
10168
|
});
|
|
10169
10169
|
|
|
10170
|
-
// UNUSED EXPORTS: MaliClipboard, MaliLoading, MaliModal, MaliNotify, MaliStorage, MaliToast, MaliUI, MaliUtils, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCalendar, MlCard, MlCarousel, MlCarouselItem, MlCascader, MlCharts, MlCheckbox, MlCheckboxGroup, MlCol, MlColorPicker, MlDatePicker, MlDateRangePicker, MlDateTimePicker, MlDatetimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlImage, MlImageSwiper, MlInput, MlInvoiceType, MlModal, MlNumberInput, MlPager, MlPasswordInput, MlPopover, MlProvincesPicker, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRangePicker, MlRow, MlSearchInput, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, components
|
|
10170
|
+
// UNUSED EXPORTS: MaliClipboard, MaliLoading, MaliModal, MaliNotify, MaliStorage, MaliToast, MaliUI, MaliUtils, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCalendar, MlCard, MlCarousel, MlCarouselItem, MlCascader, MlCharts, MlCheckbox, MlCheckboxGroup, MlCol, MlColorPicker, MlDatePicker, MlDateRangePicker, MlDateTimePicker, MlDatetimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlImage, MlImageSwiper, MlInput, MlInvoiceType, MlModal, MlNotData, MlNumberInput, MlPager, MlPasswordInput, MlPopover, MlProvincesPicker, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRangePicker, MlRow, MlSearchInput, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, components
|
|
10171
10171
|
|
|
10172
10172
|
// NAMESPACE OBJECT: ./node_modules/vxe-table/es/all.js
|
|
10173
10173
|
var all_namespaceObject = {};
|
|
@@ -39336,6 +39336,10 @@ const globalStore = {
|
|
|
39336
39336
|
// 颜色选择器
|
|
39337
39337
|
colorPicker: {
|
|
39338
39338
|
predefineColors: ['#F0F2F5', '#246BFD', '#00D35C', '#FF5064', '#FF9C00', '#9747FF', '#5e7092']
|
|
39339
|
+
},
|
|
39340
|
+
notData: {
|
|
39341
|
+
// emptyUrl: '',
|
|
39342
|
+
emptyText: '暂无记录'
|
|
39339
39343
|
}
|
|
39340
39344
|
};
|
|
39341
39345
|
/* harmony default export */ var config_0 = (globalStore);
|
|
@@ -72921,6 +72925,62 @@ const MlCalendarvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
72921
72925
|
const MlCalendar_exports_ = MlCalendarvue_type_script_lang_ts_setup_true;
|
|
72922
72926
|
|
|
72923
72927
|
/* harmony default export */ var MlCalendar = (MlCalendar_exports_);
|
|
72928
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-86.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-not-data/MlNotData.vue?vue&type=script&lang=ts&setup=true
|
|
72929
|
+
|
|
72930
|
+
|
|
72931
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
72932
|
+
class: "ml-not-data"
|
|
72933
|
+
};
|
|
72934
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
72935
|
+
key: 0,
|
|
72936
|
+
class: "ml-not-data-image"
|
|
72937
|
+
};
|
|
72938
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_3 = ["src"];
|
|
72939
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_4 = {
|
|
72940
|
+
key: 1,
|
|
72941
|
+
class: "ml-not-data-text"
|
|
72942
|
+
};
|
|
72943
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_5 = {
|
|
72944
|
+
key: 2,
|
|
72945
|
+
class: "ml-not-data-hint"
|
|
72946
|
+
};
|
|
72947
|
+
const MlNotDatavue_type_script_lang_ts_setup_true_hoisted_6 = {
|
|
72948
|
+
class: "ml-not-data-contnet"
|
|
72949
|
+
};
|
|
72950
|
+
|
|
72951
|
+
|
|
72952
|
+
/* harmony default export */ var MlNotDatavue_type_script_lang_ts_setup_true = (/*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_.defineComponent)({
|
|
72953
|
+
__name: 'MlNotData',
|
|
72954
|
+
props: {
|
|
72955
|
+
emptyUrl: String,
|
|
72956
|
+
emptyText: String,
|
|
72957
|
+
emptyHint: String
|
|
72958
|
+
},
|
|
72959
|
+
setup(__props) {
|
|
72960
|
+
const props = __props;
|
|
72961
|
+
const emptyImgUrl = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|
|
72962
|
+
return props.emptyUrl || config_0.notData?.emptyUrl;
|
|
72963
|
+
});
|
|
72964
|
+
const emptyContentText = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|
|
72965
|
+
return props.emptyText || config_0.notData?.emptyText;
|
|
72966
|
+
});
|
|
72967
|
+
return (_ctx, _cache) => {
|
|
72968
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "default", {}, () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(emptyImgUrl) || _ctx.$slots.icon ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "icon", {}, () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("img", {
|
|
72969
|
+
class: "ml-not-data-image-icon",
|
|
72970
|
+
src: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(emptyImgUrl)
|
|
72971
|
+
}, null, 8, MlNotDatavue_type_script_lang_ts_setup_true_hoisted_3)])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(emptyContentText) || _ctx.$slots.text ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_4, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "text", {}, () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(emptyContentText)), 1)])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), __props.emptyHint || _ctx.$slots.hint ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_5, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "hint", {}, () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(__props.emptyHint), 1)])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", MlNotDatavue_type_script_lang_ts_setup_true_hoisted_6, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "content")])])]);
|
|
72972
|
+
};
|
|
72973
|
+
}
|
|
72974
|
+
}));
|
|
72975
|
+
;// CONCATENATED MODULE: ./components/ml-not-data/MlNotData.vue?vue&type=script&lang=ts&setup=true
|
|
72976
|
+
|
|
72977
|
+
;// CONCATENATED MODULE: ./components/ml-not-data/MlNotData.vue
|
|
72978
|
+
|
|
72979
|
+
|
|
72980
|
+
|
|
72981
|
+
const MlNotData_exports_ = MlNotDatavue_type_script_lang_ts_setup_true;
|
|
72982
|
+
|
|
72983
|
+
/* harmony default export */ var MlNotData = (MlNotData_exports_);
|
|
72924
72984
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-86.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-image/MlImage.vue?vue&type=script&lang=ts&setup=true
|
|
72925
72985
|
|
|
72926
72986
|
|
|
@@ -75130,7 +75190,7 @@ VXETable.setup({
|
|
|
75130
75190
|
|
|
75131
75191
|
|
|
75132
75192
|
|
|
75133
|
-
|
|
75193
|
+
|
|
75134
75194
|
|
|
75135
75195
|
|
|
75136
75196
|
|
|
@@ -75203,7 +75263,7 @@ const index_MlTabPane = MlTabPane;
|
|
|
75203
75263
|
const index_MlCard = MlCard;
|
|
75204
75264
|
const index_MlEditor = MlEditor;
|
|
75205
75265
|
const index_MlCalendar = MlCalendar;
|
|
75206
|
-
|
|
75266
|
+
const index_MlNotData = MlNotData;
|
|
75207
75267
|
const index_MlImage = MlImage;
|
|
75208
75268
|
const index_MlCharts = MlCharts;
|
|
75209
75269
|
const index_MlCarousel = MlCarousel;
|
|
@@ -75263,7 +75323,7 @@ const componentMaps = {
|
|
|
75263
75323
|
MlCard: index_MlCard,
|
|
75264
75324
|
MlEditor: index_MlEditor,
|
|
75265
75325
|
MlCalendar: index_MlCalendar,
|
|
75266
|
-
|
|
75326
|
+
MlNotData: index_MlNotData,
|
|
75267
75327
|
MlImage: index_MlImage,
|
|
75268
75328
|
MlCharts: index_MlCharts,
|
|
75269
75329
|
MlCarousel: index_MlCarousel,
|
|
@@ -75289,7 +75349,7 @@ function index_config(options) {
|
|
|
75289
75349
|
return config_0;
|
|
75290
75350
|
}
|
|
75291
75351
|
const MaliUI = {
|
|
75292
|
-
version: "1.0.
|
|
75352
|
+
version: "1.0.111",
|
|
75293
75353
|
install: index_install,
|
|
75294
75354
|
config: index_config,
|
|
75295
75355
|
renderer: index_esm.renderer,
|