@blueprint-chart/ui 0.1.5 → 0.1.8

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.
@@ -5,6 +5,7 @@ type __VLS_Props = {
5
5
  selected?: boolean;
6
6
  layout?: 'grid' | 'row';
7
7
  forceLightThumb?: boolean;
8
+ serifTitle?: boolean;
8
9
  };
9
10
  declare var __VLS_1: {}, __VLS_3: {};
10
11
  type __VLS_Slots = {} & {
@@ -0,0 +1,10 @@
1
+ type __VLS_Props = {
2
+ placeholder: string;
3
+ shortcutLabel: string;
4
+ };
5
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ click: () => any;
7
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
+ onClick?: (() => any) | undefined;
9
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ export default _default;
@@ -1,19 +1,14 @@
1
1
  import { Component } from 'vue';
2
- export interface NavigationPillItem {
2
+ export interface NavigationSegmentedControlItem {
3
3
  key: string;
4
4
  text: string;
5
5
  icon?: Component;
6
6
  active: boolean;
7
7
  disabled?: boolean;
8
- done?: boolean;
9
8
  }
10
9
  type __VLS_Props = {
11
- items: NavigationPillItem[];
10
+ items: NavigationSegmentedControlItem[];
12
11
  ariaLabel?: string;
13
- /**
14
- * Size of the pill nav. Default `md` matches `.btn` height,
15
- * `sm` matches `.btn-sm` height.
16
- */
17
12
  size?: 'sm' | 'md';
18
13
  };
19
14
  declare var __VLS_1: {};
@@ -0,0 +1,19 @@
1
+ type __VLS_Props = {
2
+ ariaLabel?: string;
3
+ };
4
+ declare var __VLS_1: {}, __VLS_3: {};
5
+ type __VLS_Slots = {} & {
6
+ header?: (props: typeof __VLS_1) => any;
7
+ } & {
8
+ default?: (props: typeof __VLS_3) => 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<{}>, {
11
+ ariaLabel: string;
12
+ }, {}, {}, {}, 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
+ };
@@ -1,5 +1,5 @@
1
1
  type __VLS_Props = {
2
- label: string;
2
+ eyebrow?: string;
3
3
  };
4
4
  declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
@@ -0,0 +1,27 @@
1
+ import { RouteLocationRaw } from 'vue-router';
2
+ type __VLS_Props = {
3
+ to?: RouteLocationRaw;
4
+ href?: string;
5
+ label: string;
6
+ active?: boolean;
7
+ count?: number;
8
+ };
9
+ declare var __VLS_1: {}, __VLS_12: {};
10
+ type __VLS_Slots = {} & {
11
+ icon?: (props: typeof __VLS_1) => any;
12
+ } & {
13
+ icon?: (props: typeof __VLS_12) => any;
14
+ };
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
+ to: RouteLocationRaw;
17
+ active: boolean;
18
+ href: string;
19
+ count: number;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
+ export default _default;
23
+ type __VLS_WithSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -11,9 +11,9 @@ type __VLS_Props = {
11
11
  type __VLS_PublicProps = __VLS_Props & {
12
12
  modelValue: string;
13
13
  };
14
- declare var __VLS_10: {};
14
+ declare var __VLS_9: {};
15
15
  type __VLS_Slots = {} & {
16
- default?: (props: typeof __VLS_10) => any;
16
+ default?: (props: typeof __VLS_9) => any;
17
17
  };
18
18
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
19
  "update:modelValue": (value: string) => any;
@@ -0,0 +1,17 @@
1
+ import { RouteLocationRaw } from 'vue-router';
2
+ type __VLS_Props = {
3
+ name: string;
4
+ logoSrc?: string;
5
+ hideName?: boolean;
6
+ to?: RouteLocationRaw;
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
+ to: RouteLocationRaw;
14
+ logoSrc: string;
15
+ hideName: boolean;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
@@ -20,9 +20,6 @@ export declare const IconRailEntriesKey: InjectionKey<ChildEntriesContext<{
20
20
  icon: Component;
21
21
  tooltip: string;
22
22
  }>>;
23
- export declare const StepperEntriesKey: InjectionKey<ChildEntriesContext<{
24
- label: string;
25
- }>>;
26
23
  export declare const ToggleEntriesKey: InjectionKey<ChildEntriesContext<{
27
24
  value: string;
28
25
  text: string;
@@ -1,3 +1,4 @@
1
- export declare function useBreakpoint(maxWidth?: number): {
1
+ import { BootstrapBreakpoint } from '../utils/bootstrapBreakpoints';
2
+ export declare function useBreakpoint(bp?: number | BootstrapBreakpoint): {
2
3
  isNarrow: globalThis.ComputedRef<boolean>;
3
4
  };
package/dist/index.d.ts CHANGED
@@ -1,8 +1,10 @@
1
1
  export { IconSize, ChartType } from './enums';
2
2
  export { useChildEntriesProvider, useChildEntry } from './composables/useChildEntries';
3
3
  export type { ChildEntriesContext } from './composables/useChildEntries';
4
- export { ButtonGroupEntriesKey, DropdownEntriesKey, PaletteEntriesKey, IconRailEntriesKey, StepperEntriesKey, ToggleEntriesKey, } from './composables/injection-keys';
4
+ export { ButtonGroupEntriesKey, DropdownEntriesKey, PaletteEntriesKey, IconRailEntriesKey, ToggleEntriesKey, } from './composables/injection-keys';
5
5
  export { useBreakpoint } from './composables/useBreakpoint';
6
+ export { BOOTSTRAP_BREAKPOINTS } from './utils/bootstrapBreakpoints';
7
+ export type { BootstrapBreakpoint } from './utils/bootstrapBreakpoints';
6
8
  export { default as ActionCopyButton } from './components/Action/ActionCopyButton/ActionCopyButton.vue';
7
9
  export { default as AppIcon } from './components/App/AppIcon/AppIcon.vue';
8
10
  export type { AppIconProps } from './components/App/AppIcon/AppIcon.vue';
@@ -59,17 +61,20 @@ export { default as FeedbackEmptyState } from './components/Feedback/FeedbackEmp
59
61
  export { default as LayoutBottomDrawer } from './components/Layout/LayoutBottomDrawer/LayoutBottomDrawer.vue';
60
62
  export { default as LayoutPanel } from './components/Layout/LayoutPanel/LayoutPanel.vue';
61
63
  export { default as LayoutToolbarSeparator } from './components/Layout/LayoutToolbarSeparator/LayoutToolbarSeparator.vue';
62
- export { default as NavigationPillBase } from './components/Navigation/NavigationPillBase/NavigationPillBase.vue';
63
- export type { NavigationPillItem } from './components/Navigation/NavigationPillBase/NavigationPillBase.vue';
64
- export { default as NavigationStepper } from './components/Navigation/NavigationStepper/NavigationStepper.vue';
65
- export { default as NavigationStepperStep } from './components/Navigation/NavigationStepper/NavigationStepperStep.vue';
66
- export { default as NavigationStepperTabs } from './components/Navigation/NavigationStepperTabs/NavigationStepperTabs.vue';
64
+ export { default as NavigationSegmentedControl } from './components/Navigation/NavigationSegmentedControl/NavigationSegmentedControl.vue';
65
+ export type { NavigationSegmentedControlItem } from './components/Navigation/NavigationSegmentedControl/NavigationSegmentedControl.vue';
66
+ export { default as NavigationStepperChevron } from './components/Navigation/NavigationStepperChevron/NavigationStepperChevron.vue';
67
67
  export { default as NavigationToggle } from './components/Navigation/NavigationToggle/NavigationToggle.vue';
68
68
  export { default as NavigationToggleOption } from './components/Navigation/NavigationToggle/NavigationToggleOption.vue';
69
+ export { default as NavigationCommandBar } from './components/Navigation/NavigationCommandBar/NavigationCommandBar.vue';
69
70
  export { default as NavigationIconRail } from './components/Navigation/NavigationIconRail/NavigationIconRail.vue';
70
71
  export { default as NavigationIconRailEntry } from './components/Navigation/NavigationIconRail/NavigationIconRailEntry.vue';
71
72
  export { default as NavigationLink } from './components/Navigation/NavigationLink/NavigationLink.vue';
72
73
  export { default as NavigationSearchPill } from './components/Navigation/NavigationSearchPill/NavigationSearchPill.vue';
74
+ export { default as NavigationSidebar } from './components/Navigation/NavigationSidebar/NavigationSidebar.vue';
75
+ export { default as NavigationSidebarGroup } from './components/Navigation/NavigationSidebarGroup/NavigationSidebarGroup.vue';
76
+ export { default as NavigationSidebarItem } from './components/Navigation/NavigationSidebarItem/NavigationSidebarItem.vue';
77
+ export { default as NavigationWorkspaceSwitcher } from './components/Navigation/NavigationWorkspaceSwitcher/NavigationWorkspaceSwitcher.vue';
73
78
  export { default as ListItemRow } from './components/List/ListItemRow/ListItemRow.vue';
74
79
  export { default as ListItemActions } from './components/List/ListItemActions/ListItemActions.vue';
75
80
  export { default as ListSelectPanel } from './components/List/ListSelectPanel/ListSelectPanel.vue';