@maltjoy/core-vue 4.5.0 → 4.6.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.
@@ -0,0 +1,13 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
2
+ 'funnel-header-left': () => any;
3
+ 'funnel-header-right': () => any;
4
+ }> & {
5
+ 'funnel-header-left': () => any;
6
+ 'funnel-header-right': () => any;
7
+ }>;
8
+ export default _default;
9
+ type __VLS_WithTemplateSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -1,5 +1,5 @@
1
1
  import type { JoyIconsId } from '@maltjoy/icons';
2
2
  import { TSizes, TLevels } from '../../types';
3
- export type TJoyIconsColors = TLevels | 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'brand-primary' | 'brand-secondary' | 'white';
3
+ export type TJoyIconsColors = TLevels | 'neutral-50' | 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'brand-primary' | 'brand-secondary' | 'white';
4
4
  export type TJoyIconSizes = TSizes;
5
5
  export type TJoyIconsNames = JoyIconsId;
@@ -1 +1,2 @@
1
1
  export type TJoyLinkColors = 'teal' | 'white';
2
+ export type TJoyLinkType = HTMLButtonElement['type'];
@@ -3,7 +3,6 @@ import { TJoyLinkColors } from './JoyLink.types';
3
3
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  href: {
5
5
  type: StringConstructor;
6
- required: true;
7
6
  };
8
7
  color: {
9
8
  type: PropType<TJoyLinkColors>;
@@ -11,10 +10,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
11
10
  };
12
11
  icon: PropType<import("@maltjoy/icons").JoyIconsId>;
13
12
  text: PropType<string | null>;
13
+ type: {
14
+ type: PropType<"reset" | "submit" | "button">;
15
+ };
14
16
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
17
  href: {
16
18
  type: StringConstructor;
17
- required: true;
18
19
  };
19
20
  color: {
20
21
  type: PropType<TJoyLinkColors>;
@@ -22,6 +23,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
22
23
  };
23
24
  icon: PropType<import("@maltjoy/icons").JoyIconsId>;
24
25
  text: PropType<string | null>;
26
+ type: {
27
+ type: PropType<"reset" | "submit" | "button">;
28
+ };
25
29
  }>> & Readonly<{}>, {
26
30
  color: TJoyLinkColors;
27
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
@@ -28,6 +28,7 @@ import { default as VJoyFormError } from './JoyFormError/VJoyFormError.vue';
28
28
  import { default as VJoyFormFieldSkeleton } from './JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue';
29
29
  import { default as VJoyFunnel } from './JoyFunnel/VJoyFunnel.vue';
30
30
  import { default as VJoyFunnelFooter } from './JoyFunnelFooter/VJoyFunnelFooter.vue';
31
+ import { default as VJoyFunnelHeader } from './JoyFunnelHeader/VJoyFunnelHeader.vue';
31
32
  import { default as VJoyHeader } from './JoyHeader/VJoyHeader.vue';
32
33
  import { default as VJoyHighlight } from './JoyHighlight/VJoyHighlight.vue';
33
34
  import { default as VJoyIcon } from './JoyIcon/VJoyIcon.vue';
@@ -73,4 +74,4 @@ import { default as VJoyUserCard } from './JoyUserCard/VJoyUserCard.vue';
73
74
  import { default as VJoyWalkthrough } from './JoyWalkthrough/VJoyWalkthrough.vue';
74
75
  import { default as VJoyWalkthroughTrigger } from './JoyWalkthroughTrigger/VJoyWalkthroughTrigger.vue';
75
76
  import { default as VJoyWrapper } from './JoyWrapper/VJoyWrapper.vue';
76
- export { VJoyAdminBanner, VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyBlockSkeleton, VJoyBottomSheet, VJoyBottomSheetTrigger, VJoyButton, VJoyCheckbox, VJoyCollapse, VJoyCollapseItem, VJoyCompanyAvatar, VJoyCounter, VJoyDialog, VJoyDialogTrigger, VJoyDividerCta, VJoyDot, VJoyDrawer, VJoyDrawerTrigger, VJoyDropdown, VJoyDropdownList, VJoyDropzone, VJoyFilterBar, VJoyFilterBarButton, VJoyFormError, VJoyFormFieldSkeleton, VJoyFunnel, VJoyFunnelFooter, VJoyHeader, VJoyHighlight, VJoyIcon, VJoyIndicator, VJoyIndicators, VJoyInput, VJoyLabel, VJoyLink, VJoyListItem, VJoyMenu, VJoyMultiCheckbox, VJoyPagination, VJoyPanel, VJoyPanelSection, VJoyProductTour, VJoyProductTourTrigger, VJoyProgressBar, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySnackbar, VJoySpinner, VJoyStep, VJoyStepper, VJoyTab, VJoyTabs, VJoyTag, VJoyTagsInput, VJoyTagsList, VJoyTemplate, VJoyTemplateShape, VJoyText, VJoyTextarea, VJoyTitleBrand, VJoyToggle, VJoyTooltip, VJoyUserCard, VJoyWalkthrough, VJoyWalkthroughTrigger, VJoyWrapper, };
77
+ export { VJoyAdminBanner, VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyBlockSkeleton, VJoyBottomSheet, VJoyBottomSheetTrigger, VJoyButton, VJoyCheckbox, VJoyCollapse, VJoyCollapseItem, VJoyCompanyAvatar, VJoyCounter, VJoyDialog, VJoyDialogTrigger, VJoyDividerCta, VJoyDot, VJoyDrawer, VJoyDrawerTrigger, VJoyDropdown, VJoyDropdownList, VJoyDropzone, VJoyFilterBar, VJoyFilterBarButton, VJoyFormError, VJoyFormFieldSkeleton, VJoyFunnel, VJoyFunnelFooter, VJoyFunnelHeader, VJoyHeader, VJoyHighlight, VJoyIcon, VJoyIndicator, VJoyIndicators, VJoyInput, VJoyLabel, VJoyLink, VJoyListItem, VJoyMenu, VJoyMultiCheckbox, VJoyPagination, VJoyPanel, VJoyPanelSection, VJoyProductTour, VJoyProductTourTrigger, VJoyProgressBar, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySnackbar, VJoySpinner, VJoyStep, VJoyStepper, VJoyTab, VJoyTabs, VJoyTag, VJoyTagsInput, VJoyTagsList, VJoyTemplate, VJoyTemplateShape, VJoyText, VJoyTextarea, VJoyTitleBrand, VJoyToggle, VJoyTooltip, VJoyUserCard, VJoyWalkthrough, VJoyWalkthroughTrigger, VJoyWrapper, };