@zuoyo/viteui 0.0.2

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 (1090) hide show
  1. package/README.md +227 -0
  2. package/dist/components/accordion/Accordion.d.ts +18 -0
  3. package/dist/components/accordion/Accordion.d.ts.map +1 -0
  4. package/dist/components/accordion/AccordionPanel.d.ts +63 -0
  5. package/dist/components/accordion/AccordionPanel.d.ts.map +1 -0
  6. package/dist/components/accordion/index.d.ts +14 -0
  7. package/dist/components/accordion/index.d.ts.map +1 -0
  8. package/dist/components/accordion/types.d.ts +159 -0
  9. package/dist/components/accordion/types.d.ts.map +1 -0
  10. package/dist/components/base/Addon.d.ts +11 -0
  11. package/dist/components/base/Addon.d.ts.map +1 -0
  12. package/dist/components/base/ComboBase.d.ts +85 -0
  13. package/dist/components/base/ComboBase.d.ts.map +1 -0
  14. package/dist/components/base/DateHelper.d.ts +17 -0
  15. package/dist/components/base/DateHelper.d.ts.map +1 -0
  16. package/dist/components/base/DomHelper.d.ts +42 -0
  17. package/dist/components/base/DomHelper.d.ts.map +1 -0
  18. package/dist/components/base/EventHub.d.ts +19 -0
  19. package/dist/components/base/EventHub.d.ts.map +1 -0
  20. package/dist/components/base/Label.d.ts +11 -0
  21. package/dist/components/base/Label.d.ts.map +1 -0
  22. package/dist/components/base/SlideUpDown.d.ts +37 -0
  23. package/dist/components/base/SlideUpDown.d.ts.map +1 -0
  24. package/dist/components/base/SpinnerBase.d.ts +69 -0
  25. package/dist/components/base/SpinnerBase.d.ts.map +1 -0
  26. package/dist/components/base/TreeHelper.d.ts +28 -0
  27. package/dist/components/base/TreeHelper.d.ts.map +1 -0
  28. package/dist/components/base/VirtualScroll.d.ts +36 -0
  29. package/dist/components/base/VirtualScroll.d.ts.map +1 -0
  30. package/dist/components/base/index.d.ts +23 -0
  31. package/dist/components/base/index.d.ts.map +1 -0
  32. package/dist/components/base/listBaseProps.d.ts +111 -0
  33. package/dist/components/base/listBaseProps.d.ts.map +1 -0
  34. package/dist/components/base/types.d.ts +1091 -0
  35. package/dist/components/base/types.d.ts.map +1 -0
  36. package/dist/components/base/useComboBase.d.ts +49 -0
  37. package/dist/components/base/useComboBase.d.ts.map +1 -0
  38. package/dist/components/base/useFieldBase.d.ts +24 -0
  39. package/dist/components/base/useFieldBase.d.ts.map +1 -0
  40. package/dist/components/base/useInputBase.d.ts +96 -0
  41. package/dist/components/base/useInputBase.d.ts.map +1 -0
  42. package/dist/components/base/useListBase.d.ts +71 -0
  43. package/dist/components/base/useListBase.d.ts.map +1 -0
  44. package/dist/components/base/useSpinnerBase.d.ts +45 -0
  45. package/dist/components/base/useSpinnerBase.d.ts.map +1 -0
  46. package/dist/components/calendar/Calendar.d.ts +35 -0
  47. package/dist/components/calendar/Calendar.d.ts.map +1 -0
  48. package/dist/components/calendar/index.d.ts +13 -0
  49. package/dist/components/calendar/index.d.ts.map +1 -0
  50. package/dist/components/calendar/types.d.ts +132 -0
  51. package/dist/components/calendar/types.d.ts.map +1 -0
  52. package/dist/components/checkbox/CheckBox.d.ts +35 -0
  53. package/dist/components/checkbox/CheckBox.d.ts.map +1 -0
  54. package/dist/components/checkbox/index.d.ts +13 -0
  55. package/dist/components/checkbox/index.d.ts.map +1 -0
  56. package/dist/components/checkbox/types.d.ts +64 -0
  57. package/dist/components/checkbox/types.d.ts.map +1 -0
  58. package/dist/components/combobox/ComboBox.d.ts +379 -0
  59. package/dist/components/combobox/ComboBox.d.ts.map +1 -0
  60. package/dist/components/combobox/index.d.ts +13 -0
  61. package/dist/components/combobox/index.d.ts.map +1 -0
  62. package/dist/components/combobox/types.d.ts +163 -0
  63. package/dist/components/combobox/types.d.ts.map +1 -0
  64. package/dist/components/combogrid/ComboGrid.d.ts +220 -0
  65. package/dist/components/combogrid/ComboGrid.d.ts.map +1 -0
  66. package/dist/components/combogrid/index.d.ts +13 -0
  67. package/dist/components/combogrid/index.d.ts.map +1 -0
  68. package/dist/components/combogrid/types.d.ts +105 -0
  69. package/dist/components/combogrid/types.d.ts.map +1 -0
  70. package/dist/components/combotree/ComboTree.d.ts +219 -0
  71. package/dist/components/combotree/ComboTree.d.ts.map +1 -0
  72. package/dist/components/combotree/index.d.ts +13 -0
  73. package/dist/components/combotree/index.d.ts.map +1 -0
  74. package/dist/components/combotree/types.d.ts +113 -0
  75. package/dist/components/combotree/types.d.ts.map +1 -0
  76. package/dist/components/datagrid/DataGrid.d.ts +135 -0
  77. package/dist/components/datagrid/DataGrid.d.ts.map +1 -0
  78. package/dist/components/datagrid/DataGridBody.d.ts +14 -0
  79. package/dist/components/datagrid/DataGridBody.d.ts.map +1 -0
  80. package/dist/components/datagrid/DataGridRowDetail.d.ts +11 -0
  81. package/dist/components/datagrid/DataGridRowDetail.d.ts.map +1 -0
  82. package/dist/components/datagrid/DataGridRowGroup.d.ts +13 -0
  83. package/dist/components/datagrid/DataGridRowGroup.d.ts.map +1 -0
  84. package/dist/components/datagrid/DataGridTable.d.ts +15 -0
  85. package/dist/components/datagrid/DataGridTable.d.ts.map +1 -0
  86. package/dist/components/datagrid/DataGridView.d.ts +25 -0
  87. package/dist/components/datagrid/DataGridView.d.ts.map +1 -0
  88. package/dist/components/datagrid/index.d.ts +21 -0
  89. package/dist/components/datagrid/index.d.ts.map +1 -0
  90. package/dist/components/datagrid/types.d.ts +507 -0
  91. package/dist/components/datagrid/types.d.ts.map +1 -0
  92. package/dist/components/datalist/DataList.d.ts +104 -0
  93. package/dist/components/datalist/DataList.d.ts.map +1 -0
  94. package/dist/components/datalist/index.d.ts +13 -0
  95. package/dist/components/datalist/index.d.ts.map +1 -0
  96. package/dist/components/datalist/types.d.ts +77 -0
  97. package/dist/components/datalist/types.d.ts.map +1 -0
  98. package/dist/components/datebox/DateBox.d.ts +310 -0
  99. package/dist/components/datebox/DateBox.d.ts.map +1 -0
  100. package/dist/components/datebox/index.d.ts +13 -0
  101. package/dist/components/datebox/index.d.ts.map +1 -0
  102. package/dist/components/datebox/types.d.ts +124 -0
  103. package/dist/components/datebox/types.d.ts.map +1 -0
  104. package/dist/components/datetimebox/DateTimeBox.d.ts +502 -0
  105. package/dist/components/datetimebox/DateTimeBox.d.ts.map +1 -0
  106. package/dist/components/datetimebox/index.d.ts +13 -0
  107. package/dist/components/datetimebox/index.d.ts.map +1 -0
  108. package/dist/components/datetimebox/types.d.ts +38 -0
  109. package/dist/components/datetimebox/types.d.ts.map +1 -0
  110. package/dist/components/datetimespinner/DateTimeSpinner.d.ts +17 -0
  111. package/dist/components/datetimespinner/DateTimeSpinner.d.ts.map +1 -0
  112. package/dist/components/datetimespinner/index.d.ts +13 -0
  113. package/dist/components/datetimespinner/index.d.ts.map +1 -0
  114. package/dist/components/datetimespinner/types.d.ts +34 -0
  115. package/dist/components/datetimespinner/types.d.ts.map +1 -0
  116. package/dist/components/dialog/Dialog.d.ts +102 -0
  117. package/dist/components/dialog/Dialog.d.ts.map +1 -0
  118. package/dist/components/dialog/dialogProps.d.ts +87 -0
  119. package/dist/components/dialog/dialogProps.d.ts.map +1 -0
  120. package/dist/components/dialog/index.d.ts +13 -0
  121. package/dist/components/dialog/index.d.ts.map +1 -0
  122. package/dist/components/dialog/types.d.ts +137 -0
  123. package/dist/components/dialog/types.d.ts.map +1 -0
  124. package/dist/components/draggable/Draggable.d.ts +28 -0
  125. package/dist/components/draggable/Draggable.d.ts.map +1 -0
  126. package/dist/components/draggable/DraggableClass.d.ts +48 -0
  127. package/dist/components/draggable/DraggableClass.d.ts.map +1 -0
  128. package/dist/components/draggable/DraggableProxy.d.ts +19 -0
  129. package/dist/components/draggable/DraggableProxy.d.ts.map +1 -0
  130. package/dist/components/draggable/index.d.ts +15 -0
  131. package/dist/components/draggable/index.d.ts.map +1 -0
  132. package/dist/components/draggable/types.d.ts +404 -0
  133. package/dist/components/draggable/types.d.ts.map +1 -0
  134. package/dist/components/drawer/Drawer.d.ts +113 -0
  135. package/dist/components/drawer/Drawer.d.ts.map +1 -0
  136. package/dist/components/drawer/index.d.ts +13 -0
  137. package/dist/components/drawer/index.d.ts.map +1 -0
  138. package/dist/components/drawer/types.d.ts +97 -0
  139. package/dist/components/drawer/types.d.ts.map +1 -0
  140. package/dist/components/droppable/Droppable.d.ts +21 -0
  141. package/dist/components/droppable/Droppable.d.ts.map +1 -0
  142. package/dist/components/droppable/DroppableClass.d.ts +27 -0
  143. package/dist/components/droppable/DroppableClass.d.ts.map +1 -0
  144. package/dist/components/droppable/index.d.ts +14 -0
  145. package/dist/components/droppable/index.d.ts.map +1 -0
  146. package/dist/components/droppable/types.d.ts +99 -0
  147. package/dist/components/droppable/types.d.ts.map +1 -0
  148. package/dist/components/filebutton/FileButton.d.ts +59 -0
  149. package/dist/components/filebutton/FileButton.d.ts.map +1 -0
  150. package/dist/components/filebutton/index.d.ts +13 -0
  151. package/dist/components/filebutton/index.d.ts.map +1 -0
  152. package/dist/components/filebutton/types.d.ts +86 -0
  153. package/dist/components/filebutton/types.d.ts.map +1 -0
  154. package/dist/components/form/Form.d.ts +30 -0
  155. package/dist/components/form/Form.d.ts.map +1 -0
  156. package/dist/components/form/FormField.d.ts +19 -0
  157. package/dist/components/form/FormField.d.ts.map +1 -0
  158. package/dist/components/form/index.d.ts +14 -0
  159. package/dist/components/form/index.d.ts.map +1 -0
  160. package/dist/components/form/rules.d.ts +57 -0
  161. package/dist/components/form/rules.d.ts.map +1 -0
  162. package/dist/components/form/types.d.ts +179 -0
  163. package/dist/components/form/types.d.ts.map +1 -0
  164. package/dist/components/gridbase/GridBase.d.ts +203 -0
  165. package/dist/components/gridbase/GridBase.d.ts.map +1 -0
  166. package/dist/components/gridbase/GridBody.d.ts +73 -0
  167. package/dist/components/gridbase/GridBody.d.ts.map +1 -0
  168. package/dist/components/gridbase/GridBodyCell.d.ts +55 -0
  169. package/dist/components/gridbase/GridBodyCell.d.ts.map +1 -0
  170. package/dist/components/gridbase/GridColumn.d.ts +333 -0
  171. package/dist/components/gridbase/GridColumn.d.ts.map +1 -0
  172. package/dist/components/gridbase/GridColumnGroup.d.ts +73 -0
  173. package/dist/components/gridbase/GridColumnGroup.d.ts.map +1 -0
  174. package/dist/components/gridbase/GridEmpty.d.ts +7 -0
  175. package/dist/components/gridbase/GridEmpty.d.ts.map +1 -0
  176. package/dist/components/gridbase/GridFilterButton.d.ts +28 -0
  177. package/dist/components/gridbase/GridFilterButton.d.ts.map +1 -0
  178. package/dist/components/gridbase/GridFilterCell.d.ts +11 -0
  179. package/dist/components/gridbase/GridFilterCell.d.ts.map +1 -0
  180. package/dist/components/gridbase/GridFilterRow.d.ts +9 -0
  181. package/dist/components/gridbase/GridFilterRow.d.ts.map +1 -0
  182. package/dist/components/gridbase/GridFooter.d.ts +82 -0
  183. package/dist/components/gridbase/GridFooter.d.ts.map +1 -0
  184. package/dist/components/gridbase/GridFooterCell.d.ts +11 -0
  185. package/dist/components/gridbase/GridFooterCell.d.ts.map +1 -0
  186. package/dist/components/gridbase/GridHeader.d.ts +51 -0
  187. package/dist/components/gridbase/GridHeader.d.ts.map +1 -0
  188. package/dist/components/gridbase/GridHeaderCell.d.ts +9 -0
  189. package/dist/components/gridbase/GridHeaderCell.d.ts.map +1 -0
  190. package/dist/components/gridbase/GridHeaderRow.d.ts +12 -0
  191. package/dist/components/gridbase/GridHeaderRow.d.ts.map +1 -0
  192. package/dist/components/gridbase/GridView.d.ts +130 -0
  193. package/dist/components/gridbase/GridView.d.ts.map +1 -0
  194. package/dist/components/gridbase/gridBaseProps.d.ts +172 -0
  195. package/dist/components/gridbase/gridBaseProps.d.ts.map +1 -0
  196. package/dist/components/gridbase/gridBodyProps.d.ts +17 -0
  197. package/dist/components/gridbase/gridBodyProps.d.ts.map +1 -0
  198. package/dist/components/gridbase/gridViewProps.d.ts +26 -0
  199. package/dist/components/gridbase/gridViewProps.d.ts.map +1 -0
  200. package/dist/components/gridbase/index.d.ts +19 -0
  201. package/dist/components/gridbase/index.d.ts.map +1 -0
  202. package/dist/components/gridbase/types.d.ts +823 -0
  203. package/dist/components/gridbase/types.d.ts.map +1 -0
  204. package/dist/components/gridbase/useGridBase.d.ts +58 -0
  205. package/dist/components/gridbase/useGridBase.d.ts.map +1 -0
  206. package/dist/components/gridbase/useGridBodyBase.d.ts +11 -0
  207. package/dist/components/gridbase/useGridBodyBase.d.ts.map +1 -0
  208. package/dist/components/gridbase/useGridViewBase.d.ts +19 -0
  209. package/dist/components/gridbase/useGridViewBase.d.ts.map +1 -0
  210. package/dist/components/layout/CollapsedPanel.d.ts +138 -0
  211. package/dist/components/layout/CollapsedPanel.d.ts.map +1 -0
  212. package/dist/components/layout/Layout.d.ts +19 -0
  213. package/dist/components/layout/Layout.d.ts.map +1 -0
  214. package/dist/components/layout/LayoutPanel.d.ts +83 -0
  215. package/dist/components/layout/LayoutPanel.d.ts.map +1 -0
  216. package/dist/components/layout/index.d.ts +15 -0
  217. package/dist/components/layout/index.d.ts.map +1 -0
  218. package/dist/components/layout/types.d.ts +210 -0
  219. package/dist/components/layout/types.d.ts.map +1 -0
  220. package/dist/components/linkbutton/ButtonGroup.d.ts +47 -0
  221. package/dist/components/linkbutton/ButtonGroup.d.ts.map +1 -0
  222. package/dist/components/linkbutton/LinkButton.d.ts +37 -0
  223. package/dist/components/linkbutton/LinkButton.d.ts.map +1 -0
  224. package/dist/components/linkbutton/index.d.ts +14 -0
  225. package/dist/components/linkbutton/index.d.ts.map +1 -0
  226. package/dist/components/linkbutton/linkButtonProps.d.ts +38 -0
  227. package/dist/components/linkbutton/linkButtonProps.d.ts.map +1 -0
  228. package/dist/components/linkbutton/types.d.ts +129 -0
  229. package/dist/components/linkbutton/types.d.ts.map +1 -0
  230. package/dist/components/linkbutton/useLinkButtonBase.d.ts +41 -0
  231. package/dist/components/linkbutton/useLinkButtonBase.d.ts.map +1 -0
  232. package/dist/components/locale/index.d.ts +18 -0
  233. package/dist/components/locale/index.d.ts.map +1 -0
  234. package/dist/components/menu/Menu.d.ts +31 -0
  235. package/dist/components/menu/Menu.d.ts.map +1 -0
  236. package/dist/components/menu/MenuItem.d.ts +15 -0
  237. package/dist/components/menu/MenuItem.d.ts.map +1 -0
  238. package/dist/components/menu/MenuSep.d.ts +3 -0
  239. package/dist/components/menu/MenuSep.d.ts.map +1 -0
  240. package/dist/components/menu/SubMenu.d.ts +21 -0
  241. package/dist/components/menu/SubMenu.d.ts.map +1 -0
  242. package/dist/components/menu/index.d.ts +16 -0
  243. package/dist/components/menu/index.d.ts.map +1 -0
  244. package/dist/components/menu/types.d.ts +202 -0
  245. package/dist/components/menu/types.d.ts.map +1 -0
  246. package/dist/components/menubutton/MenuButton.d.ts +43 -0
  247. package/dist/components/menubutton/MenuButton.d.ts.map +1 -0
  248. package/dist/components/menubutton/index.d.ts +13 -0
  249. package/dist/components/menubutton/index.d.ts.map +1 -0
  250. package/dist/components/menubutton/types.d.ts +56 -0
  251. package/dist/components/menubutton/types.d.ts.map +1 -0
  252. package/dist/components/messager/Messager.d.ts +16 -0
  253. package/dist/components/messager/Messager.d.ts.map +1 -0
  254. package/dist/components/messager/MessagerContent.d.ts +18 -0
  255. package/dist/components/messager/MessagerContent.d.ts.map +1 -0
  256. package/dist/components/messager/MessagerDialog.d.ts +114 -0
  257. package/dist/components/messager/MessagerDialog.d.ts.map +1 -0
  258. package/dist/components/messager/index.d.ts +15 -0
  259. package/dist/components/messager/index.d.ts.map +1 -0
  260. package/dist/components/messager/types.d.ts +238 -0
  261. package/dist/components/messager/types.d.ts.map +1 -0
  262. package/dist/components/numberbox/NumberBox.d.ts +210 -0
  263. package/dist/components/numberbox/NumberBox.d.ts.map +1 -0
  264. package/dist/components/numberbox/index.d.ts +13 -0
  265. package/dist/components/numberbox/index.d.ts.map +1 -0
  266. package/dist/components/numberbox/types.d.ts +130 -0
  267. package/dist/components/numberbox/types.d.ts.map +1 -0
  268. package/dist/components/pagination/Pagination.d.ts +45 -0
  269. package/dist/components/pagination/Pagination.d.ts.map +1 -0
  270. package/dist/components/pagination/PaginationButton.d.ts +39 -0
  271. package/dist/components/pagination/PaginationButton.d.ts.map +1 -0
  272. package/dist/components/pagination/PaginationLink.d.ts +3 -0
  273. package/dist/components/pagination/PaginationLink.d.ts.map +1 -0
  274. package/dist/components/pagination/PaginationList.d.ts +3 -0
  275. package/dist/components/pagination/PaginationList.d.ts.map +1 -0
  276. package/dist/components/pagination/PaginationManual.d.ts +7 -0
  277. package/dist/components/pagination/PaginationManual.d.ts.map +1 -0
  278. package/dist/components/pagination/index.d.ts +17 -0
  279. package/dist/components/pagination/index.d.ts.map +1 -0
  280. package/dist/components/pagination/types.d.ts +284 -0
  281. package/dist/components/pagination/types.d.ts.map +1 -0
  282. package/dist/components/panel/Panel.d.ts +63 -0
  283. package/dist/components/panel/Panel.d.ts.map +1 -0
  284. package/dist/components/panel/index.d.ts +13 -0
  285. package/dist/components/panel/index.d.ts.map +1 -0
  286. package/dist/components/panel/panelProps.d.ts +63 -0
  287. package/dist/components/panel/panelProps.d.ts.map +1 -0
  288. package/dist/components/panel/types.d.ts +139 -0
  289. package/dist/components/panel/types.d.ts.map +1 -0
  290. package/dist/components/panel/usePanelBase.d.ts +60 -0
  291. package/dist/components/panel/usePanelBase.d.ts.map +1 -0
  292. package/dist/components/passwordbox/PasswordBox.d.ts +78 -0
  293. package/dist/components/passwordbox/PasswordBox.d.ts.map +1 -0
  294. package/dist/components/passwordbox/index.d.ts +13 -0
  295. package/dist/components/passwordbox/index.d.ts.map +1 -0
  296. package/dist/components/passwordbox/types.d.ts +57 -0
  297. package/dist/components/passwordbox/types.d.ts.map +1 -0
  298. package/dist/components/progressbar/ProgressBar.d.ts +16 -0
  299. package/dist/components/progressbar/ProgressBar.d.ts.map +1 -0
  300. package/dist/components/progressbar/index.d.ts +13 -0
  301. package/dist/components/progressbar/index.d.ts.map +1 -0
  302. package/dist/components/progressbar/types.d.ts +33 -0
  303. package/dist/components/progressbar/types.d.ts.map +1 -0
  304. package/dist/components/radiobutton/RadioButton.d.ts +31 -0
  305. package/dist/components/radiobutton/RadioButton.d.ts.map +1 -0
  306. package/dist/components/radiobutton/index.d.ts +13 -0
  307. package/dist/components/radiobutton/index.d.ts.map +1 -0
  308. package/dist/components/radiobutton/types.d.ts +66 -0
  309. package/dist/components/radiobutton/types.d.ts.map +1 -0
  310. package/dist/components/rate/Rate.d.ts +64 -0
  311. package/dist/components/rate/Rate.d.ts.map +1 -0
  312. package/dist/components/rate/index.d.ts +13 -0
  313. package/dist/components/rate/index.d.ts.map +1 -0
  314. package/dist/components/rate/types.d.ts +61 -0
  315. package/dist/components/rate/types.d.ts.map +1 -0
  316. package/dist/components/resizable/Resizable.d.ts +27 -0
  317. package/dist/components/resizable/Resizable.d.ts.map +1 -0
  318. package/dist/components/resizable/ResizableClass.d.ts +33 -0
  319. package/dist/components/resizable/ResizableClass.d.ts.map +1 -0
  320. package/dist/components/resizable/index.d.ts +14 -0
  321. package/dist/components/resizable/index.d.ts.map +1 -0
  322. package/dist/components/resizable/types.d.ts +222 -0
  323. package/dist/components/resizable/types.d.ts.map +1 -0
  324. package/dist/components/searchbox/SearchBox.d.ts +72 -0
  325. package/dist/components/searchbox/SearchBox.d.ts.map +1 -0
  326. package/dist/components/searchbox/index.d.ts +13 -0
  327. package/dist/components/searchbox/index.d.ts.map +1 -0
  328. package/dist/components/searchbox/types.d.ts +77 -0
  329. package/dist/components/searchbox/types.d.ts.map +1 -0
  330. package/dist/components/sidemenu/SideMenu.d.ts +29 -0
  331. package/dist/components/sidemenu/SideMenu.d.ts.map +1 -0
  332. package/dist/components/sidemenu/SideMenuIcon.d.ts +13 -0
  333. package/dist/components/sidemenu/SideMenuIcon.d.ts.map +1 -0
  334. package/dist/components/sidemenu/SideMenuItems.d.ts +74 -0
  335. package/dist/components/sidemenu/SideMenuItems.d.ts.map +1 -0
  336. package/dist/components/sidemenu/index.d.ts +15 -0
  337. package/dist/components/sidemenu/index.d.ts.map +1 -0
  338. package/dist/components/sidemenu/types.d.ts +213 -0
  339. package/dist/components/sidemenu/types.d.ts.map +1 -0
  340. package/dist/components/slider/Slider.d.ts +210 -0
  341. package/dist/components/slider/Slider.d.ts.map +1 -0
  342. package/dist/components/slider/index.d.ts +13 -0
  343. package/dist/components/slider/index.d.ts.map +1 -0
  344. package/dist/components/slider/types.d.ts +92 -0
  345. package/dist/components/slider/types.d.ts.map +1 -0
  346. package/dist/components/splitbutton/SplitButton.d.ts +43 -0
  347. package/dist/components/splitbutton/SplitButton.d.ts.map +1 -0
  348. package/dist/components/splitbutton/index.d.ts +13 -0
  349. package/dist/components/splitbutton/index.d.ts.map +1 -0
  350. package/dist/components/splitbutton/types.d.ts +21 -0
  351. package/dist/components/splitbutton/types.d.ts.map +1 -0
  352. package/dist/components/swiper/Swiper.d.ts +21 -0
  353. package/dist/components/swiper/Swiper.d.ts.map +1 -0
  354. package/dist/components/swiper/SwiperPanel.d.ts +142 -0
  355. package/dist/components/swiper/SwiperPanel.d.ts.map +1 -0
  356. package/dist/components/swiper/index.d.ts +14 -0
  357. package/dist/components/swiper/index.d.ts.map +1 -0
  358. package/dist/components/swiper/types.d.ts +120 -0
  359. package/dist/components/swiper/types.d.ts.map +1 -0
  360. package/dist/components/switchbutton/SwitchButton.d.ts +44 -0
  361. package/dist/components/switchbutton/SwitchButton.d.ts.map +1 -0
  362. package/dist/components/switchbutton/index.d.ts +13 -0
  363. package/dist/components/switchbutton/index.d.ts.map +1 -0
  364. package/dist/components/switchbutton/types.d.ts +64 -0
  365. package/dist/components/switchbutton/types.d.ts.map +1 -0
  366. package/dist/components/tabs/TabPanel.d.ts +153 -0
  367. package/dist/components/tabs/TabPanel.d.ts.map +1 -0
  368. package/dist/components/tabs/TabPanelHeader.d.ts +24 -0
  369. package/dist/components/tabs/TabPanelHeader.d.ts.map +1 -0
  370. package/dist/components/tabs/Tabs.d.ts +41 -0
  371. package/dist/components/tabs/Tabs.d.ts.map +1 -0
  372. package/dist/components/tabs/index.d.ts +14 -0
  373. package/dist/components/tabs/index.d.ts.map +1 -0
  374. package/dist/components/tabs/types.d.ts +185 -0
  375. package/dist/components/tabs/types.d.ts.map +1 -0
  376. package/dist/components/tagbox/TagBox.d.ts +288 -0
  377. package/dist/components/tagbox/TagBox.d.ts.map +1 -0
  378. package/dist/components/tagbox/index.d.ts +13 -0
  379. package/dist/components/tagbox/index.d.ts.map +1 -0
  380. package/dist/components/tagbox/types.d.ts +110 -0
  381. package/dist/components/tagbox/types.d.ts.map +1 -0
  382. package/dist/components/textbox/TextBox.d.ts +57 -0
  383. package/dist/components/textbox/TextBox.d.ts.map +1 -0
  384. package/dist/components/textbox/index.d.ts +13 -0
  385. package/dist/components/textbox/index.d.ts.map +1 -0
  386. package/dist/components/textbox/types.d.ts +22 -0
  387. package/dist/components/textbox/types.d.ts.map +1 -0
  388. package/dist/components/timepicker/TimeClock.d.ts +12 -0
  389. package/dist/components/timepicker/TimeClock.d.ts.map +1 -0
  390. package/dist/components/timepicker/TimePanel.d.ts +11 -0
  391. package/dist/components/timepicker/TimePanel.d.ts.map +1 -0
  392. package/dist/components/timepicker/TimePicker.d.ts +236 -0
  393. package/dist/components/timepicker/TimePicker.d.ts.map +1 -0
  394. package/dist/components/timepicker/index.d.ts +15 -0
  395. package/dist/components/timepicker/index.d.ts.map +1 -0
  396. package/dist/components/timepicker/types.d.ts +224 -0
  397. package/dist/components/timepicker/types.d.ts.map +1 -0
  398. package/dist/components/timespinner/TimeSpinner.d.ts +196 -0
  399. package/dist/components/timespinner/TimeSpinner.d.ts.map +1 -0
  400. package/dist/components/timespinner/index.d.ts +13 -0
  401. package/dist/components/timespinner/index.d.ts.map +1 -0
  402. package/dist/components/timespinner/types.d.ts +130 -0
  403. package/dist/components/timespinner/types.d.ts.map +1 -0
  404. package/dist/components/tooltip/Tooltip.d.ts +27 -0
  405. package/dist/components/tooltip/Tooltip.d.ts.map +1 -0
  406. package/dist/components/tooltip/TooltipContent.d.ts +72 -0
  407. package/dist/components/tooltip/TooltipContent.d.ts.map +1 -0
  408. package/dist/components/tooltip/index.d.ts +14 -0
  409. package/dist/components/tooltip/index.d.ts.map +1 -0
  410. package/dist/components/tooltip/types.d.ts +263 -0
  411. package/dist/components/tooltip/types.d.ts.map +1 -0
  412. package/dist/components/tree/Tree.d.ts +315 -0
  413. package/dist/components/tree/Tree.d.ts.map +1 -0
  414. package/dist/components/tree/TreeNode.d.ts +28 -0
  415. package/dist/components/tree/TreeNode.d.ts.map +1 -0
  416. package/dist/components/tree/TreeNodeEditor.d.ts +17 -0
  417. package/dist/components/tree/TreeNodeEditor.d.ts.map +1 -0
  418. package/dist/components/tree/TreeNodeIcon.d.ts +10 -0
  419. package/dist/components/tree/TreeNodeIcon.d.ts.map +1 -0
  420. package/dist/components/tree/TreeNodeTitle.d.ts +10 -0
  421. package/dist/components/tree/TreeNodeTitle.d.ts.map +1 -0
  422. package/dist/components/tree/index.d.ts +17 -0
  423. package/dist/components/tree/index.d.ts.map +1 -0
  424. package/dist/components/tree/types.d.ts +511 -0
  425. package/dist/components/tree/types.d.ts.map +1 -0
  426. package/dist/components/treegrid/TreeGrid.d.ts +57 -0
  427. package/dist/components/treegrid/TreeGrid.d.ts.map +1 -0
  428. package/dist/components/treegrid/TreeGridBody.d.ts +14 -0
  429. package/dist/components/treegrid/TreeGridBody.d.ts.map +1 -0
  430. package/dist/components/treegrid/TreeGridChildren.d.ts +23 -0
  431. package/dist/components/treegrid/TreeGridChildren.d.ts.map +1 -0
  432. package/dist/components/treegrid/TreeGridRow.d.ts +20 -0
  433. package/dist/components/treegrid/TreeGridRow.d.ts.map +1 -0
  434. package/dist/components/treegrid/TreeGridTitle.d.ts +11 -0
  435. package/dist/components/treegrid/TreeGridTitle.d.ts.map +1 -0
  436. package/dist/components/treegrid/TreeGridView.d.ts +23 -0
  437. package/dist/components/treegrid/TreeGridView.d.ts.map +1 -0
  438. package/dist/components/treegrid/index.d.ts +18 -0
  439. package/dist/components/treegrid/index.d.ts.map +1 -0
  440. package/dist/components/treegrid/types.d.ts +407 -0
  441. package/dist/components/treegrid/types.d.ts.map +1 -0
  442. package/dist/index.d.ts +66 -0
  443. package/dist/index.d.ts.map +1 -0
  444. package/dist/locale/lang-af.d.ts +4 -0
  445. package/dist/locale/lang-af.d.ts.map +1 -0
  446. package/dist/locale/lang-af.ts +33 -0
  447. package/dist/locale/lang-am.d.ts +4 -0
  448. package/dist/locale/lang-am.d.ts.map +1 -0
  449. package/dist/locale/lang-am.ts +33 -0
  450. package/dist/locale/lang-ar.d.ts +4 -0
  451. package/dist/locale/lang-ar.d.ts.map +1 -0
  452. package/dist/locale/lang-ar.ts +33 -0
  453. package/dist/locale/lang-bg.d.ts +4 -0
  454. package/dist/locale/lang-bg.d.ts.map +1 -0
  455. package/dist/locale/lang-bg.ts +33 -0
  456. package/dist/locale/lang-ca.d.ts +4 -0
  457. package/dist/locale/lang-ca.d.ts.map +1 -0
  458. package/dist/locale/lang-ca.ts +33 -0
  459. package/dist/locale/lang-cs.d.ts +4 -0
  460. package/dist/locale/lang-cs.d.ts.map +1 -0
  461. package/dist/locale/lang-cs.ts +33 -0
  462. package/dist/locale/lang-cz.d.ts +4 -0
  463. package/dist/locale/lang-cz.d.ts.map +1 -0
  464. package/dist/locale/lang-cz.ts +33 -0
  465. package/dist/locale/lang-da.d.ts +4 -0
  466. package/dist/locale/lang-da.d.ts.map +1 -0
  467. package/dist/locale/lang-da.ts +33 -0
  468. package/dist/locale/lang-de.d.ts +4 -0
  469. package/dist/locale/lang-de.d.ts.map +1 -0
  470. package/dist/locale/lang-de.ts +33 -0
  471. package/dist/locale/lang-el.d.ts +4 -0
  472. package/dist/locale/lang-el.d.ts.map +1 -0
  473. package/dist/locale/lang-el.ts +33 -0
  474. package/dist/locale/lang-en.d.ts +4 -0
  475. package/dist/locale/lang-en.d.ts.map +1 -0
  476. package/dist/locale/lang-en.ts +33 -0
  477. package/dist/locale/lang-es.d.ts +4 -0
  478. package/dist/locale/lang-es.d.ts.map +1 -0
  479. package/dist/locale/lang-es.ts +33 -0
  480. package/dist/locale/lang-fa.d.ts +4 -0
  481. package/dist/locale/lang-fa.d.ts.map +1 -0
  482. package/dist/locale/lang-fa.ts +33 -0
  483. package/dist/locale/lang-fr.d.ts +4 -0
  484. package/dist/locale/lang-fr.d.ts.map +1 -0
  485. package/dist/locale/lang-fr.ts +33 -0
  486. package/dist/locale/lang-it.d.ts +4 -0
  487. package/dist/locale/lang-it.d.ts.map +1 -0
  488. package/dist/locale/lang-it.ts +33 -0
  489. package/dist/locale/lang-jp.d.ts +4 -0
  490. package/dist/locale/lang-jp.d.ts.map +1 -0
  491. package/dist/locale/lang-jp.ts +33 -0
  492. package/dist/locale/lang-ko.d.ts +4 -0
  493. package/dist/locale/lang-ko.d.ts.map +1 -0
  494. package/dist/locale/lang-ko.ts +33 -0
  495. package/dist/locale/lang-nl.d.ts +4 -0
  496. package/dist/locale/lang-nl.d.ts.map +1 -0
  497. package/dist/locale/lang-nl.ts +33 -0
  498. package/dist/locale/lang-pl.d.ts +4 -0
  499. package/dist/locale/lang-pl.d.ts.map +1 -0
  500. package/dist/locale/lang-pl.ts +33 -0
  501. package/dist/locale/lang-pt_BR.d.ts +4 -0
  502. package/dist/locale/lang-pt_BR.d.ts.map +1 -0
  503. package/dist/locale/lang-pt_BR.ts +33 -0
  504. package/dist/locale/lang-ru.d.ts +4 -0
  505. package/dist/locale/lang-ru.d.ts.map +1 -0
  506. package/dist/locale/lang-ru.ts +33 -0
  507. package/dist/locale/lang-sv_SE.d.ts +4 -0
  508. package/dist/locale/lang-sv_SE.d.ts.map +1 -0
  509. package/dist/locale/lang-sv_SE.ts +33 -0
  510. package/dist/locale/lang-tr.d.ts +4 -0
  511. package/dist/locale/lang-tr.d.ts.map +1 -0
  512. package/dist/locale/lang-tr.ts +33 -0
  513. package/dist/locale/lang-ua.d.ts +4 -0
  514. package/dist/locale/lang-ua.d.ts.map +1 -0
  515. package/dist/locale/lang-ua.ts +33 -0
  516. package/dist/locale/lang-zh_CN.d.ts +4 -0
  517. package/dist/locale/lang-zh_CN.d.ts.map +1 -0
  518. package/dist/locale/lang-zh_CN.ts +33 -0
  519. package/dist/locale/lang-zh_TW.d.ts +4 -0
  520. package/dist/locale/lang-zh_TW.d.ts.map +1 -0
  521. package/dist/locale/lang-zh_TW.ts +33 -0
  522. package/dist/locale/types.d.ts +33 -0
  523. package/dist/locale/types.d.ts.map +1 -0
  524. package/dist/locale/types.ts +32 -0
  525. package/dist/themes/black/accordion.css +89 -0
  526. package/dist/themes/black/calendar.css +213 -0
  527. package/dist/themes/black/checkbox.css +31 -0
  528. package/dist/themes/black/combo.css +35 -0
  529. package/dist/themes/black/combobox.css +40 -0
  530. package/dist/themes/black/datagrid.css +305 -0
  531. package/dist/themes/black/datalist.css +95 -0
  532. package/dist/themes/black/datebox.css +36 -0
  533. package/dist/themes/black/dialog.css +47 -0
  534. package/dist/themes/black/drawer.css +15 -0
  535. package/dist/themes/black/filebox.css +20 -0
  536. package/dist/themes/black/flex.css +52 -0
  537. package/dist/themes/black/images/accordion_arrows.png +0 -0
  538. package/dist/themes/black/images/blank.gif +0 -0
  539. package/dist/themes/black/images/calendar_arrows.png +0 -0
  540. package/dist/themes/black/images/combo_arrow.png +0 -0
  541. package/dist/themes/black/images/datagrid_icons.png +0 -0
  542. package/dist/themes/black/images/datebox_arrow.png +0 -0
  543. package/dist/themes/black/images/layout_arrows.png +0 -0
  544. package/dist/themes/black/images/linkbutton_bg.png +0 -0
  545. package/dist/themes/black/images/loading.gif +0 -0
  546. package/dist/themes/black/images/menu_arrows.png +0 -0
  547. package/dist/themes/black/images/messager_icons.png +0 -0
  548. package/dist/themes/black/images/messager_icons16.png +0 -0
  549. package/dist/themes/black/images/pagination_icons.png +0 -0
  550. package/dist/themes/black/images/panel_tools.png +0 -0
  551. package/dist/themes/black/images/passwordbox_close.png +0 -0
  552. package/dist/themes/black/images/passwordbox_open.png +0 -0
  553. package/dist/themes/black/images/searchbox_button.png +0 -0
  554. package/dist/themes/black/images/slider_handle.png +0 -0
  555. package/dist/themes/black/images/spinner_arrows.png +0 -0
  556. package/dist/themes/black/images/tabs_icons.png +0 -0
  557. package/dist/themes/black/images/tagbox_icons.png +0 -0
  558. package/dist/themes/black/images/tree_icons.png +0 -0
  559. package/dist/themes/black/images/validatebox_warning.png +0 -0
  560. package/dist/themes/black/index.css +3814 -0
  561. package/dist/themes/black/layout.css +150 -0
  562. package/dist/themes/black/linkbutton.css +203 -0
  563. package/dist/themes/black/menu.css +119 -0
  564. package/dist/themes/black/menubutton.css +94 -0
  565. package/dist/themes/black/messager.css +74 -0
  566. package/dist/themes/black/numberbox.css +0 -0
  567. package/dist/themes/black/pagination.css +77 -0
  568. package/dist/themes/black/panel.css +276 -0
  569. package/dist/themes/black/passwordbox.css +6 -0
  570. package/dist/themes/black/progressbar.css +33 -0
  571. package/dist/themes/black/propertygrid.css +27 -0
  572. package/dist/themes/black/radiobutton.css +25 -0
  573. package/dist/themes/black/rate.css +34 -0
  574. package/dist/themes/black/searchbox.css +61 -0
  575. package/dist/themes/black/sidemenu.css +78 -0
  576. package/dist/themes/black/slider.css +101 -0
  577. package/dist/themes/black/spinner.css +114 -0
  578. package/dist/themes/black/splitbutton.css +12 -0
  579. package/dist/themes/black/swiper.css +33 -0
  580. package/dist/themes/black/switchbutton.css +83 -0
  581. package/dist/themes/black/tabs.css +415 -0
  582. package/dist/themes/black/tagbox.css +44 -0
  583. package/dist/themes/black/textbox.css +173 -0
  584. package/dist/themes/black/timeline.css +41 -0
  585. package/dist/themes/black/timepicker.css +93 -0
  586. package/dist/themes/black/tooltip.css +101 -0
  587. package/dist/themes/black/tree.css +168 -0
  588. package/dist/themes/black/validatebox.css +13 -0
  589. package/dist/themes/black/window.css +188 -0
  590. package/dist/themes/bootstrap/accordion.css +89 -0
  591. package/dist/themes/bootstrap/calendar.css +213 -0
  592. package/dist/themes/bootstrap/checkbox.css +31 -0
  593. package/dist/themes/bootstrap/combo.css +35 -0
  594. package/dist/themes/bootstrap/combobox.css +40 -0
  595. package/dist/themes/bootstrap/datagrid.css +305 -0
  596. package/dist/themes/bootstrap/datalist.css +95 -0
  597. package/dist/themes/bootstrap/datebox.css +36 -0
  598. package/dist/themes/bootstrap/dialog.css +47 -0
  599. package/dist/themes/bootstrap/drawer.css +15 -0
  600. package/dist/themes/bootstrap/filebox.css +20 -0
  601. package/dist/themes/bootstrap/flex.css +52 -0
  602. package/dist/themes/bootstrap/images/accordion_arrows.png +0 -0
  603. package/dist/themes/bootstrap/images/blank.gif +0 -0
  604. package/dist/themes/bootstrap/images/calendar_arrows.png +0 -0
  605. package/dist/themes/bootstrap/images/combo_arrow.png +0 -0
  606. package/dist/themes/bootstrap/images/datagrid_icons.png +0 -0
  607. package/dist/themes/bootstrap/images/datebox_arrow.png +0 -0
  608. package/dist/themes/bootstrap/images/layout_arrows.png +0 -0
  609. package/dist/themes/bootstrap/images/linkbutton_bg.png +0 -0
  610. package/dist/themes/bootstrap/images/loading.gif +0 -0
  611. package/dist/themes/bootstrap/images/menu_arrows.png +0 -0
  612. package/dist/themes/bootstrap/images/messager_icons.png +0 -0
  613. package/dist/themes/bootstrap/images/messager_icons16.png +0 -0
  614. package/dist/themes/bootstrap/images/pagination_icons.png +0 -0
  615. package/dist/themes/bootstrap/images/panel_tools.png +0 -0
  616. package/dist/themes/bootstrap/images/passwordbox_close.png +0 -0
  617. package/dist/themes/bootstrap/images/passwordbox_open.png +0 -0
  618. package/dist/themes/bootstrap/images/searchbox_button.png +0 -0
  619. package/dist/themes/bootstrap/images/slider_handle.png +0 -0
  620. package/dist/themes/bootstrap/images/spinner_arrows.png +0 -0
  621. package/dist/themes/bootstrap/images/tabs_icons.png +0 -0
  622. package/dist/themes/bootstrap/images/tagbox_icons.png +0 -0
  623. package/dist/themes/bootstrap/images/tree_icons.png +0 -0
  624. package/dist/themes/bootstrap/images/validatebox_warning.png +0 -0
  625. package/dist/themes/bootstrap/index.css +3833 -0
  626. package/dist/themes/bootstrap/layout.css +150 -0
  627. package/dist/themes/bootstrap/linkbutton.css +203 -0
  628. package/dist/themes/bootstrap/menu.css +119 -0
  629. package/dist/themes/bootstrap/menubutton.css +94 -0
  630. package/dist/themes/bootstrap/messager.css +74 -0
  631. package/dist/themes/bootstrap/numberbox.css +0 -0
  632. package/dist/themes/bootstrap/pagination.css +77 -0
  633. package/dist/themes/bootstrap/panel.css +276 -0
  634. package/dist/themes/bootstrap/passwordbox.css +6 -0
  635. package/dist/themes/bootstrap/progressbar.css +33 -0
  636. package/dist/themes/bootstrap/propertygrid.css +27 -0
  637. package/dist/themes/bootstrap/radiobutton.css +25 -0
  638. package/dist/themes/bootstrap/rate.css +34 -0
  639. package/dist/themes/bootstrap/searchbox.css +61 -0
  640. package/dist/themes/bootstrap/sidemenu.css +78 -0
  641. package/dist/themes/bootstrap/slider.css +101 -0
  642. package/dist/themes/bootstrap/spinner.css +114 -0
  643. package/dist/themes/bootstrap/splitbutton.css +12 -0
  644. package/dist/themes/bootstrap/swiper.css +33 -0
  645. package/dist/themes/bootstrap/switchbutton.css +83 -0
  646. package/dist/themes/bootstrap/tabs.css +415 -0
  647. package/dist/themes/bootstrap/tagbox.css +44 -0
  648. package/dist/themes/bootstrap/textbox.css +173 -0
  649. package/dist/themes/bootstrap/timeline.css +41 -0
  650. package/dist/themes/bootstrap/timepicker.css +93 -0
  651. package/dist/themes/bootstrap/tooltip.css +101 -0
  652. package/dist/themes/bootstrap/tree.css +168 -0
  653. package/dist/themes/bootstrap/validatebox.css +13 -0
  654. package/dist/themes/bootstrap/window.css +188 -0
  655. package/dist/themes/color.css +210 -0
  656. package/dist/themes/default/accordion.css +89 -0
  657. package/dist/themes/default/calendar.css +213 -0
  658. package/dist/themes/default/checkbox.css +31 -0
  659. package/dist/themes/default/combo.css +35 -0
  660. package/dist/themes/default/combobox.css +40 -0
  661. package/dist/themes/default/datagrid.css +305 -0
  662. package/dist/themes/default/datalist.css +95 -0
  663. package/dist/themes/default/datebox.css +36 -0
  664. package/dist/themes/default/dialog.css +47 -0
  665. package/dist/themes/default/drawer.css +15 -0
  666. package/dist/themes/default/filebox.css +20 -0
  667. package/dist/themes/default/flex.css +52 -0
  668. package/dist/themes/default/images/accordion_arrows.png +0 -0
  669. package/dist/themes/default/images/blank.gif +0 -0
  670. package/dist/themes/default/images/calendar_arrows.png +0 -0
  671. package/dist/themes/default/images/combo_arrow.png +0 -0
  672. package/dist/themes/default/images/datagrid_icons.png +0 -0
  673. package/dist/themes/default/images/datebox_arrow.png +0 -0
  674. package/dist/themes/default/images/layout_arrows.png +0 -0
  675. package/dist/themes/default/images/linkbutton_bg.png +0 -0
  676. package/dist/themes/default/images/loading.gif +0 -0
  677. package/dist/themes/default/images/menu_arrows.png +0 -0
  678. package/dist/themes/default/images/messager_icons.png +0 -0
  679. package/dist/themes/default/images/messager_icons16.png +0 -0
  680. package/dist/themes/default/images/pagination_icons.png +0 -0
  681. package/dist/themes/default/images/panel_tools.png +0 -0
  682. package/dist/themes/default/images/passwordbox_close.png +0 -0
  683. package/dist/themes/default/images/passwordbox_open.png +0 -0
  684. package/dist/themes/default/images/searchbox_button.png +0 -0
  685. package/dist/themes/default/images/slider_handle.png +0 -0
  686. package/dist/themes/default/images/spinner_arrows.png +0 -0
  687. package/dist/themes/default/images/tabs_icons.png +0 -0
  688. package/dist/themes/default/images/tagbox_icons.png +0 -0
  689. package/dist/themes/default/images/tree_icons.png +0 -0
  690. package/dist/themes/default/images/validatebox_warning.png +0 -0
  691. package/dist/themes/default/index.css +3814 -0
  692. package/dist/themes/default/layout.css +150 -0
  693. package/dist/themes/default/linkbutton.css +203 -0
  694. package/dist/themes/default/menu.css +119 -0
  695. package/dist/themes/default/menubutton.css +94 -0
  696. package/dist/themes/default/messager.css +74 -0
  697. package/dist/themes/default/numberbox.css +0 -0
  698. package/dist/themes/default/pagination.css +77 -0
  699. package/dist/themes/default/panel.css +276 -0
  700. package/dist/themes/default/passwordbox.css +6 -0
  701. package/dist/themes/default/progressbar.css +33 -0
  702. package/dist/themes/default/propertygrid.css +27 -0
  703. package/dist/themes/default/radiobutton.css +25 -0
  704. package/dist/themes/default/rate.css +34 -0
  705. package/dist/themes/default/searchbox.css +61 -0
  706. package/dist/themes/default/sidemenu.css +78 -0
  707. package/dist/themes/default/slider.css +101 -0
  708. package/dist/themes/default/spinner.css +114 -0
  709. package/dist/themes/default/splitbutton.css +12 -0
  710. package/dist/themes/default/swiper.css +33 -0
  711. package/dist/themes/default/switchbutton.css +83 -0
  712. package/dist/themes/default/tabs.css +415 -0
  713. package/dist/themes/default/tagbox.css +44 -0
  714. package/dist/themes/default/textbox.css +173 -0
  715. package/dist/themes/default/timeline.css +41 -0
  716. package/dist/themes/default/timepicker.css +93 -0
  717. package/dist/themes/default/tooltip.css +101 -0
  718. package/dist/themes/default/tree.css +168 -0
  719. package/dist/themes/default/validatebox.css +13 -0
  720. package/dist/themes/default/window.css +188 -0
  721. package/dist/themes/gray/accordion.css +89 -0
  722. package/dist/themes/gray/calendar.css +213 -0
  723. package/dist/themes/gray/checkbox.css +31 -0
  724. package/dist/themes/gray/combo.css +35 -0
  725. package/dist/themes/gray/combobox.css +40 -0
  726. package/dist/themes/gray/datagrid.css +305 -0
  727. package/dist/themes/gray/datalist.css +95 -0
  728. package/dist/themes/gray/datebox.css +36 -0
  729. package/dist/themes/gray/dialog.css +47 -0
  730. package/dist/themes/gray/drawer.css +15 -0
  731. package/dist/themes/gray/filebox.css +20 -0
  732. package/dist/themes/gray/flex.css +52 -0
  733. package/dist/themes/gray/images/accordion_arrows.png +0 -0
  734. package/dist/themes/gray/images/blank.gif +0 -0
  735. package/dist/themes/gray/images/calendar_arrows.png +0 -0
  736. package/dist/themes/gray/images/combo_arrow.png +0 -0
  737. package/dist/themes/gray/images/datagrid_icons.png +0 -0
  738. package/dist/themes/gray/images/datebox_arrow.png +0 -0
  739. package/dist/themes/gray/images/layout_arrows.png +0 -0
  740. package/dist/themes/gray/images/linkbutton_bg.png +0 -0
  741. package/dist/themes/gray/images/loading.gif +0 -0
  742. package/dist/themes/gray/images/menu_arrows.png +0 -0
  743. package/dist/themes/gray/images/messager_icons.png +0 -0
  744. package/dist/themes/gray/images/messager_icons16.png +0 -0
  745. package/dist/themes/gray/images/pagination_icons.png +0 -0
  746. package/dist/themes/gray/images/panel_tools.png +0 -0
  747. package/dist/themes/gray/images/passwordbox_close.png +0 -0
  748. package/dist/themes/gray/images/passwordbox_open.png +0 -0
  749. package/dist/themes/gray/images/searchbox_button.png +0 -0
  750. package/dist/themes/gray/images/slider_handle.png +0 -0
  751. package/dist/themes/gray/images/spinner_arrows.png +0 -0
  752. package/dist/themes/gray/images/tabs_icons.png +0 -0
  753. package/dist/themes/gray/images/tagbox_icons.png +0 -0
  754. package/dist/themes/gray/images/tree_icons.png +0 -0
  755. package/dist/themes/gray/images/validatebox_warning.png +0 -0
  756. package/dist/themes/gray/index.css +3814 -0
  757. package/dist/themes/gray/layout.css +150 -0
  758. package/dist/themes/gray/linkbutton.css +203 -0
  759. package/dist/themes/gray/menu.css +119 -0
  760. package/dist/themes/gray/menubutton.css +94 -0
  761. package/dist/themes/gray/messager.css +74 -0
  762. package/dist/themes/gray/numberbox.css +0 -0
  763. package/dist/themes/gray/pagination.css +77 -0
  764. package/dist/themes/gray/panel.css +276 -0
  765. package/dist/themes/gray/passwordbox.css +6 -0
  766. package/dist/themes/gray/progressbar.css +33 -0
  767. package/dist/themes/gray/propertygrid.css +27 -0
  768. package/dist/themes/gray/radiobutton.css +25 -0
  769. package/dist/themes/gray/rate.css +34 -0
  770. package/dist/themes/gray/searchbox.css +61 -0
  771. package/dist/themes/gray/sidemenu.css +78 -0
  772. package/dist/themes/gray/slider.css +101 -0
  773. package/dist/themes/gray/spinner.css +114 -0
  774. package/dist/themes/gray/splitbutton.css +12 -0
  775. package/dist/themes/gray/swiper.css +33 -0
  776. package/dist/themes/gray/switchbutton.css +83 -0
  777. package/dist/themes/gray/tabs.css +415 -0
  778. package/dist/themes/gray/tagbox.css +44 -0
  779. package/dist/themes/gray/textbox.css +173 -0
  780. package/dist/themes/gray/timeline.css +41 -0
  781. package/dist/themes/gray/timepicker.css +93 -0
  782. package/dist/themes/gray/tooltip.css +101 -0
  783. package/dist/themes/gray/tree.css +168 -0
  784. package/dist/themes/gray/validatebox.css +13 -0
  785. package/dist/themes/gray/window.css +188 -0
  786. package/dist/themes/icon.css +96 -0
  787. package/dist/themes/icons/back.png +0 -0
  788. package/dist/themes/icons/blank.gif +0 -0
  789. package/dist/themes/icons/cancel.png +0 -0
  790. package/dist/themes/icons/clear.png +0 -0
  791. package/dist/themes/icons/cut.png +0 -0
  792. package/dist/themes/icons/edit_add.png +0 -0
  793. package/dist/themes/icons/edit_remove.png +0 -0
  794. package/dist/themes/icons/filesave.png +0 -0
  795. package/dist/themes/icons/filter.png +0 -0
  796. package/dist/themes/icons/help.png +0 -0
  797. package/dist/themes/icons/large_chart.png +0 -0
  798. package/dist/themes/icons/large_clipart.png +0 -0
  799. package/dist/themes/icons/large_picture.png +0 -0
  800. package/dist/themes/icons/large_shapes.png +0 -0
  801. package/dist/themes/icons/large_smartart.png +0 -0
  802. package/dist/themes/icons/lock.png +0 -0
  803. package/dist/themes/icons/man.png +0 -0
  804. package/dist/themes/icons/mini_add.png +0 -0
  805. package/dist/themes/icons/mini_edit.png +0 -0
  806. package/dist/themes/icons/mini_refresh.png +0 -0
  807. package/dist/themes/icons/more.png +0 -0
  808. package/dist/themes/icons/no.png +0 -0
  809. package/dist/themes/icons/ok.png +0 -0
  810. package/dist/themes/icons/pencil.png +0 -0
  811. package/dist/themes/icons/print.png +0 -0
  812. package/dist/themes/icons/redo.png +0 -0
  813. package/dist/themes/icons/reload.png +0 -0
  814. package/dist/themes/icons/search.png +0 -0
  815. package/dist/themes/icons/sum.png +0 -0
  816. package/dist/themes/icons/tip.png +0 -0
  817. package/dist/themes/icons/undo.png +0 -0
  818. package/dist/themes/material/accordion.css +89 -0
  819. package/dist/themes/material/calendar.css +213 -0
  820. package/dist/themes/material/checkbox.css +31 -0
  821. package/dist/themes/material/combo.css +35 -0
  822. package/dist/themes/material/combobox.css +40 -0
  823. package/dist/themes/material/datagrid.css +299 -0
  824. package/dist/themes/material/datalist.css +95 -0
  825. package/dist/themes/material/datebox.css +36 -0
  826. package/dist/themes/material/dialog.css +47 -0
  827. package/dist/themes/material/drawer.css +15 -0
  828. package/dist/themes/material/filebox.css +20 -0
  829. package/dist/themes/material/flex.css +52 -0
  830. package/dist/themes/material/images/Thumbs.db +0 -0
  831. package/dist/themes/material/images/accordion_arrows.png +0 -0
  832. package/dist/themes/material/images/blank.gif +0 -0
  833. package/dist/themes/material/images/calendar_arrows.png +0 -0
  834. package/dist/themes/material/images/combo_arrow.png +0 -0
  835. package/dist/themes/material/images/datagrid_icons.png +0 -0
  836. package/dist/themes/material/images/datebox_arrow.png +0 -0
  837. package/dist/themes/material/images/layout_arrows.png +0 -0
  838. package/dist/themes/material/images/linkbutton_bg.png +0 -0
  839. package/dist/themes/material/images/loading.gif +0 -0
  840. package/dist/themes/material/images/menu_arrows.png +0 -0
  841. package/dist/themes/material/images/messager_icons.png +0 -0
  842. package/dist/themes/material/images/messager_icons16.png +0 -0
  843. package/dist/themes/material/images/pagination_icons.png +0 -0
  844. package/dist/themes/material/images/panel_tools.png +0 -0
  845. package/dist/themes/material/images/passwordbox_close.png +0 -0
  846. package/dist/themes/material/images/passwordbox_open.png +0 -0
  847. package/dist/themes/material/images/searchbox_button.png +0 -0
  848. package/dist/themes/material/images/slider_handle.png +0 -0
  849. package/dist/themes/material/images/spinner_arrows.png +0 -0
  850. package/dist/themes/material/images/tabs_icons.png +0 -0
  851. package/dist/themes/material/images/tagbox_icons.png +0 -0
  852. package/dist/themes/material/images/tree_icons.png +0 -0
  853. package/dist/themes/material/images/validatebox_warning.png +0 -0
  854. package/dist/themes/material/index.css +3823 -0
  855. package/dist/themes/material/layout.css +150 -0
  856. package/dist/themes/material/linkbutton.css +191 -0
  857. package/dist/themes/material/menu.css +119 -0
  858. package/dist/themes/material/menubutton.css +94 -0
  859. package/dist/themes/material/messager.css +74 -0
  860. package/dist/themes/material/numberbox.css +0 -0
  861. package/dist/themes/material/pagination.css +77 -0
  862. package/dist/themes/material/panel.css +270 -0
  863. package/dist/themes/material/passwordbox.css +6 -0
  864. package/dist/themes/material/progressbar.css +33 -0
  865. package/dist/themes/material/propertygrid.css +27 -0
  866. package/dist/themes/material/radiobutton.css +25 -0
  867. package/dist/themes/material/rate.css +34 -0
  868. package/dist/themes/material/searchbox.css +61 -0
  869. package/dist/themes/material/sidemenu.css +78 -0
  870. package/dist/themes/material/slider.css +101 -0
  871. package/dist/themes/material/spinner.css +114 -0
  872. package/dist/themes/material/splitbutton.css +12 -0
  873. package/dist/themes/material/swiper.css +33 -0
  874. package/dist/themes/material/switchbutton.css +83 -0
  875. package/dist/themes/material/tabs.css +379 -0
  876. package/dist/themes/material/tagbox.css +44 -0
  877. package/dist/themes/material/textbox.css +173 -0
  878. package/dist/themes/material/timeline.css +41 -0
  879. package/dist/themes/material/timepicker.css +93 -0
  880. package/dist/themes/material/tooltip.css +101 -0
  881. package/dist/themes/material/tree.css +168 -0
  882. package/dist/themes/material/validatebox.css +13 -0
  883. package/dist/themes/material/window.css +182 -0
  884. package/dist/themes/material-blue/accordion.css +89 -0
  885. package/dist/themes/material-blue/calendar.css +213 -0
  886. package/dist/themes/material-blue/checkbox.css +31 -0
  887. package/dist/themes/material-blue/combo.css +35 -0
  888. package/dist/themes/material-blue/combobox.css +40 -0
  889. package/dist/themes/material-blue/datagrid.css +299 -0
  890. package/dist/themes/material-blue/datalist.css +95 -0
  891. package/dist/themes/material-blue/datebox.css +36 -0
  892. package/dist/themes/material-blue/dialog.css +47 -0
  893. package/dist/themes/material-blue/drawer.css +15 -0
  894. package/dist/themes/material-blue/filebox.css +20 -0
  895. package/dist/themes/material-blue/flex.css +52 -0
  896. package/dist/themes/material-blue/images/accordion_arrows.png +0 -0
  897. package/dist/themes/material-blue/images/blank.gif +0 -0
  898. package/dist/themes/material-blue/images/calendar_arrows.png +0 -0
  899. package/dist/themes/material-blue/images/combo_arrow.png +0 -0
  900. package/dist/themes/material-blue/images/datagrid_icons.png +0 -0
  901. package/dist/themes/material-blue/images/datebox_arrow.png +0 -0
  902. package/dist/themes/material-blue/images/layout_arrows.png +0 -0
  903. package/dist/themes/material-blue/images/linkbutton_bg.png +0 -0
  904. package/dist/themes/material-blue/images/loading.gif +0 -0
  905. package/dist/themes/material-blue/images/menu_arrows.png +0 -0
  906. package/dist/themes/material-blue/images/menu_arrows1.png +0 -0
  907. package/dist/themes/material-blue/images/menu_arrows2.png +0 -0
  908. package/dist/themes/material-blue/images/messager_icons.png +0 -0
  909. package/dist/themes/material-blue/images/messager_icons16.png +0 -0
  910. package/dist/themes/material-blue/images/pagination_icons.png +0 -0
  911. package/dist/themes/material-blue/images/panel_tools.png +0 -0
  912. package/dist/themes/material-blue/images/passwordbox_close.png +0 -0
  913. package/dist/themes/material-blue/images/passwordbox_open.png +0 -0
  914. package/dist/themes/material-blue/images/searchbox_button.png +0 -0
  915. package/dist/themes/material-blue/images/slider_handle.png +0 -0
  916. package/dist/themes/material-blue/images/spinner_arrows.png +0 -0
  917. package/dist/themes/material-blue/images/tabs_icons.png +0 -0
  918. package/dist/themes/material-blue/images/tagbox_icons.png +0 -0
  919. package/dist/themes/material-blue/images/tree_icons.png +0 -0
  920. package/dist/themes/material-blue/images/validatebox_warning.png +0 -0
  921. package/dist/themes/material-blue/index.css +4081 -0
  922. package/dist/themes/material-blue/layout.css +150 -0
  923. package/dist/themes/material-blue/linkbutton.css +191 -0
  924. package/dist/themes/material-blue/menu.css +119 -0
  925. package/dist/themes/material-blue/menubutton.css +94 -0
  926. package/dist/themes/material-blue/messager.css +74 -0
  927. package/dist/themes/material-blue/numberbox.css +0 -0
  928. package/dist/themes/material-blue/pagination.css +77 -0
  929. package/dist/themes/material-blue/panel.css +270 -0
  930. package/dist/themes/material-blue/passwordbox.css +6 -0
  931. package/dist/themes/material-blue/progressbar.css +33 -0
  932. package/dist/themes/material-blue/propertygrid.css +27 -0
  933. package/dist/themes/material-blue/radiobutton.css +25 -0
  934. package/dist/themes/material-blue/rate.css +34 -0
  935. package/dist/themes/material-blue/searchbox.css +61 -0
  936. package/dist/themes/material-blue/sidemenu.css +78 -0
  937. package/dist/themes/material-blue/slider.css +101 -0
  938. package/dist/themes/material-blue/spinner.css +114 -0
  939. package/dist/themes/material-blue/splitbutton.css +12 -0
  940. package/dist/themes/material-blue/swiper.css +33 -0
  941. package/dist/themes/material-blue/switchbutton.css +83 -0
  942. package/dist/themes/material-blue/tabs.css +379 -0
  943. package/dist/themes/material-blue/tagbox.css +44 -0
  944. package/dist/themes/material-blue/textbox.css +173 -0
  945. package/dist/themes/material-blue/timeline.css +41 -0
  946. package/dist/themes/material-blue/timepicker.css +93 -0
  947. package/dist/themes/material-blue/tooltip.css +101 -0
  948. package/dist/themes/material-blue/tree.css +168 -0
  949. package/dist/themes/material-blue/validatebox.css +13 -0
  950. package/dist/themes/material-blue/window.css +182 -0
  951. package/dist/themes/material-teal/accordion.css +89 -0
  952. package/dist/themes/material-teal/calendar.css +213 -0
  953. package/dist/themes/material-teal/checkbox.css +31 -0
  954. package/dist/themes/material-teal/combo.css +35 -0
  955. package/dist/themes/material-teal/combobox.css +40 -0
  956. package/dist/themes/material-teal/datagrid.css +299 -0
  957. package/dist/themes/material-teal/datalist.css +95 -0
  958. package/dist/themes/material-teal/datebox.css +36 -0
  959. package/dist/themes/material-teal/dialog.css +47 -0
  960. package/dist/themes/material-teal/drawer.css +15 -0
  961. package/dist/themes/material-teal/filebox.css +20 -0
  962. package/dist/themes/material-teal/flex.css +52 -0
  963. package/dist/themes/material-teal/images/Thumbs.db +0 -0
  964. package/dist/themes/material-teal/images/accordion_arrows.png +0 -0
  965. package/dist/themes/material-teal/images/blank.gif +0 -0
  966. package/dist/themes/material-teal/images/calendar_arrows.png +0 -0
  967. package/dist/themes/material-teal/images/combo_arrow.png +0 -0
  968. package/dist/themes/material-teal/images/datagrid_icons.png +0 -0
  969. package/dist/themes/material-teal/images/datebox_arrow.png +0 -0
  970. package/dist/themes/material-teal/images/layout_arrows.png +0 -0
  971. package/dist/themes/material-teal/images/linkbutton_bg.png +0 -0
  972. package/dist/themes/material-teal/images/loading.gif +0 -0
  973. package/dist/themes/material-teal/images/menu_arrows.png +0 -0
  974. package/dist/themes/material-teal/images/messager_icons.png +0 -0
  975. package/dist/themes/material-teal/images/messager_icons16.png +0 -0
  976. package/dist/themes/material-teal/images/pagination_icons.png +0 -0
  977. package/dist/themes/material-teal/images/panel_tools.png +0 -0
  978. package/dist/themes/material-teal/images/passwordbox_close.png +0 -0
  979. package/dist/themes/material-teal/images/passwordbox_open.png +0 -0
  980. package/dist/themes/material-teal/images/searchbox_button.png +0 -0
  981. package/dist/themes/material-teal/images/slider_handle.png +0 -0
  982. package/dist/themes/material-teal/images/spinner_arrows.png +0 -0
  983. package/dist/themes/material-teal/images/tabs_icons.png +0 -0
  984. package/dist/themes/material-teal/images/tagbox_icons.png +0 -0
  985. package/dist/themes/material-teal/images/tree_icons.png +0 -0
  986. package/dist/themes/material-teal/images/validatebox_warning.png +0 -0
  987. package/dist/themes/material-teal/index.css +3965 -0
  988. package/dist/themes/material-teal/layout.css +150 -0
  989. package/dist/themes/material-teal/linkbutton.css +191 -0
  990. package/dist/themes/material-teal/menu.css +119 -0
  991. package/dist/themes/material-teal/menubutton.css +94 -0
  992. package/dist/themes/material-teal/messager.css +74 -0
  993. package/dist/themes/material-teal/numberbox.css +0 -0
  994. package/dist/themes/material-teal/pagination.css +77 -0
  995. package/dist/themes/material-teal/panel.css +270 -0
  996. package/dist/themes/material-teal/passwordbox.css +6 -0
  997. package/dist/themes/material-teal/progressbar.css +33 -0
  998. package/dist/themes/material-teal/propertygrid.css +27 -0
  999. package/dist/themes/material-teal/radiobutton.css +25 -0
  1000. package/dist/themes/material-teal/rate.css +34 -0
  1001. package/dist/themes/material-teal/searchbox.css +61 -0
  1002. package/dist/themes/material-teal/sidemenu.css +78 -0
  1003. package/dist/themes/material-teal/slider.css +101 -0
  1004. package/dist/themes/material-teal/spinner.css +114 -0
  1005. package/dist/themes/material-teal/splitbutton.css +12 -0
  1006. package/dist/themes/material-teal/swiper.css +33 -0
  1007. package/dist/themes/material-teal/switchbutton.css +83 -0
  1008. package/dist/themes/material-teal/tabs.css +379 -0
  1009. package/dist/themes/material-teal/tagbox.css +44 -0
  1010. package/dist/themes/material-teal/textbox.css +173 -0
  1011. package/dist/themes/material-teal/timeline.css +41 -0
  1012. package/dist/themes/material-teal/timepicker.css +93 -0
  1013. package/dist/themes/material-teal/tooltip.css +101 -0
  1014. package/dist/themes/material-teal/tree.css +168 -0
  1015. package/dist/themes/material-teal/validatebox.css +13 -0
  1016. package/dist/themes/material-teal/window.css +182 -0
  1017. package/dist/themes/metro/accordion.css +89 -0
  1018. package/dist/themes/metro/calendar.css +213 -0
  1019. package/dist/themes/metro/checkbox.css +31 -0
  1020. package/dist/themes/metro/combo.css +35 -0
  1021. package/dist/themes/metro/combobox.css +40 -0
  1022. package/dist/themes/metro/datagrid.css +299 -0
  1023. package/dist/themes/metro/datalist.css +95 -0
  1024. package/dist/themes/metro/datebox.css +36 -0
  1025. package/dist/themes/metro/dialog.css +47 -0
  1026. package/dist/themes/metro/drawer.css +15 -0
  1027. package/dist/themes/metro/filebox.css +20 -0
  1028. package/dist/themes/metro/flex.css +52 -0
  1029. package/dist/themes/metro/images/accordion_arrows.png +0 -0
  1030. package/dist/themes/metro/images/blank.gif +0 -0
  1031. package/dist/themes/metro/images/calendar_arrows.png +0 -0
  1032. package/dist/themes/metro/images/combo_arrow.png +0 -0
  1033. package/dist/themes/metro/images/datagrid_icons.png +0 -0
  1034. package/dist/themes/metro/images/datebox_arrow.png +0 -0
  1035. package/dist/themes/metro/images/layout_arrows.png +0 -0
  1036. package/dist/themes/metro/images/linkbutton_bg.png +0 -0
  1037. package/dist/themes/metro/images/loading.gif +0 -0
  1038. package/dist/themes/metro/images/menu_arrows.png +0 -0
  1039. package/dist/themes/metro/images/messager_icons.png +0 -0
  1040. package/dist/themes/metro/images/messager_icons16.png +0 -0
  1041. package/dist/themes/metro/images/pagination_icons.png +0 -0
  1042. package/dist/themes/metro/images/panel_tools.png +0 -0
  1043. package/dist/themes/metro/images/passwordbox_close.png +0 -0
  1044. package/dist/themes/metro/images/passwordbox_open.png +0 -0
  1045. package/dist/themes/metro/images/searchbox_button.png +0 -0
  1046. package/dist/themes/metro/images/slider_handle.png +0 -0
  1047. package/dist/themes/metro/images/spinner_arrows.png +0 -0
  1048. package/dist/themes/metro/images/tabs_icons.png +0 -0
  1049. package/dist/themes/metro/images/tagbox_icons.png +0 -0
  1050. package/dist/themes/metro/images/tree_icons.png +0 -0
  1051. package/dist/themes/metro/images/validatebox_warning.png +0 -0
  1052. package/dist/themes/metro/index.css +3760 -0
  1053. package/dist/themes/metro/layout.css +150 -0
  1054. package/dist/themes/metro/linkbutton.css +203 -0
  1055. package/dist/themes/metro/menu.css +119 -0
  1056. package/dist/themes/metro/menubutton.css +94 -0
  1057. package/dist/themes/metro/messager.css +74 -0
  1058. package/dist/themes/metro/numberbox.css +0 -0
  1059. package/dist/themes/metro/pagination.css +77 -0
  1060. package/dist/themes/metro/panel.css +270 -0
  1061. package/dist/themes/metro/passwordbox.css +6 -0
  1062. package/dist/themes/metro/progressbar.css +33 -0
  1063. package/dist/themes/metro/propertygrid.css +27 -0
  1064. package/dist/themes/metro/radiobutton.css +25 -0
  1065. package/dist/themes/metro/rate.css +34 -0
  1066. package/dist/themes/metro/searchbox.css +61 -0
  1067. package/dist/themes/metro/sidemenu.css +78 -0
  1068. package/dist/themes/metro/slider.css +101 -0
  1069. package/dist/themes/metro/spinner.css +114 -0
  1070. package/dist/themes/metro/splitbutton.css +12 -0
  1071. package/dist/themes/metro/swiper.css +33 -0
  1072. package/dist/themes/metro/switchbutton.css +83 -0
  1073. package/dist/themes/metro/tabs.css +379 -0
  1074. package/dist/themes/metro/tagbox.css +44 -0
  1075. package/dist/themes/metro/textbox.css +173 -0
  1076. package/dist/themes/metro/timeline.css +41 -0
  1077. package/dist/themes/metro/timepicker.css +93 -0
  1078. package/dist/themes/metro/tooltip.css +101 -0
  1079. package/dist/themes/metro/tree.css +168 -0
  1080. package/dist/themes/metro/validatebox.css +13 -0
  1081. package/dist/themes/metro/window.css +182 -0
  1082. package/dist/themes/mobile.css +352 -0
  1083. package/dist/themes/vue.css +736 -0
  1084. package/dist/utils/exposeMethods.d.ts +47 -0
  1085. package/dist/utils/exposeMethods.d.ts.map +1 -0
  1086. package/dist/viteui.js +13944 -0
  1087. package/dist/viteui.js.map +1 -0
  1088. package/dist/viteui.umd.cjs +2 -0
  1089. package/dist/viteui.umd.cjs.map +1 -0
  1090. package/package.json +39 -0
@@ -0,0 +1,3823 @@
1
+ .f-row {
2
+ display: -webkit-box;
3
+ display: -webkit-flex;
4
+ display: -moz-flex;
5
+ display: -ms-flexbox;
6
+ display: flex;
7
+ position: relative;
8
+ }
9
+ .f-column {
10
+ display: -webkit-box;
11
+ display: -webkit-flex;
12
+ display: -moz-flex;
13
+ display: -ms-flexbox;
14
+ display: flex;
15
+ -webkit-box-direction: normal;
16
+ -webkit-box-orient: vertical;
17
+ -webkit-flex-direction: column;
18
+ -moz-flex-direction: column;
19
+ -ms-flex-direction: column;
20
+ flex-direction: column;
21
+ position: relative;
22
+ }
23
+ .f-full {
24
+ -webkit-box-flex: 1 1 auto;
25
+ -ms-flex: 1 1 auto;
26
+ flex: 1 1 auto;
27
+ }
28
+ .f-noshrink {
29
+ -webkit-flex-shrink: 0;
30
+ -moz-flex-shrink: 0;
31
+ -ms-flex-negative: 0;
32
+ flex-shrink: 0;
33
+ }
34
+ .f-content-center {
35
+ -webkit-box-pack: center;
36
+ -ms-flex-pack: center;
37
+ -webkit-justify-content: center;
38
+ -moz-justify-content: center;
39
+ justify-content: center;
40
+ -webkit-box-align: center;
41
+ -ms-flex-align: center;
42
+ -webkit-align-items: center;
43
+ -moz-align-items: center;
44
+ align-items: center;
45
+ }
46
+ .f-vcenter {
47
+ -webkit-box-align: center;
48
+ -ms-flex-align: center;
49
+ -webkit-align-items: center;
50
+ -moz-align-items: center;
51
+ align-items: center;
52
+ }
53
+ * {
54
+ -moz-box-sizing: border-box;
55
+ -webkit-box-sizing: border-box;
56
+ -o-box-sizing: border-box;
57
+ -ms-box-sizing: border-box;
58
+ box-sizing: border-box;
59
+ }
60
+ .panel {
61
+ overflow: hidden;
62
+ text-align: left;
63
+ margin: 0;
64
+ border: 0;
65
+ -moz-border-radius: 0 0 0 0;
66
+ -webkit-border-radius: 0 0 0 0;
67
+ border-radius: 0 0 0 0;
68
+ }
69
+ .panel-header,
70
+ .panel-body {
71
+ border-width: 1px;
72
+ border-style: solid;
73
+ }
74
+ .panel-header {
75
+ padding: 5px;
76
+ position: relative;
77
+ }
78
+ .panel-title {
79
+ background: url('images/blank.gif') no-repeat;
80
+ }
81
+ .panel-header-noborder {
82
+ border-width: 0 0 1px 0;
83
+ }
84
+ .panel-body {
85
+ overflow: auto;
86
+ border-top-width: 0;
87
+ padding: 0;
88
+ }
89
+ .panel-body-noheader {
90
+ border-top-width: 1px;
91
+ }
92
+ .panel-body-noborder {
93
+ border-width: 0px;
94
+ }
95
+ .panel-body-nobottom {
96
+ border-bottom-width: 0;
97
+ }
98
+ .panel-with-icon {
99
+ padding-left: 18px;
100
+ }
101
+ .panel-icon,
102
+ .panel-tool {
103
+ position: absolute;
104
+ top: 50%;
105
+ margin-top: -8px;
106
+ height: 16px;
107
+ overflow: hidden;
108
+ }
109
+ .panel-icon {
110
+ left: 5px;
111
+ width: 16px;
112
+ }
113
+ .panel-tool {
114
+ right: 5px;
115
+ width: auto;
116
+ }
117
+ .panel-tool a {
118
+ display: inline-block;
119
+ width: 16px;
120
+ height: 16px;
121
+ opacity: 0.6;
122
+ filter: alpha(opacity=60);
123
+ margin: 0 0 0 2px;
124
+ vertical-align: top;
125
+ }
126
+ .panel-tool a:hover {
127
+ opacity: 1;
128
+ filter: alpha(opacity=100);
129
+ background-color: #eee;
130
+ -moz-border-radius: 2px 2px 2px 2px;
131
+ -webkit-border-radius: 2px 2px 2px 2px;
132
+ border-radius: 2px 2px 2px 2px;
133
+ }
134
+ .panel-loading {
135
+ padding: 11px 0px 10px 30px;
136
+ }
137
+ .panel-noscroll {
138
+ overflow: hidden;
139
+ }
140
+ .panel-fit,
141
+ .panel-fit body {
142
+ height: 100%;
143
+ margin: 0;
144
+ padding: 0;
145
+ border: 0;
146
+ overflow: hidden;
147
+ }
148
+ .panel-loading {
149
+ background: url('images/loading.gif') no-repeat 10px 10px;
150
+ }
151
+ .panel-tool-close {
152
+ background: url('images/panel_tools.png') no-repeat -16px 0px;
153
+ }
154
+ .panel-tool-min {
155
+ background: url('images/panel_tools.png') no-repeat 0px 0px;
156
+ }
157
+ .panel-tool-max {
158
+ background: url('images/panel_tools.png') no-repeat 0px -16px;
159
+ }
160
+ .panel-tool-restore {
161
+ background: url('images/panel_tools.png') no-repeat -16px -16px;
162
+ }
163
+ .panel-tool-collapse {
164
+ background: url('images/panel_tools.png') no-repeat -32px 0;
165
+ }
166
+ .panel-tool-expand {
167
+ background: url('images/panel_tools.png') no-repeat -32px -16px;
168
+ }
169
+ .panel-header,
170
+ .panel-body {
171
+ border-color: #ddd;
172
+ }
173
+ .panel-header {
174
+ background-color: #f5f5f5;
175
+ color: #000000;
176
+ }
177
+ .panel-body {
178
+ background-color: #ffffff;
179
+ color: #404040;
180
+ font-size: 14px;
181
+ }
182
+ .panel-title {
183
+ font-size: 14px;
184
+ font-weight: bold;
185
+ color: #000000;
186
+ height: 20px;
187
+ line-height: 20px;
188
+ }
189
+ .panel-footer {
190
+ border: 1px solid #ddd;
191
+ overflow: hidden;
192
+ background: #fafafa;
193
+ color: #404040;
194
+ }
195
+ .panel-footer-noborder {
196
+ border-width: 1px 0 0 0;
197
+ }
198
+ .panel-hleft,
199
+ .panel-hright {
200
+ position: relative;
201
+ }
202
+ .panel-hleft>.panel-body,
203
+ .panel-hright>.panel-body {
204
+ position: absolute;
205
+ }
206
+ .panel-hleft>.panel-header {
207
+ float: left;
208
+ }
209
+ .panel-hright>.panel-header {
210
+ float: right;
211
+ }
212
+ .panel-hleft>.panel-body {
213
+ border-top-width: 1px;
214
+ border-left-width: 0;
215
+ }
216
+ .panel-hright>.panel-body {
217
+ border-top-width: 1px;
218
+ border-right-width: 0;
219
+ }
220
+ .panel-hleft>.panel-body-nobottom {
221
+ border-bottom-width: 1px;
222
+ border-right-width: 0;
223
+ }
224
+ .panel-hright>.panel-body-nobottom {
225
+ border-bottom-width: 1px;
226
+ border-left-width: 0;
227
+ }
228
+ .panel-hleft>.panel-footer {
229
+ position: absolute;
230
+ right: 0;
231
+ }
232
+ .panel-hright>.panel-footer {
233
+ position: absolute;
234
+ left: 0;
235
+ }
236
+ .panel-hleft>.panel-header-noborder {
237
+ border-width: 0 1px 0 0;
238
+ }
239
+ .panel-hright>.panel-header-noborder {
240
+ border-width: 0 0 0 1px;
241
+ }
242
+ .panel-hleft>.panel-body-noborder {
243
+ border-width: 0;
244
+ }
245
+ .panel-hright>.panel-body-noborder {
246
+ border-width: 0;
247
+ }
248
+ .panel-hleft>.panel-body-noheader {
249
+ border-left-width: 1px;
250
+ }
251
+ .panel-hright>.panel-body-noheader {
252
+ border-right-width: 1px;
253
+ }
254
+ .panel-hleft>.panel-footer-noborder {
255
+ border-width: 0 0 0 1px;
256
+ }
257
+ .panel-hright>.panel-footer-noborder {
258
+ border-width: 0 1px 0 0;
259
+ }
260
+ .panel-hleft>.panel-header .panel-icon,
261
+ .panel-hright>.panel-header .panel-icon {
262
+ margin-top: 0;
263
+ top: 5px;
264
+ left: 50%;
265
+ margin-left: -8px;
266
+ }
267
+ .panel-hleft>.panel-header .panel-title,
268
+ .panel-hright>.panel-header .panel-title {
269
+ position: absolute;
270
+ min-width: 16px;
271
+ left: 25px;
272
+ top: 5px;
273
+ bottom: auto;
274
+ white-space: nowrap;
275
+ word-wrap: normal;
276
+ -webkit-transform: rotate(90deg);
277
+ -webkit-transform-origin: 0 0;
278
+ -moz-transform: rotate(90deg);
279
+ -moz-transform-origin: 0 0;
280
+ -o-transform: rotate(90deg);
281
+ -o-transform-origin: 0 0;
282
+ transform: rotate(90deg);
283
+ transform-origin: 0 0;
284
+ }
285
+ .panel-hleft>.panel-header .panel-title-up,
286
+ .panel-hright>.panel-header .panel-title-up {
287
+ position: absolute;
288
+ min-width: 16px;
289
+ left: 21px;
290
+ top: auto;
291
+ bottom: 0px;
292
+ text-align: right;
293
+ white-space: nowrap;
294
+ word-wrap: normal;
295
+ -webkit-transform: rotate(-90deg);
296
+ -webkit-transform-origin: 0 0;
297
+ -moz-transform: rotate(-90deg);
298
+ -moz-transform-origin: 0 0;
299
+ -o-transform: rotate(-90deg);
300
+ -o-transform-origin: 0 0;
301
+ transform: rotate(-90deg);
302
+ transform-origin: 0 16px;
303
+ }
304
+ .panel-hleft>.panel-header .panel-with-icon.panel-title-up,
305
+ .panel-hright>.panel-header .panel-with-icon.panel-title-up {
306
+ padding-left: 0;
307
+ padding-right: 18px;
308
+ }
309
+ .panel-hleft>.panel-header .panel-tool,
310
+ .panel-hright>.panel-header .panel-tool {
311
+ top: auto;
312
+ bottom: 5px;
313
+ width: 16px;
314
+ height: auto;
315
+ left: 50%;
316
+ margin-left: -8px;
317
+ margin-top: 0;
318
+ }
319
+ .panel-hleft>.panel-header .panel-tool a,
320
+ .panel-hright>.panel-header .panel-tool a {
321
+ margin: 2px 0 0 0;
322
+ }
323
+ .accordion {
324
+ overflow: hidden;
325
+ border-width: 1px;
326
+ border-style: solid;
327
+ }
328
+ .accordion .accordion-header {
329
+ border-width: 0 0 1px;
330
+ cursor: pointer;
331
+ }
332
+ .accordion .accordion-body {
333
+ border-width: 0 0 1px;
334
+ }
335
+ .accordion-noborder {
336
+ border-width: 0;
337
+ }
338
+ .accordion-noborder .accordion-header {
339
+ border-width: 0 0 1px;
340
+ }
341
+ .accordion-noborder .accordion-body {
342
+ border-width: 0 0 1px;
343
+ }
344
+ .accordion-collapse {
345
+ background: url('images/accordion_arrows.png') no-repeat 0 0;
346
+ }
347
+ .accordion-expand {
348
+ background: url('images/accordion_arrows.png') no-repeat -16px 0;
349
+ }
350
+ .accordion {
351
+ background: #ffffff;
352
+ border-color: #ddd;
353
+ }
354
+ .accordion .accordion-header {
355
+ background: #f5f5f5;
356
+ filter: none;
357
+ }
358
+ .accordion .accordion-header-selected {
359
+ background: #00bbee;
360
+ }
361
+ .accordion .accordion-header-selected .panel-title {
362
+ color: #fff;
363
+ }
364
+ .accordion .panel-last > .accordion-header {
365
+ border-bottom-color: #f5f5f5;
366
+ }
367
+ .accordion .panel-last > .accordion-body {
368
+ border-bottom-color: #ffffff;
369
+ }
370
+ .accordion .panel-last > .accordion-header-selected,
371
+ .accordion .panel-last > .accordion-header-border {
372
+ border-bottom-color: #ddd;
373
+ }
374
+ .accordion> .panel-hleft {
375
+ float: left;
376
+ }
377
+ .accordion> .panel-hleft>.panel-header {
378
+ border-width: 0 1px 0 0;
379
+ }
380
+ .accordion> .panel-hleft> .panel-body {
381
+ border-width: 0 1px 0 0;
382
+ }
383
+ .accordion> .panel-hleft.panel-last > .accordion-header {
384
+ border-right-color: #f5f5f5;
385
+ }
386
+ .accordion> .panel-hleft.panel-last > .accordion-body {
387
+ border-right-color: #ffffff;
388
+ }
389
+ .accordion> .panel-hleft.panel-last > .accordion-header-selected,
390
+ .accordion> .panel-hleft.panel-last > .accordion-header-border {
391
+ border-right-color: #ddd;
392
+ }
393
+ .accordion> .panel-hright {
394
+ float: right;
395
+ }
396
+ .accordion> .panel-hright>.panel-header {
397
+ border-width: 0 0 0 1px;
398
+ }
399
+ .accordion> .panel-hright> .panel-body {
400
+ border-width: 0 0 0 1px;
401
+ }
402
+ .accordion> .panel-hright.panel-last > .accordion-header {
403
+ border-left-color: #f5f5f5;
404
+ }
405
+ .accordion> .panel-hright.panel-last > .accordion-body {
406
+ border-left-color: #ffffff;
407
+ }
408
+ .accordion> .panel-hright.panel-last > .accordion-header-selected,
409
+ .accordion> .panel-hright.panel-last > .accordion-header-border {
410
+ border-left-color: #ddd;
411
+ }
412
+ .window {
413
+ overflow: hidden;
414
+ padding: 5px;
415
+ border-width: 1px;
416
+ border-style: solid;
417
+ }
418
+ .window .window-header {
419
+ background: transparent;
420
+ padding: 0px 0px 6px 0px;
421
+ }
422
+ .window .window-body {
423
+ border-width: 1px;
424
+ border-style: solid;
425
+ border-top-width: 0px;
426
+ }
427
+ .window .window-body-noheader {
428
+ border-top-width: 1px;
429
+ }
430
+ .window .panel-body-nobottom {
431
+ border-bottom-width: 0;
432
+ }
433
+ .window .window-header .panel-icon,
434
+ .window .window-header .panel-tool {
435
+ top: 50%;
436
+ margin-top: -11px;
437
+ }
438
+ .window .window-header .panel-icon {
439
+ left: 1px;
440
+ }
441
+ .window .window-header .panel-tool {
442
+ right: 1px;
443
+ }
444
+ .window .window-header .panel-with-icon {
445
+ padding-left: 18px;
446
+ }
447
+ .window-proxy {
448
+ position: absolute;
449
+ overflow: hidden;
450
+ }
451
+ .window-proxy-mask {
452
+ position: absolute;
453
+ filter: alpha(opacity=5);
454
+ opacity: 0.05;
455
+ }
456
+ .window-mask {
457
+ position: absolute;
458
+ left: 0;
459
+ top: 0;
460
+ width: 100%;
461
+ height: 100%;
462
+ filter: alpha(opacity=40);
463
+ opacity: 0.40;
464
+ font-size: 1px;
465
+ overflow: hidden;
466
+ }
467
+ .window,
468
+ .window-shadow {
469
+ position: absolute;
470
+ -moz-border-radius: 4px 4px 4px 4px;
471
+ -webkit-border-radius: 4px 4px 4px 4px;
472
+ border-radius: 4px 4px 4px 4px;
473
+ }
474
+ .window-shadow {
475
+ background: #fafafa;
476
+ -moz-box-shadow: 2px 2px 3px #fafafa;
477
+ -webkit-box-shadow: 2px 2px 3px #fafafa;
478
+ box-shadow: 2px 2px 3px #fafafa;
479
+ filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
480
+ }
481
+ .window,
482
+ .window .window-body {
483
+ border-color: #ddd;
484
+ }
485
+ .window {
486
+ background-color: #f5f5f5;
487
+ }
488
+ .window-proxy {
489
+ border: 1px dashed #ddd;
490
+ }
491
+ .window-proxy-mask,
492
+ .window-mask {
493
+ background: #eee;
494
+ }
495
+ .window .panel-footer {
496
+ border: 1px solid #ddd;
497
+ position: relative;
498
+ top: -1px;
499
+ }
500
+ .window-thinborder {
501
+ padding: 0;
502
+ }
503
+ .window-thinborder .window-header {
504
+ padding: 5px 5px 6px 5px;
505
+ }
506
+ .window-thinborder .window-body {
507
+ border-width: 0px;
508
+ }
509
+ .window-thinborder .window-footer {
510
+ border-left: transparent;
511
+ border-right: transparent;
512
+ border-bottom: transparent;
513
+ }
514
+ .window-thinborder .window-header .panel-icon,
515
+ .window-thinborder .window-header .panel-tool {
516
+ margin-top: -9px;
517
+ margin-left: 5px;
518
+ margin-right: 5px;
519
+ }
520
+ .window-noborder {
521
+ border: 0;
522
+ }
523
+ .window.panel-hleft .window-header {
524
+ padding: 0 6px 0 0;
525
+ }
526
+ .window.panel-hright .window-header {
527
+ padding: 0 0 0 6px;
528
+ }
529
+ .window.panel-hleft>.panel-header .panel-title {
530
+ top: auto;
531
+ left: 16px;
532
+ }
533
+ .window.panel-hright>.panel-header .panel-title {
534
+ top: auto;
535
+ right: 16px;
536
+ }
537
+ .window.panel-hleft>.panel-header .panel-title-up,
538
+ .window.panel-hright>.panel-header .panel-title-up {
539
+ bottom: 0;
540
+ }
541
+ .window.panel-hleft .window-body {
542
+ border-width: 1px 1px 1px 0;
543
+ }
544
+ .window.panel-hright .window-body {
545
+ border-width: 1px 0 1px 1px;
546
+ }
547
+ .window.panel-hleft .window-header .panel-icon {
548
+ top: 1px;
549
+ margin-top: 0;
550
+ left: 0;
551
+ }
552
+ .window.panel-hright .window-header .panel-icon {
553
+ top: 1px;
554
+ margin-top: 0;
555
+ left: auto;
556
+ right: 1px;
557
+ }
558
+ .window.panel-hleft .window-header .panel-tool,
559
+ .window.panel-hright .window-header .panel-tool {
560
+ margin-top: 0;
561
+ top: auto;
562
+ bottom: 1px;
563
+ right: auto;
564
+ margin-right: 0;
565
+ left: 50%;
566
+ margin-left: -11px;
567
+ }
568
+ .window.panel-hright .window-header .panel-tool {
569
+ left: auto;
570
+ right: 1px;
571
+ }
572
+ .window-thinborder.panel-hleft .window-header {
573
+ padding: 5px 6px 5px 5px;
574
+ }
575
+ .window-thinborder.panel-hright .window-header {
576
+ padding: 5px 5px 5px 6px;
577
+ }
578
+ .window-thinborder.panel-hleft>.panel-header .panel-title {
579
+ left: 21px;
580
+ }
581
+ .window-thinborder.panel-hleft>.panel-header .panel-title-up,
582
+ .window-thinborder.panel-hright>.panel-header .panel-title-up {
583
+ bottom: 5px;
584
+ }
585
+ .window-thinborder.panel-hleft .window-header .panel-icon,
586
+ .window-thinborder.panel-hright .window-header .panel-icon {
587
+ margin-top: 5px;
588
+ }
589
+ .window-thinborder.panel-hleft .window-header .panel-tool,
590
+ .window-thinborder.panel-hright .window-header .panel-tool {
591
+ left: 16px;
592
+ bottom: 5px;
593
+ }
594
+ .dialog-content {
595
+ overflow: auto;
596
+ }
597
+ .dialog-toolbar {
598
+ position: relative;
599
+ padding: 2px 5px;
600
+ }
601
+ .dialog-tool-separator {
602
+ float: left;
603
+ height: 24px;
604
+ border-left: 1px solid #ddd;
605
+ border-right: 1px solid #fff;
606
+ margin: 2px 1px;
607
+ }
608
+ .dialog-button {
609
+ position: relative;
610
+ top: -1px;
611
+ padding: 5px;
612
+ text-align: right;
613
+ }
614
+ .dialog-button .l-btn {
615
+ margin-left: 5px;
616
+ }
617
+ .dialog-toolbar,
618
+ .dialog-button {
619
+ background: #fafafa;
620
+ border-width: 1px;
621
+ border-style: solid;
622
+ }
623
+ .dialog-toolbar {
624
+ border-color: #ddd #ddd #eee #ddd;
625
+ }
626
+ .dialog-button {
627
+ border-color: #eee #ddd #ddd #ddd;
628
+ }
629
+ .window-thinborder .dialog-toolbar {
630
+ border-left: transparent;
631
+ border-right: transparent;
632
+ border-top-color: #fafafa;
633
+ }
634
+ .window-thinborder .dialog-button {
635
+ top: 0px;
636
+ padding: 5px 8px 8px 8px;
637
+ border-left: transparent;
638
+ border-right: transparent;
639
+ border-bottom: transparent;
640
+ }
641
+ .drawer.window-shadow {
642
+ box-shadow: 0 4px 12px #fafafa;
643
+ border-radius: 0;
644
+ position: fixed;
645
+ }
646
+ .drawer.layout-collapsed {
647
+ box-shadow: none;
648
+ }
649
+ .drawer-mask.window-mask {
650
+ position: fixed;
651
+ }
652
+ .drawer.layout-panel-east,
653
+ .drawer.layout-panel-west {
654
+ bottom: 0;
655
+ }
656
+ .l-btn {
657
+ text-decoration: none;
658
+ display: inline-block;
659
+ overflow: hidden;
660
+ margin: 0;
661
+ padding: 0;
662
+ cursor: pointer;
663
+ outline: none;
664
+ text-align: center;
665
+ vertical-align: middle;
666
+ line-height: normal;
667
+ }
668
+ .l-btn-plain {
669
+ border-width: 0;
670
+ padding: 1px;
671
+ }
672
+ .l-btn-left {
673
+ display: inline-block;
674
+ position: relative;
675
+ overflow: hidden;
676
+ margin: 0;
677
+ padding: 0;
678
+ vertical-align: top;
679
+ }
680
+ .l-btn-text {
681
+ display: inline-block;
682
+ vertical-align: top;
683
+ width: auto;
684
+ line-height: 28px;
685
+ font-size: 14px;
686
+ padding: 0;
687
+ margin: 0 6px;
688
+ }
689
+ .l-btn-icon {
690
+ display: inline-block;
691
+ width: 16px;
692
+ height: 16px;
693
+ line-height: 16px;
694
+ position: absolute;
695
+ top: 50%;
696
+ margin-top: -8px;
697
+ font-size: 1px;
698
+ }
699
+ .l-btn span span .l-btn-empty {
700
+ display: inline-block;
701
+ margin: 0;
702
+ width: 16px;
703
+ height: 24px;
704
+ font-size: 1px;
705
+ vertical-align: top;
706
+ }
707
+ .l-btn span .l-btn-icon-left {
708
+ padding: 0 0 0 20px;
709
+ background-position: left center;
710
+ }
711
+ .l-btn span .l-btn-icon-right {
712
+ padding: 0 20px 0 0;
713
+ background-position: right center;
714
+ }
715
+ .l-btn-icon-left .l-btn-text {
716
+ margin: 0 6px 0 26px;
717
+ }
718
+ .l-btn-icon-left .l-btn-icon {
719
+ left: 6px;
720
+ }
721
+ .l-btn-icon-right .l-btn-text {
722
+ margin: 0 26px 0 6px;
723
+ }
724
+ .l-btn-icon-right .l-btn-icon {
725
+ right: 6px;
726
+ }
727
+ .l-btn-icon-top .l-btn-text {
728
+ margin: 20px 4px 0 4px;
729
+ }
730
+ .l-btn-icon-top .l-btn-icon {
731
+ top: 4px;
732
+ left: 50%;
733
+ margin: 0 0 0 -8px;
734
+ }
735
+ .l-btn-icon-bottom .l-btn-text {
736
+ margin: 0 4px 20px 4px;
737
+ }
738
+ .l-btn-icon-bottom .l-btn-icon {
739
+ top: auto;
740
+ bottom: 4px;
741
+ left: 50%;
742
+ margin: 0 0 0 -8px;
743
+ }
744
+ .l-btn-left .l-btn-empty {
745
+ margin: 0 6px;
746
+ width: 16px;
747
+ }
748
+ .l-btn-plain:hover {
749
+ padding: 0;
750
+ }
751
+ .l-btn-focus {
752
+ outline: #0000FF dotted thin;
753
+ }
754
+ .l-btn-large .l-btn-text {
755
+ line-height: 44px;
756
+ }
757
+ .l-btn-large .l-btn-icon {
758
+ width: 32px;
759
+ height: 32px;
760
+ line-height: 32px;
761
+ margin-top: -16px;
762
+ }
763
+ .l-btn-large .l-btn-icon-left .l-btn-text {
764
+ margin-left: 40px;
765
+ }
766
+ .l-btn-large .l-btn-icon-right .l-btn-text {
767
+ margin-right: 40px;
768
+ }
769
+ .l-btn-large .l-btn-icon-top .l-btn-text {
770
+ margin-top: 36px;
771
+ line-height: 24px;
772
+ min-width: 32px;
773
+ }
774
+ .l-btn-large .l-btn-icon-top .l-btn-icon {
775
+ margin: 0 0 0 -16px;
776
+ }
777
+ .l-btn-large .l-btn-icon-bottom .l-btn-text {
778
+ margin-bottom: 36px;
779
+ line-height: 24px;
780
+ min-width: 32px;
781
+ }
782
+ .l-btn-large .l-btn-icon-bottom .l-btn-icon {
783
+ margin: 0 0 0 -16px;
784
+ }
785
+ .l-btn-large .l-btn-left .l-btn-empty {
786
+ margin: 0 6px;
787
+ width: 32px;
788
+ }
789
+ .l-btn {
790
+ color: #404040;
791
+ background: #fafafa;
792
+ background-repeat: repeat-x;
793
+ border: 1px solid #d9d9d9;
794
+ -moz-border-radius: 4px 4px 4px 4px;
795
+ -webkit-border-radius: 4px 4px 4px 4px;
796
+ border-radius: 4px 4px 4px 4px;
797
+ }
798
+ .l-btn:hover {
799
+ background: #eee;
800
+ color: #404040;
801
+ border: 1px solid #ccc;
802
+ filter: none;
803
+ }
804
+ .l-btn-plain {
805
+ background: transparent;
806
+ border-width: 0;
807
+ filter: none;
808
+ }
809
+ .l-btn-outline {
810
+ border-width: 1px;
811
+ border-color: #ccc;
812
+ padding: 0;
813
+ }
814
+ .l-btn-plain:hover {
815
+ background: #eee;
816
+ color: #404040;
817
+ border: 1px solid #ccc;
818
+ -moz-border-radius: 4px 4px 4px 4px;
819
+ -webkit-border-radius: 4px 4px 4px 4px;
820
+ border-radius: 4px 4px 4px 4px;
821
+ }
822
+ .l-btn-disabled,
823
+ .l-btn-disabled:hover {
824
+ opacity: 0.5;
825
+ cursor: default;
826
+ background: #fafafa;
827
+ color: #404040;
828
+ }
829
+ .l-btn-disabled .l-btn-text,
830
+ .l-btn-disabled .l-btn-icon {
831
+ filter: alpha(opacity=50);
832
+ }
833
+ .l-btn-plain-disabled,
834
+ .l-btn-plain-disabled:hover {
835
+ background: transparent;
836
+ filter: alpha(opacity=50);
837
+ }
838
+ .l-btn-selected,
839
+ .l-btn-selected:hover {
840
+ background: #00bbee;
841
+ filter: none;
842
+ }
843
+ .l-btn-plain-selected,
844
+ .l-btn-plain-selected:hover {
845
+ background: #00bbee;
846
+ }
847
+ .textbox {
848
+ position: relative;
849
+ border: 1px solid #ddd;
850
+ background-color: #fff;
851
+ vertical-align: middle;
852
+ display: inline-block;
853
+ overflow: hidden;
854
+ white-space: nowrap;
855
+ margin: 0;
856
+ padding: 0;
857
+ -moz-border-radius: 4px 4px 4px 4px;
858
+ -webkit-border-radius: 4px 4px 4px 4px;
859
+ border-radius: 4px 4px 4px 4px;
860
+ }
861
+ .textbox .textbox-text {
862
+ font-size: 14px;
863
+ border: 0;
864
+ margin: 0;
865
+ padding: 0 4px;
866
+ white-space: normal;
867
+ vertical-align: top;
868
+ outline-style: none;
869
+ resize: none;
870
+ -moz-border-radius: 4px 4px 4px 4px;
871
+ -webkit-border-radius: 4px 4px 4px 4px;
872
+ border-radius: 4px 4px 4px 4px;
873
+ height: 28px;
874
+ line-height: 28px;
875
+ }
876
+ .textbox textarea.textbox-text {
877
+ line-height: normal;
878
+ }
879
+ .textbox.textbox-autoheight {
880
+ height: auto;
881
+ }
882
+ .textbox.textbox-autoheight textarea.textbox-text {
883
+ padding: 6px 4px;
884
+ overflow: hidden;
885
+ line-height: 16px;
886
+ }
887
+ .textbox .textbox-text::-ms-clear,
888
+ .textbox .textbox-text::-ms-reveal {
889
+ display: none;
890
+ }
891
+ .textbox textarea.textbox-text {
892
+ white-space: pre-wrap;
893
+ }
894
+ .textbox .textbox-prompt {
895
+ font-size: 14px;
896
+ color: #aaa;
897
+ }
898
+ .textbox .textbox-bgicon {
899
+ background-position: 3px center;
900
+ padding-left: 21px;
901
+ }
902
+ .textbox .textbox-button,
903
+ .textbox .textbox-button:hover {
904
+ position: absolute;
905
+ top: 0;
906
+ padding: 0;
907
+ vertical-align: top;
908
+ -moz-border-radius: 0 0 0 0;
909
+ -webkit-border-radius: 0 0 0 0;
910
+ border-radius: 0 0 0 0;
911
+ }
912
+ .textbox .textbox-button-right,
913
+ .textbox .textbox-button-right:hover {
914
+ right: 0;
915
+ border-width: 0 0 0 1px;
916
+ }
917
+ .textbox .textbox-button-left,
918
+ .textbox .textbox-button-left:hover {
919
+ left: 0;
920
+ border-width: 0 1px 0 0;
921
+ }
922
+ .textbox .textbox-button-top,
923
+ .textbox .textbox-button-top:hover {
924
+ left: 0;
925
+ border-width: 0 0 1px 0;
926
+ }
927
+ .textbox .textbox-button-bottom,
928
+ .textbox .textbox-button-bottom:hover {
929
+ top: auto;
930
+ bottom: 0;
931
+ left: 0;
932
+ border-width: 1px 0 0 0;
933
+ }
934
+ .textbox-addon {
935
+ position: absolute;
936
+ top: 0;
937
+ }
938
+ .textbox-label {
939
+ display: inline-block;
940
+ width: 80px;
941
+ height: 30px;
942
+ line-height: 30px;
943
+ vertical-align: middle;
944
+ overflow: hidden;
945
+ text-overflow: ellipsis;
946
+ white-space: nowrap;
947
+ margin: 0;
948
+ padding-right: 5px;
949
+ }
950
+ .textbox-label-after {
951
+ padding-left: 5px;
952
+ padding-right: 0;
953
+ }
954
+ .textbox-label-top {
955
+ display: block;
956
+ width: auto;
957
+ padding: 0;
958
+ }
959
+ .textbox-disabled,
960
+ .textbox-label-disabled {
961
+ opacity: 0.6;
962
+ filter: alpha(opacity=60);
963
+ }
964
+ .textbox-icon {
965
+ display: inline-block;
966
+ width: 18px;
967
+ height: 20px;
968
+ overflow: hidden;
969
+ vertical-align: top;
970
+ background-position: center center;
971
+ cursor: pointer;
972
+ opacity: 0.6;
973
+ filter: alpha(opacity=60);
974
+ text-decoration: none;
975
+ outline-style: none;
976
+ }
977
+ .textbox-icon-disabled,
978
+ .textbox-icon-readonly {
979
+ cursor: default;
980
+ }
981
+ .textbox-icon:hover {
982
+ opacity: 1.0;
983
+ filter: alpha(opacity=100);
984
+ }
985
+ .textbox-icon-disabled:hover {
986
+ opacity: 0.6;
987
+ filter: alpha(opacity=60);
988
+ }
989
+ .textbox-focused {
990
+ border-color: #c4c4c4;
991
+ -moz-box-shadow: 0 0 3px 0 #ddd;
992
+ -webkit-box-shadow: 0 0 3px 0 #ddd;
993
+ box-shadow: 0 0 3px 0 #ddd;
994
+ }
995
+ .textbox-invalid {
996
+ border-color: #ffa8a8;
997
+ background-color: #fff;
998
+ }
999
+ .form-floating-label.form-field .textbox-text {
1000
+ padding: 0;
1001
+ }
1002
+ .form-floating-label.form-field .textbox-label {
1003
+ position: relative;
1004
+ height: 20px;
1005
+ line-height: 20px;
1006
+ transition: all .3s;
1007
+ font-size: 12px;
1008
+ z-index: 9;
1009
+ }
1010
+ .form-floating-label.form-field-empty .textbox-label {
1011
+ cursor: text;
1012
+ font-size: 14px;
1013
+ transform: translate(0,25px);
1014
+ }
1015
+ .form-floating-label.form-field-empty.form-field-focused .textbox-label {
1016
+ cursor: default;
1017
+ font-size: 12px;
1018
+ transform: translate(0,0);
1019
+ }
1020
+ .passwordbox-open {
1021
+ background: url('images/passwordbox_open.png') no-repeat center center;
1022
+ }
1023
+ .passwordbox-close {
1024
+ background: url('images/passwordbox_close.png') no-repeat center center;
1025
+ }
1026
+ .filebox .textbox-value {
1027
+ vertical-align: top;
1028
+ position: absolute;
1029
+ top: 0;
1030
+ left: -5000px;
1031
+ }
1032
+ .filebox-label {
1033
+ display: inline-block;
1034
+ position: absolute;
1035
+ width: 100%;
1036
+ height: 100%;
1037
+ cursor: pointer;
1038
+ left: 0;
1039
+ top: 0;
1040
+ z-index: 10;
1041
+ background: url('images/blank.gif') no-repeat;
1042
+ }
1043
+ .l-btn-disabled .filebox-label {
1044
+ cursor: default;
1045
+ }
1046
+ .combo-arrow {
1047
+ width: 18px;
1048
+ height: 20px;
1049
+ overflow: hidden;
1050
+ display: inline-block;
1051
+ vertical-align: top;
1052
+ cursor: pointer;
1053
+ opacity: 0.6;
1054
+ filter: alpha(opacity=60);
1055
+ }
1056
+ .combo-arrow-hover {
1057
+ opacity: 1.0;
1058
+ filter: alpha(opacity=100);
1059
+ }
1060
+ .combo-panel {
1061
+ overflow: auto;
1062
+ }
1063
+ .combo-arrow {
1064
+ background: url('images/combo_arrow.png') no-repeat center center;
1065
+ }
1066
+ .combo-panel {
1067
+ background-color: #ffffff;
1068
+ }
1069
+ .combo-arrow {
1070
+ background-color: #f5f5f5;
1071
+ }
1072
+ .combo-arrow-hover {
1073
+ background-color: #eee;
1074
+ }
1075
+ .combo-arrow:hover {
1076
+ background-color: #eee;
1077
+ }
1078
+ .combo .textbox-icon-disabled:hover {
1079
+ cursor: default;
1080
+ }
1081
+ .combobox-item,
1082
+ .combobox-group,
1083
+ .combobox-stick {
1084
+ font-size: 14px;
1085
+ padding: 6px 4px;
1086
+ line-height: 20px;
1087
+ }
1088
+ .combobox-item-disabled {
1089
+ opacity: 0.5;
1090
+ filter: alpha(opacity=50);
1091
+ }
1092
+ .combobox-gitem {
1093
+ padding-left: 10px;
1094
+ }
1095
+ .combobox-group,
1096
+ .combobox-stick {
1097
+ font-weight: bold;
1098
+ }
1099
+ .combobox-stick {
1100
+ position: absolute;
1101
+ top: 1px;
1102
+ left: 1px;
1103
+ right: 1px;
1104
+ background: inherit;
1105
+ }
1106
+ .combobox-item-hover {
1107
+ background-color: #eee;
1108
+ color: #404040;
1109
+ }
1110
+ .combobox-item-selected {
1111
+ background-color: #00bbee;
1112
+ color: #fff;
1113
+ }
1114
+ .combobox-icon {
1115
+ display: inline-block;
1116
+ width: 16px;
1117
+ height: 16px;
1118
+ vertical-align: middle;
1119
+ margin-right: 2px;
1120
+ }
1121
+ .tagbox {
1122
+ cursor: text;
1123
+ }
1124
+ .tagbox .textbox-text {
1125
+ float: left;
1126
+ }
1127
+ .tagbox-label {
1128
+ position: relative;
1129
+ display: block;
1130
+ margin: 4px 0 0 4px;
1131
+ padding: 0 20px 0 4px;
1132
+ float: left;
1133
+ vertical-align: top;
1134
+ text-decoration: none;
1135
+ -moz-border-radius: 4px 4px 4px 4px;
1136
+ -webkit-border-radius: 4px 4px 4px 4px;
1137
+ border-radius: 4px 4px 4px 4px;
1138
+ background: #eee;
1139
+ color: #404040;
1140
+ }
1141
+ .tagbox-remove {
1142
+ background: url('images/tagbox_icons.png') no-repeat -16px center;
1143
+ position: absolute;
1144
+ display: block;
1145
+ width: 16px;
1146
+ height: 16px;
1147
+ right: 2px;
1148
+ top: 50%;
1149
+ margin-top: -8px;
1150
+ opacity: 0.6;
1151
+ filter: alpha(opacity=60);
1152
+ }
1153
+ .tagbox-remove:hover {
1154
+ opacity: 1;
1155
+ filter: alpha(opacity=100);
1156
+ }
1157
+ .textbox-disabled .tagbox-label {
1158
+ cursor: default;
1159
+ }
1160
+ .textbox-disabled .tagbox-remove:hover {
1161
+ cursor: default;
1162
+ opacity: 0.6;
1163
+ filter: alpha(opacity=60);
1164
+ }
1165
+ .layout {
1166
+ position: relative;
1167
+ overflow: hidden;
1168
+ margin: 0;
1169
+ padding: 0;
1170
+ z-index: 0;
1171
+ }
1172
+ .layout-panel {
1173
+ position: absolute;
1174
+ overflow: hidden;
1175
+ }
1176
+ .layout-body {
1177
+ min-width: 1px;
1178
+ min-height: 1px;
1179
+ }
1180
+ .layout-panel-east,
1181
+ .layout-panel-west {
1182
+ z-index: 2;
1183
+ }
1184
+ .layout-panel-north,
1185
+ .layout-panel-south {
1186
+ z-index: 3;
1187
+ }
1188
+ .layout-expand {
1189
+ position: absolute;
1190
+ padding: 0px;
1191
+ font-size: 1px;
1192
+ cursor: pointer;
1193
+ z-index: 1;
1194
+ }
1195
+ .layout-expand .panel-header,
1196
+ .layout-expand .panel-body {
1197
+ background: transparent;
1198
+ filter: none;
1199
+ overflow: hidden;
1200
+ }
1201
+ .layout-expand .panel-header {
1202
+ border-bottom-width: 0px;
1203
+ }
1204
+ .layout-expand .panel-body {
1205
+ position: relative;
1206
+ }
1207
+ .layout-expand .panel-body .panel-icon {
1208
+ margin-top: 0;
1209
+ top: 0;
1210
+ left: 50%;
1211
+ margin-left: -8px;
1212
+ }
1213
+ .layout-expand-west .panel-header .panel-icon,
1214
+ .layout-expand-east .panel-header .panel-icon {
1215
+ display: none;
1216
+ }
1217
+ .layout-expand-title {
1218
+ position: absolute;
1219
+ top: 0;
1220
+ left: 21px;
1221
+ white-space: nowrap;
1222
+ word-wrap: normal;
1223
+ -webkit-transform: rotate(90deg);
1224
+ -webkit-transform-origin: 0 0;
1225
+ -moz-transform: rotate(90deg);
1226
+ -moz-transform-origin: 0 0;
1227
+ -o-transform: rotate(90deg);
1228
+ -o-transform-origin: 0 0;
1229
+ transform: rotate(90deg);
1230
+ transform-origin: 0 0;
1231
+ }
1232
+ .layout-expand-title-up {
1233
+ position: absolute;
1234
+ top: 0;
1235
+ left: 0;
1236
+ text-align: right;
1237
+ padding-left: 5px;
1238
+ white-space: nowrap;
1239
+ word-wrap: normal;
1240
+ -webkit-transform: rotate(-90deg);
1241
+ -webkit-transform-origin: 0 0;
1242
+ -moz-transform: rotate(-90deg);
1243
+ -moz-transform-origin: 0 0;
1244
+ -o-transform: rotate(-90deg);
1245
+ -o-transform-origin: 0 0;
1246
+ transform: rotate(-90deg);
1247
+ transform-origin: 0 0;
1248
+ }
1249
+ .layout-expand-with-icon {
1250
+ top: 18px;
1251
+ }
1252
+ .layout-expand .panel-body-noheader .layout-expand-title,
1253
+ .layout-expand .panel-body-noheader .panel-icon {
1254
+ top: 5px;
1255
+ }
1256
+ .layout-expand .panel-body-noheader .layout-expand-with-icon {
1257
+ top: 23px;
1258
+ }
1259
+ .layout-split-proxy-h,
1260
+ .layout-split-proxy-v {
1261
+ position: absolute;
1262
+ font-size: 1px;
1263
+ display: none;
1264
+ z-index: 5;
1265
+ }
1266
+ .layout-split-proxy-h {
1267
+ width: 5px;
1268
+ cursor: e-resize;
1269
+ }
1270
+ .layout-split-proxy-v {
1271
+ height: 5px;
1272
+ cursor: n-resize;
1273
+ }
1274
+ .layout-mask {
1275
+ position: absolute;
1276
+ background: #fafafa;
1277
+ filter: alpha(opacity=10);
1278
+ opacity: 0.10;
1279
+ z-index: 4;
1280
+ }
1281
+ .layout-button-up {
1282
+ background: url('images/layout_arrows.png') no-repeat -16px -16px;
1283
+ }
1284
+ .layout-button-down {
1285
+ background: url('images/layout_arrows.png') no-repeat -16px 0;
1286
+ }
1287
+ .layout-button-left {
1288
+ background: url('images/layout_arrows.png') no-repeat 0 0;
1289
+ }
1290
+ .layout-button-right {
1291
+ background: url('images/layout_arrows.png') no-repeat 0 -16px;
1292
+ }
1293
+ .layout-split-proxy-h,
1294
+ .layout-split-proxy-v {
1295
+ background-color: #ccc;
1296
+ }
1297
+ .layout-split-north {
1298
+ border-bottom: 5px solid #ffffff;
1299
+ }
1300
+ .layout-split-south {
1301
+ border-top: 5px solid #ffffff;
1302
+ }
1303
+ .layout-split-east {
1304
+ border-left: 5px solid #ffffff;
1305
+ }
1306
+ .layout-split-west {
1307
+ border-right: 5px solid #ffffff;
1308
+ }
1309
+ .layout-expand {
1310
+ background-color: #f5f5f5;
1311
+ }
1312
+ .layout-expand-over {
1313
+ background-color: #f5f5f5;
1314
+ }
1315
+ .tabs-container {
1316
+ overflow: hidden;
1317
+ }
1318
+ .tabs-header {
1319
+ border-width: 1px;
1320
+ border-style: solid;
1321
+ border-bottom-width: 0;
1322
+ position: relative;
1323
+ padding: 0;
1324
+ padding-top: 2px;
1325
+ overflow: hidden;
1326
+ }
1327
+ .tabs-scroller-left,
1328
+ .tabs-scroller-right {
1329
+ position: absolute;
1330
+ top: auto;
1331
+ bottom: 0;
1332
+ width: 18px;
1333
+ font-size: 1px;
1334
+ display: none;
1335
+ cursor: pointer;
1336
+ border-width: 1px;
1337
+ border-style: solid;
1338
+ }
1339
+ .tabs-scroller-left {
1340
+ left: 0;
1341
+ }
1342
+ .tabs-scroller-right {
1343
+ right: 0;
1344
+ }
1345
+ .tabs-tool {
1346
+ position: absolute;
1347
+ bottom: 0;
1348
+ padding: 1px;
1349
+ overflow: hidden;
1350
+ border-width: 1px;
1351
+ border-style: solid;
1352
+ }
1353
+ .tabs-header-plain .tabs-tool {
1354
+ padding: 0 1px;
1355
+ }
1356
+ .tabs-wrap {
1357
+ position: relative;
1358
+ left: 0;
1359
+ overflow: hidden;
1360
+ width: 100%;
1361
+ margin: 0;
1362
+ padding: 0;
1363
+ }
1364
+ .tabs-scrolling {
1365
+ margin-left: 18px;
1366
+ margin-right: 18px;
1367
+ }
1368
+ .tabs-disabled {
1369
+ opacity: 0.3;
1370
+ filter: alpha(opacity=30);
1371
+ }
1372
+ .tabs {
1373
+ list-style-type: none;
1374
+ height: 26px;
1375
+ margin: 0px;
1376
+ padding: 0px;
1377
+ padding-left: 4px;
1378
+ width: 50000px;
1379
+ border-style: solid;
1380
+ border-width: 0 0 1px 0;
1381
+ }
1382
+ .tabs li {
1383
+ float: left;
1384
+ display: inline-block;
1385
+ margin: 0 4px -1px 0;
1386
+ padding: 0;
1387
+ position: relative;
1388
+ border: 0;
1389
+ }
1390
+ .tabs li .tabs-inner {
1391
+ display: inline-block;
1392
+ text-decoration: none;
1393
+ cursor: hand;
1394
+ cursor: pointer;
1395
+ margin: 0;
1396
+ padding: 0 10px;
1397
+ height: 25px;
1398
+ line-height: 25px;
1399
+ text-align: center;
1400
+ white-space: nowrap;
1401
+ border-width: 1px;
1402
+ border-style: solid;
1403
+ -moz-border-radius: 4px 4px 0 0;
1404
+ -webkit-border-radius: 4px 4px 0 0;
1405
+ border-radius: 4px 4px 0 0;
1406
+ }
1407
+ .tabs li.tabs-selected .tabs-inner {
1408
+ font-weight: bold;
1409
+ outline: none;
1410
+ }
1411
+ .tabs li.tabs-selected .tabs-inner:hover {
1412
+ cursor: default;
1413
+ pointer: default;
1414
+ }
1415
+ .tabs li .tabs-close,
1416
+ .tabs-p-tool {
1417
+ position: absolute;
1418
+ font-size: 1px;
1419
+ display: block;
1420
+ height: 12px;
1421
+ padding: 0;
1422
+ top: 50%;
1423
+ margin-top: -6px;
1424
+ overflow: hidden;
1425
+ }
1426
+ .tabs li .tabs-close {
1427
+ width: 12px;
1428
+ right: 5px;
1429
+ opacity: 0.6;
1430
+ filter: alpha(opacity=60);
1431
+ }
1432
+ .tabs-p-tool {
1433
+ right: 16px;
1434
+ }
1435
+ .tabs-p-tool a {
1436
+ display: inline-block;
1437
+ font-size: 1px;
1438
+ width: 12px;
1439
+ height: 12px;
1440
+ margin: 0;
1441
+ opacity: 0.6;
1442
+ filter: alpha(opacity=60);
1443
+ }
1444
+ .tabs li .tabs-close:hover,
1445
+ .tabs-p-tool a:hover {
1446
+ opacity: 1;
1447
+ filter: alpha(opacity=100);
1448
+ cursor: hand;
1449
+ cursor: pointer;
1450
+ }
1451
+ .tabs-with-icon {
1452
+ padding-left: 18px;
1453
+ }
1454
+ .tabs-icon {
1455
+ position: absolute;
1456
+ width: 16px;
1457
+ height: 16px;
1458
+ left: 10px;
1459
+ top: 50%;
1460
+ margin-top: -8px;
1461
+ }
1462
+ .tabs-title {
1463
+ font-size: 14px;
1464
+ }
1465
+ .tabs-closable {
1466
+ padding-right: 8px;
1467
+ }
1468
+ .tabs-panels {
1469
+ margin: 0px;
1470
+ padding: 0px;
1471
+ border-width: 1px;
1472
+ border-style: solid;
1473
+ border-top-width: 0;
1474
+ overflow: hidden;
1475
+ }
1476
+ .tabs-header-bottom {
1477
+ border-width: 0 1px 1px 1px;
1478
+ padding: 0 0 2px 0;
1479
+ }
1480
+ .tabs-header-bottom .tabs {
1481
+ border-width: 1px 0 0 0;
1482
+ }
1483
+ .tabs-header-bottom .tabs li {
1484
+ margin: -1px 4px 0 0;
1485
+ }
1486
+ .tabs-header-bottom .tabs li .tabs-inner {
1487
+ -moz-border-radius: 0 0 4px 4px;
1488
+ -webkit-border-radius: 0 0 4px 4px;
1489
+ border-radius: 0 0 4px 4px;
1490
+ }
1491
+ .tabs-header-bottom .tabs-tool {
1492
+ top: 0;
1493
+ }
1494
+ .tabs-header-bottom .tabs-scroller-left,
1495
+ .tabs-header-bottom .tabs-scroller-right {
1496
+ top: 0;
1497
+ bottom: auto;
1498
+ }
1499
+ .tabs-panels-top {
1500
+ border-width: 1px 1px 0 1px;
1501
+ }
1502
+ .tabs-header-left {
1503
+ float: left;
1504
+ border-width: 1px 0 1px 1px;
1505
+ padding: 0;
1506
+ }
1507
+ .tabs-header-right {
1508
+ float: right;
1509
+ border-width: 1px 1px 1px 0;
1510
+ padding: 0;
1511
+ }
1512
+ .tabs-header-left .tabs-wrap,
1513
+ .tabs-header-right .tabs-wrap {
1514
+ height: 100%;
1515
+ }
1516
+ .tabs-header-left .tabs {
1517
+ height: 100%;
1518
+ padding: 4px 0 0 2px;
1519
+ border-width: 0 1px 0 0;
1520
+ }
1521
+ .tabs-header-right .tabs {
1522
+ height: 100%;
1523
+ padding: 4px 2px 0 0;
1524
+ border-width: 0 0 0 1px;
1525
+ }
1526
+ .tabs-header-left .tabs li,
1527
+ .tabs-header-right .tabs li {
1528
+ display: block;
1529
+ width: 100%;
1530
+ position: relative;
1531
+ }
1532
+ .tabs-header-left .tabs li {
1533
+ left: auto;
1534
+ right: 0;
1535
+ margin: 0 -1px 4px 0;
1536
+ float: right;
1537
+ }
1538
+ .tabs-header-right .tabs li {
1539
+ left: 0;
1540
+ right: auto;
1541
+ margin: 0 0 4px -1px;
1542
+ float: left;
1543
+ }
1544
+ .tabs-justified li .tabs-inner {
1545
+ padding-left: 0;
1546
+ padding-right: 0;
1547
+ }
1548
+ .tabs-header-left .tabs li .tabs-inner {
1549
+ display: block;
1550
+ text-align: left;
1551
+ padding-left: 10px;
1552
+ padding-right: 10px;
1553
+ -moz-border-radius: 4px 0 0 4px;
1554
+ -webkit-border-radius: 4px 0 0 4px;
1555
+ border-radius: 4px 0 0 4px;
1556
+ }
1557
+ .tabs-header-right .tabs li .tabs-inner {
1558
+ display: block;
1559
+ text-align: left;
1560
+ padding-left: 10px;
1561
+ padding-right: 10px;
1562
+ -moz-border-radius: 0 4px 4px 0;
1563
+ -webkit-border-radius: 0 4px 4px 0;
1564
+ border-radius: 0 4px 4px 0;
1565
+ }
1566
+ .tabs-panels-right {
1567
+ float: right;
1568
+ border-width: 1px 1px 1px 0;
1569
+ }
1570
+ .tabs-panels-left {
1571
+ float: left;
1572
+ border-width: 1px 0 1px 1px;
1573
+ }
1574
+ .tabs-header-noborder,
1575
+ .tabs-panels-noborder {
1576
+ border: 0px;
1577
+ }
1578
+ .tabs-header-plain {
1579
+ border: 0px;
1580
+ background: transparent;
1581
+ }
1582
+ .tabs-pill {
1583
+ padding-bottom: 3px;
1584
+ }
1585
+ .tabs-header-bottom .tabs-pill {
1586
+ padding-top: 3px;
1587
+ padding-bottom: 0;
1588
+ }
1589
+ .tabs-header-left .tabs-pill {
1590
+ padding-right: 3px;
1591
+ }
1592
+ .tabs-header-right .tabs-pill {
1593
+ padding-left: 3px;
1594
+ }
1595
+ .tabs-header .tabs-pill li .tabs-inner {
1596
+ -moz-border-radius: 4px 4px 4px 4px;
1597
+ -webkit-border-radius: 4px 4px 4px 4px;
1598
+ border-radius: 4px 4px 4px 4px;
1599
+ }
1600
+ .tabs-header-narrow,
1601
+ .tabs-header-narrow .tabs-narrow {
1602
+ padding: 0;
1603
+ }
1604
+ .tabs-narrow li,
1605
+ .tabs-header-bottom .tabs-narrow li {
1606
+ margin-left: 0;
1607
+ margin-right: -1px;
1608
+ }
1609
+ .tabs-narrow li.tabs-last,
1610
+ .tabs-header-bottom .tabs-narrow li.tabs-last {
1611
+ margin-right: 0;
1612
+ }
1613
+ .tabs-header-left .tabs-narrow,
1614
+ .tabs-header-right .tabs-narrow {
1615
+ padding-top: 0;
1616
+ }
1617
+ .tabs-header-left .tabs-narrow li {
1618
+ margin-bottom: -1px;
1619
+ margin-right: -1px;
1620
+ }
1621
+ .tabs-header-left .tabs-narrow li.tabs-last,
1622
+ .tabs-header-right .tabs-narrow li.tabs-last {
1623
+ margin-bottom: 0;
1624
+ }
1625
+ .tabs-header-right .tabs-narrow li {
1626
+ margin-bottom: -1px;
1627
+ margin-left: -1px;
1628
+ }
1629
+ .tabs-scroller-left {
1630
+ background: #f5f5f5 url('images/tabs_icons.png') no-repeat 1px center;
1631
+ }
1632
+ .tabs-scroller-right {
1633
+ background: #f5f5f5 url('images/tabs_icons.png') no-repeat -15px center;
1634
+ }
1635
+ .tabs li .tabs-close {
1636
+ background: url('images/tabs_icons.png') no-repeat -34px center;
1637
+ }
1638
+ .tabs li .tabs-inner:hover {
1639
+ background: #eee;
1640
+ color: #404040;
1641
+ filter: none;
1642
+ }
1643
+ .tabs li.tabs-selected .tabs-inner {
1644
+ background-color: #ffffff;
1645
+ color: #000000;
1646
+ }
1647
+ .tabs li .tabs-inner {
1648
+ color: #000000;
1649
+ background-color: #f5f5f5;
1650
+ }
1651
+ .tabs-header,
1652
+ .tabs-tool {
1653
+ background-color: #f5f5f5;
1654
+ }
1655
+ .tabs-header-plain {
1656
+ background: transparent;
1657
+ }
1658
+ .tabs-header,
1659
+ .tabs-scroller-left,
1660
+ .tabs-scroller-right,
1661
+ .tabs-tool,
1662
+ .tabs,
1663
+ .tabs-panels,
1664
+ .tabs li .tabs-inner,
1665
+ .tabs li.tabs-selected .tabs-inner,
1666
+ .tabs-header-bottom .tabs li.tabs-selected .tabs-inner,
1667
+ .tabs-header-left .tabs li.tabs-selected .tabs-inner,
1668
+ .tabs-header-right .tabs li.tabs-selected .tabs-inner {
1669
+ border-color: #ddd;
1670
+ }
1671
+ .tabs-p-tool a:hover,
1672
+ .tabs li a:hover.tabs-close,
1673
+ .tabs-scroller-over {
1674
+ background-color: #eee;
1675
+ }
1676
+ .tabs li.tabs-selected .tabs-inner {
1677
+ border-bottom: 1px solid #ffffff;
1678
+ }
1679
+ .tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
1680
+ border-top: 1px solid #ffffff;
1681
+ }
1682
+ .tabs-header-left .tabs li.tabs-selected .tabs-inner {
1683
+ border-right: 1px solid #ffffff;
1684
+ }
1685
+ .tabs-header-right .tabs li.tabs-selected .tabs-inner {
1686
+ border-left: 1px solid #ffffff;
1687
+ }
1688
+ .tabs-header .tabs-pill li.tabs-selected .tabs-inner {
1689
+ background: #00bbee;
1690
+ color: #fff;
1691
+ filter: none;
1692
+ border-color: #ddd;
1693
+ }
1694
+ .datagrid .panel-body {
1695
+ overflow: hidden;
1696
+ position: relative;
1697
+ }
1698
+ .datagrid-view {
1699
+ position: relative;
1700
+ overflow: hidden;
1701
+ }
1702
+ .datagrid-view1,
1703
+ .datagrid-view2 {
1704
+ position: absolute;
1705
+ overflow: hidden;
1706
+ top: 0;
1707
+ }
1708
+ .datagrid-view1 {
1709
+ left: 0;
1710
+ }
1711
+ .datagrid-view2 {
1712
+ right: 0;
1713
+ }
1714
+ .datagrid-mask {
1715
+ position: absolute;
1716
+ left: 0;
1717
+ top: 0;
1718
+ width: 100%;
1719
+ height: 100%;
1720
+ opacity: 0.3;
1721
+ filter: alpha(opacity=30);
1722
+ display: none;
1723
+ }
1724
+ .datagrid-mask-msg {
1725
+ position: absolute;
1726
+ top: 50%;
1727
+ margin-top: -20px;
1728
+ padding: 10px 5px 10px 30px;
1729
+ width: auto;
1730
+ height: 16px;
1731
+ border-width: 2px;
1732
+ border-style: solid;
1733
+ display: none;
1734
+ }
1735
+ .datagrid-empty {
1736
+ position: absolute;
1737
+ left: 0;
1738
+ top: 0;
1739
+ width: 100%;
1740
+ height: 25px;
1741
+ line-height: 25px;
1742
+ text-align: center;
1743
+ }
1744
+ .datagrid-sort-icon {
1745
+ padding: 0;
1746
+ display: none;
1747
+ }
1748
+ .datagrid-toolbar {
1749
+ height: auto;
1750
+ padding: 1px 2px;
1751
+ border-width: 0 0 1px 0;
1752
+ border-style: solid;
1753
+ }
1754
+ .datagrid-btn-separator {
1755
+ float: left;
1756
+ height: 24px;
1757
+ border-left: 1px solid #ddd;
1758
+ border-right: 1px solid #fff;
1759
+ margin: 2px 1px;
1760
+ }
1761
+ .datagrid .datagrid-pager {
1762
+ display: block;
1763
+ margin: 0;
1764
+ border-width: 1px 0 0 0;
1765
+ border-style: solid;
1766
+ }
1767
+ .datagrid .datagrid-pager-top {
1768
+ border-width: 0 0 1px 0;
1769
+ }
1770
+ .datagrid-header {
1771
+ overflow: hidden;
1772
+ cursor: default;
1773
+ border-width: 0 0 1px 0;
1774
+ border-style: solid;
1775
+ }
1776
+ .datagrid-header-inner {
1777
+ float: left;
1778
+ width: 10000px;
1779
+ }
1780
+ .datagrid-header-row,
1781
+ .datagrid-row {
1782
+ height: 32px;
1783
+ }
1784
+ .datagrid-header td,
1785
+ .datagrid-body td,
1786
+ .datagrid-footer td {
1787
+ border-width: 0 1px 1px 0;
1788
+ border-style: dotted;
1789
+ margin: 0;
1790
+ padding: 0;
1791
+ }
1792
+ .datagrid-cell,
1793
+ .datagrid-cell-group,
1794
+ .datagrid-header-rownumber,
1795
+ .datagrid-cell-rownumber {
1796
+ margin: 0;
1797
+ padding: 0 4px;
1798
+ white-space: nowrap;
1799
+ word-wrap: normal;
1800
+ overflow: hidden;
1801
+ height: 18px;
1802
+ line-height: 18px;
1803
+ font-size: 14px;
1804
+ }
1805
+ .datagrid-header .datagrid-cell {
1806
+ height: auto;
1807
+ }
1808
+ .datagrid-header .datagrid-cell span {
1809
+ font-size: 14px;
1810
+ }
1811
+ .datagrid-cell-group {
1812
+ text-align: center;
1813
+ text-overflow: ellipsis;
1814
+ }
1815
+ .datagrid-header-rownumber,
1816
+ .datagrid-cell-rownumber {
1817
+ width: 30px;
1818
+ text-align: center;
1819
+ margin: 0;
1820
+ padding: 0;
1821
+ }
1822
+ .datagrid-body {
1823
+ margin: 0;
1824
+ padding: 0;
1825
+ overflow: auto;
1826
+ zoom: 1;
1827
+ }
1828
+ .datagrid-view1 .datagrid-body-inner {
1829
+ padding-bottom: 20px;
1830
+ }
1831
+ .datagrid-view1 .datagrid-body {
1832
+ overflow: hidden;
1833
+ }
1834
+ .datagrid-footer {
1835
+ overflow: hidden;
1836
+ }
1837
+ .datagrid-footer-inner {
1838
+ border-width: 1px 0 0 0;
1839
+ border-style: solid;
1840
+ width: 10000px;
1841
+ float: left;
1842
+ }
1843
+ .datagrid-row-editing .datagrid-cell {
1844
+ height: auto;
1845
+ }
1846
+ .datagrid-header-check,
1847
+ .datagrid-cell-check {
1848
+ padding: 0;
1849
+ width: 27px;
1850
+ height: 18px;
1851
+ font-size: 1px;
1852
+ text-align: center;
1853
+ overflow: hidden;
1854
+ }
1855
+ .datagrid-header-check input,
1856
+ .datagrid-cell-check input {
1857
+ margin: 0;
1858
+ padding: 0;
1859
+ width: 15px;
1860
+ height: 18px;
1861
+ }
1862
+ .datagrid-resize-proxy {
1863
+ position: absolute;
1864
+ width: 1px;
1865
+ height: 10000px;
1866
+ top: 0;
1867
+ cursor: e-resize;
1868
+ display: none;
1869
+ }
1870
+ .datagrid-body .datagrid-editable {
1871
+ margin: 0;
1872
+ padding: 0;
1873
+ }
1874
+ .datagrid-body .datagrid-editable table {
1875
+ width: 100%;
1876
+ height: 100%;
1877
+ }
1878
+ .datagrid-body .datagrid-editable td {
1879
+ border: 0;
1880
+ margin: 0;
1881
+ padding: 0;
1882
+ }
1883
+ .datagrid-view .datagrid-editable-input {
1884
+ margin: 0;
1885
+ padding: 2px 4px;
1886
+ border: 1px solid #ddd;
1887
+ font-size: 14px;
1888
+ outline-style: none;
1889
+ -moz-border-radius: 0 0 0 0;
1890
+ -webkit-border-radius: 0 0 0 0;
1891
+ border-radius: 0 0 0 0;
1892
+ }
1893
+ .datagrid-view .validatebox-invalid {
1894
+ border-color: #ffa8a8;
1895
+ }
1896
+ .datagrid-sort .datagrid-sort-icon {
1897
+ display: inline;
1898
+ padding: 0 13px 0 0;
1899
+ background: url('images/datagrid_icons.png') no-repeat -64px center;
1900
+ }
1901
+ .datagrid-sort-desc .datagrid-sort-icon {
1902
+ display: inline;
1903
+ padding: 0 13px 0 0;
1904
+ background: url('images/datagrid_icons.png') no-repeat -16px center;
1905
+ }
1906
+ .datagrid-sort-asc .datagrid-sort-icon {
1907
+ display: inline;
1908
+ padding: 0 13px 0 0;
1909
+ background: url('images/datagrid_icons.png') no-repeat 0px center;
1910
+ }
1911
+ .datagrid-row-collapse {
1912
+ background: url('images/datagrid_icons.png') no-repeat -48px center;
1913
+ }
1914
+ .datagrid-row-expand {
1915
+ background: url('images/datagrid_icons.png') no-repeat -32px center;
1916
+ }
1917
+ .datagrid-mask-msg {
1918
+ background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
1919
+ }
1920
+ .datagrid-header,
1921
+ .datagrid-td-rownumber {
1922
+ background-color: #fafafa;
1923
+ }
1924
+ .datagrid-cell-rownumber {
1925
+ color: #404040;
1926
+ }
1927
+ .datagrid-resize-proxy {
1928
+ background: #ccc;
1929
+ }
1930
+ .datagrid-mask {
1931
+ background: #eee;
1932
+ }
1933
+ .datagrid-mask-msg {
1934
+ border-color: #ddd;
1935
+ }
1936
+ .datagrid-toolbar,
1937
+ .datagrid-pager {
1938
+ background: #fafafa;
1939
+ }
1940
+ .datagrid-header,
1941
+ .datagrid-toolbar,
1942
+ .datagrid-pager,
1943
+ .datagrid-footer-inner {
1944
+ border-color: #eee;
1945
+ }
1946
+ .datagrid-header td,
1947
+ .datagrid-body td,
1948
+ .datagrid-footer td {
1949
+ border-color: #ebebeb;
1950
+ }
1951
+ .datagrid-htable,
1952
+ .datagrid-btable,
1953
+ .datagrid-ftable {
1954
+ color: #404040;
1955
+ border-collapse: separate;
1956
+ }
1957
+ .datagrid-row-alt {
1958
+ background: #f9f9f9;
1959
+ }
1960
+ .datagrid-row-over,
1961
+ .datagrid-header td.datagrid-header-over {
1962
+ background: #eee;
1963
+ color: #404040;
1964
+ cursor: default;
1965
+ }
1966
+ .datagrid-row-selected {
1967
+ background: #00bbee;
1968
+ color: #fff;
1969
+ }
1970
+ .datagrid-row-editing .textbox,
1971
+ .datagrid-row-editing .textbox-text {
1972
+ -moz-border-radius: 0 0 0 0;
1973
+ -webkit-border-radius: 0 0 0 0;
1974
+ border-radius: 0 0 0 0;
1975
+ }
1976
+ .datagrid-header .datagrid-filter-row td.datagrid-header-over {
1977
+ background: inherit;
1978
+ }
1979
+ .datagrid-split-proxy {
1980
+ position: absolute;
1981
+ left: 0;
1982
+ top: 0;
1983
+ width: 1px;
1984
+ height: 100%;
1985
+ border-left: 1px solid #00bbee;
1986
+ }
1987
+ .datagrid-moving-proxy {
1988
+ border: 1px solid #00bbee;
1989
+ height: 32px;
1990
+ line-height: 32px;
1991
+ padding: 0 4px;
1992
+ }
1993
+ .propertygrid .datagrid-view1 .datagrid-body td {
1994
+ padding-bottom: 1px;
1995
+ border-width: 0 1px 0 0;
1996
+ }
1997
+ .propertygrid .datagrid-group {
1998
+ overflow: hidden;
1999
+ border-width: 0 0 1px 0;
2000
+ border-style: solid;
2001
+ }
2002
+ .propertygrid .datagrid-group span {
2003
+ font-weight: bold;
2004
+ }
2005
+ .propertygrid .datagrid-view1 .datagrid-body td {
2006
+ border-color: #eee;
2007
+ }
2008
+ .propertygrid .datagrid-view1 .datagrid-group {
2009
+ border-color: #f5f5f5;
2010
+ }
2011
+ .propertygrid .datagrid-view2 .datagrid-group {
2012
+ border-color: #eee;
2013
+ }
2014
+ .propertygrid .datagrid-group,
2015
+ .propertygrid .datagrid-view1 .datagrid-body,
2016
+ .propertygrid .datagrid-view1 .datagrid-row-over,
2017
+ .propertygrid .datagrid-view1 .datagrid-row-selected {
2018
+ background: #f5f5f5;
2019
+ }
2020
+ .datalist .datagrid-header {
2021
+ border-width: 0;
2022
+ }
2023
+ .datalist .datagrid-group,
2024
+ .m-list .m-list-group {
2025
+ height: 25px;
2026
+ line-height: 25px;
2027
+ font-weight: bold;
2028
+ overflow: hidden;
2029
+ background-color: #fafafa;
2030
+ border-style: solid;
2031
+ border-width: 0 0 1px 0;
2032
+ border-color: #ebebeb;
2033
+ }
2034
+ .datalist .datagrid-group-expander {
2035
+ display: none;
2036
+ }
2037
+ .datalist .datagrid-group-title {
2038
+ padding: 0 4px;
2039
+ }
2040
+ .datalist .datagrid-btable {
2041
+ width: 100%;
2042
+ table-layout: fixed;
2043
+ }
2044
+ .datalist .datagrid-row td {
2045
+ border-style: solid;
2046
+ border-left-color: transparent;
2047
+ border-right-color: transparent;
2048
+ border-bottom-width: 0;
2049
+ }
2050
+ .datalist-lines .datagrid-row td {
2051
+ border-bottom-width: 1px;
2052
+ }
2053
+ .datalist .datagrid-cell,
2054
+ .m-list li {
2055
+ width: auto;
2056
+ height: auto;
2057
+ padding: 2px 4px;
2058
+ line-height: 18px;
2059
+ position: relative;
2060
+ white-space: nowrap;
2061
+ text-overflow: ellipsis;
2062
+ overflow: hidden;
2063
+ }
2064
+ .datalist-link,
2065
+ .m-list li>a {
2066
+ display: block;
2067
+ position: relative;
2068
+ cursor: pointer;
2069
+ color: #404040;
2070
+ text-decoration: none;
2071
+ overflow: hidden;
2072
+ margin: -2px -4px;
2073
+ padding: 2px 4px;
2074
+ padding-right: 16px;
2075
+ line-height: 18px;
2076
+ white-space: nowrap;
2077
+ text-overflow: ellipsis;
2078
+ overflow: hidden;
2079
+ }
2080
+ .datalist-link::after,
2081
+ .m-list li>a::after {
2082
+ position: absolute;
2083
+ display: block;
2084
+ width: 8px;
2085
+ height: 8px;
2086
+ content: '';
2087
+ right: 6px;
2088
+ top: 50%;
2089
+ margin-top: -4px;
2090
+ border-style: solid;
2091
+ border-width: 1px 1px 0 0;
2092
+ -ms-transform: rotate(45deg);
2093
+ -moz-transform: rotate(45deg);
2094
+ -webkit-transform: rotate(45deg);
2095
+ -o-transform: rotate(45deg);
2096
+ transform: rotate(45deg);
2097
+ }
2098
+ .m-list {
2099
+ margin: 0;
2100
+ padding: 0;
2101
+ list-style: none;
2102
+ }
2103
+ .m-list li {
2104
+ border-style: solid;
2105
+ border-width: 0 0 1px 0;
2106
+ border-color: #ebebeb;
2107
+ }
2108
+ .m-list li>a:hover {
2109
+ background: #eee;
2110
+ color: #404040;
2111
+ }
2112
+ .m-list .m-list-group {
2113
+ padding: 0 4px;
2114
+ }
2115
+ .pagination {
2116
+ zoom: 1;
2117
+ padding: 2px;
2118
+ }
2119
+ .pagination table {
2120
+ float: left;
2121
+ height: 30px;
2122
+ }
2123
+ .pagination td {
2124
+ border: 0;
2125
+ }
2126
+ .pagination-btn-separator {
2127
+ float: left;
2128
+ height: 24px;
2129
+ border-left: 1px solid #ddd;
2130
+ border-right: 1px solid #fff;
2131
+ margin: 3px 1px;
2132
+ }
2133
+ .pagination .pagination-num {
2134
+ border-width: 1px;
2135
+ border-style: solid;
2136
+ margin: 0 2px;
2137
+ padding: 2px;
2138
+ width: 3em;
2139
+ height: auto;
2140
+ text-align: center;
2141
+ font-size: 14px;
2142
+ }
2143
+ .pagination-page-list {
2144
+ margin: 0px 6px;
2145
+ padding: 1px 2px;
2146
+ width: auto;
2147
+ height: auto;
2148
+ border-width: 1px;
2149
+ border-style: solid;
2150
+ }
2151
+ .pagination-info {
2152
+ float: right;
2153
+ margin: 0 6px;
2154
+ padding: 0;
2155
+ height: 30px;
2156
+ line-height: 30px;
2157
+ font-size: 14px;
2158
+ }
2159
+ .pagination span {
2160
+ font-size: 14px;
2161
+ }
2162
+ .pagination-link .l-btn-text {
2163
+ box-sizing: border-box;
2164
+ text-align: center;
2165
+ margin: 0;
2166
+ padding: 0 .5em;
2167
+ width: auto;
2168
+ min-width: 28px;
2169
+ }
2170
+ .pagination-first {
2171
+ background: url('images/pagination_icons.png') no-repeat 0 center;
2172
+ }
2173
+ .pagination-prev {
2174
+ background: url('images/pagination_icons.png') no-repeat -16px center;
2175
+ }
2176
+ .pagination-next {
2177
+ background: url('images/pagination_icons.png') no-repeat -32px center;
2178
+ }
2179
+ .pagination-last {
2180
+ background: url('images/pagination_icons.png') no-repeat -48px center;
2181
+ }
2182
+ .pagination-load {
2183
+ background: url('images/pagination_icons.png') no-repeat -64px center;
2184
+ }
2185
+ .pagination-loading {
2186
+ background: url('images/loading.gif') no-repeat center center;
2187
+ }
2188
+ .pagination-page-list,
2189
+ .pagination .pagination-num {
2190
+ border-color: #ddd;
2191
+ }
2192
+ .calendar {
2193
+ border-width: 1px;
2194
+ border-style: solid;
2195
+ padding: 1px;
2196
+ overflow: hidden;
2197
+ }
2198
+ .calendar table {
2199
+ table-layout: fixed;
2200
+ border-collapse: separate;
2201
+ font-size: 14px;
2202
+ width: 100%;
2203
+ height: 100%;
2204
+ }
2205
+ .calendar table td,
2206
+ .calendar table th {
2207
+ font-size: 14px;
2208
+ }
2209
+ .calendar-noborder {
2210
+ border: 0;
2211
+ }
2212
+ .calendar-header {
2213
+ position: relative;
2214
+ height: 36px;
2215
+ }
2216
+ .calendar-title {
2217
+ text-align: center;
2218
+ height: 36px;
2219
+ line-height: 36px;
2220
+ }
2221
+ .calendar-title span {
2222
+ position: relative;
2223
+ display: inline-block;
2224
+ top: 0px;
2225
+ padding: 0 3px;
2226
+ height: 28px;
2227
+ line-height: 28px;
2228
+ font-size: 14px;
2229
+ cursor: pointer;
2230
+ -moz-border-radius: 4px 4px 4px 4px;
2231
+ -webkit-border-radius: 4px 4px 4px 4px;
2232
+ border-radius: 4px 4px 4px 4px;
2233
+ }
2234
+ .calendar-prevmonth,
2235
+ .calendar-nextmonth,
2236
+ .calendar-prevyear,
2237
+ .calendar-nextyear {
2238
+ position: absolute;
2239
+ top: 50%;
2240
+ margin-top: -8px;
2241
+ width: 16px;
2242
+ height: 16px;
2243
+ cursor: pointer;
2244
+ font-size: 1px;
2245
+ -moz-border-radius: 4px 4px 4px 4px;
2246
+ -webkit-border-radius: 4px 4px 4px 4px;
2247
+ border-radius: 4px 4px 4px 4px;
2248
+ }
2249
+ .calendar-prevmonth {
2250
+ left: 30px;
2251
+ background: url('images/calendar_arrows.png') no-repeat -16px 0;
2252
+ }
2253
+ .calendar-nextmonth {
2254
+ right: 30px;
2255
+ background: url('images/calendar_arrows.png') no-repeat -32px 0;
2256
+ }
2257
+ .calendar-prevyear {
2258
+ left: 10px;
2259
+ background: url('images/calendar_arrows.png') no-repeat 0px 0;
2260
+ }
2261
+ .calendar-nextyear {
2262
+ right: 10px;
2263
+ background: url('images/calendar_arrows.png') no-repeat -48px 0;
2264
+ }
2265
+ .calendar-body {
2266
+ position: relative;
2267
+ }
2268
+ .calendar-body th,
2269
+ .calendar-body td {
2270
+ text-align: center;
2271
+ }
2272
+ .calendar-day {
2273
+ border: 0;
2274
+ padding: 1px;
2275
+ cursor: pointer;
2276
+ -moz-border-radius: 4px 4px 4px 4px;
2277
+ -webkit-border-radius: 4px 4px 4px 4px;
2278
+ border-radius: 4px 4px 4px 4px;
2279
+ }
2280
+ .calendar-other-month {
2281
+ opacity: 0.3;
2282
+ filter: alpha(opacity=30);
2283
+ }
2284
+ .calendar-disabled {
2285
+ opacity: 0.6;
2286
+ filter: alpha(opacity=60);
2287
+ cursor: default;
2288
+ }
2289
+ .calendar-menu {
2290
+ position: absolute;
2291
+ top: 0;
2292
+ left: 0;
2293
+ width: 180px;
2294
+ height: 150px;
2295
+ padding: 5px;
2296
+ font-size: 14px;
2297
+ display: none;
2298
+ overflow: hidden;
2299
+ }
2300
+ .calendar-menu-year-inner {
2301
+ text-align: center;
2302
+ padding-bottom: 5px;
2303
+ }
2304
+ .calendar-menu-year {
2305
+ width: 80px;
2306
+ line-height: 26px;
2307
+ text-align: center;
2308
+ border-width: 1px;
2309
+ border-style: solid;
2310
+ outline-style: none;
2311
+ resize: none;
2312
+ margin: 0;
2313
+ padding: 0;
2314
+ font-weight: bold;
2315
+ font-size: 14px;
2316
+ -moz-border-radius: 4px 4px 4px 4px;
2317
+ -webkit-border-radius: 4px 4px 4px 4px;
2318
+ border-radius: 4px 4px 4px 4px;
2319
+ }
2320
+ .calendar-menu-prev,
2321
+ .calendar-menu-next {
2322
+ display: inline-block;
2323
+ width: 25px;
2324
+ height: 28px;
2325
+ vertical-align: top;
2326
+ cursor: pointer;
2327
+ -moz-border-radius: 4px 4px 4px 4px;
2328
+ -webkit-border-radius: 4px 4px 4px 4px;
2329
+ border-radius: 4px 4px 4px 4px;
2330
+ }
2331
+ .calendar-menu-prev {
2332
+ margin-right: 10px;
2333
+ background: url('images/calendar_arrows.png') no-repeat 5px center;
2334
+ }
2335
+ .calendar-menu-next {
2336
+ margin-left: 10px;
2337
+ background: url('images/calendar_arrows.png') no-repeat -44px center;
2338
+ }
2339
+ .calendar-menu-month {
2340
+ text-align: center;
2341
+ cursor: pointer;
2342
+ font-weight: bold;
2343
+ -moz-border-radius: 4px 4px 4px 4px;
2344
+ -webkit-border-radius: 4px 4px 4px 4px;
2345
+ border-radius: 4px 4px 4px 4px;
2346
+ }
2347
+ .calendar-body th,
2348
+ .calendar-menu-month {
2349
+ color: #8d8d8d;
2350
+ }
2351
+ .calendar-day {
2352
+ color: #404040;
2353
+ }
2354
+ .calendar-sunday {
2355
+ color: #CC2222;
2356
+ }
2357
+ .calendar-saturday {
2358
+ color: #00ee00;
2359
+ }
2360
+ .calendar-today {
2361
+ color: #0000ff;
2362
+ }
2363
+ .calendar-menu-year {
2364
+ border-color: #ddd;
2365
+ }
2366
+ .calendar {
2367
+ border-color: #ddd;
2368
+ }
2369
+ .calendar-header {
2370
+ background: #f5f5f5;
2371
+ }
2372
+ .calendar-body,
2373
+ .calendar-menu {
2374
+ background: #ffffff;
2375
+ }
2376
+ .calendar-body th {
2377
+ background: #fafafa;
2378
+ padding: 4px 0;
2379
+ }
2380
+ .calendar-hover,
2381
+ .calendar-nav-hover,
2382
+ .calendar-menu-hover {
2383
+ background-color: #eee;
2384
+ color: #404040;
2385
+ }
2386
+ .calendar-hover {
2387
+ border: 1px solid #ccc;
2388
+ padding: 0;
2389
+ }
2390
+ .calendar-selected {
2391
+ background-color: #00bbee;
2392
+ color: #fff;
2393
+ border: 1px solid #00bbee;
2394
+ padding: 0;
2395
+ }
2396
+ .calendar-info {
2397
+ background-color: #f5f5f5;
2398
+ font-size: 28px;
2399
+ height: 70px;
2400
+ padding: 10px 20px;
2401
+ }
2402
+ .calendar-info .year {
2403
+ font-size: 16px;
2404
+ }
2405
+ .datebox-calendar-inner {
2406
+ height: 250px;
2407
+ }
2408
+ .datebox-button {
2409
+ padding: 4px 0;
2410
+ text-align: center;
2411
+ }
2412
+ .datebox-button a {
2413
+ line-height: 22px;
2414
+ font-size: 14px;
2415
+ font-weight: bold;
2416
+ text-decoration: none;
2417
+ opacity: 0.6;
2418
+ filter: alpha(opacity=60);
2419
+ }
2420
+ .datebox-button a:hover {
2421
+ opacity: 1.0;
2422
+ filter: alpha(opacity=100);
2423
+ }
2424
+ .datebox-current,
2425
+ .datebox-close {
2426
+ float: left;
2427
+ }
2428
+ .datebox-close {
2429
+ float: right;
2430
+ }
2431
+ .datebox .combo-arrow {
2432
+ background-image: url('images/datebox_arrow.png');
2433
+ background-position: center center;
2434
+ }
2435
+ .datebox-button {
2436
+ background-color: #fafafa;
2437
+ }
2438
+ .datebox-button a {
2439
+ color: #404040;
2440
+ }
2441
+ .spinner-arrow {
2442
+ display: inline-block;
2443
+ overflow: hidden;
2444
+ vertical-align: top;
2445
+ margin: 0;
2446
+ padding: 0;
2447
+ opacity: 1.0;
2448
+ filter: alpha(opacity=100);
2449
+ width: 18px;
2450
+ }
2451
+ .spinner-arrow.spinner-button-top,
2452
+ .spinner-arrow.spinner-button-bottom,
2453
+ .spinner-arrow.spinner-button-left,
2454
+ .spinner-arrow.spinner-button-right {
2455
+ background-color: #f5f5f5;
2456
+ }
2457
+ .spinner-arrow-up,
2458
+ .spinner-arrow-down {
2459
+ opacity: 0.6;
2460
+ filter: alpha(opacity=60);
2461
+ display: block;
2462
+ font-size: 1px;
2463
+ width: 18px;
2464
+ height: 10px;
2465
+ width: 100%;
2466
+ height: 50%;
2467
+ color: #404040;
2468
+ outline-style: none;
2469
+ background-color: #f5f5f5;
2470
+ }
2471
+ .spinner-button-updown {
2472
+ opacity: 1.0;
2473
+ }
2474
+ .spinner-button-updown .spinner-button-top,
2475
+ .spinner-button-updown .spinner-button-bottom {
2476
+ position: relative;
2477
+ display: block;
2478
+ width: 100%;
2479
+ height: 50%;
2480
+ }
2481
+ .spinner-button-updown .spinner-arrow-up,
2482
+ .spinner-button-updown .spinner-arrow-down {
2483
+ opacity: 1.0;
2484
+ filter: alpha(opacity=100);
2485
+ cursor: pointer;
2486
+ width: 16px;
2487
+ height: 16px;
2488
+ top: 50%;
2489
+ left: 50%;
2490
+ margin-top: -8px;
2491
+ margin-left: -8px;
2492
+ position: absolute;
2493
+ }
2494
+ .spinner-button-updown .spinner-button-top,
2495
+ .spinner-button-updown .spinner-button-bottom {
2496
+ cursor: pointer;
2497
+ opacity: 0.6;
2498
+ filter: alpha(opacity=60);
2499
+ }
2500
+ .spinner-button-updown .spinner-button-top:hover,
2501
+ .spinner-button-updown .spinner-button-bottom:hover {
2502
+ opacity: 1.0;
2503
+ filter: alpha(opacity=100);
2504
+ }
2505
+ .spinner-button-updown .spinner-arrow-up,
2506
+ .spinner-button-updown .spinner-arrow-down,
2507
+ .spinner-button-updown .spinner-arrow-up:hover,
2508
+ .spinner-button-updown .spinner-arrow-down:hover {
2509
+ background-color: transparent;
2510
+ }
2511
+ .spinner-arrow-hover {
2512
+ background-color: #eee;
2513
+ opacity: 1.0;
2514
+ filter: alpha(opacity=100);
2515
+ }
2516
+ .spinner-button-top:hover,
2517
+ .spinner-button-bottom:hover,
2518
+ .spinner-button-left:hover,
2519
+ .spinner-button-right:hover,
2520
+ .spinner-arrow-up:hover,
2521
+ .spinner-arrow-down:hover {
2522
+ opacity: 1.0;
2523
+ filter: alpha(opacity=100);
2524
+ background-color: #eee;
2525
+ }
2526
+ .textbox-disabled .spinner-button-top:hover,
2527
+ .textbox-disabled .spinner-button-bottom:hover,
2528
+ .textbox-disabled .spinner-button-left:hover,
2529
+ .textbox-disabled .spinner-button-right:hover,
2530
+ .textbox-icon-disabled .spinner-arrow-up:hover,
2531
+ .textbox-icon-disabled .spinner-arrow-down:hover {
2532
+ opacity: 0.6;
2533
+ filter: alpha(opacity=60);
2534
+ background-color: #f5f5f5;
2535
+ cursor: default;
2536
+ }
2537
+ .spinner .textbox-icon-disabled {
2538
+ opacity: 0.6;
2539
+ filter: alpha(opacity=60);
2540
+ }
2541
+ .spinner-arrow-up {
2542
+ background: url('images/spinner_arrows.png') no-repeat 1px center;
2543
+ background-color: #f5f5f5;
2544
+ }
2545
+ .spinner-arrow-down {
2546
+ background: url('images/spinner_arrows.png') no-repeat -15px center;
2547
+ background-color: #f5f5f5;
2548
+ }
2549
+ .spinner-button-up {
2550
+ background: url('images/spinner_arrows.png') no-repeat -32px center;
2551
+ }
2552
+ .spinner-button-down {
2553
+ background: url('images/spinner_arrows.png') no-repeat -48px center;
2554
+ }
2555
+ .progressbar {
2556
+ border-width: 1px;
2557
+ border-style: solid;
2558
+ -moz-border-radius: 4px 4px 4px 4px;
2559
+ -webkit-border-radius: 4px 4px 4px 4px;
2560
+ border-radius: 4px 4px 4px 4px;
2561
+ overflow: hidden;
2562
+ position: relative;
2563
+ }
2564
+ .progressbar-text {
2565
+ text-align: center;
2566
+ position: absolute;
2567
+ }
2568
+ .progressbar-value {
2569
+ position: relative;
2570
+ overflow: hidden;
2571
+ width: 0;
2572
+ -moz-border-radius: 4px 0 0 4px;
2573
+ -webkit-border-radius: 4px 0 0 4px;
2574
+ border-radius: 4px 0 0 4px;
2575
+ }
2576
+ .progressbar {
2577
+ border-color: #ddd;
2578
+ }
2579
+ .progressbar-text {
2580
+ color: #404040;
2581
+ font-size: 14px;
2582
+ }
2583
+ .progressbar-value,
2584
+ .progressbar-value .progressbar-text {
2585
+ background-color: #00bbee;
2586
+ color: #fff;
2587
+ }
2588
+ .searchbox-button {
2589
+ width: 18px;
2590
+ height: 20px;
2591
+ overflow: hidden;
2592
+ display: inline-block;
2593
+ vertical-align: top;
2594
+ cursor: pointer;
2595
+ opacity: 0.6;
2596
+ filter: alpha(opacity=60);
2597
+ }
2598
+ .searchbox-button-hover {
2599
+ opacity: 1.0;
2600
+ filter: alpha(opacity=100);
2601
+ }
2602
+ .searchbox .l-btn-plain {
2603
+ border: 0;
2604
+ padding: 0;
2605
+ vertical-align: top;
2606
+ opacity: 0.6;
2607
+ filter: alpha(opacity=60);
2608
+ -moz-border-radius: 0 0 0 0;
2609
+ -webkit-border-radius: 0 0 0 0;
2610
+ border-radius: 0 0 0 0;
2611
+ }
2612
+ .searchbox .l-btn-plain:hover {
2613
+ border: 0;
2614
+ padding: 0;
2615
+ opacity: 1.0;
2616
+ filter: alpha(opacity=100);
2617
+ -moz-border-radius: 0 0 0 0;
2618
+ -webkit-border-radius: 0 0 0 0;
2619
+ border-radius: 0 0 0 0;
2620
+ }
2621
+ .searchbox a.m-btn-plain-active {
2622
+ -moz-border-radius: 0 0 0 0;
2623
+ -webkit-border-radius: 0 0 0 0;
2624
+ border-radius: 0 0 0 0;
2625
+ }
2626
+ .searchbox .m-btn-active {
2627
+ border-width: 0 1px 0 0;
2628
+ -moz-border-radius: 0 0 0 0;
2629
+ -webkit-border-radius: 0 0 0 0;
2630
+ border-radius: 0 0 0 0;
2631
+ }
2632
+ .searchbox .textbox-button-right {
2633
+ border-width: 0 0 0 1px;
2634
+ }
2635
+ .searchbox .textbox-button-left {
2636
+ border-width: 0 1px 0 0;
2637
+ }
2638
+ .searchbox-button {
2639
+ background: url('images/searchbox_button.png') no-repeat center center;
2640
+ }
2641
+ .searchbox .l-btn-plain {
2642
+ background: #f5f5f5;
2643
+ }
2644
+ .searchbox .l-btn-plain-disabled,
2645
+ .searchbox .l-btn-plain-disabled:hover {
2646
+ opacity: 0.5;
2647
+ filter: alpha(opacity=50);
2648
+ }
2649
+ .slider-disabled {
2650
+ opacity: 0.5;
2651
+ filter: alpha(opacity=50);
2652
+ }
2653
+ .slider-h {
2654
+ height: 22px;
2655
+ }
2656
+ .slider-v {
2657
+ width: 22px;
2658
+ }
2659
+ .slider-inner {
2660
+ position: relative;
2661
+ height: 6px;
2662
+ top: 7px;
2663
+ border-width: 1px;
2664
+ border-style: solid;
2665
+ border-radius: 4px;
2666
+ }
2667
+ .slider-handle {
2668
+ position: absolute;
2669
+ display: block;
2670
+ outline: none;
2671
+ width: 20px;
2672
+ height: 20px;
2673
+ top: 50%;
2674
+ margin-top: -10px;
2675
+ margin-left: -10px;
2676
+ }
2677
+ .slider-tip {
2678
+ position: absolute;
2679
+ display: inline-block;
2680
+ line-height: 12px;
2681
+ font-size: 14px;
2682
+ white-space: nowrap;
2683
+ top: -22px;
2684
+ }
2685
+ .slider-rule {
2686
+ position: relative;
2687
+ top: 15px;
2688
+ }
2689
+ .slider-rule span {
2690
+ position: absolute;
2691
+ display: inline-block;
2692
+ font-size: 0;
2693
+ height: 5px;
2694
+ border-width: 0 0 0 1px;
2695
+ border-style: solid;
2696
+ }
2697
+ .slider-rulelabel {
2698
+ position: relative;
2699
+ top: 20px;
2700
+ }
2701
+ .slider-rulelabel span {
2702
+ position: absolute;
2703
+ display: inline-block;
2704
+ font-size: 14px;
2705
+ }
2706
+ .slider-v .slider-inner {
2707
+ width: 6px;
2708
+ left: 7px;
2709
+ top: 0;
2710
+ float: left;
2711
+ }
2712
+ .slider-v .slider-handle {
2713
+ left: 50%;
2714
+ margin-top: -10px;
2715
+ }
2716
+ .slider-v .slider-tip {
2717
+ left: -10px;
2718
+ margin-top: -6px;
2719
+ }
2720
+ .slider-v .slider-rule {
2721
+ float: left;
2722
+ top: 0;
2723
+ left: 16px;
2724
+ }
2725
+ .slider-v .slider-rule span {
2726
+ width: 5px;
2727
+ height: 'auto';
2728
+ border-left: 0;
2729
+ border-width: 1px 0 0 0;
2730
+ border-style: solid;
2731
+ }
2732
+ .slider-v .slider-rulelabel {
2733
+ float: left;
2734
+ top: 0;
2735
+ left: 23px;
2736
+ }
2737
+ .slider-handle {
2738
+ background: url('images/slider_handle.png') no-repeat;
2739
+ }
2740
+ .slider-inner {
2741
+ border-color: #ddd;
2742
+ background: #f5f5f5;
2743
+ }
2744
+ .slider-rule span {
2745
+ border-color: #ddd;
2746
+ }
2747
+ .slider-rulelabel span {
2748
+ color: #404040;
2749
+ }
2750
+ .menu {
2751
+ position: absolute;
2752
+ margin: 0;
2753
+ padding: 2px;
2754
+ border-width: 1px;
2755
+ border-style: solid;
2756
+ overflow: hidden;
2757
+ }
2758
+ .menu-inline {
2759
+ position: relative;
2760
+ }
2761
+ .menu-item {
2762
+ position: relative;
2763
+ margin: 0;
2764
+ padding: 0;
2765
+ overflow: hidden;
2766
+ white-space: nowrap;
2767
+ cursor: pointer;
2768
+ border-width: 1px;
2769
+ border-style: solid;
2770
+ }
2771
+ .menu-text {
2772
+ height: 20px;
2773
+ line-height: 20px;
2774
+ float: left;
2775
+ padding-left: 28px;
2776
+ }
2777
+ .menu-icon {
2778
+ position: absolute;
2779
+ width: 16px;
2780
+ height: 16px;
2781
+ left: 2px;
2782
+ top: 50%;
2783
+ margin-top: -8px;
2784
+ }
2785
+ .menu-rightarrow {
2786
+ position: absolute;
2787
+ width: 16px;
2788
+ height: 16px;
2789
+ right: 0;
2790
+ top: 50%;
2791
+ margin-top: -8px;
2792
+ }
2793
+ .menu-line {
2794
+ position: absolute;
2795
+ left: 26px;
2796
+ top: 0;
2797
+ height: 2000px;
2798
+ font-size: 1px;
2799
+ }
2800
+ .menu-sep {
2801
+ margin: 3px 0px 3px 25px;
2802
+ font-size: 1px;
2803
+ }
2804
+ .menu-noline .menu-line {
2805
+ display: none;
2806
+ }
2807
+ .menu-noline .menu-sep {
2808
+ margin-left: 0;
2809
+ margin-right: 0;
2810
+ }
2811
+ .menu-active {
2812
+ -moz-border-radius: 4px 4px 4px 4px;
2813
+ -webkit-border-radius: 4px 4px 4px 4px;
2814
+ border-radius: 4px 4px 4px 4px;
2815
+ }
2816
+ .menu-item-disabled {
2817
+ opacity: 0.5;
2818
+ filter: alpha(opacity=50);
2819
+ cursor: default;
2820
+ }
2821
+ .menu-text,
2822
+ .menu-text span {
2823
+ font-size: 14px;
2824
+ }
2825
+ .menu-shadow {
2826
+ position: absolute;
2827
+ -moz-border-radius: 4px 4px 4px 4px;
2828
+ -webkit-border-radius: 4px 4px 4px 4px;
2829
+ border-radius: 4px 4px 4px 4px;
2830
+ background: #fafafa;
2831
+ -moz-box-shadow: 2px 2px 3px #fafafa;
2832
+ -webkit-box-shadow: 2px 2px 3px #fafafa;
2833
+ box-shadow: 2px 2px 3px #fafafa;
2834
+ filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
2835
+ }
2836
+ .menu-rightarrow {
2837
+ background: url('images/menu_arrows.png') no-repeat -32px center;
2838
+ }
2839
+ .menu-line {
2840
+ border-left: 1px solid #ddd;
2841
+ border-right: 1px solid #fff;
2842
+ }
2843
+ .menu-sep {
2844
+ border-top: 1px solid #ddd;
2845
+ border-bottom: 1px solid #fff;
2846
+ }
2847
+ .menu {
2848
+ background-color: #fff;
2849
+ border-color: #eee;
2850
+ color: #404040;
2851
+ }
2852
+ .menu-content {
2853
+ background: #ffffff;
2854
+ }
2855
+ .menu-item {
2856
+ border-color: transparent;
2857
+ _border-color: #fff;
2858
+ }
2859
+ .menu-active {
2860
+ border-color: #ccc;
2861
+ color: #404040;
2862
+ background: #eee;
2863
+ }
2864
+ .menu-active-disabled {
2865
+ border-color: transparent;
2866
+ background: transparent;
2867
+ color: #404040;
2868
+ }
2869
+ .m-btn-downarrow,
2870
+ .s-btn-downarrow {
2871
+ display: inline-block;
2872
+ position: absolute;
2873
+ width: 16px;
2874
+ height: 16px;
2875
+ font-size: 1px;
2876
+ right: 0;
2877
+ top: 50%;
2878
+ margin-top: -8px;
2879
+ }
2880
+ .m-btn-active,
2881
+ .s-btn-active {
2882
+ background: #eee;
2883
+ color: #404040;
2884
+ border: 1px solid #ccc;
2885
+ filter: none;
2886
+ }
2887
+ .m-btn-plain-active,
2888
+ .s-btn-plain-active {
2889
+ background: transparent;
2890
+ padding: 0;
2891
+ border-width: 1px;
2892
+ border-style: solid;
2893
+ -moz-border-radius: 4px 4px 4px 4px;
2894
+ -webkit-border-radius: 4px 4px 4px 4px;
2895
+ border-radius: 4px 4px 4px 4px;
2896
+ }
2897
+ .m-btn .l-btn-left .l-btn-text {
2898
+ margin-right: 20px;
2899
+ }
2900
+ .m-btn .l-btn-icon-right .l-btn-text {
2901
+ margin-right: 40px;
2902
+ }
2903
+ .m-btn .l-btn-icon-right .l-btn-icon {
2904
+ right: 20px;
2905
+ }
2906
+ .m-btn .l-btn-icon-top .l-btn-text {
2907
+ margin-right: 4px;
2908
+ margin-bottom: 14px;
2909
+ }
2910
+ .m-btn .l-btn-icon-bottom .l-btn-text {
2911
+ margin-right: 4px;
2912
+ margin-bottom: 34px;
2913
+ }
2914
+ .m-btn .l-btn-icon-bottom .l-btn-icon {
2915
+ top: auto;
2916
+ bottom: 20px;
2917
+ }
2918
+ .m-btn .l-btn-icon-top .m-btn-downarrow,
2919
+ .m-btn .l-btn-icon-bottom .m-btn-downarrow {
2920
+ top: auto;
2921
+ bottom: 0px;
2922
+ left: 50%;
2923
+ margin-left: -8px;
2924
+ }
2925
+ .m-btn-line {
2926
+ display: inline-block;
2927
+ position: absolute;
2928
+ font-size: 1px;
2929
+ display: none;
2930
+ }
2931
+ .m-btn .l-btn-left .m-btn-line {
2932
+ right: 0;
2933
+ width: 16px;
2934
+ height: 500px;
2935
+ border-style: solid;
2936
+ border-color: #ccc;
2937
+ border-width: 0 0 0 1px;
2938
+ }
2939
+ .m-btn .l-btn-icon-top .m-btn-line,
2940
+ .m-btn .l-btn-icon-bottom .m-btn-line {
2941
+ left: 0;
2942
+ bottom: 0;
2943
+ width: 500px;
2944
+ height: 16px;
2945
+ border-width: 1px 0 0 0;
2946
+ }
2947
+ .m-btn-large .l-btn-icon-right .l-btn-text {
2948
+ margin-right: 56px;
2949
+ }
2950
+ .m-btn-large .l-btn-icon-bottom .l-btn-text {
2951
+ margin-bottom: 50px;
2952
+ }
2953
+ .m-btn-downarrow,
2954
+ .s-btn-downarrow {
2955
+ background: url('images/menu_arrows.png') no-repeat 0 center;
2956
+ }
2957
+ .m-btn-plain-active,
2958
+ .s-btn-plain-active {
2959
+ border-color: #ccc;
2960
+ background-color: #eee;
2961
+ color: #404040;
2962
+ }
2963
+ .s-btn:hover .m-btn-line,
2964
+ .s-btn-active .m-btn-line,
2965
+ .s-btn-plain-active .m-btn-line {
2966
+ display: inline-block;
2967
+ }
2968
+ .l-btn:hover .s-btn-downarrow,
2969
+ .s-btn-active .s-btn-downarrow,
2970
+ .s-btn-plain-active .s-btn-downarrow {
2971
+ border-style: solid;
2972
+ border-color: #ccc;
2973
+ border-width: 0 0 0 1px;
2974
+ }
2975
+ .messager-body {
2976
+ padding: 10px 10px 30px 10px;
2977
+ overflow: auto;
2978
+ }
2979
+ .messager-button {
2980
+ text-align: center;
2981
+ padding: 5px;
2982
+ }
2983
+ .messager-button .l-btn {
2984
+ width: 70px;
2985
+ }
2986
+ .messager-icon {
2987
+ float: left;
2988
+ width: 32px;
2989
+ height: 32px;
2990
+ margin: 0 10px 10px 0;
2991
+ }
2992
+ .messager-error {
2993
+ background: url('images/messager_icons.png') no-repeat scroll -64px 0;
2994
+ }
2995
+ .messager-info {
2996
+ background: url('images/messager_icons.png') no-repeat scroll 0 0;
2997
+ }
2998
+ .messager-question {
2999
+ background: url('images/messager_icons.png') no-repeat scroll -32px 0;
3000
+ }
3001
+ .messager-warning {
3002
+ background: url('images/messager_icons.png') no-repeat scroll -96px 0;
3003
+ }
3004
+ .messager-progress {
3005
+ padding: 10px;
3006
+ }
3007
+ .messager-p-msg {
3008
+ margin-bottom: 5px;
3009
+ }
3010
+ .messager-body .messager-input {
3011
+ width: 100%;
3012
+ padding: 4px 0;
3013
+ outline-style: none;
3014
+ border: 1px solid #ddd;
3015
+ }
3016
+ .window-thinborder .messager-button {
3017
+ padding-bottom: 8px;
3018
+ }
3019
+ .messager-tip {
3020
+ box-shadow: 0 1px 6px #fafafa;
3021
+ height: auto;
3022
+ }
3023
+ .messager-tip .messager-body {
3024
+ margin: 0;
3025
+ padding: 0 10px;
3026
+ height: 40px;
3027
+ line-height: 40px;
3028
+ }
3029
+ .messager-tip .messager-body>.f-row {
3030
+ align-items: center;
3031
+ }
3032
+ .messager-tip .messager-icon {
3033
+ width: 16px;
3034
+ height: 16px;
3035
+ margin: 0 10px 0 0;
3036
+ }
3037
+ .messager-tip .messager-info {
3038
+ background: url('images/messager_icons16.png') no-repeat scroll 0 0;
3039
+ }
3040
+ .messager-tip .messager-question {
3041
+ background: url('images/messager_icons16.png') no-repeat scroll -16px 0;
3042
+ }
3043
+ .messager-tip .messager-error {
3044
+ background: url('images/messager_icons16.png') no-repeat scroll -32px 0;
3045
+ }
3046
+ .messager-tip .messager-warning {
3047
+ background: url('images/messager_icons16.png') no-repeat scroll -48px 0;
3048
+ }
3049
+ .tree {
3050
+ margin: 0;
3051
+ padding: 0;
3052
+ list-style-type: none;
3053
+ }
3054
+ .tree li {
3055
+ white-space: nowrap;
3056
+ }
3057
+ .tree li ul {
3058
+ list-style-type: none;
3059
+ margin: 0;
3060
+ padding: 0;
3061
+ }
3062
+ .tree-node {
3063
+ height: 26px;
3064
+ white-space: nowrap;
3065
+ cursor: pointer;
3066
+ }
3067
+ .tree-hit {
3068
+ cursor: pointer;
3069
+ }
3070
+ .tree-expanded,
3071
+ .tree-collapsed,
3072
+ .tree-folder,
3073
+ .tree-file,
3074
+ .tree-checkbox,
3075
+ .tree-indent {
3076
+ display: inline-block;
3077
+ width: 16px;
3078
+ height: 18px;
3079
+ margin: 4px 0;
3080
+ vertical-align: middle;
3081
+ overflow: hidden;
3082
+ }
3083
+ .tree-expanded {
3084
+ background: url('images/tree_icons.png') no-repeat -18px 0px;
3085
+ }
3086
+ .tree-expanded-hover {
3087
+ background: url('images/tree_icons.png') no-repeat -50px 0px;
3088
+ }
3089
+ .tree-collapsed {
3090
+ background: url('images/tree_icons.png') no-repeat 0px 0px;
3091
+ }
3092
+ .tree-collapsed-hover {
3093
+ background: url('images/tree_icons.png') no-repeat -32px 0px;
3094
+ }
3095
+ .tree-lines .tree-expanded,
3096
+ .tree-lines .tree-root-first .tree-expanded {
3097
+ background: url('images/tree_icons.png') no-repeat -144px 0;
3098
+ }
3099
+ .tree-lines .tree-collapsed,
3100
+ .tree-lines .tree-root-first .tree-collapsed {
3101
+ background: url('images/tree_icons.png') no-repeat -128px 0;
3102
+ }
3103
+ .tree-lines .tree-node-last .tree-expanded,
3104
+ .tree-lines .tree-root-one .tree-expanded {
3105
+ background: url('images/tree_icons.png') no-repeat -80px 0;
3106
+ }
3107
+ .tree-lines .tree-node-last .tree-collapsed,
3108
+ .tree-lines .tree-root-one .tree-collapsed {
3109
+ background: url('images/tree_icons.png') no-repeat -64px 0;
3110
+ }
3111
+ .tree-line {
3112
+ background: url('images/tree_icons.png') no-repeat -176px 0;
3113
+ }
3114
+ .tree-join {
3115
+ background: url('images/tree_icons.png') no-repeat -192px 0;
3116
+ }
3117
+ .tree-joinbottom {
3118
+ background: url('images/tree_icons.png') no-repeat -160px 0;
3119
+ }
3120
+ .tree-folder {
3121
+ background: url('images/tree_icons.png') no-repeat -208px 0;
3122
+ }
3123
+ .tree-folder-open {
3124
+ background: url('images/tree_icons.png') no-repeat -224px 0;
3125
+ }
3126
+ .tree-file {
3127
+ background: url('images/tree_icons.png') no-repeat -240px 0;
3128
+ }
3129
+ .tree-loading {
3130
+ background: url('images/loading.gif') no-repeat center center;
3131
+ }
3132
+ .tree-checkbox0 {
3133
+ background: url('images/tree_icons.png') no-repeat -208px -18px;
3134
+ }
3135
+ .tree-checkbox1 {
3136
+ background: url('images/tree_icons.png') no-repeat -224px -18px;
3137
+ }
3138
+ .tree-checkbox2 {
3139
+ background: url('images/tree_icons.png') no-repeat -240px -18px;
3140
+ }
3141
+ .tree-title {
3142
+ font-size: 14px;
3143
+ display: inline-block;
3144
+ text-decoration: none;
3145
+ vertical-align: middle;
3146
+ white-space: nowrap;
3147
+ padding: 0 2px;
3148
+ margin: 4px 0;
3149
+ height: 18px;
3150
+ line-height: 18px;
3151
+ }
3152
+ .tree-node-proxy {
3153
+ font-size: 14px;
3154
+ line-height: 20px;
3155
+ padding: 0 2px 0 20px;
3156
+ border-width: 1px;
3157
+ border-style: solid;
3158
+ z-index: 9900000;
3159
+ }
3160
+ .tree-dnd-icon {
3161
+ display: inline-block;
3162
+ position: absolute;
3163
+ width: 16px;
3164
+ height: 18px;
3165
+ left: 2px;
3166
+ top: 50%;
3167
+ margin-top: -9px;
3168
+ }
3169
+ .tree-dnd-yes {
3170
+ background: url('images/tree_icons.png') no-repeat -256px 0;
3171
+ }
3172
+ .tree-dnd-no {
3173
+ background: url('images/tree_icons.png') no-repeat -256px -18px;
3174
+ }
3175
+ .tree-node-top {
3176
+ border-top: 1px dotted red;
3177
+ }
3178
+ .tree-node-bottom {
3179
+ border-bottom: 1px dotted red;
3180
+ }
3181
+ .tree-node-append .tree-title {
3182
+ border: 1px dotted red;
3183
+ }
3184
+ .tree-editor {
3185
+ border: 1px solid #ddd;
3186
+ font-size: 14px;
3187
+ height: 26px;
3188
+ line-height: 26px;
3189
+ padding: 0 4px;
3190
+ margin: 0;
3191
+ width: 80px;
3192
+ outline-style: none;
3193
+ vertical-align: middle;
3194
+ position: absolute;
3195
+ top: 0;
3196
+ }
3197
+ .tree-node-proxy {
3198
+ background-color: #ffffff;
3199
+ color: #404040;
3200
+ border-color: #ddd;
3201
+ }
3202
+ .tree-node-hover {
3203
+ background: #eee;
3204
+ color: #404040;
3205
+ }
3206
+ .tree-node-selected {
3207
+ background: #00bbee;
3208
+ color: #fff;
3209
+ }
3210
+ .tree-node-disabled {
3211
+ opacity: 0.5;
3212
+ cursor: default;
3213
+ }
3214
+ .tree-node-hidden {
3215
+ display: none;
3216
+ }
3217
+ .inputbox {
3218
+ display: inline-block;
3219
+ vertical-align: middle;
3220
+ overflow: hidden;
3221
+ white-space: nowrap;
3222
+ margin: 0;
3223
+ padding: 0;
3224
+ }
3225
+ .validatebox-invalid {
3226
+ border-color: #ffa8a8;
3227
+ background-color: #fff;
3228
+ color: #404040;
3229
+ }
3230
+ .rate {
3231
+ position: relative;
3232
+ display: inline-block;
3233
+ vertical-align: middle;
3234
+ }
3235
+ .rate-item {
3236
+ position: relative;
3237
+ display: inline-block;
3238
+ }
3239
+ .rate-item svg {
3240
+ fill: currentColor;
3241
+ }
3242
+ .rate-second {
3243
+ position: relative;
3244
+ display: inline-block;
3245
+ width: 100%;
3246
+ height: 100%;
3247
+ }
3248
+ .rate-first {
3249
+ position: absolute;
3250
+ left: 0;
3251
+ top: 0;
3252
+ width: 50%;
3253
+ height: 100%;
3254
+ z-index: 9;
3255
+ overflow: hidden;
3256
+ display: none;
3257
+ }
3258
+ .rate-half .rate-first {
3259
+ display: block;
3260
+ }
3261
+ .rate-disabled {
3262
+ opacity: 0.5;
3263
+ }
3264
+ .tooltip {
3265
+ position: absolute;
3266
+ display: none;
3267
+ z-index: 9900000;
3268
+ outline: none;
3269
+ opacity: 1;
3270
+ filter: alpha(opacity=100);
3271
+ padding: 5px;
3272
+ border-width: 1px;
3273
+ border-style: solid;
3274
+ border-radius: 5px;
3275
+ -moz-border-radius: 4px 4px 4px 4px;
3276
+ -webkit-border-radius: 4px 4px 4px 4px;
3277
+ border-radius: 4px 4px 4px 4px;
3278
+ }
3279
+ .tooltip-content {
3280
+ font-size: 14px;
3281
+ }
3282
+ .tooltip-arrow-outer,
3283
+ .tooltip-arrow {
3284
+ position: absolute;
3285
+ width: 0;
3286
+ height: 0;
3287
+ line-height: 0;
3288
+ font-size: 0;
3289
+ border-style: solid;
3290
+ border-width: 6px;
3291
+ border-color: transparent;
3292
+ }
3293
+ .tooltip-arrow {
3294
+ display: none \9;
3295
+ }
3296
+ .tooltip-right .tooltip-arrow-outer {
3297
+ left: 0;
3298
+ top: 50%;
3299
+ margin: -6px 0 0 -13px;
3300
+ }
3301
+ .tooltip-right .tooltip-arrow {
3302
+ left: 0;
3303
+ top: 50%;
3304
+ margin: -6px 0 0 -12px;
3305
+ }
3306
+ .tooltip-left .tooltip-arrow-outer {
3307
+ right: 0;
3308
+ top: 50%;
3309
+ margin: -6px -13px 0 0;
3310
+ }
3311
+ .tooltip-left .tooltip-arrow {
3312
+ right: 0;
3313
+ top: 50%;
3314
+ margin: -6px -12px 0 0;
3315
+ }
3316
+ .tooltip-top .tooltip-arrow-outer {
3317
+ bottom: 0;
3318
+ left: 50%;
3319
+ margin: 0 0 -13px -6px;
3320
+ }
3321
+ .tooltip-top .tooltip-arrow {
3322
+ bottom: 0;
3323
+ left: 50%;
3324
+ margin: 0 0 -12px -6px;
3325
+ }
3326
+ .tooltip-bottom .tooltip-arrow-outer {
3327
+ top: 0;
3328
+ left: 50%;
3329
+ margin: -13px 0 0 -6px;
3330
+ }
3331
+ .tooltip-bottom .tooltip-arrow {
3332
+ top: 0;
3333
+ left: 50%;
3334
+ margin: -12px 0 0 -6px;
3335
+ }
3336
+ .tooltip {
3337
+ background-color: #ffffff;
3338
+ border-color: #ddd;
3339
+ color: #404040;
3340
+ }
3341
+ .tooltip-right .tooltip-arrow-outer {
3342
+ border-right-color: #ddd;
3343
+ }
3344
+ .tooltip-right .tooltip-arrow {
3345
+ border-right-color: #ffffff;
3346
+ }
3347
+ .tooltip-left .tooltip-arrow-outer {
3348
+ border-left-color: #ddd;
3349
+ }
3350
+ .tooltip-left .tooltip-arrow {
3351
+ border-left-color: #ffffff;
3352
+ }
3353
+ .tooltip-top .tooltip-arrow-outer {
3354
+ border-top-color: #ddd;
3355
+ }
3356
+ .tooltip-top .tooltip-arrow {
3357
+ border-top-color: #ffffff;
3358
+ }
3359
+ .tooltip-bottom .tooltip-arrow-outer {
3360
+ border-bottom-color: #ddd;
3361
+ }
3362
+ .tooltip-bottom .tooltip-arrow {
3363
+ border-bottom-color: #ffffff;
3364
+ }
3365
+ .switchbutton {
3366
+ text-decoration: none;
3367
+ display: inline-block;
3368
+ overflow: hidden;
3369
+ vertical-align: middle;
3370
+ margin: 0;
3371
+ padding: 0;
3372
+ cursor: pointer;
3373
+ background: #d9d9d9;
3374
+ border: 1px solid #d9d9d9;
3375
+ -moz-border-radius: 4px 4px 4px 4px;
3376
+ -webkit-border-radius: 4px 4px 4px 4px;
3377
+ border-radius: 4px 4px 4px 4px;
3378
+ }
3379
+ .switchbutton-inner {
3380
+ display: inline-block;
3381
+ overflow: hidden;
3382
+ position: relative;
3383
+ top: -1px;
3384
+ left: -1px;
3385
+ }
3386
+ .switchbutton-on,
3387
+ .switchbutton-off,
3388
+ .switchbutton-handle {
3389
+ display: inline-block;
3390
+ text-align: center;
3391
+ height: 100%;
3392
+ float: left;
3393
+ font-size: 14px;
3394
+ -moz-border-radius: 4px 4px 4px 4px;
3395
+ -webkit-border-radius: 4px 4px 4px 4px;
3396
+ border-radius: 4px 4px 4px 4px;
3397
+ }
3398
+ .switchbutton-on {
3399
+ background: #00bbee;
3400
+ color: #fff;
3401
+ }
3402
+ .switchbutton-off {
3403
+ background-color: #ffffff;
3404
+ color: #404040;
3405
+ }
3406
+ .switchbutton-on,
3407
+ .switchbutton-reversed .switchbutton-off {
3408
+ -moz-border-radius: 4px 0 0 4px;
3409
+ -webkit-border-radius: 4px 0 0 4px;
3410
+ border-radius: 4px 0 0 4px;
3411
+ }
3412
+ .switchbutton-off,
3413
+ .switchbutton-reversed .switchbutton-on {
3414
+ -moz-border-radius: 0 4px 4px 0;
3415
+ -webkit-border-radius: 0 4px 4px 0;
3416
+ border-radius: 0 4px 4px 0;
3417
+ }
3418
+ .switchbutton-handle {
3419
+ position: absolute;
3420
+ top: 0;
3421
+ left: 50%;
3422
+ background-color: #ffffff;
3423
+ color: #404040;
3424
+ border: 1px solid #d9d9d9;
3425
+ -moz-box-shadow: 0 0 3px 0 #d9d9d9;
3426
+ -webkit-box-shadow: 0 0 3px 0 #d9d9d9;
3427
+ box-shadow: 0 0 3px 0 #d9d9d9;
3428
+ }
3429
+ .switchbutton-value {
3430
+ position: absolute;
3431
+ top: 0;
3432
+ left: -5000px;
3433
+ }
3434
+ .switchbutton-disabled {
3435
+ opacity: 0.5;
3436
+ filter: alpha(opacity=50);
3437
+ }
3438
+ .switchbutton-disabled,
3439
+ .switchbutton-readonly {
3440
+ cursor: default;
3441
+ }
3442
+ .switchbutton:focus {
3443
+ -moz-box-shadow: 0 0 3px 0 #d9d9d9;
3444
+ -webkit-box-shadow: 0 0 3px 0 #d9d9d9;
3445
+ box-shadow: 0 0 3px 0 #d9d9d9;
3446
+ outline: none;
3447
+ }
3448
+ .radiobutton {
3449
+ position: relative;
3450
+ border: 2px solid #00bbee;
3451
+ border-radius: 50%;
3452
+ }
3453
+ .radiobutton-inner {
3454
+ position: absolute;
3455
+ left: 0;
3456
+ top: 0;
3457
+ width: 100%;
3458
+ height: 100%;
3459
+ background: #00bbee;
3460
+ border-radius: 50%;
3461
+ transform: scale(.6);
3462
+ }
3463
+ .radiobutton-disabled {
3464
+ opacity: 0.6;
3465
+ }
3466
+ .radiobutton-value {
3467
+ position: absolute;
3468
+ overflow: hidden;
3469
+ width: 1px;
3470
+ height: 1px;
3471
+ left: -100px;
3472
+ }
3473
+ .checkbox {
3474
+ position: relative;
3475
+ border: 2px solid #00bbee;
3476
+ -moz-border-radius: 4px 4px 4px 4px;
3477
+ -webkit-border-radius: 4px 4px 4px 4px;
3478
+ border-radius: 4px 4px 4px 4px;
3479
+ }
3480
+ .checkbox-checked {
3481
+ border: 0;
3482
+ background: #00bbee;
3483
+ }
3484
+ .checkbox-inner {
3485
+ position: absolute;
3486
+ left: 0;
3487
+ top: 0;
3488
+ width: 100%;
3489
+ height: 100%;
3490
+ }
3491
+ .checkbox path {
3492
+ stroke-width: 2px;
3493
+ }
3494
+ .checkbox-disabled {
3495
+ opacity: 0.6;
3496
+ }
3497
+ .checkbox-value {
3498
+ position: absolute;
3499
+ overflow: hidden;
3500
+ width: 1px;
3501
+ height: 1px;
3502
+ left: -100px;
3503
+ }
3504
+ .sidemenu .tree-hit {
3505
+ background-image: none;
3506
+ }
3507
+ .sidemenu-default-icon {
3508
+ background-image: none;
3509
+ width: 0;
3510
+ }
3511
+ .sidemenu .accordion .accordion-header,
3512
+ .sidemenu .accordion .accordion-body {
3513
+ border-bottom-color: transparent;
3514
+ background: transparent;
3515
+ }
3516
+ .sidemenu .accordion .accordion-header {
3517
+ color: #000000;
3518
+ }
3519
+ .sidemenu .accordion-header .panel-title {
3520
+ height: 30px;
3521
+ line-height: 30px;
3522
+ color: #000000;
3523
+ }
3524
+ .sidemenu .accordion-header:hover {
3525
+ background: #eee;
3526
+ color: #000000;
3527
+ }
3528
+ .sidemenu .tree-node-hover {
3529
+ background: #eee;
3530
+ color: #000000;
3531
+ }
3532
+ .sidemenu .tree-node-selected {
3533
+ border-right: 2px solid #00bbee;
3534
+ color: #fff;
3535
+ background: #00bbee;
3536
+ }
3537
+ .sidemenu .tree-node {
3538
+ height: 40px;
3539
+ }
3540
+ .sidemenu .tree-title {
3541
+ margin: 11px 0;
3542
+ }
3543
+ .sidemenu .tree-node-nonleaf {
3544
+ position: relative;
3545
+ }
3546
+ .sidemenu .tree-node-nonleaf::after {
3547
+ display: inline-block;
3548
+ content: '';
3549
+ position: absolute;
3550
+ top: 50%;
3551
+ margin-top: -8px;
3552
+ background: url('images/accordion_arrows.png') no-repeat 0 0;
3553
+ width: 16px;
3554
+ height: 16px;
3555
+ right: 5px;
3556
+ }
3557
+ .sidemenu .tree-node-nonleaf-collapsed::after {
3558
+ background: url('images/accordion_arrows.png') no-repeat -16px 0;
3559
+ }
3560
+ .sidemenu-collapsed .panel-icon {
3561
+ left: 50%;
3562
+ margin-left: -8px;
3563
+ }
3564
+ .sidemenu-collapsed .collapsed-icon {
3565
+ position: relative;
3566
+ }
3567
+ .sidemenu-collapsed .collapsed-text {
3568
+ text-align: center;
3569
+ }
3570
+ .sidemenu-tooltip {
3571
+ padding: 0;
3572
+ margin: 0 -12px;
3573
+ border: 0;
3574
+ }
3575
+ .sidemenu-tooltip.tooltip-left {
3576
+ margin: 0 12px;
3577
+ }
3578
+ .sidemenu-tooltip .tooltip-arrow-outer,
3579
+ .sidemenu-tooltip .tooltip-arrow {
3580
+ display: none;
3581
+ }
3582
+ .timepicker-panel .clock-wrap {
3583
+ position: relative;
3584
+ }
3585
+ .timepicker-panel .clock {
3586
+ position: relative;
3587
+ background: #f5f5f5;
3588
+ color: #000000;
3589
+ border-radius: 50%;
3590
+ position: absolute;
3591
+ left: 50%;
3592
+ top: 50%;
3593
+ }
3594
+ .timepicker-panel .clock .item {
3595
+ width: 32px;
3596
+ height: 32px;
3597
+ left: 50%;
3598
+ top: 50%;
3599
+ margin-left: -16px;
3600
+ margin-top: -16px;
3601
+ position: absolute;
3602
+ user-select: none;
3603
+ border-radius: 50%;
3604
+ z-index: 9;
3605
+ cursor: pointer;
3606
+ }
3607
+ .timepicker-panel .clock .item-selected {
3608
+ background: #00bbee;
3609
+ color: #fff;
3610
+ }
3611
+ .timepicker-panel .clock .hand {
3612
+ width: 2px;
3613
+ bottom: 50%;
3614
+ left: 50%;
3615
+ margin-left: -1px;
3616
+ top: 20px;
3617
+ -webkit-transform-origin: center bottom;
3618
+ transform-origin: center bottom;
3619
+ position: absolute;
3620
+ will-change: transform;
3621
+ z-index: 1;
3622
+ background-color: #00bbee;
3623
+ }
3624
+ .timepicker-panel .clock .hand .drag {
3625
+ top: -16px;
3626
+ left: -15px;
3627
+ width: 4px;
3628
+ height: 4px;
3629
+ border: 14px solid #00bbee;
3630
+ position: absolute;
3631
+ box-sizing: content-box;
3632
+ border-radius: 100%;
3633
+ background-color: #fff;
3634
+ }
3635
+ .timepicker-panel .clock .center {
3636
+ top: 50%;
3637
+ left: 50%;
3638
+ width: 6px;
3639
+ height: 6px;
3640
+ position: absolute;
3641
+ transform: translate(-50%,-50%);
3642
+ border-radius: 50%;
3643
+ background-color: #00bbee;
3644
+ }
3645
+ .timepicker-panel .panel-header {
3646
+ height: 70px;
3647
+ border: 0;
3648
+ font-size: 36px;
3649
+ position: relative;
3650
+ }
3651
+ .timepicker-panel .body {
3652
+ position: relative;
3653
+ }
3654
+ .timepicker-panel .panel-header .ampm {
3655
+ font-size: 16px;
3656
+ padding-left: 10px;
3657
+ position: absolute;
3658
+ right: 20px;
3659
+ }
3660
+ .timepicker-panel .panel-header .sep {
3661
+ opacity: 0.6;
3662
+ }
3663
+ .timepicker-panel .panel-header .title {
3664
+ cursor: pointer;
3665
+ opacity: 0.6;
3666
+ }
3667
+ .timepicker-panel .panel-header .title:hover {
3668
+ opacity: 1.0;
3669
+ }
3670
+ .timepicker-panel .panel-header .title-selected,
3671
+ .timepicker-panel .panel-header .title-selected:hover {
3672
+ cursor: default;
3673
+ opacity: 1.0;
3674
+ }
3675
+ .swiper {
3676
+ overflow: hidden;
3677
+ position: relative;
3678
+ }
3679
+ .swiper-inner {
3680
+ position: absolute;
3681
+ width: 100%;
3682
+ height: 100%;
3683
+ will-change: transform;
3684
+ transform: translate(0%,0px) translateZ(0px);
3685
+ transition: transform 0.5s linear 0s;
3686
+ transition-duration: 0.5s;
3687
+ }
3688
+ .swiper-dots {
3689
+ position: absolute;
3690
+ left: 50%;
3691
+ bottom: 10px;
3692
+ transform: translate(-50%);
3693
+ }
3694
+ .swiper-dot {
3695
+ display: inline-block;
3696
+ width: 8px;
3697
+ height: 8px;
3698
+ margin-right: 8px;
3699
+ border-radius: 50%;
3700
+ background-color: #d9d9d9;
3701
+ }
3702
+ .swiper-dot-active {
3703
+ background-color: #404040;
3704
+ }
3705
+ .swiper-dot:last-child {
3706
+ margin-right: 0;
3707
+ }
3708
+ .timeline {
3709
+ list-style: none;
3710
+ margin: 0;
3711
+ padding: 0;
3712
+ }
3713
+ .timeline-item {
3714
+ position: relative;
3715
+ list-style: none;
3716
+ margin: 0;
3717
+ padding: 0 0 12px 0;
3718
+ }
3719
+ .timeline-item-dot {
3720
+ position: absolute;
3721
+ width: 13px;
3722
+ height: 13px;
3723
+ border: 1px solid #ddd;
3724
+ border-radius: 50%;
3725
+ background-color: #ffffff;
3726
+ }
3727
+ .timeline-item-dot-custom {
3728
+ width: auto;
3729
+ height: auto;
3730
+ text-align: center;
3731
+ border: 0;
3732
+ }
3733
+ .timeline-item-line {
3734
+ position: absolute;
3735
+ height: 100%;
3736
+ top: 0;
3737
+ left: 6px;
3738
+ border-left: 1px solid #ddd;
3739
+ }
3740
+ .timeline .timeline-item:last-child .timeline-item-line {
3741
+ display: none;
3742
+ }
3743
+ .timeline-item-content {
3744
+ padding: 1px 1px 10px 24px;
3745
+ position: relative;
3746
+ font-size: 14px;
3747
+ top: -3px;
3748
+ }
3749
+ .l-btn {
3750
+ box-shadow: 0 1px 2px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.05);
3751
+ }
3752
+ .l-btn:active {
3753
+ box-shadow: 0 6px 17px 0 rgba(235,235,235,0.3);
3754
+ }
3755
+ .l-btn-selected {
3756
+ box-shadow: 0 1px 2px rgba(89,205,226,0.2), 0 1px 1px rgba(89,205,226,0.05);
3757
+ }
3758
+ .l-btn-plain,
3759
+ .l-btn-disabled,
3760
+ .l-btn-disabled:active,
3761
+ .textbox-button {
3762
+ box-shadow: none;
3763
+ }
3764
+ .l-btn-selected,
3765
+ .l-btn-selected:hover {
3766
+ background: #00bbee;
3767
+ color: #fff;
3768
+ }
3769
+ .l-btn-plain-selected,
3770
+ .l-btn-plain-selected:hover {
3771
+ background: #00bbee;
3772
+ }
3773
+ .m-btn-active,
3774
+ .m-btn-plain-active,
3775
+ .s-btn-active,
3776
+ .s-btn-plain-active {
3777
+ background: #00bbee;
3778
+ color: #fff;
3779
+ }
3780
+ .menu-shadow,
3781
+ .combo-p {
3782
+ -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
3783
+ -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
3784
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
3785
+ filter: none;
3786
+ }
3787
+ .menu-active {
3788
+ border-color: transparent;
3789
+ color: #fff;
3790
+ background: #00bbee;
3791
+ }
3792
+ .menu-active-disabled {
3793
+ border-color: transparent;
3794
+ background: transparent;
3795
+ color: #404040;
3796
+ }
3797
+ .window {
3798
+ background-color: #fff;
3799
+ }
3800
+ .window-proxy {
3801
+ border-color: #ccc;
3802
+ }
3803
+ .window-shadow {
3804
+ -moz-box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
3805
+ -webkit-box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
3806
+ box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
3807
+ filter: none;
3808
+ }
3809
+ .window-mask {
3810
+ background: #000;
3811
+ }
3812
+ .datagrid-header .datagrid-cell,
3813
+ .datagrid-header .datagrid-cell-group {
3814
+ color: #666;
3815
+ font-weight: bold;
3816
+ filter: alpha(opacity=80);
3817
+ opacity: 0.80;
3818
+ }
3819
+ .datagrid-header td,
3820
+ .datagrid-body td,
3821
+ .datagrid-footer td {
3822
+ border-style: solid;
3823
+ }