cleek 2.10.39 → 2.10.41

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.
@@ -7,6 +7,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
7
7
  title?: string;
8
8
  disabled?: boolean;
9
9
  isLoading?: boolean;
10
+ tabindex?: number;
10
11
  type?: ButtonType;
11
12
  color?: Color;
12
13
  textColor?: Color;
@@ -29,6 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
29
30
  title?: string;
30
31
  disabled?: boolean;
31
32
  isLoading?: boolean;
33
+ tabindex?: number;
32
34
  type?: ButtonType;
33
35
  color?: Color;
34
36
  textColor?: Color;
@@ -12,6 +12,7 @@ declare function __VLS_template(): {
12
12
  desktop?(_: {}): any;
13
13
  row?(_: {
14
14
  row: any;
15
+ rowIndex: number;
15
16
  }): any;
16
17
  footer?(_: {}): any;
17
18
  mobile?(_: {}): any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.10.39",
4
+ "version": "2.10.41",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",