@rotki/ui-library 0.2.2 → 0.2.4

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.
@@ -169,6 +169,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
169
169
  searchQuery: string;
170
170
  searchProp: string;
171
171
  }, {}>, {
172
+ "no-data"?(_: {}): any;
172
173
  prefix?(_: {
173
174
  class: string;
174
175
  }): any;
@@ -1,4 +1,4 @@
1
- import { A as r, a as p, R as m, B as l, C as d, b as x, F as C, c as F, _ as b, d as c, e as g, f as h, g as n, h as A, i as B } from "../index-b9d540d9.js";
1
+ import { A as r, a as p, R as m, B as l, C as d, b as x, F as C, c as F, _ as b, d as c, e as g, f as h, g as n, h as A, i as B } from "../index-b6044b77.js";
2
2
  import "vue";
3
3
  import "@vueuse/shared";
4
4
  import "../index-1f5d0d16.js";
@@ -7,6 +7,7 @@ export interface Props {
7
7
  titleClass?: string;
8
8
  subtitleClass?: string;
9
9
  orientation?: StepperOrientation;
10
+ keepActiveVisible?: boolean;
10
11
  }
11
12
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
12
13
  orientation: {
@@ -37,6 +38,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
37
38
  type: globalThis.PropType<string>;
38
39
  default: string;
39
40
  };
41
+ keepActiveVisible: {
42
+ type: globalThis.PropType<boolean>;
43
+ default: boolean;
44
+ };
40
45
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
41
46
  orientation: {
42
47
  type: globalThis.PropType<StepperOrientation>;
@@ -66,6 +71,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
66
71
  type: globalThis.PropType<string>;
67
72
  default: string;
68
73
  };
74
+ keepActiveVisible: {
75
+ type: globalThis.PropType<boolean>;
76
+ default: boolean;
77
+ };
69
78
  }>>, {
70
79
  orientation: StepperOrientation;
71
80
  step: number;
@@ -73,6 +82,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
73
82
  custom: boolean;
74
83
  titleClass: string;
75
84
  subtitleClass: string;
85
+ keepActiveVisible: boolean;
76
86
  }, {}>, {
77
87
  icon?(_: {
78
88
  state: StepperState | undefined;