@nexxtmove/ui 0.1.60 → 0.1.62
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 -15
- package/dist/index.js +2427 -2257
- package/dist/nuxt.js +21 -20
- package/package.json +1 -1
- package/src/components/FloatingPanel/FloatingPanel.vue +19 -2
- package/src/components/ProgressBar/ProgressBar.vue +17 -3
- package/src/components/Select/Select.vue +118 -0
- package/src/components.json +1 -0
- package/src/index.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -49,9 +49,9 @@ declare const __VLS_component_13: DefineComponent<NexxtStepperHeaderProps, {}, {
|
|
|
49
49
|
"onUpdate:currentStep"?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
51
51
|
|
|
52
|
-
declare const __VLS_component_14: DefineComponent<
|
|
52
|
+
declare const __VLS_component_14: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
53
53
|
"update:modelValue": (value: string) => any;
|
|
54
|
-
}, string, PublicProps, Readonly<
|
|
54
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
55
55
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
56
56
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
57
57
|
|
|
@@ -256,6 +256,7 @@ $data: {};
|
|
|
256
256
|
$props: {
|
|
257
257
|
readonly placement?: Placement | undefined;
|
|
258
258
|
readonly offsetDistance?: number | undefined;
|
|
259
|
+
readonly matchWidth?: boolean | undefined;
|
|
259
260
|
readonly onClose?: (() => any) | undefined;
|
|
260
261
|
readonly onOpen?: (() => any) | undefined;
|
|
261
262
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -292,6 +293,7 @@ open: () => any;
|
|
|
292
293
|
}, string, {
|
|
293
294
|
placement: Placement;
|
|
294
295
|
offsetDistance: number;
|
|
296
|
+
matchWidth: boolean;
|
|
295
297
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
296
298
|
beforeCreate?: (() => void) | (() => void)[];
|
|
297
299
|
created?: (() => void) | (() => void)[];
|
|
@@ -315,10 +317,11 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
|
|
|
315
317
|
} & Readonly<{
|
|
316
318
|
placement: Placement;
|
|
317
319
|
offsetDistance: number;
|
|
320
|
+
matchWidth: boolean;
|
|
318
321
|
}> & Omit<Readonly<NexxtFloatingPanelProps> & Readonly<{
|
|
319
322
|
onClose?: (() => any) | undefined;
|
|
320
323
|
onOpen?: (() => any) | undefined;
|
|
321
|
-
}>, "close" | "open" | "isOpen" | "toggle" | "triggerRef" | "floatingRef" | ("placement" | "offsetDistance")> & ShallowUnwrapRef< {
|
|
324
|
+
}>, "close" | "open" | "isOpen" | "toggle" | "triggerRef" | "floatingRef" | ("placement" | "offsetDistance" | "matchWidth")> & ShallowUnwrapRef< {
|
|
322
325
|
isOpen: Ref<boolean, boolean>;
|
|
323
326
|
open: () => void;
|
|
324
327
|
close: () => void;
|
|
@@ -361,6 +364,7 @@ onOpen?: (() => any) | undefined;
|
|
|
361
364
|
}>, {
|
|
362
365
|
placement: Placement;
|
|
363
366
|
offsetDistance: number;
|
|
367
|
+
matchWidth: boolean;
|
|
364
368
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
365
369
|
triggerRef: HTMLSpanElement;
|
|
366
370
|
floatingRef: HTMLDivElement;
|
|
@@ -378,12 +382,14 @@ declare type __VLS_Props = {
|
|
|
378
382
|
delay?: number;
|
|
379
383
|
};
|
|
380
384
|
|
|
381
|
-
declare type __VLS_Props_10 =
|
|
385
|
+
declare type __VLS_Props_10 = NexxtTabs_2;
|
|
386
|
+
|
|
387
|
+
declare type __VLS_Props_11 = {
|
|
382
388
|
event: TimelineEvent;
|
|
383
389
|
splitView?: boolean;
|
|
384
390
|
};
|
|
385
391
|
|
|
386
|
-
declare type
|
|
392
|
+
declare type __VLS_Props_12 = {
|
|
387
393
|
phase: TimelinePhase;
|
|
388
394
|
/** Index within the filtered phases array (used to determine phase direction/date). */
|
|
389
395
|
index: number;
|
|
@@ -405,9 +411,9 @@ declare type __VLS_Props_6 = NexxtModalProps;
|
|
|
405
411
|
|
|
406
412
|
declare type __VLS_Props_7 = NexxtPaginationProps;
|
|
407
413
|
|
|
408
|
-
declare type __VLS_Props_8 =
|
|
414
|
+
declare type __VLS_Props_8 = NexxtSelectProps;
|
|
409
415
|
|
|
410
|
-
declare type __VLS_Props_9 =
|
|
416
|
+
declare type __VLS_Props_9 = NexxtTabbedContent_2;
|
|
411
417
|
|
|
412
418
|
declare type __VLS_PublicProps = {
|
|
413
419
|
modelValue?: Date | null;
|
|
@@ -434,13 +440,17 @@ declare type __VLS_PublicProps_6 = {
|
|
|
434
440
|
} & __VLS_Props_7;
|
|
435
441
|
|
|
436
442
|
declare type __VLS_PublicProps_7 = {
|
|
437
|
-
modelValue?: string;
|
|
443
|
+
modelValue?: string | number | null;
|
|
438
444
|
} & __VLS_Props_8;
|
|
439
445
|
|
|
440
446
|
declare type __VLS_PublicProps_8 = {
|
|
441
|
-
modelValue?:
|
|
447
|
+
modelValue?: string;
|
|
442
448
|
} & __VLS_Props_9;
|
|
443
449
|
|
|
450
|
+
declare type __VLS_PublicProps_9 = {
|
|
451
|
+
modelValue?: typeof selected['value'];
|
|
452
|
+
} & __VLS_Props_10;
|
|
453
|
+
|
|
444
454
|
declare function __VLS_template(): {
|
|
445
455
|
attrs: Partial<{}>;
|
|
446
456
|
slots: {
|
|
@@ -684,6 +694,7 @@ declare function __VLS_template_6(): {
|
|
|
684
694
|
$props: {
|
|
685
695
|
readonly placement?: Placement | undefined;
|
|
686
696
|
readonly offsetDistance?: number | undefined;
|
|
697
|
+
readonly matchWidth?: boolean | undefined;
|
|
687
698
|
readonly onClose?: (() => any) | undefined;
|
|
688
699
|
readonly onOpen?: (() => any) | undefined;
|
|
689
700
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -720,6 +731,7 @@ declare function __VLS_template_6(): {
|
|
|
720
731
|
}, string, {
|
|
721
732
|
placement: Placement;
|
|
722
733
|
offsetDistance: number;
|
|
734
|
+
matchWidth: boolean;
|
|
723
735
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
724
736
|
beforeCreate?: (() => void) | (() => void)[];
|
|
725
737
|
created?: (() => void) | (() => void)[];
|
|
@@ -743,10 +755,11 @@ declare function __VLS_template_6(): {
|
|
|
743
755
|
} & Readonly<{
|
|
744
756
|
placement: Placement;
|
|
745
757
|
offsetDistance: number;
|
|
758
|
+
matchWidth: boolean;
|
|
746
759
|
}> & Omit<Readonly<NexxtFloatingPanelProps> & Readonly<{
|
|
747
760
|
onClose?: (() => any) | undefined;
|
|
748
761
|
onOpen?: (() => any) | undefined;
|
|
749
|
-
}>, "close" | "open" | "isOpen" | "toggle" | "triggerRef" | "floatingRef" | ("placement" | "offsetDistance")> & ShallowUnwrapRef< {
|
|
762
|
+
}>, "close" | "open" | "isOpen" | "toggle" | "triggerRef" | "floatingRef" | ("placement" | "offsetDistance" | "matchWidth")> & ShallowUnwrapRef< {
|
|
750
763
|
isOpen: Ref<boolean, boolean>;
|
|
751
764
|
open: () => void;
|
|
752
765
|
close: () => void;
|
|
@@ -1224,6 +1237,7 @@ $data: {};
|
|
|
1224
1237
|
$props: {
|
|
1225
1238
|
readonly placement?: Placement | undefined;
|
|
1226
1239
|
readonly offsetDistance?: number | undefined;
|
|
1240
|
+
readonly matchWidth?: boolean | undefined;
|
|
1227
1241
|
readonly onClose?: (() => any) | undefined;
|
|
1228
1242
|
readonly onOpen?: (() => any) | undefined;
|
|
1229
1243
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -1260,6 +1274,7 @@ open: () => any;
|
|
|
1260
1274
|
}, string, {
|
|
1261
1275
|
placement: Placement;
|
|
1262
1276
|
offsetDistance: number;
|
|
1277
|
+
matchWidth: boolean;
|
|
1263
1278
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1264
1279
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1265
1280
|
created?: (() => void) | (() => void)[];
|
|
@@ -1283,10 +1298,11 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
|
|
|
1283
1298
|
} & Readonly<{
|
|
1284
1299
|
placement: Placement;
|
|
1285
1300
|
offsetDistance: number;
|
|
1301
|
+
matchWidth: boolean;
|
|
1286
1302
|
}> & Omit<Readonly<NexxtFloatingPanelProps> & Readonly<{
|
|
1287
1303
|
onClose?: (() => any) | undefined;
|
|
1288
1304
|
onOpen?: (() => any) | undefined;
|
|
1289
|
-
}>, "close" | "open" | "isOpen" | "toggle" | "triggerRef" | "floatingRef" | ("placement" | "offsetDistance")> & ShallowUnwrapRef< {
|
|
1305
|
+
}>, "close" | "open" | "isOpen" | "toggle" | "triggerRef" | "floatingRef" | ("placement" | "offsetDistance" | "matchWidth")> & ShallowUnwrapRef< {
|
|
1290
1306
|
isOpen: Ref<boolean, boolean>;
|
|
1291
1307
|
open: () => void;
|
|
1292
1308
|
close: () => void;
|
|
@@ -1336,6 +1352,7 @@ export declare const NexxtFloatingPanel: __VLS_WithTemplateSlots_8<typeof __VLS_
|
|
|
1336
1352
|
declare interface NexxtFloatingPanelProps {
|
|
1337
1353
|
placement?: Placement;
|
|
1338
1354
|
offsetDistance?: number;
|
|
1355
|
+
matchWidth?: boolean;
|
|
1339
1356
|
}
|
|
1340
1357
|
|
|
1341
1358
|
export declare const NexxtHeader: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
@@ -1411,6 +1428,7 @@ export declare const NexxtProgressBar: DefineComponent<NexxtProgressBarProps, {}
|
|
|
1411
1428
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1412
1429
|
|
|
1413
1430
|
declare interface NexxtProgressBarProps {
|
|
1431
|
+
variant?: 'stepper' | 'percentage';
|
|
1414
1432
|
steps: number;
|
|
1415
1433
|
currentStep: number;
|
|
1416
1434
|
progressLabel?: string;
|
|
@@ -1429,6 +1447,24 @@ declare interface NexxtPropertyCardProps {
|
|
|
1429
1447
|
|
|
1430
1448
|
export declare const NexxtPropertyListing: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1431
1449
|
|
|
1450
|
+
export declare const NexxtSelect: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1451
|
+
"update:modelValue": (value: string | number | null) => any;
|
|
1452
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1453
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
1454
|
+
}>, {
|
|
1455
|
+
placeholder: string;
|
|
1456
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1457
|
+
|
|
1458
|
+
declare interface NexxtSelectProps {
|
|
1459
|
+
options: SelectOption[];
|
|
1460
|
+
placeholder?: string;
|
|
1461
|
+
label?: string;
|
|
1462
|
+
error?: boolean;
|
|
1463
|
+
errorMessage?: string;
|
|
1464
|
+
leftIcon?: InstanceType<typeof NexxtIcon>['name'];
|
|
1465
|
+
required?: boolean;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1432
1468
|
export declare const NexxtSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1433
1469
|
|
|
1434
1470
|
export declare const NexxtSkeletonPropertyCard: DefineComponent<NexxtSkeletonPropertyCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtSkeletonPropertyCardProps> & Readonly<{}>, {
|
|
@@ -1548,9 +1584,9 @@ declare interface NexxtTableProps<TKey extends string = string, TRow extends Rec
|
|
|
1548
1584
|
loading?: boolean;
|
|
1549
1585
|
}
|
|
1550
1586
|
|
|
1551
|
-
export declare const NexxtTabs: DefineComponent<
|
|
1587
|
+
export declare const NexxtTabs: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1552
1588
|
"update:modelValue": (value: string) => any;
|
|
1553
|
-
}, string, PublicProps, Readonly<
|
|
1589
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
1554
1590
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1555
1591
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1556
1592
|
containerRef: HTMLDivElement;
|
|
@@ -1561,11 +1597,11 @@ declare interface NexxtTabs_2 {
|
|
|
1561
1597
|
tablistLabel?: string;
|
|
1562
1598
|
}
|
|
1563
1599
|
|
|
1564
|
-
export declare const NexxtTimelineEvent: DefineComponent<
|
|
1600
|
+
export declare const NexxtTimelineEvent: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
|
|
1565
1601
|
splitView: boolean;
|
|
1566
1602
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1567
1603
|
|
|
1568
|
-
export declare const NexxtTimelinePhaseblock: DefineComponent<
|
|
1604
|
+
export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1569
1605
|
|
|
1570
1606
|
export declare const NexxtTooltip: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1571
1607
|
|
|
@@ -1590,6 +1626,11 @@ declare interface Props_2 {
|
|
|
1590
1626
|
|
|
1591
1627
|
declare const selected: ModelRef<string, string, string, string>;
|
|
1592
1628
|
|
|
1629
|
+
declare type SelectOption = {
|
|
1630
|
+
label: string;
|
|
1631
|
+
value: string | number;
|
|
1632
|
+
} | string;
|
|
1633
|
+
|
|
1593
1634
|
declare type SocialPlatform = 'tiktok' | 'facebook' | 'instagram' | 'linkedin' | 'x' | 'twitter' | 'google';
|
|
1594
1635
|
|
|
1595
1636
|
export declare const SOURCE_MAP: {
|