@farris/ui-vue 1.0.0-beta.6 → 1.0.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 (723) hide show
  1. package/accordion/index.esm.js +318 -56
  2. package/accordion/index.umd.js +1 -1
  3. package/accordion/package.json +2 -2
  4. package/avatar/package.json +2 -2
  5. package/button/index.esm.js +64 -58
  6. package/button/index.umd.js +1 -1
  7. package/button/package.json +2 -2
  8. package/button-edit/index.esm.js +1075 -221
  9. package/button-edit/index.umd.js +1 -1
  10. package/button-edit/package.json +2 -2
  11. package/button-edit/style.css +1 -0
  12. package/calculator/index.esm.js +315 -0
  13. package/calculator/index.umd.js +1 -0
  14. package/calculator/package.json +8 -0
  15. package/calculator/style.css +1 -0
  16. package/calendar/index.esm.js +778 -0
  17. package/calendar/index.umd.js +1 -0
  18. package/calendar/package.json +8 -0
  19. package/calendar/style.css +1 -0
  20. package/capsule/index.esm.js +130 -0
  21. package/capsule/index.umd.js +1 -0
  22. package/capsule/package.json +8 -0
  23. package/capsule/style.css +1 -0
  24. package/checkbox/index.esm.js +192 -75
  25. package/checkbox/index.umd.js +1 -1
  26. package/checkbox/package.json +2 -2
  27. package/color-picker/index.esm.js +1551 -0
  28. package/color-picker/index.umd.js +16 -0
  29. package/color-picker/package.json +8 -0
  30. package/color-picker/style.css +1 -0
  31. package/combo-list/index.esm.js +2076 -434
  32. package/combo-list/index.umd.js +1 -1
  33. package/combo-list/package.json +2 -2
  34. package/combo-list/style.css +1 -0
  35. package/component/index.esm.js +176 -0
  36. package/component/index.umd.js +1 -0
  37. package/component/package.json +8 -0
  38. package/condition/index.esm.js +13562 -0
  39. package/condition/index.umd.js +1 -0
  40. package/condition/package.json +8 -0
  41. package/condition/style.css +1 -0
  42. package/content-container/index.esm.js +242 -0
  43. package/content-container/index.umd.js +1 -0
  44. package/content-container/package.json +8 -0
  45. package/data-grid/index.esm.js +13293 -1204
  46. package/data-grid/index.umd.js +1 -1
  47. package/data-grid/package.json +2 -2
  48. package/data-grid/style.css +1 -1
  49. package/date-picker/index.esm.js +2079 -1057
  50. package/date-picker/index.umd.js +1 -1
  51. package/date-picker/package.json +2 -2
  52. package/date-picker/style.css +1 -1
  53. package/designer-canvas/index.esm.js +15232 -0
  54. package/designer-canvas/index.umd.js +1 -0
  55. package/designer-canvas/package.json +8 -0
  56. package/designer-canvas/style.css +1 -0
  57. package/discussion-editor/index.esm.js +3559 -0
  58. package/discussion-editor/index.umd.js +16 -0
  59. package/discussion-editor/package.json +8 -0
  60. package/discussion-editor/style.css +1 -0
  61. package/discussion-list/index.esm.js +111 -0
  62. package/discussion-list/index.umd.js +1 -0
  63. package/discussion-list/package.json +8 -0
  64. package/discussion-list/style.css +1 -0
  65. package/dropdown/index.esm.js +214 -0
  66. package/dropdown/index.umd.js +1 -0
  67. package/dropdown/package.json +8 -0
  68. package/dropdown/style.css +1 -0
  69. package/dynamic-form/index.esm.js +13560 -0
  70. package/dynamic-form/index.umd.js +1 -0
  71. package/dynamic-form/package.json +8 -0
  72. package/dynamic-form/style.css +1 -0
  73. package/dynamic-resolver/index.esm.js +41 -0
  74. package/dynamic-resolver/index.umd.js +1 -0
  75. package/dynamic-resolver/package.json +8 -0
  76. package/dynamic-view/index.esm.js +13600 -0
  77. package/dynamic-view/index.umd.js +1 -0
  78. package/dynamic-view/package.json +8 -0
  79. package/dynamic-view/style.css +1 -0
  80. package/farris.all.esm.js +25009 -5886
  81. package/farris.all.umd.js +24 -1
  82. package/filter-bar/index.esm.js +549 -0
  83. package/filter-bar/index.umd.js +1 -0
  84. package/filter-bar/package.json +8 -0
  85. package/filter-bar/style.css +1 -0
  86. package/image-cropper/index.esm.js +720 -0
  87. package/image-cropper/index.umd.js +1 -0
  88. package/image-cropper/package.json +8 -0
  89. package/image-cropper/style.css +1 -0
  90. package/input-group/index.esm.js +549 -0
  91. package/input-group/index.umd.js +1 -0
  92. package/input-group/package.json +8 -0
  93. package/input-group/style.css +1 -0
  94. package/list-nav/index.esm.js +61 -0
  95. package/list-nav/index.umd.js +1 -0
  96. package/list-nav/package.json +8 -0
  97. package/list-nav/style.css +1 -0
  98. package/list-view/index.esm.js +516 -124
  99. package/list-view/index.umd.js +1 -1
  100. package/list-view/package.json +2 -2
  101. package/list-view/style.css +1 -1
  102. package/loading/index.esm.js +124 -0
  103. package/loading/index.umd.js +8 -0
  104. package/loading/package.json +8 -0
  105. package/loading/style.css +1 -0
  106. package/locale/index.esm.js +1868 -0
  107. package/locale/index.umd.js +1 -0
  108. package/locale/package.json +8 -0
  109. package/message-box/index.esm.js +408 -335
  110. package/message-box/index.umd.js +1 -1
  111. package/message-box/package.json +2 -2
  112. package/message-box/style.css +1 -0
  113. package/modal/index.esm.js +137 -90
  114. package/modal/index.umd.js +1 -1
  115. package/modal/package.json +2 -2
  116. package/modal/style.css +1 -0
  117. package/nav/index.esm.js +456 -0
  118. package/nav/index.umd.js +16 -0
  119. package/nav/package.json +8 -0
  120. package/nav/style.css +1 -0
  121. package/notify/package.json +2 -2
  122. package/order/index.esm.js +2270 -0
  123. package/order/index.umd.js +1 -0
  124. package/order/package.json +8 -0
  125. package/order/style.css +1 -0
  126. package/package.json +6 -4
  127. package/page-footer/index.esm.js +94 -0
  128. package/page-footer/index.umd.js +1 -0
  129. package/page-footer/package.json +8 -0
  130. package/page-header/index.esm.js +230 -0
  131. package/page-header/index.umd.js +1 -0
  132. package/page-header/package.json +8 -0
  133. package/pagination/index.esm.js +147 -141
  134. package/pagination/index.umd.js +1 -1
  135. package/pagination/package.json +2 -2
  136. package/popover/index.esm.js +194 -59
  137. package/popover/index.umd.js +1 -1
  138. package/popover/package.json +2 -2
  139. package/popover/style.css +1 -1
  140. package/propress/index.esm.js +108 -0
  141. package/propress/index.umd.js +1 -0
  142. package/propress/package.json +8 -0
  143. package/propress/style.css +1 -0
  144. package/radio-group/index.esm.js +174 -59
  145. package/radio-group/index.umd.js +1 -1
  146. package/radio-group/package.json +2 -2
  147. package/rate/index.esm.js +168 -0
  148. package/rate/index.umd.js +1 -0
  149. package/rate/package.json +8 -0
  150. package/rate/style.css +1 -0
  151. package/response-toolbar/index.esm.js +433 -0
  152. package/response-toolbar/index.umd.js +1 -0
  153. package/response-toolbar/package.json +8 -0
  154. package/search-box/index.esm.js +208 -0
  155. package/search-box/index.umd.js +1 -0
  156. package/search-box/package.json +8 -0
  157. package/search-box/style.css +1 -0
  158. package/section/index.esm.js +341 -45
  159. package/section/index.umd.js +1 -1
  160. package/section/package.json +2 -2
  161. package/section/style.css +1 -0
  162. package/splitter/index.esm.js +491 -0
  163. package/splitter/index.umd.js +1 -0
  164. package/splitter/package.json +8 -0
  165. package/splitter/style.css +1 -0
  166. package/step/index.esm.js +117 -0
  167. package/step/index.umd.js +1 -0
  168. package/step/package.json +8 -0
  169. package/step/style.css +1 -0
  170. package/style.css +3 -3
  171. package/switch/index.esm.js +156 -40
  172. package/switch/index.umd.js +1 -1
  173. package/switch/package.json +2 -2
  174. package/switch/style.css +1 -0
  175. package/tabs/index.esm.js +1563 -311
  176. package/tabs/index.umd.js +1 -1
  177. package/tabs/package.json +2 -2
  178. package/tabs/style.css +1 -1
  179. package/tags/index.esm.js +287 -0
  180. package/tags/index.umd.js +1 -0
  181. package/tags/package.json +8 -0
  182. package/tags/style.css +1 -0
  183. package/text/package.json +2 -2
  184. package/time-picker/index.esm.js +1465 -0
  185. package/time-picker/index.umd.js +1 -0
  186. package/time-picker/package.json +8 -0
  187. package/time-picker/style.css +1 -0
  188. package/tooltip/package.json +2 -2
  189. package/transfer/index.esm.js +642 -0
  190. package/transfer/index.umd.js +1 -0
  191. package/transfer/package.json +8 -0
  192. package/transfer/style.css +1 -0
  193. package/tree-view/index.esm.js +701 -0
  194. package/tree-view/index.umd.js +1 -0
  195. package/tree-view/package.json +8 -0
  196. package/tree-view/style.css +1 -0
  197. package/types/accordion/index.d.ts +2 -0
  198. package/types/accordion/src/accordion.component.d.ts +2 -68
  199. package/types/accordion/src/accordion.props.d.ts +2 -33
  200. package/types/accordion/src/components/accordion-item.component.d.ts +2 -36
  201. package/types/accordion/src/components/accordion-item.props.d.ts +2 -17
  202. package/types/accordion/src/designer/accordion-item.design.component.d.ts +6 -0
  203. package/types/accordion/src/designer/accordion.design.component.d.ts +6 -0
  204. package/types/accordion/src/schema/schema-mapper.d.ts +2 -0
  205. package/types/button/src/button-group.component.d.ts +1 -1
  206. package/types/button/src/button.component.d.ts +7 -1
  207. package/types/button/src/button.props.d.ts +6 -0
  208. package/types/button-edit/index.d.ts +2 -0
  209. package/types/button-edit/src/button-edit.component.d.ts +2 -137
  210. package/types/button-edit/src/button-edit.props.d.ts +5 -119
  211. package/types/button-edit/src/components/button-group.component.d.ts +3 -0
  212. package/types/button-edit/src/components/popup-container.component.d.ts +4 -0
  213. package/types/button-edit/src/components/text-edit.component.d.ts +4 -0
  214. package/types/button-edit/src/composition/types.d.ts +15 -1
  215. package/types/button-edit/src/composition/use-button.d.ts +2 -2
  216. package/types/button-edit/src/composition/use-clear.d.ts +2 -2
  217. package/types/button-edit/src/composition/use-popup.d.ts +4 -0
  218. package/types/button-edit/src/composition/use-text-box.d.ts +2 -2
  219. package/types/button-edit/src/schema/schema-mapper.d.ts +2 -0
  220. package/types/{data-grid/src/composition/use-fit-column.d.ts → calculator/index.d.ts} +8 -5
  221. package/types/{combo-list/src/components/options.component.d.ts → calculator/src/calculator.component.d.ts} +2 -6
  222. package/types/calculator/src/calculator.props.d.ts +23 -0
  223. package/types/calculator/src/composition/use-calculator.d.ts +26 -0
  224. package/types/calendar/index.d.ts +21 -0
  225. package/types/calendar/src/calendar.props.d.ts +26 -0
  226. package/types/calendar/src/components/day/day-view.props.d.ts +34 -0
  227. package/types/calendar/src/components/header/header.props.d.ts +24 -0
  228. package/types/calendar/src/components/month/month-view.props.d.ts +69 -0
  229. package/types/calendar/src/components/week/week-view.component.d.ts +106 -0
  230. package/types/calendar/src/components/week/week-view.props.d.ts +51 -0
  231. package/types/calendar/src/composition/types.d.ts +57 -0
  232. package/types/calendar/src/composition/use-calendar.d.ts +2 -0
  233. package/types/calendar/src/composition/use-compare.d.ts +2 -0
  234. package/types/calendar/src/composition/use-date.d.ts +2 -0
  235. package/types/calendar/src/composition/use-event.d.ts +30 -0
  236. package/types/calendar/src/composition/use-month.d.ts +2 -0
  237. package/types/calendar/src/types/calendar.d.ts +13 -0
  238. package/types/calendar/src/types/common.d.ts +32 -0
  239. package/types/calendar/src/types/month-view.d.ts +23 -0
  240. package/types/calendar/src/types/month.d.ts +20 -0
  241. package/types/calendar/src/types/schedule.d.ts +35 -0
  242. package/types/capsule/index.d.ts +8 -0
  243. package/types/capsule/src/capsule.props.d.ts +67 -0
  244. package/types/checkbox/index.d.ts +1 -0
  245. package/types/checkbox/src/checkbox-group.component.d.ts +2 -146
  246. package/types/checkbox/src/checkbox-group.props.d.ts +2 -106
  247. package/types/checkbox/src/composition/types.d.ts +3 -3
  248. package/types/checkbox/src/schema/schema-mapper.d.ts +2 -0
  249. package/types/{combo-list/src/composition → color-picker}/index.d.ts +7 -3
  250. package/types/color-picker/src/color-picker.props.d.ts +62 -0
  251. package/types/color-picker/src/composition/class/base-color.class.d.ts +3 -0
  252. package/types/color-picker/src/composition/class/cmyk.class.d.ts +21 -0
  253. package/types/color-picker/src/composition/class/colors-table.class.d.ts +154 -0
  254. package/types/color-picker/src/composition/class/control.class.d.ts +47 -0
  255. package/types/color-picker/src/composition/class/helper.functions.d.ts +4 -0
  256. package/types/color-picker/src/composition/class/hsla.class.d.ts +21 -0
  257. package/types/color-picker/src/composition/class/hsva.class.d.ts +21 -0
  258. package/types/color-picker/src/composition/class/rgba.class.d.ts +21 -0
  259. package/types/{list-view/src/components/list-view-checkbox.component.d.ts → color-picker/src/composition/component/alpha.d.ts} +17 -17
  260. package/types/color-picker/src/composition/component/hue.d.ts +40 -0
  261. package/types/color-picker/src/composition/component/preset.d.ts +43 -0
  262. package/types/color-picker/src/composition/component/props/alpha.props.d.ts +16 -0
  263. package/types/color-picker/src/composition/component/props/hue.props.d.ts +19 -0
  264. package/types/color-picker/src/composition/component/props/preset.props.d.ts +20 -0
  265. package/types/color-picker/src/composition/component/props/sv-panel.props.d.ts +20 -0
  266. package/types/color-picker/src/composition/component/sv-panel.d.ts +43 -0
  267. package/types/combo-list/index.d.ts +2 -2
  268. package/types/combo-list/src/combo-list.props.d.ts +32 -263
  269. package/types/combo-list/src/components/list-container.props.d.ts +54 -0
  270. package/types/combo-list/src/composition/types.d.ts +10 -0
  271. package/types/combo-list/src/composition/use-data-source.d.ts +3 -0
  272. package/types/combo-list/src/designer/combo-list.design.component.d.ts +6 -0
  273. package/types/combo-list/src/schema/schema-mapper.d.ts +2 -0
  274. package/types/component/index.d.ts +26 -0
  275. package/types/component/src/component.props.d.ts +4 -0
  276. package/types/component/src/designer/types.d.ts +10 -0
  277. package/types/component/src/designer/use-designer-rules.d.ts +2 -0
  278. package/types/component/src/schema/schema-mapper.d.ts +2 -0
  279. package/types/{date-picker → condition}/index.d.ts +4 -8
  280. package/types/condition/src/composition/condition-value/checkbox-value.d.ts +13 -0
  281. package/types/condition/src/composition/condition-value/combo-lookup-value.d.ts +19 -0
  282. package/types/condition/src/composition/condition-value/date-picker-value.d.ts +25 -0
  283. package/types/condition/src/composition/condition-value/date-range-value.d.ts +18 -0
  284. package/types/condition/src/composition/condition-value/datetime-picker-value.d.ts +13 -0
  285. package/types/condition/src/composition/condition-value/dropdown-value.d.ts +18 -0
  286. package/types/condition/src/composition/condition-value/input-group-value.d.ts +21 -0
  287. package/types/condition/src/composition/condition-value/lookup-value.d.ts +21 -0
  288. package/types/condition/src/composition/condition-value/month-picker-value.d.ts +15 -0
  289. package/types/condition/src/composition/condition-value/month-range-value.d.ts +18 -0
  290. package/types/condition/src/composition/condition-value/number-range-value.d.ts +21 -0
  291. package/types/condition/src/composition/condition-value/number-spinner-value.d.ts +13 -0
  292. package/types/condition/src/composition/condition-value/radio-group-value.d.ts +13 -0
  293. package/types/condition/src/composition/condition-value/text-value.d.ts +13 -0
  294. package/types/condition/src/composition/condition-value/types.d.ts +9 -0
  295. package/types/condition/src/composition/types.d.ts +41 -0
  296. package/types/condition/src/composition/use-compare.d.ts +40 -0
  297. package/types/condition/src/composition/use-condition-value.d.ts +2 -0
  298. package/types/condition/src/composition/use-condition.d.ts +2 -0
  299. package/types/condition/src/composition/use-field-config.d.ts +4 -0
  300. package/types/condition/src/composition/use-selection.d.ts +4 -0
  301. package/types/condition/src/condition.props.d.ts +58 -0
  302. package/types/condition/src/types.d.ts +144 -0
  303. package/types/{number-spinner/src/composition/use-data.d.ts → content-container/index.d.ts} +11 -4
  304. package/types/content-container/src/content-container.props.d.ts +4 -0
  305. package/types/content-container/src/designer/use-designer-rules.d.ts +3 -0
  306. package/types/content-container/src/schema/schema-mapper.d.ts +2 -0
  307. package/types/data-grid/index.d.ts +3 -0
  308. package/types/data-grid/src/components/data/data-area.component.d.ts +1 -1
  309. package/types/data-grid/src/components/editors/commands.component.d.ts +18 -0
  310. package/types/data-grid/src/components/editors/date-picker.component.d.ts +3 -2
  311. package/types/data-grid/src/components/editors/text-area-editor.component.d.ts +3 -2
  312. package/types/data-grid/src/components/editors/text-editor.component.d.ts +3 -2
  313. package/types/data-grid/src/components/filter/boolean-filter-editor.component.d.ts +2 -0
  314. package/types/data-grid/src/components/filter/column-filter-container.component.d.ts +19 -0
  315. package/types/data-grid/src/components/filter/date-filter-editor.component.d.ts +2 -0
  316. package/types/data-grid/src/components/filter/enum-filter-editor.component.d.ts +3 -0
  317. package/types/data-grid/src/components/filter/list-filter-editor.component.d.ts +2 -0
  318. package/types/data-grid/src/components/filter/numeric-filter-editor.component.d.ts +2 -0
  319. package/types/data-grid/src/components/filter/text-filter-editor.component.d.ts +3 -0
  320. package/types/data-grid/src/components/group-panel/group-panel.component.d.ts +5 -0
  321. package/types/data-grid/src/components/header/data-grid-header-handler.component.d.ts +21 -0
  322. package/types/data-grid/src/components/header/data-grid-header.component.d.ts +2 -2
  323. package/types/data-grid/src/components/pagination/data-grid-pagination.component.d.ts +3 -3
  324. package/types/data-grid/src/components/scrollbar/horizontal-scrollbar.component.d.ts +1 -1
  325. package/types/data-grid/src/components/scrollbar/vertical-scrollbar.component.d.ts +1 -1
  326. package/types/data-grid/src/components/settings/data-grid-settings-icon.component.d.ts +21 -0
  327. package/types/data-grid/src/components/summary/data-grid-summary.component.d.ts +1 -1
  328. package/types/data-grid/src/composition/types.d.ts +137 -11
  329. package/types/data-grid/src/composition/use-column-filter.d.ts +3 -0
  330. package/types/data-grid/src/composition/use-column.d.ts +3 -0
  331. package/types/data-grid/src/composition/use-command-column.d.ts +3 -0
  332. package/types/data-grid/src/composition/use-data-view.d.ts +13 -3
  333. package/types/data-grid/src/composition/use-drag-column.d.ts +4 -0
  334. package/types/data-grid/src/composition/use-filter-history.d.ts +2 -0
  335. package/types/data-grid/src/composition/use-row.d.ts +18 -2
  336. package/types/data-grid/src/composition/use-selection.d.ts +3 -0
  337. package/types/data-grid/src/composition/use-sort.d.ts +3 -0
  338. package/types/data-grid/src/composition/use-virtual-scroll.d.ts +1 -1
  339. package/types/data-grid/src/composition/use-visual-data-bound.d.ts +2 -0
  340. package/types/data-grid/src/composition/use-visual-data-cell.d.ts +3 -0
  341. package/types/data-grid/src/composition/use-visual-data-row.d.ts +3 -0
  342. package/types/data-grid/src/composition/use-visual-data.d.ts +2 -2
  343. package/types/data-grid/src/composition/use-visual-summary-row.d.ts +3 -0
  344. package/types/data-grid/src/data-grid.props.d.ts +23 -161
  345. package/types/data-grid/src/schema/schema-mapper.d.ts +2 -0
  346. package/types/date-picker/src/components/calendar/calendar.component.d.ts +4 -4
  347. package/types/date-picker/src/components/calendar-navbar/calendar-navbar.component.d.ts +2 -2
  348. package/types/date-picker/src/components/date-picker-container/date-picker-container.component.d.ts +11 -11
  349. package/types/date-picker/src/components/month/month.component.d.ts +3 -3
  350. package/types/date-picker/src/components/year/year.component.d.ts +2 -2
  351. package/types/date-picker/src/date-picker.component.d.ts +2 -332
  352. package/types/date-picker/src/date-picker.props.d.ts +2 -151
  353. package/types/date-picker/src/designer/date-picker.design.component.d.ts +6 -0
  354. package/types/date-picker/src/schema/schema-mapper.d.ts +2 -0
  355. package/types/designer-canvas/index.d.ts +8 -0
  356. package/types/designer-canvas/src/components/designer-item.props.d.ts +3 -0
  357. package/types/designer-canvas/src/components/designer-placeholder.props.d.ts +7 -0
  358. package/types/designer-canvas/src/components/maps.d.ts +3 -0
  359. package/types/designer-canvas/src/components/toolbox.props.d.ts +11 -0
  360. package/types/designer-canvas/src/composition/types.d.ts +27 -0
  361. package/types/designer-canvas/src/designer-canvas.props.d.ts +3 -0
  362. package/types/designer-canvas/src/types.d.ts +40 -0
  363. package/types/discussion-editor/discussion-editor.component.d.ts +121 -0
  364. package/types/discussion-editor/discussion-editor.props.d.ts +69 -0
  365. package/types/discussion-editor/index.d.ts +23 -0
  366. package/types/discussion-editor/src/composition/use-discussion-editor.d.ts +15 -0
  367. package/types/discussion-editor/src/types/interface.d.ts +22 -0
  368. package/types/discussion-list/discussion-list.component.d.ts +70 -0
  369. package/types/discussion-list/discussion-list.props.d.ts +52 -0
  370. package/types/discussion-list/index.d.ts +23 -0
  371. package/types/dropdown/index.d.ts +9 -0
  372. package/types/dropdown/src/composition/function/use-dropdown.d.ts +26 -0
  373. package/types/dropdown/src/composition/props/dropdown.item.props.d.ts +46 -0
  374. package/types/dropdown/src/composition/props/dropdown.props.d.ts +99 -0
  375. package/types/dropdown/src/dropdown.component.d.ts +179 -0
  376. package/types/dropdown/src/dropdown.item.component.d.ts +76 -0
  377. package/types/dropdown/src/types.d.ts +46 -0
  378. package/types/dynamic-form/index.d.ts +14 -0
  379. package/types/dynamic-form/src/component/dynamic-form-group/dynamic-form-group.props.d.ts +4 -0
  380. package/types/dynamic-form/src/component/dynamic-form-label/dynamic-form-label.props.d.ts +15 -0
  381. package/types/dynamic-form/src/composition/types.d.ts +5 -0
  382. package/types/dynamic-form/src/dynamic-form.props.d.ts +3 -0
  383. package/types/dynamic-form/src/schema/schema-mapper.d.ts +2 -0
  384. package/types/dynamic-form/src/types.d.ts +17 -0
  385. package/types/dynamic-resolver/index.d.ts +3 -0
  386. package/types/dynamic-resolver/src/common/appearance-resolver.d.ts +6 -0
  387. package/types/dynamic-resolver/src/props-resolver.d.ts +2 -0
  388. package/types/dynamic-resolver/src/schema-resolver.d.ts +5 -0
  389. package/types/dynamic-resolver/src/types.d.ts +1 -0
  390. package/types/dynamic-view/index.d.ts +8 -0
  391. package/types/dynamic-view/src/components/maps.d.ts +4 -0
  392. package/types/dynamic-view/src/dynamic-view.props.d.ts +15 -0
  393. package/types/filter-bar/index.d.ts +7 -0
  394. package/types/filter-bar/src/components/ellipsis-button.component.d.ts +3 -0
  395. package/types/filter-bar/src/components/filter-item.component.d.ts +5 -0
  396. package/types/filter-bar/src/components/toolbar-component.d.ts +4 -0
  397. package/types/filter-bar/src/composition/types.d.ts +14 -0
  398. package/types/filter-bar/src/composition/use-filter-items.d.ts +4 -0
  399. package/types/filter-bar/src/filter-bar.props.d.ts +53 -0
  400. package/types/filter-bar/src/types.d.ts +9 -0
  401. package/types/image-cropper/index.d.ts +23 -0
  402. package/types/image-cropper/src/composition/type.d.ts +44 -0
  403. package/types/image-cropper/src/composition/use-check-aspect-ratio.d.ts +2 -0
  404. package/types/image-cropper/src/composition/use-image-cropper.d.ts +20 -0
  405. package/types/image-cropper/src/image-cropper.component.d.ts +248 -0
  406. package/types/image-cropper/src/image-cropper.props.d.ts +153 -0
  407. package/types/index.d.ts +5 -0
  408. package/types/input-group/index.d.ts +25 -0
  409. package/types/input-group/src/components/appended-button.component.d.ts +4 -0
  410. package/types/input-group/src/components/text-edit.component.d.ts +4 -0
  411. package/types/input-group/src/composition/types.d.ts +37 -0
  412. package/types/input-group/src/composition/use-appended-button.d.ts +4 -0
  413. package/types/input-group/src/composition/use-clear.d.ts +4 -0
  414. package/types/input-group/src/composition/use-password.d.ts +4 -0
  415. package/types/input-group/src/composition/use-text-box.d.ts +4 -0
  416. package/types/input-group/src/input-group.props.d.ts +4 -0
  417. package/types/input-group/src/schema/schema-mapper.d.ts +2 -0
  418. package/types/list-nav/index.d.ts +23 -0
  419. package/types/list-nav/src/list-nav.component.d.ts +61 -0
  420. package/types/list-nav/src/list-nav.props.d.ts +51 -0
  421. package/types/list-view/src/components/header/content-header.component.d.ts +6 -0
  422. package/types/list-view/src/components/header/search-header.component.d.ts +6 -0
  423. package/types/list-view/src/components/list-view-checkbox.props.d.ts +7 -0
  424. package/types/list-view/src/composition/types.d.ts +40 -0
  425. package/types/list-view/src/composition/use-data-view.d.ts +4 -0
  426. package/types/list-view/src/composition/use-draggable.d.ts +4 -0
  427. package/types/list-view/src/composition/use-hover.d.ts +2 -0
  428. package/types/list-view/src/composition/use-item.d.ts +4 -0
  429. package/types/list-view/src/composition/use-remove.d.ts +4 -0
  430. package/types/list-view/src/composition/use-search.d.ts +5 -0
  431. package/types/list-view/src/composition/use-selection.d.ts +4 -0
  432. package/types/list-view/src/list-view.component.d.ts +157 -14
  433. package/types/list-view/src/list-view.props.d.ts +76 -7
  434. package/types/loading/index.d.ts +23 -0
  435. package/types/loading/src/composition/types.d.ts +19 -0
  436. package/types/{combo-list/src/components/option.component.d.ts → loading/src/loading.component.d.ts} +24 -22
  437. package/types/loading/src/loading.props.d.ts +35 -0
  438. package/types/loading/src/loading.service.d.ts +4 -0
  439. package/types/locale/src/lib/locale.service.d.ts +26 -0
  440. package/types/locale/src/lib/locales/en-us/avatar.d.ts +7 -0
  441. package/types/locale/src/lib/locales/en-us/batch-edit-dialog.d.ts +15 -0
  442. package/types/locale/src/lib/locales/en-us/collapse.d.ts +4 -0
  443. package/types/locale/src/lib/locales/en-us/combo.d.ts +4 -0
  444. package/types/locale/src/lib/locales/en-us/datagrid.d.ts +103 -0
  445. package/types/locale/src/lib/locales/en-us/discussion-group.d.ts +25 -0
  446. package/types/locale/src/lib/locales/en-us/filter-editor.d.ts +50 -0
  447. package/types/locale/src/lib/locales/en-us/filter-panel.d.ts +25 -0
  448. package/types/locale/src/lib/locales/en-us/footer.d.ts +4 -0
  449. package/types/locale/src/lib/locales/en-us/index.d.ts +568 -0
  450. package/types/locale/src/lib/locales/en-us/language-label.d.ts +8 -0
  451. package/types/locale/src/lib/locales/en-us/list-filter.d.ts +6 -0
  452. package/types/locale/src/lib/locales/en-us/list-view.d.ts +3 -0
  453. package/types/locale/src/lib/locales/en-us/loading.d.ts +3 -0
  454. package/types/locale/src/lib/locales/en-us/lookup-config.d.ts +38 -0
  455. package/types/locale/src/lib/locales/en-us/lookup.d.ts +48 -0
  456. package/types/locale/src/lib/locales/en-us/messager.d.ts +28 -0
  457. package/types/locale/src/lib/locales/en-us/multi-select.d.ts +15 -0
  458. package/types/locale/src/lib/locales/en-us/notify.d.ts +3 -0
  459. package/types/locale/src/lib/locales/en-us/numeric.d.ts +7 -0
  460. package/types/locale/src/lib/locales/en-us/page-walker.d.ts +6 -0
  461. package/types/locale/src/lib/locales/en-us/pagination.d.ts +17 -0
  462. package/types/locale/src/lib/locales/en-us/progress-step.d.ts +3 -0
  463. package/types/locale/src/lib/locales/en-us/query-condition.d.ts +33 -0
  464. package/types/locale/src/lib/locales/en-us/query-solution.d.ts +41 -0
  465. package/types/locale/src/lib/locales/en-us/response-toolbar.d.ts +3 -0
  466. package/types/locale/src/lib/locales/en-us/scrollspy.d.ts +3 -0
  467. package/types/locale/src/lib/locales/en-us/section.d.ts +4 -0
  468. package/types/locale/src/lib/locales/en-us/sidebar.d.ts +3 -0
  469. package/types/locale/src/lib/locales/en-us/sort-editor.d.ts +15 -0
  470. package/types/locale/src/lib/locales/en-us/tabs.d.ts +3 -0
  471. package/types/locale/src/lib/locales/en-us/tag.d.ts +4 -0
  472. package/types/locale/src/lib/locales/en-us/text.d.ts +10 -0
  473. package/types/locale/src/lib/locales/en-us/treetable.d.ts +8 -0
  474. package/types/locale/src/lib/locales/en-us/verify-detail.d.ts +5 -0
  475. package/types/locale/src/lib/locales/index.d.ts +1712 -0
  476. package/types/locale/src/lib/locales/zh-CHT/avatar.d.ts +7 -0
  477. package/types/locale/src/lib/locales/zh-CHT/batch-edit-dialog.d.ts +15 -0
  478. package/types/locale/src/lib/locales/zh-CHT/collapse.d.ts +4 -0
  479. package/types/locale/src/lib/locales/zh-CHT/combo.d.ts +4 -0
  480. package/types/locale/src/lib/locales/zh-CHT/datagrid.d.ts +103 -0
  481. package/types/locale/src/lib/locales/zh-CHT/discussion-group.d.ts +25 -0
  482. package/types/locale/src/lib/locales/zh-CHT/filter-editor.d.ts +50 -0
  483. package/types/locale/src/lib/locales/zh-CHT/filter-panel.d.ts +25 -0
  484. package/types/locale/src/lib/locales/zh-CHT/footer.d.ts +4 -0
  485. package/types/locale/src/lib/locales/zh-CHT/index.d.ts +568 -0
  486. package/types/locale/src/lib/locales/zh-CHT/language-label.d.ts +8 -0
  487. package/types/locale/src/lib/locales/zh-CHT/list-filter.d.ts +6 -0
  488. package/types/locale/src/lib/locales/zh-CHT/list-view.d.ts +3 -0
  489. package/types/locale/src/lib/locales/zh-CHT/loading.d.ts +3 -0
  490. package/types/locale/src/lib/locales/zh-CHT/lookup-config.d.ts +38 -0
  491. package/types/locale/src/lib/locales/zh-CHT/lookup.d.ts +48 -0
  492. package/types/locale/src/lib/locales/zh-CHT/messager.d.ts +28 -0
  493. package/types/locale/src/lib/locales/zh-CHT/multi-select.d.ts +15 -0
  494. package/types/locale/src/lib/locales/zh-CHT/notify.d.ts +3 -0
  495. package/types/locale/src/lib/locales/zh-CHT/numeric.d.ts +7 -0
  496. package/types/locale/src/lib/locales/zh-CHT/page-walker.d.ts +6 -0
  497. package/types/locale/src/lib/locales/zh-CHT/pagination.d.ts +17 -0
  498. package/types/locale/src/lib/locales/zh-CHT/progress-step.d.ts +3 -0
  499. package/types/locale/src/lib/locales/zh-CHT/query-condition.d.ts +33 -0
  500. package/types/locale/src/lib/locales/zh-CHT/query-solution.d.ts +41 -0
  501. package/types/locale/src/lib/locales/zh-CHT/response-toolbar.d.ts +3 -0
  502. package/types/locale/src/lib/locales/zh-CHT/scrollspy.d.ts +3 -0
  503. package/types/locale/src/lib/locales/zh-CHT/section.d.ts +4 -0
  504. package/types/locale/src/lib/locales/zh-CHT/sidebar.d.ts +3 -0
  505. package/types/locale/src/lib/locales/zh-CHT/sort-editor.d.ts +15 -0
  506. package/types/locale/src/lib/locales/zh-CHT/tabs.d.ts +3 -0
  507. package/types/locale/src/lib/locales/zh-CHT/tag.d.ts +4 -0
  508. package/types/locale/src/lib/locales/zh-CHT/text.d.ts +10 -0
  509. package/types/locale/src/lib/locales/zh-CHT/treetable.d.ts +8 -0
  510. package/types/locale/src/lib/locales/zh-CHT/verify-detail.d.ts +5 -0
  511. package/types/locale/src/lib/locales/zh-cn/avatar.d.ts +7 -0
  512. package/types/locale/src/lib/locales/zh-cn/batch-edit-dialog.d.ts +15 -0
  513. package/types/locale/src/lib/locales/zh-cn/collapse.d.ts +4 -0
  514. package/types/locale/src/lib/locales/zh-cn/combo.d.ts +4 -0
  515. package/types/locale/src/lib/locales/zh-cn/datagrid.d.ts +105 -0
  516. package/types/locale/src/lib/locales/zh-cn/discussion-group.d.ts +25 -0
  517. package/types/locale/src/lib/locales/zh-cn/filter-editor.d.ts +50 -0
  518. package/types/locale/src/lib/locales/zh-cn/filter-panel.d.ts +25 -0
  519. package/types/locale/src/lib/locales/zh-cn/footer.d.ts +4 -0
  520. package/types/locale/src/lib/locales/zh-cn/index.d.ts +574 -0
  521. package/types/locale/src/lib/locales/zh-cn/language-label.d.ts +8 -0
  522. package/types/locale/src/lib/locales/zh-cn/list-filter.d.ts +6 -0
  523. package/types/locale/src/lib/locales/zh-cn/list-view.d.ts +3 -0
  524. package/types/locale/src/lib/locales/zh-cn/loading.d.ts +3 -0
  525. package/types/locale/src/lib/locales/zh-cn/lookup-config.d.ts +38 -0
  526. package/types/locale/src/lib/locales/zh-cn/lookup.d.ts +48 -0
  527. package/types/locale/src/lib/locales/zh-cn/messager.d.ts +32 -0
  528. package/types/locale/src/lib/locales/zh-cn/multi-select.d.ts +15 -0
  529. package/types/locale/src/lib/locales/zh-cn/notify.d.ts +3 -0
  530. package/types/locale/src/lib/locales/zh-cn/numeric.d.ts +7 -0
  531. package/types/locale/src/lib/locales/zh-cn/page-walker.d.ts +6 -0
  532. package/types/locale/src/lib/locales/zh-cn/pagination.d.ts +17 -0
  533. package/types/locale/src/lib/locales/zh-cn/progress-step.d.ts +3 -0
  534. package/types/locale/src/lib/locales/zh-cn/query-condition.d.ts +33 -0
  535. package/types/locale/src/lib/locales/zh-cn/query-solution.d.ts +41 -0
  536. package/types/locale/src/lib/locales/zh-cn/response-toolbar.d.ts +3 -0
  537. package/types/locale/src/lib/locales/zh-cn/scrollspy.d.ts +3 -0
  538. package/types/locale/src/lib/locales/zh-cn/section.d.ts +4 -0
  539. package/types/locale/src/lib/locales/zh-cn/sidebar.d.ts +3 -0
  540. package/types/locale/src/lib/locales/zh-cn/sort-editor.d.ts +15 -0
  541. package/types/locale/src/lib/locales/zh-cn/tabs.d.ts +3 -0
  542. package/types/locale/src/lib/locales/zh-cn/tag.d.ts +4 -0
  543. package/types/locale/src/lib/locales/zh-cn/text.d.ts +10 -0
  544. package/types/locale/src/lib/locales/zh-cn/treetable.d.ts +8 -0
  545. package/types/locale/src/lib/locales/zh-cn/verify-detail.d.ts +5 -0
  546. package/types/message-box/src/components/footer/footer.component.d.ts +4 -0
  547. package/types/message-box/src/components/message-content/reactive-content.component.d.ts +3 -0
  548. package/types/message-box/src/components/message-content/static-content.component.d.ts +3 -0
  549. package/types/message-box/src/components/message-detail/exception-message.component.d.ts +3 -0
  550. package/types/message-box/src/components/message-detail/static-message.component.d.ts +2 -0
  551. package/types/message-box/src/components/reactive-editor/textarea.component.d.ts +3 -0
  552. package/types/message-box/src/composition/types.d.ts +9 -0
  553. package/types/message-box/src/composition/use-copy.d.ts +1 -17
  554. package/types/message-box/src/composition/use-editor.d.ts +4 -0
  555. package/types/message-box/src/composition/use-feedback.d.ts +2 -0
  556. package/types/message-box/src/message-box.component.d.ts +17 -21
  557. package/types/message-box/src/message-box.props.d.ts +8 -6
  558. package/types/modal/index.d.ts +2 -1
  559. package/types/modal/src/modal.component.d.ts +3 -3
  560. package/types/modal/src/modal.service.d.ts +17 -0
  561. package/types/{data-grid/src/composition/use-edit.d.ts → nav/index.d.ts} +8 -3
  562. package/types/nav/src/composition/types.d.ts +6 -0
  563. package/types/nav/src/nav.component.d.ts +87 -0
  564. package/types/nav/src/nav.props.d.ts +62 -0
  565. package/types/number-range/index.d.ts +1 -0
  566. package/types/number-range/src/components/spinner.component.d.ts +4 -0
  567. package/types/number-range/src/components/text-box.component.d.ts +4 -0
  568. package/types/number-range/src/composition/types.d.ts +31 -29
  569. package/types/number-range/src/composition/use-format.d.ts +4 -0
  570. package/types/number-range/src/composition/use-number.d.ts +4 -0
  571. package/types/number-range/src/composition/use-spinner.d.ts +4 -0
  572. package/types/number-range/src/composition/use-text-box.d.ts +4 -0
  573. package/types/number-range/src/number-range.component.d.ts +2 -245
  574. package/types/number-range/src/number-range.props.d.ts +3 -200
  575. package/types/number-range/src/schema/schema-mapper.d.ts +2 -0
  576. package/types/number-spinner/index.d.ts +2 -0
  577. package/types/number-spinner/src/components/spinner.component.d.ts +4 -0
  578. package/types/number-spinner/src/components/text-box.component.d.ts +4 -0
  579. package/types/number-spinner/src/composition/types.d.ts +33 -28
  580. package/types/number-spinner/src/composition/use-format.d.ts +4 -0
  581. package/types/number-spinner/src/composition/use-number.d.ts +4 -0
  582. package/types/number-spinner/src/composition/use-spinner.d.ts +4 -0
  583. package/types/number-spinner/src/composition/use-text-box.d.ts +4 -0
  584. package/types/number-spinner/src/designer/number-spinner.component.d.ts +6 -0
  585. package/types/number-spinner/src/number-spinner.component.d.ts +2 -200
  586. package/types/number-spinner/src/number-spinner.props.d.ts +3 -165
  587. package/types/number-spinner/src/schema/schema-mapper.d.ts +2 -0
  588. package/types/order/index.d.ts +8 -0
  589. package/types/order/src/order.props.d.ts +44 -0
  590. package/types/overlay/src/overlay.component.d.ts +6 -0
  591. package/types/overlay/src/overlay.props.d.ts +4 -1
  592. package/types/overlay/src/overlay.service.d.ts +16 -0
  593. package/types/page-footer/index.d.ts +8 -0
  594. package/types/page-footer/src/page-footer.props.d.ts +40 -0
  595. package/types/page-header/index.d.ts +10 -0
  596. package/types/page-header/src/page-header.props.d.ts +4 -0
  597. package/types/page-header/src/schema/schema-mapper.d.ts +2 -0
  598. package/types/pagination/src/components/pages/page-list.component.d.ts +1 -1
  599. package/types/pagination/src/pagination.components.d.ts +1 -1
  600. package/types/popover/src/composition/types.d.ts +24 -0
  601. package/types/popover/src/composition/use-host.d.ts +3 -0
  602. package/types/popover/src/composition/use-popup.d.ts +4 -0
  603. package/types/popover/src/composition/use-position.d.ts +4 -0
  604. package/types/popover/src/composition/use-resize.d.ts +4 -0
  605. package/types/popover/src/popover.component.d.ts +78 -0
  606. package/types/popover/src/popover.props.d.ts +37 -1
  607. package/types/propress/index.d.ts +8 -0
  608. package/types/propress/src/progress.props.d.ts +49 -0
  609. package/types/query-solution/index.d.ts +25 -0
  610. package/types/query-solution/src/designer/query-solution.design.component.d.ts +6 -0
  611. package/types/query-solution/src/query-solution.component.d.ts +6 -0
  612. package/types/query-solution/src/query-solution.d.ts +40 -0
  613. package/types/query-solution/src/query-solution.props.d.ts +19 -0
  614. package/types/query-solution/src/schema/preset-resolver.d.ts +5 -0
  615. package/types/query-solution/src/schema/schema-mapper.d.ts +2 -0
  616. package/types/radio-group/index.d.ts +1 -0
  617. package/types/radio-group/src/radio-group.component.d.ts +2 -89
  618. package/types/radio-group/src/radio-group.props.d.ts +2 -70
  619. package/types/radio-group/src/schema/schema-mapper.d.ts +2 -0
  620. package/types/{combo-list/src/composition/use-option.d.ts → rate/index.d.ts} +8 -4
  621. package/types/rate/src/rate.component.d.ts +124 -0
  622. package/types/rate/src/rate.props.d.ts +86 -0
  623. package/types/response-toolbar/index.d.ts +10 -0
  624. package/types/response-toolbar/src/components/dropdown/toolbar-dropdown-menu.component.d.ts +5 -0
  625. package/types/response-toolbar/src/components/dropdown/toolbar-dropdown.component.d.ts +7 -0
  626. package/types/response-toolbar/src/composition/types.d.ts +9 -0
  627. package/types/response-toolbar/src/composition/use-icon.d.ts +2 -0
  628. package/types/response-toolbar/src/composition/use-toolbar-item.d.ts +2 -0
  629. package/types/response-toolbar/src/response-toolbar.props.d.ts +26 -0
  630. package/types/response-toolbar/src/types/response-toolbar-dropdwon-item.d.ts +13 -0
  631. package/types/response-toolbar/src/types/response-toolbar-group.d.ts +19 -0
  632. package/types/response-toolbar/src/types/response-toolbar-item-base.d.ts +36 -0
  633. package/types/response-toolbar/src/types/response-toolbar-item.d.ts +4 -0
  634. package/types/search-box/index.d.ts +24 -0
  635. package/types/search-box/src/components/search-box-container.props.d.ts +21 -0
  636. package/types/search-box/src/schema/schema-mapper.d.ts +2 -0
  637. package/types/search-box/src/search-box.props.d.ts +4 -0
  638. package/types/section/index.d.ts +2 -0
  639. package/types/section/src/schema/schema-mapper.d.ts +2 -0
  640. package/types/section/src/section.component.d.ts +2 -185
  641. package/types/section/src/section.props.d.ts +3 -86
  642. package/types/splitter/index.d.ts +10 -0
  643. package/types/splitter/src/components/splitter-pane.props.d.ts +5 -0
  644. package/types/splitter/src/composition/types.d.ts +23 -0
  645. package/types/splitter/src/composition/use-resize-handle.d.ts +3 -0
  646. package/types/splitter/src/composition/use-resize-pane.d.ts +3 -0
  647. package/types/splitter/src/schema/splitter-pane-schema-mapper.d.ts +2 -0
  648. package/types/splitter/src/schema/splitter-schema-mapper.d.ts +2 -0
  649. package/types/splitter/src/splitter.props.d.ts +5 -0
  650. package/types/step/index.d.ts +8 -0
  651. package/types/step/src/step.props.d.ts +46 -0
  652. package/types/switch/index.d.ts +1 -0
  653. package/types/switch/src/schema/schema-mapper.d.ts +2 -0
  654. package/types/switch/src/switch.component.d.ts +2 -64
  655. package/types/switch/src/switch.props.d.ts +3 -35
  656. package/types/tabs/index.d.ts +2 -0
  657. package/types/tabs/src/components/more-pages-button.component.d.ts +5 -0
  658. package/types/tabs/src/components/tab-header-dropdown-menu.component.d.ts +5 -0
  659. package/types/tabs/src/components/tab-header-item.component.d.ts +4 -0
  660. package/types/tabs/src/components/tab-header.component.d.ts +4 -0
  661. package/types/tabs/src/components/tab-page.component.d.ts +2 -99
  662. package/types/tabs/src/components/tab-page.props.d.ts +3 -47
  663. package/types/tabs/src/composition/types.d.ts +36 -5
  664. package/types/tabs/src/composition/use-dropdown.d.ts +3 -0
  665. package/types/tabs/src/composition/use-nav.d.ts +4 -0
  666. package/types/tabs/src/composition/use-one-page.d.ts +4 -0
  667. package/types/tabs/src/composition/use-tabs.d.ts +3 -2
  668. package/types/tabs/src/schema/schema-mapper.d.ts +2 -0
  669. package/types/tabs/src/tabs.props.d.ts +5 -69
  670. package/types/tags/index.d.ts +8 -0
  671. package/types/tags/src/composition/types.d.ts +13 -0
  672. package/types/tags/src/composition/use-draggable.d.ts +4 -0
  673. package/types/tags/src/tags.props.d.ts +92 -0
  674. package/types/time-picker/index.d.ts +11 -0
  675. package/types/time-picker/src/components/time-holder.d.ts +82 -0
  676. package/types/time-picker/src/components/time.props.d.ts +48 -0
  677. package/types/time-picker/src/components/utils/check.d.ts +1 -0
  678. package/types/time-picker/src/schema/schema-mapper.d.ts +2 -0
  679. package/types/time-picker/src/time-picker.props.d.ts +4 -0
  680. package/types/transfer/index.d.ts +8 -0
  681. package/types/transfer/src/transfer.props.d.ts +71 -0
  682. package/types/tree-view/index.d.ts +8 -0
  683. package/types/tree-view/src/components/data/control-tree-view.component.d.ts +108 -0
  684. package/types/tree-view/src/components/data/tree-area.component.d.ts +8 -0
  685. package/types/tree-view/src/composition/types.d.ts +97 -0
  686. package/types/tree-view/src/composition/use-auto-check-children-and-cascade.d.ts +4 -0
  687. package/types/tree-view/src/composition/use-tree-data-view.d.ts +21 -0
  688. package/types/tree-view/src/composition/use-tree-node-icon.d.ts +4 -0
  689. package/types/tree-view/src/composition/use-tree-node-lines.d.ts +3 -0
  690. package/types/tree-view/src/composition/use-visual-tree-node.d.ts +9 -0
  691. package/types/tree-view/src/control-tree-view.props.d.ts +58 -0
  692. package/types/tree-view/src/tree-view.component.d.ts +97 -0
  693. package/types/tree-view/src/tree-view.props.d.ts +54 -0
  694. package/types/uploader/index.d.ts +25 -0
  695. package/types/uploader/src/components/sub-component.props.d.ts +63 -0
  696. package/types/uploader/src/components/upload-progress.component.d.ts +41 -0
  697. package/types/uploader/src/composition/type.d.ts +135 -0
  698. package/types/uploader/src/service/get-service.d.ts +2 -0
  699. package/types/uploader/src/uploader.props.d.ts +156 -0
  700. package/types/verify-detail/index.d.ts +23 -0
  701. package/types/verify-detail/src/verify-detail.component.d.ts +70 -0
  702. package/types/verify-detail/src/verify-detail.props.d.ts +36 -0
  703. package/uploader/index.esm.js +1972 -0
  704. package/uploader/index.umd.js +17 -0
  705. package/uploader/package.json +8 -0
  706. package/uploader/style.css +1 -0
  707. package/verify-detail/index.esm.js +187 -0
  708. package/verify-detail/index.umd.js +1 -0
  709. package/verify-detail/package.json +8 -0
  710. package/verify-detail/style.css +1 -0
  711. package/types/combo-list/src/combo-list.component.d.ts +0 -232
  712. package/types/combo-list/src/components/panel.component.d.ts +0 -25
  713. package/types/combo-list/src/composition/use-combo-list.d.ts +0 -30
  714. package/types/combo-list/src/composition/use-options.d.ts +0 -2
  715. package/types/combo-list/src/composition/use-panel.d.ts +0 -8
  716. package/types/combo-list/src/const.d.ts +0 -40
  717. package/types/combo-list/src/types.d.ts +0 -186
  718. package/types/data-grid/src/data-grid.component.d.ts +0 -278
  719. package/types/message-box/src/message-box.service.d.ts +0 -20
  720. package/types/number-range/src/composition/use-data.d.ts +0 -19
  721. package/types/number-range/src/composition/use-util.d.ts +0 -19
  722. package/types/number-spinner/src/composition/use-util.d.ts +0 -19
  723. package/types/tabs/src/tabs.component.d.ts +0 -151
@@ -0,0 +1,3559 @@
1
+ var nt = Object.defineProperty;
2
+ var ot = (e, t, n) => t in e ? nt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
+ var Y = (e, t, n) => (ot(e, typeof t != "symbol" ? t + "" : t, n), n);
4
+ import { ref as f, createVNode as p, computed as E, withDirectives as at, resolveDirective as lt, watch as rt, defineComponent as ge, onMounted as it, createTextVNode as pe, resolveComponent as st } from "vue";
5
+ import { templateRef as ct } from "@vueuse/core";
6
+ const ut = {
7
+ cancelVisible: { Type: Boolean, default: !0 },
8
+ personnelsPrimaryKey: { Type: String, default: "id" },
9
+ personnelsDisplayKey: { Type: String, default: "name" },
10
+ replyPersonnelsDisplayKey: { Type: String, default: "userName" },
11
+ editHeight: { Type: Number, default: 130 },
12
+ type: { Type: String, default: "user" },
13
+ orgUrl: { Type: String, default: "" },
14
+ personSearchUrl: { Type: String, default: "" },
15
+ sectionData: { Type: Object, default: [] },
16
+ replyUser: { Type: Object, default: { id: {} } },
17
+ personnels: { Type: Object, default: [] },
18
+ attachFiles: { Type: Object, default: {} }
19
+ };
20
+ var $ = /* @__PURE__ */ ((e) => (e[e.Cancel = 0] = "Cancel", e[e.Confirm = 1] = "Confirm", e))($ || {});
21
+ const dt = {};
22
+ function ye(e) {
23
+ const { properties: t } = e;
24
+ return Object.keys(t).reduce((o, a) => (o[a] = t[a].type === "object" && t[a].properties ? ye(t[a]) : t[a].default, o), {});
25
+ }
26
+ function pt(e, t) {
27
+ const n = ye(t);
28
+ return Object.keys(e).reduce((o, a) => (o[a] = e[a], o), n), n;
29
+ }
30
+ function ft(e, t) {
31
+ return Object.keys(e).filter((o) => e[o] != null).reduce((o, a) => {
32
+ if (t.has(a)) {
33
+ const l = t.get(a);
34
+ if (typeof l == "string")
35
+ o[l] = e[a];
36
+ else {
37
+ const r = l(a, e[a]);
38
+ Object.assign(o, r);
39
+ }
40
+ } else
41
+ o[a] = e[a];
42
+ return o;
43
+ }, {});
44
+ }
45
+ function mt(e, t, n = /* @__PURE__ */ new Map()) {
46
+ const o = pt(e, t);
47
+ return ft(o, n);
48
+ }
49
+ function vt(e, t, n = /* @__PURE__ */ new Map()) {
50
+ return dt[t.title] = t, (o) => {
51
+ const a = mt(o, t, n), l = Object.keys(e).reduce((r, i) => (r[i] = e[i].default, r), {});
52
+ return Object.assign(l, a);
53
+ };
54
+ }
55
+ function ht(e, t) {
56
+ return { customClass: t.class };
57
+ }
58
+ const gt = "https://json-schema.org/draft/2020-12/schema", yt = "https://farris-design.gitee.io/input-group.schema.json", bt = "input-group", Tt = "A Farris Input Component", Lt = "object", Ct = {
59
+ id: {
60
+ description: "The unique identifier for a Input Group",
61
+ type: "string"
62
+ },
63
+ type: {
64
+ description: "The type string of Input Group component",
65
+ type: "string",
66
+ default: "input-group"
67
+ },
68
+ appearance: {
69
+ description: "",
70
+ type: "object",
71
+ properties: {
72
+ class: {
73
+ type: "string"
74
+ },
75
+ style: {
76
+ type: "string"
77
+ }
78
+ },
79
+ default: {}
80
+ },
81
+ binding: {
82
+ description: "",
83
+ type: "object",
84
+ default: {}
85
+ },
86
+ editable: {
87
+ description: "",
88
+ type: "boolean",
89
+ default: !0
90
+ },
91
+ enableLinkLabel: {
92
+ description: "",
93
+ type: "boolean",
94
+ default: !1
95
+ },
96
+ label: {
97
+ description: "",
98
+ type: "string",
99
+ default: ""
100
+ },
101
+ lableWidth: {
102
+ description: "",
103
+ type: "number"
104
+ },
105
+ placeHolder: {
106
+ description: "",
107
+ type: "string",
108
+ default: ""
109
+ },
110
+ readonly: {
111
+ description: "",
112
+ type: "boolean",
113
+ default: !1
114
+ },
115
+ required: {
116
+ description: "",
117
+ type: "boolean",
118
+ default: !1
119
+ },
120
+ tabindex: {
121
+ description: "",
122
+ type: "number",
123
+ default: -1
124
+ },
125
+ textAlign: {
126
+ description: "",
127
+ type: "string",
128
+ enum: [
129
+ "left",
130
+ "middle",
131
+ "right"
132
+ ],
133
+ default: "left"
134
+ },
135
+ visible: {
136
+ description: "",
137
+ type: "boolean",
138
+ default: !0
139
+ },
140
+ onBlur: {
141
+ description: "",
142
+ type: "string",
143
+ default: ""
144
+ },
145
+ onClickLinkLabel: {
146
+ description: "",
147
+ type: "sting",
148
+ default: ""
149
+ },
150
+ addonDisabled: {
151
+ description: "",
152
+ type: "boolean",
153
+ default: !1
154
+ },
155
+ addonContent: {
156
+ description: "",
157
+ type: "string",
158
+ default: ""
159
+ },
160
+ autoHeight: {
161
+ description: "",
162
+ type: "boolean",
163
+ default: !1
164
+ },
165
+ enableAddon: {
166
+ description: "",
167
+ type: "boolean",
168
+ default: !1
169
+ },
170
+ addonType: {
171
+ description: "",
172
+ type: "string",
173
+ enum: [
174
+ "button",
175
+ "static"
176
+ ],
177
+ default: "button"
178
+ },
179
+ enableClear: {
180
+ description: "",
181
+ type: "boolean",
182
+ default: !0
183
+ },
184
+ enableViewPassword: {
185
+ description: "",
186
+ type: "boolean",
187
+ default: !1
188
+ },
189
+ inputType: {
190
+ description: "",
191
+ type: "string",
192
+ enum: [
193
+ "input",
194
+ "password",
195
+ "text"
196
+ ],
197
+ default: "input"
198
+ },
199
+ maxHeight: {
200
+ description: "",
201
+ type: "number",
202
+ default: 500
203
+ },
204
+ popup: {
205
+ description: "",
206
+ type: "object",
207
+ properties: {
208
+ footerButtons: {
209
+ type: "array",
210
+ default: []
211
+ },
212
+ height: {
213
+ type: "number",
214
+ default: 600
215
+ },
216
+ dataMapping: {
217
+ type: "object"
218
+ },
219
+ contents: {
220
+ type: "array",
221
+ default: []
222
+ },
223
+ showMaxButton: {
224
+ type: "boolean",
225
+ default: !0
226
+ },
227
+ showCloseButton: {
228
+ type: "boolean",
229
+ default: !0
230
+ },
231
+ showFooter: {
232
+ type: "boolean",
233
+ default: !0
234
+ },
235
+ title: {
236
+ type: "string",
237
+ default: ""
238
+ },
239
+ width: {
240
+ type: "number",
241
+ default: 800
242
+ }
243
+ }
244
+ },
245
+ showButtonWhenDisabled: {
246
+ description: "",
247
+ type: "boolean",
248
+ default: !1
249
+ },
250
+ onClear: {
251
+ description: "",
252
+ type: "string",
253
+ default: ""
254
+ }
255
+ }, Et = [
256
+ "id",
257
+ "type"
258
+ ], St = {
259
+ $schema: gt,
260
+ $id: yt,
261
+ title: bt,
262
+ description: Tt,
263
+ type: Lt,
264
+ properties: Ct,
265
+ required: Et
266
+ }, At = /* @__PURE__ */ new Map([
267
+ ["appearance", ht]
268
+ ]), be = {
269
+ /** 是否自动完成 */
270
+ autocomplete: { Type: String, default: "off" },
271
+ /** 自定义CLASS */
272
+ customClass: { Type: String, default: "" },
273
+ /** 禁用 */
274
+ disabled: { Type: Boolean, default: !1 },
275
+ /** 允许编辑 */
276
+ editable: { Type: Boolean, default: !0 },
277
+ /** 启用清除按钮 */
278
+ enableClear: { Type: Boolean, default: !0 },
279
+ enableTitle: { Type: Boolean, default: !0 },
280
+ enableViewPassword: { Type: Boolean, default: !0 },
281
+ extendInfo: { Type: String, default: "" },
282
+ forcePlaceholder: { Type: Boolean, default: !1 },
283
+ /** 扩展按钮 */
284
+ groupText: { Type: String, default: "" },
285
+ groupTextTemplate: { Type: ct, default: f(null) },
286
+ isPassword: { Type: Boolean, default: !1 },
287
+ maxLength: { Type: Number || void 0, default: void 0 },
288
+ minLength: { Type: Number || void 0, default: void 0 },
289
+ /** 组件值 */
290
+ modelValue: { type: String, default: "" },
291
+ noborder: { Type: Boolean, default: !1 },
292
+ /** 启用提示信息 */
293
+ placeholder: { Type: String, default: "" },
294
+ /** 只读 */
295
+ readonly: { Type: Boolean, default: !1 },
296
+ /** 当组件禁用或只读时显示后边的按钮 */
297
+ showButtonWhenDisabled: { Type: Boolean, default: !1 },
298
+ tabIndex: { Type: Number || void 0, default: void 0 },
299
+ /** 文本在输入框中的对齐方式 */
300
+ textAlign: { Type: String, default: "left" },
301
+ /** 扩展信息;在输入框前面 显示 ① 图标鼠标滑过后显示 */
302
+ useExtendInfo: { Type: Boolean, default: !1 },
303
+ /** 输入值 */
304
+ value: { Type: String, default: "" }
305
+ };
306
+ vt(be, St, At);
307
+ function xt(e, t, n, o) {
308
+ const a = f(e.autocomplete), l = f(e.enableTitle), {
309
+ disabled: r,
310
+ modelValue: i
311
+ } = o, {
312
+ isPassword: d
313
+ } = n, s = f(e.minLength), m = f(e.maxLength), y = f(e.tabIndex), {
314
+ inputGroupEditorClass: u,
315
+ inputType: v,
316
+ onBlur: T,
317
+ onEnter: g,
318
+ onInputClick: _,
319
+ onInputFocus: P,
320
+ onMousedown: O,
321
+ onTextBoxValueChange: I,
322
+ readonly: k,
323
+ textBoxPlaceholder: h
324
+ } = o;
325
+ return () => p("input", {
326
+ name: "input-group-value",
327
+ class: u.value,
328
+ title: l.value && !d.value ? i.value : "",
329
+ type: v.value,
330
+ placeholder: h.value,
331
+ autocomplete: a.value,
332
+ readonly: k.value,
333
+ value: i.value,
334
+ disabled: r.value,
335
+ onBlur: (b) => T(b),
336
+ onMousedown: (b) => O(b),
337
+ onChange: (b) => I(b),
338
+ onKeypress: (b) => g(b),
339
+ onFocus: (b) => P(b),
340
+ onClick: (b) => _(b),
341
+ minlength: s.value,
342
+ maxlength: m.value,
343
+ onKeyup: (b) => t.emit("keyupHandle", b),
344
+ onKeydown: (b) => t.emit("keydownHandle", b),
345
+ tabindex: y.value
346
+ }, null);
347
+ }
348
+ function Ot(e, t, n, o, a) {
349
+ const {
350
+ appendedButtonClass: l,
351
+ appendedContent: r,
352
+ appendedContentTemplate: i
353
+ } = n, d = E(() => e.showButtonWhenDisabled && (!e.editable || !e.readonly) && !e.disabled), s = E(() => r.value && !i.value), m = E(() => i.value), {
354
+ clearButtonClass: y,
355
+ clearButtonStyle: u,
356
+ onClearValue: v,
357
+ shouldShowClearButton: T
358
+ } = o;
359
+ function g() {
360
+ return p("span", {
361
+ id: "clearIcon",
362
+ class: y.value,
363
+ style: u.value,
364
+ onClick: (C) => v(C)
365
+ }, [p("i", {
366
+ class: "f-icon modal_close"
367
+ }, null)]);
368
+ }
369
+ function _(C) {
370
+ t.emit("iconMouseEnter", C);
371
+ }
372
+ function P(C) {
373
+ t.emit("iconMouseLeave", C);
374
+ }
375
+ function O(C) {
376
+ d.value && t.emit("clickHandle", {
377
+ originalEvent: C
378
+ }), C.stopPropagation();
379
+ }
380
+ const I = e.isPassword ? a.onClickAppendedButton : O;
381
+ function k() {
382
+ return p("span", {
383
+ class: "input-group-text",
384
+ onMouseenter: (C) => _(C),
385
+ onMouseleave: (C) => P(C),
386
+ innerHTML: r.value,
387
+ onClick: (C) => I(C)
388
+ }, null);
389
+ }
390
+ function h() {
391
+ return at(p("template", null, null), [[lt("slot"), "appendedContentTemplate"]]);
392
+ }
393
+ function b() {
394
+ return s.value ? k : m.value ? h : g;
395
+ }
396
+ const A = b();
397
+ return () => p("div", {
398
+ class: l.value
399
+ }, [T.value && A()]);
400
+ }
401
+ function wt(e, t) {
402
+ const n = f("text"), o = f(e.modelValue), a = f(e.textAlign), l = f(e.noborder), r = E(() => (e.disabled || e.readonly) && !e.forcePlaceholder ? "" : e.placeholder), i = E(() => e.editable || !e.readonly), d = E(() => e.readonly || !e.editable), s = E(() => o.value === "" || o.value === null || o.value === void 0), m = f(e.disabled), y = f(e.editable), u = "f-state-focus", v = E(() => ({
403
+ "form-control": !0,
404
+ "f-utils-fill": !0,
405
+ "text-left": a.value === "left",
406
+ "text-center": a.value === "center",
407
+ "text-right": a.value === "right"
408
+ }));
409
+ function T(h) {
410
+ return document.documentElement.classList.remove(u), t.emit("blurHandle", h), h.stopPropagation(), !1;
411
+ }
412
+ function g(h) {
413
+ t.emit("enterHandle", { originalEvent: h });
414
+ }
415
+ function _(h) {
416
+ h.target.tagName !== "INPUT" && h.preventDefault(), h.stopPropagation();
417
+ }
418
+ function P(h, b = !0) {
419
+ o.value !== h && (o.value = h, b && t.emit("change", h), t.emit("update:modelValue", h));
420
+ }
421
+ function O(h) {
422
+ e.disabled || (l.value || document.documentElement.classList.add(u), i.value && t.emit("focusHandle", h));
423
+ }
424
+ function I(h) {
425
+ t.emit("inputClick", h);
426
+ }
427
+ function k(h) {
428
+ const b = h.target.value;
429
+ h.stopPropagation(), P(b);
430
+ }
431
+ return {
432
+ changeTextBoxValue: P,
433
+ disabled: m,
434
+ editable: y,
435
+ inputGroupEditorClass: v,
436
+ inputType: n,
437
+ isEmpty: s,
438
+ readonly: d,
439
+ modelValue: o,
440
+ onBlur: T,
441
+ onEnter: g,
442
+ onInputClick: I,
443
+ onInputFocus: O,
444
+ onMousedown: _,
445
+ onTextBoxValueChange: k,
446
+ textBoxPlaceholder: r
447
+ };
448
+ }
449
+ function _t(e, t) {
450
+ const n = f(e.groupText), o = f(e.groupTextTemplate), a = E(() => e.showButtonWhenDisabled && (e.readonly || e.disabled)), l = E(() => e.enableClear || !!e.groupText || !!e.groupTextTemplate);
451
+ return { appendedButtonClass: E(() => ({
452
+ "input-group-append": !0,
453
+ "append-force-show": a.value
454
+ })), appendedContent: n, appendedContentTemplate: o, shouldShowAppendedButton: l };
455
+ }
456
+ function Ht(e, t, n) {
457
+ const o = f(!1), a = E(() => e.enableClear && !e.readonly && !e.disabled), { changeTextBoxValue: l, isEmpty: r } = n, i = E(() => ({
458
+ "input-group-text": !0,
459
+ "input-group-clear": !0
460
+ })), d = E(() => ({
461
+ width: "24px",
462
+ display: o.value ? "flex" : "none"
463
+ }));
464
+ function s(u) {
465
+ u.stopPropagation(), a.value && (l(""), o.value = !1, t.emit("clear"));
466
+ }
467
+ function m(u) {
468
+ a.value && !r.value && (o.value = !0);
469
+ }
470
+ function y(u) {
471
+ a.value && (o.value = !1);
472
+ }
473
+ return { clearButtonClass: i, clearButtonStyle: d, hasShownClearButton: o, onClearValue: s, onMouseEnter: m, onMouseLeave: y, shouldShowClearButton: a };
474
+ }
475
+ function Pt(e, t, n, o) {
476
+ const { appendedContent: a } = o, l = f(e.enableViewPassword), r = f(e.isPassword), i = '<span class="f-icon f-icon-eye" style="color: rgb(56, 143, 255);"></span>', d = '<span class="f-icon f-icon-eye"></span>', s = f(!1);
477
+ rt(() => [e.readonly, e.disabled], ([u, v]) => {
478
+ r.value && (n.value = u || v ? "password" : n.value, a.value = u || v ? d : a.value);
479
+ });
480
+ function m() {
481
+ return s.value = !s.value, n.value = s.value ? "text" : "password", a.value = s.value ? i : d, !1;
482
+ }
483
+ function y() {
484
+ n.value = r.value ? "password" : "text", a.value = r.value ? l.value ? d : "" : a.value;
485
+ }
486
+ return y(), { isPassword: r, onClickAppendedButton: m };
487
+ }
488
+ const It = /* @__PURE__ */ ge({
489
+ name: "FInputGroup",
490
+ props: be,
491
+ emits: ["updateExtendInfo", "clear", "valueChange", "clickHandle", "blurHandle", "focusHandle", "enterHandle", "iconMouseEnter", "iconMouseLeave", "keyupHandle", "keydownHandle", "inputClick"],
492
+ setup(e, t) {
493
+ const n = wt(e, t), {
494
+ disabled: o,
495
+ editable: a,
496
+ inputType: l,
497
+ readonly: r
498
+ } = n, i = _t(e), {
499
+ shouldShowAppendedButton: d
500
+ } = i, s = Ht(e, t, n), {
501
+ onMouseEnter: m,
502
+ onMouseLeave: y
503
+ } = s, u = Pt(e, t, l, i), v = xt(e, t, u, n), T = Ot(e, t, i, s, u), g = E(() => {
504
+ const _ = {
505
+ "f-cmp-inputgroup": !0,
506
+ "input-group": !0,
507
+ "f-state-disabled": o.value,
508
+ "f-state-editable": a.value && !o.value && !r.value,
509
+ "f-state-readonly": r.value && !o.value
510
+ };
511
+ return (e.customClass || "").split(" ").reduce((O, I) => (O[I] = !0, O), _), _;
512
+ });
513
+ return () => p("div", {
514
+ id: "inputGroup",
515
+ class: g.value,
516
+ onMouseenter: m,
517
+ onMouseleave: y
518
+ }, [v(), d.value && T()]);
519
+ }
520
+ }), Dt = {
521
+ emptyMessage: "Empty Data"
522
+ }, kt = {
523
+ placeholder: "Please Select",
524
+ emptyMsg: "Empty Data"
525
+ }, Mt = {
526
+ saveAsDialog: {
527
+ queryPlanName: "Query Plan Name",
528
+ setAsDefault: "Set as default",
529
+ confirm: "Confirm",
530
+ cancel: "Cancel",
531
+ placeholder: "Please input query solution name",
532
+ pleaseInput: "Please input query solution name",
533
+ title: "New Query Solution",
534
+ maxLength: "Query solution name exceeding nine characters"
535
+ },
536
+ manageDialog: {
537
+ name: "Name",
538
+ property: "Property",
539
+ default: "Default",
540
+ operation: "Action",
541
+ confirm: "Confirm",
542
+ cancel: "Cancel",
543
+ planNameDuplicated: "{0} is duplicated",
544
+ system: "System Plan",
545
+ personal: "Personal Plan"
546
+ },
547
+ container: {
548
+ default: "Default",
549
+ manage: "Edit",
550
+ arrowUp: "Fold",
551
+ arrowDown: "Unfold",
552
+ saveAs: "Save As",
553
+ empty: "empty",
554
+ save: "Save",
555
+ pleaseInput: "Property 'formId' is required",
556
+ saveSuccess: "Query Plan Saved",
557
+ saveFail: "Query Plan didn't save",
558
+ planManage: "Edit Query Plan",
559
+ clear: "Clear conditions",
560
+ require: "Please fill the {fields} before query",
561
+ defaultName: "Default Scheme",
562
+ histroyName: "Last Filter",
563
+ sysPresetName: "Sys Preset Scheme"
564
+ }
565
+ }, Rt = {
566
+ configDialog: {
567
+ unSelectedOptions: "Unselected Options",
568
+ selectedOptions: "Selected Options",
569
+ confirm: "Confirm",
570
+ cancel: "Cancel",
571
+ placeholder: "Please input search keywords",
572
+ moveUp: "Move Up",
573
+ moveAllUp: "Move All Up",
574
+ moveDown: "Move Down",
575
+ moveAllDown: "Move All Down",
576
+ moveRight: "Move Right",
577
+ moveAllRight: "Move All Right",
578
+ moveLeft: "Move Left",
579
+ moveAllLeft: "Move All Left",
580
+ pleaseSelect: "Please select options",
581
+ noOptionMove: "No moveable options left",
582
+ selectOptionUp: "Please select options to move up",
583
+ cannotMoveUp: "Can't move up",
584
+ selectOptionTop: "Please select options to the top",
585
+ optionIsTop: "The option is at top",
586
+ selectOptionDown: "Please select options to move down",
587
+ cannotMoveDown: "Can't move down",
588
+ selectOptionBottom: "Please select options to the bottom",
589
+ optionIsBottom: "The option is at bottom"
590
+ },
591
+ container: {
592
+ query: "Filter",
593
+ saveAs: "Save as",
594
+ save: "Save",
595
+ config: "Configurations"
596
+ }
597
+ }, Bt = {
598
+ more: "More"
599
+ }, Ft = {
600
+ message: "Total <b>{1}</b> items ",
601
+ totalinfo: {
602
+ firstText: "Total",
603
+ lastText: "items"
604
+ },
605
+ pagelist: {
606
+ firstText: "Display",
607
+ lastText: "items"
608
+ },
609
+ previous: "Previous",
610
+ next: "next",
611
+ goto: {
612
+ prefix: "go to",
613
+ suffix: ""
614
+ }
615
+ }, Nt = {
616
+ yes: "Yes",
617
+ no: "No",
618
+ ok: "OK",
619
+ cancel: "Cancel",
620
+ title: "System Information",
621
+ errorTitle: "Error Information",
622
+ prompt: {
623
+ fontSize: {
624
+ name: "Font Size",
625
+ small: "Small",
626
+ middle: "Middle",
627
+ big: "Large",
628
+ large: "Extra Large",
629
+ huge: "Huge"
630
+ }
631
+ },
632
+ exception: {
633
+ expand: "Expand",
634
+ collapse: "Collapse",
635
+ happend: "Happened Time",
636
+ detail: "Detail",
637
+ copy: "Copy details",
638
+ copySuccess: "Copy succeeded!",
639
+ copyFailed: "Replication failed!",
640
+ roger: "Got it."
641
+ }
642
+ }, Ut = {
643
+ lineNumberTitle: "NO.",
644
+ emptyMessage: "Empty Data",
645
+ pagination: {
646
+ previousLabel: "Prev Page",
647
+ nextLabel: "Next Page",
648
+ message: "Total <b>{1}</b> items ",
649
+ pagelist: {
650
+ firstText: "Display",
651
+ lastText: "items"
652
+ }
653
+ },
654
+ filter: {
655
+ title: "Conditions",
656
+ reset: "Reset",
657
+ clear: "Clear",
658
+ clearAll: "Clear all conditions",
659
+ setting: "Settings",
660
+ nofilter: "[ Empty ]",
661
+ checkAll: "Check All",
662
+ and: "And",
663
+ or: "Or",
664
+ operators: {
665
+ equal: "equal",
666
+ notEqual: "not equal",
667
+ greater: "greater than",
668
+ greaterOrEqual: "greater than or equal",
669
+ less: "less than",
670
+ lessOrEqual: "less than or equal",
671
+ contains: "contains",
672
+ notContains: "not contains",
673
+ like: "contains",
674
+ notLike: "not contains",
675
+ in: "in",
676
+ notIn: "not in",
677
+ empty: "empty",
678
+ notEmpty: "not empty",
679
+ null: "null",
680
+ notNull: "not null"
681
+ },
682
+ more: "More"
683
+ },
684
+ settings: {
685
+ visible: "Visible",
686
+ sortting: "Sortting",
687
+ title: "Column Settings",
688
+ canchoose: "Can choose",
689
+ choosed: "Choosed",
690
+ asc: "ASC",
691
+ desc: "DESC",
692
+ cancelSort: "Cancel sortting",
693
+ ok: "OK",
694
+ cancel: "Cancel",
695
+ reset: "Reset",
696
+ conciseMode: "Concise",
697
+ advancedMode: "Advanced",
698
+ formatSetting: "Column format",
699
+ properties: "Column properties",
700
+ groupping: "Groupping",
701
+ allColumns: "All",
702
+ visibleColumns: "Visible",
703
+ hiddenColumns: "Hidden",
704
+ searchPlaceholder: "Please enter a column name",
705
+ checkall: "Show or hide all",
706
+ headeralign: "Header alignment",
707
+ dataalign: "Data alignment",
708
+ alignLeft: "Left",
709
+ alignCenter: "Center",
710
+ alignRight: "Right",
711
+ summarytype: "Summary type",
712
+ summarytext: "Summary text",
713
+ summaryNone: "None",
714
+ summarySum: "Sum",
715
+ summaryMax: "Max",
716
+ summaryMin: "Min",
717
+ summarCount: "Count",
718
+ summaryAverage: "Average",
719
+ grouppingField: "Groupping field",
720
+ moreGrouppingFieldWarningMessage: "Up to 3 fields are set for grouping",
721
+ grouppingSummary: "Group total",
722
+ addGrouppingFieldTip: "Add groupping field",
723
+ removeGrouppingFieldTip: "Remove groupping field",
724
+ grouppingSummaryType: "Group total type",
725
+ grouppingSummaryText: "Group total text",
726
+ restoreDefaultSettingsText: "Are you sure you want to restore the default settings",
727
+ simple: {
728
+ title: "Show Columns",
729
+ tip: "The selected fields can be displayed in the list. Drag to adjust the display order in the list.",
730
+ count: 'show <span class="visible-cols-count">{0}</span> columns'
731
+ }
732
+ },
733
+ selectionData: {
734
+ clearAll: "Clear all",
735
+ tooltip: "Click here show list.",
736
+ currentLenth: "<b>{0}</b> items selected. "
737
+ },
738
+ groupRow: {
739
+ tips: "Drag columns here to group data.",
740
+ removeColumn: "Remove the group column.",
741
+ clearTip: "Clear all grouped fields.",
742
+ clear: "Empty"
743
+ }
744
+ }, Gt = {
745
+ expandLabel: "expand",
746
+ collapseLabel: "collapse"
747
+ }, Zt = {
748
+ message: "Loading ..."
749
+ }, Vt = {
750
+ // 取消
751
+ cancelButton: "Cancel",
752
+ // 确定
753
+ okButton: "OK",
754
+ // 添加子句
755
+ addWhere: "Add",
756
+ clear: "Clear",
757
+ // 置顶
758
+ moveTop: "Top",
759
+ // 上移
760
+ moveUp: "Up",
761
+ // 下移
762
+ moveDown: "Down",
763
+ // 置底
764
+ moveBottom: "Bottom",
765
+ // 左括号
766
+ leftBrackets: "Left Brackets",
767
+ // 字段
768
+ field: "Field Name",
769
+ // 操作符
770
+ operator: "Operator",
771
+ // 值
772
+ value: "Value",
773
+ valueType: "Value type",
774
+ expressType: {
775
+ value: "Value",
776
+ express: "Express",
777
+ frontExpress: "Front Express"
778
+ },
779
+ // 右括号
780
+ rightBrackets: "Right Brackets",
781
+ // 关系
782
+ relation: "Relation",
783
+ relationValue: {
784
+ and: "And",
785
+ or: "Or"
786
+ },
787
+ // 设计器
788
+ designTab: "Design",
789
+ // 源代码
790
+ jsonTab: "JSON",
791
+ // Sql预览
792
+ sqlTab: "Sql",
793
+ title: "Filter Designer",
794
+ message: "Are you sure you want to clear all current data?",
795
+ validate: {
796
+ bracket: "The brackets do not match, please check",
797
+ relation: "The condition relationship is incomplete, please check",
798
+ field: "Condition field is not set, please check"
799
+ }
800
+ }, qt = {
801
+ // 取消
802
+ cancelButton: "Cancel",
803
+ // 确定
804
+ okButton: "OK",
805
+ // 添加子句
806
+ addWhere: "Add",
807
+ clear: "Clear",
808
+ // 置顶
809
+ moveTop: "Top",
810
+ // 上移
811
+ moveUp: "Up",
812
+ // 下移
813
+ moveDown: "Down",
814
+ // 置底
815
+ moveBottom: "Bottom",
816
+ title: "Enum Data Designer",
817
+ message: "Are you sure you want to clear all current data?",
818
+ value: "Value",
819
+ name: "Name"
820
+ }, jt = {
821
+ title: "System Information"
822
+ }, zt = {
823
+ // 取消
824
+ cancel: "cancel",
825
+ // 确定
826
+ ok: "ok",
827
+ // 添加子句
828
+ add: "Add",
829
+ clear: "Clear",
830
+ // 置顶
831
+ moveTop: "Top",
832
+ // 上移
833
+ moveUp: "Up",
834
+ // 下移
835
+ moveDown: "Down",
836
+ // 置底
837
+ moveBottom: "Bottom",
838
+ // 字段
839
+ field: "Field Name",
840
+ // 操作符
841
+ order: "Order",
842
+ asc: "ASC",
843
+ desc: "DESC",
844
+ title: "Sort Editor"
845
+ }, Wt = {
846
+ yes: "yes",
847
+ no: "no",
848
+ zoom: "Edit content in the dialog opened.",
849
+ comments: {
850
+ title: "Common comments",
851
+ manager: "Management",
852
+ empty: "No data."
853
+ }
854
+ }, Yt = {
855
+ sidebar: "Detail"
856
+ }, Kt = {
857
+ more: "more"
858
+ }, Qt = {
859
+ leftTitle: "Unselected",
860
+ rightTitle: "Selected",
861
+ noDataMoveMessage: "Please select the data to move.",
862
+ shiftRight: "Shift right",
863
+ shiftLeft: "Shift left",
864
+ allShiftRight: "Shift right all",
865
+ allShiftLeft: "Shift left all",
866
+ top: "Placed at the top",
867
+ bottom: "Placed at the bottom",
868
+ shiftUp: "Shift up",
869
+ shiftDown: "Shift down",
870
+ emptyData: "Empty data",
871
+ filterPlaceholder: "Filter..."
872
+ }, $t = {
873
+ expand: "expand",
874
+ fold: "fold"
875
+ }, Xt = {
876
+ placeholder: "Please choose",
877
+ favorites: "Favorites",
878
+ selected: "Selected items",
879
+ okText: "OK",
880
+ cancelText: "Cancel",
881
+ allColumns: "All Columns",
882
+ datalist: "Data items",
883
+ mustWriteSomething: "Please write a key words.",
884
+ mustChoosAdatarow: "Please choose a data row!",
885
+ tipText: "Are these what you are looking for?",
886
+ cascade: {
887
+ enable: "Enable cascade selection",
888
+ disable: "Disable cascade selection",
889
+ up: "Cascade up selection only",
890
+ down: "Cascade selection only"
891
+ },
892
+ favoriteInfo: {
893
+ addFav: "Collection success.",
894
+ cancelFav: "Unfavorite successfully. "
895
+ },
896
+ getAllChilds: "Get all children",
897
+ contextMenu: {
898
+ expandall: "Expand all",
899
+ collapseall: "Collapse all",
900
+ expandByLayer: "Expand by level",
901
+ expand1: "Expand to level 1",
902
+ expand2: "Expand to level 2",
903
+ expand3: "Expand to level 3",
904
+ expand4: "Expand to level 4",
905
+ expand5: "Expand to level 5",
906
+ expand6: "Expand to level 6",
907
+ expand7: "Expand to level 7",
908
+ expand8: "Expand to level 8",
909
+ expand9: "Expand to level 9"
910
+ },
911
+ quick: {
912
+ notfind: "Search content not found.",
913
+ more: "Show more"
914
+ },
915
+ configError: "The help display column is not configured. Please check whether the help data source is configured correctly.",
916
+ selectedInfo: {
917
+ total: 'Selected items <span class="selected-counter mx-1">{0}</span>',
918
+ clear: "Cancel selected",
919
+ remove: "Delete ({0})",
920
+ confirm: "Are you sure you want to cancel all selected records?"
921
+ }
922
+ }, Jt = {
923
+ emptyMessage: "Empty Data",
924
+ pagination: {
925
+ previousLabel: "Prev Page",
926
+ nextLabel: "Next Page",
927
+ message: "{0} items per page, total {1} items."
928
+ }
929
+ }, en = {
930
+ imgtitle: "Amend",
931
+ typeError: "Type error",
932
+ sizeError: "Can not be larger than",
933
+ uploadError: "Upload Fail!",
934
+ loadError: "Load error."
935
+ }, tn = {
936
+ filter: "Filter",
937
+ confirm: "OK",
938
+ cancel: "Cancel",
939
+ reset: "Reset"
940
+ }, nn = {
941
+ empty: "Data is empty"
942
+ }, on = {
943
+ en: "English",
944
+ "zh-cn": "Simplified Chinese",
945
+ "zh-CHS": "Simplified Chinese",
946
+ "zh-CHT": "Traditional Chiness",
947
+ ok: "OK",
948
+ cancel: "Cancel"
949
+ }, an = {
950
+ vertifyTypeAll: "All",
951
+ vertifyTypeError: "Error",
952
+ vertifyTypeEmpty: "Empty"
953
+ }, ln = {
954
+ title: "Batch Edit",
955
+ appendText: "Append new field",
956
+ appendTextTip: "Append more field to edit",
957
+ okText: "OK",
958
+ cancelText: "Cancel",
959
+ field: "Please select field",
960
+ fieldValue: "Please input value",
961
+ appendTips: "append more columns to edit.",
962
+ selected: "select",
963
+ row: "row",
964
+ confirmTitle: "Info",
965
+ neverShow: "Do not remind again",
966
+ confirmText: "We will update {0} rows,Are you sure?"
967
+ }, rn = {
968
+ next: "Next",
969
+ prev: "Prev",
970
+ skip: "Skip",
971
+ startNow: "Start now"
972
+ }, sn = {
973
+ expandText: "More Information",
974
+ collapseText: "More Information"
975
+ }, cn = {
976
+ submit: "Submit",
977
+ cancel: "Cancel",
978
+ colleague: "Colleague",
979
+ all: "For all to see",
980
+ related: "Relevant personnel can see",
981
+ confirm: "Confirm",
982
+ reply: "Reply",
983
+ emptyMessage: "Empty Data",
984
+ placeholder: "Please input search keywords",
985
+ notEmpty: "The submitted content cannot be empty",
986
+ selectEmployee: "Select the employee",
987
+ next: "Next",
988
+ emptySelected: "Clear",
989
+ emptyRight: "Select on the left",
990
+ allOrg: "All",
991
+ selected: "Selected",
992
+ section: "Section ",
993
+ people: "Per ",
994
+ viewMore: "View more",
995
+ per: " ",
996
+ pcs: " ",
997
+ emptyList: "Empty contacts",
998
+ advancedQuery: "Select"
999
+ }, un = {
1000
+ addText: "Add",
1001
+ placeholder: "Please input"
1002
+ }, dn = {
1003
+ placeholder: "Please enter the number",
1004
+ range: {
1005
+ begin: "Please enter the begin number",
1006
+ end: "Please enter the end number"
1007
+ }
1008
+ }, pn = {
1009
+ filter: "Filter",
1010
+ confirm: "OK",
1011
+ cancel: "Cancel",
1012
+ reset: "Reset",
1013
+ advancedFilter: "advancedFilter",
1014
+ expand: "Expand",
1015
+ fold: "Fold",
1016
+ last1Month: "LastOneMonth",
1017
+ last3Month: "LastThreeMonth",
1018
+ last6Month: "LastSixMonth",
1019
+ pleaseInput: "Please input ",
1020
+ searchHistory: "Search History",
1021
+ searchResult: "Search Result",
1022
+ intervalFilter: "Filter by interval",
1023
+ beginPlaceHolder: "Minimum value",
1024
+ endPlaceHolder: "Maximum value",
1025
+ dateBeginPlaceHolder: "Start date",
1026
+ dateEndPlaceHolder: "End date",
1027
+ empty: "Empty",
1028
+ clear: "Clear",
1029
+ today: "Today",
1030
+ yesterday: "Yesterday",
1031
+ checkall: "Check all"
1032
+ }, fn = {
1033
+ guide: "Nav"
1034
+ }, mn = {
1035
+ placeholder: "Select the form metadata",
1036
+ code: "Code",
1037
+ name: "Name",
1038
+ select: "Select the help metadata",
1039
+ filter: "Configuration conditions",
1040
+ helpidEmpty: "HelpID cannot be empty",
1041
+ selectTitle: "Helps with metadata selection",
1042
+ lookupTitle: "Help configuration",
1043
+ sure: "Confirm",
1044
+ cancel: "Cancel",
1045
+ successSave: "Save successfully",
1046
+ helpIdError: "Please select the help metadata",
1047
+ fileNamePlaceholder: "Select the help text field",
1048
+ selectFileNameTitle: "Text field selector",
1049
+ bindingPath: "Binding field",
1050
+ fieldError: "The bound field does not exist!",
1051
+ textFieldLable: "Select the textField",
1052
+ loadTypeTitle: "Select the loadType",
1053
+ loadTypeList: {
1054
+ all: "All load",
1055
+ layer: "Layer load",
1056
+ default: "Default load"
1057
+ },
1058
+ powerTitle: "Permission setting",
1059
+ powerObjLabel: "Permission objects",
1060
+ powerFieldLabel: "Permission field",
1061
+ powerOperateLabel: "Permission operate",
1062
+ linkfieldLabel: "Help associated field",
1063
+ powerDataTitle: "Permission object selection",
1064
+ powerFieldTitle: "Permission field selection",
1065
+ powerOperateTitle: "Operation selection",
1066
+ businessLable: "Business object ",
1067
+ powerLable: "Permission objects",
1068
+ powerError: "Select the permission objects",
1069
+ operateError: "Select the Operation",
1070
+ linkfieldError: "Select permission field"
1071
+ }, vn = {
1072
+ locale: "EN_US",
1073
+ combo: kt,
1074
+ combolist: {},
1075
+ datagrid: Ut,
1076
+ filterEditor: Vt,
1077
+ enumEditor: qt,
1078
+ lookup: Xt,
1079
+ loading: Zt,
1080
+ modal: {},
1081
+ messager: Nt,
1082
+ notify: jt,
1083
+ dialog: {},
1084
+ datatable: {},
1085
+ colorPicker: {},
1086
+ numberSpinner: dn,
1087
+ inputGroup: {},
1088
+ treetable: Jt,
1089
+ multiSelect: Qt,
1090
+ sortEditor: zt,
1091
+ tabs: Kt,
1092
+ timePicker: {},
1093
+ wizard: {},
1094
+ tree: {},
1095
+ tooltip: {},
1096
+ listview: Dt,
1097
+ text: Wt,
1098
+ switch: {},
1099
+ sidebar: Yt,
1100
+ section: Gt,
1101
+ pagination: Ft,
1102
+ responseToolbar: Bt,
1103
+ queryCondition: Rt,
1104
+ querySolution: Mt,
1105
+ collapseDirective: $t,
1106
+ avatar: en,
1107
+ listFilter: tn,
1108
+ progressStep: nn,
1109
+ languageLabel: on,
1110
+ verifyDetail: an,
1111
+ batchEditDialog: ln,
1112
+ pageWalker: rn,
1113
+ footer: sn,
1114
+ discussionGroup: cn,
1115
+ tag: un,
1116
+ filterPanel: pn,
1117
+ scrollspy: fn,
1118
+ lookupConfig: mn
1119
+ }, hn = {
1120
+ emptyMessage: "暂无数据"
1121
+ }, gn = {
1122
+ placeholder: "请选择",
1123
+ favorites: "收藏夹",
1124
+ selected: "已选数据",
1125
+ okText: "确定",
1126
+ cancelText: "取消",
1127
+ allColumns: "所有列",
1128
+ datalist: "数据列表",
1129
+ mustWriteSomething: "请输入关键字后查询。",
1130
+ mustChoosAdatarow: "请选择一条记录!",
1131
+ tipText: "您要找的是不是这些?",
1132
+ cascade: {
1133
+ enable: "同步选择",
1134
+ disable: "仅选择自身",
1135
+ up: "包含上级",
1136
+ down: "包含下级"
1137
+ },
1138
+ favoriteInfo: {
1139
+ addFav: "收藏成功。",
1140
+ cancelFav: "取消收藏成功。 "
1141
+ },
1142
+ getAllChilds: "获取所有子级数据",
1143
+ contextMenu: {
1144
+ expandall: "全部展开",
1145
+ collapseall: "全部收起",
1146
+ expandByLayer: "按层级展开",
1147
+ expand1: "展开 1 级",
1148
+ expand2: "展开 2 级",
1149
+ expand3: "展开 3 级",
1150
+ expand4: "展开 4 级",
1151
+ expand5: "展开 5 级",
1152
+ expand6: "展开 6 级",
1153
+ expand7: "展开 7 级",
1154
+ expand8: "展开 8 级",
1155
+ expand9: "展开 9 级"
1156
+ },
1157
+ quick: {
1158
+ notfind: "未找到搜索内容",
1159
+ more: "显示更多"
1160
+ },
1161
+ configError: "帮助显示列未配置,请检查是否已正确配置帮助数据源! ",
1162
+ selectedInfo: {
1163
+ total: '已选 <span class="selected-counter mx-1">{0}</span> 条',
1164
+ clear: "取消已选",
1165
+ remove: "删除已选({0})",
1166
+ confirm: "您确认要取消所有已选中的记录吗?"
1167
+ }
1168
+ }, yn = {
1169
+ lineNumberTitle: "序号",
1170
+ emptyMessage: "暂无数据",
1171
+ pagination: {
1172
+ previousLabel: "上一页",
1173
+ nextLabel: "下一页",
1174
+ message: "共 <b>{1}</b> 条 ",
1175
+ pagelist: {
1176
+ firstText: "显示",
1177
+ lastText: "条"
1178
+ },
1179
+ previous: "上一页",
1180
+ next: "下一页"
1181
+ },
1182
+ filter: {
1183
+ title: "过滤条件",
1184
+ reset: "重置",
1185
+ clear: "清空条件",
1186
+ clearAll: "清空所有条件",
1187
+ setting: "高级设置",
1188
+ nofilter: "[ 无 ]",
1189
+ checkAll: "全选",
1190
+ and: "并且",
1191
+ or: "或者",
1192
+ operators: {
1193
+ equal: "等于",
1194
+ notEqual: "不等于",
1195
+ greater: "大于",
1196
+ greaterOrEqual: "大于等于",
1197
+ less: "小于",
1198
+ lessOrEqual: "小于等于",
1199
+ contains: "包含",
1200
+ notContains: "不包含",
1201
+ like: "包含",
1202
+ notLike: "不包含",
1203
+ in: "属于",
1204
+ notIn: "不属于",
1205
+ empty: "为空",
1206
+ notEmpty: "不为空",
1207
+ null: "null",
1208
+ notNull: "不为null"
1209
+ },
1210
+ more: "查看更多"
1211
+ },
1212
+ settings: {
1213
+ visible: "显示列",
1214
+ sortting: "列排序",
1215
+ title: "列配置",
1216
+ canchoose: "可选列",
1217
+ choosed: "已选列",
1218
+ asc: "升序",
1219
+ desc: "降序",
1220
+ cancelSort: "取消排序",
1221
+ ok: "确定",
1222
+ cancel: "取消",
1223
+ reset: "恢复默认",
1224
+ conciseMode: "简洁模式",
1225
+ advancedMode: "高级模式",
1226
+ formatSetting: "列格式",
1227
+ properties: "列属性",
1228
+ groupping: "分组",
1229
+ allColumns: "所有列",
1230
+ visibleColumns: "可见列",
1231
+ hiddenColumns: "隐藏列",
1232
+ searchPlaceholder: "请输入列名称",
1233
+ checkall: "全部显示/隐藏",
1234
+ headeralign: "表头对齐",
1235
+ dataalign: "数据对齐",
1236
+ alignLeft: "左对齐",
1237
+ alignCenter: "居中对齐",
1238
+ alignRight: "右对齐",
1239
+ summarytype: "汇总合计类型",
1240
+ summarytext: "汇总合计文本",
1241
+ summaryNone: "无",
1242
+ summarySum: "求和",
1243
+ summaryMax: "最大值",
1244
+ summaryMin: "最小值",
1245
+ summarCount: "计数",
1246
+ summaryAverage: "平均值",
1247
+ grouppingField: "分组字段",
1248
+ moreGrouppingFieldWarningMessage: "最多设置3个字段进行分组",
1249
+ // Up to 3 fields are set for grouping
1250
+ grouppingSummary: "分组合计",
1251
+ addGrouppingFieldTip: "添加分组字段",
1252
+ removeGrouppingFieldTip: "移除分组字段",
1253
+ grouppingSummaryType: "分组合计类型",
1254
+ grouppingSummaryText: "分组合计文本",
1255
+ restoreDefaultSettingsText: "确认要恢复默认设置吗?",
1256
+ simple: {
1257
+ title: "显示列",
1258
+ tip: "选中的字段可展示到列表中,拖拽可调整在列表中的展示顺序。",
1259
+ count: '已显示 <span class="visible-cols-count">{0}</span> 列'
1260
+ }
1261
+ },
1262
+ selectionData: {
1263
+ clearAll: "清空",
1264
+ tooltip: "点击显示已选记录列表",
1265
+ currentLenth: "已选择:<b>{0}</b> 条"
1266
+ },
1267
+ groupRow: {
1268
+ tips: "拖动列到这儿可进行数据分组",
1269
+ removeColumn: "移除分组列",
1270
+ clearTip: "清除所有分组字段",
1271
+ clear: "清空"
1272
+ }
1273
+ }, bn = {
1274
+ expandLabel: "展开",
1275
+ collapseLabel: "收起"
1276
+ }, Tn = {
1277
+ message: "正在加载,请稍候..."
1278
+ }, Ln = {
1279
+ // 取消
1280
+ cancelButton: "取消",
1281
+ // 确定
1282
+ okButton: "确定",
1283
+ // 添加子句
1284
+ addWhere: "添加子句",
1285
+ clear: "清空",
1286
+ // 置顶
1287
+ moveTop: "置顶",
1288
+ // 上移
1289
+ moveUp: "上移",
1290
+ // 下移
1291
+ moveDown: "下移",
1292
+ // 置底
1293
+ moveBottom: "置底",
1294
+ // 左括号
1295
+ leftBrackets: "左括号",
1296
+ // 字段
1297
+ field: "字段",
1298
+ // 操作符
1299
+ operator: "操作符",
1300
+ // 值
1301
+ value: "值",
1302
+ // 值类型
1303
+ valueType: "值类型",
1304
+ expressType: {
1305
+ value: "值",
1306
+ express: "表达式",
1307
+ frontExpress: "表单表达式"
1308
+ },
1309
+ // 右括号
1310
+ rightBrackets: "右括号",
1311
+ // 关系
1312
+ relation: "关系",
1313
+ relationValue: {
1314
+ and: "并且",
1315
+ or: "或者"
1316
+ },
1317
+ designTab: "设计器",
1318
+ jsonTab: "源代码",
1319
+ sqlTab: "Sql预览",
1320
+ title: "条件编辑器",
1321
+ message: "确认要清空当前所有数据吗?",
1322
+ validate: {
1323
+ bracket: "左右括号不匹配,请检查",
1324
+ relation: "条件关系不完整,请检查",
1325
+ field: "条件字段未设置,请检查"
1326
+ }
1327
+ }, Cn = {
1328
+ // 取消
1329
+ cancelButton: "取消",
1330
+ // 确定
1331
+ okButton: "确定",
1332
+ // 添加子句
1333
+ addWhere: "添加",
1334
+ clear: "清空",
1335
+ // 置顶
1336
+ moveTop: "置顶",
1337
+ // 上移
1338
+ moveUp: "上移",
1339
+ // 下移
1340
+ moveDown: "下移",
1341
+ // 置底
1342
+ moveBottom: "置底",
1343
+ title: "枚举数据编辑器",
1344
+ message: "确认要清空当前所有数据吗?",
1345
+ value: "值",
1346
+ name: "名称"
1347
+ }, En = {
1348
+ yes: "是",
1349
+ no: "否",
1350
+ ok: "确定",
1351
+ cancel: "取消",
1352
+ title: "系统提示",
1353
+ errorTitle: "错误提示",
1354
+ prompt: {
1355
+ fontSize: {
1356
+ name: "字体大小",
1357
+ small: "小",
1358
+ middle: "中",
1359
+ big: "大",
1360
+ large: "特大",
1361
+ huge: "超大"
1362
+ },
1363
+ tips: {
1364
+ surplus: "还可以输入 {0} 个字符",
1365
+ length: "已输入 {0} 个字符"
1366
+ }
1367
+ },
1368
+ exception: {
1369
+ expand: "展开",
1370
+ collapse: "收起",
1371
+ happend: "发生时间",
1372
+ detail: "详细信息",
1373
+ copy: "复制详细信息",
1374
+ copySuccess: "复制成功",
1375
+ copyFailed: "复制失败",
1376
+ roger: "知道了"
1377
+ }
1378
+ }, Sn = {
1379
+ title: "系统提示"
1380
+ }, An = {
1381
+ message: "共 <b>{1}</b> 条 ",
1382
+ totalinfo: {
1383
+ firstText: "共",
1384
+ lastText: "条"
1385
+ },
1386
+ pagelist: {
1387
+ firstText: "每页",
1388
+ lastText: "条"
1389
+ },
1390
+ previous: "上一页",
1391
+ next: "下一页",
1392
+ goto: {
1393
+ prefix: "跳至",
1394
+ suffix: "页"
1395
+ }
1396
+ }, xn = {
1397
+ // 取消
1398
+ cancel: "取消",
1399
+ // 确定
1400
+ ok: "确定",
1401
+ // 添加子句
1402
+ add: "添加",
1403
+ clear: "清空",
1404
+ // 置顶
1405
+ moveTop: "置顶",
1406
+ // 上移
1407
+ moveUp: "上移",
1408
+ // 下移
1409
+ moveDown: "下移",
1410
+ // 置底
1411
+ moveBottom: " 置底",
1412
+ // 字段
1413
+ field: "字段",
1414
+ // 排序
1415
+ order: "排序",
1416
+ asc: "升序",
1417
+ desc: "降序",
1418
+ title: "排序设置"
1419
+ }, On = {
1420
+ yes: "是",
1421
+ no: "否",
1422
+ zoom: "在打开的对话框中编辑内容",
1423
+ comments: {
1424
+ title: "常用意见",
1425
+ manager: "意见管理",
1426
+ empty: "暂无数据"
1427
+ }
1428
+ }, wn = {
1429
+ sidebar: "详情"
1430
+ }, _n = {
1431
+ more: "更多"
1432
+ }, Hn = {
1433
+ more: "更多"
1434
+ }, Pn = {
1435
+ leftTitle: "未选择",
1436
+ rightTitle: "已选择",
1437
+ noDataMoveMessage: "请选择要移动的数据。",
1438
+ shiftRight: "右移",
1439
+ shiftLeft: "左移",
1440
+ allShiftRight: "全部右移",
1441
+ allShiftLeft: "全部左移",
1442
+ top: "置顶",
1443
+ bottom: "置底",
1444
+ shiftUp: "上移",
1445
+ shiftDown: "下移",
1446
+ emptyData: "暂无数据",
1447
+ filterPlaceholder: "输入筛选项名称搜索"
1448
+ }, In = {
1449
+ configDialog: {
1450
+ unSelectedOptions: "未选择项",
1451
+ selectedOptions: "已选择项",
1452
+ confirm: "确定",
1453
+ cancel: "取消",
1454
+ placeholder: "请输入搜索关键字",
1455
+ moveUp: "上移",
1456
+ moveAllUp: "全部上移",
1457
+ moveDown: "下移",
1458
+ moveAllDown: "全部下移",
1459
+ moveRight: "右移",
1460
+ moveAllRight: "全部右移",
1461
+ moveLeft: "左移",
1462
+ moveAllLeft: "全部左移",
1463
+ pleaseSelect: "请选择字段",
1464
+ noOptionMove: "没有可移动字段",
1465
+ selectOptionUp: "请选择上移字段",
1466
+ cannotMoveUp: "无法上移",
1467
+ selectOptionTop: "请选择置顶字段",
1468
+ optionIsTop: "字段已置顶",
1469
+ selectOptionDown: "请选择下移字段",
1470
+ cannotMoveDown: "无法下移",
1471
+ selectOptionBottom: "请选择置底字段",
1472
+ optionIsBottom: "字段已置底"
1473
+ },
1474
+ container: {
1475
+ query: "筛选",
1476
+ saveAs: "另存为",
1477
+ save: "保存",
1478
+ config: "配置"
1479
+ }
1480
+ }, Dn = {
1481
+ saveAsDialog: {
1482
+ queryPlanName: "方案名称",
1483
+ setAsDefault: "设为默认",
1484
+ confirm: "确定",
1485
+ cancel: "取消",
1486
+ placeholder: "请输入方案名称",
1487
+ pleaseInput: "请输入方案名称",
1488
+ title: "新增方案",
1489
+ maxLength: "方案名称超出九个字"
1490
+ },
1491
+ manageDialog: {
1492
+ name: "名称",
1493
+ property: "属性",
1494
+ default: "默认",
1495
+ operation: "操作",
1496
+ confirm: "确定",
1497
+ cancel: "取消",
1498
+ planNameDuplicated: "方案名称{0}重复",
1499
+ system: "系统",
1500
+ personal: "个人"
1501
+ },
1502
+ container: {
1503
+ default: "默认",
1504
+ manage: "管理",
1505
+ arrowUp: "收起",
1506
+ arrowDown: "展开",
1507
+ saveAs: "另存为方案",
1508
+ empty: "空",
1509
+ save: "保存方案",
1510
+ pleaseInput: "formId为必传字段,请传入",
1511
+ saveSuccess: "查询方案保存成功",
1512
+ saveFail: "查询方案保存失败",
1513
+ planManage: "方案管理",
1514
+ clear: "清空",
1515
+ require: "请填写{fields}再进行筛选",
1516
+ defaultName: "默认筛选方案",
1517
+ histroyName: "上次筛选",
1518
+ sysPresetName: "系统预置方案"
1519
+ }
1520
+ }, kn = {
1521
+ expand: "展开",
1522
+ fold: "收起"
1523
+ }, Mn = {
1524
+ emptyMessage: "暂无数据",
1525
+ pagination: {
1526
+ previousLabel: "上一页",
1527
+ nextLabel: "下一页",
1528
+ message: "每页 {0} 条记录,共 {1} 条记录。"
1529
+ }
1530
+ }, Rn = {
1531
+ imgtitle: "点击修改",
1532
+ typeError: "上传图片类型不正确",
1533
+ sizeError: "上传图片不能大于",
1534
+ uploadError: "图片上传失败,请重试!",
1535
+ loadError: "加载错误"
1536
+ }, Bn = {
1537
+ filter: "筛选",
1538
+ confirm: "确定",
1539
+ cancel: "取消",
1540
+ reset: "清空条件"
1541
+ }, Fn = {
1542
+ empty: "步骤条信息为空"
1543
+ }, Nn = {
1544
+ en: "英语",
1545
+ "zh-cn": "简体中文",
1546
+ "zh-CHS": "简体中文",
1547
+ "zh-CHT": "繁体中文",
1548
+ ok: "确定",
1549
+ cancel: "取消"
1550
+ }, Un = {
1551
+ vertifyTypeAll: "全部",
1552
+ vertifyTypeError: "错填",
1553
+ vertifyTypeEmpty: "漏填"
1554
+ }, Gn = {
1555
+ title: "批量编辑",
1556
+ appendText: "添加新编辑列",
1557
+ appendTextTip: "添加更多列进行批量操作",
1558
+ okText: "确定",
1559
+ cancelText: "取消",
1560
+ field: "请选择要编辑的列:",
1561
+ fieldValue: "请输入要更改的值:",
1562
+ appendTips: "添加更多列进行批量操作",
1563
+ selected: "已选",
1564
+ row: "行",
1565
+ confirmTitle: "提示",
1566
+ neverShow: "不再提示",
1567
+ confirmText: "将修改{0}行数据,确定修改吗?"
1568
+ }, Zn = {
1569
+ next: "下一步",
1570
+ prev: "上一步",
1571
+ skip: "跳过",
1572
+ startNow: "立即体验"
1573
+ }, Vn = {
1574
+ expandText: "查看更多信息",
1575
+ collapseText: "查看更多信息"
1576
+ }, qn = {
1577
+ submit: "提交",
1578
+ cancel: "取消",
1579
+ colleague: "同事",
1580
+ all: "所有人员可见",
1581
+ related: "仅相关人员可见",
1582
+ confirm: "确定",
1583
+ reply: "回复",
1584
+ emptyMessage: "暂无数据",
1585
+ placeholder: "请输入姓名搜索",
1586
+ notEmpty: "提交内容不能为空",
1587
+ selectEmployee: "选择员工",
1588
+ next: "下级",
1589
+ emptySelected: "清空已选",
1590
+ emptyRight: "请在左侧选择人员",
1591
+ allOrg: "全部组织",
1592
+ selected: "已选",
1593
+ section: "部门",
1594
+ people: "人员",
1595
+ viewMore: "查看更多",
1596
+ per: "人",
1597
+ pcs: "个",
1598
+ emptyList: "联系人为空",
1599
+ advancedQuery: "高级查询"
1600
+ }, jn = {
1601
+ addText: "添加",
1602
+ placeholder: "请输入"
1603
+ }, zn = {
1604
+ placeholder: "请输入数字",
1605
+ range: {
1606
+ begin: "请输入开始数字",
1607
+ end: "请输入结束数字"
1608
+ }
1609
+ }, Wn = {
1610
+ filter: "筛选",
1611
+ confirm: "确定",
1612
+ cancel: "取消",
1613
+ reset: "清除筛选",
1614
+ advancedFilter: "高级筛选",
1615
+ expand: "展开",
1616
+ fold: "收起",
1617
+ last1Month: "近一月",
1618
+ last3Month: "近三月",
1619
+ last6Month: "近半年",
1620
+ pleaseInput: "请先录入",
1621
+ searchHistory: "历史搜索",
1622
+ searchResult: "查询结果",
1623
+ intervalFilter: "按区间筛选",
1624
+ beginPlaceHolder: "最低值",
1625
+ endPlaceHolder: "最高值",
1626
+ dateBeginPlaceHolder: "开始日期",
1627
+ dateEndPlaceHolder: "结束日期",
1628
+ empty: "清空全部",
1629
+ clear: "清空已选",
1630
+ today: "当天",
1631
+ yesterday: "昨天",
1632
+ checkall: "全选"
1633
+ }, Yn = {
1634
+ guide: "导航"
1635
+ }, Kn = {
1636
+ placeholder: "选择表单元数据",
1637
+ code: "编号",
1638
+ name: "名称",
1639
+ select: "选择帮助元数据",
1640
+ filter: "配置条件",
1641
+ helpidEmpty: "helpId不能为空",
1642
+ selectTitle: "帮助元数据选择",
1643
+ lookupTitle: "帮助配置",
1644
+ sure: "确定",
1645
+ cancel: "取消",
1646
+ successSave: "保存成功",
1647
+ helpIdError: "请选择帮助元数据",
1648
+ fileNamePlaceholder: "选择帮助文本字段",
1649
+ selectFileNameTitle: "文本字段选择器",
1650
+ bindingPath: "绑定字段",
1651
+ fieldError: "已绑定字段不存在!",
1652
+ textFieldLable: "帮助文本字段",
1653
+ loadTypeTitle: "选择加载方式",
1654
+ loadTypeList: {
1655
+ all: "全部加载",
1656
+ layer: "分层加载",
1657
+ default: "默认"
1658
+ },
1659
+ powerTitle: "权限设置",
1660
+ powerObjLabel: "权限对象",
1661
+ powerFieldLabel: "权限字段",
1662
+ powerOperateLabel: "权限操作",
1663
+ linkfieldLabel: "帮助关联字段",
1664
+ powerDataTitle: "权限对象选择",
1665
+ powerFieldTitle: "权限字段选择",
1666
+ powerOperateTitle: "操作选择",
1667
+ businessLable: "业务对象",
1668
+ powerLable: "权限对象",
1669
+ powerError: "请选择权限对象",
1670
+ operateError: "请选择操作",
1671
+ linkfieldError: "请选择权限字段"
1672
+ }, Qn = {
1673
+ placeholder: "请选择",
1674
+ emptyMsg: "暂无数据"
1675
+ }, $n = {
1676
+ locale: "ZH_CN",
1677
+ combo: Qn,
1678
+ combolist: {},
1679
+ datagrid: yn,
1680
+ filterEditor: Ln,
1681
+ enumEditor: Cn,
1682
+ lookup: gn,
1683
+ loading: Tn,
1684
+ modal: {},
1685
+ messager: En,
1686
+ notify: Sn,
1687
+ dialog: {},
1688
+ datatable: {},
1689
+ colorPicker: {},
1690
+ numberSpinner: zn,
1691
+ inputGroup: {},
1692
+ sortEditor: xn,
1693
+ treetable: Mn,
1694
+ multiSelect: Pn,
1695
+ tabs: _n,
1696
+ timePicker: {},
1697
+ wizard: {},
1698
+ tree: {},
1699
+ tooltip: {},
1700
+ listview: hn,
1701
+ text: On,
1702
+ switch: {},
1703
+ sidebar: wn,
1704
+ section: bn,
1705
+ pagination: An,
1706
+ responseToolbar: Hn,
1707
+ queryCondition: In,
1708
+ querySolution: Dn,
1709
+ collapseDirective: kn,
1710
+ avatar: Rn,
1711
+ listFilter: Bn,
1712
+ progressStep: Fn,
1713
+ languageLabel: Nn,
1714
+ verifyDetail: Un,
1715
+ batchEditDialog: Gn,
1716
+ pageWalker: Zn,
1717
+ footer: Vn,
1718
+ discussionGroup: qn,
1719
+ tag: jn,
1720
+ filterPanel: Wn,
1721
+ scrollspy: Yn,
1722
+ lookupConfig: Kn
1723
+ }, Xn = {
1724
+ placeholder: "請選擇",
1725
+ favorites: "收藏夾",
1726
+ selected: "已選數據",
1727
+ okText: "確定",
1728
+ cancelText: "取消",
1729
+ allColumns: "所有列",
1730
+ datalist: "數據列錶",
1731
+ mustWriteSomething: "請輸入關鍵字後查詢。",
1732
+ mustChoosAdatarow: "請選擇一條記錄!",
1733
+ tipText: "您要找的是不是這些?",
1734
+ cascade: {
1735
+ enable: "同步選擇",
1736
+ disable: "僅選擇自身",
1737
+ up: "包含上級",
1738
+ down: "包含下級"
1739
+ },
1740
+ favoriteInfo: {
1741
+ addFav: "收藏成功。",
1742
+ cancelFav: "取消收藏成功。 "
1743
+ },
1744
+ getAllChilds: "獲取所有子級數據",
1745
+ contextMenu: {
1746
+ expandall: "全部展開",
1747
+ collapseall: "全部收起",
1748
+ expandByLayer: "按層級展開",
1749
+ expand1: "展開 1 級",
1750
+ expand2: "展開 2 級",
1751
+ expand3: "展開 3 級",
1752
+ expand4: "展開 4 級",
1753
+ expand5: "展開 5 級",
1754
+ expand6: "展開 6 級",
1755
+ expand7: "展開 7 級",
1756
+ expand8: "展開 8 級",
1757
+ expand9: "展開 9 級"
1758
+ },
1759
+ quick: {
1760
+ notfind: "未找到搜索內容",
1761
+ more: "顯示更多"
1762
+ },
1763
+ configError: "幫助顯示列未配置,請檢查是否已正確配置幫助數據源!",
1764
+ selectedInfo: {
1765
+ total: '已選 <span class="selected-counter mx-1">{0}</span> 條',
1766
+ clear: "取消已選",
1767
+ remove: "刪除已選({0})",
1768
+ confirm: "您確認要取消所有已選中的記錄嗎?"
1769
+ }
1770
+ }, Jn = {
1771
+ lineNumberTitle: "序號",
1772
+ emptyMessage: "暫無數據",
1773
+ pagination: {
1774
+ previousLabel: "上一頁",
1775
+ nextLabel: "下一頁",
1776
+ message: "共 <b>{1}</b> 條 ",
1777
+ pagelist: {
1778
+ firstText: "顯示",
1779
+ lastText: "條"
1780
+ }
1781
+ },
1782
+ filter: {
1783
+ title: "過濾條件",
1784
+ reset: "重置",
1785
+ clear: "清空條件",
1786
+ clearAll: "清空所有條件",
1787
+ setting: "高級設置",
1788
+ nofilter: "[ 無 ]",
1789
+ checkAll: "全選",
1790
+ and: "並且",
1791
+ or: "或者",
1792
+ operators: {
1793
+ equal: "等於",
1794
+ notEqual: "不等於",
1795
+ greater: "大於",
1796
+ greaterOrEqual: "大於等於",
1797
+ less: "小於",
1798
+ lessOrEqual: "小於等於",
1799
+ contains: "包含",
1800
+ notContains: "不包含",
1801
+ like: "包含",
1802
+ notLike: "不包含",
1803
+ in: "屬於",
1804
+ notIn: "不屬於",
1805
+ empty: "為空",
1806
+ notEmpty: "不為空",
1807
+ null: "null",
1808
+ notNull: "不為null"
1809
+ },
1810
+ more: "查看更多"
1811
+ },
1812
+ settings: {
1813
+ visible: "顯示列",
1814
+ sortting: "列排序",
1815
+ title: "列配置",
1816
+ canchoose: "可選列",
1817
+ choosed: "已選列",
1818
+ asc: "升序",
1819
+ desc: "降序",
1820
+ cancelSort: "取消排序",
1821
+ ok: "確定",
1822
+ cancel: "取消",
1823
+ reset: "恢複默認",
1824
+ conciseMode: "簡潔模式",
1825
+ advancedMode: "高級模式",
1826
+ formatSetting: "列格式",
1827
+ properties: "列屬性",
1828
+ groupping: "分組",
1829
+ allColumns: "所有列",
1830
+ visibleColumns: "可見列",
1831
+ hiddenColumns: "隱藏列",
1832
+ searchPlaceholder: "請輸入列名稱",
1833
+ checkall: "全部顯示/隱藏",
1834
+ headeralign: "表頭對齊",
1835
+ dataalign: "數據對齊",
1836
+ alignLeft: "左對齊",
1837
+ alignCenter: "居中對齊",
1838
+ alignRight: "右對齊",
1839
+ summarytype: "匯總合計類型",
1840
+ summarytext: "匯總合計文本",
1841
+ summaryNone: "無",
1842
+ summarySum: "求和",
1843
+ summaryMax: "最大值",
1844
+ summaryMin: "最小值",
1845
+ summarCount: "計數",
1846
+ summaryAverage: "平均值",
1847
+ grouppingField: "分組字段",
1848
+ moreGrouppingFieldWarningMessage: "最多設置3個字段進行分組",
1849
+ // Up to 3 fields are set for grouping
1850
+ grouppingSummary: "分組合計",
1851
+ addGrouppingFieldTip: "添加分組字段",
1852
+ removeGrouppingFieldTip: "移除分組字段",
1853
+ grouppingSummaryType: "分組合計類型",
1854
+ grouppingSummaryText: "分組合計文本",
1855
+ restoreDefaultSettingsText: "確認要恢複默認設置嗎?",
1856
+ simple: {
1857
+ title: "顯示列",
1858
+ tip: "選中的字段可展示到列表中,拖拽可調整在列表中的展示順序。",
1859
+ count: '已顯示 <span class="visible-cols-count">{0}</span> 列'
1860
+ }
1861
+ },
1862
+ selectionData: {
1863
+ clearAll: "清空",
1864
+ tooltip: "點擊顯示已選記錄列錶",
1865
+ currentLenth: "已選擇:<b>{0}</b> 條"
1866
+ },
1867
+ groupRow: {
1868
+ tips: "拖動列到這兒可進行數據分組",
1869
+ removeColumn: "移除分組列",
1870
+ clearTip: "清除所有分組字段",
1871
+ clear: "清空"
1872
+ }
1873
+ }, eo = {
1874
+ expandLabel: "展開",
1875
+ collapseLabel: "收起"
1876
+ }, to = {
1877
+ message: "正在加載,請稍候..."
1878
+ }, no = {
1879
+ // 取消
1880
+ cancelButton: "取消",
1881
+ // 確定
1882
+ okButton: "確定",
1883
+ // 添加子句
1884
+ addWhere: "添加子句",
1885
+ clear: "清空",
1886
+ // 置頂
1887
+ moveTop: "置頂",
1888
+ // 上移
1889
+ moveUp: "上移",
1890
+ // 下移
1891
+ moveDown: "下移",
1892
+ // 置底
1893
+ moveBottom: "置底",
1894
+ // 左括號
1895
+ leftBrackets: "左括號",
1896
+ // 字段
1897
+ field: "字段",
1898
+ // 操作符
1899
+ operator: "操作符",
1900
+ // 值
1901
+ value: "值",
1902
+ // 值類型
1903
+ valueType: "值類型",
1904
+ expressType: {
1905
+ value: "值",
1906
+ express: "錶達式",
1907
+ frontExpress: "表單表達式"
1908
+ },
1909
+ // 右括號
1910
+ rightBrackets: "右括號",
1911
+ // 關係
1912
+ relation: "關係",
1913
+ relationValue: {
1914
+ and: "並且",
1915
+ or: "或者"
1916
+ },
1917
+ designTab: "設計器",
1918
+ jsonTab: "源代碼",
1919
+ sqlTab: "Sql預覽",
1920
+ title: "條件編輯器",
1921
+ message: "確認要清空當前所有數據嗎?",
1922
+ validate: {
1923
+ bracket: "左右括號不匹配,請檢查",
1924
+ relation: "條件關系不完整,請檢查",
1925
+ field: "條件字段未設置,請檢查"
1926
+ }
1927
+ }, oo = {
1928
+ // 取消
1929
+ cancelButton: "取消",
1930
+ // 確定
1931
+ okButton: "確定",
1932
+ // 添加子句
1933
+ addWhere: "添加",
1934
+ clear: "清空",
1935
+ // 置頂
1936
+ moveTop: "置頂",
1937
+ // 上移
1938
+ moveUp: "上移",
1939
+ // 下移
1940
+ moveDown: "下移",
1941
+ // 置底
1942
+ moveBottom: "置底",
1943
+ title: "枚舉數據編輯器",
1944
+ message: "確認要清空當前所有數據嗎?",
1945
+ value: "值",
1946
+ name: "名稱"
1947
+ }, ao = {
1948
+ yes: "是",
1949
+ no: "否",
1950
+ ok: "確定",
1951
+ cancel: "取消",
1952
+ title: "係統提示",
1953
+ errorTitle: "錯誤提示",
1954
+ prompt: {
1955
+ fontSize: {
1956
+ name: "字體大小",
1957
+ small: "小",
1958
+ middle: "中",
1959
+ big: "大",
1960
+ large: "特大",
1961
+ huge: "超大"
1962
+ }
1963
+ },
1964
+ exception: {
1965
+ expand: "展開",
1966
+ collapse: "收起",
1967
+ happend: "發生時間",
1968
+ detail: "詳細信息",
1969
+ copy: "複制詳細信息",
1970
+ copySuccess: "複制成功",
1971
+ copyFailed: "複制失敗",
1972
+ roger: "知道了"
1973
+ }
1974
+ }, lo = {
1975
+ title: "係統提示"
1976
+ }, ro = {
1977
+ message: "共 <b>{1}</b> 條 ",
1978
+ totalinfo: {
1979
+ firstText: "共",
1980
+ lastText: "條"
1981
+ },
1982
+ pagelist: {
1983
+ firstText: "每頁",
1984
+ lastText: "條"
1985
+ },
1986
+ previous: "上一頁",
1987
+ next: "下一頁",
1988
+ goto: {
1989
+ prefix: "跳至",
1990
+ suffix: "頁"
1991
+ }
1992
+ }, io = {
1993
+ // 取消
1994
+ cancel: "取消",
1995
+ // 確定
1996
+ ok: "確定",
1997
+ // 添加子句
1998
+ add: "添加",
1999
+ clear: "清空",
2000
+ // 置頂
2001
+ moveTop: "置頂",
2002
+ // 上移
2003
+ moveUp: "上移",
2004
+ // 下移
2005
+ moveDown: "下移",
2006
+ // 置底
2007
+ moveBottom: " 置底",
2008
+ // 字段
2009
+ field: "字段",
2010
+ // 排序
2011
+ order: "排序",
2012
+ asc: "升序",
2013
+ desc: "降序",
2014
+ title: "排序設置"
2015
+ }, so = {
2016
+ yes: "是",
2017
+ no: "否",
2018
+ zoom: "在打開的對話框中編輯內容",
2019
+ comments: {
2020
+ title: "常用意見",
2021
+ manager: "意見管理",
2022
+ empty: "暫無數據"
2023
+ }
2024
+ }, co = {
2025
+ sidebar: "詳情"
2026
+ }, uo = {
2027
+ more: "更多"
2028
+ }, po = {
2029
+ more: "更多"
2030
+ }, fo = {
2031
+ leftTitle: "未選擇",
2032
+ rightTitle: "已選擇",
2033
+ noDataMoveMessage: "請選擇要移動的數據。",
2034
+ shiftRight: "右移",
2035
+ shiftLeft: "左移",
2036
+ allShiftRight: "全部右移",
2037
+ allShiftLeft: "全部左移",
2038
+ top: "置頂",
2039
+ bottom: "置底",
2040
+ shiftUp: "上移",
2041
+ shiftDown: "下移",
2042
+ emptyData: "暫無數據",
2043
+ filterPlaceholder: "輸入篩選項名稱搜索"
2044
+ }, mo = {
2045
+ configDialog: {
2046
+ unSelectedOptions: "未選擇項",
2047
+ selectedOptions: "已選擇項",
2048
+ confirm: "確定",
2049
+ cancel: "取消",
2050
+ placeholder: "請輸入搜索關鍵字",
2051
+ moveUp: "上移",
2052
+ moveAllUp: "全部上移",
2053
+ moveDown: "下移",
2054
+ moveAllDown: "全部下移",
2055
+ moveRight: "右移",
2056
+ moveAllRight: "全部右移",
2057
+ moveLeft: "左移",
2058
+ moveAllLeft: "全部左移",
2059
+ pleaseSelect: "請選擇字段",
2060
+ noOptionMove: "冇有可移動字段",
2061
+ selectOptionUp: "請選擇上移字段",
2062
+ cannotMoveUp: "無法上移",
2063
+ selectOptionTop: "請選擇置頂字段",
2064
+ optionIsTop: "字段已置頂",
2065
+ selectOptionDown: "請選擇下移字段",
2066
+ cannotMoveDown: "無法下移",
2067
+ selectOptionBottom: "請選擇置底字段",
2068
+ optionIsBottom: "字段已置底"
2069
+ },
2070
+ container: {
2071
+ query: "篩選",
2072
+ saveAs: "另存為",
2073
+ save: "保存",
2074
+ config: "配置"
2075
+ }
2076
+ }, vo = {
2077
+ saveAsDialog: {
2078
+ queryPlanName: "方案名稱",
2079
+ setAsDefault: "設為默認",
2080
+ confirm: "確定",
2081
+ cancel: "取消",
2082
+ placeholder: "請輸入方案名稱",
2083
+ pleaseInput: "請輸入方案名稱",
2084
+ title: "新增方案",
2085
+ maxLength: "方案名稱超出九個字"
2086
+ },
2087
+ manageDialog: {
2088
+ name: "名稱",
2089
+ property: "屬性",
2090
+ default: "默認",
2091
+ operation: "操作",
2092
+ confirm: "確定",
2093
+ cancel: "取消",
2094
+ planNameDuplicated: "方案名稱{0}重複",
2095
+ system: "係統",
2096
+ personal: "個人"
2097
+ },
2098
+ container: {
2099
+ default: "默認",
2100
+ manage: "管理",
2101
+ arrowUp: "收起",
2102
+ arrowDown: "展開",
2103
+ saveAs: "另存為方案",
2104
+ empty: "空",
2105
+ save: "保存方案",
2106
+ pleaseInput: "formId為必傳字段,請傳入",
2107
+ saveSuccess: "查詢方案保存成功",
2108
+ saveFail: "查詢方案保存失敗",
2109
+ planManage: "方案管理",
2110
+ clear: "清空",
2111
+ require: "請填寫{fields}再進行篩選",
2112
+ defaultName: "默認篩選方案",
2113
+ histroyName: "上次篩選",
2114
+ sysPresetName: "系统预置方案"
2115
+ }
2116
+ }, ho = {
2117
+ expand: "展開",
2118
+ fold: "收起"
2119
+ }, go = {
2120
+ emptyMessage: "暫無數據",
2121
+ pagination: {
2122
+ previousLabel: "上一頁",
2123
+ nextLabel: "下一頁",
2124
+ message: "每頁 {0} 條記錄,共 {1} 條記錄。"
2125
+ }
2126
+ }, yo = {
2127
+ imgtitle: "點擊修改",
2128
+ typeError: "上傳圖片類型不正確",
2129
+ sizeError: "上傳圖片不能大於",
2130
+ uploadError: "圖片上傳失敗,請重試!",
2131
+ loadError: "加載錯誤"
2132
+ }, bo = {
2133
+ filter: "篩選",
2134
+ confirm: "確定",
2135
+ cancel: "取消",
2136
+ reset: "清空條件"
2137
+ }, To = {
2138
+ empty: "步驟條信息為空"
2139
+ }, Lo = {
2140
+ en: "英語",
2141
+ "zh-cn": "簡體中文",
2142
+ "zh-CHS": "簡體中文",
2143
+ "zh-CHT": "繁體中文",
2144
+ ok: "確定",
2145
+ cancel: "取消"
2146
+ }, Co = {
2147
+ vertifyTypeAll: "全部",
2148
+ vertifyTypeError: "錯填",
2149
+ vertifyTypeEmpty: "漏填"
2150
+ }, Eo = {
2151
+ title: "批量編輯",
2152
+ appendText: "添加新編輯列",
2153
+ appendTextTip: "添加更多列進行批量操作",
2154
+ okText: "確定",
2155
+ cancelText: "取消",
2156
+ field: "請選擇要編輯的列:",
2157
+ fieldValue: "請輸入要更改的值:",
2158
+ appendTips: "添加更多列進行批量操作",
2159
+ selected: "已選",
2160
+ row: "行",
2161
+ confirmTitle: "提示",
2162
+ neverShow: "不再提示",
2163
+ confirmText: "將修改{0}行數據,確定修改嗎?"
2164
+ }, So = {
2165
+ next: "下一步",
2166
+ prev: "上一步",
2167
+ skip: "跳過",
2168
+ startNow: "立即體驗"
2169
+ }, Ao = {
2170
+ expandText: "查看更多信息",
2171
+ collapseText: "查看更多信息"
2172
+ }, xo = {
2173
+ submit: "提交",
2174
+ cancel: "取消",
2175
+ colleague: "同事",
2176
+ all: "所有人員可見",
2177
+ related: "僅相關人員可見",
2178
+ confirm: "確定",
2179
+ reply: "回複",
2180
+ emptyMessage: "暫無數據",
2181
+ placeholder: "請輸入姓名搜索",
2182
+ notEmpty: "提交內容不能為空",
2183
+ selectEmployee: "選擇員工",
2184
+ next: "下級",
2185
+ emptySelected: "清空已選",
2186
+ emptyRight: "請在左側選擇人員",
2187
+ allOrg: "全部組織",
2188
+ selected: "已選",
2189
+ section: "部門",
2190
+ people: "人員",
2191
+ viewMore: "查看更多",
2192
+ per: "人",
2193
+ pcs: "個",
2194
+ emptyList: "聯係人為空",
2195
+ advancedQuery: "高級查詢"
2196
+ }, Oo = {
2197
+ addText: "添加",
2198
+ placeholder: "請輸入"
2199
+ }, wo = {
2200
+ placeholder: "請輸入數字",
2201
+ range: {
2202
+ begin: "請輸入開始數字",
2203
+ end: "請輸入結束數字"
2204
+ }
2205
+ }, _o = {
2206
+ filter: "篩選",
2207
+ confirm: "確定",
2208
+ cancel: "取消",
2209
+ reset: "清除篩選",
2210
+ advancedFilter: "高級篩選",
2211
+ expand: "展開",
2212
+ fold: "收起",
2213
+ last1Month: "近一月",
2214
+ last3Month: "近三月",
2215
+ last6Month: "近半年",
2216
+ pleaseInput: "請先錄入",
2217
+ searchHistory: "歷史搜索",
2218
+ searchResult: "查詢結果",
2219
+ intervalFilter: "按區間篩選",
2220
+ beginPlaceHolder: "最低值",
2221
+ endPlaceHolder: "最高值",
2222
+ dateBeginPlaceHolder: "開始日期",
2223
+ dateEndPlaceHolder: "結束日期",
2224
+ empty: "清空全部",
2225
+ clear: "清空已選",
2226
+ today: "當天",
2227
+ yesterday: "昨天",
2228
+ checkall: "全選"
2229
+ }, Ho = {
2230
+ guide: "導航"
2231
+ }, Po = {
2232
+ placeholder: "選擇表單元數據",
2233
+ code: "編號",
2234
+ name: "名稱",
2235
+ select: "選擇幫助元數據",
2236
+ filter: "配置條件",
2237
+ helpidEmpty: "helpId不能為空",
2238
+ selectTitle: "幫助元數據選擇",
2239
+ lookupTitle: "幫助配置",
2240
+ sure: "確定",
2241
+ cancel: "取消",
2242
+ successSave: "保存成功",
2243
+ helpIdError: "請選擇幫助元數據",
2244
+ fileNamePlaceholder: "選擇幫助文本字段",
2245
+ selectFileNameTitle: "文本字段選擇器",
2246
+ bindingPath: "綁定字段",
2247
+ fieldError: "已綁定字段不存在!",
2248
+ textFieldLable: "幫助文本字段",
2249
+ loadTypeTitle: "選擇加載方式",
2250
+ loadTypeList: {
2251
+ all: "全部加載",
2252
+ layer: "分層加載",
2253
+ default: "默認"
2254
+ },
2255
+ powerTitle: "權限設置",
2256
+ powerObjLabel: "權限對象",
2257
+ powerFieldLabel: "權限字段",
2258
+ powerOperateLabel: "權限操作",
2259
+ linkfieldLabel: "幫助關聯字段",
2260
+ powerDataTitle: "權限對象選擇",
2261
+ powerFieldTitle: "權限字段選擇",
2262
+ powerOperateTitle: "操作選擇",
2263
+ businessLable: "業務對象",
2264
+ powerLable: "權限對象",
2265
+ powerError: "請選擇權限對象",
2266
+ operateError: "請選擇操作",
2267
+ linkfieldError: "請選擇權限字段"
2268
+ }, Io = {
2269
+ placeholder: "請選擇",
2270
+ emptyMsg: "暫無數據"
2271
+ }, Do = {
2272
+ emptyMessage: "暫無數據"
2273
+ }, ko = {
2274
+ locale: "ZH_CHT",
2275
+ combo: Io,
2276
+ combolist: {},
2277
+ datagrid: Jn,
2278
+ filterEditor: no,
2279
+ enumEditor: oo,
2280
+ lookup: Xn,
2281
+ loading: to,
2282
+ modal: {},
2283
+ messager: ao,
2284
+ notify: lo,
2285
+ dialog: {},
2286
+ datatable: {},
2287
+ colorPicker: {},
2288
+ numberSpinner: wo,
2289
+ inputGroup: {},
2290
+ sortEditor: io,
2291
+ treetable: go,
2292
+ multiSelect: fo,
2293
+ tabs: uo,
2294
+ timePicker: {},
2295
+ wizard: {},
2296
+ tree: {},
2297
+ tooltip: {},
2298
+ listview: Do,
2299
+ text: so,
2300
+ switch: {},
2301
+ sidebar: co,
2302
+ section: eo,
2303
+ pagination: ro,
2304
+ responseToolbar: po,
2305
+ queryCondition: mo,
2306
+ querySolution: vo,
2307
+ collapseDirective: ho,
2308
+ avatar: yo,
2309
+ listFilter: bo,
2310
+ progressStep: To,
2311
+ languageLabel: Lo,
2312
+ verifyDetail: Co,
2313
+ batchEditDialog: Eo,
2314
+ pageWalker: So,
2315
+ footer: Ao,
2316
+ discussionGroup: xo,
2317
+ tag: Oo,
2318
+ filterPanel: _o,
2319
+ scrollspy: Ho,
2320
+ lookupConfig: Po
2321
+ }, G = {
2322
+ "zh-CHS": $n,
2323
+ en: vn,
2324
+ "zh-CHT": ko
2325
+ }, L = class L {
2326
+ // Add this property
2327
+ constructor(t, n) {
2328
+ this.localeId = t, this.localeData = n, t || (t = "zh-CHS"), L.setLocaleData(n, t);
2329
+ }
2330
+ /** 获取语言资源
2331
+ * path : 资源路径,如:
2332
+ * getResources('zh-CHS') // 返回所有中文语言资源
2333
+ * getResources('zh-CHS.lookup') // 返回所有中文下帮助的资源
2334
+ */
2335
+ static getResources(t = "") {
2336
+ return t ? L.getValue(t, G) : G;
2337
+ }
2338
+ static getComponentOptions(t) {
2339
+ return L.langData[t];
2340
+ }
2341
+ /** 合并现有的多语资源 */
2342
+ static setLocaleData(t = null, n) {
2343
+ t && Object.keys(t).forEach((a) => {
2344
+ Object.keys(t[a]).forEach((r) => {
2345
+ L.appendLanguageResource(r, t[a][r], a);
2346
+ });
2347
+ }), L.langData = G[n], L.langData || (L.langData = G["zh-CHS"]);
2348
+ }
2349
+ static appendLanguageResource(t, n, o = L.localeId) {
2350
+ o ? G[o][t] = n || {} : (L.langData[t] = L.langData[t] || {}, L.langData[t] = Object.assign(L.langData[t], n || {}));
2351
+ }
2352
+ static getLocaleValue(t) {
2353
+ const n = L.getValue(t, L.langData);
2354
+ return n || "";
2355
+ }
2356
+ /**
2357
+ * 获取对象中指定字段的值。 field: 可以为带有层级结构的路径,如: user.firstName | name 等
2358
+ * data: 获取字段的数据源,一般为JSON对象
2359
+ * safe: 为true, 将html字符进行转码输出,默认为 false
2360
+ */
2361
+ static getValue(t, n, o = !1) {
2362
+ if (!n)
2363
+ return "";
2364
+ let a = "";
2365
+ return t.indexOf(".") === -1 && n.hasOwnProperty(t) ? a = n[t] : a = t.split(".").reduce((l, r) => l ? l[r] : null, n), o ? L.formatterValue(a) : a;
2366
+ }
2367
+ static formatterValue(t) {
2368
+ return t == null || t === "" ? "" : typeof t == "string" ? L.escapeHtml(t) : t;
2369
+ }
2370
+ static escapeHtml(t) {
2371
+ return t == null ? "" : t.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/\"/g, "&quot;").replace(/\'/g, "&#39;").replace(/\//g, "&#x2F;");
2372
+ }
2373
+ };
2374
+ Y(L, "langData"), Y(L, "localeId");
2375
+ let F = L;
2376
+ /*! *****************************************************************************
2377
+ Copyright (c) Microsoft Corporation.
2378
+
2379
+ Permission to use, copy, modify, and/or distribute this software for any
2380
+ purpose with or without fee is hereby granted.
2381
+
2382
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2383
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2384
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2385
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2386
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2387
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2388
+ PERFORMANCE OF THIS SOFTWARE.
2389
+ ***************************************************************************** */
2390
+ var X = function(e, t) {
2391
+ return X = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, o) {
2392
+ n.__proto__ = o;
2393
+ } || function(n, o) {
2394
+ for (var a in o)
2395
+ Object.prototype.hasOwnProperty.call(o, a) && (n[a] = o[a]);
2396
+ }, X(e, t);
2397
+ };
2398
+ function ee(e, t) {
2399
+ if (typeof t != "function" && t !== null)
2400
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
2401
+ X(e, t);
2402
+ function n() {
2403
+ this.constructor = e;
2404
+ }
2405
+ e.prototype = t === null ? Object.create(t) : (n.prototype = t.prototype, new n());
2406
+ }
2407
+ function Mo(e, t, n, o) {
2408
+ function a(l) {
2409
+ return l instanceof n ? l : new n(function(r) {
2410
+ r(l);
2411
+ });
2412
+ }
2413
+ return new (n || (n = Promise))(function(l, r) {
2414
+ function i(m) {
2415
+ try {
2416
+ s(o.next(m));
2417
+ } catch (y) {
2418
+ r(y);
2419
+ }
2420
+ }
2421
+ function d(m) {
2422
+ try {
2423
+ s(o.throw(m));
2424
+ } catch (y) {
2425
+ r(y);
2426
+ }
2427
+ }
2428
+ function s(m) {
2429
+ m.done ? l(m.value) : a(m.value).then(i, d);
2430
+ }
2431
+ s((o = o.apply(e, t || [])).next());
2432
+ });
2433
+ }
2434
+ function Te(e, t) {
2435
+ var n = { label: 0, sent: function() {
2436
+ if (l[0] & 1)
2437
+ throw l[1];
2438
+ return l[1];
2439
+ }, trys: [], ops: [] }, o, a, l, r;
2440
+ return r = { next: i(0), throw: i(1), return: i(2) }, typeof Symbol == "function" && (r[Symbol.iterator] = function() {
2441
+ return this;
2442
+ }), r;
2443
+ function i(s) {
2444
+ return function(m) {
2445
+ return d([s, m]);
2446
+ };
2447
+ }
2448
+ function d(s) {
2449
+ if (o)
2450
+ throw new TypeError("Generator is already executing.");
2451
+ for (; n; )
2452
+ try {
2453
+ if (o = 1, a && (l = s[0] & 2 ? a.return : s[0] ? a.throw || ((l = a.return) && l.call(a), 0) : a.next) && !(l = l.call(a, s[1])).done)
2454
+ return l;
2455
+ switch (a = 0, l && (s = [s[0] & 2, l.value]), s[0]) {
2456
+ case 0:
2457
+ case 1:
2458
+ l = s;
2459
+ break;
2460
+ case 4:
2461
+ return n.label++, { value: s[1], done: !1 };
2462
+ case 5:
2463
+ n.label++, a = s[1], s = [0];
2464
+ continue;
2465
+ case 7:
2466
+ s = n.ops.pop(), n.trys.pop();
2467
+ continue;
2468
+ default:
2469
+ if (l = n.trys, !(l = l.length > 0 && l[l.length - 1]) && (s[0] === 6 || s[0] === 2)) {
2470
+ n = 0;
2471
+ continue;
2472
+ }
2473
+ if (s[0] === 3 && (!l || s[1] > l[0] && s[1] < l[3])) {
2474
+ n.label = s[1];
2475
+ break;
2476
+ }
2477
+ if (s[0] === 6 && n.label < l[1]) {
2478
+ n.label = l[1], l = s;
2479
+ break;
2480
+ }
2481
+ if (l && n.label < l[2]) {
2482
+ n.label = l[2], n.ops.push(s);
2483
+ break;
2484
+ }
2485
+ l[2] && n.ops.pop(), n.trys.pop();
2486
+ continue;
2487
+ }
2488
+ s = t.call(e, n);
2489
+ } catch (m) {
2490
+ s = [6, m], a = 0;
2491
+ } finally {
2492
+ o = l = 0;
2493
+ }
2494
+ if (s[0] & 5)
2495
+ throw s[1];
2496
+ return { value: s[0] ? s[1] : void 0, done: !0 };
2497
+ }
2498
+ }
2499
+ function Z(e) {
2500
+ var t = typeof Symbol == "function" && Symbol.iterator, n = t && e[t], o = 0;
2501
+ if (n)
2502
+ return n.call(e);
2503
+ if (e && typeof e.length == "number")
2504
+ return {
2505
+ next: function() {
2506
+ return e && o >= e.length && (e = void 0), { value: e && e[o++], done: !e };
2507
+ }
2508
+ };
2509
+ throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
2510
+ }
2511
+ function V(e, t) {
2512
+ var n = typeof Symbol == "function" && e[Symbol.iterator];
2513
+ if (!n)
2514
+ return e;
2515
+ var o = n.call(e), a, l = [], r;
2516
+ try {
2517
+ for (; (t === void 0 || t-- > 0) && !(a = o.next()).done; )
2518
+ l.push(a.value);
2519
+ } catch (i) {
2520
+ r = { error: i };
2521
+ } finally {
2522
+ try {
2523
+ a && !a.done && (n = o.return) && n.call(o);
2524
+ } finally {
2525
+ if (r)
2526
+ throw r.error;
2527
+ }
2528
+ }
2529
+ return l;
2530
+ }
2531
+ function q(e, t) {
2532
+ for (var n = 0, o = t.length, a = e.length; n < o; n++, a++)
2533
+ e[a] = t[n];
2534
+ return e;
2535
+ }
2536
+ function N(e) {
2537
+ return this instanceof N ? (this.v = e, this) : new N(e);
2538
+ }
2539
+ function Ro(e, t, n) {
2540
+ if (!Symbol.asyncIterator)
2541
+ throw new TypeError("Symbol.asyncIterator is not defined.");
2542
+ var o = n.apply(e, t || []), a, l = [];
2543
+ return a = {}, r("next"), r("throw"), r("return"), a[Symbol.asyncIterator] = function() {
2544
+ return this;
2545
+ }, a;
2546
+ function r(u) {
2547
+ o[u] && (a[u] = function(v) {
2548
+ return new Promise(function(T, g) {
2549
+ l.push([u, v, T, g]) > 1 || i(u, v);
2550
+ });
2551
+ });
2552
+ }
2553
+ function i(u, v) {
2554
+ try {
2555
+ d(o[u](v));
2556
+ } catch (T) {
2557
+ y(l[0][3], T);
2558
+ }
2559
+ }
2560
+ function d(u) {
2561
+ u.value instanceof N ? Promise.resolve(u.value.v).then(s, m) : y(l[0][2], u);
2562
+ }
2563
+ function s(u) {
2564
+ i("next", u);
2565
+ }
2566
+ function m(u) {
2567
+ i("throw", u);
2568
+ }
2569
+ function y(u, v) {
2570
+ u(v), l.shift(), l.length && i(l[0][0], l[0][1]);
2571
+ }
2572
+ }
2573
+ function Bo(e) {
2574
+ if (!Symbol.asyncIterator)
2575
+ throw new TypeError("Symbol.asyncIterator is not defined.");
2576
+ var t = e[Symbol.asyncIterator], n;
2577
+ return t ? t.call(e) : (e = typeof Z == "function" ? Z(e) : e[Symbol.iterator](), n = {}, o("next"), o("throw"), o("return"), n[Symbol.asyncIterator] = function() {
2578
+ return this;
2579
+ }, n);
2580
+ function o(l) {
2581
+ n[l] = e[l] && function(r) {
2582
+ return new Promise(function(i, d) {
2583
+ r = e[l](r), a(i, d, r.done, r.value);
2584
+ });
2585
+ };
2586
+ }
2587
+ function a(l, r, i, d) {
2588
+ Promise.resolve(d).then(function(s) {
2589
+ l({ value: s, done: i });
2590
+ }, r);
2591
+ }
2592
+ }
2593
+ function S(e) {
2594
+ return typeof e == "function";
2595
+ }
2596
+ function Fo(e) {
2597
+ var t = function(o) {
2598
+ Error.call(o), o.stack = new Error().stack;
2599
+ }, n = e(t);
2600
+ return n.prototype = Object.create(Error.prototype), n.prototype.constructor = n, n;
2601
+ }
2602
+ var K = Fo(function(e) {
2603
+ return function(n) {
2604
+ e(this), this.message = n ? n.length + ` errors occurred during unsubscription:
2605
+ ` + n.map(function(o, a) {
2606
+ return a + 1 + ") " + o.toString();
2607
+ }).join(`
2608
+ `) : "", this.name = "UnsubscriptionError", this.errors = n;
2609
+ };
2610
+ });
2611
+ function fe(e, t) {
2612
+ if (e) {
2613
+ var n = e.indexOf(t);
2614
+ 0 <= n && e.splice(n, 1);
2615
+ }
2616
+ }
2617
+ var te = function() {
2618
+ function e(t) {
2619
+ this.initialTeardown = t, this.closed = !1, this._parentage = null, this._teardowns = null;
2620
+ }
2621
+ return e.prototype.unsubscribe = function() {
2622
+ var t, n, o, a, l;
2623
+ if (!this.closed) {
2624
+ this.closed = !0;
2625
+ var r = this._parentage;
2626
+ if (r)
2627
+ if (this._parentage = null, Array.isArray(r))
2628
+ try {
2629
+ for (var i = Z(r), d = i.next(); !d.done; d = i.next()) {
2630
+ var s = d.value;
2631
+ s.remove(this);
2632
+ }
2633
+ } catch (g) {
2634
+ t = { error: g };
2635
+ } finally {
2636
+ try {
2637
+ d && !d.done && (n = i.return) && n.call(i);
2638
+ } finally {
2639
+ if (t)
2640
+ throw t.error;
2641
+ }
2642
+ }
2643
+ else
2644
+ r.remove(this);
2645
+ var m = this.initialTeardown;
2646
+ if (S(m))
2647
+ try {
2648
+ m();
2649
+ } catch (g) {
2650
+ l = g instanceof K ? g.errors : [g];
2651
+ }
2652
+ var y = this._teardowns;
2653
+ if (y) {
2654
+ this._teardowns = null;
2655
+ try {
2656
+ for (var u = Z(y), v = u.next(); !v.done; v = u.next()) {
2657
+ var T = v.value;
2658
+ try {
2659
+ me(T);
2660
+ } catch (g) {
2661
+ l = l ?? [], g instanceof K ? l = q(q([], V(l)), V(g.errors)) : l.push(g);
2662
+ }
2663
+ }
2664
+ } catch (g) {
2665
+ o = { error: g };
2666
+ } finally {
2667
+ try {
2668
+ v && !v.done && (a = u.return) && a.call(u);
2669
+ } finally {
2670
+ if (o)
2671
+ throw o.error;
2672
+ }
2673
+ }
2674
+ }
2675
+ if (l)
2676
+ throw new K(l);
2677
+ }
2678
+ }, e.prototype.add = function(t) {
2679
+ var n;
2680
+ if (t && t !== this)
2681
+ if (this.closed)
2682
+ me(t);
2683
+ else {
2684
+ if (t instanceof e) {
2685
+ if (t.closed || t._hasParent(this))
2686
+ return;
2687
+ t._addParent(this);
2688
+ }
2689
+ (this._teardowns = (n = this._teardowns) !== null && n !== void 0 ? n : []).push(t);
2690
+ }
2691
+ }, e.prototype._hasParent = function(t) {
2692
+ var n = this._parentage;
2693
+ return n === t || Array.isArray(n) && n.includes(t);
2694
+ }, e.prototype._addParent = function(t) {
2695
+ var n = this._parentage;
2696
+ this._parentage = Array.isArray(n) ? (n.push(t), n) : n ? [n, t] : t;
2697
+ }, e.prototype._removeParent = function(t) {
2698
+ var n = this._parentage;
2699
+ n === t ? this._parentage = null : Array.isArray(n) && fe(n, t);
2700
+ }, e.prototype.remove = function(t) {
2701
+ var n = this._teardowns;
2702
+ n && fe(n, t), t instanceof e && t._removeParent(this);
2703
+ }, e.EMPTY = function() {
2704
+ var t = new e();
2705
+ return t.closed = !0, t;
2706
+ }(), e;
2707
+ }();
2708
+ te.EMPTY;
2709
+ function Le(e) {
2710
+ return e instanceof te || e && "closed" in e && S(e.remove) && S(e.add) && S(e.unsubscribe);
2711
+ }
2712
+ function me(e) {
2713
+ S(e) ? e() : e.unsubscribe();
2714
+ }
2715
+ var Ce = {
2716
+ onUnhandledError: null,
2717
+ onStoppedNotification: null,
2718
+ Promise: void 0,
2719
+ useDeprecatedSynchronousErrorHandling: !1,
2720
+ useDeprecatedNextContext: !1
2721
+ }, J = {
2722
+ setTimeout: function() {
2723
+ for (var e = [], t = 0; t < arguments.length; t++)
2724
+ e[t] = arguments[t];
2725
+ var n = J.delegate;
2726
+ return ((n == null ? void 0 : n.setTimeout) || setTimeout).apply(void 0, q([], V(e)));
2727
+ },
2728
+ clearTimeout: function(e) {
2729
+ var t = J.delegate;
2730
+ return ((t == null ? void 0 : t.clearTimeout) || clearTimeout)(e);
2731
+ },
2732
+ delegate: void 0
2733
+ };
2734
+ function Ee(e) {
2735
+ J.setTimeout(function() {
2736
+ throw e;
2737
+ });
2738
+ }
2739
+ function j() {
2740
+ }
2741
+ function No(e) {
2742
+ e();
2743
+ }
2744
+ var ne = function(e) {
2745
+ ee(t, e);
2746
+ function t(n) {
2747
+ var o = e.call(this) || this;
2748
+ return o.isStopped = !1, n ? (o.destination = n, Le(n) && n.add(o)) : o.destination = Uo, o;
2749
+ }
2750
+ return t.create = function(n, o, a) {
2751
+ return new Se(n, o, a);
2752
+ }, t.prototype.next = function(n) {
2753
+ this.isStopped || this._next(n);
2754
+ }, t.prototype.error = function(n) {
2755
+ this.isStopped || (this.isStopped = !0, this._error(n));
2756
+ }, t.prototype.complete = function() {
2757
+ this.isStopped || (this.isStopped = !0, this._complete());
2758
+ }, t.prototype.unsubscribe = function() {
2759
+ this.closed || (this.isStopped = !0, e.prototype.unsubscribe.call(this), this.destination = null);
2760
+ }, t.prototype._next = function(n) {
2761
+ this.destination.next(n);
2762
+ }, t.prototype._error = function(n) {
2763
+ try {
2764
+ this.destination.error(n);
2765
+ } finally {
2766
+ this.unsubscribe();
2767
+ }
2768
+ }, t.prototype._complete = function() {
2769
+ try {
2770
+ this.destination.complete();
2771
+ } finally {
2772
+ this.unsubscribe();
2773
+ }
2774
+ }, t;
2775
+ }(te), Se = function(e) {
2776
+ ee(t, e);
2777
+ function t(n, o, a) {
2778
+ var l = e.call(this) || this, r;
2779
+ if (S(n))
2780
+ r = n;
2781
+ else if (n) {
2782
+ r = n.next, o = n.error, a = n.complete;
2783
+ var i;
2784
+ l && Ce.useDeprecatedNextContext ? (i = Object.create(n), i.unsubscribe = function() {
2785
+ return l.unsubscribe();
2786
+ }) : i = n, r = r == null ? void 0 : r.bind(i), o = o == null ? void 0 : o.bind(i), a = a == null ? void 0 : a.bind(i);
2787
+ }
2788
+ return l.destination = {
2789
+ next: r ? Q(r) : j,
2790
+ error: Q(o ?? Ae),
2791
+ complete: a ? Q(a) : j
2792
+ }, l;
2793
+ }
2794
+ return t;
2795
+ }(ne);
2796
+ function Q(e, t) {
2797
+ return function() {
2798
+ for (var n = [], o = 0; o < arguments.length; o++)
2799
+ n[o] = arguments[o];
2800
+ try {
2801
+ e.apply(void 0, q([], V(n)));
2802
+ } catch (a) {
2803
+ Ee(a);
2804
+ }
2805
+ };
2806
+ }
2807
+ function Ae(e) {
2808
+ throw e;
2809
+ }
2810
+ var Uo = {
2811
+ closed: !0,
2812
+ next: j,
2813
+ error: Ae,
2814
+ complete: j
2815
+ }, oe = function() {
2816
+ return typeof Symbol == "function" && Symbol.observable || "@@observable";
2817
+ }();
2818
+ function Go(e) {
2819
+ return e;
2820
+ }
2821
+ function Zo(e) {
2822
+ return e.length === 0 ? Go : e.length === 1 ? e[0] : function(n) {
2823
+ return e.reduce(function(o, a) {
2824
+ return a(o);
2825
+ }, n);
2826
+ };
2827
+ }
2828
+ var D = function() {
2829
+ function e(t) {
2830
+ t && (this._subscribe = t);
2831
+ }
2832
+ return e.prototype.lift = function(t) {
2833
+ var n = new e();
2834
+ return n.source = this, n.operator = t, n;
2835
+ }, e.prototype.subscribe = function(t, n, o) {
2836
+ var a = this, l = qo(t) ? t : new Se(t, n, o);
2837
+ return No(function() {
2838
+ var r = a, i = r.operator, d = r.source;
2839
+ l.add(i ? i.call(l, d) : d ? a._subscribe(l) : a._trySubscribe(l));
2840
+ }), l;
2841
+ }, e.prototype._trySubscribe = function(t) {
2842
+ try {
2843
+ return this._subscribe(t);
2844
+ } catch (n) {
2845
+ t.error(n);
2846
+ }
2847
+ }, e.prototype.forEach = function(t, n) {
2848
+ var o = this;
2849
+ return n = ve(n), new n(function(a, l) {
2850
+ var r;
2851
+ r = o.subscribe(function(i) {
2852
+ try {
2853
+ t(i);
2854
+ } catch (d) {
2855
+ l(d), r == null || r.unsubscribe();
2856
+ }
2857
+ }, l, a);
2858
+ });
2859
+ }, e.prototype._subscribe = function(t) {
2860
+ var n;
2861
+ return (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(t);
2862
+ }, e.prototype[oe] = function() {
2863
+ return this;
2864
+ }, e.prototype.pipe = function() {
2865
+ for (var t = [], n = 0; n < arguments.length; n++)
2866
+ t[n] = arguments[n];
2867
+ return Zo(t)(this);
2868
+ }, e.prototype.toPromise = function(t) {
2869
+ var n = this;
2870
+ return t = ve(t), new t(function(o, a) {
2871
+ var l;
2872
+ n.subscribe(function(r) {
2873
+ return l = r;
2874
+ }, function(r) {
2875
+ return a(r);
2876
+ }, function() {
2877
+ return o(l);
2878
+ });
2879
+ });
2880
+ }, e.create = function(t) {
2881
+ return new e(t);
2882
+ }, e;
2883
+ }();
2884
+ function ve(e) {
2885
+ var t;
2886
+ return (t = e ?? Ce.Promise) !== null && t !== void 0 ? t : Promise;
2887
+ }
2888
+ function Vo(e) {
2889
+ return e && S(e.next) && S(e.error) && S(e.complete);
2890
+ }
2891
+ function qo(e) {
2892
+ return e && e instanceof ne || Vo(e) && Le(e);
2893
+ }
2894
+ function jo(e) {
2895
+ return S(e == null ? void 0 : e.lift);
2896
+ }
2897
+ function xe(e) {
2898
+ return function(t) {
2899
+ if (jo(t))
2900
+ return t.lift(function(n) {
2901
+ try {
2902
+ return e(n, this);
2903
+ } catch (o) {
2904
+ this.error(o);
2905
+ }
2906
+ });
2907
+ throw new TypeError("Unable to lift unknown Observable type");
2908
+ };
2909
+ }
2910
+ var zo = function(e) {
2911
+ ee(t, e);
2912
+ function t(n, o, a, l, r) {
2913
+ var i = e.call(this, n) || this;
2914
+ return i.onFinalize = r, i._next = o ? function(d) {
2915
+ try {
2916
+ o(d);
2917
+ } catch (s) {
2918
+ n.error(s);
2919
+ }
2920
+ } : e.prototype._next, i._error = l ? function(d) {
2921
+ try {
2922
+ l(d);
2923
+ } catch (s) {
2924
+ n.error(s);
2925
+ } finally {
2926
+ this.unsubscribe();
2927
+ }
2928
+ } : e.prototype._error, i._complete = a ? function() {
2929
+ try {
2930
+ a();
2931
+ } catch (d) {
2932
+ n.error(d);
2933
+ } finally {
2934
+ this.unsubscribe();
2935
+ }
2936
+ } : e.prototype._complete, i;
2937
+ }
2938
+ return t.prototype.unsubscribe = function() {
2939
+ var n, o = this.closed;
2940
+ e.prototype.unsubscribe.call(this), !o && ((n = this.onFinalize) === null || n === void 0 || n.call(this));
2941
+ }, t;
2942
+ }(ne);
2943
+ function Wo(e) {
2944
+ return e && S(e.schedule);
2945
+ }
2946
+ function Yo(e) {
2947
+ return e[e.length - 1];
2948
+ }
2949
+ function Ko(e) {
2950
+ return Wo(Yo(e)) ? e.pop() : void 0;
2951
+ }
2952
+ var Oe = function(e) {
2953
+ return e && typeof e.length == "number" && typeof e != "function";
2954
+ };
2955
+ function we(e) {
2956
+ return S(e == null ? void 0 : e.then);
2957
+ }
2958
+ function _e(e) {
2959
+ return S(e[oe]);
2960
+ }
2961
+ function He(e) {
2962
+ return Symbol.asyncIterator && S(e == null ? void 0 : e[Symbol.asyncIterator]);
2963
+ }
2964
+ function Pe(e) {
2965
+ return new TypeError("You provided " + (e !== null && typeof e == "object" ? "an invalid object" : "'" + e + "'") + " where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.");
2966
+ }
2967
+ function Qo() {
2968
+ return typeof Symbol != "function" || !Symbol.iterator ? "@@iterator" : Symbol.iterator;
2969
+ }
2970
+ var Ie = Qo();
2971
+ function De(e) {
2972
+ return S(e == null ? void 0 : e[Ie]);
2973
+ }
2974
+ function ke(e) {
2975
+ return Ro(this, arguments, function() {
2976
+ var n, o, a, l;
2977
+ return Te(this, function(r) {
2978
+ switch (r.label) {
2979
+ case 0:
2980
+ n = e.getReader(), r.label = 1;
2981
+ case 1:
2982
+ r.trys.push([1, , 9, 10]), r.label = 2;
2983
+ case 2:
2984
+ return [4, N(n.read())];
2985
+ case 3:
2986
+ return o = r.sent(), a = o.value, l = o.done, l ? [4, N(void 0)] : [3, 5];
2987
+ case 4:
2988
+ return [2, r.sent()];
2989
+ case 5:
2990
+ return [4, N(a)];
2991
+ case 6:
2992
+ return [4, r.sent()];
2993
+ case 7:
2994
+ return r.sent(), [3, 2];
2995
+ case 8:
2996
+ return [3, 10];
2997
+ case 9:
2998
+ return n.releaseLock(), [7];
2999
+ case 10:
3000
+ return [2];
3001
+ }
3002
+ });
3003
+ });
3004
+ }
3005
+ function Me(e) {
3006
+ return S(e == null ? void 0 : e.getReader);
3007
+ }
3008
+ function ae(e) {
3009
+ if (e instanceof D)
3010
+ return e;
3011
+ if (e != null) {
3012
+ if (_e(e))
3013
+ return $o(e);
3014
+ if (Oe(e))
3015
+ return Xo(e);
3016
+ if (we(e))
3017
+ return Jo(e);
3018
+ if (He(e))
3019
+ return Re(e);
3020
+ if (De(e))
3021
+ return ea(e);
3022
+ if (Me(e))
3023
+ return ta(e);
3024
+ }
3025
+ throw Pe(e);
3026
+ }
3027
+ function $o(e) {
3028
+ return new D(function(t) {
3029
+ var n = e[oe]();
3030
+ if (S(n.subscribe))
3031
+ return n.subscribe(t);
3032
+ throw new TypeError("Provided object does not correctly implement Symbol.observable");
3033
+ });
3034
+ }
3035
+ function Xo(e) {
3036
+ return new D(function(t) {
3037
+ for (var n = 0; n < e.length && !t.closed; n++)
3038
+ t.next(e[n]);
3039
+ t.complete();
3040
+ });
3041
+ }
3042
+ function Jo(e) {
3043
+ return new D(function(t) {
3044
+ e.then(function(n) {
3045
+ t.closed || (t.next(n), t.complete());
3046
+ }, function(n) {
3047
+ return t.error(n);
3048
+ }).then(null, Ee);
3049
+ });
3050
+ }
3051
+ function ea(e) {
3052
+ return new D(function(t) {
3053
+ var n, o;
3054
+ try {
3055
+ for (var a = Z(e), l = a.next(); !l.done; l = a.next()) {
3056
+ var r = l.value;
3057
+ if (t.next(r), t.closed)
3058
+ return;
3059
+ }
3060
+ } catch (i) {
3061
+ n = { error: i };
3062
+ } finally {
3063
+ try {
3064
+ l && !l.done && (o = a.return) && o.call(a);
3065
+ } finally {
3066
+ if (n)
3067
+ throw n.error;
3068
+ }
3069
+ }
3070
+ t.complete();
3071
+ });
3072
+ }
3073
+ function Re(e) {
3074
+ return new D(function(t) {
3075
+ na(e, t).catch(function(n) {
3076
+ return t.error(n);
3077
+ });
3078
+ });
3079
+ }
3080
+ function ta(e) {
3081
+ return Re(ke(e));
3082
+ }
3083
+ function na(e, t) {
3084
+ var n, o, a, l;
3085
+ return Mo(this, void 0, void 0, function() {
3086
+ var r, i;
3087
+ return Te(this, function(d) {
3088
+ switch (d.label) {
3089
+ case 0:
3090
+ d.trys.push([0, 5, 6, 11]), n = Bo(e), d.label = 1;
3091
+ case 1:
3092
+ return [4, n.next()];
3093
+ case 2:
3094
+ if (o = d.sent(), !!o.done)
3095
+ return [3, 4];
3096
+ if (r = o.value, t.next(r), t.closed)
3097
+ return [2];
3098
+ d.label = 3;
3099
+ case 3:
3100
+ return [3, 1];
3101
+ case 4:
3102
+ return [3, 11];
3103
+ case 5:
3104
+ return i = d.sent(), a = { error: i }, [3, 11];
3105
+ case 6:
3106
+ return d.trys.push([6, , 9, 10]), o && !o.done && (l = n.return) ? [4, l.call(n)] : [3, 8];
3107
+ case 7:
3108
+ d.sent(), d.label = 8;
3109
+ case 8:
3110
+ return [3, 10];
3111
+ case 9:
3112
+ if (a)
3113
+ throw a.error;
3114
+ return [7];
3115
+ case 10:
3116
+ return [7];
3117
+ case 11:
3118
+ return t.complete(), [2];
3119
+ }
3120
+ });
3121
+ });
3122
+ }
3123
+ function R(e, t, n, o, a) {
3124
+ o === void 0 && (o = 0), a === void 0 && (a = !1);
3125
+ var l = t.schedule(function() {
3126
+ n(), a ? e.add(this.schedule(null, o)) : this.unsubscribe();
3127
+ }, o);
3128
+ if (e.add(l), !a)
3129
+ return l;
3130
+ }
3131
+ function Be(e, t) {
3132
+ return t === void 0 && (t = 0), xe(function(n, o) {
3133
+ n.subscribe(new zo(o, function(a) {
3134
+ return R(o, e, function() {
3135
+ return o.next(a);
3136
+ }, t);
3137
+ }, function() {
3138
+ return R(o, e, function() {
3139
+ return o.complete();
3140
+ }, t);
3141
+ }, function(a) {
3142
+ return R(o, e, function() {
3143
+ return o.error(a);
3144
+ }, t);
3145
+ }));
3146
+ });
3147
+ }
3148
+ function Fe(e, t) {
3149
+ return t === void 0 && (t = 0), xe(function(n, o) {
3150
+ o.add(e.schedule(function() {
3151
+ return n.subscribe(o);
3152
+ }, t));
3153
+ });
3154
+ }
3155
+ function oa(e, t) {
3156
+ return ae(e).pipe(Fe(t), Be(t));
3157
+ }
3158
+ function aa(e, t) {
3159
+ return ae(e).pipe(Fe(t), Be(t));
3160
+ }
3161
+ function la(e, t) {
3162
+ return new D(function(n) {
3163
+ var o = 0;
3164
+ return t.schedule(function() {
3165
+ o === e.length ? n.complete() : (n.next(e[o++]), n.closed || this.schedule());
3166
+ });
3167
+ });
3168
+ }
3169
+ function ra(e, t) {
3170
+ return new D(function(n) {
3171
+ var o;
3172
+ return R(n, t, function() {
3173
+ o = e[Ie](), R(n, t, function() {
3174
+ var a, l, r;
3175
+ try {
3176
+ a = o.next(), l = a.value, r = a.done;
3177
+ } catch (i) {
3178
+ n.error(i);
3179
+ return;
3180
+ }
3181
+ r ? n.complete() : n.next(l);
3182
+ }, 0, !0);
3183
+ }), function() {
3184
+ return S(o == null ? void 0 : o.return) && o.return();
3185
+ };
3186
+ });
3187
+ }
3188
+ function Ne(e, t) {
3189
+ if (!e)
3190
+ throw new Error("Iterable cannot be null");
3191
+ return new D(function(n) {
3192
+ R(n, t, function() {
3193
+ var o = e[Symbol.asyncIterator]();
3194
+ R(n, t, function() {
3195
+ o.next().then(function(a) {
3196
+ a.done ? n.complete() : n.next(a.value);
3197
+ });
3198
+ }, 0, !0);
3199
+ });
3200
+ });
3201
+ }
3202
+ function ia(e, t) {
3203
+ return Ne(ke(e), t);
3204
+ }
3205
+ function sa(e, t) {
3206
+ if (e != null) {
3207
+ if (_e(e))
3208
+ return oa(e, t);
3209
+ if (Oe(e))
3210
+ return la(e, t);
3211
+ if (we(e))
3212
+ return aa(e, t);
3213
+ if (He(e))
3214
+ return Ne(e, t);
3215
+ if (De(e))
3216
+ return ra(e, t);
3217
+ if (Me(e))
3218
+ return ia(e, t);
3219
+ }
3220
+ throw Pe(e);
3221
+ }
3222
+ function ca(e, t) {
3223
+ return t ? sa(e, t) : ae(e);
3224
+ }
3225
+ function ua() {
3226
+ for (var e = [], t = 0; t < arguments.length; t++)
3227
+ e[t] = arguments[t];
3228
+ var n = Ko(e);
3229
+ return ca(e, n);
3230
+ }
3231
+ function da(e, t) {
3232
+ const n = f(e.personSearchUrl), o = f(e.personnelsDisplayKey), a = f(!1), l = [], r = f(!1);
3233
+ function i(u) {
3234
+ u && u.stopPropagation && u.stopPropagation();
3235
+ }
3236
+ function d(u, v, T) {
3237
+ return !u || !v ? !1 : T.findIndex((g) => u === g[v]) !== -1;
3238
+ }
3239
+ function s(u, v) {
3240
+ return n.value && `${n.value}${u}${v}`, ua(!0);
3241
+ }
3242
+ function m(u) {
3243
+ if (u && u[o.value]) {
3244
+ const v = u[o.value];
3245
+ return v.substring(v.length - 2, v.length);
3246
+ }
3247
+ return "";
3248
+ }
3249
+ function y() {
3250
+ r.value = !1, a.value = !1;
3251
+ }
3252
+ return {
3253
+ personSearchUrl: n,
3254
+ personnelsDisplayKey: o,
3255
+ /** 搜索人事管理弹窗 */
3256
+ personModalVisible: r,
3257
+ relativeVisible: a,
3258
+ selectedPersonnels: l,
3259
+ stopBubble: i,
3260
+ _isInArray: d,
3261
+ getSearchData: s,
3262
+ getAvatar: m,
3263
+ setRelativeValue: y
3264
+ };
3265
+ }
3266
+ const he = /* @__PURE__ */ ge({
3267
+ name: "FDiscussionEditor",
3268
+ props: ut,
3269
+ emits: ["selections", "lineData", "value", "filePreview", "fileRemove", "fileUploadDone", "personnelSearch", "getOutUsers"],
3270
+ setup(e, t) {
3271
+ const n = f(e.cancelVisible), o = f(e.personnelsPrimaryKey), a = f(e.replyPersonnelsDisplayKey), l = f(e.editHeight);
3272
+ f(e.type);
3273
+ const r = f(e.orgUrl), i = f(e.sectionData);
3274
+ let d, s;
3275
+ const m = f(e.personnels);
3276
+ E({
3277
+ get() {
3278
+ return m.value;
3279
+ },
3280
+ set(c) {
3281
+ c && (m.value = c, h = m.value, k = m.value);
3282
+ }
3283
+ });
3284
+ const y = f(e.replyUser), u = E({
3285
+ get() {
3286
+ return y;
3287
+ },
3288
+ set(c) {
3289
+ c && (y.value = c, y.value.id && Je());
3290
+ }
3291
+ }), v = f(e.attachFiles), T = E({
3292
+ get() {
3293
+ return v.value;
3294
+ },
3295
+ set(c) {
3296
+ c && (v.value = c);
3297
+ }
3298
+ }), g = f(""), _ = f(""), P = f(""), O = [];
3299
+ let I, k = [], h = [], b;
3300
+ f(!1);
3301
+ const A = {}, C = f(!1), le = f(), Ue = '<span class="f-icon f-icon-search"></span>', {
3302
+ personSearchUrl: Ge,
3303
+ personnelsDisplayKey: z,
3304
+ personModalVisible: B,
3305
+ relativeVisible: pa,
3306
+ selectedPersonnels: M,
3307
+ stopBubble: re,
3308
+ _isInArray: Ze,
3309
+ getSearchData: Ve,
3310
+ getAvatar: ie,
3311
+ setRelativeValue: qe
3312
+ } = da(e);
3313
+ it(() => {
3314
+ document.addEventListener("click", qe), le.value = [{
3315
+ value: "ALL",
3316
+ text: F.getLocaleValue("discussionGroup.all")
3317
+ }, {
3318
+ value: "RELATED",
3319
+ text: F.getLocaleValue("discussionGroup.related")
3320
+ }], b = le.value[0], d = F.getLocaleValue("discussionGroup.placeholder");
3321
+ });
3322
+ function se(c) {
3323
+ c && (s = c.target.innerHTML, g.value = s), _.value && (g.value += _.value), P.value && (g.value += P.value), s = "", _.value = "", P.value = "";
3324
+ }
3325
+ function je(c) {
3326
+ s = c.target.innerHTML;
3327
+ const {
3328
+ children: x
3329
+ } = c.target, w = [];
3330
+ for (let H = 0; H < x.length; H++)
3331
+ w.push(x[H].id);
3332
+ M.value.forEach((H, U) => {
3333
+ w.includes(H[o.value]) || M.value.splice(U, 1);
3334
+ }), O.value.forEach((H, U) => {
3335
+ w.includes(H[o.value]) || O.value.splice(U, 1);
3336
+ }), s || (s = "");
3337
+ }
3338
+ function ze() {
3339
+ Ve(I, A.pageIndex + 1).subscribe((c) => {
3340
+ "users" in c && (A.pageIndex = c.pageIndex, A.users = [...A.users, ...c.users]);
3341
+ });
3342
+ }
3343
+ function We() {
3344
+ let c = [];
3345
+ C.value ? c = A.users.filter((x) => x.active === !0) : c = h.filter((x) => {
3346
+ x.active;
3347
+ }), c.length && Ye(c), ce(), se(null), B.value = !1;
3348
+ }
3349
+ function Ye(c, x = !1) {
3350
+ c.forEach((w) => {
3351
+ M.value.length && Ze(w[o.value], o.value, M) || (_.value += '<a name="personnel" contenteditable="false" class="at-user" id="' + w[o.value] + '" userid="' + w[o.value] + '">@' + w[z.value] + "</a>&nbsp;", M.value.push(w));
3352
+ });
3353
+ }
3354
+ function ce() {
3355
+ C.value = !1, B.value = !1, h = k, h.length && h.forEach((c) => {
3356
+ c.active = !1;
3357
+ }), I = "";
3358
+ }
3359
+ function Ke(c) {
3360
+ B.value = !B.value, setTimeout(() => {
3361
+ B.value && Qe();
3362
+ }, 0), re(c);
3363
+ }
3364
+ const W = f(null);
3365
+ function Qe() {
3366
+ var w, H;
3367
+ const c = window.innerHeight, x = (w = W.value) == null ? void 0 : w.getBoundingClientRect().bottom;
3368
+ x && c < x && ((H = W.value) == null || H.scrollIntoView(!1));
3369
+ }
3370
+ function $e() {
3371
+ if (!g.value) {
3372
+ F.getLocaleValue("discussionGroup.notEmpty");
3373
+ return;
3374
+ }
3375
+ const c = [];
3376
+ T.value && T.value.length && T.value.forEach((x) => {
3377
+ const {
3378
+ id: w
3379
+ } = x, {
3380
+ name: H
3381
+ } = x, {
3382
+ size: U
3383
+ } = x, {
3384
+ metadataId: et
3385
+ } = x.extend, tt = {
3386
+ id: w,
3387
+ name: H,
3388
+ size: U,
3389
+ metadataId: et
3390
+ };
3391
+ c.push(tt);
3392
+ }), t.emit("value", {
3393
+ msgInfo: $.Confirm,
3394
+ text: g,
3395
+ mailTos: M,
3396
+ mailToSections: O,
3397
+ visibility: b.value,
3398
+ parentId: u.value && "id" in u.value ? u.value.id : null,
3399
+ attachFiles: c.length ? c : null
3400
+ }), g.value = "", M.value = [], O.value = [], T.value = [], u.value = {};
3401
+ }
3402
+ function Xe() {
3403
+ t.emit("value", {
3404
+ msgInfo: $.Cancel,
3405
+ text: null,
3406
+ mailTos: [],
3407
+ mailToSections: [],
3408
+ visibility: null,
3409
+ parentId: null,
3410
+ attachFiles: null
3411
+ }), g.value = "", M.value = [], O.value = [], T.value = [], u.value = {};
3412
+ }
3413
+ const ue = f(null);
3414
+ function Je() {
3415
+ var c;
3416
+ (c = ue.value) == null || c.focus();
3417
+ }
3418
+ function de(c) {
3419
+ return c.active = !c.active, c;
3420
+ }
3421
+ return () => p("div", {
3422
+ class: "f-discussion-editor"
3423
+ }, [u.value && u.value.id && p("div", {
3424
+ class: "farris-discussion-group-reply-tip"
3425
+ }, ["discussionGroup.reply", p("span", {
3426
+ class: "farris-discussion-group-reply-tip-name"
3427
+ }, [u.value[a.value]]), pe(":")]), p("div", {
3428
+ class: "f-discussion-group-edit"
3429
+ }, [p("div", {
3430
+ class: "f-discussion-group-edit-container",
3431
+ style: [{
3432
+ height: l.value + "px"
3433
+ }]
3434
+ }, [p("div", {
3435
+ class: "textarea-editor",
3436
+ onKeyup: (c) => je(c),
3437
+ onBlur: (c) => se(c),
3438
+ ref: ue,
3439
+ contenteditable: !0,
3440
+ innerHTML: g.value
3441
+ }, null)]), p("div", {
3442
+ class: "f-discussion-group-edit-footer"
3443
+ }, [p("div", {
3444
+ class: "f-discussion-group-edit-toolbar"
3445
+ }, [p("div", {
3446
+ class: "f-discussion-group-edit-toolbar-item f-discussion-group-edit-toolbar-about"
3447
+ }, [p("div", {
3448
+ class: "toolbar-item-text",
3449
+ onClick: (c) => Ke(c)
3450
+ }, [p("span", {
3451
+ class: "toolbar-icon"
3452
+ }, [pe("@")]), p("span", {
3453
+ class: "toolbar-text"
3454
+ }, ["discussionGroup.colleague"])]), B.value && p("div", {
3455
+ class: "f-discussion-group-about-dropdown",
3456
+ onClick: (c) => {
3457
+ re(c);
3458
+ },
3459
+ ref: W
3460
+ }, [p("div", {
3461
+ class: "f-discussion-group-about-search"
3462
+ }, [p(It, {
3463
+ placeholder: d,
3464
+ groupText: Ue
3465
+ }, null)]), p("div", {
3466
+ class: "f-discussion-group-about-content"
3467
+ }, [p("div", {
3468
+ class: "f-discussion-group-about-used",
3469
+ hidden: !!C.value
3470
+ }, [p("ul", {
3471
+ class: "f-discussion-group-about-dropdown-list"
3472
+ }, [h.length && h.map((c) => p("li", {
3473
+ onClick: de(c),
3474
+ class: ["d-flex f-discussion-group-about-dropdown-list-item", {
3475
+ active: c.active
3476
+ }]
3477
+ }, [p("span", {
3478
+ class: "f-icon f-icon-check"
3479
+ }, null), c.imgData && p("img", {
3480
+ src: "item.imgData",
3481
+ class: "about-list-item-avatar"
3482
+ }, null), !c.imgData && p("div", {
3483
+ class: "about-list-item-avatar-tip",
3484
+ innerHTML: ie(c)
3485
+ }, null), p("div", {
3486
+ class: "f-discussion-group-about-dropdown-list-detail f-utils-fill"
3487
+ }, [p("div", {
3488
+ class: "about-list-detail-text"
3489
+ }, [c[z.value]]), p("div", {
3490
+ class: "about-list-detail-subtext"
3491
+ }, [c.email])])])), !h.length && p("li", {
3492
+ class: "f-discussion-group-about-dropdown-list-item about-dropdown-list-item-empty"
3493
+ }, ["discussionGroup.emptyMessage"])])]), p("div", {
3494
+ class: "f-discussion-group-about-searchlist",
3495
+ hidden: !C.value
3496
+ }, [p("ul", {
3497
+ class: "f-discussion-group-about-dropdown-list"
3498
+ }, [A && A.users && A.users.length && p("template", null, [A.users.map((c) => p("li", {
3499
+ onClick: de(c),
3500
+ class: ["d-flex f-discussion-group-about-dropdown-list-item", {
3501
+ active: c.active
3502
+ }]
3503
+ }, [p("span", {
3504
+ class: "f-icon f-icon-check"
3505
+ }, null), c.imgData && p("img", {
3506
+ src: "item.imgData",
3507
+ class: "about-list-item-avatar"
3508
+ }, null), !c.imgData && p("div", {
3509
+ class: "about-list-item-avatar-tip",
3510
+ innerHTML: ie(c)
3511
+ }, null), p("div", {
3512
+ class: "f-discussion-group-about-dropdown-list-detail f-utils-fill"
3513
+ }, [p("div", {
3514
+ class: "about-list-detail-text"
3515
+ }, [c[z.value]]), p("div", {
3516
+ class: "about-list-detail-subtext"
3517
+ }, null)])])), p("div", {
3518
+ class: "f-discussion-person-list-page"
3519
+ }, [A.pageIndex < A.pageCount - 1 && p("span", {
3520
+ class: "section-page-more section-page-text",
3521
+ onClick: ze
3522
+ }, ["discussionGroup.viewMore"])])]), A && A.users && !A.users.length && p("li", {
3523
+ class: "f-discussion-group-about-dropdown-list-item about-dropdown-list-item-empty"
3524
+ }, ["discussionGroup.emptyMessage"])])])]), p("div", {
3525
+ class: "f-about-list-btns d-flex"
3526
+ }, [p("div", {
3527
+ class: "f-about-list-btns-left"
3528
+ }, [p(st("farris-discussion-personnel"), {
3529
+ sectionData: i.value,
3530
+ orgUrl: r.value,
3531
+ personSearchUrl: Ge.value
3532
+ }, null)]), p("div", {
3533
+ class: "f-about-list-btns-right"
3534
+ }, [p("button", {
3535
+ class: "btn btn-secondary",
3536
+ onClick: ce
3537
+ }, ["discussionGroup.cancel"]), p("button", {
3538
+ class: "btn btn-primary",
3539
+ onClick: We
3540
+ }, ["discussionGroup.confirm"])])])])])]), p("div", {
3541
+ class: "f-discussion-group-edit-btns"
3542
+ }, [n.value && p("button", {
3543
+ class: "btn btn-link f-discussion-cancel",
3544
+ onClick: Xe
3545
+ }, ["discussionGroup.cancel"]), p("button", {
3546
+ class: "btn btn-primary",
3547
+ onClick: $e
3548
+ }, ["discussionGroup.submit"])])])])]);
3549
+ }
3550
+ }), ha = {
3551
+ install(e) {
3552
+ e.component(he.name, he);
3553
+ }
3554
+ };
3555
+ export {
3556
+ he as DiscussionEditorProps,
3557
+ ha as default,
3558
+ ut as discussionEditorProps
3559
+ };