@fmdevui/fm-dev 1.0.96 → 1.0.98

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.
Files changed (139) hide show
  1. package/es/_virtual/de-DE.mjs +1 -1
  2. package/es/_virtual/en-US.mjs +1 -1
  3. package/es/_virtual/es-ES.mjs +1 -1
  4. package/es/_virtual/fr-FR.mjs +1 -1
  5. package/es/_virtual/it-IT.mjs +1 -1
  6. package/es/_virtual/ja-JP.mjs +1 -1
  7. package/es/_virtual/ko-KR.mjs +1 -1
  8. package/es/_virtual/nb-NO.mjs +1 -1
  9. package/es/_virtual/pt-BR.mjs +1 -1
  10. package/es/_virtual/ru-RU.mjs +1 -1
  11. package/es/_virtual/th-TH.mjs +1 -1
  12. package/es/_virtual/vi-VN.mjs +1 -1
  13. package/es/_virtual/zh-CN.mjs +1 -1
  14. package/es/_virtual/zh-HK.mjs +1 -1
  15. package/es/_virtual/zh-TW.mjs +1 -1
  16. package/es/component.mjs +2 -1
  17. package/es/core/hook/useVxeTableOptionsHook.d.ts +16 -8
  18. package/es/core/ui/components/fmtree/index.vue.d.ts +1 -2
  19. package/es/core/ui/components/index.d.ts +334 -25
  20. package/es/core/ui/components/inpttable/index.vue.d.ts +458 -0
  21. package/es/core/ui/components/querycondition/index.vue.d.ts +1 -1
  22. package/es/core/ui/components/selecttable/index.vue.d.ts +6 -6
  23. package/es/index.mjs +1 -1
  24. package/es/make-installer.css +3 -0
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. package/es/packages/core/index.mjs +1 -1
  44. package/es/packages/core/locales/index.mjs +18 -18
  45. package/es/packages/core/stores/themeConfig.mjs +3 -3
  46. package/es/packages/core/ui/components/index.mjs +3 -1
  47. package/es/packages/core/ui/components/inpttable/index.vue.mjs +8 -0
  48. package/es/packages/core/ui/components/inpttable/index.vue2.mjs +716 -0
  49. package/es/packages/core/ui/components/inpttable/index.vue3.mjs +3 -0
  50. package/es/packages/core/ui/components/inpttable/index.vue4.mjs +3 -0
  51. package/index.css +129 -0
  52. package/index.js +1373 -97
  53. package/index.min.css +3 -0
  54. package/index.min.js +48 -27
  55. package/index.min.mjs +48 -27
  56. package/index.mjs +1374 -99
  57. package/lib/_virtual/de-DE.js +1 -1
  58. package/lib/_virtual/en-US.js +1 -1
  59. package/lib/_virtual/es-ES.js +1 -1
  60. package/lib/_virtual/fr-FR.js +1 -1
  61. package/lib/_virtual/it-IT.js +1 -1
  62. package/lib/_virtual/ja-JP.js +1 -1
  63. package/lib/_virtual/ko-KR.js +1 -1
  64. package/lib/_virtual/nb-NO.js +1 -1
  65. package/lib/_virtual/pt-BR.js +1 -1
  66. package/lib/_virtual/ru-RU.js +1 -1
  67. package/lib/_virtual/th-TH.js +1 -1
  68. package/lib/_virtual/vi-VN.js +1 -1
  69. package/lib/_virtual/zh-CN.js +1 -1
  70. package/lib/_virtual/zh-HK.js +1 -1
  71. package/lib/_virtual/zh-TW.js +1 -1
  72. package/lib/component.js +1 -0
  73. package/lib/core/hook/useVxeTableOptionsHook.d.ts +16 -8
  74. package/lib/core/ui/components/fmtree/index.vue.d.ts +1 -2
  75. package/lib/core/ui/components/index.d.ts +334 -25
  76. package/lib/core/ui/components/inpttable/index.vue.d.ts +458 -0
  77. package/lib/core/ui/components/querycondition/index.vue.d.ts +1 -1
  78. package/lib/core/ui/components/selecttable/index.vue.d.ts +6 -6
  79. package/lib/index.css +3 -0
  80. package/lib/index.js +1 -0
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. package/lib/packages/core/index.js +1 -0
  100. package/lib/packages/core/locales/index.js +18 -18
  101. package/lib/packages/core/stores/themeConfig.js +3 -3
  102. package/lib/packages/core/ui/components/index.js +3 -0
  103. package/lib/packages/core/ui/components/inpttable/index.vue.js +12 -0
  104. package/lib/packages/core/ui/components/inpttable/index.vue2.js +720 -0
  105. package/lib/packages/core/ui/components/inpttable/index.vue3.js +7 -0
  106. package/lib/packages/core/ui/components/inpttable/index.vue4.js +7 -0
  107. package/package.json +1 -1
  108. /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
  109. /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
  110. /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
  111. /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
  112. /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
  113. /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
  114. /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
  115. /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
  116. /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
  117. /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
  118. /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
  119. /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
  120. /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
  121. /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
  122. /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
  123. /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
  124. /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
  125. /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
  126. /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
  127. /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
  128. /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
  129. /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
  130. /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
  131. /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
  132. /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
  133. /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
  134. /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
  135. /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
  136. /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
  137. /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
  138. /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
  139. /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.96 */
1
+ /*! fm-dev v1.0.98 */
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$7 = { class: "fm-transfer-panel" };
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$h = /* @__PURE__ */ vue.defineComponent({
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$7, [
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$6 = { class: "notice-bar-warp-text-box" };
375
+ const _hoisted_1$7 = { class: "notice-bar-warp-text-box" };
376
376
  const _hoisted_2$4 = ["innerHTML"];
377
- var _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
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$6, [
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$f = {
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$5 = { class: "drag-verify-container" };
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$5, [
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$f, [["render", _sfc_render], ["__scopeId", "data-v-9e8c9ed2"]]);
882
+ var dragimg = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render], ["__scopeId", "data-v-9e8c9ed2"]]);
883
883
 
884
- var _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
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$4 = { style: { "font-size": "14px", "line-height": "30px" } };
23867
- var _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
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$4,
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$c = /* @__PURE__ */ vue.defineComponent({
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$c;
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$b = /* @__PURE__ */ vue.defineComponent({
35353
+ var _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
35354
35354
  ...{
35355
35355
  name: "Fminputdropdown"
35356
35356
  },
@@ -35523,6 +35523,720 @@
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
+ * 选中记录后绑定值的属性名
35620
+ * 默认为'id',即选中某行后,会取该行数据的id字段作为值
35621
+ */
35622
+ valueProp: {
35623
+ type: String,
35624
+ default: "id"
35625
+ },
35626
+ /**
35627
+ * 选中记录后显示文本的属性名
35628
+ * 默认为'name',即在下拉框中显示的文本取自该字段
35629
+ */
35630
+ labelProp: {
35631
+ type: String,
35632
+ default: "name"
35633
+ },
35634
+ /**
35635
+ * 显示值的格式化方法
35636
+ * 可以自定义选中后在输入框中显示的文本格式
35637
+ * @example
35638
+ * :labelFormat="(item: any) => `${item.realName}(${item.account})`"
35639
+ */
35640
+ labelFormat: {
35641
+ type: Function,
35642
+ default: (item) => void 0
35643
+ // 默认不进行格式化
35644
+ },
35645
+ /**
35646
+ * 默认查询条件的属性名
35647
+ * 在输入框中输入的关键词会赋值给该字段
35648
+ */
35649
+ keywordProp: {
35650
+ type: String,
35651
+ default: "keyword"
35652
+ },
35653
+ /**
35654
+ * 下拉框的宽度
35655
+ */
35656
+ dropdownWidth: {
35657
+ type: String,
35658
+ default: "100%"
35659
+ },
35660
+ /**
35661
+ * 下拉框的高度
35662
+ */
35663
+ dropdownHeight: {
35664
+ type: String,
35665
+ default: "550px"
35666
+ },
35667
+ /**
35668
+ * 输入框的占位符文本
35669
+ */
35670
+ placeholder: {
35671
+ type: String,
35672
+ default: "\u8BF7\u8F93\u5165\u5173\u952E\u8BCD"
35673
+ },
35674
+ /**
35675
+ * 默认选项,用于回显已选中的数据
35676
+ * 当数据不在当前页时,通过该属性提供数据进行回显
35677
+ */
35678
+ defaultOptions: {
35679
+ type: Array,
35680
+ default: []
35681
+ },
35682
+ /**
35683
+ * 查询表单的高度偏移量
35684
+ * 用于计算表格高度时减去查询表单占用的高度
35685
+ */
35686
+ queryHeightOffset: {
35687
+ type: Number,
35688
+ default: 35
35689
+ },
35690
+ /**
35691
+ * 查询表单标签的宽度
35692
+ */
35693
+ queryLabelWidth: {
35694
+ type: String
35695
+ },
35696
+ /**
35697
+ * 查询参数对象
35698
+ * 父组件传入的额外查询条件,会与组件内部的查询条件合并
35699
+ */
35700
+ queryParams: {
35701
+ type: Object,
35702
+ default: () => {
35703
+ return {};
35704
+ }
35705
+ },
35706
+ /**
35707
+ * 是否显示分页组件
35708
+ */
35709
+ pagination: {
35710
+ type: Boolean,
35711
+ default: true
35712
+ },
35713
+ /**
35714
+ * 是否禁用组件
35715
+ */
35716
+ disabled: Boolean,
35717
+ /**
35718
+ * 是否多选模式
35719
+ */
35720
+ multiple: Boolean,
35721
+ /**
35722
+ * 是否可清空
35723
+ */
35724
+ clearable: Boolean
35725
+ },
35726
+ emits: ["update:modelValue", "change"],
35727
+ setup(__props, { expose: __expose, emit: __emit }) {
35728
+ const CONSTANTS = {
35729
+ MAX_PAGE_SIZE: 99999,
35730
+ // 不分页时的最大页面大小
35731
+ DROPDOWN_DELAY: 1e3,
35732
+ // 下拉框打开后的延迟时间(毫秒)
35733
+ TABLE_HEIGHT_OFFSET: 175
35734
+ // 表格高度基础偏移量(像素)
35735
+ };
35736
+ const props = __props;
35737
+ const tableRef = vue.ref();
35738
+ const selectRef = vue.ref();
35739
+ const emit = __emit;
35740
+ const state = vue.reactive({
35741
+ // 当前选中的值,单选时为字符串/数字,多选时为数组
35742
+ selectedValues: "",
35743
+ // 表格查询参数对象
35744
+ tableQuery: {
35745
+ [props.keywordProp]: "",
35746
+ // 动态属性名,默认为'keyword',用于存储搜索关键词
35747
+ page: props.queryParams.page,
35748
+ // 当前页码,从父组件传入
35749
+ pageSize: props.queryParams?.pageSize
35750
+ // 每页显示数量,从父组件传入
35751
+ },
35752
+ // 表格数据对象
35753
+ tableData: {
35754
+ items: [],
35755
+ // 当前页的数据列表
35756
+ total: 0
35757
+ // 总数据条数
35758
+ },
35759
+ // 默认选项数组,用于回显
35760
+ defaultOptions: props.defaultOptions,
35761
+ // 加载状态标识
35762
+ loading: false,
35763
+ // 选中的行数据数组,用于表格高亮显示和跨页选择
35764
+ selectedRows: [],
35765
+ // 查询执行标识,防止重复执行
35766
+ isQuerying: false,
35767
+ // 下拉框是否刚打开的标识(用于防止remoteMethod在打开时重复查询)
35768
+ justOpened: false
35769
+ });
35770
+ const currentRowIndex = vue.ref(-1);
35771
+ const tableHeight = vue.computed(() => {
35772
+ const baseHeight = `${props.dropdownHeight} - ${CONSTANTS.TABLE_HEIGHT_OFFSET}px`;
35773
+ const queryOffset = props.queryHeightOffset > 0 ? ` - ${props.queryHeightOffset}px` : "";
35774
+ return `calc(${baseHeight}${queryOffset})`;
35775
+ });
35776
+ const mergeSelectedRows = (values) => {
35777
+ const currentPageRows = state.tableData.items.filter(
35778
+ (item) => values.includes(item[props.valueProp])
35779
+ );
35780
+ const previousRows = state.selectedRows.filter(
35781
+ (item) => values.includes(item[props.valueProp])
35782
+ );
35783
+ const allRows = [...currentPageRows];
35784
+ previousRows.forEach((row) => {
35785
+ if (!allRows.find((item) => item[props.valueProp] === row[props.valueProp])) {
35786
+ allRows.push(row);
35787
+ }
35788
+ });
35789
+ return allRows;
35790
+ };
35791
+ const isRowSelected = (row) => {
35792
+ if (!row || row[props.valueProp] === void 0 || row[props.valueProp] === null) {
35793
+ return false;
35794
+ }
35795
+ if (props.multiple) {
35796
+ if (!Array.isArray(state.selectedValues)) {
35797
+ return false;
35798
+ }
35799
+ return state.selectedValues.some((val) => val === row[props.valueProp]);
35800
+ } else {
35801
+ return state.selectedValues !== null && state.selectedValues !== void 0 && state.selectedValues === row[props.valueProp];
35802
+ }
35803
+ };
35804
+ const updateSelectedRows = () => {
35805
+ if (props.multiple) {
35806
+ const selectedValues = Array.isArray(state.selectedValues) ? state.selectedValues : [];
35807
+ state.selectedRows = mergeSelectedRows(selectedValues);
35808
+ } else {
35809
+ const selectedRow = state.tableData.items.find(
35810
+ (item) => item[props.valueProp] === state.selectedValues
35811
+ );
35812
+ state.selectedRows = selectedRow ? [selectedRow] : [];
35813
+ }
35814
+ };
35815
+ const handleKeydown = (e) => {
35816
+ const tableData = state.tableData?.items || [];
35817
+ if (!tableData.length) return;
35818
+ if (e.key === "ArrowDown" || e.key === "ArrowUp") {
35819
+ e.preventDefault();
35820
+ const direction = e.key === "ArrowDown" ? 1 : -1;
35821
+ const newIndex = Math.max(0, Math.min(currentRowIndex.value + direction, tableData.length - 1));
35822
+ if (newIndex !== currentRowIndex.value) {
35823
+ currentRowIndex.value = newIndex;
35824
+ const row = tableData[newIndex];
35825
+ tableRef.value?.setCurrentRow(row);
35826
+ }
35827
+ } else if (e.key === "Enter") {
35828
+ const row = tableData[currentRowIndex.value];
35829
+ handleChange(row);
35830
+ }
35831
+ };
35832
+ const handleSizeChange = (pageSize) => {
35833
+ state.loading = true;
35834
+ state.tableQuery.pageSize = pageSize;
35835
+ state.tableQuery.page = 1;
35836
+ executeQuery();
35837
+ };
35838
+ const handleCurrentChange = (page) => {
35839
+ state.loading = true;
35840
+ state.tableQuery.page = page;
35841
+ executeQuery();
35842
+ };
35843
+ vue.onMounted(() => {
35844
+ selectRef.value?.inputRef?.addEventListener("keydown", handleKeydown);
35845
+ });
35846
+ vue.onUnmounted(() => {
35847
+ selectRef.value?.inputRef?.removeEventListener("keydown", handleKeydown);
35848
+ });
35849
+ const executeQuery = () => {
35850
+ if (state.isQuerying) {
35851
+ return;
35852
+ }
35853
+ state.isQuerying = true;
35854
+ state.loading = true;
35855
+ const finalParams = Object.assign({}, props.queryParams, state.tableQuery);
35856
+ props.fetchOptions(finalParams).then((res) => {
35857
+ const result = res.data?.result;
35858
+ state.tableData.items = result?.items ?? [];
35859
+ state.tableData.total = result?.total ?? 0;
35860
+ state.loading = false;
35861
+ state.isQuerying = false;
35862
+ updateSelectedRows();
35863
+ }).catch((error) => {
35864
+ elementPlus.ElMessage.error("\u6570\u636E\u52A0\u8F7D\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5");
35865
+ state.tableData.items = [];
35866
+ state.tableData.total = 0;
35867
+ state.loading = false;
35868
+ state.isQuerying = false;
35869
+ });
35870
+ };
35871
+ const resetQuery = () => {
35872
+ state.loading = true;
35873
+ const currentPageSize = state.tableQuery.pageSize;
35874
+ state.tableQuery = Object.assign({}, props.queryParams, { pageSize: currentPageSize });
35875
+ state.tableQuery.page = 1;
35876
+ executeQuery();
35877
+ };
35878
+ const remoteMethod = (query) => {
35879
+ if (state.justOpened) {
35880
+ state.justOpened = false;
35881
+ return;
35882
+ }
35883
+ if (state.isQuerying) {
35884
+ return;
35885
+ }
35886
+ state.loading = true;
35887
+ if (typeof query === "string") {
35888
+ state.tableQuery[props.keywordProp] = query.trim();
35889
+ state.tableQuery.page = 1;
35890
+ }
35891
+ executeQuery();
35892
+ };
35893
+ const handleQuery = (clearKeyword = false) => {
35894
+ state.loading = true;
35895
+ if (clearKeyword) {
35896
+ state.tableQuery[props.keywordProp] = void 0;
35897
+ const input = selectRef.value.$el.querySelector("input");
35898
+ if (input) input.value = "";
35899
+ }
35900
+ state.tableQuery.page = 1;
35901
+ remoteMethod(state.tableQuery);
35902
+ };
35903
+ const handleQueryClick = () => {
35904
+ state.loading = true;
35905
+ state.tableQuery.page = 1;
35906
+ executeQuery();
35907
+ };
35908
+ const handleChange = (row) => {
35909
+ if (!row || !row[props.valueProp]) return;
35910
+ if (typeof row[props.valueProp] === "string") row[props.valueProp] = row[props.valueProp]?.trim();
35911
+ setDefaultOptions([row]);
35912
+ if (props.multiple) {
35913
+ if (!Array.isArray(state.selectedValues)) {
35914
+ state.selectedValues = [];
35915
+ }
35916
+ const currentValues = Array.isArray(state.selectedValues) ? [...state.selectedValues] : [];
35917
+ const valueIndex = currentValues.indexOf(row[props.valueProp]);
35918
+ if (valueIndex > -1) {
35919
+ currentValues.splice(valueIndex, 1);
35920
+ state.selectedRows = state.selectedRows.filter((item) => item[props.valueProp] !== row[props.valueProp]);
35921
+ } else {
35922
+ currentValues.push(row[props.valueProp]);
35923
+ const existingRow = state.selectedRows.find((item) => item[props.valueProp] === row[props.valueProp]);
35924
+ if (!existingRow) {
35925
+ state.selectedRows.push(row);
35926
+ }
35927
+ }
35928
+ state.selectedValues = currentValues;
35929
+ } else {
35930
+ state.selectedValues = row[props.valueProp];
35931
+ state.selectedRows = [row];
35932
+ }
35933
+ emit("update:modelValue", state.selectedValues);
35934
+ emit("change", state.selectedValues, props.multiple ? state.selectedRows : row);
35935
+ if (!props.multiple) {
35936
+ tableRef.value?.setCurrentRow(row);
35937
+ selectRef.value?.blur();
35938
+ }
35939
+ };
35940
+ const selectVisibleChange = (visible) => {
35941
+ if (visible) {
35942
+ state.loading = true;
35943
+ state.justOpened = true;
35944
+ const paginationParams = {
35945
+ page: state.tableQuery.page,
35946
+ // 保留当前页码
35947
+ pageSize: state.tableQuery.pageSize,
35948
+ // 保留分页大小
35949
+ [props.keywordProp]: void 0
35950
+ // 清空关键词(打开时不带搜索条件)
35951
+ };
35952
+ state.tableQuery = Object.assign({}, props.queryParams, paginationParams);
35953
+ executeQuery();
35954
+ setTimeout(() => {
35955
+ state.justOpened = false;
35956
+ }, CONSTANTS.DROPDOWN_DELAY);
35957
+ } else {
35958
+ state.loading = false;
35959
+ state.justOpened = false;
35960
+ }
35961
+ };
35962
+ const setDefaultOptions = (options) => {
35963
+ const map = /* @__PURE__ */ new Map();
35964
+ for (const item of [...options ?? [], ...state.defaultOptions]) {
35965
+ const value = item?.[props.valueProp];
35966
+ const label = props.labelFormat?.(item) || item?.[props.labelProp];
35967
+ if (value && label) {
35968
+ map.set(value, { [props.valueProp]: value, [props.labelProp]: label });
35969
+ }
35970
+ }
35971
+ state.defaultOptions = Array.from(map.values());
35972
+ };
35973
+ const setQueryParams = (query, append = true) => {
35974
+ if (!props.pagination) {
35975
+ query = Object.assign(query, {
35976
+ pageSize: CONSTANTS.MAX_PAGE_SIZE
35977
+ });
35978
+ }
35979
+ query = Object.assign({}, props.queryParams, query ?? {});
35980
+ state.tableQuery = append ? Object.assign(state.tableQuery, query) : query;
35981
+ };
35982
+ const setValue = (option, row) => {
35983
+ option = Array.isArray(option) ? option : [option];
35984
+ state.tableData.total = option.length;
35985
+ state.tableData.items = option;
35986
+ if (props.multiple) {
35987
+ state.selectedValues = option.map((item) => item[props.valueProp]);
35988
+ state.selectedRows = option;
35989
+ emit("update:modelValue", state.selectedValues);
35990
+ emit("change", state.selectedValues, option);
35991
+ } else {
35992
+ state.selectedValues = option[0]?.[props.valueProp];
35993
+ state.selectedRows = option[0] ? [option[0]] : [];
35994
+ emit("update:modelValue", state.selectedValues);
35995
+ emit("change", state.selectedValues, option[0]);
35996
+ }
35997
+ };
35998
+ const selectedValuesChange = (val) => {
35999
+ state.selectedValues = val;
36000
+ emit("update:modelValue", val);
36001
+ if (props.multiple) {
36002
+ const selectedValues = Array.isArray(val) ? val : [];
36003
+ const allSelectedRows = mergeSelectedRows(selectedValues);
36004
+ state.selectedRows = allSelectedRows;
36005
+ emit("change", val, allSelectedRows);
36006
+ } else {
36007
+ const selectedRow = state.tableData?.items?.find((item) => item[props.valueProp] === val);
36008
+ if (selectedRow) {
36009
+ state.selectedRows = [selectedRow];
36010
+ tableRef.value?.setCurrentRow(selectedRow);
36011
+ } else {
36012
+ state.selectedRows = [];
36013
+ tableRef.value?.setCurrentRow(null);
36014
+ }
36015
+ emit("change", val, selectedRow);
36016
+ }
36017
+ };
36018
+ const getRowStyle = ({ row }) => {
36019
+ return isRowSelected(row) ? {
36020
+ backgroundColor: "var(--el-color-primary-light-9)",
36021
+ borderLeft: "3px solid var(--el-color-primary)"
36022
+ } : {};
36023
+ };
36024
+ const getRowClassName = ({ row }) => {
36025
+ return isRowSelected(row) ? "selected-row" : "";
36026
+ };
36027
+ vue.watch(
36028
+ () => props.modelValue,
36029
+ // 监听的数据源
36030
+ (val) => {
36031
+ if (props.multiple) {
36032
+ state.selectedValues = Array.isArray(val) ? val : val ? [val] : [];
36033
+ } else {
36034
+ state.selectedValues = val;
36035
+ }
36036
+ updateSelectedRows();
36037
+ },
36038
+ { immediate: true }
36039
+ // 立即执行一次,确保初始化时也能正确设置
36040
+ );
36041
+ vue.watch(
36042
+ () => props.defaultOptions,
36043
+ // 监听的数据源
36044
+ (val) => setDefaultOptions(val),
36045
+ // 调用设置方法
36046
+ { immediate: true }
36047
+ // 立即执行一次
36048
+ );
36049
+ __expose({
36050
+ setValue,
36051
+ // 设置选中值(用于程序化设置选中的数据)
36052
+ handleQuery,
36053
+ // 执行查询(用于手动触发查询,可选择是否清空关键词)
36054
+ setQueryParams,
36055
+ // 设置查询参数(用于动态修改查询条件)
36056
+ setDefaultOptions
36057
+ // 设置默认选项(用于手动添加回显选项)
36058
+ });
36059
+ return (_ctx, _cache) => {
36060
+ const _component_el_option = vue.resolveComponent("el-option");
36061
+ const _component_el_button = vue.resolveComponent("el-button");
36062
+ const _component_el_button_group = vue.resolveComponent("el-button-group");
36063
+ const _component_el_row = vue.resolveComponent("el-row");
36064
+ const _component_el_form = vue.resolveComponent("el-form");
36065
+ const _component_el_empty = vue.resolveComponent("el-empty");
36066
+ const _component_el_table = vue.resolveComponent("el-table");
36067
+ const _component_el_pagination = vue.resolveComponent("el-pagination");
36068
+ const _component_el_select = vue.resolveComponent("el-select");
36069
+ const _directive_reclick = vue.resolveDirective("reclick");
36070
+ const _directive_loading = vue.resolveDirective("loading");
36071
+ return vue.openBlock(), vue.createElementBlock(
36072
+ vue.Fragment,
36073
+ null,
36074
+ [
36075
+ vue.createCommentVNode(" Element Plus\u4E0B\u62C9\u9009\u62E9\u5668\u7EC4\u4EF6 "),
36076
+ vue.createVNode(_component_el_select, vue.mergeProps(_ctx.$attrs, {
36077
+ modelValue: state.selectedValues,
36078
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => state.selectedValues = $event),
36079
+ clearable: __props.clearable,
36080
+ multiple: __props.multiple,
36081
+ disabled: __props.disabled,
36082
+ placeholder: __props.placeholder,
36083
+ "remote-method": remoteMethod,
36084
+ onVisibleChange: selectVisibleChange,
36085
+ onChange: selectedValuesChange,
36086
+ style: { width: __props.dropdownWidth },
36087
+ "popper-class": "popper-class",
36088
+ ref_key: "selectRef",
36089
+ ref: selectRef,
36090
+ "remote-show-suffix": "",
36091
+ filterable: "",
36092
+ remote: ""
36093
+ }), {
36094
+ default: vue.withCtx(() => [
36095
+ vue.createCommentVNode(" \u9690\u85CF\u7684\u9009\u9879\uFF0C\u7528\u4E8E\u5360\u4F4D\uFF0C\u9632\u6B62Element Plus\u8B66\u544A "),
36096
+ vue.createVNode(_component_el_option, {
36097
+ style: { "width": "0", "height": "0" },
36098
+ value: ""
36099
+ }),
36100
+ vue.createCommentVNode(" \u9ED8\u8BA4\u9009\u9879\uFF0C\u7528\u4E8E\u56DE\u663E\u6570\u636E "),
36101
+ 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 "),
36102
+ (vue.openBlock(true), vue.createElementBlock(
36103
+ vue.Fragment,
36104
+ null,
36105
+ vue.renderList(state.defaultOptions ?? [], (item) => {
36106
+ return vue.openBlock(), vue.createBlock(_component_el_option, {
36107
+ key: item[__props.valueProp],
36108
+ label: __props.labelFormat(item) || item[__props.labelProp],
36109
+ value: item[__props.valueProp],
36110
+ style: { "width": "0", "height": "0" }
36111
+ }, null, 8, ["label", "value"]);
36112
+ }),
36113
+ 128
36114
+ /* KEYED_FRAGMENT */
36115
+ )),
36116
+ vue.createCommentVNode(" \u4E0B\u62C9\u6846\u5185\u5BB9\u533A\u57DF "),
36117
+ 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 '),
36118
+ vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_1$4, [
36119
+ vue.createCommentVNode(" \u67E5\u8BE2\u8868\u5355\u533A\u57DF\uFF08\u4EC5\u5F53\u7236\u7EC4\u4EF6\u63D0\u4F9B\u4E86queryForm\u63D2\u69FD\u65F6\u663E\u793A\uFF09 "),
36120
+ _ctx.$slots.queryForm ? (vue.openBlock(), vue.createBlock(_component_el_form, {
36121
+ key: 0,
36122
+ model: state.tableQuery,
36123
+ class: "mg5 query-form",
36124
+ "label-width": __props.queryLabelWidth ?? "",
36125
+ onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
36126
+ }, ["stop"]))
36127
+ }, {
36128
+ default: vue.withCtx(() => [
36129
+ vue.createVNode(_component_el_row, { gutter: 10 }, {
36130
+ default: vue.withCtx(() => [
36131
+ vue.createCommentVNode(" \u67E5\u8BE2\u8868\u5355\u63D2\u69FD\uFF1A\u7531\u7236\u7EC4\u4EF6\u63D0\u4F9B\u8868\u5355\u5185\u5BB9 "),
36132
+ vue.renderSlot(_ctx.$slots, "queryForm", {
36133
+ query: state.tableQuery,
36134
+ handleQuery: () => handleQuery(true)
36135
+ }, void 0, true),
36136
+ vue.createCommentVNode(" \u67E5\u8BE2\u548C\u91CD\u7F6E\u6309\u94AE\u7EC4 "),
36137
+ vue.createVNode(_component_el_button_group, { style: { "position": "absolute", "right": "10px" } }, {
36138
+ default: vue.withCtx(() => [
36139
+ vue.createCommentVNode(" \u67E5\u8BE2\u6309\u94AE\uFF1A\u70B9\u51FB\u65F6\u7ACB\u5373\u663E\u793A\u52A0\u8F7D\u52A8\u753B\u5E76\u6267\u884C\u67E5\u8BE2 "),
36140
+ vue.withDirectives((vue.openBlock(), vue.createBlock(_component_el_button, {
36141
+ type: "primary",
36142
+ icon: "ele-Search",
36143
+ onClick: handleQueryClick
36144
+ }, {
36145
+ default: vue.withCtx(() => [..._cache[2] || (_cache[2] = [
36146
+ vue.createTextVNode(
36147
+ " \u67E5\u8BE2 ",
36148
+ -1
36149
+ /* CACHED */
36150
+ )
36151
+ ])]),
36152
+ _: 1
36153
+ /* STABLE */
36154
+ })), [
36155
+ [_directive_reclick, 1e3]
36156
+ ]),
36157
+ vue.createCommentVNode(" \u91CD\u7F6E\u6309\u94AE\uFF1A\u91CD\u7F6E\u67E5\u8BE2\u6761\u4EF6\u5E76\u91CD\u65B0\u67E5\u8BE2 "),
36158
+ vue.withDirectives((vue.openBlock(), vue.createBlock(_component_el_button, {
36159
+ icon: "ele-Refresh",
36160
+ onClick: resetQuery
36161
+ }, {
36162
+ default: vue.withCtx(() => [..._cache[3] || (_cache[3] = [
36163
+ vue.createTextVNode(
36164
+ " \u91CD\u7F6E ",
36165
+ -1
36166
+ /* CACHED */
36167
+ )
36168
+ ])]),
36169
+ _: 1
36170
+ /* STABLE */
36171
+ })), [
36172
+ [_directive_reclick, 1e3]
36173
+ ])
36174
+ ]),
36175
+ _: 1
36176
+ /* STABLE */
36177
+ })
36178
+ ]),
36179
+ _: 3
36180
+ /* FORWARDED */
36181
+ })
36182
+ ]),
36183
+ _: 3
36184
+ /* FORWARDED */
36185
+ }, 8, ["model", "label-width"])) : vue.createCommentVNode("v-if", true),
36186
+ 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 "),
36187
+ vue.createVNode(_component_el_table, {
36188
+ ref_key: "tableRef",
36189
+ ref: tableRef,
36190
+ onRowClick: handleChange,
36191
+ data: state.tableData?.items ?? [],
36192
+ height: _ctx.$slots.queryForm ? tableHeight.value : `calc(${__props.dropdownHeight} - ${CONSTANTS.TABLE_HEIGHT_OFFSET}px)`,
36193
+ "highlight-current-row": !__props.multiple,
36194
+ "row-class-name": getRowClassName,
36195
+ "row-style": getRowStyle
36196
+ }, {
36197
+ empty: vue.withCtx(() => [
36198
+ !state.loading ? (vue.openBlock(), vue.createBlock(_component_el_empty, {
36199
+ key: 0,
36200
+ "image-size": 25
36201
+ })) : vue.createCommentVNode("v-if", true)
36202
+ ]),
36203
+ default: vue.withCtx(() => [
36204
+ vue.renderSlot(_ctx.$slots, "columns", {}, void 0, true)
36205
+ ]),
36206
+ _: 3
36207
+ /* FORWARDED */
36208
+ }, 8, ["data", "height", "highlight-current-row"]),
36209
+ 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 "),
36210
+ props.pagination ? (vue.openBlock(), vue.createBlock(_component_el_pagination, {
36211
+ key: 1,
36212
+ disabled: state.loading,
36213
+ currentPage: state.tableQuery.page,
36214
+ "page-size": state.tableQuery.pageSize,
36215
+ total: state.tableData.total,
36216
+ "pager-count": 5,
36217
+ onSizeChange: handleSizeChange,
36218
+ onCurrentChange: handleCurrentChange,
36219
+ layout: "prev, pager, next",
36220
+ size: "small",
36221
+ background: ""
36222
+ }, null, 8, ["disabled", "currentPage", "page-size", "total"])) : vue.createCommentVNode("v-if", true)
36223
+ ])), [
36224
+ [_directive_loading, state.loading]
36225
+ ])
36226
+ ]),
36227
+ _: 3
36228
+ /* FORWARDED */
36229
+ }, 16, ["modelValue", "clearable", "multiple", "disabled", "placeholder", "style"])
36230
+ ],
36231
+ 2112
36232
+ /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
36233
+ );
36234
+ };
36235
+ }
36236
+ });
36237
+
36238
+ var inputtable = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-fc87e7bb"]]);
36239
+
35526
36240
  const _hoisted_1$3 = { style: { "padding": "5px" } };
35527
36241
  const _hoisted_2$2 = { style: { "display": "flex", "align-items": "center", "gap": "8px", "flex-wrap": "nowrap", "overflow": "hidden" } };
35528
36242
  const _hoisted_3$2 = { style: { "flex": "1 1 200px", "min-width": "0", "overflow": "hidden" } };
@@ -41562,12 +42276,13 @@
41562
42276
  }
41563
42277
  }
41564
42278
 
41565
- const FmTransfer = _sfc_main$h;
41566
- const FmNoticeBar = _sfc_main$g;
42279
+ const FmTransfer = _sfc_main$i;
42280
+ const FmNoticeBar = _sfc_main$h;
41567
42281
  const FmDragImg = dragimg;
41568
- const Fmselect = _sfc_main$e;
41569
- const FmAutocomplete = _sfc_main$d;
41570
- const Fminputdropdown = _sfc_main$b;
42282
+ const Fmselect = _sfc_main$f;
42283
+ const FmAutocomplete = _sfc_main$e;
42284
+ const Fminputdropdown = _sfc_main$c;
42285
+ const Fminputtable = inputtable;
41571
42286
  const Fmdatepicker = _sfc_main$9;
41572
42287
  const FmTree = _sfc_main$a;
41573
42288
  const FmQueryCondition = _sfc_main$6;
@@ -41627,6 +42342,7 @@
41627
42342
  FmNoticeBar,
41628
42343
  Fmselect,
41629
42344
  FmAutocomplete,
42345
+ Fminputtable,
41630
42346
  Fminputdropdown,
41631
42347
  FmTree,
41632
42348
  Fmdatepicker,
@@ -42151,9 +42867,9 @@
42151
42867
  */
42152
42868
  // Tagsview 风格:可选值"<tags-style-one|tags-style-four|tags-style-five>",默认 tags-style-five
42153
42869
  // 定义的值与 `/src/layout/navBars/tagsView/tagsView.vue` 中的 class 同名
42154
- tagsStyle: "tags-style-one",
42870
+ tagsStyle: "tags-style-five",
42155
42871
  // 主页面切换动画: Animate.css
42156
- animation: "fadeDown",
42872
+ animation: "zoom",
42157
42873
  // 分栏高亮风格:可选值"<columns-round|columns-card>",默认 columns-round
42158
42874
  columnsAsideStyle: "columns-round",
42159
42875
  // 分栏布局风格:可选值"<columns-horizontal|columns-vertical>",默认 columns-horizontal
@@ -42178,7 +42894,7 @@
42178
42894
  // 网站副标题(登录页顶部文字)
42179
42895
  globalViceTitle: "FM",
42180
42896
  // 网站副标题(登录页顶部文字)
42181
- globalViceTitleMsg: "\u901A\u7528\u6743\u9650\u5F00\u53D1\u6846\u67B6",
42897
+ globalViceTitleMsg: "\u901A\u7528\u7CFB\u7EDF\u5E73\u53F0",
42182
42898
  // 版权和备案文字
42183
42899
  copyright: "Copyright \xA9 2023-Present FM All rights reserved.",
42184
42900
  // 默认初始语言,可选值"<zh-CN|en|zh-TW>",默认 zh-CN
@@ -42214,7 +42930,16 @@
42214
42930
  },
42215
42931
  colorpicker: {
42216
42932
  confirm: "OK",
42217
- clear: "Leeren"
42933
+ clear: "Leeren",
42934
+ defaultLabel: "color picker",
42935
+ description: "current color is {color}. press enter to select a new color.",
42936
+ alphaLabel: "pick alpha value",
42937
+ alphaDescription: "alpha {alpha}, current color is {color}",
42938
+ hueLabel: "pick hue value",
42939
+ hueDescription: "hue {hue}, current color is {color}",
42940
+ svLabel: "pick saturation and brightness value",
42941
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
42942
+ predefineDescription: "select {value} as the color"
42218
42943
  },
42219
42944
  datepicker: {
42220
42945
  now: "Jetzt",
@@ -42222,6 +42947,10 @@
42222
42947
  cancel: "Abbrechen",
42223
42948
  clear: "Leeren",
42224
42949
  confirm: "OK",
42950
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
42951
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
42952
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
42953
+ selectedDate: "Selected date",
42225
42954
  selectDate: "Datum w\xE4hlen",
42226
42955
  selectTime: "Uhrzeit w\xE4hlen",
42227
42956
  startDate: "Startdatum",
@@ -42232,9 +42961,6 @@
42232
42961
  nextYear: "N\xE4chtes Jahr",
42233
42962
  prevMonth: "Letzter Monat",
42234
42963
  nextMonth: "N\xE4chster Monat",
42235
- day: "Tag",
42236
- week: "Woche",
42237
- month: "Monat",
42238
42964
  year: "",
42239
42965
  month1: "Januar",
42240
42966
  month2: "Februar",
@@ -42257,6 +42983,15 @@
42257
42983
  fri: "Fr",
42258
42984
  sat: "Sa"
42259
42985
  },
42986
+ weeksFull: {
42987
+ sun: "Sunday",
42988
+ mon: "Monday",
42989
+ tue: "Tuesday",
42990
+ wed: "Wednesday",
42991
+ thu: "Thursday",
42992
+ fri: "Friday",
42993
+ sat: "Saturday"
42994
+ },
42260
42995
  months: {
42261
42996
  jan: "Jan",
42262
42997
  feb: "Feb",
@@ -42270,7 +43005,13 @@
42270
43005
  oct: "Okt",
42271
43006
  nov: "Nov",
42272
43007
  dec: "Dez"
42273
- }
43008
+ },
43009
+ day: "Tag",
43010
+ month: "Monat"
43011
+ },
43012
+ inputNumber: {
43013
+ decrease: "decrease number",
43014
+ increase: "increase number"
42274
43015
  },
42275
43016
  select: {
42276
43017
  loading: "L\xE4dt.",
@@ -42281,6 +43022,9 @@
42281
43022
  mention: {
42282
43023
  loading: "L\xE4dt."
42283
43024
  },
43025
+ dropdown: {
43026
+ toggleDropdown: "Toggle Dropdown"
43027
+ },
42284
43028
  cascader: {
42285
43029
  noMatch: "Nichts gefunden.",
42286
43030
  loading: "L\xE4dt.",
@@ -42297,12 +43041,21 @@
42297
43041
  next: "Zur n\xE4chsten Seite gehen",
42298
43042
  currentPage: "Seite {pager}",
42299
43043
  prevPages: "Vorherige {pager} Seiten",
42300
- nextPages: "N\xE4chste {pager} Seiten"
43044
+ nextPages: "N\xE4chste {pager} Seiten",
43045
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
43046
+ },
43047
+ dialog: {
43048
+ close: "Close this dialog"
43049
+ },
43050
+ drawer: {
43051
+ close: "Close this dialog"
42301
43052
  },
42302
43053
  messagebox: {
43054
+ title: "Message",
42303
43055
  confirm: "OK",
42304
43056
  cancel: "Abbrechen",
42305
- error: "Fehler"
43057
+ error: "Fehler",
43058
+ close: "Close this dialog"
42306
43059
  },
42307
43060
  upload: {
42308
43061
  deleteTip: "Klicke l\xF6schen zum entfernen",
@@ -42310,6 +43063,11 @@
42310
43063
  preview: "Vorschau",
42311
43064
  continue: "Fortsetzen"
42312
43065
  },
43066
+ slider: {
43067
+ defaultLabel: "slider between {min} and {max}",
43068
+ defaultRangeStartLabel: "pick start value",
43069
+ defaultRangeEndLabel: "pick end value"
43070
+ },
42313
43071
  table: {
42314
43072
  emptyText: "Keine Daten",
42315
43073
  confirmFilter: "Anwenden",
@@ -42320,7 +43078,8 @@
42320
43078
  tour: {
42321
43079
  next: "Weiter",
42322
43080
  previous: "Zur\xFCck",
42323
- finish: "Fertig"
43081
+ finish: "Fertig",
43082
+ close: "Close this dialog"
42324
43083
  },
42325
43084
  tree: {
42326
43085
  emptyText: "Keine Eintr\xE4ge"
@@ -42362,7 +43121,13 @@
42362
43121
  clear: "Clear",
42363
43122
  defaultLabel: "color picker",
42364
43123
  description: "current color is {color}. press enter to select a new color.",
42365
- alphaLabel: "pick alpha value"
43124
+ alphaLabel: "pick alpha value",
43125
+ alphaDescription: "alpha {alpha}, current color is {color}",
43126
+ hueLabel: "pick hue value",
43127
+ hueDescription: "hue {hue}, current color is {color}",
43128
+ svLabel: "pick saturation and brightness value",
43129
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43130
+ predefineDescription: "select {value} as the color"
42366
43131
  },
42367
43132
  datepicker: {
42368
43133
  now: "Now",
@@ -42397,7 +43162,6 @@
42397
43162
  month10: "October",
42398
43163
  month11: "November",
42399
43164
  month12: "December",
42400
- week: "week",
42401
43165
  weeks: {
42402
43166
  sun: "Sun",
42403
43167
  mon: "Mon",
@@ -42500,7 +43264,8 @@
42500
43264
  tour: {
42501
43265
  next: "Next",
42502
43266
  previous: "Previous",
42503
- finish: "Finish"
43267
+ finish: "Finish",
43268
+ close: "Close this dialog"
42504
43269
  },
42505
43270
  tree: {
42506
43271
  emptyText: "No Data"
@@ -42539,7 +43304,16 @@
42539
43304
  },
42540
43305
  colorpicker: {
42541
43306
  confirm: "Confirmar",
42542
- clear: "Despejar"
43307
+ clear: "Despejar",
43308
+ defaultLabel: "color picker",
43309
+ description: "current color is {color}. press enter to select a new color.",
43310
+ alphaLabel: "pick alpha value",
43311
+ alphaDescription: "alpha {alpha}, current color is {color}",
43312
+ hueLabel: "pick hue value",
43313
+ hueDescription: "hue {hue}, current color is {color}",
43314
+ svLabel: "pick saturation and brightness value",
43315
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43316
+ predefineDescription: "select {value} as the color"
42543
43317
  },
42544
43318
  datepicker: {
42545
43319
  now: "Ahora",
@@ -42547,6 +43321,10 @@
42547
43321
  cancel: "Cancelar",
42548
43322
  clear: "Despejar",
42549
43323
  confirm: "Confirmar",
43324
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
43325
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
43326
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
43327
+ selectedDate: "Selected date",
42550
43328
  selectDate: "Seleccionar fecha",
42551
43329
  selectTime: "Seleccionar hora",
42552
43330
  startDate: "Fecha Incial",
@@ -42579,6 +43357,15 @@
42579
43357
  fri: "vie",
42580
43358
  sat: "s\xE1b"
42581
43359
  },
43360
+ weeksFull: {
43361
+ sun: "Sunday",
43362
+ mon: "Monday",
43363
+ tue: "Tuesday",
43364
+ wed: "Wednesday",
43365
+ thu: "Thursday",
43366
+ fri: "Friday",
43367
+ sat: "Saturday"
43368
+ },
42582
43369
  months: {
42583
43370
  jan: "ene",
42584
43371
  feb: "feb",
@@ -42594,6 +43381,10 @@
42594
43381
  dec: "dic"
42595
43382
  }
42596
43383
  },
43384
+ inputNumber: {
43385
+ decrease: "decrease number",
43386
+ increase: "increase number"
43387
+ },
42597
43388
  select: {
42598
43389
  loading: "Cargando",
42599
43390
  noMatch: "No hay datos que coincidan",
@@ -42603,6 +43394,9 @@
42603
43394
  mention: {
42604
43395
  loading: "Cargando"
42605
43396
  },
43397
+ dropdown: {
43398
+ toggleDropdown: "Toggle Dropdown"
43399
+ },
42606
43400
  cascader: {
42607
43401
  noMatch: "No hay datos que coincidan",
42608
43402
  loading: "Cargando",
@@ -42619,12 +43413,21 @@
42619
43413
  next: "Go to next page",
42620
43414
  currentPage: "page {pager}",
42621
43415
  prevPages: "Previous {pager} pages",
42622
- nextPages: "Next {pager} pages"
43416
+ nextPages: "Next {pager} pages",
43417
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
43418
+ },
43419
+ dialog: {
43420
+ close: "Close this dialog"
43421
+ },
43422
+ drawer: {
43423
+ close: "Close this dialog"
42623
43424
  },
42624
43425
  messagebox: {
43426
+ title: "Message",
42625
43427
  confirm: "Aceptar",
42626
43428
  cancel: "Cancelar",
42627
- error: "Entrada inv\xE1lida"
43429
+ error: "Entrada inv\xE1lida",
43430
+ close: "Close this dialog"
42628
43431
  },
42629
43432
  upload: {
42630
43433
  deleteTip: "Pulse Eliminar para retirar",
@@ -42632,6 +43435,11 @@
42632
43435
  preview: "Vista Previa",
42633
43436
  continue: "Continuar"
42634
43437
  },
43438
+ slider: {
43439
+ defaultLabel: "slider between {min} and {max}",
43440
+ defaultRangeStartLabel: "pick start value",
43441
+ defaultRangeEndLabel: "pick end value"
43442
+ },
42635
43443
  table: {
42636
43444
  emptyText: "Sin Datos",
42637
43445
  confirmFilter: "Confirmar",
@@ -42639,6 +43447,12 @@
42639
43447
  clearFilter: "Despejar",
42640
43448
  sumText: "Suma"
42641
43449
  },
43450
+ tour: {
43451
+ next: "Next",
43452
+ previous: "Previous",
43453
+ finish: "Finish",
43454
+ close: "Close this dialog"
43455
+ },
42642
43456
  tree: {
42643
43457
  emptyText: "Sin Datos"
42644
43458
  },
@@ -42676,7 +43490,16 @@
42676
43490
  },
42677
43491
  colorpicker: {
42678
43492
  confirm: "OK",
42679
- clear: "Tyhjenn\xE4"
43493
+ clear: "Tyhjenn\xE4",
43494
+ defaultLabel: "color picker",
43495
+ description: "current color is {color}. press enter to select a new color.",
43496
+ alphaLabel: "pick alpha value",
43497
+ alphaDescription: "alpha {alpha}, current color is {color}",
43498
+ hueLabel: "pick hue value",
43499
+ hueDescription: "hue {hue}, current color is {color}",
43500
+ svLabel: "pick saturation and brightness value",
43501
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43502
+ predefineDescription: "select {value} as the color"
42680
43503
  },
42681
43504
  datepicker: {
42682
43505
  now: "Nyt",
@@ -42684,6 +43507,10 @@
42684
43507
  cancel: "Peruuta",
42685
43508
  clear: "Tyhjenn\xE4",
42686
43509
  confirm: "OK",
43510
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
43511
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
43512
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
43513
+ selectedDate: "Selected date",
42687
43514
  selectDate: "Valitse p\xE4iv\xE4",
42688
43515
  selectTime: "Valitse aika",
42689
43516
  startDate: "Aloitusp\xE4iv\xE4",
@@ -42716,6 +43543,15 @@
42716
43543
  fri: "pe",
42717
43544
  sat: "la"
42718
43545
  },
43546
+ weeksFull: {
43547
+ sun: "Sunday",
43548
+ mon: "Monday",
43549
+ tue: "Tuesday",
43550
+ wed: "Wednesday",
43551
+ thu: "Thursday",
43552
+ fri: "Friday",
43553
+ sat: "Saturday"
43554
+ },
42719
43555
  months: {
42720
43556
  jan: "tammi",
42721
43557
  feb: "helmi",
@@ -42731,6 +43567,10 @@
42731
43567
  dec: "joulu"
42732
43568
  }
42733
43569
  },
43570
+ inputNumber: {
43571
+ decrease: "decrease number",
43572
+ increase: "increase number"
43573
+ },
42734
43574
  select: {
42735
43575
  loading: "Lataa",
42736
43576
  noMatch: "Ei vastaavia tietoja",
@@ -42740,6 +43580,9 @@
42740
43580
  mention: {
42741
43581
  loading: "Lataa"
42742
43582
  },
43583
+ dropdown: {
43584
+ toggleDropdown: "Toggle Dropdown"
43585
+ },
42743
43586
  cascader: {
42744
43587
  noMatch: "Ei vastaavia tietoja",
42745
43588
  loading: "Lataa",
@@ -42756,13 +43599,21 @@
42756
43599
  next: "Go to next page",
42757
43600
  currentPage: "page {pager}",
42758
43601
  prevPages: "Previous {pager} pages",
42759
- nextPages: "Next {pager} pages"
43602
+ nextPages: "Next {pager} pages",
43603
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
43604
+ },
43605
+ dialog: {
43606
+ close: "Close this dialog"
43607
+ },
43608
+ drawer: {
43609
+ close: "Close this dialog"
42760
43610
  },
42761
43611
  messagebox: {
42762
43612
  title: "Viesti",
42763
43613
  confirm: "OK",
42764
43614
  cancel: "Peruuta",
42765
- error: "Virheellinen sy\xF6te"
43615
+ error: "Virheellinen sy\xF6te",
43616
+ close: "Close this dialog"
42766
43617
  },
42767
43618
  upload: {
42768
43619
  deleteTip: "Poista Delete-n\xE4pp\xE4imell\xE4",
@@ -42770,6 +43621,11 @@
42770
43621
  preview: "Esikatsele",
42771
43622
  continue: "Jatka"
42772
43623
  },
43624
+ slider: {
43625
+ defaultLabel: "slider between {min} and {max}",
43626
+ defaultRangeStartLabel: "pick start value",
43627
+ defaultRangeEndLabel: "pick end value"
43628
+ },
42773
43629
  table: {
42774
43630
  emptyText: "Ei tietoja",
42775
43631
  confirmFilter: "Vahvista",
@@ -42777,6 +43633,12 @@
42777
43633
  clearFilter: "Kaikki",
42778
43634
  sumText: "Summa"
42779
43635
  },
43636
+ tour: {
43637
+ next: "Next",
43638
+ previous: "Previous",
43639
+ finish: "Finish",
43640
+ close: "Close this dialog"
43641
+ },
42780
43642
  tree: {
42781
43643
  emptyText: "Ei tietoja"
42782
43644
  },
@@ -42810,13 +43672,20 @@
42810
43672
  name: "fr",
42811
43673
  el: {
42812
43674
  breadcrumb: {
42813
- label: `Fil d'Ariane`
43675
+ label: "Fil d'Ariane"
42814
43676
  },
42815
43677
  colorpicker: {
42816
43678
  confirm: "Confirmer",
42817
43679
  clear: "Effacer",
42818
43680
  defaultLabel: "color picker",
42819
- description: "La couleur actuelle est {color}. Appuyer sur Entr\xE9e pour s\xE9lectionner une nouvelle couleur."
43681
+ description: "La couleur actuelle est {color}. Appuyer sur Entr\xE9e pour s\xE9lectionner une nouvelle couleur.",
43682
+ alphaLabel: "Choisir la valeur alpha",
43683
+ alphaDescription: "alpha {alpha}, current color is {color}",
43684
+ hueLabel: "pick hue value",
43685
+ hueDescription: "hue {hue}, current color is {color}",
43686
+ svLabel: "pick saturation and brightness value",
43687
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43688
+ predefineDescription: "select {value} as the color"
42820
43689
  },
42821
43690
  datepicker: {
42822
43691
  now: "Maintenant",
@@ -42851,7 +43720,6 @@
42851
43720
  month10: "Octobre",
42852
43721
  month11: "Novembre",
42853
43722
  month12: "D\xE9cembre",
42854
- week: "Semaine",
42855
43723
  weeks: {
42856
43724
  sun: "Dim",
42857
43725
  mon: "Lun",
@@ -42898,6 +43766,9 @@
42898
43766
  mention: {
42899
43767
  loading: "Chargement"
42900
43768
  },
43769
+ dropdown: {
43770
+ toggleDropdown: "Basculer la liste d\xE9roulante"
43771
+ },
42901
43772
  cascader: {
42902
43773
  noMatch: "Aucune correspondance",
42903
43774
  loading: "Chargement",
@@ -42951,7 +43822,8 @@
42951
43822
  tour: {
42952
43823
  next: "suivant",
42953
43824
  previous: "pr\xE9c\xE9dent",
42954
- finish: "fin"
43825
+ finish: "fin",
43826
+ close: "Fermer la bo\xEEte de dialogue"
42955
43827
  },
42956
43828
  tree: {
42957
43829
  emptyText: "Aucune donn\xE9e"
@@ -42990,7 +43862,16 @@
42990
43862
  },
42991
43863
  colorpicker: {
42992
43864
  confirm: "OK",
42993
- clear: "Pulisci"
43865
+ clear: "Pulisci",
43866
+ defaultLabel: "color picker",
43867
+ description: "current color is {color}. press enter to select a new color.",
43868
+ alphaLabel: "pick alpha value",
43869
+ alphaDescription: "alpha {alpha}, current color is {color}",
43870
+ hueLabel: "pick hue value",
43871
+ hueDescription: "hue {hue}, current color is {color}",
43872
+ svLabel: "pick saturation and brightness value",
43873
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43874
+ predefineDescription: "select {value} as the color"
42994
43875
  },
42995
43876
  datepicker: {
42996
43877
  now: "Ora",
@@ -42998,6 +43879,10 @@
42998
43879
  cancel: "Cancella",
42999
43880
  clear: "Pulisci",
43000
43881
  confirm: "OK",
43882
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
43883
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
43884
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
43885
+ selectedDate: "Selected date",
43001
43886
  selectDate: "Seleziona data",
43002
43887
  selectTime: "Seleziona ora",
43003
43888
  startDate: "Data inizio",
@@ -43030,6 +43915,15 @@
43030
43915
  fri: "Ven",
43031
43916
  sat: "Sab"
43032
43917
  },
43918
+ weeksFull: {
43919
+ sun: "Sunday",
43920
+ mon: "Monday",
43921
+ tue: "Tuesday",
43922
+ wed: "Wednesday",
43923
+ thu: "Thursday",
43924
+ fri: "Friday",
43925
+ sat: "Saturday"
43926
+ },
43033
43927
  months: {
43034
43928
  jan: "Gen",
43035
43929
  feb: "Feb",
@@ -43045,6 +43939,10 @@
43045
43939
  dec: "Dic"
43046
43940
  }
43047
43941
  },
43942
+ inputNumber: {
43943
+ decrease: "decrease number",
43944
+ increase: "increase number"
43945
+ },
43048
43946
  select: {
43049
43947
  loading: "Caricamento",
43050
43948
  noMatch: "Nessuna corrispondenza",
@@ -43054,6 +43952,9 @@
43054
43952
  mention: {
43055
43953
  loading: "Caricamento"
43056
43954
  },
43955
+ dropdown: {
43956
+ toggleDropdown: "Toggle Dropdown"
43957
+ },
43057
43958
  cascader: {
43058
43959
  noMatch: "Nessuna corrispondenza",
43059
43960
  loading: "Caricamento",
@@ -43070,12 +43971,21 @@
43070
43971
  next: "Go to next page",
43071
43972
  currentPage: "page {pager}",
43072
43973
  prevPages: "Previous {pager} pages",
43073
- nextPages: "Next {pager} pages"
43974
+ nextPages: "Next {pager} pages",
43975
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
43976
+ },
43977
+ dialog: {
43978
+ close: "Close this dialog"
43979
+ },
43980
+ drawer: {
43981
+ close: "Close this dialog"
43074
43982
  },
43075
43983
  messagebox: {
43984
+ title: "Message",
43076
43985
  confirm: "OK",
43077
43986
  cancel: "Cancella",
43078
- error: "Input non valido"
43987
+ error: "Input non valido",
43988
+ close: "Close this dialog"
43079
43989
  },
43080
43990
  upload: {
43081
43991
  deleteTip: "Premi cancella per rimuovere",
@@ -43083,6 +43993,11 @@
43083
43993
  preview: "Anteprima",
43084
43994
  continue: "Continua"
43085
43995
  },
43996
+ slider: {
43997
+ defaultLabel: "slider between {min} and {max}",
43998
+ defaultRangeStartLabel: "pick start value",
43999
+ defaultRangeEndLabel: "pick end value"
44000
+ },
43086
44001
  table: {
43087
44002
  emptyText: "Nessun dato",
43088
44003
  confirmFilter: "Conferma",
@@ -43090,6 +44005,12 @@
43090
44005
  clearFilter: "Tutti",
43091
44006
  sumText: "Somma"
43092
44007
  },
44008
+ tour: {
44009
+ next: "Next",
44010
+ previous: "Previous",
44011
+ finish: "Finish",
44012
+ close: "Close this dialog"
44013
+ },
43093
44014
  tree: {
43094
44015
  emptyText: "Nessun dato"
43095
44016
  },
@@ -43127,7 +44048,16 @@
43127
44048
  },
43128
44049
  colorpicker: {
43129
44050
  confirm: "OK",
43130
- clear: "\u30AF\u30EA\u30A2"
44051
+ clear: "\u30AF\u30EA\u30A2",
44052
+ defaultLabel: "color picker",
44053
+ description: "current color is {color}. press enter to select a new color.",
44054
+ alphaLabel: "pick alpha value",
44055
+ alphaDescription: "alpha {alpha}, current color is {color}",
44056
+ hueLabel: "pick hue value",
44057
+ hueDescription: "hue {hue}, current color is {color}",
44058
+ svLabel: "pick saturation and brightness value",
44059
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44060
+ predefineDescription: "select {value} as the color"
43131
44061
  },
43132
44062
  datepicker: {
43133
44063
  now: "\u73FE\u5728",
@@ -43135,6 +44065,10 @@
43135
44065
  cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
43136
44066
  clear: "\u30AF\u30EA\u30A2",
43137
44067
  confirm: "OK",
44068
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
44069
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
44070
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
44071
+ selectedDate: "Selected date",
43138
44072
  selectDate: "\u65E5\u4ED8\u3092\u9078\u629E",
43139
44073
  selectTime: "\u6642\u9593\u3092\u9078\u629E",
43140
44074
  startDate: "\u958B\u59CB\u65E5",
@@ -43167,6 +44101,15 @@
43167
44101
  fri: "\u91D1",
43168
44102
  sat: "\u571F"
43169
44103
  },
44104
+ weeksFull: {
44105
+ sun: "Sunday",
44106
+ mon: "Monday",
44107
+ tue: "Tuesday",
44108
+ wed: "Wednesday",
44109
+ thu: "Thursday",
44110
+ fri: "Friday",
44111
+ sat: "Saturday"
44112
+ },
43170
44113
  months: {
43171
44114
  jan: "1\u6708",
43172
44115
  feb: "2\u6708",
@@ -43182,6 +44125,10 @@
43182
44125
  dec: "12\u6708"
43183
44126
  }
43184
44127
  },
44128
+ inputNumber: {
44129
+ decrease: "decrease number",
44130
+ increase: "increase number"
44131
+ },
43185
44132
  select: {
43186
44133
  loading: "\u30ED\u30FC\u30C9\u4E2D",
43187
44134
  noMatch: "\u30C7\u30FC\u30BF\u306A\u3057",
@@ -43191,6 +44138,9 @@
43191
44138
  mention: {
43192
44139
  loading: "\u30ED\u30FC\u30C9\u4E2D"
43193
44140
  },
44141
+ dropdown: {
44142
+ toggleDropdown: "Toggle Dropdown"
44143
+ },
43194
44144
  cascader: {
43195
44145
  noMatch: "\u30C7\u30FC\u30BF\u306A\u3057",
43196
44146
  loading: "\u30ED\u30FC\u30C9\u4E2D",
@@ -43207,13 +44157,21 @@
43207
44157
  next: "Go to next page",
43208
44158
  currentPage: "page {pager}",
43209
44159
  prevPages: "Previous {pager} pages",
43210
- nextPages: "Next {pager} pages"
44160
+ nextPages: "Next {pager} pages",
44161
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
44162
+ },
44163
+ dialog: {
44164
+ close: "Close this dialog"
44165
+ },
44166
+ drawer: {
44167
+ close: "Close this dialog"
43211
44168
  },
43212
44169
  messagebox: {
43213
44170
  title: "\u30E1\u30C3\u30BB\u30FC\u30B8",
43214
44171
  confirm: "OK",
43215
44172
  cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
43216
- error: "\u6B63\u3057\u304F\u306A\u3044\u5165\u529B"
44173
+ error: "\u6B63\u3057\u304F\u306A\u3044\u5165\u529B",
44174
+ close: "Close this dialog"
43217
44175
  },
43218
44176
  upload: {
43219
44177
  deleteTip: "Del\u30AD\u30FC\u3092\u62BC\u3057\u3066\u524A\u9664\u3059\u308B",
@@ -43221,6 +44179,11 @@
43221
44179
  preview: "\u30D7\u30EC\u30D3\u30E5\u30FC",
43222
44180
  continue: "\u7D9A\u884C\u3059\u308B"
43223
44181
  },
44182
+ slider: {
44183
+ defaultLabel: "slider between {min} and {max}",
44184
+ defaultRangeStartLabel: "pick start value",
44185
+ defaultRangeEndLabel: "pick end value"
44186
+ },
43224
44187
  table: {
43225
44188
  emptyText: "\u30C7\u30FC\u30BF\u306A\u3057",
43226
44189
  confirmFilter: "\u78BA\u8A8D",
@@ -43231,7 +44194,8 @@
43231
44194
  tour: {
43232
44195
  next: "\u6B21\u3078",
43233
44196
  previous: "\u524D\u3078",
43234
- finish: "\u30C4\u30A2\u30FC\u7D42\u4E86"
44197
+ finish: "\u30C4\u30A2\u30FC\u7D42\u4E86",
44198
+ close: "Close this dialog"
43235
44199
  },
43236
44200
  tree: {
43237
44201
  emptyText: "\u30C7\u30FC\u30BF\u306A\u3057"
@@ -43272,7 +44236,14 @@
43272
44236
  confirm: "\uD655\uC778",
43273
44237
  clear: "\uCD08\uAE30\uD654",
43274
44238
  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."
44239
+ description: "\uD604\uC7AC \uC0C9\uC0C1\uC740 {color}\uC785\uB2C8\uB2E4. Enter \uD0A4\uB97C \uB20C\uB7EC \uC0C8 \uC0C9\uC0C1\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",
44240
+ alphaLabel: "pick alpha value",
44241
+ alphaDescription: "alpha {alpha}, current color is {color}",
44242
+ hueLabel: "pick hue value",
44243
+ hueDescription: "hue {hue}, current color is {color}",
44244
+ svLabel: "pick saturation and brightness value",
44245
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44246
+ predefineDescription: "select {value} as the color"
43276
44247
  },
43277
44248
  datepicker: {
43278
44249
  now: "\uC9C0\uAE08",
@@ -43283,6 +44254,7 @@
43283
44254
  dateTablePrompt: "\uD654\uC0B4\uD45C \uD0A4\uB97C \uC0AC\uC6A9\uD558\uACE0 Enter\uB97C \uB20C\uB7EC \uB0A0\uC9DC\uB97C \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.",
43284
44255
  monthTablePrompt: "\uD654\uC0B4\uD45C \uD0A4\uB97C \uC0AC\uC6A9\uD558\uACE0 Enter\uB97C \uB20C\uB7EC \uC6D4\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",
43285
44256
  yearTablePrompt: "\uD654\uC0B4\uD45C \uD0A4\uB97C \uC0AC\uC6A9\uD558\uACE0 Enter \uD0A4\uB97C \uB20C\uB7EC \uC5F0\uB3C4\uB97C \uC120\uD0DD\uD569\uB2C8\uB2E4.",
44257
+ selectedDate: "Selected date",
43286
44258
  selectDate: "\uB0A0\uC9DC \uC120\uD0DD",
43287
44259
  selectTime: "\uC2DC\uAC04 \uC120\uD0DD",
43288
44260
  startDate: "\uC2DC\uC791 \uB0A0\uC9DC",
@@ -43315,6 +44287,15 @@
43315
44287
  fri: "\uAE08",
43316
44288
  sat: "\uD1A0"
43317
44289
  },
44290
+ weeksFull: {
44291
+ sun: "Sunday",
44292
+ mon: "Monday",
44293
+ tue: "Tuesday",
44294
+ wed: "Wednesday",
44295
+ thu: "Thursday",
44296
+ fri: "Friday",
44297
+ sat: "Saturday"
44298
+ },
43318
44299
  months: {
43319
44300
  jan: "1\uC6D4",
43320
44301
  feb: "2\uC6D4",
@@ -43399,7 +44380,8 @@
43399
44380
  tour: {
43400
44381
  next: "\uB2E4\uC74C",
43401
44382
  previous: "\uC774\uC804",
43402
- finish: "\uC885\uB8CC"
44383
+ finish: "\uC885\uB8CC",
44384
+ close: "Close this dialog"
43403
44385
  },
43404
44386
  tree: {
43405
44387
  emptyText: "\uB370\uC774\uD130 \uC5C6\uC74C"
@@ -43441,7 +44423,13 @@
43441
44423
  clear: "T\xF8m",
43442
44424
  defaultLabel: "Fargevelger",
43443
44425
  description: "N\xE5v\xE6rende farge {color}, velg ny farge med Enter-tasten",
43444
- alphaLabel: "Velg verdi for gjennomsiktighet"
44426
+ alphaLabel: "Velg verdi for gjennomsiktighet",
44427
+ alphaDescription: "alpha {alpha}, current color is {color}",
44428
+ hueLabel: "pick hue value",
44429
+ hueDescription: "hue {hue}, current color is {color}",
44430
+ svLabel: "pick saturation and brightness value",
44431
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44432
+ predefineDescription: "select {value} as the color"
43445
44433
  },
43446
44434
  datepicker: {
43447
44435
  now: "N\xE5",
@@ -43519,12 +44507,12 @@
43519
44507
  noData: "Ingen data",
43520
44508
  placeholder: "Velg"
43521
44509
  },
43522
- dropdown: {
43523
- toggleDropdown: "Vis/skjul nedtrekksmeny"
43524
- },
43525
44510
  mention: {
43526
44511
  loading: "Laster"
43527
44512
  },
44513
+ dropdown: {
44514
+ toggleDropdown: "Vis/skjul nedtrekksmeny"
44515
+ },
43528
44516
  cascader: {
43529
44517
  noMatch: "Ingen treff",
43530
44518
  loading: "Laster",
@@ -43578,7 +44566,8 @@
43578
44566
  tour: {
43579
44567
  next: "Neste",
43580
44568
  previous: "Forrige",
43581
- finish: "Avslutt omvisning"
44569
+ finish: "Avslutt omvisning",
44570
+ close: "Close this dialog"
43582
44571
  },
43583
44572
  tree: {
43584
44573
  emptyText: "Ingen data"
@@ -43617,7 +44606,16 @@
43617
44606
  },
43618
44607
  colorpicker: {
43619
44608
  confirm: "OK",
43620
- clear: "Wyczy\u015B\u0107"
44609
+ clear: "Wyczy\u015B\u0107",
44610
+ defaultLabel: "color picker",
44611
+ description: "current color is {color}. press enter to select a new color.",
44612
+ alphaLabel: "pick alpha value",
44613
+ alphaDescription: "alpha {alpha}, current color is {color}",
44614
+ hueLabel: "pick hue value",
44615
+ hueDescription: "hue {hue}, current color is {color}",
44616
+ svLabel: "pick saturation and brightness value",
44617
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44618
+ predefineDescription: "select {value} as the color"
43621
44619
  },
43622
44620
  datepicker: {
43623
44621
  now: "Teraz",
@@ -43625,6 +44623,10 @@
43625
44623
  cancel: "Anuluj",
43626
44624
  clear: "Wyczy\u015B\u0107",
43627
44625
  confirm: "OK",
44626
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
44627
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
44628
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
44629
+ selectedDate: "Selected date",
43628
44630
  selectDate: "Wybierz dat\u0119",
43629
44631
  selectTime: "Wybierz godzin\u0119",
43630
44632
  startDate: "Data pocz\u0105tkowa",
@@ -43648,7 +44650,6 @@
43648
44650
  month10: "pa\u017Adziernik",
43649
44651
  month11: "listopad",
43650
44652
  month12: "grudzie\u0144",
43651
- week: "tydzie\u0144",
43652
44653
  weeks: {
43653
44654
  sun: "niedz.",
43654
44655
  mon: "pon.",
@@ -43658,6 +44659,15 @@
43658
44659
  fri: "pt.",
43659
44660
  sat: "sob."
43660
44661
  },
44662
+ weeksFull: {
44663
+ sun: "Sunday",
44664
+ mon: "Monday",
44665
+ tue: "Tuesday",
44666
+ wed: "Wednesday",
44667
+ thu: "Thursday",
44668
+ fri: "Friday",
44669
+ sat: "Saturday"
44670
+ },
43661
44671
  months: {
43662
44672
  jan: "STY",
43663
44673
  feb: "LUT",
@@ -43673,6 +44683,10 @@
43673
44683
  dec: "GRU"
43674
44684
  }
43675
44685
  },
44686
+ inputNumber: {
44687
+ decrease: "decrease number",
44688
+ increase: "increase number"
44689
+ },
43676
44690
  select: {
43677
44691
  loading: "\u0141adowanie",
43678
44692
  noMatch: "Brak dopasowa\u0144",
@@ -43682,6 +44696,9 @@
43682
44696
  mention: {
43683
44697
  loading: "\u0141adowanie"
43684
44698
  },
44699
+ dropdown: {
44700
+ toggleDropdown: "Toggle Dropdown"
44701
+ },
43685
44702
  cascader: {
43686
44703
  noMatch: "Brak dopasowa\u0144",
43687
44704
  loading: "\u0141adowanie",
@@ -43698,13 +44715,21 @@
43698
44715
  next: "Go to next page",
43699
44716
  currentPage: "page {pager}",
43700
44717
  prevPages: "Previous {pager} pages",
43701
- nextPages: "Next {pager} pages"
44718
+ nextPages: "Next {pager} pages",
44719
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
44720
+ },
44721
+ dialog: {
44722
+ close: "Close this dialog"
44723
+ },
44724
+ drawer: {
44725
+ close: "Close this dialog"
43702
44726
  },
43703
44727
  messagebox: {
43704
44728
  title: "Wiadomo\u015B\u0107",
43705
44729
  confirm: "OK",
43706
44730
  cancel: "Anuluj",
43707
- error: "Wiadomo\u015B\u0107 zawiera niedozwolone znaki"
44731
+ error: "Wiadomo\u015B\u0107 zawiera niedozwolone znaki",
44732
+ close: "Close this dialog"
43708
44733
  },
43709
44734
  upload: {
43710
44735
  deleteTip: "kliknij kasuj aby usun\u0105\u0107",
@@ -43712,6 +44737,11 @@
43712
44737
  preview: "Podgl\u0105d",
43713
44738
  continue: "Kontynuuj"
43714
44739
  },
44740
+ slider: {
44741
+ defaultLabel: "slider between {min} and {max}",
44742
+ defaultRangeStartLabel: "pick start value",
44743
+ defaultRangeEndLabel: "pick end value"
44744
+ },
43715
44745
  table: {
43716
44746
  emptyText: "Brak danych",
43717
44747
  confirmFilter: "Potwierd\u017A",
@@ -43722,7 +44752,8 @@
43722
44752
  tour: {
43723
44753
  next: "Dalej",
43724
44754
  previous: "Wr\xF3\u0107",
43725
- finish: "Zako\u0144cz"
44755
+ finish: "Zako\u0144cz",
44756
+ close: "Close this dialog"
43726
44757
  },
43727
44758
  tree: {
43728
44759
  emptyText: "Brak danych"
@@ -43761,7 +44792,16 @@
43761
44792
  },
43762
44793
  colorpicker: {
43763
44794
  confirm: "Confirmar",
43764
- clear: "Limpar"
44795
+ clear: "Limpar",
44796
+ defaultLabel: "color picker",
44797
+ description: "current color is {color}. press enter to select a new color.",
44798
+ alphaLabel: "pick alpha value",
44799
+ alphaDescription: "alpha {alpha}, current color is {color}",
44800
+ hueLabel: "pick hue value",
44801
+ hueDescription: "hue {hue}, current color is {color}",
44802
+ svLabel: "pick saturation and brightness value",
44803
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44804
+ predefineDescription: "select {value} as the color"
43765
44805
  },
43766
44806
  datepicker: {
43767
44807
  now: "Agora",
@@ -43769,6 +44809,10 @@
43769
44809
  cancel: "Cancelar",
43770
44810
  clear: "Limpar",
43771
44811
  confirm: "Confirmar",
44812
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
44813
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
44814
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
44815
+ selectedDate: "Selected date",
43772
44816
  selectDate: "Selecione a data",
43773
44817
  selectTime: "Selecione a hora",
43774
44818
  startDate: "Data de inicio",
@@ -43801,6 +44845,15 @@
43801
44845
  fri: "Sex",
43802
44846
  sat: "Sab"
43803
44847
  },
44848
+ weeksFull: {
44849
+ sun: "Sunday",
44850
+ mon: "Monday",
44851
+ tue: "Tuesday",
44852
+ wed: "Wednesday",
44853
+ thu: "Thursday",
44854
+ fri: "Friday",
44855
+ sat: "Saturday"
44856
+ },
43804
44857
  months: {
43805
44858
  jan: "Jan",
43806
44859
  feb: "Fev",
@@ -43816,6 +44869,10 @@
43816
44869
  dec: "Dez"
43817
44870
  }
43818
44871
  },
44872
+ inputNumber: {
44873
+ decrease: "decrease number",
44874
+ increase: "increase number"
44875
+ },
43819
44876
  select: {
43820
44877
  loading: "A carregar",
43821
44878
  noMatch: "Sem correspond\xEAncia",
@@ -43825,6 +44882,9 @@
43825
44882
  mention: {
43826
44883
  loading: "A carregar"
43827
44884
  },
44885
+ dropdown: {
44886
+ toggleDropdown: "Toggle Dropdown"
44887
+ },
43828
44888
  cascader: {
43829
44889
  noMatch: "Sem correspond\xEAncia",
43830
44890
  loading: "A carregar",
@@ -43841,13 +44901,21 @@
43841
44901
  next: "Go to next page",
43842
44902
  currentPage: "page {pager}",
43843
44903
  prevPages: "Previous {pager} pages",
43844
- nextPages: "Next {pager} pages"
44904
+ nextPages: "Next {pager} pages",
44905
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
44906
+ },
44907
+ dialog: {
44908
+ close: "Close this dialog"
44909
+ },
44910
+ drawer: {
44911
+ close: "Close this dialog"
43845
44912
  },
43846
44913
  messagebox: {
43847
44914
  title: "Mensagem",
43848
44915
  confirm: "Confirmar",
43849
44916
  cancel: "Cancelar",
43850
- error: "Erro!"
44917
+ error: "Erro!",
44918
+ close: "Close this dialog"
43851
44919
  },
43852
44920
  upload: {
43853
44921
  deleteTip: "press delete to remove",
@@ -43855,6 +44923,11 @@
43855
44923
  preview: "Previsualizar",
43856
44924
  continue: "Continuar"
43857
44925
  },
44926
+ slider: {
44927
+ defaultLabel: "slider between {min} and {max}",
44928
+ defaultRangeStartLabel: "pick start value",
44929
+ defaultRangeEndLabel: "pick end value"
44930
+ },
43858
44931
  table: {
43859
44932
  emptyText: "Sem dados",
43860
44933
  confirmFilter: "Confirmar",
@@ -43862,6 +44935,12 @@
43862
44935
  clearFilter: "Todos",
43863
44936
  sumText: "Sum"
43864
44937
  },
44938
+ tour: {
44939
+ next: "Next",
44940
+ previous: "Previous",
44941
+ finish: "Finish",
44942
+ close: "Close this dialog"
44943
+ },
43865
44944
  tree: {
43866
44945
  emptyText: "Sem dados"
43867
44946
  },
@@ -43899,7 +44978,16 @@
43899
44978
  },
43900
44979
  colorpicker: {
43901
44980
  confirm: "\u041E\u043A",
43902
- clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C"
44981
+ clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C",
44982
+ defaultLabel: "color picker",
44983
+ description: "current color is {color}. press enter to select a new color.",
44984
+ alphaLabel: "pick alpha value",
44985
+ alphaDescription: "alpha {alpha}, current color is {color}",
44986
+ hueLabel: "pick hue value",
44987
+ hueDescription: "hue {hue}, current color is {color}",
44988
+ svLabel: "pick saturation and brightness value",
44989
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44990
+ predefineDescription: "select {value} as the color"
43903
44991
  },
43904
44992
  datepicker: {
43905
44993
  now: "\u0421\u0435\u0439\u0447\u0430\u0441",
@@ -43907,6 +44995,10 @@
43907
44995
  cancel: "\u041E\u0442\u043C\u0435\u043D\u0430",
43908
44996
  clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C",
43909
44997
  confirm: "\u041E\u043A",
44998
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
44999
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
45000
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
45001
+ selectedDate: "Selected date",
43910
45002
  selectDate: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0434\u0430\u0442\u0443",
43911
45003
  selectTime: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u044F",
43912
45004
  startDate: "\u0414\u0430\u0442\u0430 \u043D\u0430\u0447\u0430\u043B\u0430",
@@ -43930,7 +45022,6 @@
43930
45022
  month10: "\u041E\u043A\u0442\u044F\u0431\u0440\u044C",
43931
45023
  month11: "\u041D\u043E\u044F\u0431\u0440\u044C",
43932
45024
  month12: "\u0414\u0435\u043A\u0430\u0431\u0440\u044C",
43933
- week: "\u043D\u0435\u0434\u0435\u043B\u044F",
43934
45025
  weeks: {
43935
45026
  sun: "\u0412\u0441",
43936
45027
  mon: "\u041F\u043D",
@@ -43940,6 +45031,15 @@
43940
45031
  fri: "\u041F\u0442",
43941
45032
  sat: "\u0421\u0431"
43942
45033
  },
45034
+ weeksFull: {
45035
+ sun: "Sunday",
45036
+ mon: "Monday",
45037
+ tue: "Tuesday",
45038
+ wed: "Wednesday",
45039
+ thu: "Thursday",
45040
+ fri: "Friday",
45041
+ sat: "Saturday"
45042
+ },
43943
45043
  months: {
43944
45044
  jan: "\u042F\u043D\u0432",
43945
45045
  feb: "\u0424\u0435\u0432",
@@ -43955,6 +45055,10 @@
43955
45055
  dec: "\u0414\u0435\u043A"
43956
45056
  }
43957
45057
  },
45058
+ inputNumber: {
45059
+ decrease: "decrease number",
45060
+ increase: "increase number"
45061
+ },
43958
45062
  select: {
43959
45063
  loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
43960
45064
  noMatch: "\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u0439 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E",
@@ -43964,6 +45068,9 @@
43964
45068
  mention: {
43965
45069
  loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430"
43966
45070
  },
45071
+ dropdown: {
45072
+ toggleDropdown: "Toggle Dropdown"
45073
+ },
43967
45074
  cascader: {
43968
45075
  noMatch: "\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u0439 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E",
43969
45076
  loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
@@ -43980,13 +45087,21 @@
43980
45087
  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
45088
  currentPage: "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 {pager}",
43982
45089
  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"
45090
+ nextPages: "\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 {pager} \u0441\u0442\u0440\u0430\u043D\u0438\u0446",
45091
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
45092
+ },
45093
+ dialog: {
45094
+ close: "Close this dialog"
45095
+ },
45096
+ drawer: {
45097
+ close: "Close this dialog"
43984
45098
  },
43985
45099
  messagebox: {
43986
45100
  title: "\u0421\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435",
43987
45101
  confirm: "\u041E\u043A",
43988
45102
  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"
45103
+ error: "\u041D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0439 \u0432\u0432\u043E\u0434 \u0434\u0430\u043D\u043D\u044B\u0445",
45104
+ close: "Close this dialog"
43990
45105
  },
43991
45106
  upload: {
43992
45107
  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 +45109,11 @@
43994
45109
  preview: "\u041F\u0440\u0435\u0432\u044C\u044E",
43995
45110
  continue: "\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C"
43996
45111
  },
45112
+ slider: {
45113
+ defaultLabel: "slider between {min} and {max}",
45114
+ defaultRangeStartLabel: "pick start value",
45115
+ defaultRangeEndLabel: "pick end value"
45116
+ },
43997
45117
  table: {
43998
45118
  emptyText: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445",
43999
45119
  confirmFilter: "\u041E\u043A",
@@ -44004,7 +45124,8 @@
44004
45124
  tour: {
44005
45125
  next: "\u0414\u0430\u043B\u0435\u0435",
44006
45126
  previous: "\u041D\u0430\u0437\u0430\u0434",
44007
- finish: "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C"
45127
+ finish: "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C",
45128
+ close: "Close this dialog"
44008
45129
  },
44009
45130
  tree: {
44010
45131
  emptyText: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445"
@@ -44046,7 +45167,13 @@
44046
45167
  clear: "\u6E05\u7A7A",
44047
45168
  defaultLabel: "\u989C\u8272\u9009\u62E9\u5668",
44048
45169
  description: "\u5F53\u524D\u989C\u8272 {color}\uFF0C\u6309 Enter \u952E\u9009\u62E9\u65B0\u989C\u8272",
44049
- alphaLabel: "\u9009\u62E9\u900F\u660E\u5EA6\u7684\u503C"
45170
+ alphaLabel: "\u9009\u62E9\u900F\u660E\u5EA6\u7684\u503C",
45171
+ alphaDescription: "\u900F\u660E\u5EA6 {alpha}, \u5F53\u524D\u989C\u8272 {color}",
45172
+ hueLabel: "\u9009\u62E9\u8272\u76F8\u503C",
45173
+ hueDescription: "\u8272\u76F8 {hue}, \u5F53\u524D\u989C\u8272 {color}",
45174
+ svLabel: "\u9009\u62E9\u9971\u548C\u5EA6\u4E0E\u660E\u5EA6\u7684\u503C",
45175
+ svDescription: "\u9971\u548C\u5EA6 {saturation}, \u660E\u5EA6 {brightness}, \u5F53\u524D\u989C\u8272 {color}",
45176
+ predefineDescription: "\u9009\u62E9 {value} \u4F5C\u4E3A\u989C\u8272"
44050
45177
  },
44051
45178
  datepicker: {
44052
45179
  now: "\u6B64\u523B",
@@ -44124,12 +45251,12 @@
44124
45251
  noData: "\u65E0\u6570\u636E",
44125
45252
  placeholder: "\u8BF7\u9009\u62E9"
44126
45253
  },
44127
- dropdown: {
44128
- toggleDropdown: "\u5207\u6362\u4E0B\u62C9\u9009\u9879"
44129
- },
44130
45254
  mention: {
44131
45255
  loading: "\u52A0\u8F7D\u4E2D"
44132
45256
  },
45257
+ dropdown: {
45258
+ toggleDropdown: "\u5207\u6362\u4E0B\u62C9\u9009\u9879"
45259
+ },
44133
45260
  cascader: {
44134
45261
  noMatch: "\u65E0\u5339\u914D\u6570\u636E",
44135
45262
  loading: "\u52A0\u8F7D\u4E2D",
@@ -44183,7 +45310,8 @@
44183
45310
  tour: {
44184
45311
  next: "\u4E0B\u4E00\u6B65",
44185
45312
  previous: "\u4E0A\u4E00\u6B65",
44186
- finish: "\u7ED3\u675F\u5BFC\u89C8"
45313
+ finish: "\u7ED3\u675F\u5BFC\u89C8",
45314
+ close: "\u5173\u95ED\u6B64\u5BF9\u8BDD\u6846"
44187
45315
  },
44188
45316
  tree: {
44189
45317
  emptyText: "\u6682\u65E0\u6570\u636E"
@@ -44225,7 +45353,13 @@
44225
45353
  clear: "\u6E05\u7A7A",
44226
45354
  defaultLabel: "\u8272\u5F69\u9078\u64C7\u5668",
44227
45355
  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"
45356
+ alphaLabel: "\u9078\u64C7\u900F\u660E\u5EA6\u7684\u503C",
45357
+ alphaDescription: "alpha {alpha}, current color is {color}",
45358
+ hueLabel: "pick hue value",
45359
+ hueDescription: "hue {hue}, current color is {color}",
45360
+ svLabel: "pick saturation and brightness value",
45361
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
45362
+ predefineDescription: "select {value} as the color"
44229
45363
  },
44230
45364
  datepicker: {
44231
45365
  now: "\u73FE\u5728",
@@ -44362,7 +45496,8 @@
44362
45496
  tour: {
44363
45497
  next: "\u4E0B\u4E00\u6B65",
44364
45498
  previous: "\u4E0A\u4E00\u6B65",
44365
- finish: "\u7D50\u675F\u5C0E\u89BD"
45499
+ finish: "\u7D50\u675F\u5C0E\u89BD",
45500
+ close: "\u95DC\u9589\u6B64\u5C0D\u8A71\u6846"
44366
45501
  },
44367
45502
  tree: {
44368
45503
  emptyText: "\u66AB\u7121\u8CC7\u6599"
@@ -44401,7 +45536,16 @@
44401
45536
  },
44402
45537
  colorpicker: {
44403
45538
  confirm: "\u0E15\u0E01\u0E25\u0E07",
44404
- clear: "\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"
45539
+ clear: "\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",
45540
+ defaultLabel: "color picker",
45541
+ description: "current color is {color}. press enter to select a new color.",
45542
+ alphaLabel: "pick alpha value",
45543
+ alphaDescription: "alpha {alpha}, current color is {color}",
45544
+ hueLabel: "pick hue value",
45545
+ hueDescription: "hue {hue}, current color is {color}",
45546
+ svLabel: "pick saturation and brightness value",
45547
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
45548
+ predefineDescription: "select {value} as the color"
44405
45549
  },
44406
45550
  datepicker: {
44407
45551
  now: "\u0E15\u0E2D\u0E19\u0E19\u0E35\u0E49",
@@ -44409,6 +45553,10 @@
44409
45553
  cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
44410
45554
  clear: "\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",
44411
45555
  confirm: "\u0E15\u0E01\u0E25\u0E07",
45556
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
45557
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
45558
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
45559
+ selectedDate: "Selected date",
44412
45560
  selectDate: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
44413
45561
  selectTime: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E27\u0E25\u0E32",
44414
45562
  startDate: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",
@@ -44441,6 +45589,15 @@
44441
45589
  fri: "\u0E28",
44442
45590
  sat: "\u0E2A"
44443
45591
  },
45592
+ weeksFull: {
45593
+ sun: "Sunday",
45594
+ mon: "Monday",
45595
+ tue: "Tuesday",
45596
+ wed: "Wednesday",
45597
+ thu: "Thursday",
45598
+ fri: "Friday",
45599
+ sat: "Saturday"
45600
+ },
44444
45601
  months: {
44445
45602
  jan: "\u0E21.\u0E04.",
44446
45603
  feb: "\u0E01.\u0E1E.",
@@ -44456,6 +45613,10 @@
44456
45613
  dec: "\u0E18.\u0E04."
44457
45614
  }
44458
45615
  },
45616
+ inputNumber: {
45617
+ decrease: "decrease number",
45618
+ increase: "increase number"
45619
+ },
44459
45620
  select: {
44460
45621
  loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14",
44461
45622
  noMatch: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19",
@@ -44465,6 +45626,9 @@
44465
45626
  mention: {
44466
45627
  loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14"
44467
45628
  },
45629
+ dropdown: {
45630
+ toggleDropdown: "Toggle Dropdown"
45631
+ },
44468
45632
  cascader: {
44469
45633
  noMatch: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19",
44470
45634
  loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14",
@@ -44481,13 +45645,21 @@
44481
45645
  next: "Go to next page",
44482
45646
  currentPage: "page {pager}",
44483
45647
  prevPages: "Previous {pager} pages",
44484
- nextPages: "Next {pager} pages"
45648
+ nextPages: "Next {pager} pages",
45649
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
45650
+ },
45651
+ dialog: {
45652
+ close: "Close this dialog"
45653
+ },
45654
+ drawer: {
45655
+ close: "Close this dialog"
44485
45656
  },
44486
45657
  messagebox: {
44487
45658
  title: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21",
44488
45659
  confirm: "\u0E15\u0E01\u0E25\u0E07",
44489
45660
  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"
45661
+ error: "\u0E04\u0E38\u0E13\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",
45662
+ close: "Close this dialog"
44491
45663
  },
44492
45664
  upload: {
44493
45665
  deleteTip: '\u0E01\u0E14\u0E1B\u0E38\u0E48\u0E21 "\u0E25\u0E1A" \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E25\u0E1A\u0E2D\u0E2D\u0E01',
@@ -44495,6 +45667,11 @@
44495
45667
  preview: "\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",
44496
45668
  continue: "\u0E17\u0E33\u0E15\u0E48\u0E2D"
44497
45669
  },
45670
+ slider: {
45671
+ defaultLabel: "slider between {min} and {max}",
45672
+ defaultRangeStartLabel: "pick start value",
45673
+ defaultRangeEndLabel: "pick end value"
45674
+ },
44498
45675
  table: {
44499
45676
  emptyText: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",
44500
45677
  confirmFilter: "\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19",
@@ -44505,7 +45682,8 @@
44505
45682
  tour: {
44506
45683
  next: "\u0E16\u0E31\u0E14\u0E44\u0E1B",
44507
45684
  previous: "\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A",
44508
- finish: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19"
45685
+ finish: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19",
45686
+ close: "Close this dialog"
44509
45687
  },
44510
45688
  tree: {
44511
45689
  emptyText: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"
@@ -44544,7 +45722,16 @@
44544
45722
  },
44545
45723
  colorpicker: {
44546
45724
  confirm: "Pilih",
44547
- clear: "Kosongkan"
45725
+ clear: "Kosongkan",
45726
+ defaultLabel: "color picker",
45727
+ description: "current color is {color}. press enter to select a new color.",
45728
+ alphaLabel: "pick alpha value",
45729
+ alphaDescription: "alpha {alpha}, current color is {color}",
45730
+ hueLabel: "pick hue value",
45731
+ hueDescription: "hue {hue}, current color is {color}",
45732
+ svLabel: "pick saturation and brightness value",
45733
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
45734
+ predefineDescription: "select {value} as the color"
44548
45735
  },
44549
45736
  datepicker: {
44550
45737
  now: "Sekarang",
@@ -44552,6 +45739,10 @@
44552
45739
  cancel: "Batal",
44553
45740
  clear: "Kosongkan",
44554
45741
  confirm: "Ya",
45742
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
45743
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
45744
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
45745
+ selectedDate: "Selected date",
44555
45746
  selectDate: "Pilih tanggal",
44556
45747
  selectTime: "Pilih waktu",
44557
45748
  startDate: "Tanggal Mulai",
@@ -44575,7 +45766,6 @@
44575
45766
  month10: "Oktober",
44576
45767
  month11: "November",
44577
45768
  month12: "Desember",
44578
- week: "Minggu",
44579
45769
  weeks: {
44580
45770
  sun: "Min",
44581
45771
  mon: "Sen",
@@ -44585,6 +45775,15 @@
44585
45775
  fri: "Jum",
44586
45776
  sat: "Sab"
44587
45777
  },
45778
+ weeksFull: {
45779
+ sun: "Sunday",
45780
+ mon: "Monday",
45781
+ tue: "Tuesday",
45782
+ wed: "Wednesday",
45783
+ thu: "Thursday",
45784
+ fri: "Friday",
45785
+ sat: "Saturday"
45786
+ },
44588
45787
  months: {
44589
45788
  jan: "Jan",
44590
45789
  feb: "Feb",
@@ -44600,6 +45799,10 @@
44600
45799
  dec: "Des"
44601
45800
  }
44602
45801
  },
45802
+ inputNumber: {
45803
+ decrease: "decrease number",
45804
+ increase: "increase number"
45805
+ },
44603
45806
  select: {
44604
45807
  loading: "Memuat",
44605
45808
  noMatch: "Tidak ada data yg cocok",
@@ -44609,6 +45812,9 @@
44609
45812
  mention: {
44610
45813
  loading: "Memuat"
44611
45814
  },
45815
+ dropdown: {
45816
+ toggleDropdown: "Toggle Dropdown"
45817
+ },
44612
45818
  cascader: {
44613
45819
  noMatch: "Tidak ada data yg cocok",
44614
45820
  loading: "Memuat",
@@ -44628,11 +45834,18 @@
44628
45834
  nextPages: "Next {pager} pages",
44629
45835
  deprecationWarning: "Penggunaan yang tidak akan digunakan lagi terdeteksi, silakan lihat dokumentasi el-pagination untuk lebih jelasnya"
44630
45836
  },
45837
+ dialog: {
45838
+ close: "Close this dialog"
45839
+ },
45840
+ drawer: {
45841
+ close: "Close this dialog"
45842
+ },
44631
45843
  messagebox: {
44632
45844
  title: "Pesan",
44633
45845
  confirm: "Ya",
44634
45846
  cancel: "Batal",
44635
- error: "Masukan ilegal"
45847
+ error: "Masukan ilegal",
45848
+ close: "Close this dialog"
44636
45849
  },
44637
45850
  upload: {
44638
45851
  deleteTip: "Tekan hapus untuk melanjutkan",
@@ -44640,6 +45853,11 @@
44640
45853
  preview: "Pratinjau",
44641
45854
  continue: "Lanjutkan"
44642
45855
  },
45856
+ slider: {
45857
+ defaultLabel: "slider between {min} and {max}",
45858
+ defaultRangeStartLabel: "pick start value",
45859
+ defaultRangeEndLabel: "pick end value"
45860
+ },
44643
45861
  table: {
44644
45862
  emptyText: "Tidak ada data",
44645
45863
  confirmFilter: "Konfirmasi",
@@ -44647,6 +45865,12 @@
44647
45865
  clearFilter: "Semua",
44648
45866
  sumText: "Jumlah"
44649
45867
  },
45868
+ tour: {
45869
+ next: "Next",
45870
+ previous: "Previous",
45871
+ finish: "Finish",
45872
+ close: "Close this dialog"
45873
+ },
44650
45874
  tree: {
44651
45875
  emptyText: "Tidak ada data"
44652
45876
  },
@@ -44687,7 +45911,13 @@
44687
45911
  clear: "Jelas",
44688
45912
  defaultLabel: "pemilih warna",
44689
45913
  description: "warna semasa ialah {warna}. tekan enter untuk memilih warna baharu.",
44690
- alphaLabel: "pilih nilai alfa"
45914
+ alphaLabel: "pilih nilai alfa",
45915
+ alphaDescription: "alpha {alpha}, current color is {color}",
45916
+ hueLabel: "pick hue value",
45917
+ hueDescription: "hue {hue}, current color is {color}",
45918
+ svLabel: "pick saturation and brightness value",
45919
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
45920
+ predefineDescription: "select {value} as the color"
44691
45921
  },
44692
45922
  datepicker: {
44693
45923
  now: "Sekarang",
@@ -44722,7 +45952,6 @@
44722
45952
  month10: "Oktober",
44723
45953
  month11: "November",
44724
45954
  month12: "Disember",
44725
- week: "minggu",
44726
45955
  weeks: {
44727
45956
  sun: "Ahd",
44728
45957
  mon: "Isn",
@@ -44800,9 +46029,10 @@
44800
46029
  messagebox: {
44801
46030
  title: "Mesej",
44802
46031
  confirm: "OK",
44803
- Batal: "Dibatalkan",
46032
+ cancel: "Cancel",
44804
46033
  error: "Input haram",
44805
- close: "Tutup dialog ini"
46034
+ close: "Tutup dialog ini",
46035
+ Batal: "Dibatalkan"
44806
46036
  },
44807
46037
  upload: {
44808
46038
  deleteTip: "tekan padam untuk mengalih keluar",
@@ -44825,7 +46055,8 @@
44825
46055
  tour: {
44826
46056
  next: "Seterusnya",
44827
46057
  previous: "Sebelumnya",
44828
- finish: "Selesai"
46058
+ finish: "Selesai",
46059
+ close: "Close this dialog"
44829
46060
  },
44830
46061
  tree: {
44831
46062
  emptyText: "Tiada Data"
@@ -44846,6 +46077,7 @@
44846
46077
  },
44847
46078
  popconfirm: {
44848
46079
  confirmButtonText: "Ya",
46080
+ cancelButtonText: "No",
44849
46081
  BatalButtonText: "Tidak"
44850
46082
  },
44851
46083
  carousel: {
@@ -44864,7 +46096,16 @@
44864
46096
  },
44865
46097
  colorpicker: {
44866
46098
  confirm: "OK",
44867
- clear: "X\xF3a"
46099
+ clear: "X\xF3a",
46100
+ defaultLabel: "color picker",
46101
+ description: "current color is {color}. press enter to select a new color.",
46102
+ alphaLabel: "pick alpha value",
46103
+ alphaDescription: "alpha {alpha}, current color is {color}",
46104
+ hueLabel: "pick hue value",
46105
+ hueDescription: "hue {hue}, current color is {color}",
46106
+ svLabel: "pick saturation and brightness value",
46107
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
46108
+ predefineDescription: "select {value} as the color"
44868
46109
  },
44869
46110
  datepicker: {
44870
46111
  now: "Hi\u1EC7n t\u1EA1i",
@@ -44872,6 +46113,10 @@
44872
46113
  cancel: "H\u1EE7y",
44873
46114
  clear: "X\xF3a",
44874
46115
  confirm: "OK",
46116
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
46117
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
46118
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
46119
+ selectedDate: "Selected date",
44875
46120
  selectDate: "Ch\u1ECDn ng\xE0y",
44876
46121
  selectTime: "Ch\u1ECDn gi\u1EDD",
44877
46122
  startDate: "Ng\xE0y b\u1EAFt \u0111\u1EA7u",
@@ -44904,6 +46149,15 @@
44904
46149
  fri: "T6",
44905
46150
  sat: "T7"
44906
46151
  },
46152
+ weeksFull: {
46153
+ sun: "Sunday",
46154
+ mon: "Monday",
46155
+ tue: "Tuesday",
46156
+ wed: "Wednesday",
46157
+ thu: "Thursday",
46158
+ fri: "Friday",
46159
+ sat: "Saturday"
46160
+ },
44907
46161
  months: {
44908
46162
  jan: "Th.1",
44909
46163
  feb: "Th.2",
@@ -44919,6 +46173,10 @@
44919
46173
  dec: "Th.12"
44920
46174
  }
44921
46175
  },
46176
+ inputNumber: {
46177
+ decrease: "decrease number",
46178
+ increase: "increase number"
46179
+ },
44922
46180
  select: {
44923
46181
  loading: "\u0110ang t\u1EA3i",
44924
46182
  noMatch: "D\u1EEF li\u1EC7u kh\xF4ng ph\xF9 h\u1EE3p",
@@ -44928,6 +46186,9 @@
44928
46186
  mention: {
44929
46187
  loading: "\u0110ang t\u1EA3i"
44930
46188
  },
46189
+ dropdown: {
46190
+ toggleDropdown: "Toggle Dropdown"
46191
+ },
44931
46192
  cascader: {
44932
46193
  noMatch: "D\u1EEF li\u1EC7u kh\xF4ng ph\xF9 h\u1EE3p",
44933
46194
  loading: "\u0110ang t\u1EA3i",
@@ -44944,13 +46205,21 @@
44944
46205
  next: "Go to next page",
44945
46206
  currentPage: "page {pager}",
44946
46207
  prevPages: "Previous {pager} pages",
44947
- nextPages: "Next {pager} pages"
46208
+ nextPages: "Next {pager} pages",
46209
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
46210
+ },
46211
+ dialog: {
46212
+ close: "Close this dialog"
46213
+ },
46214
+ drawer: {
46215
+ close: "Close this dialog"
44948
46216
  },
44949
46217
  messagebox: {
44950
46218
  title: "Th\xF4ng b\xE1o",
44951
46219
  confirm: "OK",
44952
46220
  cancel: "H\u1EE7y",
44953
- error: "D\u1EEF li\u1EC7u kh\xF4ng h\u1EE3p l\u1EC7"
46221
+ error: "D\u1EEF li\u1EC7u kh\xF4ng h\u1EE3p l\u1EC7",
46222
+ close: "Close this dialog"
44954
46223
  },
44955
46224
  upload: {
44956
46225
  deleteTip: "Nh\u1EA5n xo\xE1 \u0111\u1EC3 xo\xE1",
@@ -44958,6 +46227,11 @@
44958
46227
  preview: "Xem tr\u01B0\u1EDBc",
44959
46228
  continue: "Ti\u1EBFp t\u1EE5c"
44960
46229
  },
46230
+ slider: {
46231
+ defaultLabel: "slider between {min} and {max}",
46232
+ defaultRangeStartLabel: "pick start value",
46233
+ defaultRangeEndLabel: "pick end value"
46234
+ },
44961
46235
  table: {
44962
46236
  emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u",
44963
46237
  confirmFilter: "X\xE1c nh\u1EADn",
@@ -44968,7 +46242,8 @@
44968
46242
  tour: {
44969
46243
  next: "Ti\u1EBFp",
44970
46244
  previous: "Tr\u01B0\u1EDBc",
44971
- finish: "Ho\xE0n th\xE0nh"
46245
+ finish: "Ho\xE0n th\xE0nh",
46246
+ close: "Close this dialog"
44972
46247
  },
44973
46248
  tree: {
44974
46249
  emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u"
@@ -62605,6 +63880,7 @@
62605
63880
  exports.FmTree = FmTree;
62606
63881
  exports.Fmdatepicker = Fmdatepicker;
62607
63882
  exports.Fminputdropdown = Fminputdropdown;
63883
+ exports.Fminputtable = Fminputtable;
62608
63884
  exports.Fmselect = Fmselect;
62609
63885
  exports.HttpMethodEnum = HttpMethodEnum;
62610
63886
  exports.JobCreateTypeEnum = JobCreateTypeEnum;