@fmdevui/fm-dev 1.0.97 → 1.0.99
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/component.mjs +2 -1
- package/es/core/hook/useVxeTableOptionsHook.d.ts +16 -8
- package/es/core/ui/components/fmtree/index.vue.d.ts +1 -2
- package/es/core/ui/components/index.d.ts +379 -25
- package/es/core/ui/components/inpttable/index.vue.d.ts +503 -0
- package/es/core/ui/components/querycondition/index.vue.d.ts +1 -1
- package/es/core/ui/components/selecttable/index.vue.d.ts +6 -6
- package/es/{defaults.css → index.css} +3 -0
- package/es/index.mjs +1 -1
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.mjs +51 -8
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.mjs +9 -3
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.mjs +52 -3
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.mjs +51 -3
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.mjs +14 -4
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.mjs +49 -3
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.mjs +52 -3
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.mjs +47 -4
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.mjs +20 -2
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.mjs +13 -5
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.mjs +12 -5
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.mjs +47 -5
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.mjs +51 -3
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.mjs +47 -5
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.mjs +47 -4
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.mjs +47 -4
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.mjs +12 -5
- package/es/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.mjs +9 -2
- package/es/packages/core/index.mjs +1 -1
- package/es/packages/core/locales/index.mjs +18 -18
- package/es/packages/core/ui/components/index.mjs +3 -1
- package/es/packages/core/ui/components/inpttable/index.vue.mjs +8 -0
- package/es/packages/core/ui/components/inpttable/index.vue2.mjs +772 -0
- package/es/packages/core/ui/components/inpttable/index.vue3.mjs +3 -0
- package/es/packages/core/ui/components/inpttable/index.vue4.mjs +3 -0
- package/index.css +129 -0
- package/index.js +1425 -94
- package/index.min.css +3 -0
- package/index.min.js +51 -30
- package/index.min.mjs +48 -27
- package/index.mjs +1426 -96
- 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/component.js +1 -0
- package/lib/core/hook/useVxeTableOptionsHook.d.ts +16 -8
- package/lib/core/ui/components/fmtree/index.vue.d.ts +1 -2
- package/lib/core/ui/components/index.d.ts +379 -25
- package/lib/core/ui/components/inpttable/index.vue.d.ts +503 -0
- package/lib/core/ui/components/querycondition/index.vue.d.ts +1 -1
- package/lib/core/ui/components/selecttable/index.vue.d.ts +6 -6
- package/lib/index.css +3 -0
- package/lib/index.js +1 -0
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.js +51 -8
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.js +9 -3
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.js +52 -3
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.js +51 -3
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.js +14 -4
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.js +49 -3
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.js +52 -3
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.js +47 -4
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.js +20 -2
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.js +13 -5
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.js +12 -5
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.js +47 -5
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.js +51 -3
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.js +47 -5
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.js +47 -4
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.js +47 -4
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.js +12 -5
- package/lib/node_modules/.pnpm/{element-plus@2.11.1_vue@3.5.22_typescript@5.8.3_ → element-plus@2.11.7_vue@3.5.22_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.js +9 -2
- package/lib/packages/core/index.js +1 -0
- package/lib/packages/core/locales/index.js +18 -18
- package/lib/packages/core/ui/components/index.js +3 -0
- package/lib/packages/core/ui/components/inpttable/index.vue.js +12 -0
- package/lib/packages/core/ui/components/inpttable/index.vue2.js +776 -0
- package/lib/packages/core/ui/components/inpttable/index.vue3.js +7 -0
- package/lib/packages/core/ui/components/inpttable/index.vue4.js +7 -0
- package/package.json +1 -1
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_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.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.mjs +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.17.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_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.4_vue@3.5.22_typescript@5.8.3_ → vxe-table@4.17.7_vue@3.5.22_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.js +0 -0
package/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.99 */
|
|
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) :
|
|
5
5
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.FmPlus = {}, global.Vue, global.crypto, global.require$$0, global.require$$1, global.require$$2, global.util, global.stream, global.require$$4, global.zlib, global.ElementPlus));
|
|
6
6
|
})(this, (function (exports, vue, crypto, require$$0, require$$1, require$$2, util, stream, require$$4, zlib, elementPlus) { 'use strict';
|
|
7
7
|
|
|
8
|
-
const _hoisted_1$
|
|
8
|
+
const _hoisted_1$8 = { class: "fm-transfer-panel" };
|
|
9
9
|
const _hoisted_2$5 = { class: "fm-transfer-panel__header" };
|
|
10
10
|
const _hoisted_3$4 = { class: "fm-transfer-panel__body" };
|
|
11
11
|
const _hoisted_4$4 = { class: "fm-transfer-buttons__item" };
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
const _hoisted_8 = { class: "fm-transfer-panel" };
|
|
16
16
|
const _hoisted_9 = { class: "fm-transfer-panel__header" };
|
|
17
17
|
const _hoisted_10 = { class: "fm-transfer-panel__body" };
|
|
18
|
-
var _sfc_main$
|
|
18
|
+
var _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
19
19
|
...{
|
|
20
20
|
name: "FmTransfer"
|
|
21
21
|
},
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
default: vue.withCtx(() => [
|
|
176
176
|
vue.createVNode(_component_el_col, { span: 10 }, {
|
|
177
177
|
default: vue.withCtx(() => [
|
|
178
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
178
|
+
vue.createElementVNode("div", _hoisted_1$8, [
|
|
179
179
|
vue.createElementVNode("p", _hoisted_2$5, [
|
|
180
180
|
vue.createVNode(_component_el_checkbox, {
|
|
181
181
|
modelValue: state.leftAllChecked,
|
|
@@ -372,9 +372,9 @@
|
|
|
372
372
|
}
|
|
373
373
|
});
|
|
374
374
|
|
|
375
|
-
const _hoisted_1$
|
|
375
|
+
const _hoisted_1$7 = { class: "notice-bar-warp-text-box" };
|
|
376
376
|
const _hoisted_2$4 = ["innerHTML"];
|
|
377
|
-
var _sfc_main$
|
|
377
|
+
var _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
378
378
|
...{
|
|
379
379
|
name: "FmNoticeBar"
|
|
380
380
|
},
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
2
|
|
466
466
|
/* CLASS */
|
|
467
467
|
)) : vue.createCommentVNode("v-if", true),
|
|
468
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
468
|
+
vue.createElementVNode("div", _hoisted_1$7, [
|
|
469
469
|
vue.createElementVNode(
|
|
470
470
|
"div",
|
|
471
471
|
{
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
}
|
|
498
498
|
});
|
|
499
499
|
|
|
500
|
-
var _sfc_main$
|
|
500
|
+
var _sfc_main$g = {
|
|
501
501
|
name: "dragVerify",
|
|
502
502
|
props: {
|
|
503
503
|
isPassing: {
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
return target;
|
|
771
771
|
};
|
|
772
772
|
|
|
773
|
-
const _hoisted_1$
|
|
773
|
+
const _hoisted_1$6 = { class: "drag-verify-container" };
|
|
774
774
|
const _hoisted_2$3 = ["src"];
|
|
775
775
|
const _hoisted_3$3 = {
|
|
776
776
|
key: 0,
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
class: "tips danger"
|
|
782
782
|
};
|
|
783
783
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
784
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
784
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$6, [
|
|
785
785
|
vue.createElementVNode(
|
|
786
786
|
"div",
|
|
787
787
|
{
|
|
@@ -879,9 +879,9 @@
|
|
|
879
879
|
)
|
|
880
880
|
]);
|
|
881
881
|
}
|
|
882
|
-
var dragimg = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
882
|
+
var dragimg = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render], ["__scopeId", "data-v-9e8c9ed2"]]);
|
|
883
883
|
|
|
884
|
-
var _sfc_main$
|
|
884
|
+
var _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
885
885
|
...{
|
|
886
886
|
name: "Fmselect"
|
|
887
887
|
},
|
|
@@ -23863,8 +23863,8 @@
|
|
|
23863
23863
|
};
|
|
23864
23864
|
};
|
|
23865
23865
|
|
|
23866
|
-
const _hoisted_1$
|
|
23867
|
-
var _sfc_main$
|
|
23866
|
+
const _hoisted_1$5 = { style: { "font-size": "14px", "line-height": "30px" } };
|
|
23867
|
+
var _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
23868
23868
|
...{
|
|
23869
23869
|
name: "FmAutocomplete"
|
|
23870
23870
|
},
|
|
@@ -23970,7 +23970,7 @@
|
|
|
23970
23970
|
default: vue.withCtx(({ item }) => [
|
|
23971
23971
|
vue.createElementVNode(
|
|
23972
23972
|
"div",
|
|
23973
|
-
_hoisted_1$
|
|
23973
|
+
_hoisted_1$5,
|
|
23974
23974
|
vue.toDisplayString(item[__props.fName]),
|
|
23975
23975
|
1
|
|
23976
23976
|
/* TEXT */
|
|
@@ -23985,7 +23985,7 @@
|
|
|
23985
23985
|
|
|
23986
23986
|
/*! Element Plus Icons Vue v2.3.2 */
|
|
23987
23987
|
|
|
23988
|
-
var _sfc_main$
|
|
23988
|
+
var _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
23989
23989
|
name: "AddLocation",
|
|
23990
23990
|
__name: "add-location",
|
|
23991
23991
|
setup(__props) {
|
|
@@ -24007,7 +24007,7 @@
|
|
|
24007
24007
|
})
|
|
24008
24008
|
]));
|
|
24009
24009
|
}
|
|
24010
|
-
}), add_location_default = _sfc_main$
|
|
24010
|
+
}), add_location_default = _sfc_main$d;
|
|
24011
24011
|
var _sfc_main2 = /* @__PURE__ */ vue.defineComponent({
|
|
24012
24012
|
name: "Aim",
|
|
24013
24013
|
__name: "aim",
|
|
@@ -35350,7 +35350,7 @@
|
|
|
35350
35350
|
};
|
|
35351
35351
|
});
|
|
35352
35352
|
|
|
35353
|
-
var _sfc_main$
|
|
35353
|
+
var _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
35354
35354
|
...{
|
|
35355
35355
|
name: "Fminputdropdown"
|
|
35356
35356
|
},
|
|
@@ -35523,6 +35523,775 @@
|
|
|
35523
35523
|
}
|
|
35524
35524
|
});
|
|
35525
35525
|
|
|
35526
|
+
const _hoisted_1$4 = { class: "w100 selector-loading-container" };
|
|
35527
|
+
var _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
35528
|
+
...{
|
|
35529
|
+
name: "Fminputtable"
|
|
35530
|
+
},
|
|
35531
|
+
__name: "index",
|
|
35532
|
+
props: {
|
|
35533
|
+
/**
|
|
35534
|
+
* 使用示例:
|
|
35535
|
+
*
|
|
35536
|
+
* 单选模式:
|
|
35537
|
+
* <pulldown-selecter
|
|
35538
|
+
* v-model="state.ruleForm.userId"
|
|
35539
|
+
* :defaultOptions="[ id: state.ruleForm.userId, realName: state.ruleForm.realName ]"
|
|
35540
|
+
* :fetch-options="handleSysUserTable"
|
|
35541
|
+
* :queryParams="state.queryParams"
|
|
35542
|
+
* :dropdown-width="dropdownWidth"
|
|
35543
|
+
* :placeholder="placeholder"
|
|
35544
|
+
* :label-prop="realName"
|
|
35545
|
+
* :value-prop="id"
|
|
35546
|
+
* @@change="handelChange"
|
|
35547
|
+
* filterable
|
|
35548
|
+
* clearable
|
|
35549
|
+
* class="w100"
|
|
35550
|
+
* >
|
|
35551
|
+
*
|
|
35552
|
+
* 多选模式:
|
|
35553
|
+
* <pulldown-selecter
|
|
35554
|
+
* v-model="state.ruleForm.userIds"
|
|
35555
|
+
* :defaultOptions="state.ruleForm.defaultUsers"
|
|
35556
|
+
* :fetch-options="handleSysUserTable"
|
|
35557
|
+
* :queryParams="state.queryParams"
|
|
35558
|
+
* :dropdown-width="dropdownWidth"
|
|
35559
|
+
* :placeholder="placeholder"
|
|
35560
|
+
* :label-prop="realName"
|
|
35561
|
+
* :value-prop="id"
|
|
35562
|
+
* @@change="handelChange"
|
|
35563
|
+
* multiple
|
|
35564
|
+
* filterable
|
|
35565
|
+
* clearable
|
|
35566
|
+
* class="w100"
|
|
35567
|
+
* >
|
|
35568
|
+
*
|
|
35569
|
+
* 查询条件表单插槽:
|
|
35570
|
+
* <template #queryForm="{ query, handleQuery }">
|
|
35571
|
+
* <el-col class="mb5" :xs="24" :sm="12" :md="8" :lg="6" :xl="6">
|
|
35572
|
+
* <el-form-item label="姓名" prop="realName">
|
|
35573
|
+
* <el-input v-model="query.realName" placeholder="请输入姓名" class="w100" clearable @keydown.enter.native="handleQuery()" />
|
|
35574
|
+
* </el-form-item>
|
|
35575
|
+
* </el-col>
|
|
35576
|
+
* <el-col class="mb5" :xs="24" :sm="12" :md="8" :lg="6" :xl="6">
|
|
35577
|
+
* <el-form-item label="电话" prop="phone">
|
|
35578
|
+
* <el-input v-model="query.phone" placeholder="请输入电话" class="w100" clearable @keydown.enter.native="handleQuery()" />
|
|
35579
|
+
* </el-form-item>
|
|
35580
|
+
* </el-col>
|
|
35581
|
+
* </template>
|
|
35582
|
+
*
|
|
35583
|
+
* 表格列插槽:
|
|
35584
|
+
* <template #columns>
|
|
35585
|
+
* <el-table-column prop="realName" label="姓名" />
|
|
35586
|
+
* <el-table-column prop="account" label="账号" width="160"/ >
|
|
35587
|
+
* <el-table-column prop="idCardNo" label="身份证号" width="140" />
|
|
35588
|
+
* <el-table-column prop="cardNo" label="卡号" width="140" />
|
|
35589
|
+
* <el-table-column prop="gender" label="性别" width="85">
|
|
35590
|
+
* <template #default="{ row }">
|
|
35591
|
+
* <g-sys-dict v-model="row.gender" code="GenderEnum" />
|
|
35592
|
+
* </template>
|
|
35593
|
+
* </el-table-column>
|
|
35594
|
+
* <el-table-column prop="birthday" label="生日">
|
|
35595
|
+
* <template #default="{ row, $index }">
|
|
35596
|
+
* {{ commonFun.dateFormatYMD(row, $index, row.birthday) }}
|
|
35597
|
+
* </template>
|
|
35598
|
+
* </el-table-column>
|
|
35599
|
+
* <el-table-column prop="phone" label="联系电话" width="100" />
|
|
35600
|
+
* </template>
|
|
35601
|
+
* </pulldown-selecter>
|
|
35602
|
+
*/
|
|
35603
|
+
// v-model绑定的值,支持字符串、数字、数组或null类型
|
|
35604
|
+
modelValue: [String, Number, Array, null],
|
|
35605
|
+
/**
|
|
35606
|
+
* 获取表格数据的异步方法(必填)
|
|
35607
|
+
* @example
|
|
35608
|
+
* const handleSysUserTable = (params: any) => {
|
|
35609
|
+
* return getAPI(SysUserApi).apiSysUserPagePost(params);
|
|
35610
|
+
* };
|
|
35611
|
+
*/
|
|
35612
|
+
fetchOptions: {
|
|
35613
|
+
type: Function,
|
|
35614
|
+
// 函数类型
|
|
35615
|
+
required: true
|
|
35616
|
+
// 必填项
|
|
35617
|
+
},
|
|
35618
|
+
/**
|
|
35619
|
+
* api service name
|
|
35620
|
+
*/
|
|
35621
|
+
apiService: {
|
|
35622
|
+
type: String,
|
|
35623
|
+
default: "baseData"
|
|
35624
|
+
},
|
|
35625
|
+
/**
|
|
35626
|
+
* api service 下的方法
|
|
35627
|
+
*/
|
|
35628
|
+
apiAction: {
|
|
35629
|
+
type: String,
|
|
35630
|
+
default: "BaseData"
|
|
35631
|
+
},
|
|
35632
|
+
/**
|
|
35633
|
+
* 基础编码 自动获取数据
|
|
35634
|
+
*/
|
|
35635
|
+
method: {
|
|
35636
|
+
type: String,
|
|
35637
|
+
default: "post"
|
|
35638
|
+
},
|
|
35639
|
+
/**
|
|
35640
|
+
* 选中记录后绑定值的属性名
|
|
35641
|
+
* 默认为'id',即选中某行后,会取该行数据的id字段作为值
|
|
35642
|
+
*/
|
|
35643
|
+
valueProp: {
|
|
35644
|
+
type: String,
|
|
35645
|
+
default: "id"
|
|
35646
|
+
},
|
|
35647
|
+
/**
|
|
35648
|
+
* 选中记录后显示文本的属性名
|
|
35649
|
+
* 默认为'name',即在下拉框中显示的文本取自该字段
|
|
35650
|
+
*/
|
|
35651
|
+
labelProp: {
|
|
35652
|
+
type: String,
|
|
35653
|
+
default: "name"
|
|
35654
|
+
},
|
|
35655
|
+
/**
|
|
35656
|
+
* 显示值的格式化方法
|
|
35657
|
+
* 可以自定义选中后在输入框中显示的文本格式
|
|
35658
|
+
* @example
|
|
35659
|
+
* :labelFormat="(item: any) => `${item.realName}(${item.account})`"
|
|
35660
|
+
*/
|
|
35661
|
+
labelFormat: {
|
|
35662
|
+
type: Function,
|
|
35663
|
+
default: (item) => void 0
|
|
35664
|
+
// 默认不进行格式化
|
|
35665
|
+
},
|
|
35666
|
+
/**
|
|
35667
|
+
* 默认查询条件的属性名
|
|
35668
|
+
* 在输入框中输入的关键词会赋值给该字段
|
|
35669
|
+
*/
|
|
35670
|
+
keywordProp: {
|
|
35671
|
+
type: String,
|
|
35672
|
+
default: "keyword"
|
|
35673
|
+
},
|
|
35674
|
+
/**
|
|
35675
|
+
* 下拉框的宽度
|
|
35676
|
+
*/
|
|
35677
|
+
dropdownWidth: {
|
|
35678
|
+
type: String,
|
|
35679
|
+
default: "100%"
|
|
35680
|
+
},
|
|
35681
|
+
/**
|
|
35682
|
+
* 下拉框的高度
|
|
35683
|
+
*/
|
|
35684
|
+
dropdownHeight: {
|
|
35685
|
+
type: String,
|
|
35686
|
+
default: "550px"
|
|
35687
|
+
},
|
|
35688
|
+
/**
|
|
35689
|
+
* 输入框的占位符文本
|
|
35690
|
+
*/
|
|
35691
|
+
placeholder: {
|
|
35692
|
+
type: String,
|
|
35693
|
+
default: "\u8BF7\u8F93\u5165\u5173\u952E\u8BCD"
|
|
35694
|
+
},
|
|
35695
|
+
/**
|
|
35696
|
+
* 默认选项,用于回显已选中的数据
|
|
35697
|
+
* 当数据不在当前页时,通过该属性提供数据进行回显
|
|
35698
|
+
*/
|
|
35699
|
+
defaultOptions: {
|
|
35700
|
+
type: Array,
|
|
35701
|
+
default: []
|
|
35702
|
+
},
|
|
35703
|
+
/**
|
|
35704
|
+
* 查询表单的高度偏移量
|
|
35705
|
+
* 用于计算表格高度时减去查询表单占用的高度
|
|
35706
|
+
*/
|
|
35707
|
+
queryHeightOffset: {
|
|
35708
|
+
type: Number,
|
|
35709
|
+
default: 35
|
|
35710
|
+
},
|
|
35711
|
+
/**
|
|
35712
|
+
* 查询表单标签的宽度
|
|
35713
|
+
*/
|
|
35714
|
+
queryLabelWidth: {
|
|
35715
|
+
type: String
|
|
35716
|
+
},
|
|
35717
|
+
/**
|
|
35718
|
+
* 查询参数对象
|
|
35719
|
+
* 父组件传入的额外查询条件,会与组件内部的查询条件合并
|
|
35720
|
+
*/
|
|
35721
|
+
queryParams: {
|
|
35722
|
+
type: Object,
|
|
35723
|
+
default: () => {
|
|
35724
|
+
return {};
|
|
35725
|
+
}
|
|
35726
|
+
},
|
|
35727
|
+
/**
|
|
35728
|
+
* 是否显示分页组件
|
|
35729
|
+
*/
|
|
35730
|
+
pagination: {
|
|
35731
|
+
type: Boolean,
|
|
35732
|
+
default: true
|
|
35733
|
+
},
|
|
35734
|
+
/**
|
|
35735
|
+
* 是否禁用组件
|
|
35736
|
+
*/
|
|
35737
|
+
disabled: Boolean,
|
|
35738
|
+
/**
|
|
35739
|
+
* 是否多选模式
|
|
35740
|
+
*/
|
|
35741
|
+
multiple: Boolean,
|
|
35742
|
+
/**
|
|
35743
|
+
* 是否可清空
|
|
35744
|
+
*/
|
|
35745
|
+
clearable: Boolean
|
|
35746
|
+
},
|
|
35747
|
+
emits: ["update:modelValue", "change"],
|
|
35748
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
35749
|
+
const CONSTANTS = {
|
|
35750
|
+
MAX_PAGE_SIZE: 99999,
|
|
35751
|
+
// 不分页时的最大页面大小
|
|
35752
|
+
DROPDOWN_DELAY: 1e3,
|
|
35753
|
+
// 下拉框打开后的延迟时间(毫秒)
|
|
35754
|
+
TABLE_HEIGHT_OFFSET: 175
|
|
35755
|
+
// 表格高度基础偏移量(像素)
|
|
35756
|
+
};
|
|
35757
|
+
const props = __props;
|
|
35758
|
+
const tableRef = vue.ref();
|
|
35759
|
+
const selectRef = vue.ref();
|
|
35760
|
+
const emit = __emit;
|
|
35761
|
+
const state = vue.reactive({
|
|
35762
|
+
// 当前选中的值,单选时为字符串/数字,多选时为数组
|
|
35763
|
+
selectedValues: "",
|
|
35764
|
+
// 表格查询参数对象
|
|
35765
|
+
tableQuery: {
|
|
35766
|
+
[props.keywordProp]: "",
|
|
35767
|
+
// 动态属性名,默认为'keyword',用于存储搜索关键词
|
|
35768
|
+
page: props.queryParams.page,
|
|
35769
|
+
// 当前页码,从父组件传入
|
|
35770
|
+
pageSize: props.queryParams?.pageSize
|
|
35771
|
+
// 每页显示数量,从父组件传入
|
|
35772
|
+
},
|
|
35773
|
+
// 表格数据对象
|
|
35774
|
+
tableData: {
|
|
35775
|
+
items: [],
|
|
35776
|
+
// 当前页的数据列表
|
|
35777
|
+
total: 0
|
|
35778
|
+
// 总数据条数
|
|
35779
|
+
},
|
|
35780
|
+
// 默认选项数组,用于回显
|
|
35781
|
+
defaultOptions: props.defaultOptions,
|
|
35782
|
+
// 加载状态标识
|
|
35783
|
+
loading: false,
|
|
35784
|
+
// 选中的行数据数组,用于表格高亮显示和跨页选择
|
|
35785
|
+
selectedRows: [],
|
|
35786
|
+
// 查询执行标识,防止重复执行
|
|
35787
|
+
isQuerying: false,
|
|
35788
|
+
// 下拉框是否刚打开的标识(用于防止remoteMethod在打开时重复查询)
|
|
35789
|
+
justOpened: false
|
|
35790
|
+
});
|
|
35791
|
+
const currentRowIndex = vue.ref(-1);
|
|
35792
|
+
const tableHeight = vue.computed(() => {
|
|
35793
|
+
const baseHeight = `${props.dropdownHeight} - ${CONSTANTS.TABLE_HEIGHT_OFFSET}px`;
|
|
35794
|
+
const queryOffset = props.queryHeightOffset > 0 ? ` - ${props.queryHeightOffset}px` : "";
|
|
35795
|
+
return `calc(${baseHeight}${queryOffset})`;
|
|
35796
|
+
});
|
|
35797
|
+
const mergeSelectedRows = (values) => {
|
|
35798
|
+
const currentPageRows = state.tableData.items.filter(
|
|
35799
|
+
(item) => values.includes(item[props.valueProp])
|
|
35800
|
+
);
|
|
35801
|
+
const previousRows = state.selectedRows.filter(
|
|
35802
|
+
(item) => values.includes(item[props.valueProp])
|
|
35803
|
+
);
|
|
35804
|
+
const allRows = [...currentPageRows];
|
|
35805
|
+
previousRows.forEach((row) => {
|
|
35806
|
+
if (!allRows.find((item) => item[props.valueProp] === row[props.valueProp])) {
|
|
35807
|
+
allRows.push(row);
|
|
35808
|
+
}
|
|
35809
|
+
});
|
|
35810
|
+
return allRows;
|
|
35811
|
+
};
|
|
35812
|
+
const isRowSelected = (row) => {
|
|
35813
|
+
if (!row || row[props.valueProp] === void 0 || row[props.valueProp] === null) {
|
|
35814
|
+
return false;
|
|
35815
|
+
}
|
|
35816
|
+
if (props.multiple) {
|
|
35817
|
+
if (!Array.isArray(state.selectedValues)) {
|
|
35818
|
+
return false;
|
|
35819
|
+
}
|
|
35820
|
+
return state.selectedValues.some((val) => val === row[props.valueProp]);
|
|
35821
|
+
} else {
|
|
35822
|
+
return state.selectedValues !== null && state.selectedValues !== void 0 && state.selectedValues === row[props.valueProp];
|
|
35823
|
+
}
|
|
35824
|
+
};
|
|
35825
|
+
const updateSelectedRows = () => {
|
|
35826
|
+
if (props.multiple) {
|
|
35827
|
+
const selectedValues = Array.isArray(state.selectedValues) ? state.selectedValues : [];
|
|
35828
|
+
state.selectedRows = mergeSelectedRows(selectedValues);
|
|
35829
|
+
} else {
|
|
35830
|
+
const selectedRow = state.tableData.items.find(
|
|
35831
|
+
(item) => item[props.valueProp] === state.selectedValues
|
|
35832
|
+
);
|
|
35833
|
+
state.selectedRows = selectedRow ? [selectedRow] : [];
|
|
35834
|
+
}
|
|
35835
|
+
};
|
|
35836
|
+
const handleKeydown = (e) => {
|
|
35837
|
+
const tableData = state.tableData?.items || [];
|
|
35838
|
+
if (!tableData.length) return;
|
|
35839
|
+
if (e.key === "ArrowDown" || e.key === "ArrowUp") {
|
|
35840
|
+
e.preventDefault();
|
|
35841
|
+
const direction = e.key === "ArrowDown" ? 1 : -1;
|
|
35842
|
+
const newIndex = Math.max(0, Math.min(currentRowIndex.value + direction, tableData.length - 1));
|
|
35843
|
+
if (newIndex !== currentRowIndex.value) {
|
|
35844
|
+
currentRowIndex.value = newIndex;
|
|
35845
|
+
const row = tableData[newIndex];
|
|
35846
|
+
tableRef.value?.setCurrentRow(row);
|
|
35847
|
+
}
|
|
35848
|
+
} else if (e.key === "Enter") {
|
|
35849
|
+
const row = tableData[currentRowIndex.value];
|
|
35850
|
+
handleChange(row);
|
|
35851
|
+
}
|
|
35852
|
+
};
|
|
35853
|
+
const handleSizeChange = (pageSize) => {
|
|
35854
|
+
state.loading = true;
|
|
35855
|
+
state.tableQuery.pageSize = pageSize;
|
|
35856
|
+
state.tableQuery.page = 1;
|
|
35857
|
+
executeQuery();
|
|
35858
|
+
};
|
|
35859
|
+
const handleCurrentChange = (page) => {
|
|
35860
|
+
state.loading = true;
|
|
35861
|
+
state.tableQuery.page = page;
|
|
35862
|
+
executeQuery();
|
|
35863
|
+
};
|
|
35864
|
+
vue.onMounted(() => {
|
|
35865
|
+
selectRef.value?.inputRef?.addEventListener("keydown", handleKeydown);
|
|
35866
|
+
});
|
|
35867
|
+
vue.onUnmounted(() => {
|
|
35868
|
+
selectRef.value?.inputRef?.removeEventListener("keydown", handleKeydown);
|
|
35869
|
+
});
|
|
35870
|
+
const executeQuery = () => {
|
|
35871
|
+
if (state.isQuerying) {
|
|
35872
|
+
return;
|
|
35873
|
+
}
|
|
35874
|
+
state.isQuerying = true;
|
|
35875
|
+
state.loading = true;
|
|
35876
|
+
const finalParams = Object.assign({}, props.queryParams, state.tableQuery);
|
|
35877
|
+
if (typeof props.fetchOptions === "function") {
|
|
35878
|
+
props.fetchOptions(finalParams).then((res) => {
|
|
35879
|
+
const result = res.data?.result;
|
|
35880
|
+
state.tableData.items = result?.items ?? [];
|
|
35881
|
+
state.tableData.total = result?.total ?? 0;
|
|
35882
|
+
state.loading = false;
|
|
35883
|
+
state.isQuerying = false;
|
|
35884
|
+
updateSelectedRows();
|
|
35885
|
+
}).catch((error) => {
|
|
35886
|
+
elementPlus.ElMessage.error("\u6570\u636E\u52A0\u8F7D\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5");
|
|
35887
|
+
state.tableData.items = [];
|
|
35888
|
+
state.tableData.total = 0;
|
|
35889
|
+
state.loading = false;
|
|
35890
|
+
state.isQuerying = false;
|
|
35891
|
+
});
|
|
35892
|
+
} else {
|
|
35893
|
+
if (props.method == "post") {
|
|
35894
|
+
useBaseApi(props.apiAction).post(finalParams, props.apiAction).then((res) => {
|
|
35895
|
+
const result = res.data?.result;
|
|
35896
|
+
state.tableData.items = result?.items ?? [];
|
|
35897
|
+
state.tableData.total = result?.total ?? 0;
|
|
35898
|
+
state.loading = false;
|
|
35899
|
+
state.isQuerying = false;
|
|
35900
|
+
updateSelectedRows();
|
|
35901
|
+
}).catch((error) => {
|
|
35902
|
+
elementPlus.ElMessage.error("\u6570\u636E\u52A0\u8F7D\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5");
|
|
35903
|
+
state.tableData.items = [];
|
|
35904
|
+
state.tableData.total = 0;
|
|
35905
|
+
state.loading = false;
|
|
35906
|
+
state.isQuerying = false;
|
|
35907
|
+
});
|
|
35908
|
+
} else {
|
|
35909
|
+
useBaseApi(props.apiAction).get(finalParams, props.apiAction).then((res) => {
|
|
35910
|
+
const result = res.data?.result;
|
|
35911
|
+
state.tableData.items = result?.items ?? [];
|
|
35912
|
+
state.tableData.total = result?.total ?? 0;
|
|
35913
|
+
state.loading = false;
|
|
35914
|
+
state.isQuerying = false;
|
|
35915
|
+
updateSelectedRows();
|
|
35916
|
+
}).catch((error) => {
|
|
35917
|
+
elementPlus.ElMessage.error("\u6570\u636E\u52A0\u8F7D\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5");
|
|
35918
|
+
state.tableData.items = [];
|
|
35919
|
+
state.tableData.total = 0;
|
|
35920
|
+
state.loading = false;
|
|
35921
|
+
state.isQuerying = false;
|
|
35922
|
+
});
|
|
35923
|
+
}
|
|
35924
|
+
}
|
|
35925
|
+
};
|
|
35926
|
+
const resetQuery = () => {
|
|
35927
|
+
state.loading = true;
|
|
35928
|
+
const currentPageSize = state.tableQuery.pageSize;
|
|
35929
|
+
state.tableQuery = Object.assign({}, props.queryParams, { pageSize: currentPageSize });
|
|
35930
|
+
state.tableQuery.page = 1;
|
|
35931
|
+
executeQuery();
|
|
35932
|
+
};
|
|
35933
|
+
const remoteMethod = (query) => {
|
|
35934
|
+
if (state.justOpened) {
|
|
35935
|
+
state.justOpened = false;
|
|
35936
|
+
return;
|
|
35937
|
+
}
|
|
35938
|
+
if (state.isQuerying) {
|
|
35939
|
+
return;
|
|
35940
|
+
}
|
|
35941
|
+
state.loading = true;
|
|
35942
|
+
if (typeof query === "string") {
|
|
35943
|
+
state.tableQuery[props.keywordProp] = query.trim();
|
|
35944
|
+
state.tableQuery.page = 1;
|
|
35945
|
+
}
|
|
35946
|
+
executeQuery();
|
|
35947
|
+
};
|
|
35948
|
+
const handleQuery = (clearKeyword = false) => {
|
|
35949
|
+
state.loading = true;
|
|
35950
|
+
if (clearKeyword) {
|
|
35951
|
+
state.tableQuery[props.keywordProp] = void 0;
|
|
35952
|
+
const input = selectRef.value.$el.querySelector("input");
|
|
35953
|
+
if (input) input.value = "";
|
|
35954
|
+
}
|
|
35955
|
+
state.tableQuery.page = 1;
|
|
35956
|
+
remoteMethod(state.tableQuery);
|
|
35957
|
+
};
|
|
35958
|
+
const handleQueryClick = () => {
|
|
35959
|
+
state.loading = true;
|
|
35960
|
+
state.tableQuery.page = 1;
|
|
35961
|
+
executeQuery();
|
|
35962
|
+
};
|
|
35963
|
+
const handleChange = (row) => {
|
|
35964
|
+
if (!row || !row[props.valueProp]) return;
|
|
35965
|
+
if (typeof row[props.valueProp] === "string") row[props.valueProp] = row[props.valueProp]?.trim();
|
|
35966
|
+
setDefaultOptions([row]);
|
|
35967
|
+
if (props.multiple) {
|
|
35968
|
+
if (!Array.isArray(state.selectedValues)) {
|
|
35969
|
+
state.selectedValues = [];
|
|
35970
|
+
}
|
|
35971
|
+
const currentValues = Array.isArray(state.selectedValues) ? [...state.selectedValues] : [];
|
|
35972
|
+
const valueIndex = currentValues.indexOf(row[props.valueProp]);
|
|
35973
|
+
if (valueIndex > -1) {
|
|
35974
|
+
currentValues.splice(valueIndex, 1);
|
|
35975
|
+
state.selectedRows = state.selectedRows.filter((item) => item[props.valueProp] !== row[props.valueProp]);
|
|
35976
|
+
} else {
|
|
35977
|
+
currentValues.push(row[props.valueProp]);
|
|
35978
|
+
const existingRow = state.selectedRows.find((item) => item[props.valueProp] === row[props.valueProp]);
|
|
35979
|
+
if (!existingRow) {
|
|
35980
|
+
state.selectedRows.push(row);
|
|
35981
|
+
}
|
|
35982
|
+
}
|
|
35983
|
+
state.selectedValues = currentValues;
|
|
35984
|
+
} else {
|
|
35985
|
+
state.selectedValues = row[props.valueProp];
|
|
35986
|
+
state.selectedRows = [row];
|
|
35987
|
+
}
|
|
35988
|
+
emit("update:modelValue", state.selectedValues);
|
|
35989
|
+
emit("change", state.selectedValues, props.multiple ? state.selectedRows : row);
|
|
35990
|
+
if (!props.multiple) {
|
|
35991
|
+
tableRef.value?.setCurrentRow(row);
|
|
35992
|
+
selectRef.value?.blur();
|
|
35993
|
+
}
|
|
35994
|
+
};
|
|
35995
|
+
const selectVisibleChange = (visible) => {
|
|
35996
|
+
if (visible) {
|
|
35997
|
+
state.loading = true;
|
|
35998
|
+
state.justOpened = true;
|
|
35999
|
+
const paginationParams = {
|
|
36000
|
+
page: state.tableQuery.page,
|
|
36001
|
+
// 保留当前页码
|
|
36002
|
+
pageSize: state.tableQuery.pageSize,
|
|
36003
|
+
// 保留分页大小
|
|
36004
|
+
[props.keywordProp]: void 0
|
|
36005
|
+
// 清空关键词(打开时不带搜索条件)
|
|
36006
|
+
};
|
|
36007
|
+
state.tableQuery = Object.assign({}, props.queryParams, paginationParams);
|
|
36008
|
+
executeQuery();
|
|
36009
|
+
setTimeout(() => {
|
|
36010
|
+
state.justOpened = false;
|
|
36011
|
+
}, CONSTANTS.DROPDOWN_DELAY);
|
|
36012
|
+
} else {
|
|
36013
|
+
state.loading = false;
|
|
36014
|
+
state.justOpened = false;
|
|
36015
|
+
}
|
|
36016
|
+
};
|
|
36017
|
+
const setDefaultOptions = (options) => {
|
|
36018
|
+
const map = /* @__PURE__ */ new Map();
|
|
36019
|
+
for (const item of [...options ?? [], ...state.defaultOptions]) {
|
|
36020
|
+
const value = item?.[props.valueProp];
|
|
36021
|
+
const label = props.labelFormat?.(item) || item?.[props.labelProp];
|
|
36022
|
+
if (value && label) {
|
|
36023
|
+
map.set(value, { [props.valueProp]: value, [props.labelProp]: label });
|
|
36024
|
+
}
|
|
36025
|
+
}
|
|
36026
|
+
state.defaultOptions = Array.from(map.values());
|
|
36027
|
+
};
|
|
36028
|
+
const setQueryParams = (query, append = true) => {
|
|
36029
|
+
if (!props.pagination) {
|
|
36030
|
+
query = Object.assign(query, {
|
|
36031
|
+
pageSize: CONSTANTS.MAX_PAGE_SIZE
|
|
36032
|
+
});
|
|
36033
|
+
}
|
|
36034
|
+
query = Object.assign({}, props.queryParams, query ?? {});
|
|
36035
|
+
state.tableQuery = append ? Object.assign(state.tableQuery, query) : query;
|
|
36036
|
+
};
|
|
36037
|
+
const setValue = (option, row) => {
|
|
36038
|
+
option = Array.isArray(option) ? option : [option];
|
|
36039
|
+
state.tableData.total = option.length;
|
|
36040
|
+
state.tableData.items = option;
|
|
36041
|
+
if (props.multiple) {
|
|
36042
|
+
state.selectedValues = option.map((item) => item[props.valueProp]);
|
|
36043
|
+
state.selectedRows = option;
|
|
36044
|
+
emit("update:modelValue", state.selectedValues);
|
|
36045
|
+
emit("change", state.selectedValues, option);
|
|
36046
|
+
} else {
|
|
36047
|
+
state.selectedValues = option[0]?.[props.valueProp];
|
|
36048
|
+
state.selectedRows = option[0] ? [option[0]] : [];
|
|
36049
|
+
emit("update:modelValue", state.selectedValues);
|
|
36050
|
+
emit("change", state.selectedValues, option[0]);
|
|
36051
|
+
}
|
|
36052
|
+
};
|
|
36053
|
+
const selectedValuesChange = (val) => {
|
|
36054
|
+
state.selectedValues = val;
|
|
36055
|
+
emit("update:modelValue", val);
|
|
36056
|
+
if (props.multiple) {
|
|
36057
|
+
const selectedValues = Array.isArray(val) ? val : [];
|
|
36058
|
+
const allSelectedRows = mergeSelectedRows(selectedValues);
|
|
36059
|
+
state.selectedRows = allSelectedRows;
|
|
36060
|
+
emit("change", val, allSelectedRows);
|
|
36061
|
+
} else {
|
|
36062
|
+
const selectedRow = state.tableData?.items?.find((item) => item[props.valueProp] === val);
|
|
36063
|
+
if (selectedRow) {
|
|
36064
|
+
state.selectedRows = [selectedRow];
|
|
36065
|
+
tableRef.value?.setCurrentRow(selectedRow);
|
|
36066
|
+
} else {
|
|
36067
|
+
state.selectedRows = [];
|
|
36068
|
+
tableRef.value?.setCurrentRow(null);
|
|
36069
|
+
}
|
|
36070
|
+
emit("change", val, selectedRow);
|
|
36071
|
+
}
|
|
36072
|
+
};
|
|
36073
|
+
const getRowStyle = ({ row }) => {
|
|
36074
|
+
return isRowSelected(row) ? {
|
|
36075
|
+
backgroundColor: "var(--el-color-primary-light-9)",
|
|
36076
|
+
borderLeft: "3px solid var(--el-color-primary)"
|
|
36077
|
+
} : {};
|
|
36078
|
+
};
|
|
36079
|
+
const getRowClassName = ({ row }) => {
|
|
36080
|
+
return isRowSelected(row) ? "selected-row" : "";
|
|
36081
|
+
};
|
|
36082
|
+
vue.watch(
|
|
36083
|
+
() => props.modelValue,
|
|
36084
|
+
// 监听的数据源
|
|
36085
|
+
(val) => {
|
|
36086
|
+
if (props.multiple) {
|
|
36087
|
+
state.selectedValues = Array.isArray(val) ? val : val ? [val] : [];
|
|
36088
|
+
} else {
|
|
36089
|
+
state.selectedValues = val;
|
|
36090
|
+
}
|
|
36091
|
+
updateSelectedRows();
|
|
36092
|
+
},
|
|
36093
|
+
{ immediate: true }
|
|
36094
|
+
// 立即执行一次,确保初始化时也能正确设置
|
|
36095
|
+
);
|
|
36096
|
+
vue.watch(
|
|
36097
|
+
() => props.defaultOptions,
|
|
36098
|
+
// 监听的数据源
|
|
36099
|
+
(val) => setDefaultOptions(val),
|
|
36100
|
+
// 调用设置方法
|
|
36101
|
+
{ immediate: true }
|
|
36102
|
+
// 立即执行一次
|
|
36103
|
+
);
|
|
36104
|
+
__expose({
|
|
36105
|
+
setValue,
|
|
36106
|
+
// 设置选中值(用于程序化设置选中的数据)
|
|
36107
|
+
handleQuery,
|
|
36108
|
+
// 执行查询(用于手动触发查询,可选择是否清空关键词)
|
|
36109
|
+
setQueryParams,
|
|
36110
|
+
// 设置查询参数(用于动态修改查询条件)
|
|
36111
|
+
setDefaultOptions
|
|
36112
|
+
// 设置默认选项(用于手动添加回显选项)
|
|
36113
|
+
});
|
|
36114
|
+
return (_ctx, _cache) => {
|
|
36115
|
+
const _component_el_option = vue.resolveComponent("el-option");
|
|
36116
|
+
const _component_el_button = vue.resolveComponent("el-button");
|
|
36117
|
+
const _component_el_button_group = vue.resolveComponent("el-button-group");
|
|
36118
|
+
const _component_el_row = vue.resolveComponent("el-row");
|
|
36119
|
+
const _component_el_form = vue.resolveComponent("el-form");
|
|
36120
|
+
const _component_el_empty = vue.resolveComponent("el-empty");
|
|
36121
|
+
const _component_el_table = vue.resolveComponent("el-table");
|
|
36122
|
+
const _component_el_pagination = vue.resolveComponent("el-pagination");
|
|
36123
|
+
const _component_el_select = vue.resolveComponent("el-select");
|
|
36124
|
+
const _directive_reclick = vue.resolveDirective("reclick");
|
|
36125
|
+
const _directive_loading = vue.resolveDirective("loading");
|
|
36126
|
+
return vue.openBlock(), vue.createElementBlock(
|
|
36127
|
+
vue.Fragment,
|
|
36128
|
+
null,
|
|
36129
|
+
[
|
|
36130
|
+
vue.createCommentVNode(" Element Plus\u4E0B\u62C9\u9009\u62E9\u5668\u7EC4\u4EF6 "),
|
|
36131
|
+
vue.createVNode(_component_el_select, vue.mergeProps(_ctx.$attrs, {
|
|
36132
|
+
modelValue: state.selectedValues,
|
|
36133
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => state.selectedValues = $event),
|
|
36134
|
+
clearable: __props.clearable,
|
|
36135
|
+
multiple: __props.multiple,
|
|
36136
|
+
disabled: __props.disabled,
|
|
36137
|
+
placeholder: __props.placeholder,
|
|
36138
|
+
"remote-method": remoteMethod,
|
|
36139
|
+
onVisibleChange: selectVisibleChange,
|
|
36140
|
+
onChange: selectedValuesChange,
|
|
36141
|
+
style: { width: __props.dropdownWidth },
|
|
36142
|
+
"popper-class": "popper-class",
|
|
36143
|
+
ref_key: "selectRef",
|
|
36144
|
+
ref: selectRef,
|
|
36145
|
+
"remote-show-suffix": "",
|
|
36146
|
+
filterable: "",
|
|
36147
|
+
remote: ""
|
|
36148
|
+
}), {
|
|
36149
|
+
default: vue.withCtx(() => [
|
|
36150
|
+
vue.createCommentVNode(" \u9690\u85CF\u7684\u9009\u9879\uFF0C\u7528\u4E8E\u5360\u4F4D\uFF0C\u9632\u6B62Element Plus\u8B66\u544A "),
|
|
36151
|
+
vue.createVNode(_component_el_option, {
|
|
36152
|
+
style: { "width": "0", "height": "0" },
|
|
36153
|
+
value: ""
|
|
36154
|
+
}),
|
|
36155
|
+
vue.createCommentVNode(" \u9ED8\u8BA4\u9009\u9879\uFF0C\u7528\u4E8E\u56DE\u663E\u6570\u636E "),
|
|
36156
|
+
vue.createCommentVNode(" \u5F53\u9009\u4E2D\u7684\u6570\u636E\u4E0D\u5728\u5F53\u524D\u9875\u65F6\uFF0C\u901A\u8FC7\u8FD9\u4E9B\u9690\u85CF\u9009\u9879\u8FDB\u884C\u56DE\u663E "),
|
|
36157
|
+
(vue.openBlock(true), vue.createElementBlock(
|
|
36158
|
+
vue.Fragment,
|
|
36159
|
+
null,
|
|
36160
|
+
vue.renderList(state.defaultOptions ?? [], (item) => {
|
|
36161
|
+
return vue.openBlock(), vue.createBlock(_component_el_option, {
|
|
36162
|
+
key: item[__props.valueProp],
|
|
36163
|
+
label: __props.labelFormat(item) || item[__props.labelProp],
|
|
36164
|
+
value: item[__props.valueProp],
|
|
36165
|
+
style: { "width": "0", "height": "0" }
|
|
36166
|
+
}, null, 8, ["label", "value"]);
|
|
36167
|
+
}),
|
|
36168
|
+
128
|
|
36169
|
+
/* KEYED_FRAGMENT */
|
|
36170
|
+
)),
|
|
36171
|
+
vue.createCommentVNode(" \u4E0B\u62C9\u6846\u5185\u5BB9\u533A\u57DF "),
|
|
36172
|
+
vue.createCommentVNode(' \r\n v-loading\u6307\u4EE4\uFF1A\u663E\u793A\u52A0\u8F7D\u52A8\u753B\r\n \u6CE8\u610F\uFF1Aloading\u72B6\u6001\u653E\u5728div\u4E0A\u800C\u4E0D\u662Ftable\u4E0A\uFF0C\u662F\u4E3A\u4E86\u8986\u76D6\u6574\u4E2A\u4E0B\u62C9\u533A\u57DF\uFF08\u5305\u62EC\u67E5\u8BE2\u8868\u5355\u548C\u5206\u9875\uFF09\r\n \u8FD9\u6837\u53EF\u4EE5\u907F\u514D\u67E5\u8BE2\u65F6\u95EA\u73B0"\u6682\u65E0\u6570\u636E"\u7684\u63D0\u793A\r\n '),
|
|
36173
|
+
vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_1$4, [
|
|
36174
|
+
vue.createCommentVNode(" \u67E5\u8BE2\u8868\u5355\u533A\u57DF\uFF08\u4EC5\u5F53\u7236\u7EC4\u4EF6\u63D0\u4F9B\u4E86queryForm\u63D2\u69FD\u65F6\u663E\u793A\uFF09 "),
|
|
36175
|
+
_ctx.$slots.queryForm ? (vue.openBlock(), vue.createBlock(_component_el_form, {
|
|
36176
|
+
key: 0,
|
|
36177
|
+
model: state.tableQuery,
|
|
36178
|
+
class: "mg5 query-form",
|
|
36179
|
+
"label-width": __props.queryLabelWidth ?? "",
|
|
36180
|
+
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
36181
|
+
}, ["stop"]))
|
|
36182
|
+
}, {
|
|
36183
|
+
default: vue.withCtx(() => [
|
|
36184
|
+
vue.createVNode(_component_el_row, { gutter: 10 }, {
|
|
36185
|
+
default: vue.withCtx(() => [
|
|
36186
|
+
vue.createCommentVNode(" \u67E5\u8BE2\u8868\u5355\u63D2\u69FD\uFF1A\u7531\u7236\u7EC4\u4EF6\u63D0\u4F9B\u8868\u5355\u5185\u5BB9 "),
|
|
36187
|
+
vue.renderSlot(_ctx.$slots, "queryForm", {
|
|
36188
|
+
query: state.tableQuery,
|
|
36189
|
+
handleQuery: () => handleQuery(true)
|
|
36190
|
+
}, void 0, true),
|
|
36191
|
+
vue.createCommentVNode(" \u67E5\u8BE2\u548C\u91CD\u7F6E\u6309\u94AE\u7EC4 "),
|
|
36192
|
+
vue.createVNode(_component_el_button_group, { style: { "position": "absolute", "right": "10px" } }, {
|
|
36193
|
+
default: vue.withCtx(() => [
|
|
36194
|
+
vue.createCommentVNode(" \u67E5\u8BE2\u6309\u94AE\uFF1A\u70B9\u51FB\u65F6\u7ACB\u5373\u663E\u793A\u52A0\u8F7D\u52A8\u753B\u5E76\u6267\u884C\u67E5\u8BE2 "),
|
|
36195
|
+
vue.withDirectives((vue.openBlock(), vue.createBlock(_component_el_button, {
|
|
36196
|
+
type: "primary",
|
|
36197
|
+
icon: "ele-Search",
|
|
36198
|
+
onClick: handleQueryClick
|
|
36199
|
+
}, {
|
|
36200
|
+
default: vue.withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
36201
|
+
vue.createTextVNode(
|
|
36202
|
+
" \u67E5\u8BE2 ",
|
|
36203
|
+
-1
|
|
36204
|
+
/* CACHED */
|
|
36205
|
+
)
|
|
36206
|
+
])]),
|
|
36207
|
+
_: 1
|
|
36208
|
+
/* STABLE */
|
|
36209
|
+
})), [
|
|
36210
|
+
[_directive_reclick, 1e3]
|
|
36211
|
+
]),
|
|
36212
|
+
vue.createCommentVNode(" \u91CD\u7F6E\u6309\u94AE\uFF1A\u91CD\u7F6E\u67E5\u8BE2\u6761\u4EF6\u5E76\u91CD\u65B0\u67E5\u8BE2 "),
|
|
36213
|
+
vue.withDirectives((vue.openBlock(), vue.createBlock(_component_el_button, {
|
|
36214
|
+
icon: "ele-Refresh",
|
|
36215
|
+
onClick: resetQuery
|
|
36216
|
+
}, {
|
|
36217
|
+
default: vue.withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
36218
|
+
vue.createTextVNode(
|
|
36219
|
+
" \u91CD\u7F6E ",
|
|
36220
|
+
-1
|
|
36221
|
+
/* CACHED */
|
|
36222
|
+
)
|
|
36223
|
+
])]),
|
|
36224
|
+
_: 1
|
|
36225
|
+
/* STABLE */
|
|
36226
|
+
})), [
|
|
36227
|
+
[_directive_reclick, 1e3]
|
|
36228
|
+
])
|
|
36229
|
+
]),
|
|
36230
|
+
_: 1
|
|
36231
|
+
/* STABLE */
|
|
36232
|
+
})
|
|
36233
|
+
]),
|
|
36234
|
+
_: 3
|
|
36235
|
+
/* FORWARDED */
|
|
36236
|
+
})
|
|
36237
|
+
]),
|
|
36238
|
+
_: 3
|
|
36239
|
+
/* FORWARDED */
|
|
36240
|
+
}, 8, ["model", "label-width"])) : vue.createCommentVNode("v-if", true),
|
|
36241
|
+
vue.createCommentVNode(" \r\n \u6570\u636E\u8868\u683C \r\n \u5173\u952E\u914D\u7F6E\u8BF4\u660E\uFF1A\r\n 1. height: \u52A8\u6001\u8BA1\u7B97\u9AD8\u5EA6\uFF0C\u6709\u67E5\u8BE2\u8868\u5355\u65F6\u4F7F\u7528\u8BA1\u7B97\u5C5E\u6027tableHeight\uFF0C\u5426\u5219\u4F7F\u7528\u56FA\u5B9A\u8BA1\u7B97\u5F0F\r\n 2. highlight-current-row: \u5355\u9009\u6A21\u5F0F\u542F\u7528\u884C\u9AD8\u4EAE\uFF0C\u591A\u9009\u6A21\u5F0F\u7981\u7528\uFF08\u591A\u9009\u7528row-style\u5B9E\u73B0\uFF09\r\n 3. row-class-name: \u4E3A\u9009\u4E2D\u884C\u6DFB\u52A0'selected-row'\u7C7B\u540D\uFF0C\u7528\u4E8ECSS\u6837\u5F0F\u63A7\u5236\r\n 4. row-style: \u4E3A\u9009\u4E2D\u884C\u6DFB\u52A0\u5185\u8054\u6837\u5F0F\uFF08\u80CC\u666F\u8272\u548C\u5DE6\u8FB9\u6846\uFF09\uFF0C\u786E\u4FDD\u8DE8\u6D4F\u89C8\u5668\u517C\u5BB9\u6027\r\n\r\n ({ row }: { row: any }) => isRowSelected(row) ? 'selected-row' : ''\r\n ({ row }: { row: any }) => isRowSelected(row) ? { backgroundColor: 'var(--el-color-primary-light-9)', borderLeft: '3px solid var(--el-color-primary)' } : {}\r\n "),
|
|
36242
|
+
vue.createVNode(_component_el_table, {
|
|
36243
|
+
ref_key: "tableRef",
|
|
36244
|
+
ref: tableRef,
|
|
36245
|
+
onRowClick: handleChange,
|
|
36246
|
+
data: state.tableData?.items ?? [],
|
|
36247
|
+
height: _ctx.$slots.queryForm ? tableHeight.value : `calc(${__props.dropdownHeight} - ${CONSTANTS.TABLE_HEIGHT_OFFSET}px)`,
|
|
36248
|
+
"highlight-current-row": !__props.multiple,
|
|
36249
|
+
"row-class-name": getRowClassName,
|
|
36250
|
+
"row-style": getRowStyle
|
|
36251
|
+
}, {
|
|
36252
|
+
empty: vue.withCtx(() => [
|
|
36253
|
+
!state.loading ? (vue.openBlock(), vue.createBlock(_component_el_empty, {
|
|
36254
|
+
key: 0,
|
|
36255
|
+
"image-size": 25
|
|
36256
|
+
})) : vue.createCommentVNode("v-if", true)
|
|
36257
|
+
]),
|
|
36258
|
+
default: vue.withCtx(() => [
|
|
36259
|
+
vue.renderSlot(_ctx.$slots, "columns", {}, void 0, true)
|
|
36260
|
+
]),
|
|
36261
|
+
_: 3
|
|
36262
|
+
/* FORWARDED */
|
|
36263
|
+
}, 8, ["data", "height", "highlight-current-row"]),
|
|
36264
|
+
vue.createCommentVNode(" \r\n \u5206\u9875\u7EC4\u4EF6\uFF08\u4EC5\u5F53\u542F\u7528\u5206\u9875\u65F6\u663E\u793A\uFF09\r\n \u914D\u7F6E\u8BF4\u660E\uFF1A\r\n 1. disabled: \u52A0\u8F7D\u65F6\u7981\u7528\u5206\u9875\u64CD\u4F5C\uFF0C\u9632\u6B62\u91CD\u590D\u8BF7\u6C42\r\n 2. pager-count: \u663E\u793A5\u4E2A\u9875\u7801\u6309\u94AE\uFF0C\u9002\u5408\u4E0B\u62C9\u6846\u7684\u6709\u9650\u7A7A\u95F4\r\n 3. layout: \u7B80\u5316\u5E03\u5C40\uFF08\u53EA\u663E\u793A\u4E0A\u4E00\u9875\u3001\u9875\u7801\u3001\u4E0B\u4E00\u9875\uFF09\uFF0C\u8282\u7701\u7A7A\u95F4\r\n 4. size: \u4F7F\u7528\u5C0F\u5C3A\u5BF8\uFF0C\u9002\u914D\u4E0B\u62C9\u6846\u9AD8\u5EA6\r\n "),
|
|
36265
|
+
props.pagination ? (vue.openBlock(), vue.createBlock(_component_el_pagination, {
|
|
36266
|
+
key: 1,
|
|
36267
|
+
disabled: state.loading,
|
|
36268
|
+
currentPage: state.tableQuery.page,
|
|
36269
|
+
"page-size": state.tableQuery.pageSize,
|
|
36270
|
+
total: state.tableData.total,
|
|
36271
|
+
"pager-count": 5,
|
|
36272
|
+
onSizeChange: handleSizeChange,
|
|
36273
|
+
onCurrentChange: handleCurrentChange,
|
|
36274
|
+
layout: "prev, pager, next",
|
|
36275
|
+
size: "small",
|
|
36276
|
+
background: ""
|
|
36277
|
+
}, null, 8, ["disabled", "currentPage", "page-size", "total"])) : vue.createCommentVNode("v-if", true)
|
|
36278
|
+
])), [
|
|
36279
|
+
[_directive_loading, state.loading]
|
|
36280
|
+
])
|
|
36281
|
+
]),
|
|
36282
|
+
_: 3
|
|
36283
|
+
/* FORWARDED */
|
|
36284
|
+
}, 16, ["modelValue", "clearable", "multiple", "disabled", "placeholder", "style"])
|
|
36285
|
+
],
|
|
36286
|
+
2112
|
|
36287
|
+
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
36288
|
+
);
|
|
36289
|
+
};
|
|
36290
|
+
}
|
|
36291
|
+
});
|
|
36292
|
+
|
|
36293
|
+
var inputtable = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-5631ed37"]]);
|
|
36294
|
+
|
|
35526
36295
|
const _hoisted_1$3 = { style: { "padding": "5px" } };
|
|
35527
36296
|
const _hoisted_2$2 = { style: { "display": "flex", "align-items": "center", "gap": "8px", "flex-wrap": "nowrap", "overflow": "hidden" } };
|
|
35528
36297
|
const _hoisted_3$2 = { style: { "flex": "1 1 200px", "min-width": "0", "overflow": "hidden" } };
|
|
@@ -41562,12 +42331,13 @@
|
|
|
41562
42331
|
}
|
|
41563
42332
|
}
|
|
41564
42333
|
|
|
41565
|
-
const FmTransfer = _sfc_main$
|
|
41566
|
-
const FmNoticeBar = _sfc_main$
|
|
42334
|
+
const FmTransfer = _sfc_main$i;
|
|
42335
|
+
const FmNoticeBar = _sfc_main$h;
|
|
41567
42336
|
const FmDragImg = dragimg;
|
|
41568
|
-
const Fmselect = _sfc_main$
|
|
41569
|
-
const FmAutocomplete = _sfc_main$
|
|
41570
|
-
const Fminputdropdown = _sfc_main$
|
|
42337
|
+
const Fmselect = _sfc_main$f;
|
|
42338
|
+
const FmAutocomplete = _sfc_main$e;
|
|
42339
|
+
const Fminputdropdown = _sfc_main$c;
|
|
42340
|
+
const Fminputtable = inputtable;
|
|
41571
42341
|
const Fmdatepicker = _sfc_main$9;
|
|
41572
42342
|
const FmTree = _sfc_main$a;
|
|
41573
42343
|
const FmQueryCondition = _sfc_main$6;
|
|
@@ -41627,6 +42397,7 @@
|
|
|
41627
42397
|
FmNoticeBar,
|
|
41628
42398
|
Fmselect,
|
|
41629
42399
|
FmAutocomplete,
|
|
42400
|
+
Fminputtable,
|
|
41630
42401
|
Fminputdropdown,
|
|
41631
42402
|
FmTree,
|
|
41632
42403
|
Fmdatepicker,
|
|
@@ -42214,7 +42985,16 @@
|
|
|
42214
42985
|
},
|
|
42215
42986
|
colorpicker: {
|
|
42216
42987
|
confirm: "OK",
|
|
42217
|
-
clear: "Leeren"
|
|
42988
|
+
clear: "Leeren",
|
|
42989
|
+
defaultLabel: "color picker",
|
|
42990
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
42991
|
+
alphaLabel: "pick alpha value",
|
|
42992
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
42993
|
+
hueLabel: "pick hue value",
|
|
42994
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
42995
|
+
svLabel: "pick saturation and brightness value",
|
|
42996
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
42997
|
+
predefineDescription: "select {value} as the color"
|
|
42218
42998
|
},
|
|
42219
42999
|
datepicker: {
|
|
42220
43000
|
now: "Jetzt",
|
|
@@ -42222,6 +43002,10 @@
|
|
|
42222
43002
|
cancel: "Abbrechen",
|
|
42223
43003
|
clear: "Leeren",
|
|
42224
43004
|
confirm: "OK",
|
|
43005
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
43006
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
43007
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
43008
|
+
selectedDate: "Selected date",
|
|
42225
43009
|
selectDate: "Datum w\xE4hlen",
|
|
42226
43010
|
selectTime: "Uhrzeit w\xE4hlen",
|
|
42227
43011
|
startDate: "Startdatum",
|
|
@@ -42232,9 +43016,6 @@
|
|
|
42232
43016
|
nextYear: "N\xE4chtes Jahr",
|
|
42233
43017
|
prevMonth: "Letzter Monat",
|
|
42234
43018
|
nextMonth: "N\xE4chster Monat",
|
|
42235
|
-
day: "Tag",
|
|
42236
|
-
week: "Woche",
|
|
42237
|
-
month: "Monat",
|
|
42238
43019
|
year: "",
|
|
42239
43020
|
month1: "Januar",
|
|
42240
43021
|
month2: "Februar",
|
|
@@ -42257,6 +43038,15 @@
|
|
|
42257
43038
|
fri: "Fr",
|
|
42258
43039
|
sat: "Sa"
|
|
42259
43040
|
},
|
|
43041
|
+
weeksFull: {
|
|
43042
|
+
sun: "Sunday",
|
|
43043
|
+
mon: "Monday",
|
|
43044
|
+
tue: "Tuesday",
|
|
43045
|
+
wed: "Wednesday",
|
|
43046
|
+
thu: "Thursday",
|
|
43047
|
+
fri: "Friday",
|
|
43048
|
+
sat: "Saturday"
|
|
43049
|
+
},
|
|
42260
43050
|
months: {
|
|
42261
43051
|
jan: "Jan",
|
|
42262
43052
|
feb: "Feb",
|
|
@@ -42270,7 +43060,13 @@
|
|
|
42270
43060
|
oct: "Okt",
|
|
42271
43061
|
nov: "Nov",
|
|
42272
43062
|
dec: "Dez"
|
|
42273
|
-
}
|
|
43063
|
+
},
|
|
43064
|
+
day: "Tag",
|
|
43065
|
+
month: "Monat"
|
|
43066
|
+
},
|
|
43067
|
+
inputNumber: {
|
|
43068
|
+
decrease: "decrease number",
|
|
43069
|
+
increase: "increase number"
|
|
42274
43070
|
},
|
|
42275
43071
|
select: {
|
|
42276
43072
|
loading: "L\xE4dt.",
|
|
@@ -42281,6 +43077,9 @@
|
|
|
42281
43077
|
mention: {
|
|
42282
43078
|
loading: "L\xE4dt."
|
|
42283
43079
|
},
|
|
43080
|
+
dropdown: {
|
|
43081
|
+
toggleDropdown: "Toggle Dropdown"
|
|
43082
|
+
},
|
|
42284
43083
|
cascader: {
|
|
42285
43084
|
noMatch: "Nichts gefunden.",
|
|
42286
43085
|
loading: "L\xE4dt.",
|
|
@@ -42297,12 +43096,21 @@
|
|
|
42297
43096
|
next: "Zur n\xE4chsten Seite gehen",
|
|
42298
43097
|
currentPage: "Seite {pager}",
|
|
42299
43098
|
prevPages: "Vorherige {pager} Seiten",
|
|
42300
|
-
nextPages: "N\xE4chste {pager} Seiten"
|
|
43099
|
+
nextPages: "N\xE4chste {pager} Seiten",
|
|
43100
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
43101
|
+
},
|
|
43102
|
+
dialog: {
|
|
43103
|
+
close: "Close this dialog"
|
|
43104
|
+
},
|
|
43105
|
+
drawer: {
|
|
43106
|
+
close: "Close this dialog"
|
|
42301
43107
|
},
|
|
42302
43108
|
messagebox: {
|
|
43109
|
+
title: "Message",
|
|
42303
43110
|
confirm: "OK",
|
|
42304
43111
|
cancel: "Abbrechen",
|
|
42305
|
-
error: "Fehler"
|
|
43112
|
+
error: "Fehler",
|
|
43113
|
+
close: "Close this dialog"
|
|
42306
43114
|
},
|
|
42307
43115
|
upload: {
|
|
42308
43116
|
deleteTip: "Klicke l\xF6schen zum entfernen",
|
|
@@ -42310,6 +43118,11 @@
|
|
|
42310
43118
|
preview: "Vorschau",
|
|
42311
43119
|
continue: "Fortsetzen"
|
|
42312
43120
|
},
|
|
43121
|
+
slider: {
|
|
43122
|
+
defaultLabel: "slider between {min} and {max}",
|
|
43123
|
+
defaultRangeStartLabel: "pick start value",
|
|
43124
|
+
defaultRangeEndLabel: "pick end value"
|
|
43125
|
+
},
|
|
42313
43126
|
table: {
|
|
42314
43127
|
emptyText: "Keine Daten",
|
|
42315
43128
|
confirmFilter: "Anwenden",
|
|
@@ -42320,7 +43133,8 @@
|
|
|
42320
43133
|
tour: {
|
|
42321
43134
|
next: "Weiter",
|
|
42322
43135
|
previous: "Zur\xFCck",
|
|
42323
|
-
finish: "Fertig"
|
|
43136
|
+
finish: "Fertig",
|
|
43137
|
+
close: "Close this dialog"
|
|
42324
43138
|
},
|
|
42325
43139
|
tree: {
|
|
42326
43140
|
emptyText: "Keine Eintr\xE4ge"
|
|
@@ -42362,7 +43176,13 @@
|
|
|
42362
43176
|
clear: "Clear",
|
|
42363
43177
|
defaultLabel: "color picker",
|
|
42364
43178
|
description: "current color is {color}. press enter to select a new color.",
|
|
42365
|
-
alphaLabel: "pick alpha value"
|
|
43179
|
+
alphaLabel: "pick alpha value",
|
|
43180
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
43181
|
+
hueLabel: "pick hue value",
|
|
43182
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
43183
|
+
svLabel: "pick saturation and brightness value",
|
|
43184
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
43185
|
+
predefineDescription: "select {value} as the color"
|
|
42366
43186
|
},
|
|
42367
43187
|
datepicker: {
|
|
42368
43188
|
now: "Now",
|
|
@@ -42397,7 +43217,6 @@
|
|
|
42397
43217
|
month10: "October",
|
|
42398
43218
|
month11: "November",
|
|
42399
43219
|
month12: "December",
|
|
42400
|
-
week: "week",
|
|
42401
43220
|
weeks: {
|
|
42402
43221
|
sun: "Sun",
|
|
42403
43222
|
mon: "Mon",
|
|
@@ -42500,7 +43319,8 @@
|
|
|
42500
43319
|
tour: {
|
|
42501
43320
|
next: "Next",
|
|
42502
43321
|
previous: "Previous",
|
|
42503
|
-
finish: "Finish"
|
|
43322
|
+
finish: "Finish",
|
|
43323
|
+
close: "Close this dialog"
|
|
42504
43324
|
},
|
|
42505
43325
|
tree: {
|
|
42506
43326
|
emptyText: "No Data"
|
|
@@ -42539,7 +43359,16 @@
|
|
|
42539
43359
|
},
|
|
42540
43360
|
colorpicker: {
|
|
42541
43361
|
confirm: "Confirmar",
|
|
42542
|
-
clear: "Despejar"
|
|
43362
|
+
clear: "Despejar",
|
|
43363
|
+
defaultLabel: "color picker",
|
|
43364
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
43365
|
+
alphaLabel: "pick alpha value",
|
|
43366
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
43367
|
+
hueLabel: "pick hue value",
|
|
43368
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
43369
|
+
svLabel: "pick saturation and brightness value",
|
|
43370
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
43371
|
+
predefineDescription: "select {value} as the color"
|
|
42543
43372
|
},
|
|
42544
43373
|
datepicker: {
|
|
42545
43374
|
now: "Ahora",
|
|
@@ -42547,6 +43376,10 @@
|
|
|
42547
43376
|
cancel: "Cancelar",
|
|
42548
43377
|
clear: "Despejar",
|
|
42549
43378
|
confirm: "Confirmar",
|
|
43379
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
43380
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
43381
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
43382
|
+
selectedDate: "Selected date",
|
|
42550
43383
|
selectDate: "Seleccionar fecha",
|
|
42551
43384
|
selectTime: "Seleccionar hora",
|
|
42552
43385
|
startDate: "Fecha Incial",
|
|
@@ -42579,6 +43412,15 @@
|
|
|
42579
43412
|
fri: "vie",
|
|
42580
43413
|
sat: "s\xE1b"
|
|
42581
43414
|
},
|
|
43415
|
+
weeksFull: {
|
|
43416
|
+
sun: "Sunday",
|
|
43417
|
+
mon: "Monday",
|
|
43418
|
+
tue: "Tuesday",
|
|
43419
|
+
wed: "Wednesday",
|
|
43420
|
+
thu: "Thursday",
|
|
43421
|
+
fri: "Friday",
|
|
43422
|
+
sat: "Saturday"
|
|
43423
|
+
},
|
|
42582
43424
|
months: {
|
|
42583
43425
|
jan: "ene",
|
|
42584
43426
|
feb: "feb",
|
|
@@ -42594,6 +43436,10 @@
|
|
|
42594
43436
|
dec: "dic"
|
|
42595
43437
|
}
|
|
42596
43438
|
},
|
|
43439
|
+
inputNumber: {
|
|
43440
|
+
decrease: "decrease number",
|
|
43441
|
+
increase: "increase number"
|
|
43442
|
+
},
|
|
42597
43443
|
select: {
|
|
42598
43444
|
loading: "Cargando",
|
|
42599
43445
|
noMatch: "No hay datos que coincidan",
|
|
@@ -42603,6 +43449,9 @@
|
|
|
42603
43449
|
mention: {
|
|
42604
43450
|
loading: "Cargando"
|
|
42605
43451
|
},
|
|
43452
|
+
dropdown: {
|
|
43453
|
+
toggleDropdown: "Toggle Dropdown"
|
|
43454
|
+
},
|
|
42606
43455
|
cascader: {
|
|
42607
43456
|
noMatch: "No hay datos que coincidan",
|
|
42608
43457
|
loading: "Cargando",
|
|
@@ -42619,12 +43468,21 @@
|
|
|
42619
43468
|
next: "Go to next page",
|
|
42620
43469
|
currentPage: "page {pager}",
|
|
42621
43470
|
prevPages: "Previous {pager} pages",
|
|
42622
|
-
nextPages: "Next {pager} pages"
|
|
43471
|
+
nextPages: "Next {pager} pages",
|
|
43472
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
43473
|
+
},
|
|
43474
|
+
dialog: {
|
|
43475
|
+
close: "Close this dialog"
|
|
43476
|
+
},
|
|
43477
|
+
drawer: {
|
|
43478
|
+
close: "Close this dialog"
|
|
42623
43479
|
},
|
|
42624
43480
|
messagebox: {
|
|
43481
|
+
title: "Message",
|
|
42625
43482
|
confirm: "Aceptar",
|
|
42626
43483
|
cancel: "Cancelar",
|
|
42627
|
-
error: "Entrada inv\xE1lida"
|
|
43484
|
+
error: "Entrada inv\xE1lida",
|
|
43485
|
+
close: "Close this dialog"
|
|
42628
43486
|
},
|
|
42629
43487
|
upload: {
|
|
42630
43488
|
deleteTip: "Pulse Eliminar para retirar",
|
|
@@ -42632,6 +43490,11 @@
|
|
|
42632
43490
|
preview: "Vista Previa",
|
|
42633
43491
|
continue: "Continuar"
|
|
42634
43492
|
},
|
|
43493
|
+
slider: {
|
|
43494
|
+
defaultLabel: "slider between {min} and {max}",
|
|
43495
|
+
defaultRangeStartLabel: "pick start value",
|
|
43496
|
+
defaultRangeEndLabel: "pick end value"
|
|
43497
|
+
},
|
|
42635
43498
|
table: {
|
|
42636
43499
|
emptyText: "Sin Datos",
|
|
42637
43500
|
confirmFilter: "Confirmar",
|
|
@@ -42639,6 +43502,12 @@
|
|
|
42639
43502
|
clearFilter: "Despejar",
|
|
42640
43503
|
sumText: "Suma"
|
|
42641
43504
|
},
|
|
43505
|
+
tour: {
|
|
43506
|
+
next: "Next",
|
|
43507
|
+
previous: "Previous",
|
|
43508
|
+
finish: "Finish",
|
|
43509
|
+
close: "Close this dialog"
|
|
43510
|
+
},
|
|
42642
43511
|
tree: {
|
|
42643
43512
|
emptyText: "Sin Datos"
|
|
42644
43513
|
},
|
|
@@ -42676,7 +43545,16 @@
|
|
|
42676
43545
|
},
|
|
42677
43546
|
colorpicker: {
|
|
42678
43547
|
confirm: "OK",
|
|
42679
|
-
clear: "Tyhjenn\xE4"
|
|
43548
|
+
clear: "Tyhjenn\xE4",
|
|
43549
|
+
defaultLabel: "color picker",
|
|
43550
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
43551
|
+
alphaLabel: "pick alpha value",
|
|
43552
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
43553
|
+
hueLabel: "pick hue value",
|
|
43554
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
43555
|
+
svLabel: "pick saturation and brightness value",
|
|
43556
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
43557
|
+
predefineDescription: "select {value} as the color"
|
|
42680
43558
|
},
|
|
42681
43559
|
datepicker: {
|
|
42682
43560
|
now: "Nyt",
|
|
@@ -42684,6 +43562,10 @@
|
|
|
42684
43562
|
cancel: "Peruuta",
|
|
42685
43563
|
clear: "Tyhjenn\xE4",
|
|
42686
43564
|
confirm: "OK",
|
|
43565
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
43566
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
43567
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
43568
|
+
selectedDate: "Selected date",
|
|
42687
43569
|
selectDate: "Valitse p\xE4iv\xE4",
|
|
42688
43570
|
selectTime: "Valitse aika",
|
|
42689
43571
|
startDate: "Aloitusp\xE4iv\xE4",
|
|
@@ -42716,6 +43598,15 @@
|
|
|
42716
43598
|
fri: "pe",
|
|
42717
43599
|
sat: "la"
|
|
42718
43600
|
},
|
|
43601
|
+
weeksFull: {
|
|
43602
|
+
sun: "Sunday",
|
|
43603
|
+
mon: "Monday",
|
|
43604
|
+
tue: "Tuesday",
|
|
43605
|
+
wed: "Wednesday",
|
|
43606
|
+
thu: "Thursday",
|
|
43607
|
+
fri: "Friday",
|
|
43608
|
+
sat: "Saturday"
|
|
43609
|
+
},
|
|
42719
43610
|
months: {
|
|
42720
43611
|
jan: "tammi",
|
|
42721
43612
|
feb: "helmi",
|
|
@@ -42731,6 +43622,10 @@
|
|
|
42731
43622
|
dec: "joulu"
|
|
42732
43623
|
}
|
|
42733
43624
|
},
|
|
43625
|
+
inputNumber: {
|
|
43626
|
+
decrease: "decrease number",
|
|
43627
|
+
increase: "increase number"
|
|
43628
|
+
},
|
|
42734
43629
|
select: {
|
|
42735
43630
|
loading: "Lataa",
|
|
42736
43631
|
noMatch: "Ei vastaavia tietoja",
|
|
@@ -42740,6 +43635,9 @@
|
|
|
42740
43635
|
mention: {
|
|
42741
43636
|
loading: "Lataa"
|
|
42742
43637
|
},
|
|
43638
|
+
dropdown: {
|
|
43639
|
+
toggleDropdown: "Toggle Dropdown"
|
|
43640
|
+
},
|
|
42743
43641
|
cascader: {
|
|
42744
43642
|
noMatch: "Ei vastaavia tietoja",
|
|
42745
43643
|
loading: "Lataa",
|
|
@@ -42756,13 +43654,21 @@
|
|
|
42756
43654
|
next: "Go to next page",
|
|
42757
43655
|
currentPage: "page {pager}",
|
|
42758
43656
|
prevPages: "Previous {pager} pages",
|
|
42759
|
-
nextPages: "Next {pager} pages"
|
|
43657
|
+
nextPages: "Next {pager} pages",
|
|
43658
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
43659
|
+
},
|
|
43660
|
+
dialog: {
|
|
43661
|
+
close: "Close this dialog"
|
|
43662
|
+
},
|
|
43663
|
+
drawer: {
|
|
43664
|
+
close: "Close this dialog"
|
|
42760
43665
|
},
|
|
42761
43666
|
messagebox: {
|
|
42762
43667
|
title: "Viesti",
|
|
42763
43668
|
confirm: "OK",
|
|
42764
43669
|
cancel: "Peruuta",
|
|
42765
|
-
error: "Virheellinen sy\xF6te"
|
|
43670
|
+
error: "Virheellinen sy\xF6te",
|
|
43671
|
+
close: "Close this dialog"
|
|
42766
43672
|
},
|
|
42767
43673
|
upload: {
|
|
42768
43674
|
deleteTip: "Poista Delete-n\xE4pp\xE4imell\xE4",
|
|
@@ -42770,6 +43676,11 @@
|
|
|
42770
43676
|
preview: "Esikatsele",
|
|
42771
43677
|
continue: "Jatka"
|
|
42772
43678
|
},
|
|
43679
|
+
slider: {
|
|
43680
|
+
defaultLabel: "slider between {min} and {max}",
|
|
43681
|
+
defaultRangeStartLabel: "pick start value",
|
|
43682
|
+
defaultRangeEndLabel: "pick end value"
|
|
43683
|
+
},
|
|
42773
43684
|
table: {
|
|
42774
43685
|
emptyText: "Ei tietoja",
|
|
42775
43686
|
confirmFilter: "Vahvista",
|
|
@@ -42777,6 +43688,12 @@
|
|
|
42777
43688
|
clearFilter: "Kaikki",
|
|
42778
43689
|
sumText: "Summa"
|
|
42779
43690
|
},
|
|
43691
|
+
tour: {
|
|
43692
|
+
next: "Next",
|
|
43693
|
+
previous: "Previous",
|
|
43694
|
+
finish: "Finish",
|
|
43695
|
+
close: "Close this dialog"
|
|
43696
|
+
},
|
|
42780
43697
|
tree: {
|
|
42781
43698
|
emptyText: "Ei tietoja"
|
|
42782
43699
|
},
|
|
@@ -42810,13 +43727,20 @@
|
|
|
42810
43727
|
name: "fr",
|
|
42811
43728
|
el: {
|
|
42812
43729
|
breadcrumb: {
|
|
42813
|
-
label:
|
|
43730
|
+
label: "Fil d'Ariane"
|
|
42814
43731
|
},
|
|
42815
43732
|
colorpicker: {
|
|
42816
43733
|
confirm: "Confirmer",
|
|
42817
43734
|
clear: "Effacer",
|
|
42818
43735
|
defaultLabel: "color picker",
|
|
42819
|
-
description: "La couleur actuelle est {color}. Appuyer sur Entr\xE9e pour s\xE9lectionner une nouvelle couleur."
|
|
43736
|
+
description: "La couleur actuelle est {color}. Appuyer sur Entr\xE9e pour s\xE9lectionner une nouvelle couleur.",
|
|
43737
|
+
alphaLabel: "Choisir la valeur alpha",
|
|
43738
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
43739
|
+
hueLabel: "pick hue value",
|
|
43740
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
43741
|
+
svLabel: "pick saturation and brightness value",
|
|
43742
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
43743
|
+
predefineDescription: "select {value} as the color"
|
|
42820
43744
|
},
|
|
42821
43745
|
datepicker: {
|
|
42822
43746
|
now: "Maintenant",
|
|
@@ -42851,7 +43775,6 @@
|
|
|
42851
43775
|
month10: "Octobre",
|
|
42852
43776
|
month11: "Novembre",
|
|
42853
43777
|
month12: "D\xE9cembre",
|
|
42854
|
-
week: "Semaine",
|
|
42855
43778
|
weeks: {
|
|
42856
43779
|
sun: "Dim",
|
|
42857
43780
|
mon: "Lun",
|
|
@@ -42898,6 +43821,9 @@
|
|
|
42898
43821
|
mention: {
|
|
42899
43822
|
loading: "Chargement"
|
|
42900
43823
|
},
|
|
43824
|
+
dropdown: {
|
|
43825
|
+
toggleDropdown: "Basculer la liste d\xE9roulante"
|
|
43826
|
+
},
|
|
42901
43827
|
cascader: {
|
|
42902
43828
|
noMatch: "Aucune correspondance",
|
|
42903
43829
|
loading: "Chargement",
|
|
@@ -42951,7 +43877,8 @@
|
|
|
42951
43877
|
tour: {
|
|
42952
43878
|
next: "suivant",
|
|
42953
43879
|
previous: "pr\xE9c\xE9dent",
|
|
42954
|
-
finish: "fin"
|
|
43880
|
+
finish: "fin",
|
|
43881
|
+
close: "Fermer la bo\xEEte de dialogue"
|
|
42955
43882
|
},
|
|
42956
43883
|
tree: {
|
|
42957
43884
|
emptyText: "Aucune donn\xE9e"
|
|
@@ -42990,7 +43917,16 @@
|
|
|
42990
43917
|
},
|
|
42991
43918
|
colorpicker: {
|
|
42992
43919
|
confirm: "OK",
|
|
42993
|
-
clear: "Pulisci"
|
|
43920
|
+
clear: "Pulisci",
|
|
43921
|
+
defaultLabel: "color picker",
|
|
43922
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
43923
|
+
alphaLabel: "pick alpha value",
|
|
43924
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
43925
|
+
hueLabel: "pick hue value",
|
|
43926
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
43927
|
+
svLabel: "pick saturation and brightness value",
|
|
43928
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
43929
|
+
predefineDescription: "select {value} as the color"
|
|
42994
43930
|
},
|
|
42995
43931
|
datepicker: {
|
|
42996
43932
|
now: "Ora",
|
|
@@ -42998,6 +43934,10 @@
|
|
|
42998
43934
|
cancel: "Cancella",
|
|
42999
43935
|
clear: "Pulisci",
|
|
43000
43936
|
confirm: "OK",
|
|
43937
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
43938
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
43939
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
43940
|
+
selectedDate: "Selected date",
|
|
43001
43941
|
selectDate: "Seleziona data",
|
|
43002
43942
|
selectTime: "Seleziona ora",
|
|
43003
43943
|
startDate: "Data inizio",
|
|
@@ -43030,6 +43970,15 @@
|
|
|
43030
43970
|
fri: "Ven",
|
|
43031
43971
|
sat: "Sab"
|
|
43032
43972
|
},
|
|
43973
|
+
weeksFull: {
|
|
43974
|
+
sun: "Sunday",
|
|
43975
|
+
mon: "Monday",
|
|
43976
|
+
tue: "Tuesday",
|
|
43977
|
+
wed: "Wednesday",
|
|
43978
|
+
thu: "Thursday",
|
|
43979
|
+
fri: "Friday",
|
|
43980
|
+
sat: "Saturday"
|
|
43981
|
+
},
|
|
43033
43982
|
months: {
|
|
43034
43983
|
jan: "Gen",
|
|
43035
43984
|
feb: "Feb",
|
|
@@ -43045,6 +43994,10 @@
|
|
|
43045
43994
|
dec: "Dic"
|
|
43046
43995
|
}
|
|
43047
43996
|
},
|
|
43997
|
+
inputNumber: {
|
|
43998
|
+
decrease: "decrease number",
|
|
43999
|
+
increase: "increase number"
|
|
44000
|
+
},
|
|
43048
44001
|
select: {
|
|
43049
44002
|
loading: "Caricamento",
|
|
43050
44003
|
noMatch: "Nessuna corrispondenza",
|
|
@@ -43054,6 +44007,9 @@
|
|
|
43054
44007
|
mention: {
|
|
43055
44008
|
loading: "Caricamento"
|
|
43056
44009
|
},
|
|
44010
|
+
dropdown: {
|
|
44011
|
+
toggleDropdown: "Toggle Dropdown"
|
|
44012
|
+
},
|
|
43057
44013
|
cascader: {
|
|
43058
44014
|
noMatch: "Nessuna corrispondenza",
|
|
43059
44015
|
loading: "Caricamento",
|
|
@@ -43070,12 +44026,21 @@
|
|
|
43070
44026
|
next: "Go to next page",
|
|
43071
44027
|
currentPage: "page {pager}",
|
|
43072
44028
|
prevPages: "Previous {pager} pages",
|
|
43073
|
-
nextPages: "Next {pager} pages"
|
|
44029
|
+
nextPages: "Next {pager} pages",
|
|
44030
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
44031
|
+
},
|
|
44032
|
+
dialog: {
|
|
44033
|
+
close: "Close this dialog"
|
|
44034
|
+
},
|
|
44035
|
+
drawer: {
|
|
44036
|
+
close: "Close this dialog"
|
|
43074
44037
|
},
|
|
43075
44038
|
messagebox: {
|
|
44039
|
+
title: "Message",
|
|
43076
44040
|
confirm: "OK",
|
|
43077
44041
|
cancel: "Cancella",
|
|
43078
|
-
error: "Input non valido"
|
|
44042
|
+
error: "Input non valido",
|
|
44043
|
+
close: "Close this dialog"
|
|
43079
44044
|
},
|
|
43080
44045
|
upload: {
|
|
43081
44046
|
deleteTip: "Premi cancella per rimuovere",
|
|
@@ -43083,6 +44048,11 @@
|
|
|
43083
44048
|
preview: "Anteprima",
|
|
43084
44049
|
continue: "Continua"
|
|
43085
44050
|
},
|
|
44051
|
+
slider: {
|
|
44052
|
+
defaultLabel: "slider between {min} and {max}",
|
|
44053
|
+
defaultRangeStartLabel: "pick start value",
|
|
44054
|
+
defaultRangeEndLabel: "pick end value"
|
|
44055
|
+
},
|
|
43086
44056
|
table: {
|
|
43087
44057
|
emptyText: "Nessun dato",
|
|
43088
44058
|
confirmFilter: "Conferma",
|
|
@@ -43090,6 +44060,12 @@
|
|
|
43090
44060
|
clearFilter: "Tutti",
|
|
43091
44061
|
sumText: "Somma"
|
|
43092
44062
|
},
|
|
44063
|
+
tour: {
|
|
44064
|
+
next: "Next",
|
|
44065
|
+
previous: "Previous",
|
|
44066
|
+
finish: "Finish",
|
|
44067
|
+
close: "Close this dialog"
|
|
44068
|
+
},
|
|
43093
44069
|
tree: {
|
|
43094
44070
|
emptyText: "Nessun dato"
|
|
43095
44071
|
},
|
|
@@ -43127,7 +44103,16 @@
|
|
|
43127
44103
|
},
|
|
43128
44104
|
colorpicker: {
|
|
43129
44105
|
confirm: "OK",
|
|
43130
|
-
clear: "\u30AF\u30EA\u30A2"
|
|
44106
|
+
clear: "\u30AF\u30EA\u30A2",
|
|
44107
|
+
defaultLabel: "color picker",
|
|
44108
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
44109
|
+
alphaLabel: "pick alpha value",
|
|
44110
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
44111
|
+
hueLabel: "pick hue value",
|
|
44112
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
44113
|
+
svLabel: "pick saturation and brightness value",
|
|
44114
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
44115
|
+
predefineDescription: "select {value} as the color"
|
|
43131
44116
|
},
|
|
43132
44117
|
datepicker: {
|
|
43133
44118
|
now: "\u73FE\u5728",
|
|
@@ -43135,6 +44120,10 @@
|
|
|
43135
44120
|
cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
|
|
43136
44121
|
clear: "\u30AF\u30EA\u30A2",
|
|
43137
44122
|
confirm: "OK",
|
|
44123
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
44124
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
44125
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
44126
|
+
selectedDate: "Selected date",
|
|
43138
44127
|
selectDate: "\u65E5\u4ED8\u3092\u9078\u629E",
|
|
43139
44128
|
selectTime: "\u6642\u9593\u3092\u9078\u629E",
|
|
43140
44129
|
startDate: "\u958B\u59CB\u65E5",
|
|
@@ -43167,6 +44156,15 @@
|
|
|
43167
44156
|
fri: "\u91D1",
|
|
43168
44157
|
sat: "\u571F"
|
|
43169
44158
|
},
|
|
44159
|
+
weeksFull: {
|
|
44160
|
+
sun: "Sunday",
|
|
44161
|
+
mon: "Monday",
|
|
44162
|
+
tue: "Tuesday",
|
|
44163
|
+
wed: "Wednesday",
|
|
44164
|
+
thu: "Thursday",
|
|
44165
|
+
fri: "Friday",
|
|
44166
|
+
sat: "Saturday"
|
|
44167
|
+
},
|
|
43170
44168
|
months: {
|
|
43171
44169
|
jan: "1\u6708",
|
|
43172
44170
|
feb: "2\u6708",
|
|
@@ -43182,6 +44180,10 @@
|
|
|
43182
44180
|
dec: "12\u6708"
|
|
43183
44181
|
}
|
|
43184
44182
|
},
|
|
44183
|
+
inputNumber: {
|
|
44184
|
+
decrease: "decrease number",
|
|
44185
|
+
increase: "increase number"
|
|
44186
|
+
},
|
|
43185
44187
|
select: {
|
|
43186
44188
|
loading: "\u30ED\u30FC\u30C9\u4E2D",
|
|
43187
44189
|
noMatch: "\u30C7\u30FC\u30BF\u306A\u3057",
|
|
@@ -43191,6 +44193,9 @@
|
|
|
43191
44193
|
mention: {
|
|
43192
44194
|
loading: "\u30ED\u30FC\u30C9\u4E2D"
|
|
43193
44195
|
},
|
|
44196
|
+
dropdown: {
|
|
44197
|
+
toggleDropdown: "Toggle Dropdown"
|
|
44198
|
+
},
|
|
43194
44199
|
cascader: {
|
|
43195
44200
|
noMatch: "\u30C7\u30FC\u30BF\u306A\u3057",
|
|
43196
44201
|
loading: "\u30ED\u30FC\u30C9\u4E2D",
|
|
@@ -43207,13 +44212,21 @@
|
|
|
43207
44212
|
next: "Go to next page",
|
|
43208
44213
|
currentPage: "page {pager}",
|
|
43209
44214
|
prevPages: "Previous {pager} pages",
|
|
43210
|
-
nextPages: "Next {pager} pages"
|
|
44215
|
+
nextPages: "Next {pager} pages",
|
|
44216
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
44217
|
+
},
|
|
44218
|
+
dialog: {
|
|
44219
|
+
close: "Close this dialog"
|
|
44220
|
+
},
|
|
44221
|
+
drawer: {
|
|
44222
|
+
close: "Close this dialog"
|
|
43211
44223
|
},
|
|
43212
44224
|
messagebox: {
|
|
43213
44225
|
title: "\u30E1\u30C3\u30BB\u30FC\u30B8",
|
|
43214
44226
|
confirm: "OK",
|
|
43215
44227
|
cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
|
|
43216
|
-
error: "\u6B63\u3057\u304F\u306A\u3044\u5165\u529B"
|
|
44228
|
+
error: "\u6B63\u3057\u304F\u306A\u3044\u5165\u529B",
|
|
44229
|
+
close: "Close this dialog"
|
|
43217
44230
|
},
|
|
43218
44231
|
upload: {
|
|
43219
44232
|
deleteTip: "Del\u30AD\u30FC\u3092\u62BC\u3057\u3066\u524A\u9664\u3059\u308B",
|
|
@@ -43221,6 +44234,11 @@
|
|
|
43221
44234
|
preview: "\u30D7\u30EC\u30D3\u30E5\u30FC",
|
|
43222
44235
|
continue: "\u7D9A\u884C\u3059\u308B"
|
|
43223
44236
|
},
|
|
44237
|
+
slider: {
|
|
44238
|
+
defaultLabel: "slider between {min} and {max}",
|
|
44239
|
+
defaultRangeStartLabel: "pick start value",
|
|
44240
|
+
defaultRangeEndLabel: "pick end value"
|
|
44241
|
+
},
|
|
43224
44242
|
table: {
|
|
43225
44243
|
emptyText: "\u30C7\u30FC\u30BF\u306A\u3057",
|
|
43226
44244
|
confirmFilter: "\u78BA\u8A8D",
|
|
@@ -43231,7 +44249,8 @@
|
|
|
43231
44249
|
tour: {
|
|
43232
44250
|
next: "\u6B21\u3078",
|
|
43233
44251
|
previous: "\u524D\u3078",
|
|
43234
|
-
finish: "\u30C4\u30A2\u30FC\u7D42\u4E86"
|
|
44252
|
+
finish: "\u30C4\u30A2\u30FC\u7D42\u4E86",
|
|
44253
|
+
close: "Close this dialog"
|
|
43235
44254
|
},
|
|
43236
44255
|
tree: {
|
|
43237
44256
|
emptyText: "\u30C7\u30FC\u30BF\u306A\u3057"
|
|
@@ -43272,7 +44291,14 @@
|
|
|
43272
44291
|
confirm: "\uD655\uC778",
|
|
43273
44292
|
clear: "\uCD08\uAE30\uD654",
|
|
43274
44293
|
defaultLabel: "\uC0C9\uC0C1 \uC120\uD0DD\uAE30",
|
|
43275
|
-
description: "\uD604\uC7AC \uC0C9\uC0C1\uC740 {color}\uC785\uB2C8\uB2E4. Enter \uD0A4\uB97C \uB20C\uB7EC \uC0C8 \uC0C9\uC0C1\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4."
|
|
44294
|
+
description: "\uD604\uC7AC \uC0C9\uC0C1\uC740 {color}\uC785\uB2C8\uB2E4. Enter \uD0A4\uB97C \uB20C\uB7EC \uC0C8 \uC0C9\uC0C1\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",
|
|
44295
|
+
alphaLabel: "pick alpha value",
|
|
44296
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
44297
|
+
hueLabel: "pick hue value",
|
|
44298
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
44299
|
+
svLabel: "pick saturation and brightness value",
|
|
44300
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
44301
|
+
predefineDescription: "select {value} as the color"
|
|
43276
44302
|
},
|
|
43277
44303
|
datepicker: {
|
|
43278
44304
|
now: "\uC9C0\uAE08",
|
|
@@ -43283,6 +44309,7 @@
|
|
|
43283
44309
|
dateTablePrompt: "\uD654\uC0B4\uD45C \uD0A4\uB97C \uC0AC\uC6A9\uD558\uACE0 Enter\uB97C \uB20C\uB7EC \uB0A0\uC9DC\uB97C \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.",
|
|
43284
44310
|
monthTablePrompt: "\uD654\uC0B4\uD45C \uD0A4\uB97C \uC0AC\uC6A9\uD558\uACE0 Enter\uB97C \uB20C\uB7EC \uC6D4\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",
|
|
43285
44311
|
yearTablePrompt: "\uD654\uC0B4\uD45C \uD0A4\uB97C \uC0AC\uC6A9\uD558\uACE0 Enter \uD0A4\uB97C \uB20C\uB7EC \uC5F0\uB3C4\uB97C \uC120\uD0DD\uD569\uB2C8\uB2E4.",
|
|
44312
|
+
selectedDate: "Selected date",
|
|
43286
44313
|
selectDate: "\uB0A0\uC9DC \uC120\uD0DD",
|
|
43287
44314
|
selectTime: "\uC2DC\uAC04 \uC120\uD0DD",
|
|
43288
44315
|
startDate: "\uC2DC\uC791 \uB0A0\uC9DC",
|
|
@@ -43315,6 +44342,15 @@
|
|
|
43315
44342
|
fri: "\uAE08",
|
|
43316
44343
|
sat: "\uD1A0"
|
|
43317
44344
|
},
|
|
44345
|
+
weeksFull: {
|
|
44346
|
+
sun: "Sunday",
|
|
44347
|
+
mon: "Monday",
|
|
44348
|
+
tue: "Tuesday",
|
|
44349
|
+
wed: "Wednesday",
|
|
44350
|
+
thu: "Thursday",
|
|
44351
|
+
fri: "Friday",
|
|
44352
|
+
sat: "Saturday"
|
|
44353
|
+
},
|
|
43318
44354
|
months: {
|
|
43319
44355
|
jan: "1\uC6D4",
|
|
43320
44356
|
feb: "2\uC6D4",
|
|
@@ -43399,7 +44435,8 @@
|
|
|
43399
44435
|
tour: {
|
|
43400
44436
|
next: "\uB2E4\uC74C",
|
|
43401
44437
|
previous: "\uC774\uC804",
|
|
43402
|
-
finish: "\uC885\uB8CC"
|
|
44438
|
+
finish: "\uC885\uB8CC",
|
|
44439
|
+
close: "Close this dialog"
|
|
43403
44440
|
},
|
|
43404
44441
|
tree: {
|
|
43405
44442
|
emptyText: "\uB370\uC774\uD130 \uC5C6\uC74C"
|
|
@@ -43441,7 +44478,13 @@
|
|
|
43441
44478
|
clear: "T\xF8m",
|
|
43442
44479
|
defaultLabel: "Fargevelger",
|
|
43443
44480
|
description: "N\xE5v\xE6rende farge {color}, velg ny farge med Enter-tasten",
|
|
43444
|
-
alphaLabel: "Velg verdi for gjennomsiktighet"
|
|
44481
|
+
alphaLabel: "Velg verdi for gjennomsiktighet",
|
|
44482
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
44483
|
+
hueLabel: "pick hue value",
|
|
44484
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
44485
|
+
svLabel: "pick saturation and brightness value",
|
|
44486
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
44487
|
+
predefineDescription: "select {value} as the color"
|
|
43445
44488
|
},
|
|
43446
44489
|
datepicker: {
|
|
43447
44490
|
now: "N\xE5",
|
|
@@ -43519,12 +44562,12 @@
|
|
|
43519
44562
|
noData: "Ingen data",
|
|
43520
44563
|
placeholder: "Velg"
|
|
43521
44564
|
},
|
|
43522
|
-
dropdown: {
|
|
43523
|
-
toggleDropdown: "Vis/skjul nedtrekksmeny"
|
|
43524
|
-
},
|
|
43525
44565
|
mention: {
|
|
43526
44566
|
loading: "Laster"
|
|
43527
44567
|
},
|
|
44568
|
+
dropdown: {
|
|
44569
|
+
toggleDropdown: "Vis/skjul nedtrekksmeny"
|
|
44570
|
+
},
|
|
43528
44571
|
cascader: {
|
|
43529
44572
|
noMatch: "Ingen treff",
|
|
43530
44573
|
loading: "Laster",
|
|
@@ -43578,7 +44621,8 @@
|
|
|
43578
44621
|
tour: {
|
|
43579
44622
|
next: "Neste",
|
|
43580
44623
|
previous: "Forrige",
|
|
43581
|
-
finish: "Avslutt omvisning"
|
|
44624
|
+
finish: "Avslutt omvisning",
|
|
44625
|
+
close: "Close this dialog"
|
|
43582
44626
|
},
|
|
43583
44627
|
tree: {
|
|
43584
44628
|
emptyText: "Ingen data"
|
|
@@ -43617,7 +44661,16 @@
|
|
|
43617
44661
|
},
|
|
43618
44662
|
colorpicker: {
|
|
43619
44663
|
confirm: "OK",
|
|
43620
|
-
clear: "Wyczy\u015B\u0107"
|
|
44664
|
+
clear: "Wyczy\u015B\u0107",
|
|
44665
|
+
defaultLabel: "color picker",
|
|
44666
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
44667
|
+
alphaLabel: "pick alpha value",
|
|
44668
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
44669
|
+
hueLabel: "pick hue value",
|
|
44670
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
44671
|
+
svLabel: "pick saturation and brightness value",
|
|
44672
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
44673
|
+
predefineDescription: "select {value} as the color"
|
|
43621
44674
|
},
|
|
43622
44675
|
datepicker: {
|
|
43623
44676
|
now: "Teraz",
|
|
@@ -43625,6 +44678,10 @@
|
|
|
43625
44678
|
cancel: "Anuluj",
|
|
43626
44679
|
clear: "Wyczy\u015B\u0107",
|
|
43627
44680
|
confirm: "OK",
|
|
44681
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
44682
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
44683
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
44684
|
+
selectedDate: "Selected date",
|
|
43628
44685
|
selectDate: "Wybierz dat\u0119",
|
|
43629
44686
|
selectTime: "Wybierz godzin\u0119",
|
|
43630
44687
|
startDate: "Data pocz\u0105tkowa",
|
|
@@ -43648,7 +44705,6 @@
|
|
|
43648
44705
|
month10: "pa\u017Adziernik",
|
|
43649
44706
|
month11: "listopad",
|
|
43650
44707
|
month12: "grudzie\u0144",
|
|
43651
|
-
week: "tydzie\u0144",
|
|
43652
44708
|
weeks: {
|
|
43653
44709
|
sun: "niedz.",
|
|
43654
44710
|
mon: "pon.",
|
|
@@ -43658,6 +44714,15 @@
|
|
|
43658
44714
|
fri: "pt.",
|
|
43659
44715
|
sat: "sob."
|
|
43660
44716
|
},
|
|
44717
|
+
weeksFull: {
|
|
44718
|
+
sun: "Sunday",
|
|
44719
|
+
mon: "Monday",
|
|
44720
|
+
tue: "Tuesday",
|
|
44721
|
+
wed: "Wednesday",
|
|
44722
|
+
thu: "Thursday",
|
|
44723
|
+
fri: "Friday",
|
|
44724
|
+
sat: "Saturday"
|
|
44725
|
+
},
|
|
43661
44726
|
months: {
|
|
43662
44727
|
jan: "STY",
|
|
43663
44728
|
feb: "LUT",
|
|
@@ -43673,6 +44738,10 @@
|
|
|
43673
44738
|
dec: "GRU"
|
|
43674
44739
|
}
|
|
43675
44740
|
},
|
|
44741
|
+
inputNumber: {
|
|
44742
|
+
decrease: "decrease number",
|
|
44743
|
+
increase: "increase number"
|
|
44744
|
+
},
|
|
43676
44745
|
select: {
|
|
43677
44746
|
loading: "\u0141adowanie",
|
|
43678
44747
|
noMatch: "Brak dopasowa\u0144",
|
|
@@ -43682,6 +44751,9 @@
|
|
|
43682
44751
|
mention: {
|
|
43683
44752
|
loading: "\u0141adowanie"
|
|
43684
44753
|
},
|
|
44754
|
+
dropdown: {
|
|
44755
|
+
toggleDropdown: "Toggle Dropdown"
|
|
44756
|
+
},
|
|
43685
44757
|
cascader: {
|
|
43686
44758
|
noMatch: "Brak dopasowa\u0144",
|
|
43687
44759
|
loading: "\u0141adowanie",
|
|
@@ -43698,13 +44770,21 @@
|
|
|
43698
44770
|
next: "Go to next page",
|
|
43699
44771
|
currentPage: "page {pager}",
|
|
43700
44772
|
prevPages: "Previous {pager} pages",
|
|
43701
|
-
nextPages: "Next {pager} pages"
|
|
44773
|
+
nextPages: "Next {pager} pages",
|
|
44774
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
44775
|
+
},
|
|
44776
|
+
dialog: {
|
|
44777
|
+
close: "Close this dialog"
|
|
44778
|
+
},
|
|
44779
|
+
drawer: {
|
|
44780
|
+
close: "Close this dialog"
|
|
43702
44781
|
},
|
|
43703
44782
|
messagebox: {
|
|
43704
44783
|
title: "Wiadomo\u015B\u0107",
|
|
43705
44784
|
confirm: "OK",
|
|
43706
44785
|
cancel: "Anuluj",
|
|
43707
|
-
error: "Wiadomo\u015B\u0107 zawiera niedozwolone znaki"
|
|
44786
|
+
error: "Wiadomo\u015B\u0107 zawiera niedozwolone znaki",
|
|
44787
|
+
close: "Close this dialog"
|
|
43708
44788
|
},
|
|
43709
44789
|
upload: {
|
|
43710
44790
|
deleteTip: "kliknij kasuj aby usun\u0105\u0107",
|
|
@@ -43712,6 +44792,11 @@
|
|
|
43712
44792
|
preview: "Podgl\u0105d",
|
|
43713
44793
|
continue: "Kontynuuj"
|
|
43714
44794
|
},
|
|
44795
|
+
slider: {
|
|
44796
|
+
defaultLabel: "slider between {min} and {max}",
|
|
44797
|
+
defaultRangeStartLabel: "pick start value",
|
|
44798
|
+
defaultRangeEndLabel: "pick end value"
|
|
44799
|
+
},
|
|
43715
44800
|
table: {
|
|
43716
44801
|
emptyText: "Brak danych",
|
|
43717
44802
|
confirmFilter: "Potwierd\u017A",
|
|
@@ -43722,7 +44807,8 @@
|
|
|
43722
44807
|
tour: {
|
|
43723
44808
|
next: "Dalej",
|
|
43724
44809
|
previous: "Wr\xF3\u0107",
|
|
43725
|
-
finish: "Zako\u0144cz"
|
|
44810
|
+
finish: "Zako\u0144cz",
|
|
44811
|
+
close: "Close this dialog"
|
|
43726
44812
|
},
|
|
43727
44813
|
tree: {
|
|
43728
44814
|
emptyText: "Brak danych"
|
|
@@ -43761,7 +44847,16 @@
|
|
|
43761
44847
|
},
|
|
43762
44848
|
colorpicker: {
|
|
43763
44849
|
confirm: "Confirmar",
|
|
43764
|
-
clear: "Limpar"
|
|
44850
|
+
clear: "Limpar",
|
|
44851
|
+
defaultLabel: "color picker",
|
|
44852
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
44853
|
+
alphaLabel: "pick alpha value",
|
|
44854
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
44855
|
+
hueLabel: "pick hue value",
|
|
44856
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
44857
|
+
svLabel: "pick saturation and brightness value",
|
|
44858
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
44859
|
+
predefineDescription: "select {value} as the color"
|
|
43765
44860
|
},
|
|
43766
44861
|
datepicker: {
|
|
43767
44862
|
now: "Agora",
|
|
@@ -43769,6 +44864,10 @@
|
|
|
43769
44864
|
cancel: "Cancelar",
|
|
43770
44865
|
clear: "Limpar",
|
|
43771
44866
|
confirm: "Confirmar",
|
|
44867
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
44868
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
44869
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
44870
|
+
selectedDate: "Selected date",
|
|
43772
44871
|
selectDate: "Selecione a data",
|
|
43773
44872
|
selectTime: "Selecione a hora",
|
|
43774
44873
|
startDate: "Data de inicio",
|
|
@@ -43801,6 +44900,15 @@
|
|
|
43801
44900
|
fri: "Sex",
|
|
43802
44901
|
sat: "Sab"
|
|
43803
44902
|
},
|
|
44903
|
+
weeksFull: {
|
|
44904
|
+
sun: "Sunday",
|
|
44905
|
+
mon: "Monday",
|
|
44906
|
+
tue: "Tuesday",
|
|
44907
|
+
wed: "Wednesday",
|
|
44908
|
+
thu: "Thursday",
|
|
44909
|
+
fri: "Friday",
|
|
44910
|
+
sat: "Saturday"
|
|
44911
|
+
},
|
|
43804
44912
|
months: {
|
|
43805
44913
|
jan: "Jan",
|
|
43806
44914
|
feb: "Fev",
|
|
@@ -43816,6 +44924,10 @@
|
|
|
43816
44924
|
dec: "Dez"
|
|
43817
44925
|
}
|
|
43818
44926
|
},
|
|
44927
|
+
inputNumber: {
|
|
44928
|
+
decrease: "decrease number",
|
|
44929
|
+
increase: "increase number"
|
|
44930
|
+
},
|
|
43819
44931
|
select: {
|
|
43820
44932
|
loading: "A carregar",
|
|
43821
44933
|
noMatch: "Sem correspond\xEAncia",
|
|
@@ -43825,6 +44937,9 @@
|
|
|
43825
44937
|
mention: {
|
|
43826
44938
|
loading: "A carregar"
|
|
43827
44939
|
},
|
|
44940
|
+
dropdown: {
|
|
44941
|
+
toggleDropdown: "Toggle Dropdown"
|
|
44942
|
+
},
|
|
43828
44943
|
cascader: {
|
|
43829
44944
|
noMatch: "Sem correspond\xEAncia",
|
|
43830
44945
|
loading: "A carregar",
|
|
@@ -43841,13 +44956,21 @@
|
|
|
43841
44956
|
next: "Go to next page",
|
|
43842
44957
|
currentPage: "page {pager}",
|
|
43843
44958
|
prevPages: "Previous {pager} pages",
|
|
43844
|
-
nextPages: "Next {pager} pages"
|
|
44959
|
+
nextPages: "Next {pager} pages",
|
|
44960
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
44961
|
+
},
|
|
44962
|
+
dialog: {
|
|
44963
|
+
close: "Close this dialog"
|
|
44964
|
+
},
|
|
44965
|
+
drawer: {
|
|
44966
|
+
close: "Close this dialog"
|
|
43845
44967
|
},
|
|
43846
44968
|
messagebox: {
|
|
43847
44969
|
title: "Mensagem",
|
|
43848
44970
|
confirm: "Confirmar",
|
|
43849
44971
|
cancel: "Cancelar",
|
|
43850
|
-
error: "Erro!"
|
|
44972
|
+
error: "Erro!",
|
|
44973
|
+
close: "Close this dialog"
|
|
43851
44974
|
},
|
|
43852
44975
|
upload: {
|
|
43853
44976
|
deleteTip: "press delete to remove",
|
|
@@ -43855,6 +44978,11 @@
|
|
|
43855
44978
|
preview: "Previsualizar",
|
|
43856
44979
|
continue: "Continuar"
|
|
43857
44980
|
},
|
|
44981
|
+
slider: {
|
|
44982
|
+
defaultLabel: "slider between {min} and {max}",
|
|
44983
|
+
defaultRangeStartLabel: "pick start value",
|
|
44984
|
+
defaultRangeEndLabel: "pick end value"
|
|
44985
|
+
},
|
|
43858
44986
|
table: {
|
|
43859
44987
|
emptyText: "Sem dados",
|
|
43860
44988
|
confirmFilter: "Confirmar",
|
|
@@ -43862,6 +44990,12 @@
|
|
|
43862
44990
|
clearFilter: "Todos",
|
|
43863
44991
|
sumText: "Sum"
|
|
43864
44992
|
},
|
|
44993
|
+
tour: {
|
|
44994
|
+
next: "Next",
|
|
44995
|
+
previous: "Previous",
|
|
44996
|
+
finish: "Finish",
|
|
44997
|
+
close: "Close this dialog"
|
|
44998
|
+
},
|
|
43865
44999
|
tree: {
|
|
43866
45000
|
emptyText: "Sem dados"
|
|
43867
45001
|
},
|
|
@@ -43899,7 +45033,16 @@
|
|
|
43899
45033
|
},
|
|
43900
45034
|
colorpicker: {
|
|
43901
45035
|
confirm: "\u041E\u043A",
|
|
43902
|
-
clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C"
|
|
45036
|
+
clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C",
|
|
45037
|
+
defaultLabel: "color picker",
|
|
45038
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
45039
|
+
alphaLabel: "pick alpha value",
|
|
45040
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
45041
|
+
hueLabel: "pick hue value",
|
|
45042
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
45043
|
+
svLabel: "pick saturation and brightness value",
|
|
45044
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
45045
|
+
predefineDescription: "select {value} as the color"
|
|
43903
45046
|
},
|
|
43904
45047
|
datepicker: {
|
|
43905
45048
|
now: "\u0421\u0435\u0439\u0447\u0430\u0441",
|
|
@@ -43907,6 +45050,10 @@
|
|
|
43907
45050
|
cancel: "\u041E\u0442\u043C\u0435\u043D\u0430",
|
|
43908
45051
|
clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C",
|
|
43909
45052
|
confirm: "\u041E\u043A",
|
|
45053
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
45054
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
45055
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
45056
|
+
selectedDate: "Selected date",
|
|
43910
45057
|
selectDate: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0434\u0430\u0442\u0443",
|
|
43911
45058
|
selectTime: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u044F",
|
|
43912
45059
|
startDate: "\u0414\u0430\u0442\u0430 \u043D\u0430\u0447\u0430\u043B\u0430",
|
|
@@ -43930,7 +45077,6 @@
|
|
|
43930
45077
|
month10: "\u041E\u043A\u0442\u044F\u0431\u0440\u044C",
|
|
43931
45078
|
month11: "\u041D\u043E\u044F\u0431\u0440\u044C",
|
|
43932
45079
|
month12: "\u0414\u0435\u043A\u0430\u0431\u0440\u044C",
|
|
43933
|
-
week: "\u043D\u0435\u0434\u0435\u043B\u044F",
|
|
43934
45080
|
weeks: {
|
|
43935
45081
|
sun: "\u0412\u0441",
|
|
43936
45082
|
mon: "\u041F\u043D",
|
|
@@ -43940,6 +45086,15 @@
|
|
|
43940
45086
|
fri: "\u041F\u0442",
|
|
43941
45087
|
sat: "\u0421\u0431"
|
|
43942
45088
|
},
|
|
45089
|
+
weeksFull: {
|
|
45090
|
+
sun: "Sunday",
|
|
45091
|
+
mon: "Monday",
|
|
45092
|
+
tue: "Tuesday",
|
|
45093
|
+
wed: "Wednesday",
|
|
45094
|
+
thu: "Thursday",
|
|
45095
|
+
fri: "Friday",
|
|
45096
|
+
sat: "Saturday"
|
|
45097
|
+
},
|
|
43943
45098
|
months: {
|
|
43944
45099
|
jan: "\u042F\u043D\u0432",
|
|
43945
45100
|
feb: "\u0424\u0435\u0432",
|
|
@@ -43955,6 +45110,10 @@
|
|
|
43955
45110
|
dec: "\u0414\u0435\u043A"
|
|
43956
45111
|
}
|
|
43957
45112
|
},
|
|
45113
|
+
inputNumber: {
|
|
45114
|
+
decrease: "decrease number",
|
|
45115
|
+
increase: "increase number"
|
|
45116
|
+
},
|
|
43958
45117
|
select: {
|
|
43959
45118
|
loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
|
|
43960
45119
|
noMatch: "\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u0439 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E",
|
|
@@ -43964,6 +45123,9 @@
|
|
|
43964
45123
|
mention: {
|
|
43965
45124
|
loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430"
|
|
43966
45125
|
},
|
|
45126
|
+
dropdown: {
|
|
45127
|
+
toggleDropdown: "Toggle Dropdown"
|
|
45128
|
+
},
|
|
43967
45129
|
cascader: {
|
|
43968
45130
|
noMatch: "\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u0439 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E",
|
|
43969
45131
|
loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
|
|
@@ -43980,13 +45142,21 @@
|
|
|
43980
45142
|
next: "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",
|
|
43981
45143
|
currentPage: "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 {pager}",
|
|
43982
45144
|
prevPages: "\u041F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0438\u0435 {pager} \u0441\u0442\u0440\u0430\u043D\u0438\u0446",
|
|
43983
|
-
nextPages: "\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 {pager} \u0441\u0442\u0440\u0430\u043D\u0438\u0446"
|
|
45145
|
+
nextPages: "\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 {pager} \u0441\u0442\u0440\u0430\u043D\u0438\u0446",
|
|
45146
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
45147
|
+
},
|
|
45148
|
+
dialog: {
|
|
45149
|
+
close: "Close this dialog"
|
|
45150
|
+
},
|
|
45151
|
+
drawer: {
|
|
45152
|
+
close: "Close this dialog"
|
|
43984
45153
|
},
|
|
43985
45154
|
messagebox: {
|
|
43986
45155
|
title: "\u0421\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435",
|
|
43987
45156
|
confirm: "\u041E\u043A",
|
|
43988
45157
|
cancel: "\u041E\u0442\u043C\u0435\u043D\u0430",
|
|
43989
|
-
error: "\u041D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0439 \u0432\u0432\u043E\u0434 \u0434\u0430\u043D\u043D\u044B\u0445"
|
|
45158
|
+
error: "\u041D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0439 \u0432\u0432\u043E\u0434 \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
45159
|
+
close: "Close this dialog"
|
|
43990
45160
|
},
|
|
43991
45161
|
upload: {
|
|
43992
45162
|
deleteTip: "\u041D\u0430\u0436\u043C\u0438\u0442\u0435 [\u0423\u0434\u0430\u043B\u0438\u0442\u044C] \u0434\u043B\u044F \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F",
|
|
@@ -43994,6 +45164,11 @@
|
|
|
43994
45164
|
preview: "\u041F\u0440\u0435\u0432\u044C\u044E",
|
|
43995
45165
|
continue: "\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C"
|
|
43996
45166
|
},
|
|
45167
|
+
slider: {
|
|
45168
|
+
defaultLabel: "slider between {min} and {max}",
|
|
45169
|
+
defaultRangeStartLabel: "pick start value",
|
|
45170
|
+
defaultRangeEndLabel: "pick end value"
|
|
45171
|
+
},
|
|
43997
45172
|
table: {
|
|
43998
45173
|
emptyText: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
43999
45174
|
confirmFilter: "\u041E\u043A",
|
|
@@ -44004,7 +45179,8 @@
|
|
|
44004
45179
|
tour: {
|
|
44005
45180
|
next: "\u0414\u0430\u043B\u0435\u0435",
|
|
44006
45181
|
previous: "\u041D\u0430\u0437\u0430\u0434",
|
|
44007
|
-
finish: "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C"
|
|
45182
|
+
finish: "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C",
|
|
45183
|
+
close: "Close this dialog"
|
|
44008
45184
|
},
|
|
44009
45185
|
tree: {
|
|
44010
45186
|
emptyText: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445"
|
|
@@ -44046,7 +45222,13 @@
|
|
|
44046
45222
|
clear: "\u6E05\u7A7A",
|
|
44047
45223
|
defaultLabel: "\u989C\u8272\u9009\u62E9\u5668",
|
|
44048
45224
|
description: "\u5F53\u524D\u989C\u8272 {color}\uFF0C\u6309 Enter \u952E\u9009\u62E9\u65B0\u989C\u8272",
|
|
44049
|
-
alphaLabel: "\u9009\u62E9\u900F\u660E\u5EA6\u7684\u503C"
|
|
45225
|
+
alphaLabel: "\u9009\u62E9\u900F\u660E\u5EA6\u7684\u503C",
|
|
45226
|
+
alphaDescription: "\u900F\u660E\u5EA6 {alpha}, \u5F53\u524D\u989C\u8272 {color}",
|
|
45227
|
+
hueLabel: "\u9009\u62E9\u8272\u76F8\u503C",
|
|
45228
|
+
hueDescription: "\u8272\u76F8 {hue}, \u5F53\u524D\u989C\u8272 {color}",
|
|
45229
|
+
svLabel: "\u9009\u62E9\u9971\u548C\u5EA6\u4E0E\u660E\u5EA6\u7684\u503C",
|
|
45230
|
+
svDescription: "\u9971\u548C\u5EA6 {saturation}, \u660E\u5EA6 {brightness}, \u5F53\u524D\u989C\u8272 {color}",
|
|
45231
|
+
predefineDescription: "\u9009\u62E9 {value} \u4F5C\u4E3A\u989C\u8272"
|
|
44050
45232
|
},
|
|
44051
45233
|
datepicker: {
|
|
44052
45234
|
now: "\u6B64\u523B",
|
|
@@ -44124,12 +45306,12 @@
|
|
|
44124
45306
|
noData: "\u65E0\u6570\u636E",
|
|
44125
45307
|
placeholder: "\u8BF7\u9009\u62E9"
|
|
44126
45308
|
},
|
|
44127
|
-
dropdown: {
|
|
44128
|
-
toggleDropdown: "\u5207\u6362\u4E0B\u62C9\u9009\u9879"
|
|
44129
|
-
},
|
|
44130
45309
|
mention: {
|
|
44131
45310
|
loading: "\u52A0\u8F7D\u4E2D"
|
|
44132
45311
|
},
|
|
45312
|
+
dropdown: {
|
|
45313
|
+
toggleDropdown: "\u5207\u6362\u4E0B\u62C9\u9009\u9879"
|
|
45314
|
+
},
|
|
44133
45315
|
cascader: {
|
|
44134
45316
|
noMatch: "\u65E0\u5339\u914D\u6570\u636E",
|
|
44135
45317
|
loading: "\u52A0\u8F7D\u4E2D",
|
|
@@ -44183,7 +45365,8 @@
|
|
|
44183
45365
|
tour: {
|
|
44184
45366
|
next: "\u4E0B\u4E00\u6B65",
|
|
44185
45367
|
previous: "\u4E0A\u4E00\u6B65",
|
|
44186
|
-
finish: "\u7ED3\u675F\u5BFC\u89C8"
|
|
45368
|
+
finish: "\u7ED3\u675F\u5BFC\u89C8",
|
|
45369
|
+
close: "\u5173\u95ED\u6B64\u5BF9\u8BDD\u6846"
|
|
44187
45370
|
},
|
|
44188
45371
|
tree: {
|
|
44189
45372
|
emptyText: "\u6682\u65E0\u6570\u636E"
|
|
@@ -44225,7 +45408,13 @@
|
|
|
44225
45408
|
clear: "\u6E05\u7A7A",
|
|
44226
45409
|
defaultLabel: "\u8272\u5F69\u9078\u64C7\u5668",
|
|
44227
45410
|
description: "\u76EE\u524D\u8272\u5F69\u70BA {color}\u3002\u6309\u4E00\u4E0B Enter \u4EE5\u9078\u64C7\u65B0\u8272\u5F69\u3002",
|
|
44228
|
-
alphaLabel: "\u9078\u64C7\u900F\u660E\u5EA6\u7684\u503C"
|
|
45411
|
+
alphaLabel: "\u9078\u64C7\u900F\u660E\u5EA6\u7684\u503C",
|
|
45412
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
45413
|
+
hueLabel: "pick hue value",
|
|
45414
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
45415
|
+
svLabel: "pick saturation and brightness value",
|
|
45416
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
45417
|
+
predefineDescription: "select {value} as the color"
|
|
44229
45418
|
},
|
|
44230
45419
|
datepicker: {
|
|
44231
45420
|
now: "\u73FE\u5728",
|
|
@@ -44362,7 +45551,8 @@
|
|
|
44362
45551
|
tour: {
|
|
44363
45552
|
next: "\u4E0B\u4E00\u6B65",
|
|
44364
45553
|
previous: "\u4E0A\u4E00\u6B65",
|
|
44365
|
-
finish: "\u7D50\u675F\u5C0E\u89BD"
|
|
45554
|
+
finish: "\u7D50\u675F\u5C0E\u89BD",
|
|
45555
|
+
close: "\u95DC\u9589\u6B64\u5C0D\u8A71\u6846"
|
|
44366
45556
|
},
|
|
44367
45557
|
tree: {
|
|
44368
45558
|
emptyText: "\u66AB\u7121\u8CC7\u6599"
|
|
@@ -44401,7 +45591,16 @@
|
|
|
44401
45591
|
},
|
|
44402
45592
|
colorpicker: {
|
|
44403
45593
|
confirm: "\u0E15\u0E01\u0E25\u0E07",
|
|
44404
|
-
clear: "\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"
|
|
45594
|
+
clear: "\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",
|
|
45595
|
+
defaultLabel: "color picker",
|
|
45596
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
45597
|
+
alphaLabel: "pick alpha value",
|
|
45598
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
45599
|
+
hueLabel: "pick hue value",
|
|
45600
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
45601
|
+
svLabel: "pick saturation and brightness value",
|
|
45602
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
45603
|
+
predefineDescription: "select {value} as the color"
|
|
44405
45604
|
},
|
|
44406
45605
|
datepicker: {
|
|
44407
45606
|
now: "\u0E15\u0E2D\u0E19\u0E19\u0E35\u0E49",
|
|
@@ -44409,6 +45608,10 @@
|
|
|
44409
45608
|
cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
44410
45609
|
clear: "\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",
|
|
44411
45610
|
confirm: "\u0E15\u0E01\u0E25\u0E07",
|
|
45611
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
45612
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
45613
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
45614
|
+
selectedDate: "Selected date",
|
|
44412
45615
|
selectDate: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
44413
45616
|
selectTime: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E27\u0E25\u0E32",
|
|
44414
45617
|
startDate: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",
|
|
@@ -44441,6 +45644,15 @@
|
|
|
44441
45644
|
fri: "\u0E28",
|
|
44442
45645
|
sat: "\u0E2A"
|
|
44443
45646
|
},
|
|
45647
|
+
weeksFull: {
|
|
45648
|
+
sun: "Sunday",
|
|
45649
|
+
mon: "Monday",
|
|
45650
|
+
tue: "Tuesday",
|
|
45651
|
+
wed: "Wednesday",
|
|
45652
|
+
thu: "Thursday",
|
|
45653
|
+
fri: "Friday",
|
|
45654
|
+
sat: "Saturday"
|
|
45655
|
+
},
|
|
44444
45656
|
months: {
|
|
44445
45657
|
jan: "\u0E21.\u0E04.",
|
|
44446
45658
|
feb: "\u0E01.\u0E1E.",
|
|
@@ -44456,6 +45668,10 @@
|
|
|
44456
45668
|
dec: "\u0E18.\u0E04."
|
|
44457
45669
|
}
|
|
44458
45670
|
},
|
|
45671
|
+
inputNumber: {
|
|
45672
|
+
decrease: "decrease number",
|
|
45673
|
+
increase: "increase number"
|
|
45674
|
+
},
|
|
44459
45675
|
select: {
|
|
44460
45676
|
loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14",
|
|
44461
45677
|
noMatch: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19",
|
|
@@ -44465,6 +45681,9 @@
|
|
|
44465
45681
|
mention: {
|
|
44466
45682
|
loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14"
|
|
44467
45683
|
},
|
|
45684
|
+
dropdown: {
|
|
45685
|
+
toggleDropdown: "Toggle Dropdown"
|
|
45686
|
+
},
|
|
44468
45687
|
cascader: {
|
|
44469
45688
|
noMatch: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19",
|
|
44470
45689
|
loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14",
|
|
@@ -44481,13 +45700,21 @@
|
|
|
44481
45700
|
next: "Go to next page",
|
|
44482
45701
|
currentPage: "page {pager}",
|
|
44483
45702
|
prevPages: "Previous {pager} pages",
|
|
44484
|
-
nextPages: "Next {pager} pages"
|
|
45703
|
+
nextPages: "Next {pager} pages",
|
|
45704
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
45705
|
+
},
|
|
45706
|
+
dialog: {
|
|
45707
|
+
close: "Close this dialog"
|
|
45708
|
+
},
|
|
45709
|
+
drawer: {
|
|
45710
|
+
close: "Close this dialog"
|
|
44485
45711
|
},
|
|
44486
45712
|
messagebox: {
|
|
44487
45713
|
title: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21",
|
|
44488
45714
|
confirm: "\u0E15\u0E01\u0E25\u0E07",
|
|
44489
45715
|
cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
44490
|
-
error: "\u0E04\u0E38\u0E13\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"
|
|
45716
|
+
error: "\u0E04\u0E38\u0E13\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",
|
|
45717
|
+
close: "Close this dialog"
|
|
44491
45718
|
},
|
|
44492
45719
|
upload: {
|
|
44493
45720
|
deleteTip: '\u0E01\u0E14\u0E1B\u0E38\u0E48\u0E21 "\u0E25\u0E1A" \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E25\u0E1A\u0E2D\u0E2D\u0E01',
|
|
@@ -44495,6 +45722,11 @@
|
|
|
44495
45722
|
preview: "\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",
|
|
44496
45723
|
continue: "\u0E17\u0E33\u0E15\u0E48\u0E2D"
|
|
44497
45724
|
},
|
|
45725
|
+
slider: {
|
|
45726
|
+
defaultLabel: "slider between {min} and {max}",
|
|
45727
|
+
defaultRangeStartLabel: "pick start value",
|
|
45728
|
+
defaultRangeEndLabel: "pick end value"
|
|
45729
|
+
},
|
|
44498
45730
|
table: {
|
|
44499
45731
|
emptyText: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",
|
|
44500
45732
|
confirmFilter: "\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19",
|
|
@@ -44505,7 +45737,8 @@
|
|
|
44505
45737
|
tour: {
|
|
44506
45738
|
next: "\u0E16\u0E31\u0E14\u0E44\u0E1B",
|
|
44507
45739
|
previous: "\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A",
|
|
44508
|
-
finish: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19"
|
|
45740
|
+
finish: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19",
|
|
45741
|
+
close: "Close this dialog"
|
|
44509
45742
|
},
|
|
44510
45743
|
tree: {
|
|
44511
45744
|
emptyText: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"
|
|
@@ -44544,7 +45777,16 @@
|
|
|
44544
45777
|
},
|
|
44545
45778
|
colorpicker: {
|
|
44546
45779
|
confirm: "Pilih",
|
|
44547
|
-
clear: "Kosongkan"
|
|
45780
|
+
clear: "Kosongkan",
|
|
45781
|
+
defaultLabel: "color picker",
|
|
45782
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
45783
|
+
alphaLabel: "pick alpha value",
|
|
45784
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
45785
|
+
hueLabel: "pick hue value",
|
|
45786
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
45787
|
+
svLabel: "pick saturation and brightness value",
|
|
45788
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
45789
|
+
predefineDescription: "select {value} as the color"
|
|
44548
45790
|
},
|
|
44549
45791
|
datepicker: {
|
|
44550
45792
|
now: "Sekarang",
|
|
@@ -44552,6 +45794,10 @@
|
|
|
44552
45794
|
cancel: "Batal",
|
|
44553
45795
|
clear: "Kosongkan",
|
|
44554
45796
|
confirm: "Ya",
|
|
45797
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
45798
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
45799
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
45800
|
+
selectedDate: "Selected date",
|
|
44555
45801
|
selectDate: "Pilih tanggal",
|
|
44556
45802
|
selectTime: "Pilih waktu",
|
|
44557
45803
|
startDate: "Tanggal Mulai",
|
|
@@ -44575,7 +45821,6 @@
|
|
|
44575
45821
|
month10: "Oktober",
|
|
44576
45822
|
month11: "November",
|
|
44577
45823
|
month12: "Desember",
|
|
44578
|
-
week: "Minggu",
|
|
44579
45824
|
weeks: {
|
|
44580
45825
|
sun: "Min",
|
|
44581
45826
|
mon: "Sen",
|
|
@@ -44585,6 +45830,15 @@
|
|
|
44585
45830
|
fri: "Jum",
|
|
44586
45831
|
sat: "Sab"
|
|
44587
45832
|
},
|
|
45833
|
+
weeksFull: {
|
|
45834
|
+
sun: "Sunday",
|
|
45835
|
+
mon: "Monday",
|
|
45836
|
+
tue: "Tuesday",
|
|
45837
|
+
wed: "Wednesday",
|
|
45838
|
+
thu: "Thursday",
|
|
45839
|
+
fri: "Friday",
|
|
45840
|
+
sat: "Saturday"
|
|
45841
|
+
},
|
|
44588
45842
|
months: {
|
|
44589
45843
|
jan: "Jan",
|
|
44590
45844
|
feb: "Feb",
|
|
@@ -44600,6 +45854,10 @@
|
|
|
44600
45854
|
dec: "Des"
|
|
44601
45855
|
}
|
|
44602
45856
|
},
|
|
45857
|
+
inputNumber: {
|
|
45858
|
+
decrease: "decrease number",
|
|
45859
|
+
increase: "increase number"
|
|
45860
|
+
},
|
|
44603
45861
|
select: {
|
|
44604
45862
|
loading: "Memuat",
|
|
44605
45863
|
noMatch: "Tidak ada data yg cocok",
|
|
@@ -44609,6 +45867,9 @@
|
|
|
44609
45867
|
mention: {
|
|
44610
45868
|
loading: "Memuat"
|
|
44611
45869
|
},
|
|
45870
|
+
dropdown: {
|
|
45871
|
+
toggleDropdown: "Toggle Dropdown"
|
|
45872
|
+
},
|
|
44612
45873
|
cascader: {
|
|
44613
45874
|
noMatch: "Tidak ada data yg cocok",
|
|
44614
45875
|
loading: "Memuat",
|
|
@@ -44628,11 +45889,18 @@
|
|
|
44628
45889
|
nextPages: "Next {pager} pages",
|
|
44629
45890
|
deprecationWarning: "Penggunaan yang tidak akan digunakan lagi terdeteksi, silakan lihat dokumentasi el-pagination untuk lebih jelasnya"
|
|
44630
45891
|
},
|
|
45892
|
+
dialog: {
|
|
45893
|
+
close: "Close this dialog"
|
|
45894
|
+
},
|
|
45895
|
+
drawer: {
|
|
45896
|
+
close: "Close this dialog"
|
|
45897
|
+
},
|
|
44631
45898
|
messagebox: {
|
|
44632
45899
|
title: "Pesan",
|
|
44633
45900
|
confirm: "Ya",
|
|
44634
45901
|
cancel: "Batal",
|
|
44635
|
-
error: "Masukan ilegal"
|
|
45902
|
+
error: "Masukan ilegal",
|
|
45903
|
+
close: "Close this dialog"
|
|
44636
45904
|
},
|
|
44637
45905
|
upload: {
|
|
44638
45906
|
deleteTip: "Tekan hapus untuk melanjutkan",
|
|
@@ -44640,6 +45908,11 @@
|
|
|
44640
45908
|
preview: "Pratinjau",
|
|
44641
45909
|
continue: "Lanjutkan"
|
|
44642
45910
|
},
|
|
45911
|
+
slider: {
|
|
45912
|
+
defaultLabel: "slider between {min} and {max}",
|
|
45913
|
+
defaultRangeStartLabel: "pick start value",
|
|
45914
|
+
defaultRangeEndLabel: "pick end value"
|
|
45915
|
+
},
|
|
44643
45916
|
table: {
|
|
44644
45917
|
emptyText: "Tidak ada data",
|
|
44645
45918
|
confirmFilter: "Konfirmasi",
|
|
@@ -44647,6 +45920,12 @@
|
|
|
44647
45920
|
clearFilter: "Semua",
|
|
44648
45921
|
sumText: "Jumlah"
|
|
44649
45922
|
},
|
|
45923
|
+
tour: {
|
|
45924
|
+
next: "Next",
|
|
45925
|
+
previous: "Previous",
|
|
45926
|
+
finish: "Finish",
|
|
45927
|
+
close: "Close this dialog"
|
|
45928
|
+
},
|
|
44650
45929
|
tree: {
|
|
44651
45930
|
emptyText: "Tidak ada data"
|
|
44652
45931
|
},
|
|
@@ -44687,7 +45966,13 @@
|
|
|
44687
45966
|
clear: "Jelas",
|
|
44688
45967
|
defaultLabel: "pemilih warna",
|
|
44689
45968
|
description: "warna semasa ialah {warna}. tekan enter untuk memilih warna baharu.",
|
|
44690
|
-
alphaLabel: "pilih nilai alfa"
|
|
45969
|
+
alphaLabel: "pilih nilai alfa",
|
|
45970
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
45971
|
+
hueLabel: "pick hue value",
|
|
45972
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
45973
|
+
svLabel: "pick saturation and brightness value",
|
|
45974
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
45975
|
+
predefineDescription: "select {value} as the color"
|
|
44691
45976
|
},
|
|
44692
45977
|
datepicker: {
|
|
44693
45978
|
now: "Sekarang",
|
|
@@ -44722,7 +46007,6 @@
|
|
|
44722
46007
|
month10: "Oktober",
|
|
44723
46008
|
month11: "November",
|
|
44724
46009
|
month12: "Disember",
|
|
44725
|
-
week: "minggu",
|
|
44726
46010
|
weeks: {
|
|
44727
46011
|
sun: "Ahd",
|
|
44728
46012
|
mon: "Isn",
|
|
@@ -44800,9 +46084,10 @@
|
|
|
44800
46084
|
messagebox: {
|
|
44801
46085
|
title: "Mesej",
|
|
44802
46086
|
confirm: "OK",
|
|
44803
|
-
|
|
46087
|
+
cancel: "Cancel",
|
|
44804
46088
|
error: "Input haram",
|
|
44805
|
-
close: "Tutup dialog ini"
|
|
46089
|
+
close: "Tutup dialog ini",
|
|
46090
|
+
Batal: "Dibatalkan"
|
|
44806
46091
|
},
|
|
44807
46092
|
upload: {
|
|
44808
46093
|
deleteTip: "tekan padam untuk mengalih keluar",
|
|
@@ -44825,7 +46110,8 @@
|
|
|
44825
46110
|
tour: {
|
|
44826
46111
|
next: "Seterusnya",
|
|
44827
46112
|
previous: "Sebelumnya",
|
|
44828
|
-
finish: "Selesai"
|
|
46113
|
+
finish: "Selesai",
|
|
46114
|
+
close: "Close this dialog"
|
|
44829
46115
|
},
|
|
44830
46116
|
tree: {
|
|
44831
46117
|
emptyText: "Tiada Data"
|
|
@@ -44846,6 +46132,7 @@
|
|
|
44846
46132
|
},
|
|
44847
46133
|
popconfirm: {
|
|
44848
46134
|
confirmButtonText: "Ya",
|
|
46135
|
+
cancelButtonText: "No",
|
|
44849
46136
|
BatalButtonText: "Tidak"
|
|
44850
46137
|
},
|
|
44851
46138
|
carousel: {
|
|
@@ -44864,7 +46151,16 @@
|
|
|
44864
46151
|
},
|
|
44865
46152
|
colorpicker: {
|
|
44866
46153
|
confirm: "OK",
|
|
44867
|
-
clear: "X\xF3a"
|
|
46154
|
+
clear: "X\xF3a",
|
|
46155
|
+
defaultLabel: "color picker",
|
|
46156
|
+
description: "current color is {color}. press enter to select a new color.",
|
|
46157
|
+
alphaLabel: "pick alpha value",
|
|
46158
|
+
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
46159
|
+
hueLabel: "pick hue value",
|
|
46160
|
+
hueDescription: "hue {hue}, current color is {color}",
|
|
46161
|
+
svLabel: "pick saturation and brightness value",
|
|
46162
|
+
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
46163
|
+
predefineDescription: "select {value} as the color"
|
|
44868
46164
|
},
|
|
44869
46165
|
datepicker: {
|
|
44870
46166
|
now: "Hi\u1EC7n t\u1EA1i",
|
|
@@ -44872,6 +46168,10 @@
|
|
|
44872
46168
|
cancel: "H\u1EE7y",
|
|
44873
46169
|
clear: "X\xF3a",
|
|
44874
46170
|
confirm: "OK",
|
|
46171
|
+
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
|
46172
|
+
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
|
46173
|
+
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
|
46174
|
+
selectedDate: "Selected date",
|
|
44875
46175
|
selectDate: "Ch\u1ECDn ng\xE0y",
|
|
44876
46176
|
selectTime: "Ch\u1ECDn gi\u1EDD",
|
|
44877
46177
|
startDate: "Ng\xE0y b\u1EAFt \u0111\u1EA7u",
|
|
@@ -44904,6 +46204,15 @@
|
|
|
44904
46204
|
fri: "T6",
|
|
44905
46205
|
sat: "T7"
|
|
44906
46206
|
},
|
|
46207
|
+
weeksFull: {
|
|
46208
|
+
sun: "Sunday",
|
|
46209
|
+
mon: "Monday",
|
|
46210
|
+
tue: "Tuesday",
|
|
46211
|
+
wed: "Wednesday",
|
|
46212
|
+
thu: "Thursday",
|
|
46213
|
+
fri: "Friday",
|
|
46214
|
+
sat: "Saturday"
|
|
46215
|
+
},
|
|
44907
46216
|
months: {
|
|
44908
46217
|
jan: "Th.1",
|
|
44909
46218
|
feb: "Th.2",
|
|
@@ -44919,6 +46228,10 @@
|
|
|
44919
46228
|
dec: "Th.12"
|
|
44920
46229
|
}
|
|
44921
46230
|
},
|
|
46231
|
+
inputNumber: {
|
|
46232
|
+
decrease: "decrease number",
|
|
46233
|
+
increase: "increase number"
|
|
46234
|
+
},
|
|
44922
46235
|
select: {
|
|
44923
46236
|
loading: "\u0110ang t\u1EA3i",
|
|
44924
46237
|
noMatch: "D\u1EEF li\u1EC7u kh\xF4ng ph\xF9 h\u1EE3p",
|
|
@@ -44928,6 +46241,9 @@
|
|
|
44928
46241
|
mention: {
|
|
44929
46242
|
loading: "\u0110ang t\u1EA3i"
|
|
44930
46243
|
},
|
|
46244
|
+
dropdown: {
|
|
46245
|
+
toggleDropdown: "Toggle Dropdown"
|
|
46246
|
+
},
|
|
44931
46247
|
cascader: {
|
|
44932
46248
|
noMatch: "D\u1EEF li\u1EC7u kh\xF4ng ph\xF9 h\u1EE3p",
|
|
44933
46249
|
loading: "\u0110ang t\u1EA3i",
|
|
@@ -44944,13 +46260,21 @@
|
|
|
44944
46260
|
next: "Go to next page",
|
|
44945
46261
|
currentPage: "page {pager}",
|
|
44946
46262
|
prevPages: "Previous {pager} pages",
|
|
44947
|
-
nextPages: "Next {pager} pages"
|
|
46263
|
+
nextPages: "Next {pager} pages",
|
|
46264
|
+
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
46265
|
+
},
|
|
46266
|
+
dialog: {
|
|
46267
|
+
close: "Close this dialog"
|
|
46268
|
+
},
|
|
46269
|
+
drawer: {
|
|
46270
|
+
close: "Close this dialog"
|
|
44948
46271
|
},
|
|
44949
46272
|
messagebox: {
|
|
44950
46273
|
title: "Th\xF4ng b\xE1o",
|
|
44951
46274
|
confirm: "OK",
|
|
44952
46275
|
cancel: "H\u1EE7y",
|
|
44953
|
-
error: "D\u1EEF li\u1EC7u kh\xF4ng h\u1EE3p l\u1EC7"
|
|
46276
|
+
error: "D\u1EEF li\u1EC7u kh\xF4ng h\u1EE3p l\u1EC7",
|
|
46277
|
+
close: "Close this dialog"
|
|
44954
46278
|
},
|
|
44955
46279
|
upload: {
|
|
44956
46280
|
deleteTip: "Nh\u1EA5n xo\xE1 \u0111\u1EC3 xo\xE1",
|
|
@@ -44958,6 +46282,11 @@
|
|
|
44958
46282
|
preview: "Xem tr\u01B0\u1EDBc",
|
|
44959
46283
|
continue: "Ti\u1EBFp t\u1EE5c"
|
|
44960
46284
|
},
|
|
46285
|
+
slider: {
|
|
46286
|
+
defaultLabel: "slider between {min} and {max}",
|
|
46287
|
+
defaultRangeStartLabel: "pick start value",
|
|
46288
|
+
defaultRangeEndLabel: "pick end value"
|
|
46289
|
+
},
|
|
44961
46290
|
table: {
|
|
44962
46291
|
emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u",
|
|
44963
46292
|
confirmFilter: "X\xE1c nh\u1EADn",
|
|
@@ -44968,7 +46297,8 @@
|
|
|
44968
46297
|
tour: {
|
|
44969
46298
|
next: "Ti\u1EBFp",
|
|
44970
46299
|
previous: "Tr\u01B0\u1EDBc",
|
|
44971
|
-
finish: "Ho\xE0n th\xE0nh"
|
|
46300
|
+
finish: "Ho\xE0n th\xE0nh",
|
|
46301
|
+
close: "Close this dialog"
|
|
44972
46302
|
},
|
|
44973
46303
|
tree: {
|
|
44974
46304
|
emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u"
|
|
@@ -62605,6 +63935,7 @@
|
|
|
62605
63935
|
exports.FmTree = FmTree;
|
|
62606
63936
|
exports.Fmdatepicker = Fmdatepicker;
|
|
62607
63937
|
exports.Fminputdropdown = Fminputdropdown;
|
|
63938
|
+
exports.Fminputtable = Fminputtable;
|
|
62608
63939
|
exports.Fmselect = Fmselect;
|
|
62609
63940
|
exports.HttpMethodEnum = HttpMethodEnum;
|
|
62610
63941
|
exports.JobCreateTypeEnum = JobCreateTypeEnum;
|