fangguo-component 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -1
- package/README.md +13 -11
- package/dist/{CustomInputV2-DYEcbu5_.js → CustomInputV2-uARhbFc8.js} +12 -12
- package/dist/CustomInputV2.css +1 -1
- package/dist/DragResizable.css +1 -1
- package/dist/DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js +179 -0
- package/dist/FgCascader.css +1 -1
- package/dist/FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js +1656 -0
- package/dist/{HSelect-Bqz2yTMf.js → HSelect-Drf6YBwO.js} +69 -69
- package/dist/{HSelectAll.vue_vue_type_script_setup_true_lang-C8i6LF_k.js → HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js} +1 -1
- package/dist/{HSelectSJ-BieRp2gG.js → HSelectSJ-D3GrXmvj.js} +104 -104
- package/dist/SelectTree-Dm5259kY.js +911 -0
- package/dist/SelectTree.css +1 -1
- package/dist/TextCopy-hOj-Wj2H.js +41 -0
- package/dist/TextCopy.css +1 -0
- package/dist/VirtualTable-BWugJiQ5.js +349 -0
- package/dist/VirtualTable.css +1 -1
- package/dist/components/VirtualTable/VirtualTable.vue.d.ts +3 -3
- package/dist/components/VirtualTable/index.d.ts +1 -0
- package/dist/components/VirtualTable/index.js +1 -1
- package/dist/components/cascader/cascader/ElCascader.vue.d.ts +3 -0
- package/dist/components/cascader/cascader/FgCascader.vue.d.ts +16 -4
- package/dist/components/cascader/cascader/cascader.d.ts +1 -0
- package/dist/components/cascader/index.js +1 -1
- package/dist/components/citySelect/demos/mockAddressTree.d.ts +8 -0
- package/dist/components/customInputV2/CustomInputV2.vue.d.ts +1 -1
- package/dist/components/customInputV2/index.js +1 -1
- package/dist/components/dragResizable/DragResizable.vue.d.ts +2 -0
- package/dist/components/dragResizable/index.js +1 -1
- package/dist/components/hSelect/demos/mockApi.d.ts +12 -0
- package/dist/components/hSelect/index.js +1 -1
- package/dist/components/hSelectAll/demos/mockApi.d.ts +10 -0
- package/dist/components/hSelectAll/index.js +1 -1
- package/dist/components/hSelectSJ/demos/mockApi.d.ts +11 -0
- package/dist/components/hSelectSJ/index.js +1 -1
- package/dist/components/index.d.ts +0 -2
- package/dist/components/index.js +42 -46
- package/dist/components/selectAddress/demos/mockAddressTree.d.ts +7 -0
- package/dist/components/selectTimePicker/SelectTimePicker.vue.d.ts +1 -1
- package/dist/components/selectTree/demos/treeData.d.ts +9 -0
- package/dist/components/selectTree/index.js +1 -1
- package/dist/components/textCopy/index.js +1 -1
- package/dist/index-BRcBDlVs.js +68 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +145 -149
- package/dist/vue-virtual-scroller.esm-CH-jx4ri.js +1051 -0
- package/package.json +8 -8
- package/dist/DragResizable.vue_vue_type_style_index_0_lang-DYL6TUPE.js +0 -167
- package/dist/FgCascader.vue_vue_type_style_index_0_lang-OnqaEAao.js +0 -1807
- package/dist/SelectTree-C7lBZnZH.js +0 -306
- package/dist/SortTransfer.css +0 -1
- package/dist/SortTransfer.vue_vue_type_style_index_0_lang-C5OmBF3s.js +0 -153
- package/dist/TextCopy.vue_vue_type_script_setup_true_lang-DbhZGH_z.js +0 -29
- package/dist/TipInput-CIskitOV.js +0 -117
- package/dist/TipInput.css +0 -1
- package/dist/VirtualTable-BYTfwDC1.js +0 -353
- package/dist/components/sortTransfer/SortTransfer.vue.d.ts +0 -97
- package/dist/components/sortTransfer/index.d.ts +0 -1
- package/dist/components/sortTransfer/index.js +0 -4
- package/dist/components/tipInput/TipInput.vue.d.ts +0 -56
- package/dist/components/tipInput/index.d.ts +0 -1
- package/dist/components/tipInput/index.js +0 -4
- package/dist/debounce-BLrZUqsA.js +0 -84
- package/dist/index-BKzmtfeu.js +0 -72
- package/dist/isEqual-qYQTJBU6.js +0 -506
- package/dist/isObject-CO569sPG.js +0 -35
|
@@ -16,6 +16,7 @@ export declare const cascaderProps: {
|
|
|
16
16
|
collapseTags: BooleanConstructor;
|
|
17
17
|
maxCollapseTags: import('../utils/vue').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
18
18
|
collapseTagsTooltip: import('../utils/vue').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
19
|
+
maxCollapseTagsTooltipHeight: import('../utils/vue').EpPropFinalized<import('vue').PropType<string | number>, unknown, unknown, number, boolean>;
|
|
19
20
|
debounce: import('../utils/vue').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
20
21
|
beforeFilter: import('../utils/vue').EpPropFinalized<import('vue').PropType<(value: string) => boolean | Promise<any>>, unknown, unknown, () => true, boolean>;
|
|
21
22
|
popperClass: import('../utils/vue').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/** 文档 demo 用:模拟分页远程列表 */
|
|
2
|
+
export type MockOption = {
|
|
3
|
+
id: number;
|
|
4
|
+
label: string;
|
|
5
|
+
searchKey?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare function mockHSelectApi(params: Record<string, unknown>): Promise<{
|
|
8
|
+
data: {
|
|
9
|
+
list: MockOption[];
|
|
10
|
+
total: number;
|
|
11
|
+
};
|
|
12
|
+
}>;
|
package/dist/components/index.js
CHANGED
|
@@ -1,68 +1,64 @@
|
|
|
1
1
|
import { _ as e } from "../ArgHover.vue_vue_type_style_index_0_lang-CMhRP09M.js";
|
|
2
|
-
import { _ as a } from "../FgCascader.vue_vue_type_style_index_0_lang-
|
|
2
|
+
import { _ as a } from "../FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js";
|
|
3
3
|
import { _ as s } from "../CitySelect.vue_vue_type_script_setup_true_lang-8EbHD3Nt.js";
|
|
4
|
-
import { _ as g } from "../DragResizable.vue_vue_type_style_index_0_lang-
|
|
5
|
-
import { _ as
|
|
4
|
+
import { _ as g } from "../DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js";
|
|
5
|
+
import { _ as f } from "../HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js";
|
|
6
6
|
import { _ as l } from "../IdentifyAddress.vue_vue_type_script_setup_true_lang-BJheMI1q.js";
|
|
7
7
|
import { _ } from "../ImageLoupe.vue_vue_type_script_setup_true_lang-BlX4VbRi.js";
|
|
8
|
-
import { _ as
|
|
8
|
+
import { _ as n } from "../LazyComponent.vue_vue_type_script_setup_true_lang-vNk68D8E.js";
|
|
9
9
|
import { _ as u } from "../LazyPopover.vue_vue_type_script_setup_true_lang-DcOrcH0T.js";
|
|
10
10
|
import { _ as T } from "../NoRender.vue_vue_type_script_setup_true_lang-Do36nSsV.js";
|
|
11
|
-
import { _ as
|
|
11
|
+
import { _ as A } from "../SelectAll.vue_vue_type_script_setup_true_lang-BC3q2U8f.js";
|
|
12
12
|
import { _ as y } from "../SelectAll2.vue_vue_type_script_setup_true_lang-CaET5eli.js";
|
|
13
13
|
import { _ as L } from "../SelectCustomAll.vue_vue_type_style_index_0_lang-_wCRO217.js";
|
|
14
14
|
import { _ as b } from "../SelectTimePicker.vue_vue_type_script_setup_true_lang-Bj0KMOKv.js";
|
|
15
|
-
import { _ as z } from "../
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import { C as G } from "../
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import { S as ao } from "../
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import { T as xo } from "../TipInput-CIskitOV.js";
|
|
33
|
-
import { V as lo } from "../VirtualTable-BYTfwDC1.js";
|
|
15
|
+
import { _ as z } from "../TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-aZbEQmbM.js";
|
|
16
|
+
import { B as D } from "../ButtonGroup-C0yZEkxK.js";
|
|
17
|
+
import { C as V } from "../ContentTitle-mqrusLjx.js";
|
|
18
|
+
import { C as R } from "../CustomInputV2-uARhbFc8.js";
|
|
19
|
+
import { C as G } from "../CustomMultipleInput-DDaqoHVU.js";
|
|
20
|
+
import { D as N } from "../DragSort-CfDeFAIG.js";
|
|
21
|
+
import { E as j } from "../ErrorImage-CTP_5sal.js";
|
|
22
|
+
import { H as w } from "../HSelect-Drf6YBwO.js";
|
|
23
|
+
import { H as O } from "../HSelectSJ-D3GrXmvj.js";
|
|
24
|
+
import { L as U } from "../LoadingBtn-BhbhNboo.js";
|
|
25
|
+
import { M as X } from "../MInput-CpoW17Wh.js";
|
|
26
|
+
import { M as Z } from "../MyTable-DmwyEVJb.js";
|
|
27
|
+
import { S as oo } from "../SelectAddress-B4oK5erq.js";
|
|
28
|
+
import { S as eo } from "../SelectTree-Dm5259kY.js";
|
|
29
|
+
import { S as ao } from "../SvgIcon-C2ah8E0Z.js";
|
|
30
|
+
import { T as so } from "../TextCopy-hOj-Wj2H.js";
|
|
31
|
+
import { V as go } from "../VirtualTable-BWugJiQ5.js";
|
|
34
32
|
export {
|
|
35
33
|
e as FgArgHover,
|
|
36
|
-
|
|
34
|
+
D as FgButtonGroup,
|
|
37
35
|
a as FgCascader,
|
|
38
36
|
s as FgCitySelect,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
37
|
+
V as FgContentTitle,
|
|
38
|
+
R as FgCustomInputV2,
|
|
39
|
+
G as FgCustomMultipleInput,
|
|
42
40
|
g as FgDragResizable,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
41
|
+
N as FgDragSort,
|
|
42
|
+
j as FgErrorImage,
|
|
43
|
+
w as FgHSelect,
|
|
44
|
+
f as FgHSelectAll,
|
|
45
|
+
O as FgHSelectSJ,
|
|
48
46
|
l as FgIdentifyAddress,
|
|
49
47
|
_ as FgImageLoupe,
|
|
50
|
-
|
|
48
|
+
n as FgLazyComponent,
|
|
51
49
|
u as FgLazyPopover,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
U as FgLoadingBtn,
|
|
51
|
+
X as FgMInput,
|
|
52
|
+
Z as FgMyTable,
|
|
55
53
|
T as FgNoRender,
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
oo as FgSelectAddress,
|
|
55
|
+
A as FgSelectAll,
|
|
58
56
|
y as FgSelectAll2,
|
|
59
57
|
L as FgSelectCustomAll,
|
|
60
58
|
b as FgSelectTimePicker,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
xo as FgTipInput,
|
|
67
|
-
lo as VirtualTable
|
|
59
|
+
eo as FgSelectTree,
|
|
60
|
+
ao as FgSvgIcon,
|
|
61
|
+
so as FgTextCopy,
|
|
62
|
+
z as FgTextEllipsisTooltip,
|
|
63
|
+
go as VirtualTable
|
|
68
64
|
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { _ as o } from "./ArgHover.vue_vue_type_style_index_0_lang-CMhRP09M.js";
|
|
2
|
+
import { _ as r } from "./FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js";
|
|
3
|
+
import { _ as m } from "./CitySelect.vue_vue_type_script_setup_true_lang-8EbHD3Nt.js";
|
|
4
|
+
import { _ as t } from "./DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js";
|
|
5
|
+
import { _ as e } from "./HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js";
|
|
6
|
+
import { _ as a } from "./IdentifyAddress.vue_vue_type_script_setup_true_lang-BJheMI1q.js";
|
|
7
|
+
import { _ as s } from "./ImageLoupe.vue_vue_type_script_setup_true_lang-BlX4VbRi.js";
|
|
8
|
+
import { _ as i } from "./LazyComponent.vue_vue_type_script_setup_true_lang-vNk68D8E.js";
|
|
9
|
+
import { _ as p } from "./LazyPopover.vue_vue_type_script_setup_true_lang-DcOrcH0T.js";
|
|
10
|
+
import { _ as f } from "./NoRender.vue_vue_type_script_setup_true_lang-Do36nSsV.js";
|
|
11
|
+
import { _ } from "./SelectAll.vue_vue_type_script_setup_true_lang-BC3q2U8f.js";
|
|
12
|
+
import { _ as g } from "./SelectAll2.vue_vue_type_script_setup_true_lang-CaET5eli.js";
|
|
13
|
+
import { _ as n } from "./SelectCustomAll.vue_vue_type_style_index_0_lang-_wCRO217.js";
|
|
14
|
+
import { _ as l } from "./SelectTimePicker.vue_vue_type_script_setup_true_lang-Bj0KMOKv.js";
|
|
15
|
+
import { _ as c } from "./TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-aZbEQmbM.js";
|
|
16
|
+
import { B as F } from "./ButtonGroup-C0yZEkxK.js";
|
|
17
|
+
import { C as S } from "./ContentTitle-mqrusLjx.js";
|
|
18
|
+
import { C as u } from "./CustomInputV2-uARhbFc8.js";
|
|
19
|
+
import { C } from "./CustomMultipleInput-DDaqoHVU.js";
|
|
20
|
+
import { D as d } from "./DragSort-CfDeFAIG.js";
|
|
21
|
+
import { E as T } from "./ErrorImage-CTP_5sal.js";
|
|
22
|
+
import { H as $ } from "./HSelect-Drf6YBwO.js";
|
|
23
|
+
import { H as I } from "./HSelectSJ-D3GrXmvj.js";
|
|
24
|
+
import { L as y } from "./LoadingBtn-BhbhNboo.js";
|
|
25
|
+
import { M } from "./MInput-CpoW17Wh.js";
|
|
26
|
+
import { M as b } from "./MyTable-DmwyEVJb.js";
|
|
27
|
+
import { S as A } from "./SelectAddress-B4oK5erq.js";
|
|
28
|
+
import { S as H } from "./SelectTree-Dm5259kY.js";
|
|
29
|
+
import { S as L } from "./SvgIcon-C2ah8E0Z.js";
|
|
30
|
+
import { T as v } from "./TextCopy-hOj-Wj2H.js";
|
|
31
|
+
import { V as B } from "./VirtualTable-BWugJiQ5.js";
|
|
32
|
+
const po = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
33
|
+
__proto__: null,
|
|
34
|
+
FgArgHover: o,
|
|
35
|
+
FgButtonGroup: F,
|
|
36
|
+
FgCascader: r,
|
|
37
|
+
FgCitySelect: m,
|
|
38
|
+
FgContentTitle: S,
|
|
39
|
+
FgCustomInputV2: u,
|
|
40
|
+
FgCustomMultipleInput: C,
|
|
41
|
+
FgDragResizable: t,
|
|
42
|
+
FgDragSort: d,
|
|
43
|
+
FgErrorImage: T,
|
|
44
|
+
FgHSelect: $,
|
|
45
|
+
FgHSelectAll: e,
|
|
46
|
+
FgHSelectSJ: I,
|
|
47
|
+
FgIdentifyAddress: a,
|
|
48
|
+
FgImageLoupe: s,
|
|
49
|
+
FgLazyComponent: i,
|
|
50
|
+
FgLazyPopover: p,
|
|
51
|
+
FgLoadingBtn: y,
|
|
52
|
+
FgMInput: M,
|
|
53
|
+
FgMyTable: b,
|
|
54
|
+
FgNoRender: f,
|
|
55
|
+
FgSelectAddress: A,
|
|
56
|
+
FgSelectAll: _,
|
|
57
|
+
FgSelectAll2: g,
|
|
58
|
+
FgSelectCustomAll: n,
|
|
59
|
+
FgSelectTimePicker: l,
|
|
60
|
+
FgSelectTree: H,
|
|
61
|
+
FgSvgIcon: L,
|
|
62
|
+
FgTextCopy: v,
|
|
63
|
+
FgTextEllipsisTooltip: c,
|
|
64
|
+
VirtualTable: B
|
|
65
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
66
|
+
export {
|
|
67
|
+
po as c
|
|
68
|
+
};
|
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
|
-
import * as tools from
|
|
2
|
+
import * as tools from "./tools";
|
|
3
3
|
export * from './components';
|
|
4
4
|
export * from './tools';
|
|
5
5
|
export * from './directive';
|
|
@@ -144,7 +144,9 @@ declare const _default: {
|
|
|
144
144
|
errMsg: string;
|
|
145
145
|
dataUrl?: string;
|
|
146
146
|
width?: number;
|
|
147
|
-
height
|
|
147
|
+
height
|
|
148
|
+
/** 判断是否是指令定义 */
|
|
149
|
+
?: number;
|
|
148
150
|
sizeLimitWidth?: number;
|
|
149
151
|
sizeLimitHeight?: number;
|
|
150
152
|
psdData?: any;
|