@maltjoy/core-vue 3.36.0 → 3.37.0-next

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.
Files changed (99) hide show
  1. package/dist/App.vue.d.ts +1 -1
  2. package/dist/components/JoyAvailability/VJoyAvailability.vue.d.ts +4 -4
  3. package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +10 -10
  4. package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +4 -4
  5. package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +4 -4
  6. package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +4 -4
  7. package/dist/components/JoyBlockSkeleton/VJoyBlockSkeleton.vue.d.ts +4 -4
  8. package/dist/components/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +8 -8
  9. package/dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue.d.ts +52 -93
  10. package/dist/components/JoyButton/VJoyButton.vue.d.ts +7 -7
  11. package/dist/components/JoyButton/useRandomId.d.ts +1 -1
  12. package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +15 -15
  13. package/dist/components/JoyCollapse/VJoyCollapse.vue.d.ts +27 -52
  14. package/dist/components/JoyCollapseItem/VJoyCollapseItem.vue.d.ts +9 -9
  15. package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +7 -7
  16. package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +16 -16
  17. package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +13 -13
  18. package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +82 -193
  19. package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +4 -4
  20. package/dist/components/JoyDot/VJoyDot.vue.d.ts +4 -4
  21. package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +13 -13
  22. package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +78 -171
  23. package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +13 -13
  24. package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +11 -11
  25. package/dist/components/JoyDropzone/VJoyDropzone.vue.d.ts +16 -10
  26. package/dist/components/JoyDropzone/VJoyDropzoneFileItem.vue.d.ts +7 -7
  27. package/dist/components/JoyDropzone/VJoyDropzoneIcon.vue.d.ts +3 -3
  28. package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +3 -3
  29. package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +6 -6
  30. package/dist/components/JoyFooter/VJoyFooter.vue.d.ts +1 -1
  31. package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +4 -4
  32. package/dist/components/JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue.d.ts +5 -5
  33. package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +6 -6
  34. package/dist/components/JoyFunnelFooter/VJoyFunnelFooter.vue.d.ts +1 -1
  35. package/dist/components/JoyHeader/VJoyHeader.vue.d.ts +1 -1
  36. package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +5 -5
  37. package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +4 -4
  38. package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +4 -4
  39. package/dist/components/JoyIndicators/VJoyIndicators.vue.d.ts +10 -10
  40. package/dist/components/JoyInput/VJoyInput.vue.d.ts +12 -12
  41. package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +5 -5
  42. package/dist/components/JoyLink/VJoyLink.vue.d.ts +4 -4
  43. package/dist/components/JoyListItem/VJoyListItem.vue.d.ts +6 -15
  44. package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +8 -8
  45. package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +6 -6
  46. package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +6 -6
  47. package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +6 -6
  48. package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +4 -4
  49. package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +1 -1
  50. package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +113 -150
  51. package/dist/components/JoyProductTour/JoyProductTourSpotlight/VJoyProductTourSpotlight.vue.d.ts +1 -1
  52. package/dist/components/JoyProductTour/VJoyProductTour.vue.d.ts +6 -27
  53. package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +8 -43
  54. package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +48 -257
  55. package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +6 -6
  56. package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +10 -10
  57. package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +4 -4
  58. package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +5 -5
  59. package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +4 -4
  60. package/dist/components/JoySelect/VJoySelect.vue.d.ts +11 -11
  61. package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +10 -10
  62. package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +9 -9
  63. package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +4 -4
  64. package/dist/components/JoySnackbar/VJoySnackbar.vue.d.ts +6 -6
  65. package/dist/components/JoySpinner/VJoySpinner.vue.d.ts +3 -3
  66. package/dist/components/JoyStep/VJoyStep.vue.d.ts +7 -7
  67. package/dist/components/JoyStepper/VJoyStepper.vue.d.ts +19 -46
  68. package/dist/components/JoyTab/TabButton.vue.d.ts +6 -6
  69. package/dist/components/JoyTab/VJoyTab.vue.d.ts +4 -4
  70. package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +12 -28
  71. package/dist/components/JoyTag/VJoyTag.vue.d.ts +9 -44
  72. package/dist/components/JoyTagsInput/VJoyTagsInput.vue.d.ts +13 -13
  73. package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +15 -15
  74. package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +4 -4
  75. package/dist/components/JoyTemplateShape/VJoyTemplateShape.vue.d.ts +1 -1
  76. package/dist/components/JoyText/VJoyText.vue.d.ts +7 -7
  77. package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +10 -10
  78. package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +7 -7
  79. package/dist/components/JoyTooltip/VJoyTooltip.vue.d.ts +7 -7
  80. package/dist/components/JoyUserCard/VJoyUserCard.vue.d.ts +3 -3
  81. package/dist/components/JoyWalkthrough/VJoyWalkthrough.vue.d.ts +9 -36
  82. package/dist/components/JoyWalkthroughTrigger/VJoyWalkthroughTrigger.vue.d.ts +1 -10
  83. package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +5 -5
  84. package/dist/components.cjs +1 -1
  85. package/dist/components.js +2 -2
  86. package/dist/composables/helpers.d.ts +1 -1
  87. package/dist/joy-core-vue-manifest.json +1 -1
  88. package/dist/main.cjs +1 -1
  89. package/dist/main.js +2 -2
  90. package/dist/pages/FunnelAndStepper.vue.d.ts +1 -1
  91. package/dist/pages/FunnelMode.vue.d.ts +1 -1
  92. package/dist/pages/IndexPage.vue.d.ts +1 -1
  93. package/dist/style-5r5kgKhD.cjs +16 -0
  94. package/dist/{style-DqUSTCzR.js → style-CyY04g9F.js} +1775 -1775
  95. package/dist/style.css +1 -1
  96. package/dist/tests/helpers/FocusOnFormElement.vue.d.ts +4 -4
  97. package/package.json +31 -30
  98. package/LICENSE +0 -21
  99. package/dist/style-DiEVDLd0.cjs +0 -16
@@ -2,15 +2,15 @@ import type { Ref } from 'vue';
2
2
  import { TAGS_INPUT_ERRORS } from './JoyTagsInput.types';
3
3
  import type { TJoyTagVariants, TJoyTagSizes } from '../JoyTag/JoyTag.types';
4
4
  declare const _default: <T extends string>(__VLS_props: {
5
- "onUpdate:modelValue"?: ((values: T[]) => any) | undefined;
6
- "onValidation:error"?: ((type: TAGS_INPUT_ERRORS) => any) | undefined;
5
+ readonly "onUpdate:modelValue"?: ((values: T[]) => any) | undefined;
6
+ readonly "onValidation:error"?: ((type: TAGS_INPUT_ERRORS) => any) | undefined;
7
7
  name?: string | undefined;
8
8
  placeholder?: string | undefined;
9
9
  variant?: TJoyTagVariants | undefined;
10
10
  size?: TJoyTagSizes | undefined;
11
11
  modelValue?: T[] | undefined;
12
12
  invalid?: boolean | undefined;
13
- validation?: "email" | "none" | undefined;
13
+ validation?: "none" | "email" | undefined;
14
14
  duplicationError?: string | undefined;
15
15
  invalidEmailError?: string | undefined;
16
16
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
@@ -35,24 +35,24 @@ declare const _default: <T extends string>(__VLS_props: {
35
35
  (e: 'validation:error', type: TAGS_INPUT_ERRORS): void;
36
36
  };
37
37
  } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{
38
- isInvalid: Ref<boolean>;
38
+ isInvalid: Ref<boolean, boolean>;
39
39
  hasDuplicates: () => boolean;
40
40
  }>) => void) | undefined, __VLS_setup?: Promise<{
41
41
  props: {
42
- "onUpdate:modelValue"?: ((values: T[]) => any) | undefined;
43
- "onValidation:error"?: ((type: TAGS_INPUT_ERRORS) => any) | undefined;
42
+ readonly "onUpdate:modelValue"?: ((values: T[]) => any) | undefined;
43
+ readonly "onValidation:error"?: ((type: TAGS_INPUT_ERRORS) => any) | undefined;
44
44
  name?: string | undefined;
45
45
  placeholder?: string | undefined;
46
46
  variant?: TJoyTagVariants | undefined;
47
47
  size?: TJoyTagSizes | undefined;
48
48
  modelValue?: T[] | undefined;
49
49
  invalid?: boolean | undefined;
50
- validation?: "email" | "none" | undefined;
50
+ validation?: "none" | "email" | undefined;
51
51
  duplicationError?: string | undefined;
52
52
  invalidEmailError?: string | undefined;
53
53
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
54
54
  expose(exposed: import("vue").ShallowUnwrapRef<{
55
- isInvalid: Ref<boolean>;
55
+ isInvalid: Ref<boolean, boolean>;
56
56
  hasDuplicates: () => boolean;
57
57
  }>): void;
58
58
  attrs: any;
@@ -80,20 +80,20 @@ declare const _default: <T extends string>(__VLS_props: {
80
80
  }> & {
81
81
  __ctx?: {
82
82
  props: {
83
- "onUpdate:modelValue"?: ((values: T[]) => any) | undefined;
84
- "onValidation:error"?: ((type: TAGS_INPUT_ERRORS) => any) | undefined;
83
+ readonly "onUpdate:modelValue"?: ((values: T[]) => any) | undefined;
84
+ readonly "onValidation:error"?: ((type: TAGS_INPUT_ERRORS) => any) | undefined;
85
85
  name?: string | undefined;
86
86
  placeholder?: string | undefined;
87
87
  variant?: TJoyTagVariants | undefined;
88
88
  size?: TJoyTagSizes | undefined;
89
89
  modelValue?: T[] | undefined;
90
90
  invalid?: boolean | undefined;
91
- validation?: "email" | "none" | undefined;
91
+ validation?: "none" | "email" | undefined;
92
92
  duplicationError?: string | undefined;
93
93
  invalidEmailError?: string | undefined;
94
94
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
95
95
  expose(exposed: import("vue").ShallowUnwrapRef<{
96
- isInvalid: Ref<boolean>;
96
+ isInvalid: Ref<boolean, boolean>;
97
97
  hasDuplicates: () => boolean;
98
98
  }>): void;
99
99
  attrs: any;
@@ -119,6 +119,6 @@ declare const _default: <T extends string>(__VLS_props: {
119
119
  } | undefined;
120
120
  };
121
121
  export default _default;
122
- type __VLS_Prettify<T> = {
122
+ type __VLS_PrettifyLocal<T> = {
123
123
  [K in keyof T]: T[K];
124
124
  } & {};
@@ -1,7 +1,7 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TJoyTagsListModel, TJoyTagsListAlign, TJoyTagsList } from './JoyTagsList.types';
3
3
  import { IJoyTagRemoved, IJoyTagSelected, TJoyTagVariants } from '../JoyTag/JoyTag.types';
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  align: {
6
6
  type: PropType<TJoyTagsListAlign>;
7
7
  default: string;
@@ -29,9 +29,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
29
29
  type: PropType<TJoyTagVariants>;
30
30
  default: string;
31
31
  };
32
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
- "update:modelValue": (tags: TJoyTagsListModel) => void;
34
- removeTag: (tagValue: string | number | undefined) => void;
32
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
33
+ "update:modelValue": (tags: TJoyTagsListModel) => any;
34
+ removeTag: (tagValue: string | number | undefined) => any;
35
35
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
36
  align: {
37
37
  type: PropType<TJoyTagsListAlign>;
@@ -60,27 +60,31 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
60
60
  type: PropType<TJoyTagVariants>;
61
61
  default: string;
62
62
  };
63
- }>> & {
63
+ }>> & Readonly<{
64
64
  "onUpdate:modelValue"?: ((tags: TJoyTagsListModel) => any) | undefined;
65
65
  onRemoveTag?: ((tagValue: string | number | undefined) => any) | undefined;
66
- }, {
67
- align: TJoyTagsListAlign;
66
+ }>, {
68
67
  variant: TJoyTagVariants;
68
+ align: TJoyTagsListAlign;
69
69
  removable: boolean;
70
70
  selectable: boolean;
71
71
  tags: TJoyTagsList;
72
- }, {}>, {
72
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
73
73
  tag?(_: {
74
74
  selectable: boolean;
75
75
  selected: boolean | undefined;
76
76
  removable: boolean;
77
- link?: boolean | undefined;
78
- disabled?: boolean | undefined;
77
+ label?: string | undefined;
79
78
  size?: import("../JoyTag/JoyTag.types").TJoyTagSizes | undefined;
80
- value?: string | number | undefined;
81
79
  variant?: TJoyTagVariants | undefined;
82
80
  draggable?: boolean | undefined;
81
+ link?: boolean | undefined;
82
+ value?: string | number | undefined;
83
83
  strikethrough?: boolean | undefined;
84
+ disabled?: boolean | undefined;
85
+ onClick?: (() => any) | undefined;
86
+ onSelected?: ((tag: IJoyTagSelected) => any) | undefined;
87
+ onRemove?: ((value: IJoyTagRemoved) => any) | undefined;
84
88
  key?: PropertyKey | undefined;
85
89
  ref?: import("vue").VNodeRef | undefined;
86
90
  ref_for?: boolean | undefined;
@@ -125,10 +129,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
125
129
  }>) => void)[] | undefined;
126
130
  class?: unknown;
127
131
  style?: unknown;
128
- label?: string | undefined;
129
- onClick?: (() => any) | undefined;
130
- onSelected?: ((tag: IJoyTagSelected) => any) | undefined;
131
- onRemove?: ((value: IJoyTagRemoved) => any) | undefined;
132
132
  }): any;
133
133
  }>;
134
134
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { PropType, VNode } from 'vue';
2
2
  import { TJoyScreenLoaderColors } from '../JoyScreenLoader/VJoyScreenLoader.types';
3
3
  import { TJoyTemplateSidebarSide } from './JoyTemplate.types';
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  /** Takes 100% of free space */
6
6
  full: {
7
7
  type: BooleanConstructor;
@@ -24,7 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
24
24
  type: BooleanConstructor;
25
25
  default: boolean;
26
26
  };
27
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  /** Takes 100% of free space */
29
29
  full: {
30
30
  type: BooleanConstructor;
@@ -47,13 +47,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
47
47
  type: BooleanConstructor;
48
48
  default: boolean;
49
49
  };
50
- }>>, {
50
+ }>> & Readonly<{}>, {
51
51
  loading: boolean;
52
52
  loadingColor: TJoyScreenLoaderColors;
53
53
  full: boolean;
54
54
  sidebar: TJoyTemplateSidebarSide;
55
55
  shapes: boolean;
56
- }, {}>, Readonly<{
56
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
57
57
  /** Slot to inject a "back" button left to the title */
58
58
  'template-back': () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
59
  [key: string]: any;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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,9 +1,9 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TJoyTextFontPreset } from './JoyText.types';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  /** Defines the tag name of the Node you want to create. By default it's a simple P tag. Lowercase only */
5
5
  tagName: {
6
- type: PropType<number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf">;
6
+ type: PropType<number | "trim" | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "toString" | "link" | "search" | "small" | "sub" | "sup" | "big" | "blink" | "strike" | "anchor" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf">;
7
7
  default: string;
8
8
  };
9
9
  /** Choose a pre-configured set of CSS rules : font-family, font-size, line-height, font-weight. */
@@ -11,10 +11,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
11
11
  type: PropType<TJoyTextFontPreset>;
12
12
  default: string;
13
13
  };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  /** Defines the tag name of the Node you want to create. By default it's a simple P tag. Lowercase only */
16
16
  tagName: {
17
- type: PropType<number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf">;
17
+ type: PropType<number | "trim" | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "toString" | "link" | "search" | "small" | "sub" | "sup" | "big" | "blink" | "strike" | "anchor" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf">;
18
18
  default: string;
19
19
  };
20
20
  /** Choose a pre-configured set of CSS rules : font-family, font-size, line-height, font-weight. */
@@ -22,10 +22,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
22
22
  type: PropType<TJoyTextFontPreset>;
23
23
  default: string;
24
24
  };
25
- }>>, {
26
- tagName: number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf";
25
+ }>> & Readonly<{}>, {
26
+ tagName: number | "trim" | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "toString" | "link" | "search" | "small" | "sub" | "sup" | "big" | "blink" | "strike" | "anchor" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf";
27
27
  preset: TJoyTextFontPreset;
28
- }, {}>, Readonly<{
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
29
29
  /** Main content */
30
30
  default(): any;
31
31
  }> & {
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TJoyLabelSizes } from '../JoyLabel/JoyLabel.types';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  autofocus: {
5
5
  type: BooleanConstructor;
6
6
  default: boolean;
@@ -53,8 +53,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
53
53
  maxlength: {
54
54
  type: NumberConstructor;
55
55
  };
56
- }, {
57
- isInvalid: import("vue").Ref<boolean>;
56
+ }>, {
57
+ isInvalid: import("vue").Ref<boolean, boolean>;
58
58
  valueOverMaxlength: import("vue").ComputedRef<boolean>;
59
59
  valueUnderMinlength: import("vue").ComputedRef<boolean>;
60
60
  triggerResize: () => void;
@@ -69,8 +69,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
69
69
  * */
70
70
  triggerResize: () => void;
71
71
  };
72
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
- "update:modelValue": (value: string) => void;
72
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
73
+ "update:modelValue": (value: string) => any;
74
74
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
75
  autofocus: {
76
76
  type: BooleanConstructor;
@@ -124,12 +124,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
124
124
  maxlength: {
125
125
  type: NumberConstructor;
126
126
  };
127
- }>> & {
127
+ }>> & Readonly<{
128
128
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
129
- }, {
130
- disabled: boolean;
131
- required: boolean;
129
+ }>, {
132
130
  invalid: boolean;
131
+ required: boolean;
132
+ disabled: boolean;
133
133
  modelValue: string;
134
134
  autofocus: boolean;
135
135
  labelSize: TJoyLabelSizes;
@@ -138,7 +138,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
138
138
  lazy: boolean;
139
139
  };
140
140
  autogrow: boolean;
141
- }, {}>, Readonly<{
141
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
142
142
  /** Default slot if you need to render a custom label. */
143
143
  default: () => any;
144
144
  }> & {
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  modelValue: {
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
@@ -26,7 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
26
26
  default: boolean;
27
27
  };
28
28
  label: StringConstructor;
29
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
30
  "update:modelValue": (...args: any[]) => void;
31
31
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
32
  modelValue: {
@@ -56,15 +56,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
56
56
  default: boolean;
57
57
  };
58
58
  label: StringConstructor;
59
- }>> & {
59
+ }>> & Readonly<{
60
60
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
61
- }, {
62
- disabled: boolean;
61
+ }>, {
62
+ invalid: boolean;
63
63
  required: boolean;
64
+ disabled: boolean;
64
65
  value: string;
65
- invalid: boolean;
66
66
  modelValue: boolean;
67
- }, {}>, Readonly<{
67
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
68
68
  /** Default slot if you need to render a custom label. */
69
69
  default: () => any;
70
70
  }> & {
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TJoyTooltipVariants } from './JoyTooltip.types';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  /** If you are 100% sure the content you want to inject does not contain anything that could lead to any XSS, use this */
5
5
  text: {
6
6
  type: StringConstructor;
@@ -39,10 +39,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
39
39
  type: BooleanConstructor;
40
40
  default: boolean;
41
41
  };
42
- }, {
43
- tooltipVisible: import("vue").Ref<boolean>;
44
- tooltip: import("vue").Ref<null>;
45
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
+ }>, {
43
+ tooltipVisible: import("vue").Ref<boolean, boolean>;
44
+ tooltip: import("vue").Ref<null, null>;
45
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
46
46
  /** If you are 100% sure the content you want to inject does not contain anything that could lead to any XSS, use this */
47
47
  text: {
48
48
  type: StringConstructor;
@@ -81,7 +81,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
81
81
  type: BooleanConstructor;
82
82
  default: boolean;
83
83
  };
84
- }>>, {
84
+ }>> & Readonly<{}>, {
85
85
  variant: TJoyTooltipVariants;
86
86
  show: boolean;
87
87
  placement: import("@floating-ui/vue").MaybeReadonlyRefOrGetter<import("@floating-ui/vue").Placement | undefined>;
@@ -89,7 +89,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
89
89
  delay: number;
90
90
  tooltipWidth: number;
91
91
  enableClickInContent: boolean;
92
- }, {}>, Readonly<{
92
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
93
93
  /** Use default slot to display the trigger element for the tooltip */
94
94
  default(): any;
95
95
  /** Use this slot to create the content of the tooltip itself */
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  /**
3
3
  * Giving a link will make the whole component wrapped by an hyperlink
4
4
  */
@@ -21,7 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
21
21
  ratingValue: {
22
22
  type: NumberConstructor;
23
23
  };
24
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  /**
26
26
  * Giving a link will make the whole component wrapped by an hyperlink
27
27
  */
@@ -44,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
44
44
  ratingValue: {
45
45
  type: NumberConstructor;
46
46
  };
47
- }>>, {}, {}>, Readonly<{
47
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
48
48
  default(): any;
49
49
  /** Customize the VJoyAvatar component by using this slot */
50
50
  'user-card-avatar': () => any;
@@ -13,30 +13,20 @@ interface Props {
13
13
  };
14
14
  disableTeleport?: TeleportProps['disabled'];
15
15
  }
16
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
17
- open: boolean;
18
- progress: number;
19
- title: string;
20
- teleportTo: string;
21
- }>, {
22
- isOpen: import("vue").Ref<boolean>;
23
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
- hide: () => void;
25
- "hide:header": () => void;
26
- "hide:footer": () => void;
27
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
28
- open: boolean;
29
- progress: number;
30
- title: string;
31
- teleportTo: string;
32
- }>>> & {
16
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Props, {
17
+ isOpen: import("vue").Ref<boolean, boolean>;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
+ hide: () => any;
20
+ "hide:header": () => any;
21
+ "hide:footer": () => any;
22
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
33
23
  onHide?: (() => any) | undefined;
34
24
  "onHide:header"?: (() => any) | undefined;
35
25
  "onHide:footer"?: (() => any) | undefined;
36
- }, {
26
+ }>, {
37
27
  progress: number;
38
28
  open: boolean;
39
- }, {}>, {
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
40
30
  "walkthrough-illustration"?(_: {}): any;
41
31
  "walkthrough-title"?(_: {}): any;
42
32
  "walkthrough-subtitle"?(_: {}): any;
@@ -44,25 +34,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
44
34
  "walkthrough-content"?(_: {}): any;
45
35
  }>;
46
36
  export default _default;
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_Prettify<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
55
37
  type __VLS_WithTemplateSlots<T, S> = T & {
56
38
  new (): {
57
39
  $slots: S;
58
40
  };
59
41
  };
60
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
61
- type __VLS_TypePropsToOption<T> = {
62
- [K in keyof T]-?: {} extends Pick<T, K> ? {
63
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
64
- } : {
65
- type: import('vue').PropType<T[K]>;
66
- required: true;
67
- };
68
- };
@@ -5,14 +5,5 @@ interface Props {
5
5
  subtitle?: string;
6
6
  open?: boolean;
7
7
  }
8
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<Props>>>, {}, {}>;
8
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TJoyWrapperAlign, TJoyWrapperDirection, TJoyWrapperGap, TJoyWrapperJustify, TJoyWrapperWrap } from './JoyWrapper.types';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  /** Horizontal spread. Refers to CSS flex justify-content. */
5
5
  justify: {
6
6
  type: PropType<TJoyWrapperJustify>;
@@ -40,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
40
40
  type: PropType<TJoyWrapperGap>;
41
41
  default: string;
42
42
  };
43
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
43
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
44
  /** Horizontal spread. Refers to CSS flex justify-content. */
45
45
  justify: {
46
46
  type: PropType<TJoyWrapperJustify>;
@@ -80,16 +80,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
80
80
  type: PropType<TJoyWrapperGap>;
81
81
  default: string;
82
82
  };
83
- }>>, {
84
- align: TJoyWrapperAlign;
83
+ }>> & Readonly<{}>, {
85
84
  wrap: TJoyWrapperWrap;
86
85
  justify: TJoyWrapperJustify;
86
+ align: TJoyWrapperAlign;
87
87
  direction: TJoyWrapperDirection;
88
88
  itemStretch: boolean;
89
89
  noMargin: boolean;
90
90
  columnGap: TJoyWrapperGap;
91
91
  rowGap: TJoyWrapperGap;
92
- }, {}>, {
92
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
93
93
  default?(_: {}): any;
94
94
  }>;
95
95
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./style-DiEVDLd0.cjs"),y={install:e=>{typeof window<"u"&&o.createAllSnackbarsContainer(),e.directive("joy-ripple",o.vJoyRipple)}};exports.VJoyAvailability=o.VJoyAvailability;exports.VJoyAvatar=o.VJoyAvatar;exports.VJoyAvatarsList=o.VJoyAvatarsList;exports.VJoyBadge=o.VJoyBadge;exports.VJoyBadgeLevel=o.VJoyBadgeLevel;exports.VJoyBlockSkeleton=o.VJoyBlockSkeleton;exports.VJoyBottomSheet=o.VJoyBottomSheet;exports.VJoyBottomSheetTrigger=o._sfc_main;exports.VJoyButton=o.VJoyButton;exports.VJoyCheckbox=o.VJoyCheckbox;exports.VJoyCollapse=o.VJoyCollapse;exports.VJoyCollapseItem=o.VJoyCollapseItem;exports.VJoyCompanyAvatar=o.VJoyCompanyAvatar;exports.VJoyCounter=o.VJoyCounter;exports.VJoyDialog=o.VJoyDialog;exports.VJoyDialogTrigger=o._sfc_main$1;exports.VJoyDividerCta=o.VJoyDividerCta;exports.VJoyDot=o.VJoyDot;exports.VJoyDrawer=o.VJoyDrawer;exports.VJoyDrawerTrigger=o._sfc_main$2;exports.VJoyDropdown=o.VJoyDropdown;exports.VJoyDropdownList=o.JoyDropdownList;exports.VJoyDropzone=o.VJoyDropzone;exports.VJoyFilterBar=o.VJoyFilterBar;exports.VJoyFilterBarButton=o.VJoyFilterBarButton;exports.VJoyFooter=o.VJoyFooter;exports.VJoyFormError=o.VJoyFormError;exports.VJoyFormFieldSkeleton=o.VJoyFormFieldSkeleton;exports.VJoyFunnel=o.VJoyFunnel;exports.VJoyFunnelFooter=o.VJoyFunnelFooter;exports.VJoyHeader=o.VJoyHeader;exports.VJoyHighlight=o.VJoyHighlight;exports.VJoyIcon=o._sfc_main$3;exports.VJoyIndicator=o.VJoyIndicator;exports.VJoyIndicators=o.VJoyIndicators;exports.VJoyInput=o.VJoyInput;exports.VJoyLabel=o.VJoyLabel;exports.VJoyLink=o.VJoyLink;exports.VJoyListItem=o.VJoyListItem;exports.VJoyMenu=o.VJoyMenu;exports.VJoyMultiCheckbox=o.VJoyMultiCheckbox;exports.VJoyPagination=o.VJoyPagination;exports.VJoyPanel=o.VJoyPanel;exports.VJoyPanelSection=o.VJoyPanelSection;exports.VJoyProductTour=o._sfc_main$4;exports.VJoyProductTourTrigger=o._sfc_main$5;exports.VJoyProgressBar=o.VJoyProgressBar;exports.VJoyRadio=o.VJoyRadio;exports.VJoyRadioGroup=o.VJoyRadioGroup;exports.VJoyRatingStars=o.VJoyRatingStars;exports.VJoyScreenLoader=o.VJoyScreenLoader;exports.VJoySelect=o.VJoySelect;exports.VJoySelectableItem=o.VJoySelectableItem;exports.VJoySelectableItemGroup=o.VJoySelectableItemGroup;exports.VJoySeparator=o.VJoySeparator;exports.VJoySnackbar=o.VJoySnackbar;exports.VJoySpinner=o.VJoySpinner;exports.VJoyStep=o.VJoyStep;exports.VJoyStepper=o.VJoyStepper;exports.VJoyTab=o.VJoyTab;exports.VJoyTabs=o.VJoyTabs;exports.VJoyTag=o.VJoyTag;exports.VJoyTagsInput=o.VJoyTagsInput;exports.VJoyTagsList=o.VJoyTagsList;exports.VJoyTemplate=o.VJoyTemplate;exports.VJoyTemplateShape=o.VJoyTemplateShape;exports.VJoyText=o.VJoyText;exports.VJoyTextarea=o.VJoyTextarea;exports.VJoyToggle=o.VJoyToggle;exports.VJoyTooltip=o.VJoyTooltip;exports.VJoyUserCard=o.VJoyUserCard;exports.VJoyWalkthrough=o.VJoyWalkthrough;exports.VJoyWalkthroughTrigger=o.VJoyWalkthroughTrigger;exports.VJoyWrapper=o.VJoyWrapper;exports.createAllSnackbarsContainer=o.createAllSnackbarsContainer;exports.pushVJoySnackbar=o.pushVJoySnackbar;exports.resetCount=o.resetCount;exports.vJoyRipple=o.vJoyRipple;exports.JoyVueLightPlugin=y;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./style-5r5kgKhD.cjs"),y={install:e=>{typeof window<"u"&&o.createAllSnackbarsContainer(),e.directive("joy-ripple",o.vJoyRipple)}};exports.VJoyAvailability=o.VJoyAvailability;exports.VJoyAvatar=o.VJoyAvatar;exports.VJoyAvatarsList=o.VJoyAvatarsList;exports.VJoyBadge=o.VJoyBadge;exports.VJoyBadgeLevel=o.VJoyBadgeLevel;exports.VJoyBlockSkeleton=o.VJoyBlockSkeleton;exports.VJoyBottomSheet=o.VJoyBottomSheet;exports.VJoyBottomSheetTrigger=o._sfc_main;exports.VJoyButton=o.VJoyButton;exports.VJoyCheckbox=o.VJoyCheckbox;exports.VJoyCollapse=o.VJoyCollapse;exports.VJoyCollapseItem=o.VJoyCollapseItem;exports.VJoyCompanyAvatar=o.VJoyCompanyAvatar;exports.VJoyCounter=o.VJoyCounter;exports.VJoyDialog=o.VJoyDialog;exports.VJoyDialogTrigger=o._sfc_main$1;exports.VJoyDividerCta=o.VJoyDividerCta;exports.VJoyDot=o.VJoyDot;exports.VJoyDrawer=o.VJoyDrawer;exports.VJoyDrawerTrigger=o._sfc_main$2;exports.VJoyDropdown=o.VJoyDropdown;exports.VJoyDropdownList=o.JoyDropdownList;exports.VJoyDropzone=o.VJoyDropzone;exports.VJoyFilterBar=o.VJoyFilterBar;exports.VJoyFilterBarButton=o.VJoyFilterBarButton;exports.VJoyFooter=o.VJoyFooter;exports.VJoyFormError=o.VJoyFormError;exports.VJoyFormFieldSkeleton=o.VJoyFormFieldSkeleton;exports.VJoyFunnel=o.VJoyFunnel;exports.VJoyFunnelFooter=o.VJoyFunnelFooter;exports.VJoyHeader=o.VJoyHeader;exports.VJoyHighlight=o.VJoyHighlight;exports.VJoyIcon=o._sfc_main$3;exports.VJoyIndicator=o.VJoyIndicator;exports.VJoyIndicators=o.VJoyIndicators;exports.VJoyInput=o.VJoyInput;exports.VJoyLabel=o.VJoyLabel;exports.VJoyLink=o.VJoyLink;exports.VJoyListItem=o.VJoyListItem;exports.VJoyMenu=o.VJoyMenu;exports.VJoyMultiCheckbox=o.VJoyMultiCheckbox;exports.VJoyPagination=o.VJoyPagination;exports.VJoyPanel=o.VJoyPanel;exports.VJoyPanelSection=o.VJoyPanelSection;exports.VJoyProductTour=o._sfc_main$4;exports.VJoyProductTourTrigger=o._sfc_main$5;exports.VJoyProgressBar=o.VJoyProgressBar;exports.VJoyRadio=o.VJoyRadio;exports.VJoyRadioGroup=o.VJoyRadioGroup;exports.VJoyRatingStars=o.VJoyRatingStars;exports.VJoyScreenLoader=o.VJoyScreenLoader;exports.VJoySelect=o.VJoySelect;exports.VJoySelectableItem=o.VJoySelectableItem;exports.VJoySelectableItemGroup=o.VJoySelectableItemGroup;exports.VJoySeparator=o.VJoySeparator;exports.VJoySnackbar=o.VJoySnackbar;exports.VJoySpinner=o.VJoySpinner;exports.VJoyStep=o.VJoyStep;exports.VJoyStepper=o.VJoyStepper;exports.VJoyTab=o.VJoyTab;exports.VJoyTabs=o.VJoyTabs;exports.VJoyTag=o.VJoyTag;exports.VJoyTagsInput=o.VJoyTagsInput;exports.VJoyTagsList=o.VJoyTagsList;exports.VJoyTemplate=o.VJoyTemplate;exports.VJoyTemplateShape=o.VJoyTemplateShape;exports.VJoyText=o.VJoyText;exports.VJoyTextarea=o.VJoyTextarea;exports.VJoyToggle=o.VJoyToggle;exports.VJoyTooltip=o.VJoyTooltip;exports.VJoyUserCard=o.VJoyUserCard;exports.VJoyWalkthrough=o.VJoyWalkthrough;exports.VJoyWalkthroughTrigger=o.VJoyWalkthroughTrigger;exports.VJoyWrapper=o.VJoyWrapper;exports.createAllSnackbarsContainer=o.createAllSnackbarsContainer;exports.pushVJoySnackbar=o.pushVJoySnackbar;exports.resetCount=o.resetCount;exports.vJoyRipple=o.vJoyRipple;exports.JoyVueLightPlugin=y;
@@ -1,5 +1,5 @@
1
- import { ak as o, al as s } from "./style-DqUSTCzR.js";
2
- import { V as r, a as t, b as i, c as n, d as l, e as p, f as g, _ as u, g as c, h as d, i as S, j as T, k as m, l as h, m as b, n as k, o as B, p as C, q as D, r as F, s as I, J as L, t as v, u as P, v as f, w, x, y as A, z as R, A as W, B as j, C as G, D as H, E as M, F as z, G as E, H as U, I as q, K, L as N, M as O, N as Q, O as X, P as Y, Q as Z, R as _, S as $, T as aa, U as oa, W as sa, X as ea, Y as ya, Z as Ja, $ as Va, a0 as ra, a1 as ta, a2 as ia, a3 as na, a4 as la, a5 as pa, a6 as ga, a7 as ua, a8 as ca, a9 as da, aa as Sa, ab as Ta, ac as ma, ad as ha, ae as ba, af as ka, ag as Ba, ah as Ca, ai as Da, aj as Fa, am as Ia, an as La } from "./style-DqUSTCzR.js";
1
+ import { ak as o, al as s } from "./style-CyY04g9F.js";
2
+ import { V as r, a as t, b as i, c as n, d as l, e as p, f as g, _ as u, g as c, h as d, i as S, j as T, k as m, l as h, m as b, n as k, o as B, p as C, q as D, r as F, s as I, J as L, t as v, u as P, v as f, w, x, y as A, z as R, A as W, B as j, C as G, D as H, E as M, F as z, G as E, H as U, I as q, K, L as N, M as O, N as Q, O as X, P as Y, Q as Z, R as _, S as $, T as aa, U as oa, W as sa, X as ea, Y as ya, Z as Ja, $ as Va, a0 as ra, a1 as ta, a2 as ia, a3 as na, a4 as la, a5 as pa, a6 as ga, a7 as ua, a8 as ca, a9 as da, aa as Sa, ab as Ta, ac as ma, ad as ha, ae as ba, af as ka, ag as Ba, ah as Ca, ai as Da, aj as Fa, am as Ia, an as La } from "./style-CyY04g9F.js";
3
3
  const y = {
4
4
  install: (a) => {
5
5
  typeof window < "u" && o(), a.directive("joy-ripple", s);
@@ -5,5 +5,5 @@ import { Ref } from 'vue';
5
5
  * @param node - Vue ref of the node you want to check.
6
6
  */
7
7
  export declare function useCheckIfParentIsOverlay(node: Ref): {
8
- isInOverlay: Ref<boolean>;
8
+ isInOverlay: Ref<boolean, boolean>;
9
9
  };
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "3.36.0"
2
+ "version": "3.37.0-next"
3
3
  }
package/dist/main.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./style-DiEVDLd0.cjs"),V=Object.freeze(Object.defineProperty({__proto__:null,VJoyAvailability:o.VJoyAvailability,VJoyAvatar:o.VJoyAvatar,VJoyAvatarsList:o.VJoyAvatarsList,VJoyBadge:o.VJoyBadge,VJoyBadgeLevel:o.VJoyBadgeLevel,VJoyBlockSkeleton:o.VJoyBlockSkeleton,VJoyBottomSheet:o.VJoyBottomSheet,VJoyBottomSheetTrigger:o._sfc_main,VJoyButton:o.VJoyButton,VJoyCheckbox:o.VJoyCheckbox,VJoyCollapse:o.VJoyCollapse,VJoyCollapseItem:o.VJoyCollapseItem,VJoyCompanyAvatar:o.VJoyCompanyAvatar,VJoyCounter:o.VJoyCounter,VJoyDialog:o.VJoyDialog,VJoyDialogTrigger:o._sfc_main$1,VJoyDividerCta:o.VJoyDividerCta,VJoyDot:o.VJoyDot,VJoyDrawer:o.VJoyDrawer,VJoyDrawerTrigger:o._sfc_main$2,VJoyDropdown:o.VJoyDropdown,VJoyDropdownList:o.JoyDropdownList,VJoyDropzone:o.VJoyDropzone,VJoyFilterBar:o.VJoyFilterBar,VJoyFilterBarButton:o.VJoyFilterBarButton,VJoyFooter:o.VJoyFooter,VJoyFormError:o.VJoyFormError,VJoyFormFieldSkeleton:o.VJoyFormFieldSkeleton,VJoyFunnel:o.VJoyFunnel,VJoyFunnelFooter:o.VJoyFunnelFooter,VJoyHeader:o.VJoyHeader,VJoyHighlight:o.VJoyHighlight,VJoyIcon:o._sfc_main$3,VJoyIndicator:o.VJoyIndicator,VJoyIndicators:o.VJoyIndicators,VJoyInput:o.VJoyInput,VJoyLabel:o.VJoyLabel,VJoyLink:o.VJoyLink,VJoyListItem:o.VJoyListItem,VJoyMenu:o.VJoyMenu,VJoyMultiCheckbox:o.VJoyMultiCheckbox,VJoyPagination:o.VJoyPagination,VJoyPanel:o.VJoyPanel,VJoyPanelSection:o.VJoyPanelSection,VJoyProductTour:o._sfc_main$4,VJoyProductTourTrigger:o._sfc_main$5,VJoyProgressBar:o.VJoyProgressBar,VJoyRadio:o.VJoyRadio,VJoyRadioGroup:o.VJoyRadioGroup,VJoyRatingStars:o.VJoyRatingStars,VJoyScreenLoader:o.VJoyScreenLoader,VJoySelect:o.VJoySelect,VJoySelectableItem:o.VJoySelectableItem,VJoySelectableItemGroup:o.VJoySelectableItemGroup,VJoySeparator:o.VJoySeparator,VJoySnackbar:o.VJoySnackbar,VJoySpinner:o.VJoySpinner,VJoyStep:o.VJoyStep,VJoyStepper:o.VJoyStepper,VJoyTab:o.VJoyTab,VJoyTabs:o.VJoyTabs,VJoyTag:o.VJoyTag,VJoyTagsInput:o.VJoyTagsInput,VJoyTagsList:o.VJoyTagsList,VJoyTemplate:o.VJoyTemplate,VJoyTemplateShape:o.VJoyTemplateShape,VJoyText:o.VJoyText,VJoyTextarea:o.VJoyTextarea,VJoyToggle:o.VJoyToggle,VJoyTooltip:o.VJoyTooltip,VJoyUserCard:o.VJoyUserCard,VJoyWalkthrough:o.VJoyWalkthrough,VJoyWalkthroughTrigger:o.VJoyWalkthroughTrigger,VJoyWrapper:o.VJoyWrapper},Symbol.toStringTag,{value:"Module"})),t={install:e=>{Object.entries(V).forEach(([y,J])=>{e.component(y,J)}),typeof window<"u"&&o.createAllSnackbarsContainer(),e.directive("joy-ripple",o.vJoyRipple)}};exports.VJoyAvailability=o.VJoyAvailability;exports.VJoyAvatar=o.VJoyAvatar;exports.VJoyAvatarsList=o.VJoyAvatarsList;exports.VJoyBadge=o.VJoyBadge;exports.VJoyBadgeLevel=o.VJoyBadgeLevel;exports.VJoyBlockSkeleton=o.VJoyBlockSkeleton;exports.VJoyBottomSheet=o.VJoyBottomSheet;exports.VJoyBottomSheetTrigger=o._sfc_main;exports.VJoyButton=o.VJoyButton;exports.VJoyCheckbox=o.VJoyCheckbox;exports.VJoyCollapse=o.VJoyCollapse;exports.VJoyCollapseItem=o.VJoyCollapseItem;exports.VJoyCompanyAvatar=o.VJoyCompanyAvatar;exports.VJoyCounter=o.VJoyCounter;exports.VJoyDialog=o.VJoyDialog;exports.VJoyDialogTrigger=o._sfc_main$1;exports.VJoyDividerCta=o.VJoyDividerCta;exports.VJoyDot=o.VJoyDot;exports.VJoyDrawer=o.VJoyDrawer;exports.VJoyDrawerTrigger=o._sfc_main$2;exports.VJoyDropdown=o.VJoyDropdown;exports.VJoyDropdownList=o.JoyDropdownList;exports.VJoyDropzone=o.VJoyDropzone;exports.VJoyFilterBar=o.VJoyFilterBar;exports.VJoyFilterBarButton=o.VJoyFilterBarButton;exports.VJoyFooter=o.VJoyFooter;exports.VJoyFormError=o.VJoyFormError;exports.VJoyFormFieldSkeleton=o.VJoyFormFieldSkeleton;exports.VJoyFunnel=o.VJoyFunnel;exports.VJoyFunnelFooter=o.VJoyFunnelFooter;exports.VJoyHeader=o.VJoyHeader;exports.VJoyHighlight=o.VJoyHighlight;exports.VJoyIcon=o._sfc_main$3;exports.VJoyIndicator=o.VJoyIndicator;exports.VJoyIndicators=o.VJoyIndicators;exports.VJoyInput=o.VJoyInput;exports.VJoyLabel=o.VJoyLabel;exports.VJoyLink=o.VJoyLink;exports.VJoyListItem=o.VJoyListItem;exports.VJoyMenu=o.VJoyMenu;exports.VJoyMultiCheckbox=o.VJoyMultiCheckbox;exports.VJoyPagination=o.VJoyPagination;exports.VJoyPanel=o.VJoyPanel;exports.VJoyPanelSection=o.VJoyPanelSection;exports.VJoyProductTour=o._sfc_main$4;exports.VJoyProductTourTrigger=o._sfc_main$5;exports.VJoyProgressBar=o.VJoyProgressBar;exports.VJoyRadio=o.VJoyRadio;exports.VJoyRadioGroup=o.VJoyRadioGroup;exports.VJoyRatingStars=o.VJoyRatingStars;exports.VJoyScreenLoader=o.VJoyScreenLoader;exports.VJoySelect=o.VJoySelect;exports.VJoySelectableItem=o.VJoySelectableItem;exports.VJoySelectableItemGroup=o.VJoySelectableItemGroup;exports.VJoySeparator=o.VJoySeparator;exports.VJoySnackbar=o.VJoySnackbar;exports.VJoySpinner=o.VJoySpinner;exports.VJoyStep=o.VJoyStep;exports.VJoyStepper=o.VJoyStepper;exports.VJoyTab=o.VJoyTab;exports.VJoyTabs=o.VJoyTabs;exports.VJoyTag=o.VJoyTag;exports.VJoyTagsInput=o.VJoyTagsInput;exports.VJoyTagsList=o.VJoyTagsList;exports.VJoyTemplate=o.VJoyTemplate;exports.VJoyTemplateShape=o.VJoyTemplateShape;exports.VJoyText=o.VJoyText;exports.VJoyTextarea=o.VJoyTextarea;exports.VJoyToggle=o.VJoyToggle;exports.VJoyTooltip=o.VJoyTooltip;exports.VJoyUserCard=o.VJoyUserCard;exports.VJoyWalkthrough=o.VJoyWalkthrough;exports.VJoyWalkthroughTrigger=o.VJoyWalkthroughTrigger;exports.VJoyWrapper=o.VJoyWrapper;exports.createAllSnackbarsContainer=o.createAllSnackbarsContainer;exports.pushVJoySnackbar=o.pushVJoySnackbar;exports.resetCount=o.resetCount;exports.vJoyRipple=o.vJoyRipple;exports.JoyVuePlugin=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./style-5r5kgKhD.cjs"),V=Object.freeze(Object.defineProperty({__proto__:null,VJoyAvailability:o.VJoyAvailability,VJoyAvatar:o.VJoyAvatar,VJoyAvatarsList:o.VJoyAvatarsList,VJoyBadge:o.VJoyBadge,VJoyBadgeLevel:o.VJoyBadgeLevel,VJoyBlockSkeleton:o.VJoyBlockSkeleton,VJoyBottomSheet:o.VJoyBottomSheet,VJoyBottomSheetTrigger:o._sfc_main,VJoyButton:o.VJoyButton,VJoyCheckbox:o.VJoyCheckbox,VJoyCollapse:o.VJoyCollapse,VJoyCollapseItem:o.VJoyCollapseItem,VJoyCompanyAvatar:o.VJoyCompanyAvatar,VJoyCounter:o.VJoyCounter,VJoyDialog:o.VJoyDialog,VJoyDialogTrigger:o._sfc_main$1,VJoyDividerCta:o.VJoyDividerCta,VJoyDot:o.VJoyDot,VJoyDrawer:o.VJoyDrawer,VJoyDrawerTrigger:o._sfc_main$2,VJoyDropdown:o.VJoyDropdown,VJoyDropdownList:o.JoyDropdownList,VJoyDropzone:o.VJoyDropzone,VJoyFilterBar:o.VJoyFilterBar,VJoyFilterBarButton:o.VJoyFilterBarButton,VJoyFooter:o.VJoyFooter,VJoyFormError:o.VJoyFormError,VJoyFormFieldSkeleton:o.VJoyFormFieldSkeleton,VJoyFunnel:o.VJoyFunnel,VJoyFunnelFooter:o.VJoyFunnelFooter,VJoyHeader:o.VJoyHeader,VJoyHighlight:o.VJoyHighlight,VJoyIcon:o._sfc_main$3,VJoyIndicator:o.VJoyIndicator,VJoyIndicators:o.VJoyIndicators,VJoyInput:o.VJoyInput,VJoyLabel:o.VJoyLabel,VJoyLink:o.VJoyLink,VJoyListItem:o.VJoyListItem,VJoyMenu:o.VJoyMenu,VJoyMultiCheckbox:o.VJoyMultiCheckbox,VJoyPagination:o.VJoyPagination,VJoyPanel:o.VJoyPanel,VJoyPanelSection:o.VJoyPanelSection,VJoyProductTour:o._sfc_main$4,VJoyProductTourTrigger:o._sfc_main$5,VJoyProgressBar:o.VJoyProgressBar,VJoyRadio:o.VJoyRadio,VJoyRadioGroup:o.VJoyRadioGroup,VJoyRatingStars:o.VJoyRatingStars,VJoyScreenLoader:o.VJoyScreenLoader,VJoySelect:o.VJoySelect,VJoySelectableItem:o.VJoySelectableItem,VJoySelectableItemGroup:o.VJoySelectableItemGroup,VJoySeparator:o.VJoySeparator,VJoySnackbar:o.VJoySnackbar,VJoySpinner:o.VJoySpinner,VJoyStep:o.VJoyStep,VJoyStepper:o.VJoyStepper,VJoyTab:o.VJoyTab,VJoyTabs:o.VJoyTabs,VJoyTag:o.VJoyTag,VJoyTagsInput:o.VJoyTagsInput,VJoyTagsList:o.VJoyTagsList,VJoyTemplate:o.VJoyTemplate,VJoyTemplateShape:o.VJoyTemplateShape,VJoyText:o.VJoyText,VJoyTextarea:o.VJoyTextarea,VJoyToggle:o.VJoyToggle,VJoyTooltip:o.VJoyTooltip,VJoyUserCard:o.VJoyUserCard,VJoyWalkthrough:o.VJoyWalkthrough,VJoyWalkthroughTrigger:o.VJoyWalkthroughTrigger,VJoyWrapper:o.VJoyWrapper},Symbol.toStringTag,{value:"Module"})),t={install:e=>{Object.entries(V).forEach(([y,J])=>{e.component(y,J)}),typeof window<"u"&&o.createAllSnackbarsContainer(),e.directive("joy-ripple",o.vJoyRipple)}};exports.VJoyAvailability=o.VJoyAvailability;exports.VJoyAvatar=o.VJoyAvatar;exports.VJoyAvatarsList=o.VJoyAvatarsList;exports.VJoyBadge=o.VJoyBadge;exports.VJoyBadgeLevel=o.VJoyBadgeLevel;exports.VJoyBlockSkeleton=o.VJoyBlockSkeleton;exports.VJoyBottomSheet=o.VJoyBottomSheet;exports.VJoyBottomSheetTrigger=o._sfc_main;exports.VJoyButton=o.VJoyButton;exports.VJoyCheckbox=o.VJoyCheckbox;exports.VJoyCollapse=o.VJoyCollapse;exports.VJoyCollapseItem=o.VJoyCollapseItem;exports.VJoyCompanyAvatar=o.VJoyCompanyAvatar;exports.VJoyCounter=o.VJoyCounter;exports.VJoyDialog=o.VJoyDialog;exports.VJoyDialogTrigger=o._sfc_main$1;exports.VJoyDividerCta=o.VJoyDividerCta;exports.VJoyDot=o.VJoyDot;exports.VJoyDrawer=o.VJoyDrawer;exports.VJoyDrawerTrigger=o._sfc_main$2;exports.VJoyDropdown=o.VJoyDropdown;exports.VJoyDropdownList=o.JoyDropdownList;exports.VJoyDropzone=o.VJoyDropzone;exports.VJoyFilterBar=o.VJoyFilterBar;exports.VJoyFilterBarButton=o.VJoyFilterBarButton;exports.VJoyFooter=o.VJoyFooter;exports.VJoyFormError=o.VJoyFormError;exports.VJoyFormFieldSkeleton=o.VJoyFormFieldSkeleton;exports.VJoyFunnel=o.VJoyFunnel;exports.VJoyFunnelFooter=o.VJoyFunnelFooter;exports.VJoyHeader=o.VJoyHeader;exports.VJoyHighlight=o.VJoyHighlight;exports.VJoyIcon=o._sfc_main$3;exports.VJoyIndicator=o.VJoyIndicator;exports.VJoyIndicators=o.VJoyIndicators;exports.VJoyInput=o.VJoyInput;exports.VJoyLabel=o.VJoyLabel;exports.VJoyLink=o.VJoyLink;exports.VJoyListItem=o.VJoyListItem;exports.VJoyMenu=o.VJoyMenu;exports.VJoyMultiCheckbox=o.VJoyMultiCheckbox;exports.VJoyPagination=o.VJoyPagination;exports.VJoyPanel=o.VJoyPanel;exports.VJoyPanelSection=o.VJoyPanelSection;exports.VJoyProductTour=o._sfc_main$4;exports.VJoyProductTourTrigger=o._sfc_main$5;exports.VJoyProgressBar=o.VJoyProgressBar;exports.VJoyRadio=o.VJoyRadio;exports.VJoyRadioGroup=o.VJoyRadioGroup;exports.VJoyRatingStars=o.VJoyRatingStars;exports.VJoyScreenLoader=o.VJoyScreenLoader;exports.VJoySelect=o.VJoySelect;exports.VJoySelectableItem=o.VJoySelectableItem;exports.VJoySelectableItemGroup=o.VJoySelectableItemGroup;exports.VJoySeparator=o.VJoySeparator;exports.VJoySnackbar=o.VJoySnackbar;exports.VJoySpinner=o.VJoySpinner;exports.VJoyStep=o.VJoyStep;exports.VJoyStepper=o.VJoyStepper;exports.VJoyTab=o.VJoyTab;exports.VJoyTabs=o.VJoyTabs;exports.VJoyTag=o.VJoyTag;exports.VJoyTagsInput=o.VJoyTagsInput;exports.VJoyTagsList=o.VJoyTagsList;exports.VJoyTemplate=o.VJoyTemplate;exports.VJoyTemplateShape=o.VJoyTemplateShape;exports.VJoyText=o.VJoyText;exports.VJoyTextarea=o.VJoyTextarea;exports.VJoyToggle=o.VJoyToggle;exports.VJoyTooltip=o.VJoyTooltip;exports.VJoyUserCard=o.VJoyUserCard;exports.VJoyWalkthrough=o.VJoyWalkthrough;exports.VJoyWalkthroughTrigger=o.VJoyWalkthroughTrigger;exports.VJoyWrapper=o.VJoyWrapper;exports.createAllSnackbarsContainer=o.createAllSnackbarsContainer;exports.pushVJoySnackbar=o.pushVJoySnackbar;exports.resetCount=o.resetCount;exports.vJoyRipple=o.vJoyRipple;exports.JoyVuePlugin=t;
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
- import { V as e, a as r, b as y, c as J, d as t, e as V, f as i, _ as n, g as l, h as g, i as c, j as p, k as u, l as d, m, n as T, o as S, p as b, q as _, r as f, s as h, J as D, t as k, u as B, v as C, w as I, x as L, y as P, z as v, A as w, B as F, C as x, D as j, E as A, F as $, G as R, H as M, I as O, K as W, L as z, M as E, N as G, O as H, P as U, Q as q, R as K, S as N, T as Q, U as X, W as Y, X as Z, Y as aa, Z as oa, $ as sa, a0 as ea, a1 as ra, a2 as ya, a3 as Ja, a4 as ta, a5 as Va, a6 as ia, a7 as na, a8 as la, a9 as ga, aa as ca, ab as pa, ac as ua, ad as da, ae as ma, af as Ta, ag as Sa, ah as ba, ai as _a, aj as fa, ak as ha, al as Da } from "./style-DqUSTCzR.js";
2
- import { am as Pa, an as va } from "./style-DqUSTCzR.js";
1
+ import { V as e, a as r, b as y, c as J, d as t, e as V, f as i, _ as n, g as l, h as g, i as c, j as p, k as u, l as d, m, n as T, o as S, p as b, q as _, r as f, s as h, J as D, t as k, u as B, v as C, w as I, x as L, y as P, z as v, A as w, B as F, C as x, D as j, E as A, F as $, G as R, H as M, I as O, K as W, L as z, M as E, N as G, O as H, P as U, Q as q, R as K, S as N, T as Q, U as X, W as Y, X as Z, Y as aa, Z as oa, $ as sa, a0 as ea, a1 as ra, a2 as ya, a3 as Ja, a4 as ta, a5 as Va, a6 as ia, a7 as na, a8 as la, a9 as ga, aa as ca, ab as pa, ac as ua, ad as da, ae as ma, af as Ta, ag as Sa, ah as ba, ai as _a, aj as fa, ak as ha, al as Da } from "./style-CyY04g9F.js";
2
+ import { am as Pa, an as va } from "./style-CyY04g9F.js";
3
3
  const ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4
4
  __proto__: null,
5
5
  VJoyAvailability: e,
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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;