index.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. var _exportNames = {
  6. version: true,
  7. config: true,
  8. setup: true
  9. };
  10. exports.config = config;
  11. exports.default = void 0;
  12. exports.setup = setup;
  13. exports.version = void 0;
  14. var _core = require("@vxe-ui/core");
  15. Object.keys(_core).forEach(function (key) {
  16. if (key === "default" || key === "__esModule") return;
  17. if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
  18. if (key in exports && exports[key] === _core[key]) return;
  19. Object.defineProperty(exports, key, {
  20. enumerable: true,
  21. get: function get() {
  22. return _core[key];
  23. }
  24. });
  25. });
  26. var _dynamics = require("../dynamics");
  27. var _log = require("./src/log");
  28. var version = exports.version = "3.10.6";
  29. _core.VxeUI.uiVersion = version;
  30. _core.VxeUI.dynamicApp = _dynamics.dynamicApp;
  31. function config(options) {
  32. (0, _log.warnLog)('vxe.error.delFunc', ['config', 'setConfig']);
  33. return (0, _core.setConfig)(options);
  34. }
  35. function setup(options) {
  36. (0, _log.warnLog)('vxe.error.delFunc', ['setup', 'setConfig']);
  37. return (0, _core.setConfig)(options);
  38. }
  39. _core.VxeUI.config = config;
  40. _core.VxeUI.setup = setup;
  41. (0, _core.setConfig)({
  42. alert: {},
  43. anchor: {},
  44. anchorLink: {},
  45. avatar: {},
  46. badge: {},
  47. breadcrumb: {
  48. separator: '/'
  49. },
  50. breadcrumbItem: {},
  51. button: {
  52. trigger: 'hover',
  53. // destroyOnClose: false,
  54. prefixTooltip: {
  55. enterable: true
  56. },
  57. suffixTooltip: {
  58. enterable: true
  59. }
  60. },
  61. buttonGroup: {},
  62. calendar: {
  63. minDate: new Date(1900, 0, 1),
  64. maxDate: new Date(2100, 0, 1),
  65. startDay: 1,
  66. selectDay: 1
  67. },
  68. card: {
  69. border: true,
  70. padding: true
  71. },
  72. carousel: {
  73. height: 200,
  74. loop: true,
  75. interval: 5000
  76. },
  77. carouselItem: {},
  78. checkbox: {},
  79. checkboxButton: {},
  80. checkboxGroup: {},
  81. col: {},
  82. collapse: {
  83. padding: true,
  84. expandConfig: {
  85. showIcon: true
  86. }
  87. },
  88. collapsePane: {},
  89. countdown: {},
  90. colorPicker: {
  91. type: 'rgb',
  92. clearable: true,
  93. showAlpha: true,
  94. clickToCopy: true,
  95. showColorExtractor: true,
  96. showQuick: true
  97. },
  98. datePanel: {
  99. // parseFormat: 'yyyy-MM-dd HH:mm:ss.SSS',
  100. // labelFormat: '',
  101. // valueFormat: '',
  102. startDate: new Date(1900, 0, 1),
  103. endDate: new Date(2100, 0, 1),
  104. startDay: 1,
  105. selectDay: 1
  106. },
  107. datePicker: {
  108. // size: null,
  109. // transfer: false,
  110. shortcutConfig: {
  111. // position: 'left',
  112. align: 'left',
  113. mode: 'text',
  114. autoClose: true
  115. },
  116. startDay: 1,
  117. selectDay: 1,
  118. autoClose: true,
  119. showClearButton: null,
  120. showConfirmButton: null
  121. },
  122. dateRangePicker: {
  123. // size: null,
  124. // transfer: false,
  125. shortcutConfig: {
  126. // position: 'left',
  127. align: 'left',
  128. mode: 'text',
  129. autoClose: true
  130. },
  131. startDay: 1,
  132. selectDay: 1,
  133. separator: ' ~ ',
  134. autoClose: true,
  135. showClearButton: true,
  136. showConfirmButton: null
  137. },
  138. drawer: {
  139. // size: null,
  140. position: 'right',
  141. showHeader: true,
  142. lockView: true,
  143. mask: true,
  144. showTitleOverflow: true,
  145. showClose: true,
  146. padding: true,
  147. // destroyOnClose: false,
  148. cancelClosable: true,
  149. confirmClosable: true
  150. },
  151. empty: {},
  152. form: {
  153. // preventSubmit: false,
  154. // size: null,
  155. // colon: false,
  156. validConfig: {
  157. showErrorMessage: true,
  158. autoPos: true,
  159. theme: 'beautify'
  160. },
  161. tooltipConfig: {
  162. enterable: true
  163. },
  164. titleAsterisk: true,
  165. titleOverflow: false,
  166. padding: true
  167. },
  168. formDesign: {
  169. height: 400,
  170. showHeader: true,
  171. showPc: true
  172. },
  173. formGather: {},
  174. formGroup: {},
  175. formItem: {},
  176. formView: {},
  177. icon: {},
  178. iconPicker: {
  179. icons: ['home', 'company', 'comment', 'setting', 'send', 'envelope', 'envelope-open', 'bell', 'search', 'print', 'pc', 'goods', 'chart-line', 'edit', 'delete', 'save', 'folder', 'microphone', 'flag', 'link', 'location', 'sunny', 'rmb', 'usd', 'user', 'add-user', 'add-users', 'star', 'unlock', 'time', 'text', 'feedback', 'calendar', 'association-form', 'cloud-download', 'cloud-upload', 'file', 'subtable', 'chart-bar-x', 'chart-bar-y', 'chart-line', 'chart-pie', 'chart-radar']
  180. },
  181. image: {
  182. showPreview: true,
  183. showPrintButton: true,
  184. maskClosable: true
  185. },
  186. imageGroup: {
  187. showPreview: true,
  188. showPrintButton: true
  189. },
  190. imagePreview: {
  191. showPrintButton: true
  192. },
  193. input: {
  194. // size: null,
  195. // transfer: false
  196. // parseFormat: 'yyyy-MM-dd HH:mm:ss.SSS',
  197. // labelFormat: '',
  198. // valueFormat: '',
  199. startDate: new Date(1900, 0, 1),
  200. endDate: new Date(2100, 0, 1),
  201. startDay: 1,
  202. selectDay: 1,
  203. digits: 2,
  204. controls: true
  205. },
  206. layoutAside: {},
  207. layoutBody: {},
  208. layoutContainer: {},
  209. layoutFooter: {},
  210. layoutHeader: {},
  211. link: {
  212. underline: true
  213. },
  214. listDesign: {
  215. height: 400,
  216. showPc: true
  217. },
  218. listView: {},
  219. list: {
  220. // size: null,
  221. virtualYConfig: {
  222. enabled: true,
  223. gt: 60
  224. // oSize: 0
  225. }
  226. },
  227. loading: {
  228. showIcon: true,
  229. showText: true
  230. },
  231. menu: {},
  232. modal: {
  233. // size: null,
  234. top: 16,
  235. showHeader: true,
  236. minWidth: 340,
  237. minHeight: 140,
  238. lockView: true,
  239. mask: true,
  240. duration: 3000,
  241. marginSize: 0,
  242. dblclickZoom: true,
  243. showTitleOverflow: true,
  244. animat: true,
  245. showClose: true,
  246. padding: true,
  247. draggable: true,
  248. showConfirmButton: null,
  249. cancelClosable: true,
  250. confirmClosable: true,
  251. zoomConfig: {
  252. minimizeMaxSize: 10,
  253. minimizeVerticalOffset: {
  254. top: -24,
  255. left: 0
  256. },
  257. minimizeHorizontalOffset: {
  258. top: 0,
  259. left: 32
  260. }
  261. },
  262. // destroyOnClose: false,
  263. // remember: false,
  264. // storage: false,
  265. storageKey: 'VXE_MODAL_POSITION'
  266. },
  267. noticeBar: {},
  268. numberInput: {
  269. // size: null,
  270. // transfer: false
  271. digits: 2,
  272. autoFill: true,
  273. controlConfig: {
  274. enabled: true,
  275. layout: 'right',
  276. showButton: true,
  277. isWheel: true,
  278. isArrow: true
  279. }
  280. },
  281. optgroup: {},
  282. option: {},
  283. pager: {
  284. pageSizePlacement: 'top'
  285. // size: null,
  286. // autoHidden: false,
  287. // perfect: true,
  288. // pageSize: 10,
  289. // pagerCount: 7,
  290. // pageSizes: [10, 15, 20, 50, 100],
  291. // layouts: ['PrevJump', 'PrevPage', 'Jump', 'PageCount', 'NextPage', 'NextJump', 'Sizes', 'Total']
  292. },
  293. print: {
  294. pageStyle: {}
  295. },
  296. passwordInput: {
  297. controls: true
  298. },
  299. printPageBreak: {},
  300. pulldown: {
  301. // destroyOnClose: false
  302. },
  303. radio: {
  304. strict: true
  305. },
  306. radioButton: {
  307. strict: true
  308. },
  309. radioGroup: {
  310. strict: true
  311. },
  312. rate: {},
  313. result: {},
  314. row: {},
  315. select: {
  316. multiCharOverflow: 8,
  317. remoteConfig: {
  318. enabled: true,
  319. autoLoad: true
  320. },
  321. virtualYConfig: {
  322. enabled: true,
  323. gt: 50,
  324. oSize: 2
  325. }
  326. },
  327. split: {
  328. resize: true,
  329. itemConfig: {
  330. minWidth: 40,
  331. minHeight: 40
  332. },
  333. resizeConfig: {
  334. // immediate: false,
  335. showTip: true
  336. }
  337. },
  338. splitPane: {},
  339. slider: {
  340. max: 100,
  341. min: 0
  342. },
  343. steps: {},
  344. switch: {},
  345. tabPane: {},
  346. tableSelect: {
  347. gridConfig: {
  348. showOverflow: true,
  349. showHeaderOverflow: true,
  350. showFooterOverflow: true,
  351. rowConfig: {
  352. isHover: true
  353. },
  354. virtualXConfig: {
  355. enabled: true,
  356. gt: 0
  357. },
  358. virtualYConfig: {
  359. enabled: true,
  360. gt: 0
  361. }
  362. }
  363. },
  364. tabs: {
  365. // destroyOnClose: false
  366. },
  367. tag: {},
  368. textEllipsis: {
  369. underline: true
  370. },
  371. text: {
  372. copyConfig: {
  373. showMessage: true
  374. }
  375. },
  376. textarea: {
  377. resize: 'none'
  378. },
  379. tip: {},
  380. tooltip: {
  381. // size: null,
  382. // enterable: false,
  383. trigger: 'hover',
  384. theme: 'dark',
  385. enterDelay: 500,
  386. leaveDelay: 300,
  387. isArrow: true
  388. },
  389. tree: {
  390. // autoResize: false,
  391. indent: 20,
  392. minHeight: 60,
  393. radioConfig: {
  394. strict: true
  395. },
  396. virtualYConfig: {
  397. enabled: true,
  398. gt: 50,
  399. oSize: 2
  400. }
  401. },
  402. treeSelect: {
  403. autoClose: true,
  404. virtualYConfig: {
  405. enabled: true,
  406. gt: 0,
  407. oSize: 2
  408. },
  409. treeConfig: {
  410. maxHeight: 300,
  411. radioConfig: {},
  412. checkboxConfig: {},
  413. filterConfig: {
  414. autoExpandAll: true
  415. }
  416. }
  417. },
  418. upload: {
  419. mode: 'all',
  420. imageTypes: ['jpg', 'jpeg', 'png', 'gif'],
  421. showList: true,
  422. showUploadButton: true,
  423. showButtonText: true,
  424. showRemoveButton: true,
  425. showButtonIcon: true,
  426. showPreview: true,
  427. dragToUpload: true,
  428. // imageConfig: {},
  429. showLimitSize: true,
  430. showLimitCount: true,
  431. autoSubmit: true,
  432. maxSimultaneousUploads: 5
  433. },
  434. watermark: {
  435. rotate: -30,
  436. gap: [100, 100]
  437. },
  438. table: {},
  439. colgroup: {},
  440. column: {},
  441. toolbar: {},
  442. grid: {},
  443. gantt: {}
  444. });
  445. var iconPrefix = 'vxe-icon-';
  446. (0, _core.setIcon)({
  447. // loading
  448. LOADING: iconPrefix + 'spinner roll vxe-loading--default-icon',
  449. // button
  450. BUTTON_DROPDOWN: iconPrefix + 'arrow-down',
  451. BUTTON_LOADING: iconPrefix + 'spinner roll',
  452. BUTTON_TOOLTIP_ICON: iconPrefix + 'question-circle-fill',
  453. // menu
  454. MENU_ITEM_EXPAND_OPEN: iconPrefix + 'arrow-down rotate180',
  455. MENU_ITEM_EXPAND_CLOSE: iconPrefix + 'arrow-down',
  456. // select
  457. SELECT_LOADED: iconPrefix + 'spinner roll',
  458. SELECT_OPEN: iconPrefix + 'caret-down rotate180',
  459. SELECT_CLOSE: iconPrefix + 'caret-down',
  460. SELECT_ADD_OPTION: iconPrefix + 'add',
  461. // icon-picker
  462. ICON_PICKER_OPEN: iconPrefix + 'caret-down rotate180',
  463. ICON_PICKER_CLOSE: iconPrefix + 'caret-down',
  464. // pager
  465. PAGER_HOME: iconPrefix + 'home-page',
  466. PAGER_END: iconPrefix + 'end-page',
  467. PAGER_JUMP_PREV: iconPrefix + 'arrow-double-left',
  468. PAGER_JUMP_NEXT: iconPrefix + 'arrow-double-right',
  469. PAGER_PREV_PAGE: iconPrefix + 'arrow-left',
  470. PAGER_NEXT_PAGE: iconPrefix + 'arrow-right',
  471. PAGER_JUMP_MORE: iconPrefix + 'ellipsis-h',
  472. // radio
  473. RADIO_CHECKED: iconPrefix + 'radio-checked-fill',
  474. RADIO_UNCHECKED: iconPrefix + 'radio-unchecked',
  475. RADIO_DISABLED_UNCHECKED: iconPrefix + 'radio-unchecked-fill',
  476. // checkbox
  477. CHECKBOX_INDETERMINATE: iconPrefix + 'checkbox-indeterminate-fill',
  478. CHECKBOX_CHECKED: iconPrefix + 'checkbox-checked-fill',
  479. CHECKBOX_UNCHECKED: iconPrefix + 'checkbox-unchecked',
  480. CHECKBOX_DISABLED_UNCHECKED: iconPrefix + 'checkbox-unchecked-fill',
  481. // input
  482. INPUT_CLEAR: iconPrefix + 'error-circle-fill',
  483. INPUT_SEARCH: iconPrefix + 'search',
  484. INPUT_PLUS_NUM: iconPrefix + 'caret-up',
  485. INPUT_MINUS_NUM: iconPrefix + 'caret-down',
  486. // number-picker
  487. NUMBER_INPUT_MINUS_NUM: iconPrefix + 'minus',
  488. NUMBER_INPUT_PLUS_NUM: iconPrefix + 'add',
  489. // date-picker
  490. DATE_PICKER_DATE: iconPrefix + 'calendar',
  491. // password-input
  492. PASSWORD_INPUT_SHOW_PWD: iconPrefix + 'eye-fill-close',
  493. PASSWORD_INPUT_HIDE_PWD: iconPrefix + 'eye-fill',
  494. // modal
  495. MODAL_ZOOM_MIN: iconPrefix + 'minus',
  496. MODAL_ZOOM_REVERT: iconPrefix + 'recover',
  497. MODAL_ZOOM_IN: iconPrefix + 'square',
  498. MODAL_ZOOM_OUT: iconPrefix + 'maximize',
  499. MODAL_CLOSE: iconPrefix + 'close',
  500. MODAL_INFO: iconPrefix + 'info-circle-fill',
  501. MODAL_SUCCESS: iconPrefix + 'success-circle-fill',
  502. MODAL_WARNING: iconPrefix + 'warning-circle-fill',
  503. MODAL_ERROR: iconPrefix + 'error-circle-fill',
  504. MODAL_QUESTION: iconPrefix + 'question-circle-fill',
  505. MODAL_LOADING: iconPrefix + 'spinner roll',
  506. // drawer
  507. DRAWER_CLOSE: iconPrefix + 'close',
  508. // form
  509. FORM_PREFIX: iconPrefix + 'question-circle-fill',
  510. FORM_SUFFIX: iconPrefix + 'question-circle-fill',
  511. FORM_FOLDING: iconPrefix + 'arrow-up rotate180',
  512. FORM_UNFOLDING: iconPrefix + 'arrow-up',
  513. FORM_VALID_ERROR_ICON: iconPrefix + 'warning-circle-fill',
  514. // form-design
  515. FORM_DESIGN_STYLE_SETTING: iconPrefix + 'layout',
  516. FORM_DESIGN_PROPS_PC: iconPrefix + 'pc',
  517. FORM_DESIGN_PROPS_MOBILE: iconPrefix + 'mobile',
  518. FORM_DESIGN_PROPS_ADD: iconPrefix + 'add',
  519. FORM_DESIGN_PROPS_EDIT: iconPrefix + 'edit',
  520. FORM_DESIGN_WIDGET_ADD: iconPrefix + 'square-plus-fill',
  521. FORM_DESIGN_WIDGET_COPY: iconPrefix + 'copy',
  522. FORM_DESIGN_WIDGET_DELETE: iconPrefix + 'delete',
  523. FORM_DESIGN_WIDGET_SWAP_LR: iconPrefix + 'swap',
  524. FORM_DESIGN_WIDGET_OPTION_DELETE: iconPrefix + 'delete',
  525. FORM_DESIGN_WIDGET_OPTION_EXPAND_OPEN: iconPrefix + 'square-plus',
  526. FORM_DESIGN_WIDGET_OPTION_EXPAND_CLOSE: iconPrefix + 'square-minus',
  527. // list-design
  528. LIST_DESIGN_FIELD_SETTING: iconPrefix + 'custom-column',
  529. LIST_DESIGN_LIST_SETTING: iconPrefix + 'menu',
  530. LIST_DESIGN_LIST_SETTING_SEARCH_DELETE: iconPrefix + 'delete',
  531. LIST_DESIGN_LIST_SETTING_ACTIVE_DELETE: iconPrefix + 'delete',
  532. // upload
  533. UPLOAD_FILE_ERROR: iconPrefix + 'warning-circle-fill',
  534. UPLOAD_FILE_ADD: iconPrefix + 'upload',
  535. UPLOAD_FILE_REMOVE: iconPrefix + 'delete',
  536. UPLOAD_FILE_DOWNLOAD: iconPrefix + 'download',
  537. UPLOAD_IMAGE_UPLOAD: iconPrefix + 'upload',
  538. UPLOAD_IMAGE_RE_UPLOAD: iconPrefix + 'repeat',
  539. UPLOAD_IMAGE_ADD: iconPrefix + 'add',
  540. UPLOAD_IMAGE_REMOVE: iconPrefix + 'close',
  541. UPLOAD_LOADING: iconPrefix + 'spinner roll vxe-loading--default-icon',
  542. UPLOAD_FILE_TYPE_DEFAULT: iconPrefix + 'file',
  543. UPLOAD_FILE_TYPE_XLSX: iconPrefix + 'file-excel',
  544. UPLOAD_FILE_TYPE_XLS: iconPrefix + 'file-excel',
  545. UPLOAD_FILE_TYPE_PDF: iconPrefix + 'file-pdf',
  546. UPLOAD_FILE_TYPE_PNG: iconPrefix + 'file-image',
  547. UPLOAD_FILE_TYPE_GIF: iconPrefix + 'file-image',
  548. UPLOAD_FILE_TYPE_JPG: iconPrefix + 'file-image',
  549. UPLOAD_FILE_TYPE_JPEG: iconPrefix + 'file-image',
  550. UPLOAD_FILE_TYPE_MD: iconPrefix + 'file-markdown',
  551. UPLOAD_FILE_TYPE_PPD: iconPrefix + 'file-ppt',
  552. UPLOAD_FILE_TYPE_DOCX: iconPrefix + 'file-word',
  553. UPLOAD_FILE_TYPE_DOC: iconPrefix + 'file-word',
  554. UPLOAD_FILE_TYPE_ZIP: iconPrefix + 'file-zip',
  555. UPLOAD_FILE_TYPE_TXT: iconPrefix + 'file-txt',
  556. // image-preview
  557. IMAGE_PREVIEW_CLOSE: iconPrefix + 'close',
  558. IMAGE_PREVIEW_PREVIOUS: iconPrefix + 'arrow-left',
  559. IMAGE_PREVIEW_NEXT: iconPrefix + 'arrow-right',
  560. IMAGE_PREVIEW_PCT_FULL: iconPrefix + 'pct-full',
  561. IMAGE_PREVIEW_PCT_1_1: iconPrefix + 'pct-1-1',
  562. IMAGE_PREVIEW_ZOOM_OUT: iconPrefix + 'search-zoom-out',
  563. IMAGE_PREVIEW_ZOOM_IN: iconPrefix + 'search-zoom-in',
  564. IMAGE_PREVIEW_ROTATE_LEFT: iconPrefix + 'rotate-left',
  565. IMAGE_PREVIEW_ROTATE_RIGHT: iconPrefix + 'rotate-right',
  566. IMAGE_PREVIEW_PRINT: iconPrefix + 'print',
  567. IMAGE_PREVIEW_DOWNLOAD: iconPrefix + 'download',
  568. // alert
  569. ALERT_CLOSE: iconPrefix + 'close',
  570. ALERT_INFO: iconPrefix + 'info-circle-fill',
  571. ALERT_SUCCESS: iconPrefix + 'success-circle-fill',
  572. ALERT_WARNING: iconPrefix + 'warning-circle-fill',
  573. ALERT_ERROR: iconPrefix + 'error-circle-fill',
  574. // tree
  575. TREE_NODE_OPEN: iconPrefix + 'caret-right rotate90',
  576. TREE_NODE_CLOSE: iconPrefix + 'caret-right',
  577. TREE_NODE_LOADED: iconPrefix + 'spinner roll',
  578. // tree-select
  579. TREE_SELECT_LOADED: iconPrefix + 'spinner roll',
  580. TREE_SELECT_OPEN: iconPrefix + 'caret-down rotate180',
  581. TREE_SELECT_CLOSE: iconPrefix + 'caret-down',
  582. // table-select
  583. TABLE_SELECT_LOADED: iconPrefix + 'spinner roll',
  584. TABLE_SELECT_OPEN: iconPrefix + 'caret-down rotate180',
  585. TABLE_SELECT_CLOSE: iconPrefix + 'caret-down',
  586. // tabs
  587. TABS_TAB_BUTTON_TOP: iconPrefix + 'arrow-up',
  588. TABS_TAB_BUTTON_BOTTOM: iconPrefix + 'arrow-down',
  589. TABS_TAB_BUTTON_LEFT: iconPrefix + 'arrow-left',
  590. TABS_TAB_BUTTON_RIGHT: iconPrefix + 'arrow-right',
  591. TABS_TAB_CLOSE: iconPrefix + 'close',
  592. TABS_TAB_REFRESH: iconPrefix + 'refresh',
  593. TABS_TAB_REFRESH_LOADING: iconPrefix + 'refresh roll',
  594. // text
  595. TEXT_COPY: iconPrefix + 'copy',
  596. TEXT_LOADING: iconPrefix + 'spinner roll',
  597. // tag
  598. TAG_CLOSE: iconPrefix + 'close',
  599. TAG_LOADING: iconPrefix + 'spinner roll',
  600. // carousel
  601. CAROUSEL_HORIZONTAL_PREVIOUS: iconPrefix + 'arrow-left',
  602. CAROUSEL_HORIZONTAL_NEXT: iconPrefix + 'arrow-right',
  603. CAROUSEL_VERTICAL_PREVIOUS: iconPrefix + 'arrow-up',
  604. CAROUSEL_VERTICAL_NEXT: iconPrefix + 'arrow-down',
  605. // collapse
  606. COLLAPSE_OPEN: iconPrefix + 'arrow-right rotate90',
  607. COLLAPSE_CLOSE: iconPrefix + 'arrow-right',
  608. // empty
  609. EMPTY_DEFAULT: iconPrefix + 'empty',
  610. // result
  611. RESULT_INFO: iconPrefix + 'info-circle-fill',
  612. RESULT_SUCCESS: iconPrefix + 'success-circle-fill',
  613. RESULT_WARNING: iconPrefix + 'warning-circle-fill',
  614. RESULT_ERROR: iconPrefix + 'error-circle-fill',
  615. RESULT_QUESTION: iconPrefix + 'question-circle-fill',
  616. RESULT_LOADING: iconPrefix + 'spinner roll',
  617. // rate
  618. RATE_CHECKED: iconPrefix + 'star-fill',
  619. RATE_UNCHECKED: iconPrefix + 'star',
  620. // color-picker
  621. COLOR_PICKER_COLOR_COPY: iconPrefix + 'copy',
  622. COLOR_PICKER_EYE_DROPPER: iconPrefix + 'dropper',
  623. COLOR_PICKER_TPTY_OPEN: iconPrefix + 'arrow-down rotate180',
  624. COLOR_PICKER_TPTY_CLOSE: iconPrefix + 'arrow-down',
  625. // split
  626. SPLIT_TOP_ACTION: iconPrefix + 'arrow-up',
  627. SPLIT_BOTTOM_ACTION: iconPrefix + 'arrow-down',
  628. SPLIT_LEFT_ACTION: iconPrefix + 'arrow-left',
  629. SPLIT_RIGHT_ACTION: iconPrefix + 'arrow-right'
  630. });
  631. var _default = exports.default = _core.VxeUI;