@bikdotai/bik-component-library 0.0.617-bug-beta11 → 0.0.618

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.
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { QueryBuilderNodeProps } from "../../../Types/QueryBuilderNodeProps.type";
2
+ import { QueryBuilderNodeProps } from "../../../types/QueryBuilderNodeProps.type";
3
3
  declare const EventsTrigger: React.FC<QueryBuilderNodeProps>;
4
4
  export default EventsTrigger;
@@ -1,2 +1,2 @@
1
- import { QueryBuilderAPIData } from "../../../Types/QueryBuilderAPI.type";
1
+ import { QueryBuilderAPIData } from "../../../types/QueryBuilderAPI.type";
2
2
  export declare const useIGTriggerNameCacheSelector: () => QueryBuilderAPIData[];
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { QueryBuilderNodeProps } from "../../../Types/QueryBuilderNodeProps.type";
2
+ import { QueryBuilderNodeProps } from "../../../types/QueryBuilderNodeProps.type";
3
3
  declare const IGTrigger: React.FC<QueryBuilderNodeProps>;
4
4
  export default IGTrigger;
@@ -1,2 +1,2 @@
1
- import { QueryBuilderAPIData } from "../../../Types/QueryBuilderAPI.type";
1
+ import { QueryBuilderAPIData } from "../../../types/QueryBuilderAPI.type";
2
2
  export declare const useIGTriggerNameCacheSelector: () => QueryBuilderAPIData[];
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { DropdownOption } from "../../../dropdown/type";
3
- import { QueryBuilderProperty } from "../../Types/QueryBuilder.type";
4
- import { QueryBuilderNodeProps } from "../../Types/QueryBuilderNodeProps.type";
3
+ import { QueryBuilderProperty } from "../../types/QueryBuilder.type";
4
+ import { QueryBuilderNodeProps } from "../../types/QueryBuilderNodeProps.type";
5
5
  declare const BaseTriggerQueryBuilderNode: React.FC<QueryBuilderNodeProps & {
6
6
  cacheKey: string;
7
7
  propertyAddBtnText: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const Menus: ({
3
2
  displayName: string;
4
3
  key: number;
@@ -15,6 +15,7 @@ export declare function iterateOnOptions(options: DropdownOption[], newVal: Part
15
15
  selectedLabel?: string | undefined;
16
16
  children?: SingleOption[] | undefined;
17
17
  parent?: SingleOption | undefined;
18
+ 'data-test'?: string | undefined;
18
19
  } | {
19
20
  label?: string | undefined;
20
21
  value?: string | undefined;
@@ -30,6 +31,7 @@ export declare function iterateOnOptions(options: DropdownOption[], newVal: Part
30
31
  selectedLabel?: string | undefined;
31
32
  children?: SingleOption[] | undefined;
32
33
  parent?: SingleOption | undefined;
34
+ 'data-test'?: string | undefined;
33
35
  options: SingleOption[];
34
36
  })[];
35
37
  export declare function iterateOnOptionsRaw(options: DropdownOption[], cb: (option: SingleOption) => void): void;
@@ -22,6 +22,7 @@ export declare const useDropdown: (version: string | undefined, options: Dropdow
22
22
  selectedLabel?: string | undefined;
23
23
  children?: SingleOption[] | undefined;
24
24
  parent?: SingleOption | undefined;
25
+ 'data-test'?: string | undefined;
25
26
  } | {
26
27
  label?: string | undefined;
27
28
  value?: string | undefined;
@@ -37,6 +38,7 @@ export declare const useDropdown: (version: string | undefined, options: Dropdow
37
38
  selectedLabel?: string | undefined;
38
39
  children?: SingleOption[] | undefined;
39
40
  parent?: SingleOption | undefined;
41
+ 'data-test'?: string | undefined;
40
42
  options: SingleOption[];
41
43
  })[] | undefined;
42
44
  selectAllHandler: (newState: SelectAllCheckboxState) => void;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { QueryBuilderNodeProps } from "../../../Types/QueryBuilderNodeProps.type";
2
+ import { QueryBuilderNodeProps } from "../../../types/QueryBuilderNodeProps.type";
3
3
  declare const EventsTrigger: React.FC<QueryBuilderNodeProps>;
4
4
  export default EventsTrigger;
@@ -1,2 +1,2 @@
1
- import { QueryBuilderAPIData } from "../../../Types/QueryBuilderAPI.type";
1
+ import { QueryBuilderAPIData } from "../../../types/QueryBuilderAPI.type";
2
2
  export declare const useIGTriggerNameCacheSelector: () => QueryBuilderAPIData[];
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { QueryBuilderNodeProps } from "../../../Types/QueryBuilderNodeProps.type";
2
+ import { QueryBuilderNodeProps } from "../../../types/QueryBuilderNodeProps.type";
3
3
  declare const IGTrigger: React.FC<QueryBuilderNodeProps>;
4
4
  export default IGTrigger;
@@ -1,2 +1,2 @@
1
- import { QueryBuilderAPIData } from "../../../Types/QueryBuilderAPI.type";
1
+ import { QueryBuilderAPIData } from "../../../types/QueryBuilderAPI.type";
2
2
  export declare const useIGTriggerNameCacheSelector: () => QueryBuilderAPIData[];
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { DropdownOption } from "../../../dropdown/type";
3
- import { QueryBuilderProperty } from "../../Types/QueryBuilder.type";
4
- import { QueryBuilderNodeProps } from "../../Types/QueryBuilderNodeProps.type";
3
+ import { QueryBuilderProperty } from "../../types/QueryBuilder.type";
4
+ import { QueryBuilderNodeProps } from "../../types/QueryBuilderNodeProps.type";
5
5
  declare const BaseTriggerQueryBuilderNode: React.FC<QueryBuilderNodeProps & {
6
6
  cacheKey: string;
7
7
  propertyAddBtnText: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const Menus: ({
3
2
  displayName: string;
4
3
  key: number;
@@ -15,6 +15,7 @@ export declare function iterateOnOptions(options: DropdownOption[], newVal: Part
15
15
  selectedLabel?: string | undefined;
16
16
  children?: SingleOption[] | undefined;
17
17
  parent?: SingleOption | undefined;
18
+ 'data-test'?: string | undefined;
18
19
  } | {
19
20
  label?: string | undefined;
20
21
  value?: string | undefined;
@@ -30,6 +31,7 @@ export declare function iterateOnOptions(options: DropdownOption[], newVal: Part
30
31
  selectedLabel?: string | undefined;
31
32
  children?: SingleOption[] | undefined;
32
33
  parent?: SingleOption | undefined;
34
+ 'data-test'?: string | undefined;
33
35
  options: SingleOption[];
34
36
  })[];
35
37
  export declare function iterateOnOptionsRaw(options: DropdownOption[], cb: (option: SingleOption) => void): void;
@@ -22,6 +22,7 @@ export declare const useDropdown: (version: string | undefined, options: Dropdow
22
22
  selectedLabel?: string | undefined;
23
23
  children?: SingleOption[] | undefined;
24
24
  parent?: SingleOption | undefined;
25
+ 'data-test'?: string | undefined;
25
26
  } | {
26
27
  label?: string | undefined;
27
28
  value?: string | undefined;
@@ -37,6 +38,7 @@ export declare const useDropdown: (version: string | undefined, options: Dropdow
37
38
  selectedLabel?: string | undefined;
38
39
  children?: SingleOption[] | undefined;
39
40
  parent?: SingleOption | undefined;
41
+ 'data-test'?: string | undefined;
40
42
  options: SingleOption[];
41
43
  })[] | undefined;
42
44
  selectAllHandler: (newState: SelectAllCheckboxState) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.617-bug-beta11",
3
+ "version": "0.0.618",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",