@nexxtmove/ui 0.1.68 → 0.1.70

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 CHANGED
@@ -1174,6 +1174,92 @@ right?(_: {}): any;
1174
1174
 
1175
1175
  export declare const NexxtContactInfoCard: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1176
1176
 
1177
+ export declare const NexxtCountrySelect: DefineComponent< {
1178
+ modelValue?: string | null;
1179
+ } & NexxtCountrySelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1180
+ "update:modelValue": (value: string | null) => any;
1181
+ }, string, PublicProps, Readonly<{
1182
+ modelValue?: string | null;
1183
+ } & NexxtCountrySelectProps> & Readonly<{
1184
+ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
1185
+ }>, {
1186
+ placeholder: string;
1187
+ pinnedCountries: string[];
1188
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
1189
+ inputRef: ({
1190
+ $: ComponentInternalInstance;
1191
+ $data: {};
1192
+ $props: {
1193
+ readonly modelValue?: string | number | undefined;
1194
+ readonly placeholder?: string | undefined;
1195
+ readonly label?: string | undefined;
1196
+ readonly error?: boolean | undefined;
1197
+ readonly errorMessage?: string | undefined;
1198
+ readonly leftIcon?: InstanceType<typeof NexxtIcon>["name"] | undefined;
1199
+ readonly rightIcon?: InstanceType<typeof NexxtIcon>["name"] | undefined;
1200
+ readonly required?: boolean | undefined;
1201
+ readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
1202
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1203
+ $attrs: {
1204
+ [x: string]: unknown;
1205
+ };
1206
+ $refs: {
1207
+ [x: string]: unknown;
1208
+ };
1209
+ $slots: Readonly<{
1210
+ [name: string]: Slot<any> | undefined;
1211
+ }>;
1212
+ $root: ComponentPublicInstance | null;
1213
+ $parent: ComponentPublicInstance | null;
1214
+ $host: Element | null;
1215
+ $emit: (event: "update:modelValue", value: string | number) => void;
1216
+ $el: HTMLDivElement;
1217
+ $options: ComponentOptionsBase<Readonly<{
1218
+ modelValue?: string | number;
1219
+ } & NexxtInputFieldProps> & Readonly<{
1220
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
1221
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1222
+ "update:modelValue": (value: string | number) => any;
1223
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1224
+ beforeCreate?: (() => void) | (() => void)[];
1225
+ created?: (() => void) | (() => void)[];
1226
+ beforeMount?: (() => void) | (() => void)[];
1227
+ mounted?: (() => void) | (() => void)[];
1228
+ beforeUpdate?: (() => void) | (() => void)[];
1229
+ updated?: (() => void) | (() => void)[];
1230
+ activated?: (() => void) | (() => void)[];
1231
+ deactivated?: (() => void) | (() => void)[];
1232
+ beforeDestroy?: (() => void) | (() => void)[];
1233
+ beforeUnmount?: (() => void) | (() => void)[];
1234
+ destroyed?: (() => void) | (() => void)[];
1235
+ unmounted?: (() => void) | (() => void)[];
1236
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1237
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1238
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1239
+ };
1240
+ $forceUpdate: () => void;
1241
+ $nextTick: typeof nextTick;
1242
+ $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;
1243
+ } & Readonly<{}> & Omit<Readonly<{
1244
+ modelValue?: string | number;
1245
+ } & NexxtInputFieldProps> & Readonly<{
1246
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
1247
+ }>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
1248
+ $slots: {
1249
+ right?(_: {}): any;
1250
+ };
1251
+ }) | null;
1252
+ }, HTMLDivElement>;
1253
+
1254
+ declare interface NexxtCountrySelectProps {
1255
+ placeholder?: string;
1256
+ label?: string;
1257
+ error?: boolean;
1258
+ errorMessage?: string;
1259
+ required?: boolean;
1260
+ pinnedCountries?: string[];
1261
+ }
1262
+
1177
1263
  export declare const NexxtCustomerJourneyTile: DefineComponent<NexxtCustomerJourneyTileProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtCustomerJourneyTileProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1178
1264
 
1179
1265
  declare interface NexxtCustomerJourneyTileProps {