xt-element-ui 2.1.61 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/base/xt-bar.md +5 -5
- package/docs/components/base/xt-chart.md +5 -5
- package/docs/components/base/xt-line.md +4 -4
- package/docs/components/base/xt-multi.md +5 -5
- package/docs/components/base/xt-pie.md +5 -5
- package/lib/index.common.js +503 -165
- package/lib/index.css +1 -1
- package/lib/index.umd.js +506 -168
- package/lib/index.umd.min.js +1 -1
- package/lib/xt-badge/demo.html +10 -0
- package/lib/xt-badge/index.js +1 -0
- package/lib/xt-badge/xt-badge.common.js +335 -0
- package/lib/xt-badge/xt-badge.css +1 -0
- package/lib/xt-badge/xt-badge.umd.js +345 -0
- package/lib/xt-badge/xt-badge.umd.min.js +1 -0
- package/lib/xt-button/demo.html +10 -0
- package/lib/xt-button/index.js +1 -0
- package/lib/xt-button/xt-button.common.js +331 -0
- package/lib/xt-button/xt-button.css +1 -0
- package/lib/xt-button/xt-button.umd.js +341 -0
- package/lib/xt-button/xt-button.umd.min.js +1 -0
- package/lib/xt-card/demo.html +10 -0
- package/lib/xt-card/index.js +1 -0
- package/lib/xt-card/xt-card.common.js +325 -0
- package/lib/xt-card/xt-card.css +1 -0
- package/lib/xt-card/xt-card.umd.js +335 -0
- package/lib/xt-card/xt-card.umd.min.js +1 -0
- package/lib/xt-card-item/demo.html +10 -0
- package/lib/xt-card-item/index.js +1 -0
- package/lib/xt-card-item/xt-card-item.common.js +291 -0
- package/lib/xt-card-item/xt-card-item.css +1 -0
- package/lib/xt-card-item/xt-card-item.umd.js +301 -0
- package/lib/xt-card-item/xt-card-item.umd.min.js +1 -0
- package/lib/xt-chart/demo.html +10 -0
- package/lib/xt-chart/index.js +1 -0
- package/lib/xt-chart/xt-chart.common.js +109203 -0
- package/lib/xt-chart/xt-chart.css +1 -0
- package/lib/xt-chart/xt-chart.umd.js +109213 -0
- package/lib/xt-chart/xt-chart.umd.min.js +1 -0
- package/lib/xt-config-provider/demo.html +10 -0
- package/lib/xt-config-provider/index.js +1 -0
- package/lib/xt-config-provider/xt-config-provider.common.js +108388 -0
- package/lib/xt-config-provider/xt-config-provider.css +1 -0
- package/lib/xt-config-provider/xt-config-provider.umd.js +108398 -0
- package/lib/xt-config-provider/xt-config-provider.umd.min.js +1 -0
- package/lib/xt-date-picker/demo.html +10 -0
- package/lib/xt-date-picker/index.js +1 -0
- package/lib/xt-date-picker/xt-date-picker.common.js +768 -0
- package/lib/xt-date-picker/xt-date-picker.css +1 -0
- package/lib/xt-date-picker/xt-date-picker.umd.js +778 -0
- package/lib/xt-date-picker/xt-date-picker.umd.min.js +1 -0
- package/lib/xt-flex-box/demo.html +10 -0
- package/lib/xt-flex-box/index.js +1 -0
- package/lib/xt-flex-box/xt-flex-box.common.js +303 -0
- package/lib/xt-flex-box/xt-flex-box.css +1 -0
- package/lib/xt-flex-box/xt-flex-box.umd.js +313 -0
- package/lib/xt-flex-box/xt-flex-box.umd.min.js +1 -0
- package/lib/xt-form-schema/demo.html +10 -0
- package/lib/xt-form-schema/index.js +1 -0
- package/lib/xt-form-schema/xt-form-schema.common.js +510 -0
- package/lib/xt-form-schema/xt-form-schema.css +1 -0
- package/lib/xt-form-schema/xt-form-schema.umd.js +520 -0
- package/lib/xt-form-schema/xt-form-schema.umd.min.js +1 -0
- package/lib/xt-grid-box/demo.html +10 -0
- package/lib/xt-grid-box/index.js +1 -0
- package/lib/xt-grid-box/xt-grid-box.common.js +404 -0
- package/lib/xt-grid-box/xt-grid-box.css +1 -0
- package/lib/xt-grid-box/xt-grid-box.umd.js +414 -0
- package/lib/xt-grid-box/xt-grid-box.umd.min.js +1 -0
- package/lib/xt-grid-item/demo.html +10 -0
- package/lib/xt-grid-item/index.js +1 -0
- package/lib/xt-grid-item/xt-grid-item.common.js +381 -0
- package/lib/xt-grid-item/xt-grid-item.css +1 -0
- package/lib/xt-grid-item/xt-grid-item.umd.js +391 -0
- package/lib/xt-grid-item/xt-grid-item.umd.min.js +1 -0
- package/lib/xt-icon/demo.html +10 -0
- package/lib/xt-icon/index.js +1 -0
- package/lib/xt-icon/xt-icon.common.js +430 -0
- package/lib/xt-icon/xt-icon.css +1 -0
- package/lib/xt-icon/xt-icon.umd.js +440 -0
- package/lib/xt-icon/xt-icon.umd.min.js +1 -0
- package/lib/xt-input/demo.html +10 -0
- package/lib/xt-input/index.js +1 -0
- package/lib/xt-input/xt-input.common.js +584 -0
- package/lib/xt-input/xt-input.css +1 -0
- package/lib/xt-input/xt-input.umd.js +594 -0
- package/lib/xt-input/xt-input.umd.min.js +1 -0
- package/lib/xt-list/demo.html +10 -0
- package/lib/xt-list/index.js +1 -0
- package/lib/xt-list/xt-list.common.js +714 -0
- package/lib/xt-list/xt-list.css +1 -0
- package/lib/xt-list/xt-list.umd.js +724 -0
- package/lib/xt-list/xt-list.umd.min.js +1 -0
- package/lib/xt-map/demo.html +10 -0
- package/lib/xt-map/index.js +1 -0
- package/lib/xt-map/xt-map.common.js +1951 -0
- package/lib/xt-map/xt-map.css +1 -0
- package/lib/xt-map/xt-map.umd.js +1961 -0
- package/lib/xt-map/xt-map.umd.min.js +1 -0
- package/lib/xt-map-provider/demo.html +10 -0
- package/lib/xt-map-provider/index.js +1 -0
- package/lib/xt-map-provider/xt-map-provider.common.js +644 -0
- package/lib/xt-map-provider/xt-map-provider.css +1 -0
- package/lib/xt-map-provider/xt-map-provider.umd.js +654 -0
- package/lib/xt-map-provider/xt-map-provider.umd.min.js +1 -0
- package/lib/xt-page/demo.html +10 -0
- package/lib/xt-page/index.js +1 -0
- package/lib/xt-page/xt-page.common.js +353 -0
- package/lib/xt-page/xt-page.css +1 -0
- package/lib/xt-page/xt-page.umd.js +363 -0
- package/lib/xt-page/xt-page.umd.min.js +1 -0
- package/lib/xt-progress/demo.html +10 -0
- package/lib/xt-progress/index.js +1 -0
- package/lib/xt-progress/xt-progress.common.js +327 -0
- package/lib/xt-progress/xt-progress.css +1 -0
- package/lib/xt-progress/xt-progress.umd.js +337 -0
- package/lib/xt-progress/xt-progress.umd.min.js +1 -0
- package/lib/xt-scroll-arrow/demo.html +10 -0
- package/lib/xt-scroll-arrow/index.js +1 -0
- package/lib/xt-scroll-arrow/xt-scroll-arrow.common.js +495 -0
- package/lib/xt-scroll-arrow/xt-scroll-arrow.css +1 -0
- package/lib/xt-scroll-arrow/xt-scroll-arrow.umd.js +505 -0
- package/lib/xt-scroll-arrow/xt-scroll-arrow.umd.min.js +1 -0
- package/lib/xt-select-tree/demo.html +10 -0
- package/lib/xt-select-tree/index.js +1 -0
- package/lib/xt-select-tree/xt-select-tree.common.js +1791 -0
- package/lib/xt-select-tree/xt-select-tree.css +1 -0
- package/lib/xt-select-tree/xt-select-tree.umd.js +1801 -0
- package/lib/xt-select-tree/xt-select-tree.umd.min.js +1 -0
- package/lib/xt-step-price/demo.html +10 -0
- package/lib/xt-step-price/index.js +1 -0
- package/lib/xt-step-price/xt-step-price.common.js +800 -0
- package/lib/xt-step-price/xt-step-price.css +1 -0
- package/lib/xt-step-price/xt-step-price.umd.js +810 -0
- package/lib/xt-step-price/xt-step-price.umd.min.js +1 -0
- package/lib/xt-step-price-item/demo.html +10 -0
- package/lib/xt-step-price-item/index.js +1 -0
- package/lib/xt-step-price-item/xt-step-price-item.common.js +417 -0
- package/lib/xt-step-price-item/xt-step-price-item.umd.js +427 -0
- package/lib/xt-step-price-item/xt-step-price-item.umd.min.js +1 -0
- package/lib/xt-tab-pane/demo.html +10 -0
- package/lib/xt-tab-pane/index.js +1 -0
- package/lib/xt-tab-pane/xt-tab-pane.common.js +309 -0
- package/lib/xt-tab-pane/xt-tab-pane.umd.js +319 -0
- package/lib/xt-tab-pane/xt-tab-pane.umd.min.js +1 -0
- package/lib/xt-table/demo.html +10 -0
- package/lib/xt-table/index.js +1 -0
- package/lib/xt-table/xt-table.common.js +1027 -0
- package/lib/xt-table/xt-table.css +1 -0
- package/lib/xt-table/xt-table.umd.js +1037 -0
- package/lib/xt-table/xt-table.umd.min.js +1 -0
- package/lib/xt-tabs/demo.html +10 -0
- package/lib/xt-tabs/index.js +1 -0
- package/lib/xt-tabs/xt-tabs.common.js +463 -0
- package/lib/xt-tabs/xt-tabs.css +1 -0
- package/lib/xt-tabs/xt-tabs.umd.js +473 -0
- package/lib/xt-tabs/xt-tabs.umd.min.js +1 -0
- package/lib/xt-text/demo.html +10 -0
- package/lib/xt-text/index.js +1 -0
- package/lib/xt-text/xt-text.common.js +536 -0
- package/lib/xt-text/xt-text.css +1 -0
- package/lib/xt-text/xt-text.umd.js +546 -0
- package/lib/xt-text/xt-text.umd.min.js +1 -0
- package/lib/xt-time/demo.html +10 -0
- package/lib/xt-time/index.js +1 -0
- package/lib/xt-time/xt-time.common.js +555 -0
- package/lib/xt-time/xt-time.css +1 -0
- package/lib/xt-time/xt-time.umd.js +565 -0
- package/lib/xt-time/xt-time.umd.min.js +1 -0
- package/lib/xt-transfer-tree/demo.html +10 -0
- package/lib/xt-transfer-tree/index.js +1 -0
- package/lib/xt-transfer-tree/xt-transfer-tree.common.js +594 -0
- package/lib/xt-transfer-tree/xt-transfer-tree.css +1 -0
- package/lib/xt-transfer-tree/xt-transfer-tree.umd.js +604 -0
- package/lib/xt-transfer-tree/xt-transfer-tree.umd.min.js +1 -0
- package/lib/xt-upload/demo.html +10 -0
- package/lib/xt-upload/index.js +1 -0
- package/lib/xt-upload/xt-upload.common.js +1292 -0
- package/lib/xt-upload/xt-upload.css +1 -0
- package/lib/xt-upload/xt-upload.umd.js +1302 -0
- package/lib/xt-upload/xt-upload.umd.min.js +1 -0
- package/package.json +10 -7
- package/src/components/xt-badge/index.js +8 -7
- package/src/components/xt-button/index.js +1 -0
- package/src/components/xt-card/index.js +1 -0
- package/src/components/xt-card-item/index.js +1 -0
- package/src/components/xt-config-provider/index.js +1 -0
- package/src/components/xt-flex-box/index.js +1 -0
- package/src/components/xt-grid-box/index.js +1 -0
- package/src/components/xt-icon/index.js +1 -0
- package/src/components/xt-input/index.js +1 -0
- package/src/components/xt-map/index.js +1 -0
- package/src/components/xt-progress/index.js +8 -7
- package/src/components/xt-scroll-arrow/index.js +8 -7
- package/src/components/xt-step-price/index.js +1 -0
- package/src/components/xt-tab-pane/index.js +10 -0
- package/src/components/{xt-tabs/TabPane.vue → xt-tab-pane/index.vue} +14 -1
- package/src/components/xt-tabs/index.js +9 -10
- package/src/components/xt-tabs/index.vue +303 -44
- package/src/components/xt-text/index.js +1 -0
- package/src/components/xt-time/index.js +1 -0
- package/src/index.js +34 -2
|
@@ -0,0 +1,594 @@
|
|
|
1
|
+
module.exports =
|
|
2
|
+
/******/ (function(modules) { // webpackBootstrap
|
|
3
|
+
/******/ // The module cache
|
|
4
|
+
/******/ var installedModules = {};
|
|
5
|
+
/******/
|
|
6
|
+
/******/ // The require function
|
|
7
|
+
/******/ function __webpack_require__(moduleId) {
|
|
8
|
+
/******/
|
|
9
|
+
/******/ // Check if module is in cache
|
|
10
|
+
/******/ if(installedModules[moduleId]) {
|
|
11
|
+
/******/ return installedModules[moduleId].exports;
|
|
12
|
+
/******/ }
|
|
13
|
+
/******/ // Create a new module (and put it into the cache)
|
|
14
|
+
/******/ var module = installedModules[moduleId] = {
|
|
15
|
+
/******/ i: moduleId,
|
|
16
|
+
/******/ l: false,
|
|
17
|
+
/******/ exports: {}
|
|
18
|
+
/******/ };
|
|
19
|
+
/******/
|
|
20
|
+
/******/ // Execute the module function
|
|
21
|
+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
22
|
+
/******/
|
|
23
|
+
/******/ // Flag the module as loaded
|
|
24
|
+
/******/ module.l = true;
|
|
25
|
+
/******/
|
|
26
|
+
/******/ // Return the exports of the module
|
|
27
|
+
/******/ return module.exports;
|
|
28
|
+
/******/ }
|
|
29
|
+
/******/
|
|
30
|
+
/******/
|
|
31
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
32
|
+
/******/ __webpack_require__.m = modules;
|
|
33
|
+
/******/
|
|
34
|
+
/******/ // expose the module cache
|
|
35
|
+
/******/ __webpack_require__.c = installedModules;
|
|
36
|
+
/******/
|
|
37
|
+
/******/ // define getter function for harmony exports
|
|
38
|
+
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
39
|
+
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
40
|
+
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
41
|
+
/******/ }
|
|
42
|
+
/******/ };
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // define __esModule on exports
|
|
45
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
46
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
47
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
48
|
+
/******/ }
|
|
49
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
50
|
+
/******/ };
|
|
51
|
+
/******/
|
|
52
|
+
/******/ // create a fake namespace object
|
|
53
|
+
/******/ // mode & 1: value is a module id, require it
|
|
54
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
55
|
+
/******/ // mode & 4: return value when already ns object
|
|
56
|
+
/******/ // mode & 8|1: behave like require
|
|
57
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
58
|
+
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
59
|
+
/******/ if(mode & 8) return value;
|
|
60
|
+
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
61
|
+
/******/ var ns = Object.create(null);
|
|
62
|
+
/******/ __webpack_require__.r(ns);
|
|
63
|
+
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
64
|
+
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
65
|
+
/******/ return ns;
|
|
66
|
+
/******/ };
|
|
67
|
+
/******/
|
|
68
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
69
|
+
/******/ __webpack_require__.n = function(module) {
|
|
70
|
+
/******/ var getter = module && module.__esModule ?
|
|
71
|
+
/******/ function getDefault() { return module['default']; } :
|
|
72
|
+
/******/ function getModuleExports() { return module; };
|
|
73
|
+
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
74
|
+
/******/ return getter;
|
|
75
|
+
/******/ };
|
|
76
|
+
/******/
|
|
77
|
+
/******/ // Object.prototype.hasOwnProperty.call
|
|
78
|
+
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
|
+
/******/
|
|
80
|
+
/******/ // __webpack_public_path__
|
|
81
|
+
/******/ __webpack_require__.p = "";
|
|
82
|
+
/******/
|
|
83
|
+
/******/
|
|
84
|
+
/******/ // Load entry module and return exports
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = "fb15");
|
|
86
|
+
/******/ })
|
|
87
|
+
/************************************************************************/
|
|
88
|
+
/******/ ({
|
|
89
|
+
|
|
90
|
+
/***/ "d0a8":
|
|
91
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
92
|
+
|
|
93
|
+
// extracted by mini-css-extract-plugin
|
|
94
|
+
|
|
95
|
+
/***/ }),
|
|
96
|
+
|
|
97
|
+
/***/ "d2eb":
|
|
98
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
99
|
+
|
|
100
|
+
"use strict";
|
|
101
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_561bec94_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d0a8");
|
|
102
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_561bec94_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_561bec94_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
|
103
|
+
/* unused harmony reexport * */
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
/***/ }),
|
|
107
|
+
|
|
108
|
+
/***/ "fb15":
|
|
109
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
110
|
+
|
|
111
|
+
"use strict";
|
|
112
|
+
// ESM COMPAT FLAG
|
|
113
|
+
__webpack_require__.r(__webpack_exports__);
|
|
114
|
+
|
|
115
|
+
// EXPORTS
|
|
116
|
+
__webpack_require__.d(__webpack_exports__, "XtTransferTree", function() { return /* reexport */ xt_transfer_tree; });
|
|
117
|
+
|
|
118
|
+
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
119
|
+
// This file is imported into lib/wc client bundles.
|
|
120
|
+
|
|
121
|
+
if (typeof window !== 'undefined') {
|
|
122
|
+
var currentScript = window.document.currentScript
|
|
123
|
+
if (false) { var getCurrentScript; }
|
|
124
|
+
|
|
125
|
+
var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
|
|
126
|
+
if (src) {
|
|
127
|
+
__webpack_require__.p = src[1] // eslint-disable-line
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// Indicate to webpack that this file can be concatenated
|
|
132
|
+
/* harmony default export */ var setPublicPath = (null);
|
|
133
|
+
|
|
134
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b8cd9b04-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/xt-transfer-tree/index.vue?vue&type=template&id=561bec94&scoped=true
|
|
135
|
+
var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"xt-transfer-tree"},[_c('div',{staticClass:"xt-transfer-tree__panel xt-transfer-tree__source"},[_c('div',{staticClass:"xt-transfer-tree__header"},[_c('span',{staticClass:"xt-transfer-tree__title"},[_vm._v(_vm._s(_vm.leftTitle))]),_c('span',{staticClass:"xt-transfer-tree__count"},[_vm._v(_vm._s(_vm.leftCheckedCount)+"/"+_vm._s(_vm.leftTotalCount))])]),(_vm.filterable)?_c('div',{staticClass:"xt-transfer-tree__search"},[_c('el-input',{attrs:{"placeholder":"搜索","prefix-icon":"el-icon-search","size":"small"},model:{value:(_vm.leftFilterText),callback:function ($$v) {_vm.leftFilterText=$$v},expression:"leftFilterText"}})],1):_vm._e(),_c('div',{staticClass:"xt-transfer-tree__body"},[_c('el-tree',{ref:"leftTree",attrs:{"data":_vm.sourceData,"props":_vm.treeProps,"default-expand-all":_vm.defaultExpandAll,"filter-node-method":_vm.filterLeftNode,"show-checkbox":_vm.showCheckbox,"check-strictly":!_vm.cascade,"default-checked-keys":_vm.leftCheckedKeys},on:{"check-change":_vm.handleLeftCheckChange,"node-click":_vm.handleLeftNodeClick},scopedSlots:_vm._u([{key:"default",fn:function({ node, data }){return _c('span',{staticClass:"xt-transfer-tree__node"},[_c('span',[_vm._v(_vm._s(node.label))]),(data.children && data.children.length)?_c('span',{staticClass:"xt-transfer-tree__node-count"},[_vm._v(" ("+_vm._s(data.children.length)+") ")]):_vm._e()])}}])})],1)]),_c('div',{staticClass:"xt-transfer-tree__buttons"},[_c('el-button',{attrs:{"type":"primary","disabled":!_vm.leftCheckedCount,"size":_vm.buttonSize},on:{"click":_vm.transferToRight}},[_c('i',{staticClass:"el-icon-arrow-right"})]),_c('el-button',{attrs:{"type":"primary","disabled":!_vm.rightCheckedCount,"size":_vm.buttonSize},on:{"click":_vm.transferToLeft}},[_c('i',{staticClass:"el-icon-arrow-left"})])],1),_c('div',{staticClass:"xt-transfer-tree__panel xt-transfer-tree__target"},[_c('div',{staticClass:"xt-transfer-tree__header"},[_c('span',{staticClass:"xt-transfer-tree__title"},[_vm._v(_vm._s(_vm.rightTitle))]),_c('span',{staticClass:"xt-transfer-tree__count"},[_vm._v(_vm._s(_vm.rightCheckedCount)+"/"+_vm._s(_vm.rightTotalCount))])]),(_vm.filterable)?_c('div',{staticClass:"xt-transfer-tree__search"},[_c('el-input',{attrs:{"placeholder":"搜索","prefix-icon":"el-icon-search","size":"small"},model:{value:(_vm.rightFilterText),callback:function ($$v) {_vm.rightFilterText=$$v},expression:"rightFilterText"}})],1):_vm._e(),_c('div',{staticClass:"xt-transfer-tree__body"},[_c('el-tree',{ref:"rightTree",attrs:{"data":_vm.targetData,"props":_vm.treeProps,"default-expand-all":_vm.defaultExpandAll,"filter-node-method":_vm.filterRightNode,"show-checkbox":_vm.showCheckbox,"check-strictly":!_vm.cascade,"default-checked-keys":_vm.rightCheckedKeys},on:{"check-change":_vm.handleRightCheckChange,"node-click":_vm.handleRightNodeClick},scopedSlots:_vm._u([{key:"default",fn:function({ node, data }){return _c('span',{staticClass:"xt-transfer-tree__node"},[_c('span',[_vm._v(_vm._s(node.label))]),(data.children && data.children.length)?_c('span',{staticClass:"xt-transfer-tree__node-count"},[_vm._v(" ("+_vm._s(data.children.length)+") ")]):_vm._e()])}}])})],1)])])
|
|
136
|
+
}
|
|
137
|
+
var staticRenderFns = []
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
// CONCATENATED MODULE: ./src/components/xt-transfer-tree/index.vue?vue&type=template&id=561bec94&scoped=true
|
|
141
|
+
|
|
142
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/xt-transfer-tree/index.vue?vue&type=script&lang=js
|
|
143
|
+
|
|
144
|
+
/* harmony default export */ var xt_transfer_treevue_type_script_lang_js = ({
|
|
145
|
+
name: 'XtTransferTree',
|
|
146
|
+
|
|
147
|
+
props: {
|
|
148
|
+
data: {
|
|
149
|
+
type: Array,
|
|
150
|
+
default: () => []
|
|
151
|
+
},
|
|
152
|
+
value: {
|
|
153
|
+
type: Array,
|
|
154
|
+
default: () => []
|
|
155
|
+
},
|
|
156
|
+
leftTitle: {
|
|
157
|
+
type: String,
|
|
158
|
+
default: '待选择'
|
|
159
|
+
},
|
|
160
|
+
rightTitle: {
|
|
161
|
+
type: String,
|
|
162
|
+
default: '已选择'
|
|
163
|
+
},
|
|
164
|
+
treeProps: {
|
|
165
|
+
type: Object,
|
|
166
|
+
default: () => ({
|
|
167
|
+
label: 'label',
|
|
168
|
+
children: 'children',
|
|
169
|
+
value: 'id'
|
|
170
|
+
})
|
|
171
|
+
},
|
|
172
|
+
defaultExpandAll: {
|
|
173
|
+
type: Boolean,
|
|
174
|
+
default: true
|
|
175
|
+
},
|
|
176
|
+
filterable: {
|
|
177
|
+
type: Boolean,
|
|
178
|
+
default: false
|
|
179
|
+
},
|
|
180
|
+
showCheckbox: {
|
|
181
|
+
type: Boolean,
|
|
182
|
+
default: true
|
|
183
|
+
},
|
|
184
|
+
cascade: {
|
|
185
|
+
type: Boolean,
|
|
186
|
+
default: true
|
|
187
|
+
},
|
|
188
|
+
transferMode: {
|
|
189
|
+
type: String,
|
|
190
|
+
default: 'single',
|
|
191
|
+
validator: (val) => ['single', 'multiple', 'parent-child'].includes(val)
|
|
192
|
+
},
|
|
193
|
+
buttonSize: {
|
|
194
|
+
type: String,
|
|
195
|
+
default: 'small'
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
|
|
199
|
+
data() {
|
|
200
|
+
return {
|
|
201
|
+
leftFilterText: '',
|
|
202
|
+
rightFilterText: '',
|
|
203
|
+
leftCheckedKeys: [],
|
|
204
|
+
rightCheckedKeys: []
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
|
|
208
|
+
computed: {
|
|
209
|
+
sourceData() {
|
|
210
|
+
const valueSet = new Set(this.value)
|
|
211
|
+
return this.filterTreeData(this.data, valueSet, true)
|
|
212
|
+
},
|
|
213
|
+
|
|
214
|
+
targetData() {
|
|
215
|
+
const valueSet = new Set(this.value)
|
|
216
|
+
return this.filterTreeData(this.data, valueSet, false)
|
|
217
|
+
},
|
|
218
|
+
|
|
219
|
+
leftTotalCount() {
|
|
220
|
+
return this.countTreeNodes(this.sourceData)
|
|
221
|
+
},
|
|
222
|
+
|
|
223
|
+
rightTotalCount() {
|
|
224
|
+
return this.countTreeNodes(this.targetData)
|
|
225
|
+
},
|
|
226
|
+
|
|
227
|
+
leftCheckedCount() {
|
|
228
|
+
return this.leftCheckedKeys.length
|
|
229
|
+
},
|
|
230
|
+
|
|
231
|
+
rightCheckedCount() {
|
|
232
|
+
return this.rightCheckedKeys.length
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
|
|
236
|
+
watch: {
|
|
237
|
+
leftFilterText(val) {
|
|
238
|
+
this.$refs.leftTree && this.$refs.leftTree.filter(val)
|
|
239
|
+
},
|
|
240
|
+
rightFilterText(val) {
|
|
241
|
+
this.$refs.rightTree && this.$refs.rightTree.filter(val)
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
|
|
245
|
+
methods: {
|
|
246
|
+
filterTreeData(data, valueSet, exclude) {
|
|
247
|
+
return data
|
|
248
|
+
.map(node => {
|
|
249
|
+
const isTarget = valueSet.has(node[this.treeProps.value])
|
|
250
|
+
if (exclude && isTarget) return null
|
|
251
|
+
if (!exclude && !isTarget) return null
|
|
252
|
+
|
|
253
|
+
const result = { ...node }
|
|
254
|
+
if (node.children && node.children.length) {
|
|
255
|
+
const filteredChildren = this.filterTreeData(node.children, valueSet, exclude)
|
|
256
|
+
if (filteredChildren.length) {
|
|
257
|
+
result.children = filteredChildren
|
|
258
|
+
} else {
|
|
259
|
+
delete result.children
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
return result
|
|
263
|
+
})
|
|
264
|
+
.filter(Boolean)
|
|
265
|
+
},
|
|
266
|
+
|
|
267
|
+
countTreeNodes(data) {
|
|
268
|
+
let count = 0
|
|
269
|
+
data.forEach(node => {
|
|
270
|
+
count++
|
|
271
|
+
if (node.children) {
|
|
272
|
+
count += this.countTreeNodes(node.children)
|
|
273
|
+
}
|
|
274
|
+
})
|
|
275
|
+
return count
|
|
276
|
+
},
|
|
277
|
+
|
|
278
|
+
getAllKeys(node, keys = []) {
|
|
279
|
+
keys.push(node[this.treeProps.value])
|
|
280
|
+
if (node.children) {
|
|
281
|
+
node.children.forEach(child => this.getAllKeys(child, keys))
|
|
282
|
+
}
|
|
283
|
+
return keys
|
|
284
|
+
},
|
|
285
|
+
|
|
286
|
+
getParentKeys(data, key, parentKeys = []) {
|
|
287
|
+
for (const node of data) {
|
|
288
|
+
if (node[this.treeProps.value] === key) {
|
|
289
|
+
return parentKeys
|
|
290
|
+
}
|
|
291
|
+
if (node.children) {
|
|
292
|
+
const result = this.getParentKeys(node.children, key, [...parentKeys, node[this.treeProps.value]])
|
|
293
|
+
if (result.length > 0) return result
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
return []
|
|
297
|
+
},
|
|
298
|
+
|
|
299
|
+
filterLeftNode(value, data) {
|
|
300
|
+
if (!value) return true
|
|
301
|
+
return String(data[this.treeProps.label]).toLowerCase().indexOf(value.toLowerCase()) !== -1
|
|
302
|
+
},
|
|
303
|
+
|
|
304
|
+
filterRightNode(value, data) {
|
|
305
|
+
if (!value) return true
|
|
306
|
+
return String(data[this.treeProps.label]).toLowerCase().indexOf(value.toLowerCase()) !== -1
|
|
307
|
+
},
|
|
308
|
+
|
|
309
|
+
handleLeftCheckChange(data, checked) {
|
|
310
|
+
const key = data[this.treeProps.value]
|
|
311
|
+
if (checked) {
|
|
312
|
+
if (!this.leftCheckedKeys.includes(key)) {
|
|
313
|
+
this.leftCheckedKeys.push(key)
|
|
314
|
+
}
|
|
315
|
+
if (this.cascade && data.children) {
|
|
316
|
+
data.children.forEach(child => {
|
|
317
|
+
const childKey = child[this.treeProps.value]
|
|
318
|
+
if (!this.leftCheckedKeys.includes(childKey)) {
|
|
319
|
+
this.leftCheckedKeys.push(childKey)
|
|
320
|
+
}
|
|
321
|
+
})
|
|
322
|
+
}
|
|
323
|
+
} else {
|
|
324
|
+
this.leftCheckedKeys = this.leftCheckedKeys.filter(k => k !== key)
|
|
325
|
+
if (this.cascade && data.children) {
|
|
326
|
+
data.children.forEach(child => {
|
|
327
|
+
this.leftCheckedKeys = this.leftCheckedKeys.filter(k => k !== child[this.treeProps.value])
|
|
328
|
+
})
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
|
|
333
|
+
handleRightCheckChange(data, checked) {
|
|
334
|
+
const key = data[this.treeProps.value]
|
|
335
|
+
if (checked) {
|
|
336
|
+
if (!this.rightCheckedKeys.includes(key)) {
|
|
337
|
+
this.rightCheckedKeys.push(key)
|
|
338
|
+
}
|
|
339
|
+
if (this.cascade && data.children) {
|
|
340
|
+
data.children.forEach(child => {
|
|
341
|
+
const childKey = child[this.treeProps.value]
|
|
342
|
+
if (!this.rightCheckedKeys.includes(childKey)) {
|
|
343
|
+
this.rightCheckedKeys.push(childKey)
|
|
344
|
+
}
|
|
345
|
+
})
|
|
346
|
+
}
|
|
347
|
+
} else {
|
|
348
|
+
this.rightCheckedKeys = this.rightCheckedKeys.filter(k => k !== key)
|
|
349
|
+
if (this.cascade && data.children) {
|
|
350
|
+
data.children.forEach(child => {
|
|
351
|
+
this.rightCheckedKeys = this.rightCheckedKeys.filter(k => k !== child[this.treeProps.value])
|
|
352
|
+
})
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
|
|
357
|
+
handleLeftNodeClick(data) {
|
|
358
|
+
if (!this.showCheckbox) {
|
|
359
|
+
const key = data[this.treeProps.value]
|
|
360
|
+
const keysToTransfer = this.getTransferKeys(data)
|
|
361
|
+
this.transferKeys(keysToTransfer, true)
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
|
|
365
|
+
handleRightNodeClick(data) {
|
|
366
|
+
if (!this.showCheckbox) {
|
|
367
|
+
const key = data[this.treeProps.value]
|
|
368
|
+
const keysToTransfer = this.getTransferKeys(data)
|
|
369
|
+
this.transferKeys(keysToTransfer, false)
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
|
|
373
|
+
getTransferKeys(data) {
|
|
374
|
+
const key = data[this.treeProps.value]
|
|
375
|
+
switch (this.transferMode) {
|
|
376
|
+
case 'parent-child':
|
|
377
|
+
return this.getAllKeys(data)
|
|
378
|
+
case 'multiple':
|
|
379
|
+
return [key]
|
|
380
|
+
default:
|
|
381
|
+
return [key]
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
|
|
385
|
+
transferToRight() {
|
|
386
|
+
const keys = [...this.leftCheckedKeys]
|
|
387
|
+
this.transferKeys(keys, true)
|
|
388
|
+
this.leftCheckedKeys = []
|
|
389
|
+
},
|
|
390
|
+
|
|
391
|
+
transferToLeft() {
|
|
392
|
+
const keys = [...this.rightCheckedKeys]
|
|
393
|
+
this.transferKeys(keys, false)
|
|
394
|
+
this.rightCheckedKeys = []
|
|
395
|
+
},
|
|
396
|
+
|
|
397
|
+
transferKeys(keys, toRight) {
|
|
398
|
+
const currentValue = [...this.value]
|
|
399
|
+
const newKeys = new Set(currentValue)
|
|
400
|
+
|
|
401
|
+
if (toRight) {
|
|
402
|
+
keys.forEach(k => newKeys.add(k))
|
|
403
|
+
if (this.cascade) {
|
|
404
|
+
keys.forEach(k => {
|
|
405
|
+
const parentKeys = this.getParentKeys(this.data, k)
|
|
406
|
+
parentKeys.forEach(pk => newKeys.add(pk))
|
|
407
|
+
})
|
|
408
|
+
}
|
|
409
|
+
} else {
|
|
410
|
+
keys.forEach(k => newKeys.delete(k))
|
|
411
|
+
if (this.cascade) {
|
|
412
|
+
keys.forEach(k => {
|
|
413
|
+
const allChildKeys = []
|
|
414
|
+
this.findAllChildKeys(this.data, k, allChildKeys)
|
|
415
|
+
allChildKeys.forEach(ck => newKeys.delete(ck))
|
|
416
|
+
})
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
const newValue = Array.from(newKeys)
|
|
421
|
+
this.$emit('update:value', newValue)
|
|
422
|
+
this.$emit('change', {
|
|
423
|
+
value: newValue,
|
|
424
|
+
addedKeys: toRight ? keys : [],
|
|
425
|
+
removedKeys: toRight ? [] : keys
|
|
426
|
+
})
|
|
427
|
+
},
|
|
428
|
+
|
|
429
|
+
findAllChildKeys(data, parentKey, childKeys) {
|
|
430
|
+
for (const node of data) {
|
|
431
|
+
if (node[this.treeProps.value] === parentKey && node.children) {
|
|
432
|
+
node.children.forEach(child => {
|
|
433
|
+
childKeys.push(child[this.treeProps.value])
|
|
434
|
+
if (child.children) {
|
|
435
|
+
this.findAllChildKeys([child], child[this.treeProps.value], childKeys)
|
|
436
|
+
}
|
|
437
|
+
})
|
|
438
|
+
}
|
|
439
|
+
if (node.children) {
|
|
440
|
+
this.findAllChildKeys(node.children, parentKey, childKeys)
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
|
|
445
|
+
clearSelection() {
|
|
446
|
+
this.leftCheckedKeys = []
|
|
447
|
+
this.rightCheckedKeys = []
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
});
|
|
451
|
+
|
|
452
|
+
// CONCATENATED MODULE: ./src/components/xt-transfer-tree/index.vue?vue&type=script&lang=js
|
|
453
|
+
/* harmony default export */ var components_xt_transfer_treevue_type_script_lang_js = (xt_transfer_treevue_type_script_lang_js);
|
|
454
|
+
// EXTERNAL MODULE: ./src/components/xt-transfer-tree/index.vue?vue&type=style&index=0&id=561bec94&prod&lang=scss&scoped=true
|
|
455
|
+
var xt_transfer_treevue_type_style_index_0_id_561bec94_prod_lang_scss_scoped_true = __webpack_require__("d2eb");
|
|
456
|
+
|
|
457
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
458
|
+
/* globals __VUE_SSR_CONTEXT__ */
|
|
459
|
+
|
|
460
|
+
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
|
|
461
|
+
// This module is a runtime utility for cleaner component module output and will
|
|
462
|
+
// be included in the final webpack user bundle.
|
|
463
|
+
|
|
464
|
+
function normalizeComponent(
|
|
465
|
+
scriptExports,
|
|
466
|
+
render,
|
|
467
|
+
staticRenderFns,
|
|
468
|
+
functionalTemplate,
|
|
469
|
+
injectStyles,
|
|
470
|
+
scopeId,
|
|
471
|
+
moduleIdentifier /* server only */,
|
|
472
|
+
shadowMode /* vue-cli only */
|
|
473
|
+
) {
|
|
474
|
+
// Vue.extend constructor export interop
|
|
475
|
+
var options =
|
|
476
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
477
|
+
|
|
478
|
+
// render functions
|
|
479
|
+
if (render) {
|
|
480
|
+
options.render = render
|
|
481
|
+
options.staticRenderFns = staticRenderFns
|
|
482
|
+
options._compiled = true
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// functional template
|
|
486
|
+
if (functionalTemplate) {
|
|
487
|
+
options.functional = true
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
// scopedId
|
|
491
|
+
if (scopeId) {
|
|
492
|
+
options._scopeId = 'data-v-' + scopeId
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
var hook
|
|
496
|
+
if (moduleIdentifier) {
|
|
497
|
+
// server build
|
|
498
|
+
hook = function (context) {
|
|
499
|
+
// 2.3 injection
|
|
500
|
+
context =
|
|
501
|
+
context || // cached call
|
|
502
|
+
(this.$vnode && this.$vnode.ssrContext) || // stateful
|
|
503
|
+
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
|
|
504
|
+
// 2.2 with runInNewContext: true
|
|
505
|
+
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
506
|
+
context = __VUE_SSR_CONTEXT__
|
|
507
|
+
}
|
|
508
|
+
// inject component styles
|
|
509
|
+
if (injectStyles) {
|
|
510
|
+
injectStyles.call(this, context)
|
|
511
|
+
}
|
|
512
|
+
// register component module identifier for async chunk inferrence
|
|
513
|
+
if (context && context._registeredComponents) {
|
|
514
|
+
context._registeredComponents.add(moduleIdentifier)
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
// used by ssr in case component is cached and beforeCreate
|
|
518
|
+
// never gets called
|
|
519
|
+
options._ssrRegister = hook
|
|
520
|
+
} else if (injectStyles) {
|
|
521
|
+
hook = shadowMode
|
|
522
|
+
? function () {
|
|
523
|
+
injectStyles.call(
|
|
524
|
+
this,
|
|
525
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
526
|
+
)
|
|
527
|
+
}
|
|
528
|
+
: injectStyles
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
if (hook) {
|
|
532
|
+
if (options.functional) {
|
|
533
|
+
// for template-only hot-reload because in that case the render fn doesn't
|
|
534
|
+
// go through the normalizer
|
|
535
|
+
options._injectStyles = hook
|
|
536
|
+
// register for functional component in vue file
|
|
537
|
+
var originalRender = options.render
|
|
538
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
539
|
+
hook.call(context)
|
|
540
|
+
return originalRender(h, context)
|
|
541
|
+
}
|
|
542
|
+
} else {
|
|
543
|
+
// inject component registration as beforeCreate hook
|
|
544
|
+
var existing = options.beforeCreate
|
|
545
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
return {
|
|
550
|
+
exports: scriptExports,
|
|
551
|
+
options: options
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
// CONCATENATED MODULE: ./src/components/xt-transfer-tree/index.vue
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
/* normalize component */
|
|
563
|
+
|
|
564
|
+
var component = normalizeComponent(
|
|
565
|
+
components_xt_transfer_treevue_type_script_lang_js,
|
|
566
|
+
render,
|
|
567
|
+
staticRenderFns,
|
|
568
|
+
false,
|
|
569
|
+
null,
|
|
570
|
+
"561bec94",
|
|
571
|
+
null
|
|
572
|
+
|
|
573
|
+
)
|
|
574
|
+
|
|
575
|
+
/* harmony default export */ var xt_transfer_tree = (component.exports);
|
|
576
|
+
// CONCATENATED MODULE: ./src/components/xt-transfer-tree/index.js
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
xt_transfer_tree.install = function (Vue) {
|
|
580
|
+
Vue.component(xt_transfer_tree.name, xt_transfer_tree)
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
/* harmony default export */ var components_xt_transfer_tree = (xt_transfer_tree);
|
|
584
|
+
|
|
585
|
+
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
/* harmony default export */ var entry_lib = __webpack_exports__["default"] = (components_xt_transfer_tree);
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
/***/ })
|
|
593
|
+
|
|
594
|
+
/******/ });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.xt-transfer-tree[data-v-561bec94]{display:flex;align-items:stretch;width:100%;height:100%}.xt-transfer-tree__panel[data-v-561bec94]{flex:1;display:flex;flex-direction:column;border:1px solid #ebeef5;border-radius:4px;overflow:hidden}.xt-transfer-tree__source[data-v-561bec94]{margin-right:8px}.xt-transfer-tree__target[data-v-561bec94]{margin-left:8px}.xt-transfer-tree__header[data-v-561bec94]{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#f5f7fa;border-bottom:1px solid #ebeef5}.xt-transfer-tree__title[data-v-561bec94]{font-size:14px;font-weight:600;color:#303133}.xt-transfer-tree__count[data-v-561bec94]{font-size:12px;color:#909399}.xt-transfer-tree__search[data-v-561bec94]{padding:8px 12px;border-bottom:1px solid #ebeef5}.xt-transfer-tree__body[data-v-561bec94]{flex:1;overflow-y:auto;padding:8px}.xt-transfer-tree__buttons[data-v-561bec94]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px;gap:8px}.xt-transfer-tree__node[data-v-561bec94]{display:flex;align-items:center;gap:4px}.xt-transfer-tree__node-count[data-v-561bec94]{font-size:12px;color:#909399}.xt-transfer-tree__body[data-v-561bec94]::-webkit-scrollbar{width:6px}.xt-transfer-tree__body[data-v-561bec94]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.xt-transfer-tree__body[data-v-561bec94]::-webkit-scrollbar-track{background:transparent}
|