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.
Files changed (67) hide show
  1. package/CHANGELOG.md +36 -1
  2. package/README.md +13 -11
  3. package/dist/{CustomInputV2-DYEcbu5_.js → CustomInputV2-uARhbFc8.js} +12 -12
  4. package/dist/CustomInputV2.css +1 -1
  5. package/dist/DragResizable.css +1 -1
  6. package/dist/DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js +179 -0
  7. package/dist/FgCascader.css +1 -1
  8. package/dist/FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js +1656 -0
  9. package/dist/{HSelect-Bqz2yTMf.js → HSelect-Drf6YBwO.js} +69 -69
  10. 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
  11. package/dist/{HSelectSJ-BieRp2gG.js → HSelectSJ-D3GrXmvj.js} +104 -104
  12. package/dist/SelectTree-Dm5259kY.js +911 -0
  13. package/dist/SelectTree.css +1 -1
  14. package/dist/TextCopy-hOj-Wj2H.js +41 -0
  15. package/dist/TextCopy.css +1 -0
  16. package/dist/VirtualTable-BWugJiQ5.js +349 -0
  17. package/dist/VirtualTable.css +1 -1
  18. package/dist/components/VirtualTable/VirtualTable.vue.d.ts +3 -3
  19. package/dist/components/VirtualTable/index.d.ts +1 -0
  20. package/dist/components/VirtualTable/index.js +1 -1
  21. package/dist/components/cascader/cascader/ElCascader.vue.d.ts +3 -0
  22. package/dist/components/cascader/cascader/FgCascader.vue.d.ts +16 -4
  23. package/dist/components/cascader/cascader/cascader.d.ts +1 -0
  24. package/dist/components/cascader/index.js +1 -1
  25. package/dist/components/citySelect/demos/mockAddressTree.d.ts +8 -0
  26. package/dist/components/customInputV2/CustomInputV2.vue.d.ts +1 -1
  27. package/dist/components/customInputV2/index.js +1 -1
  28. package/dist/components/dragResizable/DragResizable.vue.d.ts +2 -0
  29. package/dist/components/dragResizable/index.js +1 -1
  30. package/dist/components/hSelect/demos/mockApi.d.ts +12 -0
  31. package/dist/components/hSelect/index.js +1 -1
  32. package/dist/components/hSelectAll/demos/mockApi.d.ts +10 -0
  33. package/dist/components/hSelectAll/index.js +1 -1
  34. package/dist/components/hSelectSJ/demos/mockApi.d.ts +11 -0
  35. package/dist/components/hSelectSJ/index.js +1 -1
  36. package/dist/components/index.d.ts +0 -2
  37. package/dist/components/index.js +42 -46
  38. package/dist/components/selectAddress/demos/mockAddressTree.d.ts +7 -0
  39. package/dist/components/selectTimePicker/SelectTimePicker.vue.d.ts +1 -1
  40. package/dist/components/selectTree/demos/treeData.d.ts +9 -0
  41. package/dist/components/selectTree/index.js +1 -1
  42. package/dist/components/textCopy/index.js +1 -1
  43. package/dist/index-BRcBDlVs.js +68 -0
  44. package/dist/index.css +1 -0
  45. package/dist/index.d.ts +4 -2
  46. package/dist/index.js +145 -149
  47. package/dist/vue-virtual-scroller.esm-CH-jx4ri.js +1051 -0
  48. package/package.json +8 -8
  49. package/dist/DragResizable.vue_vue_type_style_index_0_lang-DYL6TUPE.js +0 -167
  50. package/dist/FgCascader.vue_vue_type_style_index_0_lang-OnqaEAao.js +0 -1807
  51. package/dist/SelectTree-C7lBZnZH.js +0 -306
  52. package/dist/SortTransfer.css +0 -1
  53. package/dist/SortTransfer.vue_vue_type_style_index_0_lang-C5OmBF3s.js +0 -153
  54. package/dist/TextCopy.vue_vue_type_script_setup_true_lang-DbhZGH_z.js +0 -29
  55. package/dist/TipInput-CIskitOV.js +0 -117
  56. package/dist/TipInput.css +0 -1
  57. package/dist/VirtualTable-BYTfwDC1.js +0 -353
  58. package/dist/components/sortTransfer/SortTransfer.vue.d.ts +0 -97
  59. package/dist/components/sortTransfer/index.d.ts +0 -1
  60. package/dist/components/sortTransfer/index.js +0 -4
  61. package/dist/components/tipInput/TipInput.vue.d.ts +0 -56
  62. package/dist/components/tipInput/index.d.ts +0 -1
  63. package/dist/components/tipInput/index.js +0 -4
  64. package/dist/debounce-BLrZUqsA.js +0 -84
  65. package/dist/index-BKzmtfeu.js +0 -72
  66. package/dist/isEqual-qYQTJBU6.js +0 -506
  67. 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>;
@@ -1,4 +1,4 @@
1
- import { _ as e } from "../../FgCascader.vue_vue_type_style_index_0_lang-OnqaEAao.js";
1
+ import { _ as e } from "../../FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js";
2
2
  export {
3
3
  e as FgCascader
4
4
  };
@@ -0,0 +1,8 @@
1
+ /** 文档 demo 用省市区树形数据(自包含) */
2
+ export type CitySelectSourceItem = {
3
+ name: string;
4
+ code: number;
5
+ parentCode?: number;
6
+ areasList?: CitySelectSourceItem[];
7
+ };
8
+ export declare const mockAddressTree: CitySelectSourceItem[];
@@ -10,7 +10,7 @@ type __VLS_Props = {
10
10
  };
11
11
  type __VLS_PublicProps = {
12
12
  modelValue?: any;
13
- 'condition'?: any;
13
+ "condition"?: any;
14
14
  } & __VLS_Props;
15
15
  declare function __VLS_template(): {
16
16
  attrs: Partial<{}>;
@@ -1,4 +1,4 @@
1
- import { C as m } from "../../CustomInputV2-DYEcbu5_.js";
1
+ import { C as m } from "../../CustomInputV2-uARhbFc8.js";
2
2
  export {
3
3
  m as FgCustomInputV2
4
4
  };
@@ -3,6 +3,8 @@ type __VLS_Props = {
3
3
  height?: number;
4
4
  minWidth?: number;
5
5
  minHeight?: number;
6
+ maxWidth?: number;
7
+ maxHeight?: number;
6
8
  left?: number;
7
9
  top?: number;
8
10
  handles?: string[];
@@ -1,4 +1,4 @@
1
- import { _ as r } from "../../DragResizable.vue_vue_type_style_index_0_lang-DYL6TUPE.js";
1
+ import { _ as r } from "../../DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js";
2
2
  export {
3
3
  r as FgDragResizable
4
4
  };
@@ -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
+ }>;
@@ -1,4 +1,4 @@
1
- import { H as r } from "../../HSelect-Bqz2yTMf.js";
1
+ import { H as r } from "../../HSelect-Drf6YBwO.js";
2
2
  export {
3
3
  r as FgHSelect
4
4
  };
@@ -0,0 +1,10 @@
1
+ export type MockOption = {
2
+ id: number;
3
+ label: string;
4
+ };
5
+ export declare function mockHSelectAllApi(params: Record<string, unknown>): Promise<{
6
+ data: {
7
+ list: MockOption[];
8
+ total: number;
9
+ };
10
+ }>;
@@ -1,4 +1,4 @@
1
- import { _ as o } from "../../HSelectAll.vue_vue_type_script_setup_true_lang-C8i6LF_k.js";
1
+ import { _ as o } from "../../HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js";
2
2
  export {
3
3
  o as FgHSelectAll
4
4
  };
@@ -0,0 +1,11 @@
1
+ export type MockMerchant = {
2
+ id: number;
3
+ label: string;
4
+ searchKey?: string;
5
+ };
6
+ export declare function mockHSelectSJApi(params: Record<string, unknown>): Promise<{
7
+ data: {
8
+ list: MockMerchant[];
9
+ total: number;
10
+ };
11
+ }>;
@@ -1,4 +1,4 @@
1
- import { H as r } from "../../HSelectSJ-BieRp2gG.js";
1
+ import { H as r } from "../../HSelectSJ-D3GrXmvj.js";
2
2
  export {
3
3
  r as FgHSelectSJ
4
4
  };
@@ -28,6 +28,4 @@ export * from './citySelect';
28
28
  export * from './customMultipleInput';
29
29
  export * from './hSelectSJ';
30
30
  export * from './dragResizable';
31
- export * from './sortTransfer';
32
31
  export * from './selectAll';
33
- export * from './tipInput';
@@ -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-OnqaEAao.js";
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-DYL6TUPE.js";
5
- import { _ as x } from "../HSelectAll.vue_vue_type_script_setup_true_lang-C8i6LF_k.js";
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 c } from "../LazyComponent.vue_vue_type_script_setup_true_lang-vNk68D8E.js";
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 I } from "../SelectAll.vue_vue_type_script_setup_true_lang-BC3q2U8f.js";
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 "../SortTransfer.vue_vue_type_style_index_0_lang-C5OmBF3s.js";
16
- import { _ as D } from "../TextCopy.vue_vue_type_script_setup_true_lang-DbhZGH_z.js";
17
- import { _ as V } from "../TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-aZbEQmbM.js";
18
- import { B as R } from "../ButtonGroup-C0yZEkxK.js";
19
- import { C as G } from "../ContentTitle-mqrusLjx.js";
20
- import { C as N } from "../CustomInputV2-DYEcbu5_.js";
21
- import { C as j } from "../CustomMultipleInput-DDaqoHVU.js";
22
- import { D as w } from "../DragSort-CfDeFAIG.js";
23
- import { E as O } from "../ErrorImage-CTP_5sal.js";
24
- import { H as U } from "../HSelect-Bqz2yTMf.js";
25
- import { H as X } from "../HSelectSJ-BieRp2gG.js";
26
- import { L as Z } from "../LoadingBtn-BhbhNboo.js";
27
- import { M as oo } from "../MInput-CpoW17Wh.js";
28
- import { M as eo } from "../MyTable-DmwyEVJb.js";
29
- import { S as ao } from "../SelectAddress-B4oK5erq.js";
30
- import { S as so } from "../SelectTree-C7lBZnZH.js";
31
- import { S as go } from "../SvgIcon-C2ah8E0Z.js";
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
- R as FgButtonGroup,
34
+ D as FgButtonGroup,
37
35
  a as FgCascader,
38
36
  s as FgCitySelect,
39
- G as FgContentTitle,
40
- N as FgCustomInputV2,
41
- j as FgCustomMultipleInput,
37
+ V as FgContentTitle,
38
+ R as FgCustomInputV2,
39
+ G as FgCustomMultipleInput,
42
40
  g as FgDragResizable,
43
- w as FgDragSort,
44
- O as FgErrorImage,
45
- U as FgHSelect,
46
- x as FgHSelectAll,
47
- X as FgHSelectSJ,
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
- c as FgLazyComponent,
48
+ n as FgLazyComponent,
51
49
  u as FgLazyPopover,
52
- Z as FgLoadingBtn,
53
- oo as FgMInput,
54
- eo as FgMyTable,
50
+ U as FgLoadingBtn,
51
+ X as FgMInput,
52
+ Z as FgMyTable,
55
53
  T as FgNoRender,
56
- ao as FgSelectAddress,
57
- I as FgSelectAll,
54
+ oo as FgSelectAddress,
55
+ A as FgSelectAll,
58
56
  y as FgSelectAll2,
59
57
  L as FgSelectCustomAll,
60
58
  b as FgSelectTimePicker,
61
- so as FgSelectTree,
62
- z as FgSortTransfer,
63
- go as FgSvgIcon,
64
- D as FgTextCopy,
65
- V as FgTextEllipsisTooltip,
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,7 @@
1
+ /** 文档 demo 用省市区街道树形数据(自包含,不依赖业务接口) */
2
+ export type AddressTreeNode = {
3
+ name: string;
4
+ code: number;
5
+ areasList?: AddressTreeNode[];
6
+ };
7
+ export declare const mockAddressTree: AddressTreeNode[];
@@ -9,7 +9,7 @@ interface propsConfigType {
9
9
  }
10
10
  interface propsType {
11
11
  mapData: mapType;
12
- selectOption: [];
12
+ selectOption: any[];
13
13
  propsConfig?: propsConfigType;
14
14
  }
15
15
  type __VLS_Props = propsType;
@@ -0,0 +1,9 @@
1
+ export declare const docTreeData: {
2
+ id: string;
3
+ label: string;
4
+ children: {
5
+ id: string;
6
+ label: string;
7
+ searchKey: string;
8
+ }[];
9
+ }[];
@@ -1,4 +1,4 @@
1
- import { S as o } from "../../SelectTree-C7lBZnZH.js";
1
+ import { S as o } from "../../SelectTree-Dm5259kY.js";
2
2
  export {
3
3
  o as FgSelectTree
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as p } from "../../TextCopy.vue_vue_type_script_setup_true_lang-DbhZGH_z.js";
1
+ import { T as p } from "../../TextCopy-hOj-Wj2H.js";
2
2
  export {
3
3
  p as FgTextCopy
4
4
  };
@@ -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 './tools';
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?: number;
147
+ height
148
+ /** 判断是否是指令定义 */
149
+ ?: number;
148
150
  sizeLimitWidth?: number;
149
151
  sizeLimitHeight?: number;
150
152
  psdData?: any;