@wizleap-inc/wiz-ui-next 3.6.0 → 3.8.0

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.
Files changed (78) hide show
  1. package/dist/components/base/accordion/accordion.vue.d.ts +2 -1
  2. package/dist/components/base/anchor/anchor.vue.d.ts +2 -1
  3. package/dist/components/base/badge/badge.vue.d.ts +2 -1
  4. package/dist/components/base/box/box.vue.d.ts +2 -1
  5. package/dist/components/base/buttons/text/text.vue.d.ts +2 -1
  6. package/dist/components/base/buttons/tiny/tiny.vue.d.ts +2 -1
  7. package/dist/components/base/buttons/toggle/toggle.vue.d.ts +2 -1
  8. package/dist/components/base/card/card.vue.d.ts +2 -1
  9. package/dist/components/base/dialog/dialog.vue.d.ts +2 -1
  10. package/dist/components/base/drawer/drawer.vue.d.ts +2 -1
  11. package/dist/components/base/dropdown/dropdown-item.vue.d.ts +2 -1
  12. package/dist/components/base/dropdown/dropdown.vue.d.ts +2 -1
  13. package/dist/components/base/full-modal-view/full-modal-view.vue.d.ts +2 -1
  14. package/dist/components/base/graphs/circle/bar.vue.d.ts +2 -1
  15. package/dist/components/base/graphs/circle/circle.vue.d.ts +2 -1
  16. package/dist/components/base/graphs/compare/compare.vue.d.ts +2 -1
  17. package/dist/components/base/graphs/compare/container.vue.d.ts +2 -1
  18. package/dist/components/base/graphs/meter/meter.vue.d.ts +2 -1
  19. package/dist/components/base/graphs/transition/container.vue.d.ts +2 -1
  20. package/dist/components/base/graphs/transition/transition.vue.d.ts +2 -1
  21. package/dist/components/base/header/header.vue.d.ts +2 -1
  22. package/dist/components/base/heading/heading.vue.d.ts +2 -1
  23. package/dist/components/base/inputs/checkbox-new/checkbox-new.vue.d.ts +2 -1
  24. package/dist/components/base/inputs/number-input/number-input.vue.d.ts +1 -1
  25. package/dist/components/base/inputs/radio-new/radio-new.vue.d.ts +2 -1
  26. package/dist/components/base/inputs/search-input/search-input.vue.d.ts +1 -1
  27. package/dist/components/base/inputs/search-input/search-popup.vue.d.ts +1 -1
  28. package/dist/components/base/inputs/search-selector/popup-button-group/popup-button-group.vue.d.ts +1 -1
  29. package/dist/components/base/inputs/search-selector/search-selector.vue.d.ts +1 -1
  30. package/dist/components/base/inputs/selectbox/selectbox.vue.d.ts +1 -1
  31. package/dist/components/base/inputs/text/text.stories.d.ts +1 -1
  32. package/dist/components/base/message-box/message-box.vue.d.ts +2 -1
  33. package/dist/components/base/navigation/container.vue.d.ts +2 -1
  34. package/dist/components/base/navigation/item.stories.d.ts +129 -0
  35. package/dist/components/base/navigation/item.vue.d.ts +33 -0
  36. package/dist/components/base/popup/popup-container.vue.d.ts +2 -1
  37. package/dist/components/base/popup/popup.vue.d.ts +2 -1
  38. package/dist/components/base/popup-button-group/popup-button-group.vue.d.ts +1 -1
  39. package/dist/components/base/show-more-less/show-more-less.vue.d.ts +2 -1
  40. package/dist/components/base/skeleton/skeleton-circle.vue.d.ts +2 -1
  41. package/dist/components/base/skeleton/skeleton-text.vue.d.ts +2 -1
  42. package/dist/components/base/skeleton/skeleton.vue.d.ts +2 -1
  43. package/dist/components/base/stack/h-stack.vue.d.ts +2 -1
  44. package/dist/components/base/stack/stack.vue.d.ts +2 -1
  45. package/dist/components/base/stack/v-stack.vue.d.ts +2 -1
  46. package/dist/components/base/tab/tab-pane.vue.d.ts +2 -1
  47. package/dist/components/base/tables/card/table.vue.d.ts +2 -1
  48. package/dist/components/base/tables/card/tbody.vue.d.ts +2 -1
  49. package/dist/components/base/tables/card/td.vue.d.ts +2 -1
  50. package/dist/components/base/tables/card/th.vue.d.ts +2 -1
  51. package/dist/components/base/tables/card/thead.vue.d.ts +2 -1
  52. package/dist/components/base/tables/card/tr.vue.d.ts +2 -1
  53. package/dist/components/base/tables/flat/table.vue.d.ts +2 -1
  54. package/dist/components/base/tables/flat/tbody.vue.d.ts +2 -1
  55. package/dist/components/base/tables/flat/td.vue.d.ts +2 -1
  56. package/dist/components/base/tables/flat/th.vue.d.ts +2 -1
  57. package/dist/components/base/tables/flat/thead.vue.d.ts +2 -1
  58. package/dist/components/base/tables/flat/tr.vue.d.ts +2 -1
  59. package/dist/components/base/tables/unstyled/table.vue.d.ts +2 -1
  60. package/dist/components/base/tables/unstyled/tbody.vue.d.ts +2 -1
  61. package/dist/components/base/tables/unstyled/td.vue.d.ts +2 -1
  62. package/dist/components/base/tables/unstyled/th.vue.d.ts +2 -1
  63. package/dist/components/base/tables/unstyled/thead.vue.d.ts +2 -1
  64. package/dist/components/base/tables/unstyled/tr.vue.d.ts +2 -1
  65. package/dist/components/base/text/text.vue.d.ts +2 -1
  66. package/dist/components/base/tooltip/tooltip.vue.d.ts +2 -1
  67. package/dist/components/custom/chat/card/chat-card.vue.d.ts +1 -1
  68. package/dist/components/custom/form/control.stories.d.ts +172 -0
  69. package/dist/components/custom/form/control.vue.d.ts +3 -1
  70. package/dist/components/custom/form/group.vue.d.ts +2 -1
  71. package/dist/components/custom/timeline/timeline-item.vue.d.ts +2 -1
  72. package/dist/components/custom/timeline/timeline.vue.d.ts +2 -1
  73. package/dist/components/icons/index.d.ts +3 -2
  74. package/dist/components/icons/shine-bold.vue.d.ts +2 -0
  75. package/dist/components/manager/provider.vue.d.ts +2 -1
  76. package/dist/wiz-ui.es.js +1719 -1692
  77. package/dist/wiz-ui.umd.js +16 -16
  78. package/package.json +3 -3
@@ -1,13 +1,14 @@
1
1
  import { ColorKeys } from '@wizleap-inc/wiz-ui-constants';
2
2
  import { PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {
8
9
  contentRef: HTMLDivElement;
9
10
  };
10
- attrs: Partial<{}>;
11
+ rootEl: HTMLDetailsElement;
11
12
  };
12
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
14
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -3,11 +3,12 @@ import { PropType } from 'vue';
3
3
  import { TIcon } from '../..';
4
4
  import { RouterLinkProps } from 'vue-router';
5
5
  declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
6
7
  slots: {
7
8
  default?(_: {}): any;
8
9
  };
9
10
  refs: {};
10
- attrs: Partial<{}>;
11
+ rootEl: any;
11
12
  };
12
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
14
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,11 +1,12 @@
1
1
  import { ColorKeys, SpacingKeys } from '@wizleap-inc/wiz-ui-constants';
2
2
  import { PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,11 +1,12 @@
1
1
  import { ColorKeys, ShadowKeys, SpacingKeys, ZIndexKeys } from '@wizleap-inc/wiz-ui-constants';
2
2
  import { PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,11 +1,12 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TIcon } from '../../..';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLButtonElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -2,11 +2,12 @@ import { SpacingKeys } from '@wizleap-inc/wiz-ui-constants';
2
2
  import { PropType } from 'vue';
3
3
  import { TIcon } from '../../..';
4
4
  declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
5
6
  slots: {
6
7
  default?(_: {}): any;
7
8
  };
8
9
  refs: {};
9
- attrs: Partial<{}>;
10
+ rootEl: HTMLButtonElement;
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,11 +1,12 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TIcon } from '../../../icons';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLButtonElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,6 +1,7 @@
1
1
  import { ColorKeys, SpacingKeys } from '@wizleap-inc/wiz-ui-constants';
2
2
  import { PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  mainHeaderArea?(_: {}): any;
6
7
  subHeaderArea?(_: {}): any;
@@ -8,7 +9,7 @@ declare function __VLS_template(): {
8
9
  footer?(_: {}): any;
9
10
  };
10
11
  refs: {};
11
- attrs: Partial<{}>;
12
+ rootEl: HTMLDivElement;
12
13
  };
13
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
15
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,12 +1,13 @@
1
1
  import { PropType } from 'vue';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  title?(_: {}): any;
5
6
  default?(_: {}): any;
6
7
  footer?(_: {}): any;
7
8
  };
8
9
  refs: {};
9
- attrs: Partial<{}>;
10
+ rootEl: any;
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,12 +1,13 @@
1
1
  import { PropType } from 'vue';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  default?(_: {}): any;
5
6
  };
6
7
  refs: {
7
8
  containerRef: HTMLDivElement;
8
9
  };
9
- attrs: Partial<{}>;
10
+ rootEl: any;
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,11 +1,12 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TIcon } from '../../icons';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLButtonElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,12 +1,13 @@
1
1
  import { SpacingKeys } from '@wizleap-inc/wiz-ui-constants';
2
2
  import { PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  options?(_: {}): any;
7
8
  };
8
9
  refs: {};
9
- attrs: Partial<{}>;
10
+ rootEl: any;
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,4 +1,5 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  header?(_: {}): any;
4
5
  default?(_: {}): any;
@@ -6,7 +7,7 @@ declare function __VLS_template(): {
6
7
  refs: {
7
8
  modalRef: HTMLDivElement;
8
9
  };
9
- attrs: Partial<{}>;
10
+ rootEl: any;
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,10 +1,11 @@
1
1
  import { PropType } from 'vue';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  default?(_: {}): any;
5
6
  };
6
7
  refs: {};
7
- attrs: Partial<{}>;
8
+ rootEl: HTMLDivElement;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,11 +1,12 @@
1
1
  import { PropType } from 'vue';
2
2
  import { CircleGraphData } from './types';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,11 +1,12 @@
1
1
  import { PropType } from 'vue';
2
2
  import { CompareGraphData } from './types';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: any;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,9 +1,10 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: HTMLDivElement;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
10
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,9 +1,10 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: HTMLDivElement;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
10
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,9 +1,10 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: HTMLDivElement;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
10
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,11 +1,12 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TransitionGraphData } from './types';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: any;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,12 +1,13 @@
1
1
  import { SpacingKeys } from '@wizleap-inc/wiz-ui-constants';
2
2
  import { PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  left?(_: {}): any;
6
7
  right?(_: {}): any;
7
8
  };
8
9
  refs: {};
9
- attrs: Partial<{}>;
10
+ rootEl: HTMLDivElement;
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -2,11 +2,12 @@ import { ColorKeys, FontSizeKeys } from '@wizleap-inc/wiz-ui-constants';
2
2
  import { PropType } from 'vue';
3
3
  type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
4
4
  declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
5
6
  slots: {
6
7
  default?(_: {}): any;
7
8
  };
8
9
  refs: {};
9
- attrs: Partial<{}>;
10
+ rootEl: any;
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -9,11 +9,12 @@ interface Props {
9
9
  error?: boolean;
10
10
  }
11
11
  declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
12
13
  slots: {
13
14
  default?(_: {}): any;
14
15
  };
15
16
  refs: {};
16
- attrs: Partial<{}>;
17
+ rootEl: HTMLLabelElement;
17
18
  };
18
19
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
20
  declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -13,7 +13,7 @@ declare const _default: <T = number>(__VLS_props: NonNullable<Awaited<typeof __V
13
13
  max?: number;
14
14
  step?: number;
15
15
  precision?: number;
16
- }> & import('vue').PublicProps;
16
+ } & Partial<{}>> & import('vue').PublicProps;
17
17
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
18
18
  attrs: any;
19
19
  slots: {};
@@ -9,11 +9,12 @@ interface Props {
9
9
  error?: boolean;
10
10
  }
11
11
  declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
12
13
  slots: {
13
14
  default?(_: {}): any;
14
15
  };
15
16
  refs: {};
16
- attrs: Partial<{}>;
17
+ rootEl: HTMLLabelElement;
17
18
  };
18
19
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
20
  declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -28,7 +28,7 @@ declare const _default: <T extends CheckboxOption = number>(__VLS_props: NonNull
28
28
  showSelectedItem?: boolean;
29
29
  showParentLabel?: boolean;
30
30
  singleSelect?: boolean;
31
- }> & import('vue').PublicProps;
31
+ } & Partial<{}>> & import('vue').PublicProps;
32
32
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
33
33
  attrs: any;
34
34
  slots: {};
@@ -14,7 +14,7 @@ declare const _default: <T extends CheckboxOption = number>(__VLS_props: NonNull
14
14
  popupWidth?: string;
15
15
  emptyMessage: string;
16
16
  singleSelect: boolean;
17
- }> & import('vue').PublicProps;
17
+ } & Partial<{}>> & import('vue').PublicProps;
18
18
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
19
19
  attrs: any;
20
20
  slots: {};
@@ -32,7 +32,7 @@ declare const _default: <T = number>(__VLS_props: NonNullable<Awaited<typeof __V
32
32
  groupDivider?: boolean;
33
33
  buttonDivider?: boolean;
34
34
  depth?: number;
35
- }> & import('vue').PublicProps;
35
+ } & Partial<{}>> & import('vue').PublicProps;
36
36
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
37
37
  attrs: any;
38
38
  slots: {};
@@ -37,7 +37,7 @@ declare const _default: <T = number>(__VLS_props: NonNullable<Awaited<typeof __V
37
37
  *
38
38
  */
39
39
  threshold?: number;
40
- }> & import('vue').PublicProps;
40
+ } & Partial<{}>> & import('vue').PublicProps;
41
41
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
42
42
  attrs: any;
43
43
  slots: {};
@@ -19,7 +19,7 @@ declare const _default: <T = number>(__VLS_props: NonNullable<Awaited<typeof __V
19
19
  showExLabel?: boolean;
20
20
  dropdownMaxHeight?: string;
21
21
  variant?: "regular" | "mini";
22
- }> & import('vue').PublicProps;
22
+ } & Partial<{}>> & import('vue').PublicProps;
23
23
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
24
24
  attrs: any;
25
25
  slots: {};
@@ -1,4 +1,4 @@
1
- import { StoryFn, Meta } from '@storybook/vue3';
1
+ import { Meta, StoryFn } from '@storybook/vue3';
2
2
  import { default as WizTextInput } from './text.vue';
3
3
  declare const _default: Meta<typeof WizTextInput>;
4
4
  export default _default;
@@ -1,11 +1,12 @@
1
1
  import { PropType } from 'vue';
2
2
  import { TIcon } from '../../icons';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -1,10 +1,11 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  footer?(_: {}): any;
5
6
  };
6
7
  refs: {};
7
- attrs: Partial<{}>;
8
+ rootEl: HTMLDivElement;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  declare const __VLS_component: import('vue').DefineComponent<{
@@ -0,0 +1,129 @@
1
+ import { Meta, StoryFn } from '@storybook/vue3';
2
+ import { WizNavItem } from '.';
3
+ declare const _default: Meta<typeof WizNavItem>;
4
+ export default _default;
5
+ export declare const Default: StoryFn<(<T = number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
6
+ attrs: any;
7
+ slots: {};
8
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
9
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10
+ props: {
11
+ onToggle?: ((value: boolean) => any) | undefined;
12
+ onSetLock?: ((isLocking: boolean) => any) | undefined;
13
+ onUnlock?: (() => any) | undefined;
14
+ icon: import('../../icons').TIcon;
15
+ label: string;
16
+ active: boolean;
17
+ to: import('vue-router').RouterLinkProps["to"];
18
+ disabled?: boolean | undefined;
19
+ tooltipText?: string | null | undefined;
20
+ buttons?: import('../popup-button-group/types').ButtonGroupItem<T>[] | undefined;
21
+ isOpen?: boolean | undefined;
22
+ } & import('vue').PublicProps;
23
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
24
+ attrs: any;
25
+ slots: {};
26
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
27
+ }>) => import('vue').VNode & {
28
+ __ctx?: Awaited<typeof __VLS_setup>;
29
+ })>;
30
+ export declare const Active: StoryFn<(<T = number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
31
+ attrs: any;
32
+ slots: {};
33
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
34
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
35
+ props: {
36
+ onToggle?: ((value: boolean) => any) | undefined;
37
+ onSetLock?: ((isLocking: boolean) => any) | undefined;
38
+ onUnlock?: (() => any) | undefined;
39
+ icon: import('../../icons').TIcon;
40
+ label: string;
41
+ active: boolean;
42
+ to: import('vue-router').RouterLinkProps["to"];
43
+ disabled?: boolean | undefined;
44
+ tooltipText?: string | null | undefined;
45
+ buttons?: import('../popup-button-group/types').ButtonGroupItem<T>[] | undefined;
46
+ isOpen?: boolean | undefined;
47
+ } & import('vue').PublicProps;
48
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
49
+ attrs: any;
50
+ slots: {};
51
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
52
+ }>) => import('vue').VNode & {
53
+ __ctx?: Awaited<typeof __VLS_setup>;
54
+ })>;
55
+ export declare const External: StoryFn<(<T = number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
56
+ attrs: any;
57
+ slots: {};
58
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
59
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
60
+ props: {
61
+ onToggle?: ((value: boolean) => any) | undefined;
62
+ onSetLock?: ((isLocking: boolean) => any) | undefined;
63
+ onUnlock?: (() => any) | undefined;
64
+ icon: import('../../icons').TIcon;
65
+ label: string;
66
+ active: boolean;
67
+ to: import('vue-router').RouterLinkProps["to"];
68
+ disabled?: boolean | undefined;
69
+ tooltipText?: string | null | undefined;
70
+ buttons?: import('../popup-button-group/types').ButtonGroupItem<T>[] | undefined;
71
+ isOpen?: boolean | undefined;
72
+ } & import('vue').PublicProps;
73
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
74
+ attrs: any;
75
+ slots: {};
76
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
77
+ }>) => import('vue').VNode & {
78
+ __ctx?: Awaited<typeof __VLS_setup>;
79
+ })>;
80
+ export declare const Disabled: StoryFn<(<T = number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
81
+ attrs: any;
82
+ slots: {};
83
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
84
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
85
+ props: {
86
+ onToggle?: ((value: boolean) => any) | undefined;
87
+ onSetLock?: ((isLocking: boolean) => any) | undefined;
88
+ onUnlock?: (() => any) | undefined;
89
+ icon: import('../../icons').TIcon;
90
+ label: string;
91
+ active: boolean;
92
+ to: import('vue-router').RouterLinkProps["to"];
93
+ disabled?: boolean | undefined;
94
+ tooltipText?: string | null | undefined;
95
+ buttons?: import('../popup-button-group/types').ButtonGroupItem<T>[] | undefined;
96
+ isOpen?: boolean | undefined;
97
+ } & import('vue').PublicProps;
98
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
99
+ attrs: any;
100
+ slots: {};
101
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
102
+ }>) => import('vue').VNode & {
103
+ __ctx?: Awaited<typeof __VLS_setup>;
104
+ })>;
105
+ export declare const WithToolTip: StoryFn<(<T = number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
106
+ attrs: any;
107
+ slots: {};
108
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
109
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
110
+ props: {
111
+ onToggle?: ((value: boolean) => any) | undefined;
112
+ onSetLock?: ((isLocking: boolean) => any) | undefined;
113
+ onUnlock?: (() => any) | undefined;
114
+ icon: import('../../icons').TIcon;
115
+ label: string;
116
+ active: boolean;
117
+ to: import('vue-router').RouterLinkProps["to"];
118
+ disabled?: boolean | undefined;
119
+ tooltipText?: string | null | undefined;
120
+ buttons?: import('../popup-button-group/types').ButtonGroupItem<T>[] | undefined;
121
+ isOpen?: boolean | undefined;
122
+ } & import('vue').PublicProps;
123
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
124
+ attrs: any;
125
+ slots: {};
126
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
127
+ }>) => import('vue').VNode & {
128
+ __ctx?: Awaited<typeof __VLS_setup>;
129
+ })>;
@@ -0,0 +1,33 @@
1
+ import { RouterLinkProps } from 'vue-router';
2
+ import { TIcon } from '../../icons';
3
+ import { ButtonGroupItem } from '../popup-button-group/types';
4
+ declare const _default: <T = number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
+ onToggle?: ((value: boolean) => any) | undefined;
7
+ onSetLock?: ((isLocking: boolean) => any) | undefined;
8
+ onUnlock?: (() => any) | undefined;
9
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{}>> & {
10
+ onToggle?: ((value: boolean) => any) | undefined;
11
+ onSetLock?: ((isLocking: boolean) => any) | undefined;
12
+ onUnlock?: (() => any) | undefined;
13
+ }, never>, "onToggle" | "onSetLock" | "onUnlock"> & {
14
+ icon: TIcon;
15
+ label: string;
16
+ active: boolean;
17
+ to: RouterLinkProps["to"];
18
+ disabled?: boolean;
19
+ tooltipText?: string | null;
20
+ buttons?: ButtonGroupItem<T>[] | undefined;
21
+ isOpen?: boolean;
22
+ } & Partial<{}>> & import('vue').PublicProps;
23
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
24
+ attrs: any;
25
+ slots: {};
26
+ emit: ((evt: "toggle", value: boolean) => void) & ((evt: "setLock", isLocking: boolean) => void) & ((evt: "unlock") => void);
27
+ }>) => import('vue').VNode & {
28
+ __ctx?: Awaited<typeof __VLS_setup>;
29
+ };
30
+ export default _default;
31
+ type __VLS_PrettifyLocal<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
@@ -1,11 +1,12 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {
6
7
  popupContainerRef: HTMLDivElement;
7
8
  };
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{