@elliemae/ds-query-builder 3.15.0-rc.7 → 3.15.0-rc.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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { QB_FIELD_TYPES, QB_OPERATOR_TYPES, QB_GROUP_CONDITION_TYPES, QB_DRAG_TYPES, QB_DRAG_LOCATIONS, QB_EXPORT_FORMAT_TYPES, QB_ADD_FILTER_METHOD_TYPES, QB_GROUP_FILTER_METHOD_TYPES, QB_FIELD_SHARED_ACTIONS } from './components/helpers/types';
3
2
  import { QB_OPERATOR_OPTIONS, QB_DEFAULT_VALUES_OPTIONS, QB_FIELD_OPTIONS, QB_LOAN_VALUES_OPTIONS, QB_SUBJECT_VALUES_OPTIONS } from './components/helpers/selectors';
4
3
  import QueryBuilderFormat from './components/format/format';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const ConditionController: ({ onAddFilter, onAddRuleContainer, onRemoveFilter, handleTooltipRow, buttonTriggerSize, buttonTriggerType, buttonActionSize, buttonActionType, delayClose, delayOpen, isOpen, toolTipZIndex, }: {
3
2
  onAddFilter?: (() => null) | undefined;
4
3
  onAddRuleContainer?: (() => null) | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const DragContainerController: ({ color, icon: Icon, size, multipleSize, onClick, }: {
3
2
  color?: string[] | undefined;
4
3
  icon?: ((rest: any) => JSX.Element) | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const DragControllerRow: ({ className, color, icon: Icon, size, ...rest }: {
3
2
  [x: string]: any;
4
3
  className?: string | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const FieldControllerRow: ({ className, onChange, options, value, type, }: {
3
2
  className?: string | undefined;
4
3
  onChange?: (() => null) | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const NestableItem: ({ item, isCopy, options, index, isAndItem, isOrItem, isDraggableItem, singleRow, }: {
3
2
  item: any;
4
3
  isCopy: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const QueryBuilderItem: ({ item }: {
3
2
  item: any;
4
3
  }) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const ToolBarAnimation: (props: any) => JSX.Element;
3
2
  export { ToolBarAnimation };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-query-builder",
3
- "version": "3.15.0-rc.7",
3
+ "version": "3.15.0-rc.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Query Builder",
6
6
  "files": [
@@ -174,17 +174,17 @@
174
174
  "classnames": "~2.3.1",
175
175
  "prop-types": "~15.8.1",
176
176
  "react-addons-update": "~15.6.3",
177
- "@elliemae/ds-accordion": "3.15.0-rc.7",
178
- "@elliemae/ds-form": "3.15.0-rc.7",
179
- "@elliemae/ds-classnames": "3.15.0-rc.7",
180
- "@elliemae/ds-button": "3.15.0-rc.7",
181
- "@elliemae/ds-grid": "3.15.0-rc.7",
182
- "@elliemae/ds-popper": "3.15.0-rc.7",
183
- "@elliemae/ds-icons": "3.15.0-rc.7",
184
- "@elliemae/ds-tooltip": "3.15.0-rc.7",
185
- "@elliemae/ds-utilities": "3.15.0-rc.7",
186
- "@elliemae/ds-shared": "3.15.0-rc.7",
187
- "@elliemae/ds-icon": "3.15.0-rc.7"
177
+ "@elliemae/ds-accordion": "3.15.0-rc.8",
178
+ "@elliemae/ds-button": "3.15.0-rc.8",
179
+ "@elliemae/ds-classnames": "3.15.0-rc.8",
180
+ "@elliemae/ds-form": "3.15.0-rc.8",
181
+ "@elliemae/ds-grid": "3.15.0-rc.8",
182
+ "@elliemae/ds-icon": "3.15.0-rc.8",
183
+ "@elliemae/ds-popper": "3.15.0-rc.8",
184
+ "@elliemae/ds-shared": "3.15.0-rc.8",
185
+ "@elliemae/ds-tooltip": "3.15.0-rc.8",
186
+ "@elliemae/ds-utilities": "3.15.0-rc.8",
187
+ "@elliemae/ds-icons": "3.15.0-rc.8"
188
188
  },
189
189
  "peerDependencies": {
190
190
  "lodash": "^4.17.21",