@maltjoy/core-vue 5.19.0 → 5.21.0

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.
@@ -48,8 +48,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
48
48
  onClick?: (() => any) | undefined;
49
49
  }>, {
50
50
  size: TJoyAvatarSizes;
51
- loading: "lazy" | "eager";
52
51
  profile: "default" | "strategy";
52
+ loading: "lazy" | "eager";
53
53
  isEmpty: boolean;
54
54
  placeholder: import("@maltjoy/icons").JoyIconsId;
55
55
  showLetters: boolean;
@@ -101,9 +101,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
101
101
  }>> & Readonly<{}>, {
102
102
  circle: boolean;
103
103
  size: TJoyButtonSizes;
104
+ loading: boolean;
104
105
  full: boolean;
105
106
  iconPosition: import("../../types/index.js").TPositions;
106
- loading: boolean;
107
107
  variant: TJoyButtonVariants;
108
108
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
109
109
  /** Default slot for button text */
@@ -12,8 +12,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<VJ
12
12
  }>, {
13
13
  invalid: boolean;
14
14
  required: boolean;
15
- disabled: boolean;
16
15
  value: string;
16
+ disabled: boolean;
17
17
  checked: boolean;
18
18
  indeterminate: boolean;
19
19
  displayFocus: boolean;
@@ -10,8 +10,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<VJ
10
10
  }>, {
11
11
  invalid: boolean;
12
12
  required: boolean;
13
- disabled: boolean;
14
13
  value: string;
14
+ disabled: boolean;
15
15
  checked: boolean;
16
16
  indeterminate: boolean;
17
17
  subLabel: string;
@@ -14,7 +14,6 @@ declare const _default: <T extends {
14
14
  errorTextFormatAndMaxSize?: string | undefined;
15
15
  canDelete?: boolean | undefined;
16
16
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
17
- attrs: any;
18
17
  slots: Readonly<{
19
18
  /** Legend displayed at the bottom of the dropzone */
20
19
  'dropzone-legend'?: (() => any) | undefined;
@@ -34,6 +33,7 @@ declare const _default: <T extends {
34
33
  /** Add file actions next to the update button */
35
34
  'file-actions'?: (() => any) | undefined;
36
35
  };
36
+ attrs: any;
37
37
  emit: {
38
38
  'update:modelValue': [modelValue: (File | T)[]];
39
39
  };
@@ -9,7 +9,6 @@ declare const _default: <T extends {
9
9
  error?: string | undefined;
10
10
  canDelete?: boolean | undefined;
11
11
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
12
- attrs: any;
13
12
  slots: Readonly<{
14
13
  /** Information under the file name */
15
14
  information?: (() => any) | undefined;
@@ -21,6 +20,7 @@ declare const _default: <T extends {
21
20
  /** Extra file actions */
22
21
  actions?: (() => any) | undefined;
23
22
  };
23
+ attrs: any;
24
24
  emit: (event: "delete" | "update", ...args: any[]) => void;
25
25
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
26
26
  props: {
@@ -49,8 +49,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
49
49
  default: string;
50
50
  };
51
51
  }>> & Readonly<{}>, {
52
- variant: TJoyHighlightVariants;
53
52
  level: import("../../types/index.js").TLevels;
53
+ variant: TJoyHighlightVariants;
54
54
  accent: boolean;
55
55
  displayIcon: boolean;
56
56
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
@@ -8,8 +8,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<VJ
8
8
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
9
9
  }>, {
10
10
  invalid: boolean;
11
- type: string;
12
11
  size: import("./JoyInput.types").TJoyInputSizes;
12
+ type: string;
13
13
  required: boolean;
14
14
  disabled: boolean;
15
15
  labelSize: import("../JoyLabel/JoyLabel.types").TJoyLabelSizes;
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<VJoyInputNumberProps, {
9
9
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
10
  }>, {
11
11
  invalid: boolean;
12
- type: string;
13
12
  name: string;
13
+ type: string;
14
14
  required: boolean;
15
15
  disabled: boolean;
16
16
  labelSize: import("../components.types.js").TJoyLabelSizes;
@@ -13,8 +13,8 @@ declare const _default: <T extends "a" | "button" | Component>(__VLS_props: {
13
13
  type?: T | undefined;
14
14
  linkProps?: ComponentProps<T> | undefined;
15
15
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
16
- attrs: any;
17
16
  slots: {};
17
+ attrs: any;
18
18
  emit: (e: 'click') => void;
19
19
  } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{
20
20
  getProps: import("vue").ComputedRef<ComponentProps<T> | {
@@ -12,12 +12,12 @@ declare const _default: <T extends unknown>(__VLS_props: {
12
12
  subLabel?: string | undefined;
13
13
  icon?: import("@maltjoy/icons").JoyIconsId | undefined;
14
14
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
15
- attrs: any;
16
15
  slots: {
17
16
  default?(_: {}): any;
18
17
  default?(_: {}): any;
19
18
  "selectable-item-sublabel"?(_: {}): any;
20
19
  };
20
+ attrs: any;
21
21
  emit: (e: 'update:checked', value: T | undefined) => void;
22
22
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
23
23
  props: {
@@ -17,7 +17,6 @@ declare const _default: <T extends TJoySelectableItemOption>(__VLS_props: {
17
17
  invalid?: boolean | undefined;
18
18
  errorMessage?: string | undefined;
19
19
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
20
- attrs: any;
21
20
  slots: Readonly<{
22
21
  /** Customize the inner HTML of each VJoySelectableItem */
23
22
  item: (option: T) => any;
@@ -25,6 +24,7 @@ declare const _default: <T extends TJoySelectableItemOption>(__VLS_props: {
25
24
  /** Customize the inner HTML of each VJoySelectableItem */
26
25
  item: (option: T) => any;
27
26
  };
27
+ attrs: any;
28
28
  emit: (e: 'update:value', value: string | any[]) => void;
29
29
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
30
30
  props: {
@@ -31,9 +31,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
31
31
  }>, {
32
32
  link: boolean;
33
33
  size: TJoyTagSizes;
34
- variant: TJoyTagVariants;
35
- disabled: boolean;
36
34
  value: string | number;
35
+ disabled: boolean;
36
+ variant: TJoyTagVariants;
37
37
  draggable: boolean;
38
38
  removable: boolean;
39
39
  strikethrough: boolean;
@@ -14,7 +14,6 @@ declare const _default: <T extends string>(__VLS_props: {
14
14
  duplicationError?: string | undefined;
15
15
  invalidEmailError?: string | undefined;
16
16
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
17
- attrs: any;
18
17
  slots: Readonly<{
19
18
  /** DEPRECATED. Label of the component. Use VJoyLabel */
20
19
  default?: (() => any) | undefined;
@@ -30,6 +29,7 @@ declare const _default: <T extends string>(__VLS_props: {
30
29
  name: T;
31
30
  }) => any) | undefined;
32
31
  };
32
+ attrs: any;
33
33
  emit: {
34
34
  (e: 'update:modelValue', values: T[]): void;
35
35
  (e: 'validation:error', type: TAGS_INPUT_ERRORS): void;
@@ -48,8 +48,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
48
48
  default: boolean;
49
49
  };
50
50
  }>> & Readonly<{}>, {
51
- full: boolean;
52
51
  loading: boolean;
52
+ full: boolean;
53
53
  loadingColor: TJoyScreenLoaderColors;
54
54
  sidebar: TJoyTemplateSidebarSide;
55
55
  shapes: boolean;
@@ -84,9 +84,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
84
84
  }>, {
85
85
  invalid: boolean;
86
86
  required: boolean;
87
- variant: "default" | "admin";
88
- disabled: boolean;
89
87
  value: string;
88
+ disabled: boolean;
89
+ variant: "default" | "admin";
90
90
  modelValue: boolean;
91
91
  labelPosition: "left" | "right";
92
92
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{