@polyv/vue-components 1.8.1 → 1.9.0

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 (290) hide show
  1. package/package.json +1 -2
  2. package/styles/root/basic.scss +1 -0
  3. package/vue2/index.es.js +16054 -13182
  4. package/vue2/src/components/business/external-links/use-external-links.d.ts +19 -0
  5. package/vue2/src/components/business/reward-receive/hooks/use-reward-receive.d.ts +19 -0
  6. package/vue2/src/components/button/src/use-button.d.ts +2 -2
  7. package/vue2/src/components/condition-filter/index.d.ts +68 -3
  8. package/vue2/src/components/condition-filter/src/condition-filter-item.vue.d.ts +9 -1
  9. package/vue2/src/components/condition-filter/src/condition-filter.vue.d.ts +18 -1
  10. package/vue2/src/components/condition-filter/src/hooks.d.ts +9 -1
  11. package/vue2/src/components/condition-filter/src/props-define.d.ts +31 -1
  12. package/vue2/src/components/dropdown/index.d.ts +104 -10
  13. package/vue2/src/components/dropdown/src/dropdown-item.vue.d.ts +11 -4
  14. package/vue2/src/components/dropdown/src/dropdown.vue.d.ts +10 -1
  15. package/vue2/src/components/dropdown/src/sub-dropdown.vue.d.ts +35 -0
  16. package/vue2/src/components/dropdown/src/use-dropdown.d.ts +39 -4
  17. package/vue2/src/components/empty/index.d.ts +6 -6
  18. package/vue2/src/components/empty/src/empty.vue.d.ts +2 -2
  19. package/vue2/src/components/empty/src/props-define.d.ts +2 -2
  20. package/vue2/src/components/exports.d.ts +5 -0
  21. package/vue2/src/components/form/cascader/index.d.ts +77 -0
  22. package/vue2/src/components/form/cascader/src/cascader-option.vue.d.ts +23 -0
  23. package/vue2/src/components/form/cascader/src/cascader-panel.vue.d.ts +35 -0
  24. package/vue2/src/components/form/cascader/src/cascader.vue.d.ts +78 -0
  25. package/vue2/src/components/form/cascader/src/inject-key.d.ts +12 -0
  26. package/vue2/src/components/form/cascader/src/props-define.d.ts +77 -0
  27. package/vue2/src/components/form/cascader/src/use-cascader.d.ts +20 -0
  28. package/vue2/src/components/form/checkbox/index.d.ts +6 -20
  29. package/vue2/src/components/form/checkbox/src/checkbox.vue.d.ts +2 -7
  30. package/vue2/src/components/form/checkbox/src/props-define.d.ts +1 -3
  31. package/vue2/src/components/form/checkbox/src/type.d.ts +1 -1
  32. package/vue2/src/components/form/date-picker/index.d.ts +9 -0
  33. package/vue2/src/components/form/date-picker/src/date-picker.vue.d.ts +9 -0
  34. package/vue2/src/components/form/date-picker/src/hooks/picker-types/use-date-value-item.d.ts +2 -0
  35. package/vue2/src/components/form/date-picker/src/hooks/props-define.d.ts +13 -0
  36. package/vue2/src/components/form/date-picker/src/types/index.d.ts +1 -1
  37. package/vue2/src/components/form/input/index.d.ts +7 -0
  38. package/vue2/src/components/form/input/src/input.vue.d.ts +7 -0
  39. package/vue2/src/components/form/input/src/props-define.d.ts +7 -0
  40. package/vue2/src/components/form/radio/index.d.ts +20 -6
  41. package/vue2/src/components/form/radio/src/props-define.d.ts +6 -1
  42. package/vue2/src/components/form/radio/src/radio-group.vue.d.ts +7 -2
  43. package/vue2/src/components/form/select/index.d.ts +32 -902
  44. package/vue2/src/components/form/select/src/hooks.d.ts +15 -0
  45. package/vue2/src/components/form/select/src/props-define.d.ts +12 -3
  46. package/vue2/src/components/form/select/src/select-option.vue.d.ts +11 -0
  47. package/vue2/src/components/form/select/src/select.vue.d.ts +28 -19
  48. package/vue2/src/components/form/select/src/type.d.ts +10 -0
  49. package/vue2/src/components/form/select/src/use-select-options.d.ts +12 -0
  50. package/vue2/src/components/form/switch/index.d.ts +9 -0
  51. package/vue2/src/components/form/switch/src/props-define.d.ts +13 -0
  52. package/vue2/src/components/form/switch/src/switch.vue.d.ts +9 -0
  53. package/vue2/src/components/form/time-picker/index.d.ts +93 -0
  54. package/vue2/src/components/form/time-picker/src/components/time-picker-column.vue.d.ts +37 -0
  55. package/vue2/src/components/form/time-picker/src/hooks/types/use-pick-time.d.ts +2 -0
  56. package/vue2/src/components/form/time-picker/src/hooks/use-time-picker.d.ts +19 -0
  57. package/vue2/src/components/form/time-picker/src/props-define.d.ts +88 -0
  58. package/vue2/src/components/form/time-picker/src/time-picker.vue.d.ts +93 -0
  59. package/vue2/src/components/form/time-picker/src/utils/time-value.d.ts +14 -0
  60. package/vue2/src/components/form/timezone-picker/index.d.ts +78 -15
  61. package/vue2/src/components/form/timezone-picker/src/hooks/props-define.d.ts +33 -6
  62. package/vue2/src/components/form/timezone-picker/src/timezone-picker.vue.d.ts +78 -15
  63. package/vue2/src/components/form/transfer/transfer.vue.d.ts +1 -1
  64. package/vue2/src/components/icons/icons/ai/index.d.ts +6 -0
  65. package/vue2/src/components/icons/icons/customer-service/index.d.ts +6 -0
  66. package/vue2/src/components/icons/icons/design/index.d.ts +6 -0
  67. package/vue2/src/components/icons/icons/favorite/index.d.ts +6 -0
  68. package/vue2/src/components/icons/icons/hamburger/index.d.ts +6 -0
  69. package/vue2/src/components/icons/icons/layout/index.d.ts +6 -0
  70. package/vue2/src/components/icons/icons/peoples/index.d.ts +6 -0
  71. package/vue2/src/components/icons/icons/product/index.d.ts +6 -0
  72. package/vue2/src/components/icons/icons/shopping/index.d.ts +6 -0
  73. package/vue2/src/components/icons/icons/transfer/index.d.ts +6 -0
  74. package/vue2/src/components/icons/icons/translate/index.d.ts +6 -0
  75. package/vue2/src/components/icons/icons/upload-image/index.d.ts +6 -0
  76. package/vue2/src/components/icons/icons/upload-video/index.d.ts +6 -0
  77. package/vue2/src/components/icons/map.d.ts +13 -0
  78. package/vue2/src/components/link/index.d.ts +74 -0
  79. package/vue2/src/components/link/src/link.vue.d.ts +40 -0
  80. package/vue2/src/components/link/src/props-define.d.ts +28 -0
  81. package/vue2/src/components/message-box/_component/message-box-element.vue.d.ts +12 -0
  82. package/vue2/src/components/message-box/_component/use-message-box-element.d.ts +6 -0
  83. package/vue2/src/components/pagination/index.d.ts +50 -1
  84. package/vue2/src/components/popup/src/hooks/use-popup-scroll.d.ts +4 -4
  85. package/vue2/src/components/popup/src/popup.vue.d.ts +4 -4
  86. package/vue2/src/components/scrollbar/index.d.ts +6 -6
  87. package/vue2/src/components/scrollbar/src/props-define.d.ts +1 -1
  88. package/vue2/src/components/scrollbar/src/scrollbar.vue.d.ts +2 -2
  89. package/vue2/src/components/sensitive-text/index.d.ts +39 -0
  90. package/vue2/src/components/sensitive-text/src/props-define.d.ts +36 -0
  91. package/vue2/src/components/sensitive-text/src/sensitive-text.vue.d.ts +39 -0
  92. package/vue2/src/components/table/index.d.ts +216 -35
  93. package/vue2/src/components/table/src/components/table-body-cell/use-table-body-cell.d.ts +1 -0
  94. package/vue2/src/components/table/src/components/table-custom-column/index.vue.d.ts +5 -0
  95. package/vue2/src/components/table/src/components/table-header-cell/header-cell-sensitive.vue.d.ts +2 -0
  96. package/vue2/src/components/table/src/components/table-multiple-select/table-footer-selection.vue.d.ts +2 -0
  97. package/vue2/src/components/table/src/components/table-multiple-select/table-multiple-controller.vue.d.ts +2 -0
  98. package/vue2/src/components/table/src/components/table-multiple-select/table-row-multiple.vue.d.ts +30 -0
  99. package/{vue3/src/components/table/src/hooks/table-data → vue2/src/components/table/src/components/table-multiple-select}/use-table-multiple.d.ts +2 -1
  100. package/vue2/src/components/table/src/components/table-toolbar/table-toolbar.vue.d.ts +2 -0
  101. package/vue2/src/components/table/src/hooks/props-define.d.ts +121 -6
  102. package/vue2/src/components/table/src/hooks/use-table/use-column-computed.d.ts +3 -56
  103. package/vue2/src/components/table/src/hooks/use-table/use-column-list.d.ts +17 -121
  104. package/vue2/src/components/table/src/hooks/use-table/use-table-custom-column.d.ts +15 -0
  105. package/vue2/src/components/table/src/hooks/use-table/use-table-pagination.d.ts +8 -2
  106. package/vue2/src/components/table/src/hooks/use-table/use-table-render-data.d.ts +2 -0
  107. package/vue2/src/components/table/src/hooks/use-table/use-table-request.d.ts +32 -0
  108. package/vue2/src/components/table/src/hooks/use-table/use-table-scroll.d.ts +1 -1
  109. package/vue2/src/components/table/src/hooks/use-table/use-table-slots.d.ts +5 -0
  110. package/vue2/src/components/table/src/hooks/use-table/use-table-status.d.ts +2 -0
  111. package/vue2/src/components/table/src/hooks/use-table/use-table-toolbar.d.ts +17 -0
  112. package/vue2/src/components/table/src/hooks/use-table/use-table.d.ts +30 -191
  113. package/vue2/src/components/table/src/hooks/use-table-column/use-column-children.d.ts +2 -55
  114. package/vue2/src/components/table/src/hooks/use-table-column/use-column-sensitive.d.ts +13 -0
  115. package/vue2/src/components/table/src/hooks/use-table-column/use-column-visible.d.ts +15 -0
  116. package/vue2/src/components/table/src/hooks/use-table-column/use-column-width.d.ts +10 -0
  117. package/vue2/src/components/table/src/hooks/use-table-column/use-table-column.d.ts +6 -2
  118. package/vue2/src/components/table/src/table-column.vue.d.ts +29 -4
  119. package/vue2/src/components/table/src/table.vue.d.ts +45 -8
  120. package/vue2/src/components/table/src/types/index.d.ts +4 -1
  121. package/vue2/src/components/table-operation/index.d.ts +36 -0
  122. package/vue2/src/components/table-operation/src/hooks.d.ts +2 -0
  123. package/vue2/src/components/table-operation/src/props-define.d.ts +21 -0
  124. package/vue2/src/components/table-operation/src/table-operation-dropdown.vue.d.ts +17 -0
  125. package/vue2/src/components/table-operation/src/table-operation-item.vue.d.ts +24 -0
  126. package/vue2/src/components/table-operation/src/table-operation.d.ts +12 -0
  127. package/vue2/src/components/tooltip/index.d.ts +26 -2
  128. package/vue2/src/components/tooltip/src/props-define.d.ts +9 -1
  129. package/vue2/src/components/tooltip/src/tooltip-popper.vue.d.ts +2 -0
  130. package/vue2/src/components/tooltip/src/tooltip.vue.d.ts +11 -1
  131. package/vue2/src/hooks/exports.d.ts +1 -0
  132. package/vue2/src/hooks/tools/use-polling/index.d.ts +44 -0
  133. package/vue2/src/lang/internal/en.json.d.ts +22 -3
  134. package/vue2/src/lang/internal/index.d.ts +19 -0
  135. package/vue2/src/lang/internal/ja.json.d.ts +21 -2
  136. package/vue2/src/lang/internal/ko.json.d.ts +21 -2
  137. package/vue2/src/lang/internal/ru.json.d.ts +21 -2
  138. package/vue2/src/lang/internal/zh-CN.json.d.ts +21 -2
  139. package/vue2/src/lang/internal/zh-TW.json.d.ts +21 -2
  140. package/vue2/src/utils/phone-code-data.d.ts +14 -0
  141. package/vue2/src/vue-utils/version-compatible/types.d.ts +1 -0
  142. package/vue3/index.es.js +16788 -13916
  143. package/vue3/src/components/business/external-links/use-external-links.d.ts +19 -0
  144. package/vue3/src/components/business/reward-receive/hooks/use-reward-receive.d.ts +19 -0
  145. package/vue3/src/components/button/src/use-button.d.ts +2 -2
  146. package/vue3/src/components/condition-filter/index.d.ts +68 -3
  147. package/vue3/src/components/condition-filter/src/condition-filter-item.vue.d.ts +9 -1
  148. package/vue3/src/components/condition-filter/src/condition-filter.vue.d.ts +18 -1
  149. package/vue3/src/components/condition-filter/src/hooks.d.ts +9 -1
  150. package/vue3/src/components/condition-filter/src/props-define.d.ts +31 -1
  151. package/vue3/src/components/dropdown/index.d.ts +104 -10
  152. package/vue3/src/components/dropdown/src/dropdown-item.vue.d.ts +11 -4
  153. package/vue3/src/components/dropdown/src/dropdown.vue.d.ts +10 -1
  154. package/vue3/src/components/dropdown/src/sub-dropdown.vue.d.ts +35 -0
  155. package/vue3/src/components/dropdown/src/use-dropdown.d.ts +39 -4
  156. package/vue3/src/components/empty/index.d.ts +6 -6
  157. package/vue3/src/components/empty/src/empty.vue.d.ts +2 -2
  158. package/vue3/src/components/empty/src/props-define.d.ts +2 -2
  159. package/vue3/src/components/empty/src/svgs/lock-icon.vue.d.ts +2 -0
  160. package/vue3/src/components/exports.d.ts +5 -0
  161. package/vue3/src/components/form/cascader/index.d.ts +77 -0
  162. package/vue3/src/components/form/cascader/src/cascader-option.vue.d.ts +23 -0
  163. package/vue3/src/components/form/cascader/src/cascader-panel.vue.d.ts +35 -0
  164. package/vue3/src/components/form/cascader/src/cascader.vue.d.ts +78 -0
  165. package/vue3/src/components/form/cascader/src/inject-key.d.ts +12 -0
  166. package/vue3/src/components/form/cascader/src/props-define.d.ts +77 -0
  167. package/vue3/src/components/form/cascader/src/use-cascader.d.ts +20 -0
  168. package/vue3/src/components/form/checkbox/index.d.ts +6 -20
  169. package/vue3/src/components/form/checkbox/src/checkbox.vue.d.ts +2 -7
  170. package/vue3/src/components/form/checkbox/src/props-define.d.ts +1 -3
  171. package/vue3/src/components/form/checkbox/src/type.d.ts +1 -1
  172. package/vue3/src/components/form/date-picker/index.d.ts +9 -0
  173. package/vue3/src/components/form/date-picker/src/date-picker.vue.d.ts +9 -0
  174. package/vue3/src/components/form/date-picker/src/hooks/picker-types/use-date-value-item.d.ts +2 -0
  175. package/vue3/src/components/form/date-picker/src/hooks/props-define.d.ts +13 -0
  176. package/vue3/src/components/form/date-picker/src/types/index.d.ts +1 -1
  177. package/vue3/src/components/form/input/index.d.ts +7 -0
  178. package/vue3/src/components/form/input/src/input.vue.d.ts +7 -0
  179. package/vue3/src/components/form/input/src/props-define.d.ts +7 -0
  180. package/vue3/src/components/form/radio/index.d.ts +20 -6
  181. package/vue3/src/components/form/radio/src/props-define.d.ts +6 -1
  182. package/vue3/src/components/form/radio/src/radio-group.vue.d.ts +7 -2
  183. package/vue3/src/components/form/select/index.d.ts +32 -902
  184. package/vue3/src/components/form/select/src/hooks.d.ts +15 -0
  185. package/vue3/src/components/form/select/src/props-define.d.ts +12 -3
  186. package/vue3/src/components/form/select/src/select-option.vue.d.ts +11 -0
  187. package/vue3/src/components/form/select/src/select-search-input.vue.d.ts +2 -0
  188. package/vue3/src/components/form/select/src/select.vue.d.ts +28 -19
  189. package/vue3/src/components/form/select/src/type.d.ts +10 -0
  190. package/vue3/src/components/form/select/src/use-select-options.d.ts +12 -0
  191. package/vue3/src/components/form/switch/index.d.ts +9 -0
  192. package/vue3/src/components/form/switch/src/props-define.d.ts +13 -0
  193. package/vue3/src/components/form/switch/src/switch.vue.d.ts +9 -0
  194. package/vue3/src/components/form/time-picker/index.d.ts +93 -0
  195. package/vue3/src/components/form/time-picker/src/components/time-picker-column.vue.d.ts +37 -0
  196. package/vue3/src/components/form/time-picker/src/components/time-picker-panel.vue.d.ts +2 -0
  197. package/vue3/src/components/form/time-picker/src/hooks/types/use-pick-time.d.ts +2 -0
  198. package/vue3/src/components/form/time-picker/src/hooks/use-time-picker.d.ts +19 -0
  199. package/vue3/src/components/form/time-picker/src/props-define.d.ts +88 -0
  200. package/vue3/src/components/form/time-picker/src/time-picker.vue.d.ts +93 -0
  201. package/vue3/src/components/form/time-picker/src/utils/time-value.d.ts +14 -0
  202. package/vue3/src/components/form/timezone-picker/index.d.ts +78 -15
  203. package/vue3/src/components/form/timezone-picker/src/hooks/props-define.d.ts +33 -6
  204. package/vue3/src/components/form/timezone-picker/src/timezone-picker.vue.d.ts +78 -15
  205. package/vue3/src/components/form/transfer/transfer.vue.d.ts +1 -1
  206. package/vue3/src/components/icons/icons/ai/index.d.ts +6 -0
  207. package/vue3/src/components/icons/icons/customer-service/index.d.ts +6 -0
  208. package/vue3/src/components/icons/icons/design/index.d.ts +6 -0
  209. package/vue3/src/components/icons/icons/favorite/index.d.ts +6 -0
  210. package/vue3/src/components/icons/icons/hamburger/index.d.ts +6 -0
  211. package/vue3/src/components/icons/icons/layout/index.d.ts +6 -0
  212. package/vue3/src/components/icons/icons/peoples/index.d.ts +6 -0
  213. package/vue3/src/components/icons/icons/product/index.d.ts +6 -0
  214. package/vue3/src/components/icons/icons/shopping/index.d.ts +6 -0
  215. package/vue3/src/components/icons/icons/transfer/index.d.ts +6 -0
  216. package/vue3/src/components/icons/icons/translate/index.d.ts +6 -0
  217. package/vue3/src/components/icons/icons/upload-image/index.d.ts +6 -0
  218. package/vue3/src/components/icons/icons/upload-video/index.d.ts +6 -0
  219. package/vue3/src/components/icons/map.d.ts +13 -0
  220. package/vue3/src/components/link/index.d.ts +74 -0
  221. package/vue3/src/components/link/src/link.vue.d.ts +40 -0
  222. package/vue3/src/components/link/src/props-define.d.ts +28 -0
  223. package/vue3/src/components/message-box/_component/message-box-element.vue.d.ts +12 -0
  224. package/vue3/src/components/message-box/_component/use-message-box-element.d.ts +6 -0
  225. package/vue3/src/components/pagination/index.d.ts +50 -1
  226. package/vue3/src/components/popup/src/hooks/use-popup-scroll.d.ts +4 -4
  227. package/vue3/src/components/popup/src/popup.vue.d.ts +4 -4
  228. package/vue3/src/components/scrollbar/index.d.ts +6 -6
  229. package/vue3/src/components/scrollbar/src/props-define.d.ts +1 -1
  230. package/vue3/src/components/scrollbar/src/scrollbar.vue.d.ts +2 -2
  231. package/vue3/src/components/sensitive-text/index.d.ts +39 -0
  232. package/vue3/src/components/sensitive-text/src/props-define.d.ts +36 -0
  233. package/vue3/src/components/sensitive-text/src/sensitive-text.vue.d.ts +39 -0
  234. package/vue3/src/components/table/index.d.ts +216 -35
  235. package/vue3/src/components/table/src/components/table-body-cell/use-table-body-cell.d.ts +1 -0
  236. package/vue3/src/components/table/src/components/table-custom-column/index.vue.d.ts +5 -0
  237. package/vue3/src/components/table/src/components/table-empty/index.vue.d.ts +2 -0
  238. package/vue3/src/components/table/src/components/table-header-cell/header-cell-sensitive.vue.d.ts +2 -0
  239. package/vue3/src/components/table/src/components/table-multiple-select/table-footer-selection.vue.d.ts +2 -0
  240. package/vue3/src/components/table/src/components/table-multiple-select/table-multiple-controller.vue.d.ts +2 -0
  241. package/vue3/src/components/table/src/components/table-multiple-select/table-row-multiple.vue.d.ts +30 -0
  242. package/{vue2/src/components/table/src/hooks/table-data → vue3/src/components/table/src/components/table-multiple-select}/use-table-multiple.d.ts +2 -1
  243. package/vue3/src/components/table/src/components/table-toolbar/table-toolbar.vue.d.ts +2 -0
  244. package/vue3/src/components/table/src/hooks/props-define.d.ts +121 -6
  245. package/vue3/src/components/table/src/hooks/use-table/use-column-computed.d.ts +3 -56
  246. package/vue3/src/components/table/src/hooks/use-table/use-column-list.d.ts +17 -121
  247. package/vue3/src/components/table/src/hooks/use-table/use-table-custom-column.d.ts +15 -0
  248. package/vue3/src/components/table/src/hooks/use-table/use-table-pagination.d.ts +8 -2
  249. package/vue3/src/components/table/src/hooks/use-table/use-table-render-data.d.ts +2 -0
  250. package/vue3/src/components/table/src/hooks/use-table/use-table-request.d.ts +32 -0
  251. package/vue3/src/components/table/src/hooks/use-table/use-table-scroll.d.ts +1 -1
  252. package/vue3/src/components/table/src/hooks/use-table/use-table-slots.d.ts +5 -0
  253. package/vue3/src/components/table/src/hooks/use-table/use-table-status.d.ts +2 -0
  254. package/vue3/src/components/table/src/hooks/use-table/use-table-toolbar.d.ts +17 -0
  255. package/vue3/src/components/table/src/hooks/use-table/use-table.d.ts +30 -191
  256. package/vue3/src/components/table/src/hooks/use-table-column/use-column-children.d.ts +2 -55
  257. package/vue3/src/components/table/src/hooks/use-table-column/use-column-sensitive.d.ts +13 -0
  258. package/vue3/src/components/table/src/hooks/use-table-column/use-column-visible.d.ts +15 -0
  259. package/vue3/src/components/table/src/hooks/use-table-column/use-column-width.d.ts +10 -0
  260. package/vue3/src/components/table/src/hooks/use-table-column/use-table-column.d.ts +6 -2
  261. package/vue3/src/components/table/src/table-column.vue.d.ts +29 -4
  262. package/vue3/src/components/table/src/table.vue.d.ts +45 -8
  263. package/vue3/src/components/table/src/types/index.d.ts +4 -1
  264. package/vue3/src/components/table-operation/index.d.ts +36 -0
  265. package/vue3/src/components/table-operation/src/hooks.d.ts +2 -0
  266. package/vue3/src/components/table-operation/src/props-define.d.ts +21 -0
  267. package/vue3/src/components/table-operation/src/table-operation-dropdown.vue.d.ts +17 -0
  268. package/vue3/src/components/table-operation/src/table-operation-item.vue.d.ts +24 -0
  269. package/vue3/src/components/table-operation/src/table-operation.d.ts +12 -0
  270. package/vue3/src/components/tooltip/index.d.ts +26 -2
  271. package/vue3/src/components/tooltip/src/props-define.d.ts +9 -1
  272. package/vue3/src/components/tooltip/src/tooltip-popper.vue.d.ts +2 -0
  273. package/vue3/src/components/tooltip/src/tooltip.vue.d.ts +11 -1
  274. package/vue3/src/hooks/exports.d.ts +1 -0
  275. package/vue3/src/hooks/tools/use-polling/index.d.ts +44 -0
  276. package/vue3/src/lang/internal/en.json.d.ts +22 -3
  277. package/vue3/src/lang/internal/index.d.ts +19 -0
  278. package/vue3/src/lang/internal/ja.json.d.ts +21 -2
  279. package/vue3/src/lang/internal/ko.json.d.ts +21 -2
  280. package/vue3/src/lang/internal/ru.json.d.ts +21 -2
  281. package/vue3/src/lang/internal/zh-CN.json.d.ts +21 -2
  282. package/vue3/src/lang/internal/zh-TW.json.d.ts +21 -2
  283. package/vue3/src/utils/phone-code-data.d.ts +14 -0
  284. package/vue3/src/vue-utils/version-compatible/types.d.ts +1 -0
  285. package/vue2/src/components/table/src/components/render-slot.d.ts +0 -10
  286. package/vue3/src/components/table/src/components/render-slot.d.ts +0 -10
  287. /package/vue2/src/components/{table/src/components/table-body-cell/body-cell-multiple.vue.d.ts → empty/src/svgs/lock-icon.vue.d.ts} +0 -0
  288. /package/vue2/src/components/{table/src/components/table-header-cell/header-cell-multiple.vue.d.ts → form/select/src/select-search-input.vue.d.ts} +0 -0
  289. /package/{vue3/src/components/table/src/components/table-body-cell/body-cell-multiple.vue.d.ts → vue2/src/components/form/time-picker/src/components/time-picker-panel.vue.d.ts} +0 -0
  290. /package/{vue3/src/components/table/src/components/table-header-cell/header-cell-multiple.vue.d.ts → vue2/src/components/table/src/components/table-empty/index.vue.d.ts} +0 -0
@@ -0,0 +1,21 @@
1
+ export declare const tableOperationProps: () => {
2
+ /**
3
+ * 显示在外部的操作项数量
4
+ * @default 3
5
+ */
6
+ max: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
7
+ default: number;
8
+ };
9
+ };
10
+ export declare const tableOperationItemProps: () => {
11
+ /**
12
+ * 标签
13
+ */
14
+ label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
15
+ };
16
+ export declare const tableOperationItemEmit: () => {
17
+ /**
18
+ * 点击事件
19
+ */
20
+ click: import('../../../vue-utils').EmitFuncType<MouseEvent>;
21
+ };
@@ -0,0 +1,17 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: Element;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{}>>, {}>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $scopedSlots: S;
16
+ };
17
+ };
@@ -0,0 +1,24 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<{
12
+ label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
13
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ click: (arg: MouseEvent) => void;
15
+ }, string, Readonly<import('vue').ExtractPropTypes<{
16
+ label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
17
+ }>>, {}>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
+ export default _default;
20
+ type __VLS_WithTemplateSlots<T, S> = T & {
21
+ new (): {
22
+ $scopedSlots: S;
23
+ };
24
+ };
@@ -0,0 +1,12 @@
1
+ import { VNode } from 'vue';
2
+ export declare const TableOperation: import('vue').DefineComponent<{
3
+ max: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
4
+ default: number;
5
+ };
6
+ }, () => VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
7
+ max: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
8
+ default: number;
9
+ };
10
+ }>>, {
11
+ max: number;
12
+ }>;
@@ -20,6 +20,9 @@ export declare const PwcTooltip: import('../../vue-utils/install-utils').SFCInst
20
20
  popperOffset: import('vue-types').VueTypeDef<import('../..').PopperOffset> & {
21
21
  default: () => import('../..').PopperOffset;
22
22
  };
23
+ trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
24
+ default: "click" | "focus" | "custom" | "hover" | "long-press";
25
+ };
23
26
  }>>, Readonly<import('vue').ExtractPropTypes<{
24
27
  content: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
25
28
  default: string;
@@ -42,10 +45,14 @@ export declare const PwcTooltip: import('../../vue-utils/install-utils').SFCInst
42
45
  popperOffset: import('vue-types').VueTypeDef<import('../..').PopperOffset> & {
43
46
  default: () => import('../..').PopperOffset;
44
47
  };
48
+ trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
49
+ default: "click" | "focus" | "custom" | "hover" | "long-press";
50
+ };
45
51
  }>>, {}, {
46
52
  disabled: boolean;
47
53
  effect: "light" | "dark" | "auto";
48
54
  content: string;
55
+ trigger: "click" | "focus" | "custom" | "hover" | "long-press";
49
56
  placement: "left" | "right" | "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end";
50
57
  tooltipClass: string;
51
58
  onlyTextEllipsis: boolean;
@@ -72,7 +79,12 @@ export declare const PwcTooltip: import('../../vue-utils/install-utils').SFCInst
72
79
  popperOffset: import('vue-types').VueTypeDef<import('../..').PopperOffset> & {
73
80
  default: () => import('../..').PopperOffset;
74
81
  };
75
- }>>> & import('vue').ShallowUnwrapRef<{}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
82
+ trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
83
+ default: "click" | "focus" | "custom" | "hover" | "long-press";
84
+ };
85
+ }>>> & import('vue').ShallowUnwrapRef<{
86
+ hidePopper: () => void;
87
+ }> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
76
88
  content: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
77
89
  default: string;
78
90
  };
@@ -94,6 +106,9 @@ export declare const PwcTooltip: import('../../vue-utils/install-utils').SFCInst
94
106
  popperOffset: import('vue-types').VueTypeDef<import('../..').PopperOffset> & {
95
107
  default: () => import('../..').PopperOffset;
96
108
  };
109
+ trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
110
+ default: "click" | "focus" | "custom" | "hover" | "long-press";
111
+ };
97
112
  }>>> & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
98
113
  content: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
99
114
  default: string;
@@ -116,10 +131,16 @@ export declare const PwcTooltip: import('../../vue-utils/install-utils').SFCInst
116
131
  popperOffset: import('vue-types').VueTypeDef<import('../..').PopperOffset> & {
117
132
  default: () => import('../..').PopperOffset;
118
133
  };
119
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
134
+ trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
135
+ default: "click" | "focus" | "custom" | "hover" | "long-press";
136
+ };
137
+ }>>, {
138
+ hidePopper: () => void;
139
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
120
140
  disabled: boolean;
121
141
  effect: "light" | "dark" | "auto";
122
142
  content: string;
143
+ trigger: "click" | "focus" | "custom" | "hover" | "long-press";
123
144
  placement: "left" | "right" | "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end";
124
145
  tooltipClass: string;
125
146
  onlyTextEllipsis: boolean;
@@ -147,6 +168,9 @@ export declare const PwcTooltip: import('../../vue-utils/install-utils').SFCInst
147
168
  popperOffset: import('vue-types').VueTypeDef<import('../..').PopperOffset> & {
148
169
  default: () => import('../..').PopperOffset;
149
170
  };
171
+ trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
172
+ default: "click" | "focus" | "custom" | "hover" | "long-press";
173
+ };
150
174
  };
151
175
  } & (new () => {
152
176
  $scopedSlots: {
@@ -1,7 +1,7 @@
1
1
  import { PopperOffset } from '../../../hooks/components/use-popper';
2
2
  import { FormatProps } from '../../../vue-utils';
3
3
  declare const tooltipEffect: readonly ["dark", "light", "auto"];
4
- export type TooltipEffect = typeof tooltipEffect[number];
4
+ export type TooltipEffect = (typeof tooltipEffect)[number];
5
5
  export declare const tooltipProps: () => {
6
6
  /**
7
7
  * 提示内容
@@ -50,6 +50,14 @@ export declare const tooltipProps: () => {
50
50
  popperOffset: import('vue-types').VueTypeDef<PopperOffset> & {
51
51
  default: () => PopperOffset;
52
52
  };
53
+ /**
54
+ * 触发方式
55
+ * @propType PopperTrigger
56
+ * @default hover
57
+ */
58
+ trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
59
+ default: "click" | "focus" | "custom" | "hover" | "long-press";
60
+ };
53
61
  };
54
62
  export type TooltipOptions = FormatProps<typeof tooltipProps> & {
55
63
  /**
@@ -1,8 +1,10 @@
1
1
  import { TooltipOptions } from './props-define';
2
2
  declare function setOptions(options: TooltipOptions): void;
3
3
  declare function setReference(elem: HTMLElement): void;
4
+ declare function hidePopper(): void;
4
5
  declare const _default: import('vue').DefineComponent<{}, {
5
6
  setOptions: typeof setOptions;
6
7
  setReference: typeof setReference;
8
+ hidePopper: typeof hidePopper;
7
9
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{}>>, {}>;
8
10
  export default _default;
@@ -1,3 +1,4 @@
1
+ declare function hidePopper(): void;
1
2
  declare function __VLS_template(): {
2
3
  attrs: Partial<{}>;
3
4
  slots: {
@@ -33,7 +34,12 @@ declare const __VLS_component: import('vue').DefineComponent<{
33
34
  popperOffset: import('vue-types').VueTypeDef<import('../../../hooks/components/use-popper').PopperOffset> & {
34
35
  default: () => import('../../../hooks/components/use-popper').PopperOffset;
35
36
  };
36
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
37
+ trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
38
+ default: "click" | "focus" | "custom" | "hover" | "long-press";
39
+ };
40
+ }, {
41
+ hidePopper: typeof hidePopper;
42
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
37
43
  content: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
38
44
  default: string;
39
45
  };
@@ -55,10 +61,14 @@ declare const __VLS_component: import('vue').DefineComponent<{
55
61
  popperOffset: import('vue-types').VueTypeDef<import('../../../hooks/components/use-popper').PopperOffset> & {
56
62
  default: () => import('../../../hooks/components/use-popper').PopperOffset;
57
63
  };
64
+ trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
65
+ default: "click" | "focus" | "custom" | "hover" | "long-press";
66
+ };
58
67
  }>>, {
59
68
  disabled: boolean;
60
69
  effect: "light" | "dark" | "auto";
61
70
  content: string;
71
+ trigger: "click" | "focus" | "custom" | "hover" | "long-press";
62
72
  placement: "left" | "right" | "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end";
63
73
  tooltipClass: string;
64
74
  onlyTextEllipsis: boolean;
@@ -48,6 +48,7 @@ export * from './tools/use-count-down';
48
48
  export * from './tools/use-download';
49
49
  export * from './tools/use-event-bus';
50
50
  export * from './tools/use-link-open';
51
+ export * from './tools/use-polling';
51
52
  export * from './tools/use-set-interval';
52
53
  export * from './tools/use-set-timeout';
53
54
  export * from './tools/use-simple-visible';
@@ -0,0 +1,44 @@
1
+ import { Ref } from 'vue';
2
+ export interface UsePollingOptions {
3
+ /**
4
+ * 轮询时间间隔,单位:毫秒
5
+ * @default 3000
6
+ */
7
+ time?: number;
8
+ /**
9
+ * 最大轮询次数
10
+ * @default Infinity
11
+ */
12
+ maxCount?: number;
13
+ /**
14
+ * 是否立即执行一次回调
15
+ * @default false
16
+ */
17
+ immediate?: boolean;
18
+ /**
19
+ * 是否在 onMounted 时自动开始轮询
20
+ * @default true
21
+ */
22
+ autoStart?: boolean;
23
+ }
24
+ export interface UsePollingReturn {
25
+ /**
26
+ * 开始轮询
27
+ */
28
+ startPolling: () => void;
29
+ /**
30
+ * 停止轮询
31
+ */
32
+ stopPolling: () => void;
33
+ /**
34
+ * 是否正在轮询
35
+ */
36
+ isPolling: Readonly<Ref<boolean>>;
37
+ }
38
+ /**
39
+ * 轮询 hook,基于递归 setTimeout 实现,避免回调未完成时重复触发。
40
+ * 在 onMounted 时自动开始轮询(可配置),在 onBeforeUnmount 时自动停止。
41
+ * @param callback 轮询回调函数
42
+ * @param options 轮询配置项
43
+ */
44
+ export declare function usePolling(callback: () => unknown, options?: UsePollingOptions): UsePollingReturn;
@@ -123,9 +123,14 @@ declare const _default: {
123
123
  "last-7-days": "Last 7 days",
124
124
  "last-30-days": "Last 30 days",
125
125
  "last-90-days": "Last 90 days",
126
+ "last-100-days": "Last 100 days",
126
127
  "last-180-days": "Last 180 days",
127
128
  "last-360-days": "Last 360 days"
128
129
  },
130
+ "timePicker": {
131
+ "placeholder": "Select time",
132
+ "placeholderRange": "Select time range"
133
+ },
129
134
  "timezonePicker": {
130
135
  "placeholder": "Select timezone"
131
136
  },
@@ -134,11 +139,16 @@ declare const _default: {
134
139
  "empty": "No options"
135
140
  },
136
141
  "table": {
137
- "operation": "Operation",
142
+ "operation": "Action",
138
143
  "tags": "Tags",
139
144
  "index": "Index",
140
145
  "single": "Select",
141
- "allCount": "Total {count}"
146
+ "allCount": "Total {count}",
147
+ "customColumn": "Custom List",
148
+ "customColumnLeftTitle": "Selectable Fields",
149
+ "customColumnRightTitle": "Selected Fields",
150
+ "customColumnOpen": "Custom List",
151
+ "selected": "Selected {count}"
142
152
  },
143
153
  "pagination": {
144
154
  "totalItems": "Total {count}",
@@ -242,7 +252,16 @@ declare const _default: {
242
252
  "conditionFilter": {
243
253
  "reset": "Reset",
244
254
  "expand": "Expand",
245
- "collapse": "Collapse"
255
+ "collapse": "Collapse",
256
+ "all": "All",
257
+ "search": "Search"
258
+ },
259
+ "input": {
260
+ "copy": "Copy"
261
+ },
262
+ "cascader": {
263
+ "placeholder": "Please select",
264
+ "empty": "No options"
246
265
  }
247
266
  }
248
267
  ;
@@ -124,9 +124,14 @@ declare const useInternalI18n: () => {
124
124
  "last-7-days": string;
125
125
  "last-30-days": string;
126
126
  "last-90-days": string;
127
+ "last-100-days": string;
127
128
  "last-180-days": string;
128
129
  "last-360-days": string;
129
130
  };
131
+ timePicker: {
132
+ placeholder: string;
133
+ placeholderRange: string;
134
+ };
130
135
  timezonePicker: {
131
136
  placeholder: string;
132
137
  };
@@ -140,6 +145,11 @@ declare const useInternalI18n: () => {
140
145
  index: string;
141
146
  single: string;
142
147
  allCount: string;
148
+ customColumn: string;
149
+ customColumnLeftTitle: string;
150
+ customColumnRightTitle: string;
151
+ customColumnOpen: string;
152
+ selected: string;
143
153
  };
144
154
  pagination: {
145
155
  totalItems: string;
@@ -244,6 +254,15 @@ declare const useInternalI18n: () => {
244
254
  reset: string;
245
255
  expand: string;
246
256
  collapse: string;
257
+ all: string;
258
+ search: string;
259
+ };
260
+ input: {
261
+ copy: string;
262
+ };
263
+ cascader: {
264
+ placeholder: string;
265
+ empty: string;
247
266
  };
248
267
  } & {
249
268
  common: {
@@ -123,9 +123,14 @@ declare const _default: {
123
123
  "last-7-days": "最近7日",
124
124
  "last-30-days": "最近30日",
125
125
  "last-90-days": "最近90日",
126
+ "last-100-days": "最近100日",
126
127
  "last-180-days": "最近180日",
127
128
  "last-360-days": "最近360日"
128
129
  },
130
+ "timePicker": {
131
+ "placeholder": "時間を選択",
132
+ "placeholderRange": "時間範囲を選択"
133
+ },
129
134
  "timezonePicker": {
130
135
  "placeholder": "時間帯を選択"
131
136
  },
@@ -138,7 +143,12 @@ declare const _default: {
138
143
  "tags": "タグ",
139
144
  "index": "インデックス",
140
145
  "single": "選択",
141
- "allCount": "共{count}個"
146
+ "allCount": "共{count}個",
147
+ "customColumn": "カスタムリスト",
148
+ "customColumnLeftTitle": "選択可能なフィールド",
149
+ "customColumnRightTitle": "選択されたフィールド",
150
+ "customColumnOpen": "カスタムリスト",
151
+ "selected": "選択 {count}"
142
152
  },
143
153
  "pagination": {
144
154
  "totalItems": "合計 {count} 件",
@@ -242,7 +252,16 @@ declare const _default: {
242
252
  "conditionFilter": {
243
253
  "reset": "リセット",
244
254
  "expand": "展開",
245
- "collapse": "折りたたむ"
255
+ "collapse": "折りたたむ",
256
+ "all": "すべて",
257
+ "search": "フィルター"
258
+ },
259
+ "input": {
260
+ "copy": "コピー"
261
+ },
262
+ "cascader": {
263
+ "placeholder": "選択してください",
264
+ "empty": "オプションなし"
246
265
  }
247
266
  }
248
267
  ;
@@ -123,9 +123,14 @@ declare const _default: {
123
123
  "last-7-days": "최근 7일",
124
124
  "last-30-days": "최근 30일",
125
125
  "last-90-days": "최근 90일",
126
+ "last-100-days": "최근 100일",
126
127
  "last-180-days": "최근 180일",
127
128
  "last-360-days": "최근 360일"
128
129
  },
130
+ "timePicker": {
131
+ "placeholder": "시간 선택",
132
+ "placeholderRange": "시간 범위 선택"
133
+ },
129
134
  "timezonePicker": {
130
135
  "placeholder": "시간대 선택"
131
136
  },
@@ -138,7 +143,12 @@ declare const _default: {
138
143
  "tags": "태그",
139
144
  "index": "인덱스",
140
145
  "single": "선택",
141
- "allCount": "총 {count}개"
146
+ "allCount": "총 {count}개",
147
+ "customColumn": "사용자 목록",
148
+ "customColumnLeftTitle": "선택 가능 필드",
149
+ "customColumnRightTitle": "선택 필드",
150
+ "customColumnOpen": "사용자 목록",
151
+ "selected": "선택 {count}"
142
152
  },
143
153
  "pagination": {
144
154
  "totalItems": "총 {count}개",
@@ -242,7 +252,16 @@ declare const _default: {
242
252
  "conditionFilter": {
243
253
  "reset": "초기화",
244
254
  "expand": "확장",
245
- "collapse": "접기"
255
+ "collapse": "접기",
256
+ "all": "모두",
257
+ "search": "필터"
258
+ },
259
+ "input": {
260
+ "copy": "복사"
261
+ },
262
+ "cascader": {
263
+ "placeholder": "선택해 주세요",
264
+ "empty": "옵션 없음"
246
265
  }
247
266
  }
248
267
  ;
@@ -123,9 +123,14 @@ declare const _default: {
123
123
  "last-7-days": "Последние 7 дней",
124
124
  "last-30-days": "Последние 30 дней",
125
125
  "last-90-days": "Последние 90 дней",
126
+ "last-100-days": "Последние 100 дней",
126
127
  "last-180-days": "Последние 180 дней",
127
128
  "last-360-days": "Последние 360 дней"
128
129
  },
130
+ "timePicker": {
131
+ "placeholder": "Выберите время",
132
+ "placeholderRange": "Выберите время диапазон"
133
+ },
129
134
  "timezonePicker": {
130
135
  "placeholder": "Выберите часовой пояс"
131
136
  },
@@ -138,7 +143,12 @@ declare const _default: {
138
143
  "tags": "Теги",
139
144
  "index": "Индекс",
140
145
  "single": "Выбор",
141
- "allCount": "Всего {count}"
146
+ "allCount": "Всего {count}",
147
+ "customColumn": "Пользовательский список",
148
+ "customColumnLeftTitle": "Доступные поля",
149
+ "customColumnRightTitle": "Выбранные поля",
150
+ "customColumnOpen": "Пользовательский список",
151
+ "selected": "Выбрано {count}"
142
152
  },
143
153
  "pagination": {
144
154
  "totalItems": "Всего {count} записей",
@@ -242,7 +252,16 @@ declare const _default: {
242
252
  "conditionFilter": {
243
253
  "reset": "Сбросить",
244
254
  "expand": "Развернуть",
245
- "collapse": "Свернуть"
255
+ "collapse": "Свернуть",
256
+ "all": "Все",
257
+ "search": "Фильтр"
258
+ },
259
+ "input": {
260
+ "copy": "Копировать"
261
+ },
262
+ "cascader": {
263
+ "placeholder": "Пожалуйста, выберите",
264
+ "empty": "Нет вариантов"
246
265
  }
247
266
  }
248
267
  ;
@@ -123,9 +123,14 @@ declare const _default: {
123
123
  "last-7-days": "近7天",
124
124
  "last-30-days": "近30天",
125
125
  "last-90-days": "近90天",
126
+ "last-100-days": "近100天",
126
127
  "last-180-days": "近180天",
127
128
  "last-360-days": "近360天"
128
129
  },
130
+ "timePicker": {
131
+ "placeholder": "选择时间",
132
+ "placeholderRange": "选择时间范围"
133
+ },
129
134
  "timezonePicker": {
130
135
  "placeholder": "请选择时区"
131
136
  },
@@ -138,7 +143,12 @@ declare const _default: {
138
143
  "tags": "标签",
139
144
  "index": "序号",
140
145
  "single": "选择",
141
- "allCount": "共{count}个"
146
+ "allCount": "共{count}个",
147
+ "customColumn": "自定义列表",
148
+ "customColumnLeftTitle": "可选字段",
149
+ "customColumnRightTitle": "已选字段",
150
+ "customColumnOpen": "自定义列表",
151
+ "selected": "已选 {count}"
142
152
  },
143
153
  "pagination": {
144
154
  "totalItems": "共 {count} 条",
@@ -242,7 +252,16 @@ declare const _default: {
242
252
  "conditionFilter": {
243
253
  "reset": "重置",
244
254
  "expand": "展开",
245
- "collapse": "收起"
255
+ "collapse": "收起",
256
+ "all": "全部",
257
+ "search": "筛选"
258
+ },
259
+ "input": {
260
+ "copy": "复制"
261
+ },
262
+ "cascader": {
263
+ "placeholder": "请选择",
264
+ "empty": "暂无选项"
246
265
  }
247
266
  }
248
267
  ;
@@ -123,9 +123,14 @@ declare const _default: {
123
123
  "last-7-days": "近7天",
124
124
  "last-30-days": "近30天",
125
125
  "last-90-days": "近90天",
126
+ "last-100-days": "近100天",
126
127
  "last-180-days": "近180天",
127
128
  "last-360-days": "近360天"
128
129
  },
130
+ "timePicker": {
131
+ "placeholder": "選擇時間",
132
+ "placeholderRange": "選擇時間範圍"
133
+ },
129
134
  "timezonePicker": {
130
135
  "placeholder": "請選擇時區"
131
136
  },
@@ -138,7 +143,12 @@ declare const _default: {
138
143
  "tags": "標籤",
139
144
  "index": "序號",
140
145
  "single": "選擇",
141
- "allCount": "共{count}個"
146
+ "allCount": "共{count}個",
147
+ "customColumn": "自定義列表",
148
+ "customColumnLeftTitle": "可選字段",
149
+ "customColumnRightTitle": "已選字段",
150
+ "customColumnOpen": "自定義列表",
151
+ "selected": "已選 {count}"
142
152
  },
143
153
  "pagination": {
144
154
  "totalItems": "共 {count} 條",
@@ -242,7 +252,16 @@ declare const _default: {
242
252
  "conditionFilter": {
243
253
  "reset": "重置",
244
254
  "expand": "展開",
245
- "collapse": "收起"
255
+ "collapse": "收起",
256
+ "all": "全部",
257
+ "search": "篩選"
258
+ },
259
+ "input": {
260
+ "copy": "複製"
261
+ },
262
+ "cascader": {
263
+ "placeholder": "請選擇",
264
+ "empty": "暫無選項"
246
265
  }
247
266
  }
248
267
  ;
@@ -0,0 +1,14 @@
1
+ declare const phoneCodeData: ({
2
+ letter: string;
3
+ country?: undefined;
4
+ code?: undefined;
5
+ } | {
6
+ country: string;
7
+ code: string;
8
+ letter?: undefined;
9
+ })[];
10
+ /** 去重后的国际电话区号(含 +),按字符串长度降序,用于匹配时优先长码(如 +1264 先于 +1) */
11
+ export declare const phoneCallingCodes: readonly string[];
12
+ /** 与 `phoneCallingCodes` 对应的纯数字区号(去掉 `+`),长度降序,用于匹配 `1284-…`、`86-…` 等无 `+` 写法 */
13
+ export declare const phoneCallingCodeDigits: readonly string[];
14
+ export default phoneCodeData;
@@ -42,4 +42,5 @@ export interface VueCompatibleObject {
42
42
  defineDirective: <T = any, B = any>(options: DefineDirectiveOptions<T, B>) => Directive<T, B>;
43
43
  getVNodeElem: (vnode: VNode) => Element | undefined;
44
44
  registerGlobalProperties: (app: any, key: string, value: any) => void;
45
+ isCommentVNode: (vnode: VNode) => boolean;
45
46
  }