sit-onyx 1.6.0-dev-20251230085909 → 1.6.0-dev-20251230122308

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/utils.js';
2
1
  import { OnyxAlertModalProps } from './types.js';
3
2
  declare function __VLS_template(): {
4
3
  attrs: Partial<{}>;
@@ -54,9 +53,9 @@ declare function __VLS_template(): {
54
53
  };
55
54
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
56
55
  declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxAlertModalProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
57
- "update:open": (open: Nullable<boolean>) => any;
56
+ "update:open": (open: boolean) => any;
58
57
  }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxAlertModalProps> & Readonly<{
59
- "onUpdate:open"?: ((open: Nullable<boolean>) => any) | undefined;
58
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
60
59
  }>, {
61
60
  icon: Pick<import('../OnyxIcon/types.js', { with: { "resolution-mode": "import" } }).OnyxIconProps, "icon" | "color">;
62
61
  }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
@@ -1,9 +1,8 @@
1
- import { Nullable } from '../../types/utils.js';
2
1
  import { OnyxInfoTooltipProps } from './types.js';
3
2
  declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxInfoTooltipProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
4
- "update:open": (open: Nullable<boolean>) => any;
3
+ "update:open": (open: boolean) => any;
5
4
  }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxInfoTooltipProps> & Readonly<{
6
- "onUpdate:open"?: ((open: Nullable<boolean>) => any) | undefined;
5
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
7
6
  }>, {
8
7
  open: boolean | null;
9
8
  color: Extract<import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "success">;
@@ -1,11 +1,10 @@
1
- import { Nullable } from '../../../../types/utils.js';
2
1
  import { ColorSchemeValue, OnyxColorSchemeDialogProps } from './types.js';
3
2
  declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxColorSchemeDialogProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
4
3
  "update:modelValue": (value: ColorSchemeValue) => any;
5
- "update:open": (value: Nullable<boolean>) => any;
4
+ "update:open": (value: boolean) => any;
6
5
  }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxColorSchemeDialogProps> & Readonly<{
7
6
  "onUpdate:modelValue"?: ((value: ColorSchemeValue) => any) | undefined;
8
- "onUpdate:open"?: ((value: Nullable<boolean>) => any) | undefined;
7
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
9
8
  }>, {
10
9
  open: boolean | null;
11
10
  }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
@@ -1,9 +1,8 @@
1
- import { Nullable } from '../../types/index.js';
2
1
  import { OnyxSelectDialogProps } from './types.js';
3
2
  declare const _default: <TValue extends string>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
3
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
4
  readonly "onUpdate:modelValue"?: ((value: TValue) => any) | undefined;
6
- readonly "onUpdate:open"?: ((open: Nullable<boolean>) => any) | undefined;
5
+ readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
7
6
  } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:open"> & OnyxSelectDialogProps<TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
8
7
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
9
8
  attrs: any;
@@ -18,7 +17,7 @@ declare const _default: <TValue extends string>(__VLS_props: NonNullable<Awaited
18
17
  */
19
18
  description?(): unknown;
20
19
  };
21
- emit: ((evt: "update:modelValue", value: TValue) => void) & ((evt: "update:open", open: Nullable<boolean>) => void);
20
+ emit: ((evt: "update:modelValue", value: TValue) => void) & ((evt: "update:open", open: boolean) => void);
22
21
  }>) => import('vue').VNode & {
23
22
  __ctx?: Awaited<typeof __VLS_setup>;
24
23
  };
@@ -1,5 +1,4 @@
1
1
  import { AriaAttributes, VNode } from 'vue';
2
- import { Nullable } from '../../types/utils.js';
3
2
  import { OnyxTooltipProps } from './types.js';
4
3
  declare function __VLS_template(): {
5
4
  attrs: Partial<{}>;
@@ -42,9 +41,9 @@ declare function __VLS_template(): {
42
41
  };
43
42
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
44
43
  declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxTooltipProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
45
- "update:open": (open: Nullable<boolean>) => any;
44
+ "update:open": (open: boolean) => any;
46
45
  }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxTooltipProps> & Readonly<{
47
- "onUpdate:open"?: ((open: Nullable<boolean>) => any) | undefined;
46
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
48
47
  }>, {
49
48
  open: boolean | null;
50
49
  color: Extract<import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "success">;