/** * Deprecated version of findComponents. Renamed to searchComponents. * @param {import('@formio/core').Component[]} components - The components to find components within. * @param {object} query - The query to use when searching for the components. * @returns {import('@formio/core').Component[]} - The result of the component that is found. */ export function findComponents(components: import('@formio/core').Component[], query: object): import('@formio/core').Component[]; export const flattenComponents: typeof Utils.flattenComponents; export const guid: typeof Utils.guid; export const uniqueName: typeof Utils.uniqueName; export const MODEL_TYPES: any; export const getModelType: typeof Utils.getModelType; export const getComponentAbsolutePath: typeof Utils.getComponentAbsolutePath; export const getComponentPath: typeof Utils.getComponentPath; export const isComponentNestedDataType: typeof Utils.isComponentNestedDataType; export const componentPath: typeof Utils.componentPath; export const componentChildPath: any; export const eachComponentDataAsync: (components: Component[], data: DataObject, fn: EachComponentDataAsyncCallback, path?: string | undefined, index?: number | undefined, parent?: any, includeAll?: boolean | undefined) => Promise; export const eachComponentData: (components: Component[], data: DataObject, fn: EachComponentDataCallback, path?: string | undefined, index?: number | undefined, parent?: any, includeAll?: boolean | undefined) => void; export const getComponentKey: typeof Utils.getComponentKey; export const getContextualRowPath: typeof Utils.getContextualRowPath; export const getContextualRowData: typeof Utils.getContextualRowData; export const componentInfo: typeof Utils.componentInfo; export const eachComponent: typeof Utils.eachComponent; export const eachComponentAsync: typeof Utils.eachComponentAsync; export const getComponentData: typeof Utils.getComponentData; export const getComponentActualValue: typeof Utils.getComponentActualValue; export const isLayoutComponent: typeof Utils.isLayoutComponent; export const matchComponent: typeof Utils.matchComponent; export const getComponent: typeof Utils.getComponent; export const searchComponents: typeof Utils.searchComponents; export const removeComponent: typeof Utils.removeComponent; export const hasCondition: typeof Utils.hasCondition; export const parseFloatExt: typeof Utils.parseFloatExt; export const formatAsCurrency: typeof Utils.formatAsCurrency; export const escapeRegExCharacters: typeof Utils.escapeRegExCharacters; export const getValue: typeof Utils.getValue; export const getStrings: typeof Utils.getStrings; export const generateFormChange: typeof Utils.generateFormChange; export const applyFormChanges: typeof Utils.applyFormChanges; export const findComponent: typeof Utils.findComponent; export const getEmptyValue: typeof Utils.getEmptyValue; export const isComponentDataEmpty: typeof Utils.isComponentDataEmpty; export const isSelectResourceWithObjectValue: typeof Utils.isSelectResourceWithObjectValue; export const compareSelectResourceWithObjectTypeValues: typeof Utils.compareSelectResourceWithObjectTypeValues; export const getItemTemplateKeys: typeof Utils.getItemTemplateKeys; import { Utils } from '@formio/core';