@fmdeui/fmui 1.0.126 → 1.0.127
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/es/packages/components/fm-autocomplete/component/supplierSelectDialog2.vue.mjs +1 -1
- package/index.js +2 -2
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- package/lib/packages/components/fm-autocomplete/component/supplierSelectDialog2.vue.js +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
- /package/lib/{version.css → index.css} +0 -0
|
@@ -75,7 +75,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
75
75
|
}
|
|
76
76
|
function handleSelectUser(row) {
|
|
77
77
|
if (!row || row.id == "") return;
|
|
78
|
-
emits("change", { id: row.id, name: row.supplierName, data: row });
|
|
78
|
+
emits("change", { id: row.id, name: row.supplierName, supplierType: row.supplierType, data: row });
|
|
79
79
|
}
|
|
80
80
|
const handledbclick = (row) => {
|
|
81
81
|
handleSelectUser(row);
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.127 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vxe-table'), require('@vxe-ui/plugin-render-element'), require('@vxe-ui/plugin-export-xlsx'), require('vxe-pc-ui'), require('exceljs'), require('@element-plus/icons-vue'), require('vue'), require('element-plus'), require('lodash-es'), require('js-cookie'), require('pinia'), require('vue-router'), require('@vueuse/core'), require('crypto-js'), require('xlsx-js-style'), require('vue-i18n'), require('sortablejs'), require('screenfull'), require('push.js'), require('mitt'), require('@microsoft/signalr'), require('axios')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vxe-table', '@vxe-ui/plugin-render-element', '@vxe-ui/plugin-export-xlsx', 'vxe-pc-ui', 'exceljs', '@element-plus/icons-vue', 'vue', 'element-plus', 'lodash-es', 'js-cookie', 'pinia', 'vue-router', '@vueuse/core', 'crypto-js', 'xlsx-js-style', 'vue-i18n', 'sortablejs', 'screenfull', 'push.js', 'mitt', '@microsoft/signalr', 'axios'], factory) :
|
|
@@ -27868,7 +27868,7 @@
|
|
|
27868
27868
|
}
|
|
27869
27869
|
function handleSelectUser(row) {
|
|
27870
27870
|
if (!row || row.id == "") return;
|
|
27871
|
-
emits("change", { id: row.id, name: row.supplierName, data: row });
|
|
27871
|
+
emits("change", { id: row.id, name: row.supplierName, supplierType: row.supplierType, data: row });
|
|
27872
27872
|
}
|
|
27873
27873
|
const handledbclick = (row) => {
|
|
27874
27874
|
handleSelectUser(row);
|