@blueprint-chart/ui 0.1.3 → 0.1.5

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 (86) hide show
  1. package/dist/components/Action/ActionCopyButton/ActionCopyButton.vue.d.ts +12 -0
  2. package/dist/components/App/AppIcon/AppIcon.vue.d.ts +39 -0
  3. package/dist/components/App/AppIconLayers/AppIconLayers.vue.d.ts +18 -0
  4. package/dist/components/Button/ButtonAdd/ButtonAdd.vue.d.ts +23 -0
  5. package/dist/components/Button/ButtonClose/ButtonClose.vue.d.ts +6 -0
  6. package/dist/components/Button/ButtonDetach/ButtonDetach.vue.d.ts +6 -0
  7. package/dist/components/Button/ButtonDock/ButtonDock.vue.d.ts +6 -0
  8. package/dist/components/Button/ButtonDrag/ButtonDrag.vue.d.ts +2 -0
  9. package/dist/components/Button/ButtonIcon/ButtonIcon.vue.d.ts +79 -0
  10. package/dist/components/Button/ButtonIconCounter/ButtonIconCounter.vue.d.ts +20 -0
  11. package/dist/components/Button/ButtonRedo/ButtonRedo.vue.d.ts +11 -0
  12. package/dist/components/Button/ButtonUndo/ButtonUndo.vue.d.ts +11 -0
  13. package/dist/components/Display/DisplayChartType/DisplayChartType.vue.d.ts +5 -0
  14. package/dist/components/Display/DisplayChartTypeBadge/DisplayChartTypeBadge.vue.d.ts +8 -0
  15. package/dist/components/Display/DisplayColorSwatch/DisplayColorSwatch.vue.d.ts +9 -0
  16. package/dist/components/Display/DisplayContrastBadge/DisplayContrastBadge.vue.d.ts +6 -0
  17. package/dist/components/Display/DisplayDate/DisplayDate.vue.d.ts +8 -0
  18. package/dist/components/Display/DisplayNumber/DisplayNumber.vue.d.ts +7 -0
  19. package/dist/components/Display/DisplayPalette/DisplayPalette.vue.d.ts +6 -0
  20. package/dist/components/Display/DisplayRange/DisplayRange.vue.d.ts +7 -0
  21. package/dist/components/Display/DisplayValue/DisplayValue.vue.d.ts +10 -0
  22. package/dist/components/Feedback/FeedbackEmptyState/FeedbackEmptyState.vue.d.ts +15 -0
  23. package/dist/components/Form/FormControl/FormControlButtonGroup/FormControlButtonGroup.vue.d.ts +44 -0
  24. package/dist/components/Form/FormControl/FormControlButtonGroup/FormControlButtonGroupEntry.vue.d.ts +21 -0
  25. package/dist/components/Form/FormControl/FormControlCheckbox.vue.d.ts +24 -0
  26. package/dist/components/Form/FormControl/FormControlColorInput/FormControlColorInput.vue.d.ts +13 -0
  27. package/dist/components/Form/FormControl/FormControlColorInput/FormControlColorInputPopover.vue.d.ts +18 -0
  28. package/dist/components/Form/FormControl/FormControlColorblindPicker.vue.d.ts +13 -0
  29. package/dist/components/Form/FormControl/FormControlColorsInput.vue.d.ts +13 -0
  30. package/dist/components/Form/FormControl/FormControlDateFormat.vue.d.ts +18 -0
  31. package/dist/components/Form/FormControl/FormControlDirectionPicker/FormControlDirectionPicker.vue.d.ts +25 -0
  32. package/dist/components/Form/FormControl/FormControlDropdown/FormControlDropdown.vue.d.ts +58 -0
  33. package/dist/components/Form/FormControl/FormControlDropdown/FormControlDropdownEntry.vue.d.ts +20 -0
  34. package/dist/components/Form/FormControl/FormControlDropdown/FormControlDropdownItem.vue.d.ts +15 -0
  35. package/dist/components/Form/FormControl/FormControlNumberFormat.vue.d.ts +18 -0
  36. package/dist/components/Form/FormControl/FormControlPalette/FormControlPalette.vue.d.ts +36 -0
  37. package/dist/components/Form/FormControl/FormControlPalette/FormControlPaletteEntry.vue.d.ts +17 -0
  38. package/dist/components/Form/FormControl/FormControlSliderInput.vue.d.ts +32 -0
  39. package/dist/components/Form/FormControl/FormControlTextInput.vue.d.ts +18 -0
  40. package/dist/components/Form/FormControl/FormControlUnitsInput.vue.d.ts +25 -0
  41. package/dist/components/Gallery/GalleryCard/GalleryCard.vue.d.ts +26 -0
  42. package/dist/components/Gallery/GalleryGrid/GalleryGrid.vue.d.ts +17 -0
  43. package/dist/components/Layout/LayoutBottomDrawer/LayoutBottomDrawer.vue.d.ts +26 -0
  44. package/dist/components/Layout/LayoutPanel/LayoutPanel.vue.d.ts +21 -0
  45. package/dist/components/Layout/LayoutToolbarSeparator/LayoutToolbarSeparator.vue.d.ts +2 -0
  46. package/dist/components/List/ListItemActions/ListItemActions.vue.d.ts +13 -0
  47. package/dist/components/List/ListItemRow/ListItemRow.vue.d.ts +22 -0
  48. package/dist/components/List/ListSelectPanel/ListSelectPanel.vue.d.ts +35 -0
  49. package/dist/components/List/ListSeriesRow/ListSeriesRow.vue.d.ts +13 -0
  50. package/dist/components/Navigation/NavigationIconRail/NavigationIconRail.vue.d.ts +37 -0
  51. package/dist/components/Navigation/NavigationIconRail/NavigationIconRailEntry.vue.d.ts +18 -0
  52. package/dist/components/Navigation/NavigationLink/NavigationLink.vue.d.ts +12 -0
  53. package/dist/components/Navigation/NavigationPillBase/NavigationPillBase.vue.d.ts +37 -0
  54. package/dist/components/Navigation/NavigationSearchPill/NavigationSearchPill.vue.d.ts +17 -0
  55. package/dist/components/Navigation/NavigationStepper/NavigationStepper.vue.d.ts +35 -0
  56. package/dist/components/Navigation/NavigationStepper/NavigationStepperStep.vue.d.ts +15 -0
  57. package/dist/components/Navigation/NavigationStepperTabs/NavigationStepperTabs.vue.d.ts +19 -0
  58. package/dist/components/Navigation/NavigationToggle/NavigationToggle.vue.d.ts +37 -0
  59. package/dist/components/Navigation/NavigationToggle/NavigationToggleOption.vue.d.ts +19 -0
  60. package/dist/components/Scene/ScenePlayer/ScenePlayerButtons.vue.d.ts +25 -0
  61. package/dist/components/Scene/ScenePlayer/ScenePlayerDotStepper.vue.d.ts +25 -0
  62. package/dist/components/Scene/ScenePlayer/ScenePlayerMinimalArrows.vue.d.ts +31 -0
  63. package/dist/components/Scene/ScenePlayer/ScenePlayerProgressBar.vue.d.ts +21 -0
  64. package/dist/components/Scene/SceneTimeline/SceneTimeline.vue.d.ts +28 -0
  65. package/dist/components/Scene/SceneTimeline/SceneTimelineControls.vue.d.ts +19 -0
  66. package/dist/components/Scene/SceneTimelineItem/SceneTimelineItem.vue.d.ts +19 -0
  67. package/dist/components/Section/SectionCard/SectionCard.vue.d.ts +17 -0
  68. package/dist/components/Section/SectionGroup/SectionGroup.vue.d.ts +18 -0
  69. package/dist/components/Section/SectionTitle/SectionTitle.vue.d.ts +17 -0
  70. package/dist/components/SettingsSection/SettingsSection.vue.d.ts +23 -0
  71. package/dist/components/SettingsSection/SettingsSectionDescription.vue.d.ts +12 -0
  72. package/dist/components/SettingsSection/SettingsSectionIcon.vue.d.ts +6 -0
  73. package/dist/components/SettingsSection/SettingsSectionTitle.vue.d.ts +12 -0
  74. package/dist/composables/injection-keys.d.ts +31 -0
  75. package/dist/composables/useBreakpoint.d.ts +3 -0
  76. package/dist/composables/useChildEntries.d.ts +10 -0
  77. package/dist/enums.d.ts +24 -0
  78. package/dist/histoire-setup.d.ts +3 -0
  79. package/dist/index.d.ts +85 -0
  80. package/dist/index.js +9774 -0
  81. package/dist/style.css +1 -0
  82. package/dist/types.d.ts +1 -0
  83. package/dist/utils/chartType.d.ts +3 -0
  84. package/dist/utils/dateFormat.d.ts +16 -0
  85. package/dist/utils/numberFormat.d.ts +35 -0
  86. package/package.json +2 -2
@@ -0,0 +1,15 @@
1
+ import { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ label: string;
4
+ description?: string;
5
+ visual?: string | Component;
6
+ icon?: Component;
7
+ active?: boolean;
8
+ lightLabel?: boolean;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ select: () => any;
12
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ onSelect?: (() => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ export default _default;
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ label?: string;
3
+ id?: string;
4
+ block?: boolean;
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & {
7
+ modelValue: string;
8
+ };
9
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ "update:modelValue": (value: string) => any;
11
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
13
+ }>, {
14
+ label: string;
15
+ id: string;
16
+ block: boolean;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ export default _default;
@@ -0,0 +1,36 @@
1
+ type __VLS_Props = {
2
+ label?: string;
3
+ id?: string;
4
+ palettes?: {
5
+ value: string;
6
+ label: string;
7
+ colors: string[];
8
+ }[];
9
+ };
10
+ type __VLS_PublicProps = __VLS_Props & {
11
+ modelValue: string;
12
+ };
13
+ declare var __VLS_6: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_6) => any;
16
+ };
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ "update:modelValue": (value: string) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
21
+ }>, {
22
+ label: string;
23
+ id: string;
24
+ palettes: {
25
+ value: string;
26
+ label: string;
27
+ colors: string[];
28
+ }[];
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
30
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
31
+ export default _default;
32
+ type __VLS_WithSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
@@ -0,0 +1,17 @@
1
+ type __VLS_Props = {
2
+ value: string;
3
+ label: string;
4
+ colors: string[];
5
+ };
6
+ declare var __VLS_1: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_1) => any;
9
+ };
10
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,32 @@
1
+ type __VLS_Props = {
2
+ label: string;
3
+ id: string;
4
+ min?: string;
5
+ max?: string;
6
+ step?: string;
7
+ suffix?: string;
8
+ };
9
+ type __VLS_PublicProps = __VLS_Props & {
10
+ modelValue: string;
11
+ };
12
+ declare var __VLS_22: {};
13
+ type __VLS_Slots = {} & {
14
+ suffix?: (props: typeof __VLS_22) => any;
15
+ };
16
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ "update:modelValue": (value: string) => any;
18
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
20
+ }>, {
21
+ min: string;
22
+ max: string;
23
+ step: string;
24
+ suffix: string;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
+ export default _default;
28
+ type __VLS_WithSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ label: string;
3
+ id: string;
4
+ placeholder?: string;
5
+ suffix?: string;
6
+ };
7
+ type __VLS_PublicProps = __VLS_Props & {
8
+ modelValue: string;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ "update:modelValue": (value: string) => any;
12
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
13
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
14
+ }>, {
15
+ placeholder: string;
16
+ suffix: string;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ export default _default;
@@ -0,0 +1,25 @@
1
+ type __VLS_Props = {
2
+ label: string;
3
+ id: string;
4
+ units: string[];
5
+ min?: string;
6
+ max?: string;
7
+ step?: string;
8
+ noSlider?: boolean;
9
+ centerRelative?: boolean;
10
+ };
11
+ type __VLS_PublicProps = __VLS_Props & {
12
+ modelValue: string;
13
+ };
14
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ "update:modelValue": (value: string) => any;
16
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
+ }>, {
19
+ min: string;
20
+ max: string;
21
+ step: string;
22
+ noSlider: boolean;
23
+ centerRelative: boolean;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ export default _default;
@@ -0,0 +1,26 @@
1
+ type __VLS_Props = {
2
+ title: string;
3
+ subtitle?: string;
4
+ thumbSrc?: string;
5
+ selected?: boolean;
6
+ layout?: 'grid' | 'row';
7
+ forceLightThumb?: boolean;
8
+ };
9
+ declare var __VLS_1: {}, __VLS_3: {};
10
+ type __VLS_Slots = {} & {
11
+ actions?: (props: typeof __VLS_1) => any;
12
+ } & {
13
+ footer?: (props: typeof __VLS_3) => any;
14
+ };
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ click: () => any;
17
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
18
+ onClick?: (() => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,17 @@
1
+ type __VLS_Props = {
2
+ layout?: 'grid' | 'row';
3
+ };
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
7
+ };
8
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ layout: "grid" | "row";
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,26 @@
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ maxHeight?: string;
4
+ };
5
+ type __VLS_PublicProps = __VLS_Props & {
6
+ modelValue: boolean;
7
+ };
8
+ declare var __VLS_5: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_5) => any;
11
+ };
12
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ "update:modelValue": (value: boolean) => any;
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
16
+ }>, {
17
+ title: string;
18
+ maxHeight: string;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ title: string;
3
+ };
4
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {};
5
+ type __VLS_Slots = {} & {
6
+ actions?: (props: typeof __VLS_1) => any;
7
+ } & {
8
+ toolbar?: (props: typeof __VLS_3) => any;
9
+ } & {
10
+ default?: (props: typeof __VLS_5) => any;
11
+ } & {
12
+ footer?: (props: typeof __VLS_7) => any;
13
+ };
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,13 @@
1
+ type __VLS_Props = {
2
+ actions?: ('duplicate' | 'remove')[];
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ remove: () => any;
6
+ duplicate: () => any;
7
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
+ onRemove?: (() => any) | undefined;
9
+ onDuplicate?: (() => any) | undefined;
10
+ }>, {
11
+ actions: ("duplicate" | "remove")[];
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
@@ -0,0 +1,22 @@
1
+ type __VLS_Props = {
2
+ label: string;
3
+ active?: boolean;
4
+ };
5
+ declare var __VLS_1: {}, __VLS_3: {};
6
+ type __VLS_Slots = {} & {
7
+ leading?: (props: typeof __VLS_1) => any;
8
+ } & {
9
+ actions?: (props: typeof __VLS_3) => any;
10
+ };
11
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ click: (event: MouseEvent) => any;
13
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ onClick?: ((event: MouseEvent) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,35 @@
1
+ type __VLS_Props = {
2
+ items: string[];
3
+ maxHeight?: string;
4
+ onItemClick?: (item: string, index: number, event: MouseEvent) => void;
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & {
7
+ 'selected': string[];
8
+ };
9
+ declare var __VLS_33: {
10
+ item: string;
11
+ index: number;
12
+ }, __VLS_35: {
13
+ item: string;
14
+ index: number;
15
+ };
16
+ type __VLS_Slots = {} & {
17
+ 'item-leading'?: (props: typeof __VLS_33) => any;
18
+ } & {
19
+ 'item-actions'?: (props: typeof __VLS_35) => any;
20
+ };
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ "update:selected": (value: string[]) => any;
23
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
+ "onUpdate:selected"?: ((value: string[]) => any) | undefined;
25
+ }>, {
26
+ maxHeight: string;
27
+ onItemClick: (item: string, index: number, event: MouseEvent) => void;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
@@ -0,0 +1,13 @@
1
+ type __VLS_Props = {
2
+ color: string;
3
+ name: string;
4
+ };
5
+ type __VLS_PublicProps = __VLS_Props & {
6
+ modelValue: boolean;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ "update:modelValue": (value: boolean) => any;
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
@@ -0,0 +1,37 @@
1
+ import { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ items?: {
4
+ value: string;
5
+ icon: Component;
6
+ tooltip: string;
7
+ }[];
8
+ horizontal?: boolean;
9
+ };
10
+ type __VLS_PublicProps = __VLS_Props & {
11
+ modelValue: string;
12
+ };
13
+ declare var __VLS_1: {}, __VLS_11: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_1) => any;
16
+ } & {
17
+ footer?: (props: typeof __VLS_11) => any;
18
+ };
19
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ "update:modelValue": (value: string) => any;
21
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
23
+ }>, {
24
+ horizontal: boolean;
25
+ items: {
26
+ value: string;
27
+ icon: Component;
28
+ tooltip: string;
29
+ }[];
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
+ export default _default;
33
+ type __VLS_WithSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -0,0 +1,18 @@
1
+ import { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ value: string;
4
+ icon: Component;
5
+ tooltip: string;
6
+ };
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_1) => any;
10
+ };
11
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,12 @@
1
+ import { RouteLocationRaw } from 'vue-router';
2
+ type __VLS_Props = {
3
+ to: RouteLocationRaw;
4
+ label: string;
5
+ active?: boolean;
6
+ external?: boolean;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ active: boolean;
10
+ external: boolean;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ export default _default;
@@ -0,0 +1,37 @@
1
+ import { Component } from 'vue';
2
+ export interface NavigationPillItem {
3
+ key: string;
4
+ text: string;
5
+ icon?: Component;
6
+ active: boolean;
7
+ disabled?: boolean;
8
+ done?: boolean;
9
+ }
10
+ type __VLS_Props = {
11
+ items: NavigationPillItem[];
12
+ ariaLabel?: string;
13
+ /**
14
+ * Size of the pill nav. Default `md` matches `.btn` height,
15
+ * `sm` matches `.btn-sm` height.
16
+ */
17
+ size?: 'sm' | 'md';
18
+ };
19
+ declare var __VLS_1: {};
20
+ type __VLS_Slots = {} & {
21
+ default?: (props: typeof __VLS_1) => any;
22
+ };
23
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ select: (key: string) => any;
25
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
26
+ onSelect?: ((key: string) => any) | undefined;
27
+ }>, {
28
+ size: "sm" | "md";
29
+ ariaLabel: string;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
+ export default _default;
33
+ type __VLS_WithSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -0,0 +1,17 @@
1
+ type __VLS_Props = {
2
+ placeholder: string;
3
+ shortcutLabel: string;
4
+ shortcutKeys?: string;
5
+ ariaLabel?: string;
6
+ compact?: boolean;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ click: () => any;
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
11
+ onClick?: (() => any) | undefined;
12
+ }>, {
13
+ ariaLabel: string;
14
+ shortcutKeys: string;
15
+ compact: boolean;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
@@ -0,0 +1,35 @@
1
+ import { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ steps?: {
4
+ label: string;
5
+ icon?: Component;
6
+ }[];
7
+ disabledSteps?: number[];
8
+ size?: 'sm' | 'md';
9
+ };
10
+ type __VLS_PublicProps = __VLS_Props & {
11
+ 'currentStep': number;
12
+ };
13
+ declare var __VLS_10: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_10) => any;
16
+ };
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ "update:currentStep": (value: number) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
+ "onUpdate:currentStep"?: ((value: number) => any) | undefined;
21
+ }>, {
22
+ size: "sm" | "md";
23
+ steps: {
24
+ label: string;
25
+ icon?: Component;
26
+ }[];
27
+ disabledSteps: number[];
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ label: string;
3
+ };
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
7
+ };
8
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,19 @@
1
+ interface StepEntry {
2
+ label: string;
3
+ key?: string;
4
+ }
5
+ type __VLS_Props = {
6
+ steps: StepEntry[];
7
+ disabledSteps?: number[];
8
+ };
9
+ type __VLS_PublicProps = __VLS_Props & {
10
+ 'currentStep': number;
11
+ };
12
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ "update:currentStep": (value: number) => any;
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
+ "onUpdate:currentStep"?: ((value: number) => any) | undefined;
16
+ }>, {
17
+ disabledSteps: number[];
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ export default _default;
@@ -0,0 +1,37 @@
1
+ import { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ options?: {
4
+ value: string;
5
+ text: string;
6
+ icon?: Component;
7
+ disabled?: boolean;
8
+ }[];
9
+ size?: 'sm' | 'md';
10
+ };
11
+ type __VLS_PublicProps = __VLS_Props & {
12
+ modelValue: string;
13
+ };
14
+ declare var __VLS_10: {};
15
+ type __VLS_Slots = {} & {
16
+ default?: (props: typeof __VLS_10) => any;
17
+ };
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ "update:modelValue": (value: string) => any;
20
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
21
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
22
+ }>, {
23
+ options: {
24
+ value: string;
25
+ text: string;
26
+ icon?: Component;
27
+ disabled?: boolean;
28
+ }[];
29
+ size: "sm" | "md";
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
+ export default _default;
33
+ type __VLS_WithSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -0,0 +1,19 @@
1
+ import { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ value: string;
4
+ text: string;
5
+ icon?: Component;
6
+ disabled?: boolean;
7
+ };
8
+ declare var __VLS_1: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_1) => any;
11
+ };
12
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
@@ -0,0 +1,25 @@
1
+ type __VLS_Props = {
2
+ total: number;
3
+ playing?: boolean;
4
+ position?: 'left' | 'center' | 'right';
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & {
7
+ 'current': number;
8
+ };
9
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ pause: () => any;
11
+ play: () => any;
12
+ next: () => any;
13
+ previous: () => any;
14
+ "update:current": (value: number) => any;
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
+ onPause?: (() => any) | undefined;
17
+ onPlay?: (() => any) | undefined;
18
+ onNext?: (() => any) | undefined;
19
+ onPrevious?: (() => any) | undefined;
20
+ "onUpdate:current"?: ((value: number) => any) | undefined;
21
+ }>, {
22
+ playing: boolean;
23
+ position: "left" | "center" | "right";
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ export default _default;