@milaboratories/graph-maker 1.1.23 → 1.1.24

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.
@@ -6,6 +6,7 @@ export type ChipInfo = {
6
6
  title: string;
7
7
  type: ValueType;
8
8
  nonHomogenous: boolean;
9
+ isSubsetFilter: boolean;
9
10
  availableBasketIds: Set<string>;
10
11
  uniqueValues: string[];
11
12
  range: {
@@ -4,6 +4,7 @@ import { Component } from 'vue';
4
4
  import { DotShape, LineType } from './components/AesSettings/types.ts';
5
5
 
6
6
  export declare const DEFAULT_CHART_TYPE: ChartType;
7
+ /** Annotations keys */
7
8
  export declare const THRESHOLDS_KEY = "pl7.app/graph/thresholds";
8
9
  export declare const LOWER_LIMIT_KEY = "pl7.app/graph/axis/lowerLimit";
9
10
  export declare const UPPER_LIMIT_KEY = "pl7.app/graph/axis/upperLimit";
@@ -174,6 +175,7 @@ export type AxesState = {
174
175
  title: {
175
176
  value: string;
176
177
  position: TitlePosition;
178
+ mode: AxisTitleMode;
177
179
  facetTitleFrame: Frame;
178
180
  };
179
181
  axisX: {
@@ -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,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,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;
@@ -212,6 +212,7 @@ export declare function createReactiveState(initialData: GraphMakerState, chartT
212
212
  title: {
213
213
  value: string;
214
214
  position: import('./types.ts').TitlePosition;
215
+ mode: import('./types.ts').AxisTitleMode;
215
216
  facetTitleFrame: import('./types.ts').Frame;
216
217
  };
217
218
  axisX: {
@@ -496,6 +497,7 @@ export declare function factoryStore(reactiveState: Reactive<ReactiveState>, dat
496
497
  title: {
497
498
  value: string;
498
499
  position: import('./types.ts').TitlePosition;
500
+ mode: import('./types.ts').AxisTitleMode;
499
501
  facetTitleFrame: import('./types.ts').Frame;
500
502
  };
501
503
  axisX: {
@@ -807,6 +809,7 @@ export declare function provideStore(initialState: GraphMakerState, dataStoreRef
807
809
  title: {
808
810
  value: string;
809
811
  position: import('./types.ts').TitlePosition;
812
+ mode: import('./types.ts').AxisTitleMode;
810
813
  facetTitleFrame: import('./types.ts').Frame;
811
814
  };
812
815
  axisX: {