@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,12 @@
1
+ type __VLS_Props = {
2
+ text: string;
3
+ label?: string;
4
+ variant?: string;
5
+ size?: string;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ label: string;
9
+ size: string;
10
+ variant: string;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ export default _default;
@@ -0,0 +1,39 @@
1
+ import { Component } from 'vue';
2
+ import { TextColorVariant } from 'bootstrap-vue-next';
3
+ import { IconSize } from '../../../types';
4
+ export interface AppIconProps {
5
+ name?: string | Component;
6
+ size?: IconSize | string;
7
+ scale?: number;
8
+ variant?: TextColorVariant;
9
+ hoverVariant?: TextColorVariant;
10
+ beat?: boolean;
11
+ beatDuration?: string;
12
+ fade?: boolean;
13
+ fadeDuration?: string;
14
+ spin?: boolean;
15
+ spinReverse?: boolean;
16
+ spinDuration?: string;
17
+ hover?: boolean;
18
+ }
19
+ declare var __VLS_5: {};
20
+ type __VLS_Slots = {} & {
21
+ default?: (props: typeof __VLS_5) => any;
22
+ };
23
+ declare const __VLS_component: import('vue').DefineComponent<AppIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AppIconProps> & Readonly<{}>, {
24
+ size: IconSize | string;
25
+ variant: TextColorVariant;
26
+ name: string | Component;
27
+ scale: number;
28
+ hoverVariant: TextColorVariant;
29
+ beatDuration: string;
30
+ fadeDuration: string;
31
+ spinDuration: string;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
34
+ export default _default;
35
+ type __VLS_WithSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
@@ -0,0 +1,18 @@
1
+ import { IconSize } from '../../../types';
2
+ export interface AppIconLayersProps {
3
+ size?: IconSize | string;
4
+ }
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_component: import('vue').DefineComponent<AppIconLayersProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AppIconLayersProps> & Readonly<{}>, {
10
+ size: IconSize | string;
11
+ }, {}, {}, {}, 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,23 @@
1
+ type __VLS_Props = {
2
+ label?: string;
3
+ size?: 'default' | 'sm';
4
+ };
5
+ declare var __VLS_10: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_10) => any;
8
+ };
9
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ click: () => any;
11
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ onClick?: (() => any) | undefined;
13
+ }>, {
14
+ label: string;
15
+ size: "default" | "sm";
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,6 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
+ click: () => any;
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
+ onClick?: (() => any) | undefined;
5
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
+ click: () => any;
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
+ onClick?: (() => any) | undefined;
5
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
+ click: () => any;
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
+ onClick?: (() => any) | undefined;
5
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -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,79 @@
1
+ import { Component } from 'vue';
2
+ import { TextColorVariant, ButtonVariant, PopoverPlacement, Size, ButtonType } from 'bootstrap-vue-next';
3
+ export interface ButtonIconProps {
4
+ id?: string;
5
+ iconLeft?: string | Component;
6
+ iconLeftVariant?: TextColorVariant;
7
+ iconLeftHoverVariant?: TextColorVariant;
8
+ iconLeftSize?: string;
9
+ iconRight?: string | Component;
10
+ iconRightVariant?: TextColorVariant;
11
+ iconRightHoverVariant?: TextColorVariant;
12
+ iconRightSize?: string;
13
+ iconSpinner?: string | Component;
14
+ hideLabel?: boolean;
15
+ hideTooltip?: boolean;
16
+ label?: string;
17
+ square?: boolean;
18
+ variant?: ButtonVariant;
19
+ size?: Size;
20
+ block?: boolean;
21
+ pill?: boolean;
22
+ pressed?: boolean;
23
+ tag?: string;
24
+ type?: ButtonType;
25
+ loading?: boolean;
26
+ loadingDuration?: string;
27
+ loadingText?: string;
28
+ tooltipLabel?: string;
29
+ tooltipPlacement?: PopoverPlacement;
30
+ tooltipDelay?: {
31
+ show: number;
32
+ hide: number;
33
+ };
34
+ showTooltipForce?: boolean;
35
+ hover?: boolean;
36
+ truncate?: boolean;
37
+ counter?: number | null;
38
+ counterVariant?: TextColorVariant;
39
+ counterStyle?: string | object;
40
+ }
41
+ type __VLS_Props = Omit<ButtonIconProps, 'pressed'>;
42
+ declare var __VLS_12: {}, __VLS_18: {
43
+ labelOrLoadingText: string | undefined;
44
+ }, __VLS_32: {};
45
+ type __VLS_Slots = {} & {
46
+ start?: (props: typeof __VLS_12) => any;
47
+ } & {
48
+ default?: (props: typeof __VLS_18) => any;
49
+ } & {
50
+ end?: (props: typeof __VLS_32) => any;
51
+ };
52
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
53
+ "click:icon-right": (...args: any[]) => void;
54
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
55
+ "onClick:icon-right"?: ((...args: any[]) => any) | undefined;
56
+ }>, {
57
+ type: ButtonType;
58
+ tag: string;
59
+ hideLabel: boolean;
60
+ hideTooltip: boolean;
61
+ square: boolean;
62
+ iconLeftSize: string;
63
+ iconRightSize: string;
64
+ iconSpinner: string | Component;
65
+ loadingDuration: string;
66
+ tooltipPlacement: PopoverPlacement;
67
+ tooltipDelay: {
68
+ show: number;
69
+ hide: number;
70
+ };
71
+ counter: number | null;
72
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
73
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
74
+ export default _default;
75
+ type __VLS_WithSlots<T, S> = T & {
76
+ new (): {
77
+ $slots: S;
78
+ };
79
+ };
@@ -0,0 +1,20 @@
1
+ import { TextColorVariant } from 'bootstrap-vue-next';
2
+ export interface ButtonIconCounterProps {
3
+ counter?: number | null;
4
+ variant?: TextColorVariant;
5
+ }
6
+ declare var __VLS_6: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_6) => any;
9
+ };
10
+ declare const __VLS_component: import('vue').DefineComponent<ButtonIconCounterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonIconCounterProps> & Readonly<{}>, {
11
+ variant: TextColorVariant;
12
+ counter: number | null;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,11 @@
1
+ type __VLS_Props = {
2
+ disabled?: boolean;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ click: () => any;
6
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
7
+ onClick?: (() => any) | undefined;
8
+ }>, {
9
+ disabled: boolean;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
@@ -0,0 +1,11 @@
1
+ type __VLS_Props = {
2
+ disabled?: boolean;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ click: () => any;
6
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
7
+ onClick?: (() => any) | undefined;
8
+ }>, {
9
+ disabled: boolean;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
@@ -0,0 +1,5 @@
1
+ type __VLS_Props = {
2
+ chartType: string;
3
+ };
4
+ declare const _default: 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>;
5
+ export default _default;
@@ -0,0 +1,8 @@
1
+ type __VLS_Props = {
2
+ chartType: string;
3
+ theme?: 'light' | 'dark';
4
+ };
5
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
+ theme: "light" | "dark";
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,9 @@
1
+ type __VLS_Props = {
2
+ color: string;
3
+ bordered?: boolean;
4
+ size?: 'sm' | 'md';
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ size: "sm" | "md";
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ level: 'AAA' | 'AA' | 'Fail';
3
+ ratio?: string;
4
+ };
5
+ declare const _default: 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>;
6
+ export default _default;
@@ -0,0 +1,8 @@
1
+ type __VLS_Props = {
2
+ value: string;
3
+ format?: 'short' | 'long';
4
+ };
5
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
+ format: "short" | "long";
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ value: number;
3
+ precision?: number;
4
+ unit?: string;
5
+ };
6
+ declare const _default: 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>;
7
+ export default _default;
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ colors: string[];
3
+ bordered?: boolean;
4
+ };
5
+ declare const _default: 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>;
6
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ min: number | string;
3
+ max: number | string;
4
+ unit?: string;
5
+ };
6
+ declare const _default: 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>;
7
+ export default _default;
@@ -0,0 +1,10 @@
1
+ type __VLS_Props = {
2
+ value: string | number;
3
+ unit?: string;
4
+ size?: 'sm' | 'md';
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ size: "sm" | "md";
8
+ unit: string;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ export default _default;
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ message?: 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,44 @@
1
+ import { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ label: string;
4
+ options?: {
5
+ value: string;
6
+ text: string;
7
+ iconLeft?: Component;
8
+ description?: string;
9
+ visual?: string | Component;
10
+ icon?: Component;
11
+ }[];
12
+ block?: boolean;
13
+ };
14
+ type __VLS_PublicProps = __VLS_Props & {
15
+ modelValue: string;
16
+ };
17
+ declare var __VLS_26: {}, __VLS_29: `section:${string}`, __VLS_30: {};
18
+ type __VLS_Slots = {} & {
19
+ [K in NonNullable<typeof __VLS_29>]?: (props: typeof __VLS_30) => any;
20
+ } & {
21
+ default?: (props: typeof __VLS_26) => any;
22
+ };
23
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ "update:modelValue": (value: string) => any;
25
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
26
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
27
+ }>, {
28
+ options: {
29
+ value: string;
30
+ text: string;
31
+ iconLeft?: Component;
32
+ description?: string;
33
+ visual?: string | Component;
34
+ icon?: Component;
35
+ }[];
36
+ block: boolean;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
38
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
39
+ export default _default;
40
+ type __VLS_WithSlots<T, S> = T & {
41
+ new (): {
42
+ $slots: S;
43
+ };
44
+ };
@@ -0,0 +1,21 @@
1
+ import { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ value: string;
4
+ text: string;
5
+ iconLeft?: Component;
6
+ description?: string;
7
+ visual?: string | Component;
8
+ icon?: Component;
9
+ };
10
+ declare var __VLS_1: {};
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_1) => 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,24 @@
1
+ type __VLS_Props = {
2
+ label?: string;
3
+ };
4
+ type __VLS_PublicProps = __VLS_Props & {
5
+ modelValue: boolean;
6
+ };
7
+ declare var __VLS_14: {}, __VLS_16: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_14) => any;
10
+ } & {
11
+ section?: (props: typeof __VLS_16) => any;
12
+ };
13
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ "update:modelValue": (value: boolean) => any;
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
+ export default _default;
20
+ type __VLS_WithSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -0,0 +1,13 @@
1
+ type __VLS_Props = {
2
+ label: string;
3
+ id: string;
4
+ };
5
+ type __VLS_PublicProps = __VLS_Props & {
6
+ modelValue: string;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ "update:modelValue": (value: string) => any;
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ target: HTMLElement | null;
3
+ manual?: boolean;
4
+ };
5
+ type __VLS_PublicProps = __VLS_Props & {
6
+ modelValue: string;
7
+ 'open'?: boolean;
8
+ };
9
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ "update:modelValue": (value: string) => any;
11
+ "update:open": (value: boolean) => any;
12
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
13
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
14
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
15
+ }>, {
16
+ manual: boolean;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ export default _default;
@@ -0,0 +1,13 @@
1
+ type __VLS_Props = {
2
+ label?: string;
3
+ id?: string;
4
+ };
5
+ type __VLS_PublicProps = __VLS_Props & {
6
+ modelValue: string;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ "update:modelValue": (value: string) => any;
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
@@ -0,0 +1,13 @@
1
+ type __VLS_Props = {
2
+ label: string;
3
+ id: string;
4
+ };
5
+ type __VLS_PublicProps = __VLS_Props & {
6
+ modelValue: string[];
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ "update:modelValue": (value: string[]) => any;
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ 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,25 @@
1
+ type CompassDirection = 'NW' | 'N' | 'NE' | 'E' | 'SE' | 'S' | 'SW' | 'W' | 'center';
2
+ type HandleShape = 'corner' | 'edge-h' | 'edge-v' | 'center';
3
+ export interface DirEntry {
4
+ value: CompassDirection;
5
+ pos: string;
6
+ label: string;
7
+ shape: HandleShape;
8
+ x: number;
9
+ y: number;
10
+ }
11
+ type __VLS_Props = {
12
+ label: string;
13
+ size?: 'xs' | 'sm' | 'md' | 'lg';
14
+ };
15
+ type __VLS_PublicProps = __VLS_Props & {
16
+ modelValue: CompassDirection;
17
+ };
18
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ "update:modelValue": (value: CompassDirection) => any;
20
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
21
+ "onUpdate:modelValue"?: ((value: CompassDirection) => any) | undefined;
22
+ }>, {
23
+ size: "xs" | "sm" | "md" | "lg";
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ export default _default;
@@ -0,0 +1,58 @@
1
+ import { Component } from 'vue';
2
+ export interface FormControlDropdownOption {
3
+ value: string;
4
+ label: string;
5
+ description?: string;
6
+ visual?: string | Component;
7
+ icon?: Component;
8
+ }
9
+ type __VLS_Props = {
10
+ label?: string;
11
+ id?: string;
12
+ options?: FormControlDropdownOption[];
13
+ block?: boolean;
14
+ lightLabel?: boolean;
15
+ disabled?: boolean;
16
+ placeholder?: string;
17
+ size?: 'sm' | 'md' | 'lg';
18
+ autoClose?: boolean | 'inside' | 'outside';
19
+ menuClass?: string;
20
+ minMenuWidth?: number;
21
+ };
22
+ type __VLS_PublicProps = __VLS_Props & {
23
+ modelValue: string;
24
+ };
25
+ declare var __VLS_7: {}, __VLS_20: {}, __VLS_26: {
26
+ hide: () => void | undefined;
27
+ };
28
+ type __VLS_Slots = {} & {
29
+ default?: (props: typeof __VLS_7) => any;
30
+ } & {
31
+ 'button-content'?: (props: typeof __VLS_20) => any;
32
+ } & {
33
+ menu?: (props: typeof __VLS_26) => any;
34
+ };
35
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
+ "update:modelValue": (value: string) => any;
37
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
38
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
39
+ }>, {
40
+ label: string;
41
+ id: string;
42
+ options: FormControlDropdownOption[];
43
+ block: boolean;
44
+ lightLabel: boolean;
45
+ disabled: boolean;
46
+ placeholder: string;
47
+ size: "sm" | "md" | "lg";
48
+ autoClose: boolean | "inside" | "outside";
49
+ menuClass: string;
50
+ minMenuWidth: number;
51
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
52
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
53
+ export default _default;
54
+ type __VLS_WithSlots<T, S> = T & {
55
+ new (): {
56
+ $slots: S;
57
+ };
58
+ };
@@ -0,0 +1,20 @@
1
+ import { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ value: string;
4
+ label: string;
5
+ description?: string;
6
+ visual?: string | Component;
7
+ icon?: Component;
8
+ };
9
+ declare var __VLS_1: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_1) => any;
12
+ };
13
+ 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>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };