@react-querybuilder/bulma
Advanced tools
Comparing version
import * as React from "react"; | ||
import type { NotToggleProps } from "react-querybuilder"; | ||
/** | ||
* @group Components | ||
*/ | ||
export declare const BulmaNotToggle: ({ className, handleOnChange, label, checked, title, disabled }: NotToggleProps) => React.JSX.Element; |
import * as React from "react"; | ||
import type { ValueEditorProps } from "react-querybuilder"; | ||
/** | ||
* @group Components | ||
*/ | ||
export declare const BulmaValueEditor: (props: ValueEditorProps) => React.JSX.Element | null; |
import * as React from "react"; | ||
import type { ValueSelectorProps } from "react-querybuilder"; | ||
/** | ||
* @group Components | ||
*/ | ||
export declare const BulmaValueSelector: ({ className, handleOnChange, options, value, title, disabled, multiple, listsAsArrays }: ValueSelectorProps) => React.JSX.Element; |
@@ -5,4 +5,13 @@ import type { Classnames, ControlElementsProp, FullField, QueryBuilderContextProvider } from "react-querybuilder"; | ||
export * from "./BulmaValueSelector"; | ||
/** | ||
* @group Props | ||
*/ | ||
export declare const bulmaControlClassnames: Partial<Classnames>; | ||
/** | ||
* @group Props | ||
*/ | ||
export declare const bulmaControlElements: ControlElementsProp<FullField, string>; | ||
/** | ||
* @group Components | ||
*/ | ||
export declare const QueryBuilderBulma: QueryBuilderContextProvider; |
{ | ||
"name": "@react-querybuilder/bulma", | ||
"description": "Custom Bulma components for react-querybuilder", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"publishConfig": { | ||
@@ -61,6 +61,6 @@ "access": "public" | ||
"react-dom": "^19.0.0", | ||
"react-querybuilder": "8.3.0", | ||
"react-querybuilder": "8.3.1", | ||
"rollup-plugin-visualizer": "^5.14.0", | ||
"typescript": "^5.7.3", | ||
"vite": "^6.1.1" | ||
"vite": "^6.2.0" | ||
}, | ||
@@ -70,5 +70,5 @@ "peerDependencies": { | ||
"react": ">=18", | ||
"react-querybuilder": "8.3.0" | ||
"react-querybuilder": "8.3.1" | ||
}, | ||
"gitHead": "d89d9c1a50fc5ec78f7d284efae75d60eddfc01e" | ||
"gitHead": "02e97fb95b7734acee6e9c5490bcb7546bafa5c2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
124709
0.24%886
2.07%