@nexxtmove/ui 1.0.1 → 1.0.3
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 +144 -82
- package/dist/index.js +959 -825
- package/dist/nuxt.js +2 -0
- package/package.json +8 -8
- package/src/components/Announcement/Announcement.vue +38 -0
- package/src/components/InputSelect/InputSelect.vue +139 -0
- package/src/components.json +2 -0
- package/src/index.ts +2 -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_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
41
47
|
"update:modelValue": (value: boolean) => any;
|
|
42
|
-
}, string, PublicProps, Readonly<
|
|
48
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & 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_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
63
69
|
"update:modelValue": (value: string) => any;
|
|
64
|
-
}, string, PublicProps, Readonly<
|
|
70
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & 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
|
} & {};
|
|
@@ -392,14 +398,16 @@ declare type __VLS_Props = {
|
|
|
392
398
|
delay?: number;
|
|
393
399
|
};
|
|
394
400
|
|
|
395
|
-
declare type __VLS_Props_10 =
|
|
401
|
+
declare type __VLS_Props_10 = NexxtTabbedContent_2;
|
|
402
|
+
|
|
403
|
+
declare type __VLS_Props_11 = NexxtTabs_2;
|
|
396
404
|
|
|
397
|
-
declare type
|
|
405
|
+
declare type __VLS_Props_12 = {
|
|
398
406
|
event: TimelineEvent;
|
|
399
407
|
splitView?: boolean;
|
|
400
408
|
};
|
|
401
409
|
|
|
402
|
-
declare type
|
|
410
|
+
declare type __VLS_Props_13 = {
|
|
403
411
|
phase: TimelinePhase;
|
|
404
412
|
/** Index within the filtered phases array (used to determine phase direction/date). */
|
|
405
413
|
index: number;
|
|
@@ -417,18 +425,22 @@ declare type __VLS_Props_4 = NexxtDatePickerProps;
|
|
|
417
425
|
|
|
418
426
|
declare type __VLS_Props_5 = NexxtInputFieldProps;
|
|
419
427
|
|
|
420
|
-
declare type __VLS_Props_6 =
|
|
428
|
+
declare type __VLS_Props_6 = NexxtInputSelectProps;
|
|
421
429
|
|
|
422
|
-
declare type __VLS_Props_7 =
|
|
430
|
+
declare type __VLS_Props_7 = NexxtModalProps;
|
|
423
431
|
|
|
424
|
-
declare type __VLS_Props_8 =
|
|
432
|
+
declare type __VLS_Props_8 = NexxtPaginationProps;
|
|
425
433
|
|
|
426
|
-
declare type __VLS_Props_9 =
|
|
434
|
+
declare type __VLS_Props_9 = NexxtSelectProps;
|
|
427
435
|
|
|
428
436
|
declare type __VLS_PublicProps = {
|
|
429
437
|
modelValue?: Date | null;
|
|
430
438
|
} & __VLS_Props_2;
|
|
431
439
|
|
|
440
|
+
declare type __VLS_PublicProps_10 = {
|
|
441
|
+
modelValue?: typeof selected['value'];
|
|
442
|
+
} & __VLS_Props_11;
|
|
443
|
+
|
|
432
444
|
declare type __VLS_PublicProps_2 = {
|
|
433
445
|
modelValue?: boolean;
|
|
434
446
|
} & __VLS_Props_3;
|
|
@@ -442,23 +454,24 @@ declare type __VLS_PublicProps_4 = {
|
|
|
442
454
|
} & __VLS_Props_5;
|
|
443
455
|
|
|
444
456
|
declare type __VLS_PublicProps_5 = {
|
|
445
|
-
|
|
457
|
+
'input'?: string | number;
|
|
458
|
+
'select'?: string | number | null;
|
|
446
459
|
} & __VLS_Props_6;
|
|
447
460
|
|
|
448
461
|
declare type __VLS_PublicProps_6 = {
|
|
449
|
-
|
|
462
|
+
modelValue?: boolean;
|
|
450
463
|
} & __VLS_Props_7;
|
|
451
464
|
|
|
452
465
|
declare type __VLS_PublicProps_7 = {
|
|
453
|
-
|
|
466
|
+
'page'?: number;
|
|
454
467
|
} & __VLS_Props_8;
|
|
455
468
|
|
|
456
469
|
declare type __VLS_PublicProps_8 = {
|
|
457
|
-
modelValue?: string;
|
|
470
|
+
modelValue?: string | number | null;
|
|
458
471
|
} & __VLS_Props_9;
|
|
459
472
|
|
|
460
473
|
declare type __VLS_PublicProps_9 = {
|
|
461
|
-
modelValue?:
|
|
474
|
+
modelValue?: string;
|
|
462
475
|
} & __VLS_Props_10;
|
|
463
476
|
|
|
464
477
|
declare function __VLS_template(): {
|
|
@@ -467,13 +480,15 @@ declare function __VLS_template(): {
|
|
|
467
480
|
default?(_: {}): any;
|
|
468
481
|
};
|
|
469
482
|
refs: {};
|
|
470
|
-
rootEl:
|
|
483
|
+
rootEl: HTMLDivElement;
|
|
471
484
|
};
|
|
472
485
|
|
|
473
486
|
declare function __VLS_template_10(): {
|
|
474
487
|
attrs: Partial<{}>;
|
|
475
488
|
slots: {
|
|
476
|
-
|
|
489
|
+
'back-button'?(_: {}): any;
|
|
490
|
+
center?(_: {}): any;
|
|
491
|
+
right?(_: {}): any;
|
|
477
492
|
};
|
|
478
493
|
refs: {};
|
|
479
494
|
rootEl: HTMLDivElement;
|
|
@@ -482,13 +497,22 @@ declare function __VLS_template_10(): {
|
|
|
482
497
|
declare function __VLS_template_11(): {
|
|
483
498
|
attrs: Partial<{}>;
|
|
484
499
|
slots: {
|
|
485
|
-
|
|
500
|
+
default?(_: {}): any;
|
|
486
501
|
};
|
|
487
502
|
refs: {};
|
|
488
503
|
rootEl: HTMLDivElement;
|
|
489
504
|
};
|
|
490
505
|
|
|
491
506
|
declare function __VLS_template_12(): {
|
|
507
|
+
attrs: Partial<{}>;
|
|
508
|
+
slots: {
|
|
509
|
+
right?(_: {}): any;
|
|
510
|
+
};
|
|
511
|
+
refs: {};
|
|
512
|
+
rootEl: HTMLDivElement;
|
|
513
|
+
};
|
|
514
|
+
|
|
515
|
+
declare function __VLS_template_13(): {
|
|
492
516
|
attrs: Partial<{}>;
|
|
493
517
|
slots: {
|
|
494
518
|
default?(_: {}): any;
|
|
@@ -498,7 +522,7 @@ declare function __VLS_template_12(): {
|
|
|
498
522
|
rootEl: any;
|
|
499
523
|
};
|
|
500
524
|
|
|
501
|
-
declare function
|
|
525
|
+
declare function __VLS_template_14(): {
|
|
502
526
|
attrs: Partial<{}>;
|
|
503
527
|
slots: {
|
|
504
528
|
default?(_: {}): any;
|
|
@@ -507,7 +531,7 @@ declare function __VLS_template_13(): {
|
|
|
507
531
|
rootEl: HTMLButtonElement;
|
|
508
532
|
};
|
|
509
533
|
|
|
510
|
-
declare function
|
|
534
|
+
declare function __VLS_template_15(): {
|
|
511
535
|
attrs: Partial<{}>;
|
|
512
536
|
slots: {
|
|
513
537
|
default?(_: {}): any;
|
|
@@ -516,7 +540,7 @@ declare function __VLS_template_14(): {
|
|
|
516
540
|
rootEl: SVGSVGElement;
|
|
517
541
|
};
|
|
518
542
|
|
|
519
|
-
declare function
|
|
543
|
+
declare function __VLS_template_16(): {
|
|
520
544
|
attrs: Partial<{}>;
|
|
521
545
|
slots: {
|
|
522
546
|
default?(_: {}): any;
|
|
@@ -525,14 +549,14 @@ declare function __VLS_template_15(): {
|
|
|
525
549
|
rootEl: HTMLDivElement;
|
|
526
550
|
};
|
|
527
551
|
|
|
528
|
-
declare function
|
|
552
|
+
declare function __VLS_template_17(): {
|
|
529
553
|
attrs: Partial<{}>;
|
|
530
554
|
slots: Partial<Record<string, (_: {}) => any>>;
|
|
531
555
|
refs: {};
|
|
532
556
|
rootEl: HTMLDivElement;
|
|
533
557
|
};
|
|
534
558
|
|
|
535
|
-
declare function
|
|
559
|
+
declare function __VLS_template_18(): {
|
|
536
560
|
attrs: Partial<{}>;
|
|
537
561
|
slots: {
|
|
538
562
|
default?(_: {}): any;
|
|
@@ -543,6 +567,15 @@ declare function __VLS_template_17(): {
|
|
|
543
567
|
};
|
|
544
568
|
|
|
545
569
|
declare function __VLS_template_2(): {
|
|
570
|
+
attrs: Partial<{}>;
|
|
571
|
+
slots: {
|
|
572
|
+
default?(_: {}): any;
|
|
573
|
+
};
|
|
574
|
+
refs: {};
|
|
575
|
+
rootEl: HTMLButtonElement;
|
|
576
|
+
};
|
|
577
|
+
|
|
578
|
+
declare function __VLS_template_3(): {
|
|
546
579
|
attrs: Partial<{}>;
|
|
547
580
|
slots: {
|
|
548
581
|
image?(_: {}): any;
|
|
@@ -552,7 +585,7 @@ declare function __VLS_template_2(): {
|
|
|
552
585
|
rootEl: HTMLDivElement;
|
|
553
586
|
};
|
|
554
587
|
|
|
555
|
-
declare function
|
|
588
|
+
declare function __VLS_template_4(): {
|
|
556
589
|
attrs: Partial<{}>;
|
|
557
590
|
slots: {
|
|
558
591
|
default?(_: {}): any;
|
|
@@ -562,7 +595,7 @@ declare function __VLS_template_3(): {
|
|
|
562
595
|
rootEl: HTMLSpanElement;
|
|
563
596
|
};
|
|
564
597
|
|
|
565
|
-
declare function
|
|
598
|
+
declare function __VLS_template_5(): {
|
|
566
599
|
attrs: Partial<{}>;
|
|
567
600
|
slots: {
|
|
568
601
|
default?(_: {}): any;
|
|
@@ -697,7 +730,7 @@ declare function __VLS_template_4(): {
|
|
|
697
730
|
rootEl: any;
|
|
698
731
|
};
|
|
699
732
|
|
|
700
|
-
declare function
|
|
733
|
+
declare function __VLS_template_6(): {
|
|
701
734
|
attrs: Partial<{}>;
|
|
702
735
|
slots: {
|
|
703
736
|
title?(_: {}): any;
|
|
@@ -707,7 +740,7 @@ declare function __VLS_template_5(): {
|
|
|
707
740
|
rootEl: HTMLDivElement;
|
|
708
741
|
};
|
|
709
742
|
|
|
710
|
-
declare function
|
|
743
|
+
declare function __VLS_template_7(): {
|
|
711
744
|
attrs: Partial<{}>;
|
|
712
745
|
slots: {
|
|
713
746
|
trigger?(_: {
|
|
@@ -814,7 +847,7 @@ declare function __VLS_template_6(): {
|
|
|
814
847
|
rootEl: any;
|
|
815
848
|
};
|
|
816
849
|
|
|
817
|
-
declare function
|
|
850
|
+
declare function __VLS_template_8(): {
|
|
818
851
|
attrs: Partial<{}>;
|
|
819
852
|
slots: {
|
|
820
853
|
default?(_: {}): any;
|
|
@@ -823,7 +856,7 @@ declare function __VLS_template_7(): {
|
|
|
823
856
|
rootEl: SVGSVGElement;
|
|
824
857
|
};
|
|
825
858
|
|
|
826
|
-
declare function
|
|
859
|
+
declare function __VLS_template_9(): {
|
|
827
860
|
attrs: Partial<{}>;
|
|
828
861
|
slots: {
|
|
829
862
|
trigger?(_: {
|
|
@@ -845,17 +878,6 @@ declare function __VLS_template_8(): {
|
|
|
845
878
|
rootEl: any;
|
|
846
879
|
};
|
|
847
880
|
|
|
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
881
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
860
882
|
|
|
861
883
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -874,6 +896,8 @@ declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
|
874
896
|
|
|
875
897
|
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
876
898
|
|
|
899
|
+
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
900
|
+
|
|
877
901
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
878
902
|
|
|
879
903
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -944,6 +968,12 @@ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
|
944
968
|
};
|
|
945
969
|
};
|
|
946
970
|
|
|
971
|
+
declare type __VLS_WithTemplateSlots_18<T, S> = T & {
|
|
972
|
+
new (): {
|
|
973
|
+
$slots: S;
|
|
974
|
+
};
|
|
975
|
+
};
|
|
976
|
+
|
|
947
977
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
948
978
|
new (): {
|
|
949
979
|
$slots: S;
|
|
@@ -1016,6 +1046,15 @@ declare type IconType = 'regular' | 'solid' | 'light' | 'duotone';
|
|
|
1016
1046
|
|
|
1017
1047
|
export declare const NexxtAnimatedNumber: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1018
1048
|
|
|
1049
|
+
export declare const NexxtAnnouncement: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1050
|
+
|
|
1051
|
+
declare interface NexxtAnnouncementProps {
|
|
1052
|
+
color?: string;
|
|
1053
|
+
text_color?: string;
|
|
1054
|
+
icon?: InstanceType<typeof NexxtIcon>['name'];
|
|
1055
|
+
showHideButton?: boolean;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1019
1058
|
export declare const NexxtAvatar: DefineComponent<NexxtAvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtAvatarProps> & Readonly<{}>, {
|
|
1020
1059
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
1021
1060
|
squircle: boolean;
|
|
@@ -1027,7 +1066,7 @@ declare interface NexxtAvatarProps {
|
|
|
1027
1066
|
squircle?: boolean;
|
|
1028
1067
|
}
|
|
1029
1068
|
|
|
1030
|
-
export declare const NexxtButton:
|
|
1069
|
+
export declare const NexxtButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1031
1070
|
|
|
1032
1071
|
declare interface NexxtButtonProps {
|
|
1033
1072
|
variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'link';
|
|
@@ -1080,7 +1119,7 @@ declare interface NexxtCalendarProps {
|
|
|
1080
1119
|
datetime?: boolean;
|
|
1081
1120
|
}
|
|
1082
1121
|
|
|
1083
|
-
export declare const NexxtCard:
|
|
1122
|
+
export declare const NexxtCard: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1084
1123
|
|
|
1085
1124
|
export declare const NexxtCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1086
1125
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -1095,14 +1134,14 @@ declare interface NexxtCheckboxProps {
|
|
|
1095
1134
|
indeterminate?: boolean;
|
|
1096
1135
|
}
|
|
1097
1136
|
|
|
1098
|
-
export declare const NexxtChip:
|
|
1137
|
+
export declare const NexxtChip: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1099
1138
|
|
|
1100
1139
|
declare interface NexxtChipProps {
|
|
1101
1140
|
variant?: 'default' | 'warning' | 'success' | 'danger';
|
|
1102
1141
|
ghost?: boolean;
|
|
1103
1142
|
}
|
|
1104
1143
|
|
|
1105
|
-
export declare const NexxtCombobox:
|
|
1144
|
+
export declare const NexxtCombobox: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1106
1145
|
|
|
1107
1146
|
export declare const NexxtComboboxPanel: DefineComponent<({
|
|
1108
1147
|
modelValue?: (string | number)[];
|
|
@@ -1219,7 +1258,7 @@ right?(_: {}): any;
|
|
|
1219
1258
|
}) | null;
|
|
1220
1259
|
}, any>;
|
|
1221
1260
|
|
|
1222
|
-
export declare const NexxtContactInfoCard:
|
|
1261
|
+
export declare const NexxtContactInfoCard: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1223
1262
|
|
|
1224
1263
|
export declare const NexxtCountrySelect: DefineComponent< {
|
|
1225
1264
|
modelValue?: string | null;
|
|
@@ -1322,7 +1361,7 @@ declare interface NexxtCustomerJourneyTileProps {
|
|
|
1322
1361
|
selected?: boolean;
|
|
1323
1362
|
}
|
|
1324
1363
|
|
|
1325
|
-
export declare const NexxtDatePicker:
|
|
1364
|
+
export declare const NexxtDatePicker: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1326
1365
|
|
|
1327
1366
|
declare interface NexxtDatePickerProps extends NexxtCalendarProps {
|
|
1328
1367
|
placeholder?: string;
|
|
@@ -1330,7 +1369,7 @@ declare interface NexxtDatePickerProps extends NexxtCalendarProps {
|
|
|
1330
1369
|
autoClose?: boolean;
|
|
1331
1370
|
}
|
|
1332
1371
|
|
|
1333
|
-
export declare const NexxtDoughnutChart:
|
|
1372
|
+
export declare const NexxtDoughnutChart: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1334
1373
|
|
|
1335
1374
|
declare interface NexxtDoughnutChartProps {
|
|
1336
1375
|
value: number;
|
|
@@ -1482,7 +1521,7 @@ declare interface NexxtDropdownButtonGroup {
|
|
|
1482
1521
|
items: NexxtDropdownButton_2[];
|
|
1483
1522
|
}
|
|
1484
1523
|
|
|
1485
|
-
export declare const NexxtFloatingPanel:
|
|
1524
|
+
export declare const NexxtFloatingPanel: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1486
1525
|
|
|
1487
1526
|
declare interface NexxtFloatingPanelProps {
|
|
1488
1527
|
placement?: Placement;
|
|
@@ -1490,7 +1529,7 @@ declare interface NexxtFloatingPanelProps {
|
|
|
1490
1529
|
matchWidth?: boolean;
|
|
1491
1530
|
}
|
|
1492
1531
|
|
|
1493
|
-
export declare const NexxtHeader:
|
|
1532
|
+
export declare const NexxtHeader: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1494
1533
|
|
|
1495
1534
|
declare interface NexxtHeaderProps {
|
|
1496
1535
|
title: string;
|
|
@@ -1506,14 +1545,14 @@ declare interface NexxtIconProps {
|
|
|
1506
1545
|
type?: IconType;
|
|
1507
1546
|
}
|
|
1508
1547
|
|
|
1509
|
-
export declare const NexxtInfoBlock:
|
|
1548
|
+
export declare const NexxtInfoBlock: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1510
1549
|
|
|
1511
1550
|
declare interface NexxtInfoBlockProps {
|
|
1512
1551
|
icon: InstanceType<typeof NexxtIcon>['name'];
|
|
1513
1552
|
color?: 'green' | 'purple' | 'blue' | 'rose';
|
|
1514
1553
|
}
|
|
1515
1554
|
|
|
1516
|
-
export declare const NexxtInputField:
|
|
1555
|
+
export declare const NexxtInputField: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1517
1556
|
|
|
1518
1557
|
declare interface NexxtInputFieldProps {
|
|
1519
1558
|
placeholder?: string;
|
|
@@ -1525,7 +1564,30 @@ declare interface NexxtInputFieldProps {
|
|
|
1525
1564
|
required?: boolean;
|
|
1526
1565
|
}
|
|
1527
1566
|
|
|
1528
|
-
export declare const
|
|
1567
|
+
export declare const NexxtInputSelect: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1568
|
+
"update:input": (value: string | number) => any;
|
|
1569
|
+
"update:select": (value: string | number | null) => any;
|
|
1570
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
1571
|
+
"onUpdate:input"?: ((value: string | number) => any) | undefined;
|
|
1572
|
+
"onUpdate:select"?: ((value: string | number | null) => any) | undefined;
|
|
1573
|
+
}>, {
|
|
1574
|
+
selectPlaceholder: string;
|
|
1575
|
+
selectPosition: "before" | "after";
|
|
1576
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1577
|
+
|
|
1578
|
+
declare interface NexxtInputSelectProps {
|
|
1579
|
+
options: SelectOption[];
|
|
1580
|
+
label?: string;
|
|
1581
|
+
placeholder?: string;
|
|
1582
|
+
selectPlaceholder?: string;
|
|
1583
|
+
selectPosition?: 'before' | 'after';
|
|
1584
|
+
error?: boolean;
|
|
1585
|
+
errorMessage?: string;
|
|
1586
|
+
required?: boolean;
|
|
1587
|
+
leftIcon?: InstanceType<typeof NexxtIcon>['name'];
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
export declare const NexxtModal: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1529
1591
|
|
|
1530
1592
|
declare interface NexxtModalProps {
|
|
1531
1593
|
title?: string;
|
|
@@ -1536,9 +1598,9 @@ declare interface NexxtModalProps {
|
|
|
1536
1598
|
beforeClose?: () => boolean | Promise<boolean>;
|
|
1537
1599
|
}
|
|
1538
1600
|
|
|
1539
|
-
export declare const NexxtPagination: DefineComponent<
|
|
1601
|
+
export declare const NexxtPagination: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1540
1602
|
"update:page": (value: number) => any;
|
|
1541
|
-
}, string, PublicProps, Readonly<
|
|
1603
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1542
1604
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1543
1605
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1544
1606
|
|
|
@@ -1582,9 +1644,9 @@ declare interface NexxtPropertyCardProps {
|
|
|
1582
1644
|
|
|
1583
1645
|
export declare const NexxtPropertyListing: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1584
1646
|
|
|
1585
|
-
export declare const NexxtSelect: DefineComponent<
|
|
1647
|
+
export declare const NexxtSelect: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1586
1648
|
"update:modelValue": (value: string | number | null) => any;
|
|
1587
|
-
}, string, PublicProps, Readonly<
|
|
1649
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
1588
1650
|
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
1589
1651
|
}>, {
|
|
1590
1652
|
placeholder: string;
|
|
@@ -1600,7 +1662,7 @@ declare interface NexxtSelectProps {
|
|
|
1600
1662
|
required?: boolean;
|
|
1601
1663
|
}
|
|
1602
1664
|
|
|
1603
|
-
export declare const NexxtSidebarMenuItem:
|
|
1665
|
+
export declare const NexxtSidebarMenuItem: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1604
1666
|
|
|
1605
1667
|
export declare const NexxtSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1606
1668
|
|
|
@@ -1667,13 +1729,13 @@ declare interface NexxtSourceProps {
|
|
|
1667
1729
|
source: keyof typeof SOURCE_MAP;
|
|
1668
1730
|
}
|
|
1669
1731
|
|
|
1670
|
-
export declare const NexxtSquircle:
|
|
1732
|
+
export declare const NexxtSquircle: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1671
1733
|
|
|
1672
1734
|
declare interface NexxtSquircleProps {
|
|
1673
1735
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
|
|
1674
1736
|
}
|
|
1675
1737
|
|
|
1676
|
-
export declare const NexxtStepperHeader:
|
|
1738
|
+
export declare const NexxtStepperHeader: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1677
1739
|
|
|
1678
1740
|
declare interface NexxtStepperHeaderProps {
|
|
1679
1741
|
title: string;
|
|
@@ -1683,7 +1745,7 @@ declare interface NexxtStepperHeaderProps {
|
|
|
1683
1745
|
backButtonAction: InstanceType<typeof NexxtHeader>['backButtonAction'];
|
|
1684
1746
|
}
|
|
1685
1747
|
|
|
1686
|
-
export declare const NexxtTabbedContent:
|
|
1748
|
+
export declare const NexxtTabbedContent: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1687
1749
|
|
|
1688
1750
|
declare interface NexxtTabbedContent_2 {
|
|
1689
1751
|
tabs: InstanceType<typeof NexxtTabs>['tabs'];
|
|
@@ -1729,9 +1791,9 @@ declare interface NexxtTableProps<TKey extends string = string, TRow extends Rec
|
|
|
1729
1791
|
loading?: boolean;
|
|
1730
1792
|
}
|
|
1731
1793
|
|
|
1732
|
-
export declare const NexxtTabs: DefineComponent<
|
|
1794
|
+
export declare const NexxtTabs: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1733
1795
|
"update:modelValue": (value: string) => any;
|
|
1734
|
-
}, string, PublicProps, Readonly<
|
|
1796
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1735
1797
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1736
1798
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1737
1799
|
containerRef: HTMLDivElement;
|
|
@@ -1742,13 +1804,13 @@ declare interface NexxtTabs_2 {
|
|
|
1742
1804
|
tablistLabel?: string;
|
|
1743
1805
|
}
|
|
1744
1806
|
|
|
1745
|
-
export declare const NexxtTimelineEvent: DefineComponent<
|
|
1807
|
+
export declare const NexxtTimelineEvent: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
|
|
1746
1808
|
splitView: boolean;
|
|
1747
1809
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1748
1810
|
|
|
1749
|
-
export declare const NexxtTimelinePhaseblock: DefineComponent<
|
|
1811
|
+
export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1750
1812
|
|
|
1751
|
-
export declare const NexxtTooltip:
|
|
1813
|
+
export declare const NexxtTooltip: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1752
1814
|
|
|
1753
1815
|
declare interface NexxtTooltip_2 {
|
|
1754
1816
|
delay?: number;
|