@nexxtmove/ui 0.1.52 → 0.1.53
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 +92 -47
- package/dist/index.js +2512 -2412
- package/dist/nuxt.js +28 -25
- package/package.json +1 -1
- package/src/assets/images/property_placeholder.jpg +0 -0
- package/src/components/Card/Card.vue +30 -0
- package/src/components/PropertyCard/PropertyCard.vue +39 -0
- package/src/components/PropertyListing/PropertyListing.vue +30 -0
- package/src/components/TimelinePhaseblock/TimelinePhaseblock.vue +8 -8
- package/src/components.json +3 -0
- package/src/index.ts +3 -0
package/dist/index.d.ts
CHANGED
|
@@ -27,25 +27,33 @@ import { WatchStopHandle } from 'vue';
|
|
|
27
27
|
|
|
28
28
|
declare const __VLS_component: DefineComponent<NexxtButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
29
29
|
|
|
30
|
-
declare const __VLS_component_10: DefineComponent<
|
|
30
|
+
declare const __VLS_component_10: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
31
|
+
"update:modelValue": (value: string) => any;
|
|
32
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
33
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
34
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
|
+
|
|
36
|
+
declare const __VLS_component_11: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
31
37
|
"update:modelValue": (value: boolean) => any;
|
|
32
38
|
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
33
39
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
34
40
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
35
41
|
|
|
36
|
-
declare const
|
|
42
|
+
declare const __VLS_component_12: DefineComponent<NexxtStepperHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
37
43
|
"update:currentStep": (...args: any[]) => void;
|
|
38
44
|
}, string, PublicProps, Readonly<NexxtStepperHeaderProps> & Readonly<{
|
|
39
45
|
"onUpdate:currentStep"?: ((...args: any[]) => any) | undefined;
|
|
40
46
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
41
47
|
|
|
42
|
-
declare const
|
|
48
|
+
declare const __VLS_component_13: DefineComponent<NexxtTabbedContent_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTabbedContent_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
43
49
|
|
|
44
|
-
declare const
|
|
50
|
+
declare const __VLS_component_14: DefineComponent<NexxtTooltip_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTooltip_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
45
51
|
|
|
46
|
-
declare const __VLS_component_2: DefineComponent<
|
|
52
|
+
declare const __VLS_component_2: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
47
53
|
|
|
48
|
-
declare const __VLS_component_3: DefineComponent<
|
|
54
|
+
declare const __VLS_component_3: DefineComponent<NexxtChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtChipProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
55
|
+
|
|
56
|
+
declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
49
57
|
"update:modelValue": (value: (string | number)[]) => any;
|
|
50
58
|
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
51
59
|
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
@@ -116,9 +124,9 @@ right?(_: {}): any;
|
|
|
116
124
|
}) | null;
|
|
117
125
|
}, HTMLDivElement>;
|
|
118
126
|
|
|
119
|
-
declare const
|
|
127
|
+
declare const __VLS_component_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
120
128
|
|
|
121
|
-
declare const
|
|
129
|
+
declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
122
130
|
"update:modelValue": (value: Date | null) => any;
|
|
123
131
|
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
124
132
|
"onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
|
|
@@ -132,17 +140,11 @@ triggerRef: HTMLSpanElement;
|
|
|
132
140
|
popoverRef: HTMLDivElement;
|
|
133
141
|
}, HTMLDivElement>;
|
|
134
142
|
|
|
135
|
-
declare const
|
|
136
|
-
|
|
137
|
-
declare const __VLS_component_7: DefineComponent<NexxtHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
143
|
+
declare const __VLS_component_7: DefineComponent<NexxtDoughnutChartProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtDoughnutChartProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
138
144
|
|
|
139
|
-
declare const __VLS_component_8: DefineComponent<
|
|
145
|
+
declare const __VLS_component_8: DefineComponent<NexxtHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
140
146
|
|
|
141
|
-
declare const __VLS_component_9: DefineComponent<
|
|
142
|
-
"update:modelValue": (value: string) => any;
|
|
143
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
144
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
145
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
147
|
+
declare const __VLS_component_9: DefineComponent<NexxtInfoBlockProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtInfoBlockProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
146
148
|
|
|
147
149
|
declare type __VLS_PrettifyLocal<T> = {
|
|
148
150
|
[K in keyof T]: T[K];
|
|
@@ -227,6 +229,15 @@ declare function __VLS_template(): {
|
|
|
227
229
|
};
|
|
228
230
|
|
|
229
231
|
declare function __VLS_template_10(): {
|
|
232
|
+
attrs: Partial<{}>;
|
|
233
|
+
slots: {
|
|
234
|
+
right?(_: {}): any;
|
|
235
|
+
};
|
|
236
|
+
refs: {};
|
|
237
|
+
rootEl: HTMLDivElement;
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
declare function __VLS_template_11(): {
|
|
230
241
|
attrs: Partial<{}>;
|
|
231
242
|
slots: {
|
|
232
243
|
default?(_: {}): any;
|
|
@@ -236,7 +247,7 @@ declare function __VLS_template_10(): {
|
|
|
236
247
|
rootEl: any;
|
|
237
248
|
};
|
|
238
249
|
|
|
239
|
-
declare function
|
|
250
|
+
declare function __VLS_template_12(): {
|
|
240
251
|
attrs: Partial<{}>;
|
|
241
252
|
slots: {
|
|
242
253
|
default?(_: {}): any;
|
|
@@ -245,14 +256,14 @@ declare function __VLS_template_11(): {
|
|
|
245
256
|
rootEl: HTMLDivElement;
|
|
246
257
|
};
|
|
247
258
|
|
|
248
|
-
declare function
|
|
259
|
+
declare function __VLS_template_13(): {
|
|
249
260
|
attrs: Partial<{}>;
|
|
250
261
|
slots: Partial<Record<string, (_: {}) => any>>;
|
|
251
262
|
refs: {};
|
|
252
263
|
rootEl: HTMLDivElement;
|
|
253
264
|
};
|
|
254
265
|
|
|
255
|
-
declare function
|
|
266
|
+
declare function __VLS_template_14(): {
|
|
256
267
|
attrs: Partial<{}>;
|
|
257
268
|
slots: {
|
|
258
269
|
default?(_: {}): any;
|
|
@@ -265,13 +276,23 @@ declare function __VLS_template_13(): {
|
|
|
265
276
|
declare function __VLS_template_2(): {
|
|
266
277
|
attrs: Partial<{}>;
|
|
267
278
|
slots: {
|
|
279
|
+
image?(_: {}): any;
|
|
268
280
|
default?(_: {}): any;
|
|
269
281
|
};
|
|
270
282
|
refs: {};
|
|
271
|
-
rootEl:
|
|
283
|
+
rootEl: HTMLDivElement;
|
|
272
284
|
};
|
|
273
285
|
|
|
274
286
|
declare function __VLS_template_3(): {
|
|
287
|
+
attrs: Partial<{}>;
|
|
288
|
+
slots: {
|
|
289
|
+
default?(_: {}): any;
|
|
290
|
+
};
|
|
291
|
+
refs: {};
|
|
292
|
+
rootEl: HTMLSpanElement;
|
|
293
|
+
};
|
|
294
|
+
|
|
295
|
+
declare function __VLS_template_4(): {
|
|
275
296
|
attrs: Partial<{}>;
|
|
276
297
|
slots: {
|
|
277
298
|
default?(_: {}): any;
|
|
@@ -345,7 +366,7 @@ declare function __VLS_template_3(): {
|
|
|
345
366
|
rootEl: HTMLDivElement;
|
|
346
367
|
};
|
|
347
368
|
|
|
348
|
-
declare function
|
|
369
|
+
declare function __VLS_template_5(): {
|
|
349
370
|
attrs: Partial<{}>;
|
|
350
371
|
slots: {
|
|
351
372
|
title?(_: {}): any;
|
|
@@ -355,7 +376,7 @@ declare function __VLS_template_4(): {
|
|
|
355
376
|
rootEl: HTMLDivElement;
|
|
356
377
|
};
|
|
357
378
|
|
|
358
|
-
declare function
|
|
379
|
+
declare function __VLS_template_6(): {
|
|
359
380
|
attrs: Partial<{}>;
|
|
360
381
|
slots: {
|
|
361
382
|
trigger?(_: {
|
|
@@ -371,7 +392,7 @@ declare function __VLS_template_5(): {
|
|
|
371
392
|
rootEl: HTMLDivElement;
|
|
372
393
|
};
|
|
373
394
|
|
|
374
|
-
declare function
|
|
395
|
+
declare function __VLS_template_7(): {
|
|
375
396
|
attrs: Partial<{}>;
|
|
376
397
|
slots: {
|
|
377
398
|
default?(_: {}): any;
|
|
@@ -380,7 +401,7 @@ declare function __VLS_template_6(): {
|
|
|
380
401
|
rootEl: SVGSVGElement;
|
|
381
402
|
};
|
|
382
403
|
|
|
383
|
-
declare function
|
|
404
|
+
declare function __VLS_template_8(): {
|
|
384
405
|
attrs: Partial<{}>;
|
|
385
406
|
slots: {
|
|
386
407
|
'back-button'?(_: {}): any;
|
|
@@ -391,19 +412,10 @@ declare function __VLS_template_7(): {
|
|
|
391
412
|
rootEl: HTMLDivElement;
|
|
392
413
|
};
|
|
393
414
|
|
|
394
|
-
declare function __VLS_template_8(): {
|
|
395
|
-
attrs: Partial<{}>;
|
|
396
|
-
slots: {
|
|
397
|
-
default?(_: {}): any;
|
|
398
|
-
};
|
|
399
|
-
refs: {};
|
|
400
|
-
rootEl: HTMLDivElement;
|
|
401
|
-
};
|
|
402
|
-
|
|
403
415
|
declare function __VLS_template_9(): {
|
|
404
416
|
attrs: Partial<{}>;
|
|
405
417
|
slots: {
|
|
406
|
-
|
|
418
|
+
default?(_: {}): any;
|
|
407
419
|
};
|
|
408
420
|
refs: {};
|
|
409
421
|
rootEl: HTMLDivElement;
|
|
@@ -419,6 +431,8 @@ declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
|
419
431
|
|
|
420
432
|
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
421
433
|
|
|
434
|
+
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
435
|
+
|
|
422
436
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
423
437
|
|
|
424
438
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -465,6 +479,12 @@ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
|
465
479
|
};
|
|
466
480
|
};
|
|
467
481
|
|
|
482
|
+
declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
483
|
+
new (): {
|
|
484
|
+
$slots: S;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
|
|
468
488
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
469
489
|
new (): {
|
|
470
490
|
$slots: S;
|
|
@@ -597,6 +617,8 @@ declare interface NexxtCalendarProps {
|
|
|
597
617
|
timezone?: string;
|
|
598
618
|
}
|
|
599
619
|
|
|
620
|
+
export declare const NexxtCard: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
621
|
+
|
|
600
622
|
export declare const NexxtCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
601
623
|
"update:modelValue": (value: boolean) => any;
|
|
602
624
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
@@ -610,13 +632,13 @@ declare interface NexxtCheckboxProps {
|
|
|
610
632
|
indeterminate?: boolean;
|
|
611
633
|
}
|
|
612
634
|
|
|
613
|
-
export declare const NexxtChip:
|
|
635
|
+
export declare const NexxtChip: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
614
636
|
|
|
615
637
|
declare interface NexxtChipProps {
|
|
616
638
|
variant?: 'default' | 'warning' | 'success' | 'danger' | 'ghost';
|
|
617
639
|
}
|
|
618
640
|
|
|
619
|
-
export declare const NexxtCombobox:
|
|
641
|
+
export declare const NexxtCombobox: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
620
642
|
|
|
621
643
|
declare interface NexxtComboboxProps {
|
|
622
644
|
variant?: InstanceType<typeof NexxtButton>['variant'];
|
|
@@ -629,7 +651,7 @@ declare interface NexxtComboboxProps {
|
|
|
629
651
|
})[];
|
|
630
652
|
}
|
|
631
653
|
|
|
632
|
-
export declare const NexxtContactInfoCard:
|
|
654
|
+
export declare const NexxtContactInfoCard: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
633
655
|
|
|
634
656
|
export declare const NexxtCustomerJourneyTile: DefineComponent<NexxtCustomerJourneyTileProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtCustomerJourneyTileProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
635
657
|
|
|
@@ -643,7 +665,7 @@ declare interface NexxtCustomerJourneyTileProps {
|
|
|
643
665
|
percentageExplanaition?: string;
|
|
644
666
|
}
|
|
645
667
|
|
|
646
|
-
export declare const NexxtDatePicker:
|
|
668
|
+
export declare const NexxtDatePicker: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
647
669
|
|
|
648
670
|
declare interface NexxtDatePickerProps extends NexxtCalendarProps {
|
|
649
671
|
placeholder?: string;
|
|
@@ -651,7 +673,7 @@ declare interface NexxtDatePickerProps extends NexxtCalendarProps {
|
|
|
651
673
|
autoClose?: boolean;
|
|
652
674
|
}
|
|
653
675
|
|
|
654
|
-
export declare const NexxtDoughnutChart:
|
|
676
|
+
export declare const NexxtDoughnutChart: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
655
677
|
|
|
656
678
|
declare interface NexxtDoughnutChartProps {
|
|
657
679
|
value: number;
|
|
@@ -711,7 +733,7 @@ declare interface NexxtDropdownButtonGroup {
|
|
|
711
733
|
items: NexxtDropdownButton_2[];
|
|
712
734
|
}
|
|
713
735
|
|
|
714
|
-
export declare const NexxtHeader:
|
|
736
|
+
export declare const NexxtHeader: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
715
737
|
|
|
716
738
|
declare interface NexxtHeaderProps {
|
|
717
739
|
title: string;
|
|
@@ -727,14 +749,14 @@ declare interface NexxtIconProps {
|
|
|
727
749
|
type?: IconType;
|
|
728
750
|
}
|
|
729
751
|
|
|
730
|
-
export declare const NexxtInfoBlock:
|
|
752
|
+
export declare const NexxtInfoBlock: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
731
753
|
|
|
732
754
|
declare interface NexxtInfoBlockProps {
|
|
733
755
|
icon: InstanceType<typeof NexxtIcon>['name'];
|
|
734
756
|
color?: 'green' | 'purple' | 'blue' | 'rose';
|
|
735
757
|
}
|
|
736
758
|
|
|
737
|
-
export declare const NexxtInputField:
|
|
759
|
+
export declare const NexxtInputField: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
738
760
|
|
|
739
761
|
declare interface NexxtInputFieldProps {
|
|
740
762
|
placeholder?: string;
|
|
@@ -746,7 +768,7 @@ declare interface NexxtInputFieldProps {
|
|
|
746
768
|
required?: boolean;
|
|
747
769
|
}
|
|
748
770
|
|
|
749
|
-
export declare const NexxtModal:
|
|
771
|
+
export declare const NexxtModal: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
750
772
|
|
|
751
773
|
declare interface NexxtModalProps {
|
|
752
774
|
title?: string;
|
|
@@ -790,6 +812,18 @@ declare interface NexxtProgressBarProps {
|
|
|
790
812
|
stepTitles?: string[];
|
|
791
813
|
}
|
|
792
814
|
|
|
815
|
+
export declare const NexxtPropertyCard: DefineComponent<NexxtPropertyCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtPropertyCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
816
|
+
|
|
817
|
+
declare interface NexxtPropertyCardProps {
|
|
818
|
+
image?: string;
|
|
819
|
+
imageAlt?: string;
|
|
820
|
+
price?: number;
|
|
821
|
+
city: string;
|
|
822
|
+
text?: string;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
export declare const NexxtPropertyListing: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
826
|
+
|
|
793
827
|
export declare const NexxtSocialIcons: DefineComponent<NexxtSocialIconsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtSocialIconsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
794
828
|
|
|
795
829
|
declare interface NexxtSocialIconsProps {
|
|
@@ -845,7 +879,7 @@ declare interface NexxtSourceProps {
|
|
|
845
879
|
source: keyof typeof SOURCE_MAP;
|
|
846
880
|
}
|
|
847
881
|
|
|
848
|
-
export declare const NexxtStepperHeader:
|
|
882
|
+
export declare const NexxtStepperHeader: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
849
883
|
|
|
850
884
|
declare interface NexxtStepperHeaderProps {
|
|
851
885
|
title: string;
|
|
@@ -855,7 +889,7 @@ declare interface NexxtStepperHeaderProps {
|
|
|
855
889
|
backButtonAction: InstanceType<typeof NexxtHeader>['backButtonAction'];
|
|
856
890
|
}
|
|
857
891
|
|
|
858
|
-
export declare const NexxtTabbedContent:
|
|
892
|
+
export declare const NexxtTabbedContent: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
859
893
|
|
|
860
894
|
declare interface NexxtTabbedContent_2 {
|
|
861
895
|
tabs: InstanceType<typeof NexxtTabs>['tabs'];
|
|
@@ -918,7 +952,7 @@ splitView: boolean;
|
|
|
918
952
|
|
|
919
953
|
export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
920
954
|
|
|
921
|
-
export declare const NexxtTooltip:
|
|
955
|
+
export declare const NexxtTooltip: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
922
956
|
|
|
923
957
|
declare interface NexxtTooltip_2 {
|
|
924
958
|
delay?: number;
|
|
@@ -928,6 +962,17 @@ declare interface NexxtTooltip_2 {
|
|
|
928
962
|
disableHoverableContent?: boolean;
|
|
929
963
|
}
|
|
930
964
|
|
|
965
|
+
declare interface Props {
|
|
966
|
+
image?: string;
|
|
967
|
+
imageAlt?: string;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
declare interface Props_2 {
|
|
971
|
+
price?: number;
|
|
972
|
+
city: string;
|
|
973
|
+
text?: string;
|
|
974
|
+
}
|
|
975
|
+
|
|
931
976
|
declare const selected: ModelRef<string, string, string, string>;
|
|
932
977
|
|
|
933
978
|
declare type SocialPlatform = 'tiktok' | 'facebook' | 'instagram' | 'linkedin' | 'x' | 'twitter' | 'google';
|