@nexxtmove/ui 0.1.68 → 0.1.69
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 +120 -32
- package/dist/index.js +7387 -7088
- package/dist/nuxt.js +64 -74
- package/dist/ui.css +2 -0
- package/package.json +33 -32
- package/src/components/CountrySelect/CountrySelect.vue +160 -0
- package/src/components/CountrySelect/countries.ts +196 -0
- package/src/components/Tabs/Tabs.vue +1 -1
- package/src/components.json +1 -0
- package/src/index.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -31,15 +31,15 @@ declare const __VLS_component: DefineComponent<NexxtButtonProps, {}, {}, {}, {},
|
|
|
31
31
|
|
|
32
32
|
declare const __VLS_component_10: DefineComponent<NexxtInfoBlockProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtInfoBlockProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
33
33
|
|
|
34
|
-
declare const __VLS_component_11: DefineComponent<
|
|
34
|
+
declare const __VLS_component_11: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
35
35
|
"update:modelValue": (value: string | number) => any;
|
|
36
|
-
}, string, PublicProps, Readonly<
|
|
36
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
37
37
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
38
38
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
39
|
|
|
40
|
-
declare const __VLS_component_12: DefineComponent<
|
|
40
|
+
declare const __VLS_component_12: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
41
41
|
"update:modelValue": (value: boolean) => any;
|
|
42
|
-
}, string, PublicProps, Readonly<
|
|
42
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
43
43
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44
44
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
45
45
|
|
|
@@ -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_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
53
53
|
"update:modelValue": (value: string) => any;
|
|
54
|
-
}, string, PublicProps, Readonly<
|
|
54
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
55
55
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
56
56
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
57
57
|
|
|
@@ -241,9 +241,9 @@ focus: () => void;
|
|
|
241
241
|
|
|
242
242
|
declare const __VLS_component_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
243
243
|
|
|
244
|
-
declare const __VLS_component_6: DefineComponent<
|
|
244
|
+
declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
245
245
|
"update:modelValue": (value: Date | null) => any;
|
|
246
|
-
}, string, PublicProps, Readonly<
|
|
246
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
247
247
|
"onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
|
|
248
248
|
}>, {
|
|
249
249
|
placeholder: string;
|
|
@@ -382,14 +382,16 @@ declare type __VLS_Props = {
|
|
|
382
382
|
delay?: number;
|
|
383
383
|
};
|
|
384
384
|
|
|
385
|
-
declare type __VLS_Props_10 =
|
|
385
|
+
declare type __VLS_Props_10 = NexxtTabbedContent_2;
|
|
386
|
+
|
|
387
|
+
declare type __VLS_Props_11 = NexxtTabs_2;
|
|
386
388
|
|
|
387
|
-
declare type
|
|
389
|
+
declare type __VLS_Props_12 = {
|
|
388
390
|
event: TimelineEvent;
|
|
389
391
|
splitView?: boolean;
|
|
390
392
|
};
|
|
391
393
|
|
|
392
|
-
declare type
|
|
394
|
+
declare type __VLS_Props_13 = {
|
|
393
395
|
phase: TimelinePhase;
|
|
394
396
|
/** Index within the filtered phases array (used to determine phase direction/date). */
|
|
395
397
|
index: number;
|
|
@@ -403,52 +405,56 @@ declare type __VLS_Props_2 = NexxtCalendarProps;
|
|
|
403
405
|
|
|
404
406
|
declare type __VLS_Props_3 = NexxtCheckboxProps;
|
|
405
407
|
|
|
406
|
-
declare type __VLS_Props_4 =
|
|
408
|
+
declare type __VLS_Props_4 = NexxtCountrySelectProps;
|
|
407
409
|
|
|
408
|
-
declare type __VLS_Props_5 =
|
|
410
|
+
declare type __VLS_Props_5 = NexxtDatePickerProps;
|
|
409
411
|
|
|
410
|
-
declare type __VLS_Props_6 =
|
|
412
|
+
declare type __VLS_Props_6 = NexxtInputFieldProps;
|
|
411
413
|
|
|
412
|
-
declare type __VLS_Props_7 =
|
|
414
|
+
declare type __VLS_Props_7 = NexxtModalProps;
|
|
413
415
|
|
|
414
|
-
declare type __VLS_Props_8 =
|
|
416
|
+
declare type __VLS_Props_8 = NexxtPaginationProps;
|
|
415
417
|
|
|
416
|
-
declare type __VLS_Props_9 =
|
|
418
|
+
declare type __VLS_Props_9 = NexxtSelectProps;
|
|
417
419
|
|
|
418
420
|
declare type __VLS_PublicProps = {
|
|
419
421
|
modelValue?: Date | null;
|
|
420
422
|
} & __VLS_Props_2;
|
|
421
423
|
|
|
424
|
+
declare type __VLS_PublicProps_10 = {
|
|
425
|
+
modelValue?: typeof selected['value'];
|
|
426
|
+
} & __VLS_Props_11;
|
|
427
|
+
|
|
422
428
|
declare type __VLS_PublicProps_2 = {
|
|
423
429
|
modelValue?: boolean;
|
|
424
430
|
} & __VLS_Props_3;
|
|
425
431
|
|
|
426
432
|
declare type __VLS_PublicProps_3 = {
|
|
427
|
-
modelValue?:
|
|
433
|
+
modelValue?: string | null;
|
|
428
434
|
} & __VLS_Props_4;
|
|
429
435
|
|
|
430
436
|
declare type __VLS_PublicProps_4 = {
|
|
431
|
-
modelValue?:
|
|
437
|
+
modelValue?: Date | null;
|
|
432
438
|
} & __VLS_Props_5;
|
|
433
439
|
|
|
434
440
|
declare type __VLS_PublicProps_5 = {
|
|
435
|
-
modelValue?:
|
|
441
|
+
modelValue?: string | number;
|
|
436
442
|
} & __VLS_Props_6;
|
|
437
443
|
|
|
438
444
|
declare type __VLS_PublicProps_6 = {
|
|
439
|
-
|
|
445
|
+
modelValue?: boolean;
|
|
440
446
|
} & __VLS_Props_7;
|
|
441
447
|
|
|
442
448
|
declare type __VLS_PublicProps_7 = {
|
|
443
|
-
|
|
449
|
+
'page'?: number;
|
|
444
450
|
} & __VLS_Props_8;
|
|
445
451
|
|
|
446
452
|
declare type __VLS_PublicProps_8 = {
|
|
447
|
-
modelValue?: string;
|
|
453
|
+
modelValue?: string | number | null;
|
|
448
454
|
} & __VLS_Props_9;
|
|
449
455
|
|
|
450
456
|
declare type __VLS_PublicProps_9 = {
|
|
451
|
-
modelValue?:
|
|
457
|
+
modelValue?: string;
|
|
452
458
|
} & __VLS_Props_10;
|
|
453
459
|
|
|
454
460
|
declare function __VLS_template(): {
|
|
@@ -1174,6 +1180,88 @@ right?(_: {}): any;
|
|
|
1174
1180
|
|
|
1175
1181
|
export declare const NexxtContactInfoCard: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1176
1182
|
|
|
1183
|
+
export declare const NexxtCountrySelect: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1184
|
+
"update:modelValue": (value: string | null) => any;
|
|
1185
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
1186
|
+
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
1187
|
+
}>, {
|
|
1188
|
+
placeholder: string;
|
|
1189
|
+
pinnedCountries: string[];
|
|
1190
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1191
|
+
inputRef: ({
|
|
1192
|
+
$: ComponentInternalInstance;
|
|
1193
|
+
$data: {};
|
|
1194
|
+
$props: {
|
|
1195
|
+
readonly modelValue?: string | number | undefined;
|
|
1196
|
+
readonly placeholder?: string | undefined;
|
|
1197
|
+
readonly label?: string | undefined;
|
|
1198
|
+
readonly error?: boolean | undefined;
|
|
1199
|
+
readonly errorMessage?: string | undefined;
|
|
1200
|
+
readonly leftIcon?: InstanceType<typeof NexxtIcon>["name"] | undefined;
|
|
1201
|
+
readonly rightIcon?: InstanceType<typeof NexxtIcon>["name"] | undefined;
|
|
1202
|
+
readonly required?: boolean | undefined;
|
|
1203
|
+
readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1204
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1205
|
+
$attrs: {
|
|
1206
|
+
[x: string]: unknown;
|
|
1207
|
+
};
|
|
1208
|
+
$refs: {
|
|
1209
|
+
[x: string]: unknown;
|
|
1210
|
+
};
|
|
1211
|
+
$slots: Readonly<{
|
|
1212
|
+
[name: string]: Slot<any> | undefined;
|
|
1213
|
+
}>;
|
|
1214
|
+
$root: ComponentPublicInstance | null;
|
|
1215
|
+
$parent: ComponentPublicInstance | null;
|
|
1216
|
+
$host: Element | null;
|
|
1217
|
+
$emit: (event: "update:modelValue", value: string | number) => void;
|
|
1218
|
+
$el: HTMLDivElement;
|
|
1219
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
1220
|
+
modelValue?: string | number;
|
|
1221
|
+
} & NexxtInputFieldProps> & Readonly<{
|
|
1222
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1223
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1224
|
+
"update:modelValue": (value: string | number) => any;
|
|
1225
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1226
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1227
|
+
created?: (() => void) | (() => void)[];
|
|
1228
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1229
|
+
mounted?: (() => void) | (() => void)[];
|
|
1230
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1231
|
+
updated?: (() => void) | (() => void)[];
|
|
1232
|
+
activated?: (() => void) | (() => void)[];
|
|
1233
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1234
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1235
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1236
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1237
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1238
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1239
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1240
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1241
|
+
};
|
|
1242
|
+
$forceUpdate: () => void;
|
|
1243
|
+
$nextTick: typeof nextTick;
|
|
1244
|
+
$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;
|
|
1245
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
1246
|
+
modelValue?: string | number;
|
|
1247
|
+
} & NexxtInputFieldProps> & Readonly<{
|
|
1248
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1249
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
1250
|
+
$slots: {
|
|
1251
|
+
right?(_: {}): any;
|
|
1252
|
+
};
|
|
1253
|
+
}) | null;
|
|
1254
|
+
}, HTMLDivElement>;
|
|
1255
|
+
|
|
1256
|
+
declare interface NexxtCountrySelectProps {
|
|
1257
|
+
placeholder?: string;
|
|
1258
|
+
label?: string;
|
|
1259
|
+
error?: boolean;
|
|
1260
|
+
errorMessage?: string;
|
|
1261
|
+
required?: boolean;
|
|
1262
|
+
pinnedCountries?: string[];
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1177
1265
|
export declare const NexxtCustomerJourneyTile: DefineComponent<NexxtCustomerJourneyTileProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtCustomerJourneyTileProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1178
1266
|
|
|
1179
1267
|
declare interface NexxtCustomerJourneyTileProps {
|
|
@@ -1403,9 +1491,9 @@ declare interface NexxtModalProps {
|
|
|
1403
1491
|
beforeClose?: () => boolean | Promise<boolean>;
|
|
1404
1492
|
}
|
|
1405
1493
|
|
|
1406
|
-
export declare const NexxtPagination: DefineComponent<
|
|
1494
|
+
export declare const NexxtPagination: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1407
1495
|
"update:page": (value: number) => any;
|
|
1408
|
-
}, string, PublicProps, Readonly<
|
|
1496
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1409
1497
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1410
1498
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1411
1499
|
|
|
@@ -1449,9 +1537,9 @@ declare interface NexxtPropertyCardProps {
|
|
|
1449
1537
|
|
|
1450
1538
|
export declare const NexxtPropertyListing: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1451
1539
|
|
|
1452
|
-
export declare const NexxtSelect: DefineComponent<
|
|
1540
|
+
export declare const NexxtSelect: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1453
1541
|
"update:modelValue": (value: string | number | null) => any;
|
|
1454
|
-
}, string, PublicProps, Readonly<
|
|
1542
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
1455
1543
|
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
1456
1544
|
}>, {
|
|
1457
1545
|
placeholder: string;
|
|
@@ -1588,9 +1676,9 @@ declare interface NexxtTableProps<TKey extends string = string, TRow extends Rec
|
|
|
1588
1676
|
loading?: boolean;
|
|
1589
1677
|
}
|
|
1590
1678
|
|
|
1591
|
-
export declare const NexxtTabs: DefineComponent<
|
|
1679
|
+
export declare const NexxtTabs: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1592
1680
|
"update:modelValue": (value: string) => any;
|
|
1593
|
-
}, string, PublicProps, Readonly<
|
|
1681
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1594
1682
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1595
1683
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1596
1684
|
containerRef: HTMLDivElement;
|
|
@@ -1601,11 +1689,11 @@ declare interface NexxtTabs_2 {
|
|
|
1601
1689
|
tablistLabel?: string;
|
|
1602
1690
|
}
|
|
1603
1691
|
|
|
1604
|
-
export declare const NexxtTimelineEvent: DefineComponent<
|
|
1692
|
+
export declare const NexxtTimelineEvent: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
|
|
1605
1693
|
splitView: boolean;
|
|
1606
1694
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1607
1695
|
|
|
1608
|
-
export declare const NexxtTimelinePhaseblock: DefineComponent<
|
|
1696
|
+
export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1609
1697
|
|
|
1610
1698
|
export declare const NexxtTooltip: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1611
1699
|
|