@nexxtmove/ui 1.0.1 → 1.0.2
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 +90 -60
- package/dist/index.js +1158 -1134
- package/dist/nuxt.js +1 -0
- package/package.json +1 -1
- package/src/components/Announcement/Announcement.vue +32 -0
- package/src/components.json +1 -0
- package/src/index.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -27,51 +27,59 @@ import { VNodeProps } from 'vue';
|
|
|
27
27
|
import { WatchOptions } from 'vue';
|
|
28
28
|
import { WatchStopHandle } from 'vue';
|
|
29
29
|
|
|
30
|
-
declare const __VLS_component: DefineComponent<
|
|
30
|
+
declare const __VLS_component: DefineComponent<NexxtAnnouncementProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
31
|
+
hide: () => any;
|
|
32
|
+
}, string, PublicProps, Readonly<NexxtAnnouncementProps> & Readonly<{
|
|
33
|
+
onHide?: (() => any) | undefined;
|
|
34
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
|
+
|
|
36
|
+
declare const __VLS_component_10: DefineComponent<NexxtHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
31
37
|
|
|
32
|
-
declare const
|
|
38
|
+
declare const __VLS_component_11: DefineComponent<NexxtInfoBlockProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtInfoBlockProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
33
39
|
|
|
34
|
-
declare const
|
|
40
|
+
declare const __VLS_component_12: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
35
41
|
"update:modelValue": (value: string | number) => any;
|
|
36
42
|
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
37
43
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
38
44
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
45
|
|
|
40
|
-
declare const
|
|
46
|
+
declare const __VLS_component_13: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
41
47
|
"update:modelValue": (value: boolean) => any;
|
|
42
48
|
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
43
49
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44
50
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
45
51
|
|
|
46
|
-
declare const
|
|
52
|
+
declare const __VLS_component_14: DefineComponent<SidebarMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
47
53
|
click: () => any;
|
|
48
54
|
}, string, PublicProps, Readonly<SidebarMenuItemProps> & Readonly<{
|
|
49
55
|
onClick?: (() => any) | undefined;
|
|
50
56
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
51
57
|
|
|
52
|
-
declare const
|
|
58
|
+
declare const __VLS_component_15: DefineComponent<NexxtSquircleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtSquircleProps> & Readonly<{}>, {
|
|
53
59
|
size: "xs" | "sm" | "md" | "lg" | "xl" | number;
|
|
54
60
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
55
61
|
|
|
56
|
-
declare const
|
|
62
|
+
declare const __VLS_component_16: DefineComponent<NexxtStepperHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
57
63
|
"update:currentStep": (...args: any[]) => void;
|
|
58
64
|
}, string, PublicProps, Readonly<NexxtStepperHeaderProps> & Readonly<{
|
|
59
65
|
"onUpdate:currentStep"?: ((...args: any[]) => any) | undefined;
|
|
60
66
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
61
67
|
|
|
62
|
-
declare const
|
|
68
|
+
declare const __VLS_component_17: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
63
69
|
"update:modelValue": (value: string) => any;
|
|
64
70
|
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
65
71
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
66
72
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
67
73
|
|
|
68
|
-
declare const
|
|
74
|
+
declare const __VLS_component_18: DefineComponent<NexxtTooltip_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTooltip_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
75
|
+
|
|
76
|
+
declare const __VLS_component_2: DefineComponent<NexxtButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
69
77
|
|
|
70
|
-
declare const
|
|
78
|
+
declare const __VLS_component_3: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
71
79
|
|
|
72
|
-
declare const
|
|
80
|
+
declare const __VLS_component_4: DefineComponent<NexxtChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtChipProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
73
81
|
|
|
74
|
-
declare const
|
|
82
|
+
declare const __VLS_component_5: DefineComponent<({
|
|
75
83
|
modelValue?: (string | number)[];
|
|
76
84
|
} & {
|
|
77
85
|
variant?: InstanceType<typeof NexxtButton>["variant"];
|
|
@@ -249,9 +257,9 @@ focus: () => void;
|
|
|
249
257
|
}, {}, {}, {}, {}> | null;
|
|
250
258
|
}, any>;
|
|
251
259
|
|
|
252
|
-
declare const
|
|
260
|
+
declare const __VLS_component_6: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
253
261
|
|
|
254
|
-
declare const
|
|
262
|
+
declare const __VLS_component_7: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
255
263
|
"update:modelValue": (value: Date | null) => any;
|
|
256
264
|
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
257
265
|
"onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
|
|
@@ -356,9 +364,9 @@ toggle: () => void | Promise<void>;
|
|
|
356
364
|
popoverRef: HTMLDivElement;
|
|
357
365
|
}, any>;
|
|
358
366
|
|
|
359
|
-
declare const
|
|
367
|
+
declare const __VLS_component_8: DefineComponent<NexxtDoughnutChartProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtDoughnutChartProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
360
368
|
|
|
361
|
-
declare const
|
|
369
|
+
declare const __VLS_component_9: DefineComponent<NexxtFloatingPanelProps, {
|
|
362
370
|
isOpen: Ref<boolean, boolean>;
|
|
363
371
|
open: () => Promise<void>;
|
|
364
372
|
close: () => void;
|
|
@@ -380,8 +388,6 @@ triggerRef: HTMLSpanElement;
|
|
|
380
388
|
floatingRef: HTMLDivElement;
|
|
381
389
|
}, any>;
|
|
382
390
|
|
|
383
|
-
declare const __VLS_component_9: DefineComponent<NexxtHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
384
|
-
|
|
385
391
|
declare type __VLS_PrettifyLocal<T> = {
|
|
386
392
|
[K in keyof T]: T[K];
|
|
387
393
|
} & {};
|
|
@@ -467,13 +473,15 @@ declare function __VLS_template(): {
|
|
|
467
473
|
default?(_: {}): any;
|
|
468
474
|
};
|
|
469
475
|
refs: {};
|
|
470
|
-
rootEl:
|
|
476
|
+
rootEl: HTMLDivElement;
|
|
471
477
|
};
|
|
472
478
|
|
|
473
479
|
declare function __VLS_template_10(): {
|
|
474
480
|
attrs: Partial<{}>;
|
|
475
481
|
slots: {
|
|
476
|
-
|
|
482
|
+
'back-button'?(_: {}): any;
|
|
483
|
+
center?(_: {}): any;
|
|
484
|
+
right?(_: {}): any;
|
|
477
485
|
};
|
|
478
486
|
refs: {};
|
|
479
487
|
rootEl: HTMLDivElement;
|
|
@@ -482,13 +490,22 @@ declare function __VLS_template_10(): {
|
|
|
482
490
|
declare function __VLS_template_11(): {
|
|
483
491
|
attrs: Partial<{}>;
|
|
484
492
|
slots: {
|
|
485
|
-
|
|
493
|
+
default?(_: {}): any;
|
|
486
494
|
};
|
|
487
495
|
refs: {};
|
|
488
496
|
rootEl: HTMLDivElement;
|
|
489
497
|
};
|
|
490
498
|
|
|
491
499
|
declare function __VLS_template_12(): {
|
|
500
|
+
attrs: Partial<{}>;
|
|
501
|
+
slots: {
|
|
502
|
+
right?(_: {}): any;
|
|
503
|
+
};
|
|
504
|
+
refs: {};
|
|
505
|
+
rootEl: HTMLDivElement;
|
|
506
|
+
};
|
|
507
|
+
|
|
508
|
+
declare function __VLS_template_13(): {
|
|
492
509
|
attrs: Partial<{}>;
|
|
493
510
|
slots: {
|
|
494
511
|
default?(_: {}): any;
|
|
@@ -498,7 +515,7 @@ declare function __VLS_template_12(): {
|
|
|
498
515
|
rootEl: any;
|
|
499
516
|
};
|
|
500
517
|
|
|
501
|
-
declare function
|
|
518
|
+
declare function __VLS_template_14(): {
|
|
502
519
|
attrs: Partial<{}>;
|
|
503
520
|
slots: {
|
|
504
521
|
default?(_: {}): any;
|
|
@@ -507,7 +524,7 @@ declare function __VLS_template_13(): {
|
|
|
507
524
|
rootEl: HTMLButtonElement;
|
|
508
525
|
};
|
|
509
526
|
|
|
510
|
-
declare function
|
|
527
|
+
declare function __VLS_template_15(): {
|
|
511
528
|
attrs: Partial<{}>;
|
|
512
529
|
slots: {
|
|
513
530
|
default?(_: {}): any;
|
|
@@ -516,7 +533,7 @@ declare function __VLS_template_14(): {
|
|
|
516
533
|
rootEl: SVGSVGElement;
|
|
517
534
|
};
|
|
518
535
|
|
|
519
|
-
declare function
|
|
536
|
+
declare function __VLS_template_16(): {
|
|
520
537
|
attrs: Partial<{}>;
|
|
521
538
|
slots: {
|
|
522
539
|
default?(_: {}): any;
|
|
@@ -525,14 +542,14 @@ declare function __VLS_template_15(): {
|
|
|
525
542
|
rootEl: HTMLDivElement;
|
|
526
543
|
};
|
|
527
544
|
|
|
528
|
-
declare function
|
|
545
|
+
declare function __VLS_template_17(): {
|
|
529
546
|
attrs: Partial<{}>;
|
|
530
547
|
slots: Partial<Record<string, (_: {}) => any>>;
|
|
531
548
|
refs: {};
|
|
532
549
|
rootEl: HTMLDivElement;
|
|
533
550
|
};
|
|
534
551
|
|
|
535
|
-
declare function
|
|
552
|
+
declare function __VLS_template_18(): {
|
|
536
553
|
attrs: Partial<{}>;
|
|
537
554
|
slots: {
|
|
538
555
|
default?(_: {}): any;
|
|
@@ -543,6 +560,15 @@ declare function __VLS_template_17(): {
|
|
|
543
560
|
};
|
|
544
561
|
|
|
545
562
|
declare function __VLS_template_2(): {
|
|
563
|
+
attrs: Partial<{}>;
|
|
564
|
+
slots: {
|
|
565
|
+
default?(_: {}): any;
|
|
566
|
+
};
|
|
567
|
+
refs: {};
|
|
568
|
+
rootEl: HTMLButtonElement;
|
|
569
|
+
};
|
|
570
|
+
|
|
571
|
+
declare function __VLS_template_3(): {
|
|
546
572
|
attrs: Partial<{}>;
|
|
547
573
|
slots: {
|
|
548
574
|
image?(_: {}): any;
|
|
@@ -552,7 +578,7 @@ declare function __VLS_template_2(): {
|
|
|
552
578
|
rootEl: HTMLDivElement;
|
|
553
579
|
};
|
|
554
580
|
|
|
555
|
-
declare function
|
|
581
|
+
declare function __VLS_template_4(): {
|
|
556
582
|
attrs: Partial<{}>;
|
|
557
583
|
slots: {
|
|
558
584
|
default?(_: {}): any;
|
|
@@ -562,7 +588,7 @@ declare function __VLS_template_3(): {
|
|
|
562
588
|
rootEl: HTMLSpanElement;
|
|
563
589
|
};
|
|
564
590
|
|
|
565
|
-
declare function
|
|
591
|
+
declare function __VLS_template_5(): {
|
|
566
592
|
attrs: Partial<{}>;
|
|
567
593
|
slots: {
|
|
568
594
|
default?(_: {}): any;
|
|
@@ -697,7 +723,7 @@ declare function __VLS_template_4(): {
|
|
|
697
723
|
rootEl: any;
|
|
698
724
|
};
|
|
699
725
|
|
|
700
|
-
declare function
|
|
726
|
+
declare function __VLS_template_6(): {
|
|
701
727
|
attrs: Partial<{}>;
|
|
702
728
|
slots: {
|
|
703
729
|
title?(_: {}): any;
|
|
@@ -707,7 +733,7 @@ declare function __VLS_template_5(): {
|
|
|
707
733
|
rootEl: HTMLDivElement;
|
|
708
734
|
};
|
|
709
735
|
|
|
710
|
-
declare function
|
|
736
|
+
declare function __VLS_template_7(): {
|
|
711
737
|
attrs: Partial<{}>;
|
|
712
738
|
slots: {
|
|
713
739
|
trigger?(_: {
|
|
@@ -814,7 +840,7 @@ declare function __VLS_template_6(): {
|
|
|
814
840
|
rootEl: any;
|
|
815
841
|
};
|
|
816
842
|
|
|
817
|
-
declare function
|
|
843
|
+
declare function __VLS_template_8(): {
|
|
818
844
|
attrs: Partial<{}>;
|
|
819
845
|
slots: {
|
|
820
846
|
default?(_: {}): any;
|
|
@@ -823,7 +849,7 @@ declare function __VLS_template_7(): {
|
|
|
823
849
|
rootEl: SVGSVGElement;
|
|
824
850
|
};
|
|
825
851
|
|
|
826
|
-
declare function
|
|
852
|
+
declare function __VLS_template_9(): {
|
|
827
853
|
attrs: Partial<{}>;
|
|
828
854
|
slots: {
|
|
829
855
|
trigger?(_: {
|
|
@@ -845,17 +871,6 @@ declare function __VLS_template_8(): {
|
|
|
845
871
|
rootEl: any;
|
|
846
872
|
};
|
|
847
873
|
|
|
848
|
-
declare function __VLS_template_9(): {
|
|
849
|
-
attrs: Partial<{}>;
|
|
850
|
-
slots: {
|
|
851
|
-
'back-button'?(_: {}): any;
|
|
852
|
-
center?(_: {}): any;
|
|
853
|
-
right?(_: {}): any;
|
|
854
|
-
};
|
|
855
|
-
refs: {};
|
|
856
|
-
rootEl: HTMLDivElement;
|
|
857
|
-
};
|
|
858
|
-
|
|
859
874
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
860
875
|
|
|
861
876
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -874,6 +889,8 @@ declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
|
874
889
|
|
|
875
890
|
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
876
891
|
|
|
892
|
+
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
893
|
+
|
|
877
894
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
878
895
|
|
|
879
896
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -944,6 +961,12 @@ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
|
944
961
|
};
|
|
945
962
|
};
|
|
946
963
|
|
|
964
|
+
declare type __VLS_WithTemplateSlots_18<T, S> = T & {
|
|
965
|
+
new (): {
|
|
966
|
+
$slots: S;
|
|
967
|
+
};
|
|
968
|
+
};
|
|
969
|
+
|
|
947
970
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
948
971
|
new (): {
|
|
949
972
|
$slots: S;
|
|
@@ -1016,6 +1039,13 @@ declare type IconType = 'regular' | 'solid' | 'light' | 'duotone';
|
|
|
1016
1039
|
|
|
1017
1040
|
export declare const NexxtAnimatedNumber: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1018
1041
|
|
|
1042
|
+
export declare const NexxtAnnouncement: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1043
|
+
|
|
1044
|
+
declare interface NexxtAnnouncementProps {
|
|
1045
|
+
color?: string;
|
|
1046
|
+
text_color?: string;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1019
1049
|
export declare const NexxtAvatar: DefineComponent<NexxtAvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtAvatarProps> & Readonly<{}>, {
|
|
1020
1050
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
1021
1051
|
squircle: boolean;
|
|
@@ -1027,7 +1057,7 @@ declare interface NexxtAvatarProps {
|
|
|
1027
1057
|
squircle?: boolean;
|
|
1028
1058
|
}
|
|
1029
1059
|
|
|
1030
|
-
export declare const NexxtButton:
|
|
1060
|
+
export declare const NexxtButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1031
1061
|
|
|
1032
1062
|
declare interface NexxtButtonProps {
|
|
1033
1063
|
variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'link';
|
|
@@ -1080,7 +1110,7 @@ declare interface NexxtCalendarProps {
|
|
|
1080
1110
|
datetime?: boolean;
|
|
1081
1111
|
}
|
|
1082
1112
|
|
|
1083
|
-
export declare const NexxtCard:
|
|
1113
|
+
export declare const NexxtCard: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1084
1114
|
|
|
1085
1115
|
export declare const NexxtCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1086
1116
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -1095,14 +1125,14 @@ declare interface NexxtCheckboxProps {
|
|
|
1095
1125
|
indeterminate?: boolean;
|
|
1096
1126
|
}
|
|
1097
1127
|
|
|
1098
|
-
export declare const NexxtChip:
|
|
1128
|
+
export declare const NexxtChip: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1099
1129
|
|
|
1100
1130
|
declare interface NexxtChipProps {
|
|
1101
1131
|
variant?: 'default' | 'warning' | 'success' | 'danger';
|
|
1102
1132
|
ghost?: boolean;
|
|
1103
1133
|
}
|
|
1104
1134
|
|
|
1105
|
-
export declare const NexxtCombobox:
|
|
1135
|
+
export declare const NexxtCombobox: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1106
1136
|
|
|
1107
1137
|
export declare const NexxtComboboxPanel: DefineComponent<({
|
|
1108
1138
|
modelValue?: (string | number)[];
|
|
@@ -1219,7 +1249,7 @@ right?(_: {}): any;
|
|
|
1219
1249
|
}) | null;
|
|
1220
1250
|
}, any>;
|
|
1221
1251
|
|
|
1222
|
-
export declare const NexxtContactInfoCard:
|
|
1252
|
+
export declare const NexxtContactInfoCard: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1223
1253
|
|
|
1224
1254
|
export declare const NexxtCountrySelect: DefineComponent< {
|
|
1225
1255
|
modelValue?: string | null;
|
|
@@ -1322,7 +1352,7 @@ declare interface NexxtCustomerJourneyTileProps {
|
|
|
1322
1352
|
selected?: boolean;
|
|
1323
1353
|
}
|
|
1324
1354
|
|
|
1325
|
-
export declare const NexxtDatePicker:
|
|
1355
|
+
export declare const NexxtDatePicker: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1326
1356
|
|
|
1327
1357
|
declare interface NexxtDatePickerProps extends NexxtCalendarProps {
|
|
1328
1358
|
placeholder?: string;
|
|
@@ -1330,7 +1360,7 @@ declare interface NexxtDatePickerProps extends NexxtCalendarProps {
|
|
|
1330
1360
|
autoClose?: boolean;
|
|
1331
1361
|
}
|
|
1332
1362
|
|
|
1333
|
-
export declare const NexxtDoughnutChart:
|
|
1363
|
+
export declare const NexxtDoughnutChart: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1334
1364
|
|
|
1335
1365
|
declare interface NexxtDoughnutChartProps {
|
|
1336
1366
|
value: number;
|
|
@@ -1482,7 +1512,7 @@ declare interface NexxtDropdownButtonGroup {
|
|
|
1482
1512
|
items: NexxtDropdownButton_2[];
|
|
1483
1513
|
}
|
|
1484
1514
|
|
|
1485
|
-
export declare const NexxtFloatingPanel:
|
|
1515
|
+
export declare const NexxtFloatingPanel: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1486
1516
|
|
|
1487
1517
|
declare interface NexxtFloatingPanelProps {
|
|
1488
1518
|
placement?: Placement;
|
|
@@ -1490,7 +1520,7 @@ declare interface NexxtFloatingPanelProps {
|
|
|
1490
1520
|
matchWidth?: boolean;
|
|
1491
1521
|
}
|
|
1492
1522
|
|
|
1493
|
-
export declare const NexxtHeader:
|
|
1523
|
+
export declare const NexxtHeader: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1494
1524
|
|
|
1495
1525
|
declare interface NexxtHeaderProps {
|
|
1496
1526
|
title: string;
|
|
@@ -1506,14 +1536,14 @@ declare interface NexxtIconProps {
|
|
|
1506
1536
|
type?: IconType;
|
|
1507
1537
|
}
|
|
1508
1538
|
|
|
1509
|
-
export declare const NexxtInfoBlock:
|
|
1539
|
+
export declare const NexxtInfoBlock: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1510
1540
|
|
|
1511
1541
|
declare interface NexxtInfoBlockProps {
|
|
1512
1542
|
icon: InstanceType<typeof NexxtIcon>['name'];
|
|
1513
1543
|
color?: 'green' | 'purple' | 'blue' | 'rose';
|
|
1514
1544
|
}
|
|
1515
1545
|
|
|
1516
|
-
export declare const NexxtInputField:
|
|
1546
|
+
export declare const NexxtInputField: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1517
1547
|
|
|
1518
1548
|
declare interface NexxtInputFieldProps {
|
|
1519
1549
|
placeholder?: string;
|
|
@@ -1525,7 +1555,7 @@ declare interface NexxtInputFieldProps {
|
|
|
1525
1555
|
required?: boolean;
|
|
1526
1556
|
}
|
|
1527
1557
|
|
|
1528
|
-
export declare const NexxtModal:
|
|
1558
|
+
export declare const NexxtModal: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1529
1559
|
|
|
1530
1560
|
declare interface NexxtModalProps {
|
|
1531
1561
|
title?: string;
|
|
@@ -1600,7 +1630,7 @@ declare interface NexxtSelectProps {
|
|
|
1600
1630
|
required?: boolean;
|
|
1601
1631
|
}
|
|
1602
1632
|
|
|
1603
|
-
export declare const NexxtSidebarMenuItem:
|
|
1633
|
+
export declare const NexxtSidebarMenuItem: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1604
1634
|
|
|
1605
1635
|
export declare const NexxtSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1606
1636
|
|
|
@@ -1667,13 +1697,13 @@ declare interface NexxtSourceProps {
|
|
|
1667
1697
|
source: keyof typeof SOURCE_MAP;
|
|
1668
1698
|
}
|
|
1669
1699
|
|
|
1670
|
-
export declare const NexxtSquircle:
|
|
1700
|
+
export declare const NexxtSquircle: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1671
1701
|
|
|
1672
1702
|
declare interface NexxtSquircleProps {
|
|
1673
1703
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
|
|
1674
1704
|
}
|
|
1675
1705
|
|
|
1676
|
-
export declare const NexxtStepperHeader:
|
|
1706
|
+
export declare const NexxtStepperHeader: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1677
1707
|
|
|
1678
1708
|
declare interface NexxtStepperHeaderProps {
|
|
1679
1709
|
title: string;
|
|
@@ -1683,7 +1713,7 @@ declare interface NexxtStepperHeaderProps {
|
|
|
1683
1713
|
backButtonAction: InstanceType<typeof NexxtHeader>['backButtonAction'];
|
|
1684
1714
|
}
|
|
1685
1715
|
|
|
1686
|
-
export declare const NexxtTabbedContent:
|
|
1716
|
+
export declare const NexxtTabbedContent: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1687
1717
|
|
|
1688
1718
|
declare interface NexxtTabbedContent_2 {
|
|
1689
1719
|
tabs: InstanceType<typeof NexxtTabs>['tabs'];
|
|
@@ -1748,7 +1778,7 @@ splitView: boolean;
|
|
|
1748
1778
|
|
|
1749
1779
|
export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1750
1780
|
|
|
1751
|
-
export declare const NexxtTooltip:
|
|
1781
|
+
export declare const NexxtTooltip: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1752
1782
|
|
|
1753
1783
|
declare interface NexxtTooltip_2 {
|
|
1754
1784
|
delay?: number;
|