@fmdevui/fm-dev 1.0.99 → 1.0.101
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/_virtual/de-DE.mjs +1 -1
- package/es/_virtual/en-US.mjs +1 -1
- package/es/_virtual/es-ES.mjs +1 -1
- package/es/_virtual/fr-FR.mjs +1 -1
- package/es/_virtual/it-IT.mjs +1 -1
- package/es/_virtual/ja-JP.mjs +1 -1
- package/es/_virtual/ko-KR.mjs +1 -1
- package/es/_virtual/nb-NO.mjs +1 -1
- package/es/_virtual/pt-BR.mjs +1 -1
- package/es/_virtual/ru-RU.mjs +1 -1
- package/es/_virtual/th-TH.mjs +1 -1
- package/es/_virtual/vi-VN.mjs +1 -1
- package/es/_virtual/zh-CN.mjs +1 -1
- package/es/_virtual/zh-HK.mjs +1 -1
- package/es/_virtual/zh-TW.mjs +1 -1
- package/es/core/hook/useVxeTableOptionsHook.d.ts +33 -31
- package/es/core/ui/components/fmselect/index.vue.d.ts +18 -0
- package/es/core/ui/components/index.d.ts +87 -3
- package/es/core/ui/components/inpttable/index.vue.d.ts +44 -2
- package/es/{index.css → make-installer.css} +1 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.mjs +2 -1
- package/es/packages/core/locales/index.mjs +18 -18
- package/es/packages/core/ui/components/fmselect/index.vue2.mjs +14 -5
- package/es/packages/core/ui/components/inpttable/index.vue.mjs +1 -1
- package/es/packages/core/ui/components/inpttable/index.vue2.mjs +17 -3
- package/index.css +4 -4
- package/index.js +92 -45
- package/index.min.css +1 -1
- package/index.min.js +30 -30
- package/index.min.mjs +31 -31
- package/index.mjs +92 -45
- package/lib/_virtual/de-DE.js +1 -1
- package/lib/_virtual/en-US.js +1 -1
- package/lib/_virtual/es-ES.js +1 -1
- package/lib/_virtual/fr-FR.js +1 -1
- package/lib/_virtual/it-IT.js +1 -1
- package/lib/_virtual/ja-JP.js +1 -1
- package/lib/_virtual/ko-KR.js +1 -1
- package/lib/_virtual/nb-NO.js +1 -1
- package/lib/_virtual/pt-BR.js +1 -1
- package/lib/_virtual/ru-RU.js +1 -1
- package/lib/_virtual/th-TH.js +1 -1
- package/lib/_virtual/vi-VN.js +1 -1
- package/lib/_virtual/zh-CN.js +1 -1
- package/lib/_virtual/zh-HK.js +1 -1
- package/lib/_virtual/zh-TW.js +1 -1
- package/lib/core/hook/useVxeTableOptionsHook.d.ts +33 -31
- package/lib/core/ui/components/fmselect/index.vue.d.ts +18 -0
- package/lib/core/ui/components/index.d.ts +87 -3
- package/lib/core/ui/components/inpttable/index.vue.d.ts +44 -2
- package/lib/index.css +1 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.js +2 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.js +2 -1
- package/lib/packages/core/locales/index.js +18 -18
- package/lib/packages/core/ui/components/fmselect/index.vue2.js +13 -4
- package/lib/packages/core/ui/components/inpttable/index.vue.js +1 -1
- package/lib/packages/core/ui/components/inpttable/index.vue2.js +17 -3
- package/package.json +1 -1
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.mjs +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.15_vue@3.5.24_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.js +0 -0
|
@@ -103,7 +103,8 @@ function requireJaJP () {
|
|
|
103
103
|
dragTip: '移動:{0}',
|
|
104
104
|
resizeColTip: '幅:{0}ピクセル',
|
|
105
105
|
resizeRowTip: '高:{0}ピクセル',
|
|
106
|
-
rowGroupContentTotal: '{0}({1})'
|
|
106
|
+
rowGroupContentTotal: '{0}({1})',
|
|
107
|
+
menuLoading: '加载中...'
|
|
107
108
|
},
|
|
108
109
|
grid: {
|
|
109
110
|
selectOneRecord: '少なくとも1つのレコードを選択してください!',
|
|
@@ -103,7 +103,8 @@ function requireKoKR () {
|
|
|
103
103
|
dragTip: '움직임 : {0}',
|
|
104
104
|
resizeColTip: '너비 : {0} 픽셀',
|
|
105
105
|
resizeRowTip: '높음 : {0} 픽셀',
|
|
106
|
-
rowGroupContentTotal: '{0}({1})'
|
|
106
|
+
rowGroupContentTotal: '{0}({1})',
|
|
107
|
+
menuLoading: '加载中...'
|
|
107
108
|
},
|
|
108
109
|
grid: {
|
|
109
110
|
selectOneRecord: '하나 이상의 레코드를 선택하십시오!',
|
|
@@ -103,7 +103,8 @@ function requireNbNO () {
|
|
|
103
103
|
dragTip: 'Flytt: {0}',
|
|
104
104
|
resizeColTip: 'Bredde: {0} piksler',
|
|
105
105
|
resizeRowTip: 'Høyde: {0} piksler',
|
|
106
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
106
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
107
|
+
menuLoading: '加载中...'
|
|
107
108
|
},
|
|
108
109
|
grid: {
|
|
109
110
|
selectOneRecord: 'Velg minst en post!',
|
|
@@ -103,7 +103,8 @@ function requirePtBR () {
|
|
|
103
103
|
dragTip: 'Move: {0}',
|
|
104
104
|
resizeColTip: 'Largura: {0} pixels',
|
|
105
105
|
resizeRowTip: 'Altura: {0} pixels',
|
|
106
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
106
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
107
|
+
menuLoading: '加载中...'
|
|
107
108
|
},
|
|
108
109
|
grid: {
|
|
109
110
|
selectOneRecord: 'Selecione pelo menos um registro!',
|
|
@@ -103,7 +103,8 @@ function requireRuRU () {
|
|
|
103
103
|
dragTip: 'MOVE: {0}',
|
|
104
104
|
resizeColTip: 'Ширина: {0} пиксели',
|
|
105
105
|
resizeRowTip: 'Высокий: {0} пиксели',
|
|
106
|
-
rowGroupContentTotal: '{0}({1})'
|
|
106
|
+
rowGroupContentTotal: '{0}({1})',
|
|
107
|
+
menuLoading: '加载中...'
|
|
107
108
|
},
|
|
108
109
|
grid: {
|
|
109
110
|
selectOneRecord: 'Пожалуйста, выберите хотя бы одну запись!',
|
|
@@ -103,7 +103,8 @@ function requireThTH () {
|
|
|
103
103
|
dragTip: 'ย้าย: {0}',
|
|
104
104
|
resizeColTip: 'ความกว้าง: {0} พิกเซล',
|
|
105
105
|
resizeRowTip: 'ความสูง: {0} พิกเซล',
|
|
106
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
106
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
107
|
+
menuLoading: '加载中...'
|
|
107
108
|
},
|
|
108
109
|
grid: {
|
|
109
110
|
selectOneRecord: 'กรุณาเลือกอย่างน้อยหนึ่งบันทึก!',
|
|
@@ -103,7 +103,8 @@ function requireViVN () {
|
|
|
103
103
|
dragTip: 'Di chuyển: {0}',
|
|
104
104
|
resizeColTip: 'Chiều rộng: {0} pixel',
|
|
105
105
|
resizeRowTip: 'Cao: {0} pixel',
|
|
106
|
-
rowGroupContentTotal: '{0}({1})'
|
|
106
|
+
rowGroupContentTotal: '{0}({1})',
|
|
107
|
+
menuLoading: '加载中...'
|
|
107
108
|
},
|
|
108
109
|
grid: {
|
|
109
110
|
selectOneRecord: 'Vui lòng chọn ít nhất một bản ghi!',
|
|
@@ -103,7 +103,8 @@ function requireZhCHT () {
|
|
|
103
103
|
dragTip: '移動:{0}',
|
|
104
104
|
resizeColTip: '寬:{0} 像素',
|
|
105
105
|
resizeRowTip: '高:{0} 像素',
|
|
106
|
-
rowGroupContentTotal: '{0}({1})'
|
|
106
|
+
rowGroupContentTotal: '{0}({1})',
|
|
107
|
+
menuLoading: '加载中...'
|
|
107
108
|
},
|
|
108
109
|
grid: {
|
|
109
110
|
selectOneRecord: '請至少選擇一條記錄!',
|
|
@@ -103,7 +103,8 @@ function requireZhCN () {
|
|
|
103
103
|
dragTip: '移动:{0}',
|
|
104
104
|
resizeColTip: '宽:{0} 像素',
|
|
105
105
|
resizeRowTip: '高:{0} 像素',
|
|
106
|
-
rowGroupContentTotal: '{0}({1})'
|
|
106
|
+
rowGroupContentTotal: '{0}({1})',
|
|
107
|
+
menuLoading: '加载中...'
|
|
107
108
|
},
|
|
108
109
|
grid: {
|
|
109
110
|
selectOneRecord: '请至少选择一条记录!',
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { createI18n } from 'vue-i18n';
|
|
2
|
-
import de from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
3
|
-
import English from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
4
|
-
import es from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
5
|
-
import fi from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
6
|
-
import fr from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
7
|
-
import it from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
8
|
-
import ja from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
9
|
-
import ko from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
10
|
-
import no from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
11
|
-
import pl from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
12
|
-
import pt from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
13
|
-
import ru from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
14
|
-
import zhCn from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
15
|
-
import zhTw from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
16
|
-
import th from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
17
|
-
import id from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
18
|
-
import ms from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
19
|
-
import vi from '../../../node_modules/.pnpm/element-plus@2.11.
|
|
2
|
+
import de from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/de.mjs';
|
|
3
|
+
import English from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/en.mjs';
|
|
4
|
+
import es from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/es.mjs';
|
|
5
|
+
import fi from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/fi.mjs';
|
|
6
|
+
import fr from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/fr.mjs';
|
|
7
|
+
import it from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/it.mjs';
|
|
8
|
+
import ja from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ja.mjs';
|
|
9
|
+
import ko from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ko.mjs';
|
|
10
|
+
import no from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/no.mjs';
|
|
11
|
+
import pl from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/pl.mjs';
|
|
12
|
+
import pt from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/pt.mjs';
|
|
13
|
+
import ru from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ru.mjs';
|
|
14
|
+
import zhCn from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/zh-cn.mjs';
|
|
15
|
+
import zhTw from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/zh-tw.mjs';
|
|
16
|
+
import th from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/th.mjs';
|
|
17
|
+
import id from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/id.mjs';
|
|
18
|
+
import ms from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ms.mjs';
|
|
19
|
+
import vi from '../../../node_modules/.pnpm/element-plus@2.11.8_vue@3.5.24_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/vi.mjs';
|
|
20
20
|
import msMY from '../../../_virtual/en-US.mjs';
|
|
21
21
|
import deDE from '../../../_virtual/de-DE.mjs';
|
|
22
22
|
import esES from '../../../_virtual/es-ES.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, useModel, resolveComponent, createBlock, openBlock, withCtx,
|
|
1
|
+
import { defineComponent, useModel, resolveComponent, createBlock, openBlock, withCtx, createCommentVNode, createElementBlock, Fragment, renderList, mergeModels } from 'vue';
|
|
2
2
|
|
|
3
3
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
...{
|
|
@@ -28,6 +28,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
28
28
|
elabel: {
|
|
29
29
|
type: String,
|
|
30
30
|
default: "\u8BF7\u9009\u62E9"
|
|
31
|
+
},
|
|
32
|
+
isshowelabel: {
|
|
33
|
+
type: Boolean,
|
|
34
|
+
default: true
|
|
35
|
+
},
|
|
36
|
+
placeholder: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: "\u8BF7\u9009\u62E9"
|
|
31
39
|
}
|
|
32
40
|
}, {
|
|
33
41
|
"id": {
|
|
@@ -58,14 +66,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
58
66
|
return openBlock(), createBlock(_component_el_select, {
|
|
59
67
|
modelValue: modeValueId.value,
|
|
60
68
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => modeValueId.value = $event),
|
|
61
|
-
placeholder:
|
|
69
|
+
placeholder: __props.placeholder,
|
|
62
70
|
onChange: handleSelectChange
|
|
63
71
|
}, {
|
|
64
72
|
default: withCtx(() => [
|
|
65
|
-
|
|
73
|
+
__props.isshowelabel ? (openBlock(), createBlock(_component_el_option, {
|
|
74
|
+
key: 0,
|
|
66
75
|
value: 0,
|
|
67
76
|
label: __props.elabel
|
|
68
|
-
}, null, 8, ["label"]),
|
|
77
|
+
}, null, 8, ["label"])) : createCommentVNode("v-if", true),
|
|
69
78
|
(openBlock(true), createElementBlock(
|
|
70
79
|
Fragment,
|
|
71
80
|
null,
|
|
@@ -82,7 +91,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
82
91
|
]),
|
|
83
92
|
_: 1
|
|
84
93
|
/* STABLE */
|
|
85
|
-
}, 8, ["modelValue"]);
|
|
94
|
+
}, 8, ["modelValue", "placeholder"]);
|
|
86
95
|
};
|
|
87
96
|
}
|
|
88
97
|
});
|
|
@@ -3,6 +3,6 @@ import './index.vue3.mjs';
|
|
|
3
3
|
import './index.vue4.mjs';
|
|
4
4
|
import _export_sfc from '../../../../../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
6
|
-
var inputtable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
6
|
+
var inputtable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-88872668"]]);
|
|
7
7
|
|
|
8
8
|
export { inputtable as default };
|
|
@@ -89,10 +89,18 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
89
89
|
* };
|
|
90
90
|
*/
|
|
91
91
|
fetchOptions: {
|
|
92
|
-
type: Function
|
|
92
|
+
type: Function
|
|
93
93
|
// 函数类型
|
|
94
|
-
required: true
|
|
95
|
-
|
|
94
|
+
//required: true, // 必填项
|
|
95
|
+
},
|
|
96
|
+
//本地数据开启 和本地数据联合一起使用
|
|
97
|
+
islocalData: {
|
|
98
|
+
type: Boolean,
|
|
99
|
+
default: false
|
|
100
|
+
},
|
|
101
|
+
localdataList: {
|
|
102
|
+
type: Array,
|
|
103
|
+
default: []
|
|
96
104
|
},
|
|
97
105
|
/**
|
|
98
106
|
* api service name
|
|
@@ -368,6 +376,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
368
376
|
state.loading = false;
|
|
369
377
|
state.isQuerying = false;
|
|
370
378
|
});
|
|
379
|
+
} else if (props.islocalData) {
|
|
380
|
+
state.tableData.items = props.localdataList;
|
|
381
|
+
state.tableData.total = 1;
|
|
382
|
+
state.loading = false;
|
|
383
|
+
state.isQuerying = false;
|
|
384
|
+
updateSelectedRows();
|
|
371
385
|
} else {
|
|
372
386
|
if (props.method == "post") {
|
|
373
387
|
useBaseApi(props.apiAction).post(finalParams, props.apiAction).then((res) => {
|
package/index.css
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
* 目的:确保查询表单在下拉框内容的最上层,防止被其他元素遮挡
|
|
119
119
|
* 场景:当查询表单内有下拉框、日期选择器等弹出组件时,需要确保它们能正常显示
|
|
120
120
|
*/
|
|
121
|
-
.query-form[data-v-
|
|
121
|
+
.query-form[data-v-88872668] {
|
|
122
122
|
z-index: 9999;
|
|
123
123
|
}
|
|
124
124
|
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
* 说明:使用 :deep 深度选择器穿透 scoped 限制,影响 Element Plus 内部元素
|
|
129
129
|
* 注意:display: none 而不是 visibility: hidden,完全移除滚动条占用的空间
|
|
130
130
|
*/
|
|
131
|
-
[data-v-
|
|
131
|
+
[data-v-88872668] .el-select-dropdown {
|
|
132
132
|
.el-scrollbar > .el-scrollbar__bar {
|
|
133
133
|
display: none !important;
|
|
134
134
|
}
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
* 值:400px 是经过测试的最小宽度,能够容纳常见的表格列
|
|
141
141
|
* 优先级:使用 !important 确保样式不被其他全局样式覆盖
|
|
142
142
|
*/
|
|
143
|
-
.popper-class[data-v-
|
|
143
|
+
.popper-class[data-v-88872668] {
|
|
144
144
|
min-width: 400px !important;
|
|
145
145
|
}
|
|
146
146
|
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
* 值:600px 是合理的最大高度,适配大部分屏幕分辨率
|
|
151
151
|
* 说明:使用双层 :deep 选择器穿透 Element Plus 的嵌套结构
|
|
152
152
|
*/
|
|
153
|
-
[data-v-
|
|
153
|
+
[data-v-88872668] .popper-class :deep(.el-select-dropdown__wrap) {
|
|
154
154
|
max-height: 600px !important;
|
|
155
155
|
}
|
|
156
156
|
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.101 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('crypto'), require('url'), require('http'), require('https'), require('util'), require('stream'), require('assert'), require('zlib'), require('element-plus')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'crypto', 'url', 'http', 'https', 'util', 'stream', 'assert', 'zlib', 'element-plus'], factory) :
|
|
@@ -909,6 +909,14 @@
|
|
|
909
909
|
elabel: {
|
|
910
910
|
type: String,
|
|
911
911
|
default: "\u8BF7\u9009\u62E9"
|
|
912
|
+
},
|
|
913
|
+
isshowelabel: {
|
|
914
|
+
type: Boolean,
|
|
915
|
+
default: true
|
|
916
|
+
},
|
|
917
|
+
placeholder: {
|
|
918
|
+
type: String,
|
|
919
|
+
default: "\u8BF7\u9009\u62E9"
|
|
912
920
|
}
|
|
913
921
|
}, {
|
|
914
922
|
"id": {
|
|
@@ -939,14 +947,15 @@
|
|
|
939
947
|
return vue.openBlock(), vue.createBlock(_component_el_select, {
|
|
940
948
|
modelValue: modeValueId.value,
|
|
941
949
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => modeValueId.value = $event),
|
|
942
|
-
placeholder:
|
|
950
|
+
placeholder: __props.placeholder,
|
|
943
951
|
onChange: handleSelectChange
|
|
944
952
|
}, {
|
|
945
953
|
default: vue.withCtx(() => [
|
|
946
|
-
vue.
|
|
954
|
+
__props.isshowelabel ? (vue.openBlock(), vue.createBlock(_component_el_option, {
|
|
955
|
+
key: 0,
|
|
947
956
|
value: 0,
|
|
948
957
|
label: __props.elabel
|
|
949
|
-
}, null, 8, ["label"]),
|
|
958
|
+
}, null, 8, ["label"])) : vue.createCommentVNode("v-if", true),
|
|
950
959
|
(vue.openBlock(true), vue.createElementBlock(
|
|
951
960
|
vue.Fragment,
|
|
952
961
|
null,
|
|
@@ -963,7 +972,7 @@
|
|
|
963
972
|
]),
|
|
964
973
|
_: 1
|
|
965
974
|
/* STABLE */
|
|
966
|
-
}, 8, ["modelValue"]);
|
|
975
|
+
}, 8, ["modelValue", "placeholder"]);
|
|
967
976
|
};
|
|
968
977
|
}
|
|
969
978
|
});
|
|
@@ -33676,11 +33685,13 @@
|
|
|
33676
33685
|
init_esm_shims();
|
|
33677
33686
|
|
|
33678
33687
|
/*!
|
|
33679
|
-
* pinia v3.0.
|
|
33688
|
+
* pinia v3.0.4
|
|
33680
33689
|
* (c) 2025 Eduardo San Martin Morote
|
|
33681
33690
|
* @license MIT
|
|
33682
33691
|
*/
|
|
33683
33692
|
|
|
33693
|
+
const IS_CLIENT = typeof window !== 'undefined';
|
|
33694
|
+
|
|
33684
33695
|
/**
|
|
33685
33696
|
* setActivePinia must be called to handle SSR at the top of functions like
|
|
33686
33697
|
* `fetch`, `setup`, `serverPrefetch` and others
|
|
@@ -33694,6 +33705,19 @@
|
|
|
33694
33705
|
*/
|
|
33695
33706
|
// @ts-expect-error: cannot constrain the type of the return
|
|
33696
33707
|
const setActivePinia = (pinia) => (activePinia = pinia);
|
|
33708
|
+
/**
|
|
33709
|
+
* Get the currently active pinia if there is any.
|
|
33710
|
+
*/
|
|
33711
|
+
(process.env.NODE_ENV !== 'production')
|
|
33712
|
+
? () => {
|
|
33713
|
+
const pinia = vue.hasInjectionContext() && vue.inject(piniaSymbol);
|
|
33714
|
+
if (!pinia && !IS_CLIENT) {
|
|
33715
|
+
console.error(`[🍍]: Pinia instance not found in context. This falls back to the global activePinia which exposes you to cross-request pollution on the server. Most of the time, it means you are calling "useStore()" in the wrong place.\n` +
|
|
33716
|
+
`Read https://vuejs.org/guide/reusability/composables.html to learn more`);
|
|
33717
|
+
}
|
|
33718
|
+
return pinia || activePinia;
|
|
33719
|
+
}
|
|
33720
|
+
: () => (vue.hasInjectionContext() && vue.inject(piniaSymbol)) || activePinia;
|
|
33697
33721
|
const piniaSymbol = ((process.env.NODE_ENV !== 'production') ? Symbol('pinia') : /* istanbul ignore next */ Symbol());
|
|
33698
33722
|
|
|
33699
33723
|
function isPlainObject$1(
|
|
@@ -33734,8 +33758,6 @@
|
|
|
33734
33758
|
// maybe reset? for $state = {} and $reset
|
|
33735
33759
|
})(MutationType || (MutationType = {}));
|
|
33736
33760
|
|
|
33737
|
-
const IS_CLIENT = typeof window !== 'undefined';
|
|
33738
|
-
|
|
33739
33761
|
/*
|
|
33740
33762
|
* FileSaver.js A saveAs() FileSaver implementation.
|
|
33741
33763
|
*
|
|
@@ -34729,13 +34751,10 @@
|
|
|
34729
34751
|
|
|
34730
34752
|
const noop = () => { };
|
|
34731
34753
|
function addSubscription(subscriptions, callback, detached, onCleanup = noop) {
|
|
34732
|
-
subscriptions.
|
|
34754
|
+
subscriptions.add(callback);
|
|
34733
34755
|
const removeSubscription = () => {
|
|
34734
|
-
const
|
|
34735
|
-
|
|
34736
|
-
subscriptions.splice(idx, 1);
|
|
34737
|
-
onCleanup();
|
|
34738
|
-
}
|
|
34756
|
+
const isDel = subscriptions.delete(callback);
|
|
34757
|
+
isDel && onCleanup();
|
|
34739
34758
|
};
|
|
34740
34759
|
if (!detached && vue.getCurrentScope()) {
|
|
34741
34760
|
vue.onScopeDispose(removeSubscription);
|
|
@@ -34743,7 +34762,7 @@
|
|
|
34743
34762
|
return removeSubscription;
|
|
34744
34763
|
}
|
|
34745
34764
|
function triggerSubscriptions(subscriptions, ...args) {
|
|
34746
|
-
subscriptions.
|
|
34765
|
+
subscriptions.forEach((callback) => {
|
|
34747
34766
|
callback(...args);
|
|
34748
34767
|
});
|
|
34749
34768
|
}
|
|
@@ -34874,8 +34893,8 @@
|
|
|
34874
34893
|
// internal state
|
|
34875
34894
|
let isListening; // set to true at the end
|
|
34876
34895
|
let isSyncListening; // set to true at the end
|
|
34877
|
-
let subscriptions =
|
|
34878
|
-
let actionSubscriptions =
|
|
34896
|
+
let subscriptions = new Set();
|
|
34897
|
+
let actionSubscriptions = new Set();
|
|
34879
34898
|
let debuggerEvents;
|
|
34880
34899
|
const initialState = pinia.state.value[$id];
|
|
34881
34900
|
// avoid setting the state for option stores if it is set
|
|
@@ -34941,8 +34960,8 @@
|
|
|
34941
34960
|
: noop;
|
|
34942
34961
|
function $dispose() {
|
|
34943
34962
|
scope.stop();
|
|
34944
|
-
subscriptions
|
|
34945
|
-
actionSubscriptions
|
|
34963
|
+
subscriptions.clear();
|
|
34964
|
+
actionSubscriptions.clear();
|
|
34946
34965
|
pinia._s.delete($id);
|
|
34947
34966
|
}
|
|
34948
34967
|
/**
|
|
@@ -34958,13 +34977,13 @@
|
|
|
34958
34977
|
const wrappedAction = function () {
|
|
34959
34978
|
setActivePinia(pinia);
|
|
34960
34979
|
const args = Array.from(arguments);
|
|
34961
|
-
const
|
|
34962
|
-
const
|
|
34980
|
+
const afterCallbackSet = new Set();
|
|
34981
|
+
const onErrorCallbackSet = new Set();
|
|
34963
34982
|
function after(callback) {
|
|
34964
|
-
|
|
34983
|
+
afterCallbackSet.add(callback);
|
|
34965
34984
|
}
|
|
34966
34985
|
function onError(callback) {
|
|
34967
|
-
|
|
34986
|
+
onErrorCallbackSet.add(callback);
|
|
34968
34987
|
}
|
|
34969
34988
|
// @ts-expect-error
|
|
34970
34989
|
triggerSubscriptions(actionSubscriptions, {
|
|
@@ -34980,22 +34999,22 @@
|
|
|
34980
34999
|
// handle sync errors
|
|
34981
35000
|
}
|
|
34982
35001
|
catch (error) {
|
|
34983
|
-
triggerSubscriptions(
|
|
35002
|
+
triggerSubscriptions(onErrorCallbackSet, error);
|
|
34984
35003
|
throw error;
|
|
34985
35004
|
}
|
|
34986
35005
|
if (ret instanceof Promise) {
|
|
34987
35006
|
return ret
|
|
34988
35007
|
.then((value) => {
|
|
34989
|
-
triggerSubscriptions(
|
|
35008
|
+
triggerSubscriptions(afterCallbackSet, value);
|
|
34990
35009
|
return value;
|
|
34991
35010
|
})
|
|
34992
35011
|
.catch((error) => {
|
|
34993
|
-
triggerSubscriptions(
|
|
35012
|
+
triggerSubscriptions(onErrorCallbackSet, error);
|
|
34994
35013
|
return Promise.reject(error);
|
|
34995
35014
|
});
|
|
34996
35015
|
}
|
|
34997
35016
|
// trigger after callbacks
|
|
34998
|
-
triggerSubscriptions(
|
|
35017
|
+
triggerSubscriptions(afterCallbackSet, ret);
|
|
34999
35018
|
return ret;
|
|
35000
35019
|
};
|
|
35001
35020
|
wrappedAction[ACTION_MARKER] = true;
|
|
@@ -35610,10 +35629,18 @@
|
|
|
35610
35629
|
* };
|
|
35611
35630
|
*/
|
|
35612
35631
|
fetchOptions: {
|
|
35613
|
-
type: Function
|
|
35632
|
+
type: Function
|
|
35614
35633
|
// 函数类型
|
|
35615
|
-
required: true
|
|
35616
|
-
|
|
35634
|
+
//required: true, // 必填项
|
|
35635
|
+
},
|
|
35636
|
+
//本地数据开启 和本地数据联合一起使用
|
|
35637
|
+
islocalData: {
|
|
35638
|
+
type: Boolean,
|
|
35639
|
+
default: false
|
|
35640
|
+
},
|
|
35641
|
+
localdataList: {
|
|
35642
|
+
type: Array,
|
|
35643
|
+
default: []
|
|
35617
35644
|
},
|
|
35618
35645
|
/**
|
|
35619
35646
|
* api service name
|
|
@@ -35889,6 +35916,12 @@
|
|
|
35889
35916
|
state.loading = false;
|
|
35890
35917
|
state.isQuerying = false;
|
|
35891
35918
|
});
|
|
35919
|
+
} else if (props.islocalData) {
|
|
35920
|
+
state.tableData.items = props.localdataList;
|
|
35921
|
+
state.tableData.total = 1;
|
|
35922
|
+
state.loading = false;
|
|
35923
|
+
state.isQuerying = false;
|
|
35924
|
+
updateSelectedRows();
|
|
35892
35925
|
} else {
|
|
35893
35926
|
if (props.method == "post") {
|
|
35894
35927
|
useBaseApi(props.apiAction).post(finalParams, props.apiAction).then((res) => {
|
|
@@ -36290,7 +36323,7 @@
|
|
|
36290
36323
|
}
|
|
36291
36324
|
});
|
|
36292
36325
|
|
|
36293
|
-
var inputtable = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
36326
|
+
var inputtable = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-88872668"]]);
|
|
36294
36327
|
|
|
36295
36328
|
const _hoisted_1$3 = { style: { "padding": "5px" } };
|
|
36296
36329
|
const _hoisted_2$2 = { style: { "display": "flex", "align-items": "center", "gap": "8px", "flex-wrap": "nowrap", "overflow": "hidden" } };
|
|
@@ -46432,7 +46465,8 @@
|
|
|
46432
46465
|
dragTip: 'Move: {0}',
|
|
46433
46466
|
resizeColTip: 'Width: {0} pixels',
|
|
46434
46467
|
resizeRowTip: 'Height: {0} pixels',
|
|
46435
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
46468
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
46469
|
+
menuLoading: '加载中...'
|
|
46436
46470
|
},
|
|
46437
46471
|
grid: {
|
|
46438
46472
|
selectOneRecord: 'Please select at least one record!',
|
|
@@ -47236,7 +47270,8 @@
|
|
|
47236
47270
|
dragTip: 'Bewegung: {0}',
|
|
47237
47271
|
resizeColTip: 'Breite: {0} Pixel',
|
|
47238
47272
|
resizeRowTip: 'Hoch: {0} Pixel',
|
|
47239
|
-
rowGroupContentTotal: '{0}({1})'
|
|
47273
|
+
rowGroupContentTotal: '{0}({1})',
|
|
47274
|
+
menuLoading: '加载中...'
|
|
47240
47275
|
},
|
|
47241
47276
|
grid: {
|
|
47242
47277
|
selectOneRecord: 'Bitte wählen Sie mindestens einen Datensatz aus!',
|
|
@@ -48040,7 +48075,8 @@
|
|
|
48040
48075
|
dragTip: 'Mover: {0}',
|
|
48041
48076
|
resizeColTip: 'Ancho: {0} píxeles',
|
|
48042
48077
|
resizeRowTip: 'Alto: {0} píxeles',
|
|
48043
|
-
rowGroupContentTotal: '{0}({1})'
|
|
48078
|
+
rowGroupContentTotal: '{0}({1})',
|
|
48079
|
+
menuLoading: '加载中...'
|
|
48044
48080
|
},
|
|
48045
48081
|
grid: {
|
|
48046
48082
|
selectOneRecord: '¡Seleccione al menos un registro!',
|
|
@@ -48844,7 +48880,8 @@
|
|
|
48844
48880
|
dragTip: 'Déplacer: {0}',
|
|
48845
48881
|
resizeColTip: 'Largeur: {0} pixels',
|
|
48846
48882
|
resizeRowTip: 'Hauteur: {0} pixels',
|
|
48847
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
48883
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
48884
|
+
menuLoading: '加载中...'
|
|
48848
48885
|
},
|
|
48849
48886
|
grid: {
|
|
48850
48887
|
selectOneRecord: 'Veuillez sélectionner au moins un enregistrement!',
|
|
@@ -49648,7 +49685,8 @@
|
|
|
49648
49685
|
dragTip: 'Muovi: {0}',
|
|
49649
49686
|
resizeColTip: 'Larghezza: {0} pixel',
|
|
49650
49687
|
resizeRowTip: 'Altezza: {0} pixel',
|
|
49651
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
49688
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
49689
|
+
menuLoading: '加载中...'
|
|
49652
49690
|
},
|
|
49653
49691
|
grid: {
|
|
49654
49692
|
selectOneRecord: 'Seleziona almeno un record!',
|
|
@@ -50452,7 +50490,8 @@
|
|
|
50452
50490
|
dragTip: '移動:{0}',
|
|
50453
50491
|
resizeColTip: '幅:{0}ピクセル',
|
|
50454
50492
|
resizeRowTip: '高:{0}ピクセル',
|
|
50455
|
-
rowGroupContentTotal: '{0}({1})'
|
|
50493
|
+
rowGroupContentTotal: '{0}({1})',
|
|
50494
|
+
menuLoading: '加载中...'
|
|
50456
50495
|
},
|
|
50457
50496
|
grid: {
|
|
50458
50497
|
selectOneRecord: '少なくとも1つのレコードを選択してください!',
|
|
@@ -51256,7 +51295,8 @@
|
|
|
51256
51295
|
dragTip: '움직임 : {0}',
|
|
51257
51296
|
resizeColTip: '너비 : {0} 픽셀',
|
|
51258
51297
|
resizeRowTip: '높음 : {0} 픽셀',
|
|
51259
|
-
rowGroupContentTotal: '{0}({1})'
|
|
51298
|
+
rowGroupContentTotal: '{0}({1})',
|
|
51299
|
+
menuLoading: '加载中...'
|
|
51260
51300
|
},
|
|
51261
51301
|
grid: {
|
|
51262
51302
|
selectOneRecord: '하나 이상의 레코드를 선택하십시오!',
|
|
@@ -52060,7 +52100,8 @@
|
|
|
52060
52100
|
dragTip: 'Flytt: {0}',
|
|
52061
52101
|
resizeColTip: 'Bredde: {0} piksler',
|
|
52062
52102
|
resizeRowTip: 'Høyde: {0} piksler',
|
|
52063
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
52103
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
52104
|
+
menuLoading: '加载中...'
|
|
52064
52105
|
},
|
|
52065
52106
|
grid: {
|
|
52066
52107
|
selectOneRecord: 'Velg minst en post!',
|
|
@@ -52864,7 +52905,8 @@
|
|
|
52864
52905
|
dragTip: 'Move: {0}',
|
|
52865
52906
|
resizeColTip: 'Largura: {0} pixels',
|
|
52866
52907
|
resizeRowTip: 'Altura: {0} pixels',
|
|
52867
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
52908
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
52909
|
+
menuLoading: '加载中...'
|
|
52868
52910
|
},
|
|
52869
52911
|
grid: {
|
|
52870
52912
|
selectOneRecord: 'Selecione pelo menos um registro!',
|
|
@@ -53668,7 +53710,8 @@
|
|
|
53668
53710
|
dragTip: 'MOVE: {0}',
|
|
53669
53711
|
resizeColTip: 'Ширина: {0} пиксели',
|
|
53670
53712
|
resizeRowTip: 'Высокий: {0} пиксели',
|
|
53671
|
-
rowGroupContentTotal: '{0}({1})'
|
|
53713
|
+
rowGroupContentTotal: '{0}({1})',
|
|
53714
|
+
menuLoading: '加载中...'
|
|
53672
53715
|
},
|
|
53673
53716
|
grid: {
|
|
53674
53717
|
selectOneRecord: 'Пожалуйста, выберите хотя бы одну запись!',
|
|
@@ -54472,7 +54515,8 @@
|
|
|
54472
54515
|
dragTip: '移动:{0}',
|
|
54473
54516
|
resizeColTip: '宽:{0} 像素',
|
|
54474
54517
|
resizeRowTip: '高:{0} 像素',
|
|
54475
|
-
rowGroupContentTotal: '{0}({1})'
|
|
54518
|
+
rowGroupContentTotal: '{0}({1})',
|
|
54519
|
+
menuLoading: '加载中...'
|
|
54476
54520
|
},
|
|
54477
54521
|
grid: {
|
|
54478
54522
|
selectOneRecord: '请至少选择一条记录!',
|
|
@@ -55280,7 +55324,8 @@
|
|
|
55280
55324
|
dragTip: '移動:{0}',
|
|
55281
55325
|
resizeColTip: '寬:{0} 像素',
|
|
55282
55326
|
resizeRowTip: '高:{0} 像素',
|
|
55283
|
-
rowGroupContentTotal: '{0}({1})'
|
|
55327
|
+
rowGroupContentTotal: '{0}({1})',
|
|
55328
|
+
menuLoading: '加载中...'
|
|
55284
55329
|
},
|
|
55285
55330
|
grid: {
|
|
55286
55331
|
selectOneRecord: '請至少選擇一條記錄!',
|
|
@@ -56121,7 +56166,8 @@
|
|
|
56121
56166
|
dragTip: 'ย้าย: {0}',
|
|
56122
56167
|
resizeColTip: 'ความกว้าง: {0} พิกเซล',
|
|
56123
56168
|
resizeRowTip: 'ความสูง: {0} พิกเซล',
|
|
56124
|
-
rowGroupContentTotal: '{0} ({1})'
|
|
56169
|
+
rowGroupContentTotal: '{0} ({1})',
|
|
56170
|
+
menuLoading: '加载中...'
|
|
56125
56171
|
},
|
|
56126
56172
|
grid: {
|
|
56127
56173
|
selectOneRecord: 'กรุณาเลือกอย่างน้อยหนึ่งบันทึก!',
|
|
@@ -56925,7 +56971,8 @@
|
|
|
56925
56971
|
dragTip: 'Di chuyển: {0}',
|
|
56926
56972
|
resizeColTip: 'Chiều rộng: {0} pixel',
|
|
56927
56973
|
resizeRowTip: 'Cao: {0} pixel',
|
|
56928
|
-
rowGroupContentTotal: '{0}({1})'
|
|
56974
|
+
rowGroupContentTotal: '{0}({1})',
|
|
56975
|
+
menuLoading: '加载中...'
|
|
56929
56976
|
},
|
|
56930
56977
|
grid: {
|
|
56931
56978
|
selectOneRecord: 'Vui lòng chọn ít nhất một bản ghi!',
|
package/index.min.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
.drag_verify[data-v-9e8c9ed2]{background-color:#e8e8e8;overflow:hidden;position:relative;text-align:center}.drag_verify .dv_handler[data-v-9e8c9ed2]{cursor:move;left:0;position:absolute;top:0}.drag_verify .dv_handler i[data-v-9e8c9ed2]{color:#666;font-size:16px;padding-left:0}.drag_verify .dv_handler .el-icon-circle-check[data-v-9e8c9ed2]{color:#6c6;margin-top:9px}.drag_verify .dv_progress_bar[data-v-9e8c9ed2]{height:34px;position:absolute;width:0}.drag_verify .dv_text[data-v-9e8c9ed2]{background:-webkit-gradient(linear,left top,right top,color-stop(0,var(--textColor)),color-stop(.4,var(--textColor)),color-stop(.5,#fff),color-stop(.6,var(--textColor)),color-stop(1,var(--textColor)));-webkit-background-clip:text;color:transparent;position:absolute;top:0;-moz-user-select:none;-webkit-user-select:none;user-select:none;-o-user-select:none;-ms-user-select:none;-webkit-text-fill-color:transparent;-webkit-text-size-adjust:none;animation:slidetounlock 3s infinite}.drag_verify .dv_text[data-v-9e8c9ed2] *{-webkit-text-fill-color:var(--textColor)}.goFirst[data-v-9e8c9ed2]{left:0!important;transition:left .5s}.goOrigin[data-v-9e8c9ed2]{transition:transform .5s}.goKeep[data-v-9e8c9ed2]{transition:left .2s}.goFirst2[data-v-9e8c9ed2]{transition:width .5s;width:0!important}.drag-verify-container[data-v-9e8c9ed2]{border-radius:50%;line-height:0;position:relative}.move-bar[data-v-9e8c9ed2]{position:absolute;z-index:100}.clip-bar[data-v-9e8c9ed2]{background:hsla(0,0%,100%,.8);position:absolute}.refresh[data-v-9e8c9ed2]{cursor:pointer;font-size:20px;position:absolute;right:5px;top:5px;z-index:200}.tips[data-v-9e8c9ed2]{bottom:25px;font-size:12px;height:20px;line-height:20px;position:absolute;text-align:center;width:100%;z-index:200}.tips.success[data-v-9e8c9ed2]{background:hsla(0,0%,100%,.6);color:green}.tips.danger[data-v-9e8c9ed2]{background:rgba(0,0,0,.6);color:#ff0}.check-img[data-v-9e8c9ed2]{border-radius:50%;width:100%}
|
|
2
2
|
|
|
3
|
-
.query-form[data-v-
|
|
3
|
+
.query-form[data-v-88872668]{z-index:9999}[data-v-88872668] .el-select-dropdown{.el-scrollbar>.el-scrollbar__bar{display:none!important}}.popper-class[data-v-88872668]{min-width:400px!important}[data-v-88872668] .popper-class :deep(.el-select-dropdown__wrap){max-height:600px!important}
|
|
4
4
|
.el-select-dropdown__wrap[max-height],.popper-class .el-select-dropdown__wrap{max-height:450px!important}.el-table .selected-row,.popper-class .selected-row{background-color:var(--el-color-primary-light-9)!important;border-left:3px solid var(--el-color-primary)!important}.el-table .selected-row:hover,.popper-class .selected-row:hover{background-color:var(--el-color-primary-light-8)!important}.el-table .selected-row td,.popper-class .selected-row td{background-color:var(--el-color-primary-light-9)!important}.el-table .selected-row:hover td,.popper-class .selected-row:hover td{background-color:var(--el-color-primary-light-8)!important}
|