@fmdeui/fmui 1.0.39 → 1.0.40
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/hooks/commonFunction.mjs +2 -2
- package/index.js +2 -2
- package/index.min.js +5 -5
- package/index.min.mjs +5 -5
- package/index.mjs +2 -2
- package/lib/packages/hooks/commonFunction.js +2 -2
- 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/es/{make-installer.css → defaults.css} +0 -0
- /package/lib/{index.css → make-installer.css} +0 -0
|
@@ -4,12 +4,11 @@ import { i18n } from '../locale/index.mjs';
|
|
|
4
4
|
import '../utils/index.mjs';
|
|
5
5
|
import '../stores/index.mjs';
|
|
6
6
|
import '../api/index.mjs';
|
|
7
|
-
import { useThemeConfig } from '../stores/themeConfig.mjs';
|
|
8
7
|
import { formatDate } from '../utils/formatTime.mjs';
|
|
9
8
|
import { useBaseApi } from '../api/base/index.mjs';
|
|
9
|
+
import { useThemeConfig } from '../stores/themeConfig.mjs';
|
|
10
10
|
|
|
11
11
|
function commonFunction() {
|
|
12
|
-
const themeStore = useThemeConfig();
|
|
13
12
|
const { copy, isSupported } = useClipboard();
|
|
14
13
|
const percentFormat = (row, column, cellValue) => {
|
|
15
14
|
return cellValue ? `${cellValue}%` : "-";
|
|
@@ -93,6 +92,7 @@ function commonFunction() {
|
|
|
93
92
|
return fieldValue;
|
|
94
93
|
};
|
|
95
94
|
const getTimeRangePickerShortcuts = () => {
|
|
95
|
+
const themeStore = useThemeConfig();
|
|
96
96
|
return [
|
|
97
97
|
{
|
|
98
98
|
text: "\u8FD1\u4E00\u5468",
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.40 */
|
|
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('@vueuse/core'), require('crypto-js'), require('xlsx-js-style'), require('vue-i18n'), require('vue-router'), 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', '@vueuse/core', 'crypto-js', 'xlsx-js-style', 'vue-i18n', 'vue-router', 'sortablejs', 'screenfull', 'push.js', 'mitt', '@microsoft/signalr', 'axios'], factory) :
|
|
@@ -22523,7 +22523,6 @@
|
|
|
22523
22523
|
const FLayout = _sfc_main$o;
|
|
22524
22524
|
|
|
22525
22525
|
function commonFunction() {
|
|
22526
|
-
const themeStore = useThemeConfig();
|
|
22527
22526
|
const { copy, isSupported } = core.useClipboard();
|
|
22528
22527
|
const percentFormat = (row, column, cellValue) => {
|
|
22529
22528
|
return cellValue ? `${cellValue}%` : "-";
|
|
@@ -22607,6 +22606,7 @@
|
|
|
22607
22606
|
return fieldValue;
|
|
22608
22607
|
};
|
|
22609
22608
|
const getTimeRangePickerShortcuts = () => {
|
|
22609
|
+
const themeStore = useThemeConfig();
|
|
22610
22610
|
return [
|
|
22611
22611
|
{
|
|
22612
22612
|
text: "\u8FD1\u4E00\u5468",
|