@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
@@ -0,0 +1,35 @@
1
+ import { DateObject } from './common';
2
+ export type TimePartInSchedule = 'upper' | 'lower';
3
+ /**
4
+ * 日程表预定事项
5
+ */
6
+ export interface ScheduleEvent {
7
+ /** 开始时间 */
8
+ starts: DateObject;
9
+ /** 结束时间 */
10
+ ends: DateObject;
11
+ /** 事项描述 */
12
+ title: string;
13
+ }
14
+ /**
15
+ * 日程表项
16
+ */
17
+ export interface ItemInSchedule {
18
+ /** 日期 */
19
+ day: DateObject;
20
+ /** 预定事项 */
21
+ events: ScheduleEvent[];
22
+ }
23
+ /**
24
+ * 日程表时刻
25
+ */
26
+ export interface TimeInSchedule {
27
+ /** 时刻 */
28
+ time: DateObject;
29
+ /** 此时刻的预定事件 */
30
+ events: Array<ItemInSchedule>;
31
+ /** 标题 */
32
+ title: string;
33
+ /** 时刻分布,前半小时或者后半小时 */
34
+ part: TimePartInSchedule;
35
+ }
@@ -0,0 +1,8 @@
1
+ import type { App } from 'vue';
2
+ import Capsule from './src/capsule.component';
3
+ export * from './src/capsule.props';
4
+ export { Capsule };
5
+ declare const _default: {
6
+ install(app: App): void;
7
+ };
8
+ export default _default;
@@ -0,0 +1,67 @@
1
+ import { ExtractPropTypes, PropType } from 'vue';
2
+ export type CapsuleColerType = 'primary' | 'secondary';
3
+ export interface CapsuleItem {
4
+ [key: string]: any;
5
+ /**
6
+ * 枚举值
7
+ */
8
+ value: any;
9
+ /**
10
+ * 枚举展示文本
11
+ */
12
+ name: string;
13
+ }
14
+ export declare const capsuleProps: {
15
+ items: {
16
+ Type: {
17
+ (arrayLength: number): CapsuleItem[];
18
+ (...items: CapsuleItem[]): CapsuleItem[];
19
+ new (arrayLength: number): CapsuleItem[];
20
+ new (...items: CapsuleItem[]): CapsuleItem[];
21
+ isArray(arg: any): arg is any[];
22
+ readonly prototype: any[];
23
+ from<T>(arrayLike: ArrayLike<T>): T[];
24
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
25
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
26
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
27
+ of<T_4>(...items: T_4[]): T_4[];
28
+ readonly [Symbol.species]: ArrayConstructor;
29
+ };
30
+ default: never[];
31
+ };
32
+ /**
33
+ * 组件值
34
+ */
35
+ modelValue: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ type: {
40
+ type: PropType<CapsuleColerType>;
41
+ default: string;
42
+ };
43
+ };
44
+ export declare const capsuleItemProps: {
45
+ name: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ value: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ isActive: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ icon: {
58
+ type: StringConstructor;
59
+ default: string;
60
+ };
61
+ index: {
62
+ type: NumberConstructor;
63
+ default: number;
64
+ };
65
+ };
66
+ export type CapsuleProps = ExtractPropTypes<typeof capsuleProps>;
67
+ export type CapsuleItemProps = ExtractPropTypes<typeof capsuleItemProps>;
@@ -19,5 +19,6 @@ export * from './src/checkbox-group.props';
19
19
  export { CheckBoxGroup };
20
20
  declare const _default: {
21
21
  install(app: App): void;
22
+ register(componentMap: Record<string, any>, propsResolverMap: Record<string, any>): void;
22
23
  };
23
24
  export default _default;
@@ -1,150 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- id: StringConstructor;
3
- name: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- enumData: {
8
- type: {
9
- (arrayLength: number): import("./composition/types").Checkbox[];
10
- (...items: import("./composition/types").Checkbox[]): import("./composition/types").Checkbox[];
11
- new (arrayLength: number): import("./composition/types").Checkbox[];
12
- new (...items: import("./composition/types").Checkbox[]): import("./composition/types").Checkbox[];
13
- isArray(arg: any): arg is any[];
14
- readonly prototype: any[];
15
- from<T>(arrayLike: ArrayLike<T>): T[];
16
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
17
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
18
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
19
- of<T_4>(...items: T_4[]): T_4[];
20
- readonly [Symbol.species]: ArrayConstructor;
21
- };
22
- default: never[];
23
- };
24
- textField: {
25
- type: StringConstructor;
26
- default: string;
27
- };
28
- valueField: {
29
- type: StringConstructor;
30
- default: string;
31
- };
32
- horizontal: {
33
- type: BooleanConstructor;
34
- default: boolean;
35
- };
36
- disable: {
37
- type: BooleanConstructor;
38
- default: boolean;
39
- };
40
- modelValue: (StringConstructor | {
41
- (arrayLength: number): string[];
42
- (...items: string[]): string[];
43
- new (arrayLength: number): string[];
44
- new (...items: string[]): string[];
45
- isArray(arg: any): arg is any[];
46
- readonly prototype: any[];
47
- from<T>(arrayLike: ArrayLike<T>): T[];
48
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
49
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
50
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
51
- of<T_4>(...items: T_4[]): T_4[];
52
- readonly [Symbol.species]: ArrayConstructor;
53
- })[];
54
- tabIndex: {
55
- type: NumberConstructor;
56
- default: number;
57
- };
58
- separator: {
59
- type: StringConstructor;
60
- default: string;
61
- };
62
- isStringValue: {
63
- type: BooleanConstructor;
64
- default: boolean;
65
- };
66
- loadData: {
67
- type: FunctionConstructor;
68
- };
69
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
70
- id: StringConstructor;
71
- name: {
72
- type: StringConstructor;
73
- default: string;
74
- };
75
- enumData: {
76
- type: {
77
- (arrayLength: number): import("./composition/types").Checkbox[];
78
- (...items: import("./composition/types").Checkbox[]): import("./composition/types").Checkbox[];
79
- new (arrayLength: number): import("./composition/types").Checkbox[];
80
- new (...items: import("./composition/types").Checkbox[]): import("./composition/types").Checkbox[];
81
- isArray(arg: any): arg is any[];
82
- readonly prototype: any[];
83
- from<T>(arrayLike: ArrayLike<T>): T[];
84
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
85
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
86
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
87
- of<T_4>(...items: T_4[]): T_4[];
88
- readonly [Symbol.species]: ArrayConstructor;
89
- };
90
- default: never[];
91
- };
92
- textField: {
93
- type: StringConstructor;
94
- default: string;
95
- };
96
- valueField: {
97
- type: StringConstructor;
98
- default: string;
99
- };
100
- horizontal: {
101
- type: BooleanConstructor;
102
- default: boolean;
103
- };
104
- disable: {
105
- type: BooleanConstructor;
106
- default: boolean;
107
- };
108
- modelValue: (StringConstructor | {
109
- (arrayLength: number): string[];
110
- (...items: string[]): string[];
111
- new (arrayLength: number): string[];
112
- new (...items: string[]): string[];
113
- isArray(arg: any): arg is any[];
114
- readonly prototype: any[];
115
- from<T>(arrayLike: ArrayLike<T>): T[];
116
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
117
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
118
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
119
- of<T_4>(...items: T_4[]): T_4[];
120
- readonly [Symbol.species]: ArrayConstructor;
121
- })[];
122
- tabIndex: {
123
- type: NumberConstructor;
124
- default: number;
125
- };
126
- separator: {
127
- type: StringConstructor;
128
- default: string;
129
- };
130
- isStringValue: {
131
- type: BooleanConstructor;
132
- default: boolean;
133
- };
134
- loadData: {
135
- type: FunctionConstructor;
136
- };
137
- }>> & {
1
+ declare const _default: import("vue").DefineComponent<Record<string, any>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<string, any>>> & {
138
2
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
139
3
  }, {
140
- name: string;
141
- disable: boolean;
142
- tabIndex: number;
143
- enumData: import("./composition/types").Checkbox[];
144
- textField: string;
145
- valueField: string;
146
- horizontal: boolean;
147
- separator: string;
148
- isStringValue: boolean;
4
+ [x: string]: any;
149
5
  }>;
150
6
  export default _default;
@@ -14,110 +14,6 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { ExtractPropTypes } from 'vue';
17
- import { Checkbox } from './composition/types';
18
- export declare const checkboxGroupProps: {
19
- /**
20
- * 组件标识
21
- */
22
- id: StringConstructor;
23
- /**
24
- * 组件名称
25
- */
26
- name: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- /**
31
- * 单选组枚举数组
32
- */
33
- enumData: {
34
- type: {
35
- (arrayLength: number): Checkbox[];
36
- (...items: Checkbox[]): Checkbox[];
37
- new (arrayLength: number): Checkbox[];
38
- new (...items: Checkbox[]): Checkbox[];
39
- isArray(arg: any): arg is any[];
40
- readonly prototype: any[];
41
- from<T>(arrayLike: ArrayLike<T>): T[];
42
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
43
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
44
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
45
- of<T_4>(...items: T_4[]): T_4[];
46
- readonly [Symbol.species]: ArrayConstructor;
47
- };
48
- default: never[];
49
- };
50
- /**
51
- * 枚举数组中展示文本的key值。
52
- */
53
- textField: {
54
- type: StringConstructor;
55
- default: string;
56
- };
57
- /**
58
- * 枚举数组中枚举值的key值。
59
- */
60
- valueField: {
61
- type: StringConstructor;
62
- default: string;
63
- };
64
- /**
65
- * 组件是否水平排列
66
- */
67
- horizontal: {
68
- type: BooleanConstructor;
69
- default: boolean;
70
- };
71
- /**
72
- * 禁用组件,不允许切换单选值
73
- */
74
- disable: {
75
- type: BooleanConstructor;
76
- default: boolean;
77
- };
78
- /**
79
- * 组件值,字符串或者数组
80
- */
81
- modelValue: (StringConstructor | {
82
- (arrayLength: number): string[];
83
- (...items: string[]): string[];
84
- new (arrayLength: number): string[];
85
- new (...items: string[]): string[];
86
- isArray(arg: any): arg is any[];
87
- readonly prototype: any[];
88
- from<T>(arrayLike: ArrayLike<T>): T[];
89
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
90
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
91
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
92
- of<T_4>(...items: T_4[]): T_4[];
93
- readonly [Symbol.species]: ArrayConstructor;
94
- })[];
95
- /**
96
- * 输入框Tab键索引
97
- */
98
- tabIndex: {
99
- type: NumberConstructor;
100
- default: number;
101
- };
102
- /**
103
- * 分隔符,默认逗号
104
- */
105
- separator: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
- /**
110
- * 值类型是否为字符串
111
- */
112
- isStringValue: {
113
- type: BooleanConstructor;
114
- default: boolean;
115
- };
116
- /**
117
- * 异步获取枚举数组方法
118
- */
119
- loadData: {
120
- type: FunctionConstructor;
121
- };
122
- };
17
+ export declare const checkboxGroupProps: Record<string, any>;
123
18
  export type CheckboxGroupProps = ExtractPropTypes<typeof checkboxGroupProps>;
19
+ export declare const propsResolver: (schemaValue: Record<string, any>) => Record<string, any>;
@@ -13,17 +13,17 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { ComputedRef, Ref } from 'vue';
16
+ import { Ref } from 'vue';
17
17
  export interface Checkbox {
18
18
  [key: string]: any;
19
19
  /**
20
20
  * 枚举值
21
21
  */
22
- value: ComputedRef<any>;
22
+ value: any;
23
23
  /**
24
24
  * 枚举展示文本
25
25
  */
26
- name: ComputedRef<any>;
26
+ name: string;
27
27
  }
28
28
  export interface ChangeCheckbox {
29
29
  enumData: Ref<Array<Checkbox>>;
@@ -0,0 +1,2 @@
1
+ import { MapperFunction } from '../../../dynamic-resolver';
2
+ export declare const schemaMapper: Map<string, string | MapperFunction>;
@@ -13,6 +13,10 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export * from './use-option';
17
- export * from './use-combo-list';
18
- export * from './use-panel';
16
+ import type { App } from 'vue';
17
+ import ColorPicker from './src/color-picker.component';
18
+ export { ColorPicker };
19
+ declare const _default: {
20
+ install(app: App): void;
21
+ };
22
+ export default _default;
@@ -0,0 +1,62 @@
1
+ /**
2
+ * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { ExtractPropTypes } from 'vue';
17
+ /**
18
+ * 属性
19
+ */
20
+ export declare const colorPickerProps: {
21
+ color: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ disabled: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ size: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ presets: {
34
+ type: {
35
+ (arrayLength: number): string[];
36
+ (...items: string[]): string[];
37
+ new (arrayLength: number): string[];
38
+ new (...items: string[]): string[];
39
+ isArray(arg: any): arg is any[];
40
+ readonly prototype: any[];
41
+ from<T>(arrayLike: ArrayLike<T>): T[];
42
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
43
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
44
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
45
+ of<T_4>(...items: T_4[]): T_4[];
46
+ readonly [Symbol.species]: ArrayConstructor;
47
+ };
48
+ default: never[];
49
+ };
50
+ selectOnly: {
51
+ type: BooleanConstructor;
52
+ };
53
+ editable: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ allowColorNull: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ };
62
+ export type ColorPickerProps = ExtractPropTypes<typeof colorPickerProps>;
@@ -0,0 +1,3 @@
1
+ export declare abstract class BaseColor {
2
+ abstract toString(showAlpha?: boolean): string;
3
+ }
@@ -0,0 +1,21 @@
1
+ import { BaseColor } from './base-color.class';
2
+ /**
3
+ * CMYK color space
4
+ *
5
+ * Cyan = ranges from 0 to 100%
6
+ * Magenta = ranges from 0 to 100%
7
+ * Yellow = ranges from 0 to 100%
8
+ * blacK = ranges from 0 to 100%
9
+ */
10
+ export declare class Cmyk extends BaseColor {
11
+ cyan: number;
12
+ magenta: number;
13
+ yellow: number;
14
+ black: number;
15
+ constructor(cyan: number, magenta: number, yellow: number, black: number);
16
+ toString(): string;
17
+ getCyan(): number;
18
+ getMagenta(): number;
19
+ getYellow(): number;
20
+ getBlack(): number;
21
+ }
@@ -0,0 +1,154 @@
1
+ import { Rgba } from './rgba.class';
2
+ /**
3
+ * http://www.w3.org/TR/css3-color/
4
+ */
5
+ export declare class ColorsTable {
6
+ static transparent: Rgba;
7
+ static aliceblue: Rgba;
8
+ static antiquewhite: Rgba;
9
+ static aqua: Rgba;
10
+ static aquamarine: Rgba;
11
+ static azure: Rgba;
12
+ static beige: Rgba;
13
+ static bisque: Rgba;
14
+ static black: Rgba;
15
+ static blanchedalmond: Rgba;
16
+ static blue: Rgba;
17
+ static blueviolet: Rgba;
18
+ static brown: Rgba;
19
+ static burlywood: Rgba;
20
+ static cadetblue: Rgba;
21
+ static chartreuse: Rgba;
22
+ static chocolate: Rgba;
23
+ static coral: Rgba;
24
+ static cornflowerblue: Rgba;
25
+ static cornsilk: Rgba;
26
+ static crimson: Rgba;
27
+ static cyan: Rgba;
28
+ static darkblue: Rgba;
29
+ static darkcyan: Rgba;
30
+ static darkgoldenrod: Rgba;
31
+ static darkgray: Rgba;
32
+ static darkgreen: Rgba;
33
+ static darkgrey: Rgba;
34
+ static darkkhaki: Rgba;
35
+ static darkmagenta: Rgba;
36
+ static darkolivegreen: Rgba;
37
+ static darkorange: Rgba;
38
+ static darkorchid: Rgba;
39
+ static darkred: Rgba;
40
+ static darksalmon: Rgba;
41
+ static darkseagreen: Rgba;
42
+ static darkslateblue: Rgba;
43
+ static darkslategray: Rgba;
44
+ static darkslategrey: Rgba;
45
+ static darkturquoise: Rgba;
46
+ static darkviolet: Rgba;
47
+ static deeppink: Rgba;
48
+ static deepskyblue: Rgba;
49
+ static dimgray: Rgba;
50
+ static dimgrey: Rgba;
51
+ static dodgerblue: Rgba;
52
+ static firebrick: Rgba;
53
+ static floralwhite: Rgba;
54
+ static forestgreen: Rgba;
55
+ static fuchsia: Rgba;
56
+ static gainsboro: Rgba;
57
+ static ghostwhite: Rgba;
58
+ static gold: Rgba;
59
+ static goldenrod: Rgba;
60
+ static gray: Rgba;
61
+ static grey: Rgba;
62
+ static green: Rgba;
63
+ static greenyellow: Rgba;
64
+ static honeydew: Rgba;
65
+ static hotpink: Rgba;
66
+ static indianred: Rgba;
67
+ static indigo: Rgba;
68
+ static ivory: Rgba;
69
+ static khaki: Rgba;
70
+ static lavender: Rgba;
71
+ static lavenderblush: Rgba;
72
+ static lawngreen: Rgba;
73
+ static lemonchiffon: Rgba;
74
+ static lightblue: Rgba;
75
+ static lightcoral: Rgba;
76
+ static lightcyan: Rgba;
77
+ static lightgoldenrodyellow: Rgba;
78
+ static lightgray: Rgba;
79
+ static lightgreen: Rgba;
80
+ static lightgrey: Rgba;
81
+ static lightpink: Rgba;
82
+ static lightsalmon: Rgba;
83
+ static lightseagreen: Rgba;
84
+ static lightskyblue: Rgba;
85
+ static lightslategray: Rgba;
86
+ static lightslategrey: Rgba;
87
+ static lightsteelblue: Rgba;
88
+ static lightyellow: Rgba;
89
+ static lime: Rgba;
90
+ static limegreen: Rgba;
91
+ static linen: Rgba;
92
+ static magenta: Rgba;
93
+ static maroon: Rgba;
94
+ static mediumaquamarine: Rgba;
95
+ static mediumblue: Rgba;
96
+ static mediumorchid: Rgba;
97
+ static mediumpurple: Rgba;
98
+ static mediumseagreen: Rgba;
99
+ static mediumslateblue: Rgba;
100
+ static mediumspringgreen: Rgba;
101
+ static mediumturquoise: Rgba;
102
+ static mediumvioletred: Rgba;
103
+ static midnightblue: Rgba;
104
+ static mintcream: Rgba;
105
+ static mistyrose: Rgba;
106
+ static moccasin: Rgba;
107
+ static navajowhite: Rgba;
108
+ static navy: Rgba;
109
+ static oldlace: Rgba;
110
+ static olive: Rgba;
111
+ static olivedrab: Rgba;
112
+ static orange: Rgba;
113
+ static orangered: Rgba;
114
+ static orchid: Rgba;
115
+ static palegoldenrod: Rgba;
116
+ static palegreen: Rgba;
117
+ static paleturquoise: Rgba;
118
+ static palevioletred: Rgba;
119
+ static papayawhip: Rgba;
120
+ static peachpuff: Rgba;
121
+ static peru: Rgba;
122
+ static pink: Rgba;
123
+ static plum: Rgba;
124
+ static powderblue: Rgba;
125
+ static purple: Rgba;
126
+ static red: Rgba;
127
+ static rosybrown: Rgba;
128
+ static royalblue: Rgba;
129
+ static saddlebrown: Rgba;
130
+ static salmon: Rgba;
131
+ static sandybrown: Rgba;
132
+ static seagreen: Rgba;
133
+ static seashell: Rgba;
134
+ static sienna: Rgba;
135
+ static silver: Rgba;
136
+ static skyblue: Rgba;
137
+ static slateblue: Rgba;
138
+ static slategray: Rgba;
139
+ static slategrey: Rgba;
140
+ static snow: Rgba;
141
+ static springgreen: Rgba;
142
+ static steelblue: Rgba;
143
+ static tan: Rgba;
144
+ static teal: Rgba;
145
+ static thistle: Rgba;
146
+ static tomato: Rgba;
147
+ static turquoise: Rgba;
148
+ static violet: Rgba;
149
+ static wheat: Rgba;
150
+ static white: Rgba;
151
+ static whitesmoke: Rgba;
152
+ static yellow: Rgba;
153
+ static yellowgreen: Rgba;
154
+ }