@signal24/vue-foundation 4.20.2 → 4.21.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/.yarnrc.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  nodeLinker: node-modules
2
2
 
3
- yarnPath: .yarn/releases/yarn-4.5.1.cjs
3
+ yarnPath: .yarn/releases/yarn-4.6.0.cjs
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -6,7 +6,7 @@ export declare function vfModalRef(): import("vue").Ref<({
6
6
  readonly closeOnMaskClick?: boolean | undefined;
7
7
  readonly scrolls?: boolean | undefined;
8
8
  readonly closeX?: boolean | undefined;
9
- readonly class?: (string | string[]) | undefined;
9
+ readonly class?: string | string[] | undefined;
10
10
  readonly onFormSubmit?: ((...args: any[]) => any) | undefined;
11
11
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
12
12
  $attrs: {
@@ -14,9 +14,6 @@ export declare function vfModalRef(): import("vue").Ref<({
14
14
  };
15
15
  $refs: {
16
16
  [x: string]: unknown;
17
- } & {
18
- overlay: HTMLDivElement;
19
- form: HTMLFormElement;
20
17
  };
21
18
  $slots: Readonly<{
22
19
  [name: string]: import("vue").Slot<any> | undefined;
@@ -25,7 +22,7 @@ export declare function vfModalRef(): import("vue").Ref<({
25
22
  $parent: import("vue").ComponentPublicInstance | null;
26
23
  $host: Element | null;
27
24
  $emit: (event: "formSubmit", ...args: any[]) => void;
28
- $el: HTMLDivElement;
25
+ $el: any;
29
26
  $options: import("vue").ComponentOptionsBase<Readonly<{
30
27
  id?: string;
31
28
  closeOnMaskClick?: boolean;
@@ -76,9 +73,9 @@ export declare function vfModalRef(): import("vue").Ref<({
76
73
  unhide: () => void;
77
74
  }> & {} & import("vue").ComponentCustomProperties & {} & {
78
75
  $slots: {
79
- header?(_: {}): any;
80
- default?(_: {}): any;
81
- footer?(_: {}): any;
76
+ header?: ((props: {}) => any) | undefined;
77
+ default?: ((props: {}) => any) | undefined;
78
+ footer?: ((props: {}) => any) | undefined;
82
79
  };
83
80
  }) | undefined, ({
84
81
  $: import("vue").ComponentInternalInstance;
@@ -88,7 +85,7 @@ export declare function vfModalRef(): import("vue").Ref<({
88
85
  readonly closeOnMaskClick?: boolean | undefined;
89
86
  readonly scrolls?: boolean | undefined;
90
87
  readonly closeX?: boolean | undefined;
91
- readonly class?: (string | string[]) | undefined;
88
+ readonly class?: string | string[] | undefined;
92
89
  readonly onFormSubmit?: ((...args: any[]) => any) | undefined;
93
90
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
94
91
  $attrs: {
@@ -96,9 +93,6 @@ export declare function vfModalRef(): import("vue").Ref<({
96
93
  };
97
94
  $refs: {
98
95
  [x: string]: unknown;
99
- } & {
100
- overlay: HTMLDivElement;
101
- form: HTMLFormElement;
102
96
  };
103
97
  $slots: Readonly<{
104
98
  [name: string]: import("vue").Slot<any> | undefined;
@@ -107,7 +101,7 @@ export declare function vfModalRef(): import("vue").Ref<({
107
101
  $parent: import("vue").ComponentPublicInstance | null;
108
102
  $host: Element | null;
109
103
  $emit: (event: "formSubmit", ...args: any[]) => void;
110
- $el: HTMLDivElement;
104
+ $el: any;
111
105
  $options: import("vue").ComponentOptionsBase<Readonly<{
112
106
  id?: string;
113
107
  closeOnMaskClick?: boolean;
@@ -158,8 +152,8 @@ export declare function vfModalRef(): import("vue").Ref<({
158
152
  unhide: () => void;
159
153
  }> & {} & import("vue").ComponentCustomProperties & {} & {
160
154
  $slots: {
161
- header?(_: {}): any;
162
- default?(_: {}): any;
163
- footer?(_: {}): any;
155
+ header?: ((props: {}) => any) | undefined;
156
+ default?: ((props: {}) => any) | undefined;
157
+ footer?: ((props: {}) => any) | undefined;
164
158
  };
165
159
  }) | undefined>;