@elliemae/ds-query-builder 3.70.0-next.53 → 3.70.0-next.58

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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import QueryBuilderFormat from './components/format/format.js';
2
3
  declare const DSQueryBuilder: {
3
4
  ({ containerProps, addFilterMethod, groupFilterMethod, onChange, fields, fieldsSharedActions, format, init, ruleContainerClassName, handleDrop, handleDropFilter, handleDropGroup, handleFieldChange, handleRuleContainerOperator, handleRuleContainerUnGroup, onAddFilter, onAddRuleContainer, onRemoveFilter, displayFixedOutput, displayOutput, displayOutputLabel, singleRow, toolTipZIndex, }: {
@@ -31,7 +32,7 @@ declare const DSQueryBuilder: {
31
32
  } | undefined;
32
33
  singleRow?: boolean | undefined;
33
34
  toolTipZIndex?: number | undefined;
34
- }): import("react/jsx-runtime.js").JSX.Element;
35
+ }): React.JSX.Element;
35
36
  displayName: string;
36
37
  };
37
38
  declare const DSQueryBuilderWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
@@ -1,4 +1,4 @@
1
- import { Component } from 'react';
1
+ import React, { Component } from 'react';
2
2
  /**
3
3
  * condition-display-step: required to avoid the cache of the trigger
4
4
  * @param e
@@ -27,6 +27,6 @@ declare class AndOrController extends Component {
27
27
  handleMouseEnterRow: (e: any) => void;
28
28
  handleMouseLeaveRow: () => void;
29
29
  handleTooltipRow: (isOpen: any) => void;
30
- render(): import("react/jsx-runtime.js").JSX.Element;
30
+ render(): React.JSX.Element;
31
31
  }
32
32
  export default AndOrController;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  declare const ConditionController: ({ onAddFilter, onAddRuleContainer, onRemoveFilter, handleTooltipRow, buttonTriggerSize, buttonTriggerType, buttonActionSize, buttonActionType, isOpen, }: {
2
3
  onAddFilter?: (() => null) | undefined;
3
4
  onAddRuleContainer?: (() => null) | undefined;
@@ -8,5 +9,5 @@ declare const ConditionController: ({ onAddFilter, onAddRuleContainer, onRemoveF
8
9
  buttonActionSize?: "m" | undefined;
9
10
  buttonActionType?: string | undefined;
10
11
  isOpen?: boolean | undefined;
11
- }) => import("react/jsx-runtime").JSX.Element;
12
+ }) => React.JSX.Element;
12
13
  export default ConditionController;
@@ -2,6 +2,6 @@ import { Component } from 'react';
2
2
  declare class DisplayOutput extends Component {
3
3
  constructor(props: any);
4
4
  handleChange: () => void;
5
- render(): import("react/jsx-runtime.js").JSX.Element;
5
+ render(): import("react").JSX.Element;
6
6
  }
7
7
  export default DisplayOutput;
@@ -1,8 +1,9 @@
1
+ import React from 'react';
1
2
  declare const DragContainerController: ({ color, icon: Icon, size, multipleSize, onClick, }: {
2
3
  color?: ["neutral", "900"] | undefined;
3
- icon?: ((rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element) | undefined;
4
+ icon?: ((rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react").JSX.Element) | undefined;
4
5
  size?: "s" | undefined;
5
6
  multipleSize?: boolean | undefined;
6
7
  onClick: any;
7
- }) => import("react/jsx-runtime").JSX.Element;
8
+ }) => React.JSX.Element;
8
9
  export default DragContainerController;
@@ -1,8 +1,9 @@
1
+ import React from 'react';
1
2
  declare const DragControllerRow: ({ className, color, icon: Icon, size, ...rest }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
4
5
  color?: string[] | undefined;
5
- icon?: ((rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element) | undefined;
6
+ icon?: ((rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react").JSX.Element) | undefined;
6
7
  size?: "m" | undefined;
7
- }) => import("react/jsx-runtime").JSX.Element;
8
+ }) => React.JSX.Element;
8
9
  export default DragControllerRow;
@@ -1,8 +1,9 @@
1
+ import React from 'react';
1
2
  declare const FieldControllerRow: ({ className, onChange, options, value, type, }: {
2
3
  className?: string | undefined;
3
4
  onChange?: (() => null) | undefined;
4
5
  options?: never[] | undefined;
5
6
  value?: string | undefined;
6
7
  type?: string | undefined;
7
- }) => import("react/jsx-runtime").JSX.Element;
8
+ }) => React.JSX.Element;
8
9
  export default FieldControllerRow;
@@ -45,7 +45,7 @@ declare class Nestable extends Component {
45
45
  pathFrom: any;
46
46
  pathTo: any;
47
47
  }, extraProps?: {}): void;
48
- renderDragLayer(): import("react/jsx-runtime.js").JSX.Element;
49
- render(): import("react/jsx-runtime.js").JSX.Element;
48
+ renderDragLayer(): import("react").JSX.Element;
49
+ render(): import("react").JSX.Element;
50
50
  }
51
51
  export default Nestable;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  declare const NestableItem: ({ item, isCopy, options, index, isAndItem, isOrItem, isDraggableItem, singleRow }: {
2
3
  item: any;
3
4
  isCopy: any;
@@ -7,5 +8,5 @@ declare const NestableItem: ({ item, isCopy, options, index, isAndItem, isOrItem
7
8
  isOrItem: any;
8
9
  isDraggableItem: any;
9
10
  singleRow: any;
10
- }) => import("react/jsx-runtime").JSX.Element;
11
+ }) => React.JSX.Element;
11
12
  export default NestableItem;
@@ -1,4 +1,4 @@
1
- import { Component } from 'react';
1
+ import React, { Component } from 'react';
2
2
  declare class QueryBuilderImpl extends Component {
3
3
  isDraggableItem: boolean;
4
4
  constructor(props: any);
@@ -42,6 +42,6 @@ declare class QueryBuilderImpl extends Component {
42
42
  }) => void;
43
43
  sendCall: (action: any, data: any) => void;
44
44
  setDraggableItems: (drag: any) => void;
45
- render(): import("react/jsx-runtime.js").JSX.Element;
45
+ render(): React.JSX.Element;
46
46
  }
47
47
  export default QueryBuilderImpl;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  declare const QueryBuilderItem: ({ item }: {
2
3
  item: any;
3
- }) => import("react/jsx-runtime.js").JSX.Element;
4
+ }) => React.JSX.Element;
4
5
  export default QueryBuilderItem;
@@ -1,4 +1,4 @@
1
- import { Component } from 'react';
1
+ import React, { Component } from 'react';
2
2
  declare class QueryBuilderRow extends Component<any, any> {
3
3
  constructor(props: any);
4
4
  onChangeHandler(e: any, target: any, extraData: any, hasError: any): void;
@@ -7,6 +7,6 @@ declare class QueryBuilderRow extends Component<any, any> {
7
7
  handleMouseEnterInput: () => void;
8
8
  handleMouseLeaveInput: () => void;
9
9
  handleTooltipRow: (isOpen: any) => void;
10
- render(): import("react/jsx-runtime.js").JSX.Element;
10
+ render(): React.JSX.Element;
11
11
  }
12
12
  export default QueryBuilderRow;
@@ -1,2 +1,3 @@
1
- declare const ToolBarAnimation: (props: any) => import("react/jsx-runtime").JSX.Element;
1
+ import React from 'react';
2
+ declare const ToolBarAnimation: (props: any) => React.JSX.Element;
2
3
  export { ToolBarAnimation };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-query-builder",
3
- "version": "3.70.0-next.53",
3
+ "version": "3.70.0-next.58",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Query Builder",
6
6
  "files": [
@@ -40,20 +40,20 @@
40
40
  "@elliemae/ds-legacy-form": "1.0.16",
41
41
  "classnames": "~2.3.2",
42
42
  "react-addons-update": "~15.6.3",
43
- "@elliemae/ds-accordion": "3.70.0-next.53",
44
- "@elliemae/ds-classnames": "3.70.0-next.53",
45
- "@elliemae/ds-floating-context": "3.70.0-next.53",
46
- "@elliemae/ds-icon": "3.70.0-next.53",
47
- "@elliemae/ds-grid": "3.70.0-next.53",
48
- "@elliemae/ds-shared": "3.70.0-next.53",
49
- "@elliemae/ds-tooltip-v3": "3.70.0-next.53",
50
- "@elliemae/ds-icons": "3.70.0-next.53",
51
- "@elliemae/ds-props-helpers": "3.70.0-next.53"
43
+ "@elliemae/ds-accordion": "3.70.0-next.58",
44
+ "@elliemae/ds-classnames": "3.70.0-next.58",
45
+ "@elliemae/ds-grid": "3.70.0-next.58",
46
+ "@elliemae/ds-icon": "3.70.0-next.58",
47
+ "@elliemae/ds-icons": "3.70.0-next.58",
48
+ "@elliemae/ds-floating-context": "3.70.0-next.58",
49
+ "@elliemae/ds-props-helpers": "3.70.0-next.58",
50
+ "@elliemae/ds-shared": "3.70.0-next.58",
51
+ "@elliemae/ds-tooltip-v3": "3.70.0-next.58"
52
52
  },
53
53
  "devDependencies": {
54
54
  "jest": "^30.0.0",
55
- "styled-components": "~5.3.9",
56
- "@elliemae/ds-monorepo-devops": "3.70.0-next.53"
55
+ "styled-components": "~5.3.11",
56
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.58"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "lodash-es": "^4.18.1",
@@ -73,4 +73,4 @@
73
73
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
74
74
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
75
75
  }
76
- }
76
+ }