sit-onyx 1.4.0-dev-20251104154315 → 1.4.0-dev-20251106075238
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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Nullable } from '../../types/index.js';
|
|
2
1
|
import { OnyxModalProps } from './types.js';
|
|
3
2
|
declare function __VLS_template(): {
|
|
4
3
|
attrs: Partial<{}>;
|
|
@@ -44,9 +43,9 @@ declare function __VLS_template(): {
|
|
|
44
43
|
};
|
|
45
44
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
46
45
|
declare const __VLS_component: import('vue').DefineComponent<OnyxModalProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
47
|
-
"update:open": (open:
|
|
46
|
+
"update:open": (open: boolean) => any;
|
|
48
47
|
}, string, import('vue').PublicProps, Readonly<OnyxModalProps> & Readonly<{
|
|
49
|
-
"onUpdate:open"?: ((open:
|
|
48
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
50
49
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
51
50
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
52
51
|
export default _default;
|
|
@@ -47,7 +47,7 @@ declare function __VLS_template(): {
|
|
|
47
47
|
readonly alert?: boolean | undefined;
|
|
48
48
|
readonly open?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>;
|
|
49
49
|
readonly nonDismissible?: boolean | undefined;
|
|
50
|
-
readonly "onUpdate:open"?: ((open:
|
|
50
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
51
51
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
52
52
|
$attrs: {
|
|
53
53
|
[x: string]: unknown;
|
|
@@ -61,12 +61,12 @@ declare function __VLS_template(): {
|
|
|
61
61
|
$root: import('vue').ComponentPublicInstance | null;
|
|
62
62
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
63
63
|
$host: Element | null;
|
|
64
|
-
$emit: (event: "update:open", open:
|
|
64
|
+
$emit: (event: "update:open", open: boolean) => void;
|
|
65
65
|
$el: any;
|
|
66
66
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
67
|
-
"onUpdate:open"?: ((open:
|
|
67
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
68
68
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
69
|
-
"update:open": (open:
|
|
69
|
+
"update:open": (open: boolean) => any;
|
|
70
70
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
71
71
|
beforeCreate?: (() => void) | (() => void)[];
|
|
72
72
|
created?: (() => void) | (() => void)[];
|
|
@@ -88,7 +88,7 @@ declare function __VLS_template(): {
|
|
|
88
88
|
$nextTick: typeof import('vue').nextTick;
|
|
89
89
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
90
90
|
} & Readonly<{}> & Omit<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
91
|
-
"onUpdate:open"?: ((open:
|
|
91
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
92
92
|
}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
93
93
|
$slots: Readonly<{
|
|
94
94
|
default(): unknown;
|
|
@@ -125,7 +125,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {
|
|
|
125
125
|
readonly alert?: boolean | undefined;
|
|
126
126
|
readonly open?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>;
|
|
127
127
|
readonly nonDismissible?: boolean | undefined;
|
|
128
|
-
readonly "onUpdate:open"?: ((open:
|
|
128
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
129
129
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
130
130
|
$attrs: {
|
|
131
131
|
[x: string]: unknown;
|
|
@@ -139,12 +139,12 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {
|
|
|
139
139
|
$root: import('vue').ComponentPublicInstance | null;
|
|
140
140
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
141
141
|
$host: Element | null;
|
|
142
|
-
$emit: (event: "update:open", open:
|
|
142
|
+
$emit: (event: "update:open", open: boolean) => void;
|
|
143
143
|
$el: any;
|
|
144
144
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
145
|
-
"onUpdate:open"?: ((open:
|
|
145
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
146
146
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
147
|
-
"update:open": (open:
|
|
147
|
+
"update:open": (open: boolean) => any;
|
|
148
148
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
149
149
|
beforeCreate?: (() => void) | (() => void)[];
|
|
150
150
|
created?: (() => void) | (() => void)[];
|
|
@@ -166,7 +166,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {
|
|
|
166
166
|
$nextTick: typeof import('vue').nextTick;
|
|
167
167
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
168
168
|
} & Readonly<{}> & Omit<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
169
|
-
"onUpdate:open"?: ((open:
|
|
169
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
170
170
|
}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
171
171
|
$slots: Readonly<{
|
|
172
172
|
default(): unknown;
|