@farris/ui-vue 1.0.0-beta.6 → 1.0.1

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 +2078 -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 +13564 -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 +13295 -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 +15234 -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 +13562 -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 +13602 -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 +25017 -5892
  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 +2272 -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 +3 -1
  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
@@ -1,5 +1,239 @@
1
- import { computed as d, watch as P, ref as g, defineComponent as E, createVNode as f, Teleport as H, Fragment as _, mergeProps as q, withDirectives as z, vShow as J } from "vue";
2
- const Q = {
1
+ import { defineComponent as J, ref as i, computed as x, createVNode as B, Teleport as oe, createApp as Be, onUnmounted as ae, watch as $, nextTick as z, withDirectives as le, vShow as ue, onMounted as ie, Fragment as Ce, mergeProps as Te } from "vue";
2
+ const xe = {};
3
+ function se(e) {
4
+ const { properties: t } = e;
5
+ return Object.keys(t).reduce((l, n) => (l[n] = t[n].type === "object" && t[n].properties ? se(t[n]) : t[n].default, l), {});
6
+ }
7
+ function we(e, t) {
8
+ const a = se(t);
9
+ return Object.keys(e).reduce((l, n) => (l[n] = e[n], l), a), a;
10
+ }
11
+ function ke(e, t) {
12
+ return Object.keys(e).filter((l) => e[l] != null).reduce((l, n) => {
13
+ if (t.has(n)) {
14
+ const c = t.get(n);
15
+ if (typeof c == "string")
16
+ l[c] = e[n];
17
+ else {
18
+ const d = c(n, e[n]);
19
+ Object.assign(l, d);
20
+ }
21
+ } else
22
+ l[n] = e[n];
23
+ return l;
24
+ }, {});
25
+ }
26
+ function Pe(e, t, a = /* @__PURE__ */ new Map()) {
27
+ const l = we(e, t);
28
+ return ke(l, a);
29
+ }
30
+ function Ie(e, t, a = /* @__PURE__ */ new Map()) {
31
+ return xe[t.title] = t, (l) => {
32
+ const n = Pe(l, t, a), c = Object.keys(e).reduce((d, u) => (d[u] = e[u].default, d), {});
33
+ return Object.assign(c, n);
34
+ };
35
+ }
36
+ function Oe(e, t) {
37
+ return { customClass: t.class };
38
+ }
39
+ const Re = /* @__PURE__ */ new Map([
40
+ ["appearance", Oe]
41
+ ]), Le = "https://json-schema.org/draft/2020-12/schema", Se = "https://farris-design.gitee.io/button-edit.schema.json", je = "button-edit", Me = "A Farris Input Component", De = "object", Ae = {
42
+ id: {
43
+ description: "The unique identifier for a Input Group",
44
+ type: "string"
45
+ },
46
+ type: {
47
+ description: "The type string of Input Group component",
48
+ type: "string",
49
+ default: "button-edit"
50
+ },
51
+ appearance: {
52
+ description: "",
53
+ type: "object",
54
+ properties: {
55
+ class: {
56
+ type: "string"
57
+ },
58
+ style: {
59
+ type: "string"
60
+ }
61
+ },
62
+ default: {}
63
+ },
64
+ binding: {
65
+ description: "",
66
+ type: "object",
67
+ default: {}
68
+ },
69
+ disable: {
70
+ type: "string",
71
+ default: !1
72
+ },
73
+ editable: {
74
+ description: "",
75
+ type: "boolean",
76
+ default: !0
77
+ },
78
+ enableLinkLabel: {
79
+ description: "",
80
+ type: "boolean",
81
+ default: !1
82
+ },
83
+ label: {
84
+ description: "",
85
+ type: "string",
86
+ default: ""
87
+ },
88
+ lableWidth: {
89
+ description: "",
90
+ type: "number"
91
+ },
92
+ placeHolder: {
93
+ description: "",
94
+ type: "string",
95
+ default: ""
96
+ },
97
+ readonly: {
98
+ description: "",
99
+ type: "boolean",
100
+ default: !1
101
+ },
102
+ require: {
103
+ description: "",
104
+ type: "boolean",
105
+ default: !1
106
+ },
107
+ tabindex: {
108
+ description: "",
109
+ type: "number",
110
+ default: -1
111
+ },
112
+ textAlign: {
113
+ description: "",
114
+ type: "string",
115
+ enum: [
116
+ "left",
117
+ "middle",
118
+ "right"
119
+ ],
120
+ default: "left"
121
+ },
122
+ visible: {
123
+ description: "",
124
+ type: "boolean",
125
+ default: !0
126
+ },
127
+ onBlur: {
128
+ description: "",
129
+ type: "string",
130
+ default: ""
131
+ },
132
+ onClickLinkLabel: {
133
+ description: "",
134
+ type: "sting",
135
+ default: ""
136
+ },
137
+ autoComplete: {
138
+ description: "",
139
+ type: "boolean",
140
+ default: !1
141
+ },
142
+ buttonContent: {
143
+ description: "",
144
+ type: "string",
145
+ default: ""
146
+ },
147
+ enableClear: {
148
+ description: "",
149
+ type: "boolean",
150
+ default: !0
151
+ },
152
+ inputType: {
153
+ description: "",
154
+ type: "string",
155
+ enum: [
156
+ "text",
157
+ "tag"
158
+ ],
159
+ default: "text"
160
+ },
161
+ multiSelect: {
162
+ description: "",
163
+ type: "boolean",
164
+ default: !1
165
+ },
166
+ popup: {
167
+ description: "",
168
+ type: "object",
169
+ properties: {
170
+ footerButtons: {
171
+ type: "array",
172
+ default: []
173
+ },
174
+ height: {
175
+ type: "number",
176
+ default: 600
177
+ },
178
+ dataMapping: {
179
+ type: "object"
180
+ },
181
+ contents: {
182
+ type: "array",
183
+ default: []
184
+ },
185
+ showMaxButton: {
186
+ type: "boolean",
187
+ default: !0
188
+ },
189
+ showCloseButton: {
190
+ type: "boolean",
191
+ default: !0
192
+ },
193
+ showFooter: {
194
+ type: "boolean",
195
+ default: !0
196
+ },
197
+ title: {
198
+ type: "string",
199
+ default: ""
200
+ },
201
+ width: {
202
+ type: "number",
203
+ default: 800
204
+ }
205
+ }
206
+ },
207
+ separator: {
208
+ type: "string",
209
+ default: ","
210
+ },
211
+ showButtonWhenDisabled: {
212
+ description: "",
213
+ type: "boolean",
214
+ default: !1
215
+ },
216
+ wrapText: {
217
+ type: "boolean",
218
+ default: !1
219
+ },
220
+ onClear: {
221
+ description: "",
222
+ type: "string",
223
+ default: ""
224
+ }
225
+ }, We = [
226
+ "id",
227
+ "type"
228
+ ], Ee = {
229
+ $schema: Le,
230
+ $id: Se,
231
+ title: je,
232
+ description: Me,
233
+ type: De,
234
+ properties: Ae,
235
+ required: We
236
+ }, ce = {
3
237
  /**
4
238
  * 组件标识
5
239
  */
@@ -8,6 +242,7 @@ const Q = {
8
242
  * 扩展按钮显示内容,这是一段现在扩展按钮中的html标签
9
243
  */
10
244
  buttonContent: { type: String, default: '<i class="f-icon f-icon-lookup"></i>' },
245
+ buttonBehavior: { type: String, default: "Popup" },
11
246
  /**
12
247
  * 启用输入框自动完成功能
13
248
  */
@@ -71,284 +306,903 @@ const Q = {
71
306
  /**
72
307
  * 输入框Tab键索引
73
308
  */
74
- tabIndex: Number
75
- };
76
- function X(e, n, o) {
77
- const r = d(() => ({
309
+ tabIndex: Number,
310
+ popupHost: { type: Object },
311
+ popupRightBoundary: { type: Object },
312
+ popupOffsetX: { type: Object },
313
+ popupOnInput: { type: Boolean, default: !1 },
314
+ popupOnFocus: { type: Boolean, default: !1 },
315
+ popupMinWidth: { type: Number, default: 320 },
316
+ wrapText: { type: Boolean, default: !1 },
317
+ /**
318
+ * 可选,是否支持多选
319
+ * 默认`false`
320
+ */
321
+ multiSelect: { type: Boolean, default: !1 },
322
+ /**
323
+ * 可选,分隔符
324
+ * 默认`,`
325
+ */
326
+ separator: { type: String, default: "," }
327
+ }, ne = Ie(ce, Ee, Re), Fe = {
328
+ popupContentPosition: { type: Object, default: { left: 0, top: 0 } },
329
+ host: { type: Object }
330
+ }, Ve = /* @__PURE__ */ J({
331
+ name: "FOverlay",
332
+ props: Fe,
333
+ emits: ["click"],
334
+ setup(e, t) {
335
+ const a = i(e.popupContentPosition), l = i(e.host);
336
+ function n(u) {
337
+ t.emit("click"), u.preventDefault(), u.stopPropagation();
338
+ }
339
+ const c = x(() => {
340
+ const u = l.value;
341
+ if (u) {
342
+ const y = u.getBoundingClientRect(), {
343
+ left: f,
344
+ top: g,
345
+ height: v
346
+ } = y;
347
+ return {
348
+ left: f,
349
+ top: g + v
350
+ };
351
+ }
352
+ return a.value;
353
+ }), d = x(() => ({
354
+ position: "relative",
355
+ left: `${c.value.left}px`,
356
+ top: `${c.value.top}px`
357
+ }));
358
+ return () => B(oe, {
359
+ to: "body"
360
+ }, {
361
+ default: () => {
362
+ var u, y;
363
+ return [B("div", {
364
+ class: "overlay-container",
365
+ style: "pointer-events: auto;",
366
+ onClick: (f) => n(f)
367
+ }, [B("div", {
368
+ style: d.value
369
+ }, [(y = (u = t.slots).default) == null ? void 0 : y.call(u)])])];
370
+ }
371
+ });
372
+ }
373
+ });
374
+ function Ne(e) {
375
+ if (e.content && e.content.render)
376
+ return e.content.render;
377
+ if (e.render && typeof e.render == "function")
378
+ return e.render;
379
+ }
380
+ function Xe(e) {
381
+ const t = document.createElement("div");
382
+ t.style.display = "contents";
383
+ let a;
384
+ const l = e.onClickCallback || (() => {
385
+ }), n = () => {
386
+ l(), a && a.unmount();
387
+ };
388
+ return a = Be({
389
+ setup() {
390
+ ae(() => {
391
+ document.body.removeChild(t);
392
+ });
393
+ const c = Ne(e);
394
+ return () => B(Ve, {
395
+ "popup-content-position": e.popupPosition,
396
+ host: e.host,
397
+ onClick: n
398
+ }, {
399
+ default: () => [c && c()]
400
+ });
401
+ }
402
+ }), document.body.appendChild(t), a.mount(t), a;
403
+ }
404
+ class He {
405
+ static show(t) {
406
+ return Xe(t);
407
+ }
408
+ }
409
+ function ze(e, t, a, l) {
410
+ const n = i(e.buttonBehavior), c = i(e.popupOnInput), d = x(() => ({
78
411
  "input-group-append": !0,
79
412
  "append-force-show": e.showButtonWhenDisabled && (e.readonly || e.disable)
80
- })), a = d(() => e.showButtonWhenDisabled || (!e.editable || !e.readonly) && !e.disable);
81
- function l(i) {
82
- a.value && (o.value = !0, n.emit("clickButton", { origin: i, value: e.modelValue })), i.stopPropagation();
413
+ })), u = x(() => e.showButtonWhenDisabled || (!e.editable || !e.readonly) && !e.disable);
414
+ async function y(m) {
415
+ if (u.value) {
416
+ const T = !!t.slots.default;
417
+ n.value === "Overlay" && He.show({
418
+ host: a.value,
419
+ render: () => {
420
+ if (t.slots.default)
421
+ return t.slots.default();
422
+ }
423
+ }), T && n.value === "Popup" && l.togglePopup(), T && c.value && l.hidePopup(), t.emit("clickButton", { origin: m, value: e.modelValue });
424
+ }
425
+ m.stopPropagation();
83
426
  }
84
- function u(i) {
85
- n.emit("mouseEnterIcon", i);
427
+ function f(m) {
428
+ t.emit("mouseEnterIcon", m);
86
429
  }
87
- function s(i) {
88
- n.emit("mouseLeaveIcon", i);
430
+ function g(m) {
431
+ t.emit("mouseLeaveIcon", m);
89
432
  }
90
- function c() {
91
- n.emit("mouseOverButton");
433
+ function v() {
434
+ t.emit("mouseOverButton");
435
+ }
436
+ return {
437
+ buttonClass: d,
438
+ onClickButton: y,
439
+ onMouseEnterButton: f,
440
+ onMouseLeaveButton: g,
441
+ onMouseOverButton: v
442
+ };
443
+ }
444
+ function $e(e, t, a, l, n, c) {
445
+ const d = i(!1), u = x(() => e.enableClear && !e.readonly && !e.disable), { changeTextBoxValue: y } = c;
446
+ function f(T) {
447
+ d.value = T;
448
+ }
449
+ $(n, () => {
450
+ l.value ? f(!!n.value) : f(!1);
451
+ });
452
+ function g(T) {
453
+ const w = !e.readonly && !e.disable && e.editable, b = !e.editable;
454
+ T.stopPropagation(), (w || b) && (y("", !1), f(!d.value), t.emit("clear"));
455
+ }
456
+ function v(T) {
457
+ if (u.value) {
458
+ if (!a.value) {
459
+ f(!1);
460
+ return;
461
+ }
462
+ (!e.editable || !e.readonly) && !e.disable && f(!0);
463
+ }
464
+ }
465
+ function m(T) {
466
+ u.value && f(!1);
92
467
  }
93
468
  return {
94
- buttonClass: r,
95
- onClickButton: l,
96
- onMouseEnterButton: u,
97
- onMouseLeaveButton: s,
98
- onMouseOverButton: c
469
+ enableClearButton: u,
470
+ showClearButton: d,
471
+ onClearValue: g,
472
+ onMouseEnterTextBox: v,
473
+ onMouseLeaveTextBox: m
99
474
  };
100
475
  }
101
- function I(e, n, o, r) {
102
- const a = d(() => e.enableTitle ? o.value : ""), l = d(() => (e.disable || e.readonly) && !e.forcePlaceholder ? "" : e.placeholder), u = d(() => e.readonly || !e.editable);
103
- let s = !1;
104
- const c = d(() => !e.disable && s), i = d(() => ({
476
+ function Ge(e, t, a, l, n) {
477
+ const c = i(e.popupOnInput), d = i(e.popupOnFocus), { shouldPopupContent: u } = n, y = x(() => e.enableTitle ? a.value : ""), f = x(() => (e.disable || e.readonly) && !e.forcePlaceholder ? "" : e.placeholder), g = x(() => e.readonly || !e.editable);
478
+ let v = !1;
479
+ const m = x(() => !e.disable && v), T = x(() => ({
105
480
  "text-left": e.textAlign === "left",
106
481
  "text-center": e.textAlign === "center",
107
482
  "text-right": e.textAlign === "right",
108
483
  "form-control": !0,
109
484
  "f-utils-fill": !0
485
+ })), w = x(() => ({
486
+ "input-group": !0,
487
+ "f-state-disable": e.disable,
488
+ "f-state-editable": e.editable && !e.disable && !e.readonly,
489
+ "f-state-readonly": e.readonly && !e.disable,
490
+ "f-state-focus": m.value
110
491
  }));
111
- function B(t, x = !0) {
112
- o.value !== t && (o.value = t, x && n.emit("change", t), n.emit("update:modelValue", t));
492
+ function b(p, D = !0) {
493
+ a.value !== p && (a.value = p, D && t.emit("change", p), t.emit("update:modelValue", p));
494
+ }
495
+ function W(p) {
496
+ u.value = !1, b(p, !0);
113
497
  }
114
- P(
498
+ $(
115
499
  () => e.modelValue,
116
- (t) => {
117
- o.value = t, n.emit("change", t);
500
+ (p) => {
501
+ a.value = p, t.emit("change", p);
118
502
  }
119
503
  );
120
- function m(t) {
121
- s = !1, n.emit("blur", t), t.stopPropagation();
504
+ function O(p) {
505
+ v = !1, t.emit("blur", p), p.stopPropagation();
122
506
  }
123
- function v(t) {
124
- n.emit("click", t);
507
+ function R(p) {
508
+ t.emit("click", p);
125
509
  }
126
- function y(t) {
510
+ function P(p) {
127
511
  if (e.disable) {
128
- s = !0;
512
+ v = !0;
129
513
  return;
130
514
  }
131
- s = !0, u.value || n.emit("focus", t);
515
+ v = !0, g.value || (t.emit("focus", p), d.value && !u.value && n.popup());
132
516
  }
133
- function b(t) {
134
- n.emit("input", t.target.value);
135
- const x = t.target.value;
136
- r.value = x, o.value !== x && B(x, !1);
517
+ function L(p) {
518
+ t.emit("input", p.target.value);
519
+ const D = p.target.value;
520
+ l.value = D, a.value !== D && b(D, !1), c.value && !u.value && n.popup();
137
521
  }
138
- function T(t) {
139
- t.target.tagName !== "INPUT" && t.preventDefault(), t.stopPropagation();
522
+ function j(p) {
523
+ p.target.tagName !== "INPUT" && p.preventDefault(), p.stopPropagation();
140
524
  }
141
- function p(t) {
142
- n.emit("keydown", t);
525
+ function S(p) {
526
+ t.emit("keydown", p);
143
527
  }
144
- function k(t) {
145
- n.emit("keyup", t);
528
+ function E(p) {
529
+ p.key === "Enter" && (c.value || d.value) && n.hidePopup(), t.emit("keyup", p);
146
530
  }
147
- function w(t) {
148
- const x = t.target.value;
149
- B(x);
531
+ function M(p) {
532
+ const D = p.target.value;
533
+ p.stopPropagation(), b(D);
150
534
  }
151
535
  return {
152
- hasFocusedTextBox: c,
153
- isTextBoxReadonly: u,
154
- textBoxClass: i,
155
- textBoxPlaceholder: l,
156
- textBoxTitle: a,
157
- changeTextBoxValue: B,
158
- onBlurTextBox: m,
159
- onClickTextBox: v,
160
- onFocusTextBox: y,
161
- onInput: b,
162
- onKeyDownTextBox: p,
163
- onKeyUpTextBox: k,
536
+ hasFocusedTextBox: m,
537
+ isTextBoxReadonly: g,
538
+ textBoxClass: T,
539
+ textBoxPlaceholder: f,
540
+ textBoxTitle: y,
541
+ inputGroupClass: w,
542
+ changeTextBoxValue: b,
543
+ commitValue: W,
544
+ onBlurTextBox: O,
545
+ onClickTextBox: R,
546
+ onFocusTextBox: P,
547
+ onInput: L,
548
+ onKeyDownTextBox: S,
549
+ onKeyUpTextBox: E,
550
+ onMouseDownTextBox: j,
551
+ onTextBoxValueChange: M
552
+ };
553
+ }
554
+ function qe(e, t, a) {
555
+ const l = i(), n = i(!1);
556
+ function c() {
557
+ const f = l.value;
558
+ f && f.show(a.value);
559
+ }
560
+ async function d() {
561
+ !!t.slots.default && (n.value = !n.value, await z(), c());
562
+ }
563
+ async function u() {
564
+ !!t.slots.default && (n.value = !0, await z(), c());
565
+ }
566
+ function y() {
567
+ n.value = !1;
568
+ }
569
+ return { hidePopup: y, popup: u, shouldPopupContent: n, togglePopup: d, popoverRef: l };
570
+ }
571
+ function Ue(e, t, a) {
572
+ const {
573
+ isTextBoxReadonly: l,
574
+ textBoxClass: n,
575
+ textBoxPlaceholder: c,
576
+ textBoxTitle: d,
577
+ onBlurTextBox: u,
578
+ onClickTextBox: y,
579
+ onFocusTextBox: f,
580
+ onInput: g,
581
+ onKeyDownTextBox: v,
582
+ onKeyUpTextBox: m,
164
583
  onMouseDownTextBox: T,
165
584
  onTextBoxValueChange: w
585
+ } = a;
586
+ return () => B("input", {
587
+ name: "input-group-value",
588
+ autocomplete: e.autoComplete ? "on" : "off",
589
+ class: n.value,
590
+ disabled: e.disable,
591
+ maxlength: e.maxLength,
592
+ minlength: e.minLength,
593
+ placeholder: c.value,
594
+ readonly: l.value,
595
+ tabindex: e.tabIndex,
596
+ title: d.value,
597
+ type: e.inputType,
598
+ value: t.value,
599
+ onBlur: u,
600
+ onChange: w,
601
+ onClick: y,
602
+ onFocus: f,
603
+ onInput: g,
604
+ onKeydown: v,
605
+ onKeyup: m,
606
+ onMousedown: T
607
+ }, null);
608
+ }
609
+ const _e = {
610
+ activeTag: { Type: String, default: "" },
611
+ addButtonText: { Type: String, default: "" },
612
+ customClass: { Type: String, default: "" },
613
+ customStyle: { Type: String, default: "" },
614
+ data: { type: Array, default: [] },
615
+ enableAddButton: { Type: Boolean, default: !1 },
616
+ placeholder: { Type: String, default: "" },
617
+ selectable: { Type: Boolean, default: !1 },
618
+ showAddButton: { Type: Boolean, default: !1 },
619
+ showClose: { Type: Boolean, default: !1 },
620
+ showColor: { Type: Boolean, default: !1 },
621
+ showInput: { Type: Boolean, default: !1 },
622
+ tagType: { Type: String, default: "" },
623
+ tagStyle: { Type: String, default: "" },
624
+ wrapText: { Type: Boolean, default: !1 },
625
+ draggable: { Type: Boolean, default: !1 }
626
+ };
627
+ function Je(e, t, a, l) {
628
+ const n = i(-1), c = i(!1);
629
+ function d(g, v, m) {
630
+ g.stopPropagation(), v && setTimeout(() => {
631
+ n.value = m, c.value = !0, v.moving = !0;
632
+ });
633
+ }
634
+ function u(g, v) {
635
+ if (g.preventDefault(), n.value !== v) {
636
+ const m = l.value[n.value], T = l.value;
637
+ T.splice(n.value, 1), T.splice(v, 0, m), n.value = v;
638
+ }
639
+ }
640
+ function y(g, v) {
641
+ g.preventDefault(), g.dataTransfer && (g.dataTransfer.dropEffect = "move");
642
+ }
643
+ function f(g, v) {
644
+ v && (v.moving = !1), a.value = l.value.filter((m) => m.type === "Tag").map((m) => m.payload), c.value = !1, t.emit("change", a.value);
645
+ }
646
+ return {
647
+ dragstart: d,
648
+ dragenter: u,
649
+ dragover: y,
650
+ dragend: f,
651
+ isDragging: c
166
652
  };
167
653
  }
168
- function Y(e, n, o, r, a) {
169
- const l = g(!1), u = d(() => e.enableClear && !e.readonly && !e.disable), { changeTextBoxValue: s } = I(e, n, o, a);
170
- function c(v) {
171
- l.value = v;
654
+ const Qe = /* @__PURE__ */ J({
655
+ name: "FTags",
656
+ props: _e,
657
+ emits: ["remove", "selectionChange", "change"],
658
+ setup(e, t) {
659
+ const a = i(e.selectable), l = i(e.customClass), n = i(e.data), c = i(e.tagType), d = i(e.tagStyle), u = i(e.showColor), y = i(e.activeTag), f = i(e.customStyle), g = i(e.showClose), v = i(e.showAddButton), m = i(e.showInput), T = i(e.addButtonText), w = i(e.enableAddButton);
660
+ i(e.placeholder), i(""), i();
661
+ const b = i(), W = i(e.wrapText), O = i();
662
+ function R() {
663
+ const o = n.value.map((s) => ({
664
+ type: "Tag",
665
+ payload: s
666
+ }));
667
+ return v.value && o.push({
668
+ type: "AddButton"
669
+ }), o;
670
+ }
671
+ const P = i(R());
672
+ function L(o) {
673
+ n.value = o, P.value = R();
674
+ }
675
+ const j = x(() => P.value.findIndex((o) => o.type === "Input")), S = Je(e, t, n, P), {
676
+ dragstart: E,
677
+ dragenter: M,
678
+ dragover: p,
679
+ dragend: D
680
+ } = S;
681
+ $(() => e.data, (o) => L(o));
682
+ const Q = x(() => {
683
+ const o = {
684
+ "farris-tags": !0,
685
+ "farris-tags-checkable": a.value,
686
+ "farris-tags-nowrap": !W.value
687
+ };
688
+ return l.value.split(" ").reduce((s, r) => (s[r] = !0, s), o), o;
689
+ });
690
+ function G(o) {
691
+ const s = {
692
+ "farris-tag-item": !0,
693
+ "farris-tag-item-checked": a.value && o.checked,
694
+ "farris-tag-item-checkable": a.value,
695
+ "farris-tag-item-has-color": u.value,
696
+ "farris-tag-item-actived": y.value === o.name
697
+ };
698
+ if (c.value) {
699
+ const r = `farris-tag-item-${c.value}`;
700
+ s[r] = !0;
701
+ }
702
+ return s;
703
+ }
704
+ const Y = x(() => {
705
+ const o = {};
706
+ return f.value && f.value.split(";").reduce((s, r) => {
707
+ const I = r.split(":");
708
+ return s[I[0]] = I[1], s;
709
+ }, o), o;
710
+ });
711
+ function q(o, s) {
712
+ a.value && s.selectable && (s.checked = !s.checked, y.value = s.checked ? s.name : "", s.checked && n.value.filter((r) => r.name !== s.name).forEach((r) => {
713
+ r.checked = !s.checked;
714
+ }), t.emit("change", n.value), t.emit("selectionChange", s));
715
+ }
716
+ function h(o, s) {
717
+ let r;
718
+ switch (o.key) {
719
+ case "Backspace":
720
+ n.value = n.value.filter((I) => I.name !== s.name), t.emit("change", n.value);
721
+ break;
722
+ case "ArrowLeft":
723
+ r = Math.max(b.value.scrollLeft + 20, 0), b.value.scrollLeft = r;
724
+ break;
725
+ case "ArrowRight":
726
+ r = Math.max(b.value.scrollLeft - 20, 0), b.value.scrollLeft = r;
727
+ }
728
+ }
729
+ function C(o, s) {
730
+ const r = n.value.findIndex((I) => I.name === s.name);
731
+ if (r > -1) {
732
+ const [I] = n.value.splice(r, 1);
733
+ P.value = R(), t.emit("change", n.value), t.emit("remove", n.value, I, r);
734
+ }
735
+ o.stopPropagation();
736
+ }
737
+ const k = x(() => ({
738
+ "farris-tag-item": !0,
739
+ "farris-tag-add-button": !0,
740
+ "farris-tag-add-button-disabled": !w.value
741
+ }));
742
+ function F(o) {
743
+ }
744
+ function A() {
745
+ return B("li", {
746
+ class: k.value,
747
+ onClick: (o) => void 0
748
+ }, [B("span", {
749
+ class: "f-icon f-icon-amplification"
750
+ }, null), B("span", {
751
+ class: "farris-tag-add-text"
752
+ }, [T.value])]);
753
+ }
754
+ function V(o) {
755
+ if (o && !o.innerText) {
756
+ const s = j.value;
757
+ if (s > 0) {
758
+ const [r] = n.value.splice(s - 1, 1);
759
+ P.value.splice(s - 1, 1), t.emit("remove", n.value, r, s - 1);
760
+ }
761
+ }
762
+ }
763
+ function H(o, s, r) {
764
+ o > -1 && (n.value.splice(o, 0, {
765
+ name: s,
766
+ value: r,
767
+ selectable: a.value
768
+ }), P.value = R(), t.emit("change", n.value));
769
+ }
770
+ function U(o) {
771
+ if (o && o.innerText) {
772
+ const s = o.innerText, r = j.value;
773
+ H(r, s, s), o.innerText = "";
774
+ }
775
+ }
776
+ function Z(o) {
777
+ const s = o.target;
778
+ s && (s.innerText ? U(s) : t.emit("change", n.value));
779
+ }
780
+ function re(o) {
781
+ o.key === "Enter" && U(o.target), o.key === "Backspace" && (V(o.target), z(() => {
782
+ O.value && O.value.focus();
783
+ }));
784
+ }
785
+ function de() {
786
+ return B("li", {
787
+ class: "farris-tag-input-box"
788
+ }, [B("div", {
789
+ ref: O,
790
+ class: "form-control",
791
+ contenteditable: "true",
792
+ onKeyup: re,
793
+ onBlur: Z
794
+ }, null)]);
795
+ }
796
+ function fe(o, s) {
797
+ return B("li", {
798
+ class: G(o),
799
+ style: Y.value,
800
+ tabindex: 0,
801
+ id: o.name,
802
+ key: o.name,
803
+ onClick: (r) => q(r, o),
804
+ onKeydown: (r) => h(r, o),
805
+ draggable: "true",
806
+ onDragstart: (r) => E(r, o, s),
807
+ onDragenter: (r) => M(r, s),
808
+ onDragend: (r) => D(r, o),
809
+ onDragover: (r) => p(r, s)
810
+ }, [B("div", {
811
+ title: o.name,
812
+ class: "tag-box"
813
+ }, [o.name]), g.value && B("span", {
814
+ class: "tag-delete"
815
+ }, [B("i", {
816
+ class: "f-icon f-icon-close",
817
+ onClick: (r) => C(r, o)
818
+ }, null)])]);
819
+ }
820
+ function pe() {
821
+ return P.value.map((o, s) => {
822
+ switch (o.type) {
823
+ case "Tag":
824
+ return fe(o.payload, s);
825
+ case "AddButton":
826
+ return A();
827
+ case "Input":
828
+ return de();
829
+ }
830
+ });
831
+ }
832
+ const ve = x(() => ({
833
+ "farris-tags-item-container": !0,
834
+ "farris-tag-item-capsule": d.value === "capsule"
835
+ }));
836
+ function ge(o) {
837
+ const s = Math.max(b.value.scrollLeft - o.deltaX, 0);
838
+ b.value.scrollLeft = s;
839
+ }
840
+ function he(o) {
841
+ const s = b.value, r = n.value.length - 1;
842
+ if (s) {
843
+ const I = Array.from(s.children).filter((N) => N.className.indexOf("farris-tag-item") > -1).findIndex((N) => {
844
+ const X = N.getBoundingClientRect(), K = window.getComputedStyle(N), te = parseInt(K["margin-left"], 10) + X.width + parseInt(K["margin-right"], 10);
845
+ return X.left + te > o;
846
+ });
847
+ if (I > -1)
848
+ return I;
849
+ }
850
+ return r;
851
+ }
852
+ function ye(o) {
853
+ if (m.value) {
854
+ const r = he(o.clientX) + 1, N = P.value.filter((X) => X.type !== "Input");
855
+ N.splice(r, 0, {
856
+ type: "Input"
857
+ }), P.value = N, z(() => {
858
+ O.value && O.value.focus();
859
+ });
860
+ }
861
+ }
862
+ function me(o) {
863
+ var r;
864
+ o.preventDefault(), o.stopPropagation();
865
+ const s = (r = o.dataTransfer) == null ? void 0 : r.getData("Text");
866
+ if (s) {
867
+ const I = s.split(":"), N = I[0], X = I[1];
868
+ [...n.value].findIndex((ee) => (console.log(`${ee.value} === ${X} is ${ee.value === X}`), ee.value === X)) > -1 || H(n.value.length, N, X);
869
+ }
870
+ }
871
+ function be(o) {
872
+ o.preventDefault();
873
+ }
874
+ return () => B("div", {
875
+ class: Q.value,
876
+ onClick: ye,
877
+ onDrop: me,
878
+ onDragover: be
879
+ }, [B("ul", {
880
+ ref: b,
881
+ class: ve.value,
882
+ onWheel: (o) => ge(o)
883
+ }, [pe()])]);
172
884
  }
173
- P(a, () => {
174
- r.value ? c(!!a.value) : c(!1);
885
+ });
886
+ function Ye(e, t, a) {
887
+ const l = i(e.separator), {
888
+ changeTextBoxValue: n
889
+ } = a, c = x(() => t.value ? t.value.split(l.value).map((u) => ({
890
+ name: u,
891
+ selectable: !0
892
+ })) : []);
893
+ function d(u) {
894
+ n(u.map((y) => y.name).join(l.value), !0);
895
+ }
896
+ return () => B(Qe, {
897
+ class: "form-control",
898
+ data: c.value,
899
+ showClose: !0,
900
+ showInput: !0,
901
+ onChange: d
902
+ }, null);
903
+ }
904
+ function Ze(e, t, a) {
905
+ const {
906
+ buttonClass: l,
907
+ onClickButton: n,
908
+ onMouseEnterButton: c,
909
+ onMouseLeaveButton: d
910
+ } = t, {
911
+ enableClearButton: u,
912
+ showClearButton: y,
913
+ onClearValue: f
914
+ } = a;
915
+ return () => B("div", {
916
+ class: l.value
917
+ }, [u.value && le(B("span", {
918
+ class: "input-group-text input-group-clear",
919
+ onClick: f
920
+ }, [B("i", {
921
+ class: "f-icon modal_close"
922
+ }, null)]), [[ue, y.value]]), e.buttonContent && B("span", {
923
+ class: "input-group-text input-group-append-button",
924
+ innerHTML: e.buttonContent,
925
+ onClick: n,
926
+ onMouseenter: c,
927
+ onMouseleave: d
928
+ }, null)]);
929
+ }
930
+ const Ke = {
931
+ title: { type: String },
932
+ placement: { type: String, default: "bottom" },
933
+ reference: {
934
+ type: Object
935
+ },
936
+ host: {
937
+ type: Object
938
+ },
939
+ leftBoundary: {
940
+ type: Object
941
+ },
942
+ rightBoundary: {
943
+ type: Object
944
+ },
945
+ visible: { type: Boolean, default: !1 },
946
+ class: { type: String },
947
+ offsetX: { type: Object, default: i(0) },
948
+ zIndex: { type: Number, default: -1 },
949
+ keepWidthWithReference: { type: Boolean, default: !1 },
950
+ fitContent: { type: Boolean, default: !1 },
951
+ minWidth: { type: Number, default: -1 }
952
+ };
953
+ function et(e) {
954
+ const t = e.host ? e.host : "body", a = x(() => t === "body" ? 0 : t ? t.getBoundingClientRect().top : 0), l = x(() => t === "body" ? 0 : t ? t.getBoundingClientRect().left : 0), n = x(() => t === "body" ? document.body.getBoundingClientRect().width : t ? t.getBoundingClientRect().width - (e.rightBoundary ? e.rightBoundary.getBoundingClientRect().width : 0) : document.body.getBoundingClientRect().width);
955
+ return { host: t, hostLeft: l, hostTop: a, hostWidth: n };
956
+ }
957
+ function tt(e, t, a, l) {
958
+ var q;
959
+ const n = i(0), c = i(((q = e.offsetX) == null ? void 0 : q.value) || 0), d = i(-1), u = i(-1), y = i(-1), f = i(e.placement), g = i(0), v = i(0), m = i(0), T = i(document.documentElement.scrollLeft), w = i(document.documentElement.scrollTop), { hostLeft: b, hostTop: W, hostWidth: O } = l;
960
+ $(e.offsetX, (h) => {
961
+ n.value = h - c.value;
175
962
  });
176
- function i(v) {
177
- const y = !e.readonly && !e.disable && e.editable, b = !e.editable;
178
- v.stopPropagation(), (y || b) && (s("", !1), c(!l.value), n.emit("clear"));
963
+ const R = x(() => {
964
+ const h = {
965
+ left: `${v.value}px`,
966
+ top: `${m.value}px`,
967
+ transform: `translateX(${n.value}px)`
968
+ };
969
+ return e.zIndex !== -1 && (h["z-index"] = e.zIndex), d.value !== -1 && (h.width = `${d.value}px`), h;
970
+ }), P = x(() => ({
971
+ left: `${g.value}px`
972
+ }));
973
+ function L(h) {
974
+ if (h && e.keepWidthWithReference) {
975
+ const C = h.getBoundingClientRect();
976
+ d.value = Math.max(e.minWidth, C.width);
977
+ }
179
978
  }
180
- function B(v) {
181
- if (u.value) {
182
- if (!o.value) {
183
- c(!1);
184
- return;
185
- }
186
- (!e.editable || !e.readonly) && !e.disable && c(!0);
979
+ function j(h, C) {
980
+ const k = O.value - h.width - 4;
981
+ return k > 0 ? k : C;
982
+ }
983
+ function S(h, C, k) {
984
+ const F = g.value, A = C.left - b.value + C.width / 2 + T.value, V = C.top - W.value - (h.height + k.height) + w.value;
985
+ return { popoverLeft: A, popoverTop: V, arrowLeft: F };
986
+ }
987
+ function E(h, C, k) {
988
+ return C.top - W.value + (C.height + k.height) + w.value;
989
+ }
990
+ function M(h, C) {
991
+ const k = j(C, h), F = h <= k ? g.value : h - k;
992
+ return { popoverLeft: Math.min(h, k), arrowLeft: F };
993
+ }
994
+ function p(h, C, k) {
995
+ const F = C.left - b.value + C.width / 2 - (k.width / 2 - (h.left - b.value)) + T.value, { arrowLeft: A, popoverLeft: V } = M(F, h), H = E(h, C, k);
996
+ return { popoverLeft: V, popoverTop: H, arrowLeft: A };
997
+ }
998
+ function D(h, C, k) {
999
+ const F = C.left - b.value + T.value, { arrowLeft: A, popoverLeft: V } = M(F, h), H = E(h, C, k);
1000
+ return { popoverLeft: V, popoverTop: H, arrowLeft: A };
1001
+ }
1002
+ const Q = /* @__PURE__ */ new Map([
1003
+ ["top", S],
1004
+ ["bottom", p],
1005
+ ["bottom-left", D]
1006
+ ]);
1007
+ function G(h) {
1008
+ var V;
1009
+ const C = h.getBoundingClientRect();
1010
+ u.value = C.top, y.value = C.left;
1011
+ const k = t.value.getBoundingClientRect(), F = (V = a.value) == null ? void 0 : V.getBoundingClientRect(), A = Q.get(f.value);
1012
+ if (A) {
1013
+ const { arrowLeft: H, popoverLeft: U, popoverTop: Z } = A(F, C, k);
1014
+ g.value = H, v.value = U, m.value = Z;
187
1015
  }
1016
+ e.keepWidthWithReference && L(h);
188
1017
  }
189
- function m(v) {
190
- u.value && c(!1);
1018
+ function Y(h) {
1019
+ if (h) {
1020
+ const C = h.getBoundingClientRect();
1021
+ (C.left !== y.value || C.top !== u.value) && G(h);
1022
+ }
191
1023
  }
192
1024
  return {
193
- enableClearButton: u,
194
- showClearButton: l,
195
- onClearValue: i,
196
- onMouseEnterTextBox: B,
197
- onMouseLeaveTextBox: m
1025
+ arrowStyle: P,
1026
+ popoverStyle: R,
1027
+ position: f,
1028
+ popoverWidth: d,
1029
+ fitToReference: L,
1030
+ followToReferencePosition: Y,
1031
+ locateToReference: G
198
1032
  };
199
1033
  }
200
- const Z = {
201
- popupContentPosition: { type: Object, default: { left: 0, top: 0 } }
202
- }, $ = /* @__PURE__ */ E({
203
- name: "FOverlay",
204
- props: Z,
205
- emits: ["click"],
206
- setup(e, n) {
207
- const o = g(e.popupContentPosition);
208
- function r(l) {
209
- n.emit("click"), l.preventDefault(), l.stopPropagation();
1034
+ function nt(e, t, a, l, n, c, d) {
1035
+ const u = i(e.visible), y = x(() => u.value), { fitToReference: f, locateToReference: g } = d;
1036
+ let v;
1037
+ function m() {
1038
+ u.value = !1, document.body.removeEventListener("click", v), t.emit("hidden");
1039
+ }
1040
+ v = (w) => {
1041
+ if (!n.value.contains(w.target)) {
1042
+ const b = n.value.closest(".popover");
1043
+ b && b.removeEventListener("click", v), m();
210
1044
  }
211
- const a = d(() => ({
212
- position: "relative",
213
- left: `${o.value.left}px`,
214
- top: `${o.value.top}px`
1045
+ };
1046
+ async function T(w) {
1047
+ if (l.value && a.value && w) {
1048
+ u.value = !0, n.value = w, await z(), g(w), c.value && f(w), document.body.addEventListener("click", v);
1049
+ const b = w.closest(".popover");
1050
+ b && b.addEventListener("click", v), t.emit("shown");
1051
+ }
1052
+ }
1053
+ return t.expose({ hide: m, show: T, shown: y }), { showPopover: u, hidePopverOnClickBodyHandler: v };
1054
+ }
1055
+ function ot(e, t, a, l, n) {
1056
+ const { popoverWidth: c, fitToReference: d, followToReferencePosition: u } = n;
1057
+ function y() {
1058
+ if (a.value) {
1059
+ u(a.value);
1060
+ const f = a.value.getBoundingClientRect();
1061
+ l.value && f.width !== c.value && d(a.value);
1062
+ }
1063
+ }
1064
+ return { onResize: y };
1065
+ }
1066
+ const at = /* @__PURE__ */ J({
1067
+ name: "FPopover",
1068
+ props: Ke,
1069
+ emits: ["shown", "hidden"],
1070
+ setup(e, t) {
1071
+ const a = i(), l = i(), n = i(e.reference), c = i(e.keepWidthWithReference), d = x(() => !!e.title), u = et(e), {
1072
+ host: y
1073
+ } = u, f = tt(e, a, l, u), {
1074
+ position: g,
1075
+ arrowStyle: v,
1076
+ popoverStyle: m,
1077
+ fitToReference: T,
1078
+ locateToReference: w
1079
+ } = f, {
1080
+ showPopover: b,
1081
+ hidePopverOnClickBodyHandler: W
1082
+ } = nt(e, t, a, l, n, c, f), {
1083
+ onResize: O
1084
+ } = ot(e, t, n, c, f), R = x(() => {
1085
+ const L = `popover in popover-${g.value}`, j = `bs-popover-${g.value}`, S = {
1086
+ "popover-fitcontent": e.fitContent
1087
+ };
1088
+ return S[L] = !0, S[j] = !0, (e.class || "").split(" ").reduce((M, p) => (M[p] = !0, M), S), S;
1089
+ }), P = x(() => ({
1090
+ "popover-content": !0,
1091
+ "popover-body": !0
215
1092
  }));
216
- return () => f(H, {
217
- to: "body"
1093
+ return ie(() => {
1094
+ e.reference && w(n.value), c.value && T(n.value), window.addEventListener("resize", O);
1095
+ }), ae(() => {
1096
+ document.body.removeEventListener("click", W), window.removeEventListener("resize", O);
1097
+ }), () => B(oe, {
1098
+ to: y
218
1099
  }, {
219
1100
  default: () => {
220
- var l, u;
221
- return [f("div", {
222
- class: "overlay-container",
223
- style: "pointer-events: auto;",
224
- onClick: (s) => r(s)
225
- }, [f("div", {
226
- style: a.value
227
- }, [(u = (l = n.slots).default) == null ? void 0 : u.call(l)])])];
1101
+ var L;
1102
+ return [le(B("div", {
1103
+ ref: l,
1104
+ class: R.value,
1105
+ style: m.value,
1106
+ onClick: (j) => {
1107
+ j.stopPropagation();
1108
+ }
1109
+ }, [B("div", {
1110
+ ref: a,
1111
+ class: "popover-arrow arrow",
1112
+ style: v.value
1113
+ }, null), d.value && B("h3", {
1114
+ class: "popover-title popover-header"
1115
+ }, [e.title]), B("div", {
1116
+ class: P.value
1117
+ }, [t.slots.default && ((L = t.slots) == null ? void 0 : L.default())])]), [[ue, b.value]])];
228
1118
  }
229
1119
  });
230
1120
  }
231
- }), M = /* @__PURE__ */ E({
1121
+ });
1122
+ function lt(e, t, a) {
1123
+ const l = i(e.popupMinWidth), {
1124
+ hidePopup: n,
1125
+ popoverRef: c
1126
+ } = a;
1127
+ return () => B(at, {
1128
+ ref: c,
1129
+ visible: !0,
1130
+ placement: "bottom-left",
1131
+ host: e.popupHost,
1132
+ "keep-width-with-reference": !0,
1133
+ fitContent: !0,
1134
+ "right-boundary": e.popupRightBoundary,
1135
+ minWidth: l.value,
1136
+ offsetX: e.popupOffsetX,
1137
+ onHidden: n
1138
+ }, {
1139
+ default: () => {
1140
+ var d, u;
1141
+ return [(u = (d = t.slots).default) == null ? void 0 : u.call(d)];
1142
+ }
1143
+ });
1144
+ }
1145
+ const _ = /* @__PURE__ */ J({
232
1146
  name: "FButtonEdit",
233
- props: Q,
1147
+ props: ce,
234
1148
  emits: ["updateExtendInfo", "clear", "change", "click", "clickButton", "blur", "focus", "mouseEnterIcon", "mouseLeaveIcon", "keyup", "keydown", "inputClick", "input", "update:modelValue"],
235
- setup(e, n) {
236
- const o = g(), r = g(e.modelValue), a = g(!1), {
237
- buttonClass: l,
238
- onClickButton: u,
239
- onMouseEnterButton: s,
240
- onMouseLeaveButton: c
241
- } = X(e, n, a), i = g(""), {
242
- hasFocusedTextBox: B,
243
- isTextBoxReadonly: m,
244
- textBoxClass: v,
245
- textBoxPlaceholder: y,
246
- textBoxTitle: b,
247
- onBlurTextBox: T,
248
- onClickTextBox: p,
249
- onFocusTextBox: k,
250
- onInput: w,
251
- onKeyDownTextBox: t,
252
- onKeyUpTextBox: x,
253
- onMouseDownTextBox: L,
254
- onTextBoxValueChange: S
255
- } = I(e, n, r, i), {
256
- enableClearButton: D,
257
- showClearButton: O,
258
- onClearValue: V,
259
- onMouseEnterTextBox: F,
260
- onMouseLeaveTextBox: K
261
- } = Y(e, n, r, B, i), N = d(() => ({
262
- "input-group": !0,
263
- "f-state-disable": e.disable,
264
- "f-state-editable": e.editable && !e.disable && !e.readonly,
265
- "f-state-readonly": e.readonly && !e.disable,
266
- "f-state-focus": B
267
- }));
268
- function A() {
269
- a.value = !1;
270
- }
271
- const R = d(() => a.value), j = () => {
272
- if (o.value) {
273
- const C = o.value.getBoundingClientRect(), {
274
- left: h,
275
- top: W,
276
- height: G
277
- } = C;
278
- return {
279
- left: h,
280
- top: W + G
281
- };
282
- }
283
- return {
284
- left: 0,
285
- top: 0
1149
+ setup(e, t) {
1150
+ const a = i(), l = i(e.customClass), n = i(e.modelValue), c = qe(e, t, a), {
1151
+ shouldPopupContent: d,
1152
+ hidePopup: u
1153
+ } = c, y = ze(e, t, a, c), f = i(""), g = Ge(e, t, n, f, c), {
1154
+ hasFocusedTextBox: v,
1155
+ commitValue: m,
1156
+ inputGroupClass: T
1157
+ } = g, w = $e(e, t, n, v, f, g), {
1158
+ onMouseEnterTextBox: b,
1159
+ onMouseLeaveTextBox: W
1160
+ } = w, O = x(() => {
1161
+ const E = {
1162
+ "f-button-edit": !0,
1163
+ "f-cmp-inputgroup": !0,
1164
+ "f-button-edit-nowrap": !e.wrapText
286
1165
  };
1166
+ return l.value && l.value.split(" ").reduce((M, p) => (M[p] = !0, M), E), E;
1167
+ });
1168
+ function R() {
1169
+ return e.multiSelect && e.inputType === "tag" ? Ye(e, n, g) : Ue(e, n, g);
1170
+ }
1171
+ let P = R();
1172
+ $([() => e.multiSelect, () => e.inputType], () => {
1173
+ P = R();
1174
+ });
1175
+ const L = Ze(e, y, w), j = lt(e, t, c), S = {
1176
+ commitValue: m,
1177
+ elementRef: a,
1178
+ hidePopup: u
287
1179
  };
288
- function U(C) {
289
- a.value = !1;
290
- }
291
- return n.expose({
292
- commitValue: U
293
- }), () => f(_, null, [f("div", q(n.attrs, {
294
- ref: o,
295
- class: "f-cmp-inputgroup",
1180
+ return ie(() => {
1181
+ a.value.componentInstance = S;
1182
+ }), t.expose(S), () => B(Ce, null, [B("div", Te(t.attrs, {
1183
+ ref: a,
1184
+ class: O.value,
296
1185
  id: e.id
297
- }), [f("div", {
298
- class: [e.customClass, N.value],
299
- onMouseenter: F,
300
- onMouseleave: K
301
- }, [f("input", {
302
- name: "input-group-value",
303
- autocomplete: "" + e.autoComplete,
304
- class: v.value,
305
- disabled: e.disable,
306
- maxlength: e.maxLength,
307
- minlength: e.minLength,
308
- placeholder: y.value,
309
- readonly: m.value,
310
- tabindex: e.tabIndex,
311
- title: b.value,
312
- type: e.inputType,
313
- value: r.value,
314
- onBlur: T,
315
- onChange: S,
316
- onClick: p,
317
- onFocus: k,
318
- onInput: w,
319
- onKeydown: t,
320
- onKeyup: x,
321
- onMousedown: L
322
- }, null), f("div", {
323
- class: l.value
324
- }, [D.value && z(f("span", {
325
- class: "input-group-text input-group-clear",
326
- onClick: V
327
- }, [f("i", {
328
- class: "f-icon modal_close"
329
- }, null)]), [[J, O.value]]), e.buttonContent && f("span", {
330
- class: "input-group-text input-group-append-button",
331
- onClick: u,
332
- onMouseenter: s,
333
- onMouseleave: c,
334
- innerHTML: e.buttonContent
335
- }, null)])])]), R.value && f($, {
336
- "popup-content-position": j(),
337
- onClick: A
338
- }, {
339
- default: () => {
340
- var C, h;
341
- return [(h = (C = n.slots).default) == null ? void 0 : h.call(C)];
342
- }
343
- })]);
1186
+ }), [B("div", {
1187
+ class: T.value,
1188
+ onMouseenter: b,
1189
+ onMouseleave: W
1190
+ }, [P(), L()])]), d.value && j()]);
344
1191
  }
345
- }), te = {
1192
+ }), it = {
346
1193
  install(e) {
347
- e.component(M.name, M);
1194
+ e.component(_.name, _);
1195
+ },
1196
+ register(e, t) {
1197
+ e["button-edit"] = _, t["button-eidt"] = ne;
1198
+ },
1199
+ registerDesigner(e, t) {
1200
+ e["button-edit"] = _, t["button-eidt"] = ne;
348
1201
  }
349
1202
  };
350
1203
  export {
351
- M as ButtonEdit,
352
- Q as buttonEditProps,
353
- te as default
1204
+ _ as ButtonEdit,
1205
+ ce as buttonEditProps,
1206
+ it as default,
1207
+ ne as propsResolver
354
1208
  };