@flyto/farco 1.5.2 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-0ec0668f.js → chunk-263be364.js} +10 -3
- package/dist/chunk-280693bd.js +95 -0
- package/dist/chunk-2996ffde.js +942 -0
- package/dist/chunk-3a5813bb.js +2 -0
- package/dist/chunk-459546fb.js +13096 -0
- package/dist/chunk-9fe29f28.js +1 -0
- package/dist/{chunk-a1e9227b.js → chunk-caea256f.js} +1 -1
- package/dist/chunk-f3768b0d.js +164 -0
- package/dist/fform-item.cjs.js +1 -1
- package/dist/fform-item.es.js +5 -5
- package/dist/fform.cjs.js +1 -1
- package/dist/fform.es.js +5 -5
- package/dist/fpop-choice.cjs.js +1 -1
- package/dist/fpop-choice.es.js +5 -5
- package/dist/fquery-list.cjs.js +1 -1
- package/dist/fquery-list.es.js +5 -5
- package/dist/fsearch.cjs.js +1 -1
- package/dist/fsearch.es.js +5 -5
- package/dist/ftable.cjs.js +1 -1
- package/dist/ftable.es.js +3 -3
- package/dist/ftext.cjs.js +1 -1
- package/dist/ftext.es.js +3 -3
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +8 -8
- package/dist/index.umd.js +53 -53
- package/dist/style.css +1 -1
- package/dist/types/components/ftable/constants/index.d.ts +3 -2
- package/dist/types/components/ftable/ftable.d.ts +11 -1
- package/dist/types/components/ftable/use-cols-set-drag.d.ts +19 -0
- package/dist/types/components/ftable/utils/index.d.ts +2 -2
- package/package.json +1 -1
- package/dist/chunk-104d11d8.js +0 -12737
- package/dist/chunk-3e3782aa.js +0 -1
- package/dist/chunk-580cef57.js +0 -95
- package/dist/chunk-7779a34c.js +0 -169
- package/dist/chunk-7f5dc3d4.js +0 -955
- package/dist/chunk-dab5c341.js +0 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";require("vue");const r=require("@arco-design/web-vue");function f(n,t,s){const o={duration:2500,content:""};return typeof n=="string"||typeof n=="function"?(o.content=n,Object.assign(o,s)):Object.assign(o,n),r.Message[t||"info"](o)}function c(n,t,s,o){const e={content:"",hideCancel:!0,title:"\u63D0\u793A"};let i=!1;return typeof n=="string"||typeof n=="function"?(e.content=n,Object.assign(e,s),i=Boolean(o)):(Object.assign(e,n),i=Boolean(s)),r.Modal[t!=="normal"&&t?t:"open"]({...e,hideCancel:!i})}function a(n,t,s){return new Promise((o,e)=>{typeof n!="string"&&typeof n!="function"?c({...n,onOk(){o()},onClose(){e()}},t,!1):c(n,t,{...s,onOk(){o()},onClose(){e()}},!1)})}function u(n,t,s){return new Promise((o,e)=>{typeof n!="string"&&typeof n!="function"?c({maskClosable:!1,...n,onOk(){o()},onClose(){e()}},t,!0):c(n,t,{maskClosable:!1,...s,onOk(){o()},onClose(){e()}},!0)})}const l=(n,t)=>{const s=n.__vccOpts||n;for(const[o,e]of t)s[o]=e;return s};exports._export_sfc=l;exports.a=f;exports.f=u;exports.s=a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),_=require("@arco-design/web-vue"),
|
|
1
|
+
"use strict";const e=require("vue"),_=require("@arco-design/web-vue"),k=require("./chunk-9fe29f28.js"),h=require("./chunk-32aa5901.js"),g=require("./chunk-592857c5.js"),T="\u6682\u65E0",x={ignoreEllips:{type:Boolean,default:!1},ellipsType:{type:String,default:"normal"},ellipsConfig:{type:Object,default:()=>({})},placeholder:{type:String,default:T},preIcon:{type:String,default:""},preIconProps:{type:Object,default:()=>({})},render:{type:Function,default:null}},w={class:"f-text",style:{display:"flex","align-items":"center"}},B={key:1},E={key:1},V={key:0},b={key:1},I=e.defineComponent({__name:"ftext",props:e.mergeModels(x,{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(f){const d=e.inject(h.fformCtxInjectKey,null),o=f,a=e.ref(),r={rows:1,type:"normal",moreText:"\u66F4\u591A",lessText:"\u6536\u8D77",moreIcon:"IconSearch"},n=e.computed(()=>{const t={rows:o.ellipsConfig.rows||r.rows,type:o.ellipsConfig.type||r.type};return t.type==="drawer"&&o.ellipsConfig.type==="drawer"&&(t.moreText=o.ellipsConfig.moreText||r.moreText,t.lessText=o.ellipsConfig.lessText||r.lessText),t.type==="popup"&&o.ellipsConfig.type==="popup"&&(t.moreIcon=o.ellipsConfig.moreIcon||r.moreIcon),t}),m=e.ref(!1),i=e.ref(!0);function C(){const t=n.value.type;t==="drawer"?i.value=!i.value:t==="popup"&&k.s({content:String(c.value)||"",hideTitle:!0,width:"50%",closable:!0,footer:!1})}const s=e.ref(!1);function v(){const t=a.value;!t||(s.value=t.clientHeight<t.scrollHeight||t.clientWidth<t.scrollWidth)}e.onMounted(()=>{if(!o.ignoreEllips){const t=new ResizeObserver(v);a.value&&t.observe(a.value)}});const c=e.useModel(f,"modelValue");e.watch(c,()=>{v()});const p=e.computed({get:()=>String(c.value||""),set(t){c.value=t}});return(t,u)=>(e.openBlock(),e.createBlock(e.unref(_.TypographyText),{"edit-text":p.value,"onUpdate:editText":u[1]||(u[1]=l=>p.value=l)},{default:e.withCtx(()=>[e.createElementVNode("div",w,[t.preIcon?(e.openBlock(),e.createBlock(e.unref(g._sfc_main),e.mergeProps({key:0,class:"f-text__pre-icon",name:t.preIcon},t.preIconProps),null,16,["name"])):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"contentRef",ref:a,class:e.normalizeClass(["f-text__content",!t.ignoreEllips&&i.value&&"ellips"]),style:e.normalizeStyle({"-webkit-line-clamp":n.value.rows})},[e.createVNode(e.unref(_.Tooltip),{"popup-visible":m.value,"onUpdate:popupVisible":u[0]||(u[0]=l=>m.value=s.value&&l)},{content:e.withCtx(()=>{var l;return[o.render?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.render),{key:0,data:((l=e.unref(d))==null?void 0:l.data)||{}},null,8,["data"])):(e.openBlock(),e.createElementBlock("div",B,e.toDisplayString(p.value),1))]}),default:e.withCtx(()=>{var l;return[e.renderSlot(t.$slots,"default",{data:(l=e.unref(d))==null?void 0:l.data},()=>{var y;return[o.render?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.render),{key:0,data:((y=e.unref(d))==null?void 0:y.data)||{}},null,8,["data"])):(e.openBlock(),e.createElementBlock("div",E,e.toDisplayString(p.value||t.placeholder),1))]},!0)]}),_:3},8,["popup-visible"]),["drawer","popup"].includes(n.value.type)&&(s.value||!i.value)?(e.openBlock(),e.createElementBlock("div",{key:0,class:"content-more",style:e.normalizeStyle({bottom:s.value?"0":"-20px"}),onClick:C},[n.value.type==="drawer"?(e.openBlock(),e.createElementBlock("div",V,e.toDisplayString(s.value?n.value.moreText:n.value.lessText),1)):e.createCommentVNode("",!0),n.value.type==="popup"?(e.openBlock(),e.createElementBlock("div",b,[e.createVNode(e.unref(g._sfc_main),{name:n.value.moreIcon},null,8,["name"])])):e.createCommentVNode("",!0)],4)):e.createCommentVNode("",!0)],6)])]),_:3},8,["edit-text"]))}});const S=k._export_sfc(I,[["__scopeId","data-v-cc19d558"]]);exports.FText=S;exports.fTextProps=x;
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { defineComponent as P, mergeModels as D, inject as H, ref as m, computed as k, onMounted as M, useModel as j, watch as B, openBlock as o, createBlock as v, unref as s, withCtx as g, createElementVNode as E, mergeProps as F, createCommentVNode as y, normalizeClass as R, normalizeStyle as I, createVNode as b, resolveDynamicComponent as S, createElementBlock as i, toDisplayString as x, renderSlot as z } from "vue";
|
|
2
|
+
import { TypographyText as A, Tooltip as L } from "@arco-design/web-vue";
|
|
3
|
+
import { s as N, _ as U } from "./chunk-263be364.js";
|
|
4
|
+
import { a as W } from "./chunk-c9e8fc0f.js";
|
|
5
|
+
import { _ as V } from "./chunk-451afd44.js";
|
|
6
|
+
const $ = "\u6682\u65E0", K = {
|
|
7
|
+
ignoreEllips: {
|
|
8
|
+
type: Boolean,
|
|
9
|
+
default: !1
|
|
10
|
+
},
|
|
11
|
+
ellipsType: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "normal"
|
|
14
|
+
},
|
|
15
|
+
ellipsConfig: {
|
|
16
|
+
type: Object,
|
|
17
|
+
default: () => ({})
|
|
18
|
+
},
|
|
19
|
+
placeholder: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: $
|
|
22
|
+
},
|
|
23
|
+
preIcon: {
|
|
24
|
+
type: String,
|
|
25
|
+
default: ""
|
|
26
|
+
},
|
|
27
|
+
preIconProps: {
|
|
28
|
+
type: Object,
|
|
29
|
+
default: () => ({})
|
|
30
|
+
},
|
|
31
|
+
render: {
|
|
32
|
+
type: Function,
|
|
33
|
+
default: null
|
|
34
|
+
}
|
|
35
|
+
}, Y = {
|
|
36
|
+
class: "f-text",
|
|
37
|
+
style: { display: "flex", "align-items": "center" }
|
|
38
|
+
}, q = { key: 1 }, G = { key: 1 }, J = { key: 0 }, Q = { key: 1 }, X = /* @__PURE__ */ P({
|
|
39
|
+
__name: "ftext",
|
|
40
|
+
props: /* @__PURE__ */ D(K, {
|
|
41
|
+
modelValue: {},
|
|
42
|
+
modelModifiers: {}
|
|
43
|
+
}),
|
|
44
|
+
emits: ["update:modelValue"],
|
|
45
|
+
setup(T) {
|
|
46
|
+
const _ = H(W, null), t = T, p = m(), r = {
|
|
47
|
+
rows: 1,
|
|
48
|
+
type: "normal",
|
|
49
|
+
moreText: "\u66F4\u591A",
|
|
50
|
+
lessText: "\u6536\u8D77",
|
|
51
|
+
moreIcon: "IconSearch"
|
|
52
|
+
}, n = k(() => {
|
|
53
|
+
const e = {
|
|
54
|
+
rows: t.ellipsConfig.rows || r.rows,
|
|
55
|
+
type: t.ellipsConfig.type || r.type
|
|
56
|
+
};
|
|
57
|
+
return e.type === "drawer" && t.ellipsConfig.type === "drawer" && (e.moreText = t.ellipsConfig.moreText || r.moreText, e.lessText = t.ellipsConfig.lessText || r.lessText), e.type === "popup" && t.ellipsConfig.type === "popup" && (e.moreIcon = t.ellipsConfig.moreIcon || r.moreIcon), e;
|
|
58
|
+
}), C = m(!1), u = m(!0);
|
|
59
|
+
function O() {
|
|
60
|
+
const e = n.value.type;
|
|
61
|
+
e === "drawer" ? u.value = !u.value : e === "popup" && N({
|
|
62
|
+
content: String(c.value) || "",
|
|
63
|
+
hideTitle: !0,
|
|
64
|
+
width: "50%",
|
|
65
|
+
closable: !0,
|
|
66
|
+
footer: !1
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
const a = m(!1);
|
|
70
|
+
function h() {
|
|
71
|
+
const e = p.value;
|
|
72
|
+
!e || (a.value = e.clientHeight < e.scrollHeight || e.clientWidth < e.scrollWidth);
|
|
73
|
+
}
|
|
74
|
+
M(() => {
|
|
75
|
+
if (!t.ignoreEllips) {
|
|
76
|
+
const e = new ResizeObserver(h);
|
|
77
|
+
p.value && e.observe(p.value);
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
const c = j(T, "modelValue");
|
|
81
|
+
B(c, () => {
|
|
82
|
+
h();
|
|
83
|
+
});
|
|
84
|
+
const d = k({
|
|
85
|
+
get: () => String(c.value || ""),
|
|
86
|
+
set(e) {
|
|
87
|
+
c.value = e;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
return (e, f) => (o(), v(s(A), {
|
|
91
|
+
"edit-text": d.value,
|
|
92
|
+
"onUpdate:editText": f[1] || (f[1] = (l) => d.value = l)
|
|
93
|
+
}, {
|
|
94
|
+
default: g(() => [
|
|
95
|
+
E("div", Y, [
|
|
96
|
+
e.preIcon ? (o(), v(s(V), F({
|
|
97
|
+
key: 0,
|
|
98
|
+
class: "f-text__pre-icon",
|
|
99
|
+
name: e.preIcon
|
|
100
|
+
}, e.preIconProps), null, 16, ["name"])) : y("", !0),
|
|
101
|
+
E("div", {
|
|
102
|
+
ref_key: "contentRef",
|
|
103
|
+
ref: p,
|
|
104
|
+
class: R(["f-text__content", !e.ignoreEllips && u.value && "ellips"]),
|
|
105
|
+
style: I({
|
|
106
|
+
"-webkit-line-clamp": n.value.rows
|
|
107
|
+
})
|
|
108
|
+
}, [
|
|
109
|
+
b(s(L), {
|
|
110
|
+
"popup-visible": C.value,
|
|
111
|
+
"onUpdate:popupVisible": f[0] || (f[0] = (l) => C.value = a.value && l)
|
|
112
|
+
}, {
|
|
113
|
+
content: g(() => {
|
|
114
|
+
var l;
|
|
115
|
+
return [
|
|
116
|
+
t.render ? (o(), v(S(t.render), {
|
|
117
|
+
key: 0,
|
|
118
|
+
data: ((l = s(_)) == null ? void 0 : l.data) || {}
|
|
119
|
+
}, null, 8, ["data"])) : (o(), i("div", q, x(d.value), 1))
|
|
120
|
+
];
|
|
121
|
+
}),
|
|
122
|
+
default: g(() => {
|
|
123
|
+
var l;
|
|
124
|
+
return [
|
|
125
|
+
z(e.$slots, "default", {
|
|
126
|
+
data: (l = s(_)) == null ? void 0 : l.data
|
|
127
|
+
}, () => {
|
|
128
|
+
var w;
|
|
129
|
+
return [
|
|
130
|
+
t.render ? (o(), v(S(t.render), {
|
|
131
|
+
key: 0,
|
|
132
|
+
data: ((w = s(_)) == null ? void 0 : w.data) || {}
|
|
133
|
+
}, null, 8, ["data"])) : (o(), i("div", G, x(d.value || e.placeholder), 1))
|
|
134
|
+
];
|
|
135
|
+
}, !0)
|
|
136
|
+
];
|
|
137
|
+
}),
|
|
138
|
+
_: 3
|
|
139
|
+
}, 8, ["popup-visible"]),
|
|
140
|
+
["drawer", "popup"].includes(n.value.type) && (a.value || !u.value) ? (o(), i("div", {
|
|
141
|
+
key: 0,
|
|
142
|
+
class: "content-more",
|
|
143
|
+
style: I({ bottom: a.value ? "0" : "-20px" }),
|
|
144
|
+
onClick: O
|
|
145
|
+
}, [
|
|
146
|
+
n.value.type === "drawer" ? (o(), i("div", J, x(a.value ? n.value.moreText : n.value.lessText), 1)) : y("", !0),
|
|
147
|
+
n.value.type === "popup" ? (o(), i("div", Q, [
|
|
148
|
+
b(s(V), {
|
|
149
|
+
name: n.value.moreIcon
|
|
150
|
+
}, null, 8, ["name"])
|
|
151
|
+
])) : y("", !0)
|
|
152
|
+
], 4)) : y("", !0)
|
|
153
|
+
], 6)
|
|
154
|
+
])
|
|
155
|
+
]),
|
|
156
|
+
_: 3
|
|
157
|
+
}, 8, ["edit-text"]));
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
const ne = /* @__PURE__ */ U(X, [["__scopeId", "data-v-cc19d558"]]);
|
|
161
|
+
export {
|
|
162
|
+
ne as F,
|
|
163
|
+
K as f
|
|
164
|
+
};
|
package/dist/fform-item.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-3a5813bb.js");require("vue");require("@arco-design/web-vue");require("./chunk-7f0e9b41.js");require("./chunk-32aa5901.js");require("./chunk-caea256f.js");require("./chunk-9fe29f28.js");require("./chunk-592857c5.js");require("./chunk-a016ffab.js");require("./chunk-82468a2e.js");require("./chunk-e7fc446a.js");require("./chunk-fe45f9f8.js");require("./chunk-f363e104.js");require("./chunk-45dbb8f9.js");require("./chunk-7e78427e.js");require("./chunk-a67d2308.js");require("./chunk-6c665483.js");require("./chunk-5672685f.js");require("./chunk-280693bd.js");exports.CUSTOM_COMPONENT_NAME=e.CUSTOM_COMPONENT_NAME;exports.default=e._sfc_main$1;exports.fFormItemComponents=e.fFormItemComponents;exports.fFormItemProps=e.fFormItemProps;
|
package/dist/fform-item.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import { C as d, a as g, e as l, g as u } from "./chunk-
|
|
1
|
+
import "./chunk-2996ffde.js";
|
|
2
|
+
import { C as d, a as g, e as l, g as u } from "./chunk-2996ffde.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "@arco-design/web-vue";
|
|
5
5
|
import "./chunk-db179b28.js";
|
|
6
6
|
import "./chunk-c9e8fc0f.js";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-f3768b0d.js";
|
|
8
|
+
import "./chunk-263be364.js";
|
|
9
9
|
import "./chunk-451afd44.js";
|
|
10
10
|
import "./chunk-0d0f8483.js";
|
|
11
11
|
import "./chunk-2d4cc9ab.js";
|
|
@@ -17,7 +17,7 @@ import "./chunk-18dd07f2.js";
|
|
|
17
17
|
import "./chunk-8a4bafe4.js";
|
|
18
18
|
import "./chunk-0f50b26a.js";
|
|
19
19
|
import "./chunk-995c23b4.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-459546fb.js";
|
|
21
21
|
export {
|
|
22
22
|
d as CUSTOM_COMPONENT_NAME,
|
|
23
23
|
g as default,
|
package/dist/fform.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-3a5813bb.js");require("vue");require("@arco-design/web-vue");require("./chunk-7f0e9b41.js");require("./chunk-32aa5901.js");require("./chunk-caea256f.js");require("./chunk-9fe29f28.js");require("./chunk-592857c5.js");require("./chunk-a016ffab.js");require("./chunk-82468a2e.js");require("./chunk-e7fc446a.js");require("./chunk-fe45f9f8.js");require("./chunk-f363e104.js");require("./chunk-45dbb8f9.js");require("./chunk-7e78427e.js");require("./chunk-a67d2308.js");require("./chunk-6c665483.js");require("./chunk-5672685f.js");require("./chunk-280693bd.js");exports.default=e._sfc_main;exports.fFormProps=e.fFormProps;
|
package/dist/fform.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import { _ as j, f as k } from "./chunk-
|
|
1
|
+
import "./chunk-2996ffde.js";
|
|
2
|
+
import { _ as j, f as k } from "./chunk-2996ffde.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "@arco-design/web-vue";
|
|
5
5
|
import "./chunk-db179b28.js";
|
|
6
6
|
import "./chunk-c9e8fc0f.js";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-f3768b0d.js";
|
|
8
|
+
import "./chunk-263be364.js";
|
|
9
9
|
import "./chunk-451afd44.js";
|
|
10
10
|
import "./chunk-0d0f8483.js";
|
|
11
11
|
import "./chunk-2d4cc9ab.js";
|
|
@@ -17,7 +17,7 @@ import "./chunk-18dd07f2.js";
|
|
|
17
17
|
import "./chunk-8a4bafe4.js";
|
|
18
18
|
import "./chunk-0f50b26a.js";
|
|
19
19
|
import "./chunk-995c23b4.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-459546fb.js";
|
|
21
21
|
export {
|
|
22
22
|
j as default,
|
|
23
23
|
k as fFormProps
|
package/dist/fpop-choice.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-3a5813bb.js"),r=require("./chunk-c4c93c86.js");require("vue");require("@arco-design/web-vue");require("./chunk-7f0e9b41.js");require("./chunk-32aa5901.js");require("./chunk-caea256f.js");require("./chunk-9fe29f28.js");require("./chunk-592857c5.js");require("./chunk-a016ffab.js");require("./chunk-82468a2e.js");require("./chunk-e7fc446a.js");require("./chunk-fe45f9f8.js");require("./chunk-f363e104.js");require("./chunk-45dbb8f9.js");require("./chunk-7e78427e.js");require("./chunk-a67d2308.js");require("./chunk-6c665483.js");require("./chunk-5672685f.js");require("./chunk-280693bd.js");exports.default=e._sfc_main$3;exports.fPopChoiceProps=e.fPopChoiceProps;exports.fPopChoiceUtils=r.index;
|
package/dist/fpop-choice.es.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import { c as g, i as j } from "./chunk-
|
|
1
|
+
import "./chunk-2996ffde.js";
|
|
2
|
+
import { c as g, i as j } from "./chunk-2996ffde.js";
|
|
3
3
|
import { i as q } from "./chunk-912642ce.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import "@arco-design/web-vue";
|
|
6
6
|
import "./chunk-db179b28.js";
|
|
7
7
|
import "./chunk-c9e8fc0f.js";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-f3768b0d.js";
|
|
9
|
+
import "./chunk-263be364.js";
|
|
10
10
|
import "./chunk-451afd44.js";
|
|
11
11
|
import "./chunk-0d0f8483.js";
|
|
12
12
|
import "./chunk-2d4cc9ab.js";
|
|
@@ -18,7 +18,7 @@ import "./chunk-18dd07f2.js";
|
|
|
18
18
|
import "./chunk-8a4bafe4.js";
|
|
19
19
|
import "./chunk-0f50b26a.js";
|
|
20
20
|
import "./chunk-995c23b4.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-459546fb.js";
|
|
22
22
|
export {
|
|
23
23
|
g as default,
|
|
24
24
|
j as fPopChoiceProps,
|
package/dist/fquery-list.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-3a5813bb.js");require("vue");require("@arco-design/web-vue");require("./chunk-7f0e9b41.js");require("./chunk-32aa5901.js");require("./chunk-caea256f.js");require("./chunk-9fe29f28.js");require("./chunk-592857c5.js");require("./chunk-a016ffab.js");require("./chunk-82468a2e.js");require("./chunk-e7fc446a.js");require("./chunk-fe45f9f8.js");require("./chunk-f363e104.js");require("./chunk-45dbb8f9.js");require("./chunk-7e78427e.js");require("./chunk-a67d2308.js");require("./chunk-6c665483.js");require("./chunk-5672685f.js");require("./chunk-280693bd.js");exports.default=e._sfc_main$2;exports.fQueryListProps=e.fQueryListProps;
|
package/dist/fquery-list.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import { b as Q, h as g } from "./chunk-
|
|
1
|
+
import "./chunk-2996ffde.js";
|
|
2
|
+
import { b as Q, h as g } from "./chunk-2996ffde.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "@arco-design/web-vue";
|
|
5
5
|
import "./chunk-db179b28.js";
|
|
6
6
|
import "./chunk-c9e8fc0f.js";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-f3768b0d.js";
|
|
8
|
+
import "./chunk-263be364.js";
|
|
9
9
|
import "./chunk-451afd44.js";
|
|
10
10
|
import "./chunk-0d0f8483.js";
|
|
11
11
|
import "./chunk-2d4cc9ab.js";
|
|
@@ -17,7 +17,7 @@ import "./chunk-18dd07f2.js";
|
|
|
17
17
|
import "./chunk-8a4bafe4.js";
|
|
18
18
|
import "./chunk-0f50b26a.js";
|
|
19
19
|
import "./chunk-995c23b4.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-459546fb.js";
|
|
21
21
|
export {
|
|
22
22
|
Q as default,
|
|
23
23
|
g as fQueryListProps
|
package/dist/fsearch.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-3a5813bb.js");require("vue");require("@arco-design/web-vue");require("./chunk-7f0e9b41.js");require("./chunk-32aa5901.js");require("./chunk-caea256f.js");require("./chunk-9fe29f28.js");require("./chunk-592857c5.js");require("./chunk-a016ffab.js");require("./chunk-82468a2e.js");require("./chunk-e7fc446a.js");require("./chunk-fe45f9f8.js");require("./chunk-f363e104.js");require("./chunk-45dbb8f9.js");require("./chunk-7e78427e.js");require("./chunk-a67d2308.js");require("./chunk-6c665483.js");require("./chunk-5672685f.js");require("./chunk-280693bd.js");exports.default=e._sfc_main$4;exports.fSearchProps=e.fSearchProps;
|
package/dist/fsearch.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import { d as g, j as k } from "./chunk-
|
|
1
|
+
import "./chunk-2996ffde.js";
|
|
2
|
+
import { d as g, j as k } from "./chunk-2996ffde.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "@arco-design/web-vue";
|
|
5
5
|
import "./chunk-db179b28.js";
|
|
6
6
|
import "./chunk-c9e8fc0f.js";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-f3768b0d.js";
|
|
8
|
+
import "./chunk-263be364.js";
|
|
9
9
|
import "./chunk-451afd44.js";
|
|
10
10
|
import "./chunk-0d0f8483.js";
|
|
11
11
|
import "./chunk-2d4cc9ab.js";
|
|
@@ -17,7 +17,7 @@ import "./chunk-18dd07f2.js";
|
|
|
17
17
|
import "./chunk-8a4bafe4.js";
|
|
18
18
|
import "./chunk-0f50b26a.js";
|
|
19
19
|
import "./chunk-995c23b4.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-459546fb.js";
|
|
21
21
|
export {
|
|
22
22
|
g as default,
|
|
23
23
|
k as fSearchProps
|
package/dist/ftable.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-280693bd.js");require("vue");require("./chunk-e7fc446a.js");require("@arco-design/web-vue");require("./chunk-592857c5.js");require("./chunk-a016ffab.js");require("./chunk-9fe29f28.js");exports.RANDOM_ID_FLAG=e.RANDOM_ID_FLAG;exports.default=e._sfc_main;exports.fTableProps=e.fTableProps;
|
package/dist/ftable.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import { R as e, _ as l, f as A } from "./chunk-
|
|
1
|
+
import "./chunk-459546fb.js";
|
|
2
|
+
import { R as e, _ as l, f as A } from "./chunk-459546fb.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "./chunk-28ba1e67.js";
|
|
5
5
|
import "@arco-design/web-vue";
|
|
6
6
|
import "./chunk-451afd44.js";
|
|
7
7
|
import "./chunk-0d0f8483.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-263be364.js";
|
|
9
9
|
export {
|
|
10
10
|
e as RANDOM_ID_FLAG,
|
|
11
11
|
l as default,
|
package/dist/ftext.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./chunk-caea256f.js");require("vue");require("@arco-design/web-vue");require("./chunk-9fe29f28.js");require("./chunk-32aa5901.js");require("./chunk-592857c5.js");require("./chunk-a016ffab.js");exports.default=e.FText;exports.fTextProps=e.fTextProps;
|
package/dist/ftext.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import { F as x, f as F } from "./chunk-
|
|
1
|
+
import "./chunk-f3768b0d.js";
|
|
2
|
+
import { F as x, f as F } from "./chunk-f3768b0d.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "@arco-design/web-vue";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-263be364.js";
|
|
6
6
|
import "./chunk-c9e8fc0f.js";
|
|
7
7
|
import "./chunk-451afd44.js";
|
|
8
8
|
import "./chunk-0d0f8483.js";
|
package/dist/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const O=require("vue"),r=require("./chunk-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const O=require("vue"),r=require("./chunk-3a5813bb.js"),u=require("./chunk-7f0e9b41.js"),p=require("./chunk-82468a2e.js"),a=require("./chunk-fe45f9f8.js"),l=require("./chunk-f363e104.js"),P=require("./chunk-45dbb8f9.js"),m=require("./chunk-7e78427e.js"),F=require("./chunk-a67d2308.js"),d=require("./chunk-6c665483.js"),h=require("./chunk-5672685f.js"),k=require("./chunk-caea256f.js"),T=require("./chunk-17a233d7.js"),v=require("./chunk-592857c5.js"),I=require("./chunk-e7fc446a.js"),i=require("./chunk-280693bd.js"),C=require("./chunk-540a3872.js"),S=require("./chunk-c4c93c86.js"),b=require("./chunk-a016ffab.js"),x=require("./keys.cjs.js");require("@arco-design/web-vue");require("./chunk-32aa5901.js");require("./chunk-9fe29f28.js");function q(n){if(n&&n.__esModule)return n;const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const _=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(o,t,_.get?_:{enumerable:!0,get:()=>n[t]})}}return o.default=n,Object.freeze(o)}const g=q(O),y=Object.freeze(Object.defineProperty({__proto__:null,FForm:r._sfc_main,FFormItem:r._sfc_main$1,FInput:u._sfc_main,FSelect:p._sfc_main,FRadio:a._sfc_main,FCheckbox:l._sfc_main,FSwitch:P._sfc_main,FDate:m._sfc_main,FRange:F._sfc_main,FMlInput:d._sfc_main,FTextarea:h._sfc_main,FText:k.FText,FLink:T._sfc_main,FIcon:v._sfc_main,FButton:I._sfc_main,FTable:i._sfc_main,FSkeleton:C._sfc_main,FQueryList:r._sfc_main$2,FPopChoice:r._sfc_main$3,FSearch:r._sfc_main$4,fFormProps:r.fFormProps,CUSTOM_COMPONENT_NAME:r.CUSTOM_COMPONENT_NAME,fFormItemComponents:r.fFormItemComponents,fFormItemProps:r.fFormItemProps,fInputProps:u.fInputProps,fSelectProps:p.fSelectProps,fRadioProps:a.fRadioProps,fCheckboxProps:l.fCheckboxProps,fSwitchProps:P.fSwitchProps,fDateProps:m.fDateProps,fRangeProps:F.fRangeProps,fMlInputProps:d.fMlInputProps,fTextareaProps:h.fTextareaProps,fTextProps:k.fTextProps,fLinkProps:T.fLinkProps,fIconProps:v.fIconProps,RANDOM_ID_FLAG:i.RANDOM_ID_FLAG,fTableProps:i.fTableProps,fSkeletonProps:C.fSkeletonProps,fQueryListProps:r.fQueryListProps,fPopChoiceProps:r.fPopChoiceProps,fPopChoiceUtils:S.index,fSearchProps:r.fSearchProps},Symbol.toStringTag,{value:"Module"})),N="1.6.1";function R(n){const o={},t=[];function _(e){var s,c;return{sysno:e.SysNo,treeCode:e.TreeCode,key:e.FunctionKey,title:e.FunctionName,icon:(s=e.MenuIcon)!=null?s:"",path:(c=e.MenuUrl)!=null?c:"",...e.MenuUrl?{}:{children:[]}}}function f(e,s){if(!e.children)return;const c=e.children.findIndex(M=>M.treeCode>s.treeCode);c===-1?e.children.push(s):c>-1&&e.children.splice(c,0,s)}return n.forEach(e=>{if(e.IsMenu===1&&e.CommonStatus===1){o[e.TreeCode]?Object.assign(o[e.TreeCode],{..._(e),children:o[e.TreeCode].children||[]}):o[e.TreeCode]=_(e);const s=e.TreeCode.slice(0,-2);s?(o[s]||(o[s]={sysno:0,treeCode:"",key:"",title:"",icon:"",path:"",children:[]}),f(o[s],o[e.TreeCode])):f({children:t},o[e.TreeCode])}}),t}const L=Object.freeze(Object.defineProperty({__proto__:null,formatListToMenus:R},Symbol.toStringTag,{value:"Module"})),A={...L};function j(n,o){var t,_;for(const f in y){const e=y[f];typeof e=="object"&&e!==null&&"__name"in e&&n.component(f,e)}return n.provide(b.ROUTER_KEY,(o==null?void 0:o.router)||null),n.provide(b.ICONFONT_KEY,((t=o==null?void 0:o.icons)==null?void 0:t.iconfont)||g.h("span")),n.provide(b.ARCO_ICON_KEY,((_=o==null?void 0:o.icons)==null?void 0:_.arco)||{}),n}const D=j,E={install:j,version:N,framework:{vue:g.version}};exports.CUSTOM_COMPONENT_NAME=r.CUSTOM_COMPONENT_NAME;exports.FForm=r._sfc_main;exports.FFormItem=r._sfc_main$1;exports.FPopChoice=r._sfc_main$3;exports.FQueryList=r._sfc_main$2;exports.FSearch=r._sfc_main$4;exports.fFormItemComponents=r.fFormItemComponents;exports.fFormItemProps=r.fFormItemProps;exports.fFormProps=r.fFormProps;exports.fPopChoiceProps=r.fPopChoiceProps;exports.fQueryListProps=r.fQueryListProps;exports.fSearchProps=r.fSearchProps;exports.FInput=u._sfc_main;exports.fInputProps=u.fInputProps;exports.FSelect=p._sfc_main;exports.fSelectProps=p.fSelectProps;exports.FRadio=a._sfc_main;exports.fRadioProps=a.fRadioProps;exports.FCheckbox=l._sfc_main;exports.fCheckboxProps=l.fCheckboxProps;exports.FSwitch=P._sfc_main;exports.fSwitchProps=P.fSwitchProps;exports.FDate=m._sfc_main;exports.fDateProps=m.fDateProps;exports.FRange=F._sfc_main;exports.fRangeProps=F.fRangeProps;exports.FMlInput=d._sfc_main;exports.fMlInputProps=d.fMlInputProps;exports.FTextarea=h._sfc_main;exports.fTextareaProps=h.fTextareaProps;exports.FText=k.FText;exports.fTextProps=k.fTextProps;exports.FLink=T._sfc_main;exports.fLinkProps=T.fLinkProps;exports.FIcon=v._sfc_main;exports.fIconProps=v.fIconProps;exports.FButton=I._sfc_main;exports.FTable=i._sfc_main;exports.RANDOM_ID_FLAG=i.RANDOM_ID_FLAG;exports.fTableProps=i.fTableProps;exports.FSkeleton=C._sfc_main;exports.fSkeletonProps=C.fSkeletonProps;exports.fPopChoiceUtils=S.index;exports.FArcoKeys=x.FArcoKeys;exports.default=E;exports.install=D;exports.utils=A;
|
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as m from "vue";
|
|
2
|
-
import { _ as p, a as F, b as l, c as P, d, f as x, C, e as u, g as T, h as I, i as h, j as S } from "./chunk-
|
|
3
|
-
import { C as Ao, _ as vo, a as Eo, c as jo, b as Do, d as Uo, e as wo, g as Ko, f as Qo, i as Yo, h as zo, j as Bo } from "./chunk-
|
|
2
|
+
import { _ as p, a as F, b as l, c as P, d, f as x, C, e as u, g as T, h as I, i as h, j as S } from "./chunk-2996ffde.js";
|
|
3
|
+
import { C as Ao, _ as vo, a as Eo, c as jo, b as Do, d as Uo, e as wo, g as Ko, f as Qo, i as Yo, h as zo, j as Bo } from "./chunk-2996ffde.js";
|
|
4
4
|
import { _ as b, f as $ } from "./chunk-db179b28.js";
|
|
5
5
|
import { _ as qo, f as Ho } from "./chunk-db179b28.js";
|
|
6
6
|
import { _ as M, f as O } from "./chunk-2d4cc9ab.js";
|
|
@@ -19,16 +19,16 @@ import { _ as D, f as U } from "./chunk-0f50b26a.js";
|
|
|
19
19
|
import { _ as le, f as Pe } from "./chunk-0f50b26a.js";
|
|
20
20
|
import { _ as w, f as K } from "./chunk-995c23b4.js";
|
|
21
21
|
import { _ as xe, f as Ce } from "./chunk-995c23b4.js";
|
|
22
|
-
import { F as Q, f as Y } from "./chunk-
|
|
23
|
-
import { F as Te, f as Ie } from "./chunk-
|
|
22
|
+
import { F as Q, f as Y } from "./chunk-f3768b0d.js";
|
|
23
|
+
import { F as Te, f as Ie } from "./chunk-f3768b0d.js";
|
|
24
24
|
import { _ as z, f as B } from "./chunk-b2838051.js";
|
|
25
25
|
import { _ as Se, f as be } from "./chunk-b2838051.js";
|
|
26
26
|
import { _ as G, f as q } from "./chunk-451afd44.js";
|
|
27
27
|
import { _ as Me, f as Oe } from "./chunk-451afd44.js";
|
|
28
28
|
import { _ as H } from "./chunk-28ba1e67.js";
|
|
29
29
|
import { _ as Re } from "./chunk-28ba1e67.js";
|
|
30
|
-
import { _ as J, R as V, f as W } from "./chunk-
|
|
31
|
-
import { _ as Ne, R as ge, f as Le } from "./chunk-
|
|
30
|
+
import { _ as J, R as V, f as W } from "./chunk-459546fb.js";
|
|
31
|
+
import { _ as Ne, R as ge, f as Le } from "./chunk-459546fb.js";
|
|
32
32
|
import { _ as X, f as Z } from "./chunk-dc6689c4.js";
|
|
33
33
|
import { _ as ve, f as Ee } from "./chunk-dc6689c4.js";
|
|
34
34
|
import { i as oo } from "./chunk-912642ce.js";
|
|
@@ -37,7 +37,7 @@ import { R as eo, I as ro, A as so } from "./chunk-0d0f8483.js";
|
|
|
37
37
|
import { FArcoKeys as we } from "./keys.es.js";
|
|
38
38
|
import "@arco-design/web-vue";
|
|
39
39
|
import "./chunk-c9e8fc0f.js";
|
|
40
|
-
import "./chunk-
|
|
40
|
+
import "./chunk-263be364.js";
|
|
41
41
|
const t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
42
42
|
__proto__: null,
|
|
43
43
|
FForm: p,
|
|
@@ -83,7 +83,7 @@ const t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
83
83
|
fPopChoiceProps: h,
|
|
84
84
|
fPopChoiceUtils: oo,
|
|
85
85
|
fSearchProps: S
|
|
86
|
-
}, Symbol.toStringTag, { value: "Module" })), fo = "1.
|
|
86
|
+
}, Symbol.toStringTag, { value: "Module" })), fo = "1.6.1";
|
|
87
87
|
function ao(s) {
|
|
88
88
|
const e = {}, a = [];
|
|
89
89
|
function n(o) {
|