@dronico/droni-kit 1.18.1 → 1.18.2

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.
@@ -11,7 +11,6 @@ declare const meta: {
11
11
  block: boolean;
12
12
  title: string;
13
13
  rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
14
- nuxt: boolean;
15
14
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
16
15
  P: {};
17
16
  B: {};
@@ -28,7 +27,6 @@ declare const meta: {
28
27
  block: boolean;
29
28
  title: string;
30
29
  rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
31
- nuxt: boolean;
32
30
  }>;
33
31
  __isFragment?: never;
34
32
  __isTeleport?: never;
@@ -42,7 +40,6 @@ declare const meta: {
42
40
  block: boolean;
43
41
  title: string;
44
42
  rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
45
- nuxt: boolean;
46
43
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
47
44
  $slots: {
48
45
  default?(_: {}): any;
@@ -8,7 +8,6 @@ export interface DuiActionProps {
8
8
  title?: string;
9
9
  rounded?: 'all' | 'top' | 'bottom' | 'left' | 'right' | 'none';
10
10
  to?: RouteTo;
11
- nuxt?: boolean;
12
11
  }
13
12
  declare function __VLS_template(): {
14
13
  attrs: Partial<{}>;
@@ -28,7 +27,6 @@ declare const __VLS_component: import('vue').DefineComponent<DuiActionProps, {},
28
27
  block: boolean;
29
28
  title: string;
30
29
  rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
31
- nuxt: boolean;
32
30
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
31
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
34
32
  export default _default;
@@ -6,7 +6,6 @@ declare const meta: {
6
6
  to: string | object;
7
7
  size: "s" | "m" | "l";
8
8
  title: string;
9
- nuxt: boolean;
10
9
  image: string;
11
10
  subtitle: string;
12
11
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -20,7 +19,6 @@ declare const meta: {
20
19
  to: string | object;
21
20
  size: "s" | "m" | "l";
22
21
  title: string;
23
- nuxt: boolean;
24
22
  image: string;
25
23
  subtitle: string;
26
24
  }>;
@@ -31,7 +29,6 @@ declare const meta: {
31
29
  to: string | object;
32
30
  size: "s" | "m" | "l";
33
31
  title: string;
34
- nuxt: boolean;
35
32
  image: string;
36
33
  subtitle: string;
37
34
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -4,7 +4,6 @@ export interface DuiCardProps {
4
4
  title?: string;
5
5
  subtitle?: string;
6
6
  to?: string | object;
7
- nuxt?: boolean;
8
7
  }
9
8
  declare function __VLS_template(): {
10
9
  attrs: Partial<{}>;
@@ -20,7 +19,6 @@ declare const __VLS_component: import('vue').DefineComponent<DuiCardProps, {}, {
20
19
  to: string | object;
21
20
  size: "s" | "m" | "l";
22
21
  title: string;
23
- nuxt: boolean;
24
22
  image: string;
25
23
  subtitle: string;
26
24
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
@@ -13,7 +13,6 @@ declare const meta: {
13
13
  block: boolean;
14
14
  title: string;
15
15
  rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
16
- nuxt: boolean;
17
16
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
18
17
  P: {};
19
18
  B: {};
@@ -32,7 +31,6 @@ declare const meta: {
32
31
  block: boolean;
33
32
  title: string;
34
33
  rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
35
- nuxt: boolean;
36
34
  }>;
37
35
  __isFragment?: never;
38
36
  __isTeleport?: never;
@@ -48,7 +46,6 @@ declare const meta: {
48
46
  block: boolean;
49
47
  title: string;
50
48
  rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
51
- nuxt: boolean;
52
49
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
53
50
  $slots: {
54
51
  default?(_: {}): any;
@@ -18,7 +18,6 @@ export interface DuiButtonProps {
18
18
  title?: string;
19
19
  rounded?: 'all' | 'top' | 'bottom' | 'left' | 'right' | 'none';
20
20
  to?: RouteTo;
21
- nuxt?: boolean;
22
21
  }
23
22
  declare function __VLS_template(): {
24
23
  attrs: Partial<{}>;
@@ -40,7 +39,6 @@ declare const __VLS_component: import('vue').DefineComponent<DuiButtonProps, {},
40
39
  block: boolean;
41
40
  title: string;
42
41
  rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
43
- nuxt: boolean;
44
42
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
45
43
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
46
44
  export default _default;
@@ -4,7 +4,6 @@ declare const meta: {
4
4
  component: {
5
5
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./DuiNavbar.vue').DuiNavbarProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
6
6
  size: "s" | "m" | "l";
7
- nuxt: boolean;
8
7
  items: import('./DuiNavbar.vue').NavbarItem[];
9
8
  itemsAlignment: "left" | "center" | "right";
10
9
  underlineColor: "neutral" | "primary" | "secondary" | "success" | "danger" | "warning";
@@ -17,7 +16,6 @@ declare const meta: {
17
16
  Defaults: {};
18
17
  }, Readonly<import('./DuiNavbar.vue').DuiNavbarProps> & Readonly<{}>, {}, {}, {}, {}, {
19
18
  size: "s" | "m" | "l";
20
- nuxt: boolean;
21
19
  items: import('./DuiNavbar.vue').NavbarItem[];
22
20
  itemsAlignment: "left" | "center" | "right";
23
21
  underlineColor: "neutral" | "primary" | "secondary" | "success" | "danger" | "warning";
@@ -27,7 +25,6 @@ declare const meta: {
27
25
  __isSuspense?: never;
28
26
  } & import('vue').ComponentOptionsBase<Readonly<import('./DuiNavbar.vue').DuiNavbarProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
29
27
  size: "s" | "m" | "l";
30
- nuxt: boolean;
31
28
  items: import('./DuiNavbar.vue').NavbarItem[];
32
29
  itemsAlignment: "left" | "center" | "right";
33
30
  underlineColor: "neutral" | "primary" | "secondary" | "success" | "danger" | "warning";
@@ -8,7 +8,6 @@ export interface NavbarItem {
8
8
  export interface DuiNavbarProps {
9
9
  items?: NavbarItem[];
10
10
  size?: 's' | 'm' | 'l';
11
- nuxt?: boolean;
12
11
  itemsAlignment?: 'left' | 'center' | 'right';
13
12
  underlineColor?: 'neutral' | 'primary' | 'secondary' | 'success' | 'danger' | 'warning';
14
13
  }
@@ -25,7 +24,6 @@ declare function __VLS_template(): {
25
24
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
25
  declare const __VLS_component: import('vue').DefineComponent<DuiNavbarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DuiNavbarProps> & Readonly<{}>, {
27
26
  size: "s" | "m" | "l";
28
- nuxt: boolean;
29
27
  items: NavbarItem[];
30
28
  itemsAlignment: "left" | "center" | "right";
31
29
  underlineColor: "neutral" | "primary" | "secondary" | "success" | "danger" | "warning";
@@ -2,12 +2,11 @@
2
2
  * Utility for router component handling with explicit framework selection
3
3
  */
4
4
  /**
5
- * Gets the appropriate component type for routing with explicit framework selection
5
+ * Gets the appropriate component type for routing
6
6
  * @param to - The route destination
7
- * @param nuxt - Explicitly indicate if this is a Nuxt project
8
7
  * @returns The component name as string for dynamic component usage
9
8
  */
10
- export declare function getRouterComponentType(to?: string | object, nuxt?: boolean): string;
9
+ export declare function getRouterComponentType(to?: string | object): string;
11
10
  /**
12
11
  * Gets the appropriate props for the router component
13
12
  * @param to - The route destination
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dronico/droni-kit",
3
3
  "author": "Gustavo Barragan <dev@droni.co>",
4
- "version": "1.18.1",
4
+ "version": "1.18.2",
5
5
  "private": false,
6
6
  "access": "public",
7
7
  "publishConfig": {