@fmdevui/fm-dev 1.0.65 → 1.0.66
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/es/{defaults.css → index.css} +0 -2
- package/es/packages/core/ui/components/fmtree/index.vue.mjs +2 -4
- package/es/packages/core/ui/components/fmtree/index.vue2.mjs +6 -6
- package/es/packages/core/ui/components/index.mjs +3 -2
- package/index.css +0 -31
- package/index.js +8 -10
- package/index.min.css +0 -2
- package/index.min.js +24 -24
- package/index.min.mjs +24 -24
- package/index.mjs +8 -10
- package/lib/index.css +0 -2
- package/lib/packages/core/ui/components/fmtree/index.vue.js +2 -4
- package/lib/packages/core/ui/components/fmtree/index.vue2.js +6 -6
- package/lib/packages/core/ui/components/index.js +3 -2
- package/package.json +1 -1
- package/es/packages/core/ui/components/fmtree/index.vue3.mjs +0 -3
- package/lib/packages/core/ui/components/fmtree/index.vue3.js +0 -7
|
@@ -1,3 +1 @@
|
|
|
1
1
|
.drag_verify[data-v-9e8c9ed2]{background-color:#e8e8e8;overflow:hidden;position:relative;text-align:center}.drag_verify .dv_handler[data-v-9e8c9ed2]{cursor:move;left:0;position:absolute;top:0}.drag_verify .dv_handler i[data-v-9e8c9ed2]{color:#666;font-size:16px;padding-left:0}.drag_verify .dv_handler .el-icon-circle-check[data-v-9e8c9ed2]{color:#6c6;margin-top:9px}.drag_verify .dv_progress_bar[data-v-9e8c9ed2]{height:34px;position:absolute;width:0}.drag_verify .dv_text[data-v-9e8c9ed2]{background:-webkit-gradient(linear,left top,right top,color-stop(0,var(--textColor)),color-stop(.4,var(--textColor)),color-stop(.5,#fff),color-stop(.6,var(--textColor)),color-stop(1,var(--textColor)));-webkit-background-clip:text;color:transparent;position:absolute;top:0;-moz-user-select:none;-webkit-user-select:none;user-select:none;-o-user-select:none;-ms-user-select:none;-webkit-text-fill-color:transparent;-webkit-text-size-adjust:none;animation:slidetounlock 3s infinite}.drag_verify .dv_text[data-v-9e8c9ed2] *{-webkit-text-fill-color:var(--textColor)}.goFirst[data-v-9e8c9ed2]{left:0!important;transition:left .5s}.goOrigin[data-v-9e8c9ed2]{transition:transform .5s}.goKeep[data-v-9e8c9ed2]{transition:left .2s}.goFirst2[data-v-9e8c9ed2]{transition:width .5s;width:0!important}.drag-verify-container[data-v-9e8c9ed2]{border-radius:50%;line-height:0;position:relative}.move-bar[data-v-9e8c9ed2]{position:absolute;z-index:100}.clip-bar[data-v-9e8c9ed2]{background:hsla(0,0%,100%,.8);position:absolute}.refresh[data-v-9e8c9ed2]{cursor:pointer;font-size:20px;position:absolute;right:5px;top:5px;z-index:200}.tips[data-v-9e8c9ed2]{bottom:25px;font-size:12px;height:20px;line-height:20px;position:absolute;text-align:center;width:100%;z-index:200}.tips.success[data-v-9e8c9ed2]{background:hsla(0,0%,100%,.6);color:green}.tips.danger[data-v-9e8c9ed2]{background:rgba(0,0,0,.6);color:#ff0}.check-img[data-v-9e8c9ed2]{border-radius:50%;width:100%}
|
|
2
|
-
|
|
3
|
-
.box-card[data-v-69322010]{height:100%}.card-header[data-v-69322010]{padding:5px}.tree-h-flex[data-v-69322010]{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;overflow:hidden}.tree-h-left[data-v-69322010]{flex:1 1 200px;min-width:0;overflow:hidden}.tree-h-right-group[data-v-69322010]{align-items:center;display:flex;flex-shrink:0;white-space:nowrap}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import _sfc_main from './index.vue2.mjs';
|
|
2
|
-
import './index.vue3.mjs';
|
|
3
|
-
import _export_sfc from '../../../../../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
2
|
|
|
5
|
-
var fmtree = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-69322010"]]);
|
|
6
3
|
|
|
7
|
-
|
|
4
|
+
|
|
5
|
+
export { _sfc_main as default };
|
|
@@ -2,10 +2,10 @@ import { defineComponent, ref, reactive, onMounted, watch, resolveComponent, res
|
|
|
2
2
|
import { Search, MoreFilled } from '@element-plus/icons-vue';
|
|
3
3
|
import { useBaseApi } from '../../../api/base/index.mjs';
|
|
4
4
|
|
|
5
|
-
const _hoisted_1 = {
|
|
6
|
-
const _hoisted_2 = {
|
|
7
|
-
const _hoisted_3 = {
|
|
8
|
-
const _hoisted_4 = {
|
|
5
|
+
const _hoisted_1 = { style: { "padding": "5px" } };
|
|
6
|
+
const _hoisted_2 = { style: { "display": "flex", "align-items": "center", "gap": "8px", "flex-wrap": "nowrap", "overflow": "hidden" } };
|
|
7
|
+
const _hoisted_3 = { style: { "flex": "1 1 200px", "min-width": "0", "overflow": "hidden" } };
|
|
8
|
+
const _hoisted_4 = { style: { "display": "flex", "align-items": "center", "flex-shrink": "0", "white-space": "nowrap" } };
|
|
9
9
|
const _hoisted_5 = { style: { "margin-bottom": "45px" } };
|
|
10
10
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
11
|
...{
|
|
@@ -109,9 +109,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
109
109
|
const _component_el_card = resolveComponent("el-card");
|
|
110
110
|
const _directive_loading = resolveDirective("loading");
|
|
111
111
|
return openBlock(), createBlock(_component_el_card, {
|
|
112
|
-
class: "box-card",
|
|
113
112
|
shadow: "hover",
|
|
114
|
-
"body-style": "height:100%;overflow:auto;padding:5px;width:100%;"
|
|
113
|
+
"body-style": "height:100%;overflow:auto;padding:5px;width:100%;",
|
|
114
|
+
style: { "height": "100%" }
|
|
115
115
|
}, {
|
|
116
116
|
header: withCtx(() => [
|
|
117
117
|
createElementVNode("div", _hoisted_1, [
|
|
@@ -4,13 +4,14 @@ import dragimg from './dragVerify/dragVerifyImgRotate.vue.mjs';
|
|
|
4
4
|
import './fmselect/index.vue.mjs';
|
|
5
5
|
import './fmautocomplete/index.vue.mjs';
|
|
6
6
|
import './inputdropdown/index.vue.mjs';
|
|
7
|
-
import
|
|
7
|
+
import './fmtree/index.vue.mjs';
|
|
8
8
|
export { elSvg } from './svgIcon/index.mjs';
|
|
9
9
|
import _sfc_main from './transfer/index.vue2.mjs';
|
|
10
10
|
import _sfc_main$1 from './noticeBar/index.vue2.mjs';
|
|
11
11
|
import _sfc_main$2 from './fmselect/index.vue2.mjs';
|
|
12
12
|
import _sfc_main$3 from './fmautocomplete/index.vue2.mjs';
|
|
13
13
|
import _sfc_main$4 from './inputdropdown/index.vue2.mjs';
|
|
14
|
+
import _sfc_main$5 from './fmtree/index.vue2.mjs';
|
|
14
15
|
|
|
15
16
|
const FmTransfer = _sfc_main;
|
|
16
17
|
const FmNoticeBar = _sfc_main$1;
|
|
@@ -18,6 +19,6 @@ const FmDragImg = dragimg;
|
|
|
18
19
|
const Fmselect = _sfc_main$2;
|
|
19
20
|
const FmAutocomplete = _sfc_main$3;
|
|
20
21
|
const Fminputdropdown = _sfc_main$4;
|
|
21
|
-
const FmTree =
|
|
22
|
+
const FmTree = _sfc_main$5;
|
|
22
23
|
|
|
23
24
|
export { FmAutocomplete, FmDragImg, FmNoticeBar, FmTransfer, FmTree, Fminputdropdown, Fmselect };
|
package/index.css
CHANGED
|
@@ -111,34 +111,3 @@
|
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
/* 主容器 */
|
|
117
|
-
.box-card[data-v-69322010] {
|
|
118
|
-
height: 100%;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/* 卡片头部 */
|
|
122
|
-
.card-header[data-v-69322010] {
|
|
123
|
-
padding: 5px;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
/* 水平布局 */
|
|
127
|
-
.tree-h-flex[data-v-69322010] {
|
|
128
|
-
display: flex;
|
|
129
|
-
align-items: center;
|
|
130
|
-
gap: 8px;
|
|
131
|
-
flex-wrap: nowrap;
|
|
132
|
-
overflow: hidden;
|
|
133
|
-
}
|
|
134
|
-
.tree-h-left[data-v-69322010] {
|
|
135
|
-
flex: 1 1 200px;
|
|
136
|
-
min-width: 0;
|
|
137
|
-
overflow: hidden;
|
|
138
|
-
}
|
|
139
|
-
.tree-h-right-group[data-v-69322010] {
|
|
140
|
-
display: flex;
|
|
141
|
-
align-items: center;
|
|
142
|
-
flex-shrink: 0;
|
|
143
|
-
white-space: nowrap;
|
|
144
|
-
}
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.66 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('crypto'), require('url'), require('http'), require('https'), require('util'), require('stream'), require('assert'), require('zlib'), require('element-plus')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'crypto', 'url', 'http', 'https', 'util', 'stream', 'assert', 'zlib', 'element-plus'], factory) :
|
|
@@ -30038,10 +30038,10 @@
|
|
|
30038
30038
|
ZoomOut: zoom_out_default
|
|
30039
30039
|
});
|
|
30040
30040
|
|
|
30041
|
-
const _hoisted_1$1 = {
|
|
30042
|
-
const _hoisted_2 = {
|
|
30043
|
-
const _hoisted_3 = {
|
|
30044
|
-
const _hoisted_4 = {
|
|
30041
|
+
const _hoisted_1$1 = { style: { "padding": "5px" } };
|
|
30042
|
+
const _hoisted_2 = { style: { "display": "flex", "align-items": "center", "gap": "8px", "flex-wrap": "nowrap", "overflow": "hidden" } };
|
|
30043
|
+
const _hoisted_3 = { style: { "flex": "1 1 200px", "min-width": "0", "overflow": "hidden" } };
|
|
30044
|
+
const _hoisted_4 = { style: { "display": "flex", "align-items": "center", "flex-shrink": "0", "white-space": "nowrap" } };
|
|
30045
30045
|
const _hoisted_5 = { style: { "margin-bottom": "45px" } };
|
|
30046
30046
|
var _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
30047
30047
|
...{
|
|
@@ -30145,9 +30145,9 @@
|
|
|
30145
30145
|
const _component_el_card = vue.resolveComponent("el-card");
|
|
30146
30146
|
const _directive_loading = vue.resolveDirective("loading");
|
|
30147
30147
|
return vue.openBlock(), vue.createBlock(_component_el_card, {
|
|
30148
|
-
class: "box-card",
|
|
30149
30148
|
shadow: "hover",
|
|
30150
|
-
"body-style": "height:100%;overflow:auto;padding:5px;width:100%;"
|
|
30149
|
+
"body-style": "height:100%;overflow:auto;padding:5px;width:100%;",
|
|
30150
|
+
style: { "height": "100%" }
|
|
30151
30151
|
}, {
|
|
30152
30152
|
header: vue.withCtx(() => [
|
|
30153
30153
|
vue.createElementVNode("div", _hoisted_1$1, [
|
|
@@ -30274,8 +30274,6 @@
|
|
|
30274
30274
|
}
|
|
30275
30275
|
});
|
|
30276
30276
|
|
|
30277
|
-
var fmtree = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-69322010"]]);
|
|
30278
|
-
|
|
30279
30277
|
const _hoisted_1 = ["src"];
|
|
30280
30278
|
var _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
30281
30279
|
...{
|
|
@@ -30381,7 +30379,7 @@
|
|
|
30381
30379
|
const Fmselect = _sfc_main$5;
|
|
30382
30380
|
const FmAutocomplete = _sfc_main$4;
|
|
30383
30381
|
const Fminputdropdown = _sfc_main$3;
|
|
30384
|
-
const FmTree =
|
|
30382
|
+
const FmTree = _sfc_main$2;
|
|
30385
30383
|
|
|
30386
30384
|
const makeInstaller = (components = []) => {
|
|
30387
30385
|
const install = (app) => {
|
package/index.min.css
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
1
|
.drag_verify[data-v-9e8c9ed2]{background-color:#e8e8e8;overflow:hidden;position:relative;text-align:center}.drag_verify .dv_handler[data-v-9e8c9ed2]{cursor:move;left:0;position:absolute;top:0}.drag_verify .dv_handler i[data-v-9e8c9ed2]{color:#666;font-size:16px;padding-left:0}.drag_verify .dv_handler .el-icon-circle-check[data-v-9e8c9ed2]{color:#6c6;margin-top:9px}.drag_verify .dv_progress_bar[data-v-9e8c9ed2]{height:34px;position:absolute;width:0}.drag_verify .dv_text[data-v-9e8c9ed2]{background:-webkit-gradient(linear,left top,right top,color-stop(0,var(--textColor)),color-stop(.4,var(--textColor)),color-stop(.5,#fff),color-stop(.6,var(--textColor)),color-stop(1,var(--textColor)));-webkit-background-clip:text;color:transparent;position:absolute;top:0;-moz-user-select:none;-webkit-user-select:none;user-select:none;-o-user-select:none;-ms-user-select:none;-webkit-text-fill-color:transparent;-webkit-text-size-adjust:none;animation:slidetounlock 3s infinite}.drag_verify .dv_text[data-v-9e8c9ed2] *{-webkit-text-fill-color:var(--textColor)}.goFirst[data-v-9e8c9ed2]{left:0!important;transition:left .5s}.goOrigin[data-v-9e8c9ed2]{transition:transform .5s}.goKeep[data-v-9e8c9ed2]{transition:left .2s}.goFirst2[data-v-9e8c9ed2]{transition:width .5s;width:0!important}.drag-verify-container[data-v-9e8c9ed2]{border-radius:50%;line-height:0;position:relative}.move-bar[data-v-9e8c9ed2]{position:absolute;z-index:100}.clip-bar[data-v-9e8c9ed2]{background:hsla(0,0%,100%,.8);position:absolute}.refresh[data-v-9e8c9ed2]{cursor:pointer;font-size:20px;position:absolute;right:5px;top:5px;z-index:200}.tips[data-v-9e8c9ed2]{bottom:25px;font-size:12px;height:20px;line-height:20px;position:absolute;text-align:center;width:100%;z-index:200}.tips.success[data-v-9e8c9ed2]{background:hsla(0,0%,100%,.6);color:green}.tips.danger[data-v-9e8c9ed2]{background:rgba(0,0,0,.6);color:#ff0}.check-img[data-v-9e8c9ed2]{border-radius:50%;width:100%}
|
|
2
|
-
|
|
3
|
-
.box-card[data-v-69322010]{height:100%}.card-header[data-v-69322010]{padding:5px}.tree-h-flex[data-v-69322010]{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;overflow:hidden}.tree-h-left[data-v-69322010]{flex:1 1 200px;min-width:0;overflow:hidden}.tree-h-right-group[data-v-69322010]{align-items:center;display:flex;flex-shrink:0;white-space:nowrap}
|