@nexxtmove/ui 1.0.2 → 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 +56 -24
- package/dist/index.js +864 -754
- package/dist/nuxt.js +1 -0
- package/package.json +8 -8
- package/src/components/Announcement/Announcement.vue +13 -7
- package/src/components/InputSelect/InputSelect.vue +139 -0
- package/src/components.json +1 -0
- package/src/index.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -43,9 +43,9 @@ declare const __VLS_component_12: DefineComponent<__VLS_PublicProps_4, {}, {}, {
|
|
|
43
43
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
44
44
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
45
45
|
|
|
46
|
-
declare const __VLS_component_13: DefineComponent<
|
|
46
|
+
declare const __VLS_component_13: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
47
47
|
"update:modelValue": (value: boolean) => any;
|
|
48
|
-
}, string, PublicProps, Readonly<
|
|
48
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
49
49
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50
50
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
51
51
|
|
|
@@ -65,9 +65,9 @@ declare const __VLS_component_16: DefineComponent<NexxtStepperHeaderProps, {}, {
|
|
|
65
65
|
"onUpdate:currentStep"?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
67
67
|
|
|
68
|
-
declare const __VLS_component_17: DefineComponent<
|
|
68
|
+
declare const __VLS_component_17: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
69
69
|
"update:modelValue": (value: string) => any;
|
|
70
|
-
}, string, PublicProps, Readonly<
|
|
70
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
71
71
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
72
72
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
73
73
|
|
|
@@ -398,14 +398,16 @@ declare type __VLS_Props = {
|
|
|
398
398
|
delay?: number;
|
|
399
399
|
};
|
|
400
400
|
|
|
401
|
-
declare type __VLS_Props_10 =
|
|
401
|
+
declare type __VLS_Props_10 = NexxtTabbedContent_2;
|
|
402
|
+
|
|
403
|
+
declare type __VLS_Props_11 = NexxtTabs_2;
|
|
402
404
|
|
|
403
|
-
declare type
|
|
405
|
+
declare type __VLS_Props_12 = {
|
|
404
406
|
event: TimelineEvent;
|
|
405
407
|
splitView?: boolean;
|
|
406
408
|
};
|
|
407
409
|
|
|
408
|
-
declare type
|
|
410
|
+
declare type __VLS_Props_13 = {
|
|
409
411
|
phase: TimelinePhase;
|
|
410
412
|
/** Index within the filtered phases array (used to determine phase direction/date). */
|
|
411
413
|
index: number;
|
|
@@ -423,18 +425,22 @@ declare type __VLS_Props_4 = NexxtDatePickerProps;
|
|
|
423
425
|
|
|
424
426
|
declare type __VLS_Props_5 = NexxtInputFieldProps;
|
|
425
427
|
|
|
426
|
-
declare type __VLS_Props_6 =
|
|
428
|
+
declare type __VLS_Props_6 = NexxtInputSelectProps;
|
|
427
429
|
|
|
428
|
-
declare type __VLS_Props_7 =
|
|
430
|
+
declare type __VLS_Props_7 = NexxtModalProps;
|
|
429
431
|
|
|
430
|
-
declare type __VLS_Props_8 =
|
|
432
|
+
declare type __VLS_Props_8 = NexxtPaginationProps;
|
|
431
433
|
|
|
432
|
-
declare type __VLS_Props_9 =
|
|
434
|
+
declare type __VLS_Props_9 = NexxtSelectProps;
|
|
433
435
|
|
|
434
436
|
declare type __VLS_PublicProps = {
|
|
435
437
|
modelValue?: Date | null;
|
|
436
438
|
} & __VLS_Props_2;
|
|
437
439
|
|
|
440
|
+
declare type __VLS_PublicProps_10 = {
|
|
441
|
+
modelValue?: typeof selected['value'];
|
|
442
|
+
} & __VLS_Props_11;
|
|
443
|
+
|
|
438
444
|
declare type __VLS_PublicProps_2 = {
|
|
439
445
|
modelValue?: boolean;
|
|
440
446
|
} & __VLS_Props_3;
|
|
@@ -448,23 +454,24 @@ declare type __VLS_PublicProps_4 = {
|
|
|
448
454
|
} & __VLS_Props_5;
|
|
449
455
|
|
|
450
456
|
declare type __VLS_PublicProps_5 = {
|
|
451
|
-
|
|
457
|
+
'input'?: string | number;
|
|
458
|
+
'select'?: string | number | null;
|
|
452
459
|
} & __VLS_Props_6;
|
|
453
460
|
|
|
454
461
|
declare type __VLS_PublicProps_6 = {
|
|
455
|
-
|
|
462
|
+
modelValue?: boolean;
|
|
456
463
|
} & __VLS_Props_7;
|
|
457
464
|
|
|
458
465
|
declare type __VLS_PublicProps_7 = {
|
|
459
|
-
|
|
466
|
+
'page'?: number;
|
|
460
467
|
} & __VLS_Props_8;
|
|
461
468
|
|
|
462
469
|
declare type __VLS_PublicProps_8 = {
|
|
463
|
-
modelValue?: string;
|
|
470
|
+
modelValue?: string | number | null;
|
|
464
471
|
} & __VLS_Props_9;
|
|
465
472
|
|
|
466
473
|
declare type __VLS_PublicProps_9 = {
|
|
467
|
-
modelValue?:
|
|
474
|
+
modelValue?: string;
|
|
468
475
|
} & __VLS_Props_10;
|
|
469
476
|
|
|
470
477
|
declare function __VLS_template(): {
|
|
@@ -1044,6 +1051,8 @@ export declare const NexxtAnnouncement: __VLS_WithTemplateSlots<typeof __VLS_com
|
|
|
1044
1051
|
declare interface NexxtAnnouncementProps {
|
|
1045
1052
|
color?: string;
|
|
1046
1053
|
text_color?: string;
|
|
1054
|
+
icon?: InstanceType<typeof NexxtIcon>['name'];
|
|
1055
|
+
showHideButton?: boolean;
|
|
1047
1056
|
}
|
|
1048
1057
|
|
|
1049
1058
|
export declare const NexxtAvatar: DefineComponent<NexxtAvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtAvatarProps> & Readonly<{}>, {
|
|
@@ -1555,6 +1564,29 @@ declare interface NexxtInputFieldProps {
|
|
|
1555
1564
|
required?: boolean;
|
|
1556
1565
|
}
|
|
1557
1566
|
|
|
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
|
+
|
|
1558
1590
|
export declare const NexxtModal: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1559
1591
|
|
|
1560
1592
|
declare interface NexxtModalProps {
|
|
@@ -1566,9 +1598,9 @@ declare interface NexxtModalProps {
|
|
|
1566
1598
|
beforeClose?: () => boolean | Promise<boolean>;
|
|
1567
1599
|
}
|
|
1568
1600
|
|
|
1569
|
-
export declare const NexxtPagination: DefineComponent<
|
|
1601
|
+
export declare const NexxtPagination: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1570
1602
|
"update:page": (value: number) => any;
|
|
1571
|
-
}, string, PublicProps, Readonly<
|
|
1603
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1572
1604
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1573
1605
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1574
1606
|
|
|
@@ -1612,9 +1644,9 @@ declare interface NexxtPropertyCardProps {
|
|
|
1612
1644
|
|
|
1613
1645
|
export declare const NexxtPropertyListing: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1614
1646
|
|
|
1615
|
-
export declare const NexxtSelect: DefineComponent<
|
|
1647
|
+
export declare const NexxtSelect: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1616
1648
|
"update:modelValue": (value: string | number | null) => any;
|
|
1617
|
-
}, string, PublicProps, Readonly<
|
|
1649
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
1618
1650
|
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
1619
1651
|
}>, {
|
|
1620
1652
|
placeholder: string;
|
|
@@ -1759,9 +1791,9 @@ declare interface NexxtTableProps<TKey extends string = string, TRow extends Rec
|
|
|
1759
1791
|
loading?: boolean;
|
|
1760
1792
|
}
|
|
1761
1793
|
|
|
1762
|
-
export declare const NexxtTabs: DefineComponent<
|
|
1794
|
+
export declare const NexxtTabs: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1763
1795
|
"update:modelValue": (value: string) => any;
|
|
1764
|
-
}, string, PublicProps, Readonly<
|
|
1796
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1765
1797
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1766
1798
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1767
1799
|
containerRef: HTMLDivElement;
|
|
@@ -1772,11 +1804,11 @@ declare interface NexxtTabs_2 {
|
|
|
1772
1804
|
tablistLabel?: string;
|
|
1773
1805
|
}
|
|
1774
1806
|
|
|
1775
|
-
export declare const NexxtTimelineEvent: DefineComponent<
|
|
1807
|
+
export declare const NexxtTimelineEvent: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
|
|
1776
1808
|
splitView: boolean;
|
|
1777
1809
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1778
1810
|
|
|
1779
|
-
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>;
|
|
1780
1812
|
|
|
1781
1813
|
export declare const NexxtTooltip: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1782
1814
|
|