@nexxtmove/ui 0.1.56 → 0.1.58

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
@@ -45,7 +45,11 @@ declare const __VLS_component_12: DefineComponent<NexxtStepperHeaderProps, {}, {
45
45
  "onUpdate:currentStep"?: ((...args: any[]) => any) | undefined;
46
46
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
47
47
 
48
- declare const __VLS_component_13: DefineComponent<NexxtTabbedContent_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTabbedContent_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
48
+ declare const __VLS_component_13: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
49
+ "update:modelValue": (value: string) => any;
50
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
51
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
52
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
49
53
 
50
54
  declare const __VLS_component_14: DefineComponent<NexxtTooltip_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTooltip_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
51
55
 
@@ -265,6 +269,11 @@ declare type __VLS_Props = {
265
269
  };
266
270
 
267
271
  declare type __VLS_Props_10 = {
272
+ event: TimelineEvent;
273
+ splitView?: boolean;
274
+ };
275
+
276
+ declare type __VLS_Props_11 = {
268
277
  phase: TimelinePhase;
269
278
  /** Index within the filtered phases array (used to determine phase direction/date). */
270
279
  index: number;
@@ -286,12 +295,9 @@ declare type __VLS_Props_6 = NexxtModalProps;
286
295
 
287
296
  declare type __VLS_Props_7 = NexxtPaginationProps;
288
297
 
289
- declare type __VLS_Props_8 = NexxtTabs_2;
298
+ declare type __VLS_Props_8 = NexxtTabbedContent_2;
290
299
 
291
- declare type __VLS_Props_9 = {
292
- event: TimelineEvent;
293
- splitView?: boolean;
294
- };
300
+ declare type __VLS_Props_9 = NexxtTabs_2;
295
301
 
296
302
  declare type __VLS_PublicProps = {
297
303
  modelValue?: Date | null;
@@ -318,9 +324,13 @@ declare type __VLS_PublicProps_6 = {
318
324
  } & __VLS_Props_7;
319
325
 
320
326
  declare type __VLS_PublicProps_7 = {
321
- modelValue?: typeof selected['value'];
327
+ modelValue?: string;
322
328
  } & __VLS_Props_8;
323
329
 
330
+ declare type __VLS_PublicProps_8 = {
331
+ modelValue?: typeof selected['value'];
332
+ } & __VLS_Props_9;
333
+
324
334
  declare function __VLS_template(): {
325
335
  attrs: Partial<{}>;
326
336
  slots: {
@@ -1096,6 +1106,16 @@ declare interface NexxtPropertyCardProps {
1096
1106
 
1097
1107
  export declare const NexxtPropertyListing: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1098
1108
 
1109
+ export declare const NexxtSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1110
+
1111
+ export declare const NexxtSkeletonPropertyCard: DefineComponent<NexxtSkeletonPropertyCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtSkeletonPropertyCardProps> & Readonly<{}>, {
1112
+ ariaLabel: string;
1113
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1114
+
1115
+ declare interface NexxtSkeletonPropertyCardProps {
1116
+ ariaLabel?: string;
1117
+ }
1118
+
1099
1119
  export declare const NexxtSocialIcons: DefineComponent<NexxtSocialIconsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtSocialIconsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
1100
1120
 
1101
1121
  declare interface NexxtSocialIconsProps {
@@ -1205,9 +1225,9 @@ declare interface NexxtTableProps<TKey extends string = string, TRow extends Rec
1205
1225
  loading?: boolean;
1206
1226
  }
1207
1227
 
1208
- export declare const NexxtTabs: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1228
+ export declare const NexxtTabs: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1209
1229
  "update:modelValue": (value: string) => any;
1210
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
1230
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
1211
1231
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1212
1232
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1213
1233
  containerRef: HTMLDivElement;
@@ -1218,11 +1238,11 @@ declare interface NexxtTabs_2 {
1218
1238
  tablistLabel?: string;
1219
1239
  }
1220
1240
 
1221
- export declare const NexxtTimelineEvent: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
1241
+ export declare const NexxtTimelineEvent: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
1222
1242
  splitView: boolean;
1223
1243
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1224
1244
 
1225
- export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1245
+ export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1226
1246
 
1227
1247
  export declare const NexxtTooltip: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1228
1248