sit-onyx 1.6.0-dev-20260107123212 → 1.6.0-dev-20260108080003
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.
|
@@ -2,6 +2,56 @@ import { OnyxSegmentedControlElement } from './types.js';
|
|
|
2
2
|
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxSegmentedControlElement, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxSegmentedControlElement> & Readonly<{}>, {
|
|
3
3
|
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
4
4
|
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
5
|
-
inputRef:
|
|
5
|
+
inputRef: ({
|
|
6
|
+
$: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
|
|
7
|
+
$data: {};
|
|
8
|
+
$props: {
|
|
9
|
+
readonly is?: string | undefined;
|
|
10
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
|
|
11
|
+
$attrs: {
|
|
12
|
+
[x: string]: unknown;
|
|
13
|
+
};
|
|
14
|
+
$refs: {
|
|
15
|
+
[x: string]: unknown;
|
|
16
|
+
};
|
|
17
|
+
$slots: Readonly<{
|
|
18
|
+
[name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
|
|
19
|
+
}>;
|
|
20
|
+
$root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
|
|
21
|
+
$parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
|
|
22
|
+
$host: Element | null;
|
|
23
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
24
|
+
$el: any;
|
|
25
|
+
$options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<import('../OnyxVisuallyHidden/types.js', { with: { "resolution-mode": "import" } }).OnyxVisuallyHiddenProps> & Readonly<{}>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, {
|
|
26
|
+
is: string;
|
|
27
|
+
}, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
|
|
28
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
29
|
+
created?: (() => void) | (() => void)[];
|
|
30
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
31
|
+
mounted?: (() => void) | (() => void)[];
|
|
32
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
33
|
+
updated?: (() => void) | (() => void)[];
|
|
34
|
+
activated?: (() => void) | (() => void)[];
|
|
35
|
+
deactivated?: (() => void) | (() => void)[];
|
|
36
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
37
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
38
|
+
destroyed?: (() => void) | (() => void)[];
|
|
39
|
+
unmounted?: (() => void) | (() => void)[];
|
|
40
|
+
renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
|
|
41
|
+
renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
|
|
42
|
+
errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
43
|
+
};
|
|
44
|
+
$forceUpdate: () => void;
|
|
45
|
+
$nextTick: typeof import('vue', { with: { "resolution-mode": "import" } }).nextTick;
|
|
46
|
+
$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', { with: { "resolution-mode": "import" } }).WatchOptions): import('vue', { with: { "resolution-mode": "import" } }).WatchStopHandle;
|
|
47
|
+
} & Readonly<{
|
|
48
|
+
is: string;
|
|
49
|
+
}> & Omit<Readonly<import('../OnyxVisuallyHidden/types.js', { with: { "resolution-mode": "import" } }).OnyxVisuallyHiddenProps> & Readonly<{}>, "is"> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
|
|
50
|
+
$slots: Readonly<{
|
|
51
|
+
default: () => unknown;
|
|
52
|
+
}> & {
|
|
53
|
+
default: () => unknown;
|
|
54
|
+
};
|
|
55
|
+
}) | null;
|
|
6
56
|
}, any>;
|
|
7
57
|
export default _default;
|