@fmdevui/fm-dev 1.0.97 → 1.0.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) 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 +379 -25
  20. package/es/core/ui/components/inpttable/index.vue.d.ts +503 -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/{defaults.css → index.css} +3 -0
  24. package/es/index.mjs +1 -1
  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/ui/components/index.mjs +3 -1
  46. package/es/packages/core/ui/components/inpttable/index.vue.mjs +8 -0
  47. package/es/packages/core/ui/components/inpttable/index.vue2.mjs +772 -0
  48. package/es/packages/core/ui/components/inpttable/index.vue3.mjs +3 -0
  49. package/es/packages/core/ui/components/inpttable/index.vue4.mjs +3 -0
  50. package/index.css +129 -0
  51. package/index.js +1425 -94
  52. package/index.min.css +3 -0
  53. package/index.min.js +51 -30
  54. package/index.min.mjs +48 -27
  55. package/index.mjs +1426 -96
  56. package/lib/_virtual/de-DE.js +1 -1
  57. package/lib/_virtual/en-US.js +1 -1
  58. package/lib/_virtual/es-ES.js +1 -1
  59. package/lib/_virtual/fr-FR.js +1 -1
  60. package/lib/_virtual/it-IT.js +1 -1
  61. package/lib/_virtual/ja-JP.js +1 -1
  62. package/lib/_virtual/ko-KR.js +1 -1
  63. package/lib/_virtual/nb-NO.js +1 -1
  64. package/lib/_virtual/pt-BR.js +1 -1
  65. package/lib/_virtual/ru-RU.js +1 -1
  66. package/lib/_virtual/th-TH.js +1 -1
  67. package/lib/_virtual/vi-VN.js +1 -1
  68. package/lib/_virtual/zh-CN.js +1 -1
  69. package/lib/_virtual/zh-HK.js +1 -1
  70. package/lib/_virtual/zh-TW.js +1 -1
  71. package/lib/component.js +1 -0
  72. package/lib/core/hook/useVxeTableOptionsHook.d.ts +16 -8
  73. package/lib/core/ui/components/fmtree/index.vue.d.ts +1 -2
  74. package/lib/core/ui/components/index.d.ts +379 -25
  75. package/lib/core/ui/components/inpttable/index.vue.d.ts +503 -0
  76. package/lib/core/ui/components/querycondition/index.vue.d.ts +1 -1
  77. package/lib/core/ui/components/selecttable/index.vue.d.ts +6 -6
  78. package/lib/index.css +3 -0
  79. package/lib/index.js +1 -0
  80. 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
  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/en.js +9 -3
  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/es.js +52 -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/fi.js +51 -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/fr.js +14 -4
  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/id.js +49 -3
  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/it.js +52 -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/ja.js +47 -4
  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/ko.js +20 -2
  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/ms.js +13 -5
  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/no.js +12 -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/pl.js +47 -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/pt.js +51 -3
  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/ru.js +47 -5
  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/th.js +47 -4
  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/vi.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/zh-cn.js +12 -5
  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-tw.js +9 -2
  98. package/lib/packages/core/index.js +1 -0
  99. package/lib/packages/core/locales/index.js +18 -18
  100. package/lib/packages/core/ui/components/index.js +3 -0
  101. package/lib/packages/core/ui/components/inpttable/index.vue.js +12 -0
  102. package/lib/packages/core/ui/components/inpttable/index.vue2.js +776 -0
  103. package/lib/packages/core/ui/components/inpttable/index.vue3.js +7 -0
  104. package/lib/packages/core/ui/components/inpttable/index.vue4.js +7 -0
  105. package/package.json +1 -1
  106. /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
  107. /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
  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/es-ES.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/fr-FR.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/it-IT.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/ja-JP.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/ko-KR.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/nb-NO.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/pt-BR.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/ru-RU.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/th-TH.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/vi-VN.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/zh-CHT.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/zh-CN.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-HK.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-TW.mjs +0 -0
  122. /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
  123. /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
  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/es-ES.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/fr-FR.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/it-IT.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/ja-JP.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/ko-KR.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/nb-NO.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/pt-BR.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/ru-RU.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/th-TH.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/vi-VN.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/zh-CHT.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/zh-CN.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-HK.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-TW.js +0 -0
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- /*! fm-dev v1.0.97 */
2
- import { defineComponent, reactive, computed, watch, resolveComponent, createBlock, openBlock, withCtx, createVNode, createElementVNode, createTextVNode, toDisplayString as toDisplayString$1, withDirectives, createElementBlock, Fragment, renderList, vShow, ref, onMounted, nextTick, normalizeStyle, createCommentVNode, normalizeClass, withModifiers, mergeModels, useModel, effectScope, getCurrentInstance, shallowRef, isRef as isRef$1, inject, onUnmounted, h, Text, markRaw, hasInjectionContext, toRaw as toRaw$1, isReactive as isReactive$1, toRef, unref, getCurrentScope, onScopeDispose, toRefs, resolveDirective, resolveDynamicComponent, useSlots, mergeProps, createSlots, renderSlot, toHandlers, onBeforeUnmount, onUpdated, useAttrs, normalizeProps, guardReactiveProps } from 'vue';
1
+ /*! fm-dev v1.0.99 */
2
+ import { defineComponent, reactive, computed, watch, resolveComponent, createBlock, openBlock, withCtx, createVNode, createElementVNode, createTextVNode, toDisplayString as toDisplayString$1, withDirectives, createElementBlock, Fragment, renderList, vShow, ref, onMounted, nextTick, normalizeStyle, createCommentVNode, normalizeClass, withModifiers, mergeModels, useModel, effectScope, getCurrentInstance, shallowRef, isRef as isRef$1, inject, onUnmounted, h, Text, markRaw, hasInjectionContext, toRaw as toRaw$1, isReactive as isReactive$1, toRef, unref, getCurrentScope, onScopeDispose, toRefs, resolveDirective, mergeProps, renderSlot, resolveDynamicComponent, useSlots, createSlots, toHandlers, onBeforeUnmount, onUpdated, useAttrs, normalizeProps, guardReactiveProps } from 'vue';
3
3
  import crypto from 'crypto';
4
4
  import require$$0 from 'url';
5
5
  import require$$1 from 'http';
@@ -10,7 +10,7 @@ import require$$4 from 'assert';
10
10
  import zlib from 'zlib';
11
11
  import { ElMessage, ElLoading, dayjs } from 'element-plus';
12
12
 
13
- const _hoisted_1$7 = { class: "fm-transfer-panel" };
13
+ const _hoisted_1$8 = { class: "fm-transfer-panel" };
14
14
  const _hoisted_2$5 = { class: "fm-transfer-panel__header" };
15
15
  const _hoisted_3$4 = { class: "fm-transfer-panel__body" };
16
16
  const _hoisted_4$4 = { class: "fm-transfer-buttons__item" };
@@ -20,7 +20,7 @@ const _hoisted_7 = { class: "fm-transfer-buttons__item" };
20
20
  const _hoisted_8 = { class: "fm-transfer-panel" };
21
21
  const _hoisted_9 = { class: "fm-transfer-panel__header" };
22
22
  const _hoisted_10 = { class: "fm-transfer-panel__body" };
23
- var _sfc_main$h = /* @__PURE__ */ defineComponent({
23
+ var _sfc_main$i = /* @__PURE__ */ defineComponent({
24
24
  ...{
25
25
  name: "FmTransfer"
26
26
  },
@@ -180,7 +180,7 @@ var _sfc_main$h = /* @__PURE__ */ defineComponent({
180
180
  default: withCtx(() => [
181
181
  createVNode(_component_el_col, { span: 10 }, {
182
182
  default: withCtx(() => [
183
- createElementVNode("div", _hoisted_1$7, [
183
+ createElementVNode("div", _hoisted_1$8, [
184
184
  createElementVNode("p", _hoisted_2$5, [
185
185
  createVNode(_component_el_checkbox, {
186
186
  modelValue: state.leftAllChecked,
@@ -377,9 +377,9 @@ var _sfc_main$h = /* @__PURE__ */ defineComponent({
377
377
  }
378
378
  });
379
379
 
380
- const _hoisted_1$6 = { class: "notice-bar-warp-text-box" };
380
+ const _hoisted_1$7 = { class: "notice-bar-warp-text-box" };
381
381
  const _hoisted_2$4 = ["innerHTML"];
382
- var _sfc_main$g = /* @__PURE__ */ defineComponent({
382
+ var _sfc_main$h = /* @__PURE__ */ defineComponent({
383
383
  ...{
384
384
  name: "FmNoticeBar"
385
385
  },
@@ -470,7 +470,7 @@ var _sfc_main$g = /* @__PURE__ */ defineComponent({
470
470
  2
471
471
  /* CLASS */
472
472
  )) : createCommentVNode("v-if", true),
473
- createElementVNode("div", _hoisted_1$6, [
473
+ createElementVNode("div", _hoisted_1$7, [
474
474
  createElementVNode(
475
475
  "div",
476
476
  {
@@ -502,7 +502,7 @@ var _sfc_main$g = /* @__PURE__ */ defineComponent({
502
502
  }
503
503
  });
504
504
 
505
- var _sfc_main$f = {
505
+ var _sfc_main$g = {
506
506
  name: "dragVerify",
507
507
  props: {
508
508
  isPassing: {
@@ -775,7 +775,7 @@ var _export_sfc = (sfc, props) => {
775
775
  return target;
776
776
  };
777
777
 
778
- const _hoisted_1$5 = { class: "drag-verify-container" };
778
+ const _hoisted_1$6 = { class: "drag-verify-container" };
779
779
  const _hoisted_2$3 = ["src"];
780
780
  const _hoisted_3$3 = {
781
781
  key: 0,
@@ -786,7 +786,7 @@ const _hoisted_4$3 = {
786
786
  class: "tips danger"
787
787
  };
788
788
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
789
- return openBlock(), createElementBlock("div", _hoisted_1$5, [
789
+ return openBlock(), createElementBlock("div", _hoisted_1$6, [
790
790
  createElementVNode(
791
791
  "div",
792
792
  {
@@ -884,9 +884,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
884
884
  )
885
885
  ]);
886
886
  }
887
- var dragimg = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render], ["__scopeId", "data-v-9e8c9ed2"]]);
887
+ var dragimg = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render], ["__scopeId", "data-v-9e8c9ed2"]]);
888
888
 
889
- var _sfc_main$e = /* @__PURE__ */ defineComponent({
889
+ var _sfc_main$f = /* @__PURE__ */ defineComponent({
890
890
  ...{
891
891
  name: "Fmselect"
892
892
  },
@@ -23868,8 +23868,8 @@ const useApi = (url, options = {}) => {
23868
23868
  };
23869
23869
  };
23870
23870
 
23871
- const _hoisted_1$4 = { style: { "font-size": "14px", "line-height": "30px" } };
23872
- var _sfc_main$d = /* @__PURE__ */ defineComponent({
23871
+ const _hoisted_1$5 = { style: { "font-size": "14px", "line-height": "30px" } };
23872
+ var _sfc_main$e = /* @__PURE__ */ defineComponent({
23873
23873
  ...{
23874
23874
  name: "FmAutocomplete"
23875
23875
  },
@@ -23975,7 +23975,7 @@ var _sfc_main$d = /* @__PURE__ */ defineComponent({
23975
23975
  default: withCtx(({ item }) => [
23976
23976
  createElementVNode(
23977
23977
  "div",
23978
- _hoisted_1$4,
23978
+ _hoisted_1$5,
23979
23979
  toDisplayString$1(item[__props.fName]),
23980
23980
  1
23981
23981
  /* TEXT */
@@ -23990,7 +23990,7 @@ var _sfc_main$d = /* @__PURE__ */ defineComponent({
23990
23990
 
23991
23991
  /*! Element Plus Icons Vue v2.3.2 */
23992
23992
 
23993
- var _sfc_main$c = /* @__PURE__ */ defineComponent({
23993
+ var _sfc_main$d = /* @__PURE__ */ defineComponent({
23994
23994
  name: "AddLocation",
23995
23995
  __name: "add-location",
23996
23996
  setup(__props) {
@@ -24012,7 +24012,7 @@ var _sfc_main$c = /* @__PURE__ */ defineComponent({
24012
24012
  })
24013
24013
  ]));
24014
24014
  }
24015
- }), add_location_default = _sfc_main$c;
24015
+ }), add_location_default = _sfc_main$d;
24016
24016
  var _sfc_main2 = /* @__PURE__ */ defineComponent({
24017
24017
  name: "Aim",
24018
24018
  __name: "aim",
@@ -35355,7 +35355,7 @@ const usefminputdropdownstore = defineStore("fminputdropdownstore", () => {
35355
35355
  };
35356
35356
  });
35357
35357
 
35358
- var _sfc_main$b = /* @__PURE__ */ defineComponent({
35358
+ var _sfc_main$c = /* @__PURE__ */ defineComponent({
35359
35359
  ...{
35360
35360
  name: "Fminputdropdown"
35361
35361
  },
@@ -35528,6 +35528,775 @@ var _sfc_main$b = /* @__PURE__ */ defineComponent({
35528
35528
  }
35529
35529
  });
35530
35530
 
35531
+ const _hoisted_1$4 = { class: "w100 selector-loading-container" };
35532
+ var _sfc_main$b = /* @__PURE__ */ defineComponent({
35533
+ ...{
35534
+ name: "Fminputtable"
35535
+ },
35536
+ __name: "index",
35537
+ props: {
35538
+ /**
35539
+ * 使用示例:
35540
+ *
35541
+ * 单选模式:
35542
+ * <pulldown-selecter
35543
+ * v-model="state.ruleForm.userId"
35544
+ * :defaultOptions="[ id: state.ruleForm.userId, realName: state.ruleForm.realName ]"
35545
+ * :fetch-options="handleSysUserTable"
35546
+ * :queryParams="state.queryParams"
35547
+ * :dropdown-width="dropdownWidth"
35548
+ * :placeholder="placeholder"
35549
+ * :label-prop="realName"
35550
+ * :value-prop="id"
35551
+ * @@change="handelChange"
35552
+ * filterable
35553
+ * clearable
35554
+ * class="w100"
35555
+ * >
35556
+ *
35557
+ * 多选模式:
35558
+ * <pulldown-selecter
35559
+ * v-model="state.ruleForm.userIds"
35560
+ * :defaultOptions="state.ruleForm.defaultUsers"
35561
+ * :fetch-options="handleSysUserTable"
35562
+ * :queryParams="state.queryParams"
35563
+ * :dropdown-width="dropdownWidth"
35564
+ * :placeholder="placeholder"
35565
+ * :label-prop="realName"
35566
+ * :value-prop="id"
35567
+ * @@change="handelChange"
35568
+ * multiple
35569
+ * filterable
35570
+ * clearable
35571
+ * class="w100"
35572
+ * >
35573
+ *
35574
+ * 查询条件表单插槽:
35575
+ * <template #queryForm="{ query, handleQuery }">
35576
+ * <el-col class="mb5" :xs="24" :sm="12" :md="8" :lg="6" :xl="6">
35577
+ * <el-form-item label="姓名" prop="realName">
35578
+ * <el-input v-model="query.realName" placeholder="请输入姓名" class="w100" clearable @keydown.enter.native="handleQuery()" />
35579
+ * </el-form-item>
35580
+ * </el-col>
35581
+ * <el-col class="mb5" :xs="24" :sm="12" :md="8" :lg="6" :xl="6">
35582
+ * <el-form-item label="电话" prop="phone">
35583
+ * <el-input v-model="query.phone" placeholder="请输入电话" class="w100" clearable @keydown.enter.native="handleQuery()" />
35584
+ * </el-form-item>
35585
+ * </el-col>
35586
+ * </template>
35587
+ *
35588
+ * 表格列插槽:
35589
+ * <template #columns>
35590
+ * <el-table-column prop="realName" label="姓名" />
35591
+ * <el-table-column prop="account" label="账号" width="160"/ >
35592
+ * <el-table-column prop="idCardNo" label="身份证号" width="140" />
35593
+ * <el-table-column prop="cardNo" label="卡号" width="140" />
35594
+ * <el-table-column prop="gender" label="性别" width="85">
35595
+ * <template #default="{ row }">
35596
+ * <g-sys-dict v-model="row.gender" code="GenderEnum" />
35597
+ * </template>
35598
+ * </el-table-column>
35599
+ * <el-table-column prop="birthday" label="生日">
35600
+ * <template #default="{ row, $index }">
35601
+ * {{ commonFun.dateFormatYMD(row, $index, row.birthday) }}
35602
+ * </template>
35603
+ * </el-table-column>
35604
+ * <el-table-column prop="phone" label="联系电话" width="100" />
35605
+ * </template>
35606
+ * </pulldown-selecter>
35607
+ */
35608
+ // v-model绑定的值,支持字符串、数字、数组或null类型
35609
+ modelValue: [String, Number, Array, null],
35610
+ /**
35611
+ * 获取表格数据的异步方法(必填)
35612
+ * @example
35613
+ * const handleSysUserTable = (params: any) => {
35614
+ * return getAPI(SysUserApi).apiSysUserPagePost(params);
35615
+ * };
35616
+ */
35617
+ fetchOptions: {
35618
+ type: Function,
35619
+ // 函数类型
35620
+ required: true
35621
+ // 必填项
35622
+ },
35623
+ /**
35624
+ * api service name
35625
+ */
35626
+ apiService: {
35627
+ type: String,
35628
+ default: "baseData"
35629
+ },
35630
+ /**
35631
+ * api service 下的方法
35632
+ */
35633
+ apiAction: {
35634
+ type: String,
35635
+ default: "BaseData"
35636
+ },
35637
+ /**
35638
+ * 基础编码 自动获取数据
35639
+ */
35640
+ method: {
35641
+ type: String,
35642
+ default: "post"
35643
+ },
35644
+ /**
35645
+ * 选中记录后绑定值的属性名
35646
+ * 默认为'id',即选中某行后,会取该行数据的id字段作为值
35647
+ */
35648
+ valueProp: {
35649
+ type: String,
35650
+ default: "id"
35651
+ },
35652
+ /**
35653
+ * 选中记录后显示文本的属性名
35654
+ * 默认为'name',即在下拉框中显示的文本取自该字段
35655
+ */
35656
+ labelProp: {
35657
+ type: String,
35658
+ default: "name"
35659
+ },
35660
+ /**
35661
+ * 显示值的格式化方法
35662
+ * 可以自定义选中后在输入框中显示的文本格式
35663
+ * @example
35664
+ * :labelFormat="(item: any) => `${item.realName}(${item.account})`"
35665
+ */
35666
+ labelFormat: {
35667
+ type: Function,
35668
+ default: (item) => void 0
35669
+ // 默认不进行格式化
35670
+ },
35671
+ /**
35672
+ * 默认查询条件的属性名
35673
+ * 在输入框中输入的关键词会赋值给该字段
35674
+ */
35675
+ keywordProp: {
35676
+ type: String,
35677
+ default: "keyword"
35678
+ },
35679
+ /**
35680
+ * 下拉框的宽度
35681
+ */
35682
+ dropdownWidth: {
35683
+ type: String,
35684
+ default: "100%"
35685
+ },
35686
+ /**
35687
+ * 下拉框的高度
35688
+ */
35689
+ dropdownHeight: {
35690
+ type: String,
35691
+ default: "550px"
35692
+ },
35693
+ /**
35694
+ * 输入框的占位符文本
35695
+ */
35696
+ placeholder: {
35697
+ type: String,
35698
+ default: "\u8BF7\u8F93\u5165\u5173\u952E\u8BCD"
35699
+ },
35700
+ /**
35701
+ * 默认选项,用于回显已选中的数据
35702
+ * 当数据不在当前页时,通过该属性提供数据进行回显
35703
+ */
35704
+ defaultOptions: {
35705
+ type: Array,
35706
+ default: []
35707
+ },
35708
+ /**
35709
+ * 查询表单的高度偏移量
35710
+ * 用于计算表格高度时减去查询表单占用的高度
35711
+ */
35712
+ queryHeightOffset: {
35713
+ type: Number,
35714
+ default: 35
35715
+ },
35716
+ /**
35717
+ * 查询表单标签的宽度
35718
+ */
35719
+ queryLabelWidth: {
35720
+ type: String
35721
+ },
35722
+ /**
35723
+ * 查询参数对象
35724
+ * 父组件传入的额外查询条件,会与组件内部的查询条件合并
35725
+ */
35726
+ queryParams: {
35727
+ type: Object,
35728
+ default: () => {
35729
+ return {};
35730
+ }
35731
+ },
35732
+ /**
35733
+ * 是否显示分页组件
35734
+ */
35735
+ pagination: {
35736
+ type: Boolean,
35737
+ default: true
35738
+ },
35739
+ /**
35740
+ * 是否禁用组件
35741
+ */
35742
+ disabled: Boolean,
35743
+ /**
35744
+ * 是否多选模式
35745
+ */
35746
+ multiple: Boolean,
35747
+ /**
35748
+ * 是否可清空
35749
+ */
35750
+ clearable: Boolean
35751
+ },
35752
+ emits: ["update:modelValue", "change"],
35753
+ setup(__props, { expose: __expose, emit: __emit }) {
35754
+ const CONSTANTS = {
35755
+ MAX_PAGE_SIZE: 99999,
35756
+ // 不分页时的最大页面大小
35757
+ DROPDOWN_DELAY: 1e3,
35758
+ // 下拉框打开后的延迟时间(毫秒)
35759
+ TABLE_HEIGHT_OFFSET: 175
35760
+ // 表格高度基础偏移量(像素)
35761
+ };
35762
+ const props = __props;
35763
+ const tableRef = ref();
35764
+ const selectRef = ref();
35765
+ const emit = __emit;
35766
+ const state = reactive({
35767
+ // 当前选中的值,单选时为字符串/数字,多选时为数组
35768
+ selectedValues: "",
35769
+ // 表格查询参数对象
35770
+ tableQuery: {
35771
+ [props.keywordProp]: "",
35772
+ // 动态属性名,默认为'keyword',用于存储搜索关键词
35773
+ page: props.queryParams.page,
35774
+ // 当前页码,从父组件传入
35775
+ pageSize: props.queryParams?.pageSize
35776
+ // 每页显示数量,从父组件传入
35777
+ },
35778
+ // 表格数据对象
35779
+ tableData: {
35780
+ items: [],
35781
+ // 当前页的数据列表
35782
+ total: 0
35783
+ // 总数据条数
35784
+ },
35785
+ // 默认选项数组,用于回显
35786
+ defaultOptions: props.defaultOptions,
35787
+ // 加载状态标识
35788
+ loading: false,
35789
+ // 选中的行数据数组,用于表格高亮显示和跨页选择
35790
+ selectedRows: [],
35791
+ // 查询执行标识,防止重复执行
35792
+ isQuerying: false,
35793
+ // 下拉框是否刚打开的标识(用于防止remoteMethod在打开时重复查询)
35794
+ justOpened: false
35795
+ });
35796
+ const currentRowIndex = ref(-1);
35797
+ const tableHeight = computed(() => {
35798
+ const baseHeight = `${props.dropdownHeight} - ${CONSTANTS.TABLE_HEIGHT_OFFSET}px`;
35799
+ const queryOffset = props.queryHeightOffset > 0 ? ` - ${props.queryHeightOffset}px` : "";
35800
+ return `calc(${baseHeight}${queryOffset})`;
35801
+ });
35802
+ const mergeSelectedRows = (values) => {
35803
+ const currentPageRows = state.tableData.items.filter(
35804
+ (item) => values.includes(item[props.valueProp])
35805
+ );
35806
+ const previousRows = state.selectedRows.filter(
35807
+ (item) => values.includes(item[props.valueProp])
35808
+ );
35809
+ const allRows = [...currentPageRows];
35810
+ previousRows.forEach((row) => {
35811
+ if (!allRows.find((item) => item[props.valueProp] === row[props.valueProp])) {
35812
+ allRows.push(row);
35813
+ }
35814
+ });
35815
+ return allRows;
35816
+ };
35817
+ const isRowSelected = (row) => {
35818
+ if (!row || row[props.valueProp] === void 0 || row[props.valueProp] === null) {
35819
+ return false;
35820
+ }
35821
+ if (props.multiple) {
35822
+ if (!Array.isArray(state.selectedValues)) {
35823
+ return false;
35824
+ }
35825
+ return state.selectedValues.some((val) => val === row[props.valueProp]);
35826
+ } else {
35827
+ return state.selectedValues !== null && state.selectedValues !== void 0 && state.selectedValues === row[props.valueProp];
35828
+ }
35829
+ };
35830
+ const updateSelectedRows = () => {
35831
+ if (props.multiple) {
35832
+ const selectedValues = Array.isArray(state.selectedValues) ? state.selectedValues : [];
35833
+ state.selectedRows = mergeSelectedRows(selectedValues);
35834
+ } else {
35835
+ const selectedRow = state.tableData.items.find(
35836
+ (item) => item[props.valueProp] === state.selectedValues
35837
+ );
35838
+ state.selectedRows = selectedRow ? [selectedRow] : [];
35839
+ }
35840
+ };
35841
+ const handleKeydown = (e) => {
35842
+ const tableData = state.tableData?.items || [];
35843
+ if (!tableData.length) return;
35844
+ if (e.key === "ArrowDown" || e.key === "ArrowUp") {
35845
+ e.preventDefault();
35846
+ const direction = e.key === "ArrowDown" ? 1 : -1;
35847
+ const newIndex = Math.max(0, Math.min(currentRowIndex.value + direction, tableData.length - 1));
35848
+ if (newIndex !== currentRowIndex.value) {
35849
+ currentRowIndex.value = newIndex;
35850
+ const row = tableData[newIndex];
35851
+ tableRef.value?.setCurrentRow(row);
35852
+ }
35853
+ } else if (e.key === "Enter") {
35854
+ const row = tableData[currentRowIndex.value];
35855
+ handleChange(row);
35856
+ }
35857
+ };
35858
+ const handleSizeChange = (pageSize) => {
35859
+ state.loading = true;
35860
+ state.tableQuery.pageSize = pageSize;
35861
+ state.tableQuery.page = 1;
35862
+ executeQuery();
35863
+ };
35864
+ const handleCurrentChange = (page) => {
35865
+ state.loading = true;
35866
+ state.tableQuery.page = page;
35867
+ executeQuery();
35868
+ };
35869
+ onMounted(() => {
35870
+ selectRef.value?.inputRef?.addEventListener("keydown", handleKeydown);
35871
+ });
35872
+ onUnmounted(() => {
35873
+ selectRef.value?.inputRef?.removeEventListener("keydown", handleKeydown);
35874
+ });
35875
+ const executeQuery = () => {
35876
+ if (state.isQuerying) {
35877
+ return;
35878
+ }
35879
+ state.isQuerying = true;
35880
+ state.loading = true;
35881
+ const finalParams = Object.assign({}, props.queryParams, state.tableQuery);
35882
+ if (typeof props.fetchOptions === "function") {
35883
+ props.fetchOptions(finalParams).then((res) => {
35884
+ const result = res.data?.result;
35885
+ state.tableData.items = result?.items ?? [];
35886
+ state.tableData.total = result?.total ?? 0;
35887
+ state.loading = false;
35888
+ state.isQuerying = false;
35889
+ updateSelectedRows();
35890
+ }).catch((error) => {
35891
+ ElMessage.error("\u6570\u636E\u52A0\u8F7D\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5");
35892
+ state.tableData.items = [];
35893
+ state.tableData.total = 0;
35894
+ state.loading = false;
35895
+ state.isQuerying = false;
35896
+ });
35897
+ } else {
35898
+ if (props.method == "post") {
35899
+ useBaseApi(props.apiAction).post(finalParams, props.apiAction).then((res) => {
35900
+ const result = res.data?.result;
35901
+ state.tableData.items = result?.items ?? [];
35902
+ state.tableData.total = result?.total ?? 0;
35903
+ state.loading = false;
35904
+ state.isQuerying = false;
35905
+ updateSelectedRows();
35906
+ }).catch((error) => {
35907
+ ElMessage.error("\u6570\u636E\u52A0\u8F7D\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5");
35908
+ state.tableData.items = [];
35909
+ state.tableData.total = 0;
35910
+ state.loading = false;
35911
+ state.isQuerying = false;
35912
+ });
35913
+ } else {
35914
+ useBaseApi(props.apiAction).get(finalParams, props.apiAction).then((res) => {
35915
+ const result = res.data?.result;
35916
+ state.tableData.items = result?.items ?? [];
35917
+ state.tableData.total = result?.total ?? 0;
35918
+ state.loading = false;
35919
+ state.isQuerying = false;
35920
+ updateSelectedRows();
35921
+ }).catch((error) => {
35922
+ ElMessage.error("\u6570\u636E\u52A0\u8F7D\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5");
35923
+ state.tableData.items = [];
35924
+ state.tableData.total = 0;
35925
+ state.loading = false;
35926
+ state.isQuerying = false;
35927
+ });
35928
+ }
35929
+ }
35930
+ };
35931
+ const resetQuery = () => {
35932
+ state.loading = true;
35933
+ const currentPageSize = state.tableQuery.pageSize;
35934
+ state.tableQuery = Object.assign({}, props.queryParams, { pageSize: currentPageSize });
35935
+ state.tableQuery.page = 1;
35936
+ executeQuery();
35937
+ };
35938
+ const remoteMethod = (query) => {
35939
+ if (state.justOpened) {
35940
+ state.justOpened = false;
35941
+ return;
35942
+ }
35943
+ if (state.isQuerying) {
35944
+ return;
35945
+ }
35946
+ state.loading = true;
35947
+ if (typeof query === "string") {
35948
+ state.tableQuery[props.keywordProp] = query.trim();
35949
+ state.tableQuery.page = 1;
35950
+ }
35951
+ executeQuery();
35952
+ };
35953
+ const handleQuery = (clearKeyword = false) => {
35954
+ state.loading = true;
35955
+ if (clearKeyword) {
35956
+ state.tableQuery[props.keywordProp] = void 0;
35957
+ const input = selectRef.value.$el.querySelector("input");
35958
+ if (input) input.value = "";
35959
+ }
35960
+ state.tableQuery.page = 1;
35961
+ remoteMethod(state.tableQuery);
35962
+ };
35963
+ const handleQueryClick = () => {
35964
+ state.loading = true;
35965
+ state.tableQuery.page = 1;
35966
+ executeQuery();
35967
+ };
35968
+ const handleChange = (row) => {
35969
+ if (!row || !row[props.valueProp]) return;
35970
+ if (typeof row[props.valueProp] === "string") row[props.valueProp] = row[props.valueProp]?.trim();
35971
+ setDefaultOptions([row]);
35972
+ if (props.multiple) {
35973
+ if (!Array.isArray(state.selectedValues)) {
35974
+ state.selectedValues = [];
35975
+ }
35976
+ const currentValues = Array.isArray(state.selectedValues) ? [...state.selectedValues] : [];
35977
+ const valueIndex = currentValues.indexOf(row[props.valueProp]);
35978
+ if (valueIndex > -1) {
35979
+ currentValues.splice(valueIndex, 1);
35980
+ state.selectedRows = state.selectedRows.filter((item) => item[props.valueProp] !== row[props.valueProp]);
35981
+ } else {
35982
+ currentValues.push(row[props.valueProp]);
35983
+ const existingRow = state.selectedRows.find((item) => item[props.valueProp] === row[props.valueProp]);
35984
+ if (!existingRow) {
35985
+ state.selectedRows.push(row);
35986
+ }
35987
+ }
35988
+ state.selectedValues = currentValues;
35989
+ } else {
35990
+ state.selectedValues = row[props.valueProp];
35991
+ state.selectedRows = [row];
35992
+ }
35993
+ emit("update:modelValue", state.selectedValues);
35994
+ emit("change", state.selectedValues, props.multiple ? state.selectedRows : row);
35995
+ if (!props.multiple) {
35996
+ tableRef.value?.setCurrentRow(row);
35997
+ selectRef.value?.blur();
35998
+ }
35999
+ };
36000
+ const selectVisibleChange = (visible) => {
36001
+ if (visible) {
36002
+ state.loading = true;
36003
+ state.justOpened = true;
36004
+ const paginationParams = {
36005
+ page: state.tableQuery.page,
36006
+ // 保留当前页码
36007
+ pageSize: state.tableQuery.pageSize,
36008
+ // 保留分页大小
36009
+ [props.keywordProp]: void 0
36010
+ // 清空关键词(打开时不带搜索条件)
36011
+ };
36012
+ state.tableQuery = Object.assign({}, props.queryParams, paginationParams);
36013
+ executeQuery();
36014
+ setTimeout(() => {
36015
+ state.justOpened = false;
36016
+ }, CONSTANTS.DROPDOWN_DELAY);
36017
+ } else {
36018
+ state.loading = false;
36019
+ state.justOpened = false;
36020
+ }
36021
+ };
36022
+ const setDefaultOptions = (options) => {
36023
+ const map = /* @__PURE__ */ new Map();
36024
+ for (const item of [...options ?? [], ...state.defaultOptions]) {
36025
+ const value = item?.[props.valueProp];
36026
+ const label = props.labelFormat?.(item) || item?.[props.labelProp];
36027
+ if (value && label) {
36028
+ map.set(value, { [props.valueProp]: value, [props.labelProp]: label });
36029
+ }
36030
+ }
36031
+ state.defaultOptions = Array.from(map.values());
36032
+ };
36033
+ const setQueryParams = (query, append = true) => {
36034
+ if (!props.pagination) {
36035
+ query = Object.assign(query, {
36036
+ pageSize: CONSTANTS.MAX_PAGE_SIZE
36037
+ });
36038
+ }
36039
+ query = Object.assign({}, props.queryParams, query ?? {});
36040
+ state.tableQuery = append ? Object.assign(state.tableQuery, query) : query;
36041
+ };
36042
+ const setValue = (option, row) => {
36043
+ option = Array.isArray(option) ? option : [option];
36044
+ state.tableData.total = option.length;
36045
+ state.tableData.items = option;
36046
+ if (props.multiple) {
36047
+ state.selectedValues = option.map((item) => item[props.valueProp]);
36048
+ state.selectedRows = option;
36049
+ emit("update:modelValue", state.selectedValues);
36050
+ emit("change", state.selectedValues, option);
36051
+ } else {
36052
+ state.selectedValues = option[0]?.[props.valueProp];
36053
+ state.selectedRows = option[0] ? [option[0]] : [];
36054
+ emit("update:modelValue", state.selectedValues);
36055
+ emit("change", state.selectedValues, option[0]);
36056
+ }
36057
+ };
36058
+ const selectedValuesChange = (val) => {
36059
+ state.selectedValues = val;
36060
+ emit("update:modelValue", val);
36061
+ if (props.multiple) {
36062
+ const selectedValues = Array.isArray(val) ? val : [];
36063
+ const allSelectedRows = mergeSelectedRows(selectedValues);
36064
+ state.selectedRows = allSelectedRows;
36065
+ emit("change", val, allSelectedRows);
36066
+ } else {
36067
+ const selectedRow = state.tableData?.items?.find((item) => item[props.valueProp] === val);
36068
+ if (selectedRow) {
36069
+ state.selectedRows = [selectedRow];
36070
+ tableRef.value?.setCurrentRow(selectedRow);
36071
+ } else {
36072
+ state.selectedRows = [];
36073
+ tableRef.value?.setCurrentRow(null);
36074
+ }
36075
+ emit("change", val, selectedRow);
36076
+ }
36077
+ };
36078
+ const getRowStyle = ({ row }) => {
36079
+ return isRowSelected(row) ? {
36080
+ backgroundColor: "var(--el-color-primary-light-9)",
36081
+ borderLeft: "3px solid var(--el-color-primary)"
36082
+ } : {};
36083
+ };
36084
+ const getRowClassName = ({ row }) => {
36085
+ return isRowSelected(row) ? "selected-row" : "";
36086
+ };
36087
+ watch(
36088
+ () => props.modelValue,
36089
+ // 监听的数据源
36090
+ (val) => {
36091
+ if (props.multiple) {
36092
+ state.selectedValues = Array.isArray(val) ? val : val ? [val] : [];
36093
+ } else {
36094
+ state.selectedValues = val;
36095
+ }
36096
+ updateSelectedRows();
36097
+ },
36098
+ { immediate: true }
36099
+ // 立即执行一次,确保初始化时也能正确设置
36100
+ );
36101
+ watch(
36102
+ () => props.defaultOptions,
36103
+ // 监听的数据源
36104
+ (val) => setDefaultOptions(val),
36105
+ // 调用设置方法
36106
+ { immediate: true }
36107
+ // 立即执行一次
36108
+ );
36109
+ __expose({
36110
+ setValue,
36111
+ // 设置选中值(用于程序化设置选中的数据)
36112
+ handleQuery,
36113
+ // 执行查询(用于手动触发查询,可选择是否清空关键词)
36114
+ setQueryParams,
36115
+ // 设置查询参数(用于动态修改查询条件)
36116
+ setDefaultOptions
36117
+ // 设置默认选项(用于手动添加回显选项)
36118
+ });
36119
+ return (_ctx, _cache) => {
36120
+ const _component_el_option = resolveComponent("el-option");
36121
+ const _component_el_button = resolveComponent("el-button");
36122
+ const _component_el_button_group = resolveComponent("el-button-group");
36123
+ const _component_el_row = resolveComponent("el-row");
36124
+ const _component_el_form = resolveComponent("el-form");
36125
+ const _component_el_empty = resolveComponent("el-empty");
36126
+ const _component_el_table = resolveComponent("el-table");
36127
+ const _component_el_pagination = resolveComponent("el-pagination");
36128
+ const _component_el_select = resolveComponent("el-select");
36129
+ const _directive_reclick = resolveDirective("reclick");
36130
+ const _directive_loading = resolveDirective("loading");
36131
+ return openBlock(), createElementBlock(
36132
+ Fragment,
36133
+ null,
36134
+ [
36135
+ createCommentVNode(" Element Plus\u4E0B\u62C9\u9009\u62E9\u5668\u7EC4\u4EF6 "),
36136
+ createVNode(_component_el_select, mergeProps(_ctx.$attrs, {
36137
+ modelValue: state.selectedValues,
36138
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => state.selectedValues = $event),
36139
+ clearable: __props.clearable,
36140
+ multiple: __props.multiple,
36141
+ disabled: __props.disabled,
36142
+ placeholder: __props.placeholder,
36143
+ "remote-method": remoteMethod,
36144
+ onVisibleChange: selectVisibleChange,
36145
+ onChange: selectedValuesChange,
36146
+ style: { width: __props.dropdownWidth },
36147
+ "popper-class": "popper-class",
36148
+ ref_key: "selectRef",
36149
+ ref: selectRef,
36150
+ "remote-show-suffix": "",
36151
+ filterable: "",
36152
+ remote: ""
36153
+ }), {
36154
+ default: withCtx(() => [
36155
+ createCommentVNode(" \u9690\u85CF\u7684\u9009\u9879\uFF0C\u7528\u4E8E\u5360\u4F4D\uFF0C\u9632\u6B62Element Plus\u8B66\u544A "),
36156
+ createVNode(_component_el_option, {
36157
+ style: { "width": "0", "height": "0" },
36158
+ value: ""
36159
+ }),
36160
+ createCommentVNode(" \u9ED8\u8BA4\u9009\u9879\uFF0C\u7528\u4E8E\u56DE\u663E\u6570\u636E "),
36161
+ 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 "),
36162
+ (openBlock(true), createElementBlock(
36163
+ Fragment,
36164
+ null,
36165
+ renderList(state.defaultOptions ?? [], (item) => {
36166
+ return openBlock(), createBlock(_component_el_option, {
36167
+ key: item[__props.valueProp],
36168
+ label: __props.labelFormat(item) || item[__props.labelProp],
36169
+ value: item[__props.valueProp],
36170
+ style: { "width": "0", "height": "0" }
36171
+ }, null, 8, ["label", "value"]);
36172
+ }),
36173
+ 128
36174
+ /* KEYED_FRAGMENT */
36175
+ )),
36176
+ createCommentVNode(" \u4E0B\u62C9\u6846\u5185\u5BB9\u533A\u57DF "),
36177
+ 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 '),
36178
+ withDirectives((openBlock(), createElementBlock("div", _hoisted_1$4, [
36179
+ createCommentVNode(" \u67E5\u8BE2\u8868\u5355\u533A\u57DF\uFF08\u4EC5\u5F53\u7236\u7EC4\u4EF6\u63D0\u4F9B\u4E86queryForm\u63D2\u69FD\u65F6\u663E\u793A\uFF09 "),
36180
+ _ctx.$slots.queryForm ? (openBlock(), createBlock(_component_el_form, {
36181
+ key: 0,
36182
+ model: state.tableQuery,
36183
+ class: "mg5 query-form",
36184
+ "label-width": __props.queryLabelWidth ?? "",
36185
+ onClick: _cache[0] || (_cache[0] = withModifiers(() => {
36186
+ }, ["stop"]))
36187
+ }, {
36188
+ default: withCtx(() => [
36189
+ createVNode(_component_el_row, { gutter: 10 }, {
36190
+ default: withCtx(() => [
36191
+ createCommentVNode(" \u67E5\u8BE2\u8868\u5355\u63D2\u69FD\uFF1A\u7531\u7236\u7EC4\u4EF6\u63D0\u4F9B\u8868\u5355\u5185\u5BB9 "),
36192
+ renderSlot(_ctx.$slots, "queryForm", {
36193
+ query: state.tableQuery,
36194
+ handleQuery: () => handleQuery(true)
36195
+ }, void 0, true),
36196
+ createCommentVNode(" \u67E5\u8BE2\u548C\u91CD\u7F6E\u6309\u94AE\u7EC4 "),
36197
+ createVNode(_component_el_button_group, { style: { "position": "absolute", "right": "10px" } }, {
36198
+ default: withCtx(() => [
36199
+ createCommentVNode(" \u67E5\u8BE2\u6309\u94AE\uFF1A\u70B9\u51FB\u65F6\u7ACB\u5373\u663E\u793A\u52A0\u8F7D\u52A8\u753B\u5E76\u6267\u884C\u67E5\u8BE2 "),
36200
+ withDirectives((openBlock(), createBlock(_component_el_button, {
36201
+ type: "primary",
36202
+ icon: "ele-Search",
36203
+ onClick: handleQueryClick
36204
+ }, {
36205
+ default: withCtx(() => [..._cache[2] || (_cache[2] = [
36206
+ createTextVNode(
36207
+ " \u67E5\u8BE2 ",
36208
+ -1
36209
+ /* CACHED */
36210
+ )
36211
+ ])]),
36212
+ _: 1
36213
+ /* STABLE */
36214
+ })), [
36215
+ [_directive_reclick, 1e3]
36216
+ ]),
36217
+ createCommentVNode(" \u91CD\u7F6E\u6309\u94AE\uFF1A\u91CD\u7F6E\u67E5\u8BE2\u6761\u4EF6\u5E76\u91CD\u65B0\u67E5\u8BE2 "),
36218
+ withDirectives((openBlock(), createBlock(_component_el_button, {
36219
+ icon: "ele-Refresh",
36220
+ onClick: resetQuery
36221
+ }, {
36222
+ default: withCtx(() => [..._cache[3] || (_cache[3] = [
36223
+ createTextVNode(
36224
+ " \u91CD\u7F6E ",
36225
+ -1
36226
+ /* CACHED */
36227
+ )
36228
+ ])]),
36229
+ _: 1
36230
+ /* STABLE */
36231
+ })), [
36232
+ [_directive_reclick, 1e3]
36233
+ ])
36234
+ ]),
36235
+ _: 1
36236
+ /* STABLE */
36237
+ })
36238
+ ]),
36239
+ _: 3
36240
+ /* FORWARDED */
36241
+ })
36242
+ ]),
36243
+ _: 3
36244
+ /* FORWARDED */
36245
+ }, 8, ["model", "label-width"])) : createCommentVNode("v-if", true),
36246
+ 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 "),
36247
+ createVNode(_component_el_table, {
36248
+ ref_key: "tableRef",
36249
+ ref: tableRef,
36250
+ onRowClick: handleChange,
36251
+ data: state.tableData?.items ?? [],
36252
+ height: _ctx.$slots.queryForm ? tableHeight.value : `calc(${__props.dropdownHeight} - ${CONSTANTS.TABLE_HEIGHT_OFFSET}px)`,
36253
+ "highlight-current-row": !__props.multiple,
36254
+ "row-class-name": getRowClassName,
36255
+ "row-style": getRowStyle
36256
+ }, {
36257
+ empty: withCtx(() => [
36258
+ !state.loading ? (openBlock(), createBlock(_component_el_empty, {
36259
+ key: 0,
36260
+ "image-size": 25
36261
+ })) : createCommentVNode("v-if", true)
36262
+ ]),
36263
+ default: withCtx(() => [
36264
+ renderSlot(_ctx.$slots, "columns", {}, void 0, true)
36265
+ ]),
36266
+ _: 3
36267
+ /* FORWARDED */
36268
+ }, 8, ["data", "height", "highlight-current-row"]),
36269
+ 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 "),
36270
+ props.pagination ? (openBlock(), createBlock(_component_el_pagination, {
36271
+ key: 1,
36272
+ disabled: state.loading,
36273
+ currentPage: state.tableQuery.page,
36274
+ "page-size": state.tableQuery.pageSize,
36275
+ total: state.tableData.total,
36276
+ "pager-count": 5,
36277
+ onSizeChange: handleSizeChange,
36278
+ onCurrentChange: handleCurrentChange,
36279
+ layout: "prev, pager, next",
36280
+ size: "small",
36281
+ background: ""
36282
+ }, null, 8, ["disabled", "currentPage", "page-size", "total"])) : createCommentVNode("v-if", true)
36283
+ ])), [
36284
+ [_directive_loading, state.loading]
36285
+ ])
36286
+ ]),
36287
+ _: 3
36288
+ /* FORWARDED */
36289
+ }, 16, ["modelValue", "clearable", "multiple", "disabled", "placeholder", "style"])
36290
+ ],
36291
+ 2112
36292
+ /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
36293
+ );
36294
+ };
36295
+ }
36296
+ });
36297
+
36298
+ var inputtable = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-5631ed37"]]);
36299
+
35531
36300
  const _hoisted_1$3 = { style: { "padding": "5px" } };
35532
36301
  const _hoisted_2$2 = { style: { "display": "flex", "align-items": "center", "gap": "8px", "flex-wrap": "nowrap", "overflow": "hidden" } };
35533
36302
  const _hoisted_3$2 = { style: { "flex": "1 1 200px", "min-width": "0", "overflow": "hidden" } };
@@ -41567,12 +42336,13 @@ function elSvg(app) {
41567
42336
  }
41568
42337
  }
41569
42338
 
41570
- const FmTransfer = _sfc_main$h;
41571
- const FmNoticeBar = _sfc_main$g;
42339
+ const FmTransfer = _sfc_main$i;
42340
+ const FmNoticeBar = _sfc_main$h;
41572
42341
  const FmDragImg = dragimg;
41573
- const Fmselect = _sfc_main$e;
41574
- const FmAutocomplete = _sfc_main$d;
41575
- const Fminputdropdown = _sfc_main$b;
42342
+ const Fmselect = _sfc_main$f;
42343
+ const FmAutocomplete = _sfc_main$e;
42344
+ const Fminputdropdown = _sfc_main$c;
42345
+ const Fminputtable = inputtable;
41576
42346
  const Fmdatepicker = _sfc_main$9;
41577
42347
  const FmTree = _sfc_main$a;
41578
42348
  const FmQueryCondition = _sfc_main$6;
@@ -41632,6 +42402,7 @@ const plugins = [
41632
42402
  FmNoticeBar,
41633
42403
  Fmselect,
41634
42404
  FmAutocomplete,
42405
+ Fminputtable,
41635
42406
  Fminputdropdown,
41636
42407
  FmTree,
41637
42408
  Fmdatepicker,
@@ -42219,7 +42990,16 @@ var de = {
42219
42990
  },
42220
42991
  colorpicker: {
42221
42992
  confirm: "OK",
42222
- clear: "Leeren"
42993
+ clear: "Leeren",
42994
+ defaultLabel: "color picker",
42995
+ description: "current color is {color}. press enter to select a new color.",
42996
+ alphaLabel: "pick alpha value",
42997
+ alphaDescription: "alpha {alpha}, current color is {color}",
42998
+ hueLabel: "pick hue value",
42999
+ hueDescription: "hue {hue}, current color is {color}",
43000
+ svLabel: "pick saturation and brightness value",
43001
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43002
+ predefineDescription: "select {value} as the color"
42223
43003
  },
42224
43004
  datepicker: {
42225
43005
  now: "Jetzt",
@@ -42227,6 +43007,10 @@ var de = {
42227
43007
  cancel: "Abbrechen",
42228
43008
  clear: "Leeren",
42229
43009
  confirm: "OK",
43010
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
43011
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
43012
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
43013
+ selectedDate: "Selected date",
42230
43014
  selectDate: "Datum w\xE4hlen",
42231
43015
  selectTime: "Uhrzeit w\xE4hlen",
42232
43016
  startDate: "Startdatum",
@@ -42237,9 +43021,6 @@ var de = {
42237
43021
  nextYear: "N\xE4chtes Jahr",
42238
43022
  prevMonth: "Letzter Monat",
42239
43023
  nextMonth: "N\xE4chster Monat",
42240
- day: "Tag",
42241
- week: "Woche",
42242
- month: "Monat",
42243
43024
  year: "",
42244
43025
  month1: "Januar",
42245
43026
  month2: "Februar",
@@ -42262,6 +43043,15 @@ var de = {
42262
43043
  fri: "Fr",
42263
43044
  sat: "Sa"
42264
43045
  },
43046
+ weeksFull: {
43047
+ sun: "Sunday",
43048
+ mon: "Monday",
43049
+ tue: "Tuesday",
43050
+ wed: "Wednesday",
43051
+ thu: "Thursday",
43052
+ fri: "Friday",
43053
+ sat: "Saturday"
43054
+ },
42265
43055
  months: {
42266
43056
  jan: "Jan",
42267
43057
  feb: "Feb",
@@ -42275,7 +43065,13 @@ var de = {
42275
43065
  oct: "Okt",
42276
43066
  nov: "Nov",
42277
43067
  dec: "Dez"
42278
- }
43068
+ },
43069
+ day: "Tag",
43070
+ month: "Monat"
43071
+ },
43072
+ inputNumber: {
43073
+ decrease: "decrease number",
43074
+ increase: "increase number"
42279
43075
  },
42280
43076
  select: {
42281
43077
  loading: "L\xE4dt.",
@@ -42286,6 +43082,9 @@ var de = {
42286
43082
  mention: {
42287
43083
  loading: "L\xE4dt."
42288
43084
  },
43085
+ dropdown: {
43086
+ toggleDropdown: "Toggle Dropdown"
43087
+ },
42289
43088
  cascader: {
42290
43089
  noMatch: "Nichts gefunden.",
42291
43090
  loading: "L\xE4dt.",
@@ -42302,12 +43101,21 @@ var de = {
42302
43101
  next: "Zur n\xE4chsten Seite gehen",
42303
43102
  currentPage: "Seite {pager}",
42304
43103
  prevPages: "Vorherige {pager} Seiten",
42305
- nextPages: "N\xE4chste {pager} Seiten"
43104
+ nextPages: "N\xE4chste {pager} Seiten",
43105
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
43106
+ },
43107
+ dialog: {
43108
+ close: "Close this dialog"
43109
+ },
43110
+ drawer: {
43111
+ close: "Close this dialog"
42306
43112
  },
42307
43113
  messagebox: {
43114
+ title: "Message",
42308
43115
  confirm: "OK",
42309
43116
  cancel: "Abbrechen",
42310
- error: "Fehler"
43117
+ error: "Fehler",
43118
+ close: "Close this dialog"
42311
43119
  },
42312
43120
  upload: {
42313
43121
  deleteTip: "Klicke l\xF6schen zum entfernen",
@@ -42315,6 +43123,11 @@ var de = {
42315
43123
  preview: "Vorschau",
42316
43124
  continue: "Fortsetzen"
42317
43125
  },
43126
+ slider: {
43127
+ defaultLabel: "slider between {min} and {max}",
43128
+ defaultRangeStartLabel: "pick start value",
43129
+ defaultRangeEndLabel: "pick end value"
43130
+ },
42318
43131
  table: {
42319
43132
  emptyText: "Keine Daten",
42320
43133
  confirmFilter: "Anwenden",
@@ -42325,7 +43138,8 @@ var de = {
42325
43138
  tour: {
42326
43139
  next: "Weiter",
42327
43140
  previous: "Zur\xFCck",
42328
- finish: "Fertig"
43141
+ finish: "Fertig",
43142
+ close: "Close this dialog"
42329
43143
  },
42330
43144
  tree: {
42331
43145
  emptyText: "Keine Eintr\xE4ge"
@@ -42367,7 +43181,13 @@ var English = {
42367
43181
  clear: "Clear",
42368
43182
  defaultLabel: "color picker",
42369
43183
  description: "current color is {color}. press enter to select a new color.",
42370
- alphaLabel: "pick alpha value"
43184
+ alphaLabel: "pick alpha value",
43185
+ alphaDescription: "alpha {alpha}, current color is {color}",
43186
+ hueLabel: "pick hue value",
43187
+ hueDescription: "hue {hue}, current color is {color}",
43188
+ svLabel: "pick saturation and brightness value",
43189
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43190
+ predefineDescription: "select {value} as the color"
42371
43191
  },
42372
43192
  datepicker: {
42373
43193
  now: "Now",
@@ -42402,7 +43222,6 @@ var English = {
42402
43222
  month10: "October",
42403
43223
  month11: "November",
42404
43224
  month12: "December",
42405
- week: "week",
42406
43225
  weeks: {
42407
43226
  sun: "Sun",
42408
43227
  mon: "Mon",
@@ -42505,7 +43324,8 @@ var English = {
42505
43324
  tour: {
42506
43325
  next: "Next",
42507
43326
  previous: "Previous",
42508
- finish: "Finish"
43327
+ finish: "Finish",
43328
+ close: "Close this dialog"
42509
43329
  },
42510
43330
  tree: {
42511
43331
  emptyText: "No Data"
@@ -42544,7 +43364,16 @@ var es = {
42544
43364
  },
42545
43365
  colorpicker: {
42546
43366
  confirm: "Confirmar",
42547
- clear: "Despejar"
43367
+ clear: "Despejar",
43368
+ defaultLabel: "color picker",
43369
+ description: "current color is {color}. press enter to select a new color.",
43370
+ alphaLabel: "pick alpha value",
43371
+ alphaDescription: "alpha {alpha}, current color is {color}",
43372
+ hueLabel: "pick hue value",
43373
+ hueDescription: "hue {hue}, current color is {color}",
43374
+ svLabel: "pick saturation and brightness value",
43375
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43376
+ predefineDescription: "select {value} as the color"
42548
43377
  },
42549
43378
  datepicker: {
42550
43379
  now: "Ahora",
@@ -42552,6 +43381,10 @@ var es = {
42552
43381
  cancel: "Cancelar",
42553
43382
  clear: "Despejar",
42554
43383
  confirm: "Confirmar",
43384
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
43385
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
43386
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
43387
+ selectedDate: "Selected date",
42555
43388
  selectDate: "Seleccionar fecha",
42556
43389
  selectTime: "Seleccionar hora",
42557
43390
  startDate: "Fecha Incial",
@@ -42584,6 +43417,15 @@ var es = {
42584
43417
  fri: "vie",
42585
43418
  sat: "s\xE1b"
42586
43419
  },
43420
+ weeksFull: {
43421
+ sun: "Sunday",
43422
+ mon: "Monday",
43423
+ tue: "Tuesday",
43424
+ wed: "Wednesday",
43425
+ thu: "Thursday",
43426
+ fri: "Friday",
43427
+ sat: "Saturday"
43428
+ },
42587
43429
  months: {
42588
43430
  jan: "ene",
42589
43431
  feb: "feb",
@@ -42599,6 +43441,10 @@ var es = {
42599
43441
  dec: "dic"
42600
43442
  }
42601
43443
  },
43444
+ inputNumber: {
43445
+ decrease: "decrease number",
43446
+ increase: "increase number"
43447
+ },
42602
43448
  select: {
42603
43449
  loading: "Cargando",
42604
43450
  noMatch: "No hay datos que coincidan",
@@ -42608,6 +43454,9 @@ var es = {
42608
43454
  mention: {
42609
43455
  loading: "Cargando"
42610
43456
  },
43457
+ dropdown: {
43458
+ toggleDropdown: "Toggle Dropdown"
43459
+ },
42611
43460
  cascader: {
42612
43461
  noMatch: "No hay datos que coincidan",
42613
43462
  loading: "Cargando",
@@ -42624,12 +43473,21 @@ var es = {
42624
43473
  next: "Go to next page",
42625
43474
  currentPage: "page {pager}",
42626
43475
  prevPages: "Previous {pager} pages",
42627
- nextPages: "Next {pager} pages"
43476
+ nextPages: "Next {pager} pages",
43477
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
43478
+ },
43479
+ dialog: {
43480
+ close: "Close this dialog"
43481
+ },
43482
+ drawer: {
43483
+ close: "Close this dialog"
42628
43484
  },
42629
43485
  messagebox: {
43486
+ title: "Message",
42630
43487
  confirm: "Aceptar",
42631
43488
  cancel: "Cancelar",
42632
- error: "Entrada inv\xE1lida"
43489
+ error: "Entrada inv\xE1lida",
43490
+ close: "Close this dialog"
42633
43491
  },
42634
43492
  upload: {
42635
43493
  deleteTip: "Pulse Eliminar para retirar",
@@ -42637,6 +43495,11 @@ var es = {
42637
43495
  preview: "Vista Previa",
42638
43496
  continue: "Continuar"
42639
43497
  },
43498
+ slider: {
43499
+ defaultLabel: "slider between {min} and {max}",
43500
+ defaultRangeStartLabel: "pick start value",
43501
+ defaultRangeEndLabel: "pick end value"
43502
+ },
42640
43503
  table: {
42641
43504
  emptyText: "Sin Datos",
42642
43505
  confirmFilter: "Confirmar",
@@ -42644,6 +43507,12 @@ var es = {
42644
43507
  clearFilter: "Despejar",
42645
43508
  sumText: "Suma"
42646
43509
  },
43510
+ tour: {
43511
+ next: "Next",
43512
+ previous: "Previous",
43513
+ finish: "Finish",
43514
+ close: "Close this dialog"
43515
+ },
42647
43516
  tree: {
42648
43517
  emptyText: "Sin Datos"
42649
43518
  },
@@ -42681,7 +43550,16 @@ var fi = {
42681
43550
  },
42682
43551
  colorpicker: {
42683
43552
  confirm: "OK",
42684
- clear: "Tyhjenn\xE4"
43553
+ clear: "Tyhjenn\xE4",
43554
+ defaultLabel: "color picker",
43555
+ description: "current color is {color}. press enter to select a new color.",
43556
+ alphaLabel: "pick alpha value",
43557
+ alphaDescription: "alpha {alpha}, current color is {color}",
43558
+ hueLabel: "pick hue value",
43559
+ hueDescription: "hue {hue}, current color is {color}",
43560
+ svLabel: "pick saturation and brightness value",
43561
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43562
+ predefineDescription: "select {value} as the color"
42685
43563
  },
42686
43564
  datepicker: {
42687
43565
  now: "Nyt",
@@ -42689,6 +43567,10 @@ var fi = {
42689
43567
  cancel: "Peruuta",
42690
43568
  clear: "Tyhjenn\xE4",
42691
43569
  confirm: "OK",
43570
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
43571
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
43572
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
43573
+ selectedDate: "Selected date",
42692
43574
  selectDate: "Valitse p\xE4iv\xE4",
42693
43575
  selectTime: "Valitse aika",
42694
43576
  startDate: "Aloitusp\xE4iv\xE4",
@@ -42721,6 +43603,15 @@ var fi = {
42721
43603
  fri: "pe",
42722
43604
  sat: "la"
42723
43605
  },
43606
+ weeksFull: {
43607
+ sun: "Sunday",
43608
+ mon: "Monday",
43609
+ tue: "Tuesday",
43610
+ wed: "Wednesday",
43611
+ thu: "Thursday",
43612
+ fri: "Friday",
43613
+ sat: "Saturday"
43614
+ },
42724
43615
  months: {
42725
43616
  jan: "tammi",
42726
43617
  feb: "helmi",
@@ -42736,6 +43627,10 @@ var fi = {
42736
43627
  dec: "joulu"
42737
43628
  }
42738
43629
  },
43630
+ inputNumber: {
43631
+ decrease: "decrease number",
43632
+ increase: "increase number"
43633
+ },
42739
43634
  select: {
42740
43635
  loading: "Lataa",
42741
43636
  noMatch: "Ei vastaavia tietoja",
@@ -42745,6 +43640,9 @@ var fi = {
42745
43640
  mention: {
42746
43641
  loading: "Lataa"
42747
43642
  },
43643
+ dropdown: {
43644
+ toggleDropdown: "Toggle Dropdown"
43645
+ },
42748
43646
  cascader: {
42749
43647
  noMatch: "Ei vastaavia tietoja",
42750
43648
  loading: "Lataa",
@@ -42761,13 +43659,21 @@ var fi = {
42761
43659
  next: "Go to next page",
42762
43660
  currentPage: "page {pager}",
42763
43661
  prevPages: "Previous {pager} pages",
42764
- nextPages: "Next {pager} pages"
43662
+ nextPages: "Next {pager} pages",
43663
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
43664
+ },
43665
+ dialog: {
43666
+ close: "Close this dialog"
43667
+ },
43668
+ drawer: {
43669
+ close: "Close this dialog"
42765
43670
  },
42766
43671
  messagebox: {
42767
43672
  title: "Viesti",
42768
43673
  confirm: "OK",
42769
43674
  cancel: "Peruuta",
42770
- error: "Virheellinen sy\xF6te"
43675
+ error: "Virheellinen sy\xF6te",
43676
+ close: "Close this dialog"
42771
43677
  },
42772
43678
  upload: {
42773
43679
  deleteTip: "Poista Delete-n\xE4pp\xE4imell\xE4",
@@ -42775,6 +43681,11 @@ var fi = {
42775
43681
  preview: "Esikatsele",
42776
43682
  continue: "Jatka"
42777
43683
  },
43684
+ slider: {
43685
+ defaultLabel: "slider between {min} and {max}",
43686
+ defaultRangeStartLabel: "pick start value",
43687
+ defaultRangeEndLabel: "pick end value"
43688
+ },
42778
43689
  table: {
42779
43690
  emptyText: "Ei tietoja",
42780
43691
  confirmFilter: "Vahvista",
@@ -42782,6 +43693,12 @@ var fi = {
42782
43693
  clearFilter: "Kaikki",
42783
43694
  sumText: "Summa"
42784
43695
  },
43696
+ tour: {
43697
+ next: "Next",
43698
+ previous: "Previous",
43699
+ finish: "Finish",
43700
+ close: "Close this dialog"
43701
+ },
42785
43702
  tree: {
42786
43703
  emptyText: "Ei tietoja"
42787
43704
  },
@@ -42815,13 +43732,20 @@ var fr = {
42815
43732
  name: "fr",
42816
43733
  el: {
42817
43734
  breadcrumb: {
42818
- label: `Fil d'Ariane`
43735
+ label: "Fil d'Ariane"
42819
43736
  },
42820
43737
  colorpicker: {
42821
43738
  confirm: "Confirmer",
42822
43739
  clear: "Effacer",
42823
43740
  defaultLabel: "color picker",
42824
- description: "La couleur actuelle est {color}. Appuyer sur Entr\xE9e pour s\xE9lectionner une nouvelle couleur."
43741
+ description: "La couleur actuelle est {color}. Appuyer sur Entr\xE9e pour s\xE9lectionner une nouvelle couleur.",
43742
+ alphaLabel: "Choisir la valeur alpha",
43743
+ alphaDescription: "alpha {alpha}, current color is {color}",
43744
+ hueLabel: "pick hue value",
43745
+ hueDescription: "hue {hue}, current color is {color}",
43746
+ svLabel: "pick saturation and brightness value",
43747
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43748
+ predefineDescription: "select {value} as the color"
42825
43749
  },
42826
43750
  datepicker: {
42827
43751
  now: "Maintenant",
@@ -42856,7 +43780,6 @@ var fr = {
42856
43780
  month10: "Octobre",
42857
43781
  month11: "Novembre",
42858
43782
  month12: "D\xE9cembre",
42859
- week: "Semaine",
42860
43783
  weeks: {
42861
43784
  sun: "Dim",
42862
43785
  mon: "Lun",
@@ -42903,6 +43826,9 @@ var fr = {
42903
43826
  mention: {
42904
43827
  loading: "Chargement"
42905
43828
  },
43829
+ dropdown: {
43830
+ toggleDropdown: "Basculer la liste d\xE9roulante"
43831
+ },
42906
43832
  cascader: {
42907
43833
  noMatch: "Aucune correspondance",
42908
43834
  loading: "Chargement",
@@ -42956,7 +43882,8 @@ var fr = {
42956
43882
  tour: {
42957
43883
  next: "suivant",
42958
43884
  previous: "pr\xE9c\xE9dent",
42959
- finish: "fin"
43885
+ finish: "fin",
43886
+ close: "Fermer la bo\xEEte de dialogue"
42960
43887
  },
42961
43888
  tree: {
42962
43889
  emptyText: "Aucune donn\xE9e"
@@ -42995,7 +43922,16 @@ var it = {
42995
43922
  },
42996
43923
  colorpicker: {
42997
43924
  confirm: "OK",
42998
- clear: "Pulisci"
43925
+ clear: "Pulisci",
43926
+ defaultLabel: "color picker",
43927
+ description: "current color is {color}. press enter to select a new color.",
43928
+ alphaLabel: "pick alpha value",
43929
+ alphaDescription: "alpha {alpha}, current color is {color}",
43930
+ hueLabel: "pick hue value",
43931
+ hueDescription: "hue {hue}, current color is {color}",
43932
+ svLabel: "pick saturation and brightness value",
43933
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
43934
+ predefineDescription: "select {value} as the color"
42999
43935
  },
43000
43936
  datepicker: {
43001
43937
  now: "Ora",
@@ -43003,6 +43939,10 @@ var it = {
43003
43939
  cancel: "Cancella",
43004
43940
  clear: "Pulisci",
43005
43941
  confirm: "OK",
43942
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
43943
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
43944
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
43945
+ selectedDate: "Selected date",
43006
43946
  selectDate: "Seleziona data",
43007
43947
  selectTime: "Seleziona ora",
43008
43948
  startDate: "Data inizio",
@@ -43035,6 +43975,15 @@ var it = {
43035
43975
  fri: "Ven",
43036
43976
  sat: "Sab"
43037
43977
  },
43978
+ weeksFull: {
43979
+ sun: "Sunday",
43980
+ mon: "Monday",
43981
+ tue: "Tuesday",
43982
+ wed: "Wednesday",
43983
+ thu: "Thursday",
43984
+ fri: "Friday",
43985
+ sat: "Saturday"
43986
+ },
43038
43987
  months: {
43039
43988
  jan: "Gen",
43040
43989
  feb: "Feb",
@@ -43050,6 +43999,10 @@ var it = {
43050
43999
  dec: "Dic"
43051
44000
  }
43052
44001
  },
44002
+ inputNumber: {
44003
+ decrease: "decrease number",
44004
+ increase: "increase number"
44005
+ },
43053
44006
  select: {
43054
44007
  loading: "Caricamento",
43055
44008
  noMatch: "Nessuna corrispondenza",
@@ -43059,6 +44012,9 @@ var it = {
43059
44012
  mention: {
43060
44013
  loading: "Caricamento"
43061
44014
  },
44015
+ dropdown: {
44016
+ toggleDropdown: "Toggle Dropdown"
44017
+ },
43062
44018
  cascader: {
43063
44019
  noMatch: "Nessuna corrispondenza",
43064
44020
  loading: "Caricamento",
@@ -43075,12 +44031,21 @@ var it = {
43075
44031
  next: "Go to next page",
43076
44032
  currentPage: "page {pager}",
43077
44033
  prevPages: "Previous {pager} pages",
43078
- nextPages: "Next {pager} pages"
44034
+ nextPages: "Next {pager} pages",
44035
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
44036
+ },
44037
+ dialog: {
44038
+ close: "Close this dialog"
44039
+ },
44040
+ drawer: {
44041
+ close: "Close this dialog"
43079
44042
  },
43080
44043
  messagebox: {
44044
+ title: "Message",
43081
44045
  confirm: "OK",
43082
44046
  cancel: "Cancella",
43083
- error: "Input non valido"
44047
+ error: "Input non valido",
44048
+ close: "Close this dialog"
43084
44049
  },
43085
44050
  upload: {
43086
44051
  deleteTip: "Premi cancella per rimuovere",
@@ -43088,6 +44053,11 @@ var it = {
43088
44053
  preview: "Anteprima",
43089
44054
  continue: "Continua"
43090
44055
  },
44056
+ slider: {
44057
+ defaultLabel: "slider between {min} and {max}",
44058
+ defaultRangeStartLabel: "pick start value",
44059
+ defaultRangeEndLabel: "pick end value"
44060
+ },
43091
44061
  table: {
43092
44062
  emptyText: "Nessun dato",
43093
44063
  confirmFilter: "Conferma",
@@ -43095,6 +44065,12 @@ var it = {
43095
44065
  clearFilter: "Tutti",
43096
44066
  sumText: "Somma"
43097
44067
  },
44068
+ tour: {
44069
+ next: "Next",
44070
+ previous: "Previous",
44071
+ finish: "Finish",
44072
+ close: "Close this dialog"
44073
+ },
43098
44074
  tree: {
43099
44075
  emptyText: "Nessun dato"
43100
44076
  },
@@ -43132,7 +44108,16 @@ var ja = {
43132
44108
  },
43133
44109
  colorpicker: {
43134
44110
  confirm: "OK",
43135
- clear: "\u30AF\u30EA\u30A2"
44111
+ clear: "\u30AF\u30EA\u30A2",
44112
+ defaultLabel: "color picker",
44113
+ description: "current color is {color}. press enter to select a new color.",
44114
+ alphaLabel: "pick alpha value",
44115
+ alphaDescription: "alpha {alpha}, current color is {color}",
44116
+ hueLabel: "pick hue value",
44117
+ hueDescription: "hue {hue}, current color is {color}",
44118
+ svLabel: "pick saturation and brightness value",
44119
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44120
+ predefineDescription: "select {value} as the color"
43136
44121
  },
43137
44122
  datepicker: {
43138
44123
  now: "\u73FE\u5728",
@@ -43140,6 +44125,10 @@ var ja = {
43140
44125
  cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
43141
44126
  clear: "\u30AF\u30EA\u30A2",
43142
44127
  confirm: "OK",
44128
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
44129
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
44130
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
44131
+ selectedDate: "Selected date",
43143
44132
  selectDate: "\u65E5\u4ED8\u3092\u9078\u629E",
43144
44133
  selectTime: "\u6642\u9593\u3092\u9078\u629E",
43145
44134
  startDate: "\u958B\u59CB\u65E5",
@@ -43172,6 +44161,15 @@ var ja = {
43172
44161
  fri: "\u91D1",
43173
44162
  sat: "\u571F"
43174
44163
  },
44164
+ weeksFull: {
44165
+ sun: "Sunday",
44166
+ mon: "Monday",
44167
+ tue: "Tuesday",
44168
+ wed: "Wednesday",
44169
+ thu: "Thursday",
44170
+ fri: "Friday",
44171
+ sat: "Saturday"
44172
+ },
43175
44173
  months: {
43176
44174
  jan: "1\u6708",
43177
44175
  feb: "2\u6708",
@@ -43187,6 +44185,10 @@ var ja = {
43187
44185
  dec: "12\u6708"
43188
44186
  }
43189
44187
  },
44188
+ inputNumber: {
44189
+ decrease: "decrease number",
44190
+ increase: "increase number"
44191
+ },
43190
44192
  select: {
43191
44193
  loading: "\u30ED\u30FC\u30C9\u4E2D",
43192
44194
  noMatch: "\u30C7\u30FC\u30BF\u306A\u3057",
@@ -43196,6 +44198,9 @@ var ja = {
43196
44198
  mention: {
43197
44199
  loading: "\u30ED\u30FC\u30C9\u4E2D"
43198
44200
  },
44201
+ dropdown: {
44202
+ toggleDropdown: "Toggle Dropdown"
44203
+ },
43199
44204
  cascader: {
43200
44205
  noMatch: "\u30C7\u30FC\u30BF\u306A\u3057",
43201
44206
  loading: "\u30ED\u30FC\u30C9\u4E2D",
@@ -43212,13 +44217,21 @@ var ja = {
43212
44217
  next: "Go to next page",
43213
44218
  currentPage: "page {pager}",
43214
44219
  prevPages: "Previous {pager} pages",
43215
- nextPages: "Next {pager} pages"
44220
+ nextPages: "Next {pager} pages",
44221
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
44222
+ },
44223
+ dialog: {
44224
+ close: "Close this dialog"
44225
+ },
44226
+ drawer: {
44227
+ close: "Close this dialog"
43216
44228
  },
43217
44229
  messagebox: {
43218
44230
  title: "\u30E1\u30C3\u30BB\u30FC\u30B8",
43219
44231
  confirm: "OK",
43220
44232
  cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
43221
- error: "\u6B63\u3057\u304F\u306A\u3044\u5165\u529B"
44233
+ error: "\u6B63\u3057\u304F\u306A\u3044\u5165\u529B",
44234
+ close: "Close this dialog"
43222
44235
  },
43223
44236
  upload: {
43224
44237
  deleteTip: "Del\u30AD\u30FC\u3092\u62BC\u3057\u3066\u524A\u9664\u3059\u308B",
@@ -43226,6 +44239,11 @@ var ja = {
43226
44239
  preview: "\u30D7\u30EC\u30D3\u30E5\u30FC",
43227
44240
  continue: "\u7D9A\u884C\u3059\u308B"
43228
44241
  },
44242
+ slider: {
44243
+ defaultLabel: "slider between {min} and {max}",
44244
+ defaultRangeStartLabel: "pick start value",
44245
+ defaultRangeEndLabel: "pick end value"
44246
+ },
43229
44247
  table: {
43230
44248
  emptyText: "\u30C7\u30FC\u30BF\u306A\u3057",
43231
44249
  confirmFilter: "\u78BA\u8A8D",
@@ -43236,7 +44254,8 @@ var ja = {
43236
44254
  tour: {
43237
44255
  next: "\u6B21\u3078",
43238
44256
  previous: "\u524D\u3078",
43239
- finish: "\u30C4\u30A2\u30FC\u7D42\u4E86"
44257
+ finish: "\u30C4\u30A2\u30FC\u7D42\u4E86",
44258
+ close: "Close this dialog"
43240
44259
  },
43241
44260
  tree: {
43242
44261
  emptyText: "\u30C7\u30FC\u30BF\u306A\u3057"
@@ -43277,7 +44296,14 @@ var ko = {
43277
44296
  confirm: "\uD655\uC778",
43278
44297
  clear: "\uCD08\uAE30\uD654",
43279
44298
  defaultLabel: "\uC0C9\uC0C1 \uC120\uD0DD\uAE30",
43280
- description: "\uD604\uC7AC \uC0C9\uC0C1\uC740 {color}\uC785\uB2C8\uB2E4. Enter \uD0A4\uB97C \uB20C\uB7EC \uC0C8 \uC0C9\uC0C1\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4."
44299
+ description: "\uD604\uC7AC \uC0C9\uC0C1\uC740 {color}\uC785\uB2C8\uB2E4. Enter \uD0A4\uB97C \uB20C\uB7EC \uC0C8 \uC0C9\uC0C1\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",
44300
+ alphaLabel: "pick alpha value",
44301
+ alphaDescription: "alpha {alpha}, current color is {color}",
44302
+ hueLabel: "pick hue value",
44303
+ hueDescription: "hue {hue}, current color is {color}",
44304
+ svLabel: "pick saturation and brightness value",
44305
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44306
+ predefineDescription: "select {value} as the color"
43281
44307
  },
43282
44308
  datepicker: {
43283
44309
  now: "\uC9C0\uAE08",
@@ -43288,6 +44314,7 @@ var ko = {
43288
44314
  dateTablePrompt: "\uD654\uC0B4\uD45C \uD0A4\uB97C \uC0AC\uC6A9\uD558\uACE0 Enter\uB97C \uB20C\uB7EC \uB0A0\uC9DC\uB97C \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.",
43289
44315
  monthTablePrompt: "\uD654\uC0B4\uD45C \uD0A4\uB97C \uC0AC\uC6A9\uD558\uACE0 Enter\uB97C \uB20C\uB7EC \uC6D4\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",
43290
44316
  yearTablePrompt: "\uD654\uC0B4\uD45C \uD0A4\uB97C \uC0AC\uC6A9\uD558\uACE0 Enter \uD0A4\uB97C \uB20C\uB7EC \uC5F0\uB3C4\uB97C \uC120\uD0DD\uD569\uB2C8\uB2E4.",
44317
+ selectedDate: "Selected date",
43291
44318
  selectDate: "\uB0A0\uC9DC \uC120\uD0DD",
43292
44319
  selectTime: "\uC2DC\uAC04 \uC120\uD0DD",
43293
44320
  startDate: "\uC2DC\uC791 \uB0A0\uC9DC",
@@ -43320,6 +44347,15 @@ var ko = {
43320
44347
  fri: "\uAE08",
43321
44348
  sat: "\uD1A0"
43322
44349
  },
44350
+ weeksFull: {
44351
+ sun: "Sunday",
44352
+ mon: "Monday",
44353
+ tue: "Tuesday",
44354
+ wed: "Wednesday",
44355
+ thu: "Thursday",
44356
+ fri: "Friday",
44357
+ sat: "Saturday"
44358
+ },
43323
44359
  months: {
43324
44360
  jan: "1\uC6D4",
43325
44361
  feb: "2\uC6D4",
@@ -43404,7 +44440,8 @@ var ko = {
43404
44440
  tour: {
43405
44441
  next: "\uB2E4\uC74C",
43406
44442
  previous: "\uC774\uC804",
43407
- finish: "\uC885\uB8CC"
44443
+ finish: "\uC885\uB8CC",
44444
+ close: "Close this dialog"
43408
44445
  },
43409
44446
  tree: {
43410
44447
  emptyText: "\uB370\uC774\uD130 \uC5C6\uC74C"
@@ -43446,7 +44483,13 @@ var no = {
43446
44483
  clear: "T\xF8m",
43447
44484
  defaultLabel: "Fargevelger",
43448
44485
  description: "N\xE5v\xE6rende farge {color}, velg ny farge med Enter-tasten",
43449
- alphaLabel: "Velg verdi for gjennomsiktighet"
44486
+ alphaLabel: "Velg verdi for gjennomsiktighet",
44487
+ alphaDescription: "alpha {alpha}, current color is {color}",
44488
+ hueLabel: "pick hue value",
44489
+ hueDescription: "hue {hue}, current color is {color}",
44490
+ svLabel: "pick saturation and brightness value",
44491
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44492
+ predefineDescription: "select {value} as the color"
43450
44493
  },
43451
44494
  datepicker: {
43452
44495
  now: "N\xE5",
@@ -43524,12 +44567,12 @@ var no = {
43524
44567
  noData: "Ingen data",
43525
44568
  placeholder: "Velg"
43526
44569
  },
43527
- dropdown: {
43528
- toggleDropdown: "Vis/skjul nedtrekksmeny"
43529
- },
43530
44570
  mention: {
43531
44571
  loading: "Laster"
43532
44572
  },
44573
+ dropdown: {
44574
+ toggleDropdown: "Vis/skjul nedtrekksmeny"
44575
+ },
43533
44576
  cascader: {
43534
44577
  noMatch: "Ingen treff",
43535
44578
  loading: "Laster",
@@ -43583,7 +44626,8 @@ var no = {
43583
44626
  tour: {
43584
44627
  next: "Neste",
43585
44628
  previous: "Forrige",
43586
- finish: "Avslutt omvisning"
44629
+ finish: "Avslutt omvisning",
44630
+ close: "Close this dialog"
43587
44631
  },
43588
44632
  tree: {
43589
44633
  emptyText: "Ingen data"
@@ -43622,7 +44666,16 @@ var pl = {
43622
44666
  },
43623
44667
  colorpicker: {
43624
44668
  confirm: "OK",
43625
- clear: "Wyczy\u015B\u0107"
44669
+ clear: "Wyczy\u015B\u0107",
44670
+ defaultLabel: "color picker",
44671
+ description: "current color is {color}. press enter to select a new color.",
44672
+ alphaLabel: "pick alpha value",
44673
+ alphaDescription: "alpha {alpha}, current color is {color}",
44674
+ hueLabel: "pick hue value",
44675
+ hueDescription: "hue {hue}, current color is {color}",
44676
+ svLabel: "pick saturation and brightness value",
44677
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44678
+ predefineDescription: "select {value} as the color"
43626
44679
  },
43627
44680
  datepicker: {
43628
44681
  now: "Teraz",
@@ -43630,6 +44683,10 @@ var pl = {
43630
44683
  cancel: "Anuluj",
43631
44684
  clear: "Wyczy\u015B\u0107",
43632
44685
  confirm: "OK",
44686
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
44687
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
44688
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
44689
+ selectedDate: "Selected date",
43633
44690
  selectDate: "Wybierz dat\u0119",
43634
44691
  selectTime: "Wybierz godzin\u0119",
43635
44692
  startDate: "Data pocz\u0105tkowa",
@@ -43653,7 +44710,6 @@ var pl = {
43653
44710
  month10: "pa\u017Adziernik",
43654
44711
  month11: "listopad",
43655
44712
  month12: "grudzie\u0144",
43656
- week: "tydzie\u0144",
43657
44713
  weeks: {
43658
44714
  sun: "niedz.",
43659
44715
  mon: "pon.",
@@ -43663,6 +44719,15 @@ var pl = {
43663
44719
  fri: "pt.",
43664
44720
  sat: "sob."
43665
44721
  },
44722
+ weeksFull: {
44723
+ sun: "Sunday",
44724
+ mon: "Monday",
44725
+ tue: "Tuesday",
44726
+ wed: "Wednesday",
44727
+ thu: "Thursday",
44728
+ fri: "Friday",
44729
+ sat: "Saturday"
44730
+ },
43666
44731
  months: {
43667
44732
  jan: "STY",
43668
44733
  feb: "LUT",
@@ -43678,6 +44743,10 @@ var pl = {
43678
44743
  dec: "GRU"
43679
44744
  }
43680
44745
  },
44746
+ inputNumber: {
44747
+ decrease: "decrease number",
44748
+ increase: "increase number"
44749
+ },
43681
44750
  select: {
43682
44751
  loading: "\u0141adowanie",
43683
44752
  noMatch: "Brak dopasowa\u0144",
@@ -43687,6 +44756,9 @@ var pl = {
43687
44756
  mention: {
43688
44757
  loading: "\u0141adowanie"
43689
44758
  },
44759
+ dropdown: {
44760
+ toggleDropdown: "Toggle Dropdown"
44761
+ },
43690
44762
  cascader: {
43691
44763
  noMatch: "Brak dopasowa\u0144",
43692
44764
  loading: "\u0141adowanie",
@@ -43703,13 +44775,21 @@ var pl = {
43703
44775
  next: "Go to next page",
43704
44776
  currentPage: "page {pager}",
43705
44777
  prevPages: "Previous {pager} pages",
43706
- nextPages: "Next {pager} pages"
44778
+ nextPages: "Next {pager} pages",
44779
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
44780
+ },
44781
+ dialog: {
44782
+ close: "Close this dialog"
44783
+ },
44784
+ drawer: {
44785
+ close: "Close this dialog"
43707
44786
  },
43708
44787
  messagebox: {
43709
44788
  title: "Wiadomo\u015B\u0107",
43710
44789
  confirm: "OK",
43711
44790
  cancel: "Anuluj",
43712
- error: "Wiadomo\u015B\u0107 zawiera niedozwolone znaki"
44791
+ error: "Wiadomo\u015B\u0107 zawiera niedozwolone znaki",
44792
+ close: "Close this dialog"
43713
44793
  },
43714
44794
  upload: {
43715
44795
  deleteTip: "kliknij kasuj aby usun\u0105\u0107",
@@ -43717,6 +44797,11 @@ var pl = {
43717
44797
  preview: "Podgl\u0105d",
43718
44798
  continue: "Kontynuuj"
43719
44799
  },
44800
+ slider: {
44801
+ defaultLabel: "slider between {min} and {max}",
44802
+ defaultRangeStartLabel: "pick start value",
44803
+ defaultRangeEndLabel: "pick end value"
44804
+ },
43720
44805
  table: {
43721
44806
  emptyText: "Brak danych",
43722
44807
  confirmFilter: "Potwierd\u017A",
@@ -43727,7 +44812,8 @@ var pl = {
43727
44812
  tour: {
43728
44813
  next: "Dalej",
43729
44814
  previous: "Wr\xF3\u0107",
43730
- finish: "Zako\u0144cz"
44815
+ finish: "Zako\u0144cz",
44816
+ close: "Close this dialog"
43731
44817
  },
43732
44818
  tree: {
43733
44819
  emptyText: "Brak danych"
@@ -43766,7 +44852,16 @@ var pt = {
43766
44852
  },
43767
44853
  colorpicker: {
43768
44854
  confirm: "Confirmar",
43769
- clear: "Limpar"
44855
+ clear: "Limpar",
44856
+ defaultLabel: "color picker",
44857
+ description: "current color is {color}. press enter to select a new color.",
44858
+ alphaLabel: "pick alpha value",
44859
+ alphaDescription: "alpha {alpha}, current color is {color}",
44860
+ hueLabel: "pick hue value",
44861
+ hueDescription: "hue {hue}, current color is {color}",
44862
+ svLabel: "pick saturation and brightness value",
44863
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
44864
+ predefineDescription: "select {value} as the color"
43770
44865
  },
43771
44866
  datepicker: {
43772
44867
  now: "Agora",
@@ -43774,6 +44869,10 @@ var pt = {
43774
44869
  cancel: "Cancelar",
43775
44870
  clear: "Limpar",
43776
44871
  confirm: "Confirmar",
44872
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
44873
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
44874
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
44875
+ selectedDate: "Selected date",
43777
44876
  selectDate: "Selecione a data",
43778
44877
  selectTime: "Selecione a hora",
43779
44878
  startDate: "Data de inicio",
@@ -43806,6 +44905,15 @@ var pt = {
43806
44905
  fri: "Sex",
43807
44906
  sat: "Sab"
43808
44907
  },
44908
+ weeksFull: {
44909
+ sun: "Sunday",
44910
+ mon: "Monday",
44911
+ tue: "Tuesday",
44912
+ wed: "Wednesday",
44913
+ thu: "Thursday",
44914
+ fri: "Friday",
44915
+ sat: "Saturday"
44916
+ },
43809
44917
  months: {
43810
44918
  jan: "Jan",
43811
44919
  feb: "Fev",
@@ -43821,6 +44929,10 @@ var pt = {
43821
44929
  dec: "Dez"
43822
44930
  }
43823
44931
  },
44932
+ inputNumber: {
44933
+ decrease: "decrease number",
44934
+ increase: "increase number"
44935
+ },
43824
44936
  select: {
43825
44937
  loading: "A carregar",
43826
44938
  noMatch: "Sem correspond\xEAncia",
@@ -43830,6 +44942,9 @@ var pt = {
43830
44942
  mention: {
43831
44943
  loading: "A carregar"
43832
44944
  },
44945
+ dropdown: {
44946
+ toggleDropdown: "Toggle Dropdown"
44947
+ },
43833
44948
  cascader: {
43834
44949
  noMatch: "Sem correspond\xEAncia",
43835
44950
  loading: "A carregar",
@@ -43846,13 +44961,21 @@ var pt = {
43846
44961
  next: "Go to next page",
43847
44962
  currentPage: "page {pager}",
43848
44963
  prevPages: "Previous {pager} pages",
43849
- nextPages: "Next {pager} pages"
44964
+ nextPages: "Next {pager} pages",
44965
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
44966
+ },
44967
+ dialog: {
44968
+ close: "Close this dialog"
44969
+ },
44970
+ drawer: {
44971
+ close: "Close this dialog"
43850
44972
  },
43851
44973
  messagebox: {
43852
44974
  title: "Mensagem",
43853
44975
  confirm: "Confirmar",
43854
44976
  cancel: "Cancelar",
43855
- error: "Erro!"
44977
+ error: "Erro!",
44978
+ close: "Close this dialog"
43856
44979
  },
43857
44980
  upload: {
43858
44981
  deleteTip: "press delete to remove",
@@ -43860,6 +44983,11 @@ var pt = {
43860
44983
  preview: "Previsualizar",
43861
44984
  continue: "Continuar"
43862
44985
  },
44986
+ slider: {
44987
+ defaultLabel: "slider between {min} and {max}",
44988
+ defaultRangeStartLabel: "pick start value",
44989
+ defaultRangeEndLabel: "pick end value"
44990
+ },
43863
44991
  table: {
43864
44992
  emptyText: "Sem dados",
43865
44993
  confirmFilter: "Confirmar",
@@ -43867,6 +44995,12 @@ var pt = {
43867
44995
  clearFilter: "Todos",
43868
44996
  sumText: "Sum"
43869
44997
  },
44998
+ tour: {
44999
+ next: "Next",
45000
+ previous: "Previous",
45001
+ finish: "Finish",
45002
+ close: "Close this dialog"
45003
+ },
43870
45004
  tree: {
43871
45005
  emptyText: "Sem dados"
43872
45006
  },
@@ -43904,7 +45038,16 @@ var ru = {
43904
45038
  },
43905
45039
  colorpicker: {
43906
45040
  confirm: "\u041E\u043A",
43907
- clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C"
45041
+ clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C",
45042
+ defaultLabel: "color picker",
45043
+ description: "current color is {color}. press enter to select a new color.",
45044
+ alphaLabel: "pick alpha value",
45045
+ alphaDescription: "alpha {alpha}, current color is {color}",
45046
+ hueLabel: "pick hue value",
45047
+ hueDescription: "hue {hue}, current color is {color}",
45048
+ svLabel: "pick saturation and brightness value",
45049
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
45050
+ predefineDescription: "select {value} as the color"
43908
45051
  },
43909
45052
  datepicker: {
43910
45053
  now: "\u0421\u0435\u0439\u0447\u0430\u0441",
@@ -43912,6 +45055,10 @@ var ru = {
43912
45055
  cancel: "\u041E\u0442\u043C\u0435\u043D\u0430",
43913
45056
  clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C",
43914
45057
  confirm: "\u041E\u043A",
45058
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
45059
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
45060
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
45061
+ selectedDate: "Selected date",
43915
45062
  selectDate: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0434\u0430\u0442\u0443",
43916
45063
  selectTime: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u044F",
43917
45064
  startDate: "\u0414\u0430\u0442\u0430 \u043D\u0430\u0447\u0430\u043B\u0430",
@@ -43935,7 +45082,6 @@ var ru = {
43935
45082
  month10: "\u041E\u043A\u0442\u044F\u0431\u0440\u044C",
43936
45083
  month11: "\u041D\u043E\u044F\u0431\u0440\u044C",
43937
45084
  month12: "\u0414\u0435\u043A\u0430\u0431\u0440\u044C",
43938
- week: "\u043D\u0435\u0434\u0435\u043B\u044F",
43939
45085
  weeks: {
43940
45086
  sun: "\u0412\u0441",
43941
45087
  mon: "\u041F\u043D",
@@ -43945,6 +45091,15 @@ var ru = {
43945
45091
  fri: "\u041F\u0442",
43946
45092
  sat: "\u0421\u0431"
43947
45093
  },
45094
+ weeksFull: {
45095
+ sun: "Sunday",
45096
+ mon: "Monday",
45097
+ tue: "Tuesday",
45098
+ wed: "Wednesday",
45099
+ thu: "Thursday",
45100
+ fri: "Friday",
45101
+ sat: "Saturday"
45102
+ },
43948
45103
  months: {
43949
45104
  jan: "\u042F\u043D\u0432",
43950
45105
  feb: "\u0424\u0435\u0432",
@@ -43960,6 +45115,10 @@ var ru = {
43960
45115
  dec: "\u0414\u0435\u043A"
43961
45116
  }
43962
45117
  },
45118
+ inputNumber: {
45119
+ decrease: "decrease number",
45120
+ increase: "increase number"
45121
+ },
43963
45122
  select: {
43964
45123
  loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
43965
45124
  noMatch: "\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u0439 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E",
@@ -43969,6 +45128,9 @@ var ru = {
43969
45128
  mention: {
43970
45129
  loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430"
43971
45130
  },
45131
+ dropdown: {
45132
+ toggleDropdown: "Toggle Dropdown"
45133
+ },
43972
45134
  cascader: {
43973
45135
  noMatch: "\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u0439 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E",
43974
45136
  loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
@@ -43985,13 +45147,21 @@ var ru = {
43985
45147
  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",
43986
45148
  currentPage: "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 {pager}",
43987
45149
  prevPages: "\u041F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0438\u0435 {pager} \u0441\u0442\u0440\u0430\u043D\u0438\u0446",
43988
- nextPages: "\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 {pager} \u0441\u0442\u0440\u0430\u043D\u0438\u0446"
45150
+ nextPages: "\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 {pager} \u0441\u0442\u0440\u0430\u043D\u0438\u0446",
45151
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
45152
+ },
45153
+ dialog: {
45154
+ close: "Close this dialog"
45155
+ },
45156
+ drawer: {
45157
+ close: "Close this dialog"
43989
45158
  },
43990
45159
  messagebox: {
43991
45160
  title: "\u0421\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435",
43992
45161
  confirm: "\u041E\u043A",
43993
45162
  cancel: "\u041E\u0442\u043C\u0435\u043D\u0430",
43994
- error: "\u041D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0439 \u0432\u0432\u043E\u0434 \u0434\u0430\u043D\u043D\u044B\u0445"
45163
+ error: "\u041D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0439 \u0432\u0432\u043E\u0434 \u0434\u0430\u043D\u043D\u044B\u0445",
45164
+ close: "Close this dialog"
43995
45165
  },
43996
45166
  upload: {
43997
45167
  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",
@@ -43999,6 +45169,11 @@ var ru = {
43999
45169
  preview: "\u041F\u0440\u0435\u0432\u044C\u044E",
44000
45170
  continue: "\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C"
44001
45171
  },
45172
+ slider: {
45173
+ defaultLabel: "slider between {min} and {max}",
45174
+ defaultRangeStartLabel: "pick start value",
45175
+ defaultRangeEndLabel: "pick end value"
45176
+ },
44002
45177
  table: {
44003
45178
  emptyText: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445",
44004
45179
  confirmFilter: "\u041E\u043A",
@@ -44009,7 +45184,8 @@ var ru = {
44009
45184
  tour: {
44010
45185
  next: "\u0414\u0430\u043B\u0435\u0435",
44011
45186
  previous: "\u041D\u0430\u0437\u0430\u0434",
44012
- finish: "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C"
45187
+ finish: "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C",
45188
+ close: "Close this dialog"
44013
45189
  },
44014
45190
  tree: {
44015
45191
  emptyText: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445"
@@ -44051,7 +45227,13 @@ var zhCn = {
44051
45227
  clear: "\u6E05\u7A7A",
44052
45228
  defaultLabel: "\u989C\u8272\u9009\u62E9\u5668",
44053
45229
  description: "\u5F53\u524D\u989C\u8272 {color}\uFF0C\u6309 Enter \u952E\u9009\u62E9\u65B0\u989C\u8272",
44054
- alphaLabel: "\u9009\u62E9\u900F\u660E\u5EA6\u7684\u503C"
45230
+ alphaLabel: "\u9009\u62E9\u900F\u660E\u5EA6\u7684\u503C",
45231
+ alphaDescription: "\u900F\u660E\u5EA6 {alpha}, \u5F53\u524D\u989C\u8272 {color}",
45232
+ hueLabel: "\u9009\u62E9\u8272\u76F8\u503C",
45233
+ hueDescription: "\u8272\u76F8 {hue}, \u5F53\u524D\u989C\u8272 {color}",
45234
+ svLabel: "\u9009\u62E9\u9971\u548C\u5EA6\u4E0E\u660E\u5EA6\u7684\u503C",
45235
+ svDescription: "\u9971\u548C\u5EA6 {saturation}, \u660E\u5EA6 {brightness}, \u5F53\u524D\u989C\u8272 {color}",
45236
+ predefineDescription: "\u9009\u62E9 {value} \u4F5C\u4E3A\u989C\u8272"
44055
45237
  },
44056
45238
  datepicker: {
44057
45239
  now: "\u6B64\u523B",
@@ -44129,12 +45311,12 @@ var zhCn = {
44129
45311
  noData: "\u65E0\u6570\u636E",
44130
45312
  placeholder: "\u8BF7\u9009\u62E9"
44131
45313
  },
44132
- dropdown: {
44133
- toggleDropdown: "\u5207\u6362\u4E0B\u62C9\u9009\u9879"
44134
- },
44135
45314
  mention: {
44136
45315
  loading: "\u52A0\u8F7D\u4E2D"
44137
45316
  },
45317
+ dropdown: {
45318
+ toggleDropdown: "\u5207\u6362\u4E0B\u62C9\u9009\u9879"
45319
+ },
44138
45320
  cascader: {
44139
45321
  noMatch: "\u65E0\u5339\u914D\u6570\u636E",
44140
45322
  loading: "\u52A0\u8F7D\u4E2D",
@@ -44188,7 +45370,8 @@ var zhCn = {
44188
45370
  tour: {
44189
45371
  next: "\u4E0B\u4E00\u6B65",
44190
45372
  previous: "\u4E0A\u4E00\u6B65",
44191
- finish: "\u7ED3\u675F\u5BFC\u89C8"
45373
+ finish: "\u7ED3\u675F\u5BFC\u89C8",
45374
+ close: "\u5173\u95ED\u6B64\u5BF9\u8BDD\u6846"
44192
45375
  },
44193
45376
  tree: {
44194
45377
  emptyText: "\u6682\u65E0\u6570\u636E"
@@ -44230,7 +45413,13 @@ var zhTw = {
44230
45413
  clear: "\u6E05\u7A7A",
44231
45414
  defaultLabel: "\u8272\u5F69\u9078\u64C7\u5668",
44232
45415
  description: "\u76EE\u524D\u8272\u5F69\u70BA {color}\u3002\u6309\u4E00\u4E0B Enter \u4EE5\u9078\u64C7\u65B0\u8272\u5F69\u3002",
44233
- alphaLabel: "\u9078\u64C7\u900F\u660E\u5EA6\u7684\u503C"
45416
+ alphaLabel: "\u9078\u64C7\u900F\u660E\u5EA6\u7684\u503C",
45417
+ alphaDescription: "alpha {alpha}, current color is {color}",
45418
+ hueLabel: "pick hue value",
45419
+ hueDescription: "hue {hue}, current color is {color}",
45420
+ svLabel: "pick saturation and brightness value",
45421
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
45422
+ predefineDescription: "select {value} as the color"
44234
45423
  },
44235
45424
  datepicker: {
44236
45425
  now: "\u73FE\u5728",
@@ -44367,7 +45556,8 @@ var zhTw = {
44367
45556
  tour: {
44368
45557
  next: "\u4E0B\u4E00\u6B65",
44369
45558
  previous: "\u4E0A\u4E00\u6B65",
44370
- finish: "\u7D50\u675F\u5C0E\u89BD"
45559
+ finish: "\u7D50\u675F\u5C0E\u89BD",
45560
+ close: "\u95DC\u9589\u6B64\u5C0D\u8A71\u6846"
44371
45561
  },
44372
45562
  tree: {
44373
45563
  emptyText: "\u66AB\u7121\u8CC7\u6599"
@@ -44406,7 +45596,16 @@ var th = {
44406
45596
  },
44407
45597
  colorpicker: {
44408
45598
  confirm: "\u0E15\u0E01\u0E25\u0E07",
44409
- clear: "\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"
45599
+ clear: "\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",
45600
+ defaultLabel: "color picker",
45601
+ description: "current color is {color}. press enter to select a new color.",
45602
+ alphaLabel: "pick alpha value",
45603
+ alphaDescription: "alpha {alpha}, current color is {color}",
45604
+ hueLabel: "pick hue value",
45605
+ hueDescription: "hue {hue}, current color is {color}",
45606
+ svLabel: "pick saturation and brightness value",
45607
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
45608
+ predefineDescription: "select {value} as the color"
44410
45609
  },
44411
45610
  datepicker: {
44412
45611
  now: "\u0E15\u0E2D\u0E19\u0E19\u0E35\u0E49",
@@ -44414,6 +45613,10 @@ var th = {
44414
45613
  cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
44415
45614
  clear: "\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",
44416
45615
  confirm: "\u0E15\u0E01\u0E25\u0E07",
45616
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
45617
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
45618
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
45619
+ selectedDate: "Selected date",
44417
45620
  selectDate: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
44418
45621
  selectTime: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E27\u0E25\u0E32",
44419
45622
  startDate: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",
@@ -44446,6 +45649,15 @@ var th = {
44446
45649
  fri: "\u0E28",
44447
45650
  sat: "\u0E2A"
44448
45651
  },
45652
+ weeksFull: {
45653
+ sun: "Sunday",
45654
+ mon: "Monday",
45655
+ tue: "Tuesday",
45656
+ wed: "Wednesday",
45657
+ thu: "Thursday",
45658
+ fri: "Friday",
45659
+ sat: "Saturday"
45660
+ },
44449
45661
  months: {
44450
45662
  jan: "\u0E21.\u0E04.",
44451
45663
  feb: "\u0E01.\u0E1E.",
@@ -44461,6 +45673,10 @@ var th = {
44461
45673
  dec: "\u0E18.\u0E04."
44462
45674
  }
44463
45675
  },
45676
+ inputNumber: {
45677
+ decrease: "decrease number",
45678
+ increase: "increase number"
45679
+ },
44464
45680
  select: {
44465
45681
  loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14",
44466
45682
  noMatch: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19",
@@ -44470,6 +45686,9 @@ var th = {
44470
45686
  mention: {
44471
45687
  loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14"
44472
45688
  },
45689
+ dropdown: {
45690
+ toggleDropdown: "Toggle Dropdown"
45691
+ },
44473
45692
  cascader: {
44474
45693
  noMatch: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19",
44475
45694
  loading: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14",
@@ -44486,13 +45705,21 @@ var th = {
44486
45705
  next: "Go to next page",
44487
45706
  currentPage: "page {pager}",
44488
45707
  prevPages: "Previous {pager} pages",
44489
- nextPages: "Next {pager} pages"
45708
+ nextPages: "Next {pager} pages",
45709
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
45710
+ },
45711
+ dialog: {
45712
+ close: "Close this dialog"
45713
+ },
45714
+ drawer: {
45715
+ close: "Close this dialog"
44490
45716
  },
44491
45717
  messagebox: {
44492
45718
  title: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21",
44493
45719
  confirm: "\u0E15\u0E01\u0E25\u0E07",
44494
45720
  cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
44495
- error: "\u0E04\u0E38\u0E13\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"
45721
+ error: "\u0E04\u0E38\u0E13\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",
45722
+ close: "Close this dialog"
44496
45723
  },
44497
45724
  upload: {
44498
45725
  deleteTip: '\u0E01\u0E14\u0E1B\u0E38\u0E48\u0E21 "\u0E25\u0E1A" \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E25\u0E1A\u0E2D\u0E2D\u0E01',
@@ -44500,6 +45727,11 @@ var th = {
44500
45727
  preview: "\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",
44501
45728
  continue: "\u0E17\u0E33\u0E15\u0E48\u0E2D"
44502
45729
  },
45730
+ slider: {
45731
+ defaultLabel: "slider between {min} and {max}",
45732
+ defaultRangeStartLabel: "pick start value",
45733
+ defaultRangeEndLabel: "pick end value"
45734
+ },
44503
45735
  table: {
44504
45736
  emptyText: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",
44505
45737
  confirmFilter: "\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19",
@@ -44510,7 +45742,8 @@ var th = {
44510
45742
  tour: {
44511
45743
  next: "\u0E16\u0E31\u0E14\u0E44\u0E1B",
44512
45744
  previous: "\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A",
44513
- finish: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19"
45745
+ finish: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19",
45746
+ close: "Close this dialog"
44514
45747
  },
44515
45748
  tree: {
44516
45749
  emptyText: "\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"
@@ -44549,7 +45782,16 @@ var id = {
44549
45782
  },
44550
45783
  colorpicker: {
44551
45784
  confirm: "Pilih",
44552
- clear: "Kosongkan"
45785
+ clear: "Kosongkan",
45786
+ defaultLabel: "color picker",
45787
+ description: "current color is {color}. press enter to select a new color.",
45788
+ alphaLabel: "pick alpha value",
45789
+ alphaDescription: "alpha {alpha}, current color is {color}",
45790
+ hueLabel: "pick hue value",
45791
+ hueDescription: "hue {hue}, current color is {color}",
45792
+ svLabel: "pick saturation and brightness value",
45793
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
45794
+ predefineDescription: "select {value} as the color"
44553
45795
  },
44554
45796
  datepicker: {
44555
45797
  now: "Sekarang",
@@ -44557,6 +45799,10 @@ var id = {
44557
45799
  cancel: "Batal",
44558
45800
  clear: "Kosongkan",
44559
45801
  confirm: "Ya",
45802
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
45803
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
45804
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
45805
+ selectedDate: "Selected date",
44560
45806
  selectDate: "Pilih tanggal",
44561
45807
  selectTime: "Pilih waktu",
44562
45808
  startDate: "Tanggal Mulai",
@@ -44580,7 +45826,6 @@ var id = {
44580
45826
  month10: "Oktober",
44581
45827
  month11: "November",
44582
45828
  month12: "Desember",
44583
- week: "Minggu",
44584
45829
  weeks: {
44585
45830
  sun: "Min",
44586
45831
  mon: "Sen",
@@ -44590,6 +45835,15 @@ var id = {
44590
45835
  fri: "Jum",
44591
45836
  sat: "Sab"
44592
45837
  },
45838
+ weeksFull: {
45839
+ sun: "Sunday",
45840
+ mon: "Monday",
45841
+ tue: "Tuesday",
45842
+ wed: "Wednesday",
45843
+ thu: "Thursday",
45844
+ fri: "Friday",
45845
+ sat: "Saturday"
45846
+ },
44593
45847
  months: {
44594
45848
  jan: "Jan",
44595
45849
  feb: "Feb",
@@ -44605,6 +45859,10 @@ var id = {
44605
45859
  dec: "Des"
44606
45860
  }
44607
45861
  },
45862
+ inputNumber: {
45863
+ decrease: "decrease number",
45864
+ increase: "increase number"
45865
+ },
44608
45866
  select: {
44609
45867
  loading: "Memuat",
44610
45868
  noMatch: "Tidak ada data yg cocok",
@@ -44614,6 +45872,9 @@ var id = {
44614
45872
  mention: {
44615
45873
  loading: "Memuat"
44616
45874
  },
45875
+ dropdown: {
45876
+ toggleDropdown: "Toggle Dropdown"
45877
+ },
44617
45878
  cascader: {
44618
45879
  noMatch: "Tidak ada data yg cocok",
44619
45880
  loading: "Memuat",
@@ -44633,11 +45894,18 @@ var id = {
44633
45894
  nextPages: "Next {pager} pages",
44634
45895
  deprecationWarning: "Penggunaan yang tidak akan digunakan lagi terdeteksi, silakan lihat dokumentasi el-pagination untuk lebih jelasnya"
44635
45896
  },
45897
+ dialog: {
45898
+ close: "Close this dialog"
45899
+ },
45900
+ drawer: {
45901
+ close: "Close this dialog"
45902
+ },
44636
45903
  messagebox: {
44637
45904
  title: "Pesan",
44638
45905
  confirm: "Ya",
44639
45906
  cancel: "Batal",
44640
- error: "Masukan ilegal"
45907
+ error: "Masukan ilegal",
45908
+ close: "Close this dialog"
44641
45909
  },
44642
45910
  upload: {
44643
45911
  deleteTip: "Tekan hapus untuk melanjutkan",
@@ -44645,6 +45913,11 @@ var id = {
44645
45913
  preview: "Pratinjau",
44646
45914
  continue: "Lanjutkan"
44647
45915
  },
45916
+ slider: {
45917
+ defaultLabel: "slider between {min} and {max}",
45918
+ defaultRangeStartLabel: "pick start value",
45919
+ defaultRangeEndLabel: "pick end value"
45920
+ },
44648
45921
  table: {
44649
45922
  emptyText: "Tidak ada data",
44650
45923
  confirmFilter: "Konfirmasi",
@@ -44652,6 +45925,12 @@ var id = {
44652
45925
  clearFilter: "Semua",
44653
45926
  sumText: "Jumlah"
44654
45927
  },
45928
+ tour: {
45929
+ next: "Next",
45930
+ previous: "Previous",
45931
+ finish: "Finish",
45932
+ close: "Close this dialog"
45933
+ },
44655
45934
  tree: {
44656
45935
  emptyText: "Tidak ada data"
44657
45936
  },
@@ -44692,7 +45971,13 @@ var ms = {
44692
45971
  clear: "Jelas",
44693
45972
  defaultLabel: "pemilih warna",
44694
45973
  description: "warna semasa ialah {warna}. tekan enter untuk memilih warna baharu.",
44695
- alphaLabel: "pilih nilai alfa"
45974
+ alphaLabel: "pilih nilai alfa",
45975
+ alphaDescription: "alpha {alpha}, current color is {color}",
45976
+ hueLabel: "pick hue value",
45977
+ hueDescription: "hue {hue}, current color is {color}",
45978
+ svLabel: "pick saturation and brightness value",
45979
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
45980
+ predefineDescription: "select {value} as the color"
44696
45981
  },
44697
45982
  datepicker: {
44698
45983
  now: "Sekarang",
@@ -44727,7 +46012,6 @@ var ms = {
44727
46012
  month10: "Oktober",
44728
46013
  month11: "November",
44729
46014
  month12: "Disember",
44730
- week: "minggu",
44731
46015
  weeks: {
44732
46016
  sun: "Ahd",
44733
46017
  mon: "Isn",
@@ -44805,9 +46089,10 @@ var ms = {
44805
46089
  messagebox: {
44806
46090
  title: "Mesej",
44807
46091
  confirm: "OK",
44808
- Batal: "Dibatalkan",
46092
+ cancel: "Cancel",
44809
46093
  error: "Input haram",
44810
- close: "Tutup dialog ini"
46094
+ close: "Tutup dialog ini",
46095
+ Batal: "Dibatalkan"
44811
46096
  },
44812
46097
  upload: {
44813
46098
  deleteTip: "tekan padam untuk mengalih keluar",
@@ -44830,7 +46115,8 @@ var ms = {
44830
46115
  tour: {
44831
46116
  next: "Seterusnya",
44832
46117
  previous: "Sebelumnya",
44833
- finish: "Selesai"
46118
+ finish: "Selesai",
46119
+ close: "Close this dialog"
44834
46120
  },
44835
46121
  tree: {
44836
46122
  emptyText: "Tiada Data"
@@ -44851,6 +46137,7 @@ var ms = {
44851
46137
  },
44852
46138
  popconfirm: {
44853
46139
  confirmButtonText: "Ya",
46140
+ cancelButtonText: "No",
44854
46141
  BatalButtonText: "Tidak"
44855
46142
  },
44856
46143
  carousel: {
@@ -44869,7 +46156,16 @@ var vi = {
44869
46156
  },
44870
46157
  colorpicker: {
44871
46158
  confirm: "OK",
44872
- clear: "X\xF3a"
46159
+ clear: "X\xF3a",
46160
+ defaultLabel: "color picker",
46161
+ description: "current color is {color}. press enter to select a new color.",
46162
+ alphaLabel: "pick alpha value",
46163
+ alphaDescription: "alpha {alpha}, current color is {color}",
46164
+ hueLabel: "pick hue value",
46165
+ hueDescription: "hue {hue}, current color is {color}",
46166
+ svLabel: "pick saturation and brightness value",
46167
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
46168
+ predefineDescription: "select {value} as the color"
44873
46169
  },
44874
46170
  datepicker: {
44875
46171
  now: "Hi\u1EC7n t\u1EA1i",
@@ -44877,6 +46173,10 @@ var vi = {
44877
46173
  cancel: "H\u1EE7y",
44878
46174
  clear: "X\xF3a",
44879
46175
  confirm: "OK",
46176
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
46177
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
46178
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
46179
+ selectedDate: "Selected date",
44880
46180
  selectDate: "Ch\u1ECDn ng\xE0y",
44881
46181
  selectTime: "Ch\u1ECDn gi\u1EDD",
44882
46182
  startDate: "Ng\xE0y b\u1EAFt \u0111\u1EA7u",
@@ -44909,6 +46209,15 @@ var vi = {
44909
46209
  fri: "T6",
44910
46210
  sat: "T7"
44911
46211
  },
46212
+ weeksFull: {
46213
+ sun: "Sunday",
46214
+ mon: "Monday",
46215
+ tue: "Tuesday",
46216
+ wed: "Wednesday",
46217
+ thu: "Thursday",
46218
+ fri: "Friday",
46219
+ sat: "Saturday"
46220
+ },
44912
46221
  months: {
44913
46222
  jan: "Th.1",
44914
46223
  feb: "Th.2",
@@ -44924,6 +46233,10 @@ var vi = {
44924
46233
  dec: "Th.12"
44925
46234
  }
44926
46235
  },
46236
+ inputNumber: {
46237
+ decrease: "decrease number",
46238
+ increase: "increase number"
46239
+ },
44927
46240
  select: {
44928
46241
  loading: "\u0110ang t\u1EA3i",
44929
46242
  noMatch: "D\u1EEF li\u1EC7u kh\xF4ng ph\xF9 h\u1EE3p",
@@ -44933,6 +46246,9 @@ var vi = {
44933
46246
  mention: {
44934
46247
  loading: "\u0110ang t\u1EA3i"
44935
46248
  },
46249
+ dropdown: {
46250
+ toggleDropdown: "Toggle Dropdown"
46251
+ },
44936
46252
  cascader: {
44937
46253
  noMatch: "D\u1EEF li\u1EC7u kh\xF4ng ph\xF9 h\u1EE3p",
44938
46254
  loading: "\u0110ang t\u1EA3i",
@@ -44949,13 +46265,21 @@ var vi = {
44949
46265
  next: "Go to next page",
44950
46266
  currentPage: "page {pager}",
44951
46267
  prevPages: "Previous {pager} pages",
44952
- nextPages: "Next {pager} pages"
46268
+ nextPages: "Next {pager} pages",
46269
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
46270
+ },
46271
+ dialog: {
46272
+ close: "Close this dialog"
46273
+ },
46274
+ drawer: {
46275
+ close: "Close this dialog"
44953
46276
  },
44954
46277
  messagebox: {
44955
46278
  title: "Th\xF4ng b\xE1o",
44956
46279
  confirm: "OK",
44957
46280
  cancel: "H\u1EE7y",
44958
- error: "D\u1EEF li\u1EC7u kh\xF4ng h\u1EE3p l\u1EC7"
46281
+ error: "D\u1EEF li\u1EC7u kh\xF4ng h\u1EE3p l\u1EC7",
46282
+ close: "Close this dialog"
44959
46283
  },
44960
46284
  upload: {
44961
46285
  deleteTip: "Nh\u1EA5n xo\xE1 \u0111\u1EC3 xo\xE1",
@@ -44963,6 +46287,11 @@ var vi = {
44963
46287
  preview: "Xem tr\u01B0\u1EDBc",
44964
46288
  continue: "Ti\u1EBFp t\u1EE5c"
44965
46289
  },
46290
+ slider: {
46291
+ defaultLabel: "slider between {min} and {max}",
46292
+ defaultRangeStartLabel: "pick start value",
46293
+ defaultRangeEndLabel: "pick end value"
46294
+ },
44966
46295
  table: {
44967
46296
  emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u",
44968
46297
  confirmFilter: "X\xE1c nh\u1EADn",
@@ -44973,7 +46302,8 @@ var vi = {
44973
46302
  tour: {
44974
46303
  next: "Ti\u1EBFp",
44975
46304
  previous: "Tr\u01B0\u1EDBc",
44976
- finish: "Ho\xE0n th\xE0nh"
46305
+ finish: "Ho\xE0n th\xE0nh",
46306
+ close: "Close this dialog"
44977
46307
  },
44978
46308
  tree: {
44979
46309
  emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u"
@@ -62593,4 +63923,4 @@ const version = "1.0.0";
62593
63923
 
62594
63924
  const install = installer.install;
62595
63925
 
62596
- export { AccountTypeEnum, AppItem, FmAddressParsing, FmAutocomplete, FmButton, FmDragImg, FmLogin, FmMoreChoose, FmNoticeBar, FmQueryCondition, FmRenderCol, FmRenderComp, FmSelectTable, FmTransfer, FmTree, Fmdatepicker, Fminputdropdown, Fmselect, HttpMethodEnum, JobCreateTypeEnum, Local, NextLoading, PUB, Session, Watermark, accessTokenKey, addressparsing, auth, authAll, auths, axiosInstance, base64ToFile, blobToFile, cancelAllRequest, cancelRequest, clearAccessTokens, clearTokens, clone, commonFunction, commonFunctionObj, dataURLtoBlob, decryptJWT, installer as default, directive, downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, elSvg, emitter, feature, fileToBase64, formatAxis, formatDate, formatPast, getAppItemData, getAppItemText, getBdate, getCountryCode, getEdate, getFileName, getFileUrl, getJWTDate, getToken, getWeek, hAuth, hAuthAll, hAuths, i18n, install, isObjectValueEqual, iso_3166_1_CountryList, judgementIdCard, judgementSameArr, languageList, mergMessage, openWindow, pinia, refreshAccessTokenKey, removeDuplicate, request2, service, setIntroduction, setupI18n, showFileUrl, signatureByKSort, tansParams, urlToBase64, useApi, useBaseApi, useChangeColor, useDateTimeShortCust, useKeepALiveNames, useLoginApi, useRequestOldRoutes, useRoutesList, useSysApi, useTagsViewRoutes, useThemeConfig, useUserInfo, useVxeTable, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl, version };
63926
+ export { AccountTypeEnum, AppItem, FmAddressParsing, FmAutocomplete, FmButton, FmDragImg, FmLogin, FmMoreChoose, FmNoticeBar, FmQueryCondition, FmRenderCol, FmRenderComp, FmSelectTable, FmTransfer, FmTree, Fmdatepicker, Fminputdropdown, Fminputtable, Fmselect, HttpMethodEnum, JobCreateTypeEnum, Local, NextLoading, PUB, Session, Watermark, accessTokenKey, addressparsing, auth, authAll, auths, axiosInstance, base64ToFile, blobToFile, cancelAllRequest, cancelRequest, clearAccessTokens, clearTokens, clone, commonFunction, commonFunctionObj, dataURLtoBlob, decryptJWT, installer as default, directive, downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, elSvg, emitter, feature, fileToBase64, formatAxis, formatDate, formatPast, getAppItemData, getAppItemText, getBdate, getCountryCode, getEdate, getFileName, getFileUrl, getJWTDate, getToken, getWeek, hAuth, hAuthAll, hAuths, i18n, install, isObjectValueEqual, iso_3166_1_CountryList, judgementIdCard, judgementSameArr, languageList, mergMessage, openWindow, pinia, refreshAccessTokenKey, removeDuplicate, request2, service, setIntroduction, setupI18n, showFileUrl, signatureByKSort, tansParams, urlToBase64, useApi, useBaseApi, useChangeColor, useDateTimeShortCust, useKeepALiveNames, useLoginApi, useRequestOldRoutes, useRoutesList, useSysApi, useTagsViewRoutes, useThemeConfig, useUserInfo, useVxeTable, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl, version };