@nexxtmove/ui 1.0.0 → 1.0.1
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.
- package/dist/index.d.ts +45 -12
- package/dist/index.js +865 -823
- package/dist/nuxt.js +1 -0
- package/package.json +1 -1
- package/src/components/Icon/Icon.vue +6 -2
- package/src/components/Icon/brandIconNames.ts +591 -0
- package/src/components/SidebarMenuItem/SidebarMenuItem.vue +57 -0
- package/src/components/SocialIcons/SocialIcons.vue +1 -1
- package/src/components/TimelineEvent/TimelineEvent.vue +1 -5
- package/src/components.json +1 -0
- package/src/index.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -43,23 +43,29 @@ declare const __VLS_component_12: DefineComponent<__VLS_PublicProps_5, {}, {}, {
|
|
|
43
43
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44
44
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
45
45
|
|
|
46
|
-
declare const __VLS_component_13: DefineComponent<
|
|
46
|
+
declare const __VLS_component_13: DefineComponent<SidebarMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
47
|
+
click: () => any;
|
|
48
|
+
}, string, PublicProps, Readonly<SidebarMenuItemProps> & Readonly<{
|
|
49
|
+
onClick?: (() => any) | undefined;
|
|
50
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
51
|
+
|
|
52
|
+
declare const __VLS_component_14: DefineComponent<NexxtSquircleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtSquircleProps> & Readonly<{}>, {
|
|
47
53
|
size: "xs" | "sm" | "md" | "lg" | "xl" | number;
|
|
48
54
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
49
55
|
|
|
50
|
-
declare const
|
|
56
|
+
declare const __VLS_component_15: DefineComponent<NexxtStepperHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
51
57
|
"update:currentStep": (...args: any[]) => void;
|
|
52
58
|
}, string, PublicProps, Readonly<NexxtStepperHeaderProps> & Readonly<{
|
|
53
59
|
"onUpdate:currentStep"?: ((...args: any[]) => any) | undefined;
|
|
54
60
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
55
61
|
|
|
56
|
-
declare const
|
|
62
|
+
declare const __VLS_component_16: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
57
63
|
"update:modelValue": (value: string) => any;
|
|
58
64
|
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
59
65
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
60
66
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
61
67
|
|
|
62
|
-
declare const
|
|
68
|
+
declare const __VLS_component_17: DefineComponent<NexxtTooltip_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTooltip_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
63
69
|
|
|
64
70
|
declare const __VLS_component_2: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
65
71
|
|
|
@@ -498,7 +504,7 @@ declare function __VLS_template_13(): {
|
|
|
498
504
|
default?(_: {}): any;
|
|
499
505
|
};
|
|
500
506
|
refs: {};
|
|
501
|
-
rootEl:
|
|
507
|
+
rootEl: HTMLButtonElement;
|
|
502
508
|
};
|
|
503
509
|
|
|
504
510
|
declare function __VLS_template_14(): {
|
|
@@ -507,17 +513,26 @@ declare function __VLS_template_14(): {
|
|
|
507
513
|
default?(_: {}): any;
|
|
508
514
|
};
|
|
509
515
|
refs: {};
|
|
510
|
-
rootEl:
|
|
516
|
+
rootEl: SVGSVGElement;
|
|
511
517
|
};
|
|
512
518
|
|
|
513
519
|
declare function __VLS_template_15(): {
|
|
514
520
|
attrs: Partial<{}>;
|
|
515
|
-
slots:
|
|
521
|
+
slots: {
|
|
522
|
+
default?(_: {}): any;
|
|
523
|
+
};
|
|
516
524
|
refs: {};
|
|
517
525
|
rootEl: HTMLDivElement;
|
|
518
526
|
};
|
|
519
527
|
|
|
520
528
|
declare function __VLS_template_16(): {
|
|
529
|
+
attrs: Partial<{}>;
|
|
530
|
+
slots: Partial<Record<string, (_: {}) => any>>;
|
|
531
|
+
refs: {};
|
|
532
|
+
rootEl: HTMLDivElement;
|
|
533
|
+
};
|
|
534
|
+
|
|
535
|
+
declare function __VLS_template_17(): {
|
|
521
536
|
attrs: Partial<{}>;
|
|
522
537
|
slots: {
|
|
523
538
|
default?(_: {}): any;
|
|
@@ -857,6 +872,8 @@ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
|
857
872
|
|
|
858
873
|
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
859
874
|
|
|
875
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
876
|
+
|
|
860
877
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
861
878
|
|
|
862
879
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -921,6 +938,12 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
|
921
938
|
};
|
|
922
939
|
};
|
|
923
940
|
|
|
941
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
942
|
+
new (): {
|
|
943
|
+
$slots: S;
|
|
944
|
+
};
|
|
945
|
+
};
|
|
946
|
+
|
|
924
947
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
925
948
|
new (): {
|
|
926
949
|
$slots: S;
|
|
@@ -989,7 +1012,7 @@ declare type ColorScale = 'gray' | 'cornflower-blue' | 'orange' | 'purple' | 'ro
|
|
|
989
1012
|
|
|
990
1013
|
declare type ColorShade = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 950;
|
|
991
1014
|
|
|
992
|
-
declare type IconType = 'regular' | 'solid' | 'light' | 'duotone'
|
|
1015
|
+
declare type IconType = 'regular' | 'solid' | 'light' | 'duotone';
|
|
993
1016
|
|
|
994
1017
|
export declare const NexxtAnimatedNumber: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
995
1018
|
|
|
@@ -1577,6 +1600,8 @@ declare interface NexxtSelectProps {
|
|
|
1577
1600
|
required?: boolean;
|
|
1578
1601
|
}
|
|
1579
1602
|
|
|
1603
|
+
export declare const NexxtSidebarMenuItem: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1604
|
+
|
|
1580
1605
|
export declare const NexxtSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1581
1606
|
|
|
1582
1607
|
export declare const NexxtSkeletonPropertyCard: DefineComponent<NexxtSkeletonPropertyCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtSkeletonPropertyCardProps> & Readonly<{}>, {
|
|
@@ -1642,13 +1667,13 @@ declare interface NexxtSourceProps {
|
|
|
1642
1667
|
source: keyof typeof SOURCE_MAP;
|
|
1643
1668
|
}
|
|
1644
1669
|
|
|
1645
|
-
export declare const NexxtSquircle:
|
|
1670
|
+
export declare const NexxtSquircle: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1646
1671
|
|
|
1647
1672
|
declare interface NexxtSquircleProps {
|
|
1648
1673
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
|
|
1649
1674
|
}
|
|
1650
1675
|
|
|
1651
|
-
export declare const NexxtStepperHeader:
|
|
1676
|
+
export declare const NexxtStepperHeader: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1652
1677
|
|
|
1653
1678
|
declare interface NexxtStepperHeaderProps {
|
|
1654
1679
|
title: string;
|
|
@@ -1658,7 +1683,7 @@ declare interface NexxtStepperHeaderProps {
|
|
|
1658
1683
|
backButtonAction: InstanceType<typeof NexxtHeader>['backButtonAction'];
|
|
1659
1684
|
}
|
|
1660
1685
|
|
|
1661
|
-
export declare const NexxtTabbedContent:
|
|
1686
|
+
export declare const NexxtTabbedContent: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1662
1687
|
|
|
1663
1688
|
declare interface NexxtTabbedContent_2 {
|
|
1664
1689
|
tabs: InstanceType<typeof NexxtTabs>['tabs'];
|
|
@@ -1723,7 +1748,7 @@ splitView: boolean;
|
|
|
1723
1748
|
|
|
1724
1749
|
export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1725
1750
|
|
|
1726
|
-
export declare const NexxtTooltip:
|
|
1751
|
+
export declare const NexxtTooltip: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1727
1752
|
|
|
1728
1753
|
declare interface NexxtTooltip_2 {
|
|
1729
1754
|
delay?: number;
|
|
@@ -1751,6 +1776,14 @@ declare type SelectOption = {
|
|
|
1751
1776
|
value: string | number;
|
|
1752
1777
|
} | string;
|
|
1753
1778
|
|
|
1779
|
+
declare interface SidebarMenuItemProps {
|
|
1780
|
+
icon: InstanceType<typeof NexxtIcon>['name'];
|
|
1781
|
+
selected?: boolean;
|
|
1782
|
+
notificationCount?: number;
|
|
1783
|
+
isCurentRoute?: boolean;
|
|
1784
|
+
variant?: 'default' | 'danger';
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1754
1787
|
declare type SocialPlatform = 'tiktok' | 'facebook' | 'instagram' | 'linkedin' | 'x' | 'twitter' | 'google';
|
|
1755
1788
|
|
|
1756
1789
|
export declare const SOURCE_MAP: {
|