@blueprint-chart/ui 0.1.4 → 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.
@@ -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;
@@ -10,6 +10,10 @@ export interface NavigationPillItem {
10
10
  type __VLS_Props = {
11
11
  items: NavigationPillItem[];
12
12
  ariaLabel?: string;
13
+ /**
14
+ * Size of the pill nav. Default `md` matches `.btn` height,
15
+ * `sm` matches `.btn-sm` height.
16
+ */
13
17
  size?: 'sm' | 'md';
14
18
  };
15
19
  declare var __VLS_1: {};
@@ -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,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;
@@ -6,6 +6,7 @@ type __VLS_Props = {
6
6
  icon?: Component;
7
7
  disabled?: boolean;
8
8
  }[];
9
+ size?: 'sm' | 'md';
9
10
  };
10
11
  type __VLS_PublicProps = __VLS_Props & {
11
12
  modelValue: string;
@@ -25,6 +26,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
25
26
  icon?: Component;
26
27
  disabled?: boolean;
27
28
  }[];
29
+ size: "sm" | "md";
28
30
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
31
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
32
  export default _default;
@@ -9,15 +9,15 @@ type __VLS_PublicProps = __VLS_Props & {
9
9
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
10
  pause: () => any;
11
11
  play: () => any;
12
- "update:current": (value: number) => any;
13
- previous: () => any;
14
12
  next: () => any;
13
+ previous: () => any;
14
+ "update:current": (value: number) => any;
15
15
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
16
  onPause?: (() => any) | undefined;
17
17
  onPlay?: (() => any) | undefined;
18
- "onUpdate:current"?: ((value: number) => any) | undefined;
19
- onPrevious?: (() => any) | undefined;
20
18
  onNext?: (() => any) | undefined;
19
+ onPrevious?: (() => any) | undefined;
20
+ "onUpdate:current"?: ((value: number) => any) | undefined;
21
21
  }>, {
22
22
  playing: boolean;
23
23
  position: "left" | "center" | "right";
@@ -9,15 +9,15 @@ type __VLS_PublicProps = __VLS_Props & {
9
9
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
10
  pause: () => any;
11
11
  play: () => any;
12
- "update:current": (value: number) => any;
13
- previous: () => any;
14
12
  next: () => any;
13
+ previous: () => any;
14
+ "update:current": (value: number) => any;
15
15
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
16
  onPause?: (() => any) | undefined;
17
17
  onPlay?: (() => any) | undefined;
18
- "onUpdate:current"?: ((value: number) => any) | undefined;
19
- onPrevious?: (() => any) | undefined;
20
18
  onNext?: (() => any) | undefined;
19
+ onPrevious?: (() => any) | undefined;
20
+ "onUpdate:current"?: ((value: number) => any) | undefined;
21
21
  }>, {
22
22
  playing: boolean;
23
23
  position: "left" | "center" | "right";
@@ -12,15 +12,15 @@ type __VLS_PublicProps = __VLS_Props & {
12
12
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  pause: () => any;
14
14
  play: () => any;
15
- "update:current": (value: number) => any;
16
- previous: () => any;
17
15
  next: () => any;
16
+ previous: () => any;
17
+ "update:current": (value: number) => any;
18
18
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
19
  onPause?: (() => any) | undefined;
20
20
  onPlay?: (() => any) | undefined;
21
- "onUpdate:current"?: ((value: number) => any) | undefined;
22
- onPrevious?: (() => any) | undefined;
23
21
  onNext?: (() => any) | undefined;
22
+ onPrevious?: (() => any) | undefined;
23
+ "onUpdate:current"?: ((value: number) => any) | undefined;
24
24
  }>, {
25
25
  playing: boolean;
26
26
  position: "left" | "center" | "right";
package/dist/index.d.ts CHANGED
@@ -63,10 +63,13 @@ export { default as NavigationPillBase } from './components/Navigation/Navigatio
63
63
  export type { NavigationPillItem } from './components/Navigation/NavigationPillBase/NavigationPillBase.vue';
64
64
  export { default as NavigationStepper } from './components/Navigation/NavigationStepper/NavigationStepper.vue';
65
65
  export { default as NavigationStepperStep } from './components/Navigation/NavigationStepper/NavigationStepperStep.vue';
66
+ export { default as NavigationStepperTabs } from './components/Navigation/NavigationStepperTabs/NavigationStepperTabs.vue';
66
67
  export { default as NavigationToggle } from './components/Navigation/NavigationToggle/NavigationToggle.vue';
67
68
  export { default as NavigationToggleOption } from './components/Navigation/NavigationToggle/NavigationToggleOption.vue';
68
69
  export { default as NavigationIconRail } from './components/Navigation/NavigationIconRail/NavigationIconRail.vue';
69
70
  export { default as NavigationIconRailEntry } from './components/Navigation/NavigationIconRail/NavigationIconRailEntry.vue';
71
+ export { default as NavigationLink } from './components/Navigation/NavigationLink/NavigationLink.vue';
72
+ export { default as NavigationSearchPill } from './components/Navigation/NavigationSearchPill/NavigationSearchPill.vue';
70
73
  export { default as ListItemRow } from './components/List/ListItemRow/ListItemRow.vue';
71
74
  export { default as ListItemActions } from './components/List/ListItemActions/ListItemActions.vue';
72
75
  export { default as ListSelectPanel } from './components/List/ListSelectPanel/ListSelectPanel.vue';