mali-ui-plus 1.0.54 → 1.0.55
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.
|
@@ -18995,7 +18995,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
18995
18995
|
"default": function() { return /* binding */ entry_lib; }
|
|
18996
18996
|
});
|
|
18997
18997
|
|
|
18998
|
-
// UNUSED EXPORTS: MaliLoading, MaliModal, MaliStorage, MaliToast, MaliUI, MaliUtils, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCalendar, MlCard, MlCascader, MlCheckbox, MlCheckboxGroup, MlCol, MlDatePicker, MlDateRangePicker, MlDateTimePicker, MlDatetimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlInput, MlInvoiceType, MlModal, MlNumberInput, MlPager, MlPopover, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRangePicker, MlRow, MlSearchInput, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, components
|
|
18998
|
+
// UNUSED EXPORTS: MaliLoading, MaliModal, MaliStorage, MaliToast, MaliUI, MaliUtils, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCalendar, MlCard, MlCascader, MlCheckbox, MlCheckboxGroup, MlCol, MlColorPicker, MlDatePicker, MlDateRangePicker, MlDateTimePicker, MlDatetimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlInput, MlInvoiceType, MlModal, MlNumberInput, MlPager, MlPopover, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRangePicker, MlRow, MlSearchInput, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, components
|
|
18999
18999
|
|
|
19000
19000
|
// NAMESPACE OBJECT: ./node_modules/vxe-table/es/all.js
|
|
19001
19001
|
var all_namespaceObject = {};
|
|
@@ -49925,6 +49925,52 @@ const MlRadioButton_exports_ = MlRadioButtonvue_type_script_lang_ts_setup_true;
|
|
|
49925
49925
|
const MlRadioGroup_exports_ = MlRadioGroupvue_type_script_lang_ts_setup_true;
|
|
49926
49926
|
|
|
49927
49927
|
/* harmony default export */ var MlRadioGroup = (MlRadioGroup_exports_);
|
|
49928
|
+
;// 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-color-picker/MlColorPicker.vue?vue&type=script&lang=ts&setup=true
|
|
49929
|
+
|
|
49930
|
+
|
|
49931
|
+
|
|
49932
|
+
/* harmony default export */ var MlColorPickervue_type_script_lang_ts_setup_true = (/*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_.defineComponent)({
|
|
49933
|
+
__name: 'MlColorPicker',
|
|
49934
|
+
props: {
|
|
49935
|
+
modelValue: {
|
|
49936
|
+
type: String,
|
|
49937
|
+
default: null
|
|
49938
|
+
},
|
|
49939
|
+
showAlpha: Boolean
|
|
49940
|
+
},
|
|
49941
|
+
setup(__props) {
|
|
49942
|
+
const props = __props;
|
|
49943
|
+
const selectVal = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)(props.modelValue || '');
|
|
49944
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(() => props.modelValue, val => {
|
|
49945
|
+
selectVal.value = val || '';
|
|
49946
|
+
});
|
|
49947
|
+
return (_ctx, _cache) => {
|
|
49948
|
+
const _component_el_color_picker = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("el-color-picker");
|
|
49949
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_color_picker, {
|
|
49950
|
+
modelValue: selectVal.value,
|
|
49951
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => selectVal.value = $event),
|
|
49952
|
+
class: "ml-color-picker",
|
|
49953
|
+
"show-alpha": "showAlpha"
|
|
49954
|
+
}, null, 8, ["modelValue"]);
|
|
49955
|
+
};
|
|
49956
|
+
}
|
|
49957
|
+
}));
|
|
49958
|
+
;// CONCATENATED MODULE: ./components/ml-color-picker/MlColorPicker.vue?vue&type=script&lang=ts&setup=true
|
|
49959
|
+
|
|
49960
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-color-picker/MlColorPicker.vue?vue&type=style&index=0&id=3d0eb8f8&lang=scss
|
|
49961
|
+
// extracted by mini-css-extract-plugin
|
|
49962
|
+
|
|
49963
|
+
;// CONCATENATED MODULE: ./components/ml-color-picker/MlColorPicker.vue?vue&type=style&index=0&id=3d0eb8f8&lang=scss
|
|
49964
|
+
|
|
49965
|
+
;// CONCATENATED MODULE: ./components/ml-color-picker/MlColorPicker.vue
|
|
49966
|
+
|
|
49967
|
+
|
|
49968
|
+
|
|
49969
|
+
;
|
|
49970
|
+
|
|
49971
|
+
const MlColorPicker_exports_ = MlColorPickervue_type_script_lang_ts_setup_true;
|
|
49972
|
+
|
|
49973
|
+
/* harmony default export */ var MlColorPicker = (MlColorPicker_exports_);
|
|
49928
49974
|
;// 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-date/MlDatePicker.vue?vue&type=script&lang=ts&setup=true
|
|
49929
49975
|
|
|
49930
49976
|
|
|
@@ -72829,6 +72875,7 @@ VXETable.setup({
|
|
|
72829
72875
|
|
|
72830
72876
|
|
|
72831
72877
|
|
|
72878
|
+
|
|
72832
72879
|
// import MlTimePicker from './components/ml-date/MlTimePicker.vue'
|
|
72833
72880
|
|
|
72834
72881
|
|
|
@@ -72885,6 +72932,7 @@ const index_MlCheckboxGroup = MlCheckboxGroup;
|
|
|
72885
72932
|
const index_MlRadio = MlRadio;
|
|
72886
72933
|
const index_MlRadioButton = MlRadioButton;
|
|
72887
72934
|
const index_MlRadioGroup = MlRadioGroup;
|
|
72935
|
+
const index_MlColorPicker = MlColorPicker;
|
|
72888
72936
|
// MlTimePicker:MlTimePicker
|
|
72889
72937
|
const index_MlDatePicker = MlDatePicker;
|
|
72890
72938
|
const index_MlDatetimePicker = MlDatetimePicker;
|
|
@@ -72940,6 +72988,7 @@ const componentMaps = {
|
|
|
72940
72988
|
MlRadio: index_MlRadio,
|
|
72941
72989
|
MlRadioButton: index_MlRadioButton,
|
|
72942
72990
|
MlRadioGroup: index_MlRadioGroup,
|
|
72991
|
+
MlColorPicker: index_MlColorPicker,
|
|
72943
72992
|
// MlTimePicker:MlTimePicker,
|
|
72944
72993
|
MlDatePicker: index_MlDatePicker,
|
|
72945
72994
|
MlDatetimePicker: index_MlDatetimePicker,
|
|
@@ -72992,7 +73041,7 @@ function index_config(options) {
|
|
|
72992
73041
|
return config_0;
|
|
72993
73042
|
}
|
|
72994
73043
|
const MaliUI = {
|
|
72995
|
-
version: "1.0.
|
|
73044
|
+
version: "1.0.54",
|
|
72996
73045
|
install: index_install,
|
|
72997
73046
|
config: index_config,
|
|
72998
73047
|
renderer: index_esm.renderer,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -19005,7 +19005,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
19005
19005
|
"default": function() { return /* binding */ entry_lib; }
|
|
19006
19006
|
});
|
|
19007
19007
|
|
|
19008
|
-
// UNUSED EXPORTS: MaliLoading, MaliModal, MaliStorage, MaliToast, MaliUI, MaliUtils, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCalendar, MlCard, MlCascader, MlCheckbox, MlCheckboxGroup, MlCol, MlDatePicker, MlDateRangePicker, MlDateTimePicker, MlDatetimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlInput, MlInvoiceType, MlModal, MlNumberInput, MlPager, MlPopover, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRangePicker, MlRow, MlSearchInput, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, components
|
|
19008
|
+
// UNUSED EXPORTS: MaliLoading, MaliModal, MaliStorage, MaliToast, MaliUI, MaliUtils, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCalendar, MlCard, MlCascader, MlCheckbox, MlCheckboxGroup, MlCol, MlColorPicker, MlDatePicker, MlDateRangePicker, MlDateTimePicker, MlDatetimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlInput, MlInvoiceType, MlModal, MlNumberInput, MlPager, MlPopover, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRangePicker, MlRow, MlSearchInput, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, components
|
|
19009
19009
|
|
|
19010
19010
|
// NAMESPACE OBJECT: ./node_modules/vxe-table/es/all.js
|
|
19011
19011
|
var all_namespaceObject = {};
|
|
@@ -49935,6 +49935,52 @@ const MlRadioButton_exports_ = MlRadioButtonvue_type_script_lang_ts_setup_true;
|
|
|
49935
49935
|
const MlRadioGroup_exports_ = MlRadioGroupvue_type_script_lang_ts_setup_true;
|
|
49936
49936
|
|
|
49937
49937
|
/* harmony default export */ var MlRadioGroup = (MlRadioGroup_exports_);
|
|
49938
|
+
;// 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-color-picker/MlColorPicker.vue?vue&type=script&lang=ts&setup=true
|
|
49939
|
+
|
|
49940
|
+
|
|
49941
|
+
|
|
49942
|
+
/* harmony default export */ var MlColorPickervue_type_script_lang_ts_setup_true = (/*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_.defineComponent)({
|
|
49943
|
+
__name: 'MlColorPicker',
|
|
49944
|
+
props: {
|
|
49945
|
+
modelValue: {
|
|
49946
|
+
type: String,
|
|
49947
|
+
default: null
|
|
49948
|
+
},
|
|
49949
|
+
showAlpha: Boolean
|
|
49950
|
+
},
|
|
49951
|
+
setup(__props) {
|
|
49952
|
+
const props = __props;
|
|
49953
|
+
const selectVal = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)(props.modelValue || '');
|
|
49954
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(() => props.modelValue, val => {
|
|
49955
|
+
selectVal.value = val || '';
|
|
49956
|
+
});
|
|
49957
|
+
return (_ctx, _cache) => {
|
|
49958
|
+
const _component_el_color_picker = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("el-color-picker");
|
|
49959
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_color_picker, {
|
|
49960
|
+
modelValue: selectVal.value,
|
|
49961
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => selectVal.value = $event),
|
|
49962
|
+
class: "ml-color-picker",
|
|
49963
|
+
"show-alpha": "showAlpha"
|
|
49964
|
+
}, null, 8, ["modelValue"]);
|
|
49965
|
+
};
|
|
49966
|
+
}
|
|
49967
|
+
}));
|
|
49968
|
+
;// CONCATENATED MODULE: ./components/ml-color-picker/MlColorPicker.vue?vue&type=script&lang=ts&setup=true
|
|
49969
|
+
|
|
49970
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-color-picker/MlColorPicker.vue?vue&type=style&index=0&id=3d0eb8f8&lang=scss
|
|
49971
|
+
// extracted by mini-css-extract-plugin
|
|
49972
|
+
|
|
49973
|
+
;// CONCATENATED MODULE: ./components/ml-color-picker/MlColorPicker.vue?vue&type=style&index=0&id=3d0eb8f8&lang=scss
|
|
49974
|
+
|
|
49975
|
+
;// CONCATENATED MODULE: ./components/ml-color-picker/MlColorPicker.vue
|
|
49976
|
+
|
|
49977
|
+
|
|
49978
|
+
|
|
49979
|
+
;
|
|
49980
|
+
|
|
49981
|
+
const MlColorPicker_exports_ = MlColorPickervue_type_script_lang_ts_setup_true;
|
|
49982
|
+
|
|
49983
|
+
/* harmony default export */ var MlColorPicker = (MlColorPicker_exports_);
|
|
49938
49984
|
;// 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-date/MlDatePicker.vue?vue&type=script&lang=ts&setup=true
|
|
49939
49985
|
|
|
49940
49986
|
|
|
@@ -72839,6 +72885,7 @@ VXETable.setup({
|
|
|
72839
72885
|
|
|
72840
72886
|
|
|
72841
72887
|
|
|
72888
|
+
|
|
72842
72889
|
// import MlTimePicker from './components/ml-date/MlTimePicker.vue'
|
|
72843
72890
|
|
|
72844
72891
|
|
|
@@ -72895,6 +72942,7 @@ const index_MlCheckboxGroup = MlCheckboxGroup;
|
|
|
72895
72942
|
const index_MlRadio = MlRadio;
|
|
72896
72943
|
const index_MlRadioButton = MlRadioButton;
|
|
72897
72944
|
const index_MlRadioGroup = MlRadioGroup;
|
|
72945
|
+
const index_MlColorPicker = MlColorPicker;
|
|
72898
72946
|
// MlTimePicker:MlTimePicker
|
|
72899
72947
|
const index_MlDatePicker = MlDatePicker;
|
|
72900
72948
|
const index_MlDatetimePicker = MlDatetimePicker;
|
|
@@ -72950,6 +72998,7 @@ const componentMaps = {
|
|
|
72950
72998
|
MlRadio: index_MlRadio,
|
|
72951
72999
|
MlRadioButton: index_MlRadioButton,
|
|
72952
73000
|
MlRadioGroup: index_MlRadioGroup,
|
|
73001
|
+
MlColorPicker: index_MlColorPicker,
|
|
72953
73002
|
// MlTimePicker:MlTimePicker,
|
|
72954
73003
|
MlDatePicker: index_MlDatePicker,
|
|
72955
73004
|
MlDatetimePicker: index_MlDatetimePicker,
|
|
@@ -73002,7 +73051,7 @@ function index_config(options) {
|
|
|
73002
73051
|
return config_0;
|
|
73003
73052
|
}
|
|
73004
73053
|
const MaliUI = {
|
|
73005
|
-
version: "1.0.
|
|
73054
|
+
version: "1.0.54",
|
|
73006
73055
|
install: index_install,
|
|
73007
73056
|
config: index_config,
|
|
73008
73057
|
renderer: index_esm.renderer,
|