@creatorsn/vfluent3 0.2.20 → 0.3.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 (73) hide show
  1. package/README.md +7 -7
  2. package/dist/style.css +1 -1
  3. package/dist/types/packages/affix/index.d.ts +165 -10
  4. package/dist/types/packages/affix/source/index.vue.d.ts +165 -10
  5. package/dist/types/packages/breadcrumb/index.d.ts +3 -0
  6. package/dist/types/packages/breadcrumb/source/index.vue.d.ts +3 -0
  7. package/dist/types/packages/calendar-date-picker/index.d.ts +25 -4
  8. package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +25 -4
  9. package/dist/types/packages/calendar-view/index.d.ts +31 -1
  10. package/dist/types/packages/calendar-view/source/index.vue.d.ts +31 -1
  11. package/dist/types/packages/combobox/index.d.ts +3 -0
  12. package/dist/types/packages/combobox/source/index.vue.d.ts +3 -0
  13. package/dist/types/packages/command-bar/index.d.ts +3 -0
  14. package/dist/types/packages/command-bar/source/index.vue.d.ts +3 -0
  15. package/dist/types/packages/date-picker/index.d.ts +3 -3
  16. package/dist/types/packages/date-picker/source/index.vue.d.ts +3 -3
  17. package/dist/types/packages/details-list/index.d.ts +12 -3
  18. package/dist/types/packages/details-list/source/index.vue.d.ts +12 -3
  19. package/dist/types/packages/drawer/index.d.ts +3 -0
  20. package/dist/types/packages/drawer/source/index.vue.d.ts +3 -0
  21. package/dist/types/packages/drop-down/index.d.ts +3 -0
  22. package/dist/types/packages/drop-down/source/index.vue.d.ts +3 -0
  23. package/dist/types/packages/flip-view/index.d.ts +1 -1
  24. package/dist/types/packages/flip-view/source/index.vue.d.ts +1 -1
  25. package/dist/types/packages/index.d.ts +15 -0
  26. package/dist/types/packages/list-view/index.d.ts +3 -0
  27. package/dist/types/packages/list-view/source/index.vue.d.ts +3 -0
  28. package/dist/types/packages/menu-flyout/index.d.ts +3 -0
  29. package/dist/types/packages/menu-flyout/source/index.vue.d.ts +3 -0
  30. package/dist/types/packages/navigation-panel/index.d.ts +3 -0
  31. package/dist/types/packages/navigation-panel/source/index.vue.d.ts +3 -0
  32. package/dist/types/packages/panel/index.d.ts +24 -3
  33. package/dist/types/packages/panel/source/index.vue.d.ts +24 -3
  34. package/dist/types/packages/resize-watcher/index.d.ts +77 -0
  35. package/dist/types/packages/resize-watcher/source/index.vue.d.ts +76 -0
  36. package/dist/types/packages/resize-watcher/style/index.d.ts +3 -0
  37. package/dist/types/packages/reveal-container/index.d.ts +3 -3
  38. package/dist/types/packages/reveal-container/source/index.vue.d.ts +3 -3
  39. package/dist/types/packages/right-menu/index.d.ts +91 -0
  40. package/dist/types/packages/right-menu/source/index.vue.d.ts +90 -0
  41. package/dist/types/packages/right-menu/style/index.d.ts +3 -0
  42. package/dist/types/packages/slider/index.d.ts +118 -133
  43. package/dist/types/packages/slider/source/index.vue.d.ts +118 -133
  44. package/dist/types/packages/table-view/index.d.ts +223 -0
  45. package/dist/types/packages/table-view/source/index.vue.d.ts +222 -0
  46. package/dist/types/packages/table-view/source/sub/addMenu/currentProperty.vue.d.ts +2 -0
  47. package/dist/types/packages/table-view/source/sub/addMenu/newProperty.vue.d.ts +2 -0
  48. package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateCell.vue.d.ts +2 -0
  49. package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateHead.vue.d.ts +2 -0
  50. package/dist/types/packages/table-view/source/sub/defaultExtensions/date/index.d.ts +17 -0
  51. package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailCell.vue.d.ts +2 -0
  52. package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailHead.vue.d.ts +2 -0
  53. package/dist/types/packages/table-view/source/sub/defaultExtensions/email/index.d.ts +17 -0
  54. package/dist/types/packages/table-view/source/sub/defaultExtensions/number/index.d.ts +17 -0
  55. package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberCell.vue.d.ts +2 -0
  56. package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberHead.vue.d.ts +2 -0
  57. package/dist/types/packages/table-view/source/sub/editWrapper.vue.d.ts +2 -0
  58. package/dist/types/packages/table-view/source/sub/spliter.vue.d.ts +2 -0
  59. package/dist/types/packages/table-view/source/sub/tableRow.vue.d.ts +2 -0
  60. package/dist/types/packages/table-view/style/index.d.ts +3 -0
  61. package/dist/types/packages/table-view-cell-base/index.d.ts +125 -0
  62. package/dist/types/packages/table-view-cell-base/source/index.vue.d.ts +124 -0
  63. package/dist/types/packages/table-view-cell-base/style/index.d.ts +3 -0
  64. package/dist/types/packages/table-view-head-base/index.d.ts +144 -0
  65. package/dist/types/packages/table-view-head-base/source/index.vue.d.ts +143 -0
  66. package/dist/types/packages/table-view-head-base/style/index.d.ts +3 -0
  67. package/dist/types/packages/tag/index.d.ts +6 -0
  68. package/dist/types/packages/tag/source/index.vue.d.ts +6 -0
  69. package/dist/types/packages/text-box/index.d.ts +3 -3
  70. package/dist/types/packages/text-box/source/index.vue.d.ts +3 -3
  71. package/dist/vfluent3.js +16345 -12598
  72. package/dist/vfluent3.umd.cjs +8 -8
  73. package/package.json +1 -1
@@ -200,7 +200,7 @@ declare const _default: {
200
200
  $slots: {
201
201
  item: (_: {
202
202
  data: any;
203
- index: symbol | "length" | "name" | "call" | "toString" | "apply" | "prototype" | "bind" | "arguments" | "caller";
203
+ index: symbol | "length" | "name" | "toString" | "call" | "apply" | "prototype" | "bind" | "arguments" | "caller";
204
204
  }) => any;
205
205
  };
206
206
  });
@@ -39,12 +39,17 @@ export * from "./progress-ring";
39
39
  export * from "./radio";
40
40
  export * from "./radio-group";
41
41
  export * from "./rating-control";
42
+ export * from "./resize-watcher";
42
43
  export * from "./reveal-container";
44
+ export * from "./right-menu";
43
45
  export * from "./scroll-story";
44
46
  export * from "./search-box";
45
47
  export * from "./shimmer";
46
48
  export * from "./slider";
47
49
  export * from "./swipe-control";
50
+ export * from "./table-view";
51
+ export * from "./table-view-cell-base";
52
+ export * from "./table-view-head-base";
48
53
  export * from "./tag";
49
54
  export * from "./text-box";
50
55
  export * from "./text-field";
@@ -94,12 +99,17 @@ import ProgressRing from "./progress-ring";
94
99
  import Radio from "./radio";
95
100
  import RadioGroup from "./radio-group";
96
101
  import RatingControl from "./rating-control";
102
+ import ResizeWatcher from "./resize-watcher";
97
103
  import RevealContainer from "./reveal-container";
104
+ import RightMenu from "./right-menu";
98
105
  import ScrollStory from "./scroll-story";
99
106
  import SearchBox from "./search-box";
100
107
  import Shimmer from "./shimmer";
101
108
  import Slider from "./slider";
102
109
  import SwipeControl from "./swipe-control";
110
+ import TableView from "./table-view";
111
+ import TableViewCellBase from "./table-view-cell-base";
112
+ import TableViewHeadBase from "./table-view-head-base";
103
113
  import Tag from "./tag";
104
114
  import TextBox from "./text-box";
105
115
  import TextField from "./text-field";
@@ -150,12 +160,17 @@ declare module 'vue' {
150
160
  FvRadio: typeof Radio;
151
161
  FvRadioGroup: typeof RadioGroup;
152
162
  FvRatingControl: typeof RatingControl;
163
+ FvResizeWatcher: typeof ResizeWatcher;
153
164
  FvRevealContainer: typeof RevealContainer;
165
+ FvRightMenu: typeof RightMenu;
154
166
  FvScrollStory: typeof ScrollStory;
155
167
  FvSearchBox: typeof SearchBox;
156
168
  FvShimmer: typeof Shimmer;
157
169
  FvSlider: typeof Slider;
158
170
  FvSwipeControl: typeof SwipeControl;
171
+ FvTableView: typeof TableView;
172
+ FvTableViewCellBase: typeof TableViewCellBase;
173
+ FvTableViewHeadBase: typeof TableViewHeadBase;
159
174
  FvTag: typeof Tag;
160
175
  FvTextBox: typeof TextBox;
161
176
  FvTextField: typeof TextField;
@@ -47,6 +47,7 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
47
47
  }, {
48
48
  valueInit(): void;
49
49
  outSideClickInit(): void;
50
+ outSideClickEvent(event: any): void;
50
51
  keyDownEventInit(): void;
51
52
  valueTrigger(val: any): any;
52
53
  handlerClick($event: any, cur: any): void;
@@ -116,6 +117,7 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
116
117
  }, {
117
118
  valueInit(): void;
118
119
  outSideClickInit(): void;
120
+ outSideClickEvent(event: any): void;
119
121
  keyDownEventInit(): void;
120
122
  valueTrigger(val: any): any;
121
123
  handlerClick($event: any, cur: any): void;
@@ -182,6 +184,7 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
182
184
  }, {
183
185
  valueInit(): void;
184
186
  outSideClickInit(): void;
187
+ outSideClickEvent(event: any): void;
185
188
  keyDownEventInit(): void;
186
189
  valueTrigger(val: any): any;
187
190
  handlerClick($event: any, cur: any): void;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  }, {
47
47
  valueInit(): void;
48
48
  outSideClickInit(): void;
49
+ outSideClickEvent(event: any): void;
49
50
  keyDownEventInit(): void;
50
51
  valueTrigger(val: any): any;
51
52
  handlerClick($event: any, cur: any): void;
@@ -115,6 +116,7 @@ declare const _default: {
115
116
  }, {
116
117
  valueInit(): void;
117
118
  outSideClickInit(): void;
119
+ outSideClickEvent(event: any): void;
118
120
  keyDownEventInit(): void;
119
121
  valueTrigger(val: any): any;
120
122
  handlerClick($event: any, cur: any): void;
@@ -181,6 +183,7 @@ declare const _default: {
181
183
  }, {
182
184
  valueInit(): void;
183
185
  outSideClickInit(): void;
186
+ outSideClickEvent(event: any): void;
184
187
  keyDownEventInit(): void;
185
188
  valueTrigger(val: any): any;
186
189
  handlerClick($event: any, cur: any): void;
@@ -34,6 +34,7 @@ export declare const FvMenuFlyout: import("../../types/plugins/component-plugin"
34
34
  $theme(): string;
35
35
  }, {
36
36
  outSideClickInit(): void;
37
+ outSideClickEvent(event: any): void;
37
38
  valueTrigger(val: any): any;
38
39
  Choose(event: any): void;
39
40
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
@@ -77,6 +78,7 @@ export declare const FvMenuFlyout: import("../../types/plugins/component-plugin"
77
78
  $theme(): string;
78
79
  }, {
79
80
  outSideClickInit(): void;
81
+ outSideClickEvent(event: any): void;
80
82
  valueTrigger(val: any): any;
81
83
  Choose(event: any): void;
82
84
  }, {}>;
@@ -117,6 +119,7 @@ export declare const FvMenuFlyout: import("../../types/plugins/component-plugin"
117
119
  $theme(): string;
118
120
  }, {
119
121
  outSideClickInit(): void;
122
+ outSideClickEvent(event: any): void;
120
123
  valueTrigger(val: any): any;
121
124
  Choose(event: any): void;
122
125
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -33,6 +33,7 @@ declare const _default: {
33
33
  $theme(): string;
34
34
  }, {
35
35
  outSideClickInit(): void;
36
+ outSideClickEvent(event: any): void;
36
37
  valueTrigger(val: any): any;
37
38
  Choose(event: any): void;
38
39
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
@@ -76,6 +77,7 @@ declare const _default: {
76
77
  $theme(): string;
77
78
  }, {
78
79
  outSideClickInit(): void;
80
+ outSideClickEvent(event: any): void;
79
81
  valueTrigger(val: any): any;
80
82
  Choose(event: any): void;
81
83
  }, {}>;
@@ -116,6 +118,7 @@ declare const _default: {
116
118
  $theme(): string;
117
119
  }, {
118
120
  outSideClickInit(): void;
121
+ outSideClickEvent(event: any): void;
119
122
  valueTrigger(val: any): any;
120
123
  Choose(event: any): void;
121
124
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -43,6 +43,7 @@ export declare const FvNavigationPanel: import("../../types/plugins/component-pl
43
43
  FRInit(): void;
44
44
  screenWidthInit(): void;
45
45
  outSideClickInit(): void;
46
+ outSideClickEvent(event: any): void;
46
47
  expandClick(): void;
47
48
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
48
49
  P: {};
@@ -94,6 +95,7 @@ export declare const FvNavigationPanel: import("../../types/plugins/component-pl
94
95
  FRInit(): void;
95
96
  screenWidthInit(): void;
96
97
  outSideClickInit(): void;
98
+ outSideClickEvent(event: any): void;
97
99
  expandClick(): void;
98
100
  }, {}>;
99
101
  __isFragment?: undefined;
@@ -142,6 +144,7 @@ export declare const FvNavigationPanel: import("../../types/plugins/component-pl
142
144
  FRInit(): void;
143
145
  screenWidthInit(): void;
144
146
  outSideClickInit(): void;
147
+ outSideClickEvent(event: any): void;
145
148
  expandClick(): void;
146
149
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
147
150
  $slots: {
@@ -42,6 +42,7 @@ declare const _default: {
42
42
  FRInit(): void;
43
43
  screenWidthInit(): void;
44
44
  outSideClickInit(): void;
45
+ outSideClickEvent(event: any): void;
45
46
  expandClick(): void;
46
47
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
47
48
  P: {};
@@ -93,6 +94,7 @@ declare const _default: {
93
94
  FRInit(): void;
94
95
  screenWidthInit(): void;
95
96
  outSideClickInit(): void;
97
+ outSideClickEvent(event: any): void;
96
98
  expandClick(): void;
97
99
  }, {}>;
98
100
  __isFragment?: undefined;
@@ -141,6 +143,7 @@ declare const _default: {
141
143
  FRInit(): void;
142
144
  screenWidthInit(): void;
143
145
  outSideClickInit(): void;
146
+ outSideClickEvent(event: any): void;
144
147
  expandClick(): void;
145
148
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
146
149
  $slots: {
@@ -14,11 +14,16 @@ export declare const FvPanel: import("../../types/plugins/component-plugin").Com
14
14
  readonly titleSize?: number | undefined;
15
15
  readonly titleWeight?: number | undefined;
16
16
  readonly titleColor?: string | undefined;
17
+ readonly controlPadding?: string | undefined;
18
+ readonly contentPadding?: string | undefined;
17
19
  readonly isNearSide?: boolean | undefined;
20
+ readonly isBottomSide?: boolean | undefined;
21
+ readonly isTopSide?: boolean | undefined;
18
22
  readonly isCentralSide?: boolean | undefined;
19
23
  readonly isLightDismiss?: boolean | undefined;
20
24
  readonly isFooter?: boolean | undefined;
21
25
  readonly isAcrylic?: boolean | undefined;
26
+ readonly teleport?: boolean | undefined;
22
27
  };
23
28
  $emit: (event: "update:modelValue", ...args: any[]) => void;
24
29
  }, {
@@ -30,9 +35,11 @@ export declare const FvPanel: import("../../types/plugins/component-plugin").Com
30
35
  }, {
31
36
  finalWidth(): any;
32
37
  finalHeight(): any;
33
- transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left";
38
+ sideName(): "default" | "top" | "bottom" | "central" | "near";
39
+ transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left" | "move-top-to-bottom" | "move-bottom-to-top";
34
40
  $theme(): string;
35
41
  }, {
42
+ globalAppendInit(): void;
36
43
  screenWidthInit(): void;
37
44
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
38
45
  P: {};
@@ -55,11 +62,16 @@ export declare const FvPanel: import("../../types/plugins/component-plugin").Com
55
62
  readonly titleSize?: number | undefined;
56
63
  readonly titleWeight?: number | undefined;
57
64
  readonly titleColor?: string | undefined;
65
+ readonly controlPadding?: string | undefined;
66
+ readonly contentPadding?: string | undefined;
58
67
  readonly isNearSide?: boolean | undefined;
68
+ readonly isBottomSide?: boolean | undefined;
69
+ readonly isTopSide?: boolean | undefined;
59
70
  readonly isCentralSide?: boolean | undefined;
60
71
  readonly isLightDismiss?: boolean | undefined;
61
72
  readonly isFooter?: boolean | undefined;
62
73
  readonly isAcrylic?: boolean | undefined;
74
+ readonly teleport?: boolean | undefined;
63
75
  };
64
76
  $emit: (event: "update:modelValue", ...args: any[]) => void;
65
77
  }, {
@@ -71,9 +83,11 @@ export declare const FvPanel: import("../../types/plugins/component-plugin").Com
71
83
  }, {
72
84
  finalWidth(): any;
73
85
  finalHeight(): any;
74
- transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left";
86
+ sideName(): "default" | "top" | "bottom" | "central" | "near";
87
+ transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left" | "move-top-to-bottom" | "move-bottom-to-top";
75
88
  $theme(): string;
76
89
  }, {
90
+ globalAppendInit(): void;
77
91
  screenWidthInit(): void;
78
92
  }, {}>;
79
93
  __isFragment?: undefined;
@@ -93,11 +107,16 @@ export declare const FvPanel: import("../../types/plugins/component-plugin").Com
93
107
  readonly titleSize?: number | undefined;
94
108
  readonly titleWeight?: number | undefined;
95
109
  readonly titleColor?: string | undefined;
110
+ readonly controlPadding?: string | undefined;
111
+ readonly contentPadding?: string | undefined;
96
112
  readonly isNearSide?: boolean | undefined;
113
+ readonly isBottomSide?: boolean | undefined;
114
+ readonly isTopSide?: boolean | undefined;
97
115
  readonly isCentralSide?: boolean | undefined;
98
116
  readonly isLightDismiss?: boolean | undefined;
99
117
  readonly isFooter?: boolean | undefined;
100
118
  readonly isAcrylic?: boolean | undefined;
119
+ readonly teleport?: boolean | undefined;
101
120
  };
102
121
  $emit: (event: "update:modelValue", ...args: any[]) => void;
103
122
  }, {
@@ -109,9 +128,11 @@ export declare const FvPanel: import("../../types/plugins/component-plugin").Com
109
128
  }, {
110
129
  finalWidth(): any;
111
130
  finalHeight(): any;
112
- transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left";
131
+ sideName(): "default" | "top" | "bottom" | "central" | "near";
132
+ transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left" | "move-top-to-bottom" | "move-bottom-to-top";
113
133
  $theme(): string;
114
134
  }, {
135
+ globalAppendInit(): void;
115
136
  screenWidthInit(): void;
116
137
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
117
138
  $slots: {
@@ -13,11 +13,16 @@ declare const _default: {
13
13
  readonly titleSize?: number | undefined;
14
14
  readonly titleWeight?: number | undefined;
15
15
  readonly titleColor?: string | undefined;
16
+ readonly controlPadding?: string | undefined;
17
+ readonly contentPadding?: string | undefined;
16
18
  readonly isNearSide?: boolean | undefined;
19
+ readonly isBottomSide?: boolean | undefined;
20
+ readonly isTopSide?: boolean | undefined;
17
21
  readonly isCentralSide?: boolean | undefined;
18
22
  readonly isLightDismiss?: boolean | undefined;
19
23
  readonly isFooter?: boolean | undefined;
20
24
  readonly isAcrylic?: boolean | undefined;
25
+ readonly teleport?: boolean | undefined;
21
26
  };
22
27
  $emit: (event: "update:modelValue", ...args: any[]) => void;
23
28
  }, {
@@ -29,9 +34,11 @@ declare const _default: {
29
34
  }, {
30
35
  finalWidth(): any;
31
36
  finalHeight(): any;
32
- transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left";
37
+ sideName(): "default" | "top" | "bottom" | "central" | "near";
38
+ transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left" | "move-top-to-bottom" | "move-bottom-to-top";
33
39
  $theme(): string;
34
40
  }, {
41
+ globalAppendInit(): void;
35
42
  screenWidthInit(): void;
36
43
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
37
44
  P: {};
@@ -54,11 +61,16 @@ declare const _default: {
54
61
  readonly titleSize?: number | undefined;
55
62
  readonly titleWeight?: number | undefined;
56
63
  readonly titleColor?: string | undefined;
64
+ readonly controlPadding?: string | undefined;
65
+ readonly contentPadding?: string | undefined;
57
66
  readonly isNearSide?: boolean | undefined;
67
+ readonly isBottomSide?: boolean | undefined;
68
+ readonly isTopSide?: boolean | undefined;
58
69
  readonly isCentralSide?: boolean | undefined;
59
70
  readonly isLightDismiss?: boolean | undefined;
60
71
  readonly isFooter?: boolean | undefined;
61
72
  readonly isAcrylic?: boolean | undefined;
73
+ readonly teleport?: boolean | undefined;
62
74
  };
63
75
  $emit: (event: "update:modelValue", ...args: any[]) => void;
64
76
  }, {
@@ -70,9 +82,11 @@ declare const _default: {
70
82
  }, {
71
83
  finalWidth(): any;
72
84
  finalHeight(): any;
73
- transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left";
85
+ sideName(): "default" | "top" | "bottom" | "central" | "near";
86
+ transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left" | "move-top-to-bottom" | "move-bottom-to-top";
74
87
  $theme(): string;
75
88
  }, {
89
+ globalAppendInit(): void;
76
90
  screenWidthInit(): void;
77
91
  }, {}>;
78
92
  __isFragment?: undefined;
@@ -92,11 +106,16 @@ declare const _default: {
92
106
  readonly titleSize?: number | undefined;
93
107
  readonly titleWeight?: number | undefined;
94
108
  readonly titleColor?: string | undefined;
109
+ readonly controlPadding?: string | undefined;
110
+ readonly contentPadding?: string | undefined;
95
111
  readonly isNearSide?: boolean | undefined;
112
+ readonly isBottomSide?: boolean | undefined;
113
+ readonly isTopSide?: boolean | undefined;
96
114
  readonly isCentralSide?: boolean | undefined;
97
115
  readonly isLightDismiss?: boolean | undefined;
98
116
  readonly isFooter?: boolean | undefined;
99
117
  readonly isAcrylic?: boolean | undefined;
118
+ readonly teleport?: boolean | undefined;
100
119
  };
101
120
  $emit: (event: "update:modelValue", ...args: any[]) => void;
102
121
  }, {
@@ -108,9 +127,11 @@ declare const _default: {
108
127
  }, {
109
128
  finalWidth(): any;
110
129
  finalHeight(): any;
111
- transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left";
130
+ sideName(): "default" | "top" | "bottom" | "central" | "near";
131
+ transitionInName(): "fv-panel-scale-up-to-up" | "fv-panel-scale-down-to-down" | "move-left-to-right" | "move-right-to-left" | "move-top-to-bottom" | "move-bottom-to-top";
112
132
  $theme(): string;
113
133
  }, {
134
+ globalAppendInit(): void;
114
135
  screenWidthInit(): void;
115
136
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
116
137
  $slots: {
@@ -0,0 +1,77 @@
1
+ import "./style";
2
+ export declare const FvResizeWatcher: import("../../types/plugins/component-plugin").ComponentPlugin<{
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
4
+ $props: {
5
+ readonly theme?: string | undefined;
6
+ readonly target?: null | undefined;
7
+ readonly disabled?: boolean | undefined;
8
+ readonly lang?: string | undefined;
9
+ };
10
+ $emit: (event: "watch" | "watch-resize" | "watch-pos", ...args: any[]) => void;
11
+ }, {
12
+ thisTarget: null;
13
+ resizeObserver: null;
14
+ posObserver: null;
15
+ timer: null;
16
+ }, {
17
+ $theme(): string;
18
+ }, {
19
+ init(): void;
20
+ resizeWatcherInit(): void;
21
+ posWatcherInit(): void;
22
+ valueTrigger(val: any): any;
23
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
24
+ P: {};
25
+ B: {};
26
+ D: {};
27
+ C: {};
28
+ M: {};
29
+ Defaults: {};
30
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, {
31
+ $props: {
32
+ readonly theme?: string | undefined;
33
+ readonly target?: null | undefined;
34
+ readonly disabled?: boolean | undefined;
35
+ readonly lang?: string | undefined;
36
+ };
37
+ $emit: (event: "watch" | "watch-resize" | "watch-pos", ...args: any[]) => void;
38
+ }, {
39
+ thisTarget: null;
40
+ resizeObserver: null;
41
+ posObserver: null;
42
+ timer: null;
43
+ }, {
44
+ $theme(): string;
45
+ }, {
46
+ init(): void;
47
+ resizeWatcherInit(): void;
48
+ posWatcherInit(): void;
49
+ valueTrigger(val: any): any;
50
+ }, {}>;
51
+ __isFragment?: undefined;
52
+ __isTeleport?: undefined;
53
+ __isSuspense?: undefined;
54
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
55
+ $props: {
56
+ readonly theme?: string | undefined;
57
+ readonly target?: null | undefined;
58
+ readonly disabled?: boolean | undefined;
59
+ readonly lang?: string | undefined;
60
+ };
61
+ $emit: (event: "watch" | "watch-resize" | "watch-pos", ...args: any[]) => void;
62
+ }, {
63
+ thisTarget: null;
64
+ resizeObserver: null;
65
+ posObserver: null;
66
+ timer: null;
67
+ }, {
68
+ $theme(): string;
69
+ }, {
70
+ init(): void;
71
+ resizeWatcherInit(): void;
72
+ posWatcherInit(): void;
73
+ valueTrigger(val: any): any;
74
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
75
+ $slots: {};
76
+ })>;
77
+ export default FvResizeWatcher;
@@ -0,0 +1,76 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
3
+ $props: {
4
+ readonly theme?: string | undefined;
5
+ readonly target?: null | undefined;
6
+ readonly disabled?: boolean | undefined;
7
+ readonly lang?: string | undefined;
8
+ };
9
+ $emit: (event: "watch" | "watch-resize" | "watch-pos", ...args: any[]) => void;
10
+ }, {
11
+ thisTarget: null;
12
+ resizeObserver: null;
13
+ posObserver: null;
14
+ timer: null;
15
+ }, {
16
+ $theme(): string;
17
+ }, {
18
+ init(): void;
19
+ resizeWatcherInit(): void;
20
+ posWatcherInit(): void;
21
+ valueTrigger(val: any): any;
22
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
23
+ P: {};
24
+ B: {};
25
+ D: {};
26
+ C: {};
27
+ M: {};
28
+ Defaults: {};
29
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, {
30
+ $props: {
31
+ readonly theme?: string | undefined;
32
+ readonly target?: null | undefined;
33
+ readonly disabled?: boolean | undefined;
34
+ readonly lang?: string | undefined;
35
+ };
36
+ $emit: (event: "watch" | "watch-resize" | "watch-pos", ...args: any[]) => void;
37
+ }, {
38
+ thisTarget: null;
39
+ resizeObserver: null;
40
+ posObserver: null;
41
+ timer: null;
42
+ }, {
43
+ $theme(): string;
44
+ }, {
45
+ init(): void;
46
+ resizeWatcherInit(): void;
47
+ posWatcherInit(): void;
48
+ valueTrigger(val: any): any;
49
+ }, {}>;
50
+ __isFragment?: undefined;
51
+ __isTeleport?: undefined;
52
+ __isSuspense?: undefined;
53
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
54
+ $props: {
55
+ readonly theme?: string | undefined;
56
+ readonly target?: null | undefined;
57
+ readonly disabled?: boolean | undefined;
58
+ readonly lang?: string | undefined;
59
+ };
60
+ $emit: (event: "watch" | "watch-resize" | "watch-pos", ...args: any[]) => void;
61
+ }, {
62
+ thisTarget: null;
63
+ resizeObserver: null;
64
+ posObserver: null;
65
+ timer: null;
66
+ }, {
67
+ $theme(): string;
68
+ }, {
69
+ init(): void;
70
+ resizeWatcherInit(): void;
71
+ posWatcherInit(): void;
72
+ valueTrigger(val: any): any;
73
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
74
+ $slots: {};
75
+ });
76
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import "@/styles/theme/base/resize-watcher/index.scss";
2
+ import "@/styles/theme/light/resize-watcher/index.scss";
3
+ import "@/styles/theme/dark/resize-watcher/index.scss";
@@ -9,8 +9,8 @@ export declare const FvRevealContainer: import("../../types/plugins/component-pl
9
9
  readonly theme?: string | undefined;
10
10
  readonly disabled?: boolean | undefined;
11
11
  readonly lang?: string | undefined;
12
- readonly revealContainer?: boolean | undefined;
13
12
  readonly parent?: null | undefined;
13
+ readonly revealContainer?: boolean | undefined;
14
14
  readonly backgroundGradientList?: never[] | undefined;
15
15
  readonly backgroundGradientSize?: number | undefined;
16
16
  readonly borderGradientList?: never[] | undefined;
@@ -84,8 +84,8 @@ export declare const FvRevealContainer: import("../../types/plugins/component-pl
84
84
  readonly theme?: string | undefined;
85
85
  readonly disabled?: boolean | undefined;
86
86
  readonly lang?: string | undefined;
87
- readonly revealContainer?: boolean | undefined;
88
87
  readonly parent?: null | undefined;
88
+ readonly revealContainer?: boolean | undefined;
89
89
  readonly backgroundGradientList?: never[] | undefined;
90
90
  readonly backgroundGradientSize?: number | undefined;
91
91
  readonly borderGradientList?: never[] | undefined;
@@ -156,8 +156,8 @@ export declare const FvRevealContainer: import("../../types/plugins/component-pl
156
156
  readonly theme?: string | undefined;
157
157
  readonly disabled?: boolean | undefined;
158
158
  readonly lang?: string | undefined;
159
- readonly revealContainer?: boolean | undefined;
160
159
  readonly parent?: null | undefined;
160
+ readonly revealContainer?: boolean | undefined;
161
161
  readonly backgroundGradientList?: never[] | undefined;
162
162
  readonly backgroundGradientSize?: number | undefined;
163
163
  readonly borderGradientList?: never[] | undefined;
@@ -8,8 +8,8 @@ declare const _default: {
8
8
  readonly theme?: string | undefined;
9
9
  readonly disabled?: boolean | undefined;
10
10
  readonly lang?: string | undefined;
11
- readonly revealContainer?: boolean | undefined;
12
11
  readonly parent?: null | undefined;
12
+ readonly revealContainer?: boolean | undefined;
13
13
  readonly backgroundGradientList?: never[] | undefined;
14
14
  readonly backgroundGradientSize?: number | undefined;
15
15
  readonly borderGradientList?: never[] | undefined;
@@ -83,8 +83,8 @@ declare const _default: {
83
83
  readonly theme?: string | undefined;
84
84
  readonly disabled?: boolean | undefined;
85
85
  readonly lang?: string | undefined;
86
- readonly revealContainer?: boolean | undefined;
87
86
  readonly parent?: null | undefined;
87
+ readonly revealContainer?: boolean | undefined;
88
88
  readonly backgroundGradientList?: never[] | undefined;
89
89
  readonly backgroundGradientSize?: number | undefined;
90
90
  readonly borderGradientList?: never[] | undefined;
@@ -155,8 +155,8 @@ declare const _default: {
155
155
  readonly theme?: string | undefined;
156
156
  readonly disabled?: boolean | undefined;
157
157
  readonly lang?: string | undefined;
158
- readonly revealContainer?: boolean | undefined;
159
158
  readonly parent?: null | undefined;
159
+ readonly revealContainer?: boolean | undefined;
160
160
  readonly backgroundGradientList?: never[] | undefined;
161
161
  readonly backgroundGradientSize?: number | undefined;
162
162
  readonly borderGradientList?: never[] | undefined;