@nexxtmove/ui 0.1.52 → 0.1.54
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 +460 -145
- package/dist/index.js +2789 -2470
- package/dist/nuxt.js +34 -30
- 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/Chip/Chip.vue +28 -15
- package/src/components/Combobox/Combobox.vue +17 -99
- package/src/components/ComboboxPanel/ComboboxPanel.vue +293 -0
- package/src/components/ComboboxPanel/combobox-types.ts +5 -0
- package/src/components/ContactInfoCard/ContactInfoCard.vue +1 -1
- 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 +4 -0
- package/src/index.ts +4 -0
package/dist/index.d.ts
CHANGED
|
@@ -27,30 +27,113 @@ 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_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
31
|
+
"update:modelValue": (value: string) => any;
|
|
32
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
33
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
34
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
|
+
|
|
36
|
+
declare const __VLS_component_11: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
31
37
|
"update:modelValue": (value: boolean) => any;
|
|
32
|
-
}, string, PublicProps, Readonly<
|
|
38
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & 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<({
|
|
57
|
+
modelValue?: (string | number)[];
|
|
58
|
+
} & {
|
|
59
|
+
variant?: InstanceType<typeof NexxtButton>["variant"];
|
|
60
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
61
|
+
placeholder?: string;
|
|
62
|
+
placement?: "left" | "right";
|
|
63
|
+
} & {
|
|
64
|
+
options: string[];
|
|
65
|
+
allowNew?: boolean;
|
|
66
|
+
}) | ({
|
|
67
|
+
modelValue?: (string | number)[];
|
|
68
|
+
} & {
|
|
69
|
+
variant?: InstanceType<typeof NexxtButton>["variant"];
|
|
70
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
71
|
+
placeholder?: string;
|
|
72
|
+
placement?: "left" | "right";
|
|
73
|
+
} & {
|
|
74
|
+
options: {
|
|
75
|
+
label: string;
|
|
76
|
+
value: string | number;
|
|
77
|
+
}[];
|
|
78
|
+
allowNew?: never;
|
|
79
|
+
}), {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
49
80
|
"update:modelValue": (value: (string | number)[]) => any;
|
|
50
|
-
}, string, PublicProps, Readonly<
|
|
81
|
+
}, string, PublicProps, Readonly<({
|
|
82
|
+
modelValue?: (string | number)[];
|
|
83
|
+
} & {
|
|
84
|
+
variant?: InstanceType<typeof NexxtButton>["variant"];
|
|
85
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
86
|
+
placeholder?: string;
|
|
87
|
+
placement?: "left" | "right";
|
|
88
|
+
} & {
|
|
89
|
+
options: string[];
|
|
90
|
+
allowNew?: boolean;
|
|
91
|
+
}) | ({
|
|
92
|
+
modelValue?: (string | number)[];
|
|
93
|
+
} & {
|
|
94
|
+
variant?: InstanceType<typeof NexxtButton>["variant"];
|
|
95
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
96
|
+
placeholder?: string;
|
|
97
|
+
placement?: "left" | "right";
|
|
98
|
+
} & {
|
|
99
|
+
options: {
|
|
100
|
+
label: string;
|
|
101
|
+
value: string | number;
|
|
102
|
+
}[];
|
|
103
|
+
allowNew?: never;
|
|
104
|
+
})> & Readonly<{
|
|
51
105
|
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
52
106
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
53
107
|
wrapperRef: HTMLDivElement;
|
|
108
|
+
panelRef: CreateComponentPublicInstanceWithMixins<Readonly<({
|
|
109
|
+
modelValue?: (string | number)[];
|
|
110
|
+
} & {
|
|
111
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
112
|
+
placeholder?: string;
|
|
113
|
+
floating?: boolean;
|
|
114
|
+
} & {
|
|
115
|
+
options: string[];
|
|
116
|
+
allowNew?: boolean;
|
|
117
|
+
}) | ({
|
|
118
|
+
modelValue?: (string | number)[];
|
|
119
|
+
} & {
|
|
120
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
121
|
+
placeholder?: string;
|
|
122
|
+
floating?: boolean;
|
|
123
|
+
} & {
|
|
124
|
+
options: {
|
|
125
|
+
label: string;
|
|
126
|
+
value: string | number;
|
|
127
|
+
}[];
|
|
128
|
+
allowNew?: never;
|
|
129
|
+
})> & Readonly<{
|
|
130
|
+
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
131
|
+
}>, {
|
|
132
|
+
focus: () => void;
|
|
133
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
134
|
+
"update:modelValue": (value: (string | number)[]) => any;
|
|
135
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
136
|
+
wrapperRef: HTMLDivElement;
|
|
54
137
|
inputFieldRef: ({
|
|
55
138
|
$: ComponentInternalInstance;
|
|
56
139
|
$data: {};
|
|
@@ -114,13 +197,46 @@ $slots: {
|
|
|
114
197
|
right?(_: {}): any;
|
|
115
198
|
};
|
|
116
199
|
}) | null;
|
|
200
|
+
}, any, ComponentProvideOptions, {
|
|
201
|
+
P: {};
|
|
202
|
+
B: {};
|
|
203
|
+
D: {};
|
|
204
|
+
C: {};
|
|
205
|
+
M: {};
|
|
206
|
+
Defaults: {};
|
|
207
|
+
}, {} & (Readonly<({
|
|
208
|
+
modelValue?: (string | number)[];
|
|
209
|
+
} & {
|
|
210
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
211
|
+
placeholder?: string;
|
|
212
|
+
floating?: boolean;
|
|
213
|
+
} & {
|
|
214
|
+
options: string[];
|
|
215
|
+
allowNew?: boolean;
|
|
216
|
+
}) | ({
|
|
217
|
+
modelValue?: (string | number)[];
|
|
218
|
+
} & {
|
|
219
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
220
|
+
placeholder?: string;
|
|
221
|
+
floating?: boolean;
|
|
222
|
+
} & {
|
|
223
|
+
options: {
|
|
224
|
+
label: string;
|
|
225
|
+
value: string | number;
|
|
226
|
+
}[];
|
|
227
|
+
allowNew?: never;
|
|
228
|
+
})> & Readonly<{
|
|
229
|
+
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
230
|
+
}>), {
|
|
231
|
+
focus: () => void;
|
|
232
|
+
}, {}, {}, {}, {}> | null;
|
|
117
233
|
}, HTMLDivElement>;
|
|
118
234
|
|
|
119
|
-
declare const
|
|
235
|
+
declare const __VLS_component_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
120
236
|
|
|
121
|
-
declare const
|
|
237
|
+
declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
122
238
|
"update:modelValue": (value: Date | null) => any;
|
|
123
|
-
}, string, PublicProps, Readonly<
|
|
239
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
124
240
|
"onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
|
|
125
241
|
}>, {
|
|
126
242
|
placeholder: string;
|
|
@@ -132,17 +248,11 @@ triggerRef: HTMLSpanElement;
|
|
|
132
248
|
popoverRef: HTMLDivElement;
|
|
133
249
|
}, HTMLDivElement>;
|
|
134
250
|
|
|
135
|
-
declare const
|
|
136
|
-
|
|
137
|
-
declare const __VLS_component_7: DefineComponent<NexxtHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
251
|
+
declare const __VLS_component_7: DefineComponent<NexxtDoughnutChartProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtDoughnutChartProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
138
252
|
|
|
139
|
-
declare const __VLS_component_8: DefineComponent<
|
|
253
|
+
declare const __VLS_component_8: DefineComponent<NexxtHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
140
254
|
|
|
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>;
|
|
255
|
+
declare const __VLS_component_9: DefineComponent<NexxtInfoBlockProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtInfoBlockProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
146
256
|
|
|
147
257
|
declare type __VLS_PrettifyLocal<T> = {
|
|
148
258
|
[K in keyof T]: T[K];
|
|
@@ -155,11 +265,6 @@ declare type __VLS_Props = {
|
|
|
155
265
|
};
|
|
156
266
|
|
|
157
267
|
declare type __VLS_Props_10 = {
|
|
158
|
-
event: TimelineEvent;
|
|
159
|
-
splitView?: boolean;
|
|
160
|
-
};
|
|
161
|
-
|
|
162
|
-
declare type __VLS_Props_11 = {
|
|
163
268
|
phase: TimelinePhase;
|
|
164
269
|
/** Index within the filtered phases array (used to determine phase direction/date). */
|
|
165
270
|
index: number;
|
|
@@ -173,17 +278,20 @@ declare type __VLS_Props_2 = NexxtCalendarProps;
|
|
|
173
278
|
|
|
174
279
|
declare type __VLS_Props_3 = NexxtCheckboxProps;
|
|
175
280
|
|
|
176
|
-
declare type __VLS_Props_4 =
|
|
281
|
+
declare type __VLS_Props_4 = NexxtDatePickerProps;
|
|
177
282
|
|
|
178
|
-
declare type __VLS_Props_5 =
|
|
283
|
+
declare type __VLS_Props_5 = NexxtInputFieldProps;
|
|
179
284
|
|
|
180
|
-
declare type __VLS_Props_6 =
|
|
285
|
+
declare type __VLS_Props_6 = NexxtModalProps;
|
|
181
286
|
|
|
182
|
-
declare type __VLS_Props_7 =
|
|
287
|
+
declare type __VLS_Props_7 = NexxtPaginationProps;
|
|
183
288
|
|
|
184
|
-
declare type __VLS_Props_8 =
|
|
289
|
+
declare type __VLS_Props_8 = NexxtTabs_2;
|
|
185
290
|
|
|
186
|
-
declare type __VLS_Props_9 =
|
|
291
|
+
declare type __VLS_Props_9 = {
|
|
292
|
+
event: TimelineEvent;
|
|
293
|
+
splitView?: boolean;
|
|
294
|
+
};
|
|
187
295
|
|
|
188
296
|
declare type __VLS_PublicProps = {
|
|
189
297
|
modelValue?: Date | null;
|
|
@@ -194,28 +302,24 @@ declare type __VLS_PublicProps_2 = {
|
|
|
194
302
|
} & __VLS_Props_3;
|
|
195
303
|
|
|
196
304
|
declare type __VLS_PublicProps_3 = {
|
|
197
|
-
modelValue?:
|
|
305
|
+
modelValue?: Date | null;
|
|
198
306
|
} & __VLS_Props_4;
|
|
199
307
|
|
|
200
308
|
declare type __VLS_PublicProps_4 = {
|
|
201
|
-
modelValue?:
|
|
309
|
+
modelValue?: string;
|
|
202
310
|
} & __VLS_Props_5;
|
|
203
311
|
|
|
204
312
|
declare type __VLS_PublicProps_5 = {
|
|
205
|
-
modelValue?:
|
|
313
|
+
modelValue?: boolean;
|
|
206
314
|
} & __VLS_Props_6;
|
|
207
315
|
|
|
208
316
|
declare type __VLS_PublicProps_6 = {
|
|
209
|
-
|
|
317
|
+
'page'?: number;
|
|
210
318
|
} & __VLS_Props_7;
|
|
211
319
|
|
|
212
320
|
declare type __VLS_PublicProps_7 = {
|
|
213
|
-
'page'?: number;
|
|
214
|
-
} & __VLS_Props_8;
|
|
215
|
-
|
|
216
|
-
declare type __VLS_PublicProps_8 = {
|
|
217
321
|
modelValue?: typeof selected['value'];
|
|
218
|
-
} &
|
|
322
|
+
} & __VLS_Props_8;
|
|
219
323
|
|
|
220
324
|
declare function __VLS_template(): {
|
|
221
325
|
attrs: Partial<{}>;
|
|
@@ -227,6 +331,15 @@ declare function __VLS_template(): {
|
|
|
227
331
|
};
|
|
228
332
|
|
|
229
333
|
declare function __VLS_template_10(): {
|
|
334
|
+
attrs: Partial<{}>;
|
|
335
|
+
slots: {
|
|
336
|
+
right?(_: {}): any;
|
|
337
|
+
};
|
|
338
|
+
refs: {};
|
|
339
|
+
rootEl: HTMLDivElement;
|
|
340
|
+
};
|
|
341
|
+
|
|
342
|
+
declare function __VLS_template_11(): {
|
|
230
343
|
attrs: Partial<{}>;
|
|
231
344
|
slots: {
|
|
232
345
|
default?(_: {}): any;
|
|
@@ -236,7 +349,7 @@ declare function __VLS_template_10(): {
|
|
|
236
349
|
rootEl: any;
|
|
237
350
|
};
|
|
238
351
|
|
|
239
|
-
declare function
|
|
352
|
+
declare function __VLS_template_12(): {
|
|
240
353
|
attrs: Partial<{}>;
|
|
241
354
|
slots: {
|
|
242
355
|
default?(_: {}): any;
|
|
@@ -245,14 +358,14 @@ declare function __VLS_template_11(): {
|
|
|
245
358
|
rootEl: HTMLDivElement;
|
|
246
359
|
};
|
|
247
360
|
|
|
248
|
-
declare function
|
|
361
|
+
declare function __VLS_template_13(): {
|
|
249
362
|
attrs: Partial<{}>;
|
|
250
363
|
slots: Partial<Record<string, (_: {}) => any>>;
|
|
251
364
|
refs: {};
|
|
252
365
|
rootEl: HTMLDivElement;
|
|
253
366
|
};
|
|
254
367
|
|
|
255
|
-
declare function
|
|
368
|
+
declare function __VLS_template_14(): {
|
|
256
369
|
attrs: Partial<{}>;
|
|
257
370
|
slots: {
|
|
258
371
|
default?(_: {}): any;
|
|
@@ -265,87 +378,160 @@ declare function __VLS_template_13(): {
|
|
|
265
378
|
declare function __VLS_template_2(): {
|
|
266
379
|
attrs: Partial<{}>;
|
|
267
380
|
slots: {
|
|
381
|
+
image?(_: {}): any;
|
|
268
382
|
default?(_: {}): any;
|
|
269
383
|
};
|
|
270
384
|
refs: {};
|
|
271
|
-
rootEl:
|
|
385
|
+
rootEl: HTMLDivElement;
|
|
272
386
|
};
|
|
273
387
|
|
|
274
388
|
declare function __VLS_template_3(): {
|
|
389
|
+
attrs: Partial<{}>;
|
|
390
|
+
slots: {
|
|
391
|
+
default?(_: {}): any;
|
|
392
|
+
close?(_: {}): any;
|
|
393
|
+
};
|
|
394
|
+
refs: {};
|
|
395
|
+
rootEl: HTMLSpanElement;
|
|
396
|
+
};
|
|
397
|
+
|
|
398
|
+
declare function __VLS_template_4(): {
|
|
275
399
|
attrs: Partial<{}>;
|
|
276
400
|
slots: {
|
|
277
401
|
default?(_: {}): any;
|
|
278
402
|
};
|
|
279
403
|
refs: {
|
|
404
|
+
wrapperRef: HTMLDivElement;
|
|
405
|
+
panelRef: CreateComponentPublicInstanceWithMixins<Readonly<({
|
|
406
|
+
modelValue?: (string | number)[];
|
|
407
|
+
} & {
|
|
408
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
409
|
+
placeholder?: string;
|
|
410
|
+
floating?: boolean;
|
|
411
|
+
} & {
|
|
412
|
+
options: string[];
|
|
413
|
+
allowNew?: boolean;
|
|
414
|
+
}) | ({
|
|
415
|
+
modelValue?: (string | number)[];
|
|
416
|
+
} & {
|
|
417
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
418
|
+
placeholder?: string;
|
|
419
|
+
floating?: boolean;
|
|
420
|
+
} & {
|
|
421
|
+
options: {
|
|
422
|
+
label: string;
|
|
423
|
+
value: string | number;
|
|
424
|
+
}[];
|
|
425
|
+
allowNew?: never;
|
|
426
|
+
})> & Readonly<{
|
|
427
|
+
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
428
|
+
}>, {
|
|
429
|
+
focus: () => void;
|
|
430
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
431
|
+
"update:modelValue": (value: (string | number)[]) => any;
|
|
432
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
280
433
|
wrapperRef: HTMLDivElement;
|
|
281
434
|
inputFieldRef: ({
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
435
|
+
$: ComponentInternalInstance;
|
|
436
|
+
$data: {};
|
|
437
|
+
$props: {
|
|
438
|
+
readonly modelValue?: string | undefined;
|
|
439
|
+
readonly placeholder?: string | undefined;
|
|
440
|
+
readonly label?: string | undefined;
|
|
441
|
+
readonly error?: boolean | undefined;
|
|
442
|
+
readonly errorMessage?: string | undefined;
|
|
443
|
+
readonly leftIcon?: InstanceType<typeof NexxtIcon>["name"] | undefined;
|
|
444
|
+
readonly rightIcon?: InstanceType<typeof NexxtIcon>["name"] | undefined;
|
|
445
|
+
readonly required?: boolean | undefined;
|
|
446
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
447
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
448
|
+
$attrs: {
|
|
449
|
+
[x: string]: unknown;
|
|
450
|
+
};
|
|
451
|
+
$refs: {
|
|
452
|
+
[x: string]: unknown;
|
|
453
|
+
};
|
|
454
|
+
$slots: Readonly<{
|
|
455
|
+
[name: string]: Slot<any> | undefined;
|
|
456
|
+
}>;
|
|
457
|
+
$root: ComponentPublicInstance | null;
|
|
458
|
+
$parent: ComponentPublicInstance | null;
|
|
459
|
+
$host: Element | null;
|
|
460
|
+
$emit: (event: "update:modelValue", value: string) => void;
|
|
461
|
+
$el: HTMLDivElement;
|
|
462
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
463
|
+
modelValue?: string;
|
|
464
|
+
} & NexxtInputFieldProps> & Readonly<{
|
|
465
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
466
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
467
|
+
"update:modelValue": (value: string) => any;
|
|
468
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
469
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
470
|
+
created?: (() => void) | (() => void)[];
|
|
471
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
472
|
+
mounted?: (() => void) | (() => void)[];
|
|
473
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
474
|
+
updated?: (() => void) | (() => void)[];
|
|
475
|
+
activated?: (() => void) | (() => void)[];
|
|
476
|
+
deactivated?: (() => void) | (() => void)[];
|
|
477
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
478
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
479
|
+
destroyed?: (() => void) | (() => void)[];
|
|
480
|
+
unmounted?: (() => void) | (() => void)[];
|
|
481
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
482
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
483
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
484
|
+
};
|
|
485
|
+
$forceUpdate: () => void;
|
|
486
|
+
$nextTick: typeof nextTick;
|
|
487
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
335
488
|
} & Readonly<{}> & Omit<Readonly<{
|
|
336
|
-
|
|
489
|
+
modelValue?: string;
|
|
337
490
|
} & NexxtInputFieldProps> & Readonly<{
|
|
338
|
-
|
|
491
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
339
492
|
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
493
|
+
$slots: {
|
|
494
|
+
right?(_: {}): any;
|
|
495
|
+
};
|
|
343
496
|
}) | null;
|
|
497
|
+
}, any, ComponentProvideOptions, {
|
|
498
|
+
P: {};
|
|
499
|
+
B: {};
|
|
500
|
+
D: {};
|
|
501
|
+
C: {};
|
|
502
|
+
M: {};
|
|
503
|
+
Defaults: {};
|
|
504
|
+
}, {} & (Readonly<({
|
|
505
|
+
modelValue?: (string | number)[];
|
|
506
|
+
} & {
|
|
507
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
508
|
+
placeholder?: string;
|
|
509
|
+
floating?: boolean;
|
|
510
|
+
} & {
|
|
511
|
+
options: string[];
|
|
512
|
+
allowNew?: boolean;
|
|
513
|
+
}) | ({
|
|
514
|
+
modelValue?: (string | number)[];
|
|
515
|
+
} & {
|
|
516
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
517
|
+
placeholder?: string;
|
|
518
|
+
floating?: boolean;
|
|
519
|
+
} & {
|
|
520
|
+
options: {
|
|
521
|
+
label: string;
|
|
522
|
+
value: string | number;
|
|
523
|
+
}[];
|
|
524
|
+
allowNew?: never;
|
|
525
|
+
})> & Readonly<{
|
|
526
|
+
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
527
|
+
}>), {
|
|
528
|
+
focus: () => void;
|
|
529
|
+
}, {}, {}, {}, {}> | null;
|
|
344
530
|
};
|
|
345
531
|
rootEl: HTMLDivElement;
|
|
346
532
|
};
|
|
347
533
|
|
|
348
|
-
declare function
|
|
534
|
+
declare function __VLS_template_5(): {
|
|
349
535
|
attrs: Partial<{}>;
|
|
350
536
|
slots: {
|
|
351
537
|
title?(_: {}): any;
|
|
@@ -355,7 +541,7 @@ declare function __VLS_template_4(): {
|
|
|
355
541
|
rootEl: HTMLDivElement;
|
|
356
542
|
};
|
|
357
543
|
|
|
358
|
-
declare function
|
|
544
|
+
declare function __VLS_template_6(): {
|
|
359
545
|
attrs: Partial<{}>;
|
|
360
546
|
slots: {
|
|
361
547
|
trigger?(_: {
|
|
@@ -371,7 +557,7 @@ declare function __VLS_template_5(): {
|
|
|
371
557
|
rootEl: HTMLDivElement;
|
|
372
558
|
};
|
|
373
559
|
|
|
374
|
-
declare function
|
|
560
|
+
declare function __VLS_template_7(): {
|
|
375
561
|
attrs: Partial<{}>;
|
|
376
562
|
slots: {
|
|
377
563
|
default?(_: {}): any;
|
|
@@ -380,7 +566,7 @@ declare function __VLS_template_6(): {
|
|
|
380
566
|
rootEl: SVGSVGElement;
|
|
381
567
|
};
|
|
382
568
|
|
|
383
|
-
declare function
|
|
569
|
+
declare function __VLS_template_8(): {
|
|
384
570
|
attrs: Partial<{}>;
|
|
385
571
|
slots: {
|
|
386
572
|
'back-button'?(_: {}): any;
|
|
@@ -391,19 +577,10 @@ declare function __VLS_template_7(): {
|
|
|
391
577
|
rootEl: HTMLDivElement;
|
|
392
578
|
};
|
|
393
579
|
|
|
394
|
-
declare function __VLS_template_8(): {
|
|
395
|
-
attrs: Partial<{}>;
|
|
396
|
-
slots: {
|
|
397
|
-
default?(_: {}): any;
|
|
398
|
-
};
|
|
399
|
-
refs: {};
|
|
400
|
-
rootEl: HTMLDivElement;
|
|
401
|
-
};
|
|
402
|
-
|
|
403
580
|
declare function __VLS_template_9(): {
|
|
404
581
|
attrs: Partial<{}>;
|
|
405
582
|
slots: {
|
|
406
|
-
|
|
583
|
+
default?(_: {}): any;
|
|
407
584
|
};
|
|
408
585
|
refs: {};
|
|
409
586
|
rootEl: HTMLDivElement;
|
|
@@ -419,6 +596,8 @@ declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
|
419
596
|
|
|
420
597
|
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
421
598
|
|
|
599
|
+
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
600
|
+
|
|
422
601
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
423
602
|
|
|
424
603
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -465,6 +644,12 @@ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
|
465
644
|
};
|
|
466
645
|
};
|
|
467
646
|
|
|
647
|
+
declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
648
|
+
new (): {
|
|
649
|
+
$slots: S;
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
|
|
468
653
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
469
654
|
new (): {
|
|
470
655
|
$slots: S;
|
|
@@ -597,6 +782,8 @@ declare interface NexxtCalendarProps {
|
|
|
597
782
|
timezone?: string;
|
|
598
783
|
}
|
|
599
784
|
|
|
785
|
+
export declare const NexxtCard: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
786
|
+
|
|
600
787
|
export declare const NexxtCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
601
788
|
"update:modelValue": (value: boolean) => any;
|
|
602
789
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
@@ -610,26 +797,131 @@ declare interface NexxtCheckboxProps {
|
|
|
610
797
|
indeterminate?: boolean;
|
|
611
798
|
}
|
|
612
799
|
|
|
613
|
-
export declare const NexxtChip:
|
|
800
|
+
export declare const NexxtChip: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
614
801
|
|
|
615
802
|
declare interface NexxtChipProps {
|
|
616
|
-
variant?: 'default' | 'warning' | 'success' | 'danger'
|
|
803
|
+
variant?: 'default' | 'warning' | 'success' | 'danger';
|
|
804
|
+
ghost?: boolean;
|
|
617
805
|
}
|
|
618
806
|
|
|
619
|
-
export declare const NexxtCombobox:
|
|
807
|
+
export declare const NexxtCombobox: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
620
808
|
|
|
621
|
-
declare
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
}
|
|
809
|
+
export declare const NexxtComboboxPanel: DefineComponent<({
|
|
810
|
+
modelValue?: (string | number)[];
|
|
811
|
+
} & {
|
|
812
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
813
|
+
placeholder?: string;
|
|
814
|
+
floating?: boolean;
|
|
815
|
+
} & {
|
|
816
|
+
options: string[];
|
|
817
|
+
allowNew?: boolean;
|
|
818
|
+
}) | ({
|
|
819
|
+
modelValue?: (string | number)[];
|
|
820
|
+
} & {
|
|
821
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
822
|
+
placeholder?: string;
|
|
823
|
+
floating?: boolean;
|
|
824
|
+
} & {
|
|
825
|
+
options: {
|
|
826
|
+
label: string;
|
|
827
|
+
value: string | number;
|
|
828
|
+
}[];
|
|
829
|
+
allowNew?: never;
|
|
830
|
+
}), {
|
|
831
|
+
focus: () => void;
|
|
832
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
833
|
+
"update:modelValue": (value: (string | number)[]) => any;
|
|
834
|
+
}, string, PublicProps, Readonly<({
|
|
835
|
+
modelValue?: (string | number)[];
|
|
836
|
+
} & {
|
|
837
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
838
|
+
placeholder?: string;
|
|
839
|
+
floating?: boolean;
|
|
840
|
+
} & {
|
|
841
|
+
options: string[];
|
|
842
|
+
allowNew?: boolean;
|
|
843
|
+
}) | ({
|
|
844
|
+
modelValue?: (string | number)[];
|
|
845
|
+
} & {
|
|
846
|
+
icon?: InstanceType<typeof NexxtIcon>["name"];
|
|
847
|
+
placeholder?: string;
|
|
848
|
+
floating?: boolean;
|
|
849
|
+
} & {
|
|
850
|
+
options: {
|
|
851
|
+
label: string;
|
|
852
|
+
value: string | number;
|
|
853
|
+
}[];
|
|
854
|
+
allowNew?: never;
|
|
855
|
+
})> & Readonly<{
|
|
856
|
+
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
857
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
858
|
+
wrapperRef: HTMLDivElement;
|
|
859
|
+
inputFieldRef: ({
|
|
860
|
+
$: ComponentInternalInstance;
|
|
861
|
+
$data: {};
|
|
862
|
+
$props: {
|
|
863
|
+
readonly modelValue?: string | undefined;
|
|
864
|
+
readonly placeholder?: string | undefined;
|
|
865
|
+
readonly label?: string | undefined;
|
|
866
|
+
readonly error?: boolean | undefined;
|
|
867
|
+
readonly errorMessage?: string | undefined;
|
|
868
|
+
readonly leftIcon?: InstanceType<typeof NexxtIcon>["name"] | undefined;
|
|
869
|
+
readonly rightIcon?: InstanceType<typeof NexxtIcon>["name"] | undefined;
|
|
870
|
+
readonly required?: boolean | undefined;
|
|
871
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
872
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
873
|
+
$attrs: {
|
|
874
|
+
[x: string]: unknown;
|
|
875
|
+
};
|
|
876
|
+
$refs: {
|
|
877
|
+
[x: string]: unknown;
|
|
878
|
+
};
|
|
879
|
+
$slots: Readonly<{
|
|
880
|
+
[name: string]: Slot<any> | undefined;
|
|
881
|
+
}>;
|
|
882
|
+
$root: ComponentPublicInstance | null;
|
|
883
|
+
$parent: ComponentPublicInstance | null;
|
|
884
|
+
$host: Element | null;
|
|
885
|
+
$emit: (event: "update:modelValue", value: string) => void;
|
|
886
|
+
$el: HTMLDivElement;
|
|
887
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
888
|
+
modelValue?: string;
|
|
889
|
+
} & NexxtInputFieldProps> & Readonly<{
|
|
890
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
891
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
892
|
+
"update:modelValue": (value: string) => any;
|
|
893
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
894
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
895
|
+
created?: (() => void) | (() => void)[];
|
|
896
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
897
|
+
mounted?: (() => void) | (() => void)[];
|
|
898
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
899
|
+
updated?: (() => void) | (() => void)[];
|
|
900
|
+
activated?: (() => void) | (() => void)[];
|
|
901
|
+
deactivated?: (() => void) | (() => void)[];
|
|
902
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
903
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
904
|
+
destroyed?: (() => void) | (() => void)[];
|
|
905
|
+
unmounted?: (() => void) | (() => void)[];
|
|
906
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
907
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
908
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
909
|
+
};
|
|
910
|
+
$forceUpdate: () => void;
|
|
911
|
+
$nextTick: nextTick;
|
|
912
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
913
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
914
|
+
modelValue?: string;
|
|
915
|
+
} & NexxtInputFieldProps> & Readonly<{
|
|
916
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
917
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
918
|
+
$slots: {
|
|
919
|
+
right?(_: {}): any;
|
|
920
|
+
};
|
|
921
|
+
}) | null;
|
|
922
|
+
}, any>;
|
|
631
923
|
|
|
632
|
-
export declare const NexxtContactInfoCard:
|
|
924
|
+
export declare const NexxtContactInfoCard: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
633
925
|
|
|
634
926
|
export declare const NexxtCustomerJourneyTile: DefineComponent<NexxtCustomerJourneyTileProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtCustomerJourneyTileProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
635
927
|
|
|
@@ -643,7 +935,7 @@ declare interface NexxtCustomerJourneyTileProps {
|
|
|
643
935
|
percentageExplanaition?: string;
|
|
644
936
|
}
|
|
645
937
|
|
|
646
|
-
export declare const NexxtDatePicker:
|
|
938
|
+
export declare const NexxtDatePicker: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
647
939
|
|
|
648
940
|
declare interface NexxtDatePickerProps extends NexxtCalendarProps {
|
|
649
941
|
placeholder?: string;
|
|
@@ -651,7 +943,7 @@ declare interface NexxtDatePickerProps extends NexxtCalendarProps {
|
|
|
651
943
|
autoClose?: boolean;
|
|
652
944
|
}
|
|
653
945
|
|
|
654
|
-
export declare const NexxtDoughnutChart:
|
|
946
|
+
export declare const NexxtDoughnutChart: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
655
947
|
|
|
656
948
|
declare interface NexxtDoughnutChartProps {
|
|
657
949
|
value: number;
|
|
@@ -711,7 +1003,7 @@ declare interface NexxtDropdownButtonGroup {
|
|
|
711
1003
|
items: NexxtDropdownButton_2[];
|
|
712
1004
|
}
|
|
713
1005
|
|
|
714
|
-
export declare const NexxtHeader:
|
|
1006
|
+
export declare const NexxtHeader: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
715
1007
|
|
|
716
1008
|
declare interface NexxtHeaderProps {
|
|
717
1009
|
title: string;
|
|
@@ -727,14 +1019,14 @@ declare interface NexxtIconProps {
|
|
|
727
1019
|
type?: IconType;
|
|
728
1020
|
}
|
|
729
1021
|
|
|
730
|
-
export declare const NexxtInfoBlock:
|
|
1022
|
+
export declare const NexxtInfoBlock: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
731
1023
|
|
|
732
1024
|
declare interface NexxtInfoBlockProps {
|
|
733
1025
|
icon: InstanceType<typeof NexxtIcon>['name'];
|
|
734
1026
|
color?: 'green' | 'purple' | 'blue' | 'rose';
|
|
735
1027
|
}
|
|
736
1028
|
|
|
737
|
-
export declare const NexxtInputField:
|
|
1029
|
+
export declare const NexxtInputField: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
738
1030
|
|
|
739
1031
|
declare interface NexxtInputFieldProps {
|
|
740
1032
|
placeholder?: string;
|
|
@@ -746,7 +1038,7 @@ declare interface NexxtInputFieldProps {
|
|
|
746
1038
|
required?: boolean;
|
|
747
1039
|
}
|
|
748
1040
|
|
|
749
|
-
export declare const NexxtModal:
|
|
1041
|
+
export declare const NexxtModal: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
750
1042
|
|
|
751
1043
|
declare interface NexxtModalProps {
|
|
752
1044
|
title?: string;
|
|
@@ -757,9 +1049,9 @@ declare interface NexxtModalProps {
|
|
|
757
1049
|
beforeClose?: () => boolean | Promise<boolean>;
|
|
758
1050
|
}
|
|
759
1051
|
|
|
760
|
-
export declare const NexxtPagination: DefineComponent<
|
|
1052
|
+
export declare const NexxtPagination: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
761
1053
|
"update:page": (value: number) => any;
|
|
762
|
-
}, string, PublicProps, Readonly<
|
|
1054
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
763
1055
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
764
1056
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
765
1057
|
|
|
@@ -790,6 +1082,18 @@ declare interface NexxtProgressBarProps {
|
|
|
790
1082
|
stepTitles?: string[];
|
|
791
1083
|
}
|
|
792
1084
|
|
|
1085
|
+
export declare const NexxtPropertyCard: DefineComponent<NexxtPropertyCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtPropertyCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1086
|
+
|
|
1087
|
+
declare interface NexxtPropertyCardProps {
|
|
1088
|
+
image?: string;
|
|
1089
|
+
imageAlt?: string;
|
|
1090
|
+
price?: number;
|
|
1091
|
+
city: string;
|
|
1092
|
+
text?: string;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
export declare const NexxtPropertyListing: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1096
|
+
|
|
793
1097
|
export declare const NexxtSocialIcons: DefineComponent<NexxtSocialIconsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtSocialIconsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
794
1098
|
|
|
795
1099
|
declare interface NexxtSocialIconsProps {
|
|
@@ -845,7 +1149,7 @@ declare interface NexxtSourceProps {
|
|
|
845
1149
|
source: keyof typeof SOURCE_MAP;
|
|
846
1150
|
}
|
|
847
1151
|
|
|
848
|
-
export declare const NexxtStepperHeader:
|
|
1152
|
+
export declare const NexxtStepperHeader: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
849
1153
|
|
|
850
1154
|
declare interface NexxtStepperHeaderProps {
|
|
851
1155
|
title: string;
|
|
@@ -855,7 +1159,7 @@ declare interface NexxtStepperHeaderProps {
|
|
|
855
1159
|
backButtonAction: InstanceType<typeof NexxtHeader>['backButtonAction'];
|
|
856
1160
|
}
|
|
857
1161
|
|
|
858
|
-
export declare const NexxtTabbedContent:
|
|
1162
|
+
export declare const NexxtTabbedContent: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
859
1163
|
|
|
860
1164
|
declare interface NexxtTabbedContent_2 {
|
|
861
1165
|
tabs: InstanceType<typeof NexxtTabs>['tabs'];
|
|
@@ -899,9 +1203,9 @@ declare interface NexxtTableProps<TKey extends string = string, TRow extends Rec
|
|
|
899
1203
|
loading?: boolean;
|
|
900
1204
|
}
|
|
901
1205
|
|
|
902
|
-
export declare const NexxtTabs: DefineComponent<
|
|
1206
|
+
export declare const NexxtTabs: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
903
1207
|
"update:modelValue": (value: string) => any;
|
|
904
|
-
}, string, PublicProps, Readonly<
|
|
1208
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
905
1209
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
906
1210
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
907
1211
|
containerRef: HTMLDivElement;
|
|
@@ -912,13 +1216,13 @@ declare interface NexxtTabs_2 {
|
|
|
912
1216
|
tablistLabel?: string;
|
|
913
1217
|
}
|
|
914
1218
|
|
|
915
|
-
export declare const NexxtTimelineEvent: DefineComponent<
|
|
1219
|
+
export declare const NexxtTimelineEvent: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
|
|
916
1220
|
splitView: boolean;
|
|
917
1221
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
918
1222
|
|
|
919
|
-
export declare const NexxtTimelinePhaseblock: DefineComponent<
|
|
1223
|
+
export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
920
1224
|
|
|
921
|
-
export declare const NexxtTooltip:
|
|
1225
|
+
export declare const NexxtTooltip: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
922
1226
|
|
|
923
1227
|
declare interface NexxtTooltip_2 {
|
|
924
1228
|
delay?: number;
|
|
@@ -928,6 +1232,17 @@ declare interface NexxtTooltip_2 {
|
|
|
928
1232
|
disableHoverableContent?: boolean;
|
|
929
1233
|
}
|
|
930
1234
|
|
|
1235
|
+
declare interface Props {
|
|
1236
|
+
image?: string;
|
|
1237
|
+
imageAlt?: string;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
declare interface Props_2 {
|
|
1241
|
+
price?: number;
|
|
1242
|
+
city: string;
|
|
1243
|
+
text?: string;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
931
1246
|
declare const selected: ModelRef<string, string, string, string>;
|
|
932
1247
|
|
|
933
1248
|
declare type SocialPlatform = 'tiktok' | 'facebook' | 'instagram' | 'linkedin' | 'x' | 'twitter' | 'google';
|